@ckeditor/ckeditor5-ai 47.0.0-alpha.3 → 47.0.0-alpha.4

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 (107) hide show
  1. package/build/ai.js +1 -1
  2. package/dist/index.js +4 -4
  3. package/package.json +15 -15
  4. package/src/aiactions/aiactions.js +1 -1
  5. package/src/aiactions/model/aiactionsinteraction.js +1 -1
  6. package/src/aiactions/model/aiactionsreply.js +1 -1
  7. package/src/aiassistant/adapters/aiadapter.js +1 -1
  8. package/src/aiassistant/adapters/aitextadapter.js +1 -1
  9. package/src/aiassistant/adapters/awstextadapter.js +1 -1
  10. package/src/aiassistant/adapters/openaitextadapter.js +1 -1
  11. package/src/aiassistant/aiassistant.js +1 -1
  12. package/src/aiassistant/aiassistantediting.js +1 -1
  13. package/src/aiassistant/aiassistantui.js +1 -1
  14. package/src/aiassistant/legacyerrors.js +1 -1
  15. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  16. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  17. package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
  18. package/src/aiassistant/ui/form/aiformview.js +1 -1
  19. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  20. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  21. package/src/aiassistant/ui/form/prompthistory.js +1 -1
  22. package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
  23. package/src/aiballoon/aiballoon.js +1 -1
  24. package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
  25. package/src/aiballoon/ui/aiballoontoolbarview.js +1 -1
  26. package/src/aiballoon/ui/aiballoonview.js +1 -1
  27. package/src/aichat/aichat.js +1 -1
  28. package/src/aichat/aichatcontroller.js +1 -1
  29. package/src/aichat/aichatui.js +1 -1
  30. package/src/aichat/model/aichatcontext.js +1 -1
  31. package/src/aichat/model/aichatconversation.js +1 -1
  32. package/src/aichat/model/aichatinteraction.js +1 -1
  33. package/src/aichat/model/aichatmodels.js +1 -1
  34. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  35. package/src/aichat/ui/aichatfeedview.js +1 -1
  36. package/src/aichat/ui/aichatheaderview.js +1 -1
  37. package/src/aichat/ui/aichatview.js +1 -1
  38. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  39. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  40. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  41. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  42. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  43. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  44. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  45. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  46. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  47. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  48. package/src/aichat/ui/controls/resources/aichatresourcesview.js +1 -1
  49. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  50. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  51. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  52. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  53. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  54. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  55. package/src/aichat/utils/promisequeue.js +1 -1
  56. package/src/aichathistory/aichathistory.js +1 -1
  57. package/src/aichathistory/aichathistorycontroller.js +1 -1
  58. package/src/aichathistory/aichathistoryui.js +1 -1
  59. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  60. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  61. package/src/aichathistory/ui/aichathistorylistitemview.js +1 -1
  62. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  63. package/src/aicore/aiconnector.js +1 -1
  64. package/src/aicore/aiediting.js +1 -1
  65. package/src/aicore/model/aicapabilities.js +1 -1
  66. package/src/aicore/model/aiinteraction.js +1 -1
  67. package/src/aicore/model/aireply.js +1 -1
  68. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  69. package/src/aicore/ui/aidisclaimerview.js +1 -1
  70. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  71. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  72. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  73. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  74. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  75. package/src/aicore/utils/createresizebutton.js +1 -1
  76. package/src/aicore/utils/documentposition.js +1 -1
  77. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  78. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  79. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  80. package/src/aiquickactions/aiquickactions.js +1 -1
  81. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  82. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  83. package/src/aiquickactions/aiquickactionsui.js +1 -1
  84. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  85. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  86. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  87. package/src/aireviewmode/aireviewmode.js +1 -1
  88. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  89. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  90. package/src/aireviewmode/aireviewmodeui.js +1 -1
  91. package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
  92. package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
  93. package/src/aireviewmode/model/aireviewmodels.js +1 -1
  94. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  95. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  96. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  97. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  98. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  99. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  100. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  101. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  102. package/src/aireviewmode/ui/form/aireviewmodeformamanager.js +1 -1
  103. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  104. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  105. package/src/aitabs/aitabs.js +1 -1
  106. package/src/aitabs/tabs/aitabsview.js +1 -1
  107. package/src/aitabs/tabs/tabbuttonview.js +1 -1
package/dist/index.js CHANGED
@@ -20,7 +20,7 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x20f5e5,Command as Nt,ContextPlugin as _0x3e9f85,Editor as ot}from'@ckeditor/ckeditor5-core/dist/index.js';import{IconCopy as _0x440998,IconCheck as _0x519140,IconError as _0x503ee4,IconSubmit as _0xb7829d,IconAIHistory as Ht,IconMagicWand as _0x4b7b3d,IconRobotPencil as _0x46c7c5,IconMaximize as _0x1aac40,IconMinimize as _0xeabb22,IconShowChangesOn as _0x48ac84,IconShowChangesOff as _0x241ff6,IconDocument as _0x4e4b26,IconThreeStars as _0x2e662c,IconDocumentWithLoupe as _0xfdca25,IconAddComment as _0x50242c,IconRemove as _0x1ee77d,IconDocumentWithCheckmark as _0x187479,IconDocumentWithCross as _0x3f5cf7,IconLoupe as _0x2b1e17,IconCancel as _0x564668,IconStop as _0x38b63,IconAIChat as St,IconPlus as _0x22e17e,IconPin as _0x51d429,IconThreeHorizontalDots as _0x311d45,IconChevronRight as _0x3f1895,IconInfo as _0x414616,IconEye as _0x817ebb,IconEyeCrossedOut as _0x26e1ac,IconAIReview as te}from'@ckeditor/ckeditor5-icons/dist/index.js';import{uid as _0x190955,CKEditorError as _0x599d16,ObservableMixin as _0x3491c8,global as _0x34a915,isVisible as _0x33d5ba,Rect as _0x5ed23e,Collection as _0xe98229,FocusTracker as _0x14ef6c,KeystrokeHandler as _0x4f7a26,first as _0x5f24ba,toArray as _0x53b110,EmitterMixin as Mt,logWarning as _0x1f6f14,logError as nt,scrollViewportToShowTarget as rt,ResizeObserver as _0x31ce92,_isMotionReduced as At,scrollAncestorsToShowTarget as _0x5de7fa,DomEmitterMixin as bt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ToolbarView as _0x581355,ButtonView as _0x4b3349,View as _0x3a2ab2,SpinnerView as _0x5d8343,IconView as _0x1f8dd5,AutocompleteView as _0x7ab78d,ListView as _0x586ac5,ListItemGroupView as _0x3e6dc5,ListItemView as _0x1f44f8,ButtonLabelView as _0x39c654,FocusCycler as _0x3d067c,createLabeledTextarea as _0x456b9c,Dialog as _0x889ca7,createDropdown as _0x45dc52,addMenuToDropdown as _0x201b22,MenuBarMenuView as _0x3db66d,MenuBarMenuListItemButtonView as _0x4389d5,DialogViewPosition as _0x7944f3,MenuBarMenuListView as _0x26ac41,MenuBarMenuListItemView as _0x5e1da0,ViewCollection as _0x4346f0,UIModel as _0x45b9d4,SplitButtonView as _0x127212,BalloonPanelView as _0x1618b0,BodyCollection as _0x582686,clickOutsideHandler as _0xca342f,ListItemButtonView as _0x4e269d,addListToDropdown as _0x291cf2,submitHandler as _0x4e85c1,LabeledFieldView as _0xaf91ac,createLabeledInputText as _0x5d068d,FormHeaderView as _0x20b76f,HighlightedTextView as _0x200fd8,FileDialogButtonView as _0x2ce7ec,InputTextView as _0x2d6582,SearchTextView as _0x28d88c,DropdownMenuButtonView as _0x2d18b1,DropdownMenuPanelPositioningFunctions as _0x2649c1,BalloonToolbar as Bt,FormRowView as _0x1c3fa1,TextareaView as _0x1b9be6}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0x7babf7,ClipboardMarkersUtils as _0x4a3991}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{ViewDocumentDomEventData as _0x75fd74,ViewDataTransfer as _0x3cec43,ViewUpcastWriter as _0x1d0d0b,Matcher as _0x462754,ViewDowncastWriter as kt,transformOperationSets as it,_DetachOperation as tt,_insertIntoModelNodeList as _0x4050db,_removeFromModelNodeList as _0xc0cbf7,ModelRange as _0x625116,ModelDocumentFragment as _0x1dd05a,ModelPosition as _0x2aa99a,ModelTreeWalker as Ot,InsertOperation as $t,MarkerOperation as Dt}from'@ckeditor/ckeditor5-engine/dist/index.js';import{unescape as _0x2a6371,escape as _0x512f25,escapeRegExp as _0x1c0115}from'es-toolkit/compat';import{BedrockRuntimeClient as _0xe8427d,InvokeModelWithResponseStreamCommand as _0x22500e,InvokeModelCommand as _0x53e009}from'@aws-sdk/client-bedrock-runtime';import{createParser as wt}from'eventsource-parser';import{parseDocument as _0x218393}from'htmlparser2';import{isTag as _0x2c7bda,findOne as mt,getParent as _0x13688c,findAll as _0x524e18,removeElement as _0x38cbf5,replaceElement as _0x43b5c3,prepend as _0x4522c2,prependChild as to,appendChild as _0x2e740b,append as _0x1ce7f1,find as _0x47fa7a,isComment as _0x10bbce,getChildren as tn,textContent as _0x585589}from'domutils';import _0x49a0ef from'dom-serializer';import{Document as _t,Element as _0x309e49,Text as _0x1594f5,cloneNode as _0x518b7f,isDocument as _0x2e8cf8,isText as _0xe71ef1,NodeWithChildren as _0x519ee5}from'domhandler';import{MarkdownGfmMdToHtml as _0xb9c5ff}from'@ckeditor/ckeditor5-markdown-gfm/dist/index.js';import{getAllMarkersDomElementsSorted as _0xfebbba,DocumentCompare as _0x348a94,DATA_ID_MODEL_ATTRIBUTE as gt}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';import{IconThumbUp as _0x53f27c,IconThumbDown as _0x46a254,IconCopy as _0x233e02,IconCheck as _0x112b00,IconShowChangesOff as _0x2b7c68,IconShowChangesOn as _0x5c4167,IconWeb as t_,IconNextArrow as _0x2b1293,IconPreviousArrow as _0x1a2643,IconAI as yt,IconClose as _0x311f04,IconSelection as _0x36536e,IconFileUpload as _0x44a88a,IconLink as _0x2b16a2,IconDocument as _0x14043e,IconBulb as _0x2eac00,IconDocumentOutline as _0x24e0c5,IconPaperClip as _0x1d4e36,IconBrowseFiles as _0x9306a4,IconDropdownArrow as _0x248f31,IconAIQuickActions as _0x351952,IconAIAskAI as Kt,IconAIChatCommands as Yt,IconAIImproveWriting as Wt,IconAIContinueWriting as qt,IconAIGrammarCheck as zt,IconAIAdjustLength as Qt,IconAIChangeTone as Lt,IconAITranslate as Vt,IconAIOther as Jt,IconRefresh as _0x5b6f7b}from'@ckeditor/ckeditor5-icons/dist/index.js';import _0x2c16a9 from'morphdom';import{ConfirmMixin as _0x1209a,LateFocusDropdownButtonView as _0x437b8f,DocumentCompare as _0x24dc23,DATA_ID_VIEW_ATTRIBUTE as Ft,DATA_ID_MODEL_ATTRIBUTE as _0x2c24e1}from'ckeditor5-collaboration/dist/index.js';import{diffArrays as _0x3e248a}from'diff';const K='_ungrouppedCommands';function o(_0x2e6d80,_0x5a324b){const _0x1ac410=(0x0,_0x5a324b['t'])('Other');return _0x2e6d80['length']?'groupId'in _0x2e6d80[0x0]?_0x2e6d80:[{'groupId':K,'groupLabel':_0x1ac410,'order':0x1/0x0,'commands':_0x2e6d80}]:[{'groupId':K,'groupLabel':_0x1ac410,'order':0x1/0x0,'commands':[]}];}const Un=globalThis['DataTransfer'],w='ai-ui';class a extends _0x20f5e5{static get['pluginName'](){return'AIAssistantEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x11b263}=this,_0xf8068=['ck-fake-ai-selection'];_0x11b263['config']['get']('ai.assistant.useTheme')&&_0xf8068['push']('ck-ai-assistant-ui_theme'),_0x11b263['conversion']['for']('editingDowncast')['markerToHighlight']({'model':w,'view':{'classes':_0xf8068,'priority':0xc}}),_0x11b263['conversion']['for']('editingDowncast')['markerToElement']({'model':w,'view':(_0x3cb40f,{writer:_0x4ebf03})=>{if(!_0x3cb40f['markerRange']['isCollapsed'])return null;const _0x4b9fa7=_0x4ebf03['createUIElement']('span');return _0x4ebf03['addClass'](['ck-fake-ai-selection','ck-fake-ai-selection_collapsed'],_0x4b9fa7),_0x4b9fa7;}});}['afterInit'](){!async function(_0x28b4e9){const _0x4c6635=_0xb528c([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]),_0xad8d11=0x3dffc4e1,_0xf1e8dc=0x3df8b071^_0xad8d11,_0x578c4a=window[_0xb528c([0x44,0x61,0x74,0x65])][_0xb528c([0x6e,0x6f,0x77])](),_0x185352=_0x28b4e9[_0xb528c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x58cde1=new window[(_0xb528c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x245df3=>{_0x185352[_0xb528c([0x6f,0x6e,0x63,0x65])](_0xb528c([0x72,0x65,0x61,0x64,0x79]),_0x245df3);}),_0xf879ee={[_0xb528c([0x6b,0x74,0x79])]:_0xb528c([0x45,0x43]),[_0xb528c([0x75,0x73,0x65])]:_0xb528c([0x73,0x69,0x67]),[_0xb528c([0x63,0x72,0x76])]:_0xb528c([0x50,0x2d,0x32,0x35,0x36]),[_0xb528c([0x78])]:_0xb528c([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]),[_0xb528c([0x79])]:_0xb528c([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]),[_0xb528c([0x61,0x6c,0x67])]:_0xb528c([0x45,0x53,0x32,0x35,0x36])},_0xefea77=_0x185352[_0xb528c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xb528c([0x67,0x65,0x74])](_0xb528c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x44d580(){let _0x2e1581,_0x12a57b=null,_0x1059bb=null;try{if(_0xefea77==_0xb528c([0x47,0x50,0x4c]))return _0xb528c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2e1581=_0xe198ff(),!_0x2e1581)return _0xb528c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2e1581[_0xb528c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1059bb=_0x2c2866(_0x2e1581[_0xb528c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2e1581[_0xb528c([0x6a,0x74,0x69])])),await _0x4ac871()?_0x1e55a3()?_0x5b2e75()?_0xb528c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1cb21b()?(_0x2e1581[_0xb528c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xb528c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x12a57b=_0x1280b5(_0xb528c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2e1581[_0xb528c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xb528c([0x74,0x72,0x69,0x61,0x6c])&&(_0x12a57b=_0x1280b5(_0xb528c([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4b0efc()):_0xb528c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xb528c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xb528c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0xb528c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5b2e75(){const _0x501124=[_0xb528c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xb528c([0x74,0x72,0x69,0x61,0x6c])][_0xb528c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e1581[_0xb528c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x578c4a/0x3e8:0xe10*_0xf1e8dc;return _0x2e1581[_0xb528c([0x65,0x78,0x70])]<_0x501124;}function _0x1e55a3(){const _0x2d6df7=_0x2e1581[_0xb528c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2d6df7&&(!!_0x2d6df7[_0xb528c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xb528c([0x2a]))||!!_0x2d6df7[_0xb528c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xb528c([0x41,0x49])));}function _0x1cb21b(){const _0x27d6d0=_0x2e1581[_0xb528c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x27d6d0||0x0==_0x27d6d0[_0xb528c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x386f63}=new URL(window[_0xb528c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x27d6d0[_0xb528c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x386f63))return!0x0;const _0x219c86=_0x386f63[_0xb528c([0x73,0x70,0x6c,0x69,0x74])](_0xb528c([0x2e]));return _0x27d6d0[_0xb528c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1ec430=>_0x1ec430[_0xb528c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xb528c([0x2a])))[_0xb528c([0x6d,0x61,0x70])](_0x5b364e=>_0x5b364e[_0xb528c([0x73,0x70,0x6c,0x69,0x74])](_0xb528c([0x2e])))[_0xb528c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x14ca90=>_0x14ca90[_0xb528c([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x219c86[_0xb528c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xb528c([0x6d,0x61,0x70])](_0x178bb0=>Array(_0x219c86[_0xb528c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x178bb0[_0xb528c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xb528c([0x66,0x69,0x6c,0x6c])](_0x178bb0[0x0]===_0xb528c([0x2a])?_0xb528c([0x2a]):'')[_0xb528c([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x178bb0))[_0xb528c([0x73,0x6f,0x6d,0x65])](_0x3913f1=>_0x219c86[_0xb528c([0x65,0x76,0x65,0x72,0x79])]((_0x5c55d5,_0x27489)=>_0x3913f1[_0x27489]===_0x5c55d5||_0x3913f1[_0x27489]===_0xb528c([0x2a])));}function _0x4b0efc(){return _0x12a57b&&_0x1059bb?new window[(_0xb528c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x99e526,_0x1ade58)=>{_0x12a57b[_0xb528c([0x74,0x68,0x65,0x6e])](_0x99e526,_0x1ade58),_0x1059bb[_0xb528c([0x74,0x68,0x65,0x6e])](_0x2e611f=>{_0x2e611f!=_0xb528c([0x56,0x61,0x6c,0x69,0x64])&&_0x99e526(_0x2e611f);},_0x1ade58);}):_0x12a57b||_0x1059bb||_0xb528c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2c2866(_0x510885,_0x45b97f){return new window[(_0xb528c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4cbd94=>{if(_0x36e183())return _0x4cbd94(_0xb528c([0x56,0x61,0x6c,0x69,0x64]));_0x5275db(),_0x185352[_0xb528c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xb528c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2b92ff=!0x1;const _0x110a72=_0x190955();function _0x54235b(_0x13b45e){return!!_0x13b45e&&(typeof _0x13b45e===_0xb528c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x13b45e===_0xb528c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x13b45e[_0xb528c([0x74,0x68,0x65,0x6e])]===_0xb528c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x13b45e[_0xb528c([0x63,0x61,0x74,0x63,0x68])]===_0xb528c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x176ae5(_0x34a8f8){_0x42d532(_0x34a8f8)[_0xb528c([0x74,0x68,0x65,0x6e])](_0x5e6c32=>{if(!_0x5e6c32||_0x5e6c32[_0xb528c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xb528c([0x6f,0x6b]))return _0xb528c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1ff115(_0x203c18(_0x110a72+_0x45b97f))!=_0x5e6c32[_0xb528c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xb528c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xb528c([0x56,0x61,0x6c,0x69,0x64]);})[_0xb528c([0x74,0x68,0x65,0x6e])](_0x1b2025=>(_0x48ceee(),_0x1b2025),()=>{const _0x469353=_0x44560b();return null==_0x469353?(_0x48ceee(),_0xb528c([0x56,0x61,0x6c,0x69,0x64])):_0xb528c(_0x578c4a-_0x469353>(0x19f340e1^_0xad8d11)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xb528c([0x74,0x68,0x65,0x6e])](_0x4cbd94)[_0xb528c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4cbd94(_0xb528c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x523018=0x3dc92a61^_0xad8d11;function _0x48ceee(){const _0x22ed23=_0xb528c([0x6c,0x6c,0x63,0x74,0x2d])+_0x1ff115(_0x203c18(_0x510885)),_0xebeb22=_0x1f06db(_0x1ff115(window[_0xb528c([0x4d,0x61,0x74,0x68])][_0xb528c([0x63,0x65,0x69,0x6c])](_0x578c4a/_0x523018)));window[_0xb528c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xb528c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x22ed23,_0xebeb22);}function _0x44560b(){const _0x595941=_0xb528c([0x6c,0x6c,0x63,0x74,0x2d])+_0x1ff115(_0x203c18(_0x510885)),_0x356a1d=window[_0xb528c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xb528c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x595941);return _0x356a1d?window[_0xb528c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1f06db(_0x356a1d),0x10)*_0x523018:null;}function _0x42d532(_0x17baef){return new window[(_0xb528c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4a3061,_0xc74e40)=>{_0x17baef[_0xb528c([0x74,0x68,0x65,0x6e])](_0x4a3061,_0xc74e40),window[_0xb528c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xc74e40,0x3dfe1021^_0xad8d11);});}}_0x185352[_0xb528c([0x6f,0x6e])](_0xb528c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x9c9cbf,_0x26079f)=>{if(_0x26079f[0x0]!=_0x510885)return _0x4cbd94(_0xb528c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x26079f[0x1]={..._0x26079f[0x1],[_0xb528c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x110a72};},{[_0xb528c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xb528c([0x68,0x69,0x67,0x68])}),_0x185352[_0xb528c([0x6f,0x6e])](_0xb528c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x53dac9=>{_0x54235b(_0x53dac9[_0xb528c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2b92ff=!0x0,_0x176ae5(_0x53dac9[_0xb528c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xb528c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xb528c([0x6c,0x6f,0x77])}),_0x58cde1[_0xb528c([0x74,0x68,0x65,0x6e])](()=>{_0x2b92ff||_0x4cbd94(_0xb528c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x36e183(){return _0x185352[_0xb528c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xb528c([0x76,0x69,0x65,0x77])][_0xb528c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xb528c([0x61,0x75,0x74,0x6f]);}function _0x5275db(){_0x185352[_0xb528c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xb528c([0x76,0x69,0x65,0x77])][_0xb528c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xb528c([0x61,0x75,0x74,0x6f]);}}function _0x1280b5(_0x5553a9){const _0x1d6f37=[new window[(_0xb528c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x834e95=>setTimeout(_0x834e95,0x3df6fa2d^_0xad8d11)),_0x58cde1[_0xb528c([0x74,0x68,0x65,0x6e])](()=>new window[(_0xb528c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x15bab2=>{let _0x437eea=0x0;_0x185352[_0xb528c([0x6d,0x6f,0x64,0x65,0x6c])][_0xb528c([0x6f,0x6e])](_0xb528c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4c5dff,_0x2e0694)=>{_0x2e0694[0x0][_0xb528c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x437eea++,_0x437eea==(0x3dffc519^_0xad8d11)&&(_0x15bab2(),_0x4c5dff[_0xb528c([0x6f,0x66,0x66])]());});}))];return window[_0xb528c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xb528c([0x72,0x61,0x63,0x65])](_0x1d6f37)[_0xb528c([0x74,0x68,0x65,0x6e])](()=>_0x5553a9);}async function _0x2af6a7(){await _0x58cde1,_0x185352[_0xb528c([0x6d,0x6f,0x64,0x65,0x6c])][_0xb528c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x257ef3,_0x185352[_0xb528c([0x6d,0x6f,0x64,0x65,0x6c])][_0xb528c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x257ef3,_0x185352[_0xb528c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xb528c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3bc00c(_0x247b4f){const _0xd9cf2f=_0x376155();_0x185352[_0xd9cf2f]=_0xb528c([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x247b4f,_0x247b4f!=_0xb528c([0x56,0x61,0x6c,0x69,0x64])&&_0x2af6a7();}function _0x376155(){const _0x1684cf=window[_0xb528c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xb528c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xb528c([0x6e,0x6f,0x77])]())[_0xb528c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xb528c([0x2e]),'');let _0x17de2d=_0xb528c([0x6e]);for(let _0x47af45=0x0;_0x47af45<_0x1684cf[_0xb528c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x47af45+=0x2){let _0x3c74a4=window[_0xb528c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1684cf[_0xb528c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x47af45,_0x47af45+0x2));_0x3c74a4>=_0x4c6635[_0xb528c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3c74a4-=_0x4c6635[_0xb528c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x17de2d+=_0x4c6635[_0x3c74a4];}return _0x17de2d;}function _0xe198ff(){const _0xf5f80a=_0xefea77[_0xb528c([0x73,0x70,0x6c,0x69,0x74])](_0xb528c([0x2e]));if(0x3!=_0xf5f80a[_0xb528c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x12fb0d(_0xf5f80a[0x1]);function _0x12fb0d(_0x22c0fd){const _0x56095e=_0x1312f8(_0x22c0fd);return _0x56095e&&_0x8c657()?_0x56095e:null;function _0x8c657(){const _0x10b460=_0x56095e[_0xb528c([0x6a,0x74,0x69])],_0x156ad1=window[_0xb528c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x10b460[_0xb528c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x10b460[_0xb528c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3282b4={..._0x56095e,[_0xb528c([0x6a,0x74,0x69])]:_0x10b460[_0xb528c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x10b460[_0xb528c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3282b4[_0xb528c([0x76,0x63])],_0x203c18(_0x3282b4)==_0x156ad1;}}}async function _0x4ac871(){let _0x133c72=!0x0;try{const _0x3be724=_0xefea77[_0xb528c([0x73,0x70,0x6c,0x69,0x74])](_0xb528c([0x2e])),[_0x19f77b,_0x40de6c,_0x5148f1]=_0x3be724;return _0xe59423(_0x19f77b),await _0x2d6346(_0x19f77b,_0x40de6c,_0x5148f1),_0x133c72;}catch{return!0x1;}function _0xe59423(_0x5dc27f){const _0x5675fd=_0x1312f8(_0x5dc27f);_0x5675fd&&_0x5675fd[_0xb528c([0x61,0x6c,0x67])]==_0xb528c([0x45,0x53,0x32,0x35,0x36])||(_0x133c72=!0x1);}async function _0x2d6346(_0x4f92d1,_0x389c92,_0x196c25){const _0x164d85=window[_0xb528c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xb528c([0x66,0x72,0x6f,0x6d])](_0x5c4041(_0x196c25),_0x4fdef4=>_0x4fdef4[_0xb528c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x21e9e0=new window[(_0xb528c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xb528c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4f92d1+_0xb528c([0x2e])+_0x389c92),_0xef5259=window[_0xb528c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xb528c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xef5259)return;const _0x4cd81e=await _0xef5259[_0xb528c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xb528c([0x6a,0x77,0x6b]),_0xf879ee,{[_0xb528c([0x6e,0x61,0x6d,0x65])]:_0xb528c([0x45,0x43,0x44,0x53,0x41]),[_0xb528c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xb528c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xb528c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xef5259[_0xb528c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xb528c([0x6e,0x61,0x6d,0x65])]:_0xb528c([0x45,0x43,0x44,0x53,0x41]),[_0xb528c([0x68,0x61,0x73,0x68])]:{[_0xb528c([0x6e,0x61,0x6d,0x65])]:_0xb528c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4cd81e,_0x164d85,_0x21e9e0)||(_0x133c72=!0x1);}}function _0x1312f8(_0x1c34ae){return _0x1c34ae[_0xb528c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xb528c([0x65,0x79]))?JSON[_0xb528c([0x70,0x61,0x72,0x73,0x65])](_0x5c4041(_0x1c34ae)):null;}function _0x5c4041(_0x887b1c){return window[_0xb528c([0x61,0x74,0x6f,0x62])](_0x887b1c[_0xb528c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xb528c([0x2b]))[_0xb528c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xb528c([0x2f])));}function _0x203c18(_0x940c73){let _0x1d3692=0x1505;function _0x61daa8(_0x581ca4){for(let _0x396255=0x0;_0x396255<_0x581ca4[_0xb528c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x396255++){const _0x9173f=_0x581ca4[_0xb528c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x396255);_0x1d3692=(_0x1d3692<<0x5)+_0x1d3692+_0x9173f,_0x1d3692&=_0x1d3692;}}function _0x5e2851(_0x24a4f4){Array[_0xb528c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x24a4f4)?_0x24a4f4[_0xb528c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5e2851):_0x24a4f4&&typeof _0x24a4f4==_0xb528c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xb528c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x24a4f4)[_0xb528c([0x73,0x6f,0x72,0x74])]()[_0xb528c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3da793,_0x5d99af])=>{_0x61daa8(_0x3da793),_0x5e2851(_0x5d99af);}):_0x61daa8(window[_0xb528c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x24a4f4));}return _0x5e2851(_0x940c73),_0x1d3692>>>0x0;}function _0x1ff115(_0x4c06f4){return _0x4c06f4[_0xb528c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xb528c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xb528c([0x30]));}function _0x1f06db(_0x3d6165){return _0x3d6165[_0xb528c([0x73,0x70,0x6c,0x69,0x74])]('')[_0xb528c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xb528c([0x6a,0x6f,0x69,0x6e])]('');}function _0x257ef3(){}function _0xb528c(_0x32719c){return _0x32719c['map'](_0x40dc22=>String['fromCharCode'](_0x40dc22))['join']('');}_0x3bc00c(await _0x44d580());}(this);}['showFakeVisualSelection'](){const _0x399a2c=this['editor']['model'];_0x399a2c['change'](_0xb43aa1=>{const _0x331c83=_0x399a2c['document']['selection']['getRanges']();let _0x55497d=0x0;for(const _0x209137 of _0x331c83){const _0x2f4842=w+':'+_0x55497d;if(_0x399a2c['markers']['has'](_0x2f4842))_0xb43aa1['updateMarker'](_0x2f4842,{'range':_0x209137});else{if(_0x209137['start']['isAtEnd']){const _0x2a60c0=_0x209137['start']['getLastMatchingPosition'](({item:_0x42ee69})=>!_0x399a2c['schema']['isContent'](_0x42ee69),{'boundaries':_0x209137});_0xb43aa1['addMarker'](_0x2f4842,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0xb43aa1['createRange'](_0x2a60c0,_0x209137['end'])});}else _0xb43aa1['addMarker'](_0x2f4842,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x209137});}_0x55497d++;}});}['hideFakeVisualSelection'](){const _0xf21bea=this['editor']['model'],_0x21d085=Array['from'](this['editor']['model']['markers']['getMarkersGroup'](w));_0x21d085['length']&&_0xf21bea['change'](_0x23f468=>{_0x21d085['forEach'](_0x3aa8c2=>{_0x23f468['removeMarker'](_0x3aa8c2);});});}['insertContent'](_0x2377d3,_0x3acba4){const _0x3c0c4e=this['_getAISelection'](),_0x78bc64=_0x3acba4||_0x3c0c4e['getFirstRange']();this['editor']['model']['canEditAt'](_0x78bc64)&&this['editor']['model']['change'](_0x2916d6=>{this['hideFakeVisualSelection'](),_0x3acba4||this['_resetContentOfSelectedTableCells'](_0x2916d6,_0x3c0c4e),this['_pasteHTMLUsingClipboard']({'insertAt':_0x78bc64,'writer':_0x2916d6,'html':_0x2377d3});});}['insertContentBelow'](_0x3206df){const {model:_0x57b07b}=this['editor'],_0x415d10=this['_getAISelection']();_0x57b07b['change'](()=>{const _0x32cc97=this['_prepareTableInsertBelowPosition'](_0x3206df,_0x415d10)||this['_getDefaultInsertBelowPosition'](_0x415d10);this['insertContent'](_0x3206df,_0x32cc97);});}['_getAISelection'](){const _0x9a593c=this['editor']['model'],_0x3d4059=Array['from'](_0x9a593c['markers']['getMarkersGroup'](w))['map'](_0x532b4d=>_0x532b4d['getRange']());return _0x9a593c['createSelection'](_0x3d4059);}['_pasteHTMLUsingClipboard']({writer:_0x20f9df,html:_0xbc795a,insertAt:_0x55e8d6}){const {view:_0x4df5b4}=this['editor']['editing'],_0x405bbb=this['editor']['plugins']['get'](_0x7babf7),_0x46f31d=new Un();_0x46f31d['setData']('text/html',_0xbc795a);const _0x18b65f=new ClipboardEvent('paste',{'clipboardData':_0x46f31d}),_0x47c53e=new _0x75fd74(_0x4df5b4,_0x18b65f,{'dataTransfer':new _0x3cec43(_0x46f31d)});_0x20f9df['setSelection'](_0x55e8d6);const _0x3ce5b7=(_0x526c08,_0x2f397b)=>{_0x2f397b['resultRange']&&_0x20f9df['setSelection'](_0x2f397b['resultRange']);};_0x405bbb['once']('contentInsertion',_0x3ce5b7,{'priority':'lowest'}),_0x4df5b4['document']['fire']('paste',_0x47c53e),_0x405bbb['off']('contentInsertion',_0x3ce5b7);}['_getDefaultInsertBelowPosition'](_0x5ee31c){const {model:_0x42bbd3}=this['editor'],_0x1df6e2=Array['from'](_0x5ee31c['getSelectedBlocks']());return _0x1df6e2['length']?_0x42bbd3['createPositionAfter'](_0x1df6e2['pop']()):_0x5ee31c['getLastPosition']();}['_prepareTableInsertBelowPosition'](_0x1cedfe,_0x4da8fc){const {model:_0x345192,plugins:_0x172323}=this['editor'];if(_0x172323['has']('TableUtils')){const _0xad9be0=_0x172323['get']('TableUtils')['getSelectedTableCells'](_0x4da8fc);if(_0xad9be0['length']){const _0x2a23cc=this['_getTableRowCountFromContent'](_0x1cedfe),_0x1a0030=this['_createEmptyTableRows'](_0xad9be0,_0x2a23cc);return _0x345192['createPositionAt'](_0x1a0030,0x0);}}return null;}['_getTableRowCountFromContent'](_0x1d66a4){const _0x2ae201=this['editor']['plugins']['get']('TableUtils'),_0x2abb83=this['editor']['data']['parse'](_0x1d66a4),_0x11f418=Array['from'](_0x2abb83['getChildren']())['filter'](_0x5d31bd=>_0x5d31bd['is']('element','table'));let _0x4c9736=0x0;return _0x11f418['forEach'](_0x7fabe5=>{_0x4c9736+=_0x2ae201['getRows'](_0x7fabe5);}),_0x4c9736;}['_createEmptyTableRows'](_0x338ee6,_0x20a74a){const _0x1d5c28=this['editor']['plugins']['get']('TableUtils'),_0x1a7007=_0x1d5c28['getRowIndexes'](_0x338ee6),_0x532296=_0x1d5c28['getColumnIndexes'](_0x338ee6),_0x37c6b8=_0x1a7007['last']+0x1,_0x409e7a=_0x532296['first'],_0x212bd5=_0x338ee6[0x0]['findAncestor']('table');for(let _0x1f9fd1=0x0;_0x1f9fd1<_0x20a74a;_0x1f9fd1++)_0x1d5c28['insertRows'](_0x212bd5,{'at':_0x37c6b8});return _0x212bd5['getChild'](_0x37c6b8)['getChild'](_0x409e7a);}['_resetContentOfSelectedTableCells'](_0x3baf94,_0x557c11){const {plugins:_0x23b063}=this['editor'],{model:_0x2fb842}=_0x3baf94;if(!_0x23b063['has']('TableUtils'))return;_0x23b063['get']('TableUtils')['getSelectedTableCells'](_0x557c11)['length']&&_0x2fb842['deleteContent'](_0x557c11);}}class x extends _0x20f5e5{static get['pluginName'](){return'AIAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){if(!this['textAdapter'])throw new _0x599d16('aiadapter-text-adapter-not-set',null);}}class tr extends Error{constructor(_0x5e29ef){super(_0x5e29ef),this['name']='AIRequestError';}}function Vn(_0x35c544,_0x46bea5,_0x7ebde4){const t=_0x35c544['t'];switch(_0x46bea5){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',_0x7ebde4);case'Error\x20during\x20AI\x20content\x20generation:\x20%0':return t('Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x7ebde4);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'},_0x7ebde4);case'AI_ERROR_CONTEXT_LENGTH':return t({'id':'AI_ERROR_CONTEXT_LENGTH','string':'Selected\x20content\x20is\x20too\x20long'});case'AI_ERROR_MODERATION':return t({'id':'AI_ERROR_MODERATION','string':'Requested\x20query\x20does\x20not\x20pass\x20moderation\x20rules'});case'AI_ERROR_FAILED':return t({'id':'AI_ERROR_FAILED','string':'Failed\x20to\x20communicate\x20with\x20the\x20AI\x20service'});default:return _0x46bea5;}}class E extends Nt{['_commandDefinitions'];constructor(_0x49de37,_0x56cec5){super(_0x49de37),this['_commandDefinitions']=_0x56cec5,this['set']('enabledCommandsIds',[]),this['on']('change:_hasContext',(_0x55400f,_0x3aef6f,_0x359606)=>{this['isEnabled']&&(this['enabledCommandsIds']=ns(this['_commandDefinitions'],_0x359606));}),this['set']('_hasContext',!0x1),this['on']('change:isEnabled',(_0x43d29b,_0x5dddcc,_0x15b57c)=>{this['enabledCommandsIds']=_0x15b57c?ns(this['_commandDefinitions'],this['_hasContext']):[];});}['refresh'](){const _0x335774=this['editor']['model'];this['_hasContext']=function(_0x4b98cb){const _0x936dec=_0x4b98cb['document']['selection'];return _0x936dec['isCollapsed']?0x0!==[..._0x936dec['getSelectedBlocks']()]['length']&&![..._0x936dec['getSelectedBlocks']()][0x0]['isEmpty']:!!_0x4b98cb['hasContent'](_0x936dec['getFirstRange']());}(_0x335774);const _0x2a77ea=_0x335774['document']['selection'],_0x59370d=this['editor']['config']['get']('ai.assistant.disabledElements');for(const _0x223c54 of _0x2a77ea['getRanges']())for(const _0x93bb9b of _0x223c54['getItems']())if(_0x93bb9b['is']('element')&&_0x59370d['includes'](_0x93bb9b['name']))return void(this['isEnabled']=!0x1);this['isEnabled']=!0x0;}['execute'](_0x155939='',_0x2f2271='',_0x46adaa='custom'){this['editor']['plugins']['get'](n)['showUI'](_0x155939,_0x2f2271,_0x46adaa);}}function ns(_0x46565d,_0x2f4ca9){const _0x116ddf=new Set();for(const _0x508ac0 of _0x46565d['values']())(_0x2f4ca9||!0x1===_0x508ac0['requiresContent'])&&_0x116ddf['add'](_0x508ac0['id']);return Array['from'](_0x116ddf);}const hs=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');class j extends/* #__PURE__ -- @preserve */
24
- _0x3491c8(){['editor'];['textAdapter'];['view'];['_sanitizationContainer'];['_domParser'];['_xmlSerializer'];constructor(_0x111d05,_0x1ad759,_0xaa958b){super(),this['editor']=_0x111d05,this['textAdapter']=_0x1ad759,this['_sanitizationContainer']=document['createElement']('div'),this['_domParser']=new DOMParser(),this['_xmlSerializer']=new XMLSerializer(),this['view']=_0xaa958b,this['set']({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on']('set:currentContext',(_0x39eb5b,_0x3e1b83,_0x227f53)=>{this['view']['value']=this['_sanitizeHTML'](_0x227f53);}),this['listenTo'](this['view'],'submitPrompt',(_0x4b6c57,_0x4fdd38)=>{const _0x5b304=this['currentContext']||this['initialContext'];this['_handleQuery'](_0x4fdd38,_0x5b304,'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:_0x504d83,query:_0x397145,htmlContent:_0x28c19f,label:_0xec9384,mainActionLabel:_0x3d204b}){this['view']['prompt']=_0xec9384,this['view']['mainAction']=_0x3d204b,this['initialContext']=_0x28c19f,_0x397145&&(this['view']['isRendered']?this['_handleQuery'](_0x397145,_0x28c19f,_0x504d83,_0xec9384):this['view']['once']('render',()=>{this['_handleQuery'](_0x397145,_0x28c19f,_0x504d83,_0xec9384);}));}['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'](_0x5d4220,_0x2b609f,_0x364bb8,_0x5a4b48){return this['isProcessing']=!0x0,this['view']['startProcessing'](),this['previousContext']=_0x2b609f,this['previousQuery']=_0x5d4220,this['previousLabel']=_0x5a4b48||_0x5d4220,this['previousActionId']=_0x364bb8,new Promise(_0xa170f3=>{this['textAdapter']['makeRequest']({'query':_0x5d4220,'context':_0x2b609f,'onData':_0x2f4d7e=>{this['currentResponse']=_0x2f4d7e,this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse']);},'actionId':_0x364bb8})['then'](()=>{!this['currentContext']&&this['currentResponse']&&(this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse'],!0x0));})['catch'](_0x33a6a4=>{_0x33a6a4 instanceof tr?this['view']['handleError'](_0x33a6a4['message']):this['view']['handleError'](),_0xa170f3();})['finally'](()=>{this['stopProcessing'](),_0xa170f3();});});}['_parseAndNormalizeContent'](_0x159dc0,_0x330775=!0x1){const _0x4e465a=hs['exec'](_0x159dc0);_0x159dc0=_0x4e465a?_0x159dc0['substring'](_0x4e465a[0x1]['length']):_0x159dc0['length']<0x64&&!_0x330775?'':this['_stripMarkdownSyntax'](_0x159dc0);const _0x2cbe1a=this['_domParser']['parseFromString'](_0x159dc0,'text/html');if(_0x4e465a){const _0x26641e=Array['from'](_0x2cbe1a['body']['childNodes']);_0x26641e['reverse']();for(const _0x280c8b of _0x26641e){if(_0x280c8b['nodeType']==Node['ELEMENT_NODE'])break;_0x280c8b['remove']();}}const _0x55e31f=this['editor']['data']['processor']['toView'](this['_xmlSerializer']['serializeToString'](_0x2cbe1a['body']));this['_isH1TagSupportEnabled']()||this['_normalizeResponseHeadings'](_0x55e31f);const _0x4854e2=this['editor']['config']['get']('ai.assistant.preserveComments'),_0x4bb9fa=this['editor']['data']['toModel'](_0x55e31f);return _0x4854e2||_0x4bb9fa['markers']['clear'](),this['editor']['data']['stringify'](_0x4bb9fa);}['_normalizeResponseHeadings'](_0x4fe6c8){const _0x2f49c1=new _0x1d0d0b(this['editor']['editing']['view']['document']),_0xb10627=new _0x462754({'name':/^h[1-5]$/}),_0x1bf8a8=[];let _0x9c1f9=!0x1;for(const _0x56ffd2 of _0x4fe6c8)_0x56ffd2['is']('element')&&_0xb10627['match'](_0x56ffd2)&&(_0x1bf8a8['push'](_0x56ffd2),'h1'==_0x56ffd2['name']&&(_0x9c1f9=!0x0));if(_0x9c1f9){for(const _0x56c1d9 of _0x1bf8a8)_0x2f49c1['rename']('h'+(parseInt(_0x56c1d9['name'][0x1])+0x1),_0x56c1d9);}}['_isH1TagSupportEnabled'](){const {data:_0x4adfa8,editing:_0x8f76a0}=this['editor'],_0x353bc9=_0x4adfa8['htmlProcessor']['toView']('<h1></h1>'),_0x1140b3=_0x4adfa8['toView'](_0x4adfa8['toModel'](_0x353bc9));return!!_0x8f76a0['view']['domConverter']['viewToDom'](_0x1140b3)['querySelector']('h1');}['_sanitizeHTML'](_0xfdc96c){return this['editor']['editing']['view']['domConverter']['setContentOf'](this['_sanitizationContainer'],_0xfdc96c),this['_sanitizationContainer']['innerHTML'];}['_stripMarkdownSyntax'](_0x18c899){const _0x4eb9af=_0x18c899['trim']();return _0x4eb9af['startsWith']('```html')?_0x4eb9af['endsWith']('```')?_0x4eb9af['substring'](0x7,_0x4eb9af['length']-0x3):_0x4eb9af['substring'](0x7):_0x18c899;}}const _={'REPLACE':'replace','INSERT':'insert'};class wr extends _0x581355{constructor(_0x1cb955){super(_0x1cb955),this['set']('isVisible',!0x1),this['set']('mainAction',_['REPLACE']),this['replaceButton']=this['_createButton']('','ck-button-action'),this['replaceButton']['bind']('label')['to'](this,'mainAction',_0x7931d7=>Vn(_0x1cb955,'AI_'+_0x7931d7['toUpperCase']()+'_CONTENT')),this['insertButton']=this['_createButton'](Vn(_0x1cb955,'Insert\x20below')),this['tryAgainButton']=this['_createButton'](Vn(_0x1cb955,'Try\x20again')),this['stopButton']=this['_createButton'](Vn(_0x1cb955,'Stop'));const _0x16fb5c=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-form__toolbar',_0x16fb5c['if']('isVisible','ck-hidden',_0x18691c=>!_0x18691c)]}}),this['items']['addMany']([this['replaceButton'],this['insertButton'],this['tryAgainButton'],this['stopButton']]);}['_createButton'](_0x3b7d9b,_0x144b45){const _0x3e7593=new _0x4b3349(this['locale']);return _0x3e7593['set']({'label':_0x3b7d9b,'class':_0x144b45||'','isVisible':!0x0,'withText':!0x0}),_0x3e7593;}}class yr extends _0x3a2ab2{['contentFieldView'];['copyButtonView'];constructor(_0x4f9934,_0x3177b3=''){super(_0x4f9934),this['set']({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x43421d=this['bindTemplate'];this['contentFieldView']=new Gn(_0x4f9934,_0x3177b3),this['copyButtonView']=this['_createCopyButton'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area-wrapper',_0x43421d['if']('isVisible','ck-hidden',_0x4832d5=>!_0x4832d5)],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area',_0x43421d['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 _0x412ef3=!0x1;this['on']('change:value',(_0x3aa9c0,_0x505cc7,_0xdba549)=>{const _0x9d50=!this['contentFieldView']['element']['querySelector']('.ck-ai-form__loader');this['contentFieldView']['setContent'](_0xdba549),this['isProcessing']&&_0x9d50&&!_0x412ef3&&this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'smooth'});}),this['on']('change:isProcessing',(_0x244e95,_0x2f7a2d,_0xb42a49)=>{_0x412ef3=!0x1,_0xb42a49?(this['value']=null,this['contentFieldView']['appendLoader']()):this['value']||this['contentFieldView']['setContent']('');}),this['listenTo'](this['element'],'wheel',()=>{_0x412ef3=!0x0;}),this['listenTo'](this['element'],'mousedown',()=>{_0x412ef3=!0x0;});}['focus'](){this['element']['focus']();}['_createCopyButton'](){const _0x16b5a4=this['locale'],_0x5507d4=new _0x4b3349(this['locale']),_0x222a22='ck-ai-form__copy-button';return _0x5507d4['set']({'label':Vn(_0x16b5a4,'Copy'),'icon':_0x440998,'class':_0x222a22,'tooltip':!0x0}),_0x5507d4['bind']('isVisible')['to'](this,'value',_0xa5f72a=>!!_0xa5f72a),_0x5507d4['bind']('isEnabled')['to'](this,'isProcessing',_0x11a8e8=>!_0x11a8e8),_0x5507d4['on']('execute',()=>{this['_copyHTMLToClipboard'](this['contentFieldView']['element']),_0x5507d4['icon']=_0x519140,_0x5507d4['class']=_0x222a22+'\x20ck-ai-form__copy-button--copied',this['focus'](),setTimeout(()=>{_0x5507d4['icon']=_0x440998,_0x5507d4['class']=_0x222a22;},0x3e8);}),_0x5507d4;}['_copyHTMLToClipboard'](_0x6575b9){const {window:_0x226b82,document:_0x308b42}=_0x34a915;if(_0x226b82['ClipboardItem']){const {Blob:_0x32f8c4,ClipboardItem:_0x4b7314}=_0x226b82,_0x2362cc=[new _0x4b7314({'text/html':new _0x32f8c4([_0x6575b9['innerHTML']],{'type':'text/html'}),'text/plain':new _0x32f8c4([_0x6575b9['textContent']||''],{'type':'text/plain'})})];navigator['clipboard']['write'](_0x2362cc);}else{const _0x4c40f9=_0x308b42['createElement']('div');_0x4c40f9['style']['position']='absolute',_0x4c40f9['style']['left']='-9999px',_0x4c40f9['innerHTML']='<span>[</span>'+_0x6575b9['innerHTML']+'<span>]</span>',_0x308b42['body']['appendChild'](_0x4c40f9);const _0x57641f=_0x308b42['createRange']();_0x57641f['setStartAfter'](_0x4c40f9['firstElementChild']),_0x57641f['setEndBefore'](_0x4c40f9['lastElementChild']);const _0x57d66e=_0x226b82['getSelection']();_0x57d66e['removeAllRanges'](),_0x57d66e['addRange'](_0x57641f),_0x308b42['execCommand']('copy'),_0x4c40f9['remove']();}}}class Gn extends _0x3a2ab2{constructor(_0x552e00,_0x40feb1=''){super(_0x552e00),this['loaderView']=this['_createLoader'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content',_0x40feb1,'ck-reset_all-excluded','ck-ai-form__content-field']}});}['setContent'](_0x41ad07){this['element']['innerHTML']=_0x41ad07;}['appendLoader'](){this['element']['appendChild'](this['loaderView']['element']);}['_createLoader'](){const _0x2df70a=new _0x3a2ab2(),_0x4d6e58=this['locale'],_0x560c76=new _0x5d8343();return _0x560c76['isVisible']=!0x0,_0x2df70a['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__loader']},'children':[_0x560c76,{'text':Vn(_0x4d6e58,'AI\x20is\x20writing...')}]}),_0x2df70a['render'](),_0x2df70a;}}class gr extends _0x3a2ab2{constructor(_0x1f092e,_0x38eae0=''){super(_0x1f092e);const _0x2cb6ce=new _0x1f8dd5(),_0x51a3ac=this['bindTemplate'];this['set']('text',_0x38eae0),_0x2cb6ce['content']=_0x503ee4,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__error']},'children':[_0x2cb6ce,{'text':_0x51a3ac['to']('text')}]});}}class Er extends _0x7ab78d{['submitButtonView'];['showHistoryButtonView'];constructor(_0x419f53,_0x145f82){super(_0x419f53,_0x145f82),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',(_0x53d033,_0x4bb8fc)=>{_0x53d033['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x4bb8fc());});}['_createSubmitButton'](){const _0x274c21=new _0x4b3349(this['locale']),_0x3b2b3d=this['locale'];return _0x274c21['set']({'icon':_0xb7829d,'label':Vn(_0x3b2b3d,'Submit'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-form__submit'}),_0x274c21['on']('execute',()=>{this['submit']();}),_0x274c21['bind']('isEnabled')['to'](this['queryView']['fieldView'],'isEmpty',this,'isEnabled',(_0x40017e,_0x190584)=>!_0x40017e&&_0x190584),_0x274c21;}['_createShowHistoryButton'](){const _0x3a9069=new _0x4b3349(this['locale']),_0x32e96a=this['resultsView'],_0x23e78e=this['locale'];_0x3a9069['set']({'label':Vn(_0x23e78e,'History'),'withText':!0x1,'icon':Ht,'tooltip':!0x0,'tooltipPosition':'sw','class':'ck-ai-form__toggle-history'}),_0x3a9069['bind']('isOn')['to'](_0x32e96a,'isVisible'),_0x3a9069['bind']('isEnabled')['to'](this,'isEnabled'),_0x3a9069['on']('execute',()=>{_0x32e96a['isVisible']=!_0x32e96a['isVisible'],_0x32e96a['isVisible']?this['filteredView']['focus']():this['focus']();});const _0x461a92=()=>{_0x34a915['window']['requestAnimationFrame'](()=>{if(_0x33d5ba(this['element'])){const _0x541285=new _0x5ed23e(this['queryView']['fieldView']['element']),_0x4ec03c=_0x541285['width'],_0x435212='rtl'===_0x23e78e['uiLanguageDirection']?'left':'right';_0x541285['excludeScrollbarsAndBorders'](),_0x3a9069['element']['style'][_0x435212]=_0x4ec03c-_0x541285['width']+0x1+'px';}});};return this['queryView']['fieldView']['on']('update',_0x461a92),this['on']('render',_0x461a92),_0x3a9069;}['submit'](){const _0x25597c=this['queryView']['fieldView']['element']['value'];this['fire']('submit',_0x25597c);}['focus'](_0x29e89b){-0x1===_0x29e89b?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}}class vr extends _0x586ac5{['historyGroupView'];['clearHistoryButton'];constructor(_0x4ee6fd){super(_0x4ee6fd),this['clearHistoryButton']=this['_createClearHistoryButton'](),this['historyGroupView']=new _0x3e6dc5(),this['historyGroupView']['children']['add'](this['clearHistoryButton'],0x1),this['historyGroupView']['label']=Vn(_0x4ee6fd,'Prompt\x20history'),this['historyGroupView']['items']['delegate']('execute')['to'](this),this['items']['add'](this['historyGroupView']);}['filter'](){let _0x5db7a9=0x0;for(const _0x285e77 of this['items'])_0x5db7a9+=_0x285e77['items']['length'];return{'resultsCount':_0x5db7a9,'totalItemsCount':_0x5db7a9};}['_createClearHistoryButton'](){const _0x2ce439=this['locale'],_0xdb71c5=new _0x4b3349(this['locale']);return _0xdb71c5['set']({'label':'('+Vn(_0x2ce439,'Clear')+')','withText':!0x0}),_0xdb71c5['on']('execute',()=>this['fire']('clearHistory')),_0xdb71c5;}}class Ar extends _0x1f44f8{constructor(_0x2c112a){super();const _0x2eeb1c=new _0x39c654(),_0x3ceb4f=new _0x4b3349(this['locale'],_0x2eeb1c);this['children']['add'](_0x3ceb4f),_0x3ceb4f['set']({'label':_0x2c112a['prompt'],'withText':!0x0}),_0x3ceb4f['on']('execute',()=>{this['fire']('execute',{'value':_0x2a6371(_0x2c112a['prompt'])});});}}const no='CKEditor/AIFormView/PromptHistory';class Pr extends _0xe98229{constructor(){super(),this['_loadFromSessionStorage'](),this['on']('add',(_0x37c0be,_0x3e23bf)=>{const _0x302206=co(_0x3e23bf['prompt']);for(const _0x6d25b2 of this)if(_0x6d25b2!=_0x3e23bf&&co(_0x6d25b2['prompt'])===_0x302206){this['remove'](_0x6d25b2);break;}this['length']>0x14&&this['remove'](this['last']),this['_saveToSessionStorage']();}),this['on']('remove',()=>{this['_saveToSessionStorage']();});}['_loadFromSessionStorage'](){const _0x36b8f4=sessionStorage['getItem'](no)||'[]';this['addMany'](JSON['parse'](_0x36b8f4));}['_saveToSessionStorage'](){sessionStorage['setItem'](no,JSON['stringify'](this['map'](_0x55fb9f=>_0x55fb9f)));}}function co(_0x5dea76){return _0x5dea76['toLowerCase']()['trim']();}class k extends _0x3a2ab2{['focusTracker'];['keystrokes'];['contentArea'];['toolbar'];['promptView'];['errorView'];['_focusables'];['focusCycler'];['_promptHistory'];constructor(_0x17c285,_0x2cdb50,_0x240f7c=''){super(_0x17c285),this['set']('isEnabled',!0x0),this['set']('isProcessing',!0x1),this['set']('prompt',''),this['set']('value',''),this['set']('isError',!0x1),this['set']('mainAction',_['REPLACE']),this['_promptHistory']=new Pr(),this['errorView']=new gr(_0x17c285),this['contentArea']=new yr(_0x17c285,_0x240f7c),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 _0x14ef6c(),this['keystrokes']=new _0x4f7a26(),this['_focusables']=this['createCollection']([this['contentArea'],this['contentArea']['copyButtonView'],this['toolbar'],this['promptView']]),this['focusCycler']=new _0x3d067c({'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 _0x3a566d=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form',_0x2cdb50],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form-content']},'children':[{'tag':'div','attributes':{'class':[_0x3a566d['if']('isError','ck-hidden',_0x14a9f4=>!_0x14a9f4)]},'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'](_0x161739=0x1){-0x1===_0x161739?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 _0x5a0d02=this['locale'],_0x5e9c07=new Er(_0x5a0d02,{'queryView':{'label':Vn(_0x5a0d02,'Ask\x20AI\x20to\x20edit\x20or\x20generate'),'creator':_0x456b9c,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':Vn(_0x5a0d02,'Empty\x20history'),'secondary':Vn(_0x5a0d02,'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.')}}},'filteredView':this['_createHistoryView'](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x5e9c07['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x2a9a9c,_0x1eb643)=>_0x2a9a9c&&!_0x1eb643),this['listenTo'](_0x5e9c07,'submit',(_0x280707,_0x363163)=>{this['prompt']=_0x363163;const _0x3589a5=_0x512f25(_0x363163);this['fire']('submitPrompt',_0x3589a5),_0x363163['trim']()&&this['_promptHistory']['add']({'prompt':_0x3589a5},0x0);},{'priority':'high'}),_0x5e9c07;}['_createHistoryView'](){const _0x3d8e1a=new vr(this['locale']);return _0x3d8e1a['historyGroupView']['items']['bindTo'](this['_promptHistory'])['as'](Ar),_0x3d8e1a['on']('clearHistory',()=>{this['_promptHistory']['clear'](),this['promptView']['search'](''),this['promptView']['focus']();}),_0x3d8e1a;}['_createToolbar'](){const _0x4ce036=new wr(this['locale']);return _0x4ce036['replaceButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x1ff5c9,_0x8f2038,_0x401fd1)=>_0x1ff5c9&&!_0x8f2038&&!!_0x401fd1),_0x4ce036['replaceButton']['delegate']('execute')['to'](this,'replaceContent'),_0x4ce036['insertButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x4f4f0f,_0x39069d,_0x4188b7)=>_0x4f4f0f&&!_0x39069d&&!!_0x4188b7),_0x4ce036['insertButton']['delegate']('execute')['to'](this,'insertContentBelow'),_0x4ce036['tryAgainButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x1c1aa9,_0x9d96b4)=>_0x1c1aa9&&!_0x9d96b4),_0x4ce036['tryAgainButton']['delegate']('execute')['to'](this,'tryAgainEvent'),_0x4ce036['stopButton']['bind']('isEnabled')['to'](this,'isProcessing'),_0x4ce036['stopButton']['delegate']('execute')['to'](this,'stopProcessing'),_0x4ce036;}['startProcessing'](){this['value']='',this['isError']=!0x1,this['isProcessing']=!0x0,this['contentArea']['isVisible']=!0x0,this['toolbar']['isVisible']=!0x0,this['contentArea']['focus']();}['finishProcessing'](){const _0x475e8a=this['locale'];this['isProcessing']=!0x1,this['prompt']='',this['promptView']['reset'](),this['value']&&(this['promptView']['queryView']['label']=Vn(_0x475e8a,'Ask\x20AI\x20to\x20improve\x20generated\x20text'));}['handleError'](_0x442a5b){const _0x478de9=this['locale'];this['finishProcessing'](),this['isError']=!0x0,this['errorView']['text']=_0x442a5b||Vn(_0x478de9,'AI_ERROR_FAILED'),this['value']||(this['contentArea']['isVisible']=!0x1);}}const l=globalThis['DataTransfer'];class n extends _0x20f5e5{['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[_0x4a3991,a,x,_0x889ca7];}constructor(_0xa3c11d){super(_0xa3c11d),_0xa3c11d['config']['define']('ai.assistant.disabledElements',['media','rawHtml','tableOfContents']),_0xa3c11d['config']['define']('ai.assistant.contentAreaCssClass',''),_0xa3c11d['config']['define']('ai.assistant.useTheme',!0x0),this['_uiCssClasses']='ck-ai-assistant-ui'+(_0xa3c11d['config']['get']('ai.assistant.useTheme')?'\x20ck-ai-assistant-ui_theme':'');}['init'](){const {editor:_0xba98d}=this;this['_aiAdapter']=_0xba98d['plugins']['get'](x),this['_dialog']=_0xba98d['plugins']['get'](_0x889ca7),this['_formView']=null,this['_commandDefinitions']=this['_getResolvedCommandsDefinitions']();const _0x28c8be=new E(_0xba98d,Array['from'](this['_commandDefinitions']['values']()));_0xba98d['commands']['add']('showAIAssistant',_0x28c8be),_0xba98d['ui']['componentFactory']['add']('aiCommands',_0x4363c4=>{const _0x2bbd18=_0x45dc52(_0x4363c4);return _0x2bbd18['set']({'class':'ck-ai-commands-dropdown\x20'+this['_uiCssClasses']}),_0x2bbd18['buttonView']['set']({'label':Vn(_0x4363c4,'AI\x20Commands'),'icon':_0x4b7b3d,'tooltip':!0x0}),_0x2bbd18['on']('execute',_0x5977d8=>this['_onExecute'](_0x5977d8['source']['id'])),_0x201b22(_0x2bbd18,_0xba98d['ui']['view']['body'],function(_0x2464c5){const _0x22c607=o(_0x2464c5['config']['get']('ai.assistant.commands'),_0x2464c5['locale']),_0x28c222=U(_0x2464c5,_0x22c607)['filter'](_0x3c0d21=>_0x3c0d21['commands']['length']);if(0x1===_0x28c222['length'])return U(_0x2464c5,_0x28c222[0x0]['commands'])['map'](_0x4769c4=>({'id':_0x4769c4['id'],'label':_0x4769c4['label']}));return _0x28c222['map'](_0x380743=>{const {groupId:_0x596aee,groupLabel:_0x9a88ac,commands:_0x2848f0}=_0x380743,_0x3d8d04=U(_0x2464c5,_0x2848f0)['map'](_0x4e37d6=>({'id':_0x4e37d6['id'],'label':_0x4e37d6['label']}));return{'id':_0x596aee,'menu':_0x9a88ac||_0x596aee,'children':_0x3d8d04};});}(_0xba98d),{'ariaLabel':Vn(_0x4363c4,'AI\x20Commands')}),_0x2bbd18['menuView']['menuPanelClass']='ck-ai-commands-dropdown\x20'+this['_uiCssClasses'],_0x28c8be['on']('change:enabledCommandsIds',_0x29f388),_0x2bbd18['menuView']['once']('render',_0x29f388),_0x2bbd18;function _0x29f388(){_0x2bbd18['isEnabled']=_0x28c8be['enabledCommandsIds']['length']>0x0;for(const _0x8adf98 of _0x2bbd18['menuView']['buttons'])_0x8adf98['isEnabled']=_0x28c8be['enabledCommandsIds']['includes'](_0x8adf98['id']);}}),_0xba98d['ui']['componentFactory']['add']('menuBar:aiCommands',_0x30c5f4=>{const _0x530e08=new _0x3db66d(_0x30c5f4);_0x530e08['buttonView']['set']({'label':Vn(_0x30c5f4,'AI\x20Commands'),'icon':_0x4b7b3d}),_0x530e08['bind']('isEnabled')['to'](_0x28c8be,'enabledCommandsIds',_0x227c7c=>_0x227c7c['length']>0x0);const _0x3aeea5=o(_0xba98d['config']['get']('ai.assistant.commands'),_0x30c5f4);return this['_populateMenuBarMenu'](_0x28c8be,_0x530e08,_0x3aeea5,_0x44c560=>this['_onExecute'](_0x44c560)),_0x530e08;}),_0xba98d['ui']['componentFactory']['add']('aiAssistant',()=>{const _0xcc37ab=this['_createAIAssistantUIButton'](_0x4b3349);return _0xcc37ab['set']({'tooltip':!0x0,'class':'ck-ai-assistant-button\x20'+this['_uiCssClasses']}),_0xcc37ab;}),_0xba98d['ui']['componentFactory']['add']('menuBar:aiAssistant',()=>{const _0x5ab13f=this['_createAIAssistantUIButton'](_0x4389d5);return _0x5ab13f['set']({'role':'menuitemcheckbox'}),_0x5ab13f;}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3e42ed=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x574e69;for(const _0x2a24b8 in _0x3e42ed){const _0x29e072=_0x2a24b8,_0x14970f=_0x3e42ed[_0x29e072];if('aiLicenseKeyValid'==_0x14970f||'aiLicenseKeyInvalid'==_0x14970f||'aiLicenseKeyExpired'==_0x14970f||'aiLicenseKeyDomainLimit'==_0x14970f||'aiLicenseKeyNotAllowed'==_0x14970f||'aiLicenseKeyEvaluationLimit'==_0x14970f||'aiLicenseKeyTrialLimit'==_0x14970f||'aiLicenseKeyUsageLimit'==_0x14970f){delete _0x3e42ed[_0x29e072],_0x574e69=_0x14970f,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'aiLicenseKeyInvalid'==_0x574e69&&_0x3e42ed['_showLicenseError']('invalid'),'aiLicenseKeyExpired'==_0x574e69&&_0x3e42ed['_showLicenseError']('expired'),'aiLicenseKeyDomainLimit'==_0x574e69&&_0x3e42ed['_showLicenseError']('domainLimit'),'aiLicenseKeyNotAllowed'==_0x574e69&&_0x3e42ed['_showLicenseError']('featureNotAllowed','AIAssistant'),'aiLicenseKeyEvaluationLimit'==_0x574e69&&_0x3e42ed['_showLicenseError']('evaluationLimit'),'aiLicenseKeyTrialLimit'==_0x574e69&&_0x3e42ed['_showLicenseError']('trialLimit'),'aiLicenseKeyUsageLimit'==_0x574e69&&_0x3e42ed['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['showUI'](_0x53215b='',_0x49fdb1='',_0x556c00='custom'){const _0x1a2e50=this['editor'],_0x263b03=_0x1a2e50['editing']['view'],_0x58a29f=_0x1a2e50['plugins']['get'](a),_0xba5c12=_0x1a2e50['plugins']['get'](_0x4a3991);_0x58a29f['showFakeVisualSelection']();const _0x2a6dfd=new l(),_0xd3fbb=new ClipboardEvent('copy',{'clipboardData':_0x2a6dfd}),_0x52b500=new _0x3cec43(_0x2a6dfd),_0x1ef15b=new _0x75fd74(_0x263b03,_0xd3fbb,{'dataTransfer':_0x52b500});_0xba5c12['_forceMarkersCopy']('comment',()=>{_0x263b03['document']['fire']('copy',_0x1ef15b);}),this['_formView']||(this['_initView'](),this['_aiAssistantController']=new j(_0x1a2e50,this['_aiAdapter']['textAdapter'],this['_formView']));let _0x6658ef=_0x52b500['getData']('text/html');const _0xabfa4d=_0x1a2e50['model']['document']['selection'],_0x4132d1=Array['from'](_0xabfa4d['getRanges']());0x1===_0x4132d1['length']&&_0x4132d1[0x0]['isFlat']&&!_0xabfa4d['getSelectedElement']()&&''!==_0x6658ef['replace'](/&nbsp;/g,'')['trim']()&&(_0x6658ef='<p>'+_0x6658ef+'</p>'),this['_aiAssistantController']['updateView']({'actionId':_0x556c00,'query':_0x53215b,'htmlContent':_0x6658ef,'label':_0x49fdb1,'mainActionLabel':_[_0x1a2e50['model']['document']['selection']['isCollapsed']?'INSERT':'REPLACE']}),'aiAssistant'!==this['_dialog']['id']?this['_dialog']['show']({'id':'aiAssistant','icon':_0x46c7c5,'title':Vn(this['editor']['locale'],'AI\x20Assistant'),'content':this['_formView'],'position':_0x7944f3['EDITOR_TOP_SIDE'],'onShow':()=>{this['_formView']['focus']();},'onHide':()=>{this['_aiAssistantController']['reset'](),_0x58a29f['hideFakeVisualSelection']();}}):this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}['hideUI'](){this['_dialog']['hide']();}['_getResolvedCommandsDefinitions'](){const _0x20c837=new Map(),_0x77b45=o(this['editor']['config']['get']('ai.assistant.commands'),this['editor']['locale']);for(const _0x1f062c of _0x77b45)for(const _0x4f9fc0 of _0x1f062c['commands'])_0x20c837['set'](_0x4f9fc0['id'],{..._0x4f9fc0,'groupId':_0x1f062c['groupId'],'groupLabel':_0x1f062c['groupLabel']||_0x1f062c['groupId']});return _0x20c837;}['_createAIAssistantUIButton'](_0x15d4c5){const _0x8d14f4=this['editor'],_0x2b9d88=_0x8d14f4['commands']['get']('showAIAssistant'),_0x28f94b=new _0x15d4c5(_0x8d14f4['locale']);return _0x28f94b['set']({'label':Vn(_0x8d14f4['locale'],'AI\x20Assistant'),'icon':_0x46c7c5,'isToggleable':!0x0}),_0x28f94b['bind']('isEnabled')['to'](_0x2b9d88),_0x28f94b['bind']('isOn')['to'](this['_dialog'],'id',_0x56628b=>'aiAssistant'===_0x56628b),this['listenTo'](_0x28f94b,'execute',()=>{_0x28f94b['isOn']?this['hideUI']():_0x2b9d88['execute']();}),_0x28f94b;}['_initView'](){const _0x2b3a56=this['editor']['plugins']['get'](a);this['_formView']=new k(this['editor']['locale'],this['_uiCssClasses'],this['editor']['config']['get']('ai.assistant.contentAreaCssClass')),this['_formView']['on']('change:value',()=>{this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}),this['_formView']['promptView']['queryView']['fieldView']['on']('update',()=>{this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}),this['listenTo'](this['_formView'],'replaceContent',()=>{_0x2b3a56['insertContent'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['listenTo'](this['_formView'],'insertContentBelow',()=>{_0x2b3a56['insertContentBelow'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['_initAriaAiStatusChangeAnnouncements']();}['_initAriaAiStatusChangeAnnouncements'](){const {locale:_0x35054f,ui:{ariaLiveAnnouncer:_0x8e1d37}}=this['editor'];this['_formView']['contentArea']['on']('change:isProcessing',(_0x2c66d6,_0x4154d0,_0x6b0ec1)=>{const _0x46336d=this['_aiAssistantController']['currentContext'];_0x6b0ec1?_0x8e1d37['announce'](Vn(_0x35054f,'AI\x20is\x20writing')):_0x46336d&&_0x8e1d37['announce'](Vn(_0x35054f,'Generated\x20content:\x20%0',_0x46336d),{'politeness':'polite','isUnsafeHTML':!0x0});}),this['_formView']['on']('change:isError',(_0xef0fd3,_0x4c57bf,_0x58b28c)=>{if(_0x58b28c){const _0x16ae73=this['_formView']['errorView']['text'];_0x8e1d37['announce'](Vn(_0x35054f,'Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x16ae73));}});}['_onExecute'](_0x4b63f3){const _0x5edc24=this['_commandDefinitions']['get'](_0x4b63f3),_0x1a9d1e=this['editor'],_0x549ecb=_0x1a9d1e['model']['document']['selection'],_0x28f637=_0x1a9d1e['commands']['get']('showAIAssistant'),_0x2fc7b6=_0x1a9d1e['plugins']['get'](a),_0x9fef41=''+(_0x5edc24['groupId']!==K?_0x5edc24['groupLabel']+':\x20':'')+_0x5edc24['label'];if(!0x1!==_0x5edc24['requiresContent']&&_0x549ecb['isCollapsed']){const _0x4035c5=_0x5f24ba(_0x549ecb['getSelectedBlocks']())||_0x1a9d1e['model']['schema']['getLimitElement'](_0x549ecb);_0x1a9d1e['model']['change'](_0x4bea18=>{_0x4bea18['setSelection'](_0x4035c5,'in');});}_0x2fc7b6['showFakeVisualSelection'](),_0x28f637['execute'](_0x5edc24['prompt'],_0x9fef41,'command:'+_0x4b63f3);}['_populateMenuBarMenu'](_0x5ef959,_0x1205a6,_0x496b6a,_0xb5fb7a){const _0x2b69e6=this['editor'],_0x408e6b=_0x2b69e6['locale'],_0x303d72=new _0x26ac41(_0x408e6b),_0x4204a8=U(_0x2b69e6,_0x496b6a)['filter'](_0x241382=>_0x241382['commands']['length']);0x1===_0x4204a8['length']?this['_getMenuBarGroupButtons']({'command':_0x5ef959,'commands':_0x4204a8[0x0]['commands'],'parentMenuView':_0x1205a6,'onExecute':_0xb5fb7a})['forEach'](_0x40f0bc=>_0x303d72['items']['add'](_0x40f0bc)):_0x4204a8['forEach'](({groupId:_0x1c6e39,groupLabel:_0xe960e1,commands:_0x5adcc5})=>{const _0x1bf1e8=new _0x5e1da0(_0x408e6b,_0x1205a6),_0x32da6e=new _0x3db66d(_0x408e6b),_0x6a216c=new _0x26ac41(_0x408e6b),_0x6ac3eb=this['_getMenuBarGroupButtons']({'command':_0x5ef959,'commands':_0x5adcc5,'parentMenuView':_0x32da6e,'onExecute':_0xb5fb7a});_0x32da6e['buttonView']['set']({'label':_0xe960e1||_0x1c6e39}),_0x32da6e['delegate']('execute')['to'](_0x1205a6),_0x6a216c['items']['addMany'](_0x6ac3eb),_0x32da6e['panelView']['children']['add'](_0x6a216c),_0x1bf1e8['children']['add'](_0x32da6e),_0x303d72['items']['add'](_0x1bf1e8);}),_0x1205a6['panelView']['children']['add'](_0x303d72);}['_getMenuBarGroupButtons']({command:_0x280652,commands:_0x204a5e,parentMenuView:_0x5604d2,onExecute:_0x4f5136}){const _0x42305c=this['editor'],_0x2c37ea=_0x42305c['locale'];return U(_0x42305c,_0x204a5e)['map'](_0x4ebf7b=>{const _0x5e1c36=new _0x5e1da0(_0x2c37ea,_0x5604d2),_0x3e8f6d=new _0x4389d5(_0x2c37ea);return _0x3e8f6d['set']({'label':_0x4ebf7b['label']}),_0x3e8f6d['delegate']('execute')['to'](_0x5604d2),_0x3e8f6d['on']('execute',()=>_0x4f5136(_0x4ebf7b['id'])),_0x3e8f6d['bind']('isEnabled')['to'](_0x280652,'enabledCommandsIds',_0x4fde85=>_0x4fde85['includes'](_0x4ebf7b['id'])),_0x5e1c36['children']['add'](_0x3e8f6d),_0x5e1c36;});}}function T(_0x51dfba,_0x184509){return void 0x0!==_0x51dfba['order']&&void 0x0===_0x184509['order']?0x1:void 0x0===_0x51dfba['order']&&void 0x0!==_0x184509['order']?-0x1:void 0x0!==_0x51dfba['order']&&void 0x0!==_0x184509['order']?_0x51dfba['order']-_0x184509['order']:0x0;}function U(_0x1ed6a3,_0x2c3cc5){_0x2c3cc5['sort'](T);const _0x850f1a={},_0x3fc06d=[];for(const _0x57e491 of _0x2c3cc5)if(void 0x0!==_0x57e491['order']){if(_0x57e491['order']in _0x850f1a)throw new _0x599d16('ai-commands-config-order-collision',_0x1ed6a3,{'conflictingDefinitions':[_0x57e491,_0x850f1a[_0x57e491['order']]]});_0x850f1a[_0x57e491['order']]=_0x57e491,_0x3fc06d['splice'](_0x57e491['order'],0x0,_0x57e491);}else _0x3fc06d['push'](_0x57e491);return _0x3fc06d;}class Bn extends _0x20f5e5{static get['requires'](){return[n,a];}static get['pluginName'](){return'AIAssistant';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3b997b){super(_0x3b997b);const _0x4fb480=_0x3b997b['config'],_0x594fd2=_0x3b997b['locale'];_0x4fb480['define']('ai.assistant.preserveComments',!0x0),_0x4fb480['define']('ai.assistant.commands',Kn(_0x594fd2)),_0x4fb480['define']('ai.assistant.extraCommandGroups',[]),_0x4fb480['define']('ai.assistant.removeCommands',[]);let _0x425bc0=o(_0x4fb480['get']('ai.assistant.commands'),_0x594fd2);const _0x50188e=_0x4fb480['get']('ai.assistant.extraCommandGroups'),_0x267047=_0x4fb480['get']('ai.assistant.removeCommands');_0x50188e['forEach'](_0xff413d=>{const _0x338dcc=_0x425bc0['find'](_0x483b3a=>_0x483b3a['groupId']===_0xff413d['groupId']);_0x338dcc?_0x338dcc['commands']=_0x338dcc['commands']['concat'](_0xff413d['commands']):_0x425bc0['push'](_0xff413d);}),_0x425bc0=_0x425bc0['filter'](_0x579057=>!_0x267047['includes'](_0x579057['groupId'])),_0x425bc0['forEach'](_0xec9b06=>{_0xec9b06['commands']=_0xec9b06['commands']['filter'](_0x3d98a0=>!_0x267047['includes'](_0x3d98a0['id']));}),_0x4fb480['set']('ai.assistant.commands',_0x425bc0);}}function Kn(_0x109eeb){return[{'groupId':'editOrReview','groupLabel':Vn(_0x109eeb,'Edit\x20or\x20review'),'commands':[{'id':'improveWriting','label':Vn(_0x109eeb,'Improve\x20writing'),'prompt':'Fix\x20spelling\x20mistakes,\x20use\x20proper\x20grammar\x20and\x20apply\x20good\x20writing\x20practices.\x20Do\x20not\x20lose\x20the\x20original\x20meaning.'},{'id':'makeShorter','label':Vn(_0x109eeb,'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':Vn(_0x109eeb,'Make\x20longer'),'prompt':'Improve\x20this\x20content\x20by\x20using\x20descriptive\x20language\x20and\x20inserting\x20more\x20information\x20and\x20more\x20detailed\x20explanations.'},{'id':'simplifyLanguage','label':Vn(_0x109eeb,'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':Vn(_0x109eeb,'Generate\x20from\x20selection'),'commands':[{'id':'summarize','label':Vn(_0x109eeb,'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':Vn(_0x109eeb,'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':Vn(_0x109eeb,'Change\x20tone'),'commands':[{'id':'professional','label':Vn(_0x109eeb,'Professional'),'prompt':'Improve\x20using\x20polished,\x20formal,\x20and\x20respectful\x20language\x20to\x20convey\x20professional\x20expertise\x20and\x20competence.'},{'id':'casual','label':Vn(_0x109eeb,'Casual'),'prompt':'Improve\x20using\x20casual,\x20informal\x20language\x20to\x20convey\x20a\x20casual\x20conversation\x20with\x20a\x20real\x20person.'},{'id':'direct','label':Vn(_0x109eeb,'Direct'),'prompt':'Improve\x20using\x20direct\x20language,\x20using\x20only\x20the\x20essential\x20information.'},{'id':'confident','label':Vn(_0x109eeb,'Confident'),'prompt':'Improve\x20using\x20compelling,\x20optimistic\x20language\x20to\x20convey\x20confidence\x20in\x20the\x20writing.'},{'id':'friendly','label':Vn(_0x109eeb,'Friendly'),'prompt':'Improve\x20using\x20friendly,\x20comforting\x20language,\x20to\x20convey\x20understanding\x20and\x20empathy.'}]},{'groupId':'changeStyle','groupLabel':Vn(_0x109eeb,'Change\x20style'),'commands':[{'id':'business','label':Vn(_0x109eeb,'Business'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20business\x20professional\x20with\x20formal\x20language.'},{'id':'legal','label':Vn(_0x109eeb,'Legal'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20legal\x20professional\x20using\x20valid\x20legal\x20terminology.'},{'id':'journalism','label':Vn(_0x109eeb,'Journalism'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20journalist\x20using\x20engaging\x20language\x20to\x20convey\x20the\x20importance\x20of\x20the\x20information.'},{'id':'poetic','label':Vn(_0x109eeb,'Poetic'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20poem\x20using\x20poetic\x20techniques\x20without\x20losing\x20the\x20original\x20meaning.'}]},{'groupId':'translate','groupLabel':Vn(_0x109eeb,'Translate'),'commands':[{'id':'translateEnglish','label':Vn(_0x109eeb,'English'),'prompt':'Translate\x20the\x20content\x20to\x20English\x20language.'},{'id':'translateSpanish','label':Vn(_0x109eeb,'Spanish'),'prompt':'Translate\x20the\x20content\x20to\x20Spanish\x20language.'},{'id':'translatePortuguese','label':Vn(_0x109eeb,'Portuguese'),'prompt':'Translate\x20the\x20content\x20to\x20Portuguese\x20language.'},{'id':'translateGerman','label':Vn(_0x109eeb,'German'),'prompt':'Translate\x20the\x20content\x20to\x20German\x20language.'},{'id':'translateFrench','label':Vn(_0x109eeb,'French'),'prompt':'Translate\x20the\x20content\x20to\x20French\x20language.'},{'id':'translateChinese','label':Vn(_0x109eeb,'Simplified\x20Chinese'),'prompt':'Translate\x20the\x20content\x20to\x20Simplified\x20Chinese\x20language.'},{'id':'translateHindi','label':Vn(_0x109eeb,'Hindi'),'prompt':'Translate\x20the\x20content\x20to\x20Hindi\x20language.'},{'id':'translateArabic','label':Vn(_0x109eeb,'Arabic'),'prompt':'Translate\x20the\x20content\x20to\x20Arabic\x20language.'}]}];}class de extends _0x20f5e5{['abortController'];static get['requires'](){return[x];}constructor(_0x279c3b){super(_0x279c3b),this['abortController']=new AbortController();}['init'](){this['editor']['plugins']['get'](x)['textAdapter']=this;}['abort'](){this['abortController']['signal']['aborted']||(this['abortController']['abort'](),this['abortController']=new AbortController());}async['makeRequest'](_0x2eec3f){return this['sendRequest'](_0x2eec3f)['catch'](_0xa5c622=>{if(_0xa5c622 instanceof tr)return Promise['reject'](_0xa5c622);if('AbortError'==_0xa5c622['name'])return Promise['resolve']();throw console['error'](_0xa5c622),new _0x599d16('aitextadapter-send-request-failed',null);});}async['_prepareRequestHeaders'](_0x377524,_0x9d797){const _0x33e971=this['editor']['locale'],_0xa32f62={'Content-Type':'application/json'};if('object'==typeof _0x377524)Object['assign'](_0xa32f62,_0x377524);else{if(_0x377524)try{const _0x32eed1=await _0x377524(_0x9d797);Object['assign'](_0xa32f62,_0x32eed1);}catch{return Promise['reject'](new tr(Vn(_0x33e971,'AI_ERROR_GET_HEADERS')));}}return _0xa32f62;}async['_prepareRequestParameters'](_0x48906d,_0x5f59f9){const _0x1d99f=this['editor']['locale'];if('object'==typeof _0x48906d)return _0x48906d;try{return await _0x48906d(_0x5f59f9);}catch{return Promise['reject'](new tr(Vn(_0x1d99f,'AI_ERROR_GET_PARAMETERS')));}}}class Wn extends de{['_apiUrl'];['_requestHeaders'];['_requestParameters'];static get['pluginName'](){return'OpenAITextAdapter';}constructor(_0x41c64f){super(_0x41c64f),_0x41c64f['config']['define']('ai.assistant.adapter.openAI.apiUrl','https://api.openai.com/v1/chat/completions'),_0x41c64f['config']['get']('ai.assistant.adapter.openAI.requestParameters')||_0x41c64f['config']['define']('ai.assistant.adapter.openAI.requestParameters',{'model':'gpt-4o','temperature':0x1,'top_p':0x1,'stream':!0x0}),this['_apiUrl']=_0x41c64f['config']['get']('ai.assistant.adapter.openAI.apiUrl'),this['_requestHeaders']=_0x41c64f['config']['get']('ai.assistant.adapter.openAI.requestHeaders')||{},this['_requestParameters']=_0x41c64f['config']['get']('ai.assistant.adapter.openAI.requestParameters');}async['sendRequest']({query:_0x478931,context:_0x248abd,onData:_0x3f4e20,actionId:_0x505c7e}){const _0x2090cc=this['editor']['locale'],_0x92011d=await this['prepareMessages'](_0x478931,_0x248abd,_0x505c7e),_0x2fa7b7=await this['_prepareRequestHeaders'](this['_requestHeaders'],_0x505c7e),_0x41337e=await this['_prepareRequestParameters'](this['_requestParameters'],_0x505c7e),_0x3a3a1e={'messages':_0x92011d,..._0x41337e},_0x9ba330={'method':'POST','headers':_0x2fa7b7,'body':JSON['stringify'](_0x3a3a1e),'signal':this['abortController']['signal']},_0x247e2e=await fetch(this['_apiUrl'],_0x9ba330);if(_0x247e2e['ok'])return _0x41337e['stream']?await this['_readStreamableResponse'](_0x247e2e,_0x3f4e20):await this['_readStaticResponse'](_0x247e2e,_0x3f4e20),Promise['resolve']();{const _0xb8dbce=await _0x247e2e['text']();return _0xb8dbce['includes']('context_length_exceeded')?Promise['reject'](new tr(Vn(_0x2090cc,'AI_ERROR_CONTEXT_LENGTH'))):_0xb8dbce['includes']('Moderation')?Promise['reject'](new tr(Vn(_0x2090cc,'AI_ERROR_MODERATION'))):Promise['reject'](new Error(_0xb8dbce));}}async['prepareMessages'](_0x46e6b7,_0x299474,_0x1818ad){let _0x3ae6ea,_0x4422bf;return _0x299474?(_0x3ae6ea='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.',_0x4422bf='Instruction:\x0a'+_0x46e6b7+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x299474):(_0x3ae6ea='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.',_0x4422bf=_0x46e6b7),[{'role':'system','content':_0x3ae6ea},{'role':'user','content':_0x4422bf}];}async['_readStreamableResponse'](_0x405b64,_0x3e8ada){const _0x46067d=_0x405b64['body']['getReader'](),_0x30c3d4=new TextDecoder();let _0xf30776='',_0x36a9da='',_0x33552e='',_0x108758=!0x1;for(;!_0x108758;){const {done:_0x2f7956,value:_0x306581}=await _0x46067d['read'](),_0xc223ca=_0xf30776+_0x30c3d4['decode'](_0x306581);let _0x4cd67d='';_0x108758=_0x2f7956;try{_0x4cd67d=this['_cleanUpData'](_0xc223ca),_0xf30776='';}catch{_0xf30776=_0xc223ca;continue;}_0x36a9da+=_0x4cd67d,!_0x108758&&this['_isBufferIncomplete'](_0x36a9da)||_0x36a9da&&(_0x33552e+=_0x36a9da,_0x36a9da='',_0x3e8ada(_0x33552e));}return Promise['resolve']();}async['_readStaticResponse'](_0x247410,_0x1f8070){return _0x1f8070((await _0x247410['json']())['choices'][0x0]['message']['content']),Promise['resolve']();}['_isBufferIncomplete'](_0x46d5db){const _0x5cf5be=_0x46d5db['split']('<')['length']!==_0x46d5db['split']('>')['length'],_0x1b42da=_0x46d5db['length']<0x1e;return _0x5cf5be&&_0x1b42da;}['_cleanUpData'](_0x3b20ca){return _0x3b20ca['split'](/\n(?![^{]*\})/g)['map'](_0x1d0675=>_0x1d0675['replace']('data:\x20',''))['filter'](_0x596956=>_0x596956&&_0x596956['length']>0x0&&'[DONE]'!==_0x596956)['map'](_0x2bbb5a=>{const {choices:_0x1347b0}=JSON['parse'](_0x2bbb5a);if(_0x1347b0[0x0]?.['delta']?.['content'])return _0x1347b0[0x0]['delta']['content'];})['filter'](_0x38a038=>_0x38a038)['join']('');}}class Fn extends de{['_apiUrl'];['_requestHeaders'];['_bedrockClientConfig'];['_requestParameters'];static get['pluginName'](){return'AWSTextAdapter';}constructor(_0x50ad36){super(_0x50ad36),_0x50ad36['config']['get']('ai.assistant.adapter.aws.requestParameters')||_0x50ad36['config']['define']('ai.assistant.adapter.aws.requestParameters',{'model':'anthropic.claude-v2','max_tokens_to_sample':0x7d0,'temperature':0x1,'top_p':0x1,'top_k':0xfa,'anthropic_version':'bedrock-2023-05-31','stream':!0x0}),this['_apiUrl']=_0x50ad36['config']['get']('ai.assistant.adapter.aws.apiUrl'),this['_bedrockClientConfig']=_0x50ad36['config']['get']('ai.assistant.adapter.aws.bedrockClientConfig'),this['_requestHeaders']=_0x50ad36['config']['get']('ai.assistant.adapter.aws.requestHeaders'),this['_requestParameters']=_0x50ad36['config']['get']('ai.assistant.adapter.aws.requestParameters');}async['sendRequest']({query:_0x39317a,context:_0x3884f3,onData:_0x667659,actionId:_0x58fa5c}){const {model:_0x52b8aa,stream:_0x5e2add,..._0x9d17c8}=await this['_prepareRequestParameters'](this['_requestParameters'],_0x58fa5c),_0x4177e8={'prompt':await this['preparePrompt'](_0x39317a,_0x3884f3,_0x52b8aa,_0x58fa5c),..._0x9d17c8};this['_apiUrl']?await this['_processProxyRequest'](_0x4177e8,_0x52b8aa,_0x5e2add,_0x667659,_0x58fa5c):await this['_processAWSRequest'](_0x4177e8,_0x52b8aa,_0x5e2add,_0x667659);}async['preparePrompt'](_0x501388,_0x5a6fa3,_0x489709,_0x4a0ceb){let _0x1d3058,_0x2e6575;return _0x5a6fa3?(_0x1d3058='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.',_0x2e6575='Instruction:\x0a'+_0x501388+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x5a6fa3):(_0x1d3058='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.',_0x2e6575=_0x501388),'meta.llama'==this['getModelFamily'](_0x489709)?'<<SYS>>\x0a'+_0x1d3058+'\x0a<</SYS>>\x0a[INST]\x0a'+_0x2e6575+'\x0a[/INST]':'Human:\x0a'+_0x1d3058+'\x0a'+_0x2e6575+'\x0a\x0aAssistant:';}['getModelFamily'](_0x5cd73a){if(/^anthropic\.claude/['test'](_0x5cd73a))return'anthropic.claude';if(/^ai21\.j2/['test'](_0x5cd73a))return'ai21.j2';if(/^cohere\.command/['test'](_0x5cd73a))return'cohere.command';if(/^meta\.llama/['test'](_0x5cd73a))return'meta.llama';throw new tr(Vn(this['editor']['locale'],'AI_ERROR_UNSUPPORTED_MODEL',_0x5cd73a));}async['_processProxyRequest'](_0x8dc298,_0x10668d,_0xb0aa5e,_0x155dc5,_0x2bea39){const _0x5495ef={'method':'POST','headers':await this['_prepareRequestHeaders'](this['_requestHeaders'],_0x2bea39),'body':JSON['stringify']({..._0x8dc298,'model':_0x10668d,'stream':_0xb0aa5e}),'signal':this['abortController']['signal']},_0x26c11a=await fetch(this['_apiUrl'],_0x5495ef);_0xb0aa5e?await this['_readStreamableResponse'](_0x26c11a,_0x10668d,_0x155dc5):await this['_readStaticResponse'](_0x26c11a,_0x10668d,_0x155dc5);}async['_processAWSRequest'](_0x129e3c,_0x27ea89,_0x3c17eb,_0x334e93){const _0x2cab94=new _0xe8427d(this['_bedrockClientConfig']),_0x20a3e1={'body':JSON['stringify'](_0x129e3c),'contentType':'application/json','accept':'application/json','modelId':_0x27ea89};let _0x16799a;if(_0x3c17eb){const _0x701ae0=new _0x22500e(_0x20a3e1);_0x16799a=await _0x2cab94['send'](_0x701ae0,{'abortSignal':this['abortController']['signal']}),await this['_readAsyncIterableResponse'](_0x16799a,_0x27ea89,_0x334e93);}else{const _0x1555c4=new _0x53e009(_0x20a3e1);_0x16799a=await _0x2cab94['send'](_0x1555c4,{'abortSignal':this['abortController']['signal']}),await this['_readStaticResponse'](_0x16799a,_0x27ea89,_0x334e93);}}async['_readAsyncIterableResponse'](_0x5a1a5f,_0x5d5d51,_0x414455){const _0x8014a8=_0x5a1a5f['body'],_0x29d433=new TextDecoder('utf-8');let _0x5ea1a0='';for await(const _0x3f8f8b of _0x8014a8)if(_0x3f8f8b['chunk']){const _0x34ef37=_0x29d433['decode'](_0x3f8f8b['chunk']['bytes']),_0x4e15da=JSON['parse'](_0x34ef37);_0x5ea1a0+=this['_getGeneratedText'](_0x4e15da,_0x5d5d51),_0x414455(_0x5ea1a0);}return Promise['resolve']();}async['_readStreamableResponse'](_0x5f7f80,_0x331676,_0x34ff57){const _0x447b09=_0x5f7f80['body'],_0x1a91f5=new TextDecoder('utf-8'),_0x46eec3=_0x447b09['getReader']();let _0x403f68='',_0x11aae5='',_0x438263=!0x1;for(;!_0x438263;){const {done:_0x91decc,value:_0x5bdbb1}=await _0x46eec3['read']();if(_0x438263=_0x91decc,_0x438263)break;const _0x29edea=(_0x403f68+_0x1a91f5['decode'](_0x5bdbb1))['split']('\x0a')['map'](_0x3ecf41=>{try{return _0x403f68='',JSON['parse'](_0x3ecf41);}catch{return _0x403f68=_0x3ecf41,null;}})['filter'](_0x25f71d=>null!==_0x25f71d);_0x29edea['length']&&(_0x11aae5+=_0x29edea['map'](_0x559280=>this['_getGeneratedText'](_0x559280,_0x331676))['join'](''),_0x34ff57(_0x11aae5));}return Promise['resolve']();}async['_readStaticResponse'](_0x5d525e,_0x4cbfdd,_0x51d06a){let _0x2cde38;return _0x2cde38=_0x5d525e instanceof Response?await _0x5d525e['json']():JSON['parse'](new TextDecoder('utf-8')['decode'](_0x5d525e['body'])),(_0x51d06a(this['_getGeneratedText'](_0x2cde38,_0x4cbfdd)),Promise['resolve']());}['_getGeneratedText'](_0x38c94c,_0x277dc9){switch(this['getModelFamily'](_0x277dc9)){case'anthropic.claude':return _0x38c94c['completion'];case'ai21.j2':return _0x38c94c['completions'][0x0]['data']['text'];case'cohere.command':return _0x38c94c['generations'][0x0]['text'];case'meta.llama':return _0x38c94c['generation'];}}}class Ks extends _0x4b3349{constructor(_0x108624,_0x2da59f={}){super(_0x108624),this['isToggleable']=!0x0,this['set']('side',_0x2da59f['side']||'top');const _0x4462ee=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-tab-button',..._0x53b110(_0x2da59f['class']||[]),_0x4462ee['to']('side',_0x4772fc=>'ck-tab-button_'+_0x4772fc),_0x4462ee['to']('class')]}});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class Us extends _0x3a2ab2{['children'];constructor(_0x11a528,_0x882506={}){super(_0x11a528);const _0x40332f=this['bindTemplate'];this['set']('isVisible',!0x1),this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-tab-panel',..._0x53b110(_0x882506['class']||[]),_0x40332f['to']('class'),_0x40332f['if']('isVisible','ck-hidden',_0x4bd856=>!_0x4bd856)]},'children':this['children']});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class ts extends _0x3a2ab2{['buttonViews']=this['createCollection']();['panelViews']=this['createCollection']();['_tabs']=new Map();constructor(_0xd9b842,_0x353e2b={}){super(_0xd9b842),this['set']('class',void 0x0),this['set']('activeTab',null),this['set']('side',_0x353e2b['side']||'top'),this['set']('isMaximized',!0x1);const _0x4f3833=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-tabs',..._0x53b110(_0x353e2b['class']||[]),_0x4f3833['to']('side',_0x4ed1aa=>'ck-tabs_'+_0x4ed1aa),_0x4f3833['to']('class'),_0x4f3833['to']('isMaximized',_0x535a09=>_0x535a09?'ck-ai-tabs_maximized':'')],'tabindex':'0'},'children':[{'tag':'div','attributes':{'class':['ck','ck-tabs__buttons-container',_0x4f3833['to']('side',_0xb7f8a8=>'ck-tabs__buttons-container_'+_0xb7f8a8)]},'children':this['buttonViews']},{'tag':'div','attributes':{'class':['ck','ck-tabs__panels-container',_0x4f3833['to']('side',_0x16e372=>'ck-tabs__panels-container_'+_0x16e372)]},'children':this['panelViews']},..._0x53b110(_0x353e2b['children']||[])]});}['getTabIds'](){return[...this['_tabs']['keys']()];}['getTab'](_0x6a2687){const _0x3a6eeb=this['_tabs']['get'](_0x6a2687);return _0x3a6eeb||null;}['addTab'](_0x37d701){const _0x340172=this['_setupButton']({'id':_0x37d701['id'],'label':_0x37d701['buttonLabel'],'icon':_0x37d701['buttonIcon'],'order':_0x37d701['order']}),_0x1b9cdd=new Us(this['locale']);return _0x1b9cdd['render'](),_0x37d701['content']&&_0x1b9cdd['children']['add'](_0x37d701['content']),this['panelViews']['add'](_0x1b9cdd),this['_tabs']['set'](_0x37d701['id'],{'button':_0x340172,'panel':_0x1b9cdd,'order':void 0x0!==_0x37d701['order']?_0x37d701['order']:null}),this['fire']('addTab:'+_0x37d701['id'],{'id':_0x37d701['id'],'button':_0x340172,'panel':_0x1b9cdd}),null===this['activeTab']?this['activateTab'](_0x37d701['id']):this['_hidePanel'](_0x37d701['id']),{'button':_0x340172,'panel':_0x1b9cdd};}['activateTab'](_0xb49a71){if(null!==_0xb49a71&&!this['getTab'](_0xb49a71))throw new _0x599d16('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0xb49a71});this['activeTab']!==_0xb49a71&&(this['activeTab']&&this['_hidePanel'](this['activeTab']),this['activeTab']=_0xb49a71,_0xb49a71&&this['_showPanel'](_0xb49a71),this['fire']('activateTab:'+_0xb49a71,_0xb49a71));}['showTab'](_0x10544c){if(!this['getTab'](_0x10544c))throw new _0x599d16('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x10544c});this['_showPanel'](_0x10544c),this['_showButton'](_0x10544c),this['fire']('show:'+_0x10544c,_0x10544c);}['hideTab'](_0x5d13ec){if(!this['getTab'](_0x5d13ec))throw new _0x599d16('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x5d13ec});const _0x3781d6=this['activeTab'];this['_hidePanel'](_0x5d13ec),this['_hideButton'](_0x5d13ec);const _0x17e84f=this['getTabIds']();_0x3781d6===_0x5d13ec&&_0x17e84f['length']>0x1&&this['activateTab'](_0x17e84f['find'](_0x889d9e=>_0x889d9e!==_0x5d13ec)),this['fire']('hide:'+_0x5d13ec,_0x5d13ec);}['_getPanel'](_0x46b829){const _0x402cf9=this['_tabs']['get'](_0x46b829);return _0x402cf9?_0x402cf9['panel']:null;}['_showPanel'](_0x2af0f6){null!==this['activeTab']&&this['activeTab']!==_0x2af0f6||this['_getPanel'](_0x2af0f6)['show']();}['_hidePanel'](_0x38d08e){const _0x40f7bd=this['_getPanel'](_0x38d08e);_0x40f7bd['isVisible']&&(this['activeTab']===_0x38d08e&&(this['activeTab']=null),_0x40f7bd['hide']());}['_getButton'](_0xc17a26){const _0xce7921=this['_tabs']['get'](_0xc17a26);return _0xce7921?_0xce7921['button']:null;}['_showButton'](_0xb993c8){this['_getButton'](_0xb993c8)['show']();}['_hideButton'](_0x3f2e2c){this['_getButton'](_0x3f2e2c)['hide']();}['_setupButton'](_0x6bbfed){const _0x50c75f=new Ks(this['locale'],{'side':this['side']}),_0x2aa896=this['buttonViews'];if(_0x50c75f['set']({'label':_0x6bbfed['label'],'icon':_0x6bbfed['icon'],'tooltip':!0x0,'withText':!0x0}),_0x50c75f['bind']('isOn')['to'](this,'activeTab',_0x748583=>_0x748583===_0x6bbfed['id']),_0x50c75f['bind']('side')['to'](this,'side'),_0x6bbfed['order']){const _0x4beb10=[...this['_tabs']]['reduce']((_0x2f73dd,_0x5a14f7)=>{const _0x467dc2=_0x5a14f7[0x0],{order:_0x1a6198}=_0x5a14f7[0x1];return!_0x1a6198||_0x1a6198>_0x6bbfed['order']?_0x2f73dd:_0x1a6198>=_0x2f73dd['order']?{'id':_0x467dc2,'order':_0x1a6198}:_0x2f73dd;},{'id':'','order':0x0}),_0xe15a61=_0x2aa896['getIndex'](this['_getButton'](_0x4beb10['id']));_0x2aa896['add'](_0x50c75f,_0xe15a61+0x1);}else _0x2aa896['add'](_0x50c75f);return _0x50c75f['on']('execute',()=>{this['activateTab'](_0x6bbfed['id']);}),_0x50c75f;}}const di=['overlay','sidebar','custom'],ui=['left','right'];class ai extends ts{constructor(_0x2f259e,_0x5b04f0={}){super(_0x2f259e,_0x5b04f0),this['set']('type',_0x5b04f0['type']||'sidebar'),this['set']('side',_0x5b04f0['side']||'right');const _0x38c9fd=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-tabs',_0x38c9fd['if']('type','ck-ai-tabs__overlay',_0xda3835=>'overlay'===_0xda3835),_0x38c9fd['if']('type','ck-ai-tabs__sidebar',_0x2bc79c=>'sidebar'===_0x2bc79c)]}}),this['buttonViews']['on']('add',(_0x4c5dab,_0x37051d)=>{_0x37051d['set']('withText',!0x1);});}}class ht extends _0x3e9f85{['view'];['container']=null;['showResizeButton']=!0x0;static get['pluginName'](){return'AITabs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3567b2){super(_0x3567b2);const _0x2b9e4a=this['context']['config']['get']('ai.container');if(this['set']('side','right'),!_0x2b9e4a)throw new _0x599d16('ai-tabs-configuration-not-found');if(void 0x0!==_0x2b9e4a['showResizeButton']&&(this['showResizeButton']=_0x2b9e4a['showResizeButton']),'sidebar'!==_0x2b9e4a['type']&&'overlay'!==_0x2b9e4a['type']||_0x2b9e4a['side']&&(this['side']=_0x2b9e4a['side']),'sidebar'===_0x2b9e4a['type']){if(this['container']=_0x2b9e4a['element'],this['set']('type','sidebar'),!this['container'])throw new _0x599d16('ai-tabs-sidebar-container-element-not-found');}else'overlay'===_0x2b9e4a['type']?(this['container']=document['body'],this['set']('type','overlay')):(this['container']=null,this['set']('type','custom'));this['view']=new ai(this['context']['locale'],{'side':this['side'],'type':this['type']}),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 ot&&this['context']['ui']['focusTracker']['add'](this['view']['element']);}['switchType'](_0x2abadf){if(_0x2abadf&&this['type']!==_0x2abadf){if(!di['includes'](_0x2abadf))throw new _0x599d16('ai-tabs-unsupported-ui-type');this['type']=_0x2abadf;}}['switchSide'](_0x47f847){if(_0x47f847&&this['side']!==_0x47f847){if(!ui['includes'](_0x47f847))throw new _0x599d16('ai-tabs-unsupported-ui-side');this['side']=_0x47f847;}}['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']();}}function Yn(_0x31a76f,_0x3f9244,_0x3a2878){const t=_0x31a76f['t'];switch(_0x3f9244){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'},_0x3a2878);case'AI_SUGGESTION_CONTENT_PART_REJECTED':return t({'id':'AI_SUGGESTION_CONTENT_PART_REJECTED','string':'Change\x20was\x20rejected'});case'AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED':return t({'id':'AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED','string':'Change\x20is\x20already\x20applied'});case'AI_SUGGESTION_CONTENT_PART_SHOW_IN_THE_TEXT':return t({'id':'AI_SUGGESTION_CONTENT_PART_SHOW_IN_THE_TEXT','string':'Preview'});case'AI_SUGGESTION_CONTENT_PART_ADD_AS_SUGGESTION':return t({'id':'AI_SUGGESTION_CONTENT_PART_ADD_AS_SUGGESTION','string':'Insert\x20as\x20suggestion'});case'AI_SUGGESTION_CONTENT_PART_DELETE':return t({'id':'AI_SUGGESTION_CONTENT_PART_DELETE','string':'Reject'});case'AI_DISCLAIMER_TEXT':return t({'id':'AI_DISCLAIMER_TEXT','string':'AI\x20can\x20make\x20mistakes.\x20Please\x20double-check\x20responses.'});case'AI_TABS_LABEL_MAXIMIZE':return t({'id':'AI_TABS_LABEL_MAXIMIZE','string':'Maximize'});case'AI_TABS_LABEL_MINIMIZE':return t({'id':'AI_TABS_LABEL_MINIMIZE','string':'Minimize'});case'AI_CHAT_HEADING':return t({'id':'AI_CHAT_HEADING','string':'Chat'});case'AI_CHAT_SOURCES_HEADER':return t({'id':'AI_CHAT_SOURCES_HEADER','string':'Sources'});case'AI_CHAT_UNTITLED_CONVERSATION':return t({'id':'AI_CHAT_UNTITLED_CONVERSATION','string':'Untitled\x20conversation'});case'AI_CHAT_LABEL_NEW_CHAT':return t({'id':'AI_CHAT_LABEL_NEW_CHAT','string':'New\x20chat'});case'AI_CHAT_STOP_GENERATING':return t({'id':'AI_CHAT_STOP_GENERATING','string':'Stop\x20generating'});case'AI_CHAT_IS_WRITING':return t({'id':'AI_CHAT_IS_WRITING','string':'AI\x20is\x20writing...'});case'AI_CHAT_PROMPT_EMPTY_ERROR':return t({'id':'AI_CHAT_PROMPT_EMPTY_ERROR','string':'This\x20field\x20cannot\x20be\x20empty.'});case'AI_CHAT_LABEL_SUBMIT':return t({'id':'AI_CHAT_LABEL_SUBMIT','string':'Submit'});case'AI_CHAT_WELCOME_MESSAGE':return t({'id':'AI_CHAT_WELCOME_MESSAGE','string':'Hi,\x20I\x27m\x20your\x20AI\x20assistant.\x20Think\x20of\x20me\x20as\x20your\x20writing\x20buddy,\x20reviewer,\x20or\x20research\x20partner.\x20I\x20can\x20suggest\x20changes\x20to\x20your\x20document,\x20help\x20generate\x20ideas,\x20offer\x20feedback,\x20discuss\x20attached\x20files,\x20and\x20much\x20more!'});case'AI_CHAT_ABORTED_MESSAGE':return t({'id':'AI_CHAT_ABORTED_MESSAGE','string':'The\x20request\x20was\x20aborted.'});case'AI_CHAT_GENERIC_ERROR':return t({'id':'AI_CHAT_GENERIC_ERROR','string':'Something\x20went\x20wrong\x20while\x20processing\x20your\x20request.\x20Please\x20try\x20again.'});case'AI_CHAT_UNABLE_TO_START_CONVERSATION':return t({'id':'AI_CHAT_UNABLE_TO_START_CONVERSATION','string':'Unable\x20to\x20start\x20conversation.\x20Please\x20make\x20sure\x20you\x20are\x20online\x20and\x20try\x20again.'});case'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE':return t({'id':'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE','string':'Failed\x20to\x20upload\x20files:\x20%0.\x20Please\x20try\x20again.'},_0x3a2878);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.'},_0x3a2878);case'AI_CHAT_RESOURCE_LOAD_FAILED':return t({'id':'AI_CHAT_RESOURCE_LOAD_FAILED','string':'Failed\x20to\x20load\x20resource.\x20Please\x20try\x20again.'});case'AI_CHAT_CONTEXT_CURRENT_DOCUMENT':return t({'id':'AI_CHAT_CONTEXT_CURRENT_DOCUMENT','string':'Current\x20document'});case'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT','string':'Remove\x20from\x20context'});case'AI_CHAT_CONTEXT_ADD_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_ADD_CONTEXT','string':'Add\x20context'});case'AI_CHAT_CONTEXT_URL_LABEL':return t({'id':'AI_CHAT_CONTEXT_URL_LABEL','string':'URL'});case'AI_CHAT_CONTEXT_FILE_LABEL':return t({'id':'AI_CHAT_CONTEXT_FILE_LABEL','string':'File'});case'AI_CHAT_CONTEXT_CURRENT_CONTEXT_LABEL':return t({'id':'AI_CHAT_CONTEXT_CURRENT_CONTEXT_LABEL','string':'Current\x20context'});case'AI_CHAT_SEARCH_WEB':return t({'id':'AI_CHAT_SEARCH_WEB','string':'Web\x20search'});case'AI_CHAT_ENABLE_WEB_SEARCH':return t({'id':'AI_CHAT_ENABLE_WEB_SEARCH','string':'Enable\x20web\x20search'});case'AI_CHAT_DISABLE_WEB_SEARCH':return t({'id':'AI_CHAT_DISABLE_WEB_SEARCH','string':'Disable\x20web\x20search'});case'AI_CHAT_REASONING':return t({'id':'AI_CHAT_REASONING','string':'Reasoning'});case'AI_CHAT_ENABLE_REASONING':return t({'id':'AI_CHAT_ENABLE_REASONING','string':'Enable\x20reasoning'});case'AI_CHAT_DISABLE_REASONING':return t({'id':'AI_CHAT_DISABLE_REASONING','string':'Disable\x20reasoning'});case'AI_CHAT_COMMANDS':return t({'id':'AI_CHAT_COMMANDS','string':'Commands'});case'AI_CHAT_SEARCH_RESOURCES':return t({'id':'AI_CHAT_SEARCH_RESOURCES','string':'Search\x20resources'});case'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT','string':'Back\x20to\x20context\x20options'});case'AI_CHAT_CONTEXT_URL_ADD_URL':return t({'id':'AI_CHAT_CONTEXT_URL_ADD_URL','string':'Add\x20URL'});case'AI_CHAT_CONTEXT_URL_PLACEHOLDER':return t({'id':'AI_CHAT_CONTEXT_URL_PLACEHOLDER','string':'Add\x20URL...'});case'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL':return t({'id':'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL','string':'Failed\x20to\x20upload\x20URL:\x20%0.\x20Please\x20try\x20again.'},_0x3a2878);case'AI_CHAT_CONTEXT_INVALID_DATA':return t({'id':'AI_CHAT_CONTEXT_INVALID_DATA','string':'Invalid\x20context\x20data\x20type\x20for\x20the\x20selected\x20resource.'});case'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE':return t({'id':'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE','string':'Unsupported\x20resource\x20type.\x20Only\x20files\x20and\x20URLs\x20are\x20supported.'});case'AI_CHAT_CONTEXT_URL_EMPTY_ERROR':return t({'id':'AI_CHAT_CONTEXT_URL_EMPTY_ERROR','string':'URL\x20cannot\x20be\x20empty.'});case'AI_CHAT_CONTEXT_URL_INVALID_ERROR':return t({'id':'AI_CHAT_CONTEXT_URL_INVALID_ERROR','string':'Please\x20enter\x20a\x20valid\x20URL.'});case'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR','string':'AI\x20is\x20preparing\x20a\x20response...'});case'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH','string':'AI\x20is\x20searching\x20the\x20web\x20to\x20provide\x20the\x20most\x20accurate\x20answer...'});case'AI_CHAT_FEED_LOADING_MESSAGE_REASONING':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_REASONING','string':'AI\x20is\x20using\x20reasoning\x20to\x20provide\x20the\x20most\x20accurate\x20answer...'});case'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING','string':'AI\x20is\x20using\x20reasoning\x20and\x20searching\x20the\x20web\x20to\x20provide\x20the\x20most\x20accurate\x20answer...'});case'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH':return t({'id':'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH','string':'Scanned\x20the\x20internet\x20for\x20insights'});case'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING':return t({'id':'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING','string':'AI\x20used\x20reasoning\x20to\x20improve\x20the\x20response'});case'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING':return t({'id':'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING','string':'AI\x20used\x20search\x20and\x20reasoning\x20to\x20improve\x20the\x20response'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR','string':'Ask\x20AI\x20anything...'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH','string':'Ask\x20AI\x20anything\x20(web\x20search\x20enabled)...'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING','string':'Ask\x20AI\x20anything\x20(reasoning\x20enabled)...'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING','string':'Ask\x20AI\x20anything\x20(web\x20search\x20and\x20reasoning\x20enabled)...'});case'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT','string':'Preview','plural':'Preview'},_0x3a2878);case'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT_TOOLTIP','string':'Show\x20change\x20in\x20the\x20document','plural':'Show\x20changes\x20in\x20the\x20document'},_0x3a2878);case'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION':return t({'id':'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION','string':'Suggest','plural':'Suggest'},_0x3a2878);case'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION_TOOLTIP','string':'Insert\x20change\x20as\x20suggestion','plural':'Insert\x20changes\x20as\x20suggestions'},_0x3a2878);case'AI_CHAT_SUGGESTION_ACTION_APPLY_LABEL':return t({'id':'AI_CHAT_SUGGESTION_ACTION_APPLY_LABEL','string':'Apply','plural':'Apply\x20all'},_0x3a2878);case'AI_CHAT_SUGGESTION_ACTION_APPLY_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_ACTION_APPLY_TOOLTIP','string':'Apply\x20changes\x20immediately','plural':'Apply\x20all\x20changes\x20immediately'},_0x3a2878);case'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP','string':'More\x20options'},_0x3a2878);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_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.'},_0x3a2878);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.'},_0x3a2878);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.'},_0x3a2878);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.'},_0x3a2878);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'},_0x3a2878);case'AI_BALLOON_APPLY_BUTTON':return t({'id':'AI_BALLOON_APPLY_BUTTON','string':'Apply'});case'AI_BALLOON_SUGGEST_BUTTON':return t({'id':'AI_BALLOON_SUGGEST_BUTTON','string':'Suggest'});case'AI_BALLOON_NEXT_TOOLTIP':return t({'id':'AI_BALLOON_NEXT_TOOLTIP','string':'Next'});case'AI_BALLOON_PREVIOUS_TOOLTIP':return t({'id':'AI_BALLOON_PREVIOUS_TOOLTIP','string':'Previous'});case'AI_SUGGESTION_NO_PARTS_WARNING':return t({'id':'AI_SUGGESTION_NO_PARTS_WARNING','string':'The\x20suggestion\x20can’t\x20be\x20applied\x20to\x20the\x20editor\x20because\x20the\x20system\x20can’t\x20display\x20it\x20correctly..'});case'AI_SUGGESTION_EMPTY_PART_WARNING':return t({'id':'AI_SUGGESTION_EMPTY_PART_WARNING','string':'Some\x20suggestions\x20can’t\x20be\x20applied\x20to\x20the\x20editor\x20because\x20the\x20system\x20can’t\x20display\x20them\x20correctly.'});case'AI_ACTIONS_TRY_AGAIN':return t({'id':'AI_ACTIONS_TRY_AGAIN','string':'Retry'});case'AI_MODEL_DESCRIPTION_AGENT-1':return t({'id':'AI_MODEL_DESCRIPTION_AGENT-1','string':'Automatically\x20selects\x20best\x20model\x20for\x20speed,\x20quality,\x20and\x20cost.'});case'AI_MODEL_DESCRIPTION_GPT-5':return t({'id':'AI_MODEL_DESCRIPTION_GPT-5','string':'OpenAI\x27s\x20flagship\x20model\x20for\x20advanced\x20reasoning,\x20creativity,\x20and\x20complex\x20tasks'});case'AI_MODEL_DESCRIPTION_GPT-5-MINI':return t({'id':'AI_MODEL_DESCRIPTION_GPT-5-MINI','string':'A\x20lightweight\x20version\x20of\x20GPT-5\x20-\x20faster,\x20more\x20cost-efficient'});case'AI_MODEL_DESCRIPTION_GPT-4.1':return t({'id':'AI_MODEL_DESCRIPTION_GPT-4.1','string':'OpenAI\x27s\x20model\x20for\x20reliable\x20reasoning,\x20speed,\x20and\x20versatility'});case'AI_MODEL_DESCRIPTION_GPT-4.1-MINI':return t({'id':'AI_MODEL_DESCRIPTION_GPT-4.1-MINI','string':'A\x20lighter\x20variant\x20of\x20GPT-4.1\x20that\x20balances\x20speed\x20and\x20cost\x20while\x20maintaining\x20solid\x20accuracy'});case'AI_MODEL_DESCRIPTION_CLAUDE-3-5-HAIKU':return t({'id':'AI_MODEL_DESCRIPTION_CLAUDE-3-5-HAIKU','string':'Anthropic\x27s\x20fast,\x20cost-efficient\x20model\x20for\x20simpler\x20tasks'});case'AI_MODEL_DESCRIPTION_CLAUDE-4-SONNET':return t({'id':'AI_MODEL_DESCRIPTION_CLAUDE-4-SONNET','string':'Advanced\x20model\x20with\x20strong\x20reasoning\x20and\x20reliability\x20for\x20complex\x20tasks'});case'AI_MODEL_DESCRIPTION_GEMINI-2-5-PRO':return t({'id':'AI_MODEL_DESCRIPTION_GEMINI-2-5-PRO','string':'Google\x27s\x20advanced\x20model\x20for\x20versatile\x20problem-solving\x20and\x20research'});case'AI_MODEL_DESCRIPTION_GEMINI-2-5-FLASH':return t({'id':'AI_MODEL_DESCRIPTION_GEMINI-2-5-FLASH','string':'Lightweight\x20Gemini\x20model\x20for\x20fast,\x20cost-efficient\x20interactions'});case'AI_REVIEW_MODE_STOP_GENERATING':return t({'id':'AI_REVIEW_MODE_STOP_GENERATING','string':'Stop\x20generating'});case'AI_REVIEW_MODE_HIDE_CHANGES':return t({'id':'AI_REVIEW_MODE_HIDE_CHANGES','string':'Hide\x20changes'});case'AI_REVIEW_MODE_SHOW_CHANGES':return t({'id':'AI_REVIEW_MODE_SHOW_CHANGES','string':'Show\x20changes'});case'AI_REVIEW_MODE_ACCEPT_ALL':return t({'id':'AI_REVIEW_MODE_ACCEPT_ALL','string':'Accept\x20all'});case'AI_REVIEW_MODE_EXIT_REVIEW':return t({'id':'AI_REVIEW_MODE_EXIT_REVIEW','string':'Exit\x20review'});case'AI_REVIEW_MODE_ACCEPT_CHANGE':return t({'id':'AI_REVIEW_MODE_ACCEPT_CHANGE','string':'Accept'});case'AI_REVIEW_MODE_DISMISS_CHANGE':return t({'id':'AI_REVIEW_MODE_DISMISS_CHANGE','string':'Dismiss'});case'AI_REVIEW_MODE_LEARN_MORE':return t({'id':'AI_REVIEW_MODE_LEARN_MORE','string':'Learn\x20more'});case'AI_REVIEW_MODE_COMPLETED_TEXT':return t({'id':'AI_REVIEW_MODE_COMPLETED_TEXT','string':'There\x27s\x20nothing\x20left\x20to\x20review.'});case'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT':return t({'id':'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT','string':'There\x20are\x20no\x20changes\x20to\x20suggest.'});case'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL':return t({'id':'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL','string':'Finish\x20Review'});case'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE':return t({'id':'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE','string':'Review\x20complete.\x20Finish\x20when\x20ready.'});case'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE':return t({'id':'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE','string':'Sorry,\x20we\x20couldn\x27t\x20generate\x20the\x20whole\x20review\x20properly.\x20Please\x20try\x20again\x20in\x20a\x20moment.'});case'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE':return t({'id':'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE','string':'Not\x20everything\x20went\x20through,\x20but\x20the\x20completed\x20items\x20are\x20listed\x20below.'});case'AI_REVIEW_MODE':return t({'id':'AI_REVIEW_MODE','string':'Review'});case'AI_REVIEW_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'});default:return _0x3f9244;}}class N extends _0x3e9f85{['_apiUrl'];['_token'];['_decoder'];static get['requires'](){return['CloudServices'];}static get['pluginName'](){return'AIConnector';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x441f33){super(_0x441f33),this['context']['config']['define']('ai.serviceUrl','https://ai.cke-cs.com/v1'),this['_apiUrl']=this['context']['config']['get']('ai.serviceUrl'),this['_token']=null,this['_decoder']=new TextDecoder();}['init'](){const _0x3b6997=this['context']['plugins']['get']('CloudServices');if(!_0x3b6997['token'])throw new _0x599d16('ai-missing-token',this);this['_token']=_0x3b6997['token'];}['startConversation'](_0x294d42,_0x58e07d){const _0xfdbe3=this['_sendApiRequest']('/conversations','POST',{'id':_0x294d42,'group':_0x58e07d});return{'getConversation':async()=>(await _0xfdbe3['request'])['json'](),'abortController':_0xfdbe3['abortController']};}['queryAssistant']({message:_0x2f301f,conversationId:_0x389c2f,parts:_0x2dcc27,capabilities:_0x11feaf,model:_0x53abcf,quickActionData:_0x53dad9}){const _0xbb9884={..._0x53dad9&&{'quickActionData':_0x53dad9}},_0x2c3b88={'prompt':_0x2f301f,'content':_0x2dcc27,'model':_0x53abcf,..._0x11feaf&&{'capabilities':_0x11feaf},...Object['keys'](_0xbb9884)['length']>0x0&&{'attributes':_0xbb9884}},_0x5f19e4=this['_sendApiRequest']('/conversations/'+_0x389c2f+'/messages','POST',_0x2c3b88);return{'getStream':async()=>{const _0x241260=(await _0x5f19e4['request'])['body'];return this['_getStreamReader'](_0x241260);},'abortController':_0x5f19e4['abortController']};}['executeCustomAction']({content:_0xd89b70,message:_0x99b673,model:_0x53d497,outputFormat:_0x49fdc3}){const _0x121cc5={'content':[{'type':'text','content':_0xd89b70}],'prompt':_0x99b673,'model':_0x53d497,'outputFormat':_0x49fdc3},_0x3d6626=this['_sendApiRequest']('/actions/custom/calls','POST',_0x121cc5);return{'getStream':async()=>{const _0x379977=(await _0x3d6626['request'])['body'];return this['_getStreamReader'](_0x379977);},'abortController':_0x3d6626['abortController']};}['executeAction']({actionName:_0x4af4ee,content:_0x1597dd,args:_0xc013c3}){const _0x184afb={'content':[{'type':'text','content':_0x1597dd}],'args':_0xc013c3},_0xd0e71a=this['_sendApiRequest']('/actions/system/'+_0x4af4ee+'/calls','POST',_0x184afb);return{'getStream':async()=>{const _0x5e6f32=(await _0xd0e71a['request'])['body'];return this['_getStreamReader'](_0x5e6f32);},'abortController':_0xd0e71a['abortController']};}['uploadFile'](_0x392b31,_0x1df89f,_0x3b3665){const _0x3a4d06=new FormData();_0x3a4d06['append']('file',_0x1df89f,_0x1df89f['name']),_0x3b3665&&_0x3a4d06['append']('attributes',JSON['stringify'](_0x3b3665));const _0xf7ddce=this['_sendApiRequest']('/conversations/'+_0x392b31+'/files','POST',_0x3a4d06);return{'getId':async()=>(await _0xf7ddce['request'])['json'](),'abortController':_0xf7ddce['abortController']};}['fetchDocument'](_0x5d323a,_0xb2f1ab){const _0x59577f=this['_sendApiRequest']('/conversations/'+_0x5d323a+'/documents/'+_0xb2f1ab,'GET');return{'getDocument':async()=>(await _0x59577f['request'])['json'](),'abortController':_0x59577f['abortController']};}['uploadDocument'](_0x41fb4e,_0x332686,_0x4cf121){const _0x27e552={'content':_0x332686};_0x4cf121&&(_0x27e552['attributes']=_0x4cf121);const _0x2f8830=this['_sendApiRequest']('/conversations/'+_0x41fb4e+'/documents','POST',_0x27e552);return{'getId':async()=>(await _0x2f8830['request'])['json'](),'abortController':_0x2f8830['abortController']};}['fetchConversations'](_0x535c9a,_0xa0f260){const _0x18d567=new URLSearchParams();_0x18d567['append']('excludeEmpty','true'),_0x18d567['append']('limit','100'),_0x18d567['append']('group',_0x535c9a),_0xa0f260&&_0x18d567['append']('search',_0xa0f260);const _0x581eb1=this['_sendApiRequest']('/conversations?'+_0x18d567['toString'](),'GET');return{'getConversations':async()=>{const _0x171d61=await _0x581eb1['request'];return(await _0x171d61['json']())['items'];},'abortController':_0x581eb1['abortController']};}['deleteConversation'](_0x245128){const _0x24ffc2=this['_sendApiRequest']('/conversations/'+_0x245128,'DELETE');return{'execute':async()=>{await _0x24ffc2['request'];},'abortController':_0x24ffc2['abortController']};}['updateConversation'](_0x586dad,_0x29b81d){const _0x2b196b=this['_sendApiRequest']('/conversations/'+_0x586dad,'PATCH',_0x29b81d);return{'getResult':async()=>(await _0x2b196b['request'],_0x29b81d),'abortController':_0x2b196b['abortController']};}['fetchConversation'](_0x41eeff){const _0x460936=this['_sendApiRequest']('/conversations/'+_0x41eeff,'GET');return{'getConversation':async()=>(await _0x460936['request'])['json'](),'abortController':_0x460936['abortController']};}['fetchConversationMessages'](_0x2eb141){const _0x3d3f37=this['_sendApiRequest']('/conversations/'+_0x2eb141+'/messages','GET');return{'getMessages':async()=>{const _0x2333ab=await _0x3d3f37['request'];return(await _0x2333ab['json']())['items'];},'abortController':_0x3d3f37['abortController']};}['uploadUrl'](_0x48b28a,_0x19a06e,_0x12828d){const _0x7138e7=this['_sendApiRequest']('/conversations/'+_0x48b28a+'/web-resources','POST',{'url':_0x19a06e,'attributes':_0x12828d});return{'getId':async()=>(await _0x7138e7['request'])['json'](),'abortController':_0x7138e7['abortController']};}['getModels'](){const _0x158e77=this['_sendApiRequest']('/models/1','GET');return{'list':async()=>{const _0x2ea936=await(await _0x158e77['request'])['json'](),_0x3a6e62=_0x2ea936['items']['map'](_0x2c8dd8=>({..._0x2c8dd8,'description':Yn(this['context']['locale'],'AI_MODEL_DESCRIPTION_'+_0x2c8dd8['id']['toUpperCase']())}));return{..._0x2ea936,'items':_0x3a6e62};},'abortController':_0x158e77['abortController']};}['deleteFile'](_0x5f1c9b,_0x208c28){const _0x1359a1=this['_sendApiRequest']('/conversations/'+_0x5f1c9b+'/files/'+_0x208c28,'DELETE');return{'execute':async()=>{await _0x1359a1['request'];},'abortController':_0x1359a1['abortController']};}['deleteDocument'](_0x125e6b,_0x320e8f){const _0x77d214=this['_sendApiRequest']('/conversations/'+_0x125e6b+'/documents/'+_0x320e8f,'DELETE');return{'execute':async()=>{await _0x77d214['request'];},'abortController':_0x77d214['abortController']};}['deleteWebResource'](_0xac1f35,_0x4796cf){const _0x9e2591=this['_sendApiRequest']('/conversations/'+_0xac1f35+'/web-resources/'+_0x4796cf,'DELETE');return{'execute':async()=>{await _0x9e2591['request'];},'abortController':_0x9e2591['abortController']};}['callSystemReview']({reviewName:_0x3b7ce2,content:_0x170ea0,args:_0x66c118}){const _0x433b63=this['_sendApiRequest']('/reviews/system/'+_0x3b7ce2+'/calls','POST',{'content':[{'type':'text','content':_0x170ea0}],'args':_0x66c118});return{'getStream':async()=>{const _0x5ebb60=(await _0x433b63['request'])['body'];return this['_getStreamReader'](_0x5ebb60);},'abortController':_0x433b63['abortController']};}['callCustomReview']({content:_0x32b5b6,prompt:_0x9c5460,model:_0x379390}){const _0xb79d72=this['_sendApiRequest']('/reviews/custom/calls','POST',{'content':[{'type':'text','content':_0x32b5b6}],'prompt':_0x9c5460,'model':_0x379390});return{'getStream':async()=>{const _0x2207b2=(await _0xb79d72['request'])['body'];return this['_getStreamReader'](_0x2207b2);},'abortController':_0xb79d72['abortController']};}['_sendApiRequest'](_0x51e2ac,_0x3315ca,_0xcb370d){const _0x5c995c=new AbortController(),_0x111b8=_0xcb370d instanceof FormData,_0x27dde6={'Authorization':'Bearer\x20'+this['_token']?.['value']};_0xcb370d&&!_0x111b8&&(_0x27dde6['Content-Type']='application/json');const _0x21eb1e={'method':_0x3315ca,'headers':_0x27dde6,'signal':_0x5c995c['signal']};return _0xcb370d&&(_0x21eb1e['body']=_0x111b8?_0xcb370d:JSON['stringify'](_0xcb370d)),{'request':fetch(''+this['_apiUrl']+_0x51e2ac,_0x21eb1e)['catch'](_0x5d2030=>{this['_handleError'](_0x5d2030);})['then'](_0x5f4e3a=>{if(!_0x5f4e3a['ok'])throw new _0x599d16('ai-request-failed',this);return _0x5f4e3a;}),'abortController':_0x5c995c};}async*['_getStreamReader'](_0x534208){const _0x3d7ded=[],_0x167e18=_0x534208['getReader'](),_0x40e05f=wt({'onError':_0x2e74ee=>{this['_handleError'](_0x2e74ee);},'onEvent':_0x2dfe23=>{_0x2dfe23['data']=JSON['parse'](_0x2dfe23['data']),_0x3d7ded['push'](_0x2dfe23);}});try{let _0x5b357b=!0x1;for(;!_0x5b357b;){const {done:_0x4e1f37,value:_0x268602}=await _0x167e18['read']();_0x4e1f37&&(_0x5b357b=!0x0),_0x40e05f['feed'](this['_decoder']['decode'](_0x268602,{'stream':!0x0})),yield*_0x3d7ded,_0x3d7ded['length']=0x0;}}catch(_0x446f02){this['_handleError'](_0x446f02);}finally{_0x167e18['releaseLock'](),_0x40e05f['reset']();}}['_handleError'](_0x2946ba){if(_0x2946ba instanceof _0x599d16)throw _0x2946ba;if(_0x2946ba instanceof Error&&'AbortError'===_0x2946ba['name'])throw new _0x599d16('ai-request-aborted',this,{'originalError':_0x2946ba});throw new _0x599d16('ai-request-failed',this,{'originalError':_0x2946ba});}}function As(_0x3e41f3,_0x3fec35){const _0xf907ff=new _0x4b3349(_0x3e41f3),_0x2a5515=Yn(_0x3e41f3,'AI_TABS_LABEL_MINIMIZE'),_0x2be172=Yn(_0x3e41f3,'AI_TABS_LABEL_MAXIMIZE');return _0xf907ff['set']({'withText':!0x1,'icon':_0x1aac40,'tooltip':!0x0,'class':'ck-ai-tabs__resize\x20ck-ai-button-tertiary-text'}),_0xf907ff['bind']('label')['to'](_0x3fec35,'isMaximized',_0x2fe5fd=>_0x2fe5fd?_0x2a5515:_0x2be172),_0xf907ff['bind']('icon')['to'](_0x3fec35,'isMaximized',_0x47017=>_0x47017?_0xeabb22:_0x1aac40),_0xf907ff['bind']('isOn')['to'](_0x3fec35,'isMaximized'),_0xf907ff['on']('execute',()=>{_0x3fec35['fire']('resizeTabs');}),_0xf907ff;}function Oe(_0x111dd3){return _0x218393(_0x111dd3);}function Ct(_0x2c2e7a){return _0x49a0ef(_0x2c2e7a);}function It(_0x50afd2,_0x416a08,_0x238591){const _0x3513f2=null!==_0x416a08?_0x4071f7=>_0x4071f7['attribs'][_0x50afd2]===_0x416a08:_0x4271a0=>Boolean(_0x4271a0['attribs'][_0x50afd2]);return mt(_0x4f1e29=>_0x2c7bda(_0x4f1e29)&&_0x3513f2(_0x4f1e29),_0x238591);}function ze(_0xbb6c0c,_0x38576d,_0xdf164){const _0x1e1602=null!==_0x38576d?_0x1d034a=>_0x1d034a['attribs'][_0xbb6c0c]===_0x38576d:_0x4e4fac=>Boolean(_0x4e4fac['attribs'][_0xbb6c0c]);return _0x524e18(_0x4d0eaf=>_0x2c7bda(_0x4d0eaf)&&_0x1e1602(_0x4d0eaf),_0xdf164);}function ft(_0x310a5e,_0x4d7eee){return _0x310a5e&&_0x2c7bda(_0x310a5e)?_0x310a5e['attribs'][_0x4d7eee]:null;}function $e(_0x3be62b,_0x19b29d,_0x56b2e6){_0x2c7bda(_0x3be62b)&&(null===_0x56b2e6?delete _0x3be62b['attribs'][_0x19b29d]:_0x3be62b['attribs'][_0x19b29d]=_0x56b2e6);}function Ke(_0x30b80e,_0x2fb375,_0x191524){const _0x523e44=_0x2fb375['cloneNode'](!0x0);'beforebegin'===_0x191524?_0x4522c2(_0x30b80e,_0x523e44):'afterbegin'===_0x191524?to(_0x30b80e,_0x523e44):'beforeend'===_0x191524?_0x2e740b(_0x30b80e,_0x523e44):'afterend'===_0x191524&&_0x1ce7f1(_0x30b80e,_0x523e44);}function Ge(_0x5f0bd3){const _0x4cb2fa=[];let _0x525c20=_0x5f0bd3;for(;_0x525c20;)_0x525c20=_0x13688c(_0x525c20),_0x525c20&&_0x4cb2fa['push'](_0x525c20);return _0x4cb2fa;}function $n(_0x2c80ac){return _0x2c80ac['replace'](/^\s+/gm,'')['replace'](/\s+$/gm,'')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/>\s*</g,'><');}function Pi(_0x6fc544){let _0x2e44e6=0x0;for(;_0x6fc544['parentNode'];)_0x6fc544=_0x6fc544['parentNode'],_0x2e44e6++;return _0x2e44e6;}function Gi(_0x487b59){const _0x13e441=[];let _0x13f44c=_0x487b59['nextSibling'];for(;_0x13f44c;)_0x13e441['push'](_0x13f44c),_0x13f44c=_0x13f44c['nextSibling'];_0x13e441['forEach'](_0x25c7e6=>{_0x38cbf5(_0x25c7e6);});}class We extends/* #__PURE__ -- @preserve */
25
- _0x3491c8(){['_m2html'];constructor(){super(),this['_m2html']=new _0xb9c5ff();}['convertMarkdownToHTML'](_0x2a6aa5){const _0x5238a4=this['_m2html']['parse'](_0x2a6aa5);return this['parseAndNormalizeHTML'](_0x5238a4);}['parseAndNormalizeHTML'](_0x47a0c0){return this['_parseHTML'](_0x47a0c0);}['_parseHTML'](_0x20f409){const _0x4c942e=Oe('<dummy>'+_0x20f409['replace'](/^\t+/gm,'\x20')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/<[^>]*?$/g,'')+'</dummy>');return _0x4c942e['children']=_0x4c942e['children'][0x0]['children'],_0x4c942e;}}class qe extends/* #__PURE__ -- @preserve */
26
- _0x3491c8(){['_generateUid'];['_touchedNodesState']={'newIds':[],'modifiedIds':[],'removedIds':[],'invalidIds':[],'lastTouchedId':null};['_existingDataIds']=new Set();constructor(_0x22e59d){super(),this['_generateUid']=_0x22e59d||_0x190955;}['merge'](_0x20ceb8,_0x1af242,_0x1e94ce){const _0x58335f=_0x20ceb8['cloneNode'](!0x0);if(0x0===_0x1af242['childNodes']['length']){const _0x3d52d0=[];return ze('data-id','new-element',_0x58335f)['forEach'](_0x188db5=>{const _0x46f653=this['_generateUid']();$e(_0x188db5,'data-id',_0x46f653),_0x3d52d0['push'](_0x46f653);}),this['_removeSpecialComments'](_0x58335f),{'parsedContent':_0x58335f,'newNodeIds':_0x3d52d0,'modifiedNodeIds':[],'removedNodeIds':[]};}_0x1e94ce&&_0x1e94ce['markUnstableElements']&&this['_markLastTagElementUnstable'](_0x58335f),this['_touchedNodesState']['newIds']=[],this['_touchedNodesState']['modifiedIds']=[],this['_touchedNodesState']['removedIds']=[],this['_touchedNodesState']['invalidIds']=[],this['_touchedNodesState']['lastTouchedId']=null,this['_existingDataIds']=new Set(ze('data-id',null,_0x1af242)['map'](_0xafaa59=>ft(_0xafaa59,'data-id'))['filter'](_0x2d5ebb=>!!_0x2d5ebb));let _0x536c04=-0x1,_0x26e7f4=!0x1;const _0x37a211=_0x58335f['childNodes'],_0x3f865c=Array['from'](_0x37a211)['filter'](_0x1f8f11=>!(0x3===_0x1f8f11['nodeType']&&''===Ct(_0x1f8f11)['trim']())),_0x336ac4=_0x3f865c['length'];for(let _0x49d03a=0x0;_0x49d03a<_0x336ac4;_0x49d03a++){const _0x2f8604=_0x3f865c[_0x49d03a],_0x30bddb=_0x3f865c[_0x49d03a+0x1];if(this['_isNewNode'](_0x2f8604)){if(-0x1===_0x536c04&&(_0x536c04=_0x49d03a),this['_markWrappedElements'](_0x2f8604),!this['_isNewNode'](_0x30bddb)){const [_0x3a9917,_0x5ca803]=this['_findReferenceNode'](_0x2f8604,_0x26e7f4,_0x1af242);if(_0x3a9917){const _0x1829e9=Array['from'](_0x3f865c)['slice'](_0x536c04,_0x49d03a+0x1);this['_insertNodes'](_0x3a9917,_0x1829e9,_0x5ca803),_0x536c04=-0x1;}}}else{if(this['_isExistingContentComment'](_0x2f8604))_0x26e7f4=!0x0;else{if(this['_isExistingNode'](_0x2f8604)){const _0x4a23aa=ft(_0x2f8604,'data-id');if(_0x4a23aa&&this['_existingDataIds']['has'](_0x4a23aa)){const _0x111155=It('data-id',_0x4a23aa,_0x1af242);this['_replaceNode'](_0x111155,_0x2f8604);}if(this['_touchedNodesState']['removedIds']['includes'](_0x4a23aa)){const _0x1fa9f5=this['_touchedNodesState']['removedIds']['indexOf'](_0x4a23aa);this['_touchedNodesState']['removedIds']['splice'](_0x1fa9f5,0x1);}}else{if(this['_isDelNode'](_0x2f8604)){const _0x36b2bc=ft(_0x2f8604,'data-id');this['_touchedNodesState']['modifiedIds']['includes'](_0x36b2bc)||this['_storeDeletedElementIds'](_0x2f8604);}}}}}for(const _0x474e88 of this['_touchedNodesState']['removedIds']){const _0xc806a0=It('data-id',_0x474e88,_0x1af242);if(_0xc806a0){if(_0x1e94ce&&_0x1e94ce['replaceRemovedWith']){this['_touchedNodesState']['lastTouchedId']=_0x474e88;const _0x5a15bf=_0x1e94ce['replaceRemovedWith']['cloneNode'](!0x0);$e(_0x5a15bf,'data-id',_0x474e88),$e(_0x5a15bf,'data-removed','true'),_0x43b5c3(_0xc806a0,_0x5a15bf);}else _0x38cbf5(_0xc806a0);}}if(ze('data-wrapped-id',null,_0x1af242)['forEach'](_0x5c10b5=>{const _0x1631a5=It('data-id',ft(_0x5c10b5,'data-wrapped-id'),_0x1af242);var _0x45d31f,_0xef488d;_0x1631a5&&(_0xef488d=_0x5c10b5,_0x38cbf5(_0x45d31f=_0x1631a5),_0x43b5c3(_0xef488d,_0x45d31f));}),ze('data-id','new-element',_0x1af242)['forEach'](_0x1262de=>{const _0x388605=this['_getUid'](_0x1262de);$e(_0x1262de,'data-id',_0x388605),this['_touchedNodesState']['newIds']['push'](_0x388605);}),this['_removeSpecialComments'](_0x1af242),_0x1e94ce&&_0x1e94ce['markUnstableElements']&&this['_markUnstableElements'](_0x1af242,_0x1e94ce['markUnstableElementsDepth']||0x0),_0x1e94ce&&_0x1e94ce['cutAfterLastChange']&&this['_touchedNodesState']['lastTouchedId']){let _0x30ec0a=It('data-id',this['_touchedNodesState']['lastTouchedId'],_0x1af242);for(;_0x30ec0a;)Gi(_0x30ec0a),_0x30ec0a=_0x30ec0a['parentNode'];}return{'parsedContent':_0x1af242,'newNodeIds':this['_touchedNodesState']['newIds'],'modifiedNodeIds':this['_touchedNodesState']['modifiedIds'],'removedNodeIds':this['_touchedNodesState']['removedIds']};}['_insertNodes'](_0xa3e200,_0x415e30,_0x534efe){for(const _0x27db79 of _0x415e30){const _0x2bf170=this['_getUid'](_0x27db79);$e(_0x27db79,'data-id',_0x2bf170),this['_touchedNodesState']['newIds']['push'](_0x2bf170),this['_touchedNodesState']['lastTouchedId']=_0x2bf170;}const _0x34a727='afterbegin'===_0x534efe||'afterend'===_0x534efe?_0x415e30['reverse']():_0x415e30;for(const _0x3b8200 of _0x34a727)Ke(_0xa3e200,_0x3b8200,_0x534efe);}['_replaceNode'](_0x48a45d,_0x20bbf3){if(!_0x48a45d)return;if(_0x2e1985=_0x20bbf3,$n(Ct(_0x48a45d))===$n(Ct(_0x2e1985)))return;var _0x2e1985;const _0x1a67d5=this['_getUid'](_0x48a45d);$e(_0x20bbf3,'data-id',_0x1a67d5),this['_touchedNodesState']['modifiedIds']['push'](_0x1a67d5),this['_touchedNodesState']['lastTouchedId']=_0x1a67d5,_0x43b5c3(_0x48a45d,_0x20bbf3['cloneNode'](!0x0));}['_findReferenceNode'](_0x4e57fe,_0x21d1c3,_0x47f0c6){const _0x11f891=this['_findPrevElementWithDataId'](_0x4e57fe,!0x1);if(_0x11f891){const _0x1affcd=this['_getNodeDataId'](_0x11f891),_0x1c042e=It('data-id',_0x1affcd,_0x47f0c6);if(_0x1c042e)return[_0x1c042e,'afterend'];this['_touchedNodesState']['invalidIds']['push'](_0x1affcd);}const _0xaeff50=this['_findNextElementWithDataId'](_0x4e57fe,!0x1);if(_0xaeff50){const _0xbbbbc0=this['_getNodeDataId'](_0xaeff50),_0x14a85f=It('data-id',_0xbbbbc0,_0x47f0c6);if(_0x14a85f)return[_0x14a85f,'beforebegin'];this['_touchedNodesState']['invalidIds']['push'](_0xbbbbc0);}return _0x21d1c3?_0x4e57fe['nextSibling']?this['_findFallbackReferenceNode'](_0x4e57fe,_0x47f0c6):[_0x47f0c6['childNodes'][_0x47f0c6['childNodes']['length']-0x1],'afterend']:[_0x47f0c6['childNodes'][0x0],'beforebegin'];}['_findFallbackReferenceNode'](_0x3258e8,_0xce822){const _0x2e8004=[],_0x2bd8aa=this['_findPrevElementWithDataId'](_0x3258e8,!0x0);if(_0x2bd8aa){const _0x483c9f=It('data-id',this['_getNodeDataId'](_0x2bd8aa),_0xce822);_0x483c9f&&_0x2e8004['push']([_0x483c9f,'afterend']);}const _0x1be1fe=this['_findNextElementWithDataId'](_0x3258e8,!0x0);if(_0x1be1fe){const _0x4c9c5b=It('data-id',this['_getNodeDataId'](_0x1be1fe),_0xce822);_0x4c9c5b&&_0x2e8004['push']([_0x4c9c5b,'beforebegin']);}if(_0x2e8004['length']>0x1)return Pi(_0x2e8004[0x0][0x0])<=Pi(_0x2e8004[0x1][0x0])?_0x2e8004[0x0]:_0x2e8004[0x1];return 0x1===_0x2e8004['length']?_0x2e8004[0x0]:[_0xce822['lastChild'],'afterend'];}['_findNextElementWithDataId'](_0x36073c,_0x3050c1){let _0x1dddb8=_0x36073c['nextSibling'],_0x44150f=null,_0x5dff5b=!0x1;for(;_0x1dddb8;){if(_0x10bbce(_0x1dddb8)){if(this['_isDelNode'](_0x1dddb8)&&(_0x44150f=_0x1dddb8),this['_isExistingContentComment'](_0x1dddb8)&&_0x3050c1&&!_0x5dff5b){_0x5dff5b=!0x0,_0x1dddb8=_0x1dddb8['nextSibling'];continue;}break;}const _0x2da3b7=ft(_0x1dddb8,'data-id');if(_0x2da3b7&&'new-element'!==_0x2da3b7&&this['_existingDataIds']['has'](_0x2da3b7)){_0x44150f=_0x1dddb8;break;}_0x1dddb8=_0x1dddb8['nextSibling'];}return _0x44150f;}['_findPrevElementWithDataId'](_0x15db33,_0x280600){let _0x55dfac=_0x15db33['previousSibling'],_0x48f9cd=null,_0x1c3014=!0x1;for(;_0x55dfac;){if(_0x10bbce(_0x55dfac)){if(this['_isDelNode'](_0x55dfac)&&(_0x48f9cd=_0x55dfac),this['_isExistingContentComment'](_0x55dfac)&&_0x280600&&!_0x1c3014){_0x1c3014=!0x0,_0x55dfac=_0x55dfac['previousSibling'];continue;}break;}const _0x2e2e4b=ft(_0x55dfac,'data-id');if(_0x2e2e4b&&'new-element'!==_0x2e2e4b&&this['_existingDataIds']['has'](_0x2e2e4b)){_0x48f9cd=_0x55dfac;break;}_0x55dfac=_0x55dfac['previousSibling'];}return _0x48f9cd;}['_markWrappedElements'](_0x2ef3af){_0x2c7bda(_0x2ef3af)&&ze('data-id',null,_0x2ef3af)['forEach'](_0x499a00=>{this['_isExistingNode'](_0x499a00)&&!this['_hasWrappedParent'](_0x499a00)&&($e(_0x499a00,'data-wrapped-id',ft(_0x499a00,'data-id')),$e(_0x499a00,'data-id',null));});}['_getNodeDataId'](_0x4d972d){if(!_0x4d972d)return null;if(_0x2c7bda(_0x4d972d))return ft(_0x4d972d,'data-id');if(_0x10bbce(_0x4d972d)){const _0x18e17c=Ct(_0x4d972d)['match'](/removed[\s*-]data-id="([^"]+)"/);if(_0x18e17c&&_0x18e17c[0x1])return _0x18e17c[0x1];}return null;}['_storeDeletedElementIds'](_0x42b493){if(_0x10bbce(_0x42b493)){const _0xa7dd9=Ct(_0x42b493)['match'](/removed[\s*-]data-id="([^"]+)"/);_0xa7dd9&&_0xa7dd9[0x1]&&this['_touchedNodesState']['removedIds']['push'](_0xa7dd9[0x1]);}}['_getUid'](_0xbb1f79){return this['_isExistingNode'](_0xbb1f79)?ft(_0xbb1f79,'data-id'):this['_generateUid']();}['_removeSpecialComments'](_0x51f1d3){(function(_0x260add){return _0x47fa7a(_0x5c1f28=>_0x10bbce(_0x5c1f28),_0x260add,!0x0,0x1/0x0);}(_0x51f1d3)['filter'](_0x4139b7=>this['_isDelNode'](_0x4139b7)||this['_isExistingContentComment'](_0x4139b7))['forEach'](_0x46603e=>{_0x38cbf5(_0x46603e);}));}['_markLastTagElementUnstable'](_0x14eee1){const _0x4979e3=_0x14eee1['childNodes'],_0x10ac6f=_0x4979e3[_0x4979e3['length']-0x1];_0x10ac6f&&_0x2c7bda(_0x10ac6f)&&$e(_0x10ac6f,'data-unstable','true');}['_markUnstableElements'](_0x253df1,_0x217884){const _0xab104c=It('data-unstable','true',_0x253df1);if(!_0xab104c)return;const _0xe9ee7e=Ge(_0xab104c)['slice'](0x0,-0x1),_0x5b172f=_0xe9ee7e['length'];let _0x1cc9c6=_0xab104c;if(_0x5b172f>_0x217884){let _0x1b88ce=_0x5b172f,_0x2587f3=null;for(;_0x1b88ce>_0x217884&&_0x1b88ce>=0x0;)_0x1b88ce--,_0x2587f3=_0xe9ee7e[_0x1b88ce];_0x2587f3&&(_0x1cc9c6=_0x2587f3,$e(_0xab104c,'data-unstable',null),$e(_0x2587f3,'data-unstable','true'));}else{if(_0x5b172f<_0x217884){let _0x2687dd=_0x5b172f,_0x175267=_0xab104c;for(;_0x2687dd<_0x217884;){const _0x4a3826=_0x175267['childNodes']['filter'](_0x1b66e7=>_0x2c7bda(_0x1b66e7));if(0x0===_0x4a3826['length'])break;_0x2687dd++,_0x175267=_0x4a3826[_0x4a3826['length']-0x1];}_0x175267&&(_0x1cc9c6=_0x175267,$e(_0xab104c,'data-unstable',null),$e(_0x175267,'data-unstable','true'));}}let _0x355a32=_0x1cc9c6;for(;_0x355a32;){for(;_0x355a32['nextSibling'];)_0x355a32=_0x355a32['nextSibling'],_0x2c7bda(_0x355a32)&&$e(_0x355a32,'data-unstable','true');_0x355a32=_0x355a32['parentNode'];}}['_isNewNode'](_0x4755be){return Boolean('new-element'===ft(_0x4755be,'data-id'));}['_isExistingNode'](_0x5b03da){return Boolean((ft(_0x5b03da,'data-id')||'')['length']>0x0&&'new-element'!==ft(_0x5b03da,'data-id'));}['_isDelNode'](_0x280d11){return!!_0x280d11&&Boolean(_0x10bbce(_0x280d11)&&Ct(_0x280d11)['match'](/removed[\s*-]data-id="[^"]+"/));}['_hasWrappedParent'](_0x308197){let _0x7d0205=_0x308197['parentNode'];for(;_0x7d0205;){if(ft(_0x7d0205,'data-wrapped-id'))return!0x0;_0x7d0205=_0x7d0205['parentNode'];}return!0x1;}['_isExistingContentComment'](_0x5ee1d0){return Boolean(_0x10bbce(_0x5ee1d0)&&Ct(_0x5ee1d0)['match'](/\s*existing[\s*-](content|document)\s*/g));}}const qn=['modification-delta','text-delta'],Qn=['reasoning'];class fe extends _0x3491c8(){['id'];['interactionId'];['type'];['sources']=[];['parsedContent']=new _t([]);['parsedMergedContent']=new _t([]);['changeGroups']=[];['areActionsDisabled']=!0x1;['documentContextContent'];['aiResponseParser'];['aiResponseApplier'];['editor'];constructor({type:_0x464e78,content:_0x20f65='',isDone:_0x4f880f=!0x1,interactionId:_0x352f3c,areActionsDisabled:_0x35e86f,documentContextContent:_0x254633,editor:_0x1f86c4}){super(),this['id']=_0x190955(),this['interactionId']=_0x352f3c,this['type']=_0x464e78,this['areActionsDisabled']=!!_0x35e86f,this['editor']=_0x1f86c4,this['aiResponseParser']=new We(),this['aiResponseApplier']=new qe(),this['documentContextContent']=Oe(_0x254633||''),this['set']('isDone',_0x4f880f),this['on']('change:content',()=>{this['onContentChange']();}),this['set']('content',_0x20f65);}['appendContent'](_0x2f09ed){this['set']('content',this['content']+_0x2f09ed);}['done'](){this['isDone']||(this['set']('isDone',!0x0),this['onContentChange']());}['destroy'](){this['stopListening']();}['setChangeGroupState'](_0x5b6899,_0x34ad07){this['changeGroups'][_0x5b6899]['state']=_0x34ad07,this['fire']('replyChangeGroupStateUpdated',{'reply':this,'index':_0x5b6899,'state':_0x34ad07});}['onContentChange'](){if('modification-delta'===this['type']){this['parsedContent']=this['aiResponseParser']['parseAndNormalizeHTML'](this['content']);const _0xfd77bb=this['changeGroups'];this['updateChangeGroups']();const _0xe02043=this['_getDifferentChangeGroups'](_0xfd77bb,this['changeGroups']);(_0xe02043['length']||this['isDone'])&&this['fire']('replyContentUpdated',this,_0xe02043);}else this['parsedContent']=this['aiResponseParser']['convertMarkdownToHTML'](this['content']),this['fire']('replyContentUpdated',this);}['_getDifferentChangeGroups'](_0x54a62c,_0x1ba7ce){const _0xb1fb0f=[];for(const _0x36d4cb of _0x1ba7ce){const _0x232fe4=_0x54a62c[_0x36d4cb['index']];_0x232fe4?_0x232fe4['changes']['length']!==_0x36d4cb['changes']['length']?_0xb1fb0f['push'](_0x36d4cb):_0x232fe4['changes']['forEach']((_0x1b2028,_0x167f4)=>{const _0x352e8f=_0x36d4cb['changes'][_0x167f4];_0x1b2028['id']!==_0x352e8f['id']&&_0xb1fb0f['push'](_0x36d4cb);}):_0xb1fb0f['push'](_0x36d4cb);}return _0xb1fb0f;}['updateChangeGroups'](){const _0x3a513b=new _0x309e49('p',{},[new _0x309e49('span',{'style':'color:\x20#808080;\x20font-style:\x20italic'},[new _0x1594f5('Removed\x20content.\x20Use\x20\x22Show\x20changes\x22\x20to\x20learn\x20more.')])]),_0x13c91f=this['aiResponseApplier']['merge'](this['parsedContent'],this['documentContextContent']['cloneNode'](!0x0),{'markUnstableElements':!this['isDone'],'replaceRemovedWith':_0x3a513b,'cutAfterLastChange':!this['isDone']});if(!_0x13c91f['modifiedNodeIds']['length']&&!this['isDone'])return;this['parsedMergedContent']=_0x13c91f['parsedContent'];let _0x3532e1=[];if(_0x524e18(_0xcd2ae8=>{const _0x262039=ft(_0xcd2ae8,'data-id');if(!_0x262039||!_0x1b514a(_0x262039))return!0x1;const _0x1e9341=[_0xcd2ae8,...Ge(_0xcd2ae8)]['at'](-0x2);if(_0xcd2ae8!=_0x1e9341){const _0x27b731=ft(_0x1e9341,'data-id');_0x1b514a(_0x27b731)||(_0x3532e1['push']({'node':_0x1e9341,'id':_0x27b731,'type':'modified'}),_0x13c91f['modifiedNodeIds']['push'](_0x27b731));}else _0x13c91f['modifiedNodeIds']['includes'](_0x262039)?_0x3532e1['push']({'node':_0xcd2ae8,'type':'modified','id':_0x262039}):_0x13c91f['newNodeIds']['includes'](_0x262039)?_0x3532e1['push']({'node':_0xcd2ae8,'type':'new','id':_0x262039,'anchorId':ft(_0xcd2ae8['previousSibling'],'data-id')}):_0x3532e1['push']({'node':_0xcd2ae8,'type':'removed','id':_0x262039});return!0x0;},this['parsedMergedContent']),_0x3532e1=_0x3532e1['filter'](({node:_0xbf3ac3})=>[...Ge(_0xbf3ac3),_0xbf3ac3]['every'](_0x52834e=>!ft(_0x52834e,'data-unstable'))),0x0==_0x3532e1['length'])return;const _0x1a035b=[[_0x3532e1[0x0]]];for(let _0x23a715=0x1;_0x23a715<_0x3532e1['length'];_0x23a715++){const _0x2258f5=_0x1a035b[_0x1a035b['length']-0x1],_0x3d28c0=_0x2258f5[_0x2258f5['length']-0x1];_0x3532e1[_0x23a715]['node']['previousSibling']==_0x3d28c0['node']&&'modified'!=_0x3532e1[_0x23a715]['type']&&'modified'!=_0x3d28c0['type']?_0x2258f5['push'](_0x3532e1[_0x23a715]):_0x1a035b['push']([_0x3532e1[_0x23a715]]);}for(const _0x1443c2 of _0x1a035b){const _0x474f58=_0x1443c2[0x0],_0xd690cf=_0x1443c2[_0x1443c2['length']-0x1],_0x58045d=_0x28fe44(_0x474f58['node']['previousSibling']);_0x58045d&&_0x1443c2['unshift'](_0x58045d);const _0x110e7b=_0x28fe44(_0xd690cf['node']['nextSibling']);_0x110e7b&&_0x1443c2['push'](_0x110e7b);}function _0x1b514a(_0x3e5412){return _0x13c91f['modifiedNodeIds']['includes'](_0x3e5412)||_0x13c91f['newNodeIds']['includes'](_0x3e5412)||_0x13c91f['removedNodeIds']['includes'](_0x3e5412);}function _0x28fe44(_0x22cf6f){if(_0x22cf6f&&ft(_0x22cf6f,'data-id')&&!ft(_0x22cf6f,'data-unstable')){const _0x3d7840=ft(_0x22cf6f,'data-id');if(!_0x1b514a(_0x3d7840))return{'node':_0x22cf6f,'type':'context','id':_0x3d7840};}return null;}this['changeGroups']=_0x1a035b['map']((_0x540a9b,_0x13f045)=>({'changes':_0x540a9b,'state':'pending','index':_0x13f045}));}}function Fi(_0x338426){return Object['values'](qn)['includes'](_0x338426);}function Di(_0x5a5610){return Qn['includes'](_0x5a5610);}function Ui(_0x36dc17){return'conversation-title'===_0x36dc17;}function qi(_0x2cbec3){return'source'===_0x2cbec3;}const ge=['interactionCreated','interactionStarted','interactionStopped','interactionFinished','interactionDestroyed','replyCreated','replyContentUpdated','replyChangeGroupStateUpdated','setConversationTitle','error'];class pe extends Mt(){['id'];['replies']=[];['currentReply'];['currentRequest'];['connector'];['isStopped']=!0x1;['isDestroyed']=!0x1;['editor'];constructor({connector:_0x2c7fe7,editor:_0x543990}){super(),this['id']=_0x190955(),this['connector']=_0x2c7fe7,this['isStopped']=!0x0,this['editor']=_0x543990;}async['start'](){let _0x5b4959;this['isStopped']=!0x1;try{this['currentRequest']=await this['sendRequest'](),this['fire']('interactionStarted',this);const _0x55b858=await this['currentRequest']['getStream'](),_0x1a3d04=[];for await(const _0x12814b of _0x55b858){if(this['isStopped'])return;if('error'===_0x12814b['event'])return void this['fire']('error',{'error':new _0x599d16('ai-chat-interaction-error',this)});Ui(_0x12814b['event'])&&this['setConversationTitle'](_0x12814b['data']['conversationTitle'],!0x0),qi(_0x12814b['event'])?_0x1a3d04['push'](_0x12814b['data']['source']):Fi(_0x12814b['event'])?(_0x12814b['event']!==_0x5b4959&&(this['currentReply']&&this['currentReply']['done'](),this['currentReply']=this['createReply']({'type':_0x12814b['event'],'interactionId':this['id']}),_0x1a3d04['length']>0x0&&(this['currentReply']['sources']=_0x1a3d04['splice'](0x0)),_0x5b4959=_0x12814b['event']),this['currentReply']['appendContent'](_0x12814b['data']['textDelta'])):Di(_0x12814b['event'])||_0x1f6f14('ai-interaction-invalid-event-type',{'chunk':_0x12814b});}}finally{this['isStopped']||(this['_finalizeInteraction'](),this['fire']('interactionFinished',this));}}['stop'](){this['isStopped']||(this['_finalizeInteraction'](),this['fire']('interactionStopped',this));}['getReply'](_0x1bb5aa){return this['replies']['find'](_0x13eca3=>_0x13eca3['id']===_0x1bb5aa);}['destroy'](){this['isDestroyed']||(this['stop'](),this['replies']['forEach'](_0x4f4526=>_0x4f4526['destroy']()),this['replies']=[],this['isDestroyed']=!0x0,this['fire']('interactionDestroyed',this),this['stopListening']());}['createReply'](_0x109d55){const _0x54bc7a=new fe({'editor':this['editor'],'documentContextContent':this['getDocumentContext']()?.['content'],..._0x109d55});return this['replies']['push'](_0x54bc7a),_0x54bc7a['delegate'](...ge)['to'](this),this['fire']('replyCreated',_0x54bc7a),_0x54bc7a;}['setConversationTitle'](_0x4717f1,_0x52f106=!0x1){this['fire']('setConversationTitle',_0x4717f1,_0x52f106);}['_finalizeInteraction'](){this['isStopped']=!0x0,this['currentRequest']&&this['currentRequest']['abortController']['abort'](),this['currentReply']&&this['currentReply']['done'](),this['currentRequest']=this['currentReply']=void 0x0;}}var xe=function(_0x77ebae){return _0x77ebae['FILE']='file',_0x77ebae['DOCUMENT']='document',_0x77ebae['URL']='web-resource',_0x77ebae['TEXT']='text',_0x77ebae['SELECTION']='selection',_0x77ebae;}({}),Ie=function(_0xc3042e){return _0xc3042e['TEXT']='text',_0xc3042e['MARKDOWN']='markdown',_0xc3042e['HTML']='html',_0xc3042e;}({});const wi=['contextItemAdded','contextItemRemoved','contextItemLoadingEnded','contextSent','error','addContextOptionsChanged','sourceResourcesLoaded','resourceStateChanged','uploadProgressChanged'];class mi extends _0x3491c8(){['_connector'];['_config'];['_ownerId'];constructor({connector:_0x493e13,config:_0x5e1407,ownerId:_0x3f3251}){super(),this['_connector']=_0x493e13,this['_config']=_0x5e1407,this['_ownerId']=_0x3f3251;}['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'](_0x320dfd){const _0x4d298e=await this['_createContextItemFromContent'](_0x320dfd);return this['_addToConversationContextItem'](_0x4d298e),'current-document'===_0x4d298e['uiId']&&this['_toggleAddCurrentDocumentOptionVisibility'](),_0x4d298e;}async['_createContextItemFromContent'](_0x59f655){if(_0x59f655['type']===xe['DOCUMENT']){const _0x34e8d9=await this['_connector']['fetchDocument'](this['_ownerId'],_0x59f655['id'])['getDocument']();return{'id':'current-document','uiId':'current-document','label':'Current\x20document','type':_0x59f655['type'],'content':_0x34e8d9['content'],'hidden':this['_conversationContextItems']['has']('current-document'),'version':_0x34e8d9['attributes']?.['version'],'sessionId':_0x34e8d9['attributes']?.['sessionId']};}return{'id':_0x59f655['id'],'uiId':_0x59f655['id'],'label':_0x59f655['attributes']?.['label']||_0x59f655['name']||_0x59f655['url']||_0x59f655['id'],'type':_0x59f655['type'],..._0x59f655?.['attributes']?.['resourceId']?{'resourceId':_0x59f655['attributes']?.['resourceId']}:{}};}['getSentContextItems'](){return new Map(this['_conversationContextItems']);}['removeFromContext'](_0x1051d0){const _0x19589a=this['_pendingContextItems']['get'](_0x1051d0);_0x19589a?.['isReadOnly']||this['_removeContextItem'](_0x1051d0);}['clearPendingContextItems'](){if(0x0===this['_pendingContextItems']['size'])return;for(const _0x5d4184 of this['_pendingContextItems']['values']())this['_removeContextItem'](_0x5d4184['uiId']);const _0x171f47=this['_conversationContextItems']['get']('current-document')||this['_pendingContextItems']['get']('current-document');_0x171f47&&this['_addContextItem']({..._0x171f47,'isReadOnly':!0x0,'hidden':!0x0});}['addToConversationContext'](_0x8192d4){for(const _0x40dcea of _0x8192d4['values']())this['_addToConversationContextItem'](_0x40dcea);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'](_0x258840){return Array['from'](_0x258840['values']())['map'](_0x404aa3=>this['_mapContextItemToRequestData'](_0x404aa3))['filter'](_0x5af0cf=>null!==_0x5af0cf);}async['addFilesToContext'](_0x320d52,_0x3d9668,_0x13b88e=xe['FILE']){const _0x28689f='files-'+_0x190955();this['_startUploadOperation'](_0x28689f);try{await Promise['all'](_0x320d52['map'](async _0x80d692=>{const _0x13bf00='file-'+_0x190955(),_0x383268=_0x512f25(_0x80d692['name']);try{this['_addContextItem']({'type':_0x13b88e,'label':_0x3d9668?.['label']||_0x383268,'uiId':_0x13bf00,'resourceId':_0x3d9668?.['resourceId']},!0x0);const _0x22444c=this['_connector']['uploadFile'](this['_ownerId'],_0x80d692,_0x3d9668);this['_ongoingUploads']['set'](_0x13bf00,_0x22444c['abortController']);const {id:_0x5596fb}=await _0x22444c['getId']();this['_ongoingUploads']['delete'](_0x13bf00),this['_finishContextItemLoading']({'type':_0x13b88e,'id':_0x5596fb,'label':_0x3d9668?.['label']||_0x383268,'uiId':_0x13bf00,'resourceId':_0x3d9668?.['resourceId']},!0x1);}catch(_0x3bc88c){this['_ongoingUploads']['delete'](_0x13bf00);if(!_0x3bc88c['message']['startsWith']('ai-request-aborted')){const _0x10e19a=new _0x599d16('ai-chat-file-upload-failed',null,{'fileName':_0x383268});_0x10e19a['stack']=_0x3bc88c['stack'],this['fire']('error',{'error':_0x10e19a,'fileName':_0x383268});}this['_removeContextItem'](_0x13bf00);}}));}finally{this['_finishUploadOperation'](_0x28689f);}}['addCurrentDocumentToContext'](_0x256c8e){if(this['isCurrentDocumentInContext']())return;const _0x34b37f={'type':xe['DOCUMENT'],'uiId':'current-document','label':_0x256c8e,'isReadOnly':this['_conversationContextItems']['has']('current-document'),'hidden':this['_conversationContextItems']['has']('current-document')};this['_addContextItem'](_0x34b37f);}async['updateCurrentDocument'](_0x4891b9,_0x2a7a29,_0x536e08,_0x5111c0){const _0x27de47=this['_pendingContextItems']['get']('current-document');if(_0x27de47&&_0x4891b9){_0x27de47['selection']=_0x5111c0?_0x5111c0['map'](_0x407745=>({'start':_0x407745['start'],'end':_0x407745['end']})):[];try{if(_0x27de47['version']===_0x2a7a29)return;const {id:_0x51c108}=await this['_connector']['uploadDocument'](this['_ownerId'],_0x4891b9,{'version':_0x2a7a29,'sessionId':_0x536e08})['getId']();_0x27de47['id']=_0x51c108,_0x27de47['content']=_0x4891b9,_0x27de47['version']=_0x2a7a29,_0x27de47['sessionId']=_0x536e08;}catch(_0x678bba){const _0x3b5c4f=new _0x599d16('ai-chat-document-upload-failed',null);_0x3b5c4f['stack']=_0x678bba['stack'],this['fire']('error',{'error':_0x3b5c4f});}}}['addSelectionToContext'](_0x4774f4){this['_addContextItem']({'type':xe['SELECTION'],'label':_0x4774f4,'uiId':'selection','content':_0x4774f4});}['removeSelectionFromContext'](){this['_removeContextItem']('selection');}async['addUrlToContext'](_0x41de19,_0x2318b0){const _0x4bd8ac='url-'+_0x190955();this['_startUploadOperation'](_0x4bd8ac);const _0x529e97='url-'+_0x190955();try{this['_addContextItem']({'type':xe['URL'],'label':_0x2318b0?.['label']||_0x41de19,'uiId':_0x529e97,'resourceId':_0x2318b0?.['resourceId']},!0x0);const _0xf6a403=this['_connector']['uploadUrl'](this['_ownerId'],_0x41de19,_0x2318b0);this['_ongoingUploads']['set'](_0x529e97,_0xf6a403['abortController']);const {id:_0x328c5d}=await _0xf6a403['getId']();this['_ongoingUploads']['delete'](_0x529e97),this['_finishContextItemLoading']({'type':xe['URL'],'id':_0x328c5d,'label':_0x2318b0?.['label']||_0x41de19,'uiId':_0x529e97,'resourceId':_0x2318b0?.['resourceId']},!0x1);}catch(_0x5e34d6){this['_ongoingUploads']['delete'](_0x529e97),(_0x5e34d6['message']['startsWith']('ai-request-aborted')||this['fire']('error',{'error':new _0x599d16('ai-chat-url-upload-failed',this,{'url':_0x41de19,'originalError':_0x5e34d6}),'url':_0x41de19}),this['_removeContextItem'](_0x529e97));}finally{this['_finishUploadOperation'](_0x4bd8ac);}}async['loadSourceResources'](_0x2a711f,_0x137b33,_0x3af589){const _0xe365d0=this['_addContextOptionsState']['sources']['find'](_0x1115b3=>_0x1115b3['id']===_0x2a711f);if(!_0xe365d0)return this['fire']('error',{'error':new _0x599d16('ai-chat-source-not-found',this,{'sourceId':_0x2a711f}),'sourceId':_0x2a711f}),[];try{const _0x5a0a32=(await _0xe365d0['getResources'](_0x137b33))['map'](_0x11dc72=>{const _0x18aa02=this['_isResourceInContext'](_0x11dc72['id']);return{..._0x11dc72,'isInContext':_0x18aa02};});return _0xe365d0['resources']=_0x5a0a32,this['fire']('sourceResourcesLoaded',{'sourceId':_0x2a711f,'source':_0xe365d0,'resources':_0x5a0a32,'uid':_0x3af589}),_0x5a0a32;}catch(_0x145a65){return this['fire']('error',{'error':new _0x599d16('ai-chat-source-resources-load-failed',this,{'sourceId':_0x2a711f,'originalError':_0x145a65}),'sourceId':_0x2a711f,'sourceLabel':_0xe365d0['label']}),[];}}async['addResourceToContext'](_0x38d0d6,_0x133607){if(this['_isResourceInContext'](_0x133607['id']))return;let _0x36895e=_0x133607['data'];if(!_0x36895e&&_0x38d0d6['getData'])try{_0x36895e=await _0x38d0d6['getData'](_0x133607['id']);}catch(_0x11f2fd){return void this['fire']('error',{'error':new _0x599d16('ai-chat-resource-load-failed',this,{'resourceId':_0x133607['id'],'sourceId':_0x38d0d6['id'],'originalError':_0x11f2fd}),'resourceId':_0x133607['id'],'sourceId':_0x38d0d6['id']});}if(_0x36895e)switch(_0x133607['type']){case xe['URL']:if('string'!=typeof _0x36895e)return void this['fire']('error',{'error':new _0x599d16('ai-chat-context-invalid-data',this,{'resourceId':_0x133607['id'],'sourceId':_0x38d0d6['id'],'expectedType':'string','actualType':typeof _0x36895e}),'resourceId':_0x133607['id'],'sourceId':_0x38d0d6['id']});await this['addUrlToContext'](_0x36895e,{'label':_0x133607['label'],'resourceId':_0x133607['id']});break;case xe['FILE']:if(!(_0x36895e instanceof File))return void this['fire']('error',{'error':new _0x599d16('ai-chat-context-invalid-data',this,{'resourceId':_0x133607['id'],'sourceId':_0x38d0d6['id'],'expectedType':'File','actualType':typeof _0x36895e}),'resourceId':_0x133607['id'],'sourceId':_0x38d0d6['id']});await this['addFilesToContext']([_0x36895e],{'label':_0x133607['label'],'resourceId':_0x133607['id']});break;case xe['TEXT']:if('object'!=typeof _0x36895e||!('content'in _0x36895e)||!('type'in _0x36895e))return void this['fire']('error',{'error':new _0x599d16('ai-chat-context-invalid-data',this,{'resourceId':_0x133607['id'],'sourceId':_0x38d0d6['id'],'expectedType':'object\x20with\x20content\x20and\x20type\x20properties','actualType':typeof _0x36895e}),'resourceId':_0x133607['id'],'sourceId':_0x38d0d6['id']});_0x36895e=mi['_convertTextResourceToFile'](_0x36895e,_0x133607['label']),await this['addFilesToContext']([_0x36895e],{'label':_0x133607['label'],'resourceId':_0x133607['id']},xe['TEXT']);break;default:this['fire']('error',{'error':new _0x599d16('ai-chat-context-unsupported-type',this,{'resourceId':_0x133607['id'],'sourceId':_0x38d0d6['id'],'resourceType':_0x133607['type']}),'resourceId':_0x133607['id'],'sourceId':_0x38d0d6['id']});}else this['fire']('error',{'error':new _0x599d16('ai-chat-resource-no-data',this,{'resourceId':_0x133607['id'],'sourceId':_0x38d0d6['id']}),'resourceId':_0x133607['id'],'sourceId':_0x38d0d6['id']});}static['_convertTextResourceToFile'](_0x4c49bb,_0x27e0aa){switch(_0x4c49bb['type']){case Ie['MARKDOWN']:return new File([_0x4c49bb['content']],_0x27e0aa,{'type':'text/markdown'});case Ie['HTML']:return new File([_0x4c49bb['content']],_0x27e0aa,{'type':'text/html'});default:return new File([_0x4c49bb['content']],_0x27e0aa,{'type':'text/plain'});}}static['_mapContextItemToRequestData'](_0x4bc397){switch(_0x4bc397['type']){case xe['FILE']:return{'type':xe['FILE'],'id':_0x4bc397['id']};case xe['URL']:return{'type':xe['URL'],'id':_0x4bc397['id']};case xe['DOCUMENT']:return{'type':xe['DOCUMENT'],'id':_0x4bc397['id'],..._0x4bc397['selection']?.['length']&&{'selection':_0x4bc397['selection']}};case xe['TEXT']:return{'type':xe['FILE'],'id':_0x4bc397['id']};default:return null;}}['_addContextItem'](_0xe4b362,_0x4f84de=!0x1){if(this['_pendingContextItems']['set'](_0xe4b362['uiId'],_0xe4b362),_0xe4b362['hidden']||this['fire']('contextItemAdded',{'contextItem':_0xe4b362,'isLoading':_0x4f84de}),'current-document'===_0xe4b362['uiId']&&this['_toggleAddCurrentDocumentOptionVisibility'](),_0xe4b362['resourceId']){const _0x3153d0=this['_findSourceIdsByResourceId'](_0xe4b362['resourceId']);_0x3153d0&&_0x3153d0['forEach'](_0x368cab=>{this['_updateResourceInContextState'](_0x368cab,_0xe4b362['resourceId'],!0x0);});}}['_removeContextItem'](_0x3acf6d){const _0x26a698=this['_pendingContextItems']['get'](_0x3acf6d),_0x549010=this['_ongoingUploads']['get'](_0x3acf6d);if(_0x549010&&(_0x549010['abort'](),this['_ongoingUploads']['delete'](_0x3acf6d)),_0x26a698?.['resourceId']){const _0xe5e299=this['_findSourceIdsByResourceId'](_0x26a698['resourceId']);_0xe5e299&&_0xe5e299['forEach'](_0x4a8f39=>{this['_updateResourceInContextState'](_0x4a8f39,_0x26a698['resourceId'],!0x1);});}this['_pendingContextItems']['delete'](_0x3acf6d),this['fire']('contextItemRemoved',{'uiId':_0x3acf6d,'type':_0x26a698?.['type']}),'current-document'===_0x3acf6d&&this['_toggleAddCurrentDocumentOptionVisibility']();}['_finishContextItemLoading'](_0x3543e9,_0x52a6a9){if(this['_pendingContextItems']['has'](_0x3543e9['uiId'])&&(this['_pendingContextItems']['set'](_0x3543e9['uiId'],_0x3543e9),this['fire']('contextItemLoadingEnded',{'contextItem':_0x3543e9,'isLoading':_0x52a6a9}),_0x3543e9['resourceId'])){const _0x18a24d=this['_findSourceIdsByResourceId'](_0x3543e9['resourceId']);_0x18a24d&&_0x18a24d['forEach'](_0xa7389f=>{this['_updateResourceInContextState'](_0xa7389f,_0x3543e9['resourceId'],!0x0);});}}['_addToConversationContextItem'](_0x57fbbf){this['_conversationContextItems']['set'](_0x57fbbf['uiId'],_0x57fbbf);}['_setAddContextOptionsDefaultState'](){this['_addContextOptionsState']={'document':{'enabled':!0x1!==this['_config']?.['document']?.['enabled'],'isHidden':!0x1},'urls':{'enabled':!0x1!==this['_config']?.['urls']?.['enabled']},'files':{'enabled':!0x1!==this['_config']?.['files']?.['enabled']},'sources':this['_getCustomSourcesInitialState']()},this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_getCustomSourcesInitialState'](){return this['_config']?.['sources']?.['map'](_0x1204d3=>({..._0x1204d3,'resources':[]}))??[];}['_toggleAddCurrentDocumentOptionVisibility'](){const _0x3e08d4=this['isCurrentDocumentInContext']()||this['isCurrentDocumentInConversation']();this['_addContextOptionsState']['document']['isHidden']=_0x3e08d4,this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_isResourceInContext'](_0xbb636c){for(const _0x569c90 of this['_pendingContextItems']['values']())if(_0x569c90['resourceId']===_0xbb636c)return!0x0;for(const _0xfbae9e of this['_conversationContextItems']['values']())if(_0xfbae9e['resourceId']===_0xbb636c)return!0x0;return!0x1;}['_findSourceIdsByResourceId'](_0x20918b){const _0x19286e=[];for(const _0x17ae68 of this['_addContextOptionsState']['sources']){_0x17ae68['resources']['find'](_0x3ba313=>_0x3ba313['id']===_0x20918b)&&_0x19286e['push'](_0x17ae68['id']);}return 0x0===_0x19286e['length']?null:_0x19286e;}['_updateResourceInContextState'](_0x4e9468,_0x160b80,_0xba2e1){const _0x52838c=this['_addContextOptionsState']['sources']['find'](_0x355bd5=>_0x355bd5['id']===_0x4e9468);if(!_0x52838c)return;const _0x5b330e=_0x52838c['resources']['find'](_0xd5bf1e=>_0xd5bf1e['id']===_0x160b80);_0x5b330e&&(_0x5b330e['isInContext']=_0xba2e1,this['fire']('resourceStateChanged',{'sourceId':_0x4e9468,'resourceId':_0x160b80,'isInContext':_0xba2e1}));}['_startUploadOperation'](_0x459df1){this['_ongoingUploadOperations']['set'](_0x459df1,!0x0),this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x0});}['_finishUploadOperation'](_0x538666){this['_ongoingUploadOperations']['delete'](_0x538666),0x0===this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x1});}}const Ii=['capabilitiesUpdated'];class vi extends Mt(){['_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'](_0x4d06ac){const _0x168a0e={};return _0x4d06ac&&_0x4d06ac['isWebSearchEnabled']&&(_0x168a0e['webSearch']={}),_0x4d06ac&&_0x4d06ac['isReasoningEnabled']&&(_0x168a0e['reasoning']={}),_0x168a0e;}['toggleWebSearch'](){this['setWebSearch'](!this['_isWebSearchEnabled']);}['toggleReasoning'](){this['setReasoning'](!this['_isReasoningEnabled']);}['setWebSearch'](_0x5c73c0){_0x5c73c0!==this['_isWebSearchEnabled']&&(this['_isWebSearchEnabled']=_0x5c73c0,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}['setReasoning'](_0x4014e3){_0x4014e3!==this['_isReasoningEnabled']&&(this['_isReasoningEnabled']=_0x4014e3,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}}class fi extends pe{['userMessage'];['conversationId'];['contextItems']=new Map();['model'];['quickActionData'];constructor(_0x1196ef){super(_0x1196ef),this['conversationId']=_0x1196ef['conversationId'],this['contextItems']=_0x1196ef['contextItems'],this['capabilities']=_0x1196ef['capabilities'],this['userMessage']=_0x1196ef['userMessage'],this['model']=_0x1196ef['model'],this['quickActionData']=_0x1196ef['quickActionData'];}async['sendRequest'](){return this['connector']['queryAssistant']({'message':this['userMessage'],'conversationId':this['conversationId'],'parts':mi['mapContextItemsToRequestData'](this['contextItems']),'capabilities':vi['getCapabilitiesRequestData'](this['capabilities']),'model':this['model'],'quickActionData':this['quickActionData']});}['getDocumentContext'](){return this['contextItems']['get']('current-document');}}class ct extends Mt(){['id'];['isStarted']=!0x1;['interactions']=[];['currentInteraction'];['selectedModel'];['connector'];['options'];constructor(_0x343eb8){super(),this['options']=_0x343eb8,this['connector']=_0x343eb8['connector'],this['chatModels']=_0x343eb8['chatModels'],this['id']=_0x343eb8['conversationId'];}async['init'](_0x2f29a8){try{this['chatContext']=new mi({'connector':this['connector'],'config':_0x2f29a8,'ownerId':this['id']}),this['chatContext']['delegate'](...wi)['to'](this),this['chatContext']['init'](),this['chatCapabilities']=new vi(),this['chatCapabilities']['delegate'](...Ii)['to'](this),this['chatCapabilities']['init']();const _0x2de8e3=await this['chatModels']['getAll']();this['fire']('conversationInitialized',{'availableModels':_0x2de8e3});const _0x6cec78=await this['chatModels']['getDefault'](this['options']['defaultModelId']);_0x6cec78&&await this['setModel'](_0x6cec78);}catch(_0x2f862a){const _0x97e766=new _0x599d16('ai-chat-conversation-init-failed',null,{'message':_0x2f862a['message']});_0x97e766['stack']=_0x2f862a['stack'],this['fire']('error',{'error':_0x97e766});}}async['start'](){if(this['isStarted'])throw new _0x599d16('ai-chat-conversation-already-started',null,{'conversation':this});if(!this['selectedModel'])throw new _0x599d16('ai-chat-conversation-start-no-model-selected',null,{'conversation':this});try{const {id:_0x5c6e5b}=await this['connector']['startConversation'](this['id'],this['options']['group'])['getConversation']();this['id']=_0x5c6e5b,this['isStarted']=!0x0,this['fire']('conversationStarted',{'conversationId':this['id'],'selectedModel':this['selectedModel']});}catch(_0x170a8a){const _0x197862=new _0x599d16('ai-chat-conversation-start-failed',null,{'message':_0x170a8a['message']});_0x197862['stack']=_0x170a8a['stack'],this['fire']('error',{'error':_0x197862});}}async['load'](_0x5253fc,_0x23b83b){try{const _0x39847c=await this['connector']['fetchConversation'](_0x5253fc)['getConversation'](),_0x2cafeb=await this['connector']['fetchConversationMessages'](_0x5253fc)['getMessages'](),_0x470225=_0x2cafeb[0x0]['model'];this['isStarted']=!0x0,this['id']=_0x39847c['id'],'title'in _0x39847c?this['fire']('setConversationTitle',_0x39847c['title'],!0x0):this['fire']('setConversationTitle','',!0x0);const _0x580e3e=(await this['chatModels']['getAll']())['find'](_0x64c7c2=>_0x64c7c2['id']['toLowerCase']()===_0x470225['toLowerCase']());return this['selectedModel']=_0x580e3e,this['fire']('modelSelected',{'selectedModel':_0x580e3e,'isDisabled':!0x0}),await this['_processMessagesToInteractions'](_0x2cafeb,_0x23b83b,_0x470225),this['currentInteraction']=void 0x0,this;}catch(_0x308d25){const _0x218ef7=new _0x599d16('ai-chat-conversation-init-from-id-failed',null,{'message':_0x308d25['message'],'conversationId':_0x5253fc});throw _0x218ef7['stack']=_0x308d25['stack'],this['fire']('error',{'error':_0x218ef7}),_0x218ef7;}}async['_processMessagesToInteractions'](_0x583bb4,_0xe34745,_0x18ab8e){let _0x2437cc;for(const _0x49be0c of _0x583bb4)if('user'===_0x49be0c['role']){const _0x12ab5b=await this['_extractContextItems'](_0x49be0c),_0x2125ce={'isReasoningEnabled':Object['hasOwn'](_0x49be0c['capabilities'],'reasoning'),'isWebSearchEnabled':Object['hasOwn'](_0x49be0c['capabilities'],'webSearch')};_0x2437cc=this['createInteraction']({'userMessage':_0x49be0c['prompt'],'contextItems':_0x12ab5b,'capabilities':_0x2125ce,'modelId':_0x18ab8e,'quickActionData':_0x49be0c['attributes']?.['quickActionData']}),this['currentInteraction']=_0x2437cc,this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}else{if('assistant'===_0x49be0c['role']&&_0x2437cc)for(const _0x19728c of _0x49be0c['content']){const _0x55c569='text'===_0x19728c['type']?'text-delta':'modification-delta',_0x22977c=_0x2437cc['getDocumentContext']()?.['sessionId']!==_0xe34745;_0x2437cc['currentReply']=_0x2437cc['createReply']({'type':_0x55c569,'isDone':!0x0,'interactionId':_0x2437cc['id'],'areActionsDisabled':_0x22977c}),_0x2437cc['currentReply']['appendContent'](_0x19728c['content']);}}}async['_extractContextItems'](_0xff3721){const _0x524bc8=new Map();if(!_0xff3721['content'])return _0x524bc8;for(const _0x5cd64f of _0xff3721['content']){const _0x23d4be=await this['chatContext']['populateFromMessage'](_0x5cd64f);_0x23d4be&&_0x524bc8['set'](_0x23d4be['id'],_0x23d4be);}return _0x524bc8;}async['handleUserInteraction']({userMessage:_0x2841cd,quickActionData:_0x4de906}){if(!this['isStarted'])throw new _0x599d16('ai-chat-handle-user-conversation-not-initialized',null,{'conversation':this});if(this['currentInteraction'])throw new _0x599d16('ai-chat-handle-user-interaction-already-in-progress',null,{'conversation':this});try{const _0x5d252f=this['chatContext']['getPendingContextItems'](),_0x2c843e=this['chatCapabilities']['getCapabilitiesConfig'](),_0x42ee56=this['selectedModel']['id'];this['currentInteraction']=this['createInteraction']({'userMessage':_0x2841cd,'contextItems':_0x5d252f,'capabilities':_0x2c843e,'modelId':_0x42ee56,'quickActionData':_0x4de906}),await this['currentInteraction']['start'](),this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}catch(_0x4588c9){this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':_0x4588c9});}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}['createInteraction']({userMessage:_0xf60404,contextItems:_0x388bc6,capabilities:_0x2bb479,modelId:_0x354927,quickActionData:_0xcf2033}){const _0x20091d=new fi({'userMessage':_0xf60404,'contextItems':_0x388bc6,'capabilities':_0x2bb479,'conversationId':this['id'],'connector':this['connector'],'editor':this['options']['getEditor']&&this['options']['getEditor'](),'model':_0x354927,'quickActionData':_0xcf2033});return _0x20091d['delegate'](...ge)['to'](this),this['interactions']['push'](_0x20091d),this['fire']('interactionCreated',_0x20091d),_0x20091d;}['getInteraction'](_0x3e45c2){return this['interactions']['find'](_0x4d7ad2=>_0x4d7ad2['id']===_0x3e45c2);}['removeInteraction'](_0xf24ec7){const _0x30080e=this['getInteraction'](_0xf24ec7);_0x30080e&&(_0x30080e['destroy'](),this['interactions']['splice'](this['interactions']['indexOf'](_0x30080e),0x1));}get['lastInteraction'](){return this['interactions'][this['interactions']['length']-0x1];}['addCurrentDocumentToContext'](_0x40b716){this['chatContext']['addCurrentDocumentToContext'](_0x40b716);}async['updateCurrentDocumentInContext']({content:_0x4861b2,version:_0x102fc1,sessionId:_0x5332ae,selections:_0x373720}){await this['chatContext']['updateCurrentDocument'](_0x4861b2,_0x102fc1,_0x5332ae,_0x373720);}['getCurrentDocumentContext'](){return this['currentInteraction']?.['getDocumentContext']()?.['content']||'';}['addSelectionToContext'](_0x47712f){this['chatContext']['addSelectionToContext'](_0x47712f);}['removeSelectionFromContext'](){this['chatContext']['removeSelectionFromContext']();}['addFilesToContext'](_0x291bc4){this['chatContext']['addFilesToContext'](_0x291bc4);}['addUrlToContext'](_0x42c38e){this['chatContext']['addUrlToContext'](_0x42c38e);}['addResourceToContext'](_0x1da3ad,_0x3d5b02){this['chatContext']['addResourceToContext'](_0x1da3ad,_0x3d5b02);}['loadSourceResources'](_0x3511a8,_0x159f58,_0x296efb){return this['chatContext']['loadSourceResources'](_0x3511a8,_0x159f58,_0x296efb);}['removeFromContext'](_0xb2dbf1){this['chatContext']['removeFromContext'](_0xb2dbf1);}['toggleWebSearch'](){this['chatCapabilities']['toggleWebSearch']();}['toggleReasoning'](){this['chatCapabilities']['toggleReasoning']();}['isCurrentDocumentInContext'](){return this['chatContext']['isCurrentDocumentInContext']();}['isCurrentDocumentInConversation'](){return this['chatContext']['isCurrentDocumentInConversation']();}['isSelectionInContext'](){return this['chatContext']['isSelectionInContext']();}async['setModel'](_0x421d30){if(!_0x421d30)throw new _0x599d16('ai-chat-conversation-set-model-null',null,{'conversation':this});if(!0x1===await this['chatModels']['isAvailable'](_0x421d30))throw new _0x599d16('ai-chat-conversation-set-model-not-available',null,{'conversation':this,'model':_0x421d30});_0x421d30['id']!==this['selectedModel']?.['id']&&(this['selectedModel']=_0x421d30,this['chatCapabilities']['reset'](),this['fire']('modelSelected',{'selectedModel':_0x421d30}));}}function V(_0x65d9a7){if(_0x65d9a7 instanceof ot)return _0x65d9a7;if(_0x65d9a7?.['editors']&&_0x65d9a7['editors']['get'](0x0))return _0x65d9a7['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.'),_0x65d9a7['editors']['get'](0x0);throw new _0x599d16('ai-get-editor-from-context-no-editor');}const dt='ai-selection';class O extends _0x3e9f85{['_displayedFakeSelectionId']=null;['_displayedFakeSelectionLocked']=!0x1;['_sessionId'];static get['pluginName'](){return'AIEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}get['sessionId'](){if(!this['_sessionId']){const _0x4092e6=V(this['context']),_0x30ffcc=_0x4092e6['plugins']['has']('RealTimeCollaborationClient')&&_0x4092e6['plugins']['get']('RealTimeCollaborationClient')['sessionId'];this['_sessionId']=_0x30ffcc||_0x190955();}return this['_sessionId'];}['getDocumentData'](){const _0x480d8c=V(this['context']),_0x59a9ef=_0x480d8c['model'],_0x5026fc=_0x480d8c['data']['toView'](_0x59a9ef['document']['getRoot'](),{'convertAiChatSelectionMarker':!0x0}),_0x1b9764=new kt(_0x480d8c['editing']['view']['document']);this['_setDataIdsOnChildren'](_0x5026fc,_0x1b9764);let _0xfeda11=_0x480d8c['data']['processor']['toData'](_0x5026fc);const _0xfa11eb=this['_getMarkersInDocumentOrder'](),_0x57ec93=[];for(const _0x237500 of _0xfa11eb){const _0x3df82c='<'+_0x237500['name']+':start></'+_0x237500['name']+':start>',_0x30610e=_0xfeda11['indexOf'](_0x3df82c);_0xfeda11=_0xfeda11['substring'](0x0,_0x30610e)+_0xfeda11['substring'](_0x30610e+_0x3df82c['length']);const _0xb466b0='<'+_0x237500['name']+':end></'+_0x237500['name']+':end>',_0x1138ee=_0xfeda11['indexOf'](_0xb466b0);_0xfeda11=_0xfeda11['substring'](0x0,_0x1138ee)+_0xfeda11['substring'](_0x1138ee+_0xb466b0['length']),_0x57ec93['push']({'markerName':_0x237500['name'],'start':_0x30610e,'end':_0x1138ee,'htmlFragment':_0xfeda11['substring'](_0x30610e,_0x1138ee)});}return{'content':_0xfeda11,'version':_0x480d8c['model']['document']['version'],'sessionId':this['sessionId'],'selections':_0x57ec93};}async['afterInit'](){this['context']instanceof ot?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x2c5da8,_0x12418e)=>{_0x12418e['on']('ready',()=>{this['_integrateEditor'](_0x12418e);});});}['_integrateEditor'](_0x1b731){_0x1b731['conversion']['for']('editingDowncast')['markerToHighlight']({'model':dt,'view':{'classes':['ck-fake-ai-selection','ck-ai-assistant-ui_theme'],'priority':0xc}}),_0x1b731['conversion']['for']('dataDowncast')['markerToElement']({'model':dt,'view':(_0x98e14b,{writer:_0x4f8fce,options:_0x4991aa})=>_0x4991aa['convertAiChatSelectionMarker']?_0x4f8fce['createUIElement'](_0x98e14b['markerName']+':'+(_0x98e14b['isOpening']?'start':'end')):null});}['showFakeVisualSelection'](_0x1cdddd,_0x4ee19b,_0x2f5eec=!0x1,_0x13437f=!0x1){if(this['_displayedFakeSelectionLocked']&&!_0x13437f)return!0x1;this['_displayedFakeSelectionId']&&this['hideFakeVisualSelection'](this['_displayedFakeSelectionId']),this['_displayedFakeSelectionId']=_0x4ee19b,this['_displayedFakeSelectionLocked']=_0x2f5eec;const _0x297847=V(this['context'])['model'];return _0x297847['change'](_0x3e0198=>{let _0x8b0a59=0x0;for(let _0x1c676b of _0x1cdddd){const _0x233332=dt+':'+_0x8b0a59;if(_0x1c676b['start']['isAtEnd']){const _0x2e1a9e=_0x1c676b['start']['getLastMatchingPosition'](({item:_0x32a1fc})=>!_0x297847['schema']['isContent'](_0x32a1fc),{'boundaries':_0x1c676b});_0x1c676b=_0x3e0198['createRange'](_0x2e1a9e,_0x1c676b['end']);}_0x3e0198['addMarker'](_0x233332,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x1c676b}),_0x8b0a59++;}}),window['getSelection']()?.['removeAllRanges'](),!0x0;}['hideFakeVisualSelection'](_0x3b2f99){if(this['_displayedFakeSelectionId']!=_0x3b2f99)return!0x1;this['_displayedFakeSelectionId']=null,this['_displayedFakeSelectionLocked']=!0x1;const _0x512a44=V(this['context']),_0x5e8342=_0x512a44['model']['markers']['getMarkersGroup'](dt);return _0x512a44['model']['change'](_0x38e8e4=>{for(const _0x4bd32d of _0x5e8342)_0x38e8e4['removeMarker'](_0x4bd32d);}),!0x0;}['modelToViewWithIds'](_0x99aa21){const _0x47c132=V(this['context']),_0x4fe85b=_0x47c132['data']['toView'](_0x99aa21),_0x3d3771=new kt(_0x47c132['editing']['view']['document']);return this['_setDataIdsOnChildren'](_0x4fe85b,_0x3d3771),_0x4fe85b;}['_setDataIdsOnChildren'](_0x5d8d98,_0x345c4f){let _0x5c8e3f=!0x1;const _0x17a6ee=new Set();for(const _0xb508ad of _0x5d8d98['getChildren']()){const _0x507b07=_0xb508ad['is']('emptyElement')||_0xb508ad['is']('containerElement');if(!_0xb508ad['is']('element'))continue;(this['_setDataIdsOnChildren'](_0xb508ad,_0x345c4f)||_0x507b07)&&(_0x345c4f['setAttribute']('data-id',this['_nextDataId'](_0x17a6ee),_0xb508ad),_0x5c8e3f=!0x0);}return _0x5c8e3f;}['_nextDataId'](_0x16df2c){let _0x1f57bf;do{_0x1f57bf='';for(let _0x147847=0x0;_0x147847<0x4;_0x147847++)_0x1f57bf+=String['fromCharCode'](0x61+Math['floor'](0x1a*Math['random']()));}while(_0x16df2c['has'](_0x1f57bf));return _0x16df2c['add'](_0x1f57bf),_0x1f57bf;}['getSelectionText'](){const {model:_0x211e6a}=V(this['context']),_0x11cb5f=_0x211e6a['document']['selection'],_0xc5df43=_0x211e6a['getSelectedContent'](_0x11cb5f),_0x309ea3=[],_0x4beac3=_0x211e6a['createRangeIn'](_0xc5df43)['getWalker']();for(const {item:_0x294c6c}of _0x4beac3)_0x294c6c['is']('$textProxy')?_0x309ea3['push'](_0x294c6c['data']):_0x294c6c['is']('element')&&_0x309ea3['length']>0x0&&'\x20'!==_0x309ea3[_0x309ea3['length']-0x1]&&_0x309ea3['push']('\x20');return'\x22'+_0x309ea3['join']('')['trim']()+'\x22';}['_getMarkersInDocumentOrder'](){const _0x5e5fe7=V(this['context'])['model'];return Array['from'](_0x5e5fe7['markers']['getMarkersGroup'](dt))['sort']((_0x1e6ccf,_0x1309ca)=>_0x1e6ccf['getStart']()['isBefore'](_0x1309ca['getStart']())?-0x1:_0x1e6ccf['getStart']()['isAfter'](_0x1309ca['getStart']())?0x1:0x0);}}class lt extends Mt(){['_modelList']=[];['_connector'];constructor({connector:_0x459d0e}){super(),this['_connector']=_0x459d0e;}async['getAll'](){if(!this['_modelList']['length']){const _0x2ec739=this['_connector']['getModels'](),_0x15df31=(await _0x2ec739['list']())['items']['sort']((_0x18c6f6,_0x3bb047)=>{const _0x3c9f7c=Object['values'](_0x18c6f6['capabilities'])['filter'](_0x136d0d=>_0x136d0d['enabled'])['length'];return Object['values'](_0x3bb047['capabilities'])['filter'](_0x4686b1=>_0x4686b1['enabled'])['length']-_0x3c9f7c;});this['_modelList']=_0x15df31;}return this['_modelList'];}async['getDefault'](_0x325865){const _0x5ef9b6=await this['getAll']();if(!_0x5ef9b6['length'])return null;if(_0x325865){const _0x51c728=_0x5ef9b6['find'](_0x4ab268=>_0x4ab268['id']===_0x325865);if(_0x51c728)return _0x51c728;_0x1f6f14('ai-chat-default-model-id-unrecognized',{'defaultModelId':_0x325865,'fallBackModelId':_0x5ef9b6[0x0]['id']});}return _0x5ef9b6[0x0];}async['isAvailable'](_0x1a3cc1){return(await this['getAll']())['some'](_0x4938b1=>_0x4938b1['name']===_0x1a3cc1['name']&&_0x4938b1['provider']===_0x1a3cc1['provider']);}}function z({editor:_0x3c558a,interaction:_0x21d71c,reply:_0xc3b6cd,groups:_0x34fe61,transform:_0x4c6ef7,documentCompare:_0x2ac45f,documentCompareOptions:_0x36135e}){const _0x34a66d=_0x21d71c['getDocumentContext']();if(!_0x34a66d)return[];const _0x3138b5=_0x34a66d['content'],_0x3c7c07=_0x34a66d['version'],_0x5d5cde=_0xc3b6cd['documentContextContent']['cloneNode'](!0x0);for(const {changes:_0x2dcd95}of _0x34fe61){const _0x2cc202=_0x2dcd95['filter'](_0x2e77b8=>'new'!=_0x2e77b8['type'])['map'](_0x350893=>It('data-id',_0x350893['id'],_0x5d5cde)),_0x74bcb2=_0x2dcd95['filter'](_0x7d08dc=>'removed'!=_0x7d08dc['type'])['map'](_0x497c1a=>_0x497c1a['node']['cloneNode'](!0x0));let _0x5b3687=null;if(_0x2cc202['length']){_0x5b3687=_0x2cc202[0x0]['previousSibling'];for(let _0x2999b4=0x0;_0x2999b4<_0x2cc202['length'];_0x2999b4++)_0x38cbf5(_0x2cc202[_0x2999b4]);}if(_0x74bcb2['length']){_0x5b3687||(_0x2dcd95[0x0]['anchorId']?_0x5b3687=It('data-id',_0x2dcd95[0x0]['anchorId'],_0x5d5cde):(_0x5b3687=_0x74bcb2['shift'](),to(_0x5d5cde,_0x5b3687)));for(let _0x368f58=0x0;_0x368f58<_0x74bcb2['length'];_0x368f58++)_0x1ce7f1(_0x5b3687,_0x74bcb2[_0x368f58]),_0x5b3687=_0x74bcb2[_0x368f58];}}const _0x38f3c1=Ct(_0x5d5cde),_0x1c604f=_0x2ac45f['getDiff'](_0x3138b5,_0x38f3c1,_0x36135e)['getOperations']();if(_0x4c6ef7){const _0x4b5606=_0x3c558a['model']['document']['history']['getOperations'](_0x3c7c07),_0x985c26={'document':_0x3c558a['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1};return it(_0x1c604f,_0x4b5606,_0x985c26)['operationsA'];}return _0x1c604f;}function Y({editor:_0x4e7681,changeGroups:_0x23dc88,documentContextContent:_0x36a420,showDiff:_0x10fc81,trimUnchanged:_0x2b730f=!0x0}){return _0x23dc88['map'](_0x5f46bc=>{const _0xf94e28=new _t([]),_0x115026=new _t([]);for(const _0x53b254 of _0x5f46bc['changes'])if(_0x10fc81&&'removed'==_0x53b254['type']||_0x115026['children']['push'](_0x53b254['node']['cloneNode'](!0x0)),'new'!=_0x53b254['type']&&(_0x10fc81||'removed'!=_0x53b254['type'])){const _0x57164d=mt(_0x570e19=>ft(_0x570e19,'data-id')==_0x53b254['id'],_0x36a420,!0x0);_0x57164d&&_0xf94e28['children']['push'](_0x57164d['cloneNode'](!0x0));}const {content:_0x2181dc,hasChanges:_0x1e1499}=function(_0x1ebafc,_0x5c6002,_0x30d942,_0x52816c,_0x38c2eb=!0x0){const _0x5ebeca=_0x1ebafc['plugins']['get']('DocumentCompare'),_0x464836=_0x1ebafc['plugins']['get']('TrackChangesEditing'),_0x5a6c29=Ct(_0x5c6002),_0x384573=Ct(_0x30d942),_0x3fd27e=_0x1ebafc['data']['parse'](_0x5a6c29,'$root'),_0x1c1457=_0x1ebafc['model']['createPositionAt'](_0x3fd27e,0x0),_0x178883=_0x5ebeca['getDiff'](_0x5a6c29,_0x384573,{'anchor':_0x1c1457,'markDeletions':_0x52816c}),_0x19e4e0=_0x178883['getOperations']();if(0x0==_0x19e4e0['length'])return{'content':_0x5c6002['cloneNode'](!0x0),'hasChanges':!0x1};_0x52816c?_0x464836['_applyOperationsAsSuggestions'](_0x19e4e0):_0x1ebafc['model']['change'](_0x49ed48=>{for(const _0x54fca4 of _0x19e4e0)if('remove'==_0x54fca4['type']){const _0x4c6612=_0x54fca4['sourcePosition'],_0x52bd25=_0x54fca4['howMany'],_0x5f4147=new tt(_0x4c6612,_0x52bd25);_0x49ed48['batch']['addOperation'](_0x5f4147),_0x1ebafc['model']['applyOperation'](_0x5f4147);}else _0x54fca4['baseVersion']=null,_0x54fca4['isDocumentOperation']=!0x1,_0x49ed48['batch']['addOperation'](_0x54fca4),_0x1ebafc['model']['applyOperation'](_0x54fca4);});if(_0x38c2eb){const _0x3458d4=ut(_0x1ebafc,_0x19e4e0,_0x3fd27e);pt(_0x1ebafc['model'],_0x3458d4),function(_0x8514a1,_0x5cb3e1){const _0x13225e=_0x5cb3e1['getFirstRange']()['start'];let _0x54fa13=_0x5cb3e1['getFirstRange']()['end'];const _0x3c10ca=_0x13225e['root'];(_0x54fa13['textNode']||_0x54fa13['nodeAfter']&&_0x54fa13['nodeAfter']['is']('$text'))&&(_0x4050db(_0x54fa13,'...'),_0x54fa13=_0x54fa13['getShiftedBy'](0x3)),(_0x13225e['textNode']||_0x13225e['nodeBefore']&&_0x13225e['nodeBefore']['is']('$text'))&&(_0x4050db(_0x13225e,'...'),function(_0x3400b0,_0x4c1e5e,_0x3f5626){for(let [_0x569b5c,_0x51f6f5]of _0x3400b0['markers']){const _0x11a3e3=_0x51f6f5['_getTransformedByInsertion'](_0x4c1e5e,_0x3f5626,!0x1);_0x51f6f5=_0x11a3e3[0x0],_0x3400b0['markers']['set'](_0x569b5c,_0x51f6f5);}}(_0x3c10ca,_0x13225e,0x3),_0x13225e['parent']==_0x54fa13['parent']&&(_0x54fa13=_0x54fa13['getShiftedBy'](0x3)));const _0x28edca=_0x8514a1['createRange'](_0x8514a1['createPositionAt'](_0x3c10ca,0x0),_0x13225e),_0x37e995=_0x8514a1['createRange'](_0x54fa13,_0x8514a1['createPositionAt'](_0x3c10ca,'end')),_0x4b80c9=[..._0x28edca['getMinimalFlatRanges'](),..._0x37e995['getMinimalFlatRanges']()];_0x4b80c9['reverse']();for(const _0x55fda7 of _0x4b80c9)_0xc0cbf7(_0x55fda7),Xn(_0x3c10ca,_0x55fda7);}(_0x1ebafc['model'],_0x3458d4);}const _0x3d4e71=_0x1ebafc['data']['stringify'](_0x3fd27e,{'showSuggestionHighlights':!0x0});return{'content':Oe(_0x3d4e71),'hasChanges':!0x0};}(_0x4e7681,_0xf94e28,_0x115026,_0x10fc81,_0x2b730f);return{'type':_0x5f46bc['changes'][0x0]['type'],'index':_0x5f46bc['index'],'content':_0x2181dc,'hasChanges':_0x1e1499};});}function ut(_0xfaf8cc,_0xdeec64,_0x551ed2){const _0x4ffd08=_0xfaf8cc['plugins']['get']('DocumentCompare');let _0x2fee90=_0xfaf8cc['model']['createPositionAt'](_0x551ed2,Number['POSITIVE_INFINITY']),_0x59fbe6=_0xfaf8cc['model']['createPositionAt'](_0x551ed2,0x0);for(const _0x3bbb55 of _0xdeec64){let _0x1f18a3,_0xd38da4;if(_0x4ffd08['isMarkedRemoveOperation'](_0x3bbb55))_0x1f18a3=_0x3bbb55['newRange']['start'],_0xd38da4=_0x3bbb55['newRange']['end'];else switch(_0x3bbb55['type']){case'rename':_0x1f18a3=_0x3bbb55['position'],_0xd38da4=_0x1f18a3['getShiftedBy'](0x1);break;case'addAttribute':case'removeAttribute':case'changeAttribute':_0x1f18a3=_0x3bbb55['range']['start'],_0xd38da4=_0x3bbb55['range']['end'];break;case'insert':_0x1f18a3=_0x3bbb55['position'],_0xd38da4=_0x1f18a3['getShiftedBy'](_0x3bbb55['howMany']);break;case'split':_0x1f18a3=_0x3bbb55['splitPosition'],_0xd38da4=_0x3bbb55['moveTargetPosition'];break;case'merge':{const _0x25feb0=_0x3bbb55['targetPosition']['path']['slice'](-0x1);_0x1f18a3=_0xfaf8cc['model']['createPositionFromPath'](_0x551ed2,_0x25feb0),_0xd38da4=_0x1f18a3['getShiftedBy'](0x1);break;}case'remove':{const _0x51fa10=_0x3bbb55['howMany'],_0x91bf05=_0x3bbb55['sourcePosition']['_getTransformedByInsertion'](_0x3bbb55['targetPosition'],_0x51fa10),_0x512c70=_0x3bbb55['getMovedRangeStart']();'remove'==_0x3bbb55['type']?(_0x1f18a3=_0x91bf05,_0xd38da4=_0x91bf05):(_0x1f18a3=_0x512c70,_0xd38da4=_0x512c70['getShiftedBy'](_0x51fa10));break;}}_0x1f18a3&&_0x1f18a3['isBefore'](_0x2fee90)&&(_0x2fee90=_0x1f18a3),_0xd38da4&&_0xd38da4['isAfter'](_0x59fbe6)&&(_0x59fbe6=_0xd38da4);}return _0xfaf8cc['model']['createSelection'](_0xfaf8cc['model']['createRange'](_0x2fee90,_0x59fbe6));}function pt(_0x548770,_0x406bba){fn(_0x548770,_0x406bba,'forward');const _0x43e63e=_0x406bba['getFirstRange']();_0x406bba['setTo']([]),_0x406bba['setTo'](_0x43e63e,{'backward':!0x0}),fn(_0x548770,_0x406bba,'backward');}function fn(_0x10609e,_0x31c9f8,_0x4ab230){let _0x31f519=0x14;for(;_0x31f519;){_0x10609e['modifySelection'](_0x31c9f8,{'unit':'word','direction':_0x4ab230}),_0x31f519--;const _0x4103c5=_0x31c9f8['focus']['forward'==_0x4ab230?'nodeBefore':'nodeAfter'];if(_0x4103c5&&_0x4103c5['is']('element')&&_0x10609e['schema']['isBlock'](_0x4103c5)&&_0x10609e['schema']['isObject'](_0x4103c5))break;}}function Xn(_0x18072d,_0x5ad08e){for(let [_0x513151,_0x4f0be4]of _0x18072d['markers'])_0x4f0be4=_0x4f0be4['_getTransformedByDeletion'](_0x5ad08e['start'],_0x5ad08e['end']['offset']-_0x5ad08e['start']['offset']),_0x18072d['markers']['set'](_0x513151,_0x4f0be4);}class ah extends _0x581355{['copyButton'];['likeButton'];['dislikeButton'];['showChangesButton'];['_config'];constructor(_0x3e9629,_0x5c9db4={},_0x17fa88){super(_0x3e9629),this['set']('isLoading',!0x1),this['_config']={'showCopy':!0x1,'showLike':!0x1,'showDislike':!0x1,..._0x5c9db4};const _0x343086=!(this['_config']['showCopy']||this['_config']['showChanges']||this['_config']['showLike']||this['_config']['showDislike']||this['_config']['customView']?.['length']);this['class']=_0x343086?'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'](_0x17fa88),this['items']['add'](this['showChangesButton'])),this['_setupRatingButtons'](),this['_config']['showLike']&&this['items']['add'](this['likeButton']),this['_config']['showDislike']&&this['items']['add'](this['dislikeButton']),this['_config']['customView']&&this['items']['addMany'](this['_config']['customView']);}['_setupRatingButtons'](){this['likeButton']=new _0x4b3349(this['locale']),this['likeButton']['set']({'icon':_0x53f27c,'label':Yn(this['locale'],'AI_MINI_TOOLBAR_LIKE'),'tooltip':!0x0}),this['likeButton']['bind']('isEnabled')['to'](this,'isLoading',_0xaeb980=>!_0xaeb980),this['likeButton']['on']('execute',()=>{this['fire']('like');}),this['dislikeButton']=new _0x4b3349(this['locale']),this['dislikeButton']['set']({'icon':_0x46a254,'label':Yn(this['locale'],'AI_MINI_TOOLBAR_DISLIKE'),'tooltip':!0x0}),this['dislikeButton']['bind']('isEnabled')['to'](this,'isLoading',_0x4602c4=>!_0x4602c4),this['dislikeButton']['on']('execute',()=>{this['fire']('dislike');});}['_setupCopyButton'](){this['copyButton']=new _0x4b3349(this['locale']),this['copyButton']['set']({'icon':_0x233e02,'label':Yn(this['locale'],'AI_MINI_TOOLBAR_COPY'),'class':'ck-ai-mini-toolbar-copy-button','tooltip':!0x0}),this['copyButton']['bind']('isEnabled')['to'](this,'isLoading',_0x3b807b=>!_0x3b807b);const _0x29d47a=new _0x1f8dd5();_0x29d47a['set']({'content':_0x112b00}),_0x29d47a['extendTemplate']({'attributes':{'class':['ck-ai-mini-toolbar-copy-button__check-mark']}}),this['copyButton']['on']('execute',()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button\x20ck-ai-mini-toolbar-copy-button_copied',setTimeout(()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button';},0x7d0);}),this['copyButton']['children']['add'](_0x29d47a);}['_setupShowChangesButton'](_0x457a5b){this['showChangesButton']=new _0x4b3349(this['locale']),this['showChangesButton']['set']({'icon':_0x2b7c68,'label':Yn(this['locale'],'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':'full'==this['_config']['showChanges'],'isOn':_0x457a5b}),this['showChangesButton']['bind']('isEnabled')['to'](this,'isLoading',_0x5b2e09=>!_0x5b2e09),this['showChangesButton']['on']('execute',()=>{const _0x52a63e=!this['showChangesButton']['isOn'];this['showChangesButton']['set']({'isOn':_0x52a63e,'icon':_0x52a63e?_0x5c4167:_0x2b7c68}),this['fire']('toggleShowChanges',_0x52a63e);});}}class nh extends _0x3a2ab2{['showChangesToggleView'];constructor(_0x567f68,_0x53e5b5){super(_0x567f68),this['set']('isShowChangesToggleVisible',!0x0),this['showChangesToggleView']=new zn(_0x567f68),this['showChangesToggleView']['set']({'class':'ck-ai-suggestion__header__show-changes-toggle','label':Yn(_0x567f68,'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':!0x0}),this['showChangesToggleView']['isOn']=_0x53e5b5['showDiff'],this['showChangesToggleView']['bind']('isVisible')['to'](this,'isShowChangesToggleVisible'),this['showChangesToggleView']['bind']('icon')['to'](this['showChangesToggleView'],'isOn',_0xc89999=>_0xc89999?_0x48ac84:_0x241ff6),this['showChangesToggleView']['on']('execute',()=>{this['showChangesToggleView']['isOn']=!this['showChangesToggleView']['isOn'],this['fire']('toggleShowChanges',{'isOn':this['showChangesToggleView']['isOn']});});const _0x2f6b98=new _0x1f8dd5();_0x2f6b98['content']=_0x4e4b26,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__header',!0x1===_0x53e5b5['showHeader']?'ck-hidden':null]['filter'](Boolean)},'children':[_0x2f6b98,{'tag':'span','children':[Yn(_0x567f68,'AI_SUGGESTION_HEADER_TITLE')]},this['showChangesToggleView']]});}}class zn extends _0x4b3349{['render'](){super['render'](),this['children']['remove'](this['iconView']),this['children']['add'](this['iconView']);}}class ta{['options'];['isStreaming']=!0x1;['document']=null;['nodesList']=[];['currentIndex']=0x0;['timeoutAbortController']=null;constructor(_0x501fa9){this['options']={'delay':_0x501fa9['delay']??0x14,'textNodeStyle':_0x501fa9['textNodeStyle'],'onStreamUpdate':_0x501fa9['onStreamUpdate']||(()=>{})};}async['stream']({document:_0x562aa1,targetElement:_0x1ab771,abortSignal:_0x32ecc3}){this['isStreaming']&&this['stop'](),_0x32ecc3?.['addEventListener']('abort',this['stop']['bind'](this)),this['document']=_0x518b7f(_0x562aa1,!0x0),this['nodesList']=this['getParsedDocumentNodeList'](),this['isStreaming']=!0x0,this['currentIndex']>this['nodesList']['length']&&(_0x1f6f14('html-streamer-current-index-out-of-bounds',{'currentIndex':this['currentIndex'],'nodeList':this['nodesList']}),this['currentIndex']=this['nodesList']['length']);for(let _0x2fb650=0x0;_0x2fb650<this['currentIndex'];_0x2fb650++)this['nodesList'][_0x2fb650]['shouldBeStreamed']=!0x0;let _0x4f7a68=0x0;for(let _0x22c09e=this['currentIndex'];_0x22c09e<this['nodesList']['length'];_0x22c09e++){const _0x7bb641=Date['now'](),_0x516a80=this['nodesList'][_0x22c09e],_0x3d7e43=_0x7bb641-_0x4f7a68;_0x516a80['shouldBeStreamed']=!0x0;let _0x1788e8=_0x516a80['parent'];for(;_0x1788e8;)_0x1788e8['shouldBeStreamed']=!0x0,_0x1788e8=_0x1788e8['parent'];if(_0x3d7e43<this['options']['delay'])try{const {promise:_0x203258,abortController:_0x19b29e}=mr(this['options']['delay']-_0x3d7e43);this['timeoutAbortController']=_0x19b29e,await _0x203258;}catch(_0xd0e40b){return;}_0x2c16a9(_0x1ab771,'<'+_0x1ab771['tagName']+'>'+this['renderNode'](this['document'])+'</'+_0x1ab771['tagName']+'>',{'childrenOnly':!0x0}),this['options']['onStreamUpdate']&&this['options']['onStreamUpdate'](),this['currentIndex']=_0x22c09e,_0x4f7a68=Date['now']();}this['isStreaming']=!0x1;}['cleanUpAnimations']({targetElement:_0xd8e6ac}){Array['from'](_0xd8e6ac['querySelectorAll']('span[data-ck-html-streamer-word-chunk]'))['reverse']()['forEach'](_0x38b8b2=>{_0x38b8b2['replaceWith'](_0x38b8b2['childNodes'][0x0]);});}['stop'](){this['isStreaming']=!0x1,this['timeoutAbortController']&&(this['timeoutAbortController']['abort'](),this['timeoutAbortController']=null);}['renderNode'](_0xe7bdea){let _0x59a1d1='';if(function(_0x2faffa){return _0x2e8cf8(_0x2faffa);}(_0xe7bdea)){for(const _0x16c671 of _0xe7bdea['children'])_0x59a1d1+=this['renderNode'](_0x16c671);}else{if(ar(_0xe7bdea)){if(!_0xe7bdea['shouldBeStreamed'])return'';const _0x5b6eae=_0xe7bdea,_0x22fd0f=Object['entries'](_0x5b6eae['attribs'])['map'](([_0x2a0358,_0x478061])=>_0x2a0358+'=\x22'+_0x478061+'\x22')['join']('\x20');_0x59a1d1+='<'+_0x5b6eae['tagName']+(_0x22fd0f?'\x20'+_0x22fd0f:'')+'>';for(const _0x10bb94 of tn(_0x5b6eae))_0x59a1d1+=this['renderNode'](_0x10bb94);_0x59a1d1+='</'+_0x5b6eae['tagName']+'>';}else{if(!cr(_0xe7bdea))return'';if(!_0xe7bdea['shouldBeStreamed'])return'';!function(_0x453622){if(!_0x453622['parent']||!ar(_0x453622['parent']))return!0x1;if(!hr['includes'](_0x453622['parent']['tagName']))return!0x1;return!_0x585589(_0x453622)['match'](/^\s*[<>]\s*$/);}(_0xe7bdea)?_0x59a1d1+=_0x49a0ef(_0xe7bdea):_0x59a1d1+=_0x49a0ef(new _0x309e49('span',{'data-ck-html-streamer-word-chunk':'','style':this['options']['textNodeStyle']},[_0xe7bdea]));}}return _0x59a1d1;}['getParsedDocumentNodeList'](){const _0x52455f=[];return function(_0x170ead,_0x1647de){const _0x42bd13=_0xa76699=>{if(_0x1647de(_0xa76699),_0xa76699 instanceof _0x519ee5)for(let _0x186555=0x0;_0x186555<_0xa76699['children']['length'];_0x186555++){const _0xebec9d=_0xa76699['children'][_0x186555];_0x42bd13(_0xebec9d);}};for(let _0x56a75c=0x0;_0x56a75c<_0x170ead['children']['length'];_0x56a75c++)_0x42bd13(_0x170ead['children'][_0x56a75c]);}(this['document'],_0x3387e7=>{if(cr(_0x3387e7)){const _0x10b50b=this['splitTextNodeIntoWordNodes'](_0x3387e7);_0x10b50b['length']&&_0x52455f['push'](..._0x10b50b);}_0x3387e7['isWordSplitSource']||_0x3387e7['isWordSplitResult']||_0x52455f['push'](_0x3387e7);}),_0x52455f;}['splitTextNodeIntoWordNodes'](_0x59057){if(_0x59057['isWordSplitSource']||_0x59057['isWordSplitResult'])return[];const _0x2ede19=_0x585589(_0x59057)['match'](/(?:\s*\S+\s*)/g),_0x2b40e4=[];if(_0x2ede19&&_0x2ede19['length']>0x1){for(const _0x31bd8a of _0x2ede19){const _0x9d3e3d=new _0x1594f5(_0x31bd8a);_0x9d3e3d['isWordSplitResult']=!0x0,_0x4522c2(_0x59057,_0x9d3e3d),_0x2b40e4['push'](_0x9d3e3d);}_0x59057['isWordSplitSource']=!0x0,_0x38cbf5(_0x59057);}return _0x2b40e4;}}const hr=['p','li','td','th','span','h1','h2','h3','h4','h5','h6','b','strong','i','em','mark','del','ins','sup','sub','a','code','div'];function cr(_0x594160){return _0xe71ef1(_0x594160);}function ar(_0x1787e5){return _0x2c7bda(_0x1787e5);}function mr(_0x595d23){const _0x334336=new AbortController();return{'promise':new Promise((_0x2829d3,_0x133974)=>{const _0x32cdf2=setTimeout(_0x2829d3,_0x595d23);_0x334336['signal']['addEventListener']('abort',()=>{clearTimeout(_0x32cdf2),_0x133974();});}),'abortController':_0x334336};}const Ee=['showChangeInText','insertSuggestion','applySuggestion','rejectSuggestion','mouseOverSuggestion','mouseLeaveSuggestion','toggleSuggestionDisplayMode','like','dislike'];class Sr extends _0x3a2ab2{['htmlStreamer'];['children'];['headerView'];['contentView'];constructor(_0x3a06d8,{part:_0x6efc6c,areActionsDisabled:_0x572fe5}){super(_0x3a06d8),this['set']('partDefinition',_0x6efc6c),this['set']('state','pending'),this['set']('isVisible',!0x1),this['bind']('isEnabled')['to'](this,'state',_0x16323a=>'pending'==_0x16323a&&!_0x572fe5),this['children']=this['createCollection'](),this['htmlStreamer']=new ta({'textNodeStyle':'animation:\x20ck-html-streamer-fade-in\x20.5s','delay':0x14}),this['headerView']=new yn(_0x3a06d8,_0x6efc6c),this['headerView']['bind']('partDefinition')['to'](this),this['headerView']['bind']('isEnabled')['to'](this),this['headerView']['bind']('state')['to'](this),this['headerView']['delegate'](...Ee)['to'](this);const _0x5df76b=this['bindTemplate'];this['contentView']=new _0x3a2ab2(),this['contentView']['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__content']}}),this['children']['addMany']([this['contentView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part',_0x5df76b['to']('state',_0x422185=>'ck-ai-suggestion__body__content-part_'+_0x422185),_0x5df76b['to']('isEnabled',_0x4a510e=>_0x4a510e?'ck-ai-suggestion__body__content-part_active':void 0x0),_0x5df76b['if']('isVisible','ck-hidden',_0xd8162b=>!_0xd8162b)]},'children':this['children'],'on':{'mouseenter':_0x5df76b['to'](()=>{this['isEnabled']&&this['fire']('mouseOverSuggestion',{'index':_0x6efc6c['index']});}),'mouseleave':_0x5df76b['to'](()=>{this['isEnabled']&&this['fire']('mouseLeaveSuggestion',{'index':_0x6efc6c['index']});})}});}async['updateContent']({part:_0x1b4573,renderingStrategy:_0x482f54,showUnchangedParts:_0x595bfc=!0x1,abortSignal:_0x4e0424}){this['partDefinition']=_0x1b4573,this['isVisible']=this['partDefinition']['hasChanges']||_0x595bfc,this['isVisible']&&('streaming'===_0x482f54?await this['htmlStreamer']['stream']({'document':this['partDefinition']['content'],'targetElement':this['contentView']['element'],'abortSignal':_0x4e0424}):this['contentView']['element']['innerHTML']=Ct(this['partDefinition']['content']));}['toggleHeader'](_0x4508ed){_0x4508ed?this['children']['has'](this['headerView'])||this['children']['add'](this['headerView'],0x0):this['children']['has'](this['headerView'])&&this['children']['remove'](this['headerView']);}}class yn extends _0x3a2ab2{['children'];['_toolbarView'];['_iconStateAccepted'];['_iconStateRejected'];constructor(_0x4ab333,_0x399d68){super(_0x4ab333),this['set']('partDefinition',_0x399d68),this['set']('isEnabled',!0x0),this['set']('state','pending');const _0x45bf2e=new _0x1f8dd5();_0x45bf2e['content']=_0x2e662c,_0x45bf2e['extendTemplate']({'attributes':{'class':['ck-ai-suggestion__body__content-part__icon-title']}});const _0x586c34=new _0x4b3349(_0x4ab333);_0x586c34['set']({'label':Yn(_0x4ab333,'AI_SUGGESTION_CONTENT_PART_SHOW_IN_THE_TEXT'),'tooltip':!0x0,'withText':!0x1,'icon':_0xfdca25}),_0x586c34['bind']('isEnabled')['to'](this),_0x586c34['on']('execute',()=>{this['fire']('showChangeInText',{'index':_0x399d68['index']});});const _0x3a59ce=new _0x4b3349(_0x4ab333);_0x3a59ce['set']({'label':Yn(_0x4ab333,'AI_SUGGESTION_CONTENT_PART_ADD_AS_SUGGESTION'),'tooltip':!0x0,'withText':!0x1,'icon':_0x50242c}),_0x3a59ce['bind']('isEnabled')['to'](this),_0x3a59ce['on']('execute',()=>{this['fire']('insertSuggestion',{'index':_0x399d68['index']});});const _0x11d9db=new _0x4b3349(_0x4ab333);_0x11d9db['set']({'label':Yn(_0x4ab333,'AI_SUGGESTION_CONTENT_PART_DELETE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x1ee77d}),_0x11d9db['on']('execute',()=>{this['fire']('rejectSuggestion',{'index':_0x399d68['index']});}),_0x11d9db['bind']('isEnabled')['to'](this),this['_toolbarView']=new _0x581355(_0x4ab333),this['_toolbarView']['items']['addMany']([_0x586c34,_0x3a59ce,_0x11d9db]),this['_iconStateAccepted']=new _0x1f8dd5(),this['_iconStateAccepted']['content']=_0x187479,this['_iconStateAccepted']['extendTemplate']({'attributes':{'class':['ck-ai-suggestion__body__content-part__icon-accepted'],'data-cke-tooltip-text':Yn(_0x4ab333,'AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED'),'data-cke-tooltip-position':'n'}}),this['_iconStateRejected']=new _0x1f8dd5(),this['_iconStateRejected']['content']=_0x3f5cf7,this['_iconStateRejected']['extendTemplate']({'attributes':{'class':['ck-ai-suggestion__body__content-part__icon-rejected'],'data-cke-tooltip-text':Yn(_0x4ab333,'AI_SUGGESTION_CONTENT_PART_REJECTED'),'data-cke-tooltip-position':'n'}});const _0x2c7bc9=new _0x3a2ab2(_0x4ab333);_0x2c7bc9['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__title__label']},'children':[Yn(_0x4ab333,'AI_SUGGESTION_CONTENT_PART_TITLE',(_0x399d68['index']+0x1)['toString']())]}),this['children']=this['createCollection'](),this['children']['addMany']([_0x45bf2e,_0x2c7bc9,this['_toolbarView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__title']},'children':this['children']}),this['on']('change:state',(_0x257728,_0x26b0e6,_0x3636c9,_0x5a9416)=>{switch(_0x5a9416){case'pending':this['children']['remove'](this['_toolbarView']);break;case'accepted':this['children']['remove'](this['_iconStateAccepted']);break;case'rejected':this['children']['remove'](this['_iconStateRejected']);}switch(_0x3636c9){case'pending':this['children']['add'](this['_toolbarView']);break;case'accepted':this['children']['add'](this['_iconStateAccepted']);break;case'rejected':this['children']['add'](this['_iconStateRejected']);}});}}class Q extends Mt(){['queue']=[];['isProcessing']=!0x1;['_abortController'];async['enqueue'](_0x16f10c){const _0x2ed21a=this['createTask'](_0x16f10c);return this['queue']['push'](_0x2ed21a),this['_processQueue'](),_0x2ed21a['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(_0x2c6cda=>{this['once']('_queueEmpty',()=>{_0x2c6cda();});}):Promise['resolve']();}async['_processQueue'](){if(!this['isProcessing']){this['_abortController']=new AbortController(),this['isProcessing']=!0x0;try{for(;this['queue']['length']&&this['isProcessing'];){const _0x39f0ec=this['queue']['shift']();try{await _0x39f0ec['callback'](this['_abortController']['signal']),_0x39f0ec['resolve']();}catch(_0x181a84){_0x39f0ec['reject'](_0x181a84);}}}finally{this['isProcessing']=!0x1,this['_abortController']=void 0x0;}this['fire']('_queueEmpty');}}['createTask'](_0x44454c){let _0x264f62,_0x2704a8;const _0x2ce2db=new Promise((_0x20316a,_0xb89632)=>{_0x264f62=_0x20316a,_0x2704a8=_0xb89632;});return{'callback':_0x44454c,'resolve':_0x264f62,'reject':_0x2704a8,'completePromise':_0x2ce2db};}}class Cr extends _0x3a2ab2{['options'];['content']='';['htmlStreamer'];['children'];constructor(_0x710fee){super();const _0x59545c=this['bindTemplate'];this['set']('isDone',!0x1),this['set']('isVisible',!0x0),this['htmlStreamer']=new ta({'textNodeStyle':'animation:\x20ck-html-streamer-fade-in\x20.5s','delay':0x14}),this['options']=_0x710fee,this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__item',_0x59545c['if']('isDone','ck-ai-chat__feed__item_done'),_0x59545c['if']('isVisible','ck-hidden',_0x21f4d1=>!_0x21f4d1),'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'](_0x4dfc3e=>{_0x4dfc3e['removeAttribute']('data-id');}),this['isDone']=!0x0;}async['streamIntoElement'](_0x2421d2,_0x276eb5,_0x2bd34f){await this['htmlStreamer']['stream']({'document':_0x2421d2,'targetElement':_0x276eb5,'abortSignal':_0x2bd34f});}}class Te extends Cr{constructor(_0x3b3827){super(_0x3b3827),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-error','warning'===_0x3b3827['level']?'ck-ai-chat-error_warning':'']}});}['render'](){super['render'](),this['setContent'](this['options']['initialContent']),this['markAsDone']();}['setContent'](_0x1dbffb){this['element']['innerHTML']=_0x1dbffb;}}class ch extends _0x3a2ab2{['_children'];['_areActionsDisabled'];['_showUnchangedParts'];['_updateContentPartsPromiseQueue'];['_emptyPartsWarningView'];constructor(_0x259759,{areActionsDisabled:_0x5527a4,showUnchangedParts:_0x492eda}){super(_0x259759),this['_areActionsDisabled']=_0x5527a4,this['_showUnchangedParts']=_0x492eda,this['set']('hasPendingParts',!0x1),this['_children']=this['createCollection'](),this['_updateContentPartsPromiseQueue']=new Q(),this['_emptyPartsWarningView']=new Te({'id':'empty-parts-warning','initialContent':Yn(_0x259759,'AI_SUGGESTION_EMPTY_PART_WARNING'),'level':'warning'}),this['_emptyPartsWarningView']['isVisible']=!0x1,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all-excluded','ck-ai-suggestion__body','ck-content']},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-parts']},'children':this['_children']},this['_emptyPartsWarningView']]});}get['partsCount'](){return this['_children']['length'];}async['updateContentParts']({parts:_0x20126e,renderingStrategy:_0x55ca4c,abortSignal:_0x210653}){for(const _0x156713 of _0x20126e)this['_updateContentPartsPromiseQueue']['enqueue'](async _0x35b35f=>{let _0x57131a=this['_children']['find'](_0x2dcd00=>_0x2dcd00['partDefinition']['index']==_0x156713['index']);_0x57131a||(_0x57131a=new Sr(this['locale'],{'part':_0x156713,'areActionsDisabled':this['_areActionsDisabled']}),_0x57131a['delegate'](...Ee)['to'](this),this['_children']['add'](_0x57131a),this['hasPendingParts']=!0x0),0x2===this['_children']['length']&&this['_children']['first']['toggleHeader'](!0x0),_0x57131a['toggleHeader'](this['_children']['length']>0x1),await _0x57131a['updateContent']({'part':_0x156713,'renderingStrategy':_0x55ca4c,'showUnchangedParts':this['_showUnchangedParts'],'abortSignal':_0x35b35f});});return _0x210653?.['addEventListener']('abort',()=>{this['_updateContentPartsPromiseQueue']['abort']();}),this['_updateContentPartsPromiseQueue']['queueEmptyPromise'];}['updatePartState'](_0x259ffe,_0x379ea9){this['_children']['get'](_0x259ffe)['state']=_0x379ea9,this['hasPendingParts']='pending'==_0x379ea9||Array['from'](this['_children'])['some'](_0x767cb8=>'pending'==_0x767cb8['state']);}['getPartView'](_0x30e166){return this['_children']['get'](_0x30e166);}['markAsDone'](){if(!this['_showUnchangedParts']){const _0x17bd6c=!this['_children']['find'](_0x3aeda7=>_0x3aeda7['partDefinition']['hasChanges']),_0x2bc0b7=!!this['_children']['find'](_0x308e2d=>!_0x308e2d['partDefinition']['hasChanges']);this['_emptyPartsWarningView']['isVisible']=_0x2bc0b7,_0x17bd6c?this['_emptyPartsWarningView']['setContent'](Yn(this['locale'],'AI_SUGGESTION_NO_PARTS_WARNING')):this['_emptyPartsWarningView']['setContent'](Yn(this['locale'],'AI_SUGGESTION_EMPTY_PART_WARNING'));}}get['hasNonEmptyParts'](){return!!this['_children']['find'](_0x4fcac6=>_0x4fcac6['partDefinition']['hasChanges']);}}class De extends _0x5d8343{constructor(_0x5f5655=void 0x0){super();const _0x572752=_0x5f5655?'ck-ai-spinner_'+_0x5f5655:'';this['extendTemplate']({'tag':'span','attributes':{'class':['ck-ai-spinner',_0x572752]}});}}class F extends _0x3a2ab2{['bodyView'];['children'];['headerView'];['miniToolbarView'];['loaderView'];['sourcesView'];constructor(_0x354a2c,{showDiff:_0x26e15c,areActionsDisabled:_0x409661,miniToolbarConfig:_0x3e4e92,hideHeader:_0x332edc,showLoader:_0x27ccfc,showUnchangedParts:_0x49c554}){super(_0x354a2c),this['set']('areChangesVisible',!0x1),this['set']('isLoaderVisible',!!_0x27ccfc),this['set']('isLoading',!0x1),this['children']=this['createCollection'](),_0x332edc||(this['headerView']=new nh(_0x354a2c,{'showDiff':_0x26e15c}),this['headerView']['on']('toggleShowChanges',(_0x314d4,_0x477aa3)=>{this['areChangesVisible']=_0x477aa3['isOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0x477aa3['isOn']});}),this['children']['add'](this['headerView'])),this['bodyView']=new ch(_0x354a2c,{'areActionsDisabled':_0x409661,'showUnchangedParts':!!_0x49c554}),this['bodyView']['delegate'](...Ee)['to'](this),this['bodyView']['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoaderVisible','ck-hidden')]}}),this['miniToolbarView']=new ah(_0x354a2c,_0x3e4e92,_0x26e15c),this['miniToolbarView']['delegate'](...Ee)['to'](this),this['miniToolbarView']['on']('toggleShowChanges',(_0x1787c3,_0xc16ad3)=>{this['areChangesVisible']=_0xc16ad3,this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0xc16ad3});}),this['miniToolbarView']['bind']('isLoading')['to'](this),this['children']['add'](this['bodyView']),this['children']['add'](this['miniToolbarView']),this['sourcesView']=new _r(this['locale']),this['children']['add'](this['sourcesView']),_0x27ccfc&&(this['loaderView']=this['_createLoaderView'](),this['children']['add'](this['loaderView'])),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__container','ck-rounded-corners']},'children':this['children']});}async['updateContent'](_0x4d8674){await this['bodyView']['updateContentParts'](_0x4d8674);}['updateSources'](_0x3651be){this['sourcesView']['children']['addMany'](_0x3651be['map'](_0x2bf0ab=>new jr(this['locale'],_0x2bf0ab))),this['sourcesView']['isVisible']=!0x0;}['showLoader'](){this['loaderView']&&(this['isLoaderVisible']=!0x0);}['hideLoader'](){this['loaderView']&&(this['isLoaderVisible']=!0x1);}['markAsDone'](){this['bodyView']['markAsDone'](),this['headerView']&&(this['headerView']['isShowChangesToggleVisible']=this['bodyView']['hasNonEmptyParts']);}['setLoading'](){this['isLoading']=!0x0;}['clearLoading'](){this['isLoading']=!0x1;}['_createLoaderView'](){const _0x3aa407=new _0x3a2ab2(this['locale']),_0x2af791=new De('small');_0x2af791['isVisible']=!0x0;const _0xd97b4c=new _0x3a2ab2(this['locale']);return _0xd97b4c['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__loader-text']},'children':[Yn(this['locale'],'AI_CHAT_IS_WRITING')]}),_0x3aa407['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__loader',this['bindTemplate']['if']('isLoaderVisible','ck-hidden',_0x56c543=>!_0x56c543)]},'children':[_0x2af791,_0xd97b4c]}),_0x3aa407;}}class _r extends _0x3a2ab2{['children'];constructor(_0xbfaaae){super(_0xbfaaae),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',_0x3f1d65=>!_0x3f1d65)]},'children':this['children']});const _0x14a7e3=new _0x3a2ab2(this['locale']),_0x42fa8c=new _0x1f8dd5();_0x42fa8c['content']=t_,_0x14a7e3['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources__header']},'children':[_0x42fa8c,{'tag':'span','children':[{'text':Yn(this['locale'],'AI_CHAT_SOURCES_HEADER')}]}]}),this['children']['add'](_0x14a7e3);}}class jr extends _0x4b3349{constructor(_0x4b0e40,_0x3911f8){super(_0x4b0e40),this['set']({'label':_0x3911f8['title'],'tooltip':_0x3911f8['title'],'class':['ck\x20ck-ai-web-source'],'withText':!0x0});const _0x5f0786=this['bindTemplate'];if(this['extendTemplate']({'on':{'click':_0x5f0786['to'](()=>{window['open'](_0x3911f8['url'],'_blank');})}}),_0x3911f8['favicon']){const _0x36b882=new _0x3a2ab2(_0x4b0e40);_0x36b882['setTemplate']({'tag':'img','attributes':{'src':_0x3911f8['favicon']||t_,'alt':_0x3911f8['title'],'class':['ck-ai-web-source__image']}}),this['children']['add'](_0x36b882);}else this['set']('icon',t_);}}class ls extends _0x581355{constructor(_0x4a9c4e,_0x335a6e=!0x0,_0x541de4=!0x0){super(_0x4a9c4e),this['set']('isLoading',!0x1),_0x335a6e&&(this['applyButton']=this['_createButton'](Yn(_0x4a9c4e,'AI_BALLOON_APPLY_BUTTON'),'ck-ai-button-primary'),this['applyButton']['bind']('isEnabled')['to'](this,'isLoading',_0x58a9d5=>!_0x58a9d5),this['items']['add'](this['applyButton'])),_0x541de4&&(this['suggestButton']=this['_createButton'](Yn(_0x4a9c4e,'AI_BALLOON_SUGGEST_BUTTON'),'ck-ai-button-secondary'),this['suggestButton']['bind']('isEnabled')['to'](this,'isLoading',_0x47ab7b=>!_0x47ab7b),this['items']['add'](this['suggestButton'])),this['extendTemplate']({'attributes':{'class':['ck-ai-balloon__toolbar']}});}['_createButton'](_0x41a611,_0x92e32a){const _0x456007=new _0x4b3349(this['locale']);return _0x456007['set']({'label':_0x41a611,'class':_0x92e32a||'','isVisible':!0x0,'withText':!0x0}),_0x456007;}}class ds extends _0x3a2ab2{constructor(_0xa12d84){super(_0xa12d84),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-balloon__disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-balloon__disclaimer-content']},'children':[{'text':Yn(_0xa12d84,'AI_DISCLAIMER_TEXT')}]}]});}}const P=['applySuggestion','insertSuggestion','showNext','showPrevious'];class D extends _0x3a2ab2{['focusTracker'];['keystrokes'];['focusCycler'];['_focusables'];constructor(_0x23488e,_0x563823){super(_0x23488e),this['set']('isLoading',!0x1),this['focusTracker']=new _0x14ef6c(),this['keystrokes']=new _0x4f7a26(),this['_focusables']=this['createCollection'](),this['focusCycler']=new _0x3d067c({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_dialogContent']=new _0x4346f0(),this['_addContentView'](_0x563823['mainView']),this['_addDisclaimerView'](),this['_addToolbar'](_0x563823['showApplyButton'],_0x563823['showSuggestButton']),this['toolbar']['bind']('isLoading')['to'](this),this['_focusables']['clear'](),this['_focusables']['addMany']([this['toolbar']]),this['setTemplate']({'tag':'div','attributes':{'class':'ai-balloon-content'},'children':this['_dialogContent']});}['render'](){super['render']();for(const _0x4d3cb5 of this['_focusables'])this['focusTracker']['add'](_0x4d3cb5['element']);this['keystrokes']['listenTo'](this['element']);}['focus'](_0x404eaf){-0x1===_0x404eaf?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['setLoading'](){this['isLoading']=!0x0;}['clearLoading'](){this['isLoading']=!0x1;}['setupRotator'](_0x501a0a){const _0x24a6df=this['_createNextButtonView'](),_0x10c762=this['_createPreviousButtonView']();_0x501a0a['view']['headerView']['children']['add'](_0x24a6df,0x2),_0x501a0a['view']['headerView']['children']['add'](_0x10c762,0x0),this['_focusables']['addMany']([_0x24a6df,_0x10c762]),this['focusTracker']['add'](_0x24a6df['element']),this['focusTracker']['add'](_0x10c762['element']);}['_addContentView'](_0x539cbd){this['_mainView']=_0x539cbd,this['_dialogContent']['add'](this['_mainView']);}['_addDisclaimerView'](){this['disclaimerView']=new ds(this['locale']),this['_dialogContent']['add'](this['disclaimerView']);}['_addToolbar'](_0x2c0eef=!0x0,_0x39df10=!0x0){this['toolbar']=new ls(this['locale'],_0x2c0eef,_0x39df10),this['toolbar']['applyButton']?.['on']('execute',()=>{this['fire']('applySuggestion');}),this['toolbar']['suggestButton']?.['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_dialogContent']['add'](this['toolbar']);}['_createNextButtonView'](){const _0x41a64a=new _0x4b3349(this['locale']);return _0x41a64a['set']({'icon':_0x2b1293,'tooltip':Yn(this['locale'],'AI_BALLOON_NEXT_TOOLTIP')}),_0x41a64a['on']('execute',()=>{this['fire']('showNext');}),_0x41a64a;}['_createPreviousButtonView'](){const _0x47ee67=new _0x4b3349(this['locale']);return _0x47ee67['set']({'icon':_0x1a2643,'tooltip':Yn(this['locale'],'AI_BALLOON_PREVIOUS_TOOLTIP')}),_0x47ee67['on']('execute',()=>{this['fire']('showPrevious');}),_0x47ee67;}}class W extends _0x3e9f85{static get['requires'](){return[N,O];}static get['pluginName'](){return'AIBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['isOpen']=!0x1;['_config'];['open'](_0x1c29f8){const _0x17dc8e=V(this['context']);this['_config']=_0x1c29f8,this['balloonView']=new D(_0x17dc8e['locale'],_0x1c29f8),this['balloonView']['delegate'](...P)['to'](this),this['_showDialog'](_0x1c29f8);}['close'](){V(this['context'])['plugins']['get']('Dialog')['hide']();}['_setupVisualSelection'](_0x2e559b,_0x2f28dd){this['context']['plugins']['get'](O)['showFakeVisualSelection'](_0x2e559b,'ai-balloon-'+_0x2f28dd,!0x0,!0x0);}['_showDialog'](_0x2b72c1){const _0x1b1ac2=V(this['context']);this['_setupVisualSelection'](_0x2b72c1['ranges'],_0x2b72c1['index']),_0x1b1ac2['plugins']['get']('Dialog')['show']({'title':_0x2b72c1['title'],'icon':_0x2b72c1['icon'],'hasCloseButton':!0x0,'id':'aiBalloon','position':this['_calculateDialogPosition']['bind'](this),'className':'ai-balloon'+(_0x2b72c1['showRotator']?'\x20ai-balloon-rotator':''),'content':this['balloonView'],'onShow':_0x5bc7b7=>{_0x2b72c1['showRotator']&&this['balloonView']['setupRotator'](_0x5bc7b7),this['isOpen']=!0x0;},'onHide':()=>{this['context']['plugins']['get']('AIEditing')['hideFakeVisualSelection']('ai-balloon-'+_0x2b72c1['index']),this['fire']('dialogClosed'),this['isOpen']=!0x1;}});}['_calculateDialogPosition'](_0x27af37,_0x402f0d){const _0x1e5c46=V(this['context']);if(!_0x402f0d)return{'left':0x0,'top':0x0};const _0x536e7d=_0xfebbba(_0x1e5c46['editing'],[..._0x1e5c46['model']['markers']['getMarkersGroup']('ai-selection'),..._0x1e5c46['model']['markers']['getMarkersGroup']('ai-balloon-selection')]);if(!_0x536e7d||0x0===_0x536e7d['length'])return{'left':Math['round'](_0x402f0d['left']+_0x402f0d['width']/0x2-_0x27af37['width']/0x2),'top':Math['round'](_0x402f0d['top']+_0x402f0d['height']/0x2-_0x27af37['height']/0x2)};const _0x422ab3=Math['round'](_0x402f0d['left']+_0x402f0d['width']/0x2-_0x27af37['width']/0x2),_0x32d3ca=_0x536e7d[0x0]['getBoundingClientRect'](),_0x4e5eff=_0x536e7d[_0x536e7d['length']-0x1]['getBoundingClientRect'](),_0xb10d2a=_0x27af37['height'],_0x4af8b6=this['_config']['showRotator']?0x8:0x0;return{'left':_0x422ab3,'top':this['_calculateOptimalTopPosition'](_0x32d3ca,_0x4e5eff,_0xb10d2a,_0x4af8b6)};}['_calculateOptimalTopPosition'](_0x3cd2aa,_0x229a9f,_0x24facc,_0x3d8380=0x0){const _0x18da80=_0x229a9f['top']+_0x229a9f['height'],_0x58806a=_0x3cd2aa['top']-_0x24facc-_0x3d8380,_0x212e62=window['innerHeight']-_0x18da80-0xa,_0x2d5b32=_0x3cd2aa['top']-_0x3d8380-0xa;let _0x8f34fd;if(_0x212e62>=_0x24facc)_0x8f34fd=_0x18da80+0xa;else{if(_0x2d5b32>=_0x24facc)_0x8f34fd=_0x58806a-0xa;else _0x8f34fd=_0x3cd2aa['top']+(_0x229a9f['top']+_0x229a9f['height'])/0x2-(_0x24facc+_0x3d8380)/0x2;}return _0x8f34fd;}}class et extends _0x3e9f85{['_aiEditing'];['_aiConnector'];['_aiChatUi'];['_aiChatModels'];['_batchToChanges']=new Map();['_previewedChangeGroup']=null;['_balloonShowDiff']=!0x1;static get['requires'](){return[N,W,_0x348a94];}static get['pluginName'](){return'AIChatController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiConnector']=this['context']['plugins']['get']('AIConnector'),this['_aiChatUi']=this['context']['plugins']['get']('AIChatUI'),this['_aiEditing']=this['context']['plugins']['get']('AIEditing'),this['_aiChatModels']=new lt({'connector':this['_aiConnector']});const _0x3777dd=this['context']['plugins']['get']('AITabs');this['listenTo'](this['_aiChatUi'],'startConversation',()=>{this['_handleStartConversation']();}),this['listenTo'](this['_aiChatUi'],'sendUserMessage',(_0x1bd471,_0x4915ba)=>{this['_handleUIUserMessage']({'userMessage':_0x4915ba});}),this['listenTo'](_0x3777dd,'resizedTabs',(_0x36b82c,_0x28bbf5)=>{this['_setIsMaximized'](_0x28bbf5);}),this['listenTo'](this['_aiChatUi'],'resizeTabs',()=>{_0x3777dd['resize']();}),this['listenTo'](this['_aiChatUi'],'abortPromptStream',async()=>{await this['_stopLastInteraction'](),await this['_flushLastInteractionUI']();}),this['listenTo'](this['_aiChatUi'],'addDocumentToContext',()=>{this['activeConversation']?.['addCurrentDocumentToContext'](Yn(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}),this['listenTo'](this['_aiChatUi'],'addFileToContext',(_0x3e6e50,_0x2e5a42)=>{this['activeConversation']?.['addFilesToContext'](Array['from'](_0x2e5a42));}),this['listenTo'](this['_aiChatUi'],'addUrlToContext',(_0x192541,_0x2f6887)=>{this['activeConversation']?.['addUrlToContext'](_0x2f6887);}),this['listenTo'](this['_aiChatUi'],'addResourceToContext',(_0x4d4648,_0x4eccc7)=>{this['activeConversation']?.['addResourceToContext'](_0x4eccc7['source'],_0x4eccc7['resource']);}),this['listenTo'](this['_aiChatUi'],'removeContextItem',(_0x2e085b,_0x2ebeff)=>{this['_removeFromContext'](_0x2ebeff);}),this['listenTo'](this['_aiChatUi'],'loadSourceResources',(_0x2c0556,_0x3a91c0)=>{this['activeConversation']?.['loadSourceResources'](_0x3a91c0['sourceId'],_0x3a91c0['query'],_0x3a91c0['uid']);}),this['listenTo'](this['_aiChatUi'],'toggleWebSearch',()=>{this['_toggleWebSearch']();}),this['listenTo'](this['_aiChatUi'],'toggleReasoning',()=>{this['_toggleReasoning']();}),this['listenTo'](this['_aiChatUi'],'selectModel',(_0x3a1a4a,_0x591d46)=>{this['activeConversation']?.['setModel'](_0x591d46);}),this['listenTo'](this['_aiChatUi'],'like',(_0x2f6ae4,{replyId:_0x57a406})=>{console['log']('Liked\x20response',_0x57a406);}),this['listenTo'](this['_aiChatUi'],'dislike',(_0x31469a,{replyId:_0x37bf75})=>{console['log']('Disliked\x20response',_0x37bf75);}),this['listenTo'](this['_aiChatUi'],'insertSuggestion',(_0xbfb501,_0x3a305f)=>{this['context']['plugins']['get'](W)['close'](),this['_insertSuggestion'](_0x3a305f);}),this['listenTo'](this['_aiChatUi'],'showChangeInText',(_0x4244ff,{replyId:_0x34d461,partIndex:_0x5470df})=>{this['_balloonShowDiff']=this['_aiChatUi']['showDiff'],this['_openBalloonFor'](_0x34d461,_0x5470df);}),this['listenTo'](this['_aiChatUi'],'mouseOverSuggestion',(_0x31f69a,{replyId:_0x28ffbe,partIndex:_0x2ecc8a})=>{const _0x363cd7=this['_getDocumentRangeForReplyChanges'](_0x28ffbe,_0x2ecc8a);_0x363cd7&&'$graveyard'!=_0x363cd7['range']['root']['rootName']&&this['_aiEditing']['showFakeVisualSelection']([_0x363cd7['range']],'ai-chat-controller-mouse-over');}),this['listenTo'](this['_aiChatUi'],'mouseLeaveSuggestion',()=>{this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over');}),this['listenTo'](this['_aiChatUi'],'applySuggestion',(_0x470108,_0x79b77)=>{this['context']['plugins']['get'](W)['close'](),this['_applySuggestion'](_0x79b77);}),this['listenTo'](this['_aiChatUi'],'toggleSuggestionDisplayMode',async(_0x1d4dfd,_0x409a9b)=>{const {reply:_0xd26b50}=this['getInteractionAndReplyById'](_0x409a9b['replyId']),_0x148274=Y({'editor':V(this['context']),'changeGroups':_0xd26b50['changeGroups'],'documentContextContent':_0xd26b50['documentContextContent'],'showDiff':_0x409a9b['showDiff']});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0xd26b50['id'],'parts':_0x148274,'renderingStrategy':'static'});}),this['listenTo'](this['_aiChatUi'],'rejectSuggestion',(_0x545807,{replyId:_0x58d376,partIndex:_0x2214ce})=>{this['_previewedChangeGroup']?.['replyId']==_0x58d376&&this['_previewedChangeGroup']?.['partIndex']==_0x2214ce&&this['context']['plugins']['get'](W)['close']();const {reply:_0x4b109a}=this['getInteractionAndReplyById'](_0x58d376);_0x4b109a['setChangeGroupState'](_0x2214ce,'rejected'),this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over');});}async['afterInit'](){this['context']instanceof ot?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x231ae2,_0x2165dc)=>{_0x2165dc['on']('ready',()=>{this['_integrateEditor'](_0x2165dc);});}),await this['_handleStartConversation']();}['_insertSuggestion'](_0xe17cb2){const _0x5f3bd6=V(this['context']);if(!_0x5f3bd6['plugins']['has']('TrackChangesEditing'))return;const _0x253fc8=this['context']['plugins']['get']('DocumentCompare'),{reply:_0x4a63e0,interaction:_0x182c21}=this['getInteractionAndReplyById'](_0xe17cb2['replyId']),_0x2e24b5=this['_getDocumentRangeForReplyChanges'](_0xe17cb2['replyId'],_0xe17cb2['partIndex']),_0x10a7ec=void 0x0!==_0xe17cb2['partIndex']?[_0x4a63e0['changeGroups'][_0xe17cb2['partIndex']]]:_0x4a63e0['changeGroups']['filter'](_0xeefb3b=>'pending'==_0xeefb3b['state']),_0x363ad3=_0x10a7ec['map'](_0x468e0e=>_0x4a63e0['changeGroups']['indexOf'](_0x468e0e));_0x363ad3['forEach'](_0x3e151a=>_0x4a63e0['setChangeGroupState'](_0x3e151a,'accepted'));const _0x1dce6b=z({'editor':_0x5f3bd6,'reply':_0x4a63e0,'interaction':_0x182c21,'groups':_0x10a7ec,'transform':!0x0,'documentCompare':_0x253fc8,'documentCompareOptions':{'anchor':'main','markDeletions':!0x0}});let _0x1f8cf5;_0x2e24b5&&this['_scrollToSuggestionRange'](_0x2e24b5['range']),_0x5f3bd6['model']['change'](_0x59f4d6=>{_0x1f8cf5=_0x59f4d6['batch'],_0x5f3bd6['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x1dce6b),this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over');}),this['_batchToChanges']['set'](_0x1f8cf5,{'interactionId':_0x182c21['id'],'replyId':_0x4a63e0['id'],'indexes':_0x363ad3['slice']()});}['_applySuggestion'](_0x5396d9){const _0x8fe9f9=V(this['context']),_0x33c578=this['context']['plugins']['get'](_0x348a94),{reply:_0x37ee08,interaction:_0x2a463f}=this['getInteractionAndReplyById'](_0x5396d9['replyId']),_0xb97c47=this['_getDocumentRangeForReplyChanges'](_0x5396d9['replyId'],_0x5396d9['partIndex']),_0x7b452f=void 0x0!==_0x5396d9['partIndex']?[_0x37ee08['changeGroups'][_0x5396d9['partIndex']]]:_0x37ee08['changeGroups']['filter'](_0xfce1c4=>'pending'==_0xfce1c4['state']),_0x430ded=_0x7b452f['map'](_0x4dc7b8=>_0x37ee08['changeGroups']['indexOf'](_0x4dc7b8));_0x430ded['forEach'](_0x153e19=>_0x37ee08['setChangeGroupState'](_0x153e19,'accepted'));const _0x303338=z({'editor':_0x8fe9f9,'reply':_0x37ee08,'interaction':_0x2a463f,'groups':_0x7b452f,'transform':!0x0,'documentCompare':_0x33c578,'documentCompareOptions':{'anchor':'main','markDeletions':!0x1}});let _0x7fa276;_0xb97c47&&this['_scrollToSuggestionRange'](_0xb97c47['range']),_0x8fe9f9['model']['change'](_0x1f22e1=>{_0x7fa276=_0x1f22e1['batch'];for(const _0x41849f of _0x303338)_0x41849f['baseVersion']=_0x8fe9f9['model']['document']['version'],_0x1f22e1['batch']['addOperation'](_0x41849f),_0x8fe9f9['model']['applyOperation'](_0x41849f);}),this['_batchToChanges']['set'](_0x7fa276,{'interactionId':_0x2a463f['id'],'replyId':_0x37ee08['id'],'indexes':_0x430ded['slice']()});}['_openBalloonFor'](_0x103fff,_0x512388){const _0x4e35e5=V(this['context']),_0x2313a6=this['_getDocumentRangeForReplyChanges'](_0x103fff,_0x512388),_0x5aab59=this['context']['plugins']['get'](W);if(!_0x2313a6)return void _0x5aab59['close']();const {range:_0xb46129,currentIndex:_0x228dda,previousIndex:_0x40182e,nextIndex:_0x19f005}=_0x2313a6;if(this['_previewedChangeGroup']?.['replyId']==_0x103fff&&this['_previewedChangeGroup']?.['partIndex']==_0x228dda)return;this['_previewedChangeGroup']={'replyId':_0x103fff,'partIndex':_0x228dda};const _0x2bb891=new F(_0x4e35e5['locale'],{'showDiff':this['_balloonShowDiff'],'areActionsDisabled':!0x1,'miniToolbarConfig':{'showChanges':'full'},'hideHeader':!0x0}),{reply:_0x384fc2}=this['getInteractionAndReplyById'](_0x103fff),_0x423613=Y({'editor':_0x4e35e5,'changeGroups':[_0x384fc2['changeGroups'][_0x228dda]],'documentContextContent':_0x384fc2['documentContextContent'],'showDiff':this['_balloonShowDiff']});_0x2bb891['updateContent']({'parts':_0x423613,'renderingStrategy':'static'});const _0x1e4c0d=_0x228dda!==_0x40182e;this['_scrollToSuggestionRange'](_0xb46129,!0x0),_0x5aab59['open']({'index':_0x228dda,'title':Yn(this['context']['locale'],'AI_BALLOON_HEADER_TITLE',(_0x228dda+0x1)['toString']()),'icon':yt,'mainView':_0x2bb891,'showRotator':_0x1e4c0d,'showApplyButton':!0x0,'showSuggestButton':!0x0,'ranges':[_0xb46129]}),this['_aiChatUi']['scrollFeedToSuggestion'](_0x103fff,_0x228dda),this['listenTo'](_0x2bb891,'toggleSuggestionDisplayMode',(_0x11e94f,{showDiff:_0x294dba})=>{this['_balloonShowDiff']=_0x294dba;const {reply:_0x1cc782}=this['getInteractionAndReplyById'](_0x103fff),_0x31fae8=Y({'editor':_0x4e35e5,'changeGroups':[_0x1cc782['changeGroups'][_0x228dda]],'documentContextContent':_0x1cc782['documentContextContent'],'showDiff':_0x294dba});_0x2bb891['updateContent']({'parts':_0x31fae8,'renderingStrategy':'static'});}),this['listenTo'](_0x5aab59,'applySuggestion',()=>{this['_applySuggestion']({'replyId':_0x103fff,'partIndex':_0x228dda}),_0x1e4c0d?this['_openBalloonFor'](_0x103fff,_0x19f005):_0x5aab59['close']();}),this['listenTo'](_0x5aab59,'insertSuggestion',()=>{this['_insertSuggestion']({'replyId':_0x103fff,'partIndex':_0x228dda}),_0x1e4c0d?this['_openBalloonFor'](_0x103fff,_0x19f005):_0x5aab59['close']();}),_0x1e4c0d&&(this['listenTo'](_0x5aab59,'showNext',()=>{this['_openBalloonFor'](_0x103fff,_0x19f005);}),this['listenTo'](_0x5aab59,'showPrevious',()=>{this['_openBalloonFor'](_0x103fff,_0x40182e);})),this['listenTo'](_0x5aab59,'dialogClosed',()=>{this['stopListening'](_0x5aab59),this['stopListening'](_0x2bb891),this['_previewedChangeGroup']=null;});}['_getDocumentRangeForReplyChanges'](_0x1778de,_0x400a39){const _0x443a83=V(this['context']),{reply:_0x5dfe5c,interaction:_0x33935e}=this['getInteractionAndReplyById'](_0x1778de),_0x28fe79=_0x5dfe5c['changeGroups']['filter'](_0x12ddf9=>'pending'==_0x12ddf9['state']),_0x51800c=_0x28fe79['map'](_0x3095a8=>_0x5dfe5c['changeGroups']['indexOf'](_0x3095a8));void 0x0===_0x400a39&&(_0x400a39=_0x51800c[0x0]);const _0x4a1d0d=_0x51800c['indexOf'](_0x400a39);if(-0x1==_0x4a1d0d)return null;const _0x3db614=0x0==_0x4a1d0d?_0x51800c[_0x51800c['length']-0x1]:_0x51800c[_0x4a1d0d-0x1],_0x34ed61=_0x4a1d0d==_0x51800c['length']-0x1?_0x51800c[0x0]:_0x51800c[_0x4a1d0d+0x1],_0x55decc=_0x28fe79[_0x4a1d0d],_0x4d53ad=new _t([]),_0x4a278a=new _t([]);for(const _0x2f27b6 of _0x55decc['changes'])if('removed'!=_0x2f27b6['type']&&_0x4a278a['children']['push'](_0x2f27b6['node']['cloneNode'](!0x0)),'new'!=_0x2f27b6['type']){const _0x484469=mt(_0x4c0c91=>ft(_0x4c0c91,'data-id')==_0x2f27b6['id'],_0x5dfe5c['documentContextContent'],!0x0);_0x4d53ad['children']['push'](_0x484469['cloneNode'](!0x0));}if(0x0==_0x4d53ad['children']['length']){if(_0x55decc['changes'][0x0]['anchorId']){const _0x2221b4=It('data-id',_0x55decc['changes'][0x0]['anchorId'],_0x5dfe5c['documentContextContent']);_0x4d53ad['children']['unshift'](_0x2221b4['cloneNode'](!0x0)),_0x4a278a['children']['unshift'](_0x2221b4['cloneNode'](!0x0)),_0x2221b4['nextSibling']&&(_0x4d53ad['children']['push'](_0x2221b4['nextSibling']['cloneNode'](!0x0)),_0x4a278a['children']['push'](_0x2221b4['nextSibling']['cloneNode'](!0x0)));}else{const _0x53a3ed=_0x5dfe5c['documentContextContent']['children'][0x0];if(!_0x53a3ed)return null;_0x4d53ad['children']['push'](_0x53a3ed['cloneNode'](!0x0)),_0x4a278a['children']['push'](_0x53a3ed['cloneNode'](!0x0));}}const _0x38f278=_0x33935e['getDocumentContext'](),_0x41dc4d=_0x443a83['data']['parse'](_0x38f278['content']),_0x55250d=Ct(_0x4d53ad),_0x8cc45e=_0x443a83['data']['parse'](_0x55250d),_0x1c6a45=_0x443a83['data']['parse'](_0x55250d),_0x416104=_0x443a83['model']['createPositionAt'](_0x8cc45e,0x0),_0x21e6fc=Ct(_0x4a278a),_0x1db228={'anchor':_0x416104,'markDeletions':!0x1},_0x31a315=_0x443a83['plugins']['get'](_0x348a94)['getDiff'](_0x55250d,_0x21e6fc,_0x1db228)['getOperations']();if(!_0x31a315['length'])return null;_0x443a83['model']['change'](_0x55422a=>{for(const _0x4c2dc8 of _0x31a315)if('remove'==_0x4c2dc8['type']){const _0x4bae54=_0x4c2dc8['sourcePosition'],_0x43326c=_0x4c2dc8['howMany'],_0x36ea2d=new tt(_0x4bae54,_0x43326c);_0x55422a['batch']['addOperation'](_0x36ea2d),_0x443a83['model']['applyOperation'](_0x36ea2d);}else _0x4c2dc8['baseVersion']=null,_0x4c2dc8['isDocumentOperation']=!0x1,_0x55422a['batch']['addOperation'](_0x4c2dc8),_0x443a83['model']['applyOperation'](_0x4c2dc8);});const _0x1e668c=ut(_0x443a83,_0x31a315,_0x8cc45e);pt(_0x443a83['model'],_0x1e668c);const _0x537d5f=_0x1e668c['getFirstRange']()['start']['path']['slice'](),_0x48e75c=_0x1e668c['getFirstRange']()['end']['path']['slice'](),_0x25f0af=[];let _0x1fb856=_0x8cc45e,_0x49741b=_0x1c6a45;for(let _0x4e544d=0x0;_0x4e544d<_0x48e75c['length'];_0x4e544d++){const _0x5d0be0=_0x1fb856['maxOffset']-_0x48e75c[_0x4e544d];_0x25f0af[_0x4e544d]=_0x49741b['maxOffset']-_0x5d0be0,_0x1fb856=_0x1fb856['getChildAtOffset'](_0x48e75c[_0x4e544d]),_0x49741b=_0x49741b['getChildAtOffset'](_0x25f0af[_0x4e544d]);}const _0x252071=_0x443a83['model']['createRange'](_0x443a83['model']['createPositionFromPath'](_0x1c6a45,_0x537d5f),_0x443a83['model']['createPositionFromPath'](_0x1c6a45,_0x25f0af)),_0x22d1b1=_0x1c6a45['getChild'](0x0)['getAttribute'](gt),_0x497a0c=Array['from'](_0x41dc4d['getChildren']())['find'](_0x188a05=>_0x188a05['getAttribute'](gt)==_0x22d1b1)['getPath'](),_0x2a3a2d=_0x252071['start']['path']['slice'](),_0x2c06a6=_0x252071['end']['path']['slice']();_0x2a3a2d[0x0]=_0x497a0c[0x0]+_0x2a3a2d[0x0],_0x2c06a6[0x0]=_0x497a0c[0x0]+_0x2c06a6[0x0];let _0x580263=_0x443a83['model']['createRange'](_0x443a83['model']['createPositionFromPath'](_0x443a83['model']['document']['getRoot'](),_0x2a3a2d),_0x443a83['model']['createPositionFromPath'](_0x443a83['model']['document']['getRoot'](),_0x2c06a6));const _0x5bd777=_0x443a83['model']['document']['history']['getOperations'](_0x38f278['version']);for(const _0x1fc099 of _0x5bd777)_0x580263=_0x625116['_createFromRanges'](_0x580263['getTransformedByOperation'](_0x1fc099));return{'range':_0x580263,'previousIndex':_0x3db614,'nextIndex':_0x34ed61,'currentIndex':_0x400a39};}['_integrateEditor'](_0x3674a9){if(!_0x3674a9['plugins']['has']('Undo'))return;const _0x26d439=_0x3674a9['commands']['get']('undo'),_0x7065ea=_0x3674a9['commands']['get']('redo');this['listenTo'](_0x26d439,'revert',(_0x21e6e5,_0xb317f6,_0x2f88d7)=>{const _0x1e82aa=this['_batchToChanges']['get'](_0xb317f6);if(!_0x1e82aa)return;const _0x456499=this['activeConversation']['getInteraction'](_0x1e82aa['interactionId'])['getReply'](_0x1e82aa['replyId']);_0x1e82aa['indexes']['forEach'](_0x2c7196=>_0x456499['setChangeGroupState'](_0x2c7196,'pending')),this['_batchToChanges']['delete'](_0xb317f6),this['_batchToChanges']['set'](_0x2f88d7,_0x1e82aa);}),this['listenTo'](_0x7065ea,'revert',(_0x5e9fba,_0x3387a1,_0x2d1ef2)=>{const _0x1908f5=this['_batchToChanges']['get'](_0x3387a1);if(!_0x1908f5)return;const _0x5b0649=this['activeConversation']['getInteraction'](_0x1908f5['interactionId'])['getReply'](_0x1908f5['replyId']);_0x1908f5['indexes']['forEach'](_0x1664f2=>_0x5b0649['setChangeGroupState'](_0x1664f2,'accepted')),this['_batchToChanges']['delete'](_0x3387a1),this['_batchToChanges']['set'](_0x2d1ef2,_0x1908f5);});}async['loadConversation'](_0x4b9412){this['context']['plugins']['get'](W)['close'](),this['_aiChatUi']['setFeedItemRenderingStrategy']('static'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x0),await this['_stopLastInteraction']();try{const _0x3a544f=this['context']['plugins']['get'](ht);this['updateConversationTitle']('\x20'),_0x3a544f['view']['activateTab']('chat'),await this['_handleStartConversation'](_0x4b9412);const {sessionId:_0x8288cf}=this['_aiEditing']['getDocumentData']();await this['activeConversation']['load'](_0x4b9412,_0x8288cf),this['activeConversation']['isCurrentDocumentInConversation']()&&this['activeConversation']['addCurrentDocumentToContext'](Yn(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}catch(_0x250cd7){console['error']('Failed\x20to\x20load\x20conversation',_0x250cd7);}finally{this['_aiChatUi']['setFeedItemRenderingStrategy']('streaming'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1);}}['handleRemovedConversation'](_0x53d185){this['activeConversation']['id']===_0x53d185&&this['_handleStartConversation']();}async['addSelectionToChatContext'](){const _0x208c68=this['_aiEditing']['getSelectionText']();this['activeConversation']?.['addSelectionToContext'](_0x208c68),this['activeConversation']?.['addCurrentDocumentToContext'](Yn(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}['removeSelectionFromChatContext'](){this['activeConversation']?.['removeSelectionFromContext']();}['focusPromptInput'](){this['_aiChatUi']['focusPromptInput']();}async['startConversation'](){await this['_handleStartConversation']();}async['sendMessage']({message:_0x28c91f,quickActionData:_0x20d390}){await this['_handleUIUserMessage']({'userMessage':_0x28c91f,'quickActionData':_0x20d390});}['getGroupId'](){const _0x51c5be=this['context']['config']['get']('collaboration.channelId');if(!_0x51c5be)throw new _0x599d16('ai-chat-missing-channel-id',this);return _0x51c5be;}async['_handleStartConversation'](_0x5cd4b3){const _0x4aaefe=this['context']['plugins']['get'](W);let _0x3bf1c8;_0x4aaefe['isOpen']&&_0x4aaefe['close'](),_0x3bf1c8=_0x5cd4b3||!this['activeConversation']?this['context']['config']['get']('ai.chat.models.defaultModelId'):this['activeConversation']['selectedModel']['id'],await this['_stopLastInteraction']();const _0x533fa7=this['getGroupId'](),_0x2207e8=_0x5cd4b3||_0x190955();this['activeConversation']=new ct({'connector':this['_aiConnector'],'chatModels':this['_aiChatModels'],'defaultModelId':_0x3bf1c8,'conversationId':_0x2207e8,'group':_0x533fa7,'getEditor':()=>V(this['context'])}),this['activeConversation']['on']('conversationInitialized',(_0x44d340,_0x450a75)=>{_0x450a75['availableModels']=this['_filterModels'](_0x450a75['availableModels'],this['context']['config']['get']('ai.chat.models.displayedModels')),this['_aiChatUi']['createConversation'](_0x450a75),this['_aiChatUi']['resetMessageInput'](),this['_aiChatUi']['clearPendingContextUI'](),this['_aiChatUi']['clearConversationContextUI'](),_0x5cd4b3||(this['_aiChatUi']['resetConversationTitle'](),this['activeConversation']?.['addCurrentDocumentToContext'](Yn(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT')));}),this['activeConversation']['on']('uploadProgressChanged',(_0x248a39,_0x5eb835)=>{this['_aiChatUi']['setIsUploadInProgress'](_0x5eb835['isUploadInProgress']);}),this['activeConversation']['on']('interactionCreated',(_0x1c7916,_0x543719)=>{this['_aiChatUi']['addFeedItemUserMessage'](_0x543719),this['_aiChatUi']['addFeedInteractionHeader'](_0x543719);}),this['activeConversation']['on']('interactionStarted',(_0x4e7494,_0x500208)=>{this['_aiChatUi']['startInteraction'](_0x500208);}),this['activeConversation']['on']('interactionFinished',async()=>{await this['_aiChatUi']['finishInteraction']();}),this['activeConversation']['on']('interactionDestroyed',(_0x1034cc,_0xd32cb9)=>{this['_aiChatUi']['removeFeedInteraction'](_0xd32cb9['id']);}),this['activeConversation']['on']('setConversationTitle',(_0x38131b,_0x3019e3,_0x3a89b8)=>{this['updateConversationTitle'](_0x3019e3,_0x3a89b8);}),this['activeConversation']['on']('replyCreated',(_0x421582,_0x5103c3)=>{this['_aiChatUi']['updateFeedInteractionHeader']({'isVisible':!0x0,'id':_0x5103c3['interactionId']}),'text-delta'===_0x5103c3['type']?this['_aiChatUi']['addFeedItemAIReply'](_0x5103c3):this['_aiChatUi']['addFeedItemAISuggestion'](_0x5103c3);}),this['activeConversation']['on']('replyContentUpdated',async(_0x43ffeb,_0x2dc22e,_0x306a5b)=>{await this['_updateReplyContent']({'reply':_0x2dc22e,'changeGroups':_0x306a5b});}),this['activeConversation']['on']('replyChangeGroupStateUpdated',(_0x29e74b,{reply:_0x20044e,index:_0x1d3ae8,state:_0x355c92})=>{this['_aiChatUi']['updateFeedItemAIReplySuggestionPartState']({'id':_0x20044e['id'],'index':_0x1d3ae8,'state':_0x355c92});}),this['activeConversation']['on']('contextItemAdded',(_0x120ee0,_0x54c79f)=>{if(this['_aiChatUi']['addContextItem'](_0x54c79f['contextItem'],_0x54c79f['isLoading']),'selection'===_0x54c79f['contextItem']['type']){const _0x80ce6e=[...V(this['context'])['model']['document']['selection']['getRanges']()];this['_aiEditing']['showFakeVisualSelection'](_0x80ce6e,'ai-conversation-'+this['activeConversation']?.['id']);}}),this['activeConversation']['on']('contextItemRemoved',(_0x271396,_0x28f617)=>{this['_aiChatUi']['removeContextItem'](_0x28f617['uiId']),'current-document'==_0x28f617['uiId']&&this['removeSelectionFromChatContext'](),'selection'===_0x28f617['type']&&this['_aiEditing']['hideFakeVisualSelection']('ai-conversation-'+this['activeConversation']?.['id']);}),this['activeConversation']['on']('contextItemLoadingEnded',(_0x3336d7,_0x4c1ac9)=>{this['_aiChatUi']['setContextItemLoading'](_0x4c1ac9['contextItem']['uiId'],_0x4c1ac9['isLoading']);}),this['activeConversation']['on']('contextSent',(_0x2f2b0e,_0x2e8304)=>{this['_aiChatUi']['setConversationContext'](_0x2e8304['contextItems']);}),this['activeConversation']['on']('addContextOptionsChanged',(_0x1bb2a3,_0x2110c4)=>{this['_aiChatUi']['setAddContextOptions'](_0x2110c4['options']);}),this['activeConversation']['on']('sourceResourcesLoaded',(_0x35b0ee,_0x5e7e1c)=>{this['_aiChatUi']['populateSourceResourceBalloon'](_0x5e7e1c['sourceId'],_0x5e7e1c['source'],_0x5e7e1c['resources'],_0x5e7e1c['uid']);}),this['activeConversation']['on']('resourceStateChanged',(_0x4dcdec,_0x1ae9b3)=>{this['_aiChatUi']['updateResourceState'](_0x1ae9b3['sourceId'],_0x1ae9b3['resourceId'],_0x1ae9b3['isInContext']);}),this['activeConversation']['on']('capabilitiesUpdated',(_0x4f5f69,_0x18317e)=>{this['_aiChatUi']['updateCapabilities'](_0x18317e);}),this['activeConversation']['on']('modelSelected',(_0x47d4c2,_0x256d63)=>{this['_aiChatUi']['setSelectedModel'](_0x256d63['selectedModel'],_0x256d63['isDisabled']);}),this['activeConversation']['on']('error',(_0x29003b,{error:_0x259286,interactionId:_0x42a7a7,fileName:_0x16939d,url:_0x45facd,sourceId:_0x5d860a,sourceLabel:_0x279902})=>{const _0x44bae1=_0x42a7a7?_0x42a7a7+':'+_0x190955():_0x190955();_0x259286['message']['startsWith']('ai-request-aborted')?this['_aiChatUi']['addFeedItemStaticMessage']({'staticMessage':Yn(this['context']['locale'],'AI_CHAT_ABORTED_MESSAGE'),'id':_0x44bae1}):_0x259286['message']['startsWith']('ai-chat-conversation-init-failed')||_0x259286['message']['startsWith']('ai-chat-conversation-start-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':Yn(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x44bae1}),this['_logError'](_0x259286)):_0x259286['message']['startsWith']('ai-chat-file-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':Yn(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE',_0x16939d),'id':_0x44bae1}):_0x259286['message']['startsWith']('ai-chat-url-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':Yn(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL',_0x45facd),'id':_0x44bae1}):_0x259286['message']['startsWith']('ai-chat-context-invalid-data')?this['_aiChatUi']['addFeedItemError']({'errorMessage':Yn(this['context']['locale'],'AI_CHAT_CONTEXT_INVALID_DATA'),'id':_0x44bae1}):_0x259286['message']['startsWith']('ai-chat-context-unsupported-type')?this['_aiChatUi']['addFeedItemError']({'errorMessage':Yn(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE'),'id':_0x44bae1}):_0x259286['message']['startsWith']('ai-chat-source-resources-load-failed')?(_0x5d860a&&this['_aiChatUi']['closeSourceResourceBalloon'](_0x5d860a),this['_aiChatUi']['addFeedItemError']({'errorMessage':Yn(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES',_0x279902||'source'),'id':_0x44bae1}),this['_logError'](_0x259286)):_0x259286['message']['startsWith']('ai-chat-resource-load-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':Yn(this['context']['locale'],'AI_CHAT_RESOURCE_LOAD_FAILED'),'id':_0x44bae1}),this['_logError'](_0x259286)):(this['_aiChatUi']['addFeedItemError']({'errorMessage':Yn(this['context']['locale'],'AI_CHAT_GENERIC_ERROR'),'id':_0x44bae1}),this['_logError'](_0x259286));}),await this['activeConversation']['init'](this['context']['config']['get']('ai.chat.context')),_0x5cd4b3||await this['activeConversation']['start']();}async['_handleUIUserMessage']({userMessage:_0x4de1ce,quickActionData:_0x1963a1}){if(!this['activeConversation'])throw new _0x599d16('ai-chat-controller-no-active-conversation');this['activeConversation']['isCurrentDocumentInContext']()&&await this['activeConversation']['updateCurrentDocumentInContext'](this['_aiEditing']['getDocumentData']()),this['activeConversation']['id']&&this['activeConversation']['isStarted']&&await this['activeConversation']['handleUserInteraction']({'userMessage':_0x4de1ce,'quickActionData':_0x1963a1}),this['_removeAISelectionMarkers']();}['_removeAISelectionMarkers'](){const _0x23f646=V(this['context'])['model'],_0xa9a2ae=Array['from'](_0x23f646['markers']['getMarkersGroup'](dt));_0x23f646['change'](_0x376c60=>{_0xa9a2ae['forEach'](_0x1b22e2=>_0x376c60['removeMarker'](_0x1b22e2));});}['_showConversationHistory'](){console['log']('Showing\x20conversation\x20history...');}['_setIsMaximized'](_0x279cea){this['_aiChatUi']['setIsMaximized'](_0x279cea);}['_logError'](_0x2cf4ed){nt(_0x2cf4ed['message']);}['_removeFromContext'](_0x4f2b58){this['activeConversation']?.['removeFromContext'](_0x4f2b58);}['_toggleWebSearch'](){this['activeConversation']?.['toggleWebSearch']();}['_toggleReasoning'](){this['activeConversation']?.['toggleReasoning']();}['getInteractionAndReplyById'](_0x47e928){const [_0x2c144b,_0x54578e]=_0x47e928['split'](':'),_0x5fb4b1=this['activeConversation']['getInteraction'](_0x2c144b),_0x1c9b32=_0x5fb4b1['getReply'](_0x54578e);return{'interaction':_0x5fb4b1,'reply':_0x1c9b32};}['_scrollToSuggestionRange'](_0x18caa3,_0x745a83=!0x1){const _0x501a52=V(this['context']),_0xae651f={'target':_0x501a52['editing']['view']['domConverter']['viewRangeToDom'](_0x501a52['editing']['mapper']['toViewRange'](_0x18caa3)),'viewportOffset':{'top':0x96,'left':0x0,'bottom':0x32,'right':0x0},'ancestorOffset':0x14,'alignToTop':_0x745a83};_0x745a83&&(_0xae651f['alignToTop']=!0x0),rt(_0xae651f);}['updateConversationTitle'](_0xf69165,_0x2f5b76=!0x1){this['_aiChatUi']['setConversationTitle'](_0xf69165||Yn(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),_0x2f5b76);}['_filterModels'](_0x1a74ae,_0x5806d6){let _0x748794;if(_0x5806d6){_0x748794=[];const _0x5c8c67='string'==typeof _0x5806d6?[_0x5806d6['toLocaleLowerCase']()]:_0x5806d6['map'](_0x538b3b=>_0x538b3b['toLocaleLowerCase']());for(const _0x242f51 of _0x5c8c67)for(const _0x3be2fc of _0x1a74ae)(_0x3be2fc['id']['toLocaleLowerCase']()===_0x242f51||_0x3be2fc['name']['toLocaleLowerCase']()===_0x242f51||_0x3be2fc['provider']['toLocaleLowerCase']()===_0x242f51||_0x3be2fc['id']['toLocaleLowerCase']()['startsWith'](_0x242f51))&&_0x748794['push'](_0x3be2fc);}else _0x748794=_0x1a74ae;return _0x748794;}async['_updateReplyContent']({reply:_0x44ae65,changeGroups:_0x270a84,renderingStrategy:_0x374fbe}){const {id:_0x3aae92,isDone:_0x2e636c,type:_0x14b642,parsedContent:_0x1cbad5}=_0x44ae65;if('modification-delta'===_0x14b642){const _0x45162b=Y({'editor':V(this['context']),'showDiff':this['_aiChatUi']['showDiff'],'changeGroups':_0x270a84,'documentContextContent':_0x44ae65['documentContextContent']});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x3aae92,'parts':_0x45162b,'renderingStrategy':_0x374fbe,'isDone':_0x2e636c});}else'text-delta'===_0x14b642&&await this['_aiChatUi']['updateFeedItemAIReplyContent']({'id':_0x3aae92,'parsedContent':_0x1cbad5,'renderingStrategy':_0x374fbe,'isDone':_0x2e636c});_0x2e636c&&_0x44ae65['sources']['length']>0x0&&this['_aiChatUi']['updateFeedItemAIReplySources'](_0x3aae92,_0x44ae65['sources']);}async['_stopLastInteraction'](){const _0x3f9bb1=this['activeConversation']?.['lastInteraction'];_0x3f9bb1&&(_0x3f9bb1['stop'](),this['_aiChatUi']['stopInteraction'](_0x3f9bb1));}async['_flushLastInteractionUI'](){const _0x45aff2=this['activeConversation']?.['lastInteraction'];if(_0x45aff2){for await(const _0x27d107 of _0x45aff2['replies'])await this['_updateReplyContent']({'reply':_0x27d107,'changeGroups':_0x27d107['changeGroups'],'renderingStrategy':'static'});}}}const Pt=[...Ee,'startConversation','resizeTabs','sendUserMessage','abortPromptStream','addDocumentToContext','addFileToContext','addUrlToContext','addResourceToContext','removeContextItem','loadSourceResources','toggleWebSearch','toggleReasoning','selectModel'];class th extends _0x3a2ab2{['actionsDropdown'];['children'];['showChangeInTextModel'];['insertSuggestionModel'];constructor(_0x44627c){super(_0x44627c);const _0x269306=this['bindTemplate'];this['set']('isEnabled',!0x0),this['set']('isVisible',!0x0),this['showChangeInTextModel']=new _0x45b9d4({'label':Yn(_0x44627c,'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT'),'icon':_0xfdca25,'withText':!0x0,'type':'button','actionName':'showChangeInText'}),this['insertSuggestionModel']=new _0x45b9d4({'label':Yn(_0x44627c,'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION'),'icon':_0x50242c,'withText':!0x0,'type':'button','actionName':'insertSuggestion'}),this['actionsDropdown']=new Oo(_0x44627c,{'listItemModels':[this['showChangeInTextModel'],this['insertSuggestionModel']]}),this['actionsDropdown']['on']('execute',()=>{this['fire']('applySuggestion');}),this['actionsDropdown']['on']('showChangeInText',()=>{this['fire']('showChangeInText');}),this['actionsDropdown']['on']('insertSuggestion',()=>{this['fire']('insertSuggestion');}),this['actionsDropdown']['set']({'label':'Apply','tooltip':Yn(this['locale'],'AI_CHAT_SUGGESTION_ACTION_APPLY_TOOLTIP'),'withText':!0x0,'class':'ck-ai-chat__feed__ai-suggestion__actions','balloonPanelClass':'ck-ai-chat__feed__ai-suggestion__actions__balloon'}),this['actionsDropdown']['bind']('isEnabled')['to'](this),this['children']=this['createCollection']([this['actionsDropdown']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__ai-suggestion__actions',_0x269306['if']('isVisible','ck-hidden',_0x5185b3=>!_0x5185b3)]},'children':[this['actionsDropdown']]});}['updateLabels'](_0x4fafed){const _0x3d162e=this['locale'];this['actionsDropdown']['set']({'label':Yn(_0x3d162e,'AI_CHAT_SUGGESTION_ACTION_APPLY_LABEL',_0x4fafed),'tooltip':Yn(_0x3d162e,'AI_CHAT_SUGGESTION_ACTION_APPLY_TOOLTIP',_0x4fafed)}),this['showChangeInTextModel']['label']=Yn(_0x3d162e,'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT',_0x4fafed),this['insertSuggestionModel']['label']=Yn(_0x3d162e,'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION',_0x4fafed);}}class Oo extends _0x127212{['bodyCollection'];['balloonPanelView'];['listView'];['keystrokeHandler'];constructor(_0x44bd51,_0x139bed){super(_0x44bd51),this['balloonPanelView']=new _0x1618b0(this['locale']),this['bodyCollection']=new _0x582686(this['locale']),this['bodyCollection']['attachToDom'](),this['set']('balloonPanelClass',''),this['balloonPanelView']['bind']('class')['to'](this,'balloonPanelClass'),this['listView']=this['_setUpList'](_0x139bed['listItemModels']),this['bodyCollection']['add'](this['balloonPanelView']),this['balloonPanelView']['content']['add'](this['listView']),this['arrowView']['unbind']('tooltip'),this['arrowView']['set']('tooltip',Yn(this['locale'],'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP')),this['_setUpKeystrokes'](),this['on']('execute',()=>{this['balloonPanelView']['hide'](),this['arrowView']['focus']();}),this['on']('open',()=>{this['balloonPanelView']['isVisible']?(this['balloonPanelView']['hide'](),this['arrowView']['focus']()):(this['balloonPanelView']['pin']({'target':this['element'],'positions':['ltr'===this['locale']['uiLanguageDirection']?go:Co]}),this['listView']['focus']());}),_0xca342f({'emitter':this['balloonPanelView'],'callback':()=>{this['balloonPanelView']['hide']();},'activator':()=>this['balloonPanelView']['isVisible'],'contextElements':()=>[this['element'],this['balloonPanelView']['element']]});}['_setUpList'](_0x16b9c6){const _0xa10b27=this['locale'],_0x37b55e=new _0x586ac5(_0xa10b27);for(const _0x32aade of _0x16b9c6){const _0x2a2895=new _0x1f44f8(_0xa10b27),_0x49d188=new _0x4e269d(_0xa10b27);_0x49d188['bind'](...Object['keys'](_0x32aade))['to'](_0x32aade),_0x49d188['delegate']('execute')['to'](_0x37b55e),_0x2a2895['children']['add'](_0x49d188),_0x37b55e['items']['add'](_0x2a2895);}return _0x37b55e['items']['delegate']('execute')['to'](this),_0x37b55e['on']('execute',_0x503ed6=>{const _0x53cf14=_0x503ed6['source'];this['fire'](_0x53cf14['actionName']),this['balloonPanelView']['hide'](),this['arrowView']['focus']();}),_0x37b55e;}['_setUpKeystrokes'](){this['keystrokeHandler']=new _0x4f7a26(),this['keystrokeHandler']['listenTo'](this['balloonPanelView']['element']),this['keystrokeHandler']['set']('esc',(_0x3897d1,_0x977f60)=>{this['balloonPanelView']['hide'](),this['arrowView']['focus'](),_0x977f60();});}['destroy'](){super['destroy'](),this['keystrokeHandler']['destroy'](),this['balloonPanelView']['destroy'](),this['bodyCollection']['detachFromDom']();}}function go(_0x15e249){return{'top':_0x15e249['bottom'],'left':_0x15e249['left'],'name':'arrowless','config':{'withArrow':!0x1}};}function Co(_0x4eb702,_0x2c2f55){return{'top':_0x4eb702['bottom'],'left':_0x4eb702['left']-(_0x2c2f55['width']-_0x4eb702['width']),'name':'arrowless','config':{'withArrow':!0x1}};}class ke extends Cr{['containerView'];['actionsView'];constructor(_0x559a69,_0x587141){super(_0x587141),this['containerView']=new F(_0x559a69,{'showDiff':_0x587141['showDiff'],'areActionsDisabled':_0x587141['areActionsDisabled']}),this['containerView']['on']('toggleSuggestionDisplayMode',(_0x57fd6d,_0x747dd7)=>{this['fire']('toggleSuggestionDisplayMode',{'replyId':this['options']['id'],'showDiff':_0x747dd7['showDiff']});}),this['containerView']['on']('like',()=>{this['fire']('like',{'replyId':this['options']['id']});}),this['containerView']['on']('dislike',()=>{this['fire']('dislike',{'replyId':this['options']['id']});}),this['containerView']['on']('showChangeInText',(_0x42c981,{index:_0x1d3bec})=>{this['fire']('showChangeInText',{'replyId':this['options']['id'],'partIndex':_0x1d3bec});}),this['containerView']['on']('insertSuggestion',(_0x23ce28,{index:_0x3acc07})=>{this['fire']('insertSuggestion',{'replyId':this['options']['id'],'partIndex':_0x3acc07});}),this['containerView']['on']('rejectSuggestion',(_0x2440c3,{index:_0x4b5bd7})=>{this['fire']('rejectSuggestion',{'replyId':this['options']['id'],'partIndex':_0x4b5bd7});}),this['containerView']['on']('mouseOverSuggestion',(_0x26aa2d,{index:_0x3e8f5a})=>{this['fire']('mouseOverSuggestion',{'replyId':this['options']['id'],'partIndex':_0x3e8f5a});}),this['containerView']['on']('mouseLeaveSuggestion',(_0x4f5ab4,{index:_0x2bd184})=>{this['fire']('mouseLeaveSuggestion',{'replyId':this['options']['id'],'partIndex':_0x2bd184});}),this['actionsView']=new th(_0x559a69),this['actionsView']['on']('showChangeInText',()=>{this['fire']('showChangeInText',{'replyId':this['options']['id']});}),this['actionsView']['on']('insertSuggestion',()=>{this['fire']('insertSuggestion',{'replyId':this['options']['id']});}),this['actionsView']['on']('applySuggestion',()=>{this['fire']('applySuggestion',{'replyId':this['options']['id']});}),_0x587141['areActionsDisabled']?this['actionsView']['isEnabled']=!0x1:this['actionsView']['bind']('isEnabled')['to'](this['containerView']['bodyView'],'hasPendingParts'),this['children']['addMany']([this['containerView'],this['actionsView']]),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-suggestion']}});}async['updateContent'](_0x45f5c2){await this['containerView']['updateContent'](_0x45f5c2),this['actionsView']['updateLabels'](this['containerView']['bodyView']['partsCount']);}['updatePartState'](_0x1f7e6e,_0x4f3e8b){this['containerView']['bodyView']['updatePartState'](_0x1f7e6e,_0x4f3e8b);}['updateSources'](_0x52270b){this['containerView']['updateSources'](_0x52270b);}['getPartView'](_0x59cc17){return this['containerView']['bodyView']['getPartView'](_0x59cc17);}['markAsDone'](){super['markAsDone'](),this['containerView']['markAsDone'](),this['actionsView']['isVisible']=this['containerView']['bodyView']['hasNonEmptyParts'];}}class Le extends Cr{['replyContainer'];constructor(_0x2d707f,_0x1790e5){super(_0x1790e5),this['locale']=_0x2d707f,this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-reply']}}),this['replyContainer']=new _0x3a2ab2(),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':Oe(this['options']['initialContent']),'renderingStrategy':'static'}),this['markAsDone']());}async['updateContent']({parsedContent:_0x2916db,renderingStrategy:_0x5f46c5,abortSignal:_0x62e571}){'streaming'===_0x5f46c5?await this['streamIntoElement'](_0x2916db,this['replyContainer']['element'],_0x62e571):this['replyContainer']['element']['innerHTML']=_0x49a0ef(_0x2916db);}['updateSources'](_0x2b4a83){const _0x316a2b=new _r(this['locale']);_0x316a2b['children']['addMany'](_0x2b4a83['map'](_0x1d0663=>new jr(this['locale'],_0x1d0663))),_0x316a2b['isVisible']=!0x0,this['children']['add'](_0x316a2b);}}const kn={'file':_0x44a88a,'document':_0x14043e,'web-resource':_0x2b16a2,'text':_0x44a88a,'selection':_0x36536e},jn='ck-ai-chat-context-chip',Jn='ck-ai-chat-context-chip_wide',Zn='ck-ai-chat-context-chip_document',Nr='ck-ai-chat-context-chip__label',Gr='ck-ai-chat-context-chip__type-icon',Kr='ck-ai-chat-context-controls__chip-tooltip',Cn='n';class ao extends _0x4b3349{constructor(_0x160082,_0xc6e528,_0x486d18,_0x3f1cd7,_0x236489=!0x1){super(_0x160082),this['_isAnimationOnEnterEnabled']=_0x3f1cd7,this['_initializeProperties'](_0xc6e528,_0x486d18,_0x236489),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'](_0x2dd003,_0x293381,_0x1063e0){this['set']('label',_0x2dd003['label']),this['set']('tooltip',!0x0),this['set']('itemType',_0x2dd003['type']),this['set']('id',_0x2dd003['uiId']),this['set']('readonly',_0x293381),this['set']('isLoading',_0x1063e0);}['_setupTemplate'](){const _0xc2b5ed=this['_createIconView'](),_0x23da90=this['_createRemoveButton'](),_0x3827bb=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':this['_createTemplateAttributes'](_0x3827bb),'children':this['_createTemplateChildren'](_0xc2b5ed,_0x23da90,_0x3827bb)});}['_createTemplateAttributes'](_0x57e02c){return{'class':[jn,_0x57e02c['if']('itemType',Zn,_0x20af25=>'document'==_0x20af25),_0x57e02c['if']('itemType',Jn,_0x5c5923=>'selection'==_0x5c5923)],'data-cke-tooltip-text':_0x57e02c['to']('label',In),'data-cke-tooltip-position':Cn,'data-cke-tooltip-class':Kr};}['_createTemplateChildren'](_0x985701,_0x932317,_0x5a40db){const _0x2f3d8f=this['_createLabelElement'](_0x5a40db),_0x13f93e=this['_createLoaderIcon']();return this['readonly']?[_0x985701,_0x2f3d8f]:[_0x985701,_0x13f93e,_0x2f3d8f,_0x932317];}['_createLabelElement'](_0x1abb68){return{'tag':'span','attributes':{'class':Nr},'children':[{'text':_0x1abb68['to']('label')}]};}['_createRemoveButton'](){const _0x45dd70=new _0x4b3349(this['locale']);return _0x45dd70['set']({'label':Yn(this['locale'],'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT'),'icon':_0x311f04}),this['_setupRemoveButtonEvent'](_0x45dd70),_0x45dd70;}['_setupRemoveButtonEvent'](_0x51b7e2){_0x51b7e2['on']('execute',()=>{this['fire']('removeContextItemChip',this['id']);});}['_createIconView'](){const _0x3dc334=this['bindTemplate'],_0x112966=new _0x1f8dd5();return _0x112966['content']=kn[this['itemType']],_0x112966['extendTemplate']({'attributes':{'class':[Gr,_0x3dc334['if']('isLoading','ck-hidden',_0xabe4a=>_0xabe4a)]}}),_0x112966;}['_handleAnimationEndOnce'](_0x497223,_0x440fe0){if(!_0x497223)return;const _0x5ef7f8=()=>{_0x440fe0(),_0x497223['removeEventListener']('animationend',_0x5ef7f8),_0x497223['removeEventListener']('webkitAnimationEnd',_0x5ef7f8);};_0x497223['addEventListener']('animationend',_0x5ef7f8),_0x497223['addEventListener']('webkitAnimationEnd',_0x5ef7f8);}['_createLoaderIcon'](){const _0xd57328=new De('small');return _0xd57328['bind']('isVisible')['to'](this,'isLoading',_0xa9b52e=>_0xa9b52e),_0xd57328;}}function In(_0x58206e){if(!_0x58206e)return _0x58206e;if(_0x58206e['length']<=0x78)return _0x58206e;const _0xa392b5=_0x58206e['slice'](0x0,0x78),_0x1bdcf5=_0xa392b5['lastIndexOf']('\x20');return(_0x1bdcf5>0x0?_0xa392b5['slice'](0x0,_0x1bdcf5):_0xa392b5)+'…';}const hn={'maxVisibleRows':0x2,'rowDetectionTolerance':0x5,'showMoreLabelPrefix':'+\x20','viewportOffset':{'top':0x64,'bottom':0xa}},ln='300px';class lo{['_locale'];['_config'];['_visibleChips'];['_overflowChips'];['_showMoreButtonView']=null;['_showMoreBalloonPanelView']=null;['_containerElement']=null;['_bodyCollection'];['_parentView']=null;['_intersectionObserver']=null;['_pendingCalculation']=!0x1;constructor(_0x2dbacf,_0x35077e,_0x26a2d9,_0x419a94,_0x5f3b24){this['_locale']=_0x2dbacf,this['_visibleChips']=_0x35077e,this['_config']={...hn,..._0x26a2d9,'cssClasses':{'controlsButton':'','calculationContainer':'ck-calculation-container',..._0x26a2d9['cssClasses']}},this['_overflowChips']=new _0xe98229(),this['_bodyCollection']=_0x419a94,this['_parentView']=_0x5f3b24||null;}['setContainerElement'](_0xfdb7d4){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_containerElement']=_0xfdb7d4,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 _0x8fe4fb=[...this['_visibleChips'],...this['_overflowChips']],_0x312920=this['_createCalculationContainer'](),_0x7376ab=this['_calculateOverflowInContainer'](_0x312920,_0x8fe4fb),_0x3aa3cd=_0x312920['_ancestorsToRestore'];_0x3aa3cd&&this['_restoreAncestorVisibility'](_0x3aa3cd),_0x312920['remove'](),this['_applyOverflowResults'](_0x8fe4fb,_0x7376ab);}['_createShowMoreButton'](){this['_showMoreButtonView']=this['_createShowMoreButtonView'](),this['_showMoreBalloonPanelView']=this['_createShowMoreBalloonPanelView'](),this['_showMoreButtonView']['render'](),this['_containerElement']['appendChild'](this['_showMoreButtonView']['element']),this['_showMoreButtonView']['on']('execute',()=>{this['_handleShowMoreButtonClick']();}),_0xca342f({'emitter':this['_showMoreBalloonPanelView'],'contextElements':[this['_showMoreBalloonPanelView']['element'],this['_showMoreButtonView']['element']],'callback':()=>this['hideBalloonPanel'](),'activator':()=>this['_showMoreButtonView']['isOn']});}['_createShowMoreButtonView'](){const _0xbbe575=new _0x4b3349(this['_locale']);_0xbbe575['set']({'label':'','withText':!0x0,'isToggleable':!0x0});const _0x2722cd=[this['_config']['cssClasses']['showMoreButton']];return this['_config']['cssClasses']['controlsButton']&&_0x2722cd['push'](this['_config']['cssClasses']['controlsButton']),_0xbbe575['extendTemplate']({'attributes':{'class':_0x2722cd}}),_0xbbe575;}['_createShowMoreBalloonPanelView'](){const _0x28592e=new _0x1618b0(this['_locale']);return _0x28592e['extendTemplate']({'attributes':{'class':this['_config']['cssClasses']['showMoreBalloon']}}),this['_bodyCollection']['add'](_0x28592e),_0x28592e;}['_updateBalloonContent'](){if(this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['content']['clear'](),this['_overflowChips']['length']>0x0)){this['_overflowChips']['forEach'](_0x2c91d6=>{_0x2c91d6['disableAnimationOnEnter']();});const _0x28eb30=new _0x3a2ab2(this['_locale']);_0x28eb30['setTemplate']({'tag':'div','attributes':{'class':this['_config']['cssClasses']['overflowContainer']},'children':this['_overflowChips']}),this['_showMoreBalloonPanelView']['content']['add'](_0x28eb30);}}['_handleShowMoreButtonClick'](){this['_showMoreButtonView']['isOn']?this['hideBalloonPanel']():this['showBalloonPanel']();}['_updateShowMoreButtonVisibility'](){const _0x25800f=this['_overflowChips']['length']>0x0;this['_showMoreButtonView']?.['element']&&(this['_showMoreButtonView']['element']['style']['display']=_0x25800f?'':'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'](_0x23c6e9){const _0x1819a3=this['_containerElement']?.['tagName']['toLowerCase']()||'div',_0x2702f3=this['_containerElement']?.['classList'];if(_0x2702f3){const _0x56e5b2=_0x2702f3[0x0]||'',_0x6b1840=_0x23c6e9['querySelector']('.'+_0x56e5b2),_0x5c160c=_0x23c6e9['querySelector'](_0x1819a3);return _0x6b1840||_0x5c160c||_0x23c6e9;}return _0x23c6e9['querySelector'](_0x1819a3)||_0x23c6e9;}['_calculateContainerWidth'](){const _0x1292d6=this['_parentView']?.['element']||this['_containerElement'];if(!_0x1292d6)return ln;const _0x50abe4=window['getComputedStyle'](_0x1292d6)['width'];if('auto'===_0x50abe4||'0px'===_0x50abe4||!_0x50abe4){const _0x37c99b=_0x1292d6['parentElement'];if(_0x37c99b){const _0x2faf05=window['getComputedStyle'](_0x37c99b);return'auto'!==_0x2faf05['width']?_0x2faf05['width']:ln;}return ln;}return _0x50abe4;}['_applyCalculationStyles'](_0x17a1f8,_0x57ab1f){this['_config']['cssClasses']['calculationContainer']&&_0x17a1f8['classList']['add'](this['_config']['cssClasses']['calculationContainer']),_0x17a1f8['style']['width']=_0x57ab1f,_0x17a1f8['style']['position']='absolute',_0x17a1f8['style']['top']='-9999px',_0x17a1f8['style']['left']='-9999px',_0x17a1f8['style']['opacity']='0',_0x17a1f8['style']['pointerEvents']='none',_0x17a1f8['style']['zIndex']='-1',_0x17a1f8['style']['visibility']='visible\x20!important',_0x17a1f8['style']['display']='block\x20!important',_0x17a1f8['style']['boxSizing']='border-box';}['_restoreAncestorVisibility'](_0x355b77){_0x355b77['forEach'](({element:_0x3e1065,originalDisplay:_0x2e065a,originalVisibility:_0x12eacc})=>{_0x3e1065['style']['display']=_0x2e065a,_0x3e1065['style']['visibility']=_0x12eacc;});}['_makeAncestorsVisible'](_0x1d3917){const _0x1ea03b=[];let _0x2144b0=_0x1d3917;for(;_0x2144b0&&_0x2144b0!==document['body'];){const _0x171473=window['getComputedStyle'](_0x2144b0);'none'!==_0x171473['display']&&'hidden'!==_0x171473['visibility']||(_0x1ea03b['push']({'element':_0x2144b0,'originalDisplay':_0x2144b0['style']['display'],'originalVisibility':_0x2144b0['style']['visibility']}),_0x2144b0['style']['display']='block',_0x2144b0['style']['visibility']='visible'),_0x2144b0=_0x2144b0['parentElement'];}return _0x1ea03b;}['_createContainerElements'](){let _0x5aa427,_0x4baf68;return this['_parentView']?.['element']?(_0x5aa427=this['_parentView']['element']['cloneNode'](!0x0),_0x4baf68=this['_findTargetContainer'](_0x5aa427)):(_0x5aa427=document['createElement']('div'),_0x4baf68=_0x5aa427),{'calculationContainer':_0x5aa427,'targetContainer':_0x4baf68};}['_createCalculationContainer'](){const {calculationContainer:_0x297eb3,targetContainer:_0x26b3cc}=this['_createContainerElements'](),_0x180abc=this['_calculateContainerWidth']();this['_applyCalculationStyles'](_0x297eb3,_0x180abc);const _0x2b0746=this['_parentView']?.['element']||this['_containerElement'],_0x5185ff=_0x2b0746?.['parentElement'];_0x5185ff?_0x5185ff['appendChild'](_0x297eb3):document['body']['appendChild'](_0x297eb3),_0x297eb3['_targetContainer']=_0x26b3cc;const _0x496f02=this['_makeAncestorsVisible'](_0x5185ff||null);return _0x297eb3['offsetWidth'],_0x297eb3['_ancestorsToRestore']=_0x496f02,_0x297eb3;}['_calculateOverflowInContainer'](_0x420595,_0x18e0ec){const _0x48b605=_0x420595['_targetContainer']||_0x420595,_0x235de8=[],{rowCount:_0x4d53d0}=this['_renderChipsAndCountRows'](_0x48b605,_0x18e0ec);if(_0x4d53d0<=this['_config']['maxVisibleRows'])return _0x235de8;const _0x4af219=_0x18e0ec['slice']();for(;_0x4af219['length']>0x0;){if(this['_testButtonFit'](_0x420595,_0x48b605,_0x4af219)){const _0x1627fc=_0x18e0ec['filter'](_0xd97539=>!_0x4af219['includes'](_0xd97539));_0x235de8['push'](..._0x1627fc);break;}if(!_0x4af219['pop']())break;}return _0x235de8;}['_renderChipsAndCountRows'](_0x191fec,_0x5a8625){_0x191fec['innerHTML']='',_0x5a8625['forEach'](_0x197a4f=>{if(_0x197a4f['element']){const _0x36cd27=_0x197a4f['element']['cloneNode'](!0x0);_0x191fec['appendChild'](_0x36cd27);}}),_0x191fec['offsetWidth'];const _0x5d5490=_0x191fec['children'],_0x1f0ef4=[];return Array['from'](_0x5d5490)['forEach'](_0x2d6ea7=>{const _0x5a205f=_0x2d6ea7['getBoundingClientRect']()['top'];_0x1f0ef4['some'](_0x4d0cd8=>Math['abs'](_0x4d0cd8-_0x5a205f)<this['_config']['rowDetectionTolerance'])||_0x1f0ef4['push'](_0x5a205f);}),{'rowCount':_0x1f0ef4['length']};}['_createMockButton'](){const _0x3c7200=document['createElement']('button');return _0x3c7200['className']=this['_config']['cssClasses']['showMoreButton'],this['_config']['cssClasses']['controlsButton']&&_0x3c7200['classList']['add'](this['_config']['cssClasses']['controlsButton']),_0x3c7200['textContent']='+\x201',_0x3c7200;}['_testButtonFit'](_0x2965ad,_0x200e94,_0x2ace5b){this['_renderChipsAndCountRows'](_0x200e94,_0x2ace5b);const _0x2b4dfe=this['_createMockButton']();_0x2965ad['appendChild'](_0x2b4dfe),_0x2965ad['offsetWidth'];const _0x45d7a5=[..._0x200e94['children'],_0x2b4dfe],_0x127d53=[];_0x45d7a5['forEach'](_0xa43f3f=>{const _0x4cf6b4=_0xa43f3f['getBoundingClientRect']()['top'];_0x127d53['some'](_0xfe12=>Math['abs'](_0xfe12-_0x4cf6b4)<this['_config']['rowDetectionTolerance'])||_0x127d53['push'](_0x4cf6b4);});const _0x43d23d=_0x127d53['length'];return _0x2b4dfe['remove'](),_0x43d23d<=this['_config']['maxVisibleRows'];}['_distributeChips'](_0x52fc71,_0x24ea11){this['_visibleChips']['clear'](),this['_overflowChips']['clear'](),_0x52fc71['forEach'](_0x2194f8=>{_0x24ea11['includes'](_0x2194f8)?this['_overflowChips']['add'](_0x2194f8):this['_visibleChips']['add'](_0x2194f8);});}['_updateOverflowUI'](_0x5951cb){if(_0x5951cb>0x0&&!this['_showMoreButtonView']&&this['_createShowMoreButton'](),_0x5951cb>0x0&&this['_showMoreButtonView']){const _0x5652fd=''+this['_config']['showMoreLabelPrefix']+(_0x5951cb<0x63?_0x5951cb:'99');this['_showMoreButtonView']['label']=_0x5652fd;}this['_updateBalloonContent'](),this['_updateShowMoreButtonVisibility'](),this['_repinBalloonPanel']();}['_applyOverflowResults'](_0x65aac5,_0x50420c){this['_distributeChips'](_0x65aac5,_0x50420c),this['_updateOverflowUI'](_0x50420c['length']);}['_setupVisibilityObserver'](){this['_containerElement']&&'undefined'!=typeof IntersectionObserver&&(this['_intersectionObserver']=new IntersectionObserver(_0x4076e6=>{_0x4076e6[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 _0x4e6ec6=this['_containerElement']['getBoundingClientRect']();if(0x0===_0x4e6ec6['width']||0x0===_0x4e6ec6['height'])return!0x1;const _0x388945=window['innerHeight']||document['documentElement']['clientHeight'],_0x41a41a=window['innerWidth']||document['documentElement']['clientWidth'],_0xb3bd6b=0xc8;return _0x4e6ec6['bottom']>=-0xc8&&_0x4e6ec6['top']<=_0x388945+_0xb3bd6b&&_0x4e6ec6['right']>=-0xc8&&_0x4e6ec6['left']<=_0x41a41a+_0xb3bd6b;}}const Wr='ck-ai-chat__feed__context-chips',Yr='ck-ai-chat-context-chips-wrapper',$r='ck-ai-chat-context-chips-wrapper-balloon',Qr='ck-ai-chat-controls-button',Xr='ck-ai-chat-controls_context_show-more-button',Jr='ck-ai-chat-context-controls__show-more-balloon-panel';class eh extends _0x3a2ab2{['_contextChips']=this['createCollection']();['_overflowManager'];['_bodyCollection'];constructor(_0x1b3fda,_0x2d5bc9,_0x2f092c){super(_0x1b3fda),this['_bodyCollection']=_0x2f092c,this['_createContextChips'](_0x2d5bc9);const _0x1ada59={'cssClasses':{'showMoreButton':Xr,'showMoreBalloon':Jr,'overflowContainer':$r,'controlsButton':Qr}};this['_overflowManager']=new lo(_0x1b3fda,this['_contextChips'],_0x1ada59,this['_bodyCollection'],this),this['setTemplate']({'tag':'div','attributes':{'class':[Wr,'ck','ck-reset_all']},'children':[{'tag':'div','attributes':{'class':Yr},'children':this['_contextChips']}]});}['render'](){super['render']();const _0x24b441=this['element']['querySelector']('.'+Yr);_0x24b441&&(this['_overflowManager']['setContainerElement'](_0x24b441),this['_overflowManager']['reorganizeChips']());}['destroy'](){super['destroy'](),this['_overflowManager']['destroy']();}['_createContextChips'](_0x4b2a01){for(const _0x12047e of _0x4b2a01){const _0x619917=new ao(this['locale'],_0x12047e,!0x0,!0x1);this['_contextChips']['add'](_0x619917);}}}class Me extends Cr{['_contextChipsView']=null;['_locale'];['_bodyCollection'];['_messageContentView'];constructor(_0x3c03e3,_0x35ddca,_0x3c6d5b){super(_0x35ddca),this['_locale']=_0x3c03e3,this['_bodyCollection']=_0x3c6d5b,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 eh(this['_locale'],this['options']['contextItems']['filter'](_0x474fb8=>!_0x474fb8['hidden']),this['_bodyCollection']),this['_contextChipsView']['extendTemplate']({'attributes':{'class':'ck-ai-chat__feed__context-chips'}}),this['children']['add'](this['_contextChipsView']));}['_createMessageContentView'](){this['_messageContentView']=new _0x3a2ab2(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 Rt extends Cr{constructor(_0x5e3fc3,_0x2bb74a){super(_0x2bb74a);const {isWebSearchEnabled:_0x202b3c,isReasoningEnabled:_0x254a09}=_0x2bb74a['capabilities'],_0x2db8f8=[];let _0x4216e3='';_0x202b3c&&_0x254a09?(_0x4216e3=Yn(_0x5e3fc3,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING'),_0x2db8f8['push'](i_(t_)),_0x2db8f8['push'](i_(_0x2eac00))):_0x202b3c?(_0x4216e3=Yn(_0x5e3fc3,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH'),_0x2db8f8['push'](i_(t_))):_0x254a09&&(_0x4216e3=Yn(_0x5e3fc3,'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING'),_0x2db8f8['push'](i_(_0x2eac00))),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__interaction-header',_0x4216e3?'':'ck-hidden']}});const _0x21004f=new _0x3a2ab2();_0x21004f['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__interaction-header__capabilities']},'children':[..._0x2db8f8,{'tag':'span','attributes':{'class':['ck-ai-chat__feed__interaction-header__capabilities__text']},'children':[_0x4216e3]}]}),this['children']['add'](_0x21004f);}}function i_(_0x25e105){const _0x2ace8f=new _0x1f8dd5();return _0x2ace8f['content']=_0x25e105,_0x2ace8f;}const ps=['wheel','touchstart','pointerdown','keydown'],ws=['ArrowUp','ArrowDown','PageUp','PageDown','Home','End','\x20'];class Ae{['element'];['animationFrameId'];['isRunning'];['abortController'];['isUserPaused'];constructor(_0x409331){this['element']=_0x409331,this['animationFrameId']=null,this['isRunning']=!0x1,this['abortController']=new AbortController(),this['isUserPaused']=!0x1;for(const _0x2448fa of ps){const _0x2be133='keydown'!==_0x2448fa;this['element']['addEventListener'](_0x2448fa,this['_onUserEvent']['bind'](this),{'passive':_0x2be133,'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'](_0x19c586){if(this['isRunning']){if('keydown'===_0x19c586['type']){const _0x13cab2=_0x19c586['key'];if(!ws['includes'](_0x13cab2))return;}_0x19c586 instanceof WheelEvent?_0x19c586['deltaY']<0x0?this['isUserPaused']=!0x0:this['isUserPaused']=!this['_isAtBottom']():this['isUserPaused']=!0x0;}}['_isAtBottom'](){const {scrollTop:_0x408b26,scrollHeight:_0xc81656,clientHeight:_0x2d281d}=this['element'];return _0xc81656-_0x408b26-_0x2d281d<=0x5;}['_rafUpdate'](){this['isRunning']&&(this['isUserPaused']||this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'auto'}),this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}}class Fe extends _0x3a2ab2{constructor(_0x5d7052,_0x4b2931){super(_0x5d7052),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-skeleton']},'children':this['_createSkeletonItems'](_0x4b2931)});}['_createSkeletonItems'](_0x586366){const _0x439a5c=['ck','ck-ai-skeleton__item'];return _0x586366['map'](_0x3db5b7=>{let _0x1a1769='';switch(_0x3db5b7['attributes']['align']){case'right':_0x1a1769='margin-left:\x20auto;\x20margin-right:\x200;\x20text-align:\x20right;';break;case'center':_0x1a1769='margin-left:\x20auto;\x20margin-right:\x20auto;\x20text-align:\x20center;';break;case'left':_0x1a1769='margin-left:\x200;\x20margin-right:\x20auto;\x20text-align:\x20left;';}return{'tag':_0x3db5b7['tag'],'attributes':{'class':[..._0x439a5c,_0x3db5b7['attributes']['class']?_0x3db5b7['attributes']['class']:''],'style':'width:\x20'+_0x3db5b7['attributes']['width']+';\x20height:\x20'+_0x3db5b7['attributes']['height']+';'+_0x1a1769}};});}}const Be={'aiFeed':[{'tag':'div','attributes':{'width':'100%','height':'72px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}},{'tag':'div','attributes':{'width':'150px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'140px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}}],'aiHistory':$i(0x5,'100%','44px','right'),'aiChatResources':$i(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 $i(_0x140649,_0x44fbc9,_0x1da035,_0x250e05){return new Array(_0x140649)['fill'](null)['map'](()=>({'tag':'div','attributes':{'width':_0x44fbc9,'height':_0x1da035,'align':_0x250e05}}));}class pi extends _0x3a2ab2{['children'];['scrollManager'];['_bodyCollection'];constructor(_0x4e7bce,_0x1ec5c9){super(_0x4e7bce),this['_bodyCollection']=_0x1ec5c9,this['set']('isPending',!0x1),this['set']('loadingMessage',''),this['set']('isLoadingSkeletonVisible',!0x1),this['children']=this['createCollection'](),this['children']['delegate'](...Pt)['to'](this),this['_setupTemplate']();}['render'](){super['render'](),this['scrollManager']=new Ae(this['element']);}['destroy'](){super['destroy'](),this['scrollManager']['destroy']();}['clear'](){this['children']['clear']();}['addItem'](_0x2d60f2,_0x213717){let _0x14e71b;_0x14e71b='ai-reply'===_0x2d60f2?new Le(this['locale'],_0x213717):'ai-suggestion-reply'===_0x2d60f2?new ke(this['locale'],_0x213717):'user-message'===_0x2d60f2?new Me(this['locale'],_0x213717,this['_bodyCollection']):'interaction-header'===_0x2d60f2?new Rt(this['locale'],_0x213717):new Te(_0x213717),this['children']['add'](_0x14e71b);}async['updateReplyItem']({id:_0x58aeb8,parsedContent:_0x3dcf88,renderingStrategy:_0x458c69,abortSignal:_0x54ca47}){const _0x1f5472=this['getItemById'](_0x58aeb8);if(!(_0x1f5472 instanceof Le))throw new _0x599d16('ai-chat-feed-view-item-not-a-reply-item',null,{'itemView':_0x1f5472,'id':_0x58aeb8,'parsedContent':_0x3dcf88});await _0x1f5472['updateContent']({'parsedContent':_0x3dcf88,'renderingStrategy':_0x458c69,'abortSignal':_0x54ca47});}async['updateWebSources'](_0x123ca2,_0x64798){const _0x3fd2f4=this['getItemById'](_0x123ca2);if(_0x3fd2f4 instanceof ke)_0x3fd2f4['updateSources'](_0x64798);else{if(!(_0x3fd2f4 instanceof Le))throw new _0x599d16('ai-chat-feed-view-item-not-a-suggestion-or-reply-item',null,{'itemView':_0x3fd2f4,'id':_0x123ca2,'sources':_0x64798});_0x3fd2f4['updateSources'](_0x64798);}}async['updateSuggestionItem']({id:_0x33bfed,parts:_0x4bbcf6,renderingStrategy:_0x1f2e86,abortSignal:_0x3973ee}){const _0x12882c=this['getItemById'](_0x33bfed);if(!(_0x12882c instanceof ke))throw new _0x599d16('ai-chat-feed-view-item-not-a-suggestion-item',null,{'itemView':_0x12882c,'id':_0x33bfed,'parts':_0x4bbcf6});await _0x12882c['updateContent']({'parts':_0x4bbcf6,'renderingStrategy':_0x1f2e86,'abortSignal':_0x3973ee});}['updateSuggestionPartState']({id:_0x2fec12,index:_0xf0c39b,state:_0x58b06e}){const _0x1ddb6c=this['getItemById'](_0x2fec12);if(!(_0x1ddb6c instanceof ke))throw new _0x599d16('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x2fec12});_0x1ddb6c['updatePartState'](_0xf0c39b,_0x58b06e);}['markItemAsDone'](_0x39efd3){this['getItemById'](_0x39efd3)['markAsDone']();}['getItemIds'](){return this['children']['map'](_0x2577ce=>_0x2577ce['options']['id']);}['removeItem'](_0x208704){this['children']['remove'](this['getItemById'](_0x208704));}['scrollToSuggestion'](_0x108416,_0x2c3b93){const _0x4301e9=this['getItemById'](_0x108416);if(!(_0x4301e9 instanceof ke))return void _0x1f6f14('ck-ai-chat-feed-view-scroll-to-suggestion-invalid-item',{'replyId':_0x108416,'partIndex':_0x2c3b93});const _0xeb07f8=_0x4301e9['getPartView'](_0x2c3b93);_0xeb07f8?rt({'target':_0xeb07f8['element'],'ancestorOffset':0x14,'alignToTop':!0x0,'forceScroll':!0x0}):_0x1f6f14('ck-ai-chat-feed-view-scroll-to-suggestion-part-view-not-found',{'replyId':_0x108416,'partIndex':_0x2c3b93});}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed']},'children':this['_createTemplateChildren']()});}['_createTemplateChildren'](){const _0x5ee2c4=this['_createSkeletonLoader']();return[this['_createFeedItems'](),_0x5ee2c4,this['_createFeedLoader']()];}['_createSkeletonLoader'](){const _0x3a1a8b=new Fe(this['locale'],Be['aiFeed']);return _0x3a1a8b['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden',_0xd0d4ed=>!_0xd0d4ed)]}}),_0x3a1a8b;}['_createFeedItems'](){const _0xfb57c3=new _0x3a2ab2(this['locale']);return _0xfb57c3['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__items',this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden')]},'children':this['children']}),_0xfb57c3;}['_createFeedLoader'](){const _0x357b5a=new _0x3a2ab2(this['locale']);return _0x357b5a['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__loader',this['bindTemplate']['if']('isPending','ck-hidden',_0x535cff=>!_0x535cff)]},'children':this['_createLoaderChildren']()}),_0x357b5a;}['_createLoaderChildren'](){const _0x60ee4a=new De();return _0x60ee4a['isVisible']=!0x0,[_0x60ee4a,{'tag':'span','attributes':{'class':['ck','ck-ai-chat__loader-text']},'children':[{'text':this['bindTemplate']['to']('loadingMessage')}]}];}['getItemById'](_0x4fab0c){const _0x5ee68c=this['children']['find'](_0x4a518c=>_0x4a518c['options']['id']['includes'](_0x4fab0c));if(!_0x5ee68c)throw new _0x599d16('ai-chat-feed-view-item-not-found',this,{'id':_0x4fab0c});return _0x5ee68c;}['setLoadingMessage'](_0xf23019){this['set']('loadingMessage',_0xf23019);}['toggleLoadingSkeleton'](_0x352579){this['set']('isLoadingSkeletonVisible',_0x352579);}['startAutoScroll'](){this['scrollManager']['start']();}['stopAutoScroll'](){this['scrollManager']['stop']();}}class Vr extends _0x586ac5{['filter'](){let _0x334457=0x0;for(const _0xd4bb33 of this['items'])_0x334457+=_0xd4bb33['items']['length'];return{'resultsCount':_0x334457,'totalItemsCount':_0x334457};}}class Pe extends _0x7ab78d{['submitButtonView'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;['_addContextButtonView'];['_queryViewResizeObserver'];constructor(_0x1147f2,_0x213f63){super(_0x1147f2,{'queryView':{'label':'','creator':_0x456b9c,'showIcon':!0x1,'showResetButton':!0x1},'filteredView':new Vr(_0x1147f2),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1}),this['set']('isEmpty',!0x0),this['set']('isUploadInProgress',!0x1),this['_addContextButtonView']=_0x213f63,this['_queryViewResizeObserver']=null,this['queryView']['fieldView']['minRows']=Pe['MIN_ROWS'],this['queryView']['fieldView']['maxRows']=Pe['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',(_0x43a519,_0x43ea31)=>!_0x43a519&&!_0x43ea31),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x2cd72b,_0x35c4a1)=>{this['isUploadInProgress']||this['isEmpty']||_0x2cd72b['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x35c4a1());}),this['queryView']['fieldView']['on']('update',()=>{this['isEmpty']=''===this['queryView']['fieldView']['element']['value']?.['trim']();});}['destroy'](){super['destroy'](),this['_queryViewResizeObserver']&&this['_queryViewResizeObserver']['destroy']();}['submit'](){const _0x3dd70d=this['queryView']['fieldView']['element']['value']?.['trim']();if(!_0x3dd70d)return this['queryView']['errorText']=Yn(this['locale'],'AI_CHAT_PROMPT_EMPTY_ERROR'),void(this['queryView']['fieldView']['hasError']=!0x0);this['queryView']['fieldView']['hasError']=!0x1;const _0x31795c=_0x512f25(_0x3dd70d);this['fire']('sendUserMessage',_0x31795c),this['queryView']['fieldView']['reset']();}['setPlaceholderText'](_0x1dc785){this['queryView']['fieldView']['set']('placeholder',_0x1dc785);}['_createSubmitButton'](){const _0x3a9c9e=new _0x4b3349(this['locale']);return _0x3a9c9e['set']({'icon':_0xb7829d,'label':Yn(this['locale'],'AI_CHAT_LABEL_SUBMIT'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-chat__prompt-submit-button','isEnabled':!0x1}),_0x3a9c9e['on']('execute',()=>{this['submit']();}),_0x3a9c9e;}['setIsUploadInProgress'](_0x3cc91a){this['isUploadInProgress']=_0x3cc91a;}['_setUpAddContextButtonPositioning'](){const _0x3c1601=this['locale'],_0x42ad7e=()=>{_0x34a915['window']['requestAnimationFrame'](()=>{if(_0x33d5ba(this['element'])){const _0x4b59d4=new _0x5ed23e(this['queryView']['fieldView']['element']),_0x37e7b2=new _0x5ed23e(this['_addContextButtonView']['element']),_0x367e6=_0x4b59d4['width'],_0x5c2203='rtl'===_0x3c1601['uiLanguageDirection']?'right':'left';_0x4b59d4['excludeScrollbarsAndBorders']();const _0x14d6e7=_0x367e6-_0x4b59d4['width']+0x1;this['_addContextButtonView']['element']['style'][_0x5c2203]='calc('+(_0x367e6-_0x37e7b2['width']-_0x14d6e7)+'px\x20-\x20var(--ck-spacing-tiny))';}});};this['queryView']['fieldView']['on']('update',_0x42ad7e),this['on']('render',()=>{_0x42ad7e(),this['_queryViewResizeObserver']=new _0x31ce92(this['queryView']['fieldView']['element'],()=>{_0x42ad7e();});});}}const Zr='ck-ai-chat__prompt-capabilities',ea='ck-ai-chat-controls-button',ia='ck-ai-chat-controls-button--commands',sa='ck-ai-chat-controls__model-selection',na='ck-ai-chat-controls__model-selection__item-name',ra='ck-ai-chat-controls__model-selection__item-description',oa='ck-ai-chat-controls__model-selection__item-capabilities',aa='n';class ve extends _0x3a2ab2{['_webSearchButton'];['_reasoningButton'];['_commandsButton'];['_modelSelectionDropdown'];['_modelSelectionDropdownItems'];['_modelNameView'];constructor(_0x58524a){super(_0x58524a),this['set']('webSearchActive',!0x1),this['set']('reasoningActive',!0x1),this['set']('modelSelectorVisible',!0x0),this['set']('modelSelectorEnabled',!0x0),this['set']('activeModelId',''),this['set']('activeModelName',''),this['_modelSelectionDropdown']=this['_createModelSelectionDropdown'](),this['_modelNameView']=this['_createModelNameView'](),this['_webSearchButton']=this['_createWebSearchButton'](),this['_reasoningButton']=this['_createReasoningButton'](),this['_commandsButton']=this['_createCommandsButton'](),this['_modelSelectionDropdown']['buttonView']['bind']('isVisible')['to'](this,'modelSelectorVisible',_0x2d4c98=>_0x2d4c98),this['_modelSelectionDropdown']['buttonView']['bind']('tooltip')['to'](this,'modelSelectorEnabled',_0x32c2c2=>_0x32c2c2?this['_modelSelectionDropdown']['buttonView']['label']:Yn(this['locale'],'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP')),this['_modelSelectionDropdown']['bind']('isEnabled')['to'](this,'modelSelectorEnabled',_0xccb172=>_0xccb172),this['_webSearchButton']['bind']('isOn')['to'](this,'webSearchActive',_0x230acf=>_0x230acf),this['_webSearchButton']['bind']('withText')['to'](this,'modelSelectorVisible',_0x5e5f92=>!_0x5e5f92),this['_webSearchButton']['bind']('tooltip')['to'](this,'webSearchActive',_0x84a6f8=>Yn(this['locale'],_0x84a6f8?'AI_CHAT_DISABLE_WEB_SEARCH':'AI_CHAT_ENABLE_WEB_SEARCH')),this['_reasoningButton']['bind']('isOn')['to'](this,'reasoningActive',_0x125348=>_0x125348),this['_reasoningButton']['bind']('withText')['to'](this,'modelSelectorVisible',_0x34dc87=>!_0x34dc87),this['_reasoningButton']['bind']('tooltip')['to'](this,'reasoningActive',_0x222cb0=>Yn(this['locale'],_0x222cb0?'AI_CHAT_DISABLE_REASONING':'AI_CHAT_ENABLE_REASONING')),this['setTemplate']({'tag':'div','attributes':{'class':[Zr]},'children':[this['_modelSelectionDropdown'],this['_modelNameView'],this['_webSearchButton'],this['_reasoningButton'],this['_commandsButton']]}),this['_modelSelectionDropdownItems']=new _0xe98229(),_0x291cf2(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']);}['setModelList'](_0x98b399,_0x474f46){if(this['set']('modelSelectorVisible',!(_0x474f46&&_0x98b399['length']<=0x1)),this['_modelSelectionDropdownItems']['clear'](),_0x98b399?.['length'])for(const _0x565984 of _0x98b399){const _0x574a9b=new _0x45b9d4({'label':_0x565984['name'],'withText':!0x0,'role':'menuitemradio','id':_0x565984['id'],'model':_0x565984});_0x574a9b['bind']('isOn')['to'](this,'activeModelId',_0x588078=>_0x588078===_0x565984['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x574a9b,'labelView':new ha(this['locale'],_0x565984)});}}['setWebSearch'](_0x599184){this['set']('webSearchActive',_0x599184);}['setReasoning'](_0x1a075e){this['set']('reasoningActive',_0x1a075e);}['setModel'](_0x3e9c32){if(!_0x3e9c32)return;this['activeModelId']=_0x3e9c32['id'],this['activeModelName']=_0x3e9c32['name']||_0x3e9c32['id'],this['_modelSelectionDropdown']['buttonView']['set']('label',_0x3e9c32['name']),this['_modelSelectionDropdown']['buttonView']['set']('tooltip',_0x3e9c32['name']);const _0x5984f2=_0x3e9c32['capabilities']['webSearch']?.['enabled']??!0x1;this['set']('webSearchActive',!0x1),this['_webSearchButton']['set']('isOn',!0x1),this['_webSearchButton']['set']('isEnabled',_0x5984f2),this['_webSearchButton']['set']('isVisible',_0x5984f2);const _0x5432c5=_0x3e9c32['capabilities']['reasoning']?.['enabled']??!0x1;this['set']('reasoningActive',!0x1),this['_reasoningButton']['set']('isOn',!0x1),this['_reasoningButton']['set']('isEnabled',_0x5432c5),this['_reasoningButton']['set']('isVisible',_0x5432c5);}['enableModelSelector'](){this['set']('modelSelectorEnabled',!0x0),this['set']('modelSelectorVisible',!0x0);}['disableModelSelector'](_0x29cbea){this['set']('modelSelectorEnabled',!0x1),_0x29cbea&&this['set']('modelSelectorVisible',!0x1);}['_createWebSearchButton'](){const _0x4eeee9=new _0x4b3349();return _0x4eeee9['set']({'label':Yn(this['locale'],'AI_CHAT_SEARCH_WEB'),'icon':t_,'class':ea,'isToggleable':!0x0,'tooltipPosition':aa}),_0x4eeee9['on']('execute',()=>{this['fire']('toggleWebSearch');}),_0x4eeee9;}['_createReasoningButton'](){const _0x27cfed=new _0x4b3349();return _0x27cfed['set']({'label':Yn(this['locale'],'AI_CHAT_REASONING'),'icon':_0x2eac00,'class':ea,'isToggleable':!0x0,'tooltipPosition':aa}),_0x27cfed['on']('execute',()=>{this['fire']('toggleReasoning');}),_0x27cfed;}['_createCommandsButton'](){const _0x13ff96=new _0x4b3349();return _0x13ff96['set']({'label':Yn(this['locale'],'AI_CHAT_COMMANDS'),'icon':yt,'withText':!0x0,'class':ea,'isToggleable':!0x0,'tooltip':Yn(this['locale'],'AI_CHAT_COMMANDS'),'tooltipPosition':aa}),_0x13ff96['extendTemplate']({'attributes':{'class':[ia]}}),_0x13ff96['on']('execute',()=>{console['log']('Commands\x20are\x20not\x20implemented\x20yet.'),alert('Commands\x20are\x20not\x20implemented\x20yet.');}),_0x13ff96;}['_createModelSelectionDropdown'](){const _0x1895a7=_0x45dc52(this['locale']);return _0x1895a7['set']({'panelPosition':'ne','class':[sa]}),_0x1895a7['buttonView']['set']({'label':Yn(this['locale'],'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP'),'withText':!0x0,'tooltip':!0x0,'tooltipPosition':aa}),this['listenTo'](_0x1895a7,'execute',_0x1e89ee=>{this['fire']('selectModel',_0x1e89ee['source']['model']);}),_0x1895a7;}['_createModelNameView'](){const _0x2608a8=new Jo(this['locale']);return _0x2608a8['bind']('text')['to'](this,'activeModelName',_0x257273=>_0x257273??''),_0x2608a8['bind']('isVisible')['to'](this,'modelSelectorVisible',this,'activeModelName',(_0x52acb3,_0x7a5c06)=>!_0x52acb3&&!_0x7a5c06?.['toLowerCase']()['startsWith']('agent')),_0x2608a8;}}let ha=class extends _0x39c654{constructor(_0x113e65,_0x299078){super();const _0x3982fd=this['bindTemplate'],_0x3a5ec8=this['createCollection']();this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x3982fd['to']('style'),'id':_0x3982fd['to']('id')},'children':[{'tag':'div','attributes':{'class':[na]},'children':[{'text':_0x3982fd['to']('text')}]},{'tag':'div','attributes':{'class':[ra]},'children':[{'tag':'span','children':[{'text':_0x299078['description']}]}]},{'tag':'div','attributes':{'class':[oa]},'children':_0x3a5ec8}]}),_0x3a5ec8['addMany'](this['_getCapabilityParts'](_0x113e65,t_,'AI_CHAT_SEARCH_WEB',_0x299078['capabilities']['webSearch']?.['enabled']??!0x1)),_0x3a5ec8['addMany'](this['_getCapabilityParts'](_0x113e65,_0x2eac00,'AI_CHAT_REASONING',_0x299078['capabilities']['reasoning']?.['enabled']??!0x1));}['_getCapabilityParts'](_0x2c7ea9,_0x90d99c,_0x2cbfe7,_0x40061b){const _0x16e4d2=new _0x1f8dd5();_0x16e4d2['content']=_0x90d99c;const _0x36feae=new _0x3a2ab2(_0x2c7ea9);_0x36feae['setTemplate']({'tag':'span','children':[{'text':Yn(_0x2c7ea9,_0x2cbfe7)+':\x20'}]});const _0x26b342=new _0x3a2ab2(_0x2c7ea9);return _0x26b342['setTemplate']({'tag':'span','children':[{'text':Yn(_0x2c7ea9,_0x40061b?'AI_CHAT_CAPABILITIES_YES':'AI_CHAT_CAPABILITIES_NO')}]}),[_0x16e4d2,_0x36feae,_0x26b342];}};class Jo extends _0x3a2ab2{constructor(_0x4014d0){super(_0x4014d0),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x52fa10=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-chat-controls__model-name',_0x52fa10['if']('isVisible','ck-hidden',_0x4b2360=>!_0x4b2360)]},'children':[{'text':_0x52fa10['to']('text')}]});}}const ca='ck-ai-chat-context-controls__url-form',la='ck-ai-chat-context-controls__url-input-section';class Vo extends _0x3a2ab2{['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['urlInputField'];['backButton'];['confirmButton'];constructor(_0x4824e5){super(_0x4824e5),this['focusTracker']=new _0x14ef6c(),this['keystrokes']=new _0x4f7a26(),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 _0x3d067c({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_setupTemplate'](),this['_setupEventHandlers'](),this['_setupKeystrokes']();}['render'](){super['render'](),this['_focusables']['forEach'](_0x2e4fd2=>{this['focusTracker']['add'](_0x2e4fd2['element']),this['keystrokes']['listenTo'](_0x2e4fd2['element']);}),_0x4e85c1({'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'](_0x424a67){this['urlInputField']['errorText']=_0x424a67,this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}['clearError'](){this['urlInputField']['errorText']=null,this['_updateConfirmButtonState']();}['_createBackButton'](){const _0x49dc0a=new _0x4b3349(this['locale']);return _0x49dc0a['set']({'icon':_0x1a2643,'tooltip':Yn(this['locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':'ck-button-icon\x20ck-button-back'}),_0x49dc0a;}['_createUrlInputField'](){const _0x9f5172=new _0xaf91ac(this['locale'],_0x5d068d);return _0x9f5172['set']({'label':Yn(this['locale'],'AI_CHAT_CONTEXT_URL_LABEL'),'class':'ck-labeled-field-view_empty'}),_0x9f5172['fieldView']['set']({'placeholder':Yn(this['locale'],'AI_CHAT_CONTEXT_URL_PLACEHOLDER')}),_0x9f5172;}['_createConfirmButton'](){const _0x2f0552=new _0x4b3349(this['locale']);return _0x2f0552['set']({'icon':_0x112b00,'tooltip':Yn(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'tooltipPosition':'n','class':'ck-button-icon','type':'submit','isEnabled':!0x1}),_0x2f0552;}['_setupTemplate'](){const _0x553f6d=new _0x20b76f(this['locale'],{'label':Yn(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'class':'ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_context-url'});_0x553f6d['children']['add'](this['backButton'],0x0),this['setTemplate']({'tag':'form','attributes':{'class':ca,'tabindex':'-1'},'children':[_0x553f6d,{'tag':'div','attributes':{'class':la},'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',_0x4512e6=>{_0x4512e6['stop'](),this['_handleSubmit']();});}['_setupKeystrokes'](){this['keystrokes']['set']('esc',(_0x4991e8,_0x293e94)=>{this['clear'](),this['fire']('cancel'),_0x293e94();});}['_handleSubmit'](){const _0x1ed9d1=this['getValue']()['trim']();_0x1ed9d1?this['_isValidUrl'](_0x1ed9d1)?(this['clearError'](),this['fire']('submitUrl',_0x1ed9d1)):this['setError'](Yn(this['locale'],'AI_CHAT_CONTEXT_URL_INVALID_ERROR')):this['setError'](Yn(this['locale'],'AI_CHAT_CONTEXT_URL_EMPTY_ERROR'));}['_updateConfirmButtonState'](){const _0x38e4ca=this['getValue']()['trim'](),_0x4ab16a=!!this['urlInputField']['errorText'];this['confirmButton']['isEnabled']=_0x38e4ca['length']>0x0&&!_0x4ab16a;}['_isValidUrl'](_0x4eb5c4){try{return!!new URL(_0x4eb5c4);}catch{return!0x1;}}}const da='ck-ai-chat-resources__item',ua='ck-ai-chat-resources__item--in-context',_a='ck-ai-chat-resources__item-title',Ia='ck-ai-chat-resources__item__icon';class tc extends _0x1f44f8{['resource'];['_titleView'];['_iconView'];constructor(_0x126e1a,_0x3f43df){super(_0x126e1a),this['resource']=_0x3f43df,this['set']('isInContext',!!_0x3f43df['isInContext']),this['_titleView']=this['_createTitleView'](),this['_iconView']=this['_createIconView'](),this['_setupTemplate']();}['render'](){super['render']();}['getResourceIcon'](_0x178041){if(_0x178041['isInContext'])return _0x112b00;switch(_0x178041['type']){case xe['DOCUMENT']:return _0x14043e;case xe['URL']:return _0x2b16a2;case xe['FILE']:case xe['TEXT']:return _0x44a88a;default:return _0x24e0c5;}}['highlightText'](_0x7a82ca){if(!_0x7a82ca||''===_0x7a82ca['trim']())return void this['_titleView']['highlightText'](null);const _0xae35d4=new RegExp(_0x1c0115(_0x7a82ca),'gi');this['_titleView']['highlightText'](_0xae35d4);}['updateResourceState'](_0x146d38){this['resource']['isInContext']=_0x146d38,this['isInContext']=_0x146d38,this['_updateIcon']();}['_createTitleView'](){const _0x186b5c=new _0x200fd8();return _0x186b5c['text']=this['resource']['label'],_0x186b5c['extendTemplate']({'tag':'span','attributes':{'class':[_a]}}),_0x186b5c;}['_createIconView'](){const _0x20a455=new _0x1f8dd5();return _0x20a455['content']=this['getResourceIcon'](this['resource']),_0x20a455;}['_setupTemplate'](){const _0x1ace48=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':[da,_0x1ace48['if']('isVisible','ck-hidden',_0xebf447=>!_0xebf447),_0x1ace48['if']('isInContext',ua)]},'children':[{'tag':'div','attributes':{'class':[Ia]},'children':[this['_iconView']]},this['_titleView']],'on':{'click':_0x1ace48['to']('execute')}});}['_updateIcon'](){this['_iconView']['content']=this['getResourceIcon'](this['resource']);}}const Aa='ck-ai-chat-resources__list';class Ur extends _0x586ac5{['_source'];constructor(_0x30bf8f,_0x5ce5b2){super(_0x30bf8f),this['_source']=_0x5ce5b2,this['extendTemplate']({'attributes':{'class':[Aa]}});}['setResources'](_0x39f4ea,_0xa1a781){this['items']['clear']();let _0x548492=_0x39f4ea;if(this['_source']['useDefaultFiltering']&&_0xa1a781&&''!==_0xa1a781['trim']()){const _0x594f30=new RegExp(_0xa1a781['replace'](/[.*+?^${}()|[\]\\]/g,'\x5c$&'),'gi');_0x548492=_0x39f4ea['filter'](_0x5a63e5=>_0x594f30['test'](_0x5a63e5['label']));}for(const _0x38b0bf of _0x548492){const _0x5be2db=new tc(this['locale'],_0x38b0bf);_0x5be2db['on']('execute',()=>{this['_handleResourceSelection'](this['_source'],_0x38b0bf);}),this['items']['add'](_0x5be2db);}this['_source']['useDefaultFiltering']&&this['highlightText'](_0xa1a781);}['highlightText'](_0x1244c4){this['_source']['useDefaultFiltering']&&this['items']['forEach'](_0x3d7fd5=>{_0x3d7fd5['highlightText'](_0x1244c4);});}['updateResourceState'](_0x5d77fb,_0x3e7c0e){for(const _0x39e3c3 of this['items']){const _0xc89a6b=_0x39e3c3;_0xc89a6b['resource']['id']===_0x5d77fb&&_0xc89a6b['updateResourceState'](_0x3e7c0e);}}['_handleResourceSelection'](_0x4240a0,_0x224e6e){this['fire']('addResourceToContext',{'source':_0x4240a0,'resource':_0x224e6e});}}class Dr extends _0xaf91ac{['iconView'];['resetButtonView'];['_viewConfig'];constructor(_0x111739){const t=_0x111739['t'],_0x594afa={'showResetButton':!0x0,'showIcon':!0x0,'creator':_0x5d068d,'label':Yn(_0x111739,'AI_CHAT_SEARCH_RESOURCES')};super(_0x111739,_0x594afa['creator']),this['label']=_0x594afa['label'],this['_viewConfig']=_0x594afa,this['_viewConfig']['showIcon']&&this['_setupSearchIcon'](),this['_viewConfig']['showResetButton']&&this['_setupResetButton'](_0x111739,t),this['_setupEventListeners']();}['reset'](){this['fieldView']['reset'](),this['_viewConfig']['showResetButton']&&this['resetButtonView']&&(this['resetButtonView']['isVisible']=!0x1),this['search']('');}['search'](_0x4c454a){this['fire']('search',_0x4c454a);}['getQuery'](){return this['fieldView']['element']?.['value']||'';}['_setupSearchIcon'](){this['iconView']=new _0x1f8dd5(),this['iconView']['content']=_0x2b1e17,this['fieldWrapperChildren']['add'](this['iconView'],0x0),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-icon'}});}['_setupResetButton'](_0x34abff,t){this['resetButtonView']=new _0x4b3349(_0x34abff),this['resetButtonView']['set']({'label':t('Clear'),'icon':_0x564668,'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',_0x9d9d7d=>!_0x9d9d7d),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 Br extends _0x3a2ab2{['_searchView'];['_resourcesListView'];['_skeletonLoader'];['_source'];['children'];['_latestLoadResourcesUid']=null;constructor(_0xa73662,_0x24bb8c){super(_0xa73662),this['_source']=_0x24bb8c,this['set']('isLoading',!0x0),this['_searchView']=this['_createSearchView']();const _0x437e2c=this['_createSearchSection']();this['_resourcesListView']=this['_createResourcesListView'](),this['_skeletonLoader']=this['_createSkeletonView'](),this['children']=new _0x4346f0([_0x437e2c,this['_skeletonLoader'],this['_resourcesListView']]),this['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat-resources'},'children':this['children']});}['_createSearchView'](){return new Dr(this['locale']);}['_createSearchSection'](){const _0x3a71b7=new _0x3a2ab2(this['locale']);return _0x3a71b7['setTemplate']({'tag':'div','attributes':{'class':'ck\x20ck-search'},'children':[this['_searchView']]}),this['_searchView']['on']('search',(_0x5730ad,_0x51c6c3)=>{this['loadResources'](_0x51c6c3),this['_source']['useDefaultFiltering']&&this['_resourcesListView']['highlightText'](_0x51c6c3);}),_0x3a71b7;}['_createResourcesListView'](){const _0xb884bb=new Ur(this['locale'],this['_source']);return _0xb884bb['delegate']('addResourceToContext')['to'](this),_0xb884bb['extendTemplate']({'attributes':{'class':this['bindTemplate']['if']('isLoading','ck-hidden')}}),_0xb884bb;}['_createSkeletonView'](){const _0x135112=new Fe(this['locale'],Be['aiChatResources']);return _0x135112['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoading','ck-hidden',_0xa86ae7=>!_0xa86ae7)]}}),_0x135112;}['render'](){super['render'](),this['loadResources']('');}['loadResources'](_0x4f1f11){const _0x23cefa=_0x190955();this['_latestLoadResourcesUid']=_0x23cefa,this['fire']('loadSourceResources',{'sourceId':this['_source']['id'],'query':_0x4f1f11,'uid':_0x23cefa}),this['isLoading']=!0x0;}['setResources'](_0x1f445a,_0x4f3ac5){if(_0x4f3ac5&&_0x4f3ac5!==this['_latestLoadResourcesUid'])return;const _0x2a7182=this['_source']['useDefaultFiltering']?this['_searchView']['getQuery']():'';this['_resourcesListView']['setResources'](_0x1f445a,_0x2a7182),requestAnimationFrame(()=>{this['isLoading']=!0x1;});}['updateResourceState'](_0x270921,_0xb2aa1c){this['_resourcesListView']['updateResourceState'](_0x270921,_0xb2aa1c);}}const ga='ck-ai-chat-context-controls__source-balloon-panel',ma='ck-button-icon\x20ck-button-back',pa='ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_source';class fo{['_sourceResourceBalloons']=new Map();['_bodyCollection'];['_locale'];['_config'];constructor(_0x156b29,_0x286c34,_0x188a0f){this['_locale']=_0x156b29,this['_bodyCollection']=_0x286c34,this['_config']=_0x188a0f;}['showSourceResourcesBalloon'](_0x6602ed){let _0x503973=this['_sourceResourceBalloons']['get'](_0x6602ed['id']);_0x503973||(_0x503973=this['_createSourceResourceBalloonPanel'](),this['_sourceResourceBalloons']['set'](_0x6602ed['id'],_0x503973),this['_setupSingleResourceBalloonClickOutsideHandler'](_0x503973)),this['_addSourceResourceContent'](_0x503973,_0x6602ed),_0x503973['show']();const _0x2c1a39=this['_config']['getTargetElement']();_0x2c1a39&&_0x503973['pin']({'target':_0x2c1a39,'limiter':this['_config']['getLimiterElement']()});}['populateSourceResourceBalloon'](_0x34e4d3,_0x21a8b2,_0x1d1653){const _0x43e823=this['_sourceResourceBalloons']['get'](_0x34e4d3);if(!_0x43e823)return;const _0x504d9d=this['_getResourcesViewFromBalloon'](_0x43e823);_0x504d9d&&_0x504d9d['setResources'](_0x21a8b2,_0x1d1653);}['closeSourceResourceBalloon'](_0x55240c){const _0x38a9a3=this['_sourceResourceBalloons']['get'](_0x55240c);_0x38a9a3&&requestAnimationFrame(()=>{_0x38a9a3['hide'](),this['_sourceResourceBalloons']['delete'](_0x55240c),this['_config']['onBalloonClosed']();});}['isAnyResourceBalloonVisible'](){for(const _0x55a211 of this['_sourceResourceBalloons']['values']())if(_0x55a211['isVisible'])return!0x0;return!0x1;}['updateResourceState'](_0x55f86b,_0x5af428,_0x269cb1){const _0x3176b1=this['_sourceResourceBalloons']['get'](_0x55f86b);if(!_0x3176b1||!_0x3176b1['isVisible'])return;const _0x6900e1=this['_config']['getTargetElement']();if(!_0x6900e1)return;_0x3176b1['pin']({'target':_0x6900e1,'limiter':this['_config']['getLimiterElement']()});const _0x2229da=this['_getResourcesViewFromBalloon'](_0x3176b1);_0x2229da&&_0x2229da['updateResourceState'](_0x5af428,_0x269cb1);}['destroy'](){for(const _0x5e2615 of this['_sourceResourceBalloons']['values']())_0x5e2615['destroy']();this['_sourceResourceBalloons']['clear']();}['_createSourceResourceBalloonPanel'](){const _0x4fa754=new _0x1618b0(this['_locale']);return _0x4fa754['extendTemplate']({'attributes':{'class':ga}}),this['_bodyCollection']['add'](_0x4fa754),_0x4fa754;}['_addSourceResourceContent'](_0x559e3a,_0x1bdb42){_0x559e3a['content']['clear']();const _0x39a8e7=this['_createBalloonHeader'](_0x559e3a,_0x1bdb42);_0x559e3a['content']['add'](_0x39a8e7);const _0x4bf860=this['_createBalloonResourcesView'](_0x1bdb42);_0x559e3a['content']['add'](_0x4bf860);}['_createBalloonHeader'](_0x597781,_0x17cbdb){const _0x4d777b=this['_createBackButton'](_0x597781),_0x2e3635=new _0x20b76f(this['_locale'],{'label':_0x17cbdb['label'],'class':pa});return _0x2e3635['children']['add'](_0x4d777b,0x0),_0x2e3635;}['_createBackButton'](_0x2c3912){const _0x304dd9=new _0x4b3349(this['_locale']);return _0x304dd9['set']({'icon':_0x1a2643,'tooltip':Yn(this['_locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':ma}),_0x304dd9['on']('execute',()=>{_0x2c3912['hide'](),this['_config']['onBackToContext']();}),_0x304dd9;}['_createBalloonResourcesView'](_0x383ad1){const _0x37467=new Br(this['_locale'],_0x383ad1);return _0x37467['on']('loadSourceResources',(_0x5a3610,_0x303bcc)=>{this['_config']['onLoadSourceResources'](_0x303bcc);}),_0x37467['on']('addResourceToContext',(_0x4eab20,_0x1d9558)=>{this['_config']['onResourceSelected'](_0x1d9558['source'],_0x1d9558['resource']),this['closeSourceResourceBalloon'](_0x383ad1['id']);}),_0x37467;}['_getResourcesViewFromBalloon'](_0x391c33){const _0x2b4742=_0x391c33['content']['get'](0x1);return _0x2b4742 instanceof Br?_0x2b4742:null;}['_setupSingleResourceBalloonClickOutsideHandler'](_0x206293){_0xca342f({'emitter':_0x206293,'contextElements':[_0x206293['element']],'callback':()=>{_0x206293['hide'](),this['_config']['onBalloonClosed']();},'activator':()=>_0x206293['isVisible']});}}const Ve=['addDocumentToContext','addFileToContext','addUrlToContext','addResourceToContext','removeContextItem','loadSourceResources'],Po='ck-ai-chat-context-controls',Ro='ck-ai-chat-context-controls__pending-contexts',Uo='ck-ai-chat-context-controls__add-context-balloon-panel',Lo='ck-ai-chat-context-controls__add-context-button',No='ck-ai-chat-context-controls__url-balloon-panel',Mo='ck-ai-chat-context-controls__balloon-button',Ho='ck-ai-chat-context-controls__balloon-button-source',uo='ck-ai-chat-controls-button',jo='ck-ai-chat-context-chips-wrapper-balloon',xo='ck-ai-chat-controls_context_show-more-button',mo='ck-ai-chat-context-controls__show-more-balloon-panel',Xo='ck-ai-chat',Do=[_0x1618b0['defaultPositions']['northArrowSouthWest'],_0x1618b0['defaultPositions']['northArrowSouth'],_0x1618b0['defaultPositions']['northArrowSouthEast'],_0x1618b0['defaultPositions']['southArrowNorthWest'],_0x1618b0['defaultPositions']['southArrowNorth'],_0x1618b0['defaultPositions']['southArrowNorthEast']];class _e extends _0x3a2ab2{['addContextButtonView'];['_currentContextsChips']=this['createCollection']();['_conversationContextsChips']=this['createCollection']();['_overflowManager'];['_addContextBalloonPanelView'];['_urlBalloonPanelView'];['_urlInputView'];['_resourcesBalloonView'];['_addContextBalloonConfig'];['bodyCollection'];constructor(_0x5359dc,_0x59cd50){super(_0x5359dc),this['bodyCollection']=_0x59cd50,this['_currentContextsChips']=this['createCollection'](),this['_conversationContextsChips']=this['createCollection'](),this['addContextButtonView']=this['_createAddContextButtonView'](_0x5359dc),this['_addContextBalloonPanelView']=this['_createAddContextBalloonPanelView'](_0x5359dc),this['_urlBalloonPanelView']=this['_createUrlBalloonPanelView'](_0x5359dc),this['_resourcesBalloonView']=this['_createResourcesBalloonView'](_0x5359dc,_0x59cd50);const _0x495322={'cssClasses':{'showMoreButton':xo,'showMoreBalloon':mo,'overflowContainer':jo,'controlsButton':uo}};this['_overflowManager']=new lo(_0x5359dc,this['_currentContextsChips'],_0x495322,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'](_0x3f6503,_0x502aa7){const _0x5d7ce0=this['_createContextButton'](_0x3f6503,'current',!0x0,_0x502aa7);this['_addContextToCollection'](_0x5d7ce0,this['_currentContextsChips']),this['_overflowManager']['reorganizeChips']();}['removeContextItem'](_0x3cd273){this['_removeContextFromCollection'](_0x3cd273,this['_currentContextsChips']),this['_removeContextFromCollection'](_0x3cd273,this['_overflowManager']['overflowChips']),this['_overflowManager']['reorganizeChips']();}['setContextItemLoading'](_0x4c3628,_0x4b4012){let _0x194472=this['_currentContextsChips']['find'](_0xa69dac=>_0xa69dac['id']===_0x4c3628);_0x194472||(_0x194472=this['_overflowManager']['overflowChips']['find'](_0x4478ea=>_0x4478ea['id']===_0x4c3628)),_0x194472&&(_0x194472['isLoading']=_0x4b4012);}['setConversationContext'](_0x5b0a06){this['_conversationContextsChips']['clear']();for(const _0x24df03 of _0x5b0a06){const _0x58225e=this['_createContextButton'](_0x24df03,'conversation',!0x1,!0x1);this['_addContextToCollection'](_0x58225e,this['_conversationContextsChips']);}}['clearCurrentContextItems'](){this['_currentContextsChips']['clear'](),this['_overflowManager']['clear']();}['clearConversationContextItems'](){this['_conversationContextsChips']['clear']();}['updateResourceState'](_0x27ab91,_0x4532ae,_0x333cd2){this['_resourcesBalloonView']['updateResourceState'](_0x27ab91,_0x4532ae,_0x333cd2);}['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'](_0x4c42d9){this['_resourcesBalloonView']['showSourceResourcesBalloon'](_0x4c42d9),this['addContextButtonView']['isOn']=!0x0;}['populateSourceResourceBalloon'](_0x40b37a,_0x4a6e02,_0x193217,_0x5dcabb){this['_resourcesBalloonView']['populateSourceResourceBalloon'](_0x40b37a,_0x193217,_0x5dcabb);}['closeSourceResourceBalloon'](_0x559325){this['_resourcesBalloonView']['closeSourceResourceBalloon'](_0x559325),this['addContextButtonView']['isOn']=!0x1;}['setAddContextOptions'](_0x44a0a3){this['_setBalloonPanelContent'](this['_addContextBalloonPanelView'],this['locale'],_0x44a0a3),this['_setAddContextButtonEnabled'](_0x44a0a3);}['_setAddContextButtonEnabled'](_0x4c9781){const _0x286c59=!_0x4c9781['document']['isHidden']&&_0x4c9781['document']['enabled'],_0xb9ddad=_0x4c9781['urls']['enabled'],_0x2c5cc8=_0x4c9781['files']['enabled'];this['addContextButtonView']['isEnabled']=_0x286c59||_0xb9ddad||_0x2c5cc8;}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':[Po,'ck-reset_all-excluded']},'children':[{'tag':'div','attributes':{'class':Ro},'children':this['_currentContextsChips']}]});}['_bindEventHandlers'](){this['addContextButtonView']['on']('execute',()=>{this['_handleAddContextButtonClick']();});}['_createAddContextButtonView'](_0x1e43ce){const _0x260cc9=new _0x4b3349(_0x1e43ce);return _0x260cc9['set']({'label':Yn(_0x1e43ce,'AI_CHAT_CONTEXT_ADD_CONTEXT'),'class':uo+'\x20'+Lo,'icon':_0x1d4e36,'isToggleable':!0x0,'tooltip':!0x0,'tooltipPosition':'sw'}),_0x260cc9;}['_createAddContextBalloonPanelView'](_0x188629){return this['_createBaseBalloonPanel'](_0x188629,Uo);}['_createUrlBalloonPanelView'](_0x2f90d3){const _0x2435ec=this['_createBaseBalloonPanel'](_0x2f90d3,No);return this['_addUrlContent'](_0x2435ec,_0x2f90d3),_0x2435ec;}['_createResourcesBalloonView'](_0xd058d,_0x4eae8e){return new fo(_0xd058d,_0x4eae8e,{'onBackToContext':()=>{this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Do});},'onResourceSelected':(_0x92460c,_0x1d5fb5)=>{this['fire']('addResourceToContext',{'source':_0x92460c,'resource':_0x1d5fb5});},'onLoadSourceResources':_0x455761=>{this['fire']('loadSourceResources',_0x455761);},'onBalloonClosed':()=>{this['addContextButtonView']['isOn']=!0x1;},'getLimiterElement':()=>this['_getLimiterElement'](),'getTargetElement':()=>this['addContextButtonView']['element']});}['_getLimiterElement'](){return this['element']?.['closest']('.'+Xo)||document['body'];}['_createBaseBalloonPanel'](_0xe7a1c8,_0xa77c03){const _0x58bcf7=new _0x1618b0(_0xe7a1c8);return _0x58bcf7['extendTemplate']({'attributes':{'class':_0xa77c03}}),this['bodyCollection']['add'](_0x58bcf7),_0x58bcf7;}['_setBalloonPanelContent'](_0x454dc8,_0xb729fc,_0x938d65){if(_0x454dc8['content']['clear'](),!_0x938d65['document']['isHidden']&&_0x938d65['document']['enabled']){const _0x4a8d9c=this['_createBalloonButton'](_0xb729fc,{'label':Yn(_0xb729fc,'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'),'icon':_0x14043e});_0x4a8d9c['on']('execute',()=>{this['fire']('addDocumentToContext'),this['hideAddContextBalloonPanel']();}),_0x454dc8['content']['add'](_0x4a8d9c);}if(_0x938d65['urls']['enabled']){const _0x4ec957=this['_createBalloonButton'](_0xb729fc,{'label':Yn(_0xb729fc,'AI_CHAT_CONTEXT_URL_LABEL'),'icon':_0x2b16a2});_0x4ec957['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['showUrlBalloonPanel'](),this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Do}),this['_urlInputView']['focus']();}),_0x454dc8['content']['add'](_0x4ec957);}if(_0x938d65['files']['enabled']){const _0x43e52f=new _0x2ce7ec(_0xb729fc);_0x43e52f['set']({'label':Yn(_0xb729fc,'AI_CHAT_CONTEXT_FILE_LABEL'),'icon':_0x9306a4,'withText':!0x0,'tooltip':!0x0,'class':Mo,'allowMultipleFiles':!0x0}),_0x43e52f['on']('done',(_0x533359,_0x40c60b)=>{this['fire']('addFileToContext',_0x40c60b),this['hideAddContextBalloonPanel']();}),_0x43e52f['tooltip']=!0x0,_0x454dc8['content']['add'](_0x43e52f);}for(const _0x157715 of _0x938d65['sources']){const _0x1172e2=this['_createBalloonButton'](_0xb729fc,{'label':_0x157715['label'],'icon':_0x157715['icon']||_0x24e0c5,'type':'source'});_0x454dc8['content']['add'](_0x1172e2),_0x1172e2['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['_showSourceResourcesBalloon'](_0x157715);});}}['_addUrlContent'](_0x2c50ce,_0xda25be){this['_urlInputView']=new Vo(_0xda25be),this['_urlInputView']['on']('submitUrl',(_0x263bca,_0x14be83)=>{this['_handleUrlSubmit'](_0x14be83);}),this['_urlInputView']['on']('cancel',()=>{this['hideUrlBalloonPanel'](),this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Do});}),this['_urlInputView']['on']('refreshBalloon',()=>{this['_urlBalloonPanelView']['isVisible']&&this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Do});}),_0x2c50ce['content']['add'](this['_urlInputView']);}['_createBalloonButton'](_0x4a517d,_0x58f0e0){const _0xe68098='source'===_0x58f0e0['type']?new Ta(_0x4a517d):new _0x4b3349(_0x4a517d);return _0xe68098['set']({'label':_0x58f0e0['label'],'icon':_0x58f0e0['icon'],'withText':!0x0,'tooltip':!0x0,'tooltipPosition':'sw','class':Mo}),_0xe68098;}['_setupAllBalloonClickOutsideHandlers'](){this['_setupAddContextBalloonClickOutsideHandler'](),this['_setupUrlBalloonClickOutsideHandler']();}['_setupUrlBalloonClickOutsideHandler'](){_0xca342f({'emitter':this['_urlBalloonPanelView'],'contextElements':[this['_urlBalloonPanelView']['element']],'callback':()=>{this['hideUrlBalloonPanel']();},'activator':()=>this['_urlBalloonPanelView']['isVisible']});}['_toggleAddContextBalloon'](_0x43143a){const _0x48898e=this['_addContextBalloonConfig'];_0x48898e['buttonView']['isOn']=_0x43143a,_0x43143a?_0x48898e['balloonView']['show']():_0x48898e['balloonView']['hide']();}['_setupAddContextBalloonClickOutsideHandler'](){const {balloonView:_0x35ba28,buttonView:_0x5e6a4d,hideMethod:_0x1dd346}=this['_addContextBalloonConfig'];_0xca342f({'emitter':_0x35ba28,'contextElements':[_0x35ba28['element'],_0x5e6a4d['element']],'callback':()=>{_0x1dd346();},'activator':()=>_0x5e6a4d['isOn']&&!this['_urlBalloonPanelView']['isVisible']&&!this['_resourcesBalloonView']['isAnyResourceBalloonVisible']()});}['_createContextButton'](_0x1911b4,_0x277349,_0x207288=!0x1,_0x405809=!0x1){const _0x49b615='conversation'===_0x277349||!0x0===_0x1911b4['isReadOnly'],_0x32f377=new ao(this['locale'],_0x1911b4,_0x49b615,_0x207288,_0x405809);return _0x49b615||_0x32f377['on']('removeContextItemChip',()=>{this['fire']('removeContextItem',_0x32f377['id']);}),_0x32f377;}['_addContextToCollection'](_0x4b1787,_0x39b3b3){_0x39b3b3['add'](_0x4b1787,0x0);}['_removeContextFromCollection'](_0x2d2100,_0x273cc4){const _0x1f0306=_0x273cc4['find'](_0x1fe7e6=>_0x1fe7e6['id']===_0x2d2100);_0x1f0306&&_0x273cc4['remove'](_0x1f0306);}['_handleAddContextButtonClick'](){this['addContextButtonView']['isOn']?this['hideAddContextBalloonPanel']():(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Do}));}['_handleUrlSubmit'](_0x577891){this['_urlInputView']['clear'](),this['hideUrlBalloonPanel'](),this['fire']('addUrlToContext',_0x577891);}}class Ta extends _0x4b3349{['arrowView'];constructor(_0x23c174){super(_0x23c174),this['set']({'withText':!0x0,'role':'menuitem'}),this['arrowView']=this['_createArrowView'](),this['extendTemplate']({'attributes':{'class':[Ho]}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x1477ac=new _0x1f8dd5();return _0x1477ac['content']=_0x248f31,_0x1477ac['extendTemplate']({'attributes':{'class':Ho+'__arrow'}}),_0x1477ac;}}class Se extends _0x3a2ab2{['_cancelButtonView'];['_loaderView'];constructor(_0x1f4023){super(_0x1f4023),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 _0x191b82=new _0x4b3349(this['locale']);return _0x191b82['set']({'label':Yn(this['locale'],'AI_CHAT_STOP_GENERATING'),'withText':!0x0,'class':'ai-chat-controls-loader__cancel-button','icon':_0x38b63}),_0x191b82['on']('execute',()=>{this['fire']('abortPromptStream');}),_0x191b82;}['_createLoaderView'](){const _0x43d696=new _0x3a2ab2(this['locale']);return _0x43d696['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':Yn(this['locale'],'AI_CHAT_IS_WRITING')}]}),_0x43d696;}}class ji extends _0x3a2ab2{['_contextPanelView'];['_promptInputView'];['_promptCapabilitiesView'];['_loaderView'];['_shouldRestorePromptInputFocus'];constructor(_0x4bb41c,_0x415c36){super(_0x4bb41c),this['_contextPanelView']=this['_createContextPanelView'](_0x4bb41c,_0x415c36),this['_promptInputView']=this['_createPromptInputView'](_0x4bb41c),this['_promptCapabilitiesView']=this['_createPromptCapabilitiesView'](_0x4bb41c),this['_loaderView']=this['_createLoaderView'](_0x4bb41c),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'](...Ve)['to'](this);const _0x253e38=this['bindTemplate'];this['setTemplate']({'tag':'form','attributes':{'class':['ck','ck-ai-chat-controls']},'children':[{'tag':'div','attributes':{'class':[_0x253e38['if']('isLoading','ck-hidden')]},'children':[this['_contextPanelView'],this['_promptInputView'],this['_promptCapabilitiesView']]},{'tag':'div','attributes':{'class':[_0x253e38['if']('isLoading','ck-hidden',_0x5b0149=>!_0x5b0149)]},'children':[this['_loaderView']]}]}),_0xca342f({'emitter':this['_promptInputView'],'activator':()=>this['isLoading'],'contextElements':()=>[this['element']],'callback':()=>{this['_shouldRestorePromptInputFocus']=!0x1;}}),this['on']('change:isLoading',this['_handlePromptInputFocus'],{'priority':'low'});}['_createContextPanelView'](_0x465c69,_0x531cd8){return new _e(_0x465c69,_0x531cd8);}['_createPromptInputView'](_0x585ef8){return new Pe(_0x585ef8,this['_contextPanelView']['addContextButtonView']);}['_createPromptCapabilitiesView'](_0x284c48){return new ve(_0x284c48);}['_createLoaderView'](_0x4b8e6e){return new Se(_0x4b8e6e);}['_handlePromptInputFocus'](_0x39fea9,_0xf1a915,_0x3e5042){_0x3e5042?this['_shouldRestorePromptInputFocus']=!0x0:this['_shouldRestorePromptInputFocus']&&this['_promptInputView']['focus']();}['addContextItem'](_0x517099,_0x1f714b){this['_contextPanelView']['addContextItem'](_0x517099,_0x1f714b);}['removeContextItem'](_0x3b64b9){this['_contextPanelView']['removeContextItem'](_0x3b64b9);}['setContextItemLoading'](_0x520ff8,_0x39e66d){this['_contextPanelView']['setContextItemLoading'](_0x520ff8,_0x39e66d);}['setIsUploadInProgress'](_0x5472c8){this['_promptInputView']['setIsUploadInProgress'](_0x5472c8);}['setConversationContext'](_0x3085d2){this['_contextPanelView']['setConversationContext'](_0x3085d2);}['clearPendingContextUI'](){this['_contextPanelView']['clearCurrentContextItems']();}['clearConversationContextUI'](){this['_contextPanelView']['clearConversationContextItems']();}['updateResourceState'](_0x520b66,_0x149e7e,_0x39fdc3){this['_contextPanelView']['updateResourceState'](_0x520b66,_0x149e7e,_0x39fdc3);}['setWebSearch'](_0x13d2c5){this['_promptCapabilitiesView']['setWebSearch'](_0x13d2c5);}['setReasoning'](_0x14532d){this['_promptCapabilitiesView']['setReasoning'](_0x14532d);}['resetMessageInput'](){this['_promptInputView']['reset']();}['setAddContextOptions'](_0x42850a){this['_contextPanelView']['setAddContextOptions'](_0x42850a);}['setInputPlaceholder'](_0x2a6fcd){this['_promptInputView']['setPlaceholderText'](_0x2a6fcd);}['setModelList'](_0x1ac687,_0x4f9845){this['_promptCapabilitiesView']['setModelList'](_0x1ac687,_0x4f9845);}['setModel'](_0x2e6328){this['_promptCapabilitiesView']['setModel'](_0x2e6328);}['enableModelSelector'](){this['_promptCapabilitiesView']['enableModelSelector']();}['disableModelSelector'](_0x4f75f0){this['_promptCapabilitiesView']['disableModelSelector'](_0x4f75f0);}['populateSourceResourceBalloon'](_0xb8c022,_0x40fa4d,_0x218b30,_0x538753){this['_contextPanelView']['populateSourceResourceBalloon'](_0xb8c022,_0x40fa4d,_0x218b30,_0x538753);}['closeSourceResourceBalloon'](_0x4b6c69){this['_contextPanelView']['closeSourceResourceBalloon'](_0x4b6c69);}['focusPromptInput'](){this['_promptInputView']['focus']();}}class ki extends _0x20b76f{['conversationStartButton'];['resizeButton'];constructor(_0x4d7475,_0x43b88c){super(_0x4d7475,{'label':Yn(_0x4d7475,'AI_CHAT_HEADING'),'class':'ck-ai-header\x20ck-ai-header_chat','icon':St}),this['set']('isMaximized',!0x1),this['conversationStartButton']=this['_createStartConversationButton'](_0x4d7475),this['children']['add'](this['conversationStartButton']),_0x43b88c&&(this['resizeButton']=As(_0x4d7475,this),this['children']['add'](this['resizeButton']));}['_createStartConversationButton'](_0x271a74){const _0xe303a0=new _0x4b3349(_0x271a74);return _0xe303a0['set']({'label':Yn(this['locale'],'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x22e17e,'class':'ck-ai-chat__start-conversation'}),_0xe303a0['on']('execute',()=>{this['fire']('startConversation');}),_0xe303a0;}}class Ci extends _0x3a2ab2{constructor(_0x4e5e6a){super(_0x4e5e6a),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-disclaimer__content']},'children':[{'text':Yn(_0x4e5e6a,'AI_DISCLAIMER_TEXT')}]}]});}}class Et extends _0x3a2ab2{['chatHeader'];['chatFeed'];['chatControls'];['chatDisclaimer'];['_bodyCollection'];constructor(_0x4d99ef,_0x248b59){super(_0x4d99ef),this['_bodyCollection']=new _0x582686(_0x4d99ef),this['_bodyCollection']['attachToDom'](),this['chatHeader']=new ki(_0x4d99ef,_0x248b59),this['chatHeader']['delegate'](...Pt)['to'](this),this['chatFeed']=new pi(_0x4d99ef,this['_bodyCollection']),this['chatFeed']['delegate'](...Pt)['to'](this),this['chatControls']=new ji(_0x4d99ef,this['_bodyCollection']),this['chatControls']['delegate'](...Pt)['to'](this),this['chatDisclaimer']=new Ci(_0x4d99ef),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat','ck-rounded-corners'],'dir':_0x4d99ef['uiLanguageDirection']},'children':[this['chatHeader'],this['chatFeed'],this['chatControls'],this['chatDisclaimer']]});}['populateSourceResourceBalloon'](_0x1295b5,_0x350227,_0x577f29,_0x336440){this['chatControls']['populateSourceResourceBalloon'](_0x1295b5,_0x350227,_0x577f29,_0x336440);}['closeSourceResourceBalloon'](_0x1dae06){this['chatControls']['closeSourceResourceBalloon'](_0x1dae06);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}}class at extends _0x3e9f85{static get['requires'](){return[ht];}['_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;constructor(_0x1f9666){super(_0x1f9666);const _0x48610c=this['context']['plugins']['get']('AITabs');this['set']('isBusy',!0x1),this['_promiseQueue']=new Q(),this['_view']=new Et(this['context']['locale'],_0x48610c['showResizeButton']),this['_view']['delegate'](...Pt)['to'](this),this['_view']['on']('toggleSuggestionDisplayMode',(_0x55aff9,{showDiff:_0xf06387})=>{this['showDiff']=_0xf06387;}),_0x48610c['view']['addTab']({'id':'chat','buttonLabel':Yn(this['context']['locale'],'AI_CHAT_HEADING'),'buttonIcon':St,'order':0x0,'content':this['_view']}),this['_view']['chatControls']['bind']('isLoading')['to'](this,'isBusy',_0x39af2c=>_0x39af2c),this['_view']['chatFeed']['bind']('isPending')['to'](this,'isBusy',_0x3a46e5=>_0x3a46e5),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']());}['destroy'](){super['destroy'](),this['_titleAnimationInterval']&&clearInterval(this['_titleAnimationInterval']);}['createConversation'](_0x37c889){this['_view']['chatFeed']['clear'](),this['_view']['chatControls']['enableModelSelector'](),this['_view']['chatControls']['setModelList'](_0x37c889['availableModels'],!this['context']['config']['get']('ai.chat.models.modelSelectorAlwaysVisible')),this['addFeedItemStaticMessage']({'id':'conversation-start','staticMessage':Yn(this['context']['locale'],'AI_CHAT_WELCOME_MESSAGE')});}['addFeedItemStaticMessage']({id:_0x574919,staticMessage:_0x43ab2a}){this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x574919,'initialContent':'<p>'+_0x43ab2a+'</p>'});}['addFeedItemUserMessage'](_0x2df94c){const _0x34ad3b=_0x2df94c['quickActionData']?.['displayedPrompt']||_0x2df94c['userMessage'];this['_view']['chatFeed']['addItem']('user-message',{'contextItems':Array['from'](_0x2df94c['contextItems']['values']()),'initialContent':'<p>'+_0x34ad3b+'</p>','id':_0x2df94c['id']});}['addFeedItemError']({errorMessage:_0x27ec93,id:_0x22d0c2}){this['_view']['chatFeed']['addItem']('error-message',{'initialContent':'<p>'+_0x27ec93+'</p>','id':_0x22d0c2});}['addFeedItemAIReply'](_0x383a18){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x383a18['interactionId']+':'+_0x383a18['id']}),this['_view']['chatFeed']['setLoadingMessage']('');});}async['addFeedItemAISuggestion'](_0x558012){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-suggestion-reply',{'id':_0x558012['interactionId']+':'+_0x558012['id'],'areActionsDisabled':_0x558012['areActionsDisabled'],'showDiff':this['showDiff']}),this['_view']['chatFeed']['setLoadingMessage']('');});}['addFeedInteractionHeader'](_0x182c3a){this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x182c3a['id'],'capabilities':_0x182c3a['capabilities']});}['updateFeedInteractionHeader'](_0x440a25){const _0x2e9fd4=this['_view']['chatFeed']['children']['find'](_0x2426db=>_0x2426db['options']['id']==_0x440a25['id']&&_0x2426db instanceof Rt);_0x2e9fd4&&_0x2e9fd4['set']('isVisible',_0x440a25['isVisible']);}async['updateFeedItemAIReplyContent'](_0xd3283a){const _0x43b138=_0xd3283a['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x5203ea=>{await this['_view']['chatFeed']['updateReplyItem']({..._0xd3283a,'abortSignal':_0x5203ea,'renderingStrategy':_0x43b138}),_0xd3283a['isDone']&&this['markFeedItemAsDone'](_0xd3283a['id']);});}['updateFeedItemAIReplySources'](_0xcc7bc2,_0x2a71bd){this['_view']['chatFeed']['updateWebSources'](_0xcc7bc2,_0x2a71bd);}async['updateFeedItemAIReplySuggestionContent'](_0x3b47a1){const _0x44a370=_0x3b47a1['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x5036f7=>{await this['_view']['chatFeed']['updateSuggestionItem']({..._0x3b47a1,'abortSignal':_0x5036f7,'renderingStrategy':_0x44a370}),_0x3b47a1['isDone']&&this['markFeedItemAsDone'](_0x3b47a1['id']);});}['updateFeedItemAIReplySuggestionPartState'](_0x3deaeb){this['_view']['chatFeed']['updateSuggestionPartState'](_0x3deaeb);}['markFeedItemAsDone'](_0x4f987a){this['_view']['chatFeed']['markItemAsDone'](_0x4f987a);}['removeFeedInteraction'](_0x6b886a){this['_view']['chatFeed']['getItemIds']()['filter'](_0xdd0da6=>_0xdd0da6['startsWith'](_0x6b886a))['forEach'](_0xaad4a=>this['_view']['chatFeed']['removeItem'](_0xaad4a));}['startInteraction'](_0x10b44a){this['_view']['chatFeed']['setLoadingMessage'](this['_getLoadingMessage'](_0x10b44a)),this['_view']['chatControls']['disableModelSelector'](!this['context']['config']['get']('ai.chat.models.modelSelectorAlwaysVisible')),this['isBusy']=!0x0,this['_view']['chatFeed']['startAutoScroll']();}['stopInteraction'](_0x3d7243){this['_promiseQueue']['abort'](),this['_view']['chatFeed']['getItemIds']()['filter'](_0x15bf0e=>_0x15bf0e['startsWith'](_0x3d7243['id']))['forEach'](_0x9c9729=>this['markFeedItemAsDone'](_0x9c9729)),this['isBusy']=!0x1,this['_view']['chatFeed']['stopAutoScroll']();}async['finishInteraction'](){return this['_promiseQueue']['queueEmptyPromise']['then'](()=>{this['isBusy']=!0x1,this['_view']['chatFeed']['stopAutoScroll']();});}['addContextItem'](_0x27ec34,_0x28dd45){this['_view']['chatControls']['addContextItem'](_0x27ec34,_0x28dd45);}['removeContextItem'](_0xcdeefb){this['_view']['chatControls']['removeContextItem'](_0xcdeefb);}['setContextItemLoading'](_0x156105,_0x2916ae){this['_view']['chatControls']['setContextItemLoading'](_0x156105,_0x2916ae);}['setIsUploadInProgress'](_0x4a7c47){this['_view']['chatControls']['setIsUploadInProgress'](_0x4a7c47);}['setConversationContext'](_0x31d87a){this['_view']['chatControls']['setConversationContext'](_0x31d87a);}['clearPendingContextUI'](){this['_view']['chatControls']['clearPendingContextUI']();}['clearConversationContextUI'](){this['_view']['chatControls']['clearConversationContextUI']();}['updateResourceState'](_0x5b83b4,_0x5eb27e,_0x162706){this['_view']['chatControls']['updateResourceState'](_0x5b83b4,_0x5eb27e,_0x162706);}['resetMessageInput'](){this['_view']['chatControls']['resetMessageInput'](),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']());}['setAddContextOptions'](_0x2800c5){this['_view']['chatControls']['setAddContextOptions'](_0x2800c5);}['updateCapabilities'](_0x2dbf81){this['_view']['chatControls']['setWebSearch'](_0x2dbf81['isWebSearchEnabled']),this['_view']['chatControls']['setReasoning'](_0x2dbf81['isReasoningEnabled']),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder'](_0x2dbf81));}['setSelectedModel'](_0x264a7e,_0xe954ec){this['_view']['chatControls']['setModel'](_0x264a7e),_0xe954ec&&this['_view']['chatControls']['disableModelSelector'](!0x1);}['setFeedItemRenderingStrategy'](_0x147e75){this['feedItemRenderingStrategy']=_0x147e75;}['toggleLoadingSkeleton'](_0x291288){this['_view']['chatFeed']['toggleLoadingSkeleton'](_0x291288);}['resetConversationTitle'](){this['setConversationTitle'](Yn(this['context']['locale'],'AI_CHAT_HEADING'));}['setConversationTitle'](_0x27d4bf,_0x22e4ef=!0x1){if(_0x22e4ef&&!At()&&_0x27d4bf['length'])return this['_view']['chatHeader']['label']='',void this['_animateConversationTitle'](_0x27d4bf);this['_view']['chatHeader']['label']=_0x27d4bf;}['_animateConversationTitle'](_0x44347f){let _0x8c8aa7=0x0;clearInterval(this['_titleAnimationInterval']),this['_titleAnimationInterval']=setInterval(()=>{this['_view']['chatHeader']['label']=this['_view']['chatHeader']['label']+_0x44347f[_0x8c8aa7],_0x8c8aa7++,_0x8c8aa7===_0x44347f['length']&&clearInterval(this['_titleAnimationInterval']);},0x1e);}['setIsMaximized'](_0x494521){this['_view']['chatHeader']['isMaximized']=_0x494521;}['_getLoadingMessage'](_0x56f0d6){const _0x417768=_0x56f0d6['capabilities'];return _0x417768['isWebSearchEnabled']&&_0x417768['isReasoningEnabled']?Yn(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING'):_0x417768['isWebSearchEnabled']?Yn(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH'):_0x417768['isReasoningEnabled']?Yn(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REASONING'):Yn(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR');}['_getInputPlaceholder'](_0x188e87){return _0x188e87?_0x188e87['isWebSearchEnabled']&&_0x188e87['isReasoningEnabled']?Yn(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING'):_0x188e87['isWebSearchEnabled']?Yn(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH'):_0x188e87['isReasoningEnabled']?Yn(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING'):Yn(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR'):Yn(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR');}['populateSourceResourceBalloon'](_0x21beb9,_0x17cd3d,_0x39089a,_0x11749b){this['_view']['populateSourceResourceBalloon'](_0x21beb9,_0x17cd3d,_0x39089a,_0x11749b);}['closeSourceResourceBalloon'](_0x5f60a6){this['_view']['closeSourceResourceBalloon'](_0x5f60a6);}['focusPromptInput'](){this['_view']['chatControls']['focusPromptInput']();}['scrollFeedToSuggestion'](_0x5ce72b,_0x45c58e){this['_view']['chatFeed']['scrollToSuggestion'](_0x5ce72b,_0x45c58e);}}class xi extends _0x586ac5{['sections'];constructor(_0x276fa0,_0x354755){super(_0x276fa0),this['sections']=_0x354755,this['items']['addMany'](this['sections']),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__sections']}});}['filter'](_0x10e965){let _0x45ccc7=0x0,_0x40efea=0x0;for(const _0x419c31 of this['sections']){const {resultsCount:_0x5bfdeb,totalItemsCount:_0x3e0672}=_0x419c31['filter'](_0x10e965);_0x45ccc7+=_0x5bfdeb,_0x40efea+=_0x3e0672;}return{'resultsCount':_0x45ccc7,'totalItemsCount':_0x40efea};}}class Yi extends _0x1f44f8{['title'];['itemsViews'];['_itemsListView'];constructor(_0xd0464b,{title:_0x18394f,items:_0x610cdc}){super(_0xd0464b);const _0x478036=this['bindTemplate'];this['set']('isVisible',!0x0),this['title']=_0x18394f,this['itemsViews']=_0x610cdc;const _0x3aea25=new _0x3a2ab2(_0xd0464b);_0x3aea25['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__section-title']},'children':[this['title']]}),this['_itemsListView']=new _0x586ac5(_0xd0464b),this['_itemsListView']['items']['addMany'](this['itemsViews']),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__section',_0x478036['if']('isVisible','ck-hidden',_0x36d05f=>!_0x36d05f)]},'children':[_0x3aea25,this['_itemsListView']]});}['filter'](_0xd7e3e){const _0x1c0854=this['itemsViews']['length'];let _0x133d14=0x0;for(const _0x2de7cc of this['itemsViews']){if(_0xd7e3e){const _0x110652=_0x2de7cc['isMatching'](_0xd7e3e);_0x2de7cc['isVisible']=!!_0x110652,_0x2de7cc['highlightText'](_0xd7e3e);}else _0x2de7cc['isVisible']=!0x0,_0x2de7cc['highlightText'](null);_0x2de7cc['isVisible']&&_0x133d14++;}return this['isVisible']=_0x133d14>0x0,{'resultsCount':_0x133d14,'totalItemsCount':_0x1c0854};}['getItem'](_0x5c521c){return this['itemsViews']['find'](_0x3e24e7=>_0x3e24e7['id']===_0x5c521c);}['removeItem'](_0x1943eb){const _0xc20767=this['itemsViews']['indexOf'](_0x1943eb);-0x1!==_0xc20767&&(this['itemsViews']['splice'](_0xc20767,0x1),this['_itemsListView']['items']['remove'](_0x1943eb));}}class Mi extends _0x1209a(_0x1f44f8){['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(_0x398247,_0x23db60){super(_0x398247);const _0x3743ff=this['bindTemplate'];this['set']('isEdit',!0x1),this['set']('isVisible',!0x0),this['set']('pinned',!!_0x23db60['pinned']),this['set']('loadingState',null),this['id']=_0x23db60['id'];const {title:_0x4836b4,createdAt:_0x498f7e,active:_0x29cedf=!0x1}=_0x23db60;this['_titleView']=new _0x200fd8(),this['_titleView']['text']=_0x4836b4,this['_titleView']['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__item-title']}});const _0x3ebc78=this['_createCheckView'](),_0xd97ea=this['_createPinButtonView'](_0x398247),_0x47acbe=this['_createMenuDropdownView'](),_0x2be2ac=this['_createEditInputView'](_0x398247,_0x4836b4),_0x2793e1=this['_createAcceptEditButtonView'](_0x398247,_0x2be2ac),_0x6203fe=this['_createCancelEditButtonView'](_0x398247,_0x2be2ac);this['actions']=this['createCollection'](),this['mainContent']=this['createCollection'](),this['mainContent']['add'](this['_titleView']),this['actions']['add'](_0xd97ea),this['actions']['add'](_0x47acbe),this['on']('change:isEdit',(_0x5d4135,_0x2546ab,_0x57fbed)=>{this['actions']['clear'](),this['mainContent']['clear'](),_0x57fbed?(this['actions']['add'](_0x2793e1),this['actions']['add'](_0x6203fe),this['mainContent']['add'](_0x2be2ac),_0x2be2ac['element']['focus']()):(this['actions']['add'](_0xd97ea),this['actions']['add'](_0x47acbe),this['mainContent']['add'](this['_titleView']));}),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__item',_0x29cedf?'ck-ai-chat-history__item--active':'',_0x3743ff['if']('isVisible','ck-hidden',_0x58de8c=>!_0x58de8c),_0x3743ff['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',_0x3743ff['if']('loadingState','ck-hidden',_0x4586c8=>!!_0x4586c8)]},'children':_0x29cedf?[_0x3ebc78]:[]},{'tag':'div','attributes':{'class':['ck-ai-loader',_0x3743ff['if']('loadingState','ck-hidden',_0x8e9f8a=>!_0x8e9f8a)]},'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',_0x3743ff['if']('loadingState','ck-hidden',_0x5be7f4=>!!_0x5be7f4)]},'children':this['mainContent']},{'tag':'div','attributes':{'class':['ck-ai-loader__text',_0x3743ff['if']('loadingState','ck-hidden',_0x419bbe=>!_0x419bbe)]},'children':[{'text':_0x3743ff['to']('loadingState',_0xdd1ac4=>_0xdd1ac4?Yn(this['locale'],Mi['LOADING_LABELS'][_0xdd1ac4]):'')}]}]},{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-date']},'children':[_0x498f7e]}]},{'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'](_0x44fff7){this['_titleView']['text']=_0x512f25(_0x44fff7);}['updateLoadingState'](_0x182261,_0x38e213){this['set']('loadingState',_0x38e213?_0x182261:null);}['_createCheckView'](){const _0xd701de=new _0x1f8dd5();return _0xd701de['set']({'content':_0x519140}),_0xd701de;}['_createPinButtonView'](_0x4a7149){const _0x2437d5=new _0x4b3349(_0x4a7149);return _0x2437d5['set']({'label':Yn(_0x4a7149,'AI_CHAT_HISTORY_PIN_BUTTON'),'icon':_0x51d429,'withText':!0x1,'tooltip':!0x0}),_0x2437d5['bind']('isOn')['to'](this,'pinned'),_0x2437d5['on']('execute',()=>{const _0x40f420=!this['pinned'];this['fire']('setConversationPinned',{'id':this['id'],'pinned':_0x40f420});}),_0x2437d5;}['_createMenuDropdownView'](){const _0x2a6c33=_0x45dc52(this['locale'],_0x437b8f),_0x389364=_0x2a6c33['panelView']['children'];_0x2a6c33['buttonView']['set']({'label':Yn(this['locale'],'AI_CHAT_HISTORY_SHOW_MORE_ITEMS'),'icon':_0x311d45}),_0x2a6c33['panelPosition']='sw';const _0x688fd6=new _0x4b3349(this['locale']);_0x688fd6['label']=Yn(this['locale'],'AI_CHAT_HISTORY_EDIT_NAME'),_0x688fd6['withText']=!0x0,_0x688fd6['on']('execute',()=>{this['isEdit']=!0x0;});const _0x29a2d4=new _0x4b3349(this['locale']);_0x29a2d4['label']=Yn(this['locale'],'AI_CHAT_HISTORY_REMOVE'),_0x29a2d4['withText']=!0x0,_0x29a2d4['on']('execute',()=>{this['showConfirm'](Yn(this['locale'],'AI_CHAT_HISTORY_REMOVE_CONFIRM'),this['element'])['then'](()=>{this['fire']('removeConversation',{'id':this['id']});});});const _0x2c8bd4=new _0x586ac5(this['locale']),_0x2c0c2c=new _0x1f44f8(this['locale']);_0x2c0c2c['children']['add'](_0x688fd6);const _0x5c7f74=new _0x1f44f8(this['locale']);return _0x5c7f74['children']['add'](_0x29a2d4),_0x2c8bd4['items']['addMany']([_0x2c0c2c,_0x5c7f74]),_0x389364['add'](_0x2c8bd4),_0x2a6c33;}['_createEditInputView'](_0x2f30b7,_0x4a66f0){const _0xa896ac=new _0x2d6582(_0x2f30b7),_0x4ca157=_0xa896ac['bindTemplate'];return _0xa896ac['value']=_0x4a66f0,_0xa896ac['extendTemplate']({'on':{'keydown':_0x4ca157['to'](_0x496b0c=>{'Enter'==_0x496b0c['key']&&this['_commitEditInputValue'](_0xa896ac);})}}),_0xa896ac;}['_createAcceptEditButtonView'](_0x38dee0,_0x2e7455){const _0x3aa3a8=new _0x4b3349(_0x38dee0);return _0x3aa3a8['set']({'icon':_0x519140,'withText':!0x1,'tooltip':Yn(_0x38dee0,'AI_CHAT_HISTORY_ACCEPT')}),_0x3aa3a8['extendTemplate']({'attributes':{'class':['ck-confirm-view-submit']}}),_0x3aa3a8['on']('execute',()=>{this['_commitEditInputValue'](_0x2e7455);}),_0x3aa3a8;}['_commitEditInputValue'](_0x3297f3){const _0x2fa54d=_0x3297f3['element']['value']||'';this['_titleView']['text']=_0x2fa54d,this['isEdit']=!0x1,this['fire']('editConversationTitle',{'id':this['id'],'title':_0x2fa54d});}['_createCancelEditButtonView'](_0xf6b47e,_0x2fa57d){const _0x5382a3=new _0x4b3349(_0xf6b47e);return _0x5382a3['set']({'icon':_0x564668,'withText':!0x1,'tooltip':Yn(_0xf6b47e,'AI_CHAT_HISTORY_CANCEL')}),_0x5382a3['extendTemplate']({'attributes':{'class':['ck-confirm-view-cancel']}}),_0x5382a3['on']('execute',()=>{this['isEdit']=!0x1,_0x2fa57d['value']=this['_titleView']['text']||'',this['fire']('edit:cancel');}),_0x5382a3;}['_createSpinnerView'](){const _0x21accc=new De('tiny');return _0x21accc['isVisible']=!0x0,_0x21accc;}['isMatching'](_0x3269b3){return this['_titleView']&&'string'==typeof this['_titleView']['text']&&this['_titleView']['text']['match'](_0x3269b3)?{'title':!0x0}:null;}['highlightText'](_0x2851e1){this['_titleView']['highlightText'](_0x2851e1);}}class vt extends _0x3a2ab2{['searchView'];['errorView'];['skeletonView'];['emptyView'];['sectionsView'];['resizeButton'];constructor(_0x116176,_0x4b18ff){super(_0x116176),this['set']('hasItems',!0x1),this['set']('isLoading',!0x0),this['set']('errorMessage',''),this['set']('isMaximized',!0x1),this['set']('isSearchViewVisible',!0x1),this['set']('isEmptyViewVisible',!0x1);const _0xb1c40e=new _0x20b76f(_0x116176,{'label':Yn(_0x116176,'AI_CHAT_HISTORY_HEADING'),'icon':Ht,'class':'ck-ai-header\x20ck-ai-header_history'});_0x4b18ff&&(this['resizeButton']=As(_0x116176,this),_0xb1c40e['children']['add'](this['resizeButton'])),this['sectionsView']=new xi(_0x116176,[]),this['sectionsView']['delegate'](...Li)['to'](this),this['errorView']=this['_createErrorView'](),this['skeletonView']=this['_createSkeletonView'](),this['emptyView']=this['_createEmptyStateView'](),this['searchView']=this['_createSearchView'](),this['on']('change:isLoading',()=>this['_updateViewVisibility']()),this['on']('change:hasItems',()=>this['_updateViewVisibility']()),this['on']('change:errorMessage',()=>this['_updateViewVisibility']()),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat-history','ck-rounded-corners'],'dir':'ltr'},'children':[_0xb1c40e,{'tag':'div','attributes':{'class':['ck-ai-chat-history__content']},'children':[this['skeletonView'],this['errorView'],this['emptyView'],this['searchView']]}]});}['_updateViewVisibility'](){this['isSearchViewVisible']=!this['isLoading']&&this['hasItems']&&!this['errorMessage'],this['isEmptyViewVisible']=!this['isLoading']&&!this['hasItems']&&!this['errorMessage'];}['_createSearchView'](){const _0x4fb0e9=new _0x28d88c(this['locale'],{'filteredView':this['sectionsView'],'queryView':{'label':Yn(this['locale'],'AI_CHAT_HISTORY_SEARCH_LABEL')},'infoView':{'text':{'notFound':{'primary':_0x593a2c=>Yn(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY',_0x593a2c),'secondary':Yn(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY')}}}});return _0x4fb0e9['on']('render',()=>{this['searchView']['children']['add'](this['errorView'],0x1);}),_0x4fb0e9['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isSearchViewVisible','ck-hidden',_0x433167=>!_0x433167)]}}),_0x4fb0e9;}['_createSkeletonView'](){const _0xcedb10=new Fe(this['locale'],Be['aiHistory']);return _0xcedb10['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoading','ck-hidden',_0x52359f=>!_0x52359f)]}}),_0xcedb10;}['_createErrorView'](){const _0x47e3c9=new _0x3a2ab2(this['locale']),_0x565d0c=new _0x4b3349(this['locale']);return _0x565d0c['set']({'withText':!0x1,'icon':_0x564668,'class':'ck-ai-chat-error__dismiss-button'}),_0x565d0c['bind']('isVisible')['to'](this,'hasItems',_0x1ebb16=>!!_0x1ebb16),_0x565d0c['on']('execute',()=>{this['errorMessage']='';}),_0x47e3c9['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-error',this['bindTemplate']['if']('errorMessage','ck-hidden',_0x6ca352=>!_0x6ca352)]},'children':[{'tag':'p','children':[{'text':this['bindTemplate']['to']('errorMessage')}]},_0x565d0c]}),_0x47e3c9;}['_createEmptyStateView'](){const _0x38b487=new _0x4b3349(this['locale']);_0x38b487['set']({'withText':!0x0,'label':Yn(this['locale'],'AI_CHAT_HISTORY_GO_TO_CHAT_BUTTON'),'class':'ck-ai-chat-history__open-chat-button'}),_0x38b487['on']('execute',()=>{this['fire']('openChat');});const _0x48c9af=new _0x3a2ab2(this['locale']);return _0x48c9af['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__empty',this['bindTemplate']['if']('isEmptyViewVisible','ck-hidden',_0x421b0e=>!_0x421b0e)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-history__empty-message']},'children':[Yn(this['locale'],'AI_CHAT_HISTORY_EMPTY_MESSAGE')]},_0x38b487]}),_0x48c9af;}['_createListItemViews'](_0x3139bc,_0x248052){const _0x5723e0=[];for(const _0x4ad253 of _0x3139bc){const _0x4b8d45=new Mi(_0x248052,_0x4ad253);_0x4b8d45['delegate'](...Li)['to'](this),_0x5723e0['push'](_0x4b8d45);}return _0x5723e0;}['updateHistoryItemsWithCategories'](_0x1b3166){const _0x261a2e=this['locale']||'en',_0x2b7c02=[];for(const _0x16b6a3 of _0x1b3166){const _0x53d0ab=this['_createListItemViews'](_0x16b6a3['items'],_0x261a2e);_0x2b7c02['push'](new Yi(_0x261a2e,{'title':_0x16b6a3['title'],'items':_0x53d0ab}));}this['sectionsView']['sections']=_0x2b7c02,this['sectionsView']['items']['clear'](),this['sectionsView']['items']['addMany'](_0x2b7c02),this['hasItems']=_0x1b3166['some'](_0x5cbfc4=>_0x5cbfc4['items']['length']>0x0),this['_refreshSearch']();}['removeHistoryItem'](_0x2615af){for(const _0x22ce6e of this['sectionsView']['sections']){const _0xf19a10=_0x22ce6e['getItem'](_0x2615af);if(_0xf19a10){if(_0x22ce6e['removeItem'](_0xf19a10),0x0===_0x22ce6e['itemsViews']['length']){const _0x36d787=this['sectionsView']['sections']['indexOf'](_0x22ce6e);-0x1!==_0x36d787&&(this['sectionsView']['sections']['splice'](_0x36d787,0x1),this['sectionsView']['items']['remove'](_0x22ce6e));}this['hasItems']=this['sectionsView']['sections']['length']>0x0,this['_refreshSearch']();break;}}}['updateItemTitle'](_0x1c71d2,_0x3d51e1){for(const _0x244e01 of this['sectionsView']['sections']){const _0x623fec=_0x244e01['getItem'](_0x1c71d2);if(_0x623fec){_0x623fec['updateTitle'](_0x3d51e1);break;}}}['updateItemLoadingState'](_0x2f3f73,_0x2bb67b,_0x17e830){for(const _0x423cfd of this['sectionsView']['sections']){const _0xd40fc=_0x423cfd['getItem'](_0x2f3f73);if(_0xd40fc){_0xd40fc['updateLoadingState'](_0x2bb67b,_0x17e830);break;}}}['_refreshSearch'](){if(this['hasItems']){const _0x27dd1d=this['searchView']['queryView']['fieldView']?.['element']?.['value']||'';this['searchView']['search'](_0x27dd1d);}}}const Li=['showConversationHistory','removeConversation','editConversationTitle','setConversationPinned','selectConversation','openChat','resizeTabs'];class xt extends _0x3e9f85{static get['requires'](){return[ht];}['_historyView'];static get['pluginName'](){return'AIChatHistoryUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3738a4){super(_0x3738a4);const _0x436790=this['context']['plugins']['get']('AITabs');this['_historyView']=new vt(this['context']['locale'],_0x436790['showResizeButton']),this['_historyView']['delegate'](...Li)['to'](this),_0x436790['view']['addTab']({'id':'history','buttonLabel':Yn(this['context']['locale'],'AI_CHAT_HISTORY_HEADING'),'buttonIcon':Ht,'order':0x0,'content':this['_historyView']});}['removeHistoryItem'](_0x2dca95){this['_historyView']['removeHistoryItem'](_0x2dca95);}['updateItems'](_0x4dc649){this['_historyView']['updateHistoryItemsWithCategories'](_0x4dc649);}['updateItemTitle'](_0x30b46d,_0x8270ec){this['_historyView']['updateItemTitle'](_0x30b46d,_0x8270ec);}['updateItemLoadingState'](_0x1e0cec,_0x28933b,_0xda0141){this['_historyView']['updateItemLoadingState'](_0x1e0cec,_0x28933b,_0xda0141);}['setLoadingSkeleton'](_0x42b5b7){this['_historyView']['isLoading']=_0x42b5b7;}['showError'](_0x31ce4f){this['_historyView']['errorMessage']=_0x31ce4f;}['hideError'](){this['_historyView']['errorMessage']='';}['setIsMaximized'](_0x1a7b5d){this['_historyView']['isMaximized']=_0x1a7b5d;}}class Ue extends _0x3491c8(){['id'];['createdAt'];constructor({id:_0xe5134e,title:_0x5586a5,createdAt:_0xadf8d5,updatedAt:_0xc18b71,pinned:_0xd5b2d9}){super(),this['id']=_0xe5134e,this['createdAt']=new Date(_0xadf8d5),this['set']('title',_0x5586a5),this['set']('updatedAt',_0xc18b71?new Date(_0xc18b71):null),this['set']('pinned',_0xd5b2d9||!0x1);}['updateTitle'](_0x2fa7b1){this['set']('title',_0x512f25(_0x2fa7b1)),this['updatedAt']=new Date();}['updatePinned'](_0x51f389){this['set']('pinned',_0x51f389),this['updatedAt']=new Date();}}class Tt extends Mt(){['items']=[];['connector'];['group'];constructor({connector:_0x55cd0a,group:_0x40ea12}){super(),this['connector']=_0x55cd0a,this['group']=_0x40ea12;}async['init'](){try{const _0x5b09be=this['connector']['fetchConversations'](this['group']),_0x3a38a9=await _0x5b09be['getConversations']();this['loadItems'](_0x3a38a9);}catch(_0x4c8922){this['fire']('error',{'error':_0x4c8922,'operation':'init'});}}['addItem'](_0x39955e){this['items']['push'](_0x39955e);}async['removeItem'](_0x2dd1ad){const _0x23b521=this['items']['findIndex'](_0x32adca=>_0x32adca['id']===_0x2dd1ad);if(-0x1===_0x23b521)return!0x1;try{return await this['connector']['deleteConversation'](_0x2dd1ad)['execute'](),this['items']['splice'](_0x23b521,0x1),this['fire']('itemRemoved',{'itemId':_0x2dd1ad}),!0x0;}catch(_0x1af7de){return this['fire']('error',{'error':_0x1af7de,'operation':'removeItem','itemId':_0x2dd1ad}),!0x1;}}['getItem'](_0x2b60f8){return this['items']['find'](_0x1441d9=>_0x1441d9['id']===_0x2b60f8);}async['updateItemTitle'](_0x99ebb3,_0x199537){const _0x50d891=this['getItem'](_0x99ebb3);if(!_0x50d891)return!0x1;try{return await this['connector']['updateConversation'](_0x99ebb3,{'title':_0x199537})['getResult'](),_0x50d891['updateTitle'](_0x199537),this['fire']('itemUpdated',{'itemId':_0x99ebb3,'updates':{'title':_0x199537}}),!0x0;}catch(_0x1211d2){return this['fire']('error',{'error':_0x1211d2,'operation':'updateItemTitle','itemId':_0x99ebb3}),!0x1;}}async['updateItemPinned'](_0x4b44f1,_0x51b9bb){const _0x19765f=this['getItem'](_0x4b44f1);if(!_0x19765f)return!0x1;try{return await this['connector']['updateConversation'](_0x4b44f1,{'pinned':_0x51b9bb})['getResult'](),_0x19765f['updatePinned'](_0x51b9bb),this['fire']('itemUpdated',{'itemId':_0x4b44f1,'updates':{'pinned':_0x51b9bb}}),!0x0;}catch(_0x267734){return this['fire']('error',{'error':_0x267734,'operation':'updateItemPinned','itemId':_0x4b44f1}),!0x1;}}['loadItems'](_0x519207){try{this['items']=[],_0x519207['map'](_0x32d939=>{this['addItem'](new Ue(_0x32d939));}),this['fire']('itemsLoaded',{'items':[...this['items']]});}catch(_0x58f503){this['fire']('error',{'error':_0x58f503,'operation':'loadItems'});}}['getItems'](_0x3ae078={}){const _0x2ebc5f=void 0x0!==_0x3ae078['pinned']&&_0x3ae078['pinned'],_0x1bebf1=_0x3ae078['from']?new Date(_0x3ae078['from']['getFullYear'](),_0x3ae078['from']['getMonth'](),_0x3ae078['from']['getDate']()):null,_0x45723b=_0x3ae078['to']?new Date(_0x3ae078['to']['getFullYear'](),_0x3ae078['to']['getMonth'](),_0x3ae078['to']['getDate']()):null;return this['items']['filter'](_0x4979a7=>{if(_0x4979a7['pinned']!==_0x2ebc5f)return!0x1;if(_0x45723b){const _0x3b8a42=new Date(_0x4979a7['createdAt']['getFullYear'](),_0x4979a7['createdAt']['getMonth'](),_0x4979a7['createdAt']['getDate']());return _0x1bebf1?_0x1bebf1['getTime']()===_0x45723b['getTime']()?_0x3b8a42['getTime']()===_0x1bebf1['getTime']():_0x3b8a42<_0x45723b&&_0x3b8a42>=_0x1bebf1:_0x3b8a42<_0x45723b;}return!0x0;});}}class jt extends _0x3e9f85{['_aiConnector'];['_aiChatHistoryUi'];['_aiChatController'];static get['requires'](){return[N,et,xt,ht];}static get['pluginName'](){return'AIChatHistoryController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiConnector']=this['context']['plugins']['get'](N),this['_aiChatHistoryUi']=this['context']['plugins']['get'](xt),this['_aiChatController']=this['context']['plugins']['get'](et);const _0x27af5e=this['context']['plugins']['get'](ht),_0x60035e=this['_aiChatController']['getGroupId']();this['history']=new Tt({'connector':this['_aiConnector'],'group':_0x60035e}),this['listenTo'](this['_aiChatHistoryUi'],'removeConversation',(_0x2cdce9,_0x347df1)=>{this['_setItemLoading'](_0x347df1['id'],'remove'),this['_handleRemove'](_0x347df1['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'editConversationTitle',(_0x1f3710,_0x3d7774)=>{this['_setItemLoading'](_0x3d7774['id'],'rename'),this['_handleEditTitle'](_0x3d7774['id'],_0x3d7774['title']);}),this['listenTo'](this['history'],'itemUpdated',(_0x44fa08,_0x5d8e7e)=>{void 0x0!==_0x5d8e7e['updates']['title']&&this['_aiChatHistoryUi']['updateItemTitle'](_0x5d8e7e['itemId'],_0x5d8e7e['updates']['title']),void 0x0!==_0x5d8e7e['updates']['pinned']&&this['_updateHistoryItemsUI'](),this['_clearItemLoading'](_0x5d8e7e['itemId']);}),this['listenTo'](this['history'],'itemRemoved',(_0x1b60f4,_0x24ab60)=>{this['_aiChatController']['handleRemovedConversation'](_0x24ab60['itemId']),this['_aiChatHistoryUi']['removeHistoryItem'](_0x24ab60['itemId']),this['_clearItemLoading'](_0x24ab60['itemId']);}),this['listenTo'](this['history'],'itemsLoaded',()=>{this['_updateHistoryItemsUI']();}),this['listenTo'](this['history'],'error',(_0x41bd75,_0x8ef888)=>{this['_handleHistoryErrorUI'](_0x8ef888['error'],_0x8ef888['operation'],_0x8ef888['itemId']);}),this['listenTo'](this['_aiChatHistoryUi'],'selectConversation',(_0x5d62bb,_0x493bb9)=>{this['_handleSelectConversation'](_0x493bb9['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'setConversationPinned',(_0x55b97f,_0x409032)=>{const _0x34084a=_0x409032['pinned']?'pin':'unpin';this['_setItemLoading'](_0x409032['id'],_0x34084a),this['_handleTogglePin'](_0x409032['id'],_0x409032['pinned']);}),this['listenTo'](this['_aiChatHistoryUi'],'openChat',()=>{_0x27af5e['view']['activateTab']('chat');}),this['listenTo'](this['_aiChatController'],'change:activeConversation',()=>{this['_updateHistoryItemsUI']();}),_0x27af5e['view']['on']('activateTab:history',()=>{this['_showConversationHistory']();}),this['listenTo'](_0x27af5e,'resizedTabs',(_0x2300fa,_0x2b2284)=>{this['_setIsMaximized'](_0x2b2284);}),this['listenTo'](this['_aiChatHistoryUi'],'resizeTabs',()=>{_0x27af5e['resize']();});}async['_handleEditTitle'](_0x3a2b8b,_0x2efa56){await this['history']['updateItemTitle'](_0x3a2b8b,_0x2efa56);}async['_handleTogglePin'](_0x2e06ae,_0x1b42d5){await this['history']['updateItemPinned'](_0x2e06ae,_0x1b42d5);}async['_handleRemove'](_0x4736b3){await this['history']['removeItem'](_0x4736b3);}async['_handleSelectConversation'](_0x21a500){await this['_aiChatController']['loadConversation'](_0x21a500);}async['_showConversationHistory'](){this['_aiChatHistoryUi']['showError'](''),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x0),await this['history']['init'](),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_updateHistoryItemsUI'](){const _0x57f434=this['_aiChatController']['activeConversation']?.['id'],_0x1ab2bf=this['_getCategorizedItems']()['map'](_0x2d92f8=>({'title':_0x2d92f8['title'],'items':_0x2d92f8['items']['map'](_0xe20acd=>({'id':_0xe20acd['id'],'title':_0xe20acd['title']||Yn(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),'createdAt':new Date(_0xe20acd['createdAt'])['toLocaleDateString'](),'active':_0xe20acd['id']===_0x57f434,'pinned':_0xe20acd['pinned']}))}));this['_aiChatHistoryUi']['updateItems'](_0x1ab2bf);}['_setItemLoading'](_0x38c9de,_0x45170a){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x38c9de,_0x45170a,!0x0);}['_clearItemLoading'](_0x1b885e){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x1b885e,null,!0x1);}['_handleHistoryErrorUI'](_0x1925b2,_0x360ca3,_0x1a14d4){const _0x1e93ed=this['_generateErrorMessage'](_0x360ca3,_0x1a14d4);this['_aiChatHistoryUi']['showError'](_0x1e93ed),_0x1a14d4&&this['_clearItemLoading'](_0x1a14d4),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_generateErrorMessage'](_0x165037,_0x14630f){const _0x1425ab=_0x14630f?this['history']['getItem'](_0x14630f):null,_0xae9309=_0x1425ab?.['title']||Yn(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION');switch(_0x165037){case'updateItemTitle':return Yn(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE',_0xae9309);case'updateItemPinned':{const _0x246733=Yn(this['context']['locale'],_0x1425ab?.['pinned']?'AI_CHAT_HISTORY_UNPIN_ACTION':'AI_CHAT_HISTORY_PIN_ACTION');return Yn(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED',[_0x246733,_0xae9309]);}case'removeItem':return Yn(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM',_0xae9309);case'init':case'loadItems':return Yn(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS');default:return Yn(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_GENERIC');}}['_getCategorizedItems'](){const _0x313d33=new Date(),_0x6a9113=new Date(_0x313d33['getFullYear'](),_0x313d33['getMonth'](),_0x313d33['getDate']()),_0x3739a3=new Date(_0x6a9113);_0x3739a3['setDate'](_0x3739a3['getDate']()-0x1);const _0x383dd3=new Date(_0x6a9113);_0x383dd3['setDate'](_0x383dd3['getDate']()-0xe);const _0x3d5141=this['history']['getItems']({'pinned':!0x0}),_0x4df911=this['history']['getItems']({'from':_0x6a9113,'to':_0x6a9113}),_0x3d0a10=this['history']['getItems']({'from':_0x3739a3,'to':_0x3739a3}),_0x35b50f=this['history']['getItems']({'from':_0x383dd3,'to':_0x3739a3}),_0x539c55=this['history']['getItems']({'to':_0x383dd3}),_0x10dfb8=[];return _0x3d5141['length']>0x0&&_0x10dfb8['push']({'title':Yn(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_PINNED'),'items':_0x3d5141}),_0x4df911['length']>0x0&&_0x10dfb8['push']({'title':Yn(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_TODAY'),'items':_0x4df911}),_0x3d0a10['length']>0x0&&_0x10dfb8['push']({'title':Yn(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_YESTERDAY'),'items':_0x3d0a10}),_0x35b50f['length']>0x0&&_0x10dfb8['push']({'title':Yn(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS'),'items':_0x35b50f}),_0x539c55['length']>0x0&&_0x10dfb8['push']({'title':Yn(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LATER'),'items':_0x539c55}),_0x10dfb8;}['_setIsMaximized'](_0x3323d9){this['_aiChatHistoryUi']['setIsMaximized'](_0x3323d9);}}class st extends _0x3e9f85{static get['requires'](){return[jt,xt];}static get['pluginName'](){return'AIChatHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class Ea extends _0x3e9f85{static get['requires'](){return[et,O,at,st];}static get['pluginName'](){return'AIChat';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1b5ebf){super(_0x1b5ebf);const _0x29578c=_0x1b5ebf['config'];_0x29578c['define']('ai.chat.context',{'document':{'enabled':!0x0},'urls':{'enabled':!0x0},'files':{'enabled':!0x0},'sources':[]}),_0x29578c['define']('ai.chat.models',{'defaultModelId':void 0x0,'modelSelectorAlwaysVisible':!0x0,'displayedModels':void 0x0});}async['addSelectionToChatContext'](){await this['context']['plugins']['get'](et)['addSelectionToChatContext']();}async['startConversation'](){await this['context']['plugins']['get'](et)['startConversation']();}async['sendMessage']({message:_0x13186b,quickActionData:_0x357bee}){await this['context']['plugins']['get'](et)['sendMessage']({'message':_0x13186b,'quickActionData':_0x357bee});}['removeSelectionFromChatContext'](){this['context']['plugins']['get'](et)['removeSelectionFromChatContext']();}['focusPromptInput'](){this['context']['plugins']['get'](et)['focusPromptInput']();}}function i(_0x766c4,_0x450b4d,_0x281999){const t=_0x766c4['t'];switch(_0x450b4d){case'AI_QUICK_ACTIONS_HEADING':return t({'id':'AI_QUICK_ACTIONS_HEADING','string':'AI\x20Quick\x20Actions'});case'AI_QUICK_ACTIONS_ASK_AI':return t({'id':'AI_QUICK_ACTIONS_ASK_AI','string':'Ask\x20AI'});case'AI_QUICK_ACTIONS_CHAT_COMMANDS':return t({'id':'AI_QUICK_ACTIONS_CHAT_COMMANDS','string':'Chat\x20commands'});case'AI_QUICK_ACTIONS_IMPROVE_WRITING':return t({'id':'AI_QUICK_ACTIONS_IMPROVE_WRITING','string':'Improve\x20writing'});case'AI_QUICK_ACTIONS_CONTINUE_WRITING':return t({'id':'AI_QUICK_ACTIONS_CONTINUE_WRITING','string':'Continue\x20writing'});case'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING':return t({'id':'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING','string':'Fix\x20grammar\x20&\x20spelling'});case'AI_QUICK_ACTIONS_ADJUST_LENGTH':return t({'id':'AI_QUICK_ACTIONS_ADJUST_LENGTH','string':'Adjust\x20length'});case'AI_QUICK_ACTIONS_CHANGE_TONE':return t({'id':'AI_QUICK_ACTIONS_CHANGE_TONE','string':'Change\x20tone'});case'AI_QUICK_ACTIONS_TRANSLATE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE','string':'Translate'});case'AI_QUICK_ACTIONS_EXPLAIN':return t({'id':'AI_QUICK_ACTIONS_EXPLAIN','string':'Explain'});case'AI_QUICK_ACTIONS_SUMMARIZE':return t({'id':'AI_QUICK_ACTIONS_SUMMARIZE','string':'Summarize'});case'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS':return t({'id':'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS','string':'Highlight\x20key\x20points'});case'AI_QUICK_ACTIONS_MAKE_SHORTER':return t({'id':'AI_QUICK_ACTIONS_MAKE_SHORTER','string':'Make\x20shorter'});case'AI_QUICK_ACTIONS_MAKE_LONGER':return t({'id':'AI_QUICK_ACTIONS_MAKE_LONGER','string':'Make\x20longer'});case'AI_QUICK_ACTIONS_MORE_CASUAL':return t({'id':'AI_QUICK_ACTIONS_MORE_CASUAL','string':'More\x20casual'});case'AI_QUICK_ACTIONS_MORE_DIRECT':return t({'id':'AI_QUICK_ACTIONS_MORE_DIRECT','string':'More\x20direct'});case'AI_QUICK_ACTIONS_MORE_FRIENDLY':return t({'id':'AI_QUICK_ACTIONS_MORE_FRIENDLY','string':'More\x20friendly'});case'AI_QUICK_ACTIONS_MORE_CONFIDENT':return t({'id':'AI_QUICK_ACTIONS_MORE_CONFIDENT','string':'More\x20confident'});case'AI_QUICK_ACTIONS_MORE_PROFESSIONAL':return t({'id':'AI_QUICK_ACTIONS_MORE_PROFESSIONAL','string':'More\x20professional'});case'AI_QUICK_ACTIONS_ADJUST_BASED_ON_DOCUMENT':return t({'id':'AI_QUICK_ACTIONS_ADJUST_BASED_ON_DOCUMENT','string':'Adjust\x20based\x20on\x20the\x20rest\x20of\x20the\x20document'});case'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH','string':'English'});case'AI_QUICK_ACTIONS_TRANSLATE_CHINESE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_CHINESE','string':'Chinese\x20(Simplified)'});case'AI_QUICK_ACTIONS_TRANSLATE_FRENCH':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_FRENCH','string':'French'});case'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE','string':'Japanese'});case'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE','string':'Portuguese'});case'AI_QUICK_ACTIONS_TRANSLATE_KOREAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_KOREAN','string':'Korean'});case'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN','string':'Italian'});case'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN','string':'Russian'});case'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND':return t({'id':'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','string':'%0\x20plugin\x20is\x20required\x20but\x20not\x20found.'},_0x281999);case'AI_QUICK_ACTIONS_OTHER':return t({'id':'AI_QUICK_ACTIONS_OTHER','string':'Other'});default:return _0x450b4d;}}function Zt(_0x1783d0,_0x21d6fc,_0x272fe8=!0x1,_0x16a4cb=!0x0){return()=>{const _0xc2062b=_0x1783d0['locale'],_0x3fd073=new _0x4b3349(_0xc2062b),_0x48bb78=_0x3fd073['bindTemplate'];_0x3fd073['extendTemplate']({'on':{'mouseenter':_0x48bb78['to'](()=>{_0x3fd073['focus']();})}});const _0x157fb=_0x21d6fc['icon']??_0x21d6fc['parent']?.['icon'];return _0x3fd073['set']({'label':_0x21d6fc['displayedPrompt'],'withText':_0x272fe8,'role':'menuitem','icon':_0x16a4cb?_0x157fb??_0x351952:void 0x0,'tooltip':!_0x272fe8}),_0x3fd073['on']('execute',()=>{_0x1783d0['editing']['view']['focus'](),_0x1783d0['commands']['execute']('aiQuickAction',_0x21d6fc);}),_0x3fd073;};}const Fs='menu',Js='menuitem';class io extends _0x3a2ab2{['_bodyCollection'];['optionsListView'];['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['_openNestedPanels']=new Set();constructor(_0x297236,_0x591597,_0x1aaabb,_0x11fa41){const _0x47cf77=_0x297236['locale'];super(_0x47cf77),this['_bodyCollection']=_0x11fa41;const _0x1c6f65=this['_createListItems'](_0x297236,_0x591597,_0x1aaabb);this['optionsListView']=new _0x586ac5(_0x47cf77),this['optionsListView']['role']=Fs,this['optionsListView']['items']['addMany'](_0x1c6f65),this['focusTracker']=new _0x14ef6c(),this['keystrokes']=new _0x4f7a26(),this['_focusables']=_0x1c6f65,this['focusCycler']=new _0x3d067c({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions','ck-rounded-corners'],'dir':_0x47cf77['uiLanguageDirection']},'children':[this['optionsListView']]});}['_createListItems'](_0x48ea8f,_0x5a017a,_0x53936e){const _0x438ef6=new _0x4346f0();return _0x5a017a['forEach'](_0x493004=>{'actions'in _0x493004?_0x438ef6['add'](this['_createActionGroupButton'](_0x48ea8f,_0x493004,_0x53936e)):_0x438ef6['add'](this['_createActionButton'](_0x48ea8f,_0x493004));}),_0x438ef6;}['_createActionButton'](_0x4a8ba0,_0x4ab846){const _0x20d048=new _0x1f44f8(this['locale']),_0x55c768=Zt(_0x4a8ba0,_0x4ab846,!0x0)();return _0x20d048['children']['add'](_0x55c768),_0x20d048;}['_createActionGroupButton'](_0xb5fb27,_0xdf6632,_0x2d4898){const _0x518dbe=new _0x1f44f8(this['locale']),_0x190f8e=new _0x2d18b1(this['locale']),_0x22db30=_0x190f8e['bindTemplate'],_0x136911='rtl'===_0x2d4898['locale']['uiLanguageDirection']?'ArrowRight':'ArrowLeft',_0x51729f=this['_createGroupActionsList'](_0xb5fb27,_0xdf6632['actions'],_0x2d4898);_0x190f8e['set']({'label':_0xdf6632['label'],'withText':!0x0,'role':Js,'icon':_0xdf6632['icon']??_0x351952}),_0x190f8e['extendTemplate']({'on':{'mouseenter':_0x22db30['to'](()=>{_0x190f8e['focus']();})}});const _0x236e19=new _0x1618b0(this['locale']);return _0x236e19['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-panel','ck-dropdown-menu__nested-menu__panel']},'on':{'keydown':_0x22db30['to'](_0x5b8e89=>{_0x5b8e89['key']==_0x136911&&(_0x190f8e['focus'](),this['_hideNestedPanel'](_0x236e19));})}}),_0x190f8e['bind']('isOn')['to'](_0x236e19,'isVisible'),this['_bodyCollection']['add'](_0x236e19),_0x236e19['content']['add'](_0x51729f),this['_setupGroupMenuBehavior'](_0x190f8e,_0x236e19),_0x518dbe['children']['add'](_0x190f8e),_0x518dbe;}['_createGroupActionsList'](_0x31b210,_0x2b7c9c,_0x27489c){const _0x335247=new _0x586ac5(this['locale']);return _0x335247['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-list','ck-dropdown-menu-list']}}),_0x2b7c9c['forEach'](_0x54663b=>{const _0x12ad71=new _0x1f44f8(this['locale']),_0x29e984=Zt(_0x31b210,_0x54663b,!0x0,!0x1)();_0x12ad71['children']['add'](_0x29e984),_0x27489c['focusTracker']['add'](_0x29e984),_0x335247['items']['add'](_0x12ad71);}),_0x335247;}['_setupGroupMenuBehavior'](_0x2fc356,_0x1aebaf){const _0x52b52a=_0x2fc356['bindTemplate'],_0x2d270a='rtl'===_0x2fc356['locale']['uiLanguageDirection']?'ArrowLeft':'ArrowRight';_0x2fc356['extendTemplate']({'attributes':{'class':['ck-ai-quick-actions-group-button']},'on':{'mouseenter':_0x52b52a['to'](()=>{this['_showNestedPanel'](_0x1aebaf,_0x2fc356);}),'mouseleave':_0x52b52a['to'](_0x381b89=>{const _0x4e2f2b=_0x381b89['relatedTarget'];this['_isMovingToNestedMenu'](_0x4e2f2b,_0x1aebaf)||this['_hideNestedPanel'](_0x1aebaf);}),'keydown':_0x52b52a['to'](_0x491b8e=>{_0x491b8e['key']==_0x2d270a&&(this['_showNestedPanel'](_0x1aebaf,_0x2fc356),_0x1aebaf['content']['get'](0x0)['focus']());})}}),_0x1aebaf['on']('render',()=>{_0x1aebaf['element']?.['addEventListener']('mouseleave',_0x13d94f=>{const _0x3550fa=_0x13d94f['relatedTarget'];_0x2fc356['element']?.['contains'](_0x3550fa)||this['_isMovingToNestedMenu'](_0x3550fa,_0x1aebaf)||this['_hideNestedPanel'](_0x1aebaf);});});}['_showNestedPanel'](_0x43af51,_0x3d7020){this['_openNestedPanels']['forEach'](_0x390305=>{_0x390305!==_0x43af51&&_0x390305['isVisible']&&_0x390305['hide']();}),_0x43af51['show'](),_0x43af51['pin']({'positions':[_0x2649c1['eastSouth']],'target':_0x3d7020['element'],'fitInViewport':!0x0}),this['_openNestedPanels']['add'](_0x43af51);}['_hideNestedPanel'](_0x2c9010){_0x2c9010['hide'](),this['_openNestedPanels']['delete'](_0x2c9010);}['_hideAllNestedPanels'](){this['_openNestedPanels']['forEach'](_0xcd596e=>_0xcd596e['hide']()),this['_openNestedPanels']['clear']();}['_isMovingToNestedMenu'](_0xff4485,_0x32a1c0){if(!_0xff4485)return!0x1;if(_0x32a1c0['element']?.['contains'](_0xff4485))return!0x0;const _0x35f13a=_0xff4485;return _0x35f13a['closest']&&(null!==_0x35f13a['closest']('.ck-ai-quick-actions-group-panel')||null!==_0x35f13a['closest']('.ck-ai-quick-actions-group-list')||null!==_0x35f13a['closest']('.ck-ai-quick-actions-group-button'));}['destroy'](){this['_hideAllNestedPanels'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}['focus'](){this['optionsListView']['focus']();}}function Xt(_0x3c06a4,_0x4f8de1,_0x58329c,_0x2ba14c){return()=>{const _0x4e8745=_0x3c06a4['locale'],_0x46e2ae=_0x45dc52(_0x4e8745);_0x46e2ae['buttonView']['set']({'icon':_0x58329c['icon']??_0x351952,'label':_0x58329c['label'],'tooltip':!0x0}),_0x46e2ae['set']({'class':'ck-ai-quick-actions-dropdown'});const _0x237a23=new io(_0x3c06a4,_0x4f8de1,_0x46e2ae,_0x2ba14c);return _0x46e2ae['panelView']['children']['add'](_0x237a23),_0x46e2ae;};}const ne='<task>For\x20given\x20selected\x20part\x20of\x20HTML\x20document\x20you\x20must\x20explain\x20the\x20meaning\x20of\x20it\x27s\x20content\x20clearly\x20and\x20in\x20plain\x20language.</task><rules>1.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is:-\x20If\x20it\x20looks\x20like\x20a\x20definition\x20explain\x20the\x20concept\x20in\x20simple\x20terms.-\x20If\x20it\x20looks\x20like\x20a\x20description\x20clarify\x20what\x20it\x20is\x20describing\x20and\x20why\x20it\x20matters.-\x20If\x20it\x20contains\x20technical\x20terms\x20or\x20jargon\x20break\x20them\x20down\x20into\x20everyday\x20language.-\x20If\x20it\x20looks\x20instructional\x20restate\x20as\x20clear\x20steps\x20someone\x20can\x20follow.-\x20If\x20it\x20provides\x20examples\x20explain\x20what\x20the\x20example\x20shows\x20and\x20why\x20it\x27s\x20relevant.-\x20If\x20it\x20presents\x20an\x20argument\x20or\x20claim\x20restate\x20the\x20claim\x20neutrally\x20and\x20explain\x20its\x20purpose.-\x20If\x20it\x20is\x20narrative/story-like\x20explain\x20what\x20event\x20or\x20situation\x20is\x20being\x20described.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20explain\x20what\x20the\x20data\x20indicates.-\x20If\x20it\x20is\x20a\x20quotation\x20explain\x20the\x20meaning\x20of\x20the\x20quote\x20in\x20context.-\x20If\x20it\x20compares/contrasts\x20things\x20explain\x20the\x20key\x20differences\x20or\x20similarities\x20simply.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20give\x20a\x20clear,\x20plain-language\x20explanation\x20of\x20its\x20meaning,\x20focusing\x20on\x20usefulness.2.\x20Provide\x20context\x20if\x20the\x20meaning\x20could\x20be\x20unclear\x20without\x20it.\x20(e.g.,\x20explain\x20where\x20such\x20a\x20term\x20might\x20be\x20used,\x20or\x20why\x20it\x20is\x20important).3.\x20Keep\x20the\x20explanation\x20short\x20but\x20complete\x20(2–5\x20sentences).Avoid\x20overly\x20technical\x20detail\x20unless\x20it\x20is\x20necessary\x20for\x20understanding.4.\x20Do\x20not\x20simply\x20repeat\x20the\x20original\x20text\x20—\x20restate\x20and\x20expand\x20it\x20in\x20plain\x20words.5.\x20If\x20possible,\x20add\x20a\x20short\x20example\x20or\x20analogy\x20to\x20make\x20it\x20easier\x20to\x20understand.6.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20explanation.7.\x20Your\x20explanation\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20explanation.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>',ae='<task>For\x20the\x20given\x20selected\x20part\x20of\x20an\x20HTML\x20document\x20you\x20must\x20summarize\x20its\x20content\x20in\x20a\x20few\x20sentences,\x20keeping\x20only\x20the\x20essential\x20meaning.</task><rules>1.\x20Your\x20summary\x20should\x20be\x20short\x20and\x20clear:-\x20Aim\x20for\x202–4\x20sentences\x20unless\x20the\x20text\x20is\x20extremely\x20short.-\x20Focus\x20on\x20capturing\x20the\x20main\x20idea(s)\x20without\x20unnecessary\x20detail.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20summary\x20style:-\x20If\x20it\x20is\x20descriptive\x20condense\x20the\x20description\x20into\x20its\x20core\x20idea.-\x20If\x20it\x20is\x20argumentative\x20or\x20opinion-based\x20summarize\x20the\x20main\x20claim\x20and\x20reasoning\x20neutrally.-\x20If\x20it\x20is\x20narrative/story-like\x20capture\x20the\x20main\x20event\x20or\x20outcome\x20without\x20side\x20details.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20summarize\x20what\x20the\x20data\x20shows\x20in\x20plain\x20language.-\x20If\x20it\x20is\x20instructional\x20restate\x20the\x20overall\x20purpose\x20of\x20the\x20steps\x20without\x20listing\x20every\x20step.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20provide\x20a\x20general\x20concise\x20summary.3.\x20Provide\x20context\x20if\x20necessary\x20for\x20clarity:-\x20Mention\x20the\x20subject\x20or\x20topic\x20explicitly\x20so\x20the\x20summary\x20can\x20stand\x20alone.4.\x20Do\x20not\x20simply\x20copy\x20sentences\x20from\x20the\x20original\x20text\x20—\x20rephrase\x20in\x20plain\x20language.5.\x20Avoid\x20adding\x20new\x20information\x20or\x20interpretation\x20not\x20present\x20in\x20the\x20text.6.\x20Summarize\x20in\x20a\x20way\x20that\x20would\x20make\x20sense\x20to\x20someone\x20who\x20has\x20not\x20read\x20the\x20original\x20text.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20summary.8.\x20Your\x20summary\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20the\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20the\x20summary.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>',ce='<task>For\x20the\x20given\x20selected\x20part\x20of\x20an\x20HTML\x20document\x20you\x20must\x20extract\x20and\x20present\x20the\x20key\x20points\x20from\x20its\x20content.</task><rules>1.\x20Present\x20the\x20output\x20as\x20a\x20clear,\x20structured\x20list\x20(bullets\x20or\x20numbered).-\x20Each\x20point\x20should\x20be\x20concise\x20(one\x20sentence\x20or\x20less).-\x20Do\x20not\x20merge\x20distinct\x20ideas\x20into\x20one\x20bullet.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20extraction\x20style:-\x20If\x20it\x20is\x20descriptive\x20capture\x20the\x20main\x20attributes\x20or\x20features.-\x20If\x20it\x20is\x20argumentative\x20extract\x20the\x20main\x20claim\x20and\x20supporting\x20reasons\x20separately.-\x20If\x20it\x20is\x20narrative/story-like\x20extract\x20the\x20main\x20events\x20in\x20chronological\x20order.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20highlight\x20the\x20most\x20important\x20facts\x20or\x20numbers.-\x20If\x20it\x20is\x20instructional\x20list\x20the\x20steps\x20or\x20main\x20actions\x20in\x20simplified\x20form.-\x20If\x20it\x20provides\x20comparisons\x20extract\x20the\x20contrasted\x20items\x20and\x20their\x20differences/similarities.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20category\x20above\x20extract\x20the\x20main\x20ideas\x20in\x20plain,\x20short\x20statements.3.\x20Keep\x20the\x20list\x20between\x203–7\x20items\x20where\x20possible.-\x20If\x20the\x20text\x20is\x20very\x20short,\x20fewer\x20items\x20are\x20fine.-\x20If\x20it\x20is\x20very\x20long,\x20focus\x20on\x20the\x20most\x20important\x20ideas\x20only.4.\x20Do\x20not\x20copy\x20long\x20text\x20fragments\x20—\x20restate\x20in\x20simple\x20words.5.\x20Do\x20not\x20add\x20interpretation,\x20evaluation,\x20or\x20commentary\x20beyond\x20the\x20text.6.\x20Ensure\x20the\x20list\x20can\x20stand\x20alone\x20without\x20requiring\x20the\x20reader\x20to\x20see\x20the\x20original\x20document.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20key\x20points.8.\x20Your\x20key\x20points\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20the\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20the\x20extracted\x20key\x20points.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>';var Ut=function(_0xb6df14){return _0xb6df14['CHAT']='CHAT',_0xb6df14['ACTION']='ACTION',_0xb6df14['REVIEW']='REVIEW',_0xb6df14;}({}),Ca=function(_0x4ac707){return _0x4ac707['CHAT']='AIChat',_0x4ac707['ACTION']='AIActions',_0x4ac707['REVIEW']='AIReviewMode',_0x4ac707;}({});class ci extends _0x20f5e5{static get['requires'](){return[Bt];}static get['pluginName'](){return'AIQuickActionsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_prepareQuickActionsDefinition'](this['_getDefaultAndCustomActions']()),this['_initializeQuickActionsComponentsAndCommands']();}static['getDefaultQuickActions'](_0x2f9f71){return function(_0x12546a){const _0x276458=new Intl['DisplayNames'](['en'],{'type':'language'})['of'](_0x12546a['uiLanguage']),_0x27a67a=_0x276458||'English',_0x36c2ee=[{'id':'ask-ai','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_ASK_AI'),'type':'CHAT','icon':Kt},{'id':'chat-commands','label':i(_0x12546a,'AI_QUICK_ACTIONS_CHAT_COMMANDS'),'icon':Yt,'actions':[{'id':'explain','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_EXPLAIN'),'prompt':ne['replace']('%0',_0x27a67a),'type':'CHAT'},{'id':'summarize','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_SUMMARIZE'),'prompt':ae['replace']('%0',_0x27a67a),'type':'CHAT'},{'id':'highlight-key-points','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'prompt':ce['replace']('%0',_0x27a67a),'type':'CHAT'}]},{'id':'improve-writing','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_IMPROVE_WRITING'),'type':'ACTION','icon':Wt},{'id':'continue','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_CONTINUE_WRITING'),'type':'ACTION','icon':qt},{'id':'fix-grammar','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING'),'type':'ACTION','icon':zt},{'id':'adjust-length','label':i(_0x12546a,'AI_QUICK_ACTIONS_ADJUST_LENGTH'),'icon':Qt,'actions':[{'id':'make-shorter','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_MAKE_SHORTER'),'type':'ACTION'},{'id':'make-longer','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_MAKE_LONGER'),'type':'ACTION'}]},{'id':'change-tone','label':i(_0x12546a,'AI_QUICK_ACTIONS_CHANGE_TONE'),'icon':Lt,'actions':[{'id':'make-tone-casual','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_MORE_CASUAL'),'type':'ACTION'},{'id':'make-tone-direct','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_MORE_DIRECT'),'type':'ACTION'},{'id':'make-tone-friendly','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_MORE_FRIENDLY'),'type':'ACTION'},{'id':'make-tone-confident','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_MORE_CONFIDENT'),'type':'ACTION'},{'id':'make-tone-professional','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_MORE_PROFESSIONAL'),'type':'ACTION'}]},{'id':'translate','label':i(_0x12546a,'AI_QUICK_ACTIONS_TRANSLATE'),'icon':Vt,'actions':[{'id':'translate-to-english','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH'),'type':'ACTION','actionName':'translate','args':{'language':'english'}},{'id':'translate-to-chinese','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_TRANSLATE_CHINESE'),'type':'ACTION','actionName':'translate','args':{'language':'chinese'}},{'id':'translate-to-french','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_TRANSLATE_FRENCH'),'type':'ACTION','actionName':'translate','args':{'language':'french'}},{'id':'translate-to-japanese','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE'),'type':'ACTION','actionName':'translate','args':{'language':'japanese'}},{'id':'translate-to-portuguese','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE'),'type':'ACTION','actionName':'translate','args':{'language':'portuguese'}},{'id':'translate-to-korean','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_TRANSLATE_KOREAN'),'type':'ACTION','actionName':'translate','args':{'language':'korean'}},{'id':'translate-to-italian','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN'),'type':'ACTION','actionName':'translate','args':{'language':'italian'}},{'id':'translate-to-russian','displayedPrompt':i(_0x12546a,'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN'),'type':'ACTION','actionName':'translate','args':{'language':'russian'}}]},{'id':'other','label':i(_0x12546a,'AI_QUICK_ACTIONS_OTHER'),'icon':Jt,'actions':[]}];return _0x36c2ee;}(_0x2f9f71);}['_getDefaultAndCustomActions'](){const _0x473f8b=ci['getDefaultQuickActions'](this['editor']['locale']),_0xed5c8=(this['editor']['config']['get']('ai.quickActions.extraCommands')||[])['map'](_0x143397=>({..._0x143397,'icon':void 0x0}));return _0x473f8b['find'](_0x2b5b56=>'other'===_0x2b5b56['id'])['actions']['push'](..._0xed5c8),_0x473f8b;}['_initializeQuickActionsComponentsAndCommands'](){const _0x585ce3=new _0x582686(this['editor']['locale']);_0x585ce3['attachToDom'](),this['_initializeQuickActionsDropdown'](_0x585ce3),this['_initializeQuickActionsComponents'](_0x585ce3);}['_initializeQuickActionsDropdown'](_0x5a2cb1){this['editor']['ui']['componentFactory']['add']('aiQuickActions',Xt(this['editor'],this['_quickActionsDefinition'],{'icon':_0x351952,'label':i(this['editor']['locale'],'AI_QUICK_ACTIONS_HEADING')},_0x5a2cb1));}['_prepareQuickActionsDefinition'](_0x4e90b8){this['_quickActionsDefinition']=_0x4e90b8['map'](_0x149588=>{if('actions'in _0x149588){const _0x284f09=_0x149588;return{..._0x284f09,'actions':_0x284f09['actions']['map'](_0x4a09e4=>{const {actions:_0x334192,..._0x935ccf}=_0x284f09;return{..._0x4a09e4,'parent':_0x935ccf};})['filter'](_0x3e6f31=>this['_shouldIncludeAction'](_0x3e6f31))};}return _0x149588;})['filter'](_0x2568d2=>'actions'in _0x2568d2?_0x2568d2['actions']['length']>0x0:this['_shouldIncludeAction'](_0x2568d2));}['_shouldIncludeAction'](_0x522d59){const _0x2aa914=this['editor']['config']['get']('ai.quickActions.removeCommands')||[];return this['editor']['plugins']['has'](Ca[_0x522d59['type']])&&!_0x2aa914['includes'](_0x522d59['id']);}['_initializeQuickActionsComponents'](_0x4d80a9){this['_quickActionsDefinition']['forEach'](_0x25080f=>{if('actions'in _0x25080f){const _0x2147ea=Xt(this['editor'],_0x25080f['actions'],_0x25080f,_0x4d80a9);this['editor']['ui']['componentFactory']['add'](_0x25080f['id'],_0x2147ea),_0x25080f['actions']['forEach'](_0x4e2177=>{const _0x1ce12e=Zt(this['editor'],_0x4e2177);this['editor']['ui']['componentFactory']['add'](_0x4e2177['id'],_0x1ce12e);});}else{const _0x463195=Zt(this['editor'],_0x25080f);this['editor']['ui']['componentFactory']['add'](_0x25080f['id'],_0x463195);}});}}class ni extends Nt{['execute'](_0x2eb5e2){switch(_0x2eb5e2['type']){case Ut['CHAT']:if(!this['editor']['plugins']['has']('AIChat')){const _0x597f4d=i(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIChat');throw new _0x599d16('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x597f4d});}this['_handleAIChatAction'](_0x2eb5e2);break;case Ut['ACTION']:if(!this['editor']['plugins']['has']('AIActions')){const _0x1fe03a=i(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIActions');throw new _0x599d16('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x1fe03a});}this['_handleAIActionsAction'](_0x2eb5e2);break;case Ut['REVIEW']:if(!this['editor']['plugins']['has']('AIReviewMode')){const _0x5b74ad=i(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIReviewMode');throw new _0x599d16('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x5b74ad});}this['_handleAIReviewAction'](_0x2eb5e2);}}async['_handleAIChatAction'](_0x172bac){const _0xf1b687=this['editor']['plugins']['get']('AIChat'),_0x39dc41=this['editor']['plugins']['get']('AIChatController');if(this['editor']['plugins']['get']('AITabs')['view']['activateTab']('chat'),'ask-ai'===_0x172bac['id'])_0x39dc41['removeSelectionFromChatContext'](),this['_expandSelectionIfCollapsed'](),await _0xf1b687['addSelectionToChatContext'](),_0xf1b687['focusPromptInput']();else await _0xf1b687['startConversation'](),await _0xf1b687['addSelectionToChatContext'](),await _0xf1b687['sendMessage']({'message':_0x172bac['prompt']||_0x172bac['displayedPrompt'],'quickActionData':{'id':_0x172bac['id'],'displayedPrompt':_0x172bac['displayedPrompt']}});}['_expandSelectionIfCollapsed'](){const _0x104387=this['editor'],_0x160033=_0x104387['model']['document']['selection'];if(!_0x160033['isCollapsed'])return;const _0x1a948a=_0x5f24ba(_0x160033['getSelectedBlocks']())||_0x104387['model']['schema']['getLimitElement'](_0x160033);_0x104387['model']['change'](_0x1a0185=>{_0x1a0185['setSelection'](_0x1a948a,'in');});}['_handleAIActionsActionLabel'](_0x3a0452){return _0x3a0452['parent']?.['label']&&'other'!==_0x3a0452['parent']?.['id']?_0x3a0452['parent']['label']+':\x20'+_0x3a0452['displayedPrompt']:_0x3a0452['displayedPrompt'];}async['_handleAIActionsAction'](_0x5eac53){const _0x122280=this['editor']['plugins']['get']('AIActions'),_0x43bc13=_0x5eac53['prompt']?{'userMessage':_0x5eac53['prompt'],'model':_0x5eac53['model']}:{'actionName':_0x5eac53['actionName']||_0x5eac53['id'],'args':_0x5eac53['args']},_0x4be240=this['_handleAIActionsActionLabel'](_0x5eac53);await _0x122280['executeAction'](_0x43bc13,_0x4be240,_0x5eac53['icon']);}async['_handleAIReviewAction'](_0x546301){console['log']('handleAIReviewAction',_0x546301);}}class oi extends _0x20f5e5{static get['pluginName'](){return'AIQuickActionsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x4624f7=this['editor'],_0x21b8e9=new ni(this['editor']);if(_0x4624f7['commands']['add']('aiQuickAction',_0x21b8e9),_0x4624f7['plugins']['has']('AIChat')){const _0x51966d=this['editor']['plugins']['get']('AIChat');_0x4624f7['model']['document']['selection']['on']('change:range',(_0x537c1f,_0x2c7eb0)=>{_0x2c7eb0['directChange']&&_0x51966d['removeSelectionFromChatContext']();});}}}class wa extends _0x20f5e5{static get['requires'](){return[ci,oi];}static get['pluginName'](){return'AIQuickActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1d1096){super(_0x1d1096),_0x1d1096['config']['define']('ai.quickActions',{'extraCommands':[],'removeCommands':[]});}}class ye extends fe{['updateChangeGroups'](){if(this['parsedMergedContent']=this['parsedContent']['cloneNode'](!0x0),0x0==this['parsedMergedContent']['childNodes']['length'])return void(this['changeGroups']=[]);const _0x122a3c=this['documentContextContent']['children']['map'](_0x2197f9=>({'node':_0x2197f9,'id':ft(_0x2197f9,'data-id')})),_0x4a0ea3=this['parsedMergedContent']['children']['map'](_0x390bb2=>({'node':_0x390bb2,'id':ft(_0x390bb2,'data-id')||_0x190955()})),_0x11dc3e=_0x3e248a(_0x122a3c,_0x4a0ea3,{'comparator':(_0x34cf79,_0x4e6cf4)=>_0x34cf79['id']==_0x4e6cf4['id'],'oneChangePerToken':!0x0});if(!this['isDone']){for(;_0x11dc3e['length']&&_0x11dc3e[_0x11dc3e['length']-0x1]['removed'];)_0x11dc3e['pop']();}const _0x3d1777=_0x11dc3e['map'](_0x2a4b6a=>{const _0x5ac38f=_0x2a4b6a['added']?'new':_0x2a4b6a['removed']?'removed':'modified';return{'node':_0x2a4b6a['value'][0x0]['node'],'type':_0x5ac38f,'id':_0x2a4b6a['value'][0x0]['id']};});this['changeGroups']=[{'changes':_0x3d1777,'state':'pending','index':0x0}];}['_getDifferentChangeGroups'](_0x4cc3ee,_0x5ff6f0){return _0x5ff6f0;}}class q extends pe{['content'];['version'];['actionName'];['args'];['userMessage'];['model'];constructor(_0x1f5814){super(_0x1f5814),this['content']=_0x1f5814['content'],this['version']=_0x1f5814['version'],this['actionName']=_0x1f5814['actionName'],this['args']=_0x1f5814['args'],this['userMessage']=_0x1f5814['userMessage'],this['model']=_0x1f5814['model'];}async['sendRequest'](){return this['actionName']?this['connector']['executeAction']({'content':this['content'],'actionName':this['actionName'],'args':this['args']}):this['connector']['executeCustomAction']({'content':this['content'],'message':this['userMessage'],'model':this['model'],'outputFormat':'html'});}['getDocumentContext'](){return{'type':xe['TEXT'],'content':this['content'],'version':this['version'],'label':'Current\x20document','uiId':'current-document'};}['createReply'](_0x34cbee){const _0xc5eacc=new ye({'editor':this['editor'],'documentContextContent':this['content'],..._0x34cbee});return this['replies']['push'](_0xc5eacc),_0xc5eacc['delegate'](...ge)['to'](this),this['fire']('replyCreated',_0xc5eacc),_0xc5eacc;}}class fa extends _0x20f5e5{static get['requires'](){return[N,_0x889ca7,O,W,_0x348a94];}static get['pluginName'](){return'AIActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_aiConnector'];['_previousInteractions']=[];['_currentInteractionParams'];['_balloonShowDiff']=!0x1;['_customViews']=new _0x4346f0();['_promiseQueue'];constructor(_0x4cf81b){super(_0x4cf81b),this['_aiConnector']=this['editor']['plugins']['get']('AIConnector'),this['set']('isBusy',!0x1),this['_promiseQueue']=new Q(),this['_setupCustomViews']();}['stopInteraction'](){this['_stopInteraction']();}get['previousInteractions'](){return this['_previousInteractions'];}async['executeAction'](_0xb3eb6d,_0x467fad,_0x1b998f){if(this['editor']['plugins']['has']('TableSelection')){if(this['editor']['plugins']['get']('TableSelection')['getSelectedTableCells']()){const {modelFragment:_0x2cb500,anchorData:_0x46e94a}=this['_getExecuteDataInTable']();return this['_executeAction'](_0xb3eb6d,_0x2cb500,_0x46e94a,_0x467fad,_0x1b998f);}}const {modelFragment:_0x457ff1,anchorData:_0x2344bd}=this['_getExecuteDataRegular']();return this['_executeAction'](_0xb3eb6d,_0x457ff1,_0x2344bd,_0x467fad,_0x1b998f);}['_getExecuteDataRegular'](){const _0x58abc0=this['editor']['model']['document']['selection'];if(_0x58abc0['isCollapsed']){const _0x2ff957=_0x5f24ba(_0x58abc0['getSelectedBlocks']())||this['editor']['model']['schema']['getLimitElement'](_0x58abc0);this['editor']['model']['change'](_0x44bfb0=>{_0x44bfb0['setSelection'](_0x2ff957,'in');});}const _0x11733c=_0x58abc0['getFirstRange'](),_0x63567b=this['_wrapWithCommonAncestors'](this['editor']['model']['getSelectedContent'](_0x58abc0),_0x11733c['start'],_0x11733c['end']),_0x3d19b=_0x58abc0['getFirstRange']()['start'],_0xc06a2d=new Map();let _0x167fb7=_0x63567b;for(let _0x1aad37=0x0;_0x1aad37<_0x3d19b['path']['length'];_0x1aad37++)_0xc06a2d['set'](_0x167fb7,_0x3d19b['path'][_0x1aad37]),_0x167fb7=_0x167fb7['getChild'](0x0);return{'modelFragment':_0x63567b,'anchorData':_0xc06a2d};}['_getExecuteDataInTable'](){const _0x10d03b=this['editor']['model']['document']['selection'],_0xd53e1=this['editor']['plugins']['get']('TableSelection')['getSelectionAsFragment'](),_0x903658=_0x10d03b['getFirstRange']()['start']['parent']['parent'],_0xe3c6a2=this['_wrapWithCommonAncestors'](_0xd53e1,this['editor']['model']['createPositionBefore'](_0x903658),this['editor']['model']['createPositionAfter'](_0x903658)),_0x105bb2=_0x10d03b['getFirstRange']()['start'],_0x183a68=new Map();let _0xcd4154=_0xe3c6a2;for(let _0x13c785=0x0;_0x13c785<_0x105bb2['path']['length'];_0x13c785++)if(_0x183a68['set'](_0xcd4154,_0x105bb2['path'][_0x13c785]),_0x13c785<_0x105bb2['path']['length']-0x1)_0xcd4154=_0xcd4154['getChild'](0x0);else{let _0x41cb04=_0xcd4154['nextSibling'];for(;_0x41cb04;)_0x183a68['set'](_0x41cb04,_0x105bb2['path'][_0x13c785]),_0x41cb04=_0x41cb04['nextSibling'];}return{'modelFragment':_0xe3c6a2,'anchorData':_0x183a68};}['_executeAction'](_0x4e4d4b,_0x5e4532,_0x55a950,_0x5621de,_0x5a43cb){const _0x583f97=this['editor']['plugins']['get'](O),_0x1296cc=this['editor']['plugins']['get'](W),_0xa2427=this['editor']['model']['document']['selection'],_0x3abe0c=_0x583f97['modelToViewWithIds'](_0x5e4532),_0x364ce6=this['editor']['data']['processor']['toData'](_0x3abe0c),_0x341664=this['editor']['model']['document']['version'],_0xcd6ea9=[..._0xa2427['getRanges']()],_0x39eae5=new F(this['editor']['locale'],{'showDiff':!0x1,'areActionsDisabled':!0x1,'hideHeader':!0x0,'showLoader':!0x0,'miniToolbarConfig':{'showChanges':'icon','customView':this['_customViews']},'showUnchangedParts':!0x0});return _0x1296cc['open']({'index':0x3e8*Math['random']()%0x3e8,'title':_0x5621de,'icon':_0x5a43cb||_0x351952,'mainView':_0x39eae5,'showRotator':!0x1,'showApplyButton':!0x0,'showSuggestButton':!0x0,'ranges':_0xcd6ea9}),this['_setLoadingState'](_0x39eae5,_0x1296cc),this['listenTo'](_0x1296cc,'applySuggestion',()=>{this['_applyChanges'](_0x5e4532,_0x55a950,!0x1);}),this['listenTo'](_0x1296cc,'insertSuggestion',()=>{this['_applyChanges'](_0x5e4532,_0x55a950,!0x0);}),this['listenTo'](_0x1296cc,'dialogClosed',()=>{this['_stopInteraction'](),this['_clearInteractionHistory'](),this['stopListening'](_0x1296cc);}),this['_createInteraction'](_0x364ce6,_0x341664,_0x39eae5,_0x1296cc,_0x4e4d4b);}['_wrapWithCommonAncestors'](_0x16d930,_0x5220b3,_0x3f048b){const _0xe10d92=this['editor']['model']['createRange'](_0x5220b3,_0x3f048b)['getCommonAncestor'](),_0x1845a6=_0xe10d92['is']('documentFragment')?[]:_0xe10d92['getAncestors']({'includeSelf':!0x0})['slice'](0x1);if(_0x1845a6['length']){const _0x31e1f4=_0x1845a6['map'](_0x524332=>_0x524332['_clone'](!0x1));for(let _0x4390a3=0x1;_0x4390a3<_0x31e1f4['length'];_0x4390a3++)_0x31e1f4[_0x4390a3-0x1]['_appendChild'](_0x31e1f4[_0x4390a3]);return _0x31e1f4[_0x31e1f4['length']-0x1]['_appendChild'](_0x16d930),new _0x1dd05a(_0x31e1f4[0x0]);}return _0x16d930;}async['_createInteraction'](_0x4768fb,_0x15c618,_0x33db64,_0x47c45c,_0x48b1d9){const _0x4f8f7e=this['editor'];this['_currentInteractionParams']={'action':_0x48b1d9,'content':_0x4768fb,'version':_0x15c618,'mainView':_0x33db64,'aiBalloon':_0x47c45c},this['_interaction']=new q({'connector':this['_aiConnector'],'editor':_0x4f8f7e,'content':_0x4768fb,'version':_0x15c618,..._0x48b1d9});const _0x272e59=(_0x478794,_0x5b7184,_0x3f35e7=!0x1,_0x455a6a='streaming')=>this['_promiseQueue']['enqueue'](async _0x1edab7=>{try{const _0x459669=Y({'editor':_0x4f8f7e,'changeGroups':_0x478794['changeGroups'],'documentContextContent':_0x478794['documentContextContent'],'showDiff':_0x3f35e7,'trimUnchanged':!0x1});await _0x5b7184['updateContent']({'parts':_0x459669,'renderingStrategy':_0x455a6a,'abortSignal':_0x1edab7});}catch(_0x550e40){if(this['_isAbortError'](_0x550e40))return;throw _0x550e40;}});this['_interaction']['on']('replyCreated',(_0x2e1bc6,_0x5a5531)=>{_0x33db64['hideLoader'](),_0x272e59(_0x5a5531,_0x33db64)['catch'](_0xf6c19=>{this['_isAbortError'](_0xf6c19)||console['error']('Error\x20updating\x20content\x20in\x20replyCreated:',_0xf6c19);});}),this['_interaction']['on']('replyContentUpdated',(_0x1a2fbc,_0x21c1ab)=>{_0x272e59(_0x21c1ab,_0x33db64)['catch'](_0x1ded80=>{this['_isAbortError'](_0x1ded80)||console['error']('Error\x20updating\x20content\x20in\x20replyContentUpdated:',_0x1ded80);});}),this['_interaction']['on']('interactionFinished',async()=>{try{await this['_clearLoadingState'](_0x33db64,_0x47c45c);}catch(_0x578269){this['_isAbortError'](_0x578269)||console['error']('Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:',_0x578269);}}),this['listenTo'](_0x33db64,'toggleSuggestionDisplayMode',(_0x1572f0,{showDiff:_0x559607})=>{this['_balloonShowDiff']=_0x559607;const _0x2c0429=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1];_0x2c0429&&_0x272e59(_0x2c0429,_0x33db64,_0x559607,'static')['catch'](_0x2b1afd=>{this['_isAbortError'](_0x2b1afd)||console['error']('Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:',_0x2b1afd);});}),this['_setLoadingState'](_0x33db64,_0x47c45c);try{return await this['_interaction']['start']();}catch(_0x19848e){if(this['_isAbortError'](_0x19848e))return;throw _0x19848e;}}['_applyChanges'](_0x299318,_0x2bdb88,_0x5b81f7){const _0x48106e=this['editor'],_0xd3f86b=this['editor']['plugins']['get'](_0x348a94),_0x1198ee=this['_interaction'],_0x250cb0=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1],_0x236afa=_0x250cb0['changeGroups'];let _0x423985=z({'editor':_0x48106e,'reply':_0x250cb0,'interaction':_0x1198ee,'groups':_0x236afa,'transform':!0x1,'documentCompare':_0xd3f86b,'documentCompareOptions':{'anchor':_0x48106e['model']['createPositionAt'](_0x299318,0x0),'markDeletions':_0x5b81f7}});_0x423985=this['_filterOperationsOutsideRange'](_0x423985,_0x2bdb88);for(const _0x561462 of _0x423985)this['_anchorOperation'](_0x2bdb88,_0x561462,_0x48106e['model']['document']['getRoot']());const _0x53cea6=_0x1198ee['getDocumentContext']()['version'],_0x4e572a=_0x48106e['model']['document']['history']['getOperations'](_0x53cea6),_0x2c351b={'document':_0x48106e['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x115e2c=it(_0x423985,_0x4e572a,_0x2c351b)['operationsA'];_0x48106e['model']['change'](_0x2c87fa=>{if(_0x2c87fa['setSelection'](_0x48106e['model']['document']['selection']['focus']),_0x5b81f7)_0x48106e['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x115e2c);else{for(const _0x400f54 of _0x115e2c)_0x400f54['baseVersion']=_0x48106e['model']['document']['version'],_0x2c87fa['batch']['addOperation'](_0x400f54),_0x48106e['model']['applyOperation'](_0x400f54);}}),this['editor']['plugins']['get']('AIBalloon')['close']();}['_filterOperationsOutsideRange'](_0x24a3d3,_0xfb013a){return _0x24a3d3['filter'](_0x3257b9=>{if('rename'==_0x3257b9['type']){const _0x49b2d1=_0x3257b9['position']['nodeAfter'];return!_0xfb013a['has'](_0x49b2d1);}if(_0x3257b9['type']['indexOf']('Attribute')>-0x1){const _0x20d073=_0x3257b9['range']['start']['nodeAfter'];return!_0xfb013a['has'](_0x20d073);}return!0x0;});}['_anchorOperation'](_0xbeb30f,_0x4f1c98,_0x2ef8bc){const _0x1af358=_0x4f1c98['clone']();for(const _0x4b574b in _0x4f1c98){const _0x3cd491=_0x4f1c98[_0x4b574b];_0x3cd491 instanceof _0x625116?_0x4f1c98[_0x4b574b]=new _0x625116(_0x2b9202(_0x3cd491['start']),_0x2b9202(_0x3cd491['end'])):_0x3cd491 instanceof _0x2aa99a&&(_0x4f1c98[_0x4b574b]=_0x2b9202(_0x3cd491));}if(['insert','move','remove','reinsert','split','merge']['includes'](_0x1af358['type'])){if(_0x1af358['isDocumentOperation']=!0x1,_0x1af358['baseVersion']=null,'remove'==_0x1af358['type']){const _0x20b9d5=_0x1af358['sourcePosition'],_0x13ee8c=_0x1af358['howMany'];new tt(_0x20b9d5,_0x13ee8c)['_execute']();}else _0x1af358['_execute']();}function _0x2b9202(_0x324982){if('$graveyard'==_0x324982['root']['rootName'])return _0x324982;const _0xdf855e=[];let _0x5afc54=_0x324982['root'];for(let _0x380509=0x0;_0x380509<_0x324982['path']['length'];_0x380509++){const _0x277bb5=_0xbeb30f['get'](_0x5afc54)||0x0;_0xdf855e[_0x380509]=_0x324982['path'][_0x380509]+_0x277bb5,_0x5afc54=_0x5afc54['getChildAtOffset'](_0x324982['path'][_0x380509]);}return new _0x2aa99a(_0x2ef8bc,_0xdf855e,_0x324982['stickiness']);}}['_refreshInteraction'](){if(!this['_currentInteractionParams'])return void console['warn']('No\x20current\x20interaction\x20to\x20refresh');this['_interaction']&&(this['_previousInteractions']['push'](this['_interaction']),this['_stopInteraction']());const {action:_0x29248d,content:_0x392fec,version:_0xe1401,mainView:_0x576595,aiBalloon:_0x53da1c}=this['_currentInteractionParams'];this['_clearSuggestionContent'](_0x576595),_0x576595['showLoader'](),this['_createInteraction'](_0x392fec,_0xe1401,_0x576595,_0x53da1c,_0x29248d)['catch'](_0x481d95=>{this['_isAbortError'](_0x481d95)||console['error']('Error\x20refreshing\x20interaction:',_0x481d95);});}['_clearSuggestionContent'](_0x598273){const _0x463784=_0x598273['bodyView']['_children'];for(;_0x463784['length']>0x0;)_0x463784['remove'](_0x463784['first']);_0x598273['bodyView']['hasPendingParts']=!0x1;}['_isAbortError'](_0x2fae4f){return!!_0x2fae4f['message']&&_0x2fae4f['message']['startsWith']('ai-request-aborted');}['_clearInteractionHistory'](){this['_previousInteractions']=[],this['_currentInteractionParams']=void 0x0;}['_stopInteraction'](){this['_interaction']&&this['_interaction']['stop'](),this['_promiseQueue']['abort'](),this['isBusy']=!0x1;}['_setupCustomViews'](){const _0x127dc6=new _0x4b3349(this['editor']['locale']);_0x127dc6['set']({'icon':_0x5b6f7b,'label':Yn(this['editor']['locale'],'AI_ACTIONS_TRY_AGAIN'),'tooltip':!0x0,'class':'ck-ai-custom-action-button'}),_0x127dc6['bind']('isEnabled')['to'](this,'isBusy',_0xa61ec=>!_0xa61ec),_0x127dc6['on']('execute',()=>{this['_refreshInteraction']();}),this['_customViews']['add'](_0x127dc6);}['_setLoadingState'](_0x255f8f,_0x4f2252){_0x255f8f['setLoading'](),_0x4f2252['balloonView']['setLoading'](),this['isBusy']=!0x0;}async['_clearLoadingState'](_0x2c7e49,_0x314e03){await this['_promiseQueue']['queueEmptyPromise'],this['isBusy']=!0x1,_0x2c7e49['clearLoading'](),_0x314e03['balloonView']['clearLoading']();}}class vs{['id'];['title'];['description'];['isParameterized'];['useArgs'];['options'];constructor({id:_0x111b66,title:_0x14b400,description:_0x58447b,isParameterized:_0x1f7c2a,useArgs:_0x3a447f,options:_0x30dd6c}){this['id']=_0x111b66,this['title']=_0x14b400,this['description']=_0x58447b,this['isParameterized']=_0x1f7c2a,this['useArgs']=_0x3a447f,this['options']=_0x30dd6c;}}class kr extends vs{['_models']=[];get['models'](){return this['_models'];}set['models'](_0x2c4849){this['_models']=_0x2c4849;}}class ti extends _0x3491c8(){['_checks'];constructor(_0x5ab937){super(),this['_checks']=this['_mapCheckDefinitions'](_0x5ab937);}get['checks'](){return this['_checks'];}['getCheckById'](_0x10d2da){return this['checks']['find'](_0x43dc45=>_0x43dc45['id']===_0x10d2da);}['_mapCheckDefinitions'](_0x42d359){return _0x42d359['map'](_0x181b7d=>'custom'===_0x181b7d['id']?new kr(_0x181b7d):new vs(_0x181b7d));}}class gs extends Mt(){['id'];['contentNew'];['contentInitial'];['documentVersion'];constructor({id:_0x10135f,contentNew:_0x471848,contentInitial:_0x21da22,documentVersion:_0x46e11f}){super(),this['id']=_0x10135f,this['contentNew']=_0x471848,this['contentInitial']=_0x21da22,this['documentVersion']=_0x46e11f;}}class Cs extends _0x3491c8(){['id'];['parent'];['_data'];['_editorOperations']=[];constructor(_0x4ce4dd,_0x2904fa,_0x5a9a9d){super(),this['id']=_0x4ce4dd,this['parent']=_0x5a9a9d,this['_data']=_0x2904fa,this['set']('isActivated',!0x1),this['set']('status','active');}get['contentDiffed'](){return this['_data']['context']();}get['operations'](){return this['_data']['operations'];}get['operationsIsolated'](){return this['_data']['operationsIsolated'];}}class pr extends _0x3491c8(){['id']=_0x190955();['_results']=new Map();['_changes']=[];['_documentData'];['_sourceCheck'];['_aiConnector'];['_reviewParams'];['_reviewArgs'];['_activeRequest']=null;['_currentError'];constructor(_0x7a7d4c,_0x5d1f9e,_0x41d4b1,_0x489354,_0x33c33e){super(),this['_documentData']=_0x7a7d4c,this['_sourceCheck']=_0x5d1f9e,this['_aiConnector']=_0x41d4b1,this['_reviewParams']=_0x489354,this['_reviewArgs']=_0x33c33e,this['on']('change:status',(_0x5ec16d,_0x1d9bfb,_0x306429)=>{this['fire']('reviewCheckRunUpdated',{'status':_0x306429,'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'];}async['start'](){this['status']='loading',this['_currentError']=void 0x0;try{this['_activeRequest']=this['_createApiRequest']();const _0x4699fc=await this['_activeRequest']['getStream']();this['status']='data';for await(const _0x332048 of _0x4699fc)'unmodified'!==_0x332048['data']['operation']&&('error'!==_0x332048['data']['operation']?this['_addReviewCheckResult'](_0x332048['data']['dataId'],_0x332048['data']['textDelta']):this['status']='error-chunk');'error-chunk'!==this['status']&&(0x0===this['_results']['size']?this['status']='unmodified':this['status']='ready');}catch(_0x4690f3){this['_currentError']=_0x4690f3,_0x4690f3 instanceof Error&&_0x4690f3['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'](_0x6a3636,_0x1d54f4){const _0x4f4c12=this['_results']['get'](_0x6a3636);if(!_0x4f4c12)return;const _0x426617=[];_0x1d54f4['forEach']((_0x419ec5,_0x2c9f38)=>{const _0x1ab98f=new Cs(_0x4f4c12['id']+'-'+_0x2c9f38,_0x419ec5,_0x4f4c12);_0x1ab98f['on']('change:status',()=>{'accepted'===_0x1ab98f['status']?this['fire']('reviewCheckResultAccepted',{'change':_0x1ab98f}):'rejected'===_0x1ab98f['status']&&this['fire']('reviewCheckResultRejected',{'change':_0x1ab98f});}),_0x1ab98f['on']('change:isActivated',()=>{_0x1ab98f['isActivated']?this['fire']('reviewCheckResultActivated',{'change':_0x1ab98f}):this['fire']('reviewCheckResultDeactivated',{'change':_0x1ab98f});}),this['_changes']['push'](_0x1ab98f),_0x426617['push'](_0x1ab98f);}),this['fire']('reviewCheckResultReady',{'changes':_0x426617,'result':_0x4f4c12,'source':this});}['abort'](){this['_activeRequest']&&(this['_activeRequest']['abortController']['abort'](),this['_activeRequest']=null,this['status']='aborted');}['isChangeActive'](_0x84b372){const _0x335c8d=this['_changes']['find'](_0x18c0e6=>_0x18c0e6['id']===_0x84b372);return!(!_0x335c8d||'active'!==_0x335c8d['status']);}['getActiveChanges'](){return this['_changes']['filter'](_0x5bb141=>'active'===_0x5bb141['status']);}['markAllChangesAsAccepted'](){for(const _0x22c00c of this['_changes'])'active'===_0x22c00c['status']&&(_0x22c00c['status']='accepted');this['_checkIfFinished']();}['markChangeAsAccepted'](_0x1694fd){const _0x44a872=this['_changes']['find'](_0x300eb0=>_0x300eb0['id']===_0x1694fd);_0x44a872&&'active'===_0x44a872['status']&&(_0x44a872['status']='accepted'),this['_checkIfFinished']();}['markChangeAsRejected'](_0x3547d1){const _0x6038fc=this['_changes']['find'](_0x203ee0=>_0x203ee0['id']===_0x3547d1);_0x6038fc&&'active'===_0x6038fc['status']&&(_0x6038fc['status']='rejected'),this['_checkIfFinished']();}['activateChange'](_0x33ee7b){this['_changes']['filter'](_0x417b72=>_0x417b72['isActivated']&&_0x417b72['id']!==_0x33ee7b)['forEach'](_0x33f199=>{_0x33f199['isActivated']=!0x1;});const _0x346d07=this['_changes']['find'](_0x5f4885=>_0x5f4885['id']===_0x33ee7b);_0x346d07&&(_0x346d07['isActivated']=!0x0);}['deactivateChange'](){this['_changes']['filter'](_0x48fe87=>_0x48fe87['isActivated'])['forEach'](_0x4c8c2a=>{_0x4c8c2a['isActivated']=!0x1;});}['forceReadyState'](){this['status']='ready';}['_addReviewCheckResult'](_0x476bf6,_0x5b7e36){const _0xb298b7=this['_documentData']['elements']['get'](_0x476bf6);if(!_0xb298b7)return;const _0x3bec6a=_0xb298b7['getContent']();if(_0x3bec6a===_0x5b7e36)return;const _0x5083df=new gs({'id':_0x476bf6,'contentInitial':_0x3bec6a,'contentNew':_0x5b7e36,'documentVersion':this['_documentData']['version']});this['_results']['set'](_0x5083df['id'],_0x5083df),this['fire']('reviewCheckResultAdded',{'result':_0x5083df,'source':this});}['_checkIfFinished'](){if('ready'!==this['status'])return;0x0===this['_changes']['filter'](_0x27ba6f=>'active'===_0x27ba6f['status'])['length']&&(this['status']='finished');}['_createApiRequest'](){throw new Error('Not\x20implemented.');}}class ei extends pr{get['title'](){if(!this['_reviewParams']||0x0===this['_reviewParams']['length']||this['_sourceCheck']['useArgs'])return this['_sourceCheck']['title'];const _0x42c0b7=[];if(this['_reviewParams']['length']>0x0&&this['_sourceCheck']['options'])for(let _0x2340f4=0x0;_0x2340f4<this['_reviewParams']['length'];_0x2340f4++){if(!this['_reviewParams'][_0x2340f4]||!this['_sourceCheck']['options'][_0x2340f4])continue;const _0x1e2a7d=this['_sourceCheck']['options'][_0x2340f4],_0x15da90=_0x1e2a7d['data']?.['find'](_0x54400d=>_0x54400d['id']===this['_reviewParams'][_0x2340f4]);_0x15da90&&_0x42c0b7['push'](_0x15da90['label']);}return this['_sourceCheck']['title']+':\x20'+_0x42c0b7['join'](',\x20');}['_createApiRequest'](){return this['_aiConnector']['callSystemReview']({'reviewName':this['_composeReviewName'](),'content':this['_documentData']['content'],'args':this['_reviewArgs']});}['_composeReviewName'](){return!this['_reviewParams']||0x0===this['_reviewParams']['length']||this['_sourceCheck']['useArgs']?this['_sourceCheck']['id']:[this['_sourceCheck']['id'],...this['_reviewParams']]['join']('-');}}class si extends pr{['_prompt'];['_model'];constructor(_0x54f007,_0x4704d9,_0x5ca888,_0x4e86e7,_0x36929f){super(_0x5ca888,_0x4e86e7,_0x36929f),this['_prompt']=_0x54f007,this['_model']=_0x4704d9;}get['title'](){return this['_prompt'];}['_createApiRequest'](){return this['_aiConnector']['callCustomReview']({'content':this['_documentData']['content'],'prompt':this['_prompt'],'model':this['_model']});}}class hi extends Mt(){['_modelList']=[];['_connector'];constructor({connector:_0x4f69c6}){super(),this['_connector']=_0x4f69c6;}async['getAll'](){if(!this['_modelList']['length'])try{const _0x555fb4=this['_connector']['getModels'](),_0x52f6c0=await _0x555fb4['list']();this['_modelList']=_0x52f6c0['items'];}catch{}return this['_modelList'];}}const ri=[{'id':'custom','title':'Custom\x20command','description':'Type\x20a\x20custom\x20command\x20to\x20review\x20the\x20content\x20exactly\x20as\x20you\x20need.','isParameterized':!0x0},{'id':'correctness','title':'Correctness','description':'Ensure\x20the\x20text\x20is\x20factually\x20accurate\x20and\x20free\x20of\x20errors.','isParameterized':!0x1},{'id':'clarity','title':'Clarity','description':'Improve\x20the\x20clarity\x20and\x20readability\x20of\x20the\x20text.','isParameterized':!0x1},{'id':'readability','title':'Readability','description':'Enhance\x20the\x20overall\x20readability\x20of\x20the\x20text.','isParameterized':!0x1},{'id':'make','title':'Adjust\x20length','description':'Refine\x20text\x20length\x20to\x20match\x20your\x20needs.','isParameterized':!0x0,'options':[{'formType':'dropdown','label':'Adjust\x20length','default':'longer','data':[{'label':'Longer','id':'longer'},{'label':'Shorter','id':'shorter'}]}]},{'id':'make-tone','title':'Adjust\x20tone\x20and\x20style','description':'Choose\x20tone\x20and\x20style\x20to\x20change\x20content\x20as\x20you\x20need.','isParameterized':!0x0,'options':[{'formType':'dropdown','label':'Adjust\x20tone\x20and\x20style','default':'casual','data':[{'label':'Casual','id':'casual'},{'label':'Direct','id':'direct'},{'label':'Friendly','id':'friendly'},{'label':'Confident','id':'confident'},{'label':'Professional','id':'professional'}]}]},{'id':'translate','title':'Translate','description':'Translate\x20the\x20text\x20into\x20another\x20language.','isParameterized':!0x0,'useArgs':!0x0,'options':[{'formType':'dropdown','label':'Select\x20language','argsKey':'language','data':[{'label':'English','id':'english'},{'label':'Spanish','id':'spanish'},{'label':'French','id':'french'},{'label':'German','id':'german'},{'label':'Chinese\x20(Simplified)','id':'chinese'},{'label':'Japanese','id':'japanese'},{'label':'Russian','id':'russian'},{'label':'Portuguese','id':'portuguese'},{'label':'Korean','id':'korean'},{'label':'Italian','id':'italian'}]}]}];class ee extends _0x3e9f85{['_aiConnector'];['_aiReviewModeUi'];['_aiReviewModeEditing'];['_aiReviewCheckList'];['_currentReviewCheckRun'];['_isDiffOn']=!0x1;['_changeActivationSource']=null;static get['requires'](){return[N];}static get['pluginName'](){return'AIReviewModeController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['init'](){this['_aiConnector']=this['context']['plugins']['get']('AIConnector'),this['_aiReviewModeUi']=this['context']['plugins']['get']('AIReviewModeUI'),this['_aiReviewModeEditing']=this['context']['plugins']['get']('AIReviewModeEditing');const _0x6c0428=this['context']['config']['get']('ai.reviewMode.translations');if(_0x6c0428){for(const _0xe3aaf1 of ri)'translate'===_0xe3aaf1['id']&&(_0xe3aaf1['options'][0x0]['data']=_0x6c0428);}const _0x290aea=this['_translateReviewChecks'](ri);this['_aiReviewCheckList']=new ti(_0x290aea);const _0x4fd58a=this['_aiReviewCheckList']['checks']['find'](_0x305290=>'custom'===_0x305290['id']);if(_0x4fd58a){const _0xd8534a=await new hi({'connector':this['_aiConnector']})['getAll']();_0x4fd58a['models']=_0xd8534a['map'](_0x396a62=>({..._0x396a62,'description':this['_getTranslationWithDefault']('AI_MODEL_DESCRIPTION_'+_0x396a62['id']['toUpperCase'](),_0x396a62['description'])}));}this['listenTo'](this['_aiReviewModeUi'],'getReviewCheckList',()=>{this['_aiReviewModeUi']['setAvailableChecks'](this['_aiReviewCheckList']['checks']);}),this['listenTo'](this['_aiReviewModeUi'],'runReviewCheck',async(_0x259c07,_0x733dd1)=>{const _0x81dd06=this['_aiReviewCheckList']['getCheckById'](_0x733dd1['id']);if(_0x81dd06){this['_onDiffChange'](this['_isDiffOn']),_0x733dd1['isCustom']?this['_currentReviewCheckRun']=new si(_0x733dd1['args']['prompt'],_0x733dd1['args']['model'],this['_aiReviewModeEditing']['getDocumentData'](),_0x81dd06,this['_aiConnector']):this['_currentReviewCheckRun']=new ei(this['_aiReviewModeEditing']['getDocumentData'](),_0x81dd06,this['_aiConnector'],_0x733dd1['params'],_0x733dd1['args']),this['_aiReviewModeUi']['setCheckResultTitle'](this['_currentReviewCheckRun']['title']),this['_currentReviewCheckRun']['on']('reviewCheckRunUpdated',(_0xbf7fed,_0xbee4b0)=>{'data'===_0xbee4b0['status']||'loading'===_0xbee4b0['status']?(this['_aiReviewModeEditing']['switchToReadOnly'](),this['_aiReviewModeUi']['showCheckRunResults'](_0xbee4b0)):'finished'===_0xbee4b0['status']?this['_aiReviewModeUi']['showReviewCompletedView']():'ready'===_0xbee4b0['status']?this['_aiReviewModeUi']['showActionsWhenResultIsReady']():'unmodified'===_0xbee4b0['status']?this['_aiReviewModeUi']['showNoChangesView']():'error-general'===_0xbee4b0['status']?this['_aiReviewModeUi']['showGeneralErrorView']():'error-chunk'===_0xbee4b0['status']?this['_aiReviewModeUi']['showChunkErrorView']():'aborted'===_0xbee4b0['status']&&(this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['processedResultsCount']>0x0?setTimeout(()=>{this['_currentReviewCheckRun']?.['forceReadyState']();},0x0):this['_onReviewModeRunLeave'](!0x0));}),this['_currentReviewCheckRun']['on']('reviewCheckResultAdded',(_0x1063db,_0x396693)=>{if(!this['_currentReviewCheckRun'])throw new _0x599d16('aireviewmode-no-current-check-run',this);const _0x381b65=this['_aiReviewModeEditing']['diffContent'](_0x396693['result']['contentInitial'],_0x396693['result']['contentNew']);_0x396693['source']['addResultChanges'](_0x396693['result']['id'],_0x381b65);}),this['_currentReviewCheckRun']['on']('reviewCheckResultReady',(_0x3be658,_0xbf4eb1)=>{for(const _0x3f2a49 of _0xbf4eb1['changes'])this['_aiReviewModeUi']['showCheckRunResult'](_0x3f2a49);this['_aiReviewModeEditing']['markChangePositionInEditorContent'](_0xbf4eb1['changes'],_0xbf4eb1['source']['documentData']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultAccepted',(_0x278bfe,_0x4d085f)=>{this['_aiReviewModeUi']['updateChangeState'](_0x4d085f['change']['id'],'accepted');}),this['_currentReviewCheckRun']['on']('reviewCheckResultRejected',(_0x58be7c,_0x1f50da)=>{this['_aiReviewModeUi']['updateChangeState'](_0x1f50da['change']['id'],'rejected');}),this['_currentReviewCheckRun']['on']('reviewCheckResultActivated',(_0x4d1a96,_0x2bf5ee)=>{this['_aiReviewModeUi']['setActiveStateInResults'](_0x2bf5ee['change']['id']);const _0x43e56a=this['_aiReviewModeEditing']['getMarkerElementForChange'](_0x2bf5ee['change']['id']);if(_0x43e56a){if('content'===this['_changeActivationSource']){const _0x1d958f=this['_aiReviewModeUi']['getChangeElement'](_0x2bf5ee['change']['id']);_0x1d958f&&_0x5de7fa(_0x1d958f['closest']('.ck-ai-review-mode__check-run-result')||_0x1d958f);}else{if('panel'===this['_changeActivationSource']){const _0x3d9fc3={'target':_0x43e56a['domElement'],'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0};rt(_0x3d9fc3);}}this['_aiReviewModeUi']['showChangeBalloon'](_0x2bf5ee['change'],_0x43e56a['domElement']);}}),this['_currentReviewCheckRun']['on']('reviewCheckResultDeactivated',()=>{this['_aiReviewModeUi']['resetActiveStateInResults']();});try{await this['_currentReviewCheckRun']['start']();}catch(_0x5af24e){_0x5af24e instanceof Error&&_0x5af24e['message']['includes']('ai-request-aborted')||(_0x5af24e instanceof _0x599d16?this['_logError'](_0x5af24e):this['_logError'](new _0x599d16('aireviewmode-check-run-failed',this,{'error':_0x5af24e})));}}else this['_logError'](new _0x599d16('aireviewmode-source-check-not-found',this,{'checkId':_0x733dd1['id']}));}),this['listenTo'](this['_aiReviewModeUi'],'leaveReviewMode',()=>{this['_onReviewModeRunLeave']();}),this['listenTo'](this['_aiReviewModeUi'],'leaveReviewModeResultList',()=>{this['_onReviewModeRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewModeUi'],'abortReviewStream',()=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['abort']();}),this['listenTo'](this['_aiReviewModeUi'],'finishReview',()=>{this['_onReviewModeRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewModeUi'],'acceptAllChanges',()=>{if(!this['_currentReviewCheckRun'])return;const _0x1bece5=this['_currentReviewCheckRun']['getActiveChanges']();_0x1bece5['length']&&(this['_aiReviewModeEditing']['applyChange'](_0x1bece5['map'](_0xd765f0=>_0xd765f0['id'])),this['_currentReviewCheckRun']['markAllChangesAsAccepted']());}),this['listenTo'](this['_aiReviewModeUi'],'acceptChange',(_0x117abb,_0x5a4407)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x5a4407['id'])&&(this['_aiReviewModeEditing']['applyChange']([_0x5a4407['id']]),this['_currentReviewCheckRun']['markChangeAsAccepted'](_0x5a4407['id']),this['_aiReviewModeUi']['hideChangeBalloon']());}),this['listenTo'](this['_aiReviewModeUi'],'dismissChange',(_0x5cb43a,_0x515dc7)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x515dc7['id'])&&(this['_aiReviewModeEditing']['rejectChange'](_0x515dc7['id']),this['_currentReviewCheckRun']['markChangeAsRejected'](_0x515dc7['id']),this['_aiReviewModeUi']['hideChangeBalloon']());}),this['listenTo'](this['_aiReviewModeUi'],'toggleDiff',(_0x4398e1,_0x3ebcaa)=>{this['_isDiffOn']=_0x3ebcaa['on'],this['_onDiffChange'](this['_isDiffOn']);}),this['listenTo'](this['_aiReviewModeUi'],'retryReview',async()=>{this['_currentReviewCheckRun']&&await this['_currentReviewCheckRun']['restart']();}),this['listenTo'](this['_aiReviewModeUi'],'activateChange',(_0x36d7e0,_0x5f2448)=>{this['_currentReviewCheckRun']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x5f2448['id']));}),this['listenTo'](this['_aiReviewModeUi'],'deactivateChange',()=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['deactivateChange']();}),this['listenTo'](this['_aiReviewModeEditing']['emitter'],'changeMarkerClick',(_0x4d0907,_0x229ba5)=>{this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x229ba5['changeId']));});}['_onReviewModeRunLeave'](_0x4396b0=!0x1){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['abort'](),this['_currentReviewCheckRun']['stopListening'](),this['_currentReviewCheckRun']=void 0x0),_0x4396b0&&this['_aiReviewModeUi']['showReviewCheckList'](),this['_aiReviewModeEditing']['clearAllMarkers'](),this['_aiReviewModeEditing']['switchToEdit'](),this['_changeActivationSource']=null;const _0x5ebb6c=this['_aiReviewModeEditing']['getContentElement']();_0x5ebb6c&&(_0x5ebb6c['classList']['remove']('ck-ai-review-mode-diff'),_0x5ebb6c['classList']['remove']('ck-ai-review-mode-highlights'));}['_onDiffChange'](_0xf2d8a8){const _0xb4cc4b=this['_aiReviewModeEditing']['getContentElement']();_0xb4cc4b&&(_0xb4cc4b['classList']['remove']('ck-ai-review-mode-diff'),_0xb4cc4b['classList']['remove']('ck-ai-review-mode-highlights'),_0xb4cc4b['classList']['add'](_0xf2d8a8?'ck-ai-review-mode-diff':'ck-ai-review-mode-highlights'));}['_translateReviewChecks'](_0x44fbec){return _0x44fbec['map'](_0x1d8d24=>{const _0x53a4e6='AI_REVIEW_CHECK_'+_0x1d8d24['id']['toUpperCase']()['replaceAll']('-','_'),_0x2a5bef={..._0x1d8d24,'title':this['_getTranslationWithDefault'](_0x53a4e6+'_TITLE',_0x1d8d24['title']),'description':this['_getTranslationWithDefault'](_0x53a4e6+'_DESCRIPTION',_0x1d8d24['description'])};return _0x1d8d24['options']&&(_0x2a5bef['options']=_0x1d8d24['options']['map'](_0x3d66dd=>({..._0x3d66dd,'label':this['_getTranslationWithDefault'](_0x53a4e6+'_OPTIONS_LABEL',_0x3d66dd['label']||''),'data':_0x3d66dd['data']?_0x3d66dd['data']['map'](_0x3ae5cc=>({..._0x3ae5cc,'label':this['_getTranslationWithDefault'](_0x53a4e6+'_OPTIONS_DATA_'+_0x3ae5cc['id']['toUpperCase'](),_0x3ae5cc['label'])})):void 0x0}))),_0x2a5bef;});}['_getTranslationWithDefault'](_0x1113d7,_0x4ef8bd){const _0x5c622d=Yn(this['context']['locale'],_0x1113d7);return _0x5c622d===_0x1113d7?_0x4ef8bd:_0x5c622d;}['_logError'](_0x280b1b){nt(_0x280b1b['message']),this['_aiReviewModeUi']['showGeneralErrorView']();}}class Mr extends _0x3a2ab2{['_dropdownView'];['_defaultValue'];['_defaultLabel'];constructor(_0x3fdbf1,_0x414f0b){super(_0x3fdbf1),this['_defaultValue']=_0x414f0b['default']||(_0x414f0b['data']['length']>0x0?_0x414f0b['data'][0x0]['id']:''),this['_defaultLabel']=_0x414f0b['data']['find'](_0x2499a7=>_0x2499a7['id']===this['_defaultValue'])?.['label']||'',this['set']('formValue',''),this['_dropdownView']=_0x45dc52(this['locale']);const _0x5565ce=this['_prepareListOptions'](_0x414f0b['data']);_0x291cf2(this['_dropdownView'],_0x5565ce,{'role':'menu','ariaLabel':_0x414f0b['label']}),this['_dropdownView']['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0}),this['_dropdownView']['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x59ce60=>{_0x59ce60['stopPropagation']();})}}),this['listenTo'](this['_dropdownView'],'execute',_0x2b8ddf=>{this['formValue']=_0x2b8ddf['source']['model']['id'],this['_dropdownView']['buttonView']['label']=_0x2b8ddf['source']['model']['label'];}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-review-mode__check-list-item-parameterized-form-element','ck-ai-review-mode__check-list-item-parameterized-form-element_dropdown']},'children':[this['_dropdownView']]});}['resetToDefault'](){this['formValue']=this['_defaultValue'],this['_dropdownView']['buttonView']['label']=this['_defaultLabel'];}['_prepareListOptions'](_0x389c63=[]){const _0x3e6f5f=new _0xe98229();this['resetToDefault']();for(const _0x36ff66 of _0x389c63){const _0x1e4add=new _0x45b9d4({'label':_0x36ff66['label'],'withText':!0x0,'role':'menuitemradio','id':_0x36ff66['id'],'model':_0x36ff66});_0x1e4add['bind']('isOn')['to'](this,'formValue',_0xad36ac=>_0xad36ac===_0x1e4add['id']);const _0x178807={'type':'button','model':_0x1e4add};_0x3e6f5f['add'](_0x178807);}return _0x3e6f5f;}}class Ps extends _0x1f44f8{['_formItem']=null;constructor(_0x1bf13c,_0x38f48a,_0x493d1){super(_0x1bf13c),this['argsKey']=_0x38f48a?.['argsKey'];if('dropdown'===_0x38f48a['formType'])this['_formItem']=new Mr(this['locale'],_0x38f48a);this['set']('value',''),this['bind']('value')['to'](this['_formItem'],'formValue');const _0x15286f=new _0x1c3fa1(this['locale'],{'children':[this['_formItem']],'class':[_0x493d1?'ck-form__row_with-submit':'']});_0x493d1&&_0x15286f['children']['add'](_0x493d1),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-review-mode__form-item','ck-reset_all']},'children':[_0x15286f]});}['resetToDefault'](){this['_formItem']['resetToDefault']();}}class Bs extends _0x1b9be6{static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;constructor(_0x573c3c){super(_0x573c3c),this['set']('isEmpty',!0x0),this['minRows']=Bs['MIN_ROWS'],this['maxRows']=Bs['MAX_ROWS'],this['extendTemplate']({'attributes':{'id':'ai-review-mode-prompt-input','class':['ck','ck-review-mode__prompt-input']}}),this['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x26ffb7=>{_0x26ffb7['stopPropagation']();})}});}['render'](){super['render'](),this['on']('update',()=>{this['isEmpty']=''===this['element']['value']?.['trim']();});}['setPlaceholderText'](_0x20f0a1){this['set']('placeholder',_0x20f0a1);}}class js extends _0x3a2ab2{['submitButtonView'];['cancelButtonView'];['promptInputView'];['_modelSelectionDropdown'];['_modelSelectionDropdownItems'];['_check'];['_defaultValue'];['_defaultLabel'];constructor(_0x241235,_0x557dde){super(_0x241235),this['_check']=_0x557dde,this['set']('prompt',''),this['set']('modelId',''),this['_defaultValue']=_0x557dde['models']&&_0x557dde['models']['length']>0x0?_0x557dde['models'][0x0]['id']:'',this['_defaultLabel']=_0x557dde['models']&&_0x557dde['models']['length']>0x0?_0x557dde['models'][0x0]['name']:'',this['submitButtonView']=this['_createSubmitButtonView'](),this['cancelButtonView']=this['_createCancelButtonView'](),this['promptInputView']=new Bs(_0x241235),this['promptInputView']['bind']('value')['to'](this,'prompt'),this['promptInputView']['on']('input',()=>{this['prompt']=this['promptInputView']['element']['value'];}),this['_modelSelectionDropdown']=this['_createModelSelectionDropdown'](),this['_modelSelectionDropdownItems']=new _0xe98229(),this['_setModelList'](),_0x291cf2(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']);const _0x2a18eb=new _0x3a2ab2(_0x241235);_0x2a18eb['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-custom-actions-footer']},'children':[this['_modelSelectionDropdown'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized-custom-actions-buttons']},'children':[this['cancelButtonView'],this['submitButtonView']]}]}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-custom-actions']},'children':[new _0x1c3fa1(this['locale'],{'children':[this['promptInputView']]}),new _0x1c3fa1(this['locale'],{'children':[_0x2a18eb]})]});}['resetToDefault'](){this['prompt']='',this['modelId']=this['_defaultValue'],this['_modelSelectionDropdown']['buttonView']['label']=this['_defaultLabel'];}['_createSubmitButtonView'](){const _0x326378=new _0x4b3349(this['locale']),t=this['locale']['t'];return _0x326378['set']({'label':t('Submit'),'withText':!0x0,'class':'ck-ai-button-primary'}),_0x326378['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x147972=>{_0x147972['stopPropagation']();})}}),_0x326378['on']('execute',()=>{this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0});}),_0x326378;}['_createCancelButtonView'](){const _0x5684c0=new _0x4b3349(this['locale']),t=this['locale']['t'];return _0x5684c0['set']({'label':t('Cancel'),'withText':!0x0,'class':'ck-ai-button-tertiary-filled'}),_0x5684c0['on']('execute',()=>{this['resetToDefault']();}),_0x5684c0;}['_setModelList'](){this['_modelSelectionDropdownItems']['clear']();const _0x4e9f24=this['_check']['models'];if(this['resetToDefault'](),_0x4e9f24?.['length'])for(const _0xebe058 of _0x4e9f24){const _0x30f112=new _0x45b9d4({'label':_0xebe058['name'],'withText':!0x0,'role':'menuitemradio','id':_0xebe058['id'],'model':_0xebe058});_0x30f112['bind']('isOn')['to'](this,'modelId',_0xda6496=>_0xda6496===_0xebe058['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x30f112,'labelView':new Ds(this['locale'],_0xebe058)});}}['_createModelSelectionDropdown'](){const _0x3e00df=_0x45dc52(this['locale']);return _0x3e00df['set']({'panelPosition':'se','class':'ck-ai-review-mode__check-list-item-model-dropdown'}),_0x3e00df['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x31420c=>{_0x31420c['stopPropagation']();})}}),_0x3e00df['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0,'tooltip':!0x0}),this['listenTo'](_0x3e00df,'execute',_0x29d44f=>{this['modelId']=_0x29d44f['source']['model']['id'],_0x3e00df['buttonView']['label']=_0x29d44f['source']['label'];}),_0x3e00df;}}class Ds extends _0x39c654{constructor(_0x261ca1,_0xc9b74f){super();const _0x541e35=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x541e35['to']('style'),'id':_0x541e35['to']('id')},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-model-dropdown-name']},'children':[{'text':_0x541e35['to']('text')}]},{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-model-dropdown-description']},'children':[{'tag':'span','children':[{'text':_0xc9b74f['description']}]}]}]});}}class Rs extends _0x1f44f8{['_formItemsCollection']=new _0x4346f0();['_customCheckView']=null;constructor(_0x2662eb,_0x9c38a4,_0x57ac39){super(_0x2662eb),this['set']('isParametrizedViewOpen',!0x1),this['set']('isListItemRendered',!0x1),this['set']('isItemParametrized',_0x9c38a4['isParameterized']);const _0x3f47e2=this['_createIconView']();this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item',this['bindTemplate']['if']('isParametrizedViewOpen','ck-ai-review-mode__check-list-item_selected',_0x1755c4=>_0x1755c4),this['bindTemplate']['if']('isListItemRendered','ck-ai-review-mode__check-list-item_rendered',_0x38af40=>_0x38af40)],'style':{'--ck-ai-check-list-item-index':_0x57ac39}},'on':{'click':this['bindTemplate']['to']('click')},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-main-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-title']},'children':[{'tag':'span','attributes':{'class':['ck-ai-review-mode__check-list-item-title-text']},'children':[{'text':_0x9c38a4['title']}]},_0x3f47e2]},{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-description']},'children':[{'text':_0x9c38a4['description']}]}]}]},..._0x9c38a4['isParameterized']?[this['_createParameterizedView'](_0x9c38a4)]:[],...'custom'===_0x9c38a4['id']?[this['_createCustomView'](_0x9c38a4)]:[]]}),this['on']('click',()=>{_0x9c38a4['isParameterized']?this['isParametrizedViewOpen']=!0x0:this['fire']('runReviewCheck',{'id':_0x9c38a4['id']});}),requestAnimationFrame(()=>{this['isListItemRendered']=!0x0;});}['render'](){super['render'](),this['isItemParametrized']&&_0xca342f({'emitter':this,'activator':()=>!0x0===this['isParametrizedViewOpen'],'contextElements':[this['element']],'callback':()=>{this['isParametrizedViewOpen']=!0x1;}});}['resetToDefault'](){this['isParametrizedViewOpen']=!0x1,this['_formItemsCollection']['forEach'](_0x2dfad7=>{_0x2dfad7['resetToDefault']();}),this['_customCheckView']&&this['_customCheckView']['resetToDefault']();}['_createIconView'](){const _0xfbaaee=new _0x1f8dd5();return _0xfbaaee['content']=_0x3f1895,_0xfbaaee['extendTemplate']({'attributes':{'class':['ck-ai-review-mode__check-list-item-title-icon']}}),_0xfbaaee;}['_createParameterizedView'](_0xd683ae){const _0x5a18c4=new _0x3a2ab2(),_0x44b01d=this['_createFormView'](_0xd683ae);return _0x5a18c4['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0xb4ce22=>!_0xb4ce22)]},'children':[_0x44b01d]}),_0x5a18c4;}['_createFormView'](_0x277ba5){const _0x49257d=new _0x3a2ab2(),_0x4f492e=Array['isArray'](_0x277ba5['options'])?_0x277ba5['options']:[],_0x401376=new _0x4b3349(this['locale']),t=this['locale']['t'];_0x401376['set']({'label':t('Submit'),'withText':!0x0,'class':'ck-ai-button-primary'}),_0x401376['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0xe49a89=>{_0xe49a89['stopPropagation']();})}}),_0x401376['on']('execute',()=>{const _0x58fb1e=[],_0x659e3c={};this['_formItemsCollection']['forEach'](_0x32f294=>{_0x58fb1e['push'](_0x32f294['value']),_0x277ba5['useArgs']&&_0x277ba5['options']&&(_0x659e3c[_0x32f294['argsKey']]=_0x32f294['value']);}),this['fire']('runReviewCheck',{'id':_0x277ba5['id'],'params':_0x58fb1e['length']?_0x58fb1e:void 0x0,'args':Object['keys'](_0x659e3c)['length']?_0x659e3c:void 0x0});});const _0x5b4a49=_0x4f492e['length'];return _0x4f492e['forEach']((_0xa1a57b,_0x30eb02)=>{const _0x172d0e=_0x30eb02===_0x5b4a49-0x1;this['_formItemsCollection']['add'](new Ps(this['locale'],_0xa1a57b,_0x172d0e?_0x401376:null));}),_0x49257d['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized-form']},'children':this['_formItemsCollection']}),_0x49257d;}['_createCustomView'](_0x5383ec){return this['_customCheckView']=new js(this['locale'],_0x5383ec),this['_customCheckView']['extendTemplate']({'attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized','ck-ai-review-mode__check-list-item-parameterized_custom',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x418fb9=>!_0x418fb9)]}}),this['_customCheckView']['delegate']('runReviewCheck')['to'](this),this['_customCheckView'];}}class Ws extends _0x1f44f8{['_checkViews'];constructor(_0x451964){super(_0x451964),this['_checkViews']=new _0x4346f0();const _0x30358d=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list',_0x30358d['if']('isVisible','ck-hidden',_0x29a5c2=>!_0x29a5c2)]},'children':this['_checkViews']});}['setChecks'](_0x324005){this['_checkViews']['clear']();for(const [_0x3122e4,_0x1a5eca]of _0x324005['entries']()){const _0x16cf77=new Rs(this['locale'],_0x1a5eca,_0x3122e4);_0x16cf77['delegate']('runReviewCheck')['to'](this),this['_checkViews']['add'](_0x16cf77);}}['hasChecks'](){return this['_checkViews']['length']>0x0;}['resetAllParameterizedChecks'](){for(const _0x2745f6 of this['_checkViews'])_0x2745f6 instanceof Rs&&_0x2745f6['resetToDefault']();}}class xs extends _0x3a2ab2{['resultResponseView'];['acceptButtonView'];['dismissButtonView'];['infoButtonView'];constructor(_0x2a3307,_0x3c2503){super(_0x2a3307),this['id']=_0x3c2503,this['set']('changeId',_0x3c2503),this['resultResponseView']=this['_createResultResponseView'](),this['acceptButtonView']=this['_createAcceptButtonView'](),this['dismissButtonView']=this['_createDismissButtonView'](),this['infoButtonView']=this['_createInfoButtonView'](),this['set']('isInfoToggleOn',!0x1),this['set']('isActive',!0x1),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-result',this['bindTemplate']['if']('isActive','ck-ai-review-mode__check-run-result_active')]},'on':{'click':this['bindTemplate']['to']('click')},'children':[this['resultResponseView'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-result-footer']},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-result-action-buttons']},'children':[this['acceptButtonView'],this['dismissButtonView']]},this['infoButtonView']]}]}),this['on']('click',()=>{this['fire']('activateChange',{'id':_0x3c2503,'source':this});});}['setItemAsActive'](){this['isActive']=!0x0;}['setItemAsInactive'](){this['isActive']=!0x1;}['_createResultResponseView'](){const _0x558a64=new _0x3a2ab2(this['locale']);return _0x558a64['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content','ck-ai-review-mode__check-run-result-response']}}),_0x558a64;}['_createAcceptButtonView'](){const _0x529b09=new _0x4b3349(this['locale']);return _0x529b09['set']({'label':Yn(this['locale'],'AI_REVIEW_MODE_ACCEPT_CHANGE'),'withText':!0x0,'class':'ck-ai-button-secondary\x20ck-ai-review-mode__check-run-result-accept-button'}),_0x529b09['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x45b535=>{this['fire']('acceptChange',{'id':this['changeId']}),_0x45b535['stopPropagation']();})}}),_0x529b09;}['_createDismissButtonView'](){const _0x420108=new _0x4b3349(this['locale']);return _0x420108['set']({'label':Yn(this['locale'],'AI_REVIEW_MODE_DISMISS_CHANGE'),'withText':!0x0,'class':'ck-ai-button-tertiary-filled\x20ck-ai-review-mode__check-run-result-dismiss-button'}),_0x420108['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x266595=>{this['fire']('dismissChange',{'id':this['changeId']}),_0x266595['stopPropagation']();})}}),_0x420108;}['_createInfoButtonView'](){const _0x204119=new _0x4b3349(this['locale']);return _0x204119['set']({'label':Yn(this['locale'],'AI_REVIEW_MODE_LEARN_MORE'),'icon':_0x414616,'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox','class':'ck-ai-button-tertiary-filled\x20ck-ai-review-mode__check-run-result-info-button\x20ck-hidden'}),_0x204119['bind']('isOn')['to'](this,'isInfoToggleOn',_0x352e58=>_0x352e58),_0x204119['on']('execute',()=>{console['log']('Toggle\x20info\x20view'),this['isInfoToggleOn']=!this['isInfoToggleOn'];}),_0x204119;}}class Hs extends _0x1f44f8{['_resultViews'];['resultsHeader'];['reviewDisclaimer'];['_cancelButtonView'];['_acceptAllButtonView'];['_exitReviewButtonView'];['_toggleDiffButtonView'];['_errorMessageView'];constructor(_0x12c9ed){super(_0x12c9ed),this['_resultViews']=new _0x4346f0(),this['_cancelButtonView']=this['_createCancelButtonView'](),this['_acceptAllButtonView']=this['_createAcceptAllButtonView'](),this['_exitReviewButtonView']=this['_createExitReviewButtonView'](),this['_toggleDiffButtonView']=this['_createToggleDiffButtonView'](),this['resultsHeader']=this['_createResultHeaderView'](),this['_errorMessageView']=this['_createErrorView'](),this['reviewDisclaimer']=new Ci(_0x12c9ed),this['set']('isLoading',!0x1),this['set']('isToggleDiffOn',!0x1),this['set']('isResultReady',!0x1),this['set']('headerTitle',''),this['set']('isError',!0x1),this['set']('showErrorMessage',!0x1),this['set']('errorType','general');const _0x51b01f=this['_createCombinedSkeletonLoader'](),_0x33c0ce=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run',_0x33c0ce['if']('isVisible','ck-hidden',_0x2fa670=>!_0x2fa670)]},'children':[this['resultsHeader'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-wrapper']},'children':[this['_errorMessageView'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x2a78bb=>_0x2a78bb)]},'children':this['_resultViews']},_0x51b01f]},this['reviewDisclaimer']]});}['clearResults'](){this['_resultViews']['clear']();}['getResults'](){return this['_resultViews'];}['addResult'](_0xef2548){const _0x4ea218=new xs(this['locale'],_0xef2548['id']);_0x4ea218['delegate']('acceptChange','dismissChange','activateChange')['to'](this),this['_resultViews']['add'](_0x4ea218),_0x4ea218['resultResponseView']['element']['innerHTML']=_0xef2548['contentDiffed'];}['hideResult'](_0x26d9b9){const _0x3b08ed=this['_resultViews']['find'](_0x198f25=>_0x198f25['id']===_0x26d9b9);_0x3b08ed&&(_0x3b08ed['element']?.['classList']['add']('ck-ai-review-mode__check-run-result_removing'),_0x3b08ed['element']?.['addEventListener']('animationend',()=>{this['_resultViews']['remove'](_0x3b08ed),_0x3b08ed['destroy']();},{'once':!0x0}));}['setTitle'](_0x4d01a6){this['headerTitle']=_0x4d01a6;}['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 Fe(this['locale'],Be['aiReviewChecks']);}['_createCombinedSkeletonLoader'](){const _0x403215=new _0x3a2ab2(this['locale']),_0x1ee5eb=[];for(let _0x20fc91=0x0;_0x20fc91<0x10;_0x20fc91++){const _0x4dfe06=this['_createSkeletonLoader']();_0x4dfe06['extendTemplate']({'attributes':{'class':['ck-ai-review-mode__check-run-skeleton-item']}}),_0x1ee5eb['push'](_0x4dfe06);}return _0x403215['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-skeleton-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x410ab2=>!_0x410ab2)]},'children':_0x1ee5eb}),_0x403215;}['_createErrorView'](){const _0x5aa75f=new _0x3a2ab2(this['locale']),_0xdc7cd2=new _0x4b3349(this['locale']),t=this['locale']['t'];return _0x5aa75f['delegate']('retryReview')['to'](this),_0xdc7cd2['set']({'label':t('Try\x20again'),'withText':!0x0,'class':'ck-ai-button-secondary\x20ck-ai-review-mode__check-run-error-retry-button'}),_0xdc7cd2['on']('execute',()=>{this['fire']('retryReview');}),_0x5aa75f['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-error-container',this['bindTemplate']['if']('showErrorMessage','ck-hidden',_0x39a2ee=>!_0x39a2ee),this['bindTemplate']['if']('errorType','ck-ai-review-mode__check-run-error-container_border-bottom',_0x1d8afe=>'chunk'===_0x1d8afe)]},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-chat-error','ck-ai-chat-error_full-width','ck-ai-review-mode__check-run-error-message',this['bindTemplate']['if']('errorType','ck-ai-chat-error_warning',_0x110232=>'chunk'===_0x110232)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-error__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x18958d=>'general'!==_0x18958d)]},'children':[{'text':Yn(this['locale'],'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE')}]},{'tag':'p','attributes':{'class':['ck-ai-chat-error__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x46d713=>'chunk'!==_0x46d713)]},'children':[{'text':Yn(this['locale'],'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE')}]}]},_0xdc7cd2]}),_0x5aa75f;}['_createCancelButtonView'](){const _0x19cfa2=new _0x4b3349(this['locale']);return _0x19cfa2['set']({'label':Yn(this['locale'],'AI_REVIEW_MODE_STOP_GENERATING'),'withText':!0x0,'class':['ai-chat-controls-loader__cancel-button'],'icon':_0x38b63}),_0x19cfa2['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isResultReady','ck-hidden',_0x391a36=>_0x391a36)]}}),_0x19cfa2['on']('execute',()=>{this['fire']('abortReviewStream');}),_0x19cfa2;}['_createToggleDiffButtonView'](){const _0x14fa36=new _0x4b3349(this['locale']);_0x14fa36['set']({'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox'}),_0x14fa36['bind']('isEnabled')['to'](this,'isError',_0x534de1=>!_0x534de1),_0x14fa36['extendTemplate']({'attributes':{'class':['ck-ai-button-secondary','ck-ai-review-mode__check-run-toggle-diff-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x52e3b9=>!_0x52e3b9)]}});const _0x3a35bf=Yn(this['locale'],'AI_REVIEW_MODE_HIDE_CHANGES'),_0x3c71d1=Yn(this['locale'],'AI_REVIEW_MODE_SHOW_CHANGES');return _0x14fa36['bind']('isOn')['to'](this,'isToggleDiffOn',_0x55a21c=>_0x55a21c),_0x14fa36['bind']('icon')['to'](this,'isToggleDiffOn',_0x3bb2e0=>_0x3bb2e0?_0x817ebb:_0x26e1ac),_0x14fa36['bind']('label')['to'](this,'isToggleDiffOn',_0x4fe1ef=>_0x4fe1ef?_0x3a35bf:_0x3c71d1),_0x14fa36['on']('execute',()=>{this['isToggleDiffOn']=!this['isToggleDiffOn'],this['fire']('toggleDiff',{'on':this['isToggleDiffOn']});}),_0x14fa36;}['_createAcceptAllButtonView'](){const _0x35d7b1=new _0x4b3349(this['locale']);return _0x35d7b1['set']({'label':Yn(this['locale'],'AI_REVIEW_MODE_ACCEPT_ALL'),'withText':!0x0}),_0x35d7b1['bind']('isEnabled')['to'](this,'isError',_0x3322f5=>!_0x3322f5),_0x35d7b1['extendTemplate']({'attributes':{'class':['ck-ai-button-primary','ck-ai-review-mode__check-run-accept-all-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x4e9b21=>!_0x4e9b21)]}}),_0x35d7b1['on']('execute',()=>{this['fire']('acceptAllChanges');}),_0x35d7b1;}['_createExitReviewButtonView'](){const _0x26a665=new _0x4b3349(this['locale']);return _0x26a665['set']({'label':Yn(this['locale'],'AI_REVIEW_MODE_EXIT_REVIEW'),'withText':!0x0}),_0x26a665['extendTemplate']({'attributes':{'class':['ck-ai-button-tertiary-filled','ck-ai-review-mode__check-run-exit-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x5ec9af=>!_0x5ec9af)]}}),_0x26a665['on']('execute',()=>{this['fire']('leaveReviewModeResultList');}),_0x26a665;}['_createResultHeaderView'](){const _0x32f04e=new _0x3a2ab2(this['locale']),_0x512fa4=new De();return _0x512fa4['bind']('isVisible')['to'](this,'isResultReady',_0xafb8ed=>!_0xafb8ed),_0x32f04e['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-header']},'children':[{'tag':'span','attributes':{'class':['ck-ai-review-mode__check-run-results-header-title']},'children':[{'text':this['bindTemplate']['to']('headerTitle')}]},{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-header-buttons']},'children':[_0x512fa4,this['_cancelButtonView'],this['_acceptAllButtonView'],this['_exitReviewButtonView'],this['_toggleDiffButtonView']]}]}),_0x32f04e;}}class Ns extends _0x1f44f8{['resultsHeader'];['_finishReviewButtonView'];constructor(_0x3b929d){super(_0x3b929d),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](),this['resultsHeader']=this['_createResultHeaderView'](),this['set']('viewType','completed');const _0x22b3f2=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__review-completed',_0x22b3f2['if']('isVisible','ck-hidden',_0x53cdbf=>!_0x53cdbf)]},'children':[this['resultsHeader'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__review-completed-content']},'children':[{'tag':'span','attributes':{'class':['ck-ai-review-mode__review-completed-content-icon']},'children':[{'text':'🎉'}]},{'tag':'p','attributes':{'class':['ck-ai-review-mode__review-completed-content-text']},'children':[{'text':_0x22b3f2['to']('viewType',_0x20b582=>Yn(_0x3b929d,'completed'===_0x20b582?'AI_REVIEW_MODE_COMPLETED_TEXT':'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT'))}]}]}]});}['_createFinishReviewButtonView'](){const _0x3a72ea=new _0x4b3349(this['locale']);return _0x3a72ea['set']({'label':Yn(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL'),'withText':!0x0,'class':'ck-ai-button-primary'}),_0x3a72ea['on']('execute',()=>{this['fire']('finishReview');}),_0x3a72ea;}['_createResultHeaderView'](){const _0x4ddafd=new _0x3a2ab2(this['locale']);return _0x4ddafd['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__review-completed-header']},'children':[{'tag':'span','attributes':{'class':['ck-ai-review-mode__review-completed-header-title']},'children':[{'text':Yn(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')}]},{'tag':'div','attributes':{'class':['ck-ai-review-mode__review-completed-header-buttons']},'children':[this['_finishReviewButtonView']]}]}),_0x4ddafd;}}class oe extends _0x3a2ab2{['reviewModeHeader'];['reviewCheckListView'];['reviewCheckResultsView'];['reviewCompletedView'];constructor(_0x5ab833){super(_0x5ab833),this['reviewModeHeader']=new _0x20b76f(_0x5ab833,{'label':Yn(_0x5ab833,'AI_REVIEW_MODE'),'icon':te,'class':'ck-ai-header\x20ck-ai-header_review-mode'}),this['reviewCheckListView']=new Ws(_0x5ab833),this['reviewCheckListView']['delegate'](...Gs)['to'](this),this['reviewCheckResultsView']=new Hs(_0x5ab833),this['reviewCheckResultsView']['delegate'](...Gs)['to'](this),this['reviewCompletedView']=new Ns(_0x5ab833),this['reviewCompletedView']['delegate']('finishReview')['to'](this),this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isLoading',!0x1),this['reviewCheckResultsView']['set']('isResultReady',!0x1),this['reviewCompletedView']['set']('isVisible',!0x1),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-review-mode','ck-rounded-corners'],'dir':'ltr'},'children':[this['reviewModeHeader'],this['reviewCheckListView'],this['reviewCheckResultsView'],this['reviewCompletedView']]});}['showReviewCheckListView'](){this['reviewCheckListView']['resetAllParameterizedChecks'](),this['reviewCheckListView']['set']('isVisible',!0x0),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCompletedView']['set']('isVisible',!0x1);}['showReviewCheckResultsView'](){this['hideActionsWhenResultIsReady'](),this['reviewCheckResultsView']['resetErrorState'](),this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x0),this['reviewCheckResultsView']['clearResults'](),this['reviewCheckResultsView']['set']('isLoading',!0x0);}['addCheckRunResult'](_0x2c74a0){this['reviewCheckResultsView']['addResult'](_0x2c74a0),this['reviewCheckResultsView']['set']('isLoading',!0x1);}['showReviewCompletedView'](){this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCompletedView']['set']('viewType','completed'),this['reviewCompletedView']['set']('isVisible',!0x0);}['showActionsWhenResultIsReady'](){this['reviewCheckResultsView']['isResultReady']=!0x0;}['showNoChangesView'](){this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCompletedView']['set']('viewType','unmodified'),this['reviewCompletedView']['set']('isVisible',!0x0);}['hideActionsWhenResultIsReady'](){this['reviewCheckResultsView']['isResultReady']=!0x1;}['showGeneralErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showGeneralErrorMessage']();}['showChunkErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showChunkErrorMessage']();}}class he extends _0x1618b0{['resultItemView'];constructor(_0x2effbd,_0x4ef5de){super(_0x2effbd),this['set']({'isVisible':!0x1,'position':'se','class':null,'top':0x0,'left':0x0}),this['extendTemplate']({'tag':'div','attributes':{'class':['ck-reset'],'tabindex':'-1'}}),this['content']['add'](this['_createContentView']()),_0x4ef5de['add'](this),_0xca342f({'emitter':this,'activator':()=>this['isVisible'],'contextElements':[this['element']],'callback':()=>{this['hideBalloon'](),this['deactivateChange']();}});}['updateContent'](_0x1744ad){this['resultItemView']['changeId']=_0x1744ad['id'],this['resultItemView']['resultResponseView']['element']['innerHTML']=_0x1744ad['contentDiffed'];}['showBalloon'](_0x224c17,_0x3b0010){this['updateContent'](_0x224c17),this['show'](),this['pin']({'target':_0x3b0010});}['hideBalloon'](){this['hide'](),this['unpin']();}['deactivateChange'](){this['fire']('deactivateChange');}['_createContentView'](){const _0x16fdd5=new _0x3a2ab2();return this['resultItemView']=new xs(this['locale'],''),this['resultItemView']['resultResponseView']['extendTemplate']({'attributes':{'class':['ck-content']}}),this['resultItemView']['delegate']('acceptChange','dismissChange')['to'](this),_0x16fdd5['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-ai-review-mode-balloon-panel-suggestion']},'children':[{'tag':'p','attributes':{'class':['ck-ai-review-mode__suggestion-text']},'children':[this['resultItemView']]}]}),_0x16fdd5;}}const Gs=['getReviewCheckList','runReviewCheck','abortReviewStream','toggleDiff','acceptAllChanges','leaveReviewModeResultList','activateChange','acceptChange','dismissChange','learnMore','finishReview','retryReview'];class ie extends _0x3e9f85{['_reviewModeView'];['_reviewModeBalloonSuggestionItemView'];['_bodyCollection'];static get['requires'](){return[ht];}static get['pluginName'](){return'AIReviewModeUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x19c237){super(_0x19c237),this['_bodyCollection']=new _0x582686(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_reviewModeView']=new oe(this['context']['locale']),this['_reviewModeView']['delegate'](...Gs)['to'](this),this['_reviewModeBalloonSuggestionItemView']=new he(this['context']['locale'],this['_bodyCollection']),this['_reviewModeBalloonSuggestionItemView']['delegate']('acceptChange','dismissChange','deactivateChange')['to'](this);}['init'](){const _0x4245a3=this['context']['plugins']['get']('AITabs');_0x4245a3['view']['on']('activateTab',(_0x3ef5f1,_0xe3de08)=>{'reviewMode'===_0xe3de08?this['fire']('getReviewCheckList'):this['fire']('leaveReviewMode');}),_0x4245a3['view']['addTab']({'id':'reviewMode','buttonLabel':Yn(this['context']['locale'],'AI_REVIEW_MODE'),'buttonIcon':te,'order':0x0,'content':this['_reviewModeView']});}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}['setAvailableChecks'](_0x3c2504){this['_reviewModeView']['reviewCheckListView']['hasChecks']()||this['_reviewModeView']['reviewCheckListView']['setChecks'](_0x3c2504),this['_reviewModeView']['showReviewCheckListView']();}['showReviewCheckList'](){this['fire']('getReviewCheckList');}['showCheckRunResults'](_0x5400ac){_0x5400ac&&('error-general'!==_0x5400ac['status']?'error-chunk'!==_0x5400ac['status']?this['_reviewModeView']['showReviewCheckResultsView']():this['showChunkErrorView']():this['showGeneralErrorView']());}['showCheckRunResult'](_0x44bb2b){this['_reviewModeView']['addCheckRunResult'](_0x44bb2b);}['showGeneralErrorView'](){this['_reviewModeView']['showGeneralErrorView']();}['showChunkErrorView'](){this['_reviewModeView']['showChunkErrorView']();}['setCheckResultTitle'](_0x3bf036){this['_reviewModeView']['reviewCheckResultsView']['setTitle'](_0x3bf036);}['setActiveStateInResults'](_0x450cc9){this['_reviewModeView']['reviewCheckResultsView']['getResults']()['forEach'](_0x3fc52a=>{_0x3fc52a['id']===_0x450cc9&&_0x3fc52a['setItemAsActive']();});}['resetActiveStateInResults'](){this['_reviewModeView']['reviewCheckResultsView']['getResults']()['forEach'](_0x258b7a=>_0x258b7a['setItemAsInactive']());}['updateChangeState'](_0x4c3ff2,_0x2ed83c){'accepted'!==_0x2ed83c&&'rejected'!==_0x2ed83c||this['_reviewModeView']['reviewCheckResultsView']['hideResult'](_0x4c3ff2);}['showReviewCompletedView'](){this['_reviewModeView']['showReviewCompletedView']();}['showActionsWhenResultIsReady'](){this['_reviewModeView']['showActionsWhenResultIsReady']();}['showNoChangesView'](){this['_reviewModeView']['showNoChangesView']();}['hideActionsWhenResultIsReady'](){this['_reviewModeView']['hideActionsWhenResultIsReady']();}['showChangeBalloon'](_0x4c8ce6,_0x1c32de){this['_reviewModeBalloonSuggestionItemView']['showBalloon'](_0x4c8ce6,_0x1c32de);}['hideChangeBalloon'](){this['_reviewModeBalloonSuggestionItemView']['hideBalloon']();}['getChangeElement'](_0x9a088e){const _0x3ca6d9=this['_reviewModeView']['reviewCheckResultsView']['getResults']()['find'](_0x27e22e=>_0x27e22e['id']===_0x9a088e);return _0x3ca6d9?_0x3ca6d9['element']:null;}['deactivateChange'](){this['_reviewModeBalloonSuggestionItemView']['deactivateChange']();}}const Gt='reviewmode-';class re extends _0x3e9f85{static get['pluginName'](){return'AIReviewModeEditing';}static get['requires'](){return[_0x24dc23,O];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_markers']=new Map();['_domEmitter'];['_eventEmitter'];constructor(_0x20bbd5){super(_0x20bbd5),this['_domEmitter']=new(bt())(),this['_eventEmitter']=new(Mt())();}get['emitter'](){return this['_eventEmitter'];}['afterInit'](){const _0x5e9b6c=V(this['context']);_0x5e9b6c['conversion']['for']('editingDowncast')['markerToElement']({'model':Gt+'insert','view':(_0x45b2bb,{writer:_0x1e8080})=>{const _0x1dff93=this['_markers']['get'](_0x45b2bb['markerName']),_0x2ca34d={'class':'ck-ai_review-mode-marker_add','data-marker-id':_0x45b2bb['markerName']};return _0x1e8080['createUIElement']('span',_0x2ca34d,function(_0x185ed2){const _0x466fbf=this['toDomElement'](_0x185ed2);return _0x466fbf['innerHTML']=_0x1dff93?.['text']||'',_0x466fbf;});}}),_0x5e9b6c['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Gt+'remove-only','view':_0x3a4c52=>({'classes':'ck-ai_review-mode-marker_strikethrough','attributes':{'data-marker-id':_0x3a4c52['markerName']}})}),_0x5e9b6c['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Gt+'remove-context','view':_0x111346=>({'classes':'ck-ai_review-mode-marker_underline','attributes':{'data-marker-id':_0x111346['markerName']}})}),_0x5e9b6c['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Gt+'remove-text','view':_0xb4d307=>({'classes':'ck-ai_review-mode-marker_hide','attributes':{'data-marker-id':_0xb4d307['markerName']}})}),_0x5e9b6c['conversion']['for']('dataDowncast')['markerToElement']({'model':Gt+'suggestion-context','view':(_0x25cd09,{writer:_0x4d441a})=>_0x4d441a['createRawElement']('span',{'class':'ck-ai_review-mode-marker_context-'+(_0x25cd09['isOpening']?'start':'end')})}),_0x5e9b6c['conversion']['for']('downcast')['attributeToAttribute']({'model':_0x2c24e1,'view':Ft}),this['_domEmitter']['listenTo'](document,'click',(_0x1ccdf8,_0x2e7a0e)=>{const _0x40c410=_0x2e7a0e['target'],_0x54c691=this['_findMarkerElement'](_0x40c410);if(!_0x54c691)return;const _0x5e985d=_0x54c691['getAttribute']('data-marker-id'),_0x49581c=_0x5e985d['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerClick',{'markerId':_0x5e985d,'changeId':_0x49581c});});}['getDocumentData'](){const _0x19741e=this['context']['plugins']['get']('AIEditing'),_0x1c2733=V(this['context']),_0x31933b=_0x1c2733['model'],_0x5815b4=new _0x1dd05a();for(const _0x2266cf of _0x31933b['document']['getRoot']()['getChildren']()){const _0x587d76=_0x2266cf['_clone'](!0x0);_0x5815b4['_appendChild'](_0x587d76);}for(const _0x3f7e2d of _0x31933b['markers'])_0x5815b4['markers']['set'](_0x3f7e2d['name'],this['_changeRangeOwnerDocument'](_0x3f7e2d['getRange']()['clone'](),_0x5815b4));const _0x1b9e7a=new Ot({'ignoreElementEnd':!0x0,'startPosition':_0x31933b['createPositionAt'](_0x5815b4,0x0)}),_0x248740=new Set(),_0x3149c0=new Map();for(const {item:_0x22a0d1}of _0x1b9e7a){if(!_0x22a0d1['is']('$textProxy'))continue;const _0x3eb26a=_0x22a0d1['parent'];if((!_0x3eb26a||!_0x3eb26a['is']('element','caption'))&&(_0x3eb26a&&_0x3eb26a['is']('element'))){let _0x408559=_0x3eb26a['getAttribute'](_0x2c24e1);_0x408559||(_0x408559=_0x19741e['_nextDataId'](_0x248740),_0x3eb26a['_setAttribute'](_0x2c24e1,_0x408559)),_0x248740['add'](_0x408559);const _0x3217d8=this['_getTopElement'](_0x3eb26a);_0x3149c0['set'](_0x408559,{'path':_0x3eb26a['getPath'](),'getContent':this['_createGetContentUsingDataIdFn'](_0x3217d8['_clone'](!0x0),_0x408559,_0x1c2733['data'])}),_0x1b9e7a['jumpTo'](_0x31933b['createPositionAfter'](_0x3eb26a));}}return{'content':_0x1c2733['data']['processor']['toData'](_0x1c2733['data']['toView'](_0x5815b4)),'version':_0x1c2733['model']['document']['version'],'elements':_0x3149c0};}['diffContent'](_0x5605ae,_0x3fda29){const _0x5e7b03=V(this['context']),_0x581c42=_0x5e7b03['data']['parse'](_0x5605ae,'$documentFragment'),_0x539e65=_0x5e7b03['model']['createPositionAt'](_0x581c42,0x0),_0x36fd04=this['context']['plugins']['get']('DocumentCompare')['getDiff'](_0x5605ae,_0x3fda29,{'anchor':_0x539e65,'markDeletions':!0x0})['getOperations']()['filter'](_0x5e299f=>'insert'===_0x5e299f['type']||'marker'===_0x5e299f['type']&&_0x5e299f['name']['startsWith']('$markedRemove')),_0x1b1202=this['_groupAdjacentOperations'](_0x36fd04),_0x1548fe=[];let _0x5ce2bd=0x0;return _0x5e7b03['model']['change'](_0x5c6334=>{for(let _0x340bf7=0x0;_0x340bf7<_0x1b1202['length'];_0x340bf7++){const _0x1552f1=_0x1b1202[_0x340bf7],_0x46d26d=_0x5c6334['createDocumentFragment']();for(const _0x57482a of _0x581c42['getChildren']())_0x5c6334['append'](_0x57482a['_clone'](!0x0),_0x46d26d);for(const _0x208130 of _0x1552f1['operationsIsolated'])if('insert'===_0x208130['type']){const _0x1b881d=_0x208130;_0x1b881d['baseVersion']=null,_0x1b881d['isDocumentOperation']=!0x1,this['_changeOperationOwnerDocument'](_0x1b881d,_0x46d26d),_0x5c6334['batch']['addOperation'](_0x208130),_0x5e7b03['model']['applyOperation'](_0x208130);const _0x5cb6b6='suggestion:insertion:id:authorId:'+_0x5ce2bd++,_0x2cf7d8=_0x5e7b03['model']['createRange'](_0x1b881d['position'],_0x1b881d['position']['getShiftedBy'](_0x1b881d['howMany']));_0x46d26d['markers']['set'](_0x5cb6b6,_0x2cf7d8);}else{if('marker'===_0x208130['type']&&_0x208130['name']['startsWith']('$markedRemove')){const _0x50ed8a=_0x208130,_0x10bfa4='suggestion:deletion:id:authorId:'+_0x5ce2bd++;this['_changeOperationOwnerDocument'](_0x50ed8a,_0x46d26d),_0x46d26d['markers']['set'](_0x10bfa4,_0x50ed8a['newRange']);}}const _0x54a227=this['_getChangeContext'](this['_changePositionOwnerDocument'](this['_getOperationStart'](_0x1552f1['operationsIsolated'][0x0]),_0x46d26d),this['_changePositionOwnerDocument'](this['_getOperationEnd'](_0x1552f1['operationsIsolated'][_0x1552f1['operationsIsolated']['length']-0x1]),_0x46d26d));_0x46d26d['markers']['set'](Gt+'suggestion-context',new _0x625116(_0x54a227['start'],_0x54a227['end'])),_0x1548fe['push']({..._0x1552f1,'context':this['_createGetContextFn'](_0x46d26d,_0x5e7b03['data'],{'ellipsisBefore':_0x54a227['hasContentBefore'],'ellipsisAfter':_0x54a227['hasContentAfter']}),'content':this['_createGetContentFn'](_0x46d26d,_0x5e7b03['data'])});}}),_0x1548fe;}['markChangePositionInEditorContent'](_0x457d5b,_0x448a7c){const _0x4f1667=_0x457d5b[0x0]['parent']['id'],_0x2c44a8=_0x448a7c['elements']['get'](_0x4f1667);if(!_0x2c44a8)return void console['warn']('No\x20element\x20found\x20for\x20ID:\x20'+_0x4f1667);const _0xc9b2a7=_0x2c44a8['path'],_0x2957e1=V(this['context']),_0x54145b=_0x2957e1['model']['document']['history']['getOperations'](_0x448a7c['version']),_0x2e2d7a=[];for(const _0x30b640 of _0x457d5b){const _0xb83c5f=_0x30b640['operationsIsolated']['map'](_0x26ad89=>this['_translateOperationToEditorContent'](_0x26ad89,_0xc9b2a7,_0x2957e1['model']['document']['getRoots']()[0x0]));if(!_0xb83c5f||!_0xb83c5f['length'])continue;const _0x3aa0ab=_0xb83c5f['every'](_0x4b6889=>'marker'===_0x4b6889['type']&&_0x4b6889['name']['startsWith']('$markedRemove')),_0x3e46d1={'document':_0x2957e1['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x3279e4=it(_0xb83c5f,_0x54145b,_0x3e46d1)['operationsA'];for(const _0x2295c5 of _0x3279e4)if('insert'===_0x2295c5['type']){const _0x352913=_0x2295c5,_0x318d19=_0x352913['nodes'];let _0x1b7ba8='';for(const _0x32835c of _0x318d19)_0x32835c&&_0x32835c['is']('model:$text')&&(_0x1b7ba8+=_0x32835c['data']);_0x2e2d7a['push']({'start':_0x352913['position'],'end':_0x352913['position'],'type':'insert','groupId':_0x30b640['id'],'text':_0x1b7ba8});}else{if('marker'===_0x2295c5['type']&&_0x2295c5['name']['startsWith']('$markedRemove')){const _0x4706ea=_0x2295c5;let _0x16ed87='remove-text';if(_0x3aa0ab){const _0x5a6f5a=this['_findAdjacentContextDistance'](_0x4706ea['newRange']['start'],'backward',_0x2957e1['model']['schema']),_0x1d2045=this['_findAdjacentContextDistance'](_0x4706ea['newRange']['end'],'forward',_0x2957e1['model']['schema']);if(_0x5a6f5a||_0x1d2045){const _0x46320d=_0x4706ea['newRange']['start']['getShiftedBy'](-_0x5a6f5a),_0x666016=_0x4706ea['newRange']['end']['getShiftedBy'](_0x1d2045);_0x2e2d7a['push']({'start':_0x46320d,'end':_0x666016,'groupId':_0x30b640['id'],'type':'remove-context'});}else _0x16ed87='remove-only';}_0x2e2d7a['push']({'start':_0x4706ea['newRange']['start'],'end':_0x4706ea['newRange']['end'],'groupId':_0x30b640['id'],'type':_0x16ed87});}}}this['_insertMarkers'](_0x2e2d7a);}['clearAllMarkers'](){V(this['context'])['model']['change'](_0x4de3c9=>{for(const _0x32a802 of this['_markers']['keys']())_0x4de3c9['removeMarker'](_0x32a802);}),this['_markers']['clear']();}['switchToReadOnly'](){V(this['context'])['enableReadOnlyMode']('ai-review-mode');}['switchToEdit'](){V(this['context'])['disableReadOnlyMode']('ai-review-mode');}['applyChange'](_0x5ff1eb){const _0x30da46=V(this['context']),_0x4ce7b1=_0x30da46['model'],_0x32535a=_0x5ff1eb['map'](_0x29a6fa=>this['_getMarkersDataForGroup'](_0x29a6fa))['flat']();_0x4ce7b1['change'](_0x4fe876=>{for(const _0x44bf22 of _0x32535a){const _0x4a80f9=_0x30da46['model']['markers']['get'](_0x44bf22['id']);_0x4a80f9&&('insert'===_0x44bf22['type']?_0x4ce7b1['insertContent'](_0x4fe876['createText'](_0x44bf22['text']||''),_0x4a80f9['getRange']()['start']):'remove-text'!==_0x44bf22['type']&&'remove-only'!==_0x44bf22['type']||_0x4ce7b1['deleteContent'](_0x4ce7b1['createSelection'](_0x4a80f9['getRange']())),_0x4fe876['removeMarker'](_0x44bf22['id']),this['_markers']['delete'](_0x44bf22['id']));}});}['rejectChange'](_0x9ed03b){const _0x2291d9=V(this['context']),_0x252bb8=this['_getMarkersDataForGroup'](_0x9ed03b);_0x2291d9['model']['change'](_0x6f288e=>{for(const _0x2ac048 of _0x252bb8)_0x6f288e['removeMarker'](_0x2ac048['id']),this['_markers']['delete'](_0x2ac048['id']);});}['getContentElement'](){const _0x40ef82=V(this['context']);return _0x40ef82&&_0x40ef82['ui']&&_0x40ef82['ui']['element']?_0x40ef82['ui']['element']:null;}['getMarkerElementForChange'](_0x1b572b){const _0x163e49=Array['from'](this['_markers']['values']())['filter'](_0x550bee=>_0x550bee['groupId']===_0x1b572b);if(!_0x163e49['length'])return null;const _0x10d3d8=0x1===_0x163e49['length']?_0x163e49[0x0]:this['_sortMarkers'](_0x163e49)[0x0],_0x5299e6=V(this['context']),_0x1048ef=_0x5299e6['model']['markers']['get'](_0x10d3d8['id']);if(!_0x1048ef)return null;const _0x5a1449=_0x1048ef['getRange'](),_0x58168b=_0x5299e6['editing']['view']['getDomRoot']();if(!_0x58168b||!_0x5a1449)return null;const _0xf70fe8=_0x58168b['querySelector']('[data-marker-id=\x22'+_0x10d3d8['id']+'\x22]');return _0xf70fe8?{'modelRange':_0x5a1449,'domElement':_0xf70fe8}:null;}['_translateOperationToEditorContent'](_0x2fb1a8,_0x41be7d,_0x46d983){if('insert'===_0x2fb1a8['type']){const _0x5beb5b=_0x2fb1a8;return new $t(this['_changePosition'](_0x5beb5b['position'],_0x41be7d['concat'](_0x5beb5b['position']['offset']),_0x46d983),_0x5beb5b['nodes'],_0x5beb5b['baseVersion']);}if('marker'===_0x2fb1a8['type']&&_0x2fb1a8['name']['startsWith']('$markedRemove')){const _0x222a2c=_0x2fb1a8;return new Dt(_0x222a2c['name'],_0x222a2c['oldRange'],this['_changeRange'](_0x222a2c['newRange'],_0x41be7d['concat'](_0x222a2c['newRange']['start']['offset']),_0x41be7d['concat'](_0x222a2c['newRange']['end']['offset']),_0x46d983),_0x222a2c['_markers'],_0x222a2c['affectsData'],_0x222a2c['baseVersion']);}return _0x2fb1a8;}['_groupAdjacentOperations'](_0x38cb27){if(!_0x38cb27['length'])return[];const _0x2600e9=[];let _0x3dcebd=0x0,_0x803755=0x0,_0x1ce42e=[];for(let _0x246885=0x0;_0x246885<=_0x38cb27['length'];_0x246885++){const _0x796906=_0x38cb27[_0x246885],_0x3e341f=_0x38cb27[_0x246885-0x1];!_0x796906||_0x3e341f&&!this['_getOperationEnd'](_0x3e341f)['isTouching'](this['_getOperationStart'](_0x796906))?(_0x2600e9['push']({'operations':_0x1ce42e,'operationsIsolated':_0x1ce42e['map'](_0x37475c=>this['_shiftOperation'](_0x37475c['clone'](),-_0x803755)),'groupOffset':_0x3dcebd}),_0x1ce42e=_0x796906?[_0x796906]:[],_0x803755+=_0x3dcebd,_0x3dcebd=0x0):_0x1ce42e['push'](_0x796906),_0x796906&&'insert'===_0x796906['type']&&(_0x3dcebd+=_0x796906['howMany']);}return _0x2600e9;}['_findAdjacentContextDistance'](_0x432803,_0x542e28,_0x19204e,_0x417a00=0x1){const _0xadf88a=new Ot({'startPosition':_0x432803,'direction':_0x542e28});let _0x3e793f=0x0;for(let _0x6991e0=0x0;_0x6991e0<_0x417a00;_0x6991e0++){let _0x175919=0x0,_0x1739f8=!0x1,_0x3f2faa='forward'===_0x542e28?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x56c47f}of _0xadf88a)if(_0x56c47f['is']('$textProxy')){const _0x218917=_0x3f2faa['exec'](_0x56c47f['data']);if(_0x218917&&_0x218917['length']){if(_0x175919+='forward'===_0x542e28?_0x218917['index']+_0x218917[0x0]['length']:_0x56c47f['data']['length']-_0x218917['index'],_0x218917[0x0]['length']!==_0x56c47f['data']['length'])break;_0x1739f8=!0x0,_0x3f2faa='forward'===_0x542e28?/^\w+/:/\w+$/;}else{if(_0x1739f8)break;_0x175919+=_0x56c47f['offsetSize'];}}else{if(_0x56c47f['is']('element')){_0x19204e['isInline'](_0x56c47f)&&!_0x1739f8&&(_0x175919+=0x1);break;}}_0x3e793f+=_0x175919,_0xadf88a['jumpTo'](_0x432803['getShiftedBy']('forward'===_0x542e28?_0x3e793f:-_0x3e793f));}return _0x3e793f;}['_getChangeContext'](_0x59c5ff,_0x16af6c){const _0x220b9b=V(this['context'])['model']['schema'],_0x43624a=this['_findAdjacentContextDistance'](_0x59c5ff,'backward',_0x220b9b,0x6),_0x35e653=this['_findAdjacentContextDistance'](_0x16af6c,'forward',_0x220b9b,0x6),_0x2459d1=_0x59c5ff['getShiftedBy'](-_0x43624a),_0x331900=_0x16af6c['getShiftedBy'](_0x35e653);return{'start':_0x2459d1,'end':_0x331900,'hasContentBefore':!_0x2459d1['isAtStart'],'hasContentAfter':!_0x331900['isAtEnd']};}['_insertMarkers'](_0x21b557){const _0x556c9d=this['context']['plugins']['get']('AIEditing'),_0x365974=new Set();V(this['context'])['model']['change'](_0x599490=>{for(const _0x50a843 of _0x21b557){const _0x44cd00=''+Gt+_0x50a843['type']+':'+_0x50a843['groupId']+'_'+_0x556c9d['_nextDataId'](_0x365974);this['_markers']['set'](_0x44cd00,{'id':_0x44cd00,'groupId':_0x50a843['groupId'],'type':_0x50a843['type'],'text':_0x50a843['text']}),_0x599490['addMarker'](_0x44cd00,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x599490['createRange'](_0x50a843['start'],_0x50a843['end'])});}});}['_createGetContextFn'](_0x35e621,_0x4849be,_0x243f24){let _0x3b716f='';return()=>{if(!_0x3b716f){const _0xcbf4cf=_0x4849be['toView'](_0x35e621,{'showSuggestionHighlights':!0x0}),_0x1d4920=_0xcbf4cf['getChild'](0x0);if(!_0x1d4920)return'';let _0x33f46c=!0x1;const _0x169b6a=[];for(const _0x11a1b2 of _0x1d4920['getChildren']())_0x11a1b2['is']('element','span')&&_0x11a1b2['hasClass']('ck-ai_review-mode-marker_context-end')&&(_0x33f46c=!0x1),_0x33f46c&&_0x169b6a['push'](_0x11a1b2),_0x11a1b2['is']('element','span')&&_0x11a1b2['hasClass']('ck-ai_review-mode-marker_context-start')&&(_0x33f46c=!0x0);_0x1d4920['_removeChildren'](0x0,_0x1d4920['childCount']),_0x243f24?.['ellipsisBefore']&&_0x1d4920['_appendChild']('…'),_0x1d4920['_appendChild'](_0x169b6a),_0x243f24?.['ellipsisAfter']&&_0x1d4920['_appendChild']('…');const _0x1f6aa5=_0x4849be['htmlProcessor']['domConverter']['viewToDom'](_0xcbf4cf),_0xa10f8d=_0x4849be['htmlProcessor']['htmlWriter']['getHtml'](_0x1f6aa5);_0x3b716f=_0xa10f8d;}return _0x3b716f;};}['_createGetContentFn'](_0x5b2624,_0xed5cfd){let _0x39e733='';return()=>(_0x39e733||(_0x39e733=_0xed5cfd['stringify'](_0x5b2624,{'showSuggestionHighlights':!0x0})),_0x39e733);}['_createGetContentUsingDataIdFn'](_0x37da0b,_0x15387a,_0x28190b){let _0x642dc6='';return()=>{if(!_0x642dc6){const _0x27bc10=_0x28190b['toView'](new _0x1dd05a(_0x37da0b)),_0x46dfb0=_0x28190b['htmlProcessor']['domConverter']['viewToDom'](_0x27bc10)['querySelector']('[data-id=\x22'+_0x15387a+'\x22]');_0x642dc6=_0x46dfb0?.['outerHTML']||'';}return _0x642dc6;};}['_findMarkerElement'](_0xeab47e,_0x309c29=0x5){let _0x14dfa9=_0xeab47e,_0x111244=null;for(let _0x820bf7=0x0;_0x820bf7<_0x309c29&&_0x14dfa9;_0x820bf7++){if(!_0x14dfa9['className']){_0x14dfa9=_0x14dfa9['parentElement'];continue;}if(!(''+_0x14dfa9['className'])['includes']('ck-ai_review-mode-marker_')){_0x14dfa9=_0x14dfa9['parentElement'];continue;}if(!_0x14dfa9['getAttribute']('data-marker-id'))break;_0x111244=_0x14dfa9;break;}return _0x111244;}['_getMarkersDataForGroup'](_0x3fc29d){return Array['from'](this['_markers']['values']())['filter'](_0x7c599f=>_0x7c599f['groupId']===_0x3fc29d);}['_getOperationStart'](_0x2b1f9d){return'insert'===_0x2b1f9d['type']?_0x2b1f9d['position']:_0x2b1f9d['newRange']['start'];}['_getOperationEnd'](_0x29a013,_0x229bbe=!0x1){return'insert'===_0x29a013['type']?_0x229bbe?_0x29a013['position']:_0x29a013['position']['getShiftedBy'](_0x29a013['howMany']):_0x29a013['newRange']['end'];}['_shiftOperation'](_0x51d81c,_0x393d51){return'insert'===_0x51d81c['type']?_0x51d81c['position']=_0x51d81c['position']['getShiftedBy'](_0x393d51):'marker'===_0x51d81c['type']&&_0x51d81c['newRange']&&(_0x51d81c['newRange']=new _0x625116(_0x51d81c['newRange']['start']['getShiftedBy'](_0x393d51),_0x51d81c['newRange']['end']['getShiftedBy'](_0x393d51))),_0x51d81c;}['_changeOperationOwnerDocument'](_0x200430,_0x2399ee){'insert'===_0x200430['type']?_0x200430['position']=this['_changePositionOwnerDocument'](_0x200430['position'],_0x2399ee):'marker'===_0x200430['type']&&_0x200430['newRange']&&(_0x200430['newRange']=this['_changeRangeOwnerDocument'](_0x200430['newRange'],_0x2399ee));}['_changePositionOwnerDocument'](_0x4b1ab1,_0x1cf925){return new _0x2aa99a(_0x1cf925,_0x4b1ab1['path']);}['_changeRangeOwnerDocument'](_0x53fcad,_0x4333a0){return new _0x625116(this['_changePositionOwnerDocument'](_0x53fcad['start'],_0x4333a0),this['_changePositionOwnerDocument'](_0x53fcad['end'],_0x4333a0));}['_changePosition'](_0x4fd572,_0x191f08,_0x4a734b){return new _0x2aa99a(_0x4a734b,[..._0x191f08]);}['_changeRange'](_0x140b8a,_0x56bd25,_0x1cf7ea,_0x4acb76){return new _0x625116(this['_changePosition'](_0x140b8a['start'],_0x56bd25,_0x4acb76),this['_changePosition'](_0x140b8a['end'],_0x1cf7ea,_0x4acb76));}['_getTopElement'](_0x4e336a){let _0x47e2d7=_0x4e336a;for(;_0x47e2d7['parent']&&!_0x47e2d7['parent']['is']('documentFragment');)_0x47e2d7=_0x47e2d7['parent'];return _0x47e2d7;}['_sortMarkers'](_0x58f174){const _0x2b7dfd=_0x20b099=>{switch(_0x20b099){case'insert':return 0x1;case'remove-context':return 0x2;case'remove-only':return 0x3;case'remove-text':return 0x4;}};return _0x58f174['sort']((_0x5198b0,_0x4d9b1a)=>_0x2b7dfd(_0x5198b0['type'])-_0x2b7dfd(_0x4d9b1a['type']));}}class Sa extends _0x3e9f85{static get['requires'](){return[ee,ie,re];}static get['pluginName'](){return'AIReviewMode';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{fa as AIActions,x as AIAdapter,Bn as AIAssistant,n as AIAssistantUI,W as AIBalloon,Ea as AIChat,et as AIChatController,st as AIChatHistory,jt as AIChatHistoryController,xt as AIChatHistoryUI,at as AIChatUI,N as AIConnector,O as AIEditing,Ut as AIQuickActionType,wa as AIQuickActions,ci as AIQuickActionsUI,tr as AIRequestError,vs as AIReviewCheck,gs as AIReviewCheckResult,pr as AIReviewCheckRun,Sa as AIReviewMode,ee as AIReviewModeController,re as AIReviewModeEditing,ie as AIReviewModeUI,ht as AITabs,de as AITextAdapter,Fn as AWSTextAdapter,Wn as OpenAITextAdapter,E as ShowAIAssistantCommand,As as createResizeButton,Kn as getDefaultAICommands};
23
+ import{Plugin as _0x5167f5,Command as Nt,ContextPlugin as _0x3cc6c1,Editor as ot}from'@ckeditor/ckeditor5-core/dist/index.js';import{IconCopy as _0x5c22c5,IconCheck as _0x51abb4,IconError as _0x333771,IconSubmit as _0x3720ea,IconAIHistory as Ht,IconMagicWand as _0x51694e,IconRobotPencil as _0x34d34b,IconMaximize as _0x26c8fc,IconMinimize as _0x3107c9,IconShowChangesOn as _0x2dcfa2,IconShowChangesOff as _0x1e2b2a,IconDocument as _0x27a8d2,IconThreeStars as _0x471065,IconDocumentWithLoupe as _0x4da215,IconAddComment as _0x16c946,IconRemove as _0x1cbe16,IconDocumentWithCheckmark as _0x47e913,IconDocumentWithCross as _0x755f8,IconLoupe as _0x72e60a,IconCancel as _0x309cee,IconStop as _0x3e1e42,IconAIChat as St,IconPlus as _0x4c6d08,IconPin as _0x1c289e,IconThreeHorizontalDots as _0x197fc5,IconChevronRight as _0x59adba,IconInfo as _0x124747,IconEye as _0x27b625,IconEyeCrossedOut as _0xd52587,IconAIReview as _0xf283a1}from'@ckeditor/ckeditor5-icons/dist/index.js';import{uid as _0x48375a,CKEditorError as _0xa14e6e,ObservableMixin as _0x536028,global as _0x3c96fa,isVisible as _0x4f30a4,Rect as _0x317c72,Collection as _0x6ba718,FocusTracker as _0x13c01a,KeystrokeHandler as _0x3c58a3,first as _0x4cdc37,toArray as _0x49bfd5,EmitterMixin as _0x5a5836,logWarning as _0x49365e,logError as nt,scrollViewportToShowTarget as rt,ResizeObserver as _0x7c9171,_isMotionReduced as At,scrollAncestorsToShowTarget as _0x2c6f03,DomEmitterMixin as te}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ToolbarView as _0x440716,ButtonView as _0xa24b3c,View as _0xebef92,SpinnerView as _0x5a1254,IconView as _0x23cd9a,AutocompleteView as _0x103d7a,ListView as _0x3dc816,ListItemGroupView as _0x4d5bae,ListItemView as _0x22bc08,ButtonLabelView as _0x5babd6,FocusCycler as _0x532b63,createLabeledTextarea as _0x3d9c16,Dialog as _0x83bc2d,createDropdown as _0x115dce,addMenuToDropdown as _0x38ea29,MenuBarMenuView as _0x48a6ad,MenuBarMenuListItemButtonView as _0x20e330,DialogViewPosition as _0x48055e,MenuBarMenuListView as _0x165f8d,MenuBarMenuListItemView as _0x5c0d95,ViewCollection as _0x18aaa9,UIModel as _0x26f53f,SplitButtonView as _0x48f61c,BalloonPanelView as _0x5b9e88,BodyCollection as zt,clickOutsideHandler as _0x16cb96,ListItemButtonView as _0x270bf4,addListToDropdown as _0xc359d8,submitHandler as _0x1d3586,LabeledFieldView as th,createLabeledInputText as _0x3ad8f1,FormHeaderView as _0x247e71,HighlightedTextView as _0x357569,FileDialogButtonView as _0x1e8d98,InputTextView as _0x4d3ca2,SearchTextView as _0x39ca44,DropdownMenuButtonView as _0x4f934c,DropdownMenuPanelPositioningFunctions as _0x350094,BalloonToolbar as Wt,FormRowView as _0x4cab66,TextareaView as _0x5454a2}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0x305769,ClipboardMarkersUtils as _0x5023f9}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{ViewDocumentDomEventData as _0x50a248,ViewDataTransfer as _0xd9a4a2,ViewUpcastWriter as _0x45ce4d,Matcher as _0x5d48c1,ViewDowncastWriter as kt,transformOperationSets as _0x59901f,_DetachOperation as _0x3d4b6d,_insertIntoModelNodeList as _0x53727c,_removeFromModelNodeList as _0x2cbe1c,ModelRange as _0x4f7a9a,ModelDocumentFragment as _0x91360f,ModelPosition as _0x31d1c1,ModelTreeWalker as Zt,InsertOperation as $t,MarkerOperation as Bt}from'@ckeditor/ckeditor5-engine/dist/index.js';import{unescape as _0x4747cb,escape as _0x5453ce,escapeRegExp as _0x46cb0c}from'es-toolkit/compat';import{BedrockRuntimeClient as _0x252a89,InvokeModelWithResponseStreamCommand as _0x2549c7,InvokeModelCommand as _0x46fffb}from'@aws-sdk/client-bedrock-runtime';import{createParser as wt}from'eventsource-parser';import{parseDocument as _0x2adc66}from'htmlparser2';import{isTag as _0x42e156,findOne as mt,getParent as _0x4f9327,findAll as _0x28a1af,removeElement as _0x46c496,replaceElement as _0x255b5e,prepend as _0x2860b0,prependChild as to,appendChild as _0x5a361c,append as _0x71c555,find as _0x3846b4,isComment as _0x31922d,getChildren as tn,textContent as _0x4355c4}from'domutils';import _0x4b9a76 from'dom-serializer';import{Document as _t,Element as _0x3bc3e5,Text as _0x29195d,cloneNode as _0xaa8b9b,isDocument as _0x10fded,isText as _0x243b0e,NodeWithChildren as _0x41c9a6}from'domhandler';import{MarkdownGfmMdToHtml as _0x174684}from'@ckeditor/ckeditor5-markdown-gfm/dist/index.js';import{getAllMarkersDomElementsSorted as tt,DocumentCompare as _0x1cdca3,DATA_ID_MODEL_ATTRIBUTE as gt}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';import{IconThumbUp as _0x580cd9,IconThumbDown as _0x397d88,IconCopy as _0x4df34d,IconCheck as _0x474c30,IconShowChangesOff as _0x1bba44,IconShowChangesOn as _0x13580e,IconWeb as _0x490596,IconNextArrow as _0x4b1bfd,IconPreviousArrow as _0x1df48d,IconAI as yt,IconClose as _0xcb8165,IconSelection as _0x2f906c,IconFileUpload as _0x4a15c3,IconLink as _0x5d9ba5,IconDocument as _0xacaacc,IconBulb as _0x5d9036,IconDocumentOutline as _0x543968,IconPaperClip as _0x3de6a5,IconBrowseFiles as _0x368e82,IconDropdownArrow as _0x5dbd42,IconAIQuickActions as _0x51a38c,IconAIAskAI as Ut,IconAIChatCommands as Kt,IconAIImproveWriting as Dt,IconAIContinueWriting as Mt,IconAIGrammarCheck as Lt,IconAIAdjustLength as Qt,IconAIChangeTone as bt,IconAITranslate as qt,IconAIOther as Yt,IconRefresh as _0x167f4a}from'@ckeditor/ckeditor5-icons/dist/index.js';import _0x4f2268 from'morphdom';import{ConfirmMixin as _0x490755,LateFocusDropdownButtonView as _0x2fd5ab,DocumentCompare as _0x4d3a88,DATA_ID_VIEW_ATTRIBUTE as _0x439c4a,DATA_ID_MODEL_ATTRIBUTE as _0x355718}from'ckeditor5-collaboration/dist/index.js';import{diffArrays as _0x3eba85}from'diff';const H='_ungrouppedCommands';function S(_0x1f8546,_0x1f5e1f){const _0x423177=(0x0,_0x1f5e1f['t'])('Other');return _0x1f8546['length']?'groupId'in _0x1f8546[0x0]?_0x1f8546:[{'groupId':H,'groupLabel':_0x423177,'order':0x1/0x0,'commands':_0x1f8546}]:[{'groupId':H,'groupLabel':_0x423177,'order':0x1/0x0,'commands':[]}];}const Un=globalThis['DataTransfer'],j='ai-ui';class I extends _0x5167f5{static get['pluginName'](){return'AIAssistantEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x153fb9}=this,_0x1e8eba=['ck-fake-ai-selection'];_0x153fb9['config']['get']('ai.assistant.useTheme')&&_0x1e8eba['push']('ck-ai-assistant-ui_theme'),_0x153fb9['conversion']['for']('editingDowncast')['markerToHighlight']({'model':j,'view':{'classes':_0x1e8eba,'priority':0xc}}),_0x153fb9['conversion']['for']('editingDowncast')['markerToElement']({'model':j,'view':(_0xc8b523,{writer:_0x658b40})=>{if(!_0xc8b523['markerRange']['isCollapsed'])return null;const _0x2ead44=_0x658b40['createUIElement']('span');return _0x658b40['addClass'](['ck-fake-ai-selection','ck-fake-ai-selection_collapsed'],_0x2ead44),_0x2ead44;}});}['afterInit'](){!async function(_0x53feb0){const _0x7772ba=_0x326e5a([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]),_0x8a0bc0=0x3dffc4e1,_0xbd8ce7=0x3df8b049^_0x8a0bc0,_0x3fb970=window[_0x326e5a([0x44,0x61,0x74,0x65])][_0x326e5a([0x6e,0x6f,0x77])](),_0x2b060c=_0x53feb0[_0x326e5a([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3f7956=new window[(_0x326e5a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x45e548=>{_0x2b060c[_0x326e5a([0x6f,0x6e,0x63,0x65])](_0x326e5a([0x72,0x65,0x61,0x64,0x79]),_0x45e548);}),_0x4eb030={[_0x326e5a([0x6b,0x74,0x79])]:_0x326e5a([0x45,0x43]),[_0x326e5a([0x75,0x73,0x65])]:_0x326e5a([0x73,0x69,0x67]),[_0x326e5a([0x63,0x72,0x76])]:_0x326e5a([0x50,0x2d,0x32,0x35,0x36]),[_0x326e5a([0x78])]:_0x326e5a([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]),[_0x326e5a([0x79])]:_0x326e5a([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]),[_0x326e5a([0x61,0x6c,0x67])]:_0x326e5a([0x45,0x53,0x32,0x35,0x36])},_0x556056=_0x2b060c[_0x326e5a([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x326e5a([0x67,0x65,0x74])](_0x326e5a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x13b058(){let _0x51de81,_0x895e3b=null,_0x2f5097=null;try{if(_0x556056==_0x326e5a([0x47,0x50,0x4c]))return _0x326e5a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x51de81=_0x2869d5(),!_0x51de81)return _0x326e5a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x51de81[_0x326e5a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2f5097=_0x477dd1(_0x51de81[_0x326e5a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x51de81[_0x326e5a([0x6a,0x74,0x69])])),await _0x44adfe()?_0x88bb97()?_0x4720d4()?_0x326e5a([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5b4465()?(_0x51de81[_0x326e5a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x326e5a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x895e3b=_0x1a036b(_0x326e5a([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x51de81[_0x326e5a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x326e5a([0x74,0x72,0x69,0x61,0x6c])&&(_0x895e3b=_0x1a036b(_0x326e5a([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x235e5b()):_0x326e5a([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x326e5a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x326e5a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x326e5a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4720d4(){const _0x5f2bc5=[_0x326e5a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x326e5a([0x74,0x72,0x69,0x61,0x6c])][_0x326e5a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x51de81[_0x326e5a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3fb970/0x3e8:0xe10*_0xbd8ce7;return _0x51de81[_0x326e5a([0x65,0x78,0x70])]<_0x5f2bc5;}function _0x88bb97(){const _0x287b83=_0x51de81[_0x326e5a([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x287b83&&(!!_0x287b83[_0x326e5a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x326e5a([0x2a]))||!!_0x287b83[_0x326e5a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x326e5a([0x41,0x49])));}function _0x5b4465(){const _0xf66850=_0x51de81[_0x326e5a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xf66850||0x0==_0xf66850[_0x326e5a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4c67dd}=new URL(window[_0x326e5a([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0xf66850[_0x326e5a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4c67dd))return!0x0;const _0x1d6c2e=_0x4c67dd[_0x326e5a([0x73,0x70,0x6c,0x69,0x74])](_0x326e5a([0x2e]));return _0xf66850[_0x326e5a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x258ad1=>_0x258ad1[_0x326e5a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x326e5a([0x2a])))[_0x326e5a([0x6d,0x61,0x70])](_0x566689=>_0x566689[_0x326e5a([0x73,0x70,0x6c,0x69,0x74])](_0x326e5a([0x2e])))[_0x326e5a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5b1851=>_0x5b1851[_0x326e5a([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x1d6c2e[_0x326e5a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x326e5a([0x6d,0x61,0x70])](_0x130dfa=>Array(_0x1d6c2e[_0x326e5a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x130dfa[_0x326e5a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x326e5a([0x66,0x69,0x6c,0x6c])](_0x130dfa[0x0]===_0x326e5a([0x2a])?_0x326e5a([0x2a]):'')[_0x326e5a([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x130dfa))[_0x326e5a([0x73,0x6f,0x6d,0x65])](_0x217ccf=>_0x1d6c2e[_0x326e5a([0x65,0x76,0x65,0x72,0x79])]((_0x18e11c,_0x355d03)=>_0x217ccf[_0x355d03]===_0x18e11c||_0x217ccf[_0x355d03]===_0x326e5a([0x2a])));}function _0x235e5b(){return _0x895e3b&&_0x2f5097?new window[(_0x326e5a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x38fb6,_0xa7eb1c)=>{_0x895e3b[_0x326e5a([0x74,0x68,0x65,0x6e])](_0x38fb6,_0xa7eb1c),_0x2f5097[_0x326e5a([0x74,0x68,0x65,0x6e])](_0x1e9b1b=>{_0x1e9b1b!=_0x326e5a([0x56,0x61,0x6c,0x69,0x64])&&_0x38fb6(_0x1e9b1b);},_0xa7eb1c);}):_0x895e3b||_0x2f5097||_0x326e5a([0x56,0x61,0x6c,0x69,0x64]);}}function _0x477dd1(_0x5e3311,_0x5530e3){return new window[(_0x326e5a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5e72f3=>{if(_0x33088b())return _0x5e72f3(_0x326e5a([0x56,0x61,0x6c,0x69,0x64]));_0x4c53e4(),_0x2b060c[_0x326e5a([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x326e5a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xd918c8=!0x1;const _0x872c4f=_0x48375a();function _0x38e6d8(_0x12b1a){return!!_0x12b1a&&(typeof _0x12b1a===_0x326e5a([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x12b1a===_0x326e5a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x12b1a[_0x326e5a([0x74,0x68,0x65,0x6e])]===_0x326e5a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x12b1a[_0x326e5a([0x63,0x61,0x74,0x63,0x68])]===_0x326e5a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1a2b5a(_0x3a321c){_0x2cdb88(_0x3a321c)[_0x326e5a([0x74,0x68,0x65,0x6e])](_0x20bf91=>{if(!_0x20bf91||_0x20bf91[_0x326e5a([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x326e5a([0x6f,0x6b]))return _0x326e5a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x27bfcb(_0x976f97(_0x872c4f+_0x5530e3))!=_0x20bf91[_0x326e5a([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x326e5a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x326e5a([0x56,0x61,0x6c,0x69,0x64]);})[_0x326e5a([0x74,0x68,0x65,0x6e])](_0x16f6e5=>(_0x1c5546(),_0x16f6e5),()=>{const _0x1cbf1f=_0x52ac98();return null==_0x1cbf1f?(_0x1c5546(),_0x326e5a([0x56,0x61,0x6c,0x69,0x64])):_0x326e5a(_0x3fb970-_0x1cbf1f>(0x19f340e1^_0x8a0bc0)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x326e5a([0x74,0x68,0x65,0x6e])](_0x5e72f3)[_0x326e5a([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5e72f3(_0x326e5a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x513318=0x3dc92a61^_0x8a0bc0;function _0x1c5546(){const _0x29ef1a=_0x326e5a([0x6c,0x6c,0x63,0x74,0x2d])+_0x27bfcb(_0x976f97(_0x5e3311)),_0xa4664a=_0x594155(_0x27bfcb(window[_0x326e5a([0x4d,0x61,0x74,0x68])][_0x326e5a([0x63,0x65,0x69,0x6c])](_0x3fb970/_0x513318)));window[_0x326e5a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x326e5a([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x29ef1a,_0xa4664a);}function _0x52ac98(){const _0x4b4f13=_0x326e5a([0x6c,0x6c,0x63,0x74,0x2d])+_0x27bfcb(_0x976f97(_0x5e3311)),_0x2004d9=window[_0x326e5a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x326e5a([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4b4f13);return _0x2004d9?window[_0x326e5a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x594155(_0x2004d9),0x10)*_0x513318:null;}function _0x2cdb88(_0x2aaa88){return new window[(_0x326e5a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x50073a,_0x234c15)=>{_0x2aaa88[_0x326e5a([0x74,0x68,0x65,0x6e])](_0x50073a,_0x234c15),window[_0x326e5a([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x234c15,0x3dfe1021^_0x8a0bc0);});}}_0x2b060c[_0x326e5a([0x6f,0x6e])](_0x326e5a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1ab3d4,_0x3c4a7d)=>{if(_0x3c4a7d[0x0]!=_0x5e3311)return _0x5e72f3(_0x326e5a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3c4a7d[0x1]={..._0x3c4a7d[0x1],[_0x326e5a([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x872c4f};},{[_0x326e5a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x326e5a([0x68,0x69,0x67,0x68])}),_0x2b060c[_0x326e5a([0x6f,0x6e])](_0x326e5a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x34be89=>{_0x38e6d8(_0x34be89[_0x326e5a([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xd918c8=!0x0,_0x1a2b5a(_0x34be89[_0x326e5a([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x326e5a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x326e5a([0x6c,0x6f,0x77])}),_0x3f7956[_0x326e5a([0x74,0x68,0x65,0x6e])](()=>{_0xd918c8||_0x5e72f3(_0x326e5a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x33088b(){return _0x2b060c[_0x326e5a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x326e5a([0x76,0x69,0x65,0x77])][_0x326e5a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x326e5a([0x61,0x75,0x74,0x6f]);}function _0x4c53e4(){_0x2b060c[_0x326e5a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x326e5a([0x76,0x69,0x65,0x77])][_0x326e5a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x326e5a([0x61,0x75,0x74,0x6f]);}}function _0x1a036b(_0x4e8211){const _0xf41d2c=[new window[(_0x326e5a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x542118=>setTimeout(_0x542118,0x3df6fa2d^_0x8a0bc0)),_0x3f7956[_0x326e5a([0x74,0x68,0x65,0x6e])](()=>new window[(_0x326e5a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4697c1=>{let _0x122133=0x0;_0x2b060c[_0x326e5a([0x6d,0x6f,0x64,0x65,0x6c])][_0x326e5a([0x6f,0x6e])](_0x326e5a([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4e6c46,_0x2b12a0)=>{_0x2b12a0[0x0][_0x326e5a([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x122133++,_0x122133==(0x3dffc519^_0x8a0bc0)&&(_0x4697c1(),_0x4e6c46[_0x326e5a([0x6f,0x66,0x66])]());});}))];return window[_0x326e5a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x326e5a([0x72,0x61,0x63,0x65])](_0xf41d2c)[_0x326e5a([0x74,0x68,0x65,0x6e])](()=>_0x4e8211);}async function _0x1ff29a(){await _0x3f7956,_0x2b060c[_0x326e5a([0x6d,0x6f,0x64,0x65,0x6c])][_0x326e5a([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3c2cf5,_0x2b060c[_0x326e5a([0x6d,0x6f,0x64,0x65,0x6c])][_0x326e5a([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3c2cf5,_0x2b060c[_0x326e5a([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x326e5a([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3c9d59(_0x10ccb9){const _0x1bb4fc=_0x1c0d70();_0x2b060c[_0x1bb4fc]=_0x326e5a([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x10ccb9,_0x10ccb9!=_0x326e5a([0x56,0x61,0x6c,0x69,0x64])&&_0x1ff29a();}function _0x1c0d70(){const _0xeef2ef=window[_0x326e5a([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x326e5a([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x326e5a([0x6e,0x6f,0x77])]())[_0x326e5a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x326e5a([0x2e]),'');let _0x32eb0c=_0x326e5a([0x6e]);for(let _0x20e9f7=0x0;_0x20e9f7<_0xeef2ef[_0x326e5a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x20e9f7+=0x2){let _0x2bb73c=window[_0x326e5a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xeef2ef[_0x326e5a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x20e9f7,_0x20e9f7+0x2));_0x2bb73c>=_0x7772ba[_0x326e5a([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2bb73c-=_0x7772ba[_0x326e5a([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x32eb0c+=_0x7772ba[_0x2bb73c];}return _0x32eb0c;}function _0x2869d5(){const _0x528f3d=_0x556056[_0x326e5a([0x73,0x70,0x6c,0x69,0x74])](_0x326e5a([0x2e]));if(0x3!=_0x528f3d[_0x326e5a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4ee464(_0x528f3d[0x1]);function _0x4ee464(_0x5814f7){const _0x55ce25=_0x299563(_0x5814f7);return _0x55ce25&&_0x496994()?_0x55ce25:null;function _0x496994(){const _0x2e91ef=_0x55ce25[_0x326e5a([0x6a,0x74,0x69])],_0x2f119c=window[_0x326e5a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2e91ef[_0x326e5a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2e91ef[_0x326e5a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x46eeef={..._0x55ce25,[_0x326e5a([0x6a,0x74,0x69])]:_0x2e91ef[_0x326e5a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2e91ef[_0x326e5a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x46eeef[_0x326e5a([0x76,0x63])],_0x976f97(_0x46eeef)==_0x2f119c;}}}async function _0x44adfe(){let _0x34be15=!0x0;try{const _0x2b1f7e=_0x556056[_0x326e5a([0x73,0x70,0x6c,0x69,0x74])](_0x326e5a([0x2e])),[_0x34fe31,_0x17321e,_0x3f2502]=_0x2b1f7e;return _0x40b3ad(_0x34fe31),await _0x312a6f(_0x34fe31,_0x17321e,_0x3f2502),_0x34be15;}catch{return!0x1;}function _0x40b3ad(_0x45d4f3){const _0x330442=_0x299563(_0x45d4f3);_0x330442&&_0x330442[_0x326e5a([0x61,0x6c,0x67])]==_0x326e5a([0x45,0x53,0x32,0x35,0x36])||(_0x34be15=!0x1);}async function _0x312a6f(_0x11e38b,_0xd6f533,_0x1bc3e4){const _0x13185f=window[_0x326e5a([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x326e5a([0x66,0x72,0x6f,0x6d])](_0x22e9e6(_0x1bc3e4),_0x32fb38=>_0x32fb38[_0x326e5a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4398f4=new window[(_0x326e5a([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x326e5a([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x11e38b+_0x326e5a([0x2e])+_0xd6f533),_0x39c5de=window[_0x326e5a([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x326e5a([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x39c5de)return;const _0x58492c=await _0x39c5de[_0x326e5a([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x326e5a([0x6a,0x77,0x6b]),_0x4eb030,{[_0x326e5a([0x6e,0x61,0x6d,0x65])]:_0x326e5a([0x45,0x43,0x44,0x53,0x41]),[_0x326e5a([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x326e5a([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x326e5a([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x39c5de[_0x326e5a([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x326e5a([0x6e,0x61,0x6d,0x65])]:_0x326e5a([0x45,0x43,0x44,0x53,0x41]),[_0x326e5a([0x68,0x61,0x73,0x68])]:{[_0x326e5a([0x6e,0x61,0x6d,0x65])]:_0x326e5a([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x58492c,_0x13185f,_0x4398f4)||(_0x34be15=!0x1);}}function _0x299563(_0x5d7013){return _0x5d7013[_0x326e5a([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x326e5a([0x65,0x79]))?JSON[_0x326e5a([0x70,0x61,0x72,0x73,0x65])](_0x22e9e6(_0x5d7013)):null;}function _0x22e9e6(_0x7518a9){return window[_0x326e5a([0x61,0x74,0x6f,0x62])](_0x7518a9[_0x326e5a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x326e5a([0x2b]))[_0x326e5a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x326e5a([0x2f])));}function _0x976f97(_0x122032){let _0x580b33=0x1505;function _0x4f5a3b(_0x3a0f40){for(let _0x5a01cc=0x0;_0x5a01cc<_0x3a0f40[_0x326e5a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5a01cc++){const _0x37ec92=_0x3a0f40[_0x326e5a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5a01cc);_0x580b33=(_0x580b33<<0x5)+_0x580b33+_0x37ec92,_0x580b33&=_0x580b33;}}function _0x53c961(_0x77ec5e){Array[_0x326e5a([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x77ec5e)?_0x77ec5e[_0x326e5a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x53c961):_0x77ec5e&&typeof _0x77ec5e==_0x326e5a([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x326e5a([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x77ec5e)[_0x326e5a([0x73,0x6f,0x72,0x74])]()[_0x326e5a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x902a52,_0x40c1ea])=>{_0x4f5a3b(_0x902a52),_0x53c961(_0x40c1ea);}):_0x4f5a3b(window[_0x326e5a([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x77ec5e));}return _0x53c961(_0x122032),_0x580b33>>>0x0;}function _0x27bfcb(_0x5722d1){return _0x5722d1[_0x326e5a([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x326e5a([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x326e5a([0x30]));}function _0x594155(_0x491997){return _0x491997[_0x326e5a([0x73,0x70,0x6c,0x69,0x74])]('')[_0x326e5a([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x326e5a([0x6a,0x6f,0x69,0x6e])]('');}function _0x3c2cf5(){}function _0x326e5a(_0x223c75){return _0x223c75['map'](_0x21f757=>String['fromCharCode'](_0x21f757))['join']('');}_0x3c9d59(await _0x13b058());}(this);}['showFakeVisualSelection'](){const _0x1d0969=this['editor']['model'];_0x1d0969['change'](_0x3c2a1d=>{const _0xd28d93=_0x1d0969['document']['selection']['getRanges']();let _0x2256f3=0x0;for(const _0x40da8b of _0xd28d93){const _0x38bcb1=j+':'+_0x2256f3;if(_0x1d0969['markers']['has'](_0x38bcb1))_0x3c2a1d['updateMarker'](_0x38bcb1,{'range':_0x40da8b});else{if(_0x40da8b['start']['isAtEnd']){const _0x41cc7e=_0x40da8b['start']['getLastMatchingPosition'](({item:_0x243b67})=>!_0x1d0969['schema']['isContent'](_0x243b67),{'boundaries':_0x40da8b});_0x3c2a1d['addMarker'](_0x38bcb1,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x3c2a1d['createRange'](_0x41cc7e,_0x40da8b['end'])});}else _0x3c2a1d['addMarker'](_0x38bcb1,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x40da8b});}_0x2256f3++;}});}['hideFakeVisualSelection'](){const _0x4396ee=this['editor']['model'],_0x20389a=Array['from'](this['editor']['model']['markers']['getMarkersGroup'](j));_0x20389a['length']&&_0x4396ee['change'](_0x1483ea=>{_0x20389a['forEach'](_0x122430=>{_0x1483ea['removeMarker'](_0x122430);});});}['insertContent'](_0x2bae96,_0x1360e6){const _0x477b8c=this['_getAISelection'](),_0x1e9852=_0x1360e6||_0x477b8c['getFirstRange']();this['editor']['model']['canEditAt'](_0x1e9852)&&this['editor']['model']['change'](_0x48f544=>{this['hideFakeVisualSelection'](),_0x1360e6||this['_resetContentOfSelectedTableCells'](_0x48f544,_0x477b8c),this['_pasteHTMLUsingClipboard']({'insertAt':_0x1e9852,'writer':_0x48f544,'html':_0x2bae96});});}['insertContentBelow'](_0x48e5a1){const {model:_0x1b8121}=this['editor'],_0x2729a2=this['_getAISelection']();_0x1b8121['change'](()=>{const _0x238fc0=this['_prepareTableInsertBelowPosition'](_0x48e5a1,_0x2729a2)||this['_getDefaultInsertBelowPosition'](_0x2729a2);this['insertContent'](_0x48e5a1,_0x238fc0);});}['_getAISelection'](){const _0x5f683e=this['editor']['model'],_0x2684ab=Array['from'](_0x5f683e['markers']['getMarkersGroup'](j))['map'](_0x3ded5f=>_0x3ded5f['getRange']());return _0x5f683e['createSelection'](_0x2684ab);}['_pasteHTMLUsingClipboard']({writer:_0x23887e,html:_0x477753,insertAt:_0x1da66e}){const {view:_0x7a296d}=this['editor']['editing'],_0x3e1505=this['editor']['plugins']['get'](_0x305769),_0xcfa017=new Un();_0xcfa017['setData']('text/html',_0x477753);const _0x5d9c0f=new ClipboardEvent('paste',{'clipboardData':_0xcfa017}),_0x4f5c54=new _0x50a248(_0x7a296d,_0x5d9c0f,{'dataTransfer':new _0xd9a4a2(_0xcfa017)});_0x23887e['setSelection'](_0x1da66e);const _0x77d3a2=(_0x31cde0,_0xdf81dc)=>{_0xdf81dc['resultRange']&&_0x23887e['setSelection'](_0xdf81dc['resultRange']);};_0x3e1505['once']('contentInsertion',_0x77d3a2,{'priority':'lowest'}),_0x7a296d['document']['fire']('paste',_0x4f5c54),_0x3e1505['off']('contentInsertion',_0x77d3a2);}['_getDefaultInsertBelowPosition'](_0x457905){const {model:_0x34892e}=this['editor'],_0x1a11b5=Array['from'](_0x457905['getSelectedBlocks']());return _0x1a11b5['length']?_0x34892e['createPositionAfter'](_0x1a11b5['pop']()):_0x457905['getLastPosition']();}['_prepareTableInsertBelowPosition'](_0x2fc286,_0x55b6e5){const {model:_0x3f800e,plugins:_0x59e720}=this['editor'];if(_0x59e720['has']('TableUtils')){const _0x4aa5e8=_0x59e720['get']('TableUtils')['getSelectedTableCells'](_0x55b6e5);if(_0x4aa5e8['length']){const _0xd21ada=this['_getTableRowCountFromContent'](_0x2fc286),_0x2def07=this['_createEmptyTableRows'](_0x4aa5e8,_0xd21ada);return _0x3f800e['createPositionAt'](_0x2def07,0x0);}}return null;}['_getTableRowCountFromContent'](_0x1b6bd2){const _0x5b8a78=this['editor']['plugins']['get']('TableUtils'),_0x23226b=this['editor']['data']['parse'](_0x1b6bd2),_0xd85388=Array['from'](_0x23226b['getChildren']())['filter'](_0x3c84f2=>_0x3c84f2['is']('element','table'));let _0x1ec325=0x0;return _0xd85388['forEach'](_0x3e9402=>{_0x1ec325+=_0x5b8a78['getRows'](_0x3e9402);}),_0x1ec325;}['_createEmptyTableRows'](_0x204e72,_0x3bbb20){const _0x5bece5=this['editor']['plugins']['get']('TableUtils'),_0x4ed6c5=_0x5bece5['getRowIndexes'](_0x204e72),_0x51269c=_0x5bece5['getColumnIndexes'](_0x204e72),_0x2a0199=_0x4ed6c5['last']+0x1,_0x1c121f=_0x51269c['first'],_0x1efc3a=_0x204e72[0x0]['findAncestor']('table');for(let _0xbab867=0x0;_0xbab867<_0x3bbb20;_0xbab867++)_0x5bece5['insertRows'](_0x1efc3a,{'at':_0x2a0199});return _0x1efc3a['getChild'](_0x2a0199)['getChild'](_0x1c121f);}['_resetContentOfSelectedTableCells'](_0x1069f8,_0x43aec6){const {plugins:_0x2b33a7}=this['editor'],{model:_0x25abab}=_0x1069f8;if(!_0x2b33a7['has']('TableUtils'))return;_0x2b33a7['get']('TableUtils')['getSelectedTableCells'](_0x43aec6)['length']&&_0x25abab['deleteContent'](_0x43aec6);}}class q extends _0x5167f5{static get['pluginName'](){return'AIAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){if(!this['textAdapter'])throw new _0xa14e6e('aiadapter-text-adapter-not-set',null);}}class tr extends Error{constructor(_0x59de75){super(_0x59de75),this['name']='AIRequestError';}}function Vn(_0x988276,_0xe2a852,_0x5a7cc9){const t=_0x988276['t'];switch(_0xe2a852){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',_0x5a7cc9);case'Error\x20during\x20AI\x20content\x20generation:\x20%0':return t('Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x5a7cc9);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'},_0x5a7cc9);case'AI_ERROR_CONTEXT_LENGTH':return t({'id':'AI_ERROR_CONTEXT_LENGTH','string':'Selected\x20content\x20is\x20too\x20long'});case'AI_ERROR_MODERATION':return t({'id':'AI_ERROR_MODERATION','string':'Requested\x20query\x20does\x20not\x20pass\x20moderation\x20rules'});case'AI_ERROR_FAILED':return t({'id':'AI_ERROR_FAILED','string':'Failed\x20to\x20communicate\x20with\x20the\x20AI\x20service'});default:return _0xe2a852;}}class G extends Nt{['_commandDefinitions'];constructor(_0x1d9440,_0x28e877){super(_0x1d9440),this['_commandDefinitions']=_0x28e877,this['set']('enabledCommandsIds',[]),this['on']('change:_hasContext',(_0x1a5af6,_0x70826d,_0x1970ba)=>{this['isEnabled']&&(this['enabledCommandsIds']=ns(this['_commandDefinitions'],_0x1970ba));}),this['set']('_hasContext',!0x1),this['on']('change:isEnabled',(_0x590e4b,_0x24a37a,_0x56b173)=>{this['enabledCommandsIds']=_0x56b173?ns(this['_commandDefinitions'],this['_hasContext']):[];});}['refresh'](){const _0xbf2d6d=this['editor']['model'];this['_hasContext']=function(_0x3f1130){const _0x2fa0f9=_0x3f1130['document']['selection'];return _0x2fa0f9['isCollapsed']?0x0!==[..._0x2fa0f9['getSelectedBlocks']()]['length']&&![..._0x2fa0f9['getSelectedBlocks']()][0x0]['isEmpty']:!!_0x3f1130['hasContent'](_0x2fa0f9['getFirstRange']());}(_0xbf2d6d);const _0x3f4e29=_0xbf2d6d['document']['selection'],_0x127dbf=this['editor']['config']['get']('ai.assistant.disabledElements');for(const _0x1d1780 of _0x3f4e29['getRanges']())for(const _0x11fc03 of _0x1d1780['getItems']())if(_0x11fc03['is']('element')&&_0x127dbf['includes'](_0x11fc03['name']))return void(this['isEnabled']=!0x1);this['isEnabled']=!0x0;}['execute'](_0x4b26e6='',_0x59539d='',_0x2478d8='custom'){this['editor']['plugins']['get'](v)['showUI'](_0x4b26e6,_0x59539d,_0x2478d8);}}function ns(_0x1e7c43,_0x484966){const _0x10b9ca=new Set();for(const _0x132262 of _0x1e7c43['values']())(_0x484966||!0x1===_0x132262['requiresContent'])&&_0x10b9ca['add'](_0x132262['id']);return Array['from'](_0x10b9ca);}const hs=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');class z extends/* #__PURE__ -- @preserve */
24
+ _0x536028(){['editor'];['textAdapter'];['view'];['_sanitizationContainer'];['_domParser'];['_xmlSerializer'];constructor(_0x188377,_0xd73bd2,_0x15f365){super(),this['editor']=_0x188377,this['textAdapter']=_0xd73bd2,this['_sanitizationContainer']=document['createElement']('div'),this['_domParser']=new DOMParser(),this['_xmlSerializer']=new XMLSerializer(),this['view']=_0x15f365,this['set']({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on']('set:currentContext',(_0x3d36d1,_0x33c764,_0x222cb0)=>{this['view']['value']=this['_sanitizeHTML'](_0x222cb0);}),this['listenTo'](this['view'],'submitPrompt',(_0x2bdbe8,_0x598425)=>{const _0x4af7ab=this['currentContext']||this['initialContext'];this['_handleQuery'](_0x598425,_0x4af7ab,'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:_0x26c369,query:_0x52ae6b,htmlContent:_0x5a1873,label:_0x2c17f5,mainActionLabel:_0xbfa695}){this['view']['prompt']=_0x2c17f5,this['view']['mainAction']=_0xbfa695,this['initialContext']=_0x5a1873,_0x52ae6b&&(this['view']['isRendered']?this['_handleQuery'](_0x52ae6b,_0x5a1873,_0x26c369,_0x2c17f5):this['view']['once']('render',()=>{this['_handleQuery'](_0x52ae6b,_0x5a1873,_0x26c369,_0x2c17f5);}));}['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'](_0x506c7d,_0x2c49c2,_0x1633c6,_0x356037){return this['isProcessing']=!0x0,this['view']['startProcessing'](),this['previousContext']=_0x2c49c2,this['previousQuery']=_0x506c7d,this['previousLabel']=_0x356037||_0x506c7d,this['previousActionId']=_0x1633c6,new Promise(_0x331163=>{this['textAdapter']['makeRequest']({'query':_0x506c7d,'context':_0x2c49c2,'onData':_0x3513b3=>{this['currentResponse']=_0x3513b3,this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse']);},'actionId':_0x1633c6})['then'](()=>{!this['currentContext']&&this['currentResponse']&&(this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse'],!0x0));})['catch'](_0x2ff5bd=>{_0x2ff5bd instanceof tr?this['view']['handleError'](_0x2ff5bd['message']):this['view']['handleError'](),_0x331163();})['finally'](()=>{this['stopProcessing'](),_0x331163();});});}['_parseAndNormalizeContent'](_0x477c5a,_0x4915ff=!0x1){const _0x42c5bc=hs['exec'](_0x477c5a);_0x477c5a=_0x42c5bc?_0x477c5a['substring'](_0x42c5bc[0x1]['length']):_0x477c5a['length']<0x64&&!_0x4915ff?'':this['_stripMarkdownSyntax'](_0x477c5a);const _0x4edf67=this['_domParser']['parseFromString'](_0x477c5a,'text/html');if(_0x42c5bc){const _0x1bf481=Array['from'](_0x4edf67['body']['childNodes']);_0x1bf481['reverse']();for(const _0xc9338a of _0x1bf481){if(_0xc9338a['nodeType']==Node['ELEMENT_NODE'])break;_0xc9338a['remove']();}}const _0x2c9526=this['editor']['data']['processor']['toView'](this['_xmlSerializer']['serializeToString'](_0x4edf67['body']));this['_isH1TagSupportEnabled']()||this['_normalizeResponseHeadings'](_0x2c9526);const _0x4240b8=this['editor']['config']['get']('ai.assistant.preserveComments'),_0x8ed198=this['editor']['data']['toModel'](_0x2c9526);return _0x4240b8||_0x8ed198['markers']['clear'](),this['editor']['data']['stringify'](_0x8ed198);}['_normalizeResponseHeadings'](_0x309846){const _0x14a100=new _0x45ce4d(this['editor']['editing']['view']['document']),_0x3131c8=new _0x5d48c1({'name':/^h[1-5]$/}),_0x1746e8=[];let _0x10d57d=!0x1;for(const _0x39619d of _0x309846)_0x39619d['is']('element')&&_0x3131c8['match'](_0x39619d)&&(_0x1746e8['push'](_0x39619d),'h1'==_0x39619d['name']&&(_0x10d57d=!0x0));if(_0x10d57d){for(const _0x4ca22a of _0x1746e8)_0x14a100['rename']('h'+(parseInt(_0x4ca22a['name'][0x1])+0x1),_0x4ca22a);}}['_isH1TagSupportEnabled'](){const {data:_0x1ae86d,editing:_0x4038ac}=this['editor'],_0x5b89f5=_0x1ae86d['htmlProcessor']['toView']('<h1></h1>'),_0x3a3c4e=_0x1ae86d['toView'](_0x1ae86d['toModel'](_0x5b89f5));return!!_0x4038ac['view']['domConverter']['viewToDom'](_0x3a3c4e)['querySelector']('h1');}['_sanitizeHTML'](_0x19d3ce){return this['editor']['editing']['view']['domConverter']['setContentOf'](this['_sanitizationContainer'],_0x19d3ce),this['_sanitizationContainer']['innerHTML'];}['_stripMarkdownSyntax'](_0x10f15f){const _0x1c524a=_0x10f15f['trim']();return _0x1c524a['startsWith']('```html')?_0x1c524a['endsWith']('```')?_0x1c524a['substring'](0x7,_0x1c524a['length']-0x3):_0x1c524a['substring'](0x7):_0x10f15f;}}const F={'REPLACE':'replace','INSERT':'insert'};class wr extends _0x440716{constructor(_0x170c5d){super(_0x170c5d),this['set']('isVisible',!0x1),this['set']('mainAction',F['REPLACE']),this['replaceButton']=this['_createButton']('','ck-button-action'),this['replaceButton']['bind']('label')['to'](this,'mainAction',_0x4f5624=>Vn(_0x170c5d,'AI_'+_0x4f5624['toUpperCase']()+'_CONTENT')),this['insertButton']=this['_createButton'](Vn(_0x170c5d,'Insert\x20below')),this['tryAgainButton']=this['_createButton'](Vn(_0x170c5d,'Try\x20again')),this['stopButton']=this['_createButton'](Vn(_0x170c5d,'Stop'));const _0x496d57=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-form__toolbar',_0x496d57['if']('isVisible','ck-hidden',_0x12cd3d=>!_0x12cd3d)]}}),this['items']['addMany']([this['replaceButton'],this['insertButton'],this['tryAgainButton'],this['stopButton']]);}['_createButton'](_0x1bb41d,_0x1973ca){const _0x1bac2b=new _0xa24b3c(this['locale']);return _0x1bac2b['set']({'label':_0x1bb41d,'class':_0x1973ca||'','isVisible':!0x0,'withText':!0x0}),_0x1bac2b;}}class yr extends _0xebef92{['contentFieldView'];['copyButtonView'];constructor(_0x22aac9,_0xb6e47c=''){super(_0x22aac9),this['set']({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x5f532b=this['bindTemplate'];this['contentFieldView']=new Gn(_0x22aac9,_0xb6e47c),this['copyButtonView']=this['_createCopyButton'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area-wrapper',_0x5f532b['if']('isVisible','ck-hidden',_0x5af500=>!_0x5af500)],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area',_0x5f532b['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 _0x1029e2=!0x1;this['on']('change:value',(_0xf3653d,_0x33667e,_0x29ef12)=>{const _0xc8a26=!this['contentFieldView']['element']['querySelector']('.ck-ai-form__loader');this['contentFieldView']['setContent'](_0x29ef12),this['isProcessing']&&_0xc8a26&&!_0x1029e2&&this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'smooth'});}),this['on']('change:isProcessing',(_0x1f9d1a,_0x385007,_0xbd9ae5)=>{_0x1029e2=!0x1,_0xbd9ae5?(this['value']=null,this['contentFieldView']['appendLoader']()):this['value']||this['contentFieldView']['setContent']('');}),this['listenTo'](this['element'],'wheel',()=>{_0x1029e2=!0x0;}),this['listenTo'](this['element'],'mousedown',()=>{_0x1029e2=!0x0;});}['focus'](){this['element']['focus']();}['_createCopyButton'](){const _0x4b483f=this['locale'],_0x6862d2=new _0xa24b3c(this['locale']),_0xcd3b85='ck-ai-form__copy-button';return _0x6862d2['set']({'label':Vn(_0x4b483f,'Copy'),'icon':_0x5c22c5,'class':_0xcd3b85,'tooltip':!0x0}),_0x6862d2['bind']('isVisible')['to'](this,'value',_0x2e6529=>!!_0x2e6529),_0x6862d2['bind']('isEnabled')['to'](this,'isProcessing',_0x9ea038=>!_0x9ea038),_0x6862d2['on']('execute',()=>{this['_copyHTMLToClipboard'](this['contentFieldView']['element']),_0x6862d2['icon']=_0x51abb4,_0x6862d2['class']=_0xcd3b85+'\x20ck-ai-form__copy-button--copied',this['focus'](),setTimeout(()=>{_0x6862d2['icon']=_0x5c22c5,_0x6862d2['class']=_0xcd3b85;},0x3e8);}),_0x6862d2;}['_copyHTMLToClipboard'](_0x2af38a){const {window:_0x19d71b,document:_0xfa9337}=_0x3c96fa;if(_0x19d71b['ClipboardItem']){const {Blob:_0x203410,ClipboardItem:_0x139672}=_0x19d71b,_0x3a5e69=[new _0x139672({'text/html':new _0x203410([_0x2af38a['innerHTML']],{'type':'text/html'}),'text/plain':new _0x203410([_0x2af38a['textContent']||''],{'type':'text/plain'})})];navigator['clipboard']['write'](_0x3a5e69);}else{const _0x2ae7de=_0xfa9337['createElement']('div');_0x2ae7de['style']['position']='absolute',_0x2ae7de['style']['left']='-9999px',_0x2ae7de['innerHTML']='<span>[</span>'+_0x2af38a['innerHTML']+'<span>]</span>',_0xfa9337['body']['appendChild'](_0x2ae7de);const _0x182bb1=_0xfa9337['createRange']();_0x182bb1['setStartAfter'](_0x2ae7de['firstElementChild']),_0x182bb1['setEndBefore'](_0x2ae7de['lastElementChild']);const _0x3b870f=_0x19d71b['getSelection']();_0x3b870f['removeAllRanges'](),_0x3b870f['addRange'](_0x182bb1),_0xfa9337['execCommand']('copy'),_0x2ae7de['remove']();}}}class Gn extends _0xebef92{constructor(_0x15ca55,_0x305d87=''){super(_0x15ca55),this['loaderView']=this['_createLoader'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content',_0x305d87,'ck-reset_all-excluded','ck-ai-form__content-field']}});}['setContent'](_0x3a5cb2){this['element']['innerHTML']=_0x3a5cb2;}['appendLoader'](){this['element']['appendChild'](this['loaderView']['element']);}['_createLoader'](){const _0x511b72=new _0xebef92(),_0x47dfaa=this['locale'],_0x94737d=new _0x5a1254();return _0x94737d['isVisible']=!0x0,_0x511b72['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__loader']},'children':[_0x94737d,{'text':Vn(_0x47dfaa,'AI\x20is\x20writing...')}]}),_0x511b72['render'](),_0x511b72;}}class gr extends _0xebef92{constructor(_0x50d774,_0x41d470=''){super(_0x50d774);const _0x509dd2=new _0x23cd9a(),_0x5d875c=this['bindTemplate'];this['set']('text',_0x41d470),_0x509dd2['content']=_0x333771,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__error']},'children':[_0x509dd2,{'text':_0x5d875c['to']('text')}]});}}class Er extends _0x103d7a{['submitButtonView'];['showHistoryButtonView'];constructor(_0x46d95f,_0xdc59be){super(_0x46d95f,_0xdc59be),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',(_0x56296f,_0x3cb70d)=>{_0x56296f['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x3cb70d());});}['_createSubmitButton'](){const _0x1358b4=new _0xa24b3c(this['locale']),_0x5b758c=this['locale'];return _0x1358b4['set']({'icon':_0x3720ea,'label':Vn(_0x5b758c,'Submit'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-form__submit'}),_0x1358b4['on']('execute',()=>{this['submit']();}),_0x1358b4['bind']('isEnabled')['to'](this['queryView']['fieldView'],'isEmpty',this,'isEnabled',(_0x3f8661,_0x3b311e)=>!_0x3f8661&&_0x3b311e),_0x1358b4;}['_createShowHistoryButton'](){const _0x27f4f7=new _0xa24b3c(this['locale']),_0x4c9668=this['resultsView'],_0x13971a=this['locale'];_0x27f4f7['set']({'label':Vn(_0x13971a,'History'),'withText':!0x1,'icon':Ht,'tooltip':!0x0,'tooltipPosition':'sw','class':'ck-ai-form__toggle-history'}),_0x27f4f7['bind']('isOn')['to'](_0x4c9668,'isVisible'),_0x27f4f7['bind']('isEnabled')['to'](this,'isEnabled'),_0x27f4f7['on']('execute',()=>{_0x4c9668['isVisible']=!_0x4c9668['isVisible'],_0x4c9668['isVisible']?this['filteredView']['focus']():this['focus']();});const _0xd2aca3=()=>{_0x3c96fa['window']['requestAnimationFrame'](()=>{if(_0x4f30a4(this['element'])){const _0x5681ee=new _0x317c72(this['queryView']['fieldView']['element']),_0x5b7cbd=_0x5681ee['width'],_0x3e81b7='rtl'===_0x13971a['uiLanguageDirection']?'left':'right';_0x5681ee['excludeScrollbarsAndBorders'](),_0x27f4f7['element']['style'][_0x3e81b7]=_0x5b7cbd-_0x5681ee['width']+0x1+'px';}});};return this['queryView']['fieldView']['on']('update',_0xd2aca3),this['on']('render',_0xd2aca3),_0x27f4f7;}['submit'](){const _0x6f91c0=this['queryView']['fieldView']['element']['value'];this['fire']('submit',_0x6f91c0);}['focus'](_0x551972){-0x1===_0x551972?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}}class vr extends _0x3dc816{['historyGroupView'];['clearHistoryButton'];constructor(_0x5a915b){super(_0x5a915b),this['clearHistoryButton']=this['_createClearHistoryButton'](),this['historyGroupView']=new _0x4d5bae(),this['historyGroupView']['children']['add'](this['clearHistoryButton'],0x1),this['historyGroupView']['label']=Vn(_0x5a915b,'Prompt\x20history'),this['historyGroupView']['items']['delegate']('execute')['to'](this),this['items']['add'](this['historyGroupView']);}['filter'](){let _0x39fb0b=0x0;for(const _0x2f2c87 of this['items'])_0x39fb0b+=_0x2f2c87['items']['length'];return{'resultsCount':_0x39fb0b,'totalItemsCount':_0x39fb0b};}['_createClearHistoryButton'](){const _0x593489=this['locale'],_0x251847=new _0xa24b3c(this['locale']);return _0x251847['set']({'label':'('+Vn(_0x593489,'Clear')+')','withText':!0x0}),_0x251847['on']('execute',()=>this['fire']('clearHistory')),_0x251847;}}class Ar extends _0x22bc08{constructor(_0x1f752f){super();const _0x3e8442=new _0x5babd6(),_0x406abc=new _0xa24b3c(this['locale'],_0x3e8442);this['children']['add'](_0x406abc),_0x406abc['set']({'label':_0x1f752f['prompt'],'withText':!0x0}),_0x406abc['on']('execute',()=>{this['fire']('execute',{'value':_0x4747cb(_0x1f752f['prompt'])});});}}const no='CKEditor/AIFormView/PromptHistory';class Pr extends _0x6ba718{constructor(){super(),this['_loadFromSessionStorage'](),this['on']('add',(_0x531843,_0x28bd8c)=>{const _0x5e6eea=co(_0x28bd8c['prompt']);for(const _0x57f30f of this)if(_0x57f30f!=_0x28bd8c&&co(_0x57f30f['prompt'])===_0x5e6eea){this['remove'](_0x57f30f);break;}this['length']>0x14&&this['remove'](this['last']),this['_saveToSessionStorage']();}),this['on']('remove',()=>{this['_saveToSessionStorage']();});}['_loadFromSessionStorage'](){const _0x48c5bd=sessionStorage['getItem'](no)||'[]';this['addMany'](JSON['parse'](_0x48c5bd));}['_saveToSessionStorage'](){sessionStorage['setItem'](no,JSON['stringify'](this['map'](_0xba06c9=>_0xba06c9)));}}function co(_0x3f9409){return _0x3f9409['toLowerCase']()['trim']();}class R extends _0xebef92{['focusTracker'];['keystrokes'];['contentArea'];['toolbar'];['promptView'];['errorView'];['_focusables'];['focusCycler'];['_promptHistory'];constructor(_0x425fbf,_0x52d08e,_0x35b581=''){super(_0x425fbf),this['set']('isEnabled',!0x0),this['set']('isProcessing',!0x1),this['set']('prompt',''),this['set']('value',''),this['set']('isError',!0x1),this['set']('mainAction',F['REPLACE']),this['_promptHistory']=new Pr(),this['errorView']=new gr(_0x425fbf),this['contentArea']=new yr(_0x425fbf,_0x35b581),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 _0x13c01a(),this['keystrokes']=new _0x3c58a3(),this['_focusables']=this['createCollection']([this['contentArea'],this['contentArea']['copyButtonView'],this['toolbar'],this['promptView']]),this['focusCycler']=new _0x532b63({'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 _0x360d4a=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form',_0x52d08e],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form-content']},'children':[{'tag':'div','attributes':{'class':[_0x360d4a['if']('isError','ck-hidden',_0x2156e1=>!_0x2156e1)]},'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'](_0x1c5ab8=0x1){-0x1===_0x1c5ab8?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 _0x4bab59=this['locale'],_0x5f47e1=new Er(_0x4bab59,{'queryView':{'label':Vn(_0x4bab59,'Ask\x20AI\x20to\x20edit\x20or\x20generate'),'creator':_0x3d9c16,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':Vn(_0x4bab59,'Empty\x20history'),'secondary':Vn(_0x4bab59,'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.')}}},'filteredView':this['_createHistoryView'](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x5f47e1['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x45b3a5,_0x5625ca)=>_0x45b3a5&&!_0x5625ca),this['listenTo'](_0x5f47e1,'submit',(_0x5727f1,_0x5f06aa)=>{this['prompt']=_0x5f06aa;const _0x38f454=_0x5453ce(_0x5f06aa);this['fire']('submitPrompt',_0x38f454),_0x5f06aa['trim']()&&this['_promptHistory']['add']({'prompt':_0x38f454},0x0);},{'priority':'high'}),_0x5f47e1;}['_createHistoryView'](){const _0xc81b97=new vr(this['locale']);return _0xc81b97['historyGroupView']['items']['bindTo'](this['_promptHistory'])['as'](Ar),_0xc81b97['on']('clearHistory',()=>{this['_promptHistory']['clear'](),this['promptView']['search'](''),this['promptView']['focus']();}),_0xc81b97;}['_createToolbar'](){const _0x1edae0=new wr(this['locale']);return _0x1edae0['replaceButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x3d28d4,_0x25eaa5,_0x590d86)=>_0x3d28d4&&!_0x25eaa5&&!!_0x590d86),_0x1edae0['replaceButton']['delegate']('execute')['to'](this,'replaceContent'),_0x1edae0['insertButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x4c59c6,_0x12e3dc,_0x1dd9af)=>_0x4c59c6&&!_0x12e3dc&&!!_0x1dd9af),_0x1edae0['insertButton']['delegate']('execute')['to'](this,'insertContentBelow'),_0x1edae0['tryAgainButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x2a3366,_0x5bd0cf)=>_0x2a3366&&!_0x5bd0cf),_0x1edae0['tryAgainButton']['delegate']('execute')['to'](this,'tryAgainEvent'),_0x1edae0['stopButton']['bind']('isEnabled')['to'](this,'isProcessing'),_0x1edae0['stopButton']['delegate']('execute')['to'](this,'stopProcessing'),_0x1edae0;}['startProcessing'](){this['value']='',this['isError']=!0x1,this['isProcessing']=!0x0,this['contentArea']['isVisible']=!0x0,this['toolbar']['isVisible']=!0x0,this['contentArea']['focus']();}['finishProcessing'](){const _0x119bff=this['locale'];this['isProcessing']=!0x1,this['prompt']='',this['promptView']['reset'](),this['value']&&(this['promptView']['queryView']['label']=Vn(_0x119bff,'Ask\x20AI\x20to\x20improve\x20generated\x20text'));}['handleError'](_0x54eff9){const _0x179d61=this['locale'];this['finishProcessing'](),this['isError']=!0x0,this['errorView']['text']=_0x54eff9||Vn(_0x179d61,'AI_ERROR_FAILED'),this['value']||(this['contentArea']['isVisible']=!0x1);}}const O=globalThis['DataTransfer'];class v extends _0x5167f5{['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[_0x5023f9,I,q,_0x83bc2d];}constructor(_0x5e7cf8){super(_0x5e7cf8),_0x5e7cf8['config']['define']('ai.assistant.disabledElements',['media','rawHtml','tableOfContents']),_0x5e7cf8['config']['define']('ai.assistant.contentAreaCssClass',''),_0x5e7cf8['config']['define']('ai.assistant.useTheme',!0x0),this['_uiCssClasses']='ck-ai-assistant-ui'+(_0x5e7cf8['config']['get']('ai.assistant.useTheme')?'\x20ck-ai-assistant-ui_theme':'');}['init'](){const {editor:_0x39543d}=this;this['_aiAdapter']=_0x39543d['plugins']['get'](q),this['_dialog']=_0x39543d['plugins']['get'](_0x83bc2d),this['_formView']=null,this['_commandDefinitions']=this['_getResolvedCommandsDefinitions']();const _0x326803=new G(_0x39543d,Array['from'](this['_commandDefinitions']['values']()));_0x39543d['commands']['add']('showAIAssistant',_0x326803),_0x39543d['ui']['componentFactory']['add']('aiCommands',_0x23ea5f=>{const _0x247e1f=_0x115dce(_0x23ea5f);return _0x247e1f['set']({'class':'ck-ai-commands-dropdown\x20'+this['_uiCssClasses']}),_0x247e1f['buttonView']['set']({'label':Vn(_0x23ea5f,'AI\x20Commands'),'icon':_0x51694e,'tooltip':!0x0}),_0x247e1f['on']('execute',_0x4fdd5d=>this['_onExecute'](_0x4fdd5d['source']['id'])),_0x38ea29(_0x247e1f,_0x39543d['ui']['view']['body'],function(_0x4647df){const _0x39463f=S(_0x4647df['config']['get']('ai.assistant.commands'),_0x4647df['locale']),_0x109530=W(_0x4647df,_0x39463f)['filter'](_0x165d05=>_0x165d05['commands']['length']);if(0x1===_0x109530['length'])return W(_0x4647df,_0x109530[0x0]['commands'])['map'](_0x4088e4=>({'id':_0x4088e4['id'],'label':_0x4088e4['label']}));return _0x109530['map'](_0x3b27d9=>{const {groupId:_0x1359f9,groupLabel:_0x2d38af,commands:_0x5358ea}=_0x3b27d9,_0x3f4916=W(_0x4647df,_0x5358ea)['map'](_0x18f54c=>({'id':_0x18f54c['id'],'label':_0x18f54c['label']}));return{'id':_0x1359f9,'menu':_0x2d38af||_0x1359f9,'children':_0x3f4916};});}(_0x39543d),{'ariaLabel':Vn(_0x23ea5f,'AI\x20Commands')}),_0x247e1f['menuView']['menuPanelClass']='ck-ai-commands-dropdown\x20'+this['_uiCssClasses'],_0x326803['on']('change:enabledCommandsIds',_0x105c49),_0x247e1f['menuView']['once']('render',_0x105c49),_0x247e1f;function _0x105c49(){_0x247e1f['isEnabled']=_0x326803['enabledCommandsIds']['length']>0x0;for(const _0x4ea743 of _0x247e1f['menuView']['buttons'])_0x4ea743['isEnabled']=_0x326803['enabledCommandsIds']['includes'](_0x4ea743['id']);}}),_0x39543d['ui']['componentFactory']['add']('menuBar:aiCommands',_0x2d2f01=>{const _0x43bdd9=new _0x48a6ad(_0x2d2f01);_0x43bdd9['buttonView']['set']({'label':Vn(_0x2d2f01,'AI\x20Commands'),'icon':_0x51694e}),_0x43bdd9['bind']('isEnabled')['to'](_0x326803,'enabledCommandsIds',_0x245cfb=>_0x245cfb['length']>0x0);const _0x24c088=S(_0x39543d['config']['get']('ai.assistant.commands'),_0x2d2f01);return this['_populateMenuBarMenu'](_0x326803,_0x43bdd9,_0x24c088,_0x1c6b29=>this['_onExecute'](_0x1c6b29)),_0x43bdd9;}),_0x39543d['ui']['componentFactory']['add']('aiAssistant',()=>{const _0x28c5fb=this['_createAIAssistantUIButton'](_0xa24b3c);return _0x28c5fb['set']({'tooltip':!0x0,'class':'ck-ai-assistant-button\x20'+this['_uiCssClasses']}),_0x28c5fb;}),_0x39543d['ui']['componentFactory']['add']('menuBar:aiAssistant',()=>{const _0x328348=this['_createAIAssistantUIButton'](_0x20e330);return _0x328348['set']({'role':'menuitemcheckbox'}),_0x328348;}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x517770=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x543207;for(const _0x504f9e in _0x517770){const _0x19b5a6=_0x504f9e,_0x18d229=_0x517770[_0x19b5a6];if('aiLicenseKeyValid'==_0x18d229||'aiLicenseKeyInvalid'==_0x18d229||'aiLicenseKeyExpired'==_0x18d229||'aiLicenseKeyDomainLimit'==_0x18d229||'aiLicenseKeyNotAllowed'==_0x18d229||'aiLicenseKeyEvaluationLimit'==_0x18d229||'aiLicenseKeyTrialLimit'==_0x18d229||'aiLicenseKeyUsageLimit'==_0x18d229){delete _0x517770[_0x19b5a6],_0x543207=_0x18d229,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'aiLicenseKeyInvalid'==_0x543207&&_0x517770['_showLicenseError']('invalid'),'aiLicenseKeyExpired'==_0x543207&&_0x517770['_showLicenseError']('expired'),'aiLicenseKeyDomainLimit'==_0x543207&&_0x517770['_showLicenseError']('domainLimit'),'aiLicenseKeyNotAllowed'==_0x543207&&_0x517770['_showLicenseError']('featureNotAllowed','AIAssistant'),'aiLicenseKeyEvaluationLimit'==_0x543207&&_0x517770['_showLicenseError']('evaluationLimit'),'aiLicenseKeyTrialLimit'==_0x543207&&_0x517770['_showLicenseError']('trialLimit'),'aiLicenseKeyUsageLimit'==_0x543207&&_0x517770['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['showUI'](_0x56ee1c='',_0x4c6a74='',_0x39f21a='custom'){const _0x3d3e82=this['editor'],_0x56ac0b=_0x3d3e82['editing']['view'],_0x1a766f=_0x3d3e82['plugins']['get'](I),_0x485b05=_0x3d3e82['plugins']['get'](_0x5023f9);_0x1a766f['showFakeVisualSelection']();const _0x1b437c=new O(),_0x2d292a=new ClipboardEvent('copy',{'clipboardData':_0x1b437c}),_0x1ed029=new _0xd9a4a2(_0x1b437c),_0x10a1e5=new _0x50a248(_0x56ac0b,_0x2d292a,{'dataTransfer':_0x1ed029});_0x485b05['_forceMarkersCopy']('comment',()=>{_0x56ac0b['document']['fire']('copy',_0x10a1e5);}),this['_formView']||(this['_initView'](),this['_aiAssistantController']=new z(_0x3d3e82,this['_aiAdapter']['textAdapter'],this['_formView']));let _0x1c0108=_0x1ed029['getData']('text/html');const _0x364f47=_0x3d3e82['model']['document']['selection'],_0x1abc52=Array['from'](_0x364f47['getRanges']());0x1===_0x1abc52['length']&&_0x1abc52[0x0]['isFlat']&&!_0x364f47['getSelectedElement']()&&''!==_0x1c0108['replace'](/&nbsp;/g,'')['trim']()&&(_0x1c0108='<p>'+_0x1c0108+'</p>'),this['_aiAssistantController']['updateView']({'actionId':_0x39f21a,'query':_0x56ee1c,'htmlContent':_0x1c0108,'label':_0x4c6a74,'mainActionLabel':F[_0x3d3e82['model']['document']['selection']['isCollapsed']?'INSERT':'REPLACE']}),'aiAssistant'!==this['_dialog']['id']?this['_dialog']['show']({'id':'aiAssistant','icon':_0x34d34b,'title':Vn(this['editor']['locale'],'AI\x20Assistant'),'content':this['_formView'],'position':_0x48055e['EDITOR_TOP_SIDE'],'onShow':()=>{this['_formView']['focus']();},'onHide':()=>{this['_aiAssistantController']['reset'](),_0x1a766f['hideFakeVisualSelection']();}}):this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}['hideUI'](){this['_dialog']['hide']();}['_getResolvedCommandsDefinitions'](){const _0x49fac3=new Map(),_0x1d2801=S(this['editor']['config']['get']('ai.assistant.commands'),this['editor']['locale']);for(const _0x24fd6d of _0x1d2801)for(const _0xb08669 of _0x24fd6d['commands'])_0x49fac3['set'](_0xb08669['id'],{..._0xb08669,'groupId':_0x24fd6d['groupId'],'groupLabel':_0x24fd6d['groupLabel']||_0x24fd6d['groupId']});return _0x49fac3;}['_createAIAssistantUIButton'](_0x39dc3f){const _0x37b65e=this['editor'],_0x8191da=_0x37b65e['commands']['get']('showAIAssistant'),_0x2f2b1f=new _0x39dc3f(_0x37b65e['locale']);return _0x2f2b1f['set']({'label':Vn(_0x37b65e['locale'],'AI\x20Assistant'),'icon':_0x34d34b,'isToggleable':!0x0}),_0x2f2b1f['bind']('isEnabled')['to'](_0x8191da),_0x2f2b1f['bind']('isOn')['to'](this['_dialog'],'id',_0x4a944d=>'aiAssistant'===_0x4a944d),this['listenTo'](_0x2f2b1f,'execute',()=>{_0x2f2b1f['isOn']?this['hideUI']():_0x8191da['execute']();}),_0x2f2b1f;}['_initView'](){const _0x20cded=this['editor']['plugins']['get'](I);this['_formView']=new R(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',()=>{_0x20cded['insertContent'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['listenTo'](this['_formView'],'insertContentBelow',()=>{_0x20cded['insertContentBelow'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['_initAriaAiStatusChangeAnnouncements']();}['_initAriaAiStatusChangeAnnouncements'](){const {locale:_0x1e64e9,ui:{ariaLiveAnnouncer:_0x2e0c66}}=this['editor'];this['_formView']['contentArea']['on']('change:isProcessing',(_0x14cb3b,_0x2e00e0,_0x25e709)=>{const _0x202fee=this['_aiAssistantController']['currentContext'];_0x25e709?_0x2e0c66['announce'](Vn(_0x1e64e9,'AI\x20is\x20writing')):_0x202fee&&_0x2e0c66['announce'](Vn(_0x1e64e9,'Generated\x20content:\x20%0',_0x202fee),{'politeness':'polite','isUnsafeHTML':!0x0});}),this['_formView']['on']('change:isError',(_0x415a72,_0x510bba,_0x8b1844)=>{if(_0x8b1844){const _0x3b32f8=this['_formView']['errorView']['text'];_0x2e0c66['announce'](Vn(_0x1e64e9,'Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x3b32f8));}});}['_onExecute'](_0x485452){const _0xc79ed=this['_commandDefinitions']['get'](_0x485452),_0x2b1f91=this['editor'],_0x4caf09=_0x2b1f91['model']['document']['selection'],_0xbfdd40=_0x2b1f91['commands']['get']('showAIAssistant'),_0xee7ad6=_0x2b1f91['plugins']['get'](I),_0x55aeff=''+(_0xc79ed['groupId']!==H?_0xc79ed['groupLabel']+':\x20':'')+_0xc79ed['label'];if(!0x1!==_0xc79ed['requiresContent']&&_0x4caf09['isCollapsed']){const _0x5c3d32=_0x4cdc37(_0x4caf09['getSelectedBlocks']())||_0x2b1f91['model']['schema']['getLimitElement'](_0x4caf09);_0x2b1f91['model']['change'](_0x11ce70=>{_0x11ce70['setSelection'](_0x5c3d32,'in');});}_0xee7ad6['showFakeVisualSelection'](),_0xbfdd40['execute'](_0xc79ed['prompt'],_0x55aeff,'command:'+_0x485452);}['_populateMenuBarMenu'](_0x54e244,_0x5e85c0,_0x1ab01,_0x15a31d){const _0x48242a=this['editor'],_0x486398=_0x48242a['locale'],_0x55463e=new _0x165f8d(_0x486398),_0x1362e4=W(_0x48242a,_0x1ab01)['filter'](_0x1e896f=>_0x1e896f['commands']['length']);0x1===_0x1362e4['length']?this['_getMenuBarGroupButtons']({'command':_0x54e244,'commands':_0x1362e4[0x0]['commands'],'parentMenuView':_0x5e85c0,'onExecute':_0x15a31d})['forEach'](_0x342439=>_0x55463e['items']['add'](_0x342439)):_0x1362e4['forEach'](({groupId:_0x5ae12f,groupLabel:_0x35373b,commands:_0x5b3877})=>{const _0x2eeac7=new _0x5c0d95(_0x486398,_0x5e85c0),_0x5788a7=new _0x48a6ad(_0x486398),_0x1e7f88=new _0x165f8d(_0x486398),_0xdcd62a=this['_getMenuBarGroupButtons']({'command':_0x54e244,'commands':_0x5b3877,'parentMenuView':_0x5788a7,'onExecute':_0x15a31d});_0x5788a7['buttonView']['set']({'label':_0x35373b||_0x5ae12f}),_0x5788a7['delegate']('execute')['to'](_0x5e85c0),_0x1e7f88['items']['addMany'](_0xdcd62a),_0x5788a7['panelView']['children']['add'](_0x1e7f88),_0x2eeac7['children']['add'](_0x5788a7),_0x55463e['items']['add'](_0x2eeac7);}),_0x5e85c0['panelView']['children']['add'](_0x55463e);}['_getMenuBarGroupButtons']({command:_0x455a96,commands:_0x74f110,parentMenuView:_0x23c254,onExecute:_0x4e0ecb}){const _0x20abf7=this['editor'],_0x54c351=_0x20abf7['locale'];return W(_0x20abf7,_0x74f110)['map'](_0x4ab874=>{const _0x1805c1=new _0x5c0d95(_0x54c351,_0x23c254),_0x1edd22=new _0x20e330(_0x54c351);return _0x1edd22['set']({'label':_0x4ab874['label']}),_0x1edd22['delegate']('execute')['to'](_0x23c254),_0x1edd22['on']('execute',()=>_0x4e0ecb(_0x4ab874['id'])),_0x1edd22['bind']('isEnabled')['to'](_0x455a96,'enabledCommandsIds',_0x5837b0=>_0x5837b0['includes'](_0x4ab874['id'])),_0x1805c1['children']['add'](_0x1edd22),_0x1805c1;});}}function Q(_0x5854f9,_0x47d6bb){return void 0x0!==_0x5854f9['order']&&void 0x0===_0x47d6bb['order']?0x1:void 0x0===_0x5854f9['order']&&void 0x0!==_0x47d6bb['order']?-0x1:void 0x0!==_0x5854f9['order']&&void 0x0!==_0x47d6bb['order']?_0x5854f9['order']-_0x47d6bb['order']:0x0;}function W(_0x122659,_0x31c19a){_0x31c19a['sort'](Q);const _0x53c0ed={},_0xb08665=[];for(const _0xdcbd23 of _0x31c19a)if(void 0x0!==_0xdcbd23['order']){if(_0xdcbd23['order']in _0x53c0ed)throw new _0xa14e6e('ai-commands-config-order-collision',_0x122659,{'conflictingDefinitions':[_0xdcbd23,_0x53c0ed[_0xdcbd23['order']]]});_0x53c0ed[_0xdcbd23['order']]=_0xdcbd23,_0xb08665['splice'](_0xdcbd23['order'],0x0,_0xdcbd23);}else _0xb08665['push'](_0xdcbd23);return _0xb08665;}class Bn extends _0x5167f5{static get['requires'](){return[v,I];}static get['pluginName'](){return'AIAssistant';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3900ad){super(_0x3900ad);const _0x43dbb9=_0x3900ad['config'],_0xf3b3f1=_0x3900ad['locale'];_0x43dbb9['define']('ai.assistant.preserveComments',!0x0),_0x43dbb9['define']('ai.assistant.commands',Kn(_0xf3b3f1)),_0x43dbb9['define']('ai.assistant.extraCommandGroups',[]),_0x43dbb9['define']('ai.assistant.removeCommands',[]);let _0xfe03e9=S(_0x43dbb9['get']('ai.assistant.commands'),_0xf3b3f1);const _0x4e8c64=_0x43dbb9['get']('ai.assistant.extraCommandGroups'),_0x46a242=_0x43dbb9['get']('ai.assistant.removeCommands');_0x4e8c64['forEach'](_0x5e3eb8=>{const _0x334b37=_0xfe03e9['find'](_0x468677=>_0x468677['groupId']===_0x5e3eb8['groupId']);_0x334b37?_0x334b37['commands']=_0x334b37['commands']['concat'](_0x5e3eb8['commands']):_0xfe03e9['push'](_0x5e3eb8);}),_0xfe03e9=_0xfe03e9['filter'](_0xcd310b=>!_0x46a242['includes'](_0xcd310b['groupId'])),_0xfe03e9['forEach'](_0xb23b7f=>{_0xb23b7f['commands']=_0xb23b7f['commands']['filter'](_0x4b0899=>!_0x46a242['includes'](_0x4b0899['id']));}),_0x43dbb9['set']('ai.assistant.commands',_0xfe03e9);}}function Kn(_0x2c088c){return[{'groupId':'editOrReview','groupLabel':Vn(_0x2c088c,'Edit\x20or\x20review'),'commands':[{'id':'improveWriting','label':Vn(_0x2c088c,'Improve\x20writing'),'prompt':'Fix\x20spelling\x20mistakes,\x20use\x20proper\x20grammar\x20and\x20apply\x20good\x20writing\x20practices.\x20Do\x20not\x20lose\x20the\x20original\x20meaning.'},{'id':'makeShorter','label':Vn(_0x2c088c,'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':Vn(_0x2c088c,'Make\x20longer'),'prompt':'Improve\x20this\x20content\x20by\x20using\x20descriptive\x20language\x20and\x20inserting\x20more\x20information\x20and\x20more\x20detailed\x20explanations.'},{'id':'simplifyLanguage','label':Vn(_0x2c088c,'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':Vn(_0x2c088c,'Generate\x20from\x20selection'),'commands':[{'id':'summarize','label':Vn(_0x2c088c,'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':Vn(_0x2c088c,'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':Vn(_0x2c088c,'Change\x20tone'),'commands':[{'id':'professional','label':Vn(_0x2c088c,'Professional'),'prompt':'Improve\x20using\x20polished,\x20formal,\x20and\x20respectful\x20language\x20to\x20convey\x20professional\x20expertise\x20and\x20competence.'},{'id':'casual','label':Vn(_0x2c088c,'Casual'),'prompt':'Improve\x20using\x20casual,\x20informal\x20language\x20to\x20convey\x20a\x20casual\x20conversation\x20with\x20a\x20real\x20person.'},{'id':'direct','label':Vn(_0x2c088c,'Direct'),'prompt':'Improve\x20using\x20direct\x20language,\x20using\x20only\x20the\x20essential\x20information.'},{'id':'confident','label':Vn(_0x2c088c,'Confident'),'prompt':'Improve\x20using\x20compelling,\x20optimistic\x20language\x20to\x20convey\x20confidence\x20in\x20the\x20writing.'},{'id':'friendly','label':Vn(_0x2c088c,'Friendly'),'prompt':'Improve\x20using\x20friendly,\x20comforting\x20language,\x20to\x20convey\x20understanding\x20and\x20empathy.'}]},{'groupId':'changeStyle','groupLabel':Vn(_0x2c088c,'Change\x20style'),'commands':[{'id':'business','label':Vn(_0x2c088c,'Business'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20business\x20professional\x20with\x20formal\x20language.'},{'id':'legal','label':Vn(_0x2c088c,'Legal'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20legal\x20professional\x20using\x20valid\x20legal\x20terminology.'},{'id':'journalism','label':Vn(_0x2c088c,'Journalism'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20journalist\x20using\x20engaging\x20language\x20to\x20convey\x20the\x20importance\x20of\x20the\x20information.'},{'id':'poetic','label':Vn(_0x2c088c,'Poetic'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20poem\x20using\x20poetic\x20techniques\x20without\x20losing\x20the\x20original\x20meaning.'}]},{'groupId':'translate','groupLabel':Vn(_0x2c088c,'Translate'),'commands':[{'id':'translateEnglish','label':Vn(_0x2c088c,'English'),'prompt':'Translate\x20the\x20content\x20to\x20English\x20language.'},{'id':'translateSpanish','label':Vn(_0x2c088c,'Spanish'),'prompt':'Translate\x20the\x20content\x20to\x20Spanish\x20language.'},{'id':'translatePortuguese','label':Vn(_0x2c088c,'Portuguese'),'prompt':'Translate\x20the\x20content\x20to\x20Portuguese\x20language.'},{'id':'translateGerman','label':Vn(_0x2c088c,'German'),'prompt':'Translate\x20the\x20content\x20to\x20German\x20language.'},{'id':'translateFrench','label':Vn(_0x2c088c,'French'),'prompt':'Translate\x20the\x20content\x20to\x20French\x20language.'},{'id':'translateChinese','label':Vn(_0x2c088c,'Simplified\x20Chinese'),'prompt':'Translate\x20the\x20content\x20to\x20Simplified\x20Chinese\x20language.'},{'id':'translateHindi','label':Vn(_0x2c088c,'Hindi'),'prompt':'Translate\x20the\x20content\x20to\x20Hindi\x20language.'},{'id':'translateArabic','label':Vn(_0x2c088c,'Arabic'),'prompt':'Translate\x20the\x20content\x20to\x20Arabic\x20language.'}]}];}class we extends _0x5167f5{['abortController'];static get['requires'](){return[q];}constructor(_0x4412c3){super(_0x4412c3),this['abortController']=new AbortController();}['init'](){this['editor']['plugins']['get'](q)['textAdapter']=this;}['abort'](){this['abortController']['signal']['aborted']||(this['abortController']['abort'](),this['abortController']=new AbortController());}async['makeRequest'](_0xeb7a8c){return this['sendRequest'](_0xeb7a8c)['catch'](_0x5d2048=>{if(_0x5d2048 instanceof tr)return Promise['reject'](_0x5d2048);if('AbortError'==_0x5d2048['name'])return Promise['resolve']();throw console['error'](_0x5d2048),new _0xa14e6e('aitextadapter-send-request-failed',null);});}async['_prepareRequestHeaders'](_0x3eda5b,_0x1cf09d){const _0x14ca04=this['editor']['locale'],_0x37ca71={'Content-Type':'application/json'};if('object'==typeof _0x3eda5b)Object['assign'](_0x37ca71,_0x3eda5b);else{if(_0x3eda5b)try{const _0x4e62e7=await _0x3eda5b(_0x1cf09d);Object['assign'](_0x37ca71,_0x4e62e7);}catch{return Promise['reject'](new tr(Vn(_0x14ca04,'AI_ERROR_GET_HEADERS')));}}return _0x37ca71;}async['_prepareRequestParameters'](_0x28e3d5,_0x4031fb){const _0x1f2a44=this['editor']['locale'];if('object'==typeof _0x28e3d5)return _0x28e3d5;try{return await _0x28e3d5(_0x4031fb);}catch{return Promise['reject'](new tr(Vn(_0x1f2a44,'AI_ERROR_GET_PARAMETERS')));}}}class Wn extends we{['_apiUrl'];['_requestHeaders'];['_requestParameters'];static get['pluginName'](){return'OpenAITextAdapter';}constructor(_0x4ff833){super(_0x4ff833),_0x4ff833['config']['define']('ai.assistant.adapter.openAI.apiUrl','https://api.openai.com/v1/chat/completions'),_0x4ff833['config']['get']('ai.assistant.adapter.openAI.requestParameters')||_0x4ff833['config']['define']('ai.assistant.adapter.openAI.requestParameters',{'model':'gpt-4o','temperature':0x1,'top_p':0x1,'stream':!0x0}),this['_apiUrl']=_0x4ff833['config']['get']('ai.assistant.adapter.openAI.apiUrl'),this['_requestHeaders']=_0x4ff833['config']['get']('ai.assistant.adapter.openAI.requestHeaders')||{},this['_requestParameters']=_0x4ff833['config']['get']('ai.assistant.adapter.openAI.requestParameters');}async['sendRequest']({query:_0x37dd4b,context:_0x59157b,onData:_0x14556e,actionId:_0x295bd4}){const _0x489562=this['editor']['locale'],_0x1672dd=await this['prepareMessages'](_0x37dd4b,_0x59157b,_0x295bd4),_0x23475a=await this['_prepareRequestHeaders'](this['_requestHeaders'],_0x295bd4),_0x11c872=await this['_prepareRequestParameters'](this['_requestParameters'],_0x295bd4),_0x50f5eb={'messages':_0x1672dd,..._0x11c872},_0x53b917={'method':'POST','headers':_0x23475a,'body':JSON['stringify'](_0x50f5eb),'signal':this['abortController']['signal']},_0x3918b2=await fetch(this['_apiUrl'],_0x53b917);if(_0x3918b2['ok'])return _0x11c872['stream']?await this['_readStreamableResponse'](_0x3918b2,_0x14556e):await this['_readStaticResponse'](_0x3918b2,_0x14556e),Promise['resolve']();{const _0x153265=await _0x3918b2['text']();return _0x153265['includes']('context_length_exceeded')?Promise['reject'](new tr(Vn(_0x489562,'AI_ERROR_CONTEXT_LENGTH'))):_0x153265['includes']('Moderation')?Promise['reject'](new tr(Vn(_0x489562,'AI_ERROR_MODERATION'))):Promise['reject'](new Error(_0x153265));}}async['prepareMessages'](_0x5a3bc7,_0x4725ff,_0x44d5e6){let _0xc1a69b,_0x982991;return _0x4725ff?(_0xc1a69b='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.',_0x982991='Instruction:\x0a'+_0x5a3bc7+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x4725ff):(_0xc1a69b='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.',_0x982991=_0x5a3bc7),[{'role':'system','content':_0xc1a69b},{'role':'user','content':_0x982991}];}async['_readStreamableResponse'](_0x2d8ad4,_0x2c9e74){const _0x4353e2=_0x2d8ad4['body']['getReader'](),_0x538180=new TextDecoder();let _0xf76471='',_0x288e8e='',_0x19c2b6='',_0x5570c7=!0x1;for(;!_0x5570c7;){const {done:_0x17f999,value:_0x384fa2}=await _0x4353e2['read'](),_0x2d0709=_0xf76471+_0x538180['decode'](_0x384fa2);let _0x4b540='';_0x5570c7=_0x17f999;try{_0x4b540=this['_cleanUpData'](_0x2d0709),_0xf76471='';}catch{_0xf76471=_0x2d0709;continue;}_0x288e8e+=_0x4b540,!_0x5570c7&&this['_isBufferIncomplete'](_0x288e8e)||_0x288e8e&&(_0x19c2b6+=_0x288e8e,_0x288e8e='',_0x2c9e74(_0x19c2b6));}return Promise['resolve']();}async['_readStaticResponse'](_0x102940,_0x466896){return _0x466896((await _0x102940['json']())['choices'][0x0]['message']['content']),Promise['resolve']();}['_isBufferIncomplete'](_0x5b9c95){const _0x4e6437=_0x5b9c95['split']('<')['length']!==_0x5b9c95['split']('>')['length'],_0x2dd2e3=_0x5b9c95['length']<0x1e;return _0x4e6437&&_0x2dd2e3;}['_cleanUpData'](_0xafdfff){return _0xafdfff['split'](/\n(?![^{]*\})/g)['map'](_0x100391=>_0x100391['replace']('data:\x20',''))['filter'](_0x2866f5=>_0x2866f5&&_0x2866f5['length']>0x0&&'[DONE]'!==_0x2866f5)['map'](_0x2a3de7=>{const {choices:_0x1d1e30}=JSON['parse'](_0x2a3de7);if(_0x1d1e30[0x0]?.['delta']?.['content'])return _0x1d1e30[0x0]['delta']['content'];})['filter'](_0x5e83ac=>_0x5e83ac)['join']('');}}class Fn extends we{['_apiUrl'];['_requestHeaders'];['_bedrockClientConfig'];['_requestParameters'];static get['pluginName'](){return'AWSTextAdapter';}constructor(_0x2d54ce){super(_0x2d54ce),_0x2d54ce['config']['get']('ai.assistant.adapter.aws.requestParameters')||_0x2d54ce['config']['define']('ai.assistant.adapter.aws.requestParameters',{'model':'anthropic.claude-v2','max_tokens_to_sample':0x7d0,'temperature':0x1,'top_p':0x1,'top_k':0xfa,'anthropic_version':'bedrock-2023-05-31','stream':!0x0}),this['_apiUrl']=_0x2d54ce['config']['get']('ai.assistant.adapter.aws.apiUrl'),this['_bedrockClientConfig']=_0x2d54ce['config']['get']('ai.assistant.adapter.aws.bedrockClientConfig'),this['_requestHeaders']=_0x2d54ce['config']['get']('ai.assistant.adapter.aws.requestHeaders'),this['_requestParameters']=_0x2d54ce['config']['get']('ai.assistant.adapter.aws.requestParameters');}async['sendRequest']({query:_0x4b4a31,context:_0x595473,onData:_0x447dd4,actionId:_0x2c8519}){const {model:_0x4a2cb0,stream:_0xc644c2,..._0x1c369e}=await this['_prepareRequestParameters'](this['_requestParameters'],_0x2c8519),_0x12a125={'prompt':await this['preparePrompt'](_0x4b4a31,_0x595473,_0x4a2cb0,_0x2c8519),..._0x1c369e};this['_apiUrl']?await this['_processProxyRequest'](_0x12a125,_0x4a2cb0,_0xc644c2,_0x447dd4,_0x2c8519):await this['_processAWSRequest'](_0x12a125,_0x4a2cb0,_0xc644c2,_0x447dd4);}async['preparePrompt'](_0x5ea6d4,_0x6fa892,_0x415207,_0x296f2e){let _0x3b8749,_0x2631e9;return _0x6fa892?(_0x3b8749='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.',_0x2631e9='Instruction:\x0a'+_0x5ea6d4+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x6fa892):(_0x3b8749='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.',_0x2631e9=_0x5ea6d4),'meta.llama'==this['getModelFamily'](_0x415207)?'<<SYS>>\x0a'+_0x3b8749+'\x0a<</SYS>>\x0a[INST]\x0a'+_0x2631e9+'\x0a[/INST]':'Human:\x0a'+_0x3b8749+'\x0a'+_0x2631e9+'\x0a\x0aAssistant:';}['getModelFamily'](_0x2d3f47){if(/^anthropic\.claude/['test'](_0x2d3f47))return'anthropic.claude';if(/^ai21\.j2/['test'](_0x2d3f47))return'ai21.j2';if(/^cohere\.command/['test'](_0x2d3f47))return'cohere.command';if(/^meta\.llama/['test'](_0x2d3f47))return'meta.llama';throw new tr(Vn(this['editor']['locale'],'AI_ERROR_UNSUPPORTED_MODEL',_0x2d3f47));}async['_processProxyRequest'](_0x1cf8f5,_0xf8e0df,_0x43d3f2,_0x19a82a,_0x347f98){const _0x55432b={'method':'POST','headers':await this['_prepareRequestHeaders'](this['_requestHeaders'],_0x347f98),'body':JSON['stringify']({..._0x1cf8f5,'model':_0xf8e0df,'stream':_0x43d3f2}),'signal':this['abortController']['signal']},_0x4dc782=await fetch(this['_apiUrl'],_0x55432b);_0x43d3f2?await this['_readStreamableResponse'](_0x4dc782,_0xf8e0df,_0x19a82a):await this['_readStaticResponse'](_0x4dc782,_0xf8e0df,_0x19a82a);}async['_processAWSRequest'](_0x47a6af,_0x4081d2,_0x28b4e,_0xee42d8){const _0x344dd1=new _0x252a89(this['_bedrockClientConfig']),_0x4a97ef={'body':JSON['stringify'](_0x47a6af),'contentType':'application/json','accept':'application/json','modelId':_0x4081d2};let _0x4c6d89;if(_0x28b4e){const _0x420ec8=new _0x2549c7(_0x4a97ef);_0x4c6d89=await _0x344dd1['send'](_0x420ec8,{'abortSignal':this['abortController']['signal']}),await this['_readAsyncIterableResponse'](_0x4c6d89,_0x4081d2,_0xee42d8);}else{const _0x169235=new _0x46fffb(_0x4a97ef);_0x4c6d89=await _0x344dd1['send'](_0x169235,{'abortSignal':this['abortController']['signal']}),await this['_readStaticResponse'](_0x4c6d89,_0x4081d2,_0xee42d8);}}async['_readAsyncIterableResponse'](_0x583bb9,_0xbd0bbb,_0x1b4046){const _0xcc5667=_0x583bb9['body'],_0xda55cb=new TextDecoder('utf-8');let _0x61b258='';for await(const _0x339392 of _0xcc5667)if(_0x339392['chunk']){const _0x22ab3d=_0xda55cb['decode'](_0x339392['chunk']['bytes']),_0x537016=JSON['parse'](_0x22ab3d);_0x61b258+=this['_getGeneratedText'](_0x537016,_0xbd0bbb),_0x1b4046(_0x61b258);}return Promise['resolve']();}async['_readStreamableResponse'](_0x4dba4c,_0x3c6ae9,_0xbb85c6){const _0x4bb6f2=_0x4dba4c['body'],_0x2b5044=new TextDecoder('utf-8'),_0x1d6816=_0x4bb6f2['getReader']();let _0x32a318='',_0x28a5e9='',_0x48cc87=!0x1;for(;!_0x48cc87;){const {done:_0x446af1,value:_0x88137f}=await _0x1d6816['read']();if(_0x48cc87=_0x446af1,_0x48cc87)break;const _0x16754b=(_0x32a318+_0x2b5044['decode'](_0x88137f))['split']('\x0a')['map'](_0x4df390=>{try{return _0x32a318='',JSON['parse'](_0x4df390);}catch{return _0x32a318=_0x4df390,null;}})['filter'](_0x3e57e7=>null!==_0x3e57e7);_0x16754b['length']&&(_0x28a5e9+=_0x16754b['map'](_0x53e4f6=>this['_getGeneratedText'](_0x53e4f6,_0x3c6ae9))['join'](''),_0xbb85c6(_0x28a5e9));}return Promise['resolve']();}async['_readStaticResponse'](_0x238ae8,_0x271d2c,_0x43749a){let _0x3638b3;return _0x3638b3=_0x238ae8 instanceof Response?await _0x238ae8['json']():JSON['parse'](new TextDecoder('utf-8')['decode'](_0x238ae8['body'])),(_0x43749a(this['_getGeneratedText'](_0x3638b3,_0x271d2c)),Promise['resolve']());}['_getGeneratedText'](_0x43ba40,_0xb6fa6b){switch(this['getModelFamily'](_0xb6fa6b)){case'anthropic.claude':return _0x43ba40['completion'];case'ai21.j2':return _0x43ba40['completions'][0x0]['data']['text'];case'cohere.command':return _0x43ba40['generations'][0x0]['text'];case'meta.llama':return _0x43ba40['generation'];}}}class Qs extends _0xa24b3c{constructor(_0x16717c,_0x31d601={}){super(_0x16717c),this['isToggleable']=!0x0,this['set']('side',_0x31d601['side']||'top');const _0x468368=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-tab-button',..._0x49bfd5(_0x31d601['class']||[]),_0x468368['to']('side',_0x25abde=>'ck-tab-button_'+_0x25abde),_0x468368['to']('class')]}});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class Us extends _0xebef92{['children'];constructor(_0x130f74,_0x557a4e={}){super(_0x130f74);const _0x417967=this['bindTemplate'];this['set']('isVisible',!0x1),this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-tab-panel',..._0x49bfd5(_0x557a4e['class']||[]),_0x417967['to']('class'),_0x417967['if']('isVisible','ck-hidden',_0x3eaeaa=>!_0x3eaeaa)]},'children':this['children']});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class ts extends _0xebef92{['buttonViews']=this['createCollection']();['panelViews']=this['createCollection']();['_tabs']=new Map();constructor(_0x45eaa9,_0x394446={}){super(_0x45eaa9),this['set']('class',void 0x0),this['set']('activeTab',null),this['set']('side',_0x394446['side']||'top'),this['set']('isMaximized',!0x1);const _0x49a8d5=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-tabs',..._0x49bfd5(_0x394446['class']||[]),_0x49a8d5['to']('side',_0x2085c7=>'ck-tabs_'+_0x2085c7),_0x49a8d5['to']('class'),_0x49a8d5['to']('isMaximized',_0xec3253=>_0xec3253?'ck-ai-tabs_maximized':'')],'tabindex':'0'},'children':[{'tag':'div','attributes':{'class':['ck','ck-tabs__buttons-container',_0x49a8d5['to']('side',_0x14c196=>'ck-tabs__buttons-container_'+_0x14c196)]},'children':this['buttonViews']},{'tag':'div','attributes':{'class':['ck','ck-tabs__panels-container',_0x49a8d5['to']('side',_0x3c403a=>'ck-tabs__panels-container_'+_0x3c403a)]},'children':this['panelViews']},..._0x49bfd5(_0x394446['children']||[])]});}['getTabIds'](){return[...this['_tabs']['keys']()];}['getTab'](_0x2d395a){const _0x5c913d=this['_tabs']['get'](_0x2d395a);return _0x5c913d||null;}['addTab'](_0x54578f){const _0x2cd8bd=this['_setupButton']({'id':_0x54578f['id'],'label':_0x54578f['buttonLabel'],'icon':_0x54578f['buttonIcon'],'order':_0x54578f['order']}),_0x18b11a=new Us(this['locale']);return _0x18b11a['render'](),_0x54578f['content']&&_0x18b11a['children']['add'](_0x54578f['content']),this['panelViews']['add'](_0x18b11a),this['_tabs']['set'](_0x54578f['id'],{'button':_0x2cd8bd,'panel':_0x18b11a,'order':void 0x0!==_0x54578f['order']?_0x54578f['order']:null}),this['fire']('addTab:'+_0x54578f['id'],{'id':_0x54578f['id'],'button':_0x2cd8bd,'panel':_0x18b11a}),null===this['activeTab']?this['activateTab'](_0x54578f['id']):this['_hidePanel'](_0x54578f['id']),{'button':_0x2cd8bd,'panel':_0x18b11a};}['activateTab'](_0x190335){if(null!==_0x190335&&!this['getTab'](_0x190335))throw new _0xa14e6e('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x190335});this['activeTab']!==_0x190335&&(this['activeTab']&&this['_hidePanel'](this['activeTab']),this['activeTab']=_0x190335,_0x190335&&this['_showPanel'](_0x190335),this['fire']('activateTab:'+_0x190335,_0x190335));}['showTab'](_0xd12bea){if(!this['getTab'](_0xd12bea))throw new _0xa14e6e('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0xd12bea});this['_showPanel'](_0xd12bea),this['_showButton'](_0xd12bea),this['fire']('show:'+_0xd12bea,_0xd12bea);}['hideTab'](_0x2c85c6){if(!this['getTab'](_0x2c85c6))throw new _0xa14e6e('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x2c85c6});const _0x13b1eb=this['activeTab'];this['_hidePanel'](_0x2c85c6),this['_hideButton'](_0x2c85c6);const _0x60eb32=this['getTabIds']();_0x13b1eb===_0x2c85c6&&_0x60eb32['length']>0x1&&this['activateTab'](_0x60eb32['find'](_0x5f5143=>_0x5f5143!==_0x2c85c6)),this['fire']('hide:'+_0x2c85c6,_0x2c85c6);}['_getPanel'](_0x2a409d){const _0x2c419a=this['_tabs']['get'](_0x2a409d);return _0x2c419a?_0x2c419a['panel']:null;}['_showPanel'](_0x27f4ef){null!==this['activeTab']&&this['activeTab']!==_0x27f4ef||this['_getPanel'](_0x27f4ef)['show']();}['_hidePanel'](_0x4cbe62){const _0x1ebc4d=this['_getPanel'](_0x4cbe62);_0x1ebc4d['isVisible']&&(this['activeTab']===_0x4cbe62&&(this['activeTab']=null),_0x1ebc4d['hide']());}['_getButton'](_0x5c25fb){const _0x441b74=this['_tabs']['get'](_0x5c25fb);return _0x441b74?_0x441b74['button']:null;}['_showButton'](_0x4a9431){this['_getButton'](_0x4a9431)['show']();}['_hideButton'](_0x1628f2){this['_getButton'](_0x1628f2)['hide']();}['_setupButton'](_0x2cba48){const _0x5580e4=new Qs(this['locale'],{'side':this['side']}),_0x5bb1b5=this['buttonViews'];if(_0x5580e4['set']({'label':_0x2cba48['label'],'icon':_0x2cba48['icon'],'tooltip':!0x0,'withText':!0x0}),_0x5580e4['bind']('isOn')['to'](this,'activeTab',_0x37f6b0=>_0x37f6b0===_0x2cba48['id']),_0x5580e4['bind']('side')['to'](this,'side'),_0x2cba48['order']){const _0x383838=[...this['_tabs']]['reduce']((_0x2d18e2,_0x1c97ee)=>{const _0x33a9e0=_0x1c97ee[0x0],{order:_0x2219a1}=_0x1c97ee[0x1];return!_0x2219a1||_0x2219a1>_0x2cba48['order']?_0x2d18e2:_0x2219a1>=_0x2d18e2['order']?{'id':_0x33a9e0,'order':_0x2219a1}:_0x2d18e2;},{'id':'','order':0x0}),_0xef9cf3=_0x5bb1b5['getIndex'](this['_getButton'](_0x383838['id']));_0x5bb1b5['add'](_0x5580e4,_0xef9cf3+0x1);}else _0x5bb1b5['add'](_0x5580e4);return _0x5580e4['on']('execute',()=>{this['activateTab'](_0x2cba48['id']);}),_0x5580e4;}}const di=['overlay','sidebar','custom'],ui=['left','right'];class ai extends ts{constructor(_0x1a283a,_0x55ed86={}){super(_0x1a283a,_0x55ed86),this['set']('type',_0x55ed86['type']||'sidebar'),this['set']('side',_0x55ed86['side']||'right');const _0x3c48f9=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-tabs',_0x3c48f9['if']('type','ck-ai-tabs__overlay',_0x5c89d0=>'overlay'===_0x5c89d0),_0x3c48f9['if']('type','ck-ai-tabs__sidebar',_0x4b7862=>'sidebar'===_0x4b7862)]}}),this['buttonViews']['on']('add',(_0x12d18e,_0x1e52f0)=>{_0x1e52f0['set']('withText',!0x1);});}}class ht extends _0x3cc6c1{['view'];['container']=null;['showResizeButton']=!0x0;static get['pluginName'](){return'AITabs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2163af){super(_0x2163af);const _0x16beae=this['context']['config']['get']('ai.container');if(this['set']('side','right'),!_0x16beae)throw new _0xa14e6e('ai-tabs-configuration-not-found');if(void 0x0!==_0x16beae['showResizeButton']&&(this['showResizeButton']=_0x16beae['showResizeButton']),'sidebar'!==_0x16beae['type']&&'overlay'!==_0x16beae['type']||_0x16beae['side']&&(this['side']=_0x16beae['side']),'sidebar'===_0x16beae['type']){if(this['container']=_0x16beae['element'],this['set']('type','sidebar'),!this['container'])throw new _0xa14e6e('ai-tabs-sidebar-container-element-not-found');}else'overlay'===_0x16beae['type']?(this['container']=document['body'],this['set']('type','overlay')):(this['container']=null,this['set']('type','custom'));this['view']=new ai(this['context']['locale'],{'side':this['side'],'type':this['type']}),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 ot&&this['context']['ui']['focusTracker']['add'](this['view']['element']);}['switchType'](_0x588653){if(_0x588653&&this['type']!==_0x588653){if(!di['includes'](_0x588653))throw new _0xa14e6e('ai-tabs-unsupported-ui-type');this['type']=_0x588653;}}['switchSide'](_0x48ccef){if(_0x48ccef&&this['side']!==_0x48ccef){if(!ui['includes'](_0x48ccef))throw new _0xa14e6e('ai-tabs-unsupported-ui-side');this['side']=_0x48ccef;}}['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']();}}function Yn(_0x451b8c,_0x447d30,_0x16e9cd){const t=_0x451b8c['t'];switch(_0x447d30){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'},_0x16e9cd);case'AI_SUGGESTION_CONTENT_PART_REJECTED':return t({'id':'AI_SUGGESTION_CONTENT_PART_REJECTED','string':'Change\x20was\x20rejected'});case'AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED':return t({'id':'AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED','string':'Change\x20is\x20already\x20applied'});case'AI_SUGGESTION_CONTENT_PART_SHOW_IN_THE_TEXT':return t({'id':'AI_SUGGESTION_CONTENT_PART_SHOW_IN_THE_TEXT','string':'Preview'});case'AI_SUGGESTION_CONTENT_PART_ADD_AS_SUGGESTION':return t({'id':'AI_SUGGESTION_CONTENT_PART_ADD_AS_SUGGESTION','string':'Insert\x20as\x20suggestion'});case'AI_SUGGESTION_CONTENT_PART_DELETE':return t({'id':'AI_SUGGESTION_CONTENT_PART_DELETE','string':'Reject'});case'AI_DISCLAIMER_TEXT':return t({'id':'AI_DISCLAIMER_TEXT','string':'AI\x20can\x20make\x20mistakes.\x20Please\x20double-check\x20responses.'});case'AI_TABS_LABEL_MAXIMIZE':return t({'id':'AI_TABS_LABEL_MAXIMIZE','string':'Maximize'});case'AI_TABS_LABEL_MINIMIZE':return t({'id':'AI_TABS_LABEL_MINIMIZE','string':'Minimize'});case'AI_CHAT_HEADING':return t({'id':'AI_CHAT_HEADING','string':'Chat'});case'AI_CHAT_SOURCES_HEADER':return t({'id':'AI_CHAT_SOURCES_HEADER','string':'Sources'});case'AI_CHAT_UNTITLED_CONVERSATION':return t({'id':'AI_CHAT_UNTITLED_CONVERSATION','string':'Untitled\x20conversation'});case'AI_CHAT_LABEL_NEW_CHAT':return t({'id':'AI_CHAT_LABEL_NEW_CHAT','string':'New\x20chat'});case'AI_CHAT_STOP_GENERATING':return t({'id':'AI_CHAT_STOP_GENERATING','string':'Stop\x20generating'});case'AI_CHAT_IS_WRITING':return t({'id':'AI_CHAT_IS_WRITING','string':'AI\x20is\x20writing...'});case'AI_CHAT_PROMPT_EMPTY_ERROR':return t({'id':'AI_CHAT_PROMPT_EMPTY_ERROR','string':'This\x20field\x20cannot\x20be\x20empty.'});case'AI_CHAT_LABEL_SUBMIT':return t({'id':'AI_CHAT_LABEL_SUBMIT','string':'Submit'});case'AI_CHAT_WELCOME_MESSAGE':return t({'id':'AI_CHAT_WELCOME_MESSAGE','string':'Hi,\x20I\x27m\x20your\x20AI\x20assistant.\x20Think\x20of\x20me\x20as\x20your\x20writing\x20buddy,\x20reviewer,\x20or\x20research\x20partner.\x20I\x20can\x20suggest\x20changes\x20to\x20your\x20document,\x20help\x20generate\x20ideas,\x20offer\x20feedback,\x20discuss\x20attached\x20files,\x20and\x20much\x20more!'});case'AI_CHAT_ABORTED_MESSAGE':return t({'id':'AI_CHAT_ABORTED_MESSAGE','string':'The\x20request\x20was\x20aborted.'});case'AI_CHAT_GENERIC_ERROR':return t({'id':'AI_CHAT_GENERIC_ERROR','string':'Something\x20went\x20wrong\x20while\x20processing\x20your\x20request.\x20Please\x20try\x20again.'});case'AI_CHAT_UNABLE_TO_START_CONVERSATION':return t({'id':'AI_CHAT_UNABLE_TO_START_CONVERSATION','string':'Unable\x20to\x20start\x20conversation.\x20Please\x20make\x20sure\x20you\x20are\x20online\x20and\x20try\x20again.'});case'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE':return t({'id':'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE','string':'Failed\x20to\x20upload\x20files:\x20%0.\x20Please\x20try\x20again.'},_0x16e9cd);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.'},_0x16e9cd);case'AI_CHAT_RESOURCE_LOAD_FAILED':return t({'id':'AI_CHAT_RESOURCE_LOAD_FAILED','string':'Failed\x20to\x20load\x20resource.\x20Please\x20try\x20again.'});case'AI_CHAT_CONTEXT_CURRENT_DOCUMENT':return t({'id':'AI_CHAT_CONTEXT_CURRENT_DOCUMENT','string':'Current\x20document'});case'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT','string':'Remove\x20from\x20context'});case'AI_CHAT_CONTEXT_ADD_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_ADD_CONTEXT','string':'Add\x20context'});case'AI_CHAT_CONTEXT_URL_LABEL':return t({'id':'AI_CHAT_CONTEXT_URL_LABEL','string':'URL'});case'AI_CHAT_CONTEXT_FILE_LABEL':return t({'id':'AI_CHAT_CONTEXT_FILE_LABEL','string':'File'});case'AI_CHAT_CONTEXT_CURRENT_CONTEXT_LABEL':return t({'id':'AI_CHAT_CONTEXT_CURRENT_CONTEXT_LABEL','string':'Current\x20context'});case'AI_CHAT_SEARCH_WEB':return t({'id':'AI_CHAT_SEARCH_WEB','string':'Web\x20search'});case'AI_CHAT_ENABLE_WEB_SEARCH':return t({'id':'AI_CHAT_ENABLE_WEB_SEARCH','string':'Enable\x20web\x20search'});case'AI_CHAT_DISABLE_WEB_SEARCH':return t({'id':'AI_CHAT_DISABLE_WEB_SEARCH','string':'Disable\x20web\x20search'});case'AI_CHAT_REASONING':return t({'id':'AI_CHAT_REASONING','string':'Reasoning'});case'AI_CHAT_ENABLE_REASONING':return t({'id':'AI_CHAT_ENABLE_REASONING','string':'Enable\x20reasoning'});case'AI_CHAT_DISABLE_REASONING':return t({'id':'AI_CHAT_DISABLE_REASONING','string':'Disable\x20reasoning'});case'AI_CHAT_COMMANDS':return t({'id':'AI_CHAT_COMMANDS','string':'Commands'});case'AI_CHAT_SEARCH_RESOURCES':return t({'id':'AI_CHAT_SEARCH_RESOURCES','string':'Search\x20resources'});case'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT','string':'Back\x20to\x20context\x20options'});case'AI_CHAT_CONTEXT_URL_ADD_URL':return t({'id':'AI_CHAT_CONTEXT_URL_ADD_URL','string':'Add\x20URL'});case'AI_CHAT_CONTEXT_URL_PLACEHOLDER':return t({'id':'AI_CHAT_CONTEXT_URL_PLACEHOLDER','string':'Add\x20URL...'});case'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL':return t({'id':'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL','string':'Failed\x20to\x20upload\x20URL:\x20%0.\x20Please\x20try\x20again.'},_0x16e9cd);case'AI_CHAT_CONTEXT_INVALID_DATA':return t({'id':'AI_CHAT_CONTEXT_INVALID_DATA','string':'Invalid\x20context\x20data\x20type\x20for\x20the\x20selected\x20resource.'});case'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE':return t({'id':'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE','string':'Unsupported\x20resource\x20type.\x20Only\x20files\x20and\x20URLs\x20are\x20supported.'});case'AI_CHAT_CONTEXT_URL_EMPTY_ERROR':return t({'id':'AI_CHAT_CONTEXT_URL_EMPTY_ERROR','string':'URL\x20cannot\x20be\x20empty.'});case'AI_CHAT_CONTEXT_URL_INVALID_ERROR':return t({'id':'AI_CHAT_CONTEXT_URL_INVALID_ERROR','string':'Please\x20enter\x20a\x20valid\x20URL.'});case'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR','string':'AI\x20is\x20preparing\x20a\x20response...'});case'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH','string':'AI\x20is\x20searching\x20the\x20web\x20to\x20provide\x20the\x20most\x20accurate\x20answer...'});case'AI_CHAT_FEED_LOADING_MESSAGE_REASONING':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_REASONING','string':'AI\x20is\x20using\x20reasoning\x20to\x20provide\x20the\x20most\x20accurate\x20answer...'});case'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING','string':'AI\x20is\x20using\x20reasoning\x20and\x20searching\x20the\x20web\x20to\x20provide\x20the\x20most\x20accurate\x20answer...'});case'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH':return t({'id':'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH','string':'Scanned\x20the\x20internet\x20for\x20insights'});case'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING':return t({'id':'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING','string':'AI\x20used\x20reasoning\x20to\x20improve\x20the\x20response'});case'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING':return t({'id':'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING','string':'AI\x20used\x20search\x20and\x20reasoning\x20to\x20improve\x20the\x20response'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR','string':'Ask\x20AI\x20anything...'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH','string':'Ask\x20AI\x20anything\x20(web\x20search\x20enabled)...'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING','string':'Ask\x20AI\x20anything\x20(reasoning\x20enabled)...'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING','string':'Ask\x20AI\x20anything\x20(web\x20search\x20and\x20reasoning\x20enabled)...'});case'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT','string':'Preview','plural':'Preview'},_0x16e9cd);case'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT_TOOLTIP','string':'Show\x20change\x20in\x20the\x20document','plural':'Show\x20changes\x20in\x20the\x20document'},_0x16e9cd);case'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION':return t({'id':'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION','string':'Suggest','plural':'Suggest'},_0x16e9cd);case'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION_TOOLTIP','string':'Insert\x20change\x20as\x20suggestion','plural':'Insert\x20changes\x20as\x20suggestions'},_0x16e9cd);case'AI_CHAT_SUGGESTION_ACTION_APPLY_LABEL':return t({'id':'AI_CHAT_SUGGESTION_ACTION_APPLY_LABEL','string':'Apply','plural':'Apply\x20all'},_0x16e9cd);case'AI_CHAT_SUGGESTION_ACTION_APPLY_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_ACTION_APPLY_TOOLTIP','string':'Apply\x20changes\x20immediately','plural':'Apply\x20all\x20changes\x20immediately'},_0x16e9cd);case'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP','string':'More\x20options'},_0x16e9cd);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_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.'},_0x16e9cd);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.'},_0x16e9cd);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.'},_0x16e9cd);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.'},_0x16e9cd);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'},_0x16e9cd);case'AI_BALLOON_APPLY_BUTTON':return t({'id':'AI_BALLOON_APPLY_BUTTON','string':'Apply'});case'AI_BALLOON_SUGGEST_BUTTON':return t({'id':'AI_BALLOON_SUGGEST_BUTTON','string':'Suggest'});case'AI_BALLOON_NEXT_TOOLTIP':return t({'id':'AI_BALLOON_NEXT_TOOLTIP','string':'Next'});case'AI_BALLOON_PREVIOUS_TOOLTIP':return t({'id':'AI_BALLOON_PREVIOUS_TOOLTIP','string':'Previous'});case'AI_SUGGESTION_NO_PARTS_WARNING':return t({'id':'AI_SUGGESTION_NO_PARTS_WARNING','string':'The\x20suggestion\x20can’t\x20be\x20applied\x20to\x20the\x20editor\x20because\x20the\x20system\x20can’t\x20display\x20it\x20correctly..'});case'AI_SUGGESTION_EMPTY_PART_WARNING':return t({'id':'AI_SUGGESTION_EMPTY_PART_WARNING','string':'Some\x20suggestions\x20can’t\x20be\x20applied\x20to\x20the\x20editor\x20because\x20the\x20system\x20can’t\x20display\x20them\x20correctly.'});case'AI_ACTIONS_TRY_AGAIN':return t({'id':'AI_ACTIONS_TRY_AGAIN','string':'Retry'});case'AI_MODEL_DESCRIPTION_AGENT-1':return t({'id':'AI_MODEL_DESCRIPTION_AGENT-1','string':'Automatically\x20selects\x20best\x20model\x20for\x20speed,\x20quality,\x20and\x20cost.'});case'AI_MODEL_DESCRIPTION_GPT-5':return t({'id':'AI_MODEL_DESCRIPTION_GPT-5','string':'OpenAI\x27s\x20flagship\x20model\x20for\x20advanced\x20reasoning,\x20creativity,\x20and\x20complex\x20tasks'});case'AI_MODEL_DESCRIPTION_GPT-5-MINI':return t({'id':'AI_MODEL_DESCRIPTION_GPT-5-MINI','string':'A\x20lightweight\x20version\x20of\x20GPT-5\x20-\x20faster,\x20more\x20cost-efficient'});case'AI_MODEL_DESCRIPTION_GPT-4.1':return t({'id':'AI_MODEL_DESCRIPTION_GPT-4.1','string':'OpenAI\x27s\x20model\x20for\x20reliable\x20reasoning,\x20speed,\x20and\x20versatility'});case'AI_MODEL_DESCRIPTION_GPT-4.1-MINI':return t({'id':'AI_MODEL_DESCRIPTION_GPT-4.1-MINI','string':'A\x20lighter\x20variant\x20of\x20GPT-4.1\x20that\x20balances\x20speed\x20and\x20cost\x20while\x20maintaining\x20solid\x20accuracy'});case'AI_MODEL_DESCRIPTION_CLAUDE-3-5-HAIKU':return t({'id':'AI_MODEL_DESCRIPTION_CLAUDE-3-5-HAIKU','string':'Anthropic\x27s\x20fast,\x20cost-efficient\x20model\x20for\x20simpler\x20tasks'});case'AI_MODEL_DESCRIPTION_CLAUDE-4-SONNET':return t({'id':'AI_MODEL_DESCRIPTION_CLAUDE-4-SONNET','string':'Advanced\x20model\x20with\x20strong\x20reasoning\x20and\x20reliability\x20for\x20complex\x20tasks'});case'AI_MODEL_DESCRIPTION_GEMINI-2-5-PRO':return t({'id':'AI_MODEL_DESCRIPTION_GEMINI-2-5-PRO','string':'Google\x27s\x20advanced\x20model\x20for\x20versatile\x20problem-solving\x20and\x20research'});case'AI_MODEL_DESCRIPTION_GEMINI-2-5-FLASH':return t({'id':'AI_MODEL_DESCRIPTION_GEMINI-2-5-FLASH','string':'Lightweight\x20Gemini\x20model\x20for\x20fast,\x20cost-efficient\x20interactions'});case'AI_REVIEW_MODE_STOP_GENERATING':return t({'id':'AI_REVIEW_MODE_STOP_GENERATING','string':'Stop\x20generating'});case'AI_REVIEW_MODE_HIDE_CHANGES':return t({'id':'AI_REVIEW_MODE_HIDE_CHANGES','string':'Hide\x20changes'});case'AI_REVIEW_MODE_SHOW_CHANGES':return t({'id':'AI_REVIEW_MODE_SHOW_CHANGES','string':'Show\x20changes'});case'AI_REVIEW_MODE_ACCEPT_ALL':return t({'id':'AI_REVIEW_MODE_ACCEPT_ALL','string':'Accept\x20all'});case'AI_REVIEW_MODE_EXIT_REVIEW':return t({'id':'AI_REVIEW_MODE_EXIT_REVIEW','string':'Exit\x20review'});case'AI_REVIEW_MODE_ACCEPT_CHANGE':return t({'id':'AI_REVIEW_MODE_ACCEPT_CHANGE','string':'Accept'});case'AI_REVIEW_MODE_DISMISS_CHANGE':return t({'id':'AI_REVIEW_MODE_DISMISS_CHANGE','string':'Dismiss'});case'AI_REVIEW_MODE_LEARN_MORE':return t({'id':'AI_REVIEW_MODE_LEARN_MORE','string':'Learn\x20more'});case'AI_REVIEW_MODE_COMPLETED_TEXT':return t({'id':'AI_REVIEW_MODE_COMPLETED_TEXT','string':'There\x27s\x20nothing\x20left\x20to\x20review.'});case'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT':return t({'id':'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT','string':'There\x20are\x20no\x20changes\x20to\x20suggest.'});case'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL':return t({'id':'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL','string':'Finish\x20Review'});case'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE':return t({'id':'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE','string':'Review\x20complete.\x20Finish\x20when\x20ready.'});case'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE':return t({'id':'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE','string':'Sorry,\x20we\x20couldn\x27t\x20generate\x20the\x20whole\x20review\x20properly.\x20Please\x20try\x20again\x20in\x20a\x20moment.'});case'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE':return t({'id':'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE','string':'Not\x20everything\x20went\x20through,\x20but\x20the\x20completed\x20items\x20are\x20listed\x20below.'});case'AI_REVIEW_MODE':return t({'id':'AI_REVIEW_MODE','string':'Review'});case'AI_REVIEW_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'});default:return _0x447d30;}}class e extends _0x3cc6c1{['_apiUrl'];['_token'];['_decoder'];static get['requires'](){return['CloudServices'];}static get['pluginName'](){return'AIConnector';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x33a3b9){super(_0x33a3b9),this['context']['config']['define']('ai.serviceUrl','https://ai.cke-cs.com/v1'),this['_apiUrl']=this['context']['config']['get']('ai.serviceUrl'),this['_token']=null,this['_decoder']=new TextDecoder();}['init'](){const _0x4eba0c=this['context']['plugins']['get']('CloudServices');if(!_0x4eba0c['token'])throw new _0xa14e6e('ai-missing-token',this);this['_token']=_0x4eba0c['token'];}['startConversation'](_0x3b2c7f,_0x1da09b){const _0x40ecf8=this['_sendApiRequest']('/conversations','POST',{'id':_0x3b2c7f,'group':_0x1da09b});return{'getConversation':async()=>(await _0x40ecf8['request'])['json'](),'abortController':_0x40ecf8['abortController']};}['queryAssistant']({message:_0x20c94d,conversationId:_0x2e95d7,parts:_0x4b2815,capabilities:_0x3a3f74,model:_0x46e989,quickActionData:_0x2e9ece}){const _0x17cad8={..._0x2e9ece&&{'quickActionData':_0x2e9ece}},_0x41c3b3={'prompt':_0x20c94d,'content':_0x4b2815,'model':_0x46e989,..._0x3a3f74&&{'capabilities':_0x3a3f74},...Object['keys'](_0x17cad8)['length']>0x0&&{'attributes':_0x17cad8}},_0x553e15=this['_sendApiRequest']('/conversations/'+_0x2e95d7+'/messages','POST',_0x41c3b3);return{'getStream':async()=>{const _0x4d4dd6=(await _0x553e15['request'])['body'];return this['_getStreamReader'](_0x4d4dd6);},'abortController':_0x553e15['abortController']};}['executeCustomAction']({content:_0x18e39d,message:_0x4930ec,model:_0x3ee93c,outputFormat:_0x6078d0}){const _0x23b040={'content':[{'type':'text','content':_0x18e39d}],'prompt':_0x4930ec,'model':_0x3ee93c,'outputFormat':_0x6078d0},_0x4a5101=this['_sendApiRequest']('/actions/custom/calls','POST',_0x23b040);return{'getStream':async()=>{const _0x10143e=(await _0x4a5101['request'])['body'];return this['_getStreamReader'](_0x10143e);},'abortController':_0x4a5101['abortController']};}['executeAction']({actionName:_0x465240,content:_0x1cb853,args:_0x51cbcd}){const _0x44d10e={'content':[{'type':'text','content':_0x1cb853}],'args':_0x51cbcd},_0x23afd1=this['_sendApiRequest']('/actions/system/'+_0x465240+'/calls','POST',_0x44d10e);return{'getStream':async()=>{const _0x162401=(await _0x23afd1['request'])['body'];return this['_getStreamReader'](_0x162401);},'abortController':_0x23afd1['abortController']};}['uploadFile'](_0x5e8dc8,_0x4131bd,_0x43afb6){const _0x49eb6b=new FormData();_0x49eb6b['append']('file',_0x4131bd,_0x4131bd['name']),_0x43afb6&&_0x49eb6b['append']('attributes',JSON['stringify'](_0x43afb6));const _0x4581fb=this['_sendApiRequest']('/conversations/'+_0x5e8dc8+'/files','POST',_0x49eb6b);return{'getId':async()=>(await _0x4581fb['request'])['json'](),'abortController':_0x4581fb['abortController']};}['fetchDocument'](_0x47b982,_0x1bf608){const _0x3efbad=this['_sendApiRequest']('/conversations/'+_0x47b982+'/documents/'+_0x1bf608,'GET');return{'getDocument':async()=>(await _0x3efbad['request'])['json'](),'abortController':_0x3efbad['abortController']};}['uploadDocument'](_0x2b21be,_0x2f4ff3,_0x5cf3cd){const _0x225797={'content':_0x2f4ff3};_0x5cf3cd&&(_0x225797['attributes']=_0x5cf3cd);const _0x23e241=this['_sendApiRequest']('/conversations/'+_0x2b21be+'/documents','POST',_0x225797);return{'getId':async()=>(await _0x23e241['request'])['json'](),'abortController':_0x23e241['abortController']};}['fetchConversations'](_0x5e04c1,_0x49d567){const _0x3a76c0=new URLSearchParams();_0x3a76c0['append']('excludeEmpty','true'),_0x3a76c0['append']('limit','100'),_0x3a76c0['append']('group',_0x5e04c1),_0x49d567&&_0x3a76c0['append']('search',_0x49d567);const _0x46011a=this['_sendApiRequest']('/conversations?'+_0x3a76c0['toString'](),'GET');return{'getConversations':async()=>{const _0x4e816c=await _0x46011a['request'];return(await _0x4e816c['json']())['items'];},'abortController':_0x46011a['abortController']};}['deleteConversation'](_0x590594){const _0x49b73f=this['_sendApiRequest']('/conversations/'+_0x590594,'DELETE');return{'execute':async()=>{await _0x49b73f['request'];},'abortController':_0x49b73f['abortController']};}['updateConversation'](_0x52278f,_0x4b3440){const _0x3be933=this['_sendApiRequest']('/conversations/'+_0x52278f,'PATCH',_0x4b3440);return{'getResult':async()=>(await _0x3be933['request'],_0x4b3440),'abortController':_0x3be933['abortController']};}['fetchConversation'](_0x6a151f){const _0x34c25a=this['_sendApiRequest']('/conversations/'+_0x6a151f,'GET');return{'getConversation':async()=>(await _0x34c25a['request'])['json'](),'abortController':_0x34c25a['abortController']};}['fetchConversationMessages'](_0x990f1){const _0x2ca119=this['_sendApiRequest']('/conversations/'+_0x990f1+'/messages','GET');return{'getMessages':async()=>{const _0x2c3654=await _0x2ca119['request'];return(await _0x2c3654['json']())['items'];},'abortController':_0x2ca119['abortController']};}['uploadUrl'](_0x1faf77,_0x77219,_0x2c2238){const _0x36bc68=this['_sendApiRequest']('/conversations/'+_0x1faf77+'/web-resources','POST',{'url':_0x77219,'attributes':_0x2c2238});return{'getId':async()=>(await _0x36bc68['request'])['json'](),'abortController':_0x36bc68['abortController']};}['getModels'](){const _0x3cdc40=this['_sendApiRequest']('/models/1','GET');return{'list':async()=>{const _0xdbd2ba=await(await _0x3cdc40['request'])['json'](),_0x6d801b=_0xdbd2ba['items']['map'](_0x16ec51=>({..._0x16ec51,'description':Yn(this['context']['locale'],'AI_MODEL_DESCRIPTION_'+_0x16ec51['id']['toUpperCase']())}));return{..._0xdbd2ba,'items':_0x6d801b};},'abortController':_0x3cdc40['abortController']};}['deleteFile'](_0x1a7fd5,_0x1923cc){const _0x5f5bfa=this['_sendApiRequest']('/conversations/'+_0x1a7fd5+'/files/'+_0x1923cc,'DELETE');return{'execute':async()=>{await _0x5f5bfa['request'];},'abortController':_0x5f5bfa['abortController']};}['deleteDocument'](_0x27ae1c,_0x3d325d){const _0x4a5b3e=this['_sendApiRequest']('/conversations/'+_0x27ae1c+'/documents/'+_0x3d325d,'DELETE');return{'execute':async()=>{await _0x4a5b3e['request'];},'abortController':_0x4a5b3e['abortController']};}['deleteWebResource'](_0x100d4c,_0x9641b2){const _0x210da3=this['_sendApiRequest']('/conversations/'+_0x100d4c+'/web-resources/'+_0x9641b2,'DELETE');return{'execute':async()=>{await _0x210da3['request'];},'abortController':_0x210da3['abortController']};}['callSystemReview']({reviewName:_0x3fb2e9,content:_0x42f834,args:_0x257535}){const _0x555360=this['_sendApiRequest']('/reviews/system/'+_0x3fb2e9+'/calls','POST',{'content':[{'type':'text','content':_0x42f834}],'args':_0x257535});return{'getStream':async()=>{const _0xe301d4=(await _0x555360['request'])['body'];return this['_getStreamReader'](_0xe301d4);},'abortController':_0x555360['abortController']};}['callCustomReview']({content:_0x41a6b6,prompt:_0x312aa6,model:_0x7d8441}){const _0x1aafd1=this['_sendApiRequest']('/reviews/custom/calls','POST',{'content':[{'type':'text','content':_0x41a6b6}],'prompt':_0x312aa6,'model':_0x7d8441});return{'getStream':async()=>{const _0x4660f1=(await _0x1aafd1['request'])['body'];return this['_getStreamReader'](_0x4660f1);},'abortController':_0x1aafd1['abortController']};}['_sendApiRequest'](_0x14c671,_0x4f01cb,_0x125bec){const _0x3dcbf7=new AbortController(),_0x2142c8=_0x125bec instanceof FormData,_0x5a1109={'Authorization':'Bearer\x20'+this['_token']?.['value']};_0x125bec&&!_0x2142c8&&(_0x5a1109['Content-Type']='application/json');const _0x57edc8={'method':_0x4f01cb,'headers':_0x5a1109,'signal':_0x3dcbf7['signal']};return _0x125bec&&(_0x57edc8['body']=_0x2142c8?_0x125bec:JSON['stringify'](_0x125bec)),{'request':fetch(''+this['_apiUrl']+_0x14c671,_0x57edc8)['catch'](_0x3eac26=>{this['_handleError'](_0x3eac26);})['then'](_0x5e5ed8=>{if(!_0x5e5ed8['ok'])throw new _0xa14e6e('ai-request-failed',this);return _0x5e5ed8;}),'abortController':_0x3dcbf7};}async*['_getStreamReader'](_0x4249ed){const _0x112275=[],_0xfcec49=_0x4249ed['getReader'](),_0x3a1fde=wt({'onError':_0x18c574=>{this['_handleError'](_0x18c574);},'onEvent':_0x566ce0=>{_0x566ce0['data']=JSON['parse'](_0x566ce0['data']),_0x112275['push'](_0x566ce0);}});try{let _0x243584=!0x1;for(;!_0x243584;){const {done:_0x3e45b8,value:_0x291d40}=await _0xfcec49['read']();_0x3e45b8&&(_0x243584=!0x0),_0x3a1fde['feed'](this['_decoder']['decode'](_0x291d40,{'stream':!0x0})),yield*_0x112275,_0x112275['length']=0x0;}}catch(_0x505839){this['_handleError'](_0x505839);}finally{_0xfcec49['releaseLock'](),_0x3a1fde['reset']();}}['_handleError'](_0x5797c7){if(_0x5797c7 instanceof _0xa14e6e)throw _0x5797c7;if(_0x5797c7 instanceof Error&&'AbortError'===_0x5797c7['name'])throw new _0xa14e6e('ai-request-aborted',this,{'originalError':_0x5797c7});throw new _0xa14e6e('ai-request-failed',this,{'originalError':_0x5797c7});}}function As(_0x268e7c,_0xd79cb2){const _0x236255=new _0xa24b3c(_0x268e7c),_0x4c2b5f=Yn(_0x268e7c,'AI_TABS_LABEL_MINIMIZE'),_0x3197bd=Yn(_0x268e7c,'AI_TABS_LABEL_MAXIMIZE');return _0x236255['set']({'withText':!0x1,'icon':_0x26c8fc,'tooltip':!0x0,'class':'ck-ai-tabs__resize\x20ck-ai-button-tertiary-text'}),_0x236255['bind']('label')['to'](_0xd79cb2,'isMaximized',_0x342211=>_0x342211?_0x4c2b5f:_0x3197bd),_0x236255['bind']('icon')['to'](_0xd79cb2,'isMaximized',_0x23e215=>_0x23e215?_0x3107c9:_0x26c8fc),_0x236255['bind']('isOn')['to'](_0xd79cb2,'isMaximized'),_0x236255['on']('execute',()=>{_0xd79cb2['fire']('resizeTabs');}),_0x236255;}function Oe(_0x222e18){return _0x2adc66(_0x222e18);}function Ct(_0x200755){return _0x4b9a76(_0x200755);}function It(_0x32270c,_0xc0e205,_0x5796f9){const _0x584f2e=null!==_0xc0e205?_0x1f2283=>_0x1f2283['attribs'][_0x32270c]===_0xc0e205:_0x23df0b=>Boolean(_0x23df0b['attribs'][_0x32270c]);return mt(_0x5dd458=>_0x42e156(_0x5dd458)&&_0x584f2e(_0x5dd458),_0x5796f9);}function ze(_0x265f5d,_0x4c557c,_0xdf8239){const _0xe3e02b=null!==_0x4c557c?_0xd5e61=>_0xd5e61['attribs'][_0x265f5d]===_0x4c557c:_0x4b31e3=>Boolean(_0x4b31e3['attribs'][_0x265f5d]);return _0x28a1af(_0x2ee3d8=>_0x42e156(_0x2ee3d8)&&_0xe3e02b(_0x2ee3d8),_0xdf8239);}function ft(_0x4e03d0,_0xeb93f2){return _0x4e03d0&&_0x42e156(_0x4e03d0)?_0x4e03d0['attribs'][_0xeb93f2]:null;}function $e(_0x536662,_0x21cbf6,_0x3c61d7){_0x42e156(_0x536662)&&(null===_0x3c61d7?delete _0x536662['attribs'][_0x21cbf6]:_0x536662['attribs'][_0x21cbf6]=_0x3c61d7);}function Ke(_0x2574d9,_0x5258f3,_0x3b78d8){const _0x181768=_0x5258f3['cloneNode'](!0x0);'beforebegin'===_0x3b78d8?_0x2860b0(_0x2574d9,_0x181768):'afterbegin'===_0x3b78d8?to(_0x2574d9,_0x181768):'beforeend'===_0x3b78d8?_0x5a361c(_0x2574d9,_0x181768):'afterend'===_0x3b78d8&&_0x71c555(_0x2574d9,_0x181768);}function Ge(_0x526a6c){const _0x43d724=[];let _0x146421=_0x526a6c;for(;_0x146421;)_0x146421=_0x4f9327(_0x146421),_0x146421&&_0x43d724['push'](_0x146421);return _0x43d724;}function $n(_0x56fb9d){return _0x56fb9d['replace'](/^\s+/gm,'')['replace'](/\s+$/gm,'')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/>\s*</g,'><');}function Pi(_0x8a4ef3){let _0x5c023d=0x0;for(;_0x8a4ef3['parentNode'];)_0x8a4ef3=_0x8a4ef3['parentNode'],_0x5c023d++;return _0x5c023d;}function Gi(_0x3e153d){const _0x4f1f49=[];let _0x172c1e=_0x3e153d['nextSibling'];for(;_0x172c1e;)_0x4f1f49['push'](_0x172c1e),_0x172c1e=_0x172c1e['nextSibling'];_0x4f1f49['forEach'](_0x290c52=>{_0x46c496(_0x290c52);});}class We extends/* #__PURE__ -- @preserve */
25
+ _0x536028(){['_m2html'];constructor(){super(),this['_m2html']=new _0x174684();}['convertMarkdownToHTML'](_0x12cd8c){const _0x357264=this['_m2html']['parse'](_0x12cd8c);return this['parseAndNormalizeHTML'](_0x357264);}['parseAndNormalizeHTML'](_0x5f512f){return this['_parseHTML'](_0x5f512f);}['_parseHTML'](_0x8d54f0){const _0x51866b=Oe('<dummy>'+_0x8d54f0['replace'](/^\t+/gm,'\x20')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/<[^>]*?$/g,'')+'</dummy>');return _0x51866b['children']=_0x51866b['children'][0x0]['children'],_0x51866b;}}class qe extends/* #__PURE__ -- @preserve */
26
+ _0x536028(){['_generateUid'];['_touchedNodesState']={'newIds':[],'modifiedIds':[],'removedIds':[],'invalidIds':[],'lastTouchedId':null};['_existingDataIds']=new Set();constructor(_0x5e01fa){super(),this['_generateUid']=_0x5e01fa||_0x48375a;}['merge'](_0x33589d,_0x532a57,_0x29a574){const _0x2398dc=_0x33589d['cloneNode'](!0x0);if(0x0===_0x532a57['childNodes']['length']){const _0x35856b=[];return ze('data-id','new-element',_0x2398dc)['forEach'](_0x4de793=>{const _0x14af96=this['_generateUid']();$e(_0x4de793,'data-id',_0x14af96),_0x35856b['push'](_0x14af96);}),this['_removeSpecialComments'](_0x2398dc),{'parsedContent':_0x2398dc,'newNodeIds':_0x35856b,'modifiedNodeIds':[],'removedNodeIds':[]};}_0x29a574&&_0x29a574['markUnstableElements']&&this['_markLastTagElementUnstable'](_0x2398dc),this['_touchedNodesState']['newIds']=[],this['_touchedNodesState']['modifiedIds']=[],this['_touchedNodesState']['removedIds']=[],this['_touchedNodesState']['invalidIds']=[],this['_touchedNodesState']['lastTouchedId']=null,this['_existingDataIds']=new Set(ze('data-id',null,_0x532a57)['map'](_0x485122=>ft(_0x485122,'data-id'))['filter'](_0x53e00e=>!!_0x53e00e));let _0xd0c4d5=-0x1,_0x26da28=!0x1;const _0xacd0b1=_0x2398dc['childNodes'],_0x23ac75=Array['from'](_0xacd0b1)['filter'](_0x2d50cf=>!(0x3===_0x2d50cf['nodeType']&&''===Ct(_0x2d50cf)['trim']())),_0x16736a=_0x23ac75['length'];for(let _0x291003=0x0;_0x291003<_0x16736a;_0x291003++){const _0x33b480=_0x23ac75[_0x291003],_0xeb8e0c=_0x23ac75[_0x291003+0x1];if(this['_isNewNode'](_0x33b480)){if(-0x1===_0xd0c4d5&&(_0xd0c4d5=_0x291003),this['_markWrappedElements'](_0x33b480),!this['_isNewNode'](_0xeb8e0c)){const [_0xbf016d,_0x114de2]=this['_findReferenceNode'](_0x33b480,_0x26da28,_0x532a57);if(_0xbf016d){const _0x35b7e9=Array['from'](_0x23ac75)['slice'](_0xd0c4d5,_0x291003+0x1);this['_insertNodes'](_0xbf016d,_0x35b7e9,_0x114de2),_0xd0c4d5=-0x1;}}}else{if(this['_isExistingContentComment'](_0x33b480))_0x26da28=!0x0;else{if(this['_isExistingNode'](_0x33b480)){const _0x54ace3=ft(_0x33b480,'data-id');if(_0x54ace3&&this['_existingDataIds']['has'](_0x54ace3)){const _0x453a37=It('data-id',_0x54ace3,_0x532a57);this['_replaceNode'](_0x453a37,_0x33b480);}if(this['_touchedNodesState']['removedIds']['includes'](_0x54ace3)){const _0x380261=this['_touchedNodesState']['removedIds']['indexOf'](_0x54ace3);this['_touchedNodesState']['removedIds']['splice'](_0x380261,0x1);}}else{if(this['_isDelNode'](_0x33b480)){const _0x23fd35=ft(_0x33b480,'data-id');this['_touchedNodesState']['modifiedIds']['includes'](_0x23fd35)||this['_storeDeletedElementIds'](_0x33b480);}}}}}for(const _0x2a5764 of this['_touchedNodesState']['removedIds']){const _0x2603ca=It('data-id',_0x2a5764,_0x532a57);if(_0x2603ca){if(_0x29a574&&_0x29a574['replaceRemovedWith']){this['_touchedNodesState']['lastTouchedId']=_0x2a5764;const _0x25737e=_0x29a574['replaceRemovedWith']['cloneNode'](!0x0);$e(_0x25737e,'data-id',_0x2a5764),$e(_0x25737e,'data-removed','true'),_0x255b5e(_0x2603ca,_0x25737e);}else _0x46c496(_0x2603ca);}}if(ze('data-wrapped-id',null,_0x532a57)['forEach'](_0x517ac2=>{const _0x4a42d7=It('data-id',ft(_0x517ac2,'data-wrapped-id'),_0x532a57);var _0x20a56e,_0x3f18a8;_0x4a42d7&&(_0x3f18a8=_0x517ac2,_0x46c496(_0x20a56e=_0x4a42d7),_0x255b5e(_0x3f18a8,_0x20a56e));}),ze('data-id','new-element',_0x532a57)['forEach'](_0x15a486=>{const _0x2a8596=this['_getUid'](_0x15a486);$e(_0x15a486,'data-id',_0x2a8596),this['_touchedNodesState']['newIds']['push'](_0x2a8596);}),this['_removeSpecialComments'](_0x532a57),_0x29a574&&_0x29a574['markUnstableElements']&&this['_markUnstableElements'](_0x532a57,_0x29a574['markUnstableElementsDepth']||0x0),_0x29a574&&_0x29a574['cutAfterLastChange']&&this['_touchedNodesState']['lastTouchedId']){let _0x296141=It('data-id',this['_touchedNodesState']['lastTouchedId'],_0x532a57);for(;_0x296141;)Gi(_0x296141),_0x296141=_0x296141['parentNode'];}return{'parsedContent':_0x532a57,'newNodeIds':this['_touchedNodesState']['newIds'],'modifiedNodeIds':this['_touchedNodesState']['modifiedIds'],'removedNodeIds':this['_touchedNodesState']['removedIds']};}['_insertNodes'](_0x4fc7cd,_0xda2a73,_0x5ae855){for(const _0x215c2f of _0xda2a73){const _0x26f049=this['_getUid'](_0x215c2f);$e(_0x215c2f,'data-id',_0x26f049),this['_touchedNodesState']['newIds']['push'](_0x26f049),this['_touchedNodesState']['lastTouchedId']=_0x26f049;}const _0x297dc6='afterbegin'===_0x5ae855||'afterend'===_0x5ae855?_0xda2a73['reverse']():_0xda2a73;for(const _0x29ba3d of _0x297dc6)Ke(_0x4fc7cd,_0x29ba3d,_0x5ae855);}['_replaceNode'](_0x4e0c61,_0xe6a854){if(!_0x4e0c61)return;if(_0x1502b1=_0xe6a854,$n(Ct(_0x4e0c61))===$n(Ct(_0x1502b1)))return;var _0x1502b1;const _0x8e0ff=this['_getUid'](_0x4e0c61);$e(_0xe6a854,'data-id',_0x8e0ff),this['_touchedNodesState']['modifiedIds']['push'](_0x8e0ff),this['_touchedNodesState']['lastTouchedId']=_0x8e0ff,_0x255b5e(_0x4e0c61,_0xe6a854['cloneNode'](!0x0));}['_findReferenceNode'](_0xe3fa1,_0x46e85a,_0x1bdddb){const _0x1dccc4=this['_findPrevElementWithDataId'](_0xe3fa1,!0x1);if(_0x1dccc4){const _0x5e2703=this['_getNodeDataId'](_0x1dccc4),_0x1fa39d=It('data-id',_0x5e2703,_0x1bdddb);if(_0x1fa39d)return[_0x1fa39d,'afterend'];this['_touchedNodesState']['invalidIds']['push'](_0x5e2703);}const _0x2b5355=this['_findNextElementWithDataId'](_0xe3fa1,!0x1);if(_0x2b5355){const _0x327573=this['_getNodeDataId'](_0x2b5355),_0x19e13f=It('data-id',_0x327573,_0x1bdddb);if(_0x19e13f)return[_0x19e13f,'beforebegin'];this['_touchedNodesState']['invalidIds']['push'](_0x327573);}return _0x46e85a?_0xe3fa1['nextSibling']?this['_findFallbackReferenceNode'](_0xe3fa1,_0x1bdddb):[_0x1bdddb['childNodes'][_0x1bdddb['childNodes']['length']-0x1],'afterend']:[_0x1bdddb['childNodes'][0x0],'beforebegin'];}['_findFallbackReferenceNode'](_0x3f502a,_0x39c971){const _0x466787=[],_0x1123bb=this['_findPrevElementWithDataId'](_0x3f502a,!0x0);if(_0x1123bb){const _0x54dba5=It('data-id',this['_getNodeDataId'](_0x1123bb),_0x39c971);_0x54dba5&&_0x466787['push']([_0x54dba5,'afterend']);}const _0x556e65=this['_findNextElementWithDataId'](_0x3f502a,!0x0);if(_0x556e65){const _0x5c8691=It('data-id',this['_getNodeDataId'](_0x556e65),_0x39c971);_0x5c8691&&_0x466787['push']([_0x5c8691,'beforebegin']);}if(_0x466787['length']>0x1)return Pi(_0x466787[0x0][0x0])<=Pi(_0x466787[0x1][0x0])?_0x466787[0x0]:_0x466787[0x1];return 0x1===_0x466787['length']?_0x466787[0x0]:[_0x39c971['lastChild'],'afterend'];}['_findNextElementWithDataId'](_0x38ea9d,_0x24aeaf){let _0x52fc8f=_0x38ea9d['nextSibling'],_0x36802d=null,_0x2fbd00=!0x1;for(;_0x52fc8f;){if(_0x31922d(_0x52fc8f)){if(this['_isDelNode'](_0x52fc8f)&&(_0x36802d=_0x52fc8f),this['_isExistingContentComment'](_0x52fc8f)&&_0x24aeaf&&!_0x2fbd00){_0x2fbd00=!0x0,_0x52fc8f=_0x52fc8f['nextSibling'];continue;}break;}const _0x481c52=ft(_0x52fc8f,'data-id');if(_0x481c52&&'new-element'!==_0x481c52&&this['_existingDataIds']['has'](_0x481c52)){_0x36802d=_0x52fc8f;break;}_0x52fc8f=_0x52fc8f['nextSibling'];}return _0x36802d;}['_findPrevElementWithDataId'](_0x31d568,_0x186801){let _0x18e272=_0x31d568['previousSibling'],_0x16d338=null,_0x185e05=!0x1;for(;_0x18e272;){if(_0x31922d(_0x18e272)){if(this['_isDelNode'](_0x18e272)&&(_0x16d338=_0x18e272),this['_isExistingContentComment'](_0x18e272)&&_0x186801&&!_0x185e05){_0x185e05=!0x0,_0x18e272=_0x18e272['previousSibling'];continue;}break;}const _0x46fc7f=ft(_0x18e272,'data-id');if(_0x46fc7f&&'new-element'!==_0x46fc7f&&this['_existingDataIds']['has'](_0x46fc7f)){_0x16d338=_0x18e272;break;}_0x18e272=_0x18e272['previousSibling'];}return _0x16d338;}['_markWrappedElements'](_0x177e2f){_0x42e156(_0x177e2f)&&ze('data-id',null,_0x177e2f)['forEach'](_0x5bea32=>{this['_isExistingNode'](_0x5bea32)&&!this['_hasWrappedParent'](_0x5bea32)&&($e(_0x5bea32,'data-wrapped-id',ft(_0x5bea32,'data-id')),$e(_0x5bea32,'data-id',null));});}['_getNodeDataId'](_0x13b18e){if(!_0x13b18e)return null;if(_0x42e156(_0x13b18e))return ft(_0x13b18e,'data-id');if(_0x31922d(_0x13b18e)){const _0x5e0b36=Ct(_0x13b18e)['match'](/removed[\s*-]data-id="([^"]+)"/);if(_0x5e0b36&&_0x5e0b36[0x1])return _0x5e0b36[0x1];}return null;}['_storeDeletedElementIds'](_0x22ac2d){if(_0x31922d(_0x22ac2d)){const _0x24aaac=Ct(_0x22ac2d)['match'](/removed[\s*-]data-id="([^"]+)"/);_0x24aaac&&_0x24aaac[0x1]&&this['_touchedNodesState']['removedIds']['push'](_0x24aaac[0x1]);}}['_getUid'](_0x5b6ae5){return this['_isExistingNode'](_0x5b6ae5)?ft(_0x5b6ae5,'data-id'):this['_generateUid']();}['_removeSpecialComments'](_0x3ce8d4){(function(_0x52923a){return _0x3846b4(_0x5e2390=>_0x31922d(_0x5e2390),_0x52923a,!0x0,0x1/0x0);}(_0x3ce8d4)['filter'](_0x2bb23b=>this['_isDelNode'](_0x2bb23b)||this['_isExistingContentComment'](_0x2bb23b))['forEach'](_0x3b8e20=>{_0x46c496(_0x3b8e20);}));}['_markLastTagElementUnstable'](_0x2fbeae){const _0x38f0ab=_0x2fbeae['childNodes'],_0x5aca1f=_0x38f0ab[_0x38f0ab['length']-0x1];_0x5aca1f&&_0x42e156(_0x5aca1f)&&$e(_0x5aca1f,'data-unstable','true');}['_markUnstableElements'](_0x1aca72,_0x230d0c){const _0x2a8bca=It('data-unstable','true',_0x1aca72);if(!_0x2a8bca)return;const _0x135d18=Ge(_0x2a8bca)['slice'](0x0,-0x1),_0x59a2b6=_0x135d18['length'];let _0x1f3700=_0x2a8bca;if(_0x59a2b6>_0x230d0c){let _0x30f27b=_0x59a2b6,_0xbdf4c5=null;for(;_0x30f27b>_0x230d0c&&_0x30f27b>=0x0;)_0x30f27b--,_0xbdf4c5=_0x135d18[_0x30f27b];_0xbdf4c5&&(_0x1f3700=_0xbdf4c5,$e(_0x2a8bca,'data-unstable',null),$e(_0xbdf4c5,'data-unstable','true'));}else{if(_0x59a2b6<_0x230d0c){let _0x2850fd=_0x59a2b6,_0x3130f9=_0x2a8bca;for(;_0x2850fd<_0x230d0c;){const _0x9cad20=_0x3130f9['childNodes']['filter'](_0x1f9eb9=>_0x42e156(_0x1f9eb9));if(0x0===_0x9cad20['length'])break;_0x2850fd++,_0x3130f9=_0x9cad20[_0x9cad20['length']-0x1];}_0x3130f9&&(_0x1f3700=_0x3130f9,$e(_0x2a8bca,'data-unstable',null),$e(_0x3130f9,'data-unstable','true'));}}let _0x1d56d2=_0x1f3700;for(;_0x1d56d2;){for(;_0x1d56d2['nextSibling'];)_0x1d56d2=_0x1d56d2['nextSibling'],_0x42e156(_0x1d56d2)&&$e(_0x1d56d2,'data-unstable','true');_0x1d56d2=_0x1d56d2['parentNode'];}}['_isNewNode'](_0x2ab386){return Boolean('new-element'===ft(_0x2ab386,'data-id'));}['_isExistingNode'](_0x15d81e){return Boolean((ft(_0x15d81e,'data-id')||'')['length']>0x0&&'new-element'!==ft(_0x15d81e,'data-id'));}['_isDelNode'](_0x28aea8){return!!_0x28aea8&&Boolean(_0x31922d(_0x28aea8)&&Ct(_0x28aea8)['match'](/removed[\s*-]data-id="[^"]+"/));}['_hasWrappedParent'](_0x3916d1){let _0x36ddc4=_0x3916d1['parentNode'];for(;_0x36ddc4;){if(ft(_0x36ddc4,'data-wrapped-id'))return!0x0;_0x36ddc4=_0x36ddc4['parentNode'];}return!0x1;}['_isExistingContentComment'](_0x14e075){return Boolean(_0x31922d(_0x14e075)&&Ct(_0x14e075)['match'](/\s*existing[\s*-](content|document)\s*/g));}}const qn=['modification-delta','text-delta'],Qn=['reasoning'];class pe extends _0x536028(){['id'];['interactionId'];['type'];['sources']=[];['parsedContent']=new _t([]);['parsedMergedContent']=new _t([]);['changeGroups']=[];['areActionsDisabled']=!0x1;['documentContextContent'];['aiResponseParser'];['aiResponseApplier'];['editor'];constructor({type:_0x909245,content:_0x455deb='',isDone:_0x136220=!0x1,interactionId:_0x4d4f96,areActionsDisabled:_0x32b6fe,documentContextContent:_0x575bff,editor:_0x198163}){super(),this['id']=_0x48375a(),this['interactionId']=_0x4d4f96,this['type']=_0x909245,this['areActionsDisabled']=!!_0x32b6fe,this['editor']=_0x198163,this['aiResponseParser']=new We(),this['aiResponseApplier']=new qe(),this['documentContextContent']=Oe(_0x575bff||''),this['set']('isDone',_0x136220),this['on']('change:content',()=>{this['onContentChange']();}),this['set']('content',_0x455deb);}['appendContent'](_0x5576a7){this['set']('content',this['content']+_0x5576a7);}['done'](){this['isDone']||(this['set']('isDone',!0x0),this['onContentChange']());}['destroy'](){this['stopListening']();}['setChangeGroupState'](_0x493084,_0x34e592){this['changeGroups'][_0x493084]['state']=_0x34e592,this['fire']('replyChangeGroupStateUpdated',{'reply':this,'index':_0x493084,'state':_0x34e592});}['onContentChange'](){if('modification-delta'===this['type']){this['parsedContent']=this['aiResponseParser']['parseAndNormalizeHTML'](this['content']);const _0x26fd07=this['changeGroups'];this['updateChangeGroups']();const _0x4963b5=this['_getDifferentChangeGroups'](_0x26fd07,this['changeGroups']);(_0x4963b5['length']||this['isDone'])&&this['fire']('replyContentUpdated',this,_0x4963b5);}else this['parsedContent']=this['aiResponseParser']['convertMarkdownToHTML'](this['content']),this['fire']('replyContentUpdated',this);}['_getDifferentChangeGroups'](_0x2b7a0a,_0x223803){const _0x4a70d5=[];for(const _0x3ac396 of _0x223803){const _0x3801a3=_0x2b7a0a[_0x3ac396['index']];_0x3801a3?_0x3801a3['changes']['length']!==_0x3ac396['changes']['length']?_0x4a70d5['push'](_0x3ac396):_0x3801a3['changes']['forEach']((_0x366a34,_0x348986)=>{const _0xf48e24=_0x3ac396['changes'][_0x348986];_0x366a34['id']!==_0xf48e24['id']&&_0x4a70d5['push'](_0x3ac396);}):_0x4a70d5['push'](_0x3ac396);}return _0x4a70d5;}['updateChangeGroups'](){const _0x540a21=new _0x3bc3e5('p',{},[new _0x3bc3e5('span',{'style':'color:\x20#808080;\x20font-style:\x20italic'},[new _0x29195d('Removed\x20content.\x20Use\x20\x22Show\x20changes\x22\x20to\x20learn\x20more.')])]),_0x5ca0d8=this['aiResponseApplier']['merge'](this['parsedContent'],this['documentContextContent']['cloneNode'](!0x0),{'markUnstableElements':!this['isDone'],'replaceRemovedWith':_0x540a21,'cutAfterLastChange':!this['isDone']});if(!_0x5ca0d8['modifiedNodeIds']['length']&&!this['isDone'])return;this['parsedMergedContent']=_0x5ca0d8['parsedContent'];let _0x16d8f7=[];if(_0x28a1af(_0x502ab2=>{const _0x1604ee=ft(_0x502ab2,'data-id');if(!_0x1604ee||!_0xebb9fd(_0x1604ee))return!0x1;const _0x90a049=[_0x502ab2,...Ge(_0x502ab2)]['at'](-0x2);if(_0x502ab2!=_0x90a049){const _0x4f1052=ft(_0x90a049,'data-id');_0xebb9fd(_0x4f1052)||(_0x16d8f7['push']({'node':_0x90a049,'id':_0x4f1052,'type':'modified'}),_0x5ca0d8['modifiedNodeIds']['push'](_0x4f1052));}else _0x5ca0d8['modifiedNodeIds']['includes'](_0x1604ee)?_0x16d8f7['push']({'node':_0x502ab2,'type':'modified','id':_0x1604ee}):_0x5ca0d8['newNodeIds']['includes'](_0x1604ee)?_0x16d8f7['push']({'node':_0x502ab2,'type':'new','id':_0x1604ee,'anchorId':ft(_0x502ab2['previousSibling'],'data-id')}):_0x16d8f7['push']({'node':_0x502ab2,'type':'removed','id':_0x1604ee});return!0x0;},this['parsedMergedContent']),_0x16d8f7=_0x16d8f7['filter'](({node:_0x48551e})=>[...Ge(_0x48551e),_0x48551e]['every'](_0x3b1a2a=>!ft(_0x3b1a2a,'data-unstable'))),0x0==_0x16d8f7['length'])return;const _0x16d923=[[_0x16d8f7[0x0]]];for(let _0x46b705=0x1;_0x46b705<_0x16d8f7['length'];_0x46b705++){const _0x4f1577=_0x16d923[_0x16d923['length']-0x1],_0x3e8668=_0x4f1577[_0x4f1577['length']-0x1];_0x16d8f7[_0x46b705]['node']['previousSibling']==_0x3e8668['node']&&'modified'!=_0x16d8f7[_0x46b705]['type']&&'modified'!=_0x3e8668['type']?_0x4f1577['push'](_0x16d8f7[_0x46b705]):_0x16d923['push']([_0x16d8f7[_0x46b705]]);}for(const _0x3d90a8 of _0x16d923){const _0x27f4bb=_0x3d90a8[0x0],_0x11cd9c=_0x3d90a8[_0x3d90a8['length']-0x1],_0xbbb1e9=_0x36b1a7(_0x27f4bb['node']['previousSibling']);_0xbbb1e9&&_0x3d90a8['unshift'](_0xbbb1e9);const _0x5a61b0=_0x36b1a7(_0x11cd9c['node']['nextSibling']);_0x5a61b0&&_0x3d90a8['push'](_0x5a61b0);}function _0xebb9fd(_0x3fd6c2){return _0x5ca0d8['modifiedNodeIds']['includes'](_0x3fd6c2)||_0x5ca0d8['newNodeIds']['includes'](_0x3fd6c2)||_0x5ca0d8['removedNodeIds']['includes'](_0x3fd6c2);}function _0x36b1a7(_0x4a35d3){if(_0x4a35d3&&ft(_0x4a35d3,'data-id')&&!ft(_0x4a35d3,'data-unstable')){const _0x4cf71a=ft(_0x4a35d3,'data-id');if(!_0xebb9fd(_0x4cf71a))return{'node':_0x4a35d3,'type':'context','id':_0x4cf71a};}return null;}this['changeGroups']=_0x16d923['map']((_0x5b3c81,_0x56a722)=>({'changes':_0x5b3c81,'state':'pending','index':_0x56a722}));}}function Fi(_0x349202){return Object['values'](qn)['includes'](_0x349202);}function Di(_0x22ffd2){return Qn['includes'](_0x22ffd2);}function Ui(_0x5a0212){return'conversation-title'===_0x5a0212;}function qi(_0x907d){return'source'===_0x907d;}const ue=['interactionCreated','interactionStarted','interactionStopped','interactionFinished','interactionDestroyed','replyCreated','replyContentUpdated','replyChangeGroupStateUpdated','setConversationTitle','error'];class me extends _0x5a5836(){['id'];['replies']=[];['currentReply'];['currentRequest'];['connector'];['isStopped']=!0x1;['isDestroyed']=!0x1;['editor'];constructor({connector:_0x322aa2,editor:_0xf1d62e}){super(),this['id']=_0x48375a(),this['connector']=_0x322aa2,this['isStopped']=!0x0,this['editor']=_0xf1d62e;}async['start'](){let _0x37b2bc;this['isStopped']=!0x1;try{this['currentRequest']=await this['sendRequest'](),this['fire']('interactionStarted',this);const _0x2dd14f=await this['currentRequest']['getStream'](),_0xe1dae1=[];for await(const _0x64f507 of _0x2dd14f){if(this['isStopped'])return;if('error'===_0x64f507['event'])return void this['fire']('error',{'error':new _0xa14e6e('ai-chat-interaction-error',this)});Ui(_0x64f507['event'])&&this['setConversationTitle'](_0x64f507['data']['conversationTitle'],!0x0),qi(_0x64f507['event'])?_0xe1dae1['push'](_0x64f507['data']['source']):Fi(_0x64f507['event'])?(_0x64f507['event']!==_0x37b2bc&&(this['currentReply']&&this['currentReply']['done'](),this['currentReply']=this['createReply']({'type':_0x64f507['event'],'interactionId':this['id']}),_0xe1dae1['length']>0x0&&(this['currentReply']['sources']=_0xe1dae1['splice'](0x0)),_0x37b2bc=_0x64f507['event']),this['currentReply']['appendContent'](_0x64f507['data']['textDelta'])):Di(_0x64f507['event'])||_0x49365e('ai-interaction-invalid-event-type',{'chunk':_0x64f507});}}finally{this['isStopped']||(this['_finalizeInteraction'](),this['fire']('interactionFinished',this));}}['stop'](){this['isStopped']||(this['_finalizeInteraction'](),this['fire']('interactionStopped',this));}['getReply'](_0x3bc134){return this['replies']['find'](_0x3992cf=>_0x3992cf['id']===_0x3bc134);}['destroy'](){this['isDestroyed']||(this['stop'](),this['replies']['forEach'](_0x2b26cc=>_0x2b26cc['destroy']()),this['replies']=[],this['isDestroyed']=!0x0,this['fire']('interactionDestroyed',this),this['stopListening']());}['createReply'](_0x54ae98){const _0x58fbef=new pe({'editor':this['editor'],'documentContextContent':this['getDocumentContext']()?.['content'],..._0x54ae98});return this['replies']['push'](_0x58fbef),_0x58fbef['delegate'](...ue)['to'](this),this['fire']('replyCreated',_0x58fbef),_0x58fbef;}['setConversationTitle'](_0x10383a,_0x2486e3=!0x1){this['fire']('setConversationTitle',_0x10383a,_0x2486e3);}['_finalizeInteraction'](){this['isStopped']=!0x0,this['currentRequest']&&this['currentRequest']['abortController']['abort'](),this['currentReply']&&this['currentReply']['done'](),this['currentRequest']=this['currentReply']=void 0x0;}}var de=function(_0x14fb0d){return _0x14fb0d['FILE']='file',_0x14fb0d['DOCUMENT']='document',_0x14fb0d['URL']='web-resource',_0x14fb0d['TEXT']='text',_0x14fb0d['SELECTION']='selection',_0x14fb0d;}({}),Ie=function(_0x2c4e83){return _0x2c4e83['TEXT']='text',_0x2c4e83['MARKDOWN']='markdown',_0x2c4e83['HTML']='html',_0x2c4e83;}({});const wi=['contextItemAdded','contextItemRemoved','contextItemLoadingEnded','contextSent','error','addContextOptionsChanged','sourceResourcesLoaded','resourceStateChanged','uploadProgressChanged'];class mi extends _0x536028(){['_connector'];['_config'];['_ownerId'];constructor({connector:_0x3c407a,config:_0x21317f,ownerId:_0x2e5648}){super(),this['_connector']=_0x3c407a,this['_config']=_0x21317f,this['_ownerId']=_0x2e5648;}['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'](_0x82f75c){const _0x51f212=await this['_createContextItemFromContent'](_0x82f75c);return this['_addToConversationContextItem'](_0x51f212),'current-document'===_0x51f212['uiId']&&this['_toggleAddCurrentDocumentOptionVisibility'](),_0x51f212;}async['_createContextItemFromContent'](_0x336a57){if(_0x336a57['type']===de['DOCUMENT']){const _0x157a2c=await this['_connector']['fetchDocument'](this['_ownerId'],_0x336a57['id'])['getDocument']();return{'id':'current-document','uiId':'current-document','label':'Current\x20document','type':_0x336a57['type'],'content':_0x157a2c['content'],'hidden':this['_conversationContextItems']['has']('current-document'),'version':_0x157a2c['attributes']?.['version'],'sessionId':_0x157a2c['attributes']?.['sessionId']};}return{'id':_0x336a57['id'],'uiId':_0x336a57['id'],'label':_0x336a57['attributes']?.['label']||_0x336a57['name']||_0x336a57['url']||_0x336a57['id'],'type':_0x336a57['type'],..._0x336a57?.['attributes']?.['resourceId']?{'resourceId':_0x336a57['attributes']?.['resourceId']}:{}};}['getSentContextItems'](){return new Map(this['_conversationContextItems']);}['removeFromContext'](_0x32d170){const _0x583cbd=this['_pendingContextItems']['get'](_0x32d170);_0x583cbd?.['isReadOnly']||this['_removeContextItem'](_0x32d170);}['clearPendingContextItems'](){if(0x0===this['_pendingContextItems']['size'])return;for(const _0x4f4dc1 of this['_pendingContextItems']['values']())this['_removeContextItem'](_0x4f4dc1['uiId']);const _0x1c410d=this['_conversationContextItems']['get']('current-document')||this['_pendingContextItems']['get']('current-document');_0x1c410d&&this['_addContextItem']({..._0x1c410d,'isReadOnly':!0x0,'hidden':!0x0});}['addToConversationContext'](_0x36a180){for(const _0x3b4437 of _0x36a180['values']())this['_addToConversationContextItem'](_0x3b4437);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'](_0x491b77){return Array['from'](_0x491b77['values']())['map'](_0x412010=>this['_mapContextItemToRequestData'](_0x412010))['filter'](_0x41a695=>null!==_0x41a695);}async['addFilesToContext'](_0x2bf5c1,_0x49cedc,_0x341fad=de['FILE']){const _0x11c91d='files-'+_0x48375a();this['_startUploadOperation'](_0x11c91d);try{await Promise['all'](_0x2bf5c1['map'](async _0x56d4cd=>{const _0x345192='file-'+_0x48375a(),_0x49a375=_0x5453ce(_0x56d4cd['name']);try{this['_addContextItem']({'type':_0x341fad,'label':_0x49cedc?.['label']||_0x49a375,'uiId':_0x345192,'resourceId':_0x49cedc?.['resourceId']},!0x0);const _0x3d1b77=this['_connector']['uploadFile'](this['_ownerId'],_0x56d4cd,_0x49cedc);this['_ongoingUploads']['set'](_0x345192,_0x3d1b77['abortController']);const {id:_0x4ade05}=await _0x3d1b77['getId']();this['_ongoingUploads']['delete'](_0x345192),this['_finishContextItemLoading']({'type':_0x341fad,'id':_0x4ade05,'label':_0x49cedc?.['label']||_0x49a375,'uiId':_0x345192,'resourceId':_0x49cedc?.['resourceId']},!0x1);}catch(_0x398eed){this['_ongoingUploads']['delete'](_0x345192);if(!_0x398eed['message']['startsWith']('ai-request-aborted')){const _0x2a851a=new _0xa14e6e('ai-chat-file-upload-failed',null,{'fileName':_0x49a375});_0x2a851a['stack']=_0x398eed['stack'],this['fire']('error',{'error':_0x2a851a,'fileName':_0x49a375});}this['_removeContextItem'](_0x345192);}}));}finally{this['_finishUploadOperation'](_0x11c91d);}}['addCurrentDocumentToContext'](_0x25b11d){if(this['isCurrentDocumentInContext']())return;const _0x198982={'type':de['DOCUMENT'],'uiId':'current-document','label':_0x25b11d,'isReadOnly':this['_conversationContextItems']['has']('current-document'),'hidden':this['_conversationContextItems']['has']('current-document')};this['_addContextItem'](_0x198982);}async['updateCurrentDocument'](_0x22af1a,_0x4c8b83,_0x517d8f,_0x5b2833){const _0x161097=this['_pendingContextItems']['get']('current-document');if(_0x161097&&_0x22af1a){_0x161097['selection']=_0x5b2833?_0x5b2833['map'](_0x5e1089=>({'start':_0x5e1089['start'],'end':_0x5e1089['end']})):[];try{if(_0x161097['version']===_0x4c8b83)return;const {id:_0x161793}=await this['_connector']['uploadDocument'](this['_ownerId'],_0x22af1a,{'version':_0x4c8b83,'sessionId':_0x517d8f})['getId']();_0x161097['id']=_0x161793,_0x161097['content']=_0x22af1a,_0x161097['version']=_0x4c8b83,_0x161097['sessionId']=_0x517d8f;}catch(_0x806aae){const _0x3f72ae=new _0xa14e6e('ai-chat-document-upload-failed',null);_0x3f72ae['stack']=_0x806aae['stack'],this['fire']('error',{'error':_0x3f72ae});}}}['addSelectionToContext'](_0x3766ee){this['_addContextItem']({'type':de['SELECTION'],'label':_0x3766ee,'uiId':'selection','content':_0x3766ee});}['removeSelectionFromContext'](){this['_removeContextItem']('selection');}async['addUrlToContext'](_0x305329,_0x11be06){const _0x38e4fd='url-'+_0x48375a();this['_startUploadOperation'](_0x38e4fd);const _0x546510='url-'+_0x48375a();try{this['_addContextItem']({'type':de['URL'],'label':_0x11be06?.['label']||_0x305329,'uiId':_0x546510,'resourceId':_0x11be06?.['resourceId']},!0x0);const _0x376e5e=this['_connector']['uploadUrl'](this['_ownerId'],_0x305329,_0x11be06);this['_ongoingUploads']['set'](_0x546510,_0x376e5e['abortController']);const {id:_0x528280}=await _0x376e5e['getId']();this['_ongoingUploads']['delete'](_0x546510),this['_finishContextItemLoading']({'type':de['URL'],'id':_0x528280,'label':_0x11be06?.['label']||_0x305329,'uiId':_0x546510,'resourceId':_0x11be06?.['resourceId']},!0x1);}catch(_0x63b7d9){this['_ongoingUploads']['delete'](_0x546510),(_0x63b7d9['message']['startsWith']('ai-request-aborted')||this['fire']('error',{'error':new _0xa14e6e('ai-chat-url-upload-failed',this,{'url':_0x305329,'originalError':_0x63b7d9}),'url':_0x305329}),this['_removeContextItem'](_0x546510));}finally{this['_finishUploadOperation'](_0x38e4fd);}}async['loadSourceResources'](_0x424e63,_0x7bbfa0,_0x19cd12){const _0x5c5967=this['_addContextOptionsState']['sources']['find'](_0x4acaee=>_0x4acaee['id']===_0x424e63);if(!_0x5c5967)return this['fire']('error',{'error':new _0xa14e6e('ai-chat-source-not-found',this,{'sourceId':_0x424e63}),'sourceId':_0x424e63}),[];try{const _0x17273d=(await _0x5c5967['getResources'](_0x7bbfa0))['map'](_0x165538=>{const _0x1f9e96=this['_isResourceInContext'](_0x165538['id']);return{..._0x165538,'isInContext':_0x1f9e96};});return _0x5c5967['resources']=_0x17273d,this['fire']('sourceResourcesLoaded',{'sourceId':_0x424e63,'source':_0x5c5967,'resources':_0x17273d,'uid':_0x19cd12}),_0x17273d;}catch(_0x4b8d51){return this['fire']('error',{'error':new _0xa14e6e('ai-chat-source-resources-load-failed',this,{'sourceId':_0x424e63,'originalError':_0x4b8d51}),'sourceId':_0x424e63,'sourceLabel':_0x5c5967['label']}),[];}}async['addResourceToContext'](_0x49cb97,_0xf5ae6){if(this['_isResourceInContext'](_0xf5ae6['id']))return;let _0x5a2f1e=_0xf5ae6['data'];if(!_0x5a2f1e&&_0x49cb97['getData'])try{_0x5a2f1e=await _0x49cb97['getData'](_0xf5ae6['id']);}catch(_0x321159){return void this['fire']('error',{'error':new _0xa14e6e('ai-chat-resource-load-failed',this,{'resourceId':_0xf5ae6['id'],'sourceId':_0x49cb97['id'],'originalError':_0x321159}),'resourceId':_0xf5ae6['id'],'sourceId':_0x49cb97['id']});}if(_0x5a2f1e)switch(_0xf5ae6['type']){case de['URL']:if('string'!=typeof _0x5a2f1e)return void this['fire']('error',{'error':new _0xa14e6e('ai-chat-context-invalid-data',this,{'resourceId':_0xf5ae6['id'],'sourceId':_0x49cb97['id'],'expectedType':'string','actualType':typeof _0x5a2f1e}),'resourceId':_0xf5ae6['id'],'sourceId':_0x49cb97['id']});await this['addUrlToContext'](_0x5a2f1e,{'label':_0xf5ae6['label'],'resourceId':_0xf5ae6['id']});break;case de['FILE']:if(!(_0x5a2f1e instanceof File))return void this['fire']('error',{'error':new _0xa14e6e('ai-chat-context-invalid-data',this,{'resourceId':_0xf5ae6['id'],'sourceId':_0x49cb97['id'],'expectedType':'File','actualType':typeof _0x5a2f1e}),'resourceId':_0xf5ae6['id'],'sourceId':_0x49cb97['id']});await this['addFilesToContext']([_0x5a2f1e],{'label':_0xf5ae6['label'],'resourceId':_0xf5ae6['id']});break;case de['TEXT']:if('object'!=typeof _0x5a2f1e||!('content'in _0x5a2f1e)||!('type'in _0x5a2f1e))return void this['fire']('error',{'error':new _0xa14e6e('ai-chat-context-invalid-data',this,{'resourceId':_0xf5ae6['id'],'sourceId':_0x49cb97['id'],'expectedType':'object\x20with\x20content\x20and\x20type\x20properties','actualType':typeof _0x5a2f1e}),'resourceId':_0xf5ae6['id'],'sourceId':_0x49cb97['id']});_0x5a2f1e=mi['_convertTextResourceToFile'](_0x5a2f1e,_0xf5ae6['label']),await this['addFilesToContext']([_0x5a2f1e],{'label':_0xf5ae6['label'],'resourceId':_0xf5ae6['id']},de['TEXT']);break;default:this['fire']('error',{'error':new _0xa14e6e('ai-chat-context-unsupported-type',this,{'resourceId':_0xf5ae6['id'],'sourceId':_0x49cb97['id'],'resourceType':_0xf5ae6['type']}),'resourceId':_0xf5ae6['id'],'sourceId':_0x49cb97['id']});}else this['fire']('error',{'error':new _0xa14e6e('ai-chat-resource-no-data',this,{'resourceId':_0xf5ae6['id'],'sourceId':_0x49cb97['id']}),'resourceId':_0xf5ae6['id'],'sourceId':_0x49cb97['id']});}static['_convertTextResourceToFile'](_0x46dab8,_0x33b060){switch(_0x46dab8['type']){case Ie['MARKDOWN']:return new File([_0x46dab8['content']],_0x33b060,{'type':'text/markdown'});case Ie['HTML']:return new File([_0x46dab8['content']],_0x33b060,{'type':'text/html'});default:return new File([_0x46dab8['content']],_0x33b060,{'type':'text/plain'});}}static['_mapContextItemToRequestData'](_0x24783c){switch(_0x24783c['type']){case de['FILE']:return{'type':de['FILE'],'id':_0x24783c['id']};case de['URL']:return{'type':de['URL'],'id':_0x24783c['id']};case de['DOCUMENT']:return{'type':de['DOCUMENT'],'id':_0x24783c['id'],..._0x24783c['selection']?.['length']&&{'selection':_0x24783c['selection']}};case de['TEXT']:return{'type':de['FILE'],'id':_0x24783c['id']};default:return null;}}['_addContextItem'](_0x20c16f,_0x52cc1b=!0x1){if(this['_pendingContextItems']['set'](_0x20c16f['uiId'],_0x20c16f),_0x20c16f['hidden']||this['fire']('contextItemAdded',{'contextItem':_0x20c16f,'isLoading':_0x52cc1b}),'current-document'===_0x20c16f['uiId']&&this['_toggleAddCurrentDocumentOptionVisibility'](),_0x20c16f['resourceId']){const _0x2527bc=this['_findSourceIdsByResourceId'](_0x20c16f['resourceId']);_0x2527bc&&_0x2527bc['forEach'](_0x1a735a=>{this['_updateResourceInContextState'](_0x1a735a,_0x20c16f['resourceId'],!0x0);});}}['_removeContextItem'](_0x153aa9){const _0x498e52=this['_pendingContextItems']['get'](_0x153aa9),_0x420c57=this['_ongoingUploads']['get'](_0x153aa9);if(_0x420c57&&(_0x420c57['abort'](),this['_ongoingUploads']['delete'](_0x153aa9)),_0x498e52?.['resourceId']){const _0x457ad2=this['_findSourceIdsByResourceId'](_0x498e52['resourceId']);_0x457ad2&&_0x457ad2['forEach'](_0xe8f5f5=>{this['_updateResourceInContextState'](_0xe8f5f5,_0x498e52['resourceId'],!0x1);});}this['_pendingContextItems']['delete'](_0x153aa9),this['fire']('contextItemRemoved',{'uiId':_0x153aa9,'type':_0x498e52?.['type']}),'current-document'===_0x153aa9&&this['_toggleAddCurrentDocumentOptionVisibility']();}['_finishContextItemLoading'](_0x3e9361,_0x40d4ec){if(this['_pendingContextItems']['has'](_0x3e9361['uiId'])&&(this['_pendingContextItems']['set'](_0x3e9361['uiId'],_0x3e9361),this['fire']('contextItemLoadingEnded',{'contextItem':_0x3e9361,'isLoading':_0x40d4ec}),_0x3e9361['resourceId'])){const _0x411ad9=this['_findSourceIdsByResourceId'](_0x3e9361['resourceId']);_0x411ad9&&_0x411ad9['forEach'](_0x4b22b9=>{this['_updateResourceInContextState'](_0x4b22b9,_0x3e9361['resourceId'],!0x0);});}}['_addToConversationContextItem'](_0x3e8da2){this['_conversationContextItems']['set'](_0x3e8da2['uiId'],_0x3e8da2);}['_setAddContextOptionsDefaultState'](){this['_addContextOptionsState']={'document':{'enabled':!0x1!==this['_config']?.['document']?.['enabled'],'isHidden':!0x1},'urls':{'enabled':!0x1!==this['_config']?.['urls']?.['enabled']},'files':{'enabled':!0x1!==this['_config']?.['files']?.['enabled']},'sources':this['_getCustomSourcesInitialState']()},this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_getCustomSourcesInitialState'](){return this['_config']?.['sources']?.['map'](_0x2b9e8e=>({..._0x2b9e8e,'resources':[]}))??[];}['_toggleAddCurrentDocumentOptionVisibility'](){const _0x5c59b2=this['isCurrentDocumentInContext']()||this['isCurrentDocumentInConversation']();this['_addContextOptionsState']['document']['isHidden']=_0x5c59b2,this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_isResourceInContext'](_0x4f4a9c){for(const _0x53743f of this['_pendingContextItems']['values']())if(_0x53743f['resourceId']===_0x4f4a9c)return!0x0;for(const _0x47e7c4 of this['_conversationContextItems']['values']())if(_0x47e7c4['resourceId']===_0x4f4a9c)return!0x0;return!0x1;}['_findSourceIdsByResourceId'](_0x46e721){const _0x357faf=[];for(const _0x228f8f of this['_addContextOptionsState']['sources']){_0x228f8f['resources']['find'](_0x35100a=>_0x35100a['id']===_0x46e721)&&_0x357faf['push'](_0x228f8f['id']);}return 0x0===_0x357faf['length']?null:_0x357faf;}['_updateResourceInContextState'](_0x110ffc,_0xd14827,_0x4d3650){const _0x2713fb=this['_addContextOptionsState']['sources']['find'](_0x2afb2f=>_0x2afb2f['id']===_0x110ffc);if(!_0x2713fb)return;const _0x306d4a=_0x2713fb['resources']['find'](_0x14d857=>_0x14d857['id']===_0xd14827);_0x306d4a&&(_0x306d4a['isInContext']=_0x4d3650,this['fire']('resourceStateChanged',{'sourceId':_0x110ffc,'resourceId':_0xd14827,'isInContext':_0x4d3650}));}['_startUploadOperation'](_0x3b11e6){this['_ongoingUploadOperations']['set'](_0x3b11e6,!0x0),this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x0});}['_finishUploadOperation'](_0xf7eabb){this['_ongoingUploadOperations']['delete'](_0xf7eabb),0x0===this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x1});}}const Ii=['capabilitiesUpdated'];class vi extends _0x5a5836(){['_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'](_0x4bfb19){const _0x239e0e={};return _0x4bfb19&&_0x4bfb19['isWebSearchEnabled']&&(_0x239e0e['webSearch']={}),_0x4bfb19&&_0x4bfb19['isReasoningEnabled']&&(_0x239e0e['reasoning']={}),_0x239e0e;}['toggleWebSearch'](){this['setWebSearch'](!this['_isWebSearchEnabled']);}['toggleReasoning'](){this['setReasoning'](!this['_isReasoningEnabled']);}['setWebSearch'](_0x45ed4b){_0x45ed4b!==this['_isWebSearchEnabled']&&(this['_isWebSearchEnabled']=_0x45ed4b,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}['setReasoning'](_0x1d1a1b){_0x1d1a1b!==this['_isReasoningEnabled']&&(this['_isReasoningEnabled']=_0x1d1a1b,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}}class fi extends me{['userMessage'];['conversationId'];['contextItems']=new Map();['model'];['quickActionData'];constructor(_0x43f1d5){super(_0x43f1d5),this['conversationId']=_0x43f1d5['conversationId'],this['contextItems']=_0x43f1d5['contextItems'],this['capabilities']=_0x43f1d5['capabilities'],this['userMessage']=_0x43f1d5['userMessage'],this['model']=_0x43f1d5['model'],this['quickActionData']=_0x43f1d5['quickActionData'];}async['sendRequest'](){return this['connector']['queryAssistant']({'message':this['userMessage'],'conversationId':this['conversationId'],'parts':mi['mapContextItemsToRequestData'](this['contextItems']),'capabilities':vi['getCapabilitiesRequestData'](this['capabilities']),'model':this['model'],'quickActionData':this['quickActionData']});}['getDocumentContext'](){return this['contextItems']['get']('current-document');}}class ct extends _0x5a5836(){['id'];['isStarted']=!0x1;['interactions']=[];['currentInteraction'];['selectedModel'];['connector'];['options'];constructor(_0x1a5826){super(),this['options']=_0x1a5826,this['connector']=_0x1a5826['connector'],this['chatModels']=_0x1a5826['chatModels'],this['id']=_0x1a5826['conversationId'];}async['init'](_0x2b34b1){try{this['chatContext']=new mi({'connector':this['connector'],'config':_0x2b34b1,'ownerId':this['id']}),this['chatContext']['delegate'](...wi)['to'](this),this['chatContext']['init'](),this['chatCapabilities']=new vi(),this['chatCapabilities']['delegate'](...Ii)['to'](this),this['chatCapabilities']['init']();const _0x226f05=await this['chatModels']['getAll']();this['fire']('conversationInitialized',{'availableModels':_0x226f05});const _0x47c3da=await this['chatModels']['getDefault'](this['options']['defaultModelId']);_0x47c3da&&await this['setModel'](_0x47c3da);}catch(_0x429563){const _0x4aacd6=new _0xa14e6e('ai-chat-conversation-init-failed',null,{'message':_0x429563['message']});_0x4aacd6['stack']=_0x429563['stack'],this['fire']('error',{'error':_0x4aacd6});}}async['start'](){if(this['isStarted'])throw new _0xa14e6e('ai-chat-conversation-already-started',null,{'conversation':this});if(!this['selectedModel'])throw new _0xa14e6e('ai-chat-conversation-start-no-model-selected',null,{'conversation':this});try{const {id:_0x13691a}=await this['connector']['startConversation'](this['id'],this['options']['group'])['getConversation']();this['id']=_0x13691a,this['isStarted']=!0x0,this['fire']('conversationStarted',{'conversationId':this['id'],'selectedModel':this['selectedModel']});}catch(_0x3641c7){const _0x29a0a6=new _0xa14e6e('ai-chat-conversation-start-failed',null,{'message':_0x3641c7['message']});_0x29a0a6['stack']=_0x3641c7['stack'],this['fire']('error',{'error':_0x29a0a6});}}async['load'](_0xbd3752,_0x331940){try{const _0xec63c4=await this['connector']['fetchConversation'](_0xbd3752)['getConversation'](),_0x202b2d=await this['connector']['fetchConversationMessages'](_0xbd3752)['getMessages'](),_0x56a7b8=_0x202b2d[0x0]['model'];this['isStarted']=!0x0,this['id']=_0xec63c4['id'],'title'in _0xec63c4?this['fire']('setConversationTitle',_0xec63c4['title'],!0x0):this['fire']('setConversationTitle','',!0x0);const _0x2feec3=(await this['chatModels']['getAll']())['find'](_0x33ce14=>_0x33ce14['id']['toLowerCase']()===_0x56a7b8['toLowerCase']());return this['selectedModel']=_0x2feec3,this['fire']('modelSelected',{'selectedModel':_0x2feec3,'isDisabled':!0x0}),await this['_processMessagesToInteractions'](_0x202b2d,_0x331940,_0x56a7b8),this['currentInteraction']=void 0x0,this;}catch(_0x50dc5c){const _0x9e02b5=new _0xa14e6e('ai-chat-conversation-init-from-id-failed',null,{'message':_0x50dc5c['message'],'conversationId':_0xbd3752});throw _0x9e02b5['stack']=_0x50dc5c['stack'],this['fire']('error',{'error':_0x9e02b5}),_0x9e02b5;}}async['_processMessagesToInteractions'](_0x17ef35,_0x2518af,_0x88b47b){let _0x5a961d;for(const _0x3aaf2d of _0x17ef35)if('user'===_0x3aaf2d['role']){const _0x192b60=await this['_extractContextItems'](_0x3aaf2d),_0x29ea40={'isReasoningEnabled':Object['hasOwn'](_0x3aaf2d['capabilities'],'reasoning'),'isWebSearchEnabled':Object['hasOwn'](_0x3aaf2d['capabilities'],'webSearch')};_0x5a961d=this['createInteraction']({'userMessage':_0x3aaf2d['prompt'],'contextItems':_0x192b60,'capabilities':_0x29ea40,'modelId':_0x88b47b,'quickActionData':_0x3aaf2d['attributes']?.['quickActionData']}),this['currentInteraction']=_0x5a961d,this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}else{if('assistant'===_0x3aaf2d['role']&&_0x5a961d)for(const _0x37c2be of _0x3aaf2d['content']){const _0x2c4a52='text'===_0x37c2be['type']?'text-delta':'modification-delta',_0x52d1fa=_0x5a961d['getDocumentContext']()?.['sessionId']!==_0x2518af;_0x5a961d['currentReply']=_0x5a961d['createReply']({'type':_0x2c4a52,'isDone':!0x0,'interactionId':_0x5a961d['id'],'areActionsDisabled':_0x52d1fa}),_0x5a961d['currentReply']['appendContent'](_0x37c2be['content']);}}}async['_extractContextItems'](_0xc6df03){const _0x5845d9=new Map();if(!_0xc6df03['content'])return _0x5845d9;for(const _0xe8429c of _0xc6df03['content']){const _0x26a7b3=await this['chatContext']['populateFromMessage'](_0xe8429c);_0x26a7b3&&_0x5845d9['set'](_0x26a7b3['id'],_0x26a7b3);}return _0x5845d9;}async['handleUserInteraction']({userMessage:_0x73e857,quickActionData:_0x3e6526}){if(!this['isStarted'])throw new _0xa14e6e('ai-chat-handle-user-conversation-not-initialized',null,{'conversation':this});if(this['currentInteraction'])throw new _0xa14e6e('ai-chat-handle-user-interaction-already-in-progress',null,{'conversation':this});try{const _0x126bc6=this['chatContext']['getPendingContextItems'](),_0x3fab79=this['chatCapabilities']['getCapabilitiesConfig'](),_0x317ec7=this['selectedModel']['id'];this['currentInteraction']=this['createInteraction']({'userMessage':_0x73e857,'contextItems':_0x126bc6,'capabilities':_0x3fab79,'modelId':_0x317ec7,'quickActionData':_0x3e6526}),await this['currentInteraction']['start'](),this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}catch(_0x42e9ad){this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':_0x42e9ad});}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}['createInteraction']({userMessage:_0x2f84ad,contextItems:_0x51b912,capabilities:_0x2d711e,modelId:_0x381a0f,quickActionData:_0x2e9441}){const _0x59da33=new fi({'userMessage':_0x2f84ad,'contextItems':_0x51b912,'capabilities':_0x2d711e,'conversationId':this['id'],'connector':this['connector'],'editor':this['options']['getEditor']&&this['options']['getEditor'](),'model':_0x381a0f,'quickActionData':_0x2e9441});return _0x59da33['delegate'](...ue)['to'](this),this['interactions']['push'](_0x59da33),this['fire']('interactionCreated',_0x59da33),_0x59da33;}['getInteraction'](_0x47cce2){return this['interactions']['find'](_0xc0bf30=>_0xc0bf30['id']===_0x47cce2);}['removeInteraction'](_0x2f48ae){const _0x500a1f=this['getInteraction'](_0x2f48ae);_0x500a1f&&(_0x500a1f['destroy'](),this['interactions']['splice'](this['interactions']['indexOf'](_0x500a1f),0x1));}get['lastInteraction'](){return this['interactions'][this['interactions']['length']-0x1];}['addCurrentDocumentToContext'](_0x180bad){this['chatContext']['addCurrentDocumentToContext'](_0x180bad);}async['updateCurrentDocumentInContext']({content:_0x575461,version:_0x447857,sessionId:_0x3f137b,selections:_0x58cc4e}){await this['chatContext']['updateCurrentDocument'](_0x575461,_0x447857,_0x3f137b,_0x58cc4e);}['getCurrentDocumentContext'](){return this['currentInteraction']?.['getDocumentContext']()?.['content']||'';}['addSelectionToContext'](_0x4fd54c){this['chatContext']['addSelectionToContext'](_0x4fd54c);}['removeSelectionFromContext'](){this['chatContext']['removeSelectionFromContext']();}['addFilesToContext'](_0x5a8f51){this['chatContext']['addFilesToContext'](_0x5a8f51);}['addUrlToContext'](_0x32f474){this['chatContext']['addUrlToContext'](_0x32f474);}['addResourceToContext'](_0x5ce8ee,_0x137443){this['chatContext']['addResourceToContext'](_0x5ce8ee,_0x137443);}['loadSourceResources'](_0x43faaa,_0x377dfe,_0x5a43d2){return this['chatContext']['loadSourceResources'](_0x43faaa,_0x377dfe,_0x5a43d2);}['removeFromContext'](_0x52d9c1){this['chatContext']['removeFromContext'](_0x52d9c1);}['toggleWebSearch'](){this['chatCapabilities']['toggleWebSearch']();}['toggleReasoning'](){this['chatCapabilities']['toggleReasoning']();}['isCurrentDocumentInContext'](){return this['chatContext']['isCurrentDocumentInContext']();}['isCurrentDocumentInConversation'](){return this['chatContext']['isCurrentDocumentInConversation']();}['isSelectionInContext'](){return this['chatContext']['isSelectionInContext']();}async['setModel'](_0x252347){if(!_0x252347)throw new _0xa14e6e('ai-chat-conversation-set-model-null',null,{'conversation':this});if(!0x1===await this['chatModels']['isAvailable'](_0x252347))throw new _0xa14e6e('ai-chat-conversation-set-model-not-available',null,{'conversation':this,'model':_0x252347});_0x252347['id']!==this['selectedModel']?.['id']&&(this['selectedModel']=_0x252347,this['chatCapabilities']['reset'](),this['fire']('modelSelected',{'selectedModel':_0x252347}));}}function it(_0x35e776){if(_0x35e776 instanceof ot)return _0x35e776;if(_0x35e776?.['editors']&&_0x35e776['editors']['get'](0x0))return _0x35e776['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.'),_0x35e776['editors']['get'](0x0);throw new _0xa14e6e('ai-get-editor-from-context-no-editor');}const dt='ai-selection';class a extends _0x3cc6c1{['_displayedFakeSelectionId']=null;['_displayedFakeSelectionLocked']=!0x1;['_sessionId'];static get['pluginName'](){return'AIEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}get['sessionId'](){if(!this['_sessionId']){const _0x37f22f=it(this['context']),_0x324827=_0x37f22f['plugins']['has']('RealTimeCollaborationClient')&&_0x37f22f['plugins']['get']('RealTimeCollaborationClient')['sessionId'];this['_sessionId']=_0x324827||_0x48375a();}return this['_sessionId'];}['getDocumentData'](){const _0x278c1b=it(this['context']),_0x2f095a=_0x278c1b['model'],_0x33c16f=_0x278c1b['data']['toView'](_0x2f095a['document']['getRoot'](),{'convertAiChatSelectionMarker':!0x0}),_0x3ab656=new kt(_0x278c1b['editing']['view']['document']);this['_setDataIdsOnChildren'](_0x33c16f,_0x3ab656);let _0x2ab1db=_0x278c1b['data']['processor']['toData'](_0x33c16f);const _0x122349=this['_getMarkersInDocumentOrder'](),_0x4f9e4d=[];for(const _0x84255a of _0x122349){const _0x273fff='<'+_0x84255a['name']+':start></'+_0x84255a['name']+':start>',_0x3ac191=_0x2ab1db['indexOf'](_0x273fff);_0x2ab1db=_0x2ab1db['substring'](0x0,_0x3ac191)+_0x2ab1db['substring'](_0x3ac191+_0x273fff['length']);const _0x4879c1='<'+_0x84255a['name']+':end></'+_0x84255a['name']+':end>',_0x4a0b98=_0x2ab1db['indexOf'](_0x4879c1);_0x2ab1db=_0x2ab1db['substring'](0x0,_0x4a0b98)+_0x2ab1db['substring'](_0x4a0b98+_0x4879c1['length']),_0x4f9e4d['push']({'markerName':_0x84255a['name'],'start':_0x3ac191,'end':_0x4a0b98,'htmlFragment':_0x2ab1db['substring'](_0x3ac191,_0x4a0b98)});}return{'content':_0x2ab1db,'version':_0x278c1b['model']['document']['version'],'sessionId':this['sessionId'],'selections':_0x4f9e4d};}async['afterInit'](){this['context']instanceof ot?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x498782,_0x2d03f1)=>{_0x2d03f1['on']('ready',()=>{this['_integrateEditor'](_0x2d03f1);});});}['_integrateEditor'](_0x39f525){_0x39f525['conversion']['for']('editingDowncast')['markerToHighlight']({'model':dt,'view':{'classes':['ck-fake-ai-selection','ck-ai-assistant-ui_theme'],'priority':0xc}}),_0x39f525['conversion']['for']('dataDowncast')['markerToElement']({'model':dt,'view':(_0x5b7eb4,{writer:_0x577094,options:_0x5bc19d})=>_0x5bc19d['convertAiChatSelectionMarker']?_0x577094['createUIElement'](_0x5b7eb4['markerName']+':'+(_0x5b7eb4['isOpening']?'start':'end')):null});}['showFakeVisualSelection'](_0x2ef3c5,_0x3034b0,_0x2f68ad=!0x1,_0x5446d4=!0x1){if(this['_displayedFakeSelectionLocked']&&!_0x5446d4)return!0x1;this['_displayedFakeSelectionId']&&this['hideFakeVisualSelection'](this['_displayedFakeSelectionId']),this['_displayedFakeSelectionId']=_0x3034b0,this['_displayedFakeSelectionLocked']=_0x2f68ad;const _0x36cd7a=it(this['context'])['model'];return _0x36cd7a['change'](_0x1f0d2d=>{let _0x415e1b=0x0;for(let _0x5656df of _0x2ef3c5){const _0x302066=dt+':'+_0x415e1b;if(_0x5656df['start']['isAtEnd']){const _0x7b646=_0x5656df['start']['getLastMatchingPosition'](({item:_0x119d6d})=>!_0x36cd7a['schema']['isContent'](_0x119d6d),{'boundaries':_0x5656df});_0x5656df=_0x1f0d2d['createRange'](_0x7b646,_0x5656df['end']);}_0x1f0d2d['addMarker'](_0x302066,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x5656df}),_0x415e1b++;}}),window['getSelection']()?.['removeAllRanges'](),!0x0;}['hideFakeVisualSelection'](_0x3ce130){if(this['_displayedFakeSelectionId']!=_0x3ce130)return!0x1;this['_displayedFakeSelectionId']=null,this['_displayedFakeSelectionLocked']=!0x1;const _0x49ce88=it(this['context']),_0x2fd399=_0x49ce88['model']['markers']['getMarkersGroup'](dt);return _0x49ce88['model']['change'](_0x5c5722=>{for(const _0x21c427 of _0x2fd399)_0x5c5722['removeMarker'](_0x21c427);}),!0x0;}['modelToViewWithIds'](_0x279285){const _0x35317d=it(this['context']),_0x2062d1=_0x35317d['data']['toView'](_0x279285),_0xc7ee85=new kt(_0x35317d['editing']['view']['document']);return this['_setDataIdsOnChildren'](_0x2062d1,_0xc7ee85),_0x2062d1;}['_setDataIdsOnChildren'](_0x2922e5,_0x3a217f){let _0x49d661=!0x1;const _0xe31070=new Set();for(const _0x5ea6bd of _0x2922e5['getChildren']()){const _0x46f922=_0x5ea6bd['is']('emptyElement')||_0x5ea6bd['is']('containerElement');if(!_0x5ea6bd['is']('element'))continue;(this['_setDataIdsOnChildren'](_0x5ea6bd,_0x3a217f)||_0x46f922)&&(_0x3a217f['setAttribute']('data-id',this['_nextDataId'](_0xe31070),_0x5ea6bd),_0x49d661=!0x0);}return _0x49d661;}['_nextDataId'](_0x32bd8f){let _0x58149e;do{_0x58149e='';for(let _0x524746=0x0;_0x524746<0x4;_0x524746++)_0x58149e+=String['fromCharCode'](0x61+Math['floor'](0x1a*Math['random']()));}while(_0x32bd8f['has'](_0x58149e));return _0x32bd8f['add'](_0x58149e),_0x58149e;}['getSelectionText'](){const {model:_0x37dbea}=it(this['context']),_0x4d5863=_0x37dbea['document']['selection'],_0xf1bf0f=_0x37dbea['getSelectedContent'](_0x4d5863),_0xf5b02f=[],_0x31126f=_0x37dbea['createRangeIn'](_0xf1bf0f)['getWalker']();for(const {item:_0x33b00e}of _0x31126f)_0x33b00e['is']('$textProxy')?_0xf5b02f['push'](_0x33b00e['data']):_0x33b00e['is']('element')&&_0xf5b02f['length']>0x0&&'\x20'!==_0xf5b02f[_0xf5b02f['length']-0x1]&&_0xf5b02f['push']('\x20');return'\x22'+_0xf5b02f['join']('')['trim']()+'\x22';}['_getMarkersInDocumentOrder'](){const _0x95c3b0=it(this['context'])['model'];return Array['from'](_0x95c3b0['markers']['getMarkersGroup'](dt))['sort']((_0x10116e,_0x52e615)=>_0x10116e['getStart']()['isBefore'](_0x52e615['getStart']())?-0x1:_0x10116e['getStart']()['isAfter'](_0x52e615['getStart']())?0x1:0x0);}}class lt extends _0x5a5836(){['_modelList']=[];['_connector'];constructor({connector:_0x4aae29}){super(),this['_connector']=_0x4aae29;}async['getAll'](){if(!this['_modelList']['length']){const _0x3d6923=this['_connector']['getModels'](),_0x445c89=(await _0x3d6923['list']())['items']['sort']((_0x49f505,_0x46584e)=>{const _0x3e2803=Object['values'](_0x49f505['capabilities'])['filter'](_0x3a25cb=>_0x3a25cb['enabled'])['length'];return Object['values'](_0x46584e['capabilities'])['filter'](_0x4d310c=>_0x4d310c['enabled'])['length']-_0x3e2803;});this['_modelList']=_0x445c89;}return this['_modelList'];}async['getDefault'](_0x5d298f){const _0x681b08=await this['getAll']();if(!_0x681b08['length'])return null;if(_0x5d298f){const _0x51fca1=_0x681b08['find'](_0x35a2dc=>_0x35a2dc['id']===_0x5d298f);if(_0x51fca1)return _0x51fca1;_0x49365e('ai-chat-default-model-id-unrecognized',{'defaultModelId':_0x5d298f,'fallBackModelId':_0x681b08[0x0]['id']});}return _0x681b08[0x0];}async['isAvailable'](_0x57683f){return(await this['getAll']())['some'](_0x1b0c91=>_0x1b0c91['name']===_0x57683f['name']&&_0x1b0c91['provider']===_0x57683f['provider']);}}function w({editor:_0xf5b04e,interaction:_0x280503,reply:_0x5f2cb5,groups:_0x581d5d,transform:_0x2d5244,documentCompare:_0x1d917c,documentCompareOptions:_0x5d13fe}){const _0x321e81=_0x280503['getDocumentContext']();if(!_0x321e81)return[];const _0x17916b=_0x321e81['content'],_0x285e47=_0x321e81['version'],_0x4b241c=_0x5f2cb5['documentContextContent']['cloneNode'](!0x0);for(const {changes:_0x16589b}of _0x581d5d){const _0xea9960=_0x16589b['filter'](_0x318d0e=>'new'!=_0x318d0e['type'])['map'](_0xb0e332=>It('data-id',_0xb0e332['id'],_0x4b241c)),_0x14e328=_0x16589b['filter'](_0x498687=>'removed'!=_0x498687['type'])['map'](_0x3f47d0=>_0x3f47d0['node']['cloneNode'](!0x0));let _0x16f842=null;if(_0xea9960['length']){_0x16f842=_0xea9960[0x0]['previousSibling'];for(let _0x50b0fe=0x0;_0x50b0fe<_0xea9960['length'];_0x50b0fe++)_0x46c496(_0xea9960[_0x50b0fe]);}if(_0x14e328['length']){_0x16f842||(_0x16589b[0x0]['anchorId']?_0x16f842=It('data-id',_0x16589b[0x0]['anchorId'],_0x4b241c):(_0x16f842=_0x14e328['shift'](),to(_0x4b241c,_0x16f842)));for(let _0x4e0f0f=0x0;_0x4e0f0f<_0x14e328['length'];_0x4e0f0f++)_0x71c555(_0x16f842,_0x14e328[_0x4e0f0f]),_0x16f842=_0x14e328[_0x4e0f0f];}}const _0x450076=Ct(_0x4b241c),_0x8e895a=_0x1d917c['getDiff'](_0x17916b,_0x450076,_0x5d13fe)['getOperations']();if(_0x2d5244){const _0x16159c=_0xf5b04e['model']['document']['history']['getOperations'](_0x285e47),_0x38e52a={'document':_0xf5b04e['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1};return _0x59901f(_0x8e895a,_0x16159c,_0x38e52a)['operationsA'];}return _0x8e895a;}function p({editor:_0x428e05,changeGroups:_0x543d63,documentContextContent:_0x4e1169,showDiff:_0xff546a,trimUnchanged:_0x208f5d=!0x0}){return _0x543d63['map'](_0x4b0d3d=>{const _0x162f69=new _t([]),_0x54871b=new _t([]);for(const _0x553354 of _0x4b0d3d['changes'])if(_0xff546a&&'removed'==_0x553354['type']||_0x54871b['children']['push'](_0x553354['node']['cloneNode'](!0x0)),'new'!=_0x553354['type']&&(_0xff546a||'removed'!=_0x553354['type'])){const _0x28a971=mt(_0x66ea63=>ft(_0x66ea63,'data-id')==_0x553354['id'],_0x4e1169,!0x0);_0x28a971&&_0x162f69['children']['push'](_0x28a971['cloneNode'](!0x0));}const {content:_0x15dd83,hasChanges:_0x3f02f6}=function(_0xd9bffd,_0x55dfc2,_0x324aaf,_0x9a14d,_0x1693c6=!0x0){const _0x3b75d5=_0xd9bffd['plugins']['get']('DocumentCompare'),_0x6b28a4=_0xd9bffd['plugins']['get']('TrackChangesEditing'),_0x3c9efc=Ct(_0x55dfc2),_0x2304c4=Ct(_0x324aaf),_0x4d1bb6=_0xd9bffd['data']['parse'](_0x3c9efc,'$root'),_0x48e679=_0xd9bffd['model']['createPositionAt'](_0x4d1bb6,0x0),_0x50486d=_0x3b75d5['getDiff'](_0x3c9efc,_0x2304c4,{'anchor':_0x48e679,'markDeletions':_0x9a14d}),_0x4dbcd1=_0x50486d['getOperations']();if(0x0==_0x4dbcd1['length'])return{'content':_0x55dfc2['cloneNode'](!0x0),'hasChanges':!0x1};_0x9a14d?_0x6b28a4['_applyOperationsAsSuggestions'](_0x4dbcd1):_0xd9bffd['model']['change'](_0x1e5ba2=>{for(const _0x35da83 of _0x4dbcd1)if('remove'==_0x35da83['type']){const _0x2f658e=_0x35da83['sourcePosition'],_0x2e61a8=_0x35da83['howMany'],_0x37bfd3=new _0x3d4b6d(_0x2f658e,_0x2e61a8);_0x1e5ba2['batch']['addOperation'](_0x37bfd3),_0xd9bffd['model']['applyOperation'](_0x37bfd3);}else _0x35da83['baseVersion']=null,_0x35da83['isDocumentOperation']=!0x1,_0x1e5ba2['batch']['addOperation'](_0x35da83),_0xd9bffd['model']['applyOperation'](_0x35da83);});if(_0x1693c6){const _0x1eca49=ut(_0xd9bffd,_0x4dbcd1,_0x4d1bb6);pt(_0xd9bffd['model'],_0x1eca49),function(_0x482231,_0x5a2b1f){const _0x5b6124=_0x5a2b1f['getFirstRange']()['start'];let _0x2fc30f=_0x5a2b1f['getFirstRange']()['end'];const _0x258a47=_0x5b6124['root'];(_0x2fc30f['textNode']||_0x2fc30f['nodeAfter']&&_0x2fc30f['nodeAfter']['is']('$text'))&&(_0x53727c(_0x2fc30f,'...'),_0x2fc30f=_0x2fc30f['getShiftedBy'](0x3)),(_0x5b6124['textNode']||_0x5b6124['nodeBefore']&&_0x5b6124['nodeBefore']['is']('$text'))&&(_0x53727c(_0x5b6124,'...'),function(_0x4f98f7,_0x4212c7,_0x2e33ee){for(let [_0x335f24,_0x319660]of _0x4f98f7['markers']){const _0x4a0bc6=_0x319660['_getTransformedByInsertion'](_0x4212c7,_0x2e33ee,!0x1);_0x319660=_0x4a0bc6[0x0],_0x4f98f7['markers']['set'](_0x335f24,_0x319660);}}(_0x258a47,_0x5b6124,0x3),_0x5b6124['parent']==_0x2fc30f['parent']&&(_0x2fc30f=_0x2fc30f['getShiftedBy'](0x3)));const _0x1beacd=_0x482231['createRange'](_0x482231['createPositionAt'](_0x258a47,0x0),_0x5b6124),_0xdbfa46=_0x482231['createRange'](_0x2fc30f,_0x482231['createPositionAt'](_0x258a47,'end')),_0x4b9b43=[..._0x1beacd['getMinimalFlatRanges'](),..._0xdbfa46['getMinimalFlatRanges']()];_0x4b9b43['reverse']();for(const _0x486255 of _0x4b9b43)_0x2cbe1c(_0x486255),Xn(_0x258a47,_0x486255);}(_0xd9bffd['model'],_0x1eca49);}const _0x29cff1=_0xd9bffd['data']['stringify'](_0x4d1bb6,{'showSuggestionHighlights':!0x0});return{'content':Oe(_0x29cff1),'hasChanges':!0x0};}(_0x428e05,_0x162f69,_0x54871b,_0xff546a,_0x208f5d);return{'type':_0x4b0d3d['changes'][0x0]['type'],'index':_0x4b0d3d['index'],'content':_0x15dd83,'hasChanges':_0x3f02f6};});}function ut(_0x5cf00e,_0x555cc7,_0x308c2c){const _0x25c7ee=_0x5cf00e['plugins']['get']('DocumentCompare');let _0x48ca53=_0x5cf00e['model']['createPositionAt'](_0x308c2c,Number['POSITIVE_INFINITY']),_0x21b2f0=_0x5cf00e['model']['createPositionAt'](_0x308c2c,0x0);for(const _0x56f299 of _0x555cc7){let _0x21a2b9,_0x9381b1;if(_0x25c7ee['isMarkedRemoveOperation'](_0x56f299))_0x21a2b9=_0x56f299['newRange']['start'],_0x9381b1=_0x56f299['newRange']['end'];else switch(_0x56f299['type']){case'rename':_0x21a2b9=_0x56f299['position'],_0x9381b1=_0x21a2b9['getShiftedBy'](0x1);break;case'addAttribute':case'removeAttribute':case'changeAttribute':_0x21a2b9=_0x56f299['range']['start'],_0x9381b1=_0x56f299['range']['end'];break;case'insert':_0x21a2b9=_0x56f299['position'],_0x9381b1=_0x21a2b9['getShiftedBy'](_0x56f299['howMany']);break;case'split':_0x21a2b9=_0x56f299['splitPosition'],_0x9381b1=_0x56f299['moveTargetPosition'];break;case'merge':{const _0x51800e=_0x56f299['targetPosition']['path']['slice'](-0x1);_0x21a2b9=_0x5cf00e['model']['createPositionFromPath'](_0x308c2c,_0x51800e),_0x9381b1=_0x21a2b9['getShiftedBy'](0x1);break;}case'remove':{const _0x13f4a3=_0x56f299['howMany'],_0x2604ac=_0x56f299['sourcePosition']['_getTransformedByInsertion'](_0x56f299['targetPosition'],_0x13f4a3),_0x26ae84=_0x56f299['getMovedRangeStart']();'remove'==_0x56f299['type']?(_0x21a2b9=_0x2604ac,_0x9381b1=_0x2604ac):(_0x21a2b9=_0x26ae84,_0x9381b1=_0x26ae84['getShiftedBy'](_0x13f4a3));break;}}_0x21a2b9&&_0x21a2b9['isBefore'](_0x48ca53)&&(_0x48ca53=_0x21a2b9),_0x9381b1&&_0x9381b1['isAfter'](_0x21b2f0)&&(_0x21b2f0=_0x9381b1);}return _0x5cf00e['model']['createSelection'](_0x5cf00e['model']['createRange'](_0x48ca53,_0x21b2f0));}function pt(_0x53e62d,_0xc35d35){fn(_0x53e62d,_0xc35d35,'forward');const _0x14be02=_0xc35d35['getFirstRange']();_0xc35d35['setTo']([]),_0xc35d35['setTo'](_0x14be02,{'backward':!0x0}),fn(_0x53e62d,_0xc35d35,'backward');}function fn(_0x22ee6f,_0x3f6300,_0x16cf1f){let _0x2b918b=0x14;for(;_0x2b918b;){_0x22ee6f['modifySelection'](_0x3f6300,{'unit':'word','direction':_0x16cf1f}),_0x2b918b--;const _0x2835db=_0x3f6300['focus']['forward'==_0x16cf1f?'nodeBefore':'nodeAfter'];if(_0x2835db&&_0x2835db['is']('element')&&_0x22ee6f['schema']['isBlock'](_0x2835db)&&_0x22ee6f['schema']['isObject'](_0x2835db))break;}}function Xn(_0x3d4683,_0x46e7d9){for(let [_0x360aba,_0x29192d]of _0x3d4683['markers'])_0x29192d=_0x29192d['_getTransformedByDeletion'](_0x46e7d9['start'],_0x46e7d9['end']['offset']-_0x46e7d9['start']['offset']),_0x3d4683['markers']['set'](_0x360aba,_0x29192d);}class rh extends _0x440716{['copyButton'];['likeButton'];['dislikeButton'];['showChangesButton'];['_config'];constructor(_0x4367fc,_0x3b66bf={},_0x4e8cbd){super(_0x4367fc),this['set']('isLoading',!0x1),this['_config']={'showCopy':!0x1,'showLike':!0x1,'showDislike':!0x1,..._0x3b66bf};const _0x3c367f=!(this['_config']['showCopy']||this['_config']['showChanges']||this['_config']['showLike']||this['_config']['showDislike']||this['_config']['customView']?.['length']);this['class']=_0x3c367f?'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'](_0x4e8cbd),this['items']['add'](this['showChangesButton'])),this['_setupRatingButtons'](),this['_config']['showLike']&&this['items']['add'](this['likeButton']),this['_config']['showDislike']&&this['items']['add'](this['dislikeButton']),this['_config']['customView']&&this['items']['addMany'](this['_config']['customView']);}['_setupRatingButtons'](){this['likeButton']=new _0xa24b3c(this['locale']),this['likeButton']['set']({'icon':_0x580cd9,'label':Yn(this['locale'],'AI_MINI_TOOLBAR_LIKE'),'tooltip':!0x0}),this['likeButton']['bind']('isEnabled')['to'](this,'isLoading',_0x3f4f99=>!_0x3f4f99),this['likeButton']['on']('execute',()=>{this['fire']('like');}),this['dislikeButton']=new _0xa24b3c(this['locale']),this['dislikeButton']['set']({'icon':_0x397d88,'label':Yn(this['locale'],'AI_MINI_TOOLBAR_DISLIKE'),'tooltip':!0x0}),this['dislikeButton']['bind']('isEnabled')['to'](this,'isLoading',_0x3da276=>!_0x3da276),this['dislikeButton']['on']('execute',()=>{this['fire']('dislike');});}['_setupCopyButton'](){this['copyButton']=new _0xa24b3c(this['locale']),this['copyButton']['set']({'icon':_0x4df34d,'label':Yn(this['locale'],'AI_MINI_TOOLBAR_COPY'),'class':'ck-ai-mini-toolbar-copy-button','tooltip':!0x0}),this['copyButton']['bind']('isEnabled')['to'](this,'isLoading',_0x10f249=>!_0x10f249);const _0x250fca=new _0x23cd9a();_0x250fca['set']({'content':_0x474c30}),_0x250fca['extendTemplate']({'attributes':{'class':['ck-ai-mini-toolbar-copy-button__check-mark']}}),this['copyButton']['on']('execute',()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button\x20ck-ai-mini-toolbar-copy-button_copied',setTimeout(()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button';},0x7d0);}),this['copyButton']['children']['add'](_0x250fca);}['_setupShowChangesButton'](_0x35c8b3){this['showChangesButton']=new _0xa24b3c(this['locale']),this['showChangesButton']['set']({'icon':_0x1bba44,'label':Yn(this['locale'],'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':'full'==this['_config']['showChanges'],'isOn':_0x35c8b3}),this['showChangesButton']['bind']('isEnabled')['to'](this,'isLoading',_0x4a21b8=>!_0x4a21b8),this['showChangesButton']['on']('execute',()=>{const _0x3441ad=!this['showChangesButton']['isOn'];this['showChangesButton']['set']({'isOn':_0x3441ad,'icon':_0x3441ad?_0x13580e:_0x1bba44}),this['fire']('toggleShowChanges',_0x3441ad);});}}class dh extends _0xebef92{['showChangesToggleView'];constructor(_0x4b343f,_0x3b3758){super(_0x4b343f),this['set']('isShowChangesToggleVisible',!0x0),this['showChangesToggleView']=new zn(_0x4b343f),this['showChangesToggleView']['set']({'class':'ck-ai-suggestion__header__show-changes-toggle','label':Yn(_0x4b343f,'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':!0x0}),this['showChangesToggleView']['isOn']=_0x3b3758['showDiff'],this['showChangesToggleView']['bind']('isVisible')['to'](this,'isShowChangesToggleVisible'),this['showChangesToggleView']['bind']('icon')['to'](this['showChangesToggleView'],'isOn',_0x491037=>_0x491037?_0x2dcfa2:_0x1e2b2a),this['showChangesToggleView']['on']('execute',()=>{this['showChangesToggleView']['isOn']=!this['showChangesToggleView']['isOn'],this['fire']('toggleShowChanges',{'isOn':this['showChangesToggleView']['isOn']});});const _0x5f1396=new _0x23cd9a();_0x5f1396['content']=_0x27a8d2,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__header',!0x1===_0x3b3758['showHeader']?'ck-hidden':null]['filter'](Boolean)},'children':[_0x5f1396,{'tag':'span','children':[Yn(_0x4b343f,'AI_SUGGESTION_HEADER_TITLE')]},this['showChangesToggleView']]});}}class zn extends _0xa24b3c{['render'](){super['render'](),this['children']['remove'](this['iconView']),this['children']['add'](this['iconView']);}}class ta{['options'];['isStreaming']=!0x1;['document']=null;['nodesList']=[];['currentIndex']=0x0;['timeoutAbortController']=null;constructor(_0x3d30d4){this['options']={'delay':_0x3d30d4['delay']??0x14,'textNodeStyle':_0x3d30d4['textNodeStyle'],'onStreamUpdate':_0x3d30d4['onStreamUpdate']||(()=>{})};}async['stream']({document:_0x15d51d,targetElement:_0x67c53f,abortSignal:_0x4a7b06}){this['isStreaming']&&this['stop'](),_0x4a7b06?.['addEventListener']('abort',this['stop']['bind'](this)),this['document']=_0xaa8b9b(_0x15d51d,!0x0),this['nodesList']=this['getParsedDocumentNodeList'](),this['isStreaming']=!0x0,this['currentIndex']>this['nodesList']['length']&&(_0x49365e('html-streamer-current-index-out-of-bounds',{'currentIndex':this['currentIndex'],'nodeList':this['nodesList']}),this['currentIndex']=this['nodesList']['length']);for(let _0xe4b09d=0x0;_0xe4b09d<this['currentIndex'];_0xe4b09d++)this['nodesList'][_0xe4b09d]['shouldBeStreamed']=!0x0;let _0x67421b=0x0;for(let _0x43b7f8=this['currentIndex'];_0x43b7f8<this['nodesList']['length'];_0x43b7f8++){const _0x5c5ee1=Date['now'](),_0x1ffbd4=this['nodesList'][_0x43b7f8],_0x179476=_0x5c5ee1-_0x67421b;_0x1ffbd4['shouldBeStreamed']=!0x0;let _0x533a68=_0x1ffbd4['parent'];for(;_0x533a68;)_0x533a68['shouldBeStreamed']=!0x0,_0x533a68=_0x533a68['parent'];if(_0x179476<this['options']['delay'])try{const {promise:_0x9773a3,abortController:_0x3200c4}=mr(this['options']['delay']-_0x179476);this['timeoutAbortController']=_0x3200c4,await _0x9773a3;}catch(_0x338d35){return;}_0x4f2268(_0x67c53f,'<'+_0x67c53f['tagName']+'>'+this['renderNode'](this['document'])+'</'+_0x67c53f['tagName']+'>',{'childrenOnly':!0x0}),this['options']['onStreamUpdate']&&this['options']['onStreamUpdate'](),this['currentIndex']=_0x43b7f8,_0x67421b=Date['now']();}this['isStreaming']=!0x1;}['cleanUpAnimations']({targetElement:_0x32cf71}){Array['from'](_0x32cf71['querySelectorAll']('span[data-ck-html-streamer-word-chunk]'))['reverse']()['forEach'](_0x3cd965=>{_0x3cd965['replaceWith'](_0x3cd965['childNodes'][0x0]);});}['stop'](){this['isStreaming']=!0x1,this['timeoutAbortController']&&(this['timeoutAbortController']['abort'](),this['timeoutAbortController']=null);}['renderNode'](_0x27de93){let _0x344d65='';if(function(_0x592315){return _0x10fded(_0x592315);}(_0x27de93)){for(const _0x43047d of _0x27de93['children'])_0x344d65+=this['renderNode'](_0x43047d);}else{if(ar(_0x27de93)){if(!_0x27de93['shouldBeStreamed'])return'';const _0x129c17=_0x27de93,_0x2bf79c=Object['entries'](_0x129c17['attribs'])['map'](([_0x4e3184,_0x2680b9])=>_0x4e3184+'=\x22'+_0x2680b9+'\x22')['join']('\x20');_0x344d65+='<'+_0x129c17['tagName']+(_0x2bf79c?'\x20'+_0x2bf79c:'')+'>';for(const _0x5ecb10 of tn(_0x129c17))_0x344d65+=this['renderNode'](_0x5ecb10);_0x344d65+='</'+_0x129c17['tagName']+'>';}else{if(!cr(_0x27de93))return'';if(!_0x27de93['shouldBeStreamed'])return'';!function(_0x236b41){if(!_0x236b41['parent']||!ar(_0x236b41['parent']))return!0x1;if(!hr['includes'](_0x236b41['parent']['tagName']))return!0x1;return!_0x4355c4(_0x236b41)['match'](/^\s*[<>]\s*$/);}(_0x27de93)?_0x344d65+=_0x4b9a76(_0x27de93):_0x344d65+=_0x4b9a76(new _0x3bc3e5('span',{'data-ck-html-streamer-word-chunk':'','style':this['options']['textNodeStyle']},[_0x27de93]));}}return _0x344d65;}['getParsedDocumentNodeList'](){const _0x47553c=[];return function(_0xe96bb0,_0x49cdfb){const _0x5b848b=_0xb449c9=>{if(_0x49cdfb(_0xb449c9),_0xb449c9 instanceof _0x41c9a6)for(let _0x862e0a=0x0;_0x862e0a<_0xb449c9['children']['length'];_0x862e0a++){const _0x1613d7=_0xb449c9['children'][_0x862e0a];_0x5b848b(_0x1613d7);}};for(let _0x170045=0x0;_0x170045<_0xe96bb0['children']['length'];_0x170045++)_0x5b848b(_0xe96bb0['children'][_0x170045]);}(this['document'],_0x1b0905=>{if(cr(_0x1b0905)){const _0x1d2ebb=this['splitTextNodeIntoWordNodes'](_0x1b0905);_0x1d2ebb['length']&&_0x47553c['push'](..._0x1d2ebb);}_0x1b0905['isWordSplitSource']||_0x1b0905['isWordSplitResult']||_0x47553c['push'](_0x1b0905);}),_0x47553c;}['splitTextNodeIntoWordNodes'](_0x3d62d4){if(_0x3d62d4['isWordSplitSource']||_0x3d62d4['isWordSplitResult'])return[];const _0x3a7cc8=_0x4355c4(_0x3d62d4)['match'](/(?:\s*\S+\s*)/g),_0xbec746=[];if(_0x3a7cc8&&_0x3a7cc8['length']>0x1){for(const _0x13146f of _0x3a7cc8){const _0x298b2b=new _0x29195d(_0x13146f);_0x298b2b['isWordSplitResult']=!0x0,_0x2860b0(_0x3d62d4,_0x298b2b),_0xbec746['push'](_0x298b2b);}_0x3d62d4['isWordSplitSource']=!0x0,_0x46c496(_0x3d62d4);}return _0xbec746;}}const hr=['p','li','td','th','span','h1','h2','h3','h4','h5','h6','b','strong','i','em','mark','del','ins','sup','sub','a','code','div'];function cr(_0x57f3cd){return _0x243b0e(_0x57f3cd);}function ar(_0x5f2003){return _0x42e156(_0x5f2003);}function mr(_0x2f68dc){const _0x55abec=new AbortController();return{'promise':new Promise((_0x4bf6c7,_0x4832c7)=>{const _0x3c0129=setTimeout(_0x4bf6c7,_0x2f68dc);_0x55abec['signal']['addEventListener']('abort',()=>{clearTimeout(_0x3c0129),_0x4832c7();});}),'abortController':_0x55abec};}const Ee=['showChangeInText','insertSuggestion','applySuggestion','rejectSuggestion','mouseOverSuggestion','mouseLeaveSuggestion','toggleSuggestionDisplayMode','like','dislike'];class Nr extends _0xebef92{['htmlStreamer'];['children'];['headerView'];['contentView'];constructor(_0x2b276b,{part:_0x18701a,areActionsDisabled:_0x45b79e}){super(_0x2b276b),this['set']('partDefinition',_0x18701a),this['set']('state','pending'),this['set']('isVisible',!0x1),this['bind']('isEnabled')['to'](this,'state',_0x4c711b=>'pending'==_0x4c711b&&!_0x45b79e),this['children']=this['createCollection'](),this['htmlStreamer']=new ta({'textNodeStyle':'animation:\x20ck-html-streamer-fade-in\x20.5s','delay':0x14}),this['headerView']=new yn(_0x2b276b,_0x18701a),this['headerView']['bind']('partDefinition')['to'](this),this['headerView']['bind']('isEnabled')['to'](this),this['headerView']['bind']('state')['to'](this),this['headerView']['delegate'](...Ee)['to'](this);const _0x889b2=this['bindTemplate'];this['contentView']=new _0xebef92(),this['contentView']['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__content']}}),this['children']['addMany']([this['contentView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part',_0x889b2['to']('state',_0x545d85=>'ck-ai-suggestion__body__content-part_'+_0x545d85),_0x889b2['to']('isEnabled',_0x5cb49d=>_0x5cb49d?'ck-ai-suggestion__body__content-part_active':void 0x0),_0x889b2['if']('isVisible','ck-hidden',_0x337ff2=>!_0x337ff2)]},'children':this['children'],'on':{'mouseenter':_0x889b2['to'](()=>{this['isEnabled']&&this['fire']('mouseOverSuggestion',{'index':_0x18701a['index']});}),'mouseleave':_0x889b2['to'](()=>{this['isEnabled']&&this['fire']('mouseLeaveSuggestion',{'index':_0x18701a['index']});})}});}async['updateContent']({part:_0x5ce837,renderingStrategy:_0x2942b2,showUnchangedParts:_0x2197da=!0x1,abortSignal:_0x39056a}){this['partDefinition']=_0x5ce837,this['isVisible']=this['partDefinition']['hasChanges']||_0x2197da,this['isVisible']&&('streaming'===_0x2942b2?await this['htmlStreamer']['stream']({'document':this['partDefinition']['content'],'targetElement':this['contentView']['element'],'abortSignal':_0x39056a}):this['contentView']['element']['innerHTML']=Ct(this['partDefinition']['content']));}['toggleHeader'](_0x3ec87c){_0x3ec87c?this['children']['has'](this['headerView'])||this['children']['add'](this['headerView'],0x0):this['children']['has'](this['headerView'])&&this['children']['remove'](this['headerView']);}}class yn extends _0xebef92{['children'];['_toolbarView'];['_iconStateAccepted'];['_iconStateRejected'];constructor(_0x18f2f7,_0xdddf5c){super(_0x18f2f7),this['set']('partDefinition',_0xdddf5c),this['set']('isEnabled',!0x0),this['set']('state','pending');const _0x50452d=new _0x23cd9a();_0x50452d['content']=_0x471065,_0x50452d['extendTemplate']({'attributes':{'class':['ck-ai-suggestion__body__content-part__icon-title']}});const _0x2680f1=new _0xa24b3c(_0x18f2f7);_0x2680f1['set']({'label':Yn(_0x18f2f7,'AI_SUGGESTION_CONTENT_PART_SHOW_IN_THE_TEXT'),'tooltip':!0x0,'withText':!0x1,'icon':_0x4da215}),_0x2680f1['bind']('isEnabled')['to'](this),_0x2680f1['on']('execute',()=>{this['fire']('showChangeInText',{'index':_0xdddf5c['index']});});const _0x571f2b=new _0xa24b3c(_0x18f2f7);_0x571f2b['set']({'label':Yn(_0x18f2f7,'AI_SUGGESTION_CONTENT_PART_ADD_AS_SUGGESTION'),'tooltip':!0x0,'withText':!0x1,'icon':_0x16c946}),_0x571f2b['bind']('isEnabled')['to'](this),_0x571f2b['on']('execute',()=>{this['fire']('insertSuggestion',{'index':_0xdddf5c['index']});});const _0x4ca98e=new _0xa24b3c(_0x18f2f7);_0x4ca98e['set']({'label':Yn(_0x18f2f7,'AI_SUGGESTION_CONTENT_PART_DELETE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x1cbe16}),_0x4ca98e['on']('execute',()=>{this['fire']('rejectSuggestion',{'index':_0xdddf5c['index']});}),_0x4ca98e['bind']('isEnabled')['to'](this),this['_toolbarView']=new _0x440716(_0x18f2f7),this['_toolbarView']['items']['addMany']([_0x2680f1,_0x571f2b,_0x4ca98e]),this['_iconStateAccepted']=new _0x23cd9a(),this['_iconStateAccepted']['content']=_0x47e913,this['_iconStateAccepted']['extendTemplate']({'attributes':{'class':['ck-ai-suggestion__body__content-part__icon-accepted'],'data-cke-tooltip-text':Yn(_0x18f2f7,'AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED'),'data-cke-tooltip-position':'n'}}),this['_iconStateRejected']=new _0x23cd9a(),this['_iconStateRejected']['content']=_0x755f8,this['_iconStateRejected']['extendTemplate']({'attributes':{'class':['ck-ai-suggestion__body__content-part__icon-rejected'],'data-cke-tooltip-text':Yn(_0x18f2f7,'AI_SUGGESTION_CONTENT_PART_REJECTED'),'data-cke-tooltip-position':'n'}});const _0x2b0a19=new _0xebef92(_0x18f2f7);_0x2b0a19['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__title__label']},'children':[Yn(_0x18f2f7,'AI_SUGGESTION_CONTENT_PART_TITLE',(_0xdddf5c['index']+0x1)['toString']())]}),this['children']=this['createCollection'](),this['children']['addMany']([_0x50452d,_0x2b0a19,this['_toolbarView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__title']},'children':this['children']}),this['on']('change:state',(_0x5c3479,_0x4b35df,_0x182bc8,_0x4c9c5a)=>{switch(_0x4c9c5a){case'pending':this['children']['remove'](this['_toolbarView']);break;case'accepted':this['children']['remove'](this['_iconStateAccepted']);break;case'rejected':this['children']['remove'](this['_iconStateRejected']);}switch(_0x182bc8){case'pending':this['children']['add'](this['_toolbarView']);break;case'accepted':this['children']['add'](this['_iconStateAccepted']);break;case'rejected':this['children']['add'](this['_iconStateRejected']);}});}}class g extends _0x5a5836(){['queue']=[];['isProcessing']=!0x1;['_abortController'];async['enqueue'](_0x2d1f65){const _0x31b7fa=this['createTask'](_0x2d1f65);return this['queue']['push'](_0x31b7fa),this['_processQueue'](),_0x31b7fa['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(_0x193d6c=>{this['once']('_queueEmpty',()=>{_0x193d6c();});}):Promise['resolve']();}async['_processQueue'](){if(!this['isProcessing']){this['_abortController']=new AbortController(),this['isProcessing']=!0x0;try{for(;this['queue']['length']&&this['isProcessing'];){const _0x50cf7b=this['queue']['shift']();try{await _0x50cf7b['callback'](this['_abortController']['signal']),_0x50cf7b['resolve']();}catch(_0x429005){_0x50cf7b['reject'](_0x429005);}}}finally{this['isProcessing']=!0x1,this['_abortController']=void 0x0;}this['fire']('_queueEmpty');}}['createTask'](_0x4e0db9){let _0x406d76,_0x3bbf9a;const _0x5ab199=new Promise((_0x46c827,_0x586f1b)=>{_0x406d76=_0x46c827,_0x3bbf9a=_0x586f1b;});return{'callback':_0x4e0db9,'resolve':_0x406d76,'reject':_0x3bbf9a,'completePromise':_0x5ab199};}}class Cr extends _0xebef92{['options'];['content']='';['htmlStreamer'];['children'];constructor(_0x5798bb){super();const _0x51bd06=this['bindTemplate'];this['set']('isDone',!0x1),this['set']('isVisible',!0x0),this['htmlStreamer']=new ta({'textNodeStyle':'animation:\x20ck-html-streamer-fade-in\x20.5s','delay':0x14}),this['options']=_0x5798bb,this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__item',_0x51bd06['if']('isDone','ck-ai-chat__feed__item_done'),_0x51bd06['if']('isVisible','ck-hidden',_0x566d0b=>!_0x566d0b),'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'](_0x27a97f=>{_0x27a97f['removeAttribute']('data-id');}),this['isDone']=!0x0;}async['streamIntoElement'](_0x85a31a,_0x336883,_0x5708ed){await this['htmlStreamer']['stream']({'document':_0x85a31a,'targetElement':_0x336883,'abortSignal':_0x5708ed});}}class Te extends Cr{constructor(_0x4eddbf){super(_0x4eddbf),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-error','warning'===_0x4eddbf['level']?'ck-ai-chat-error_warning':'']}});}['render'](){super['render'](),this['setContent'](this['options']['initialContent']),this['markAsDone']();}['setContent'](_0x2b8811){this['element']['innerHTML']=_0x2b8811;}}class lh extends _0xebef92{['_children'];['_areActionsDisabled'];['_showUnchangedParts'];['_updateContentPartsPromiseQueue'];['_emptyPartsWarningView'];constructor(_0x3e7d4b,{areActionsDisabled:_0x2748f9,showUnchangedParts:_0x12758b}){super(_0x3e7d4b),this['_areActionsDisabled']=_0x2748f9,this['_showUnchangedParts']=_0x12758b,this['set']('hasPendingParts',!0x1),this['_children']=this['createCollection'](),this['_updateContentPartsPromiseQueue']=new g(),this['_emptyPartsWarningView']=new Te({'id':'empty-parts-warning','initialContent':Yn(_0x3e7d4b,'AI_SUGGESTION_EMPTY_PART_WARNING'),'level':'warning'}),this['_emptyPartsWarningView']['isVisible']=!0x1,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all-excluded','ck-ai-suggestion__body','ck-content']},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-parts']},'children':this['_children']},this['_emptyPartsWarningView']]});}get['partsCount'](){return this['_children']['length'];}async['updateContentParts']({parts:_0x33fbac,renderingStrategy:_0x125d86,abortSignal:_0x2dddaf}){for(const _0x16a34d of _0x33fbac)this['_updateContentPartsPromiseQueue']['enqueue'](async _0x479bea=>{let _0x4eda24=this['_children']['find'](_0x222e7e=>_0x222e7e['partDefinition']['index']==_0x16a34d['index']);_0x4eda24||(_0x4eda24=new Nr(this['locale'],{'part':_0x16a34d,'areActionsDisabled':this['_areActionsDisabled']}),_0x4eda24['delegate'](...Ee)['to'](this),this['_children']['add'](_0x4eda24),this['hasPendingParts']=!0x0),0x2===this['_children']['length']&&this['_children']['first']['toggleHeader'](!0x0),_0x4eda24['toggleHeader'](this['_children']['length']>0x1),await _0x4eda24['updateContent']({'part':_0x16a34d,'renderingStrategy':_0x125d86,'showUnchangedParts':this['_showUnchangedParts'],'abortSignal':_0x479bea});});return _0x2dddaf?.['addEventListener']('abort',()=>{this['_updateContentPartsPromiseQueue']['abort']();}),this['_updateContentPartsPromiseQueue']['queueEmptyPromise'];}['updatePartState'](_0x36b8a8,_0x1a59cc){this['_children']['get'](_0x36b8a8)['state']=_0x1a59cc,this['hasPendingParts']='pending'==_0x1a59cc||Array['from'](this['_children'])['some'](_0x534278=>'pending'==_0x534278['state']);}['getPartView'](_0x49ad5c){return this['_children']['get'](_0x49ad5c);}['markAsDone'](){if(!this['_showUnchangedParts']){const _0x5c4935=!this['_children']['find'](_0x142e4a=>_0x142e4a['partDefinition']['hasChanges']),_0x4331fb=!!this['_children']['find'](_0x26f41c=>!_0x26f41c['partDefinition']['hasChanges']);this['_emptyPartsWarningView']['isVisible']=_0x4331fb,_0x5c4935?this['_emptyPartsWarningView']['setContent'](Yn(this['locale'],'AI_SUGGESTION_NO_PARTS_WARNING')):this['_emptyPartsWarningView']['setContent'](Yn(this['locale'],'AI_SUGGESTION_EMPTY_PART_WARNING'));}}get['hasNonEmptyParts'](){return!!this['_children']['find'](_0x27084b=>_0x27084b['partDefinition']['hasChanges']);}}class De extends _0x5a1254{constructor(_0x3aacf7=void 0x0){super();const _0x329533=_0x3aacf7?'ck-ai-spinner_'+_0x3aacf7:'';this['extendTemplate']({'tag':'span','attributes':{'class':['ck-ai-spinner',_0x329533]}});}}class o extends _0xebef92{['bodyView'];['children'];['headerView'];['miniToolbarView'];['loaderView'];['sourcesView'];constructor(_0x523032,{showDiff:_0x289664,areActionsDisabled:_0x2292bd,miniToolbarConfig:_0x1310e6,hideHeader:_0x3feb98,showLoader:_0x30d262,showUnchangedParts:_0x3aceb0}){super(_0x523032),this['set']('areChangesVisible',!0x1),this['set']('isLoaderVisible',!!_0x30d262),this['set']('isLoading',!0x1),this['children']=this['createCollection'](),_0x3feb98||(this['headerView']=new dh(_0x523032,{'showDiff':_0x289664}),this['headerView']['on']('toggleShowChanges',(_0x39083c,_0x3fa64b)=>{this['areChangesVisible']=_0x3fa64b['isOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0x3fa64b['isOn']});}),this['children']['add'](this['headerView'])),this['bodyView']=new lh(_0x523032,{'areActionsDisabled':_0x2292bd,'showUnchangedParts':!!_0x3aceb0}),this['bodyView']['delegate'](...Ee)['to'](this),this['bodyView']['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoaderVisible','ck-hidden')]}}),this['miniToolbarView']=new rh(_0x523032,_0x1310e6,_0x289664),this['miniToolbarView']['delegate'](...Ee)['to'](this),this['miniToolbarView']['on']('toggleShowChanges',(_0x1f1e5b,_0x421523)=>{this['areChangesVisible']=_0x421523,this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0x421523});}),this['miniToolbarView']['bind']('isLoading')['to'](this),this['children']['add'](this['bodyView']),this['children']['add'](this['miniToolbarView']),this['sourcesView']=new jr(this['locale']),this['children']['add'](this['sourcesView']),_0x30d262&&(this['loaderView']=this['_createLoaderView'](),this['children']['add'](this['loaderView'])),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__container','ck-rounded-corners']},'children':this['children']});}async['updateContent'](_0x122656){await this['bodyView']['updateContentParts'](_0x122656);}['updateSources'](_0x469a7){this['sourcesView']['children']['addMany'](_0x469a7['map'](_0x10a273=>new Sr(this['locale'],_0x10a273))),this['sourcesView']['isVisible']=!0x0;}['showLoader'](){this['loaderView']&&(this['isLoaderVisible']=!0x0);}['hideLoader'](){this['loaderView']&&(this['isLoaderVisible']=!0x1);}['markAsDone'](){this['bodyView']['markAsDone'](),this['headerView']&&(this['headerView']['isShowChangesToggleVisible']=this['bodyView']['hasNonEmptyParts']);}['setLoading'](){this['isLoading']=!0x0;}['clearLoading'](){this['isLoading']=!0x1;}['_createLoaderView'](){const _0x5aa898=new _0xebef92(this['locale']),_0x1f44e6=new De('small');_0x1f44e6['isVisible']=!0x0;const _0x472cfc=new _0xebef92(this['locale']);return _0x472cfc['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__loader-text']},'children':[Yn(this['locale'],'AI_CHAT_IS_WRITING')]}),_0x5aa898['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__loader',this['bindTemplate']['if']('isLoaderVisible','ck-hidden',_0x30487d=>!_0x30487d)]},'children':[_0x1f44e6,_0x472cfc]}),_0x5aa898;}}class jr extends _0xebef92{['children'];constructor(_0x5858cc){super(_0x5858cc),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',_0x26a508=>!_0x26a508)]},'children':this['children']});const _0x48c2f0=new _0xebef92(this['locale']),_0xa7cbd3=new _0x23cd9a();_0xa7cbd3['content']=_0x490596,_0x48c2f0['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources__header']},'children':[_0xa7cbd3,{'tag':'span','children':[{'text':Yn(this['locale'],'AI_CHAT_SOURCES_HEADER')}]}]}),this['children']['add'](_0x48c2f0);}}class Sr extends _0xa24b3c{constructor(_0x34fdf7,_0x278d09){super(_0x34fdf7),this['set']({'label':_0x278d09['title'],'tooltip':_0x278d09['title'],'class':['ck\x20ck-ai-web-source'],'withText':!0x0});const _0x462a45=this['bindTemplate'];if(this['extendTemplate']({'on':{'click':_0x462a45['to'](()=>{window['open'](_0x278d09['url'],'_blank');})}}),_0x278d09['favicon']){const _0x180884=new _0xebef92(_0x34fdf7);_0x180884['setTemplate']({'tag':'img','attributes':{'src':_0x278d09['favicon']||_0x490596,'alt':_0x278d09['title'],'class':['ck-ai-web-source__image']}}),this['children']['add'](_0x180884);}else this['set']('icon',_0x490596);}}class ls extends _0x440716{constructor(_0x409b3d,_0x3019d7=!0x0,_0x1c474a=!0x0){super(_0x409b3d),this['set']('isLoading',!0x1),_0x3019d7&&(this['applyButton']=this['_createButton'](Yn(_0x409b3d,'AI_BALLOON_APPLY_BUTTON'),'ck-ai-button-primary'),this['applyButton']['bind']('isEnabled')['to'](this,'isLoading',_0x340d64=>!_0x340d64),this['items']['add'](this['applyButton'])),_0x1c474a&&(this['suggestButton']=this['_createButton'](Yn(_0x409b3d,'AI_BALLOON_SUGGEST_BUTTON'),'ck-ai-button-secondary'),this['suggestButton']['bind']('isEnabled')['to'](this,'isLoading',_0x40a47d=>!_0x40a47d),this['items']['add'](this['suggestButton'])),this['extendTemplate']({'attributes':{'class':['ck-ai-balloon__toolbar']}});}['_createButton'](_0x4201de,_0x5193bf){const _0x43092e=new _0xa24b3c(this['locale']);return _0x43092e['set']({'label':_0x4201de,'class':_0x5193bf||'','isVisible':!0x0,'withText':!0x0}),_0x43092e;}}class ds extends _0xebef92{constructor(_0x3083e9){super(_0x3083e9),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-balloon__disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-balloon__disclaimer-content']},'children':[{'text':Yn(_0x3083e9,'AI_DISCLAIMER_TEXT')}]}]});}}const Y=['applySuggestion','insertSuggestion','showNext','showPrevious'];class Z extends _0xebef92{['focusTracker'];['keystrokes'];['focusCycler'];['_focusables'];constructor(_0x5c7910,_0x5485a3){super(_0x5c7910),this['set']('isLoading',!0x1),this['focusTracker']=new _0x13c01a(),this['keystrokes']=new _0x3c58a3(),this['_focusables']=this['createCollection'](),this['focusCycler']=new _0x532b63({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_dialogContent']=new _0x18aaa9(),this['_addContentView'](_0x5485a3['mainView']),this['_addDisclaimerView'](),this['_addToolbar'](_0x5485a3['showApplyButton'],_0x5485a3['showSuggestButton']),this['toolbar']['bind']('isLoading')['to'](this),this['_focusables']['clear'](),this['_focusables']['addMany']([this['toolbar']]),this['setTemplate']({'tag':'div','attributes':{'class':'ai-balloon-content'},'children':this['_dialogContent']});}['render'](){super['render']();for(const _0xd7aa65 of this['_focusables'])this['focusTracker']['add'](_0xd7aa65['element']);this['keystrokes']['listenTo'](this['element']);}['focus'](_0x5359de){-0x1===_0x5359de?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['setLoading'](){this['isLoading']=!0x0;}['clearLoading'](){this['isLoading']=!0x1;}['setupRotator'](_0x5256a9){const _0x344783=this['_createNextButtonView'](),_0x11e037=this['_createPreviousButtonView']();_0x5256a9['view']['headerView']['children']['add'](_0x344783,0x2),_0x5256a9['view']['headerView']['children']['add'](_0x11e037,0x0),this['_focusables']['addMany']([_0x344783,_0x11e037]),this['focusTracker']['add'](_0x344783['element']),this['focusTracker']['add'](_0x11e037['element']);}['_addContentView'](_0x4821a7){this['_mainView']=_0x4821a7,this['_dialogContent']['add'](this['_mainView']);}['_addDisclaimerView'](){this['disclaimerView']=new ds(this['locale']),this['_dialogContent']['add'](this['disclaimerView']);}['_addToolbar'](_0x3368e7=!0x0,_0x5a3a45=!0x0){this['toolbar']=new ls(this['locale'],_0x3368e7,_0x5a3a45),this['toolbar']['applyButton']?.['on']('execute',()=>{this['fire']('applySuggestion');}),this['toolbar']['suggestButton']?.['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_dialogContent']['add'](this['toolbar']);}['_createNextButtonView'](){const _0x498a11=new _0xa24b3c(this['locale']);return _0x498a11['set']({'icon':_0x4b1bfd,'tooltip':Yn(this['locale'],'AI_BALLOON_NEXT_TOOLTIP')}),_0x498a11['on']('execute',()=>{this['fire']('showNext');}),_0x498a11;}['_createPreviousButtonView'](){const _0x4ed57d=new _0xa24b3c(this['locale']);return _0x4ed57d['set']({'icon':_0x1df48d,'tooltip':Yn(this['locale'],'AI_BALLOON_PREVIOUS_TOOLTIP')}),_0x4ed57d['on']('execute',()=>{this['fire']('showPrevious');}),_0x4ed57d;}}class m extends _0x3cc6c1{static get['requires'](){return[e,a];}static get['pluginName'](){return'AIBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['isOpen']=!0x1;['_config'];['open'](_0x4ed8a7){const _0x443820=it(this['context']);this['_config']=_0x4ed8a7,this['balloonView']=new Z(_0x443820['locale'],_0x4ed8a7),this['balloonView']['delegate'](...Y)['to'](this),this['_showDialog'](_0x4ed8a7);}['close'](){it(this['context'])['plugins']['get']('Dialog')['hide']();}['_setupVisualSelection'](_0x506663,_0x108793){this['context']['plugins']['get'](a)['showFakeVisualSelection'](_0x506663,'ai-balloon-'+_0x108793,!0x0,!0x0);}['_showDialog'](_0x5d7911){const _0x1b92b9=it(this['context']);this['_setupVisualSelection'](_0x5d7911['ranges'],_0x5d7911['index']),_0x1b92b9['plugins']['get']('Dialog')['show']({'title':_0x5d7911['title'],'icon':_0x5d7911['icon'],'hasCloseButton':!0x0,'id':'aiBalloon','position':this['_calculateDialogPosition']['bind'](this),'className':'ai-balloon'+(_0x5d7911['showRotator']?'\x20ai-balloon-rotator':''),'content':this['balloonView'],'onShow':_0xad0914=>{_0x5d7911['showRotator']&&this['balloonView']['setupRotator'](_0xad0914),this['isOpen']=!0x0;},'onHide':()=>{this['context']['plugins']['get']('AIEditing')['hideFakeVisualSelection']('ai-balloon-'+_0x5d7911['index']),this['fire']('dialogClosed'),this['isOpen']=!0x1;}});}['_calculateDialogPosition'](_0x21b589,_0x4494c6){const _0xe44a7a=it(this['context']);if(!_0x4494c6)return{'left':0x0,'top':0x0};const _0x2f025e=tt(_0xe44a7a['editing'],[..._0xe44a7a['model']['markers']['getMarkersGroup']('ai-selection'),..._0xe44a7a['model']['markers']['getMarkersGroup']('ai-balloon-selection')]);if(!_0x2f025e||0x0===_0x2f025e['length'])return{'left':Math['round'](_0x4494c6['left']+_0x4494c6['width']/0x2-_0x21b589['width']/0x2),'top':Math['round'](_0x4494c6['top']+_0x4494c6['height']/0x2-_0x21b589['height']/0x2)};const _0x5d01f6=Math['round'](_0x4494c6['left']+_0x4494c6['width']/0x2-_0x21b589['width']/0x2),_0x4aeba0=_0x2f025e[0x0]['getBoundingClientRect'](),_0x22f581=_0x2f025e[_0x2f025e['length']-0x1]['getBoundingClientRect'](),_0x2e847e=_0x21b589['height'],_0x823077=this['_config']['showRotator']?0x8:0x0;return{'left':_0x5d01f6,'top':this['_calculateOptimalTopPosition'](_0x4aeba0,_0x22f581,_0x2e847e,_0x823077)};}['_calculateOptimalTopPosition'](_0x3f6e48,_0x8dc32c,_0x3bd2c8,_0x5e3df7=0x0){const _0x4d5a36=_0x8dc32c['top']+_0x8dc32c['height'],_0x7bfd36=_0x3f6e48['top']-_0x3bd2c8-_0x5e3df7,_0x340613=window['innerHeight']-_0x4d5a36-0xa,_0x36b19d=_0x3f6e48['top']-_0x5e3df7-0xa;let _0x23d496;if(_0x340613>=_0x3bd2c8)_0x23d496=_0x4d5a36+0xa;else{if(_0x36b19d>=_0x3bd2c8)_0x23d496=_0x7bfd36-0xa;else _0x23d496=_0x3f6e48['top']+(_0x8dc32c['top']+_0x8dc32c['height'])/0x2-(_0x3bd2c8+_0x5e3df7)/0x2;}return _0x23d496;}}class et extends _0x3cc6c1{['_aiEditing'];['_aiConnector'];['_aiChatUi'];['_aiChatModels'];['_batchToChanges']=new Map();['_previewedChangeGroup']=null;['_balloonShowDiff']=!0x1;static get['requires'](){return[e,m,_0x1cdca3];}static get['pluginName'](){return'AIChatController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiConnector']=this['context']['plugins']['get']('AIConnector'),this['_aiChatUi']=this['context']['plugins']['get']('AIChatUI'),this['_aiEditing']=this['context']['plugins']['get']('AIEditing'),this['_aiChatModels']=new lt({'connector':this['_aiConnector']});const _0x1879c7=this['context']['plugins']['get']('AITabs');this['listenTo'](this['_aiChatUi'],'startConversation',()=>{this['_handleStartConversation']();}),this['listenTo'](this['_aiChatUi'],'sendUserMessage',(_0x51f787,_0x4c1673)=>{this['_handleUIUserMessage']({'userMessage':_0x4c1673});}),this['listenTo'](_0x1879c7,'resizedTabs',(_0x3941ae,_0x214c45)=>{this['_setIsMaximized'](_0x214c45);}),this['listenTo'](this['_aiChatUi'],'resizeTabs',()=>{_0x1879c7['resize']();}),this['listenTo'](this['_aiChatUi'],'abortPromptStream',async()=>{await this['_stopLastInteraction'](),await this['_flushLastInteractionUI']();}),this['listenTo'](this['_aiChatUi'],'addDocumentToContext',()=>{this['activeConversation']?.['addCurrentDocumentToContext'](Yn(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}),this['listenTo'](this['_aiChatUi'],'addFileToContext',(_0x6adf68,_0x20555f)=>{this['activeConversation']?.['addFilesToContext'](Array['from'](_0x20555f));}),this['listenTo'](this['_aiChatUi'],'addUrlToContext',(_0x4a2dd8,_0x2fb372)=>{this['activeConversation']?.['addUrlToContext'](_0x2fb372);}),this['listenTo'](this['_aiChatUi'],'addResourceToContext',(_0x4e0be0,_0x4084ae)=>{this['activeConversation']?.['addResourceToContext'](_0x4084ae['source'],_0x4084ae['resource']);}),this['listenTo'](this['_aiChatUi'],'removeContextItem',(_0x4411f9,_0x2f4d26)=>{this['_removeFromContext'](_0x2f4d26);}),this['listenTo'](this['_aiChatUi'],'loadSourceResources',(_0x16515b,_0x1cd281)=>{this['activeConversation']?.['loadSourceResources'](_0x1cd281['sourceId'],_0x1cd281['query'],_0x1cd281['uid']);}),this['listenTo'](this['_aiChatUi'],'toggleWebSearch',()=>{this['_toggleWebSearch']();}),this['listenTo'](this['_aiChatUi'],'toggleReasoning',()=>{this['_toggleReasoning']();}),this['listenTo'](this['_aiChatUi'],'selectModel',(_0x3e4dd0,_0x59c52e)=>{this['activeConversation']?.['setModel'](_0x59c52e);}),this['listenTo'](this['_aiChatUi'],'like',(_0x3ce288,{replyId:_0x585b86})=>{console['log']('Liked\x20response',_0x585b86);}),this['listenTo'](this['_aiChatUi'],'dislike',(_0x32ce59,{replyId:_0x58a967})=>{console['log']('Disliked\x20response',_0x58a967);}),this['listenTo'](this['_aiChatUi'],'insertSuggestion',(_0x2743bf,_0x47125d)=>{this['context']['plugins']['get'](m)['close'](),this['_insertSuggestion'](_0x47125d);}),this['listenTo'](this['_aiChatUi'],'showChangeInText',(_0x397452,{replyId:_0x41e7fa,partIndex:_0x359770})=>{this['_balloonShowDiff']=this['_aiChatUi']['showDiff'],this['_openBalloonFor'](_0x41e7fa,_0x359770);}),this['listenTo'](this['_aiChatUi'],'mouseOverSuggestion',(_0x1f2376,{replyId:_0x57f6d9,partIndex:_0xd569b7})=>{const _0x199e92=this['_getDocumentRangeForReplyChanges'](_0x57f6d9,_0xd569b7);_0x199e92&&'$graveyard'!=_0x199e92['range']['root']['rootName']&&this['_aiEditing']['showFakeVisualSelection']([_0x199e92['range']],'ai-chat-controller-mouse-over');}),this['listenTo'](this['_aiChatUi'],'mouseLeaveSuggestion',()=>{this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over');}),this['listenTo'](this['_aiChatUi'],'applySuggestion',(_0xbcb77f,_0x564c70)=>{this['context']['plugins']['get'](m)['close'](),this['_applySuggestion'](_0x564c70);}),this['listenTo'](this['_aiChatUi'],'toggleSuggestionDisplayMode',async(_0xd8b49f,_0x9d016c)=>{const {reply:_0x285700}=this['getInteractionAndReplyById'](_0x9d016c['replyId']),_0xa73143=p({'editor':it(this['context']),'changeGroups':_0x285700['changeGroups'],'documentContextContent':_0x285700['documentContextContent'],'showDiff':_0x9d016c['showDiff']});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x285700['id'],'parts':_0xa73143,'renderingStrategy':'static'});}),this['listenTo'](this['_aiChatUi'],'rejectSuggestion',(_0x17a768,{replyId:_0x290046,partIndex:_0x5c8251})=>{this['_previewedChangeGroup']?.['replyId']==_0x290046&&this['_previewedChangeGroup']?.['partIndex']==_0x5c8251&&this['context']['plugins']['get'](m)['close']();const {reply:_0x4885cc}=this['getInteractionAndReplyById'](_0x290046);_0x4885cc['setChangeGroupState'](_0x5c8251,'rejected'),this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over');});}async['afterInit'](){this['context']instanceof ot?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x50c3c9,_0x38245e)=>{_0x38245e['on']('ready',()=>{this['_integrateEditor'](_0x38245e);});}),await this['_handleStartConversation']();}['_insertSuggestion'](_0x38cc20){const _0xb66ab5=it(this['context']);if(!_0xb66ab5['plugins']['has']('TrackChangesEditing'))return;const _0x2dbae3=this['context']['plugins']['get']('DocumentCompare'),{reply:_0x4aab30,interaction:_0x4faf39}=this['getInteractionAndReplyById'](_0x38cc20['replyId']),_0x4b5dce=this['_getDocumentRangeForReplyChanges'](_0x38cc20['replyId'],_0x38cc20['partIndex']),_0x1bfb7a=void 0x0!==_0x38cc20['partIndex']?[_0x4aab30['changeGroups'][_0x38cc20['partIndex']]]:_0x4aab30['changeGroups']['filter'](_0x290596=>'pending'==_0x290596['state']),_0x425c6e=_0x1bfb7a['map'](_0x22afb6=>_0x4aab30['changeGroups']['indexOf'](_0x22afb6));_0x425c6e['forEach'](_0x168e35=>_0x4aab30['setChangeGroupState'](_0x168e35,'accepted'));const _0x3dcc76=w({'editor':_0xb66ab5,'reply':_0x4aab30,'interaction':_0x4faf39,'groups':_0x1bfb7a,'transform':!0x0,'documentCompare':_0x2dbae3,'documentCompareOptions':{'anchor':'main','markDeletions':!0x0}});let _0x9c824b;_0x4b5dce&&this['_scrollToSuggestionRange'](_0x4b5dce['range']),_0xb66ab5['model']['change'](_0x5145b0=>{_0x9c824b=_0x5145b0['batch'],_0xb66ab5['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x3dcc76),this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over');}),this['_batchToChanges']['set'](_0x9c824b,{'interactionId':_0x4faf39['id'],'replyId':_0x4aab30['id'],'indexes':_0x425c6e['slice']()});}['_applySuggestion'](_0x4d325f){const _0x5c5050=it(this['context']),_0x2a29a0=this['context']['plugins']['get'](_0x1cdca3),{reply:_0x1086b1,interaction:_0x74dc5d}=this['getInteractionAndReplyById'](_0x4d325f['replyId']),_0x12ba02=this['_getDocumentRangeForReplyChanges'](_0x4d325f['replyId'],_0x4d325f['partIndex']),_0x22856f=void 0x0!==_0x4d325f['partIndex']?[_0x1086b1['changeGroups'][_0x4d325f['partIndex']]]:_0x1086b1['changeGroups']['filter'](_0x18d077=>'pending'==_0x18d077['state']),_0x3807c3=_0x22856f['map'](_0x333352=>_0x1086b1['changeGroups']['indexOf'](_0x333352));_0x3807c3['forEach'](_0x4aef70=>_0x1086b1['setChangeGroupState'](_0x4aef70,'accepted'));const _0xf3a229=w({'editor':_0x5c5050,'reply':_0x1086b1,'interaction':_0x74dc5d,'groups':_0x22856f,'transform':!0x0,'documentCompare':_0x2a29a0,'documentCompareOptions':{'anchor':'main','markDeletions':!0x1}});let _0x38cc4d;_0x12ba02&&this['_scrollToSuggestionRange'](_0x12ba02['range']),_0x5c5050['model']['change'](_0x1dbe2e=>{_0x38cc4d=_0x1dbe2e['batch'];for(const _0x46a13c of _0xf3a229)_0x46a13c['baseVersion']=_0x5c5050['model']['document']['version'],_0x1dbe2e['batch']['addOperation'](_0x46a13c),_0x5c5050['model']['applyOperation'](_0x46a13c);}),this['_batchToChanges']['set'](_0x38cc4d,{'interactionId':_0x74dc5d['id'],'replyId':_0x1086b1['id'],'indexes':_0x3807c3['slice']()});}['_openBalloonFor'](_0x282571,_0x46e83b){const _0x508faa=it(this['context']),_0x3b8ff2=this['_getDocumentRangeForReplyChanges'](_0x282571,_0x46e83b),_0x471e63=this['context']['plugins']['get'](m);if(!_0x3b8ff2)return void _0x471e63['close']();const {range:_0x2e2248,currentIndex:_0x5e32cb,previousIndex:_0x1db311,nextIndex:_0x432987}=_0x3b8ff2;if(this['_previewedChangeGroup']?.['replyId']==_0x282571&&this['_previewedChangeGroup']?.['partIndex']==_0x5e32cb)return;this['_previewedChangeGroup']={'replyId':_0x282571,'partIndex':_0x5e32cb};const _0x93a485=new o(_0x508faa['locale'],{'showDiff':this['_balloonShowDiff'],'areActionsDisabled':!0x1,'miniToolbarConfig':{'showChanges':'full'},'hideHeader':!0x0}),{reply:_0x991d44}=this['getInteractionAndReplyById'](_0x282571),_0x468594=p({'editor':_0x508faa,'changeGroups':[_0x991d44['changeGroups'][_0x5e32cb]],'documentContextContent':_0x991d44['documentContextContent'],'showDiff':this['_balloonShowDiff']});_0x93a485['updateContent']({'parts':_0x468594,'renderingStrategy':'static'});const _0x3b9a34=_0x5e32cb!==_0x1db311;this['_scrollToSuggestionRange'](_0x2e2248,!0x0),_0x471e63['open']({'index':_0x5e32cb,'title':Yn(this['context']['locale'],'AI_BALLOON_HEADER_TITLE',(_0x5e32cb+0x1)['toString']()),'icon':yt,'mainView':_0x93a485,'showRotator':_0x3b9a34,'showApplyButton':!0x0,'showSuggestButton':!0x0,'ranges':[_0x2e2248]}),this['_aiChatUi']['scrollFeedToSuggestion'](_0x282571,_0x5e32cb),this['listenTo'](_0x93a485,'toggleSuggestionDisplayMode',(_0x31d3a6,{showDiff:_0x25099a})=>{this['_balloonShowDiff']=_0x25099a;const {reply:_0x406632}=this['getInteractionAndReplyById'](_0x282571),_0x858f6e=p({'editor':_0x508faa,'changeGroups':[_0x406632['changeGroups'][_0x5e32cb]],'documentContextContent':_0x406632['documentContextContent'],'showDiff':_0x25099a});_0x93a485['updateContent']({'parts':_0x858f6e,'renderingStrategy':'static'});}),this['listenTo'](_0x471e63,'applySuggestion',()=>{this['_applySuggestion']({'replyId':_0x282571,'partIndex':_0x5e32cb}),_0x3b9a34?this['_openBalloonFor'](_0x282571,_0x432987):_0x471e63['close']();}),this['listenTo'](_0x471e63,'insertSuggestion',()=>{this['_insertSuggestion']({'replyId':_0x282571,'partIndex':_0x5e32cb}),_0x3b9a34?this['_openBalloonFor'](_0x282571,_0x432987):_0x471e63['close']();}),_0x3b9a34&&(this['listenTo'](_0x471e63,'showNext',()=>{this['_openBalloonFor'](_0x282571,_0x432987);}),this['listenTo'](_0x471e63,'showPrevious',()=>{this['_openBalloonFor'](_0x282571,_0x1db311);})),this['listenTo'](_0x471e63,'dialogClosed',()=>{this['stopListening'](_0x471e63),this['stopListening'](_0x93a485),this['_previewedChangeGroup']=null;});}['_getDocumentRangeForReplyChanges'](_0x137ea8,_0x2358fb){const _0x15ee52=it(this['context']),{reply:_0xc9bb10,interaction:_0x5d5188}=this['getInteractionAndReplyById'](_0x137ea8),_0x3cb51c=_0xc9bb10['changeGroups']['filter'](_0x4abd6d=>'pending'==_0x4abd6d['state']),_0x1ab7ec=_0x3cb51c['map'](_0x3254e2=>_0xc9bb10['changeGroups']['indexOf'](_0x3254e2));void 0x0===_0x2358fb&&(_0x2358fb=_0x1ab7ec[0x0]);const _0x4d82e3=_0x1ab7ec['indexOf'](_0x2358fb);if(-0x1==_0x4d82e3)return null;const _0x42f07d=0x0==_0x4d82e3?_0x1ab7ec[_0x1ab7ec['length']-0x1]:_0x1ab7ec[_0x4d82e3-0x1],_0x392fad=_0x4d82e3==_0x1ab7ec['length']-0x1?_0x1ab7ec[0x0]:_0x1ab7ec[_0x4d82e3+0x1],_0x5e40eb=_0x3cb51c[_0x4d82e3],_0x21ae04=new _t([]),_0x54a7f1=new _t([]);for(const _0x4ffb26 of _0x5e40eb['changes'])if('removed'!=_0x4ffb26['type']&&_0x54a7f1['children']['push'](_0x4ffb26['node']['cloneNode'](!0x0)),'new'!=_0x4ffb26['type']){const _0x2ac182=mt(_0x487b91=>ft(_0x487b91,'data-id')==_0x4ffb26['id'],_0xc9bb10['documentContextContent'],!0x0);_0x21ae04['children']['push'](_0x2ac182['cloneNode'](!0x0));}if(0x0==_0x21ae04['children']['length']){if(_0x5e40eb['changes'][0x0]['anchorId']){const _0x2bf8e6=It('data-id',_0x5e40eb['changes'][0x0]['anchorId'],_0xc9bb10['documentContextContent']);_0x21ae04['children']['unshift'](_0x2bf8e6['cloneNode'](!0x0)),_0x54a7f1['children']['unshift'](_0x2bf8e6['cloneNode'](!0x0)),_0x2bf8e6['nextSibling']&&(_0x21ae04['children']['push'](_0x2bf8e6['nextSibling']['cloneNode'](!0x0)),_0x54a7f1['children']['push'](_0x2bf8e6['nextSibling']['cloneNode'](!0x0)));}else{const _0x526028=_0xc9bb10['documentContextContent']['children'][0x0];if(!_0x526028)return null;_0x21ae04['children']['push'](_0x526028['cloneNode'](!0x0)),_0x54a7f1['children']['push'](_0x526028['cloneNode'](!0x0));}}const _0x5e75f2=_0x5d5188['getDocumentContext'](),_0x3fd70e=_0x15ee52['data']['parse'](_0x5e75f2['content']),_0x54c771=Ct(_0x21ae04),_0x3d206f=_0x15ee52['data']['parse'](_0x54c771),_0x3dca61=_0x15ee52['data']['parse'](_0x54c771),_0x4a9c1e=_0x15ee52['model']['createPositionAt'](_0x3d206f,0x0),_0x106613=Ct(_0x54a7f1),_0xa0a861={'anchor':_0x4a9c1e,'markDeletions':!0x1},_0x3e088d=_0x15ee52['plugins']['get'](_0x1cdca3)['getDiff'](_0x54c771,_0x106613,_0xa0a861)['getOperations']();if(!_0x3e088d['length'])return null;_0x15ee52['model']['change'](_0x2a1495=>{for(const _0x176271 of _0x3e088d)if('remove'==_0x176271['type']){const _0x4393af=_0x176271['sourcePosition'],_0x4f3864=_0x176271['howMany'],_0x1e5203=new _0x3d4b6d(_0x4393af,_0x4f3864);_0x2a1495['batch']['addOperation'](_0x1e5203),_0x15ee52['model']['applyOperation'](_0x1e5203);}else _0x176271['baseVersion']=null,_0x176271['isDocumentOperation']=!0x1,_0x2a1495['batch']['addOperation'](_0x176271),_0x15ee52['model']['applyOperation'](_0x176271);});const _0x519922=ut(_0x15ee52,_0x3e088d,_0x3d206f);pt(_0x15ee52['model'],_0x519922);const _0x3538c0=_0x519922['getFirstRange']()['start']['path']['slice'](),_0x494ba5=_0x519922['getFirstRange']()['end']['path']['slice'](),_0x4adde0=[];let _0x1d685c=_0x3d206f,_0xa1202f=_0x3dca61;for(let _0xfb54d7=0x0;_0xfb54d7<_0x494ba5['length'];_0xfb54d7++){const _0x490f1e=_0x1d685c['maxOffset']-_0x494ba5[_0xfb54d7];_0x4adde0[_0xfb54d7]=_0xa1202f['maxOffset']-_0x490f1e,_0x1d685c=_0x1d685c['getChildAtOffset'](_0x494ba5[_0xfb54d7]),_0xa1202f=_0xa1202f['getChildAtOffset'](_0x4adde0[_0xfb54d7]);}const _0x256b44=_0x15ee52['model']['createRange'](_0x15ee52['model']['createPositionFromPath'](_0x3dca61,_0x3538c0),_0x15ee52['model']['createPositionFromPath'](_0x3dca61,_0x4adde0)),_0x5b3f01=_0x3dca61['getChild'](0x0)['getAttribute'](gt),_0x483b3c=Array['from'](_0x3fd70e['getChildren']())['find'](_0x4b4abd=>_0x4b4abd['getAttribute'](gt)==_0x5b3f01)['getPath'](),_0x1849b2=_0x256b44['start']['path']['slice'](),_0x5e5b3d=_0x256b44['end']['path']['slice']();_0x1849b2[0x0]=_0x483b3c[0x0]+_0x1849b2[0x0],_0x5e5b3d[0x0]=_0x483b3c[0x0]+_0x5e5b3d[0x0];let _0x353ca9=_0x15ee52['model']['createRange'](_0x15ee52['model']['createPositionFromPath'](_0x15ee52['model']['document']['getRoot'](),_0x1849b2),_0x15ee52['model']['createPositionFromPath'](_0x15ee52['model']['document']['getRoot'](),_0x5e5b3d));const _0x248be9=_0x15ee52['model']['document']['history']['getOperations'](_0x5e75f2['version']);for(const _0x5d3862 of _0x248be9)_0x353ca9=_0x4f7a9a['_createFromRanges'](_0x353ca9['getTransformedByOperation'](_0x5d3862));return{'range':_0x353ca9,'previousIndex':_0x42f07d,'nextIndex':_0x392fad,'currentIndex':_0x2358fb};}['_integrateEditor'](_0x58d91b){if(!_0x58d91b['plugins']['has']('Undo'))return;const _0x22defa=_0x58d91b['commands']['get']('undo'),_0x541648=_0x58d91b['commands']['get']('redo');this['listenTo'](_0x22defa,'revert',(_0x3d5e40,_0x10a331,_0x54ed0c)=>{const _0x289b3a=this['_batchToChanges']['get'](_0x10a331);if(!_0x289b3a)return;const _0x251eb6=this['activeConversation']['getInteraction'](_0x289b3a['interactionId'])['getReply'](_0x289b3a['replyId']);_0x289b3a['indexes']['forEach'](_0x599bdb=>_0x251eb6['setChangeGroupState'](_0x599bdb,'pending')),this['_batchToChanges']['delete'](_0x10a331),this['_batchToChanges']['set'](_0x54ed0c,_0x289b3a);}),this['listenTo'](_0x541648,'revert',(_0x3508f1,_0x28810b,_0x169f79)=>{const _0x45d4e3=this['_batchToChanges']['get'](_0x28810b);if(!_0x45d4e3)return;const _0x130d62=this['activeConversation']['getInteraction'](_0x45d4e3['interactionId'])['getReply'](_0x45d4e3['replyId']);_0x45d4e3['indexes']['forEach'](_0x5dbb2b=>_0x130d62['setChangeGroupState'](_0x5dbb2b,'accepted')),this['_batchToChanges']['delete'](_0x28810b),this['_batchToChanges']['set'](_0x169f79,_0x45d4e3);});}async['loadConversation'](_0x46d068){this['context']['plugins']['get'](m)['close'](),this['_aiChatUi']['setFeedItemRenderingStrategy']('static'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x0),await this['_stopLastInteraction']();try{const _0xaf0ee9=this['context']['plugins']['get'](ht);this['updateConversationTitle']('\x20'),_0xaf0ee9['view']['activateTab']('chat'),await this['_handleStartConversation'](_0x46d068);const {sessionId:_0xb91478}=this['_aiEditing']['getDocumentData']();await this['activeConversation']['load'](_0x46d068,_0xb91478),this['activeConversation']['isCurrentDocumentInConversation']()&&this['activeConversation']['addCurrentDocumentToContext'](Yn(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}catch(_0x4368ac){console['error']('Failed\x20to\x20load\x20conversation',_0x4368ac);}finally{this['_aiChatUi']['setFeedItemRenderingStrategy']('streaming'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1);}}['handleRemovedConversation'](_0x49adb7){this['activeConversation']['id']===_0x49adb7&&this['_handleStartConversation']();}async['addSelectionToChatContext'](){const _0x4ccd29=this['_aiEditing']['getSelectionText']();this['activeConversation']?.['addSelectionToContext'](_0x4ccd29),this['activeConversation']?.['addCurrentDocumentToContext'](Yn(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}['removeSelectionFromChatContext'](){this['activeConversation']?.['removeSelectionFromContext']();}['focusPromptInput'](){this['_aiChatUi']['focusPromptInput']();}async['startConversation'](){await this['_handleStartConversation']();}async['sendMessage']({message:_0x45b06a,quickActionData:_0x52822a}){await this['_handleUIUserMessage']({'userMessage':_0x45b06a,'quickActionData':_0x52822a});}['getGroupId'](){const _0x3992e9=this['context']['config']['get']('collaboration.channelId');if(!_0x3992e9)throw new _0xa14e6e('ai-chat-missing-channel-id',this);return _0x3992e9;}async['_handleStartConversation'](_0x2f10e4){const _0x365f13=this['context']['plugins']['get'](m);let _0x47a6fb;_0x365f13['isOpen']&&_0x365f13['close'](),_0x47a6fb=_0x2f10e4||!this['activeConversation']?this['context']['config']['get']('ai.chat.models.defaultModelId'):this['activeConversation']['selectedModel']['id'],await this['_stopLastInteraction']();const _0x38f5b2=this['getGroupId'](),_0x46923c=_0x2f10e4||_0x48375a();this['activeConversation']=new ct({'connector':this['_aiConnector'],'chatModels':this['_aiChatModels'],'defaultModelId':_0x47a6fb,'conversationId':_0x46923c,'group':_0x38f5b2,'getEditor':()=>it(this['context'])}),this['activeConversation']['on']('conversationInitialized',(_0x49ca6d,_0xcfbfcf)=>{_0xcfbfcf['availableModels']=this['_filterModels'](_0xcfbfcf['availableModels'],this['context']['config']['get']('ai.chat.models.displayedModels')),this['_aiChatUi']['createConversation'](_0xcfbfcf),this['_aiChatUi']['resetMessageInput'](),this['_aiChatUi']['clearPendingContextUI'](),this['_aiChatUi']['clearConversationContextUI'](),_0x2f10e4||(this['_aiChatUi']['resetConversationTitle'](),this['activeConversation']?.['addCurrentDocumentToContext'](Yn(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT')));}),this['activeConversation']['on']('uploadProgressChanged',(_0x1f95f9,_0x2080f7)=>{this['_aiChatUi']['setIsUploadInProgress'](_0x2080f7['isUploadInProgress']);}),this['activeConversation']['on']('interactionCreated',(_0x407e4f,_0x4e7758)=>{this['_aiChatUi']['addFeedItemUserMessage'](_0x4e7758),this['_aiChatUi']['addFeedInteractionHeader'](_0x4e7758);}),this['activeConversation']['on']('interactionStarted',(_0xef5cdc,_0x5e3b0e)=>{this['_aiChatUi']['startInteraction'](_0x5e3b0e);}),this['activeConversation']['on']('interactionFinished',async()=>{await this['_aiChatUi']['finishInteraction']();}),this['activeConversation']['on']('interactionDestroyed',(_0x212dcc,_0x5c760f)=>{this['_aiChatUi']['removeFeedInteraction'](_0x5c760f['id']);}),this['activeConversation']['on']('setConversationTitle',(_0x112429,_0x4c0f02,_0x10414c)=>{this['updateConversationTitle'](_0x4c0f02,_0x10414c);}),this['activeConversation']['on']('replyCreated',(_0x47b3b0,_0x14f80b)=>{this['_aiChatUi']['updateFeedInteractionHeader']({'isVisible':!0x0,'id':_0x14f80b['interactionId']}),'text-delta'===_0x14f80b['type']?this['_aiChatUi']['addFeedItemAIReply'](_0x14f80b):this['_aiChatUi']['addFeedItemAISuggestion'](_0x14f80b);}),this['activeConversation']['on']('replyContentUpdated',async(_0x2ae52c,_0x1b9b3b,_0x93144d)=>{await this['_updateReplyContent']({'reply':_0x1b9b3b,'changeGroups':_0x93144d});}),this['activeConversation']['on']('replyChangeGroupStateUpdated',(_0x48a4db,{reply:_0x28a175,index:_0x38aa5c,state:_0x1917a8})=>{this['_aiChatUi']['updateFeedItemAIReplySuggestionPartState']({'id':_0x28a175['id'],'index':_0x38aa5c,'state':_0x1917a8});}),this['activeConversation']['on']('contextItemAdded',(_0x4487cc,_0x2d2c4a)=>{if(this['_aiChatUi']['addContextItem'](_0x2d2c4a['contextItem'],_0x2d2c4a['isLoading']),'selection'===_0x2d2c4a['contextItem']['type']){const _0x51ba9c=[...it(this['context'])['model']['document']['selection']['getRanges']()];this['_aiEditing']['showFakeVisualSelection'](_0x51ba9c,'ai-conversation-'+this['activeConversation']?.['id']);}}),this['activeConversation']['on']('contextItemRemoved',(_0x348b9b,_0x40f4b9)=>{this['_aiChatUi']['removeContextItem'](_0x40f4b9['uiId']),'current-document'==_0x40f4b9['uiId']&&this['removeSelectionFromChatContext'](),'selection'===_0x40f4b9['type']&&this['_aiEditing']['hideFakeVisualSelection']('ai-conversation-'+this['activeConversation']?.['id']);}),this['activeConversation']['on']('contextItemLoadingEnded',(_0x2e4664,_0xa92be8)=>{this['_aiChatUi']['setContextItemLoading'](_0xa92be8['contextItem']['uiId'],_0xa92be8['isLoading']);}),this['activeConversation']['on']('contextSent',(_0x58684a,_0x22befe)=>{this['_aiChatUi']['setConversationContext'](_0x22befe['contextItems']);}),this['activeConversation']['on']('addContextOptionsChanged',(_0x2dba76,_0x32e389)=>{this['_aiChatUi']['setAddContextOptions'](_0x32e389['options']);}),this['activeConversation']['on']('sourceResourcesLoaded',(_0x9dac44,_0x38a20f)=>{this['_aiChatUi']['populateSourceResourceBalloon'](_0x38a20f['sourceId'],_0x38a20f['source'],_0x38a20f['resources'],_0x38a20f['uid']);}),this['activeConversation']['on']('resourceStateChanged',(_0x46084e,_0x2c9806)=>{this['_aiChatUi']['updateResourceState'](_0x2c9806['sourceId'],_0x2c9806['resourceId'],_0x2c9806['isInContext']);}),this['activeConversation']['on']('capabilitiesUpdated',(_0xb4029f,_0x4fc57e)=>{this['_aiChatUi']['updateCapabilities'](_0x4fc57e);}),this['activeConversation']['on']('modelSelected',(_0x4bba4c,_0x1f393a)=>{this['_aiChatUi']['setSelectedModel'](_0x1f393a['selectedModel'],_0x1f393a['isDisabled']);}),this['activeConversation']['on']('error',(_0x581e5d,{error:_0x13a8f6,interactionId:_0x4d43f1,fileName:_0x276b79,url:_0x4657b7,sourceId:_0x5340de,sourceLabel:_0x1dc823})=>{const _0x47a9a0=_0x4d43f1?_0x4d43f1+':'+_0x48375a():_0x48375a();_0x13a8f6['message']['startsWith']('ai-request-aborted')?this['_aiChatUi']['addFeedItemStaticMessage']({'staticMessage':Yn(this['context']['locale'],'AI_CHAT_ABORTED_MESSAGE'),'id':_0x47a9a0}):_0x13a8f6['message']['startsWith']('ai-chat-conversation-init-failed')||_0x13a8f6['message']['startsWith']('ai-chat-conversation-start-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':Yn(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x47a9a0}),this['_logError'](_0x13a8f6)):_0x13a8f6['message']['startsWith']('ai-chat-file-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':Yn(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE',_0x276b79),'id':_0x47a9a0}):_0x13a8f6['message']['startsWith']('ai-chat-url-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':Yn(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL',_0x4657b7),'id':_0x47a9a0}):_0x13a8f6['message']['startsWith']('ai-chat-context-invalid-data')?this['_aiChatUi']['addFeedItemError']({'errorMessage':Yn(this['context']['locale'],'AI_CHAT_CONTEXT_INVALID_DATA'),'id':_0x47a9a0}):_0x13a8f6['message']['startsWith']('ai-chat-context-unsupported-type')?this['_aiChatUi']['addFeedItemError']({'errorMessage':Yn(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE'),'id':_0x47a9a0}):_0x13a8f6['message']['startsWith']('ai-chat-source-resources-load-failed')?(_0x5340de&&this['_aiChatUi']['closeSourceResourceBalloon'](_0x5340de),this['_aiChatUi']['addFeedItemError']({'errorMessage':Yn(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES',_0x1dc823||'source'),'id':_0x47a9a0}),this['_logError'](_0x13a8f6)):_0x13a8f6['message']['startsWith']('ai-chat-resource-load-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':Yn(this['context']['locale'],'AI_CHAT_RESOURCE_LOAD_FAILED'),'id':_0x47a9a0}),this['_logError'](_0x13a8f6)):(this['_aiChatUi']['addFeedItemError']({'errorMessage':Yn(this['context']['locale'],'AI_CHAT_GENERIC_ERROR'),'id':_0x47a9a0}),this['_logError'](_0x13a8f6));}),await this['activeConversation']['init'](this['context']['config']['get']('ai.chat.context')),_0x2f10e4||await this['activeConversation']['start']();}async['_handleUIUserMessage']({userMessage:_0x2c5a55,quickActionData:_0x215cca}){if(!this['activeConversation'])throw new _0xa14e6e('ai-chat-controller-no-active-conversation');this['activeConversation']['isCurrentDocumentInContext']()&&await this['activeConversation']['updateCurrentDocumentInContext'](this['_aiEditing']['getDocumentData']()),this['activeConversation']['id']&&this['activeConversation']['isStarted']&&await this['activeConversation']['handleUserInteraction']({'userMessage':_0x2c5a55,'quickActionData':_0x215cca}),this['_removeAISelectionMarkers']();}['_removeAISelectionMarkers'](){const _0x4dd4f3=it(this['context'])['model'],_0x3220f6=Array['from'](_0x4dd4f3['markers']['getMarkersGroup'](dt));_0x4dd4f3['change'](_0x36fd84=>{_0x3220f6['forEach'](_0x130eee=>_0x36fd84['removeMarker'](_0x130eee));});}['_showConversationHistory'](){console['log']('Showing\x20conversation\x20history...');}['_setIsMaximized'](_0x36e5d5){this['_aiChatUi']['setIsMaximized'](_0x36e5d5);}['_logError'](_0x88b352){nt(_0x88b352['message']);}['_removeFromContext'](_0x34c1d4){this['activeConversation']?.['removeFromContext'](_0x34c1d4);}['_toggleWebSearch'](){this['activeConversation']?.['toggleWebSearch']();}['_toggleReasoning'](){this['activeConversation']?.['toggleReasoning']();}['getInteractionAndReplyById'](_0x54d6cf){const [_0x22a143,_0x412d0b]=_0x54d6cf['split'](':'),_0x3931f6=this['activeConversation']['getInteraction'](_0x22a143),_0x31f84a=_0x3931f6['getReply'](_0x412d0b);return{'interaction':_0x3931f6,'reply':_0x31f84a};}['_scrollToSuggestionRange'](_0xa1e1d5,_0x38ef75=!0x1){const _0x368510=it(this['context']),_0x1448c8={'target':_0x368510['editing']['view']['domConverter']['viewRangeToDom'](_0x368510['editing']['mapper']['toViewRange'](_0xa1e1d5)),'viewportOffset':{'top':0x96,'left':0x0,'bottom':0x32,'right':0x0},'ancestorOffset':0x14,'alignToTop':_0x38ef75};_0x38ef75&&(_0x1448c8['alignToTop']=!0x0),rt(_0x1448c8);}['updateConversationTitle'](_0x3d27d3,_0x39a05a=!0x1){this['_aiChatUi']['setConversationTitle'](_0x3d27d3||Yn(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),_0x39a05a);}['_filterModels'](_0x445bcf,_0x3919b4){let _0x40395f;if(_0x3919b4){_0x40395f=[];const _0x5cfe31='string'==typeof _0x3919b4?[_0x3919b4['toLocaleLowerCase']()]:_0x3919b4['map'](_0x41ced5=>_0x41ced5['toLocaleLowerCase']());for(const _0x516dbb of _0x5cfe31)for(const _0x10c8b2 of _0x445bcf)(_0x10c8b2['id']['toLocaleLowerCase']()===_0x516dbb||_0x10c8b2['name']['toLocaleLowerCase']()===_0x516dbb||_0x10c8b2['provider']['toLocaleLowerCase']()===_0x516dbb||_0x10c8b2['id']['toLocaleLowerCase']()['startsWith'](_0x516dbb))&&_0x40395f['push'](_0x10c8b2);}else _0x40395f=_0x445bcf;return _0x40395f;}async['_updateReplyContent']({reply:_0x3ba86f,changeGroups:_0x1e4a30,renderingStrategy:_0x576dd8}){const {id:_0x256c6d,isDone:_0x54201f,type:_0x21252c,parsedContent:_0x390014}=_0x3ba86f;if('modification-delta'===_0x21252c){const _0x1fc476=p({'editor':it(this['context']),'showDiff':this['_aiChatUi']['showDiff'],'changeGroups':_0x1e4a30,'documentContextContent':_0x3ba86f['documentContextContent']});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x256c6d,'parts':_0x1fc476,'renderingStrategy':_0x576dd8,'isDone':_0x54201f});}else'text-delta'===_0x21252c&&await this['_aiChatUi']['updateFeedItemAIReplyContent']({'id':_0x256c6d,'parsedContent':_0x390014,'renderingStrategy':_0x576dd8,'isDone':_0x54201f});_0x54201f&&_0x3ba86f['sources']['length']>0x0&&this['_aiChatUi']['updateFeedItemAIReplySources'](_0x256c6d,_0x3ba86f['sources']);}async['_stopLastInteraction'](){const _0x2d015f=this['activeConversation']?.['lastInteraction'];_0x2d015f&&(_0x2d015f['stop'](),this['_aiChatUi']['stopInteraction'](_0x2d015f));}async['_flushLastInteractionUI'](){const _0x372d95=this['activeConversation']?.['lastInteraction'];if(_0x372d95){for await(const _0x3d18c8 of _0x372d95['replies'])await this['_updateReplyContent']({'reply':_0x3d18c8,'changeGroups':_0x3d18c8['changeGroups'],'renderingStrategy':'static'});}}}const Pt=[...Ee,'startConversation','resizeTabs','sendUserMessage','abortPromptStream','addDocumentToContext','addFileToContext','addUrlToContext','addResourceToContext','removeContextItem','loadSourceResources','toggleWebSearch','toggleReasoning','selectModel'];class nh extends _0xebef92{['actionsDropdown'];['children'];['showChangeInTextModel'];['insertSuggestionModel'];constructor(_0x173ebe){super(_0x173ebe);const _0x206a07=this['bindTemplate'];this['set']('isEnabled',!0x0),this['set']('isVisible',!0x0),this['showChangeInTextModel']=new _0x26f53f({'label':Yn(_0x173ebe,'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT'),'icon':_0x4da215,'withText':!0x0,'type':'button','actionName':'showChangeInText'}),this['insertSuggestionModel']=new _0x26f53f({'label':Yn(_0x173ebe,'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION'),'icon':_0x16c946,'withText':!0x0,'type':'button','actionName':'insertSuggestion'}),this['actionsDropdown']=new qo(_0x173ebe,{'listItemModels':[this['showChangeInTextModel'],this['insertSuggestionModel']]}),this['actionsDropdown']['on']('execute',()=>{this['fire']('applySuggestion');}),this['actionsDropdown']['on']('showChangeInText',()=>{this['fire']('showChangeInText');}),this['actionsDropdown']['on']('insertSuggestion',()=>{this['fire']('insertSuggestion');}),this['actionsDropdown']['set']({'label':'Apply','tooltip':Yn(this['locale'],'AI_CHAT_SUGGESTION_ACTION_APPLY_TOOLTIP'),'withText':!0x0,'class':'ck-ai-chat__feed__ai-suggestion__actions','balloonPanelClass':'ck-ai-chat__feed__ai-suggestion__actions__balloon'}),this['actionsDropdown']['bind']('isEnabled')['to'](this),this['children']=this['createCollection']([this['actionsDropdown']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__ai-suggestion__actions',_0x206a07['if']('isVisible','ck-hidden',_0x53c823=>!_0x53c823)]},'children':[this['actionsDropdown']]});}['updateLabels'](_0x5420dc){const _0x547121=this['locale'];this['actionsDropdown']['set']({'label':Yn(_0x547121,'AI_CHAT_SUGGESTION_ACTION_APPLY_LABEL',_0x5420dc),'tooltip':Yn(_0x547121,'AI_CHAT_SUGGESTION_ACTION_APPLY_TOOLTIP',_0x5420dc)}),this['showChangeInTextModel']['label']=Yn(_0x547121,'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT',_0x5420dc),this['insertSuggestionModel']['label']=Yn(_0x547121,'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION',_0x5420dc);}}class qo extends _0x48f61c{['bodyCollection'];['balloonPanelView'];['listView'];['keystrokeHandler'];constructor(_0x4a5cd5,_0x365e35){super(_0x4a5cd5),this['balloonPanelView']=new _0x5b9e88(this['locale']),this['bodyCollection']=new zt(this['locale']),this['bodyCollection']['attachToDom'](),this['set']('balloonPanelClass',''),this['balloonPanelView']['bind']('class')['to'](this,'balloonPanelClass'),this['listView']=this['_setUpList'](_0x365e35['listItemModels']),this['bodyCollection']['add'](this['balloonPanelView']),this['balloonPanelView']['content']['add'](this['listView']),this['arrowView']['unbind']('tooltip'),this['arrowView']['set']('tooltip',Yn(this['locale'],'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP')),this['_setUpKeystrokes'](),this['on']('execute',()=>{this['balloonPanelView']['hide'](),this['arrowView']['focus']();}),this['on']('open',()=>{this['balloonPanelView']['isVisible']?(this['balloonPanelView']['hide'](),this['arrowView']['focus']()):(this['balloonPanelView']['pin']({'target':this['element'],'positions':['ltr'===this['locale']['uiLanguageDirection']?zo:Jo]}),this['listView']['focus']());}),_0x16cb96({'emitter':this['balloonPanelView'],'callback':()=>{this['balloonPanelView']['hide']();},'activator':()=>this['balloonPanelView']['isVisible'],'contextElements':()=>[this['element'],this['balloonPanelView']['element']]});}['_setUpList'](_0x2acc65){const _0x269526=this['locale'],_0x1dd3c5=new _0x3dc816(_0x269526);for(const _0x206512 of _0x2acc65){const _0x46aaaa=new _0x22bc08(_0x269526),_0x4eb9ae=new _0x270bf4(_0x269526);_0x4eb9ae['bind'](...Object['keys'](_0x206512))['to'](_0x206512),_0x4eb9ae['delegate']('execute')['to'](_0x1dd3c5),_0x46aaaa['children']['add'](_0x4eb9ae),_0x1dd3c5['items']['add'](_0x46aaaa);}return _0x1dd3c5['items']['delegate']('execute')['to'](this),_0x1dd3c5['on']('execute',_0x55f7ca=>{const _0x622d07=_0x55f7ca['source'];this['fire'](_0x622d07['actionName']),this['balloonPanelView']['hide'](),this['arrowView']['focus']();}),_0x1dd3c5;}['_setUpKeystrokes'](){this['keystrokeHandler']=new _0x3c58a3(),this['keystrokeHandler']['listenTo'](this['balloonPanelView']['element']),this['keystrokeHandler']['set']('esc',(_0x215034,_0x226ec6)=>{this['balloonPanelView']['hide'](),this['arrowView']['focus'](),_0x226ec6();});}['destroy'](){super['destroy'](),this['keystrokeHandler']['destroy'](),this['balloonPanelView']['destroy'](),this['bodyCollection']['detachFromDom']();}}function zo(_0x21296a){return{'top':_0x21296a['bottom'],'left':_0x21296a['left'],'name':'arrowless','config':{'withArrow':!0x1}};}function Jo(_0xf8c768,_0x5082d6){return{'top':_0xf8c768['bottom'],'left':_0xf8c768['left']-(_0x5082d6['width']-_0xf8c768['width']),'name':'arrowless','config':{'withArrow':!0x1}};}class ke extends Cr{['containerView'];['actionsView'];constructor(_0x4a536c,_0x5629b0){super(_0x5629b0),this['containerView']=new o(_0x4a536c,{'showDiff':_0x5629b0['showDiff'],'areActionsDisabled':_0x5629b0['areActionsDisabled']}),this['containerView']['on']('toggleSuggestionDisplayMode',(_0x40b6c7,_0x520f45)=>{this['fire']('toggleSuggestionDisplayMode',{'replyId':this['options']['id'],'showDiff':_0x520f45['showDiff']});}),this['containerView']['on']('like',()=>{this['fire']('like',{'replyId':this['options']['id']});}),this['containerView']['on']('dislike',()=>{this['fire']('dislike',{'replyId':this['options']['id']});}),this['containerView']['on']('showChangeInText',(_0x4e4146,{index:_0x1e2f7f})=>{this['fire']('showChangeInText',{'replyId':this['options']['id'],'partIndex':_0x1e2f7f});}),this['containerView']['on']('insertSuggestion',(_0x8c32c,{index:_0x79f550})=>{this['fire']('insertSuggestion',{'replyId':this['options']['id'],'partIndex':_0x79f550});}),this['containerView']['on']('rejectSuggestion',(_0x34b142,{index:_0x3e1f16})=>{this['fire']('rejectSuggestion',{'replyId':this['options']['id'],'partIndex':_0x3e1f16});}),this['containerView']['on']('mouseOverSuggestion',(_0x438bdb,{index:_0x2d6fa8})=>{this['fire']('mouseOverSuggestion',{'replyId':this['options']['id'],'partIndex':_0x2d6fa8});}),this['containerView']['on']('mouseLeaveSuggestion',(_0x5e15d1,{index:_0x6a471b})=>{this['fire']('mouseLeaveSuggestion',{'replyId':this['options']['id'],'partIndex':_0x6a471b});}),this['actionsView']=new nh(_0x4a536c),this['actionsView']['on']('showChangeInText',()=>{this['fire']('showChangeInText',{'replyId':this['options']['id']});}),this['actionsView']['on']('insertSuggestion',()=>{this['fire']('insertSuggestion',{'replyId':this['options']['id']});}),this['actionsView']['on']('applySuggestion',()=>{this['fire']('applySuggestion',{'replyId':this['options']['id']});}),_0x5629b0['areActionsDisabled']?this['actionsView']['isEnabled']=!0x1:this['actionsView']['bind']('isEnabled')['to'](this['containerView']['bodyView'],'hasPendingParts'),this['children']['addMany']([this['containerView'],this['actionsView']]),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-suggestion']}});}async['updateContent'](_0x4504d0){await this['containerView']['updateContent'](_0x4504d0),this['actionsView']['updateLabels'](this['containerView']['bodyView']['partsCount']);}['updatePartState'](_0x301189,_0x85ce81){this['containerView']['bodyView']['updatePartState'](_0x301189,_0x85ce81);}['updateSources'](_0x186c29){this['containerView']['updateSources'](_0x186c29);}['getPartView'](_0x1a17a4){return this['containerView']['bodyView']['getPartView'](_0x1a17a4);}['markAsDone'](){super['markAsDone'](),this['containerView']['markAsDone'](),this['actionsView']['isVisible']=this['containerView']['bodyView']['hasNonEmptyParts'];}}class je extends Cr{['replyContainer'];constructor(_0x49d010,_0xaaaaa2){super(_0xaaaaa2),this['locale']=_0x49d010,this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-reply']}}),this['replyContainer']=new _0xebef92(),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':Oe(this['options']['initialContent']),'renderingStrategy':'static'}),this['markAsDone']());}async['updateContent']({parsedContent:_0x230cc3,renderingStrategy:_0x2774ab,abortSignal:_0x53e210}){'streaming'===_0x2774ab?await this['streamIntoElement'](_0x230cc3,this['replyContainer']['element'],_0x53e210):this['replyContainer']['element']['innerHTML']=_0x4b9a76(_0x230cc3);}['updateSources'](_0x568583){const _0x7ee9f8=new jr(this['locale']);_0x7ee9f8['children']['addMany'](_0x568583['map'](_0x782232=>new Sr(this['locale'],_0x782232))),_0x7ee9f8['isVisible']=!0x0,this['children']['add'](_0x7ee9f8);}}const kn={'file':_0x4a15c3,'document':_0xacaacc,'web-resource':_0x5d9ba5,'text':_0x4a15c3,'selection':_0x2f906c},jn='ck-ai-chat-context-chip',Jn='ck-ai-chat-context-chip_wide',Zn='ck-ai-chat-context-chip_document',Dr='ck-ai-chat-context-chip__label',Gr='ck-ai-chat-context-chip__type-icon',Kr='ck-ai-chat-context-controls__chip-tooltip',Cn='n';class xo extends _0xa24b3c{constructor(_0x3aad38,_0x1b3dfe,_0x112abe,_0x18f028,_0x4cbd6b=!0x1){super(_0x3aad38),this['_isAnimationOnEnterEnabled']=_0x18f028,this['_initializeProperties'](_0x1b3dfe,_0x112abe,_0x4cbd6b),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'](_0x131096,_0x15725f,_0x4c1b39){this['set']('label',_0x131096['label']),this['set']('tooltip',!0x0),this['set']('itemType',_0x131096['type']),this['set']('id',_0x131096['uiId']),this['set']('readonly',_0x15725f),this['set']('isLoading',_0x4c1b39);}['_setupTemplate'](){const _0x21c63d=this['_createIconView'](),_0x5c7985=this['_createRemoveButton'](),_0x57feab=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':this['_createTemplateAttributes'](_0x57feab),'children':this['_createTemplateChildren'](_0x21c63d,_0x5c7985,_0x57feab)});}['_createTemplateAttributes'](_0xe20d2d){return{'class':[jn,_0xe20d2d['if']('itemType',Zn,_0x59176e=>'document'==_0x59176e),_0xe20d2d['if']('itemType',Jn,_0x9adc8d=>'selection'==_0x9adc8d)],'data-cke-tooltip-text':_0xe20d2d['to']('label',In),'data-cke-tooltip-position':Cn,'data-cke-tooltip-class':Kr};}['_createTemplateChildren'](_0x3c3229,_0x54f682,_0x47b858){const _0x4c3c8c=this['_createLabelElement'](_0x47b858),_0x49919d=this['_createLoaderIcon']();return this['readonly']?[_0x3c3229,_0x4c3c8c]:[_0x3c3229,_0x49919d,_0x4c3c8c,_0x54f682];}['_createLabelElement'](_0xaaa537){return{'tag':'span','attributes':{'class':Dr},'children':[{'text':_0xaaa537['to']('label')}]};}['_createRemoveButton'](){const _0x132a41=new _0xa24b3c(this['locale']);return _0x132a41['set']({'label':Yn(this['locale'],'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT'),'icon':_0xcb8165}),this['_setupRemoveButtonEvent'](_0x132a41),_0x132a41;}['_setupRemoveButtonEvent'](_0x4fa9b9){_0x4fa9b9['on']('execute',()=>{this['fire']('removeContextItemChip',this['id']);});}['_createIconView'](){const _0x413033=this['bindTemplate'],_0x5df559=new _0x23cd9a();return _0x5df559['content']=kn[this['itemType']],_0x5df559['extendTemplate']({'attributes':{'class':[Gr,_0x413033['if']('isLoading','ck-hidden',_0x331651=>_0x331651)]}}),_0x5df559;}['_handleAnimationEndOnce'](_0x26b2e2,_0x238664){if(!_0x26b2e2)return;const _0x3aec63=()=>{_0x238664(),_0x26b2e2['removeEventListener']('animationend',_0x3aec63),_0x26b2e2['removeEventListener']('webkitAnimationEnd',_0x3aec63);};_0x26b2e2['addEventListener']('animationend',_0x3aec63),_0x26b2e2['addEventListener']('webkitAnimationEnd',_0x3aec63);}['_createLoaderIcon'](){const _0xf8a183=new De('small');return _0xf8a183['bind']('isVisible')['to'](this,'isLoading',_0x1dfdfd=>_0x1dfdfd),_0xf8a183;}}function In(_0x52152a){if(!_0x52152a)return _0x52152a;if(_0x52152a['length']<=0x78)return _0x52152a;const _0x36882e=_0x52152a['slice'](0x0,0x78),_0x3c27b7=_0x36882e['lastIndexOf']('\x20');return(_0x3c27b7>0x0?_0x36882e['slice'](0x0,_0x3c27b7):_0x36882e)+'…';}const hn={'maxVisibleRows':0x2,'rowDetectionTolerance':0x5,'showMoreLabelPrefix':'+\x20','viewportOffset':{'top':0x64,'bottom':0xa}},ln='300px';class wo{['_locale'];['_config'];['_visibleChips'];['_overflowChips'];['_showMoreButtonView']=null;['_showMoreBalloonPanelView']=null;['_containerElement']=null;['_bodyCollection'];['_parentView']=null;['_intersectionObserver']=null;['_pendingCalculation']=!0x1;constructor(_0x546b0b,_0x3ac82b,_0x137efc,_0x1dc935,_0x3134ee){this['_locale']=_0x546b0b,this['_visibleChips']=_0x3ac82b,this['_config']={...hn,..._0x137efc,'cssClasses':{'controlsButton':'','calculationContainer':'ck-calculation-container',..._0x137efc['cssClasses']}},this['_overflowChips']=new _0x6ba718(),this['_bodyCollection']=_0x1dc935,this['_parentView']=_0x3134ee||null;}['setContainerElement'](_0x219b64){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_containerElement']=_0x219b64,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 _0x5847a4=[...this['_visibleChips'],...this['_overflowChips']],_0x4cdd65=this['_createCalculationContainer'](),_0x2f2488=this['_calculateOverflowInContainer'](_0x4cdd65,_0x5847a4),_0x1731f0=_0x4cdd65['_ancestorsToRestore'];_0x1731f0&&this['_restoreAncestorVisibility'](_0x1731f0),_0x4cdd65['remove'](),this['_applyOverflowResults'](_0x5847a4,_0x2f2488);}['_createShowMoreButton'](){this['_showMoreButtonView']=this['_createShowMoreButtonView'](),this['_showMoreBalloonPanelView']=this['_createShowMoreBalloonPanelView'](),this['_showMoreButtonView']['render'](),this['_containerElement']['appendChild'](this['_showMoreButtonView']['element']),this['_showMoreButtonView']['on']('execute',()=>{this['_handleShowMoreButtonClick']();}),_0x16cb96({'emitter':this['_showMoreBalloonPanelView'],'contextElements':[this['_showMoreBalloonPanelView']['element'],this['_showMoreButtonView']['element']],'callback':()=>this['hideBalloonPanel'](),'activator':()=>this['_showMoreButtonView']['isOn']});}['_createShowMoreButtonView'](){const _0x22e4c3=new _0xa24b3c(this['_locale']);_0x22e4c3['set']({'label':'','withText':!0x0,'isToggleable':!0x0});const _0x4c193d=[this['_config']['cssClasses']['showMoreButton']];return this['_config']['cssClasses']['controlsButton']&&_0x4c193d['push'](this['_config']['cssClasses']['controlsButton']),_0x22e4c3['extendTemplate']({'attributes':{'class':_0x4c193d}}),_0x22e4c3;}['_createShowMoreBalloonPanelView'](){const _0x220319=new _0x5b9e88(this['_locale']);return _0x220319['extendTemplate']({'attributes':{'class':this['_config']['cssClasses']['showMoreBalloon']}}),this['_bodyCollection']['add'](_0x220319),_0x220319;}['_updateBalloonContent'](){if(this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['content']['clear'](),this['_overflowChips']['length']>0x0)){this['_overflowChips']['forEach'](_0x99ac7a=>{_0x99ac7a['disableAnimationOnEnter']();});const _0x24ed63=new _0xebef92(this['_locale']);_0x24ed63['setTemplate']({'tag':'div','attributes':{'class':this['_config']['cssClasses']['overflowContainer']},'children':this['_overflowChips']}),this['_showMoreBalloonPanelView']['content']['add'](_0x24ed63);}}['_handleShowMoreButtonClick'](){this['_showMoreButtonView']['isOn']?this['hideBalloonPanel']():this['showBalloonPanel']();}['_updateShowMoreButtonVisibility'](){const _0x1fed6a=this['_overflowChips']['length']>0x0;this['_showMoreButtonView']?.['element']&&(this['_showMoreButtonView']['element']['style']['display']=_0x1fed6a?'':'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'](_0x131be3){const _0x30acac=this['_containerElement']?.['tagName']['toLowerCase']()||'div',_0x64c5fe=this['_containerElement']?.['classList'];if(_0x64c5fe){const _0x5aa938=_0x64c5fe[0x0]||'',_0x2b735a=_0x131be3['querySelector']('.'+_0x5aa938),_0x38c8b2=_0x131be3['querySelector'](_0x30acac);return _0x2b735a||_0x38c8b2||_0x131be3;}return _0x131be3['querySelector'](_0x30acac)||_0x131be3;}['_calculateContainerWidth'](){const _0x533c97=this['_parentView']?.['element']||this['_containerElement'];if(!_0x533c97)return ln;const _0x1b5480=window['getComputedStyle'](_0x533c97)['width'];if('auto'===_0x1b5480||'0px'===_0x1b5480||!_0x1b5480){const _0x280425=_0x533c97['parentElement'];if(_0x280425){const _0xfdcb70=window['getComputedStyle'](_0x280425);return'auto'!==_0xfdcb70['width']?_0xfdcb70['width']:ln;}return ln;}return _0x1b5480;}['_applyCalculationStyles'](_0x2b80c1,_0x2075ed){this['_config']['cssClasses']['calculationContainer']&&_0x2b80c1['classList']['add'](this['_config']['cssClasses']['calculationContainer']),_0x2b80c1['style']['width']=_0x2075ed,_0x2b80c1['style']['position']='absolute',_0x2b80c1['style']['top']='-9999px',_0x2b80c1['style']['left']='-9999px',_0x2b80c1['style']['opacity']='0',_0x2b80c1['style']['pointerEvents']='none',_0x2b80c1['style']['zIndex']='-1',_0x2b80c1['style']['visibility']='visible\x20!important',_0x2b80c1['style']['display']='block\x20!important',_0x2b80c1['style']['boxSizing']='border-box';}['_restoreAncestorVisibility'](_0x351e67){_0x351e67['forEach'](({element:_0x279352,originalDisplay:_0x3fab1d,originalVisibility:_0x4d687c})=>{_0x279352['style']['display']=_0x3fab1d,_0x279352['style']['visibility']=_0x4d687c;});}['_makeAncestorsVisible'](_0x4e16fb){const _0x290b61=[];let _0x49452e=_0x4e16fb;for(;_0x49452e&&_0x49452e!==document['body'];){const _0x102fe6=window['getComputedStyle'](_0x49452e);'none'!==_0x102fe6['display']&&'hidden'!==_0x102fe6['visibility']||(_0x290b61['push']({'element':_0x49452e,'originalDisplay':_0x49452e['style']['display'],'originalVisibility':_0x49452e['style']['visibility']}),_0x49452e['style']['display']='block',_0x49452e['style']['visibility']='visible'),_0x49452e=_0x49452e['parentElement'];}return _0x290b61;}['_createContainerElements'](){let _0x21f5ba,_0x2b1b94;return this['_parentView']?.['element']?(_0x21f5ba=this['_parentView']['element']['cloneNode'](!0x0),_0x2b1b94=this['_findTargetContainer'](_0x21f5ba)):(_0x21f5ba=document['createElement']('div'),_0x2b1b94=_0x21f5ba),{'calculationContainer':_0x21f5ba,'targetContainer':_0x2b1b94};}['_createCalculationContainer'](){const {calculationContainer:_0x7004ba,targetContainer:_0x3b97ce}=this['_createContainerElements'](),_0x195254=this['_calculateContainerWidth']();this['_applyCalculationStyles'](_0x7004ba,_0x195254);const _0x478526=this['_parentView']?.['element']||this['_containerElement'],_0x323ed2=_0x478526?.['parentElement'];_0x323ed2?_0x323ed2['appendChild'](_0x7004ba):document['body']['appendChild'](_0x7004ba),_0x7004ba['_targetContainer']=_0x3b97ce;const _0x26614f=this['_makeAncestorsVisible'](_0x323ed2||null);return _0x7004ba['offsetWidth'],_0x7004ba['_ancestorsToRestore']=_0x26614f,_0x7004ba;}['_calculateOverflowInContainer'](_0x5588c6,_0x13d329){const _0x5ae9c4=_0x5588c6['_targetContainer']||_0x5588c6,_0x5581fd=[],{rowCount:_0x12cde0}=this['_renderChipsAndCountRows'](_0x5ae9c4,_0x13d329);if(_0x12cde0<=this['_config']['maxVisibleRows'])return _0x5581fd;const _0x1e46c5=_0x13d329['slice']();for(;_0x1e46c5['length']>0x0;){if(this['_testButtonFit'](_0x5588c6,_0x5ae9c4,_0x1e46c5)){const _0x49a452=_0x13d329['filter'](_0x3623d9=>!_0x1e46c5['includes'](_0x3623d9));_0x5581fd['push'](..._0x49a452);break;}if(!_0x1e46c5['pop']())break;}return _0x5581fd;}['_renderChipsAndCountRows'](_0x4c9eed,_0x2abaeb){_0x4c9eed['innerHTML']='',_0x2abaeb['forEach'](_0x1a7615=>{if(_0x1a7615['element']){const _0x31468c=_0x1a7615['element']['cloneNode'](!0x0);_0x4c9eed['appendChild'](_0x31468c);}}),_0x4c9eed['offsetWidth'];const _0x51b742=_0x4c9eed['children'],_0x431dec=[];return Array['from'](_0x51b742)['forEach'](_0xbb0620=>{const _0x22a6f8=_0xbb0620['getBoundingClientRect']()['top'];_0x431dec['some'](_0x16588a=>Math['abs'](_0x16588a-_0x22a6f8)<this['_config']['rowDetectionTolerance'])||_0x431dec['push'](_0x22a6f8);}),{'rowCount':_0x431dec['length']};}['_createMockButton'](){const _0x360db2=document['createElement']('button');return _0x360db2['className']=this['_config']['cssClasses']['showMoreButton'],this['_config']['cssClasses']['controlsButton']&&_0x360db2['classList']['add'](this['_config']['cssClasses']['controlsButton']),_0x360db2['textContent']='+\x201',_0x360db2;}['_testButtonFit'](_0x2ac5d0,_0x3e6bf3,_0x3f7f4a){this['_renderChipsAndCountRows'](_0x3e6bf3,_0x3f7f4a);const _0x58bd65=this['_createMockButton']();_0x2ac5d0['appendChild'](_0x58bd65),_0x2ac5d0['offsetWidth'];const _0x3e409a=[..._0x3e6bf3['children'],_0x58bd65],_0x32f1f5=[];_0x3e409a['forEach'](_0xff75b3=>{const _0x34ff47=_0xff75b3['getBoundingClientRect']()['top'];_0x32f1f5['some'](_0x19458f=>Math['abs'](_0x19458f-_0x34ff47)<this['_config']['rowDetectionTolerance'])||_0x32f1f5['push'](_0x34ff47);});const _0x3b49f7=_0x32f1f5['length'];return _0x58bd65['remove'](),_0x3b49f7<=this['_config']['maxVisibleRows'];}['_distributeChips'](_0x51a3d3,_0x3b912b){this['_visibleChips']['clear'](),this['_overflowChips']['clear'](),_0x51a3d3['forEach'](_0x5bc6ef=>{_0x3b912b['includes'](_0x5bc6ef)?this['_overflowChips']['add'](_0x5bc6ef):this['_visibleChips']['add'](_0x5bc6ef);});}['_updateOverflowUI'](_0x126ad1){if(_0x126ad1>0x0&&!this['_showMoreButtonView']&&this['_createShowMoreButton'](),_0x126ad1>0x0&&this['_showMoreButtonView']){const _0x5087d3=''+this['_config']['showMoreLabelPrefix']+(_0x126ad1<0x63?_0x126ad1:'99');this['_showMoreButtonView']['label']=_0x5087d3;}this['_updateBalloonContent'](),this['_updateShowMoreButtonVisibility'](),this['_repinBalloonPanel']();}['_applyOverflowResults'](_0x3c557e,_0x3c5ac5){this['_distributeChips'](_0x3c557e,_0x3c5ac5),this['_updateOverflowUI'](_0x3c5ac5['length']);}['_setupVisibilityObserver'](){this['_containerElement']&&'undefined'!=typeof IntersectionObserver&&(this['_intersectionObserver']=new IntersectionObserver(_0x2881bb=>{_0x2881bb[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 _0x21738b=this['_containerElement']['getBoundingClientRect']();if(0x0===_0x21738b['width']||0x0===_0x21738b['height'])return!0x1;const _0x175e3a=window['innerHeight']||document['documentElement']['clientHeight'],_0x3ea7cc=window['innerWidth']||document['documentElement']['clientWidth'],_0x104f25=0xc8;return _0x21738b['bottom']>=-0xc8&&_0x21738b['top']<=_0x175e3a+_0x104f25&&_0x21738b['right']>=-0xc8&&_0x21738b['left']<=_0x3ea7cc+_0x104f25;}}const Wr='ck-ai-chat__feed__context-chips',Yr='ck-ai-chat-context-chips-wrapper',$r='ck-ai-chat-context-chips-wrapper-balloon',Qr='ck-ai-chat-controls-button',Xr='ck-ai-chat-controls_context_show-more-button',Jr='ck-ai-chat-context-controls__show-more-balloon-panel';class ah extends _0xebef92{['_contextChips']=this['createCollection']();['_overflowManager'];['_bodyCollection'];constructor(_0x159db1,_0x27db8c,_0x265219){super(_0x159db1),this['_bodyCollection']=_0x265219,this['_createContextChips'](_0x27db8c);const _0x3671e4={'cssClasses':{'showMoreButton':Xr,'showMoreBalloon':Jr,'overflowContainer':$r,'controlsButton':Qr}};this['_overflowManager']=new wo(_0x159db1,this['_contextChips'],_0x3671e4,this['_bodyCollection'],this),this['setTemplate']({'tag':'div','attributes':{'class':[Wr,'ck','ck-reset_all']},'children':[{'tag':'div','attributes':{'class':Yr},'children':this['_contextChips']}]});}['render'](){super['render']();const _0x98158d=this['element']['querySelector']('.'+Yr);_0x98158d&&(this['_overflowManager']['setContainerElement'](_0x98158d),this['_overflowManager']['reorganizeChips']());}['destroy'](){super['destroy'](),this['_overflowManager']['destroy']();}['_createContextChips'](_0x3c7a81){for(const _0x272cc8 of _0x3c7a81){const _0x5ca702=new xo(this['locale'],_0x272cc8,!0x0,!0x1);this['_contextChips']['add'](_0x5ca702);}}}class Le extends Cr{['_contextChipsView']=null;['_locale'];['_bodyCollection'];['_messageContentView'];constructor(_0x421fd2,_0xb86857,_0x149671){super(_0xb86857),this['_locale']=_0x421fd2,this['_bodyCollection']=_0x149671,this['_createContextChipsView'](),this['_createMessageContentView'](),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__user-message']}});}['_createContextChipsView'](){this['options']['contextItems']&&this['options']['contextItems']['length']>0x0&&(this['_contextChipsView']=new ah(this['_locale'],this['options']['contextItems']['filter'](_0x3b8c83=>!_0x3b8c83['hidden']),this['_bodyCollection']),this['_contextChipsView']['extendTemplate']({'attributes':{'class':'ck-ai-chat__feed__context-chips'}}),this['children']['add'](this['_contextChipsView']));}['_createMessageContentView'](){this['_messageContentView']=new _0xebef92(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 Rt extends Cr{constructor(_0x108a64,_0x34a84){super(_0x34a84);const {isWebSearchEnabled:_0x255e40,isReasoningEnabled:_0x4cb0f8}=_0x34a84['capabilities'],_0x137078=[];let _0x4f4ebc='';_0x255e40&&_0x4cb0f8?(_0x4f4ebc=Yn(_0x108a64,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING'),_0x137078['push'](e_(_0x490596)),_0x137078['push'](e_(_0x5d9036))):_0x255e40?(_0x4f4ebc=Yn(_0x108a64,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH'),_0x137078['push'](e_(_0x490596))):_0x4cb0f8&&(_0x4f4ebc=Yn(_0x108a64,'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING'),_0x137078['push'](e_(_0x5d9036))),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__interaction-header',_0x4f4ebc?'':'ck-hidden']}});const _0x2cd6e0=new _0xebef92();_0x2cd6e0['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__interaction-header__capabilities']},'children':[..._0x137078,{'tag':'span','attributes':{'class':['ck-ai-chat__feed__interaction-header__capabilities__text']},'children':[_0x4f4ebc]}]}),this['children']['add'](_0x2cd6e0);}}function e_(_0x21fe22){const _0x2bec94=new _0x23cd9a();return _0x2bec94['content']=_0x21fe22,_0x2bec94;}const ps=['wheel','touchstart','pointerdown','keydown'],ws=['ArrowUp','ArrowDown','PageUp','PageDown','Home','End','\x20'];class Ae{['element'];['animationFrameId'];['isRunning'];['abortController'];['isUserPaused'];constructor(_0x260034){this['element']=_0x260034,this['animationFrameId']=null,this['isRunning']=!0x1,this['abortController']=new AbortController(),this['isUserPaused']=!0x1;for(const _0x13b707 of ps){const _0x4c3ae6='keydown'!==_0x13b707;this['element']['addEventListener'](_0x13b707,this['_onUserEvent']['bind'](this),{'passive':_0x4c3ae6,'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'](_0x31f664){if(this['isRunning']){if('keydown'===_0x31f664['type']){const _0x4df50b=_0x31f664['key'];if(!ws['includes'](_0x4df50b))return;}_0x31f664 instanceof WheelEvent?_0x31f664['deltaY']<0x0?this['isUserPaused']=!0x0:this['isUserPaused']=!this['_isAtBottom']():this['isUserPaused']=!0x0;}}['_isAtBottom'](){const {scrollTop:_0x223c09,scrollHeight:_0x267b04,clientHeight:_0x124fbf}=this['element'];return _0x267b04-_0x223c09-_0x124fbf<=0x5;}['_rafUpdate'](){this['isRunning']&&(this['isUserPaused']||this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'auto'}),this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}}class Fe extends _0xebef92{constructor(_0x307ff3,_0x5e195e){super(_0x307ff3),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-skeleton']},'children':this['_createSkeletonItems'](_0x5e195e)});}['_createSkeletonItems'](_0x87bd05){const _0x18b8ea=['ck','ck-ai-skeleton__item'];return _0x87bd05['map'](_0x57eccb=>{let _0x1549c4='';switch(_0x57eccb['attributes']['align']){case'right':_0x1549c4='margin-left:\x20auto;\x20margin-right:\x200;\x20text-align:\x20right;';break;case'center':_0x1549c4='margin-left:\x20auto;\x20margin-right:\x20auto;\x20text-align:\x20center;';break;case'left':_0x1549c4='margin-left:\x200;\x20margin-right:\x20auto;\x20text-align:\x20left;';}return{'tag':_0x57eccb['tag'],'attributes':{'class':[..._0x18b8ea,_0x57eccb['attributes']['class']?_0x57eccb['attributes']['class']:''],'style':'width:\x20'+_0x57eccb['attributes']['width']+';\x20height:\x20'+_0x57eccb['attributes']['height']+';'+_0x1549c4}};});}}const Be={'aiFeed':[{'tag':'div','attributes':{'width':'100%','height':'72px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}},{'tag':'div','attributes':{'width':'150px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'140px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}}],'aiHistory':$i(0x5,'100%','44px','right'),'aiChatResources':$i(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 $i(_0x4af3d9,_0x1113eb,_0x3f7eb4,_0x15afd7){return new Array(_0x4af3d9)['fill'](null)['map'](()=>({'tag':'div','attributes':{'width':_0x1113eb,'height':_0x3f7eb4,'align':_0x15afd7}}));}class pi extends _0xebef92{['children'];['scrollManager'];['_bodyCollection'];constructor(_0x436699,_0x47444b){super(_0x436699),this['_bodyCollection']=_0x47444b,this['set']('isPending',!0x1),this['set']('loadingMessage',''),this['set']('isLoadingSkeletonVisible',!0x1),this['children']=this['createCollection'](),this['children']['delegate'](...Pt)['to'](this),this['_setupTemplate']();}['render'](){super['render'](),this['scrollManager']=new Ae(this['element']);}['destroy'](){super['destroy'](),this['scrollManager']['destroy']();}['clear'](){this['children']['clear']();}['addItem'](_0x584545,_0x4f55ff){let _0x487c5d;_0x487c5d='ai-reply'===_0x584545?new je(this['locale'],_0x4f55ff):'ai-suggestion-reply'===_0x584545?new ke(this['locale'],_0x4f55ff):'user-message'===_0x584545?new Le(this['locale'],_0x4f55ff,this['_bodyCollection']):'interaction-header'===_0x584545?new Rt(this['locale'],_0x4f55ff):new Te(_0x4f55ff),this['children']['add'](_0x487c5d);}async['updateReplyItem']({id:_0x5df67e,parsedContent:_0x17dbe3,renderingStrategy:_0x3c0034,abortSignal:_0x1f9c7a}){const _0xf802a4=this['getItemById'](_0x5df67e);if(!(_0xf802a4 instanceof je))throw new _0xa14e6e('ai-chat-feed-view-item-not-a-reply-item',null,{'itemView':_0xf802a4,'id':_0x5df67e,'parsedContent':_0x17dbe3});await _0xf802a4['updateContent']({'parsedContent':_0x17dbe3,'renderingStrategy':_0x3c0034,'abortSignal':_0x1f9c7a});}async['updateWebSources'](_0x181aac,_0xe89492){const _0x2951be=this['getItemById'](_0x181aac);if(_0x2951be instanceof ke)_0x2951be['updateSources'](_0xe89492);else{if(!(_0x2951be instanceof je))throw new _0xa14e6e('ai-chat-feed-view-item-not-a-suggestion-or-reply-item',null,{'itemView':_0x2951be,'id':_0x181aac,'sources':_0xe89492});_0x2951be['updateSources'](_0xe89492);}}async['updateSuggestionItem']({id:_0x1f8f7b,parts:_0x107d0d,renderingStrategy:_0x1cddb6,abortSignal:_0x553616}){const _0xc7da01=this['getItemById'](_0x1f8f7b);if(!(_0xc7da01 instanceof ke))throw new _0xa14e6e('ai-chat-feed-view-item-not-a-suggestion-item',null,{'itemView':_0xc7da01,'id':_0x1f8f7b,'parts':_0x107d0d});await _0xc7da01['updateContent']({'parts':_0x107d0d,'renderingStrategy':_0x1cddb6,'abortSignal':_0x553616});}['updateSuggestionPartState']({id:_0x3bbdda,index:_0x5315dd,state:_0xc17ef6}){const _0x344599=this['getItemById'](_0x3bbdda);if(!(_0x344599 instanceof ke))throw new _0xa14e6e('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x3bbdda});_0x344599['updatePartState'](_0x5315dd,_0xc17ef6);}['markItemAsDone'](_0x176dac){this['getItemById'](_0x176dac)['markAsDone']();}['getItemIds'](){return this['children']['map'](_0x3793be=>_0x3793be['options']['id']);}['removeItem'](_0x171b18){this['children']['remove'](this['getItemById'](_0x171b18));}['scrollToSuggestion'](_0x1f57ed,_0x11c57a){const _0x5e1a8d=this['getItemById'](_0x1f57ed);if(!(_0x5e1a8d instanceof ke))return void _0x49365e('ck-ai-chat-feed-view-scroll-to-suggestion-invalid-item',{'replyId':_0x1f57ed,'partIndex':_0x11c57a});const _0x5db860=_0x5e1a8d['getPartView'](_0x11c57a);_0x5db860?rt({'target':_0x5db860['element'],'ancestorOffset':0x14,'alignToTop':!0x0,'forceScroll':!0x0}):_0x49365e('ck-ai-chat-feed-view-scroll-to-suggestion-part-view-not-found',{'replyId':_0x1f57ed,'partIndex':_0x11c57a});}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed']},'children':this['_createTemplateChildren']()});}['_createTemplateChildren'](){const _0x1c8720=this['_createSkeletonLoader']();return[this['_createFeedItems'](),_0x1c8720,this['_createFeedLoader']()];}['_createSkeletonLoader'](){const _0x48cd0a=new Fe(this['locale'],Be['aiFeed']);return _0x48cd0a['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden',_0x2c726d=>!_0x2c726d)]}}),_0x48cd0a;}['_createFeedItems'](){const _0x2afeab=new _0xebef92(this['locale']);return _0x2afeab['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__items',this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden')]},'children':this['children']}),_0x2afeab;}['_createFeedLoader'](){const _0x269e71=new _0xebef92(this['locale']);return _0x269e71['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__loader',this['bindTemplate']['if']('isPending','ck-hidden',_0x47e5a5=>!_0x47e5a5)]},'children':this['_createLoaderChildren']()}),_0x269e71;}['_createLoaderChildren'](){const _0xa668b1=new De();return _0xa668b1['isVisible']=!0x0,[_0xa668b1,{'tag':'span','attributes':{'class':['ck','ck-ai-chat__loader-text']},'children':[{'text':this['bindTemplate']['to']('loadingMessage')}]}];}['getItemById'](_0x3e86dd){const _0x3a2b03=this['children']['find'](_0x43341f=>_0x43341f['options']['id']['includes'](_0x3e86dd));if(!_0x3a2b03)throw new _0xa14e6e('ai-chat-feed-view-item-not-found',this,{'id':_0x3e86dd});return _0x3a2b03;}['setLoadingMessage'](_0x2f7409){this['set']('loadingMessage',_0x2f7409);}['toggleLoadingSkeleton'](_0x37152b){this['set']('isLoadingSkeletonVisible',_0x37152b);}['startAutoScroll'](){this['scrollManager']['start']();}['stopAutoScroll'](){this['scrollManager']['stop']();}}class Ir extends _0x3dc816{['filter'](){let _0x31c87d=0x0;for(const _0x192c4b of this['items'])_0x31c87d+=_0x192c4b['items']['length'];return{'resultsCount':_0x31c87d,'totalItemsCount':_0x31c87d};}}class Ce extends _0x103d7a{['submitButtonView'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;['_addContextButtonView'];['_queryViewResizeObserver'];constructor(_0x2e6577,_0x216816){super(_0x2e6577,{'queryView':{'label':'','creator':_0x3d9c16,'showIcon':!0x1,'showResetButton':!0x1},'filteredView':new Ir(_0x2e6577),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1}),this['set']('isEmpty',!0x0),this['set']('isUploadInProgress',!0x1),this['_addContextButtonView']=_0x216816,this['_queryViewResizeObserver']=null,this['queryView']['fieldView']['minRows']=Ce['MIN_ROWS'],this['queryView']['fieldView']['maxRows']=Ce['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',(_0x1acfef,_0x315130)=>!_0x1acfef&&!_0x315130),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x128454,_0x2fafd2)=>{this['isUploadInProgress']||this['isEmpty']||_0x128454['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x2fafd2());}),this['queryView']['fieldView']['on']('update',()=>{this['isEmpty']=''===this['queryView']['fieldView']['element']['value']?.['trim']();});}['destroy'](){super['destroy'](),this['_queryViewResizeObserver']&&this['_queryViewResizeObserver']['destroy']();}['submit'](){const _0x3223a4=this['queryView']['fieldView']['element']['value']?.['trim']();if(!_0x3223a4)return this['queryView']['errorText']=Yn(this['locale'],'AI_CHAT_PROMPT_EMPTY_ERROR'),void(this['queryView']['fieldView']['hasError']=!0x0);this['queryView']['fieldView']['hasError']=!0x1;const _0x494606=_0x5453ce(_0x3223a4);this['fire']('sendUserMessage',_0x494606),this['queryView']['fieldView']['reset']();}['setPlaceholderText'](_0x2489f8){this['queryView']['fieldView']['set']('placeholder',_0x2489f8);}['_createSubmitButton'](){const _0x47cb67=new _0xa24b3c(this['locale']);return _0x47cb67['set']({'icon':_0x3720ea,'label':Yn(this['locale'],'AI_CHAT_LABEL_SUBMIT'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-chat__prompt-submit-button','isEnabled':!0x1}),_0x47cb67['on']('execute',()=>{this['submit']();}),_0x47cb67;}['setIsUploadInProgress'](_0x404f0a){this['isUploadInProgress']=_0x404f0a;}['_setUpAddContextButtonPositioning'](){const _0x5c8169=this['locale'],_0x1f6744=()=>{_0x3c96fa['window']['requestAnimationFrame'](()=>{if(_0x4f30a4(this['element'])){const _0x30950b=new _0x317c72(this['queryView']['fieldView']['element']),_0x2c5d86=new _0x317c72(this['_addContextButtonView']['element']),_0x17f414=_0x30950b['width'],_0x13e510='rtl'===_0x5c8169['uiLanguageDirection']?'right':'left';_0x30950b['excludeScrollbarsAndBorders']();const _0x492e1a=_0x17f414-_0x30950b['width']+0x1;this['_addContextButtonView']['element']['style'][_0x13e510]='calc('+(_0x17f414-_0x2c5d86['width']-_0x492e1a)+'px\x20-\x20var(--ck-spacing-tiny))';}});};this['queryView']['fieldView']['on']('update',_0x1f6744),this['on']('render',()=>{_0x1f6744(),this['_queryViewResizeObserver']=new _0x7c9171(this['queryView']['fieldView']['element'],()=>{_0x1f6744();});});}}const Zr='ck-ai-chat__prompt-capabilities',ea='ck-ai-chat-controls-button',ia='ck-ai-chat-controls-button--commands',sa='ck-ai-chat-controls__model-selection',na='ck-ai-chat-controls__model-selection__item-name',ra='ck-ai-chat-controls__model-selection__item-description',oa='ck-ai-chat-controls__model-selection__item-capabilities',aa='n';class Pe extends _0xebef92{['_webSearchButton'];['_reasoningButton'];['_commandsButton'];['_modelSelectionDropdown'];['_modelSelectionDropdownItems'];['_modelNameView'];constructor(_0xf065db){super(_0xf065db),this['set']('webSearchActive',!0x1),this['set']('reasoningActive',!0x1),this['set']('modelSelectorVisible',!0x0),this['set']('modelSelectorEnabled',!0x0),this['set']('activeModelId',''),this['set']('activeModelName',''),this['_modelSelectionDropdown']=this['_createModelSelectionDropdown'](),this['_modelNameView']=this['_createModelNameView'](),this['_webSearchButton']=this['_createWebSearchButton'](),this['_reasoningButton']=this['_createReasoningButton'](),this['_commandsButton']=this['_createCommandsButton'](),this['_modelSelectionDropdown']['buttonView']['bind']('isVisible')['to'](this,'modelSelectorVisible',_0x4c7409=>_0x4c7409),this['_modelSelectionDropdown']['buttonView']['bind']('tooltip')['to'](this,'modelSelectorEnabled',_0x414a0a=>_0x414a0a?this['_modelSelectionDropdown']['buttonView']['label']:Yn(this['locale'],'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP')),this['_modelSelectionDropdown']['bind']('isEnabled')['to'](this,'modelSelectorEnabled',_0x2323b5=>_0x2323b5),this['_webSearchButton']['bind']('isOn')['to'](this,'webSearchActive',_0x122fa1=>_0x122fa1),this['_webSearchButton']['bind']('withText')['to'](this,'modelSelectorVisible',_0x5aae71=>!_0x5aae71),this['_webSearchButton']['bind']('tooltip')['to'](this,'webSearchActive',_0x1361dd=>Yn(this['locale'],_0x1361dd?'AI_CHAT_DISABLE_WEB_SEARCH':'AI_CHAT_ENABLE_WEB_SEARCH')),this['_reasoningButton']['bind']('isOn')['to'](this,'reasoningActive',_0x248b00=>_0x248b00),this['_reasoningButton']['bind']('withText')['to'](this,'modelSelectorVisible',_0x1ab799=>!_0x1ab799),this['_reasoningButton']['bind']('tooltip')['to'](this,'reasoningActive',_0x2ad74b=>Yn(this['locale'],_0x2ad74b?'AI_CHAT_DISABLE_REASONING':'AI_CHAT_ENABLE_REASONING')),this['setTemplate']({'tag':'div','attributes':{'class':[Zr]},'children':[this['_modelSelectionDropdown'],this['_modelNameView'],this['_webSearchButton'],this['_reasoningButton'],this['_commandsButton']]}),this['_modelSelectionDropdownItems']=new _0x6ba718(),_0xc359d8(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']);}['setModelList'](_0x4d1b4f,_0x52c5e7){if(this['set']('modelSelectorVisible',!(_0x52c5e7&&_0x4d1b4f['length']<=0x1)),this['_modelSelectionDropdownItems']['clear'](),_0x4d1b4f?.['length'])for(const _0x4bd786 of _0x4d1b4f){const _0x5a88df=new _0x26f53f({'label':_0x4bd786['name'],'withText':!0x0,'role':'menuitemradio','id':_0x4bd786['id'],'model':_0x4bd786});_0x5a88df['bind']('isOn')['to'](this,'activeModelId',_0x2120cc=>_0x2120cc===_0x4bd786['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x5a88df,'labelView':new ha(this['locale'],_0x4bd786)});}}['setWebSearch'](_0x256442){this['set']('webSearchActive',_0x256442);}['setReasoning'](_0x2f0274){this['set']('reasoningActive',_0x2f0274);}['setModel'](_0x2b2eaa){if(!_0x2b2eaa)return;this['activeModelId']=_0x2b2eaa['id'],this['activeModelName']=_0x2b2eaa['name']||_0x2b2eaa['id'],this['_modelSelectionDropdown']['buttonView']['set']('label',_0x2b2eaa['name']),this['_modelSelectionDropdown']['buttonView']['set']('tooltip',_0x2b2eaa['name']);const _0x5539db=_0x2b2eaa['capabilities']['webSearch']?.['enabled']??!0x1;this['set']('webSearchActive',!0x1),this['_webSearchButton']['set']('isOn',!0x1),this['_webSearchButton']['set']('isEnabled',_0x5539db),this['_webSearchButton']['set']('isVisible',_0x5539db);const _0x4adb21=_0x2b2eaa['capabilities']['reasoning']?.['enabled']??!0x1;this['set']('reasoningActive',!0x1),this['_reasoningButton']['set']('isOn',!0x1),this['_reasoningButton']['set']('isEnabled',_0x4adb21),this['_reasoningButton']['set']('isVisible',_0x4adb21);}['enableModelSelector'](){this['set']('modelSelectorEnabled',!0x0),this['set']('modelSelectorVisible',!0x0);}['disableModelSelector'](_0x4f8ff0){this['set']('modelSelectorEnabled',!0x1),_0x4f8ff0&&this['set']('modelSelectorVisible',!0x1);}['_createWebSearchButton'](){const _0x6983d4=new _0xa24b3c();return _0x6983d4['set']({'label':Yn(this['locale'],'AI_CHAT_SEARCH_WEB'),'icon':_0x490596,'class':ea,'isToggleable':!0x0,'tooltipPosition':aa}),_0x6983d4['on']('execute',()=>{this['fire']('toggleWebSearch');}),_0x6983d4;}['_createReasoningButton'](){const _0x12e269=new _0xa24b3c();return _0x12e269['set']({'label':Yn(this['locale'],'AI_CHAT_REASONING'),'icon':_0x5d9036,'class':ea,'isToggleable':!0x0,'tooltipPosition':aa}),_0x12e269['on']('execute',()=>{this['fire']('toggleReasoning');}),_0x12e269;}['_createCommandsButton'](){const _0x8f5396=new _0xa24b3c();return _0x8f5396['set']({'label':Yn(this['locale'],'AI_CHAT_COMMANDS'),'icon':yt,'withText':!0x0,'class':ea,'isToggleable':!0x0,'tooltip':Yn(this['locale'],'AI_CHAT_COMMANDS'),'tooltipPosition':aa}),_0x8f5396['extendTemplate']({'attributes':{'class':[ia]}}),_0x8f5396['on']('execute',()=>{console['log']('Commands\x20are\x20not\x20implemented\x20yet.'),alert('Commands\x20are\x20not\x20implemented\x20yet.');}),_0x8f5396;}['_createModelSelectionDropdown'](){const _0x3a60f0=_0x115dce(this['locale']);return _0x3a60f0['set']({'panelPosition':'ne','class':[sa]}),_0x3a60f0['buttonView']['set']({'label':Yn(this['locale'],'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP'),'withText':!0x0,'tooltip':!0x0,'tooltipPosition':aa}),this['listenTo'](_0x3a60f0,'execute',_0x272dfd=>{this['fire']('selectModel',_0x272dfd['source']['model']);}),_0x3a60f0;}['_createModelNameView'](){const _0x2f3136=new Go(this['locale']);return _0x2f3136['bind']('text')['to'](this,'activeModelName',_0x255f4b=>_0x255f4b??''),_0x2f3136['bind']('isVisible')['to'](this,'modelSelectorVisible',this,'activeModelName',(_0x46b653,_0xb41efe)=>!_0x46b653&&!_0xb41efe?.['toLowerCase']()['startsWith']('agent')),_0x2f3136;}}let ha=class extends _0x5babd6{constructor(_0x2f7a00,_0x40a2b7){super();const _0x39accf=this['bindTemplate'],_0x134822=this['createCollection']();this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x39accf['to']('style'),'id':_0x39accf['to']('id')},'children':[{'tag':'div','attributes':{'class':[na]},'children':[{'text':_0x39accf['to']('text')}]},{'tag':'div','attributes':{'class':[ra]},'children':[{'tag':'span','children':[{'text':_0x40a2b7['description']}]}]},{'tag':'div','attributes':{'class':[oa]},'children':_0x134822}]}),_0x134822['addMany'](this['_getCapabilityParts'](_0x2f7a00,_0x490596,'AI_CHAT_SEARCH_WEB',_0x40a2b7['capabilities']['webSearch']?.['enabled']??!0x1)),_0x134822['addMany'](this['_getCapabilityParts'](_0x2f7a00,_0x5d9036,'AI_CHAT_REASONING',_0x40a2b7['capabilities']['reasoning']?.['enabled']??!0x1));}['_getCapabilityParts'](_0xefdf2f,_0x2fe479,_0x1f33ce,_0x4ba67a){const _0x2d298f=new _0x23cd9a();_0x2d298f['content']=_0x2fe479;const _0x4bc300=new _0xebef92(_0xefdf2f);_0x4bc300['setTemplate']({'tag':'span','children':[{'text':Yn(_0xefdf2f,_0x1f33ce)+':\x20'}]});const _0xfbe432=new _0xebef92(_0xefdf2f);return _0xfbe432['setTemplate']({'tag':'span','children':[{'text':Yn(_0xefdf2f,_0x4ba67a?'AI_CHAT_CAPABILITIES_YES':'AI_CHAT_CAPABILITIES_NO')}]}),[_0x2d298f,_0x4bc300,_0xfbe432];}};class Go extends _0xebef92{constructor(_0x521aa6){super(_0x521aa6),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x33a81c=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-chat-controls__model-name',_0x33a81c['if']('isVisible','ck-hidden',_0x29f972=>!_0x29f972)]},'children':[{'text':_0x33a81c['to']('text')}]});}}const ca='ck-ai-chat-context-controls__url-form',la='ck-ai-chat-context-controls__url-input-section';class mo extends _0xebef92{['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['urlInputField'];['backButton'];['confirmButton'];constructor(_0x28c637){super(_0x28c637),this['focusTracker']=new _0x13c01a(),this['keystrokes']=new _0x3c58a3(),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 _0x532b63({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_setupTemplate'](),this['_setupEventHandlers'](),this['_setupKeystrokes']();}['render'](){super['render'](),this['_focusables']['forEach'](_0x5554dc=>{this['focusTracker']['add'](_0x5554dc['element']),this['keystrokes']['listenTo'](_0x5554dc['element']);}),_0x1d3586({'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'](_0x5dc24d){this['urlInputField']['errorText']=_0x5dc24d,this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}['clearError'](){this['urlInputField']['errorText']=null,this['_updateConfirmButtonState']();}['_createBackButton'](){const _0xf3b1b9=new _0xa24b3c(this['locale']);return _0xf3b1b9['set']({'icon':_0x1df48d,'tooltip':Yn(this['locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':'ck-button-icon\x20ck-button-back'}),_0xf3b1b9;}['_createUrlInputField'](){const _0x59465f=new th(this['locale'],_0x3ad8f1);return _0x59465f['set']({'label':Yn(this['locale'],'AI_CHAT_CONTEXT_URL_LABEL'),'class':'ck-labeled-field-view_empty'}),_0x59465f['fieldView']['set']({'placeholder':Yn(this['locale'],'AI_CHAT_CONTEXT_URL_PLACEHOLDER')}),_0x59465f;}['_createConfirmButton'](){const _0x43dfbb=new _0xa24b3c(this['locale']);return _0x43dfbb['set']({'icon':_0x474c30,'tooltip':Yn(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'tooltipPosition':'n','class':'ck-button-icon','type':'submit','isEnabled':!0x1}),_0x43dfbb;}['_setupTemplate'](){const _0x219fd3=new _0x247e71(this['locale'],{'label':Yn(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'class':'ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_context-url'});_0x219fd3['children']['add'](this['backButton'],0x0),this['setTemplate']({'tag':'form','attributes':{'class':ca,'tabindex':'-1'},'children':[_0x219fd3,{'tag':'div','attributes':{'class':la},'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',_0x260513=>{_0x260513['stop'](),this['_handleSubmit']();});}['_setupKeystrokes'](){this['keystrokes']['set']('esc',(_0x54fa65,_0x28a1a1)=>{this['clear'](),this['fire']('cancel'),_0x28a1a1();});}['_handleSubmit'](){const _0x41439f=this['getValue']()['trim']();_0x41439f?this['_isValidUrl'](_0x41439f)?(this['clearError'](),this['fire']('submitUrl',_0x41439f)):this['setError'](Yn(this['locale'],'AI_CHAT_CONTEXT_URL_INVALID_ERROR')):this['setError'](Yn(this['locale'],'AI_CHAT_CONTEXT_URL_EMPTY_ERROR'));}['_updateConfirmButtonState'](){const _0x4476c8=this['getValue']()['trim'](),_0xef798=!!this['urlInputField']['errorText'];this['confirmButton']['isEnabled']=_0x4476c8['length']>0x0&&!_0xef798;}['_isValidUrl'](_0x5b6dc2){try{return!!new URL(_0x5b6dc2);}catch{return!0x1;}}}const da='ck-ai-chat-resources__item',ua='ck-ai-chat-resources__item--in-context',_a='ck-ai-chat-resources__item-title',Ia='ck-ai-chat-resources__item__icon';class tc extends _0x22bc08{['resource'];['_titleView'];['_iconView'];constructor(_0x29a031,_0x528234){super(_0x29a031),this['resource']=_0x528234,this['set']('isInContext',!!_0x528234['isInContext']),this['_titleView']=this['_createTitleView'](),this['_iconView']=this['_createIconView'](),this['_setupTemplate']();}['render'](){super['render']();}['getResourceIcon'](_0x536a2f){if(_0x536a2f['isInContext'])return _0x474c30;switch(_0x536a2f['type']){case de['DOCUMENT']:return _0xacaacc;case de['URL']:return _0x5d9ba5;case de['FILE']:case de['TEXT']:return _0x4a15c3;default:return _0x543968;}}['highlightText'](_0x529414){if(!_0x529414||''===_0x529414['trim']())return void this['_titleView']['highlightText'](null);const _0x106ecb=new RegExp(_0x46cb0c(_0x529414),'gi');this['_titleView']['highlightText'](_0x106ecb);}['updateResourceState'](_0x5cb64a){this['resource']['isInContext']=_0x5cb64a,this['isInContext']=_0x5cb64a,this['_updateIcon']();}['_createTitleView'](){const _0x5653bf=new _0x357569();return _0x5653bf['text']=this['resource']['label'],_0x5653bf['extendTemplate']({'tag':'span','attributes':{'class':[_a]}}),_0x5653bf;}['_createIconView'](){const _0xde837d=new _0x23cd9a();return _0xde837d['content']=this['getResourceIcon'](this['resource']),_0xde837d;}['_setupTemplate'](){const _0x2247be=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':[da,_0x2247be['if']('isVisible','ck-hidden',_0x38165e=>!_0x38165e),_0x2247be['if']('isInContext',ua)]},'children':[{'tag':'div','attributes':{'class':[Ia]},'children':[this['_iconView']]},this['_titleView']],'on':{'click':_0x2247be['to']('execute')}});}['_updateIcon'](){this['_iconView']['content']=this['getResourceIcon'](this['resource']);}}const Aa='ck-ai-chat-resources__list';class Ur extends _0x3dc816{['_source'];constructor(_0x17e0c0,_0x5ca222){super(_0x17e0c0),this['_source']=_0x5ca222,this['extendTemplate']({'attributes':{'class':[Aa]}});}['setResources'](_0x3a2404,_0x40a29d){this['items']['clear']();let _0x465653=_0x3a2404;if(this['_source']['useDefaultFiltering']&&_0x40a29d&&''!==_0x40a29d['trim']()){const _0x5cbcad=new RegExp(_0x40a29d['replace'](/[.*+?^${}()|[\]\\]/g,'\x5c$&'),'gi');_0x465653=_0x3a2404['filter'](_0x4ad0a4=>_0x5cbcad['test'](_0x4ad0a4['label']));}for(const _0x57aeef of _0x465653){const _0x4be634=new tc(this['locale'],_0x57aeef);_0x4be634['on']('execute',()=>{this['_handleResourceSelection'](this['_source'],_0x57aeef);}),this['items']['add'](_0x4be634);}this['_source']['useDefaultFiltering']&&this['highlightText'](_0x40a29d);}['highlightText'](_0x53fbf9){this['_source']['useDefaultFiltering']&&this['items']['forEach'](_0x1d113e=>{_0x1d113e['highlightText'](_0x53fbf9);});}['updateResourceState'](_0x3f1454,_0x377174){for(const _0x5d0faf of this['items']){const _0x59e619=_0x5d0faf;_0x59e619['resource']['id']===_0x3f1454&&_0x59e619['updateResourceState'](_0x377174);}}['_handleResourceSelection'](_0x4998ba,_0x1c2750){this['fire']('addResourceToContext',{'source':_0x4998ba,'resource':_0x1c2750});}}class zr extends th{['iconView'];['resetButtonView'];['_viewConfig'];constructor(_0x33580e){const t=_0x33580e['t'],_0x186e0a={'showResetButton':!0x0,'showIcon':!0x0,'creator':_0x3ad8f1,'label':Yn(_0x33580e,'AI_CHAT_SEARCH_RESOURCES')};super(_0x33580e,_0x186e0a['creator']),this['label']=_0x186e0a['label'],this['_viewConfig']=_0x186e0a,this['_viewConfig']['showIcon']&&this['_setupSearchIcon'](),this['_viewConfig']['showResetButton']&&this['_setupResetButton'](_0x33580e,t),this['_setupEventListeners']();}['reset'](){this['fieldView']['reset'](),this['_viewConfig']['showResetButton']&&this['resetButtonView']&&(this['resetButtonView']['isVisible']=!0x1),this['search']('');}['search'](_0x4dfdca){this['fire']('search',_0x4dfdca);}['getQuery'](){return this['fieldView']['element']?.['value']||'';}['_setupSearchIcon'](){this['iconView']=new _0x23cd9a(),this['iconView']['content']=_0x72e60a,this['fieldWrapperChildren']['add'](this['iconView'],0x0),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-icon'}});}['_setupResetButton'](_0x43863a,t){this['resetButtonView']=new _0xa24b3c(_0x43863a),this['resetButtonView']['set']({'label':t('Clear'),'icon':_0x309cee,'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',_0x4ce0e4=>!_0x4ce0e4),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 Br extends _0xebef92{['_searchView'];['_resourcesListView'];['_skeletonLoader'];['_source'];['children'];['_latestLoadResourcesUid']=null;constructor(_0x32b5b3,_0x20ade4){super(_0x32b5b3),this['_source']=_0x20ade4,this['set']('isLoading',!0x0),this['_searchView']=this['_createSearchView']();const _0x37119a=this['_createSearchSection']();this['_resourcesListView']=this['_createResourcesListView'](),this['_skeletonLoader']=this['_createSkeletonView'](),this['children']=new _0x18aaa9([_0x37119a,this['_skeletonLoader'],this['_resourcesListView']]),this['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat-resources'},'children':this['children']});}['_createSearchView'](){return new zr(this['locale']);}['_createSearchSection'](){const _0x17c05d=new _0xebef92(this['locale']);return _0x17c05d['setTemplate']({'tag':'div','attributes':{'class':'ck\x20ck-search'},'children':[this['_searchView']]}),this['_searchView']['on']('search',(_0x5467da,_0x412e82)=>{this['loadResources'](_0x412e82),this['_source']['useDefaultFiltering']&&this['_resourcesListView']['highlightText'](_0x412e82);}),_0x17c05d;}['_createResourcesListView'](){const _0xa42cdd=new Ur(this['locale'],this['_source']);return _0xa42cdd['delegate']('addResourceToContext')['to'](this),_0xa42cdd['extendTemplate']({'attributes':{'class':this['bindTemplate']['if']('isLoading','ck-hidden')}}),_0xa42cdd;}['_createSkeletonView'](){const _0x26cd07=new Fe(this['locale'],Be['aiChatResources']);return _0x26cd07['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoading','ck-hidden',_0x384b03=>!_0x384b03)]}}),_0x26cd07;}['render'](){super['render'](),this['loadResources']('');}['loadResources'](_0x2a6d32){const _0x12cbe5=_0x48375a();this['_latestLoadResourcesUid']=_0x12cbe5,this['fire']('loadSourceResources',{'sourceId':this['_source']['id'],'query':_0x2a6d32,'uid':_0x12cbe5}),this['isLoading']=!0x0;}['setResources'](_0x37ce19,_0x5ddc84){if(_0x5ddc84&&_0x5ddc84!==this['_latestLoadResourcesUid'])return;const _0x3d2e9f=this['_source']['useDefaultFiltering']?this['_searchView']['getQuery']():'';this['_resourcesListView']['setResources'](_0x37ce19,_0x3d2e9f),requestAnimationFrame(()=>{this['isLoading']=!0x1;});}['updateResourceState'](_0x1830da,_0x3467e1){this['_resourcesListView']['updateResourceState'](_0x1830da,_0x3467e1);}}const ga='ck-ai-chat-context-controls__source-balloon-panel',ma='ck-button-icon\x20ck-button-back',pa='ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_source';class po{['_sourceResourceBalloons']=new Map();['_bodyCollection'];['_locale'];['_config'];constructor(_0x572ea7,_0x313a13,_0x2f036e){this['_locale']=_0x572ea7,this['_bodyCollection']=_0x313a13,this['_config']=_0x2f036e;}['showSourceResourcesBalloon'](_0x5576be){let _0xce06a6=this['_sourceResourceBalloons']['get'](_0x5576be['id']);_0xce06a6||(_0xce06a6=this['_createSourceResourceBalloonPanel'](),this['_sourceResourceBalloons']['set'](_0x5576be['id'],_0xce06a6),this['_setupSingleResourceBalloonClickOutsideHandler'](_0xce06a6)),this['_addSourceResourceContent'](_0xce06a6,_0x5576be),_0xce06a6['show']();const _0x97a9c8=this['_config']['getTargetElement']();_0x97a9c8&&_0xce06a6['pin']({'target':_0x97a9c8,'limiter':this['_config']['getLimiterElement']()});}['populateSourceResourceBalloon'](_0x2b2864,_0x1c5a27,_0x29db08){const _0xb1f957=this['_sourceResourceBalloons']['get'](_0x2b2864);if(!_0xb1f957)return;const _0x4735ec=this['_getResourcesViewFromBalloon'](_0xb1f957);_0x4735ec&&_0x4735ec['setResources'](_0x1c5a27,_0x29db08);}['closeSourceResourceBalloon'](_0x339207){const _0x129930=this['_sourceResourceBalloons']['get'](_0x339207);_0x129930&&requestAnimationFrame(()=>{_0x129930['hide'](),this['_sourceResourceBalloons']['delete'](_0x339207),this['_config']['onBalloonClosed']();});}['isAnyResourceBalloonVisible'](){for(const _0x9560bb of this['_sourceResourceBalloons']['values']())if(_0x9560bb['isVisible'])return!0x0;return!0x1;}['updateResourceState'](_0x1ea23f,_0x3db3e2,_0x41a863){const _0x14d974=this['_sourceResourceBalloons']['get'](_0x1ea23f);if(!_0x14d974||!_0x14d974['isVisible'])return;const _0x3d3e72=this['_config']['getTargetElement']();if(!_0x3d3e72)return;_0x14d974['pin']({'target':_0x3d3e72,'limiter':this['_config']['getLimiterElement']()});const _0x30a1da=this['_getResourcesViewFromBalloon'](_0x14d974);_0x30a1da&&_0x30a1da['updateResourceState'](_0x3db3e2,_0x41a863);}['destroy'](){for(const _0x2e5f28 of this['_sourceResourceBalloons']['values']())_0x2e5f28['destroy']();this['_sourceResourceBalloons']['clear']();}['_createSourceResourceBalloonPanel'](){const _0xb6f949=new _0x5b9e88(this['_locale']);return _0xb6f949['extendTemplate']({'attributes':{'class':ga}}),this['_bodyCollection']['add'](_0xb6f949),_0xb6f949;}['_addSourceResourceContent'](_0x2f05d8,_0x61ffaf){_0x2f05d8['content']['clear']();const _0x54e272=this['_createBalloonHeader'](_0x2f05d8,_0x61ffaf);_0x2f05d8['content']['add'](_0x54e272);const _0x366f99=this['_createBalloonResourcesView'](_0x61ffaf);_0x2f05d8['content']['add'](_0x366f99);}['_createBalloonHeader'](_0x3fde4c,_0x116572){const _0x39312f=this['_createBackButton'](_0x3fde4c),_0x300731=new _0x247e71(this['_locale'],{'label':_0x116572['label'],'class':pa});return _0x300731['children']['add'](_0x39312f,0x0),_0x300731;}['_createBackButton'](_0x2a435e){const _0x1863a9=new _0xa24b3c(this['_locale']);return _0x1863a9['set']({'icon':_0x1df48d,'tooltip':Yn(this['_locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':ma}),_0x1863a9['on']('execute',()=>{_0x2a435e['hide'](),this['_config']['onBackToContext']();}),_0x1863a9;}['_createBalloonResourcesView'](_0x5a33e2){const _0x2a2aa6=new Br(this['_locale'],_0x5a33e2);return _0x2a2aa6['on']('loadSourceResources',(_0x990697,_0x311570)=>{this['_config']['onLoadSourceResources'](_0x311570);}),_0x2a2aa6['on']('addResourceToContext',(_0x2cdac0,_0x858811)=>{this['_config']['onResourceSelected'](_0x858811['source'],_0x858811['resource']),this['closeSourceResourceBalloon'](_0x5a33e2['id']);}),_0x2a2aa6;}['_getResourcesViewFromBalloon'](_0x2cb30c){const _0x4cc44c=_0x2cb30c['content']['get'](0x1);return _0x4cc44c instanceof Br?_0x4cc44c:null;}['_setupSingleResourceBalloonClickOutsideHandler'](_0x4e759f){_0x16cb96({'emitter':_0x4e759f,'contextElements':[_0x4e759f['element']],'callback':()=>{_0x4e759f['hide'](),this['_config']['onBalloonClosed']();},'activator':()=>_0x4e759f['isVisible']});}}const Ve=['addDocumentToContext','addFileToContext','addUrlToContext','addResourceToContext','removeContextItem','loadSourceResources'],Bo='ck-ai-chat-context-controls',bo='ck-ai-chat-context-controls__pending-contexts',To='ck-ai-chat-context-controls__add-context-balloon-panel',Ao='ck-ai-chat-context-controls__add-context-button',ko='ck-ai-chat-context-controls__url-balloon-panel',Eo='ck-ai-chat-context-controls__balloon-button',vo='ck-ai-chat-context-controls__balloon-button-source',go='ck-ai-chat-controls-button',Vo='ck-ai-chat-context-chips-wrapper-balloon',fo='ck-ai-chat-controls_context_show-more-button',Io='ck-ai-chat-context-controls__show-more-balloon-panel',Po='ck-ai-chat',Ro=[_0x5b9e88['defaultPositions']['northArrowSouthWest'],_0x5b9e88['defaultPositions']['northArrowSouth'],_0x5b9e88['defaultPositions']['northArrowSouthEast'],_0x5b9e88['defaultPositions']['southArrowNorthWest'],_0x5b9e88['defaultPositions']['southArrowNorth'],_0x5b9e88['defaultPositions']['southArrowNorthEast']];class ve extends _0xebef92{['addContextButtonView'];['_currentContextsChips']=this['createCollection']();['_conversationContextsChips']=this['createCollection']();['_overflowManager'];['_addContextBalloonPanelView'];['_urlBalloonPanelView'];['_urlInputView'];['_resourcesBalloonView'];['_addContextBalloonConfig'];['bodyCollection'];constructor(_0x3ca508,_0x1f0334){super(_0x3ca508),this['bodyCollection']=_0x1f0334,this['_currentContextsChips']=this['createCollection'](),this['_conversationContextsChips']=this['createCollection'](),this['addContextButtonView']=this['_createAddContextButtonView'](_0x3ca508),this['_addContextBalloonPanelView']=this['_createAddContextBalloonPanelView'](_0x3ca508),this['_urlBalloonPanelView']=this['_createUrlBalloonPanelView'](_0x3ca508),this['_resourcesBalloonView']=this['_createResourcesBalloonView'](_0x3ca508,_0x1f0334);const _0x586e58={'cssClasses':{'showMoreButton':fo,'showMoreBalloon':Io,'overflowContainer':Vo,'controlsButton':go}};this['_overflowManager']=new wo(_0x3ca508,this['_currentContextsChips'],_0x586e58,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'](_0x13076c,_0x213125){const _0x4e228a=this['_createContextButton'](_0x13076c,'current',!0x0,_0x213125);this['_addContextToCollection'](_0x4e228a,this['_currentContextsChips']),this['_overflowManager']['reorganizeChips']();}['removeContextItem'](_0x124639){this['_removeContextFromCollection'](_0x124639,this['_currentContextsChips']),this['_removeContextFromCollection'](_0x124639,this['_overflowManager']['overflowChips']),this['_overflowManager']['reorganizeChips']();}['setContextItemLoading'](_0x30fe60,_0x1b7621){let _0x3289ea=this['_currentContextsChips']['find'](_0x2e3d4c=>_0x2e3d4c['id']===_0x30fe60);_0x3289ea||(_0x3289ea=this['_overflowManager']['overflowChips']['find'](_0x4aee33=>_0x4aee33['id']===_0x30fe60)),_0x3289ea&&(_0x3289ea['isLoading']=_0x1b7621);}['setConversationContext'](_0x50c80d){this['_conversationContextsChips']['clear']();for(const _0x257f62 of _0x50c80d){const _0x17ea32=this['_createContextButton'](_0x257f62,'conversation',!0x1,!0x1);this['_addContextToCollection'](_0x17ea32,this['_conversationContextsChips']);}}['clearCurrentContextItems'](){this['_currentContextsChips']['clear'](),this['_overflowManager']['clear']();}['clearConversationContextItems'](){this['_conversationContextsChips']['clear']();}['updateResourceState'](_0x43e7dc,_0x3b021e,_0x5471a0){this['_resourcesBalloonView']['updateResourceState'](_0x43e7dc,_0x3b021e,_0x5471a0);}['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'](_0x1eee57){this['_resourcesBalloonView']['showSourceResourcesBalloon'](_0x1eee57),this['addContextButtonView']['isOn']=!0x0;}['populateSourceResourceBalloon'](_0xcfa2f,_0x3a3dcc,_0x1be262,_0x51be58){this['_resourcesBalloonView']['populateSourceResourceBalloon'](_0xcfa2f,_0x1be262,_0x51be58);}['closeSourceResourceBalloon'](_0x41830c){this['_resourcesBalloonView']['closeSourceResourceBalloon'](_0x41830c),this['addContextButtonView']['isOn']=!0x1;}['setAddContextOptions'](_0x5d2fa2){this['_setBalloonPanelContent'](this['_addContextBalloonPanelView'],this['locale'],_0x5d2fa2),this['_setAddContextButtonEnabled'](_0x5d2fa2);}['_setAddContextButtonEnabled'](_0x258968){const _0x458f4d=!_0x258968['document']['isHidden']&&_0x258968['document']['enabled'],_0x2abda9=_0x258968['urls']['enabled'],_0x3e569a=_0x258968['files']['enabled'];this['addContextButtonView']['isEnabled']=_0x458f4d||_0x2abda9||_0x3e569a;}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':[Bo,'ck-reset_all-excluded']},'children':[{'tag':'div','attributes':{'class':bo},'children':this['_currentContextsChips']}]});}['_bindEventHandlers'](){this['addContextButtonView']['on']('execute',()=>{this['_handleAddContextButtonClick']();});}['_createAddContextButtonView'](_0x176433){const _0x2f366c=new _0xa24b3c(_0x176433);return _0x2f366c['set']({'label':Yn(_0x176433,'AI_CHAT_CONTEXT_ADD_CONTEXT'),'class':go+'\x20'+Ao,'icon':_0x3de6a5,'isToggleable':!0x0,'tooltip':!0x0,'tooltipPosition':'sw'}),_0x2f366c;}['_createAddContextBalloonPanelView'](_0xf84eac){return this['_createBaseBalloonPanel'](_0xf84eac,To);}['_createUrlBalloonPanelView'](_0xdc593c){const _0x47987b=this['_createBaseBalloonPanel'](_0xdc593c,ko);return this['_addUrlContent'](_0x47987b,_0xdc593c),_0x47987b;}['_createResourcesBalloonView'](_0x55ff25,_0xb8a655){return new po(_0x55ff25,_0xb8a655,{'onBackToContext':()=>{this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Ro});},'onResourceSelected':(_0x59d6ab,_0x2879d9)=>{this['fire']('addResourceToContext',{'source':_0x59d6ab,'resource':_0x2879d9});},'onLoadSourceResources':_0x134cea=>{this['fire']('loadSourceResources',_0x134cea);},'onBalloonClosed':()=>{this['addContextButtonView']['isOn']=!0x1;},'getLimiterElement':()=>this['_getLimiterElement'](),'getTargetElement':()=>this['addContextButtonView']['element']});}['_getLimiterElement'](){return this['element']?.['closest']('.'+Po)||document['body'];}['_createBaseBalloonPanel'](_0x3679ee,_0x4225b0){const _0xae76ba=new _0x5b9e88(_0x3679ee);return _0xae76ba['extendTemplate']({'attributes':{'class':_0x4225b0}}),this['bodyCollection']['add'](_0xae76ba),_0xae76ba;}['_setBalloonPanelContent'](_0xcd919e,_0x177461,_0x2004c6){if(_0xcd919e['content']['clear'](),!_0x2004c6['document']['isHidden']&&_0x2004c6['document']['enabled']){const _0x113283=this['_createBalloonButton'](_0x177461,{'label':Yn(_0x177461,'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'),'icon':_0xacaacc});_0x113283['on']('execute',()=>{this['fire']('addDocumentToContext'),this['hideAddContextBalloonPanel']();}),_0xcd919e['content']['add'](_0x113283);}if(_0x2004c6['urls']['enabled']){const _0x2f8a3c=this['_createBalloonButton'](_0x177461,{'label':Yn(_0x177461,'AI_CHAT_CONTEXT_URL_LABEL'),'icon':_0x5d9ba5});_0x2f8a3c['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['showUrlBalloonPanel'](),this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Ro}),this['_urlInputView']['focus']();}),_0xcd919e['content']['add'](_0x2f8a3c);}if(_0x2004c6['files']['enabled']){const _0x521526=new _0x1e8d98(_0x177461);_0x521526['set']({'label':Yn(_0x177461,'AI_CHAT_CONTEXT_FILE_LABEL'),'icon':_0x368e82,'withText':!0x0,'tooltip':!0x0,'class':Eo,'allowMultipleFiles':!0x0}),_0x521526['on']('done',(_0x6370fe,_0x95546)=>{this['fire']('addFileToContext',_0x95546),this['hideAddContextBalloonPanel']();}),_0x521526['tooltip']=!0x0,_0xcd919e['content']['add'](_0x521526);}for(const _0x23e53a of _0x2004c6['sources']){const _0x5b3a82=this['_createBalloonButton'](_0x177461,{'label':_0x23e53a['label'],'icon':_0x23e53a['icon']||_0x543968,'type':'source'});_0xcd919e['content']['add'](_0x5b3a82),_0x5b3a82['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['_showSourceResourcesBalloon'](_0x23e53a);});}}['_addUrlContent'](_0x121c81,_0x595e3e){this['_urlInputView']=new mo(_0x595e3e),this['_urlInputView']['on']('submitUrl',(_0x1459bb,_0x577889)=>{this['_handleUrlSubmit'](_0x577889);}),this['_urlInputView']['on']('cancel',()=>{this['hideUrlBalloonPanel'](),this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Ro});}),this['_urlInputView']['on']('refreshBalloon',()=>{this['_urlBalloonPanelView']['isVisible']&&this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Ro});}),_0x121c81['content']['add'](this['_urlInputView']);}['_createBalloonButton'](_0x2694a7,_0x59468c){const _0x4647b1='source'===_0x59468c['type']?new Ta(_0x2694a7):new _0xa24b3c(_0x2694a7);return _0x4647b1['set']({'label':_0x59468c['label'],'icon':_0x59468c['icon'],'withText':!0x0,'tooltip':!0x0,'tooltipPosition':'sw','class':Eo}),_0x4647b1;}['_setupAllBalloonClickOutsideHandlers'](){this['_setupAddContextBalloonClickOutsideHandler'](),this['_setupUrlBalloonClickOutsideHandler']();}['_setupUrlBalloonClickOutsideHandler'](){_0x16cb96({'emitter':this['_urlBalloonPanelView'],'contextElements':[this['_urlBalloonPanelView']['element']],'callback':()=>{this['hideUrlBalloonPanel']();},'activator':()=>this['_urlBalloonPanelView']['isVisible']});}['_toggleAddContextBalloon'](_0x3f7cab){const _0x20336b=this['_addContextBalloonConfig'];_0x20336b['buttonView']['isOn']=_0x3f7cab,_0x3f7cab?_0x20336b['balloonView']['show']():_0x20336b['balloonView']['hide']();}['_setupAddContextBalloonClickOutsideHandler'](){const {balloonView:_0x201f5f,buttonView:_0x322295,hideMethod:_0x346c1f}=this['_addContextBalloonConfig'];_0x16cb96({'emitter':_0x201f5f,'contextElements':[_0x201f5f['element'],_0x322295['element']],'callback':()=>{_0x346c1f();},'activator':()=>_0x322295['isOn']&&!this['_urlBalloonPanelView']['isVisible']&&!this['_resourcesBalloonView']['isAnyResourceBalloonVisible']()});}['_createContextButton'](_0x201d0d,_0x552b6c,_0x3c0052=!0x1,_0xdabdd9=!0x1){const _0x43db7c='conversation'===_0x552b6c||!0x0===_0x201d0d['isReadOnly'],_0x2b75e6=new xo(this['locale'],_0x201d0d,_0x43db7c,_0x3c0052,_0xdabdd9);return _0x43db7c||_0x2b75e6['on']('removeContextItemChip',()=>{this['fire']('removeContextItem',_0x2b75e6['id']);}),_0x2b75e6;}['_addContextToCollection'](_0x3b0333,_0x33931b){_0x33931b['add'](_0x3b0333,0x0);}['_removeContextFromCollection'](_0x8bcce2,_0x436da8){const _0x229732=_0x436da8['find'](_0x43017c=>_0x43017c['id']===_0x8bcce2);_0x229732&&_0x436da8['remove'](_0x229732);}['_handleAddContextButtonClick'](){this['addContextButtonView']['isOn']?this['hideAddContextBalloonPanel']():(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Ro}));}['_handleUrlSubmit'](_0x5e9996){this['_urlInputView']['clear'](),this['hideUrlBalloonPanel'](),this['fire']('addUrlToContext',_0x5e9996);}}class Ta extends _0xa24b3c{['arrowView'];constructor(_0xe33458){super(_0xe33458),this['set']({'withText':!0x0,'role':'menuitem'}),this['arrowView']=this['_createArrowView'](),this['extendTemplate']({'attributes':{'class':[vo]}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x141f23=new _0x23cd9a();return _0x141f23['content']=_0x5dbd42,_0x141f23['extendTemplate']({'attributes':{'class':vo+'__arrow'}}),_0x141f23;}}class Me extends _0xebef92{['_cancelButtonView'];['_loaderView'];constructor(_0x222ffe){super(_0x222ffe),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 _0x3aeaf2=new _0xa24b3c(this['locale']);return _0x3aeaf2['set']({'label':Yn(this['locale'],'AI_CHAT_STOP_GENERATING'),'withText':!0x0,'class':'ai-chat-controls-loader__cancel-button','icon':_0x3e1e42}),_0x3aeaf2['on']('execute',()=>{this['fire']('abortPromptStream');}),_0x3aeaf2;}['_createLoaderView'](){const _0x3e60f4=new _0xebef92(this['locale']);return _0x3e60f4['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':Yn(this['locale'],'AI_CHAT_IS_WRITING')}]}),_0x3e60f4;}}class ji extends _0xebef92{['_contextPanelView'];['_promptInputView'];['_promptCapabilitiesView'];['_loaderView'];['_shouldRestorePromptInputFocus'];constructor(_0x4af378,_0x386270){super(_0x4af378),this['_contextPanelView']=this['_createContextPanelView'](_0x4af378,_0x386270),this['_promptInputView']=this['_createPromptInputView'](_0x4af378),this['_promptCapabilitiesView']=this['_createPromptCapabilitiesView'](_0x4af378),this['_loaderView']=this['_createLoaderView'](_0x4af378),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'](...Ve)['to'](this);const _0x1f5de7=this['bindTemplate'];this['setTemplate']({'tag':'form','attributes':{'class':['ck','ck-ai-chat-controls']},'children':[{'tag':'div','attributes':{'class':[_0x1f5de7['if']('isLoading','ck-hidden')]},'children':[this['_contextPanelView'],this['_promptInputView'],this['_promptCapabilitiesView']]},{'tag':'div','attributes':{'class':[_0x1f5de7['if']('isLoading','ck-hidden',_0x55c566=>!_0x55c566)]},'children':[this['_loaderView']]}]}),_0x16cb96({'emitter':this['_promptInputView'],'activator':()=>this['isLoading'],'contextElements':()=>[this['element']],'callback':()=>{this['_shouldRestorePromptInputFocus']=!0x1;}}),this['on']('change:isLoading',this['_handlePromptInputFocus'],{'priority':'low'});}['_createContextPanelView'](_0xdb415b,_0xe04d32){return new ve(_0xdb415b,_0xe04d32);}['_createPromptInputView'](_0x5badaa){return new Ce(_0x5badaa,this['_contextPanelView']['addContextButtonView']);}['_createPromptCapabilitiesView'](_0x14b2ac){return new Pe(_0x14b2ac);}['_createLoaderView'](_0x1fbfc7){return new Me(_0x1fbfc7);}['_handlePromptInputFocus'](_0x2bb1f8,_0x58b3e3,_0xf2cbae){_0xf2cbae?this['_shouldRestorePromptInputFocus']=!0x0:this['_shouldRestorePromptInputFocus']&&this['_promptInputView']['focus']();}['addContextItem'](_0x490736,_0x336aba){this['_contextPanelView']['addContextItem'](_0x490736,_0x336aba);}['removeContextItem'](_0x35ea0d){this['_contextPanelView']['removeContextItem'](_0x35ea0d);}['setContextItemLoading'](_0x3e8387,_0x460836){this['_contextPanelView']['setContextItemLoading'](_0x3e8387,_0x460836);}['setIsUploadInProgress'](_0x399646){this['_promptInputView']['setIsUploadInProgress'](_0x399646);}['setConversationContext'](_0x1e9aee){this['_contextPanelView']['setConversationContext'](_0x1e9aee);}['clearPendingContextUI'](){this['_contextPanelView']['clearCurrentContextItems']();}['clearConversationContextUI'](){this['_contextPanelView']['clearConversationContextItems']();}['updateResourceState'](_0x32a0c1,_0x433097,_0x113d2e){this['_contextPanelView']['updateResourceState'](_0x32a0c1,_0x433097,_0x113d2e);}['setWebSearch'](_0x114301){this['_promptCapabilitiesView']['setWebSearch'](_0x114301);}['setReasoning'](_0x2f58fc){this['_promptCapabilitiesView']['setReasoning'](_0x2f58fc);}['resetMessageInput'](){this['_promptInputView']['reset']();}['setAddContextOptions'](_0x4e9de0){this['_contextPanelView']['setAddContextOptions'](_0x4e9de0);}['setInputPlaceholder'](_0x4c0680){this['_promptInputView']['setPlaceholderText'](_0x4c0680);}['setModelList'](_0xf73d4,_0x407240){this['_promptCapabilitiesView']['setModelList'](_0xf73d4,_0x407240);}['setModel'](_0x36fcd2){this['_promptCapabilitiesView']['setModel'](_0x36fcd2);}['enableModelSelector'](){this['_promptCapabilitiesView']['enableModelSelector']();}['disableModelSelector'](_0x51b632){this['_promptCapabilitiesView']['disableModelSelector'](_0x51b632);}['populateSourceResourceBalloon'](_0x1a00e7,_0x307a9f,_0xa4b72,_0x10d451){this['_contextPanelView']['populateSourceResourceBalloon'](_0x1a00e7,_0x307a9f,_0xa4b72,_0x10d451);}['closeSourceResourceBalloon'](_0x8cbb83){this['_contextPanelView']['closeSourceResourceBalloon'](_0x8cbb83);}['focusPromptInput'](){this['_promptInputView']['focus']();}}class ki extends _0x247e71{['conversationStartButton'];['resizeButton'];constructor(_0x3e8b39,_0x7bbb42){super(_0x3e8b39,{'label':Yn(_0x3e8b39,'AI_CHAT_HEADING'),'class':'ck-ai-header\x20ck-ai-header_chat','icon':St}),this['set']('isMaximized',!0x1),this['conversationStartButton']=this['_createStartConversationButton'](_0x3e8b39),this['children']['add'](this['conversationStartButton']),_0x7bbb42&&(this['resizeButton']=As(_0x3e8b39,this),this['children']['add'](this['resizeButton']));}['_createStartConversationButton'](_0x26de96){const _0x4b44e2=new _0xa24b3c(_0x26de96);return _0x4b44e2['set']({'label':Yn(this['locale'],'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x4c6d08,'class':'ck-ai-chat__start-conversation'}),_0x4b44e2['on']('execute',()=>{this['fire']('startConversation');}),_0x4b44e2;}}class Ci extends _0xebef92{constructor(_0x57fa32){super(_0x57fa32),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-disclaimer__content']},'children':[{'text':Yn(_0x57fa32,'AI_DISCLAIMER_TEXT')}]}]});}}class Et extends _0xebef92{['chatHeader'];['chatFeed'];['chatControls'];['chatDisclaimer'];['_bodyCollection'];constructor(_0x27947a,_0x1aee65){super(_0x27947a),this['_bodyCollection']=new zt(_0x27947a),this['_bodyCollection']['attachToDom'](),this['chatHeader']=new ki(_0x27947a,_0x1aee65),this['chatHeader']['delegate'](...Pt)['to'](this),this['chatFeed']=new pi(_0x27947a,this['_bodyCollection']),this['chatFeed']['delegate'](...Pt)['to'](this),this['chatControls']=new ji(_0x27947a,this['_bodyCollection']),this['chatControls']['delegate'](...Pt)['to'](this),this['chatDisclaimer']=new Ci(_0x27947a),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat','ck-rounded-corners'],'dir':_0x27947a['uiLanguageDirection']},'children':[this['chatHeader'],this['chatFeed'],this['chatControls'],this['chatDisclaimer']]});}['populateSourceResourceBalloon'](_0xfa62,_0x54e13c,_0x205a4b,_0x3db178){this['chatControls']['populateSourceResourceBalloon'](_0xfa62,_0x54e13c,_0x205a4b,_0x3db178);}['closeSourceResourceBalloon'](_0x5d9dd5){this['chatControls']['closeSourceResourceBalloon'](_0x5d9dd5);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}}class at extends _0x3cc6c1{static get['requires'](){return[ht];}['_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;constructor(_0x444508){super(_0x444508);const _0x2f275e=this['context']['plugins']['get']('AITabs');this['set']('isBusy',!0x1),this['_promiseQueue']=new g(),this['_view']=new Et(this['context']['locale'],_0x2f275e['showResizeButton']),this['_view']['delegate'](...Pt)['to'](this),this['_view']['on']('toggleSuggestionDisplayMode',(_0x3e2bda,{showDiff:_0x48c6c8})=>{this['showDiff']=_0x48c6c8;}),_0x2f275e['view']['addTab']({'id':'chat','buttonLabel':Yn(this['context']['locale'],'AI_CHAT_HEADING'),'buttonIcon':St,'order':0x0,'content':this['_view']}),this['_view']['chatControls']['bind']('isLoading')['to'](this,'isBusy',_0x5c851f=>_0x5c851f),this['_view']['chatFeed']['bind']('isPending')['to'](this,'isBusy',_0x20cfdb=>_0x20cfdb),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']());}['destroy'](){super['destroy'](),this['_titleAnimationInterval']&&clearInterval(this['_titleAnimationInterval']);}['createConversation'](_0x5f065f){this['_view']['chatFeed']['clear'](),this['_view']['chatControls']['enableModelSelector'](),this['_view']['chatControls']['setModelList'](_0x5f065f['availableModels'],!this['context']['config']['get']('ai.chat.models.modelSelectorAlwaysVisible')),this['addFeedItemStaticMessage']({'id':'conversation-start','staticMessage':Yn(this['context']['locale'],'AI_CHAT_WELCOME_MESSAGE')});}['addFeedItemStaticMessage']({id:_0xdad7b6,staticMessage:_0x1ec204}){this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0xdad7b6,'initialContent':'<p>'+_0x1ec204+'</p>'});}['addFeedItemUserMessage'](_0xb79122){const _0x23c563=_0xb79122['quickActionData']?.['displayedPrompt']||_0xb79122['userMessage'];this['_view']['chatFeed']['addItem']('user-message',{'contextItems':Array['from'](_0xb79122['contextItems']['values']()),'initialContent':'<p>'+_0x23c563+'</p>','id':_0xb79122['id']});}['addFeedItemError']({errorMessage:_0x55659c,id:_0x2c4a7d}){this['_view']['chatFeed']['addItem']('error-message',{'initialContent':'<p>'+_0x55659c+'</p>','id':_0x2c4a7d});}['addFeedItemAIReply'](_0xbe71e1){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0xbe71e1['interactionId']+':'+_0xbe71e1['id']}),this['_view']['chatFeed']['setLoadingMessage']('');});}async['addFeedItemAISuggestion'](_0x4cd2d3){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-suggestion-reply',{'id':_0x4cd2d3['interactionId']+':'+_0x4cd2d3['id'],'areActionsDisabled':_0x4cd2d3['areActionsDisabled'],'showDiff':this['showDiff']}),this['_view']['chatFeed']['setLoadingMessage']('');});}['addFeedInteractionHeader'](_0x3c0dc6){this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x3c0dc6['id'],'capabilities':_0x3c0dc6['capabilities']});}['updateFeedInteractionHeader'](_0x175ecd){const _0xa34a13=this['_view']['chatFeed']['children']['find'](_0x45c972=>_0x45c972['options']['id']==_0x175ecd['id']&&_0x45c972 instanceof Rt);_0xa34a13&&_0xa34a13['set']('isVisible',_0x175ecd['isVisible']);}async['updateFeedItemAIReplyContent'](_0x5ae319){const _0x3a6375=_0x5ae319['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x4e4884=>{await this['_view']['chatFeed']['updateReplyItem']({..._0x5ae319,'abortSignal':_0x4e4884,'renderingStrategy':_0x3a6375}),_0x5ae319['isDone']&&this['markFeedItemAsDone'](_0x5ae319['id']);});}['updateFeedItemAIReplySources'](_0x10cdac,_0x47e326){this['_view']['chatFeed']['updateWebSources'](_0x10cdac,_0x47e326);}async['updateFeedItemAIReplySuggestionContent'](_0x6fd023){const _0x3fbf72=_0x6fd023['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x2885ae=>{await this['_view']['chatFeed']['updateSuggestionItem']({..._0x6fd023,'abortSignal':_0x2885ae,'renderingStrategy':_0x3fbf72}),_0x6fd023['isDone']&&this['markFeedItemAsDone'](_0x6fd023['id']);});}['updateFeedItemAIReplySuggestionPartState'](_0x21eadf){this['_view']['chatFeed']['updateSuggestionPartState'](_0x21eadf);}['markFeedItemAsDone'](_0x47fdda){this['_view']['chatFeed']['markItemAsDone'](_0x47fdda);}['removeFeedInteraction'](_0x5be6cf){this['_view']['chatFeed']['getItemIds']()['filter'](_0x541274=>_0x541274['startsWith'](_0x5be6cf))['forEach'](_0x441d1f=>this['_view']['chatFeed']['removeItem'](_0x441d1f));}['startInteraction'](_0x3937c4){this['_view']['chatFeed']['setLoadingMessage'](this['_getLoadingMessage'](_0x3937c4)),this['_view']['chatControls']['disableModelSelector'](!this['context']['config']['get']('ai.chat.models.modelSelectorAlwaysVisible')),this['isBusy']=!0x0,this['_view']['chatFeed']['startAutoScroll']();}['stopInteraction'](_0x178f02){this['_promiseQueue']['abort'](),this['_view']['chatFeed']['getItemIds']()['filter'](_0x5d6c71=>_0x5d6c71['startsWith'](_0x178f02['id']))['forEach'](_0x92cd41=>this['markFeedItemAsDone'](_0x92cd41)),this['isBusy']=!0x1,this['_view']['chatFeed']['stopAutoScroll']();}async['finishInteraction'](){return this['_promiseQueue']['queueEmptyPromise']['then'](()=>{this['isBusy']=!0x1,this['_view']['chatFeed']['stopAutoScroll']();});}['addContextItem'](_0x3909ec,_0x23ac94){this['_view']['chatControls']['addContextItem'](_0x3909ec,_0x23ac94);}['removeContextItem'](_0xd4c929){this['_view']['chatControls']['removeContextItem'](_0xd4c929);}['setContextItemLoading'](_0x1bdf0a,_0x250765){this['_view']['chatControls']['setContextItemLoading'](_0x1bdf0a,_0x250765);}['setIsUploadInProgress'](_0x5a1a6c){this['_view']['chatControls']['setIsUploadInProgress'](_0x5a1a6c);}['setConversationContext'](_0x34806a){this['_view']['chatControls']['setConversationContext'](_0x34806a);}['clearPendingContextUI'](){this['_view']['chatControls']['clearPendingContextUI']();}['clearConversationContextUI'](){this['_view']['chatControls']['clearConversationContextUI']();}['updateResourceState'](_0x2edcc3,_0x16e8d3,_0x44f696){this['_view']['chatControls']['updateResourceState'](_0x2edcc3,_0x16e8d3,_0x44f696);}['resetMessageInput'](){this['_view']['chatControls']['resetMessageInput'](),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']());}['setAddContextOptions'](_0x5d9b3c){this['_view']['chatControls']['setAddContextOptions'](_0x5d9b3c);}['updateCapabilities'](_0x260e5b){this['_view']['chatControls']['setWebSearch'](_0x260e5b['isWebSearchEnabled']),this['_view']['chatControls']['setReasoning'](_0x260e5b['isReasoningEnabled']),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder'](_0x260e5b));}['setSelectedModel'](_0x6bdfba,_0x48bd55){this['_view']['chatControls']['setModel'](_0x6bdfba),_0x48bd55&&this['_view']['chatControls']['disableModelSelector'](!0x1);}['setFeedItemRenderingStrategy'](_0x289d1b){this['feedItemRenderingStrategy']=_0x289d1b;}['toggleLoadingSkeleton'](_0x7d0ded){this['_view']['chatFeed']['toggleLoadingSkeleton'](_0x7d0ded);}['resetConversationTitle'](){this['setConversationTitle'](Yn(this['context']['locale'],'AI_CHAT_HEADING'));}['setConversationTitle'](_0x4be7c9,_0x1edebc=!0x1){if(_0x1edebc&&!At()&&_0x4be7c9['length'])return this['_view']['chatHeader']['label']='',void this['_animateConversationTitle'](_0x4be7c9);this['_view']['chatHeader']['label']=_0x4be7c9;}['_animateConversationTitle'](_0x5d308e){let _0xfbe243=0x0;clearInterval(this['_titleAnimationInterval']),this['_titleAnimationInterval']=setInterval(()=>{this['_view']['chatHeader']['label']=this['_view']['chatHeader']['label']+_0x5d308e[_0xfbe243],_0xfbe243++,_0xfbe243===_0x5d308e['length']&&clearInterval(this['_titleAnimationInterval']);},0x1e);}['setIsMaximized'](_0x8fd9ae){this['_view']['chatHeader']['isMaximized']=_0x8fd9ae;}['_getLoadingMessage'](_0xe29648){const _0x4e26f7=_0xe29648['capabilities'];return _0x4e26f7['isWebSearchEnabled']&&_0x4e26f7['isReasoningEnabled']?Yn(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING'):_0x4e26f7['isWebSearchEnabled']?Yn(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH'):_0x4e26f7['isReasoningEnabled']?Yn(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REASONING'):Yn(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR');}['_getInputPlaceholder'](_0x231327){return _0x231327?_0x231327['isWebSearchEnabled']&&_0x231327['isReasoningEnabled']?Yn(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING'):_0x231327['isWebSearchEnabled']?Yn(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH'):_0x231327['isReasoningEnabled']?Yn(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING'):Yn(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR'):Yn(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR');}['populateSourceResourceBalloon'](_0x1f222f,_0x4801c8,_0x68962d,_0x2a236a){this['_view']['populateSourceResourceBalloon'](_0x1f222f,_0x4801c8,_0x68962d,_0x2a236a);}['closeSourceResourceBalloon'](_0x6224fe){this['_view']['closeSourceResourceBalloon'](_0x6224fe);}['focusPromptInput'](){this['_view']['chatControls']['focusPromptInput']();}['scrollFeedToSuggestion'](_0x991a9d,_0x1f72e7){this['_view']['chatFeed']['scrollToSuggestion'](_0x991a9d,_0x1f72e7);}}class xi extends _0x3dc816{['sections'];constructor(_0x14cc59,_0x5e9bf2){super(_0x14cc59),this['sections']=_0x5e9bf2,this['items']['addMany'](this['sections']),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__sections']}});}['filter'](_0x3c01b7){let _0x49ca36=0x0,_0x298787=0x0;for(const _0x4ef193 of this['sections']){const {resultsCount:_0x2b8f23,totalItemsCount:_0x210902}=_0x4ef193['filter'](_0x3c01b7);_0x49ca36+=_0x2b8f23,_0x298787+=_0x210902;}return{'resultsCount':_0x49ca36,'totalItemsCount':_0x298787};}}class Yi extends _0x22bc08{['title'];['itemsViews'];['_itemsListView'];constructor(_0x3db1f8,{title:_0x40190c,items:_0xdc2beb}){super(_0x3db1f8);const _0x4377a4=this['bindTemplate'];this['set']('isVisible',!0x0),this['title']=_0x40190c,this['itemsViews']=_0xdc2beb;const _0x36fd75=new _0xebef92(_0x3db1f8);_0x36fd75['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__section-title']},'children':[this['title']]}),this['_itemsListView']=new _0x3dc816(_0x3db1f8),this['_itemsListView']['items']['addMany'](this['itemsViews']),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__section',_0x4377a4['if']('isVisible','ck-hidden',_0x3584ee=>!_0x3584ee)]},'children':[_0x36fd75,this['_itemsListView']]});}['filter'](_0x200c75){const _0x634245=this['itemsViews']['length'];let _0x9c2cb5=0x0;for(const _0xda8b2e of this['itemsViews']){if(_0x200c75){const _0xe67a1a=_0xda8b2e['isMatching'](_0x200c75);_0xda8b2e['isVisible']=!!_0xe67a1a,_0xda8b2e['highlightText'](_0x200c75);}else _0xda8b2e['isVisible']=!0x0,_0xda8b2e['highlightText'](null);_0xda8b2e['isVisible']&&_0x9c2cb5++;}return this['isVisible']=_0x9c2cb5>0x0,{'resultsCount':_0x9c2cb5,'totalItemsCount':_0x634245};}['getItem'](_0xa7636b){return this['itemsViews']['find'](_0x4df61c=>_0x4df61c['id']===_0xa7636b);}['removeItem'](_0x50628e){const _0x415ff0=this['itemsViews']['indexOf'](_0x50628e);-0x1!==_0x415ff0&&(this['itemsViews']['splice'](_0x415ff0,0x1),this['_itemsListView']['items']['remove'](_0x50628e));}}class Mi extends _0x490755(_0x22bc08){['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(_0x439cee,_0x3c879e){super(_0x439cee);const _0xc384a4=this['bindTemplate'];this['set']('isEdit',!0x1),this['set']('isVisible',!0x0),this['set']('pinned',!!_0x3c879e['pinned']),this['set']('loadingState',null),this['id']=_0x3c879e['id'];const {title:_0xb7fcb6,createdAt:_0x2440cb,active:_0x3cf975=!0x1}=_0x3c879e;this['_titleView']=new _0x357569(),this['_titleView']['text']=_0xb7fcb6,this['_titleView']['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__item-title']}});const _0x4f6b9c=this['_createCheckView'](),_0x2ce0ce=this['_createPinButtonView'](_0x439cee),_0x4f4007=this['_createMenuDropdownView'](),_0x4015bb=this['_createEditInputView'](_0x439cee,_0xb7fcb6),_0xaff07=this['_createAcceptEditButtonView'](_0x439cee,_0x4015bb),_0x101310=this['_createCancelEditButtonView'](_0x439cee,_0x4015bb);this['actions']=this['createCollection'](),this['mainContent']=this['createCollection'](),this['mainContent']['add'](this['_titleView']),this['actions']['add'](_0x2ce0ce),this['actions']['add'](_0x4f4007),this['on']('change:isEdit',(_0x51739c,_0x4c6442,_0x55b4a4)=>{this['actions']['clear'](),this['mainContent']['clear'](),_0x55b4a4?(this['actions']['add'](_0xaff07),this['actions']['add'](_0x101310),this['mainContent']['add'](_0x4015bb),_0x4015bb['element']['focus']()):(this['actions']['add'](_0x2ce0ce),this['actions']['add'](_0x4f4007),this['mainContent']['add'](this['_titleView']));}),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__item',_0x3cf975?'ck-ai-chat-history__item--active':'',_0xc384a4['if']('isVisible','ck-hidden',_0xf31e7=>!_0xf31e7),_0xc384a4['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',_0xc384a4['if']('loadingState','ck-hidden',_0x4c8b6b=>!!_0x4c8b6b)]},'children':_0x3cf975?[_0x4f6b9c]:[]},{'tag':'div','attributes':{'class':['ck-ai-loader',_0xc384a4['if']('loadingState','ck-hidden',_0x53ad6a=>!_0x53ad6a)]},'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',_0xc384a4['if']('loadingState','ck-hidden',_0x48146f=>!!_0x48146f)]},'children':this['mainContent']},{'tag':'div','attributes':{'class':['ck-ai-loader__text',_0xc384a4['if']('loadingState','ck-hidden',_0x1f76ae=>!_0x1f76ae)]},'children':[{'text':_0xc384a4['to']('loadingState',_0x290182=>_0x290182?Yn(this['locale'],Mi['LOADING_LABELS'][_0x290182]):'')}]}]},{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-date']},'children':[_0x2440cb]}]},{'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'](_0x25face){this['_titleView']['text']=_0x5453ce(_0x25face);}['updateLoadingState'](_0x577f29,_0x5bc202){this['set']('loadingState',_0x5bc202?_0x577f29:null);}['_createCheckView'](){const _0x9ebccc=new _0x23cd9a();return _0x9ebccc['set']({'content':_0x51abb4}),_0x9ebccc;}['_createPinButtonView'](_0x5c9138){const _0x4bfb36=new _0xa24b3c(_0x5c9138);return _0x4bfb36['set']({'label':Yn(_0x5c9138,'AI_CHAT_HISTORY_PIN_BUTTON'),'icon':_0x1c289e,'withText':!0x1,'tooltip':!0x0}),_0x4bfb36['bind']('isOn')['to'](this,'pinned'),_0x4bfb36['on']('execute',()=>{const _0x556406=!this['pinned'];this['fire']('setConversationPinned',{'id':this['id'],'pinned':_0x556406});}),_0x4bfb36;}['_createMenuDropdownView'](){const _0x2917b2=_0x115dce(this['locale'],_0x2fd5ab),_0x536e29=_0x2917b2['panelView']['children'];_0x2917b2['buttonView']['set']({'label':Yn(this['locale'],'AI_CHAT_HISTORY_SHOW_MORE_ITEMS'),'icon':_0x197fc5}),_0x2917b2['panelPosition']='sw';const _0x49a23a=new _0xa24b3c(this['locale']);_0x49a23a['label']=Yn(this['locale'],'AI_CHAT_HISTORY_EDIT_NAME'),_0x49a23a['withText']=!0x0,_0x49a23a['on']('execute',()=>{this['isEdit']=!0x0;});const _0x25513b=new _0xa24b3c(this['locale']);_0x25513b['label']=Yn(this['locale'],'AI_CHAT_HISTORY_REMOVE'),_0x25513b['withText']=!0x0,_0x25513b['on']('execute',()=>{this['showConfirm'](Yn(this['locale'],'AI_CHAT_HISTORY_REMOVE_CONFIRM'),this['element'])['then'](()=>{this['fire']('removeConversation',{'id':this['id']});});});const _0x35592c=new _0x3dc816(this['locale']),_0x46d6bc=new _0x22bc08(this['locale']);_0x46d6bc['children']['add'](_0x49a23a);const _0x2a9b3f=new _0x22bc08(this['locale']);return _0x2a9b3f['children']['add'](_0x25513b),_0x35592c['items']['addMany']([_0x46d6bc,_0x2a9b3f]),_0x536e29['add'](_0x35592c),_0x2917b2;}['_createEditInputView'](_0x54c338,_0x519a6e){const _0x170adc=new _0x4d3ca2(_0x54c338),_0x1c94c8=_0x170adc['bindTemplate'];return _0x170adc['value']=_0x519a6e,_0x170adc['extendTemplate']({'on':{'keydown':_0x1c94c8['to'](_0x290ba2=>{'Enter'==_0x290ba2['key']&&this['_commitEditInputValue'](_0x170adc);})}}),_0x170adc;}['_createAcceptEditButtonView'](_0x3b0e81,_0x5573a1){const _0x55f328=new _0xa24b3c(_0x3b0e81);return _0x55f328['set']({'icon':_0x51abb4,'withText':!0x1,'tooltip':Yn(_0x3b0e81,'AI_CHAT_HISTORY_ACCEPT')}),_0x55f328['extendTemplate']({'attributes':{'class':['ck-confirm-view-submit']}}),_0x55f328['on']('execute',()=>{this['_commitEditInputValue'](_0x5573a1);}),_0x55f328;}['_commitEditInputValue'](_0x578994){const _0x206e70=_0x578994['element']['value']||'';this['_titleView']['text']=_0x206e70,this['isEdit']=!0x1,this['fire']('editConversationTitle',{'id':this['id'],'title':_0x206e70});}['_createCancelEditButtonView'](_0x2769dd,_0x193d5a){const _0x48147d=new _0xa24b3c(_0x2769dd);return _0x48147d['set']({'icon':_0x309cee,'withText':!0x1,'tooltip':Yn(_0x2769dd,'AI_CHAT_HISTORY_CANCEL')}),_0x48147d['extendTemplate']({'attributes':{'class':['ck-confirm-view-cancel']}}),_0x48147d['on']('execute',()=>{this['isEdit']=!0x1,_0x193d5a['value']=this['_titleView']['text']||'',this['fire']('edit:cancel');}),_0x48147d;}['_createSpinnerView'](){const _0x2c14f2=new De('tiny');return _0x2c14f2['isVisible']=!0x0,_0x2c14f2;}['isMatching'](_0x332b67){return this['_titleView']&&'string'==typeof this['_titleView']['text']&&this['_titleView']['text']['match'](_0x332b67)?{'title':!0x0}:null;}['highlightText'](_0x2e6642){this['_titleView']['highlightText'](_0x2e6642);}}class vt extends _0xebef92{['searchView'];['errorView'];['skeletonView'];['emptyView'];['sectionsView'];['resizeButton'];constructor(_0x234925,_0x336df7){super(_0x234925),this['set']('hasItems',!0x1),this['set']('isLoading',!0x0),this['set']('errorMessage',''),this['set']('isMaximized',!0x1),this['set']('isSearchViewVisible',!0x1),this['set']('isEmptyViewVisible',!0x1);const _0x12e0f7=new _0x247e71(_0x234925,{'label':Yn(_0x234925,'AI_CHAT_HISTORY_HEADING'),'icon':Ht,'class':'ck-ai-header\x20ck-ai-header_history'});_0x336df7&&(this['resizeButton']=As(_0x234925,this),_0x12e0f7['children']['add'](this['resizeButton'])),this['sectionsView']=new xi(_0x234925,[]),this['sectionsView']['delegate'](...Li)['to'](this),this['errorView']=this['_createErrorView'](),this['skeletonView']=this['_createSkeletonView'](),this['emptyView']=this['_createEmptyStateView'](),this['searchView']=this['_createSearchView'](),this['on']('change:isLoading',()=>this['_updateViewVisibility']()),this['on']('change:hasItems',()=>this['_updateViewVisibility']()),this['on']('change:errorMessage',()=>this['_updateViewVisibility']()),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat-history','ck-rounded-corners'],'dir':'ltr'},'children':[_0x12e0f7,{'tag':'div','attributes':{'class':['ck-ai-chat-history__content']},'children':[this['skeletonView'],this['errorView'],this['emptyView'],this['searchView']]}]});}['_updateViewVisibility'](){this['isSearchViewVisible']=!this['isLoading']&&this['hasItems']&&!this['errorMessage'],this['isEmptyViewVisible']=!this['isLoading']&&!this['hasItems']&&!this['errorMessage'];}['_createSearchView'](){const _0x50953a=new _0x39ca44(this['locale'],{'filteredView':this['sectionsView'],'queryView':{'label':Yn(this['locale'],'AI_CHAT_HISTORY_SEARCH_LABEL')},'infoView':{'text':{'notFound':{'primary':_0x11e59a=>Yn(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY',_0x11e59a),'secondary':Yn(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY')}}}});return _0x50953a['on']('render',()=>{this['searchView']['children']['add'](this['errorView'],0x1);}),_0x50953a['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isSearchViewVisible','ck-hidden',_0x202e9f=>!_0x202e9f)]}}),_0x50953a;}['_createSkeletonView'](){const _0x505b80=new Fe(this['locale'],Be['aiHistory']);return _0x505b80['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoading','ck-hidden',_0x247009=>!_0x247009)]}}),_0x505b80;}['_createErrorView'](){const _0x45b1bc=new _0xebef92(this['locale']),_0x296641=new _0xa24b3c(this['locale']);return _0x296641['set']({'withText':!0x1,'icon':_0x309cee,'class':'ck-ai-chat-error__dismiss-button'}),_0x296641['bind']('isVisible')['to'](this,'hasItems',_0x489bcb=>!!_0x489bcb),_0x296641['on']('execute',()=>{this['errorMessage']='';}),_0x45b1bc['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-error',this['bindTemplate']['if']('errorMessage','ck-hidden',_0x21958a=>!_0x21958a)]},'children':[{'tag':'p','children':[{'text':this['bindTemplate']['to']('errorMessage')}]},_0x296641]}),_0x45b1bc;}['_createEmptyStateView'](){const _0x2f1f74=new _0xa24b3c(this['locale']);_0x2f1f74['set']({'withText':!0x0,'label':Yn(this['locale'],'AI_CHAT_HISTORY_GO_TO_CHAT_BUTTON'),'class':'ck-ai-chat-history__open-chat-button'}),_0x2f1f74['on']('execute',()=>{this['fire']('openChat');});const _0x441da7=new _0xebef92(this['locale']);return _0x441da7['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__empty',this['bindTemplate']['if']('isEmptyViewVisible','ck-hidden',_0x1b0680=>!_0x1b0680)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-history__empty-message']},'children':[Yn(this['locale'],'AI_CHAT_HISTORY_EMPTY_MESSAGE')]},_0x2f1f74]}),_0x441da7;}['_createListItemViews'](_0x58f346,_0x17f1b4){const _0x105c25=[];for(const _0x5f262e of _0x58f346){const _0xb3187e=new Mi(_0x17f1b4,_0x5f262e);_0xb3187e['delegate'](...Li)['to'](this),_0x105c25['push'](_0xb3187e);}return _0x105c25;}['updateHistoryItemsWithCategories'](_0xf8b9db){const _0x3c2138=this['locale']||'en',_0x1b394e=[];for(const _0x4d443a of _0xf8b9db){const _0x55b146=this['_createListItemViews'](_0x4d443a['items'],_0x3c2138);_0x1b394e['push'](new Yi(_0x3c2138,{'title':_0x4d443a['title'],'items':_0x55b146}));}this['sectionsView']['sections']=_0x1b394e,this['sectionsView']['items']['clear'](),this['sectionsView']['items']['addMany'](_0x1b394e),this['hasItems']=_0xf8b9db['some'](_0x36b0cb=>_0x36b0cb['items']['length']>0x0),this['_refreshSearch']();}['removeHistoryItem'](_0x12e75d){for(const _0x52eeae of this['sectionsView']['sections']){const _0x4417b5=_0x52eeae['getItem'](_0x12e75d);if(_0x4417b5){if(_0x52eeae['removeItem'](_0x4417b5),0x0===_0x52eeae['itemsViews']['length']){const _0x5f1878=this['sectionsView']['sections']['indexOf'](_0x52eeae);-0x1!==_0x5f1878&&(this['sectionsView']['sections']['splice'](_0x5f1878,0x1),this['sectionsView']['items']['remove'](_0x52eeae));}this['hasItems']=this['sectionsView']['sections']['length']>0x0,this['_refreshSearch']();break;}}}['updateItemTitle'](_0x411640,_0x4ced7c){for(const _0x55daf0 of this['sectionsView']['sections']){const _0x1ecfcb=_0x55daf0['getItem'](_0x411640);if(_0x1ecfcb){_0x1ecfcb['updateTitle'](_0x4ced7c);break;}}}['updateItemLoadingState'](_0x57e66b,_0x8f2ffe,_0x3dc491){for(const _0x33055a of this['sectionsView']['sections']){const _0x37618a=_0x33055a['getItem'](_0x57e66b);if(_0x37618a){_0x37618a['updateLoadingState'](_0x8f2ffe,_0x3dc491);break;}}}['_refreshSearch'](){if(this['hasItems']){const _0x1a7f60=this['searchView']['queryView']['fieldView']?.['element']?.['value']||'';this['searchView']['search'](_0x1a7f60);}}}const Li=['showConversationHistory','removeConversation','editConversationTitle','setConversationPinned','selectConversation','openChat','resizeTabs'];class xt extends _0x3cc6c1{static get['requires'](){return[ht];}['_historyView'];static get['pluginName'](){return'AIChatHistoryUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x261d84){super(_0x261d84);const _0x3f7f07=this['context']['plugins']['get']('AITabs');this['_historyView']=new vt(this['context']['locale'],_0x3f7f07['showResizeButton']),this['_historyView']['delegate'](...Li)['to'](this),_0x3f7f07['view']['addTab']({'id':'history','buttonLabel':Yn(this['context']['locale'],'AI_CHAT_HISTORY_HEADING'),'buttonIcon':Ht,'order':0x0,'content':this['_historyView']});}['removeHistoryItem'](_0x461f4f){this['_historyView']['removeHistoryItem'](_0x461f4f);}['updateItems'](_0x1bd16d){this['_historyView']['updateHistoryItemsWithCategories'](_0x1bd16d);}['updateItemTitle'](_0x2809e2,_0x49138a){this['_historyView']['updateItemTitle'](_0x2809e2,_0x49138a);}['updateItemLoadingState'](_0x323917,_0x5b9366,_0x4ad944){this['_historyView']['updateItemLoadingState'](_0x323917,_0x5b9366,_0x4ad944);}['setLoadingSkeleton'](_0x1137e4){this['_historyView']['isLoading']=_0x1137e4;}['showError'](_0x201e11){this['_historyView']['errorMessage']=_0x201e11;}['hideError'](){this['_historyView']['errorMessage']='';}['setIsMaximized'](_0x2af792){this['_historyView']['isMaximized']=_0x2af792;}}class Ue extends _0x536028(){['id'];['createdAt'];constructor({id:_0xe7c679,title:_0x81874,createdAt:_0xd1d39d,updatedAt:_0xa24aad,pinned:_0x39ffc7}){super(),this['id']=_0xe7c679,this['createdAt']=new Date(_0xd1d39d),this['set']('title',_0x81874),this['set']('updatedAt',_0xa24aad?new Date(_0xa24aad):null),this['set']('pinned',_0x39ffc7||!0x1);}['updateTitle'](_0x3c509e){this['set']('title',_0x5453ce(_0x3c509e)),this['updatedAt']=new Date();}['updatePinned'](_0x43726c){this['set']('pinned',_0x43726c),this['updatedAt']=new Date();}}class Tt extends _0x5a5836(){['items']=[];['connector'];['group'];constructor({connector:_0x34833f,group:_0x59a2dc}){super(),this['connector']=_0x34833f,this['group']=_0x59a2dc;}async['init'](){try{const _0x2cec34=this['connector']['fetchConversations'](this['group']),_0x179ef6=await _0x2cec34['getConversations']();this['loadItems'](_0x179ef6);}catch(_0x177d53){this['fire']('error',{'error':_0x177d53,'operation':'init'});}}['addItem'](_0x1c0620){this['items']['push'](_0x1c0620);}async['removeItem'](_0xb47440){const _0x1a2cc9=this['items']['findIndex'](_0x110ba2=>_0x110ba2['id']===_0xb47440);if(-0x1===_0x1a2cc9)return!0x1;try{return await this['connector']['deleteConversation'](_0xb47440)['execute'](),this['items']['splice'](_0x1a2cc9,0x1),this['fire']('itemRemoved',{'itemId':_0xb47440}),!0x0;}catch(_0x51c2a7){return this['fire']('error',{'error':_0x51c2a7,'operation':'removeItem','itemId':_0xb47440}),!0x1;}}['getItem'](_0x2de069){return this['items']['find'](_0x378990=>_0x378990['id']===_0x2de069);}async['updateItemTitle'](_0x54153f,_0x2dbf33){const _0x23bd0b=this['getItem'](_0x54153f);if(!_0x23bd0b)return!0x1;try{return await this['connector']['updateConversation'](_0x54153f,{'title':_0x2dbf33})['getResult'](),_0x23bd0b['updateTitle'](_0x2dbf33),this['fire']('itemUpdated',{'itemId':_0x54153f,'updates':{'title':_0x2dbf33}}),!0x0;}catch(_0x4c767c){return this['fire']('error',{'error':_0x4c767c,'operation':'updateItemTitle','itemId':_0x54153f}),!0x1;}}async['updateItemPinned'](_0x49d2ed,_0x2ad511){const _0x324e63=this['getItem'](_0x49d2ed);if(!_0x324e63)return!0x1;try{return await this['connector']['updateConversation'](_0x49d2ed,{'pinned':_0x2ad511})['getResult'](),_0x324e63['updatePinned'](_0x2ad511),this['fire']('itemUpdated',{'itemId':_0x49d2ed,'updates':{'pinned':_0x2ad511}}),!0x0;}catch(_0x228ee7){return this['fire']('error',{'error':_0x228ee7,'operation':'updateItemPinned','itemId':_0x49d2ed}),!0x1;}}['loadItems'](_0xaa8cef){try{this['items']=[],_0xaa8cef['map'](_0x5b96aa=>{this['addItem'](new Ue(_0x5b96aa));}),this['fire']('itemsLoaded',{'items':[...this['items']]});}catch(_0x46157f){this['fire']('error',{'error':_0x46157f,'operation':'loadItems'});}}['getItems'](_0x15d636={}){const _0x2cd244=void 0x0!==_0x15d636['pinned']&&_0x15d636['pinned'],_0x1bc27a=_0x15d636['from']?new Date(_0x15d636['from']['getFullYear'](),_0x15d636['from']['getMonth'](),_0x15d636['from']['getDate']()):null,_0x293de7=_0x15d636['to']?new Date(_0x15d636['to']['getFullYear'](),_0x15d636['to']['getMonth'](),_0x15d636['to']['getDate']()):null;return this['items']['filter'](_0x4f072c=>{if(_0x4f072c['pinned']!==_0x2cd244)return!0x1;if(_0x293de7){const _0x200852=new Date(_0x4f072c['createdAt']['getFullYear'](),_0x4f072c['createdAt']['getMonth'](),_0x4f072c['createdAt']['getDate']());return _0x1bc27a?_0x1bc27a['getTime']()===_0x293de7['getTime']()?_0x200852['getTime']()===_0x1bc27a['getTime']():_0x200852<_0x293de7&&_0x200852>=_0x1bc27a:_0x200852<_0x293de7;}return!0x0;});}}class jt extends _0x3cc6c1{['_aiConnector'];['_aiChatHistoryUi'];['_aiChatController'];static get['requires'](){return[e,et,xt,ht];}static get['pluginName'](){return'AIChatHistoryController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiConnector']=this['context']['plugins']['get'](e),this['_aiChatHistoryUi']=this['context']['plugins']['get'](xt),this['_aiChatController']=this['context']['plugins']['get'](et);const _0x31e896=this['context']['plugins']['get'](ht),_0x4b0621=this['_aiChatController']['getGroupId']();this['history']=new Tt({'connector':this['_aiConnector'],'group':_0x4b0621}),this['listenTo'](this['_aiChatHistoryUi'],'removeConversation',(_0x2d15c8,_0x334d23)=>{this['_setItemLoading'](_0x334d23['id'],'remove'),this['_handleRemove'](_0x334d23['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'editConversationTitle',(_0x3d6cfc,_0x479c28)=>{this['_setItemLoading'](_0x479c28['id'],'rename'),this['_handleEditTitle'](_0x479c28['id'],_0x479c28['title']);}),this['listenTo'](this['history'],'itemUpdated',(_0x385107,_0xdfed44)=>{void 0x0!==_0xdfed44['updates']['title']&&this['_aiChatHistoryUi']['updateItemTitle'](_0xdfed44['itemId'],_0xdfed44['updates']['title']),void 0x0!==_0xdfed44['updates']['pinned']&&this['_updateHistoryItemsUI'](),this['_clearItemLoading'](_0xdfed44['itemId']);}),this['listenTo'](this['history'],'itemRemoved',(_0x45f6d6,_0x1c718b)=>{this['_aiChatController']['handleRemovedConversation'](_0x1c718b['itemId']),this['_aiChatHistoryUi']['removeHistoryItem'](_0x1c718b['itemId']),this['_clearItemLoading'](_0x1c718b['itemId']);}),this['listenTo'](this['history'],'itemsLoaded',()=>{this['_updateHistoryItemsUI']();}),this['listenTo'](this['history'],'error',(_0x3ba192,_0x39e31a)=>{this['_handleHistoryErrorUI'](_0x39e31a['error'],_0x39e31a['operation'],_0x39e31a['itemId']);}),this['listenTo'](this['_aiChatHistoryUi'],'selectConversation',(_0x5556fd,_0x2f9095)=>{this['_handleSelectConversation'](_0x2f9095['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'setConversationPinned',(_0x308d85,_0x2793df)=>{const _0x4712b6=_0x2793df['pinned']?'pin':'unpin';this['_setItemLoading'](_0x2793df['id'],_0x4712b6),this['_handleTogglePin'](_0x2793df['id'],_0x2793df['pinned']);}),this['listenTo'](this['_aiChatHistoryUi'],'openChat',()=>{_0x31e896['view']['activateTab']('chat');}),this['listenTo'](this['_aiChatController'],'change:activeConversation',()=>{this['_updateHistoryItemsUI']();}),_0x31e896['view']['on']('activateTab:history',()=>{this['_showConversationHistory']();}),this['listenTo'](_0x31e896,'resizedTabs',(_0x4cc5aa,_0x5698ff)=>{this['_setIsMaximized'](_0x5698ff);}),this['listenTo'](this['_aiChatHistoryUi'],'resizeTabs',()=>{_0x31e896['resize']();});}async['_handleEditTitle'](_0x2ebfd5,_0x228a4c){await this['history']['updateItemTitle'](_0x2ebfd5,_0x228a4c);}async['_handleTogglePin'](_0x2bc97b,_0x24adcd){await this['history']['updateItemPinned'](_0x2bc97b,_0x24adcd);}async['_handleRemove'](_0x1fff98){await this['history']['removeItem'](_0x1fff98);}async['_handleSelectConversation'](_0x95c445){await this['_aiChatController']['loadConversation'](_0x95c445);}async['_showConversationHistory'](){this['_aiChatHistoryUi']['showError'](''),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x0),await this['history']['init'](),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_updateHistoryItemsUI'](){const _0x12ff5a=this['_aiChatController']['activeConversation']?.['id'],_0x159ab6=this['_getCategorizedItems']()['map'](_0x5e017a=>({'title':_0x5e017a['title'],'items':_0x5e017a['items']['map'](_0x1f3fe1=>({'id':_0x1f3fe1['id'],'title':_0x1f3fe1['title']||Yn(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),'createdAt':new Date(_0x1f3fe1['createdAt'])['toLocaleDateString'](),'active':_0x1f3fe1['id']===_0x12ff5a,'pinned':_0x1f3fe1['pinned']}))}));this['_aiChatHistoryUi']['updateItems'](_0x159ab6);}['_setItemLoading'](_0x3b73f6,_0x3f7b01){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x3b73f6,_0x3f7b01,!0x0);}['_clearItemLoading'](_0x3c0def){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x3c0def,null,!0x1);}['_handleHistoryErrorUI'](_0x3f5d12,_0x113eb8,_0x251543){const _0x247393=this['_generateErrorMessage'](_0x113eb8,_0x251543);this['_aiChatHistoryUi']['showError'](_0x247393),_0x251543&&this['_clearItemLoading'](_0x251543),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_generateErrorMessage'](_0x385f48,_0x584318){const _0x58b7a7=_0x584318?this['history']['getItem'](_0x584318):null,_0x4a561a=_0x58b7a7?.['title']||Yn(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION');switch(_0x385f48){case'updateItemTitle':return Yn(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE',_0x4a561a);case'updateItemPinned':{const _0x51464d=Yn(this['context']['locale'],_0x58b7a7?.['pinned']?'AI_CHAT_HISTORY_UNPIN_ACTION':'AI_CHAT_HISTORY_PIN_ACTION');return Yn(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED',[_0x51464d,_0x4a561a]);}case'removeItem':return Yn(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM',_0x4a561a);case'init':case'loadItems':return Yn(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS');default:return Yn(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_GENERIC');}}['_getCategorizedItems'](){const _0x1457b7=new Date(),_0x4a9028=new Date(_0x1457b7['getFullYear'](),_0x1457b7['getMonth'](),_0x1457b7['getDate']()),_0x3288b1=new Date(_0x4a9028);_0x3288b1['setDate'](_0x3288b1['getDate']()-0x1);const _0x4099a1=new Date(_0x4a9028);_0x4099a1['setDate'](_0x4099a1['getDate']()-0xe);const _0x169ca9=this['history']['getItems']({'pinned':!0x0}),_0x1baa19=this['history']['getItems']({'from':_0x4a9028,'to':_0x4a9028}),_0x49fdbd=this['history']['getItems']({'from':_0x3288b1,'to':_0x3288b1}),_0x1cc9e3=this['history']['getItems']({'from':_0x4099a1,'to':_0x3288b1}),_0x5d37bd=this['history']['getItems']({'to':_0x4099a1}),_0x5c6aa3=[];return _0x169ca9['length']>0x0&&_0x5c6aa3['push']({'title':Yn(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_PINNED'),'items':_0x169ca9}),_0x1baa19['length']>0x0&&_0x5c6aa3['push']({'title':Yn(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_TODAY'),'items':_0x1baa19}),_0x49fdbd['length']>0x0&&_0x5c6aa3['push']({'title':Yn(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_YESTERDAY'),'items':_0x49fdbd}),_0x1cc9e3['length']>0x0&&_0x5c6aa3['push']({'title':Yn(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS'),'items':_0x1cc9e3}),_0x5d37bd['length']>0x0&&_0x5c6aa3['push']({'title':Yn(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LATER'),'items':_0x5d37bd}),_0x5c6aa3;}['_setIsMaximized'](_0x2cad29){this['_aiChatHistoryUi']['setIsMaximized'](_0x2cad29);}}class st extends _0x3cc6c1{static get['requires'](){return[jt,xt];}static get['pluginName'](){return'AIChatHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class Ea extends _0x3cc6c1{static get['requires'](){return[et,a,at,st];}static get['pluginName'](){return'AIChat';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x44563a){super(_0x44563a);const _0x218e7a=_0x44563a['config'];_0x218e7a['define']('ai.chat.context',{'document':{'enabled':!0x0},'urls':{'enabled':!0x0},'files':{'enabled':!0x0},'sources':[]}),_0x218e7a['define']('ai.chat.models',{'defaultModelId':void 0x0,'modelSelectorAlwaysVisible':!0x0,'displayedModels':void 0x0});}async['addSelectionToChatContext'](){await this['context']['plugins']['get'](et)['addSelectionToChatContext']();}async['startConversation'](){await this['context']['plugins']['get'](et)['startConversation']();}async['sendMessage']({message:_0x4bafeb,quickActionData:_0x5c4ff7}){await this['context']['plugins']['get'](et)['sendMessage']({'message':_0x4bafeb,'quickActionData':_0x5c4ff7});}['removeSelectionFromChatContext'](){this['context']['plugins']['get'](et)['removeSelectionFromChatContext']();}['focusPromptInput'](){this['context']['plugins']['get'](et)['focusPromptInput']();}}function f(_0x13d303,_0x3a7e2a,_0x39fb9b){const t=_0x13d303['t'];switch(_0x3a7e2a){case'AI_QUICK_ACTIONS_HEADING':return t({'id':'AI_QUICK_ACTIONS_HEADING','string':'AI\x20Quick\x20Actions'});case'AI_QUICK_ACTIONS_ASK_AI':return t({'id':'AI_QUICK_ACTIONS_ASK_AI','string':'Ask\x20AI'});case'AI_QUICK_ACTIONS_CHAT_COMMANDS':return t({'id':'AI_QUICK_ACTIONS_CHAT_COMMANDS','string':'Chat\x20commands'});case'AI_QUICK_ACTIONS_IMPROVE_WRITING':return t({'id':'AI_QUICK_ACTIONS_IMPROVE_WRITING','string':'Improve\x20writing'});case'AI_QUICK_ACTIONS_CONTINUE_WRITING':return t({'id':'AI_QUICK_ACTIONS_CONTINUE_WRITING','string':'Continue\x20writing'});case'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING':return t({'id':'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING','string':'Fix\x20grammar\x20&\x20spelling'});case'AI_QUICK_ACTIONS_ADJUST_LENGTH':return t({'id':'AI_QUICK_ACTIONS_ADJUST_LENGTH','string':'Adjust\x20length'});case'AI_QUICK_ACTIONS_CHANGE_TONE':return t({'id':'AI_QUICK_ACTIONS_CHANGE_TONE','string':'Change\x20tone'});case'AI_QUICK_ACTIONS_TRANSLATE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE','string':'Translate'});case'AI_QUICK_ACTIONS_EXPLAIN':return t({'id':'AI_QUICK_ACTIONS_EXPLAIN','string':'Explain'});case'AI_QUICK_ACTIONS_SUMMARIZE':return t({'id':'AI_QUICK_ACTIONS_SUMMARIZE','string':'Summarize'});case'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS':return t({'id':'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS','string':'Highlight\x20key\x20points'});case'AI_QUICK_ACTIONS_MAKE_SHORTER':return t({'id':'AI_QUICK_ACTIONS_MAKE_SHORTER','string':'Make\x20shorter'});case'AI_QUICK_ACTIONS_MAKE_LONGER':return t({'id':'AI_QUICK_ACTIONS_MAKE_LONGER','string':'Make\x20longer'});case'AI_QUICK_ACTIONS_MORE_CASUAL':return t({'id':'AI_QUICK_ACTIONS_MORE_CASUAL','string':'More\x20casual'});case'AI_QUICK_ACTIONS_MORE_DIRECT':return t({'id':'AI_QUICK_ACTIONS_MORE_DIRECT','string':'More\x20direct'});case'AI_QUICK_ACTIONS_MORE_FRIENDLY':return t({'id':'AI_QUICK_ACTIONS_MORE_FRIENDLY','string':'More\x20friendly'});case'AI_QUICK_ACTIONS_MORE_CONFIDENT':return t({'id':'AI_QUICK_ACTIONS_MORE_CONFIDENT','string':'More\x20confident'});case'AI_QUICK_ACTIONS_MORE_PROFESSIONAL':return t({'id':'AI_QUICK_ACTIONS_MORE_PROFESSIONAL','string':'More\x20professional'});case'AI_QUICK_ACTIONS_ADJUST_BASED_ON_DOCUMENT':return t({'id':'AI_QUICK_ACTIONS_ADJUST_BASED_ON_DOCUMENT','string':'Adjust\x20based\x20on\x20the\x20rest\x20of\x20the\x20document'});case'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH','string':'English'});case'AI_QUICK_ACTIONS_TRANSLATE_CHINESE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_CHINESE','string':'Chinese\x20(Simplified)'});case'AI_QUICK_ACTIONS_TRANSLATE_FRENCH':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_FRENCH','string':'French'});case'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE','string':'Japanese'});case'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE','string':'Portuguese'});case'AI_QUICK_ACTIONS_TRANSLATE_KOREAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_KOREAN','string':'Korean'});case'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN','string':'Italian'});case'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN','string':'Russian'});case'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND':return t({'id':'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','string':'%0\x20plugin\x20is\x20required\x20but\x20not\x20found.'},_0x39fb9b);case'AI_QUICK_ACTIONS_OTHER':return t({'id':'AI_QUICK_ACTIONS_OTHER','string':'Other'});default:return _0x3a7e2a;}}function Ft(_0x448256,_0x3668fc,_0x3f09cb=!0x1,_0x3f0cf1=!0x0){return()=>{const _0x568db7=_0x448256['locale'],_0x1a3427=new _0xa24b3c(_0x568db7),_0x1eff1e=_0x1a3427['bindTemplate'];_0x1a3427['extendTemplate']({'on':{'mouseenter':_0x1eff1e['to'](()=>{_0x1a3427['focus']();})}});const _0x3c0add=_0x3668fc['icon']??_0x3668fc['parent']?.['icon'];return _0x1a3427['set']({'label':_0x3668fc['displayedPrompt'],'withText':_0x3f09cb,'role':'menuitem','icon':_0x3f0cf1?_0x3c0add??_0x51a38c:void 0x0,'tooltip':!_0x3f09cb}),_0x1a3427['on']('execute',()=>{_0x448256['editing']['view']['focus'](),_0x448256['commands']['execute']('aiQuickAction',_0x3668fc);}),_0x1a3427;};}const qs='menu',ys='menuitem';class io extends _0xebef92{['_bodyCollection'];['optionsListView'];['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['_openNestedPanels']=new Set();constructor(_0x5e56ab,_0x45059b,_0xc4697b,_0x3a3479){const _0x24b1c1=_0x5e56ab['locale'];super(_0x24b1c1),this['_bodyCollection']=_0x3a3479;const _0x1e1e3f=this['_createListItems'](_0x5e56ab,_0x45059b,_0xc4697b);this['optionsListView']=new _0x3dc816(_0x24b1c1),this['optionsListView']['role']=qs,this['optionsListView']['items']['addMany'](_0x1e1e3f),this['focusTracker']=new _0x13c01a(),this['keystrokes']=new _0x3c58a3(),this['_focusables']=_0x1e1e3f,this['focusCycler']=new _0x532b63({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions','ck-rounded-corners'],'dir':_0x24b1c1['uiLanguageDirection']},'children':[this['optionsListView']]});}['_createListItems'](_0x27bd05,_0x34259d,_0x5c525f){const _0x32d640=new _0x18aaa9();return _0x34259d['forEach'](_0x29a7fe=>{'actions'in _0x29a7fe?_0x32d640['add'](this['_createActionGroupButton'](_0x27bd05,_0x29a7fe,_0x5c525f)):_0x32d640['add'](this['_createActionButton'](_0x27bd05,_0x29a7fe));}),_0x32d640;}['_createActionButton'](_0x13688b,_0x3b3a20){const _0x2a3a7d=new _0x22bc08(this['locale']),_0x5ade2b=Ft(_0x13688b,_0x3b3a20,!0x0)();return _0x2a3a7d['children']['add'](_0x5ade2b),_0x2a3a7d;}['_createActionGroupButton'](_0x8c282a,_0x52ce0f,_0x3bde61){const _0x496baf=new _0x22bc08(this['locale']),_0x179ffb=new _0x4f934c(this['locale']),_0x13dfc4=_0x179ffb['bindTemplate'],_0x5978f9='rtl'===_0x3bde61['locale']['uiLanguageDirection']?'ArrowRight':'ArrowLeft',_0x3fc087=this['_createGroupActionsList'](_0x8c282a,_0x52ce0f['actions'],_0x3bde61);_0x179ffb['set']({'label':_0x52ce0f['label'],'withText':!0x0,'role':ys,'icon':_0x52ce0f['icon']??_0x51a38c}),_0x179ffb['extendTemplate']({'on':{'mouseenter':_0x13dfc4['to'](()=>{_0x179ffb['focus']();})}});const _0x201eaf=new _0x5b9e88(this['locale']);return _0x201eaf['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-panel','ck-dropdown-menu__nested-menu__panel']},'on':{'keydown':_0x13dfc4['to'](_0x2ad165=>{_0x2ad165['key']==_0x5978f9&&(_0x179ffb['focus'](),this['_hideNestedPanel'](_0x201eaf));})}}),_0x179ffb['bind']('isOn')['to'](_0x201eaf,'isVisible'),this['_bodyCollection']['add'](_0x201eaf),_0x201eaf['content']['add'](_0x3fc087),this['_setupGroupMenuBehavior'](_0x179ffb,_0x201eaf),_0x496baf['children']['add'](_0x179ffb),_0x496baf;}['_createGroupActionsList'](_0x843136,_0x146b47,_0x4ff3cc){const _0xce426c=new _0x3dc816(this['locale']);return _0xce426c['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-list','ck-dropdown-menu-list']}}),_0x146b47['forEach'](_0x487283=>{const _0xa1b850=new _0x22bc08(this['locale']),_0x4112e7=Ft(_0x843136,_0x487283,!0x0,!0x1)();_0xa1b850['children']['add'](_0x4112e7),_0x4ff3cc['focusTracker']['add'](_0x4112e7),_0xce426c['items']['add'](_0xa1b850);}),_0xce426c;}['_setupGroupMenuBehavior'](_0x30917c,_0x125e7c){const _0x1e6505=_0x30917c['bindTemplate'],_0x57a79d='rtl'===_0x30917c['locale']['uiLanguageDirection']?'ArrowLeft':'ArrowRight';_0x30917c['extendTemplate']({'attributes':{'class':['ck-ai-quick-actions-group-button']},'on':{'mouseenter':_0x1e6505['to'](()=>{this['_showNestedPanel'](_0x125e7c,_0x30917c);}),'mouseleave':_0x1e6505['to'](_0x1298c1=>{const _0x1da193=_0x1298c1['relatedTarget'];this['_isMovingToNestedMenu'](_0x1da193,_0x125e7c)||this['_hideNestedPanel'](_0x125e7c);}),'keydown':_0x1e6505['to'](_0x4cbea1=>{_0x4cbea1['key']==_0x57a79d&&(this['_showNestedPanel'](_0x125e7c,_0x30917c),_0x125e7c['content']['get'](0x0)['focus']());})}}),_0x125e7c['on']('render',()=>{_0x125e7c['element']?.['addEventListener']('mouseleave',_0x51284e=>{const _0x5a010c=_0x51284e['relatedTarget'];_0x30917c['element']?.['contains'](_0x5a010c)||this['_isMovingToNestedMenu'](_0x5a010c,_0x125e7c)||this['_hideNestedPanel'](_0x125e7c);});});}['_showNestedPanel'](_0x4e11a5,_0x4dfa78){this['_openNestedPanels']['forEach'](_0x52ded3=>{_0x52ded3!==_0x4e11a5&&_0x52ded3['isVisible']&&_0x52ded3['hide']();}),_0x4e11a5['show'](),_0x4e11a5['pin']({'positions':[_0x350094['eastSouth']],'target':_0x4dfa78['element'],'fitInViewport':!0x0}),this['_openNestedPanels']['add'](_0x4e11a5);}['_hideNestedPanel'](_0x908f3e){_0x908f3e['hide'](),this['_openNestedPanels']['delete'](_0x908f3e);}['_hideAllNestedPanels'](){this['_openNestedPanels']['forEach'](_0x28adad=>_0x28adad['hide']()),this['_openNestedPanels']['clear']();}['_isMovingToNestedMenu'](_0x44ed38,_0x4bfa05){if(!_0x44ed38)return!0x1;if(_0x4bfa05['element']?.['contains'](_0x44ed38))return!0x0;const _0x5afb8a=_0x44ed38;return _0x5afb8a['closest']&&(null!==_0x5afb8a['closest']('.ck-ai-quick-actions-group-panel')||null!==_0x5afb8a['closest']('.ck-ai-quick-actions-group-list')||null!==_0x5afb8a['closest']('.ck-ai-quick-actions-group-button'));}['destroy'](){this['_hideAllNestedPanels'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}['focus'](){this['optionsListView']['focus']();}}function Gt(_0x72de75,_0x3a3a26,_0x3234ac,_0x127185){return()=>{const _0x2340ef=_0x72de75['locale'],_0x474ab5=_0x115dce(_0x2340ef);_0x474ab5['buttonView']['set']({'icon':_0x3234ac['icon']??_0x51a38c,'label':_0x3234ac['label'],'tooltip':!0x0}),_0x474ab5['set']({'class':'ck-ai-quick-actions-dropdown'});const _0x2ec7bc=new io(_0x72de75,_0x3a3a26,_0x474ab5,_0x127185);return _0x474ab5['panelView']['children']['add'](_0x2ec7bc),_0x474ab5;};}const Jt='<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>',Vt='<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>',Xt='<task>For\x20the\x20given\x20selected\x20part\x20of\x20an\x20HTML\x20document\x20you\x20must\x20extract\x20and\x20present\x20the\x20key\x20points\x20from\x20its\x20content.</task><rules>1.\x20Present\x20the\x20output\x20as\x20a\x20clear,\x20structured\x20list\x20(bullets\x20or\x20numbered).-\x20Each\x20point\x20should\x20be\x20concise\x20(one\x20sentence\x20or\x20less).-\x20Do\x20not\x20merge\x20distinct\x20ideas\x20into\x20one\x20bullet.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20extraction\x20style:-\x20If\x20it\x20is\x20descriptive\x20capture\x20the\x20main\x20attributes\x20or\x20features.-\x20If\x20it\x20is\x20argumentative\x20extract\x20the\x20main\x20claim\x20and\x20supporting\x20reasons\x20separately.-\x20If\x20it\x20is\x20narrative/story-like\x20extract\x20the\x20main\x20events\x20in\x20chronological\x20order.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20highlight\x20the\x20most\x20important\x20facts\x20or\x20numbers.-\x20If\x20it\x20is\x20instructional\x20list\x20the\x20steps\x20or\x20main\x20actions\x20in\x20simplified\x20form.-\x20If\x20it\x20provides\x20comparisons\x20extract\x20the\x20contrasted\x20items\x20and\x20their\x20differences/similarities.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20category\x20above\x20extract\x20the\x20main\x20ideas\x20in\x20plain,\x20short\x20statements.3.\x20Keep\x20the\x20list\x20between\x203–7\x20items\x20where\x20possible.-\x20If\x20the\x20text\x20is\x20very\x20short,\x20fewer\x20items\x20are\x20fine.-\x20If\x20it\x20is\x20very\x20long,\x20focus\x20on\x20the\x20most\x20important\x20ideas\x20only.4.\x20Do\x20not\x20copy\x20long\x20text\x20fragments\x20—\x20restate\x20in\x20simple\x20words.5.\x20Do\x20not\x20add\x20interpretation,\x20evaluation,\x20or\x20commentary\x20beyond\x20the\x20text.6.\x20Ensure\x20the\x20list\x20can\x20stand\x20alone\x20without\x20requiring\x20the\x20reader\x20to\x20see\x20the\x20original\x20document.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20key\x20points.8.\x20Your\x20key\x20points\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20the\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20the\x20extracted\x20key\x20points.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>';var Ot=function(_0x5d0564){return _0x5d0564['CHAT']='CHAT',_0x5d0564['ACTION']='ACTION',_0x5d0564['REVIEW']='REVIEW',_0x5d0564;}({}),Ca=function(_0x11cf26){return _0x11cf26['CHAT']='AIChat',_0x11cf26['ACTION']='AIActions',_0x11cf26['REVIEW']='AIReviewMode',_0x11cf26;}({});class ii extends _0x5167f5{static get['requires'](){return[Wt];}static get['pluginName'](){return'AIQuickActionsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_prepareQuickActionsDefinition'](this['_getDefaultAndCustomActions']()),this['_initializeQuickActionsComponentsAndCommands']();}static['getDefaultQuickActions'](_0x53897d){return function(_0x4c628a){const _0x19703e=new Intl['DisplayNames'](['en'],{'type':'language'})['of'](_0x4c628a['uiLanguage']),_0x172679=_0x19703e||'English',_0x307627=[{'id':'ask-ai','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_ASK_AI'),'type':'CHAT','icon':Ut},{'id':'chat-commands','label':f(_0x4c628a,'AI_QUICK_ACTIONS_CHAT_COMMANDS'),'icon':Kt,'actions':[{'id':'explain','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_EXPLAIN'),'prompt':Jt['replace']('%0',_0x172679),'type':'CHAT'},{'id':'summarize','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_SUMMARIZE'),'prompt':Vt['replace']('%0',_0x172679),'type':'CHAT'},{'id':'highlight-key-points','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'prompt':Xt['replace']('%0',_0x172679),'type':'CHAT'}]},{'id':'improve-writing','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_IMPROVE_WRITING'),'type':'ACTION','icon':Dt},{'id':'continue','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_CONTINUE_WRITING'),'type':'ACTION','icon':Mt},{'id':'fix-grammar','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING'),'type':'ACTION','icon':Lt},{'id':'adjust-length','label':f(_0x4c628a,'AI_QUICK_ACTIONS_ADJUST_LENGTH'),'icon':Qt,'actions':[{'id':'make-shorter','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_MAKE_SHORTER'),'type':'ACTION'},{'id':'make-longer','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_MAKE_LONGER'),'type':'ACTION'}]},{'id':'change-tone','label':f(_0x4c628a,'AI_QUICK_ACTIONS_CHANGE_TONE'),'icon':bt,'actions':[{'id':'make-tone-casual','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_MORE_CASUAL'),'type':'ACTION'},{'id':'make-tone-direct','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_MORE_DIRECT'),'type':'ACTION'},{'id':'make-tone-friendly','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_MORE_FRIENDLY'),'type':'ACTION'},{'id':'make-tone-confident','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_MORE_CONFIDENT'),'type':'ACTION'},{'id':'make-tone-professional','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_MORE_PROFESSIONAL'),'type':'ACTION'}]},{'id':'translate','label':f(_0x4c628a,'AI_QUICK_ACTIONS_TRANSLATE'),'icon':qt,'actions':[{'id':'translate-to-english','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH'),'type':'ACTION','actionName':'translate','args':{'language':'english'}},{'id':'translate-to-chinese','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_TRANSLATE_CHINESE'),'type':'ACTION','actionName':'translate','args':{'language':'chinese'}},{'id':'translate-to-french','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_TRANSLATE_FRENCH'),'type':'ACTION','actionName':'translate','args':{'language':'french'}},{'id':'translate-to-japanese','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE'),'type':'ACTION','actionName':'translate','args':{'language':'japanese'}},{'id':'translate-to-portuguese','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE'),'type':'ACTION','actionName':'translate','args':{'language':'portuguese'}},{'id':'translate-to-korean','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_TRANSLATE_KOREAN'),'type':'ACTION','actionName':'translate','args':{'language':'korean'}},{'id':'translate-to-italian','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN'),'type':'ACTION','actionName':'translate','args':{'language':'italian'}},{'id':'translate-to-russian','displayedPrompt':f(_0x4c628a,'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN'),'type':'ACTION','actionName':'translate','args':{'language':'russian'}}]},{'id':'other','label':f(_0x4c628a,'AI_QUICK_ACTIONS_OTHER'),'icon':Yt,'actions':[]}];return _0x307627;}(_0x53897d);}['_getDefaultAndCustomActions'](){const _0x55f88f=ii['getDefaultQuickActions'](this['editor']['locale']),_0x428605=(this['editor']['config']['get']('ai.quickActions.extraCommands')||[])['map'](_0x197be5=>({..._0x197be5,'icon':void 0x0}));return _0x55f88f['find'](_0x4475d3=>'other'===_0x4475d3['id'])['actions']['push'](..._0x428605),_0x55f88f;}['_initializeQuickActionsComponentsAndCommands'](){const _0xcb80cd=new zt(this['editor']['locale']);_0xcb80cd['attachToDom'](),this['_initializeQuickActionsDropdown'](_0xcb80cd),this['_initializeQuickActionsComponents'](_0xcb80cd);}['_initializeQuickActionsDropdown'](_0x5e98f1){this['editor']['ui']['componentFactory']['add']('aiQuickActions',Gt(this['editor'],this['_quickActionsDefinition'],{'icon':_0x51a38c,'label':f(this['editor']['locale'],'AI_QUICK_ACTIONS_HEADING')},_0x5e98f1));}['_prepareQuickActionsDefinition'](_0x191bd6){this['_quickActionsDefinition']=_0x191bd6['map'](_0x498cef=>{if('actions'in _0x498cef){const _0x2b4e93=_0x498cef;return{..._0x2b4e93,'actions':_0x2b4e93['actions']['map'](_0x15c014=>{const {actions:_0x18dfd4,..._0x59893a}=_0x2b4e93;return{..._0x15c014,'parent':_0x59893a};})['filter'](_0x44a098=>this['_shouldIncludeAction'](_0x44a098))};}return _0x498cef;})['filter'](_0xff4a47=>'actions'in _0xff4a47?_0xff4a47['actions']['length']>0x0:this['_shouldIncludeAction'](_0xff4a47));}['_shouldIncludeAction'](_0x5e21e4){const _0x6fc884=this['editor']['config']['get']('ai.quickActions.removeCommands')||[];return this['editor']['plugins']['has'](Ca[_0x5e21e4['type']])&&!_0x6fc884['includes'](_0x5e21e4['id']);}['_initializeQuickActionsComponents'](_0x1f889f){this['_quickActionsDefinition']['forEach'](_0x234549=>{if('actions'in _0x234549){const _0x295132=Gt(this['editor'],_0x234549['actions'],_0x234549,_0x1f889f);this['editor']['ui']['componentFactory']['add'](_0x234549['id'],_0x295132),_0x234549['actions']['forEach'](_0x323c8e=>{const _0x4bf693=Ft(this['editor'],_0x323c8e);this['editor']['ui']['componentFactory']['add'](_0x323c8e['id'],_0x4bf693);});}else{const _0x5bcd92=Ft(this['editor'],_0x234549);this['editor']['ui']['componentFactory']['add'](_0x234549['id'],_0x5bcd92);}});}}class ci extends Nt{['execute'](_0x5c5c5f){switch(_0x5c5c5f['type']){case Ot['CHAT']:if(!this['editor']['plugins']['has']('AIChat')){const _0x257560=f(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIChat');throw new _0xa14e6e('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x257560});}this['_handleAIChatAction'](_0x5c5c5f);break;case Ot['ACTION']:if(!this['editor']['plugins']['has']('AIActions')){const _0x4bb745=f(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIActions');throw new _0xa14e6e('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x4bb745});}this['_handleAIActionsAction'](_0x5c5c5f);break;case Ot['REVIEW']:if(!this['editor']['plugins']['has']('AIReviewMode')){const _0x163d57=f(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIReviewMode');throw new _0xa14e6e('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x163d57});}this['_handleAIReviewAction'](_0x5c5c5f);}}async['_handleAIChatAction'](_0x5359fb){const _0xf020cc=this['editor']['plugins']['get']('AIChat'),_0x3a9337=this['editor']['plugins']['get']('AIChatController');if(this['editor']['plugins']['get']('AITabs')['view']['activateTab']('chat'),'ask-ai'===_0x5359fb['id'])_0x3a9337['removeSelectionFromChatContext'](),this['_expandSelectionIfCollapsed'](),await _0xf020cc['addSelectionToChatContext'](),_0xf020cc['focusPromptInput']();else await _0xf020cc['startConversation'](),await _0xf020cc['addSelectionToChatContext'](),await _0xf020cc['sendMessage']({'message':_0x5359fb['prompt']||_0x5359fb['displayedPrompt'],'quickActionData':{'id':_0x5359fb['id'],'displayedPrompt':_0x5359fb['displayedPrompt']}});}['_expandSelectionIfCollapsed'](){const _0x479603=this['editor'],_0x2a8ef3=_0x479603['model']['document']['selection'];if(!_0x2a8ef3['isCollapsed'])return;const _0x5bc1f7=_0x4cdc37(_0x2a8ef3['getSelectedBlocks']())||_0x479603['model']['schema']['getLimitElement'](_0x2a8ef3);_0x479603['model']['change'](_0x34c12c=>{_0x34c12c['setSelection'](_0x5bc1f7,'in');});}['_handleAIActionsActionLabel'](_0x2cc385){return _0x2cc385['parent']?.['label']&&'other'!==_0x2cc385['parent']?.['id']?_0x2cc385['parent']['label']+':\x20'+_0x2cc385['displayedPrompt']:_0x2cc385['displayedPrompt'];}async['_handleAIActionsAction'](_0x39bba3){const _0x20f8f6=this['editor']['plugins']['get']('AIActions'),_0xd4bb54=_0x39bba3['prompt']?{'userMessage':_0x39bba3['prompt'],'model':_0x39bba3['model']}:{'actionName':_0x39bba3['actionName']||_0x39bba3['id'],'args':_0x39bba3['args']},_0x3018cf=this['_handleAIActionsActionLabel'](_0x39bba3);await _0x20f8f6['executeAction'](_0xd4bb54,_0x3018cf,_0x39bba3['icon']);}async['_handleAIReviewAction'](_0x20ae46){console['log']('handleAIReviewAction',_0x20ae46);}}class ti extends _0x5167f5{static get['pluginName'](){return'AIQuickActionsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x2e1b11=this['editor'],_0x3723cb=new ci(this['editor']);if(_0x2e1b11['commands']['add']('aiQuickAction',_0x3723cb),_0x2e1b11['plugins']['has']('AIChat')){const _0x4481eb=this['editor']['plugins']['get']('AIChat');_0x2e1b11['model']['document']['selection']['on']('change:range',(_0x3ac259,_0x325cf3)=>{_0x325cf3['directChange']&&_0x4481eb['removeSelectionFromChatContext']();});}}}class wa extends _0x5167f5{static get['requires'](){return[ii,ti];}static get['pluginName'](){return'AIQuickActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4b9e8f){super(_0x4b9e8f),_0x4b9e8f['config']['define']('ai.quickActions',{'extraCommands':[],'removeCommands':[]});}}class le extends pe{['updateChangeGroups'](){if(this['parsedMergedContent']=this['parsedContent']['cloneNode'](!0x0),0x0==this['parsedMergedContent']['childNodes']['length'])return void(this['changeGroups']=[]);const _0x3e6db2=this['documentContextContent']['children']['map'](_0xe9e84b=>({'node':_0xe9e84b,'id':ft(_0xe9e84b,'data-id')})),_0x1d623f=this['parsedMergedContent']['children']['map'](_0x42131e=>({'node':_0x42131e,'id':ft(_0x42131e,'data-id')||_0x48375a()})),_0x54d44b=_0x3eba85(_0x3e6db2,_0x1d623f,{'comparator':(_0x158daa,_0x19dbe5)=>_0x158daa['id']==_0x19dbe5['id'],'oneChangePerToken':!0x0});if(!this['isDone']){for(;_0x54d44b['length']&&_0x54d44b[_0x54d44b['length']-0x1]['removed'];)_0x54d44b['pop']();}const _0x62131a=_0x54d44b['map'](_0x2991cb=>{const _0x8e58fd=_0x2991cb['added']?'new':_0x2991cb['removed']?'removed':'modified';return{'node':_0x2991cb['value'][0x0]['node'],'type':_0x8e58fd,'id':_0x2991cb['value'][0x0]['id']};});this['changeGroups']=[{'changes':_0x62131a,'state':'pending','index':0x0}];}['_getDifferentChangeGroups'](_0x17fa3b,_0x4a8f00){return _0x4a8f00;}}class c extends me{['content'];['version'];['actionName'];['args'];['userMessage'];['model'];constructor(_0x12897c){super(_0x12897c),this['content']=_0x12897c['content'],this['version']=_0x12897c['version'],this['actionName']=_0x12897c['actionName'],this['args']=_0x12897c['args'],this['userMessage']=_0x12897c['userMessage'],this['model']=_0x12897c['model'];}async['sendRequest'](){return this['actionName']?this['connector']['executeAction']({'content':this['content'],'actionName':this['actionName'],'args':this['args']}):this['connector']['executeCustomAction']({'content':this['content'],'message':this['userMessage'],'model':this['model'],'outputFormat':'html'});}['getDocumentContext'](){return{'type':de['TEXT'],'content':this['content'],'version':this['version'],'label':'Current\x20document','uiId':'current-document'};}['createReply'](_0x4a960a){const _0x438ac6=new le({'editor':this['editor'],'documentContextContent':this['content'],..._0x4a960a});return this['replies']['push'](_0x438ac6),_0x438ac6['delegate'](...ue)['to'](this),this['fire']('replyCreated',_0x438ac6),_0x438ac6;}}class fa extends _0x5167f5{static get['requires'](){return[e,_0x83bc2d,a,m,_0x1cdca3];}static get['pluginName'](){return'AIActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_aiConnector'];['_previousInteractions']=[];['_currentInteractionParams'];['_balloonShowDiff']=!0x1;['_customViews']=new _0x18aaa9();['_promiseQueue'];constructor(_0x403f24){super(_0x403f24),this['_aiConnector']=this['editor']['plugins']['get']('AIConnector'),this['set']('isBusy',!0x1),this['_promiseQueue']=new g(),this['_setupCustomViews']();}['stopInteraction'](){this['_stopInteraction']();}get['previousInteractions'](){return this['_previousInteractions'];}async['executeAction'](_0x4f22c5,_0xbe2ab6,_0x199462){if(this['editor']['plugins']['has']('TableSelection')){if(this['editor']['plugins']['get']('TableSelection')['getSelectedTableCells']()){const {modelFragment:_0x3309c7,anchorData:_0x2ce105}=this['_getExecuteDataInTable']();return this['_executeAction'](_0x4f22c5,_0x3309c7,_0x2ce105,_0xbe2ab6,_0x199462);}}const {modelFragment:_0x32225c,anchorData:_0x2fe44a}=this['_getExecuteDataRegular']();return this['_executeAction'](_0x4f22c5,_0x32225c,_0x2fe44a,_0xbe2ab6,_0x199462);}['_getExecuteDataRegular'](){const _0x48d7b4=this['editor']['model']['document']['selection'];if(_0x48d7b4['isCollapsed']){const _0x24d6d4=_0x4cdc37(_0x48d7b4['getSelectedBlocks']())||this['editor']['model']['schema']['getLimitElement'](_0x48d7b4);this['editor']['model']['change'](_0x27090f=>{_0x27090f['setSelection'](_0x24d6d4,'in');});}const _0x2e9554=_0x48d7b4['getFirstRange'](),_0x5c26af=this['_wrapWithCommonAncestors'](this['editor']['model']['getSelectedContent'](_0x48d7b4),_0x2e9554['start'],_0x2e9554['end']),_0x410055=_0x48d7b4['getFirstRange']()['start'],_0x2a2a88=new Map();let _0x4efc2c=_0x5c26af;for(let _0x24e57b=0x0;_0x24e57b<_0x410055['path']['length'];_0x24e57b++)_0x2a2a88['set'](_0x4efc2c,_0x410055['path'][_0x24e57b]),_0x4efc2c=_0x4efc2c['getChild'](0x0);return{'modelFragment':_0x5c26af,'anchorData':_0x2a2a88};}['_getExecuteDataInTable'](){const _0x55345e=this['editor']['model']['document']['selection'],_0x39b483=this['editor']['plugins']['get']('TableSelection')['getSelectionAsFragment'](),_0x4f6cb9=_0x55345e['getFirstRange']()['start']['parent']['parent'],_0x171cc4=this['_wrapWithCommonAncestors'](_0x39b483,this['editor']['model']['createPositionBefore'](_0x4f6cb9),this['editor']['model']['createPositionAfter'](_0x4f6cb9)),_0x2ba754=_0x55345e['getFirstRange']()['start'],_0x34689a=new Map();let _0x2094bd=_0x171cc4;for(let _0x2343ae=0x0;_0x2343ae<_0x2ba754['path']['length'];_0x2343ae++)if(_0x34689a['set'](_0x2094bd,_0x2ba754['path'][_0x2343ae]),_0x2343ae<_0x2ba754['path']['length']-0x1)_0x2094bd=_0x2094bd['getChild'](0x0);else{let _0x1532e6=_0x2094bd['nextSibling'];for(;_0x1532e6;)_0x34689a['set'](_0x1532e6,_0x2ba754['path'][_0x2343ae]),_0x1532e6=_0x1532e6['nextSibling'];}return{'modelFragment':_0x171cc4,'anchorData':_0x34689a};}['_executeAction'](_0x1a6d61,_0xccf5e6,_0x5a4000,_0x3b3e47,_0x343c03){const _0x32ff32=this['editor']['plugins']['get'](a),_0x463db8=this['editor']['plugins']['get'](m),_0x33e17b=this['editor']['model']['document']['selection'],_0x50239c=_0x32ff32['modelToViewWithIds'](_0xccf5e6),_0x500d08=this['editor']['data']['processor']['toData'](_0x50239c),_0x38124f=this['editor']['model']['document']['version'],_0x4d55ae=[..._0x33e17b['getRanges']()],_0x2154e5=new o(this['editor']['locale'],{'showDiff':!0x1,'areActionsDisabled':!0x1,'hideHeader':!0x0,'showLoader':!0x0,'miniToolbarConfig':{'showChanges':'icon','customView':this['_customViews']},'showUnchangedParts':!0x0});return _0x463db8['open']({'index':0x3e8*Math['random']()%0x3e8,'title':_0x3b3e47,'icon':_0x343c03||_0x51a38c,'mainView':_0x2154e5,'showRotator':!0x1,'showApplyButton':!0x0,'showSuggestButton':!0x0,'ranges':_0x4d55ae}),this['_setLoadingState'](_0x2154e5,_0x463db8),this['listenTo'](_0x463db8,'applySuggestion',()=>{this['_applyChanges'](_0xccf5e6,_0x5a4000,!0x1);}),this['listenTo'](_0x463db8,'insertSuggestion',()=>{this['_applyChanges'](_0xccf5e6,_0x5a4000,!0x0);}),this['listenTo'](_0x463db8,'dialogClosed',()=>{this['_stopInteraction'](),this['_clearInteractionHistory'](),this['stopListening'](_0x463db8);}),this['_createInteraction'](_0x500d08,_0x38124f,_0x2154e5,_0x463db8,_0x1a6d61);}['_wrapWithCommonAncestors'](_0x203888,_0x19efb5,_0x246f98){const _0x134e66=this['editor']['model']['createRange'](_0x19efb5,_0x246f98)['getCommonAncestor'](),_0x2e4aa0=_0x134e66['is']('documentFragment')?[]:_0x134e66['getAncestors']({'includeSelf':!0x0})['slice'](0x1);if(_0x2e4aa0['length']){const _0x53be71=_0x2e4aa0['map'](_0x535076=>_0x535076['_clone'](!0x1));for(let _0x1a5b04=0x1;_0x1a5b04<_0x53be71['length'];_0x1a5b04++)_0x53be71[_0x1a5b04-0x1]['_appendChild'](_0x53be71[_0x1a5b04]);return _0x53be71[_0x53be71['length']-0x1]['_appendChild'](_0x203888),new _0x91360f(_0x53be71[0x0]);}return _0x203888;}async['_createInteraction'](_0xcc39c2,_0x3b9a4d,_0x248a25,_0x2fe549,_0x4f1f32){const _0x386f48=this['editor'];this['_currentInteractionParams']={'action':_0x4f1f32,'content':_0xcc39c2,'version':_0x3b9a4d,'mainView':_0x248a25,'aiBalloon':_0x2fe549},this['_interaction']=new c({'connector':this['_aiConnector'],'editor':_0x386f48,'content':_0xcc39c2,'version':_0x3b9a4d,..._0x4f1f32});const _0x2577eb=(_0x3b74e5,_0x218455,_0xddcf2c=!0x1,_0x5613e4='streaming')=>this['_promiseQueue']['enqueue'](async _0x33ae87=>{try{const _0x4fa36a=p({'editor':_0x386f48,'changeGroups':_0x3b74e5['changeGroups'],'documentContextContent':_0x3b74e5['documentContextContent'],'showDiff':_0xddcf2c,'trimUnchanged':!0x1});await _0x218455['updateContent']({'parts':_0x4fa36a,'renderingStrategy':_0x5613e4,'abortSignal':_0x33ae87});}catch(_0x1766c5){if(this['_isAbortError'](_0x1766c5))return;throw _0x1766c5;}});this['_interaction']['on']('replyCreated',(_0x33fc68,_0x149387)=>{_0x248a25['hideLoader'](),_0x2577eb(_0x149387,_0x248a25)['catch'](_0xae3967=>{this['_isAbortError'](_0xae3967)||console['error']('Error\x20updating\x20content\x20in\x20replyCreated:',_0xae3967);});}),this['_interaction']['on']('replyContentUpdated',(_0x47b060,_0x1fa27b)=>{_0x2577eb(_0x1fa27b,_0x248a25)['catch'](_0x36a207=>{this['_isAbortError'](_0x36a207)||console['error']('Error\x20updating\x20content\x20in\x20replyContentUpdated:',_0x36a207);});}),this['_interaction']['on']('interactionFinished',async()=>{try{await this['_clearLoadingState'](_0x248a25,_0x2fe549);}catch(_0x43ae89){this['_isAbortError'](_0x43ae89)||console['error']('Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:',_0x43ae89);}}),this['listenTo'](_0x248a25,'toggleSuggestionDisplayMode',(_0x10e224,{showDiff:_0x2a277e})=>{this['_balloonShowDiff']=_0x2a277e;const _0x41a719=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1];_0x41a719&&_0x2577eb(_0x41a719,_0x248a25,_0x2a277e,'static')['catch'](_0x7759d0=>{this['_isAbortError'](_0x7759d0)||console['error']('Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:',_0x7759d0);});}),this['_setLoadingState'](_0x248a25,_0x2fe549);try{return await this['_interaction']['start']();}catch(_0xcc6f34){if(this['_isAbortError'](_0xcc6f34))return;throw _0xcc6f34;}}['_applyChanges'](_0x1af4eb,_0x6d7b4a,_0x41020e){const _0x325d04=this['editor'],_0x12f0e5=this['editor']['plugins']['get'](_0x1cdca3),_0x537a85=this['_interaction'],_0x809dae=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1],_0x8ba3ee=_0x809dae['changeGroups'];let _0x59b61a=w({'editor':_0x325d04,'reply':_0x809dae,'interaction':_0x537a85,'groups':_0x8ba3ee,'transform':!0x1,'documentCompare':_0x12f0e5,'documentCompareOptions':{'anchor':_0x325d04['model']['createPositionAt'](_0x1af4eb,0x0),'markDeletions':_0x41020e}});_0x59b61a=this['_filterOperationsOutsideRange'](_0x59b61a,_0x6d7b4a);for(const _0x434bc2 of _0x59b61a)this['_anchorOperation'](_0x6d7b4a,_0x434bc2,_0x325d04['model']['document']['getRoot']());const _0x59d89f=_0x537a85['getDocumentContext']()['version'],_0x28dcd5=_0x325d04['model']['document']['history']['getOperations'](_0x59d89f),_0x591a44={'document':_0x325d04['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x42a9b4=_0x59901f(_0x59b61a,_0x28dcd5,_0x591a44)['operationsA'];_0x325d04['model']['change'](_0x5dc1cf=>{if(_0x5dc1cf['setSelection'](_0x325d04['model']['document']['selection']['focus']),_0x41020e)_0x325d04['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x42a9b4);else{for(const _0x20bdfb of _0x42a9b4)_0x20bdfb['baseVersion']=_0x325d04['model']['document']['version'],_0x5dc1cf['batch']['addOperation'](_0x20bdfb),_0x325d04['model']['applyOperation'](_0x20bdfb);}}),this['editor']['plugins']['get']('AIBalloon')['close']();}['_filterOperationsOutsideRange'](_0x26a0a0,_0x199d16){return _0x26a0a0['filter'](_0x14a0cf=>{if('rename'==_0x14a0cf['type']){const _0x53209f=_0x14a0cf['position']['nodeAfter'];return!_0x199d16['has'](_0x53209f);}if(_0x14a0cf['type']['indexOf']('Attribute')>-0x1){const _0x29f2a0=_0x14a0cf['range']['start']['nodeAfter'];return!_0x199d16['has'](_0x29f2a0);}return!0x0;});}['_anchorOperation'](_0x4923b7,_0x3a55fb,_0x1bf5bd){const _0x324bc8=_0x3a55fb['clone']();for(const _0x5ed168 in _0x3a55fb){const _0x275e50=_0x3a55fb[_0x5ed168];_0x275e50 instanceof _0x4f7a9a?_0x3a55fb[_0x5ed168]=new _0x4f7a9a(_0x3ac803(_0x275e50['start']),_0x3ac803(_0x275e50['end'])):_0x275e50 instanceof _0x31d1c1&&(_0x3a55fb[_0x5ed168]=_0x3ac803(_0x275e50));}if(['insert','move','remove','reinsert','split','merge']['includes'](_0x324bc8['type'])){if(_0x324bc8['isDocumentOperation']=!0x1,_0x324bc8['baseVersion']=null,'remove'==_0x324bc8['type']){const _0x51db0a=_0x324bc8['sourcePosition'],_0x406633=_0x324bc8['howMany'];new _0x3d4b6d(_0x51db0a,_0x406633)['_execute']();}else _0x324bc8['_execute']();}function _0x3ac803(_0x3c3d77){if('$graveyard'==_0x3c3d77['root']['rootName'])return _0x3c3d77;const _0xa4b2b1=[];let _0x2a2fb6=_0x3c3d77['root'];for(let _0x28eae3=0x0;_0x28eae3<_0x3c3d77['path']['length'];_0x28eae3++){const _0x1135fc=_0x4923b7['get'](_0x2a2fb6)||0x0;_0xa4b2b1[_0x28eae3]=_0x3c3d77['path'][_0x28eae3]+_0x1135fc,_0x2a2fb6=_0x2a2fb6['getChildAtOffset'](_0x3c3d77['path'][_0x28eae3]);}return new _0x31d1c1(_0x1bf5bd,_0xa4b2b1,_0x3c3d77['stickiness']);}}['_refreshInteraction'](){if(!this['_currentInteractionParams'])return void console['warn']('No\x20current\x20interaction\x20to\x20refresh');this['_interaction']&&(this['_previousInteractions']['push'](this['_interaction']),this['_stopInteraction']());const {action:_0x4eb67c,content:_0x427b29,version:_0x43fb02,mainView:_0x4d78c2,aiBalloon:_0x563240}=this['_currentInteractionParams'];this['_clearSuggestionContent'](_0x4d78c2),_0x4d78c2['showLoader'](),this['_createInteraction'](_0x427b29,_0x43fb02,_0x4d78c2,_0x563240,_0x4eb67c)['catch'](_0x5e5939=>{this['_isAbortError'](_0x5e5939)||console['error']('Error\x20refreshing\x20interaction:',_0x5e5939);});}['_clearSuggestionContent'](_0x1580ca){const _0x45348c=_0x1580ca['bodyView']['_children'];for(;_0x45348c['length']>0x0;)_0x45348c['remove'](_0x45348c['first']);_0x1580ca['bodyView']['hasPendingParts']=!0x1;}['_isAbortError'](_0x199366){return!!_0x199366['message']&&_0x199366['message']['startsWith']('ai-request-aborted');}['_clearInteractionHistory'](){this['_previousInteractions']=[],this['_currentInteractionParams']=void 0x0;}['_stopInteraction'](){this['_interaction']&&this['_interaction']['stop'](),this['_promiseQueue']['abort'](),this['isBusy']=!0x1;}['_setupCustomViews'](){const _0x37751e=new _0xa24b3c(this['editor']['locale']);_0x37751e['set']({'icon':_0x167f4a,'label':Yn(this['editor']['locale'],'AI_ACTIONS_TRY_AGAIN'),'tooltip':!0x0,'class':'ck-ai-custom-action-button'}),_0x37751e['bind']('isEnabled')['to'](this,'isBusy',_0x18b3af=>!_0x18b3af),_0x37751e['on']('execute',()=>{this['_refreshInteraction']();}),this['_customViews']['add'](_0x37751e);}['_setLoadingState'](_0x2731f0,_0x41b12c){_0x2731f0['setLoading'](),_0x41b12c['balloonView']['setLoading'](),this['isBusy']=!0x0;}async['_clearLoadingState'](_0x5ed432,_0x421fba){await this['_promiseQueue']['queueEmptyPromise'],this['isBusy']=!0x1,_0x5ed432['clearLoading'](),_0x421fba['balloonView']['clearLoading']();}}class vs{['id'];['title'];['description'];['isParameterized'];['useArgs'];['options'];constructor({id:_0x29b1ab,title:_0x1b291f,description:_0x9f49b,isParameterized:_0x13be29,useArgs:_0x4f8013,options:_0x4ebb49}){this['id']=_0x29b1ab,this['title']=_0x1b291f,this['description']=_0x9f49b,this['isParameterized']=_0x13be29,this['useArgs']=_0x4f8013,this['options']=_0x4ebb49;}}class kr extends vs{['_models']=[];get['models'](){return this['_models'];}set['models'](_0xd3df43){this['_models']=_0xd3df43;}}class si extends _0x536028(){['_checks'];constructor(_0x416d88){super(),this['_checks']=this['_mapCheckDefinitions'](_0x416d88);}get['checks'](){return this['_checks'];}['getCheckById'](_0x5d3218){return this['checks']['find'](_0x30442b=>_0x30442b['id']===_0x5d3218);}['_mapCheckDefinitions'](_0x45179f){return _0x45179f['map'](_0x49b67a=>'custom'===_0x49b67a['id']?new kr(_0x49b67a):new vs(_0x49b67a));}}class Cs extends _0x5a5836(){['id'];['contentNew'];['contentInitial'];['documentVersion'];constructor({id:_0xe38838,contentNew:_0x58fa4b,contentInitial:_0x5869af,documentVersion:_0xa0a68e}){super(),this['id']=_0xe38838,this['contentNew']=_0x58fa4b,this['contentInitial']=_0x5869af,this['documentVersion']=_0xa0a68e;}}class Rs extends _0x536028(){['id'];['parent'];['_data'];['_editorOperations']=[];constructor(_0x3f2953,_0x47c461,_0x46fc77){super(),this['id']=_0x3f2953,this['parent']=_0x46fc77,this['_data']=_0x47c461,this['set']('isActivated',!0x1),this['set']('status','active');}get['contentDiffed'](){return this['_data']['context']();}get['operations'](){return this['_data']['operations'];}get['operationsIsolated'](){return this['_data']['operationsIsolated'];}}class pr extends _0x536028(){['id']=_0x48375a();['_results']=new Map();['_changes']=[];['_documentData'];['_sourceCheck'];['_aiConnector'];['_reviewParams'];['_reviewArgs'];['_activeRequest']=null;['_currentError'];constructor(_0x4df1b8,_0xf90043,_0x493dbd,_0x596076,_0x1938b4){super(),this['_documentData']=_0x4df1b8,this['_sourceCheck']=_0xf90043,this['_aiConnector']=_0x493dbd,this['_reviewParams']=_0x596076,this['_reviewArgs']=_0x1938b4,this['on']('change:status',(_0x3416f7,_0xf57d2b,_0x2dc98e)=>{this['fire']('reviewCheckRunUpdated',{'status':_0x2dc98e,'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'];}async['start'](){this['status']='loading',this['_currentError']=void 0x0;try{this['_activeRequest']=this['_createApiRequest']();const _0x538153=await this['_activeRequest']['getStream']();this['status']='data';for await(const _0x476bd3 of _0x538153)'unmodified'!==_0x476bd3['data']['operation']&&('error'!==_0x476bd3['data']['operation']?this['_addReviewCheckResult'](_0x476bd3['data']['dataId'],_0x476bd3['data']['textDelta']):this['status']='error-chunk');'error-chunk'!==this['status']&&(0x0===this['_results']['size']?this['status']='unmodified':this['status']='ready');}catch(_0x33a088){this['_currentError']=_0x33a088,_0x33a088 instanceof Error&&_0x33a088['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'](_0x344518,_0x232181){const _0x5208a2=this['_results']['get'](_0x344518);if(!_0x5208a2)return;const _0x3c726f=[];_0x232181['forEach']((_0x27b6d8,_0x414f94)=>{const _0x4e6591=new Rs(_0x5208a2['id']+'-'+_0x414f94,_0x27b6d8,_0x5208a2);_0x4e6591['on']('change:status',()=>{'accepted'===_0x4e6591['status']?this['fire']('reviewCheckResultAccepted',{'change':_0x4e6591}):'rejected'===_0x4e6591['status']&&this['fire']('reviewCheckResultRejected',{'change':_0x4e6591});}),_0x4e6591['on']('change:isActivated',()=>{_0x4e6591['isActivated']?this['fire']('reviewCheckResultActivated',{'change':_0x4e6591}):this['fire']('reviewCheckResultDeactivated',{'change':_0x4e6591});}),this['_changes']['push'](_0x4e6591),_0x3c726f['push'](_0x4e6591);}),this['fire']('reviewCheckResultReady',{'changes':_0x3c726f,'result':_0x5208a2,'source':this});}['abort'](){this['_activeRequest']&&(this['_activeRequest']['abortController']['abort'](),this['_activeRequest']=null,this['status']='aborted');}['isChangeActive'](_0x20bcfc){const _0x2a5400=this['_changes']['find'](_0x298059=>_0x298059['id']===_0x20bcfc);return!(!_0x2a5400||'active'!==_0x2a5400['status']);}['getActiveChanges'](){return this['_changes']['filter'](_0x566d62=>'active'===_0x566d62['status']);}['markAllChangesAsAccepted'](){for(const _0x5e3e7c of this['_changes'])'active'===_0x5e3e7c['status']&&(_0x5e3e7c['status']='accepted');this['_checkIfFinished']();}['markChangeAsAccepted'](_0xb789e9){const _0x2ee00e=this['_changes']['find'](_0xfa6bb6=>_0xfa6bb6['id']===_0xb789e9);_0x2ee00e&&'active'===_0x2ee00e['status']&&(_0x2ee00e['status']='accepted'),this['_checkIfFinished']();}['markChangeAsRejected'](_0x2949aa){const _0x50eac7=this['_changes']['find'](_0x121477=>_0x121477['id']===_0x2949aa);_0x50eac7&&'active'===_0x50eac7['status']&&(_0x50eac7['status']='rejected'),this['_checkIfFinished']();}['activateChange'](_0x39defd){this['_changes']['filter'](_0x5daffb=>_0x5daffb['isActivated']&&_0x5daffb['id']!==_0x39defd)['forEach'](_0x1a1bd2=>{_0x1a1bd2['isActivated']=!0x1;});const _0x1e6ca4=this['_changes']['find'](_0x50492f=>_0x50492f['id']===_0x39defd);_0x1e6ca4&&(_0x1e6ca4['isActivated']=!0x0);}['deactivateChange'](){this['_changes']['filter'](_0x18a127=>_0x18a127['isActivated'])['forEach'](_0x56d367=>{_0x56d367['isActivated']=!0x1;});}['forceReadyState'](){this['status']='ready';}['_addReviewCheckResult'](_0x4f57d5,_0x171525){const _0x3889e3=this['_documentData']['elements']['get'](_0x4f57d5);if(!_0x3889e3)return;const _0x390a0c=_0x3889e3['getContent']();if(_0x390a0c===_0x171525)return;const _0x5f3828=new Cs({'id':_0x4f57d5,'contentInitial':_0x390a0c,'contentNew':_0x171525,'documentVersion':this['_documentData']['version']});this['_results']['set'](_0x5f3828['id'],_0x5f3828),this['fire']('reviewCheckResultAdded',{'result':_0x5f3828,'source':this});}['_checkIfFinished'](){if('ready'!==this['status'])return;0x0===this['_changes']['filter'](_0x5232f5=>'active'===_0x5232f5['status'])['length']&&(this['status']='finished');}['_createApiRequest'](){throw new Error('Not\x20implemented.');}}class hi extends pr{get['title'](){if(!this['_reviewParams']||0x0===this['_reviewParams']['length']||this['_sourceCheck']['useArgs'])return this['_sourceCheck']['title'];const _0x4e13c4=[];if(this['_reviewParams']['length']>0x0&&this['_sourceCheck']['options'])for(let _0x17c399=0x0;_0x17c399<this['_reviewParams']['length'];_0x17c399++){if(!this['_reviewParams'][_0x17c399]||!this['_sourceCheck']['options'][_0x17c399])continue;const _0x349892=this['_sourceCheck']['options'][_0x17c399],_0x1ced38=_0x349892['data']?.['find'](_0x13cc76=>_0x13cc76['id']===this['_reviewParams'][_0x17c399]);_0x1ced38&&_0x4e13c4['push'](_0x1ced38['label']);}return this['_sourceCheck']['title']+':\x20'+_0x4e13c4['join'](',\x20');}['_createApiRequest'](){return this['_aiConnector']['callSystemReview']({'reviewName':this['_composeReviewName'](),'content':this['_documentData']['content'],'args':this['_reviewArgs']});}['_composeReviewName'](){return!this['_reviewParams']||0x0===this['_reviewParams']['length']||this['_sourceCheck']['useArgs']?this['_sourceCheck']['id']:[this['_sourceCheck']['id'],...this['_reviewParams']]['join']('-');}}class ri extends pr{['_prompt'];['_model'];constructor(_0x3f37a3,_0x5aa0fc,_0x3fa106,_0x29ff08,_0x1b58fb){super(_0x3fa106,_0x29ff08,_0x1b58fb),this['_prompt']=_0x3f37a3,this['_model']=_0x5aa0fc;}get['title'](){return this['_prompt'];}['_createApiRequest'](){return this['_aiConnector']['callCustomReview']({'content':this['_documentData']['content'],'prompt':this['_prompt'],'model':this['_model']});}}class oi extends _0x5a5836(){['_modelList']=[];['_connector'];constructor({connector:_0x2f99f9}){super(),this['_connector']=_0x2f99f9;}async['getAll'](){if(!this['_modelList']['length'])try{const _0x56f807=this['_connector']['getModels'](),_0x90904d=await _0x56f807['list']();this['_modelList']=_0x90904d['items'];}catch{}return this['_modelList'];}}const ni=[{'id':'custom','title':'Custom\x20command','description':'Type\x20a\x20custom\x20command\x20to\x20review\x20the\x20content\x20exactly\x20as\x20you\x20need.','isParameterized':!0x0},{'id':'correctness','title':'Correctness','description':'Ensure\x20the\x20text\x20is\x20factually\x20accurate\x20and\x20free\x20of\x20errors.','isParameterized':!0x1},{'id':'clarity','title':'Clarity','description':'Improve\x20the\x20clarity\x20and\x20readability\x20of\x20the\x20text.','isParameterized':!0x1},{'id':'readability','title':'Readability','description':'Enhance\x20the\x20overall\x20readability\x20of\x20the\x20text.','isParameterized':!0x1},{'id':'make','title':'Adjust\x20length','description':'Refine\x20text\x20length\x20to\x20match\x20your\x20needs.','isParameterized':!0x0,'options':[{'formType':'dropdown','label':'Adjust\x20length','default':'longer','data':[{'label':'Longer','id':'longer'},{'label':'Shorter','id':'shorter'}]}]},{'id':'make-tone','title':'Adjust\x20tone\x20and\x20style','description':'Choose\x20tone\x20and\x20style\x20to\x20change\x20content\x20as\x20you\x20need.','isParameterized':!0x0,'options':[{'formType':'dropdown','label':'Adjust\x20tone\x20and\x20style','default':'casual','data':[{'label':'Casual','id':'casual'},{'label':'Direct','id':'direct'},{'label':'Friendly','id':'friendly'},{'label':'Confident','id':'confident'},{'label':'Professional','id':'professional'}]}]},{'id':'translate','title':'Translate','description':'Translate\x20the\x20text\x20into\x20another\x20language.','isParameterized':!0x0,'useArgs':!0x0,'options':[{'formType':'dropdown','label':'Select\x20language','argsKey':'language','data':[{'label':'English','id':'english'},{'label':'Spanish','id':'spanish'},{'label':'French','id':'french'},{'label':'German','id':'german'},{'label':'Chinese\x20(Simplified)','id':'chinese'},{'label':'Japanese','id':'japanese'},{'label':'Russian','id':'russian'},{'label':'Portuguese','id':'portuguese'},{'label':'Korean','id':'korean'},{'label':'Italian','id':'italian'}]}]}];class ee extends _0x3cc6c1{['_aiConnector'];['_aiReviewModeUi'];['_aiReviewModeEditing'];['_aiReviewCheckList'];['_currentReviewCheckRun'];['_isDiffOn']=!0x1;['_changeActivationSource']=null;static get['requires'](){return[e];}static get['pluginName'](){return'AIReviewModeController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['init'](){this['_aiConnector']=this['context']['plugins']['get']('AIConnector'),this['_aiReviewModeUi']=this['context']['plugins']['get']('AIReviewModeUI'),this['_aiReviewModeEditing']=this['context']['plugins']['get']('AIReviewModeEditing');const _0x322146=this['context']['config']['get']('ai.reviewMode.translations');if(_0x322146){for(const _0xb36c4a of ni)'translate'===_0xb36c4a['id']&&(_0xb36c4a['options'][0x0]['data']=_0x322146);}const _0x5387cc=this['_translateReviewChecks'](ni);this['_aiReviewCheckList']=new si(_0x5387cc);const _0x1dc17c=this['_aiReviewCheckList']['checks']['find'](_0x3603dc=>'custom'===_0x3603dc['id']);if(_0x1dc17c){const _0x4867bb=await new oi({'connector':this['_aiConnector']})['getAll']();_0x1dc17c['models']=_0x4867bb['map'](_0x351178=>({..._0x351178,'description':this['_getTranslationWithDefault']('AI_MODEL_DESCRIPTION_'+_0x351178['id']['toUpperCase'](),_0x351178['description'])}));}this['listenTo'](this['_aiReviewModeUi'],'getReviewCheckList',()=>{this['_aiReviewModeUi']['setAvailableChecks'](this['_aiReviewCheckList']['checks']);}),this['listenTo'](this['_aiReviewModeUi'],'runReviewCheck',async(_0x250fbe,_0x5eddea)=>{const _0x4e76a6=this['_aiReviewCheckList']['getCheckById'](_0x5eddea['id']);if(_0x4e76a6){this['_onDiffChange'](this['_isDiffOn']),_0x5eddea['isCustom']?this['_currentReviewCheckRun']=new ri(_0x5eddea['args']['prompt'],_0x5eddea['args']['model'],this['_aiReviewModeEditing']['getDocumentData'](),_0x4e76a6,this['_aiConnector']):this['_currentReviewCheckRun']=new hi(this['_aiReviewModeEditing']['getDocumentData'](),_0x4e76a6,this['_aiConnector'],_0x5eddea['params'],_0x5eddea['args']),this['_aiReviewModeUi']['setCheckResultTitle'](this['_currentReviewCheckRun']['title']),this['_currentReviewCheckRun']['on']('reviewCheckRunUpdated',(_0x2a215f,_0x5760d3)=>{'data'===_0x5760d3['status']||'loading'===_0x5760d3['status']?(this['_aiReviewModeEditing']['switchToReadOnly'](),this['_aiReviewModeUi']['showCheckRunResults'](_0x5760d3)):'finished'===_0x5760d3['status']?this['_aiReviewModeUi']['showReviewCompletedView']():'ready'===_0x5760d3['status']?this['_aiReviewModeUi']['showActionsWhenResultIsReady']():'unmodified'===_0x5760d3['status']?this['_aiReviewModeUi']['showNoChangesView']():'error-general'===_0x5760d3['status']?this['_aiReviewModeUi']['showGeneralErrorView']():'error-chunk'===_0x5760d3['status']?this['_aiReviewModeUi']['showChunkErrorView']():'aborted'===_0x5760d3['status']&&(this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['processedResultsCount']>0x0?setTimeout(()=>{this['_currentReviewCheckRun']?.['forceReadyState']();},0x0):this['_onReviewModeRunLeave'](!0x0));}),this['_currentReviewCheckRun']['on']('reviewCheckResultAdded',(_0x376c97,_0x19020b)=>{if(!this['_currentReviewCheckRun'])throw new _0xa14e6e('aireviewmode-no-current-check-run',this);const _0x5088b4=this['_aiReviewModeEditing']['diffContent'](_0x19020b['result']['contentInitial'],_0x19020b['result']['contentNew']);_0x19020b['source']['addResultChanges'](_0x19020b['result']['id'],_0x5088b4);}),this['_currentReviewCheckRun']['on']('reviewCheckResultReady',(_0x547f2e,_0x122237)=>{for(const _0x1767bd of _0x122237['changes'])this['_aiReviewModeUi']['showCheckRunResult'](_0x1767bd);this['_aiReviewModeEditing']['markChangePositionInEditorContent'](_0x122237['changes'],_0x122237['source']['documentData']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultAccepted',(_0x54e6de,_0x31f080)=>{this['_aiReviewModeUi']['updateChangeState'](_0x31f080['change']['id'],'accepted');}),this['_currentReviewCheckRun']['on']('reviewCheckResultRejected',(_0xb7ce8a,_0x92b04c)=>{this['_aiReviewModeUi']['updateChangeState'](_0x92b04c['change']['id'],'rejected');}),this['_currentReviewCheckRun']['on']('reviewCheckResultActivated',(_0x9dd13c,_0x577b60)=>{this['_aiReviewModeUi']['setActiveStateInResults'](_0x577b60['change']['id']);const _0xd55c71=this['_aiReviewModeEditing']['getMarkerElementForChange'](_0x577b60['change']['id']);if(_0xd55c71){if('content'===this['_changeActivationSource']){const _0x3d7642=this['_aiReviewModeUi']['getChangeElement'](_0x577b60['change']['id']);_0x3d7642&&_0x2c6f03(_0x3d7642['closest']('.ck-ai-review-mode__check-run-result')||_0x3d7642);}else{if('panel'===this['_changeActivationSource']){const _0x1e22d5={'target':_0xd55c71['domElement'],'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0};rt(_0x1e22d5);}}this['_aiReviewModeUi']['showChangeBalloon'](_0x577b60['change'],_0xd55c71['domElement']);}}),this['_currentReviewCheckRun']['on']('reviewCheckResultDeactivated',()=>{this['_aiReviewModeUi']['resetActiveStateInResults']();});try{await this['_currentReviewCheckRun']['start']();}catch(_0x1a74cf){_0x1a74cf instanceof Error&&_0x1a74cf['message']['includes']('ai-request-aborted')||(_0x1a74cf instanceof _0xa14e6e?this['_logError'](_0x1a74cf):this['_logError'](new _0xa14e6e('aireviewmode-check-run-failed',this,{'error':_0x1a74cf})));}}else this['_logError'](new _0xa14e6e('aireviewmode-source-check-not-found',this,{'checkId':_0x5eddea['id']}));}),this['listenTo'](this['_aiReviewModeUi'],'leaveReviewMode',()=>{this['_onReviewModeRunLeave']();}),this['listenTo'](this['_aiReviewModeUi'],'leaveReviewModeResultList',()=>{this['_onReviewModeRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewModeUi'],'abortReviewStream',()=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['abort']();}),this['listenTo'](this['_aiReviewModeUi'],'finishReview',()=>{this['_onReviewModeRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewModeUi'],'acceptAllChanges',()=>{if(!this['_currentReviewCheckRun'])return;const _0x9ea327=this['_currentReviewCheckRun']['getActiveChanges']();_0x9ea327['length']&&(this['_aiReviewModeEditing']['applyChange'](_0x9ea327['map'](_0x55f96c=>_0x55f96c['id'])),this['_currentReviewCheckRun']['markAllChangesAsAccepted']());}),this['listenTo'](this['_aiReviewModeUi'],'acceptChange',(_0x312e7d,_0x4c868d)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x4c868d['id'])&&(this['_aiReviewModeEditing']['applyChange']([_0x4c868d['id']]),this['_currentReviewCheckRun']['markChangeAsAccepted'](_0x4c868d['id']),this['_aiReviewModeUi']['hideChangeBalloon']());}),this['listenTo'](this['_aiReviewModeUi'],'dismissChange',(_0x1827e0,_0x48268a)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x48268a['id'])&&(this['_aiReviewModeEditing']['rejectChange'](_0x48268a['id']),this['_currentReviewCheckRun']['markChangeAsRejected'](_0x48268a['id']),this['_aiReviewModeUi']['hideChangeBalloon']());}),this['listenTo'](this['_aiReviewModeUi'],'toggleDiff',(_0x3a4670,_0x41c8e9)=>{this['_isDiffOn']=_0x41c8e9['on'],this['_onDiffChange'](this['_isDiffOn']);}),this['listenTo'](this['_aiReviewModeUi'],'retryReview',async()=>{this['_currentReviewCheckRun']&&await this['_currentReviewCheckRun']['restart']();}),this['listenTo'](this['_aiReviewModeUi'],'activateChange',(_0x3d33a1,_0x1730c5)=>{this['_currentReviewCheckRun']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x1730c5['id']));}),this['listenTo'](this['_aiReviewModeUi'],'deactivateChange',()=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['deactivateChange']();}),this['listenTo'](this['_aiReviewModeEditing']['emitter'],'changeMarkerClick',(_0x2d7e08,_0x41541a)=>{this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x41541a['changeId']));});}['_onReviewModeRunLeave'](_0x43348b=!0x1){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['abort'](),this['_currentReviewCheckRun']['stopListening'](),this['_currentReviewCheckRun']=void 0x0),_0x43348b&&this['_aiReviewModeUi']['showReviewCheckList'](),this['_aiReviewModeEditing']['clearAllMarkers'](),this['_aiReviewModeEditing']['switchToEdit'](),this['_changeActivationSource']=null;const _0x1c27d8=this['_aiReviewModeEditing']['getContentElement']();_0x1c27d8&&(_0x1c27d8['classList']['remove']('ck-ai-review-mode-diff'),_0x1c27d8['classList']['remove']('ck-ai-review-mode-highlights'));}['_onDiffChange'](_0x255ab1){const _0x236118=this['_aiReviewModeEditing']['getContentElement']();_0x236118&&(_0x236118['classList']['remove']('ck-ai-review-mode-diff'),_0x236118['classList']['remove']('ck-ai-review-mode-highlights'),_0x236118['classList']['add'](_0x255ab1?'ck-ai-review-mode-diff':'ck-ai-review-mode-highlights'));}['_translateReviewChecks'](_0x3c8b0c){return _0x3c8b0c['map'](_0xf08466=>{const _0x821f16='AI_REVIEW_CHECK_'+_0xf08466['id']['toUpperCase']()['replaceAll']('-','_'),_0x430a10={..._0xf08466,'title':this['_getTranslationWithDefault'](_0x821f16+'_TITLE',_0xf08466['title']),'description':this['_getTranslationWithDefault'](_0x821f16+'_DESCRIPTION',_0xf08466['description'])};return _0xf08466['options']&&(_0x430a10['options']=_0xf08466['options']['map'](_0x5c9e80=>({..._0x5c9e80,'label':this['_getTranslationWithDefault'](_0x821f16+'_OPTIONS_LABEL',_0x5c9e80['label']||''),'data':_0x5c9e80['data']?_0x5c9e80['data']['map'](_0x39b411=>({..._0x39b411,'label':this['_getTranslationWithDefault'](_0x821f16+'_OPTIONS_DATA_'+_0x39b411['id']['toUpperCase'](),_0x39b411['label'])})):void 0x0}))),_0x430a10;});}['_getTranslationWithDefault'](_0x371f35,_0x35d227){const _0x2f4d65=Yn(this['context']['locale'],_0x371f35);return _0x2f4d65===_0x371f35?_0x35d227:_0x2f4d65;}['_logError'](_0x44cfa2){nt(_0x44cfa2['message']),this['_aiReviewModeUi']['showGeneralErrorView']();}}class Mr extends _0xebef92{['_dropdownView'];['_defaultValue'];['_defaultLabel'];constructor(_0x47bc34,_0x492708){super(_0x47bc34),this['_defaultValue']=_0x492708['default']||(_0x492708['data']['length']>0x0?_0x492708['data'][0x0]['id']:''),this['_defaultLabel']=_0x492708['data']['find'](_0x5cd78d=>_0x5cd78d['id']===this['_defaultValue'])?.['label']||'',this['set']('formValue',''),this['_dropdownView']=_0x115dce(this['locale']);const _0xfeaf89=this['_prepareListOptions'](_0x492708['data']);_0xc359d8(this['_dropdownView'],_0xfeaf89,{'role':'menu','ariaLabel':_0x492708['label']}),this['_dropdownView']['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0}),this['_dropdownView']['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x26878f=>{_0x26878f['stopPropagation']();})}}),this['listenTo'](this['_dropdownView'],'execute',_0x4b8bc6=>{this['formValue']=_0x4b8bc6['source']['model']['id'],this['_dropdownView']['buttonView']['label']=_0x4b8bc6['source']['model']['label'];}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-review-mode__check-list-item-parameterized-form-element','ck-ai-review-mode__check-list-item-parameterized-form-element_dropdown']},'children':[this['_dropdownView']]});}['resetToDefault'](){this['formValue']=this['_defaultValue'],this['_dropdownView']['buttonView']['label']=this['_defaultLabel'];}['_prepareListOptions'](_0x4ea9c2=[]){const _0x577576=new _0x6ba718();this['resetToDefault']();for(const _0x32f5e3 of _0x4ea9c2){const _0x30c12c=new _0x26f53f({'label':_0x32f5e3['label'],'withText':!0x0,'role':'menuitemradio','id':_0x32f5e3['id'],'model':_0x32f5e3});_0x30c12c['bind']('isOn')['to'](this,'formValue',_0x3233f7=>_0x3233f7===_0x30c12c['id']);const _0x581700={'type':'button','model':_0x30c12c};_0x577576['add'](_0x581700);}return _0x577576;}}class Fs extends _0x22bc08{['_formItem']=null;constructor(_0x48364d,_0x1c5456,_0x3948f7){super(_0x48364d),this['argsKey']=_0x1c5456?.['argsKey'];if('dropdown'===_0x1c5456['formType'])this['_formItem']=new Mr(this['locale'],_0x1c5456);this['set']('value',''),this['bind']('value')['to'](this['_formItem'],'formValue');const _0xc6619=new _0x4cab66(this['locale'],{'children':[this['_formItem']],'class':[_0x3948f7?'ck-form__row_with-submit':'']});_0x3948f7&&_0xc6619['children']['add'](_0x3948f7),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-review-mode__form-item','ck-reset_all']},'children':[_0xc6619]});}['resetToDefault'](){this['_formItem']['resetToDefault']();}}class js extends _0x5454a2{static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;constructor(_0x53f3a8){super(_0x53f3a8),this['set']('isEmpty',!0x0),this['minRows']=js['MIN_ROWS'],this['maxRows']=js['MAX_ROWS'],this['extendTemplate']({'attributes':{'id':'ai-review-mode-prompt-input','class':['ck','ck-review-mode__prompt-input']}}),this['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x18a746=>{_0x18a746['stopPropagation']();})}});}['render'](){super['render'](),this['on']('update',()=>{this['isEmpty']=''===this['element']['value']?.['trim']();});}['setPlaceholderText'](_0x57b60b){this['set']('placeholder',_0x57b60b);}}class Gs extends _0xebef92{['submitButtonView'];['cancelButtonView'];['promptInputView'];['_modelSelectionDropdown'];['_modelSelectionDropdownItems'];['_check'];['_defaultValue'];['_defaultLabel'];constructor(_0x511d4f,_0x6beb16){super(_0x511d4f),this['_check']=_0x6beb16,this['set']('prompt',''),this['set']('modelId',''),this['_defaultValue']=_0x6beb16['models']&&_0x6beb16['models']['length']>0x0?_0x6beb16['models'][0x0]['id']:'',this['_defaultLabel']=_0x6beb16['models']&&_0x6beb16['models']['length']>0x0?_0x6beb16['models'][0x0]['name']:'',this['submitButtonView']=this['_createSubmitButtonView'](),this['cancelButtonView']=this['_createCancelButtonView'](),this['promptInputView']=new js(_0x511d4f),this['promptInputView']['bind']('value')['to'](this,'prompt'),this['promptInputView']['on']('input',()=>{this['prompt']=this['promptInputView']['element']['value'];}),this['_modelSelectionDropdown']=this['_createModelSelectionDropdown'](),this['_modelSelectionDropdownItems']=new _0x6ba718(),this['_setModelList'](),_0xc359d8(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']);const _0x1388c5=new _0xebef92(_0x511d4f);_0x1388c5['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-custom-actions-footer']},'children':[this['_modelSelectionDropdown'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized-custom-actions-buttons']},'children':[this['cancelButtonView'],this['submitButtonView']]}]}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-custom-actions']},'children':[new _0x4cab66(this['locale'],{'children':[this['promptInputView']]}),new _0x4cab66(this['locale'],{'children':[_0x1388c5]})]});}['resetToDefault'](){this['prompt']='',this['modelId']=this['_defaultValue'],this['_modelSelectionDropdown']['buttonView']['label']=this['_defaultLabel'];}['_createSubmitButtonView'](){const _0xe05f25=new _0xa24b3c(this['locale']),t=this['locale']['t'];return _0xe05f25['set']({'label':t('Submit'),'withText':!0x0,'class':'ck-ai-button-primary'}),_0xe05f25['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x6108e3=>{_0x6108e3['stopPropagation']();})}}),_0xe05f25['on']('execute',()=>{this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0});}),_0xe05f25;}['_createCancelButtonView'](){const _0x102628=new _0xa24b3c(this['locale']),t=this['locale']['t'];return _0x102628['set']({'label':t('Cancel'),'withText':!0x0,'class':'ck-ai-button-tertiary-filled'}),_0x102628['on']('execute',()=>{this['resetToDefault']();}),_0x102628;}['_setModelList'](){this['_modelSelectionDropdownItems']['clear']();const _0x241b2a=this['_check']['models'];if(this['resetToDefault'](),_0x241b2a?.['length'])for(const _0x38e0a0 of _0x241b2a){const _0xafa878=new _0x26f53f({'label':_0x38e0a0['name'],'withText':!0x0,'role':'menuitemradio','id':_0x38e0a0['id'],'model':_0x38e0a0});_0xafa878['bind']('isOn')['to'](this,'modelId',_0x5c7078=>_0x5c7078===_0x38e0a0['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0xafa878,'labelView':new Ms(this['locale'],_0x38e0a0)});}}['_createModelSelectionDropdown'](){const _0x38291d=_0x115dce(this['locale']);return _0x38291d['set']({'panelPosition':'se','class':'ck-ai-review-mode__check-list-item-model-dropdown'}),_0x38291d['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x4449f0=>{_0x4449f0['stopPropagation']();})}}),_0x38291d['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0,'tooltip':!0x0}),this['listenTo'](_0x38291d,'execute',_0x3dd820=>{this['modelId']=_0x3dd820['source']['model']['id'],_0x38291d['buttonView']['label']=_0x3dd820['source']['label'];}),_0x38291d;}}class Ms extends _0x5babd6{constructor(_0x1e6d4b,_0x2d9075){super();const _0x4523a6=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x4523a6['to']('style'),'id':_0x4523a6['to']('id')},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-model-dropdown-name']},'children':[{'text':_0x4523a6['to']('text')}]},{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-model-dropdown-description']},'children':[{'tag':'span','children':[{'text':_0x2d9075['description']}]}]}]});}}class zs extends _0x22bc08{['_formItemsCollection']=new _0x18aaa9();['_customCheckView']=null;constructor(_0x24a728,_0x1c6b7e,_0x394fd7){super(_0x24a728),this['set']('isParametrizedViewOpen',!0x1),this['set']('isListItemRendered',!0x1),this['set']('isItemParametrized',_0x1c6b7e['isParameterized']);const _0x57e901=this['_createIconView']();this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item',this['bindTemplate']['if']('isParametrizedViewOpen','ck-ai-review-mode__check-list-item_selected',_0x5c98c7=>_0x5c98c7),this['bindTemplate']['if']('isListItemRendered','ck-ai-review-mode__check-list-item_rendered',_0x111016=>_0x111016)],'style':{'--ck-ai-check-list-item-index':_0x394fd7}},'on':{'click':this['bindTemplate']['to']('click')},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-main-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-title']},'children':[{'tag':'span','attributes':{'class':['ck-ai-review-mode__check-list-item-title-text']},'children':[{'text':_0x1c6b7e['title']}]},_0x57e901]},{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-description']},'children':[{'text':_0x1c6b7e['description']}]}]}]},..._0x1c6b7e['isParameterized']?[this['_createParameterizedView'](_0x1c6b7e)]:[],...'custom'===_0x1c6b7e['id']?[this['_createCustomView'](_0x1c6b7e)]:[]]}),this['on']('click',()=>{_0x1c6b7e['isParameterized']?this['isParametrizedViewOpen']=!0x0:this['fire']('runReviewCheck',{'id':_0x1c6b7e['id']});}),requestAnimationFrame(()=>{this['isListItemRendered']=!0x0;});}['render'](){super['render'](),this['isItemParametrized']&&_0x16cb96({'emitter':this,'activator':()=>!0x0===this['isParametrizedViewOpen'],'contextElements':[this['element']],'callback':()=>{this['isParametrizedViewOpen']=!0x1;}});}['resetToDefault'](){this['isParametrizedViewOpen']=!0x1,this['_formItemsCollection']['forEach'](_0x40466e=>{_0x40466e['resetToDefault']();}),this['_customCheckView']&&this['_customCheckView']['resetToDefault']();}['_createIconView'](){const _0x32f0d8=new _0x23cd9a();return _0x32f0d8['content']=_0x59adba,_0x32f0d8['extendTemplate']({'attributes':{'class':['ck-ai-review-mode__check-list-item-title-icon']}}),_0x32f0d8;}['_createParameterizedView'](_0x7baeb){const _0x1370e0=new _0xebef92(),_0x4d6da8=this['_createFormView'](_0x7baeb);return _0x1370e0['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x27c9d9=>!_0x27c9d9)]},'children':[_0x4d6da8]}),_0x1370e0;}['_createFormView'](_0x501fb9){const _0x251165=new _0xebef92(),_0x1ca0de=Array['isArray'](_0x501fb9['options'])?_0x501fb9['options']:[],_0x2ae3f3=new _0xa24b3c(this['locale']),t=this['locale']['t'];_0x2ae3f3['set']({'label':t('Submit'),'withText':!0x0,'class':'ck-ai-button-primary'}),_0x2ae3f3['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x33289a=>{_0x33289a['stopPropagation']();})}}),_0x2ae3f3['on']('execute',()=>{const _0x538545=[],_0x16f5ee={};this['_formItemsCollection']['forEach'](_0x3f4bfd=>{_0x538545['push'](_0x3f4bfd['value']),_0x501fb9['useArgs']&&_0x501fb9['options']&&(_0x16f5ee[_0x3f4bfd['argsKey']]=_0x3f4bfd['value']);}),this['fire']('runReviewCheck',{'id':_0x501fb9['id'],'params':_0x538545['length']?_0x538545:void 0x0,'args':Object['keys'](_0x16f5ee)['length']?_0x16f5ee:void 0x0});});const _0x5a617e=_0x1ca0de['length'];return _0x1ca0de['forEach']((_0x434b51,_0x538cd3)=>{const _0x29f8d9=_0x538cd3===_0x5a617e-0x1;this['_formItemsCollection']['add'](new Fs(this['locale'],_0x434b51,_0x29f8d9?_0x2ae3f3:null));}),_0x251165['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized-form']},'children':this['_formItemsCollection']}),_0x251165;}['_createCustomView'](_0x285b3f){return this['_customCheckView']=new Gs(this['locale'],_0x285b3f),this['_customCheckView']['extendTemplate']({'attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized','ck-ai-review-mode__check-list-item-parameterized_custom',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x1fd8d3=>!_0x1fd8d3)]}}),this['_customCheckView']['delegate']('runReviewCheck')['to'](this),this['_customCheckView'];}}class Hs extends _0x22bc08{['_checkViews'];constructor(_0x4c1cf9){super(_0x4c1cf9),this['_checkViews']=new _0x18aaa9();const _0x1d46a6=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list',_0x1d46a6['if']('isVisible','ck-hidden',_0x1610e6=>!_0x1610e6)]},'children':this['_checkViews']});}['setChecks'](_0x1ff742){this['_checkViews']['clear']();for(const [_0x1fe2c3,_0x4f3b68]of _0x1ff742['entries']()){const _0x2f7ce0=new zs(this['locale'],_0x4f3b68,_0x1fe2c3);_0x2f7ce0['delegate']('runReviewCheck')['to'](this),this['_checkViews']['add'](_0x2f7ce0);}}['hasChecks'](){return this['_checkViews']['length']>0x0;}['resetAllParameterizedChecks'](){for(const _0x576021 of this['_checkViews'])_0x576021 instanceof zs&&_0x576021['resetToDefault']();}}class xs extends _0xebef92{['resultResponseView'];['acceptButtonView'];['dismissButtonView'];['infoButtonView'];constructor(_0x22d690,_0x39fa15){super(_0x22d690),this['id']=_0x39fa15,this['set']('changeId',_0x39fa15),this['resultResponseView']=this['_createResultResponseView'](),this['acceptButtonView']=this['_createAcceptButtonView'](),this['dismissButtonView']=this['_createDismissButtonView'](),this['infoButtonView']=this['_createInfoButtonView'](),this['set']('isInfoToggleOn',!0x1),this['set']('isActive',!0x1),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-result',this['bindTemplate']['if']('isActive','ck-ai-review-mode__check-run-result_active')]},'on':{'click':this['bindTemplate']['to']('click')},'children':[this['resultResponseView'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-result-footer']},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-result-action-buttons']},'children':[this['acceptButtonView'],this['dismissButtonView']]},this['infoButtonView']]}]}),this['on']('click',()=>{this['fire']('activateChange',{'id':_0x39fa15,'source':this});});}['setItemAsActive'](){this['isActive']=!0x0;}['setItemAsInactive'](){this['isActive']=!0x1;}['_createResultResponseView'](){const _0x19b0f0=new _0xebef92(this['locale']);return _0x19b0f0['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content','ck-ai-review-mode__check-run-result-response']}}),_0x19b0f0;}['_createAcceptButtonView'](){const _0x2ed3e0=new _0xa24b3c(this['locale']);return _0x2ed3e0['set']({'label':Yn(this['locale'],'AI_REVIEW_MODE_ACCEPT_CHANGE'),'withText':!0x0,'class':'ck-ai-button-secondary\x20ck-ai-review-mode__check-run-result-accept-button'}),_0x2ed3e0['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x3f002e=>{this['fire']('acceptChange',{'id':this['changeId']}),_0x3f002e['stopPropagation']();})}}),_0x2ed3e0;}['_createDismissButtonView'](){const _0x4070a6=new _0xa24b3c(this['locale']);return _0x4070a6['set']({'label':Yn(this['locale'],'AI_REVIEW_MODE_DISMISS_CHANGE'),'withText':!0x0,'class':'ck-ai-button-tertiary-filled\x20ck-ai-review-mode__check-run-result-dismiss-button'}),_0x4070a6['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x58d515=>{this['fire']('dismissChange',{'id':this['changeId']}),_0x58d515['stopPropagation']();})}}),_0x4070a6;}['_createInfoButtonView'](){const _0x37f259=new _0xa24b3c(this['locale']);return _0x37f259['set']({'label':Yn(this['locale'],'AI_REVIEW_MODE_LEARN_MORE'),'icon':_0x124747,'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox','class':'ck-ai-button-tertiary-filled\x20ck-ai-review-mode__check-run-result-info-button\x20ck-hidden'}),_0x37f259['bind']('isOn')['to'](this,'isInfoToggleOn',_0xccd8c4=>_0xccd8c4),_0x37f259['on']('execute',()=>{console['log']('Toggle\x20info\x20view'),this['isInfoToggleOn']=!this['isInfoToggleOn'];}),_0x37f259;}}class Js extends _0x22bc08{['_resultViews'];['resultsHeader'];['reviewDisclaimer'];['_cancelButtonView'];['_acceptAllButtonView'];['_exitReviewButtonView'];['_toggleDiffButtonView'];['_errorMessageView'];constructor(_0x5c1d22){super(_0x5c1d22),this['_resultViews']=new _0x18aaa9(),this['_cancelButtonView']=this['_createCancelButtonView'](),this['_acceptAllButtonView']=this['_createAcceptAllButtonView'](),this['_exitReviewButtonView']=this['_createExitReviewButtonView'](),this['_toggleDiffButtonView']=this['_createToggleDiffButtonView'](),this['resultsHeader']=this['_createResultHeaderView'](),this['_errorMessageView']=this['_createErrorView'](),this['reviewDisclaimer']=new Ci(_0x5c1d22),this['set']('isLoading',!0x1),this['set']('isToggleDiffOn',!0x1),this['set']('isResultReady',!0x1),this['set']('headerTitle',''),this['set']('isError',!0x1),this['set']('showErrorMessage',!0x1),this['set']('errorType','general');const _0x4222ed=this['_createCombinedSkeletonLoader'](),_0x57c11c=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run',_0x57c11c['if']('isVisible','ck-hidden',_0x75679=>!_0x75679)]},'children':[this['resultsHeader'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-wrapper']},'children':[this['_errorMessageView'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x10cf94=>_0x10cf94)]},'children':this['_resultViews']},_0x4222ed]},this['reviewDisclaimer']]});}['clearResults'](){this['_resultViews']['clear']();}['getResults'](){return this['_resultViews'];}['addResult'](_0x70fb8c){const _0x55652c=new xs(this['locale'],_0x70fb8c['id']);_0x55652c['delegate']('acceptChange','dismissChange','activateChange')['to'](this),this['_resultViews']['add'](_0x55652c),_0x55652c['resultResponseView']['element']['innerHTML']=_0x70fb8c['contentDiffed'];}['hideResult'](_0x530e43){const _0x26f362=this['_resultViews']['find'](_0x3fc6fd=>_0x3fc6fd['id']===_0x530e43);_0x26f362&&(_0x26f362['element']?.['classList']['add']('ck-ai-review-mode__check-run-result_removing'),_0x26f362['element']?.['addEventListener']('animationend',()=>{this['_resultViews']['remove'](_0x26f362),_0x26f362['destroy']();},{'once':!0x0}));}['setTitle'](_0x5891d1){this['headerTitle']=_0x5891d1;}['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 Fe(this['locale'],Be['aiReviewChecks']);}['_createCombinedSkeletonLoader'](){const _0x17aac7=new _0xebef92(this['locale']),_0x4ec4ef=[];for(let _0x8bebd0=0x0;_0x8bebd0<0x10;_0x8bebd0++){const _0x4ac225=this['_createSkeletonLoader']();_0x4ac225['extendTemplate']({'attributes':{'class':['ck-ai-review-mode__check-run-skeleton-item']}}),_0x4ec4ef['push'](_0x4ac225);}return _0x17aac7['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-skeleton-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0xbc6401=>!_0xbc6401)]},'children':_0x4ec4ef}),_0x17aac7;}['_createErrorView'](){const _0x475b0d=new _0xebef92(this['locale']),_0xea2a3b=new _0xa24b3c(this['locale']),t=this['locale']['t'];return _0x475b0d['delegate']('retryReview')['to'](this),_0xea2a3b['set']({'label':t('Try\x20again'),'withText':!0x0,'class':'ck-ai-button-secondary\x20ck-ai-review-mode__check-run-error-retry-button'}),_0xea2a3b['on']('execute',()=>{this['fire']('retryReview');}),_0x475b0d['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-error-container',this['bindTemplate']['if']('showErrorMessage','ck-hidden',_0x1e6641=>!_0x1e6641),this['bindTemplate']['if']('errorType','ck-ai-review-mode__check-run-error-container_border-bottom',_0x128641=>'chunk'===_0x128641)]},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-chat-error','ck-ai-chat-error_full-width','ck-ai-review-mode__check-run-error-message',this['bindTemplate']['if']('errorType','ck-ai-chat-error_warning',_0x5d34c0=>'chunk'===_0x5d34c0)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-error__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x2abbb8=>'general'!==_0x2abbb8)]},'children':[{'text':Yn(this['locale'],'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE')}]},{'tag':'p','attributes':{'class':['ck-ai-chat-error__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x1db747=>'chunk'!==_0x1db747)]},'children':[{'text':Yn(this['locale'],'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE')}]}]},_0xea2a3b]}),_0x475b0d;}['_createCancelButtonView'](){const _0x302956=new _0xa24b3c(this['locale']);return _0x302956['set']({'label':Yn(this['locale'],'AI_REVIEW_MODE_STOP_GENERATING'),'withText':!0x0,'class':['ai-chat-controls-loader__cancel-button'],'icon':_0x3e1e42}),_0x302956['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isResultReady','ck-hidden',_0x10a22f=>_0x10a22f)]}}),_0x302956['on']('execute',()=>{this['fire']('abortReviewStream');}),_0x302956;}['_createToggleDiffButtonView'](){const _0x27fa87=new _0xa24b3c(this['locale']);_0x27fa87['set']({'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox'}),_0x27fa87['bind']('isEnabled')['to'](this,'isError',_0x6309f2=>!_0x6309f2),_0x27fa87['extendTemplate']({'attributes':{'class':['ck-ai-button-secondary','ck-ai-review-mode__check-run-toggle-diff-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x27149f=>!_0x27149f)]}});const _0x71957c=Yn(this['locale'],'AI_REVIEW_MODE_HIDE_CHANGES'),_0x1d3731=Yn(this['locale'],'AI_REVIEW_MODE_SHOW_CHANGES');return _0x27fa87['bind']('isOn')['to'](this,'isToggleDiffOn',_0x1b2652=>_0x1b2652),_0x27fa87['bind']('icon')['to'](this,'isToggleDiffOn',_0x5eec7e=>_0x5eec7e?_0x27b625:_0xd52587),_0x27fa87['bind']('label')['to'](this,'isToggleDiffOn',_0xa4bc59=>_0xa4bc59?_0x71957c:_0x1d3731),_0x27fa87['on']('execute',()=>{this['isToggleDiffOn']=!this['isToggleDiffOn'],this['fire']('toggleDiff',{'on':this['isToggleDiffOn']});}),_0x27fa87;}['_createAcceptAllButtonView'](){const _0xd5586d=new _0xa24b3c(this['locale']);return _0xd5586d['set']({'label':Yn(this['locale'],'AI_REVIEW_MODE_ACCEPT_ALL'),'withText':!0x0}),_0xd5586d['bind']('isEnabled')['to'](this,'isError',_0x26cd81=>!_0x26cd81),_0xd5586d['extendTemplate']({'attributes':{'class':['ck-ai-button-primary','ck-ai-review-mode__check-run-accept-all-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0xe8e954=>!_0xe8e954)]}}),_0xd5586d['on']('execute',()=>{this['fire']('acceptAllChanges');}),_0xd5586d;}['_createExitReviewButtonView'](){const _0x56a1cb=new _0xa24b3c(this['locale']);return _0x56a1cb['set']({'label':Yn(this['locale'],'AI_REVIEW_MODE_EXIT_REVIEW'),'withText':!0x0}),_0x56a1cb['extendTemplate']({'attributes':{'class':['ck-ai-button-tertiary-filled','ck-ai-review-mode__check-run-exit-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x42cd15=>!_0x42cd15)]}}),_0x56a1cb['on']('execute',()=>{this['fire']('leaveReviewModeResultList');}),_0x56a1cb;}['_createResultHeaderView'](){const _0x3ce3f9=new _0xebef92(this['locale']),_0x1e68a5=new De();return _0x1e68a5['bind']('isVisible')['to'](this,'isResultReady',_0x52a542=>!_0x52a542),_0x3ce3f9['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-header']},'children':[{'tag':'span','attributes':{'class':['ck-ai-review-mode__check-run-results-header-title']},'children':[{'text':this['bindTemplate']['to']('headerTitle')}]},{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-header-buttons']},'children':[_0x1e68a5,this['_cancelButtonView'],this['_acceptAllButtonView'],this['_exitReviewButtonView'],this['_toggleDiffButtonView']]}]}),_0x3ce3f9;}}class Ks extends _0x22bc08{['resultsHeader'];['_finishReviewButtonView'];constructor(_0x3432f9){super(_0x3432f9),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](),this['resultsHeader']=this['_createResultHeaderView'](),this['set']('viewType','completed');const _0x52ac68=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__review-completed',_0x52ac68['if']('isVisible','ck-hidden',_0x5cf1c6=>!_0x5cf1c6)]},'children':[this['resultsHeader'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__review-completed-content']},'children':[{'tag':'span','attributes':{'class':['ck-ai-review-mode__review-completed-content-icon']},'children':[{'text':'🎉'}]},{'tag':'p','attributes':{'class':['ck-ai-review-mode__review-completed-content-text']},'children':[{'text':_0x52ac68['to']('viewType',_0x4a633e=>Yn(_0x3432f9,'completed'===_0x4a633e?'AI_REVIEW_MODE_COMPLETED_TEXT':'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT'))}]}]}]});}['_createFinishReviewButtonView'](){const _0x65cbfe=new _0xa24b3c(this['locale']);return _0x65cbfe['set']({'label':Yn(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL'),'withText':!0x0,'class':'ck-ai-button-primary'}),_0x65cbfe['on']('execute',()=>{this['fire']('finishReview');}),_0x65cbfe;}['_createResultHeaderView'](){const _0x2c5937=new _0xebef92(this['locale']);return _0x2c5937['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__review-completed-header']},'children':[{'tag':'span','attributes':{'class':['ck-ai-review-mode__review-completed-header-title']},'children':[{'text':Yn(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')}]},{'tag':'div','attributes':{'class':['ck-ai-review-mode__review-completed-header-buttons']},'children':[this['_finishReviewButtonView']]}]}),_0x2c5937;}}class ae extends _0xebef92{['reviewModeHeader'];['reviewCheckListView'];['reviewCheckResultsView'];['reviewCompletedView'];constructor(_0x67e2e0){super(_0x67e2e0),this['reviewModeHeader']=new _0x247e71(_0x67e2e0,{'label':Yn(_0x67e2e0,'AI_REVIEW_MODE'),'icon':_0xf283a1,'class':'ck-ai-header\x20ck-ai-header_review-mode'}),this['reviewCheckListView']=new Hs(_0x67e2e0),this['reviewCheckListView']['delegate'](...Ns)['to'](this),this['reviewCheckResultsView']=new Js(_0x67e2e0),this['reviewCheckResultsView']['delegate'](...Ns)['to'](this),this['reviewCompletedView']=new Ks(_0x67e2e0),this['reviewCompletedView']['delegate']('finishReview')['to'](this),this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isLoading',!0x1),this['reviewCheckResultsView']['set']('isResultReady',!0x1),this['reviewCompletedView']['set']('isVisible',!0x1),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-review-mode','ck-rounded-corners'],'dir':'ltr'},'children':[this['reviewModeHeader'],this['reviewCheckListView'],this['reviewCheckResultsView'],this['reviewCompletedView']]});}['showReviewCheckListView'](){this['reviewCheckListView']['resetAllParameterizedChecks'](),this['reviewCheckListView']['set']('isVisible',!0x0),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCompletedView']['set']('isVisible',!0x1);}['showReviewCheckResultsView'](){this['hideActionsWhenResultIsReady'](),this['reviewCheckResultsView']['resetErrorState'](),this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x0),this['reviewCheckResultsView']['clearResults'](),this['reviewCheckResultsView']['set']('isLoading',!0x0);}['addCheckRunResult'](_0x5552a9){this['reviewCheckResultsView']['addResult'](_0x5552a9),this['reviewCheckResultsView']['set']('isLoading',!0x1);}['showReviewCompletedView'](){this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCompletedView']['set']('viewType','completed'),this['reviewCompletedView']['set']('isVisible',!0x0);}['showActionsWhenResultIsReady'](){this['reviewCheckResultsView']['isResultReady']=!0x0;}['showNoChangesView'](){this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCompletedView']['set']('viewType','unmodified'),this['reviewCompletedView']['set']('isVisible',!0x0);}['hideActionsWhenResultIsReady'](){this['reviewCheckResultsView']['isResultReady']=!0x1;}['showGeneralErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showGeneralErrorMessage']();}['showChunkErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showChunkErrorMessage']();}}class ce extends _0x5b9e88{['resultItemView'];constructor(_0x30a44d,_0x325736){super(_0x30a44d),this['set']({'isVisible':!0x1,'position':'se','class':null,'top':0x0,'left':0x0}),this['extendTemplate']({'tag':'div','attributes':{'class':['ck-reset'],'tabindex':'-1'}}),this['content']['add'](this['_createContentView']()),_0x325736['add'](this),_0x16cb96({'emitter':this,'activator':()=>this['isVisible'],'contextElements':[this['element']],'callback':()=>{this['hideBalloon'](),this['deactivateChange']();}});}['updateContent'](_0x30b01d){this['resultItemView']['changeId']=_0x30b01d['id'],this['resultItemView']['resultResponseView']['element']['innerHTML']=_0x30b01d['contentDiffed'];}['showBalloon'](_0x188907,_0x306619){this['updateContent'](_0x188907),this['show'](),this['pin']({'target':_0x306619});}['hideBalloon'](){this['hide'](),this['unpin']();}['deactivateChange'](){this['fire']('deactivateChange');}['_createContentView'](){const _0x2cbcb7=new _0xebef92();return this['resultItemView']=new xs(this['locale'],''),this['resultItemView']['resultResponseView']['extendTemplate']({'attributes':{'class':['ck-content']}}),this['resultItemView']['delegate']('acceptChange','dismissChange')['to'](this),_0x2cbcb7['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-ai-review-mode-balloon-panel-suggestion']},'children':[{'tag':'p','attributes':{'class':['ck-ai-review-mode__suggestion-text']},'children':[this['resultItemView']]}]}),_0x2cbcb7;}}const Ns=['getReviewCheckList','runReviewCheck','abortReviewStream','toggleDiff','acceptAllChanges','leaveReviewModeResultList','activateChange','acceptChange','dismissChange','learnMore','finishReview','retryReview'];class ie extends _0x3cc6c1{['_reviewModeView'];['_reviewModeBalloonSuggestionItemView'];['_bodyCollection'];static get['requires'](){return[ht];}static get['pluginName'](){return'AIReviewModeUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xa4aad1){super(_0xa4aad1),this['_bodyCollection']=new zt(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_reviewModeView']=new ae(this['context']['locale']),this['_reviewModeView']['delegate'](...Ns)['to'](this),this['_reviewModeBalloonSuggestionItemView']=new ce(this['context']['locale'],this['_bodyCollection']),this['_reviewModeBalloonSuggestionItemView']['delegate']('acceptChange','dismissChange','deactivateChange')['to'](this);}['init'](){const _0x18fa26=this['context']['plugins']['get']('AITabs');_0x18fa26['view']['on']('activateTab',(_0x4ace6c,_0x589ef7)=>{'reviewMode'===_0x589ef7?this['fire']('getReviewCheckList'):this['fire']('leaveReviewMode');}),_0x18fa26['view']['addTab']({'id':'reviewMode','buttonLabel':Yn(this['context']['locale'],'AI_REVIEW_MODE'),'buttonIcon':_0xf283a1,'order':0x0,'content':this['_reviewModeView']});}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}['setAvailableChecks'](_0x454153){this['_reviewModeView']['reviewCheckListView']['hasChecks']()||this['_reviewModeView']['reviewCheckListView']['setChecks'](_0x454153),this['_reviewModeView']['showReviewCheckListView']();}['showReviewCheckList'](){this['fire']('getReviewCheckList');}['showCheckRunResults'](_0xcfd9c9){_0xcfd9c9&&('error-general'!==_0xcfd9c9['status']?'error-chunk'!==_0xcfd9c9['status']?this['_reviewModeView']['showReviewCheckResultsView']():this['showChunkErrorView']():this['showGeneralErrorView']());}['showCheckRunResult'](_0x21d2c1){this['_reviewModeView']['addCheckRunResult'](_0x21d2c1);}['showGeneralErrorView'](){this['_reviewModeView']['showGeneralErrorView']();}['showChunkErrorView'](){this['_reviewModeView']['showChunkErrorView']();}['setCheckResultTitle'](_0x39c8e2){this['_reviewModeView']['reviewCheckResultsView']['setTitle'](_0x39c8e2);}['setActiveStateInResults'](_0x4acedb){this['_reviewModeView']['reviewCheckResultsView']['getResults']()['forEach'](_0x547924=>{_0x547924['id']===_0x4acedb&&_0x547924['setItemAsActive']();});}['resetActiveStateInResults'](){this['_reviewModeView']['reviewCheckResultsView']['getResults']()['forEach'](_0x4d6302=>_0x4d6302['setItemAsInactive']());}['updateChangeState'](_0x3223e5,_0x24afa1){'accepted'!==_0x24afa1&&'rejected'!==_0x24afa1||this['_reviewModeView']['reviewCheckResultsView']['hideResult'](_0x3223e5);}['showReviewCompletedView'](){this['_reviewModeView']['showReviewCompletedView']();}['showActionsWhenResultIsReady'](){this['_reviewModeView']['showActionsWhenResultIsReady']();}['showNoChangesView'](){this['_reviewModeView']['showNoChangesView']();}['hideActionsWhenResultIsReady'](){this['_reviewModeView']['hideActionsWhenResultIsReady']();}['showChangeBalloon'](_0xce74c2,_0x3233bf){this['_reviewModeBalloonSuggestionItemView']['showBalloon'](_0xce74c2,_0x3233bf);}['hideChangeBalloon'](){this['_reviewModeBalloonSuggestionItemView']['hideBalloon']();}['getChangeElement'](_0x3eabb6){const _0x4cc2f4=this['_reviewModeView']['reviewCheckResultsView']['getResults']()['find'](_0x261cbf=>_0x261cbf['id']===_0x3eabb6);return _0x4cc2f4?_0x4cc2f4['element']:null;}['deactivateChange'](){this['_reviewModeBalloonSuggestionItemView']['deactivateChange']();}}const se='reviewmode-';class re extends _0x3cc6c1{static get['pluginName'](){return'AIReviewModeEditing';}static get['requires'](){return[_0x4d3a88,a];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_markers']=new Map();['_domEmitter'];['_eventEmitter'];constructor(_0x5ebff7){super(_0x5ebff7),this['_domEmitter']=new(te())(),this['_eventEmitter']=new(_0x5a5836())();}get['emitter'](){return this['_eventEmitter'];}['afterInit'](){const _0x1a91da=it(this['context']);_0x1a91da['conversion']['for']('editingDowncast')['markerToElement']({'model':se+'insert','view':(_0x1590fa,{writer:_0x105373})=>{const _0x1c0471=this['_markers']['get'](_0x1590fa['markerName']),_0x534341={'class':'ck-ai_review-mode-marker_add','data-marker-id':_0x1590fa['markerName']};return _0x105373['createUIElement']('span',_0x534341,function(_0x4d88a0){const _0x2094e9=this['toDomElement'](_0x4d88a0);return _0x2094e9['innerHTML']=_0x1c0471?.['text']||'',_0x2094e9;});}}),_0x1a91da['conversion']['for']('editingDowncast')['markerToHighlight']({'model':se+'remove-only','view':_0x1d6fb9=>({'classes':'ck-ai_review-mode-marker_strikethrough','attributes':{'data-marker-id':_0x1d6fb9['markerName']}})}),_0x1a91da['conversion']['for']('editingDowncast')['markerToHighlight']({'model':se+'remove-context','view':_0x9e8c80=>({'classes':'ck-ai_review-mode-marker_underline','attributes':{'data-marker-id':_0x9e8c80['markerName']}})}),_0x1a91da['conversion']['for']('editingDowncast')['markerToHighlight']({'model':se+'remove-text','view':_0xaa8207=>({'classes':'ck-ai_review-mode-marker_hide','attributes':{'data-marker-id':_0xaa8207['markerName']}})}),_0x1a91da['conversion']['for']('dataDowncast')['markerToElement']({'model':se+'suggestion-context','view':(_0x4fb003,{writer:_0x5237b4})=>_0x5237b4['createRawElement']('span',{'class':'ck-ai_review-mode-marker_context-'+(_0x4fb003['isOpening']?'start':'end')})}),_0x1a91da['conversion']['for']('downcast')['attributeToAttribute']({'model':_0x355718,'view':_0x439c4a}),this['_domEmitter']['listenTo'](document,'click',(_0x187d78,_0x289077)=>{const _0x51b983=_0x289077['target'],_0x4869c7=this['_findMarkerElement'](_0x51b983);if(!_0x4869c7)return;const _0x5210ac=_0x4869c7['getAttribute']('data-marker-id'),_0x4ce24a=_0x5210ac['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerClick',{'markerId':_0x5210ac,'changeId':_0x4ce24a});});}['getDocumentData'](){const _0x4897ce=this['context']['plugins']['get']('AIEditing'),_0x63c267=it(this['context']),_0xf4e7ae=_0x63c267['model'],_0x12a91b=new _0x91360f();for(const _0x299061 of _0xf4e7ae['document']['getRoot']()['getChildren']()){const _0x116144=_0x299061['_clone'](!0x0);_0x12a91b['_appendChild'](_0x116144);}for(const _0x1f9061 of _0xf4e7ae['markers'])_0x12a91b['markers']['set'](_0x1f9061['name'],this['_changeRangeOwnerDocument'](_0x1f9061['getRange']()['clone'](),_0x12a91b));const _0x7e536f=new Zt({'ignoreElementEnd':!0x0,'startPosition':_0xf4e7ae['createPositionAt'](_0x12a91b,0x0)}),_0x2e21f3=new Set(),_0xc3adb=new Map();for(const {item:_0x1f2947}of _0x7e536f){if(!_0x1f2947['is']('$textProxy'))continue;const _0x46449d=_0x1f2947['parent'];if((!_0x46449d||!_0x46449d['is']('element','caption'))&&(_0x46449d&&_0x46449d['is']('element'))){let _0x4d7d5c=_0x46449d['getAttribute'](_0x355718);_0x4d7d5c||(_0x4d7d5c=_0x4897ce['_nextDataId'](_0x2e21f3),_0x46449d['_setAttribute'](_0x355718,_0x4d7d5c)),_0x2e21f3['add'](_0x4d7d5c);const _0x3e7363=this['_getTopElement'](_0x46449d);_0xc3adb['set'](_0x4d7d5c,{'path':_0x46449d['getPath'](),'getContent':this['_createGetContentUsingDataIdFn'](_0x3e7363['_clone'](!0x0),_0x4d7d5c,_0x63c267['data'])}),_0x7e536f['jumpTo'](_0xf4e7ae['createPositionAfter'](_0x46449d));}}return{'content':_0x63c267['data']['processor']['toData'](_0x63c267['data']['toView'](_0x12a91b)),'version':_0x63c267['model']['document']['version'],'elements':_0xc3adb};}['diffContent'](_0x1509ac,_0x2ac7f3){const _0x5e9f56=it(this['context']),_0x2b8c39=_0x5e9f56['data']['parse'](_0x1509ac,'$documentFragment'),_0x4f05bf=_0x5e9f56['model']['createPositionAt'](_0x2b8c39,0x0),_0x590350=this['context']['plugins']['get']('DocumentCompare')['getDiff'](_0x1509ac,_0x2ac7f3,{'anchor':_0x4f05bf,'markDeletions':!0x0})['getOperations']()['filter'](_0x50ba3e=>'insert'===_0x50ba3e['type']||'marker'===_0x50ba3e['type']&&_0x50ba3e['name']['startsWith']('$markedRemove')),_0xcdd79b=this['_groupAdjacentOperations'](_0x590350),_0x3c94dd=[];let _0x399609=0x0;return _0x5e9f56['model']['change'](_0x81b3e6=>{for(let _0x430d46=0x0;_0x430d46<_0xcdd79b['length'];_0x430d46++){const _0x2b6d48=_0xcdd79b[_0x430d46],_0x4ef399=_0x81b3e6['createDocumentFragment']();for(const _0x3c2069 of _0x2b8c39['getChildren']())_0x81b3e6['append'](_0x3c2069['_clone'](!0x0),_0x4ef399);for(const _0x551616 of _0x2b6d48['operationsIsolated'])if('insert'===_0x551616['type']){const _0x3a4e95=_0x551616;_0x3a4e95['baseVersion']=null,_0x3a4e95['isDocumentOperation']=!0x1,this['_changeOperationOwnerDocument'](_0x3a4e95,_0x4ef399),_0x81b3e6['batch']['addOperation'](_0x551616),_0x5e9f56['model']['applyOperation'](_0x551616);const _0x21a35f='suggestion:insertion:id:authorId:'+_0x399609++,_0x554484=_0x5e9f56['model']['createRange'](_0x3a4e95['position'],_0x3a4e95['position']['getShiftedBy'](_0x3a4e95['howMany']));_0x4ef399['markers']['set'](_0x21a35f,_0x554484);}else{if('marker'===_0x551616['type']&&_0x551616['name']['startsWith']('$markedRemove')){const _0x3fa845=_0x551616,_0x329136='suggestion:deletion:id:authorId:'+_0x399609++;this['_changeOperationOwnerDocument'](_0x3fa845,_0x4ef399),_0x4ef399['markers']['set'](_0x329136,_0x3fa845['newRange']);}}const _0x35beea=this['_getChangeContext'](this['_changePositionOwnerDocument'](this['_getOperationStart'](_0x2b6d48['operationsIsolated'][0x0]),_0x4ef399),this['_changePositionOwnerDocument'](this['_getOperationEnd'](_0x2b6d48['operationsIsolated'][_0x2b6d48['operationsIsolated']['length']-0x1]),_0x4ef399));_0x4ef399['markers']['set'](se+'suggestion-context',new _0x4f7a9a(_0x35beea['start'],_0x35beea['end'])),_0x3c94dd['push']({..._0x2b6d48,'context':this['_createGetContextFn'](_0x4ef399,_0x5e9f56['data'],{'ellipsisBefore':_0x35beea['hasContentBefore'],'ellipsisAfter':_0x35beea['hasContentAfter']}),'content':this['_createGetContentFn'](_0x4ef399,_0x5e9f56['data'])});}}),_0x3c94dd;}['markChangePositionInEditorContent'](_0x3a7792,_0x3e77f7){const _0x7b7ba5=_0x3a7792[0x0]['parent']['id'],_0x34df6e=_0x3e77f7['elements']['get'](_0x7b7ba5);if(!_0x34df6e)return void console['warn']('No\x20element\x20found\x20for\x20ID:\x20'+_0x7b7ba5);const _0x3832f1=_0x34df6e['path'],_0x44e674=it(this['context']),_0x21bfd8=_0x44e674['model']['document']['history']['getOperations'](_0x3e77f7['version']),_0x4f83da=[];for(const _0x253c33 of _0x3a7792){const _0x4c51c1=_0x253c33['operationsIsolated']['map'](_0xe17b5a=>this['_translateOperationToEditorContent'](_0xe17b5a,_0x3832f1,_0x44e674['model']['document']['getRoots']()[0x0]));if(!_0x4c51c1||!_0x4c51c1['length'])continue;const _0xaec853=_0x4c51c1['every'](_0x434e0b=>'marker'===_0x434e0b['type']&&_0x434e0b['name']['startsWith']('$markedRemove')),_0x46a864={'document':_0x44e674['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x1f8b6a=_0x59901f(_0x4c51c1,_0x21bfd8,_0x46a864)['operationsA'];for(const _0x5b7666 of _0x1f8b6a)if('insert'===_0x5b7666['type']){const _0x1d60f4=_0x5b7666,_0x5e7c7d=_0x1d60f4['nodes'];let _0x4cdc6b='';for(const _0x2d3a5b of _0x5e7c7d)_0x2d3a5b&&_0x2d3a5b['is']('model:$text')&&(_0x4cdc6b+=_0x2d3a5b['data']);_0x4f83da['push']({'start':_0x1d60f4['position'],'end':_0x1d60f4['position'],'type':'insert','groupId':_0x253c33['id'],'text':_0x4cdc6b});}else{if('marker'===_0x5b7666['type']&&_0x5b7666['name']['startsWith']('$markedRemove')){const _0x559fb9=_0x5b7666;let _0x3b0b97='remove-text';if(_0xaec853){const _0x268647=this['_findAdjacentContextDistance'](_0x559fb9['newRange']['start'],'backward',_0x44e674['model']['schema']),_0x574c7a=this['_findAdjacentContextDistance'](_0x559fb9['newRange']['end'],'forward',_0x44e674['model']['schema']);if(_0x268647||_0x574c7a){const _0x57c51c=_0x559fb9['newRange']['start']['getShiftedBy'](-_0x268647),_0x2079be=_0x559fb9['newRange']['end']['getShiftedBy'](_0x574c7a);_0x4f83da['push']({'start':_0x57c51c,'end':_0x2079be,'groupId':_0x253c33['id'],'type':'remove-context'});}else _0x3b0b97='remove-only';}_0x4f83da['push']({'start':_0x559fb9['newRange']['start'],'end':_0x559fb9['newRange']['end'],'groupId':_0x253c33['id'],'type':_0x3b0b97});}}}this['_insertMarkers'](_0x4f83da);}['clearAllMarkers'](){it(this['context'])['model']['change'](_0x20e2d1=>{for(const _0xc5809c of this['_markers']['keys']())_0x20e2d1['removeMarker'](_0xc5809c);}),this['_markers']['clear']();}['switchToReadOnly'](){it(this['context'])['enableReadOnlyMode']('ai-review-mode');}['switchToEdit'](){it(this['context'])['disableReadOnlyMode']('ai-review-mode');}['applyChange'](_0x3ef40f){const _0x1075ee=it(this['context']),_0xe0a9c3=_0x1075ee['model'],_0x455e35=_0x3ef40f['map'](_0x263822=>this['_getMarkersDataForGroup'](_0x263822))['flat']();_0xe0a9c3['change'](_0x4105e5=>{for(const _0x4655ec of _0x455e35){const _0x30dcd6=_0x1075ee['model']['markers']['get'](_0x4655ec['id']);_0x30dcd6&&('insert'===_0x4655ec['type']?_0xe0a9c3['insertContent'](_0x4105e5['createText'](_0x4655ec['text']||''),_0x30dcd6['getRange']()['start']):'remove-text'!==_0x4655ec['type']&&'remove-only'!==_0x4655ec['type']||_0xe0a9c3['deleteContent'](_0xe0a9c3['createSelection'](_0x30dcd6['getRange']())),_0x4105e5['removeMarker'](_0x4655ec['id']),this['_markers']['delete'](_0x4655ec['id']));}});}['rejectChange'](_0x36ec68){const _0x27b38d=it(this['context']),_0x1d5c06=this['_getMarkersDataForGroup'](_0x36ec68);_0x27b38d['model']['change'](_0x1450fb=>{for(const _0x6029fb of _0x1d5c06)_0x1450fb['removeMarker'](_0x6029fb['id']),this['_markers']['delete'](_0x6029fb['id']);});}['getContentElement'](){const _0x32edac=it(this['context']);return _0x32edac&&_0x32edac['ui']&&_0x32edac['ui']['element']?_0x32edac['ui']['element']:null;}['getMarkerElementForChange'](_0x5a6efc){const _0x15dc09=Array['from'](this['_markers']['values']())['filter'](_0x3a925d=>_0x3a925d['groupId']===_0x5a6efc);if(!_0x15dc09['length'])return null;const _0x2fa2c4=0x1===_0x15dc09['length']?_0x15dc09[0x0]:this['_sortMarkers'](_0x15dc09)[0x0],_0x18df60=it(this['context']),_0x48a52e=_0x18df60['model']['markers']['get'](_0x2fa2c4['id']);if(!_0x48a52e)return null;const _0x3e7d83=_0x48a52e['getRange'](),_0x2efa0e=_0x18df60['editing']['view']['getDomRoot']();if(!_0x2efa0e||!_0x3e7d83)return null;const _0x3a1b5a=_0x2efa0e['querySelector']('[data-marker-id=\x22'+_0x2fa2c4['id']+'\x22]');return _0x3a1b5a?{'modelRange':_0x3e7d83,'domElement':_0x3a1b5a}:null;}['_translateOperationToEditorContent'](_0xd5c5d1,_0x24b417,_0x2cf09c){if('insert'===_0xd5c5d1['type']){const _0x566522=_0xd5c5d1;return new $t(this['_changePosition'](_0x566522['position'],_0x24b417['concat'](_0x566522['position']['offset']),_0x2cf09c),_0x566522['nodes'],_0x566522['baseVersion']);}if('marker'===_0xd5c5d1['type']&&_0xd5c5d1['name']['startsWith']('$markedRemove')){const _0x47cfad=_0xd5c5d1;return new Bt(_0x47cfad['name'],_0x47cfad['oldRange'],this['_changeRange'](_0x47cfad['newRange'],_0x24b417['concat'](_0x47cfad['newRange']['start']['offset']),_0x24b417['concat'](_0x47cfad['newRange']['end']['offset']),_0x2cf09c),_0x47cfad['_markers'],_0x47cfad['affectsData'],_0x47cfad['baseVersion']);}return _0xd5c5d1;}['_groupAdjacentOperations'](_0x2b6ba3){if(!_0x2b6ba3['length'])return[];const _0x7c1653=[];let _0x2e1de0=0x0,_0x39c94e=0x0,_0xa9899a=[];for(let _0x1a1edf=0x0;_0x1a1edf<=_0x2b6ba3['length'];_0x1a1edf++){const _0x94f356=_0x2b6ba3[_0x1a1edf],_0x38db24=_0x2b6ba3[_0x1a1edf-0x1];!_0x94f356||_0x38db24&&!this['_getOperationEnd'](_0x38db24)['isTouching'](this['_getOperationStart'](_0x94f356))?(_0x7c1653['push']({'operations':_0xa9899a,'operationsIsolated':_0xa9899a['map'](_0x750a3a=>this['_shiftOperation'](_0x750a3a['clone'](),-_0x39c94e)),'groupOffset':_0x2e1de0}),_0xa9899a=_0x94f356?[_0x94f356]:[],_0x39c94e+=_0x2e1de0,_0x2e1de0=0x0):_0xa9899a['push'](_0x94f356),_0x94f356&&'insert'===_0x94f356['type']&&(_0x2e1de0+=_0x94f356['howMany']);}return _0x7c1653;}['_findAdjacentContextDistance'](_0x17840e,_0x307656,_0x38e197,_0x139fab=0x1){const _0x5cf751=new Zt({'startPosition':_0x17840e,'direction':_0x307656});let _0x51cd1f=0x0;for(let _0x5cfd8d=0x0;_0x5cfd8d<_0x139fab;_0x5cfd8d++){let _0x333a5b=0x0,_0x407b9=!0x1,_0xa64db2='forward'===_0x307656?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x19a5ea}of _0x5cf751)if(_0x19a5ea['is']('$textProxy')){const _0x1021a2=_0xa64db2['exec'](_0x19a5ea['data']);if(_0x1021a2&&_0x1021a2['length']){if(_0x333a5b+='forward'===_0x307656?_0x1021a2['index']+_0x1021a2[0x0]['length']:_0x19a5ea['data']['length']-_0x1021a2['index'],_0x1021a2[0x0]['length']!==_0x19a5ea['data']['length'])break;_0x407b9=!0x0,_0xa64db2='forward'===_0x307656?/^\w+/:/\w+$/;}else{if(_0x407b9)break;_0x333a5b+=_0x19a5ea['offsetSize'];}}else{if(_0x19a5ea['is']('element')){_0x38e197['isInline'](_0x19a5ea)&&!_0x407b9&&(_0x333a5b+=0x1);break;}}_0x51cd1f+=_0x333a5b,_0x5cf751['jumpTo'](_0x17840e['getShiftedBy']('forward'===_0x307656?_0x51cd1f:-_0x51cd1f));}return _0x51cd1f;}['_getChangeContext'](_0x96a1c5,_0x57320d){const _0x45ec72=it(this['context'])['model']['schema'],_0x32ccfd=this['_findAdjacentContextDistance'](_0x96a1c5,'backward',_0x45ec72,0x6),_0x4dc811=this['_findAdjacentContextDistance'](_0x57320d,'forward',_0x45ec72,0x6),_0x3e8850=_0x96a1c5['getShiftedBy'](-_0x32ccfd),_0x17e6e6=_0x57320d['getShiftedBy'](_0x4dc811);return{'start':_0x3e8850,'end':_0x17e6e6,'hasContentBefore':!_0x3e8850['isAtStart'],'hasContentAfter':!_0x17e6e6['isAtEnd']};}['_insertMarkers'](_0x416cd8){const _0x265195=this['context']['plugins']['get']('AIEditing'),_0x13ad85=new Set();it(this['context'])['model']['change'](_0x4bc19d=>{for(const _0x40826a of _0x416cd8){const _0x5b2810=''+se+_0x40826a['type']+':'+_0x40826a['groupId']+'_'+_0x265195['_nextDataId'](_0x13ad85);this['_markers']['set'](_0x5b2810,{'id':_0x5b2810,'groupId':_0x40826a['groupId'],'type':_0x40826a['type'],'text':_0x40826a['text']}),_0x4bc19d['addMarker'](_0x5b2810,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x4bc19d['createRange'](_0x40826a['start'],_0x40826a['end'])});}});}['_createGetContextFn'](_0x785d18,_0x1b68e0,_0x3ea4c2){let _0x248984='';return()=>{if(!_0x248984){const _0x415638=_0x1b68e0['toView'](_0x785d18,{'showSuggestionHighlights':!0x0}),_0x29ce98=_0x415638['getChild'](0x0);if(!_0x29ce98)return'';let _0x167e33=!0x1;const _0x2d31a6=[];for(const _0x2d627e of _0x29ce98['getChildren']())_0x2d627e['is']('element','span')&&_0x2d627e['hasClass']('ck-ai_review-mode-marker_context-end')&&(_0x167e33=!0x1),_0x167e33&&_0x2d31a6['push'](_0x2d627e),_0x2d627e['is']('element','span')&&_0x2d627e['hasClass']('ck-ai_review-mode-marker_context-start')&&(_0x167e33=!0x0);_0x29ce98['_removeChildren'](0x0,_0x29ce98['childCount']),_0x3ea4c2?.['ellipsisBefore']&&_0x29ce98['_appendChild']('…'),_0x29ce98['_appendChild'](_0x2d31a6),_0x3ea4c2?.['ellipsisAfter']&&_0x29ce98['_appendChild']('…');const _0x3f2a2d=_0x1b68e0['htmlProcessor']['domConverter']['viewToDom'](_0x415638),_0x3724a1=_0x1b68e0['htmlProcessor']['htmlWriter']['getHtml'](_0x3f2a2d);_0x248984=_0x3724a1;}return _0x248984;};}['_createGetContentFn'](_0x331bed,_0x55a0af){let _0x3b91d9='';return()=>(_0x3b91d9||(_0x3b91d9=_0x55a0af['stringify'](_0x331bed,{'showSuggestionHighlights':!0x0})),_0x3b91d9);}['_createGetContentUsingDataIdFn'](_0x1380ff,_0x7bf63e,_0x55d9cd){let _0x1bca61='';return()=>{if(!_0x1bca61){const _0x57652c=_0x55d9cd['toView'](new _0x91360f(_0x1380ff)),_0x54a3cf=_0x55d9cd['htmlProcessor']['domConverter']['viewToDom'](_0x57652c)['querySelector']('[data-id=\x22'+_0x7bf63e+'\x22]');_0x1bca61=_0x54a3cf?.['outerHTML']||'';}return _0x1bca61;};}['_findMarkerElement'](_0x21cbdb,_0x5939f8=0x5){let _0x70f8fa=_0x21cbdb,_0x3c4f27=null;for(let _0x339da7=0x0;_0x339da7<_0x5939f8&&_0x70f8fa;_0x339da7++){if(!_0x70f8fa['className']){_0x70f8fa=_0x70f8fa['parentElement'];continue;}if(!(''+_0x70f8fa['className'])['includes']('ck-ai_review-mode-marker_')){_0x70f8fa=_0x70f8fa['parentElement'];continue;}if(!_0x70f8fa['getAttribute']('data-marker-id'))break;_0x3c4f27=_0x70f8fa;break;}return _0x3c4f27;}['_getMarkersDataForGroup'](_0x132683){return Array['from'](this['_markers']['values']())['filter'](_0x5d3d6f=>_0x5d3d6f['groupId']===_0x132683);}['_getOperationStart'](_0x4fe67f){return'insert'===_0x4fe67f['type']?_0x4fe67f['position']:_0x4fe67f['newRange']['start'];}['_getOperationEnd'](_0x84aeb,_0x3d1d75=!0x1){return'insert'===_0x84aeb['type']?_0x3d1d75?_0x84aeb['position']:_0x84aeb['position']['getShiftedBy'](_0x84aeb['howMany']):_0x84aeb['newRange']['end'];}['_shiftOperation'](_0x446ee4,_0x11a45a){return'insert'===_0x446ee4['type']?_0x446ee4['position']=_0x446ee4['position']['getShiftedBy'](_0x11a45a):'marker'===_0x446ee4['type']&&_0x446ee4['newRange']&&(_0x446ee4['newRange']=new _0x4f7a9a(_0x446ee4['newRange']['start']['getShiftedBy'](_0x11a45a),_0x446ee4['newRange']['end']['getShiftedBy'](_0x11a45a))),_0x446ee4;}['_changeOperationOwnerDocument'](_0x391d40,_0x3354e6){'insert'===_0x391d40['type']?_0x391d40['position']=this['_changePositionOwnerDocument'](_0x391d40['position'],_0x3354e6):'marker'===_0x391d40['type']&&_0x391d40['newRange']&&(_0x391d40['newRange']=this['_changeRangeOwnerDocument'](_0x391d40['newRange'],_0x3354e6));}['_changePositionOwnerDocument'](_0xad4461,_0xfa45b2){return new _0x31d1c1(_0xfa45b2,_0xad4461['path']);}['_changeRangeOwnerDocument'](_0x278688,_0xb8ed29){return new _0x4f7a9a(this['_changePositionOwnerDocument'](_0x278688['start'],_0xb8ed29),this['_changePositionOwnerDocument'](_0x278688['end'],_0xb8ed29));}['_changePosition'](_0x1920c1,_0x3356cf,_0x3008fe){return new _0x31d1c1(_0x3008fe,[..._0x3356cf]);}['_changeRange'](_0xcf1532,_0x2d0068,_0x59430e,_0x1cbe07){return new _0x4f7a9a(this['_changePosition'](_0xcf1532['start'],_0x2d0068,_0x1cbe07),this['_changePosition'](_0xcf1532['end'],_0x59430e,_0x1cbe07));}['_getTopElement'](_0x2f779f){let _0xc32d7b=_0x2f779f;for(;_0xc32d7b['parent']&&!_0xc32d7b['parent']['is']('documentFragment');)_0xc32d7b=_0xc32d7b['parent'];return _0xc32d7b;}['_sortMarkers'](_0x2a2573){const _0x495816=_0x206e92=>{switch(_0x206e92){case'insert':return 0x1;case'remove-context':return 0x2;case'remove-only':return 0x3;case'remove-text':return 0x4;}};return _0x2a2573['sort']((_0x24ff16,_0x168b25)=>_0x495816(_0x24ff16['type'])-_0x495816(_0x168b25['type']));}}class Sa extends _0x3cc6c1{static get['requires'](){return[ee,ie,re];}static get['pluginName'](){return'AIReviewMode';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{fa as AIActions,q as AIAdapter,Bn as AIAssistant,v as AIAssistantUI,m as AIBalloon,Ea as AIChat,et as AIChatController,st as AIChatHistory,jt as AIChatHistoryController,xt as AIChatHistoryUI,at as AIChatUI,e as AIConnector,a as AIEditing,Ot as AIQuickActionType,wa as AIQuickActions,ii as AIQuickActionsUI,tr as AIRequestError,vs as AIReviewCheck,Cs as AIReviewCheckResult,pr as AIReviewCheckRun,Sa as AIReviewMode,ee as AIReviewModeController,re as AIReviewModeEditing,ie as AIReviewModeUI,ht as AITabs,we as AITextAdapter,Fn as AWSTextAdapter,Wn as OpenAITextAdapter,G as ShowAIAssistantCommand,As as createResizeButton,Kn as getDefaultAICommands};