@ckeditor/ckeditor5-ai 47.6.1-alpha.1 → 47.6.1

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 (149) 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/aichat/aichat.js +1 -1
  26. package/src/aichat/aichatballoon.js +1 -1
  27. package/src/aichat/aichatcontroller.js +1 -1
  28. package/src/aichat/aichatui.js +1 -1
  29. package/src/aichat/model/aichatcontext.js +1 -1
  30. package/src/aichat/model/aichatconversation.js +1 -1
  31. package/src/aichat/model/aichatinteraction.js +1 -1
  32. package/src/aichat/ui/aichatballoonview.js +1 -1
  33. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  34. package/src/aichat/ui/aichatfeedview.js +1 -1
  35. package/src/aichat/ui/aichatheaderview.js +1 -1
  36. package/src/aichat/ui/aichatview.js +1 -1
  37. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  38. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  39. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  40. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  41. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  42. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  43. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  44. package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
  45. package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
  46. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  47. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  48. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  49. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  50. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  51. package/src/aichat/ui/feed/aichatfeedcustomelementview.js +1 -1
  52. package/src/aichat/ui/feed/aichatfeederroritemview.js +1 -1
  53. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  54. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  55. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  56. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  57. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  58. package/src/aichat/utils/eventnames.js +1 -1
  59. package/src/aichat/utils/promisequeue.js +1 -1
  60. package/src/aichathistory/aichathistory.js +1 -1
  61. package/src/aichathistory/aichathistorycontroller.js +1 -1
  62. package/src/aichathistory/aichathistoryui.js +1 -1
  63. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  64. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  65. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  66. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  67. package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
  68. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  69. package/src/aichatshortcuts/aichatshortcuts.js +1 -1
  70. package/src/aichatshortcuts/ui/aichatshortcutsview.js +1 -1
  71. package/src/aichatshortcuts/ui/aichatshortcutview.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/aispinner.js +1 -1
  82. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  83. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  84. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  85. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartheaderview.js +1 -1
  86. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.js +1 -1
  87. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.js +1 -1
  88. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  89. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  90. package/src/aicore/ui/suggestioncontainer/aisuggestionloaderview.js +1 -1
  91. package/src/aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.js +1 -1
  92. package/src/aicore/ui/suggestioncontainer/aiwebsourcesview.js +1 -1
  93. package/src/aicore/utils/createresizebutton.js +1 -1
  94. package/src/aicore/utils/documentrange.js +1 -1
  95. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  96. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  97. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  98. package/src/aicore/utils/htmlparser.js +1 -1
  99. package/src/aicore/utils/htmlstreamer.js +1 -1
  100. package/src/aieditorintegration/aieditorintegration.js +1 -1
  101. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  102. package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
  103. package/src/aiquickactions/aiquickactions.js +1 -1
  104. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  105. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  106. package/src/aiquickactions/aiquickactionsui.js +1 -1
  107. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  108. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  109. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  110. package/src/aiquickactions/ui/aiquickactionsfilteredlistview.js +1 -1
  111. package/src/aiquickactions/ui/balloon/aiactionsballoondisclaimerview.js +1 -1
  112. package/src/aiquickactions/ui/balloon/aiactionsballoontoolbarview.js +1 -1
  113. package/src/aiquickactions/ui/balloon/aiactionsballoonview.js +1 -1
  114. package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +1 -1
  115. package/src/aireviewcore/aireviewcorecontroller.js +1 -1
  116. package/src/aireviewcore/aireviewcoreediting.js +1 -1
  117. package/src/aireviewcore/aireviewcoreui.js +1 -1
  118. package/src/aireviewcore/model/aireviewchecklist.js +1 -1
  119. package/src/aireviewcore/model/aireviewcheckresult.js +1 -1
  120. package/src/aireviewcore/model/aireviewcheckresultchange.js +1 -1
  121. package/src/aireviewcore/model/aireviewcheckrun.js +1 -1
  122. package/src/aireviewcore/model/aireviewsystemcheckrun.js +1 -1
  123. package/src/aireviewcore/ui/aireviewcoreballoonsuggestionview.js +1 -1
  124. package/src/aireviewcore/ui/aireviewcorechecklistitemresultview.js +1 -1
  125. package/src/aireviewcore/ui/aireviewcorecustomcheckview.js +1 -1
  126. package/src/aireviewcore/ui/aireviewcorefinishreviewbuttonview.js +1 -1
  127. package/src/aireviewcore/ui/aireviewcorepromptinputview.js +1 -1
  128. package/src/aireviewcore/ui/aireviewcorereviewchecklistview.js +1 -1
  129. package/src/aireviewcore/ui/aireviewcorereviewcommandlistitemview.js +1 -1
  130. package/src/aireviewcore/ui/aireviewcoreuicheckresultsview.js +1 -1
  131. package/src/aireviewcore/ui/aireviewcoreview.js +1 -1
  132. package/src/aireviewcore/ui/form/aireviewcoreformdropdown.js +1 -1
  133. package/src/aireviewmode/aireviewmode.js +1 -1
  134. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  135. package/src/aireviewmode/aireviewmodeui.js +1 -1
  136. package/src/aireviewmode/model/aireviewcheckcustom.js +1 -1
  137. package/src/aireviewmode/model/aireviewcheckextra.js +1 -1
  138. package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
  139. package/src/aireviewmode/model/aireviewextracheckrun.js +1 -1
  140. package/src/aireviewmode/model/aireviewmodechecklist.js +1 -1
  141. package/src/aitabs/aitabs.js +1 -1
  142. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  143. package/src/aitranslate/aitranslate.js +1 -1
  144. package/src/aitranslate/aitranslatecontroller.js +1 -1
  145. package/src/aitranslate/aitranslateui.js +1 -1
  146. package/src/aitranslate/model/aitranslatecheck.js +1 -1
  147. package/src/aitranslate/model/aitranslatecheckrun.js +1 -1
  148. package/src/aitranslate/ui/aitranslatechecklistview.js +1 -1
  149. package/src/aitranslate/ui/aitranslatecheckresultsview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x15ebf1=_0x34a8;(function(_0x216211,_0x205a87){const _0x52412f=_0x34a8,_0x449755=_0x216211();while(!![]){try{const _0x3148e6=parseInt(_0x52412f(0x10a))/0x1+-parseInt(_0x52412f(0x12e))/0x2+-parseInt(_0x52412f(0x143))/0x3*(parseInt(_0x52412f(0x107))/0x4)+-parseInt(_0x52412f(0x123))/0x5*(parseInt(_0x52412f(0x12b))/0x6)+-parseInt(_0x52412f(0x108))/0x7*(parseInt(_0x52412f(0x14a))/0x8)+-parseInt(_0x52412f(0x10d))/0x9+parseInt(_0x52412f(0xf3))/0xa;if(_0x3148e6===_0x205a87)break;else _0x449755['push'](_0x449755['shift']());}catch(_0x54cf99){_0x449755['push'](_0x449755['shift']());}}}(_0xa6ab,0xb0318));import{uid as _0x4c39e5}from'ckeditor5/src/utils.js';import{Plugin as _0xc35bc1}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x822542}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x3819a3,ViewDataTransfer as _0x280c12}from'ckeditor5/src/engine.js';const w=globalThis[_0x15ebf1(0x131)],f=_0x15ebf1(0x109);function _0xa6ab(){const _0x26b8b0=['isOfficialPlugin','addClass','41251860ugPsaN','isPremiumPlugin','editing','hideFakeVisualSelection','getLastMatchingPosition','selection','lowest','getSelectedTableCells','createRange','fromCharCode','get','showFakeVisualSelection','findAncestor','markerToHighlight','TableUtils','getRange','plugins','markerRange','isContent','editor','62588ClEQRw','26117zkkRfs','ai-ui','343143IiPQtu','createUIElement','parse','10904688GQxqjM','data','getRanges','for','document','afterInit','setData','getRows','_createEmptyTableRows','setSelection','length','_getTableRowCountFromContent','getColumnIndexes','init','start','getMarkersGroup','has','_getDefaultInsertBelowPosition','forEach','addMarker','config','_pasteHTMLUsingClipboard','5plehWz','markers','join','resultRange','href','element','getChild','schema','2259282pvmzff','first','filter','1544184MNhFLz','insertContent','insertContentBelow','DataTransfer','span','table','fire','ck-fake-ai-selection','createPositionAfter','text/html','createPositionAt','pluginName','map','canEditAt','end','model','ck-fake-ai-selection_collapsed','change','createSelection','paste','from','9VbcJeu','off','contentInsertion','_resetContentOfSelectedTableCells','getChildren','_getAISelection','ck-ai-assistant-ui_theme','2872uyOnyb','removeMarker','isAtEnd','_prepareTableInsertBelowPosition','conversion','getFirstRange','insertRows','last','deleteContent','editingDowncast','isCollapsed','markerToElement','getLastPosition','getRowIndexes','push','AIAssistantEditing','updateMarker','getSelectedBlocks','ai.assistant.useTheme','once','pop'];_0xa6ab=function(){return _0x26b8b0;};return _0xa6ab();}function _0x34a8(_0x55c737,_0x25a214){const _0xa6ab9c=_0xa6ab();return _0x34a8=function(_0x34a8a2,_0x28dbe6){_0x34a8a2=_0x34a8a2-0xef;let _0x179f0d=_0xa6ab9c[_0x34a8a2];return _0x179f0d;},_0x34a8(_0x55c737,_0x25a214);}export class AIAssistantEditing extends _0xc35bc1{static get[_0x15ebf1(0x139)](){const _0x304da3=_0x15ebf1;return _0x304da3(0x159);}static get[_0x15ebf1(0xf1)](){return!0x0;}static get[_0x15ebf1(0xf4)](){return!0x0;}[_0x15ebf1(0x11a)](){const _0xa93985=_0x15ebf1,{editor:_0x4c0eb7}=this,_0x1d5685=[_0xa93985(0x135)];_0x4c0eb7[_0xa93985(0x121)][_0xa93985(0xfd)](_0xa93985(0x15c))&&_0x1d5685[_0xa93985(0x158)](_0xa93985(0x149)),_0x4c0eb7[_0xa93985(0x14e)][_0xa93985(0x110)](_0xa93985(0x153))[_0xa93985(0x100)]({'model':f,'view':{'classes':_0x1d5685,'priority':0xc}}),_0x4c0eb7[_0xa93985(0x14e)][_0xa93985(0x110)](_0xa93985(0x153))[_0xa93985(0x155)]({'model':f,'view':(_0x29dd71,{writer:_0x2d0a7a})=>{const _0xd09df0=_0xa93985;if(!_0x29dd71[_0xd09df0(0x104)][_0xd09df0(0x154)])return null;const _0x2b5278=_0x2d0a7a[_0xd09df0(0x10b)](_0xd09df0(0x132));return _0x2d0a7a[_0xd09df0(0xf2)]([_0xd09df0(0x135),_0xd09df0(0x13e)],_0x2b5278),_0x2b5278;}});}[_0x15ebf1(0x112)](){!async function(_0x535bb4){const _0x50d540=_0x2d77d3([0x6e,0x41,0x37,0x79,0x75,0x72,0x67,0x4f,0x48,0x62,0x5a,0x76,0x44,0x70,0x6c,0x52,0x6b,0x4a,0x73,0x63,0x64,0x49,0x43,0x6d,0x38,0x36,0x6f,0x50,0x57,0x78,0x39,0x32,0x66,0x31,0x71,0x46,0x30,0x4c,0x61,0x53,0x58,0x33,0x4e,0x47,0x77,0x54,0x4d,0x4b,0x34,0x6a,0x56,0x74,0x59,0x55,0x42,0x51,0x69,0x35,0x7a,0x68,0x65,0x45]),_0x12beec=0x3dffc4e1,_0x3de762=0x3df840e9^_0x12beec,_0x18685d=window[_0x2d77d3([0x44,0x61,0x74,0x65])][_0x2d77d3([0x6e,0x6f,0x77])](),_0x490aff=_0x535bb4[_0x2d77d3([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3e8954=new window[(_0x2d77d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4fb4b5=>{_0x490aff[_0x2d77d3([0x6f,0x6e,0x63,0x65])](_0x2d77d3([0x72,0x65,0x61,0x64,0x79]),_0x4fb4b5);}),_0x2159c6={[_0x2d77d3([0x6b,0x74,0x79])]:_0x2d77d3([0x45,0x43]),[_0x2d77d3([0x75,0x73,0x65])]:_0x2d77d3([0x73,0x69,0x67]),[_0x2d77d3([0x63,0x72,0x76])]:_0x2d77d3([0x50,0x2d,0x32,0x35,0x36]),[_0x2d77d3([0x78])]:_0x2d77d3([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x2d77d3([0x79])]:_0x2d77d3([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x2d77d3([0x61,0x6c,0x67])]:_0x2d77d3([0x45,0x53,0x32,0x35,0x36])},_0x2918a4=_0x490aff[_0x2d77d3([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2d77d3([0x67,0x65,0x74])](_0x2d77d3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x31832a(){let _0x24648e,_0x3e9768=null,_0x23d468=null;try{if(_0x2918a4==_0x2d77d3([0x47,0x50,0x4c]))return _0x2d77d3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x24648e=_0x21801e(),!_0x24648e)return _0x2d77d3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x24648e[_0x2d77d3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x23d468=_0x416fe5(_0x24648e[_0x2d77d3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x24648e[_0x2d77d3([0x6a,0x74,0x69])])),await _0x4327bc()?_0x23f9ac()?_0x5c40b2()?_0x2d77d3([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x586587()?(_0x24648e[_0x2d77d3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2d77d3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3e9768=_0x983841(_0x2d77d3([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0xc49cb1()):_0x2d77d3([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2d77d3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2d77d3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2d77d3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5c40b2(){const _0x348cb2=[_0x2d77d3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2d77d3([0x74,0x72,0x69,0x61,0x6c])][_0x2d77d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x24648e[_0x2d77d3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x18685d/0x3e8:0xe10*_0x3de762;return _0x24648e[_0x2d77d3([0x65,0x78,0x70])]<_0x348cb2;}function _0x23f9ac(){const _0x52e43e=_0x24648e[_0x2d77d3([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x52e43e&&(!!_0x52e43e[_0x2d77d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d77d3([0x2a]))||!!_0x52e43e[_0x2d77d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d77d3([0x41,0x49])));}function _0x586587(){const _0x17dcd2=_0x34a8,_0x4478f9=_0x24648e[_0x2d77d3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4478f9||0x0==_0x4478f9[_0x2d77d3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1e3922}=new URL(window[_0x2d77d3([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x17dcd2(0x127)]);if(_0x4478f9[_0x2d77d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1e3922))return!0x0;const _0x9b468=_0x1e3922[_0x2d77d3([0x73,0x70,0x6c,0x69,0x74])](_0x2d77d3([0x2e]));return _0x4478f9[_0x2d77d3([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x42ac2d=>_0x42ac2d[_0x2d77d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d77d3([0x2a])))[_0x2d77d3([0x6d,0x61,0x70])](_0x13d2c6=>_0x13d2c6[_0x2d77d3([0x73,0x70,0x6c,0x69,0x74])](_0x2d77d3([0x2e])))[_0x2d77d3([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xf09033=>_0xf09033[_0x2d77d3([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x9b468[_0x2d77d3([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2d77d3([0x6d,0x61,0x70])](_0x2fbe49=>Array(_0x9b468[_0x2d77d3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2fbe49[_0x2d77d3([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2d77d3([0x66,0x69,0x6c,0x6c])](_0x2fbe49[0x0]===_0x2d77d3([0x2a])?_0x2d77d3([0x2a]):'')[_0x2d77d3([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2fbe49))[_0x2d77d3([0x73,0x6f,0x6d,0x65])](_0x3c9bc4=>_0x9b468[_0x2d77d3([0x65,0x76,0x65,0x72,0x79])]((_0x227f90,_0x23efde)=>_0x3c9bc4[_0x23efde]===_0x227f90||_0x3c9bc4[_0x23efde]===_0x2d77d3([0x2a])));}function _0xc49cb1(){return _0x3e9768&&_0x23d468?new window[(_0x2d77d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x467157,_0x2278f0)=>{_0x3e9768[_0x2d77d3([0x74,0x68,0x65,0x6e])](_0x467157,_0x2278f0),_0x23d468[_0x2d77d3([0x74,0x68,0x65,0x6e])](_0x28b1c7=>{_0x28b1c7!=_0x2d77d3([0x56,0x61,0x6c,0x69,0x64])&&_0x467157(_0x28b1c7);},_0x2278f0);}):_0x3e9768||_0x23d468||_0x2d77d3([0x56,0x61,0x6c,0x69,0x64]);}}function _0x416fe5(_0x78662e,_0x2c90bf){return new window[(_0x2d77d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5d4722=>{if(_0x560c1d())return _0x5d4722(_0x2d77d3([0x56,0x61,0x6c,0x69,0x64]));_0x22bc0e(),_0x490aff[_0x2d77d3([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2d77d3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x35c114=!0x1;const _0x1efda1=_0x4c39e5();function _0x38b68e(_0x1f596){return!!_0x1f596&&(typeof _0x1f596===_0x2d77d3([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1f596===_0x2d77d3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1f596[_0x2d77d3([0x74,0x68,0x65,0x6e])]===_0x2d77d3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1f596[_0x2d77d3([0x63,0x61,0x74,0x63,0x68])]===_0x2d77d3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x27de66(_0x6b0fe8){_0x3c6e83(_0x6b0fe8)[_0x2d77d3([0x74,0x68,0x65,0x6e])](_0x579a39=>{if(!_0x579a39||_0x579a39[_0x2d77d3([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2d77d3([0x6f,0x6b]))return _0x2d77d3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4a5f31(_0x5e586a(_0x1efda1+_0x2c90bf))!=_0x579a39[_0x2d77d3([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2d77d3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2d77d3([0x56,0x61,0x6c,0x69,0x64]);})[_0x2d77d3([0x74,0x68,0x65,0x6e])](_0x17264b=>(_0x5c91ff(),_0x17264b),()=>{const _0x5c58be=_0x149847();return null==_0x5c58be?(_0x5c91ff(),_0x2d77d3([0x56,0x61,0x6c,0x69,0x64])):_0x2d77d3(_0x18685d-_0x5c58be>(0x19f340e1^_0x12beec)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2d77d3([0x74,0x68,0x65,0x6e])](_0x5d4722)[_0x2d77d3([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5d4722(_0x2d77d3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3bc6f5=0x3dc92a61^_0x12beec;function _0x5c91ff(){const _0x22b9db=_0x2d77d3([0x6c,0x6c,0x63,0x74,0x2d])+_0x4a5f31(_0x5e586a(_0x78662e)),_0x32064a=_0x2689e6(_0x4a5f31(window[_0x2d77d3([0x4d,0x61,0x74,0x68])][_0x2d77d3([0x63,0x65,0x69,0x6c])](_0x18685d/_0x3bc6f5)));window[_0x2d77d3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2d77d3([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x22b9db,_0x32064a);}function _0x149847(){const _0x27b1b7=_0x2d77d3([0x6c,0x6c,0x63,0x74,0x2d])+_0x4a5f31(_0x5e586a(_0x78662e)),_0x3117aa=window[_0x2d77d3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2d77d3([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x27b1b7);return _0x3117aa?window[_0x2d77d3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2689e6(_0x3117aa),0x10)*_0x3bc6f5:null;}function _0x3c6e83(_0x4f733a){return new window[(_0x2d77d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4708ca,_0x431f3a)=>{_0x4f733a[_0x2d77d3([0x74,0x68,0x65,0x6e])](_0x4708ca,_0x431f3a),window[_0x2d77d3([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x431f3a,0x3dfe1021^_0x12beec);});}}_0x490aff[_0x2d77d3([0x6f,0x6e])](_0x2d77d3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x897292,_0x5d72ad)=>{if(_0x5d72ad[0x0]!=_0x78662e)return _0x5d4722(_0x2d77d3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5d72ad[0x1]={..._0x5d72ad[0x1],[_0x2d77d3([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1efda1};},{[_0x2d77d3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2d77d3([0x68,0x69,0x67,0x68])}),_0x490aff[_0x2d77d3([0x6f,0x6e])](_0x2d77d3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2c7677=>{_0x38b68e(_0x2c7677[_0x2d77d3([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x35c114=!0x0,_0x27de66(_0x2c7677[_0x2d77d3([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2d77d3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2d77d3([0x6c,0x6f,0x77])}),_0x3e8954[_0x2d77d3([0x74,0x68,0x65,0x6e])](()=>{_0x35c114||_0x5d4722(_0x2d77d3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x560c1d(){return _0x490aff[_0x2d77d3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2d77d3([0x76,0x69,0x65,0x77])][_0x2d77d3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2d77d3([0x61,0x75,0x74,0x6f]);}function _0x22bc0e(){_0x490aff[_0x2d77d3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2d77d3([0x76,0x69,0x65,0x77])][_0x2d77d3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2d77d3([0x61,0x75,0x74,0x6f]);}}function _0x983841(_0x17e991){const _0x17e1f6=[new window[(_0x2d77d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x158e81=>setTimeout(_0x158e81,0x3df6fa2d^_0x12beec)),_0x3e8954[_0x2d77d3([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2d77d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x21086f=>{let _0x50e798=0x0;_0x490aff[_0x2d77d3([0x6d,0x6f,0x64,0x65,0x6c])][_0x2d77d3([0x6f,0x6e])](_0x2d77d3([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4b45bf,_0x6b0028)=>{_0x6b0028[0x0][_0x2d77d3([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x50e798++,_0x50e798==(0x3dffc109^_0x12beec)&&(_0x21086f(),_0x4b45bf[_0x2d77d3([0x6f,0x66,0x66])]());});}))];return window[_0x2d77d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2d77d3([0x72,0x61,0x63,0x65])](_0x17e1f6)[_0x2d77d3([0x74,0x68,0x65,0x6e])](()=>_0x17e991);}async function _0x53619f(){await _0x3e8954,_0x490aff[_0x2d77d3([0x6d,0x6f,0x64,0x65,0x6c])][_0x2d77d3([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4597f5,_0x490aff[_0x2d77d3([0x6d,0x6f,0x64,0x65,0x6c])][_0x2d77d3([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4597f5,_0x490aff[_0x2d77d3([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2d77d3([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x264b6a(_0x5a3e9f){const _0x1f5859=_0xc1f70f();_0x490aff[_0x1f5859]=_0x2d77d3([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5a3e9f,_0x5a3e9f!=_0x2d77d3([0x56,0x61,0x6c,0x69,0x64])&&_0x53619f();}function _0xc1f70f(){const _0xf43dad=window[_0x2d77d3([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2d77d3([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2d77d3([0x6e,0x6f,0x77])]())[_0x2d77d3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2d77d3([0x2e]),'');let _0x560107=_0x2d77d3([0x6e]);for(let _0x2f0f73=0x0;_0x2f0f73<_0xf43dad[_0x2d77d3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2f0f73+=0x2){let _0x2b7731=window[_0x2d77d3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xf43dad[_0x2d77d3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2f0f73,_0x2f0f73+0x2));_0x2b7731>=_0x50d540[_0x2d77d3([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2b7731-=_0x50d540[_0x2d77d3([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x560107+=_0x50d540[_0x2b7731];}return _0x560107;}function _0x21801e(){const _0x2a6cfc=_0x2918a4[_0x2d77d3([0x73,0x70,0x6c,0x69,0x74])](_0x2d77d3([0x2e]));if(0x3!=_0x2a6cfc[_0x2d77d3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xa75316(_0x2a6cfc[0x1]);function _0xa75316(_0x2cc9a6){const _0x31bf56=_0x50775d(_0x2cc9a6);return _0x31bf56&&_0x3f0934()?_0x31bf56:null;function _0x3f0934(){const _0x31321a=_0x31bf56[_0x2d77d3([0x6a,0x74,0x69])],_0x49e89e=window[_0x2d77d3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x31321a[_0x2d77d3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x31321a[_0x2d77d3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x288955={..._0x31bf56,[_0x2d77d3([0x6a,0x74,0x69])]:_0x31321a[_0x2d77d3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x31321a[_0x2d77d3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x288955[_0x2d77d3([0x76,0x63])],_0x5e586a(_0x288955)==_0x49e89e;}}}async function _0x4327bc(){let _0x5630f=!0x0;try{const _0x2c557b=_0x2918a4[_0x2d77d3([0x73,0x70,0x6c,0x69,0x74])](_0x2d77d3([0x2e])),[_0x37850a,_0x680b18,_0x5622da]=_0x2c557b;return _0x5e2007(_0x37850a),await _0xf619fd(_0x37850a,_0x680b18,_0x5622da),_0x5630f;}catch{return!0x1;}function _0x5e2007(_0x25f011){const _0x5d0ad3=_0x50775d(_0x25f011);_0x5d0ad3&&_0x5d0ad3[_0x2d77d3([0x61,0x6c,0x67])]==_0x2d77d3([0x45,0x53,0x32,0x35,0x36])||(_0x5630f=!0x1);}async function _0xf619fd(_0x174399,_0x406deb,_0xef3704){const _0x55c0b5=window[_0x2d77d3([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2d77d3([0x66,0x72,0x6f,0x6d])](_0x3f2901(_0xef3704),_0xdebafc=>_0xdebafc[_0x2d77d3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x402b9d=new window[(_0x2d77d3([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2d77d3([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x174399+_0x2d77d3([0x2e])+_0x406deb),_0x5178be=window[_0x2d77d3([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2d77d3([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5178be)return;const _0x5e1961=await _0x5178be[_0x2d77d3([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2d77d3([0x6a,0x77,0x6b]),_0x2159c6,{[_0x2d77d3([0x6e,0x61,0x6d,0x65])]:_0x2d77d3([0x45,0x43,0x44,0x53,0x41]),[_0x2d77d3([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2d77d3([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2d77d3([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5178be[_0x2d77d3([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2d77d3([0x6e,0x61,0x6d,0x65])]:_0x2d77d3([0x45,0x43,0x44,0x53,0x41]),[_0x2d77d3([0x68,0x61,0x73,0x68])]:{[_0x2d77d3([0x6e,0x61,0x6d,0x65])]:_0x2d77d3([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5e1961,_0x55c0b5,_0x402b9d)||(_0x5630f=!0x1);}}function _0x50775d(_0x1a2e55){return _0x1a2e55[_0x2d77d3([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2d77d3([0x65,0x79]))?JSON[_0x2d77d3([0x70,0x61,0x72,0x73,0x65])](_0x3f2901(_0x1a2e55)):null;}function _0x3f2901(_0x4aef5a){return window[_0x2d77d3([0x61,0x74,0x6f,0x62])](_0x4aef5a[_0x2d77d3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2d77d3([0x2b]))[_0x2d77d3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2d77d3([0x2f])));}function _0x5e586a(_0x5ee76a){let _0x7c6687=0x1505;function _0xddf4e5(_0x426e83){for(let _0x4f78e0=0x0;_0x4f78e0<_0x426e83[_0x2d77d3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4f78e0++){const _0x48fb78=_0x426e83[_0x2d77d3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4f78e0);_0x7c6687=(_0x7c6687<<0x5)+_0x7c6687+_0x48fb78,_0x7c6687&=_0x7c6687;}}function _0xaf21da(_0x2b32be){Array[_0x2d77d3([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2b32be)?_0x2b32be[_0x2d77d3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xaf21da):_0x2b32be&&typeof _0x2b32be==_0x2d77d3([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2d77d3([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2b32be)[_0x2d77d3([0x73,0x6f,0x72,0x74])]()[_0x2d77d3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x693c71,_0x502aeb])=>{_0xddf4e5(_0x693c71),_0xaf21da(_0x502aeb);}):_0xddf4e5(window[_0x2d77d3([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2b32be));}return _0xaf21da(_0x5ee76a),_0x7c6687>>>0x0;}function _0x4a5f31(_0x348f89){return _0x348f89[_0x2d77d3([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2d77d3([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2d77d3([0x30]));}function _0x2689e6(_0x5ec29c){return _0x5ec29c[_0x2d77d3([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2d77d3([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2d77d3([0x6a,0x6f,0x69,0x6e])]('');}function _0x4597f5(){}function _0x2d77d3(_0x1f7bdb){const _0x301201=_0x34a8;return _0x1f7bdb[_0x301201(0x13a)](_0x5a980c=>String[_0x301201(0xfc)](_0x5a980c))[_0x301201(0x125)]('');}_0x264b6a(await _0x31832a());}(this);}[_0x15ebf1(0xfe)](){const _0x555c32=_0x15ebf1,_0x37ba8e=this[_0x555c32(0x106)][_0x555c32(0x13d)];_0x37ba8e[_0x555c32(0x13f)](_0x113dfb=>{const _0x2a183c=_0x555c32,_0x27a966=_0x37ba8e[_0x2a183c(0x111)][_0x2a183c(0xf8)][_0x2a183c(0x10f)]();let _0x593095=0x0;for(const _0x43c40a of _0x27a966){const _0x51a5a6=f+':'+_0x593095;if(_0x37ba8e[_0x2a183c(0x124)][_0x2a183c(0x11d)](_0x51a5a6))_0x113dfb[_0x2a183c(0x15a)](_0x51a5a6,{'range':_0x43c40a});else{if(_0x43c40a[_0x2a183c(0x11b)][_0x2a183c(0x14c)]){const _0x225244=_0x43c40a[_0x2a183c(0x11b)][_0x2a183c(0xf7)](({item:_0xb2b4})=>!_0x37ba8e[_0x2a183c(0x12a)][_0x2a183c(0x105)](_0xb2b4),{'boundaries':_0x43c40a});_0x113dfb[_0x2a183c(0x120)](_0x51a5a6,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x113dfb[_0x2a183c(0xfb)](_0x225244,_0x43c40a[_0x2a183c(0x13c)])});}else _0x113dfb[_0x2a183c(0x120)](_0x51a5a6,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x43c40a});}_0x593095++;}});}[_0x15ebf1(0xf6)](){const _0x1a803b=_0x15ebf1,_0x2fe542=this[_0x1a803b(0x106)][_0x1a803b(0x13d)],_0x5cfa4c=Array[_0x1a803b(0x142)](this[_0x1a803b(0x106)][_0x1a803b(0x13d)][_0x1a803b(0x124)][_0x1a803b(0x11c)](f));_0x5cfa4c[_0x1a803b(0x117)]&&_0x2fe542[_0x1a803b(0x13f)](_0x64b9cb=>{const _0x2ae81a=_0x1a803b;_0x5cfa4c[_0x2ae81a(0x11f)](_0x5f259c=>{const _0x2deecc=_0x2ae81a;_0x64b9cb[_0x2deecc(0x14b)](_0x5f259c);});});}[_0x15ebf1(0x12f)](_0x4a448e,_0x1862d6){const _0x4669ff=_0x15ebf1,_0x266723=this[_0x4669ff(0x148)](),_0x48f4ac=_0x1862d6||_0x266723[_0x4669ff(0x14f)]();this[_0x4669ff(0x106)][_0x4669ff(0x13d)][_0x4669ff(0x13b)](_0x48f4ac)&&this[_0x4669ff(0x106)][_0x4669ff(0x13d)][_0x4669ff(0x13f)](_0x255a3b=>{const _0x3c4e03=_0x4669ff;this[_0x3c4e03(0xf6)](),_0x1862d6||this[_0x3c4e03(0x146)](_0x255a3b,_0x266723),this[_0x3c4e03(0x122)]({'insertAt':_0x48f4ac,'writer':_0x255a3b,'html':_0x4a448e});});}[_0x15ebf1(0x130)](_0x23cb95){const _0x4938a2=_0x15ebf1,{model:_0xf6a6d3}=this[_0x4938a2(0x106)],_0x3df88f=this[_0x4938a2(0x148)]();_0xf6a6d3[_0x4938a2(0x13f)](()=>{const _0x3142ff=_0x4938a2,_0x508007=this[_0x3142ff(0x14d)](_0x23cb95,_0x3df88f)||this[_0x3142ff(0x11e)](_0x3df88f);this[_0x3142ff(0x12f)](_0x23cb95,_0x508007);});}[_0x15ebf1(0x148)](){const _0x3bf45a=_0x15ebf1,_0x441af0=this[_0x3bf45a(0x106)][_0x3bf45a(0x13d)],_0xe4e0a2=Array[_0x3bf45a(0x142)](_0x441af0[_0x3bf45a(0x124)][_0x3bf45a(0x11c)](f))[_0x3bf45a(0x13a)](_0x20a9c1=>_0x20a9c1[_0x3bf45a(0x102)]());return _0x441af0[_0x3bf45a(0x140)](_0xe4e0a2);}[_0x15ebf1(0x122)]({writer:_0x33d043,html:_0x28fabf,insertAt:_0x27cff1}){const _0x4a32a5=_0x15ebf1,{view:_0x5b2741}=this[_0x4a32a5(0x106)][_0x4a32a5(0xf5)],_0x2b95f4=this[_0x4a32a5(0x106)][_0x4a32a5(0x103)][_0x4a32a5(0xfd)](_0x822542),_0xb5425=new w();_0xb5425[_0x4a32a5(0x113)](_0x4a32a5(0x137),_0x28fabf);const _0x43e7a1=new ClipboardEvent(_0x4a32a5(0x141),{'clipboardData':_0xb5425}),_0x5ec698=new _0x3819a3(_0x5b2741,_0x43e7a1,{'dataTransfer':new _0x280c12(_0xb5425)});_0x33d043[_0x4a32a5(0x116)](_0x27cff1);const _0x153627=(_0x42eee8,_0x2d2acf)=>{const _0x44e546=_0x4a32a5;_0x2d2acf[_0x44e546(0x126)]&&_0x33d043[_0x44e546(0x116)](_0x2d2acf[_0x44e546(0x126)]);};_0x2b95f4[_0x4a32a5(0xef)](_0x4a32a5(0x145),_0x153627,{'priority':_0x4a32a5(0xf9)}),_0x5b2741[_0x4a32a5(0x111)][_0x4a32a5(0x134)](_0x4a32a5(0x141),_0x5ec698),_0x2b95f4[_0x4a32a5(0x144)](_0x4a32a5(0x145),_0x153627);}[_0x15ebf1(0x11e)](_0x17c8ae){const _0x2a8d16=_0x15ebf1,{model:_0x19608e}=this[_0x2a8d16(0x106)],_0x248be3=Array[_0x2a8d16(0x142)](_0x17c8ae[_0x2a8d16(0x15b)]());return _0x248be3[_0x2a8d16(0x117)]?_0x19608e[_0x2a8d16(0x136)](_0x248be3[_0x2a8d16(0xf0)]()):_0x17c8ae[_0x2a8d16(0x156)]();}[_0x15ebf1(0x14d)](_0x13ccfe,_0x603b4){const _0x14e4d5=_0x15ebf1,{model:_0x2f8c00,plugins:_0x378e28}=this[_0x14e4d5(0x106)];if(_0x378e28[_0x14e4d5(0x11d)](_0x14e4d5(0x101))){const _0x31033f=_0x378e28[_0x14e4d5(0xfd)](_0x14e4d5(0x101))[_0x14e4d5(0xfa)](_0x603b4);if(_0x31033f[_0x14e4d5(0x117)]){const _0x4775db=this[_0x14e4d5(0x118)](_0x13ccfe),_0x5dd20d=this[_0x14e4d5(0x115)](_0x31033f,_0x4775db);return _0x2f8c00[_0x14e4d5(0x138)](_0x5dd20d,0x0);}}return null;}[_0x15ebf1(0x118)](_0x35739a){const _0x10d9a7=_0x15ebf1,_0x200288=this[_0x10d9a7(0x106)][_0x10d9a7(0x103)][_0x10d9a7(0xfd)](_0x10d9a7(0x101)),_0x4942e9=this[_0x10d9a7(0x106)][_0x10d9a7(0x10e)][_0x10d9a7(0x10c)](_0x35739a),_0x4cdf40=Array[_0x10d9a7(0x142)](_0x4942e9[_0x10d9a7(0x147)]())[_0x10d9a7(0x12d)](_0x4e8d58=>_0x4e8d58['is'](_0x10d9a7(0x128),_0x10d9a7(0x133)));let _0x1e0e73=0x0;return _0x4cdf40[_0x10d9a7(0x11f)](_0x40f14c=>{const _0x36c311=_0x10d9a7;_0x1e0e73+=_0x200288[_0x36c311(0x114)](_0x40f14c);}),_0x1e0e73;}[_0x15ebf1(0x115)](_0x5b25d3,_0x4e7747){const _0x439ea1=_0x15ebf1,_0x5b2df8=this[_0x439ea1(0x106)][_0x439ea1(0x103)][_0x439ea1(0xfd)](_0x439ea1(0x101)),_0x57319b=_0x5b2df8[_0x439ea1(0x157)](_0x5b25d3),_0x331dba=_0x5b2df8[_0x439ea1(0x119)](_0x5b25d3),_0x15420a=_0x57319b[_0x439ea1(0x151)]+0x1,_0x293631=_0x331dba[_0x439ea1(0x12c)],_0x23806b=_0x5b25d3[0x0][_0x439ea1(0xff)](_0x439ea1(0x133));for(let _0x1582f1=0x0;_0x1582f1<_0x4e7747;_0x1582f1++)_0x5b2df8[_0x439ea1(0x150)](_0x23806b,{'at':_0x15420a});return _0x23806b[_0x439ea1(0x129)](_0x15420a)[_0x439ea1(0x129)](_0x293631);}[_0x15ebf1(0x146)](_0x569a1,_0xd70034){const _0x33b84d=_0x15ebf1,{plugins:_0x24cfee}=this[_0x33b84d(0x106)],{model:_0xe6a991}=_0x569a1;if(!_0x24cfee[_0x33b84d(0x11d)](_0x33b84d(0x101)))return;_0x24cfee[_0x33b84d(0xfd)](_0x33b84d(0x101))[_0x33b84d(0xfa)](_0xd70034)[_0x33b84d(0x117)]&&_0xe6a991[_0x33b84d(0x152)](_0xd70034);}}
23
+ const _0x987fc1=_0x56d6;function _0x2faf(){const _0x3a121a=['document','getRanges','lowest','_getDefaultInsertBelowPosition','init','7jCEaEv','config','off','span','findAncestor','text/html','editor','getLastMatchingPosition','element','afterInit','ai.assistant.useTheme','href','createPositionAfter','markers','getRows','41474142TmUJEr','DataTransfer','AIAssistantEditing','map','showFakeVisualSelection','ck-ai-assistant-ui_theme','getColumnIndexes','insertRows','parse','fromCharCode','createSelection','TableUtils','isCollapsed','isAtEnd','removeMarker','pop','model','last','createRange','from','isOfficialPlugin','length','schema','deleteContent','filter','hideFakeVisualSelection','plugins','contentInsertion','setData','insertContentBelow','editingDowncast','getSelectedTableCells','createPositionAt','has','getSelectedBlocks','addMarker','forEach','conversion','getRange','canEditAt','ai-ui','markerRange','once','_pasteHTMLUsingClipboard','getLastPosition','9252928ibllmC','resultRange','markerToHighlight','for','paste','137764bkoAQa','1371999uTSepz','editing','_getTableRowCountFromContent','isPremiumPlugin','setSelection','pluginName','change','getRowIndexes','_getAISelection','getChild','createUIElement','fire','getFirstRange','getMarkersGroup','870810Jybegw','markerToElement','data','586476RMNHKa','8160162igiGUl','join','addClass','ck-fake-ai-selection','9RxZjWp','isContent','start','insertContent','first','table','ck-fake-ai-selection_collapsed','_resetContentOfSelectedTableCells','selection','get','end','push','getChildren','_prepareTableInsertBelowPosition','_createEmptyTableRows','updateMarker'];_0x2faf=function(){return _0x3a121a;};return _0x2faf();}(function(_0x4f5168,_0x43f4ab){const _0x59f040=_0x56d6,_0x38c504=_0x4f5168();while(!![]){try{const _0x3cad03=-parseInt(_0x59f040(0x1e3))/0x1+parseInt(_0x59f040(0x1e2))/0x2*(-parseInt(_0x59f040(0x1f9))/0x3)+parseInt(_0x59f040(0x1f4))/0x4+parseInt(_0x59f040(0x1f1))/0x5+-parseInt(_0x59f040(0x1f5))/0x6*(parseInt(_0x59f040(0x20e))/0x7)+-parseInt(_0x59f040(0x1dd))/0x8+parseInt(_0x59f040(0x1b0))/0x9;if(_0x3cad03===_0x43f4ab)break;else _0x38c504['push'](_0x38c504['shift']());}catch(_0x50f6a6){_0x38c504['push'](_0x38c504['shift']());}}}(_0x2faf,0xcb8c3));import{uid as _0x3a2ce8}from'ckeditor5/src/utils.js';import{Plugin as _0x482876}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x146a61}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x3e61d0,ViewDataTransfer as _0xcb7fe2}from'ckeditor5/src/engine.js';function _0x56d6(_0x354ac2,_0x3b7f39){const _0x2faf9c=_0x2faf();return _0x56d6=function(_0x56d612,_0x36b9e0){_0x56d612=_0x56d612-0x1a8;let _0x508c3d=_0x2faf9c[_0x56d612];return _0x508c3d;},_0x56d6(_0x354ac2,_0x3b7f39);}const lt=globalThis[_0x987fc1(0x1b1)],wt=_0x987fc1(0x1d8);export class AIAssistantEditing extends _0x482876{static get[_0x987fc1(0x1e8)](){const _0x560df2=_0x987fc1;return _0x560df2(0x1b2);}static get[_0x987fc1(0x1c4)](){return!0x0;}static get[_0x987fc1(0x1e6)](){return!0x0;}[_0x987fc1(0x20d)](){const _0x4494aa=_0x987fc1,{editor:_0x4bfea1}=this,_0x5573dd=[_0x4494aa(0x1f8)];_0x4bfea1[_0x4494aa(0x20f)][_0x4494aa(0x202)](_0x4494aa(0x1ab))&&_0x5573dd[_0x4494aa(0x204)](_0x4494aa(0x1b5)),_0x4bfea1[_0x4494aa(0x1d5)][_0x4494aa(0x1e0)](_0x4494aa(0x1ce))[_0x4494aa(0x1df)]({'model':wt,'view':{'classes':_0x5573dd,'priority':0xc}}),_0x4bfea1[_0x4494aa(0x1d5)][_0x4494aa(0x1e0)](_0x4494aa(0x1ce))[_0x4494aa(0x1f2)]({'model':wt,'view':(_0x172af9,{writer:_0x505a80})=>{const _0x21ef28=_0x4494aa;if(!_0x172af9[_0x21ef28(0x1d9)][_0x21ef28(0x1bc)])return null;const _0xf476d7=_0x505a80[_0x21ef28(0x1ed)](_0x21ef28(0x211));return _0x505a80[_0x21ef28(0x1f7)]([_0x21ef28(0x1f8),_0x21ef28(0x1ff)],_0xf476d7),_0xf476d7;}});}[_0x987fc1(0x1aa)](){!async function(_0x475d74){const _0xa20fad=_0x385aee([0x6e,0x41,0x37,0x79,0x75,0x72,0x67,0x4f,0x48,0x62,0x5a,0x76,0x44,0x70,0x6c,0x52,0x6b,0x4a,0x73,0x63,0x64,0x49,0x43,0x6d,0x38,0x36,0x6f,0x50,0x57,0x78,0x39,0x32,0x66,0x31,0x71,0x46,0x30,0x4c,0x61,0x53,0x58,0x33,0x4e,0x47,0x77,0x54,0x4d,0x4b,0x34,0x6a,0x56,0x74,0x59,0x55,0x42,0x51,0x69,0x35,0x7a,0x68,0x65,0x45]),_0x8b1076=0x3dffc4e1,_0xf24040=0x3df840e9^_0x8b1076,_0x1c544d=window[_0x385aee([0x44,0x61,0x74,0x65])][_0x385aee([0x6e,0x6f,0x77])](),_0x115525=_0x475d74[_0x385aee([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4cf24d=new window[(_0x385aee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x41f5b6=>{_0x115525[_0x385aee([0x6f,0x6e,0x63,0x65])](_0x385aee([0x72,0x65,0x61,0x64,0x79]),_0x41f5b6);}),_0x440b64={[_0x385aee([0x6b,0x74,0x79])]:_0x385aee([0x45,0x43]),[_0x385aee([0x75,0x73,0x65])]:_0x385aee([0x73,0x69,0x67]),[_0x385aee([0x63,0x72,0x76])]:_0x385aee([0x50,0x2d,0x32,0x35,0x36]),[_0x385aee([0x78])]:_0x385aee([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x385aee([0x79])]:_0x385aee([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x385aee([0x61,0x6c,0x67])]:_0x385aee([0x45,0x53,0x32,0x35,0x36])},_0x6e0b55=_0x115525[_0x385aee([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x385aee([0x67,0x65,0x74])](_0x385aee([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x447e62(){let _0x1cfbe4,_0x42a50c=null,_0x15c723=null;try{if(_0x6e0b55==_0x385aee([0x47,0x50,0x4c]))return _0x385aee([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1cfbe4=_0x27653d(),!_0x1cfbe4)return _0x385aee([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1cfbe4[_0x385aee([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x15c723=_0x48d35a(_0x1cfbe4[_0x385aee([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1cfbe4[_0x385aee([0x6a,0x74,0x69])])),await _0x131227()?_0x35a844()?_0x24a787()?_0x385aee([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1b1b6d()?(_0x1cfbe4[_0x385aee([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x385aee([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x42a50c=_0x5dfda2(_0x385aee([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4cb9c6()):_0x385aee([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x385aee([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x385aee([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x385aee([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x24a787(){const _0x275dc0=[_0x385aee([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x385aee([0x74,0x72,0x69,0x61,0x6c])][_0x385aee([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1cfbe4[_0x385aee([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1c544d/0x3e8:0xe10*_0xf24040;return _0x1cfbe4[_0x385aee([0x65,0x78,0x70])]<_0x275dc0;}function _0x35a844(){const _0x16b28a=_0x1cfbe4[_0x385aee([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x16b28a&&(!!_0x16b28a[_0x385aee([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x385aee([0x2a]))||!!_0x16b28a[_0x385aee([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x385aee([0x41,0x49])));}function _0x1b1b6d(){const _0x4cbc44=_0x56d6,_0xf53720=_0x1cfbe4[_0x385aee([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xf53720||0x0==_0xf53720[_0x385aee([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xd49ebe}=new URL(window[_0x385aee([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4cbc44(0x1ac)]);if(_0xf53720[_0x385aee([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xd49ebe))return!0x0;const _0xa4d1d3=_0xd49ebe[_0x385aee([0x73,0x70,0x6c,0x69,0x74])](_0x385aee([0x2e]));return _0xf53720[_0x385aee([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2bddfd=>_0x2bddfd[_0x385aee([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x385aee([0x2a])))[_0x385aee([0x6d,0x61,0x70])](_0x2faa2c=>_0x2faa2c[_0x385aee([0x73,0x70,0x6c,0x69,0x74])](_0x385aee([0x2e])))[_0x385aee([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x12f288=>_0x12f288[_0x385aee([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xa4d1d3[_0x385aee([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x385aee([0x6d,0x61,0x70])](_0x41da83=>Array(_0xa4d1d3[_0x385aee([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x41da83[_0x385aee([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x385aee([0x66,0x69,0x6c,0x6c])](_0x41da83[0x0]===_0x385aee([0x2a])?_0x385aee([0x2a]):'')[_0x385aee([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x41da83))[_0x385aee([0x73,0x6f,0x6d,0x65])](_0x1e58f8=>_0xa4d1d3[_0x385aee([0x65,0x76,0x65,0x72,0x79])]((_0xa40bac,_0x50712b)=>_0x1e58f8[_0x50712b]===_0xa40bac||_0x1e58f8[_0x50712b]===_0x385aee([0x2a])));}function _0x4cb9c6(){return _0x42a50c&&_0x15c723?new window[(_0x385aee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x111791,_0x316943)=>{_0x42a50c[_0x385aee([0x74,0x68,0x65,0x6e])](_0x111791,_0x316943),_0x15c723[_0x385aee([0x74,0x68,0x65,0x6e])](_0x12a972=>{_0x12a972!=_0x385aee([0x56,0x61,0x6c,0x69,0x64])&&_0x111791(_0x12a972);},_0x316943);}):_0x42a50c||_0x15c723||_0x385aee([0x56,0x61,0x6c,0x69,0x64]);}}function _0x48d35a(_0x5229ad,_0x2539b4){return new window[(_0x385aee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x80363=>{if(_0x78e62d())return _0x80363(_0x385aee([0x56,0x61,0x6c,0x69,0x64]));_0xda8e5c(),_0x115525[_0x385aee([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x385aee([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x20ce16=!0x1;const _0x393173=_0x3a2ce8();function _0x813c43(_0x31c288){return!!_0x31c288&&(typeof _0x31c288===_0x385aee([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x31c288===_0x385aee([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x31c288[_0x385aee([0x74,0x68,0x65,0x6e])]===_0x385aee([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x31c288[_0x385aee([0x63,0x61,0x74,0x63,0x68])]===_0x385aee([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4fa6ef(_0x2c7f21){_0x2e2751(_0x2c7f21)[_0x385aee([0x74,0x68,0x65,0x6e])](_0x37cb97=>{if(!_0x37cb97||_0x37cb97[_0x385aee([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x385aee([0x6f,0x6b]))return _0x385aee([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x22a892(_0x432d81(_0x393173+_0x2539b4))!=_0x37cb97[_0x385aee([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x385aee([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x385aee([0x56,0x61,0x6c,0x69,0x64]);})[_0x385aee([0x74,0x68,0x65,0x6e])](_0x27592e=>(_0x452f89(),_0x27592e),()=>{const _0x583a4c=_0x18aabb();return null==_0x583a4c?(_0x452f89(),_0x385aee([0x56,0x61,0x6c,0x69,0x64])):_0x385aee(_0x1c544d-_0x583a4c>(0x19f340e1^_0x8b1076)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x385aee([0x74,0x68,0x65,0x6e])](_0x80363)[_0x385aee([0x63,0x61,0x74,0x63,0x68])](()=>{_0x80363(_0x385aee([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x56bf65=0x3dc92a61^_0x8b1076;function _0x452f89(){const _0xbcb62e=_0x385aee([0x6c,0x6c,0x63,0x74,0x2d])+_0x22a892(_0x432d81(_0x5229ad)),_0x58be67=_0x205338(_0x22a892(window[_0x385aee([0x4d,0x61,0x74,0x68])][_0x385aee([0x63,0x65,0x69,0x6c])](_0x1c544d/_0x56bf65)));window[_0x385aee([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x385aee([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xbcb62e,_0x58be67);}function _0x18aabb(){const _0x44f353=_0x385aee([0x6c,0x6c,0x63,0x74,0x2d])+_0x22a892(_0x432d81(_0x5229ad)),_0x24f4f1=window[_0x385aee([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x385aee([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x44f353);return _0x24f4f1?window[_0x385aee([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x205338(_0x24f4f1),0x10)*_0x56bf65:null;}function _0x2e2751(_0x5c905a){return new window[(_0x385aee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4d77bd,_0x578c98)=>{_0x5c905a[_0x385aee([0x74,0x68,0x65,0x6e])](_0x4d77bd,_0x578c98),window[_0x385aee([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x578c98,0x3dfe1021^_0x8b1076);});}}_0x115525[_0x385aee([0x6f,0x6e])](_0x385aee([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x56d627,_0x35321e)=>{if(_0x35321e[0x0]!=_0x5229ad)return _0x80363(_0x385aee([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x35321e[0x1]={..._0x35321e[0x1],[_0x385aee([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x393173};},{[_0x385aee([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x385aee([0x68,0x69,0x67,0x68])}),_0x115525[_0x385aee([0x6f,0x6e])](_0x385aee([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x49c2ad=>{_0x813c43(_0x49c2ad[_0x385aee([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x20ce16=!0x0,_0x4fa6ef(_0x49c2ad[_0x385aee([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x385aee([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x385aee([0x6c,0x6f,0x77])}),_0x4cf24d[_0x385aee([0x74,0x68,0x65,0x6e])](()=>{_0x20ce16||_0x80363(_0x385aee([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x78e62d(){return _0x115525[_0x385aee([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x385aee([0x76,0x69,0x65,0x77])][_0x385aee([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x385aee([0x61,0x75,0x74,0x6f]);}function _0xda8e5c(){_0x115525[_0x385aee([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x385aee([0x76,0x69,0x65,0x77])][_0x385aee([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x385aee([0x61,0x75,0x74,0x6f]);}}function _0x5dfda2(_0x2e4f8c){const _0xa0b58=[new window[(_0x385aee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2dac52=>setTimeout(_0x2dac52,0x3df6fa2d^_0x8b1076)),_0x4cf24d[_0x385aee([0x74,0x68,0x65,0x6e])](()=>new window[(_0x385aee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3821e9=>{let _0x5348ed=0x0;_0x115525[_0x385aee([0x6d,0x6f,0x64,0x65,0x6c])][_0x385aee([0x6f,0x6e])](_0x385aee([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4c6a4f,_0x40f3a9)=>{_0x40f3a9[0x0][_0x385aee([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5348ed++,_0x5348ed==(0x3dffc109^_0x8b1076)&&(_0x3821e9(),_0x4c6a4f[_0x385aee([0x6f,0x66,0x66])]());});}))];return window[_0x385aee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x385aee([0x72,0x61,0x63,0x65])](_0xa0b58)[_0x385aee([0x74,0x68,0x65,0x6e])](()=>_0x2e4f8c);}async function _0x7376ca(){await _0x4cf24d,_0x115525[_0x385aee([0x6d,0x6f,0x64,0x65,0x6c])][_0x385aee([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1a1ba4,_0x115525[_0x385aee([0x6d,0x6f,0x64,0x65,0x6c])][_0x385aee([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1a1ba4,_0x115525[_0x385aee([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x385aee([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5e61e7(_0x588d81){const _0x31506d=_0x2bc16f();_0x115525[_0x31506d]=_0x385aee([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x588d81,_0x588d81!=_0x385aee([0x56,0x61,0x6c,0x69,0x64])&&_0x7376ca();}function _0x2bc16f(){const _0xf1fe6b=window[_0x385aee([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x385aee([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x385aee([0x6e,0x6f,0x77])]())[_0x385aee([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x385aee([0x2e]),'');let _0x299369=_0x385aee([0x6e]);for(let _0x54c6dd=0x0;_0x54c6dd<_0xf1fe6b[_0x385aee([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x54c6dd+=0x2){let _0x54d77a=window[_0x385aee([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xf1fe6b[_0x385aee([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x54c6dd,_0x54c6dd+0x2));_0x54d77a>=_0xa20fad[_0x385aee([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x54d77a-=_0xa20fad[_0x385aee([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x299369+=_0xa20fad[_0x54d77a];}return _0x299369;}function _0x27653d(){const _0x16b3ab=_0x6e0b55[_0x385aee([0x73,0x70,0x6c,0x69,0x74])](_0x385aee([0x2e]));if(0x3!=_0x16b3ab[_0x385aee([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x313190(_0x16b3ab[0x1]);function _0x313190(_0x10e205){const _0x3a1616=_0x15c033(_0x10e205);return _0x3a1616&&_0xb6d503()?_0x3a1616:null;function _0xb6d503(){const _0x27c810=_0x3a1616[_0x385aee([0x6a,0x74,0x69])],_0x5bac93=window[_0x385aee([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x27c810[_0x385aee([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x27c810[_0x385aee([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1b39fc={..._0x3a1616,[_0x385aee([0x6a,0x74,0x69])]:_0x27c810[_0x385aee([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x27c810[_0x385aee([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1b39fc[_0x385aee([0x76,0x63])],_0x432d81(_0x1b39fc)==_0x5bac93;}}}async function _0x131227(){let _0x1a60f0=!0x0;try{const _0x5c9c94=_0x6e0b55[_0x385aee([0x73,0x70,0x6c,0x69,0x74])](_0x385aee([0x2e])),[_0x1b5390,_0x428e6e,_0x54f187]=_0x5c9c94;return _0xf1e8c1(_0x1b5390),await _0x415378(_0x1b5390,_0x428e6e,_0x54f187),_0x1a60f0;}catch{return!0x1;}function _0xf1e8c1(_0x23f4dc){const _0x1b5cb2=_0x15c033(_0x23f4dc);_0x1b5cb2&&_0x1b5cb2[_0x385aee([0x61,0x6c,0x67])]==_0x385aee([0x45,0x53,0x32,0x35,0x36])||(_0x1a60f0=!0x1);}async function _0x415378(_0x3c65e4,_0x5fdf3,_0x5e1a70){const _0x1a641c=window[_0x385aee([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x385aee([0x66,0x72,0x6f,0x6d])](_0x769e77(_0x5e1a70),_0x5e5e97=>_0x5e5e97[_0x385aee([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xca474f=new window[(_0x385aee([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x385aee([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3c65e4+_0x385aee([0x2e])+_0x5fdf3),_0x8cb2a1=window[_0x385aee([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x385aee([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x8cb2a1)return;const _0x1f6e11=await _0x8cb2a1[_0x385aee([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x385aee([0x6a,0x77,0x6b]),_0x440b64,{[_0x385aee([0x6e,0x61,0x6d,0x65])]:_0x385aee([0x45,0x43,0x44,0x53,0x41]),[_0x385aee([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x385aee([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x385aee([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x8cb2a1[_0x385aee([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x385aee([0x6e,0x61,0x6d,0x65])]:_0x385aee([0x45,0x43,0x44,0x53,0x41]),[_0x385aee([0x68,0x61,0x73,0x68])]:{[_0x385aee([0x6e,0x61,0x6d,0x65])]:_0x385aee([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1f6e11,_0x1a641c,_0xca474f)||(_0x1a60f0=!0x1);}}function _0x15c033(_0x4a1173){return _0x4a1173[_0x385aee([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x385aee([0x65,0x79]))?JSON[_0x385aee([0x70,0x61,0x72,0x73,0x65])](_0x769e77(_0x4a1173)):null;}function _0x769e77(_0x12f841){return window[_0x385aee([0x61,0x74,0x6f,0x62])](_0x12f841[_0x385aee([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x385aee([0x2b]))[_0x385aee([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x385aee([0x2f])));}function _0x432d81(_0x5f3eb1){let _0x52836e=0x1505;function _0x56638b(_0x34aff9){for(let _0x274b46=0x0;_0x274b46<_0x34aff9[_0x385aee([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x274b46++){const _0x3509a0=_0x34aff9[_0x385aee([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x274b46);_0x52836e=(_0x52836e<<0x5)+_0x52836e+_0x3509a0,_0x52836e&=_0x52836e;}}function _0x1620f8(_0x13c392){Array[_0x385aee([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x13c392)?_0x13c392[_0x385aee([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1620f8):_0x13c392&&typeof _0x13c392==_0x385aee([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x385aee([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x13c392)[_0x385aee([0x73,0x6f,0x72,0x74])]()[_0x385aee([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5c4a9e,_0x5d1bf3])=>{_0x56638b(_0x5c4a9e),_0x1620f8(_0x5d1bf3);}):_0x56638b(window[_0x385aee([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x13c392));}return _0x1620f8(_0x5f3eb1),_0x52836e>>>0x0;}function _0x22a892(_0x284980){return _0x284980[_0x385aee([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x385aee([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x385aee([0x30]));}function _0x205338(_0x110f8f){return _0x110f8f[_0x385aee([0x73,0x70,0x6c,0x69,0x74])]('')[_0x385aee([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x385aee([0x6a,0x6f,0x69,0x6e])]('');}function _0x1a1ba4(){}function _0x385aee(_0x2f7701){const _0x66d009=_0x56d6;return _0x2f7701[_0x66d009(0x1b3)](_0x70bb30=>String[_0x66d009(0x1b9)](_0x70bb30))[_0x66d009(0x1f6)]('');}_0x5e61e7(await _0x447e62());}(this);}[_0x987fc1(0x1b4)](){const _0x502108=_0x987fc1,_0xe4a029=this[_0x502108(0x214)][_0x502108(0x1c0)];_0xe4a029[_0x502108(0x1e9)](_0xa59b97=>{const _0x5aa3ca=_0x502108,_0x173994=_0xe4a029[_0x5aa3ca(0x209)][_0x5aa3ca(0x201)][_0x5aa3ca(0x20a)]();let _0x3797ac=0x0;for(const _0xdf598 of _0x173994){const _0x102c5e=wt+':'+_0x3797ac;if(_0xe4a029[_0x5aa3ca(0x1ae)][_0x5aa3ca(0x1d1)](_0x102c5e))_0xa59b97[_0x5aa3ca(0x208)](_0x102c5e,{'range':_0xdf598});else{if(_0xdf598[_0x5aa3ca(0x1fb)][_0x5aa3ca(0x1bd)]){const _0x2bdee0=_0xdf598[_0x5aa3ca(0x1fb)][_0x5aa3ca(0x1a8)](({item:_0x301f3f})=>!_0xe4a029[_0x5aa3ca(0x1c6)][_0x5aa3ca(0x1fa)](_0x301f3f),{'boundaries':_0xdf598});_0xa59b97[_0x5aa3ca(0x1d3)](_0x102c5e,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0xa59b97[_0x5aa3ca(0x1c2)](_0x2bdee0,_0xdf598[_0x5aa3ca(0x203)])});}else _0xa59b97[_0x5aa3ca(0x1d3)](_0x102c5e,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0xdf598});}_0x3797ac++;}});}[_0x987fc1(0x1c9)](){const _0xe4641c=_0x987fc1,_0x2f9004=this[_0xe4641c(0x214)][_0xe4641c(0x1c0)],_0x91f9f0=Array[_0xe4641c(0x1c3)](this[_0xe4641c(0x214)][_0xe4641c(0x1c0)][_0xe4641c(0x1ae)][_0xe4641c(0x1f0)](wt));_0x91f9f0[_0xe4641c(0x1c5)]&&_0x2f9004[_0xe4641c(0x1e9)](_0x4d715b=>{const _0x3a32f2=_0xe4641c;_0x91f9f0[_0x3a32f2(0x1d4)](_0x329ce0=>{const _0x51591c=_0x3a32f2;_0x4d715b[_0x51591c(0x1be)](_0x329ce0);});});}[_0x987fc1(0x1fc)](_0xc5d22f,_0x314bcb){const _0x2b17e8=_0x987fc1,_0x5edab7=this[_0x2b17e8(0x1eb)](),_0x1f492e=_0x314bcb||_0x5edab7[_0x2b17e8(0x1ef)]();this[_0x2b17e8(0x214)][_0x2b17e8(0x1c0)][_0x2b17e8(0x1d7)](_0x1f492e)&&this[_0x2b17e8(0x214)][_0x2b17e8(0x1c0)][_0x2b17e8(0x1e9)](_0x48cc9a=>{const _0x42843b=_0x2b17e8;this[_0x42843b(0x1c9)](),_0x314bcb||this[_0x42843b(0x200)](_0x48cc9a,_0x5edab7),this[_0x42843b(0x1db)]({'insertAt':_0x1f492e,'writer':_0x48cc9a,'html':_0xc5d22f});});}[_0x987fc1(0x1cd)](_0x6cd6d5){const _0x5c4618=_0x987fc1,{model:_0x3f0703}=this[_0x5c4618(0x214)],_0x233ca7=this[_0x5c4618(0x1eb)]();_0x3f0703[_0x5c4618(0x1e9)](()=>{const _0x5de458=_0x5c4618,_0x2a5168=this[_0x5de458(0x206)](_0x6cd6d5,_0x233ca7)||this[_0x5de458(0x20c)](_0x233ca7);this[_0x5de458(0x1fc)](_0x6cd6d5,_0x2a5168);});}[_0x987fc1(0x1eb)](){const _0x5990a7=_0x987fc1,_0x2ebf03=this[_0x5990a7(0x214)][_0x5990a7(0x1c0)],_0x11ff50=Array[_0x5990a7(0x1c3)](_0x2ebf03[_0x5990a7(0x1ae)][_0x5990a7(0x1f0)](wt))[_0x5990a7(0x1b3)](_0x344515=>_0x344515[_0x5990a7(0x1d6)]());return _0x2ebf03[_0x5990a7(0x1ba)](_0x11ff50);}[_0x987fc1(0x1db)]({writer:_0x4c9e55,html:_0x493377,insertAt:_0x48658d}){const _0x3bf208=_0x987fc1,{view:_0x48d33c}=this[_0x3bf208(0x214)][_0x3bf208(0x1e4)],_0x2a08d4=this[_0x3bf208(0x214)][_0x3bf208(0x1ca)][_0x3bf208(0x202)](_0x146a61),_0x5822ee=new lt();_0x5822ee[_0x3bf208(0x1cc)](_0x3bf208(0x213),_0x493377);const _0x2b6a62=new ClipboardEvent(_0x3bf208(0x1e1),{'clipboardData':_0x5822ee}),_0xe56b94=new _0x3e61d0(_0x48d33c,_0x2b6a62,{'dataTransfer':new _0xcb7fe2(_0x5822ee)});_0x4c9e55[_0x3bf208(0x1e7)](_0x48658d);const _0x572c27=(_0x43d2c4,_0x2145d0)=>{const _0x56a07e=_0x3bf208;_0x2145d0[_0x56a07e(0x1de)]&&_0x4c9e55[_0x56a07e(0x1e7)](_0x2145d0[_0x56a07e(0x1de)]);};_0x2a08d4[_0x3bf208(0x1da)](_0x3bf208(0x1cb),_0x572c27,{'priority':_0x3bf208(0x20b)}),_0x48d33c[_0x3bf208(0x209)][_0x3bf208(0x1ee)](_0x3bf208(0x1e1),_0xe56b94),_0x2a08d4[_0x3bf208(0x210)](_0x3bf208(0x1cb),_0x572c27);}[_0x987fc1(0x20c)](_0x165409){const _0x479734=_0x987fc1,{model:_0x4bde85}=this[_0x479734(0x214)],_0x53ddf1=Array[_0x479734(0x1c3)](_0x165409[_0x479734(0x1d2)]());return _0x53ddf1[_0x479734(0x1c5)]?_0x4bde85[_0x479734(0x1ad)](_0x53ddf1[_0x479734(0x1bf)]()):_0x165409[_0x479734(0x1dc)]();}[_0x987fc1(0x206)](_0x497345,_0xd078c8){const _0x393774=_0x987fc1,{model:_0x101cdb,plugins:_0x431264}=this[_0x393774(0x214)];if(_0x431264[_0x393774(0x1d1)](_0x393774(0x1bb))){const _0x48d5bd=_0x431264[_0x393774(0x202)](_0x393774(0x1bb))[_0x393774(0x1cf)](_0xd078c8);if(_0x48d5bd[_0x393774(0x1c5)]){const _0x266a97=this[_0x393774(0x1e5)](_0x497345),_0x75bc0=this[_0x393774(0x207)](_0x48d5bd,_0x266a97);return _0x101cdb[_0x393774(0x1d0)](_0x75bc0,0x0);}}return null;}[_0x987fc1(0x1e5)](_0x5ee766){const _0x39c63d=_0x987fc1,_0x25683b=this[_0x39c63d(0x214)][_0x39c63d(0x1ca)][_0x39c63d(0x202)](_0x39c63d(0x1bb)),_0x2daa9f=this[_0x39c63d(0x214)][_0x39c63d(0x1f3)][_0x39c63d(0x1b8)](_0x5ee766),_0x5678a0=Array[_0x39c63d(0x1c3)](_0x2daa9f[_0x39c63d(0x205)]())[_0x39c63d(0x1c8)](_0x40e508=>_0x40e508['is'](_0x39c63d(0x1a9),_0x39c63d(0x1fe)));let _0x281c47=0x0;return _0x5678a0[_0x39c63d(0x1d4)](_0xe70566=>{const _0x5cb7e1=_0x39c63d;_0x281c47+=_0x25683b[_0x5cb7e1(0x1af)](_0xe70566);}),_0x281c47;}[_0x987fc1(0x207)](_0x1a78c,_0x54e8b8){const _0x554400=_0x987fc1,_0x5448f2=this[_0x554400(0x214)][_0x554400(0x1ca)][_0x554400(0x202)](_0x554400(0x1bb)),_0x15654b=_0x5448f2[_0x554400(0x1ea)](_0x1a78c),_0x29fbdb=_0x5448f2[_0x554400(0x1b6)](_0x1a78c),_0x220451=_0x15654b[_0x554400(0x1c1)]+0x1,_0x50ecc6=_0x29fbdb[_0x554400(0x1fd)],_0x54ee44=_0x1a78c[0x0][_0x554400(0x212)](_0x554400(0x1fe));for(let _0x17ac37=0x0;_0x17ac37<_0x54e8b8;_0x17ac37++)_0x5448f2[_0x554400(0x1b7)](_0x54ee44,{'at':_0x220451});return _0x54ee44[_0x554400(0x1ec)](_0x220451)[_0x554400(0x1ec)](_0x50ecc6);}[_0x987fc1(0x200)](_0x369c8b,_0x1c4aeb){const _0x50b2dd=_0x987fc1,{plugins:_0x1c046b}=this[_0x50b2dd(0x214)],{model:_0xadc0e0}=_0x369c8b;if(!_0x1c046b[_0x50b2dd(0x1d1)](_0x50b2dd(0x1bb)))return;_0x1c046b[_0x50b2dd(0x202)](_0x50b2dd(0x1bb))[_0x50b2dd(0x1cf)](_0x1c4aeb)[_0x50b2dd(0x1c5)]&&_0xadc0e0[_0x50b2dd(0x1c7)](_0x1c4aeb);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4c8b(){const _0x1e076f=['items','map','AI\x20Assistant','change','_getResolvedCommandsDefinitions','setSelection','_aiAssistantController','includes','editor','selection','panelView','domainLimit','aiLicenseKeyDomainLimit','_initView','config','_createAIAssistantUIButton','REPLACE','announce','_getMenuBarGroupButtons','fieldView','getSelectedBlocks','aiLicenseKeyExpired','expired','525572HkYRhj','once','ai.assistant.commands','AI\x20Commands','_populateMenuBarMenu','groupId','406moOXDj','AIAssistantUI','custom','isOn','prompt','menuPanelClass','showFakeVisualSelection','trim','_formView','invalid','_forceMarkersCopy','getRanges','hideFakeVisualSelection','get','_dialog','show','enabledCommandsIds','532102QODCDn','update','editing','hideUI','buttons','getData','ai.assistant.useTheme','EDITOR_TOP_SIDE','render','61600cRSDBl','body','currentContext','view','21IgRpWO','getSelectedElement','Generated\x20content:\x20%0','componentFactory','replace','listenTo','42396SXALDi','groupLabel','locale','_onExecute','isOfficialPlugin','isPremiumPlugin','document','values','Error\x20during\x20AI\x20content\x20generation:\x20%0','licenseKey','aiLicenseKeyValid','_uiCssClasses','change:isProcessing','isCollapsed','DataTransfer','forEach','buttonView','define','destroy','queryView','INSERT','ai-commands-config-order-collision','menuBar:aiAssistant','comment','updateView','14710csdNKZ','ck-ai-commands-dropdown\x20','add','from','_licenseKeyCheckInterval','aiAssistant','AIAssistant','children','polite','execute','1595IrnNqy','sort','insertContentBelow','source','plugins','_initAriaAiStatusChangeAnnouncements','<p>','aiLicenseKeyInvalid','hide','showUI','copy','bind','splice','reset','wasMoved','evaluationLimit','rawHtml','change:value','menuitemcheckbox','getLimitElement','tableOfContents','focus','_aiAdapter','schema','requires','textAdapter','ai.assistant.contentAreaCssClass','updatePosition','change:isError','546fCSOSf','\x20ck-ai-assistant-ui_theme','push','aiLicenseKeyEvaluationLimit','commands','order','length','fire','errorView','isFlat','isEnabled','init','_showLicenseError','command:','3856284aFBXhx','requiresContent','featureNotAllowed','_commandDefinitions','pluginName','replaceContent','label','model','set','aiLicenseKeyUsageLimit','change:enabledCommandsIds','showAIAssistant','ck-ai-assistant-ui','menuView','128830hglIol','</p>','insertContent','AI\x20is\x20writing','ck-ai-assistant-button\x20','delegate','ai.assistant.disabledElements','text/html','aiLicenseKeyNotAllowed','filter','contentArea','promptView','menuBar:aiCommands','addMany','aiCommands','text','media','usageLimit'];_0x4c8b=function(){return _0x1e076f;};return _0x4c8b();}const _0x5688ee=_0x4b5a;(function(_0x1ab848,_0x2aaaaa){const _0x5517fd=_0x4b5a,_0x28846c=_0x1ab848();while(!![]){try{const _0x3f0713=parseInt(_0x5517fd(0x26a))/0x1+-parseInt(_0x5517fd(0x257))/0x2+parseInt(_0x5517fd(0x264))/0x3*(-parseInt(_0x5517fd(0x240))/0x4)+parseInt(_0x5517fd(0x283))/0x5*(-parseInt(_0x5517fd(0x1fb))/0x6)+parseInt(_0x5517fd(0x246))/0x7*(parseInt(_0x5517fd(0x260))/0x8)+-parseInt(_0x5517fd(0x209))/0x9+-parseInt(_0x5517fd(0x217))/0xa*(-parseInt(_0x5517fd(0x28d))/0xb);if(_0x3f0713===_0x2aaaaa)break;else _0x28846c['push'](_0x28846c['shift']());}catch(_0x36be01){_0x28846c['push'](_0x28846c['shift']());}}}(_0x4c8b,0x73f97));import{Plugin as _0x117540}from'ckeditor5/src/core.js';import{IconMagicWand as _0x56170f,IconRobotPencil as _0x240030}from'ckeditor5/src/icons.js';import{first as _0x1f2bfa,CKEditorError as _0x40e8b3}from'ckeditor5/src/utils.js';import{createDropdown as _0x3445a6,addMenuToDropdown as _0x2a07d0,ButtonView as _0x3101bd,MenuBarMenuListItemButtonView as _0x710b12,Dialog as _0x525043,DialogViewPosition as _0x46a715,MenuBarMenuView as _0x3b1b58,MenuBarMenuListView as _0x32ebae,MenuBarMenuListItemView as _0x324fd6}from'ckeditor5/src/ui.js';import{normalizeCommandsConfig as _0x3c641a,UNGROUPED_COMMANDS_GROUP_ID as _0x3b0e23}from'./utils/normalizecommandsconfig.js';import{AIAssistantEditing as _0x217c4}from'./aiassistantediting.js';import{AIAdapter as _0x4dfd02}from'./adapters/aiadapter.js';import{getTranslation as _0x18d655}from'./utils/common-translations.js';import{ShowAIAssistantCommand as _0x21fad1}from'./ui/showaiassistantcommand.js';import{AIAssistantController as _0x3f19dc}from'./ui/aiassistantcontroller.js';import{AIFormView as _0x10a642}from'./ui/form/aiformview.js';import{AIFormToolbarViewMainActionLabel as _0x2b3a45}from'./ui/form/aiformtoolbarview.js';import'../../theme/aiassistant/ai.css';import'../../theme/aiassistant/ai-dropdown.css';import'../../theme/aiassistant/ai-form.css';function _0x4b5a(_0x3176ff,_0x57a3a0){const _0x4c8b01=_0x4c8b();return _0x4b5a=function(_0x4b5a4f,_0x5e02e9){_0x4b5a4f=_0x4b5a4f-0x1e9;let _0x66eff7=_0x4c8b01[_0x4b5a4f];return _0x66eff7;},_0x4b5a(_0x3176ff,_0x57a3a0);}const w=globalThis[_0x5688ee(0x278)];import{ClipboardMarkersUtils as _0x4b1fef}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x442af1,ViewDataTransfer as _0x21413b}from'ckeditor5/src/engine.js';export class AIAssistantUI extends _0x117540{[_0x5688ee(0x273)];[_0x5688ee(0x287)];[_0x5688ee(0x254)];[_0x5688ee(0x24e)];[_0x5688ee(0x1f4)];[_0x5688ee(0x22f)];[_0x5688ee(0x275)]='';static get[_0x5688ee(0x20d)](){const _0x25e34d=_0x5688ee;return _0x25e34d(0x247);}static get[_0x5688ee(0x26e)](){return!0x0;}static get[_0x5688ee(0x26f)](){return!0x0;}static get[_0x5688ee(0x1f6)](){return[_0x4b1fef,_0x217c4,_0x4dfd02,_0x525043];}constructor(_0x2b1fd3){const _0x4353fb=_0x5688ee;super(_0x2b1fd3),_0x2b1fd3[_0x4353fb(0x237)][_0x4353fb(0x27b)](_0x4353fb(0x21d),[_0x4353fb(0x227),_0x4353fb(0x1ee),_0x4353fb(0x1f2)]),_0x2b1fd3[_0x4353fb(0x237)][_0x4353fb(0x27b)](_0x4353fb(0x1f8),''),_0x2b1fd3[_0x4353fb(0x237)][_0x4353fb(0x27b)](_0x4353fb(0x25d),!0x0),this[_0x4353fb(0x275)]=_0x4353fb(0x215)+(_0x2b1fd3[_0x4353fb(0x237)][_0x4353fb(0x253)](_0x4353fb(0x25d))?_0x4353fb(0x1fc):'');}[_0x5688ee(0x206)](){const _0x523554=_0x5688ee,{editor:_0x3208dc}=this;this[_0x523554(0x1f4)]=_0x3208dc[_0x523554(0x291)][_0x523554(0x253)](_0x4dfd02),this[_0x523554(0x254)]=_0x3208dc[_0x523554(0x291)][_0x523554(0x253)](_0x525043),this[_0x523554(0x24e)]=null,this[_0x523554(0x20c)]=this[_0x523554(0x22d)]();const _0x33e1fb=new _0x21fad1(_0x3208dc,Array[_0x523554(0x286)](this[_0x523554(0x20c)][_0x523554(0x271)]()));_0x3208dc[_0x523554(0x1ff)][_0x523554(0x285)](_0x523554(0x214),_0x33e1fb),_0x3208dc['ui'][_0x523554(0x267)][_0x523554(0x285)](_0x523554(0x225),_0x3b70d8=>{const _0x1d3d3b=_0x523554,_0x153db8=_0x3445a6(_0x3b70d8);return _0x153db8[_0x1d3d3b(0x211)]({'class':_0x1d3d3b(0x284)+this[_0x1d3d3b(0x275)]}),_0x153db8[_0x1d3d3b(0x27a)][_0x1d3d3b(0x211)]({'label':_0x18d655(_0x3b70d8,_0x1d3d3b(0x243)),'icon':_0x56170f,'tooltip':!0x0}),_0x153db8['on'](_0x1d3d3b(0x28c),_0x1062b0=>this[_0x1d3d3b(0x26d)](_0x1062b0[_0x1d3d3b(0x290)]['id'])),_0x2a07d0(_0x153db8,_0x3208dc['ui'][_0x1d3d3b(0x263)][_0x1d3d3b(0x261)],function(_0x5144ae){const _0x4cf2ff=_0x1d3d3b,_0xa6ae47=_0x3c641a(_0x5144ae[_0x4cf2ff(0x237)][_0x4cf2ff(0x253)](_0x4cf2ff(0x242)),_0x5144ae[_0x4cf2ff(0x26c)]),_0x5749d1=B(_0x5144ae,_0xa6ae47)[_0x4cf2ff(0x220)](_0x4950ca=>_0x4950ca[_0x4cf2ff(0x1ff)][_0x4cf2ff(0x201)]);if(0x1===_0x5749d1[_0x4cf2ff(0x201)])return B(_0x5144ae,_0x5749d1[0x0][_0x4cf2ff(0x1ff)])[_0x4cf2ff(0x22a)](_0x59755b=>({'id':_0x59755b['id'],'label':_0x59755b[_0x4cf2ff(0x20f)]}));return _0x5749d1[_0x4cf2ff(0x22a)](_0x318a4f=>{const _0x95d50a=_0x4cf2ff,{groupId:_0x4db85c,groupLabel:_0x3a61d2,commands:_0x37c446}=_0x318a4f,_0x1b9361=B(_0x5144ae,_0x37c446)[_0x95d50a(0x22a)](_0x4893c9=>({'id':_0x4893c9['id'],'label':_0x4893c9[_0x95d50a(0x20f)]}));return{'id':_0x4db85c,'menu':_0x3a61d2||_0x4db85c,'children':_0x1b9361};});}(_0x3208dc),{'ariaLabel':_0x18d655(_0x3b70d8,_0x1d3d3b(0x243))}),_0x153db8[_0x1d3d3b(0x216)][_0x1d3d3b(0x24b)]=_0x1d3d3b(0x284)+this[_0x1d3d3b(0x275)],_0x33e1fb['on'](_0x1d3d3b(0x213),_0x239dae),_0x153db8[_0x1d3d3b(0x216)][_0x1d3d3b(0x241)](_0x1d3d3b(0x25f),_0x239dae),_0x153db8;function _0x239dae(){const _0x4e6f4f=_0x1d3d3b;_0x153db8[_0x4e6f4f(0x205)]=_0x33e1fb[_0x4e6f4f(0x256)][_0x4e6f4f(0x201)]>0x0;for(const _0xd7bfc2 of _0x153db8[_0x4e6f4f(0x216)][_0x4e6f4f(0x25b)])_0xd7bfc2[_0x4e6f4f(0x205)]=_0x33e1fb[_0x4e6f4f(0x256)][_0x4e6f4f(0x230)](_0xd7bfc2['id']);}}),_0x3208dc['ui'][_0x523554(0x267)][_0x523554(0x285)](_0x523554(0x223),_0x2352f3=>{const _0x34af0f=_0x523554,_0x5e6403=new _0x3b1b58(_0x2352f3);_0x5e6403[_0x34af0f(0x27a)][_0x34af0f(0x211)]({'label':_0x18d655(_0x2352f3,_0x34af0f(0x243)),'icon':_0x56170f}),_0x5e6403[_0x34af0f(0x1e9)](_0x34af0f(0x205))['to'](_0x33e1fb,_0x34af0f(0x256),_0x2341e7=>_0x2341e7[_0x34af0f(0x201)]>0x0);const _0x544daf=_0x3c641a(_0x3208dc[_0x34af0f(0x237)][_0x34af0f(0x253)](_0x34af0f(0x242)),_0x2352f3);return this[_0x34af0f(0x244)](_0x33e1fb,_0x5e6403,_0x544daf,_0x24091e=>this[_0x34af0f(0x26d)](_0x24091e)),_0x5e6403;}),_0x3208dc['ui'][_0x523554(0x267)][_0x523554(0x285)](_0x523554(0x288),()=>{const _0x541dca=_0x523554,_0x554784=this[_0x541dca(0x238)](_0x3101bd);return _0x554784[_0x541dca(0x211)]({'tooltip':!0x0,'class':_0x541dca(0x21b)+this[_0x541dca(0x275)]}),_0x554784;}),_0x3208dc['ui'][_0x523554(0x267)][_0x523554(0x285)](_0x523554(0x280),()=>{const _0x3a39a4=_0x523554,_0x335efa=this[_0x3a39a4(0x238)](_0x710b12);return _0x335efa[_0x3a39a4(0x211)]({'role':_0x3a39a4(0x1f0)}),_0x335efa;}),this[_0x523554(0x273)]=this[_0x523554(0x231)][_0x523554(0x237)][_0x523554(0x253)](_0x523554(0x273));const _0x38fda1=this[_0x523554(0x231)];this[_0x523554(0x287)]=setInterval(()=>{const _0x445669=_0x523554;let _0x5c0a50;for(const _0x429439 in _0x38fda1){const _0x30f0c6=_0x429439,_0x336721=_0x38fda1[_0x30f0c6];if(_0x445669(0x274)==_0x336721||_0x445669(0x294)==_0x336721||_0x445669(0x23e)==_0x336721||_0x445669(0x235)==_0x336721||_0x445669(0x21f)==_0x336721||_0x445669(0x1fe)==_0x336721||_0x445669(0x212)==_0x336721){delete _0x38fda1[_0x30f0c6],_0x5c0a50=_0x336721,clearInterval(this[_0x445669(0x287)]),this[_0x445669(0x287)]=void 0x0;break;}}_0x445669(0x294)==_0x5c0a50&&_0x38fda1[_0x445669(0x207)](_0x445669(0x24f)),_0x445669(0x23e)==_0x5c0a50&&_0x38fda1[_0x445669(0x207)](_0x445669(0x23f)),_0x445669(0x235)==_0x5c0a50&&_0x38fda1[_0x445669(0x207)](_0x445669(0x234)),_0x445669(0x21f)==_0x5c0a50&&_0x38fda1[_0x445669(0x207)](_0x445669(0x20b),_0x445669(0x289)),_0x445669(0x1fe)==_0x5c0a50&&_0x38fda1[_0x445669(0x207)](_0x445669(0x1ed)),_0x445669(0x212)==_0x5c0a50&&_0x38fda1[_0x445669(0x207)](_0x445669(0x228));},0x3e8);}[_0x5688ee(0x27c)](){const _0x1ebaa8=_0x5688ee;super[_0x1ebaa8(0x27c)](),this[_0x1ebaa8(0x287)]&&clearInterval(this[_0x1ebaa8(0x287)]);}[_0x5688ee(0x296)](_0x42036c='',_0x38f75c='',_0x462e81=_0x5688ee(0x248)){const _0x50ff86=_0x5688ee,_0x2f5d24=this[_0x50ff86(0x231)],_0x30aaf2=_0x2f5d24[_0x50ff86(0x259)][_0x50ff86(0x263)],_0x584491=_0x2f5d24[_0x50ff86(0x291)][_0x50ff86(0x253)](_0x217c4),_0x470025=_0x2f5d24[_0x50ff86(0x291)][_0x50ff86(0x253)](_0x4b1fef);_0x584491[_0x50ff86(0x24c)]();const _0x1f12c0=new w(),_0x6bdaa0=new ClipboardEvent(_0x50ff86(0x297),{'clipboardData':_0x1f12c0}),_0x104ee1=new _0x21413b(_0x1f12c0),_0x71262b=new _0x442af1(_0x30aaf2,_0x6bdaa0,{'dataTransfer':_0x104ee1});_0x470025[_0x50ff86(0x250)](_0x50ff86(0x281),()=>{const _0x98fdab=_0x50ff86;_0x30aaf2[_0x98fdab(0x270)][_0x98fdab(0x202)](_0x98fdab(0x297),_0x71262b);}),this[_0x50ff86(0x24e)]||(this[_0x50ff86(0x236)](),this[_0x50ff86(0x22f)]=new _0x3f19dc(_0x2f5d24,this[_0x50ff86(0x1f4)][_0x50ff86(0x1f7)],this[_0x50ff86(0x24e)]));let _0x48bd8f=_0x104ee1[_0x50ff86(0x25c)](_0x50ff86(0x21e));const _0x234ee4=_0x2f5d24[_0x50ff86(0x210)][_0x50ff86(0x270)][_0x50ff86(0x232)],_0x4dbbaf=Array[_0x50ff86(0x286)](_0x234ee4[_0x50ff86(0x251)]());0x1===_0x4dbbaf[_0x50ff86(0x201)]&&_0x4dbbaf[0x0][_0x50ff86(0x204)]&&!_0x234ee4[_0x50ff86(0x265)]()&&''!==_0x48bd8f[_0x50ff86(0x268)](/&nbsp;/g,'')[_0x50ff86(0x24d)]()&&(_0x48bd8f=_0x50ff86(0x293)+_0x48bd8f+_0x50ff86(0x218)),this[_0x50ff86(0x22f)][_0x50ff86(0x282)]({'actionId':_0x462e81,'query':_0x42036c,'htmlContent':_0x48bd8f,'label':_0x38f75c,'mainActionLabel':_0x2b3a45[_0x2f5d24[_0x50ff86(0x210)][_0x50ff86(0x270)][_0x50ff86(0x232)][_0x50ff86(0x277)]?_0x50ff86(0x27e):_0x50ff86(0x239)]}),_0x50ff86(0x288)!==this[_0x50ff86(0x254)]['id']?this[_0x50ff86(0x254)][_0x50ff86(0x255)]({'id':_0x50ff86(0x288),'icon':_0x240030,'title':_0x18d655(this[_0x50ff86(0x231)][_0x50ff86(0x26c)],_0x50ff86(0x22b)),'content':this[_0x50ff86(0x24e)],'position':_0x46a715[_0x50ff86(0x25e)],'onShow':()=>{const _0x5cd11b=_0x50ff86;this[_0x5cd11b(0x24e)][_0x5cd11b(0x1f3)]();},'onHide':()=>{const _0x23f2d6=_0x50ff86;this[_0x23f2d6(0x22f)][_0x23f2d6(0x1eb)](),_0x584491[_0x23f2d6(0x252)]();}}):this[_0x50ff86(0x254)][_0x50ff86(0x263)][_0x50ff86(0x1ec)]||this[_0x50ff86(0x254)][_0x50ff86(0x263)][_0x50ff86(0x1f9)]();}[_0x5688ee(0x25a)](){const _0x57bb82=_0x5688ee;this[_0x57bb82(0x254)][_0x57bb82(0x295)]();}[_0x5688ee(0x22d)](){const _0x21573c=_0x5688ee,_0xf5527a=new Map(),_0x59f6f0=_0x3c641a(this[_0x21573c(0x231)][_0x21573c(0x237)][_0x21573c(0x253)](_0x21573c(0x242)),this[_0x21573c(0x231)][_0x21573c(0x26c)]);for(const _0x109f1d of _0x59f6f0)for(const _0x27fee8 of _0x109f1d[_0x21573c(0x1ff)])_0xf5527a[_0x21573c(0x211)](_0x27fee8['id'],{..._0x27fee8,'groupId':_0x109f1d[_0x21573c(0x245)],'groupLabel':_0x109f1d[_0x21573c(0x26b)]||_0x109f1d[_0x21573c(0x245)]});return _0xf5527a;}[_0x5688ee(0x238)](_0x2024da){const _0x34de32=_0x5688ee,_0x4ca0fb=this[_0x34de32(0x231)],_0x709842=_0x4ca0fb[_0x34de32(0x1ff)][_0x34de32(0x253)](_0x34de32(0x214)),_0x396d7d=new _0x2024da(_0x4ca0fb[_0x34de32(0x26c)]);return _0x396d7d[_0x34de32(0x211)]({'label':_0x18d655(_0x4ca0fb[_0x34de32(0x26c)],_0x34de32(0x22b)),'icon':_0x240030,'isToggleable':!0x0}),_0x396d7d[_0x34de32(0x1e9)](_0x34de32(0x205))['to'](_0x709842),_0x396d7d[_0x34de32(0x1e9)](_0x34de32(0x249))['to'](this[_0x34de32(0x254)],'id',_0x3b3df0=>_0x34de32(0x288)===_0x3b3df0),this[_0x34de32(0x269)](_0x396d7d,_0x34de32(0x28c),()=>{const _0x55510b=_0x34de32;_0x396d7d[_0x55510b(0x249)]?this[_0x55510b(0x25a)]():_0x709842[_0x55510b(0x28c)]();}),_0x396d7d;}[_0x5688ee(0x236)](){const _0x48abe9=_0x5688ee,_0x2d3369=this[_0x48abe9(0x231)][_0x48abe9(0x291)][_0x48abe9(0x253)](_0x217c4);this[_0x48abe9(0x24e)]=new _0x10a642(this[_0x48abe9(0x231)][_0x48abe9(0x26c)],this[_0x48abe9(0x275)],this[_0x48abe9(0x231)][_0x48abe9(0x237)][_0x48abe9(0x253)](_0x48abe9(0x1f8))),this[_0x48abe9(0x24e)]['on'](_0x48abe9(0x1ef),()=>{const _0x254e14=_0x48abe9;this[_0x254e14(0x254)][_0x254e14(0x263)][_0x254e14(0x1ec)]||this[_0x254e14(0x254)][_0x254e14(0x263)][_0x254e14(0x1f9)]();}),this[_0x48abe9(0x24e)][_0x48abe9(0x222)][_0x48abe9(0x27d)][_0x48abe9(0x23c)]['on'](_0x48abe9(0x258),()=>{const _0x308d7c=_0x48abe9;this[_0x308d7c(0x254)][_0x308d7c(0x263)][_0x308d7c(0x1ec)]||this[_0x308d7c(0x254)][_0x308d7c(0x263)][_0x308d7c(0x1f9)]();}),this[_0x48abe9(0x269)](this[_0x48abe9(0x24e)],_0x48abe9(0x20e),()=>{const _0x29551f=_0x48abe9;_0x2d3369[_0x29551f(0x219)](this[_0x29551f(0x22f)][_0x29551f(0x262)]),this[_0x29551f(0x25a)]();}),this[_0x48abe9(0x269)](this[_0x48abe9(0x24e)],_0x48abe9(0x28f),()=>{const _0x3b0cdc=_0x48abe9;_0x2d3369[_0x3b0cdc(0x28f)](this[_0x3b0cdc(0x22f)][_0x3b0cdc(0x262)]),this[_0x3b0cdc(0x25a)]();}),this[_0x48abe9(0x292)]();}[_0x5688ee(0x292)](){const _0x5b4e1a=_0x5688ee,{locale:_0x3782c7,ui:{ariaLiveAnnouncer:_0x4eafe4}}=this[_0x5b4e1a(0x231)];this[_0x5b4e1a(0x24e)][_0x5b4e1a(0x221)]['on'](_0x5b4e1a(0x276),(_0x5c517c,_0x330e42,_0x5243db)=>{const _0x9b7e78=_0x5b4e1a,_0x21560a=this[_0x9b7e78(0x22f)][_0x9b7e78(0x262)];_0x5243db?_0x4eafe4[_0x9b7e78(0x23a)](_0x18d655(_0x3782c7,_0x9b7e78(0x21a))):_0x21560a&&_0x4eafe4[_0x9b7e78(0x23a)](_0x18d655(_0x3782c7,_0x9b7e78(0x266),_0x21560a),{'politeness':_0x9b7e78(0x28b),'isUnsafeHTML':!0x0});}),this[_0x5b4e1a(0x24e)]['on'](_0x5b4e1a(0x1fa),(_0x3c2dcc,_0x17d845,_0x5e4814)=>{const _0x3763e0=_0x5b4e1a;if(_0x5e4814){const _0x3d07fd=this[_0x3763e0(0x24e)][_0x3763e0(0x203)][_0x3763e0(0x226)];_0x4eafe4[_0x3763e0(0x23a)](_0x18d655(_0x3782c7,_0x3763e0(0x272),_0x3d07fd));}});}[_0x5688ee(0x26d)](_0x5062f6){const _0x68897f=_0x5688ee,_0x4fe032=this[_0x68897f(0x20c)][_0x68897f(0x253)](_0x5062f6),_0x97161e=this[_0x68897f(0x231)],_0x82dbbb=_0x97161e[_0x68897f(0x210)][_0x68897f(0x270)][_0x68897f(0x232)],_0x131922=_0x97161e[_0x68897f(0x1ff)][_0x68897f(0x253)](_0x68897f(0x214)),_0x4983c6=_0x97161e[_0x68897f(0x291)][_0x68897f(0x253)](_0x217c4),_0x50a500=''+(_0x4fe032[_0x68897f(0x245)]!==_0x3b0e23?_0x4fe032[_0x68897f(0x26b)]+':\x20':'')+_0x4fe032[_0x68897f(0x20f)];if(!0x1!==_0x4fe032[_0x68897f(0x20a)]&&_0x82dbbb[_0x68897f(0x277)]){const _0x1d61fe=_0x1f2bfa(_0x82dbbb[_0x68897f(0x23d)]())||_0x97161e[_0x68897f(0x210)][_0x68897f(0x1f5)][_0x68897f(0x1f1)](_0x82dbbb);_0x97161e[_0x68897f(0x210)][_0x68897f(0x22c)](_0x42a6ba=>{const _0x5a6586=_0x68897f;_0x42a6ba[_0x5a6586(0x22e)](_0x1d61fe,'in');});}_0x4983c6[_0x68897f(0x24c)](),_0x131922[_0x68897f(0x28c)](_0x4fe032[_0x68897f(0x24a)],_0x50a500,_0x68897f(0x208)+_0x5062f6);}[_0x5688ee(0x244)](_0x49dae3,_0x4ae05c,_0x16dfba,_0x12f2a1){const _0x55e623=_0x5688ee,_0x2ef628=this[_0x55e623(0x231)],_0x1d44af=_0x2ef628[_0x55e623(0x26c)],_0x980442=new _0x32ebae(_0x1d44af),_0x1215de=B(_0x2ef628,_0x16dfba)[_0x55e623(0x220)](_0x38734a=>_0x38734a[_0x55e623(0x1ff)][_0x55e623(0x201)]);0x1===_0x1215de[_0x55e623(0x201)]?this[_0x55e623(0x23b)]({'command':_0x49dae3,'commands':_0x1215de[0x0][_0x55e623(0x1ff)],'parentMenuView':_0x4ae05c,'onExecute':_0x12f2a1})[_0x55e623(0x279)](_0x328a9d=>_0x980442[_0x55e623(0x229)][_0x55e623(0x285)](_0x328a9d)):_0x1215de[_0x55e623(0x279)](({groupId:_0x49a7b4,groupLabel:_0x5cf9f2,commands:_0x2cd79a})=>{const _0x22f6da=_0x55e623,_0x519dea=new _0x324fd6(_0x1d44af,_0x4ae05c),_0x182461=new _0x3b1b58(_0x1d44af),_0x15137c=new _0x32ebae(_0x1d44af),_0x5435bb=this[_0x22f6da(0x23b)]({'command':_0x49dae3,'commands':_0x2cd79a,'parentMenuView':_0x182461,'onExecute':_0x12f2a1});_0x182461[_0x22f6da(0x27a)][_0x22f6da(0x211)]({'label':_0x5cf9f2||_0x49a7b4}),_0x182461[_0x22f6da(0x21c)](_0x22f6da(0x28c))['to'](_0x4ae05c),_0x15137c[_0x22f6da(0x229)][_0x22f6da(0x224)](_0x5435bb),_0x182461[_0x22f6da(0x233)][_0x22f6da(0x28a)][_0x22f6da(0x285)](_0x15137c),_0x519dea[_0x22f6da(0x28a)][_0x22f6da(0x285)](_0x182461),_0x980442[_0x22f6da(0x229)][_0x22f6da(0x285)](_0x519dea);}),_0x4ae05c[_0x55e623(0x233)][_0x55e623(0x28a)][_0x55e623(0x285)](_0x980442);}[_0x5688ee(0x23b)]({command:_0x29aa17,commands:_0x445999,parentMenuView:_0x2083df,onExecute:_0x928a1b}){const _0x73b74a=_0x5688ee,_0x30d5af=this[_0x73b74a(0x231)],_0x513ebf=_0x30d5af[_0x73b74a(0x26c)];return B(_0x30d5af,_0x445999)[_0x73b74a(0x22a)](_0x4e24cc=>{const _0x55515a=_0x73b74a,_0x31542e=new _0x324fd6(_0x513ebf,_0x2083df),_0x539396=new _0x710b12(_0x513ebf);return _0x539396[_0x55515a(0x211)]({'label':_0x4e24cc[_0x55515a(0x20f)]}),_0x539396[_0x55515a(0x21c)](_0x55515a(0x28c))['to'](_0x2083df),_0x539396['on'](_0x55515a(0x28c),()=>_0x928a1b(_0x4e24cc['id'])),_0x539396[_0x55515a(0x1e9)](_0x55515a(0x205))['to'](_0x29aa17,_0x55515a(0x256),_0x3ba07a=>_0x3ba07a[_0x55515a(0x230)](_0x4e24cc['id'])),_0x31542e[_0x55515a(0x28a)][_0x55515a(0x285)](_0x539396),_0x31542e;});}}function U(_0x3fa279,_0x35c836){const _0x399bd2=_0x5688ee;return void 0x0!==_0x3fa279[_0x399bd2(0x200)]&&void 0x0===_0x35c836[_0x399bd2(0x200)]?0x1:void 0x0===_0x3fa279[_0x399bd2(0x200)]&&void 0x0!==_0x35c836[_0x399bd2(0x200)]?-0x1:void 0x0!==_0x3fa279[_0x399bd2(0x200)]&&void 0x0!==_0x35c836[_0x399bd2(0x200)]?_0x3fa279[_0x399bd2(0x200)]-_0x35c836[_0x399bd2(0x200)]:0x0;}function B(_0x212587,_0xae2a20){const _0x25c43e=_0x5688ee;_0xae2a20[_0x25c43e(0x28e)](U);const _0x2e3a4c={},_0x1efaa7=[];for(const _0xac4c1d of _0xae2a20)if(void 0x0!==_0xac4c1d[_0x25c43e(0x200)]){if(_0xac4c1d[_0x25c43e(0x200)]in _0x2e3a4c)throw new _0x40e8b3(_0x25c43e(0x27f),_0x212587,{'conflictingDefinitions':[_0xac4c1d,_0x2e3a4c[_0xac4c1d[_0x25c43e(0x200)]]]});_0x2e3a4c[_0xac4c1d[_0x25c43e(0x200)]]=_0xac4c1d,_0x1efaa7[_0x25c43e(0x1ea)](_0xac4c1d[_0x25c43e(0x200)],0x0,_0xac4c1d);}else _0x1efaa7[_0x25c43e(0x1fd)](_0xac4c1d);return _0x1efaa7;}
23
+ const _0x4fc01e=_0x26eb;(function(_0x433b82,_0xd56dab){const _0x4faa2b=_0x26eb,_0x12c889=_0x433b82();while(!![]){try{const _0x56653e=parseInt(_0x4faa2b(0x191))/0x1*(-parseInt(_0x4faa2b(0xfc))/0x2)+parseInt(_0x4faa2b(0x18a))/0x3*(parseInt(_0x4faa2b(0x125))/0x4)+-parseInt(_0x4faa2b(0xf9))/0x5*(-parseInt(_0x4faa2b(0x119))/0x6)+-parseInt(_0x4faa2b(0x124))/0x7+-parseInt(_0x4faa2b(0x11e))/0x8+parseInt(_0x4faa2b(0x134))/0x9*(-parseInt(_0x4faa2b(0x133))/0xa)+-parseInt(_0x4faa2b(0x10b))/0xb*(-parseInt(_0x4faa2b(0x13d))/0xc);if(_0x56653e===_0xd56dab)break;else _0x12c889['push'](_0x12c889['shift']());}catch(_0x4898ca){_0x12c889['push'](_0x12c889['shift']());}}}(_0x2a5f,0x7c4c0));import{Plugin as _0x5df519}from'ckeditor5/src/core.js';import{IconMagicWand as _0x1ad2dd,IconRobotPencil as _0xbaecc0}from'ckeditor5/src/icons.js';import{first as _0x12aded,CKEditorError as _0x14b9a3}from'ckeditor5/src/utils.js';import{createDropdown as _0x50a37a,addMenuToDropdown as _0x4dd207,ButtonView as _0x5353b5,MenuBarMenuListItemButtonView as _0x595868,Dialog as _0x5f1d81,DialogViewPosition as _0x43747d,MenuBarMenuView as _0x5d9788,MenuBarMenuListView as _0x407472,MenuBarMenuListItemView as _0x59d9df}from'ckeditor5/src/ui.js';import{normalizeCommandsConfig as _0x4e26c6,UNGROUPED_COMMANDS_GROUP_ID as _0x56201b}from'./utils/normalizecommandsconfig.js';import{AIAssistantEditing as _0x46c205}from'./aiassistantediting.js';function _0x26eb(_0x3b52e3,_0x29bde8){const _0x2a5f31=_0x2a5f();return _0x26eb=function(_0x26ebff,_0x59bcb1){_0x26ebff=_0x26ebff-0xed;let _0x406c46=_0x2a5f31[_0x26ebff];return _0x406c46;},_0x26eb(_0x3b52e3,_0x29bde8);}import{AIAdapter as _0x3d4ba1}from'./adapters/aiadapter.js';import{getTranslation as _0x2d1401}from'./utils/common-translations.js';import{ShowAIAssistantCommand as _0x3b9a05}from'./ui/showaiassistantcommand.js';import{AIAssistantController as _0x1f3843}from'./ui/aiassistantcontroller.js';function _0x2a5f(){const _0x3e8807=['trim','getRanges','\x20ck-ai-assistant-ui_theme','isCollapsed','splice','label','body','map','buttonView','285PjKWqu','ai.assistant.commands','evaluationLimit','8SBWSNg','requires','fire','replace','ck-ai-assistant-ui','menuPanelClass','commands','showFakeVisualSelection','text','values','aiLicenseKeyNotAllowed','AI\x20Assistant','change:enabledCommandsIds','change:value','REPLACE','121AsIPdH','pluginName','AIAssistantUI','document','showAIAssistant','getLimitElement','showUI','hideFakeVisualSelection','DataTransfer','contentArea','define','change','menuBar:aiAssistant','source','47622tampja','forEach','_forceMarkersCopy','aiLicenseKeyEvaluationLimit','featureNotAllowed','7898976iwhyhk','command:','includes','groupId','ai-commands-config-order-collision','order','763917ayFBMT','1880488rhbjTC','addMany','bind','<p>','schema','editing','AI\x20is\x20writing','aiLicenseKeyUsageLimit','insertContentBelow','aiLicenseKeyDomainLimit','getSelectedElement','replaceContent','requiresContent','_getResolvedCommandsDefinitions','9110eOEgkf','6309dpfjje','menuitemcheckbox','INSERT','items','listenTo','_getMenuBarGroupButtons','prompt','buttons','init','1773684aQVGDQ','add','ai.assistant.contentAreaCssClass','text/html','copy','expired','change:isError','from','isEnabled','menuView','aiLicenseKeyInvalid','_uiCssClasses','AIAssistant','once','focus','show','ck-ai-commands-dropdown\x20','media','reset','selection','insertContent','domainLimit','</p>','Generated\x20content:\x20%0','AI\x20Commands','menuBar:aiCommands','locale','panelView','Error\x20during\x20AI\x20content\x20generation:\x20%0','queryView','delegate','_formView','execute','fieldView','change:isProcessing','_initAriaAiStatusChangeAnnouncements','getData','enabledCommandsIds','promptView','_populateMenuBarMenu','isOn','custom','destroy','_showLicenseError','tableOfContents','get','config','length','update','rawHtml','announce','view','model','setSelection','set','_onExecute','sort','ai.assistant.disabledElements','licenseKey','isFlat','currentContext','polite','_createAIAssistantUIButton','render','aiLicenseKeyExpired','_commandDefinitions','wasMoved','isOfficialPlugin','componentFactory','hide','EDITOR_TOP_SIDE','updatePosition','aiCommands','groupLabel','_licenseKeyCheckInterval','_dialog','plugins','6rUKQCr','_aiAssistantController','usageLimit','editor','aiAssistant','aiLicenseKeyValid','textAdapter','193574BWQSvJ','comment','_initView','getSelectedBlocks','push','filter','children','invalid','_aiAdapter','hideUI','ai.assistant.useTheme','updateView','ck-ai-assistant-button\x20','isPremiumPlugin','errorView'];_0x2a5f=function(){return _0x3e8807;};return _0x2a5f();}import{AIFormView as _0x207d06}from'./ui/form/aiformview.js';import{AIFormToolbarViewMainActionLabel as _0xbd38ce}from'./ui/form/aiformtoolbarview.js';import'../../theme/aiassistant/ai.css';import'../../theme/aiassistant/ai-dropdown.css';import'../../theme/aiassistant/ai-form.css';const lt=globalThis[_0x4fc01e(0x113)];import{ClipboardMarkersUtils as _0x4d7804}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x2cf6d8,ViewDataTransfer as _0x35d337}from'ckeditor5/src/engine.js';export class AIAssistantUI extends _0x5df519{[_0x4fc01e(0x177)];[_0x4fc01e(0x187)];[_0x4fc01e(0x188)];[_0x4fc01e(0x15c)];[_0x4fc01e(0x199)];[_0x4fc01e(0x18b)];[_0x4fc01e(0x148)]='';static get[_0x4fc01e(0x10c)](){const _0xb974e=_0x4fc01e;return _0xb974e(0x10d);}static get[_0x4fc01e(0x180)](){return!0x0;}static get[_0x4fc01e(0xee)](){return!0x0;}static get[_0x4fc01e(0xfd)](){return[_0x4d7804,_0x46c205,_0x3d4ba1,_0x5f1d81];}constructor(_0xcdbcc5){const _0x230148=_0x4fc01e;super(_0xcdbcc5),_0xcdbcc5[_0x230148(0x16b)][_0x230148(0x115)](_0x230148(0x176),[_0x230148(0x14e),_0x230148(0x16e),_0x230148(0x169)]),_0xcdbcc5[_0x230148(0x16b)][_0x230148(0x115)](_0x230148(0x13f),''),_0xcdbcc5[_0x230148(0x16b)][_0x230148(0x115)](_0x230148(0x19b),!0x0),this[_0x230148(0x148)]=_0x230148(0x100)+(_0xcdbcc5[_0x230148(0x16b)][_0x230148(0x16a)](_0x230148(0x19b))?_0x230148(0xf2):'');}[_0x4fc01e(0x13c)](){const _0x38be9d=_0x4fc01e,{editor:_0x23a296}=this;this[_0x38be9d(0x199)]=_0x23a296[_0x38be9d(0x189)][_0x38be9d(0x16a)](_0x3d4ba1),this[_0x38be9d(0x188)]=_0x23a296[_0x38be9d(0x189)][_0x38be9d(0x16a)](_0x5f1d81),this[_0x38be9d(0x15c)]=null,this[_0x38be9d(0x17e)]=this[_0x38be9d(0x132)]();const _0x2325c=new _0x3b9a05(_0x23a296,Array[_0x38be9d(0x144)](this[_0x38be9d(0x17e)][_0x38be9d(0x105)]()));_0x23a296[_0x38be9d(0x102)][_0x38be9d(0x13e)](_0x38be9d(0x10f),_0x2325c),_0x23a296['ui'][_0x38be9d(0x181)][_0x38be9d(0x13e)](_0x38be9d(0x185),_0x21b153=>{const _0xeeda82=_0x38be9d,_0x2d0a5c=_0x50a37a(_0x21b153);return _0x2d0a5c[_0xeeda82(0x173)]({'class':_0xeeda82(0x14d)+this[_0xeeda82(0x148)]}),_0x2d0a5c[_0xeeda82(0xf8)][_0xeeda82(0x173)]({'label':_0x2d1401(_0x21b153,_0xeeda82(0x155)),'icon':_0x1ad2dd,'tooltip':!0x0}),_0x2d0a5c['on'](_0xeeda82(0x15d),_0xca95ca=>this[_0xeeda82(0x174)](_0xca95ca[_0xeeda82(0x118)]['id'])),_0x4dd207(_0x2d0a5c,_0x23a296['ui'][_0xeeda82(0x170)][_0xeeda82(0xf6)],function(_0x25937e){const _0x5f1541=_0xeeda82,_0x400645=_0x4e26c6(_0x25937e[_0x5f1541(0x16b)][_0x5f1541(0x16a)](_0x5f1541(0xfa)),_0x25937e[_0x5f1541(0x157)]),_0x34d341=gi(_0x25937e,_0x400645)[_0x5f1541(0x196)](_0x58fd6e=>_0x58fd6e[_0x5f1541(0x102)][_0x5f1541(0x16c)]);if(0x1===_0x34d341[_0x5f1541(0x16c)])return gi(_0x25937e,_0x34d341[0x0][_0x5f1541(0x102)])[_0x5f1541(0xf7)](_0x196af3=>({'id':_0x196af3['id'],'label':_0x196af3[_0x5f1541(0xf5)]}));return _0x34d341[_0x5f1541(0xf7)](_0x14952b=>{const _0x5eb4dd=_0x5f1541,{groupId:_0x52ce18,groupLabel:_0x3f5b53,commands:_0xa263c7}=_0x14952b,_0xdec991=gi(_0x25937e,_0xa263c7)[_0x5eb4dd(0xf7)](_0x59b985=>({'id':_0x59b985['id'],'label':_0x59b985[_0x5eb4dd(0xf5)]}));return{'id':_0x52ce18,'menu':_0x3f5b53||_0x52ce18,'children':_0xdec991};});}(_0x23a296),{'ariaLabel':_0x2d1401(_0x21b153,_0xeeda82(0x155))}),_0x2d0a5c[_0xeeda82(0x146)][_0xeeda82(0x101)]=_0xeeda82(0x14d)+this[_0xeeda82(0x148)],_0x2325c['on'](_0xeeda82(0x108),_0x3f581e),_0x2d0a5c[_0xeeda82(0x146)][_0xeeda82(0x14a)](_0xeeda82(0x17c),_0x3f581e),_0x2d0a5c;function _0x3f581e(){const _0x13629f=_0xeeda82;_0x2d0a5c[_0x13629f(0x145)]=_0x2325c[_0x13629f(0x162)][_0x13629f(0x16c)]>0x0;for(const _0x2d3936 of _0x2d0a5c[_0x13629f(0x146)][_0x13629f(0x13b)])_0x2d3936[_0x13629f(0x145)]=_0x2325c[_0x13629f(0x162)][_0x13629f(0x120)](_0x2d3936['id']);}}),_0x23a296['ui'][_0x38be9d(0x181)][_0x38be9d(0x13e)](_0x38be9d(0x156),_0x5eadc3=>{const _0x111dd6=_0x38be9d,_0x1955d2=new _0x5d9788(_0x5eadc3);_0x1955d2[_0x111dd6(0xf8)][_0x111dd6(0x173)]({'label':_0x2d1401(_0x5eadc3,_0x111dd6(0x155)),'icon':_0x1ad2dd}),_0x1955d2[_0x111dd6(0x127)](_0x111dd6(0x145))['to'](_0x2325c,_0x111dd6(0x162),_0x1d3ae6=>_0x1d3ae6[_0x111dd6(0x16c)]>0x0);const _0x53708b=_0x4e26c6(_0x23a296[_0x111dd6(0x16b)][_0x111dd6(0x16a)](_0x111dd6(0xfa)),_0x5eadc3);return this[_0x111dd6(0x164)](_0x2325c,_0x1955d2,_0x53708b,_0x5eb614=>this[_0x111dd6(0x174)](_0x5eb614)),_0x1955d2;}),_0x23a296['ui'][_0x38be9d(0x181)][_0x38be9d(0x13e)](_0x38be9d(0x18e),()=>{const _0x2d444d=_0x38be9d,_0x1f312d=this[_0x2d444d(0x17b)](_0x5353b5);return _0x1f312d[_0x2d444d(0x173)]({'tooltip':!0x0,'class':_0x2d444d(0xed)+this[_0x2d444d(0x148)]}),_0x1f312d;}),_0x23a296['ui'][_0x38be9d(0x181)][_0x38be9d(0x13e)](_0x38be9d(0x117),()=>{const _0x11e1fb=_0x38be9d,_0x8a94a1=this[_0x11e1fb(0x17b)](_0x595868);return _0x8a94a1[_0x11e1fb(0x173)]({'role':_0x11e1fb(0x135)}),_0x8a94a1;}),this[_0x38be9d(0x177)]=this[_0x38be9d(0x18d)][_0x38be9d(0x16b)][_0x38be9d(0x16a)](_0x38be9d(0x177));const _0x7f1176=this[_0x38be9d(0x18d)];this[_0x38be9d(0x187)]=setInterval(()=>{const _0x1ff2ee=_0x38be9d;let _0x5a302e;for(const _0x482457 in _0x7f1176){const _0x46c487=_0x482457,_0x248d52=_0x7f1176[_0x46c487];if(_0x1ff2ee(0x18f)==_0x248d52||_0x1ff2ee(0x147)==_0x248d52||_0x1ff2ee(0x17d)==_0x248d52||_0x1ff2ee(0x12e)==_0x248d52||_0x1ff2ee(0x106)==_0x248d52||_0x1ff2ee(0x11c)==_0x248d52||_0x1ff2ee(0x12c)==_0x248d52){delete _0x7f1176[_0x46c487],_0x5a302e=_0x248d52,clearInterval(this[_0x1ff2ee(0x187)]),this[_0x1ff2ee(0x187)]=void 0x0;break;}}_0x1ff2ee(0x147)==_0x5a302e&&_0x7f1176[_0x1ff2ee(0x168)](_0x1ff2ee(0x198)),_0x1ff2ee(0x17d)==_0x5a302e&&_0x7f1176[_0x1ff2ee(0x168)](_0x1ff2ee(0x142)),_0x1ff2ee(0x12e)==_0x5a302e&&_0x7f1176[_0x1ff2ee(0x168)](_0x1ff2ee(0x152)),_0x1ff2ee(0x106)==_0x5a302e&&_0x7f1176[_0x1ff2ee(0x168)](_0x1ff2ee(0x11d),_0x1ff2ee(0x149)),_0x1ff2ee(0x11c)==_0x5a302e&&_0x7f1176[_0x1ff2ee(0x168)](_0x1ff2ee(0xfb)),_0x1ff2ee(0x12c)==_0x5a302e&&_0x7f1176[_0x1ff2ee(0x168)](_0x1ff2ee(0x18c));},0x3e8);}[_0x4fc01e(0x167)](){const _0x5c52b2=_0x4fc01e;super[_0x5c52b2(0x167)](),this[_0x5c52b2(0x187)]&&clearInterval(this[_0x5c52b2(0x187)]);}[_0x4fc01e(0x111)](_0x1474cf='',_0x296c7e='',_0x1f969a=_0x4fc01e(0x166)){const _0x2038c5=_0x4fc01e,_0x4d3eae=this[_0x2038c5(0x18d)],_0x4566d9=_0x4d3eae[_0x2038c5(0x12a)][_0x2038c5(0x170)],_0x1d7739=_0x4d3eae[_0x2038c5(0x189)][_0x2038c5(0x16a)](_0x46c205),_0x330740=_0x4d3eae[_0x2038c5(0x189)][_0x2038c5(0x16a)](_0x4d7804);_0x1d7739[_0x2038c5(0x103)]();const _0x2ad558=new lt(),_0x1c8890=new ClipboardEvent(_0x2038c5(0x141),{'clipboardData':_0x2ad558}),_0x57a358=new _0x35d337(_0x2ad558),_0x4bf552=new _0x2cf6d8(_0x4566d9,_0x1c8890,{'dataTransfer':_0x57a358});_0x330740[_0x2038c5(0x11b)](_0x2038c5(0x192),()=>{const _0x1ff55d=_0x2038c5;_0x4566d9[_0x1ff55d(0x10e)][_0x1ff55d(0xfe)](_0x1ff55d(0x141),_0x4bf552);}),this[_0x2038c5(0x15c)]||(this[_0x2038c5(0x193)](),this[_0x2038c5(0x18b)]=new _0x1f3843(_0x4d3eae,this[_0x2038c5(0x199)][_0x2038c5(0x190)],this[_0x2038c5(0x15c)]));let _0x125f3b=_0x57a358[_0x2038c5(0x161)](_0x2038c5(0x140));const _0x32ec42=_0x4d3eae[_0x2038c5(0x171)][_0x2038c5(0x10e)][_0x2038c5(0x150)],_0x3a8d7a=Array[_0x2038c5(0x144)](_0x32ec42[_0x2038c5(0xf1)]());0x1===_0x3a8d7a[_0x2038c5(0x16c)]&&_0x3a8d7a[0x0][_0x2038c5(0x178)]&&!_0x32ec42[_0x2038c5(0x12f)]()&&''!==_0x125f3b[_0x2038c5(0xff)](/&nbsp;/g,'')[_0x2038c5(0xf0)]()&&(_0x125f3b=_0x2038c5(0x128)+_0x125f3b+_0x2038c5(0x153)),this[_0x2038c5(0x18b)][_0x2038c5(0x19c)]({'actionId':_0x1f969a,'query':_0x1474cf,'htmlContent':_0x125f3b,'label':_0x296c7e,'mainActionLabel':_0xbd38ce[_0x4d3eae[_0x2038c5(0x171)][_0x2038c5(0x10e)][_0x2038c5(0x150)][_0x2038c5(0xf3)]?_0x2038c5(0x136):_0x2038c5(0x10a)]}),_0x2038c5(0x18e)!==this[_0x2038c5(0x188)]['id']?this[_0x2038c5(0x188)][_0x2038c5(0x14c)]({'id':_0x2038c5(0x18e),'icon':_0xbaecc0,'title':_0x2d1401(this[_0x2038c5(0x18d)][_0x2038c5(0x157)],_0x2038c5(0x107)),'content':this[_0x2038c5(0x15c)],'position':_0x43747d[_0x2038c5(0x183)],'onShow':()=>{const _0x3373e6=_0x2038c5;this[_0x3373e6(0x15c)][_0x3373e6(0x14b)]();},'onHide':()=>{const _0x265741=_0x2038c5;this[_0x265741(0x18b)][_0x265741(0x14f)](),_0x1d7739[_0x265741(0x112)]();}}):this[_0x2038c5(0x188)][_0x2038c5(0x170)][_0x2038c5(0x17f)]||this[_0x2038c5(0x188)][_0x2038c5(0x170)][_0x2038c5(0x184)]();}[_0x4fc01e(0x19a)](){const _0x2b415e=_0x4fc01e;this[_0x2b415e(0x188)][_0x2b415e(0x182)]();}[_0x4fc01e(0x132)](){const _0x4b9395=_0x4fc01e,_0x16e350=new Map(),_0x2a95a4=_0x4e26c6(this[_0x4b9395(0x18d)][_0x4b9395(0x16b)][_0x4b9395(0x16a)](_0x4b9395(0xfa)),this[_0x4b9395(0x18d)][_0x4b9395(0x157)]);for(const _0x51efb0 of _0x2a95a4)for(const _0x1e5459 of _0x51efb0[_0x4b9395(0x102)])_0x16e350[_0x4b9395(0x173)](_0x1e5459['id'],{..._0x1e5459,'groupId':_0x51efb0[_0x4b9395(0x121)],'groupLabel':_0x51efb0[_0x4b9395(0x186)]||_0x51efb0[_0x4b9395(0x121)]});return _0x16e350;}[_0x4fc01e(0x17b)](_0x446543){const _0x5d5f90=_0x4fc01e,_0x1595ee=this[_0x5d5f90(0x18d)],_0x45b2ba=_0x1595ee[_0x5d5f90(0x102)][_0x5d5f90(0x16a)](_0x5d5f90(0x10f)),_0x40420e=new _0x446543(_0x1595ee[_0x5d5f90(0x157)]);return _0x40420e[_0x5d5f90(0x173)]({'label':_0x2d1401(_0x1595ee[_0x5d5f90(0x157)],_0x5d5f90(0x107)),'icon':_0xbaecc0,'isToggleable':!0x0}),_0x40420e[_0x5d5f90(0x127)](_0x5d5f90(0x145))['to'](_0x45b2ba),_0x40420e[_0x5d5f90(0x127)](_0x5d5f90(0x165))['to'](this[_0x5d5f90(0x188)],'id',_0x3545c4=>_0x5d5f90(0x18e)===_0x3545c4),this[_0x5d5f90(0x138)](_0x40420e,_0x5d5f90(0x15d),()=>{const _0x2827e0=_0x5d5f90;_0x40420e[_0x2827e0(0x165)]?this[_0x2827e0(0x19a)]():_0x45b2ba[_0x2827e0(0x15d)]();}),_0x40420e;}[_0x4fc01e(0x193)](){const _0x3394a8=_0x4fc01e,_0x2a9351=this[_0x3394a8(0x18d)][_0x3394a8(0x189)][_0x3394a8(0x16a)](_0x46c205);this[_0x3394a8(0x15c)]=new _0x207d06(this[_0x3394a8(0x18d)][_0x3394a8(0x157)],this[_0x3394a8(0x148)],this[_0x3394a8(0x18d)][_0x3394a8(0x16b)][_0x3394a8(0x16a)](_0x3394a8(0x13f))),this[_0x3394a8(0x15c)]['on'](_0x3394a8(0x109),()=>{const _0x2b49c5=_0x3394a8;this[_0x2b49c5(0x188)][_0x2b49c5(0x170)][_0x2b49c5(0x17f)]||this[_0x2b49c5(0x188)][_0x2b49c5(0x170)][_0x2b49c5(0x184)]();}),this[_0x3394a8(0x15c)][_0x3394a8(0x163)][_0x3394a8(0x15a)][_0x3394a8(0x15e)]['on'](_0x3394a8(0x16d),()=>{const _0x598afe=_0x3394a8;this[_0x598afe(0x188)][_0x598afe(0x170)][_0x598afe(0x17f)]||this[_0x598afe(0x188)][_0x598afe(0x170)][_0x598afe(0x184)]();}),this[_0x3394a8(0x138)](this[_0x3394a8(0x15c)],_0x3394a8(0x130),()=>{const _0x526ce0=_0x3394a8;_0x2a9351[_0x526ce0(0x151)](this[_0x526ce0(0x18b)][_0x526ce0(0x179)]),this[_0x526ce0(0x19a)]();}),this[_0x3394a8(0x138)](this[_0x3394a8(0x15c)],_0x3394a8(0x12d),()=>{const _0x110239=_0x3394a8;_0x2a9351[_0x110239(0x12d)](this[_0x110239(0x18b)][_0x110239(0x179)]),this[_0x110239(0x19a)]();}),this[_0x3394a8(0x160)]();}[_0x4fc01e(0x160)](){const _0x462153=_0x4fc01e,{locale:_0xde90fd,ui:{ariaLiveAnnouncer:_0x3531be}}=this[_0x462153(0x18d)];this[_0x462153(0x15c)][_0x462153(0x114)]['on'](_0x462153(0x15f),(_0x3ab567,_0x3ffae3,_0x1311f3)=>{const _0x47699c=_0x462153,_0x26ca30=this[_0x47699c(0x18b)][_0x47699c(0x179)];_0x1311f3?_0x3531be[_0x47699c(0x16f)](_0x2d1401(_0xde90fd,_0x47699c(0x12b))):_0x26ca30&&_0x3531be[_0x47699c(0x16f)](_0x2d1401(_0xde90fd,_0x47699c(0x154),_0x26ca30),{'politeness':_0x47699c(0x17a),'isUnsafeHTML':!0x0});}),this[_0x462153(0x15c)]['on'](_0x462153(0x143),(_0x31b131,_0x249169,_0x621ae1)=>{const _0x2651c9=_0x462153;if(_0x621ae1){const _0xa7ba66=this[_0x2651c9(0x15c)][_0x2651c9(0xef)][_0x2651c9(0x104)];_0x3531be[_0x2651c9(0x16f)](_0x2d1401(_0xde90fd,_0x2651c9(0x159),_0xa7ba66));}});}[_0x4fc01e(0x174)](_0x374bbd){const _0x43bdab=_0x4fc01e,_0x351547=this[_0x43bdab(0x17e)][_0x43bdab(0x16a)](_0x374bbd),_0xeefb8b=this[_0x43bdab(0x18d)],_0x519228=_0xeefb8b[_0x43bdab(0x171)][_0x43bdab(0x10e)][_0x43bdab(0x150)],_0xe210b3=_0xeefb8b[_0x43bdab(0x102)][_0x43bdab(0x16a)](_0x43bdab(0x10f)),_0x3b83a9=_0xeefb8b[_0x43bdab(0x189)][_0x43bdab(0x16a)](_0x46c205),_0x7904f4=''+(_0x351547[_0x43bdab(0x121)]!==_0x56201b?_0x351547[_0x43bdab(0x186)]+':\x20':'')+_0x351547[_0x43bdab(0xf5)];if(!0x1!==_0x351547[_0x43bdab(0x131)]&&_0x519228[_0x43bdab(0xf3)]){const _0x59ec64=_0x12aded(_0x519228[_0x43bdab(0x194)]())||_0xeefb8b[_0x43bdab(0x171)][_0x43bdab(0x129)][_0x43bdab(0x110)](_0x519228);_0xeefb8b[_0x43bdab(0x171)][_0x43bdab(0x116)](_0x2fa347=>{const _0x2f9b6f=_0x43bdab;_0x2fa347[_0x2f9b6f(0x172)](_0x59ec64,'in');});}_0x3b83a9[_0x43bdab(0x103)](),_0xe210b3[_0x43bdab(0x15d)](_0x351547[_0x43bdab(0x13a)],_0x7904f4,_0x43bdab(0x11f)+_0x374bbd);}[_0x4fc01e(0x164)](_0x3cb2a4,_0x24a16c,_0x5789ac,_0x50f3f3){const _0x47f1aa=_0x4fc01e,_0x3ab680=this[_0x47f1aa(0x18d)],_0x155ece=_0x3ab680[_0x47f1aa(0x157)],_0x5c0193=new _0x407472(_0x155ece),_0x2cb534=gi(_0x3ab680,_0x5789ac)[_0x47f1aa(0x196)](_0x1e3814=>_0x1e3814[_0x47f1aa(0x102)][_0x47f1aa(0x16c)]);0x1===_0x2cb534[_0x47f1aa(0x16c)]?this[_0x47f1aa(0x139)]({'command':_0x3cb2a4,'commands':_0x2cb534[0x0][_0x47f1aa(0x102)],'parentMenuView':_0x24a16c,'onExecute':_0x50f3f3})[_0x47f1aa(0x11a)](_0x1ed0ba=>_0x5c0193[_0x47f1aa(0x137)][_0x47f1aa(0x13e)](_0x1ed0ba)):_0x2cb534[_0x47f1aa(0x11a)](({groupId:_0x5d2ec3,groupLabel:_0x1c626b,commands:_0x4abf02})=>{const _0x526f54=_0x47f1aa,_0x2f1686=new _0x59d9df(_0x155ece,_0x24a16c),_0x53d2d5=new _0x5d9788(_0x155ece),_0x1117ef=new _0x407472(_0x155ece),_0x5db376=this[_0x526f54(0x139)]({'command':_0x3cb2a4,'commands':_0x4abf02,'parentMenuView':_0x53d2d5,'onExecute':_0x50f3f3});_0x53d2d5[_0x526f54(0xf8)][_0x526f54(0x173)]({'label':_0x1c626b||_0x5d2ec3}),_0x53d2d5[_0x526f54(0x15b)](_0x526f54(0x15d))['to'](_0x24a16c),_0x1117ef[_0x526f54(0x137)][_0x526f54(0x126)](_0x5db376),_0x53d2d5[_0x526f54(0x158)][_0x526f54(0x197)][_0x526f54(0x13e)](_0x1117ef),_0x2f1686[_0x526f54(0x197)][_0x526f54(0x13e)](_0x53d2d5),_0x5c0193[_0x526f54(0x137)][_0x526f54(0x13e)](_0x2f1686);}),_0x24a16c[_0x47f1aa(0x158)][_0x47f1aa(0x197)][_0x47f1aa(0x13e)](_0x5c0193);}[_0x4fc01e(0x139)]({command:_0x17304b,commands:_0x1aab0e,parentMenuView:_0x5b395f,onExecute:_0x1abab4}){const _0x5e901d=_0x4fc01e,_0x20a0eb=this[_0x5e901d(0x18d)],_0x446efd=_0x20a0eb[_0x5e901d(0x157)];return gi(_0x20a0eb,_0x1aab0e)[_0x5e901d(0xf7)](_0x4ac39f=>{const _0x5a6cd4=_0x5e901d,_0x425548=new _0x59d9df(_0x446efd,_0x5b395f),_0x3971c0=new _0x595868(_0x446efd);return _0x3971c0[_0x5a6cd4(0x173)]({'label':_0x4ac39f[_0x5a6cd4(0xf5)]}),_0x3971c0[_0x5a6cd4(0x15b)](_0x5a6cd4(0x15d))['to'](_0x5b395f),_0x3971c0['on'](_0x5a6cd4(0x15d),()=>_0x1abab4(_0x4ac39f['id'])),_0x3971c0[_0x5a6cd4(0x127)](_0x5a6cd4(0x145))['to'](_0x17304b,_0x5a6cd4(0x162),_0x19475f=>_0x19475f[_0x5a6cd4(0x120)](_0x4ac39f['id'])),_0x425548[_0x5a6cd4(0x197)][_0x5a6cd4(0x13e)](_0x3971c0),_0x425548;});}}function wi(_0x107687,_0x183115){const _0x1bbfff=_0x4fc01e;return void 0x0!==_0x107687[_0x1bbfff(0x123)]&&void 0x0===_0x183115[_0x1bbfff(0x123)]?0x1:void 0x0===_0x107687[_0x1bbfff(0x123)]&&void 0x0!==_0x183115[_0x1bbfff(0x123)]?-0x1:void 0x0!==_0x107687[_0x1bbfff(0x123)]&&void 0x0!==_0x183115[_0x1bbfff(0x123)]?_0x107687[_0x1bbfff(0x123)]-_0x183115[_0x1bbfff(0x123)]:0x0;}function gi(_0x3a25cb,_0x30f233){const _0x4d4683=_0x4fc01e;_0x30f233[_0x4d4683(0x175)](wi);const _0x11c908={},_0x5ef9cc=[];for(const _0x16c711 of _0x30f233)if(void 0x0!==_0x16c711[_0x4d4683(0x123)]){if(_0x16c711[_0x4d4683(0x123)]in _0x11c908)throw new _0x14b9a3(_0x4d4683(0x122),_0x3a25cb,{'conflictingDefinitions':[_0x16c711,_0x11c908[_0x16c711[_0x4d4683(0x123)]]]});_0x11c908[_0x16c711[_0x4d4683(0x123)]]=_0x16c711,_0x5ef9cc[_0x4d4683(0xf4)](_0x16c711[_0x4d4683(0x123)],0x0,_0x16c711);}else _0x5ef9cc[_0x4d4683(0x195)](_0x16c711);return _0x5ef9cc;}
@@ -20,5 +20,5 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3fa83f=_0x48ee;(function(_0x329e84,_0x3f62af){const _0x478d85=_0x48ee,_0xf2b841=_0x329e84();while(!![]){try{const _0x35c0e7=-parseInt(_0x478d85(0x1cf))/0x1+parseInt(_0x478d85(0x1d8))/0x2*(-parseInt(_0x478d85(0x182))/0x3)+-parseInt(_0x478d85(0x184))/0x4+parseInt(_0x478d85(0x18d))/0x5*(parseInt(_0x478d85(0x1ac))/0x6)+parseInt(_0x478d85(0x1bc))/0x7+-parseInt(_0x478d85(0x19f))/0x8+parseInt(_0x478d85(0x1c3))/0x9*(parseInt(_0x478d85(0x1c7))/0xa);if(_0x35c0e7===_0x3f62af)break;else _0xf2b841['push'](_0xf2b841['shift']());}catch(_0x20eefe){_0xf2b841['push'](_0xf2b841['shift']());}}}(_0x2fd8,0x4203f));function _0x2fd8(){const _0x445b1b=['finishProcessing','_parseAndNormalizeContent','toModel','submitPrompt','push','reset','initialContext','reverse','isProcessing','set','view','1482usjoaR','_normalizeResponseHeadings','clear','abort','stopProcessing','currentResponse','editor','startProcessing','<h1></h1>','config','processor','then','createElement','previousQuery','stopListening','custom','959917CpYKLV','text/html','endsWith','startsWith','rename','previousLabel','_domParser','10339083dgndpX','name','document','element','10WgiFpZ','_isH1TagSupportEnabled','serializeToString','```','tryAgainEvent','updateView','_handleQuery','get','111585xOvHxG','handleError','from','body','listenTo','message','setContentOf','value','finally','150014YwligA','data','_xmlSerializer','isRendered','querySelector','```html','once','trim','markers','nodeType','viewToDom','set:currentContext','ai.assistant.preserveComments','editing','15ZYfTMF','ELEMENT_NODE','1875780biwQDp','catch','_stripMarkdownSyntax','remove','innerHTML','exec','toView','previousContext','previousActionId','355ypbiLU','destroy','parseFromString','_sanitizeHTML','length','mainAction','domConverter','substring','match','childNodes','prompt','_sanitizationContainer','stringify','textAdapter','htmlProcessor','div','currentContext','makeRequest','619928kWjNCN','render'];_0x2fd8=function(){return _0x445b1b;};return _0x2fd8();}import{ObservableMixin as _0x5b6258}from'ckeditor5/src/utils.js';import{AIRequestError as _0x6d9f7e}from'../adapters/aiadapter.js';import{Matcher as _0x34dbb4,ViewUpcastWriter as _0x5548b4}from'ckeditor5/src/engine.js';function _0x48ee(_0x341644,_0x338e41){const _0x2fd8a2=_0x2fd8();return _0x48ee=function(_0x48ee14,_0x31a8cd){_0x48ee14=_0x48ee14-0x179;let _0x8d8790=_0x2fd8a2[_0x48ee14];return _0x8d8790;},_0x48ee(_0x341644,_0x338e41);}const hs=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');export class AIAssistantController extends/* #__PURE__ -- @preserve */
24
- _0x5b6258(){[_0x3fa83f(0x1b2)];[_0x3fa83f(0x19a)];[_0x3fa83f(0x1ab)];[_0x3fa83f(0x198)];[_0x3fa83f(0x1c2)];[_0x3fa83f(0x1da)];constructor(_0x3f7768,_0x320c04,_0x2e9cd2){const _0x10c054=_0x3fa83f;super(),this[_0x10c054(0x1b2)]=_0x3f7768,this[_0x10c054(0x19a)]=_0x320c04,this[_0x10c054(0x198)]=document[_0x10c054(0x1b8)](_0x10c054(0x19c)),this[_0x10c054(0x1c2)]=new DOMParser(),this[_0x10c054(0x1da)]=new XMLSerializer(),this[_0x10c054(0x1ab)]=_0x2e9cd2,this[_0x10c054(0x1aa)]({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on'](_0x10c054(0x17f),(_0x51d056,_0x695d67,_0x4297d8)=>{const _0x575109=_0x10c054;this[_0x575109(0x1ab)][_0x575109(0x1d6)]=this[_0x575109(0x190)](_0x4297d8);}),this[_0x10c054(0x1d3)](this[_0x10c054(0x1ab)],_0x10c054(0x1a4),(_0x2e763e,_0x5e8b7e)=>{const _0x1ca081=_0x10c054,_0x3a9c19=this[_0x1ca081(0x19d)]||this[_0x1ca081(0x1a7)];this[_0x1ca081(0x1cd)](_0x5e8b7e,_0x3a9c19,_0x1ca081(0x1bb));}),this[_0x10c054(0x1d3)](this[_0x10c054(0x1ab)],_0x10c054(0x1cb),()=>{const _0x4499b1=_0x10c054;this[_0x4499b1(0x1ab)][_0x4499b1(0x197)]=this[_0x4499b1(0x1c1)],this[_0x4499b1(0x1cd)](this[_0x4499b1(0x1b9)],this[_0x4499b1(0x18b)],this[_0x4499b1(0x18c)],this[_0x4499b1(0x1c1)]);}),this[_0x10c054(0x1d3)](this[_0x10c054(0x1ab)],_0x10c054(0x1b0),()=>{const _0x47e51f=_0x10c054;this[_0x47e51f(0x1b0)]();});}[_0x3fa83f(0x18e)](){const _0x5d050c=_0x3fa83f;this[_0x5d050c(0x1ba)]();}async[_0x3fa83f(0x1cc)]({actionId:_0x4cc8cc,query:_0x3d2452,htmlContent:_0x22c8e1,label:_0x3fb740,mainActionLabel:_0x5a8096}){const _0x437f0b=_0x3fa83f;this[_0x437f0b(0x1ab)][_0x437f0b(0x197)]=_0x3fb740,this[_0x437f0b(0x1ab)][_0x437f0b(0x192)]=_0x5a8096,this[_0x437f0b(0x1a7)]=_0x22c8e1,_0x3d2452&&(this[_0x437f0b(0x1ab)][_0x437f0b(0x1db)]?this[_0x437f0b(0x1cd)](_0x3d2452,_0x22c8e1,_0x4cc8cc,_0x3fb740):this[_0x437f0b(0x1ab)][_0x437f0b(0x17a)](_0x437f0b(0x1a0),()=>{const _0x355b02=_0x437f0b;this[_0x355b02(0x1cd)](_0x3d2452,_0x22c8e1,_0x4cc8cc,_0x3fb740);}));}[_0x3fa83f(0x1b0)](){const _0x4da023=_0x3fa83f;this[_0x4da023(0x1a9)]&&(this[_0x4da023(0x1a9)]=!0x1,this[_0x4da023(0x1ab)][_0x4da023(0x1a1)](),this[_0x4da023(0x19a)][_0x4da023(0x1af)]());}[_0x3fa83f(0x1a6)](){const _0x19f945=_0x3fa83f;this[_0x19f945(0x1a7)]='',this[_0x19f945(0x19d)]='',this[_0x19f945(0x1b1)]='',this[_0x19f945(0x18b)]='',this[_0x19f945(0x1b9)]='',this[_0x19f945(0x1c1)]='',this[_0x19f945(0x18c)]=void 0x0,this[_0x19f945(0x1ab)][_0x19f945(0x1a6)](),this[_0x19f945(0x1b0)]();}async[_0x3fa83f(0x1cd)](_0x3810ec,_0x19da8e,_0x394eaa,_0x591b2b){const _0x1c17ac=_0x3fa83f;return this[_0x1c17ac(0x1a9)]=!0x0,this[_0x1c17ac(0x1ab)][_0x1c17ac(0x1b3)](),this[_0x1c17ac(0x18b)]=_0x19da8e,this[_0x1c17ac(0x1b9)]=_0x3810ec,this[_0x1c17ac(0x1c1)]=_0x591b2b||_0x3810ec,this[_0x1c17ac(0x18c)]=_0x394eaa,new Promise(_0x2b9fa2=>{const _0xe11271=_0x1c17ac;this[_0xe11271(0x19a)][_0xe11271(0x19e)]({'query':_0x3810ec,'context':_0x19da8e,'onData':_0x1121f6=>{const _0x2f9246=_0xe11271;this[_0x2f9246(0x1b1)]=_0x1121f6,this[_0x2f9246(0x19d)]=this[_0x2f9246(0x1a2)](this[_0x2f9246(0x1b1)]);},'actionId':_0x394eaa})[_0xe11271(0x1b7)](()=>{const _0x27ebea=_0xe11271;!this[_0x27ebea(0x19d)]&&this[_0x27ebea(0x1b1)]&&(this[_0x27ebea(0x19d)]=this[_0x27ebea(0x1a2)](this[_0x27ebea(0x1b1)],!0x0));})[_0xe11271(0x185)](_0x177149=>{const _0x134039=_0xe11271;_0x177149 instanceof _0x6d9f7e?this[_0x134039(0x1ab)][_0x134039(0x1d0)](_0x177149[_0x134039(0x1d4)]):this[_0x134039(0x1ab)][_0x134039(0x1d0)](),_0x2b9fa2();})[_0xe11271(0x1d7)](()=>{const _0x54721c=_0xe11271;this[_0x54721c(0x1b0)](),_0x2b9fa2();});});}[_0x3fa83f(0x1a2)](_0xae9574,_0x429da3=!0x1){const _0x23dbc8=_0x3fa83f,_0x1f4bcb=hs[_0x23dbc8(0x189)](_0xae9574);_0xae9574=_0x1f4bcb?_0xae9574[_0x23dbc8(0x194)](_0x1f4bcb[0x1][_0x23dbc8(0x191)]):_0xae9574[_0x23dbc8(0x191)]<0x64&&!_0x429da3?'':this[_0x23dbc8(0x186)](_0xae9574);const _0x65edc8=this[_0x23dbc8(0x1c2)][_0x23dbc8(0x18f)](_0xae9574,_0x23dbc8(0x1bd));if(_0x1f4bcb){const _0x5bb687=Array[_0x23dbc8(0x1d1)](_0x65edc8[_0x23dbc8(0x1d2)][_0x23dbc8(0x196)]);_0x5bb687[_0x23dbc8(0x1a8)]();for(const _0x3cbde5 of _0x5bb687){if(_0x3cbde5[_0x23dbc8(0x17d)]==Node[_0x23dbc8(0x183)])break;_0x3cbde5[_0x23dbc8(0x187)]();}}const _0x1b7563=this[_0x23dbc8(0x1b2)][_0x23dbc8(0x1d9)][_0x23dbc8(0x1b6)][_0x23dbc8(0x18a)](this[_0x23dbc8(0x1da)][_0x23dbc8(0x1c9)](_0x65edc8[_0x23dbc8(0x1d2)]));this[_0x23dbc8(0x1c8)]()||this[_0x23dbc8(0x1ad)](_0x1b7563);const _0x483df1=this[_0x23dbc8(0x1b2)][_0x23dbc8(0x1b5)][_0x23dbc8(0x1ce)](_0x23dbc8(0x180)),_0x17c213=this[_0x23dbc8(0x1b2)][_0x23dbc8(0x1d9)][_0x23dbc8(0x1a3)](_0x1b7563);return _0x483df1||_0x17c213[_0x23dbc8(0x17c)][_0x23dbc8(0x1ae)](),this[_0x23dbc8(0x1b2)][_0x23dbc8(0x1d9)][_0x23dbc8(0x199)](_0x17c213);}[_0x3fa83f(0x1ad)](_0x1c0fe9){const _0x4f17a7=_0x3fa83f,_0x1b9397=new _0x5548b4(this[_0x4f17a7(0x1b2)][_0x4f17a7(0x181)][_0x4f17a7(0x1ab)][_0x4f17a7(0x1c5)]),_0xf8d095=new _0x34dbb4({'name':/^h[1-5]$/}),_0x5f4e71=[];let _0x5ed92a=!0x1;for(const _0x2d71aa of _0x1c0fe9)_0x2d71aa['is'](_0x4f17a7(0x1c6))&&_0xf8d095[_0x4f17a7(0x195)](_0x2d71aa)&&(_0x5f4e71[_0x4f17a7(0x1a5)](_0x2d71aa),'h1'==_0x2d71aa[_0x4f17a7(0x1c4)]&&(_0x5ed92a=!0x0));if(_0x5ed92a){for(const _0x2627d3 of _0x5f4e71)_0x1b9397[_0x4f17a7(0x1c0)]('h'+(parseInt(_0x2627d3[_0x4f17a7(0x1c4)][0x1])+0x1),_0x2627d3);}}[_0x3fa83f(0x1c8)](){const _0x1c1d85=_0x3fa83f,{data:_0x33c2e7,editing:_0x419063}=this[_0x1c1d85(0x1b2)],_0x2d5dbb=_0x33c2e7[_0x1c1d85(0x19b)][_0x1c1d85(0x18a)](_0x1c1d85(0x1b4)),_0x598d09=_0x33c2e7[_0x1c1d85(0x18a)](_0x33c2e7[_0x1c1d85(0x1a3)](_0x2d5dbb));return!!_0x419063[_0x1c1d85(0x1ab)][_0x1c1d85(0x193)][_0x1c1d85(0x17e)](_0x598d09)[_0x1c1d85(0x1dc)]('h1');}[_0x3fa83f(0x190)](_0x1b5db2){const _0x3c0088=_0x3fa83f;return this[_0x3c0088(0x1b2)][_0x3c0088(0x181)][_0x3c0088(0x1ab)][_0x3c0088(0x193)][_0x3c0088(0x1d5)](this[_0x3c0088(0x198)],_0x1b5db2),this[_0x3c0088(0x198)][_0x3c0088(0x188)];}[_0x3fa83f(0x186)](_0x33d20b){const _0x5020ab=_0x3fa83f,_0x370888=_0x33d20b[_0x5020ab(0x17b)]();return _0x370888[_0x5020ab(0x1bf)](_0x5020ab(0x179))?_0x370888[_0x5020ab(0x1be)](_0x5020ab(0x1ca))?_0x370888[_0x5020ab(0x194)](0x7,_0x370888[_0x5020ab(0x191)]-0x3):_0x370888[_0x5020ab(0x194)](0x7):_0x33d20b;}}
23
+ function _0x3d66(){const _0x704956=['_domParser','stopListening','value','body','21ybcKxi','abort','substring','```html','currentResponse','currentContext','previousLabel','document','view','get','textAdapter','finally','<h1></h1>','text/html','reverse','markers','stopProcessing','push','mainAction','previousQuery','trim','innerHTML','306032oSiuqj','viewToDom','startsWith','render','listenTo','toView','endsWith','updateView','editor','serializeToString','from','tryAgainEvent','setContentOf','destroy','nodeType','_parseAndNormalizeContent','6129886ljWXNX','domConverter','_sanitizationContainer','editing','querySelector','div','element','7716712IrcDXI','_stripMarkdownSyntax','config','_isH1TagSupportEnabled','initialContext','custom','12041307JTHwPj','processor','data','370936CosKjy','once','startProcessing','previousActionId','createElement','_normalizeResponseHeadings','htmlProcessor','catch','then','exec','toModel','reset','645664cbwIzR','isRendered','name','stringify','previousContext','_handleQuery','remove','makeRequest','rename','finishProcessing','length','ELEMENT_NODE','1626065ckotre','parseFromString','clear','```','_xmlSerializer','childNodes','message','_sanitizeHTML','match','set:currentContext','12sjjjGB','set','ai.assistant.preserveComments','handleError','submitPrompt','isProcessing','prompt'];_0x3d66=function(){return _0x704956;};return _0x3d66();}const _0x159c81=_0x2df2;(function(_0x181be9,_0x321fe1){const _0x106726=_0x2df2,_0xb21519=_0x181be9();while(!![]){try{const _0x1026b1=-parseInt(_0x106726(0xc4))/0x1+parseInt(_0x106726(0x8d))/0x2+parseInt(_0x106726(0xae))/0x3*(-parseInt(_0x106726(0xe4))/0x4)+parseInt(_0x106726(0x99))/0x5*(parseInt(_0x106726(0xa3))/0x6)+parseInt(_0x106726(0xd4))/0x7+parseInt(_0x106726(0xdb))/0x8+-parseInt(_0x106726(0xe1))/0x9;if(_0x1026b1===_0x321fe1)break;else _0xb21519['push'](_0xb21519['shift']());}catch(_0x5192c8){_0xb21519['push'](_0xb21519['shift']());}}}(_0x3d66,0x7f104));function _0x2df2(_0x4beab8,_0x2cd592){const _0x3d6693=_0x3d66();return _0x2df2=function(_0x2df293,_0x5bd1e2){_0x2df293=_0x2df293-0x85;let _0x35bf6d=_0x3d6693[_0x2df293];return _0x35bf6d;},_0x2df2(_0x4beab8,_0x2cd592);}import{ObservableMixin as _0x3dde72}from'ckeditor5/src/utils.js';import{AIRequestError as _0x170701}from'../adapters/aiadapter.js';import{Matcher as _0x71221f,ViewUpcastWriter as _0x3323e5}from'ckeditor5/src/engine.js';const vs=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');export class AIAssistantController extends/* #__PURE__ -- @preserve */
24
+ _0x3dde72(){[_0x159c81(0xcc)];[_0x159c81(0xb8)];[_0x159c81(0xb6)];[_0x159c81(0xd6)];[_0x159c81(0xaa)];[_0x159c81(0x9d)];constructor(_0x23836a,_0x22e268,_0xcf27d8){const _0x371e1b=_0x159c81;super(),this[_0x371e1b(0xcc)]=_0x23836a,this[_0x371e1b(0xb8)]=_0x22e268,this[_0x371e1b(0xd6)]=document[_0x371e1b(0x85)](_0x371e1b(0xd9)),this[_0x371e1b(0xaa)]=new DOMParser(),this[_0x371e1b(0x9d)]=new XMLSerializer(),this[_0x371e1b(0xb6)]=_0xcf27d8,this[_0x371e1b(0xa4)]({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on'](_0x371e1b(0xa2),(_0x1e7226,_0x2ff0eb,_0x4b79ac)=>{const _0x5ebe00=_0x371e1b;this[_0x5ebe00(0xb6)][_0x5ebe00(0xac)]=this[_0x5ebe00(0xa0)](_0x4b79ac);}),this[_0x371e1b(0xc8)](this[_0x371e1b(0xb6)],_0x371e1b(0xa7),(_0x126c66,_0x2eb85c)=>{const _0x3f58e4=_0x371e1b,_0xea7d21=this[_0x3f58e4(0xb3)]||this[_0x3f58e4(0xdf)];this[_0x3f58e4(0x92)](_0x2eb85c,_0xea7d21,_0x3f58e4(0xe0));}),this[_0x371e1b(0xc8)](this[_0x371e1b(0xb6)],_0x371e1b(0xcf),()=>{const _0x1e9ea9=_0x371e1b;this[_0x1e9ea9(0xb6)][_0x1e9ea9(0xa9)]=this[_0x1e9ea9(0xb4)],this[_0x1e9ea9(0x92)](this[_0x1e9ea9(0xc1)],this[_0x1e9ea9(0x91)],this[_0x1e9ea9(0xe7)],this[_0x1e9ea9(0xb4)]);}),this[_0x371e1b(0xc8)](this[_0x371e1b(0xb6)],_0x371e1b(0xbe),()=>{const _0x4a56e8=_0x371e1b;this[_0x4a56e8(0xbe)]();});}[_0x159c81(0xd1)](){const _0x5cdd93=_0x159c81;this[_0x5cdd93(0xab)]();}async[_0x159c81(0xcb)]({actionId:_0x5f3068,query:_0x2cdd9d,htmlContent:_0x47ad54,label:_0x3c6d83,mainActionLabel:_0x56afd0}){const _0x3340e0=_0x159c81;this[_0x3340e0(0xb6)][_0x3340e0(0xa9)]=_0x3c6d83,this[_0x3340e0(0xb6)][_0x3340e0(0xc0)]=_0x56afd0,this[_0x3340e0(0xdf)]=_0x47ad54,_0x2cdd9d&&(this[_0x3340e0(0xb6)][_0x3340e0(0x8e)]?this[_0x3340e0(0x92)](_0x2cdd9d,_0x47ad54,_0x5f3068,_0x3c6d83):this[_0x3340e0(0xb6)][_0x3340e0(0xe5)](_0x3340e0(0xc7),()=>{const _0x49ce4c=_0x3340e0;this[_0x49ce4c(0x92)](_0x2cdd9d,_0x47ad54,_0x5f3068,_0x3c6d83);}));}[_0x159c81(0xbe)](){const _0x2063fe=_0x159c81;this[_0x2063fe(0xa8)]&&(this[_0x2063fe(0xa8)]=!0x1,this[_0x2063fe(0xb6)][_0x2063fe(0x96)](),this[_0x2063fe(0xb8)][_0x2063fe(0xaf)]());}[_0x159c81(0x8c)](){const _0x24400b=_0x159c81;this[_0x24400b(0xdf)]='',this[_0x24400b(0xb3)]='',this[_0x24400b(0xb2)]='',this[_0x24400b(0x91)]='',this[_0x24400b(0xc1)]='',this[_0x24400b(0xb4)]='',this[_0x24400b(0xe7)]=void 0x0,this[_0x24400b(0xb6)][_0x24400b(0x8c)](),this[_0x24400b(0xbe)]();}async[_0x159c81(0x92)](_0x3f8a15,_0x3d3864,_0x5d90e5,_0xcc461b){const _0x4c0480=_0x159c81;return this[_0x4c0480(0xa8)]=!0x0,this[_0x4c0480(0xb6)][_0x4c0480(0xe6)](),this[_0x4c0480(0x91)]=_0x3d3864,this[_0x4c0480(0xc1)]=_0x3f8a15,this[_0x4c0480(0xb4)]=_0xcc461b||_0x3f8a15,this[_0x4c0480(0xe7)]=_0x5d90e5,new Promise(_0x930b6f=>{const _0x11007c=_0x4c0480;this[_0x11007c(0xb8)][_0x11007c(0x94)]({'query':_0x3f8a15,'context':_0x3d3864,'onData':_0xf165de=>{const _0x9eb4de=_0x11007c;this[_0x9eb4de(0xb2)]=_0xf165de,this[_0x9eb4de(0xb3)]=this[_0x9eb4de(0xd3)](this[_0x9eb4de(0xb2)]);},'actionId':_0x5d90e5})[_0x11007c(0x89)](()=>{const _0x290570=_0x11007c;!this[_0x290570(0xb3)]&&this[_0x290570(0xb2)]&&(this[_0x290570(0xb3)]=this[_0x290570(0xd3)](this[_0x290570(0xb2)],!0x0));})[_0x11007c(0x88)](_0x5e4353=>{const _0x314343=_0x11007c;_0x5e4353 instanceof _0x170701?this[_0x314343(0xb6)][_0x314343(0xa6)](_0x5e4353[_0x314343(0x9f)]):this[_0x314343(0xb6)][_0x314343(0xa6)](),_0x930b6f();})[_0x11007c(0xb9)](()=>{const _0x3a77cd=_0x11007c;this[_0x3a77cd(0xbe)](),_0x930b6f();});});}[_0x159c81(0xd3)](_0x325a68,_0x98bc1d=!0x1){const _0x207590=_0x159c81,_0x3f9da7=vs[_0x207590(0x8a)](_0x325a68);_0x325a68=_0x3f9da7?_0x325a68[_0x207590(0xb0)](_0x3f9da7[0x1][_0x207590(0x97)]):_0x325a68[_0x207590(0x97)]<0x64&&!_0x98bc1d?'':this[_0x207590(0xdc)](_0x325a68);const _0x22b86a=this[_0x207590(0xaa)][_0x207590(0x9a)](_0x325a68,_0x207590(0xbb));if(_0x3f9da7){const _0x17c9f8=Array[_0x207590(0xce)](_0x22b86a[_0x207590(0xad)][_0x207590(0x9e)]);_0x17c9f8[_0x207590(0xbc)]();for(const _0x23c9cb of _0x17c9f8){if(_0x23c9cb[_0x207590(0xd2)]==Node[_0x207590(0x98)])break;_0x23c9cb[_0x207590(0x93)]();}}const _0x2eb8ef=this[_0x207590(0xcc)][_0x207590(0xe3)][_0x207590(0xe2)][_0x207590(0xc9)](this[_0x207590(0x9d)][_0x207590(0xcd)](_0x22b86a[_0x207590(0xad)]));this[_0x207590(0xde)]()||this[_0x207590(0x86)](_0x2eb8ef);const _0x23797d=this[_0x207590(0xcc)][_0x207590(0xdd)][_0x207590(0xb7)](_0x207590(0xa5)),_0x423dc2=this[_0x207590(0xcc)][_0x207590(0xe3)][_0x207590(0x8b)](_0x2eb8ef);return _0x23797d||_0x423dc2[_0x207590(0xbd)][_0x207590(0x9b)](),this[_0x207590(0xcc)][_0x207590(0xe3)][_0x207590(0x90)](_0x423dc2);}[_0x159c81(0x86)](_0x191e5b){const _0xde4c28=_0x159c81,_0x21d3d1=new _0x3323e5(this[_0xde4c28(0xcc)][_0xde4c28(0xd7)][_0xde4c28(0xb6)][_0xde4c28(0xb5)]),_0x40bf3a=new _0x71221f({'name':/^h[1-5]$/}),_0x5f3db0=[];let _0x480602=!0x1;for(const _0x4a1c6b of _0x191e5b)_0x4a1c6b['is'](_0xde4c28(0xda))&&_0x40bf3a[_0xde4c28(0xa1)](_0x4a1c6b)&&(_0x5f3db0[_0xde4c28(0xbf)](_0x4a1c6b),'h1'==_0x4a1c6b[_0xde4c28(0x8f)]&&(_0x480602=!0x0));if(_0x480602){for(const _0x30eb99 of _0x5f3db0)_0x21d3d1[_0xde4c28(0x95)]('h'+(parseInt(_0x30eb99[_0xde4c28(0x8f)][0x1])+0x1),_0x30eb99);}}[_0x159c81(0xde)](){const _0x53f8c1=_0x159c81,{data:_0xfb56f8,editing:_0x5072fe}=this[_0x53f8c1(0xcc)],_0x34ff4f=_0xfb56f8[_0x53f8c1(0x87)][_0x53f8c1(0xc9)](_0x53f8c1(0xba)),_0x58fe3c=_0xfb56f8[_0x53f8c1(0xc9)](_0xfb56f8[_0x53f8c1(0x8b)](_0x34ff4f));return!!_0x5072fe[_0x53f8c1(0xb6)][_0x53f8c1(0xd5)][_0x53f8c1(0xc5)](_0x58fe3c)[_0x53f8c1(0xd8)]('h1');}[_0x159c81(0xa0)](_0x518204){const _0x4ef8e7=_0x159c81;return this[_0x4ef8e7(0xcc)][_0x4ef8e7(0xd7)][_0x4ef8e7(0xb6)][_0x4ef8e7(0xd5)][_0x4ef8e7(0xd0)](this[_0x4ef8e7(0xd6)],_0x518204),this[_0x4ef8e7(0xd6)][_0x4ef8e7(0xc3)];}[_0x159c81(0xdc)](_0x1e0e8a){const _0x1dd9c0=_0x159c81,_0x44b555=_0x1e0e8a[_0x1dd9c0(0xc2)]();return _0x44b555[_0x1dd9c0(0xc6)](_0x1dd9c0(0xb1))?_0x44b555[_0x1dd9c0(0xca)](_0x1dd9c0(0x9c))?_0x44b555[_0x1dd9c0(0xb0)](0x7,_0x44b555[_0x1dd9c0(0x97)]-0x3):_0x44b555[_0x1dd9c0(0xb0)](0x7):_0x1e0e8a;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xeba073=_0x31d4;(function(_0x5cd55e,_0x349fd5){const _0x3eb6c7=_0x31d4,_0x2dca10=_0x5cd55e();while(!![]){try{const _0x4aede3=-parseInt(_0x3eb6c7(0x12b))/0x1+-parseInt(_0x3eb6c7(0xf3))/0x2+parseInt(_0x3eb6c7(0x102))/0x3+-parseInt(_0x3eb6c7(0xe9))/0x4*(parseInt(_0x3eb6c7(0x129))/0x5)+-parseInt(_0x3eb6c7(0xf8))/0x6+-parseInt(_0x3eb6c7(0xf7))/0x7+parseInt(_0x3eb6c7(0xe6))/0x8;if(_0x4aede3===_0x349fd5)break;else _0x2dca10['push'](_0x2dca10['shift']());}catch(_0x27888c){_0x2dca10['push'](_0x2dca10['shift']());}}}(_0x2b6f,0xa591e));function _0x2b6f(){const _0x57c1fd=['position','mousedown','appendChild','Copy','ck-ai-form__content-field','clipboard','ck-ai-form__content-area--processing','div','33131552REepsp','ck-ai-form__copy-button','AI\x20is\x20writing...','51176OOqYar','bindTemplate','write','scrollHeight','body','createElement','setTemplate','getSelection','absolute','loaderView','1722078LnLPpA','copy','change:value','wheel','8300992VECgKD','6612252aQsedQ','isEnabled','ck-ai-form__loader','.ck-ai-form__loader','text/plain','addRange','createRange','execCommand','value','querySelector','3266976CFPhJi','_copyHTMLToClipboard','_createLoader','focus','\x20ck-ai-form__copy-button--copied','<span>]</span>','class','removeAllRanges','copyButtonView','appendLoader','locale','ck-ai-form__content-area','ck-reset_all-excluded','ck-ai-form__copy-button-wrapper','setStartAfter','text/html','style','change:isProcessing','textContent','isVisible','icon','element','setEndBefore','setContent','execute','ck-content','listenTo','left','-9999px','ClipboardItem','set','smooth','scrollTo','_createCopyButton','bind','ck-ai-form__content-area-wrapper','contentFieldView','ck-hidden','isProcessing','115AvEuWD','remove','1109063elqWLo','render','firstElementChild','lastElementChild','<span>[</span>','innerHTML'];_0x2b6f=function(){return _0x57c1fd;};return _0x2b6f();}import{global as _0x2cbd78}from'ckeditor5/src/utils.js';import{View as _0x427ee2,ButtonView as _0x3fab4e,SpinnerView as _0x5b08df}from'ckeditor5/src/ui.js';import{IconCheck as _0x4bd8cf,IconCopy as _0x318a7c}from'ckeditor5/src/icons.js';function _0x31d4(_0x5ce5c5,_0x3c0b09){const _0x2b6fec=_0x2b6f();return _0x31d4=function(_0x31d4b6,_0xdd2c28){_0x31d4b6=_0x31d4b6-0xe3;let _0x4d8d2b=_0x2b6fec[_0x31d4b6];return _0x4d8d2b;},_0x31d4(_0x5ce5c5,_0x3c0b09);}import{getTranslation as _0x584aed}from'../../utils/common-translations.js';export class AIFormContentArea extends _0x427ee2{[_0xeba073(0x126)];[_0xeba073(0x10a)];constructor(_0x64df61,_0x33a434=''){const _0x4f85d9=_0xeba073;super(_0x64df61),this[_0x4f85d9(0x120)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x48300a=this[_0x4f85d9(0xea)];this[_0x4f85d9(0x126)]=new ContentFieldView(_0x64df61,_0x33a434),this[_0x4f85d9(0x10a)]=this[_0x4f85d9(0x123)](),this[_0x4f85d9(0xef)]({'tag':_0x4f85d9(0xe5),'attributes':{'class':['ck',_0x4f85d9(0x125),_0x48300a['if'](_0x4f85d9(0x115),_0x4f85d9(0x127),_0xee94f4=>!_0xee94f4)],'tabindex':'-1'},'children':[{'tag':_0x4f85d9(0xe5),'attributes':{'class':['ck',_0x4f85d9(0x10d),_0x48300a['if'](_0x4f85d9(0x128),_0x4f85d9(0xe4))]},'children':[this[_0x4f85d9(0x126)],{'tag':_0x4f85d9(0xe5),'attributes':{'class':['ck',_0x4f85d9(0x10f)]},'children':[this[_0x4f85d9(0x10a)]]}]}]});}[_0xeba073(0x12c)](){const _0x1f4281=_0xeba073;super[_0x1f4281(0x12c)](),this[_0x1f4281(0x100)]&&this[_0x1f4281(0x126)][_0x1f4281(0x119)](this[_0x1f4281(0x100)]);let _0x51d080=!0x1;this['on'](_0x1f4281(0xf5),(_0xf629f4,_0x1bb99c,_0x4b82c5)=>{const _0x1cf2fe=_0x1f4281,_0x325622=!this[_0x1cf2fe(0x126)][_0x1cf2fe(0x117)][_0x1cf2fe(0x101)](_0x1cf2fe(0xfb));this[_0x1cf2fe(0x126)][_0x1cf2fe(0x119)](_0x4b82c5),this[_0x1cf2fe(0x128)]&&_0x325622&&!_0x51d080&&this[_0x1cf2fe(0x117)][_0x1cf2fe(0x122)]({'top':this[_0x1cf2fe(0x117)][_0x1cf2fe(0xec)],'behavior':_0x1cf2fe(0x121)});}),this['on'](_0x1f4281(0x113),(_0x17eae5,_0x3af978,_0x4468f8)=>{const _0x4e6571=_0x1f4281;_0x51d080=!0x1,_0x4468f8?(this[_0x4e6571(0x100)]=null,this[_0x4e6571(0x126)][_0x4e6571(0x10b)]()):this[_0x4e6571(0x100)]||this[_0x4e6571(0x126)][_0x4e6571(0x119)]('');}),this[_0x1f4281(0x11c)](this[_0x1f4281(0x117)],_0x1f4281(0xf6),()=>{_0x51d080=!0x0;}),this[_0x1f4281(0x11c)](this[_0x1f4281(0x117)],_0x1f4281(0x132),()=>{_0x51d080=!0x0;});}[_0xeba073(0x105)](){const _0x2d24d4=_0xeba073;this[_0x2d24d4(0x117)][_0x2d24d4(0x105)]();}[_0xeba073(0x123)](){const _0x5300c8=_0xeba073,_0x27d9cb=this[_0x5300c8(0x10c)],_0x23ad7c=new _0x3fab4e(this[_0x5300c8(0x10c)]),_0x2f9675=_0x5300c8(0xe7);return _0x23ad7c[_0x5300c8(0x120)]({'label':_0x584aed(_0x27d9cb,_0x5300c8(0x134)),'icon':_0x318a7c,'class':_0x2f9675,'tooltip':!0x0}),_0x23ad7c[_0x5300c8(0x124)](_0x5300c8(0x115))['to'](this,_0x5300c8(0x100),_0x18e3ac=>!!_0x18e3ac),_0x23ad7c[_0x5300c8(0x124)](_0x5300c8(0xf9))['to'](this,_0x5300c8(0x128),_0x5d4c10=>!_0x5d4c10),_0x23ad7c['on'](_0x5300c8(0x11a),()=>{const _0x27a0bd=_0x5300c8;this[_0x27a0bd(0x103)](this[_0x27a0bd(0x126)][_0x27a0bd(0x117)]),_0x23ad7c[_0x27a0bd(0x116)]=_0x4bd8cf,_0x23ad7c[_0x27a0bd(0x108)]=_0x2f9675+_0x27a0bd(0x106),this[_0x27a0bd(0x105)](),setTimeout(()=>{const _0x3b00e6=_0x27a0bd;_0x23ad7c[_0x3b00e6(0x116)]=_0x318a7c,_0x23ad7c[_0x3b00e6(0x108)]=_0x2f9675;},0x3e8);}),_0x23ad7c;}[_0xeba073(0x103)](_0x47fe76){const _0x543fad=_0xeba073,{window:_0x457f29,document:_0x2eaa11}=_0x2cbd78;if(_0x457f29[_0x543fad(0x11f)]){const {Blob:_0xcabaec,ClipboardItem:_0x268fc5}=_0x457f29,_0x475308=[new _0x268fc5({'text/html':new _0xcabaec([_0x47fe76[_0x543fad(0x130)]],{'type':_0x543fad(0x111)}),'text/plain':new _0xcabaec([_0x47fe76[_0x543fad(0x114)]||''],{'type':_0x543fad(0xfc)})})];navigator[_0x543fad(0xe3)][_0x543fad(0xeb)](_0x475308);}else{const _0x1b5ecf=_0x2eaa11[_0x543fad(0xee)](_0x543fad(0xe5));_0x1b5ecf[_0x543fad(0x112)][_0x543fad(0x131)]=_0x543fad(0xf1),_0x1b5ecf[_0x543fad(0x112)][_0x543fad(0x11d)]=_0x543fad(0x11e),_0x1b5ecf[_0x543fad(0x130)]=_0x543fad(0x12f)+_0x47fe76[_0x543fad(0x130)]+_0x543fad(0x107),_0x2eaa11[_0x543fad(0xed)][_0x543fad(0x133)](_0x1b5ecf);const _0x22e542=_0x2eaa11[_0x543fad(0xfe)]();_0x22e542[_0x543fad(0x110)](_0x1b5ecf[_0x543fad(0x12d)]),_0x22e542[_0x543fad(0x118)](_0x1b5ecf[_0x543fad(0x12e)]);const _0x2849f3=_0x457f29[_0x543fad(0xf0)]();_0x2849f3[_0x543fad(0x109)](),_0x2849f3[_0x543fad(0xfd)](_0x22e542),_0x2eaa11[_0x543fad(0xff)](_0x543fad(0xf4)),_0x1b5ecf[_0x543fad(0x12a)]();}}}export class ContentFieldView extends _0x427ee2{constructor(_0x4ca1e4,_0x1afb51=''){const _0x44c2e6=_0xeba073;super(_0x4ca1e4),this[_0x44c2e6(0xf2)]=this[_0x44c2e6(0x104)](),this[_0x44c2e6(0xef)]({'tag':_0x44c2e6(0xe5),'attributes':{'class':['ck',_0x44c2e6(0x11b),_0x1afb51,_0x44c2e6(0x10e),_0x44c2e6(0x135)]}});}[_0xeba073(0x119)](_0x5aec9c){const _0x1b97bc=_0xeba073;this[_0x1b97bc(0x117)][_0x1b97bc(0x130)]=_0x5aec9c;}[_0xeba073(0x10b)](){const _0x61277=_0xeba073;this[_0x61277(0x117)][_0x61277(0x133)](this[_0x61277(0xf2)][_0x61277(0x117)]);}[_0xeba073(0x104)](){const _0x1b64b8=_0xeba073,_0x57490a=new _0x427ee2(),_0x102816=this[_0x1b64b8(0x10c)],_0x46e093=new _0x5b08df();return _0x46e093[_0x1b64b8(0x115)]=!0x0,_0x57490a[_0x1b64b8(0xef)]({'tag':_0x1b64b8(0xe5),'attributes':{'class':['ck',_0x1b64b8(0xfa)]},'children':[_0x46e093,{'text':_0x584aed(_0x102816,_0x1b64b8(0xe8))}]}),_0x57490a[_0x1b64b8(0x12c)](),_0x57490a;}}
23
+ const _0x482e1a=_0x1fba;(function(_0x132632,_0x5b10f7){const _0x483313=_0x1fba,_0x1cd77c=_0x132632();while(!![]){try{const _0x598900=-parseInt(_0x483313(0x16c))/0x1+parseInt(_0x483313(0x18b))/0x2*(parseInt(_0x483313(0x1aa))/0x3)+-parseInt(_0x483313(0x175))/0x4+-parseInt(_0x483313(0x18e))/0x5+-parseInt(_0x483313(0x1a5))/0x6+parseInt(_0x483313(0x1a1))/0x7*(-parseInt(_0x483313(0x18d))/0x8)+parseInt(_0x483313(0x15f))/0x9;if(_0x598900===_0x5b10f7)break;else _0x1cd77c['push'](_0x1cd77c['shift']());}catch(_0x37fa86){_0x1cd77c['push'](_0x1cd77c['shift']());}}}(_0x477f,0x4f81d));import{global as _0x5a0052}from'ckeditor5/src/utils.js';function _0x1fba(_0x46d287,_0x313489){const _0x477f2a=_0x477f();return _0x1fba=function(_0x1fba27,_0x5e156b){_0x1fba27=_0x1fba27-0x15a;let _0x511a04=_0x477f2a[_0x1fba27];return _0x511a04;},_0x1fba(_0x46d287,_0x313489);}import{View as _0x57b58a,ButtonView as _0x3802bf,SpinnerView as _0x140ea8}from'ckeditor5/src/ui.js';import{IconCheck as _0x49fe68,IconCopy as _0x308482}from'ckeditor5/src/icons.js';import{getTranslation as _0x117e9f}from'../../utils/common-translations.js';export class AIFormContentArea extends _0x57b58a{[_0x482e1a(0x15a)];[_0x482e1a(0x17e)];constructor(_0x54c7b9,_0x18c751=''){const _0x15e7be=_0x482e1a;super(_0x54c7b9),this[_0x15e7be(0x162)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x3cf666=this[_0x15e7be(0x17a)];this[_0x15e7be(0x15a)]=new ContentFieldView(_0x54c7b9,_0x18c751),this[_0x15e7be(0x17e)]=this[_0x15e7be(0x192)](),this[_0x15e7be(0x16f)]({'tag':_0x15e7be(0x1a4),'attributes':{'class':['ck',_0x15e7be(0x182),_0x3cf666['if'](_0x15e7be(0x167),_0x15e7be(0x172),_0x371873=>!_0x371873)],'tabindex':'-1'},'children':[{'tag':_0x15e7be(0x1a4),'attributes':{'class':['ck',_0x15e7be(0x17f),_0x3cf666['if'](_0x15e7be(0x183),_0x15e7be(0x189))]},'children':[this[_0x15e7be(0x15a)],{'tag':_0x15e7be(0x1a4),'attributes':{'class':['ck',_0x15e7be(0x160)]},'children':[this[_0x15e7be(0x17e)]]}]}]});}[_0x482e1a(0x1ab)](){const _0xeaa047=_0x482e1a;super[_0xeaa047(0x1ab)](),this[_0xeaa047(0x198)]&&this[_0xeaa047(0x15a)][_0xeaa047(0x187)](this[_0xeaa047(0x198)]);let _0x45527d=!0x1;this['on'](_0xeaa047(0x169),(_0x31706a,_0x557139,_0x1a072e)=>{const _0x1f8d6e=_0xeaa047,_0x5c550b=!this[_0x1f8d6e(0x15a)][_0x1f8d6e(0x15e)][_0x1f8d6e(0x1a2)](_0x1f8d6e(0x1ac));this[_0x1f8d6e(0x15a)][_0x1f8d6e(0x187)](_0x1a072e),this[_0x1f8d6e(0x183)]&&_0x5c550b&&!_0x45527d&&this[_0x1f8d6e(0x15e)][_0x1f8d6e(0x18f)]({'top':this[_0x1f8d6e(0x15e)][_0x1f8d6e(0x18a)],'behavior':_0x1f8d6e(0x1a7)});}),this['on'](_0xeaa047(0x197),(_0x369ebf,_0x16ea93,_0x4b3c72)=>{const _0x26fb7c=_0xeaa047;_0x45527d=!0x1,_0x4b3c72?(this[_0x26fb7c(0x198)]=null,this[_0x26fb7c(0x15a)][_0x26fb7c(0x161)]()):this[_0x26fb7c(0x198)]||this[_0x26fb7c(0x15a)][_0x26fb7c(0x187)]('');}),this[_0xeaa047(0x16e)](this[_0xeaa047(0x15e)],_0xeaa047(0x15b),()=>{_0x45527d=!0x0;}),this[_0xeaa047(0x16e)](this[_0xeaa047(0x15e)],_0xeaa047(0x180),()=>{_0x45527d=!0x0;});}[_0x482e1a(0x19a)](){const _0x4a1e17=_0x482e1a;this[_0x4a1e17(0x15e)][_0x4a1e17(0x19a)]();}[_0x482e1a(0x192)](){const _0x5725f7=_0x482e1a,_0x10496e=this[_0x5725f7(0x166)],_0x54214c=new _0x3802bf(this[_0x5725f7(0x166)]),_0x4f3170=_0x5725f7(0x170);return _0x54214c[_0x5725f7(0x162)]({'label':_0x117e9f(_0x10496e,_0x5725f7(0x18c)),'icon':_0x308482,'class':_0x4f3170,'tooltip':!0x0}),_0x54214c[_0x5725f7(0x1ad)](_0x5725f7(0x167))['to'](this,_0x5725f7(0x198),_0x5a44b0=>!!_0x5a44b0),_0x54214c[_0x5725f7(0x1ad)](_0x5725f7(0x165))['to'](this,_0x5725f7(0x183),_0x344a0f=>!_0x344a0f),_0x54214c['on'](_0x5725f7(0x194),()=>{const _0x551667=_0x5725f7;this[_0x551667(0x188)](this[_0x551667(0x15a)][_0x551667(0x15e)]),_0x54214c[_0x551667(0x1a9)]=_0x49fe68,_0x54214c[_0x551667(0x171)]=_0x4f3170+_0x551667(0x19c),this[_0x551667(0x19a)](),setTimeout(()=>{const _0x1790e8=_0x551667;_0x54214c[_0x1790e8(0x1a9)]=_0x308482,_0x54214c[_0x1790e8(0x171)]=_0x4f3170;},0x3e8);}),_0x54214c;}[_0x482e1a(0x188)](_0xa55055){const _0x47ae73=_0x482e1a,{window:_0x446ac8,document:_0x10d8f7}=_0x5a0052;if(_0x446ac8[_0x47ae73(0x16b)]){const {Blob:_0x2a0f7e,ClipboardItem:_0x42b3a0}=_0x446ac8,_0x34ca06=[new _0x42b3a0({'text/html':new _0x2a0f7e([_0xa55055[_0x47ae73(0x176)]],{'type':_0x47ae73(0x173)}),'text/plain':new _0x2a0f7e([_0xa55055[_0x47ae73(0x15d)]||''],{'type':_0x47ae73(0x19f)})})];navigator[_0x47ae73(0x19d)][_0x47ae73(0x191)](_0x34ca06);}else{const _0x38a403=_0x10d8f7[_0x47ae73(0x196)](_0x47ae73(0x1a4));_0x38a403[_0x47ae73(0x179)][_0x47ae73(0x178)]=_0x47ae73(0x15c),_0x38a403[_0x47ae73(0x179)][_0x47ae73(0x16d)]=_0x47ae73(0x195),_0x38a403[_0x47ae73(0x176)]=_0x47ae73(0x163)+_0xa55055[_0x47ae73(0x176)]+_0x47ae73(0x199),_0x10d8f7[_0x47ae73(0x177)][_0x47ae73(0x1a0)](_0x38a403);const _0x367772=_0x10d8f7[_0x47ae73(0x19b)]();_0x367772[_0x47ae73(0x168)](_0x38a403[_0x47ae73(0x1a6)]),_0x367772[_0x47ae73(0x16a)](_0x38a403[_0x47ae73(0x17c)]);const _0x1d270d=_0x446ac8[_0x47ae73(0x190)]();_0x1d270d[_0x47ae73(0x174)](),_0x1d270d[_0x47ae73(0x193)](_0x367772),_0x10d8f7[_0x47ae73(0x184)](_0x47ae73(0x1a8)),_0x38a403[_0x47ae73(0x185)]();}}}export class ContentFieldView extends _0x57b58a{constructor(_0xedc049,_0x32cab5=''){const _0x25476b=_0x482e1a;super(_0xedc049),this[_0x25476b(0x186)]=this[_0x25476b(0x19e)](),this[_0x25476b(0x16f)]({'tag':_0x25476b(0x1a4),'attributes':{'class':['ck',_0x25476b(0x181),_0x32cab5,_0x25476b(0x164),_0x25476b(0x1a3)]}});}[_0x482e1a(0x187)](_0x133f0d){const _0x4d4eb1=_0x482e1a;this[_0x4d4eb1(0x15e)][_0x4d4eb1(0x176)]=_0x133f0d;}[_0x482e1a(0x161)](){const _0x5e137e=_0x482e1a;this[_0x5e137e(0x15e)][_0x5e137e(0x1a0)](this[_0x5e137e(0x186)][_0x5e137e(0x15e)]);}[_0x482e1a(0x19e)](){const _0x5e8653=_0x482e1a,_0x42a9c6=new _0x57b58a(),_0x11901b=this[_0x5e8653(0x166)],_0x4871aa=new _0x140ea8();return _0x4871aa[_0x5e8653(0x167)]=!0x0,_0x42a9c6[_0x5e8653(0x16f)]({'tag':_0x5e8653(0x1a4),'attributes':{'class':['ck',_0x5e8653(0x17b)]},'children':[_0x4871aa,{'text':_0x117e9f(_0x11901b,_0x5e8653(0x17d))}]}),_0x42a9c6[_0x5e8653(0x1ab)](),_0x42a9c6;}}function _0x477f(){const _0x479ec1=['Copy','8OmfZqp','972290dDKJOP','scrollTo','getSelection','write','_createCopyButton','addRange','execute','-9999px','createElement','change:isProcessing','value','<span>]</span>','focus','createRange','\x20ck-ai-form__copy-button--copied','clipboard','_createLoader','text/plain','appendChild','384181oUXlpH','querySelector','ck-ai-form__content-field','div','1768020CxASel','firstElementChild','smooth','copy','icon','348438XyrFsQ','render','.ck-ai-form__loader','bind','contentFieldView','wheel','absolute','textContent','element','17386227NAlKEo','ck-ai-form__copy-button-wrapper','appendLoader','set','<span>[</span>','ck-reset_all-excluded','isEnabled','locale','isVisible','setStartAfter','change:value','setEndBefore','ClipboardItem','579404dZEHOI','left','listenTo','setTemplate','ck-ai-form__copy-button','class','ck-hidden','text/html','removeAllRanges','2395492zLzJNU','innerHTML','body','position','style','bindTemplate','ck-ai-form__loader','lastElementChild','AI\x20is\x20writing...','copyButtonView','ck-ai-form__content-area','mousedown','ck-content','ck-ai-form__content-area-wrapper','isProcessing','execCommand','remove','loaderView','setContent','_copyHTMLToClipboard','ck-ai-form__content-area--processing','scrollHeight','2yMFVUS'];_0x477f=function(){return _0x479ec1;};return _0x477f();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x314c(_0x22e7ed,_0x1842be){const _0x51008d=_0x5100();return _0x314c=function(_0x314c92,_0x95a788){_0x314c92=_0x314c92-0x197;let _0x291c5d=_0x51008d[_0x314c92];return _0x291c5d;},_0x314c(_0x22e7ed,_0x1842be);}(function(_0x43c3d2,_0x5040fc){const _0xfdea5b=_0x314c,_0x303f20=_0x43c3d2();while(!![]){try{const _0x1fef2b=-parseInt(_0xfdea5b(0x197))/0x1+parseInt(_0xfdea5b(0x1a1))/0x2+-parseInt(_0xfdea5b(0x1a5))/0x3+parseInt(_0xfdea5b(0x1a4))/0x4+parseInt(_0xfdea5b(0x19b))/0x5+-parseInt(_0xfdea5b(0x19c))/0x6+-parseInt(_0xfdea5b(0x1a0))/0x7*(-parseInt(_0xfdea5b(0x1a2))/0x8);if(_0x1fef2b===_0x5040fc)break;else _0x303f20['push'](_0x303f20['shift']());}catch(_0x23861e){_0x303f20['push'](_0x303f20['shift']());}}}(_0x5100,0x8c834));import{IconError as _0x3849fd}from'ckeditor5/src/icons.js';function _0x5100(){const _0xf0e4f3=['7IDlCXR','119488sdXlIf','10016704DUdZly','set','3545964xjrMLu','1333992gVZErs','638256rMLFOs','div','bindTemplate','text','121525JekCBS','3385008ZrIDQQ','setTemplate','ck-ai-form__error','content'];_0x5100=function(){return _0xf0e4f3;};return _0x5100();}import{View as _0x3eb9f7,IconView as _0x455b34}from'ckeditor5/src/ui.js';export class AIFormErrorView extends _0x3eb9f7{constructor(_0x2eb429,_0x58b165=''){const _0x4a62f8=_0x314c;super(_0x2eb429);const _0x11027d=new _0x455b34(),_0x4d7ef2=this[_0x4a62f8(0x199)];this[_0x4a62f8(0x1a3)](_0x4a62f8(0x19a),_0x58b165),_0x11027d[_0x4a62f8(0x19f)]=_0x3849fd,this[_0x4a62f8(0x19d)]({'tag':_0x4a62f8(0x198),'attributes':{'class':['ck',_0x4a62f8(0x19e)]},'children':[_0x11027d,{'text':_0x4d7ef2['to'](_0x4a62f8(0x19a))}]});}}
23
+ function _0x2001(_0x5cea4c,_0x3c62c8){const _0x45d1c3=_0x45d1();return _0x2001=function(_0x20015c,_0x157fdc){_0x20015c=_0x20015c-0xf2;let _0x279615=_0x45d1c3[_0x20015c];return _0x279615;},_0x2001(_0x5cea4c,_0x3c62c8);}(function(_0x2f513a,_0x314e91){const _0x9c0156=_0x2001,_0x2578d9=_0x2f513a();while(!![]){try{const _0x2ea52a=-parseInt(_0x9c0156(0xfe))/0x1*(-parseInt(_0x9c0156(0xfd))/0x2)+parseInt(_0x9c0156(0x101))/0x3+-parseInt(_0x9c0156(0xfc))/0x4*(-parseInt(_0x9c0156(0xf7))/0x5)+parseInt(_0x9c0156(0xff))/0x6*(-parseInt(_0x9c0156(0xf2))/0x7)+-parseInt(_0x9c0156(0xfa))/0x8+parseInt(_0x9c0156(0xf8))/0x9*(parseInt(_0x9c0156(0xf5))/0xa)+parseInt(_0x9c0156(0xf6))/0xb*(-parseInt(_0x9c0156(0xf3))/0xc);if(_0x2ea52a===_0x314e91)break;else _0x2578d9['push'](_0x2578d9['shift']());}catch(_0x234e19){_0x2578d9['push'](_0x2578d9['shift']());}}}(_0x45d1,0x2e9b7));import{IconError as _0x15225c}from'ckeditor5/src/icons.js';import{View as _0x3dda4f,IconView as _0xde6b5a}from'ckeditor5/src/ui.js';function _0x45d1(){const _0x31687c=['36630WQKBZv','1250194htNnGh','31760JMXVyg','387aYzfQw','bindTemplate','1580752NSGGcp','text','56XABZtl','743474kbKWsc','1zYlYhT','54EyqtBF','set','356361FmjLqZ','content','setTemplate','div','182630BBmsrL','12SnSBoR','ck-ai-form__error'];_0x45d1=function(){return _0x31687c;};return _0x45d1();}export class AIFormErrorView extends _0x3dda4f{constructor(_0x367e78,_0x49e9cf=''){const _0x357859=_0x2001;super(_0x367e78);const _0x4d7131=new _0xde6b5a(),_0x29d272=this[_0x357859(0xf9)];this[_0x357859(0x100)](_0x357859(0xfb),_0x49e9cf),_0x4d7131[_0x357859(0x102)]=_0x15225c,this[_0x357859(0x103)]({'tag':_0x357859(0x104),'attributes':{'class':['ck',_0x357859(0xf4)]},'children':[_0x4d7131,{'text':_0x29d272['to'](_0x357859(0xfb))}]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3d5d01=_0x419c;(function(_0xa7ed93,_0x5f44f2){const _0x4a2cef=_0x419c,_0x5b28b3=_0xa7ed93();while(!![]){try{const _0x43a7a4=parseInt(_0x4a2cef(0x89))/0x1*(parseInt(_0x4a2cef(0xa7))/0x2)+parseInt(_0x4a2cef(0x87))/0x3*(-parseInt(_0x4a2cef(0x80))/0x4)+-parseInt(_0x4a2cef(0xa8))/0x5*(parseInt(_0x4a2cef(0x7f))/0x6)+parseInt(_0x4a2cef(0xa6))/0x7+parseInt(_0x4a2cef(0xb2))/0x8+parseInt(_0x4a2cef(0xb7))/0x9*(parseInt(_0x4a2cef(0xa4))/0xa)+-parseInt(_0x4a2cef(0x8f))/0xb;if(_0x43a7a4===_0x5f44f2)break;else _0x5b28b3['push'](_0x5b28b3['shift']());}catch(_0x410b34){_0x5b28b3['push'](_0x5b28b3['shift']());}}}(_0x2c56,0xbc02b));function _0x419c(_0x387dfa,_0x5711fe){const _0x2c568c=_0x2c56();return _0x419c=function(_0x419c05,_0x29e80c){_0x419c05=_0x419c05-0x7d;let _0xbaf79=_0x2c568c[_0x419c05];return _0xbaf79;},_0x419c(_0x387dfa,_0x5711fe);}import{Rect as _0x15a225,global as _0x4c92db,isVisible as _0x450a11}from'ckeditor5/src/utils.js';function _0x2c56(){const _0x37d77c=['focusFirst','excludeScrollbarsAndBorders','ck-ai-form__toggle-history','resultsView','update','children','right','focusLast','fieldWrapperChildren','10986616FYcgzk','enter','_createShowHistoryButton','style','fieldView','4487976KcLOnc','showHistoryButtonView','queryView','3719694ahePSW','92YcegLK','keystrokes','submitButtonView','minRows','focus','submit','rtl','60177JPTnop','filteredView','5GFfzMa','isEnabled','fire','Submit','maxRows','left','16792446eDHRCY','target','uiLanguageDirection','bind','focusableChildren','_createSubmitButton','window','isOn','render','History','locale','width','add','set','focusCycler','ck-ai-form__submit','execute','isEmpty','value','requestAnimationFrame','isVisible','30ufTfZo','element','856016jIFaiS','402530VHZVHT','10KVjzFm'];_0x2c56=function(){return _0x37d77c;};return _0x2c56();}import{IconAIHistory as _0x12f33f,IconSubmit as _0x2b907d}from'ckeditor5/src/icons.js';import{AutocompleteView as _0x59e11b,ButtonView as _0x29fc7e}from'ckeditor5/src/ui.js';import{getTranslation as _0x35e943}from'../../utils/common-translations.js';export class AIFormPromptView extends _0x59e11b{[_0x3d5d01(0x82)];[_0x3d5d01(0x7d)];constructor(_0x10bfe1,_0x1a6aab){const _0x14c2ce=_0x3d5d01;super(_0x10bfe1,_0x1a6aab),this[_0x14c2ce(0x7e)][_0x14c2ce(0xb6)][_0x14c2ce(0x83)]=0x1,this[_0x14c2ce(0x7e)][_0x14c2ce(0xb6)][_0x14c2ce(0x8d)]=0x3,this[_0x14c2ce(0x82)]=this[_0x14c2ce(0x94)](),this[_0x14c2ce(0x7d)]=this[_0x14c2ce(0xb4)](),this[_0x14c2ce(0x93)][_0x14c2ce(0x9b)](this[_0x14c2ce(0x7d)],0x1),this[_0x14c2ce(0x93)][_0x14c2ce(0x9b)](this[_0x14c2ce(0x82)]);}[_0x3d5d01(0x97)](){const _0x2a33d6=_0x3d5d01;super[_0x2a33d6(0x97)](),this[_0x2a33d6(0x7e)][_0x2a33d6(0xb1)][_0x2a33d6(0x9b)](this[_0x2a33d6(0x7d)]),this[_0x2a33d6(0xae)][_0x2a33d6(0x9b)](this[_0x2a33d6(0x82)]),this[_0x2a33d6(0x81)][_0x2a33d6(0x9c)](_0x2a33d6(0xb3),(_0x295113,_0x2ce242)=>{const _0x4193a9=_0x2a33d6;_0x295113[_0x4193a9(0x90)]==this[_0x4193a9(0x7e)][_0x4193a9(0xb6)][_0x4193a9(0xa5)]&&(this[_0x4193a9(0x85)](),_0x2ce242());});}[_0x3d5d01(0x94)](){const _0x691868=_0x3d5d01,_0xdcd202=new _0x29fc7e(this[_0x691868(0x99)]),_0x37f162=this[_0x691868(0x99)];return _0xdcd202[_0x691868(0x9c)]({'icon':_0x2b907d,'label':_0x35e943(_0x37f162,_0x691868(0x8c)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x691868(0x9e)}),_0xdcd202['on'](_0x691868(0x9f),()=>{const _0x280b1c=_0x691868;this[_0x280b1c(0x85)]();}),_0xdcd202[_0x691868(0x92)](_0x691868(0x8a))['to'](this[_0x691868(0x7e)][_0x691868(0xb6)],_0x691868(0xa0),this,_0x691868(0x8a),(_0x3e5698,_0xc92512)=>!_0x3e5698&&_0xc92512),_0xdcd202;}[_0x3d5d01(0xb4)](){const _0x44fd52=_0x3d5d01,_0x4ce2bb=new _0x29fc7e(this[_0x44fd52(0x99)]),_0x1f558c=this[_0x44fd52(0xac)],_0x113c80=this[_0x44fd52(0x99)];_0x4ce2bb[_0x44fd52(0x9c)]({'label':_0x35e943(_0x113c80,_0x44fd52(0x98)),'withText':!0x1,'icon':_0x12f33f,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x44fd52(0xab)}),_0x4ce2bb[_0x44fd52(0x92)](_0x44fd52(0x96))['to'](_0x1f558c,_0x44fd52(0xa3)),_0x4ce2bb[_0x44fd52(0x92)](_0x44fd52(0x8a))['to'](this,_0x44fd52(0x8a)),_0x4ce2bb['on'](_0x44fd52(0x9f),()=>{const _0x1b7813=_0x44fd52;_0x1f558c[_0x1b7813(0xa3)]=!_0x1f558c[_0x1b7813(0xa3)],_0x1f558c[_0x1b7813(0xa3)]?this[_0x1b7813(0x88)][_0x1b7813(0x84)]():this[_0x1b7813(0x84)]();});const _0x3cc64d=()=>{const _0x1ee306=_0x44fd52;_0x4c92db[_0x1ee306(0x95)][_0x1ee306(0xa2)](()=>{const _0x44a9ad=_0x1ee306;if(_0x450a11(this[_0x44a9ad(0xa5)])){const _0x90d29e=new _0x15a225(this[_0x44a9ad(0x7e)][_0x44a9ad(0xb6)][_0x44a9ad(0xa5)]),_0x2edcb3=_0x90d29e[_0x44a9ad(0x9a)],_0x831b8c=_0x44a9ad(0x86)===_0x113c80[_0x44a9ad(0x91)]?_0x44a9ad(0x8e):_0x44a9ad(0xaf);_0x90d29e[_0x44a9ad(0xaa)](),_0x4ce2bb[_0x44a9ad(0xa5)][_0x44a9ad(0xb5)][_0x831b8c]=_0x2edcb3-_0x90d29e[_0x44a9ad(0x9a)]+0x1+'px';}});};return this[_0x44fd52(0x7e)][_0x44fd52(0xb6)]['on'](_0x44fd52(0xad),_0x3cc64d),this['on'](_0x44fd52(0x97),_0x3cc64d),_0x4ce2bb;}[_0x3d5d01(0x85)](){const _0x450bfc=_0x3d5d01,_0x165987=this[_0x450bfc(0x7e)][_0x450bfc(0xb6)][_0x450bfc(0xa5)][_0x450bfc(0xa1)];this[_0x450bfc(0x8b)](_0x450bfc(0x85),_0x165987);}[_0x3d5d01(0x84)](_0x3cb236){const _0x377d0c=_0x3d5d01;-0x1===_0x3cb236?this[_0x377d0c(0x9d)][_0x377d0c(0xb0)]():this[_0x377d0c(0x9d)][_0x377d0c(0xa9)]();}}
23
+ const _0x5512ff=_0x4af6;(function(_0x5122a4,_0x555091){const _0x599bad=_0x4af6,_0x5bdf2f=_0x5122a4();while(!![]){try{const _0x316bc4=-parseInt(_0x599bad(0x161))/0x1*(-parseInt(_0x599bad(0x171))/0x2)+parseInt(_0x599bad(0x17b))/0x3*(parseInt(_0x599bad(0x185))/0x4)+-parseInt(_0x599bad(0x192))/0x5+-parseInt(_0x599bad(0x18d))/0x6+parseInt(_0x599bad(0x195))/0x7+parseInt(_0x599bad(0x175))/0x8*(parseInt(_0x599bad(0x191))/0x9)+-parseInt(_0x599bad(0x165))/0xa*(parseInt(_0x599bad(0x169))/0xb);if(_0x316bc4===_0x555091)break;else _0x5bdf2f['push'](_0x5bdf2f['shift']());}catch(_0x1c6b4e){_0x5bdf2f['push'](_0x5bdf2f['shift']());}}}(_0x53cf,0x52a2d));import{Rect as _0x41e106,global as _0x2d9a08,isVisible as _0x37bcaa}from'ckeditor5/src/utils.js';import{IconAIHistory as _0x415906,IconSubmit as _0x441fce}from'ckeditor5/src/icons.js';function _0x53cf(){const _0x3c6da0=['enter','10QOCPbe','queryView','focusLast','_createSubmitButton','6010323QAAXkx','excludeScrollbarsAndBorders','uiLanguageDirection','filteredView','focusFirst','History','isVisible','Submit','1010622YYpBWn','left','focusableChildren','add','16xHKIjn','fieldView','focus','showHistoryButtonView','keystrokes','render','134226gwqrKv','maxRows','isOn','set','target','minRows','locale','ck-ai-form__submit','resultsView','isEnabled','28gpuLxj','fire','bind','execute','requestAnimationFrame','submitButtonView','width','fieldWrapperChildren','3985338bVvqDW','ck-ai-form__toggle-history','window','isEmpty','2402910RpIAGP','1940070XWZkfe','update','_createShowHistoryButton','4092354SFAbyS','children','value','style','right','focusCycler','element','1dCItVu','rtl','submit'];_0x53cf=function(){return _0x3c6da0;};return _0x53cf();}import{AutocompleteView as _0x163e84,ButtonView as _0x32b95f}from'ckeditor5/src/ui.js';import{getTranslation as _0x17b804}from'../../utils/common-translations.js';function _0x4af6(_0x24e880,_0x1fc10e){const _0x53cf0f=_0x53cf();return _0x4af6=function(_0x4af699,_0xf52e78){_0x4af699=_0x4af699-0x15b;let _0x516480=_0x53cf0f[_0x4af699];return _0x516480;},_0x4af6(_0x24e880,_0x1fc10e);}export class AIFormPromptView extends _0x163e84{[_0x5512ff(0x18a)];[_0x5512ff(0x178)];constructor(_0x6f563c,_0x526506){const _0x57314c=_0x5512ff;super(_0x6f563c,_0x526506),this[_0x57314c(0x166)][_0x57314c(0x176)][_0x57314c(0x180)]=0x1,this[_0x57314c(0x166)][_0x57314c(0x176)][_0x57314c(0x17c)]=0x3,this[_0x57314c(0x18a)]=this[_0x57314c(0x168)](),this[_0x57314c(0x178)]=this[_0x57314c(0x194)](),this[_0x57314c(0x173)][_0x57314c(0x174)](this[_0x57314c(0x178)],0x1),this[_0x57314c(0x173)][_0x57314c(0x174)](this[_0x57314c(0x18a)]);}[_0x5512ff(0x17a)](){const _0x39d5b7=_0x5512ff;super[_0x39d5b7(0x17a)](),this[_0x39d5b7(0x166)][_0x39d5b7(0x18c)][_0x39d5b7(0x174)](this[_0x39d5b7(0x178)]),this[_0x39d5b7(0x15b)][_0x39d5b7(0x174)](this[_0x39d5b7(0x18a)]),this[_0x39d5b7(0x179)][_0x39d5b7(0x17e)](_0x39d5b7(0x164),(_0xe57898,_0x342f46)=>{const _0x471b36=_0x39d5b7;_0xe57898[_0x471b36(0x17f)]==this[_0x471b36(0x166)][_0x471b36(0x176)][_0x471b36(0x160)]&&(this[_0x471b36(0x163)](),_0x342f46());});}[_0x5512ff(0x168)](){const _0x63dee3=_0x5512ff,_0x2685d6=new _0x32b95f(this[_0x63dee3(0x181)]),_0x5036a2=this[_0x63dee3(0x181)];return _0x2685d6[_0x63dee3(0x17e)]({'icon':_0x441fce,'label':_0x17b804(_0x5036a2,_0x63dee3(0x170)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x63dee3(0x182)}),_0x2685d6['on'](_0x63dee3(0x188),()=>{const _0x30c71e=_0x63dee3;this[_0x30c71e(0x163)]();}),_0x2685d6[_0x63dee3(0x187)](_0x63dee3(0x184))['to'](this[_0x63dee3(0x166)][_0x63dee3(0x176)],_0x63dee3(0x190),this,_0x63dee3(0x184),(_0x23c7bb,_0x5dcec4)=>!_0x23c7bb&&_0x5dcec4),_0x2685d6;}[_0x5512ff(0x194)](){const _0x1fe8cf=_0x5512ff,_0x28815d=new _0x32b95f(this[_0x1fe8cf(0x181)]),_0x283d86=this[_0x1fe8cf(0x183)],_0x38727d=this[_0x1fe8cf(0x181)];_0x28815d[_0x1fe8cf(0x17e)]({'label':_0x17b804(_0x38727d,_0x1fe8cf(0x16e)),'withText':!0x1,'icon':_0x415906,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x1fe8cf(0x18e)}),_0x28815d[_0x1fe8cf(0x187)](_0x1fe8cf(0x17d))['to'](_0x283d86,_0x1fe8cf(0x16f)),_0x28815d[_0x1fe8cf(0x187)](_0x1fe8cf(0x184))['to'](this,_0x1fe8cf(0x184)),_0x28815d['on'](_0x1fe8cf(0x188),()=>{const _0xe271d4=_0x1fe8cf;_0x283d86[_0xe271d4(0x16f)]=!_0x283d86[_0xe271d4(0x16f)],_0x283d86[_0xe271d4(0x16f)]?this[_0xe271d4(0x16c)][_0xe271d4(0x177)]():this[_0xe271d4(0x177)]();});const _0x3bbbd1=()=>{const _0x32f156=_0x1fe8cf;_0x2d9a08[_0x32f156(0x18f)][_0x32f156(0x189)](()=>{const _0x3d047f=_0x32f156;if(_0x37bcaa(this[_0x3d047f(0x160)])){const _0x338a30=new _0x41e106(this[_0x3d047f(0x166)][_0x3d047f(0x176)][_0x3d047f(0x160)]),_0x4bf32c=_0x338a30[_0x3d047f(0x18b)],_0x5ddb05=_0x3d047f(0x162)===_0x38727d[_0x3d047f(0x16b)]?_0x3d047f(0x172):_0x3d047f(0x15e);_0x338a30[_0x3d047f(0x16a)](),_0x28815d[_0x3d047f(0x160)][_0x3d047f(0x15d)][_0x5ddb05]=_0x4bf32c-_0x338a30[_0x3d047f(0x18b)]+0x1+'px';}});};return this[_0x1fe8cf(0x166)][_0x1fe8cf(0x176)]['on'](_0x1fe8cf(0x193),_0x3bbbd1),this['on'](_0x1fe8cf(0x17a),_0x3bbbd1),_0x28815d;}[_0x5512ff(0x163)](){const _0x63d8de=_0x5512ff,_0x228a36=this[_0x63d8de(0x166)][_0x63d8de(0x176)][_0x63d8de(0x160)][_0x63d8de(0x15c)];this[_0x63d8de(0x186)](_0x63d8de(0x163),_0x228a36);}[_0x5512ff(0x177)](_0x49f1d4){const _0x1f626f=_0x5512ff;-0x1===_0x49f1d4?this[_0x1f626f(0x15f)][_0x1f626f(0x167)]():this[_0x1f626f(0x15f)][_0x1f626f(0x16d)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4989(){const _0x2b4f76=['15240020pxdJdg','AI_','836965UZYELe','bindTemplate','extendTemplate','1075739uzDDKt','bind','48wPBJZN','2LKqXpk','label','Try\x20again','insertButton','replace','8402634HAlYcg','isVisible','5798832eWjbmc','ck-button-action','16pCyVil','Stop','_CONTENT','items','locale','set','toUpperCase','REPLACE','insert','stopButton','mainAction','ck-ai-form__toolbar','_createButton','111442dDKEaf','addMany','2120124mTgqxF','tryAgainButton','ck-hidden','replaceButton','Insert\x20below'];_0x4989=function(){return _0x2b4f76;};return _0x4989();}const _0x55784e=_0x21eb;(function(_0x24e213,_0x2632ac){const _0x26bb56=_0x21eb,_0x287be3=_0x24e213();while(!![]){try{const _0x5e6008=parseInt(_0x26bb56(0x8b))/0x1*(-parseInt(_0x26bb56(0xa1))/0x2)+-parseInt(_0x26bb56(0x7e))/0x3+parseInt(_0x26bb56(0x94))/0x4*(parseInt(_0x26bb56(0x85))/0x5)+parseInt(_0x26bb56(0x92))/0x6+parseInt(_0x26bb56(0x88))/0x7*(-parseInt(_0x26bb56(0x8a))/0x8)+-parseInt(_0x26bb56(0x90))/0x9+parseInt(_0x26bb56(0x83))/0xa;if(_0x5e6008===_0x2632ac)break;else _0x287be3['push'](_0x287be3['shift']());}catch(_0x13509e){_0x287be3['push'](_0x287be3['shift']());}}}(_0x4989,0x76b40));import{ToolbarView as _0x1ef501,ButtonView as _0x22e36f}from'ckeditor5/src/ui.js';import{getTranslation as _0x454cd0}from'../../utils/common-translations.js';function _0x21eb(_0x44e952,_0x2edc8d){const _0x498941=_0x4989();return _0x21eb=function(_0x21eb3f,_0x5005ec){_0x21eb3f=_0x21eb3f-0x7d;let _0x5e1cd2=_0x498941[_0x21eb3f];return _0x5e1cd2;},_0x21eb(_0x44e952,_0x2edc8d);}export const AIFormToolbarViewMainActionLabel={'REPLACE':_0x55784e(0x8f),'INSERT':_0x55784e(0x9c)};export class AIFormToolbarView extends _0x1ef501{constructor(_0x279826){const _0xcd8c14=_0x55784e;super(_0x279826),this[_0xcd8c14(0x99)](_0xcd8c14(0x91),!0x1),this[_0xcd8c14(0x99)](_0xcd8c14(0x9e),AIFormToolbarViewMainActionLabel[_0xcd8c14(0x9b)]),this[_0xcd8c14(0x81)]=this[_0xcd8c14(0xa0)]('',_0xcd8c14(0x93)),this[_0xcd8c14(0x81)][_0xcd8c14(0x89)](_0xcd8c14(0x8c))['to'](this,_0xcd8c14(0x9e),_0x8c197f=>_0x454cd0(_0x279826,_0xcd8c14(0x84)+_0x8c197f[_0xcd8c14(0x9a)]()+_0xcd8c14(0x96))),this[_0xcd8c14(0x8e)]=this[_0xcd8c14(0xa0)](_0x454cd0(_0x279826,_0xcd8c14(0x82))),this[_0xcd8c14(0x7f)]=this[_0xcd8c14(0xa0)](_0x454cd0(_0x279826,_0xcd8c14(0x8d))),this[_0xcd8c14(0x9d)]=this[_0xcd8c14(0xa0)](_0x454cd0(_0x279826,_0xcd8c14(0x95)));const _0x41d166=this[_0xcd8c14(0x86)];this[_0xcd8c14(0x87)]({'attributes':{'class':[_0xcd8c14(0x9f),_0x41d166['if'](_0xcd8c14(0x91),_0xcd8c14(0x80),_0x301293=>!_0x301293)]}}),this[_0xcd8c14(0x97)][_0xcd8c14(0x7d)]([this[_0xcd8c14(0x81)],this[_0xcd8c14(0x8e)],this[_0xcd8c14(0x7f)],this[_0xcd8c14(0x9d)]]);}[_0x55784e(0xa0)](_0x5b32de,_0x173981){const _0x22e1fa=_0x55784e,_0x5d9892=new _0x22e36f(this[_0x22e1fa(0x98)]);return _0x5d9892[_0x22e1fa(0x99)]({'label':_0x5b32de,'class':_0x173981||'','isVisible':!0x0,'withText':!0x0}),_0x5d9892;}}
23
+ function _0x19de(_0x3890f1,_0x85c621){const _0x2a3ce7=_0x2a3c();return _0x19de=function(_0x19de37,_0x22e0d5){_0x19de37=_0x19de37-0x1b3;let _0x278f42=_0x2a3ce7[_0x19de37];return _0x278f42;},_0x19de(_0x3890f1,_0x85c621);}function _0x2a3c(){const _0x4edadb=['216762neUtrm','stopButton','bindTemplate','Insert\x20below','extendTemplate','5625590YgXBaE','mainAction','Stop','set','items','1578414jRJPNm','3847362umSsRB','AI_','replaceButton','insertButton','bind','6MjkpkP','_CONTENT','insert','6664304wgISga','REPLACE','isVisible','tryAgainButton','locale','replace','toUpperCase','_createButton','ck-ai-form__toolbar','addMany','10850658BQKROE','label','ck-hidden','707864ggGZHQ','ck-button-action','Try\x20again','18oYaUeZ'];_0x2a3c=function(){return _0x4edadb;};return _0x2a3c();}const _0x402fac=_0x19de;(function(_0x2ee447,_0x15268c){const _0x48a790=_0x19de,_0xd274bb=_0x2ee447();while(!![]){try{const _0x981845=parseInt(_0x48a790(0x1bc))/0x1+parseInt(_0x48a790(0x1c6))/0x2+parseInt(_0x48a790(0x1c7))/0x3+-parseInt(_0x48a790(0x1cf))/0x4+parseInt(_0x48a790(0x1c1))/0x5*(-parseInt(_0x48a790(0x1cc))/0x6)+parseInt(_0x48a790(0x1b5))/0x7+parseInt(_0x48a790(0x1b8))/0x8*(-parseInt(_0x48a790(0x1bb))/0x9);if(_0x981845===_0x15268c)break;else _0xd274bb['push'](_0xd274bb['shift']());}catch(_0x829e64){_0xd274bb['push'](_0xd274bb['shift']());}}}(_0x2a3c,0xd47d5));import{ToolbarView as _0x4fd522,ButtonView as _0x57b0d2}from'ckeditor5/src/ui.js';import{getTranslation as _0x5e2020}from'../../utils/common-translations.js';export const AIFormToolbarViewMainActionLabel={'REPLACE':_0x402fac(0x1d4),'INSERT':_0x402fac(0x1ce)};export class AIFormToolbarView extends _0x4fd522{constructor(_0x331670){const _0x133bcb=_0x402fac;super(_0x331670),this[_0x133bcb(0x1c4)](_0x133bcb(0x1d1),!0x1),this[_0x133bcb(0x1c4)](_0x133bcb(0x1c2),AIFormToolbarViewMainActionLabel[_0x133bcb(0x1d0)]),this[_0x133bcb(0x1c9)]=this[_0x133bcb(0x1d6)]('',_0x133bcb(0x1b9)),this[_0x133bcb(0x1c9)][_0x133bcb(0x1cb)](_0x133bcb(0x1b6))['to'](this,_0x133bcb(0x1c2),_0x38b542=>_0x5e2020(_0x331670,_0x133bcb(0x1c8)+_0x38b542[_0x133bcb(0x1d5)]()+_0x133bcb(0x1cd))),this[_0x133bcb(0x1ca)]=this[_0x133bcb(0x1d6)](_0x5e2020(_0x331670,_0x133bcb(0x1bf))),this[_0x133bcb(0x1d2)]=this[_0x133bcb(0x1d6)](_0x5e2020(_0x331670,_0x133bcb(0x1ba))),this[_0x133bcb(0x1bd)]=this[_0x133bcb(0x1d6)](_0x5e2020(_0x331670,_0x133bcb(0x1c3)));const _0x344fde=this[_0x133bcb(0x1be)];this[_0x133bcb(0x1c0)]({'attributes':{'class':[_0x133bcb(0x1b3),_0x344fde['if'](_0x133bcb(0x1d1),_0x133bcb(0x1b7),_0xdaf04b=>!_0xdaf04b)]}}),this[_0x133bcb(0x1c5)][_0x133bcb(0x1b4)]([this[_0x133bcb(0x1c9)],this[_0x133bcb(0x1ca)],this[_0x133bcb(0x1d2)],this[_0x133bcb(0x1bd)]]);}[_0x402fac(0x1d6)](_0x399e7b,_0x2e7d47){const _0x20017a=_0x402fac,_0x1174b8=new _0x57b0d2(this[_0x20017a(0x1d3)]);return _0x1174b8[_0x20017a(0x1c4)]({'label':_0x399e7b,'class':_0x2e7d47||'','isVisible':!0x0,'withText':!0x0}),_0x1174b8;}}