@ckeditor/ckeditor5-ai 47.2.0-alpha.3 → 47.2.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 (128) hide show
  1. package/build/ai.js +1 -1
  2. package/dist/index.js +5 -5
  3. package/package.json +15 -15
  4. package/src/aiactions/aiactions.js +1 -1
  5. package/src/aiactions/model/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/ui/aiassistantcontroller.js +2 -2
  15. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  16. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  17. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  18. package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
  19. package/src/aiassistant/ui/form/aiformview.js +1 -1
  20. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  21. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  22. package/src/aiassistant/ui/form/prompthistory.js +1 -1
  23. package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
  24. package/src/aiballoon/aiballoon.js +1 -1
  25. package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
  26. package/src/aiballoon/ui/aiballoontoolbarview.js +1 -1
  27. package/src/aiballoon/ui/aiballoonview.js +1 -1
  28. package/src/aichat/aichat.js +1 -1
  29. package/src/aichat/aichatcontroller.js +1 -1
  30. package/src/aichat/aichatui.js +1 -1
  31. package/src/aichat/model/aichatcontext.js +1 -1
  32. package/src/aichat/model/aichatconversation.js +1 -1
  33. package/src/aichat/model/aichatinteraction.js +1 -1
  34. package/src/aichat/model/aichatmodels.js +1 -1
  35. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  36. package/src/aichat/ui/aichatfeedview.js +1 -1
  37. package/src/aichat/ui/aichatheaderview.js +1 -1
  38. package/src/aichat/ui/aichatview.js +1 -1
  39. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  40. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  41. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  42. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  43. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  44. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  45. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  46. package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
  47. package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
  48. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  49. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  50. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  51. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  52. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  53. package/src/aichat/ui/feed/aichatfeederroritemview.js +1 -1
  54. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  55. package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
  56. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  57. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  58. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  59. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  60. package/src/aichat/utils/eventnames.js +1 -1
  61. package/src/aichat/utils/promisequeue.js +1 -1
  62. package/src/aichat/utils/scrollmanager.js +1 -1
  63. package/src/aichathistory/aichathistory.js +1 -1
  64. package/src/aichathistory/aichathistorycontroller.js +1 -1
  65. package/src/aichathistory/aichathistoryui.js +1 -1
  66. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  67. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  68. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  69. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  70. package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
  71. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  72. package/src/aicore/aiconnector.js +1 -1
  73. package/src/aicore/aiediting.js +1 -1
  74. package/src/aicore/model/aicapabilities.js +1 -1
  75. package/src/aicore/model/aiinteraction.js +1 -1
  76. package/src/aicore/model/aimodels.js +1 -1
  77. package/src/aicore/model/aireply.js +1 -1
  78. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  79. package/src/aicore/pipeline/airesponseparser.js +2 -2
  80. package/src/aicore/ui/aidisclaimerview.js +1 -1
  81. package/src/aicore/ui/aiskeleton.js +1 -1
  82. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  83. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  84. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  85. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  86. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  87. package/src/aicore/utils/createresizebutton.js +1 -1
  88. package/src/aicore/utils/documentrange.js +1 -1
  89. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  90. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  91. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  92. package/src/aicore/utils/htmlparser.js +1 -1
  93. package/src/aicore/utils/htmlstreamer.js +1 -1
  94. package/src/aieditorintegration/aieditorintegration.js +1 -1
  95. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  96. package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
  97. package/src/aiquickactions/aiquickactions.js +1 -1
  98. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  99. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  100. package/src/aiquickactions/aiquickactionsui.js +1 -1
  101. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  102. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  103. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  104. package/src/aireviewmode/aireviewmode.js +1 -1
  105. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  106. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  107. package/src/aireviewmode/aireviewmodeui.js +1 -1
  108. package/src/aireviewmode/model/aireviewcheckcustom.js +1 -1
  109. package/src/aireviewmode/model/aireviewchecklist.js +1 -1
  110. package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
  111. package/src/aireviewmode/model/aireviewcheckresultchange.js +1 -1
  112. package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
  113. package/src/aireviewmode/ui/aireviemodepromptinputview.js +1 -1
  114. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  115. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  116. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  117. package/src/aireviewmode/ui/aireviewmodefinishreviewbuttonview.js +1 -1
  118. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  119. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  120. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  121. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  122. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  123. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  124. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  125. package/src/aitabs/aitabs.js +1 -1
  126. package/src/aitabs/tabs/aitabsview.js +1 -1
  127. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  128. package/src/aitabs/tabs/tabpanelview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x264b87=_0x4bee;function _0x4bee(_0x39b341,_0x1fda6b){const _0x23e7d1=_0x23e7();return _0x4bee=function(_0x4beee8,_0x50bfdc){_0x4beee8=_0x4beee8-0x1a5;let _0x218415=_0x23e7d1[_0x4beee8];return _0x218415;},_0x4bee(_0x39b341,_0x1fda6b);}(function(_0x14604d,_0x5d8009){const _0x2c23e8=_0x4bee,_0x47f614=_0x14604d();while(!![]){try{const _0xc3b178=-parseInt(_0x2c23e8(0x1e9))/0x1*(-parseInt(_0x2c23e8(0x1d0))/0x2)+parseInt(_0x2c23e8(0x1cf))/0x3*(parseInt(_0x2c23e8(0x1db))/0x4)+parseInt(_0x2c23e8(0x1ab))/0x5+-parseInt(_0x2c23e8(0x1cd))/0x6*(parseInt(_0x2c23e8(0x1d9))/0x7)+-parseInt(_0x2c23e8(0x1c6))/0x8*(parseInt(_0x2c23e8(0x1c3))/0x9)+-parseInt(_0x2c23e8(0x1cc))/0xa+parseInt(_0x2c23e8(0x1b3))/0xb;if(_0xc3b178===_0x5d8009)break;else _0x47f614['push'](_0x47f614['shift']());}catch(_0x402332){_0x47f614['push'](_0x47f614['shift']());}}}(_0x23e7,0x8fe1e));import{FocusTracker as _0x320cd2,KeystrokeHandler as _0x57fcaf}from'ckeditor5/src/utils.js';import{View as _0x30403e,FocusCycler as _0x3cdded,createLabeledTextarea as _0x497dc3}from'ckeditor5/src/ui.js';import{AIFormToolbarView as _0x440e18,AIFormToolbarViewMainActionLabel as _0x4701ba}from'./aiformtoolbarview.js';import{AIFormContentArea as _0x452205}from'./aiformcontentarea.js';import{AIFormErrorView as _0x27adf0}from'./aiformerrorview.js';import{AIFormPromptView as _0x5bf570}from'./aiformpromptview.js';import{AIHistoryListView as _0x58dabd}from'./aihistorylistview.js';import{AIHistoryListItemView as _0x528e10}from'./aihistorylistitemview.js';import{PromptHistory as _0x1edbf1}from'./prompthistory.js';import{getTranslation as _0x493123}from'../../utils/common-translations.js';import{escape as _0x12324}from'es-toolkit/compat';function _0x23e7(){const _0x432932=['_createPromptView','114888NZbnXe','bindTo','focusFirst','mainAction','_createToolbar','Ask\x20AI\x20to\x20edit\x20or\x20generate','queryView','focus','toolbar','stopProcessing','finishProcessing','copyButtonView','tab','fire','25PUQOsW','stopButton','bindTemplate','set','createCollection','isEnabled','submitPrompt','insertContentBelow','errorView','execute','_focusables','clearHistory','prompt','listenTo','startProcessing','REPLACE','replaceContent','locale','focusLast','submit','trim','ck-ai-form','contentArea','isProcessing','5472220Wuzrof','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.','_promptHistory','promptView','tryAgainButton','AI_ERROR_FAILED','_createHistoryView','handleError','981805rCAdZL','tryAgainEvent','element','clear','delegate','fieldView','bind','isVisible','text','insertButton','isError','add','reset','shift\x20+\x20tab','focusCycler','items','463842PJWtLB','historyGroupView','ck-hidden','88UoNQAp','render','value','Empty\x20history','div','ck-ai-form-content','3520620igOIyG','3228126xfrnDN','high','6kmCGEb','64416SvNgtx','setTemplate','replaceButton','Ask\x20AI\x20to\x20improve\x20generated\x20text','chain','keystrokes','label','search','focusTracker','7unwnab'];_0x23e7=function(){return _0x432932;};return _0x23e7();}export class AIFormView extends _0x30403e{[_0x264b87(0x1d8)];[_0x264b87(0x1d5)];[_0x264b87(0x1a9)];[_0x264b87(0x1e3)];[_0x264b87(0x1ae)];[_0x264b87(0x1f1)];[_0x264b87(0x1f3)];[_0x264b87(0x1c1)];[_0x264b87(0x1ad)];constructor(_0x5890fe,_0x465df0,_0x4004dc=''){const _0x241fa6=_0x264b87;super(_0x5890fe),this[_0x241fa6(0x1ec)](_0x241fa6(0x1ee),!0x0),this[_0x241fa6(0x1ec)](_0x241fa6(0x1aa),!0x1),this[_0x241fa6(0x1ec)](_0x241fa6(0x1f5),''),this[_0x241fa6(0x1ec)](_0x241fa6(0x1c8),''),this[_0x241fa6(0x1ec)](_0x241fa6(0x1bd),!0x1),this[_0x241fa6(0x1ec)](_0x241fa6(0x1de),_0x4701ba[_0x241fa6(0x1f8)]),this[_0x241fa6(0x1ad)]=new _0x1edbf1(),this[_0x241fa6(0x1f1)]=new _0x27adf0(_0x5890fe),this[_0x241fa6(0x1a9)]=new _0x452205(_0x5890fe,_0x4004dc),this[_0x241fa6(0x1a9)][_0x241fa6(0x1b9)](_0x241fa6(0x1aa))['to'](this),this[_0x241fa6(0x1a9)][_0x241fa6(0x1b9)](_0x241fa6(0x1c8))['to'](this),this[_0x241fa6(0x1e3)]=this[_0x241fa6(0x1df)](),this[_0x241fa6(0x1e3)][_0x241fa6(0x1b9)](_0x241fa6(0x1de))['to'](this),this[_0x241fa6(0x1ae)]=this[_0x241fa6(0x1da)](),this[_0x241fa6(0x1d8)]=new _0x320cd2(),this[_0x241fa6(0x1d5)]=new _0x57fcaf(),this[_0x241fa6(0x1f3)]=this[_0x241fa6(0x1ed)]([this[_0x241fa6(0x1a9)],this[_0x241fa6(0x1a9)][_0x241fa6(0x1e6)],this[_0x241fa6(0x1e3)],this[_0x241fa6(0x1ae)]]),this[_0x241fa6(0x1c1)]=new _0x3cdded({'focusables':this[_0x241fa6(0x1f3)],'focusTracker':this[_0x241fa6(0x1d8)],'keystrokeHandler':this[_0x241fa6(0x1d5)],'actions':{'focusPrevious':_0x241fa6(0x1c0),'focusNext':_0x241fa6(0x1e7)}}),this[_0x241fa6(0x1c1)][_0x241fa6(0x1d4)](this[_0x241fa6(0x1ae)][_0x241fa6(0x1c1)]),this[_0x241fa6(0x1ae)][_0x241fa6(0x1e1)][_0x241fa6(0x1b8)][_0x241fa6(0x1b9)](_0x241fa6(0x1c8))['to'](this,_0x241fa6(0x1f5));const _0x5b3e9b=this[_0x241fa6(0x1eb)];this[_0x241fa6(0x1d1)]({'tag':_0x241fa6(0x1ca),'attributes':{'class':['ck',_0x241fa6(0x1a8),_0x465df0],'tabindex':'-1'},'children':[{'tag':_0x241fa6(0x1ca),'attributes':{'class':['ck',_0x241fa6(0x1cb)]},'children':[{'tag':_0x241fa6(0x1ca),'attributes':{'class':[_0x5b3e9b['if'](_0x241fa6(0x1bd),_0x241fa6(0x1c5),_0x1d85f3=>!_0x1d85f3)]},'children':[this[_0x241fa6(0x1f1)]]},this[_0x241fa6(0x1a9)],this[_0x241fa6(0x1e3)],this[_0x241fa6(0x1ae)]]}]});}[_0x264b87(0x1c7)](){const _0x54463a=_0x264b87;super[_0x54463a(0x1c7)](),this[_0x54463a(0x1d8)][_0x54463a(0x1be)](this[_0x54463a(0x1a9)][_0x54463a(0x1b5)]),this[_0x54463a(0x1d8)][_0x54463a(0x1be)](this[_0x54463a(0x1a9)][_0x54463a(0x1e6)][_0x54463a(0x1b5)]),this[_0x54463a(0x1d8)][_0x54463a(0x1be)](this[_0x54463a(0x1e3)][_0x54463a(0x1b5)]),this[_0x54463a(0x1d8)][_0x54463a(0x1be)](this[_0x54463a(0x1ae)][_0x54463a(0x1b5)]),this[_0x54463a(0x1d5)][_0x54463a(0x1f6)](this[_0x54463a(0x1b5)]);}[_0x264b87(0x1e2)](_0x9117f3=0x1){const _0x39e3df=_0x264b87;-0x1===_0x9117f3?this[_0x39e3df(0x1c1)][_0x39e3df(0x1a5)]():this[_0x39e3df(0x1c1)][_0x39e3df(0x1dd)]();}[_0x264b87(0x1bf)](){const _0x40bff2=_0x264b87;this[_0x40bff2(0x1f5)]='',this[_0x40bff2(0x1c8)]='',this[_0x40bff2(0x1bd)]=!0x1,this[_0x40bff2(0x1ae)][_0x40bff2(0x1bf)](),this[_0x40bff2(0x1a9)][_0x40bff2(0x1ba)]=!0x1,this[_0x40bff2(0x1e3)][_0x40bff2(0x1ba)]=!0x1;}[_0x264b87(0x1da)](){const _0x5afb48=_0x264b87,_0x1fafaa=this[_0x5afb48(0x1fa)],_0x3a8798=new _0x5bf570(_0x1fafaa,{'queryView':{'label':_0x493123(_0x1fafaa,_0x5afb48(0x1e0)),'creator':_0x497dc3,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':_0x493123(_0x1fafaa,_0x5afb48(0x1c9)),'secondary':_0x493123(_0x1fafaa,_0x5afb48(0x1ac))}}},'filteredView':this[_0x5afb48(0x1b1)](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x3a8798[_0x5afb48(0x1b9)](_0x5afb48(0x1ee))['to'](this,_0x5afb48(0x1ee),this,_0x5afb48(0x1aa),(_0xc8261a,_0xfa6d55)=>_0xc8261a&&!_0xfa6d55),this[_0x5afb48(0x1f6)](_0x3a8798,_0x5afb48(0x1a6),(_0x10c536,_0x64e198)=>{const _0xbfef53=_0x5afb48;this[_0xbfef53(0x1f5)]=_0x64e198;const _0x2754fe=_0x12324(_0x64e198);this[_0xbfef53(0x1e8)](_0xbfef53(0x1ef),_0x2754fe),_0x64e198[_0xbfef53(0x1a7)]()&&this[_0xbfef53(0x1ad)][_0xbfef53(0x1be)]({'prompt':_0x2754fe},0x0);},{'priority':_0x5afb48(0x1ce)}),_0x3a8798;}[_0x264b87(0x1b1)](){const _0x2ca4d4=_0x264b87,_0x214460=new _0x58dabd(this[_0x2ca4d4(0x1fa)]);return _0x214460[_0x2ca4d4(0x1c4)][_0x2ca4d4(0x1c2)][_0x2ca4d4(0x1dc)](this[_0x2ca4d4(0x1ad)])['as'](_0x528e10),_0x214460['on'](_0x2ca4d4(0x1f4),()=>{const _0x175754=_0x2ca4d4;this[_0x175754(0x1ad)][_0x175754(0x1b6)](),this[_0x175754(0x1ae)][_0x175754(0x1d7)](''),this[_0x175754(0x1ae)][_0x175754(0x1e2)]();}),_0x214460;}[_0x264b87(0x1df)](){const _0x2f156f=_0x264b87,_0x5ee1ee=new _0x440e18(this[_0x2f156f(0x1fa)]);return _0x5ee1ee[_0x2f156f(0x1d2)][_0x2f156f(0x1b9)](_0x2f156f(0x1ee))['to'](this,_0x2f156f(0x1ee),this,_0x2f156f(0x1aa),this,_0x2f156f(0x1c8),(_0x33fc33,_0x43daa8,_0x1e1624)=>_0x33fc33&&!_0x43daa8&&!!_0x1e1624),_0x5ee1ee[_0x2f156f(0x1d2)][_0x2f156f(0x1b7)](_0x2f156f(0x1f2))['to'](this,_0x2f156f(0x1f9)),_0x5ee1ee[_0x2f156f(0x1bc)][_0x2f156f(0x1b9)](_0x2f156f(0x1ee))['to'](this,_0x2f156f(0x1ee),this,_0x2f156f(0x1aa),this,_0x2f156f(0x1c8),(_0x195a8f,_0xf8f97d,_0x292600)=>_0x195a8f&&!_0xf8f97d&&!!_0x292600),_0x5ee1ee[_0x2f156f(0x1bc)][_0x2f156f(0x1b7)](_0x2f156f(0x1f2))['to'](this,_0x2f156f(0x1f0)),_0x5ee1ee[_0x2f156f(0x1af)][_0x2f156f(0x1b9)](_0x2f156f(0x1ee))['to'](this,_0x2f156f(0x1ee),this,_0x2f156f(0x1aa),(_0x58c5fa,_0x3ab35b)=>_0x58c5fa&&!_0x3ab35b),_0x5ee1ee[_0x2f156f(0x1af)][_0x2f156f(0x1b7)](_0x2f156f(0x1f2))['to'](this,_0x2f156f(0x1b4)),_0x5ee1ee[_0x2f156f(0x1ea)][_0x2f156f(0x1b9)](_0x2f156f(0x1ee))['to'](this,_0x2f156f(0x1aa)),_0x5ee1ee[_0x2f156f(0x1ea)][_0x2f156f(0x1b7)](_0x2f156f(0x1f2))['to'](this,_0x2f156f(0x1e4)),_0x5ee1ee;}[_0x264b87(0x1f7)](){const _0x249fea=_0x264b87;this[_0x249fea(0x1c8)]='',this[_0x249fea(0x1bd)]=!0x1,this[_0x249fea(0x1aa)]=!0x0,this[_0x249fea(0x1a9)][_0x249fea(0x1ba)]=!0x0,this[_0x249fea(0x1e3)][_0x249fea(0x1ba)]=!0x0,this[_0x249fea(0x1a9)][_0x249fea(0x1e2)]();}[_0x264b87(0x1e5)](){const _0x4787f0=_0x264b87,_0x23f996=this[_0x4787f0(0x1fa)];this[_0x4787f0(0x1aa)]=!0x1,this[_0x4787f0(0x1f5)]='',this[_0x4787f0(0x1ae)][_0x4787f0(0x1bf)](),this[_0x4787f0(0x1c8)]&&(this[_0x4787f0(0x1ae)][_0x4787f0(0x1e1)][_0x4787f0(0x1d6)]=_0x493123(_0x23f996,_0x4787f0(0x1d3)));}[_0x264b87(0x1b2)](_0x23c881){const _0x241671=_0x264b87,_0x190036=this[_0x241671(0x1fa)];this[_0x241671(0x1e5)](),this[_0x241671(0x1bd)]=!0x0,this[_0x241671(0x1f1)][_0x241671(0x1bb)]=_0x23c881||_0x493123(_0x190036,_0x241671(0x1b0)),this[_0x241671(0x1c8)]||(this[_0x241671(0x1a9)][_0x241671(0x1ba)]=!0x1);}}
23
+ const _0x48711b=_0x5103;(function(_0x47a860,_0x218597){const _0x431685=_0x5103,_0x3a230a=_0x47a860();while(!![]){try{const _0x5a4e7d=parseInt(_0x431685(0x1f0))/0x1+-parseInt(_0x431685(0x1fc))/0x2*(parseInt(_0x431685(0x1fa))/0x3)+-parseInt(_0x431685(0x1f7))/0x4+parseInt(_0x431685(0x1ee))/0x5*(parseInt(_0x431685(0x1df))/0x6)+-parseInt(_0x431685(0x1fe))/0x7+-parseInt(_0x431685(0x1bd))/0x8+parseInt(_0x431685(0x1d3))/0x9;if(_0x5a4e7d===_0x218597)break;else _0x3a230a['push'](_0x3a230a['shift']());}catch(_0x4fd497){_0x3a230a['push'](_0x3a230a['shift']());}}}(_0x4ee8,0x88a75));function _0x5103(_0x32cee9,_0x18373a){const _0x4ee8ae=_0x4ee8();return _0x5103=function(_0x510349,_0x4c6a5c){_0x510349=_0x510349-0x1b5;let _0x4a9f31=_0x4ee8ae[_0x510349];return _0x4a9f31;},_0x5103(_0x32cee9,_0x18373a);}import{FocusTracker as _0x3dce25,KeystrokeHandler as _0x2d4909}from'ckeditor5/src/utils.js';import{View as _0x3af2f0,FocusCycler as _0x23e5cb,createLabeledTextarea as _0x2cd075}from'ckeditor5/src/ui.js';import{AIFormToolbarView as _0x1fd9e3,AIFormToolbarViewMainActionLabel as _0x324f4e}from'./aiformtoolbarview.js';import{AIFormContentArea as _0xca40b9}from'./aiformcontentarea.js';import{AIFormErrorView as _0x303524}from'./aiformerrorview.js';import{AIFormPromptView as _0x1b489f}from'./aiformpromptview.js';import{AIHistoryListView as _0x33329c}from'./aihistorylistview.js';import{AIHistoryListItemView as _0x592e7b}from'./aihistorylistitemview.js';import{PromptHistory as _0x475a93}from'./prompthistory.js';import{getTranslation as _0x57f408}from'../../utils/common-translations.js';function _0x4ee8(){const _0x1df9a8=['insertButton','focusLast','REPLACE','submit','high','clearHistory','shift\x20+\x20tab','queryView','fire','focusCycler','isError','18115KXKCeg','promptView','680142KrXwzJ','_createPromptView','listenTo','replaceContent','Ask\x20AI\x20to\x20edit\x20or\x20generate','_createToolbar','tryAgainEvent','1286788AyCfKd','isVisible','contentArea','12vsPltV','ck-hidden','399248YisBdc','focusTracker','2650977bKoDma','isEnabled','items','keystrokes','_createHistoryView','Empty\x20history','AI_ERROR_FAILED','bind','insertContentBelow','setTemplate','stopProcessing','add','text','startProcessing','createCollection','reset','copyButtonView','handleError','bindTo','6093752AFtWtL','div','historyGroupView','delegate','clear','fieldView','execute','stopButton','bindTemplate','tab','label','chain','focusFirst','element','prompt','value','isProcessing','_focusables','errorView','search','Ask\x20AI\x20to\x20improve\x20generated\x20text','render','16196868OEdJhq','replaceButton','toolbar','_promptHistory','locale','ck-ai-form-content','tryAgainButton','submitPrompt','focus','trim','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.','finishProcessing','564tKgFPu','set','mainAction','ck-ai-form'];_0x4ee8=function(){return _0x1df9a8;};return _0x4ee8();}import{escape as _0x127cc8}from'es-toolkit/compat';export class AIFormView extends _0x3af2f0{[_0x48711b(0x1fd)];[_0x48711b(0x201)];[_0x48711b(0x1f9)];[_0x48711b(0x1d5)];[_0x48711b(0x1ef)];[_0x48711b(0x1cf)];[_0x48711b(0x1ce)];[_0x48711b(0x1ec)];[_0x48711b(0x1d6)];constructor(_0x26280d,_0x1a26e0,_0x5a47d1=''){const _0x1157d3=_0x48711b;super(_0x26280d),this[_0x1157d3(0x1e0)](_0x1157d3(0x1ff),!0x0),this[_0x1157d3(0x1e0)](_0x1157d3(0x1cd),!0x1),this[_0x1157d3(0x1e0)](_0x1157d3(0x1cb),''),this[_0x1157d3(0x1e0)](_0x1157d3(0x1cc),''),this[_0x1157d3(0x1e0)](_0x1157d3(0x1ed),!0x1),this[_0x1157d3(0x1e0)](_0x1157d3(0x1e1),_0x324f4e[_0x1157d3(0x1e5)]),this[_0x1157d3(0x1d6)]=new _0x475a93(),this[_0x1157d3(0x1cf)]=new _0x303524(_0x26280d),this[_0x1157d3(0x1f9)]=new _0xca40b9(_0x26280d,_0x5a47d1),this[_0x1157d3(0x1f9)][_0x1157d3(0x205)](_0x1157d3(0x1cd))['to'](this),this[_0x1157d3(0x1f9)][_0x1157d3(0x205)](_0x1157d3(0x1cc))['to'](this),this[_0x1157d3(0x1d5)]=this[_0x1157d3(0x1f5)](),this[_0x1157d3(0x1d5)][_0x1157d3(0x205)](_0x1157d3(0x1e1))['to'](this),this[_0x1157d3(0x1ef)]=this[_0x1157d3(0x1f1)](),this[_0x1157d3(0x1fd)]=new _0x3dce25(),this[_0x1157d3(0x201)]=new _0x2d4909(),this[_0x1157d3(0x1ce)]=this[_0x1157d3(0x1b8)]([this[_0x1157d3(0x1f9)],this[_0x1157d3(0x1f9)][_0x1157d3(0x1ba)],this[_0x1157d3(0x1d5)],this[_0x1157d3(0x1ef)]]),this[_0x1157d3(0x1ec)]=new _0x23e5cb({'focusables':this[_0x1157d3(0x1ce)],'focusTracker':this[_0x1157d3(0x1fd)],'keystrokeHandler':this[_0x1157d3(0x201)],'actions':{'focusPrevious':_0x1157d3(0x1e9),'focusNext':_0x1157d3(0x1c6)}}),this[_0x1157d3(0x1ec)][_0x1157d3(0x1c8)](this[_0x1157d3(0x1ef)][_0x1157d3(0x1ec)]),this[_0x1157d3(0x1ef)][_0x1157d3(0x1ea)][_0x1157d3(0x1c2)][_0x1157d3(0x205)](_0x1157d3(0x1cc))['to'](this,_0x1157d3(0x1cb));const _0x3aca10=this[_0x1157d3(0x1c5)];this[_0x1157d3(0x207)]({'tag':_0x1157d3(0x1be),'attributes':{'class':['ck',_0x1157d3(0x1e2),_0x1a26e0],'tabindex':'-1'},'children':[{'tag':_0x1157d3(0x1be),'attributes':{'class':['ck',_0x1157d3(0x1d8)]},'children':[{'tag':_0x1157d3(0x1be),'attributes':{'class':[_0x3aca10['if'](_0x1157d3(0x1ed),_0x1157d3(0x1fb),_0x4adcb9=>!_0x4adcb9)]},'children':[this[_0x1157d3(0x1cf)]]},this[_0x1157d3(0x1f9)],this[_0x1157d3(0x1d5)],this[_0x1157d3(0x1ef)]]}]});}[_0x48711b(0x1d2)](){const _0x241766=_0x48711b;super[_0x241766(0x1d2)](),this[_0x241766(0x1fd)][_0x241766(0x1b5)](this[_0x241766(0x1f9)][_0x241766(0x1ca)]),this[_0x241766(0x1fd)][_0x241766(0x1b5)](this[_0x241766(0x1f9)][_0x241766(0x1ba)][_0x241766(0x1ca)]),this[_0x241766(0x1fd)][_0x241766(0x1b5)](this[_0x241766(0x1d5)][_0x241766(0x1ca)]),this[_0x241766(0x1fd)][_0x241766(0x1b5)](this[_0x241766(0x1ef)][_0x241766(0x1ca)]),this[_0x241766(0x201)][_0x241766(0x1f2)](this[_0x241766(0x1ca)]);}[_0x48711b(0x1db)](_0x5e55e6=0x1){const _0x2afbef=_0x48711b;-0x1===_0x5e55e6?this[_0x2afbef(0x1ec)][_0x2afbef(0x1e4)]():this[_0x2afbef(0x1ec)][_0x2afbef(0x1c9)]();}[_0x48711b(0x1b9)](){const _0x32552b=_0x48711b;this[_0x32552b(0x1cb)]='',this[_0x32552b(0x1cc)]='',this[_0x32552b(0x1ed)]=!0x1,this[_0x32552b(0x1ef)][_0x32552b(0x1b9)](),this[_0x32552b(0x1f9)][_0x32552b(0x1f8)]=!0x1,this[_0x32552b(0x1d5)][_0x32552b(0x1f8)]=!0x1;}[_0x48711b(0x1f1)](){const _0x3a5f3f=_0x48711b,_0x42a6b1=this[_0x3a5f3f(0x1d7)],_0x495740=new _0x1b489f(_0x42a6b1,{'queryView':{'label':_0x57f408(_0x42a6b1,_0x3a5f3f(0x1f4)),'creator':_0x2cd075,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':_0x57f408(_0x42a6b1,_0x3a5f3f(0x203)),'secondary':_0x57f408(_0x42a6b1,_0x3a5f3f(0x1dd))}}},'filteredView':this[_0x3a5f3f(0x202)](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x495740[_0x3a5f3f(0x205)](_0x3a5f3f(0x1ff))['to'](this,_0x3a5f3f(0x1ff),this,_0x3a5f3f(0x1cd),(_0x3ff317,_0x171c4c)=>_0x3ff317&&!_0x171c4c),this[_0x3a5f3f(0x1f2)](_0x495740,_0x3a5f3f(0x1e6),(_0x53f1b9,_0x5d8ac9)=>{const _0x46d5ba=_0x3a5f3f;this[_0x46d5ba(0x1cb)]=_0x5d8ac9;const _0x156925=_0x127cc8(_0x5d8ac9);this[_0x46d5ba(0x1eb)](_0x46d5ba(0x1da),_0x156925),_0x5d8ac9[_0x46d5ba(0x1dc)]()&&this[_0x46d5ba(0x1d6)][_0x46d5ba(0x1b5)]({'prompt':_0x156925},0x0);},{'priority':_0x3a5f3f(0x1e7)}),_0x495740;}[_0x48711b(0x202)](){const _0x482ea9=_0x48711b,_0x31bf3b=new _0x33329c(this[_0x482ea9(0x1d7)]);return _0x31bf3b[_0x482ea9(0x1bf)][_0x482ea9(0x200)][_0x482ea9(0x1bc)](this[_0x482ea9(0x1d6)])['as'](_0x592e7b),_0x31bf3b['on'](_0x482ea9(0x1e8),()=>{const _0x45ac4f=_0x482ea9;this[_0x45ac4f(0x1d6)][_0x45ac4f(0x1c1)](),this[_0x45ac4f(0x1ef)][_0x45ac4f(0x1d0)](''),this[_0x45ac4f(0x1ef)][_0x45ac4f(0x1db)]();}),_0x31bf3b;}[_0x48711b(0x1f5)](){const _0x5e5b5e=_0x48711b,_0x50b203=new _0x1fd9e3(this[_0x5e5b5e(0x1d7)]);return _0x50b203[_0x5e5b5e(0x1d4)][_0x5e5b5e(0x205)](_0x5e5b5e(0x1ff))['to'](this,_0x5e5b5e(0x1ff),this,_0x5e5b5e(0x1cd),this,_0x5e5b5e(0x1cc),(_0x36272e,_0x55a18a,_0x331a35)=>_0x36272e&&!_0x55a18a&&!!_0x331a35),_0x50b203[_0x5e5b5e(0x1d4)][_0x5e5b5e(0x1c0)](_0x5e5b5e(0x1c3))['to'](this,_0x5e5b5e(0x1f3)),_0x50b203[_0x5e5b5e(0x1e3)][_0x5e5b5e(0x205)](_0x5e5b5e(0x1ff))['to'](this,_0x5e5b5e(0x1ff),this,_0x5e5b5e(0x1cd),this,_0x5e5b5e(0x1cc),(_0x2b21b5,_0x1358dc,_0x4d95a6)=>_0x2b21b5&&!_0x1358dc&&!!_0x4d95a6),_0x50b203[_0x5e5b5e(0x1e3)][_0x5e5b5e(0x1c0)](_0x5e5b5e(0x1c3))['to'](this,_0x5e5b5e(0x206)),_0x50b203[_0x5e5b5e(0x1d9)][_0x5e5b5e(0x205)](_0x5e5b5e(0x1ff))['to'](this,_0x5e5b5e(0x1ff),this,_0x5e5b5e(0x1cd),(_0x5b7430,_0x460104)=>_0x5b7430&&!_0x460104),_0x50b203[_0x5e5b5e(0x1d9)][_0x5e5b5e(0x1c0)](_0x5e5b5e(0x1c3))['to'](this,_0x5e5b5e(0x1f6)),_0x50b203[_0x5e5b5e(0x1c4)][_0x5e5b5e(0x205)](_0x5e5b5e(0x1ff))['to'](this,_0x5e5b5e(0x1cd)),_0x50b203[_0x5e5b5e(0x1c4)][_0x5e5b5e(0x1c0)](_0x5e5b5e(0x1c3))['to'](this,_0x5e5b5e(0x208)),_0x50b203;}[_0x48711b(0x1b7)](){const _0x36ec7d=_0x48711b;this[_0x36ec7d(0x1cc)]='',this[_0x36ec7d(0x1ed)]=!0x1,this[_0x36ec7d(0x1cd)]=!0x0,this[_0x36ec7d(0x1f9)][_0x36ec7d(0x1f8)]=!0x0,this[_0x36ec7d(0x1d5)][_0x36ec7d(0x1f8)]=!0x0,this[_0x36ec7d(0x1f9)][_0x36ec7d(0x1db)]();}[_0x48711b(0x1de)](){const _0x49189f=_0x48711b,_0x5ee71e=this[_0x49189f(0x1d7)];this[_0x49189f(0x1cd)]=!0x1,this[_0x49189f(0x1cb)]='',this[_0x49189f(0x1ef)][_0x49189f(0x1b9)](),this[_0x49189f(0x1cc)]&&(this[_0x49189f(0x1ef)][_0x49189f(0x1ea)][_0x49189f(0x1c7)]=_0x57f408(_0x5ee71e,_0x49189f(0x1d1)));}[_0x48711b(0x1bb)](_0x148795){const _0x34b47a=_0x48711b,_0x34b4f2=this[_0x34b47a(0x1d7)];this[_0x34b47a(0x1de)](),this[_0x34b47a(0x1ed)]=!0x0,this[_0x34b47a(0x1cf)][_0x34b47a(0x1b6)]=_0x148795||_0x57f408(_0x34b4f2,_0x34b47a(0x204)),this[_0x34b47a(0x1cc)]||(this[_0x34b47a(0x1f9)][_0x34b47a(0x1f8)]=!0x1);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x48d8(){const _0x4e6fdd=['5825uTBRVK','children','53510xwibuu','execute','34HimsyY','3849942fieyGn','265860YVOEGH','2456RBPJJN','1511224AkjrmF','prompt','locale','set','fire','add','17008AOfUKk','2863260fMaONZ','3708cnltmt'];_0x48d8=function(){return _0x4e6fdd;};return _0x48d8();}(function(_0x4af490,_0x2048eb){const _0x33dbba=_0x1a97,_0x4edabf=_0x4af490();while(!![]){try{const _0x126ae9=-parseInt(_0x33dbba(0xa3))/0x1*(-parseInt(_0x33dbba(0x9c))/0x2)+parseInt(_0x33dbba(0x9d))/0x3+-parseInt(_0x33dbba(0xa6))/0x4*(-parseInt(_0x33dbba(0x9f))/0x5)+parseInt(_0x33dbba(0xa4))/0x6+-parseInt(_0x33dbba(0xa5))/0x7+parseInt(_0x33dbba(0x96))/0x8+parseInt(_0x33dbba(0x9e))/0x9*(-parseInt(_0x33dbba(0xa1))/0xa);if(_0x126ae9===_0x2048eb)break;else _0x4edabf['push'](_0x4edabf['shift']());}catch(_0x290835){_0x4edabf['push'](_0x4edabf['shift']());}}}(_0x48d8,0x85812));function _0x1a97(_0x340c9b,_0x51b303){const _0x48d8e4=_0x48d8();return _0x1a97=function(_0x1a97c8,_0x25ea82){_0x1a97c8=_0x1a97c8-0x96;let _0x238849=_0x48d8e4[_0x1a97c8];return _0x238849;},_0x1a97(_0x340c9b,_0x51b303);}import{ListItemView as _0x334b0e,ButtonView as _0x292e11,ButtonLabelView as _0x25f5ff}from'ckeditor5/src/ui.js';import{unescape as _0x1a4276}from'es-toolkit/compat';export class AIHistoryListItemView extends _0x334b0e{constructor(_0x5472b1){const _0x10a90a=_0x1a97;super();const _0x5aef42=new _0x25f5ff(),_0x3584b6=new _0x292e11(this[_0x10a90a(0x98)],_0x5aef42);this[_0x10a90a(0xa0)][_0x10a90a(0x9b)](_0x3584b6),_0x3584b6[_0x10a90a(0x99)]({'label':_0x5472b1[_0x10a90a(0x97)],'withText':!0x0}),_0x3584b6['on'](_0x10a90a(0xa2),()=>{const _0x361897=_0x10a90a;this[_0x361897(0x9a)](_0x361897(0xa2),{'value':_0x1a4276(_0x5472b1[_0x361897(0x97)])});});}}
23
+ (function(_0x3caada,_0x4daa66){const _0x571bd1=_0x2ec4,_0x190ad3=_0x3caada();while(!![]){try{const _0x2f9e6e=-parseInt(_0x571bd1(0xba))/0x1+parseInt(_0x571bd1(0xb9))/0x2+parseInt(_0x571bd1(0xc1))/0x3*(-parseInt(_0x571bd1(0xc3))/0x4)+parseInt(_0x571bd1(0xc2))/0x5+-parseInt(_0x571bd1(0xbc))/0x6*(parseInt(_0x571bd1(0xbd))/0x7)+parseInt(_0x571bd1(0xbb))/0x8+parseInt(_0x571bd1(0xc0))/0x9*(parseInt(_0x571bd1(0xb8))/0xa);if(_0x2f9e6e===_0x4daa66)break;else _0x190ad3['push'](_0x190ad3['shift']());}catch(_0x1e6d58){_0x190ad3['push'](_0x190ad3['shift']());}}}(_0x1d79,0x8af3a));import{ListItemView as _0x4044c7,ButtonView as _0x4779ef,ButtonLabelView as _0x59a8e3}from'ckeditor5/src/ui.js';function _0x1d79(){const _0x52cac0=['784020aTvMlE','156932AHliqY','prompt','locale','execute','children','fire','730sCibVy','768180IOyEDr','1108076UulZno','6579968agnMQk','252krqsAH','13853kgLqcB','set','add','140841YZaBfQ','57xYRrrK'];_0x1d79=function(){return _0x52cac0;};return _0x1d79();}function _0x2ec4(_0x41670f,_0x1f4861){const _0x1d79df=_0x1d79();return _0x2ec4=function(_0x2ec436,_0x20997b){_0x2ec436=_0x2ec436-0xb8;let _0x5dcb56=_0x1d79df[_0x2ec436];return _0x5dcb56;},_0x2ec4(_0x41670f,_0x1f4861);}import{unescape as _0x4672fc}from'es-toolkit/compat';export class AIHistoryListItemView extends _0x4044c7{constructor(_0x2d1df0){const _0x2f6644=_0x2ec4;super();const _0x87b40c=new _0x59a8e3(),_0x440bec=new _0x4779ef(this[_0x2f6644(0xc5)],_0x87b40c);this[_0x2f6644(0xc7)][_0x2f6644(0xbf)](_0x440bec),_0x440bec[_0x2f6644(0xbe)]({'label':_0x2d1df0[_0x2f6644(0xc4)],'withText':!0x0}),_0x440bec['on'](_0x2f6644(0xc6),()=>{const _0x584d26=_0x2f6644;this[_0x584d26(0xc8)](_0x584d26(0xc6),{'value':_0x4672fc(_0x2d1df0[_0x584d26(0xc4)])});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3e4c9d=_0x43c2;(function(_0x2eda76,_0x2d8656){const _0x287550=_0x43c2,_0x2be111=_0x2eda76();while(!![]){try{const _0x43d23e=parseInt(_0x287550(0xfe))/0x1+parseInt(_0x287550(0xec))/0x2+-parseInt(_0x287550(0xeb))/0x3*(-parseInt(_0x287550(0xe9))/0x4)+-parseInt(_0x287550(0xe6))/0x5+-parseInt(_0x287550(0xfc))/0x6*(parseInt(_0x287550(0xef))/0x7)+parseInt(_0x287550(0xf6))/0x8+-parseInt(_0x287550(0xf0))/0x9;if(_0x43d23e===_0x2d8656)break;else _0x2be111['push'](_0x2be111['shift']());}catch(_0x1c9458){_0x2be111['push'](_0x2be111['shift']());}}}(_0x3cf9,0x5d0d0));function _0x43c2(_0x2a6a4f,_0x3a1624){const _0x3cf9c5=_0x3cf9();return _0x43c2=function(_0x43c2df,_0xe93745){_0x43c2df=_0x43c2df-0xe6;let _0x52d551=_0x3cf9c5[_0x43c2df];return _0x52d551;},_0x43c2(_0x2a6a4f,_0x3a1624);}function _0x3cf9(){const _0x1e80e6=['Prompt\x20history','2688644NAzCbD','locale','3HQgFSH','1077856DqJsbm','execute','Clear','3556WAHvcp','15924573VUtNtA','historyGroupView','fire','clearHistory','_createClearHistoryButton','delegate','5598896dxXEJY','clearHistoryButton','set','items','children','add','3144QjfUXa','filter','760543QxqVnf','length','1273845NcBzak','label'];_0x3cf9=function(){return _0x1e80e6;};return _0x3cf9();}import{ListView as _0x727d8b,ListItemGroupView as _0x17fb91,ButtonView as _0x341030}from'ckeditor5/src/ui.js';import{getTranslation as _0x51950c}from'../../utils/common-translations.js';export class AIHistoryListView extends _0x727d8b{[_0x3e4c9d(0xf1)];[_0x3e4c9d(0xf7)];constructor(_0x39b2b8){const _0x693ade=_0x3e4c9d;super(_0x39b2b8),this[_0x693ade(0xf7)]=this[_0x693ade(0xf4)](),this[_0x693ade(0xf1)]=new _0x17fb91(),this[_0x693ade(0xf1)][_0x693ade(0xfa)][_0x693ade(0xfb)](this[_0x693ade(0xf7)],0x1),this[_0x693ade(0xf1)][_0x693ade(0xe7)]=_0x51950c(_0x39b2b8,_0x693ade(0xe8)),this[_0x693ade(0xf1)][_0x693ade(0xf9)][_0x693ade(0xf5)](_0x693ade(0xed))['to'](this),this[_0x693ade(0xf9)][_0x693ade(0xfb)](this[_0x693ade(0xf1)]);}[_0x3e4c9d(0xfd)](){const _0x2ab646=_0x3e4c9d;let _0x4c221d=0x0;for(const _0x35405e of this[_0x2ab646(0xf9)])_0x4c221d+=_0x35405e[_0x2ab646(0xf9)][_0x2ab646(0xff)];return{'resultsCount':_0x4c221d,'totalItemsCount':_0x4c221d};}[_0x3e4c9d(0xf4)](){const _0x243df4=_0x3e4c9d,_0x2ccf87=this[_0x243df4(0xea)],_0x14ad75=new _0x341030(this[_0x243df4(0xea)]);return _0x14ad75[_0x243df4(0xf8)]({'label':'('+_0x51950c(_0x2ccf87,_0x243df4(0xee))+')','withText':!0x0}),_0x14ad75['on'](_0x243df4(0xed),()=>this[_0x243df4(0xf2)](_0x243df4(0xf3))),_0x14ad75;}}
23
+ function _0x5ae3(){const _0x4bb96e=['clearHistory','add','224661cPLiQb','length','6zipXTU','3704094EmjIlR','delegate','24nAGGEk','1600336WAWlRv','1216265eAfFLT','historyGroupView','296804kjtoya','41107kpGLqm','20eDoxKk','clearHistoryButton','execute','10985754IKKYdt','Prompt\x20history','items','fire','28PBeVHy','2388jnXmXl','locale','filter','label','Clear','children','12ugfraY','_createClearHistoryButton','set'];_0x5ae3=function(){return _0x4bb96e;};return _0x5ae3();}function _0x2b2d(_0x454b9e,_0x591290){const _0x5ae3e3=_0x5ae3();return _0x2b2d=function(_0x2b2d8d,_0x47d81d){_0x2b2d8d=_0x2b2d8d-0x126;let _0x57786f=_0x5ae3e3[_0x2b2d8d];return _0x57786f;},_0x2b2d(_0x454b9e,_0x591290);}const _0x1b8cfe=_0x2b2d;(function(_0x958543,_0x546bb4){const _0x30572c=_0x2b2d,_0x5708fe=_0x958543();while(!![]){try{const _0x23d887=parseInt(_0x30572c(0x141))/0x1*(parseInt(_0x30572c(0x143))/0x2)+-parseInt(_0x30572c(0x128))/0x3*(parseInt(_0x30572c(0x12c))/0x4)+-parseInt(_0x30572c(0x12a))/0x5*(-parseInt(_0x30572c(0x13c))/0x6)+-parseInt(_0x30572c(0x135))/0x7*(parseInt(_0x30572c(0x129))/0x8)+parseInt(_0x30572c(0x126))/0x9*(parseInt(_0x30572c(0x12e))/0xa)+-parseInt(_0x30572c(0x12d))/0xb*(-parseInt(_0x30572c(0x136))/0xc)+-parseInt(_0x30572c(0x131))/0xd;if(_0x23d887===_0x546bb4)break;else _0x5708fe['push'](_0x5708fe['shift']());}catch(_0x1d8d07){_0x5708fe['push'](_0x5708fe['shift']());}}}(_0x5ae3,0x77402));import{ListView as _0x30d99c,ListItemGroupView as _0x41cd37,ButtonView as _0x6be3b2}from'ckeditor5/src/ui.js';import{getTranslation as _0x273790}from'../../utils/common-translations.js';export class AIHistoryListView extends _0x30d99c{[_0x1b8cfe(0x12b)];[_0x1b8cfe(0x12f)];constructor(_0x28b647){const _0x5863f3=_0x1b8cfe;super(_0x28b647),this[_0x5863f3(0x12f)]=this[_0x5863f3(0x13d)](),this[_0x5863f3(0x12b)]=new _0x41cd37(),this[_0x5863f3(0x12b)][_0x5863f3(0x13b)][_0x5863f3(0x140)](this[_0x5863f3(0x12f)],0x1),this[_0x5863f3(0x12b)][_0x5863f3(0x139)]=_0x273790(_0x28b647,_0x5863f3(0x132)),this[_0x5863f3(0x12b)][_0x5863f3(0x133)][_0x5863f3(0x127)](_0x5863f3(0x130))['to'](this),this[_0x5863f3(0x133)][_0x5863f3(0x140)](this[_0x5863f3(0x12b)]);}[_0x1b8cfe(0x138)](){const _0x15b119=_0x1b8cfe;let _0x323b55=0x0;for(const _0x2a76e6 of this[_0x15b119(0x133)])_0x323b55+=_0x2a76e6[_0x15b119(0x133)][_0x15b119(0x142)];return{'resultsCount':_0x323b55,'totalItemsCount':_0x323b55};}[_0x1b8cfe(0x13d)](){const _0x5e81ca=_0x1b8cfe,_0x63a243=this[_0x5e81ca(0x137)],_0xebd349=new _0x6be3b2(this[_0x5e81ca(0x137)]);return _0xebd349[_0x5e81ca(0x13e)]({'label':'('+_0x273790(_0x63a243,_0x5e81ca(0x13a))+')','withText':!0x0}),_0xebd349['on'](_0x5e81ca(0x130),()=>this[_0x5e81ca(0x134)](_0x5e81ca(0x13f))),_0xebd349;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1128(_0x1213ea,_0x2cc55b){const _0x39adba=_0x39ad();return _0x1128=function(_0x112831,_0x460761){_0x112831=_0x112831-0xd9;let _0x193553=_0x39adba[_0x112831];return _0x193553;},_0x1128(_0x1213ea,_0x2cc55b);}const _0xe467ec=_0x1128;(function(_0x2c34d8,_0x186e95){const _0x36eb00=_0x1128,_0x3d1bea=_0x2c34d8();while(!![]){try{const _0x6fe963=parseInt(_0x36eb00(0xea))/0x1*(parseInt(_0x36eb00(0xe1))/0x2)+-parseInt(_0x36eb00(0xdc))/0x3*(parseInt(_0x36eb00(0xf0))/0x4)+-parseInt(_0x36eb00(0xed))/0x5*(-parseInt(_0x36eb00(0xef))/0x6)+-parseInt(_0x36eb00(0xe3))/0x7+parseInt(_0x36eb00(0xe2))/0x8*(parseInt(_0x36eb00(0xe0))/0x9)+parseInt(_0x36eb00(0xdd))/0xa+parseInt(_0x36eb00(0xe6))/0xb;if(_0x6fe963===_0x186e95)break;else _0x3d1bea['push'](_0x3d1bea['shift']());}catch(_0x24fc07){_0x3d1bea['push'](_0x3d1bea['shift']());}}}(_0x39ad,0xe8357));import{Collection as _0x5c7ca3}from'ckeditor5/src/utils.js';const So=_0xe467ec(0xf3);export class PromptHistory extends _0x5c7ca3{constructor(){const _0x298afc=_0xe467ec;super(),this[_0x298afc(0xee)](),this['on'](_0x298afc(0xec),(_0xa283f7,_0x493bee)=>{const _0x5642ef=_0x298afc,_0x2e1555=fo(_0x493bee[_0x5642ef(0xe9)]);for(const _0x1221b7 of this)if(_0x1221b7!=_0x493bee&&fo(_0x1221b7[_0x5642ef(0xe9)])===_0x2e1555){this[_0x5642ef(0xd9)](_0x1221b7);break;}this[_0x5642ef(0xde)]>0x14&&this[_0x5642ef(0xd9)](this[_0x5642ef(0xdb)]),this[_0x5642ef(0xe4)]();}),this['on'](_0x298afc(0xd9),()=>{const _0x1a5ba3=_0x298afc;this[_0x1a5ba3(0xe4)]();});}[_0xe467ec(0xee)](){const _0x325ea3=_0xe467ec,_0x141e29=sessionStorage[_0x325ea3(0xe8)](So)||'[]';this[_0x325ea3(0xe7)](JSON[_0x325ea3(0xe5)](_0x141e29));}[_0xe467ec(0xe4)](){const _0xd0673d=_0xe467ec;sessionStorage[_0xd0673d(0xda)](So,JSON[_0xd0673d(0xeb)](this[_0xd0673d(0xdf)](_0x26eba9=>_0x26eba9)));}}function fo(_0x2aca16){const _0x2cfef7=_0xe467ec;return _0x2aca16[_0x2cfef7(0xf2)]()[_0x2cfef7(0xf1)]();}function _0x39ad(){const _0x9bc198=['_saveToSessionStorage','parse','20748970sHHWDX','addMany','getItem','prompt','2ERwKTE','stringify','add','1745FNoqWp','_loadFromSessionStorage','19566xNvVgv','9324aMkiSA','trim','toLowerCase','CKEditor/AIFormView/PromptHistory','remove','setItem','last','2073PQTOdC','2491180PXcFcQ','length','map','6219FXpOFS','498202NqKuTg','4376Boutpr','11114656ZfOnwJ'];_0x39ad=function(){return _0x9bc198;};return _0x39ad();}
23
+ const _0x3e07d5=_0xe163;function _0xe163(_0x17f269,_0x4f2f4c){const _0xaa3afa=_0xaa3a();return _0xe163=function(_0xe163c2,_0x441bb7){_0xe163c2=_0xe163c2-0x1b3;let _0x319d83=_0xaa3afa[_0xe163c2];return _0x319d83;},_0xe163(_0x17f269,_0x4f2f4c);}function _0xaa3a(){const _0x33aadf=['2239390jrRqBL','_loadFromSessionStorage','map','_saveToSessionStorage','1004778EQuRWA','add','parse','addMany','765146npmash','last','stringify','getItem','79876gRtwnu','434UQMAWa','6WLTXmg','5036420YGsHmV','remove','toLowerCase','112488PGCSBT','prompt','length','104nKiaYn','CKEditor/AIFormView/PromptHistory','11835WhkNpe','setItem','trim'];_0xaa3a=function(){return _0x33aadf;};return _0xaa3a();}(function(_0x49c081,_0x5444cc){const _0x4feec5=_0xe163,_0x262049=_0x49c081();while(!![]){try{const _0x54a035=-parseInt(_0x4feec5(0x1bc))/0x1+parseInt(_0x4feec5(0x1b8))/0x2+parseInt(_0x4feec5(0x1c7))/0x3*(parseInt(_0x4feec5(0x1c5))/0x4)+parseInt(_0x4feec5(0x1ca))/0x5*(-parseInt(_0x4feec5(0x1be))/0x6)+parseInt(_0x4feec5(0x1bd))/0x7*(parseInt(_0x4feec5(0x1c2))/0x8)+parseInt(_0x4feec5(0x1b4))/0x9+-parseInt(_0x4feec5(0x1bf))/0xa;if(_0x54a035===_0x5444cc)break;else _0x262049['push'](_0x262049['shift']());}catch(_0x51a19c){_0x262049['push'](_0x262049['shift']());}}}(_0xaa3a,0x6abb3));import{Collection as _0x2c5c92}from'ckeditor5/src/utils.js';const Ko=_0x3e07d5(0x1c6);export class PromptHistory extends _0x2c5c92{constructor(){const _0x9b41ae=_0x3e07d5;super(),this[_0x9b41ae(0x1cb)](),this['on'](_0x9b41ae(0x1b5),(_0x2dea8e,_0x43a44d)=>{const _0x2e7840=_0x9b41ae,_0x18c47e=Qo(_0x43a44d[_0x2e7840(0x1c3)]);for(const _0x5117fa of this)if(_0x5117fa!=_0x43a44d&&Qo(_0x5117fa[_0x2e7840(0x1c3)])===_0x18c47e){this[_0x2e7840(0x1c0)](_0x5117fa);break;}this[_0x2e7840(0x1c4)]>0x14&&this[_0x2e7840(0x1c0)](this[_0x2e7840(0x1b9)]),this[_0x2e7840(0x1b3)]();}),this['on'](_0x9b41ae(0x1c0),()=>{const _0x3e9fd3=_0x9b41ae;this[_0x3e9fd3(0x1b3)]();});}[_0x3e07d5(0x1cb)](){const _0x4155db=_0x3e07d5,_0xfcbc3e=sessionStorage[_0x4155db(0x1bb)](Ko)||'[]';this[_0x4155db(0x1b7)](JSON[_0x4155db(0x1b6)](_0xfcbc3e));}[_0x3e07d5(0x1b3)](){const _0x1c7b6a=_0x3e07d5;sessionStorage[_0x1c7b6a(0x1c8)](Ko,JSON[_0x1c7b6a(0x1ba)](this[_0x1c7b6a(0x1cc)](_0x103a6f=>_0x103a6f)));}}function Qo(_0x545d31){const _0x10c59a=_0x3e07d5;return _0x545d31[_0x10c59a(0x1c1)]()[_0x10c59a(0x1c9)]();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5a21(_0x426ddc,_0x315f2f){const _0x2795b8=_0x2795();return _0x5a21=function(_0x5a2107,_0x330090){_0x5a2107=_0x5a2107-0x1e7;let _0xdefa6a=_0x2795b8[_0x5a2107];return _0xdefa6a;},_0x5a21(_0x426ddc,_0x315f2f);}function _0x2795(){const _0x14fb04=['1734QovtAJ','24OVJuSW','isEmpty','enabledCommandsIds','change:_hasContext','refresh','showUI','getFirstRange','27017925iowUwz','6VvvoTz','isEnabled','selection','config','hasContent','set','includes','getItems','10cJkHSP','length','_commandDefinitions','523KIuKPr','2676755QfGHJb','3869811rIMArR','change:isEnabled','getSelectedBlocks','custom','getRanges','execute','_hasContext','editor','252957ZFliRn','from','get','8091240cFiypy','ai.assistant.disabledElements','requiresContent','name','add','element','document','plugins','values','4778074UMwgyu','model','isCollapsed'];_0x2795=function(){return _0x14fb04;};return _0x2795();}const _0x532f56=_0x5a21;(function(_0x1bf1ac,_0x2fa18c){const _0x2952f1=_0x5a21,_0x374d2e=_0x1bf1ac();while(!![]){try{const _0x5978bb=-parseInt(_0x2952f1(0x20e))/0x1*(-parseInt(_0x2952f1(0x1fa))/0x2)+parseInt(_0x2952f1(0x1eb))/0x3*(parseInt(_0x2952f1(0x1fb))/0x4)+-parseInt(_0x2952f1(0x20f))/0x5*(parseInt(_0x2952f1(0x203))/0x6)+-parseInt(_0x2952f1(0x1f7))/0x7+-parseInt(_0x2952f1(0x1ee))/0x8+parseInt(_0x2952f1(0x210))/0x9*(-parseInt(_0x2952f1(0x20b))/0xa)+parseInt(_0x2952f1(0x202))/0xb;if(_0x5978bb===_0x2fa18c)break;else _0x374d2e['push'](_0x374d2e['shift']());}catch(_0x4ee5e3){_0x374d2e['push'](_0x374d2e['shift']());}}}(_0x2795,0xb89f5));import{Command as _0x55ee81}from'ckeditor5/src/core.js';import{AIAssistantUI as _0x33094a}from'../aiassistantui.js';export class ShowAIAssistantCommand extends _0x55ee81{[_0x532f56(0x20d)];constructor(_0x289f33,_0x3c01a5){const _0x450427=_0x532f56;super(_0x289f33),this[_0x450427(0x20d)]=_0x3c01a5,this[_0x450427(0x208)](_0x450427(0x1fd),[]),this['on'](_0x450427(0x1fe),(_0x812149,_0x1f91f3,_0x52c8a1)=>{const _0x8f0f48=_0x450427;this[_0x8f0f48(0x204)]&&(this[_0x8f0f48(0x1fd)]=cs(this[_0x8f0f48(0x20d)],_0x52c8a1));}),this[_0x450427(0x208)](_0x450427(0x1e9),!0x1),this['on'](_0x450427(0x211),(_0x558ec0,_0x347693,_0xf358fc)=>{const _0x23f8e3=_0x450427;this[_0x23f8e3(0x1fd)]=_0xf358fc?cs(this[_0x23f8e3(0x20d)],this[_0x23f8e3(0x1e9)]):[];});}[_0x532f56(0x1ff)](){const _0x2b5772=_0x532f56,_0x534d11=this[_0x2b5772(0x1ea)][_0x2b5772(0x1f8)];this[_0x2b5772(0x1e9)]=function(_0x2a829c){const _0x494907=_0x2b5772,_0x4fc596=_0x2a829c[_0x494907(0x1f4)][_0x494907(0x205)];return _0x4fc596[_0x494907(0x1f9)]?0x0!==[..._0x4fc596[_0x494907(0x212)]()][_0x494907(0x20c)]&&![..._0x4fc596[_0x494907(0x212)]()][0x0][_0x494907(0x1fc)]:!!_0x2a829c[_0x494907(0x207)](_0x4fc596[_0x494907(0x201)]());}(_0x534d11);const _0x56a470=_0x534d11[_0x2b5772(0x1f4)][_0x2b5772(0x205)],_0x5342dc=this[_0x2b5772(0x1ea)][_0x2b5772(0x206)][_0x2b5772(0x1ed)](_0x2b5772(0x1ef));for(const _0x2986c6 of _0x56a470[_0x2b5772(0x1e7)]())for(const _0x2a4705 of _0x2986c6[_0x2b5772(0x20a)]())if(_0x2a4705['is'](_0x2b5772(0x1f3))&&_0x5342dc[_0x2b5772(0x209)](_0x2a4705[_0x2b5772(0x1f1)]))return void(this[_0x2b5772(0x204)]=!0x1);this[_0x2b5772(0x204)]=!0x0;}[_0x532f56(0x1e8)](_0x215b9e='',_0x4a2fd6='',_0x54ca18=_0x532f56(0x213)){const _0x44562a=_0x532f56;this[_0x44562a(0x1ea)][_0x44562a(0x1f5)][_0x44562a(0x1ed)](_0x33094a)[_0x44562a(0x200)](_0x215b9e,_0x4a2fd6,_0x54ca18);}}function cs(_0x195486,_0x18eb85){const _0x5a691b=_0x532f56,_0x9e7807=new Set();for(const _0x4fd345 of _0x195486[_0x5a691b(0x1f6)]())(_0x18eb85||!0x1===_0x4fd345[_0x5a691b(0x1f0)])&&_0x9e7807[_0x5a691b(0x1f2)](_0x4fd345['id']);return Array[_0x5a691b(0x1ec)](_0x9e7807);}
23
+ const _0x403fa5=_0x2842;(function(_0xd7a551,_0x4c1c83){const _0x2949f2=_0x2842,_0x4bfa2a=_0xd7a551();while(!![]){try{const _0x4dfad2=-parseInt(_0x2949f2(0x19b))/0x1*(parseInt(_0x2949f2(0x187))/0x2)+-parseInt(_0x2949f2(0x191))/0x3*(-parseInt(_0x2949f2(0x175))/0x4)+parseInt(_0x2949f2(0x179))/0x5+-parseInt(_0x2949f2(0x18e))/0x6*(parseInt(_0x2949f2(0x189))/0x7)+parseInt(_0x2949f2(0x197))/0x8+-parseInt(_0x2949f2(0x19e))/0x9*(parseInt(_0x2949f2(0x174))/0xa)+-parseInt(_0x2949f2(0x182))/0xb*(-parseInt(_0x2949f2(0x17e))/0xc);if(_0x4dfad2===_0x4c1c83)break;else _0x4bfa2a['push'](_0x4bfa2a['shift']());}catch(_0x1487c5){_0x4bfa2a['push'](_0x4bfa2a['shift']());}}}(_0x39ff,0x976ba));import{Command as _0x25406f}from'ckeditor5/src/core.js';function _0x2842(_0x3fd1b9,_0x4be1e0){const _0x39ffc5=_0x39ff();return _0x2842=function(_0x28422b,_0x58c297){_0x28422b=_0x28422b-0x172;let _0x1133d6=_0x39ffc5[_0x28422b];return _0x1133d6;},_0x2842(_0x3fd1b9,_0x4be1e0);}import{AIAssistantUI as _0x37355a}from'../aiassistantui.js';export class ShowAIAssistantCommand extends _0x25406f{[_0x403fa5(0x183)];constructor(_0x1e9ee9,_0x3e73b0){const _0x37090a=_0x403fa5;super(_0x1e9ee9),this[_0x37090a(0x183)]=_0x3e73b0,this[_0x37090a(0x19d)](_0x37090a(0x194),[]),this['on'](_0x37090a(0x193),(_0x49b727,_0x2cfd18,_0x292ea3)=>{const _0x36d7d6=_0x37090a;this[_0x36d7d6(0x186)]&&(this[_0x36d7d6(0x194)]=Cs(this[_0x36d7d6(0x183)],_0x292ea3));}),this[_0x37090a(0x19d)](_0x37090a(0x19a),!0x1),this['on'](_0x37090a(0x199),(_0x5cbce0,_0x2e6676,_0x1191cb)=>{const _0x55d7d5=_0x37090a;this[_0x55d7d5(0x194)]=_0x1191cb?Cs(this[_0x55d7d5(0x183)],this[_0x55d7d5(0x19a)]):[];});}[_0x403fa5(0x177)](){const _0x40403a=_0x403fa5,_0x1d0f59=this[_0x40403a(0x173)][_0x40403a(0x188)];this[_0x40403a(0x19a)]=function(_0x47404f){const _0x255dff=_0x40403a,_0x237b9a=_0x47404f[_0x255dff(0x17b)][_0x255dff(0x180)];return _0x237b9a[_0x255dff(0x18d)]?0x0!==[..._0x237b9a[_0x255dff(0x17d)]()][_0x255dff(0x17c)]&&![..._0x237b9a[_0x255dff(0x17d)]()][0x0][_0x255dff(0x195)]:!!_0x47404f[_0x255dff(0x17f)](_0x237b9a[_0x255dff(0x190)]());}(_0x1d0f59);const _0x1ebd1f=_0x1d0f59[_0x40403a(0x17b)][_0x40403a(0x180)],_0x543899=this[_0x40403a(0x173)][_0x40403a(0x185)][_0x40403a(0x196)](_0x40403a(0x19f));for(const _0x468668 of _0x1ebd1f[_0x40403a(0x18c)]())for(const _0x5470c2 of _0x468668[_0x40403a(0x18b)]())if(_0x5470c2['is'](_0x40403a(0x18a))&&_0x543899[_0x40403a(0x181)](_0x5470c2[_0x40403a(0x178)]))return void(this[_0x40403a(0x186)]=!0x1);this[_0x40403a(0x186)]=!0x0;}[_0x403fa5(0x19c)](_0x206195='',_0x5df699='',_0xac32ce=_0x403fa5(0x176)){const _0x416a05=_0x403fa5;this[_0x416a05(0x173)][_0x416a05(0x17a)][_0x416a05(0x196)](_0x37355a)[_0x416a05(0x172)](_0x206195,_0x5df699,_0xac32ce);}}function Cs(_0xbd2d21,_0x1949ea){const _0x184161=_0x403fa5,_0x256380=new Set();for(const _0x27bb60 of _0xbd2d21[_0x184161(0x18f)]())(_0x1949ea||!0x1===_0x27bb60[_0x184161(0x184)])&&_0x256380[_0x184161(0x192)](_0x27bb60['id']);return Array[_0x184161(0x198)](_0x256380);}function _0x39ff(){const _0x48a7f9=['getFirstRange','3DVlDzN','add','change:_hasContext','enabledCommandsIds','isEmpty','get','7937904jeNipU','from','change:isEnabled','_hasContext','7XMsTOy','execute','set','26415iHqcQJ','ai.assistant.disabledElements','showUI','editor','1470YgiJhp','3157628UHiqrR','custom','refresh','name','245620zhLrYH','plugins','document','length','getSelectedBlocks','6646668VSASui','hasContent','selection','includes','11JNRssL','_commandDefinitions','requiresContent','config','isEnabled','287740jEHqTx','model','2281335dvjSGn','element','getItems','getRanges','isCollapsed','6RpGaGn','values'];_0x39ff=function(){return _0x48a7f9;};return _0x39ff();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x18d597=_0x31f6;function _0x31f6(_0x20fccf,_0xbc1641){const _0x3a77af=_0x3a77();return _0x31f6=function(_0x31f6a5,_0x404af9){_0x31f6a5=_0x31f6a5-0x19d;let _0x4dd311=_0x3a77af[_0x31f6a5];return _0x4dd311;},_0x31f6(_0x20fccf,_0xbc1641);}(function(_0x4fa806,_0x410751){const _0x577307=_0x31f6,_0x140521=_0x4fa806();while(!![]){try{const _0x464b8e=parseInt(_0x577307(0x1d5))/0x1*(-parseInt(_0x577307(0x1e2))/0x2)+-parseInt(_0x577307(0x1aa))/0x3*(-parseInt(_0x577307(0x1c8))/0x4)+parseInt(_0x577307(0x1ca))/0x5+-parseInt(_0x577307(0x1d0))/0x6*(-parseInt(_0x577307(0x1b6))/0x7)+-parseInt(_0x577307(0x1b2))/0x8+parseInt(_0x577307(0x1d3))/0x9+parseInt(_0x577307(0x1fd))/0xa*(-parseInt(_0x577307(0x1c3))/0xb);if(_0x464b8e===_0x410751)break;else _0x140521['push'](_0x140521['shift']());}catch(_0x278042){_0x140521['push'](_0x140521['shift']());}}}(_0x3a77,0x68b90));import{ContextPlugin as _0x2b405a}from'ckeditor5/src/core.js';import{AIConnector as _0x36fa77}from'../aicore/aiconnector.js';import{AIEditing as _0x191fbf}from'../aicore/aiediting.js';import{AI_BALLOON_VIEW_EVENT_NAMES as _0xf8fad7,AIBalloonView as _0x1dae2f}from'./ui/aiballoonview.js';function _0x3a77(){const _0x15f068=['426659TIprRz','requires','_setupVisualSelection','markers','icon','isEqual','_getSelectionElements','max','ai-balloon','open','\x20ai-balloon-rotator','_cleanupMarkerRemovalListener','round','2jKGEMs','differ','width','ai-selection:','height','bottom','isOpen','updatePosition','updateContent','render','ai-selection','listenTo','top','balloonView','Dialog','mainView','start','value','getBoundingRect','locale','plugins','headerView','content','window','AIEditing','_updateBalloon','show','40cKzQuq','end','isOfficialPlugin','editing','getMarkersGroup','_calculateDialogPosition','pluginName','getIntersection','index','_config','ai-balloon-selection','ai-balloon-','delegate','commands','ranges','showBlockingError','title','trackChanges','off','hideFakeVisualSelection','getVisible','rootName','hide','length','isTrackChangesOn','248181hkouSf','view','setupRotator','showFakeVisualSelection','_calculateOptimalTopPosition','_showDialog','filter','fire','3692584DqZhUr','iconView','left','isPremiumPlugin','44534lkrwfL','document','once','get','dialogClosed','root','startsWith','_setupMarkerRemovalListener','model','bind','label','_pendingRenderCallback','aiBalloon','193831mNwLvK','config','selectionRemoved','close','change','12jCfJhb','stopListening','2539640YcERCZ','showRotator','$graveyard','ai.availableReplyActions','_isUpdatingMarkers','AI_ACTIONS_SELECTION_REMOVED_ERROR','132hxJAJO','context','getChangedMarkers','4424283MGnbgt','AIBalloon'];_0x3a77=function(){return _0x15f068;};return _0x3a77();}import'../../theme/aiballoon/aiballoon.css';import{getAllMarkersDomElementsSorted as _0x3a41dc}from'ckeditor5-collaboration/src/collaboration-core.js';import{global as _0x257901,Rect as _0x372a19,scrollViewportToShowTarget as _0x7a343c}from'ckeditor5/src/utils.js';import{getEditorFromContext as _0x2a6d9a}from'../aicore/utils/geteditorfromcontext.js';import{AI_REPLY_ACTIONS as _0x55a705}from'../aichat/ui/feed/aichatfeedsuggestionitemactionsview.js';import{getTranslation as _0x264d57}from'../aicore/utils/common-translations.js';export const AI_BALLOON_EVENT_NAMES=[..._0xf8fad7,_0x18d597(0x1ba),_0x18d597(0x1c5)];const x=0xa;export class AIBalloon extends _0x2b405a{static get[_0x18d597(0x1d6)](){return[_0x36fa77,_0x191fbf];}static get[_0x18d597(0x203)](){const _0x497f07=_0x18d597;return _0x497f07(0x1d4);}static get[_0x18d597(0x1ff)](){return!0x0;}static get[_0x18d597(0x1b5)](){return!0x0;}[_0x18d597(0x1e8)]=!0x1;[_0x18d597(0x206)];[_0x18d597(0x1ce)]=!0x1;[_0x18d597(0x1c1)]=null;[_0x18d597(0x1de)](_0x20485f){const _0x2a064e=_0x18d597,_0x26a155=_0x2a6d9a(this[_0x2a064e(0x1d1)]);if(this[_0x2a064e(0x206)]=_0x20485f,this[_0x2a064e(0x1e8)])return void this[_0x2a064e(0x1fb)](_0x20485f);const _0x5891b8=this[_0x2a064e(0x1d1)][_0x2a064e(0x1c4)][_0x2a064e(0x1b9)](_0x2a064e(0x1cd))||[..._0x55a705],_0xcfc870=_0x26a155?.[_0x2a064e(0x19e)][_0x2a064e(0x1b9)](_0x2a064e(0x1a2)),_0x5b4e8f=_0xcfc870?.[_0x2a064e(0x1f3)];this[_0x2a064e(0x1ef)]=new _0x1dae2f(_0x26a155[_0x2a064e(0x1f5)],_0x20485f,_0x5891b8,!!_0x5b4e8f),this[_0x2a064e(0x1ef)][_0x2a064e(0x19d)](..._0xf8fad7)['to'](this),_0xcfc870&&this[_0x2a064e(0x1ef)][_0x2a064e(0x1bf)](_0x2a064e(0x1a9))['to'](_0xcfc870,_0x2a064e(0x1f3)),this[_0x2a064e(0x1af)](_0x20485f);}[_0x18d597(0x1c6)](){const _0x648937=_0x18d597;_0x2a6d9a(this[_0x648937(0x1d1)])[_0x648937(0x1f6)][_0x648937(0x1b9)](_0x648937(0x1f0))[_0x648937(0x1a7)]();}[_0x18d597(0x1fb)](_0x3551a8){const _0x52edb7=_0x18d597,_0x33bcf5=_0x2a6d9a(this[_0x52edb7(0x1d1)]),_0x2eedc8=_0x33bcf5[_0x52edb7(0x1f6)][_0x52edb7(0x1b9)](_0x52edb7(0x1f0));this[_0x52edb7(0x1c1)]&&(_0x33bcf5[_0x52edb7(0x200)][_0x52edb7(0x1ab)][_0x52edb7(0x1a3)](_0x52edb7(0x1eb),this[_0x52edb7(0x1c1)]),this[_0x52edb7(0x1c1)]=null),this[_0x52edb7(0x1ce)]=!0x0,_0x2eedc8[_0x52edb7(0x1ab)]?.[_0x52edb7(0x1f7)]&&(_0x2eedc8[_0x52edb7(0x1ab)][_0x52edb7(0x1f7)][_0x52edb7(0x1c0)]=_0x3551a8[_0x52edb7(0x1a1)],_0x2eedc8[_0x52edb7(0x1ab)][_0x52edb7(0x1f7)][_0x52edb7(0x1b3)]&&_0x3551a8[_0x52edb7(0x1d9)]&&(_0x2eedc8[_0x52edb7(0x1ab)][_0x52edb7(0x1f7)][_0x52edb7(0x1b3)][_0x52edb7(0x1f8)]=_0x3551a8[_0x52edb7(0x1d9)])),this[_0x52edb7(0x1ef)][_0x52edb7(0x1ea)](_0x3551a8[_0x52edb7(0x1f1)]),this[_0x52edb7(0x1d7)](_0x3551a8[_0x52edb7(0x19f)],_0x3551a8[_0x52edb7(0x205)]),this[_0x52edb7(0x1c1)]=()=>{const _0x4e2395=_0x52edb7;this[_0x4e2395(0x1ce)]=!0x1,this[_0x4e2395(0x1c1)]=null,_0x2eedc8[_0x4e2395(0x1ab)]&&_0x2eedc8[_0x4e2395(0x1ab)][_0x4e2395(0x1e9)]();},_0x33bcf5[_0x52edb7(0x200)][_0x52edb7(0x1ab)][_0x52edb7(0x1b8)](_0x52edb7(0x1eb),this[_0x52edb7(0x1c1)]);}[_0x18d597(0x1d7)](_0x2044a2,_0x577cca){const _0x73f3ca=_0x18d597;this[_0x73f3ca(0x1d1)][_0x73f3ca(0x1f6)][_0x73f3ca(0x1b9)](_0x191fbf)[_0x73f3ca(0x1ad)](_0x2044a2,_0x73f3ca(0x208)+_0x577cca,!0x0,!0x0);}[_0x18d597(0x1af)](_0x846ae2){const _0x4a1115=_0x18d597,_0x5d5638=_0x2a6d9a(this[_0x4a1115(0x1d1)]);this[_0x4a1115(0x1d7)](_0x846ae2[_0x4a1115(0x19f)],_0x846ae2[_0x4a1115(0x205)]);const _0xb5b0bf=this[_0x4a1115(0x1db)]();_0xb5b0bf&&_0xb5b0bf[0x0]&&_0x7a343c({'target':_0xb5b0bf[0x0],'ancestorOffset':0x14,'alignToTop':!0x0,'viewportOffset':{'top':0x14,'bottom':0x14,'left':0x0,'right':0x0}}),_0x5d5638[_0x4a1115(0x1f6)][_0x4a1115(0x1b9)](_0x4a1115(0x1f0))[_0x4a1115(0x1fc)]({'title':_0x846ae2[_0x4a1115(0x1a1)],'icon':_0x846ae2[_0x4a1115(0x1d9)],'hasCloseButton':!0x0,'id':_0x4a1115(0x1c2),'position':this[_0x4a1115(0x202)][_0x4a1115(0x1bf)](this),'className':_0x4a1115(0x1dd)+(_0x846ae2[_0x4a1115(0x1cb)]?_0x4a1115(0x1df):''),'content':this[_0x4a1115(0x1ef)],'onShow':_0x423810=>{const _0x5de683=_0x4a1115;_0x846ae2[_0x5de683(0x1cb)]&&this[_0x5de683(0x1ef)][_0x5de683(0x1ac)](_0x423810),this[_0x5de683(0x1bd)](),this[_0x5de683(0x1e8)]=!0x0;},'onHide':()=>{const _0x349ad8=_0x4a1115;this[_0x349ad8(0x1d1)][_0x349ad8(0x1f6)][_0x349ad8(0x1b9)](_0x349ad8(0x1fa))[_0x349ad8(0x1a4)](_0x349ad8(0x208)+this[_0x349ad8(0x206)][_0x349ad8(0x205)]),this[_0x349ad8(0x1e0)](),this[_0x349ad8(0x1b1)](_0x349ad8(0x1ba)),this[_0x349ad8(0x1e8)]=!0x1;}});}[_0x18d597(0x202)](_0x44122a,_0x51d33c){const _0x2ccf99=_0x18d597;if(!_0x51d33c)return null;const _0x574b7a=this[_0x2ccf99(0x1db)]();if(!_0x574b7a||0x0===_0x574b7a[_0x2ccf99(0x1a8)])return{'left':Math[_0x2ccf99(0x1e1)](_0x51d33c[_0x2ccf99(0x1b4)]+_0x51d33c[_0x2ccf99(0x1e4)]/0x2-_0x44122a[_0x2ccf99(0x1e4)]/0x2),'top':Math[_0x2ccf99(0x1e1)](_0x51d33c[_0x2ccf99(0x1ee)]+_0x51d33c[_0x2ccf99(0x1e6)]/0x2-_0x44122a[_0x2ccf99(0x1e6)]/0x2)};const _0x444cf3=Math[_0x2ccf99(0x1e1)](_0x51d33c[_0x2ccf99(0x1b4)]+_0x51d33c[_0x2ccf99(0x1e4)]/0x2-_0x44122a[_0x2ccf99(0x1e4)]/0x2),_0x186029=new _0x372a19(_0x574b7a[0x0]),_0x1c4593=new _0x372a19(_0x574b7a[_0x574b7a[_0x2ccf99(0x1a8)]-0x1]),_0x14488d=_0x44122a[_0x2ccf99(0x1e6)],_0x13e28e=this[_0x2ccf99(0x206)][_0x2ccf99(0x1cb)]?0x8:0x0;return{'left':_0x444cf3,'top':this[_0x2ccf99(0x1ae)](_0x186029,_0x1c4593,_0x14488d,_0x13e28e,_0x51d33c)};}[_0x18d597(0x1ae)](_0x3cb1cf,_0x59dfaf,_0x4c9ba4,_0x54569d=0x0,_0x1131ac){const _0x1f15f6=_0x18d597,_0x47ccba=_0x4c9ba4+_0x54569d,_0x500657=new _0x372a19(_0x257901[_0x1f15f6(0x1f9)]),_0x20667f=[_0x3cb1cf[_0x1f15f6(0x1a5)](),_0x59dfaf[_0x1f15f6(0x1a5)]()][_0x1f15f6(0x1b0)](_0x31711f=>_0x31711f),_0x54124c=_0x372a19[_0x1f15f6(0x1f4)](_0x20667f);if(!_0x54124c)return Math[_0x1f15f6(0x1e1)](_0x1131ac[_0x1f15f6(0x1ee)]+_0x1131ac[_0x1f15f6(0x1e6)]/0x2);const _0x4e00fd=_0x500657[_0x1f15f6(0x204)](_0x54124c);if(!_0x4e00fd)return Math[_0x1f15f6(0x1e1)](_0x1131ac[_0x1f15f6(0x1ee)]+_0x1131ac[_0x1f15f6(0x1e6)]/0x2);const _0x503e84=_0x1131ac[_0x1f15f6(0x1a5)](),_0x15e7b3=_0x503e84&&_0x54124c[_0x1f15f6(0x1e6)]>_0x503e84[_0x1f15f6(0x1e6)],_0x24316a=_0x4e00fd[_0x1f15f6(0x1ee)],_0x31e458=_0x4e00fd[_0x1f15f6(0x1e7)];if(_0x15e7b3){const _0x4a7331=(_0x503e84||_0x500657)[_0x1f15f6(0x1e6)]/0x2-_0x47ccba/0x2,_0x1bca64=_0x24316a-x-_0x1131ac[_0x1f15f6(0x1ee)],_0x421363=_0x1131ac[_0x1f15f6(0x1e7)]-_0x31e458-x;return _0x1bca64>=_0x47ccba?Math[_0x1f15f6(0x1dc)](x,_0x24316a-_0x47ccba-x):_0x421363>=_0x47ccba?_0x31e458+x:Math[_0x1f15f6(0x1dc)](x,_0x4a7331);}const _0x198d6b=_0x24316a-_0x47ccba,_0x47cacc=_0x1131ac[_0x1f15f6(0x1e7)]-_0x31e458-x,_0x15bbc3=_0x24316a-x-_0x1131ac[_0x1f15f6(0x1ee)];let _0x55f194;if(_0x47cacc>=_0x47ccba)_0x55f194=_0x31e458+x;else{if(_0x15bbc3>=_0x47ccba)_0x55f194=_0x198d6b-x;else _0x55f194=_0x24316a+_0x54124c[_0x1f15f6(0x1e6)]/0x2-_0x47ccba/0x2;}return _0x55f194;}[_0x18d597(0x1bd)](){const _0x20082f=_0x18d597,_0x37d193=_0x2a6d9a(this[_0x20082f(0x1d1)]);this[_0x20082f(0x1ed)](_0x37d193[_0x20082f(0x1be)][_0x20082f(0x1b7)],_0x20082f(0x1c7),()=>{const _0x5c296b=_0x20082f;if(this[_0x5c296b(0x1ce)])return;for(const {name:_0x1575ae,data:{newRange:_0x4bf15c}}of _0x37d193[_0x5c296b(0x1be)][_0x5c296b(0x1b7)][_0x5c296b(0x1e3)][_0x5c296b(0x1d2)]())if(_0x1575ae[_0x5c296b(0x1bc)](_0x5c296b(0x1e5))&&(_0x4bf15c&&(_0x4bf15c[_0x5c296b(0x1f2)][_0x5c296b(0x1da)](_0x4bf15c[_0x5c296b(0x1fe)])||_0x5c296b(0x1cc)==_0x4bf15c[_0x5c296b(0x1bb)][_0x5c296b(0x1a6)])||null==_0x4bf15c)){const _0x1e9393=_0x264d57(this[_0x5c296b(0x1d1)][_0x5c296b(0x1f5)],_0x5c296b(0x1cf));this[_0x5c296b(0x1ef)][_0x5c296b(0x1a0)](_0x1e9393),this[_0x5c296b(0x1b1)](_0x5c296b(0x1c5));}});}[_0x18d597(0x1e0)](){const _0x180552=_0x18d597,_0x35d775=_0x2a6d9a(this[_0x180552(0x1d1)]);this[_0x180552(0x1c9)](_0x35d775[_0x180552(0x1be)][_0x180552(0x1b7)]);}[_0x18d597(0x1db)](){const _0x53946f=_0x18d597,_0x167caf=_0x2a6d9a(this[_0x53946f(0x1d1)]);return _0x3a41dc(_0x167caf[_0x53946f(0x200)],[..._0x167caf[_0x53946f(0x1be)][_0x53946f(0x1d8)][_0x53946f(0x201)](_0x53946f(0x1ec)),..._0x167caf[_0x53946f(0x1be)][_0x53946f(0x1d8)][_0x53946f(0x201)](_0x53946f(0x207))]);}}
23
+ const _0x328cbd=_0xb404;(function(_0x4e01d9,_0x2aa558){const _0x100a11=_0xb404,_0x3789af=_0x4e01d9();while(!![]){try{const _0x5567dd=-parseInt(_0x100a11(0x10d))/0x1+parseInt(_0x100a11(0x116))/0x2+parseInt(_0x100a11(0x144))/0x3+-parseInt(_0x100a11(0x163))/0x4+-parseInt(_0x100a11(0x126))/0x5+parseInt(_0x100a11(0x117))/0x6*(parseInt(_0x100a11(0x157))/0x7)+parseInt(_0x100a11(0x12a))/0x8;if(_0x5567dd===_0x2aa558)break;else _0x3789af['push'](_0x3789af['shift']());}catch(_0x2e0440){_0x3789af['push'](_0x3789af['shift']());}}}(_0x254f,0x94112));function _0x254f(){const _0x1c17ed=['AI_ACTIONS_SELECTION_REMOVED_ERROR','listenTo','8082280Luhwzk','window','icon','showBlockingError','_setupVisualSelection','length','close','ai-selection','render','getChangedMarkers','_isUpdatingMarkers','requires','\x20ai-balloon-rotator','startsWith','show','hideFakeVisualSelection','ai-balloon-selection','pluginName','document','aiBalloon','_getSelectionElements','isOfficialPlugin','isTrackChangesOn','showFakeVisualSelection','setupRotator','getIntersection','366945LHMzdQ','isPremiumPlugin','ranges','hide','round','updateContent','_config','markers','start','_updateBalloon','value','locale','get','headerView','iconView','max','content','config','ai-balloon','6506171suxQpi','end','_pendingRenderCallback','label','getMarkersGroup','height','fire','trackChanges','AIBalloon','selectionRemoved','title','off','1722828MvyUzv','updatePosition','once','AIEditing','_calculateOptimalTopPosition','getBoundingRect','left','commands','plugins','view','ai-selection:','bottom','context','differ','stopListening','root','isOpen','mainView','showRotator','447879GfaQGa','dialogClosed','Dialog','filter','_showDialog','top','rootName','bind','_setupMarkerRemovalListener','362642awIAPm','6ttpDEm','$graveyard','_cleanupMarkerRemovalListener','ai.availableReplyActions','getVisible','open','ai-balloon-','isEqual','delegate','index','width','model','editing','change','balloonView','3791530meFAlr','_calculateDialogPosition'];_0x254f=function(){return _0x1c17ed;};return _0x254f();}import{ContextPlugin as _0x1f212b}from'ckeditor5/src/core.js';import{AIConnector as _0xacf6e3}from'../aicore/aiconnector.js';import{AIEditing as _0x59716e}from'../aicore/aiediting.js';import{AI_BALLOON_VIEW_EVENT_NAMES as _0x463908,AIBalloonView as _0x4b548c}from'./ui/aiballoonview.js';import'../../theme/aiballoon/aiballoon.css';import{getAllMarkersDomElementsSorted as _0x1c8793}from'ckeditor5-collaboration/src/collaboration-core.js';import{global as _0x4374b6,Rect as _0x42c2c3,scrollViewportToShowTarget as _0x4641bb}from'ckeditor5/src/utils.js';function _0xb404(_0x1f551c,_0x24177d){const _0x254f94=_0x254f();return _0xb404=function(_0xb40401,_0x2beee0){_0xb40401=_0xb40401-0x102;let _0x40f063=_0x254f94[_0xb40401];return _0x40f063;},_0xb404(_0x1f551c,_0x24177d);}import{getEditorFromContext as _0x2b3fa1}from'../aicore/utils/geteditorfromcontext.js';import{AI_REPLY_ACTIONS as _0x355ebd}from'../aichat/ui/feed/aichatfeedsuggestionitemactionsview.js';import{getTranslation as _0x36afcb}from'../aicore/utils/common-translations.js';export const AI_BALLOON_EVENT_NAMES=[..._0x463908,_0x328cbd(0x10e),_0x328cbd(0x160)];const g=0xa;export class AIBalloon extends _0x1f212b{static get[_0x328cbd(0x135)](){return[_0xacf6e3,_0x59716e];}static get[_0x328cbd(0x13b)](){const _0x42eb4b=_0x328cbd;return _0x42eb4b(0x15f);}static get[_0x328cbd(0x13f)](){return!0x0;}static get[_0x328cbd(0x145)](){return!0x0;}[_0x328cbd(0x10a)]=!0x1;[_0x328cbd(0x14a)];[_0x328cbd(0x134)]=!0x1;[_0x328cbd(0x159)]=null;[_0x328cbd(0x11c)](_0x585f49){const _0x53adc2=_0x328cbd,_0x37c61e=_0x2b3fa1(this[_0x53adc2(0x106)]);if(this[_0x53adc2(0x14a)]=_0x585f49,this[_0x53adc2(0x10a)])return void this[_0x53adc2(0x14d)](_0x585f49);const _0x1c8279=this[_0x53adc2(0x106)][_0x53adc2(0x155)][_0x53adc2(0x150)](_0x53adc2(0x11a))||[..._0x355ebd],_0x32dbdb=_0x37c61e?.[_0x53adc2(0x16a)][_0x53adc2(0x150)](_0x53adc2(0x15e)),_0x43501a=_0x32dbdb?.[_0x53adc2(0x14e)];this[_0x53adc2(0x125)]=new _0x4b548c(_0x37c61e[_0x53adc2(0x14f)],_0x585f49,_0x1c8279,!!_0x43501a),this[_0x53adc2(0x125)][_0x53adc2(0x11f)](..._0x463908)['to'](this),_0x32dbdb&&this[_0x53adc2(0x125)][_0x53adc2(0x114)](_0x53adc2(0x140))['to'](_0x32dbdb,_0x53adc2(0x14e)),this[_0x53adc2(0x111)](_0x585f49);}[_0x328cbd(0x130)](){const _0x246dd9=_0x328cbd;_0x2b3fa1(this[_0x246dd9(0x106)])[_0x246dd9(0x102)][_0x246dd9(0x150)](_0x246dd9(0x10f))[_0x246dd9(0x147)]();}[_0x328cbd(0x14d)](_0x28a488){const _0x48f2b8=_0x328cbd,_0x495d43=_0x2b3fa1(this[_0x48f2b8(0x106)]),_0x1457fe=_0x495d43[_0x48f2b8(0x102)][_0x48f2b8(0x150)](_0x48f2b8(0x10f));this[_0x48f2b8(0x159)]&&(_0x495d43[_0x48f2b8(0x123)][_0x48f2b8(0x103)][_0x48f2b8(0x162)](_0x48f2b8(0x132),this[_0x48f2b8(0x159)]),this[_0x48f2b8(0x159)]=null),this[_0x48f2b8(0x134)]=!0x0,_0x1457fe[_0x48f2b8(0x103)]?.[_0x48f2b8(0x151)]&&(_0x1457fe[_0x48f2b8(0x103)][_0x48f2b8(0x151)][_0x48f2b8(0x15a)]=_0x28a488[_0x48f2b8(0x161)],_0x1457fe[_0x48f2b8(0x103)][_0x48f2b8(0x151)][_0x48f2b8(0x152)]&&_0x28a488[_0x48f2b8(0x12c)]&&(_0x1457fe[_0x48f2b8(0x103)][_0x48f2b8(0x151)][_0x48f2b8(0x152)][_0x48f2b8(0x154)]=_0x28a488[_0x48f2b8(0x12c)])),this[_0x48f2b8(0x125)][_0x48f2b8(0x149)](_0x28a488[_0x48f2b8(0x10b)]),this[_0x48f2b8(0x12e)](_0x28a488[_0x48f2b8(0x146)],_0x28a488[_0x48f2b8(0x120)]),this[_0x48f2b8(0x159)]=()=>{const _0x27e3f7=_0x48f2b8;this[_0x27e3f7(0x134)]=!0x1,this[_0x27e3f7(0x159)]=null,_0x1457fe[_0x27e3f7(0x103)]&&_0x1457fe[_0x27e3f7(0x103)][_0x27e3f7(0x164)]();},_0x495d43[_0x48f2b8(0x123)][_0x48f2b8(0x103)][_0x48f2b8(0x165)](_0x48f2b8(0x132),this[_0x48f2b8(0x159)]);}[_0x328cbd(0x12e)](_0x191923,_0x4016c7){const _0x1dbc79=_0x328cbd;this[_0x1dbc79(0x106)][_0x1dbc79(0x102)][_0x1dbc79(0x150)](_0x59716e)[_0x1dbc79(0x141)](_0x191923,_0x1dbc79(0x11d)+_0x4016c7,!0x0,!0x0);}[_0x328cbd(0x111)](_0xb2d92b){const _0x16d3ef=_0x328cbd,_0x16cb83=_0x2b3fa1(this[_0x16d3ef(0x106)]);this[_0x16d3ef(0x12e)](_0xb2d92b[_0x16d3ef(0x146)],_0xb2d92b[_0x16d3ef(0x120)]);const _0x3d7dd3=this[_0x16d3ef(0x13e)]();_0x3d7dd3&&_0x3d7dd3[0x0]&&_0x4641bb({'target':_0x3d7dd3[0x0],'ancestorOffset':0x14,'alignToTop':!0x0,'viewportOffset':{'top':0x14,'bottom':0x14,'left':0x0,'right':0x0}}),_0x16cb83[_0x16d3ef(0x102)][_0x16d3ef(0x150)](_0x16d3ef(0x10f))[_0x16d3ef(0x138)]({'title':_0xb2d92b[_0x16d3ef(0x161)],'icon':_0xb2d92b[_0x16d3ef(0x12c)],'hasCloseButton':!0x0,'id':_0x16d3ef(0x13d),'position':this[_0x16d3ef(0x127)][_0x16d3ef(0x114)](this),'className':_0x16d3ef(0x156)+(_0xb2d92b[_0x16d3ef(0x10c)]?_0x16d3ef(0x136):''),'content':this[_0x16d3ef(0x125)],'onShow':_0x40cc63=>{const _0x19d90d=_0x16d3ef;_0xb2d92b[_0x19d90d(0x10c)]&&this[_0x19d90d(0x125)][_0x19d90d(0x142)](_0x40cc63),this[_0x19d90d(0x115)](),this[_0x19d90d(0x10a)]=!0x0;},'onHide':()=>{const _0x56af2b=_0x16d3ef;this[_0x56af2b(0x106)][_0x56af2b(0x102)][_0x56af2b(0x150)](_0x56af2b(0x166))[_0x56af2b(0x139)](_0x56af2b(0x11d)+this[_0x56af2b(0x14a)][_0x56af2b(0x120)]),this[_0x56af2b(0x119)](),this[_0x56af2b(0x15d)](_0x56af2b(0x10e)),this[_0x56af2b(0x10a)]=!0x1;}});}[_0x328cbd(0x127)](_0xa38eeb,_0x1035fe){const _0x147244=_0x328cbd;if(!_0x1035fe)return null;const _0x1e4da1=this[_0x147244(0x13e)]();if(!_0x1e4da1||0x0===_0x1e4da1[_0x147244(0x12f)])return{'left':Math[_0x147244(0x148)](_0x1035fe[_0x147244(0x169)]+_0x1035fe[_0x147244(0x121)]/0x2-_0xa38eeb[_0x147244(0x121)]/0x2),'top':Math[_0x147244(0x148)](_0x1035fe[_0x147244(0x112)]+_0x1035fe[_0x147244(0x15c)]/0x2-_0xa38eeb[_0x147244(0x15c)]/0x2)};const _0x1285d4=Math[_0x147244(0x148)](_0x1035fe[_0x147244(0x169)]+_0x1035fe[_0x147244(0x121)]/0x2-_0xa38eeb[_0x147244(0x121)]/0x2),_0x1bdc02=new _0x42c2c3(_0x1e4da1[0x0]),_0x56c78d=new _0x42c2c3(_0x1e4da1[_0x1e4da1[_0x147244(0x12f)]-0x1]),_0x7921bb=_0xa38eeb[_0x147244(0x15c)],_0x39eb05=this[_0x147244(0x14a)][_0x147244(0x10c)]?0x8:0x0;return{'left':_0x1285d4,'top':this[_0x147244(0x167)](_0x1bdc02,_0x56c78d,_0x7921bb,_0x39eb05,_0x1035fe)};}[_0x328cbd(0x167)](_0x598263,_0x4135bb,_0x394600,_0x539b16=0x0,_0x3e5204){const _0x45529a=_0x328cbd,_0x2f8903=_0x394600+_0x539b16,_0x33cd02=new _0x42c2c3(_0x4374b6[_0x45529a(0x12b)]),_0x3c1e43=[_0x598263[_0x45529a(0x11b)](),_0x4135bb[_0x45529a(0x11b)]()][_0x45529a(0x110)](_0x4b7112=>_0x4b7112),_0x2d0732=_0x42c2c3[_0x45529a(0x168)](_0x3c1e43);if(!_0x2d0732)return Math[_0x45529a(0x148)](_0x3e5204[_0x45529a(0x112)]+_0x3e5204[_0x45529a(0x15c)]/0x2);const _0x7c99b1=_0x33cd02[_0x45529a(0x143)](_0x2d0732);if(!_0x7c99b1)return Math[_0x45529a(0x148)](_0x3e5204[_0x45529a(0x112)]+_0x3e5204[_0x45529a(0x15c)]/0x2);const _0x5bfbba=_0x3e5204[_0x45529a(0x11b)](),_0x34b46a=_0x5bfbba&&_0x2d0732[_0x45529a(0x15c)]>_0x5bfbba[_0x45529a(0x15c)],_0x228ac5=_0x7c99b1[_0x45529a(0x112)],_0xf3452e=_0x7c99b1[_0x45529a(0x105)];if(_0x34b46a){const _0x1db2e6=(_0x5bfbba||_0x33cd02)[_0x45529a(0x15c)]/0x2-_0x2f8903/0x2,_0x4a6895=_0x228ac5-g-_0x3e5204[_0x45529a(0x112)],_0x966b4c=_0x3e5204[_0x45529a(0x105)]-_0xf3452e-g;return _0x4a6895>=_0x2f8903?Math[_0x45529a(0x153)](g,_0x228ac5-_0x2f8903-g):_0x966b4c>=_0x2f8903?_0xf3452e+g:Math[_0x45529a(0x153)](g,_0x1db2e6);}const _0x50ee83=_0x228ac5-_0x2f8903,_0x53af03=_0x3e5204[_0x45529a(0x105)]-_0xf3452e-g,_0x4785fc=_0x228ac5-g-_0x3e5204[_0x45529a(0x112)];let _0x5eb4ca;if(_0x53af03>=_0x2f8903)_0x5eb4ca=_0xf3452e+g;else{if(_0x4785fc>=_0x2f8903)_0x5eb4ca=_0x50ee83-g;else _0x5eb4ca=_0x228ac5+_0x2d0732[_0x45529a(0x15c)]/0x2-_0x2f8903/0x2;}return _0x5eb4ca;}[_0x328cbd(0x115)](){const _0x2bd2a9=_0x328cbd,_0x1e1a27=_0x2b3fa1(this[_0x2bd2a9(0x106)]);this[_0x2bd2a9(0x129)](_0x1e1a27[_0x2bd2a9(0x122)][_0x2bd2a9(0x13c)],_0x2bd2a9(0x124),()=>{const _0x58c830=_0x2bd2a9;if(this[_0x58c830(0x134)])return;for(const {name:_0x5132c1,data:{newRange:_0x57baf3}}of _0x1e1a27[_0x58c830(0x122)][_0x58c830(0x13c)][_0x58c830(0x107)][_0x58c830(0x133)]())if(_0x5132c1[_0x58c830(0x137)](_0x58c830(0x104))&&(_0x57baf3&&(_0x57baf3[_0x58c830(0x14c)][_0x58c830(0x11e)](_0x57baf3[_0x58c830(0x158)])||_0x58c830(0x118)==_0x57baf3[_0x58c830(0x109)][_0x58c830(0x113)])||null==_0x57baf3)){const _0x49f239=_0x36afcb(this[_0x58c830(0x106)][_0x58c830(0x14f)],_0x58c830(0x128));this[_0x58c830(0x125)][_0x58c830(0x12d)](_0x49f239),this[_0x58c830(0x15d)](_0x58c830(0x160));}});}[_0x328cbd(0x119)](){const _0x31d813=_0x328cbd,_0x313704=_0x2b3fa1(this[_0x31d813(0x106)]);this[_0x31d813(0x108)](_0x313704[_0x31d813(0x122)][_0x31d813(0x13c)]);}[_0x328cbd(0x13e)](){const _0x30aa22=_0x328cbd,_0x2333d6=_0x2b3fa1(this[_0x30aa22(0x106)]);return _0x1c8793(_0x2333d6[_0x30aa22(0x123)],[..._0x2333d6[_0x30aa22(0x122)][_0x30aa22(0x14b)][_0x30aa22(0x15b)](_0x30aa22(0x131)),..._0x2333d6[_0x30aa22(0x122)][_0x30aa22(0x14b)][_0x30aa22(0x15b)](_0x30aa22(0x13a))]);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x5d431f,_0xd276bc){var _0xc0cce3=_0x298b,_0x4bd881=_0x5d431f();while(!![]){try{var _0x42a6b9=parseInt(_0xc0cce3(0x98))/0x1+parseInt(_0xc0cce3(0x9d))/0x2*(-parseInt(_0xc0cce3(0xa2))/0x3)+parseInt(_0xc0cce3(0x99))/0x4*(-parseInt(_0xc0cce3(0x9a))/0x5)+parseInt(_0xc0cce3(0xa3))/0x6+parseInt(_0xc0cce3(0xa4))/0x7+parseInt(_0xc0cce3(0x96))/0x8*(parseInt(_0xc0cce3(0x9b))/0x9)+-parseInt(_0xc0cce3(0xa0))/0xa*(parseInt(_0xc0cce3(0x9c))/0xb);if(_0x42a6b9===_0xd276bc)break;else _0x4bd881['push'](_0x4bd881['shift']());}catch(_0xce0a8f){_0x4bd881['push'](_0x4bd881['shift']());}}}(_0x4168,0x6bef4));import{View as _0x5affdc}from'ckeditor5/src/ui.js';function _0x4168(){var _0x2a7672=['6106583bLaYWY','setTemplate','912yRCzfY','div','329529cfcSTO','14940XbVjHq','195rFyrHr','35829CxACZl','11GDBruh','2XeVitl','ck-ai-balloon__disclaimer','ck-ai-balloon__disclaimer-content','7800310ooVcAX','AI_DISCLAIMER_TEXT','870171zAUDpe','12726fmOiTQ'];_0x4168=function(){return _0x2a7672;};return _0x4168();}function _0x298b(_0x5f2539,_0x5a9a1b){var _0x416858=_0x4168();return _0x298b=function(_0x298b1d,_0x527e3e){_0x298b1d=_0x298b1d-0x96;var _0x1e673b=_0x416858[_0x298b1d];return _0x1e673b;},_0x298b(_0x5f2539,_0x5a9a1b);}import{getTranslation as _0x4468cc}from'../../aicore/utils/common-translations.js';export class AIBalloonDisclaimerView extends _0x5affdc{constructor(_0x32ad9e){var _0xcb180b=_0x298b;super(_0x32ad9e),this[_0xcb180b(0xa5)]({'tag':_0xcb180b(0x97),'attributes':{'class':['ck',_0xcb180b(0x9e)]},'children':[{'tag':'p','attributes':{'class':['ck',_0xcb180b(0x9f)]},'children':[{'text':_0x4468cc(_0x32ad9e,_0xcb180b(0xa1))}]}]});}}
23
+ (function(_0x2d9cb2,_0x377480){var _0x51f28d=_0x16be,_0x4918aa=_0x2d9cb2();while(!![]){try{var _0x5bf137=parseInt(_0x51f28d(0xad))/0x1*(parseInt(_0x51f28d(0xa6))/0x2)+parseInt(_0x51f28d(0xb0))/0x3*(parseInt(_0x51f28d(0xb2))/0x4)+parseInt(_0x51f28d(0xab))/0x5+-parseInt(_0x51f28d(0xa3))/0x6*(-parseInt(_0x51f28d(0xa9))/0x7)+-parseInt(_0x51f28d(0xa8))/0x8*(-parseInt(_0x51f28d(0xac))/0x9)+parseInt(_0x51f28d(0xa4))/0xa+-parseInt(_0x51f28d(0xa7))/0xb*(parseInt(_0x51f28d(0xae))/0xc);if(_0x5bf137===_0x377480)break;else _0x4918aa['push'](_0x4918aa['shift']());}catch(_0x10b3ab){_0x4918aa['push'](_0x4918aa['shift']());}}}(_0x38e4,0x8815d));function _0x16be(_0x4032b6,_0xdf7831){var _0x38e43b=_0x38e4();return _0x16be=function(_0x16be8f,_0xc5fef7){_0x16be8f=_0x16be8f-0xa2;var _0x2040ad=_0x38e43b[_0x16be8f];return _0x2040ad;},_0x16be(_0x4032b6,_0xdf7831);}import{View as _0x3fe4f}from'ckeditor5/src/ui.js';function _0x38e4(){var _0x79b6b1=['7nTiBmv','div','5413385wIzGiq','7372719kEsVGf','81266KyIdHy','147276AWnceS','ck-ai-balloon__disclaimer-content','309GafSoI','ck-ai-balloon__disclaimer','31484hQxKUx','AI_DISCLAIMER_TEXT','761988OQRosH','10716790HIyCeQ','setTemplate','12oXXPZj','3443DQaOup','8pwnXnk'];_0x38e4=function(){return _0x79b6b1;};return _0x38e4();}import{getTranslation as _0x204578}from'../../aicore/utils/common-translations.js';export class AIBalloonDisclaimerView extends _0x3fe4f{constructor(_0x2c3795){var _0x595df8=_0x16be;super(_0x2c3795),this[_0x595df8(0xa5)]({'tag':_0x595df8(0xaa),'attributes':{'class':['ck',_0x595df8(0xb1)]},'children':[{'tag':'p','attributes':{'class':['ck',_0x595df8(0xaf)]},'children':[{'text':_0x204578(_0x2c3795,_0x595df8(0xa2))}]}]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x111157=_0x2661;function _0x4489(){const _0x37357a=['set','items','108yAwVEJ','locale','ck-ai-button-secondary','465376sAgupV','10147357jBQjqj','66YCRABa','ck-ai-button-primary','ck-ai-balloon__toolbar','suggestButton','55WUXvvB','523485dtmfPa','isEnabled','_createButton','bind','add','applyButton','12OdxlZE','278720FxCHEi','extendTemplate','3903977TxaafI','isLoading','11032970XukijF','51494MOcxPi','AI_BALLOON_SUGGEST_BUTTON','AI_BALLOON_APPLY_BUTTON'];_0x4489=function(){return _0x37357a;};return _0x4489();}(function(_0x1114c2,_0x23e203){const _0x44878a=_0x2661,_0x12122f=_0x1114c2();while(!![]){try{const _0x3b739d=-parseInt(_0x44878a(0xeb))/0x1+-parseInt(_0x44878a(0xdc))/0x2*(parseInt(_0x44878a(0xe6))/0x3)+-parseInt(_0x44878a(0xe4))/0x4*(-parseInt(_0x44878a(0xea))/0x5)+parseInt(_0x44878a(0xf1))/0x6*(-parseInt(_0x44878a(0xd9))/0x7)+parseInt(_0x44878a(0xf2))/0x8*(-parseInt(_0x44878a(0xe1))/0x9)+parseInt(_0x44878a(0xdb))/0xa+parseInt(_0x44878a(0xe5))/0xb;if(_0x3b739d===_0x23e203)break;else _0x12122f['push'](_0x12122f['shift']());}catch(_0x200ade){_0x12122f['push'](_0x12122f['shift']());}}}(_0x4489,0xa68a3));function _0x2661(_0x5b43bd,_0x38d93b){const _0x448979=_0x4489();return _0x2661=function(_0x2661ca,_0x4d3c13){_0x2661ca=_0x2661ca-0xd9;let _0x51b27b=_0x448979[_0x2661ca];return _0x51b27b;},_0x2661(_0x5b43bd,_0x38d93b);}import{ToolbarView as _0xaf7f58,ButtonView as _0x437ebe}from'ckeditor5/src/ui.js';import{getTranslation as _0x1a972c}from'../../aicore/utils/common-translations.js';export class AIBalloonToolbarView extends _0xaf7f58{constructor(_0x13b491,_0xf0e015=!0x0,_0x31c97a=!0x0){const _0x69735d=_0x2661;super(_0x13b491),this[_0x69735d(0xdf)](_0x69735d(0xda),!0x1),_0xf0e015&&(this[_0x69735d(0xf0)]=this[_0x69735d(0xed)](_0x1a972c(_0x13b491,_0x69735d(0xde)),_0x69735d(0xe7)),this[_0x69735d(0xf0)][_0x69735d(0xee)](_0x69735d(0xec))['to'](this,_0x69735d(0xda),_0x306430=>!_0x306430),this[_0x69735d(0xe0)][_0x69735d(0xef)](this[_0x69735d(0xf0)])),_0x31c97a&&(this[_0x69735d(0xe9)]=this[_0x69735d(0xed)](_0x1a972c(_0x13b491,_0x69735d(0xdd)),_0xf0e015?_0x69735d(0xe3):_0x69735d(0xe7)),this[_0x69735d(0xe9)][_0x69735d(0xee)](_0x69735d(0xec))['to'](this,_0x69735d(0xda),_0x32b585=>!_0x32b585),this[_0x69735d(0xe0)][_0x69735d(0xef)](this[_0x69735d(0xe9)])),this[_0x69735d(0xf3)]({'attributes':{'class':[_0x69735d(0xe8)]}});}[_0x111157(0xed)](_0x2b67fb,_0x29f587){const _0x2227bf=_0x111157,_0x293ec9=new _0x437ebe(this[_0x2227bf(0xe2)]);return _0x293ec9[_0x2227bf(0xdf)]({'label':_0x2b67fb,'class':_0x29f587||'','isVisible':!0x0,'withText':!0x0}),_0x293ec9;}}
23
+ const _0x65d5cb=_0x5934;function _0x57fa(){const _0x388fb5=['5830263BSaOah','AI_BALLOON_APPLY_BUTTON','_createButton','AI_BALLOON_SUGGEST_BUTTON','4581768frHXNr','ck-ai-button-secondary','locale','isLoading','applyButton','isEnabled','7aqLpRJ','items','491517YuLqxw','add','extendTemplate','1581672TZBUdM','set','3185408PuzWVp','suggestButton','ck-ai-button-primary','7308ezyBSG','bind','645BuOfsN','ck-ai-balloon__toolbar','7707424ykKQRf'];_0x57fa=function(){return _0x388fb5;};return _0x57fa();}(function(_0x3b1f9b,_0x3e2117){const _0x23ccde=_0x5934,_0xea82b4=_0x3b1f9b();while(!![]){try{const _0x23347e=parseInt(_0x23ccde(0x16c))/0x1+-parseInt(_0x23ccde(0x16e))/0x2+parseInt(_0x23ccde(0x182))/0x3+-parseInt(_0x23ccde(0x171))/0x4*(parseInt(_0x23ccde(0x173))/0x5)+-parseInt(_0x23ccde(0x17a))/0x6*(-parseInt(_0x23ccde(0x180))/0x7)+parseInt(_0x23ccde(0x175))/0x8+-parseInt(_0x23ccde(0x176))/0x9;if(_0x23347e===_0x3e2117)break;else _0xea82b4['push'](_0xea82b4['shift']());}catch(_0x17b747){_0xea82b4['push'](_0xea82b4['shift']());}}}(_0x57fa,0xf3415));function _0x5934(_0x4625d5,_0x4229bc){const _0x57fa0d=_0x57fa();return _0x5934=function(_0x59348b,_0x3d12e3){_0x59348b=_0x59348b-0x16c;let _0x2c483d=_0x57fa0d[_0x59348b];return _0x2c483d;},_0x5934(_0x4625d5,_0x4229bc);}import{ToolbarView as _0x1040b8,ButtonView as _0xaa1ddf}from'ckeditor5/src/ui.js';import{getTranslation as _0xd87f33}from'../../aicore/utils/common-translations.js';export class AIBalloonToolbarView extends _0x1040b8{constructor(_0x3bfc28,_0x5b857a=!0x0,_0x2c5142=!0x0){const _0x8ed223=_0x5934;super(_0x3bfc28),this[_0x8ed223(0x16d)](_0x8ed223(0x17d),!0x1),_0x5b857a&&(this[_0x8ed223(0x17e)]=this[_0x8ed223(0x178)](_0xd87f33(_0x3bfc28,_0x8ed223(0x177)),_0x8ed223(0x170)),this[_0x8ed223(0x17e)][_0x8ed223(0x172)](_0x8ed223(0x17f))['to'](this,_0x8ed223(0x17d),_0xa336e2=>!_0xa336e2),this[_0x8ed223(0x181)][_0x8ed223(0x183)](this[_0x8ed223(0x17e)])),_0x2c5142&&(this[_0x8ed223(0x16f)]=this[_0x8ed223(0x178)](_0xd87f33(_0x3bfc28,_0x8ed223(0x179)),_0x5b857a?_0x8ed223(0x17b):_0x8ed223(0x170)),this[_0x8ed223(0x16f)][_0x8ed223(0x172)](_0x8ed223(0x17f))['to'](this,_0x8ed223(0x17d),_0x5543e1=>!_0x5543e1),this[_0x8ed223(0x181)][_0x8ed223(0x183)](this[_0x8ed223(0x16f)])),this[_0x8ed223(0x184)]({'attributes':{'class':[_0x8ed223(0x174)]}});}[_0x65d5cb(0x178)](_0x39b767,_0x3428c8){const _0x5b37e2=_0x65d5cb,_0x2cc55d=new _0xaa1ddf(this[_0x5b37e2(0x17c)]);return _0x2cc55d[_0x5b37e2(0x16d)]({'label':_0x39b767,'class':_0x3428c8||'','isVisible':!0x0,'withText':!0x0}),_0x2cc55d;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2b20f9=_0x3721;(function(_0x436e08,_0x1edf1e){const _0x502a91=_0x3721,_0x2123a2=_0x436e08();while(!![]){try{const _0x2700c0=-parseInt(_0x502a91(0x13d))/0x1*(parseInt(_0x502a91(0x139))/0x2)+-parseInt(_0x502a91(0x15a))/0x3+parseInt(_0x502a91(0x14e))/0x4*(parseInt(_0x502a91(0x158))/0x5)+-parseInt(_0x502a91(0x13a))/0x6+parseInt(_0x502a91(0x167))/0x7*(-parseInt(_0x502a91(0x137))/0x8)+-parseInt(_0x502a91(0x166))/0x9+parseInt(_0x502a91(0x121))/0xa;if(_0x2700c0===_0x1edf1e)break;else _0x2123a2['push'](_0x2123a2['shift']());}catch(_0x2ea789){_0x2123a2['push'](_0x2123a2['shift']());}}}(_0x1cf6,0x74749));import{ButtonView as _0x3fe220,View as _0x4f455f,ViewCollection as _0x1c3f6a,FocusCycler as _0x1bb01e}from'ckeditor5/src/ui.js';import{FocusTracker as _0x58f0de,KeystrokeHandler as _0x2ed6f5}from'ckeditor5/src/utils.js';import{IconNextArrow as _0x160eff,IconPreviousArrow as _0x154753}from'@ckeditor/ckeditor5-icons';function _0x1cf6(){const _0x2f2909=['disclaimerView','29692730cXOtDy','_addToolbar','add','hideError','showRecoverableError','applyButton','fire','showBlockingError','_addDisclaimerView','showPrevious','children','AI_BALLOON_PREVIOUS_TOOLTIP','div','_mainView','_createNextButtonView','element','ck-ai-suggestion__error-text','_availableActions','suggestButton','_errorView','bindTemplate','focusFirst','133816iGZuTl','bind','8tIUyvd','5428710oVfrfq','ai-balloon-content','clearLoading','99449tYIiKY','includes','AI_BALLOON_NEXT_TOOLTIP','listenTo','_dialogContent','focusTracker','span','isTrackChangesOn','clear','mainView','getIndex','updateContent','remove','change:isTrackChangesOn','_createErrorView','_focusables','errorMessage','96tFNfpM','showNext','set','headerView','insertSuggestion','focusCycler','_createPreviousButtonView','createCollection','shift\x20+\x20tab','showApplyButton','33910oTBubC','execute','2122776BwllSv','_addContentView','view','ck-ai-suggestion__error','render','showError','addMany','keystrokes','ai-balloon-error','focus','setTemplate','applySuggestion','3244572fPzGhB','119JbeUiO','setLoading','isErrorVisible','toolbar','isEnabled','showSuggestButton','tab','locale','isLoading','focusLast','ck-hidden','setupRotator'];_0x1cf6=function(){return _0x2f2909;};return _0x1cf6();}import{AIBalloonToolbarView as _0x511c5b}from'./aiballoontoolbarview.js';import{AIBalloonDisclaimerView as _0x155f37}from'./aiballoondisclaimerview.js';import{getTranslation as _0x2cb588}from'../../aicore/utils/common-translations.js';export const AI_BALLOON_VIEW_EVENT_NAMES=[_0x2b20f9(0x165),_0x2b20f9(0x152),_0x2b20f9(0x14f),_0x2b20f9(0x12a)];function _0x3721(_0x4da1b5,_0x19c06f){const _0x1cf63f=_0x1cf6();return _0x3721=function(_0x37215d,_0x3fcc44){_0x37215d=_0x37215d-0x117;let _0xa49690=_0x1cf63f[_0x37215d];return _0xa49690;},_0x3721(_0x4da1b5,_0x19c06f);}export class AIBalloonView extends _0x4f455f{[_0x2b20f9(0x142)];[_0x2b20f9(0x161)];[_0x2b20f9(0x153)];[_0x2b20f9(0x132)];[_0x2b20f9(0x14c)];[_0x2b20f9(0x134)];constructor(_0x427235,_0x164627,_0x16d3f5,_0x5bc69e){const _0x314fff=_0x2b20f9;super(_0x427235),this[_0x314fff(0x132)]=_0x16d3f5,this[_0x314fff(0x150)](_0x314fff(0x11c),!0x1),this[_0x314fff(0x150)](_0x314fff(0x144),_0x5bc69e),this[_0x314fff(0x150)](_0x314fff(0x169),!0x1),this[_0x314fff(0x150)](_0x314fff(0x14d),''),this[_0x314fff(0x142)]=new _0x58f0de(),this[_0x314fff(0x161)]=new _0x2ed6f5(),this[_0x314fff(0x14c)]=this[_0x314fff(0x155)](),this[_0x314fff(0x153)]=new _0x1bb01e({'focusables':this[_0x314fff(0x14c)],'focusTracker':this[_0x314fff(0x142)],'keystrokeHandler':this[_0x314fff(0x161)],'actions':{'focusPrevious':_0x314fff(0x156),'focusNext':_0x314fff(0x11a)}}),this[_0x314fff(0x141)]=new _0x1c3f6a(),this[_0x314fff(0x15b)](_0x164627[_0x314fff(0x146)]),this[_0x314fff(0x129)](),this[_0x314fff(0x122)](_0x164627[_0x314fff(0x157)],_0x164627[_0x314fff(0x119)]),this[_0x314fff(0x117)][_0x314fff(0x138)](_0x314fff(0x11c))['to'](this),this[_0x314fff(0x14c)][_0x314fff(0x145)](),this[_0x314fff(0x14c)][_0x314fff(0x160)]([this[_0x314fff(0x117)]]),this[_0x314fff(0x164)]({'tag':_0x314fff(0x12d),'attributes':{'class':_0x314fff(0x13b)},'children':this[_0x314fff(0x141)]}),this['on'](_0x314fff(0x14a),()=>{const _0x5377e0=_0x314fff;this[_0x5377e0(0x141)][_0x5377e0(0x149)](this[_0x5377e0(0x117)]),this[_0x5377e0(0x122)](_0x164627[_0x5377e0(0x157)],_0x164627[_0x5377e0(0x119)]);});}[_0x2b20f9(0x15e)](){const _0x582c64=_0x2b20f9;super[_0x582c64(0x15e)]();for(const _0x37fbae of this[_0x582c64(0x14c)])this[_0x582c64(0x142)][_0x582c64(0x123)](_0x37fbae[_0x582c64(0x130)]);this[_0x582c64(0x161)][_0x582c64(0x140)](this[_0x582c64(0x130)]);}[_0x2b20f9(0x163)](_0x1adc11){const _0x5ac1c2=_0x2b20f9;-0x1===_0x1adc11?this[_0x5ac1c2(0x153)][_0x5ac1c2(0x11d)]():this[_0x5ac1c2(0x153)][_0x5ac1c2(0x136)]();}[_0x2b20f9(0x168)](){const _0x2113ef=_0x2b20f9;this[_0x2113ef(0x11c)]=!0x0;}[_0x2b20f9(0x13c)](){const _0x1c1710=_0x2b20f9;this[_0x1c1710(0x11c)]=!0x1;}[_0x2b20f9(0x15f)](_0x331545){const _0x545398=_0x2b20f9;this[_0x545398(0x134)]||(this[_0x545398(0x134)]=this[_0x545398(0x14b)](),this[_0x545398(0x141)][_0x545398(0x160)]([this[_0x545398(0x134)]],0x0)),this[_0x545398(0x14d)]=_0x331545,this[_0x545398(0x169)]=!0x0;}[_0x2b20f9(0x124)](){const _0x2966eb=_0x2b20f9;this[_0x2966eb(0x169)]=!0x1;}[_0x2b20f9(0x125)](_0x497fb8){const _0x35ab94=_0x2b20f9;this[_0x35ab94(0x15f)](_0x497fb8);}[_0x2b20f9(0x128)](_0xe631cb){const _0x449098=_0x2b20f9;this[_0x449098(0x15f)](_0xe631cb),this[_0x449098(0x117)]&&(this[_0x449098(0x117)][_0x449098(0x126)]&&(this[_0x449098(0x117)][_0x449098(0x126)][_0x449098(0x118)]=!0x1),this[_0x449098(0x117)][_0x449098(0x133)]&&(this[_0x449098(0x117)][_0x449098(0x133)][_0x449098(0x118)]=!0x1));}[_0x2b20f9(0x11f)](_0x5bde6f){const _0x11d454=_0x2b20f9,_0x1aef15=this[_0x11d454(0x12f)](),_0x1660d5=this[_0x11d454(0x154)]();_0x5bde6f[_0x11d454(0x15c)][_0x11d454(0x151)][_0x11d454(0x12b)][_0x11d454(0x123)](_0x1aef15,0x2),_0x5bde6f[_0x11d454(0x15c)][_0x11d454(0x151)][_0x11d454(0x12b)][_0x11d454(0x123)](_0x1660d5,0x0),this[_0x11d454(0x14c)][_0x11d454(0x160)]([_0x1aef15,_0x1660d5]),this[_0x11d454(0x142)][_0x11d454(0x123)](_0x1aef15[_0x11d454(0x130)]),this[_0x11d454(0x142)][_0x11d454(0x123)](_0x1660d5[_0x11d454(0x130)]);}[_0x2b20f9(0x15b)](_0x398c95){const _0x208166=_0x2b20f9;this[_0x208166(0x12e)]=_0x398c95,this[_0x208166(0x141)][_0x208166(0x123)](this[_0x208166(0x12e)]);}[_0x2b20f9(0x148)](_0x4f8267){const _0x10dd3b=_0x2b20f9,_0x268993=this[_0x10dd3b(0x141)][_0x10dd3b(0x147)](this[_0x10dd3b(0x12e)]);this[_0x10dd3b(0x141)][_0x10dd3b(0x149)](this[_0x10dd3b(0x12e)]),this[_0x10dd3b(0x12e)]=_0x4f8267,this[_0x10dd3b(0x141)][_0x10dd3b(0x123)](this[_0x10dd3b(0x12e)],_0x268993),this[_0x10dd3b(0x124)]();}[_0x2b20f9(0x129)](){const _0x3fd362=_0x2b20f9;this[_0x3fd362(0x120)]=new _0x155f37(this[_0x3fd362(0x11b)]),this[_0x3fd362(0x141)][_0x3fd362(0x123)](this[_0x3fd362(0x120)]);}[_0x2b20f9(0x122)](_0x3eaed8=!0x0,_0x297566=!0x0){const _0xdbdcb3=_0x2b20f9;_0x3eaed8=_0x3eaed8&&!this[_0xdbdcb3(0x144)]&&this[_0xdbdcb3(0x132)][_0xdbdcb3(0x13e)](_0xdbdcb3(0x165)),_0x297566=_0x297566&&this[_0xdbdcb3(0x132)][_0xdbdcb3(0x13e)](_0xdbdcb3(0x152)),this[_0xdbdcb3(0x117)]=new _0x511c5b(this[_0xdbdcb3(0x11b)],_0x3eaed8,_0x297566),this[_0xdbdcb3(0x117)][_0xdbdcb3(0x126)]?.['on'](_0xdbdcb3(0x159),()=>{const _0x5b6437=_0xdbdcb3;this[_0x5b6437(0x127)](_0x5b6437(0x165));}),this[_0xdbdcb3(0x117)][_0xdbdcb3(0x133)]?.['on'](_0xdbdcb3(0x159),()=>{const _0xdb656a=_0xdbdcb3;this[_0xdb656a(0x127)](_0xdb656a(0x152));}),this[_0xdbdcb3(0x141)][_0xdbdcb3(0x123)](this[_0xdbdcb3(0x117)]);}[_0x2b20f9(0x12f)](){const _0x4bf5dd=_0x2b20f9,_0x5deefb=new _0x3fe220(this[_0x4bf5dd(0x11b)]);return _0x5deefb[_0x4bf5dd(0x150)]({'icon':_0x160eff,'tooltip':_0x2cb588(this[_0x4bf5dd(0x11b)],_0x4bf5dd(0x13f))}),_0x5deefb['on'](_0x4bf5dd(0x159),()=>{const _0x57e164=_0x4bf5dd;this[_0x57e164(0x127)](_0x57e164(0x14f));}),_0x5deefb;}[_0x2b20f9(0x154)](){const _0x57a38f=_0x2b20f9,_0x28d264=new _0x3fe220(this[_0x57a38f(0x11b)]);return _0x28d264[_0x57a38f(0x150)]({'icon':_0x154753,'tooltip':_0x2cb588(this[_0x57a38f(0x11b)],_0x57a38f(0x12c))}),_0x28d264['on'](_0x57a38f(0x159),()=>{const _0x11e272=_0x57a38f;this[_0x11e272(0x127)](_0x11e272(0x12a));}),_0x28d264;}[_0x2b20f9(0x14b)](){const _0x30f37a=_0x2b20f9,_0x301c2b=new _0x4f455f(this[_0x30f37a(0x11b)]),_0x4f67ff=new _0x4f455f(this[_0x30f37a(0x11b)]);return _0x4f67ff[_0x30f37a(0x164)]({'tag':_0x30f37a(0x143),'attributes':{'class':['ck',_0x30f37a(0x131)]},'children':[{'text':this[_0x30f37a(0x135)]['to'](_0x30f37a(0x14d))}]}),_0x301c2b[_0x30f37a(0x164)]({'tag':_0x30f37a(0x12d),'attributes':{'class':['ck',_0x30f37a(0x15d),_0x30f37a(0x162),this[_0x30f37a(0x135)]['if'](_0x30f37a(0x169),_0x30f37a(0x11e),_0x32dc79=>!_0x32dc79)]},'children':[_0x4f67ff]}),_0x301c2b;}}
23
+ const _0x27620d=_0x2a23;(function(_0x3c3fef,_0x115199){const _0x2372e3=_0x2a23,_0xf62b76=_0x3c3fef();while(!![]){try{const _0x235d9d=-parseInt(_0x2372e3(0x184))/0x1+-parseInt(_0x2372e3(0x1ae))/0x2*(parseInt(_0x2372e3(0x17f))/0x3)+parseInt(_0x2372e3(0x196))/0x4+parseInt(_0x2372e3(0x1b6))/0x5*(parseInt(_0x2372e3(0x177))/0x6)+-parseInt(_0x2372e3(0x17c))/0x7+-parseInt(_0x2372e3(0x1b8))/0x8*(parseInt(_0x2372e3(0x195))/0x9)+parseInt(_0x2372e3(0x1b4))/0xa;if(_0x235d9d===_0x115199)break;else _0xf62b76['push'](_0xf62b76['shift']());}catch(_0x372f8d){_0xf62b76['push'](_0xf62b76['shift']());}}}(_0x5881,0x76be5));import{ButtonView as _0x1d36ac,View as _0xd8f7bd,ViewCollection as _0x5bafe5,FocusCycler as _0x5c967d}from'ckeditor5/src/ui.js';import{FocusTracker as _0x5332ab,KeystrokeHandler as _0x4ca777}from'ckeditor5/src/utils.js';import{IconNextArrow as _0x120e50,IconPreviousArrow as _0x1facc2}from'@ckeditor/ckeditor5-icons';import{AIBalloonToolbarView as _0x4b2da2}from'./aiballoontoolbarview.js';function _0x5881(){const _0x5aed98=['680656RIPfAB','focusLast','_availableActions','_addToolbar','focusTracker','focusFirst','ck-ai-suggestion__error-text','hideError','isLoading','div','_addContentView','ai-balloon-content','_createErrorView','view','AI_BALLOON_NEXT_TOOLTIP','element','_dialogContent','focusCycler','138akIGIV','add','headerView','set','clear','5249699VUdHib','_addDisclaimerView','span','33gtvnmm','_createPreviousButtonView','applySuggestion','showError','_errorView','582013CGjjPm','isErrorVisible','isEnabled','clearLoading','addMany','createCollection','showBlockingError','listenTo','render','ck-ai-suggestion__error','_focusables','children','applyButton','bind','suggestButton','showRecoverableError','_createNextButtonView','99GjdKpC','3575956NUkeHz','change:isTrackChangesOn','keystrokes','bindTemplate','setTemplate','ai-balloon-error','execute','includes','_mainView','mainView','tab','toolbar','setLoading','shift\x20+\x20tab','showSuggestButton','getIndex','updateContent','locale','fire','setupRotator','insertSuggestion','remove','ck-hidden','AI_BALLOON_PREVIOUS_TOOLTIP','59838UVpxks','showApplyButton','focus','errorMessage','showNext','showPrevious','13679660CWWRyF','disclaimerView','178565CaqWGy','isTrackChangesOn'];_0x5881=function(){return _0x5aed98;};return _0x5881();}function _0x2a23(_0x3dff04,_0x466ac4){const _0x58819c=_0x5881();return _0x2a23=function(_0x2a2303,_0x1e6de3){_0x2a2303=_0x2a2303-0x16a;let _0x47120b=_0x58819c[_0x2a2303];return _0x47120b;},_0x2a23(_0x3dff04,_0x466ac4);}import{AIBalloonDisclaimerView as _0x4c94cf}from'./aiballoondisclaimerview.js';import{getTranslation as _0x500beb}from'../../aicore/utils/common-translations.js';export const AI_BALLOON_VIEW_EVENT_NAMES=[_0x27620d(0x181),_0x27620d(0x1aa),_0x27620d(0x1b2),_0x27620d(0x1b3)];export class AIBalloonView extends _0xd8f7bd{[_0x27620d(0x1bc)];[_0x27620d(0x198)];[_0x27620d(0x176)];[_0x27620d(0x1ba)];[_0x27620d(0x18e)];[_0x27620d(0x183)];constructor(_0x16b0ab,_0x466a7c,_0x33adc4,_0x3567e8){const _0x278ac7=_0x27620d;super(_0x16b0ab),this[_0x278ac7(0x1ba)]=_0x33adc4,this[_0x278ac7(0x17a)](_0x278ac7(0x16d),!0x1),this[_0x278ac7(0x17a)](_0x278ac7(0x1b7),_0x3567e8),this[_0x278ac7(0x17a)](_0x278ac7(0x185),!0x1),this[_0x278ac7(0x17a)](_0x278ac7(0x1b1),''),this[_0x278ac7(0x1bc)]=new _0x5332ab(),this[_0x278ac7(0x198)]=new _0x4ca777(),this[_0x278ac7(0x18e)]=this[_0x278ac7(0x189)](),this[_0x278ac7(0x176)]=new _0x5c967d({'focusables':this[_0x278ac7(0x18e)],'focusTracker':this[_0x278ac7(0x1bc)],'keystrokeHandler':this[_0x278ac7(0x198)],'actions':{'focusPrevious':_0x278ac7(0x1a3),'focusNext':_0x278ac7(0x1a0)}}),this[_0x278ac7(0x175)]=new _0x5bafe5(),this[_0x278ac7(0x16f)](_0x466a7c[_0x278ac7(0x19f)]),this[_0x278ac7(0x17d)](),this[_0x278ac7(0x1bb)](_0x466a7c[_0x278ac7(0x1af)],_0x466a7c[_0x278ac7(0x1a4)]),this[_0x278ac7(0x1a1)][_0x278ac7(0x191)](_0x278ac7(0x16d))['to'](this),this[_0x278ac7(0x18e)][_0x278ac7(0x17b)](),this[_0x278ac7(0x18e)][_0x278ac7(0x188)]([this[_0x278ac7(0x1a1)]]),this[_0x278ac7(0x19a)]({'tag':_0x278ac7(0x16e),'attributes':{'class':_0x278ac7(0x170)},'children':this[_0x278ac7(0x175)]}),this['on'](_0x278ac7(0x197),()=>{const _0x17fb38=_0x278ac7;this[_0x17fb38(0x175)][_0x17fb38(0x1ab)](this[_0x17fb38(0x1a1)]),this[_0x17fb38(0x1bb)](_0x466a7c[_0x17fb38(0x1af)],_0x466a7c[_0x17fb38(0x1a4)]);});}[_0x27620d(0x18c)](){const _0xe87f39=_0x27620d;super[_0xe87f39(0x18c)]();for(const _0x250ed2 of this[_0xe87f39(0x18e)])this[_0xe87f39(0x1bc)][_0xe87f39(0x178)](_0x250ed2[_0xe87f39(0x174)]);this[_0xe87f39(0x198)][_0xe87f39(0x18b)](this[_0xe87f39(0x174)]);}[_0x27620d(0x1b0)](_0x3cbc3f){const _0x364993=_0x27620d;-0x1===_0x3cbc3f?this[_0x364993(0x176)][_0x364993(0x1b9)]():this[_0x364993(0x176)][_0x364993(0x16a)]();}[_0x27620d(0x1a2)](){const _0x19f6aa=_0x27620d;this[_0x19f6aa(0x16d)]=!0x0;}[_0x27620d(0x187)](){const _0x286294=_0x27620d;this[_0x286294(0x16d)]=!0x1;}[_0x27620d(0x182)](_0xf07c6f){const _0x1def2b=_0x27620d;this[_0x1def2b(0x183)]||(this[_0x1def2b(0x183)]=this[_0x1def2b(0x171)](),this[_0x1def2b(0x175)][_0x1def2b(0x188)]([this[_0x1def2b(0x183)]],0x0)),this[_0x1def2b(0x1b1)]=_0xf07c6f,this[_0x1def2b(0x185)]=!0x0;}[_0x27620d(0x16c)](){const _0x38d3e0=_0x27620d;this[_0x38d3e0(0x185)]=!0x1;}[_0x27620d(0x193)](_0x2ff645){const _0x20d759=_0x27620d;this[_0x20d759(0x182)](_0x2ff645);}[_0x27620d(0x18a)](_0xe0a92){const _0x5ece47=_0x27620d;this[_0x5ece47(0x182)](_0xe0a92),this[_0x5ece47(0x1a1)]&&(this[_0x5ece47(0x1a1)][_0x5ece47(0x190)]&&(this[_0x5ece47(0x1a1)][_0x5ece47(0x190)][_0x5ece47(0x186)]=!0x1),this[_0x5ece47(0x1a1)][_0x5ece47(0x192)]&&(this[_0x5ece47(0x1a1)][_0x5ece47(0x192)][_0x5ece47(0x186)]=!0x1));}[_0x27620d(0x1a9)](_0x1d44f2){const _0x404374=_0x27620d,_0x2a93b4=this[_0x404374(0x194)](),_0x594404=this[_0x404374(0x180)]();_0x1d44f2[_0x404374(0x172)][_0x404374(0x179)][_0x404374(0x18f)][_0x404374(0x178)](_0x2a93b4,0x2),_0x1d44f2[_0x404374(0x172)][_0x404374(0x179)][_0x404374(0x18f)][_0x404374(0x178)](_0x594404,0x0),this[_0x404374(0x18e)][_0x404374(0x188)]([_0x2a93b4,_0x594404]),this[_0x404374(0x1bc)][_0x404374(0x178)](_0x2a93b4[_0x404374(0x174)]),this[_0x404374(0x1bc)][_0x404374(0x178)](_0x594404[_0x404374(0x174)]);}[_0x27620d(0x16f)](_0xea44d7){const _0x29d3ef=_0x27620d;this[_0x29d3ef(0x19e)]=_0xea44d7,this[_0x29d3ef(0x175)][_0x29d3ef(0x178)](this[_0x29d3ef(0x19e)]);}[_0x27620d(0x1a6)](_0x5bfaa7){const _0x304247=_0x27620d,_0x15b570=this[_0x304247(0x175)][_0x304247(0x1a5)](this[_0x304247(0x19e)]);this[_0x304247(0x175)][_0x304247(0x1ab)](this[_0x304247(0x19e)]),this[_0x304247(0x19e)]=_0x5bfaa7,this[_0x304247(0x175)][_0x304247(0x178)](this[_0x304247(0x19e)],_0x15b570),this[_0x304247(0x16c)]();}[_0x27620d(0x17d)](){const _0x2a07ae=_0x27620d;this[_0x2a07ae(0x1b5)]=new _0x4c94cf(this[_0x2a07ae(0x1a7)]),this[_0x2a07ae(0x175)][_0x2a07ae(0x178)](this[_0x2a07ae(0x1b5)]);}[_0x27620d(0x1bb)](_0x44596b=!0x0,_0x127275=!0x0){const _0x4483cb=_0x27620d;_0x44596b=_0x44596b&&!this[_0x4483cb(0x1b7)]&&this[_0x4483cb(0x1ba)][_0x4483cb(0x19d)](_0x4483cb(0x181)),_0x127275=_0x127275&&this[_0x4483cb(0x1ba)][_0x4483cb(0x19d)](_0x4483cb(0x1aa)),this[_0x4483cb(0x1a1)]=new _0x4b2da2(this[_0x4483cb(0x1a7)],_0x44596b,_0x127275),this[_0x4483cb(0x1a1)][_0x4483cb(0x190)]?.['on'](_0x4483cb(0x19c),()=>{const _0x2d6c1a=_0x4483cb;this[_0x2d6c1a(0x1a8)](_0x2d6c1a(0x181));}),this[_0x4483cb(0x1a1)][_0x4483cb(0x192)]?.['on'](_0x4483cb(0x19c),()=>{const _0x3b8407=_0x4483cb;this[_0x3b8407(0x1a8)](_0x3b8407(0x1aa));}),this[_0x4483cb(0x175)][_0x4483cb(0x178)](this[_0x4483cb(0x1a1)]);}[_0x27620d(0x194)](){const _0x359090=_0x27620d,_0x4d9364=new _0x1d36ac(this[_0x359090(0x1a7)]);return _0x4d9364[_0x359090(0x17a)]({'icon':_0x120e50,'tooltip':_0x500beb(this[_0x359090(0x1a7)],_0x359090(0x173))}),_0x4d9364['on'](_0x359090(0x19c),()=>{const _0x2988ff=_0x359090;this[_0x2988ff(0x1a8)](_0x2988ff(0x1b2));}),_0x4d9364;}[_0x27620d(0x180)](){const _0x427a22=_0x27620d,_0x3003e3=new _0x1d36ac(this[_0x427a22(0x1a7)]);return _0x3003e3[_0x427a22(0x17a)]({'icon':_0x1facc2,'tooltip':_0x500beb(this[_0x427a22(0x1a7)],_0x427a22(0x1ad))}),_0x3003e3['on'](_0x427a22(0x19c),()=>{const _0x246646=_0x427a22;this[_0x246646(0x1a8)](_0x246646(0x1b3));}),_0x3003e3;}[_0x27620d(0x171)](){const _0x32f45b=_0x27620d,_0x433d64=new _0xd8f7bd(this[_0x32f45b(0x1a7)]),_0x2780f7=new _0xd8f7bd(this[_0x32f45b(0x1a7)]);return _0x2780f7[_0x32f45b(0x19a)]({'tag':_0x32f45b(0x17e),'attributes':{'class':['ck',_0x32f45b(0x16b)]},'children':[{'text':this[_0x32f45b(0x199)]['to'](_0x32f45b(0x1b1))}]}),_0x433d64[_0x32f45b(0x19a)]({'tag':_0x32f45b(0x16e),'attributes':{'class':['ck',_0x32f45b(0x18d),_0x32f45b(0x19b),this[_0x32f45b(0x199)]['if'](_0x32f45b(0x185),_0x32f45b(0x1ac),_0x359439=>!_0x359439)]},'children':[_0x2780f7]}),_0x433d64;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x44bd(_0x551e14,_0x4e30da){var _0x21b269=_0x21b2();return _0x44bd=function(_0x44bd21,_0xf2f967){_0x44bd21=_0x44bd21-0xde;var _0x9e281f=_0x21b269[_0x44bd21];return _0x9e281f;},_0x44bd(_0x551e14,_0x4e30da);}var _0x48c4e0=_0x44bd;(function(_0x363137,_0x16294b){var _0xf77e4b=_0x44bd,_0x1fdadc=_0x363137();while(!![]){try{var _0x3eb898=-parseInt(_0xf77e4b(0xe1))/0x1+-parseInt(_0xf77e4b(0xee))/0x2+-parseInt(_0xf77e4b(0xeb))/0x3+-parseInt(_0xf77e4b(0xe3))/0x4*(-parseInt(_0xf77e4b(0xdf))/0x5)+-parseInt(_0xf77e4b(0xe5))/0x6+-parseInt(_0xf77e4b(0xde))/0x7+-parseInt(_0xf77e4b(0xf1))/0x8*(-parseInt(_0xf77e4b(0xef))/0x9);if(_0x3eb898===_0x16294b)break;else _0x1fdadc['push'](_0x1fdadc['shift']());}catch(_0x4016e3){_0x1fdadc['push'](_0x1fdadc['shift']());}}}(_0x21b2,0x4c690));function _0x21b2(){var _0x66908c=['removeSelectionFromChatContext','ai.chat.context','isOfficialPlugin','context','AIChat','1123809eMYUyK','startConversation','pluginName','1114490VEhcdx','3419919MiMEQA','sendMessage','40EfpvwP','plugins','isPremiumPlugin','requires','focusPromptInput','ai.chat.models','addSelectionToChatContext','1020957IosCCB','197425dTlUua','config','489595NkHQAH','define','44hmUkLq','get','2724120cFbacW'];_0x21b2=function(){return _0x66908c;};return _0x21b2();}import{ContextPlugin as _0x5e08b3}from'ckeditor5/src/core.js';import{AIChatController as _0x494c95}from'./aichatcontroller.js';import{AIEditing as _0xe66c6}from'../aicore/aiediting.js';import{AIChatUI as _0x6931e6}from'./aichatui.js';import{AIChatHistory as _0x1c283b}from'../aichathistory/aichathistory.js';export class AIChat extends _0x5e08b3{static get[_0x48c4e0(0xf4)](){return[_0x494c95,_0xe66c6,_0x6931e6,_0x1c283b];}static get[_0x48c4e0(0xed)](){var _0x3b2fa4=_0x48c4e0;return _0x3b2fa4(0xea);}static get[_0x48c4e0(0xe8)](){return!0x0;}static get[_0x48c4e0(0xf3)](){return!0x0;}constructor(_0x40a993){var _0x5cc2e8=_0x48c4e0;super(_0x40a993),this[_0x5cc2e8(0xe9)][_0x5cc2e8(0xe0)][_0x5cc2e8(0xe2)](_0x5cc2e8(0xe7),{'document':{'enabled':!0x0},'urls':{'enabled':!0x0},'files':{'enabled':!0x0},'sources':[]}),this[_0x5cc2e8(0xe9)][_0x5cc2e8(0xe0)][_0x5cc2e8(0xe2)](_0x5cc2e8(0xf6),{'defaultModelId':void 0x0,'modelSelectorAlwaysVisible':!0x0,'displayedModels':void 0x0});}async[_0x48c4e0(0xf7)](){var _0x4e5f01=_0x48c4e0;await this[_0x4e5f01(0xe9)][_0x4e5f01(0xf2)][_0x4e5f01(0xe4)](_0x494c95)[_0x4e5f01(0xf7)]();}async[_0x48c4e0(0xec)](){var _0x322899=_0x48c4e0;await this[_0x322899(0xe9)][_0x322899(0xf2)][_0x322899(0xe4)](_0x494c95)[_0x322899(0xec)]();}async[_0x48c4e0(0xf0)]({message:_0x289dec,quickActionData:_0x2d766f}){var _0x2b7135=_0x48c4e0;await this[_0x2b7135(0xe9)][_0x2b7135(0xf2)][_0x2b7135(0xe4)](_0x494c95)[_0x2b7135(0xf0)]({'message':_0x289dec,'quickActionData':_0x2d766f});}[_0x48c4e0(0xe6)](){var _0x484c57=_0x48c4e0;this[_0x484c57(0xe9)][_0x484c57(0xf2)][_0x484c57(0xe4)](_0x494c95)[_0x484c57(0xe6)]();}[_0x48c4e0(0xf5)](){var _0x58a84a=_0x48c4e0;this[_0x58a84a(0xe9)][_0x58a84a(0xf2)][_0x58a84a(0xe4)](_0x494c95)[_0x58a84a(0xf5)]();}}
23
+ var _0x3c842a=_0x4b41;(function(_0x3f9dee,_0x816bdd){var _0x258cab=_0x4b41,_0x41c8fe=_0x3f9dee();while(!![]){try{var _0xe63fe8=parseInt(_0x258cab(0x182))/0x1*(-parseInt(_0x258cab(0x17b))/0x2)+-parseInt(_0x258cab(0x17f))/0x3*(parseInt(_0x258cab(0x18b))/0x4)+parseInt(_0x258cab(0x17e))/0x5*(parseInt(_0x258cab(0x170))/0x6)+-parseInt(_0x258cab(0x188))/0x7*(-parseInt(_0x258cab(0x17a))/0x8)+-parseInt(_0x258cab(0x176))/0x9+-parseInt(_0x258cab(0x171))/0xa+-parseInt(_0x258cab(0x183))/0xb*(-parseInt(_0x258cab(0x187))/0xc);if(_0xe63fe8===_0x816bdd)break;else _0x41c8fe['push'](_0x41c8fe['shift']());}catch(_0x298fb6){_0x41c8fe['push'](_0x41c8fe['shift']());}}}(_0x1986,0xb7a53));function _0x1986(){var _0x645cfd=['plugins','29801532wpwiVI','7ZCcyiT','isPremiumPlugin','ai.chat.models','44BAYGtm','startConversation','122154uwphXB','11676100NIVjuH','isOfficialPlugin','get','sendMessage','requires','5475249ynCWOk','focusPromptInput','pluginName','AIChat','9061032CJvIqX','4pfwvyx','config','define','15joFRuy','298689wJbvti','removeSelectionFromChatContext','context','26896BCYCkk','11VGkuaZ','addSelectionToChatContext','ai.chat.context'];_0x1986=function(){return _0x645cfd;};return _0x1986();}function _0x4b41(_0x240794,_0x154cd6){var _0x1986c5=_0x1986();return _0x4b41=function(_0x4b4176,_0x14b94a){_0x4b4176=_0x4b4176-0x170;var _0x696496=_0x1986c5[_0x4b4176];return _0x696496;},_0x4b41(_0x240794,_0x154cd6);}import{ContextPlugin as _0x7986bd}from'ckeditor5/src/core.js';import{AIChatController as _0x3daae9}from'./aichatcontroller.js';import{AIEditing as _0x11f8f3}from'../aicore/aiediting.js';import{AIChatUI as _0x9eec17}from'./aichatui.js';import{AIChatHistory as _0xa4a629}from'../aichathistory/aichathistory.js';export class AIChat extends _0x7986bd{static get[_0x3c842a(0x175)](){return[_0x3daae9,_0x11f8f3,_0x9eec17,_0xa4a629];}static get[_0x3c842a(0x178)](){var _0xc9ff23=_0x3c842a;return _0xc9ff23(0x179);}static get[_0x3c842a(0x172)](){return!0x0;}static get[_0x3c842a(0x189)](){return!0x0;}constructor(_0x3e79f8){var _0x511308=_0x3c842a;super(_0x3e79f8),this[_0x511308(0x181)][_0x511308(0x17c)][_0x511308(0x17d)](_0x511308(0x185),{'document':{'enabled':!0x0},'urls':{'enabled':!0x0},'files':{'enabled':!0x0},'sources':[]}),this[_0x511308(0x181)][_0x511308(0x17c)][_0x511308(0x17d)](_0x511308(0x18a),{'defaultModelId':void 0x0,'modelSelectorAlwaysVisible':!0x0,'displayedModels':void 0x0});}async[_0x3c842a(0x184)](){var _0x26c581=_0x3c842a;await this[_0x26c581(0x181)][_0x26c581(0x186)][_0x26c581(0x173)](_0x3daae9)[_0x26c581(0x184)]();}async[_0x3c842a(0x18c)](){var _0x33ccd4=_0x3c842a;await this[_0x33ccd4(0x181)][_0x33ccd4(0x186)][_0x33ccd4(0x173)](_0x3daae9)[_0x33ccd4(0x18c)]();}async[_0x3c842a(0x174)]({message:_0x562363,quickActionData:_0x507034}){var _0xa72308=_0x3c842a;await this[_0xa72308(0x181)][_0xa72308(0x186)][_0xa72308(0x173)](_0x3daae9)[_0xa72308(0x174)]({'message':_0x562363,'quickActionData':_0x507034});}[_0x3c842a(0x180)](){var _0x979d6f=_0x3c842a;this[_0x979d6f(0x181)][_0x979d6f(0x186)][_0x979d6f(0x173)](_0x3daae9)[_0x979d6f(0x180)]();}[_0x3c842a(0x177)](){var _0x59fcf6=_0x3c842a;this[_0x59fcf6(0x181)][_0x59fcf6(0x186)][_0x59fcf6(0x173)](_0x3daae9)[_0x59fcf6(0x177)]();}}