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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. package/build/ai.js +1 -1
  2. package/dist/index.js +5 -5
  3. package/package.json +15 -15
  4. package/src/aiactions/aiactions.js +1 -1
  5. package/src/aiactions/model/aiactionsinteraction.js +1 -1
  6. package/src/aiactions/model/aiactionsreply.js +1 -1
  7. package/src/aiassistant/adapters/aiadapter.js +1 -1
  8. package/src/aiassistant/adapters/aitextadapter.js +1 -1
  9. package/src/aiassistant/adapters/awstextadapter.js +1 -1
  10. package/src/aiassistant/adapters/openaitextadapter.js +1 -1
  11. package/src/aiassistant/aiassistant.js +1 -1
  12. package/src/aiassistant/aiassistantediting.js +1 -1
  13. package/src/aiassistant/aiassistantui.js +1 -1
  14. package/src/aiassistant/ui/aiassistantcontroller.js +2 -2
  15. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  16. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  17. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  18. package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
  19. package/src/aiassistant/ui/form/aiformview.js +1 -1
  20. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  21. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  22. package/src/aiassistant/ui/form/prompthistory.js +1 -1
  23. package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
  24. package/src/aiballoon/aiballoon.js +1 -1
  25. package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
  26. package/src/aiballoon/ui/aiballoontoolbarview.js +1 -1
  27. package/src/aiballoon/ui/aiballoonview.js +1 -1
  28. package/src/aichat/aichat.js +1 -1
  29. package/src/aichat/aichatcontroller.js +1 -1
  30. package/src/aichat/aichatui.js +1 -1
  31. package/src/aichat/model/aichatcontext.js +1 -1
  32. package/src/aichat/model/aichatconversation.js +1 -1
  33. package/src/aichat/model/aichatinteraction.js +1 -1
  34. package/src/aichat/model/aichatmodels.js +1 -1
  35. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  36. package/src/aichat/ui/aichatfeedview.js +1 -1
  37. package/src/aichat/ui/aichatheaderview.js +1 -1
  38. package/src/aichat/ui/aichatview.js +1 -1
  39. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  40. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  41. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  42. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  43. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  44. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  45. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  46. package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
  47. package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
  48. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  49. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  50. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  51. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  52. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  53. package/src/aichat/ui/feed/aichatfeederroritemview.js +1 -1
  54. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  55. package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
  56. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  57. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  58. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  59. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  60. package/src/aichat/utils/eventnames.js +1 -1
  61. package/src/aichat/utils/promisequeue.js +1 -1
  62. package/src/aichathistory/aichathistory.js +1 -1
  63. package/src/aichathistory/aichathistorycontroller.js +1 -1
  64. package/src/aichathistory/aichathistoryui.js +1 -1
  65. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  66. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  67. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  68. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  69. package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
  70. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  71. package/src/aicore/aiconnector.js +1 -1
  72. package/src/aicore/aiediting.js +1 -1
  73. package/src/aicore/model/aicapabilities.js +1 -1
  74. package/src/aicore/model/aiinteraction.js +1 -1
  75. package/src/aicore/model/aimodels.js +1 -1
  76. package/src/aicore/model/aireply.js +1 -1
  77. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  78. package/src/aicore/pipeline/airesponseparser.js +2 -2
  79. package/src/aicore/ui/aidisclaimerview.js +1 -1
  80. package/src/aicore/ui/aiskeleton.js +1 -1
  81. package/src/aicore/ui/aispinner.js +1 -1
  82. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  83. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  84. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  85. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  86. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  87. package/src/aicore/utils/createresizebutton.js +1 -1
  88. package/src/aicore/utils/documentrange.js +1 -1
  89. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  90. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  91. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  92. package/src/aicore/utils/htmlparser.js +1 -1
  93. package/src/aicore/utils/htmlstreamer.js +1 -1
  94. package/src/aieditorintegration/aieditorintegration.js +1 -1
  95. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  96. package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
  97. package/src/aiquickactions/aiquickactions.js +1 -1
  98. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  99. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  100. package/src/aiquickactions/aiquickactionsui.js +1 -1
  101. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  102. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  103. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  104. package/src/aireviewmode/aireviewmode.js +1 -1
  105. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  106. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  107. package/src/aireviewmode/aireviewmodeui.js +1 -1
  108. package/src/aireviewmode/model/aireviewchecklist.js +1 -1
  109. package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
  110. package/src/aireviewmode/model/aireviewcheckresultchange.js +1 -1
  111. package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
  112. package/src/aireviewmode/ui/aireviemodepromptinputview.js +1 -1
  113. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  114. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  115. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  116. package/src/aireviewmode/ui/aireviewmodefinishreviewbuttonview.js +1 -1
  117. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  118. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  119. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  120. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  121. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  122. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  123. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  124. package/src/aitabs/aitabs.js +1 -1
  125. package/src/aitabs/tabs/aitabsview.js +1 -1
  126. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  127. package/src/aitabs/tabs/tabpanelview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x947176=_0x4605;(function(_0x50884d,_0x3e1883){const _0x2b6e87=_0x4605,_0x5522a3=_0x50884d();while(!![]){try{const _0x10453e=-parseInt(_0x2b6e87(0x1a9))/0x1*(-parseInt(_0x2b6e87(0x184))/0x2)+parseInt(_0x2b6e87(0x196))/0x3+parseInt(_0x2b6e87(0x18b))/0x4*(-parseInt(_0x2b6e87(0x1bd))/0x5)+parseInt(_0x2b6e87(0x1a5))/0x6*(parseInt(_0x2b6e87(0x163))/0x7)+parseInt(_0x2b6e87(0x19b))/0x8*(parseInt(_0x2b6e87(0x191))/0x9)+parseInt(_0x2b6e87(0x171))/0xa*(parseInt(_0x2b6e87(0x172))/0xb)+parseInt(_0x2b6e87(0x1a7))/0xc*(-parseInt(_0x2b6e87(0x175))/0xd);if(_0x10453e===_0x3e1883)break;else _0x5522a3['push'](_0x5522a3['shift']());}catch(_0x45f562){_0x5522a3['push'](_0x5522a3['shift']());}}}(_0x1940,0x7e2fe));import{uid as _0x1e5916}from'ckeditor5/src/utils.js';import{Plugin as _0x4064ff}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x18872b}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x4f4e5e,ViewDataTransfer as _0x4012d4}from'ckeditor5/src/engine.js';const J=globalThis[_0x947176(0x181)],q=_0x947176(0x19c);function _0x4605(_0x1f7bc9,_0x38db26){const _0x194030=_0x1940();return _0x4605=function(_0x46054c,_0x468532){_0x46054c=_0x46054c-0x158;let _0x38d22c=_0x194030[_0x46054c];return _0x38d22c;},_0x4605(_0x1f7bc9,_0x38db26);}function _0x1940(){const _0x36cf83=['getRanges','schema','_resetContentOfSelectedTableCells','join','insertRows','ck-fake-ai-selection_collapsed','_prepareTableInsertBelowPosition','removeMarker','isCollapsed','data','forEach','markerToHighlight','isAtEnd','editing','getRowIndexes','resultRange','conversion','735FThqpt','_getDefaultInsertBelowPosition','element','pluginName','ai.assistant.useTheme','getLastMatchingPosition','markerRange','length','createPositionAt','plugins','getLastPosition','from','paste','showFakeVisualSelection','2760010agiXim','22jXYmLk','deleteContent','get','9529rgTdTT','fire','afterInit','setSelection','setData','createUIElement','insertContentBelow','_createEmptyTableRows','getChild','start','off','href','DataTransfer','createPositionAfter','createRange','170hvSttw','_getAISelection','pop','_getTableRowCountFromContent','insertContent','markers','createSelection','740468jnUpJF','contentInsertion','fromCharCode','once','isOfficialPlugin','ck-ai-assistant-ui_theme','9WObTid','isPremiumPlugin','has','filter','lowest','2728026UfsrVZ','last','getMarkersGroup','parse','updateMarker','4485896RQkeaQ','ai-ui','map','findAncestor','end','getRange','addMarker','model','push','ck-fake-ai-selection','31200YoeJRO','getSelectedTableCells','36588JFIaWO','addClass','4339MalUKX','getSelectedBlocks','getRows','markerToElement','_pasteHTMLUsingClipboard','change','init','hideFakeVisualSelection','AIAssistantEditing','getFirstRange','editor','getChildren','for','canEditAt','editingDowncast','TableUtils','text/html','first','table','getColumnIndexes','5HLEBAg','config','span','selection','isContent','document'];_0x1940=function(){return _0x36cf83;};return _0x1940();}export class AIAssistantEditing extends _0x4064ff{static get[_0x947176(0x166)](){const _0x1c1994=_0x947176;return _0x1c1994(0x1b1);}static get[_0x947176(0x18f)](){return!0x0;}static get[_0x947176(0x192)](){return!0x0;}[_0x947176(0x1af)](){const _0xc6839c=_0x947176,{editor:_0x2ec7d7}=this,_0x1e32f7=[_0xc6839c(0x1a4)];_0x2ec7d7[_0xc6839c(0x1be)][_0xc6839c(0x174)](_0xc6839c(0x167))&&_0x1e32f7[_0xc6839c(0x1a3)](_0xc6839c(0x190)),_0x2ec7d7[_0xc6839c(0x162)][_0xc6839c(0x1b5)](_0xc6839c(0x1b7))[_0xc6839c(0x15d)]({'model':q,'view':{'classes':_0x1e32f7,'priority':0xc}}),_0x2ec7d7[_0xc6839c(0x162)][_0xc6839c(0x1b5)](_0xc6839c(0x1b7))[_0xc6839c(0x1ac)]({'model':q,'view':(_0x6c8642,{writer:_0xbe654})=>{const _0x349668=_0xc6839c;if(!_0x6c8642[_0x349668(0x169)][_0x349668(0x15a)])return null;const _0x3d1bbc=_0xbe654[_0x349668(0x17a)](_0x349668(0x1bf));return _0xbe654[_0x349668(0x1a8)]([_0x349668(0x1a4),_0x349668(0x1c8)],_0x3d1bbc),_0x3d1bbc;}});}[_0x947176(0x177)](){!async function(_0x29779e){const _0x518d8c=_0x151471([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]),_0x1250ef=0x3dffc4e1,_0x3085d6=0x3df8bcd9^_0x1250ef,_0x3d3adb=window[_0x151471([0x44,0x61,0x74,0x65])][_0x151471([0x6e,0x6f,0x77])](),_0x2f833c=_0x29779e[_0x151471([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4b1666=new window[(_0x151471([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x446a10=>{_0x2f833c[_0x151471([0x6f,0x6e,0x63,0x65])](_0x151471([0x72,0x65,0x61,0x64,0x79]),_0x446a10);}),_0x577e65={[_0x151471([0x6b,0x74,0x79])]:_0x151471([0x45,0x43]),[_0x151471([0x75,0x73,0x65])]:_0x151471([0x73,0x69,0x67]),[_0x151471([0x63,0x72,0x76])]:_0x151471([0x50,0x2d,0x32,0x35,0x36]),[_0x151471([0x78])]:_0x151471([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]),[_0x151471([0x79])]:_0x151471([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]),[_0x151471([0x61,0x6c,0x67])]:_0x151471([0x45,0x53,0x32,0x35,0x36])},_0x52f5b9=_0x2f833c[_0x151471([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x151471([0x67,0x65,0x74])](_0x151471([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1556df(){let _0x49ae3f,_0x39d792=null,_0x390a1e=null;try{if(_0x52f5b9==_0x151471([0x47,0x50,0x4c]))return _0x151471([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x49ae3f=_0x27d471(),!_0x49ae3f)return _0x151471([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x49ae3f[_0x151471([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x390a1e=_0x4b203f(_0x49ae3f[_0x151471([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x49ae3f[_0x151471([0x6a,0x74,0x69])])),await _0x258d11()?_0x21081a()?_0x55672a()?_0x151471([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x127bd2()?(_0x49ae3f[_0x151471([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x151471([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x39d792=_0x38a570(_0x151471([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x49ae3f[_0x151471([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x151471([0x74,0x72,0x69,0x61,0x6c])&&(_0x39d792=_0x38a570(_0x151471([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x181cee()):_0x151471([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x151471([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x151471([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x151471([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x55672a(){const _0x265dab=[_0x151471([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x151471([0x74,0x72,0x69,0x61,0x6c])][_0x151471([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x49ae3f[_0x151471([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3d3adb/0x3e8:0xe10*_0x3085d6;return _0x49ae3f[_0x151471([0x65,0x78,0x70])]<_0x265dab;}function _0x21081a(){const _0x2d5812=_0x49ae3f[_0x151471([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2d5812&&(!!_0x2d5812[_0x151471([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x151471([0x2a]))||!!_0x2d5812[_0x151471([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x151471([0x41,0x49])));}function _0x127bd2(){const _0x138253=_0x4605,_0x57b04e=_0x49ae3f[_0x151471([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x57b04e||0x0==_0x57b04e[_0x151471([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3f18ac}=new URL(window[_0x151471([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x138253(0x180)]);if(_0x57b04e[_0x151471([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f18ac))return!0x0;const _0x2e5fbc=_0x3f18ac[_0x151471([0x73,0x70,0x6c,0x69,0x74])](_0x151471([0x2e]));return _0x57b04e[_0x151471([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x22bf21=>_0x22bf21[_0x151471([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x151471([0x2a])))[_0x151471([0x6d,0x61,0x70])](_0x41aa79=>_0x41aa79[_0x151471([0x73,0x70,0x6c,0x69,0x74])](_0x151471([0x2e])))[_0x151471([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3742b2=>_0x3742b2[_0x151471([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2e5fbc[_0x151471([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x151471([0x6d,0x61,0x70])](_0x5f1b75=>Array(_0x2e5fbc[_0x151471([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5f1b75[_0x151471([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x151471([0x66,0x69,0x6c,0x6c])](_0x5f1b75[0x0]===_0x151471([0x2a])?_0x151471([0x2a]):'')[_0x151471([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5f1b75))[_0x151471([0x73,0x6f,0x6d,0x65])](_0x56e54f=>_0x2e5fbc[_0x151471([0x65,0x76,0x65,0x72,0x79])]((_0x2595f7,_0x563d38)=>_0x56e54f[_0x563d38]===_0x2595f7||_0x56e54f[_0x563d38]===_0x151471([0x2a])));}function _0x181cee(){return _0x39d792&&_0x390a1e?new window[(_0x151471([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x88ef76,_0xc0744f)=>{_0x39d792[_0x151471([0x74,0x68,0x65,0x6e])](_0x88ef76,_0xc0744f),_0x390a1e[_0x151471([0x74,0x68,0x65,0x6e])](_0x23a318=>{_0x23a318!=_0x151471([0x56,0x61,0x6c,0x69,0x64])&&_0x88ef76(_0x23a318);},_0xc0744f);}):_0x39d792||_0x390a1e||_0x151471([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4b203f(_0x327fa9,_0x6846f1){return new window[(_0x151471([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x43590a=>{if(_0x47dfcb())return _0x43590a(_0x151471([0x56,0x61,0x6c,0x69,0x64]));_0x2ba20d(),_0x2f833c[_0x151471([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x151471([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x20149e=!0x1;const _0xed5000=_0x1e5916();function _0x32181e(_0x5ec4fa){return!!_0x5ec4fa&&(typeof _0x5ec4fa===_0x151471([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5ec4fa===_0x151471([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5ec4fa[_0x151471([0x74,0x68,0x65,0x6e])]===_0x151471([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5ec4fa[_0x151471([0x63,0x61,0x74,0x63,0x68])]===_0x151471([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x43c3a0(_0x3e60ce){_0x36e25f(_0x3e60ce)[_0x151471([0x74,0x68,0x65,0x6e])](_0x42031a=>{if(!_0x42031a||_0x42031a[_0x151471([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x151471([0x6f,0x6b]))return _0x151471([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x816cef(_0x9ed30b(_0xed5000+_0x6846f1))!=_0x42031a[_0x151471([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x151471([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x151471([0x56,0x61,0x6c,0x69,0x64]);})[_0x151471([0x74,0x68,0x65,0x6e])](_0x339034=>(_0x3f1171(),_0x339034),()=>{const _0x22956e=_0x3c5cc5();return null==_0x22956e?(_0x3f1171(),_0x151471([0x56,0x61,0x6c,0x69,0x64])):_0x151471(_0x3d3adb-_0x22956e>(0x19f340e1^_0x1250ef)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x151471([0x74,0x68,0x65,0x6e])](_0x43590a)[_0x151471([0x63,0x61,0x74,0x63,0x68])](()=>{_0x43590a(_0x151471([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x31f989=0x3dc92a61^_0x1250ef;function _0x3f1171(){const _0x1a4ec6=_0x151471([0x6c,0x6c,0x63,0x74,0x2d])+_0x816cef(_0x9ed30b(_0x327fa9)),_0x1f9239=_0x7db18f(_0x816cef(window[_0x151471([0x4d,0x61,0x74,0x68])][_0x151471([0x63,0x65,0x69,0x6c])](_0x3d3adb/_0x31f989)));window[_0x151471([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x151471([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1a4ec6,_0x1f9239);}function _0x3c5cc5(){const _0x15ea8d=_0x151471([0x6c,0x6c,0x63,0x74,0x2d])+_0x816cef(_0x9ed30b(_0x327fa9)),_0x1a8810=window[_0x151471([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x151471([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x15ea8d);return _0x1a8810?window[_0x151471([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x7db18f(_0x1a8810),0x10)*_0x31f989:null;}function _0x36e25f(_0x4529ad){return new window[(_0x151471([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x174082,_0x29b169)=>{_0x4529ad[_0x151471([0x74,0x68,0x65,0x6e])](_0x174082,_0x29b169),window[_0x151471([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x29b169,0x3dfe1021^_0x1250ef);});}}_0x2f833c[_0x151471([0x6f,0x6e])](_0x151471([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4124df,_0x2c69a9)=>{if(_0x2c69a9[0x0]!=_0x327fa9)return _0x43590a(_0x151471([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2c69a9[0x1]={..._0x2c69a9[0x1],[_0x151471([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xed5000};},{[_0x151471([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x151471([0x68,0x69,0x67,0x68])}),_0x2f833c[_0x151471([0x6f,0x6e])](_0x151471([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x573eaa=>{_0x32181e(_0x573eaa[_0x151471([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x20149e=!0x0,_0x43c3a0(_0x573eaa[_0x151471([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x151471([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x151471([0x6c,0x6f,0x77])}),_0x4b1666[_0x151471([0x74,0x68,0x65,0x6e])](()=>{_0x20149e||_0x43590a(_0x151471([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x47dfcb(){return _0x2f833c[_0x151471([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x151471([0x76,0x69,0x65,0x77])][_0x151471([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x151471([0x61,0x75,0x74,0x6f]);}function _0x2ba20d(){_0x2f833c[_0x151471([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x151471([0x76,0x69,0x65,0x77])][_0x151471([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x151471([0x61,0x75,0x74,0x6f]);}}function _0x38a570(_0x567b18){const _0x2652d1=[new window[(_0x151471([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xff97b2=>setTimeout(_0xff97b2,0x3df6fa2d^_0x1250ef)),_0x4b1666[_0x151471([0x74,0x68,0x65,0x6e])](()=>new window[(_0x151471([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1af191=>{let _0x2fb9c1=0x0;_0x2f833c[_0x151471([0x6d,0x6f,0x64,0x65,0x6c])][_0x151471([0x6f,0x6e])](_0x151471([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2efc00,_0x465900)=>{_0x465900[0x0][_0x151471([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2fb9c1++,_0x2fb9c1==(0x3dffc519^_0x1250ef)&&(_0x1af191(),_0x2efc00[_0x151471([0x6f,0x66,0x66])]());});}))];return window[_0x151471([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x151471([0x72,0x61,0x63,0x65])](_0x2652d1)[_0x151471([0x74,0x68,0x65,0x6e])](()=>_0x567b18);}async function _0x56ae04(){await _0x4b1666,_0x2f833c[_0x151471([0x6d,0x6f,0x64,0x65,0x6c])][_0x151471([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xbb43eb,_0x2f833c[_0x151471([0x6d,0x6f,0x64,0x65,0x6c])][_0x151471([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xbb43eb,_0x2f833c[_0x151471([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x151471([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x26b55e(_0x100cef){const _0x46f458=_0x5d0ad0();_0x2f833c[_0x46f458]=_0x151471([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x100cef,_0x100cef!=_0x151471([0x56,0x61,0x6c,0x69,0x64])&&_0x56ae04();}function _0x5d0ad0(){const _0x42a3a7=window[_0x151471([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x151471([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x151471([0x6e,0x6f,0x77])]())[_0x151471([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x151471([0x2e]),'');let _0x2e27ef=_0x151471([0x6e]);for(let _0x22e8e5=0x0;_0x22e8e5<_0x42a3a7[_0x151471([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x22e8e5+=0x2){let _0x4d36c6=window[_0x151471([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x42a3a7[_0x151471([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x22e8e5,_0x22e8e5+0x2));_0x4d36c6>=_0x518d8c[_0x151471([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4d36c6-=_0x518d8c[_0x151471([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2e27ef+=_0x518d8c[_0x4d36c6];}return _0x2e27ef;}function _0x27d471(){const _0x5e56e5=_0x52f5b9[_0x151471([0x73,0x70,0x6c,0x69,0x74])](_0x151471([0x2e]));if(0x3!=_0x5e56e5[_0x151471([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x53b978(_0x5e56e5[0x1]);function _0x53b978(_0x2d8b7d){const _0x4356ae=_0x5d36e(_0x2d8b7d);return _0x4356ae&&_0x448e53()?_0x4356ae:null;function _0x448e53(){const _0x1b2afa=_0x4356ae[_0x151471([0x6a,0x74,0x69])],_0x5c72a8=window[_0x151471([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1b2afa[_0x151471([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1b2afa[_0x151471([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x570672={..._0x4356ae,[_0x151471([0x6a,0x74,0x69])]:_0x1b2afa[_0x151471([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1b2afa[_0x151471([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x570672[_0x151471([0x76,0x63])],_0x9ed30b(_0x570672)==_0x5c72a8;}}}async function _0x258d11(){let _0x315d3f=!0x0;try{const _0x1e31c3=_0x52f5b9[_0x151471([0x73,0x70,0x6c,0x69,0x74])](_0x151471([0x2e])),[_0x4e6253,_0xa207fc,_0x204340]=_0x1e31c3;return _0x37a60a(_0x4e6253),await _0x5e2401(_0x4e6253,_0xa207fc,_0x204340),_0x315d3f;}catch{return!0x1;}function _0x37a60a(_0x2b451b){const _0x4a2d3e=_0x5d36e(_0x2b451b);_0x4a2d3e&&_0x4a2d3e[_0x151471([0x61,0x6c,0x67])]==_0x151471([0x45,0x53,0x32,0x35,0x36])||(_0x315d3f=!0x1);}async function _0x5e2401(_0x1720b2,_0x10908b,_0x5ed1b9){const _0x881838=window[_0x151471([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x151471([0x66,0x72,0x6f,0x6d])](_0x24396e(_0x5ed1b9),_0xb21c28=>_0xb21c28[_0x151471([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4f038b=new window[(_0x151471([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x151471([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1720b2+_0x151471([0x2e])+_0x10908b),_0x51d689=window[_0x151471([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x151471([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x51d689)return;const _0xec254d=await _0x51d689[_0x151471([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x151471([0x6a,0x77,0x6b]),_0x577e65,{[_0x151471([0x6e,0x61,0x6d,0x65])]:_0x151471([0x45,0x43,0x44,0x53,0x41]),[_0x151471([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x151471([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x151471([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x51d689[_0x151471([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x151471([0x6e,0x61,0x6d,0x65])]:_0x151471([0x45,0x43,0x44,0x53,0x41]),[_0x151471([0x68,0x61,0x73,0x68])]:{[_0x151471([0x6e,0x61,0x6d,0x65])]:_0x151471([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xec254d,_0x881838,_0x4f038b)||(_0x315d3f=!0x1);}}function _0x5d36e(_0x31fd22){return _0x31fd22[_0x151471([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x151471([0x65,0x79]))?JSON[_0x151471([0x70,0x61,0x72,0x73,0x65])](_0x24396e(_0x31fd22)):null;}function _0x24396e(_0x502f44){return window[_0x151471([0x61,0x74,0x6f,0x62])](_0x502f44[_0x151471([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x151471([0x2b]))[_0x151471([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x151471([0x2f])));}function _0x9ed30b(_0x20787d){let _0x3ee28d=0x1505;function _0x47261e(_0x2808f1){for(let _0x395ebe=0x0;_0x395ebe<_0x2808f1[_0x151471([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x395ebe++){const _0x3c6a4b=_0x2808f1[_0x151471([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x395ebe);_0x3ee28d=(_0x3ee28d<<0x5)+_0x3ee28d+_0x3c6a4b,_0x3ee28d&=_0x3ee28d;}}function _0x35b5fe(_0x523033){Array[_0x151471([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x523033)?_0x523033[_0x151471([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x35b5fe):_0x523033&&typeof _0x523033==_0x151471([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x151471([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x523033)[_0x151471([0x73,0x6f,0x72,0x74])]()[_0x151471([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4329d4,_0x5e2631])=>{_0x47261e(_0x4329d4),_0x35b5fe(_0x5e2631);}):_0x47261e(window[_0x151471([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x523033));}return _0x35b5fe(_0x20787d),_0x3ee28d>>>0x0;}function _0x816cef(_0x38404d){return _0x38404d[_0x151471([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x151471([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x151471([0x30]));}function _0x7db18f(_0x50c64a){return _0x50c64a[_0x151471([0x73,0x70,0x6c,0x69,0x74])]('')[_0x151471([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x151471([0x6a,0x6f,0x69,0x6e])]('');}function _0xbb43eb(){}function _0x151471(_0x1fb810){const _0x28583a=_0x4605;return _0x1fb810[_0x28583a(0x19d)](_0x4f75e6=>String[_0x28583a(0x18d)](_0x4f75e6))[_0x28583a(0x1c6)]('');}_0x26b55e(await _0x1556df());}(this);}[_0x947176(0x170)](){const _0x918f3f=_0x947176,_0x421cd0=this[_0x918f3f(0x1b3)][_0x918f3f(0x1a2)];_0x421cd0[_0x918f3f(0x1ae)](_0x1607df=>{const _0x4f9e6a=_0x918f3f,_0x57c8f9=_0x421cd0[_0x4f9e6a(0x1c2)][_0x4f9e6a(0x1c0)][_0x4f9e6a(0x1c3)]();let _0x5bc68d=0x0;for(const _0x1c8d2c of _0x57c8f9){const _0x5510b2=q+':'+_0x5bc68d;if(_0x421cd0[_0x4f9e6a(0x189)][_0x4f9e6a(0x193)](_0x5510b2))_0x1607df[_0x4f9e6a(0x19a)](_0x5510b2,{'range':_0x1c8d2c});else{if(_0x1c8d2c[_0x4f9e6a(0x17e)][_0x4f9e6a(0x15e)]){const _0x53b0ee=_0x1c8d2c[_0x4f9e6a(0x17e)][_0x4f9e6a(0x168)](({item:_0x1e259a})=>!_0x421cd0[_0x4f9e6a(0x1c4)][_0x4f9e6a(0x1c1)](_0x1e259a),{'boundaries':_0x1c8d2c});_0x1607df[_0x4f9e6a(0x1a1)](_0x5510b2,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x1607df[_0x4f9e6a(0x183)](_0x53b0ee,_0x1c8d2c[_0x4f9e6a(0x19f)])});}else _0x1607df[_0x4f9e6a(0x1a1)](_0x5510b2,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x1c8d2c});}_0x5bc68d++;}});}[_0x947176(0x1b0)](){const _0x397876=_0x947176,_0xf10744=this[_0x397876(0x1b3)][_0x397876(0x1a2)],_0x5c4d1f=Array[_0x397876(0x16e)](this[_0x397876(0x1b3)][_0x397876(0x1a2)][_0x397876(0x189)][_0x397876(0x198)](q));_0x5c4d1f[_0x397876(0x16a)]&&_0xf10744[_0x397876(0x1ae)](_0x316e65=>{const _0x2947ae=_0x397876;_0x5c4d1f[_0x2947ae(0x15c)](_0x2f2a1a=>{const _0x41a3e4=_0x2947ae;_0x316e65[_0x41a3e4(0x159)](_0x2f2a1a);});});}[_0x947176(0x188)](_0x1eb048,_0x1bd47b){const _0x177044=_0x947176,_0x16c17b=this[_0x177044(0x185)](),_0x4662ac=_0x1bd47b||_0x16c17b[_0x177044(0x1b2)]();this[_0x177044(0x1b3)][_0x177044(0x1a2)][_0x177044(0x1b6)](_0x4662ac)&&this[_0x177044(0x1b3)][_0x177044(0x1a2)][_0x177044(0x1ae)](_0x1de520=>{const _0x18d99e=_0x177044;this[_0x18d99e(0x1b0)](),_0x1bd47b||this[_0x18d99e(0x1c5)](_0x1de520,_0x16c17b),this[_0x18d99e(0x1ad)]({'insertAt':_0x4662ac,'writer':_0x1de520,'html':_0x1eb048});});}[_0x947176(0x17b)](_0x58e6dd){const _0x4484f1=_0x947176,{model:_0x308ae0}=this[_0x4484f1(0x1b3)],_0x5a1e85=this[_0x4484f1(0x185)]();_0x308ae0[_0x4484f1(0x1ae)](()=>{const _0x5ef37d=_0x4484f1,_0x12963c=this[_0x5ef37d(0x158)](_0x58e6dd,_0x5a1e85)||this[_0x5ef37d(0x164)](_0x5a1e85);this[_0x5ef37d(0x188)](_0x58e6dd,_0x12963c);});}[_0x947176(0x185)](){const _0x30d511=_0x947176,_0x2631ea=this[_0x30d511(0x1b3)][_0x30d511(0x1a2)],_0x211ea4=Array[_0x30d511(0x16e)](_0x2631ea[_0x30d511(0x189)][_0x30d511(0x198)](q))[_0x30d511(0x19d)](_0x18a348=>_0x18a348[_0x30d511(0x1a0)]());return _0x2631ea[_0x30d511(0x18a)](_0x211ea4);}[_0x947176(0x1ad)]({writer:_0x5783e8,html:_0x1b528a,insertAt:_0x3bc152}){const _0x55bc9e=_0x947176,{view:_0xdc9256}=this[_0x55bc9e(0x1b3)][_0x55bc9e(0x15f)],_0x3861ec=this[_0x55bc9e(0x1b3)][_0x55bc9e(0x16c)][_0x55bc9e(0x174)](_0x18872b),_0x2d9e9c=new J();_0x2d9e9c[_0x55bc9e(0x179)](_0x55bc9e(0x1b9),_0x1b528a);const _0x5f1627=new ClipboardEvent(_0x55bc9e(0x16f),{'clipboardData':_0x2d9e9c}),_0xe240d0=new _0x4f4e5e(_0xdc9256,_0x5f1627,{'dataTransfer':new _0x4012d4(_0x2d9e9c)});_0x5783e8[_0x55bc9e(0x178)](_0x3bc152);const _0x1e6a71=(_0x16c114,_0x2f64dc)=>{const _0x3816f3=_0x55bc9e;_0x2f64dc[_0x3816f3(0x161)]&&_0x5783e8[_0x3816f3(0x178)](_0x2f64dc[_0x3816f3(0x161)]);};_0x3861ec[_0x55bc9e(0x18e)](_0x55bc9e(0x18c),_0x1e6a71,{'priority':_0x55bc9e(0x195)}),_0xdc9256[_0x55bc9e(0x1c2)][_0x55bc9e(0x176)](_0x55bc9e(0x16f),_0xe240d0),_0x3861ec[_0x55bc9e(0x17f)](_0x55bc9e(0x18c),_0x1e6a71);}[_0x947176(0x164)](_0x3a4753){const _0x174e2e=_0x947176,{model:_0x420f13}=this[_0x174e2e(0x1b3)],_0x3175dd=Array[_0x174e2e(0x16e)](_0x3a4753[_0x174e2e(0x1aa)]());return _0x3175dd[_0x174e2e(0x16a)]?_0x420f13[_0x174e2e(0x182)](_0x3175dd[_0x174e2e(0x186)]()):_0x3a4753[_0x174e2e(0x16d)]();}[_0x947176(0x158)](_0x5ee683,_0x3e44e9){const _0x39fb72=_0x947176,{model:_0x4b7fcc,plugins:_0x243d85}=this[_0x39fb72(0x1b3)];if(_0x243d85[_0x39fb72(0x193)](_0x39fb72(0x1b8))){const _0x143fb6=_0x243d85[_0x39fb72(0x174)](_0x39fb72(0x1b8))[_0x39fb72(0x1a6)](_0x3e44e9);if(_0x143fb6[_0x39fb72(0x16a)]){const _0x54811b=this[_0x39fb72(0x187)](_0x5ee683),_0x457dc7=this[_0x39fb72(0x17c)](_0x143fb6,_0x54811b);return _0x4b7fcc[_0x39fb72(0x16b)](_0x457dc7,0x0);}}return null;}[_0x947176(0x187)](_0xf3d29e){const _0x1c4743=_0x947176,_0x428f9f=this[_0x1c4743(0x1b3)][_0x1c4743(0x16c)][_0x1c4743(0x174)](_0x1c4743(0x1b8)),_0x388564=this[_0x1c4743(0x1b3)][_0x1c4743(0x15b)][_0x1c4743(0x199)](_0xf3d29e),_0x4623c9=Array[_0x1c4743(0x16e)](_0x388564[_0x1c4743(0x1b4)]())[_0x1c4743(0x194)](_0x48fcd8=>_0x48fcd8['is'](_0x1c4743(0x165),_0x1c4743(0x1bb)));let _0x44b97f=0x0;return _0x4623c9[_0x1c4743(0x15c)](_0x21c9b2=>{const _0x416a69=_0x1c4743;_0x44b97f+=_0x428f9f[_0x416a69(0x1ab)](_0x21c9b2);}),_0x44b97f;}[_0x947176(0x17c)](_0x43807d,_0x2b887b){const _0x4b967b=_0x947176,_0x360759=this[_0x4b967b(0x1b3)][_0x4b967b(0x16c)][_0x4b967b(0x174)](_0x4b967b(0x1b8)),_0x14011a=_0x360759[_0x4b967b(0x160)](_0x43807d),_0x388a05=_0x360759[_0x4b967b(0x1bc)](_0x43807d),_0x2b2804=_0x14011a[_0x4b967b(0x197)]+0x1,_0x4a5673=_0x388a05[_0x4b967b(0x1ba)],_0x1ad858=_0x43807d[0x0][_0x4b967b(0x19e)](_0x4b967b(0x1bb));for(let _0x23812c=0x0;_0x23812c<_0x2b887b;_0x23812c++)_0x360759[_0x4b967b(0x1c7)](_0x1ad858,{'at':_0x2b2804});return _0x1ad858[_0x4b967b(0x17d)](_0x2b2804)[_0x4b967b(0x17d)](_0x4a5673);}[_0x947176(0x1c5)](_0x58aafa,_0x2d0f5a){const _0x36287d=_0x947176,{plugins:_0x3c9983}=this[_0x36287d(0x1b3)],{model:_0x2a7be4}=_0x58aafa;if(!_0x3c9983[_0x36287d(0x193)](_0x36287d(0x1b8)))return;_0x3c9983[_0x36287d(0x174)](_0x36287d(0x1b8))[_0x36287d(0x1a6)](_0x2d0f5a)[_0x36287d(0x16a)]&&_0x2a7be4[_0x36287d(0x173)](_0x2d0f5a);}}
23
+ const _0x16dc72=_0x5f3f;(function(_0x4f0321,_0x36ae1e){const _0x490703=_0x5f3f,_0x41e536=_0x4f0321();while(!![]){try{const _0x29a460=-parseInt(_0x490703(0x1fa))/0x1*(parseInt(_0x490703(0x201))/0x2)+-parseInt(_0x490703(0x1cc))/0x3*(-parseInt(_0x490703(0x225))/0x4)+-parseInt(_0x490703(0x1ea))/0x5+parseInt(_0x490703(0x1d6))/0x6+parseInt(_0x490703(0x20e))/0x7*(-parseInt(_0x490703(0x224))/0x8)+parseInt(_0x490703(0x1ee))/0x9+parseInt(_0x490703(0x1f5))/0xa*(parseInt(_0x490703(0x1db))/0xb);if(_0x29a460===_0x36ae1e)break;else _0x41e536['push'](_0x41e536['shift']());}catch(_0x22cd97){_0x41e536['push'](_0x41e536['shift']());}}}(_0x7ace,0xa816a));function _0x7ace(){const _0x40c397=['fire','createPositionAfter','getLastMatchingPosition','isContent','hideFakeVisualSelection','ck-ai-assistant-ui_theme','once','map','markerToElement','_createEmptyTableRows','isOfficialPlugin','element','setData','push','createPositionAt','getRange','getSelectedBlocks','document','setSelection','insertRows','2767461FgydHW','canEditAt','getRanges','afterInit','paste','selection','deleteContent','_prepareTableInsertBelowPosition','getRowIndexes','pop','1303008MSyEvR','model','plugins','filter','length','55PNBIcx','markerToHighlight','data','getLastPosition','_getTableRowCountFromContent','ck-fake-ai-selection','span','TableUtils','join','insertContent','showFakeVisualSelection','AIAssistantEditing','ai.assistant.useTheme','off','href','2493550oNfnAj','insertContentBelow','markerRange','editor','250848dfAvrt','pluginName','getMarkersGroup','end','isPremiumPlugin','change','forEach','4236170HmisoD','first','updateMarker','getChildren','findAncestor','1wPXLPD','start','DataTransfer','isAtEnd','for','last','_resetContentOfSelectedTableCells','2555010hAQOAy','lowest','addMarker','_getAISelection','markers','has','conversion','_pasteHTMLUsingClipboard','getChild','editingDowncast','createUIElement','ck-fake-ai-selection_collapsed','getColumnIndexes','7uRxQZV','getFirstRange','createRange','isCollapsed','config','parse','removeMarker','editing','ai-ui','text/html','fromCharCode','getRows','createSelection','init','schema','addClass','resultRange','contentInsertion','getSelectedTableCells','from','_getDefaultInsertBelowPosition','get','6567256prpCcO','4eZOlqc','table'];_0x7ace=function(){return _0x40c397;};return _0x7ace();}import{uid as _0xedfc86}from'ckeditor5/src/utils.js';function _0x5f3f(_0xf45586,_0x3d5650){const _0x7ace92=_0x7ace();return _0x5f3f=function(_0x5f3fdd,_0x59a3f2){_0x5f3fdd=_0x5f3fdd-0x1c9;let _0x1d419a=_0x7ace92[_0x5f3fdd];return _0x1d419a;},_0x5f3f(_0xf45586,_0x3d5650);}import{Plugin as _0x4ac302}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x5683b2}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x2dc8dc,ViewDataTransfer as _0x152a0b}from'ckeditor5/src/engine.js';const w=globalThis[_0x16dc72(0x1fc)],f=_0x16dc72(0x216);export class AIAssistantEditing extends _0x4ac302{static get[_0x16dc72(0x1ef)](){const _0xa2beb8=_0x16dc72;return _0xa2beb8(0x1e6);}static get[_0x16dc72(0x231)](){return!0x0;}static get[_0x16dc72(0x1f2)](){return!0x0;}[_0x16dc72(0x21b)](){const _0x390fd1=_0x16dc72,{editor:_0x310e65}=this,_0x54ae69=[_0x390fd1(0x1e0)];_0x310e65[_0x390fd1(0x212)][_0x390fd1(0x223)](_0x390fd1(0x1e7))&&_0x54ae69[_0x390fd1(0x234)](_0x390fd1(0x22c)),_0x310e65[_0x390fd1(0x207)][_0x390fd1(0x1fe)](_0x390fd1(0x20a))[_0x390fd1(0x1dc)]({'model':f,'view':{'classes':_0x54ae69,'priority':0xc}}),_0x310e65[_0x390fd1(0x207)][_0x390fd1(0x1fe)](_0x390fd1(0x20a))[_0x390fd1(0x22f)]({'model':f,'view':(_0xfeaeb4,{writer:_0x7aa74b})=>{const _0x21c6ab=_0x390fd1;if(!_0xfeaeb4[_0x21c6ab(0x1ec)][_0x21c6ab(0x211)])return null;const _0x5cf736=_0x7aa74b[_0x21c6ab(0x20b)](_0x21c6ab(0x1e1));return _0x7aa74b[_0x21c6ab(0x21d)]([_0x21c6ab(0x1e0),_0x21c6ab(0x20c)],_0x5cf736),_0x5cf736;}});}[_0x16dc72(0x1cf)](){!async function(_0x5d0e34){const _0x3f6547=_0x22609e([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]),_0x49395d=0x3dffc4e1,_0x17167c=0x3df8bcd9^_0x49395d,_0x41be46=window[_0x22609e([0x44,0x61,0x74,0x65])][_0x22609e([0x6e,0x6f,0x77])](),_0x1eda41=_0x5d0e34[_0x22609e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x21b5b6=new window[(_0x22609e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x38d98b=>{_0x1eda41[_0x22609e([0x6f,0x6e,0x63,0x65])](_0x22609e([0x72,0x65,0x61,0x64,0x79]),_0x38d98b);}),_0x13c041={[_0x22609e([0x6b,0x74,0x79])]:_0x22609e([0x45,0x43]),[_0x22609e([0x75,0x73,0x65])]:_0x22609e([0x73,0x69,0x67]),[_0x22609e([0x63,0x72,0x76])]:_0x22609e([0x50,0x2d,0x32,0x35,0x36]),[_0x22609e([0x78])]:_0x22609e([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]),[_0x22609e([0x79])]:_0x22609e([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]),[_0x22609e([0x61,0x6c,0x67])]:_0x22609e([0x45,0x53,0x32,0x35,0x36])},_0x2d5110=_0x1eda41[_0x22609e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x22609e([0x67,0x65,0x74])](_0x22609e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3e7de7(){let _0x44e680,_0x354ea4=null,_0x29cabd=null;try{if(_0x2d5110==_0x22609e([0x47,0x50,0x4c]))return _0x22609e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x44e680=_0x1583a6(),!_0x44e680)return _0x22609e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x44e680[_0x22609e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x29cabd=_0x464c65(_0x44e680[_0x22609e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x44e680[_0x22609e([0x6a,0x74,0x69])])),await _0x34d521()?_0x50fd98()?_0x5cc265()?_0x22609e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5ed8a0()?(_0x44e680[_0x22609e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x22609e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x354ea4=_0x4cc0e0(_0x22609e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x44e680[_0x22609e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x22609e([0x74,0x72,0x69,0x61,0x6c])&&(_0x354ea4=_0x4cc0e0(_0x22609e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3b53d0()):_0x22609e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x22609e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x22609e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x22609e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5cc265(){const _0x3ec560=[_0x22609e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x22609e([0x74,0x72,0x69,0x61,0x6c])][_0x22609e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44e680[_0x22609e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x41be46/0x3e8:0xe10*_0x17167c;return _0x44e680[_0x22609e([0x65,0x78,0x70])]<_0x3ec560;}function _0x50fd98(){const _0x1af21e=_0x44e680[_0x22609e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1af21e&&(!!_0x1af21e[_0x22609e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22609e([0x2a]))||!!_0x1af21e[_0x22609e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22609e([0x41,0x49])));}function _0x5ed8a0(){const _0x394c86=_0x5f3f,_0x1eb9a8=_0x44e680[_0x22609e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1eb9a8||0x0==_0x1eb9a8[_0x22609e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x125bda}=new URL(window[_0x22609e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x394c86(0x1e9)]);if(_0x1eb9a8[_0x22609e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x125bda))return!0x0;const _0x282a66=_0x125bda[_0x22609e([0x73,0x70,0x6c,0x69,0x74])](_0x22609e([0x2e]));return _0x1eb9a8[_0x22609e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x35e6a8=>_0x35e6a8[_0x22609e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22609e([0x2a])))[_0x22609e([0x6d,0x61,0x70])](_0x44e461=>_0x44e461[_0x22609e([0x73,0x70,0x6c,0x69,0x74])](_0x22609e([0x2e])))[_0x22609e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x50ebe4=>_0x50ebe4[_0x22609e([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x282a66[_0x22609e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x22609e([0x6d,0x61,0x70])](_0x18bcf7=>Array(_0x282a66[_0x22609e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x18bcf7[_0x22609e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x22609e([0x66,0x69,0x6c,0x6c])](_0x18bcf7[0x0]===_0x22609e([0x2a])?_0x22609e([0x2a]):'')[_0x22609e([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x18bcf7))[_0x22609e([0x73,0x6f,0x6d,0x65])](_0x34bc8a=>_0x282a66[_0x22609e([0x65,0x76,0x65,0x72,0x79])]((_0x29d52c,_0x650be8)=>_0x34bc8a[_0x650be8]===_0x29d52c||_0x34bc8a[_0x650be8]===_0x22609e([0x2a])));}function _0x3b53d0(){return _0x354ea4&&_0x29cabd?new window[(_0x22609e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1d9c25,_0x3bfabe)=>{_0x354ea4[_0x22609e([0x74,0x68,0x65,0x6e])](_0x1d9c25,_0x3bfabe),_0x29cabd[_0x22609e([0x74,0x68,0x65,0x6e])](_0x175ee0=>{_0x175ee0!=_0x22609e([0x56,0x61,0x6c,0x69,0x64])&&_0x1d9c25(_0x175ee0);},_0x3bfabe);}):_0x354ea4||_0x29cabd||_0x22609e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x464c65(_0x25113d,_0x1e95c5){return new window[(_0x22609e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5c8267=>{if(_0xca5b3f())return _0x5c8267(_0x22609e([0x56,0x61,0x6c,0x69,0x64]));_0x4b7156(),_0x1eda41[_0x22609e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x22609e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x13bc41=!0x1;const _0x2a845f=_0xedfc86();function _0x4f3acc(_0x58996a){return!!_0x58996a&&(typeof _0x58996a===_0x22609e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x58996a===_0x22609e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x58996a[_0x22609e([0x74,0x68,0x65,0x6e])]===_0x22609e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x58996a[_0x22609e([0x63,0x61,0x74,0x63,0x68])]===_0x22609e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1bfba1(_0x3219b9){_0x54a44(_0x3219b9)[_0x22609e([0x74,0x68,0x65,0x6e])](_0x23eb4c=>{if(!_0x23eb4c||_0x23eb4c[_0x22609e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x22609e([0x6f,0x6b]))return _0x22609e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2ea3e2(_0x5ec5ca(_0x2a845f+_0x1e95c5))!=_0x23eb4c[_0x22609e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x22609e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x22609e([0x56,0x61,0x6c,0x69,0x64]);})[_0x22609e([0x74,0x68,0x65,0x6e])](_0x4943f6=>(_0x150a66(),_0x4943f6),()=>{const _0x39e7f5=_0x39d613();return null==_0x39e7f5?(_0x150a66(),_0x22609e([0x56,0x61,0x6c,0x69,0x64])):_0x22609e(_0x41be46-_0x39e7f5>(0x19f340e1^_0x49395d)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x22609e([0x74,0x68,0x65,0x6e])](_0x5c8267)[_0x22609e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5c8267(_0x22609e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3122da=0x3dc92a61^_0x49395d;function _0x150a66(){const _0x420c47=_0x22609e([0x6c,0x6c,0x63,0x74,0x2d])+_0x2ea3e2(_0x5ec5ca(_0x25113d)),_0xc21755=_0x2c7bd2(_0x2ea3e2(window[_0x22609e([0x4d,0x61,0x74,0x68])][_0x22609e([0x63,0x65,0x69,0x6c])](_0x41be46/_0x3122da)));window[_0x22609e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x22609e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x420c47,_0xc21755);}function _0x39d613(){const _0x442a3a=_0x22609e([0x6c,0x6c,0x63,0x74,0x2d])+_0x2ea3e2(_0x5ec5ca(_0x25113d)),_0x40c577=window[_0x22609e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x22609e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x442a3a);return _0x40c577?window[_0x22609e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2c7bd2(_0x40c577),0x10)*_0x3122da:null;}function _0x54a44(_0x361a3b){return new window[(_0x22609e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3887cb,_0x3286db)=>{_0x361a3b[_0x22609e([0x74,0x68,0x65,0x6e])](_0x3887cb,_0x3286db),window[_0x22609e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3286db,0x3dfe1021^_0x49395d);});}}_0x1eda41[_0x22609e([0x6f,0x6e])](_0x22609e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3618b7,_0x1a9d0d)=>{if(_0x1a9d0d[0x0]!=_0x25113d)return _0x5c8267(_0x22609e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1a9d0d[0x1]={..._0x1a9d0d[0x1],[_0x22609e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2a845f};},{[_0x22609e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x22609e([0x68,0x69,0x67,0x68])}),_0x1eda41[_0x22609e([0x6f,0x6e])](_0x22609e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2b4007=>{_0x4f3acc(_0x2b4007[_0x22609e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x13bc41=!0x0,_0x1bfba1(_0x2b4007[_0x22609e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x22609e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x22609e([0x6c,0x6f,0x77])}),_0x21b5b6[_0x22609e([0x74,0x68,0x65,0x6e])](()=>{_0x13bc41||_0x5c8267(_0x22609e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xca5b3f(){return _0x1eda41[_0x22609e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x22609e([0x76,0x69,0x65,0x77])][_0x22609e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x22609e([0x61,0x75,0x74,0x6f]);}function _0x4b7156(){_0x1eda41[_0x22609e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x22609e([0x76,0x69,0x65,0x77])][_0x22609e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x22609e([0x61,0x75,0x74,0x6f]);}}function _0x4cc0e0(_0x319a9e){const _0x453d5f=[new window[(_0x22609e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x25ce27=>setTimeout(_0x25ce27,0x3df6fa2d^_0x49395d)),_0x21b5b6[_0x22609e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x22609e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x16e818=>{let _0x241dfd=0x0;_0x1eda41[_0x22609e([0x6d,0x6f,0x64,0x65,0x6c])][_0x22609e([0x6f,0x6e])](_0x22609e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x39893c,_0x4631a1)=>{_0x4631a1[0x0][_0x22609e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x241dfd++,_0x241dfd==(0x3dffc519^_0x49395d)&&(_0x16e818(),_0x39893c[_0x22609e([0x6f,0x66,0x66])]());});}))];return window[_0x22609e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x22609e([0x72,0x61,0x63,0x65])](_0x453d5f)[_0x22609e([0x74,0x68,0x65,0x6e])](()=>_0x319a9e);}async function _0x7b94e0(){await _0x21b5b6,_0x1eda41[_0x22609e([0x6d,0x6f,0x64,0x65,0x6c])][_0x22609e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x13090e,_0x1eda41[_0x22609e([0x6d,0x6f,0x64,0x65,0x6c])][_0x22609e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x13090e,_0x1eda41[_0x22609e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x22609e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3fde75(_0x29d254){const _0x26b999=_0x44fde1();_0x1eda41[_0x26b999]=_0x22609e([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x29d254,_0x29d254!=_0x22609e([0x56,0x61,0x6c,0x69,0x64])&&_0x7b94e0();}function _0x44fde1(){const _0xd94cf3=window[_0x22609e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x22609e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x22609e([0x6e,0x6f,0x77])]())[_0x22609e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x22609e([0x2e]),'');let _0x50d6e3=_0x22609e([0x6e]);for(let _0x1ce0a8=0x0;_0x1ce0a8<_0xd94cf3[_0x22609e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1ce0a8+=0x2){let _0x46872e=window[_0x22609e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xd94cf3[_0x22609e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1ce0a8,_0x1ce0a8+0x2));_0x46872e>=_0x3f6547[_0x22609e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x46872e-=_0x3f6547[_0x22609e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x50d6e3+=_0x3f6547[_0x46872e];}return _0x50d6e3;}function _0x1583a6(){const _0x85b108=_0x2d5110[_0x22609e([0x73,0x70,0x6c,0x69,0x74])](_0x22609e([0x2e]));if(0x3!=_0x85b108[_0x22609e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3f5c4c(_0x85b108[0x1]);function _0x3f5c4c(_0x25bc32){const _0x2a9f61=_0x140617(_0x25bc32);return _0x2a9f61&&_0x33a8c8()?_0x2a9f61:null;function _0x33a8c8(){const _0x3481eb=_0x2a9f61[_0x22609e([0x6a,0x74,0x69])],_0x121322=window[_0x22609e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3481eb[_0x22609e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3481eb[_0x22609e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3cc697={..._0x2a9f61,[_0x22609e([0x6a,0x74,0x69])]:_0x3481eb[_0x22609e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3481eb[_0x22609e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3cc697[_0x22609e([0x76,0x63])],_0x5ec5ca(_0x3cc697)==_0x121322;}}}async function _0x34d521(){let _0x2221fc=!0x0;try{const _0x3ff921=_0x2d5110[_0x22609e([0x73,0x70,0x6c,0x69,0x74])](_0x22609e([0x2e])),[_0x1776d4,_0x39637b,_0x3ea880]=_0x3ff921;return _0x20ec3d(_0x1776d4),await _0x1eaceb(_0x1776d4,_0x39637b,_0x3ea880),_0x2221fc;}catch{return!0x1;}function _0x20ec3d(_0x3c9dcd){const _0x360167=_0x140617(_0x3c9dcd);_0x360167&&_0x360167[_0x22609e([0x61,0x6c,0x67])]==_0x22609e([0x45,0x53,0x32,0x35,0x36])||(_0x2221fc=!0x1);}async function _0x1eaceb(_0x346011,_0x1a6b83,_0x4129ea){const _0x328950=window[_0x22609e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x22609e([0x66,0x72,0x6f,0x6d])](_0xb4cc2f(_0x4129ea),_0x38cbd5=>_0x38cbd5[_0x22609e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x51047e=new window[(_0x22609e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x22609e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x346011+_0x22609e([0x2e])+_0x1a6b83),_0x273179=window[_0x22609e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x22609e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x273179)return;const _0x4a877b=await _0x273179[_0x22609e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x22609e([0x6a,0x77,0x6b]),_0x13c041,{[_0x22609e([0x6e,0x61,0x6d,0x65])]:_0x22609e([0x45,0x43,0x44,0x53,0x41]),[_0x22609e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x22609e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x22609e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x273179[_0x22609e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x22609e([0x6e,0x61,0x6d,0x65])]:_0x22609e([0x45,0x43,0x44,0x53,0x41]),[_0x22609e([0x68,0x61,0x73,0x68])]:{[_0x22609e([0x6e,0x61,0x6d,0x65])]:_0x22609e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4a877b,_0x328950,_0x51047e)||(_0x2221fc=!0x1);}}function _0x140617(_0x45cd1a){return _0x45cd1a[_0x22609e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x22609e([0x65,0x79]))?JSON[_0x22609e([0x70,0x61,0x72,0x73,0x65])](_0xb4cc2f(_0x45cd1a)):null;}function _0xb4cc2f(_0x2c92b0){return window[_0x22609e([0x61,0x74,0x6f,0x62])](_0x2c92b0[_0x22609e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x22609e([0x2b]))[_0x22609e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x22609e([0x2f])));}function _0x5ec5ca(_0x5d030f){let _0x38137e=0x1505;function _0x5b0692(_0x4fc0dd){for(let _0x10a6d2=0x0;_0x10a6d2<_0x4fc0dd[_0x22609e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x10a6d2++){const _0x103735=_0x4fc0dd[_0x22609e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x10a6d2);_0x38137e=(_0x38137e<<0x5)+_0x38137e+_0x103735,_0x38137e&=_0x38137e;}}function _0x59e35b(_0x159da0){Array[_0x22609e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x159da0)?_0x159da0[_0x22609e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x59e35b):_0x159da0&&typeof _0x159da0==_0x22609e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x22609e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x159da0)[_0x22609e([0x73,0x6f,0x72,0x74])]()[_0x22609e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x920f96,_0x25e33c])=>{_0x5b0692(_0x920f96),_0x59e35b(_0x25e33c);}):_0x5b0692(window[_0x22609e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x159da0));}return _0x59e35b(_0x5d030f),_0x38137e>>>0x0;}function _0x2ea3e2(_0x4430a4){return _0x4430a4[_0x22609e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x22609e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x22609e([0x30]));}function _0x2c7bd2(_0x5253e6){return _0x5253e6[_0x22609e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x22609e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x22609e([0x6a,0x6f,0x69,0x6e])]('');}function _0x13090e(){}function _0x22609e(_0x1840bb){const _0x5bebd9=_0x5f3f;return _0x1840bb[_0x5bebd9(0x22e)](_0x1678c4=>String[_0x5bebd9(0x218)](_0x1678c4))[_0x5bebd9(0x1e3)]('');}_0x3fde75(await _0x3e7de7());}(this);}[_0x16dc72(0x1e5)](){const _0x3a8834=_0x16dc72,_0x358dd6=this[_0x3a8834(0x1ed)][_0x3a8834(0x1d7)];_0x358dd6[_0x3a8834(0x1f3)](_0x2208f0=>{const _0x7c1b1c=_0x3a8834,_0xf3163e=_0x358dd6[_0x7c1b1c(0x1c9)][_0x7c1b1c(0x1d1)][_0x7c1b1c(0x1ce)]();let _0x1903c8=0x0;for(const _0xcb96fe of _0xf3163e){const _0x5e5177=f+':'+_0x1903c8;if(_0x358dd6[_0x7c1b1c(0x205)][_0x7c1b1c(0x206)](_0x5e5177))_0x2208f0[_0x7c1b1c(0x1f7)](_0x5e5177,{'range':_0xcb96fe});else{if(_0xcb96fe[_0x7c1b1c(0x1fb)][_0x7c1b1c(0x1fd)]){const _0x274cfe=_0xcb96fe[_0x7c1b1c(0x1fb)][_0x7c1b1c(0x229)](({item:_0x5bddf3})=>!_0x358dd6[_0x7c1b1c(0x21c)][_0x7c1b1c(0x22a)](_0x5bddf3),{'boundaries':_0xcb96fe});_0x2208f0[_0x7c1b1c(0x203)](_0x5e5177,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x2208f0[_0x7c1b1c(0x210)](_0x274cfe,_0xcb96fe[_0x7c1b1c(0x1f1)])});}else _0x2208f0[_0x7c1b1c(0x203)](_0x5e5177,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0xcb96fe});}_0x1903c8++;}});}[_0x16dc72(0x22b)](){const _0x178e4e=_0x16dc72,_0x70c7a0=this[_0x178e4e(0x1ed)][_0x178e4e(0x1d7)],_0x3a3565=Array[_0x178e4e(0x221)](this[_0x178e4e(0x1ed)][_0x178e4e(0x1d7)][_0x178e4e(0x205)][_0x178e4e(0x1f0)](f));_0x3a3565[_0x178e4e(0x1da)]&&_0x70c7a0[_0x178e4e(0x1f3)](_0x16c55a=>{const _0x31bf96=_0x178e4e;_0x3a3565[_0x31bf96(0x1f4)](_0x2c4dfa=>{const _0x28755a=_0x31bf96;_0x16c55a[_0x28755a(0x214)](_0x2c4dfa);});});}[_0x16dc72(0x1e4)](_0x58cbea,_0x3235e3){const _0x51bd2c=_0x16dc72,_0x20ca54=this[_0x51bd2c(0x204)](),_0x5059a8=_0x3235e3||_0x20ca54[_0x51bd2c(0x20f)]();this[_0x51bd2c(0x1ed)][_0x51bd2c(0x1d7)][_0x51bd2c(0x1cd)](_0x5059a8)&&this[_0x51bd2c(0x1ed)][_0x51bd2c(0x1d7)][_0x51bd2c(0x1f3)](_0x104b63=>{const _0x51bb36=_0x51bd2c;this[_0x51bb36(0x22b)](),_0x3235e3||this[_0x51bb36(0x200)](_0x104b63,_0x20ca54),this[_0x51bb36(0x208)]({'insertAt':_0x5059a8,'writer':_0x104b63,'html':_0x58cbea});});}[_0x16dc72(0x1eb)](_0x50b346){const _0x2f65e8=_0x16dc72,{model:_0x564292}=this[_0x2f65e8(0x1ed)],_0x40c1ac=this[_0x2f65e8(0x204)]();_0x564292[_0x2f65e8(0x1f3)](()=>{const _0x3d12cf=_0x2f65e8,_0x1551d2=this[_0x3d12cf(0x1d3)](_0x50b346,_0x40c1ac)||this[_0x3d12cf(0x222)](_0x40c1ac);this[_0x3d12cf(0x1e4)](_0x50b346,_0x1551d2);});}[_0x16dc72(0x204)](){const _0x2b5719=_0x16dc72,_0x1d90e1=this[_0x2b5719(0x1ed)][_0x2b5719(0x1d7)],_0x2d1df3=Array[_0x2b5719(0x221)](_0x1d90e1[_0x2b5719(0x205)][_0x2b5719(0x1f0)](f))[_0x2b5719(0x22e)](_0x536d1b=>_0x536d1b[_0x2b5719(0x236)]());return _0x1d90e1[_0x2b5719(0x21a)](_0x2d1df3);}[_0x16dc72(0x208)]({writer:_0x12cda4,html:_0x143fc3,insertAt:_0x3e1729}){const _0x5995bb=_0x16dc72,{view:_0x2436b6}=this[_0x5995bb(0x1ed)][_0x5995bb(0x215)],_0x37392=this[_0x5995bb(0x1ed)][_0x5995bb(0x1d8)][_0x5995bb(0x223)](_0x5683b2),_0x2ec7ce=new w();_0x2ec7ce[_0x5995bb(0x233)](_0x5995bb(0x217),_0x143fc3);const _0xecfe5f=new ClipboardEvent(_0x5995bb(0x1d0),{'clipboardData':_0x2ec7ce}),_0x3a59d9=new _0x2dc8dc(_0x2436b6,_0xecfe5f,{'dataTransfer':new _0x152a0b(_0x2ec7ce)});_0x12cda4[_0x5995bb(0x1ca)](_0x3e1729);const _0x37b43c=(_0x47e068,_0x410897)=>{const _0x3b6fcf=_0x5995bb;_0x410897[_0x3b6fcf(0x21e)]&&_0x12cda4[_0x3b6fcf(0x1ca)](_0x410897[_0x3b6fcf(0x21e)]);};_0x37392[_0x5995bb(0x22d)](_0x5995bb(0x21f),_0x37b43c,{'priority':_0x5995bb(0x202)}),_0x2436b6[_0x5995bb(0x1c9)][_0x5995bb(0x227)](_0x5995bb(0x1d0),_0x3a59d9),_0x37392[_0x5995bb(0x1e8)](_0x5995bb(0x21f),_0x37b43c);}[_0x16dc72(0x222)](_0x17b0b0){const _0x42c389=_0x16dc72,{model:_0x413f19}=this[_0x42c389(0x1ed)],_0x256b64=Array[_0x42c389(0x221)](_0x17b0b0[_0x42c389(0x237)]());return _0x256b64[_0x42c389(0x1da)]?_0x413f19[_0x42c389(0x228)](_0x256b64[_0x42c389(0x1d5)]()):_0x17b0b0[_0x42c389(0x1de)]();}[_0x16dc72(0x1d3)](_0x506a91,_0x2eda2d){const _0x6bfd7d=_0x16dc72,{model:_0x4bd048,plugins:_0x370631}=this[_0x6bfd7d(0x1ed)];if(_0x370631[_0x6bfd7d(0x206)](_0x6bfd7d(0x1e2))){const _0x1f878f=_0x370631[_0x6bfd7d(0x223)](_0x6bfd7d(0x1e2))[_0x6bfd7d(0x220)](_0x2eda2d);if(_0x1f878f[_0x6bfd7d(0x1da)]){const _0x5bc89f=this[_0x6bfd7d(0x1df)](_0x506a91),_0x5d4456=this[_0x6bfd7d(0x230)](_0x1f878f,_0x5bc89f);return _0x4bd048[_0x6bfd7d(0x235)](_0x5d4456,0x0);}}return null;}[_0x16dc72(0x1df)](_0x11e1d9){const _0x15b045=_0x16dc72,_0x5c9ca8=this[_0x15b045(0x1ed)][_0x15b045(0x1d8)][_0x15b045(0x223)](_0x15b045(0x1e2)),_0x768d7b=this[_0x15b045(0x1ed)][_0x15b045(0x1dd)][_0x15b045(0x213)](_0x11e1d9),_0x400814=Array[_0x15b045(0x221)](_0x768d7b[_0x15b045(0x1f8)]())[_0x15b045(0x1d9)](_0x856d49=>_0x856d49['is'](_0x15b045(0x232),_0x15b045(0x226)));let _0x154aa4=0x0;return _0x400814[_0x15b045(0x1f4)](_0x41a395=>{const _0x521088=_0x15b045;_0x154aa4+=_0x5c9ca8[_0x521088(0x219)](_0x41a395);}),_0x154aa4;}[_0x16dc72(0x230)](_0x546186,_0x3f92c7){const _0x495456=_0x16dc72,_0x20b00d=this[_0x495456(0x1ed)][_0x495456(0x1d8)][_0x495456(0x223)](_0x495456(0x1e2)),_0x4c20b8=_0x20b00d[_0x495456(0x1d4)](_0x546186),_0x10ce64=_0x20b00d[_0x495456(0x20d)](_0x546186),_0x3cdb03=_0x4c20b8[_0x495456(0x1ff)]+0x1,_0x341fd3=_0x10ce64[_0x495456(0x1f6)],_0x18082d=_0x546186[0x0][_0x495456(0x1f9)](_0x495456(0x226));for(let _0x4b5d27=0x0;_0x4b5d27<_0x3f92c7;_0x4b5d27++)_0x20b00d[_0x495456(0x1cb)](_0x18082d,{'at':_0x3cdb03});return _0x18082d[_0x495456(0x209)](_0x3cdb03)[_0x495456(0x209)](_0x341fd3);}[_0x16dc72(0x200)](_0x2c9bda,_0x4a041c){const _0x43100f=_0x16dc72,{plugins:_0x3e84d2}=this[_0x43100f(0x1ed)],{model:_0x5598f2}=_0x2c9bda;if(!_0x3e84d2[_0x43100f(0x206)](_0x43100f(0x1e2)))return;_0x3e84d2[_0x43100f(0x223)](_0x43100f(0x1e2))[_0x43100f(0x220)](_0x4a041c)[_0x43100f(0x1da)]&&_0x5598f2[_0x43100f(0x1d2)](_0x4a041c);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x76db(){const _0x42ffc6=['menuView','hideFakeVisualSelection','menuBar:aiCommands','editing','set','updateView','isPremiumPlugin','pluginName','destroy','change','featureNotAllowed','buttons','</p>','trialLimit','aiLicenseKeyDomainLimit','menuBar:aiAssistant','config','view','ai.assistant.commands','show','model','contentArea','expired','buttonView','aiAssistant','queryView','children','bind','execute','currentContext','showUI','Error\x20during\x20AI\x20content\x20generation:\x20%0','aiLicenseKeyValid','_getResolvedCommandsDefinitions','media','values','_onExecute','_commandDefinitions','updatePosition','requires','replace','fieldView','push','focus','editor','length','_aiAssistantController','init','enabledCommandsIds','text','aiLicenseKeyEvaluationLimit','isEnabled','add','reset','comment','wasMoved','change:isProcessing','678dRTuHN','insertContent','4972692OxOjUZ','_uiCssClasses','usageLimit','665WggEhq','polite','from','_licenseKeyCheckInterval','ck-ai-assistant-ui','get','ai.assistant.disabledElements','change:enabledCommandsIds','errorView','groupLabel','_initAriaAiStatusChangeAnnouncements','AI\x20Commands','panelView','\x20ck-ai-assistant-ui_theme','getSelectedElement','requiresContent','once','_initView','showAIAssistant','Generated\x20content:\x20%0','promptView','delegate','hideUI','<p>','document','aiCommands','evaluationLimit','splice','186AfGemh','INSERT','menuitemcheckbox','order','_aiAdapter','render','_getMenuBarGroupButtons','change:value','selection','55hnxtEt','isCollapsed','rawHtml','schema','showFakeVisualSelection','_forceMarkersCopy','getData','aiLicenseKeyTrialLimit','aiLicenseKeyUsageLimit','setSelection','sort','REPLACE','1004193gFjjyC','announce','define','filter','_populateMenuBarMenu','command:','update','AIAssistant','forEach','aiLicenseKeyNotAllowed','copy','groupId','invalid','plugins','hide','trim','text/html','change:isError','items','getRanges','menuPanelClass','getSelectedBlocks','AI\x20is\x20writing','_formView','aiLicenseKeyInvalid','aiLicenseKeyExpired','DataTransfer','ck-ai-commands-dropdown\x20','2780OoekLS','9627xBNMIG','isFlat','isOn','prompt','licenseKey','includes','getLimitElement','AI\x20Assistant','_createAIAssistantUIButton','custom','textAdapter','componentFactory','3091TjOvuM','_dialog','tableOfContents','fire','commands','_showLicenseError','ai.assistant.contentAreaCssClass','238351IbCUHR','AIAssistantUI','ai.assistant.useTheme','locale','map','ck-ai-assistant-button\x20','isOfficialPlugin','8nrJWXV','EDITOR_TOP_SIDE','replaceContent','ai-commands-config-order-collision','domainLimit','label','125936RGiYwE','source','body','addMany','listenTo','insertContentBelow'];_0x76db=function(){return _0x42ffc6;};return _0x76db();}const _0x488f64=_0x36db;(function(_0x5bfad6,_0x2c0d00){const _0x5d05f3=_0x36db,_0x152b5e=_0x5bfad6();while(!![]){try{const _0x5403b7=parseInt(_0x5d05f3(0x138))/0x1+parseInt(_0x5d05f3(0x1a5))/0x2*(-parseInt(_0x5d05f3(0x125))/0x3)+-parseInt(_0x5d05f3(0x145))/0x4*(parseInt(_0x5d05f3(0x1ae))/0x5)+-parseInt(_0x5d05f3(0x184))/0x6*(-parseInt(_0x5d05f3(0x189))/0x7)+-parseInt(_0x5d05f3(0x13f))/0x8*(-parseInt(_0x5d05f3(0x1ba))/0x9)+-parseInt(_0x5d05f3(0x124))/0xa*(-parseInt(_0x5d05f3(0x131))/0xb)+parseInt(_0x5d05f3(0x186))/0xc;if(_0x5403b7===_0x2c0d00)break;else _0x152b5e['push'](_0x152b5e['shift']());}catch(_0x19af80){_0x152b5e['push'](_0x152b5e['shift']());}}}(_0x76db,0x32e1b));import{Plugin as _0x57de6e}from'ckeditor5/src/core.js';import{IconMagicWand as _0x17cf3a,IconRobotPencil as _0x1d72b7}from'ckeditor5/src/icons.js';import{first as _0x46a915,CKEditorError as _0xe9b8d3}from'ckeditor5/src/utils.js';import{createDropdown as _0x513755,addMenuToDropdown as _0x29a5b3,ButtonView as _0x100ddf,MenuBarMenuListItemButtonView as _0x1495d9,Dialog as _0x232e46,DialogViewPosition as _0xba5e78,MenuBarMenuView as _0x26f33e,MenuBarMenuListView as _0x211562,MenuBarMenuListItemView as _0x473b65}from'ckeditor5/src/ui.js';import{normalizeCommandsConfig as _0x18af09,UNGROUPED_COMMANDS_GROUP_ID as _0x35aa4e}from'./utils/normalizecommandsconfig.js';import{AIAssistantEditing as _0x38f8c5}from'./aiassistantediting.js';import{AIAdapter as _0x207f39}from'./adapters/aiadapter.js';import{getTranslation as _0x341649}from'./utils/common-translations.js';function _0x36db(_0x6fb05d,_0x14f5ed){const _0x76dbbb=_0x76db();return _0x36db=function(_0x36db58,_0x45252e){_0x36db58=_0x36db58-0x113;let _0x48d2f8=_0x76dbbb[_0x36db58];return _0x48d2f8;},_0x36db(_0x6fb05d,_0x14f5ed);}import{ShowAIAssistantCommand as _0x499c53}from'./ui/showaiassistantcommand.js';import{AIAssistantController as _0x34ee0c}from'./ui/aiassistantcontroller.js';import{AIFormView as _0x171da8}from'./ui/form/aiformview.js';import{AIFormToolbarViewMainActionLabel as _0x499cb0}from'./ui/form/aiformtoolbarview.js';import'../../theme/aiassistant/ai.css';import'../../theme/aiassistant/ai-dropdown.css';import'../../theme/aiassistant/ai-form.css';const J=globalThis[_0x488f64(0x122)];import{ClipboardMarkersUtils as _0x377884}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x5ca291,ViewDataTransfer as _0x4c8b02}from'ckeditor5/src/engine.js';export class AIAssistantUI extends _0x57de6e{[_0x488f64(0x129)];[_0x488f64(0x18c)];[_0x488f64(0x132)];[_0x488f64(0x11f)];[_0x488f64(0x1a9)];[_0x488f64(0x179)];[_0x488f64(0x187)]='';static get[_0x488f64(0x152)](){const _0x265294=_0x488f64;return _0x265294(0x139);}static get[_0x488f64(0x13e)](){return!0x0;}static get[_0x488f64(0x151)](){return!0x0;}static get[_0x488f64(0x172)](){return[_0x377884,_0x38f8c5,_0x207f39,_0x232e46];}constructor(_0x1b24dc){const _0x34d161=_0x488f64;super(_0x1b24dc),_0x1b24dc[_0x34d161(0x15b)][_0x34d161(0x1bc)](_0x34d161(0x18f),[_0x34d161(0x16d),_0x34d161(0x1b0),_0x34d161(0x133)]),_0x1b24dc[_0x34d161(0x15b)][_0x34d161(0x1bc)](_0x34d161(0x137),''),_0x1b24dc[_0x34d161(0x15b)][_0x34d161(0x1bc)](_0x34d161(0x13a),!0x0),this[_0x34d161(0x187)]=_0x34d161(0x18d)+(_0x1b24dc[_0x34d161(0x15b)][_0x34d161(0x18e)](_0x34d161(0x13a))?_0x34d161(0x196):'');}[_0x488f64(0x17a)](){const _0x7a0138=_0x488f64,{editor:_0x45608c}=this;this[_0x7a0138(0x1a9)]=_0x45608c[_0x7a0138(0x115)][_0x7a0138(0x18e)](_0x207f39),this[_0x7a0138(0x132)]=_0x45608c[_0x7a0138(0x115)][_0x7a0138(0x18e)](_0x232e46),this[_0x7a0138(0x11f)]=null,this[_0x7a0138(0x170)]=this[_0x7a0138(0x16c)]();const _0x1926ce=new _0x499c53(_0x45608c,Array[_0x7a0138(0x18b)](this[_0x7a0138(0x170)][_0x7a0138(0x16e)]()));_0x45608c[_0x7a0138(0x135)][_0x7a0138(0x17f)](_0x7a0138(0x19b),_0x1926ce),_0x45608c['ui'][_0x7a0138(0x130)][_0x7a0138(0x17f)](_0x7a0138(0x1a2),_0xbf9bc4=>{const _0x585d29=_0x7a0138,_0x403f1b=_0x513755(_0xbf9bc4);return _0x403f1b[_0x585d29(0x14f)]({'class':_0x585d29(0x123)+this[_0x585d29(0x187)]}),_0x403f1b[_0x585d29(0x162)][_0x585d29(0x14f)]({'label':_0x341649(_0xbf9bc4,_0x585d29(0x194)),'icon':_0x17cf3a,'tooltip':!0x0}),_0x403f1b['on'](_0x585d29(0x167),_0x5627c9=>this[_0x585d29(0x16f)](_0x5627c9[_0x585d29(0x146)]['id'])),_0x29a5b3(_0x403f1b,_0x45608c['ui'][_0x585d29(0x15c)][_0x585d29(0x147)],function(_0x3132b1){const _0x3913e6=_0x585d29,_0x28f442=_0x18af09(_0x3132b1[_0x3913e6(0x15b)][_0x3913e6(0x18e)](_0x3913e6(0x15d)),_0x3132b1[_0x3913e6(0x13b)]),_0x3e9ce4=hi(_0x3132b1,_0x28f442)[_0x3913e6(0x1bd)](_0x1799e8=>_0x1799e8[_0x3913e6(0x135)][_0x3913e6(0x178)]);if(0x1===_0x3e9ce4[_0x3913e6(0x178)])return hi(_0x3132b1,_0x3e9ce4[0x0][_0x3913e6(0x135)])[_0x3913e6(0x13c)](_0x5ef891=>({'id':_0x5ef891['id'],'label':_0x5ef891[_0x3913e6(0x144)]}));return _0x3e9ce4[_0x3913e6(0x13c)](_0x3d4349=>{const _0x420954=_0x3913e6,{groupId:_0x46d072,groupLabel:_0x147598,commands:_0xe62ef7}=_0x3d4349,_0x44956c=hi(_0x3132b1,_0xe62ef7)[_0x420954(0x13c)](_0xb1287e=>({'id':_0xb1287e['id'],'label':_0xb1287e[_0x420954(0x144)]}));return{'id':_0x46d072,'menu':_0x147598||_0x46d072,'children':_0x44956c};});}(_0x45608c),{'ariaLabel':_0x341649(_0xbf9bc4,_0x585d29(0x194))}),_0x403f1b[_0x585d29(0x14b)][_0x585d29(0x11c)]=_0x585d29(0x123)+this[_0x585d29(0x187)],_0x1926ce['on'](_0x585d29(0x190),_0x1e1b61),_0x403f1b[_0x585d29(0x14b)][_0x585d29(0x199)](_0x585d29(0x1aa),_0x1e1b61),_0x403f1b;function _0x1e1b61(){const _0x18a4d0=_0x585d29;_0x403f1b[_0x18a4d0(0x17e)]=_0x1926ce[_0x18a4d0(0x17b)][_0x18a4d0(0x178)]>0x0;for(const _0x45cf8a of _0x403f1b[_0x18a4d0(0x14b)][_0x18a4d0(0x156)])_0x45cf8a[_0x18a4d0(0x17e)]=_0x1926ce[_0x18a4d0(0x17b)][_0x18a4d0(0x12a)](_0x45cf8a['id']);}}),_0x45608c['ui'][_0x7a0138(0x130)][_0x7a0138(0x17f)](_0x7a0138(0x14d),_0x478617=>{const _0x2615cf=_0x7a0138,_0x315740=new _0x26f33e(_0x478617);_0x315740[_0x2615cf(0x162)][_0x2615cf(0x14f)]({'label':_0x341649(_0x478617,_0x2615cf(0x194)),'icon':_0x17cf3a}),_0x315740[_0x2615cf(0x166)](_0x2615cf(0x17e))['to'](_0x1926ce,_0x2615cf(0x17b),_0x4d7a11=>_0x4d7a11[_0x2615cf(0x178)]>0x0);const _0x5365bb=_0x18af09(_0x45608c[_0x2615cf(0x15b)][_0x2615cf(0x18e)](_0x2615cf(0x15d)),_0x478617);return this[_0x2615cf(0x1be)](_0x1926ce,_0x315740,_0x5365bb,_0x93e0bf=>this[_0x2615cf(0x16f)](_0x93e0bf)),_0x315740;}),_0x45608c['ui'][_0x7a0138(0x130)][_0x7a0138(0x17f)](_0x7a0138(0x163),()=>{const _0x5b5df5=_0x7a0138,_0x4441e3=this[_0x5b5df5(0x12d)](_0x100ddf);return _0x4441e3[_0x5b5df5(0x14f)]({'tooltip':!0x0,'class':_0x5b5df5(0x13d)+this[_0x5b5df5(0x187)]}),_0x4441e3;}),_0x45608c['ui'][_0x7a0138(0x130)][_0x7a0138(0x17f)](_0x7a0138(0x15a),()=>{const _0x55685c=_0x7a0138,_0x150364=this[_0x55685c(0x12d)](_0x1495d9);return _0x150364[_0x55685c(0x14f)]({'role':_0x55685c(0x1a7)}),_0x150364;}),this[_0x7a0138(0x129)]=this[_0x7a0138(0x177)][_0x7a0138(0x15b)][_0x7a0138(0x18e)](_0x7a0138(0x129));const _0x21e440=this[_0x7a0138(0x177)];this[_0x7a0138(0x18c)]=setInterval(()=>{const _0x11d85b=_0x7a0138;let _0x416024;for(const _0x40a91c in _0x21e440){const _0x3b78f6=_0x40a91c,_0x492556=_0x21e440[_0x3b78f6];if(_0x11d85b(0x16b)==_0x492556||_0x11d85b(0x120)==_0x492556||_0x11d85b(0x121)==_0x492556||_0x11d85b(0x159)==_0x492556||_0x11d85b(0x1c3)==_0x492556||_0x11d85b(0x17d)==_0x492556||_0x11d85b(0x1b5)==_0x492556||_0x11d85b(0x1b6)==_0x492556){delete _0x21e440[_0x3b78f6],_0x416024=_0x492556,clearInterval(this[_0x11d85b(0x18c)]),this[_0x11d85b(0x18c)]=void 0x0;break;}}_0x11d85b(0x120)==_0x416024&&_0x21e440[_0x11d85b(0x136)](_0x11d85b(0x114)),_0x11d85b(0x121)==_0x416024&&_0x21e440[_0x11d85b(0x136)](_0x11d85b(0x161)),_0x11d85b(0x159)==_0x416024&&_0x21e440[_0x11d85b(0x136)](_0x11d85b(0x143)),_0x11d85b(0x1c3)==_0x416024&&_0x21e440[_0x11d85b(0x136)](_0x11d85b(0x155),_0x11d85b(0x1c1)),_0x11d85b(0x17d)==_0x416024&&_0x21e440[_0x11d85b(0x136)](_0x11d85b(0x1a3)),_0x11d85b(0x1b5)==_0x416024&&_0x21e440[_0x11d85b(0x136)](_0x11d85b(0x158)),_0x11d85b(0x1b6)==_0x416024&&_0x21e440[_0x11d85b(0x136)](_0x11d85b(0x188));},0x3e8);}[_0x488f64(0x153)](){const _0x4f3fbd=_0x488f64;super[_0x4f3fbd(0x153)](),this[_0x4f3fbd(0x18c)]&&clearInterval(this[_0x4f3fbd(0x18c)]);}[_0x488f64(0x169)](_0x2ab78e='',_0x1d7809='',_0x1aec48=_0x488f64(0x12e)){const _0x17c378=_0x488f64,_0x21b8be=this[_0x17c378(0x177)],_0x127353=_0x21b8be[_0x17c378(0x14e)][_0x17c378(0x15c)],_0x4e7a43=_0x21b8be[_0x17c378(0x115)][_0x17c378(0x18e)](_0x38f8c5),_0x1f71bc=_0x21b8be[_0x17c378(0x115)][_0x17c378(0x18e)](_0x377884);_0x4e7a43[_0x17c378(0x1b2)]();const _0xbee77f=new J(),_0x67e250=new ClipboardEvent(_0x17c378(0x1c4),{'clipboardData':_0xbee77f}),_0x88b47a=new _0x4c8b02(_0xbee77f),_0x4118b1=new _0x5ca291(_0x127353,_0x67e250,{'dataTransfer':_0x88b47a});_0x1f71bc[_0x17c378(0x1b3)](_0x17c378(0x181),()=>{const _0x413f7f=_0x17c378;_0x127353[_0x413f7f(0x1a1)][_0x413f7f(0x134)](_0x413f7f(0x1c4),_0x4118b1);}),this[_0x17c378(0x11f)]||(this[_0x17c378(0x19a)](),this[_0x17c378(0x179)]=new _0x34ee0c(_0x21b8be,this[_0x17c378(0x1a9)][_0x17c378(0x12f)],this[_0x17c378(0x11f)]));let _0x1418d2=_0x88b47a[_0x17c378(0x1b4)](_0x17c378(0x118));const _0x3fb7f4=_0x21b8be[_0x17c378(0x15f)][_0x17c378(0x1a1)][_0x17c378(0x1ad)],_0x4e4870=Array[_0x17c378(0x18b)](_0x3fb7f4[_0x17c378(0x11b)]());0x1===_0x4e4870[_0x17c378(0x178)]&&_0x4e4870[0x0][_0x17c378(0x126)]&&!_0x3fb7f4[_0x17c378(0x197)]()&&''!==_0x1418d2[_0x17c378(0x173)](/&nbsp;/g,'')[_0x17c378(0x117)]()&&(_0x1418d2=_0x17c378(0x1a0)+_0x1418d2+_0x17c378(0x157)),this[_0x17c378(0x179)][_0x17c378(0x150)]({'actionId':_0x1aec48,'query':_0x2ab78e,'htmlContent':_0x1418d2,'label':_0x1d7809,'mainActionLabel':_0x499cb0[_0x21b8be[_0x17c378(0x15f)][_0x17c378(0x1a1)][_0x17c378(0x1ad)][_0x17c378(0x1af)]?_0x17c378(0x1a6):_0x17c378(0x1b9)]}),_0x17c378(0x163)!==this[_0x17c378(0x132)]['id']?this[_0x17c378(0x132)][_0x17c378(0x15e)]({'id':_0x17c378(0x163),'icon':_0x1d72b7,'title':_0x341649(this[_0x17c378(0x177)][_0x17c378(0x13b)],_0x17c378(0x12c)),'content':this[_0x17c378(0x11f)],'position':_0xba5e78[_0x17c378(0x140)],'onShow':()=>{const _0x15a9a8=_0x17c378;this[_0x15a9a8(0x11f)][_0x15a9a8(0x176)]();},'onHide':()=>{const _0x21607f=_0x17c378;this[_0x21607f(0x179)][_0x21607f(0x180)](),_0x4e7a43[_0x21607f(0x14c)]();}}):this[_0x17c378(0x132)][_0x17c378(0x15c)][_0x17c378(0x182)]||this[_0x17c378(0x132)][_0x17c378(0x15c)][_0x17c378(0x171)]();}[_0x488f64(0x19f)](){const _0x8878db=_0x488f64;this[_0x8878db(0x132)][_0x8878db(0x116)]();}[_0x488f64(0x16c)](){const _0x5d25d9=_0x488f64,_0x29d9e6=new Map(),_0x166e3e=_0x18af09(this[_0x5d25d9(0x177)][_0x5d25d9(0x15b)][_0x5d25d9(0x18e)](_0x5d25d9(0x15d)),this[_0x5d25d9(0x177)][_0x5d25d9(0x13b)]);for(const _0x5be5ce of _0x166e3e)for(const _0x13b51a of _0x5be5ce[_0x5d25d9(0x135)])_0x29d9e6[_0x5d25d9(0x14f)](_0x13b51a['id'],{..._0x13b51a,'groupId':_0x5be5ce[_0x5d25d9(0x113)],'groupLabel':_0x5be5ce[_0x5d25d9(0x192)]||_0x5be5ce[_0x5d25d9(0x113)]});return _0x29d9e6;}[_0x488f64(0x12d)](_0x2b360c){const _0xd2fafe=_0x488f64,_0x2f7340=this[_0xd2fafe(0x177)],_0xe37741=_0x2f7340[_0xd2fafe(0x135)][_0xd2fafe(0x18e)](_0xd2fafe(0x19b)),_0x44ff23=new _0x2b360c(_0x2f7340[_0xd2fafe(0x13b)]);return _0x44ff23[_0xd2fafe(0x14f)]({'label':_0x341649(_0x2f7340[_0xd2fafe(0x13b)],_0xd2fafe(0x12c)),'icon':_0x1d72b7,'isToggleable':!0x0}),_0x44ff23[_0xd2fafe(0x166)](_0xd2fafe(0x17e))['to'](_0xe37741),_0x44ff23[_0xd2fafe(0x166)](_0xd2fafe(0x127))['to'](this[_0xd2fafe(0x132)],'id',_0x56bb8e=>_0xd2fafe(0x163)===_0x56bb8e),this[_0xd2fafe(0x149)](_0x44ff23,_0xd2fafe(0x167),()=>{const _0x3c1b30=_0xd2fafe;_0x44ff23[_0x3c1b30(0x127)]?this[_0x3c1b30(0x19f)]():_0xe37741[_0x3c1b30(0x167)]();}),_0x44ff23;}[_0x488f64(0x19a)](){const _0x715e94=_0x488f64,_0x372549=this[_0x715e94(0x177)][_0x715e94(0x115)][_0x715e94(0x18e)](_0x38f8c5);this[_0x715e94(0x11f)]=new _0x171da8(this[_0x715e94(0x177)][_0x715e94(0x13b)],this[_0x715e94(0x187)],this[_0x715e94(0x177)][_0x715e94(0x15b)][_0x715e94(0x18e)](_0x715e94(0x137))),this[_0x715e94(0x11f)]['on'](_0x715e94(0x1ac),()=>{const _0x1541d3=_0x715e94;this[_0x1541d3(0x132)][_0x1541d3(0x15c)][_0x1541d3(0x182)]||this[_0x1541d3(0x132)][_0x1541d3(0x15c)][_0x1541d3(0x171)]();}),this[_0x715e94(0x11f)][_0x715e94(0x19d)][_0x715e94(0x164)][_0x715e94(0x174)]['on'](_0x715e94(0x1c0),()=>{const _0x4f3850=_0x715e94;this[_0x4f3850(0x132)][_0x4f3850(0x15c)][_0x4f3850(0x182)]||this[_0x4f3850(0x132)][_0x4f3850(0x15c)][_0x4f3850(0x171)]();}),this[_0x715e94(0x149)](this[_0x715e94(0x11f)],_0x715e94(0x141),()=>{const _0x483f50=_0x715e94;_0x372549[_0x483f50(0x185)](this[_0x483f50(0x179)][_0x483f50(0x168)]),this[_0x483f50(0x19f)]();}),this[_0x715e94(0x149)](this[_0x715e94(0x11f)],_0x715e94(0x14a),()=>{const _0x167623=_0x715e94;_0x372549[_0x167623(0x14a)](this[_0x167623(0x179)][_0x167623(0x168)]),this[_0x167623(0x19f)]();}),this[_0x715e94(0x193)]();}[_0x488f64(0x193)](){const _0x453f7f=_0x488f64,{locale:_0xd5f4a5,ui:{ariaLiveAnnouncer:_0x40ea43}}=this[_0x453f7f(0x177)];this[_0x453f7f(0x11f)][_0x453f7f(0x160)]['on'](_0x453f7f(0x183),(_0x541258,_0x40c66f,_0x26a5f1)=>{const _0x39ae15=_0x453f7f,_0x31cad8=this[_0x39ae15(0x179)][_0x39ae15(0x168)];_0x26a5f1?_0x40ea43[_0x39ae15(0x1bb)](_0x341649(_0xd5f4a5,_0x39ae15(0x11e))):_0x31cad8&&_0x40ea43[_0x39ae15(0x1bb)](_0x341649(_0xd5f4a5,_0x39ae15(0x19c),_0x31cad8),{'politeness':_0x39ae15(0x18a),'isUnsafeHTML':!0x0});}),this[_0x453f7f(0x11f)]['on'](_0x453f7f(0x119),(_0x41c84d,_0x16c83a,_0x1ef9ce)=>{const _0x49c320=_0x453f7f;if(_0x1ef9ce){const _0x4be255=this[_0x49c320(0x11f)][_0x49c320(0x191)][_0x49c320(0x17c)];_0x40ea43[_0x49c320(0x1bb)](_0x341649(_0xd5f4a5,_0x49c320(0x16a),_0x4be255));}});}[_0x488f64(0x16f)](_0x14a3e6){const _0x44292b=_0x488f64,_0xed8b26=this[_0x44292b(0x170)][_0x44292b(0x18e)](_0x14a3e6),_0x1396d9=this[_0x44292b(0x177)],_0x372064=_0x1396d9[_0x44292b(0x15f)][_0x44292b(0x1a1)][_0x44292b(0x1ad)],_0x168e21=_0x1396d9[_0x44292b(0x135)][_0x44292b(0x18e)](_0x44292b(0x19b)),_0x383abf=_0x1396d9[_0x44292b(0x115)][_0x44292b(0x18e)](_0x38f8c5),_0x314bd4=''+(_0xed8b26[_0x44292b(0x113)]!==_0x35aa4e?_0xed8b26[_0x44292b(0x192)]+':\x20':'')+_0xed8b26[_0x44292b(0x144)];if(!0x1!==_0xed8b26[_0x44292b(0x198)]&&_0x372064[_0x44292b(0x1af)]){const _0xe31bdf=_0x46a915(_0x372064[_0x44292b(0x11d)]())||_0x1396d9[_0x44292b(0x15f)][_0x44292b(0x1b1)][_0x44292b(0x12b)](_0x372064);_0x1396d9[_0x44292b(0x15f)][_0x44292b(0x154)](_0x352a72=>{const _0x487ed6=_0x44292b;_0x352a72[_0x487ed6(0x1b7)](_0xe31bdf,'in');});}_0x383abf[_0x44292b(0x1b2)](),_0x168e21[_0x44292b(0x167)](_0xed8b26[_0x44292b(0x128)],_0x314bd4,_0x44292b(0x1bf)+_0x14a3e6);}[_0x488f64(0x1be)](_0x31def8,_0x42fb03,_0x474e8a,_0x4ed94e){const _0x4bfdc9=_0x488f64,_0x21ff39=this[_0x4bfdc9(0x177)],_0x1289e7=_0x21ff39[_0x4bfdc9(0x13b)],_0xd1f8a7=new _0x211562(_0x1289e7),_0x39efe0=hi(_0x21ff39,_0x474e8a)[_0x4bfdc9(0x1bd)](_0x15c8f7=>_0x15c8f7[_0x4bfdc9(0x135)][_0x4bfdc9(0x178)]);0x1===_0x39efe0[_0x4bfdc9(0x178)]?this[_0x4bfdc9(0x1ab)]({'command':_0x31def8,'commands':_0x39efe0[0x0][_0x4bfdc9(0x135)],'parentMenuView':_0x42fb03,'onExecute':_0x4ed94e})[_0x4bfdc9(0x1c2)](_0x1991a0=>_0xd1f8a7[_0x4bfdc9(0x11a)][_0x4bfdc9(0x17f)](_0x1991a0)):_0x39efe0[_0x4bfdc9(0x1c2)](({groupId:_0x1d1363,groupLabel:_0x13fc49,commands:_0x44d465})=>{const _0x403637=_0x4bfdc9,_0x48786b=new _0x473b65(_0x1289e7,_0x42fb03),_0x285eb9=new _0x26f33e(_0x1289e7),_0xbfc6c2=new _0x211562(_0x1289e7),_0x309be=this[_0x403637(0x1ab)]({'command':_0x31def8,'commands':_0x44d465,'parentMenuView':_0x285eb9,'onExecute':_0x4ed94e});_0x285eb9[_0x403637(0x162)][_0x403637(0x14f)]({'label':_0x13fc49||_0x1d1363}),_0x285eb9[_0x403637(0x19e)](_0x403637(0x167))['to'](_0x42fb03),_0xbfc6c2[_0x403637(0x11a)][_0x403637(0x148)](_0x309be),_0x285eb9[_0x403637(0x195)][_0x403637(0x165)][_0x403637(0x17f)](_0xbfc6c2),_0x48786b[_0x403637(0x165)][_0x403637(0x17f)](_0x285eb9),_0xd1f8a7[_0x403637(0x11a)][_0x403637(0x17f)](_0x48786b);}),_0x42fb03[_0x4bfdc9(0x195)][_0x4bfdc9(0x165)][_0x4bfdc9(0x17f)](_0xd1f8a7);}[_0x488f64(0x1ab)]({command:_0x2f92c4,commands:_0x368d71,parentMenuView:_0x1e2049,onExecute:_0x53ae02}){const _0x17f5f5=_0x488f64,_0x5b33cf=this[_0x17f5f5(0x177)],_0x336aef=_0x5b33cf[_0x17f5f5(0x13b)];return hi(_0x5b33cf,_0x368d71)[_0x17f5f5(0x13c)](_0x24f4a1=>{const _0x34801c=_0x17f5f5,_0x5d0fef=new _0x473b65(_0x336aef,_0x1e2049),_0x167b4c=new _0x1495d9(_0x336aef);return _0x167b4c[_0x34801c(0x14f)]({'label':_0x24f4a1[_0x34801c(0x144)]}),_0x167b4c[_0x34801c(0x19e)](_0x34801c(0x167))['to'](_0x1e2049),_0x167b4c['on'](_0x34801c(0x167),()=>_0x53ae02(_0x24f4a1['id'])),_0x167b4c[_0x34801c(0x166)](_0x34801c(0x17e))['to'](_0x2f92c4,_0x34801c(0x17b),_0x555f21=>_0x555f21[_0x34801c(0x12a)](_0x24f4a1['id'])),_0x5d0fef[_0x34801c(0x165)][_0x34801c(0x17f)](_0x167b4c),_0x5d0fef;});}}function li(_0x2b66e6,_0x4ccef4){const _0x4fa311=_0x488f64;return void 0x0!==_0x2b66e6[_0x4fa311(0x1a8)]&&void 0x0===_0x4ccef4[_0x4fa311(0x1a8)]?0x1:void 0x0===_0x2b66e6[_0x4fa311(0x1a8)]&&void 0x0!==_0x4ccef4[_0x4fa311(0x1a8)]?-0x1:void 0x0!==_0x2b66e6[_0x4fa311(0x1a8)]&&void 0x0!==_0x4ccef4[_0x4fa311(0x1a8)]?_0x2b66e6[_0x4fa311(0x1a8)]-_0x4ccef4[_0x4fa311(0x1a8)]:0x0;}function hi(_0x4ccafc,_0x5a0f47){const _0x20f3e5=_0x488f64;_0x5a0f47[_0x20f3e5(0x1b8)](li);const _0x1143a5={},_0x5166bc=[];for(const _0x5876e7 of _0x5a0f47)if(void 0x0!==_0x5876e7[_0x20f3e5(0x1a8)]){if(_0x5876e7[_0x20f3e5(0x1a8)]in _0x1143a5)throw new _0xe9b8d3(_0x20f3e5(0x142),_0x4ccafc,{'conflictingDefinitions':[_0x5876e7,_0x1143a5[_0x5876e7[_0x20f3e5(0x1a8)]]]});_0x1143a5[_0x5876e7[_0x20f3e5(0x1a8)]]=_0x5876e7,_0x5166bc[_0x20f3e5(0x1a4)](_0x5876e7[_0x20f3e5(0x1a8)],0x0,_0x5876e7);}else _0x5166bc[_0x20f3e5(0x175)](_0x5876e7);return _0x5166bc;}
23
+ const _0x46b805=_0xc796;(function(_0x5cb432,_0x465a33){const _0x25a452=_0xc796,_0xd17467=_0x5cb432();while(!![]){try{const _0x3b2d51=-parseInt(_0x25a452(0x27c))/0x1*(-parseInt(_0x25a452(0x281))/0x2)+-parseInt(_0x25a452(0x280))/0x3+-parseInt(_0x25a452(0x1d6))/0x4*(-parseInt(_0x25a452(0x26c))/0x5)+-parseInt(_0x25a452(0x20f))/0x6+-parseInt(_0x25a452(0x235))/0x7*(-parseInt(_0x25a452(0x1f5))/0x8)+parseInt(_0x25a452(0x243))/0x9+-parseInt(_0x25a452(0x207))/0xa;if(_0x3b2d51===_0x465a33)break;else _0xd17467['push'](_0xd17467['shift']());}catch(_0x43b144){_0xd17467['push'](_0xd17467['shift']());}}}(_0x5a3f,0xc9399));import{Plugin as _0x23f020}from'ckeditor5/src/core.js';import{IconMagicWand as _0x292cc0,IconRobotPencil as _0x1eb66a}from'ckeditor5/src/icons.js';import{first as _0x79eb34,CKEditorError as _0x2e6297}from'ckeditor5/src/utils.js';import{createDropdown as _0xf66303,addMenuToDropdown as _0x44e399,ButtonView as _0x36a9ef,MenuBarMenuListItemButtonView as _0x14449d,Dialog as _0x5cebe5,DialogViewPosition as _0x505556,MenuBarMenuView as _0x3f54e3,MenuBarMenuListView as _0x5934a6,MenuBarMenuListItemView as _0xad7584}from'ckeditor5/src/ui.js';import{normalizeCommandsConfig as _0x166822,UNGROUPED_COMMANDS_GROUP_ID as _0x4957dc}from'./utils/normalizecommandsconfig.js';import{AIAssistantEditing as _0x59d4e5}from'./aiassistantediting.js';import{AIAdapter as _0x556bcc}from'./adapters/aiadapter.js';import{getTranslation as _0x2a70a1}from'./utils/common-translations.js';import{ShowAIAssistantCommand as _0x37fa6a}from'./ui/showaiassistantcommand.js';import{AIAssistantController as _0x2bf0d9}from'./ui/aiassistantcontroller.js';function _0x5a3f(){const _0x5a814f=['aiLicenseKeyValid','insertContentBelow','ai.assistant.commands','getData','command:','_formView','showAIAssistant','body','isOn','rawHtml','_initAriaAiStatusChangeAnnouncements','define','schema','aiLicenseKeyUsageLimit','children','includes','_forceMarkersCopy','requires','trim','AIAssistant','ai.assistant.contentAreaCssClass','_populateMenuBarMenu','polite','map','splice','panelView','updatePosition','DataTransfer','media','aiLicenseKeyInvalid','fire','order','REPLACE','copy','selection','739590sATAfU','change:value','commands','set','editing','custom','featureNotAllowed','view','replaceContent','isCollapsed','ck-ai-assistant-ui','tableOfContents','replace','get','buttons','values','978721gjzTLs','menuBar:aiCommands','show','forEach','4138500RzPokB','2JQAVzc','INSERT','AI\x20Assistant','ai.assistant.useTheme','pluginName','16RwqoBn','AI\x20Commands','plugins','text','push','showFakeVisualSelection','_getMenuBarGroupButtons','render','aiLicenseKeyEvaluationLimit','EDITOR_TOP_SIDE','trialLimit','queryView','AIAssistantUI','focus','change:isProcessing','buttonView','invalid','promptView','ai.assistant.disabledElements','_initView','getSelectedElement','licenseKey','getRanges','currentContext','\x20ck-ai-assistant-ui_theme','requiresContent','locale','comment','setSelection','ck-ai-assistant-button\x20','change','2712THlqDT','filter','getLimitElement','aiCommands','once','_getResolvedCommandsDefinitions','menuView','</p>','_createAIAssistantUIButton','sort','listenTo','aiLicenseKeyDomainLimit','fieldView','wasMoved','add','aiLicenseKeyExpired','bind','domainLimit','16621590WUNQYD','insertContent','document','menuPanelClass','_licenseKeyCheckInterval','errorView','textAdapter','_showLicenseError','138312MVfFWe','editor','length','enabledCommandsIds','groupId','menuBar:aiAssistant','hide','model','getSelectedBlocks','aiLicenseKeyTrialLimit','_aiAssistantController','isOfficialPlugin','updateView','showUI','evaluationLimit','hideFakeVisualSelection','usageLimit','change:isError','_aiAdapter','_uiCssClasses','groupLabel','isEnabled','ck-ai-commands-dropdown\x20','change:enabledCommandsIds','init','Error\x20during\x20AI\x20content\x20generation:\x20%0','_commandDefinitions','isPremiumPlugin','menuitemcheckbox','addMany','ai-commands-config-order-collision','prompt','reset','text/html','items','hideUI','AI\x20is\x20writing','destroy','29281tqGWtW','aiLicenseKeyNotAllowed','contentArea','label','componentFactory','from','Generated\x20content:\x20%0','source','update','<p>','announce','isFlat','_onExecute','expired','8104482FmzvVi','execute','_dialog','delegate','config','aiAssistant'];_0x5a3f=function(){return _0x5a814f;};return _0x5a3f();}import{AIFormView as _0x216183}from'./ui/form/aiformview.js';import{AIFormToolbarViewMainActionLabel as _0x4a1d4c}from'./ui/form/aiformtoolbarview.js';import'../../theme/aiassistant/ai.css';import'../../theme/aiassistant/ai-dropdown.css';function _0xc796(_0x2493e6,_0x37647f){const _0x5a3fd4=_0x5a3f();return _0xc796=function(_0xc7960b,_0x35ef17){_0xc7960b=_0xc7960b-0x1d6;let _0x24e011=_0x5a3fd4[_0xc7960b];return _0x24e011;},_0xc796(_0x2493e6,_0x37647f);}import'../../theme/aiassistant/ai-form.css';const w=globalThis[_0x46b805(0x264)];import{ClipboardMarkersUtils as _0x2a3981}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x45f679,ViewDataTransfer as _0x28b5ee}from'ckeditor5/src/engine.js';export class AIAssistantUI extends _0x23f020{[_0x46b805(0x1eb)];[_0x46b805(0x20b)];[_0x46b805(0x245)];[_0x46b805(0x24e)];[_0x46b805(0x221)];[_0x46b805(0x219)];[_0x46b805(0x222)]='';static get[_0x46b805(0x285)](){const _0x576161=_0x46b805;return _0x576161(0x1e2);}static get[_0x46b805(0x21a)](){return!0x0;}static get[_0x46b805(0x22a)](){return!0x0;}static get[_0x46b805(0x25a)](){return[_0x2a3981,_0x59d4e5,_0x556bcc,_0x5cebe5];}constructor(_0xeced5){const _0x479cb3=_0x46b805;super(_0xeced5),_0xeced5[_0x479cb3(0x247)][_0x479cb3(0x254)](_0x479cb3(0x1e8),[_0x479cb3(0x265),_0x479cb3(0x252),_0x479cb3(0x277)]),_0xeced5[_0x479cb3(0x247)][_0x479cb3(0x254)](_0x479cb3(0x25d),''),_0xeced5[_0x479cb3(0x247)][_0x479cb3(0x254)](_0x479cb3(0x284),!0x0),this[_0x479cb3(0x222)]=_0x479cb3(0x276)+(_0xeced5[_0x479cb3(0x247)][_0x479cb3(0x279)](_0x479cb3(0x284))?_0x479cb3(0x1ee):'');}[_0x46b805(0x227)](){const _0x1db49b=_0x46b805,{editor:_0x3014d1}=this;this[_0x1db49b(0x221)]=_0x3014d1[_0x1db49b(0x1d8)][_0x1db49b(0x279)](_0x556bcc),this[_0x1db49b(0x245)]=_0x3014d1[_0x1db49b(0x1d8)][_0x1db49b(0x279)](_0x5cebe5),this[_0x1db49b(0x24e)]=null,this[_0x1db49b(0x229)]=this[_0x1db49b(0x1fa)]();const _0x3fed88=new _0x37fa6a(_0x3014d1,Array[_0x1db49b(0x23a)](this[_0x1db49b(0x229)][_0x1db49b(0x27b)]()));_0x3014d1[_0x1db49b(0x26e)][_0x1db49b(0x203)](_0x1db49b(0x24f),_0x3fed88),_0x3014d1['ui'][_0x1db49b(0x239)][_0x1db49b(0x203)](_0x1db49b(0x1f8),_0x223730=>{const _0x538405=_0x1db49b,_0x1b01d7=_0xf66303(_0x223730);return _0x1b01d7[_0x538405(0x26f)]({'class':_0x538405(0x225)+this[_0x538405(0x222)]}),_0x1b01d7[_0x538405(0x1e5)][_0x538405(0x26f)]({'label':_0x2a70a1(_0x223730,_0x538405(0x1d7)),'icon':_0x292cc0,'tooltip':!0x0}),_0x1b01d7['on'](_0x538405(0x244),_0x4ffa70=>this[_0x538405(0x241)](_0x4ffa70[_0x538405(0x23c)]['id'])),_0x44e399(_0x1b01d7,_0x3014d1['ui'][_0x538405(0x273)][_0x538405(0x250)],function(_0x5877b6){const _0x4a8edf=_0x538405,_0x1a0e9a=_0x166822(_0x5877b6[_0x4a8edf(0x247)][_0x4a8edf(0x279)](_0x4a8edf(0x24b)),_0x5877b6[_0x4a8edf(0x1f0)]),_0x5ddb8f=U(_0x5877b6,_0x1a0e9a)[_0x4a8edf(0x1f6)](_0x57a9c9=>_0x57a9c9[_0x4a8edf(0x26e)][_0x4a8edf(0x211)]);if(0x1===_0x5ddb8f[_0x4a8edf(0x211)])return U(_0x5877b6,_0x5ddb8f[0x0][_0x4a8edf(0x26e)])[_0x4a8edf(0x260)](_0x1d47e2=>({'id':_0x1d47e2['id'],'label':_0x1d47e2[_0x4a8edf(0x238)]}));return _0x5ddb8f[_0x4a8edf(0x260)](_0x36872f=>{const _0x179ca7=_0x4a8edf,{groupId:_0x50b85c,groupLabel:_0x42d017,commands:_0xee0c1c}=_0x36872f,_0x35af69=U(_0x5877b6,_0xee0c1c)[_0x179ca7(0x260)](_0xc78c3d=>({'id':_0xc78c3d['id'],'label':_0xc78c3d[_0x179ca7(0x238)]}));return{'id':_0x50b85c,'menu':_0x42d017||_0x50b85c,'children':_0x35af69};});}(_0x3014d1),{'ariaLabel':_0x2a70a1(_0x223730,_0x538405(0x1d7))}),_0x1b01d7[_0x538405(0x1fb)][_0x538405(0x20a)]=_0x538405(0x225)+this[_0x538405(0x222)],_0x3fed88['on'](_0x538405(0x226),_0x3576c9),_0x1b01d7[_0x538405(0x1fb)][_0x538405(0x1f9)](_0x538405(0x1dd),_0x3576c9),_0x1b01d7;function _0x3576c9(){const _0x4c980c=_0x538405;_0x1b01d7[_0x4c980c(0x224)]=_0x3fed88[_0x4c980c(0x212)][_0x4c980c(0x211)]>0x0;for(const _0x149a58 of _0x1b01d7[_0x4c980c(0x1fb)][_0x4c980c(0x27a)])_0x149a58[_0x4c980c(0x224)]=_0x3fed88[_0x4c980c(0x212)][_0x4c980c(0x258)](_0x149a58['id']);}}),_0x3014d1['ui'][_0x1db49b(0x239)][_0x1db49b(0x203)](_0x1db49b(0x27d),_0x35bb65=>{const _0x6a1431=_0x1db49b,_0x274986=new _0x3f54e3(_0x35bb65);_0x274986[_0x6a1431(0x1e5)][_0x6a1431(0x26f)]({'label':_0x2a70a1(_0x35bb65,_0x6a1431(0x1d7)),'icon':_0x292cc0}),_0x274986[_0x6a1431(0x205)](_0x6a1431(0x224))['to'](_0x3fed88,_0x6a1431(0x212),_0x593cef=>_0x593cef[_0x6a1431(0x211)]>0x0);const _0x53ded4=_0x166822(_0x3014d1[_0x6a1431(0x247)][_0x6a1431(0x279)](_0x6a1431(0x24b)),_0x35bb65);return this[_0x6a1431(0x25e)](_0x3fed88,_0x274986,_0x53ded4,_0x4b4679=>this[_0x6a1431(0x241)](_0x4b4679)),_0x274986;}),_0x3014d1['ui'][_0x1db49b(0x239)][_0x1db49b(0x203)](_0x1db49b(0x248),()=>{const _0x2389d0=_0x1db49b,_0x278dc8=this[_0x2389d0(0x1fd)](_0x36a9ef);return _0x278dc8[_0x2389d0(0x26f)]({'tooltip':!0x0,'class':_0x2389d0(0x1f3)+this[_0x2389d0(0x222)]}),_0x278dc8;}),_0x3014d1['ui'][_0x1db49b(0x239)][_0x1db49b(0x203)](_0x1db49b(0x214),()=>{const _0x3cd7a5=_0x1db49b,_0x472067=this[_0x3cd7a5(0x1fd)](_0x14449d);return _0x472067[_0x3cd7a5(0x26f)]({'role':_0x3cd7a5(0x22b)}),_0x472067;}),this[_0x1db49b(0x1eb)]=this[_0x1db49b(0x210)][_0x1db49b(0x247)][_0x1db49b(0x279)](_0x1db49b(0x1eb));const _0x34a821=this[_0x1db49b(0x210)];this[_0x1db49b(0x20b)]=setInterval(()=>{const _0x5488c7=_0x1db49b;let _0x4c6978;for(const _0x308883 in _0x34a821){const _0x9f7608=_0x308883,_0x1880c1=_0x34a821[_0x9f7608];if(_0x5488c7(0x249)==_0x1880c1||_0x5488c7(0x266)==_0x1880c1||_0x5488c7(0x204)==_0x1880c1||_0x5488c7(0x200)==_0x1880c1||_0x5488c7(0x236)==_0x1880c1||_0x5488c7(0x1de)==_0x1880c1||_0x5488c7(0x218)==_0x1880c1||_0x5488c7(0x256)==_0x1880c1){delete _0x34a821[_0x9f7608],_0x4c6978=_0x1880c1,clearInterval(this[_0x5488c7(0x20b)]),this[_0x5488c7(0x20b)]=void 0x0;break;}}_0x5488c7(0x266)==_0x4c6978&&_0x34a821[_0x5488c7(0x20e)](_0x5488c7(0x1e6)),_0x5488c7(0x204)==_0x4c6978&&_0x34a821[_0x5488c7(0x20e)](_0x5488c7(0x242)),_0x5488c7(0x200)==_0x4c6978&&_0x34a821[_0x5488c7(0x20e)](_0x5488c7(0x206)),_0x5488c7(0x236)==_0x4c6978&&_0x34a821[_0x5488c7(0x20e)](_0x5488c7(0x272),_0x5488c7(0x25c)),_0x5488c7(0x1de)==_0x4c6978&&_0x34a821[_0x5488c7(0x20e)](_0x5488c7(0x21d)),_0x5488c7(0x218)==_0x4c6978&&_0x34a821[_0x5488c7(0x20e)](_0x5488c7(0x1e0)),_0x5488c7(0x256)==_0x4c6978&&_0x34a821[_0x5488c7(0x20e)](_0x5488c7(0x21f));},0x3e8);}[_0x46b805(0x234)](){const _0x377300=_0x46b805;super[_0x377300(0x234)](),this[_0x377300(0x20b)]&&clearInterval(this[_0x377300(0x20b)]);}[_0x46b805(0x21c)](_0x515bfa='',_0x5f5272='',_0x424fb0=_0x46b805(0x271)){const _0x1664b3=_0x46b805,_0x6f9c2a=this[_0x1664b3(0x210)],_0x1a2dab=_0x6f9c2a[_0x1664b3(0x270)][_0x1664b3(0x273)],_0xdd9886=_0x6f9c2a[_0x1664b3(0x1d8)][_0x1664b3(0x279)](_0x59d4e5),_0xb578d4=_0x6f9c2a[_0x1664b3(0x1d8)][_0x1664b3(0x279)](_0x2a3981);_0xdd9886[_0x1664b3(0x1db)]();const _0x453e56=new w(),_0x1ab2e7=new ClipboardEvent(_0x1664b3(0x26a),{'clipboardData':_0x453e56}),_0x22ae02=new _0x28b5ee(_0x453e56),_0x2e69a0=new _0x45f679(_0x1a2dab,_0x1ab2e7,{'dataTransfer':_0x22ae02});_0xb578d4[_0x1664b3(0x259)](_0x1664b3(0x1f1),()=>{const _0xb7af29=_0x1664b3;_0x1a2dab[_0xb7af29(0x209)][_0xb7af29(0x267)](_0xb7af29(0x26a),_0x2e69a0);}),this[_0x1664b3(0x24e)]||(this[_0x1664b3(0x1e9)](),this[_0x1664b3(0x219)]=new _0x2bf0d9(_0x6f9c2a,this[_0x1664b3(0x221)][_0x1664b3(0x20d)],this[_0x1664b3(0x24e)]));let _0x46f49e=_0x22ae02[_0x1664b3(0x24c)](_0x1664b3(0x230));const _0xdfb700=_0x6f9c2a[_0x1664b3(0x216)][_0x1664b3(0x209)][_0x1664b3(0x26b)],_0x16f382=Array[_0x1664b3(0x23a)](_0xdfb700[_0x1664b3(0x1ec)]());0x1===_0x16f382[_0x1664b3(0x211)]&&_0x16f382[0x0][_0x1664b3(0x240)]&&!_0xdfb700[_0x1664b3(0x1ea)]()&&''!==_0x46f49e[_0x1664b3(0x278)](/&nbsp;/g,'')[_0x1664b3(0x25b)]()&&(_0x46f49e=_0x1664b3(0x23e)+_0x46f49e+_0x1664b3(0x1fc)),this[_0x1664b3(0x219)][_0x1664b3(0x21b)]({'actionId':_0x424fb0,'query':_0x515bfa,'htmlContent':_0x46f49e,'label':_0x5f5272,'mainActionLabel':_0x4a1d4c[_0x6f9c2a[_0x1664b3(0x216)][_0x1664b3(0x209)][_0x1664b3(0x26b)][_0x1664b3(0x275)]?_0x1664b3(0x282):_0x1664b3(0x269)]}),_0x1664b3(0x248)!==this[_0x1664b3(0x245)]['id']?this[_0x1664b3(0x245)][_0x1664b3(0x27e)]({'id':_0x1664b3(0x248),'icon':_0x1eb66a,'title':_0x2a70a1(this[_0x1664b3(0x210)][_0x1664b3(0x1f0)],_0x1664b3(0x283)),'content':this[_0x1664b3(0x24e)],'position':_0x505556[_0x1664b3(0x1df)],'onShow':()=>{const _0x9d7a4c=_0x1664b3;this[_0x9d7a4c(0x24e)][_0x9d7a4c(0x1e3)]();},'onHide':()=>{const _0x5e1d44=_0x1664b3;this[_0x5e1d44(0x219)][_0x5e1d44(0x22f)](),_0xdd9886[_0x5e1d44(0x21e)]();}}):this[_0x1664b3(0x245)][_0x1664b3(0x273)][_0x1664b3(0x202)]||this[_0x1664b3(0x245)][_0x1664b3(0x273)][_0x1664b3(0x263)]();}[_0x46b805(0x232)](){const _0x46ab52=_0x46b805;this[_0x46ab52(0x245)][_0x46ab52(0x215)]();}[_0x46b805(0x1fa)](){const _0x547f9b=_0x46b805,_0x5d505b=new Map(),_0x232ab3=_0x166822(this[_0x547f9b(0x210)][_0x547f9b(0x247)][_0x547f9b(0x279)](_0x547f9b(0x24b)),this[_0x547f9b(0x210)][_0x547f9b(0x1f0)]);for(const _0x41cb54 of _0x232ab3)for(const _0x4b73b8 of _0x41cb54[_0x547f9b(0x26e)])_0x5d505b[_0x547f9b(0x26f)](_0x4b73b8['id'],{..._0x4b73b8,'groupId':_0x41cb54[_0x547f9b(0x213)],'groupLabel':_0x41cb54[_0x547f9b(0x223)]||_0x41cb54[_0x547f9b(0x213)]});return _0x5d505b;}[_0x46b805(0x1fd)](_0x3338db){const _0x5b385d=_0x46b805,_0x35ee10=this[_0x5b385d(0x210)],_0x1f7703=_0x35ee10[_0x5b385d(0x26e)][_0x5b385d(0x279)](_0x5b385d(0x24f)),_0x2a6761=new _0x3338db(_0x35ee10[_0x5b385d(0x1f0)]);return _0x2a6761[_0x5b385d(0x26f)]({'label':_0x2a70a1(_0x35ee10[_0x5b385d(0x1f0)],_0x5b385d(0x283)),'icon':_0x1eb66a,'isToggleable':!0x0}),_0x2a6761[_0x5b385d(0x205)](_0x5b385d(0x224))['to'](_0x1f7703),_0x2a6761[_0x5b385d(0x205)](_0x5b385d(0x251))['to'](this[_0x5b385d(0x245)],'id',_0x3a7d49=>_0x5b385d(0x248)===_0x3a7d49),this[_0x5b385d(0x1ff)](_0x2a6761,_0x5b385d(0x244),()=>{const _0x4a4b8e=_0x5b385d;_0x2a6761[_0x4a4b8e(0x251)]?this[_0x4a4b8e(0x232)]():_0x1f7703[_0x4a4b8e(0x244)]();}),_0x2a6761;}[_0x46b805(0x1e9)](){const _0x1703a0=_0x46b805,_0xf5e507=this[_0x1703a0(0x210)][_0x1703a0(0x1d8)][_0x1703a0(0x279)](_0x59d4e5);this[_0x1703a0(0x24e)]=new _0x216183(this[_0x1703a0(0x210)][_0x1703a0(0x1f0)],this[_0x1703a0(0x222)],this[_0x1703a0(0x210)][_0x1703a0(0x247)][_0x1703a0(0x279)](_0x1703a0(0x25d))),this[_0x1703a0(0x24e)]['on'](_0x1703a0(0x26d),()=>{const _0x37ed6c=_0x1703a0;this[_0x37ed6c(0x245)][_0x37ed6c(0x273)][_0x37ed6c(0x202)]||this[_0x37ed6c(0x245)][_0x37ed6c(0x273)][_0x37ed6c(0x263)]();}),this[_0x1703a0(0x24e)][_0x1703a0(0x1e7)][_0x1703a0(0x1e1)][_0x1703a0(0x201)]['on'](_0x1703a0(0x23d),()=>{const _0x581962=_0x1703a0;this[_0x581962(0x245)][_0x581962(0x273)][_0x581962(0x202)]||this[_0x581962(0x245)][_0x581962(0x273)][_0x581962(0x263)]();}),this[_0x1703a0(0x1ff)](this[_0x1703a0(0x24e)],_0x1703a0(0x274),()=>{const _0x888964=_0x1703a0;_0xf5e507[_0x888964(0x208)](this[_0x888964(0x219)][_0x888964(0x1ed)]),this[_0x888964(0x232)]();}),this[_0x1703a0(0x1ff)](this[_0x1703a0(0x24e)],_0x1703a0(0x24a),()=>{const _0x4d8395=_0x1703a0;_0xf5e507[_0x4d8395(0x24a)](this[_0x4d8395(0x219)][_0x4d8395(0x1ed)]),this[_0x4d8395(0x232)]();}),this[_0x1703a0(0x253)]();}[_0x46b805(0x253)](){const _0x10e717=_0x46b805,{locale:_0x17df39,ui:{ariaLiveAnnouncer:_0x4afaff}}=this[_0x10e717(0x210)];this[_0x10e717(0x24e)][_0x10e717(0x237)]['on'](_0x10e717(0x1e4),(_0x416c26,_0x232188,_0x578b2f)=>{const _0x452449=_0x10e717,_0x241805=this[_0x452449(0x219)][_0x452449(0x1ed)];_0x578b2f?_0x4afaff[_0x452449(0x23f)](_0x2a70a1(_0x17df39,_0x452449(0x233))):_0x241805&&_0x4afaff[_0x452449(0x23f)](_0x2a70a1(_0x17df39,_0x452449(0x23b),_0x241805),{'politeness':_0x452449(0x25f),'isUnsafeHTML':!0x0});}),this[_0x10e717(0x24e)]['on'](_0x10e717(0x220),(_0x1fdf3f,_0x75a2cc,_0x4a2025)=>{const _0x38c25e=_0x10e717;if(_0x4a2025){const _0x57c6d1=this[_0x38c25e(0x24e)][_0x38c25e(0x20c)][_0x38c25e(0x1d9)];_0x4afaff[_0x38c25e(0x23f)](_0x2a70a1(_0x17df39,_0x38c25e(0x228),_0x57c6d1));}});}[_0x46b805(0x241)](_0x480557){const _0x15d704=_0x46b805,_0x52c5b4=this[_0x15d704(0x229)][_0x15d704(0x279)](_0x480557),_0x132eb2=this[_0x15d704(0x210)],_0x3d78d6=_0x132eb2[_0x15d704(0x216)][_0x15d704(0x209)][_0x15d704(0x26b)],_0xeddc28=_0x132eb2[_0x15d704(0x26e)][_0x15d704(0x279)](_0x15d704(0x24f)),_0x501f04=_0x132eb2[_0x15d704(0x1d8)][_0x15d704(0x279)](_0x59d4e5),_0x1e8e1b=''+(_0x52c5b4[_0x15d704(0x213)]!==_0x4957dc?_0x52c5b4[_0x15d704(0x223)]+':\x20':'')+_0x52c5b4[_0x15d704(0x238)];if(!0x1!==_0x52c5b4[_0x15d704(0x1ef)]&&_0x3d78d6[_0x15d704(0x275)]){const _0x5f1d54=_0x79eb34(_0x3d78d6[_0x15d704(0x217)]())||_0x132eb2[_0x15d704(0x216)][_0x15d704(0x255)][_0x15d704(0x1f7)](_0x3d78d6);_0x132eb2[_0x15d704(0x216)][_0x15d704(0x1f4)](_0x558bc5=>{const _0x3dc81c=_0x15d704;_0x558bc5[_0x3dc81c(0x1f2)](_0x5f1d54,'in');});}_0x501f04[_0x15d704(0x1db)](),_0xeddc28[_0x15d704(0x244)](_0x52c5b4[_0x15d704(0x22e)],_0x1e8e1b,_0x15d704(0x24d)+_0x480557);}[_0x46b805(0x25e)](_0x443ffb,_0x18fd3e,_0x35091b,_0x55125d){const _0x28a13c=_0x46b805,_0x427f6c=this[_0x28a13c(0x210)],_0x5f1fe5=_0x427f6c[_0x28a13c(0x1f0)],_0x394241=new _0x5934a6(_0x5f1fe5),_0x40b445=U(_0x427f6c,_0x35091b)[_0x28a13c(0x1f6)](_0x2dea60=>_0x2dea60[_0x28a13c(0x26e)][_0x28a13c(0x211)]);0x1===_0x40b445[_0x28a13c(0x211)]?this[_0x28a13c(0x1dc)]({'command':_0x443ffb,'commands':_0x40b445[0x0][_0x28a13c(0x26e)],'parentMenuView':_0x18fd3e,'onExecute':_0x55125d})[_0x28a13c(0x27f)](_0xbc5308=>_0x394241[_0x28a13c(0x231)][_0x28a13c(0x203)](_0xbc5308)):_0x40b445[_0x28a13c(0x27f)](({groupId:_0x4c079f,groupLabel:_0x544b00,commands:_0x21360d})=>{const _0x4005c0=_0x28a13c,_0x3e0ef2=new _0xad7584(_0x5f1fe5,_0x18fd3e),_0x11c6c7=new _0x3f54e3(_0x5f1fe5),_0x233ece=new _0x5934a6(_0x5f1fe5),_0x169d28=this[_0x4005c0(0x1dc)]({'command':_0x443ffb,'commands':_0x21360d,'parentMenuView':_0x11c6c7,'onExecute':_0x55125d});_0x11c6c7[_0x4005c0(0x1e5)][_0x4005c0(0x26f)]({'label':_0x544b00||_0x4c079f}),_0x11c6c7[_0x4005c0(0x246)](_0x4005c0(0x244))['to'](_0x18fd3e),_0x233ece[_0x4005c0(0x231)][_0x4005c0(0x22c)](_0x169d28),_0x11c6c7[_0x4005c0(0x262)][_0x4005c0(0x257)][_0x4005c0(0x203)](_0x233ece),_0x3e0ef2[_0x4005c0(0x257)][_0x4005c0(0x203)](_0x11c6c7),_0x394241[_0x4005c0(0x231)][_0x4005c0(0x203)](_0x3e0ef2);}),_0x18fd3e[_0x28a13c(0x262)][_0x28a13c(0x257)][_0x28a13c(0x203)](_0x394241);}[_0x46b805(0x1dc)]({command:_0x2c5e48,commands:_0x199248,parentMenuView:_0x48d54b,onExecute:_0x4b9376}){const _0x4bd474=_0x46b805,_0x23dfb9=this[_0x4bd474(0x210)],_0x2095e6=_0x23dfb9[_0x4bd474(0x1f0)];return U(_0x23dfb9,_0x199248)[_0x4bd474(0x260)](_0xf43ea0=>{const _0x549475=_0x4bd474,_0x344271=new _0xad7584(_0x2095e6,_0x48d54b),_0x24b4c2=new _0x14449d(_0x2095e6);return _0x24b4c2[_0x549475(0x26f)]({'label':_0xf43ea0[_0x549475(0x238)]}),_0x24b4c2[_0x549475(0x246)](_0x549475(0x244))['to'](_0x48d54b),_0x24b4c2['on'](_0x549475(0x244),()=>_0x4b9376(_0xf43ea0['id'])),_0x24b4c2[_0x549475(0x205)](_0x549475(0x224))['to'](_0x2c5e48,_0x549475(0x212),_0x54ccfb=>_0x54ccfb[_0x549475(0x258)](_0xf43ea0['id'])),_0x344271[_0x549475(0x257)][_0x549475(0x203)](_0x24b4c2),_0x344271;});}}function T(_0x54131f,_0x47e49b){const _0x576e0d=_0x46b805;return void 0x0!==_0x54131f[_0x576e0d(0x268)]&&void 0x0===_0x47e49b[_0x576e0d(0x268)]?0x1:void 0x0===_0x54131f[_0x576e0d(0x268)]&&void 0x0!==_0x47e49b[_0x576e0d(0x268)]?-0x1:void 0x0!==_0x54131f[_0x576e0d(0x268)]&&void 0x0!==_0x47e49b[_0x576e0d(0x268)]?_0x54131f[_0x576e0d(0x268)]-_0x47e49b[_0x576e0d(0x268)]:0x0;}function U(_0x5a638e,_0x56e192){const _0x80aa8f=_0x46b805;_0x56e192[_0x80aa8f(0x1fe)](T);const _0x21d58c={},_0x527ed4=[];for(const _0x2cff9a of _0x56e192)if(void 0x0!==_0x2cff9a[_0x80aa8f(0x268)]){if(_0x2cff9a[_0x80aa8f(0x268)]in _0x21d58c)throw new _0x2e6297(_0x80aa8f(0x22d),_0x5a638e,{'conflictingDefinitions':[_0x2cff9a,_0x21d58c[_0x2cff9a[_0x80aa8f(0x268)]]]});_0x21d58c[_0x2cff9a[_0x80aa8f(0x268)]]=_0x2cff9a,_0x527ed4[_0x80aa8f(0x261)](_0x2cff9a[_0x80aa8f(0x268)],0x0,_0x2cff9a);}else _0x527ed4[_0x80aa8f(0x1da)](_0x2cff9a);return _0x527ed4;}
@@ -20,5 +20,5 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x51fea6=_0x8ba8;(function(_0x1a328e,_0x529337){const _0x428288=_0x8ba8,_0x17be3f=_0x1a328e();while(!![]){try{const _0x38d91d=parseInt(_0x428288(0xf5))/0x1+-parseInt(_0x428288(0xf2))/0x2*(-parseInt(_0x428288(0xfd))/0x3)+-parseInt(_0x428288(0xac))/0x4+parseInt(_0x428288(0xc2))/0x5*(parseInt(_0x428288(0xad))/0x6)+parseInt(_0x428288(0xd7))/0x7+-parseInt(_0x428288(0xc1))/0x8*(parseInt(_0x428288(0xf3))/0x9)+-parseInt(_0x428288(0xfa))/0xa;if(_0x38d91d===_0x529337)break;else _0x17be3f['push'](_0x17be3f['shift']());}catch(_0x378b1a){_0x17be3f['push'](_0x17be3f['shift']());}}}(_0x4ed0,0x5f52f));import{ObservableMixin as _0x5048aa}from'ckeditor5/src/utils.js';import{AIRequestError as _0x300750}from'../adapters/aiadapter.js';import{Matcher as _0x50b5bd,ViewUpcastWriter as _0x581f2b}from'ckeditor5/src/engine.js';function _0x8ba8(_0x4426d7,_0x4e0d05){const _0x4ed056=_0x4ed0();return _0x8ba8=function(_0x8ba82a,_0x487a36){_0x8ba82a=_0x8ba82a-0xa2;let _0xce843b=_0x4ed056[_0x8ba82a];return _0xce843b;},_0x8ba8(_0x4426d7,_0x4e0d05);}const as=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');function _0x4ed0(){const _0x4e3a8b=['stringify','trim','previousActionId','message','element','catch','<h1></h1>','finally','_sanitizeHTML','remove','set','render','htmlProcessor','_isH1TagSupportEnabled','submitPrompt','handleError','viewToDom','stopListening','_handleQuery','clear','text/html','toModel','previousLabel','```html','endsWith','once','932rZJyCz','77814yrNTFg','value','552284MVeYTN','initialContext','exec','mainAction','_domParser','5807090GZxfOt','_stripMarkdownSyntax','isProcessing','4569EYkMHt','currentContext','domConverter','nodeType','makeRequest','toView','stopProcessing','name','editor','div','innerHTML','config','```','createElement','get','listenTo','reset','updateView','_sanitizationContainer','980832ZJYUQo','1416uqhxBo','previousQuery','currentResponse','isRendered','previousContext','destroy','startProcessing','length','setContentOf','prompt','data','parseFromString','querySelector','startsWith','rename','_normalizeResponseHeadings','_parseAndNormalizeContent','tryAgainEvent','childNodes','abort','672CWdKqD','1640HTRGfh','reverse','processor','editing','set:currentContext','view','_xmlSerializer','markers','body','from','then','finishProcessing','ai.assistant.preserveComments','ELEMENT_NODE','match','document','serializeToString','push','substring','custom','textAdapter','4222526eMdYcF'];_0x4ed0=function(){return _0x4e3a8b;};return _0x4ed0();}export class AIAssistantController extends/* #__PURE__ -- @preserve */
24
- _0x5048aa(){[_0x51fea6(0x105)];[_0x51fea6(0xd6)];[_0x51fea6(0xc7)];[_0x51fea6(0xab)];[_0x51fea6(0xf9)];[_0x51fea6(0xc8)];constructor(_0x491efd,_0x5ae590,_0x4b79ca){const _0x2bb339=_0x51fea6;super(),this[_0x2bb339(0x105)]=_0x491efd,this[_0x2bb339(0xd6)]=_0x5ae590,this[_0x2bb339(0xab)]=document[_0x2bb339(0xa6)](_0x2bb339(0xa2)),this[_0x2bb339(0xf9)]=new DOMParser(),this[_0x2bb339(0xc8)]=new XMLSerializer(),this[_0x2bb339(0xc7)]=_0x4b79ca,this[_0x2bb339(0xe2)]({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on'](_0x2bb339(0xc6),(_0x52ac76,_0x1a0e0f,_0xc49bf2)=>{const _0xfe6baf=_0x2bb339;this[_0xfe6baf(0xc7)][_0xfe6baf(0xf4)]=this[_0xfe6baf(0xe0)](_0xc49bf2);}),this[_0x2bb339(0xa8)](this[_0x2bb339(0xc7)],_0x2bb339(0xe6),(_0x2f3c36,_0x4cc4cf)=>{const _0x499bae=_0x2bb339,_0x405c03=this[_0x499bae(0xfe)]||this[_0x499bae(0xf6)];this[_0x499bae(0xea)](_0x4cc4cf,_0x405c03,_0x499bae(0xd5));}),this[_0x2bb339(0xa8)](this[_0x2bb339(0xc7)],_0x2bb339(0xbe),()=>{const _0x4cb8e0=_0x2bb339;this[_0x4cb8e0(0xc7)][_0x4cb8e0(0xb6)]=this[_0x4cb8e0(0xee)],this[_0x4cb8e0(0xea)](this[_0x4cb8e0(0xae)],this[_0x4cb8e0(0xb1)],this[_0x4cb8e0(0xda)],this[_0x4cb8e0(0xee)]);}),this[_0x2bb339(0xa8)](this[_0x2bb339(0xc7)],_0x2bb339(0x103),()=>{const _0x2cbed1=_0x2bb339;this[_0x2cbed1(0x103)]();});}[_0x51fea6(0xb2)](){const _0x42a5f9=_0x51fea6;this[_0x42a5f9(0xe9)]();}async[_0x51fea6(0xaa)]({actionId:_0x195388,query:_0xd9ea4d,htmlContent:_0x28ce1c,label:_0x50e76f,mainActionLabel:_0x21eeb4}){const _0x2ad597=_0x51fea6;this[_0x2ad597(0xc7)][_0x2ad597(0xb6)]=_0x50e76f,this[_0x2ad597(0xc7)][_0x2ad597(0xf8)]=_0x21eeb4,this[_0x2ad597(0xf6)]=_0x28ce1c,_0xd9ea4d&&(this[_0x2ad597(0xc7)][_0x2ad597(0xb0)]?this[_0x2ad597(0xea)](_0xd9ea4d,_0x28ce1c,_0x195388,_0x50e76f):this[_0x2ad597(0xc7)][_0x2ad597(0xf1)](_0x2ad597(0xe3),()=>{const _0x2374b8=_0x2ad597;this[_0x2374b8(0xea)](_0xd9ea4d,_0x28ce1c,_0x195388,_0x50e76f);}));}[_0x51fea6(0x103)](){const _0x985d40=_0x51fea6;this[_0x985d40(0xfc)]&&(this[_0x985d40(0xfc)]=!0x1,this[_0x985d40(0xc7)][_0x985d40(0xcd)](),this[_0x985d40(0xd6)][_0x985d40(0xc0)]());}[_0x51fea6(0xa9)](){const _0x411c84=_0x51fea6;this[_0x411c84(0xf6)]='',this[_0x411c84(0xfe)]='',this[_0x411c84(0xaf)]='',this[_0x411c84(0xb1)]='',this[_0x411c84(0xae)]='',this[_0x411c84(0xee)]='',this[_0x411c84(0xda)]=void 0x0,this[_0x411c84(0xc7)][_0x411c84(0xa9)](),this[_0x411c84(0x103)]();}async[_0x51fea6(0xea)](_0x4a9e1d,_0x38151e,_0x984f3b,_0x75679b){const _0x3a8bd6=_0x51fea6;return this[_0x3a8bd6(0xfc)]=!0x0,this[_0x3a8bd6(0xc7)][_0x3a8bd6(0xb3)](),this[_0x3a8bd6(0xb1)]=_0x38151e,this[_0x3a8bd6(0xae)]=_0x4a9e1d,this[_0x3a8bd6(0xee)]=_0x75679b||_0x4a9e1d,this[_0x3a8bd6(0xda)]=_0x984f3b,new Promise(_0x10f79d=>{const _0x4f59bb=_0x3a8bd6;this[_0x4f59bb(0xd6)][_0x4f59bb(0x101)]({'query':_0x4a9e1d,'context':_0x38151e,'onData':_0x49d2e8=>{const _0x5400=_0x4f59bb;this[_0x5400(0xaf)]=_0x49d2e8,this[_0x5400(0xfe)]=this[_0x5400(0xbd)](this[_0x5400(0xaf)]);},'actionId':_0x984f3b})[_0x4f59bb(0xcc)](()=>{const _0x38ef5e=_0x4f59bb;!this[_0x38ef5e(0xfe)]&&this[_0x38ef5e(0xaf)]&&(this[_0x38ef5e(0xfe)]=this[_0x38ef5e(0xbd)](this[_0x38ef5e(0xaf)],!0x0));})[_0x4f59bb(0xdd)](_0x164cbb=>{const _0x3d8bce=_0x4f59bb;_0x164cbb instanceof _0x300750?this[_0x3d8bce(0xc7)][_0x3d8bce(0xe7)](_0x164cbb[_0x3d8bce(0xdb)]):this[_0x3d8bce(0xc7)][_0x3d8bce(0xe7)](),_0x10f79d();})[_0x4f59bb(0xdf)](()=>{const _0x35cd3c=_0x4f59bb;this[_0x35cd3c(0x103)](),_0x10f79d();});});}[_0x51fea6(0xbd)](_0x51b6b0,_0x3116a2=!0x1){const _0x328c8c=_0x51fea6,_0x4ab41b=as[_0x328c8c(0xf7)](_0x51b6b0);_0x51b6b0=_0x4ab41b?_0x51b6b0[_0x328c8c(0xd4)](_0x4ab41b[0x1][_0x328c8c(0xb4)]):_0x51b6b0[_0x328c8c(0xb4)]<0x64&&!_0x3116a2?'':this[_0x328c8c(0xfb)](_0x51b6b0);const _0x53354b=this[_0x328c8c(0xf9)][_0x328c8c(0xb8)](_0x51b6b0,_0x328c8c(0xec));if(_0x4ab41b){const _0x5e7ad9=Array[_0x328c8c(0xcb)](_0x53354b[_0x328c8c(0xca)][_0x328c8c(0xbf)]);_0x5e7ad9[_0x328c8c(0xc3)]();for(const _0x3d2c06 of _0x5e7ad9){if(_0x3d2c06[_0x328c8c(0x100)]==Node[_0x328c8c(0xcf)])break;_0x3d2c06[_0x328c8c(0xe1)]();}}const _0x5857e8=this[_0x328c8c(0x105)][_0x328c8c(0xb7)][_0x328c8c(0xc4)][_0x328c8c(0x102)](this[_0x328c8c(0xc8)][_0x328c8c(0xd2)](_0x53354b[_0x328c8c(0xca)]));this[_0x328c8c(0xe5)]()||this[_0x328c8c(0xbc)](_0x5857e8);const _0xeec4ce=this[_0x328c8c(0x105)][_0x328c8c(0xa4)][_0x328c8c(0xa7)](_0x328c8c(0xce)),_0x12d8e6=this[_0x328c8c(0x105)][_0x328c8c(0xb7)][_0x328c8c(0xed)](_0x5857e8);return _0xeec4ce||_0x12d8e6[_0x328c8c(0xc9)][_0x328c8c(0xeb)](),this[_0x328c8c(0x105)][_0x328c8c(0xb7)][_0x328c8c(0xd8)](_0x12d8e6);}[_0x51fea6(0xbc)](_0xe8c607){const _0x1fb548=_0x51fea6,_0x477b34=new _0x581f2b(this[_0x1fb548(0x105)][_0x1fb548(0xc5)][_0x1fb548(0xc7)][_0x1fb548(0xd1)]),_0x21b3af=new _0x50b5bd({'name':/^h[1-5]$/}),_0x3f220a=[];let _0x176fa1=!0x1;for(const _0x1858f0 of _0xe8c607)_0x1858f0['is'](_0x1fb548(0xdc))&&_0x21b3af[_0x1fb548(0xd0)](_0x1858f0)&&(_0x3f220a[_0x1fb548(0xd3)](_0x1858f0),'h1'==_0x1858f0[_0x1fb548(0x104)]&&(_0x176fa1=!0x0));if(_0x176fa1){for(const _0x1dbbf1 of _0x3f220a)_0x477b34[_0x1fb548(0xbb)]('h'+(parseInt(_0x1dbbf1[_0x1fb548(0x104)][0x1])+0x1),_0x1dbbf1);}}[_0x51fea6(0xe5)](){const _0x1f6408=_0x51fea6,{data:_0x5bc898,editing:_0x58aa8d}=this[_0x1f6408(0x105)],_0x101eca=_0x5bc898[_0x1f6408(0xe4)][_0x1f6408(0x102)](_0x1f6408(0xde)),_0x109e8d=_0x5bc898[_0x1f6408(0x102)](_0x5bc898[_0x1f6408(0xed)](_0x101eca));return!!_0x58aa8d[_0x1f6408(0xc7)][_0x1f6408(0xff)][_0x1f6408(0xe8)](_0x109e8d)[_0x1f6408(0xb9)]('h1');}[_0x51fea6(0xe0)](_0x7fd392){const _0x336755=_0x51fea6;return this[_0x336755(0x105)][_0x336755(0xc5)][_0x336755(0xc7)][_0x336755(0xff)][_0x336755(0xb5)](this[_0x336755(0xab)],_0x7fd392),this[_0x336755(0xab)][_0x336755(0xa3)];}[_0x51fea6(0xfb)](_0x56cc61){const _0x112fe8=_0x51fea6,_0x48a4a6=_0x56cc61[_0x112fe8(0xd9)]();return _0x48a4a6[_0x112fe8(0xba)](_0x112fe8(0xef))?_0x48a4a6[_0x112fe8(0xf0)](_0x112fe8(0xa5))?_0x48a4a6[_0x112fe8(0xd4)](0x7,_0x48a4a6[_0x112fe8(0xb4)]-0x3):_0x48a4a6[_0x112fe8(0xd4)](0x7):_0x56cc61;}}
23
+ function _0x8c9d(_0x5424a5,_0x98c35c){const _0x11eeed=_0x11ee();return _0x8c9d=function(_0x8c9d77,_0x122fc0){_0x8c9d77=_0x8c9d77-0x12f;let _0x573279=_0x11eeed[_0x8c9d77];return _0x573279;},_0x8c9d(_0x5424a5,_0x98c35c);}function _0x11ee(){const _0x27ff99=['startProcessing','config','custom','previousActionId','handleError','finally','childNodes','message','querySelector','domConverter','textAdapter','updateView','tryAgainEvent','ai.assistant.preserveComments','```','```html','38439ryOQSb','destroy','parseFromString','document','reverse','toView','substring','name','innerHTML','<h1></h1>','_domParser','mainAction','65PlkDjy','setContentOf','_sanitizationContainer','finishProcessing','currentResponse','editor','div','prompt','abort','endsWith','3785208rwyLDP','clear','remove','previousContext','initialContext','createElement','toModel','body','6RVPtSH','view','processor','rename','startsWith','makeRequest','viewToDom','then','stopListening','3107202yPdCWn','text/html','listenTo','_handleQuery','_isH1TagSupportEnabled','nodeType','currentContext','stringify','exec','match','editing','set:currentContext','_stripMarkdownSyntax','isProcessing','data','previousLabel','2336790nddtzj','_sanitizeHTML','1900RHCBpq','length','value','serializeToString','once','set','90196tfnRfO','_xmlSerializer','previousQuery','381388mOwUFO','get','reset','707732ZACBsP','isRendered','htmlProcessor','catch','stopProcessing','_parseAndNormalizeContent','render','_normalizeResponseHeadings','from','markers','push','ELEMENT_NODE','submitPrompt','element','trim'];_0x11ee=function(){return _0x27ff99;};return _0x11ee();}const _0x21917b=_0x8c9d;(function(_0x2b6d69,_0x5dbba3){const _0x1cc5df=_0x8c9d,_0x17ddb2=_0x2b6d69();while(!![]){try{const _0x4b456d=-parseInt(_0x1cc5df(0x15d))/0x1+parseInt(_0x1cc5df(0x160))/0x2*(-parseInt(_0x1cc5df(0x139))/0x3)+-parseInt(_0x1cc5df(0x15a))/0x4*(-parseInt(_0x1cc5df(0x18b))/0x5)+parseInt(_0x1cc5df(0x152))/0x6+parseInt(_0x1cc5df(0x142))/0x7+-parseInt(_0x1cc5df(0x131))/0x8+-parseInt(_0x1cc5df(0x17f))/0x9*(-parseInt(_0x1cc5df(0x154))/0xa);if(_0x4b456d===_0x5dbba3)break;else _0x17ddb2['push'](_0x17ddb2['shift']());}catch(_0x42da6c){_0x17ddb2['push'](_0x17ddb2['shift']());}}}(_0x11ee,0x5bb9b));import{ObservableMixin as _0x4e9ef6}from'ckeditor5/src/utils.js';import{AIRequestError as _0x35adc9}from'../adapters/aiadapter.js';import{Matcher as _0x4460e8,ViewUpcastWriter as _0x173fcb}from'ckeditor5/src/engine.js';const hs=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');export class AIAssistantController extends/* #__PURE__ -- @preserve */
24
+ _0x4e9ef6(){[_0x21917b(0x190)];[_0x21917b(0x179)];[_0x21917b(0x13a)];[_0x21917b(0x18d)];[_0x21917b(0x189)];[_0x21917b(0x15b)];constructor(_0x5257c3,_0x1c5ff7,_0x326687){const _0x2fc6e0=_0x21917b;super(),this[_0x2fc6e0(0x190)]=_0x5257c3,this[_0x2fc6e0(0x179)]=_0x1c5ff7,this[_0x2fc6e0(0x18d)]=document[_0x2fc6e0(0x136)](_0x2fc6e0(0x191)),this[_0x2fc6e0(0x189)]=new DOMParser(),this[_0x2fc6e0(0x15b)]=new XMLSerializer(),this[_0x2fc6e0(0x13a)]=_0x326687,this[_0x2fc6e0(0x159)]({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on'](_0x2fc6e0(0x14d),(_0x344d00,_0x1bd83d,_0x72527b)=>{const _0x1e7ccc=_0x2fc6e0;this[_0x1e7ccc(0x13a)][_0x1e7ccc(0x156)]=this[_0x1e7ccc(0x153)](_0x72527b);}),this[_0x2fc6e0(0x144)](this[_0x2fc6e0(0x13a)],_0x2fc6e0(0x16c),(_0x2bd0b6,_0x4a69b3)=>{const _0x45e518=_0x2fc6e0,_0x8ef58e=this[_0x45e518(0x148)]||this[_0x45e518(0x135)];this[_0x45e518(0x145)](_0x4a69b3,_0x8ef58e,_0x45e518(0x171));}),this[_0x2fc6e0(0x144)](this[_0x2fc6e0(0x13a)],_0x2fc6e0(0x17b),()=>{const _0x180a06=_0x2fc6e0;this[_0x180a06(0x13a)][_0x180a06(0x192)]=this[_0x180a06(0x151)],this[_0x180a06(0x145)](this[_0x180a06(0x15c)],this[_0x180a06(0x134)],this[_0x180a06(0x172)],this[_0x180a06(0x151)]);}),this[_0x2fc6e0(0x144)](this[_0x2fc6e0(0x13a)],_0x2fc6e0(0x164),()=>{const _0x31468c=_0x2fc6e0;this[_0x31468c(0x164)]();});}[_0x21917b(0x180)](){const _0x14fa63=_0x21917b;this[_0x14fa63(0x141)]();}async[_0x21917b(0x17a)]({actionId:_0x652764,query:_0x14a308,htmlContent:_0x462bc6,label:_0x5159db,mainActionLabel:_0x2eb048}){const _0x3ba3fc=_0x21917b;this[_0x3ba3fc(0x13a)][_0x3ba3fc(0x192)]=_0x5159db,this[_0x3ba3fc(0x13a)][_0x3ba3fc(0x18a)]=_0x2eb048,this[_0x3ba3fc(0x135)]=_0x462bc6,_0x14a308&&(this[_0x3ba3fc(0x13a)][_0x3ba3fc(0x161)]?this[_0x3ba3fc(0x145)](_0x14a308,_0x462bc6,_0x652764,_0x5159db):this[_0x3ba3fc(0x13a)][_0x3ba3fc(0x158)](_0x3ba3fc(0x166),()=>{const _0x44da25=_0x3ba3fc;this[_0x44da25(0x145)](_0x14a308,_0x462bc6,_0x652764,_0x5159db);}));}[_0x21917b(0x164)](){const _0x1a6cd5=_0x21917b;this[_0x1a6cd5(0x14f)]&&(this[_0x1a6cd5(0x14f)]=!0x1,this[_0x1a6cd5(0x13a)][_0x1a6cd5(0x18e)](),this[_0x1a6cd5(0x179)][_0x1a6cd5(0x12f)]());}[_0x21917b(0x15f)](){const _0x35a624=_0x21917b;this[_0x35a624(0x135)]='',this[_0x35a624(0x148)]='',this[_0x35a624(0x18f)]='',this[_0x35a624(0x134)]='',this[_0x35a624(0x15c)]='',this[_0x35a624(0x151)]='',this[_0x35a624(0x172)]=void 0x0,this[_0x35a624(0x13a)][_0x35a624(0x15f)](),this[_0x35a624(0x164)]();}async[_0x21917b(0x145)](_0x1c55af,_0x4df3dd,_0x1fe3ce,_0x156d79){const _0x48c996=_0x21917b;return this[_0x48c996(0x14f)]=!0x0,this[_0x48c996(0x13a)][_0x48c996(0x16f)](),this[_0x48c996(0x134)]=_0x4df3dd,this[_0x48c996(0x15c)]=_0x1c55af,this[_0x48c996(0x151)]=_0x156d79||_0x1c55af,this[_0x48c996(0x172)]=_0x1fe3ce,new Promise(_0x161a36=>{const _0x5a014c=_0x48c996;this[_0x5a014c(0x179)][_0x5a014c(0x13e)]({'query':_0x1c55af,'context':_0x4df3dd,'onData':_0x3e582d=>{const _0x415b77=_0x5a014c;this[_0x415b77(0x18f)]=_0x3e582d,this[_0x415b77(0x148)]=this[_0x415b77(0x165)](this[_0x415b77(0x18f)]);},'actionId':_0x1fe3ce})[_0x5a014c(0x140)](()=>{const _0x549bd2=_0x5a014c;!this[_0x549bd2(0x148)]&&this[_0x549bd2(0x18f)]&&(this[_0x549bd2(0x148)]=this[_0x549bd2(0x165)](this[_0x549bd2(0x18f)],!0x0));})[_0x5a014c(0x163)](_0x190f82=>{const _0x425272=_0x5a014c;_0x190f82 instanceof _0x35adc9?this[_0x425272(0x13a)][_0x425272(0x173)](_0x190f82[_0x425272(0x176)]):this[_0x425272(0x13a)][_0x425272(0x173)](),_0x161a36();})[_0x5a014c(0x174)](()=>{const _0x4fae64=_0x5a014c;this[_0x4fae64(0x164)](),_0x161a36();});});}[_0x21917b(0x165)](_0x699ef2,_0x257e40=!0x1){const _0xcec849=_0x21917b,_0x1ce436=hs[_0xcec849(0x14a)](_0x699ef2);_0x699ef2=_0x1ce436?_0x699ef2[_0xcec849(0x185)](_0x1ce436[0x1][_0xcec849(0x155)]):_0x699ef2[_0xcec849(0x155)]<0x64&&!_0x257e40?'':this[_0xcec849(0x14e)](_0x699ef2);const _0x2156ff=this[_0xcec849(0x189)][_0xcec849(0x181)](_0x699ef2,_0xcec849(0x143));if(_0x1ce436){const _0x1a4254=Array[_0xcec849(0x168)](_0x2156ff[_0xcec849(0x138)][_0xcec849(0x175)]);_0x1a4254[_0xcec849(0x183)]();for(const _0x1b5b07 of _0x1a4254){if(_0x1b5b07[_0xcec849(0x147)]==Node[_0xcec849(0x16b)])break;_0x1b5b07[_0xcec849(0x133)]();}}const _0x262977=this[_0xcec849(0x190)][_0xcec849(0x150)][_0xcec849(0x13b)][_0xcec849(0x184)](this[_0xcec849(0x15b)][_0xcec849(0x157)](_0x2156ff[_0xcec849(0x138)]));this[_0xcec849(0x146)]()||this[_0xcec849(0x167)](_0x262977);const _0x2a1e0e=this[_0xcec849(0x190)][_0xcec849(0x170)][_0xcec849(0x15e)](_0xcec849(0x17c)),_0x3b83d1=this[_0xcec849(0x190)][_0xcec849(0x150)][_0xcec849(0x137)](_0x262977);return _0x2a1e0e||_0x3b83d1[_0xcec849(0x169)][_0xcec849(0x132)](),this[_0xcec849(0x190)][_0xcec849(0x150)][_0xcec849(0x149)](_0x3b83d1);}[_0x21917b(0x167)](_0x378aab){const _0x51a888=_0x21917b,_0x230656=new _0x173fcb(this[_0x51a888(0x190)][_0x51a888(0x14c)][_0x51a888(0x13a)][_0x51a888(0x182)]),_0x35f44a=new _0x4460e8({'name':/^h[1-5]$/}),_0x1a0ecb=[];let _0x37b186=!0x1;for(const _0x45a7f4 of _0x378aab)_0x45a7f4['is'](_0x51a888(0x16d))&&_0x35f44a[_0x51a888(0x14b)](_0x45a7f4)&&(_0x1a0ecb[_0x51a888(0x16a)](_0x45a7f4),'h1'==_0x45a7f4[_0x51a888(0x186)]&&(_0x37b186=!0x0));if(_0x37b186){for(const _0x3bbe40 of _0x1a0ecb)_0x230656[_0x51a888(0x13c)]('h'+(parseInt(_0x3bbe40[_0x51a888(0x186)][0x1])+0x1),_0x3bbe40);}}[_0x21917b(0x146)](){const _0x1e90a5=_0x21917b,{data:_0x484b98,editing:_0x13b844}=this[_0x1e90a5(0x190)],_0x3abe6c=_0x484b98[_0x1e90a5(0x162)][_0x1e90a5(0x184)](_0x1e90a5(0x188)),_0xc46415=_0x484b98[_0x1e90a5(0x184)](_0x484b98[_0x1e90a5(0x137)](_0x3abe6c));return!!_0x13b844[_0x1e90a5(0x13a)][_0x1e90a5(0x178)][_0x1e90a5(0x13f)](_0xc46415)[_0x1e90a5(0x177)]('h1');}[_0x21917b(0x153)](_0x3de9f4){const _0x45cb9e=_0x21917b;return this[_0x45cb9e(0x190)][_0x45cb9e(0x14c)][_0x45cb9e(0x13a)][_0x45cb9e(0x178)][_0x45cb9e(0x18c)](this[_0x45cb9e(0x18d)],_0x3de9f4),this[_0x45cb9e(0x18d)][_0x45cb9e(0x187)];}[_0x21917b(0x14e)](_0x134bb6){const _0x58fc18=_0x21917b,_0x598563=_0x134bb6[_0x58fc18(0x16e)]();return _0x598563[_0x58fc18(0x13d)](_0x58fc18(0x17e))?_0x598563[_0x58fc18(0x130)](_0x58fc18(0x17d))?_0x598563[_0x58fc18(0x185)](0x7,_0x598563[_0x58fc18(0x155)]-0x3):_0x598563[_0x58fc18(0x185)](0x7):_0x134bb6;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2c5e(_0x32aac9,_0x23f5f4){const _0x5a23c6=_0x5a23();return _0x2c5e=function(_0x2c5e02,_0x15ae88){_0x2c5e02=_0x2c5e02-0x190;let _0x2e7f81=_0x5a23c6[_0x2c5e02];return _0x2e7f81;},_0x2c5e(_0x32aac9,_0x23f5f4);}const _0xc79497=_0x2c5e;(function(_0x211d41,_0x62e1a){const _0x34014e=_0x2c5e,_0x4ee413=_0x211d41();while(!![]){try{const _0x5a6de6=parseInt(_0x34014e(0x197))/0x1+parseInt(_0x34014e(0x190))/0x2+-parseInt(_0x34014e(0x1ae))/0x3*(-parseInt(_0x34014e(0x1d2))/0x4)+parseInt(_0x34014e(0x196))/0x5+parseInt(_0x34014e(0x1df))/0x6+parseInt(_0x34014e(0x19f))/0x7*(parseInt(_0x34014e(0x1d0))/0x8)+-parseInt(_0x34014e(0x1b4))/0x9;if(_0x5a6de6===_0x62e1a)break;else _0x4ee413['push'](_0x4ee413['shift']());}catch(_0x195857){_0x4ee413['push'](_0x4ee413['shift']());}}}(_0x5a23,0x8c21e));import{global as _0x48e01c}from'ckeditor5/src/utils.js';import{View as _0xfa25d0,ButtonView as _0x26ae74,SpinnerView as _0x94b1b3}from'ckeditor5/src/ui.js';import{IconCheck as _0x1b0b44,IconCopy as _0x5319f3}from'ckeditor5/src/icons.js';import{getTranslation as _0x7c3c28}from'../../utils/common-translations.js';export class AIFormContentArea extends _0xfa25d0{[_0xc79497(0x19a)];[_0xc79497(0x1bc)];constructor(_0x6c2e30,_0x3b285c=''){const _0x4bdba6=_0xc79497;super(_0x6c2e30),this[_0x4bdba6(0x1bd)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x20811d=this[_0x4bdba6(0x1ca)];this[_0x4bdba6(0x19a)]=new ContentFieldView(_0x6c2e30,_0x3b285c),this[_0x4bdba6(0x1bc)]=this[_0x4bdba6(0x1d7)](),this[_0x4bdba6(0x1c2)]({'tag':_0x4bdba6(0x1a5),'attributes':{'class':['ck',_0x4bdba6(0x1da),_0x20811d['if'](_0x4bdba6(0x1a4),_0x4bdba6(0x1b1),_0x260694=>!_0x260694)],'tabindex':'-1'},'children':[{'tag':_0x4bdba6(0x1a5),'attributes':{'class':['ck',_0x4bdba6(0x1cd),_0x20811d['if'](_0x4bdba6(0x1d8),_0x4bdba6(0x1ce))]},'children':[this[_0x4bdba6(0x19a)],{'tag':_0x4bdba6(0x1a5),'attributes':{'class':['ck',_0x4bdba6(0x1d1)]},'children':[this[_0x4bdba6(0x1bc)]]}]}]});}[_0xc79497(0x194)](){const _0x592bee=_0xc79497;super[_0x592bee(0x194)](),this[_0x592bee(0x1be)]&&this[_0x592bee(0x19a)][_0x592bee(0x1b3)](this[_0x592bee(0x1be)]);let _0x503737=!0x1;this['on'](_0x592bee(0x1af),(_0x669e48,_0x438b99,_0x5c0f1f)=>{const _0x2efe69=_0x592bee,_0x98e20a=!this[_0x2efe69(0x19a)][_0x2efe69(0x1c5)][_0x2efe69(0x1aa)](_0x2efe69(0x191));this[_0x2efe69(0x19a)][_0x2efe69(0x1b3)](_0x5c0f1f),this[_0x2efe69(0x1d8)]&&_0x98e20a&&!_0x503737&&this[_0x2efe69(0x1c5)][_0x2efe69(0x1a6)]({'top':this[_0x2efe69(0x1c5)][_0x2efe69(0x1ab)],'behavior':_0x2efe69(0x1ad)});}),this['on'](_0x592bee(0x198),(_0x48e49a,_0x8adc9c,_0x43727a)=>{const _0x228f90=_0x592bee;_0x503737=!0x1,_0x43727a?(this[_0x228f90(0x1be)]=null,this[_0x228f90(0x19a)][_0x228f90(0x1cf)]()):this[_0x228f90(0x1be)]||this[_0x228f90(0x19a)][_0x228f90(0x1b3)]('');}),this[_0x592bee(0x1ac)](this[_0x592bee(0x1c5)],_0x592bee(0x19c),()=>{_0x503737=!0x0;}),this[_0x592bee(0x1ac)](this[_0x592bee(0x1c5)],_0x592bee(0x1a0),()=>{_0x503737=!0x0;});}[_0xc79497(0x1a7)](){const _0x3566c9=_0xc79497;this[_0x3566c9(0x1c5)][_0x3566c9(0x1a7)]();}[_0xc79497(0x1d7)](){const _0x4ae7f6=_0xc79497,_0x41b5ec=this[_0x4ae7f6(0x1c8)],_0x1b3217=new _0x26ae74(this[_0x4ae7f6(0x1c8)]),_0xd14a3a=_0x4ae7f6(0x1bb);return _0x1b3217[_0x4ae7f6(0x1bd)]({'label':_0x7c3c28(_0x41b5ec,_0x4ae7f6(0x1d6)),'icon':_0x5319f3,'class':_0xd14a3a,'tooltip':!0x0}),_0x1b3217[_0x4ae7f6(0x1c3)](_0x4ae7f6(0x1a4))['to'](this,_0x4ae7f6(0x1be),_0x277867=>!!_0x277867),_0x1b3217[_0x4ae7f6(0x1c3)](_0x4ae7f6(0x199))['to'](this,_0x4ae7f6(0x1d8),_0x2bd6ce=>!_0x2bd6ce),_0x1b3217['on'](_0x4ae7f6(0x1b5),()=>{const _0x423b78=_0x4ae7f6;this[_0x423b78(0x1db)](this[_0x423b78(0x19a)][_0x423b78(0x1c5)]),_0x1b3217[_0x423b78(0x1d5)]=_0x1b0b44,_0x1b3217[_0x423b78(0x1b9)]=_0xd14a3a+_0x423b78(0x1cc),this[_0x423b78(0x1a7)](),setTimeout(()=>{const _0x5f35ce=_0x423b78;_0x1b3217[_0x5f35ce(0x1d5)]=_0x5319f3,_0x1b3217[_0x5f35ce(0x1b9)]=_0xd14a3a;},0x3e8);}),_0x1b3217;}[_0xc79497(0x1db)](_0x44c620){const _0x6eb447=_0xc79497,{window:_0x1c3ef8,document:_0x541ae2}=_0x48e01c;if(_0x1c3ef8[_0x6eb447(0x1e3)]){const {Blob:_0x302941,ClipboardItem:_0x12b504}=_0x1c3ef8,_0x4656ef=[new _0x12b504({'text/html':new _0x302941([_0x44c620[_0x6eb447(0x1a8)]],{'type':_0x6eb447(0x1b7)}),'text/plain':new _0x302941([_0x44c620[_0x6eb447(0x1b6)]||''],{'type':_0x6eb447(0x1c0)})})];navigator[_0x6eb447(0x1b2)][_0x6eb447(0x1a2)](_0x4656ef);}else{const _0x151b1e=_0x541ae2[_0x6eb447(0x1d9)](_0x6eb447(0x1a5));_0x151b1e[_0x6eb447(0x1bf)][_0x6eb447(0x19e)]=_0x6eb447(0x1c4),_0x151b1e[_0x6eb447(0x1bf)][_0x6eb447(0x1a1)]=_0x6eb447(0x1de),_0x151b1e[_0x6eb447(0x1a8)]=_0x6eb447(0x1c1)+_0x44c620[_0x6eb447(0x1a8)]+_0x6eb447(0x1d4),_0x541ae2[_0x6eb447(0x1cb)][_0x6eb447(0x1b8)](_0x151b1e);const _0x3d6a2b=_0x541ae2[_0x6eb447(0x192)]();_0x3d6a2b[_0x6eb447(0x1dd)](_0x151b1e[_0x6eb447(0x1d3)]),_0x3d6a2b[_0x6eb447(0x193)](_0x151b1e[_0x6eb447(0x1c7)]);const _0x171de0=_0x1c3ef8[_0x6eb447(0x1e1)]();_0x171de0[_0x6eb447(0x1a9)](),_0x171de0[_0x6eb447(0x1a3)](_0x3d6a2b),_0x541ae2[_0x6eb447(0x195)](_0x6eb447(0x1c6)),_0x151b1e[_0x6eb447(0x1ba)]();}}}function _0x5a23(){const _0x2f308f=['write','addRange','isVisible','div','scrollTo','focus','innerHTML','removeAllRanges','querySelector','scrollHeight','listenTo','smooth','174NyEvOn','change:value','ck-content','ck-hidden','clipboard','setContent','21953439FYyAGa','execute','textContent','text/html','appendChild','class','remove','ck-ai-form__copy-button','copyButtonView','set','value','style','text/plain','<span>[</span>','setTemplate','bind','absolute','element','copy','lastElementChild','locale','loaderView','bindTemplate','body','\x20ck-ai-form__copy-button--copied','ck-ai-form__content-area','ck-ai-form__content-area--processing','appendLoader','8VfSZUO','ck-ai-form__copy-button-wrapper','31856mPsGWX','firstElementChild','<span>]</span>','icon','Copy','_createCopyButton','isProcessing','createElement','ck-ai-form__content-area-wrapper','_copyHTMLToClipboard','ck-ai-form__loader','setStartAfter','-9999px','1264164tLfepf','AI\x20is\x20writing...','getSelection','ck-reset_all-excluded','ClipboardItem','757396YiURxl','.ck-ai-form__loader','createRange','setEndBefore','render','execCommand','4625945SbrQWQ','891601SgDcjp','change:isProcessing','isEnabled','contentFieldView','_createLoader','wheel','ck-ai-form__content-field','position','1016113JIEzVJ','mousedown','left'];_0x5a23=function(){return _0x2f308f;};return _0x5a23();}export class ContentFieldView extends _0xfa25d0{constructor(_0x3b73ae,_0x27eed2=''){const _0x54762a=_0xc79497;super(_0x3b73ae),this[_0x54762a(0x1c9)]=this[_0x54762a(0x19b)](),this[_0x54762a(0x1c2)]({'tag':_0x54762a(0x1a5),'attributes':{'class':['ck',_0x54762a(0x1b0),_0x27eed2,_0x54762a(0x1e2),_0x54762a(0x19d)]}});}[_0xc79497(0x1b3)](_0x1cdbf0){const _0x3beeb6=_0xc79497;this[_0x3beeb6(0x1c5)][_0x3beeb6(0x1a8)]=_0x1cdbf0;}[_0xc79497(0x1cf)](){const _0x16c80a=_0xc79497;this[_0x16c80a(0x1c5)][_0x16c80a(0x1b8)](this[_0x16c80a(0x1c9)][_0x16c80a(0x1c5)]);}[_0xc79497(0x19b)](){const _0x127fdd=_0xc79497,_0x254c61=new _0xfa25d0(),_0x3df227=this[_0x127fdd(0x1c8)],_0x17e8c4=new _0x94b1b3();return _0x17e8c4[_0x127fdd(0x1a4)]=!0x0,_0x254c61[_0x127fdd(0x1c2)]({'tag':_0x127fdd(0x1a5),'attributes':{'class':['ck',_0x127fdd(0x1dc)]},'children':[_0x17e8c4,{'text':_0x7c3c28(_0x3df227,_0x127fdd(0x1e0))}]}),_0x254c61[_0x127fdd(0x194)](),_0x254c61;}}
23
+ const _0x2e8a57=_0x4967;(function(_0x24a9e3,_0x1ee612){const _0x53923e=_0x4967,_0x25d0f8=_0x24a9e3();while(!![]){try{const _0x537572=parseInt(_0x53923e(0xc5))/0x1+parseInt(_0x53923e(0xca))/0x2*(parseInt(_0x53923e(0xcc))/0x3)+-parseInt(_0x53923e(0x9e))/0x4*(parseInt(_0x53923e(0x95))/0x5)+-parseInt(_0x53923e(0xbe))/0x6*(parseInt(_0x53923e(0xc6))/0x7)+parseInt(_0x53923e(0xdf))/0x8*(-parseInt(_0x53923e(0xa3))/0x9)+parseInt(_0x53923e(0xc8))/0xa+-parseInt(_0x53923e(0x96))/0xb*(-parseInt(_0x53923e(0xc1))/0xc);if(_0x537572===_0x1ee612)break;else _0x25d0f8['push'](_0x25d0f8['shift']());}catch(_0x201cfd){_0x25d0f8['push'](_0x25d0f8['shift']());}}}(_0x1aa3,0xeab56));import{global as _0x30cdba}from'ckeditor5/src/utils.js';import{View as _0x307ad8,ButtonView as _0x1f4ad4,SpinnerView as _0x305d85}from'ckeditor5/src/ui.js';import{IconCheck as _0x17e66f,IconCopy as _0x327a16}from'ckeditor5/src/icons.js';import{getTranslation as _0x2d8db2}from'../../utils/common-translations.js';export class AIFormContentArea extends _0x307ad8{[_0x2e8a57(0x97)];[_0x2e8a57(0xe1)];constructor(_0x5deac4,_0x1836ea=''){const _0x6f8e69=_0x2e8a57;super(_0x5deac4),this[_0x6f8e69(0xb3)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x27ae10=this[_0x6f8e69(0x90)];this[_0x6f8e69(0x97)]=new ContentFieldView(_0x5deac4,_0x1836ea),this[_0x6f8e69(0xe1)]=this[_0x6f8e69(0xa2)](),this[_0x6f8e69(0xde)]({'tag':_0x6f8e69(0xb7),'attributes':{'class':['ck',_0x6f8e69(0xa5),_0x27ae10['if'](_0x6f8e69(0xaf),_0x6f8e69(0x93),_0x30c611=>!_0x30c611)],'tabindex':'-1'},'children':[{'tag':_0x6f8e69(0xb7),'attributes':{'class':['ck',_0x6f8e69(0xb2),_0x27ae10['if'](_0x6f8e69(0xdb),_0x6f8e69(0xd4))]},'children':[this[_0x6f8e69(0x97)],{'tag':_0x6f8e69(0xb7),'attributes':{'class':['ck',_0x6f8e69(0xc4)]},'children':[this[_0x6f8e69(0xe1)]]}]}]});}[_0x2e8a57(0x9d)](){const _0x2e076b=_0x2e8a57;super[_0x2e076b(0x9d)](),this[_0x2e076b(0xaa)]&&this[_0x2e076b(0x97)][_0x2e076b(0x99)](this[_0x2e076b(0xaa)]);let _0x7b73a6=!0x1;this['on'](_0x2e076b(0xe4),(_0x389c05,_0x4d9a0e,_0xa31e7f)=>{const _0x137185=_0x2e076b,_0x3fe5bb=!this[_0x137185(0x97)][_0x137185(0xb5)][_0x137185(0xe3)](_0x137185(0xb8));this[_0x137185(0x97)][_0x137185(0x99)](_0xa31e7f),this[_0x137185(0xdb)]&&_0x3fe5bb&&!_0x7b73a6&&this[_0x137185(0xb5)][_0x137185(0xda)]({'top':this[_0x137185(0xb5)][_0x137185(0x8e)],'behavior':_0x137185(0xce)});}),this['on'](_0x2e076b(0xa8),(_0x49447a,_0x3cb9eb,_0x41825c)=>{const _0x324e50=_0x2e076b;_0x7b73a6=!0x1,_0x41825c?(this[_0x324e50(0xaa)]=null,this[_0x324e50(0x97)][_0x324e50(0xbb)]()):this[_0x324e50(0xaa)]||this[_0x324e50(0x97)][_0x324e50(0x99)]('');}),this[_0x2e076b(0xa1)](this[_0x2e076b(0xb5)],_0x2e076b(0xe2),()=>{_0x7b73a6=!0x0;}),this[_0x2e076b(0xa1)](this[_0x2e076b(0xb5)],_0x2e076b(0xbf),()=>{_0x7b73a6=!0x0;});}[_0x2e8a57(0xb9)](){const _0x592203=_0x2e8a57;this[_0x592203(0xb5)][_0x592203(0xb9)]();}[_0x2e8a57(0xa2)](){const _0x40cd33=_0x2e8a57,_0x4f8657=this[_0x40cd33(0xcb)],_0x88b52e=new _0x1f4ad4(this[_0x40cd33(0xcb)]),_0x48408a=_0x40cd33(0xd6);return _0x88b52e[_0x40cd33(0xb3)]({'label':_0x2d8db2(_0x4f8657,_0x40cd33(0xd8)),'icon':_0x327a16,'class':_0x48408a,'tooltip':!0x0}),_0x88b52e[_0x40cd33(0x9c)](_0x40cd33(0xaf))['to'](this,_0x40cd33(0xaa),_0x335436=>!!_0x335436),_0x88b52e[_0x40cd33(0x9c)](_0x40cd33(0xb6))['to'](this,_0x40cd33(0xdb),_0x6e698d=>!_0x6e698d),_0x88b52e['on'](_0x40cd33(0x9f),()=>{const _0x193a97=_0x40cd33;this[_0x193a97(0xbc)](this[_0x193a97(0x97)][_0x193a97(0xb5)]),_0x88b52e[_0x193a97(0xcf)]=_0x17e66f,_0x88b52e[_0x193a97(0xb0)]=_0x48408a+_0x193a97(0xa6),this[_0x193a97(0xb9)](),setTimeout(()=>{const _0x58b9f=_0x193a97;_0x88b52e[_0x58b9f(0xcf)]=_0x327a16,_0x88b52e[_0x58b9f(0xb0)]=_0x48408a;},0x3e8);}),_0x88b52e;}[_0x2e8a57(0xbc)](_0x17b153){const _0x34e8a7=_0x2e8a57,{window:_0x12696b,document:_0x17a594}=_0x30cdba;if(_0x12696b[_0x34e8a7(0xd1)]){const {Blob:_0x485eeb,ClipboardItem:_0x39d07e}=_0x12696b,_0x37c7d6=[new _0x39d07e({'text/html':new _0x485eeb([_0x17b153[_0x34e8a7(0x9a)]],{'type':_0x34e8a7(0xd7)}),'text/plain':new _0x485eeb([_0x17b153[_0x34e8a7(0xba)]||''],{'type':_0x34e8a7(0xd5)})})];navigator[_0x34e8a7(0xd0)][_0x34e8a7(0xa7)](_0x37c7d6);}else{const _0x226bdc=_0x17a594[_0x34e8a7(0xb4)](_0x34e8a7(0xb7));_0x226bdc[_0x34e8a7(0xa0)][_0x34e8a7(0xad)]=_0x34e8a7(0xbd),_0x226bdc[_0x34e8a7(0xa0)][_0x34e8a7(0x98)]=_0x34e8a7(0xc0),_0x226bdc[_0x34e8a7(0x9a)]=_0x34e8a7(0x94)+_0x17b153[_0x34e8a7(0x9a)]+_0x34e8a7(0xcd),_0x17a594[_0x34e8a7(0xac)][_0x34e8a7(0xae)](_0x226bdc);const _0x173ea9=_0x17a594[_0x34e8a7(0xab)]();_0x173ea9[_0x34e8a7(0xc3)](_0x226bdc[_0x34e8a7(0xc9)]),_0x173ea9[_0x34e8a7(0x91)](_0x226bdc[_0x34e8a7(0xc7)]);const _0x15c3a6=_0x12696b[_0x34e8a7(0xd3)]();_0x15c3a6[_0x34e8a7(0xb1)](),_0x15c3a6[_0x34e8a7(0xc2)](_0x173ea9),_0x17a594[_0x34e8a7(0xe0)](_0x34e8a7(0x92)),_0x226bdc[_0x34e8a7(0x8f)]();}}}function _0x4967(_0x12300c,_0x3921d2){const _0x1aa355=_0x1aa3();return _0x4967=function(_0x49674f,_0x387958){_0x49674f=_0x49674f-0x8e;let _0xe0d469=_0x1aa355[_0x49674f];return _0xe0d469;},_0x4967(_0x12300c,_0x3921d2);}function _0x1aa3(){const _0x8e632=['write','change:isProcessing','AI\x20is\x20writing...','value','createRange','body','position','appendChild','isVisible','class','removeAllRanges','ck-ai-form__content-area','set','createElement','element','isEnabled','div','.ck-ai-form__loader','focus','textContent','appendLoader','_copyHTMLToClipboard','absolute','16812IXMiSH','mousedown','-9999px','12UwBQIa','addRange','setStartAfter','ck-ai-form__copy-button-wrapper','193623qqHqil','3073opvdeY','lastElementChild','17674700XUOwJE','firstElementChild','274076soUZfV','locale','12YBDfrS','<span>]</span>','smooth','icon','clipboard','ClipboardItem','ck-ai-form__content-field','getSelection','ck-ai-form__content-area--processing','text/plain','ck-ai-form__copy-button','text/html','Copy','ck-ai-form__loader','scrollTo','isProcessing','ck-content','ck-reset_all-excluded','setTemplate','32ChbaiH','execCommand','copyButtonView','wheel','querySelector','change:value','scrollHeight','remove','bindTemplate','setEndBefore','copy','ck-hidden','<span>[</span>','475UFiKXb','11572286SGTvFC','contentFieldView','left','setContent','innerHTML','loaderView','bind','render','29668HskxXN','execute','style','listenTo','_createCopyButton','1496727pgDRkn','_createLoader','ck-ai-form__content-area-wrapper','\x20ck-ai-form__copy-button--copied'];_0x1aa3=function(){return _0x8e632;};return _0x1aa3();}export class ContentFieldView extends _0x307ad8{constructor(_0x1cc3d3,_0x40b5a0=''){const _0x4d7a24=_0x2e8a57;super(_0x1cc3d3),this[_0x4d7a24(0x9b)]=this[_0x4d7a24(0xa4)](),this[_0x4d7a24(0xde)]({'tag':_0x4d7a24(0xb7),'attributes':{'class':['ck',_0x4d7a24(0xdc),_0x40b5a0,_0x4d7a24(0xdd),_0x4d7a24(0xd2)]}});}[_0x2e8a57(0x99)](_0x2401e5){const _0x4edbd6=_0x2e8a57;this[_0x4edbd6(0xb5)][_0x4edbd6(0x9a)]=_0x2401e5;}[_0x2e8a57(0xbb)](){const _0x26e34d=_0x2e8a57;this[_0x26e34d(0xb5)][_0x26e34d(0xae)](this[_0x26e34d(0x9b)][_0x26e34d(0xb5)]);}[_0x2e8a57(0xa4)](){const _0xf47961=_0x2e8a57,_0x2823e7=new _0x307ad8(),_0x1e561e=this[_0xf47961(0xcb)],_0x128469=new _0x305d85();return _0x128469[_0xf47961(0xaf)]=!0x0,_0x2823e7[_0xf47961(0xde)]({'tag':_0xf47961(0xb7),'attributes':{'class':['ck',_0xf47961(0xd9)]},'children':[_0x128469,{'text':_0x2d8db2(_0x1e561e,_0xf47961(0xa9))}]}),_0x2823e7[_0xf47961(0x9d)](),_0x2823e7;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x2c94da,_0x24e501){const _0x3bdaed=_0x10cd,_0x4e0af1=_0x2c94da();while(!![]){try{const _0x158f06=parseInt(_0x3bdaed(0x149))/0x1+parseInt(_0x3bdaed(0x14c))/0x2*(parseInt(_0x3bdaed(0x140))/0x3)+parseInt(_0x3bdaed(0x146))/0x4*(parseInt(_0x3bdaed(0x144))/0x5)+parseInt(_0x3bdaed(0x14e))/0x6*(parseInt(_0x3bdaed(0x14f))/0x7)+-parseInt(_0x3bdaed(0x143))/0x8*(-parseInt(_0x3bdaed(0x14b))/0x9)+parseInt(_0x3bdaed(0x150))/0xa*(parseInt(_0x3bdaed(0x152))/0xb)+parseInt(_0x3bdaed(0x142))/0xc*(-parseInt(_0x3bdaed(0x141))/0xd);if(_0x158f06===_0x24e501)break;else _0x4e0af1['push'](_0x4e0af1['shift']());}catch(_0x491c18){_0x4e0af1['push'](_0x4e0af1['shift']());}}}(_0x520e,0x7f360));function _0x520e(){const _0x354c26=['26dzheXa','ck-ai-form__error','6tEypUq','1145179NbgrqE','118210dlUKiV','setTemplate','176TRVlvU','text','23913uMreHT','2749097JfXReo','132kAyaGy','12968MbZYwQ','55yezjwA','bindTemplate','278420VTRjmu','content','set','1010845eWRHqI','div','3411fIFbek'];_0x520e=function(){return _0x354c26;};return _0x520e();}function _0x10cd(_0x9a9639,_0x2e4694){const _0x520e95=_0x520e();return _0x10cd=function(_0x10cd88,_0x1ae350){_0x10cd88=_0x10cd88-0x13f;let _0x4134fd=_0x520e95[_0x10cd88];return _0x4134fd;},_0x10cd(_0x9a9639,_0x2e4694);}import{IconError as _0x21a68a}from'ckeditor5/src/icons.js';import{View as _0x5d1f27,IconView as _0x42450f}from'ckeditor5/src/ui.js';export class AIFormErrorView extends _0x5d1f27{constructor(_0x41671f,_0x19f269=''){const _0x59d6c5=_0x10cd;super(_0x41671f);const _0x73003f=new _0x42450f(),_0x4daeed=this[_0x59d6c5(0x145)];this[_0x59d6c5(0x148)](_0x59d6c5(0x13f),_0x19f269),_0x73003f[_0x59d6c5(0x147)]=_0x21a68a,this[_0x59d6c5(0x151)]({'tag':_0x59d6c5(0x14a),'attributes':{'class':['ck',_0x59d6c5(0x14d)]},'children':[_0x73003f,{'text':_0x4daeed['to'](_0x59d6c5(0x13f))}]});}}
23
+ (function(_0x30b204,_0xdb0b98){const _0x37e6b7=_0x35b9,_0x459d44=_0x30b204();while(!![]){try{const _0x1c3c70=parseInt(_0x37e6b7(0x90))/0x1*(parseInt(_0x37e6b7(0x92))/0x2)+parseInt(_0x37e6b7(0x84))/0x3*(parseInt(_0x37e6b7(0x82))/0x4)+parseInt(_0x37e6b7(0x8f))/0x5*(-parseInt(_0x37e6b7(0x89))/0x6)+parseInt(_0x37e6b7(0x80))/0x7+-parseInt(_0x37e6b7(0x81))/0x8*(parseInt(_0x37e6b7(0x8b))/0x9)+parseInt(_0x37e6b7(0x91))/0xa+-parseInt(_0x37e6b7(0x85))/0xb*(parseInt(_0x37e6b7(0x88))/0xc);if(_0x1c3c70===_0xdb0b98)break;else _0x459d44['push'](_0x459d44['shift']());}catch(_0x49e790){_0x459d44['push'](_0x459d44['shift']());}}}(_0x23d3,0x261be));function _0x35b9(_0x2a4492,_0x20d6c8){const _0x23d368=_0x23d3();return _0x35b9=function(_0x35b958,_0x301871){_0x35b958=_0x35b958-0x80;let _0x8eaaad=_0x23d368[_0x35b958];return _0x8eaaad;},_0x35b9(_0x2a4492,_0x20d6c8);}import{IconError as _0x38801a}from'ckeditor5/src/icons.js';function _0x23d3(){const _0xdd1f46=['1317295jonFNi','886856gznTeY','176GuubmW','set','7536caAIFx','11AMiHqG','setTemplate','div','1065588AHSsJe','96606jlbxWZ','bindTemplate','18mhVROm','ck-ai-form__error','text','content','55pChLeJ','16273VHOFlN','1985480ljSUeI','18FgVJor'];_0x23d3=function(){return _0xdd1f46;};return _0x23d3();}import{View as _0x583cde,IconView as _0x224c50}from'ckeditor5/src/ui.js';export class AIFormErrorView extends _0x583cde{constructor(_0x518b55,_0xea6cee=''){const _0x403b74=_0x35b9;super(_0x518b55);const _0x270d01=new _0x224c50(),_0x214ac4=this[_0x403b74(0x8a)];this[_0x403b74(0x83)](_0x403b74(0x8d),_0xea6cee),_0x270d01[_0x403b74(0x8e)]=_0x38801a,this[_0x403b74(0x86)]({'tag':_0x403b74(0x87),'attributes':{'class':['ck',_0x403b74(0x8c)]},'children':[_0x270d01,{'text':_0x214ac4['to'](_0x403b74(0x8d))}]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xf07f3a=_0x427f;(function(_0x22c388,_0x189f51){const _0x2f1cd2=_0x427f,_0x13b63b=_0x22c388();while(!![]){try{const _0x4eb99b=parseInt(_0x2f1cd2(0xd4))/0x1*(parseInt(_0x2f1cd2(0xca))/0x2)+parseInt(_0x2f1cd2(0xcc))/0x3+parseInt(_0x2f1cd2(0xb9))/0x4*(parseInt(_0x2f1cd2(0xb8))/0x5)+-parseInt(_0x2f1cd2(0xd9))/0x6+parseInt(_0x2f1cd2(0xdf))/0x7*(-parseInt(_0x2f1cd2(0xb4))/0x8)+-parseInt(_0x2f1cd2(0xd5))/0x9+parseInt(_0x2f1cd2(0xc5))/0xa;if(_0x4eb99b===_0x189f51)break;else _0x13b63b['push'](_0x13b63b['shift']());}catch(_0x3de603){_0x13b63b['push'](_0x13b63b['shift']());}}}(_0x5f20,0x832d4));import{Rect as _0x21b497,global as _0x17a5d2,isVisible as _0x1e0d8d}from'ckeditor5/src/utils.js';function _0x427f(_0x14db5d,_0x1c205e){const _0x5f2078=_0x5f20();return _0x427f=function(_0x427f6e,_0x23ae2f){_0x427f6e=_0x427f6e-0xb4;let _0x118d50=_0x5f2078[_0x427f6e];return _0x118d50;},_0x427f(_0x14db5d,_0x1c205e);}import{IconAIHistory as _0x728cab,IconSubmit as _0x51da7d}from'ckeditor5/src/icons.js';import{AutocompleteView as _0x3dc5c6,ButtonView as _0x6f9a7c}from'ckeditor5/src/ui.js';function _0x5f20(){const _0x12fe77=['locale','103101SxIQRw','100359iONmhg','requestAnimationFrame','focus','History','1334550UaCdYW','window','minRows','update','isEmpty','resultsView','28IzmqMt','enter','left','execute','showHistoryButtonView','focusLast','isEnabled','submitButtonView','_createSubmitButton','excludeScrollbarsAndBorders','children','right','bind','filteredView','isVisible','1610768oZyIQg','value','focusFirst','width','1642870WnlPaZ','4xOzeNI','isOn','focusCycler','queryView','fieldWrapperChildren','ck-ai-form__toggle-history','maxRows','keystrokes','uiLanguageDirection','focusableChildren','element','ck-ai-form__submit','5032360XxHTlo','style','rtl','fieldView','add','6VnalOO','set','1305441UBaxBj','_createShowHistoryButton','submit','target','fire','Submit','render'];_0x5f20=function(){return _0x12fe77;};return _0x5f20();}import{getTranslation as _0x5dd869}from'../../utils/common-translations.js';export class AIFormPromptView extends _0x3dc5c6{[_0xf07f3a(0xe6)];[_0xf07f3a(0xe3)];constructor(_0x7de20f,_0x5c1403){const _0x22cabf=_0xf07f3a;super(_0x7de20f,_0x5c1403),this[_0x22cabf(0xbc)][_0x22cabf(0xc8)][_0x22cabf(0xdb)]=0x1,this[_0x22cabf(0xbc)][_0x22cabf(0xc8)][_0x22cabf(0xbf)]=0x3,this[_0x22cabf(0xe6)]=this[_0x22cabf(0xe7)](),this[_0x22cabf(0xe3)]=this[_0x22cabf(0xcd)](),this[_0x22cabf(0xc2)][_0x22cabf(0xc9)](this[_0x22cabf(0xe3)],0x1),this[_0x22cabf(0xc2)][_0x22cabf(0xc9)](this[_0x22cabf(0xe6)]);}[_0xf07f3a(0xd2)](){const _0x2bf391=_0xf07f3a;super[_0x2bf391(0xd2)](),this[_0x2bf391(0xbc)][_0x2bf391(0xbd)][_0x2bf391(0xc9)](this[_0x2bf391(0xe3)]),this[_0x2bf391(0xe9)][_0x2bf391(0xc9)](this[_0x2bf391(0xe6)]),this[_0x2bf391(0xc0)][_0x2bf391(0xcb)](_0x2bf391(0xe0),(_0x41cb15,_0x201b5e)=>{const _0x4c3ff5=_0x2bf391;_0x41cb15[_0x4c3ff5(0xcf)]==this[_0x4c3ff5(0xbc)][_0x4c3ff5(0xc8)][_0x4c3ff5(0xc3)]&&(this[_0x4c3ff5(0xce)](),_0x201b5e());});}[_0xf07f3a(0xe7)](){const _0x35f411=_0xf07f3a,_0x11e4e1=new _0x6f9a7c(this[_0x35f411(0xd3)]),_0x32fa32=this[_0x35f411(0xd3)];return _0x11e4e1[_0x35f411(0xcb)]({'icon':_0x51da7d,'label':_0x5dd869(_0x32fa32,_0x35f411(0xd1)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x35f411(0xc4)}),_0x11e4e1['on'](_0x35f411(0xe2),()=>{const _0x45b0c2=_0x35f411;this[_0x45b0c2(0xce)]();}),_0x11e4e1[_0x35f411(0xeb)](_0x35f411(0xe5))['to'](this[_0x35f411(0xbc)][_0x35f411(0xc8)],_0x35f411(0xdd),this,_0x35f411(0xe5),(_0x581240,_0x112b82)=>!_0x581240&&_0x112b82),_0x11e4e1;}[_0xf07f3a(0xcd)](){const _0x336432=_0xf07f3a,_0x247342=new _0x6f9a7c(this[_0x336432(0xd3)]),_0x44026b=this[_0x336432(0xde)],_0x477432=this[_0x336432(0xd3)];_0x247342[_0x336432(0xcb)]({'label':_0x5dd869(_0x477432,_0x336432(0xd8)),'withText':!0x1,'icon':_0x728cab,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x336432(0xbe)}),_0x247342[_0x336432(0xeb)](_0x336432(0xba))['to'](_0x44026b,_0x336432(0xed)),_0x247342[_0x336432(0xeb)](_0x336432(0xe5))['to'](this,_0x336432(0xe5)),_0x247342['on'](_0x336432(0xe2),()=>{const _0x5561e1=_0x336432;_0x44026b[_0x5561e1(0xed)]=!_0x44026b[_0x5561e1(0xed)],_0x44026b[_0x5561e1(0xed)]?this[_0x5561e1(0xec)][_0x5561e1(0xd7)]():this[_0x5561e1(0xd7)]();});const _0x2a2c85=()=>{const _0x22a607=_0x336432;_0x17a5d2[_0x22a607(0xda)][_0x22a607(0xd6)](()=>{const _0x5ce04a=_0x22a607;if(_0x1e0d8d(this[_0x5ce04a(0xc3)])){const _0x447e41=new _0x21b497(this[_0x5ce04a(0xbc)][_0x5ce04a(0xc8)][_0x5ce04a(0xc3)]),_0x32c750=_0x447e41[_0x5ce04a(0xb7)],_0x467bbf=_0x5ce04a(0xc7)===_0x477432[_0x5ce04a(0xc1)]?_0x5ce04a(0xe1):_0x5ce04a(0xea);_0x447e41[_0x5ce04a(0xe8)](),_0x247342[_0x5ce04a(0xc3)][_0x5ce04a(0xc6)][_0x467bbf]=_0x32c750-_0x447e41[_0x5ce04a(0xb7)]+0x1+'px';}});};return this[_0x336432(0xbc)][_0x336432(0xc8)]['on'](_0x336432(0xdc),_0x2a2c85),this['on'](_0x336432(0xd2),_0x2a2c85),_0x247342;}[_0xf07f3a(0xce)](){const _0x1fc8dc=_0xf07f3a,_0x3652ca=this[_0x1fc8dc(0xbc)][_0x1fc8dc(0xc8)][_0x1fc8dc(0xc3)][_0x1fc8dc(0xb5)];this[_0x1fc8dc(0xd0)](_0x1fc8dc(0xce),_0x3652ca);}[_0xf07f3a(0xd7)](_0x5270bf){const _0x7f781f=_0xf07f3a;-0x1===_0x5270bf?this[_0x7f781f(0xbb)][_0x7f781f(0xe4)]():this[_0x7f781f(0xbb)][_0x7f781f(0xb6)]();}}
23
+ const _0x5ab4b1=_0xd338;(function(_0x1b858d,_0x2e349c){const _0x4f2ffd=_0xd338,_0x39d0a0=_0x1b858d();while(!![]){try{const _0x2f7b07=parseInt(_0x4f2ffd(0x212))/0x1+parseInt(_0x4f2ffd(0x1e9))/0x2*(parseInt(_0x4f2ffd(0x20c))/0x3)+-parseInt(_0x4f2ffd(0x214))/0x4+parseInt(_0x4f2ffd(0x1e5))/0x5+-parseInt(_0x4f2ffd(0x21a))/0x6+parseInt(_0x4f2ffd(0x209))/0x7+parseInt(_0x4f2ffd(0x1fa))/0x8*(-parseInt(_0x4f2ffd(0x206))/0x9);if(_0x2f7b07===_0x2e349c)break;else _0x39d0a0['push'](_0x39d0a0['shift']());}catch(_0x47eb45){_0x39d0a0['push'](_0x39d0a0['shift']());}}}(_0x24cb,0x67eea));import{Rect as _0x37eb05,global as _0x360a81,isVisible as _0x7b867d}from'ckeditor5/src/utils.js';function _0xd338(_0x59f023,_0x2fcd9e){const _0x24cb18=_0x24cb();return _0xd338=function(_0xd3389b,_0x30c910){_0xd3389b=_0xd3389b-0x1e2;let _0x9833b1=_0x24cb18[_0xd3389b];return _0x9833b1;},_0xd338(_0x59f023,_0x2fcd9e);}function _0x24cb(){const _0x4dfe4a=['rtl','_createShowHistoryButton','locale','render','excludeScrollbarsAndBorders','4064328cRaToL','execute','value','maxRows','4018665NXXVJk','fieldWrapperChildren','focusCycler','queryView','398sACDTG','focusableChildren','isVisible','showHistoryButtonView','requestAnimationFrame','add','resultsView','element','ck-ai-form__submit','isOn','filteredView','children','submitButtonView','keystrokes','Submit','style','focus','3387912LTGbbi','right','ck-ai-form__toggle-history','focusFirst','left','focusLast','target','set','uiLanguageDirection','submit','minRows','enter','9vMNavm','History','fieldView','2380721eCVRmM','bind','isEmpty','7473tazGit','_createSubmitButton','fire','update','isEnabled','window','403949RgadQq','width','2067644glowrw'];_0x24cb=function(){return _0x4dfe4a;};return _0x24cb();}import{IconAIHistory as _0xa9e425,IconSubmit as _0x5284f4}from'ckeditor5/src/icons.js';import{AutocompleteView as _0x224386,ButtonView as _0x183640}from'ckeditor5/src/ui.js';import{getTranslation as _0x502bab}from'../../utils/common-translations.js';export class AIFormPromptView extends _0x224386{[_0x5ab4b1(0x1f5)];[_0x5ab4b1(0x1ec)];constructor(_0x3e510c,_0x296a73){const _0x594590=_0x5ab4b1;super(_0x3e510c,_0x296a73),this[_0x594590(0x1e8)][_0x594590(0x208)][_0x594590(0x204)]=0x1,this[_0x594590(0x1e8)][_0x594590(0x208)][_0x594590(0x1e4)]=0x3,this[_0x594590(0x1f5)]=this[_0x594590(0x20d)](),this[_0x594590(0x1ec)]=this[_0x594590(0x216)](),this[_0x594590(0x1ea)][_0x594590(0x1ee)](this[_0x594590(0x1ec)],0x1),this[_0x594590(0x1ea)][_0x594590(0x1ee)](this[_0x594590(0x1f5)]);}[_0x5ab4b1(0x218)](){const _0x349f19=_0x5ab4b1;super[_0x349f19(0x218)](),this[_0x349f19(0x1e8)][_0x349f19(0x1e6)][_0x349f19(0x1ee)](this[_0x349f19(0x1ec)]),this[_0x349f19(0x1f4)][_0x349f19(0x1ee)](this[_0x349f19(0x1f5)]),this[_0x349f19(0x1f6)][_0x349f19(0x201)](_0x349f19(0x205),(_0x38772c,_0x58f40e)=>{const _0x4a4d5a=_0x349f19;_0x38772c[_0x4a4d5a(0x200)]==this[_0x4a4d5a(0x1e8)][_0x4a4d5a(0x208)][_0x4a4d5a(0x1f0)]&&(this[_0x4a4d5a(0x203)](),_0x58f40e());});}[_0x5ab4b1(0x20d)](){const _0x36ad19=_0x5ab4b1,_0x528afe=new _0x183640(this[_0x36ad19(0x217)]),_0x25a865=this[_0x36ad19(0x217)];return _0x528afe[_0x36ad19(0x201)]({'icon':_0x5284f4,'label':_0x502bab(_0x25a865,_0x36ad19(0x1f7)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x36ad19(0x1f1)}),_0x528afe['on'](_0x36ad19(0x1e2),()=>{const _0x24bb93=_0x36ad19;this[_0x24bb93(0x203)]();}),_0x528afe[_0x36ad19(0x20a)](_0x36ad19(0x210))['to'](this[_0x36ad19(0x1e8)][_0x36ad19(0x208)],_0x36ad19(0x20b),this,_0x36ad19(0x210),(_0x3c031a,_0x13e74e)=>!_0x3c031a&&_0x13e74e),_0x528afe;}[_0x5ab4b1(0x216)](){const _0x2b7fc9=_0x5ab4b1,_0x56fff5=new _0x183640(this[_0x2b7fc9(0x217)]),_0x22d308=this[_0x2b7fc9(0x1ef)],_0x468301=this[_0x2b7fc9(0x217)];_0x56fff5[_0x2b7fc9(0x201)]({'label':_0x502bab(_0x468301,_0x2b7fc9(0x207)),'withText':!0x1,'icon':_0xa9e425,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x2b7fc9(0x1fc)}),_0x56fff5[_0x2b7fc9(0x20a)](_0x2b7fc9(0x1f2))['to'](_0x22d308,_0x2b7fc9(0x1eb)),_0x56fff5[_0x2b7fc9(0x20a)](_0x2b7fc9(0x210))['to'](this,_0x2b7fc9(0x210)),_0x56fff5['on'](_0x2b7fc9(0x1e2),()=>{const _0x2b0d33=_0x2b7fc9;_0x22d308[_0x2b0d33(0x1eb)]=!_0x22d308[_0x2b0d33(0x1eb)],_0x22d308[_0x2b0d33(0x1eb)]?this[_0x2b0d33(0x1f3)][_0x2b0d33(0x1f9)]():this[_0x2b0d33(0x1f9)]();});const _0x92d7c9=()=>{const _0xe6a58=_0x2b7fc9;_0x360a81[_0xe6a58(0x211)][_0xe6a58(0x1ed)](()=>{const _0x4654d7=_0xe6a58;if(_0x7b867d(this[_0x4654d7(0x1f0)])){const _0x3b3b2b=new _0x37eb05(this[_0x4654d7(0x1e8)][_0x4654d7(0x208)][_0x4654d7(0x1f0)]),_0x3963b3=_0x3b3b2b[_0x4654d7(0x213)],_0x33393c=_0x4654d7(0x215)===_0x468301[_0x4654d7(0x202)]?_0x4654d7(0x1fe):_0x4654d7(0x1fb);_0x3b3b2b[_0x4654d7(0x219)](),_0x56fff5[_0x4654d7(0x1f0)][_0x4654d7(0x1f8)][_0x33393c]=_0x3963b3-_0x3b3b2b[_0x4654d7(0x213)]+0x1+'px';}});};return this[_0x2b7fc9(0x1e8)][_0x2b7fc9(0x208)]['on'](_0x2b7fc9(0x20f),_0x92d7c9),this['on'](_0x2b7fc9(0x218),_0x92d7c9),_0x56fff5;}[_0x5ab4b1(0x203)](){const _0x22576a=_0x5ab4b1,_0x41f213=this[_0x22576a(0x1e8)][_0x22576a(0x208)][_0x22576a(0x1f0)][_0x22576a(0x1e3)];this[_0x22576a(0x20e)](_0x22576a(0x203),_0x41f213);}[_0x5ab4b1(0x1f9)](_0x5aadb7){const _0x31a812=_0x5ab4b1;-0x1===_0x5aadb7?this[_0x31a812(0x1e7)][_0x31a812(0x1ff)]():this[_0x31a812(0x1e7)][_0x31a812(0x1fd)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xd62341=_0x276f;function _0x30ad(){const _0x872fd1=['label','638605srLvxx','replace','locale','set','157608GbgDKp','toUpperCase','993754LMJfcg','2079VvkfIG','Try\x20again','1OvpAYn','isVisible','bind','addMany','ck-ai-form__toolbar','Insert\x20below','tryAgainButton','1571601hZehNJ','42icTYcc','6310VNkpDI','ck-hidden','insertButton','stopButton','replaceButton','extendTemplate','REPLACE','16293761SGkLsv','4QYfuhu','_CONTENT','AI_','_createButton','ck-button-action','bindTemplate','insert','mainAction','Stop','items','185552UkhYeu'];_0x30ad=function(){return _0x872fd1;};return _0x30ad();}(function(_0x43ac95,_0x56c2e1){const _0x406cac=_0x276f,_0x32b2a9=_0x43ac95();while(!![]){try{const _0x3d7d77=parseInt(_0x406cac(0x153))/0x1*(-parseInt(_0x406cac(0x150))/0x2)+-parseInt(_0x406cac(0x15a))/0x3+-parseInt(_0x406cac(0x164))/0x4*(parseInt(_0x406cac(0x14a))/0x5)+parseInt(_0x406cac(0x14e))/0x6*(-parseInt(_0x406cac(0x15b))/0x7)+-parseInt(_0x406cac(0x148))/0x8+-parseInt(_0x406cac(0x151))/0x9*(-parseInt(_0x406cac(0x15c))/0xa)+parseInt(_0x406cac(0x163))/0xb;if(_0x3d7d77===_0x56c2e1)break;else _0x32b2a9['push'](_0x32b2a9['shift']());}catch(_0x36a2ef){_0x32b2a9['push'](_0x32b2a9['shift']());}}}(_0x30ad,0x48b11));function _0x276f(_0x147607,_0xe0932f){const _0x30ad67=_0x30ad();return _0x276f=function(_0x276fff,_0x4cda4b){_0x276fff=_0x276fff-0x13f;let _0x48991a=_0x30ad67[_0x276fff];return _0x48991a;},_0x276f(_0x147607,_0xe0932f);}import{ToolbarView as _0x322af6,ButtonView as _0x53dd7f}from'ckeditor5/src/ui.js';import{getTranslation as _0x516d27}from'../../utils/common-translations.js';export const AIFormToolbarViewMainActionLabel={'REPLACE':_0xd62341(0x14b),'INSERT':_0xd62341(0x144)};export class AIFormToolbarView extends _0x322af6{constructor(_0x5ef703){const _0x59faf0=_0xd62341;super(_0x5ef703),this[_0x59faf0(0x14d)](_0x59faf0(0x154),!0x1),this[_0x59faf0(0x14d)](_0x59faf0(0x145),AIFormToolbarViewMainActionLabel[_0x59faf0(0x162)]),this[_0x59faf0(0x160)]=this[_0x59faf0(0x141)]('',_0x59faf0(0x142)),this[_0x59faf0(0x160)][_0x59faf0(0x155)](_0x59faf0(0x149))['to'](this,_0x59faf0(0x145),_0x4553f9=>_0x516d27(_0x5ef703,_0x59faf0(0x140)+_0x4553f9[_0x59faf0(0x14f)]()+_0x59faf0(0x13f))),this[_0x59faf0(0x15e)]=this[_0x59faf0(0x141)](_0x516d27(_0x5ef703,_0x59faf0(0x158))),this[_0x59faf0(0x159)]=this[_0x59faf0(0x141)](_0x516d27(_0x5ef703,_0x59faf0(0x152))),this[_0x59faf0(0x15f)]=this[_0x59faf0(0x141)](_0x516d27(_0x5ef703,_0x59faf0(0x146)));const _0x23431b=this[_0x59faf0(0x143)];this[_0x59faf0(0x161)]({'attributes':{'class':[_0x59faf0(0x157),_0x23431b['if'](_0x59faf0(0x154),_0x59faf0(0x15d),_0x564de6=>!_0x564de6)]}}),this[_0x59faf0(0x147)][_0x59faf0(0x156)]([this[_0x59faf0(0x160)],this[_0x59faf0(0x15e)],this[_0x59faf0(0x159)],this[_0x59faf0(0x15f)]]);}[_0xd62341(0x141)](_0x20999c,_0x2d601e){const _0x68737a=_0xd62341,_0x81bdd=new _0x53dd7f(this[_0x68737a(0x14c)]);return _0x81bdd[_0x68737a(0x14d)]({'label':_0x20999c,'class':_0x2d601e||'','isVisible':!0x0,'withText':!0x0}),_0x81bdd;}}
23
+ const _0x5c4c58=_0x9847;(function(_0x8bf933,_0x5cf5f9){const _0x460848=_0x9847,_0x545a57=_0x8bf933();while(!![]){try{const _0x4b0dd9=parseInt(_0x460848(0x18c))/0x1+parseInt(_0x460848(0x1aa))/0x2+-parseInt(_0x460848(0x1a0))/0x3+-parseInt(_0x460848(0x18b))/0x4+parseInt(_0x460848(0x1ab))/0x5+parseInt(_0x460848(0x19b))/0x6+-parseInt(_0x460848(0x19a))/0x7*(parseInt(_0x460848(0x19e))/0x8);if(_0x4b0dd9===_0x5cf5f9)break;else _0x545a57['push'](_0x545a57['shift']());}catch(_0x2e8061){_0x545a57['push'](_0x545a57['shift']());}}}(_0x56c3,0xa258d));import{ToolbarView as _0x4296ca,ButtonView as _0xd79fda}from'ckeditor5/src/ui.js';function _0x9847(_0x279e8e,_0x3d6798){const _0x56c3cc=_0x56c3();return _0x9847=function(_0x9847fb,_0x4dc5e8){_0x9847fb=_0x9847fb-0x18a;let _0x109bc7=_0x56c3cc[_0x9847fb];return _0x109bc7;},_0x9847(_0x279e8e,_0x3d6798);}import{getTranslation as _0x24381d}from'../../utils/common-translations.js';function _0x56c3(){const _0x426c7a=['replaceButton','182ufgNJs','614040fvfIrA','_CONTENT','extendTemplate','213448cCmJwh','ck-ai-form__toolbar','477456NOqljj','mainAction','Insert\x20below','REPLACE','AI_','addMany','toUpperCase','ck-hidden','bindTemplate','locale','1764888yCWCkx','1509225RQCWHG','items','insertButton','416956OMrNHR','335441UFlslp','bind','ck-button-action','insert','isVisible','set','label','tryAgainButton','replace','Stop','_createButton','stopButton','Try\x20again'];_0x56c3=function(){return _0x426c7a;};return _0x56c3();}export const AIFormToolbarViewMainActionLabel={'REPLACE':_0x5c4c58(0x194),'INSERT':_0x5c4c58(0x18f)};export class AIFormToolbarView extends _0x4296ca{constructor(_0x11e8d9){const _0x401407=_0x5c4c58;super(_0x11e8d9),this[_0x401407(0x191)](_0x401407(0x190),!0x1),this[_0x401407(0x191)](_0x401407(0x1a1),AIFormToolbarViewMainActionLabel[_0x401407(0x1a3)]),this[_0x401407(0x199)]=this[_0x401407(0x196)]('',_0x401407(0x18e)),this[_0x401407(0x199)][_0x401407(0x18d)](_0x401407(0x192))['to'](this,_0x401407(0x1a1),_0x1223de=>_0x24381d(_0x11e8d9,_0x401407(0x1a4)+_0x1223de[_0x401407(0x1a6)]()+_0x401407(0x19c))),this[_0x401407(0x18a)]=this[_0x401407(0x196)](_0x24381d(_0x11e8d9,_0x401407(0x1a2))),this[_0x401407(0x193)]=this[_0x401407(0x196)](_0x24381d(_0x11e8d9,_0x401407(0x198))),this[_0x401407(0x197)]=this[_0x401407(0x196)](_0x24381d(_0x11e8d9,_0x401407(0x195)));const _0x3446a1=this[_0x401407(0x1a8)];this[_0x401407(0x19d)]({'attributes':{'class':[_0x401407(0x19f),_0x3446a1['if'](_0x401407(0x190),_0x401407(0x1a7),_0x5a53ab=>!_0x5a53ab)]}}),this[_0x401407(0x1ac)][_0x401407(0x1a5)]([this[_0x401407(0x199)],this[_0x401407(0x18a)],this[_0x401407(0x193)],this[_0x401407(0x197)]]);}[_0x5c4c58(0x196)](_0x56b738,_0x22452e){const _0x1c343a=_0x5c4c58,_0x244149=new _0xd79fda(this[_0x1c343a(0x1a9)]);return _0x244149[_0x1c343a(0x191)]({'label':_0x56b738,'class':_0x22452e||'','isVisible':!0x0,'withText':!0x0}),_0x244149;}}