@ckeditor/ckeditor5-ai 47.2.0-alpha.7 → 47.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) 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/aichathistory/aichathistory.js +1 -1
  63. package/src/aichathistory/aichathistorycontroller.js +1 -1
  64. package/src/aichathistory/aichathistoryui.js +1 -1
  65. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  66. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  67. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  68. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  69. package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
  70. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  71. package/src/aicore/aiconnector.js +1 -1
  72. package/src/aicore/aiediting.js +1 -1
  73. package/src/aicore/model/aicapabilities.js +1 -1
  74. package/src/aicore/model/aiinteraction.js +1 -1
  75. package/src/aicore/model/aimodels.js +1 -1
  76. package/src/aicore/model/aireply.js +1 -1
  77. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  78. package/src/aicore/pipeline/airesponseparser.js +2 -2
  79. package/src/aicore/ui/aidisclaimerview.js +1 -1
  80. package/src/aicore/ui/aiskeleton.js +1 -1
  81. package/src/aicore/ui/aispinner.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/aireviewchecklist.js +1 -1
  109. package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
  110. package/src/aireviewmode/model/aireviewcheckresultchange.js +1 -1
  111. package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
  112. package/src/aireviewmode/ui/aireviemodepromptinputview.js +1 -1
  113. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  114. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  115. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  116. package/src/aireviewmode/ui/aireviewmodefinishreviewbuttonview.js +1 -1
  117. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  118. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  119. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  120. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  121. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  122. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  123. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  124. package/src/aitabs/aitabs.js +1 -1
  125. package/src/aitabs/tabs/aitabsview.js +1 -1
  126. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  127. package/src/aitabs/tabs/tabpanelview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x1b7bbb,_0x2715fe){const _0x1c42ce=_0x55d6,_0x5844ee=_0x1b7bbb();while(!![]){try{const _0x3763bc=-parseInt(_0x1c42ce(0x146))/0x1*(parseInt(_0x1c42ce(0x14f))/0x2)+parseInt(_0x1c42ce(0x135))/0x3*(-parseInt(_0x1c42ce(0x13c))/0x4)+-parseInt(_0x1c42ce(0x13b))/0x5*(-parseInt(_0x1c42ce(0x141))/0x6)+parseInt(_0x1c42ce(0x13d))/0x7+parseInt(_0x1c42ce(0x13e))/0x8+parseInt(_0x1c42ce(0x14c))/0x9*(-parseInt(_0x1c42ce(0x143))/0xa)+parseInt(_0x1c42ce(0x139))/0xb*(parseInt(_0x1c42ce(0x140))/0xc);if(_0x3763bc===_0x2715fe)break;else _0x5844ee['push'](_0x5844ee['shift']());}catch(_0x413acd){_0x5844ee['push'](_0x5844ee['shift']());}}}(_0x1307,0x90561));import{parseDocument as _0x3e541e}from'htmlparser2';import{append as _0x2ea364,appendChild as _0x5e1705,find as _0x4cb4db,findAll as _0x38fb2d,findOne as _0x12ffe3,getChildren as _0x368c68,isComment as _0x518759,isTag as _0x595cf8,prepend as _0x47c49e,prependChild as _0x3db787,removeElement as _0x571888,replaceElement as _0xa96ba9,textContent as _0x104394,getParent as _0x19ca34,hasChildren as _0x327160}from'domutils';import _0x540cf9 from'dom-serializer';import{cloneNode as _0x2c0238,isDocument as _0x2c062a,isText as _0x3e7ded,Element as _0x526b38,Text as _0x409541,Document as _0xe9652a,NodeWithChildren as _0x236cb9}from'domhandler';export{_0x2c0238 as cloneNode,_0x4cb4db as find,_0x12ffe3 as findOne,_0x38fb2d as findAll,_0x368c68 as getChildren,_0x19ca34 as getParent,_0x518759 as isComment,_0x2c062a as isDocument,_0x595cf8 as isTag,_0x3e7ded as isText,_0x2ea364 as append,_0x5e1705 as appendChild,_0x47c49e as prepend,_0x3db787 as prependChild,_0x540cf9 as render,_0x571888 as removeElement,_0xa96ba9 as replaceElement,_0x104394 as textContent,_0x327160 as hasChildren,_0x526b38 as Element,_0xe9652a as Document,_0x236cb9 as NodeWithChildren,_0x409541 as Text};export function parse(_0x160304){return _0x3e541e(_0x160304);}export function serialize(_0x36b701){return _0x540cf9(_0x36b701);}export function findByAttribute(_0x4f28f9,_0x51a93f,_0x2f58f6){const _0x8747f2=_0x55d6,_0x52f570=null!==_0x51a93f?_0x3571fc=>_0x3571fc[_0x8747f2(0x14d)][_0x4f28f9]===_0x51a93f:_0x360c32=>Boolean(_0x360c32[_0x8747f2(0x14d)][_0x4f28f9]);return _0x12ffe3(_0x2bcbf0=>_0x595cf8(_0x2bcbf0)&&_0x52f570(_0x2bcbf0),_0x2f58f6);}export function findAllByAttribute(_0x248df9,_0x54f326,_0x357ccb){const _0x4315a9=_0x55d6,_0x5456f1=null!==_0x54f326?_0x19e122=>_0x19e122[_0x4315a9(0x14d)][_0x248df9]===_0x54f326:_0x42075b=>Boolean(_0x42075b[_0x4315a9(0x14d)][_0x248df9]);return _0x38fb2d(_0x1d8afb=>_0x595cf8(_0x1d8afb)&&_0x5456f1(_0x1d8afb),_0x357ccb);}export function findAllComments(_0x530619){return _0x4cb4db(_0x3d3fd4=>_0x518759(_0x3d3fd4),_0x530619,!0x0,0x1/0x0);}export function getAttribute(_0xad4be0,_0x1fa107){const _0x12e866=_0x55d6;return _0xad4be0&&_0x595cf8(_0xad4be0)?_0xad4be0[_0x12e866(0x14d)][_0x1fa107]:null;}export function setAttribute(_0x1d478b,_0x5672d0,_0x4c9d04){const _0x47a327=_0x55d6;_0x595cf8(_0x1d478b)&&(null===_0x4c9d04?delete _0x1d478b[_0x47a327(0x14d)][_0x5672d0]:_0x1d478b[_0x47a327(0x14d)][_0x5672d0]=_0x4c9d04);}function _0x55d6(_0x328b16,_0x4e809d){const _0x13076e=_0x1307();return _0x55d6=function(_0x55d6cb,_0xb738f6){_0x55d6cb=_0x55d6cb-0x135;let _0x3d2e66=_0x13076e[_0x55d6cb];return _0x3d2e66;},_0x55d6(_0x328b16,_0x4e809d);}export function insertElement(_0x1b82da,_0x5049cd,_0x47b444){const _0x6c4d72=_0x55d6,_0x8cd6c=_0x5049cd[_0x6c4d72(0x138)](!0x0);_0x6c4d72(0x137)===_0x47b444?_0x47c49e(_0x1b82da,_0x8cd6c):_0x6c4d72(0x144)===_0x47b444?_0x3db787(_0x1b82da,_0x8cd6c):_0x6c4d72(0x13f)===_0x47b444?_0x5e1705(_0x1b82da,_0x8cd6c):_0x6c4d72(0x148)===_0x47b444&&_0x2ea364(_0x1b82da,_0x8cd6c);}export function moveElement(_0x1079ad,_0x493ed){_0x571888(_0x1079ad),_0xa96ba9(_0x493ed,_0x1079ad);}function _0x1307(){const _0x169115=['12lqSfdv','11796yHpQSD','forEach','1100AeUsBV','afterbegin','slice','48gSeFdp','reverse','afterend','indexOf','push','replace','8550ocxvTU','attribs','nextSibling','47514YOtzkT','1045794RyeDHH','map','beforebegin','cloneNode','1651012mQtqFn','parentNode','90xNbEmR','4dtbHxi','7778876trIvlq','7103096PrImea','beforeend'];_0x1307=function(){return _0x169115;};return _0x1307();}export function clone(_0xbf31aa){const _0x2f53c5=_0x55d6;return _0xbf31aa[_0x2f53c5(0x138)](!0x0);}export function getParents(_0x5aa504){const _0xe9e23f=_0x55d6,_0x1cd27b=[];let _0x522c61=_0x5aa504;for(;_0x522c61;)_0x522c61=_0x19ca34(_0x522c61),_0x522c61&&_0x1cd27b[_0xe9e23f(0x14a)](_0x522c61);return _0x1cd27b;}export function normalizeHTML(_0xd473b4){const _0x4d0153=_0x55d6;return _0xd473b4[_0x4d0153(0x14b)](/^\s+/gm,'')[_0x4d0153(0x14b)](/\s+$/gm,'')[_0x4d0153(0x14b)](/\n*/g,'')[_0x4d0153(0x14b)](/\s+/g,'\x20')[_0x4d0153(0x14b)](/>\s*</g,'><');}export function areNodesSame(_0x2be095,_0x3fb37b){return normalizeHTML(serialize(_0x2be095))===normalizeHTML(serialize(_0x3fb37b));}export function getNodeNestingLevel(_0x36052e){const _0x4301bf=_0x55d6;let _0x2b963a=0x0;for(;_0x36052e[_0x4301bf(0x13a)];)_0x36052e=_0x36052e[_0x4301bf(0x13a)],_0x2b963a++;return _0x2b963a;}export function removeElementsAfter(_0x3c38eb){const _0x59d402=_0x55d6,_0x4e89fa=[];let _0x19bc5d=_0x3c38eb[_0x59d402(0x14e)];for(;_0x19bc5d;)_0x4e89fa[_0x59d402(0x14a)](_0x19bc5d),_0x19bc5d=_0x19bc5d[_0x59d402(0x14e)];_0x4e89fa[_0x59d402(0x142)](_0x4f3fe6=>{_0x571888(_0x4f3fe6);});}export function getNodePath(_0x46a11b){const _0x52fb76=_0x55d6;return[_0x46a11b,...getParents(_0x46a11b)][_0x52fb76(0x145)](0x0,-0x1)[_0x52fb76(0x136)](_0x3ddb7b=>{const _0x111981=_0x52fb76,_0x3968f7=_0x19ca34(_0x3ddb7b);return _0x368c68(_0x3968f7)[_0x111981(0x149)](_0x3ddb7b);})[_0x52fb76(0x147)]();}
23
+ (function(_0x476298,_0x8a1543){const _0x1b5d8b=_0x5929,_0x5855ce=_0x476298();while(!![]){try{const _0x4ae489=parseInt(_0x1b5d8b(0x172))/0x1*(-parseInt(_0x1b5d8b(0x175))/0x2)+-parseInt(_0x1b5d8b(0x16f))/0x3+parseInt(_0x1b5d8b(0x17b))/0x4*(parseInt(_0x1b5d8b(0x164))/0x5)+parseInt(_0x1b5d8b(0x167))/0x6*(-parseInt(_0x1b5d8b(0x16b))/0x7)+parseInt(_0x1b5d8b(0x176))/0x8+-parseInt(_0x1b5d8b(0x170))/0x9*(-parseInt(_0x1b5d8b(0x163))/0xa)+-parseInt(_0x1b5d8b(0x16d))/0xb*(-parseInt(_0x1b5d8b(0x16e))/0xc);if(_0x4ae489===_0x8a1543)break;else _0x5855ce['push'](_0x5855ce['shift']());}catch(_0x99b646){_0x5855ce['push'](_0x5855ce['shift']());}}}(_0x4d8b,0x708ea));import{parseDocument as _0x307f77}from'htmlparser2';import{append as _0x5ac0bc,appendChild as _0x235b49,find as _0x43f810,findAll as _0x3cf2d1,findOne as _0x27a242,getChildren as _0x432986,isComment as _0x25013f,isTag as _0x323c9d,prepend as _0x228e7a,prependChild as _0x97d442,removeElement as _0x38eac2,replaceElement as _0x4ad3b9,textContent as _0x6b9a47,getParent as _0x18a68f,hasChildren as _0x52429c}from'domutils';import _0x1e8098 from'dom-serializer';import{cloneNode as _0x2acfff,isDocument as _0x124b1f,isText as _0x128e63,Element as _0x56a141,Text as _0x21cf4b,Document as _0x4e2816,NodeWithChildren as _0x586f43}from'domhandler';export{_0x2acfff as cloneNode,_0x43f810 as find,_0x27a242 as findOne,_0x3cf2d1 as findAll,_0x432986 as getChildren,_0x18a68f as getParent,_0x25013f as isComment,_0x124b1f as isDocument,_0x323c9d as isTag,_0x128e63 as isText,_0x5ac0bc as append,_0x235b49 as appendChild,_0x228e7a as prepend,_0x97d442 as prependChild,_0x1e8098 as render,_0x38eac2 as removeElement,_0x4ad3b9 as replaceElement,_0x6b9a47 as textContent,_0x52429c as hasChildren,_0x56a141 as Element,_0x4e2816 as Document,_0x586f43 as NodeWithChildren,_0x21cf4b as Text};export function parse(_0x112ebe){return _0x307f77(_0x112ebe);}export function serialize(_0x1b3ded){return _0x1e8098(_0x1b3ded);}export function findByAttribute(_0x3fde31,_0x19ad0b,_0xb645e9){const _0x3141d1=_0x5929,_0x45be62=null!==_0x19ad0b?_0x49502d=>_0x49502d[_0x3141d1(0x177)][_0x3fde31]===_0x19ad0b:_0x90a78b=>Boolean(_0x90a78b[_0x3141d1(0x177)][_0x3fde31]);return _0x27a242(_0x3fe5b1=>_0x323c9d(_0x3fe5b1)&&_0x45be62(_0x3fe5b1),_0xb645e9);}export function findAllByAttribute(_0x2aca2f,_0xe64ea0,_0x1c39b4){const _0x426c71=_0x5929,_0x104411=null!==_0xe64ea0?_0x5a53f5=>_0x5a53f5[_0x426c71(0x177)][_0x2aca2f]===_0xe64ea0:_0x14b13f=>Boolean(_0x14b13f[_0x426c71(0x177)][_0x2aca2f]);return _0x3cf2d1(_0x845637=>_0x323c9d(_0x845637)&&_0x104411(_0x845637),_0x1c39b4);}export function findAllComments(_0x30775f){return _0x43f810(_0x336120=>_0x25013f(_0x336120),_0x30775f,!0x0,0x1/0x0);}function _0x5929(_0x27a2cc,_0x113126){const _0x4d8bb7=_0x4d8b();return _0x5929=function(_0x59292d,_0x5046b0){_0x59292d=_0x59292d-0x163;let _0x5df6f9=_0x4d8bb7[_0x59292d];return _0x5df6f9;},_0x5929(_0x27a2cc,_0x113126);}export function getAttribute(_0x37573c,_0x5357e8){const _0x40bd94=_0x5929;return _0x37573c&&_0x323c9d(_0x37573c)?_0x37573c[_0x40bd94(0x177)][_0x5357e8]:null;}export function setAttribute(_0x4cccd9,_0x3e9182,_0xf02a93){const _0x37d3d7=_0x5929;_0x323c9d(_0x4cccd9)&&(null===_0xf02a93?delete _0x4cccd9[_0x37d3d7(0x177)][_0x3e9182]:_0x4cccd9[_0x37d3d7(0x177)][_0x3e9182]=_0xf02a93);}export function insertElement(_0x37e371,_0x27d7c7,_0x2c9419){const _0x223661=_0x5929,_0x33daee=_0x27d7c7[_0x223661(0x178)](!0x0);_0x223661(0x17a)===_0x2c9419?_0x228e7a(_0x37e371,_0x33daee):_0x223661(0x17c)===_0x2c9419?_0x97d442(_0x37e371,_0x33daee):_0x223661(0x171)===_0x2c9419?_0x235b49(_0x37e371,_0x33daee):_0x223661(0x166)===_0x2c9419&&_0x5ac0bc(_0x37e371,_0x33daee);}export function moveElement(_0x3a8a3d,_0x56820b){_0x38eac2(_0x3a8a3d),_0x4ad3b9(_0x56820b,_0x3a8a3d);}export function clone(_0xdd3c12){const _0x50daa3=_0x5929;return _0xdd3c12[_0x50daa3(0x178)](!0x0);}export function getParents(_0x4da611){const _0x146eba=_0x5929,_0xdc0f69=[];let _0x35edb8=_0x4da611;for(;_0x35edb8;)_0x35edb8=_0x18a68f(_0x35edb8),_0x35edb8&&_0xdc0f69[_0x146eba(0x174)](_0x35edb8);return _0xdc0f69;}export function normalizeHTML(_0x56b561){const _0x44744d=_0x5929;return _0x56b561[_0x44744d(0x16c)](/^\s+/gm,'')[_0x44744d(0x16c)](/\s+$/gm,'')[_0x44744d(0x16c)](/\n*/g,'')[_0x44744d(0x16c)](/\s+/g,'\x20')[_0x44744d(0x16c)](/>\s*</g,'><');}export function areNodesSame(_0xb6aef3,_0x4ab32c){return normalizeHTML(serialize(_0xb6aef3))===normalizeHTML(serialize(_0x4ab32c));}export function getNodeNestingLevel(_0x1bea51){const _0x5d45cc=_0x5929;let _0x1671de=0x0;for(;_0x1bea51[_0x5d45cc(0x168)];)_0x1bea51=_0x1bea51[_0x5d45cc(0x168)],_0x1671de++;return _0x1671de;}function _0x4d8b(){const _0xfc46bc=['reverse','afterend','12882CbPjps','parentNode','indexOf','forEach','469fnnboP','replace','11tsWvcW','4515288sFmzHr','986178xcNAqZ','40725Ugnovg','beforeend','4oovEGj','map','push','327802fdMUPM','3183712IgAbHQ','attribs','cloneNode','nextSibling','beforebegin','7768EeGzlp','afterbegin','slice','1050VBEBMs','875tPlrhe'];_0x4d8b=function(){return _0xfc46bc;};return _0x4d8b();}export function removeElementsAfter(_0x572a47){const _0x76b8c9=_0x5929,_0x10053b=[];let _0x5a9af5=_0x572a47[_0x76b8c9(0x179)];for(;_0x5a9af5;)_0x10053b[_0x76b8c9(0x174)](_0x5a9af5),_0x5a9af5=_0x5a9af5[_0x76b8c9(0x179)];_0x10053b[_0x76b8c9(0x16a)](_0x360bee=>{_0x38eac2(_0x360bee);});}export function getNodePath(_0x3898de){const _0x53aeee=_0x5929;return[_0x3898de,...getParents(_0x3898de)][_0x53aeee(0x17d)](0x0,-0x1)[_0x53aeee(0x173)](_0x495f78=>{const _0x293e99=_0x53aeee,_0x485f9c=_0x18a68f(_0x495f78);return _0x432986(_0x485f9c)[_0x293e99(0x169)](_0x495f78);})[_0x53aeee(0x165)]();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x12fd3d=_0x339f;function _0x339f(_0x4d5957,_0x531061){const _0x2c60ef=_0x2c60();return _0x339f=function(_0x339f8c,_0x6fd643){_0x339f8c=_0x339f8c-0x13a;let _0x466046=_0x2c60ef[_0x339f8c];return _0x466046;},_0x339f(_0x4d5957,_0x531061);}function _0x2c60(){const _0x31dd23=['stream','forEach','join','abort','isWordSplitResult','match','2841296EmfFCh','textNodeStyle','signal','entries','48WrukPn','11756tGmFIn','ins','div','cleanUpAnimations','nodesList','bind','options','35234ElRBih','attribs','del','document','sub','sup','shouldBeStreamed','226128dmaUxY','tagName','4400150uINShH','timeoutAbortController','push','from','370fhTbjI','splitTextNodeIntoWordNodes','1012932sDygiD','code','length','isStreaming','querySelectorAll','span[data-ck-html-streamer-word-chunk]','span','isWordSplitSource','mark','5370bbuIDk','stop','now','delay','currentIndex','renderNode','onStreamUpdate','getParsedDocumentNodeList','childNodes','reverse','parent','strong','map','children','replaceWith','1673nYNGMW','ai-html-streamer-current-index-out-of-bounds','includes','addEventListener'];_0x2c60=function(){return _0x31dd23;};return _0x2c60();}(function(_0x37b4e4,_0x52c222){const _0xdc8446=_0x339f,_0x30e36a=_0x37b4e4();while(!![]){try{const _0x1eee5d=parseInt(_0xdc8446(0x140))/0x1+-parseInt(_0xdc8446(0x176))/0x2*(-parseInt(_0xdc8446(0x16e))/0x3)+parseInt(_0xdc8446(0x16f))/0x4*(-parseInt(_0xdc8446(0x146))/0x5)+-parseInt(_0xdc8446(0x151))/0x6*(-parseInt(_0xdc8446(0x160))/0x7)+parseInt(_0xdc8446(0x16a))/0x8+-parseInt(_0xdc8446(0x148))/0x9+-parseInt(_0xdc8446(0x142))/0xa;if(_0x1eee5d===_0x52c222)break;else _0x30e36a['push'](_0x30e36a['shift']());}catch(_0x368ebe){_0x30e36a['push'](_0x30e36a['shift']());}}}(_0x2c60,0x4af4a));import _0xbc00ec from'morphdom';import{NodeWithChildren as _0xa00398,Text as _0x4cc18f,Element as _0x44f844,isText as _0x3ca556,isDocument as _0x207fc8,isTag as _0x333027,cloneNode as _0x4c8bd2,getChildren as _0x295597,prepend as _0x21f8e0,removeElement as _0x353a37,textContent as _0x217425,render as _0x45a311}from'./htmlparser.js';import{logWarning as _0x5e8845}from'ckeditor5/src/utils.js';export class HTMLStreamer{[_0x12fd3d(0x175)];[_0x12fd3d(0x14b)]=!0x1;[_0x12fd3d(0x13c)]=null;[_0x12fd3d(0x173)]=[];[_0x12fd3d(0x155)]=0x0;[_0x12fd3d(0x143)]=null;constructor(_0xef7daf){const _0xac70c7=_0x12fd3d;this[_0xac70c7(0x175)]={'delay':_0xef7daf[_0xac70c7(0x154)]??0x14,'textNodeStyle':_0xef7daf[_0xac70c7(0x16b)],'onStreamUpdate':_0xef7daf[_0xac70c7(0x157)]||(()=>{})};}async[_0x12fd3d(0x164)]({document:_0x1b896b,targetElement:_0x378f54,abortSignal:_0x13f0af}){const _0x6d74da=_0x12fd3d;this[_0x6d74da(0x14b)]&&this[_0x6d74da(0x152)](),_0x13f0af?.[_0x6d74da(0x163)](_0x6d74da(0x167),this[_0x6d74da(0x152)][_0x6d74da(0x174)](this)),this[_0x6d74da(0x13c)]=_0x4c8bd2(_0x1b896b,!0x0),this[_0x6d74da(0x173)]=this[_0x6d74da(0x158)](),this[_0x6d74da(0x14b)]=!0x0,this[_0x6d74da(0x155)]>this[_0x6d74da(0x173)][_0x6d74da(0x14a)]&&(_0x5e8845(_0x6d74da(0x161),{'currentIndex':this[_0x6d74da(0x155)],'nodeList':this[_0x6d74da(0x173)]}),this[_0x6d74da(0x155)]=this[_0x6d74da(0x173)][_0x6d74da(0x14a)]);for(let _0x7d0ab5=0x0;_0x7d0ab5<this[_0x6d74da(0x155)];_0x7d0ab5++)this[_0x6d74da(0x173)][_0x7d0ab5][_0x6d74da(0x13f)]=!0x0;let _0x916c79=0x0;for(let _0x217e74=this[_0x6d74da(0x155)];_0x217e74<this[_0x6d74da(0x173)][_0x6d74da(0x14a)];_0x217e74++){const _0x28c26f=Date[_0x6d74da(0x153)](),_0x43be5e=this[_0x6d74da(0x173)][_0x217e74],_0x19a692=_0x28c26f-_0x916c79;_0x43be5e[_0x6d74da(0x13f)]=!0x0;let _0x40e16f=_0x43be5e[_0x6d74da(0x15b)];for(;_0x40e16f;)_0x40e16f[_0x6d74da(0x13f)]=!0x0,_0x40e16f=_0x40e16f[_0x6d74da(0x15b)];if(_0x19a692<this[_0x6d74da(0x175)][_0x6d74da(0x154)])try{const {promise:_0x542d41,abortController:_0x1b8246}=pr(this[_0x6d74da(0x175)][_0x6d74da(0x154)]-_0x19a692);this[_0x6d74da(0x143)]=_0x1b8246,await _0x542d41;}catch(_0x2ad8bc){return;}_0xbc00ec(_0x378f54,'<'+_0x378f54[_0x6d74da(0x141)]+'>'+this[_0x6d74da(0x156)](this[_0x6d74da(0x13c)])+'</'+_0x378f54[_0x6d74da(0x141)]+'>',{'childrenOnly':!0x0}),this[_0x6d74da(0x175)][_0x6d74da(0x157)]&&this[_0x6d74da(0x175)][_0x6d74da(0x157)](),this[_0x6d74da(0x155)]=_0x217e74,_0x916c79=Date[_0x6d74da(0x153)]();}this[_0x6d74da(0x14b)]=!0x1;}[_0x12fd3d(0x172)]({targetElement:_0x4dd52a}){const _0x25e301=_0x12fd3d;Array[_0x25e301(0x145)](_0x4dd52a[_0x25e301(0x14c)](_0x25e301(0x14d)))[_0x25e301(0x15a)]()[_0x25e301(0x165)](_0x5001b6=>{const _0x1724c9=_0x25e301;_0x5001b6[_0x1724c9(0x15f)](_0x5001b6[_0x1724c9(0x159)][0x0]);});}[_0x12fd3d(0x152)](){const _0x47912b=_0x12fd3d;this[_0x47912b(0x14b)]=!0x1,this[_0x47912b(0x143)]&&(this[_0x47912b(0x143)][_0x47912b(0x167)](),this[_0x47912b(0x143)]=null);}[_0x12fd3d(0x156)](_0x4abf5e){const _0x593795=_0x12fd3d;let _0x3f632a='';if(function(_0x4dbb1e){return _0x207fc8(_0x4dbb1e);}(_0x4abf5e)){for(const _0x336194 of _0x4abf5e[_0x593795(0x15e)])_0x3f632a+=this[_0x593795(0x156)](_0x336194);}else{if(dr(_0x4abf5e)){if(!_0x4abf5e[_0x593795(0x13f)])return'';const _0x35244=_0x4abf5e,_0x186775=Object[_0x593795(0x16d)](_0x35244[_0x593795(0x13a)])[_0x593795(0x15d)](([_0x5c95c6,_0x540db0])=>_0x5c95c6+'=\x22'+_0x540db0+'\x22')[_0x593795(0x166)]('\x20');_0x3f632a+='<'+_0x35244[_0x593795(0x141)]+(_0x186775?'\x20'+_0x186775:'')+'>';for(const _0x83ee3e of _0x295597(_0x35244))_0x3f632a+=this[_0x593795(0x156)](_0x83ee3e);_0x3f632a+='</'+_0x35244[_0x593795(0x141)]+'>';}else{if(!ar(_0x4abf5e))return'';if(!_0x4abf5e[_0x593795(0x13f)])return'';!function(_0xe6fcec){const _0x79f28a=_0x593795;if(!_0xe6fcec[_0x79f28a(0x15b)]||!dr(_0xe6fcec[_0x79f28a(0x15b)]))return!0x1;if(!cr[_0x79f28a(0x162)](_0xe6fcec[_0x79f28a(0x15b)][_0x79f28a(0x141)]))return!0x1;return!_0x217425(_0xe6fcec)[_0x79f28a(0x169)](/^\s*[<>]\s*$/);}(_0x4abf5e)?_0x3f632a+=_0x45a311(_0x4abf5e):_0x3f632a+=_0x45a311(new _0x44f844(_0x593795(0x14e),{'data-ck-html-streamer-word-chunk':'','style':this[_0x593795(0x175)][_0x593795(0x16b)]},[_0x4abf5e]));}}return _0x3f632a;}[_0x12fd3d(0x158)](){const _0x397b46=_0x12fd3d,_0x1a7440=[];return function(_0x1557d9,_0x2eee3b){const _0x43b85a=_0x339f,_0x5ab721=_0x4cb249=>{const _0xa07348=_0x339f;if(_0x2eee3b(_0x4cb249),_0x4cb249 instanceof _0xa00398)for(let _0x18ec4b=0x0;_0x18ec4b<_0x4cb249[_0xa07348(0x15e)][_0xa07348(0x14a)];_0x18ec4b++){const _0x46f1a1=_0x4cb249[_0xa07348(0x15e)][_0x18ec4b];_0x5ab721(_0x46f1a1);}};for(let _0x197e44=0x0;_0x197e44<_0x1557d9[_0x43b85a(0x15e)][_0x43b85a(0x14a)];_0x197e44++)_0x5ab721(_0x1557d9[_0x43b85a(0x15e)][_0x197e44]);}(this[_0x397b46(0x13c)],_0x5717f7=>{const _0x4e747e=_0x397b46;if(ar(_0x5717f7)){const _0x5511ab=this[_0x4e747e(0x147)](_0x5717f7);_0x5511ab[_0x4e747e(0x14a)]&&_0x1a7440[_0x4e747e(0x144)](..._0x5511ab);}_0x5717f7[_0x4e747e(0x14f)]||_0x5717f7[_0x4e747e(0x168)]||_0x1a7440[_0x4e747e(0x144)](_0x5717f7);}),_0x1a7440;}[_0x12fd3d(0x147)](_0x56d902){const _0x6fd527=_0x12fd3d;if(_0x56d902[_0x6fd527(0x14f)]||_0x56d902[_0x6fd527(0x168)])return[];const _0x5609d2=_0x217425(_0x56d902)[_0x6fd527(0x169)](/(?:\s*\S+\s*)/g),_0x3e4763=[];if(_0x5609d2&&_0x5609d2[_0x6fd527(0x14a)]>0x1){for(const _0x4c1073 of _0x5609d2){const _0x282cb5=new _0x4cc18f(_0x4c1073);_0x282cb5[_0x6fd527(0x168)]=!0x0,_0x21f8e0(_0x56d902,_0x282cb5),_0x3e4763[_0x6fd527(0x144)](_0x282cb5);}_0x56d902[_0x6fd527(0x14f)]=!0x0,_0x353a37(_0x56d902);}return _0x3e4763;}}const cr=['p','li','td','th',_0x12fd3d(0x14e),'h1','h2','h3','h4','h5','h6','b',_0x12fd3d(0x15c),'i','em',_0x12fd3d(0x150),_0x12fd3d(0x13b),_0x12fd3d(0x170),_0x12fd3d(0x13e),_0x12fd3d(0x13d),'a',_0x12fd3d(0x149),_0x12fd3d(0x171)];function ar(_0x3dde1f){return _0x3ca556(_0x3dde1f);}function dr(_0x5b7bb1){return _0x333027(_0x5b7bb1);}function pr(_0x1cbb99){const _0x13a100=new AbortController();return{'promise':new Promise((_0x2b7732,_0x261f30)=>{const _0x2568a1=_0x339f,_0x3259e1=setTimeout(_0x2b7732,_0x1cbb99);_0x13a100[_0x2568a1(0x16c)][_0x2568a1(0x163)](_0x2568a1(0x167),()=>{clearTimeout(_0x3259e1),_0x261f30();});}),'abortController':_0x13a100};}
23
+ const _0x53fe09=_0x100f;function _0x4943(){const _0x5c9ed8=['children','2013081LllBWE','del','1uNajBW','sup','sub','50306ncGuAg','18kGADRf','renderNode','textNodeStyle','splitTextNodeIntoWordNodes','onStreamUpdate','replaceWith','113770oiSlCE','308uXIlpN','match','reverse','64eFIrpr','stop','from','forEach','currentIndex','ai-html-streamer-current-index-out-of-bounds','childNodes','tagName','span[data-ck-html-streamer-word-chunk]','attribs','stream','1772668sAlrSC','addEventListener','timeoutAbortController','parent','isWordSplitResult','options','bind','signal','div','isStreaming','includes','document','shouldBeStreamed','map','mark','entries','nodesList','621342nmnmnY','getParsedDocumentNodeList','span','ins','querySelectorAll','push','cleanUpAnimations','abort','delay','now','1185401OofeAp','isWordSplitSource','strong','join','length','1116745iJrPUy','code'];_0x4943=function(){return _0x5c9ed8;};return _0x4943();}function _0x100f(_0x445209,_0x2c48f5){const _0x494309=_0x4943();return _0x100f=function(_0x100f1c,_0x8bcc03){_0x100f1c=_0x100f1c-0x134;let _0x2b76cd=_0x494309[_0x100f1c];return _0x2b76cd;},_0x100f(_0x445209,_0x2c48f5);}(function(_0x4f0489,_0x43ffe0){const _0x22a2b8=_0x100f,_0x583955=_0x4f0489();while(!![]){try{const _0x11b67b=parseInt(_0x22a2b8(0x142))/0x1*(-parseInt(_0x22a2b8(0x145))/0x2)+parseInt(_0x22a2b8(0x140))/0x3+-parseInt(_0x22a2b8(0x15b))/0x4+-parseInt(_0x22a2b8(0x13d))/0x5+-parseInt(_0x22a2b8(0x146))/0x6*(parseInt(_0x22a2b8(0x138))/0x7)+parseInt(_0x22a2b8(0x150))/0x8*(parseInt(_0x22a2b8(0x16c))/0x9)+parseInt(_0x22a2b8(0x14c))/0xa*(parseInt(_0x22a2b8(0x14d))/0xb);if(_0x11b67b===_0x43ffe0)break;else _0x583955['push'](_0x583955['shift']());}catch(_0x81d0b2){_0x583955['push'](_0x583955['shift']());}}}(_0x4943,0x538ad));import _0x594fb3 from'morphdom';import{NodeWithChildren as _0x430a59,Text as _0x3c8bc4,Element as _0x531a13,isText as _0x291347,isDocument as _0x6ad0f8,isTag as _0x4de91d,cloneNode as _0x5ca9ad,getChildren as _0x1a7b2e,prepend as _0x4d4840,removeElement as _0x3f0a14,textContent as _0x2cbadb,render as _0x473455}from'./htmlparser.js';import{logWarning as _0x5709c3}from'ckeditor5/src/utils.js';export class HTMLStreamer{[_0x53fe09(0x160)];[_0x53fe09(0x164)]=!0x1;[_0x53fe09(0x166)]=null;[_0x53fe09(0x16b)]=[];[_0x53fe09(0x154)]=0x0;[_0x53fe09(0x15d)]=null;constructor(_0xc51764){const _0x1e1c1b=_0x53fe09;this[_0x1e1c1b(0x160)]={'delay':_0xc51764[_0x1e1c1b(0x136)]??0x14,'textNodeStyle':_0xc51764[_0x1e1c1b(0x148)],'onStreamUpdate':_0xc51764[_0x1e1c1b(0x14a)]||(()=>{})};}async[_0x53fe09(0x15a)]({document:_0x4bf546,targetElement:_0x5c4192,abortSignal:_0x9a54dc}){const _0x4dc6f1=_0x53fe09;this[_0x4dc6f1(0x164)]&&this[_0x4dc6f1(0x151)](),_0x9a54dc?.[_0x4dc6f1(0x15c)](_0x4dc6f1(0x135),this[_0x4dc6f1(0x151)][_0x4dc6f1(0x161)](this)),this[_0x4dc6f1(0x166)]=_0x5ca9ad(_0x4bf546,!0x0),this[_0x4dc6f1(0x16b)]=this[_0x4dc6f1(0x16d)](),this[_0x4dc6f1(0x164)]=!0x0,this[_0x4dc6f1(0x154)]>this[_0x4dc6f1(0x16b)][_0x4dc6f1(0x13c)]&&(_0x5709c3(_0x4dc6f1(0x155),{'currentIndex':this[_0x4dc6f1(0x154)],'nodeList':this[_0x4dc6f1(0x16b)]}),this[_0x4dc6f1(0x154)]=this[_0x4dc6f1(0x16b)][_0x4dc6f1(0x13c)]);for(let _0x3ef17c=0x0;_0x3ef17c<this[_0x4dc6f1(0x154)];_0x3ef17c++)this[_0x4dc6f1(0x16b)][_0x3ef17c][_0x4dc6f1(0x167)]=!0x0;let _0x5be555=0x0;for(let _0x236b50=this[_0x4dc6f1(0x154)];_0x236b50<this[_0x4dc6f1(0x16b)][_0x4dc6f1(0x13c)];_0x236b50++){const _0x262aa5=Date[_0x4dc6f1(0x137)](),_0x3da142=this[_0x4dc6f1(0x16b)][_0x236b50],_0x5c9f77=_0x262aa5-_0x5be555;_0x3da142[_0x4dc6f1(0x167)]=!0x0;let _0x34a6a1=_0x3da142[_0x4dc6f1(0x15e)];for(;_0x34a6a1;)_0x34a6a1[_0x4dc6f1(0x167)]=!0x0,_0x34a6a1=_0x34a6a1[_0x4dc6f1(0x15e)];if(_0x5c9f77<this[_0x4dc6f1(0x160)][_0x4dc6f1(0x136)])try{const {promise:_0x57bf78,abortController:_0x5b26c8}=pr(this[_0x4dc6f1(0x160)][_0x4dc6f1(0x136)]-_0x5c9f77);this[_0x4dc6f1(0x15d)]=_0x5b26c8,await _0x57bf78;}catch(_0x26aa8c){return;}_0x594fb3(_0x5c4192,'<'+_0x5c4192[_0x4dc6f1(0x157)]+'>'+this[_0x4dc6f1(0x147)](this[_0x4dc6f1(0x166)])+'</'+_0x5c4192[_0x4dc6f1(0x157)]+'>',{'childrenOnly':!0x0}),this[_0x4dc6f1(0x160)][_0x4dc6f1(0x14a)]&&this[_0x4dc6f1(0x160)][_0x4dc6f1(0x14a)](),this[_0x4dc6f1(0x154)]=_0x236b50,_0x5be555=Date[_0x4dc6f1(0x137)]();}this[_0x4dc6f1(0x164)]=!0x1;}[_0x53fe09(0x134)]({targetElement:_0x156263}){const _0x29cdb8=_0x53fe09;Array[_0x29cdb8(0x152)](_0x156263[_0x29cdb8(0x170)](_0x29cdb8(0x158)))[_0x29cdb8(0x14f)]()[_0x29cdb8(0x153)](_0x2fa78d=>{const _0x19b6e2=_0x29cdb8;_0x2fa78d[_0x19b6e2(0x14b)](_0x2fa78d[_0x19b6e2(0x156)][0x0]);});}[_0x53fe09(0x151)](){const _0x5e4df9=_0x53fe09;this[_0x5e4df9(0x164)]=!0x1,this[_0x5e4df9(0x15d)]&&(this[_0x5e4df9(0x15d)][_0x5e4df9(0x135)](),this[_0x5e4df9(0x15d)]=null);}[_0x53fe09(0x147)](_0x36ce6e){const _0x167197=_0x53fe09;let _0x1b0da7='';if(function(_0x4c52a4){return _0x6ad0f8(_0x4c52a4);}(_0x36ce6e)){for(const _0x3cd7d0 of _0x36ce6e[_0x167197(0x13f)])_0x1b0da7+=this[_0x167197(0x147)](_0x3cd7d0);}else{if(dr(_0x36ce6e)){if(!_0x36ce6e[_0x167197(0x167)])return'';const _0x2a2dc3=_0x36ce6e,_0x2512d6=Object[_0x167197(0x16a)](_0x2a2dc3[_0x167197(0x159)])[_0x167197(0x168)](([_0x77f970,_0x42a16c])=>_0x77f970+'=\x22'+_0x42a16c+'\x22')[_0x167197(0x13b)]('\x20');_0x1b0da7+='<'+_0x2a2dc3[_0x167197(0x157)]+(_0x2512d6?'\x20'+_0x2512d6:'')+'>';for(const _0x381a92 of _0x1a7b2e(_0x2a2dc3))_0x1b0da7+=this[_0x167197(0x147)](_0x381a92);_0x1b0da7+='</'+_0x2a2dc3[_0x167197(0x157)]+'>';}else{if(!ar(_0x36ce6e))return'';if(!_0x36ce6e[_0x167197(0x167)])return'';!function(_0x32cf4b){const _0x22d122=_0x167197;if(!_0x32cf4b[_0x22d122(0x15e)]||!dr(_0x32cf4b[_0x22d122(0x15e)]))return!0x1;if(!cr[_0x22d122(0x165)](_0x32cf4b[_0x22d122(0x15e)][_0x22d122(0x157)]))return!0x1;return!_0x2cbadb(_0x32cf4b)[_0x22d122(0x14e)](/^\s*[<>]\s*$/);}(_0x36ce6e)?_0x1b0da7+=_0x473455(_0x36ce6e):_0x1b0da7+=_0x473455(new _0x531a13(_0x167197(0x16e),{'data-ck-html-streamer-word-chunk':'','style':this[_0x167197(0x160)][_0x167197(0x148)]},[_0x36ce6e]));}}return _0x1b0da7;}[_0x53fe09(0x16d)](){const _0x1a2016=_0x53fe09,_0x3b6aad=[];return function(_0x4b743b,_0x1e696a){const _0x15a37d=_0x100f,_0x132e8f=_0x1cf663=>{const _0x575f66=_0x100f;if(_0x1e696a(_0x1cf663),_0x1cf663 instanceof _0x430a59)for(let _0x45579f=0x0;_0x45579f<_0x1cf663[_0x575f66(0x13f)][_0x575f66(0x13c)];_0x45579f++){const _0x69cae4=_0x1cf663[_0x575f66(0x13f)][_0x45579f];_0x132e8f(_0x69cae4);}};for(let _0x575dfb=0x0;_0x575dfb<_0x4b743b[_0x15a37d(0x13f)][_0x15a37d(0x13c)];_0x575dfb++)_0x132e8f(_0x4b743b[_0x15a37d(0x13f)][_0x575dfb]);}(this[_0x1a2016(0x166)],_0x267a4e=>{const _0x35a463=_0x1a2016;if(ar(_0x267a4e)){const _0x108060=this[_0x35a463(0x149)](_0x267a4e);_0x108060[_0x35a463(0x13c)]&&_0x3b6aad[_0x35a463(0x171)](..._0x108060);}_0x267a4e[_0x35a463(0x139)]||_0x267a4e[_0x35a463(0x15f)]||_0x3b6aad[_0x35a463(0x171)](_0x267a4e);}),_0x3b6aad;}[_0x53fe09(0x149)](_0x23ff03){const _0x3a219e=_0x53fe09;if(_0x23ff03[_0x3a219e(0x139)]||_0x23ff03[_0x3a219e(0x15f)])return[];const _0x54affb=_0x2cbadb(_0x23ff03)[_0x3a219e(0x14e)](/(?:\s*\S+\s*)/g),_0x4ef834=[];if(_0x54affb&&_0x54affb[_0x3a219e(0x13c)]>0x1){for(const _0x38d017 of _0x54affb){const _0x46b520=new _0x3c8bc4(_0x38d017);_0x46b520[_0x3a219e(0x15f)]=!0x0,_0x4d4840(_0x23ff03,_0x46b520),_0x4ef834[_0x3a219e(0x171)](_0x46b520);}_0x23ff03[_0x3a219e(0x139)]=!0x0,_0x3f0a14(_0x23ff03);}return _0x4ef834;}}const cr=['p','li','td','th',_0x53fe09(0x16e),'h1','h2','h3','h4','h5','h6','b',_0x53fe09(0x13a),'i','em',_0x53fe09(0x169),_0x53fe09(0x141),_0x53fe09(0x16f),_0x53fe09(0x143),_0x53fe09(0x144),'a',_0x53fe09(0x13e),_0x53fe09(0x163)];function ar(_0x1221e8){return _0x291347(_0x1221e8);}function dr(_0xfdb694){return _0x4de91d(_0xfdb694);}function pr(_0x3d9680){const _0x2e9ecc=new AbortController();return{'promise':new Promise((_0x3cb4a4,_0x1ccb39)=>{const _0x1c5074=_0x100f,_0x4a3069=setTimeout(_0x3cb4a4,_0x3d9680);_0x2e9ecc[_0x1c5074(0x162)][_0x1c5074(0x15c)](_0x1c5074(0x135),()=>{clearTimeout(_0x4a3069),_0x1ccb39();});}),'abortController':_0x2e9ecc};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x51b579=_0x1483;(function(_0x5dcc1a,_0x562f1d){var _0x30b538=_0x1483,_0x30664c=_0x5dcc1a();while(!![]){try{var _0x2ad5d1=-parseInt(_0x30b538(0x1a3))/0x1*(parseInt(_0x30b538(0x19d))/0x2)+parseInt(_0x30b538(0x19f))/0x3*(parseInt(_0x30b538(0x196))/0x4)+-parseInt(_0x30b538(0x19b))/0x5+parseInt(_0x30b538(0x197))/0x6+parseInt(_0x30b538(0x1a2))/0x7+parseInt(_0x30b538(0x19e))/0x8*(parseInt(_0x30b538(0x199))/0x9)+-parseInt(_0x30b538(0x1a1))/0xa;if(_0x2ad5d1===_0x562f1d)break;else _0x30664c['push'](_0x30664c['shift']());}catch(_0x4a0476){_0x30664c['push'](_0x30664c['shift']());}}}(_0x4cd2,0xdee55));function _0x1483(_0x916796,_0x39ae79){var _0x4cd2ff=_0x4cd2();return _0x1483=function(_0x1483f8,_0x37a29c){_0x1483f8=_0x1483f8-0x196;var _0x46725c=_0x4cd2ff[_0x1483f8];return _0x46725c;},_0x1483(_0x916796,_0x39ae79);}import{Plugin as _0x2dd6e7}from'ckeditor5/src/core.js';import{AIToggleButtonUI as _0x3ff63b}from'./aitogglebutton/aitogglebuttonui.js';import{SuggestionsConversion as _0xa2e0fa}from'@ckeditor/ckeditor5-collaboration-core';export class AIEditorIntegration extends _0x2dd6e7{static get[_0x51b579(0x19c)](){return[_0x3ff63b,_0xa2e0fa];}static get[_0x51b579(0x198)](){var _0x5a606a=_0x51b579;return _0x5a606a(0x1a4);}static get[_0x51b579(0x1a0)](){return!0x0;}static get[_0x51b579(0x19a)](){return!0x0;}}function _0x4cd2(){var _0x2d0ca6=['requires','2570324NWKGaA','252064TkYFfw','40491FVaTAe','isOfficialPlugin','296740lSjCyt','5493264fpxUHj','1RbfgMt','AIEditorIntegration','412prRWgv','5991252SwnfSt','pluginName','207vreIPJ','isPremiumPlugin','8351760PrlCxD'];_0x4cd2=function(){return _0x2d0ca6;};return _0x4cd2();}
23
+ function _0x55a4(_0x5c4be4,_0xf8e26a){var _0x56606c=_0x5660();return _0x55a4=function(_0x55a4c2,_0x32c4ad){_0x55a4c2=_0x55a4c2-0xc8;var _0x45fb07=_0x56606c[_0x55a4c2];return _0x45fb07;},_0x55a4(_0x5c4be4,_0xf8e26a);}var _0x169be3=_0x55a4;(function(_0x235ede,_0x542b00){var _0x3a7ca6=_0x55a4,_0x1047a5=_0x235ede();while(!![]){try{var _0xdbde10=-parseInt(_0x3a7ca6(0xce))/0x1+parseInt(_0x3a7ca6(0xd5))/0x2+parseInt(_0x3a7ca6(0xd1))/0x3*(-parseInt(_0x3a7ca6(0xcd))/0x4)+-parseInt(_0x3a7ca6(0xcb))/0x5+parseInt(_0x3a7ca6(0xd6))/0x6*(-parseInt(_0x3a7ca6(0xcf))/0x7)+-parseInt(_0x3a7ca6(0xc8))/0x8+parseInt(_0x3a7ca6(0xcc))/0x9*(parseInt(_0x3a7ca6(0xd2))/0xa);if(_0xdbde10===_0x542b00)break;else _0x1047a5['push'](_0x1047a5['shift']());}catch(_0x164e00){_0x1047a5['push'](_0x1047a5['shift']());}}}(_0x5660,0x7ac66));import{Plugin as _0x172882}from'ckeditor5/src/core.js';import{AIToggleButtonUI as _0x2d444e}from'./aitogglebutton/aitogglebuttonui.js';import{SuggestionsConversion as _0x219bad}from'@ckeditor/ckeditor5-collaboration-core';export class AIEditorIntegration extends _0x172882{static get[_0x169be3(0xd0)](){return[_0x2d444e,_0x219bad];}static get[_0x169be3(0xc9)](){var _0x34eb61=_0x169be3;return _0x34eb61(0xd4);}static get[_0x169be3(0xca)](){return!0x0;}static get[_0x169be3(0xd3)](){return!0x0;}}function _0x5660(){var _0x184436=['7remXMp','requires','158691jjYSRS','50ZbaHGk','isPremiumPlugin','AIEditorIntegration','1795788XJCvOq','621090zmqAGp','3776784pmUFia','pluginName','isOfficialPlugin','3495135xMDSsm','3723849yAjvEf','40GSLmiP','660203iYYyHE'];_0x5660=function(){return _0x184436;};return _0x5660();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x28a115=_0x2b79;(function(_0x511f7b,_0x1a9990){const _0x4165db=_0x2b79,_0x39edd9=_0x511f7b();while(!![]){try{const _0x112733=parseInt(_0x4165db(0xaf))/0x1+-parseInt(_0x4165db(0xb5))/0x2+-parseInt(_0x4165db(0xac))/0x3*(-parseInt(_0x4165db(0xba))/0x4)+parseInt(_0x4165db(0xae))/0x5*(-parseInt(_0x4165db(0x9e))/0x6)+-parseInt(_0x4165db(0xbc))/0x7+parseInt(_0x4165db(0xb7))/0x8*(parseInt(_0x4165db(0xbb))/0x9)+parseInt(_0x4165db(0xb3))/0xa;if(_0x112733===_0x1a9990)break;else _0x39edd9['push'](_0x39edd9['shift']());}catch(_0x295741){_0x39edd9['push'](_0x39edd9['shift']());}}}(_0x44e8,0xbd217));function _0x2b79(_0x499e4c,_0x1b7161){const _0x44e862=_0x44e8();return _0x2b79=function(_0x2b793f,_0x19eab1){_0x2b793f=_0x2b793f-0x9b;let _0xaacbad=_0x44e862[_0x2b793f];return _0xaacbad;},_0x2b79(_0x499e4c,_0x1b7161);}import{Plugin as _0x33f636}from'ckeditor5/src/core.js';import{ToggleAICommand as _0x58d954}from'./toggleaicommand.js';import{ButtonView as _0x300e2d,MenuBarMenuListItemButtonView as _0x42916b}from'ckeditor5/src/ui.js';import{IconAIAskAI as _0x4ee581}from'@ckeditor/ckeditor5-icons';import{getTranslation as _0x41253c}from'../../aicore/utils/common-translations.js';function _0x44e8(){const _0x52c629=['locale','add','menuitemcheckbox','12Ovvavf','ck-ai-toggle-button','requires','menuBar:toggleAi','init','toggleAi','commands','pluginName','listenTo','_createAIUIButton','editor','execute','bind','componentFactory','903tzCyvm','set','687390qwPVuC','613321RgklBD','isEnabled','isPremiumPlugin','value','14101010CQcrjk','get','2022260sofyex','isOfficialPlugin','248KbayFE','AIToggleButtonUI','AI_TOGGLE_BUTTON_LABEL','16908KXwpMj','22284isjZYt','9182180VHQvDD','isOn'];_0x44e8=function(){return _0x52c629;};return _0x44e8();}import{AITabs as _0x1445ea}from'../../aitabs/aitabs.js';import'../../../theme/aieditorintegration/aitogglebutton.css';export class AIToggleButtonUI extends _0x33f636{static get[_0x28a115(0xa0)](){return[_0x1445ea];}static get[_0x28a115(0xa5)](){const _0x1a9eed=_0x28a115;return _0x1a9eed(0xb8);}static get[_0x28a115(0xb6)](){return!0x0;}static get[_0x28a115(0xb1)](){return!0x0;}[_0x28a115(0xa2)](){const _0xb375be=_0x28a115,_0x5c355b=this[_0xb375be(0xa8)];_0x5c355b[_0xb375be(0xa4)][_0xb375be(0x9c)](_0xb375be(0xa3),new _0x58d954(_0x5c355b)),_0x5c355b['ui'][_0xb375be(0xab)][_0xb375be(0x9c)](_0xb375be(0xa3),()=>{const _0x45a96e=_0xb375be,_0x32db8c=this[_0x45a96e(0xa7)](_0x300e2d);return _0x32db8c[_0x45a96e(0xad)]({'tooltip':!0x0,'class':_0x45a96e(0x9f)}),_0x32db8c;}),_0x5c355b['ui'][_0xb375be(0xab)][_0xb375be(0x9c)](_0xb375be(0xa1),()=>{const _0x4b9d32=_0xb375be,_0x1d90c5=this[_0x4b9d32(0xa7)](_0x42916b);return _0x1d90c5[_0x4b9d32(0xad)]({'role':_0x4b9d32(0x9d)}),_0x1d90c5;});}[_0x28a115(0xa7)](_0x300670){const _0x5e5759=_0x28a115,_0x44989c=this[_0x5e5759(0xa8)],_0x8f5d9e=_0x44989c[_0x5e5759(0xa4)][_0x5e5759(0xb4)](_0x5e5759(0xa3)),_0x54e3b0=new _0x300670(_0x44989c[_0x5e5759(0x9b)]);return _0x54e3b0[_0x5e5759(0xad)]({'label':_0x41253c(_0x44989c[_0x5e5759(0x9b)],_0x5e5759(0xb9)),'icon':_0x4ee581,'isToggleable':!0x0}),_0x54e3b0[_0x5e5759(0xaa)](_0x5e5759(0xb0))['to'](_0x8f5d9e),_0x54e3b0[_0x5e5759(0xaa)](_0x5e5759(0xbd))['to'](_0x8f5d9e,_0x5e5759(0xb2),_0x3150df=>!!_0x3150df),this[_0x5e5759(0xa6)](_0x54e3b0,_0x5e5759(0xa9),()=>{const _0x41d914=_0x5e5759;_0x8f5d9e[_0x41d914(0xa9)]();}),_0x54e3b0;}}
23
+ const _0x20f88d=_0x23d5;(function(_0x4d2c6,_0x52512f){const _0x9a7978=_0x23d5,_0x1e6367=_0x4d2c6();while(!![]){try{const _0x36007f=parseInt(_0x9a7978(0x112))/0x1+parseInt(_0x9a7978(0x10d))/0x2*(-parseInt(_0x9a7978(0x104))/0x3)+parseInt(_0x9a7978(0x113))/0x4+-parseInt(_0x9a7978(0x102))/0x5*(parseInt(_0x9a7978(0xf0))/0x6)+parseInt(_0x9a7978(0xf4))/0x7*(-parseInt(_0x9a7978(0x105))/0x8)+-parseInt(_0x9a7978(0x10f))/0x9*(-parseInt(_0x9a7978(0x101))/0xa)+-parseInt(_0x9a7978(0x10e))/0xb*(-parseInt(_0x9a7978(0x110))/0xc);if(_0x36007f===_0x52512f)break;else _0x1e6367['push'](_0x1e6367['shift']());}catch(_0x489dd6){_0x1e6367['push'](_0x1e6367['shift']());}}}(_0x22c7,0x2107c));import{Plugin as _0x3024dd}from'ckeditor5/src/core.js';import{ToggleAICommand as _0x52a7b3}from'./toggleaicommand.js';function _0x23d5(_0x3660e3,_0x261c01){const _0x22c7fe=_0x22c7();return _0x23d5=function(_0x23d58a,_0x36eb3f){_0x23d58a=_0x23d58a-0xef;let _0x306dfc=_0x22c7fe[_0x23d58a];return _0x306dfc;},_0x23d5(_0x3660e3,_0x261c01);}import{ButtonView as _0x493fc4,MenuBarMenuListItemButtonView as _0x320b20}from'ckeditor5/src/ui.js';import{IconAIAskAI as _0x3d84d0}from'@ckeditor/ckeditor5-icons';import{getTranslation as _0x195b48}from'../../aicore/utils/common-translations.js';import{AITabs as _0xd650c8}from'../../aitabs/aitabs.js';import'../../../theme/aieditorintegration/aitogglebutton.css';export class AIToggleButtonUI extends _0x3024dd{static get[_0x20f88d(0xf7)](){return[_0xd650c8];}static get[_0x20f88d(0x111)](){const _0x43dc51=_0x20f88d;return _0x43dc51(0x109);}static get[_0x20f88d(0x107)](){return!0x0;}static get[_0x20f88d(0x106)](){return!0x0;}[_0x20f88d(0x108)](){const _0x5e8e42=_0x20f88d,_0x5ae817=this[_0x5e8e42(0xfd)];_0x5ae817[_0x5e8e42(0x100)][_0x5e8e42(0xfa)](_0x5e8e42(0xf1),new _0x52a7b3(_0x5ae817)),_0x5ae817['ui'][_0x5e8e42(0xf5)][_0x5e8e42(0xfa)](_0x5e8e42(0xf1),()=>{const _0x1c441c=_0x5e8e42,_0x5bd52b=this[_0x1c441c(0xfe)](_0x493fc4);return _0x5bd52b[_0x1c441c(0xfc)]({'tooltip':!0x0,'class':_0x1c441c(0xf3)}),_0x5bd52b;}),_0x5ae817['ui'][_0x5e8e42(0xf5)][_0x5e8e42(0xfa)](_0x5e8e42(0x10c),()=>{const _0x13de6b=_0x5e8e42,_0x240660=this[_0x13de6b(0xfe)](_0x320b20);return _0x240660[_0x13de6b(0xfc)]({'role':_0x13de6b(0x10b)}),_0x240660;});}[_0x20f88d(0xfe)](_0x17f54c){const _0x33b621=_0x20f88d,_0x261e20=this[_0x33b621(0xfd)],_0x1f6f1b=_0x261e20[_0x33b621(0x100)][_0x33b621(0x10a)](_0x33b621(0xf1)),_0x485816=new _0x17f54c(_0x261e20[_0x33b621(0xef)]);return _0x485816[_0x33b621(0xfc)]({'label':_0x195b48(_0x261e20[_0x33b621(0xef)],_0x33b621(0x103)),'icon':_0x3d84d0,'isToggleable':!0x0}),_0x485816[_0x33b621(0xf8)](_0x33b621(0xf6))['to'](_0x1f6f1b),_0x485816[_0x33b621(0xf8)](_0x33b621(0xfb))['to'](_0x1f6f1b,_0x33b621(0xff),_0x172fd0=>!!_0x172fd0),this[_0x33b621(0xf2)](_0x485816,_0x33b621(0xf9),()=>{const _0xd8d591=_0x33b621;_0x1f6f1b[_0xd8d591(0xf9)]();}),_0x485816;}}function _0x22c7(){const _0x159aa6=['ck-ai-toggle-button','14eNhxKM','componentFactory','isEnabled','requires','bind','execute','add','isOn','set','editor','_createAIUIButton','value','commands','922690erSXWJ','10fnFEnc','AI_TOGGLE_BUTTON_LABEL','5280htJAsS','972736Osahwo','isPremiumPlugin','isOfficialPlugin','init','AIToggleButtonUI','get','menuitemcheckbox','menuBar:toggleAi','118IhQTct','31130zEmdwJ','18KADDvc','516lGaviM','pluginName','31539FeqHnG','601828fpSzDx','locale','17724oRDkDG','toggleAi','listenTo'];_0x22c7=function(){return _0x159aa6;};return _0x22c7();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x24ff00=_0x1059;function _0x1059(_0x23eb80,_0x3363d0){const _0x2fc97d=_0x2fc9();return _0x1059=function(_0x10599e,_0x1c8a6){_0x10599e=_0x10599e-0x167;let _0x580a90=_0x2fc97d[_0x10599e];return _0x580a90;},_0x1059(_0x23eb80,_0x3363d0);}(function(_0x215344,_0x3eb5de){const _0x4c5ad4=_0x1059,_0x386688=_0x215344();while(!![]){try{const _0x34d769=-parseInt(_0x4c5ad4(0x170))/0x1+-parseInt(_0x4c5ad4(0x16a))/0x2*(-parseInt(_0x4c5ad4(0x16b))/0x3)+parseInt(_0x4c5ad4(0x16c))/0x4*(-parseInt(_0x4c5ad4(0x179))/0x5)+parseInt(_0x4c5ad4(0x16e))/0x6+-parseInt(_0x4c5ad4(0x171))/0x7+parseInt(_0x4c5ad4(0x176))/0x8+-parseInt(_0x4c5ad4(0x178))/0x9;if(_0x34d769===_0x3eb5de)break;else _0x386688['push'](_0x386688['shift']());}catch(_0x181401){_0x386688['push'](_0x386688['shift']());}}}(_0x2fc9,0x4f0f4));import{Command as _0x35c2e2}from'ckeditor5/src/core.js';function _0x2fc9(){const _0x52d6e7=['isEnabled','776004sKBVCS','execute','513729weZFwF','2195011OfJkXF','isVisible','editor','plugins','view','4307112qWUsHH','value','475254LfojEC','5qYYtur','bind','get','AITabs','12CAZzKc','318579QItEWB','403780CRvKVo'];_0x2fc9=function(){return _0x52d6e7;};return _0x2fc9();}export class ToggleAICommand extends _0x35c2e2{constructor(_0x33b3be){const _0x2609d6=_0x1059;super(_0x33b3be);const _0x7be9f8=_0x33b3be[_0x2609d6(0x174)][_0x2609d6(0x168)](_0x2609d6(0x169))[_0x2609d6(0x175)];this[_0x2609d6(0x167)](_0x2609d6(0x177))['to'](_0x7be9f8,_0x2609d6(0x172)),this[_0x2609d6(0x16d)]=!0x0;}[_0x24ff00(0x16f)](){const _0xad01a9=_0x24ff00,_0xec2ed2=this[_0xad01a9(0x173)][_0xad01a9(0x174)][_0xad01a9(0x168)](_0xad01a9(0x169))[_0xad01a9(0x175)];_0xec2ed2[_0xad01a9(0x172)]=!_0xec2ed2[_0xad01a9(0x172)];}}
23
+ const _0x21bffa=_0x5088;(function(_0x29d0e2,_0x217596){const _0x2dee44=_0x5088,_0x193afa=_0x29d0e2();while(!![]){try{const _0x41e86b=parseInt(_0x2dee44(0x1f0))/0x1*(parseInt(_0x2dee44(0x200))/0x2)+parseInt(_0x2dee44(0x1f2))/0x3*(parseInt(_0x2dee44(0x203))/0x4)+-parseInt(_0x2dee44(0x1fb))/0x5*(-parseInt(_0x2dee44(0x1f7))/0x6)+-parseInt(_0x2dee44(0x1ef))/0x7*(parseInt(_0x2dee44(0x1f9))/0x8)+parseInt(_0x2dee44(0x1f1))/0x9+-parseInt(_0x2dee44(0x1fa))/0xa+parseInt(_0x2dee44(0x202))/0xb*(parseInt(_0x2dee44(0x1f5))/0xc);if(_0x41e86b===_0x217596)break;else _0x193afa['push'](_0x193afa['shift']());}catch(_0x5ef7bb){_0x193afa['push'](_0x193afa['shift']());}}}(_0x4363,0xead26));function _0x5088(_0x54d76d,_0x1ed204){const _0x436365=_0x4363();return _0x5088=function(_0x5088b1,_0x36f25b){_0x5088b1=_0x5088b1-0x1ee;let _0x4890a9=_0x436365[_0x5088b1];return _0x4890a9;},_0x5088(_0x54d76d,_0x1ed204);}function _0x4363(){const _0x2324d4=['get','462iEDLUO','isEnabled','8bDKBOd','17320560BNSWjV','26170AUncdS','plugins','value','view','AITabs','84314iZrkYi','isVisible','3377UNayAz','2073304uFodZF','bind','13435429ixCdkp','5XzYUFm','6890211tsUwaW','6DPYUuF','execute','editor','85884rGPFbt'];_0x4363=function(){return _0x2324d4;};return _0x4363();}import{Command as _0x543078}from'ckeditor5/src/core.js';export class ToggleAICommand extends _0x543078{constructor(_0x24247a){const _0xef519=_0x5088;super(_0x24247a);const _0x186f86=_0x24247a[_0xef519(0x1fc)][_0xef519(0x1f6)](_0xef519(0x1ff))[_0xef519(0x1fe)];this[_0xef519(0x1ee)](_0xef519(0x1fd))['to'](_0x186f86,_0xef519(0x201)),this[_0xef519(0x1f8)]=!0x0;}[_0x21bffa(0x1f3)](){const _0x313b81=_0x21bffa,_0x4f5c8a=this[_0x313b81(0x1f4)][_0x313b81(0x1fc)][_0x313b81(0x1f6)](_0x313b81(0x1ff))[_0x313b81(0x1fe)];_0x4f5c8a[_0x313b81(0x201)]=!_0x4f5c8a[_0x313b81(0x201)];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x4ab85f=_0x4b96;(function(_0x7321ec,_0x203f08){var _0x4e5dba=_0x4b96,_0x410a08=_0x7321ec();while(!![]){try{var _0x408963=parseInt(_0x4e5dba(0x181))/0x1+parseInt(_0x4e5dba(0x17e))/0x2*(parseInt(_0x4e5dba(0x17d))/0x3)+-parseInt(_0x4e5dba(0x18d))/0x4+-parseInt(_0x4e5dba(0x188))/0x5*(-parseInt(_0x4e5dba(0x186))/0x6)+-parseInt(_0x4e5dba(0x18c))/0x7*(parseInt(_0x4e5dba(0x180))/0x8)+parseInt(_0x4e5dba(0x183))/0x9+-parseInt(_0x4e5dba(0x18a))/0xa;if(_0x408963===_0x203f08)break;else _0x410a08['push'](_0x410a08['shift']());}catch(_0x33eef5){_0x410a08['push'](_0x410a08['shift']());}}}(_0x6465,0xf1e56));import{Plugin as _0x5769bb}from'ckeditor5/src/core.js';import{AIQuickActionsUI as _0x3be317}from'./aiquickactionsui.js';import{AIQuickActionsEditing as _0x27a7ac}from'./aiquickactionsediting.js';function _0x4b96(_0x96c382,_0x1d173c){var _0x646562=_0x6465();return _0x4b96=function(_0x4b96f2,_0x2192fe){_0x4b96f2=_0x4b96f2-0x17c;var _0x1a44b3=_0x646562[_0x4b96f2];return _0x1a44b3;},_0x4b96(_0x96c382,_0x1d173c);}import{AIActions as _0x3c07ab}from'../aiactions/aiactions.js';function _0x6465(){var _0x5006ef=['12ZHAWfJ','isOfficialPlugin','1135580JFgchq','define','7528550UUUOGF','isPremiumPlugin','7okVZeR','2865320ynXRao','ai.quickActions','1497585mkGjpM','6ebPbgr','requires','7518664erFETl','754780VaDJPX','AIQuickActions','6239043PtBwxE','pluginName','config'];_0x6465=function(){return _0x5006ef;};return _0x6465();}export class AIQuickActions extends _0x5769bb{static get[_0x4ab85f(0x17f)](){return[_0x3be317,_0x27a7ac,_0x3c07ab];}static get[_0x4ab85f(0x184)](){var _0x56d453=_0x4ab85f;return _0x56d453(0x182);}static get[_0x4ab85f(0x187)](){return!0x0;}static get[_0x4ab85f(0x18b)](){return!0x0;}constructor(_0x1353a9){var _0x135916=_0x4ab85f;super(_0x1353a9),_0x1353a9[_0x135916(0x185)][_0x135916(0x189)](_0x135916(0x17c),{'extraCommands':[],'removeCommands':[]});}}
23
+ var _0x547469=_0x466c;(function(_0x43a1d9,_0x3d3c5e){var _0x495c0c=_0x466c,_0x4fd6c6=_0x43a1d9();while(!![]){try{var _0x40c668=-parseInt(_0x495c0c(0x117))/0x1*(-parseInt(_0x495c0c(0x120))/0x2)+parseInt(_0x495c0c(0x115))/0x3*(parseInt(_0x495c0c(0x124))/0x4)+-parseInt(_0x495c0c(0x113))/0x5*(-parseInt(_0x495c0c(0x11d))/0x6)+parseInt(_0x495c0c(0x118))/0x7*(parseInt(_0x495c0c(0x119))/0x8)+-parseInt(_0x495c0c(0x11e))/0x9+-parseInt(_0x495c0c(0x11f))/0xa+parseInt(_0x495c0c(0x116))/0xb;if(_0x40c668===_0x3d3c5e)break;else _0x4fd6c6['push'](_0x4fd6c6['shift']());}catch(_0x2a7d68){_0x4fd6c6['push'](_0x4fd6c6['shift']());}}}(_0x5c3d,0xa4bfe));function _0x5c3d(){var _0x30e627=['411579larUSF','9829226mACBNp','235sWTaeL','2807rytsee','4728FSjCjw','pluginName','ai.quickActions','requires','7044GIOnEh','8461044FOaVtb','10716990UAPIyH','6870kdFGQe','isOfficialPlugin','isPremiumPlugin','define','4FpIxAg','config','2605bHbWAN','AIQuickActions'];_0x5c3d=function(){return _0x30e627;};return _0x5c3d();}function _0x466c(_0x9ee95e,_0x56a6dd){var _0x5c3dce=_0x5c3d();return _0x466c=function(_0x466c02,_0x39fb4e){_0x466c02=_0x466c02-0x113;var _0x28677f=_0x5c3dce[_0x466c02];return _0x28677f;},_0x466c(_0x9ee95e,_0x56a6dd);}import{Plugin as _0x471dad}from'ckeditor5/src/core.js';import{AIQuickActionsUI as _0x5663f4}from'./aiquickactionsui.js';import{AIQuickActionsEditing as _0x7b27a4}from'./aiquickactionsediting.js';import{AIActions as _0x1f95ba}from'../aiactions/aiactions.js';export class AIQuickActions extends _0x471dad{static get[_0x547469(0x11c)](){return[_0x5663f4,_0x7b27a4,_0x1f95ba];}static get[_0x547469(0x11a)](){var _0x1fe916=_0x547469;return _0x1fe916(0x114);}static get[_0x547469(0x121)](){return!0x0;}static get[_0x547469(0x122)](){return!0x0;}constructor(_0x358a9f){var _0x192cc4=_0x547469;super(_0x358a9f),_0x358a9f[_0x192cc4(0x125)][_0x192cc4(0x123)](_0x192cc4(0x11b),{'extraCommands':[],'removeCommands':[]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4e5b81=_0xe8cc;(function(_0x327d9f,_0x14ec61){const _0x1490fb=_0xe8cc,_0x5b09a8=_0x327d9f();while(!![]){try{const _0x48988f=-parseInt(_0x1490fb(0xe7))/0x1*(parseInt(_0x1490fb(0xb7))/0x2)+parseInt(_0x1490fb(0xcc))/0x3+parseInt(_0x1490fb(0xd9))/0x4*(parseInt(_0x1490fb(0xd6))/0x5)+-parseInt(_0x1490fb(0xb6))/0x6*(-parseInt(_0x1490fb(0xe3))/0x7)+parseInt(_0x1490fb(0xbc))/0x8*(parseInt(_0x1490fb(0xd2))/0x9)+parseInt(_0x1490fb(0xbd))/0xa+-parseInt(_0x1490fb(0xb2))/0xb;if(_0x48988f===_0x14ec61)break;else _0x5b09a8['push'](_0x5b09a8['shift']());}catch(_0x5af3a8){_0x5b09a8['push'](_0x5b09a8['shift']());}}}(_0x458f,0x4a4f2));function _0x458f(){const _0x5a4216=['AIReviewMode','execute','selection','AIChat','REVIEW','startConversation','CHAT','1256346lXEYXh','ask-ai','AIActions','has','parent','prompt','453006TvHIkO','chat','ai-quick-actions-plugin-not-found','activateTab','272000AAdxxk','getSelectedBlocks','AITabs','16sagqRD','label','get','displayedPrompt','view','editor','handleAIReviewAction','model','getLimitElement','args','203jrtfcd','AIChatController','icon','_handleAIActionsAction','1973ZFjlPS','schema','removeSelectionFromChatContext','isCollapsed','locale','sendMessage','setSelection','addSelectionToChatContext','other','12397693EvhAve','document','executeAction','_handleAIReviewAction','78198DrhLgr','394IpRtVM','AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','type','ACTION','_handleAIChatAction','72uxYsOc','3527690ExFdyS','_expandSelectionIfCollapsed','change','actionName','_handleAIActionsActionLabel','focusPromptInput','log','plugins'];_0x458f=function(){return _0x5a4216;};return _0x458f();}function _0xe8cc(_0x4c9044,_0x5ac844){const _0x458f91=_0x458f();return _0xe8cc=function(_0xe8ccdd,_0x50b42d){_0xe8ccdd=_0xe8ccdd-0xae;let _0x290681=_0x458f91[_0xe8ccdd];return _0x290681;},_0xe8cc(_0x4c9044,_0x5ac844);}import{Command as _0x123048}from'ckeditor5/src/core.js';import{CKEditorError as _0x44ad75,first as _0x446d52}from'ckeditor5/src/utils.js';import{AIQuickActionType as _0x2dac83}from'./aiquickactionsui.js';import{getTranslation as _0x3096c0}from'../aicore/utils/common-translations.js';export class AIQuickActionsCommand extends _0x123048{[_0x4e5b81(0xc6)](_0xff07d6){const _0x852433=_0x4e5b81;switch(this[_0x852433(0xbe)](),_0xff07d6[_0x852433(0xb9)]){case _0x2dac83[_0x852433(0xcb)]:if(!this[_0x852433(0xde)][_0x852433(0xc4)][_0x852433(0xcf)](_0x852433(0xc8))){const _0x418b72=_0x3096c0(this[_0x852433(0xde)][_0x852433(0xeb)],_0x852433(0xb8),_0x852433(0xc8));throw new _0x44ad75(_0x852433(0xd4),this[_0x852433(0xde)],{'errorMessage':_0x418b72});}this[_0x852433(0xbb)](_0xff07d6);break;case _0x2dac83[_0x852433(0xba)]:if(!this[_0x852433(0xde)][_0x852433(0xc4)][_0x852433(0xcf)](_0x852433(0xce))){const _0x382789=_0x3096c0(this[_0x852433(0xde)][_0x852433(0xeb)],_0x852433(0xb8),_0x852433(0xce));throw new _0x44ad75(_0x852433(0xd4),this[_0x852433(0xde)],{'errorMessage':_0x382789});}this[_0x852433(0xe6)](_0xff07d6);break;case _0x2dac83[_0x852433(0xc9)]:if(!this[_0x852433(0xde)][_0x852433(0xc4)][_0x852433(0xcf)](_0x852433(0xc5))){const _0x37c178=_0x3096c0(this[_0x852433(0xde)][_0x852433(0xeb)],_0x852433(0xb8),_0x852433(0xc5));throw new _0x44ad75(_0x852433(0xd4),this[_0x852433(0xde)],{'errorMessage':_0x37c178});}this[_0x852433(0xb5)](_0xff07d6);}}async[_0x4e5b81(0xbb)](_0x51b8af){const _0x56e5b9=_0x4e5b81,_0x31f52b=this[_0x56e5b9(0xde)][_0x56e5b9(0xc4)][_0x56e5b9(0xdb)](_0x56e5b9(0xc8)),_0x21aae9=this[_0x56e5b9(0xde)][_0x56e5b9(0xc4)][_0x56e5b9(0xdb)](_0x56e5b9(0xe4));if(this[_0x56e5b9(0xde)][_0x56e5b9(0xc4)][_0x56e5b9(0xdb)](_0x56e5b9(0xd8))[_0x56e5b9(0xdd)][_0x56e5b9(0xd5)](_0x56e5b9(0xd3)),_0x56e5b9(0xcd)===_0x51b8af['id'])_0x21aae9[_0x56e5b9(0xe9)](),await _0x31f52b[_0x56e5b9(0xb0)](),_0x31f52b[_0x56e5b9(0xc2)]();else await _0x31f52b[_0x56e5b9(0xca)](),_0x21aae9[_0x56e5b9(0xe9)](),await _0x31f52b[_0x56e5b9(0xb0)](),_0x31f52b[_0x56e5b9(0xc2)](),await _0x31f52b[_0x56e5b9(0xae)]({'message':_0x51b8af[_0x56e5b9(0xd1)]||_0x51b8af[_0x56e5b9(0xdc)],'quickActionData':{'id':_0x51b8af['id'],'displayedPrompt':_0x51b8af[_0x56e5b9(0xdc)]}});}[_0x4e5b81(0xbe)](){const _0x5abe08=_0x4e5b81,_0x1e437b=this[_0x5abe08(0xde)],_0xac033e=_0x1e437b[_0x5abe08(0xe0)][_0x5abe08(0xb3)][_0x5abe08(0xc7)];if(!_0xac033e[_0x5abe08(0xea)])return;const _0x1e044a=_0x446d52(_0xac033e[_0x5abe08(0xd7)]())||_0x1e437b[_0x5abe08(0xe0)][_0x5abe08(0xe8)][_0x5abe08(0xe1)](_0xac033e);_0x1e437b[_0x5abe08(0xe0)][_0x5abe08(0xbf)](_0x496109=>{const _0x2459c7=_0x5abe08;_0x496109[_0x2459c7(0xaf)](_0x1e044a,'in');});}[_0x4e5b81(0xc1)](_0x6c54b6){const _0x425875=_0x4e5b81;return _0x6c54b6[_0x425875(0xd0)]?.[_0x425875(0xda)]&&_0x425875(0xb1)!==_0x6c54b6[_0x425875(0xd0)]?.['id']?_0x6c54b6[_0x425875(0xd0)][_0x425875(0xda)]+':\x20'+_0x6c54b6[_0x425875(0xdc)]:_0x6c54b6[_0x425875(0xdc)];}async[_0x4e5b81(0xe6)](_0x2c15ca){const _0x287ffd=_0x4e5b81,_0x47b147=this[_0x287ffd(0xde)][_0x287ffd(0xc4)][_0x287ffd(0xdb)](_0x287ffd(0xce)),_0x18b8b8=_0x2c15ca[_0x287ffd(0xd1)]?{'userMessage':_0x2c15ca[_0x287ffd(0xd1)],'model':_0x2c15ca[_0x287ffd(0xe0)]}:{'actionName':_0x2c15ca[_0x287ffd(0xc0)]||_0x2c15ca['id'],'args':_0x2c15ca[_0x287ffd(0xe2)]},_0x40f315=this[_0x287ffd(0xc1)](_0x2c15ca);await _0x47b147[_0x287ffd(0xb4)](_0x18b8b8,_0x40f315,_0x2c15ca[_0x287ffd(0xe5)]);}async[_0x4e5b81(0xb5)](_0x2ebc1e){const _0x7a5db8=_0x4e5b81;console[_0x7a5db8(0xc3)](_0x7a5db8(0xdf),_0x2ebc1e);}}
23
+ const _0x692fce=_0x44cd;(function(_0x3841c2,_0x8dbab3){const _0x272aeb=_0x44cd,_0x318110=_0x3841c2();while(!![]){try{const _0x42fac2=parseInt(_0x272aeb(0x1d4))/0x1+parseInt(_0x272aeb(0x1cb))/0x2*(parseInt(_0x272aeb(0x1dd))/0x3)+-parseInt(_0x272aeb(0x1fd))/0x4+parseInt(_0x272aeb(0x1f6))/0x5*(-parseInt(_0x272aeb(0x1d2))/0x6)+-parseInt(_0x272aeb(0x1da))/0x7*(-parseInt(_0x272aeb(0x1db))/0x8)+parseInt(_0x272aeb(0x1ea))/0x9+-parseInt(_0x272aeb(0x1fe))/0xa*(parseInt(_0x272aeb(0x1d3))/0xb);if(_0x42fac2===_0x8dbab3)break;else _0x318110['push'](_0x318110['shift']());}catch(_0x526b55){_0x318110['push'](_0x318110['shift']());}}}(_0x2627,0x3890c));import{Command as _0x3c91d3}from'ckeditor5/src/core.js';import{CKEditorError as _0x5aea4b,first as _0xedab31}from'ckeditor5/src/utils.js';function _0x44cd(_0x19a866,_0x1ddb67){const _0x262757=_0x2627();return _0x44cd=function(_0x44cd93,_0x5a4724){_0x44cd93=_0x44cd93-0x1c2;let _0x39ea88=_0x262757[_0x44cd93];return _0x39ea88;},_0x44cd(_0x19a866,_0x1ddb67);}import{AIQuickActionType as _0x435dd4}from'./aiquickactionsui.js';import{getTranslation as _0x176089}from'../aicore/utils/common-translations.js';function _0x2627(){const _0x39df76=['other','selection','AIChat','startConversation','log','AIReviewMode','_handleAIReviewAction','locale','244106lUakPK','addSelectionToChatContext','AIActions','handleAIReviewAction','prompt','setSelection','sendMessage','1109994WcMHhC','70972qyGGAk','1496rxHHHs','ai-quick-actions-plugin-not-found','parent','_expandSelectionIfCollapsed','editor','isCollapsed','7UexgkV','1729456ItgWUg','removeSelectionFromChatContext','3CuawnP','plugins','label','document','displayedPrompt','view','ACTION','REVIEW','CHAT','AIChatController','ask-ai','actionName','_handleAIActionsActionLabel','3193767eFGXMk','has','icon','getSelectedBlocks','get','args','type','_handleAIChatAction','activateTab','model','AITabs','_handleAIActionsAction','5LkkozS','AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','chat','getLimitElement','execute','change','schema','827724GZcXOC','110qJGeqV','focusPromptInput','executeAction'];_0x2627=function(){return _0x39df76;};return _0x2627();}export class AIQuickActionsCommand extends _0x3c91d3{[_0x692fce(0x1fa)](_0x58b41f){const _0x22ba3c=_0x692fce;switch(this[_0x22ba3c(0x1d7)](),_0x58b41f[_0x22ba3c(0x1f0)]){case _0x435dd4[_0x22ba3c(0x1e5)]:if(!this[_0x22ba3c(0x1d8)][_0x22ba3c(0x1de)][_0x22ba3c(0x1eb)](_0x22ba3c(0x1c5))){const _0x2efaa8=_0x176089(this[_0x22ba3c(0x1d8)][_0x22ba3c(0x1ca)],_0x22ba3c(0x1f7),_0x22ba3c(0x1c5));throw new _0x5aea4b(_0x22ba3c(0x1d5),this[_0x22ba3c(0x1d8)],{'errorMessage':_0x2efaa8});}this[_0x22ba3c(0x1f1)](_0x58b41f);break;case _0x435dd4[_0x22ba3c(0x1e3)]:if(!this[_0x22ba3c(0x1d8)][_0x22ba3c(0x1de)][_0x22ba3c(0x1eb)](_0x22ba3c(0x1cd))){const _0xbdf2a5=_0x176089(this[_0x22ba3c(0x1d8)][_0x22ba3c(0x1ca)],_0x22ba3c(0x1f7),_0x22ba3c(0x1cd));throw new _0x5aea4b(_0x22ba3c(0x1d5),this[_0x22ba3c(0x1d8)],{'errorMessage':_0xbdf2a5});}this[_0x22ba3c(0x1f5)](_0x58b41f);break;case _0x435dd4[_0x22ba3c(0x1e4)]:if(!this[_0x22ba3c(0x1d8)][_0x22ba3c(0x1de)][_0x22ba3c(0x1eb)](_0x22ba3c(0x1c8))){const _0x4031cd=_0x176089(this[_0x22ba3c(0x1d8)][_0x22ba3c(0x1ca)],_0x22ba3c(0x1f7),_0x22ba3c(0x1c8));throw new _0x5aea4b(_0x22ba3c(0x1d5),this[_0x22ba3c(0x1d8)],{'errorMessage':_0x4031cd});}this[_0x22ba3c(0x1c9)](_0x58b41f);}}async[_0x692fce(0x1f1)](_0x10470a){const _0x42910a=_0x692fce,_0x38c0f8=this[_0x42910a(0x1d8)][_0x42910a(0x1de)][_0x42910a(0x1ee)](_0x42910a(0x1c5)),_0x5b6009=this[_0x42910a(0x1d8)][_0x42910a(0x1de)][_0x42910a(0x1ee)](_0x42910a(0x1e6));if(this[_0x42910a(0x1d8)][_0x42910a(0x1de)][_0x42910a(0x1ee)](_0x42910a(0x1f4))[_0x42910a(0x1e2)][_0x42910a(0x1f2)](_0x42910a(0x1f8)),_0x42910a(0x1e7)===_0x10470a['id'])_0x5b6009[_0x42910a(0x1dc)](),await _0x38c0f8[_0x42910a(0x1cc)](),_0x38c0f8[_0x42910a(0x1ff)]();else await _0x38c0f8[_0x42910a(0x1c6)](),_0x5b6009[_0x42910a(0x1dc)](),await _0x38c0f8[_0x42910a(0x1cc)](),_0x38c0f8[_0x42910a(0x1ff)](),await _0x38c0f8[_0x42910a(0x1d1)]({'message':_0x10470a[_0x42910a(0x1cf)]||_0x10470a[_0x42910a(0x1e1)],'quickActionData':{'id':_0x10470a['id'],'displayedPrompt':_0x10470a[_0x42910a(0x1e1)]}});}[_0x692fce(0x1d7)](){const _0x2fa62b=_0x692fce,_0x518d81=this[_0x2fa62b(0x1d8)],_0x32cdb6=_0x518d81[_0x2fa62b(0x1f3)][_0x2fa62b(0x1e0)][_0x2fa62b(0x1c4)];if(!_0x32cdb6[_0x2fa62b(0x1d9)])return;const _0x4c4bab=_0xedab31(_0x32cdb6[_0x2fa62b(0x1ed)]())||_0x518d81[_0x2fa62b(0x1f3)][_0x2fa62b(0x1fc)][_0x2fa62b(0x1f9)](_0x32cdb6);_0x518d81[_0x2fa62b(0x1f3)][_0x2fa62b(0x1fb)](_0x2aaf6f=>{const _0x22441d=_0x2fa62b;_0x2aaf6f[_0x22441d(0x1d0)](_0x4c4bab,'in');});}[_0x692fce(0x1e9)](_0x54910e){const _0xe662ca=_0x692fce;return _0x54910e[_0xe662ca(0x1d6)]?.[_0xe662ca(0x1df)]&&_0xe662ca(0x1c3)!==_0x54910e[_0xe662ca(0x1d6)]?.['id']?_0x54910e[_0xe662ca(0x1d6)][_0xe662ca(0x1df)]+':\x20'+_0x54910e[_0xe662ca(0x1e1)]:_0x54910e[_0xe662ca(0x1e1)];}async[_0x692fce(0x1f5)](_0x1e42dd){const _0x11fd1e=_0x692fce,_0x35914b=this[_0x11fd1e(0x1d8)][_0x11fd1e(0x1de)][_0x11fd1e(0x1ee)](_0x11fd1e(0x1cd)),_0x415d1d=_0x1e42dd[_0x11fd1e(0x1cf)]?{'userMessage':_0x1e42dd[_0x11fd1e(0x1cf)],'model':_0x1e42dd[_0x11fd1e(0x1f3)]}:{'actionName':_0x1e42dd[_0x11fd1e(0x1e8)]||_0x1e42dd['id'],'args':_0x1e42dd[_0x11fd1e(0x1ef)]},_0x23dbef=this[_0x11fd1e(0x1e9)](_0x1e42dd);await _0x35914b[_0x11fd1e(0x1c2)](_0x415d1d,_0x23dbef,_0x1e42dd[_0x11fd1e(0x1ec)]);}async[_0x692fce(0x1c9)](_0x1523f9){const _0x35b3c4=_0x692fce;console[_0x35b3c4(0x1c7)](_0x35b3c4(0x1ce),_0x1523f9);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x27c5(_0x5e57d4,_0x28710b){const _0x5e415a=_0x5e41();return _0x27c5=function(_0x27c54c,_0x5bf9ed){_0x27c54c=_0x27c54c-0x199;let _0x978925=_0x5e415a[_0x27c54c];return _0x978925;},_0x27c5(_0x5e57d4,_0x28710b);}function _0x5e41(){const _0xb25dde=['543NYEksv','6271095hXcjKO','5235246fxbdmI','6614QLWBeJ','selection','commands','has','isPremiumPlugin','document','model','AIChat','directChange','pluginName','init','3896WLcyJs','1654142FPHZqj','removeSelectionFromChatContext','5132812USuwnt','plugins','add','get','isOfficialPlugin','editor','AIQuickActionsEditing','aiQuickAction','change:range','1060530lAyYVV','11704jvhlhV'];_0x5e41=function(){return _0xb25dde;};return _0x5e41();}const _0x74ba2b=_0x27c5;(function(_0x43c568,_0x24c9c4){const _0x2c8527=_0x27c5,_0x49382e=_0x43c568();while(!![]){try{const _0x1493ab=parseInt(_0x2c8527(0x19d))/0x1+-parseInt(_0x2c8527(0x1ad))/0x2*(parseInt(_0x2c8527(0x1aa))/0x3)+-parseInt(_0x2c8527(0x19f))/0x4+parseInt(_0x2c8527(0x1ab))/0x5+parseInt(_0x2c8527(0x1a8))/0x6+-parseInt(_0x2c8527(0x1a9))/0x7*(parseInt(_0x2c8527(0x19c))/0x8)+parseInt(_0x2c8527(0x1ac))/0x9;if(_0x1493ab===_0x24c9c4)break;else _0x49382e['push'](_0x49382e['shift']());}catch(_0x15a9fe){_0x49382e['push'](_0x49382e['shift']());}}}(_0x5e41,0xed018));import{Plugin as _0x5f109c}from'ckeditor5/src/core.js';import{AIQuickActionsCommand as _0x120071}from'./aiquickactionscommand.js';export class AIQuickActionsEditing extends _0x5f109c{static get[_0x74ba2b(0x19a)](){const _0xabf34f=_0x74ba2b;return _0xabf34f(0x1a5);}static get[_0x74ba2b(0x1a3)](){return!0x0;}static get[_0x74ba2b(0x1b1)](){return!0x0;}[_0x74ba2b(0x19b)](){const _0x5056d4=_0x74ba2b,_0x3cbffb=this[_0x5056d4(0x1a4)],_0x1f0809=new _0x120071(this[_0x5056d4(0x1a4)]);if(_0x3cbffb[_0x5056d4(0x1af)][_0x5056d4(0x1a1)](_0x5056d4(0x1a6),_0x1f0809),_0x3cbffb[_0x5056d4(0x1a0)][_0x5056d4(0x1b0)](_0x5056d4(0x1b4))){const _0x599a3f=this[_0x5056d4(0x1a4)][_0x5056d4(0x1a0)][_0x5056d4(0x1a2)](_0x5056d4(0x1b4));_0x3cbffb[_0x5056d4(0x1b3)][_0x5056d4(0x1b2)][_0x5056d4(0x1ae)]['on'](_0x5056d4(0x1a7),(_0x3e898e,_0x58b7e4)=>{const _0xf03bf=_0x5056d4;_0x58b7e4[_0xf03bf(0x199)]&&_0x599a3f[_0xf03bf(0x19e)]();});}}}
23
+ const _0x534f31=_0x2ab5;(function(_0x54392,_0x537c15){const _0x173327=_0x2ab5,_0x28bca2=_0x54392();while(!![]){try{const _0x125561=-parseInt(_0x173327(0x1cb))/0x1+parseInt(_0x173327(0x1b9))/0x2+-parseInt(_0x173327(0x1ce))/0x3*(parseInt(_0x173327(0x1b5))/0x4)+-parseInt(_0x173327(0x1b8))/0x5*(parseInt(_0x173327(0x1c1))/0x6)+parseInt(_0x173327(0x1d0))/0x7*(parseInt(_0x173327(0x1b4))/0x8)+parseInt(_0x173327(0x1bb))/0x9*(-parseInt(_0x173327(0x1c6))/0xa)+-parseInt(_0x173327(0x1be))/0xb*(-parseInt(_0x173327(0x1c9))/0xc);if(_0x125561===_0x537c15)break;else _0x28bca2['push'](_0x28bca2['shift']());}catch(_0x19bdb0){_0x28bca2['push'](_0x28bca2['shift']());}}}(_0x3b96,0xb2128));import{Plugin as _0x8e0dea}from'ckeditor5/src/core.js';function _0x3b96(){const _0x58a7f7=['init','152166qINTEr','add','has','152AOplvA','468mzAQkP','plugins','document','3067895fDjdsd','827596cIubXQ','selection','459NopRWv','AIChat','change:range','2959LqcXeh','get','editor','6XwuBlQ','aiQuickAction','AIQuickActionsEditing','isOfficialPlugin','pluginName','22890WBcgsi','isPremiumPlugin','model','109212mqUVHv','commands','497516QeGOXb','removeSelectionFromChatContext','directChange','33789IowTVN'];_0x3b96=function(){return _0x58a7f7;};return _0x3b96();}import{AIQuickActionsCommand as _0x184ec8}from'./aiquickactionscommand.js';function _0x2ab5(_0x86704c,_0x547fc2){const _0x3b96f2=_0x3b96();return _0x2ab5=function(_0x2ab55c,_0x488a27){_0x2ab55c=_0x2ab55c-0x1b4;let _0xc7ce84=_0x3b96f2[_0x2ab55c];return _0xc7ce84;},_0x2ab5(_0x86704c,_0x547fc2);}export class AIQuickActionsEditing extends _0x8e0dea{static get[_0x534f31(0x1c5)](){const _0x359f3c=_0x534f31;return _0x359f3c(0x1c3);}static get[_0x534f31(0x1c4)](){return!0x0;}static get[_0x534f31(0x1c7)](){return!0x0;}[_0x534f31(0x1cf)](){const _0x4d9dca=_0x534f31,_0x2cb2c6=this[_0x4d9dca(0x1c0)],_0x71de3e=new _0x184ec8(this[_0x4d9dca(0x1c0)]);if(_0x2cb2c6[_0x4d9dca(0x1ca)][_0x4d9dca(0x1d1)](_0x4d9dca(0x1c2),_0x71de3e),_0x2cb2c6[_0x4d9dca(0x1b6)][_0x4d9dca(0x1d2)](_0x4d9dca(0x1bc))){const _0x1e04d6=this[_0x4d9dca(0x1c0)][_0x4d9dca(0x1b6)][_0x4d9dca(0x1bf)](_0x4d9dca(0x1bc));_0x2cb2c6[_0x4d9dca(0x1c8)][_0x4d9dca(0x1b7)][_0x4d9dca(0x1ba)]['on'](_0x4d9dca(0x1bd),(_0x19b8d2,_0x3b4c04)=>{const _0x4807c8=_0x4d9dca;_0x3b4c04[_0x4807c8(0x1cd)]&&_0x1e04d6[_0x4807c8(0x1cc)]();});}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3adbcf=_0x2e81;(function(_0xebeb73,_0x6e1c6b){const _0x3bda00=_0x2e81,_0x17acee=_0xebeb73();while(!![]){try{const _0x2e1739=-parseInt(_0x3bda00(0xd2))/0x1*(-parseInt(_0x3bda00(0x104))/0x2)+-parseInt(_0x3bda00(0xdb))/0x3*(parseInt(_0x3bda00(0x105))/0x4)+parseInt(_0x3bda00(0xcf))/0x5+parseInt(_0x3bda00(0x123))/0x6+-parseInt(_0x3bda00(0xdd))/0x7*(parseInt(_0x3bda00(0x98))/0x8)+parseInt(_0x3bda00(0xaa))/0x9*(-parseInt(_0x3bda00(0x11f))/0xa)+parseInt(_0x3bda00(0xfb))/0xb;if(_0x2e1739===_0x6e1c6b)break;else _0x17acee['push'](_0x17acee['shift']());}catch(_0x52d3f9){_0x17acee['push'](_0x17acee['shift']());}}}(_0x1879,0x23d8f));import{IconAIAdjustLength as _0x2df25a,IconAIChangeTone as _0x428948,IconAIChatCommands as _0x332eb6,IconAIContinueWriting as _0x4125bd,IconAIGrammarCheck as _0x3040d3,IconAIImproveWriting as _0x151391,IconAIOther as _0x90b91d,IconAIQuickActions as _0x54d85c,IconAITranslate as _0x599106}from'@ckeditor/ckeditor5-icons';function _0x2e81(_0x52a404,_0x212eaa){const _0x187989=_0x1879();return _0x2e81=function(_0x2e81f3,_0x2f5ac3){_0x2e81f3=_0x2e81f3-0x91;let _0x482372=_0x187989[_0x2e81f3];return _0x482372;},_0x2e81(_0x52a404,_0x212eaa);}import{Plugin as _0x353bdc}from'ckeditor5/src/core.js';function _0x1879(){const _0x749a79=['English','DisplayNames','displayedPrompt','AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE','make-tone-casual','AI_QUICK_ACTIONS_TRANSLATE_FRENCH','9FslLjZ','fix-grammar','541009tYtkwh','buttonView','focus','translate-to-korean','replace','AI_QUICK_ACTIONS_TRANSLATE_ITALIAN','AI_QUICK_ACTIONS_ADJUST_LENGTH','chat-commands','make-shorter','adjust-length','french','delegate','componentFactory','aiQuickActions','type','includes','uiLanguage','attachToDom','length','AIQuickActionsUI','AI_QUICK_ACTIONS_MORE_DIRECT','_getDefaultAndCustomActions','explain','AIChat','AI_QUICK_ACTIONS_CONTINUE_WRITING','AI_QUICK_ACTIONS_TRANSLATE_KOREAN','german','make-tone-friendly','_initializeQuickActionsDropdown','ai.quickActions.removeCommands','2131162NSUGGd','AIReviewMode','execute','AI_QUICK_ACTIONS_TRANSLATE','view','translate-to-russian','init','AI_QUICK_ACTIONS_MORE_CONFIDENT','editor','2gVxwpG','125288edNyXi','AI_QUICK_ACTIONS_HEADING','actions','continue','_initializeQuickActionsMenuBar','ai.quickActions.extraCommands','items','label','editing','map','icon','menuBarView','make-longer','chinese','push','REVIEW','isOfficialPlugin','make-tone-professional','AI_QUICK_ACTIONS_MAKE_LONGER','set','getDefaultQuickActions','_executeQuickAction','AI_QUICK_ACTIONS_CHAT_COMMANDS','make-tone-confident','has','highlight-key-points','380YBXKxk','AI_QUICK_ACTIONS_TRANSLATE_CHINESE','close','change-tone','1713186EHWaiB','panelView','russian','AI_QUICK_ACTIONS_MORE_PROFESSIONAL','AI_QUICK_ACTIONS_MORE_FRIENDLY','AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS','AI_QUICK_ACTIONS_EXPLAIN','AI_QUICK_ACTIONS_MORE_CASUAL','requires','CHAT','menu','translate-to-chinese','language','add','8HVpwxx','<task>For\x20the\x20given\x20selected\x20part\x20of\x20an\x20HTML\x20document\x20you\x20must\x20summarize\x20its\x20content\x20in\x20a\x20few\x20sentences,\x20keeping\x20only\x20the\x20essential\x20meaning.</task><rules>1.\x20Your\x20summary\x20should\x20be\x20short\x20and\x20clear:-\x20Aim\x20for\x202–4\x20sentences\x20unless\x20the\x20text\x20is\x20extremely\x20short.-\x20Focus\x20on\x20capturing\x20the\x20main\x20idea(s)\x20without\x20unnecessary\x20detail.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20summary\x20style:-\x20If\x20it\x20is\x20descriptive\x20condense\x20the\x20description\x20into\x20its\x20core\x20idea.-\x20If\x20it\x20is\x20argumentative\x20or\x20opinion-based\x20summarize\x20the\x20main\x20claim\x20and\x20reasoning\x20neutrally.-\x20If\x20it\x20is\x20narrative/story-like\x20capture\x20the\x20main\x20event\x20or\x20outcome\x20without\x20side\x20details.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20summarize\x20what\x20the\x20data\x20shows\x20in\x20plain\x20language.-\x20If\x20it\x20is\x20instructional\x20restate\x20the\x20overall\x20purpose\x20of\x20the\x20steps\x20without\x20listing\x20every\x20step.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20provide\x20a\x20general\x20concise\x20summary.3.\x20Provide\x20context\x20if\x20necessary\x20for\x20clarity:-\x20Mention\x20the\x20subject\x20or\x20topic\x20explicitly\x20so\x20the\x20summary\x20can\x20stand\x20alone.4.\x20Do\x20not\x20simply\x20copy\x20sentences\x20from\x20the\x20original\x20text\x20—\x20rephrase\x20in\x20plain\x20language.5.\x20Avoid\x20adding\x20new\x20information\x20or\x20interpretation\x20not\x20present\x20in\x20the\x20text.6.\x20Summarize\x20in\x20a\x20way\x20that\x20would\x20make\x20sense\x20to\x20someone\x20who\x20has\x20not\x20read\x20the\x20original\x20text.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20summary.8.\x20Your\x20summary\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20the\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20the\x20summary.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>','forEach','AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING','AI_QUICK_ACTIONS_TRANSLATE_SPANISH','english','AI_QUICK_ACTIONS_IMPROVE_WRITING','translate','pluginName','make-tone-direct','menuitem','_shouldIncludeAction','filter','_initializeQuickActionsComponentsAndCommands','translate-to-italian','menuBar:aiQuickActions','translate-to-french','some','47412yrHKFw','AI_QUICK_ACTIONS_ASK_AI','values','AI_QUICK_ACTIONS_TRANSLATE_JAPANESE','AI_QUICK_ACTIONS_TRANSLATE_GERMAN','other','find','AI_QUICK_ACTIONS_SUMMARIZE','commands','portuguese','<task>For\x20given\x20selected\x20part\x20of\x20HTML\x20document\x20you\x20must\x20explain\x20the\x20meaning\x20of\x20it\x27s\x20content\x20clearly\x20and\x20in\x20plain\x20language.</task><rules>1.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is:-\x20If\x20it\x20looks\x20like\x20a\x20definition\x20explain\x20the\x20concept\x20in\x20simple\x20terms.-\x20If\x20it\x20looks\x20like\x20a\x20description\x20clarify\x20what\x20it\x20is\x20describing\x20and\x20why\x20it\x20matters.-\x20If\x20it\x20contains\x20technical\x20terms\x20or\x20jargon\x20break\x20them\x20down\x20into\x20everyday\x20language.-\x20If\x20it\x20looks\x20instructional\x20restate\x20as\x20clear\x20steps\x20someone\x20can\x20follow.-\x20If\x20it\x20provides\x20examples\x20explain\x20what\x20the\x20example\x20shows\x20and\x20why\x20it\x27s\x20relevant.-\x20If\x20it\x20presents\x20an\x20argument\x20or\x20claim\x20restate\x20the\x20claim\x20neutrally\x20and\x20explain\x20its\x20purpose.-\x20If\x20it\x20is\x20narrative/story-like\x20explain\x20what\x20event\x20or\x20situation\x20is\x20being\x20described.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20explain\x20what\x20the\x20data\x20indicates.-\x20If\x20it\x20is\x20a\x20quotation\x20explain\x20the\x20meaning\x20of\x20the\x20quote\x20in\x20context.-\x20If\x20it\x20compares/contrasts\x20things\x20explain\x20the\x20key\x20differences\x20or\x20similarities\x20simply.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20give\x20a\x20clear,\x20plain-language\x20explanation\x20of\x20its\x20meaning,\x20focusing\x20on\x20usefulness.2.\x20Provide\x20context\x20if\x20the\x20meaning\x20could\x20be\x20unclear\x20without\x20it.\x20(e.g.,\x20explain\x20where\x20such\x20a\x20term\x20might\x20be\x20used,\x20or\x20why\x20it\x20is\x20important).3.\x20Keep\x20the\x20explanation\x20short\x20but\x20complete\x20(2–5\x20sentences).Avoid\x20overly\x20technical\x20detail\x20unless\x20it\x20is\x20necessary\x20for\x20understanding.4.\x20Do\x20not\x20simply\x20repeat\x20the\x20original\x20text\x20—\x20restate\x20and\x20expand\x20it\x20in\x20plain\x20words.5.\x20If\x20possible,\x20add\x20a\x20short\x20example\x20or\x20analogy\x20to\x20make\x20it\x20easier\x20to\x20understand.6.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20explanation.7.\x20Your\x20explanation\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20explanation.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>','plugins','spanish','translate-to-spanish','locale','isPremiumPlugin','ACTION','italian','AIActions','config','translate-to-portuguese','_quickActionsDefinition','korean','translate-to-japanese','japanese','AI_QUICK_ACTIONS_CHANGE_TONE','AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN','children','improve-writing','AI_QUICK_ACTIONS_TRANSLATE_ENGLISH','AI_QUICK_ACTIONS_MAKE_SHORTER','summarize','get','_initializeQuickActionsComponents','ask-ai','aiQuickAction','translate-to-german','192315AIWIep','AI_QUICK_ACTIONS_OTHER','<task>For\x20the\x20given\x20selected\x20part\x20of\x20an\x20HTML\x20document\x20you\x20must\x20extract\x20and\x20present\x20the\x20key\x20points\x20from\x20its\x20content.</task><rules>1.\x20Present\x20the\x20output\x20as\x20a\x20clear,\x20structured\x20list\x20(bullets\x20or\x20numbered).-\x20Each\x20point\x20should\x20be\x20concise\x20(one\x20sentence\x20or\x20less).-\x20Do\x20not\x20merge\x20distinct\x20ideas\x20into\x20one\x20bullet.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20extraction\x20style:-\x20If\x20it\x20is\x20descriptive\x20capture\x20the\x20main\x20attributes\x20or\x20features.-\x20If\x20it\x20is\x20argumentative\x20extract\x20the\x20main\x20claim\x20and\x20supporting\x20reasons\x20separately.-\x20If\x20it\x20is\x20narrative/story-like\x20extract\x20the\x20main\x20events\x20in\x20chronological\x20order.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20highlight\x20the\x20most\x20important\x20facts\x20or\x20numbers.-\x20If\x20it\x20is\x20instructional\x20list\x20the\x20steps\x20or\x20main\x20actions\x20in\x20simplified\x20form.-\x20If\x20it\x20provides\x20comparisons\x20extract\x20the\x20contrasted\x20items\x20and\x20their\x20differences/similarities.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20category\x20above\x20extract\x20the\x20main\x20ideas\x20in\x20plain,\x20short\x20statements.3.\x20Keep\x20the\x20list\x20between\x203–7\x20items\x20where\x20possible.-\x20If\x20the\x20text\x20is\x20very\x20short,\x20fewer\x20items\x20are\x20fine.-\x20If\x20it\x20is\x20very\x20long,\x20focus\x20on\x20the\x20most\x20important\x20ideas\x20only.4.\x20Do\x20not\x20copy\x20long\x20text\x20fragments\x20—\x20restate\x20in\x20simple\x20words.5.\x20Do\x20not\x20add\x20interpretation,\x20evaluation,\x20or\x20commentary\x20beyond\x20the\x20text.6.\x20Ensure\x20the\x20list\x20can\x20stand\x20alone\x20without\x20requiring\x20the\x20reader\x20to\x20see\x20the\x20original\x20document.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20key\x20points.8.\x20Your\x20key\x20points\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20the\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20the\x20extracted\x20key\x20points.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>','532zxSfYz','translate-to-english','_prepareQuickActionsDefinition'];_0x1879=function(){return _0x749a79;};return _0x1879();}import{getTranslation as _0x4f9d0d}from'../aicore/utils/common-translations.js';import{aiQuickActionsDropdownCreator as _0x2d5d17}from'./ui/aiquickactionsdropdowncreator.js';import{aiQuickActionsButtonCreator as _0x16d319}from'./ui/aiquickactionsbuttoncreator.js';import{BodyCollection as _0x58ec7a,BalloonToolbar as _0x16d7c2,MenuBarMenuView as _0x23c2d7,MenuBarMenuListView as _0x49b08e,MenuBarMenuListItemView as _0x4af353,MenuBarMenuListItemButtonView as _0x5a5ab1}from'ckeditor5/src/ui.js';import'../../theme/aiquickactions/aiquickactions.css';const Ft=_0x3adbcf(0xb4),Wt=_0x3adbcf(0x99),Bt=_0x3adbcf(0xd1);export var AIQuickActionType;!function(_0x3504bf){const _0x46a503=_0x3adbcf;_0x3504bf[_0x46a503(0x93)]=_0x46a503(0x93),_0x3504bf[_0x46a503(0xba)]=_0x46a503(0xba),_0x3504bf[_0x46a503(0x114)]=_0x46a503(0x114);}(AIQuickActionType||(AIQuickActionType={}));export var AIQuickActionTypeToPluginName;!function(_0x285ec3){const _0x127fd9=_0x3adbcf;_0x285ec3[_0x127fd9(0x93)]=_0x127fd9(0xf4),_0x285ec3[_0x127fd9(0xba)]=_0x127fd9(0xbc),_0x285ec3[_0x127fd9(0x114)]=_0x127fd9(0xfc);}(AIQuickActionTypeToPluginName||(AIQuickActionTypeToPluginName={}));export class AIQuickActionsUI extends _0x353bdc{static get[_0x3adbcf(0x92)](){return[_0x16d7c2];}static get[_0x3adbcf(0xa0)](){const _0x5dac2d=_0x3adbcf;return _0x5dac2d(0xf0);}static get[_0x3adbcf(0x115)](){return!0x0;}static get[_0x3adbcf(0xb9)](){return!0x0;}[_0x3adbcf(0x101)](){const _0x51c980=_0x3adbcf;this[_0x51c980(0xd4)](this[_0x51c980(0xf2)]()),this[_0x51c980(0xa5)]();}static[_0x3adbcf(0x119)](_0x4104ac){return function(_0x5a3d57){const _0x1fc602=_0x2e81,_0x5f3c85=new Intl[(_0x1fc602(0xd6))](['en'],{'type':_0x1fc602(0x96)})['of'](_0x5a3d57[_0x1fc602(0xed)]),_0x3eee4f=_0x5f3c85||_0x1fc602(0xd5),_0x561aa3=[{'id':_0x1fc602(0xcc),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0xab)),'type':AIQuickActionType[_0x1fc602(0x93)],'icon':_0x332eb6},{'id':_0x1fc602(0xe4),'label':_0x4f9d0d(_0x5a3d57,_0x1fc602(0x11b)),'icon':_0x332eb6,'actions':[{'id':_0x1fc602(0xf3),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0x129)),'prompt':Ft[_0x1fc602(0xe1)]('%0',_0x3eee4f),'type':AIQuickActionType[_0x1fc602(0x93)]},{'id':_0x1fc602(0xc9),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0xb1)),'prompt':Wt[_0x1fc602(0xe1)]('%0',_0x3eee4f),'type':AIQuickActionType[_0x1fc602(0x93)]},{'id':_0x1fc602(0x11e),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0x128)),'prompt':Bt[_0x1fc602(0xe1)]('%0',_0x3eee4f),'type':AIQuickActionType[_0x1fc602(0x93)]}]},{'id':_0x1fc602(0xc6),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0x9e)),'type':AIQuickActionType[_0x1fc602(0xba)],'icon':_0x151391},{'id':_0x1fc602(0x108),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0xf5)),'type':AIQuickActionType[_0x1fc602(0xba)],'icon':_0x4125bd},{'id':_0x1fc602(0xdc),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0x9b)),'type':AIQuickActionType[_0x1fc602(0xba)],'icon':_0x3040d3},{'id':_0x1fc602(0xe6),'label':_0x4f9d0d(_0x5a3d57,_0x1fc602(0xe3)),'icon':_0x2df25a,'actions':[{'id':_0x1fc602(0xe5),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0xc8)),'type':AIQuickActionType[_0x1fc602(0xba)]},{'id':_0x1fc602(0x111),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0x117)),'type':AIQuickActionType[_0x1fc602(0xba)]}]},{'id':_0x1fc602(0x122),'label':_0x4f9d0d(_0x5a3d57,_0x1fc602(0xc3)),'icon':_0x428948,'actions':[{'id':_0x1fc602(0xd9),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0x91)),'type':AIQuickActionType[_0x1fc602(0xba)]},{'id':_0x1fc602(0xa1),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0xf1)),'type':AIQuickActionType[_0x1fc602(0xba)]},{'id':_0x1fc602(0xf8),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0x127)),'type':AIQuickActionType[_0x1fc602(0xba)]},{'id':_0x1fc602(0x11c),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0x102)),'type':AIQuickActionType[_0x1fc602(0xba)]},{'id':_0x1fc602(0x116),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0x126)),'type':AIQuickActionType[_0x1fc602(0xba)]}]},{'id':_0x1fc602(0x9f),'label':_0x4f9d0d(_0x5a3d57,_0x1fc602(0xfe)),'icon':_0x599106,'actions':[{'id':_0x1fc602(0xd3),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0xc7)),'type':AIQuickActionType[_0x1fc602(0xba)],'actionName':_0x1fc602(0x9f),'args':{'language':_0x1fc602(0x9d)}},{'id':_0x1fc602(0x95),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0x120)),'type':AIQuickActionType[_0x1fc602(0xba)],'actionName':_0x1fc602(0x9f),'args':{'language':_0x1fc602(0x112)}},{'id':_0x1fc602(0xb7),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0x9c)),'type':AIQuickActionType[_0x1fc602(0xba)],'actionName':_0x1fc602(0x9f),'args':{'language':_0x1fc602(0xb6)}},{'id':_0x1fc602(0xce),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0xae)),'type':AIQuickActionType[_0x1fc602(0xba)],'actionName':_0x1fc602(0x9f),'args':{'language':_0x1fc602(0xf7)}},{'id':_0x1fc602(0xa8),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0xda)),'type':AIQuickActionType[_0x1fc602(0xba)],'actionName':_0x1fc602(0x9f),'args':{'language':_0x1fc602(0xe7)}},{'id':_0x1fc602(0xc1),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0xad)),'type':AIQuickActionType[_0x1fc602(0xba)],'actionName':_0x1fc602(0x9f),'args':{'language':_0x1fc602(0xc2)}},{'id':_0x1fc602(0xbe),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0xd8)),'type':AIQuickActionType[_0x1fc602(0xba)],'actionName':_0x1fc602(0x9f),'args':{'language':_0x1fc602(0xb3)}},{'id':_0x1fc602(0xe0),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0xf6)),'type':AIQuickActionType[_0x1fc602(0xba)],'actionName':_0x1fc602(0x9f),'args':{'language':_0x1fc602(0xc0)}},{'id':_0x1fc602(0xa6),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0xe2)),'type':AIQuickActionType[_0x1fc602(0xba)],'actionName':_0x1fc602(0x9f),'args':{'language':_0x1fc602(0xbb)}},{'id':_0x1fc602(0x100),'displayedPrompt':_0x4f9d0d(_0x5a3d57,_0x1fc602(0xc4)),'type':AIQuickActionType[_0x1fc602(0xba)],'actionName':_0x1fc602(0x9f),'args':{'language':_0x1fc602(0x125)}}]},{'id':_0x1fc602(0xaf),'label':_0x4f9d0d(_0x5a3d57,_0x1fc602(0xd0)),'icon':_0x90b91d,'actions':[]}];return _0x561aa3;}(_0x4104ac);}[_0x3adbcf(0xf2)](){const _0x2762e9=_0x3adbcf,_0x1eb50c=AIQuickActionsUI[_0x2762e9(0x119)](this[_0x2762e9(0x103)][_0x2762e9(0xb8)]),_0x5523cd=(this[_0x2762e9(0x103)][_0x2762e9(0xbd)][_0x2762e9(0xca)](_0x2762e9(0x10a))||[])[_0x2762e9(0x10e)](_0x43dadc=>({..._0x43dadc,'icon':void 0x0}));return _0x1eb50c[_0x2762e9(0xb0)](_0x12a89b=>_0x2762e9(0xaf)===_0x12a89b['id'])[_0x2762e9(0x107)][_0x2762e9(0x113)](..._0x5523cd),_0x1eb50c;}[_0x3adbcf(0xa5)](){const _0x334f4b=_0x3adbcf,_0xbd0ea9=new _0x58ec7a(this[_0x334f4b(0x103)][_0x334f4b(0xb8)]);_0xbd0ea9[_0x334f4b(0xee)](),this[_0x334f4b(0xf9)](_0xbd0ea9),this[_0x334f4b(0x109)](),this[_0x334f4b(0xcb)](_0xbd0ea9);}[_0x3adbcf(0xf9)](_0x56dd8d){const _0xe1cfc=_0x3adbcf;this[_0xe1cfc(0x103)]['ui'][_0xe1cfc(0xe9)][_0xe1cfc(0x97)](_0xe1cfc(0xea),_0x2d5d17(this[_0xe1cfc(0x103)],this[_0xe1cfc(0xbf)],{'icon':_0x54d85c,'label':_0x4f9d0d(this[_0xe1cfc(0x103)][_0xe1cfc(0xb8)],_0xe1cfc(0x106))},_0x56dd8d));}[_0x3adbcf(0xd4)](_0x47e4c8){const _0x2666fa=_0x3adbcf;this[_0x2666fa(0xbf)]=_0x47e4c8[_0x2666fa(0x10e)](_0x539ff8=>{const _0x5e6b4d=_0x2666fa;if(_0x5e6b4d(0x107)in _0x539ff8){const _0x5de8d0=_0x539ff8;return{..._0x5de8d0,'actions':_0x5de8d0[_0x5e6b4d(0x107)][_0x5e6b4d(0x10e)](_0x119859=>{const {actions:_0x16d4c1,..._0x11e49d}=_0x5de8d0;return{..._0x119859,'parent':_0x11e49d};})[_0x5e6b4d(0xa4)](_0x34d7a4=>this[_0x5e6b4d(0xa3)](_0x34d7a4))};}return _0x539ff8;})[_0x2666fa(0xa4)](_0x51e43b=>_0x2666fa(0x107)in _0x51e43b?_0x51e43b[_0x2666fa(0x107)][_0x2666fa(0xef)]>0x0:this[_0x2666fa(0xa3)](_0x51e43b));}[_0x3adbcf(0xa3)](_0x21d0db){const _0x47cfa6=_0x3adbcf,_0x325ca7=this[_0x47cfa6(0x103)][_0x47cfa6(0xbd)][_0x47cfa6(0xca)](_0x47cfa6(0xfa))||[];return this[_0x47cfa6(0x103)][_0x47cfa6(0xb5)][_0x47cfa6(0x11d)](AIQuickActionTypeToPluginName[_0x21d0db[_0x47cfa6(0xeb)]])&&!_0x325ca7[_0x47cfa6(0xec)](_0x21d0db['id']);}[_0x3adbcf(0xcb)](_0x556a11){const _0x411c87=_0x3adbcf;this[_0x411c87(0xbf)][_0x411c87(0x9a)](_0x32a943=>{const _0x424a01=_0x411c87;if(_0x424a01(0x107)in _0x32a943){const _0x5a8bda=_0x2d5d17(this[_0x424a01(0x103)],_0x32a943[_0x424a01(0x107)],_0x32a943,_0x556a11);this[_0x424a01(0x103)]['ui'][_0x424a01(0xe9)][_0x424a01(0x97)](_0x32a943['id'],_0x5a8bda),_0x32a943[_0x424a01(0x107)][_0x424a01(0x9a)](_0x3d5901=>{const _0x5d09c1=_0x424a01,_0x50d391=_0x16d319(this[_0x5d09c1(0x103)],_0x3d5901);this[_0x5d09c1(0x103)]['ui'][_0x5d09c1(0xe9)][_0x5d09c1(0x97)](_0x3d5901['id'],_0x50d391);});}else{const _0x49c32f=_0x16d319(this[_0x424a01(0x103)],_0x32a943,!0x1,!0x0,!0x1);this[_0x424a01(0x103)]['ui'][_0x424a01(0xe9)][_0x424a01(0x97)](_0x32a943['id'],_0x49c32f);}});}[_0x3adbcf(0x109)](){const _0x196817=_0x3adbcf;this[_0x196817(0x103)]['ui'][_0x196817(0xe9)][_0x196817(0x97)](_0x196817(0xa7),_0x37c48c=>{const _0x248509=_0x196817,_0x4fccae=new _0x23c2d7(_0x37c48c),_0x3e59c7=_0x4f9d0d(_0x37c48c,_0x248509(0x106));_0x4fccae[_0x248509(0xde)][_0x248509(0x118)]({'label':_0x3e59c7,'icon':_0x54d85c});const _0x2840c0=new _0x49b08e(_0x37c48c);_0x2840c0[_0x248509(0x118)]({'ariaLabel':_0x3e59c7,'role':_0x248509(0x94)}),this[_0x248509(0xbf)][_0x248509(0x9a)](_0x46ae2e=>{const _0x234b0c=_0x248509;if(_0x234b0c(0x107)in _0x46ae2e){const _0x45dee8=_0x46ae2e,_0x5ab5e7=new _0x4af353(_0x37c48c,_0x4fccae),_0x3ec424=new _0x23c2d7(_0x37c48c),_0x5c586d=new _0x49b08e(_0x37c48c);_0x3ec424[_0x234b0c(0xde)][_0x234b0c(0x118)]({'label':_0x45dee8[_0x234b0c(0x10c)],'icon':_0x45dee8[_0x234b0c(0x10f)]}),_0x45dee8[_0x234b0c(0x107)][_0x234b0c(0x9a)](_0x231ea5=>{const _0x23781f=_0x234b0c,_0xc12cd0=new _0x4af353(_0x37c48c,_0x3ec424),_0x3af4d8=new _0x5a5ab1(_0x37c48c);_0x3af4d8[_0x23781f(0x118)]({'label':_0x231ea5[_0x23781f(0xd7)],'icon':_0x231ea5[_0x23781f(0x10f)],'role':_0x23781f(0xa2)}),_0x3af4d8['on'](_0x23781f(0xfd),()=>{const _0x2d2863=_0x23781f;this[_0x2d2863(0x11a)](_0x231ea5);}),_0x3af4d8[_0x23781f(0xe8)](_0x23781f(0xfd))['to'](_0x3ec424),_0xc12cd0[_0x23781f(0xc5)][_0x23781f(0x97)](_0x3af4d8),_0x5c586d[_0x23781f(0x10b)][_0x23781f(0x97)](_0xc12cd0);}),_0x3ec424[_0x234b0c(0x124)][_0x234b0c(0xc5)][_0x234b0c(0x97)](_0x5c586d),_0x5ab5e7[_0x234b0c(0xc5)][_0x234b0c(0x97)](_0x3ec424),_0x2840c0[_0x234b0c(0x10b)][_0x234b0c(0x97)](_0x5ab5e7);}else{const _0x27841c=_0x46ae2e,_0x19f6fd=new _0x4af353(_0x37c48c,_0x4fccae),_0x15a019=new _0x5a5ab1(_0x37c48c);_0x15a019[_0x234b0c(0x118)]({'label':_0x27841c[_0x234b0c(0xd7)],'icon':_0x27841c[_0x234b0c(0x10f)],'role':_0x234b0c(0xa2)}),_0x15a019['on'](_0x234b0c(0xfd),()=>{const _0x338023=_0x234b0c;this[_0x338023(0x11a)](_0x27841c);}),_0x15a019[_0x234b0c(0xe8)](_0x234b0c(0xfd))['to'](_0x4fccae),_0x19f6fd[_0x234b0c(0xc5)][_0x234b0c(0x97)](_0x15a019),_0x2840c0[_0x234b0c(0x10b)][_0x234b0c(0x97)](_0x19f6fd);}});const _0x4cdab6=Object[_0x248509(0xac)](AIQuickActionTypeToPluginName)[_0x248509(0xa9)](_0x184357=>this[_0x248509(0x103)][_0x248509(0xb5)][_0x248509(0x11d)](_0x184357));return _0x4fccae[_0x248509(0x118)]({'isEnabled':_0x4cdab6}),_0x4fccae[_0x248509(0x124)][_0x248509(0xc5)][_0x248509(0x97)](_0x2840c0),_0x4fccae;});}[_0x3adbcf(0x11a)](_0x1863f3){const _0x3551de=_0x3adbcf,_0x54af21=this[_0x3551de(0x103)];_0x54af21[_0x3551de(0x10d)][_0x3551de(0xff)][_0x3551de(0xdf)](),_0x54af21[_0x3551de(0xb2)][_0x3551de(0xfd)](_0x3551de(0xcd),_0x1863f3);const _0xc67838=_0x54af21['ui'][_0x3551de(0xff)][_0x3551de(0x110)];_0xc67838&&_0xc67838[_0x3551de(0x121)]&&_0xc67838[_0x3551de(0x121)]();}}
23
+ const _0x3a55d2=_0x15b7;(function(_0x1b2b4e,_0x7be002){const _0x454b6c=_0x15b7,_0x5579c7=_0x1b2b4e();while(!![]){try{const _0x2f8793=parseInt(_0x454b6c(0x162))/0x1*(-parseInt(_0x454b6c(0x196))/0x2)+-parseInt(_0x454b6c(0x1d1))/0x3*(-parseInt(_0x454b6c(0x1ad))/0x4)+parseInt(_0x454b6c(0x1c0))/0x5*(parseInt(_0x454b6c(0x1c8))/0x6)+parseInt(_0x454b6c(0x1a4))/0x7+-parseInt(_0x454b6c(0x1ec))/0x8+-parseInt(_0x454b6c(0x15c))/0x9*(-parseInt(_0x454b6c(0x1f3))/0xa)+-parseInt(_0x454b6c(0x1ef))/0xb*(parseInt(_0x454b6c(0x174))/0xc);if(_0x2f8793===_0x7be002)break;else _0x5579c7['push'](_0x5579c7['shift']());}catch(_0x1943ca){_0x5579c7['push'](_0x5579c7['shift']());}}}(_0x1756,0x9ad5b));import{IconAIAdjustLength as _0x539680,IconAIChangeTone as _0x45ffef,IconAIChatCommands as _0x2fa8ea,IconAIContinueWriting as _0x48c0ca,IconAIGrammarCheck as _0x374ef9,IconAIImproveWriting as _0x20a670,IconAIOther as _0x131f00,IconAIQuickActions as _0x26c7e6,IconAITranslate as _0x4724ea}from'@ckeditor/ckeditor5-icons';import{Plugin as _0xf7ba5b}from'ckeditor5/src/core.js';import{getTranslation as _0x272eba}from'../aicore/utils/common-translations.js';import{aiQuickActionsDropdownCreator as _0x21388e}from'./ui/aiquickactionsdropdowncreator.js';import{aiQuickActionsButtonCreator as _0x5aae0a}from'./ui/aiquickactionsbuttoncreator.js';import{BodyCollection as _0x36d1fe,BalloonToolbar as _0x32c798,MenuBarMenuView as _0x389b2b,MenuBarMenuListView as _0x5a2706,MenuBarMenuListItemView as _0x1b6c5e,MenuBarMenuListItemButtonView as _0x49ae8d}from'ckeditor5/src/ui.js';import'../../theme/aiquickactions/aiquickactions.css';function _0x1756(){const _0x1e35e5=['AIChat','7144511zctiio','delegate','children','config','30mzkHma','AI_QUICK_ACTIONS_TRANSLATE_GERMAN','make-tone-direct','1825713IdkKHf','translate-to-french','AI_QUICK_ACTIONS_MORE_CASUAL','AI_QUICK_ACTIONS_MAKE_LONGER','find','translate-to-korean','59449HyFLVb','ACTION','_quickActionsDefinition','ai.quickActions.removeCommands','fix-grammar','add','editor','English','spanish','AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS','panelView','AI_QUICK_ACTIONS_IMPROVE_WRITING','translate-to-portuguese','_getDefaultAndCustomActions','locale','actions','other','AI_QUICK_ACTIONS_ASK_AI','12vXTWwv','execute','filter','AI_QUICK_ACTIONS_ADJUST_LENGTH','chinese','requires','ask-ai','translate-to-german','AIActions','displayedPrompt','AI_QUICK_ACTIONS_TRANSLATE','map','_initializeQuickActionsComponentsAndCommands','AI_QUICK_ACTIONS_MORE_FRIENDLY','AI_QUICK_ACTIONS_MORE_PROFESSIONAL','translate-to-russian','REVIEW','AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE','values','<task>For\x20the\x20given\x20selected\x20part\x20of\x20an\x20HTML\x20document\x20you\x20must\x20extract\x20and\x20present\x20the\x20key\x20points\x20from\x20its\x20content.</task><rules>1.\x20Present\x20the\x20output\x20as\x20a\x20clear,\x20structured\x20list\x20(bullets\x20or\x20numbered).-\x20Each\x20point\x20should\x20be\x20concise\x20(one\x20sentence\x20or\x20less).-\x20Do\x20not\x20merge\x20distinct\x20ideas\x20into\x20one\x20bullet.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20extraction\x20style:-\x20If\x20it\x20is\x20descriptive\x20capture\x20the\x20main\x20attributes\x20or\x20features.-\x20If\x20it\x20is\x20argumentative\x20extract\x20the\x20main\x20claim\x20and\x20supporting\x20reasons\x20separately.-\x20If\x20it\x20is\x20narrative/story-like\x20extract\x20the\x20main\x20events\x20in\x20chronological\x20order.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20highlight\x20the\x20most\x20important\x20facts\x20or\x20numbers.-\x20If\x20it\x20is\x20instructional\x20list\x20the\x20steps\x20or\x20main\x20actions\x20in\x20simplified\x20form.-\x20If\x20it\x20provides\x20comparisons\x20extract\x20the\x20contrasted\x20items\x20and\x20their\x20differences/similarities.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20category\x20above\x20extract\x20the\x20main\x20ideas\x20in\x20plain,\x20short\x20statements.3.\x20Keep\x20the\x20list\x20between\x203–7\x20items\x20where\x20possible.-\x20If\x20the\x20text\x20is\x20very\x20short,\x20fewer\x20items\x20are\x20fine.-\x20If\x20it\x20is\x20very\x20long,\x20focus\x20on\x20the\x20most\x20important\x20ideas\x20only.4.\x20Do\x20not\x20copy\x20long\x20text\x20fragments\x20—\x20restate\x20in\x20simple\x20words.5.\x20Do\x20not\x20add\x20interpretation,\x20evaluation,\x20or\x20commentary\x20beyond\x20the\x20text.6.\x20Ensure\x20the\x20list\x20can\x20stand\x20alone\x20without\x20requiring\x20the\x20reader\x20to\x20see\x20the\x20original\x20document.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20key\x20points.8.\x20Your\x20key\x20points\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20the\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20the\x20extracted\x20key\x20points.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>','type','has','AI_QUICK_ACTIONS_HEADING','label','plugins','AI_QUICK_ACTIONS_OTHER','translate','AI_QUICK_ACTIONS_CHAT_COMMANDS','japanese','_initializeQuickActionsComponents','replace','make-tone-casual','_prepareQuickActionsDefinition','korean','26zvEZRI','chat-commands','AI_QUICK_ACTIONS_CONTINUE_WRITING','push','summarize','language','AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN','translate-to-chinese','AIReviewMode','improve-writing','menuBar:aiQuickActions','make-tone-confident','includes','pluginName','5095972AGFPQo','CHAT','make-tone-professional','english','AI_QUICK_ACTIONS_MORE_CONFIDENT','translate-to-japanese','change-tone','icon','AI_QUICK_ACTIONS_TRANSLATE_SPANISH','20652NuCXVp','explain','<task>For\x20given\x20selected\x20part\x20of\x20HTML\x20document\x20you\x20must\x20explain\x20the\x20meaning\x20of\x20it\x27s\x20content\x20clearly\x20and\x20in\x20plain\x20language.</task><rules>1.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is:-\x20If\x20it\x20looks\x20like\x20a\x20definition\x20explain\x20the\x20concept\x20in\x20simple\x20terms.-\x20If\x20it\x20looks\x20like\x20a\x20description\x20clarify\x20what\x20it\x20is\x20describing\x20and\x20why\x20it\x20matters.-\x20If\x20it\x20contains\x20technical\x20terms\x20or\x20jargon\x20break\x20them\x20down\x20into\x20everyday\x20language.-\x20If\x20it\x20looks\x20instructional\x20restate\x20as\x20clear\x20steps\x20someone\x20can\x20follow.-\x20If\x20it\x20provides\x20examples\x20explain\x20what\x20the\x20example\x20shows\x20and\x20why\x20it\x27s\x20relevant.-\x20If\x20it\x20presents\x20an\x20argument\x20or\x20claim\x20restate\x20the\x20claim\x20neutrally\x20and\x20explain\x20its\x20purpose.-\x20If\x20it\x20is\x20narrative/story-like\x20explain\x20what\x20event\x20or\x20situation\x20is\x20being\x20described.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20explain\x20what\x20the\x20data\x20indicates.-\x20If\x20it\x20is\x20a\x20quotation\x20explain\x20the\x20meaning\x20of\x20the\x20quote\x20in\x20context.-\x20If\x20it\x20compares/contrasts\x20things\x20explain\x20the\x20key\x20differences\x20or\x20similarities\x20simply.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20give\x20a\x20clear,\x20plain-language\x20explanation\x20of\x20its\x20meaning,\x20focusing\x20on\x20usefulness.2.\x20Provide\x20context\x20if\x20the\x20meaning\x20could\x20be\x20unclear\x20without\x20it.\x20(e.g.,\x20explain\x20where\x20such\x20a\x20term\x20might\x20be\x20used,\x20or\x20why\x20it\x20is\x20important).3.\x20Keep\x20the\x20explanation\x20short\x20but\x20complete\x20(2–5\x20sentences).Avoid\x20overly\x20technical\x20detail\x20unless\x20it\x20is\x20necessary\x20for\x20understanding.4.\x20Do\x20not\x20simply\x20repeat\x20the\x20original\x20text\x20—\x20restate\x20and\x20expand\x20it\x20in\x20plain\x20words.5.\x20If\x20possible,\x20add\x20a\x20short\x20example\x20or\x20analogy\x20to\x20make\x20it\x20easier\x20to\x20understand.6.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20explanation.7.\x20Your\x20explanation\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20explanation.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>','AI_QUICK_ACTIONS_TRANSLATE_FRENCH','init','DisplayNames','translate-to-spanish','AI_QUICK_ACTIONS_MORE_DIRECT','some','adjust-length','AI_QUICK_ACTIONS_TRANSLATE_KOREAN','uiLanguage','commands','AI_QUICK_ACTIONS_CHANGE_TONE','componentFactory','_initializeQuickActionsDropdown','continue','french','AI_QUICK_ACTIONS_TRANSLATE_ITALIAN','385435pXxvcW','AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING','menu','getDefaultQuickActions','<task>For\x20the\x20given\x20selected\x20part\x20of\x20an\x20HTML\x20document\x20you\x20must\x20summarize\x20its\x20content\x20in\x20a\x20few\x20sentences,\x20keeping\x20only\x20the\x20essential\x20meaning.</task><rules>1.\x20Your\x20summary\x20should\x20be\x20short\x20and\x20clear:-\x20Aim\x20for\x202–4\x20sentences\x20unless\x20the\x20text\x20is\x20extremely\x20short.-\x20Focus\x20on\x20capturing\x20the\x20main\x20idea(s)\x20without\x20unnecessary\x20detail.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20summary\x20style:-\x20If\x20it\x20is\x20descriptive\x20condense\x20the\x20description\x20into\x20its\x20core\x20idea.-\x20If\x20it\x20is\x20argumentative\x20or\x20opinion-based\x20summarize\x20the\x20main\x20claim\x20and\x20reasoning\x20neutrally.-\x20If\x20it\x20is\x20narrative/story-like\x20capture\x20the\x20main\x20event\x20or\x20outcome\x20without\x20side\x20details.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20summarize\x20what\x20the\x20data\x20shows\x20in\x20plain\x20language.-\x20If\x20it\x20is\x20instructional\x20restate\x20the\x20overall\x20purpose\x20of\x20the\x20steps\x20without\x20listing\x20every\x20step.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20provide\x20a\x20general\x20concise\x20summary.3.\x20Provide\x20context\x20if\x20necessary\x20for\x20clarity:-\x20Mention\x20the\x20subject\x20or\x20topic\x20explicitly\x20so\x20the\x20summary\x20can\x20stand\x20alone.4.\x20Do\x20not\x20simply\x20copy\x20sentences\x20from\x20the\x20original\x20text\x20—\x20rephrase\x20in\x20plain\x20language.5.\x20Avoid\x20adding\x20new\x20information\x20or\x20interpretation\x20not\x20present\x20in\x20the\x20text.6.\x20Summarize\x20in\x20a\x20way\x20that\x20would\x20make\x20sense\x20to\x20someone\x20who\x20has\x20not\x20read\x20the\x20original\x20text.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20summary.8.\x20Your\x20summary\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20the\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20the\x20summary.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>','view','AIQuickActionsUI','forEach','78afzmBV','AI_QUICK_ACTIONS_MAKE_SHORTER','AI_QUICK_ACTIONS_TRANSLATE_CHINESE','AI_QUICK_ACTIONS_TRANSLATE_JAPANESE','isPremiumPlugin','editing','attachToDom','_shouldIncludeAction','menuitem','456kzzzTA','AI_QUICK_ACTIONS_SUMMARIZE','make-shorter','ai.quickActions.extraCommands','german','AI_QUICK_ACTIONS_EXPLAIN','russian','buttonView','items','get','translate-to-italian','translate-to-english','menuBarView','portuguese','italian','highlight-key-points','_initializeQuickActionsMenuBar','focus','_executeQuickAction','isOfficialPlugin','close','make-tone-friendly','AI_QUICK_ACTIONS_TRANSLATE_ENGLISH','make-longer','length','aiQuickAction','aiQuickActions','8535464IPZoGn','set'];_0x1756=function(){return _0x1e35e5;};return _0x1756();}const oe=_0x3a55d2(0x1af),ae=_0x3a55d2(0x1c4),se=_0x3a55d2(0x187);export var AIQuickActionType;!function(_0x43a4ed){const _0x2b4316=_0x3a55d2;_0x43a4ed[_0x2b4316(0x1a5)]=_0x2b4316(0x1a5),_0x43a4ed[_0x2b4316(0x163)]=_0x2b4316(0x163),_0x43a4ed[_0x2b4316(0x184)]=_0x2b4316(0x184);}(AIQuickActionType||(AIQuickActionType={}));export var AIQuickActionTypeToPluginName;!function(_0x53b533){const _0x4e8aea=_0x3a55d2;_0x53b533[_0x4e8aea(0x1a5)]=_0x4e8aea(0x1ee),_0x53b533[_0x4e8aea(0x163)]=_0x4e8aea(0x17c),_0x53b533[_0x4e8aea(0x184)]=_0x4e8aea(0x19e);}(AIQuickActionTypeToPluginName||(AIQuickActionTypeToPluginName={}));function _0x15b7(_0x41af12,_0x2ed94c){const _0x175666=_0x1756();return _0x15b7=function(_0x15b715,_0x528017){_0x15b715=_0x15b715-0x15a;let _0x20e8ee=_0x175666[_0x15b715];return _0x20e8ee;},_0x15b7(_0x41af12,_0x2ed94c);}export class AIQuickActionsUI extends _0xf7ba5b{static get[_0x3a55d2(0x179)](){return[_0x32c798];}static get[_0x3a55d2(0x1a3)](){const _0x40749b=_0x3a55d2;return _0x40749b(0x1c6);}static get[_0x3a55d2(0x1e4)](){return!0x0;}static get[_0x3a55d2(0x1cc)](){return!0x0;}[_0x3a55d2(0x1b1)](){const _0x9e490d=_0x3a55d2;this[_0x9e490d(0x194)](this[_0x9e490d(0x16f)]()),this[_0x9e490d(0x180)]();}static[_0x3a55d2(0x1c3)](_0x5e6124){return function(_0xd0ddcd){const _0x40a787=_0x15b7,_0x425219=new Intl[(_0x40a787(0x1b2))](['en'],{'type':_0x40a787(0x19b)})['of'](_0xd0ddcd[_0x40a787(0x1b8)]),_0x24016a=_0x425219||_0x40a787(0x169),_0x410cc8=[{'id':_0x40a787(0x17a),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x173)),'type':AIQuickActionType[_0x40a787(0x1a5)],'icon':_0x2fa8ea},{'id':_0x40a787(0x197),'label':_0x272eba(_0xd0ddcd,_0x40a787(0x18f)),'icon':_0x2fa8ea,'actions':[{'id':_0x40a787(0x1ae),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x1d6)),'prompt':oe[_0x40a787(0x192)]('%0',_0x24016a),'type':AIQuickActionType[_0x40a787(0x1a5)]},{'id':_0x40a787(0x19a),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x1d2)),'prompt':ae[_0x40a787(0x192)]('%0',_0x24016a),'type':AIQuickActionType[_0x40a787(0x1a5)]},{'id':_0x40a787(0x1e0),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x16b)),'prompt':se[_0x40a787(0x192)]('%0',_0x24016a),'type':AIQuickActionType[_0x40a787(0x1a5)]}]},{'id':_0x40a787(0x19f),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x16d)),'type':AIQuickActionType[_0x40a787(0x163)],'icon':_0x20a670},{'id':_0x40a787(0x1bd),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x198)),'type':AIQuickActionType[_0x40a787(0x163)],'icon':_0x48c0ca},{'id':_0x40a787(0x166),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x1c1)),'type':AIQuickActionType[_0x40a787(0x163)],'icon':_0x374ef9},{'id':_0x40a787(0x1b6),'label':_0x272eba(_0xd0ddcd,_0x40a787(0x177)),'icon':_0x539680,'actions':[{'id':_0x40a787(0x1d3),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x1c9)),'type':AIQuickActionType[_0x40a787(0x163)]},{'id':_0x40a787(0x1e8),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x15f)),'type':AIQuickActionType[_0x40a787(0x163)]}]},{'id':_0x40a787(0x1aa),'label':_0x272eba(_0xd0ddcd,_0x40a787(0x1ba)),'icon':_0x45ffef,'actions':[{'id':_0x40a787(0x193),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x15e)),'type':AIQuickActionType[_0x40a787(0x163)]},{'id':_0x40a787(0x15b),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x1b4)),'type':AIQuickActionType[_0x40a787(0x163)]},{'id':_0x40a787(0x1e6),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x181)),'type':AIQuickActionType[_0x40a787(0x163)]},{'id':_0x40a787(0x1a1),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x1a8)),'type':AIQuickActionType[_0x40a787(0x163)]},{'id':_0x40a787(0x1a6),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x182)),'type':AIQuickActionType[_0x40a787(0x163)]}]},{'id':_0x40a787(0x18e),'label':_0x272eba(_0xd0ddcd,_0x40a787(0x17e)),'icon':_0x4724ea,'actions':[{'id':_0x40a787(0x1dc),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x1e7)),'type':AIQuickActionType[_0x40a787(0x163)],'actionName':_0x40a787(0x18e),'args':{'language':_0x40a787(0x1a7)}},{'id':_0x40a787(0x19d),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x1ca)),'type':AIQuickActionType[_0x40a787(0x163)],'actionName':_0x40a787(0x18e),'args':{'language':_0x40a787(0x178)}},{'id':_0x40a787(0x1b3),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x1ac)),'type':AIQuickActionType[_0x40a787(0x163)],'actionName':_0x40a787(0x18e),'args':{'language':_0x40a787(0x16a)}},{'id':_0x40a787(0x17b),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x15a)),'type':AIQuickActionType[_0x40a787(0x163)],'actionName':_0x40a787(0x18e),'args':{'language':_0x40a787(0x1d5)}},{'id':_0x40a787(0x15d),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x1b0)),'type':AIQuickActionType[_0x40a787(0x163)],'actionName':_0x40a787(0x18e),'args':{'language':_0x40a787(0x1be)}},{'id':_0x40a787(0x1a9),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x1cb)),'type':AIQuickActionType[_0x40a787(0x163)],'actionName':_0x40a787(0x18e),'args':{'language':_0x40a787(0x190)}},{'id':_0x40a787(0x16e),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x185)),'type':AIQuickActionType[_0x40a787(0x163)],'actionName':_0x40a787(0x18e),'args':{'language':_0x40a787(0x1de)}},{'id':_0x40a787(0x161),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x1b7)),'type':AIQuickActionType[_0x40a787(0x163)],'actionName':_0x40a787(0x18e),'args':{'language':_0x40a787(0x195)}},{'id':_0x40a787(0x1db),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x1bf)),'type':AIQuickActionType[_0x40a787(0x163)],'actionName':_0x40a787(0x18e),'args':{'language':_0x40a787(0x1df)}},{'id':_0x40a787(0x183),'displayedPrompt':_0x272eba(_0xd0ddcd,_0x40a787(0x19c)),'type':AIQuickActionType[_0x40a787(0x163)],'actionName':_0x40a787(0x18e),'args':{'language':_0x40a787(0x1d7)}}]},{'id':_0x40a787(0x172),'label':_0x272eba(_0xd0ddcd,_0x40a787(0x18d)),'icon':_0x131f00,'actions':[]}];return _0x410cc8;}(_0x5e6124);}[_0x3a55d2(0x16f)](){const _0x568e10=_0x3a55d2,_0x5233af=AIQuickActionsUI[_0x568e10(0x1c3)](this[_0x568e10(0x168)][_0x568e10(0x170)]),_0x34c636=(this[_0x568e10(0x168)][_0x568e10(0x1f2)][_0x568e10(0x1da)](_0x568e10(0x1d4))||[])[_0x568e10(0x17f)](_0x55e04d=>({..._0x55e04d,'icon':void 0x0}));return _0x5233af[_0x568e10(0x160)](_0x4f1043=>_0x568e10(0x172)===_0x4f1043['id'])[_0x568e10(0x171)][_0x568e10(0x199)](..._0x34c636),_0x5233af;}[_0x3a55d2(0x180)](){const _0x388573=_0x3a55d2,_0x2130c1=new _0x36d1fe(this[_0x388573(0x168)][_0x388573(0x170)]);_0x2130c1[_0x388573(0x1ce)](),this[_0x388573(0x1bc)](_0x2130c1),this[_0x388573(0x1e1)](),this[_0x388573(0x191)](_0x2130c1);}[_0x3a55d2(0x1bc)](_0x1729d2){const _0x922c53=_0x3a55d2;this[_0x922c53(0x168)]['ui'][_0x922c53(0x1bb)][_0x922c53(0x167)](_0x922c53(0x1eb),_0x21388e(this[_0x922c53(0x168)],this[_0x922c53(0x164)],{'icon':_0x26c7e6,'label':_0x272eba(this[_0x922c53(0x168)][_0x922c53(0x170)],_0x922c53(0x18a))},_0x1729d2));}[_0x3a55d2(0x194)](_0xfa7f23){const _0x455547=_0x3a55d2;this[_0x455547(0x164)]=_0xfa7f23[_0x455547(0x17f)](_0x52def8=>{const _0x3c5fb6=_0x455547;if(_0x3c5fb6(0x171)in _0x52def8){const _0x4c39e7=_0x52def8;return{..._0x4c39e7,'actions':_0x4c39e7[_0x3c5fb6(0x171)][_0x3c5fb6(0x17f)](_0x28e53a=>{const {actions:_0x96de30,..._0x436ad0}=_0x4c39e7;return{..._0x28e53a,'parent':_0x436ad0};})[_0x3c5fb6(0x176)](_0x29b470=>this[_0x3c5fb6(0x1cf)](_0x29b470))};}return _0x52def8;})[_0x455547(0x176)](_0x2248c1=>_0x455547(0x171)in _0x2248c1?_0x2248c1[_0x455547(0x171)][_0x455547(0x1e9)]>0x0:this[_0x455547(0x1cf)](_0x2248c1));}[_0x3a55d2(0x1cf)](_0x31335a){const _0x4cca4f=_0x3a55d2,_0xec7333=this[_0x4cca4f(0x168)][_0x4cca4f(0x1f2)][_0x4cca4f(0x1da)](_0x4cca4f(0x165))||[];return this[_0x4cca4f(0x168)][_0x4cca4f(0x18c)][_0x4cca4f(0x189)](AIQuickActionTypeToPluginName[_0x31335a[_0x4cca4f(0x188)]])&&!_0xec7333[_0x4cca4f(0x1a2)](_0x31335a['id']);}[_0x3a55d2(0x191)](_0x1db020){const _0x2d8c80=_0x3a55d2;this[_0x2d8c80(0x164)][_0x2d8c80(0x1c7)](_0x49c44f=>{const _0x30ed34=_0x2d8c80;if(_0x30ed34(0x171)in _0x49c44f){const _0x16cd97=_0x21388e(this[_0x30ed34(0x168)],_0x49c44f[_0x30ed34(0x171)],_0x49c44f,_0x1db020);this[_0x30ed34(0x168)]['ui'][_0x30ed34(0x1bb)][_0x30ed34(0x167)](_0x49c44f['id'],_0x16cd97),_0x49c44f[_0x30ed34(0x171)][_0x30ed34(0x1c7)](_0x5b76a8=>{const _0x512fef=_0x30ed34,_0x40daaf=_0x5aae0a(this[_0x512fef(0x168)],_0x5b76a8);this[_0x512fef(0x168)]['ui'][_0x512fef(0x1bb)][_0x512fef(0x167)](_0x5b76a8['id'],_0x40daaf);});}else{const _0x25e1bd=_0x5aae0a(this[_0x30ed34(0x168)],_0x49c44f,!0x1,!0x0,!0x1);this[_0x30ed34(0x168)]['ui'][_0x30ed34(0x1bb)][_0x30ed34(0x167)](_0x49c44f['id'],_0x25e1bd);}});}[_0x3a55d2(0x1e1)](){const _0x4474da=_0x3a55d2;this[_0x4474da(0x168)]['ui'][_0x4474da(0x1bb)][_0x4474da(0x167)](_0x4474da(0x1a0),_0x170bb5=>{const _0x5e8ffa=_0x4474da,_0x53ee67=new _0x389b2b(_0x170bb5),_0xc3e92a=_0x272eba(_0x170bb5,_0x5e8ffa(0x18a));_0x53ee67[_0x5e8ffa(0x1d8)][_0x5e8ffa(0x1ed)]({'label':_0xc3e92a,'icon':_0x26c7e6});const _0x5cd4f1=new _0x5a2706(_0x170bb5);_0x5cd4f1[_0x5e8ffa(0x1ed)]({'ariaLabel':_0xc3e92a,'role':_0x5e8ffa(0x1c2)}),this[_0x5e8ffa(0x164)][_0x5e8ffa(0x1c7)](_0xaa6ba1=>{const _0x298323=_0x5e8ffa;if(_0x298323(0x171)in _0xaa6ba1){const _0x2ef90c=_0xaa6ba1,_0x67e6d0=new _0x1b6c5e(_0x170bb5,_0x53ee67),_0x2ba99f=new _0x389b2b(_0x170bb5),_0x14e5d1=new _0x5a2706(_0x170bb5);_0x2ba99f[_0x298323(0x1d8)][_0x298323(0x1ed)]({'label':_0x2ef90c[_0x298323(0x18b)],'icon':_0x2ef90c[_0x298323(0x1ab)]}),_0x2ef90c[_0x298323(0x171)][_0x298323(0x1c7)](_0x611985=>{const _0x57ec3a=_0x298323,_0x25cb1c=new _0x1b6c5e(_0x170bb5,_0x2ba99f),_0x550c0c=new _0x49ae8d(_0x170bb5);_0x550c0c[_0x57ec3a(0x1ed)]({'label':_0x611985[_0x57ec3a(0x17d)],'icon':_0x611985[_0x57ec3a(0x1ab)],'role':_0x57ec3a(0x1d0)}),_0x550c0c['on'](_0x57ec3a(0x175),()=>{const _0x1e3b4f=_0x57ec3a;this[_0x1e3b4f(0x1e3)](_0x611985);}),_0x550c0c[_0x57ec3a(0x1f0)](_0x57ec3a(0x175))['to'](_0x2ba99f),_0x25cb1c[_0x57ec3a(0x1f1)][_0x57ec3a(0x167)](_0x550c0c),_0x14e5d1[_0x57ec3a(0x1d9)][_0x57ec3a(0x167)](_0x25cb1c);}),_0x2ba99f[_0x298323(0x16c)][_0x298323(0x1f1)][_0x298323(0x167)](_0x14e5d1),_0x67e6d0[_0x298323(0x1f1)][_0x298323(0x167)](_0x2ba99f),_0x5cd4f1[_0x298323(0x1d9)][_0x298323(0x167)](_0x67e6d0);}else{const _0xe46c35=_0xaa6ba1,_0x45b536=new _0x1b6c5e(_0x170bb5,_0x53ee67),_0x5ec101=new _0x49ae8d(_0x170bb5);_0x5ec101[_0x298323(0x1ed)]({'label':_0xe46c35[_0x298323(0x17d)],'icon':_0xe46c35[_0x298323(0x1ab)],'role':_0x298323(0x1d0)}),_0x5ec101['on'](_0x298323(0x175),()=>{const _0x12e971=_0x298323;this[_0x12e971(0x1e3)](_0xe46c35);}),_0x5ec101[_0x298323(0x1f0)](_0x298323(0x175))['to'](_0x53ee67),_0x45b536[_0x298323(0x1f1)][_0x298323(0x167)](_0x5ec101),_0x5cd4f1[_0x298323(0x1d9)][_0x298323(0x167)](_0x45b536);}});const _0xe22a68=Object[_0x5e8ffa(0x186)](AIQuickActionTypeToPluginName)[_0x5e8ffa(0x1b5)](_0x5c203d=>this[_0x5e8ffa(0x168)][_0x5e8ffa(0x18c)][_0x5e8ffa(0x189)](_0x5c203d));return _0x53ee67[_0x5e8ffa(0x1ed)]({'isEnabled':_0xe22a68}),_0x53ee67[_0x5e8ffa(0x16c)][_0x5e8ffa(0x1f1)][_0x5e8ffa(0x167)](_0x5cd4f1),_0x53ee67;});}[_0x3a55d2(0x1e3)](_0x167d64){const _0x5c21f2=_0x3a55d2,_0x1741b2=this[_0x5c21f2(0x168)];_0x1741b2[_0x5c21f2(0x1cd)][_0x5c21f2(0x1c5)][_0x5c21f2(0x1e2)](),_0x1741b2[_0x5c21f2(0x1b9)][_0x5c21f2(0x175)](_0x5c21f2(0x1ea),_0x167d64);const _0x3a28bb=_0x1741b2['ui'][_0x5c21f2(0x1c5)][_0x5c21f2(0x1dd)];_0x3a28bb&&_0x3a28bb[_0x5c21f2(0x1e5)]&&_0x3a28bb[_0x5c21f2(0x1e5)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x3c66(_0x38a043,_0x27b062){const _0x2d8476=_0x2d84();return _0x3c66=function(_0x3c66cc,_0x6dbc24){_0x3c66cc=_0x3c66cc-0xe6;let _0x2fe8ea=_0x2d8476[_0x3c66cc];return _0x2fe8ea;},_0x3c66(_0x38a043,_0x27b062);}(function(_0x3825fc,_0x57117f){const _0x390977=_0x3c66,_0x574a7e=_0x3825fc();while(!![]){try{const _0x578fea=-parseInt(_0x390977(0xf4))/0x1*(-parseInt(_0x390977(0xfc))/0x2)+-parseInt(_0x390977(0xf7))/0x3+-parseInt(_0x390977(0xed))/0x4+-parseInt(_0x390977(0xea))/0x5*(-parseInt(_0x390977(0xef))/0x6)+-parseInt(_0x390977(0xf2))/0x7+-parseInt(_0x390977(0xf9))/0x8*(parseInt(_0x390977(0xeb))/0x9)+parseInt(_0x390977(0xe9))/0xa;if(_0x578fea===_0x57117f)break;else _0x574a7e['push'](_0x574a7e['shift']());}catch(_0x599902){_0x574a7e['push'](_0x574a7e['shift']());}}}(_0x2d84,0x28d54));function _0x2d84(){const _0x22dfce=['locale','displayedPrompt','extendTemplate','execute','4557590NbTrtn','203615zwNZwK','27TqDeMl','view','430376ECnVsU','parent','12ibJcjZ','bindTemplate','icon','1064182TrzKGZ','commands','3ASfBwo','aiQuickAction','ck-ai-quick-actions-button','592557aZSYCk','set','614136kmJDmg','menuitem','focus','211658BZKFpg','editing'];_0x2d84=function(){return _0x22dfce;};return _0x2d84();}import{ButtonView as _0x21c9ad}from'ckeditor5/src/ui.js';import{IconAIQuickActions as _0x1eb7da}from'@ckeditor/ckeditor5-icons';export function aiQuickActionsButtonCreator(_0x501996,_0x290be,_0x5672f8=!0x1,_0x53fb30=!0x0,_0x3ea0b0=!0x0){return()=>{const _0x49d101=_0x3c66,_0x5943b5=_0x501996[_0x49d101(0xfe)],_0x58b424=new _0x21c9ad(_0x5943b5),_0x345235=_0x58b424[_0x49d101(0xf0)];_0x3ea0b0&&_0x58b424[_0x49d101(0xe7)]({'on':{'mouseenter':_0x345235['to'](()=>{const _0x716146=_0x49d101;_0x58b424[_0x716146(0xfb)]();})}});const _0x5246ae=_0x290be[_0x49d101(0xf1)]??_0x290be[_0x49d101(0xee)]?.[_0x49d101(0xf1)];return _0x58b424[_0x49d101(0xf8)]({'label':_0x290be[_0x49d101(0xe6)],'withText':_0x5672f8,'role':_0x49d101(0xfa),'icon':_0x53fb30?_0x5246ae??_0x1eb7da:void 0x0,'tooltip':!_0x5672f8,'class':_0x49d101(0xf6)}),_0x58b424['on'](_0x49d101(0xe8),()=>{const _0x31c788=_0x49d101;_0x501996[_0x31c788(0xfd)][_0x31c788(0xec)][_0x31c788(0xfb)](),_0x501996[_0x31c788(0xf3)][_0x31c788(0xe8)](_0x31c788(0xf5),_0x290be);}),_0x58b424;};}
23
+ function _0x3e6a(_0x456fe8,_0x19e5c4){const _0x15637d=_0x1563();return _0x3e6a=function(_0x3e6a07,_0x33424b){_0x3e6a07=_0x3e6a07-0x133;let _0x4741d6=_0x15637d[_0x3e6a07];return _0x4741d6;},_0x3e6a(_0x456fe8,_0x19e5c4);}(function(_0xf7e79c,_0x1ba950){const _0x3d5db8=_0x3e6a,_0x554816=_0xf7e79c();while(!![]){try{const _0x3fe76a=-parseInt(_0x3d5db8(0x138))/0x1+-parseInt(_0x3d5db8(0x148))/0x2+parseInt(_0x3d5db8(0x143))/0x3*(parseInt(_0x3d5db8(0x13a))/0x4)+-parseInt(_0x3d5db8(0x135))/0x5*(-parseInt(_0x3d5db8(0x142))/0x6)+-parseInt(_0x3d5db8(0x144))/0x7+-parseInt(_0x3d5db8(0x141))/0x8+parseInt(_0x3d5db8(0x13c))/0x9;if(_0x3fe76a===_0x1ba950)break;else _0x554816['push'](_0x554816['shift']());}catch(_0x15ff76){_0x554816['push'](_0x554816['shift']());}}}(_0x1563,0x73779));import{ButtonView as _0x1e8345}from'ckeditor5/src/ui.js';import{IconAIQuickActions as _0x728f6a}from'@ckeditor/ckeditor5-icons';export function aiQuickActionsButtonCreator(_0x3b0dd0,_0x3d342e,_0x175d10=!0x1,_0x5542b4=!0x0,_0x17ff65=!0x0){return()=>{const _0x30ab3b=_0x3e6a,_0x690ee3=_0x3b0dd0[_0x30ab3b(0x139)],_0x12e716=new _0x1e8345(_0x690ee3),_0x54e98a=_0x12e716[_0x30ab3b(0x134)];_0x17ff65&&_0x12e716[_0x30ab3b(0x13d)]({'on':{'mouseenter':_0x54e98a['to'](()=>{const _0x8d85c1=_0x30ab3b;_0x12e716[_0x8d85c1(0x14a)]();})}});const _0x44607b=_0x3d342e[_0x30ab3b(0x146)]??_0x3d342e[_0x30ab3b(0x149)]?.[_0x30ab3b(0x146)];return _0x12e716[_0x30ab3b(0x13b)]({'label':_0x3d342e[_0x30ab3b(0x133)],'withText':_0x175d10,'role':_0x30ab3b(0x145),'icon':_0x5542b4?_0x44607b??_0x728f6a:void 0x0,'tooltip':!_0x175d10,'class':_0x30ab3b(0x147)}),_0x12e716['on'](_0x30ab3b(0x13f),()=>{const _0x5b1618=_0x30ab3b;_0x3b0dd0[_0x5b1618(0x13e)][_0x5b1618(0x136)][_0x5b1618(0x14a)](),_0x3b0dd0[_0x5b1618(0x137)][_0x5b1618(0x13f)](_0x5b1618(0x140),_0x3d342e);}),_0x12e716;};}function _0x1563(){const _0x4b8ccb=['set','21099438HZsFTN','extendTemplate','editing','execute','aiQuickAction','4140096twpvEg','6KuRSKb','1884BvuASt','3181934UNwSNr','menuitem','icon','ck-ai-quick-actions-button','922952uhoBKY','parent','focus','displayedPrompt','bindTemplate','1354270YnYWgv','view','commands','884573CtdXrh','locale','1120ShOEAj'];_0x1563=function(){return _0x4b8ccb;};return _0x1563();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1ac8eb=_0x5af6;function _0x5af6(_0x5b1501,_0x5e19c6){const _0x5d6359=_0x5d63();return _0x5af6=function(_0x5af6f6,_0x2a633c){_0x5af6f6=_0x5af6f6-0xa2;let _0x1791a4=_0x5d6359[_0x5af6f6];return _0x1791a4;},_0x5af6(_0x5b1501,_0x5e19c6);}(function(_0x5a56d7,_0x3bf84d){const _0x5c4c62=_0x5af6,_0x391106=_0x5a56d7();while(!![]){try{const _0x47486d=-parseInt(_0x5c4c62(0xcf))/0x1+-parseInt(_0x5c4c62(0xe4))/0x2*(-parseInt(_0x5c4c62(0xe8))/0x3)+parseInt(_0x5c4c62(0xcb))/0x4+parseInt(_0x5c4c62(0xe3))/0x5*(-parseInt(_0x5c4c62(0xc8))/0x6)+-parseInt(_0x5c4c62(0xee))/0x7+parseInt(_0x5c4c62(0xdd))/0x8*(-parseInt(_0x5c4c62(0xa3))/0x9)+parseInt(_0x5c4c62(0xd1))/0xa;if(_0x47486d===_0x3bf84d)break;else _0x391106['push'](_0x391106['shift']());}catch(_0x2a2cbc){_0x391106['push'](_0x391106['shift']());}}}(_0x5d63,0xab9a3));import{View as _0x51fdb5,ListItemView as _0x97605e,ListView as _0x4a3df5,BalloonPanelView as _0x4da132,DropdownMenuPanelPositioningFunctions as _0x55b87e,DropdownMenuButtonView as _0xb4aa7,ViewCollection as _0x388d31,FocusCycler as _0x478675}from'ckeditor5/src/ui.js';import{IconAIQuickActions as _0x2b11b8}from'@ckeditor/ckeditor5-icons';function _0x5d63(){const _0x520561=['_showNestedPanel','_openNestedPanels','ck-ai-quick-actions-group-button','_hideAllNestedPanels','ck-ai-quick-actions','content','178554cewqsz','addMany','ck-ai-quick-actions-group-list','358532zgNJOK','menuitem','closest','locale','813782abazIZ','.ck-ai-quick-actions-group-panel','33045350lnbZIS','key','items','extendTemplate','optionsListView','_createActionButton','focus','set','ck-ai-quick-actions-group-panel','keystrokes','.ck-ai-quick-actions-group-button','_focusables','6118808SsZSwz','eastSouth','focusTracker','_createActionGroupButton','pin','menu','95Cqgqmj','4TfDEub','destroy','icon','uiLanguageDirection','317907CmWwmR','.ck-ai-quick-actions-group-list','detachFromDom','bindTemplate','isVisible','rtl','5314183yLNnPb','isOn','_createGroupActionsList','delete','contains','9CXiTXc','children','role','ArrowRight','focusCycler','show','render','relatedTarget','ck-dropdown-menu-list','label','mouseleave','addEventListener','_createListItems','forEach','ArrowLeft','actions','add','setTemplate','_isMovingToNestedMenu','clear','get','_bodyCollection','_hideNestedPanel','element','ck-rounded-corners','ck-reset_all','bind','_setupGroupMenuBehavior','ck-dropdown-menu__nested-menu__panel','div','hide'];_0x5d63=function(){return _0x520561;};return _0x5d63();}import{FocusTracker as _0x3ba970,KeystrokeHandler as _0x4622dc}from'ckeditor5/src/utils.js';import{aiQuickActionsButtonCreator as _0xcc5fcc}from'./aiquickactionsbuttoncreator.js';const Ls=_0x1ac8eb(0xe2),Ns=_0x1ac8eb(0xcc);export class AIQuickActionsDropdownContentView extends _0x51fdb5{[_0x1ac8eb(0xb8)];[_0x1ac8eb(0xd5)];[_0x1ac8eb(0xdf)];[_0x1ac8eb(0xda)];[_0x1ac8eb(0xdc)];[_0x1ac8eb(0xa7)];[_0x1ac8eb(0xc3)]=new Set();constructor(_0x197e58,_0x15ba2c,_0x2a0726,_0x1e78b8){const _0x331472=_0x1ac8eb,_0x5b9b57=_0x197e58[_0x331472(0xce)];super(_0x5b9b57),this[_0x331472(0xb8)]=_0x1e78b8;const _0x49d428=this[_0x331472(0xaf)](_0x197e58,_0x15ba2c,_0x2a0726);this[_0x331472(0xd5)]=new _0x4a3df5(_0x5b9b57),this[_0x331472(0xd5)][_0x331472(0xa5)]=Ls,this[_0x331472(0xd5)][_0x331472(0xd3)][_0x331472(0xc9)](_0x49d428),this[_0x331472(0xdf)]=new _0x3ba970(),this[_0x331472(0xda)]=new _0x4622dc(),this[_0x331472(0xdc)]=_0x49d428,this[_0x331472(0xa7)]=new _0x478675({'focusables':this[_0x331472(0xdc)],'focusTracker':this[_0x331472(0xdf)],'keystrokeHandler':this[_0x331472(0xda)]}),this[_0x331472(0xb4)]({'tag':_0x331472(0xc0),'attributes':{'class':['ck',_0x331472(0xbc),_0x331472(0xc6),_0x331472(0xbb)],'dir':_0x5b9b57[_0x331472(0xe7)]},'children':[this[_0x331472(0xd5)]]});}[_0x1ac8eb(0xaf)](_0x3fc4d9,_0x16e338,_0x3f714){const _0x168248=_0x1ac8eb,_0x3819d5=new _0x388d31();return _0x16e338[_0x168248(0xb0)](_0x473a32=>{const _0x37cf86=_0x168248;_0x37cf86(0xb2)in _0x473a32?_0x3819d5[_0x37cf86(0xb3)](this[_0x37cf86(0xe0)](_0x3fc4d9,_0x473a32,_0x3f714)):_0x3819d5[_0x37cf86(0xb3)](this[_0x37cf86(0xd6)](_0x3fc4d9,_0x473a32));}),_0x3819d5;}[_0x1ac8eb(0xd6)](_0x286ba8,_0x26d3ba){const _0x42bbfe=_0x1ac8eb,_0x273606=new _0x97605e(this[_0x42bbfe(0xce)]),_0x5bd840=_0xcc5fcc(_0x286ba8,_0x26d3ba,!0x0,void 0x0!==_0x26d3ba[_0x42bbfe(0xe6)])();return _0x273606[_0x42bbfe(0xa4)][_0x42bbfe(0xb3)](_0x5bd840),_0x273606;}[_0x1ac8eb(0xe0)](_0x4cd8ed,_0x4b6ec2,_0x4fb812){const _0x87c725=_0x1ac8eb,_0x1772dd=new _0x97605e(this[_0x87c725(0xce)]),_0x403b9b=new _0xb4aa7(this[_0x87c725(0xce)]),_0xb6499a=_0x403b9b[_0x87c725(0xeb)],_0x59f1ac=_0x87c725(0xed)===_0x4fb812[_0x87c725(0xce)][_0x87c725(0xe7)]?_0x87c725(0xa6):_0x87c725(0xb1),_0x25f33e=this[_0x87c725(0xf0)](_0x4cd8ed,_0x4b6ec2[_0x87c725(0xb2)],_0x4fb812);_0x403b9b[_0x87c725(0xd8)]({'label':_0x4b6ec2[_0x87c725(0xac)],'withText':!0x0,'role':Ns,'icon':_0x4b6ec2[_0x87c725(0xe6)]??_0x2b11b8}),_0x403b9b[_0x87c725(0xd4)]({'on':{'mouseenter':_0xb6499a['to'](()=>{const _0x21285c=_0x87c725;_0x403b9b[_0x21285c(0xd7)]();})}});const _0x5035a0=new _0x4da132(this[_0x87c725(0xce)]);return _0x5035a0[_0x87c725(0xd4)]({'attributes':{'class':['ck',_0x87c725(0xbc),_0x87c725(0xd9),_0x87c725(0xbf)]},'on':{'keydown':_0xb6499a['to'](_0x1807ef=>{const _0x3031a9=_0x87c725;_0x1807ef[_0x3031a9(0xd2)]==_0x59f1ac&&(_0x403b9b[_0x3031a9(0xd7)](),this[_0x3031a9(0xb9)](_0x5035a0));})}}),_0x403b9b[_0x87c725(0xbd)](_0x87c725(0xef))['to'](_0x5035a0,_0x87c725(0xec)),this[_0x87c725(0xb8)][_0x87c725(0xb3)](_0x5035a0),_0x5035a0[_0x87c725(0xc7)][_0x87c725(0xb3)](_0x25f33e),this[_0x87c725(0xbe)](_0x403b9b,_0x5035a0),_0x1772dd[_0x87c725(0xa4)][_0x87c725(0xb3)](_0x403b9b),_0x1772dd;}[_0x1ac8eb(0xf0)](_0x49f610,_0x230ca5,_0x3e0284){const _0x3624b9=_0x1ac8eb,_0x5d47d7=new _0x4a3df5(this[_0x3624b9(0xce)]);return _0x5d47d7[_0x3624b9(0xd4)]({'attributes':{'class':['ck',_0x3624b9(0xbc),_0x3624b9(0xca),_0x3624b9(0xab)]}}),_0x230ca5[_0x3624b9(0xb0)](_0x544a6=>{const _0x3cbbde=_0x3624b9,_0x1e61c8=new _0x97605e(this[_0x3cbbde(0xce)]),_0x5cc9ee=_0xcc5fcc(_0x49f610,_0x544a6,!0x0,!0x1)();_0x1e61c8[_0x3cbbde(0xa4)][_0x3cbbde(0xb3)](_0x5cc9ee),_0x3e0284[_0x3cbbde(0xdf)][_0x3cbbde(0xb3)](_0x5cc9ee),_0x5d47d7[_0x3cbbde(0xd3)][_0x3cbbde(0xb3)](_0x1e61c8);}),_0x5d47d7;}[_0x1ac8eb(0xbe)](_0x5319bd,_0x453625){const _0x19dc2c=_0x1ac8eb,_0x380a63=_0x5319bd[_0x19dc2c(0xeb)],_0x3edef5=_0x19dc2c(0xed)===_0x5319bd[_0x19dc2c(0xce)][_0x19dc2c(0xe7)]?_0x19dc2c(0xb1):_0x19dc2c(0xa6);_0x5319bd[_0x19dc2c(0xd4)]({'attributes':{'class':[_0x19dc2c(0xc4)]},'on':{'mouseenter':_0x380a63['to'](()=>{const _0x22a127=_0x19dc2c;this[_0x22a127(0xc2)](_0x453625,_0x5319bd);}),'mouseleave':_0x380a63['to'](_0x11a80e=>{const _0x1e795a=_0x19dc2c,_0x259b26=_0x11a80e[_0x1e795a(0xaa)];this[_0x1e795a(0xb5)](_0x259b26,_0x453625)||this[_0x1e795a(0xb9)](_0x453625);}),'keydown':_0x380a63['to'](_0x2966ab=>{const _0x213de5=_0x19dc2c;_0x2966ab[_0x213de5(0xd2)]==_0x3edef5&&(this[_0x213de5(0xc2)](_0x453625,_0x5319bd),_0x453625[_0x213de5(0xc7)][_0x213de5(0xb7)](0x0)[_0x213de5(0xd7)]());})}}),_0x453625['on'](_0x19dc2c(0xa9),()=>{const _0x9815e4=_0x19dc2c;_0x453625[_0x9815e4(0xba)]?.[_0x9815e4(0xae)](_0x9815e4(0xad),_0x24e72d=>{const _0x35285d=_0x9815e4,_0x476f2a=_0x24e72d[_0x35285d(0xaa)];_0x5319bd[_0x35285d(0xba)]?.[_0x35285d(0xa2)](_0x476f2a)||this[_0x35285d(0xb5)](_0x476f2a,_0x453625)||this[_0x35285d(0xb9)](_0x453625);});});}[_0x1ac8eb(0xc2)](_0x4e64fc,_0x511596){const _0x183bd5=_0x1ac8eb;this[_0x183bd5(0xc3)][_0x183bd5(0xb0)](_0x4eebce=>{const _0x54afd5=_0x183bd5;_0x4eebce!==_0x4e64fc&&_0x4eebce[_0x54afd5(0xec)]&&_0x4eebce[_0x54afd5(0xc1)]();}),_0x4e64fc[_0x183bd5(0xa8)](),_0x4e64fc[_0x183bd5(0xe1)]({'positions':[_0x55b87e[_0x183bd5(0xde)]],'target':_0x511596[_0x183bd5(0xba)],'fitInViewport':!0x0}),this[_0x183bd5(0xc3)][_0x183bd5(0xb3)](_0x4e64fc);}[_0x1ac8eb(0xb9)](_0x348f41){const _0x2e1ffd=_0x1ac8eb;_0x348f41[_0x2e1ffd(0xc1)](),this[_0x2e1ffd(0xc3)][_0x2e1ffd(0xf1)](_0x348f41);}[_0x1ac8eb(0xc5)](){const _0x1774f8=_0x1ac8eb;this[_0x1774f8(0xc3)][_0x1774f8(0xb0)](_0x47917f=>_0x47917f[_0x1774f8(0xc1)]()),this[_0x1774f8(0xc3)][_0x1774f8(0xb6)]();}[_0x1ac8eb(0xb5)](_0x1391e,_0x34d173){const _0x475623=_0x1ac8eb;if(!_0x1391e)return!0x1;if(_0x34d173[_0x475623(0xba)]?.[_0x475623(0xa2)](_0x1391e))return!0x0;const _0x50d3a9=_0x1391e;return _0x50d3a9[_0x475623(0xcd)]&&(null!==_0x50d3a9[_0x475623(0xcd)](_0x475623(0xd0))||null!==_0x50d3a9[_0x475623(0xcd)](_0x475623(0xe9))||null!==_0x50d3a9[_0x475623(0xcd)](_0x475623(0xdb)));}[_0x1ac8eb(0xe5)](){const _0x4e60ac=_0x1ac8eb;this[_0x4e60ac(0xc5)](),this[_0x4e60ac(0xb8)][_0x4e60ac(0xea)](),super[_0x4e60ac(0xe5)]();}[_0x1ac8eb(0xd7)](){const _0x1db4c2=_0x1ac8eb;this[_0x1db4c2(0xd5)][_0x1db4c2(0xd7)]();}}
23
+ const _0x24de43=_0x588e;function _0x1188(){const _0x290f85=['159668YebYbA','actions','eastSouth','optionsListView','div','focusTracker','relatedTarget','forEach','clear','.ck-ai-quick-actions-group-list','_hideNestedPanel','render','ck-ai-quick-actions-group-panel','_createActionGroupButton','add','_createGroupActionsList','element','rtl','locale','extendTemplate','_bodyCollection','694944LAjiqv','mouseleave','addMany','items','.ck-ai-quick-actions-group-panel','ArrowLeft','_setupGroupMenuBehavior','bind','72QMsFsq','7540bBOmTU','56254qzlsTe','_createActionButton','children','4067259nanbBk','set','focus','888DPuQnf','_hideAllNestedPanels','isOn','pin','destroy','uiLanguageDirection','ck-reset_all','role','_openNestedPanels','.ck-ai-quick-actions-group-button','keystrokes','contains','detachFromDom','ck-rounded-corners','focusCycler','key','21jzcyCe','_createListItems','addEventListener','get','icon','_focusables','22otjbgR','menu','content','_isMovingToNestedMenu','ck-dropdown-menu__nested-menu__panel','closest','hide','131445fVBFxz','show','setTemplate','ck-dropdown-menu-list','_showNestedPanel','label','delete','isVisible','6842360imRPFZ','ck-ai-quick-actions','ArrowRight','menuitem','ck-ai-quick-actions-group-button','bindTemplate','ck-ai-quick-actions-group-list'];_0x1188=function(){return _0x290f85;};return _0x1188();}(function(_0x5f33a1,_0x475153){const _0x3e99c2=_0x588e,_0x422bcc=_0x5f33a1();while(!![]){try{const _0x5c6cfc=parseInt(_0x3e99c2(0x15f))/0x1+-parseInt(_0x3e99c2(0x169))/0x2+-parseInt(_0x3e99c2(0x12e))/0x3*(-parseInt(_0x3e99c2(0x14a))/0x4)+-parseInt(_0x3e99c2(0x168))/0x5*(-parseInt(_0x3e99c2(0x16f))/0x6)+parseInt(_0x3e99c2(0x16c))/0x7+parseInt(_0x3e99c2(0x167))/0x8*(parseInt(_0x3e99c2(0x13b))/0x9)+-parseInt(_0x3e99c2(0x143))/0xa*(parseInt(_0x3e99c2(0x134))/0xb);if(_0x5c6cfc===_0x475153)break;else _0x422bcc['push'](_0x422bcc['shift']());}catch(_0x3cd1df){_0x422bcc['push'](_0x422bcc['shift']());}}}(_0x1188,0x7d596));import{View as _0x44b46b,ListItemView as _0x2a3e73,ListView as _0x47cc55,BalloonPanelView as _0x25c601,DropdownMenuPanelPositioningFunctions as _0x5cf0c5,DropdownMenuButtonView as _0x27f57d,ViewCollection as _0x426159,FocusCycler as _0x5caf06}from'ckeditor5/src/ui.js';function _0x588e(_0x11962a,_0x1a1126){const _0x1188bf=_0x1188();return _0x588e=function(_0x588e32,_0x4f15bf){_0x588e32=_0x588e32-0x12d;let _0xddbf21=_0x1188bf[_0x588e32];return _0xddbf21;},_0x588e(_0x11962a,_0x1a1126);}import{IconAIQuickActions as _0x4764de}from'@ckeditor/ckeditor5-icons';import{FocusTracker as _0x58ad05,KeystrokeHandler as _0x40b34d}from'ckeditor5/src/utils.js';import{aiQuickActionsButtonCreator as _0x16ea81}from'./aiquickactionsbuttoncreator.js';const Ls=_0x24de43(0x135),Ns=_0x24de43(0x146);export class AIQuickActionsDropdownContentView extends _0x44b46b{[_0x24de43(0x15e)];[_0x24de43(0x14d)];[_0x24de43(0x14f)];[_0x24de43(0x179)];[_0x24de43(0x133)];[_0x24de43(0x17d)];[_0x24de43(0x177)]=new Set();constructor(_0x142cbb,_0x5ea2a9,_0x29e194,_0x12d052){const _0x229dd1=_0x24de43,_0x54e82d=_0x142cbb[_0x229dd1(0x15c)];super(_0x54e82d),this[_0x229dd1(0x15e)]=_0x12d052;const _0x196508=this[_0x229dd1(0x12f)](_0x142cbb,_0x5ea2a9,_0x29e194);this[_0x229dd1(0x14d)]=new _0x47cc55(_0x54e82d),this[_0x229dd1(0x14d)][_0x229dd1(0x176)]=Ls,this[_0x229dd1(0x14d)][_0x229dd1(0x162)][_0x229dd1(0x161)](_0x196508),this[_0x229dd1(0x14f)]=new _0x58ad05(),this[_0x229dd1(0x179)]=new _0x40b34d(),this[_0x229dd1(0x133)]=_0x196508,this[_0x229dd1(0x17d)]=new _0x5caf06({'focusables':this[_0x229dd1(0x133)],'focusTracker':this[_0x229dd1(0x14f)],'keystrokeHandler':this[_0x229dd1(0x179)]}),this[_0x229dd1(0x13d)]({'tag':_0x229dd1(0x14e),'attributes':{'class':['ck',_0x229dd1(0x175),_0x229dd1(0x144),_0x229dd1(0x17c)],'dir':_0x54e82d[_0x229dd1(0x174)]},'children':[this[_0x229dd1(0x14d)]]});}[_0x24de43(0x12f)](_0xae1776,_0x3964b2,_0x4f215a){const _0x2c149e=_0x24de43,_0x16bc2e=new _0x426159();return _0x3964b2[_0x2c149e(0x151)](_0x4bce00=>{const _0x45e0b0=_0x2c149e;_0x45e0b0(0x14b)in _0x4bce00?_0x16bc2e[_0x45e0b0(0x158)](this[_0x45e0b0(0x157)](_0xae1776,_0x4bce00,_0x4f215a)):_0x16bc2e[_0x45e0b0(0x158)](this[_0x45e0b0(0x16a)](_0xae1776,_0x4bce00));}),_0x16bc2e;}[_0x24de43(0x16a)](_0x53c011,_0x6be530){const _0x4f4773=_0x24de43,_0x2c8596=new _0x2a3e73(this[_0x4f4773(0x15c)]),_0x4c6c1c=_0x16ea81(_0x53c011,_0x6be530,!0x0,void 0x0!==_0x6be530[_0x4f4773(0x132)])();return _0x2c8596[_0x4f4773(0x16b)][_0x4f4773(0x158)](_0x4c6c1c),_0x2c8596;}[_0x24de43(0x157)](_0x2b24d7,_0x369f08,_0x18724c){const _0x306cfc=_0x24de43,_0x139635=new _0x2a3e73(this[_0x306cfc(0x15c)]),_0x5f0e33=new _0x27f57d(this[_0x306cfc(0x15c)]),_0x4dd231=_0x5f0e33[_0x306cfc(0x148)],_0x3ab1b0=_0x306cfc(0x15b)===_0x18724c[_0x306cfc(0x15c)][_0x306cfc(0x174)]?_0x306cfc(0x145):_0x306cfc(0x164),_0x302d8e=this[_0x306cfc(0x159)](_0x2b24d7,_0x369f08[_0x306cfc(0x14b)],_0x18724c);_0x5f0e33[_0x306cfc(0x16d)]({'label':_0x369f08[_0x306cfc(0x140)],'withText':!0x0,'role':Ns,'icon':_0x369f08[_0x306cfc(0x132)]??_0x4764de}),_0x5f0e33[_0x306cfc(0x15d)]({'on':{'mouseenter':_0x4dd231['to'](()=>{const _0xd32b54=_0x306cfc;_0x5f0e33[_0xd32b54(0x16e)]();})}});const _0x251040=new _0x25c601(this[_0x306cfc(0x15c)]);return _0x251040[_0x306cfc(0x15d)]({'attributes':{'class':['ck',_0x306cfc(0x175),_0x306cfc(0x156),_0x306cfc(0x138)]},'on':{'keydown':_0x4dd231['to'](_0x100e72=>{const _0x15d1b4=_0x306cfc;_0x100e72[_0x15d1b4(0x12d)]==_0x3ab1b0&&(_0x5f0e33[_0x15d1b4(0x16e)](),this[_0x15d1b4(0x154)](_0x251040));})}}),_0x5f0e33[_0x306cfc(0x166)](_0x306cfc(0x171))['to'](_0x251040,_0x306cfc(0x142)),this[_0x306cfc(0x15e)][_0x306cfc(0x158)](_0x251040),_0x251040[_0x306cfc(0x136)][_0x306cfc(0x158)](_0x302d8e),this[_0x306cfc(0x165)](_0x5f0e33,_0x251040),_0x139635[_0x306cfc(0x16b)][_0x306cfc(0x158)](_0x5f0e33),_0x139635;}[_0x24de43(0x159)](_0x3859ad,_0x2996f4,_0x3b0a45){const _0xfb2451=_0x24de43,_0x14be41=new _0x47cc55(this[_0xfb2451(0x15c)]);return _0x14be41[_0xfb2451(0x15d)]({'attributes':{'class':['ck',_0xfb2451(0x175),_0xfb2451(0x149),_0xfb2451(0x13e)]}}),_0x2996f4[_0xfb2451(0x151)](_0x29273f=>{const _0x1cd94a=_0xfb2451,_0x57f3d8=new _0x2a3e73(this[_0x1cd94a(0x15c)]),_0x42342a=_0x16ea81(_0x3859ad,_0x29273f,!0x0,!0x1)();_0x57f3d8[_0x1cd94a(0x16b)][_0x1cd94a(0x158)](_0x42342a),_0x3b0a45[_0x1cd94a(0x14f)][_0x1cd94a(0x158)](_0x42342a),_0x14be41[_0x1cd94a(0x162)][_0x1cd94a(0x158)](_0x57f3d8);}),_0x14be41;}[_0x24de43(0x165)](_0x33df70,_0x1b0346){const _0x18738e=_0x24de43,_0x4fa6ec=_0x33df70[_0x18738e(0x148)],_0x1ff24d=_0x18738e(0x15b)===_0x33df70[_0x18738e(0x15c)][_0x18738e(0x174)]?_0x18738e(0x164):_0x18738e(0x145);_0x33df70[_0x18738e(0x15d)]({'attributes':{'class':[_0x18738e(0x147)]},'on':{'mouseenter':_0x4fa6ec['to'](()=>{const _0x7de9af=_0x18738e;this[_0x7de9af(0x13f)](_0x1b0346,_0x33df70);}),'mouseleave':_0x4fa6ec['to'](_0x231d5b=>{const _0x1848ab=_0x18738e,_0x3309ee=_0x231d5b[_0x1848ab(0x150)];this[_0x1848ab(0x137)](_0x3309ee,_0x1b0346)||this[_0x1848ab(0x154)](_0x1b0346);}),'keydown':_0x4fa6ec['to'](_0x39631=>{const _0x4f6dfc=_0x18738e;_0x39631[_0x4f6dfc(0x12d)]==_0x1ff24d&&(this[_0x4f6dfc(0x13f)](_0x1b0346,_0x33df70),_0x1b0346[_0x4f6dfc(0x136)][_0x4f6dfc(0x131)](0x0)[_0x4f6dfc(0x16e)]());})}}),_0x1b0346['on'](_0x18738e(0x155),()=>{const _0xec2b32=_0x18738e;_0x1b0346[_0xec2b32(0x15a)]?.[_0xec2b32(0x130)](_0xec2b32(0x160),_0x40ba48=>{const _0x198d25=_0xec2b32,_0x22cea5=_0x40ba48[_0x198d25(0x150)];_0x33df70[_0x198d25(0x15a)]?.[_0x198d25(0x17a)](_0x22cea5)||this[_0x198d25(0x137)](_0x22cea5,_0x1b0346)||this[_0x198d25(0x154)](_0x1b0346);});});}[_0x24de43(0x13f)](_0x5a1052,_0x41767f){const _0x41e7fb=_0x24de43;this[_0x41e7fb(0x177)][_0x41e7fb(0x151)](_0x1ceed6=>{const _0xa8310=_0x41e7fb;_0x1ceed6!==_0x5a1052&&_0x1ceed6[_0xa8310(0x142)]&&_0x1ceed6[_0xa8310(0x13a)]();}),_0x5a1052[_0x41e7fb(0x13c)](),_0x5a1052[_0x41e7fb(0x172)]({'positions':[_0x5cf0c5[_0x41e7fb(0x14c)]],'target':_0x41767f[_0x41e7fb(0x15a)],'fitInViewport':!0x0}),this[_0x41e7fb(0x177)][_0x41e7fb(0x158)](_0x5a1052);}[_0x24de43(0x154)](_0x4b1893){const _0x43a066=_0x24de43;_0x4b1893[_0x43a066(0x13a)](),this[_0x43a066(0x177)][_0x43a066(0x141)](_0x4b1893);}[_0x24de43(0x170)](){const _0x2e8ee7=_0x24de43;this[_0x2e8ee7(0x177)][_0x2e8ee7(0x151)](_0x10e1b9=>_0x10e1b9[_0x2e8ee7(0x13a)]()),this[_0x2e8ee7(0x177)][_0x2e8ee7(0x152)]();}[_0x24de43(0x137)](_0x99fdb8,_0x4e52f1){const _0xdbf01c=_0x24de43;if(!_0x99fdb8)return!0x1;if(_0x4e52f1[_0xdbf01c(0x15a)]?.[_0xdbf01c(0x17a)](_0x99fdb8))return!0x0;const _0x1d671e=_0x99fdb8;return _0x1d671e[_0xdbf01c(0x139)]&&(null!==_0x1d671e[_0xdbf01c(0x139)](_0xdbf01c(0x163))||null!==_0x1d671e[_0xdbf01c(0x139)](_0xdbf01c(0x153))||null!==_0x1d671e[_0xdbf01c(0x139)](_0xdbf01c(0x178)));}[_0x24de43(0x173)](){const _0x53401f=_0x24de43;this[_0x53401f(0x170)](),this[_0x53401f(0x15e)][_0x53401f(0x17b)](),super[_0x53401f(0x173)]();}[_0x24de43(0x16e)](){const _0x16e566=_0x24de43;this[_0x16e566(0x14d)][_0x16e566(0x16e)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x440aeb,_0x79d4ee){const _0x3f7e07=_0x2afe,_0xff7349=_0x440aeb();while(!![]){try{const _0x270475=parseInt(_0x3f7e07(0x6d))/0x1+-parseInt(_0x3f7e07(0x79))/0x2*(parseInt(_0x3f7e07(0x7e))/0x3)+-parseInt(_0x3f7e07(0x76))/0x4+parseInt(_0x3f7e07(0x77))/0x5+parseInt(_0x3f7e07(0x6f))/0x6*(parseInt(_0x3f7e07(0x7f))/0x7)+parseInt(_0x3f7e07(0x71))/0x8+parseInt(_0x3f7e07(0x78))/0x9*(-parseInt(_0x3f7e07(0x75))/0xa);if(_0x270475===_0x79d4ee)break;else _0xff7349['push'](_0xff7349['shift']());}catch(_0x475b01){_0xff7349['push'](_0xff7349['shift']());}}}(_0x2953,0x47a65));import{createDropdown as _0x3a2457}from'ckeditor5/src/ui.js';function _0x2953(){const _0x186c4a=['347339vEdyJS','label','2005446xJCHyH','children','15192DouxtD','panelView','set','add','20ZtfhbB','1799208sXiDYm','2860615iFOhQR','705141DZGdbm','2fyTtJf','ck-ai-quick-actions-dropdown','locale','icon','buttonView','1066875vGKCPX','7DQHEfF'];_0x2953=function(){return _0x186c4a;};return _0x2953();}import{IconAIQuickActions as _0x309658}from'@ckeditor/ckeditor5-icons';function _0x2afe(_0x3ca673,_0x5c1a33){const _0x2953fd=_0x2953();return _0x2afe=function(_0x2afee0,_0x13ce3b){_0x2afee0=_0x2afee0-0x6d;let _0xdc9cc6=_0x2953fd[_0x2afee0];return _0xdc9cc6;},_0x2afe(_0x3ca673,_0x5c1a33);}import{AIQuickActionsDropdownContentView as _0x1b6cc6}from'./aiquickactionsdropdowncontentview.js';export function aiQuickActionsDropdownCreator(_0x132f47,_0x4ebb78,_0x51372c,_0x52c954){return()=>{const _0x280fe3=_0x2afe,_0x49e23c=_0x132f47[_0x280fe3(0x7b)],_0x18f575=_0x3a2457(_0x49e23c);_0x18f575[_0x280fe3(0x7d)][_0x280fe3(0x73)]({'icon':_0x51372c[_0x280fe3(0x7c)]??_0x309658,'label':_0x51372c[_0x280fe3(0x6e)],'tooltip':!0x0}),_0x18f575[_0x280fe3(0x73)]({'class':_0x280fe3(0x7a)});const _0x4d011c=new _0x1b6cc6(_0x132f47,_0x4ebb78,_0x18f575,_0x52c954);return _0x18f575[_0x280fe3(0x72)][_0x280fe3(0x70)][_0x280fe3(0x74)](_0x4d011c),_0x18f575;};}
23
+ function _0x55e7(){const _0x481c28=['add','set','buttonView','173315aKLFfJ','156udrfmf','7rLdJAI','169346mAGvRb','1573QVATXb','panelView','55900cFQNhF','label','3090354vwzQHY','icon','children','3165288VkfxEW','locale','3562212OtGvZS','ck-ai-quick-actions-dropdown','11121696nQAfZd','21ukDBYX'];_0x55e7=function(){return _0x481c28;};return _0x55e7();}(function(_0x117568,_0x19beb4){const _0x2dad36=_0x29ee,_0x2bd990=_0x117568();while(!![]){try{const _0x104543=-parseInt(_0x2dad36(0x1e8))/0x1*(parseInt(_0x2dad36(0x1e9))/0x2)+-parseInt(_0x2dad36(0x1df))/0x3+-parseInt(_0x2dad36(0x1e7))/0x4*(-parseInt(_0x2dad36(0x1e6))/0x5)+parseInt(_0x2dad36(0x1da))/0x6+parseInt(_0x2dad36(0x1e2))/0x7*(-parseInt(_0x2dad36(0x1dd))/0x8)+parseInt(_0x2dad36(0x1e1))/0x9+-parseInt(_0x2dad36(0x1d8))/0xa*(-parseInt(_0x2dad36(0x1ea))/0xb);if(_0x104543===_0x19beb4)break;else _0x2bd990['push'](_0x2bd990['shift']());}catch(_0xb7c299){_0x2bd990['push'](_0x2bd990['shift']());}}}(_0x55e7,0xe4414));import{createDropdown as _0x4cdf1e}from'ckeditor5/src/ui.js';import{IconAIQuickActions as _0x500128}from'@ckeditor/ckeditor5-icons';function _0x29ee(_0x2c81b7,_0x409974){const _0x55e79e=_0x55e7();return _0x29ee=function(_0x29ee10,_0x17efe9){_0x29ee10=_0x29ee10-0x1d7;let _0xa2b380=_0x55e79e[_0x29ee10];return _0xa2b380;},_0x29ee(_0x2c81b7,_0x409974);}import{AIQuickActionsDropdownContentView as _0x4b8109}from'./aiquickactionsdropdowncontentview.js';export function aiQuickActionsDropdownCreator(_0x26f293,_0x362d82,_0x56c336,_0x65caf1){return()=>{const _0x4a28a2=_0x29ee,_0x57b172=_0x26f293[_0x4a28a2(0x1de)],_0x5c3a9a=_0x4cdf1e(_0x57b172);_0x5c3a9a[_0x4a28a2(0x1e5)][_0x4a28a2(0x1e4)]({'icon':_0x56c336[_0x4a28a2(0x1db)]??_0x500128,'label':_0x56c336[_0x4a28a2(0x1d9)],'tooltip':!0x0}),_0x5c3a9a[_0x4a28a2(0x1e4)]({'class':_0x4a28a2(0x1e0)});const _0x28d66a=new _0x4b8109(_0x26f293,_0x362d82,_0x5c3a9a,_0x65caf1);return _0x5c3a9a[_0x4a28a2(0x1d7)][_0x4a28a2(0x1dc)][_0x4a28a2(0x1e3)](_0x28d66a),_0x5c3a9a;};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x290514=_0x59b8;function _0x1d83(){var _0xb1c445=['5165060dwtDBZ','isOfficialPlugin','11950ufpiZZ','3260168XeMGKx','17pptpem','requires','AIReviewMode','7216143svXOcO','1085PUgEzR','pluginName','130922XUaqwA','isPremiumPlugin','625440NuMWOS','44904JhIeeM','20aRxtdK','7011NrVhbg'];_0x1d83=function(){return _0xb1c445;};return _0x1d83();}(function(_0x5378a3,_0x21d3fb){var _0x5d1f78=_0x59b8,_0x4d1132=_0x5378a3();while(!![]){try{var _0x5078f4=-parseInt(_0x5d1f78(0x79))/0x1*(-parseInt(_0x5d1f78(0x6f))/0x2)+-parseInt(_0x5d1f78(0x71))/0x3*(-parseInt(_0x5d1f78(0x73))/0x4)+-parseInt(_0x5d1f78(0x75))/0x5+parseInt(_0x5d1f78(0x72))/0x6*(-parseInt(_0x5d1f78(0x6d))/0x7)+parseInt(_0x5d1f78(0x78))/0x8+-parseInt(_0x5d1f78(0x74))/0x9*(-parseInt(_0x5d1f78(0x77))/0xa)+-parseInt(_0x5d1f78(0x6c))/0xb;if(_0x5078f4===_0x21d3fb)break;else _0x4d1132['push'](_0x4d1132['shift']());}catch(_0x534449){_0x4d1132['push'](_0x4d1132['shift']());}}}(_0x1d83,0x9d60a));import{ContextPlugin as _0x1bf58f}from'ckeditor5/src/core.js';import{AIReviewModeController as _0x16abce}from'./aireviewmodecontroller.js';import{AIReviewModeUI as _0x2041fb}from'./aireviewmodeui.js';function _0x59b8(_0x217224,_0x111cb0){var _0x1d83d7=_0x1d83();return _0x59b8=function(_0x59b8b0,_0x30626f){_0x59b8b0=_0x59b8b0-0x6b;var _0x46c0c7=_0x1d83d7[_0x59b8b0];return _0x46c0c7;},_0x59b8(_0x217224,_0x111cb0);}import{AIReviewModeEditing as _0x273c78}from'./aireviewmodeediting.js';export class AIReviewMode extends _0x1bf58f{static get[_0x290514(0x7a)](){return[_0x16abce,_0x2041fb,_0x273c78];}static get[_0x290514(0x6e)](){var _0x5567a3=_0x290514;return _0x5567a3(0x6b);}static get[_0x290514(0x76)](){return!0x0;}static get[_0x290514(0x70)](){return!0x0;}}
23
+ var _0x389488=_0x86ef;(function(_0x2cf3b5,_0x77812a){var _0x5a193c=_0x86ef,_0x12584a=_0x2cf3b5();while(!![]){try{var _0x1a6c3d=-parseInt(_0x5a193c(0x1af))/0x1*(parseInt(_0x5a193c(0x1bb))/0x2)+parseInt(_0x5a193c(0x1b9))/0x3+-parseInt(_0x5a193c(0x1b6))/0x4*(parseInt(_0x5a193c(0x1b7))/0x5)+-parseInt(_0x5a193c(0x1ac))/0x6*(-parseInt(_0x5a193c(0x1b5))/0x7)+-parseInt(_0x5a193c(0x1b3))/0x8+-parseInt(_0x5a193c(0x1b2))/0x9+parseInt(_0x5a193c(0x1ae))/0xa*(parseInt(_0x5a193c(0x1ba))/0xb);if(_0x1a6c3d===_0x77812a)break;else _0x12584a['push'](_0x12584a['shift']());}catch(_0x4d269c){_0x12584a['push'](_0x12584a['shift']());}}}(_0x4d3a,0x4bed0));import{ContextPlugin as _0x459cdb}from'ckeditor5/src/core.js';import{AIReviewModeController as _0x25b479}from'./aireviewmodecontroller.js';import{AIReviewModeUI as _0x161bd9}from'./aireviewmodeui.js';import{AIReviewModeEditing as _0x37bf0c}from'./aireviewmodeediting.js';function _0x4d3a(){var _0x50dcab=['2958957fLIJOH','1648744KcDYPI','requires','42LiOSJX','1263772LPerod','5rAUqnQ','pluginName','1652091WrltLm','11FJkcdt','1174HOhQoD','59484arWgqS','isOfficialPlugin','6919130ByMVDA','239sLHepT','AIReviewMode','isPremiumPlugin'];_0x4d3a=function(){return _0x50dcab;};return _0x4d3a();}function _0x86ef(_0x453353,_0x17c1da){var _0x4d3a88=_0x4d3a();return _0x86ef=function(_0x86efef,_0x66e91f){_0x86efef=_0x86efef-0x1ac;var _0x1b3cbc=_0x4d3a88[_0x86efef];return _0x1b3cbc;},_0x86ef(_0x453353,_0x17c1da);}export class AIReviewMode extends _0x459cdb{static get[_0x389488(0x1b4)](){return[_0x25b479,_0x161bd9,_0x37bf0c];}static get[_0x389488(0x1b8)](){var _0x1dbb51=_0x389488;return _0x1dbb51(0x1b0);}static get[_0x389488(0x1ad)](){return!0x0;}static get[_0x389488(0x1b1)](){return!0x0;}}