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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/build/ai.js +1 -1
  2. package/dist/index.js +5 -5
  3. package/package.json +15 -15
  4. package/src/aiactions/aiactions.js +1 -1
  5. package/src/aiactions/model/aiactionsinteraction.js +1 -1
  6. package/src/aiactions/model/aiactionsreply.js +1 -1
  7. package/src/aiassistant/adapters/aiadapter.js +1 -1
  8. package/src/aiassistant/adapters/aitextadapter.js +1 -1
  9. package/src/aiassistant/adapters/awstextadapter.js +1 -1
  10. package/src/aiassistant/adapters/openaitextadapter.js +1 -1
  11. package/src/aiassistant/aiassistant.js +1 -1
  12. package/src/aiassistant/aiassistantediting.js +1 -1
  13. package/src/aiassistant/aiassistantui.js +1 -1
  14. package/src/aiassistant/ui/aiassistantcontroller.js +2 -2
  15. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  16. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  17. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  18. package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
  19. package/src/aiassistant/ui/form/aiformview.js +1 -1
  20. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  21. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  22. package/src/aiassistant/ui/form/prompthistory.js +1 -1
  23. package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
  24. package/src/aiballoon/aiballoon.js +1 -1
  25. package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
  26. package/src/aiballoon/ui/aiballoontoolbarview.js +1 -1
  27. package/src/aiballoon/ui/aiballoonview.js +1 -1
  28. package/src/aichat/aichat.js +1 -1
  29. package/src/aichat/aichatcontroller.js +1 -1
  30. package/src/aichat/aichatui.js +1 -1
  31. package/src/aichat/model/aichatcontext.js +1 -1
  32. package/src/aichat/model/aichatconversation.js +1 -1
  33. package/src/aichat/model/aichatinteraction.js +1 -1
  34. package/src/aichat/model/aichatmodels.js +1 -1
  35. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  36. package/src/aichat/ui/aichatfeedview.js +1 -1
  37. package/src/aichat/ui/aichatheaderview.js +1 -1
  38. package/src/aichat/ui/aichatview.js +1 -1
  39. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  40. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  41. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  42. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  43. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  44. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  45. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  46. package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
  47. package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
  48. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  49. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  50. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  51. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  52. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  53. package/src/aichat/ui/feed/aichatfeederroritemview.js +1 -1
  54. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  55. package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
  56. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  57. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  58. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  59. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  60. package/src/aichat/utils/eventnames.js +1 -1
  61. package/src/aichat/utils/promisequeue.js +1 -1
  62. package/src/aichat/utils/scrollmanager.js +1 -1
  63. package/src/aichathistory/aichathistory.js +1 -1
  64. package/src/aichathistory/aichathistorycontroller.js +1 -1
  65. package/src/aichathistory/aichathistoryui.js +1 -1
  66. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  67. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  68. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  69. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  70. package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
  71. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  72. package/src/aicore/aiconnector.js +1 -1
  73. package/src/aicore/aiediting.js +1 -1
  74. package/src/aicore/model/aicapabilities.js +1 -1
  75. package/src/aicore/model/aiinteraction.js +1 -1
  76. package/src/aicore/model/aimodels.js +1 -1
  77. package/src/aicore/model/aireply.js +1 -1
  78. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  79. package/src/aicore/pipeline/airesponseparser.js +2 -2
  80. package/src/aicore/ui/aidisclaimerview.js +1 -1
  81. package/src/aicore/ui/aiskeleton.js +1 -1
  82. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  83. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  84. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  85. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  86. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  87. package/src/aicore/utils/createresizebutton.js +1 -1
  88. package/src/aicore/utils/documentrange.js +1 -1
  89. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  90. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  91. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  92. package/src/aicore/utils/htmlparser.js +1 -1
  93. package/src/aicore/utils/htmlstreamer.js +1 -1
  94. package/src/aieditorintegration/aieditorintegration.js +1 -1
  95. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  96. package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
  97. package/src/aiquickactions/aiquickactions.js +1 -1
  98. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  99. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  100. package/src/aiquickactions/aiquickactionsui.js +1 -1
  101. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  102. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  103. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  104. package/src/aireviewmode/aireviewmode.js +1 -1
  105. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  106. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  107. package/src/aireviewmode/aireviewmodeui.js +1 -1
  108. package/src/aireviewmode/model/aireviewcheckcustom.js +1 -1
  109. package/src/aireviewmode/model/aireviewchecklist.js +1 -1
  110. package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
  111. package/src/aireviewmode/model/aireviewcheckresultchange.js +1 -1
  112. package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
  113. package/src/aireviewmode/ui/aireviemodepromptinputview.js +1 -1
  114. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  115. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  116. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  117. package/src/aireviewmode/ui/aireviewmodefinishreviewbuttonview.js +1 -1
  118. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  119. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  120. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  121. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  122. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  123. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  124. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  125. package/src/aitabs/aitabs.js +1 -1
  126. package/src/aitabs/tabs/aitabsview.js +1 -1
  127. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  128. package/src/aitabs/tabs/tabpanelview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x379416,_0x2a938a){const _0x5a7af2=_0x31ff,_0x53790e=_0x379416();while(!![]){try{const _0x540101=parseInt(_0x5a7af2(0x123))/0x1+parseInt(_0x5a7af2(0x106))/0x2+-parseInt(_0x5a7af2(0x12c))/0x3*(-parseInt(_0x5a7af2(0xfe))/0x4)+-parseInt(_0x5a7af2(0xcd))/0x5*(-parseInt(_0x5a7af2(0x125))/0x6)+-parseInt(_0x5a7af2(0xde))/0x7*(parseInt(_0x5a7af2(0xc9))/0x8)+parseInt(_0x5a7af2(0xfc))/0x9*(parseInt(_0x5a7af2(0xf7))/0xa)+-parseInt(_0x5a7af2(0xd5))/0xb;if(_0x540101===_0x2a938a)break;else _0x53790e['push'](_0x53790e['shift']());}catch(_0x3bccd3){_0x53790e['push'](_0x53790e['shift']());}}}(_0x2cc4,0x1bafb));import{findOne as _0xc807df,getAttribute as _0x29ad94,Document as _0x8960cc,serialize as _0x1806fe,parse as _0x2dd9ca}from'./htmlparser.js';import{fixElementSuggestionRange as _0x2ed0e7}from'ckeditor5-collaboration/src/collaboration-core.js';import{ModelRange as _0x18e5cd,_DetachOperation as _0x27fd5f,_removeFromModelNodeList as _0x3e2398,_insertIntoModelNodeList as _0x407aa1}from'ckeditor5/src/engine.js';import{uid as _0x2a77d5}from'ckeditor5/src/utils.js';export function getSuggestionPartsFromReply({editor:_0x36234c,changeGroups:_0x3ae8f0,documentContextContent:_0x13e7a5,showDiff:_0x15b3c7,trimUnchanged:_0x537dd3=!0x0}){const _0x2ea768=_0x31ff;return _0x3ae8f0[_0x2ea768(0x108)](_0x3e99cc=>{const _0x420160=_0x2ea768,_0x50a0fc=new _0x8960cc([]),_0x77e0e4=new _0x8960cc([]);for(const _0x2794f3 of _0x3e99cc[_0x420160(0x132)])if(_0x15b3c7&&_0x420160(0xd0)==_0x2794f3[_0x420160(0x131)]||_0x77e0e4[_0x420160(0xc0)][_0x420160(0xbf)](_0x2794f3[_0x420160(0x12f)][_0x420160(0xeb)](!0x0)),_0x420160(0xff)!=_0x2794f3[_0x420160(0x131)]&&(_0x15b3c7||_0x420160(0xd0)!=_0x2794f3[_0x420160(0x131)])){const _0x4a04b9=_0xc807df(_0x296fa5=>_0x29ad94(_0x296fa5,_0x420160(0xe6))==_0x2794f3['id'],_0x13e7a5,!0x0);_0x4a04b9&&_0x50a0fc[_0x420160(0xc0)][_0x420160(0xbf)](_0x4a04b9[_0x420160(0xeb)](!0x0));}const {content:_0xbd480d,hasChanges:_0x17343f}=function(_0x27e70c,_0xe0bc7d,_0x4f7a86,_0x28ecc8,_0x62f5d4=!0x0){const _0x80d8ca=_0x420160,_0x1c329d=_0x27e70c[_0x80d8ca(0xf5)][_0x80d8ca(0xc6)](_0x80d8ca(0xfd)),_0x12a71d=_0x1806fe(_0xe0bc7d),_0x4c8c97=_0x1806fe(_0x4f7a86),_0x10662d=_0x27e70c[_0x80d8ca(0xe0)][_0x80d8ca(0xd9)](_0x12a71d,_0x80d8ca(0xd3)),_0x48fce5=_0x27e70c[_0x80d8ca(0x11a)][_0x80d8ca(0x119)](_0x10662d,0x0),_0x45979f=_0x1c329d[_0x80d8ca(0xe8)](_0x12a71d,_0x4c8c97,{'anchor':_0x48fce5,'markDeletions':_0x28ecc8}),_0x1f95ac=_0x45979f[_0x80d8ca(0x12b)]();if(0x0==_0x1f95ac[_0x80d8ca(0xe7)])return{'content':_0xe0bc7d[_0x80d8ca(0xeb)](!0x0),'hasChanges':!0x1};_0x28ecc8?function(_0x2db934,_0x143a18,_0xbe6b61){const _0x36f7c7=_0x80d8ca;if(0x0==_0x2db934[_0x36f7c7(0xe7)])return;const _0x1696e7=_0xbe6b61[_0x36f7c7(0xf5)][_0x36f7c7(0xc6)](_0x36f7c7(0xfd)),_0x263bd2=_0xbe6b61[_0x36f7c7(0xf5)][_0x36f7c7(0xc6)](_0x36f7c7(0x109));_0xbe6b61[_0x36f7c7(0x11a)][_0x36f7c7(0xc3)](_0x66e10f=>{const _0x283dce=_0x36f7c7,_0x45fc26=new Set();for(let _0x125677=0x0;_0x125677<_0x2db934[_0x283dce(0xe7)];_0x125677++){const _0x48861f=_0x2db934[_0x125677];if(_0x48861f[_0x283dce(0x117)]=null,_0x48861f[_0x283dce(0x10e)]=!0x1,_0x1696e7[_0x283dce(0x107)](_0x48861f)){const _0x3d5611=_0x2ed0e7(_0x48861f[_0x283dce(0x129)],_0xbe6b61[_0x283dce(0x11a)]),_0x3dd017=_0x283dce(0xf9)+_0x2a77d5()+_0x283dce(0x10c);_0x143a18[_0x283dce(0xc8)][_0x283dce(0xdf)](_0x3dd017,_0x3d5611);}else switch(_0x48861f[_0x283dce(0x131)]){case _0x283dce(0x12e):{if(_0x48861f[_0x283dce(0xd2)]==_0x48861f[_0x283dce(0xc4)])break;_0x66e10f[_0x283dce(0x116)][_0x283dce(0xdc)](_0x48861f),_0xbe6b61[_0x283dce(0x11a)][_0x283dce(0x101)](_0x48861f);const _0x5c7191=_0x283dce(0xd8),_0x54ed5f=_0x48861f[_0x283dce(0xd7)],_0x69c9c=_0xbe6b61[_0x283dce(0x11a)][_0x283dce(0x102)](_0x54ed5f,_0xbe6b61[_0x283dce(0x11a)][_0x283dce(0x119)](_0x54ed5f[_0x283dce(0x111)],_0x283dce(0xc2))),_0x24bb82=_0x283dce(0xf1)+_0x5c7191+':'+_0x2a77d5()+_0x283dce(0x10c);_0x143a18[_0x283dce(0xc8)][_0x283dce(0xdf)](_0x24bb82,_0x69c9c);break;}case _0x283dce(0xc5):case _0x283dce(0xc7):case _0x283dce(0xed):{if(_0x48861f[_0x283dce(0xfa)]==_0x48861f[_0x283dce(0x120)])break;_0x66e10f[_0x283dce(0x116)][_0x283dce(0xdc)](_0x48861f),_0xbe6b61[_0x283dce(0x11a)][_0x283dce(0x101)](_0x48861f);const _0x428966=_0x48861f[_0x283dce(0xef)];if(!_0x263bd2[_0x283dce(0xda)](_0x428966))break;const _0x3152c0=_0x2ed0e7(_0x48861f[_0x283dce(0x122)],_0xbe6b61[_0x283dce(0x11a)]),_0xb9aab7=_0x283dce(0xf1)+_0x428966+':'+_0x2a77d5()+_0x283dce(0x10c);_0x143a18[_0x283dce(0xc8)][_0x283dce(0xdf)](_0xb9aab7,_0x3152c0);break;}case _0x283dce(0xea):{_0x66e10f[_0x283dce(0x116)][_0x283dce(0xdc)](_0x48861f),_0xbe6b61[_0x283dce(0x11a)][_0x283dce(0x101)](_0x48861f);if(_0x2db934[_0x125677+0x1]&&_0x283dce(0x104)==_0x2db934[_0x125677+0x1][_0x283dce(0x131)]){ro(_0x143a18,_0x48861f);break;}const _0x11d2ce=_0x48861f[_0x283dce(0xd7)],_0x26be7c=_0x48861f[_0x283dce(0x10f)],_0x4a5d96=_0x2ed0e7(_0xbe6b61[_0x283dce(0x11a)][_0x283dce(0x102)](_0x11d2ce,_0x11d2ce[_0x283dce(0xf2)](_0x26be7c)),_0xbe6b61[_0x283dce(0x11a)]),_0x1985f8=_0x283dce(0xcb)+_0x2a77d5()+_0x283dce(0x10c);_0x143a18[_0x283dce(0xc8)][_0x283dce(0xdf)](_0x1985f8,_0x4a5d96);break;}case _0x283dce(0x11e):{_0x66e10f[_0x283dce(0x116)][_0x283dce(0xdc)](_0x48861f),_0xbe6b61[_0x283dce(0x11a)][_0x283dce(0x101)](_0x48861f);const _0x38d3e1=_0x48861f[_0x283dce(0xd1)],_0x219d0b=_0x48861f[_0x283dce(0x11f)],_0x4d35fc=_0xbe6b61[_0x283dce(0x11a)][_0x283dce(0x102)](_0x38d3e1,_0x219d0b),_0x9ecc5d=_0x283dce(0xcb)+_0x2a77d5()+_0x283dce(0x10c);_0x143a18[_0x283dce(0xc8)][_0x283dce(0xdf)](_0x9ecc5d,_0x4d35fc);break;}case _0x283dce(0x104):{_0x66e10f[_0x283dce(0x116)][_0x283dce(0xdc)](_0x48861f),_0xbe6b61[_0x283dce(0x11a)][_0x283dce(0x101)](_0x48861f),_0x2db934[_0x125677-0x1]&&_0x283dce(0xea)==_0x2db934[_0x125677-0x1][_0x283dce(0x131)]&&ro(_0x143a18,_0x48861f);const _0x47c5e1=_0x48861f[_0x283dce(0x121)](),_0x39bef4=_0x48861f[_0x283dce(0x10f)];for(let _0x525990=0x0;_0x525990<_0x39bef4;_0x525990++){const _0x202a51=_0x47c5e1[_0x283dce(0xf2)](_0x525990)[_0x283dce(0x111)];_0x45fc26[_0x283dce(0xd4)](_0x202a51);}break;}case _0x283dce(0x126):{const _0x2f4f44=_0x48861f[_0x283dce(0x124)],_0x1e3768=_0x48861f[_0x283dce(0x10f)],_0x270df8=new _0x27fd5f(_0x2f4f44,_0x1e3768);_0x66e10f[_0x283dce(0x116)][_0x283dce(0xdc)](_0x270df8),_0xbe6b61[_0x283dce(0x11a)][_0x283dce(0x101)](_0x270df8);break;}}}for(const _0x165a53 of _0x45fc26){const _0x175f4f=_0xbe6b61[_0x283dce(0x11a)][_0x283dce(0xf8)](_0x165a53),_0x26a2a7=_0x283dce(0x105)+_0x2a77d5()+_0x283dce(0x10c);_0x143a18[_0x283dce(0xc8)][_0x283dce(0xdf)](_0x26a2a7,_0x2ed0e7(_0x175f4f,_0xbe6b61[_0x283dce(0x11a)]));}});}(_0x1f95ac,_0x10662d,_0x27e70c):_0x27e70c[_0x80d8ca(0x11a)][_0x80d8ca(0xc3)](_0x2b4d55=>{const _0x686ad3=_0x80d8ca;for(const _0x2916cf of _0x1f95ac)if(_0x686ad3(0x126)==_0x2916cf[_0x686ad3(0x131)]){const _0x1d8212=_0x2916cf[_0x686ad3(0x124)],_0x30257d=_0x2916cf[_0x686ad3(0x10f)],_0x4e5bc6=new _0x27fd5f(_0x1d8212,_0x30257d);_0x2b4d55[_0x686ad3(0x116)][_0x686ad3(0xdc)](_0x4e5bc6),_0x27e70c[_0x686ad3(0x11a)][_0x686ad3(0x101)](_0x4e5bc6);}else{if(_0x686ad3(0xee)==_0x2916cf[_0x686ad3(0x131)]){const _0x5b361a=_0x2916cf[_0x686ad3(0xf4)],_0x1c8bcc=_0x2916cf[_0x686ad3(0x129)];_0x10662d[_0x686ad3(0xc8)][_0x686ad3(0xdf)](_0x5b361a,_0x1c8bcc);}else _0x2916cf[_0x686ad3(0x117)]=null,_0x2916cf[_0x686ad3(0x10e)]=!0x1,_0x2b4d55[_0x686ad3(0x116)][_0x686ad3(0xdc)](_0x2916cf),_0x27e70c[_0x686ad3(0x11a)][_0x686ad3(0x101)](_0x2916cf);}});if(_0x62f5d4){const _0x5a3a48=getMinimalSelection(_0x27e70c,_0x1f95ac,_0x10662d);expandSelectionWithContext(_0x27e70c[_0x80d8ca(0x11a)],_0x5a3a48),function(_0x55a466,_0x89caa1){const _0x111667=_0x80d8ca,_0x25a195=_0x89caa1[_0x111667(0xbd)]()[_0x111667(0xca)];let _0x2164ce=_0x89caa1[_0x111667(0xbd)]()[_0x111667(0xc2)];const _0x32d281=_0x25a195[_0x111667(0x112)];(_0x2164ce[_0x111667(0x114)]||_0x2164ce[_0x111667(0x111)]&&_0x2164ce[_0x111667(0x111)]['is'](_0x111667(0x10d)))&&(_0x407aa1(_0x2164ce,_0x111667(0x10a)),_0x2164ce=_0x2164ce[_0x111667(0xf2)](0x3)),(_0x25a195[_0x111667(0x114)]||_0x25a195[_0x111667(0x11c)]&&_0x25a195[_0x111667(0x11c)]['is'](_0x111667(0x10d)))&&(_0x407aa1(_0x25a195,_0x111667(0x10a)),function(_0x5317ac,_0x4159c7,_0x38b547){const _0x3d8f1f=_0x111667;for(let [_0x4f78fa,_0x243b23]of _0x5317ac[_0x3d8f1f(0xc8)]){const _0x231308=_0x243b23[_0x3d8f1f(0x127)](_0x4159c7,_0x38b547,!0x1);_0x243b23=_0x231308[0x0],_0x5317ac[_0x3d8f1f(0xc8)][_0x3d8f1f(0xdf)](_0x4f78fa,_0x243b23);}}(_0x32d281,_0x25a195,0x3),_0x25a195[_0x111667(0xd6)]==_0x2164ce[_0x111667(0xd6)]&&(_0x2164ce=_0x2164ce[_0x111667(0xf2)](0x3)));const _0x4ff215=_0x55a466[_0x111667(0x102)](_0x55a466[_0x111667(0x119)](_0x32d281,0x0),_0x25a195),_0x392a8b=_0x55a466[_0x111667(0x102)](_0x2164ce,_0x55a466[_0x111667(0x119)](_0x32d281,_0x111667(0xc2))),_0x1dae79=[..._0x4ff215[_0x111667(0xe1)](),..._0x392a8b[_0x111667(0xe1)]()];_0x1dae79[_0x111667(0x100)]();for(const _0x57d107 of _0x1dae79)_0x3e2398(_0x57d107),_transformMarkersByDeletion(_0x32d281,_0x57d107);}(_0x27e70c[_0x80d8ca(0x11a)],_0x5a3a48);}const _0x190cb6=_0x27e70c[_0x80d8ca(0xe0)][_0x80d8ca(0xdb)](_0x10662d,{'showSuggestionHighlights':!0x0});return{'content':_0x2dd9ca(_0x190cb6),'hasChanges':!0x0};}(_0x36234c,_0x50a0fc,_0x77e0e4,_0x15b3c7,_0x537dd3);return{'type':_0x3e99cc[_0x420160(0x132)][0x0][_0x420160(0x131)],'index':_0x3e99cc[_0x420160(0x12d)],'content':_0xbd480d,'hasChanges':_0x17343f};});}function ro(_0x2bd4a4,_0x10eb3f){const _0x2d1000=_0x31ff;for(const [_0x2dec4a,_0x53addb]of _0x2bd4a4[_0x2d1000(0xc8)]){const _0x997c63=_0x18e5cd[_0x2d1000(0xce)](_0x53addb[_0x2d1000(0x10b)](_0x10eb3f));_0x2bd4a4[_0x2d1000(0xc8)][_0x2d1000(0xdf)](_0x2dec4a,_0x997c63);}}export function getMinimalSelection(_0x1c63ef,_0x51d316,_0x2a6fd0){const _0x3f4559=_0x31ff,_0x3c027d=_0x1c63ef[_0x3f4559(0xf5)][_0x3f4559(0xc6)](_0x3f4559(0xfd));let _0xf2059e=_0x1c63ef[_0x3f4559(0x11a)][_0x3f4559(0x119)](_0x2a6fd0,Number[_0x3f4559(0x128)]),_0x2a47d4=_0x1c63ef[_0x3f4559(0x11a)][_0x3f4559(0x119)](_0x2a6fd0,0x0);for(const _0x2ad390 of _0x51d316){let _0x120764,_0x46ad3a;if(_0x3c027d[_0x3f4559(0x107)](_0x2ad390))_0x120764=_0x2ad390[_0x3f4559(0x129)][_0x3f4559(0xca)],_0x46ad3a=_0x2ad390[_0x3f4559(0x129)][_0x3f4559(0xc2)];else switch(_0xf2059e=_0xf2059e[_0x3f4559(0x10b)](_0x2ad390),_0x2a47d4=_0x2a47d4[_0x3f4559(0x10b)](_0x2ad390),_0x2ad390[_0x3f4559(0x131)]){case _0x3f4559(0x12e):_0x120764=_0x2ad390[_0x3f4559(0xd7)],_0x46ad3a=_0x120764[_0x3f4559(0xf2)](0x1);break;case _0x3f4559(0xc5):case _0x3f4559(0xc7):case _0x3f4559(0xed):_0x120764=_0x2ad390[_0x3f4559(0x122)][_0x3f4559(0xca)],_0x46ad3a=_0x2ad390[_0x3f4559(0x122)][_0x3f4559(0xc2)];break;case _0x3f4559(0xea):_0x120764=_0x2ad390[_0x3f4559(0xd7)],_0x46ad3a=_0x120764[_0x3f4559(0xf2)](_0x2ad390[_0x3f4559(0x10f)]);break;case _0x3f4559(0x11e):_0x120764=_0x2ad390[_0x3f4559(0xd1)],_0x46ad3a=_0x2ad390[_0x3f4559(0x11f)];break;case _0x3f4559(0xe9):{const _0x44d07c=_0x2ad390[_0x3f4559(0xf0)][_0x3f4559(0xcc)][_0x3f4559(0xe4)](0x0,-0x1);_0x120764=_0x1c63ef[_0x3f4559(0x11a)][_0x3f4559(0x115)](_0x2a6fd0,_0x44d07c),_0x46ad3a=_0x120764[_0x3f4559(0xf2)](0x1);break;}case _0x3f4559(0x126):{const _0x4e5c99=_0x2ad390[_0x3f4559(0x10f)],_0x2811c9=_0x2ad390[_0x3f4559(0x124)][_0x3f4559(0x127)](_0x2ad390[_0x3f4559(0xf0)],_0x4e5c99),_0x5137ea=_0x2ad390[_0x3f4559(0x121)]();_0x3f4559(0x126)==_0x2ad390[_0x3f4559(0x131)]?(_0x120764=_0x2811c9,_0x46ad3a=_0x2811c9):(_0x120764=_0x5137ea,_0x46ad3a=_0x5137ea[_0x3f4559(0xf2)](_0x4e5c99));break;}}_0x120764&&_0x120764[_0x3f4559(0xfb)](_0xf2059e)&&(_0xf2059e=_0x120764[_0x3f4559(0xf3)](),_0xf2059e[_0x3f4559(0x110)]=_0x3f4559(0x11d)),_0x46ad3a&&_0x46ad3a[_0x3f4559(0x103)](_0x2a47d4)&&(_0x2a47d4=_0x46ad3a[_0x3f4559(0xf3)](),_0x2a47d4[_0x3f4559(0x110)]=_0x3f4559(0x11d));}return _0x1c63ef[_0x3f4559(0x11a)][_0x3f4559(0x118)](_0x1c63ef[_0x3f4559(0x11a)][_0x3f4559(0x102)](_0xf2059e,_0x2a47d4));}export function expandSelectionWithContext(_0x2714c5,_0x422854){const _0x4ca44f=_0x31ff;so(_0x2714c5,_0x422854,_0x4ca44f(0xbe));const _0x198fdf=_0x422854[_0x4ca44f(0xbd)]();_0x422854[_0x4ca44f(0xcf)]([]),_0x422854[_0x4ca44f(0xcf)](_0x198fdf,{'backward':!0x0}),so(_0x2714c5,_0x422854,_0x4ca44f(0x12a));}function so(_0x269a66,_0x64b62c,_0x2087e9){const _0x55160d=_0x31ff;let _0x65981f=0x14;for(;_0x65981f;){_0x269a66[_0x55160d(0x113)](_0x64b62c,{'unit':_0x55160d(0xdd),'direction':_0x2087e9}),_0x65981f--;const _0x123f16=_0x64b62c[_0x55160d(0x11b)][_0x55160d(0xbe)==_0x2087e9?_0x55160d(0x11c):_0x55160d(0x111)];if(_0x123f16&&_0x123f16['is'](_0x55160d(0xe3))&&_0x269a66[_0x55160d(0xe5)][_0x55160d(0x130)](_0x123f16)&&_0x269a66[_0x55160d(0xe5)][_0x55160d(0xf6)](_0x123f16))break;}}function _0x31ff(_0x4bb23c,_0x3118d0){const _0x2cc43e=_0x2cc4();return _0x31ff=function(_0x31ff53,_0x1e5c98){_0x31ff53=_0x31ff53-0xbd;let _0xa53af6=_0x2cc43e[_0x31ff53];return _0xa53af6;},_0x31ff(_0x4bb23c,_0x3118d0);}function _0x2cc4(){const _0x40146c=['split','moveTargetPosition','newValue','getMovedRangeStart','range','7362vuqDfS','sourcePosition','390TnQUgQ','remove','_getTransformedByInsertion','POSITIVE_INFINITY','newRange','backward','getOperations','3CJDReI','index','rename','node','isBlock','type','changes','getFirstRange','forward','push','children','delete','end','change','newName','addAttribute','get','removeAttribute','markers','40TolDxz','start','suggestion:insertion:','path','13685CkzNpg','_createFromRanges','setTo','removed','splitPosition','oldName','$root','add','1582845hBXAIr','parent','position','$elementName','parse','isRegisteredAttribute','stringify','addOperation','word','97153IHSflm','set','data','getMinimalFlatRanges','offset','element','slice','schema','data-id','length','getDiff','merge','insert','cloneNode','_getTransformedByDeletion','changeAttribute','marker','key','targetPosition','suggestion:attribute:','getShiftedBy','clone','name','plugins','isObject','10mohkcf','createRangeOn','suggestion:deletion:','oldValue','isBefore','302211ZDtXDL','DocumentCompare','249316zZiwFs','new','reverse','applyOperation','createRange','isAfter','move','suggestion:formatBlock:$fakeWrap:','91036WNrmYE','isMarkedRemoveOperation','map','SuggestionsConversion','...','getTransformedByOperation',':$aiSuggestion','$text','isDocumentOperation','howMany','stickiness','nodeAfter','root','modifySelection','textNode','createPositionFromPath','batch','baseVersion','createSelection','createPositionAt','model','focus','nodeBefore','toNone'];_0x2cc4=function(){return _0x40146c;};return _0x2cc4();}export function _transformMarkersByDeletion(_0x59d016,_0x1faccf){const _0x1c50fe=_0x31ff;for(const [_0x9d1497,_0x5de943]of _0x59d016[_0x1c50fe(0xc8)]){const _0x10e0ae=_0x5de943[_0x1c50fe(0xec)](_0x1faccf[_0x1c50fe(0xca)],_0x1faccf[_0x1c50fe(0xc2)][_0x1c50fe(0xe2)]-_0x1faccf[_0x1c50fe(0xca)][_0x1c50fe(0xe2)]);null!=_0x10e0ae?_0x59d016[_0x1c50fe(0xc8)][_0x1c50fe(0xdf)](_0x9d1497,_0x10e0ae):_0x59d016[_0x1c50fe(0xc8)][_0x1c50fe(0xc1)](_0x9d1497);}}
23
+ (function(_0x16ce40,_0x11846c){const _0x449680=_0x1d35,_0x452cda=_0x16ce40();while(!![]){try{const _0xd823b4=parseInt(_0x449680(0x17d))/0x1*(parseInt(_0x449680(0x152))/0x2)+-parseInt(_0x449680(0x1a9))/0x3+-parseInt(_0x449680(0x173))/0x4+-parseInt(_0x449680(0x147))/0x5*(parseInt(_0x449680(0x140))/0x6)+-parseInt(_0x449680(0x16b))/0x7*(parseInt(_0x449680(0x15a))/0x8)+parseInt(_0x449680(0x1ad))/0x9+parseInt(_0x449680(0x160))/0xa;if(_0xd823b4===_0x11846c)break;else _0x452cda['push'](_0x452cda['shift']());}catch(_0x5256a1){_0x452cda['push'](_0x452cda['shift']());}}}(_0x600b,0x258e1));import{findOne as _0x296b1e,getAttribute as _0x4fe326,Document as _0x4a4b9d,serialize as _0x452314,parse as _0x50fa4e}from'./htmlparser.js';import{fixElementSuggestionRange as _0x40878f}from'ckeditor5-collaboration/src/collaboration-core.js';import{ModelRange as _0x495281,_DetachOperation as _0x52edf2,_removeFromModelNodeList as _0x34b452,_insertIntoModelNodeList as _0x33d633}from'ckeditor5/src/engine.js';import{uid as _0x33c613}from'ckeditor5/src/utils.js';export function getSuggestionPartsFromReply({editor:_0x583759,changeGroups:_0x16c09f,documentContextContent:_0x3cc913,showDiff:_0x2cd107,trimUnchanged:_0x18e428=!0x0}){const _0x185f73=_0x1d35;return _0x16c09f[_0x185f73(0x181)](_0x31a047=>{const _0x41504c=_0x185f73,_0x4d9aa4=new _0x4a4b9d([]),_0x444bba=new _0x4a4b9d([]);for(const _0x4cbd49 of _0x31a047[_0x41504c(0x198)])if(_0x2cd107&&_0x41504c(0x151)==_0x4cbd49[_0x41504c(0x1ac)]||_0x444bba[_0x41504c(0x1b1)][_0x41504c(0x16c)](_0x4cbd49[_0x41504c(0x144)][_0x41504c(0x19c)](!0x0)),_0x41504c(0x18f)!=_0x4cbd49[_0x41504c(0x1ac)]&&(_0x2cd107||_0x41504c(0x151)!=_0x4cbd49[_0x41504c(0x1ac)])){const _0x2c6d5f=_0x296b1e(_0x29e7c6=>_0x4fe326(_0x29e7c6,_0x41504c(0x153))==_0x4cbd49['id'],_0x3cc913,!0x0);_0x2c6d5f&&_0x4d9aa4[_0x41504c(0x1b1)][_0x41504c(0x16c)](_0x2c6d5f[_0x41504c(0x19c)](!0x0));}const {content:_0x48c71f,hasChanges:_0x14e1e0}=function(_0x4ee230,_0x2a67ba,_0x5cb0f0,_0x4a7426,_0x30884f=!0x0){const _0x4a9257=_0x41504c,_0x3edd45=_0x4ee230[_0x4a9257(0x163)][_0x4a9257(0x1b2)](_0x4a9257(0x1b3)),_0x225875=_0x452314(_0x2a67ba),_0x48b1eb=_0x452314(_0x5cb0f0),_0x42bb3e=_0x4ee230[_0x4a9257(0x19e)][_0x4a9257(0x16d)](_0x225875,_0x4a9257(0x18e)),_0x1a880e=_0x4ee230[_0x4a9257(0x183)][_0x4a9257(0x14e)](_0x42bb3e,0x0),_0x185324=_0x3edd45[_0x4a9257(0x166)](_0x225875,_0x48b1eb,{'anchor':_0x1a880e,'markDeletions':_0x4a7426}),_0x5ec711=_0x185324[_0x4a9257(0x191)]();if(0x0==_0x5ec711[_0x4a9257(0x185)])return{'content':_0x2a67ba[_0x4a9257(0x19c)](!0x0),'hasChanges':!0x1};_0x4a7426?function(_0xdf5f2c,_0x5aa243,_0x53f564){const _0x2ed176=_0x4a9257;if(0x0==_0xdf5f2c[_0x2ed176(0x185)])return;const _0x5d31fa=_0x53f564[_0x2ed176(0x163)][_0x2ed176(0x1b2)](_0x2ed176(0x1b3)),_0x4bc592=_0x53f564[_0x2ed176(0x163)][_0x2ed176(0x1b2)](_0x2ed176(0x18c));_0x53f564[_0x2ed176(0x183)][_0x2ed176(0x190)](_0x14d644=>{const _0x3101b4=_0x2ed176,_0x2dc94e=new Set();for(let _0x3a02d3=0x0;_0x3a02d3<_0xdf5f2c[_0x3101b4(0x185)];_0x3a02d3++){const _0x3d19ba=_0xdf5f2c[_0x3a02d3];if(_0x3d19ba[_0x3101b4(0x167)]=null,_0x3d19ba[_0x3101b4(0x18d)]=!0x1,_0x5d31fa[_0x3101b4(0x17f)](_0x3d19ba)){const _0x159cf1=_0x40878f(_0x3d19ba[_0x3101b4(0x168)],_0x53f564[_0x3101b4(0x183)]),_0x4ed151=_0x3101b4(0x158)+_0x33c613()+_0x3101b4(0x15e);_0x5aa243[_0x3101b4(0x175)][_0x3101b4(0x1a2)](_0x4ed151,_0x159cf1);}else switch(_0x3d19ba[_0x3101b4(0x1ac)]){case _0x3101b4(0x156):{if(_0x3d19ba[_0x3101b4(0x16e)]==_0x3d19ba[_0x3101b4(0x155)])break;_0x14d644[_0x3101b4(0x171)][_0x3101b4(0x189)](_0x3d19ba),_0x53f564[_0x3101b4(0x183)][_0x3101b4(0x14b)](_0x3d19ba);const _0x3011d6=_0x3101b4(0x169),_0x10bf30=_0x3d19ba[_0x3101b4(0x1a5)],_0x4ddcb4=_0x53f564[_0x3101b4(0x183)][_0x3101b4(0x1a1)](_0x10bf30,_0x53f564[_0x3101b4(0x183)][_0x3101b4(0x14e)](_0x10bf30[_0x3101b4(0x14a)],_0x3101b4(0x196))),_0x53cfec=_0x3101b4(0x142)+_0x3011d6+':'+_0x33c613()+_0x3101b4(0x15e);_0x5aa243[_0x3101b4(0x175)][_0x3101b4(0x1a2)](_0x53cfec,_0x4ddcb4);break;}case _0x3101b4(0x15d):case _0x3101b4(0x15f):case _0x3101b4(0x188):{if(_0x3d19ba[_0x3101b4(0x148)]==_0x3d19ba[_0x3101b4(0x161)])break;_0x14d644[_0x3101b4(0x171)][_0x3101b4(0x189)](_0x3d19ba),_0x53f564[_0x3101b4(0x183)][_0x3101b4(0x14b)](_0x3d19ba);const _0x1b4de3=_0x3d19ba[_0x3101b4(0x199)];if(!_0x4bc592[_0x3101b4(0x164)](_0x1b4de3))break;const _0x458437=_0x40878f(_0x3d19ba[_0x3101b4(0x184)],_0x53f564[_0x3101b4(0x183)]),_0x1d2361=_0x3101b4(0x142)+_0x1b4de3+':'+_0x33c613()+_0x3101b4(0x15e);_0x5aa243[_0x3101b4(0x175)][_0x3101b4(0x1a2)](_0x1d2361,_0x458437);break;}case _0x3101b4(0x1a7):{_0x14d644[_0x3101b4(0x171)][_0x3101b4(0x189)](_0x3d19ba),_0x53f564[_0x3101b4(0x183)][_0x3101b4(0x14b)](_0x3d19ba);if(_0xdf5f2c[_0x3a02d3+0x1]&&_0x3101b4(0x165)==_0xdf5f2c[_0x3a02d3+0x1][_0x3101b4(0x1ac)]){ro(_0x5aa243,_0x3d19ba);break;}const _0x5a4e2d=_0x3d19ba[_0x3101b4(0x1a5)],_0x531140=_0x3d19ba[_0x3101b4(0x143)],_0x427e33=_0x40878f(_0x53f564[_0x3101b4(0x183)][_0x3101b4(0x1a1)](_0x5a4e2d,_0x5a4e2d[_0x3101b4(0x17a)](_0x531140)),_0x53f564[_0x3101b4(0x183)]),_0x300cd9=_0x3101b4(0x14f)+_0x33c613()+_0x3101b4(0x15e);_0x5aa243[_0x3101b4(0x175)][_0x3101b4(0x1a2)](_0x300cd9,_0x427e33);break;}case _0x3101b4(0x18a):{_0x14d644[_0x3101b4(0x171)][_0x3101b4(0x189)](_0x3d19ba),_0x53f564[_0x3101b4(0x183)][_0x3101b4(0x14b)](_0x3d19ba);const _0x440115=_0x3d19ba[_0x3101b4(0x1a6)],_0x440c9b=_0x3d19ba[_0x3101b4(0x159)],_0x3140a6=_0x53f564[_0x3101b4(0x183)][_0x3101b4(0x1a1)](_0x440115,_0x440c9b),_0x5e75c2=_0x3101b4(0x14f)+_0x33c613()+_0x3101b4(0x15e);_0x5aa243[_0x3101b4(0x175)][_0x3101b4(0x1a2)](_0x5e75c2,_0x3140a6);break;}case _0x3101b4(0x165):{_0x14d644[_0x3101b4(0x171)][_0x3101b4(0x189)](_0x3d19ba),_0x53f564[_0x3101b4(0x183)][_0x3101b4(0x14b)](_0x3d19ba),_0xdf5f2c[_0x3a02d3-0x1]&&_0x3101b4(0x1a7)==_0xdf5f2c[_0x3a02d3-0x1][_0x3101b4(0x1ac)]&&ro(_0x5aa243,_0x3d19ba);const _0x13a20f=_0x3d19ba[_0x3101b4(0x1a4)](),_0x31042b=_0x3d19ba[_0x3101b4(0x143)];for(let _0x4256f6=0x0;_0x4256f6<_0x31042b;_0x4256f6++){const _0x1810f8=_0x13a20f[_0x3101b4(0x17a)](_0x4256f6)[_0x3101b4(0x14a)];_0x2dc94e[_0x3101b4(0x1ab)](_0x1810f8);}break;}case _0x3101b4(0x1a8):{const _0x3c7097=_0x3d19ba[_0x3101b4(0x1ae)],_0x2324bd=_0x3d19ba[_0x3101b4(0x143)],_0x353be8=new _0x52edf2(_0x3c7097,_0x2324bd);_0x14d644[_0x3101b4(0x171)][_0x3101b4(0x189)](_0x353be8),_0x53f564[_0x3101b4(0x183)][_0x3101b4(0x14b)](_0x353be8);break;}}}for(const _0x5d1a9d of _0x2dc94e){const _0x43f096=_0x53f564[_0x3101b4(0x183)][_0x3101b4(0x145)](_0x5d1a9d),_0x35ca60=_0x3101b4(0x19d)+_0x33c613()+_0x3101b4(0x15e);_0x5aa243[_0x3101b4(0x175)][_0x3101b4(0x1a2)](_0x35ca60,_0x40878f(_0x43f096,_0x53f564[_0x3101b4(0x183)]));}});}(_0x5ec711,_0x42bb3e,_0x4ee230):_0x4ee230[_0x4a9257(0x183)][_0x4a9257(0x190)](_0x5ed668=>{const _0x338b98=_0x4a9257;for(const _0x4a8c00 of _0x5ec711)if(_0x338b98(0x1a8)==_0x4a8c00[_0x338b98(0x1ac)]){const _0x326233=_0x4a8c00[_0x338b98(0x1ae)],_0x1bd400=_0x4a8c00[_0x338b98(0x143)],_0x42c2f2=new _0x52edf2(_0x326233,_0x1bd400);_0x5ed668[_0x338b98(0x171)][_0x338b98(0x189)](_0x42c2f2),_0x4ee230[_0x338b98(0x183)][_0x338b98(0x14b)](_0x42c2f2);}else{if(_0x338b98(0x193)==_0x4a8c00[_0x338b98(0x1ac)]){const _0x2d48f8=_0x4a8c00[_0x338b98(0x1af)],_0x300926=_0x4a8c00[_0x338b98(0x168)];_0x42bb3e[_0x338b98(0x175)][_0x338b98(0x1a2)](_0x2d48f8,_0x300926);}else _0x4a8c00[_0x338b98(0x167)]=null,_0x4a8c00[_0x338b98(0x18d)]=!0x1,_0x5ed668[_0x338b98(0x171)][_0x338b98(0x189)](_0x4a8c00),_0x4ee230[_0x338b98(0x183)][_0x338b98(0x14b)](_0x4a8c00);}});if(_0x30884f){const _0x54a9d5=getMinimalSelection(_0x4ee230,_0x5ec711,_0x42bb3e);expandSelectionWithContext(_0x4ee230[_0x4a9257(0x183)],_0x54a9d5),function(_0x73f616,_0x308941){const _0x5c29d5=_0x4a9257,_0x2a6d88=_0x308941[_0x5c29d5(0x157)]()[_0x5c29d5(0x180)];let _0x4765df=_0x308941[_0x5c29d5(0x157)]()[_0x5c29d5(0x196)];const _0x41f466=_0x2a6d88[_0x5c29d5(0x162)];(_0x4765df[_0x5c29d5(0x19b)]||_0x4765df[_0x5c29d5(0x14a)]&&_0x4765df[_0x5c29d5(0x14a)]['is'](_0x5c29d5(0x149)))&&(_0x33d633(_0x4765df,_0x5c29d5(0x154)),_0x4765df=_0x4765df[_0x5c29d5(0x17a)](0x3)),(_0x2a6d88[_0x5c29d5(0x19b)]||_0x2a6d88[_0x5c29d5(0x17e)]&&_0x2a6d88[_0x5c29d5(0x17e)]['is'](_0x5c29d5(0x149)))&&(_0x33d633(_0x2a6d88,_0x5c29d5(0x154)),function(_0x21efaf,_0x556de9,_0x504258){const _0x4f0177=_0x5c29d5;for(let [_0x4d7fb0,_0x4b67a9]of _0x21efaf[_0x4f0177(0x175)]){const _0x125eb6=_0x4b67a9[_0x4f0177(0x179)](_0x556de9,_0x504258,!0x1);_0x4b67a9=_0x125eb6[0x0],_0x21efaf[_0x4f0177(0x175)][_0x4f0177(0x1a2)](_0x4d7fb0,_0x4b67a9);}}(_0x41f466,_0x2a6d88,0x3),_0x2a6d88[_0x5c29d5(0x170)]==_0x4765df[_0x5c29d5(0x170)]&&(_0x4765df=_0x4765df[_0x5c29d5(0x17a)](0x3)));const _0x5c43d8=_0x73f616[_0x5c29d5(0x1a1)](_0x73f616[_0x5c29d5(0x14e)](_0x41f466,0x0),_0x2a6d88),_0x5eff14=_0x73f616[_0x5c29d5(0x1a1)](_0x4765df,_0x73f616[_0x5c29d5(0x14e)](_0x41f466,_0x5c29d5(0x196))),_0x209c83=[..._0x5c43d8[_0x5c29d5(0x15c)](),..._0x5eff14[_0x5c29d5(0x15c)]()];_0x209c83[_0x5c29d5(0x14d)]();for(const _0x5101ce of _0x209c83)_0x34b452(_0x5101ce),_transformMarkersByDeletion(_0x41f466,_0x5101ce);}(_0x4ee230[_0x4a9257(0x183)],_0x54a9d5);}const _0x1b8ba0=_0x4ee230[_0x4a9257(0x19e)][_0x4a9257(0x1b0)](_0x42bb3e,{'showSuggestionHighlights':!0x0});return{'content':_0x50fa4e(_0x1b8ba0),'hasChanges':!0x0};}(_0x583759,_0x4d9aa4,_0x444bba,_0x2cd107,_0x18e428);return{'type':_0x31a047[_0x41504c(0x198)][0x0][_0x41504c(0x1ac)],'index':_0x31a047[_0x41504c(0x19a)],'content':_0x48c71f,'hasChanges':_0x14e1e0};});}function ro(_0x1d8441,_0x10a226){const _0xe7dee0=_0x1d35;for(const [_0x176ee8,_0x374043]of _0x1d8441[_0xe7dee0(0x175)]){const _0x4af9e1=_0x495281[_0xe7dee0(0x19f)](_0x374043[_0xe7dee0(0x17b)](_0x10a226));_0x1d8441[_0xe7dee0(0x175)][_0xe7dee0(0x1a2)](_0x176ee8,_0x4af9e1);}}export function getMinimalSelection(_0xba0b42,_0xe5d61b,_0x340ff4){const _0x16c938=_0x1d35,_0x29b588=_0xba0b42[_0x16c938(0x163)][_0x16c938(0x1b2)](_0x16c938(0x1b3));let _0x3daa7b=_0xba0b42[_0x16c938(0x183)][_0x16c938(0x14e)](_0x340ff4,Number[_0x16c938(0x177)]),_0xdac2a8=_0xba0b42[_0x16c938(0x183)][_0x16c938(0x14e)](_0x340ff4,0x0);for(const _0x2321d0 of _0xe5d61b){let _0x4f4488,_0x3a26a8;if(_0x29b588[_0x16c938(0x17f)](_0x2321d0))_0x4f4488=_0x2321d0[_0x16c938(0x168)][_0x16c938(0x180)],_0x3a26a8=_0x2321d0[_0x16c938(0x168)][_0x16c938(0x196)];else switch(_0x3daa7b=_0x3daa7b[_0x16c938(0x17b)](_0x2321d0),_0xdac2a8=_0xdac2a8[_0x16c938(0x17b)](_0x2321d0),_0x2321d0[_0x16c938(0x1ac)]){case _0x16c938(0x156):_0x4f4488=_0x2321d0[_0x16c938(0x1a5)],_0x3a26a8=_0x4f4488[_0x16c938(0x17a)](0x1);break;case _0x16c938(0x15d):case _0x16c938(0x15f):case _0x16c938(0x188):_0x4f4488=_0x2321d0[_0x16c938(0x184)][_0x16c938(0x180)],_0x3a26a8=_0x2321d0[_0x16c938(0x184)][_0x16c938(0x196)];break;case _0x16c938(0x1a7):_0x4f4488=_0x2321d0[_0x16c938(0x1a5)],_0x3a26a8=_0x4f4488[_0x16c938(0x17a)](_0x2321d0[_0x16c938(0x143)]);break;case _0x16c938(0x18a):_0x4f4488=_0x2321d0[_0x16c938(0x1a6)],_0x3a26a8=_0x2321d0[_0x16c938(0x159)];break;case _0x16c938(0x146):{const _0x3d901b=_0x2321d0[_0x16c938(0x150)][_0x16c938(0x17c)][_0x16c938(0x186)](0x0,-0x1);_0x4f4488=_0xba0b42[_0x16c938(0x183)][_0x16c938(0x194)](_0x340ff4,_0x3d901b),_0x3a26a8=_0x4f4488[_0x16c938(0x17a)](0x1);break;}case _0x16c938(0x1a8):{const _0x11cc73=_0x2321d0[_0x16c938(0x143)],_0x324257=_0x2321d0[_0x16c938(0x1ae)][_0x16c938(0x179)](_0x2321d0[_0x16c938(0x150)],_0x11cc73),_0x2806e3=_0x2321d0[_0x16c938(0x1a4)]();_0x16c938(0x1a8)==_0x2321d0[_0x16c938(0x1ac)]?(_0x4f4488=_0x324257,_0x3a26a8=_0x324257):(_0x4f4488=_0x2806e3,_0x3a26a8=_0x2806e3[_0x16c938(0x17a)](_0x11cc73));break;}}_0x4f4488&&_0x4f4488[_0x16c938(0x192)](_0x3daa7b)&&(_0x3daa7b=_0x4f4488[_0x16c938(0x174)](),_0x3daa7b[_0x16c938(0x16a)]=_0x16c938(0x18b)),_0x3a26a8&&_0x3a26a8[_0x16c938(0x172)](_0xdac2a8)&&(_0xdac2a8=_0x3a26a8[_0x16c938(0x174)](),_0xdac2a8[_0x16c938(0x16a)]=_0x16c938(0x18b));}return _0xba0b42[_0x16c938(0x183)][_0x16c938(0x1aa)](_0xba0b42[_0x16c938(0x183)][_0x16c938(0x1a1)](_0x3daa7b,_0xdac2a8));}export function expandSelectionWithContext(_0x4f8e7c,_0x468950){const _0x359b67=_0x1d35;so(_0x4f8e7c,_0x468950,_0x359b67(0x182));const _0x33b1c9=_0x468950[_0x359b67(0x157)]();_0x468950[_0x359b67(0x197)]([]),_0x468950[_0x359b67(0x197)](_0x33b1c9,{'backward':!0x0}),so(_0x4f8e7c,_0x468950,_0x359b67(0x141));}function so(_0x14ceab,_0x16ab3a,_0x40d6d2){const _0xbbbebb=_0x1d35;let _0x1088db=0x14;for(;_0x1088db;){_0x14ceab[_0xbbbebb(0x1a3)](_0x16ab3a,{'unit':_0xbbbebb(0x176),'direction':_0x40d6d2}),_0x1088db--;const _0xa36074=_0x16ab3a[_0xbbbebb(0x178)][_0xbbbebb(0x182)==_0x40d6d2?_0xbbbebb(0x17e):_0xbbbebb(0x14a)];if(_0xa36074&&_0xa36074['is'](_0xbbbebb(0x15b))&&_0x14ceab[_0xbbbebb(0x195)][_0xbbbebb(0x1b4)](_0xa36074)&&_0x14ceab[_0xbbbebb(0x195)][_0xbbbebb(0x16f)](_0xa36074))break;}}function _0x1d35(_0x1e9ba4,_0x225b69){const _0x600b75=_0x600b();return _0x1d35=function(_0x1d35e4,_0x403b4c){_0x1d35e4=_0x1d35e4-0x140;let _0x52949e=_0x600b75[_0x1d35e4];return _0x52949e;},_0x1d35(_0x1e9ba4,_0x225b69);}function _0x600b(){const _0x53fb30=['newRange','$elementName','stickiness','7iulUai','push','parse','oldName','isObject','parent','batch','isAfter','463316oMtGzD','clone','markers','word','POSITIVE_INFINITY','focus','_getTransformedByInsertion','getShiftedBy','getTransformedByOperation','path','498cKvwNx','nodeBefore','isMarkedRemoveOperation','start','map','forward','model','range','length','slice','_getTransformedByDeletion','changeAttribute','addOperation','split','toNone','SuggestionsConversion','isDocumentOperation','$root','new','change','getOperations','isBefore','marker','createPositionFromPath','schema','end','setTo','changes','key','index','textNode','cloneNode','suggestion:formatBlock:$fakeWrap:','data','_createFromRanges','delete','createRange','set','modifySelection','getMovedRangeStart','position','splitPosition','insert','remove','136950tOnZAU','createSelection','add','type','873540GdAmRG','sourcePosition','name','stringify','children','get','DocumentCompare','isBlock','54AQLRVv','backward','suggestion:attribute:','howMany','node','createRangeOn','merge','72530TrEdEO','oldValue','$text','nodeAfter','applyOperation','offset','reverse','createPositionAt','suggestion:insertion:','targetPosition','removed','542yNYEJI','data-id','...','newName','rename','getFirstRange','suggestion:deletion:','moveTargetPosition','1961096FDoBlW','element','getMinimalFlatRanges','addAttribute',':$aiSuggestion','removeAttribute','4589770bAehor','newValue','root','plugins','isRegisteredAttribute','move','getDiff','baseVersion'];_0x600b=function(){return _0x53fb30;};return _0x600b();}export function _transformMarkersByDeletion(_0x1af0ef,_0x309fe4){const _0x439a81=_0x1d35;for(const [_0x2444c8,_0x4e397a]of _0x1af0ef[_0x439a81(0x175)]){const _0x510331=_0x4e397a[_0x439a81(0x187)](_0x309fe4[_0x439a81(0x180)],_0x309fe4[_0x439a81(0x196)][_0x439a81(0x14c)]-_0x309fe4[_0x439a81(0x180)][_0x439a81(0x14c)]);null!=_0x510331?_0x1af0ef[_0x439a81(0x175)][_0x439a81(0x1a2)](_0x2444c8,_0x510331):_0x1af0ef[_0x439a81(0x175)][_0x439a81(0x1a0)](_0x2444c8);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x4012de,_0xfaeb88){const _0x271c3a=_0x58c3,_0x2ee490=_0x4012de();while(!![]){try{const _0x290143=parseInt(_0x271c3a(0x1d2))/0x1+-parseInt(_0x271c3a(0x1d8))/0x2*(parseInt(_0x271c3a(0x1cf))/0x3)+parseInt(_0x271c3a(0x1de))/0x4*(-parseInt(_0x271c3a(0x1dd))/0x5)+-parseInt(_0x271c3a(0x1c9))/0x6+parseInt(_0x271c3a(0x1d1))/0x7*(-parseInt(_0x271c3a(0x1df))/0x8)+parseInt(_0x271c3a(0x1d4))/0x9*(parseInt(_0x271c3a(0x1d5))/0xa)+-parseInt(_0x271c3a(0x1e2))/0xb*(-parseInt(_0x271c3a(0x1db))/0xc);if(_0x290143===_0xfaeb88)break;else _0x2ee490['push'](_0x2ee490['shift']());}catch(_0xcecc1a){_0x2ee490['push'](_0x2ee490['shift']());}}}(_0xafca,0x3bee5));function _0x58c3(_0x5e2f85,_0x14e700){const _0xafcaef=_0xafca();return _0x58c3=function(_0x58c392,_0x444d13){_0x58c392=_0x58c392-0x1c8;let _0x4eac39=_0xafcaef[_0x58c392];return _0x4eac39;},_0x58c3(_0x5e2f85,_0x14e700);}import{parseDocument as _0x381455}from'htmlparser2';import{append as _0x5c3fa7,appendChild as _0x505b43,find as _0x3afff9,findAll as _0x2e6807,findOne as _0x381e26,getChildren as _0x2df6fa,isComment as _0x28f02e,isTag as _0x143571,prepend as _0x4a8a56,prependChild as _0x18a6ac,removeElement as _0xfaa2d0,replaceElement as _0xb2428,textContent as _0x2eef99,getParent as _0x150182,hasChildren as _0x794824}from'domutils';import _0x10b3e5 from'dom-serializer';import{cloneNode as _0x26bf98,isDocument as _0x2a0e26,isText as _0x48e9b5,Element as _0x116f43,Text as _0x3779a6,Document as _0x4c93ea,NodeWithChildren as _0x24dbce}from'domhandler';export{_0x26bf98 as cloneNode,_0x3afff9 as find,_0x381e26 as findOne,_0x2e6807 as findAll,_0x2df6fa as getChildren,_0x150182 as getParent,_0x28f02e as isComment,_0x2a0e26 as isDocument,_0x143571 as isTag,_0x48e9b5 as isText,_0x5c3fa7 as append,_0x505b43 as appendChild,_0x4a8a56 as prepend,_0x18a6ac as prependChild,_0x10b3e5 as render,_0xfaa2d0 as removeElement,_0xb2428 as replaceElement,_0x2eef99 as textContent,_0x794824 as hasChildren,_0x116f43 as Element,_0x4c93ea as Document,_0x24dbce as NodeWithChildren,_0x3779a6 as Text};export function parse(_0x434383){return _0x381455(_0x434383);}export function serialize(_0x2c3859){return _0x10b3e5(_0x2c3859);}export function findByAttribute(_0xa9d6d3,_0x16c6ae,_0x190636){const _0x46d5d6=_0x58c3,_0x12296c=null!==_0x16c6ae?_0x2aba40=>_0x2aba40[_0x46d5d6(0x1d6)][_0xa9d6d3]===_0x16c6ae:_0x5dbda3=>Boolean(_0x5dbda3[_0x46d5d6(0x1d6)][_0xa9d6d3]);return _0x381e26(_0x5c18ea=>_0x143571(_0x5c18ea)&&_0x12296c(_0x5c18ea),_0x190636);}export function findAllByAttribute(_0x20c9af,_0x2983b4,_0x34f3fe){const _0x8619a3=_0x58c3,_0x2abaa0=null!==_0x2983b4?_0x5e9286=>_0x5e9286[_0x8619a3(0x1d6)][_0x20c9af]===_0x2983b4:_0x5cfb32=>Boolean(_0x5cfb32[_0x8619a3(0x1d6)][_0x20c9af]);return _0x2e6807(_0x5ca882=>_0x143571(_0x5ca882)&&_0x2abaa0(_0x5ca882),_0x34f3fe);}function _0xafca(){const _0x50d397=['afterend','cloneNode','121bLIIfh','indexOf','1278714pRPWVB','replace','push','reverse','slice','forEach','27231PrqBBa','parentNode','42wmjZZP','421492KnAZZd','map','23094IShQMq','1870LBNaLS','attribs','beforeend','26fYHNah','nextSibling','beforebegin','301536zZLkPm','afterbegin','5NkCeqW','719828tFAGdf','561584PYoKyZ'];_0xafca=function(){return _0x50d397;};return _0xafca();}export function findAllComments(_0x5f1323){return _0x3afff9(_0x7380ea=>_0x28f02e(_0x7380ea),_0x5f1323,!0x0,0x1/0x0);}export function getAttribute(_0x4a9166,_0x36e7a1){const _0x332d41=_0x58c3;return _0x4a9166&&_0x143571(_0x4a9166)?_0x4a9166[_0x332d41(0x1d6)][_0x36e7a1]:null;}export function setAttribute(_0x32f8f5,_0x4cfacf,_0x1eec7d){const _0x406c9b=_0x58c3;_0x143571(_0x32f8f5)&&(null===_0x1eec7d?delete _0x32f8f5[_0x406c9b(0x1d6)][_0x4cfacf]:_0x32f8f5[_0x406c9b(0x1d6)][_0x4cfacf]=_0x1eec7d);}export function insertElement(_0x57e717,_0x499366,_0x296fc7){const _0x18e200=_0x58c3,_0x3a5ecd=_0x499366[_0x18e200(0x1e1)](!0x0);_0x18e200(0x1da)===_0x296fc7?_0x4a8a56(_0x57e717,_0x3a5ecd):_0x18e200(0x1dc)===_0x296fc7?_0x18a6ac(_0x57e717,_0x3a5ecd):_0x18e200(0x1d7)===_0x296fc7?_0x505b43(_0x57e717,_0x3a5ecd):_0x18e200(0x1e0)===_0x296fc7&&_0x5c3fa7(_0x57e717,_0x3a5ecd);}export function moveElement(_0xd3fde6,_0x4f2b65){_0xfaa2d0(_0xd3fde6),_0xb2428(_0x4f2b65,_0xd3fde6);}export function clone(_0x263f3e){const _0x509dad=_0x58c3;return _0x263f3e[_0x509dad(0x1e1)](!0x0);}export function getParents(_0x3d9138){const _0x35b4ef=_0x58c3,_0x50e975=[];let _0x528c0f=_0x3d9138;for(;_0x528c0f;)_0x528c0f=_0x150182(_0x528c0f),_0x528c0f&&_0x50e975[_0x35b4ef(0x1cb)](_0x528c0f);return _0x50e975;}export function normalizeHTML(_0x5bfdff){const _0x2c7913=_0x58c3;return _0x5bfdff[_0x2c7913(0x1ca)](/^\s+/gm,'')[_0x2c7913(0x1ca)](/\s+$/gm,'')[_0x2c7913(0x1ca)](/\n*/g,'')[_0x2c7913(0x1ca)](/\s+/g,'\x20')[_0x2c7913(0x1ca)](/>\s*</g,'><');}export function areNodesSame(_0x2730f9,_0x5bab02){return normalizeHTML(serialize(_0x2730f9))===normalizeHTML(serialize(_0x5bab02));}export function getNodeNestingLevel(_0x328af2){const _0x3f1b34=_0x58c3;let _0x460031=0x0;for(;_0x328af2[_0x3f1b34(0x1d0)];)_0x328af2=_0x328af2[_0x3f1b34(0x1d0)],_0x460031++;return _0x460031;}export function removeElementsAfter(_0x47d0c1){const _0x2886cf=_0x58c3,_0x287767=[];let _0x304886=_0x47d0c1[_0x2886cf(0x1d9)];for(;_0x304886;)_0x287767[_0x2886cf(0x1cb)](_0x304886),_0x304886=_0x304886[_0x2886cf(0x1d9)];_0x287767[_0x2886cf(0x1ce)](_0x7b63de=>{_0xfaa2d0(_0x7b63de);});}export function getNodePath(_0x483f6d){const _0x5b6330=_0x58c3;return[_0x483f6d,...getParents(_0x483f6d)][_0x5b6330(0x1cd)](0x0,-0x1)[_0x5b6330(0x1d3)](_0x1d3d94=>{const _0x38d3ec=_0x5b6330,_0x2c359c=_0x150182(_0x1d3d94);return _0x2df6fa(_0x2c359c)[_0x38d3ec(0x1c8)](_0x1d3d94);})[_0x5b6330(0x1cc)]();}
23
+ function _0x59d2(_0x1c83e6,_0x43e3b3){const _0x2a03b4=_0x2a03();return _0x59d2=function(_0x59d2be,_0x2422e6){_0x59d2be=_0x59d2be-0x15a;let _0x3e7c16=_0x2a03b4[_0x59d2be];return _0x3e7c16;},_0x59d2(_0x1c83e6,_0x43e3b3);}(function(_0x5c752e,_0x1a842b){const _0x200806=_0x59d2,_0x46a670=_0x5c752e();while(!![]){try{const _0x4e31d0=parseInt(_0x200806(0x15f))/0x1*(parseInt(_0x200806(0x16a))/0x2)+parseInt(_0x200806(0x161))/0x3*(parseInt(_0x200806(0x171))/0x4)+-parseInt(_0x200806(0x160))/0x5*(-parseInt(_0x200806(0x16b))/0x6)+-parseInt(_0x200806(0x166))/0x7+parseInt(_0x200806(0x164))/0x8+-parseInt(_0x200806(0x15e))/0x9*(-parseInt(_0x200806(0x168))/0xa)+-parseInt(_0x200806(0x16e))/0xb;if(_0x4e31d0===_0x1a842b)break;else _0x46a670['push'](_0x46a670['shift']());}catch(_0x20c22e){_0x46a670['push'](_0x46a670['shift']());}}}(_0x2a03,0xf2374));import{parseDocument as _0x5e8656}from'htmlparser2';import{append as _0x5bb12d,appendChild as _0x192983,find as _0x935cdf,findAll as _0x42c014,findOne as _0x55c462,getChildren as _0x28dd58,isComment as _0x5eabfd,isTag as _0x1b9331,prepend as _0x51e2ee,prependChild as _0x2bf79b,removeElement as _0x364cb0,replaceElement as _0x267118,textContent as _0x38ace5,getParent as _0x57b14a,hasChildren as _0x44acb3}from'domutils';import _0x11b269 from'dom-serializer';function _0x2a03(){const _0x580850=['slice','22593593hTRVmd','nextSibling','beforebegin','6871420rjMNLk','attribs','reverse','forEach','afterbegin','parentNode','indexOf','9lNNSWT','1kMkwlz','5iDkfDb','3QuxICV','replace','beforeend','1762048xkeZbv','map','4221833SFdHSh','cloneNode','2316600kzeKKX','push','70460wqDEWq','8665182XZDYev','afterend'];_0x2a03=function(){return _0x580850;};return _0x2a03();}import{cloneNode as _0x514dde,isDocument as _0x10c919,isText as _0x456236,Element as _0x3b090b,Text as _0x313ef8,Document as _0x3e8a72,NodeWithChildren as _0x5bf16b}from'domhandler';export{_0x514dde as cloneNode,_0x935cdf as find,_0x55c462 as findOne,_0x42c014 as findAll,_0x28dd58 as getChildren,_0x57b14a as getParent,_0x5eabfd as isComment,_0x10c919 as isDocument,_0x1b9331 as isTag,_0x456236 as isText,_0x5bb12d as append,_0x192983 as appendChild,_0x51e2ee as prepend,_0x2bf79b as prependChild,_0x11b269 as render,_0x364cb0 as removeElement,_0x267118 as replaceElement,_0x38ace5 as textContent,_0x44acb3 as hasChildren,_0x3b090b as Element,_0x3e8a72 as Document,_0x5bf16b as NodeWithChildren,_0x313ef8 as Text};export function parse(_0x2d03ff){return _0x5e8656(_0x2d03ff);}export function serialize(_0x2ff74){return _0x11b269(_0x2ff74);}export function findByAttribute(_0x2ffe0f,_0x1a2332,_0x3724e1){const _0x2242e6=_0x59d2,_0x15eaf8=null!==_0x1a2332?_0x292e59=>_0x292e59[_0x2242e6(0x172)][_0x2ffe0f]===_0x1a2332:_0xdb9e0e=>Boolean(_0xdb9e0e[_0x2242e6(0x172)][_0x2ffe0f]);return _0x55c462(_0x348eea=>_0x1b9331(_0x348eea)&&_0x15eaf8(_0x348eea),_0x3724e1);}export function findAllByAttribute(_0x29f459,_0x397c97,_0x535897){const _0x41e115=_0x59d2,_0x3cfc3e=null!==_0x397c97?_0x574669=>_0x574669[_0x41e115(0x172)][_0x29f459]===_0x397c97:_0x1c1a10=>Boolean(_0x1c1a10[_0x41e115(0x172)][_0x29f459]);return _0x42c014(_0x4ec2c0=>_0x1b9331(_0x4ec2c0)&&_0x3cfc3e(_0x4ec2c0),_0x535897);}export function findAllComments(_0x4f08b0){return _0x935cdf(_0x5ad7cd=>_0x5eabfd(_0x5ad7cd),_0x4f08b0,!0x0,0x1/0x0);}export function getAttribute(_0x335ec7,_0x52d0eb){const _0x17b7eb=_0x59d2;return _0x335ec7&&_0x1b9331(_0x335ec7)?_0x335ec7[_0x17b7eb(0x172)][_0x52d0eb]:null;}export function setAttribute(_0x5a2a48,_0x21e6d8,_0x230539){const _0x4ef3f8=_0x59d2;_0x1b9331(_0x5a2a48)&&(null===_0x230539?delete _0x5a2a48[_0x4ef3f8(0x172)][_0x21e6d8]:_0x5a2a48[_0x4ef3f8(0x172)][_0x21e6d8]=_0x230539);}export function insertElement(_0x36128b,_0x12ee0c,_0x585822){const _0x203567=_0x59d2,_0x45e138=_0x12ee0c[_0x203567(0x167)](!0x0);_0x203567(0x170)===_0x585822?_0x51e2ee(_0x36128b,_0x45e138):_0x203567(0x15b)===_0x585822?_0x2bf79b(_0x36128b,_0x45e138):_0x203567(0x163)===_0x585822?_0x192983(_0x36128b,_0x45e138):_0x203567(0x16c)===_0x585822&&_0x5bb12d(_0x36128b,_0x45e138);}export function moveElement(_0x38b819,_0x59479d){_0x364cb0(_0x38b819),_0x267118(_0x59479d,_0x38b819);}export function clone(_0x13f345){const _0x35dbc1=_0x59d2;return _0x13f345[_0x35dbc1(0x167)](!0x0);}export function getParents(_0x27d5c3){const _0x3c3ca2=_0x59d2,_0x1ce217=[];let _0x3c8b93=_0x27d5c3;for(;_0x3c8b93;)_0x3c8b93=_0x57b14a(_0x3c8b93),_0x3c8b93&&_0x1ce217[_0x3c3ca2(0x169)](_0x3c8b93);return _0x1ce217;}export function normalizeHTML(_0x11f2e4){const _0xf29e4f=_0x59d2;return _0x11f2e4[_0xf29e4f(0x162)](/^\s+/gm,'')[_0xf29e4f(0x162)](/\s+$/gm,'')[_0xf29e4f(0x162)](/\n*/g,'')[_0xf29e4f(0x162)](/\s+/g,'\x20')[_0xf29e4f(0x162)](/>\s*</g,'><');}export function areNodesSame(_0x5b7fcb,_0x4b2e5a){return normalizeHTML(serialize(_0x5b7fcb))===normalizeHTML(serialize(_0x4b2e5a));}export function getNodeNestingLevel(_0x4e8fb3){const _0x2a818a=_0x59d2;let _0x4bf977=0x0;for(;_0x4e8fb3[_0x2a818a(0x15c)];)_0x4e8fb3=_0x4e8fb3[_0x2a818a(0x15c)],_0x4bf977++;return _0x4bf977;}export function removeElementsAfter(_0x456fdf){const _0x4d7589=_0x59d2,_0x3a404f=[];let _0x52d066=_0x456fdf[_0x4d7589(0x16f)];for(;_0x52d066;)_0x3a404f[_0x4d7589(0x169)](_0x52d066),_0x52d066=_0x52d066[_0x4d7589(0x16f)];_0x3a404f[_0x4d7589(0x15a)](_0x5d8296=>{_0x364cb0(_0x5d8296);});}export function getNodePath(_0xd76f02){const _0x3b435c=_0x59d2;return[_0xd76f02,...getParents(_0xd76f02)][_0x3b435c(0x16d)](0x0,-0x1)[_0x3b435c(0x165)](_0x2fb9fe=>{const _0x1a2ec1=_0x3b435c,_0x2ea445=_0x57b14a(_0x2fb9fe);return _0x28dd58(_0x2ea445)[_0x1a2ec1(0x15d)](_0x2fb9fe);})[_0x3b435c(0x173)]();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4889d9=_0x243e;(function(_0x396a82,_0x437e3f){const _0x382178=_0x243e,_0x49e41d=_0x396a82();while(!![]){try{const _0x4df422=parseInt(_0x382178(0x136))/0x1*(-parseInt(_0x382178(0x148))/0x2)+parseInt(_0x382178(0x132))/0x3+-parseInt(_0x382178(0x150))/0x4+parseInt(_0x382178(0x166))/0x5*(parseInt(_0x382178(0x134))/0x6)+-parseInt(_0x382178(0x168))/0x7+-parseInt(_0x382178(0x13a))/0x8*(parseInt(_0x382178(0x15a))/0x9)+-parseInt(_0x382178(0x13d))/0xa*(-parseInt(_0x382178(0x162))/0xb);if(_0x4df422===_0x437e3f)break;else _0x49e41d['push'](_0x49e41d['shift']());}catch(_0x3baa74){_0x49e41d['push'](_0x49e41d['shift']());}}}(_0x1de2,0x4ccc7));import _0x434b01 from'morphdom';import{NodeWithChildren as _0x4cdbc7,Text as _0x1d0cab,Element as _0x37807b,isText as _0xf47fdb,isDocument as _0x3c2356,isTag as _0x4daaba,cloneNode as _0x923c21,getChildren as _0x323802,prepend as _0x29364e,removeElement as _0x21c1fc,textContent as _0x4f2b27,render as _0x1850e0}from'./htmlparser.js';function _0x243e(_0x3fee34,_0x18a9a1){const _0x1de2e2=_0x1de2();return _0x243e=function(_0x243eef,_0x5f3b9e){_0x243eef=_0x243eef-0x12f;let _0x14e8fa=_0x1de2e2[_0x243eef];return _0x14e8fa;},_0x243e(_0x3fee34,_0x18a9a1);}function _0x1de2(){const _0x477861=['tagName','stream','1824573TaRZFx','strong','6cpqFhB','parent','624665VBePOC','replaceWith','ai-html-streamer-current-index-out-of-bounds','length','40bmsMhu','includes','currentIndex','2531970XPEWtG','shouldBeStreamed','isWordSplitResult','sup','reverse','bind','delay','entries','nodesList','sub','splitTextNodeIntoWordNodes','2KSpgLl','attribs','getParsedDocumentNodeList','match','del','isWordSplitSource','textNodeStyle','signal','2438392zGCSxG','map','childNodes','querySelectorAll','join','span[data-ck-html-streamer-word-chunk]','code','cleanUpAnimations','div','push','755739xYeZsC','mark','document','span','options','forEach','timeoutAbortController','stop','55hWtFUF','onStreamUpdate','addEventListener','now','1177450SQlBek','children','986867IbuOnC','ins','abort','renderNode','isStreaming','from'];_0x1de2=function(){return _0x477861;};return _0x1de2();}import{logWarning as _0x492cf4}from'ckeditor5/src/utils.js';export class HTMLStreamer{[_0x4889d9(0x15e)];[_0x4889d9(0x16c)]=!0x1;[_0x4889d9(0x15c)]=null;[_0x4889d9(0x145)]=[];[_0x4889d9(0x13c)]=0x0;[_0x4889d9(0x160)]=null;constructor(_0x44d468){const _0x4a6da4=_0x4889d9;this[_0x4a6da4(0x15e)]={'delay':_0x44d468[_0x4a6da4(0x143)]??0x14,'textNodeStyle':_0x44d468[_0x4a6da4(0x14e)],'onStreamUpdate':_0x44d468[_0x4a6da4(0x163)]||(()=>{})};}async[_0x4889d9(0x131)]({document:_0x582f25,targetElement:_0x1a86ab,abortSignal:_0x2d25fa}){const _0x4cb262=_0x4889d9;this[_0x4cb262(0x16c)]&&this[_0x4cb262(0x161)](),_0x2d25fa?.[_0x4cb262(0x164)](_0x4cb262(0x16a),this[_0x4cb262(0x161)][_0x4cb262(0x142)](this)),this[_0x4cb262(0x15c)]=_0x923c21(_0x582f25,!0x0),this[_0x4cb262(0x145)]=this[_0x4cb262(0x14a)](),this[_0x4cb262(0x16c)]=!0x0,this[_0x4cb262(0x13c)]>this[_0x4cb262(0x145)][_0x4cb262(0x139)]&&(_0x492cf4(_0x4cb262(0x138),{'currentIndex':this[_0x4cb262(0x13c)],'nodeList':this[_0x4cb262(0x145)]}),this[_0x4cb262(0x13c)]=this[_0x4cb262(0x145)][_0x4cb262(0x139)]);for(let _0x25bd0f=0x0;_0x25bd0f<this[_0x4cb262(0x13c)];_0x25bd0f++)this[_0x4cb262(0x145)][_0x25bd0f][_0x4cb262(0x13e)]=!0x0;let _0xd9b031=0x0;for(let _0xeecef6=this[_0x4cb262(0x13c)];_0xeecef6<this[_0x4cb262(0x145)][_0x4cb262(0x139)];_0xeecef6++){const _0x56824a=Date[_0x4cb262(0x165)](),_0x1f3460=this[_0x4cb262(0x145)][_0xeecef6],_0x1a98d2=_0x56824a-_0xd9b031;_0x1f3460[_0x4cb262(0x13e)]=!0x0;let _0x94f439=_0x1f3460[_0x4cb262(0x135)];for(;_0x94f439;)_0x94f439[_0x4cb262(0x13e)]=!0x0,_0x94f439=_0x94f439[_0x4cb262(0x135)];if(_0x1a98d2<this[_0x4cb262(0x15e)][_0x4cb262(0x143)])try{const {promise:_0x1496ad,abortController:_0x3f37ff}=pr(this[_0x4cb262(0x15e)][_0x4cb262(0x143)]-_0x1a98d2);this[_0x4cb262(0x160)]=_0x3f37ff,await _0x1496ad;}catch(_0x3f8266){return;}_0x434b01(_0x1a86ab,'<'+_0x1a86ab[_0x4cb262(0x130)]+'>'+this[_0x4cb262(0x16b)](this[_0x4cb262(0x15c)])+'</'+_0x1a86ab[_0x4cb262(0x130)]+'>',{'childrenOnly':!0x0}),this[_0x4cb262(0x15e)][_0x4cb262(0x163)]&&this[_0x4cb262(0x15e)][_0x4cb262(0x163)](),this[_0x4cb262(0x13c)]=_0xeecef6,_0xd9b031=Date[_0x4cb262(0x165)]();}this[_0x4cb262(0x16c)]=!0x1;}[_0x4889d9(0x157)]({targetElement:_0x102133}){const _0x48c0df=_0x4889d9;Array[_0x48c0df(0x12f)](_0x102133[_0x48c0df(0x153)](_0x48c0df(0x155)))[_0x48c0df(0x141)]()[_0x48c0df(0x15f)](_0x567ecc=>{const _0x4872e5=_0x48c0df;_0x567ecc[_0x4872e5(0x137)](_0x567ecc[_0x4872e5(0x152)][0x0]);});}[_0x4889d9(0x161)](){const _0x5481e0=_0x4889d9;this[_0x5481e0(0x16c)]=!0x1,this[_0x5481e0(0x160)]&&(this[_0x5481e0(0x160)][_0x5481e0(0x16a)](),this[_0x5481e0(0x160)]=null);}[_0x4889d9(0x16b)](_0x344eb4){const _0x3c70f2=_0x4889d9;let _0x38d470='';if(function(_0x962ee6){return _0x3c2356(_0x962ee6);}(_0x344eb4)){for(const _0x5e36aa of _0x344eb4[_0x3c70f2(0x167)])_0x38d470+=this[_0x3c70f2(0x16b)](_0x5e36aa);}else{if(dr(_0x344eb4)){if(!_0x344eb4[_0x3c70f2(0x13e)])return'';const _0x11b5ac=_0x344eb4,_0x21e0b3=Object[_0x3c70f2(0x144)](_0x11b5ac[_0x3c70f2(0x149)])[_0x3c70f2(0x151)](([_0x173500,_0x3df48d])=>_0x173500+'=\x22'+_0x3df48d+'\x22')[_0x3c70f2(0x154)]('\x20');_0x38d470+='<'+_0x11b5ac[_0x3c70f2(0x130)]+(_0x21e0b3?'\x20'+_0x21e0b3:'')+'>';for(const _0x23bd4f of _0x323802(_0x11b5ac))_0x38d470+=this[_0x3c70f2(0x16b)](_0x23bd4f);_0x38d470+='</'+_0x11b5ac[_0x3c70f2(0x130)]+'>';}else{if(!ar(_0x344eb4))return'';if(!_0x344eb4[_0x3c70f2(0x13e)])return'';!function(_0x2e49e1){const _0x246e69=_0x3c70f2;if(!_0x2e49e1[_0x246e69(0x135)]||!dr(_0x2e49e1[_0x246e69(0x135)]))return!0x1;if(!cr[_0x246e69(0x13b)](_0x2e49e1[_0x246e69(0x135)][_0x246e69(0x130)]))return!0x1;return!_0x4f2b27(_0x2e49e1)[_0x246e69(0x14b)](/^\s*[<>]\s*$/);}(_0x344eb4)?_0x38d470+=_0x1850e0(_0x344eb4):_0x38d470+=_0x1850e0(new _0x37807b(_0x3c70f2(0x15d),{'data-ck-html-streamer-word-chunk':'','style':this[_0x3c70f2(0x15e)][_0x3c70f2(0x14e)]},[_0x344eb4]));}}return _0x38d470;}[_0x4889d9(0x14a)](){const _0x552cd7=_0x4889d9,_0x55e6fa=[];return function(_0x384288,_0x27835e){const _0x1fb3dc=_0x243e,_0x4eaa52=_0x2e34ad=>{const _0x518960=_0x243e;if(_0x27835e(_0x2e34ad),_0x2e34ad instanceof _0x4cdbc7)for(let _0x32d649=0x0;_0x32d649<_0x2e34ad[_0x518960(0x167)][_0x518960(0x139)];_0x32d649++){const _0xf1a331=_0x2e34ad[_0x518960(0x167)][_0x32d649];_0x4eaa52(_0xf1a331);}};for(let _0x32778f=0x0;_0x32778f<_0x384288[_0x1fb3dc(0x167)][_0x1fb3dc(0x139)];_0x32778f++)_0x4eaa52(_0x384288[_0x1fb3dc(0x167)][_0x32778f]);}(this[_0x552cd7(0x15c)],_0x36803a=>{const _0xfe1923=_0x552cd7;if(ar(_0x36803a)){const _0x5c2dba=this[_0xfe1923(0x147)](_0x36803a);_0x5c2dba[_0xfe1923(0x139)]&&_0x55e6fa[_0xfe1923(0x159)](..._0x5c2dba);}_0x36803a[_0xfe1923(0x14d)]||_0x36803a[_0xfe1923(0x13f)]||_0x55e6fa[_0xfe1923(0x159)](_0x36803a);}),_0x55e6fa;}[_0x4889d9(0x147)](_0xf9db73){const _0x10f362=_0x4889d9;if(_0xf9db73[_0x10f362(0x14d)]||_0xf9db73[_0x10f362(0x13f)])return[];const _0x456ca4=_0x4f2b27(_0xf9db73)[_0x10f362(0x14b)](/(?:\s*\S+\s*)/g),_0x557787=[];if(_0x456ca4&&_0x456ca4[_0x10f362(0x139)]>0x1){for(const _0x46e7d0 of _0x456ca4){const _0x1ceee4=new _0x1d0cab(_0x46e7d0);_0x1ceee4[_0x10f362(0x13f)]=!0x0,_0x29364e(_0xf9db73,_0x1ceee4),_0x557787[_0x10f362(0x159)](_0x1ceee4);}_0xf9db73[_0x10f362(0x14d)]=!0x0,_0x21c1fc(_0xf9db73);}return _0x557787;}}const cr=['p','li','td','th',_0x4889d9(0x15d),'h1','h2','h3','h4','h5','h6','b',_0x4889d9(0x133),'i','em',_0x4889d9(0x15b),_0x4889d9(0x14c),_0x4889d9(0x169),_0x4889d9(0x140),_0x4889d9(0x146),'a',_0x4889d9(0x156),_0x4889d9(0x158)];function ar(_0x39b480){return _0xf47fdb(_0x39b480);}function dr(_0x2524c9){return _0x4daaba(_0x2524c9);}function pr(_0x500116){const _0x29060c=new AbortController();return{'promise':new Promise((_0x5ee33b,_0x522b9a)=>{const _0x2df6a8=_0x243e,_0xde7172=setTimeout(_0x5ee33b,_0x500116);_0x29060c[_0x2df6a8(0x14f)][_0x2df6a8(0x164)](_0x2df6a8(0x16a),()=>{clearTimeout(_0xde7172),_0x522b9a();});}),'abortController':_0x29060c};}
23
+ const _0x1b7d73=_0x1bca;(function(_0x41da4f,_0x5b9bc8){const _0xccc815=_0x1bca,_0x50962a=_0x41da4f();while(!![]){try{const _0x5ca04c=parseInt(_0xccc815(0xd3))/0x1*(parseInt(_0xccc815(0xd7))/0x2)+-parseInt(_0xccc815(0xe6))/0x3*(parseInt(_0xccc815(0xf1))/0x4)+parseInt(_0xccc815(0xe2))/0x5*(-parseInt(_0xccc815(0xce))/0x6)+parseInt(_0xccc815(0xca))/0x7+parseInt(_0xccc815(0xf0))/0x8*(-parseInt(_0xccc815(0xfd))/0x9)+-parseInt(_0xccc815(0xfe))/0xa+parseInt(_0xccc815(0xe3))/0xb;if(_0x5ca04c===_0x5b9bc8)break;else _0x50962a['push'](_0x50962a['shift']());}catch(_0x25c0a8){_0x50962a['push'](_0x50962a['shift']());}}}(_0x8e08,0xb3102));import _0x2a855e from'morphdom';import{NodeWithChildren as _0x4af47b,Text as _0x148a7b,Element as _0x43989f,isText as _0x25b634,isDocument as _0x299de5,isTag as _0x58a852,cloneNode as _0x2d2f3f,getChildren as _0x5dd962,prepend as _0x32fb45,removeElement as _0x37c60c,textContent as _0x2a0e22,render as _0x573e30}from'./htmlparser.js';import{logWarning as _0x386bf5}from'ckeditor5/src/utils.js';export class HTMLStreamer{[_0x1b7d73(0xfa)];[_0x1b7d73(0xde)]=!0x1;[_0x1b7d73(0xe4)]=null;[_0x1b7d73(0x103)]=[];[_0x1b7d73(0xd0)]=0x0;[_0x1b7d73(0xcd)]=null;constructor(_0x10888b){const _0x30381b=_0x1b7d73;this[_0x30381b(0xfa)]={'delay':_0x10888b[_0x30381b(0xfc)]??0x14,'textNodeStyle':_0x10888b[_0x30381b(0xdc)],'onStreamUpdate':_0x10888b[_0x30381b(0xf2)]||(()=>{})};}async[_0x1b7d73(0x102)]({document:_0x9a0c74,targetElement:_0x2029c3,abortSignal:_0xf8352}){const _0x1a74a9=_0x1b7d73;this[_0x1a74a9(0xde)]&&this[_0x1a74a9(0xdf)](),_0xf8352?.[_0x1a74a9(0xf6)](_0x1a74a9(0xd9),this[_0x1a74a9(0xdf)][_0x1a74a9(0xcc)](this)),this[_0x1a74a9(0xe4)]=_0x2d2f3f(_0x9a0c74,!0x0),this[_0x1a74a9(0x103)]=this[_0x1a74a9(0xf5)](),this[_0x1a74a9(0xde)]=!0x0,this[_0x1a74a9(0xd0)]>this[_0x1a74a9(0x103)][_0x1a74a9(0xf3)]&&(_0x386bf5(_0x1a74a9(0xe1),{'currentIndex':this[_0x1a74a9(0xd0)],'nodeList':this[_0x1a74a9(0x103)]}),this[_0x1a74a9(0xd0)]=this[_0x1a74a9(0x103)][_0x1a74a9(0xf3)]);for(let _0x9d94f7=0x0;_0x9d94f7<this[_0x1a74a9(0xd0)];_0x9d94f7++)this[_0x1a74a9(0x103)][_0x9d94f7][_0x1a74a9(0xf4)]=!0x0;let _0x27f9f3=0x0;for(let _0x1d6d5f=this[_0x1a74a9(0xd0)];_0x1d6d5f<this[_0x1a74a9(0x103)][_0x1a74a9(0xf3)];_0x1d6d5f++){const _0xdfacc0=Date[_0x1a74a9(0xc8)](),_0x4011dc=this[_0x1a74a9(0x103)][_0x1d6d5f],_0x3fc8a6=_0xdfacc0-_0x27f9f3;_0x4011dc[_0x1a74a9(0xf4)]=!0x0;let _0x2da411=_0x4011dc[_0x1a74a9(0x101)];for(;_0x2da411;)_0x2da411[_0x1a74a9(0xf4)]=!0x0,_0x2da411=_0x2da411[_0x1a74a9(0x101)];if(_0x3fc8a6<this[_0x1a74a9(0xfa)][_0x1a74a9(0xfc)])try{const {promise:_0x50dc6c,abortController:_0x3f9e14}=pr(this[_0x1a74a9(0xfa)][_0x1a74a9(0xfc)]-_0x3fc8a6);this[_0x1a74a9(0xcd)]=_0x3f9e14,await _0x50dc6c;}catch(_0x3a2604){return;}_0x2a855e(_0x2029c3,'<'+_0x2029c3[_0x1a74a9(0xf8)]+'>'+this[_0x1a74a9(0x104)](this[_0x1a74a9(0xe4)])+'</'+_0x2029c3[_0x1a74a9(0xf8)]+'>',{'childrenOnly':!0x0}),this[_0x1a74a9(0xfa)][_0x1a74a9(0xf2)]&&this[_0x1a74a9(0xfa)][_0x1a74a9(0xf2)](),this[_0x1a74a9(0xd0)]=_0x1d6d5f,_0x27f9f3=Date[_0x1a74a9(0xc8)]();}this[_0x1a74a9(0xde)]=!0x1;}[_0x1b7d73(0xec)]({targetElement:_0x8a6e0}){const _0x5a00cb=_0x1b7d73;Array[_0x5a00cb(0xd1)](_0x8a6e0[_0x5a00cb(0xed)](_0x5a00cb(0xf7)))[_0x5a00cb(0xd5)]()[_0x5a00cb(0xe9)](_0x4d2905=>{const _0x34ffa8=_0x5a00cb;_0x4d2905[_0x34ffa8(0xcb)](_0x4d2905[_0x34ffa8(0xc7)][0x0]);});}[_0x1b7d73(0xdf)](){const _0x11cb4a=_0x1b7d73;this[_0x11cb4a(0xde)]=!0x1,this[_0x11cb4a(0xcd)]&&(this[_0x11cb4a(0xcd)][_0x11cb4a(0xd9)](),this[_0x11cb4a(0xcd)]=null);}[_0x1b7d73(0x104)](_0x29ff86){const _0x83e382=_0x1b7d73;let _0x431c6e='';if(function(_0x464063){return _0x299de5(_0x464063);}(_0x29ff86)){for(const _0xa96bb8 of _0x29ff86[_0x83e382(0xf9)])_0x431c6e+=this[_0x83e382(0x104)](_0xa96bb8);}else{if(dr(_0x29ff86)){if(!_0x29ff86[_0x83e382(0xf4)])return'';const _0x110749=_0x29ff86,_0x97a69b=Object[_0x83e382(0xef)](_0x110749[_0x83e382(0xd2)])[_0x83e382(0xdb)](([_0x569e02,_0x36d130])=>_0x569e02+'=\x22'+_0x36d130+'\x22')[_0x83e382(0xda)]('\x20');_0x431c6e+='<'+_0x110749[_0x83e382(0xf8)]+(_0x97a69b?'\x20'+_0x97a69b:'')+'>';for(const _0x545281 of _0x5dd962(_0x110749))_0x431c6e+=this[_0x83e382(0x104)](_0x545281);_0x431c6e+='</'+_0x110749[_0x83e382(0xf8)]+'>';}else{if(!ar(_0x29ff86))return'';if(!_0x29ff86[_0x83e382(0xf4)])return'';!function(_0x3999a4){const _0x22b667=_0x83e382;if(!_0x3999a4[_0x22b667(0x101)]||!dr(_0x3999a4[_0x22b667(0x101)]))return!0x1;if(!cr[_0x22b667(0xd8)](_0x3999a4[_0x22b667(0x101)][_0x22b667(0xf8)]))return!0x1;return!_0x2a0e22(_0x3999a4)[_0x22b667(0xe0)](/^\s*[<>]\s*$/);}(_0x29ff86)?_0x431c6e+=_0x573e30(_0x29ff86):_0x431c6e+=_0x573e30(new _0x43989f(_0x83e382(0xe8),{'data-ck-html-streamer-word-chunk':'','style':this[_0x83e382(0xfa)][_0x83e382(0xdc)]},[_0x29ff86]));}}return _0x431c6e;}[_0x1b7d73(0xf5)](){const _0x156731=_0x1b7d73,_0x1f7393=[];return function(_0x197f3e,_0x5dd993){const _0x87a9c6=_0x1bca,_0x5ac8b2=_0x12c609=>{const _0x9cf849=_0x1bca;if(_0x5dd993(_0x12c609),_0x12c609 instanceof _0x4af47b)for(let _0x4389e0=0x0;_0x4389e0<_0x12c609[_0x9cf849(0xf9)][_0x9cf849(0xf3)];_0x4389e0++){const _0x2da94d=_0x12c609[_0x9cf849(0xf9)][_0x4389e0];_0x5ac8b2(_0x2da94d);}};for(let _0x4ef289=0x0;_0x4ef289<_0x197f3e[_0x87a9c6(0xf9)][_0x87a9c6(0xf3)];_0x4ef289++)_0x5ac8b2(_0x197f3e[_0x87a9c6(0xf9)][_0x4ef289]);}(this[_0x156731(0xe4)],_0x39d2ce=>{const _0x509f90=_0x156731;if(ar(_0x39d2ce)){const _0x59b9f1=this[_0x509f90(0xcf)](_0x39d2ce);_0x59b9f1[_0x509f90(0xf3)]&&_0x1f7393[_0x509f90(0xff)](..._0x59b9f1);}_0x39d2ce[_0x509f90(0xee)]||_0x39d2ce[_0x509f90(0xe5)]||_0x1f7393[_0x509f90(0xff)](_0x39d2ce);}),_0x1f7393;}[_0x1b7d73(0xcf)](_0x113fad){const _0x4aaba6=_0x1b7d73;if(_0x113fad[_0x4aaba6(0xee)]||_0x113fad[_0x4aaba6(0xe5)])return[];const _0x259ad0=_0x2a0e22(_0x113fad)[_0x4aaba6(0xe0)](/(?:\s*\S+\s*)/g),_0x4a22b7=[];if(_0x259ad0&&_0x259ad0[_0x4aaba6(0xf3)]>0x1){for(const _0x1ca50d of _0x259ad0){const _0x4c651e=new _0x148a7b(_0x1ca50d);_0x4c651e[_0x4aaba6(0xe5)]=!0x0,_0x32fb45(_0x113fad,_0x4c651e),_0x4a22b7[_0x4aaba6(0xff)](_0x4c651e);}_0x113fad[_0x4aaba6(0xee)]=!0x0,_0x37c60c(_0x113fad);}return _0x4a22b7;}}const cr=['p','li','td','th',_0x1b7d73(0xe8),'h1','h2','h3','h4','h5','h6','b',_0x1b7d73(0xd6),'i','em',_0x1b7d73(0xd4),_0x1b7d73(0xc9),_0x1b7d73(0xe7),_0x1b7d73(0xfb),_0x1b7d73(0x100),'a',_0x1b7d73(0xeb),_0x1b7d73(0xdd)];function _0x1bca(_0x4def15,_0x36d7cc){const _0x8e08ef=_0x8e08();return _0x1bca=function(_0x1bca11,_0x4b1341){_0x1bca11=_0x1bca11-0xc7;let _0x3645e7=_0x8e08ef[_0x1bca11];return _0x3645e7;},_0x1bca(_0x4def15,_0x36d7cc);}function _0x8e08(){const _0x2940f5=['textNodeStyle','div','isStreaming','stop','match','ai-html-streamer-current-index-out-of-bounds','415cepZcu','8538035TSkeZF','document','isWordSplitResult','393wFTVoR','ins','span','forEach','signal','code','cleanUpAnimations','querySelectorAll','isWordSplitSource','entries','150008sTZHXw','41148gsYcVT','onStreamUpdate','length','shouldBeStreamed','getParsedDocumentNodeList','addEventListener','span[data-ck-html-streamer-word-chunk]','tagName','children','options','sup','delay','99IorHda','2253600YsauaT','push','sub','parent','stream','nodesList','renderNode','childNodes','now','del','9002672BEcFel','replaceWith','bind','timeoutAbortController','63678kCCTVo','splitTextNodeIntoWordNodes','currentIndex','from','attribs','1331258DfcoXX','mark','reverse','strong','2OCldYI','includes','abort','join','map'];_0x8e08=function(){return _0x2940f5;};return _0x8e08();}function ar(_0x4a4cf2){return _0x25b634(_0x4a4cf2);}function dr(_0x476f8e){return _0x58a852(_0x476f8e);}function pr(_0x316fa2){const _0x5d7968=new AbortController();return{'promise':new Promise((_0x93114c,_0x2b9240)=>{const _0x5aab28=_0x1bca,_0x734196=setTimeout(_0x93114c,_0x316fa2);_0x5d7968[_0x5aab28(0xea)][_0x5aab28(0xf6)](_0x5aab28(0xd9),()=>{clearTimeout(_0x734196),_0x2b9240();});}),'abortController':_0x5d7968};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0xde3ed=_0x570d;(function(_0x1ae3f6,_0x417792){var _0x58a66e=_0x570d,_0x24d58d=_0x1ae3f6();while(!![]){try{var _0x21606b=-parseInt(_0x58a66e(0x1af))/0x1*(parseInt(_0x58a66e(0x1a9))/0x2)+-parseInt(_0x58a66e(0x1a6))/0x3*(parseInt(_0x58a66e(0x1ad))/0x4)+parseInt(_0x58a66e(0x1a1))/0x5*(-parseInt(_0x58a66e(0x1a8))/0x6)+parseInt(_0x58a66e(0x1ac))/0x7+parseInt(_0x58a66e(0x1a0))/0x8*(-parseInt(_0x58a66e(0x1a5))/0x9)+-parseInt(_0x58a66e(0x1ab))/0xa+parseInt(_0x58a66e(0x1aa))/0xb;if(_0x21606b===_0x417792)break;else _0x24d58d['push'](_0x24d58d['shift']());}catch(_0x5e748e){_0x24d58d['push'](_0x24d58d['shift']());}}}(_0xf614,0x3c32e));function _0xf614(){var _0x29dd48=['3345923xfmIDR','4RFdXoO','requires','33sfxqAk','1063856CJCfDe','14290pkyGNA','isPremiumPlugin','AIEditorIntegration','pluginName','9lKzUiG','880602bOpsSH','isOfficialPlugin','156KQveYI','234OsmYOt','8251826daaIcD','4768960nNZSWW'];_0xf614=function(){return _0x29dd48;};return _0xf614();}import{Plugin as _0x31d1c5}from'ckeditor5/src/core.js';function _0x570d(_0x3b4bef,_0xebd701){var _0xf614a4=_0xf614();return _0x570d=function(_0x570d19,_0x38bde6){_0x570d19=_0x570d19-0x1a0;var _0x4a3368=_0xf614a4[_0x570d19];return _0x4a3368;},_0x570d(_0x3b4bef,_0xebd701);}import{AIToggleButtonUI as _0x4c09bb}from'./aitogglebutton/aitogglebuttonui.js';import{SuggestionsConversion as _0x1e871e}from'@ckeditor/ckeditor5-collaboration-core';export class AIEditorIntegration extends _0x31d1c5{static get[_0xde3ed(0x1ae)](){return[_0x4c09bb,_0x1e871e];}static get[_0xde3ed(0x1a4)](){var _0x1049ea=_0xde3ed;return _0x1049ea(0x1a3);}static get[_0xde3ed(0x1a7)](){return!0x0;}static get[_0xde3ed(0x1a2)](){return!0x0;}}
23
+ var _0x7cf2e3=_0x212f;function _0x5d0c(){var _0x579032=['9YUzRdL','isOfficialPlugin','1GJdANK','requires','AIEditorIntegration','2556841icobhy','44MFdreA','16OcQPOx','4479216yclVXm','448135KpyrWq','9164592dANAvr','8oZMour','9856130IxdTMP','isPremiumPlugin','pluginName','2645484HFHTWD','1406414ywfHrP'];_0x5d0c=function(){return _0x579032;};return _0x5d0c();}(function(_0x8ab4e7,_0x190455){var _0x101b41=_0x212f,_0x5a7923=_0x8ab4e7();while(!![]){try{var _0x4bd962=-parseInt(_0x101b41(0x18a))/0x1*(-parseInt(_0x101b41(0x198))/0x2)+-parseInt(_0x101b41(0x197))/0x3+-parseInt(_0x101b41(0x193))/0x4*(-parseInt(_0x101b41(0x191))/0x5)+-parseInt(_0x101b41(0x190))/0x6+-parseInt(_0x101b41(0x18d))/0x7*(parseInt(_0x101b41(0x18f))/0x8)+-parseInt(_0x101b41(0x199))/0x9*(parseInt(_0x101b41(0x194))/0xa)+-parseInt(_0x101b41(0x18e))/0xb*(-parseInt(_0x101b41(0x192))/0xc);if(_0x4bd962===_0x190455)break;else _0x5a7923['push'](_0x5a7923['shift']());}catch(_0x34b8c7){_0x5a7923['push'](_0x5a7923['shift']());}}}(_0x5d0c,0x90bb6));import{Plugin as _0x535ca5}from'ckeditor5/src/core.js';import{AIToggleButtonUI as _0x2b799a}from'./aitogglebutton/aitogglebuttonui.js';function _0x212f(_0x4aed77,_0x2753f4){var _0x5d0c55=_0x5d0c();return _0x212f=function(_0x212fe0,_0x41ef94){_0x212fe0=_0x212fe0-0x18a;var _0x4eb2e7=_0x5d0c55[_0x212fe0];return _0x4eb2e7;},_0x212f(_0x4aed77,_0x2753f4);}import{SuggestionsConversion as _0x43eeb5}from'@ckeditor/ckeditor5-collaboration-core';export class AIEditorIntegration extends _0x535ca5{static get[_0x7cf2e3(0x18b)](){return[_0x2b799a,_0x43eeb5];}static get[_0x7cf2e3(0x196)](){var _0x238032=_0x7cf2e3;return _0x238032(0x18c);}static get[_0x7cf2e3(0x19a)](){return!0x0;}static get[_0x7cf2e3(0x195)](){return!0x0;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5219(_0x49837e,_0x180fb9){const _0x4c479d=_0x4c47();return _0x5219=function(_0x5219cf,_0x56d0ef){_0x5219cf=_0x5219cf-0x160;let _0x5530be=_0x4c479d[_0x5219cf];return _0x5530be;},_0x5219(_0x49837e,_0x180fb9);}const _0x4b55fe=_0x5219;(function(_0x5c3c37,_0x4e2750){const _0x2fd93b=_0x5219,_0x20dcac=_0x5c3c37();while(!![]){try{const _0x54d78d=-parseInt(_0x2fd93b(0x16a))/0x1*(-parseInt(_0x2fd93b(0x171))/0x2)+parseInt(_0x2fd93b(0x170))/0x3+-parseInt(_0x2fd93b(0x172))/0x4*(-parseInt(_0x2fd93b(0x165))/0x5)+-parseInt(_0x2fd93b(0x175))/0x6+parseInt(_0x2fd93b(0x177))/0x7+parseInt(_0x2fd93b(0x169))/0x8+-parseInt(_0x2fd93b(0x162))/0x9;if(_0x54d78d===_0x4e2750)break;else _0x20dcac['push'](_0x20dcac['shift']());}catch(_0x344507){_0x20dcac['push'](_0x20dcac['shift']());}}}(_0x4c47,0x59dae));import{Plugin as _0x2b22f9}from'ckeditor5/src/core.js';import{ToggleAICommand as _0x5591d1}from'./toggleaicommand.js';import{ButtonView as _0x4ac729,MenuBarMenuListItemButtonView as _0x43b7e3}from'ckeditor5/src/ui.js';import{IconAIAskAI as _0x13d09d}from'@ckeditor/ckeditor5-icons';import{getTranslation as _0x1cc149}from'../../aicore/utils/common-translations.js';import{AITabs as _0x38feab}from'../../aitabs/aitabs.js';function _0x4c47(){const _0x2ff2ce=['editor','set','requires','menuBar:toggleAi','isOn','init','execute','get','isEnabled','toggleAi','isOfficialPlugin','listenTo','10373391sAkugU','locale','_createAIUIButton','230fKXhDX','bind','pluginName','menuitemcheckbox','2353552eonDtz','26BiZCLj','AIToggleButtonUI','ck-ai-toggle-button','componentFactory','value','isPremiumPlugin','269556wbNmbx','47612egZYCm','18248SHICBi','add','commands','1997964GiauBi','AI_TOGGLE_BUTTON_LABEL','4485495BcdoYZ'];_0x4c47=function(){return _0x2ff2ce;};return _0x4c47();}import'../../../theme/aieditorintegration/aitogglebutton.css';export class AIToggleButtonUI extends _0x2b22f9{static get[_0x4b55fe(0x17a)](){return[_0x38feab];}static get[_0x4b55fe(0x167)](){const _0x3c9a9b=_0x4b55fe;return _0x3c9a9b(0x16b);}static get[_0x4b55fe(0x160)](){return!0x0;}static get[_0x4b55fe(0x16f)](){return!0x0;}[_0x4b55fe(0x17d)](){const _0x47f1a3=_0x4b55fe,_0x354d9f=this[_0x47f1a3(0x178)];_0x354d9f[_0x47f1a3(0x174)][_0x47f1a3(0x173)](_0x47f1a3(0x181),new _0x5591d1(_0x354d9f)),_0x354d9f['ui'][_0x47f1a3(0x16d)][_0x47f1a3(0x173)](_0x47f1a3(0x181),()=>{const _0x1a4df2=_0x47f1a3,_0x4d9489=this[_0x1a4df2(0x164)](_0x4ac729);return _0x4d9489[_0x1a4df2(0x179)]({'tooltip':!0x0,'class':_0x1a4df2(0x16c)}),_0x4d9489;}),_0x354d9f['ui'][_0x47f1a3(0x16d)][_0x47f1a3(0x173)](_0x47f1a3(0x17b),()=>{const _0x217c79=_0x47f1a3,_0x161fed=this[_0x217c79(0x164)](_0x43b7e3);return _0x161fed[_0x217c79(0x179)]({'role':_0x217c79(0x168)}),_0x161fed;});}[_0x4b55fe(0x164)](_0x456c64){const _0x120dfb=_0x4b55fe,_0x35fd4a=this[_0x120dfb(0x178)],_0x37c494=_0x35fd4a[_0x120dfb(0x174)][_0x120dfb(0x17f)](_0x120dfb(0x181)),_0x3f3799=new _0x456c64(_0x35fd4a[_0x120dfb(0x163)]);return _0x3f3799[_0x120dfb(0x179)]({'label':_0x1cc149(_0x35fd4a[_0x120dfb(0x163)],_0x120dfb(0x176)),'icon':_0x13d09d,'isToggleable':!0x0}),_0x3f3799[_0x120dfb(0x166)](_0x120dfb(0x180))['to'](_0x37c494),_0x3f3799[_0x120dfb(0x166)](_0x120dfb(0x17c))['to'](_0x37c494,_0x120dfb(0x16e),_0x4b87e5=>!!_0x4b87e5),this[_0x120dfb(0x161)](_0x3f3799,_0x120dfb(0x17e),()=>{const _0x5f2c30=_0x120dfb;_0x37c494[_0x5f2c30(0x17e)]();}),_0x3f3799;}}
23
+ const _0x2a0e81=_0xca67;function _0xca67(_0x1038e9,_0x1d2552){const _0x4a9218=_0x4a92();return _0xca67=function(_0xca6790,_0x180b60){_0xca6790=_0xca6790-0xfd;let _0x96cc19=_0x4a9218[_0xca6790];return _0x96cc19;},_0xca67(_0x1038e9,_0x1d2552);}(function(_0x33c355,_0x12d9f2){const _0x567fae=_0xca67,_0x5313cf=_0x33c355();while(!![]){try{const _0x263460=parseInt(_0x567fae(0xfd))/0x1+parseInt(_0x567fae(0x11c))/0x2*(parseInt(_0x567fae(0x10e))/0x3)+-parseInt(_0x567fae(0x107))/0x4+parseInt(_0x567fae(0x110))/0x5+-parseInt(_0x567fae(0x117))/0x6+-parseInt(_0x567fae(0x102))/0x7*(parseInt(_0x567fae(0x11e))/0x8)+-parseInt(_0x567fae(0x111))/0x9;if(_0x263460===_0x12d9f2)break;else _0x5313cf['push'](_0x5313cf['shift']());}catch(_0x565c74){_0x5313cf['push'](_0x5313cf['shift']());}}}(_0x4a92,0x8182b));import{Plugin as _0x14a618}from'ckeditor5/src/core.js';import{ToggleAICommand as _0x5b8731}from'./toggleaicommand.js';import{ButtonView as _0x24bd91,MenuBarMenuListItemButtonView as _0x265ef1}from'ckeditor5/src/ui.js';function _0x4a92(){const _0x518db5=['43770IYVGZT','editor','453304xCaVaG','931036VoXUnq','locale','pluginName','AI_TOGGLE_BUTTON_LABEL','bind','21xgJNdc','execute','commands','set','componentFactory','1658980nECEvT','value','menuBar:toggleAi','init','add','toggleAi','get','99mCAAaW','isOn','783995nxgdwN','5658255hjfSKj','isOfficialPlugin','_createAIUIButton','menuitemcheckbox','ck-ai-toggle-button','isPremiumPlugin','396816wVTYQG','AIToggleButtonUI','requires','listenTo','isEnabled'];_0x4a92=function(){return _0x518db5;};return _0x4a92();}import{IconAIAskAI as _0x18f776}from'@ckeditor/ckeditor5-icons';import{getTranslation as _0x404a6d}from'../../aicore/utils/common-translations.js';import{AITabs as _0x17ea5d}from'../../aitabs/aitabs.js';import'../../../theme/aieditorintegration/aitogglebutton.css';export class AIToggleButtonUI extends _0x14a618{static get[_0x2a0e81(0x119)](){return[_0x17ea5d];}static get[_0x2a0e81(0xff)](){const _0x1a9a1f=_0x2a0e81;return _0x1a9a1f(0x118);}static get[_0x2a0e81(0x112)](){return!0x0;}static get[_0x2a0e81(0x116)](){return!0x0;}[_0x2a0e81(0x10a)](){const _0x1b7aa4=_0x2a0e81,_0x5e886d=this[_0x1b7aa4(0x11d)];_0x5e886d[_0x1b7aa4(0x104)][_0x1b7aa4(0x10b)](_0x1b7aa4(0x10c),new _0x5b8731(_0x5e886d)),_0x5e886d['ui'][_0x1b7aa4(0x106)][_0x1b7aa4(0x10b)](_0x1b7aa4(0x10c),()=>{const _0x4cd1f1=_0x1b7aa4,_0x2bb3ec=this[_0x4cd1f1(0x113)](_0x24bd91);return _0x2bb3ec[_0x4cd1f1(0x105)]({'tooltip':!0x0,'class':_0x4cd1f1(0x115)}),_0x2bb3ec;}),_0x5e886d['ui'][_0x1b7aa4(0x106)][_0x1b7aa4(0x10b)](_0x1b7aa4(0x109),()=>{const _0x688be3=_0x1b7aa4,_0x14e7c9=this[_0x688be3(0x113)](_0x265ef1);return _0x14e7c9[_0x688be3(0x105)]({'role':_0x688be3(0x114)}),_0x14e7c9;});}[_0x2a0e81(0x113)](_0x3ebf51){const _0x4f5d8c=_0x2a0e81,_0x26c497=this[_0x4f5d8c(0x11d)],_0x7898c2=_0x26c497[_0x4f5d8c(0x104)][_0x4f5d8c(0x10d)](_0x4f5d8c(0x10c)),_0x330df8=new _0x3ebf51(_0x26c497[_0x4f5d8c(0xfe)]);return _0x330df8[_0x4f5d8c(0x105)]({'label':_0x404a6d(_0x26c497[_0x4f5d8c(0xfe)],_0x4f5d8c(0x100)),'icon':_0x18f776,'isToggleable':!0x0}),_0x330df8[_0x4f5d8c(0x101)](_0x4f5d8c(0x11b))['to'](_0x7898c2),_0x330df8[_0x4f5d8c(0x101)](_0x4f5d8c(0x10f))['to'](_0x7898c2,_0x4f5d8c(0x108),_0x1260c0=>!!_0x1260c0),this[_0x4f5d8c(0x11a)](_0x330df8,_0x4f5d8c(0x103),()=>{const _0x5e0d62=_0x4f5d8c;_0x7898c2[_0x5e0d62(0x103)]();}),_0x330df8;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1fb8(){const _0x252ecb=['818044ziTXSN','AITabs','12379535MVejfF','bind','value','isEnabled','73608ciNSEe','view','isVisible','33444FnUZQf','1528795BpFxCM','962440eoJQkD','9353922VHMlTn','editor','9kMFtLU','execute','get','3XQMNaz','plugins','1330dvTQVQ'];_0x1fb8=function(){return _0x252ecb;};return _0x1fb8();}const _0x46e130=_0x58c8;(function(_0x19d0f8,_0x3d6117){const _0x3ed85f=_0x58c8,_0x18b9a7=_0x19d0f8();while(!![]){try{const _0x2399c4=parseInt(_0x3ed85f(0x84))/0x1*(parseInt(_0x3ed85f(0x87))/0x2)+parseInt(_0x3ed85f(0x81))/0x3*(-parseInt(_0x3ed85f(0x7e))/0x4)+-parseInt(_0x3ed85f(0x7d))/0x5+-parseInt(_0x3ed85f(0x7f))/0x6+parseInt(_0x3ed85f(0x89))/0x7+-parseInt(_0x3ed85f(0x79))/0x8+parseInt(_0x3ed85f(0x7c))/0x9*(parseInt(_0x3ed85f(0x86))/0xa);if(_0x2399c4===_0x3d6117)break;else _0x18b9a7['push'](_0x18b9a7['shift']());}catch(_0x2e53b2){_0x18b9a7['push'](_0x18b9a7['shift']());}}}(_0x1fb8,0xda446));function _0x58c8(_0x3e367b,_0x3da72f){const _0x1fb8e2=_0x1fb8();return _0x58c8=function(_0x58c8ea,_0x136b5c){_0x58c8ea=_0x58c8ea-0x78;let _0x4e5891=_0x1fb8e2[_0x58c8ea];return _0x4e5891;},_0x58c8(_0x3e367b,_0x3da72f);}import{Command as _0x239850}from'ckeditor5/src/core.js';export class ToggleAICommand extends _0x239850{constructor(_0x5d618b){const _0x43ca6e=_0x58c8;super(_0x5d618b);const _0x10a348=_0x5d618b[_0x43ca6e(0x85)][_0x43ca6e(0x83)](_0x43ca6e(0x88))[_0x43ca6e(0x7a)];this[_0x43ca6e(0x8a)](_0x43ca6e(0x8b))['to'](_0x10a348,_0x43ca6e(0x7b)),this[_0x43ca6e(0x78)]=!0x0;}[_0x46e130(0x82)](){const _0x1ee5b7=_0x46e130,_0x4acb8e=this[_0x1ee5b7(0x80)][_0x1ee5b7(0x85)][_0x1ee5b7(0x83)](_0x1ee5b7(0x88))[_0x1ee5b7(0x7a)];_0x4acb8e[_0x1ee5b7(0x7b)]=!_0x4acb8e[_0x1ee5b7(0x7b)];}}
23
+ function _0x12e7(){const _0x10322b=['editor','4837Amopjx','AITabs','86BzrVUX','9zmvZRO','5045975VLvOVh','1003985jXjUId','bind','969352fZLbPp','4uViSHr','1209900qOzSRZ','view','value','get','plugins','767DxJTYf','859275tXSTCb','execute','isVisible','2538BHECMt','isEnabled'];_0x12e7=function(){return _0x10322b;};return _0x12e7();}const _0x485c8e=_0x292e;function _0x292e(_0x5a0455,_0x1c0039){const _0x12e7e4=_0x12e7();return _0x292e=function(_0x292e81,_0x54c26e){_0x292e81=_0x292e81-0x13b;let _0x15dc35=_0x12e7e4[_0x292e81];return _0x15dc35;},_0x292e(_0x5a0455,_0x1c0039);}(function(_0x3f1fa7,_0x10badf){const _0x2ed968=_0x292e,_0x45277b=_0x3f1fa7();while(!![]){try{const _0x42295d=-parseInt(_0x2ed968(0x148))/0x1*(-parseInt(_0x2ed968(0x13c))/0x2)+parseInt(_0x2ed968(0x149))/0x3+parseInt(_0x2ed968(0x142))/0x4*(-parseInt(_0x2ed968(0x13f))/0x5)+-parseInt(_0x2ed968(0x14c))/0x6*(-parseInt(_0x2ed968(0x14f))/0x7)+-parseInt(_0x2ed968(0x141))/0x8*(-parseInt(_0x2ed968(0x13d))/0x9)+parseInt(_0x2ed968(0x143))/0xa+-parseInt(_0x2ed968(0x13e))/0xb;if(_0x42295d===_0x10badf)break;else _0x45277b['push'](_0x45277b['shift']());}catch(_0x13f3ac){_0x45277b['push'](_0x45277b['shift']());}}}(_0x12e7,0x2f720));import{Command as _0x3f1779}from'ckeditor5/src/core.js';export class ToggleAICommand extends _0x3f1779{constructor(_0x1b7a72){const _0x348901=_0x292e;super(_0x1b7a72);const _0x13f698=_0x1b7a72[_0x348901(0x147)][_0x348901(0x146)](_0x348901(0x13b))[_0x348901(0x144)];this[_0x348901(0x140)](_0x348901(0x145))['to'](_0x13f698,_0x348901(0x14b)),this[_0x348901(0x14d)]=!0x0;}[_0x485c8e(0x14a)](){const _0x197662=_0x485c8e,_0x2d2818=this[_0x197662(0x14e)][_0x197662(0x147)][_0x197662(0x146)](_0x197662(0x13b))[_0x197662(0x144)];_0x2d2818[_0x197662(0x14b)]=!_0x2d2818[_0x197662(0x14b)];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x1c150f=_0x565a;(function(_0x3226a3,_0x4a7e46){var _0x38dae0=_0x565a,_0x35a2e3=_0x3226a3();while(!![]){try{var _0x5c76bc=parseInt(_0x38dae0(0x8b))/0x1*(-parseInt(_0x38dae0(0x89))/0x2)+-parseInt(_0x38dae0(0x8f))/0x3*(-parseInt(_0x38dae0(0x86))/0x4)+-parseInt(_0x38dae0(0x88))/0x5*(parseInt(_0x38dae0(0x8c))/0x6)+parseInt(_0x38dae0(0x91))/0x7+-parseInt(_0x38dae0(0x82))/0x8*(-parseInt(_0x38dae0(0x8a))/0x9)+parseInt(_0x38dae0(0x8d))/0xa*(parseInt(_0x38dae0(0x84))/0xb)+-parseInt(_0x38dae0(0x85))/0xc;if(_0x5c76bc===_0x4a7e46)break;else _0x35a2e3['push'](_0x35a2e3['shift']());}catch(_0x15115b){_0x35a2e3['push'](_0x35a2e3['shift']());}}}(_0x12e1,0x69507));import{Plugin as _0x3fbd97}from'ckeditor5/src/core.js';function _0x12e1(){var _0x2fc52c=['isOfficialPlugin','define','80acnDkf','config','11pCdjdI','7966224XLhskr','560BiaDrG','ai.quickActions','260UDdWfW','1384spsGHb','356202MBUPEH','585UXYWUf','49272ZMMfyR','2061930AxeJcw','isPremiumPlugin','11898rmjKfj','AIQuickActions','5388950JFsWZC','pluginName','requires'];_0x12e1=function(){return _0x2fc52c;};return _0x12e1();}import{AIQuickActionsUI as _0x2e0654}from'./aiquickactionsui.js';import{AIQuickActionsEditing as _0x5e33fc}from'./aiquickactionsediting.js';function _0x565a(_0x200a7d,_0x1657f8){var _0x12e11d=_0x12e1();return _0x565a=function(_0x565a69,_0x29c764){_0x565a69=_0x565a69-0x80;var _0x127329=_0x12e11d[_0x565a69];return _0x127329;},_0x565a(_0x200a7d,_0x1657f8);}import{AIActions as _0x4ca345}from'../aiactions/aiactions.js';export class AIQuickActions extends _0x3fbd97{static get[_0x1c150f(0x93)](){return[_0x2e0654,_0x5e33fc,_0x4ca345];}static get[_0x1c150f(0x92)](){var _0x382808=_0x1c150f;return _0x382808(0x90);}static get[_0x1c150f(0x80)](){return!0x0;}static get[_0x1c150f(0x8e)](){return!0x0;}constructor(_0x2d393e){var _0x3df08f=_0x1c150f;super(_0x2d393e),_0x2d393e[_0x3df08f(0x83)][_0x3df08f(0x81)](_0x3df08f(0x87),{'extraCommands':[],'removeCommands':[]});}}
23
+ var _0x23c7ce=_0x4db6;(function(_0x1b9926,_0x4ed4ce){var _0x579458=_0x4db6,_0x168e2b=_0x1b9926();while(!![]){try{var _0x282f07=parseInt(_0x579458(0xeb))/0x1*(parseInt(_0x579458(0xea))/0x2)+parseInt(_0x579458(0xed))/0x3+parseInt(_0x579458(0xec))/0x4+parseInt(_0x579458(0xdf))/0x5*(parseInt(_0x579458(0xe9))/0x6)+parseInt(_0x579458(0xe1))/0x7+parseInt(_0x579458(0xe7))/0x8+-parseInt(_0x579458(0xe0))/0x9;if(_0x282f07===_0x4ed4ce)break;else _0x168e2b['push'](_0x168e2b['shift']());}catch(_0x34f257){_0x168e2b['push'](_0x168e2b['shift']());}}}(_0x2fdb,0x731d1));import{Plugin as _0x5c407f}from'ckeditor5/src/core.js';import{AIQuickActionsUI as _0x2a2dc6}from'./aiquickactionsui.js';function _0x4db6(_0x187413,_0x4e3e84){var _0x2fdb6d=_0x2fdb();return _0x4db6=function(_0x4db672,_0x12e44c){_0x4db672=_0x4db672-0xdf;var _0x4e1ec3=_0x2fdb6d[_0x4db672];return _0x4e1ec3;},_0x4db6(_0x187413,_0x4e3e84);}import{AIQuickActionsEditing as _0x134940}from'./aiquickactionsediting.js';function _0x2fdb(){var _0x2830db=['define','784192TQlgFE','ai.quickActions','42WOZqqU','500000tLCioS','3XwSEBG','3665168uzFSpk','408510MCdbFJ','isPremiumPlugin','AIQuickActions','242105ImuGCe','19099989DZZWUf','2480051bBcuZw','config','isOfficialPlugin','requires','pluginName'];_0x2fdb=function(){return _0x2830db;};return _0x2fdb();}import{AIActions as _0x1daf2a}from'../aiactions/aiactions.js';export class AIQuickActions extends _0x5c407f{static get[_0x23c7ce(0xe4)](){return[_0x2a2dc6,_0x134940,_0x1daf2a];}static get[_0x23c7ce(0xe5)](){var _0x5ca8b3=_0x23c7ce;return _0x5ca8b3(0xef);}static get[_0x23c7ce(0xe3)](){return!0x0;}static get[_0x23c7ce(0xee)](){return!0x0;}constructor(_0x201763){var _0xe21689=_0x23c7ce;super(_0x201763),_0x201763[_0xe21689(0xe2)][_0xe21689(0xe6)](_0xe21689(0xe8),{'extraCommands':[],'removeCommands':[]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x19b2c0=_0x2446;(function(_0x53fd56,_0x170f04){const _0x18f2db=_0x2446,_0x29e8c5=_0x53fd56();while(!![]){try{const _0x3520e8=-parseInt(_0x18f2db(0x214))/0x1*(-parseInt(_0x18f2db(0x1e6))/0x2)+parseInt(_0x18f2db(0x207))/0x3*(-parseInt(_0x18f2db(0x1e8))/0x4)+-parseInt(_0x18f2db(0x1ec))/0x5+-parseInt(_0x18f2db(0x1ef))/0x6+parseInt(_0x18f2db(0x20b))/0x7*(-parseInt(_0x18f2db(0x1ea))/0x8)+-parseInt(_0x18f2db(0x224))/0x9*(-parseInt(_0x18f2db(0x212))/0xa)+parseInt(_0x18f2db(0x1f0))/0xb*(parseInt(_0x18f2db(0x1f8))/0xc);if(_0x3520e8===_0x170f04)break;else _0x29e8c5['push'](_0x29e8c5['shift']());}catch(_0x42cebf){_0x29e8c5['push'](_0x29e8c5['shift']());}}}(_0x3c05,0xe2bf0));function _0x3c05(){const _0x2e1122=['2260611DOAFTX','CHAT','focusPromptInput','other','5439iIqKPZ','locale','executeAction','activateTab','ai-quick-actions-plugin-not-found','ACTION','prompt','224300PzuDey','plugins','2rfukiv','removeSelectionFromChatContext','editor','change','_handleAIActionsActionLabel','schema','ask-ai','get','_handleAIReviewAction','chat','parent','isCollapsed','view','getSelectedBlocks','sendMessage','selection','153rErRUU','1658534HfSbqk','getLimitElement','4efuiPY','AIChatController','1976udjotd','AIActions','3941115XkDOMH','document','_handleAIChatAction','2610834aoXpCd','11xerDRA','execute','model','icon','displayedPrompt','actionName','log','AIChat','12692712NlyVPJ','_handleAIActionsAction','handleAIReviewAction','has','AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','type','REVIEW','setSelection','_expandSelectionIfCollapsed','args','AITabs','startConversation','addSelectionToChatContext','AIReviewMode','label'];_0x3c05=function(){return _0x2e1122;};return _0x3c05();}function _0x2446(_0x50f1d5,_0xac25ae){const _0x3c058e=_0x3c05();return _0x2446=function(_0x244665,_0x2e9e58){_0x244665=_0x244665-0x1e6;let _0x1b1285=_0x3c058e[_0x244665];return _0x1b1285;},_0x2446(_0x50f1d5,_0xac25ae);}import{Command as _0x16b990}from'ckeditor5/src/core.js';import{CKEditorError as _0x189cf2,first as _0x42efb3}from'ckeditor5/src/utils.js';import{AIQuickActionType as _0x412b74}from'./aiquickactionsui.js';import{getTranslation as _0x39f8a6}from'../aicore/utils/common-translations.js';export class AIQuickActionsCommand extends _0x16b990{[_0x19b2c0(0x1f1)](_0x3f01ef){const _0x2cf271=_0x19b2c0;switch(this[_0x2cf271(0x200)](),_0x3f01ef[_0x2cf271(0x1fd)]){case _0x412b74[_0x2cf271(0x208)]:if(!this[_0x2cf271(0x216)][_0x2cf271(0x213)][_0x2cf271(0x1fb)](_0x2cf271(0x1f7))){const _0x49c1cc=_0x39f8a6(this[_0x2cf271(0x216)][_0x2cf271(0x20c)],_0x2cf271(0x1fc),_0x2cf271(0x1f7));throw new _0x189cf2(_0x2cf271(0x20f),this[_0x2cf271(0x216)],{'errorMessage':_0x49c1cc});}this[_0x2cf271(0x1ee)](_0x3f01ef);break;case _0x412b74[_0x2cf271(0x210)]:if(!this[_0x2cf271(0x216)][_0x2cf271(0x213)][_0x2cf271(0x1fb)](_0x2cf271(0x1eb))){const _0x1f78dd=_0x39f8a6(this[_0x2cf271(0x216)][_0x2cf271(0x20c)],_0x2cf271(0x1fc),_0x2cf271(0x1eb));throw new _0x189cf2(_0x2cf271(0x20f),this[_0x2cf271(0x216)],{'errorMessage':_0x1f78dd});}this[_0x2cf271(0x1f9)](_0x3f01ef);break;case _0x412b74[_0x2cf271(0x1fe)]:if(!this[_0x2cf271(0x216)][_0x2cf271(0x213)][_0x2cf271(0x1fb)](_0x2cf271(0x205))){const _0xd71da6=_0x39f8a6(this[_0x2cf271(0x216)][_0x2cf271(0x20c)],_0x2cf271(0x1fc),_0x2cf271(0x205));throw new _0x189cf2(_0x2cf271(0x20f),this[_0x2cf271(0x216)],{'errorMessage':_0xd71da6});}this[_0x2cf271(0x21c)](_0x3f01ef);}}async[_0x19b2c0(0x1ee)](_0x25c4c7){const _0x92aa43=_0x19b2c0,_0x448279=this[_0x92aa43(0x216)][_0x92aa43(0x213)][_0x92aa43(0x21b)](_0x92aa43(0x1f7)),_0x4f46fd=this[_0x92aa43(0x216)][_0x92aa43(0x213)][_0x92aa43(0x21b)](_0x92aa43(0x1e9));if(this[_0x92aa43(0x216)][_0x92aa43(0x213)][_0x92aa43(0x21b)](_0x92aa43(0x202))[_0x92aa43(0x220)][_0x92aa43(0x20e)](_0x92aa43(0x21d)),_0x92aa43(0x21a)===_0x25c4c7['id'])_0x4f46fd[_0x92aa43(0x215)](),await _0x448279[_0x92aa43(0x204)](),_0x448279[_0x92aa43(0x209)]();else await _0x448279[_0x92aa43(0x203)](),_0x4f46fd[_0x92aa43(0x215)](),await _0x448279[_0x92aa43(0x204)](),_0x448279[_0x92aa43(0x209)](),await _0x448279[_0x92aa43(0x222)]({'message':_0x25c4c7[_0x92aa43(0x211)]||_0x25c4c7[_0x92aa43(0x1f4)],'quickActionData':{'id':_0x25c4c7['id'],'displayedPrompt':_0x25c4c7[_0x92aa43(0x1f4)]}});}[_0x19b2c0(0x200)](){const _0x38cacf=_0x19b2c0,_0x11116c=this[_0x38cacf(0x216)],_0x3f0f9d=_0x11116c[_0x38cacf(0x1f2)][_0x38cacf(0x1ed)][_0x38cacf(0x223)];if(!_0x3f0f9d[_0x38cacf(0x21f)])return;const _0x7349a1=_0x42efb3(_0x3f0f9d[_0x38cacf(0x221)]())||_0x11116c[_0x38cacf(0x1f2)][_0x38cacf(0x219)][_0x38cacf(0x1e7)](_0x3f0f9d);_0x11116c[_0x38cacf(0x1f2)][_0x38cacf(0x217)](_0x3d3b20=>{const _0xbe7bdb=_0x38cacf;_0x3d3b20[_0xbe7bdb(0x1ff)](_0x7349a1,'in');});}[_0x19b2c0(0x218)](_0x16f63e){const _0x1dcdc8=_0x19b2c0;return _0x16f63e[_0x1dcdc8(0x21e)]?.[_0x1dcdc8(0x206)]&&_0x1dcdc8(0x20a)!==_0x16f63e[_0x1dcdc8(0x21e)]?.['id']?_0x16f63e[_0x1dcdc8(0x21e)][_0x1dcdc8(0x206)]+':\x20'+_0x16f63e[_0x1dcdc8(0x1f4)]:_0x16f63e[_0x1dcdc8(0x1f4)];}async[_0x19b2c0(0x1f9)](_0x162c18){const _0x339ff1=_0x19b2c0,_0x3e0a43=this[_0x339ff1(0x216)][_0x339ff1(0x213)][_0x339ff1(0x21b)](_0x339ff1(0x1eb)),_0x37518b=_0x162c18[_0x339ff1(0x211)]?{'userMessage':_0x162c18[_0x339ff1(0x211)],'model':_0x162c18[_0x339ff1(0x1f2)]}:{'actionName':_0x162c18[_0x339ff1(0x1f5)]||_0x162c18['id'],'args':_0x162c18[_0x339ff1(0x201)]},_0x1b4f9f=this[_0x339ff1(0x218)](_0x162c18);await _0x3e0a43[_0x339ff1(0x20d)](_0x37518b,_0x1b4f9f,_0x162c18[_0x339ff1(0x1f3)]);}async[_0x19b2c0(0x21c)](_0x1b2b44){const _0x3a6487=_0x19b2c0;console[_0x3a6487(0x1f6)](_0x3a6487(0x1fa),_0x1b2b44);}}
23
+ const _0x111e86=_0x4634;(function(_0x2f53b0,_0x3857ec){const _0x1fbf11=_0x4634,_0x56bf51=_0x2f53b0();while(!![]){try{const _0x4ffdaf=-parseInt(_0x1fbf11(0xb4))/0x1+-parseInt(_0x1fbf11(0xb2))/0x2*(-parseInt(_0x1fbf11(0xb9))/0x3)+parseInt(_0x1fbf11(0xd6))/0x4*(parseInt(_0x1fbf11(0xa7))/0x5)+-parseInt(_0x1fbf11(0xc0))/0x6+parseInt(_0x1fbf11(0xc1))/0x7+parseInt(_0x1fbf11(0xb0))/0x8+-parseInt(_0x1fbf11(0xdd))/0x9;if(_0x4ffdaf===_0x3857ec)break;else _0x56bf51['push'](_0x56bf51['shift']());}catch(_0x1fbc14){_0x56bf51['push'](_0x56bf51['shift']());}}}(_0x5a92,0xb70f5));import{Command as _0xf11e62}from'ckeditor5/src/core.js';import{CKEditorError as _0x41b959,first as _0x3af436}from'ckeditor5/src/utils.js';import{AIQuickActionType as _0x4523b8}from'./aiquickactionsui.js';import{getTranslation as _0x21f626}from'../aicore/utils/common-translations.js';function _0x4634(_0x2a67b2,_0xce9543){const _0x5a92e4=_0x5a92();return _0x4634=function(_0x463425,_0x461a41){_0x463425=_0x463425-0xa3;let _0x4e8dc2=_0x5a92e4[_0x463425];return _0x4e8dc2;},_0x4634(_0x2a67b2,_0xce9543);}function _0x5a92(){const _0x4a52ef=['AIChat','editor','execute','other','4045NGibnZ','sendMessage','ai-quick-actions-plugin-not-found','actionName','activateTab','getSelectedBlocks','AIChatController','AIReviewMode','executeAction','11898856alJFUb','type','65242FIZxFX','ask-ai','1189750rLMeMf','AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','get','prompt','args','132isXFPK','label','view','CHAT','ACTION','removeSelectionFromChatContext','handleAIReviewAction','6044142yvSPyh','863366ndCNvI','setSelection','plugins','AIActions','REVIEW','parent','addSelectionToChatContext','startConversation','AITabs','selection','schema','focusPromptInput','_handleAIActionsAction','icon','displayedPrompt','document','change','log','isCollapsed','_handleAIChatAction','getLimitElement','2696Gtsdrn','_handleAIReviewAction','model','chat','_handleAIActionsActionLabel','_expandSelectionIfCollapsed','locale','5799285GVOaKx','has'];_0x5a92=function(){return _0x4a52ef;};return _0x5a92();}export class AIQuickActionsCommand extends _0xf11e62{[_0x111e86(0xa5)](_0x51df93){const _0x54ad3d=_0x111e86;switch(this[_0x54ad3d(0xdb)](),_0x51df93[_0x54ad3d(0xb1)]){case _0x4523b8[_0x54ad3d(0xbc)]:if(!this[_0x54ad3d(0xa4)][_0x54ad3d(0xc3)][_0x54ad3d(0xde)](_0x54ad3d(0xa3))){const _0x54f08b=_0x21f626(this[_0x54ad3d(0xa4)][_0x54ad3d(0xdc)],_0x54ad3d(0xb5),_0x54ad3d(0xa3));throw new _0x41b959(_0x54ad3d(0xa9),this[_0x54ad3d(0xa4)],{'errorMessage':_0x54f08b});}this[_0x54ad3d(0xd4)](_0x51df93);break;case _0x4523b8[_0x54ad3d(0xbd)]:if(!this[_0x54ad3d(0xa4)][_0x54ad3d(0xc3)][_0x54ad3d(0xde)](_0x54ad3d(0xc4))){const _0x2ce7f3=_0x21f626(this[_0x54ad3d(0xa4)][_0x54ad3d(0xdc)],_0x54ad3d(0xb5),_0x54ad3d(0xc4));throw new _0x41b959(_0x54ad3d(0xa9),this[_0x54ad3d(0xa4)],{'errorMessage':_0x2ce7f3});}this[_0x54ad3d(0xcd)](_0x51df93);break;case _0x4523b8[_0x54ad3d(0xc5)]:if(!this[_0x54ad3d(0xa4)][_0x54ad3d(0xc3)][_0x54ad3d(0xde)](_0x54ad3d(0xae))){const _0x443aa5=_0x21f626(this[_0x54ad3d(0xa4)][_0x54ad3d(0xdc)],_0x54ad3d(0xb5),_0x54ad3d(0xae));throw new _0x41b959(_0x54ad3d(0xa9),this[_0x54ad3d(0xa4)],{'errorMessage':_0x443aa5});}this[_0x54ad3d(0xd7)](_0x51df93);}}async[_0x111e86(0xd4)](_0x2bdd4e){const _0x44de83=_0x111e86,_0x43de21=this[_0x44de83(0xa4)][_0x44de83(0xc3)][_0x44de83(0xb6)](_0x44de83(0xa3)),_0x298b7c=this[_0x44de83(0xa4)][_0x44de83(0xc3)][_0x44de83(0xb6)](_0x44de83(0xad));if(this[_0x44de83(0xa4)][_0x44de83(0xc3)][_0x44de83(0xb6)](_0x44de83(0xc9))[_0x44de83(0xbb)][_0x44de83(0xab)](_0x44de83(0xd9)),_0x44de83(0xb3)===_0x2bdd4e['id'])_0x298b7c[_0x44de83(0xbe)](),await _0x43de21[_0x44de83(0xc7)](),_0x43de21[_0x44de83(0xcc)]();else await _0x43de21[_0x44de83(0xc8)](),_0x298b7c[_0x44de83(0xbe)](),await _0x43de21[_0x44de83(0xc7)](),_0x43de21[_0x44de83(0xcc)](),await _0x43de21[_0x44de83(0xa8)]({'message':_0x2bdd4e[_0x44de83(0xb7)]||_0x2bdd4e[_0x44de83(0xcf)],'quickActionData':{'id':_0x2bdd4e['id'],'displayedPrompt':_0x2bdd4e[_0x44de83(0xcf)]}});}[_0x111e86(0xdb)](){const _0x376fe1=_0x111e86,_0x2e47d9=this[_0x376fe1(0xa4)],_0x581896=_0x2e47d9[_0x376fe1(0xd8)][_0x376fe1(0xd0)][_0x376fe1(0xca)];if(!_0x581896[_0x376fe1(0xd3)])return;const _0x455df8=_0x3af436(_0x581896[_0x376fe1(0xac)]())||_0x2e47d9[_0x376fe1(0xd8)][_0x376fe1(0xcb)][_0x376fe1(0xd5)](_0x581896);_0x2e47d9[_0x376fe1(0xd8)][_0x376fe1(0xd1)](_0x5df030=>{const _0x474bf7=_0x376fe1;_0x5df030[_0x474bf7(0xc2)](_0x455df8,'in');});}[_0x111e86(0xda)](_0x3a0c6f){const _0x37f615=_0x111e86;return _0x3a0c6f[_0x37f615(0xc6)]?.[_0x37f615(0xba)]&&_0x37f615(0xa6)!==_0x3a0c6f[_0x37f615(0xc6)]?.['id']?_0x3a0c6f[_0x37f615(0xc6)][_0x37f615(0xba)]+':\x20'+_0x3a0c6f[_0x37f615(0xcf)]:_0x3a0c6f[_0x37f615(0xcf)];}async[_0x111e86(0xcd)](_0x51d4b8){const _0x5ac309=_0x111e86,_0x543494=this[_0x5ac309(0xa4)][_0x5ac309(0xc3)][_0x5ac309(0xb6)](_0x5ac309(0xc4)),_0x3d9fb4=_0x51d4b8[_0x5ac309(0xb7)]?{'userMessage':_0x51d4b8[_0x5ac309(0xb7)],'model':_0x51d4b8[_0x5ac309(0xd8)]}:{'actionName':_0x51d4b8[_0x5ac309(0xaa)]||_0x51d4b8['id'],'args':_0x51d4b8[_0x5ac309(0xb8)]},_0x428599=this[_0x5ac309(0xda)](_0x51d4b8);await _0x543494[_0x5ac309(0xaf)](_0x3d9fb4,_0x428599,_0x51d4b8[_0x5ac309(0xce)]);}async[_0x111e86(0xd7)](_0x513d87){const _0x42a833=_0x111e86;console[_0x42a833(0xd2)](_0x42a833(0xbf),_0x513d87);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x229d56=_0x382c;function _0x382c(_0x39dfab,_0x2bee4c){const _0x139d24=_0x139d();return _0x382c=function(_0x382cbf,_0x14e841){_0x382cbf=_0x382cbf-0xfa;let _0x52e97a=_0x139d24[_0x382cbf];return _0x52e97a;},_0x382c(_0x39dfab,_0x2bee4c);}(function(_0x395917,_0x2aa42f){const _0x14cc53=_0x382c,_0x632f42=_0x395917();while(!![]){try{const _0x2c1b6f=-parseInt(_0x14cc53(0x112))/0x1*(-parseInt(_0x14cc53(0xfe))/0x2)+parseInt(_0x14cc53(0x105))/0x3*(-parseInt(_0x14cc53(0x10e))/0x4)+parseInt(_0x14cc53(0x106))/0x5*(parseInt(_0x14cc53(0x10b))/0x6)+-parseInt(_0x14cc53(0xfc))/0x7+-parseInt(_0x14cc53(0x113))/0x8*(parseInt(_0x14cc53(0x111))/0x9)+parseInt(_0x14cc53(0xfd))/0xa+parseInt(_0x14cc53(0x108))/0xb;if(_0x2c1b6f===_0x2aa42f)break;else _0x632f42['push'](_0x632f42['shift']());}catch(_0xa8d7eb){_0x632f42['push'](_0x632f42['shift']());}}}(_0x139d,0x54aa5));import{Plugin as _0x21a104}from'ckeditor5/src/core.js';import{AIQuickActionsCommand as _0x55df31}from'./aiquickactionscommand.js';function _0x139d(){const _0x498438=['editor','isOfficialPlugin','removeSelectionFromChatContext','model','3141691YyjSxg','5661730YCWitn','316XyOAqE','change:range','get','has','plugins','selection','AIChat','141QeEddz','634285GwOJsT','AIQuickActionsEditing','1726461GuNSAY','add','document','18AJmpKz','directChange','aiQuickAction','23020rPKEXy','pluginName','isPremiumPlugin','2007UromzD','1673kEUHmu','10832IdubJT','init','commands'];_0x139d=function(){return _0x498438;};return _0x139d();}export class AIQuickActionsEditing extends _0x21a104{static get[_0x229d56(0x10f)](){const _0x28fec2=_0x229d56;return _0x28fec2(0x107);}static get[_0x229d56(0x117)](){return!0x0;}static get[_0x229d56(0x110)](){return!0x0;}[_0x229d56(0x114)](){const _0x3a6d43=_0x229d56,_0x27a637=this[_0x3a6d43(0x116)],_0x2fae77=new _0x55df31(this[_0x3a6d43(0x116)]);if(_0x27a637[_0x3a6d43(0x115)][_0x3a6d43(0x109)](_0x3a6d43(0x10d),_0x2fae77),_0x27a637[_0x3a6d43(0x102)][_0x3a6d43(0x101)](_0x3a6d43(0x104))){const _0x51c10d=this[_0x3a6d43(0x116)][_0x3a6d43(0x102)][_0x3a6d43(0x100)](_0x3a6d43(0x104));_0x27a637[_0x3a6d43(0xfb)][_0x3a6d43(0x10a)][_0x3a6d43(0x103)]['on'](_0x3a6d43(0xff),(_0x30faf2,_0x28bd3b)=>{const _0x1d770e=_0x3a6d43;_0x28bd3b[_0x1d770e(0x10c)]&&_0x51c10d[_0x1d770e(0xfa)]();});}}}
23
+ function _0x877a(){const _0x758bcf=['add','5934mVIXPi','AIQuickActionsEditing','pluginName','directChange','aiQuickAction','85LQCRZm','change:range','AIChat','64076VuJUbF','plugins','get','model','editor','1029432rpXbwQ','515864mubDRH','selection','document','1913728jMIyTz','1200514hlWvtR','init','11996361xzfcVj','isOfficialPlugin','has','commands','40vxhZGw','isPremiumPlugin','removeSelectionFromChatContext'];_0x877a=function(){return _0x758bcf;};return _0x877a();}const _0x68800=_0x72d0;function _0x72d0(_0x1b4131,_0x4781db){const _0x877a45=_0x877a();return _0x72d0=function(_0x72d0f1,_0x3712de){_0x72d0f1=_0x72d0f1-0x135;let _0x223115=_0x877a45[_0x72d0f1];return _0x223115;},_0x72d0(_0x1b4131,_0x4781db);}(function(_0x2b04b5,_0x26fa02){const _0x54c3f2=_0x72d0,_0x99dcb2=_0x2b04b5();while(!![]){try{const _0x2656ef=-parseInt(_0x54c3f2(0x146))/0x1+parseInt(_0x54c3f2(0x150))/0x2*(-parseInt(_0x54c3f2(0x138))/0x3)+parseInt(_0x54c3f2(0x140))/0x4*(-parseInt(_0x54c3f2(0x13d))/0x5)+parseInt(_0x54c3f2(0x145))/0x6+-parseInt(_0x54c3f2(0x14a))/0x7+-parseInt(_0x54c3f2(0x149))/0x8+parseInt(_0x54c3f2(0x14c))/0x9;if(_0x2656ef===_0x26fa02)break;else _0x99dcb2['push'](_0x99dcb2['shift']());}catch(_0xe325d7){_0x99dcb2['push'](_0x99dcb2['shift']());}}}(_0x877a,0x40f34));import{Plugin as _0xbdf5cf}from'ckeditor5/src/core.js';import{AIQuickActionsCommand as _0x103753}from'./aiquickactionscommand.js';export class AIQuickActionsEditing extends _0xbdf5cf{static get[_0x68800(0x13a)](){const _0x2af75d=_0x68800;return _0x2af75d(0x139);}static get[_0x68800(0x14d)](){return!0x0;}static get[_0x68800(0x135)](){return!0x0;}[_0x68800(0x14b)](){const _0x522b6a=_0x68800,_0x3e3420=this[_0x522b6a(0x144)],_0x1946ed=new _0x103753(this[_0x522b6a(0x144)]);if(_0x3e3420[_0x522b6a(0x14f)][_0x522b6a(0x137)](_0x522b6a(0x13c),_0x1946ed),_0x3e3420[_0x522b6a(0x141)][_0x522b6a(0x14e)](_0x522b6a(0x13f))){const _0x48832c=this[_0x522b6a(0x144)][_0x522b6a(0x141)][_0x522b6a(0x142)](_0x522b6a(0x13f));_0x3e3420[_0x522b6a(0x143)][_0x522b6a(0x148)][_0x522b6a(0x147)]['on'](_0x522b6a(0x13e),(_0x3808fa,_0x4a15fb)=>{const _0x498289=_0x522b6a;_0x4a15fb[_0x498289(0x13b)]&&_0x48832c[_0x498289(0x136)]();});}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2e4b66=_0x20c7;(function(_0xc15f10,_0x5c17aa){const _0xa8bd1a=_0x20c7,_0x23600b=_0xc15f10();while(!![]){try{const _0xc9f0fa=parseInt(_0xa8bd1a(0x1a0))/0x1+-parseInt(_0xa8bd1a(0x1df))/0x2+-parseInt(_0xa8bd1a(0x1bf))/0x3+-parseInt(_0xa8bd1a(0x19e))/0x4*(parseInt(_0xa8bd1a(0x17c))/0x5)+parseInt(_0xa8bd1a(0x196))/0x6+parseInt(_0xa8bd1a(0x1b7))/0x7*(-parseInt(_0xa8bd1a(0x1d5))/0x8)+-parseInt(_0xa8bd1a(0x1fd))/0x9*(-parseInt(_0xa8bd1a(0x211))/0xa);if(_0xc9f0fa===_0x5c17aa)break;else _0x23600b['push'](_0x23600b['shift']());}catch(_0x12d4b5){_0x23600b['push'](_0x23600b['shift']());}}}(_0x1876,0xa30fe));import{IconAIAdjustLength as _0x56f929,IconAIChangeTone as _0x410ce2,IconAIChatCommands as _0x22af37,IconAIContinueWriting as _0x37bd11,IconAIGrammarCheck as _0x4eda30,IconAIImproveWriting as _0x3f1473,IconAIOther as _0x3cf1fb,IconAIQuickActions as _0x3ca263,IconAITranslate as _0x2f9e7e}from'@ckeditor/ckeditor5-icons';import{Plugin as _0x519353}from'ckeditor5/src/core.js';import{getTranslation as _0x5861f}from'../aicore/utils/common-translations.js';import{aiQuickActionsDropdownCreator as _0x32ab89}from'./ui/aiquickactionsdropdowncreator.js';function _0x1876(){const _0x31e17b=['AIReviewMode','delegate','panelView','requires','russian','<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>','spanish','_prepareQuickActionsDefinition','make-shorter','_shouldIncludeAction','commands','italian','AI_QUICK_ACTIONS_TRANSLATE','make-longer','make-tone-confident','values','french','AI_QUICK_ACTIONS_TRANSLATE_SPANISH','1310274qiZLFo','japanese','make-tone-friendly','AI_QUICK_ACTIONS_MORE_CONFIDENT','init','aiQuickActions','translate-to-italian','plugins','1203492agKdpt','type','CHAT','forEach','_quickActionsDefinition','translate-to-portuguese','make-tone-direct','label','DisplayNames','translate-to-spanish','editing','change-tone','menuitem','length','translate-to-chinese','translate-to-korean','language','componentFactory','AI_QUICK_ACTIONS_EXPLAIN','menuBar:aiQuickActions','ai.quickActions.removeCommands','improve-writing','8XaditT','menu','pluginName','AIQuickActionsUI','translate-to-english','AI_QUICK_ACTIONS_TRANSLATE_FRENCH','_executeQuickAction','isPremiumPlugin','menuBarView','_initializeQuickActionsMenuBar','1219718MAUIYI','aiQuickAction','make-tone-professional','AI_QUICK_ACTIONS_MORE_PROFESSIONAL','ai.quickActions.extraCommands','add','some','config','replace','chinese','AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN','filter','execute','translate','AI_QUICK_ACTIONS_CHANGE_TONE','adjust-length','has','AI_QUICK_ACTIONS_OTHER','REVIEW','AI_QUICK_ACTIONS_CONTINUE_WRITING','AIChat','fix-grammar','items','_initializeQuickActionsComponents','AI_QUICK_ACTIONS_TRANSLATE_KOREAN','isOfficialPlugin','german','korean','AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING','find','9vWXKaf','English','_initializeQuickActionsComponentsAndCommands','chat-commands','actions','view','AI_QUICK_ACTIONS_TRANSLATE_ITALIAN','AI_QUICK_ACTIONS_HEADING','AI_QUICK_ACTIONS_TRANSLATE_GERMAN','children','AI_QUICK_ACTIONS_CHAT_COMMANDS','displayedPrompt','AI_QUICK_ACTIONS_ADJUST_LENGTH','<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>','map','locale','icon','_initializeQuickActionsDropdown','focus','portuguese','21319580bqBLEj','buttonView','AI_QUICK_ACTIONS_TRANSLATE_JAPANESE','35aBQUgH','english','AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS','translate-to-german','AI_QUICK_ACTIONS_MORE_CASUAL','translate-to-russian','summarize','AIActions','push','other','includes','AI_QUICK_ACTIONS_MAKE_LONGER','translate-to-japanese','set','ask-ai','_getDefaultAndCustomActions','getDefaultQuickActions','AI_QUICK_ACTIONS_ASK_AI','make-tone-casual','editor','explain','continue','close','AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE','AI_QUICK_ACTIONS_MORE_FRIENDLY','AI_QUICK_ACTIONS_TRANSLATE_CHINESE','3656808OltAGG','AI_QUICK_ACTIONS_TRANSLATE_ENGLISH','get','AI_QUICK_ACTIONS_IMPROVE_WRITING','AI_QUICK_ACTIONS_MORE_DIRECT','<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_SUMMARIZE','uiLanguage','517672IlmozC','attachToDom','30607aoyjqE','AI_QUICK_ACTIONS_MAKE_SHORTER','ACTION','translate-to-french','highlight-key-points'];_0x1876=function(){return _0x31e17b;};return _0x1876();}import{aiQuickActionsButtonCreator as _0x47a01c}from'./ui/aiquickactionsbuttoncreator.js';import{BodyCollection as _0x53682e,BalloonToolbar as _0x5cc0dc,MenuBarMenuView as _0x2d4ab2,MenuBarMenuListView as _0x3d6a1b,MenuBarMenuListItemView as _0x23f6aa,MenuBarMenuListItemButtonView as _0x22f7a0}from'ckeditor5/src/ui.js';import'../../theme/aiquickactions/aiquickactions.css';const Ft=_0x2e4b66(0x19b),Wt=_0x2e4b66(0x1aa),Bt=_0x2e4b66(0x20a);export var AIQuickActionType;function _0x20c7(_0x404885,_0x13017b){const _0x18762f=_0x1876();return _0x20c7=function(_0x20c76a,_0x2d753a){_0x20c76a=_0x20c76a-0x17c;let _0xe4eabc=_0x18762f[_0x20c76a];return _0xe4eabc;},_0x20c7(_0x404885,_0x13017b);}!function(_0xfdaaca){const _0xca27aa=_0x2e4b66;_0xfdaaca[_0xca27aa(0x1c1)]=_0xca27aa(0x1c1),_0xfdaaca[_0xca27aa(0x1a2)]=_0xca27aa(0x1a2),_0xfdaaca[_0xca27aa(0x1f1)]=_0xca27aa(0x1f1);}(AIQuickActionType||(AIQuickActionType={}));export var AIQuickActionTypeToPluginName;!function(_0x56633c){const _0x194bba=_0x2e4b66;_0x56633c[_0x194bba(0x1c1)]=_0x194bba(0x1f3),_0x56633c[_0x194bba(0x1a2)]=_0x194bba(0x183),_0x56633c[_0x194bba(0x1f1)]=_0x194bba(0x1a5);}(AIQuickActionTypeToPluginName||(AIQuickActionTypeToPluginName={}));export class AIQuickActionsUI extends _0x519353{static get[_0x2e4b66(0x1a8)](){return[_0x5cc0dc];}static get[_0x2e4b66(0x1d7)](){const _0x1f1add=_0x2e4b66;return _0x1f1add(0x1d8);}static get[_0x2e4b66(0x1f8)](){return!0x0;}static get[_0x2e4b66(0x1dc)](){return!0x0;}[_0x2e4b66(0x1bb)](){const _0x5f2b31=_0x2e4b66;this[_0x5f2b31(0x1ac)](this[_0x5f2b31(0x18b)]()),this[_0x5f2b31(0x1ff)]();}static[_0x2e4b66(0x18c)](_0x252dfd){return function(_0x5396b2){const _0x2ef576=_0x20c7,_0x554069=new Intl[(_0x2ef576(0x1c7))](['en'],{'type':_0x2ef576(0x1cf)})['of'](_0x5396b2[_0x2ef576(0x19d)]),_0x5d5c4b=_0x554069||_0x2ef576(0x1fe),_0x2e3cdf=[{'id':_0x2ef576(0x18a),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x18d)),'type':AIQuickActionType[_0x2ef576(0x1c1)],'icon':_0x22af37},{'id':_0x2ef576(0x200),'label':_0x5861f(_0x5396b2,_0x2ef576(0x207)),'icon':_0x22af37,'actions':[{'id':_0x2ef576(0x190),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x1d1)),'prompt':Ft[_0x2ef576(0x1e7)]('%0',_0x5d5c4b),'type':AIQuickActionType[_0x2ef576(0x1c1)]},{'id':_0x2ef576(0x182),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x19c)),'prompt':Wt[_0x2ef576(0x1e7)]('%0',_0x5d5c4b),'type':AIQuickActionType[_0x2ef576(0x1c1)]},{'id':_0x2ef576(0x1a4),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x17e)),'prompt':Bt[_0x2ef576(0x1e7)]('%0',_0x5d5c4b),'type':AIQuickActionType[_0x2ef576(0x1c1)]}]},{'id':_0x2ef576(0x1d4),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x199)),'type':AIQuickActionType[_0x2ef576(0x1a2)],'icon':_0x3f1473},{'id':_0x2ef576(0x191),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x1f2)),'type':AIQuickActionType[_0x2ef576(0x1a2)],'icon':_0x37bd11},{'id':_0x2ef576(0x1f4),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x1fb)),'type':AIQuickActionType[_0x2ef576(0x1a2)],'icon':_0x4eda30},{'id':_0x2ef576(0x1ee),'label':_0x5861f(_0x5396b2,_0x2ef576(0x209)),'icon':_0x56f929,'actions':[{'id':_0x2ef576(0x1ad),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x1a1)),'type':AIQuickActionType[_0x2ef576(0x1a2)]},{'id':_0x2ef576(0x1b2),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x187)),'type':AIQuickActionType[_0x2ef576(0x1a2)]}]},{'id':_0x2ef576(0x1ca),'label':_0x5861f(_0x5396b2,_0x2ef576(0x1ed)),'icon':_0x410ce2,'actions':[{'id':_0x2ef576(0x18e),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x180)),'type':AIQuickActionType[_0x2ef576(0x1a2)]},{'id':_0x2ef576(0x1c5),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x19a)),'type':AIQuickActionType[_0x2ef576(0x1a2)]},{'id':_0x2ef576(0x1b9),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x194)),'type':AIQuickActionType[_0x2ef576(0x1a2)]},{'id':_0x2ef576(0x1b3),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x1ba)),'type':AIQuickActionType[_0x2ef576(0x1a2)]},{'id':_0x2ef576(0x1e1),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x1e2)),'type':AIQuickActionType[_0x2ef576(0x1a2)]}]},{'id':_0x2ef576(0x1ec),'label':_0x5861f(_0x5396b2,_0x2ef576(0x1b1)),'icon':_0x2f9e7e,'actions':[{'id':_0x2ef576(0x1d9),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x197)),'type':AIQuickActionType[_0x2ef576(0x1a2)],'actionName':_0x2ef576(0x1ec),'args':{'language':_0x2ef576(0x17d)}},{'id':_0x2ef576(0x1cd),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x195)),'type':AIQuickActionType[_0x2ef576(0x1a2)],'actionName':_0x2ef576(0x1ec),'args':{'language':_0x2ef576(0x1e8)}},{'id':_0x2ef576(0x1c8),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x1b6)),'type':AIQuickActionType[_0x2ef576(0x1a2)],'actionName':_0x2ef576(0x1ec),'args':{'language':_0x2ef576(0x1ab)}},{'id':_0x2ef576(0x17f),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x205)),'type':AIQuickActionType[_0x2ef576(0x1a2)],'actionName':_0x2ef576(0x1ec),'args':{'language':_0x2ef576(0x1f9)}},{'id':_0x2ef576(0x1a3),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x1da)),'type':AIQuickActionType[_0x2ef576(0x1a2)],'actionName':_0x2ef576(0x1ec),'args':{'language':_0x2ef576(0x1b5)}},{'id':_0x2ef576(0x188),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x213)),'type':AIQuickActionType[_0x2ef576(0x1a2)],'actionName':_0x2ef576(0x1ec),'args':{'language':_0x2ef576(0x1b8)}},{'id':_0x2ef576(0x1c4),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x193)),'type':AIQuickActionType[_0x2ef576(0x1a2)],'actionName':_0x2ef576(0x1ec),'args':{'language':_0x2ef576(0x210)}},{'id':_0x2ef576(0x1ce),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x1f7)),'type':AIQuickActionType[_0x2ef576(0x1a2)],'actionName':_0x2ef576(0x1ec),'args':{'language':_0x2ef576(0x1fa)}},{'id':_0x2ef576(0x1bd),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x203)),'type':AIQuickActionType[_0x2ef576(0x1a2)],'actionName':_0x2ef576(0x1ec),'args':{'language':_0x2ef576(0x1b0)}},{'id':_0x2ef576(0x181),'displayedPrompt':_0x5861f(_0x5396b2,_0x2ef576(0x1e9)),'type':AIQuickActionType[_0x2ef576(0x1a2)],'actionName':_0x2ef576(0x1ec),'args':{'language':_0x2ef576(0x1a9)}}]},{'id':_0x2ef576(0x185),'label':_0x5861f(_0x5396b2,_0x2ef576(0x1f0)),'icon':_0x3cf1fb,'actions':[]}];return _0x2e3cdf;}(_0x252dfd);}[_0x2e4b66(0x18b)](){const _0x823dc5=_0x2e4b66,_0xcf9bd5=AIQuickActionsUI[_0x823dc5(0x18c)](this[_0x823dc5(0x18f)][_0x823dc5(0x20c)]),_0x22a71d=(this[_0x823dc5(0x18f)][_0x823dc5(0x1e6)][_0x823dc5(0x198)](_0x823dc5(0x1e3))||[])[_0x823dc5(0x20b)](_0x3baaf9=>({..._0x3baaf9,'icon':void 0x0}));return _0xcf9bd5[_0x823dc5(0x1fc)](_0x586e97=>_0x823dc5(0x185)===_0x586e97['id'])[_0x823dc5(0x201)][_0x823dc5(0x184)](..._0x22a71d),_0xcf9bd5;}[_0x2e4b66(0x1ff)](){const _0x160c11=_0x2e4b66,_0x2306a1=new _0x53682e(this[_0x160c11(0x18f)][_0x160c11(0x20c)]);_0x2306a1[_0x160c11(0x19f)](),this[_0x160c11(0x20e)](_0x2306a1),this[_0x160c11(0x1de)](),this[_0x160c11(0x1f6)](_0x2306a1);}[_0x2e4b66(0x20e)](_0x28ab3b){const _0xef3870=_0x2e4b66;this[_0xef3870(0x18f)]['ui'][_0xef3870(0x1d0)][_0xef3870(0x1e4)](_0xef3870(0x1bc),_0x32ab89(this[_0xef3870(0x18f)],this[_0xef3870(0x1c3)],{'icon':_0x3ca263,'label':_0x5861f(this[_0xef3870(0x18f)][_0xef3870(0x20c)],_0xef3870(0x204))},_0x28ab3b));}[_0x2e4b66(0x1ac)](_0x8b1a09){const _0x39747e=_0x2e4b66;this[_0x39747e(0x1c3)]=_0x8b1a09[_0x39747e(0x20b)](_0x3d1890=>{const _0xed6b4b=_0x39747e;if(_0xed6b4b(0x201)in _0x3d1890){const _0xdbc4f8=_0x3d1890;return{..._0xdbc4f8,'actions':_0xdbc4f8[_0xed6b4b(0x201)][_0xed6b4b(0x20b)](_0x14f5d9=>{const {actions:_0x235bec,..._0x15a6b1}=_0xdbc4f8;return{..._0x14f5d9,'parent':_0x15a6b1};})[_0xed6b4b(0x1ea)](_0x5b63ec=>this[_0xed6b4b(0x1ae)](_0x5b63ec))};}return _0x3d1890;})[_0x39747e(0x1ea)](_0x1e7061=>_0x39747e(0x201)in _0x1e7061?_0x1e7061[_0x39747e(0x201)][_0x39747e(0x1cc)]>0x0:this[_0x39747e(0x1ae)](_0x1e7061));}[_0x2e4b66(0x1ae)](_0x577975){const _0x37d2b5=_0x2e4b66,_0x445251=this[_0x37d2b5(0x18f)][_0x37d2b5(0x1e6)][_0x37d2b5(0x198)](_0x37d2b5(0x1d3))||[];return this[_0x37d2b5(0x18f)][_0x37d2b5(0x1be)][_0x37d2b5(0x1ef)](AIQuickActionTypeToPluginName[_0x577975[_0x37d2b5(0x1c0)]])&&!_0x445251[_0x37d2b5(0x186)](_0x577975['id']);}[_0x2e4b66(0x1f6)](_0x2ff3ad){const _0x34ecf3=_0x2e4b66;this[_0x34ecf3(0x1c3)][_0x34ecf3(0x1c2)](_0x2403fb=>{const _0x41e2c4=_0x34ecf3;if(_0x41e2c4(0x201)in _0x2403fb){const _0x21fb04=_0x32ab89(this[_0x41e2c4(0x18f)],_0x2403fb[_0x41e2c4(0x201)],_0x2403fb,_0x2ff3ad);this[_0x41e2c4(0x18f)]['ui'][_0x41e2c4(0x1d0)][_0x41e2c4(0x1e4)](_0x2403fb['id'],_0x21fb04),_0x2403fb[_0x41e2c4(0x201)][_0x41e2c4(0x1c2)](_0x17835b=>{const _0xd0a8eb=_0x41e2c4,_0x29595f=_0x47a01c(this[_0xd0a8eb(0x18f)],_0x17835b);this[_0xd0a8eb(0x18f)]['ui'][_0xd0a8eb(0x1d0)][_0xd0a8eb(0x1e4)](_0x17835b['id'],_0x29595f);});}else{const _0x3280f8=_0x47a01c(this[_0x41e2c4(0x18f)],_0x2403fb,!0x1,!0x0,!0x1);this[_0x41e2c4(0x18f)]['ui'][_0x41e2c4(0x1d0)][_0x41e2c4(0x1e4)](_0x2403fb['id'],_0x3280f8);}});}[_0x2e4b66(0x1de)](){const _0xc2aa68=_0x2e4b66;this[_0xc2aa68(0x18f)]['ui'][_0xc2aa68(0x1d0)][_0xc2aa68(0x1e4)](_0xc2aa68(0x1d2),_0x579449=>{const _0x32a105=_0xc2aa68,_0x500b1b=new _0x2d4ab2(_0x579449),_0x3bde1c=_0x5861f(_0x579449,_0x32a105(0x204));_0x500b1b[_0x32a105(0x212)][_0x32a105(0x189)]({'label':_0x3bde1c,'icon':_0x3ca263});const _0x34a0b5=new _0x3d6a1b(_0x579449);_0x34a0b5[_0x32a105(0x189)]({'ariaLabel':_0x3bde1c,'role':_0x32a105(0x1d6)}),this[_0x32a105(0x1c3)][_0x32a105(0x1c2)](_0x196065=>{const _0x1b982b=_0x32a105;if(_0x1b982b(0x201)in _0x196065){const _0x2bac64=_0x196065,_0x1c1131=new _0x23f6aa(_0x579449,_0x500b1b),_0x11d5d3=new _0x2d4ab2(_0x579449),_0x22f386=new _0x3d6a1b(_0x579449);_0x11d5d3[_0x1b982b(0x212)][_0x1b982b(0x189)]({'label':_0x2bac64[_0x1b982b(0x1c6)],'icon':_0x2bac64[_0x1b982b(0x20d)]}),_0x2bac64[_0x1b982b(0x201)][_0x1b982b(0x1c2)](_0x446892=>{const _0x2671cb=_0x1b982b,_0x45adc1=new _0x23f6aa(_0x579449,_0x11d5d3),_0x47517a=new _0x22f7a0(_0x579449);_0x47517a[_0x2671cb(0x189)]({'label':_0x446892[_0x2671cb(0x208)],'icon':_0x446892[_0x2671cb(0x20d)],'role':_0x2671cb(0x1cb)}),_0x47517a['on'](_0x2671cb(0x1eb),()=>{const _0x3429cd=_0x2671cb;this[_0x3429cd(0x1db)](_0x446892);}),_0x47517a[_0x2671cb(0x1a6)](_0x2671cb(0x1eb))['to'](_0x11d5d3),_0x45adc1[_0x2671cb(0x206)][_0x2671cb(0x1e4)](_0x47517a),_0x22f386[_0x2671cb(0x1f5)][_0x2671cb(0x1e4)](_0x45adc1);}),_0x11d5d3[_0x1b982b(0x1a7)][_0x1b982b(0x206)][_0x1b982b(0x1e4)](_0x22f386),_0x1c1131[_0x1b982b(0x206)][_0x1b982b(0x1e4)](_0x11d5d3),_0x34a0b5[_0x1b982b(0x1f5)][_0x1b982b(0x1e4)](_0x1c1131);}else{const _0x4bbee5=_0x196065,_0x592d3e=new _0x23f6aa(_0x579449,_0x500b1b),_0x49e59a=new _0x22f7a0(_0x579449);_0x49e59a[_0x1b982b(0x189)]({'label':_0x4bbee5[_0x1b982b(0x208)],'icon':_0x4bbee5[_0x1b982b(0x20d)],'role':_0x1b982b(0x1cb)}),_0x49e59a['on'](_0x1b982b(0x1eb),()=>{const _0x2a6ce5=_0x1b982b;this[_0x2a6ce5(0x1db)](_0x4bbee5);}),_0x49e59a[_0x1b982b(0x1a6)](_0x1b982b(0x1eb))['to'](_0x500b1b),_0x592d3e[_0x1b982b(0x206)][_0x1b982b(0x1e4)](_0x49e59a),_0x34a0b5[_0x1b982b(0x1f5)][_0x1b982b(0x1e4)](_0x592d3e);}});const _0x2aa5ec=Object[_0x32a105(0x1b4)](AIQuickActionTypeToPluginName)[_0x32a105(0x1e5)](_0x4cd53f=>this[_0x32a105(0x18f)][_0x32a105(0x1be)][_0x32a105(0x1ef)](_0x4cd53f));return _0x500b1b[_0x32a105(0x189)]({'isEnabled':_0x2aa5ec}),_0x500b1b[_0x32a105(0x1a7)][_0x32a105(0x206)][_0x32a105(0x1e4)](_0x34a0b5),_0x500b1b;});}[_0x2e4b66(0x1db)](_0x2ae319){const _0x485ab6=_0x2e4b66,_0x29ab50=this[_0x485ab6(0x18f)];_0x29ab50[_0x485ab6(0x1c9)][_0x485ab6(0x202)][_0x485ab6(0x20f)](),_0x29ab50[_0x485ab6(0x1af)][_0x485ab6(0x1eb)](_0x485ab6(0x1e0),_0x2ae319);const _0x25b58e=_0x29ab50['ui'][_0x485ab6(0x202)][_0x485ab6(0x1dd)];_0x25b58e&&_0x25b58e[_0x485ab6(0x192)]&&_0x25b58e[_0x485ab6(0x192)]();}}
23
+ const _0x5e877a=_0x27bd;(function(_0xb3f3fe,_0x1f6a3c){const _0x411c92=_0x27bd,_0x3f7e3f=_0xb3f3fe();while(!![]){try{const _0x12b24f=-parseInt(_0x411c92(0xcf))/0x1+-parseInt(_0x411c92(0xc8))/0x2*(parseInt(_0x411c92(0xb6))/0x3)+-parseInt(_0x411c92(0xfb))/0x4+parseInt(_0x411c92(0x93))/0x5+parseInt(_0x411c92(0xf7))/0x6*(-parseInt(_0x411c92(0xa1))/0x7)+-parseInt(_0x411c92(0xc6))/0x8*(parseInt(_0x411c92(0xd1))/0x9)+parseInt(_0x411c92(0x102))/0xa;if(_0x12b24f===_0x1f6a3c)break;else _0x3f7e3f['push'](_0x3f7e3f['shift']());}catch(_0xc73f1b){_0x3f7e3f['push'](_0x3f7e3f['shift']());}}}(_0x5e81,0x67251));function _0x27bd(_0x1ef7f6,_0x2e04c0){const _0x5e8157=_0x5e81();return _0x27bd=function(_0x27bd93,_0x34c4dd){_0x27bd93=_0x27bd93-0x8a;let _0x2425d8=_0x5e8157[_0x27bd93];return _0x2425d8;},_0x27bd(_0x1ef7f6,_0x2e04c0);}import{IconAIAdjustLength as _0x4a56a3,IconAIChangeTone as _0x57ce19,IconAIChatCommands as _0x1e5240,IconAIContinueWriting as _0x5b3275,IconAIGrammarCheck as _0x4ef6e3,IconAIImproveWriting as _0x51f3b0,IconAIOther as _0x35c3c8,IconAIQuickActions as _0x17c44f,IconAITranslate as _0x40f186}from'@ckeditor/ckeditor5-icons';function _0x5e81(){const _0x361dd4=['buttonView','AI_QUICK_ACTIONS_OTHER','chinese','english','find','AI_QUICK_ACTIONS_IMPROVE_WRITING','language','DisplayNames','_initializeQuickActionsComponents','menu','AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE','_quickActionsDefinition','russian','menuBar:aiQuickActions','korean','1702960lBXFbz','AI_QUICK_ACTIONS_TRANSLATE_ITALIAN','1186908UHbdkK','isOfficialPlugin','improve-writing','actions','translate-to-english','menuitem','add','149090HOoHYp','make-tone-friendly','9GTnXhW','ai.quickActions.extraCommands','AI_QUICK_ACTIONS_MORE_PROFESSIONAL','AI_QUICK_ACTIONS_CONTINUE_WRITING','ask-ai','AI_QUICK_ACTIONS_ADJUST_LENGTH','AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN','other','uiLanguage','CHAT','attachToDom','chat-commands','commands','AI_QUICK_ACTIONS_EXPLAIN','getDefaultQuickActions','AI_QUICK_ACTIONS_MORE_FRIENDLY','icon','filter','_getDefaultAndCustomActions','init','<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>','aiQuickActions','_prepareQuickActionsDefinition','forEach','has','delegate','AIReviewMode','AI_QUICK_ACTIONS_CHANGE_TONE','panelView','_initializeQuickActionsMenuBar','translate-to-korean','translate-to-japanese','pluginName','isPremiumPlugin','includes','AI_QUICK_ACTIONS_TRANSLATE_JAPANESE','AI_QUICK_ACTIONS_CHAT_COMMANDS','componentFactory','4495794OsktAm','AI_QUICK_ACTIONS_MORE_CONFIDENT','_shouldIncludeAction','label','1555988zeiqWB','spanish','AI_QUICK_ACTIONS_MAKE_SHORTER','change-tone','close','requires','AI_QUICK_ACTIONS_TRANSLATE_GERMAN','22670310SeVUly','editor','<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>','AI_QUICK_ACTIONS_HEADING','AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING','japanese','translate-to-german','AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS','children','ai.quickActions.removeCommands','map','AI_QUICK_ACTIONS_MORE_CASUAL','translate','aiQuickAction','view','_initializeQuickActionsComponentsAndCommands','translate-to-italian','AI_QUICK_ACTIONS_ASK_AI','make-tone-direct','push','AIChat','french','summarize','make-tone-casual','menuBarView','explain','adjust-length','AI_QUICK_ACTIONS_TRANSLATE_ENGLISH','make-longer','items','AI_QUICK_ACTIONS_TRANSLATE_KOREAN','AI_QUICK_ACTIONS_SUMMARIZE','execute','translate-to-russian','_executeQuickAction','german','translate-to-portuguese','italian','editing','AIQuickActionsUI','replace','1245800ABsywh','focus','ACTION','values','get','highlight-key-points','AI_QUICK_ACTIONS_MAKE_LONGER','AI_QUICK_ACTIONS_TRANSLATE_FRENCH','make-shorter','AI_QUICK_ACTIONS_TRANSLATE','<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>','make-tone-confident','continue','length','7lDntTi','portuguese','translate-to-french','AIActions','config','translate-to-chinese','locale','_initializeQuickActionsDropdown','translate-to-spanish','AI_QUICK_ACTIONS_MORE_DIRECT','some','displayedPrompt','plugins','set','make-tone-professional','type','AI_QUICK_ACTIONS_TRANSLATE_CHINESE','fix-grammar','English','REVIEW','AI_QUICK_ACTIONS_TRANSLATE_SPANISH','3VehRCK'];_0x5e81=function(){return _0x361dd4;};return _0x5e81();}import{Plugin as _0x39990b}from'ckeditor5/src/core.js';import{getTranslation as _0x160a5a}from'../aicore/utils/common-translations.js';import{aiQuickActionsDropdownCreator as _0x44662b}from'./ui/aiquickactionsdropdowncreator.js';import{aiQuickActionsButtonCreator as _0x5edf5b}from'./ui/aiquickactionsbuttoncreator.js';import{BodyCollection as _0x383cfd,BalloonToolbar as _0xbbc452,MenuBarMenuView as _0x438f2e,MenuBarMenuListView as _0x4da4dd,MenuBarMenuListItemView as _0x3a938c,MenuBarMenuListItemButtonView as _0x19fc9f}from'ckeditor5/src/ui.js';import'../../theme/aiquickactions/aiquickactions.css';const Mt=_0x5e877a(0x9d),Lt=_0x5e877a(0x104),Dt=_0x5e877a(0xe5);export var AIQuickActionType;!function(_0x225324){const _0x256b60=_0x5e877a;_0x225324[_0x256b60(0xda)]=_0x256b60(0xda),_0x225324[_0x256b60(0x95)]=_0x256b60(0x95),_0x225324[_0x256b60(0xb4)]=_0x256b60(0xb4);}(AIQuickActionType||(AIQuickActionType={}));export var AIQuickActionTypeToPluginName;!function(_0x1c3319){const _0x46fa22=_0x5e877a;_0x1c3319[_0x46fa22(0xda)]=_0x46fa22(0x116),_0x1c3319[_0x46fa22(0x95)]=_0x46fa22(0xa4),_0x1c3319[_0x46fa22(0xb4)]=_0x46fa22(0xeb);}(AIQuickActionTypeToPluginName||(AIQuickActionTypeToPluginName={}));export class AIQuickActionsUI extends _0x39990b{static get[_0x5e877a(0x100)](){return[_0xbbc452];}static get[_0x5e877a(0xf1)](){const _0x57d160=_0x5e877a;return _0x57d160(0x91);}static get[_0x5e877a(0xc9)](){return!0x0;}static get[_0x5e877a(0xf2)](){return!0x0;}[_0x5e877a(0xe4)](){const _0x3b54c6=_0x5e877a;this[_0x3b54c6(0xe7)](this[_0x3b54c6(0xe3)]()),this[_0x3b54c6(0x111)]();}static[_0x5e877a(0xdf)](_0x2eb10b){return function(_0x437efb){const _0xc9e370=_0x27bd,_0x5564af=new Intl[(_0xc9e370(0xbe))](['en'],{'type':_0xc9e370(0xbd)})['of'](_0x437efb[_0xc9e370(0xd9)]),_0x170e75=_0x5564af||_0xc9e370(0xb3),_0x384476=[{'id':_0xc9e370(0xd5),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0x113)),'type':AIQuickActionType[_0xc9e370(0xda)],'icon':_0x1e5240},{'id':_0xc9e370(0xdc),'label':_0x160a5a(_0x437efb,_0xc9e370(0xf5)),'icon':_0x1e5240,'actions':[{'id':_0xc9e370(0x11b),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0xde)),'prompt':Mt[_0xc9e370(0x92)]('%0',_0x170e75),'type':AIQuickActionType[_0xc9e370(0xda)]},{'id':_0xc9e370(0x118),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0x121)),'prompt':Lt[_0xc9e370(0x92)]('%0',_0x170e75),'type':AIQuickActionType[_0xc9e370(0xda)]},{'id':_0xc9e370(0x98),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0x109)),'prompt':Dt[_0xc9e370(0x92)]('%0',_0x170e75),'type':AIQuickActionType[_0xc9e370(0xda)]}]},{'id':_0xc9e370(0xca),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0xbc)),'type':AIQuickActionType[_0xc9e370(0x95)],'icon':_0x51f3b0},{'id':_0xc9e370(0x9f),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0xd4)),'type':AIQuickActionType[_0xc9e370(0x95)],'icon':_0x5b3275},{'id':_0xc9e370(0xb2),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0x106)),'type':AIQuickActionType[_0xc9e370(0x95)],'icon':_0x4ef6e3},{'id':_0xc9e370(0x11c),'label':_0x160a5a(_0x437efb,_0xc9e370(0xd6)),'icon':_0x4a56a3,'actions':[{'id':_0xc9e370(0x9b),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0xfd)),'type':AIQuickActionType[_0xc9e370(0x95)]},{'id':_0xc9e370(0x11e),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0x99)),'type':AIQuickActionType[_0xc9e370(0x95)]}]},{'id':_0xc9e370(0xfe),'label':_0x160a5a(_0x437efb,_0xc9e370(0xec)),'icon':_0x57ce19,'actions':[{'id':_0xc9e370(0x119),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0x10d)),'type':AIQuickActionType[_0xc9e370(0x95)]},{'id':_0xc9e370(0x114),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0xaa)),'type':AIQuickActionType[_0xc9e370(0x95)]},{'id':_0xc9e370(0xd0),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0xe0)),'type':AIQuickActionType[_0xc9e370(0x95)]},{'id':_0xc9e370(0x9e),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0xf8)),'type':AIQuickActionType[_0xc9e370(0x95)]},{'id':_0xc9e370(0xaf),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0xd3)),'type':AIQuickActionType[_0xc9e370(0x95)]}]},{'id':_0xc9e370(0x10e),'label':_0x160a5a(_0x437efb,_0xc9e370(0x9c)),'icon':_0x40f186,'actions':[{'id':_0xc9e370(0xcc),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0x11d)),'type':AIQuickActionType[_0xc9e370(0x95)],'actionName':_0xc9e370(0x10e),'args':{'language':_0xc9e370(0xba)}},{'id':_0xc9e370(0xa6),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0xb1)),'type':AIQuickActionType[_0xc9e370(0x95)],'actionName':_0xc9e370(0x10e),'args':{'language':_0xc9e370(0xb9)}},{'id':_0xc9e370(0xa9),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0xb5)),'type':AIQuickActionType[_0xc9e370(0x95)],'actionName':_0xc9e370(0x10e),'args':{'language':_0xc9e370(0xfc)}},{'id':_0xc9e370(0x108),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0x101)),'type':AIQuickActionType[_0xc9e370(0x95)],'actionName':_0xc9e370(0x10e),'args':{'language':_0xc9e370(0x8d)}},{'id':_0xc9e370(0xa3),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0x9a)),'type':AIQuickActionType[_0xc9e370(0x95)],'actionName':_0xc9e370(0x10e),'args':{'language':_0xc9e370(0x117)}},{'id':_0xc9e370(0xf0),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0xf4)),'type':AIQuickActionType[_0xc9e370(0x95)],'actionName':_0xc9e370(0x10e),'args':{'language':_0xc9e370(0x107)}},{'id':_0xc9e370(0x8e),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0xc1)),'type':AIQuickActionType[_0xc9e370(0x95)],'actionName':_0xc9e370(0x10e),'args':{'language':_0xc9e370(0xa2)}},{'id':_0xc9e370(0xef),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0x120)),'type':AIQuickActionType[_0xc9e370(0x95)],'actionName':_0xc9e370(0x10e),'args':{'language':_0xc9e370(0xc5)}},{'id':_0xc9e370(0x112),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0xc7)),'type':AIQuickActionType[_0xc9e370(0x95)],'actionName':_0xc9e370(0x10e),'args':{'language':_0xc9e370(0x8f)}},{'id':_0xc9e370(0x8b),'displayedPrompt':_0x160a5a(_0x437efb,_0xc9e370(0xd7)),'type':AIQuickActionType[_0xc9e370(0x95)],'actionName':_0xc9e370(0x10e),'args':{'language':_0xc9e370(0xc3)}}]},{'id':_0xc9e370(0xd8),'label':_0x160a5a(_0x437efb,_0xc9e370(0xb8)),'icon':_0x35c3c8,'actions':[]}];return _0x384476;}(_0x2eb10b);}[_0x5e877a(0xe3)](){const _0x572c89=_0x5e877a,_0x52fc28=AIQuickActionsUI[_0x572c89(0xdf)](this[_0x572c89(0x103)][_0x572c89(0xa7)]),_0x330987=(this[_0x572c89(0x103)][_0x572c89(0xa5)][_0x572c89(0x97)](_0x572c89(0xd2))||[])[_0x572c89(0x10c)](_0x2fa9aa=>({..._0x2fa9aa,'icon':void 0x0}));return _0x52fc28[_0x572c89(0xbb)](_0x350b79=>_0x572c89(0xd8)===_0x350b79['id'])[_0x572c89(0xcb)][_0x572c89(0x115)](..._0x330987),_0x52fc28;}[_0x5e877a(0x111)](){const _0x5d32a9=_0x5e877a,_0xd8668c=new _0x383cfd(this[_0x5d32a9(0x103)][_0x5d32a9(0xa7)]);_0xd8668c[_0x5d32a9(0xdb)](),this[_0x5d32a9(0xa8)](_0xd8668c),this[_0x5d32a9(0xee)](),this[_0x5d32a9(0xbf)](_0xd8668c);}[_0x5e877a(0xa8)](_0x3b3be5){const _0x18bb8d=_0x5e877a;this[_0x18bb8d(0x103)]['ui'][_0x18bb8d(0xf6)][_0x18bb8d(0xce)](_0x18bb8d(0xe6),_0x44662b(this[_0x18bb8d(0x103)],this[_0x18bb8d(0xc2)],{'icon':_0x17c44f,'label':_0x160a5a(this[_0x18bb8d(0x103)][_0x18bb8d(0xa7)],_0x18bb8d(0x105))},_0x3b3be5));}[_0x5e877a(0xe7)](_0x34014d){const _0x140b98=_0x5e877a;this[_0x140b98(0xc2)]=_0x34014d[_0x140b98(0x10c)](_0x308888=>{const _0x437a64=_0x140b98;if(_0x437a64(0xcb)in _0x308888){const _0xf261b4=_0x308888;return{..._0xf261b4,'actions':_0xf261b4[_0x437a64(0xcb)][_0x437a64(0x10c)](_0x4cb054=>{const {actions:_0xc784ee,..._0x2a823e}=_0xf261b4;return{..._0x4cb054,'parent':_0x2a823e};})[_0x437a64(0xe2)](_0x1219da=>this[_0x437a64(0xf9)](_0x1219da))};}return _0x308888;})[_0x140b98(0xe2)](_0x4ac3eb=>_0x140b98(0xcb)in _0x4ac3eb?_0x4ac3eb[_0x140b98(0xcb)][_0x140b98(0xa0)]>0x0:this[_0x140b98(0xf9)](_0x4ac3eb));}[_0x5e877a(0xf9)](_0x4f1d84){const _0x2520f8=_0x5e877a,_0x672c4=this[_0x2520f8(0x103)][_0x2520f8(0xa5)][_0x2520f8(0x97)](_0x2520f8(0x10b))||[];return this[_0x2520f8(0x103)][_0x2520f8(0xad)][_0x2520f8(0xe9)](AIQuickActionTypeToPluginName[_0x4f1d84[_0x2520f8(0xb0)]])&&!_0x672c4[_0x2520f8(0xf3)](_0x4f1d84['id']);}[_0x5e877a(0xbf)](_0x3ad643){const _0x48507e=_0x5e877a;this[_0x48507e(0xc2)][_0x48507e(0xe8)](_0xb97f5e=>{const _0x46ad59=_0x48507e;if(_0x46ad59(0xcb)in _0xb97f5e){const _0x3690b2=_0x44662b(this[_0x46ad59(0x103)],_0xb97f5e[_0x46ad59(0xcb)],_0xb97f5e,_0x3ad643);this[_0x46ad59(0x103)]['ui'][_0x46ad59(0xf6)][_0x46ad59(0xce)](_0xb97f5e['id'],_0x3690b2),_0xb97f5e[_0x46ad59(0xcb)][_0x46ad59(0xe8)](_0x2576e8=>{const _0x42e921=_0x46ad59,_0x116b86=_0x5edf5b(this[_0x42e921(0x103)],_0x2576e8);this[_0x42e921(0x103)]['ui'][_0x42e921(0xf6)][_0x42e921(0xce)](_0x2576e8['id'],_0x116b86);});}else{const _0x52aae0=_0x5edf5b(this[_0x46ad59(0x103)],_0xb97f5e,!0x1,!0x0,!0x1);this[_0x46ad59(0x103)]['ui'][_0x46ad59(0xf6)][_0x46ad59(0xce)](_0xb97f5e['id'],_0x52aae0);}});}[_0x5e877a(0xee)](){const _0x2c8014=_0x5e877a;this[_0x2c8014(0x103)]['ui'][_0x2c8014(0xf6)][_0x2c8014(0xce)](_0x2c8014(0xc4),_0x2c7df1=>{const _0xd129f0=_0x2c8014,_0x401bfd=new _0x438f2e(_0x2c7df1),_0x4dea73=_0x160a5a(_0x2c7df1,_0xd129f0(0x105));_0x401bfd[_0xd129f0(0xb7)][_0xd129f0(0xae)]({'label':_0x4dea73,'icon':_0x17c44f});const _0x226bdd=new _0x4da4dd(_0x2c7df1);_0x226bdd[_0xd129f0(0xae)]({'ariaLabel':_0x4dea73,'role':_0xd129f0(0xc0)}),this[_0xd129f0(0xc2)][_0xd129f0(0xe8)](_0x30e341=>{const _0x10f3d0=_0xd129f0;if(_0x10f3d0(0xcb)in _0x30e341){const _0x56d353=_0x30e341,_0x12020a=new _0x3a938c(_0x2c7df1,_0x401bfd),_0x3a3c5a=new _0x438f2e(_0x2c7df1),_0x599fe8=new _0x4da4dd(_0x2c7df1);_0x3a3c5a[_0x10f3d0(0xb7)][_0x10f3d0(0xae)]({'label':_0x56d353[_0x10f3d0(0xfa)],'icon':_0x56d353[_0x10f3d0(0xe1)]}),_0x56d353[_0x10f3d0(0xcb)][_0x10f3d0(0xe8)](_0x5e48d6=>{const _0x5bffb5=_0x10f3d0,_0x28a208=new _0x3a938c(_0x2c7df1,_0x3a3c5a),_0x448b8d=new _0x19fc9f(_0x2c7df1);_0x448b8d[_0x5bffb5(0xae)]({'label':_0x5e48d6[_0x5bffb5(0xac)],'icon':_0x5e48d6[_0x5bffb5(0xe1)],'role':_0x5bffb5(0xcd)}),_0x448b8d['on'](_0x5bffb5(0x8a),()=>{const _0x40b6e3=_0x5bffb5;this[_0x40b6e3(0x8c)](_0x5e48d6);}),_0x448b8d[_0x5bffb5(0xea)](_0x5bffb5(0x8a))['to'](_0x3a3c5a),_0x28a208[_0x5bffb5(0x10a)][_0x5bffb5(0xce)](_0x448b8d),_0x599fe8[_0x5bffb5(0x11f)][_0x5bffb5(0xce)](_0x28a208);}),_0x3a3c5a[_0x10f3d0(0xed)][_0x10f3d0(0x10a)][_0x10f3d0(0xce)](_0x599fe8),_0x12020a[_0x10f3d0(0x10a)][_0x10f3d0(0xce)](_0x3a3c5a),_0x226bdd[_0x10f3d0(0x11f)][_0x10f3d0(0xce)](_0x12020a);}else{const _0x48b2b6=_0x30e341,_0xdc1aa6=new _0x3a938c(_0x2c7df1,_0x401bfd),_0x258bf2=new _0x19fc9f(_0x2c7df1);_0x258bf2[_0x10f3d0(0xae)]({'label':_0x48b2b6[_0x10f3d0(0xac)],'icon':_0x48b2b6[_0x10f3d0(0xe1)],'role':_0x10f3d0(0xcd)}),_0x258bf2['on'](_0x10f3d0(0x8a),()=>{const _0x1ae33d=_0x10f3d0;this[_0x1ae33d(0x8c)](_0x48b2b6);}),_0x258bf2[_0x10f3d0(0xea)](_0x10f3d0(0x8a))['to'](_0x401bfd),_0xdc1aa6[_0x10f3d0(0x10a)][_0x10f3d0(0xce)](_0x258bf2),_0x226bdd[_0x10f3d0(0x11f)][_0x10f3d0(0xce)](_0xdc1aa6);}});const _0x3e825a=Object[_0xd129f0(0x96)](AIQuickActionTypeToPluginName)[_0xd129f0(0xab)](_0xf6484d=>this[_0xd129f0(0x103)][_0xd129f0(0xad)][_0xd129f0(0xe9)](_0xf6484d));return _0x401bfd[_0xd129f0(0xae)]({'isEnabled':_0x3e825a}),_0x401bfd[_0xd129f0(0xed)][_0xd129f0(0x10a)][_0xd129f0(0xce)](_0x226bdd),_0x401bfd;});}[_0x5e877a(0x8c)](_0x3078bc){const _0x1569d9=_0x5e877a,_0x2b6cfa=this[_0x1569d9(0x103)];_0x2b6cfa[_0x1569d9(0x90)][_0x1569d9(0x110)][_0x1569d9(0x94)](),_0x2b6cfa[_0x1569d9(0xdd)][_0x1569d9(0x8a)](_0x1569d9(0x10f),_0x3078bc);const _0x92d256=_0x2b6cfa['ui'][_0x1569d9(0x110)][_0x1569d9(0x11a)];_0x92d256&&_0x92d256[_0x1569d9(0xff)]&&_0x92d256[_0x1569d9(0xff)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x224a99,_0x56b9b4){const _0x13486c=_0x150c,_0x1cee9f=_0x224a99();while(!![]){try{const _0x35ae5c=-parseInt(_0x13486c(0x17c))/0x1*(-parseInt(_0x13486c(0x180))/0x2)+parseInt(_0x13486c(0x18d))/0x3*(parseInt(_0x13486c(0x18f))/0x4)+parseInt(_0x13486c(0x195))/0x5*(-parseInt(_0x13486c(0x181))/0x6)+parseInt(_0x13486c(0x17e))/0x7*(parseInt(_0x13486c(0x18c))/0x8)+parseInt(_0x13486c(0x189))/0x9*(-parseInt(_0x13486c(0x194))/0xa)+-parseInt(_0x13486c(0x192))/0xb*(-parseInt(_0x13486c(0x183))/0xc)+-parseInt(_0x13486c(0x191))/0xd;if(_0x35ae5c===_0x56b9b4)break;else _0x1cee9f['push'](_0x1cee9f['shift']());}catch(_0x4c574e){_0x1cee9f['push'](_0x1cee9f['shift']());}}}(_0xb2bd,0x5c5b8));import{ButtonView as _0x405179}from'ckeditor5/src/ui.js';function _0x150c(_0x39db4e,_0x3df749){const _0xb2bdb4=_0xb2bd();return _0x150c=function(_0x150cce,_0x191b3d){_0x150cce=_0x150cce-0x17b;let _0x5c6046=_0xb2bdb4[_0x150cce];return _0x5c6046;},_0x150c(_0x39db4e,_0x3df749);}import{IconAIQuickActions as _0x315154}from'@ckeditor/ckeditor5-icons';function _0xb2bd(){const _0x2b2501=['icon','1947068WVaBma','editing','489710JLCrDi','397859AtCTZh','ck-ai-quick-actions-button','170PaVVMY','45VsmMoP','parent','locale','88625GUzPZm','set','2478917lrDXKJ','aiQuickAction','4QYDtoq','218088PIEMyv','extendTemplate','12iltlXG','commands','displayedPrompt','bindTemplate','focus','view','164763SMtpAw','menuitem','execute','8lxEcVD','3AcFmSX'];_0xb2bd=function(){return _0x2b2501;};return _0xb2bd();}export function aiQuickActionsButtonCreator(_0x49856b,_0x174813,_0x34952f=!0x1,_0xaa4903=!0x0,_0x5a972d=!0x0){return()=>{const _0x43c48b=_0x150c,_0x14dd5f=_0x49856b[_0x43c48b(0x17b)],_0x3974b5=new _0x405179(_0x14dd5f),_0x3a4972=_0x3974b5[_0x43c48b(0x186)];_0x5a972d&&_0x3974b5[_0x43c48b(0x182)]({'on':{'mouseenter':_0x3a4972['to'](()=>{const _0xbe4f7f=_0x43c48b;_0x3974b5[_0xbe4f7f(0x187)]();})}});const _0x1437bf=_0x174813[_0x43c48b(0x18e)]??_0x174813[_0x43c48b(0x196)]?.[_0x43c48b(0x18e)];return _0x3974b5[_0x43c48b(0x17d)]({'label':_0x174813[_0x43c48b(0x185)],'withText':_0x34952f,'role':_0x43c48b(0x18a),'icon':_0xaa4903?_0x1437bf??_0x315154:void 0x0,'tooltip':!_0x34952f,'class':_0x43c48b(0x193)}),_0x3974b5['on'](_0x43c48b(0x18b),()=>{const _0xf27346=_0x43c48b;_0x49856b[_0xf27346(0x190)][_0xf27346(0x188)][_0xf27346(0x187)](),_0x49856b[_0xf27346(0x184)][_0xf27346(0x18b)](_0xf27346(0x17f),_0x174813);}),_0x3974b5;};}
23
+ function _0x21d5(_0x29074f,_0x55d6a7){const _0x2b0d06=_0x2b0d();return _0x21d5=function(_0x21d519,_0x167871){_0x21d519=_0x21d519-0x127;let _0xb52e8a=_0x2b0d06[_0x21d519];return _0xb52e8a;},_0x21d5(_0x29074f,_0x55d6a7);}(function(_0x1bd868,_0x4c6bf8){const _0x52b978=_0x21d5,_0x4fdbfa=_0x1bd868();while(!![]){try{const _0x1bb1a5=-parseInt(_0x52b978(0x13f))/0x1*(parseInt(_0x52b978(0x133))/0x2)+parseInt(_0x52b978(0x12d))/0x3+parseInt(_0x52b978(0x12c))/0x4+-parseInt(_0x52b978(0x137))/0x5*(parseInt(_0x52b978(0x131))/0x6)+-parseInt(_0x52b978(0x129))/0x7+-parseInt(_0x52b978(0x12a))/0x8+-parseInt(_0x52b978(0x138))/0x9*(-parseInt(_0x52b978(0x134))/0xa);if(_0x1bb1a5===_0x4c6bf8)break;else _0x4fdbfa['push'](_0x4fdbfa['shift']());}catch(_0x140590){_0x4fdbfa['push'](_0x4fdbfa['shift']());}}}(_0x2b0d,0xccf10));import{ButtonView as _0x2ee55b}from'ckeditor5/src/ui.js';import{IconAIQuickActions as _0x5eca09}from'@ckeditor/ckeditor5-icons';export function aiQuickActionsButtonCreator(_0x406fa8,_0x53d86c,_0x1c7c26=!0x1,_0x317f09=!0x0,_0x1df66c=!0x0){return()=>{const _0x32f731=_0x21d5,_0x408c13=_0x406fa8[_0x32f731(0x13a)],_0x3d0198=new _0x2ee55b(_0x408c13),_0x1b5b4d=_0x3d0198[_0x32f731(0x128)];_0x1df66c&&_0x3d0198[_0x32f731(0x13e)]({'on':{'mouseenter':_0x1b5b4d['to'](()=>{const _0x44ea01=_0x32f731;_0x3d0198[_0x44ea01(0x139)]();})}});const _0x201695=_0x53d86c[_0x32f731(0x135)]??_0x53d86c[_0x32f731(0x132)]?.[_0x32f731(0x135)];return _0x3d0198[_0x32f731(0x127)]({'label':_0x53d86c[_0x32f731(0x13c)],'withText':_0x1c7c26,'role':_0x32f731(0x13d),'icon':_0x317f09?_0x201695??_0x5eca09:void 0x0,'tooltip':!_0x1c7c26,'class':_0x32f731(0x136)}),_0x3d0198['on'](_0x32f731(0x130),()=>{const _0x16596b=_0x32f731;_0x406fa8[_0x16596b(0x12f)][_0x16596b(0x13b)][_0x16596b(0x139)](),_0x406fa8[_0x16596b(0x12b)][_0x16596b(0x130)](_0x16596b(0x12e),_0x53d86c);}),_0x3d0198;};}function _0x2b0d(){const _0x5641b9=['3993864ajgWBN','aiQuickAction','editing','execute','66fghult','parent','278MWzHaF','130gCLMCt','icon','ck-ai-quick-actions-button','710915zepFqO','2810394JgrfYa','focus','locale','view','displayedPrompt','menuitem','extendTemplate','10257pWttlM','set','bindTemplate','455392nSVeQs','12754632fXfBdr','commands','391260YnVNQJ'];_0x2b0d=function(){return _0x5641b9;};return _0x2b0d();}