@ckeditor/ckeditor5-ai 47.4.0-alpha.5 → 47.4.0-alpha.6

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 (130) 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/ui/aichatcontrolsview.js +1 -1
  35. package/src/aichat/ui/aichatfeedview.js +1 -1
  36. package/src/aichat/ui/aichatheaderview.js +1 -1
  37. package/src/aichat/ui/aichatview.js +1 -1
  38. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  39. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  40. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  41. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  42. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  43. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  44. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  45. package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
  46. package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
  47. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  48. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  49. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  50. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  51. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  52. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  53. package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
  54. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  55. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  56. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  57. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  58. package/src/aichat/utils/promisequeue.js +1 -1
  59. package/src/aichathistory/aichathistory.js +1 -1
  60. package/src/aichathistory/aichathistorycontroller.js +1 -1
  61. package/src/aichathistory/aichathistoryui.js +1 -1
  62. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  63. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  64. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  65. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  66. package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
  67. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  68. package/src/aicore/aiconnector.js +1 -1
  69. package/src/aicore/aiediting.js +1 -1
  70. package/src/aicore/model/aicapabilities.js +1 -1
  71. package/src/aicore/model/aiinteraction.js +1 -1
  72. package/src/aicore/model/aimodels.js +1 -1
  73. package/src/aicore/model/aireply.js +1 -1
  74. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  75. package/src/aicore/pipeline/airesponseparser.js +2 -2
  76. package/src/aicore/ui/aidisclaimerview.js +1 -1
  77. package/src/aicore/ui/aiskeleton.js +1 -1
  78. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  79. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  80. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  81. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  82. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  83. package/src/aicore/utils/createresizebutton.js +1 -1
  84. package/src/aicore/utils/documentposition.js +1 -1
  85. package/src/aicore/utils/documentrange.js +1 -1
  86. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  87. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  88. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  89. package/src/aicore/utils/htmlparser.js +1 -1
  90. package/src/aicore/utils/htmlstreamer.js +1 -1
  91. package/src/aicore/utils/scrollmanager.js +1 -1
  92. package/src/aieditorintegration/aieditorintegration.js +1 -1
  93. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  94. package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
  95. package/src/aiquickactions/aiquickactions.js +1 -1
  96. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  97. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  98. package/src/aiquickactions/aiquickactionsui.js +1 -1
  99. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  100. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  101. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  102. package/src/aiquickactions/ui/aiquickactionsfilteredlistview.js +1 -1
  103. package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +1 -1
  104. package/src/aireviewmode/aireviewmode.js +1 -1
  105. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  106. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  107. package/src/aireviewmode/aireviewmodeui.js +1 -1
  108. package/src/aireviewmode/model/aireviewcheckcustom.js +1 -1
  109. package/src/aireviewmode/model/aireviewchecklist.js +1 -1
  110. package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
  111. package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
  112. package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
  113. package/src/aireviewmode/model/aireviewsystemcheckrun.js +1 -1
  114. package/src/aireviewmode/ui/aireviemodepromptinputview.js +1 -1
  115. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  116. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  117. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  118. package/src/aireviewmode/ui/aireviewmodefinishreviewbuttonview.js +1 -1
  119. package/src/aireviewmode/ui/aireviewmodegeneralerrorview.js +1 -1
  120. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  121. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  122. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  123. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  124. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  125. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  126. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  127. package/src/aitabs/aitabs.js +1 -1
  128. package/src/aitabs/tabs/aitabsview.js +1 -1
  129. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  130. package/src/aitabs/tabs/tabpanelview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x454251=_0x3885;(function(_0x12393b,_0x3cb336){const _0x49f981=_0x3885,_0x41e87d=_0x12393b();while(!![]){try{const _0x46f2f6=parseInt(_0x49f981(0x191))/0x1*(-parseInt(_0x49f981(0x1ed))/0x2)+-parseInt(_0x49f981(0x19f))/0x3*(-parseInt(_0x49f981(0x1f2))/0x4)+-parseInt(_0x49f981(0x1d0))/0x5+parseInt(_0x49f981(0x1c4))/0x6+-parseInt(_0x49f981(0x197))/0x7*(parseInt(_0x49f981(0x1c3))/0x8)+parseInt(_0x49f981(0x1b0))/0x9*(-parseInt(_0x49f981(0x194))/0xa)+parseInt(_0x49f981(0x1bd))/0xb;if(_0x46f2f6===_0x3cb336)break;else _0x41e87d['push'](_0x41e87d['shift']());}catch(_0x4d981e){_0x41e87d['push'](_0x41e87d['shift']());}}}(_0x11f6,0x7444f));import{uid as _0x1a10ef}from'ckeditor5/src/utils.js';import{Plugin as _0x1233b7}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x5147dc}from'ckeditor5/src/clipboard.js';function _0x11f6(){const _0x4e5b29=['createRange','canEditAt','for','_prepareTableInsertBelowPosition','_getAISelection','createPositionAt','forEach','href','span','pluginName','_getDefaultInsertBelowPosition','deleteContent','has','2QxDoNO','getLastPosition','init','text/html','insertRows','115532gbKTUT','removeMarker','lowest','isAtEnd','off','first','_pasteHTMLUsingClipboard','addMarker','editor','markerRange','isCollapsed','join','_getTableRowCountFromContent','end','249209EyUNlf','ck-fake-ai-selection','getRange','1294040jlToSP','afterInit','updateMarker','56jWPMsg','document','last','data','createUIElement','showFakeVisualSelection','getRowIndexes','getFirstRange','51ENdGLj','fromCharCode','markerToHighlight','createSelection','getRanges','findAncestor','addClass','change','insertContent','editing','hideFakeVisualSelection','markers','setData','setSelection','contentInsertion','push','insertContentBelow','18tLqmEe','ai.assistant.useTheme','getChildren','DataTransfer','config','getSelectedBlocks','getLastMatchingPosition','start','isPremiumPlugin','model','element','from','getColumnIndexes','7127571XZDrjH','conversion','editingDowncast','fire','once','selection','487248ntnqrd','3788568xmHufV','getRows','plugins','pop','filter','TableUtils','get','parse','table','length','getMarkersGroup','createPositionAfter','1494480NzONoh','isOfficialPlugin','map','resultRange','ai-ui','getChild','markerToElement','getSelectedTableCells','ck-fake-ai-selection_collapsed','AIAssistantEditing','_resetContentOfSelectedTableCells','ck-ai-assistant-ui_theme','schema','_createEmptyTableRows','paste','isContent'];_0x11f6=function(){return _0x4e5b29;};return _0x11f6();}import{ViewDocumentDomEventData as _0x1bb2fb,ViewDataTransfer as _0x4a920a}from'ckeditor5/src/engine.js';const w=globalThis[_0x454251(0x1b3)],f=_0x454251(0x1d4);function _0x3885(_0x1daf8c,_0x2e445c){const _0x11f67d=_0x11f6();return _0x3885=function(_0x38854b,_0x804621){_0x38854b=_0x38854b-0x18a;let _0xf322a9=_0x11f67d[_0x38854b];return _0xf322a9;},_0x3885(_0x1daf8c,_0x2e445c);}export class AIAssistantEditing extends _0x1233b7{static get[_0x454251(0x1e9)](){const _0x1600ab=_0x454251;return _0x1600ab(0x1d9);}static get[_0x454251(0x1d1)](){return!0x0;}static get[_0x454251(0x1b8)](){return!0x0;}[_0x454251(0x1ef)](){const _0x4755df=_0x454251,{editor:_0x84c497}=this,_0x50fe7f=[_0x4755df(0x192)];_0x84c497[_0x4755df(0x1b4)][_0x4755df(0x1ca)](_0x4755df(0x1b1))&&_0x50fe7f[_0x4755df(0x1ae)](_0x4755df(0x1db)),_0x84c497[_0x4755df(0x1be)][_0x4755df(0x1e2)](_0x4755df(0x1bf))[_0x4755df(0x1a1)]({'model':f,'view':{'classes':_0x50fe7f,'priority':0xc}}),_0x84c497[_0x4755df(0x1be)][_0x4755df(0x1e2)](_0x4755df(0x1bf))[_0x4755df(0x1d6)]({'model':f,'view':(_0x4fb952,{writer:_0x21114f})=>{const _0x172c58=_0x4755df;if(!_0x4fb952[_0x172c58(0x18c)][_0x172c58(0x18d)])return null;const _0x3cfc27=_0x21114f[_0x172c58(0x19b)](_0x172c58(0x1e8));return _0x21114f[_0x172c58(0x1a5)]([_0x172c58(0x192),_0x172c58(0x1d8)],_0x3cfc27),_0x3cfc27;}});}[_0x454251(0x195)](){!async function(_0xe11007){const _0x150043=_0x438455([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]),_0x41638e=0x3dffc4e1,_0x19b0d2=0x3df8ba51^_0x41638e,_0x45efcf=window[_0x438455([0x44,0x61,0x74,0x65])][_0x438455([0x6e,0x6f,0x77])](),_0x4e66c3=_0xe11007[_0x438455([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x43c33d=new window[(_0x438455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5b656c=>{_0x4e66c3[_0x438455([0x6f,0x6e,0x63,0x65])](_0x438455([0x72,0x65,0x61,0x64,0x79]),_0x5b656c);}),_0x3a3936={[_0x438455([0x6b,0x74,0x79])]:_0x438455([0x45,0x43]),[_0x438455([0x75,0x73,0x65])]:_0x438455([0x73,0x69,0x67]),[_0x438455([0x63,0x72,0x76])]:_0x438455([0x50,0x2d,0x32,0x35,0x36]),[_0x438455([0x78])]:_0x438455([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]),[_0x438455([0x79])]:_0x438455([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]),[_0x438455([0x61,0x6c,0x67])]:_0x438455([0x45,0x53,0x32,0x35,0x36])},_0x5a1b0c=_0x4e66c3[_0x438455([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x438455([0x67,0x65,0x74])](_0x438455([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x780330(){let _0x178503,_0x5a8379=null,_0x1d3e14=null;try{if(_0x5a1b0c==_0x438455([0x47,0x50,0x4c]))return _0x438455([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x178503=_0x2a07cf(),!_0x178503)return _0x438455([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x178503[_0x438455([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1d3e14=_0x187e2f(_0x178503[_0x438455([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x178503[_0x438455([0x6a,0x74,0x69])])),await _0x40ac06()?_0x3092a4()?_0x2ea4aa()?_0x438455([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x36f3d0()?(_0x178503[_0x438455([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x438455([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5a8379=_0x5bae3a(_0x438455([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5abc51()):_0x438455([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x438455([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x438455([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x438455([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2ea4aa(){const _0x5e3401=[_0x438455([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x438455([0x74,0x72,0x69,0x61,0x6c])][_0x438455([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x178503[_0x438455([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x45efcf/0x3e8:0xe10*_0x19b0d2;return _0x178503[_0x438455([0x65,0x78,0x70])]<_0x5e3401;}function _0x3092a4(){const _0x2934fa=_0x178503[_0x438455([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2934fa&&(!!_0x2934fa[_0x438455([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x438455([0x2a]))||!!_0x2934fa[_0x438455([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x438455([0x41,0x49])));}function _0x36f3d0(){const _0xad90e8=_0x3885,_0x58909f=_0x178503[_0x438455([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x58909f||0x0==_0x58909f[_0x438455([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x26f177}=new URL(window[_0x438455([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0xad90e8(0x1e7)]);if(_0x58909f[_0x438455([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x26f177))return!0x0;const _0x3efb58=_0x26f177[_0x438455([0x73,0x70,0x6c,0x69,0x74])](_0x438455([0x2e]));return _0x58909f[_0x438455([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2c4b01=>_0x2c4b01[_0x438455([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x438455([0x2a])))[_0x438455([0x6d,0x61,0x70])](_0xe65b71=>_0xe65b71[_0x438455([0x73,0x70,0x6c,0x69,0x74])](_0x438455([0x2e])))[_0x438455([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5e5ef6=>_0x5e5ef6[_0x438455([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3efb58[_0x438455([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x438455([0x6d,0x61,0x70])](_0x87b3cc=>Array(_0x3efb58[_0x438455([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x87b3cc[_0x438455([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x438455([0x66,0x69,0x6c,0x6c])](_0x87b3cc[0x0]===_0x438455([0x2a])?_0x438455([0x2a]):'')[_0x438455([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x87b3cc))[_0x438455([0x73,0x6f,0x6d,0x65])](_0x157d42=>_0x3efb58[_0x438455([0x65,0x76,0x65,0x72,0x79])]((_0x553c01,_0x24a98b)=>_0x157d42[_0x24a98b]===_0x553c01||_0x157d42[_0x24a98b]===_0x438455([0x2a])));}function _0x5abc51(){return _0x5a8379&&_0x1d3e14?new window[(_0x438455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x27ba91,_0x22609c)=>{_0x5a8379[_0x438455([0x74,0x68,0x65,0x6e])](_0x27ba91,_0x22609c),_0x1d3e14[_0x438455([0x74,0x68,0x65,0x6e])](_0x4eeedc=>{_0x4eeedc!=_0x438455([0x56,0x61,0x6c,0x69,0x64])&&_0x27ba91(_0x4eeedc);},_0x22609c);}):_0x5a8379||_0x1d3e14||_0x438455([0x56,0x61,0x6c,0x69,0x64]);}}function _0x187e2f(_0x24b3d6,_0x58d012){return new window[(_0x438455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x42438e=>{if(_0x2c79ea())return _0x42438e(_0x438455([0x56,0x61,0x6c,0x69,0x64]));_0x40877b(),_0x4e66c3[_0x438455([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x438455([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1a19c9=!0x1;const _0x13c362=_0x1a10ef();function _0x4fb905(_0x560f44){return!!_0x560f44&&(typeof _0x560f44===_0x438455([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x560f44===_0x438455([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x560f44[_0x438455([0x74,0x68,0x65,0x6e])]===_0x438455([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x560f44[_0x438455([0x63,0x61,0x74,0x63,0x68])]===_0x438455([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x470674(_0x1648d1){_0x3105aa(_0x1648d1)[_0x438455([0x74,0x68,0x65,0x6e])](_0x55bfda=>{if(!_0x55bfda||_0x55bfda[_0x438455([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x438455([0x6f,0x6b]))return _0x438455([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x14e45b(_0x29e458(_0x13c362+_0x58d012))!=_0x55bfda[_0x438455([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x438455([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x438455([0x56,0x61,0x6c,0x69,0x64]);})[_0x438455([0x74,0x68,0x65,0x6e])](_0x38c680=>(_0x53aff0(),_0x38c680),()=>{const _0x3e3621=_0x19bf54();return null==_0x3e3621?(_0x53aff0(),_0x438455([0x56,0x61,0x6c,0x69,0x64])):_0x438455(_0x45efcf-_0x3e3621>(0x19f340e1^_0x41638e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x438455([0x74,0x68,0x65,0x6e])](_0x42438e)[_0x438455([0x63,0x61,0x74,0x63,0x68])](()=>{_0x42438e(_0x438455([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x308b9f=0x3dc92a61^_0x41638e;function _0x53aff0(){const _0x497119=_0x438455([0x6c,0x6c,0x63,0x74,0x2d])+_0x14e45b(_0x29e458(_0x24b3d6)),_0x4dded5=_0x371c7d(_0x14e45b(window[_0x438455([0x4d,0x61,0x74,0x68])][_0x438455([0x63,0x65,0x69,0x6c])](_0x45efcf/_0x308b9f)));window[_0x438455([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x438455([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x497119,_0x4dded5);}function _0x19bf54(){const _0xedf8f6=_0x438455([0x6c,0x6c,0x63,0x74,0x2d])+_0x14e45b(_0x29e458(_0x24b3d6)),_0x52e47a=window[_0x438455([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x438455([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xedf8f6);return _0x52e47a?window[_0x438455([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x371c7d(_0x52e47a),0x10)*_0x308b9f:null;}function _0x3105aa(_0x3f3f8b){return new window[(_0x438455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4009ba,_0x46750f)=>{_0x3f3f8b[_0x438455([0x74,0x68,0x65,0x6e])](_0x4009ba,_0x46750f),window[_0x438455([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x46750f,0x3dfe1021^_0x41638e);});}}_0x4e66c3[_0x438455([0x6f,0x6e])](_0x438455([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3bdb5a,_0x2033d7)=>{if(_0x2033d7[0x0]!=_0x24b3d6)return _0x42438e(_0x438455([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2033d7[0x1]={..._0x2033d7[0x1],[_0x438455([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x13c362};},{[_0x438455([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x438455([0x68,0x69,0x67,0x68])}),_0x4e66c3[_0x438455([0x6f,0x6e])](_0x438455([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x10c13d=>{_0x4fb905(_0x10c13d[_0x438455([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1a19c9=!0x0,_0x470674(_0x10c13d[_0x438455([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x438455([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x438455([0x6c,0x6f,0x77])}),_0x43c33d[_0x438455([0x74,0x68,0x65,0x6e])](()=>{_0x1a19c9||_0x42438e(_0x438455([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2c79ea(){return _0x4e66c3[_0x438455([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x438455([0x76,0x69,0x65,0x77])][_0x438455([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x438455([0x61,0x75,0x74,0x6f]);}function _0x40877b(){_0x4e66c3[_0x438455([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x438455([0x76,0x69,0x65,0x77])][_0x438455([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x438455([0x61,0x75,0x74,0x6f]);}}function _0x5bae3a(_0x57c62c){const _0x3a6a64=[new window[(_0x438455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x697d6f=>setTimeout(_0x697d6f,0x3df6fa2d^_0x41638e)),_0x43c33d[_0x438455([0x74,0x68,0x65,0x6e])](()=>new window[(_0x438455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1941c7=>{let _0xea3aa5=0x0;_0x4e66c3[_0x438455([0x6d,0x6f,0x64,0x65,0x6c])][_0x438455([0x6f,0x6e])](_0x438455([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5665e9,_0x51ee74)=>{_0x51ee74[0x0][_0x438455([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xea3aa5++,_0xea3aa5==(0x3dffc109^_0x41638e)&&(_0x1941c7(),_0x5665e9[_0x438455([0x6f,0x66,0x66])]());});}))];return window[_0x438455([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x438455([0x72,0x61,0x63,0x65])](_0x3a6a64)[_0x438455([0x74,0x68,0x65,0x6e])](()=>_0x57c62c);}async function _0x62cc2e(){await _0x43c33d,_0x4e66c3[_0x438455([0x6d,0x6f,0x64,0x65,0x6c])][_0x438455([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1ed03c,_0x4e66c3[_0x438455([0x6d,0x6f,0x64,0x65,0x6c])][_0x438455([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1ed03c,_0x4e66c3[_0x438455([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x438455([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x451d88(_0x2f7d50){const _0x5ce315=_0x5bef95();_0x4e66c3[_0x5ce315]=_0x438455([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2f7d50,_0x2f7d50!=_0x438455([0x56,0x61,0x6c,0x69,0x64])&&_0x62cc2e();}function _0x5bef95(){const _0x2fea7d=window[_0x438455([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x438455([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x438455([0x6e,0x6f,0x77])]())[_0x438455([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x438455([0x2e]),'');let _0x4f4174=_0x438455([0x6e]);for(let _0x28c8f9=0x0;_0x28c8f9<_0x2fea7d[_0x438455([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x28c8f9+=0x2){let _0x2b2191=window[_0x438455([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2fea7d[_0x438455([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x28c8f9,_0x28c8f9+0x2));_0x2b2191>=_0x150043[_0x438455([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2b2191-=_0x150043[_0x438455([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4f4174+=_0x150043[_0x2b2191];}return _0x4f4174;}function _0x2a07cf(){const _0x247315=_0x5a1b0c[_0x438455([0x73,0x70,0x6c,0x69,0x74])](_0x438455([0x2e]));if(0x3!=_0x247315[_0x438455([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x224217(_0x247315[0x1]);function _0x224217(_0x57b227){const _0x38e07c=_0x3ff269(_0x57b227);return _0x38e07c&&_0x207d75()?_0x38e07c:null;function _0x207d75(){const _0xcdc992=_0x38e07c[_0x438455([0x6a,0x74,0x69])],_0x3492b3=window[_0x438455([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xcdc992[_0x438455([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xcdc992[_0x438455([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x43ab21={..._0x38e07c,[_0x438455([0x6a,0x74,0x69])]:_0xcdc992[_0x438455([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xcdc992[_0x438455([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x43ab21[_0x438455([0x76,0x63])],_0x29e458(_0x43ab21)==_0x3492b3;}}}async function _0x40ac06(){let _0x2fd74f=!0x0;try{const _0x414b8d=_0x5a1b0c[_0x438455([0x73,0x70,0x6c,0x69,0x74])](_0x438455([0x2e])),[_0x4b40be,_0x21b10a,_0x2e9b8b]=_0x414b8d;return _0x264bdc(_0x4b40be),await _0x20c557(_0x4b40be,_0x21b10a,_0x2e9b8b),_0x2fd74f;}catch{return!0x1;}function _0x264bdc(_0x44fb09){const _0x9842db=_0x3ff269(_0x44fb09);_0x9842db&&_0x9842db[_0x438455([0x61,0x6c,0x67])]==_0x438455([0x45,0x53,0x32,0x35,0x36])||(_0x2fd74f=!0x1);}async function _0x20c557(_0x5a027c,_0x5cb8c7,_0x4e48d6){const _0x254a35=window[_0x438455([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x438455([0x66,0x72,0x6f,0x6d])](_0x1a44e1(_0x4e48d6),_0x31bbf7=>_0x31bbf7[_0x438455([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x135bc2=new window[(_0x438455([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x438455([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5a027c+_0x438455([0x2e])+_0x5cb8c7),_0xdd9753=window[_0x438455([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x438455([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xdd9753)return;const _0x3d7e07=await _0xdd9753[_0x438455([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x438455([0x6a,0x77,0x6b]),_0x3a3936,{[_0x438455([0x6e,0x61,0x6d,0x65])]:_0x438455([0x45,0x43,0x44,0x53,0x41]),[_0x438455([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x438455([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x438455([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xdd9753[_0x438455([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x438455([0x6e,0x61,0x6d,0x65])]:_0x438455([0x45,0x43,0x44,0x53,0x41]),[_0x438455([0x68,0x61,0x73,0x68])]:{[_0x438455([0x6e,0x61,0x6d,0x65])]:_0x438455([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3d7e07,_0x254a35,_0x135bc2)||(_0x2fd74f=!0x1);}}function _0x3ff269(_0xc322f6){return _0xc322f6[_0x438455([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x438455([0x65,0x79]))?JSON[_0x438455([0x70,0x61,0x72,0x73,0x65])](_0x1a44e1(_0xc322f6)):null;}function _0x1a44e1(_0x123b6a){return window[_0x438455([0x61,0x74,0x6f,0x62])](_0x123b6a[_0x438455([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x438455([0x2b]))[_0x438455([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x438455([0x2f])));}function _0x29e458(_0x57739a){let _0x5a48e5=0x1505;function _0xcd2bd7(_0x309c6d){for(let _0x48c338=0x0;_0x48c338<_0x309c6d[_0x438455([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x48c338++){const _0xdf387a=_0x309c6d[_0x438455([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x48c338);_0x5a48e5=(_0x5a48e5<<0x5)+_0x5a48e5+_0xdf387a,_0x5a48e5&=_0x5a48e5;}}function _0x134141(_0x59ae02){Array[_0x438455([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x59ae02)?_0x59ae02[_0x438455([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x134141):_0x59ae02&&typeof _0x59ae02==_0x438455([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x438455([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x59ae02)[_0x438455([0x73,0x6f,0x72,0x74])]()[_0x438455([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5a8504,_0x504a22])=>{_0xcd2bd7(_0x5a8504),_0x134141(_0x504a22);}):_0xcd2bd7(window[_0x438455([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x59ae02));}return _0x134141(_0x57739a),_0x5a48e5>>>0x0;}function _0x14e45b(_0x5753a8){return _0x5753a8[_0x438455([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x438455([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x438455([0x30]));}function _0x371c7d(_0x5dd91c){return _0x5dd91c[_0x438455([0x73,0x70,0x6c,0x69,0x74])]('')[_0x438455([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x438455([0x6a,0x6f,0x69,0x6e])]('');}function _0x1ed03c(){}function _0x438455(_0x4392cb){const _0x4f6900=_0x3885;return _0x4392cb[_0x4f6900(0x1d2)](_0x2865e0=>String[_0x4f6900(0x1a0)](_0x2865e0))[_0x4f6900(0x18e)]('');}_0x451d88(await _0x780330());}(this);}[_0x454251(0x19c)](){const _0x1d945d=_0x454251,_0x266e48=this[_0x1d945d(0x18b)][_0x1d945d(0x1b9)];_0x266e48[_0x1d945d(0x1a6)](_0x15d434=>{const _0x30281b=_0x1d945d,_0x95a689=_0x266e48[_0x30281b(0x198)][_0x30281b(0x1c2)][_0x30281b(0x1a3)]();let _0x503d76=0x0;for(const _0x3c9630 of _0x95a689){const _0x213d9d=f+':'+_0x503d76;if(_0x266e48[_0x30281b(0x1aa)][_0x30281b(0x1ec)](_0x213d9d))_0x15d434[_0x30281b(0x196)](_0x213d9d,{'range':_0x3c9630});else{if(_0x3c9630[_0x30281b(0x1b7)][_0x30281b(0x1f5)]){const _0x20d406=_0x3c9630[_0x30281b(0x1b7)][_0x30281b(0x1b6)](({item:_0x22d00b})=>!_0x266e48[_0x30281b(0x1dc)][_0x30281b(0x1df)](_0x22d00b),{'boundaries':_0x3c9630});_0x15d434[_0x30281b(0x18a)](_0x213d9d,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x15d434[_0x30281b(0x1e0)](_0x20d406,_0x3c9630[_0x30281b(0x190)])});}else _0x15d434[_0x30281b(0x18a)](_0x213d9d,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x3c9630});}_0x503d76++;}});}[_0x454251(0x1a9)](){const _0x24f775=_0x454251,_0x25905f=this[_0x24f775(0x18b)][_0x24f775(0x1b9)],_0x143be5=Array[_0x24f775(0x1bb)](this[_0x24f775(0x18b)][_0x24f775(0x1b9)][_0x24f775(0x1aa)][_0x24f775(0x1ce)](f));_0x143be5[_0x24f775(0x1cd)]&&_0x25905f[_0x24f775(0x1a6)](_0x377a04=>{const _0xb42d0f=_0x24f775;_0x143be5[_0xb42d0f(0x1e6)](_0x195253=>{const _0x1b928f=_0xb42d0f;_0x377a04[_0x1b928f(0x1f3)](_0x195253);});});}[_0x454251(0x1a7)](_0x5da3d3,_0x346488){const _0x3c777f=_0x454251,_0x2194a0=this[_0x3c777f(0x1e4)](),_0x3db5bf=_0x346488||_0x2194a0[_0x3c777f(0x19e)]();this[_0x3c777f(0x18b)][_0x3c777f(0x1b9)][_0x3c777f(0x1e1)](_0x3db5bf)&&this[_0x3c777f(0x18b)][_0x3c777f(0x1b9)][_0x3c777f(0x1a6)](_0x2dc21b=>{const _0xe9fc76=_0x3c777f;this[_0xe9fc76(0x1a9)](),_0x346488||this[_0xe9fc76(0x1da)](_0x2dc21b,_0x2194a0),this[_0xe9fc76(0x1f8)]({'insertAt':_0x3db5bf,'writer':_0x2dc21b,'html':_0x5da3d3});});}[_0x454251(0x1af)](_0x275f3f){const _0x3e2f68=_0x454251,{model:_0x2881e0}=this[_0x3e2f68(0x18b)],_0x5fa883=this[_0x3e2f68(0x1e4)]();_0x2881e0[_0x3e2f68(0x1a6)](()=>{const _0x281a70=_0x3e2f68,_0x64e9c5=this[_0x281a70(0x1e3)](_0x275f3f,_0x5fa883)||this[_0x281a70(0x1ea)](_0x5fa883);this[_0x281a70(0x1a7)](_0x275f3f,_0x64e9c5);});}[_0x454251(0x1e4)](){const _0x4d541d=_0x454251,_0x5b7dd1=this[_0x4d541d(0x18b)][_0x4d541d(0x1b9)],_0x4a005c=Array[_0x4d541d(0x1bb)](_0x5b7dd1[_0x4d541d(0x1aa)][_0x4d541d(0x1ce)](f))[_0x4d541d(0x1d2)](_0x150634=>_0x150634[_0x4d541d(0x193)]());return _0x5b7dd1[_0x4d541d(0x1a2)](_0x4a005c);}[_0x454251(0x1f8)]({writer:_0xdf4040,html:_0x2a2915,insertAt:_0x2a1d31}){const _0x519e38=_0x454251,{view:_0x259461}=this[_0x519e38(0x18b)][_0x519e38(0x1a8)],_0x4dc1f=this[_0x519e38(0x18b)][_0x519e38(0x1c6)][_0x519e38(0x1ca)](_0x5147dc),_0x4beb1d=new w();_0x4beb1d[_0x519e38(0x1ab)](_0x519e38(0x1f0),_0x2a2915);const _0x376d64=new ClipboardEvent(_0x519e38(0x1de),{'clipboardData':_0x4beb1d}),_0x2ad904=new _0x1bb2fb(_0x259461,_0x376d64,{'dataTransfer':new _0x4a920a(_0x4beb1d)});_0xdf4040[_0x519e38(0x1ac)](_0x2a1d31);const _0x19e6d6=(_0x5f1979,_0x3d9759)=>{const _0x39c463=_0x519e38;_0x3d9759[_0x39c463(0x1d3)]&&_0xdf4040[_0x39c463(0x1ac)](_0x3d9759[_0x39c463(0x1d3)]);};_0x4dc1f[_0x519e38(0x1c1)](_0x519e38(0x1ad),_0x19e6d6,{'priority':_0x519e38(0x1f4)}),_0x259461[_0x519e38(0x198)][_0x519e38(0x1c0)](_0x519e38(0x1de),_0x2ad904),_0x4dc1f[_0x519e38(0x1f6)](_0x519e38(0x1ad),_0x19e6d6);}[_0x454251(0x1ea)](_0x47b1f0){const _0x2d9138=_0x454251,{model:_0x398692}=this[_0x2d9138(0x18b)],_0x23101b=Array[_0x2d9138(0x1bb)](_0x47b1f0[_0x2d9138(0x1b5)]());return _0x23101b[_0x2d9138(0x1cd)]?_0x398692[_0x2d9138(0x1cf)](_0x23101b[_0x2d9138(0x1c7)]()):_0x47b1f0[_0x2d9138(0x1ee)]();}[_0x454251(0x1e3)](_0x5a2046,_0x389d4e){const _0x579ed3=_0x454251,{model:_0x39486a,plugins:_0x48b5a3}=this[_0x579ed3(0x18b)];if(_0x48b5a3[_0x579ed3(0x1ec)](_0x579ed3(0x1c9))){const _0x59c298=_0x48b5a3[_0x579ed3(0x1ca)](_0x579ed3(0x1c9))[_0x579ed3(0x1d7)](_0x389d4e);if(_0x59c298[_0x579ed3(0x1cd)]){const _0x228c75=this[_0x579ed3(0x18f)](_0x5a2046),_0x4719c4=this[_0x579ed3(0x1dd)](_0x59c298,_0x228c75);return _0x39486a[_0x579ed3(0x1e5)](_0x4719c4,0x0);}}return null;}[_0x454251(0x18f)](_0x8d8fd7){const _0x45123f=_0x454251,_0x2cc68c=this[_0x45123f(0x18b)][_0x45123f(0x1c6)][_0x45123f(0x1ca)](_0x45123f(0x1c9)),_0x149a2a=this[_0x45123f(0x18b)][_0x45123f(0x19a)][_0x45123f(0x1cb)](_0x8d8fd7),_0x41f64c=Array[_0x45123f(0x1bb)](_0x149a2a[_0x45123f(0x1b2)]())[_0x45123f(0x1c8)](_0x4211c9=>_0x4211c9['is'](_0x45123f(0x1ba),_0x45123f(0x1cc)));let _0x5433e7=0x0;return _0x41f64c[_0x45123f(0x1e6)](_0xfd9d9f=>{const _0x2df05d=_0x45123f;_0x5433e7+=_0x2cc68c[_0x2df05d(0x1c5)](_0xfd9d9f);}),_0x5433e7;}[_0x454251(0x1dd)](_0x44239e,_0x57add0){const _0x446bb2=_0x454251,_0x5ba87a=this[_0x446bb2(0x18b)][_0x446bb2(0x1c6)][_0x446bb2(0x1ca)](_0x446bb2(0x1c9)),_0x530f41=_0x5ba87a[_0x446bb2(0x19d)](_0x44239e),_0x547504=_0x5ba87a[_0x446bb2(0x1bc)](_0x44239e),_0x3beb11=_0x530f41[_0x446bb2(0x199)]+0x1,_0x54c55f=_0x547504[_0x446bb2(0x1f7)],_0x31e048=_0x44239e[0x0][_0x446bb2(0x1a4)](_0x446bb2(0x1cc));for(let _0x3803b9=0x0;_0x3803b9<_0x57add0;_0x3803b9++)_0x5ba87a[_0x446bb2(0x1f1)](_0x31e048,{'at':_0x3beb11});return _0x31e048[_0x446bb2(0x1d5)](_0x3beb11)[_0x446bb2(0x1d5)](_0x54c55f);}[_0x454251(0x1da)](_0x52020c,_0x241a17){const _0x3726d7=_0x454251,{plugins:_0x503c7c}=this[_0x3726d7(0x18b)],{model:_0xc6674c}=_0x52020c;if(!_0x503c7c[_0x3726d7(0x1ec)](_0x3726d7(0x1c9)))return;_0x503c7c[_0x3726d7(0x1ca)](_0x3726d7(0x1c9))[_0x3726d7(0x1d7)](_0x241a17)[_0x3726d7(0x1cd)]&&_0xc6674c[_0x3726d7(0x1eb)](_0x241a17);}}
23
+ function _0x3f9e(_0x1632a9,_0x347ee3){const _0x45695b=_0x4569();return _0x3f9e=function(_0x3f9ebb,_0x304e8d){_0x3f9ebb=_0x3f9ebb-0x16a;let _0x11f5ff=_0x45695b[_0x3f9ebb];return _0x11f5ff;},_0x3f9e(_0x1632a9,_0x347ee3);}const _0x4b3045=_0x3f9e;(function(_0x211b9b,_0x1c502c){const _0x3b750f=_0x3f9e,_0x1986e4=_0x211b9b();while(!![]){try{const _0x3e65bf=-parseInt(_0x3b750f(0x199))/0x1+-parseInt(_0x3b750f(0x1b9))/0x2+parseInt(_0x3b750f(0x189))/0x3*(parseInt(_0x3b750f(0x1b5))/0x4)+-parseInt(_0x3b750f(0x191))/0x5*(parseInt(_0x3b750f(0x16b))/0x6)+-parseInt(_0x3b750f(0x1d9))/0x7*(parseInt(_0x3b750f(0x190))/0x8)+-parseInt(_0x3b750f(0x16e))/0x9*(parseInt(_0x3b750f(0x17d))/0xa)+-parseInt(_0x3b750f(0x1d3))/0xb*(-parseInt(_0x3b750f(0x170))/0xc);if(_0x3e65bf===_0x1c502c)break;else _0x1986e4['push'](_0x1986e4['shift']());}catch(_0x100537){_0x1986e4['push'](_0x1986e4['shift']());}}}(_0x4569,0x96359));import{uid as _0x5313bd}from'ckeditor5/src/utils.js';import{Plugin as _0xb56180}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x14925b}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x26c30a,ViewDataTransfer as _0x325764}from'ckeditor5/src/engine.js';const F=globalThis[_0x4b3045(0x19b)],R=_0x4b3045(0x1b0);export class AIAssistantEditing extends _0xb56180{static get[_0x4b3045(0x1a4)](){const _0x330fbd=_0x4b3045;return _0x330fbd(0x1bc);}static get[_0x4b3045(0x1c2)](){return!0x0;}static get[_0x4b3045(0x1a6)](){return!0x0;}[_0x4b3045(0x1c4)](){const _0x368bc6=_0x4b3045,{editor:_0x1ccae7}=this,_0x2ccd15=[_0x368bc6(0x18d)];_0x1ccae7[_0x368bc6(0x17c)][_0x368bc6(0x1ce)](_0x368bc6(0x183))&&_0x2ccd15[_0x368bc6(0x174)](_0x368bc6(0x19f)),_0x1ccae7[_0x368bc6(0x176)][_0x368bc6(0x18c)](_0x368bc6(0x17b))[_0x368bc6(0x1af)]({'model':R,'view':{'classes':_0x2ccd15,'priority':0xc}}),_0x1ccae7[_0x368bc6(0x176)][_0x368bc6(0x18c)](_0x368bc6(0x17b))[_0x368bc6(0x18b)]({'model':R,'view':(_0x20d86e,{writer:_0x4d27a4})=>{const _0x3232ca=_0x368bc6;if(!_0x20d86e[_0x3232ca(0x1b6)][_0x3232ca(0x1ac)])return null;const _0x46ed4d=_0x4d27a4[_0x3232ca(0x1a8)](_0x3232ca(0x1c0));return _0x4d27a4[_0x3232ca(0x1b4)]([_0x3232ca(0x18d),_0x3232ca(0x19d)],_0x46ed4d),_0x46ed4d;}});}[_0x4b3045(0x18f)](){!async function(_0x5b800d){const _0xeaacf9=_0x3c7237([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]),_0x2cb8a1=0x3dffc4e1,_0x121ff0=0x3df8ba29^_0x2cb8a1,_0x4a47e5=window[_0x3c7237([0x44,0x61,0x74,0x65])][_0x3c7237([0x6e,0x6f,0x77])](),_0x76cf77=_0x5b800d[_0x3c7237([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x35fa1d=new window[(_0x3c7237([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x195813=>{_0x76cf77[_0x3c7237([0x6f,0x6e,0x63,0x65])](_0x3c7237([0x72,0x65,0x61,0x64,0x79]),_0x195813);}),_0x4f7881={[_0x3c7237([0x6b,0x74,0x79])]:_0x3c7237([0x45,0x43]),[_0x3c7237([0x75,0x73,0x65])]:_0x3c7237([0x73,0x69,0x67]),[_0x3c7237([0x63,0x72,0x76])]:_0x3c7237([0x50,0x2d,0x32,0x35,0x36]),[_0x3c7237([0x78])]:_0x3c7237([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]),[_0x3c7237([0x79])]:_0x3c7237([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]),[_0x3c7237([0x61,0x6c,0x67])]:_0x3c7237([0x45,0x53,0x32,0x35,0x36])},_0xa3245e=_0x76cf77[_0x3c7237([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3c7237([0x67,0x65,0x74])](_0x3c7237([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x372958(){let _0x415c7e,_0x5e5a4e=null,_0x81e446=null;try{if(_0xa3245e==_0x3c7237([0x47,0x50,0x4c]))return _0x3c7237([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x415c7e=_0x5bb8be(),!_0x415c7e)return _0x3c7237([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x415c7e[_0x3c7237([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x81e446=_0x54dc45(_0x415c7e[_0x3c7237([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x415c7e[_0x3c7237([0x6a,0x74,0x69])])),await _0x369be6()?_0x12aff5()?_0x4adfb1()?_0x3c7237([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1f81d9()?(_0x415c7e[_0x3c7237([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3c7237([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5e5a4e=_0x4b768b(_0x3c7237([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x24e3f9()):_0x3c7237([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3c7237([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3c7237([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3c7237([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4adfb1(){const _0x3912f5=[_0x3c7237([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3c7237([0x74,0x72,0x69,0x61,0x6c])][_0x3c7237([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x415c7e[_0x3c7237([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4a47e5/0x3e8:0xe10*_0x121ff0;return _0x415c7e[_0x3c7237([0x65,0x78,0x70])]<_0x3912f5;}function _0x12aff5(){const _0x16114e=_0x415c7e[_0x3c7237([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x16114e&&(!!_0x16114e[_0x3c7237([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c7237([0x2a]))||!!_0x16114e[_0x3c7237([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c7237([0x41,0x49])));}function _0x1f81d9(){const _0x2de128=_0x3f9e,_0x317c40=_0x415c7e[_0x3c7237([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x317c40||0x0==_0x317c40[_0x3c7237([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x31b913}=new URL(window[_0x3c7237([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2de128(0x180)]);if(_0x317c40[_0x3c7237([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x31b913))return!0x0;const _0x243634=_0x31b913[_0x3c7237([0x73,0x70,0x6c,0x69,0x74])](_0x3c7237([0x2e]));return _0x317c40[_0x3c7237([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x222bf1=>_0x222bf1[_0x3c7237([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c7237([0x2a])))[_0x3c7237([0x6d,0x61,0x70])](_0x19498d=>_0x19498d[_0x3c7237([0x73,0x70,0x6c,0x69,0x74])](_0x3c7237([0x2e])))[_0x3c7237([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x279f6e=>_0x279f6e[_0x3c7237([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x243634[_0x3c7237([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3c7237([0x6d,0x61,0x70])](_0x47f965=>Array(_0x243634[_0x3c7237([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x47f965[_0x3c7237([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3c7237([0x66,0x69,0x6c,0x6c])](_0x47f965[0x0]===_0x3c7237([0x2a])?_0x3c7237([0x2a]):'')[_0x3c7237([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x47f965))[_0x3c7237([0x73,0x6f,0x6d,0x65])](_0xfc15d1=>_0x243634[_0x3c7237([0x65,0x76,0x65,0x72,0x79])]((_0x38e006,_0x201579)=>_0xfc15d1[_0x201579]===_0x38e006||_0xfc15d1[_0x201579]===_0x3c7237([0x2a])));}function _0x24e3f9(){return _0x5e5a4e&&_0x81e446?new window[(_0x3c7237([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x51909e,_0x4997e3)=>{_0x5e5a4e[_0x3c7237([0x74,0x68,0x65,0x6e])](_0x51909e,_0x4997e3),_0x81e446[_0x3c7237([0x74,0x68,0x65,0x6e])](_0x3e1da5=>{_0x3e1da5!=_0x3c7237([0x56,0x61,0x6c,0x69,0x64])&&_0x51909e(_0x3e1da5);},_0x4997e3);}):_0x5e5a4e||_0x81e446||_0x3c7237([0x56,0x61,0x6c,0x69,0x64]);}}function _0x54dc45(_0x102b10,_0x4849ba){return new window[(_0x3c7237([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2820a7=>{if(_0x4b1180())return _0x2820a7(_0x3c7237([0x56,0x61,0x6c,0x69,0x64]));_0x3fcbd3(),_0x76cf77[_0x3c7237([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3c7237([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1e97d0=!0x1;const _0x3b9155=_0x5313bd();function _0xe76504(_0x40deb4){return!!_0x40deb4&&(typeof _0x40deb4===_0x3c7237([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x40deb4===_0x3c7237([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x40deb4[_0x3c7237([0x74,0x68,0x65,0x6e])]===_0x3c7237([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x40deb4[_0x3c7237([0x63,0x61,0x74,0x63,0x68])]===_0x3c7237([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3ebd22(_0x6b01cc){_0x532d97(_0x6b01cc)[_0x3c7237([0x74,0x68,0x65,0x6e])](_0x4dc35f=>{if(!_0x4dc35f||_0x4dc35f[_0x3c7237([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3c7237([0x6f,0x6b]))return _0x3c7237([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x519d1c(_0x5b7ba7(_0x3b9155+_0x4849ba))!=_0x4dc35f[_0x3c7237([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3c7237([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3c7237([0x56,0x61,0x6c,0x69,0x64]);})[_0x3c7237([0x74,0x68,0x65,0x6e])](_0x8ab207=>(_0x2467c7(),_0x8ab207),()=>{const _0x550721=_0x217f25();return null==_0x550721?(_0x2467c7(),_0x3c7237([0x56,0x61,0x6c,0x69,0x64])):_0x3c7237(_0x4a47e5-_0x550721>(0x19f340e1^_0x2cb8a1)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3c7237([0x74,0x68,0x65,0x6e])](_0x2820a7)[_0x3c7237([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2820a7(_0x3c7237([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x355d1f=0x3dc92a61^_0x2cb8a1;function _0x2467c7(){const _0x50faff=_0x3c7237([0x6c,0x6c,0x63,0x74,0x2d])+_0x519d1c(_0x5b7ba7(_0x102b10)),_0x5c0f5a=_0x52402d(_0x519d1c(window[_0x3c7237([0x4d,0x61,0x74,0x68])][_0x3c7237([0x63,0x65,0x69,0x6c])](_0x4a47e5/_0x355d1f)));window[_0x3c7237([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3c7237([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x50faff,_0x5c0f5a);}function _0x217f25(){const _0x4b26f1=_0x3c7237([0x6c,0x6c,0x63,0x74,0x2d])+_0x519d1c(_0x5b7ba7(_0x102b10)),_0x3dce49=window[_0x3c7237([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3c7237([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4b26f1);return _0x3dce49?window[_0x3c7237([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x52402d(_0x3dce49),0x10)*_0x355d1f:null;}function _0x532d97(_0x3e73dc){return new window[(_0x3c7237([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2884f3,_0x58bef0)=>{_0x3e73dc[_0x3c7237([0x74,0x68,0x65,0x6e])](_0x2884f3,_0x58bef0),window[_0x3c7237([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x58bef0,0x3dfe1021^_0x2cb8a1);});}}_0x76cf77[_0x3c7237([0x6f,0x6e])](_0x3c7237([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4fe8b6,_0x550990)=>{if(_0x550990[0x0]!=_0x102b10)return _0x2820a7(_0x3c7237([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x550990[0x1]={..._0x550990[0x1],[_0x3c7237([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3b9155};},{[_0x3c7237([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3c7237([0x68,0x69,0x67,0x68])}),_0x76cf77[_0x3c7237([0x6f,0x6e])](_0x3c7237([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x26f747=>{_0xe76504(_0x26f747[_0x3c7237([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1e97d0=!0x0,_0x3ebd22(_0x26f747[_0x3c7237([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3c7237([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3c7237([0x6c,0x6f,0x77])}),_0x35fa1d[_0x3c7237([0x74,0x68,0x65,0x6e])](()=>{_0x1e97d0||_0x2820a7(_0x3c7237([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4b1180(){return _0x76cf77[_0x3c7237([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3c7237([0x76,0x69,0x65,0x77])][_0x3c7237([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3c7237([0x61,0x75,0x74,0x6f]);}function _0x3fcbd3(){_0x76cf77[_0x3c7237([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3c7237([0x76,0x69,0x65,0x77])][_0x3c7237([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3c7237([0x61,0x75,0x74,0x6f]);}}function _0x4b768b(_0x2f33bf){const _0x1c5714=[new window[(_0x3c7237([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x40a862=>setTimeout(_0x40a862,0x3df6fa2d^_0x2cb8a1)),_0x35fa1d[_0x3c7237([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3c7237([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5c902f=>{let _0x463b1c=0x0;_0x76cf77[_0x3c7237([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c7237([0x6f,0x6e])](_0x3c7237([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x52e19c,_0x55eb3b)=>{_0x55eb3b[0x0][_0x3c7237([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x463b1c++,_0x463b1c==(0x3dffc109^_0x2cb8a1)&&(_0x5c902f(),_0x52e19c[_0x3c7237([0x6f,0x66,0x66])]());});}))];return window[_0x3c7237([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3c7237([0x72,0x61,0x63,0x65])](_0x1c5714)[_0x3c7237([0x74,0x68,0x65,0x6e])](()=>_0x2f33bf);}async function _0x1afbf3(){await _0x35fa1d,_0x76cf77[_0x3c7237([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c7237([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3eb646,_0x76cf77[_0x3c7237([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c7237([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3eb646,_0x76cf77[_0x3c7237([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3c7237([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2a6744(_0x511c53){const _0x46b95f=_0x4707a9();_0x76cf77[_0x46b95f]=_0x3c7237([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x511c53,_0x511c53!=_0x3c7237([0x56,0x61,0x6c,0x69,0x64])&&_0x1afbf3();}function _0x4707a9(){const _0x2f1f24=window[_0x3c7237([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3c7237([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3c7237([0x6e,0x6f,0x77])]())[_0x3c7237([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3c7237([0x2e]),'');let _0x4c39d9=_0x3c7237([0x6e]);for(let _0x4ceacd=0x0;_0x4ceacd<_0x2f1f24[_0x3c7237([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4ceacd+=0x2){let _0xc95f13=window[_0x3c7237([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2f1f24[_0x3c7237([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4ceacd,_0x4ceacd+0x2));_0xc95f13>=_0xeaacf9[_0x3c7237([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xc95f13-=_0xeaacf9[_0x3c7237([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4c39d9+=_0xeaacf9[_0xc95f13];}return _0x4c39d9;}function _0x5bb8be(){const _0x561935=_0xa3245e[_0x3c7237([0x73,0x70,0x6c,0x69,0x74])](_0x3c7237([0x2e]));if(0x3!=_0x561935[_0x3c7237([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1f2f04(_0x561935[0x1]);function _0x1f2f04(_0x26fa5f){const _0x55bd11=_0x316698(_0x26fa5f);return _0x55bd11&&_0x8f0728()?_0x55bd11:null;function _0x8f0728(){const _0x3707b2=_0x55bd11[_0x3c7237([0x6a,0x74,0x69])],_0x49b7bf=window[_0x3c7237([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3707b2[_0x3c7237([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3707b2[_0x3c7237([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x131d3b={..._0x55bd11,[_0x3c7237([0x6a,0x74,0x69])]:_0x3707b2[_0x3c7237([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3707b2[_0x3c7237([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x131d3b[_0x3c7237([0x76,0x63])],_0x5b7ba7(_0x131d3b)==_0x49b7bf;}}}async function _0x369be6(){let _0x378021=!0x0;try{const _0x5d0df3=_0xa3245e[_0x3c7237([0x73,0x70,0x6c,0x69,0x74])](_0x3c7237([0x2e])),[_0x1e0364,_0xb2ac6,_0x40c3fd]=_0x5d0df3;return _0x20c406(_0x1e0364),await _0x5c5d5d(_0x1e0364,_0xb2ac6,_0x40c3fd),_0x378021;}catch{return!0x1;}function _0x20c406(_0x370014){const _0x51edc7=_0x316698(_0x370014);_0x51edc7&&_0x51edc7[_0x3c7237([0x61,0x6c,0x67])]==_0x3c7237([0x45,0x53,0x32,0x35,0x36])||(_0x378021=!0x1);}async function _0x5c5d5d(_0x3bd780,_0x523748,_0x1c5d8b){const _0x4cc306=window[_0x3c7237([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3c7237([0x66,0x72,0x6f,0x6d])](_0x1e8b80(_0x1c5d8b),_0x3f75ba=>_0x3f75ba[_0x3c7237([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x314f0e=new window[(_0x3c7237([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3c7237([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3bd780+_0x3c7237([0x2e])+_0x523748),_0x160e98=window[_0x3c7237([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3c7237([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x160e98)return;const _0x5cff34=await _0x160e98[_0x3c7237([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3c7237([0x6a,0x77,0x6b]),_0x4f7881,{[_0x3c7237([0x6e,0x61,0x6d,0x65])]:_0x3c7237([0x45,0x43,0x44,0x53,0x41]),[_0x3c7237([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3c7237([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3c7237([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x160e98[_0x3c7237([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3c7237([0x6e,0x61,0x6d,0x65])]:_0x3c7237([0x45,0x43,0x44,0x53,0x41]),[_0x3c7237([0x68,0x61,0x73,0x68])]:{[_0x3c7237([0x6e,0x61,0x6d,0x65])]:_0x3c7237([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5cff34,_0x4cc306,_0x314f0e)||(_0x378021=!0x1);}}function _0x316698(_0x30a593){return _0x30a593[_0x3c7237([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3c7237([0x65,0x79]))?JSON[_0x3c7237([0x70,0x61,0x72,0x73,0x65])](_0x1e8b80(_0x30a593)):null;}function _0x1e8b80(_0x18157b){return window[_0x3c7237([0x61,0x74,0x6f,0x62])](_0x18157b[_0x3c7237([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3c7237([0x2b]))[_0x3c7237([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3c7237([0x2f])));}function _0x5b7ba7(_0x27939e){let _0x20fc58=0x1505;function _0x3f47cb(_0x1f124e){for(let _0xffceb4=0x0;_0xffceb4<_0x1f124e[_0x3c7237([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xffceb4++){const _0x4b8483=_0x1f124e[_0x3c7237([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xffceb4);_0x20fc58=(_0x20fc58<<0x5)+_0x20fc58+_0x4b8483,_0x20fc58&=_0x20fc58;}}function _0x417be9(_0x33db13){Array[_0x3c7237([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x33db13)?_0x33db13[_0x3c7237([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x417be9):_0x33db13&&typeof _0x33db13==_0x3c7237([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3c7237([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x33db13)[_0x3c7237([0x73,0x6f,0x72,0x74])]()[_0x3c7237([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x117bc9,_0x2aa494])=>{_0x3f47cb(_0x117bc9),_0x417be9(_0x2aa494);}):_0x3f47cb(window[_0x3c7237([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x33db13));}return _0x417be9(_0x27939e),_0x20fc58>>>0x0;}function _0x519d1c(_0x2d99ee){return _0x2d99ee[_0x3c7237([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3c7237([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3c7237([0x30]));}function _0x52402d(_0x392ecb){return _0x392ecb[_0x3c7237([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3c7237([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3c7237([0x6a,0x6f,0x69,0x6e])]('');}function _0x3eb646(){}function _0x3c7237(_0x21bedb){const _0x26d2a0=_0x3f9e;return _0x21bedb[_0x26d2a0(0x17a)](_0x41d6f2=>String[_0x26d2a0(0x179)](_0x41d6f2))[_0x26d2a0(0x1bd)]('');}_0x2a6744(await _0x372958());}(this);}[_0x4b3045(0x18a)](){const _0x2b5b78=_0x4b3045,_0x4d86ec=this[_0x2b5b78(0x19e)][_0x2b5b78(0x181)];_0x4d86ec[_0x2b5b78(0x178)](_0x116bdf=>{const _0x35877a=_0x2b5b78,_0x4dbb38=_0x4d86ec[_0x35877a(0x1b3)][_0x35877a(0x173)][_0x35877a(0x1c9)]();let _0x170612=0x0;for(const _0x366bdb of _0x4dbb38){const _0x1d011d=R+':'+_0x170612;if(_0x4d86ec[_0x35877a(0x188)][_0x35877a(0x192)](_0x1d011d))_0x116bdf[_0x35877a(0x1a2)](_0x1d011d,{'range':_0x366bdb});else{if(_0x366bdb[_0x35877a(0x175)][_0x35877a(0x17f)]){const _0x32b311=_0x366bdb[_0x35877a(0x175)][_0x35877a(0x187)](({item:_0x1385c9})=>!_0x4d86ec[_0x35877a(0x1c3)][_0x35877a(0x1b8)](_0x1385c9),{'boundaries':_0x366bdb});_0x116bdf[_0x35877a(0x1a1)](_0x1d011d,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x116bdf[_0x35877a(0x1ad)](_0x32b311,_0x366bdb[_0x35877a(0x182)])});}else _0x116bdf[_0x35877a(0x1a1)](_0x1d011d,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x366bdb});}_0x170612++;}});}[_0x4b3045(0x186)](){const _0x383d19=_0x4b3045,_0x458be8=this[_0x383d19(0x19e)][_0x383d19(0x181)],_0x373254=Array[_0x383d19(0x16a)](this[_0x383d19(0x19e)][_0x383d19(0x181)][_0x383d19(0x188)][_0x383d19(0x194)](R));_0x373254[_0x383d19(0x1bf)]&&_0x458be8[_0x383d19(0x178)](_0x381ae6=>{const _0x453755=_0x383d19;_0x373254[_0x453755(0x177)](_0x3b0fe1=>{const _0x568579=_0x453755;_0x381ae6[_0x568579(0x1ab)](_0x3b0fe1);});});}[_0x4b3045(0x1c6)](_0x316e7b,_0xc170b5){const _0x259362=_0x4b3045,_0x160ea7=this[_0x259362(0x1b2)](),_0x2122f2=_0xc170b5||_0x160ea7[_0x259362(0x1d7)]();this[_0x259362(0x19e)][_0x259362(0x181)][_0x259362(0x1bb)](_0x2122f2)&&this[_0x259362(0x19e)][_0x259362(0x181)][_0x259362(0x178)](_0x21885e=>{const _0x4734c0=_0x259362;this[_0x4734c0(0x186)](),_0xc170b5||this[_0x4734c0(0x1be)](_0x21885e,_0x160ea7),this[_0x4734c0(0x16c)]({'insertAt':_0x2122f2,'writer':_0x21885e,'html':_0x316e7b});});}[_0x4b3045(0x19a)](_0x15d85d){const _0x5a37c3=_0x4b3045,{model:_0x335196}=this[_0x5a37c3(0x19e)],_0x5dc765=this[_0x5a37c3(0x1b2)]();_0x335196[_0x5a37c3(0x178)](()=>{const _0x4ce64b=_0x5a37c3,_0x2edfe8=this[_0x4ce64b(0x1c5)](_0x15d85d,_0x5dc765)||this[_0x4ce64b(0x196)](_0x5dc765);this[_0x4ce64b(0x1c6)](_0x15d85d,_0x2edfe8);});}[_0x4b3045(0x1b2)](){const _0x15c6b9=_0x4b3045,_0x20b875=this[_0x15c6b9(0x19e)][_0x15c6b9(0x181)],_0x1cc1e7=Array[_0x15c6b9(0x16a)](_0x20b875[_0x15c6b9(0x188)][_0x15c6b9(0x194)](R))[_0x15c6b9(0x17a)](_0x248974=>_0x248974[_0x15c6b9(0x1d2)]());return _0x20b875[_0x15c6b9(0x1c7)](_0x1cc1e7);}[_0x4b3045(0x16c)]({writer:_0x1b6593,html:_0x4ac0c9,insertAt:_0xd36e88}){const _0x574fbd=_0x4b3045,{view:_0x15cf66}=this[_0x574fbd(0x19e)][_0x574fbd(0x185)],_0x57d1f4=this[_0x574fbd(0x19e)][_0x574fbd(0x1a3)][_0x574fbd(0x1ce)](_0x14925b),_0x144d60=new F();_0x144d60[_0x574fbd(0x198)](_0x574fbd(0x171),_0x4ac0c9);const _0x2327a8=new ClipboardEvent(_0x574fbd(0x1a5),{'clipboardData':_0x144d60}),_0x5c0511=new _0x26c30a(_0x15cf66,_0x2327a8,{'dataTransfer':new _0x325764(_0x144d60)});_0x1b6593[_0x574fbd(0x1aa)](_0xd36e88);const _0x3825a6=(_0x1d47ce,_0x1f2e0a)=>{const _0x5989a8=_0x574fbd;_0x1f2e0a[_0x5989a8(0x1c8)]&&_0x1b6593[_0x5989a8(0x1aa)](_0x1f2e0a[_0x5989a8(0x1c8)]);};_0x57d1f4[_0x574fbd(0x1a9)](_0x574fbd(0x1d1),_0x3825a6,{'priority':_0x574fbd(0x1ca)}),_0x15cf66[_0x574fbd(0x1b3)][_0x574fbd(0x1cc)](_0x574fbd(0x1a5),_0x5c0511),_0x57d1f4[_0x574fbd(0x1d4)](_0x574fbd(0x1d1),_0x3825a6);}[_0x4b3045(0x196)](_0x3f2d39){const _0x7aa430=_0x4b3045,{model:_0x428d67}=this[_0x7aa430(0x19e)],_0xe778ec=Array[_0x7aa430(0x16a)](_0x3f2d39[_0x7aa430(0x1cd)]());return _0xe778ec[_0x7aa430(0x1bf)]?_0x428d67[_0x7aa430(0x1a7)](_0xe778ec[_0x7aa430(0x195)]()):_0x3f2d39[_0x7aa430(0x18e)]();}[_0x4b3045(0x1c5)](_0x5011d1,_0x4d7160){const _0x2d94af=_0x4b3045,{model:_0x45ccb7,plugins:_0x2c2768}=this[_0x2d94af(0x19e)];if(_0x2c2768[_0x2d94af(0x192)](_0x2d94af(0x197))){const _0x55d482=_0x2c2768[_0x2d94af(0x1ce)](_0x2d94af(0x197))[_0x2d94af(0x1c1)](_0x4d7160);if(_0x55d482[_0x2d94af(0x1bf)]){const _0x583df2=this[_0x2d94af(0x1d8)](_0x5011d1),_0x5144a5=this[_0x2d94af(0x1b1)](_0x55d482,_0x583df2);return _0x45ccb7[_0x2d94af(0x16f)](_0x5144a5,0x0);}}return null;}[_0x4b3045(0x1d8)](_0xd4c463){const _0x42e532=_0x4b3045,_0x31d7c1=this[_0x42e532(0x19e)][_0x42e532(0x1a3)][_0x42e532(0x1ce)](_0x42e532(0x197)),_0x41b7bd=this[_0x42e532(0x19e)][_0x42e532(0x1d5)][_0x42e532(0x19c)](_0xd4c463),_0x339984=Array[_0x42e532(0x16a)](_0x41b7bd[_0x42e532(0x1cb)]())[_0x42e532(0x1ba)](_0xffd345=>_0xffd345['is'](_0x42e532(0x1ae),_0x42e532(0x1cf)));let _0x2c7a53=0x0;return _0x339984[_0x42e532(0x177)](_0x3e1fe9=>{const _0x431ca6=_0x42e532;_0x2c7a53+=_0x31d7c1[_0x431ca6(0x193)](_0x3e1fe9);}),_0x2c7a53;}[_0x4b3045(0x1b1)](_0x3fab9a,_0x1800a4){const _0x46ba49=_0x4b3045,_0x360b00=this[_0x46ba49(0x19e)][_0x46ba49(0x1a3)][_0x46ba49(0x1ce)](_0x46ba49(0x197)),_0x4b6c96=_0x360b00[_0x46ba49(0x172)](_0x3fab9a),_0x5f333c=_0x360b00[_0x46ba49(0x17e)](_0x3fab9a),_0x2be40e=_0x4b6c96[_0x46ba49(0x1a0)]+0x1,_0x54ce03=_0x5f333c[_0x46ba49(0x16d)],_0x5f081a=_0x3fab9a[0x0][_0x46ba49(0x184)](_0x46ba49(0x1cf));for(let _0x404bbf=0x0;_0x404bbf<_0x1800a4;_0x404bbf++)_0x360b00[_0x46ba49(0x1d6)](_0x5f081a,{'at':_0x2be40e});return _0x5f081a[_0x46ba49(0x1b7)](_0x2be40e)[_0x46ba49(0x1b7)](_0x54ce03);}[_0x4b3045(0x1be)](_0x59b077,_0x2adcda){const _0x49b610=_0x4b3045,{plugins:_0x394e61}=this[_0x49b610(0x19e)],{model:_0x37ec46}=_0x59b077;if(!_0x394e61[_0x49b610(0x192)](_0x49b610(0x197)))return;_0x394e61[_0x49b610(0x1ce)](_0x49b610(0x197))[_0x49b610(0x1c1)](_0x2adcda)[_0x49b610(0x1bf)]&&_0x37ec46[_0x49b610(0x1d0)](_0x2adcda);}}function _0x4569(){const _0x341c34=['createPositionAfter','createUIElement','once','setSelection','removeMarker','isCollapsed','createRange','element','markerToHighlight','ai-ui','_createEmptyTableRows','_getAISelection','document','addClass','76304DolOSJ','markerRange','getChild','isContent','2097100NFEevs','filter','canEditAt','AIAssistantEditing','join','_resetContentOfSelectedTableCells','length','span','getSelectedTableCells','isOfficialPlugin','schema','init','_prepareTableInsertBelowPosition','insertContent','createSelection','resultRange','getRanges','lowest','getChildren','fire','getSelectedBlocks','get','table','deleteContent','contentInsertion','getRange','1804iNLUsu','off','data','insertRows','getFirstRange','_getTableRowCountFromContent','84ifCjHJ','from','2008284QHWaLU','_pasteHTMLUsingClipboard','first','153ZaGgqZ','createPositionAt','318036BoCefQ','text/html','getRowIndexes','selection','push','start','conversion','forEach','change','fromCharCode','map','editingDowncast','config','623730dgyRRE','getColumnIndexes','isAtEnd','href','model','end','ai.assistant.useTheme','findAncestor','editing','hideFakeVisualSelection','getLastMatchingPosition','markers','114nVftbQ','showFakeVisualSelection','markerToElement','for','ck-fake-ai-selection','getLastPosition','afterInit','740632aevGnU','5Vyprgl','has','getRows','getMarkersGroup','pop','_getDefaultInsertBelowPosition','TableUtils','setData','901570aCUDbh','insertContentBelow','DataTransfer','parse','ck-fake-ai-selection_collapsed','editor','ck-ai-assistant-ui_theme','last','addMarker','updateMarker','plugins','pluginName','paste','isPremiumPlugin'];_0x4569=function(){return _0x341c34;};return _0x4569();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5e407c=_0x5430;(function(_0x2ee5a4,_0x27640a){const _0x478392=_0x5430,_0x472112=_0x2ee5a4();while(!![]){try{const _0x3536fc=-parseInt(_0x478392(0x141))/0x1+parseInt(_0x478392(0x124))/0x2*(parseInt(_0x478392(0xd8))/0x3)+-parseInt(_0x478392(0xf4))/0x4*(-parseInt(_0x478392(0x115))/0x5)+-parseInt(_0x478392(0x104))/0x6*(parseInt(_0x478392(0xf1))/0x7)+parseInt(_0x478392(0xcd))/0x8*(-parseInt(_0x478392(0xa0))/0x9)+parseInt(_0x478392(0x121))/0xa*(-parseInt(_0x478392(0x12d))/0xb)+parseInt(_0x478392(0x111))/0xc;if(_0x3536fc===_0x27640a)break;else _0x472112['push'](_0x472112['shift']());}catch(_0x544e44){_0x472112['push'](_0x472112['shift']());}}}(_0x3066,0xbfb09));import{Plugin as _0x3fd42a}from'ckeditor5/src/core.js';import{IconMagicWand as _0x40c27d,IconRobotPencil as _0x198ec8}from'ckeditor5/src/icons.js';import{first as _0x4a0dc0,CKEditorError as _0x23ad76}from'ckeditor5/src/utils.js';import{createDropdown as _0xa4ca2b,addMenuToDropdown as _0x59fbaf,ButtonView as _0x1e3ce5,MenuBarMenuListItemButtonView as _0x70b66a,Dialog as _0x89f28b,DialogViewPosition as _0x2f5eb5,MenuBarMenuView as _0x36e1bd,MenuBarMenuListView as _0x48d629,MenuBarMenuListItemView as _0x10a777}from'ckeditor5/src/ui.js';function _0x5430(_0xeefcb4,_0x379703){const _0x306611=_0x3066();return _0x5430=function(_0x5430eb,_0x1c7d6f){_0x5430eb=_0x5430eb-0x95;let _0x4d300b=_0x306611[_0x5430eb];return _0x4d300b;},_0x5430(_0xeefcb4,_0x379703);}import{normalizeCommandsConfig as _0x4b9661,UNGROUPED_COMMANDS_GROUP_ID as _0x4fc3c8}from'./utils/normalizecommandsconfig.js';import{AIAssistantEditing as _0x3a8ae4}from'./aiassistantediting.js';import{AIAdapter as _0x4e5a83}from'./adapters/aiadapter.js';import{getTranslation as _0x3e553c}from'./utils/common-translations.js';function _0x3066(){const _0x5ac75e=['command:','listenTo','show','859812ztrKYW','buttonView','length','copy','children','promptView','showFakeVisualSelection','polite','get','showAIAssistant','hideUI','text','getSelectedBlocks','EDITOR_TOP_SIDE','custom','8199243EFdpsB','selection','menuBar:aiCommands','isFlat','aiAssistant','editor','splice','getData','focus','change:isError','_showLicenseError','domainLimit','init','INSERT','config','getLimitElement','licenseKey','insertContentBelow','aiLicenseKeyDomainLimit','rawHtml','tableOfContents','schema','ck-ai-assistant-button\x20','trim','menuitemcheckbox','evaluationLimit','showUI','hide','text/html','push','wasMoved','execute','isPremiumPlugin','groupId','once','buttons','replaceContent','_onExecute','enabledCommandsIds','define','fieldView','order','AI\x20Commands','body','aiLicenseKeyUsageLimit','8YScTFz','textAdapter','document','pluginName','update','aiCommands','aiLicenseKeyInvalid','Generated\x20content:\x20%0','groupLabel','change','getSelectedElement','63TPHMwk','change:enabledCommandsIds','isOfficialPlugin','Error\x20during\x20AI\x20content\x20generation:\x20%0','usageLimit','updateView','_aiAdapter','aiLicenseKeyValid','comment','bind','getRanges','map','hideFakeVisualSelection','<p>','menuPanelClass','currentContext','_initView','ai.assistant.useTheme','aiLicenseKeyEvaluationLimit','isCollapsed','fire','ck-ai-assistant-ui','queryView','featureNotAllowed','includes','3723923KwFWcQ','source','requires','12pOLucW','locale','aiLicenseKeyNotAllowed','media','_populateMenuBarMenu','replace','reset','isOn','add','AIAssistant','addMany','ck-ai-commands-dropdown\x20','view','updatePosition','isEnabled','items','12GPzGkf','\x20ck-ai-assistant-ui_theme','model','componentFactory','setSelection','plugins','sort','expired','_commandDefinitions','_uiCssClasses','invalid','</p>','destroy','41733660JMNbnR','_dialog','_createAIAssistantUIButton','_initAriaAiStatusChangeAnnouncements','1125565oGYYTp','ai.assistant.contentAreaCssClass','_getResolvedCommandsDefinitions','REPLACE','set','change:value','commands','panelView','change:isProcessing','aiLicenseKeyExpired','_forceMarkersCopy','_aiAssistantController','1790ZYlgpy','values','forEach','65470mxnpwj','ai.assistant.commands','menuBar:aiAssistant','filter','errorView','label','AI\x20Assistant','from','menuView','75009pBVISs','contentArea','AI\x20is\x20writing','ai.assistant.disabledElements','DataTransfer','_formView','delegate','AIAssistantUI','insertContent','_licenseKeyCheckInterval','prompt','editing','ai-commands-config-order-collision','announce','render','_getMenuBarGroupButtons','requiresContent'];_0x3066=function(){return _0x5ac75e;};return _0x3066();}import{ShowAIAssistantCommand as _0x3d825b}from'./ui/showaiassistantcommand.js';import{AIAssistantController as _0x2c5320}from'./ui/aiassistantcontroller.js';import{AIFormView as _0x57f97a}from'./ui/form/aiformview.js';import{AIFormToolbarViewMainActionLabel as _0x3af27e}from'./ui/form/aiformtoolbarview.js';import'../../theme/aiassistant/ai.css';import'../../theme/aiassistant/ai-dropdown.css';import'../../theme/aiassistant/ai-form.css';const w=globalThis[_0x5e407c(0x131)];import{ClipboardMarkersUtils as _0x41e8b4}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x12d7de,ViewDataTransfer as _0x3a9ded}from'ckeditor5/src/engine.js';export class AIAssistantUI extends _0x3fd42a{[_0x5e407c(0xb0)];[_0x5e407c(0x136)];[_0x5e407c(0x112)];[_0x5e407c(0x132)];[_0x5e407c(0xde)];[_0x5e407c(0x120)];[_0x5e407c(0x10d)]='';static get[_0x5e407c(0xd0)](){const _0x59002b=_0x5e407c;return _0x59002b(0x134);}static get[_0x5e407c(0xda)](){return!0x0;}static get[_0x5e407c(0xc0)](){return!0x0;}static get[_0x5e407c(0xf3)](){return[_0x41e8b4,_0x3a8ae4,_0x4e5a83,_0x89f28b];}constructor(_0x2a56d3){const _0x2196c9=_0x5e407c;super(_0x2a56d3),_0x2a56d3[_0x2196c9(0xae)][_0x2196c9(0xc7)](_0x2196c9(0x130),[_0x2196c9(0xf7),_0x2196c9(0xb3),_0x2196c9(0xb4)]),_0x2a56d3[_0x2196c9(0xae)][_0x2196c9(0xc7)](_0x2196c9(0x116),''),_0x2a56d3[_0x2196c9(0xae)][_0x2196c9(0xc7)](_0x2196c9(0xe9),!0x0),this[_0x2196c9(0x10d)]=_0x2196c9(0xed)+(_0x2a56d3[_0x2196c9(0xae)][_0x2196c9(0x99)](_0x2196c9(0xe9))?_0x2196c9(0x105):'');}[_0x5e407c(0xac)](){const _0x566dbb=_0x5e407c,{editor:_0x4b3235}=this;this[_0x566dbb(0xde)]=_0x4b3235[_0x566dbb(0x109)][_0x566dbb(0x99)](_0x4e5a83),this[_0x566dbb(0x112)]=_0x4b3235[_0x566dbb(0x109)][_0x566dbb(0x99)](_0x89f28b),this[_0x566dbb(0x132)]=null,this[_0x566dbb(0x10c)]=this[_0x566dbb(0x117)]();const _0x24ef62=new _0x3d825b(_0x4b3235,Array[_0x566dbb(0x12b)](this[_0x566dbb(0x10c)][_0x566dbb(0x122)]()));_0x4b3235[_0x566dbb(0x11b)][_0x566dbb(0xfc)](_0x566dbb(0x9a),_0x24ef62),_0x4b3235['ui'][_0x566dbb(0x107)][_0x566dbb(0xfc)](_0x566dbb(0xd2),_0x1fcb9e=>{const _0x1f2104=_0x566dbb,_0x280b2e=_0xa4ca2b(_0x1fcb9e);return _0x280b2e[_0x1f2104(0x119)]({'class':_0x1f2104(0xff)+this[_0x1f2104(0x10d)]}),_0x280b2e[_0x1f2104(0x142)][_0x1f2104(0x119)]({'label':_0x3e553c(_0x1fcb9e,_0x1f2104(0xca)),'icon':_0x40c27d,'tooltip':!0x0}),_0x280b2e['on'](_0x1f2104(0xbf),_0x638ddb=>this[_0x1f2104(0xc5)](_0x638ddb[_0x1f2104(0xf2)]['id'])),_0x59fbaf(_0x280b2e,_0x4b3235['ui'][_0x1f2104(0x100)][_0x1f2104(0xcb)],function(_0x4df354){const _0x13aef1=_0x1f2104,_0x40bfe1=_0x4b9661(_0x4df354[_0x13aef1(0xae)][_0x13aef1(0x99)](_0x13aef1(0x125)),_0x4df354[_0x13aef1(0xf5)]),_0xd42c49=B(_0x4df354,_0x40bfe1)[_0x13aef1(0x127)](_0x2e9131=>_0x2e9131[_0x13aef1(0x11b)][_0x13aef1(0x143)]);if(0x1===_0xd42c49[_0x13aef1(0x143)])return B(_0x4df354,_0xd42c49[0x0][_0x13aef1(0x11b)])[_0x13aef1(0xe3)](_0xa0b6a7=>({'id':_0xa0b6a7['id'],'label':_0xa0b6a7[_0x13aef1(0x129)]}));return _0xd42c49[_0x13aef1(0xe3)](_0xd9399f=>{const _0x49e138=_0x13aef1,{groupId:_0x2bb64b,groupLabel:_0x468cef,commands:_0x2dbd33}=_0xd9399f,_0x3a249a=B(_0x4df354,_0x2dbd33)[_0x49e138(0xe3)](_0x3f934d=>({'id':_0x3f934d['id'],'label':_0x3f934d[_0x49e138(0x129)]}));return{'id':_0x2bb64b,'menu':_0x468cef||_0x2bb64b,'children':_0x3a249a};});}(_0x4b3235),{'ariaLabel':_0x3e553c(_0x1fcb9e,_0x1f2104(0xca))}),_0x280b2e[_0x1f2104(0x12c)][_0x1f2104(0xe6)]=_0x1f2104(0xff)+this[_0x1f2104(0x10d)],_0x24ef62['on'](_0x1f2104(0xd9),_0x5aa9e0),_0x280b2e[_0x1f2104(0x12c)][_0x1f2104(0xc2)](_0x1f2104(0x13b),_0x5aa9e0),_0x280b2e;function _0x5aa9e0(){const _0x9a5a4c=_0x1f2104;_0x280b2e[_0x9a5a4c(0x102)]=_0x24ef62[_0x9a5a4c(0xc6)][_0x9a5a4c(0x143)]>0x0;for(const _0x48b84e of _0x280b2e[_0x9a5a4c(0x12c)][_0x9a5a4c(0xc3)])_0x48b84e[_0x9a5a4c(0x102)]=_0x24ef62[_0x9a5a4c(0xc6)][_0x9a5a4c(0xf0)](_0x48b84e['id']);}}),_0x4b3235['ui'][_0x566dbb(0x107)][_0x566dbb(0xfc)](_0x566dbb(0xa2),_0xd9a88c=>{const _0x506638=_0x566dbb,_0x3431a4=new _0x36e1bd(_0xd9a88c);_0x3431a4[_0x506638(0x142)][_0x506638(0x119)]({'label':_0x3e553c(_0xd9a88c,_0x506638(0xca)),'icon':_0x40c27d}),_0x3431a4[_0x506638(0xe1)](_0x506638(0x102))['to'](_0x24ef62,_0x506638(0xc6),_0x5edc69=>_0x5edc69[_0x506638(0x143)]>0x0);const _0x41e784=_0x4b9661(_0x4b3235[_0x506638(0xae)][_0x506638(0x99)](_0x506638(0x125)),_0xd9a88c);return this[_0x506638(0xf8)](_0x24ef62,_0x3431a4,_0x41e784,_0x22ef9c=>this[_0x506638(0xc5)](_0x22ef9c)),_0x3431a4;}),_0x4b3235['ui'][_0x566dbb(0x107)][_0x566dbb(0xfc)](_0x566dbb(0xa4),()=>{const _0x26f8b1=_0x566dbb,_0x39357b=this[_0x26f8b1(0x113)](_0x1e3ce5);return _0x39357b[_0x26f8b1(0x119)]({'tooltip':!0x0,'class':_0x26f8b1(0xb6)+this[_0x26f8b1(0x10d)]}),_0x39357b;}),_0x4b3235['ui'][_0x566dbb(0x107)][_0x566dbb(0xfc)](_0x566dbb(0x126),()=>{const _0x108691=_0x566dbb,_0x12ca5b=this[_0x108691(0x113)](_0x70b66a);return _0x12ca5b[_0x108691(0x119)]({'role':_0x108691(0xb8)}),_0x12ca5b;}),this[_0x566dbb(0xb0)]=this[_0x566dbb(0xa5)][_0x566dbb(0xae)][_0x566dbb(0x99)](_0x566dbb(0xb0));const _0x154dac=this[_0x566dbb(0xa5)];this[_0x566dbb(0x136)]=setInterval(()=>{const _0x5c1c28=_0x566dbb;let _0xa7adfe;for(const _0xe420de in _0x154dac){const _0x17329f=_0xe420de,_0x38b313=_0x154dac[_0x17329f];if(_0x5c1c28(0xdf)==_0x38b313||_0x5c1c28(0xd3)==_0x38b313||_0x5c1c28(0x11e)==_0x38b313||_0x5c1c28(0xb2)==_0x38b313||_0x5c1c28(0xf6)==_0x38b313||_0x5c1c28(0xea)==_0x38b313||_0x5c1c28(0xcc)==_0x38b313){delete _0x154dac[_0x17329f],_0xa7adfe=_0x38b313,clearInterval(this[_0x5c1c28(0x136)]),this[_0x5c1c28(0x136)]=void 0x0;break;}}_0x5c1c28(0xd3)==_0xa7adfe&&_0x154dac[_0x5c1c28(0xaa)](_0x5c1c28(0x10e)),_0x5c1c28(0x11e)==_0xa7adfe&&_0x154dac[_0x5c1c28(0xaa)](_0x5c1c28(0x10b)),_0x5c1c28(0xb2)==_0xa7adfe&&_0x154dac[_0x5c1c28(0xaa)](_0x5c1c28(0xab)),_0x5c1c28(0xf6)==_0xa7adfe&&_0x154dac[_0x5c1c28(0xaa)](_0x5c1c28(0xef),_0x5c1c28(0xfd)),_0x5c1c28(0xea)==_0xa7adfe&&_0x154dac[_0x5c1c28(0xaa)](_0x5c1c28(0xb9)),_0x5c1c28(0xcc)==_0xa7adfe&&_0x154dac[_0x5c1c28(0xaa)](_0x5c1c28(0xdc));},0x3e8);}[_0x5e407c(0x110)](){const _0x4eb30f=_0x5e407c;super[_0x4eb30f(0x110)](),this[_0x4eb30f(0x136)]&&clearInterval(this[_0x4eb30f(0x136)]);}[_0x5e407c(0xba)](_0x431629='',_0x1026b2='',_0x55b92e=_0x5e407c(0x9f)){const _0x1bd760=_0x5e407c,_0x3deae4=this[_0x1bd760(0xa5)],_0x2cc6c7=_0x3deae4[_0x1bd760(0x138)][_0x1bd760(0x100)],_0x690ce5=_0x3deae4[_0x1bd760(0x109)][_0x1bd760(0x99)](_0x3a8ae4),_0x3c4ce1=_0x3deae4[_0x1bd760(0x109)][_0x1bd760(0x99)](_0x41e8b4);_0x690ce5[_0x1bd760(0x97)]();const _0x40b86d=new w(),_0x4d60ce=new ClipboardEvent(_0x1bd760(0x144),{'clipboardData':_0x40b86d}),_0x1ee87b=new _0x3a9ded(_0x40b86d),_0x42d145=new _0x12d7de(_0x2cc6c7,_0x4d60ce,{'dataTransfer':_0x1ee87b});_0x3c4ce1[_0x1bd760(0x11f)](_0x1bd760(0xe0),()=>{const _0x285e0c=_0x1bd760;_0x2cc6c7[_0x285e0c(0xcf)][_0x285e0c(0xec)](_0x285e0c(0x144),_0x42d145);}),this[_0x1bd760(0x132)]||(this[_0x1bd760(0xe8)](),this[_0x1bd760(0x120)]=new _0x2c5320(_0x3deae4,this[_0x1bd760(0xde)][_0x1bd760(0xce)],this[_0x1bd760(0x132)]));let _0x1e76a8=_0x1ee87b[_0x1bd760(0xa7)](_0x1bd760(0xbc));const _0x500454=_0x3deae4[_0x1bd760(0x106)][_0x1bd760(0xcf)][_0x1bd760(0xa1)],_0x449de6=Array[_0x1bd760(0x12b)](_0x500454[_0x1bd760(0xe2)]());0x1===_0x449de6[_0x1bd760(0x143)]&&_0x449de6[0x0][_0x1bd760(0xa3)]&&!_0x500454[_0x1bd760(0xd7)]()&&''!==_0x1e76a8[_0x1bd760(0xf9)](/&nbsp;/g,'')[_0x1bd760(0xb7)]()&&(_0x1e76a8=_0x1bd760(0xe5)+_0x1e76a8+_0x1bd760(0x10f)),this[_0x1bd760(0x120)][_0x1bd760(0xdd)]({'actionId':_0x55b92e,'query':_0x431629,'htmlContent':_0x1e76a8,'label':_0x1026b2,'mainActionLabel':_0x3af27e[_0x3deae4[_0x1bd760(0x106)][_0x1bd760(0xcf)][_0x1bd760(0xa1)][_0x1bd760(0xeb)]?_0x1bd760(0xad):_0x1bd760(0x118)]}),_0x1bd760(0xa4)!==this[_0x1bd760(0x112)]['id']?this[_0x1bd760(0x112)][_0x1bd760(0x140)]({'id':_0x1bd760(0xa4),'icon':_0x198ec8,'title':_0x3e553c(this[_0x1bd760(0xa5)][_0x1bd760(0xf5)],_0x1bd760(0x12a)),'content':this[_0x1bd760(0x132)],'position':_0x2f5eb5[_0x1bd760(0x9e)],'onShow':()=>{const _0x5a151a=_0x1bd760;this[_0x5a151a(0x132)][_0x5a151a(0xa8)]();},'onHide':()=>{const _0x1d0058=_0x1bd760;this[_0x1d0058(0x120)][_0x1d0058(0xfa)](),_0x690ce5[_0x1d0058(0xe4)]();}}):this[_0x1bd760(0x112)][_0x1bd760(0x100)][_0x1bd760(0xbe)]||this[_0x1bd760(0x112)][_0x1bd760(0x100)][_0x1bd760(0x101)]();}[_0x5e407c(0x9b)](){const _0x5821b4=_0x5e407c;this[_0x5821b4(0x112)][_0x5821b4(0xbb)]();}[_0x5e407c(0x117)](){const _0x6735a8=_0x5e407c,_0x2e900e=new Map(),_0xa8c332=_0x4b9661(this[_0x6735a8(0xa5)][_0x6735a8(0xae)][_0x6735a8(0x99)](_0x6735a8(0x125)),this[_0x6735a8(0xa5)][_0x6735a8(0xf5)]);for(const _0x4a4496 of _0xa8c332)for(const _0xb36908 of _0x4a4496[_0x6735a8(0x11b)])_0x2e900e[_0x6735a8(0x119)](_0xb36908['id'],{..._0xb36908,'groupId':_0x4a4496[_0x6735a8(0xc1)],'groupLabel':_0x4a4496[_0x6735a8(0xd5)]||_0x4a4496[_0x6735a8(0xc1)]});return _0x2e900e;}[_0x5e407c(0x113)](_0x199a60){const _0x26be10=_0x5e407c,_0x265f1f=this[_0x26be10(0xa5)],_0x383eb5=_0x265f1f[_0x26be10(0x11b)][_0x26be10(0x99)](_0x26be10(0x9a)),_0x5a65b5=new _0x199a60(_0x265f1f[_0x26be10(0xf5)]);return _0x5a65b5[_0x26be10(0x119)]({'label':_0x3e553c(_0x265f1f[_0x26be10(0xf5)],_0x26be10(0x12a)),'icon':_0x198ec8,'isToggleable':!0x0}),_0x5a65b5[_0x26be10(0xe1)](_0x26be10(0x102))['to'](_0x383eb5),_0x5a65b5[_0x26be10(0xe1)](_0x26be10(0xfb))['to'](this[_0x26be10(0x112)],'id',_0x3e0169=>_0x26be10(0xa4)===_0x3e0169),this[_0x26be10(0x13f)](_0x5a65b5,_0x26be10(0xbf),()=>{const _0x256d4d=_0x26be10;_0x5a65b5[_0x256d4d(0xfb)]?this[_0x256d4d(0x9b)]():_0x383eb5[_0x256d4d(0xbf)]();}),_0x5a65b5;}[_0x5e407c(0xe8)](){const _0x553716=_0x5e407c,_0x109abc=this[_0x553716(0xa5)][_0x553716(0x109)][_0x553716(0x99)](_0x3a8ae4);this[_0x553716(0x132)]=new _0x57f97a(this[_0x553716(0xa5)][_0x553716(0xf5)],this[_0x553716(0x10d)],this[_0x553716(0xa5)][_0x553716(0xae)][_0x553716(0x99)](_0x553716(0x116))),this[_0x553716(0x132)]['on'](_0x553716(0x11a),()=>{const _0x292f17=_0x553716;this[_0x292f17(0x112)][_0x292f17(0x100)][_0x292f17(0xbe)]||this[_0x292f17(0x112)][_0x292f17(0x100)][_0x292f17(0x101)]();}),this[_0x553716(0x132)][_0x553716(0x96)][_0x553716(0xee)][_0x553716(0xc8)]['on'](_0x553716(0xd1),()=>{const _0x28497c=_0x553716;this[_0x28497c(0x112)][_0x28497c(0x100)][_0x28497c(0xbe)]||this[_0x28497c(0x112)][_0x28497c(0x100)][_0x28497c(0x101)]();}),this[_0x553716(0x13f)](this[_0x553716(0x132)],_0x553716(0xc4),()=>{const _0x275876=_0x553716;_0x109abc[_0x275876(0x135)](this[_0x275876(0x120)][_0x275876(0xe7)]),this[_0x275876(0x9b)]();}),this[_0x553716(0x13f)](this[_0x553716(0x132)],_0x553716(0xb1),()=>{const _0x132443=_0x553716;_0x109abc[_0x132443(0xb1)](this[_0x132443(0x120)][_0x132443(0xe7)]),this[_0x132443(0x9b)]();}),this[_0x553716(0x114)]();}[_0x5e407c(0x114)](){const _0x520cd0=_0x5e407c,{locale:_0xd5403d,ui:{ariaLiveAnnouncer:_0x82e9bc}}=this[_0x520cd0(0xa5)];this[_0x520cd0(0x132)][_0x520cd0(0x12e)]['on'](_0x520cd0(0x11d),(_0x52e795,_0x1080c3,_0x172929)=>{const _0x5f224e=_0x520cd0,_0x1023bf=this[_0x5f224e(0x120)][_0x5f224e(0xe7)];_0x172929?_0x82e9bc[_0x5f224e(0x13a)](_0x3e553c(_0xd5403d,_0x5f224e(0x12f))):_0x1023bf&&_0x82e9bc[_0x5f224e(0x13a)](_0x3e553c(_0xd5403d,_0x5f224e(0xd4),_0x1023bf),{'politeness':_0x5f224e(0x98),'isUnsafeHTML':!0x0});}),this[_0x520cd0(0x132)]['on'](_0x520cd0(0xa9),(_0x42ef79,_0x22d34d,_0x400d88)=>{const _0x44e993=_0x520cd0;if(_0x400d88){const _0x4e78be=this[_0x44e993(0x132)][_0x44e993(0x128)][_0x44e993(0x9c)];_0x82e9bc[_0x44e993(0x13a)](_0x3e553c(_0xd5403d,_0x44e993(0xdb),_0x4e78be));}});}[_0x5e407c(0xc5)](_0x3baee0){const _0xb92aec=_0x5e407c,_0x95b037=this[_0xb92aec(0x10c)][_0xb92aec(0x99)](_0x3baee0),_0x53f0b7=this[_0xb92aec(0xa5)],_0x5a7286=_0x53f0b7[_0xb92aec(0x106)][_0xb92aec(0xcf)][_0xb92aec(0xa1)],_0x20dff8=_0x53f0b7[_0xb92aec(0x11b)][_0xb92aec(0x99)](_0xb92aec(0x9a)),_0x2b1368=_0x53f0b7[_0xb92aec(0x109)][_0xb92aec(0x99)](_0x3a8ae4),_0x69c447=''+(_0x95b037[_0xb92aec(0xc1)]!==_0x4fc3c8?_0x95b037[_0xb92aec(0xd5)]+':\x20':'')+_0x95b037[_0xb92aec(0x129)];if(!0x1!==_0x95b037[_0xb92aec(0x13d)]&&_0x5a7286[_0xb92aec(0xeb)]){const _0x402020=_0x4a0dc0(_0x5a7286[_0xb92aec(0x9d)]())||_0x53f0b7[_0xb92aec(0x106)][_0xb92aec(0xb5)][_0xb92aec(0xaf)](_0x5a7286);_0x53f0b7[_0xb92aec(0x106)][_0xb92aec(0xd6)](_0x26915c=>{const _0x5a1a2a=_0xb92aec;_0x26915c[_0x5a1a2a(0x108)](_0x402020,'in');});}_0x2b1368[_0xb92aec(0x97)](),_0x20dff8[_0xb92aec(0xbf)](_0x95b037[_0xb92aec(0x137)],_0x69c447,_0xb92aec(0x13e)+_0x3baee0);}[_0x5e407c(0xf8)](_0x40bd37,_0xdd06f8,_0x54bbd5,_0x3ec292){const _0x5de57a=_0x5e407c,_0x168e9d=this[_0x5de57a(0xa5)],_0x2907b0=_0x168e9d[_0x5de57a(0xf5)],_0x274b73=new _0x48d629(_0x2907b0),_0x1c528b=B(_0x168e9d,_0x54bbd5)[_0x5de57a(0x127)](_0x59f35d=>_0x59f35d[_0x5de57a(0x11b)][_0x5de57a(0x143)]);0x1===_0x1c528b[_0x5de57a(0x143)]?this[_0x5de57a(0x13c)]({'command':_0x40bd37,'commands':_0x1c528b[0x0][_0x5de57a(0x11b)],'parentMenuView':_0xdd06f8,'onExecute':_0x3ec292})[_0x5de57a(0x123)](_0x7741b=>_0x274b73[_0x5de57a(0x103)][_0x5de57a(0xfc)](_0x7741b)):_0x1c528b[_0x5de57a(0x123)](({groupId:_0xdbcdc2,groupLabel:_0x3cf031,commands:_0x97ec92})=>{const _0x559afd=_0x5de57a,_0x8eca55=new _0x10a777(_0x2907b0,_0xdd06f8),_0x59e52d=new _0x36e1bd(_0x2907b0),_0x61965b=new _0x48d629(_0x2907b0),_0x5bb20e=this[_0x559afd(0x13c)]({'command':_0x40bd37,'commands':_0x97ec92,'parentMenuView':_0x59e52d,'onExecute':_0x3ec292});_0x59e52d[_0x559afd(0x142)][_0x559afd(0x119)]({'label':_0x3cf031||_0xdbcdc2}),_0x59e52d[_0x559afd(0x133)](_0x559afd(0xbf))['to'](_0xdd06f8),_0x61965b[_0x559afd(0x103)][_0x559afd(0xfe)](_0x5bb20e),_0x59e52d[_0x559afd(0x11c)][_0x559afd(0x95)][_0x559afd(0xfc)](_0x61965b),_0x8eca55[_0x559afd(0x95)][_0x559afd(0xfc)](_0x59e52d),_0x274b73[_0x559afd(0x103)][_0x559afd(0xfc)](_0x8eca55);}),_0xdd06f8[_0x5de57a(0x11c)][_0x5de57a(0x95)][_0x5de57a(0xfc)](_0x274b73);}[_0x5e407c(0x13c)]({command:_0x4b9a8a,commands:_0x41e392,parentMenuView:_0x59b013,onExecute:_0x2c1089}){const _0x4dd512=_0x5e407c,_0x3f8562=this[_0x4dd512(0xa5)],_0x49393c=_0x3f8562[_0x4dd512(0xf5)];return B(_0x3f8562,_0x41e392)[_0x4dd512(0xe3)](_0xdb36e6=>{const _0x14fd84=_0x4dd512,_0x415e9d=new _0x10a777(_0x49393c,_0x59b013),_0x1f706c=new _0x70b66a(_0x49393c);return _0x1f706c[_0x14fd84(0x119)]({'label':_0xdb36e6[_0x14fd84(0x129)]}),_0x1f706c[_0x14fd84(0x133)](_0x14fd84(0xbf))['to'](_0x59b013),_0x1f706c['on'](_0x14fd84(0xbf),()=>_0x2c1089(_0xdb36e6['id'])),_0x1f706c[_0x14fd84(0xe1)](_0x14fd84(0x102))['to'](_0x4b9a8a,_0x14fd84(0xc6),_0x397901=>_0x397901[_0x14fd84(0xf0)](_0xdb36e6['id'])),_0x415e9d[_0x14fd84(0x95)][_0x14fd84(0xfc)](_0x1f706c),_0x415e9d;});}}function U(_0x16ab4a,_0xdc6aa5){const _0xeb2d93=_0x5e407c;return void 0x0!==_0x16ab4a[_0xeb2d93(0xc9)]&&void 0x0===_0xdc6aa5[_0xeb2d93(0xc9)]?0x1:void 0x0===_0x16ab4a[_0xeb2d93(0xc9)]&&void 0x0!==_0xdc6aa5[_0xeb2d93(0xc9)]?-0x1:void 0x0!==_0x16ab4a[_0xeb2d93(0xc9)]&&void 0x0!==_0xdc6aa5[_0xeb2d93(0xc9)]?_0x16ab4a[_0xeb2d93(0xc9)]-_0xdc6aa5[_0xeb2d93(0xc9)]:0x0;}function B(_0x1816e7,_0x4c56be){const _0x345f6b=_0x5e407c;_0x4c56be[_0x345f6b(0x10a)](U);const _0x3c333a={},_0x14500c=[];for(const _0x29f54e of _0x4c56be)if(void 0x0!==_0x29f54e[_0x345f6b(0xc9)]){if(_0x29f54e[_0x345f6b(0xc9)]in _0x3c333a)throw new _0x23ad76(_0x345f6b(0x139),_0x1816e7,{'conflictingDefinitions':[_0x29f54e,_0x3c333a[_0x29f54e[_0x345f6b(0xc9)]]]});_0x3c333a[_0x29f54e[_0x345f6b(0xc9)]]=_0x29f54e,_0x14500c[_0x345f6b(0xa6)](_0x29f54e[_0x345f6b(0xc9)],0x0,_0x29f54e);}else _0x14500c[_0x345f6b(0xbd)](_0x29f54e);return _0x14500c;}
23
+ const _0x2a2545=_0x546e;(function(_0x162ba5,_0x3a71ee){const _0x3dd6a6=_0x546e,_0x2fa717=_0x162ba5();while(!![]){try{const _0x30b15f=-parseInt(_0x3dd6a6(0x138))/0x1+-parseInt(_0x3dd6a6(0x113))/0x2+parseInt(_0x3dd6a6(0x11f))/0x3+parseInt(_0x3dd6a6(0x17d))/0x4*(parseInt(_0x3dd6a6(0x14c))/0x5)+-parseInt(_0x3dd6a6(0x156))/0x6*(-parseInt(_0x3dd6a6(0x145))/0x7)+-parseInt(_0x3dd6a6(0x17f))/0x8*(parseInt(_0x3dd6a6(0x162))/0x9)+parseInt(_0x3dd6a6(0x14a))/0xa;if(_0x30b15f===_0x3a71ee)break;else _0x2fa717['push'](_0x2fa717['shift']());}catch(_0x4f6325){_0x2fa717['push'](_0x2fa717['shift']());}}}(_0x1c57,0xee635));import{Plugin as _0x428b59}from'ckeditor5/src/core.js';import{IconMagicWand as _0x81f00f,IconRobotPencil as _0xc5441f}from'ckeditor5/src/icons.js';import{first as _0x133307,CKEditorError as _0x33aad4}from'ckeditor5/src/utils.js';import{createDropdown as _0xea978c,addMenuToDropdown as _0x3fe67e,ButtonView as _0x4cbc90,MenuBarMenuListItemButtonView as _0x3d1b22,Dialog as _0x12e81f,DialogViewPosition as _0x6a1971,MenuBarMenuView as _0x3cf044,MenuBarMenuListView as _0x3b5b8f,MenuBarMenuListItemView as _0x26dc31}from'ckeditor5/src/ui.js';import{normalizeCommandsConfig as _0x22e29a,UNGROUPED_COMMANDS_GROUP_ID as _0x308c66}from'./utils/normalizecommandsconfig.js';import{AIAssistantEditing as _0x1f618c}from'./aiassistantediting.js';import{AIAdapter as _0x5bbe6f}from'./adapters/aiadapter.js';import{getTranslation as _0x1f6b2c}from'./utils/common-translations.js';import{ShowAIAssistantCommand as _0x1dd1cb}from'./ui/showaiassistantcommand.js';import{AIAssistantController as _0x2c7ec4}from'./ui/aiassistantcontroller.js';import{AIFormView as _0x4136db}from'./ui/form/aiformview.js';import{AIFormToolbarViewMainActionLabel as _0x92e5e9}from'./ui/form/aiformtoolbarview.js';import'../../theme/aiassistant/ai.css';import'../../theme/aiassistant/ai-dropdown.css';import'../../theme/aiassistant/ai-form.css';const F=globalThis[_0x2a2545(0x173)];import{ClipboardMarkersUtils as _0x3d7775}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x3243b8,ViewDataTransfer as _0x4e1509}from'ckeditor5/src/engine.js';export class AIAssistantUI extends _0x428b59{[_0x2a2545(0x147)];[_0x2a2545(0x175)];[_0x2a2545(0x142)];[_0x2a2545(0x159)];[_0x2a2545(0x153)];[_0x2a2545(0x129)];[_0x2a2545(0x151)]='';static get[_0x2a2545(0x1ab)](){const _0xe5831d=_0x2a2545;return _0xe5831d(0x179);}static get[_0x2a2545(0x183)](){return!0x0;}static get[_0x2a2545(0x15b)](){return!0x0;}static get[_0x2a2545(0x161)](){return[_0x3d7775,_0x1f618c,_0x5bbe6f,_0x12e81f];}constructor(_0x6fa23c){const _0x174464=_0x2a2545;super(_0x6fa23c),_0x6fa23c[_0x174464(0x104)][_0x174464(0x14e)](_0x174464(0x10e),[_0x174464(0x137),_0x174464(0x165),_0x174464(0x16f)]),_0x6fa23c[_0x174464(0x104)][_0x174464(0x14e)](_0x174464(0x11a),''),_0x6fa23c[_0x174464(0x104)][_0x174464(0x14e)](_0x174464(0x18d),!0x0),this[_0x174464(0x151)]=_0x174464(0x176)+(_0x6fa23c[_0x174464(0x104)][_0x174464(0x1a8)](_0x174464(0x18d))?_0x174464(0x135):'');}[_0x2a2545(0x18f)](){const _0x55f7ec=_0x2a2545,{editor:_0x26a737}=this;this[_0x55f7ec(0x153)]=_0x26a737[_0x55f7ec(0x14b)][_0x55f7ec(0x1a8)](_0x5bbe6f),this[_0x55f7ec(0x142)]=_0x26a737[_0x55f7ec(0x14b)][_0x55f7ec(0x1a8)](_0x12e81f),this[_0x55f7ec(0x159)]=null,this[_0x55f7ec(0x110)]=this[_0x55f7ec(0x19c)]();const _0x535fc9=new _0x1dd1cb(_0x26a737,Array[_0x55f7ec(0x169)](this[_0x55f7ec(0x110)][_0x55f7ec(0x149)]()));_0x26a737[_0x55f7ec(0x172)][_0x55f7ec(0x126)](_0x55f7ec(0x11d),_0x535fc9),_0x26a737['ui'][_0x55f7ec(0x188)][_0x55f7ec(0x126)](_0x55f7ec(0x157),_0x57e94f=>{const _0x4dd97d=_0x55f7ec,_0x3afdc2=_0xea978c(_0x57e94f);return _0x3afdc2[_0x4dd97d(0x155)]({'class':_0x4dd97d(0x14f)+this[_0x4dd97d(0x151)]}),_0x3afdc2[_0x4dd97d(0x163)][_0x4dd97d(0x155)]({'label':_0x1f6b2c(_0x57e94f,_0x4dd97d(0x19d)),'icon':_0x81f00f,'tooltip':!0x0}),_0x3afdc2['on'](_0x4dd97d(0x192),_0x414048=>this[_0x4dd97d(0x18b)](_0x414048[_0x4dd97d(0x15e)]['id'])),_0x3fe67e(_0x3afdc2,_0x26a737['ui'][_0x4dd97d(0x18e)][_0x4dd97d(0x101)],function(_0x22662a){const _0x1d6770=_0x4dd97d,_0x39e491=_0x22e29a(_0x22662a[_0x1d6770(0x104)][_0x1d6770(0x1a8)](_0x1d6770(0x130)),_0x22662a[_0x1d6770(0x181)]),_0x1d0976=ei(_0x22662a,_0x39e491)[_0x1d6770(0x14d)](_0x29fc74=>_0x29fc74[_0x1d6770(0x172)][_0x1d6770(0x1a2)]);if(0x1===_0x1d0976[_0x1d6770(0x1a2)])return ei(_0x22662a,_0x1d0976[0x0][_0x1d6770(0x172)])[_0x1d6770(0x12f)](_0x1bb938=>({'id':_0x1bb938['id'],'label':_0x1bb938[_0x1d6770(0x122)]}));return _0x1d0976[_0x1d6770(0x12f)](_0x1c5144=>{const _0x3deb21=_0x1d6770,{groupId:_0x3fdec7,groupLabel:_0x30372b,commands:_0x424d17}=_0x1c5144,_0x10d11a=ei(_0x22662a,_0x424d17)[_0x3deb21(0x12f)](_0x47aa44=>({'id':_0x47aa44['id'],'label':_0x47aa44[_0x3deb21(0x122)]}));return{'id':_0x3fdec7,'menu':_0x30372b||_0x3fdec7,'children':_0x10d11a};});}(_0x26a737),{'ariaLabel':_0x1f6b2c(_0x57e94f,_0x4dd97d(0x19d))}),_0x3afdc2[_0x4dd97d(0x115)][_0x4dd97d(0x1a1)]=_0x4dd97d(0x14f)+this[_0x4dd97d(0x151)],_0x535fc9['on'](_0x4dd97d(0x10d),_0x238a4f),_0x3afdc2[_0x4dd97d(0x115)][_0x4dd97d(0x193)](_0x4dd97d(0x13d),_0x238a4f),_0x3afdc2;function _0x238a4f(){const _0x5bb915=_0x4dd97d;_0x3afdc2[_0x5bb915(0x174)]=_0x535fc9[_0x5bb915(0x19b)][_0x5bb915(0x1a2)]>0x0;for(const _0x4a298a of _0x3afdc2[_0x5bb915(0x115)][_0x5bb915(0x116)])_0x4a298a[_0x5bb915(0x174)]=_0x535fc9[_0x5bb915(0x19b)][_0x5bb915(0x166)](_0x4a298a['id']);}}),_0x26a737['ui'][_0x55f7ec(0x188)][_0x55f7ec(0x126)](_0x55f7ec(0x132),_0xffe34b=>{const _0x3828a0=_0x55f7ec,_0x5ef1bc=new _0x3cf044(_0xffe34b);_0x5ef1bc[_0x3828a0(0x163)][_0x3828a0(0x155)]({'label':_0x1f6b2c(_0xffe34b,_0x3828a0(0x19d)),'icon':_0x81f00f}),_0x5ef1bc[_0x3828a0(0x171)](_0x3828a0(0x174))['to'](_0x535fc9,_0x3828a0(0x19b),_0x429a08=>_0x429a08[_0x3828a0(0x1a2)]>0x0);const _0x1bfa48=_0x22e29a(_0x26a737[_0x3828a0(0x104)][_0x3828a0(0x1a8)](_0x3828a0(0x130)),_0xffe34b);return this[_0x3828a0(0x103)](_0x535fc9,_0x5ef1bc,_0x1bfa48,_0x1c5945=>this[_0x3828a0(0x18b)](_0x1c5945)),_0x5ef1bc;}),_0x26a737['ui'][_0x55f7ec(0x188)][_0x55f7ec(0x126)](_0x55f7ec(0x136),()=>{const _0x33d0f2=_0x55f7ec,_0x2c98bb=this[_0x33d0f2(0x168)](_0x4cbc90);return _0x2c98bb[_0x33d0f2(0x155)]({'tooltip':!0x0,'class':_0x33d0f2(0x16d)+this[_0x33d0f2(0x151)]}),_0x2c98bb;}),_0x26a737['ui'][_0x55f7ec(0x188)][_0x55f7ec(0x126)](_0x55f7ec(0x16a),()=>{const _0x12e205=_0x55f7ec,_0x2e1847=this[_0x12e205(0x168)](_0x3d1b22);return _0x2e1847[_0x12e205(0x155)]({'role':_0x12e205(0x187)}),_0x2e1847;}),this[_0x55f7ec(0x147)]=this[_0x55f7ec(0x10c)][_0x55f7ec(0x104)][_0x55f7ec(0x1a8)](_0x55f7ec(0x147));const _0x305d52=this[_0x55f7ec(0x10c)];this[_0x55f7ec(0x175)]=setInterval(()=>{const _0x211048=_0x55f7ec;let _0x9fb4f2;for(const _0x4c56d9 in _0x305d52){const _0x3c20c7=_0x4c56d9,_0x5742d0=_0x305d52[_0x3c20c7];if(_0x211048(0x186)==_0x5742d0||_0x211048(0x12c)==_0x5742d0||_0x211048(0x154)==_0x5742d0||_0x211048(0x11c)==_0x5742d0||_0x211048(0x109)==_0x5742d0||_0x211048(0x180)==_0x5742d0||_0x211048(0x19a)==_0x5742d0){delete _0x305d52[_0x3c20c7],_0x9fb4f2=_0x5742d0,clearInterval(this[_0x211048(0x175)]),this[_0x211048(0x175)]=void 0x0;break;}}_0x211048(0x12c)==_0x9fb4f2&&_0x305d52[_0x211048(0x185)](_0x211048(0x10b)),_0x211048(0x154)==_0x9fb4f2&&_0x305d52[_0x211048(0x185)](_0x211048(0x121)),_0x211048(0x11c)==_0x9fb4f2&&_0x305d52[_0x211048(0x185)](_0x211048(0x19f)),_0x211048(0x109)==_0x9fb4f2&&_0x305d52[_0x211048(0x185)](_0x211048(0x111),_0x211048(0x13e)),_0x211048(0x180)==_0x9fb4f2&&_0x305d52[_0x211048(0x185)](_0x211048(0x124)),_0x211048(0x19a)==_0x9fb4f2&&_0x305d52[_0x211048(0x185)](_0x211048(0x17b));},0x3e8);}[_0x2a2545(0x106)](){const _0x329c8a=_0x2a2545;super[_0x329c8a(0x106)](),this[_0x329c8a(0x175)]&&clearInterval(this[_0x329c8a(0x175)]);}[_0x2a2545(0x102)](_0x44da7e='',_0x573ed1='',_0x10a93a=_0x2a2545(0x13f)){const _0xb2004b=_0x2a2545,_0x2623d7=this[_0xb2004b(0x10c)],_0x68cc37=_0x2623d7[_0xb2004b(0x1a3)][_0xb2004b(0x18e)],_0x440aaf=_0x2623d7[_0xb2004b(0x14b)][_0xb2004b(0x1a8)](_0x1f618c),_0x30580f=_0x2623d7[_0xb2004b(0x14b)][_0xb2004b(0x1a8)](_0x3d7775);_0x440aaf[_0xb2004b(0x16c)]();const _0x9455bf=new F(),_0x3b347a=new ClipboardEvent(_0xb2004b(0x125),{'clipboardData':_0x9455bf}),_0x389dce=new _0x4e1509(_0x9455bf),_0x25fe5f=new _0x3243b8(_0x68cc37,_0x3b347a,{'dataTransfer':_0x389dce});_0x30580f[_0xb2004b(0x139)](_0xb2004b(0x140),()=>{const _0x45cf84=_0xb2004b;_0x68cc37[_0x45cf84(0x12a)][_0x45cf84(0x16b)](_0x45cf84(0x125),_0x25fe5f);}),this[_0xb2004b(0x159)]||(this[_0xb2004b(0x11e)](),this[_0xb2004b(0x129)]=new _0x2c7ec4(_0x2623d7,this[_0xb2004b(0x153)][_0xb2004b(0x17c)],this[_0xb2004b(0x159)]));let _0x16268b=_0x389dce[_0xb2004b(0x120)](_0xb2004b(0x158));const _0x4d04f6=_0x2623d7[_0xb2004b(0x13a)][_0xb2004b(0x12a)][_0xb2004b(0x189)],_0x588ab8=Array[_0xb2004b(0x169)](_0x4d04f6[_0xb2004b(0x12d)]());0x1===_0x588ab8[_0xb2004b(0x1a2)]&&_0x588ab8[0x0][_0xb2004b(0x15a)]&&!_0x4d04f6[_0xb2004b(0x10a)]()&&''!==_0x16268b[_0xb2004b(0x17a)](/&nbsp;/g,'')[_0xb2004b(0x191)]()&&(_0x16268b=_0xb2004b(0x100)+_0x16268b+_0xb2004b(0x131)),this[_0xb2004b(0x129)][_0xb2004b(0x15c)]({'actionId':_0x10a93a,'query':_0x44da7e,'htmlContent':_0x16268b,'label':_0x573ed1,'mainActionLabel':_0x92e5e9[_0x2623d7[_0xb2004b(0x13a)][_0xb2004b(0x12a)][_0xb2004b(0x189)][_0xb2004b(0xff)]?_0xb2004b(0x144):_0xb2004b(0x190)]}),_0xb2004b(0x136)!==this[_0xb2004b(0x142)]['id']?this[_0xb2004b(0x142)][_0xb2004b(0x1a7)]({'id':_0xb2004b(0x136),'icon':_0xc5441f,'title':_0x1f6b2c(this[_0xb2004b(0x10c)][_0xb2004b(0x181)],_0xb2004b(0x105)),'content':this[_0xb2004b(0x159)],'position':_0x6a1971[_0xb2004b(0x164)],'onShow':()=>{const _0x44016f=_0xb2004b;this[_0x44016f(0x159)][_0x44016f(0x195)]();},'onHide':()=>{const _0x80bdd3=_0xb2004b;this[_0x80bdd3(0x129)][_0x80bdd3(0x16e)](),_0x440aaf[_0x80bdd3(0x178)]();}}):this[_0xb2004b(0x142)][_0xb2004b(0x18e)][_0xb2004b(0x182)]||this[_0xb2004b(0x142)][_0xb2004b(0x18e)][_0xb2004b(0x114)]();}[_0x2a2545(0x167)](){const _0x473808=_0x2a2545;this[_0x473808(0x142)][_0x473808(0x146)]();}[_0x2a2545(0x19c)](){const _0x12be25=_0x2a2545,_0x234a7e=new Map(),_0x4ecdb5=_0x22e29a(this[_0x12be25(0x10c)][_0x12be25(0x104)][_0x12be25(0x1a8)](_0x12be25(0x130)),this[_0x12be25(0x10c)][_0x12be25(0x181)]);for(const _0xe7eb12 of _0x4ecdb5)for(const _0x10c45d of _0xe7eb12[_0x12be25(0x172)])_0x234a7e[_0x12be25(0x155)](_0x10c45d['id'],{..._0x10c45d,'groupId':_0xe7eb12[_0x12be25(0x108)],'groupLabel':_0xe7eb12[_0x12be25(0x133)]||_0xe7eb12[_0x12be25(0x108)]});return _0x234a7e;}[_0x2a2545(0x168)](_0x448c63){const _0x207b8a=_0x2a2545,_0x5735e6=this[_0x207b8a(0x10c)],_0x4aad70=_0x5735e6[_0x207b8a(0x172)][_0x207b8a(0x1a8)](_0x207b8a(0x11d)),_0x534a8b=new _0x448c63(_0x5735e6[_0x207b8a(0x181)]);return _0x534a8b[_0x207b8a(0x155)]({'label':_0x1f6b2c(_0x5735e6[_0x207b8a(0x181)],_0x207b8a(0x105)),'icon':_0xc5441f,'isToggleable':!0x0}),_0x534a8b[_0x207b8a(0x171)](_0x207b8a(0x174))['to'](_0x4aad70),_0x534a8b[_0x207b8a(0x171)](_0x207b8a(0xfe))['to'](this[_0x207b8a(0x142)],'id',_0x5b5ba8=>_0x207b8a(0x136)===_0x5b5ba8),this[_0x207b8a(0x1a4)](_0x534a8b,_0x207b8a(0x192),()=>{const _0x531256=_0x207b8a;_0x534a8b[_0x531256(0xfe)]?this[_0x531256(0x167)]():_0x4aad70[_0x531256(0x192)]();}),_0x534a8b;}[_0x2a2545(0x11e)](){const _0x232a8e=_0x2a2545,_0x59798e=this[_0x232a8e(0x10c)][_0x232a8e(0x14b)][_0x232a8e(0x1a8)](_0x1f618c);this[_0x232a8e(0x159)]=new _0x4136db(this[_0x232a8e(0x10c)][_0x232a8e(0x181)],this[_0x232a8e(0x151)],this[_0x232a8e(0x10c)][_0x232a8e(0x104)][_0x232a8e(0x1a8)](_0x232a8e(0x11a))),this[_0x232a8e(0x159)]['on'](_0x232a8e(0x199),()=>{const _0x70faa=_0x232a8e;this[_0x70faa(0x142)][_0x70faa(0x18e)][_0x70faa(0x182)]||this[_0x70faa(0x142)][_0x70faa(0x18e)][_0x70faa(0x114)]();}),this[_0x232a8e(0x159)][_0x232a8e(0x12e)][_0x232a8e(0x160)][_0x232a8e(0x197)]['on'](_0x232a8e(0x11b),()=>{const _0x3601b2=_0x232a8e;this[_0x3601b2(0x142)][_0x3601b2(0x18e)][_0x3601b2(0x182)]||this[_0x3601b2(0x142)][_0x3601b2(0x18e)][_0x3601b2(0x114)]();}),this[_0x232a8e(0x1a4)](this[_0x232a8e(0x159)],_0x232a8e(0x13c),()=>{const _0x502f3c=_0x232a8e;_0x59798e[_0x502f3c(0x128)](this[_0x502f3c(0x129)][_0x502f3c(0x13b)]),this[_0x502f3c(0x167)]();}),this[_0x232a8e(0x1a4)](this[_0x232a8e(0x159)],_0x232a8e(0x10f),()=>{const _0x5ea638=_0x232a8e;_0x59798e[_0x5ea638(0x10f)](this[_0x5ea638(0x129)][_0x5ea638(0x13b)]),this[_0x5ea638(0x167)]();}),this[_0x232a8e(0x123)]();}[_0x2a2545(0x123)](){const _0x45617f=_0x2a2545,{locale:_0x4ce1ba,ui:{ariaLiveAnnouncer:_0x1ac37b}}=this[_0x45617f(0x10c)];this[_0x45617f(0x159)][_0x45617f(0x1aa)]['on'](_0x45617f(0x1a5),(_0x4837eb,_0x252aea,_0x47013d)=>{const _0x1e19d2=_0x45617f,_0x3c30b1=this[_0x1e19d2(0x129)][_0x1e19d2(0x13b)];_0x47013d?_0x1ac37b[_0x1e19d2(0x12b)](_0x1f6b2c(_0x4ce1ba,_0x1e19d2(0x152))):_0x3c30b1&&_0x1ac37b[_0x1e19d2(0x12b)](_0x1f6b2c(_0x4ce1ba,_0x1e19d2(0x18c),_0x3c30b1),{'politeness':_0x1e19d2(0x194),'isUnsafeHTML':!0x0});}),this[_0x45617f(0x159)]['on'](_0x45617f(0x143),(_0x5a55d2,_0x21413e,_0x2dff10)=>{const _0x3421d8=_0x45617f;if(_0x2dff10){const _0x371524=this[_0x3421d8(0x159)][_0x3421d8(0x198)][_0x3421d8(0x15d)];_0x1ac37b[_0x3421d8(0x12b)](_0x1f6b2c(_0x4ce1ba,_0x3421d8(0x119),_0x371524));}});}[_0x2a2545(0x18b)](_0x1a55b9){const _0x40e8e6=_0x2a2545,_0x390dfd=this[_0x40e8e6(0x110)][_0x40e8e6(0x1a8)](_0x1a55b9),_0x7b34c9=this[_0x40e8e6(0x10c)],_0x34cbd5=_0x7b34c9[_0x40e8e6(0x13a)][_0x40e8e6(0x12a)][_0x40e8e6(0x189)],_0xabc681=_0x7b34c9[_0x40e8e6(0x172)][_0x40e8e6(0x1a8)](_0x40e8e6(0x11d)),_0x478eb2=_0x7b34c9[_0x40e8e6(0x14b)][_0x40e8e6(0x1a8)](_0x1f618c),_0xf2da15=''+(_0x390dfd[_0x40e8e6(0x108)]!==_0x308c66?_0x390dfd[_0x40e8e6(0x133)]+':\x20':'')+_0x390dfd[_0x40e8e6(0x122)];if(!0x1!==_0x390dfd[_0x40e8e6(0x112)]&&_0x34cbd5[_0x40e8e6(0xff)]){const _0x239096=_0x133307(_0x34cbd5[_0x40e8e6(0x127)]())||_0x7b34c9[_0x40e8e6(0x13a)][_0x40e8e6(0x107)][_0x40e8e6(0x170)](_0x34cbd5);_0x7b34c9[_0x40e8e6(0x13a)][_0x40e8e6(0x184)](_0x491760=>{const _0x59a927=_0x40e8e6;_0x491760[_0x59a927(0x150)](_0x239096,'in');});}_0x478eb2[_0x40e8e6(0x16c)](),_0xabc681[_0x40e8e6(0x192)](_0x390dfd[_0x40e8e6(0x17e)],_0xf2da15,_0x40e8e6(0x117)+_0x1a55b9);}[_0x2a2545(0x103)](_0x58b258,_0xbcc1d2,_0x26d438,_0x5bacfc){const _0xe5ff21=_0x2a2545,_0x452245=this[_0xe5ff21(0x10c)],_0x3a5f4c=_0x452245[_0xe5ff21(0x181)],_0x3ccf6d=new _0x3b5b8f(_0x3a5f4c),_0x2e1b51=ei(_0x452245,_0x26d438)[_0xe5ff21(0x14d)](_0x434f55=>_0x434f55[_0xe5ff21(0x172)][_0xe5ff21(0x1a2)]);0x1===_0x2e1b51[_0xe5ff21(0x1a2)]?this[_0xe5ff21(0x1a9)]({'command':_0x58b258,'commands':_0x2e1b51[0x0][_0xe5ff21(0x172)],'parentMenuView':_0xbcc1d2,'onExecute':_0x5bacfc})[_0xe5ff21(0x1a6)](_0xe4e137=>_0x3ccf6d[_0xe5ff21(0x196)][_0xe5ff21(0x126)](_0xe4e137)):_0x2e1b51[_0xe5ff21(0x1a6)](({groupId:_0x201b04,groupLabel:_0x2f4bad,commands:_0x474566})=>{const _0x19e9f0=_0xe5ff21,_0x4a7477=new _0x26dc31(_0x3a5f4c,_0xbcc1d2),_0x542c79=new _0x3cf044(_0x3a5f4c),_0xebebe5=new _0x3b5b8f(_0x3a5f4c),_0x1cc2fd=this[_0x19e9f0(0x1a9)]({'command':_0x58b258,'commands':_0x474566,'parentMenuView':_0x542c79,'onExecute':_0x5bacfc});_0x542c79[_0x19e9f0(0x163)][_0x19e9f0(0x155)]({'label':_0x2f4bad||_0x201b04}),_0x542c79[_0x19e9f0(0x118)](_0x19e9f0(0x192))['to'](_0xbcc1d2),_0xebebe5[_0x19e9f0(0x196)][_0x19e9f0(0x19e)](_0x1cc2fd),_0x542c79[_0x19e9f0(0x141)][_0x19e9f0(0x15f)][_0x19e9f0(0x126)](_0xebebe5),_0x4a7477[_0x19e9f0(0x15f)][_0x19e9f0(0x126)](_0x542c79),_0x3ccf6d[_0x19e9f0(0x196)][_0x19e9f0(0x126)](_0x4a7477);}),_0xbcc1d2[_0xe5ff21(0x141)][_0xe5ff21(0x15f)][_0xe5ff21(0x126)](_0x3ccf6d);}[_0x2a2545(0x1a9)]({command:_0x5b7a53,commands:_0x491dcb,parentMenuView:_0x8d653d,onExecute:_0x11752a}){const _0x3309f9=_0x2a2545,_0x2fc8f0=this[_0x3309f9(0x10c)],_0x4c7ab1=_0x2fc8f0[_0x3309f9(0x181)];return ei(_0x2fc8f0,_0x491dcb)[_0x3309f9(0x12f)](_0x3e519b=>{const _0x3af689=_0x3309f9,_0x4279f7=new _0x26dc31(_0x4c7ab1,_0x8d653d),_0x5e913b=new _0x3d1b22(_0x4c7ab1);return _0x5e913b[_0x3af689(0x155)]({'label':_0x3e519b[_0x3af689(0x122)]}),_0x5e913b[_0x3af689(0x118)](_0x3af689(0x192))['to'](_0x8d653d),_0x5e913b['on'](_0x3af689(0x192),()=>_0x11752a(_0x3e519b['id'])),_0x5e913b[_0x3af689(0x171)](_0x3af689(0x174))['to'](_0x5b7a53,_0x3af689(0x19b),_0x15433d=>_0x15433d[_0x3af689(0x166)](_0x3e519b['id'])),_0x4279f7[_0x3af689(0x15f)][_0x3af689(0x126)](_0x5e913b),_0x4279f7;});}}function si(_0xe63f93,_0x3fe1a3){const _0x1a98f7=_0x2a2545;return void 0x0!==_0xe63f93[_0x1a98f7(0x18a)]&&void 0x0===_0x3fe1a3[_0x1a98f7(0x18a)]?0x1:void 0x0===_0xe63f93[_0x1a98f7(0x18a)]&&void 0x0!==_0x3fe1a3[_0x1a98f7(0x18a)]?-0x1:void 0x0!==_0xe63f93[_0x1a98f7(0x18a)]&&void 0x0!==_0x3fe1a3[_0x1a98f7(0x18a)]?_0xe63f93[_0x1a98f7(0x18a)]-_0x3fe1a3[_0x1a98f7(0x18a)]:0x0;}function ei(_0x35a6a7,_0x204bb3){const _0x2b6f37=_0x2a2545;_0x204bb3[_0x2b6f37(0x1a0)](si);const _0x3cc12f={},_0x40fb66=[];for(const _0x1d3839 of _0x204bb3)if(void 0x0!==_0x1d3839[_0x2b6f37(0x18a)]){if(_0x1d3839[_0x2b6f37(0x18a)]in _0x3cc12f)throw new _0x33aad4(_0x2b6f37(0x134),_0x35a6a7,{'conflictingDefinitions':[_0x1d3839,_0x3cc12f[_0x1d3839[_0x2b6f37(0x18a)]]]});_0x3cc12f[_0x1d3839[_0x2b6f37(0x18a)]]=_0x1d3839,_0x40fb66[_0x2b6f37(0x177)](_0x1d3839[_0x2b6f37(0x18a)],0x0,_0x1d3839);}else _0x40fb66[_0x2b6f37(0x148)](_0x1d3839);return _0x40fb66;}function _0x546e(_0xadd809,_0x5aec39){const _0x1c576c=_0x1c57();return _0x546e=function(_0x546e10,_0x443719){_0x546e10=_0x546e10-0xfe;let _0x4a1eb5=_0x1c576c[_0x546e10];return _0x4a1eb5;},_0x546e(_0xadd809,_0x5aec39);}function _0x1c57(){const _0x269069=['_initAriaAiStatusChangeAnnouncements','evaluationLimit','copy','add','getSelectedBlocks','insertContent','_aiAssistantController','document','announce','aiLicenseKeyInvalid','getRanges','promptView','map','ai.assistant.commands','</p>','menuBar:aiCommands','groupLabel','ai-commands-config-order-collision','\x20ck-ai-assistant-ui_theme','aiAssistant','media','1361073SzlmCX','_forceMarkersCopy','model','currentContext','replaceContent','render','AIAssistant','custom','comment','panelView','_dialog','change:isError','INSERT','2397290lGMfdd','hide','licenseKey','push','values','17015720LiuraY','plugins','145565HqwbwK','filter','define','ck-ai-commands-dropdown\x20','setSelection','_uiCssClasses','AI\x20is\x20writing','_aiAdapter','aiLicenseKeyExpired','set','12iaIfWa','aiCommands','text/html','_formView','isFlat','isPremiumPlugin','updateView','text','source','children','queryView','requires','150849hMWECD','buttonView','EDITOR_TOP_SIDE','rawHtml','includes','hideUI','_createAIAssistantUIButton','from','menuBar:aiAssistant','fire','showFakeVisualSelection','ck-ai-assistant-button\x20','reset','tableOfContents','getLimitElement','bind','commands','DataTransfer','isEnabled','_licenseKeyCheckInterval','ck-ai-assistant-ui','splice','hideFakeVisualSelection','AIAssistantUI','replace','usageLimit','textAdapter','76nLaVPD','prompt','344bqwdMV','aiLicenseKeyEvaluationLimit','locale','wasMoved','isOfficialPlugin','change','_showLicenseError','aiLicenseKeyValid','menuitemcheckbox','componentFactory','selection','order','_onExecute','Generated\x20content:\x20%0','ai.assistant.useTheme','view','init','REPLACE','trim','execute','once','polite','focus','items','fieldView','errorView','change:value','aiLicenseKeyUsageLimit','enabledCommandsIds','_getResolvedCommandsDefinitions','AI\x20Commands','addMany','domainLimit','sort','menuPanelClass','length','editing','listenTo','change:isProcessing','forEach','show','get','_getMenuBarGroupButtons','contentArea','pluginName','isOn','isCollapsed','<p>','body','showUI','_populateMenuBarMenu','config','AI\x20Assistant','destroy','schema','groupId','aiLicenseKeyNotAllowed','getSelectedElement','invalid','editor','change:enabledCommandsIds','ai.assistant.disabledElements','insertContentBelow','_commandDefinitions','featureNotAllowed','requiresContent','243218heYZbJ','updatePosition','menuView','buttons','command:','delegate','Error\x20during\x20AI\x20content\x20generation:\x20%0','ai.assistant.contentAreaCssClass','update','aiLicenseKeyDomainLimit','showAIAssistant','_initView','720549BKxONm','getData','expired','label'];_0x1c57=function(){return _0x269069;};return _0x1c57();}
@@ -20,5 +20,5 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4488db=_0x4ff8;function _0x4ff8(_0x1513d5,_0x17dd39){const _0x469c2f=_0x469c();return _0x4ff8=function(_0x4ff81f,_0x4d6b57){_0x4ff81f=_0x4ff81f-0x17c;let _0x5d3c9a=_0x469c2f[_0x4ff81f];return _0x5d3c9a;},_0x4ff8(_0x1513d5,_0x17dd39);}(function(_0x2084e9,_0x3a4786){const _0x2c872d=_0x4ff8,_0x5d53f6=_0x2084e9();while(!![]){try{const _0x2a6d50=parseInt(_0x2c872d(0x1b9))/0x1+parseInt(_0x2c872d(0x19a))/0x2+parseInt(_0x2c872d(0x196))/0x3*(-parseInt(_0x2c872d(0x1b4))/0x4)+parseInt(_0x2c872d(0x188))/0x5*(-parseInt(_0x2c872d(0x1a5))/0x6)+parseInt(_0x2c872d(0x19c))/0x7*(-parseInt(_0x2c872d(0x1ca))/0x8)+-parseInt(_0x2c872d(0x1c7))/0x9*(parseInt(_0x2c872d(0x1c2))/0xa)+parseInt(_0x2c872d(0x1d4))/0xb*(parseInt(_0x2c872d(0x1be))/0xc);if(_0x2a6d50===_0x3a4786)break;else _0x5d53f6['push'](_0x5d53f6['shift']());}catch(_0x4746e1){_0x5d53f6['push'](_0x5d53f6['shift']());}}}(_0x469c,0x45f4d));import{ObservableMixin as _0x2407ef}from'ckeditor5/src/utils.js';import{AIRequestError as _0x27e3d0}from'../adapters/aiadapter.js';import{Matcher as _0x2f9e23,ViewUpcastWriter as _0xd834a6}from'ckeditor5/src/engine.js';const hs=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');export class AIAssistantController extends/* #__PURE__ -- @preserve */
24
- _0x2407ef(){[_0x4488db(0x18e)];[_0x4488db(0x1d8)];[_0x4488db(0x1c1)];[_0x4488db(0x198)];[_0x4488db(0x199)];[_0x4488db(0x1bf)];constructor(_0x2bfeed,_0x4d0e9d,_0x3decae){const _0x30ed25=_0x4488db;super(),this[_0x30ed25(0x18e)]=_0x2bfeed,this[_0x30ed25(0x1d8)]=_0x4d0e9d,this[_0x30ed25(0x198)]=document[_0x30ed25(0x1b5)](_0x30ed25(0x18b)),this[_0x30ed25(0x199)]=new DOMParser(),this[_0x30ed25(0x1bf)]=new XMLSerializer(),this[_0x30ed25(0x1c1)]=_0x3decae,this[_0x30ed25(0x1b0)]({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on'](_0x30ed25(0x1a1),(_0x3dbdff,_0x4feb94,_0x245ba9)=>{const _0x50ba78=_0x30ed25;this[_0x50ba78(0x1c1)][_0x50ba78(0x1af)]=this[_0x50ba78(0x1d1)](_0x245ba9);}),this[_0x30ed25(0x1a9)](this[_0x30ed25(0x1c1)],_0x30ed25(0x19e),(_0x5854d2,_0x2b8996)=>{const _0x1b8b55=_0x30ed25,_0x3e949b=this[_0x1b8b55(0x17f)]||this[_0x1b8b55(0x1d0)];this[_0x1b8b55(0x17d)](_0x2b8996,_0x3e949b,_0x1b8b55(0x18f));}),this[_0x30ed25(0x1a9)](this[_0x30ed25(0x1c1)],_0x30ed25(0x1d6),()=>{const _0x8aeccd=_0x30ed25;this[_0x8aeccd(0x1c1)][_0x8aeccd(0x197)]=this[_0x8aeccd(0x1b1)],this[_0x8aeccd(0x17d)](this[_0x8aeccd(0x18d)],this[_0x8aeccd(0x18a)],this[_0x8aeccd(0x1d5)],this[_0x8aeccd(0x1b1)]);}),this[_0x30ed25(0x1a9)](this[_0x30ed25(0x1c1)],_0x30ed25(0x187),()=>{const _0x368f55=_0x30ed25;this[_0x368f55(0x187)]();});}[_0x4488db(0x1bc)](){const _0x18c427=_0x4488db;this[_0x18c427(0x1d7)]();}async[_0x4488db(0x1a8)]({actionId:_0x52fc8e,query:_0x251175,htmlContent:_0x400864,label:_0x4f2b9a,mainActionLabel:_0x652f5}){const _0x46385c=_0x4488db;this[_0x46385c(0x1c1)][_0x46385c(0x197)]=_0x4f2b9a,this[_0x46385c(0x1c1)][_0x46385c(0x185)]=_0x652f5,this[_0x46385c(0x1d0)]=_0x400864,_0x251175&&(this[_0x46385c(0x1c1)][_0x46385c(0x1db)]?this[_0x46385c(0x17d)](_0x251175,_0x400864,_0x52fc8e,_0x4f2b9a):this[_0x46385c(0x1c1)][_0x46385c(0x1aa)](_0x46385c(0x193),()=>{const _0x2ec81d=_0x46385c;this[_0x2ec81d(0x17d)](_0x251175,_0x400864,_0x52fc8e,_0x4f2b9a);}));}[_0x4488db(0x187)](){const _0x2e3b19=_0x4488db;this[_0x2e3b19(0x182)]&&(this[_0x2e3b19(0x182)]=!0x1,this[_0x2e3b19(0x1c1)][_0x2e3b19(0x181)](),this[_0x2e3b19(0x1d8)][_0x2e3b19(0x19d)]());}[_0x4488db(0x183)](){const _0x18b00b=_0x4488db;this[_0x18b00b(0x1d0)]='',this[_0x18b00b(0x17f)]='',this[_0x18b00b(0x17e)]='',this[_0x18b00b(0x18a)]='',this[_0x18b00b(0x18d)]='',this[_0x18b00b(0x1b1)]='',this[_0x18b00b(0x1d5)]=void 0x0,this[_0x18b00b(0x1c1)][_0x18b00b(0x183)](),this[_0x18b00b(0x187)]();}async[_0x4488db(0x17d)](_0x509ded,_0x109483,_0x12962d,_0xc6de9a){const _0x1fde43=_0x4488db;return this[_0x1fde43(0x182)]=!0x0,this[_0x1fde43(0x1c1)][_0x1fde43(0x1a7)](),this[_0x1fde43(0x18a)]=_0x109483,this[_0x1fde43(0x18d)]=_0x509ded,this[_0x1fde43(0x1b1)]=_0xc6de9a||_0x509ded,this[_0x1fde43(0x1d5)]=_0x12962d,new Promise(_0x48fb3e=>{const _0x5a2d12=_0x1fde43;this[_0x5a2d12(0x1d8)][_0x5a2d12(0x19f)]({'query':_0x509ded,'context':_0x109483,'onData':_0x524e01=>{const _0x1a3d6b=_0x5a2d12;this[_0x1a3d6b(0x17e)]=_0x524e01,this[_0x1a3d6b(0x17f)]=this[_0x1a3d6b(0x191)](this[_0x1a3d6b(0x17e)]);},'actionId':_0x12962d})[_0x5a2d12(0x1ae)](()=>{const _0x2b3181=_0x5a2d12;!this[_0x2b3181(0x17f)]&&this[_0x2b3181(0x17e)]&&(this[_0x2b3181(0x17f)]=this[_0x2b3181(0x191)](this[_0x2b3181(0x17e)],!0x0));})[_0x5a2d12(0x1de)](_0x15fe4a=>{const _0x367c79=_0x5a2d12;_0x15fe4a instanceof _0x27e3d0?this[_0x367c79(0x1c1)][_0x367c79(0x1c4)](_0x15fe4a[_0x367c79(0x1b3)]):this[_0x367c79(0x1c1)][_0x367c79(0x1c4)](),_0x48fb3e();})[_0x5a2d12(0x18c)](()=>{const _0x14d67e=_0x5a2d12;this[_0x14d67e(0x187)](),_0x48fb3e();});});}[_0x4488db(0x191)](_0x27a821,_0xe9d5c1=!0x1){const _0x384d58=_0x4488db,_0x4a4d65=hs[_0x384d58(0x1a3)](_0x27a821);_0x27a821=_0x4a4d65?_0x27a821[_0x384d58(0x1c6)](_0x4a4d65[0x1][_0x384d58(0x1a0)]):_0x27a821[_0x384d58(0x1a0)]<0x64&&!_0xe9d5c1?'':this[_0x384d58(0x1cb)](_0x27a821);const _0x267dc3=this[_0x384d58(0x199)][_0x384d58(0x1cf)](_0x27a821,_0x384d58(0x1bb));if(_0x4a4d65){const _0x4c3bf6=Array[_0x384d58(0x1c3)](_0x267dc3[_0x384d58(0x1c9)][_0x384d58(0x186)]);_0x4c3bf6[_0x384d58(0x195)]();for(const _0x5e9635 of _0x4c3bf6){if(_0x5e9635[_0x384d58(0x1da)]==Node[_0x384d58(0x1bd)])break;_0x5e9635[_0x384d58(0x1ad)]();}}const _0x150a1c=this[_0x384d58(0x18e)][_0x384d58(0x1ce)][_0x384d58(0x1df)][_0x384d58(0x1e0)](this[_0x384d58(0x1bf)][_0x384d58(0x1ac)](_0x267dc3[_0x384d58(0x1c9)]));this[_0x384d58(0x1b8)]()||this[_0x384d58(0x189)](_0x150a1c);const _0x43b383=this[_0x384d58(0x18e)][_0x384d58(0x1b6)][_0x384d58(0x1b7)](_0x384d58(0x1a2)),_0x59669d=this[_0x384d58(0x18e)][_0x384d58(0x1ce)][_0x384d58(0x1ba)](_0x150a1c);return _0x43b383||_0x59669d[_0x384d58(0x1ab)][_0x384d58(0x1d3)](),this[_0x384d58(0x18e)][_0x384d58(0x1ce)][_0x384d58(0x1c5)](_0x59669d);}[_0x4488db(0x189)](_0x580628){const _0x3ea5ef=_0x4488db,_0x2dddeb=new _0xd834a6(this[_0x3ea5ef(0x18e)][_0x3ea5ef(0x19b)][_0x3ea5ef(0x1c1)][_0x3ea5ef(0x1a4)]),_0x92a1ef=new _0x2f9e23({'name':/^h[1-5]$/}),_0x965382=[];let _0x77f84d=!0x1;for(const _0xf94e4 of _0x580628)_0xf94e4['is'](_0x3ea5ef(0x1c8))&&_0x92a1ef[_0x3ea5ef(0x1d9)](_0xf94e4)&&(_0x965382[_0x3ea5ef(0x1e1)](_0xf94e4),'h1'==_0xf94e4[_0x3ea5ef(0x190)]&&(_0x77f84d=!0x0));if(_0x77f84d){for(const _0x28d642 of _0x965382)_0x2dddeb[_0x3ea5ef(0x194)]('h'+(parseInt(_0x28d642[_0x3ea5ef(0x190)][0x1])+0x1),_0x28d642);}}[_0x4488db(0x1b8)](){const _0x4c66f8=_0x4488db,{data:_0x2cb59a,editing:_0x58da30}=this[_0x4c66f8(0x18e)],_0x4b0ee2=_0x2cb59a[_0x4c66f8(0x180)][_0x4c66f8(0x1e0)](_0x4c66f8(0x1c0)),_0xfb9cc7=_0x2cb59a[_0x4c66f8(0x1e0)](_0x2cb59a[_0x4c66f8(0x1ba)](_0x4b0ee2));return!!_0x58da30[_0x4c66f8(0x1c1)][_0x4c66f8(0x17c)][_0x4c66f8(0x1a6)](_0xfb9cc7)[_0x4c66f8(0x1dc)]('h1');}[_0x4488db(0x1d1)](_0x1d0e93){const _0x35b254=_0x4488db;return this[_0x35b254(0x18e)][_0x35b254(0x19b)][_0x35b254(0x1c1)][_0x35b254(0x17c)][_0x35b254(0x1b2)](this[_0x35b254(0x198)],_0x1d0e93),this[_0x35b254(0x198)][_0x35b254(0x1dd)];}[_0x4488db(0x1cb)](_0x22d7fc){const _0x31c6a5=_0x4488db,_0x10cf13=_0x22d7fc[_0x31c6a5(0x184)]();return _0x10cf13[_0x31c6a5(0x192)](_0x31c6a5(0x1cc))?_0x10cf13[_0x31c6a5(0x1d2)](_0x31c6a5(0x1cd))?_0x10cf13[_0x31c6a5(0x1c6)](0x7,_0x10cf13[_0x31c6a5(0x1a0)]-0x3):_0x10cf13[_0x31c6a5(0x1c6)](0x7):_0x22d7fc;}}function _0x469c(){const _0x155216=['tryAgainEvent','stopListening','textAdapter','match','nodeType','isRendered','querySelector','innerHTML','catch','processor','toView','push','domConverter','_handleQuery','currentResponse','currentContext','htmlProcessor','finishProcessing','isProcessing','reset','trim','mainAction','childNodes','stopProcessing','30GaAIFr','_normalizeResponseHeadings','previousContext','div','finally','previousQuery','editor','custom','name','_parseAndNormalizeContent','startsWith','render','rename','reverse','7992MFseiM','prompt','_sanitizationContainer','_domParser','96294fbxtVn','editing','2169398AXwGFr','abort','submitPrompt','makeRequest','length','set:currentContext','ai.assistant.preserveComments','exec','document','32994AEzyjY','viewToDom','startProcessing','updateView','listenTo','once','markers','serializeToString','remove','then','value','set','previousLabel','setContentOf','message','544afOXyX','createElement','config','get','_isH1TagSupportEnabled','423842mQQCsf','toModel','text/html','destroy','ELEMENT_NODE','454836glHByX','_xmlSerializer','<h1></h1>','view','20VzqKbM','from','handleError','stringify','substring','1413459GTkaRy','element','body','8xvHazp','_stripMarkdownSyntax','```html','```','data','parseFromString','initialContext','_sanitizeHTML','endsWith','clear','242onUozL','previousActionId'];_0x469c=function(){return _0x155216;};return _0x469c();}
23
+ function _0x4f27(){const _0x86c444=['submitPrompt','mainAction','abort','rename','parseFromString','prompt','previousActionId','stringify','markers','remove','1479448noTzZj','body','catch','match','view','querySelector','ELEMENT_NODE','data','nodeType','252lmEiRK','<h1></h1>','trim','listenTo','currentResponse','stopProcessing','custom','reset','_sanitizationContainer','get','substring','textAdapter','21Eluywx','2GqYaWw','```','element','currentContext','toView','stopListening','handleError','editor','previousQuery','serializeToString','4901845alvvui','innerHTML','set','tryAgainEvent','set:currentContext','clear','message','viewToDom','10545aichYh','processor','_sanitizeHTML','3855801DKBtqy','4633424yBsjQm','isRendered','startProcessing','from','finally','_isH1TagSupportEnabled','8740842KmSlfl','_xmlSerializer','2400850RUMvqC','updateView','text/html','previousContext','_domParser','name','domConverter','previousLabel','destroy','div','setContentOf','```html','finishProcessing','length','childNodes','createElement','_parseAndNormalizeContent','initialContext','_stripMarkdownSyntax','editing','push','then','exec','document','config','htmlProcessor','endsWith','toModel','startsWith','isProcessing','render','once','_normalizeResponseHeadings','value','makeRequest','ai.assistant.preserveComments','reverse','_handleQuery'];_0x4f27=function(){return _0x86c444;};return _0x4f27();}const _0x173b75=_0x16fe;(function(_0x581674,_0x5bd2c6){const _0x2bac00=_0x16fe,_0xbc06b4=_0x581674();while(!![]){try{const _0xf75434=-parseInt(_0x2bac00(0x153))/0x1+parseInt(_0x2bac00(0x141))/0x2*(-parseInt(_0x2bac00(0x156))/0x3)+-parseInt(_0x2bac00(0x12b))/0x4+-parseInt(_0x2bac00(0x14b))/0x5+-parseInt(_0x2bac00(0x15d))/0x6+parseInt(_0x2bac00(0x140))/0x7*(-parseInt(_0x2bac00(0x157))/0x8)+parseInt(_0x2bac00(0x134))/0x9*(parseInt(_0x2bac00(0x15f))/0xa);if(_0xf75434===_0x5bd2c6)break;else _0xbc06b4['push'](_0xbc06b4['shift']());}catch(_0x209af4){_0xbc06b4['push'](_0xbc06b4['shift']());}}}(_0x4f27,0xd754c));import{ObservableMixin as _0xb6fe70}from'ckeditor5/src/utils.js';import{AIRequestError as _0x6040c3}from'../adapters/aiadapter.js';import{Matcher as _0x246aa0,ViewUpcastWriter as _0x1c56fd}from'ckeditor5/src/engine.js';const hs=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');function _0x16fe(_0x1487b9,_0x58bf44){const _0x4f27e0=_0x4f27();return _0x16fe=function(_0x16fe17,_0x3ce9a5){_0x16fe17=_0x16fe17-0x106;let _0x2a7061=_0x4f27e0[_0x16fe17];return _0x2a7061;},_0x16fe(_0x1487b9,_0x58bf44);}export class AIAssistantController extends/* #__PURE__ -- @preserve */
24
+ _0xb6fe70(){[_0x173b75(0x148)];[_0x173b75(0x13f)];[_0x173b75(0x12f)];[_0x173b75(0x13c)];[_0x173b75(0x163)];[_0x173b75(0x15e)];constructor(_0x32ab63,_0x3f118e,_0x2c60f1){const _0x1688bc=_0x173b75;super(),this[_0x1688bc(0x148)]=_0x32ab63,this[_0x1688bc(0x13f)]=_0x3f118e,this[_0x1688bc(0x13c)]=document[_0x1688bc(0x10a)](_0x1688bc(0x168)),this[_0x1688bc(0x163)]=new DOMParser(),this[_0x1688bc(0x15e)]=new XMLSerializer(),this[_0x1688bc(0x12f)]=_0x2c60f1,this[_0x1688bc(0x14d)]({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on'](_0x1688bc(0x14f),(_0x1df889,_0x14e166,_0x2e14a2)=>{const _0x2ca516=_0x1688bc;this[_0x2ca516(0x12f)][_0x2ca516(0x11c)]=this[_0x2ca516(0x155)](_0x2e14a2);}),this[_0x1688bc(0x137)](this[_0x1688bc(0x12f)],_0x1688bc(0x121),(_0x10d6a4,_0x293675)=>{const _0x302bf2=_0x1688bc,_0x351c62=this[_0x302bf2(0x144)]||this[_0x302bf2(0x10c)];this[_0x302bf2(0x120)](_0x293675,_0x351c62,_0x302bf2(0x13a));}),this[_0x1688bc(0x137)](this[_0x1688bc(0x12f)],_0x1688bc(0x14e),()=>{const _0x13aa08=_0x1688bc;this[_0x13aa08(0x12f)][_0x13aa08(0x126)]=this[_0x13aa08(0x166)],this[_0x13aa08(0x120)](this[_0x13aa08(0x149)],this[_0x13aa08(0x162)],this[_0x13aa08(0x127)],this[_0x13aa08(0x166)]);}),this[_0x1688bc(0x137)](this[_0x1688bc(0x12f)],_0x1688bc(0x139),()=>{const _0x78c4bf=_0x1688bc;this[_0x78c4bf(0x139)]();});}[_0x173b75(0x167)](){const _0x4593d9=_0x173b75;this[_0x4593d9(0x146)]();}async[_0x173b75(0x160)]({actionId:_0x2a3875,query:_0x31ba10,htmlContent:_0x2992c9,label:_0x2db5aa,mainActionLabel:_0x3a37c4}){const _0x55a24e=_0x173b75;this[_0x55a24e(0x12f)][_0x55a24e(0x126)]=_0x2db5aa,this[_0x55a24e(0x12f)][_0x55a24e(0x122)]=_0x3a37c4,this[_0x55a24e(0x10c)]=_0x2992c9,_0x31ba10&&(this[_0x55a24e(0x12f)][_0x55a24e(0x158)]?this[_0x55a24e(0x120)](_0x31ba10,_0x2992c9,_0x2a3875,_0x2db5aa):this[_0x55a24e(0x12f)][_0x55a24e(0x11a)](_0x55a24e(0x119),()=>{const _0x45e7b2=_0x55a24e;this[_0x45e7b2(0x120)](_0x31ba10,_0x2992c9,_0x2a3875,_0x2db5aa);}));}[_0x173b75(0x139)](){const _0x2cffce=_0x173b75;this[_0x2cffce(0x118)]&&(this[_0x2cffce(0x118)]=!0x1,this[_0x2cffce(0x12f)][_0x2cffce(0x107)](),this[_0x2cffce(0x13f)][_0x2cffce(0x123)]());}[_0x173b75(0x13b)](){const _0x3119a6=_0x173b75;this[_0x3119a6(0x10c)]='',this[_0x3119a6(0x144)]='',this[_0x3119a6(0x138)]='',this[_0x3119a6(0x162)]='',this[_0x3119a6(0x149)]='',this[_0x3119a6(0x166)]='',this[_0x3119a6(0x127)]=void 0x0,this[_0x3119a6(0x12f)][_0x3119a6(0x13b)](),this[_0x3119a6(0x139)]();}async[_0x173b75(0x120)](_0x3db187,_0x4bd2de,_0x242f0c,_0xf2a70){const _0x223b76=_0x173b75;return this[_0x223b76(0x118)]=!0x0,this[_0x223b76(0x12f)][_0x223b76(0x159)](),this[_0x223b76(0x162)]=_0x4bd2de,this[_0x223b76(0x149)]=_0x3db187,this[_0x223b76(0x166)]=_0xf2a70||_0x3db187,this[_0x223b76(0x127)]=_0x242f0c,new Promise(_0x1dc602=>{const _0x2b74bb=_0x223b76;this[_0x2b74bb(0x13f)][_0x2b74bb(0x11d)]({'query':_0x3db187,'context':_0x4bd2de,'onData':_0x6080c5=>{const _0x3689dc=_0x2b74bb;this[_0x3689dc(0x138)]=_0x6080c5,this[_0x3689dc(0x144)]=this[_0x3689dc(0x10b)](this[_0x3689dc(0x138)]);},'actionId':_0x242f0c})[_0x2b74bb(0x110)](()=>{const _0x2b024e=_0x2b74bb;!this[_0x2b024e(0x144)]&&this[_0x2b024e(0x138)]&&(this[_0x2b024e(0x144)]=this[_0x2b024e(0x10b)](this[_0x2b024e(0x138)],!0x0));})[_0x2b74bb(0x12d)](_0x258ba4=>{const _0x29e373=_0x2b74bb;_0x258ba4 instanceof _0x6040c3?this[_0x29e373(0x12f)][_0x29e373(0x147)](_0x258ba4[_0x29e373(0x151)]):this[_0x29e373(0x12f)][_0x29e373(0x147)](),_0x1dc602();})[_0x2b74bb(0x15b)](()=>{const _0x22e8fe=_0x2b74bb;this[_0x22e8fe(0x139)](),_0x1dc602();});});}[_0x173b75(0x10b)](_0x3876dc,_0x3739b0=!0x1){const _0x1ed573=_0x173b75,_0x484955=hs[_0x1ed573(0x111)](_0x3876dc);_0x3876dc=_0x484955?_0x3876dc[_0x1ed573(0x13e)](_0x484955[0x1][_0x1ed573(0x108)]):_0x3876dc[_0x1ed573(0x108)]<0x64&&!_0x3739b0?'':this[_0x1ed573(0x10d)](_0x3876dc);const _0x2ffad0=this[_0x1ed573(0x163)][_0x1ed573(0x125)](_0x3876dc,_0x1ed573(0x161));if(_0x484955){const _0x2f3e26=Array[_0x1ed573(0x15a)](_0x2ffad0[_0x1ed573(0x12c)][_0x1ed573(0x109)]);_0x2f3e26[_0x1ed573(0x11f)]();for(const _0x43348d of _0x2f3e26){if(_0x43348d[_0x1ed573(0x133)]==Node[_0x1ed573(0x131)])break;_0x43348d[_0x1ed573(0x12a)]();}}const _0x3adbb0=this[_0x1ed573(0x148)][_0x1ed573(0x132)][_0x1ed573(0x154)][_0x1ed573(0x145)](this[_0x1ed573(0x15e)][_0x1ed573(0x14a)](_0x2ffad0[_0x1ed573(0x12c)]));this[_0x1ed573(0x15c)]()||this[_0x1ed573(0x11b)](_0x3adbb0);const _0x3c7ef2=this[_0x1ed573(0x148)][_0x1ed573(0x113)][_0x1ed573(0x13d)](_0x1ed573(0x11e)),_0x1e9c39=this[_0x1ed573(0x148)][_0x1ed573(0x132)][_0x1ed573(0x116)](_0x3adbb0);return _0x3c7ef2||_0x1e9c39[_0x1ed573(0x129)][_0x1ed573(0x150)](),this[_0x1ed573(0x148)][_0x1ed573(0x132)][_0x1ed573(0x128)](_0x1e9c39);}[_0x173b75(0x11b)](_0xa8a88e){const _0xa64ebc=_0x173b75,_0x35f6bd=new _0x1c56fd(this[_0xa64ebc(0x148)][_0xa64ebc(0x10e)][_0xa64ebc(0x12f)][_0xa64ebc(0x112)]),_0x2df16e=new _0x246aa0({'name':/^h[1-5]$/}),_0x430ba7=[];let _0x2cdd88=!0x1;for(const _0x2a9bec of _0xa8a88e)_0x2a9bec['is'](_0xa64ebc(0x143))&&_0x2df16e[_0xa64ebc(0x12e)](_0x2a9bec)&&(_0x430ba7[_0xa64ebc(0x10f)](_0x2a9bec),'h1'==_0x2a9bec[_0xa64ebc(0x164)]&&(_0x2cdd88=!0x0));if(_0x2cdd88){for(const _0x1eaa4d of _0x430ba7)_0x35f6bd[_0xa64ebc(0x124)]('h'+(parseInt(_0x1eaa4d[_0xa64ebc(0x164)][0x1])+0x1),_0x1eaa4d);}}[_0x173b75(0x15c)](){const _0x4651a8=_0x173b75,{data:_0x12e354,editing:_0x4cca55}=this[_0x4651a8(0x148)],_0x10793c=_0x12e354[_0x4651a8(0x114)][_0x4651a8(0x145)](_0x4651a8(0x135)),_0x253ffa=_0x12e354[_0x4651a8(0x145)](_0x12e354[_0x4651a8(0x116)](_0x10793c));return!!_0x4cca55[_0x4651a8(0x12f)][_0x4651a8(0x165)][_0x4651a8(0x152)](_0x253ffa)[_0x4651a8(0x130)]('h1');}[_0x173b75(0x155)](_0x28a3b3){const _0x18d2a6=_0x173b75;return this[_0x18d2a6(0x148)][_0x18d2a6(0x10e)][_0x18d2a6(0x12f)][_0x18d2a6(0x165)][_0x18d2a6(0x169)](this[_0x18d2a6(0x13c)],_0x28a3b3),this[_0x18d2a6(0x13c)][_0x18d2a6(0x14c)];}[_0x173b75(0x10d)](_0x34dd13){const _0x40e446=_0x173b75,_0x53668f=_0x34dd13[_0x40e446(0x136)]();return _0x53668f[_0x40e446(0x117)](_0x40e446(0x106))?_0x53668f[_0x40e446(0x115)](_0x40e446(0x142))?_0x53668f[_0x40e446(0x13e)](0x7,_0x53668f[_0x40e446(0x108)]-0x3):_0x53668f[_0x40e446(0x13e)](0x7):_0x34dd13;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x35331f=_0xaeee;function _0xe7a3(){const _0x2da84d=['focus','scrollHeight','getSelection','setEndBefore','-9999px','removeAllRanges','ck-hidden','render','bindTemplate','textContent','wheel','1214082UqzFHY','execCommand','locale','setStartAfter','_createLoader','element','isVisible','listenTo','<span>]</span>','absolute','scrollTo','ck-content','loaderView','ck-reset_all-excluded','lastElementChild','class','388eUVcOP','9920701drnbxF','icon','contentFieldView','firstElementChild','ck-ai-form__copy-button','write','ck-ai-form__content-area--processing','value','ck-ai-form__loader','style','appendLoader','createRange','8jcRoUw','11nMxymE','appendChild','change:isProcessing','copy','ck-ai-form__content-area-wrapper','8840030NkpOjB','text/plain','innerHTML','clipboard','div','ClipboardItem','Copy','position','mousedown','isProcessing','.ck-ai-form__loader','setTemplate','ck-ai-form__copy-button-wrapper','AI\x20is\x20writing...','querySelector','_copyHTMLToClipboard','5FiLROU','bind','6134xsdubq','smooth','ck-ai-form__content-field','set','isEnabled','_createCopyButton','ck-ai-form__content-area','copyButtonView','left','body','8134380yxJTxo','addRange','2076uzHeEr','setContent','\x20ck-ai-form__copy-button--copied','remove','14992392NxZDIH','createElement','<span>[</span>','text/html','execute','change:value','1516rpqSbv'];_0xe7a3=function(){return _0x2da84d;};return _0xe7a3();}(function(_0x21b8c1,_0x2021e3){const _0x35dd65=_0xaeee,_0x355d4d=_0x21b8c1();while(!![]){try{const _0x54fcd0=-parseInt(_0x35dd65(0x195))/0x1*(parseInt(_0x35dd65(0x170))/0x2)+-parseInt(_0x35dd65(0x1a1))/0x3*(-parseInt(_0x35dd65(0x1ab))/0x4)+-parseInt(_0x35dd65(0x193))/0x5*(parseInt(_0x35dd65(0x1b7))/0x6)+parseInt(_0x35dd65(0x171))/0x7+-parseInt(_0x35dd65(0x17d))/0x8*(-parseInt(_0x35dd65(0x19f))/0x9)+parseInt(_0x35dd65(0x183))/0xa*(parseInt(_0x35dd65(0x17e))/0xb)+-parseInt(_0x35dd65(0x1a5))/0xc;if(_0x54fcd0===_0x2021e3)break;else _0x355d4d['push'](_0x355d4d['shift']());}catch(_0x2a19aa){_0x355d4d['push'](_0x355d4d['shift']());}}}(_0xe7a3,0xc9919));import{global as _0x442dc8}from'ckeditor5/src/utils.js';import{View as _0x601064,ButtonView as _0x5807e2,SpinnerView as _0x216fc9}from'ckeditor5/src/ui.js';import{IconCheck as _0x1868e8,IconCopy as _0x3e57e5}from'ckeditor5/src/icons.js';import{getTranslation as _0x3ce9ce}from'../../utils/common-translations.js';function _0xaeee(_0xbd2f84,_0x956f42){const _0xe7a3bc=_0xe7a3();return _0xaeee=function(_0xaeee7d,_0xa70b3c){_0xaeee7d=_0xaeee7d-0x165;let _0x30e815=_0xe7a3bc[_0xaeee7d];return _0x30e815;},_0xaeee(_0xbd2f84,_0x956f42);}export class AIFormContentArea extends _0x601064{[_0x35331f(0x173)];[_0x35331f(0x19c)];constructor(_0x2ff45a,_0x3df699=''){const _0x143f4b=_0x35331f;super(_0x2ff45a),this[_0x143f4b(0x198)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x40a739=this[_0x143f4b(0x1b4)];this[_0x143f4b(0x173)]=new ContentFieldView(_0x2ff45a,_0x3df699),this[_0x143f4b(0x19c)]=this[_0x143f4b(0x19a)](),this[_0x143f4b(0x18e)]({'tag':_0x143f4b(0x187),'attributes':{'class':['ck',_0x143f4b(0x182),_0x40a739['if'](_0x143f4b(0x166),_0x143f4b(0x1b2),_0x44f39a=>!_0x44f39a)],'tabindex':'-1'},'children':[{'tag':_0x143f4b(0x187),'attributes':{'class':['ck',_0x143f4b(0x19b),_0x40a739['if'](_0x143f4b(0x18c),_0x143f4b(0x177))]},'children':[this[_0x143f4b(0x173)],{'tag':_0x143f4b(0x187),'attributes':{'class':['ck',_0x143f4b(0x18f)]},'children':[this[_0x143f4b(0x19c)]]}]}]});}[_0x35331f(0x1b3)](){const _0x26d54a=_0x35331f;super[_0x26d54a(0x1b3)](),this[_0x26d54a(0x178)]&&this[_0x26d54a(0x173)][_0x26d54a(0x1a2)](this[_0x26d54a(0x178)]);let _0x420e3e=!0x1;this['on'](_0x26d54a(0x1aa),(_0x30442f,_0x525e7e,_0xcbaeb5)=>{const _0x2125ae=_0x26d54a,_0x20eb96=!this[_0x2125ae(0x173)][_0x2125ae(0x165)][_0x2125ae(0x191)](_0x2125ae(0x18d));this[_0x2125ae(0x173)][_0x2125ae(0x1a2)](_0xcbaeb5),this[_0x2125ae(0x18c)]&&_0x20eb96&&!_0x420e3e&&this[_0x2125ae(0x165)][_0x2125ae(0x16a)]({'top':this[_0x2125ae(0x165)][_0x2125ae(0x1ad)],'behavior':_0x2125ae(0x196)});}),this['on'](_0x26d54a(0x180),(_0x8fd6a4,_0x99b6a,_0x22c2e6)=>{const _0x31b6d3=_0x26d54a;_0x420e3e=!0x1,_0x22c2e6?(this[_0x31b6d3(0x178)]=null,this[_0x31b6d3(0x173)][_0x31b6d3(0x17b)]()):this[_0x31b6d3(0x178)]||this[_0x31b6d3(0x173)][_0x31b6d3(0x1a2)]('');}),this[_0x26d54a(0x167)](this[_0x26d54a(0x165)],_0x26d54a(0x1b6),()=>{_0x420e3e=!0x0;}),this[_0x26d54a(0x167)](this[_0x26d54a(0x165)],_0x26d54a(0x18b),()=>{_0x420e3e=!0x0;});}[_0x35331f(0x1ac)](){const _0x28207f=_0x35331f;this[_0x28207f(0x165)][_0x28207f(0x1ac)]();}[_0x35331f(0x19a)](){const _0x9f12d5=_0x35331f,_0x18428b=this[_0x9f12d5(0x1b9)],_0x25c0ae=new _0x5807e2(this[_0x9f12d5(0x1b9)]),_0x3a972e=_0x9f12d5(0x175);return _0x25c0ae[_0x9f12d5(0x198)]({'label':_0x3ce9ce(_0x18428b,_0x9f12d5(0x189)),'icon':_0x3e57e5,'class':_0x3a972e,'tooltip':!0x0}),_0x25c0ae[_0x9f12d5(0x194)](_0x9f12d5(0x166))['to'](this,_0x9f12d5(0x178),_0x1e6a65=>!!_0x1e6a65),_0x25c0ae[_0x9f12d5(0x194)](_0x9f12d5(0x199))['to'](this,_0x9f12d5(0x18c),_0x432e32=>!_0x432e32),_0x25c0ae['on'](_0x9f12d5(0x1a9),()=>{const _0x222177=_0x9f12d5;this[_0x222177(0x192)](this[_0x222177(0x173)][_0x222177(0x165)]),_0x25c0ae[_0x222177(0x172)]=_0x1868e8,_0x25c0ae[_0x222177(0x16f)]=_0x3a972e+_0x222177(0x1a3),this[_0x222177(0x1ac)](),setTimeout(()=>{const _0xceff36=_0x222177;_0x25c0ae[_0xceff36(0x172)]=_0x3e57e5,_0x25c0ae[_0xceff36(0x16f)]=_0x3a972e;},0x3e8);}),_0x25c0ae;}[_0x35331f(0x192)](_0x70e87b){const _0x5122d9=_0x35331f,{window:_0x339750,document:_0x4431d3}=_0x442dc8;if(_0x339750[_0x5122d9(0x188)]){const {Blob:_0x453e49,ClipboardItem:_0x14d440}=_0x339750,_0x51cec5=[new _0x14d440({'text/html':new _0x453e49([_0x70e87b[_0x5122d9(0x185)]],{'type':_0x5122d9(0x1a8)}),'text/plain':new _0x453e49([_0x70e87b[_0x5122d9(0x1b5)]||''],{'type':_0x5122d9(0x184)})})];navigator[_0x5122d9(0x186)][_0x5122d9(0x176)](_0x51cec5);}else{const _0x5464ef=_0x4431d3[_0x5122d9(0x1a6)](_0x5122d9(0x187));_0x5464ef[_0x5122d9(0x17a)][_0x5122d9(0x18a)]=_0x5122d9(0x169),_0x5464ef[_0x5122d9(0x17a)][_0x5122d9(0x19d)]=_0x5122d9(0x1b0),_0x5464ef[_0x5122d9(0x185)]=_0x5122d9(0x1a7)+_0x70e87b[_0x5122d9(0x185)]+_0x5122d9(0x168),_0x4431d3[_0x5122d9(0x19e)][_0x5122d9(0x17f)](_0x5464ef);const _0x324c1b=_0x4431d3[_0x5122d9(0x17c)]();_0x324c1b[_0x5122d9(0x1ba)](_0x5464ef[_0x5122d9(0x174)]),_0x324c1b[_0x5122d9(0x1af)](_0x5464ef[_0x5122d9(0x16e)]);const _0x119bbc=_0x339750[_0x5122d9(0x1ae)]();_0x119bbc[_0x5122d9(0x1b1)](),_0x119bbc[_0x5122d9(0x1a0)](_0x324c1b),_0x4431d3[_0x5122d9(0x1b8)](_0x5122d9(0x181)),_0x5464ef[_0x5122d9(0x1a4)]();}}}export class ContentFieldView extends _0x601064{constructor(_0xa6f8ee,_0xf61da0=''){const _0x257b53=_0x35331f;super(_0xa6f8ee),this[_0x257b53(0x16c)]=this[_0x257b53(0x1bb)](),this[_0x257b53(0x18e)]({'tag':_0x257b53(0x187),'attributes':{'class':['ck',_0x257b53(0x16b),_0xf61da0,_0x257b53(0x16d),_0x257b53(0x197)]}});}[_0x35331f(0x1a2)](_0x15329f){const _0x2057f7=_0x35331f;this[_0x2057f7(0x165)][_0x2057f7(0x185)]=_0x15329f;}[_0x35331f(0x17b)](){const _0x415a55=_0x35331f;this[_0x415a55(0x165)][_0x415a55(0x17f)](this[_0x415a55(0x16c)][_0x415a55(0x165)]);}[_0x35331f(0x1bb)](){const _0x1befcd=_0x35331f,_0x358002=new _0x601064(),_0x37bc6b=this[_0x1befcd(0x1b9)],_0x373acd=new _0x216fc9();return _0x373acd[_0x1befcd(0x166)]=!0x0,_0x358002[_0x1befcd(0x18e)]({'tag':_0x1befcd(0x187),'attributes':{'class':['ck',_0x1befcd(0x179)]},'children':[_0x373acd,{'text':_0x3ce9ce(_0x37bc6b,_0x1befcd(0x190))}]}),_0x358002[_0x1befcd(0x1b3)](),_0x358002;}}
23
+ const _0x1292da=_0x4758;(function(_0x38d5f2,_0x3332c7){const _0x29e018=_0x4758,_0xd696f6=_0x38d5f2();while(!![]){try{const _0x4a03d9=parseInt(_0x29e018(0x164))/0x1*(parseInt(_0x29e018(0x17b))/0x2)+-parseInt(_0x29e018(0x136))/0x3+parseInt(_0x29e018(0x17e))/0x4+parseInt(_0x29e018(0x14c))/0x5*(-parseInt(_0x29e018(0x181))/0x6)+parseInt(_0x29e018(0x160))/0x7*(parseInt(_0x29e018(0x14a))/0x8)+-parseInt(_0x29e018(0x15e))/0x9+parseInt(_0x29e018(0x14f))/0xa;if(_0x4a03d9===_0x3332c7)break;else _0xd696f6['push'](_0xd696f6['shift']());}catch(_0x1c8e10){_0xd696f6['push'](_0xd696f6['shift']());}}}(_0x56a4,0xbf4fc));import{global as _0x12aade}from'ckeditor5/src/utils.js';function _0x56a4(){const _0x42d21f=['scrollTo','scrollHeight','_createLoader','ck-ai-form__content-field','<span>]</span>','style','left','copyButtonView','class','bindTemplate','div','AI\x20is\x20writing...','3767247KEHYaI','createRange','2156539IqCYKW','removeAllRanges','change:isProcessing','setTemplate','661441gHuSWn','textContent','mousedown','isVisible','absolute','position','icon','_createCopyButton','appendChild','loaderView','ClipboardItem','clipboard','remove','isProcessing','smooth','setEndBefore','render','createElement','_copyHTMLToClipboard','setContent','ck-hidden','listenTo','ck-ai-form__loader','4bLpVLk','ck-ai-form__content-area--processing','locale','170520WvILaU','ck-ai-form__content-area','write','726PPoYIX','querySelector','ck-ai-form__content-area-wrapper','focus','\x20ck-ai-form__copy-button--copied','text/plain','ck-content','ck-reset_all-excluded','copy','isEnabled','3882552NBlLqM','<span>[</span>','getSelection','text/html','change:value','setStartAfter','value','firstElementChild','contentFieldView','ck-ai-form__copy-button-wrapper','Copy','-9999px','element','.ck-ai-form__loader','appendLoader','ck-ai-form__copy-button','innerHTML','wheel','addRange','execute','8zQHPvx','lastElementChild','29695UdceuZ','execCommand','body','15414090ELzePy','set','bind'];_0x56a4=function(){return _0x42d21f;};return _0x56a4();}function _0x4758(_0x2bfaa4,_0x3b6f2e){const _0x56a4a6=_0x56a4();return _0x4758=function(_0x475824,_0x519b9a){_0x475824=_0x475824-0x133;let _0x1b219e=_0x56a4a6[_0x475824];return _0x1b219e;},_0x4758(_0x2bfaa4,_0x3b6f2e);}import{View as _0x193bf9,ButtonView as _0x2e91c0,SpinnerView as _0x5eae80}from'ckeditor5/src/ui.js';import{IconCheck as _0x447d6a,IconCopy as _0x2289b2}from'ckeditor5/src/icons.js';import{getTranslation as _0xb6415f}from'../../utils/common-translations.js';export class AIFormContentArea extends _0x193bf9{[_0x1292da(0x13e)];[_0x1292da(0x159)];constructor(_0x35d3a9,_0x437d6c=''){const _0x3df761=_0x1292da;super(_0x35d3a9),this[_0x3df761(0x150)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x25c00d=this[_0x3df761(0x15b)];this[_0x3df761(0x13e)]=new ContentFieldView(_0x35d3a9,_0x437d6c),this[_0x3df761(0x159)]=this[_0x3df761(0x16b)](),this[_0x3df761(0x163)]({'tag':_0x3df761(0x15c),'attributes':{'class':['ck',_0x3df761(0x183),_0x25c00d['if'](_0x3df761(0x167),_0x3df761(0x178),_0x2ff3bc=>!_0x2ff3bc)],'tabindex':'-1'},'children':[{'tag':_0x3df761(0x15c),'attributes':{'class':['ck',_0x3df761(0x17f),_0x25c00d['if'](_0x3df761(0x171),_0x3df761(0x17c))]},'children':[this[_0x3df761(0x13e)],{'tag':_0x3df761(0x15c),'attributes':{'class':['ck',_0x3df761(0x13f)]},'children':[this[_0x3df761(0x159)]]}]}]});}[_0x1292da(0x174)](){const _0x53cd83=_0x1292da;super[_0x53cd83(0x174)](),this[_0x53cd83(0x13c)]&&this[_0x53cd83(0x13e)][_0x53cd83(0x177)](this[_0x53cd83(0x13c)]);let _0x34ab29=!0x1;this['on'](_0x53cd83(0x13a),(_0x415768,_0x23c7a9,_0x4433fb)=>{const _0x4d00cf=_0x53cd83,_0x249755=!this[_0x4d00cf(0x13e)][_0x4d00cf(0x142)][_0x4d00cf(0x182)](_0x4d00cf(0x143));this[_0x4d00cf(0x13e)][_0x4d00cf(0x177)](_0x4433fb),this[_0x4d00cf(0x171)]&&_0x249755&&!_0x34ab29&&this[_0x4d00cf(0x142)][_0x4d00cf(0x152)]({'top':this[_0x4d00cf(0x142)][_0x4d00cf(0x153)],'behavior':_0x4d00cf(0x172)});}),this['on'](_0x53cd83(0x162),(_0x2365c7,_0x1e9ca3,_0x17ddd8)=>{const _0x4f33e4=_0x53cd83;_0x34ab29=!0x1,_0x17ddd8?(this[_0x4f33e4(0x13c)]=null,this[_0x4f33e4(0x13e)][_0x4f33e4(0x144)]()):this[_0x4f33e4(0x13c)]||this[_0x4f33e4(0x13e)][_0x4f33e4(0x177)]('');}),this[_0x53cd83(0x179)](this[_0x53cd83(0x142)],_0x53cd83(0x147),()=>{_0x34ab29=!0x0;}),this[_0x53cd83(0x179)](this[_0x53cd83(0x142)],_0x53cd83(0x166),()=>{_0x34ab29=!0x0;});}[_0x1292da(0x184)](){const _0x1a3ae6=_0x1292da;this[_0x1a3ae6(0x142)][_0x1a3ae6(0x184)]();}[_0x1292da(0x16b)](){const _0x3dcf3c=_0x1292da,_0x52e77b=this[_0x3dcf3c(0x17d)],_0x2f67c6=new _0x2e91c0(this[_0x3dcf3c(0x17d)]),_0x271946=_0x3dcf3c(0x145);return _0x2f67c6[_0x3dcf3c(0x150)]({'label':_0xb6415f(_0x52e77b,_0x3dcf3c(0x140)),'icon':_0x2289b2,'class':_0x271946,'tooltip':!0x0}),_0x2f67c6[_0x3dcf3c(0x151)](_0x3dcf3c(0x167))['to'](this,_0x3dcf3c(0x13c),_0x596fdc=>!!_0x596fdc),_0x2f67c6[_0x3dcf3c(0x151)](_0x3dcf3c(0x135))['to'](this,_0x3dcf3c(0x171),_0x416112=>!_0x416112),_0x2f67c6['on'](_0x3dcf3c(0x149),()=>{const _0x386a70=_0x3dcf3c;this[_0x386a70(0x176)](this[_0x386a70(0x13e)][_0x386a70(0x142)]),_0x2f67c6[_0x386a70(0x16a)]=_0x447d6a,_0x2f67c6[_0x386a70(0x15a)]=_0x271946+_0x386a70(0x185),this[_0x386a70(0x184)](),setTimeout(()=>{const _0x16b5ee=_0x386a70;_0x2f67c6[_0x16b5ee(0x16a)]=_0x2289b2,_0x2f67c6[_0x16b5ee(0x15a)]=_0x271946;},0x3e8);}),_0x2f67c6;}[_0x1292da(0x176)](_0x390c17){const _0x2b7269=_0x1292da,{window:_0xdc4025,document:_0x217fec}=_0x12aade;if(_0xdc4025[_0x2b7269(0x16e)]){const {Blob:_0x2b320b,ClipboardItem:_0x4d93d2}=_0xdc4025,_0x409331=[new _0x4d93d2({'text/html':new _0x2b320b([_0x390c17[_0x2b7269(0x146)]],{'type':_0x2b7269(0x139)}),'text/plain':new _0x2b320b([_0x390c17[_0x2b7269(0x165)]||''],{'type':_0x2b7269(0x186)})})];navigator[_0x2b7269(0x16f)][_0x2b7269(0x180)](_0x409331);}else{const _0x25a6ae=_0x217fec[_0x2b7269(0x175)](_0x2b7269(0x15c));_0x25a6ae[_0x2b7269(0x157)][_0x2b7269(0x169)]=_0x2b7269(0x168),_0x25a6ae[_0x2b7269(0x157)][_0x2b7269(0x158)]=_0x2b7269(0x141),_0x25a6ae[_0x2b7269(0x146)]=_0x2b7269(0x137)+_0x390c17[_0x2b7269(0x146)]+_0x2b7269(0x156),_0x217fec[_0x2b7269(0x14e)][_0x2b7269(0x16c)](_0x25a6ae);const _0x2cce83=_0x217fec[_0x2b7269(0x15f)]();_0x2cce83[_0x2b7269(0x13b)](_0x25a6ae[_0x2b7269(0x13d)]),_0x2cce83[_0x2b7269(0x173)](_0x25a6ae[_0x2b7269(0x14b)]);const _0x67c0ca=_0xdc4025[_0x2b7269(0x138)]();_0x67c0ca[_0x2b7269(0x161)](),_0x67c0ca[_0x2b7269(0x148)](_0x2cce83),_0x217fec[_0x2b7269(0x14d)](_0x2b7269(0x134)),_0x25a6ae[_0x2b7269(0x170)]();}}}export class ContentFieldView extends _0x193bf9{constructor(_0x1ef586,_0x2d4fae=''){const _0x54860a=_0x1292da;super(_0x1ef586),this[_0x54860a(0x16d)]=this[_0x54860a(0x154)](),this[_0x54860a(0x163)]({'tag':_0x54860a(0x15c),'attributes':{'class':['ck',_0x54860a(0x187),_0x2d4fae,_0x54860a(0x133),_0x54860a(0x155)]}});}[_0x1292da(0x177)](_0x195985){const _0x8dc40=_0x1292da;this[_0x8dc40(0x142)][_0x8dc40(0x146)]=_0x195985;}[_0x1292da(0x144)](){const _0x4c25d4=_0x1292da;this[_0x4c25d4(0x142)][_0x4c25d4(0x16c)](this[_0x4c25d4(0x16d)][_0x4c25d4(0x142)]);}[_0x1292da(0x154)](){const _0xf6e48f=_0x1292da,_0x3e0ae9=new _0x193bf9(),_0x32764f=this[_0xf6e48f(0x17d)],_0x8f92d9=new _0x5eae80();return _0x8f92d9[_0xf6e48f(0x167)]=!0x0,_0x3e0ae9[_0xf6e48f(0x163)]({'tag':_0xf6e48f(0x15c),'attributes':{'class':['ck',_0xf6e48f(0x17a)]},'children':[_0x8f92d9,{'text':_0xb6415f(_0x32764f,_0xf6e48f(0x15d))}]}),_0x3e0ae9[_0xf6e48f(0x174)](),_0x3e0ae9;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x4cd9e8,_0x583ac0){const _0x111a16=_0x467e,_0x36ea60=_0x4cd9e8();while(!![]){try{const _0x2e40a4=-parseInt(_0x111a16(0x17c))/0x1+parseInt(_0x111a16(0x176))/0x2+parseInt(_0x111a16(0x182))/0x3*(-parseInt(_0x111a16(0x184))/0x4)+parseInt(_0x111a16(0x17f))/0x5+-parseInt(_0x111a16(0x185))/0x6*(parseInt(_0x111a16(0x17e))/0x7)+parseInt(_0x111a16(0x178))/0x8+-parseInt(_0x111a16(0x183))/0x9*(-parseInt(_0x111a16(0x17b))/0xa);if(_0x2e40a4===_0x583ac0)break;else _0x36ea60['push'](_0x36ea60['shift']());}catch(_0x48e6f){_0x36ea60['push'](_0x36ea60['shift']());}}}(_0x80d9,0x99a20));import{IconError as _0xa50dd9}from'ckeditor5/src/icons.js';function _0x80d9(){const _0x2cdc13=['10zWgMUs','1137359tibGpk','setTemplate','88907tnXcJp','2359015YkewmO','div','text','1170327KQSHYv','4796478eEmLoJ','4DcjDND','354kpIaZM','ck-ai-form__error','2165542DrfCFZ','set','6548728WHGeFq','bindTemplate','content'];_0x80d9=function(){return _0x2cdc13;};return _0x80d9();}import{View as _0x5864a9,IconView as _0x15a347}from'ckeditor5/src/ui.js';function _0x467e(_0x1524fe,_0xcd024b){const _0x80d95c=_0x80d9();return _0x467e=function(_0x467ea9,_0x19b0e6){_0x467ea9=_0x467ea9-0x176;let _0x288287=_0x80d95c[_0x467ea9];return _0x288287;},_0x467e(_0x1524fe,_0xcd024b);}export class AIFormErrorView extends _0x5864a9{constructor(_0xedfe0d,_0x567524=''){const _0x3d8db7=_0x467e;super(_0xedfe0d);const _0x8059a9=new _0x15a347(),_0x350e26=this[_0x3d8db7(0x179)];this[_0x3d8db7(0x177)](_0x3d8db7(0x181),_0x567524),_0x8059a9[_0x3d8db7(0x17a)]=_0xa50dd9,this[_0x3d8db7(0x17d)]({'tag':_0x3d8db7(0x180),'attributes':{'class':['ck',_0x3d8db7(0x186)]},'children':[_0x8059a9,{'text':_0x350e26['to'](_0x3d8db7(0x181))}]});}}
23
+ (function(_0x402851,_0x546f44){const _0x2c670a=_0x52cd,_0xdca92e=_0x402851();while(!![]){try{const _0x16479d=parseInt(_0x2c670a(0x1b4))/0x1*(parseInt(_0x2c670a(0x1ac))/0x2)+-parseInt(_0x2c670a(0x1af))/0x3+-parseInt(_0x2c670a(0x1ad))/0x4+-parseInt(_0x2c670a(0x1b7))/0x5*(-parseInt(_0x2c670a(0x1b6))/0x6)+parseInt(_0x2c670a(0x1b2))/0x7+-parseInt(_0x2c670a(0x1b0))/0x8*(parseInt(_0x2c670a(0x1ab))/0x9)+-parseInt(_0x2c670a(0x1b5))/0xa*(-parseInt(_0x2c670a(0x1bb))/0xb);if(_0x16479d===_0x546f44)break;else _0xdca92e['push'](_0xdca92e['shift']());}catch(_0x3f9013){_0xdca92e['push'](_0xdca92e['shift']());}}}(_0x5016,0x8b2e2));function _0x52cd(_0x53b6ed,_0x10c996){const _0x5016d3=_0x5016();return _0x52cd=function(_0x52cd6f,_0x4bd3b3){_0x52cd6f=_0x52cd6f-0x1ab;let _0xb66d22=_0x5016d3[_0x52cd6f];return _0xb66d22;},_0x52cd(_0x53b6ed,_0x10c996);}import{IconError as _0x4cf4fb}from'ckeditor5/src/icons.js';import{View as _0x3dc549,IconView as _0x4165e4}from'ckeditor5/src/ui.js';export class AIFormErrorView extends _0x3dc549{constructor(_0xc6a5f9,_0x3ea7be=''){const _0x355bf8=_0x52cd;super(_0xc6a5f9);const _0x2e85a2=new _0x4165e4(),_0x5d883e=this[_0x355bf8(0x1b9)];this[_0x355bf8(0x1b8)](_0x355bf8(0x1ba),_0x3ea7be),_0x2e85a2[_0x355bf8(0x1b1)]=_0x4cf4fb,this[_0x355bf8(0x1ae)]({'tag':_0x355bf8(0x1b3),'attributes':{'class':['ck',_0x355bf8(0x1bc)]},'children':[_0x2e85a2,{'text':_0x5d883e['to'](_0x355bf8(0x1ba))}]});}}function _0x5016(){const _0x4804a7=['ck-ai-form__error','7712109qWdGHA','344upMyAw','536384MTcwUC','setTemplate','1958196UpZUlb','8buyTGl','content','4043648yQVNHo','div','156yBTimF','240qhcLTf','4655922kVQhDv','5MUvrCi','set','bindTemplate','text','381942JHEijV'];_0x5016=function(){return _0x4804a7;};return _0x5016();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1bed5e=_0x57f4;(function(_0x4dd02f,_0x3d2e55){const _0x32a6e3=_0x57f4,_0x52aa3b=_0x4dd02f();while(!![]){try{const _0x9e0110=parseInt(_0x32a6e3(0x206))/0x1*(parseInt(_0x32a6e3(0x1e1))/0x2)+-parseInt(_0x32a6e3(0x20b))/0x3*(-parseInt(_0x32a6e3(0x1f3))/0x4)+-parseInt(_0x32a6e3(0x204))/0x5*(-parseInt(_0x32a6e3(0x207))/0x6)+parseInt(_0x32a6e3(0x1e8))/0x7*(parseInt(_0x32a6e3(0x1fe))/0x8)+parseInt(_0x32a6e3(0x1d6))/0x9*(parseInt(_0x32a6e3(0x1d8))/0xa)+-parseInt(_0x32a6e3(0x1e4))/0xb*(-parseInt(_0x32a6e3(0x20c))/0xc)+-parseInt(_0x32a6e3(0x1d2))/0xd;if(_0x9e0110===_0x3d2e55)break;else _0x52aa3b['push'](_0x52aa3b['shift']());}catch(_0xc4b41c){_0x52aa3b['push'](_0x52aa3b['shift']());}}}(_0x5035,0xe538b));import{Rect as _0x3621d6,global as _0x48857c,isVisible as _0x361b88}from'ckeditor5/src/utils.js';import{IconAIHistory as _0x24f2ef,IconSubmit as _0x24e1ac}from'ckeditor5/src/icons.js';import{AutocompleteView as _0x2dce56,ButtonView as _0x2d9cfe}from'ckeditor5/src/ui.js';function _0x5035(){const _0x5b9f99=['fire','render','filteredView','isOn','target','1363774cEcrKR','requestAnimationFrame','style','6589jtcADf','left','excludeScrollbarsAndBorders','resultsView','14WsdfnS','focusLast','fieldWrapperChildren','width','enter','isEnabled','update','maxRows','queryView','focusFirst','ck-ai-form__toggle-history','53688uCTjqI','bind','right','isVisible','showHistoryButtonView','isEmpty','_createSubmitButton','submit','locale','children','focusCycler','2189128ORasAe','set','window','rtl','keystrokes','submitButtonView','35ENBBzd','Submit','2pdmKuS','662676pkHdvh','fieldView','ck-ai-form__submit','element','219bEwNdO','33636LEaCoS','focus','uiLanguageDirection','79285479Zociwk','_createShowHistoryButton','minRows','execute','3573khRQPu','add','42690ClXveq','value','focusableChildren','History'];_0x5035=function(){return _0x5b9f99;};return _0x5035();}import{getTranslation as _0x4e46bb}from'../../utils/common-translations.js';function _0x57f4(_0x2d67f7,_0x3fd52d){const _0x503547=_0x5035();return _0x57f4=function(_0x57f4c1,_0x541b2b){_0x57f4c1=_0x57f4c1-0x1d1;let _0x258fe0=_0x503547[_0x57f4c1];return _0x258fe0;},_0x57f4(_0x2d67f7,_0x3fd52d);}export class AIFormPromptView extends _0x2dce56{[_0x1bed5e(0x203)];[_0x1bed5e(0x1f7)];constructor(_0x4ddfac,_0xd11827){const _0x1de413=_0x1bed5e;super(_0x4ddfac,_0xd11827),this[_0x1de413(0x1f0)][_0x1de413(0x208)][_0x1de413(0x1d4)]=0x1,this[_0x1de413(0x1f0)][_0x1de413(0x208)][_0x1de413(0x1ef)]=0x3,this[_0x1de413(0x203)]=this[_0x1de413(0x1f9)](),this[_0x1de413(0x1f7)]=this[_0x1de413(0x1d3)](),this[_0x1de413(0x1da)][_0x1de413(0x1d7)](this[_0x1de413(0x1f7)],0x1),this[_0x1de413(0x1da)][_0x1de413(0x1d7)](this[_0x1de413(0x203)]);}[_0x1bed5e(0x1dd)](){const _0x7b805b=_0x1bed5e;super[_0x7b805b(0x1dd)](),this[_0x7b805b(0x1f0)][_0x7b805b(0x1ea)][_0x7b805b(0x1d7)](this[_0x7b805b(0x1f7)]),this[_0x7b805b(0x1fc)][_0x7b805b(0x1d7)](this[_0x7b805b(0x203)]),this[_0x7b805b(0x202)][_0x7b805b(0x1ff)](_0x7b805b(0x1ec),(_0xb5312f,_0x489b78)=>{const _0x35e628=_0x7b805b;_0xb5312f[_0x35e628(0x1e0)]==this[_0x35e628(0x1f0)][_0x35e628(0x208)][_0x35e628(0x20a)]&&(this[_0x35e628(0x1fa)](),_0x489b78());});}[_0x1bed5e(0x1f9)](){const _0x291895=_0x1bed5e,_0x154cf2=new _0x2d9cfe(this[_0x291895(0x1fb)]),_0x58cc56=this[_0x291895(0x1fb)];return _0x154cf2[_0x291895(0x1ff)]({'icon':_0x24e1ac,'label':_0x4e46bb(_0x58cc56,_0x291895(0x205)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x291895(0x209)}),_0x154cf2['on'](_0x291895(0x1d5),()=>{const _0x684350=_0x291895;this[_0x684350(0x1fa)]();}),_0x154cf2[_0x291895(0x1f4)](_0x291895(0x1ed))['to'](this[_0x291895(0x1f0)][_0x291895(0x208)],_0x291895(0x1f8),this,_0x291895(0x1ed),(_0x2c9811,_0x2112d9)=>!_0x2c9811&&_0x2112d9),_0x154cf2;}[_0x1bed5e(0x1d3)](){const _0x3ed552=_0x1bed5e,_0x436020=new _0x2d9cfe(this[_0x3ed552(0x1fb)]),_0x5235f3=this[_0x3ed552(0x1e7)],_0x3d079b=this[_0x3ed552(0x1fb)];_0x436020[_0x3ed552(0x1ff)]({'label':_0x4e46bb(_0x3d079b,_0x3ed552(0x1db)),'withText':!0x1,'icon':_0x24f2ef,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x3ed552(0x1f2)}),_0x436020[_0x3ed552(0x1f4)](_0x3ed552(0x1df))['to'](_0x5235f3,_0x3ed552(0x1f6)),_0x436020[_0x3ed552(0x1f4)](_0x3ed552(0x1ed))['to'](this,_0x3ed552(0x1ed)),_0x436020['on'](_0x3ed552(0x1d5),()=>{const _0x109647=_0x3ed552;_0x5235f3[_0x109647(0x1f6)]=!_0x5235f3[_0x109647(0x1f6)],_0x5235f3[_0x109647(0x1f6)]?this[_0x109647(0x1de)][_0x109647(0x20d)]():this[_0x109647(0x20d)]();});const _0x4c25e5=()=>{const _0x40e440=_0x3ed552;_0x48857c[_0x40e440(0x200)][_0x40e440(0x1e2)](()=>{const _0x1bcb32=_0x40e440;if(_0x361b88(this[_0x1bcb32(0x20a)])){const _0x4b01fb=new _0x3621d6(this[_0x1bcb32(0x1f0)][_0x1bcb32(0x208)][_0x1bcb32(0x20a)]),_0x35adfa=_0x4b01fb[_0x1bcb32(0x1eb)],_0x2c9d53=_0x1bcb32(0x201)===_0x3d079b[_0x1bcb32(0x1d1)]?_0x1bcb32(0x1e5):_0x1bcb32(0x1f5);_0x4b01fb[_0x1bcb32(0x1e6)](),_0x436020[_0x1bcb32(0x20a)][_0x1bcb32(0x1e3)][_0x2c9d53]=_0x35adfa-_0x4b01fb[_0x1bcb32(0x1eb)]+0x1+'px';}});};return this[_0x3ed552(0x1f0)][_0x3ed552(0x208)]['on'](_0x3ed552(0x1ee),_0x4c25e5),this['on'](_0x3ed552(0x1dd),_0x4c25e5),_0x436020;}[_0x1bed5e(0x1fa)](){const _0xb405af=_0x1bed5e,_0x25a1af=this[_0xb405af(0x1f0)][_0xb405af(0x208)][_0xb405af(0x20a)][_0xb405af(0x1d9)];this[_0xb405af(0x1dc)](_0xb405af(0x1fa),_0x25a1af);}[_0x1bed5e(0x20d)](_0x17e32e){const _0x4f36cf=_0x1bed5e;-0x1===_0x17e32e?this[_0x4f36cf(0x1fd)][_0x4f36cf(0x1e9)]():this[_0x4f36cf(0x1fd)][_0x4f36cf(0x1f1)]();}}
23
+ function _0x2ddb(_0x55630f,_0x4cbece){const _0x189b94=_0x189b();return _0x2ddb=function(_0x2ddbb3,_0x4cfc75){_0x2ddbb3=_0x2ddbb3-0x80;let _0x4b7837=_0x189b94[_0x2ddbb3];return _0x4b7837;},_0x2ddb(_0x55630f,_0x4cbece);}const _0x46b1b7=_0x2ddb;(function(_0x1d140b,_0x24b561){const _0x5552a1=_0x2ddb,_0x15465f=_0x1d140b();while(!![]){try{const _0x28ea0e=parseInt(_0x5552a1(0xaf))/0x1+parseInt(_0x5552a1(0x82))/0x2+-parseInt(_0x5552a1(0xa3))/0x3+parseInt(_0x5552a1(0x98))/0x4+parseInt(_0x5552a1(0x9e))/0x5*(parseInt(_0x5552a1(0xac))/0x6)+parseInt(_0x5552a1(0xa7))/0x7*(parseInt(_0x5552a1(0x86))/0x8)+-parseInt(_0x5552a1(0x9b))/0x9;if(_0x28ea0e===_0x24b561)break;else _0x15465f['push'](_0x15465f['shift']());}catch(_0x118616){_0x15465f['push'](_0x15465f['shift']());}}}(_0x189b,0x83364));function _0x189b(){const _0x886771=['isOn','42yALqco','submitButtonView','excludeScrollbarsAndBorders','focus','focusFirst','977868yzlysT','isEmpty','History','796740TamoDv','filteredView','queryView','focusLast','focusCycler','fieldWrapperChildren','fieldView','focusableChildren','render','isVisible','minRows','uiLanguageDirection','1271478mSFzFL','submit','_createShowHistoryButton','_createSubmitButton','1265672zckwkR','showHistoryButtonView','execute','bind','rtl','ck-ai-form__toggle-history','style','isEnabled','update','requestAnimationFrame','ck-ai-form__submit','add','value','keystrokes','children','element','enter','Submit','2963984NczoMS','maxRows','target','24393843ssGgNv','right','fire','20TDacer','window','set','left','resultsView','1580310ZQIzCR','locale','width'];_0x189b=function(){return _0x886771;};return _0x189b();}import{Rect as _0x463476,global as _0xc3f5ff,isVisible as _0x4bd408}from'ckeditor5/src/utils.js';import{IconAIHistory as _0x206025,IconSubmit as _0x3bebe0}from'ckeditor5/src/icons.js';import{AutocompleteView as _0x2a6408,ButtonView as _0x29831a}from'ckeditor5/src/ui.js';import{getTranslation as _0x15b407}from'../../utils/common-translations.js';export class AIFormPromptView extends _0x2a6408{[_0x46b1b7(0xa8)];[_0x46b1b7(0x87)];constructor(_0x5749b9,_0x321ea3){const _0x47e2b3=_0x46b1b7;super(_0x5749b9,_0x321ea3),this[_0x47e2b3(0xb1)][_0x47e2b3(0xb5)][_0x47e2b3(0x80)]=0x1,this[_0x47e2b3(0xb1)][_0x47e2b3(0xb5)][_0x47e2b3(0x99)]=0x3,this[_0x47e2b3(0xa8)]=this[_0x47e2b3(0x85)](),this[_0x47e2b3(0x87)]=this[_0x47e2b3(0x84)](),this[_0x47e2b3(0xb6)][_0x47e2b3(0x91)](this[_0x47e2b3(0x87)],0x1),this[_0x47e2b3(0xb6)][_0x47e2b3(0x91)](this[_0x47e2b3(0xa8)]);}[_0x46b1b7(0xb7)](){const _0x2df2f9=_0x46b1b7;super[_0x2df2f9(0xb7)](),this[_0x2df2f9(0xb1)][_0x2df2f9(0xb4)][_0x2df2f9(0x91)](this[_0x2df2f9(0x87)]),this[_0x2df2f9(0x94)][_0x2df2f9(0x91)](this[_0x2df2f9(0xa8)]),this[_0x2df2f9(0x93)][_0x2df2f9(0xa0)](_0x2df2f9(0x96),(_0x321c6b,_0x2cdf8f)=>{const _0x491f0e=_0x2df2f9;_0x321c6b[_0x491f0e(0x9a)]==this[_0x491f0e(0xb1)][_0x491f0e(0xb5)][_0x491f0e(0x95)]&&(this[_0x491f0e(0x83)](),_0x2cdf8f());});}[_0x46b1b7(0x85)](){const _0x2afac6=_0x46b1b7,_0x2e6b76=new _0x29831a(this[_0x2afac6(0xa4)]),_0x422e26=this[_0x2afac6(0xa4)];return _0x2e6b76[_0x2afac6(0xa0)]({'icon':_0x3bebe0,'label':_0x15b407(_0x422e26,_0x2afac6(0x97)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x2afac6(0x90)}),_0x2e6b76['on'](_0x2afac6(0x88),()=>{const _0xfb69cf=_0x2afac6;this[_0xfb69cf(0x83)]();}),_0x2e6b76[_0x2afac6(0x89)](_0x2afac6(0x8d))['to'](this[_0x2afac6(0xb1)][_0x2afac6(0xb5)],_0x2afac6(0xad),this,_0x2afac6(0x8d),(_0x20a912,_0x145a1f)=>!_0x20a912&&_0x145a1f),_0x2e6b76;}[_0x46b1b7(0x84)](){const _0x195733=_0x46b1b7,_0x21b0b7=new _0x29831a(this[_0x195733(0xa4)]),_0x904fdc=this[_0x195733(0xa2)],_0x1ddb78=this[_0x195733(0xa4)];_0x21b0b7[_0x195733(0xa0)]({'label':_0x15b407(_0x1ddb78,_0x195733(0xae)),'withText':!0x1,'icon':_0x206025,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x195733(0x8b)}),_0x21b0b7[_0x195733(0x89)](_0x195733(0xa6))['to'](_0x904fdc,_0x195733(0xb8)),_0x21b0b7[_0x195733(0x89)](_0x195733(0x8d))['to'](this,_0x195733(0x8d)),_0x21b0b7['on'](_0x195733(0x88),()=>{const _0x4aa6e0=_0x195733;_0x904fdc[_0x4aa6e0(0xb8)]=!_0x904fdc[_0x4aa6e0(0xb8)],_0x904fdc[_0x4aa6e0(0xb8)]?this[_0x4aa6e0(0xb0)][_0x4aa6e0(0xaa)]():this[_0x4aa6e0(0xaa)]();});const _0x1be717=()=>{const _0x15ae7a=_0x195733;_0xc3f5ff[_0x15ae7a(0x9f)][_0x15ae7a(0x8f)](()=>{const _0x55b540=_0x15ae7a;if(_0x4bd408(this[_0x55b540(0x95)])){const _0x1f0050=new _0x463476(this[_0x55b540(0xb1)][_0x55b540(0xb5)][_0x55b540(0x95)]),_0x23992b=_0x1f0050[_0x55b540(0xa5)],_0x51a160=_0x55b540(0x8a)===_0x1ddb78[_0x55b540(0x81)]?_0x55b540(0xa1):_0x55b540(0x9c);_0x1f0050[_0x55b540(0xa9)](),_0x21b0b7[_0x55b540(0x95)][_0x55b540(0x8c)][_0x51a160]=_0x23992b-_0x1f0050[_0x55b540(0xa5)]+0x1+'px';}});};return this[_0x195733(0xb1)][_0x195733(0xb5)]['on'](_0x195733(0x8e),_0x1be717),this['on'](_0x195733(0xb7),_0x1be717),_0x21b0b7;}[_0x46b1b7(0x83)](){const _0x7c9955=_0x46b1b7,_0x2b1e57=this[_0x7c9955(0xb1)][_0x7c9955(0xb5)][_0x7c9955(0x95)][_0x7c9955(0x92)];this[_0x7c9955(0x9d)](_0x7c9955(0x83),_0x2b1e57);}[_0x46b1b7(0xaa)](_0x180a57){const _0x1638cb=_0x46b1b7;-0x1===_0x180a57?this[_0x1638cb(0xb3)][_0x1638cb(0xb2)]():this[_0x1638cb(0xb3)][_0x1638cb(0xab)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x449bd8=_0x1910;(function(_0x3d2ecb,_0x5629d7){const _0x3899a8=_0x1910,_0x598201=_0x3d2ecb();while(!![]){try{const _0x59375f=-parseInt(_0x3899a8(0xeb))/0x1*(-parseInt(_0x3899a8(0xf1))/0x2)+parseInt(_0x3899a8(0xf3))/0x3+parseInt(_0x3899a8(0xdc))/0x4+parseInt(_0x3899a8(0xe8))/0x5*(-parseInt(_0x3899a8(0xe4))/0x6)+-parseInt(_0x3899a8(0xd3))/0x7*(parseInt(_0x3899a8(0xcf))/0x8)+parseInt(_0x3899a8(0xf4))/0x9*(parseInt(_0x3899a8(0xea))/0xa)+parseInt(_0x3899a8(0xef))/0xb*(-parseInt(_0x3899a8(0xd7))/0xc);if(_0x59375f===_0x5629d7)break;else _0x598201['push'](_0x598201['shift']());}catch(_0x10f970){_0x598201['push'](_0x598201['shift']());}}}(_0x5574,0xf33c8));import{ToolbarView as _0x4490e7,ButtonView as _0x11dede}from'ckeditor5/src/ui.js';import{getTranslation as _0x10c2ca}from'../../utils/common-translations.js';export const AIFormToolbarViewMainActionLabel={'REPLACE':_0x449bd8(0xe9),'INSERT':_0x449bd8(0xd0)};function _0x1910(_0xb48ad5,_0xaed477){const _0x557447=_0x5574();return _0x1910=function(_0x191063,_0x1cb548){_0x191063=_0x191063-0xcf;let _0x47fd4c=_0x557447[_0x191063];return _0x47fd4c;},_0x1910(_0xb48ad5,_0xaed477);}export class AIFormToolbarView extends _0x4490e7{constructor(_0x34baa0){const _0x468c61=_0x449bd8;super(_0x34baa0),this[_0x468c61(0xdf)](_0x468c61(0xe1),!0x1),this[_0x468c61(0xdf)](_0x468c61(0xe6),AIFormToolbarViewMainActionLabel[_0x468c61(0xd2)]),this[_0x468c61(0xd6)]=this[_0x468c61(0xde)]('',_0x468c61(0xd9)),this[_0x468c61(0xd6)][_0x468c61(0xe2)](_0x468c61(0xe5))['to'](this,_0x468c61(0xe6),_0x8f753b=>_0x10c2ca(_0x34baa0,_0x468c61(0xf2)+_0x8f753b[_0x468c61(0xd1)]()+_0x468c61(0xdb))),this[_0x468c61(0xe3)]=this[_0x468c61(0xde)](_0x10c2ca(_0x34baa0,_0x468c61(0xf0))),this[_0x468c61(0xe7)]=this[_0x468c61(0xde)](_0x10c2ca(_0x34baa0,_0x468c61(0xd8))),this[_0x468c61(0xed)]=this[_0x468c61(0xde)](_0x10c2ca(_0x34baa0,_0x468c61(0xd4)));const _0x36fd9c=this[_0x468c61(0xd5)];this[_0x468c61(0xe0)]({'attributes':{'class':[_0x468c61(0xdd),_0x36fd9c['if'](_0x468c61(0xe1),_0x468c61(0xee),_0x5d3f76=>!_0x5d3f76)]}}),this[_0x468c61(0xda)][_0x468c61(0xf5)]([this[_0x468c61(0xd6)],this[_0x468c61(0xe3)],this[_0x468c61(0xe7)],this[_0x468c61(0xed)]]);}[_0x449bd8(0xde)](_0x32a25b,_0x3e00d6){const _0x8f91e3=_0x449bd8,_0x30a5d5=new _0x11dede(this[_0x8f91e3(0xec)]);return _0x30a5d5[_0x8f91e3(0xdf)]({'label':_0x32a25b,'class':_0x3e00d6||'','isVisible':!0x0,'withText':!0x0}),_0x30a5d5;}}function _0x5574(){const _0x453e7a=['set','extendTemplate','isVisible','bind','insertButton','9117714zMflIg','label','mainAction','tryAgainButton','5HLxmiT','replace','12329050rUAdqa','2071jYnFtg','locale','stopButton','ck-hidden','11kSXdzC','Insert\x20below','1626fPKgAh','AI_','79497RbDrLm','9GYEecl','addMany','434904gEAoRQ','insert','toUpperCase','REPLACE','168vykUpM','Stop','bindTemplate','replaceButton','12618924VwaDxl','Try\x20again','ck-button-action','items','_CONTENT','7716308TLDoxo','ck-ai-form__toolbar','_createButton'];_0x5574=function(){return _0x453e7a;};return _0x5574();}
23
+ const _0x3f30e6=_0x2c88;function _0x4e69(){const _0x239a4e=['label','854280ysOzBJ','ck-hidden','addMany','_createButton','bind','items','ck-ai-form__toolbar','63FMkUyG','2331447aoOKkv','insertButton','6773750XskxiH','extendTemplate','491603MOqBAA','744448kKDWjY','Stop','_CONTENT','tryAgainButton','592517TlYmID','ck-button-action','bindTemplate','locale','mainAction','stopButton','AI_','insert','replaceButton','Try\x20again','3428740PPhPXi','toUpperCase','42UghlYP','REPLACE','replace','isVisible','4Omodfi','set','Insert\x20below'];_0x4e69=function(){return _0x239a4e;};return _0x4e69();}(function(_0x2a0c59,_0x3d7277){const _0x512647=_0x2c88,_0x390614=_0x2a0c59();while(!![]){try{const _0x3d2a78=-parseInt(_0x512647(0x10e))/0x1+parseInt(_0x512647(0xfd))/0x2+-parseInt(_0x512647(0x105))/0x3*(parseInt(_0x512647(0xf9))/0x4)+parseInt(_0x512647(0x118))/0x5+-parseInt(_0x512647(0xf5))/0x6*(parseInt(_0x512647(0x109))/0x7)+-parseInt(_0x512647(0x10a))/0x8*(-parseInt(_0x512647(0x104))/0x9)+parseInt(_0x512647(0x107))/0xa;if(_0x3d2a78===_0x3d7277)break;else _0x390614['push'](_0x390614['shift']());}catch(_0x4f7895){_0x390614['push'](_0x390614['shift']());}}}(_0x4e69,0x8db22));import{ToolbarView as _0x2641d5,ButtonView as _0x53e1b0}from'ckeditor5/src/ui.js';import{getTranslation as _0x53ef34}from'../../utils/common-translations.js';function _0x2c88(_0x458799,_0x46d3e1){const _0x4e6989=_0x4e69();return _0x2c88=function(_0x2c8886,_0x2e924a){_0x2c8886=_0x2c8886-0xf4;let _0x68ee60=_0x4e6989[_0x2c8886];return _0x68ee60;},_0x2c88(_0x458799,_0x46d3e1);}export const AIFormToolbarViewMainActionLabel={'REPLACE':_0x3f30e6(0xf7),'INSERT':_0x3f30e6(0x115)};export class AIFormToolbarView extends _0x2641d5{constructor(_0x27689e){const _0x498222=_0x3f30e6;super(_0x27689e),this[_0x498222(0xfa)](_0x498222(0xf8),!0x1),this[_0x498222(0xfa)](_0x498222(0x112),AIFormToolbarViewMainActionLabel[_0x498222(0xf6)]),this[_0x498222(0x116)]=this[_0x498222(0x100)]('',_0x498222(0x10f)),this[_0x498222(0x116)][_0x498222(0x101)](_0x498222(0xfc))['to'](this,_0x498222(0x112),_0x31e1e4=>_0x53ef34(_0x27689e,_0x498222(0x114)+_0x31e1e4[_0x498222(0xf4)]()+_0x498222(0x10c))),this[_0x498222(0x106)]=this[_0x498222(0x100)](_0x53ef34(_0x27689e,_0x498222(0xfb))),this[_0x498222(0x10d)]=this[_0x498222(0x100)](_0x53ef34(_0x27689e,_0x498222(0x117))),this[_0x498222(0x113)]=this[_0x498222(0x100)](_0x53ef34(_0x27689e,_0x498222(0x10b)));const _0x46d91f=this[_0x498222(0x110)];this[_0x498222(0x108)]({'attributes':{'class':[_0x498222(0x103),_0x46d91f['if'](_0x498222(0xf8),_0x498222(0xfe),_0x445ca7=>!_0x445ca7)]}}),this[_0x498222(0x102)][_0x498222(0xff)]([this[_0x498222(0x116)],this[_0x498222(0x106)],this[_0x498222(0x10d)],this[_0x498222(0x113)]]);}[_0x3f30e6(0x100)](_0x32f4c8,_0x4fd8af){const _0x5d2fdb=_0x3f30e6,_0x4abca7=new _0x53e1b0(this[_0x5d2fdb(0x111)]);return _0x4abca7[_0x5d2fdb(0xfa)]({'label':_0x32f4c8,'class':_0x4fd8af||'','isVisible':!0x0,'withText':!0x0}),_0x4abca7;}}