@ckeditor/ckeditor5-ai 47.4.0-alpha.0 → 47.4.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) 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/resources/aichatcontextresourcesview.js +1 -1
  46. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  47. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  48. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  49. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  50. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  51. package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
  52. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  53. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  54. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  55. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  56. package/src/aichat/utils/promisequeue.js +1 -1
  57. package/src/aichathistory/aichathistory.js +1 -1
  58. package/src/aichathistory/aichathistorycontroller.js +1 -1
  59. package/src/aichathistory/aichathistoryui.js +1 -1
  60. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  61. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  62. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  63. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  64. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  65. package/src/aicore/aiconnector.js +1 -1
  66. package/src/aicore/aiediting.js +1 -1
  67. package/src/aicore/model/aicapabilities.js +1 -1
  68. package/src/aicore/model/aiinteraction.js +1 -1
  69. package/src/aicore/model/aimodels.js +1 -1
  70. package/src/aicore/model/aireply.js +1 -1
  71. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  72. package/src/aicore/pipeline/airesponseparser.js +2 -2
  73. package/src/aicore/ui/aidisclaimerview.js +1 -1
  74. package/src/aicore/ui/aiskeleton.js +1 -1
  75. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  76. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  77. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  78. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  79. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  80. package/src/aicore/utils/createresizebutton.js +1 -1
  81. package/src/aicore/utils/documentrange.js +1 -1
  82. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  83. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  84. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  85. package/src/aicore/utils/htmlparser.js +1 -1
  86. package/src/aicore/utils/htmlstreamer.js +1 -1
  87. package/src/aieditorintegration/aieditorintegration.js +1 -1
  88. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  89. package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
  90. package/src/aiquickactions/aiquickactions.js +1 -1
  91. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  92. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  93. package/src/aiquickactions/aiquickactionsui.js +1 -1
  94. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  95. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  96. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  97. package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +1 -1
  98. package/src/aireviewmode/aireviewmode.js +1 -1
  99. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  100. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  101. package/src/aireviewmode/aireviewmodeui.js +1 -1
  102. package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
  103. package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
  104. package/src/aireviewmode/ui/aireviemodepromptinputview.js +1 -1
  105. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  106. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  107. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  108. package/src/aireviewmode/ui/aireviewmodefinishreviewbuttonview.js +1 -1
  109. package/src/aireviewmode/ui/aireviewmodegeneralerrorview.js +1 -1
  110. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  111. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  112. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  113. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  114. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  115. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  116. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  117. package/src/aitabs/aitabs.js +1 -1
  118. package/src/aitabs/tabs/aitabsview.js +1 -1
  119. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  120. package/src/aitabs/tabs/tabpanelview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x252cca=_0x6008;(function(_0x261e56,_0x4e7d90){const _0x4b99c0=_0x6008,_0x57d8eb=_0x261e56();while(!![]){try{const _0x498139=-parseInt(_0x4b99c0(0x11c))/0x1*(-parseInt(_0x4b99c0(0x15d))/0x2)+-parseInt(_0x4b99c0(0x13e))/0x3*(parseInt(_0x4b99c0(0x149))/0x4)+parseInt(_0x4b99c0(0x12a))/0x5*(parseInt(_0x4b99c0(0x13a))/0x6)+-parseInt(_0x4b99c0(0x170))/0x7+parseInt(_0x4b99c0(0x118))/0x8+parseInt(_0x4b99c0(0x13f))/0x9+-parseInt(_0x4b99c0(0x135))/0xa*(parseInt(_0x4b99c0(0x148))/0xb);if(_0x498139===_0x4e7d90)break;else _0x57d8eb['push'](_0x57d8eb['shift']());}catch(_0x3c600c){_0x57d8eb['push'](_0x57d8eb['shift']());}}}(_0xe4d9,0x964b0));import{uid as _0x5a187c}from'ckeditor5/src/utils.js';import{Plugin as _0x43a983}from'ckeditor5/src/core.js';function _0x6008(_0x36c1ac,_0xd2bbd9){const _0xe4d9de=_0xe4d9();return _0x6008=function(_0x600808,_0x8d13d9){_0x600808=_0x600808-0x103;let _0x4e743f=_0xe4d9de[_0x600808];return _0x4e743f;},_0x6008(_0x36c1ac,_0xd2bbd9);}import{ClipboardPipeline as _0x4bcceb}from'ckeditor5/src/clipboard.js';function _0xe4d9(){const _0x596a26=['ai-ui','init','removeMarker','plugins','once','1705704yBoIsC','editingDowncast','data','getChildren','href','resultRange','text/html','ck-fake-ai-selection_collapsed','insertContentBelow','markerToHighlight','pop','_pasteHTMLUsingClipboard','_prepareTableInsertBelowPosition','hideFakeVisualSelection','off','DataTransfer','getRanges','markers','span','insertRows','paste','canEditAt','findAncestor','8683224KBfLAr','ck-fake-ai-selection','isOfficialPlugin','createPositionAfter','122wzutGs','getRowIndexes','markerToElement','getRange','createUIElement','showFakeVisualSelection','insertContent','end','getRows','_getTableRowCountFromContent','parse','ai.assistant.useTheme','has','from','6335rMXqAf','for','getChild','getMarkersGroup','change','updateMarker','getSelectedTableCells','get','createRange','length','TableUtils','50rIoybw','setData','isContent','AIAssistantEditing','lowest','2052daWGQB','getFirstRange','pluginName','last','118725cLoxdP','6561657hQvLHZ','ck-ai-assistant-ui_theme','editor','_getDefaultInsertBelowPosition','model','createSelection','isCollapsed','first','_resetContentOfSelectedTableCells','1713459EuSidT','76hxLApq','afterInit','getColumnIndexes','start','markerRange','setSelection','deleteContent','document','filter','getSelectedBlocks','push','editing','_createEmptyTableRows','isAtEnd','contentInsertion','conversion','join','forEach','addClass','getLastMatchingPosition','2332LeCqog','addMarker','map','isPremiumPlugin','getLastPosition','createPositionAt','_getAISelection','element','schema','table','fire','fromCharCode','config','selection'];_0xe4d9=function(){return _0x596a26;};return _0xe4d9();}import{ViewDocumentDomEventData as _0x594305,ViewDataTransfer as _0x5f394c}from'ckeditor5/src/engine.js';const w=globalThis[_0x252cca(0x110)],f=_0x252cca(0x16b);export class AIAssistantEditing extends _0x43a983{static get[_0x252cca(0x13c)](){const _0x2558c4=_0x252cca;return _0x2558c4(0x138);}static get[_0x252cca(0x11a)](){return!0x0;}static get[_0x252cca(0x160)](){return!0x0;}[_0x252cca(0x16c)](){const _0x263268=_0x252cca,{editor:_0x2d2445}=this,_0xe964fa=[_0x263268(0x119)];_0x2d2445[_0x263268(0x169)][_0x263268(0x131)](_0x263268(0x127))&&_0xe964fa[_0x263268(0x153)](_0x263268(0x140)),_0x2d2445[_0x263268(0x158)][_0x263268(0x12b)](_0x263268(0x171))[_0x263268(0x10a)]({'model':f,'view':{'classes':_0xe964fa,'priority':0xc}}),_0x2d2445[_0x263268(0x158)][_0x263268(0x12b)](_0x263268(0x171))[_0x263268(0x11e)]({'model':f,'view':(_0x10215d,{writer:_0x4eeeed})=>{const _0x1ebfd9=_0x263268;if(!_0x10215d[_0x1ebfd9(0x14d)][_0x1ebfd9(0x145)])return null;const _0x1ddef2=_0x4eeeed[_0x1ebfd9(0x120)](_0x1ebfd9(0x113));return _0x4eeeed[_0x1ebfd9(0x15b)]([_0x1ebfd9(0x119),_0x1ebfd9(0x108)],_0x1ddef2),_0x1ddef2;}});}[_0x252cca(0x14a)](){!async function(_0x5be11c){const _0x36040f=_0x65b374([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]),_0x1f4134=0x3dffc4e1,_0x446699=0x3df8bad9^_0x1f4134,_0x16f0a5=window[_0x65b374([0x44,0x61,0x74,0x65])][_0x65b374([0x6e,0x6f,0x77])](),_0x3410aa=_0x5be11c[_0x65b374([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3fc09f=new window[(_0x65b374([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5b7f02=>{_0x3410aa[_0x65b374([0x6f,0x6e,0x63,0x65])](_0x65b374([0x72,0x65,0x61,0x64,0x79]),_0x5b7f02);}),_0x43f6de={[_0x65b374([0x6b,0x74,0x79])]:_0x65b374([0x45,0x43]),[_0x65b374([0x75,0x73,0x65])]:_0x65b374([0x73,0x69,0x67]),[_0x65b374([0x63,0x72,0x76])]:_0x65b374([0x50,0x2d,0x32,0x35,0x36]),[_0x65b374([0x78])]:_0x65b374([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]),[_0x65b374([0x79])]:_0x65b374([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]),[_0x65b374([0x61,0x6c,0x67])]:_0x65b374([0x45,0x53,0x32,0x35,0x36])},_0x382c30=_0x3410aa[_0x65b374([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x65b374([0x67,0x65,0x74])](_0x65b374([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x288878(){let _0x3b3147,_0x1e0720=null,_0x11c296=null;try{if(_0x382c30==_0x65b374([0x47,0x50,0x4c]))return _0x65b374([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3b3147=_0x4a1841(),!_0x3b3147)return _0x65b374([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3b3147[_0x65b374([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x11c296=_0x574681(_0x3b3147[_0x65b374([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3b3147[_0x65b374([0x6a,0x74,0x69])])),await _0x16efb5()?_0x16e789()?_0x19a78c()?_0x65b374([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x31902a()?(_0x3b3147[_0x65b374([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x65b374([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1e0720=_0x4e932a(_0x65b374([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5864c8()):_0x65b374([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x65b374([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x65b374([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x65b374([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x19a78c(){const _0x5afb8e=[_0x65b374([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x65b374([0x74,0x72,0x69,0x61,0x6c])][_0x65b374([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3b3147[_0x65b374([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x16f0a5/0x3e8:0xe10*_0x446699;return _0x3b3147[_0x65b374([0x65,0x78,0x70])]<_0x5afb8e;}function _0x16e789(){const _0x503662=_0x3b3147[_0x65b374([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x503662&&(!!_0x503662[_0x65b374([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x65b374([0x2a]))||!!_0x503662[_0x65b374([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x65b374([0x41,0x49])));}function _0x31902a(){const _0x467699=_0x6008,_0x5adbef=_0x3b3147[_0x65b374([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5adbef||0x0==_0x5adbef[_0x65b374([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x32f801}=new URL(window[_0x65b374([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x467699(0x105)]);if(_0x5adbef[_0x65b374([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32f801))return!0x0;const _0x1548d4=_0x32f801[_0x65b374([0x73,0x70,0x6c,0x69,0x74])](_0x65b374([0x2e]));return _0x5adbef[_0x65b374([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2dd90d=>_0x2dd90d[_0x65b374([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x65b374([0x2a])))[_0x65b374([0x6d,0x61,0x70])](_0x2bdc01=>_0x2bdc01[_0x65b374([0x73,0x70,0x6c,0x69,0x74])](_0x65b374([0x2e])))[_0x65b374([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x57b517=>_0x57b517[_0x65b374([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x1548d4[_0x65b374([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x65b374([0x6d,0x61,0x70])](_0x4f092f=>Array(_0x1548d4[_0x65b374([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4f092f[_0x65b374([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x65b374([0x66,0x69,0x6c,0x6c])](_0x4f092f[0x0]===_0x65b374([0x2a])?_0x65b374([0x2a]):'')[_0x65b374([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4f092f))[_0x65b374([0x73,0x6f,0x6d,0x65])](_0xe0b796=>_0x1548d4[_0x65b374([0x65,0x76,0x65,0x72,0x79])]((_0x59dfcb,_0x21c20c)=>_0xe0b796[_0x21c20c]===_0x59dfcb||_0xe0b796[_0x21c20c]===_0x65b374([0x2a])));}function _0x5864c8(){return _0x1e0720&&_0x11c296?new window[(_0x65b374([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x117d07,_0x45f399)=>{_0x1e0720[_0x65b374([0x74,0x68,0x65,0x6e])](_0x117d07,_0x45f399),_0x11c296[_0x65b374([0x74,0x68,0x65,0x6e])](_0x441de6=>{_0x441de6!=_0x65b374([0x56,0x61,0x6c,0x69,0x64])&&_0x117d07(_0x441de6);},_0x45f399);}):_0x1e0720||_0x11c296||_0x65b374([0x56,0x61,0x6c,0x69,0x64]);}}function _0x574681(_0x1072db,_0x535f37){return new window[(_0x65b374([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2ecf5f=>{if(_0x114dc8())return _0x2ecf5f(_0x65b374([0x56,0x61,0x6c,0x69,0x64]));_0x165dd5(),_0x3410aa[_0x65b374([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x65b374([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2b72ce=!0x1;const _0x45dce9=_0x5a187c();function _0x44071c(_0x1f6ce1){return!!_0x1f6ce1&&(typeof _0x1f6ce1===_0x65b374([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1f6ce1===_0x65b374([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1f6ce1[_0x65b374([0x74,0x68,0x65,0x6e])]===_0x65b374([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1f6ce1[_0x65b374([0x63,0x61,0x74,0x63,0x68])]===_0x65b374([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x214ca1(_0x88cd60){_0x4ffa4d(_0x88cd60)[_0x65b374([0x74,0x68,0x65,0x6e])](_0x3a151f=>{if(!_0x3a151f||_0x3a151f[_0x65b374([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x65b374([0x6f,0x6b]))return _0x65b374([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x398b14(_0x9f663b(_0x45dce9+_0x535f37))!=_0x3a151f[_0x65b374([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x65b374([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x65b374([0x56,0x61,0x6c,0x69,0x64]);})[_0x65b374([0x74,0x68,0x65,0x6e])](_0x3b849b=>(_0x3005c8(),_0x3b849b),()=>{const _0x5b89f1=_0x4a76ec();return null==_0x5b89f1?(_0x3005c8(),_0x65b374([0x56,0x61,0x6c,0x69,0x64])):_0x65b374(_0x16f0a5-_0x5b89f1>(0x19f340e1^_0x1f4134)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x65b374([0x74,0x68,0x65,0x6e])](_0x2ecf5f)[_0x65b374([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2ecf5f(_0x65b374([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x481c66=0x3dc92a61^_0x1f4134;function _0x3005c8(){const _0x21738f=_0x65b374([0x6c,0x6c,0x63,0x74,0x2d])+_0x398b14(_0x9f663b(_0x1072db)),_0xa41a9c=_0x549518(_0x398b14(window[_0x65b374([0x4d,0x61,0x74,0x68])][_0x65b374([0x63,0x65,0x69,0x6c])](_0x16f0a5/_0x481c66)));window[_0x65b374([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x65b374([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x21738f,_0xa41a9c);}function _0x4a76ec(){const _0x3bc442=_0x65b374([0x6c,0x6c,0x63,0x74,0x2d])+_0x398b14(_0x9f663b(_0x1072db)),_0x544602=window[_0x65b374([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x65b374([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3bc442);return _0x544602?window[_0x65b374([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x549518(_0x544602),0x10)*_0x481c66:null;}function _0x4ffa4d(_0x302172){return new window[(_0x65b374([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1fbc42,_0x43601b)=>{_0x302172[_0x65b374([0x74,0x68,0x65,0x6e])](_0x1fbc42,_0x43601b),window[_0x65b374([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x43601b,0x3dfe1021^_0x1f4134);});}}_0x3410aa[_0x65b374([0x6f,0x6e])](_0x65b374([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x48e8f7,_0x442c7b)=>{if(_0x442c7b[0x0]!=_0x1072db)return _0x2ecf5f(_0x65b374([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x442c7b[0x1]={..._0x442c7b[0x1],[_0x65b374([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x45dce9};},{[_0x65b374([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x65b374([0x68,0x69,0x67,0x68])}),_0x3410aa[_0x65b374([0x6f,0x6e])](_0x65b374([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3604ea=>{_0x44071c(_0x3604ea[_0x65b374([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2b72ce=!0x0,_0x214ca1(_0x3604ea[_0x65b374([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x65b374([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x65b374([0x6c,0x6f,0x77])}),_0x3fc09f[_0x65b374([0x74,0x68,0x65,0x6e])](()=>{_0x2b72ce||_0x2ecf5f(_0x65b374([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x114dc8(){return _0x3410aa[_0x65b374([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x65b374([0x76,0x69,0x65,0x77])][_0x65b374([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x65b374([0x61,0x75,0x74,0x6f]);}function _0x165dd5(){_0x3410aa[_0x65b374([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x65b374([0x76,0x69,0x65,0x77])][_0x65b374([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x65b374([0x61,0x75,0x74,0x6f]);}}function _0x4e932a(_0x569bdf){const _0x3c3819=[new window[(_0x65b374([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x25a653=>setTimeout(_0x25a653,0x3df6fa2d^_0x1f4134)),_0x3fc09f[_0x65b374([0x74,0x68,0x65,0x6e])](()=>new window[(_0x65b374([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5057be=>{let _0x12a401=0x0;_0x3410aa[_0x65b374([0x6d,0x6f,0x64,0x65,0x6c])][_0x65b374([0x6f,0x6e])](_0x65b374([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x44f831,_0x1f8076)=>{_0x1f8076[0x0][_0x65b374([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x12a401++,_0x12a401==(0x3dffc109^_0x1f4134)&&(_0x5057be(),_0x44f831[_0x65b374([0x6f,0x66,0x66])]());});}))];return window[_0x65b374([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x65b374([0x72,0x61,0x63,0x65])](_0x3c3819)[_0x65b374([0x74,0x68,0x65,0x6e])](()=>_0x569bdf);}async function _0x168a12(){await _0x3fc09f,_0x3410aa[_0x65b374([0x6d,0x6f,0x64,0x65,0x6c])][_0x65b374([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5079bd,_0x3410aa[_0x65b374([0x6d,0x6f,0x64,0x65,0x6c])][_0x65b374([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5079bd,_0x3410aa[_0x65b374([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x65b374([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x503c83(_0x425c7f){const _0x13ec9c=_0x18eb7f();_0x3410aa[_0x13ec9c]=_0x65b374([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x425c7f,_0x425c7f!=_0x65b374([0x56,0x61,0x6c,0x69,0x64])&&_0x168a12();}function _0x18eb7f(){const _0x2d0b73=window[_0x65b374([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x65b374([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x65b374([0x6e,0x6f,0x77])]())[_0x65b374([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x65b374([0x2e]),'');let _0x4f100a=_0x65b374([0x6e]);for(let _0x26e33f=0x0;_0x26e33f<_0x2d0b73[_0x65b374([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x26e33f+=0x2){let _0x544ddc=window[_0x65b374([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2d0b73[_0x65b374([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x26e33f,_0x26e33f+0x2));_0x544ddc>=_0x36040f[_0x65b374([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x544ddc-=_0x36040f[_0x65b374([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4f100a+=_0x36040f[_0x544ddc];}return _0x4f100a;}function _0x4a1841(){const _0x4f549f=_0x382c30[_0x65b374([0x73,0x70,0x6c,0x69,0x74])](_0x65b374([0x2e]));if(0x3!=_0x4f549f[_0x65b374([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3703b2(_0x4f549f[0x1]);function _0x3703b2(_0x54a382){const _0x1dd2d1=_0x5b6e95(_0x54a382);return _0x1dd2d1&&_0xbae958()?_0x1dd2d1:null;function _0xbae958(){const _0x36db4d=_0x1dd2d1[_0x65b374([0x6a,0x74,0x69])],_0x4ab2ab=window[_0x65b374([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x36db4d[_0x65b374([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x36db4d[_0x65b374([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5b70d4={..._0x1dd2d1,[_0x65b374([0x6a,0x74,0x69])]:_0x36db4d[_0x65b374([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x36db4d[_0x65b374([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5b70d4[_0x65b374([0x76,0x63])],_0x9f663b(_0x5b70d4)==_0x4ab2ab;}}}async function _0x16efb5(){let _0x40b602=!0x0;try{const _0x52d708=_0x382c30[_0x65b374([0x73,0x70,0x6c,0x69,0x74])](_0x65b374([0x2e])),[_0x13ae29,_0x6a572c,_0x5c2829]=_0x52d708;return _0x378d1d(_0x13ae29),await _0x35b832(_0x13ae29,_0x6a572c,_0x5c2829),_0x40b602;}catch{return!0x1;}function _0x378d1d(_0x307fbd){const _0x4e585a=_0x5b6e95(_0x307fbd);_0x4e585a&&_0x4e585a[_0x65b374([0x61,0x6c,0x67])]==_0x65b374([0x45,0x53,0x32,0x35,0x36])||(_0x40b602=!0x1);}async function _0x35b832(_0x3c01e2,_0xf7ff15,_0x1413c8){const _0x570404=window[_0x65b374([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x65b374([0x66,0x72,0x6f,0x6d])](_0x36fc3d(_0x1413c8),_0x4d9dee=>_0x4d9dee[_0x65b374([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x32ccc1=new window[(_0x65b374([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x65b374([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3c01e2+_0x65b374([0x2e])+_0xf7ff15),_0x55630d=window[_0x65b374([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x65b374([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x55630d)return;const _0x485c97=await _0x55630d[_0x65b374([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x65b374([0x6a,0x77,0x6b]),_0x43f6de,{[_0x65b374([0x6e,0x61,0x6d,0x65])]:_0x65b374([0x45,0x43,0x44,0x53,0x41]),[_0x65b374([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x65b374([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x65b374([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x55630d[_0x65b374([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x65b374([0x6e,0x61,0x6d,0x65])]:_0x65b374([0x45,0x43,0x44,0x53,0x41]),[_0x65b374([0x68,0x61,0x73,0x68])]:{[_0x65b374([0x6e,0x61,0x6d,0x65])]:_0x65b374([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x485c97,_0x570404,_0x32ccc1)||(_0x40b602=!0x1);}}function _0x5b6e95(_0x5b8d93){return _0x5b8d93[_0x65b374([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x65b374([0x65,0x79]))?JSON[_0x65b374([0x70,0x61,0x72,0x73,0x65])](_0x36fc3d(_0x5b8d93)):null;}function _0x36fc3d(_0x5cb0ec){return window[_0x65b374([0x61,0x74,0x6f,0x62])](_0x5cb0ec[_0x65b374([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x65b374([0x2b]))[_0x65b374([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x65b374([0x2f])));}function _0x9f663b(_0x2fb63f){let _0x1cb609=0x1505;function _0x22831c(_0x1a6ffa){for(let _0x15ffc6=0x0;_0x15ffc6<_0x1a6ffa[_0x65b374([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x15ffc6++){const _0x140a8e=_0x1a6ffa[_0x65b374([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x15ffc6);_0x1cb609=(_0x1cb609<<0x5)+_0x1cb609+_0x140a8e,_0x1cb609&=_0x1cb609;}}function _0xbed918(_0x127f46){Array[_0x65b374([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x127f46)?_0x127f46[_0x65b374([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xbed918):_0x127f46&&typeof _0x127f46==_0x65b374([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x65b374([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x127f46)[_0x65b374([0x73,0x6f,0x72,0x74])]()[_0x65b374([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x183bbb,_0x4196de])=>{_0x22831c(_0x183bbb),_0xbed918(_0x4196de);}):_0x22831c(window[_0x65b374([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x127f46));}return _0xbed918(_0x2fb63f),_0x1cb609>>>0x0;}function _0x398b14(_0x23982c){return _0x23982c[_0x65b374([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x65b374([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x65b374([0x30]));}function _0x549518(_0x344bf5){return _0x344bf5[_0x65b374([0x73,0x70,0x6c,0x69,0x74])]('')[_0x65b374([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x65b374([0x6a,0x6f,0x69,0x6e])]('');}function _0x5079bd(){}function _0x65b374(_0x1757d5){const _0x3d0d2d=_0x6008;return _0x1757d5[_0x3d0d2d(0x15f)](_0x22fc35=>String[_0x3d0d2d(0x168)](_0x22fc35))[_0x3d0d2d(0x159)]('');}_0x503c83(await _0x288878());}(this);}[_0x252cca(0x121)](){const _0x14c44a=_0x252cca,_0xc3d13=this[_0x14c44a(0x141)][_0x14c44a(0x143)];_0xc3d13[_0x14c44a(0x12e)](_0x13ad08=>{const _0x26360e=_0x14c44a,_0x5064b9=_0xc3d13[_0x26360e(0x150)][_0x26360e(0x16a)][_0x26360e(0x111)]();let _0x23ee03=0x0;for(const _0x1f7b12 of _0x5064b9){const _0x2dbb26=f+':'+_0x23ee03;if(_0xc3d13[_0x26360e(0x112)][_0x26360e(0x128)](_0x2dbb26))_0x13ad08[_0x26360e(0x12f)](_0x2dbb26,{'range':_0x1f7b12});else{if(_0x1f7b12[_0x26360e(0x14c)][_0x26360e(0x156)]){const _0x5a5d7a=_0x1f7b12[_0x26360e(0x14c)][_0x26360e(0x15c)](({item:_0x948d97})=>!_0xc3d13[_0x26360e(0x165)][_0x26360e(0x137)](_0x948d97),{'boundaries':_0x1f7b12});_0x13ad08[_0x26360e(0x15e)](_0x2dbb26,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x13ad08[_0x26360e(0x132)](_0x5a5d7a,_0x1f7b12[_0x26360e(0x123)])});}else _0x13ad08[_0x26360e(0x15e)](_0x2dbb26,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x1f7b12});}_0x23ee03++;}});}[_0x252cca(0x10e)](){const _0x5dce88=_0x252cca,_0x4aa837=this[_0x5dce88(0x141)][_0x5dce88(0x143)],_0x42039e=Array[_0x5dce88(0x129)](this[_0x5dce88(0x141)][_0x5dce88(0x143)][_0x5dce88(0x112)][_0x5dce88(0x12d)](f));_0x42039e[_0x5dce88(0x133)]&&_0x4aa837[_0x5dce88(0x12e)](_0x6b0ba4=>{const _0x1ef567=_0x5dce88;_0x42039e[_0x1ef567(0x15a)](_0x353e08=>{const _0x12ebce=_0x1ef567;_0x6b0ba4[_0x12ebce(0x16d)](_0x353e08);});});}[_0x252cca(0x122)](_0x273dc6,_0x2c3da4){const _0x5768db=_0x252cca,_0x342a5f=this[_0x5768db(0x163)](),_0x324d2e=_0x2c3da4||_0x342a5f[_0x5768db(0x13b)]();this[_0x5768db(0x141)][_0x5768db(0x143)][_0x5768db(0x116)](_0x324d2e)&&this[_0x5768db(0x141)][_0x5768db(0x143)][_0x5768db(0x12e)](_0x5779cf=>{const _0x3ba89e=_0x5768db;this[_0x3ba89e(0x10e)](),_0x2c3da4||this[_0x3ba89e(0x147)](_0x5779cf,_0x342a5f),this[_0x3ba89e(0x10c)]({'insertAt':_0x324d2e,'writer':_0x5779cf,'html':_0x273dc6});});}[_0x252cca(0x109)](_0x525a7a){const _0x791901=_0x252cca,{model:_0xdff056}=this[_0x791901(0x141)],_0x430d48=this[_0x791901(0x163)]();_0xdff056[_0x791901(0x12e)](()=>{const _0x41d6e5=_0x791901,_0x2b2402=this[_0x41d6e5(0x10d)](_0x525a7a,_0x430d48)||this[_0x41d6e5(0x142)](_0x430d48);this[_0x41d6e5(0x122)](_0x525a7a,_0x2b2402);});}[_0x252cca(0x163)](){const _0x4375f0=_0x252cca,_0x4a7fcf=this[_0x4375f0(0x141)][_0x4375f0(0x143)],_0x108021=Array[_0x4375f0(0x129)](_0x4a7fcf[_0x4375f0(0x112)][_0x4375f0(0x12d)](f))[_0x4375f0(0x15f)](_0x2ada8e=>_0x2ada8e[_0x4375f0(0x11f)]());return _0x4a7fcf[_0x4375f0(0x144)](_0x108021);}[_0x252cca(0x10c)]({writer:_0x45a51c,html:_0x1872db,insertAt:_0x465a13}){const _0x59ea26=_0x252cca,{view:_0x2ee916}=this[_0x59ea26(0x141)][_0x59ea26(0x154)],_0x13ed40=this[_0x59ea26(0x141)][_0x59ea26(0x16e)][_0x59ea26(0x131)](_0x4bcceb),_0x265013=new w();_0x265013[_0x59ea26(0x136)](_0x59ea26(0x107),_0x1872db);const _0x51dfcd=new ClipboardEvent(_0x59ea26(0x115),{'clipboardData':_0x265013}),_0x58ed85=new _0x594305(_0x2ee916,_0x51dfcd,{'dataTransfer':new _0x5f394c(_0x265013)});_0x45a51c[_0x59ea26(0x14e)](_0x465a13);const _0x14a585=(_0x158432,_0x485158)=>{const _0x4da2da=_0x59ea26;_0x485158[_0x4da2da(0x106)]&&_0x45a51c[_0x4da2da(0x14e)](_0x485158[_0x4da2da(0x106)]);};_0x13ed40[_0x59ea26(0x16f)](_0x59ea26(0x157),_0x14a585,{'priority':_0x59ea26(0x139)}),_0x2ee916[_0x59ea26(0x150)][_0x59ea26(0x167)](_0x59ea26(0x115),_0x58ed85),_0x13ed40[_0x59ea26(0x10f)](_0x59ea26(0x157),_0x14a585);}[_0x252cca(0x142)](_0x1ee2e3){const _0x4cdc2d=_0x252cca,{model:_0x34d630}=this[_0x4cdc2d(0x141)],_0x507f88=Array[_0x4cdc2d(0x129)](_0x1ee2e3[_0x4cdc2d(0x152)]());return _0x507f88[_0x4cdc2d(0x133)]?_0x34d630[_0x4cdc2d(0x11b)](_0x507f88[_0x4cdc2d(0x10b)]()):_0x1ee2e3[_0x4cdc2d(0x161)]();}[_0x252cca(0x10d)](_0x592141,_0x528d45){const _0x468f12=_0x252cca,{model:_0x378862,plugins:_0x481a5a}=this[_0x468f12(0x141)];if(_0x481a5a[_0x468f12(0x128)](_0x468f12(0x134))){const _0x467811=_0x481a5a[_0x468f12(0x131)](_0x468f12(0x134))[_0x468f12(0x130)](_0x528d45);if(_0x467811[_0x468f12(0x133)]){const _0x582e14=this[_0x468f12(0x125)](_0x592141),_0x3cc3ee=this[_0x468f12(0x155)](_0x467811,_0x582e14);return _0x378862[_0x468f12(0x162)](_0x3cc3ee,0x0);}}return null;}[_0x252cca(0x125)](_0x35a014){const _0x19e3db=_0x252cca,_0x1cddb1=this[_0x19e3db(0x141)][_0x19e3db(0x16e)][_0x19e3db(0x131)](_0x19e3db(0x134)),_0x2ce70a=this[_0x19e3db(0x141)][_0x19e3db(0x103)][_0x19e3db(0x126)](_0x35a014),_0xdad118=Array[_0x19e3db(0x129)](_0x2ce70a[_0x19e3db(0x104)]())[_0x19e3db(0x151)](_0x37a8a7=>_0x37a8a7['is'](_0x19e3db(0x164),_0x19e3db(0x166)));let _0x588578=0x0;return _0xdad118[_0x19e3db(0x15a)](_0x435ee7=>{const _0x196f7a=_0x19e3db;_0x588578+=_0x1cddb1[_0x196f7a(0x124)](_0x435ee7);}),_0x588578;}[_0x252cca(0x155)](_0x57a736,_0x12a0e3){const _0x12b2f6=_0x252cca,_0x311e6a=this[_0x12b2f6(0x141)][_0x12b2f6(0x16e)][_0x12b2f6(0x131)](_0x12b2f6(0x134)),_0x1bab20=_0x311e6a[_0x12b2f6(0x11d)](_0x57a736),_0x16c04b=_0x311e6a[_0x12b2f6(0x14b)](_0x57a736),_0x2aab17=_0x1bab20[_0x12b2f6(0x13d)]+0x1,_0x32f9bb=_0x16c04b[_0x12b2f6(0x146)],_0x42ed3a=_0x57a736[0x0][_0x12b2f6(0x117)](_0x12b2f6(0x166));for(let _0x38238f=0x0;_0x38238f<_0x12a0e3;_0x38238f++)_0x311e6a[_0x12b2f6(0x114)](_0x42ed3a,{'at':_0x2aab17});return _0x42ed3a[_0x12b2f6(0x12c)](_0x2aab17)[_0x12b2f6(0x12c)](_0x32f9bb);}[_0x252cca(0x147)](_0x4fb9ab,_0x26748e){const _0x261805=_0x252cca,{plugins:_0x355d0a}=this[_0x261805(0x141)],{model:_0x303760}=_0x4fb9ab;if(!_0x355d0a[_0x261805(0x128)](_0x261805(0x134)))return;_0x355d0a[_0x261805(0x131)](_0x261805(0x134))[_0x261805(0x130)](_0x26748e)[_0x261805(0x133)]&&_0x303760[_0x261805(0x14f)](_0x26748e);}}
23
+ const _0xca0b17=_0x2634;(function(_0xe01bd7,_0x4b8be3){const _0x49916a=_0x2634,_0x412af7=_0xe01bd7();while(!![]){try{const _0x32e3ab=parseInt(_0x49916a(0x144))/0x1+parseInt(_0x49916a(0x13b))/0x2+-parseInt(_0x49916a(0x18b))/0x3+parseInt(_0x49916a(0x14e))/0x4+parseInt(_0x49916a(0x16b))/0x5+-parseInt(_0x49916a(0x138))/0x6*(-parseInt(_0x49916a(0x17a))/0x7)+parseInt(_0x49916a(0x171))/0x8*(-parseInt(_0x49916a(0x174))/0x9);if(_0x32e3ab===_0x4b8be3)break;else _0x412af7['push'](_0x412af7['shift']());}catch(_0x189ecb){_0x412af7['push'](_0x412af7['shift']());}}}(_0x26f4,0x5a383));import{uid as _0x413d74}from'ckeditor5/src/utils.js';function _0x2634(_0x6ae39b,_0xb43297){const _0x26f471=_0x26f4();return _0x2634=function(_0x263418,_0x2337a3){_0x263418=_0x263418-0x135;let _0x15de23=_0x26f471[_0x263418];return _0x15de23;},_0x2634(_0x6ae39b,_0xb43297);}import{Plugin as _0x4c13ab}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x566f0d}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x1c5088,ViewDataTransfer as _0x54c248}from'ckeditor5/src/engine.js';function _0x26f4(){const _0x57b25d=['createSelection','length','createRange','8iYgBhc','end','schema','14853411ljpnLA','removeMarker','href','insertContent','table','isPremiumPlugin','4407151FeEXJe','getChildren','canEditAt','get','isCollapsed','createPositionAt','join','ck-fake-ai-selection','hideFakeVisualSelection','pop','createPositionAfter','_pasteHTMLUsingClipboard','once','addMarker','setData','model','ck-fake-ai-selection_collapsed','598644wfEjfY','forEach','isAtEnd','resultRange','getMarkersGroup','for','getFirstRange','afterInit','TableUtils','getSelectedTableCells','AIAssistantEditing','deleteContent','getRange','getSelectedBlocks','markers','updateMarker','last','editor','ai-ui','DataTransfer','fromCharCode','getColumnIndexes','_prepareTableInsertBelowPosition','isOfficialPlugin','data','pluginName','6VXwexR','_getTableRowCountFromContent','init','357072RTEIEQ','document','_getDefaultInsertBelowPosition','editing','conversion','off','change','getRows','getRowIndexes','477958omUrcm','contentInsertion','insertRows','_getAISelection','ck-ai-assistant-ui_theme','createUIElement','has','getChild','markerToElement','insertContentBelow','2552724QDNZVL','lowest','element','from','markerToHighlight','editingDowncast','setSelection','start','text/html','selection','getLastPosition','paste','push','getRanges','fire','config','isContent','map','findAncestor','plugins','_createEmptyTableRows','filter','showFakeVisualSelection','getLastMatchingPosition','span','parse','markerRange','first','_resetContentOfSelectedTableCells','1475990Rqqgrk','addClass','ai.assistant.useTheme'];_0x26f4=function(){return _0x57b25d;};return _0x26f4();}const F=globalThis[_0xca0b17(0x19e)],R=_0xca0b17(0x19d);export class AIAssistantEditing extends _0x4c13ab{static get[_0xca0b17(0x137)](){const _0x4fef14=_0xca0b17;return _0x4fef14(0x195);}static get[_0xca0b17(0x135)](){return!0x0;}static get[_0xca0b17(0x179)](){return!0x0;}[_0xca0b17(0x13a)](){const _0x1e6878=_0xca0b17,{editor:_0x2d93f1}=this,_0x33c8f3=[_0x1e6878(0x181)];_0x2d93f1[_0x1e6878(0x15d)][_0x1e6878(0x17d)](_0x1e6878(0x16d))&&_0x33c8f3[_0x1e6878(0x15a)](_0x1e6878(0x148)),_0x2d93f1[_0x1e6878(0x13f)][_0x1e6878(0x190)](_0x1e6878(0x153))[_0x1e6878(0x152)]({'model':R,'view':{'classes':_0x33c8f3,'priority':0xc}}),_0x2d93f1[_0x1e6878(0x13f)][_0x1e6878(0x190)](_0x1e6878(0x153))[_0x1e6878(0x14c)]({'model':R,'view':(_0x2100a5,{writer:_0x55dbd3})=>{const _0x2686d1=_0x1e6878;if(!_0x2100a5[_0x2686d1(0x168)][_0x2686d1(0x17e)])return null;const _0x4a490f=_0x55dbd3[_0x2686d1(0x149)](_0x2686d1(0x166));return _0x55dbd3[_0x2686d1(0x16c)]([_0x2686d1(0x181),_0x2686d1(0x18a)],_0x4a490f),_0x4a490f;}});}[_0xca0b17(0x192)](){!async function(_0x4269e9){const _0x41ebca=_0x21fe95([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]),_0x56ad5d=0x3dffc4e1,_0x45718c=0x3df8bab1^_0x56ad5d,_0x3cc5b8=window[_0x21fe95([0x44,0x61,0x74,0x65])][_0x21fe95([0x6e,0x6f,0x77])](),_0x1c3751=_0x4269e9[_0x21fe95([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x16b5e8=new window[(_0x21fe95([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x36049e=>{_0x1c3751[_0x21fe95([0x6f,0x6e,0x63,0x65])](_0x21fe95([0x72,0x65,0x61,0x64,0x79]),_0x36049e);}),_0x1f70eb={[_0x21fe95([0x6b,0x74,0x79])]:_0x21fe95([0x45,0x43]),[_0x21fe95([0x75,0x73,0x65])]:_0x21fe95([0x73,0x69,0x67]),[_0x21fe95([0x63,0x72,0x76])]:_0x21fe95([0x50,0x2d,0x32,0x35,0x36]),[_0x21fe95([0x78])]:_0x21fe95([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]),[_0x21fe95([0x79])]:_0x21fe95([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]),[_0x21fe95([0x61,0x6c,0x67])]:_0x21fe95([0x45,0x53,0x32,0x35,0x36])},_0x11f4cb=_0x1c3751[_0x21fe95([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x21fe95([0x67,0x65,0x74])](_0x21fe95([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4f113e(){let _0x12a1e3,_0x3a0376=null,_0x1731ec=null;try{if(_0x11f4cb==_0x21fe95([0x47,0x50,0x4c]))return _0x21fe95([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x12a1e3=_0x35c813(),!_0x12a1e3)return _0x21fe95([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x12a1e3[_0x21fe95([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1731ec=_0x6e2375(_0x12a1e3[_0x21fe95([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x12a1e3[_0x21fe95([0x6a,0x74,0x69])])),await _0x898b74()?_0x4978ea()?_0x397f14()?_0x21fe95([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x33a285()?(_0x12a1e3[_0x21fe95([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x21fe95([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3a0376=_0x3ce428(_0x21fe95([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5a4f53()):_0x21fe95([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x21fe95([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x21fe95([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x21fe95([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x397f14(){const _0x58c871=[_0x21fe95([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x21fe95([0x74,0x72,0x69,0x61,0x6c])][_0x21fe95([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x12a1e3[_0x21fe95([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3cc5b8/0x3e8:0xe10*_0x45718c;return _0x12a1e3[_0x21fe95([0x65,0x78,0x70])]<_0x58c871;}function _0x4978ea(){const _0x24c5d4=_0x12a1e3[_0x21fe95([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x24c5d4&&(!!_0x24c5d4[_0x21fe95([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21fe95([0x2a]))||!!_0x24c5d4[_0x21fe95([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21fe95([0x41,0x49])));}function _0x33a285(){const _0x2d29fe=_0x2634,_0x3e0644=_0x12a1e3[_0x21fe95([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3e0644||0x0==_0x3e0644[_0x21fe95([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5edcd2}=new URL(window[_0x21fe95([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2d29fe(0x176)]);if(_0x3e0644[_0x21fe95([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5edcd2))return!0x0;const _0x32ea16=_0x5edcd2[_0x21fe95([0x73,0x70,0x6c,0x69,0x74])](_0x21fe95([0x2e]));return _0x3e0644[_0x21fe95([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4a715f=>_0x4a715f[_0x21fe95([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21fe95([0x2a])))[_0x21fe95([0x6d,0x61,0x70])](_0xdfb14d=>_0xdfb14d[_0x21fe95([0x73,0x70,0x6c,0x69,0x74])](_0x21fe95([0x2e])))[_0x21fe95([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x67efc2=>_0x67efc2[_0x21fe95([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x32ea16[_0x21fe95([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x21fe95([0x6d,0x61,0x70])](_0x7e23ce=>Array(_0x32ea16[_0x21fe95([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x7e23ce[_0x21fe95([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x21fe95([0x66,0x69,0x6c,0x6c])](_0x7e23ce[0x0]===_0x21fe95([0x2a])?_0x21fe95([0x2a]):'')[_0x21fe95([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x7e23ce))[_0x21fe95([0x73,0x6f,0x6d,0x65])](_0xafe491=>_0x32ea16[_0x21fe95([0x65,0x76,0x65,0x72,0x79])]((_0x282c56,_0x26a709)=>_0xafe491[_0x26a709]===_0x282c56||_0xafe491[_0x26a709]===_0x21fe95([0x2a])));}function _0x5a4f53(){return _0x3a0376&&_0x1731ec?new window[(_0x21fe95([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1d579a,_0xff0130)=>{_0x3a0376[_0x21fe95([0x74,0x68,0x65,0x6e])](_0x1d579a,_0xff0130),_0x1731ec[_0x21fe95([0x74,0x68,0x65,0x6e])](_0x1bfb8e=>{_0x1bfb8e!=_0x21fe95([0x56,0x61,0x6c,0x69,0x64])&&_0x1d579a(_0x1bfb8e);},_0xff0130);}):_0x3a0376||_0x1731ec||_0x21fe95([0x56,0x61,0x6c,0x69,0x64]);}}function _0x6e2375(_0x5ae2d7,_0x29e844){return new window[(_0x21fe95([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x249107=>{if(_0x1c6d2c())return _0x249107(_0x21fe95([0x56,0x61,0x6c,0x69,0x64]));_0x1ba6a7(),_0x1c3751[_0x21fe95([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x21fe95([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4c0b23=!0x1;const _0x5ca099=_0x413d74();function _0x823113(_0x5985f0){return!!_0x5985f0&&(typeof _0x5985f0===_0x21fe95([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5985f0===_0x21fe95([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5985f0[_0x21fe95([0x74,0x68,0x65,0x6e])]===_0x21fe95([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5985f0[_0x21fe95([0x63,0x61,0x74,0x63,0x68])]===_0x21fe95([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x333cf4(_0x33305e){_0x1419bb(_0x33305e)[_0x21fe95([0x74,0x68,0x65,0x6e])](_0x68814d=>{if(!_0x68814d||_0x68814d[_0x21fe95([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x21fe95([0x6f,0x6b]))return _0x21fe95([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3b6ef0(_0x34090f(_0x5ca099+_0x29e844))!=_0x68814d[_0x21fe95([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x21fe95([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x21fe95([0x56,0x61,0x6c,0x69,0x64]);})[_0x21fe95([0x74,0x68,0x65,0x6e])](_0x57e46a=>(_0x426a81(),_0x57e46a),()=>{const _0x156af1=_0x167904();return null==_0x156af1?(_0x426a81(),_0x21fe95([0x56,0x61,0x6c,0x69,0x64])):_0x21fe95(_0x3cc5b8-_0x156af1>(0x19f340e1^_0x56ad5d)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x21fe95([0x74,0x68,0x65,0x6e])](_0x249107)[_0x21fe95([0x63,0x61,0x74,0x63,0x68])](()=>{_0x249107(_0x21fe95([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x966468=0x3dc92a61^_0x56ad5d;function _0x426a81(){const _0x27d25f=_0x21fe95([0x6c,0x6c,0x63,0x74,0x2d])+_0x3b6ef0(_0x34090f(_0x5ae2d7)),_0x6c6869=_0x2620db(_0x3b6ef0(window[_0x21fe95([0x4d,0x61,0x74,0x68])][_0x21fe95([0x63,0x65,0x69,0x6c])](_0x3cc5b8/_0x966468)));window[_0x21fe95([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x21fe95([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x27d25f,_0x6c6869);}function _0x167904(){const _0x1b64e2=_0x21fe95([0x6c,0x6c,0x63,0x74,0x2d])+_0x3b6ef0(_0x34090f(_0x5ae2d7)),_0x5d8afb=window[_0x21fe95([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x21fe95([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1b64e2);return _0x5d8afb?window[_0x21fe95([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2620db(_0x5d8afb),0x10)*_0x966468:null;}function _0x1419bb(_0x1b4904){return new window[(_0x21fe95([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2bab96,_0x27af9e)=>{_0x1b4904[_0x21fe95([0x74,0x68,0x65,0x6e])](_0x2bab96,_0x27af9e),window[_0x21fe95([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x27af9e,0x3dfe1021^_0x56ad5d);});}}_0x1c3751[_0x21fe95([0x6f,0x6e])](_0x21fe95([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x35fd67,_0x23bd67)=>{if(_0x23bd67[0x0]!=_0x5ae2d7)return _0x249107(_0x21fe95([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x23bd67[0x1]={..._0x23bd67[0x1],[_0x21fe95([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5ca099};},{[_0x21fe95([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x21fe95([0x68,0x69,0x67,0x68])}),_0x1c3751[_0x21fe95([0x6f,0x6e])](_0x21fe95([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x40710e=>{_0x823113(_0x40710e[_0x21fe95([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4c0b23=!0x0,_0x333cf4(_0x40710e[_0x21fe95([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x21fe95([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x21fe95([0x6c,0x6f,0x77])}),_0x16b5e8[_0x21fe95([0x74,0x68,0x65,0x6e])](()=>{_0x4c0b23||_0x249107(_0x21fe95([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1c6d2c(){return _0x1c3751[_0x21fe95([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x21fe95([0x76,0x69,0x65,0x77])][_0x21fe95([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x21fe95([0x61,0x75,0x74,0x6f]);}function _0x1ba6a7(){_0x1c3751[_0x21fe95([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x21fe95([0x76,0x69,0x65,0x77])][_0x21fe95([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x21fe95([0x61,0x75,0x74,0x6f]);}}function _0x3ce428(_0x264f59){const _0x7a5f00=[new window[(_0x21fe95([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x18cbd1=>setTimeout(_0x18cbd1,0x3df6fa2d^_0x56ad5d)),_0x16b5e8[_0x21fe95([0x74,0x68,0x65,0x6e])](()=>new window[(_0x21fe95([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x29e49f=>{let _0x3b8595=0x0;_0x1c3751[_0x21fe95([0x6d,0x6f,0x64,0x65,0x6c])][_0x21fe95([0x6f,0x6e])](_0x21fe95([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4711af,_0x23723b)=>{_0x23723b[0x0][_0x21fe95([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3b8595++,_0x3b8595==(0x3dffc109^_0x56ad5d)&&(_0x29e49f(),_0x4711af[_0x21fe95([0x6f,0x66,0x66])]());});}))];return window[_0x21fe95([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x21fe95([0x72,0x61,0x63,0x65])](_0x7a5f00)[_0x21fe95([0x74,0x68,0x65,0x6e])](()=>_0x264f59);}async function _0x1e113c(){await _0x16b5e8,_0x1c3751[_0x21fe95([0x6d,0x6f,0x64,0x65,0x6c])][_0x21fe95([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5a548a,_0x1c3751[_0x21fe95([0x6d,0x6f,0x64,0x65,0x6c])][_0x21fe95([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5a548a,_0x1c3751[_0x21fe95([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x21fe95([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x39bf4d(_0x1f7feb){const _0x32850b=_0x1ce16f();_0x1c3751[_0x32850b]=_0x21fe95([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x1f7feb,_0x1f7feb!=_0x21fe95([0x56,0x61,0x6c,0x69,0x64])&&_0x1e113c();}function _0x1ce16f(){const _0x37d076=window[_0x21fe95([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x21fe95([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x21fe95([0x6e,0x6f,0x77])]())[_0x21fe95([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x21fe95([0x2e]),'');let _0x2059e0=_0x21fe95([0x6e]);for(let _0x48c074=0x0;_0x48c074<_0x37d076[_0x21fe95([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x48c074+=0x2){let _0x3e7a67=window[_0x21fe95([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x37d076[_0x21fe95([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x48c074,_0x48c074+0x2));_0x3e7a67>=_0x41ebca[_0x21fe95([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3e7a67-=_0x41ebca[_0x21fe95([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2059e0+=_0x41ebca[_0x3e7a67];}return _0x2059e0;}function _0x35c813(){const _0x188313=_0x11f4cb[_0x21fe95([0x73,0x70,0x6c,0x69,0x74])](_0x21fe95([0x2e]));if(0x3!=_0x188313[_0x21fe95([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x644f96(_0x188313[0x1]);function _0x644f96(_0x30d139){const _0x4b5f8c=_0x3f57ff(_0x30d139);return _0x4b5f8c&&_0xb9be2f()?_0x4b5f8c:null;function _0xb9be2f(){const _0x386a46=_0x4b5f8c[_0x21fe95([0x6a,0x74,0x69])],_0x37fd19=window[_0x21fe95([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x386a46[_0x21fe95([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x386a46[_0x21fe95([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2b35d4={..._0x4b5f8c,[_0x21fe95([0x6a,0x74,0x69])]:_0x386a46[_0x21fe95([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x386a46[_0x21fe95([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2b35d4[_0x21fe95([0x76,0x63])],_0x34090f(_0x2b35d4)==_0x37fd19;}}}async function _0x898b74(){let _0x5f251a=!0x0;try{const _0x2ba0ed=_0x11f4cb[_0x21fe95([0x73,0x70,0x6c,0x69,0x74])](_0x21fe95([0x2e])),[_0x2e6dd8,_0x40ab3d,_0x1b7030]=_0x2ba0ed;return _0x4d4cc7(_0x2e6dd8),await _0x1b5679(_0x2e6dd8,_0x40ab3d,_0x1b7030),_0x5f251a;}catch{return!0x1;}function _0x4d4cc7(_0x45b5bb){const _0x582d7e=_0x3f57ff(_0x45b5bb);_0x582d7e&&_0x582d7e[_0x21fe95([0x61,0x6c,0x67])]==_0x21fe95([0x45,0x53,0x32,0x35,0x36])||(_0x5f251a=!0x1);}async function _0x1b5679(_0x314ff7,_0x45de35,_0x15249d){const _0x1d9bb9=window[_0x21fe95([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x21fe95([0x66,0x72,0x6f,0x6d])](_0x189d6d(_0x15249d),_0x516939=>_0x516939[_0x21fe95([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x35b207=new window[(_0x21fe95([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x21fe95([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x314ff7+_0x21fe95([0x2e])+_0x45de35),_0x345f07=window[_0x21fe95([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x21fe95([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x345f07)return;const _0x1d7c31=await _0x345f07[_0x21fe95([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x21fe95([0x6a,0x77,0x6b]),_0x1f70eb,{[_0x21fe95([0x6e,0x61,0x6d,0x65])]:_0x21fe95([0x45,0x43,0x44,0x53,0x41]),[_0x21fe95([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x21fe95([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x21fe95([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x345f07[_0x21fe95([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x21fe95([0x6e,0x61,0x6d,0x65])]:_0x21fe95([0x45,0x43,0x44,0x53,0x41]),[_0x21fe95([0x68,0x61,0x73,0x68])]:{[_0x21fe95([0x6e,0x61,0x6d,0x65])]:_0x21fe95([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1d7c31,_0x1d9bb9,_0x35b207)||(_0x5f251a=!0x1);}}function _0x3f57ff(_0x42a7b4){return _0x42a7b4[_0x21fe95([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x21fe95([0x65,0x79]))?JSON[_0x21fe95([0x70,0x61,0x72,0x73,0x65])](_0x189d6d(_0x42a7b4)):null;}function _0x189d6d(_0xf418bc){return window[_0x21fe95([0x61,0x74,0x6f,0x62])](_0xf418bc[_0x21fe95([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x21fe95([0x2b]))[_0x21fe95([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x21fe95([0x2f])));}function _0x34090f(_0x534766){let _0x5a1cb8=0x1505;function _0x4c93fd(_0x410c1){for(let _0x5e1616=0x0;_0x5e1616<_0x410c1[_0x21fe95([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5e1616++){const _0x3a184b=_0x410c1[_0x21fe95([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5e1616);_0x5a1cb8=(_0x5a1cb8<<0x5)+_0x5a1cb8+_0x3a184b,_0x5a1cb8&=_0x5a1cb8;}}function _0x244eac(_0x1d58d2){Array[_0x21fe95([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1d58d2)?_0x1d58d2[_0x21fe95([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x244eac):_0x1d58d2&&typeof _0x1d58d2==_0x21fe95([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x21fe95([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1d58d2)[_0x21fe95([0x73,0x6f,0x72,0x74])]()[_0x21fe95([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2971f9,_0x5d2299])=>{_0x4c93fd(_0x2971f9),_0x244eac(_0x5d2299);}):_0x4c93fd(window[_0x21fe95([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1d58d2));}return _0x244eac(_0x534766),_0x5a1cb8>>>0x0;}function _0x3b6ef0(_0x116376){return _0x116376[_0x21fe95([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x21fe95([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x21fe95([0x30]));}function _0x2620db(_0x1de06a){return _0x1de06a[_0x21fe95([0x73,0x70,0x6c,0x69,0x74])]('')[_0x21fe95([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x21fe95([0x6a,0x6f,0x69,0x6e])]('');}function _0x5a548a(){}function _0x21fe95(_0x9e6ad9){const _0x335001=_0x2634;return _0x9e6ad9[_0x335001(0x15f)](_0x28b66a=>String[_0x335001(0x19f)](_0x28b66a))[_0x335001(0x180)]('');}_0x39bf4d(await _0x4f113e());}(this);}[_0xca0b17(0x164)](){const _0x87ea57=_0xca0b17,_0x37bd16=this[_0x87ea57(0x19c)][_0x87ea57(0x189)];_0x37bd16[_0x87ea57(0x141)](_0x4d9789=>{const _0xa33549=_0x87ea57,_0x24b1da=_0x37bd16[_0xa33549(0x13c)][_0xa33549(0x157)][_0xa33549(0x15b)]();let _0x581a8e=0x0;for(const _0xaa3a43 of _0x24b1da){const _0xfb8fe2=R+':'+_0x581a8e;if(_0x37bd16[_0xa33549(0x199)][_0xa33549(0x14a)](_0xfb8fe2))_0x4d9789[_0xa33549(0x19a)](_0xfb8fe2,{'range':_0xaa3a43});else{if(_0xaa3a43[_0xa33549(0x155)][_0xa33549(0x18d)]){const _0x1f1556=_0xaa3a43[_0xa33549(0x155)][_0xa33549(0x165)](({item:_0xf71898})=>!_0x37bd16[_0xa33549(0x173)][_0xa33549(0x15e)](_0xf71898),{'boundaries':_0xaa3a43});_0x4d9789[_0xa33549(0x187)](_0xfb8fe2,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x4d9789[_0xa33549(0x170)](_0x1f1556,_0xaa3a43[_0xa33549(0x172)])});}else _0x4d9789[_0xa33549(0x187)](_0xfb8fe2,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0xaa3a43});}_0x581a8e++;}});}[_0xca0b17(0x182)](){const _0x4741d6=_0xca0b17,_0x359a55=this[_0x4741d6(0x19c)][_0x4741d6(0x189)],_0x45ee97=Array[_0x4741d6(0x151)](this[_0x4741d6(0x19c)][_0x4741d6(0x189)][_0x4741d6(0x199)][_0x4741d6(0x18f)](R));_0x45ee97[_0x4741d6(0x16f)]&&_0x359a55[_0x4741d6(0x141)](_0x262eeb=>{const _0x2520ca=_0x4741d6;_0x45ee97[_0x2520ca(0x18c)](_0x432be8=>{const _0x47d381=_0x2520ca;_0x262eeb[_0x47d381(0x175)](_0x432be8);});});}[_0xca0b17(0x177)](_0x52e3ac,_0x56d53c){const _0x5beb4a=_0xca0b17,_0x308523=this[_0x5beb4a(0x147)](),_0x2fc73c=_0x56d53c||_0x308523[_0x5beb4a(0x191)]();this[_0x5beb4a(0x19c)][_0x5beb4a(0x189)][_0x5beb4a(0x17c)](_0x2fc73c)&&this[_0x5beb4a(0x19c)][_0x5beb4a(0x189)][_0x5beb4a(0x141)](_0x1f44dc=>{const _0x2f6a7d=_0x5beb4a;this[_0x2f6a7d(0x182)](),_0x56d53c||this[_0x2f6a7d(0x16a)](_0x1f44dc,_0x308523),this[_0x2f6a7d(0x185)]({'insertAt':_0x2fc73c,'writer':_0x1f44dc,'html':_0x52e3ac});});}[_0xca0b17(0x14d)](_0x15130f){const _0x268eb5=_0xca0b17,{model:_0x374f31}=this[_0x268eb5(0x19c)],_0x389516=this[_0x268eb5(0x147)]();_0x374f31[_0x268eb5(0x141)](()=>{const _0x11ce23=_0x268eb5,_0x446315=this[_0x11ce23(0x1a1)](_0x15130f,_0x389516)||this[_0x11ce23(0x13d)](_0x389516);this[_0x11ce23(0x177)](_0x15130f,_0x446315);});}[_0xca0b17(0x147)](){const _0x4521d2=_0xca0b17,_0x35dbea=this[_0x4521d2(0x19c)][_0x4521d2(0x189)],_0x47e79d=Array[_0x4521d2(0x151)](_0x35dbea[_0x4521d2(0x199)][_0x4521d2(0x18f)](R))[_0x4521d2(0x15f)](_0x4dea1e=>_0x4dea1e[_0x4521d2(0x197)]());return _0x35dbea[_0x4521d2(0x16e)](_0x47e79d);}[_0xca0b17(0x185)]({writer:_0x3a19f0,html:_0x2a3a33,insertAt:_0x325a08}){const _0x517f24=_0xca0b17,{view:_0x1d37f7}=this[_0x517f24(0x19c)][_0x517f24(0x13e)],_0x1195a0=this[_0x517f24(0x19c)][_0x517f24(0x161)][_0x517f24(0x17d)](_0x566f0d),_0x37bb6c=new F();_0x37bb6c[_0x517f24(0x188)](_0x517f24(0x156),_0x2a3a33);const _0x6eea9b=new ClipboardEvent(_0x517f24(0x159),{'clipboardData':_0x37bb6c}),_0x259811=new _0x1c5088(_0x1d37f7,_0x6eea9b,{'dataTransfer':new _0x54c248(_0x37bb6c)});_0x3a19f0[_0x517f24(0x154)](_0x325a08);const _0x3c1f77=(_0x410e95,_0x39060a)=>{const _0x58a93e=_0x517f24;_0x39060a[_0x58a93e(0x18e)]&&_0x3a19f0[_0x58a93e(0x154)](_0x39060a[_0x58a93e(0x18e)]);};_0x1195a0[_0x517f24(0x186)](_0x517f24(0x145),_0x3c1f77,{'priority':_0x517f24(0x14f)}),_0x1d37f7[_0x517f24(0x13c)][_0x517f24(0x15c)](_0x517f24(0x159),_0x259811),_0x1195a0[_0x517f24(0x140)](_0x517f24(0x145),_0x3c1f77);}[_0xca0b17(0x13d)](_0x19b4ee){const _0xf64af7=_0xca0b17,{model:_0x49d6af}=this[_0xf64af7(0x19c)],_0x16c4b0=Array[_0xf64af7(0x151)](_0x19b4ee[_0xf64af7(0x198)]());return _0x16c4b0[_0xf64af7(0x16f)]?_0x49d6af[_0xf64af7(0x184)](_0x16c4b0[_0xf64af7(0x183)]()):_0x19b4ee[_0xf64af7(0x158)]();}[_0xca0b17(0x1a1)](_0x1a47c5,_0x4ca12e){const _0x2dee0a=_0xca0b17,{model:_0x3070e9,plugins:_0x4c2b4b}=this[_0x2dee0a(0x19c)];if(_0x4c2b4b[_0x2dee0a(0x14a)](_0x2dee0a(0x193))){const _0x55f2a5=_0x4c2b4b[_0x2dee0a(0x17d)](_0x2dee0a(0x193))[_0x2dee0a(0x194)](_0x4ca12e);if(_0x55f2a5[_0x2dee0a(0x16f)]){const _0x409930=this[_0x2dee0a(0x139)](_0x1a47c5),_0x1b29e8=this[_0x2dee0a(0x162)](_0x55f2a5,_0x409930);return _0x3070e9[_0x2dee0a(0x17f)](_0x1b29e8,0x0);}}return null;}[_0xca0b17(0x139)](_0x4f1068){const _0x535787=_0xca0b17,_0x1cbb57=this[_0x535787(0x19c)][_0x535787(0x161)][_0x535787(0x17d)](_0x535787(0x193)),_0x1a0cc2=this[_0x535787(0x19c)][_0x535787(0x136)][_0x535787(0x167)](_0x4f1068),_0x3e103b=Array[_0x535787(0x151)](_0x1a0cc2[_0x535787(0x17b)]())[_0x535787(0x163)](_0x517c5a=>_0x517c5a['is'](_0x535787(0x150),_0x535787(0x178)));let _0x4238d4=0x0;return _0x3e103b[_0x535787(0x18c)](_0x235e85=>{const _0x5214ee=_0x535787;_0x4238d4+=_0x1cbb57[_0x5214ee(0x142)](_0x235e85);}),_0x4238d4;}[_0xca0b17(0x162)](_0x54bf88,_0x1bfdb4){const _0x506624=_0xca0b17,_0x5e6893=this[_0x506624(0x19c)][_0x506624(0x161)][_0x506624(0x17d)](_0x506624(0x193)),_0x15279a=_0x5e6893[_0x506624(0x143)](_0x54bf88),_0x3ad1c4=_0x5e6893[_0x506624(0x1a0)](_0x54bf88),_0x174c70=_0x15279a[_0x506624(0x19b)]+0x1,_0x30efcc=_0x3ad1c4[_0x506624(0x169)],_0x503098=_0x54bf88[0x0][_0x506624(0x160)](_0x506624(0x178));for(let _0x23eb5c=0x0;_0x23eb5c<_0x1bfdb4;_0x23eb5c++)_0x5e6893[_0x506624(0x146)](_0x503098,{'at':_0x174c70});return _0x503098[_0x506624(0x14b)](_0x174c70)[_0x506624(0x14b)](_0x30efcc);}[_0xca0b17(0x16a)](_0x3bb81c,_0x4d95e4){const _0x4f84ce=_0xca0b17,{plugins:_0x3ba7e9}=this[_0x4f84ce(0x19c)],{model:_0x4154af}=_0x3bb81c;if(!_0x3ba7e9[_0x4f84ce(0x14a)](_0x4f84ce(0x193)))return;_0x3ba7e9[_0x4f84ce(0x17d)](_0x4f84ce(0x193))[_0x4f84ce(0x194)](_0x4d95e4)[_0x4f84ce(0x16f)]&&_0x4154af[_0x4f84ce(0x196)](_0x4d95e4);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x180ac6=_0x4986;(function(_0x3db022,_0x49e7be){const _0xe62345=_0x4986,_0x33bba6=_0x3db022();while(!![]){try{const _0x1c2a9f=parseInt(_0xe62345(0x1a9))/0x1+-parseInt(_0xe62345(0x20e))/0x2+-parseInt(_0xe62345(0x207))/0x3*(-parseInt(_0xe62345(0x1e5))/0x4)+parseInt(_0xe62345(0x247))/0x5*(parseInt(_0xe62345(0x238))/0x6)+-parseInt(_0xe62345(0x22b))/0x7+-parseInt(_0xe62345(0x200))/0x8*(-parseInt(_0xe62345(0x20a))/0x9)+-parseInt(_0xe62345(0x234))/0xa;if(_0x1c2a9f===_0x49e7be)break;else _0x33bba6['push'](_0x33bba6['shift']());}catch(_0x583fd8){_0x33bba6['push'](_0x33bba6['shift']());}}}(_0x38e1,0xca493));import{Plugin as _0x385d56}from'ckeditor5/src/core.js';import{IconMagicWand as _0x28c321,IconRobotPencil as _0x2c8b3d}from'ckeditor5/src/icons.js';import{first as _0x4bbd95,CKEditorError as _0x3468e4}from'ckeditor5/src/utils.js';import{createDropdown as _0x4175bf,addMenuToDropdown as _0x22b1bc,ButtonView as _0x8a01c1,MenuBarMenuListItemButtonView as _0x248838,Dialog as _0x495752,DialogViewPosition as _0x2c000c,MenuBarMenuView as _0x13bb74,MenuBarMenuListView as _0x52e183,MenuBarMenuListItemView as _0x490810}from'ckeditor5/src/ui.js';import{normalizeCommandsConfig as _0x5a72c8,UNGROUPED_COMMANDS_GROUP_ID as _0x1b9da5}from'./utils/normalizecommandsconfig.js';import{AIAssistantEditing as _0x3487ae}from'./aiassistantediting.js';import{AIAdapter as _0x76896f}from'./adapters/aiadapter.js';import{getTranslation as _0x4302ce}from'./utils/common-translations.js';import{ShowAIAssistantCommand as _0x42be58}from'./ui/showaiassistantcommand.js';import{AIAssistantController as _0x1ce29f}from'./ui/aiassistantcontroller.js';function _0x4986(_0x17218b,_0x1e54a2){const _0x38e1d8=_0x38e1();return _0x4986=function(_0x498610,_0x210b1f){_0x498610=_0x498610-0x1a7;let _0x4e9d3f=_0x38e1d8[_0x498610];return _0x4e9d3f;},_0x4986(_0x17218b,_0x1e54a2);}import{AIFormView as _0x856fe8}from'./ui/form/aiformview.js';import{AIFormToolbarViewMainActionLabel as _0x5d025d}from'./ui/form/aiformtoolbarview.js';import'../../theme/aiassistant/ai.css';import'../../theme/aiassistant/ai-dropdown.css';import'../../theme/aiassistant/ai-form.css';function _0x38e1(){const _0x22c789=['_initAriaAiStatusChangeAnnouncements','ck-ai-assistant-button\x20','change:value','aiLicenseKeyValid','addMany','model','hideFakeVisualSelection','1551199lWFqPB','_formView','licenseKey','getData','text','_onExecute','announce','menuPanelClass','componentFactory','forEach','featureNotAllowed','DataTransfer','domainLimit','_dialog','items','buttons','AIAssistant','getLimitElement','label','menuView','AIAssistantUI','copy','queryView','groupLabel','custom','ck-ai-commands-dropdown\x20','polite','length','Error\x20during\x20AI\x20content\x20generation:\x20%0','selection','INSERT','rawHtml','buttonView','splice','textAdapter','schema','\x20ck-ai-assistant-ui_theme','media','groupId','EDITOR_TOP_SIDE','reset','get','aiLicenseKeyDomainLimit','_commandDefinitions','ai.assistant.disabledElements','ai.assistant.commands','focus','trim','enabledCommandsIds','getRanges','map','aiLicenseKeyNotAllowed','view','isOfficialPlugin','updatePosition','requiresContent','replace','fire','AI\x20is\x20writing','currentContext','8LQTeEw','comment','evaluationLimit','showFakeVisualSelection','_forceMarkersCopy','destroy','<p>','showAIAssistant','aiLicenseKeyUsageLimit','_createAIAssistantUIButton','document','contentArea','add','aiAssistant','AI\x20Assistant','order','render','_initView','aiCommands','plugins','hide','_licenseKeyCheckInterval','prompt','insertContentBelow','menuBar:aiCommands','commands','editing','3896744XvVqcw','listenTo','editor','change','_showLicenseError','sort','panelView','1155444SVAxxv','tableOfContents','update','9wnjNpz','invalid','setSelection','change:enabledCommandsIds','2004192JeYtTI','isPremiumPlugin','body','menuBar:aiAssistant','delegate','push','command:','menuitemcheckbox','set','source','_getResolvedCommandsDefinitions','_aiAssistantController','text/html','AI\x20Commands','expired','_aiAdapter','change:isProcessing','bind','updateView','aiLicenseKeyEvaluationLimit','includes','aiLicenseKeyInvalid','</p>','replaceContent','init','Generated\x20content:\x20%0','REPLACE','ai-commands-config-order-collision','ai.assistant.useTheme','8381737GrdHeb','promptView','hideUI','isFlat','ck-ai-assistant-ui','once','errorView','pluginName','config','11779880fHXaff','define','isOn','children','8826RgxEIN','ai.assistant.contentAreaCssClass','isCollapsed','change:isError','getSelectedElement','_uiCssClasses','insertContent','usageLimit','isEnabled','filter','getSelectedBlocks','_populateMenuBarMenu','fieldView','locale','values','4750GFCmqC','requires','wasMoved','execute','show','from','showUI','_getMenuBarGroupButtons','aiLicenseKeyExpired'];_0x38e1=function(){return _0x22c789;};return _0x38e1();}const w=globalThis[_0x180ac6(0x1b4)];import{ClipboardMarkersUtils as _0x541e71}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x183d3e,ViewDataTransfer as _0x5820a4}from'ckeditor5/src/engine.js';export class AIAssistantUI extends _0x385d56{[_0x180ac6(0x1ab)];[_0x180ac6(0x1fa)];[_0x180ac6(0x1b6)];[_0x180ac6(0x1aa)];[_0x180ac6(0x21d)];[_0x180ac6(0x219)];[_0x180ac6(0x23d)]='';static get[_0x180ac6(0x232)](){const _0x3c2d3e=_0x180ac6;return _0x3c2d3e(0x1bd);}static get[_0x180ac6(0x1de)](){return!0x0;}static get[_0x180ac6(0x20f)](){return!0x0;}static get[_0x180ac6(0x248)](){return[_0x541e71,_0x3487ae,_0x76896f,_0x495752];}constructor(_0x2e23fa){const _0x26c1e5=_0x180ac6;super(_0x2e23fa),_0x2e23fa[_0x26c1e5(0x233)][_0x26c1e5(0x235)](_0x26c1e5(0x1d5),[_0x26c1e5(0x1ce),_0x26c1e5(0x1c8),_0x26c1e5(0x208)]),_0x2e23fa[_0x26c1e5(0x233)][_0x26c1e5(0x235)](_0x26c1e5(0x239),''),_0x2e23fa[_0x26c1e5(0x233)][_0x26c1e5(0x235)](_0x26c1e5(0x22a),!0x0),this[_0x26c1e5(0x23d)]=_0x26c1e5(0x22f)+(_0x2e23fa[_0x26c1e5(0x233)][_0x26c1e5(0x1d2)](_0x26c1e5(0x22a))?_0x26c1e5(0x1cd):'');}[_0x180ac6(0x226)](){const _0x6d3bbf=_0x180ac6,{editor:_0x12b228}=this;this[_0x6d3bbf(0x21d)]=_0x12b228[_0x6d3bbf(0x1f8)][_0x6d3bbf(0x1d2)](_0x76896f),this[_0x6d3bbf(0x1b6)]=_0x12b228[_0x6d3bbf(0x1f8)][_0x6d3bbf(0x1d2)](_0x495752),this[_0x6d3bbf(0x1aa)]=null,this[_0x6d3bbf(0x1d4)]=this[_0x6d3bbf(0x218)]();const _0x3385e9=new _0x42be58(_0x12b228,Array[_0x6d3bbf(0x24c)](this[_0x6d3bbf(0x1d4)][_0x6d3bbf(0x246)]()));_0x12b228[_0x6d3bbf(0x1fe)][_0x6d3bbf(0x1f1)](_0x6d3bbf(0x1ec),_0x3385e9),_0x12b228['ui'][_0x6d3bbf(0x1b1)][_0x6d3bbf(0x1f1)](_0x6d3bbf(0x1f7),_0x317cc0=>{const _0x92650a=_0x6d3bbf,_0x221fd8=_0x4175bf(_0x317cc0);return _0x221fd8[_0x92650a(0x216)]({'class':_0x92650a(0x1c2)+this[_0x92650a(0x23d)]}),_0x221fd8[_0x92650a(0x1c9)][_0x92650a(0x216)]({'label':_0x4302ce(_0x317cc0,_0x92650a(0x21b)),'icon':_0x28c321,'tooltip':!0x0}),_0x221fd8['on'](_0x92650a(0x24a),_0x324f87=>this[_0x92650a(0x1ae)](_0x324f87[_0x92650a(0x217)]['id'])),_0x22b1bc(_0x221fd8,_0x12b228['ui'][_0x92650a(0x1dd)][_0x92650a(0x210)],function(_0x4a2d8b){const _0x8a9857=_0x92650a,_0x4adbca=_0x5a72c8(_0x4a2d8b[_0x8a9857(0x233)][_0x8a9857(0x1d2)](_0x8a9857(0x1d6)),_0x4a2d8b[_0x8a9857(0x245)]),_0x28291d=B(_0x4a2d8b,_0x4adbca)[_0x8a9857(0x241)](_0x37f161=>_0x37f161[_0x8a9857(0x1fe)][_0x8a9857(0x1c4)]);if(0x1===_0x28291d[_0x8a9857(0x1c4)])return B(_0x4a2d8b,_0x28291d[0x0][_0x8a9857(0x1fe)])[_0x8a9857(0x1db)](_0x5a4a41=>({'id':_0x5a4a41['id'],'label':_0x5a4a41[_0x8a9857(0x1bb)]}));return _0x28291d[_0x8a9857(0x1db)](_0x41cc37=>{const _0xf83af4=_0x8a9857,{groupId:_0x83867c,groupLabel:_0x5157fb,commands:_0x5d614c}=_0x41cc37,_0xea486a=B(_0x4a2d8b,_0x5d614c)[_0xf83af4(0x1db)](_0x2a2a44=>({'id':_0x2a2a44['id'],'label':_0x2a2a44[_0xf83af4(0x1bb)]}));return{'id':_0x83867c,'menu':_0x5157fb||_0x83867c,'children':_0xea486a};});}(_0x12b228),{'ariaLabel':_0x4302ce(_0x317cc0,_0x92650a(0x21b))}),_0x221fd8[_0x92650a(0x1bc)][_0x92650a(0x1b0)]=_0x92650a(0x1c2)+this[_0x92650a(0x23d)],_0x3385e9['on'](_0x92650a(0x20d),_0x254473),_0x221fd8[_0x92650a(0x1bc)][_0x92650a(0x230)](_0x92650a(0x1f5),_0x254473),_0x221fd8;function _0x254473(){const _0x43163c=_0x92650a;_0x221fd8[_0x43163c(0x240)]=_0x3385e9[_0x43163c(0x1d9)][_0x43163c(0x1c4)]>0x0;for(const _0x5d1705 of _0x221fd8[_0x43163c(0x1bc)][_0x43163c(0x1b8)])_0x5d1705[_0x43163c(0x240)]=_0x3385e9[_0x43163c(0x1d9)][_0x43163c(0x222)](_0x5d1705['id']);}}),_0x12b228['ui'][_0x6d3bbf(0x1b1)][_0x6d3bbf(0x1f1)](_0x6d3bbf(0x1fd),_0x18c598=>{const _0x3d6007=_0x6d3bbf,_0x43491e=new _0x13bb74(_0x18c598);_0x43491e[_0x3d6007(0x1c9)][_0x3d6007(0x216)]({'label':_0x4302ce(_0x18c598,_0x3d6007(0x21b)),'icon':_0x28c321}),_0x43491e[_0x3d6007(0x21f)](_0x3d6007(0x240))['to'](_0x3385e9,_0x3d6007(0x1d9),_0x591c86=>_0x591c86[_0x3d6007(0x1c4)]>0x0);const _0x5e2c54=_0x5a72c8(_0x12b228[_0x3d6007(0x233)][_0x3d6007(0x1d2)](_0x3d6007(0x1d6)),_0x18c598);return this[_0x3d6007(0x243)](_0x3385e9,_0x43491e,_0x5e2c54,_0x38701c=>this[_0x3d6007(0x1ae)](_0x38701c)),_0x43491e;}),_0x12b228['ui'][_0x6d3bbf(0x1b1)][_0x6d3bbf(0x1f1)](_0x6d3bbf(0x1f2),()=>{const _0x49d16d=_0x6d3bbf,_0x4674b2=this[_0x49d16d(0x1ee)](_0x8a01c1);return _0x4674b2[_0x49d16d(0x216)]({'tooltip':!0x0,'class':_0x49d16d(0x251)+this[_0x49d16d(0x23d)]}),_0x4674b2;}),_0x12b228['ui'][_0x6d3bbf(0x1b1)][_0x6d3bbf(0x1f1)](_0x6d3bbf(0x211),()=>{const _0x5384f2=_0x6d3bbf,_0x493394=this[_0x5384f2(0x1ee)](_0x248838);return _0x493394[_0x5384f2(0x216)]({'role':_0x5384f2(0x215)}),_0x493394;}),this[_0x6d3bbf(0x1ab)]=this[_0x6d3bbf(0x202)][_0x6d3bbf(0x233)][_0x6d3bbf(0x1d2)](_0x6d3bbf(0x1ab));const _0x19b50f=this[_0x6d3bbf(0x202)];this[_0x6d3bbf(0x1fa)]=setInterval(()=>{const _0x2be92b=_0x6d3bbf;let _0x42e091;for(const _0x382c66 in _0x19b50f){const _0x41e820=_0x382c66,_0x15afca=_0x19b50f[_0x41e820];if(_0x2be92b(0x253)==_0x15afca||_0x2be92b(0x223)==_0x15afca||_0x2be92b(0x24f)==_0x15afca||_0x2be92b(0x1d3)==_0x15afca||_0x2be92b(0x1dc)==_0x15afca||_0x2be92b(0x221)==_0x15afca||_0x2be92b(0x1ed)==_0x15afca){delete _0x19b50f[_0x41e820],_0x42e091=_0x15afca,clearInterval(this[_0x2be92b(0x1fa)]),this[_0x2be92b(0x1fa)]=void 0x0;break;}}_0x2be92b(0x223)==_0x42e091&&_0x19b50f[_0x2be92b(0x204)](_0x2be92b(0x20b)),_0x2be92b(0x24f)==_0x42e091&&_0x19b50f[_0x2be92b(0x204)](_0x2be92b(0x21c)),_0x2be92b(0x1d3)==_0x42e091&&_0x19b50f[_0x2be92b(0x204)](_0x2be92b(0x1b5)),_0x2be92b(0x1dc)==_0x42e091&&_0x19b50f[_0x2be92b(0x204)](_0x2be92b(0x1b3),_0x2be92b(0x1b9)),_0x2be92b(0x221)==_0x42e091&&_0x19b50f[_0x2be92b(0x204)](_0x2be92b(0x1e7)),_0x2be92b(0x1ed)==_0x42e091&&_0x19b50f[_0x2be92b(0x204)](_0x2be92b(0x23f));},0x3e8);}[_0x180ac6(0x1ea)](){const _0x28b4aa=_0x180ac6;super[_0x28b4aa(0x1ea)](),this[_0x28b4aa(0x1fa)]&&clearInterval(this[_0x28b4aa(0x1fa)]);}[_0x180ac6(0x24d)](_0x2c4386='',_0x5a61b6='',_0xe5139d=_0x180ac6(0x1c1)){const _0x4a37ed=_0x180ac6,_0x37f6c4=this[_0x4a37ed(0x202)],_0x54d7b0=_0x37f6c4[_0x4a37ed(0x1ff)][_0x4a37ed(0x1dd)],_0x5ab0da=_0x37f6c4[_0x4a37ed(0x1f8)][_0x4a37ed(0x1d2)](_0x3487ae),_0x34006b=_0x37f6c4[_0x4a37ed(0x1f8)][_0x4a37ed(0x1d2)](_0x541e71);_0x5ab0da[_0x4a37ed(0x1e8)]();const _0x50283d=new w(),_0x2b5290=new ClipboardEvent(_0x4a37ed(0x1be),{'clipboardData':_0x50283d}),_0x6e4885=new _0x5820a4(_0x50283d),_0x3bd638=new _0x183d3e(_0x54d7b0,_0x2b5290,{'dataTransfer':_0x6e4885});_0x34006b[_0x4a37ed(0x1e9)](_0x4a37ed(0x1e6),()=>{const _0x5b40a5=_0x4a37ed;_0x54d7b0[_0x5b40a5(0x1ef)][_0x5b40a5(0x1e2)](_0x5b40a5(0x1be),_0x3bd638);}),this[_0x4a37ed(0x1aa)]||(this[_0x4a37ed(0x1f6)](),this[_0x4a37ed(0x219)]=new _0x1ce29f(_0x37f6c4,this[_0x4a37ed(0x21d)][_0x4a37ed(0x1cb)],this[_0x4a37ed(0x1aa)]));let _0x126331=_0x6e4885[_0x4a37ed(0x1ac)](_0x4a37ed(0x21a));const _0x449a1c=_0x37f6c4[_0x4a37ed(0x1a7)][_0x4a37ed(0x1ef)][_0x4a37ed(0x1c6)],_0x16dbec=Array[_0x4a37ed(0x24c)](_0x449a1c[_0x4a37ed(0x1da)]());0x1===_0x16dbec[_0x4a37ed(0x1c4)]&&_0x16dbec[0x0][_0x4a37ed(0x22e)]&&!_0x449a1c[_0x4a37ed(0x23c)]()&&''!==_0x126331[_0x4a37ed(0x1e1)](/&nbsp;/g,'')[_0x4a37ed(0x1d8)]()&&(_0x126331=_0x4a37ed(0x1eb)+_0x126331+_0x4a37ed(0x224)),this[_0x4a37ed(0x219)][_0x4a37ed(0x220)]({'actionId':_0xe5139d,'query':_0x2c4386,'htmlContent':_0x126331,'label':_0x5a61b6,'mainActionLabel':_0x5d025d[_0x37f6c4[_0x4a37ed(0x1a7)][_0x4a37ed(0x1ef)][_0x4a37ed(0x1c6)][_0x4a37ed(0x23a)]?_0x4a37ed(0x1c7):_0x4a37ed(0x228)]}),_0x4a37ed(0x1f2)!==this[_0x4a37ed(0x1b6)]['id']?this[_0x4a37ed(0x1b6)][_0x4a37ed(0x24b)]({'id':_0x4a37ed(0x1f2),'icon':_0x2c8b3d,'title':_0x4302ce(this[_0x4a37ed(0x202)][_0x4a37ed(0x245)],_0x4a37ed(0x1f3)),'content':this[_0x4a37ed(0x1aa)],'position':_0x2c000c[_0x4a37ed(0x1d0)],'onShow':()=>{const _0x25392e=_0x4a37ed;this[_0x25392e(0x1aa)][_0x25392e(0x1d7)]();},'onHide':()=>{const _0x194fb8=_0x4a37ed;this[_0x194fb8(0x219)][_0x194fb8(0x1d1)](),_0x5ab0da[_0x194fb8(0x1a8)]();}}):this[_0x4a37ed(0x1b6)][_0x4a37ed(0x1dd)][_0x4a37ed(0x249)]||this[_0x4a37ed(0x1b6)][_0x4a37ed(0x1dd)][_0x4a37ed(0x1df)]();}[_0x180ac6(0x22d)](){const _0x5d055f=_0x180ac6;this[_0x5d055f(0x1b6)][_0x5d055f(0x1f9)]();}[_0x180ac6(0x218)](){const _0x3e53e2=_0x180ac6,_0x241544=new Map(),_0x3c48d3=_0x5a72c8(this[_0x3e53e2(0x202)][_0x3e53e2(0x233)][_0x3e53e2(0x1d2)](_0x3e53e2(0x1d6)),this[_0x3e53e2(0x202)][_0x3e53e2(0x245)]);for(const _0x47f2c1 of _0x3c48d3)for(const _0x61003c of _0x47f2c1[_0x3e53e2(0x1fe)])_0x241544[_0x3e53e2(0x216)](_0x61003c['id'],{..._0x61003c,'groupId':_0x47f2c1[_0x3e53e2(0x1cf)],'groupLabel':_0x47f2c1[_0x3e53e2(0x1c0)]||_0x47f2c1[_0x3e53e2(0x1cf)]});return _0x241544;}[_0x180ac6(0x1ee)](_0x49594e){const _0x1518a3=_0x180ac6,_0xfa128b=this[_0x1518a3(0x202)],_0x19b659=_0xfa128b[_0x1518a3(0x1fe)][_0x1518a3(0x1d2)](_0x1518a3(0x1ec)),_0x1e60a2=new _0x49594e(_0xfa128b[_0x1518a3(0x245)]);return _0x1e60a2[_0x1518a3(0x216)]({'label':_0x4302ce(_0xfa128b[_0x1518a3(0x245)],_0x1518a3(0x1f3)),'icon':_0x2c8b3d,'isToggleable':!0x0}),_0x1e60a2[_0x1518a3(0x21f)](_0x1518a3(0x240))['to'](_0x19b659),_0x1e60a2[_0x1518a3(0x21f)](_0x1518a3(0x236))['to'](this[_0x1518a3(0x1b6)],'id',_0x1f692c=>_0x1518a3(0x1f2)===_0x1f692c),this[_0x1518a3(0x201)](_0x1e60a2,_0x1518a3(0x24a),()=>{const _0x5f2702=_0x1518a3;_0x1e60a2[_0x5f2702(0x236)]?this[_0x5f2702(0x22d)]():_0x19b659[_0x5f2702(0x24a)]();}),_0x1e60a2;}[_0x180ac6(0x1f6)](){const _0x22aeb1=_0x180ac6,_0x25aaaf=this[_0x22aeb1(0x202)][_0x22aeb1(0x1f8)][_0x22aeb1(0x1d2)](_0x3487ae);this[_0x22aeb1(0x1aa)]=new _0x856fe8(this[_0x22aeb1(0x202)][_0x22aeb1(0x245)],this[_0x22aeb1(0x23d)],this[_0x22aeb1(0x202)][_0x22aeb1(0x233)][_0x22aeb1(0x1d2)](_0x22aeb1(0x239))),this[_0x22aeb1(0x1aa)]['on'](_0x22aeb1(0x252),()=>{const _0x1546ed=_0x22aeb1;this[_0x1546ed(0x1b6)][_0x1546ed(0x1dd)][_0x1546ed(0x249)]||this[_0x1546ed(0x1b6)][_0x1546ed(0x1dd)][_0x1546ed(0x1df)]();}),this[_0x22aeb1(0x1aa)][_0x22aeb1(0x22c)][_0x22aeb1(0x1bf)][_0x22aeb1(0x244)]['on'](_0x22aeb1(0x209),()=>{const _0x4d9190=_0x22aeb1;this[_0x4d9190(0x1b6)][_0x4d9190(0x1dd)][_0x4d9190(0x249)]||this[_0x4d9190(0x1b6)][_0x4d9190(0x1dd)][_0x4d9190(0x1df)]();}),this[_0x22aeb1(0x201)](this[_0x22aeb1(0x1aa)],_0x22aeb1(0x225),()=>{const _0x4375e4=_0x22aeb1;_0x25aaaf[_0x4375e4(0x23e)](this[_0x4375e4(0x219)][_0x4375e4(0x1e4)]),this[_0x4375e4(0x22d)]();}),this[_0x22aeb1(0x201)](this[_0x22aeb1(0x1aa)],_0x22aeb1(0x1fc),()=>{const _0x5e5a0f=_0x22aeb1;_0x25aaaf[_0x5e5a0f(0x1fc)](this[_0x5e5a0f(0x219)][_0x5e5a0f(0x1e4)]),this[_0x5e5a0f(0x22d)]();}),this[_0x22aeb1(0x250)]();}[_0x180ac6(0x250)](){const _0x2a9b19=_0x180ac6,{locale:_0x2f8d51,ui:{ariaLiveAnnouncer:_0x35f178}}=this[_0x2a9b19(0x202)];this[_0x2a9b19(0x1aa)][_0x2a9b19(0x1f0)]['on'](_0x2a9b19(0x21e),(_0x53024d,_0x229b95,_0x246fa7)=>{const _0x1cec91=_0x2a9b19,_0x455fb4=this[_0x1cec91(0x219)][_0x1cec91(0x1e4)];_0x246fa7?_0x35f178[_0x1cec91(0x1af)](_0x4302ce(_0x2f8d51,_0x1cec91(0x1e3))):_0x455fb4&&_0x35f178[_0x1cec91(0x1af)](_0x4302ce(_0x2f8d51,_0x1cec91(0x227),_0x455fb4),{'politeness':_0x1cec91(0x1c3),'isUnsafeHTML':!0x0});}),this[_0x2a9b19(0x1aa)]['on'](_0x2a9b19(0x23b),(_0xac2a14,_0x31a2b9,_0xd5bc9c)=>{const _0x33b66e=_0x2a9b19;if(_0xd5bc9c){const _0xe24b7f=this[_0x33b66e(0x1aa)][_0x33b66e(0x231)][_0x33b66e(0x1ad)];_0x35f178[_0x33b66e(0x1af)](_0x4302ce(_0x2f8d51,_0x33b66e(0x1c5),_0xe24b7f));}});}[_0x180ac6(0x1ae)](_0x1069c0){const _0x1031f6=_0x180ac6,_0x302a0c=this[_0x1031f6(0x1d4)][_0x1031f6(0x1d2)](_0x1069c0),_0x1ac8e5=this[_0x1031f6(0x202)],_0x559f4f=_0x1ac8e5[_0x1031f6(0x1a7)][_0x1031f6(0x1ef)][_0x1031f6(0x1c6)],_0x1c9302=_0x1ac8e5[_0x1031f6(0x1fe)][_0x1031f6(0x1d2)](_0x1031f6(0x1ec)),_0x8d9c47=_0x1ac8e5[_0x1031f6(0x1f8)][_0x1031f6(0x1d2)](_0x3487ae),_0x415eb4=''+(_0x302a0c[_0x1031f6(0x1cf)]!==_0x1b9da5?_0x302a0c[_0x1031f6(0x1c0)]+':\x20':'')+_0x302a0c[_0x1031f6(0x1bb)];if(!0x1!==_0x302a0c[_0x1031f6(0x1e0)]&&_0x559f4f[_0x1031f6(0x23a)]){const _0x4a14b9=_0x4bbd95(_0x559f4f[_0x1031f6(0x242)]())||_0x1ac8e5[_0x1031f6(0x1a7)][_0x1031f6(0x1cc)][_0x1031f6(0x1ba)](_0x559f4f);_0x1ac8e5[_0x1031f6(0x1a7)][_0x1031f6(0x203)](_0x5d6d3f=>{const _0x4a1bcc=_0x1031f6;_0x5d6d3f[_0x4a1bcc(0x20c)](_0x4a14b9,'in');});}_0x8d9c47[_0x1031f6(0x1e8)](),_0x1c9302[_0x1031f6(0x24a)](_0x302a0c[_0x1031f6(0x1fb)],_0x415eb4,_0x1031f6(0x214)+_0x1069c0);}[_0x180ac6(0x243)](_0x15f05a,_0x9bcc21,_0x14c46d,_0xe47b22){const _0x2e1c3d=_0x180ac6,_0x5dccaf=this[_0x2e1c3d(0x202)],_0x399408=_0x5dccaf[_0x2e1c3d(0x245)],_0x2b84f4=new _0x52e183(_0x399408),_0x237212=B(_0x5dccaf,_0x14c46d)[_0x2e1c3d(0x241)](_0x4a3b48=>_0x4a3b48[_0x2e1c3d(0x1fe)][_0x2e1c3d(0x1c4)]);0x1===_0x237212[_0x2e1c3d(0x1c4)]?this[_0x2e1c3d(0x24e)]({'command':_0x15f05a,'commands':_0x237212[0x0][_0x2e1c3d(0x1fe)],'parentMenuView':_0x9bcc21,'onExecute':_0xe47b22})[_0x2e1c3d(0x1b2)](_0x40fa32=>_0x2b84f4[_0x2e1c3d(0x1b7)][_0x2e1c3d(0x1f1)](_0x40fa32)):_0x237212[_0x2e1c3d(0x1b2)](({groupId:_0x52ff08,groupLabel:_0x484a3a,commands:_0x257520})=>{const _0x3273fb=_0x2e1c3d,_0x433b2c=new _0x490810(_0x399408,_0x9bcc21),_0x5e48dd=new _0x13bb74(_0x399408),_0x450cc5=new _0x52e183(_0x399408),_0xb03f6c=this[_0x3273fb(0x24e)]({'command':_0x15f05a,'commands':_0x257520,'parentMenuView':_0x5e48dd,'onExecute':_0xe47b22});_0x5e48dd[_0x3273fb(0x1c9)][_0x3273fb(0x216)]({'label':_0x484a3a||_0x52ff08}),_0x5e48dd[_0x3273fb(0x212)](_0x3273fb(0x24a))['to'](_0x9bcc21),_0x450cc5[_0x3273fb(0x1b7)][_0x3273fb(0x254)](_0xb03f6c),_0x5e48dd[_0x3273fb(0x206)][_0x3273fb(0x237)][_0x3273fb(0x1f1)](_0x450cc5),_0x433b2c[_0x3273fb(0x237)][_0x3273fb(0x1f1)](_0x5e48dd),_0x2b84f4[_0x3273fb(0x1b7)][_0x3273fb(0x1f1)](_0x433b2c);}),_0x9bcc21[_0x2e1c3d(0x206)][_0x2e1c3d(0x237)][_0x2e1c3d(0x1f1)](_0x2b84f4);}[_0x180ac6(0x24e)]({command:_0x3b0566,commands:_0x1e6850,parentMenuView:_0x1ce865,onExecute:_0x429d71}){const _0x15daf9=_0x180ac6,_0x30a6da=this[_0x15daf9(0x202)],_0x18b70e=_0x30a6da[_0x15daf9(0x245)];return B(_0x30a6da,_0x1e6850)[_0x15daf9(0x1db)](_0x1b123b=>{const _0x3bc378=_0x15daf9,_0x45b53a=new _0x490810(_0x18b70e,_0x1ce865),_0x29704a=new _0x248838(_0x18b70e);return _0x29704a[_0x3bc378(0x216)]({'label':_0x1b123b[_0x3bc378(0x1bb)]}),_0x29704a[_0x3bc378(0x212)](_0x3bc378(0x24a))['to'](_0x1ce865),_0x29704a['on'](_0x3bc378(0x24a),()=>_0x429d71(_0x1b123b['id'])),_0x29704a[_0x3bc378(0x21f)](_0x3bc378(0x240))['to'](_0x3b0566,_0x3bc378(0x1d9),_0x3d6177=>_0x3d6177[_0x3bc378(0x222)](_0x1b123b['id'])),_0x45b53a[_0x3bc378(0x237)][_0x3bc378(0x1f1)](_0x29704a),_0x45b53a;});}}function U(_0x5e1942,_0x5d61b2){const _0x57734a=_0x180ac6;return void 0x0!==_0x5e1942[_0x57734a(0x1f4)]&&void 0x0===_0x5d61b2[_0x57734a(0x1f4)]?0x1:void 0x0===_0x5e1942[_0x57734a(0x1f4)]&&void 0x0!==_0x5d61b2[_0x57734a(0x1f4)]?-0x1:void 0x0!==_0x5e1942[_0x57734a(0x1f4)]&&void 0x0!==_0x5d61b2[_0x57734a(0x1f4)]?_0x5e1942[_0x57734a(0x1f4)]-_0x5d61b2[_0x57734a(0x1f4)]:0x0;}function B(_0x2f8ee5,_0x5c8df3){const _0x443cf0=_0x180ac6;_0x5c8df3[_0x443cf0(0x205)](U);const _0x38b615={},_0x32c239=[];for(const _0x5b09f6 of _0x5c8df3)if(void 0x0!==_0x5b09f6[_0x443cf0(0x1f4)]){if(_0x5b09f6[_0x443cf0(0x1f4)]in _0x38b615)throw new _0x3468e4(_0x443cf0(0x229),_0x2f8ee5,{'conflictingDefinitions':[_0x5b09f6,_0x38b615[_0x5b09f6[_0x443cf0(0x1f4)]]]});_0x38b615[_0x5b09f6[_0x443cf0(0x1f4)]]=_0x5b09f6,_0x32c239[_0x443cf0(0x1ca)](_0x5b09f6[_0x443cf0(0x1f4)],0x0,_0x5b09f6);}else _0x32c239[_0x443cf0(0x213)](_0x5b09f6);return _0x32c239;}
23
+ const _0x19dced=_0x3b6a;(function(_0x57c69f,_0x1700a1){const _0x5be498=_0x3b6a,_0x41bd16=_0x57c69f();while(!![]){try{const _0x3b1e5d=parseInt(_0x5be498(0x210))/0x1*(-parseInt(_0x5be498(0x1ef))/0x2)+-parseInt(_0x5be498(0x1b2))/0x3+-parseInt(_0x5be498(0x189))/0x4+-parseInt(_0x5be498(0x1b4))/0x5+parseInt(_0x5be498(0x195))/0x6*(parseInt(_0x5be498(0x180))/0x7)+parseInt(_0x5be498(0x1a2))/0x8+parseInt(_0x5be498(0x1f0))/0x9;if(_0x3b1e5d===_0x1700a1)break;else _0x41bd16['push'](_0x41bd16['shift']());}catch(_0x2f6ba6){_0x41bd16['push'](_0x41bd16['shift']());}}}(_0x4b22,0xdf077));import{Plugin as _0xdf76af}from'ckeditor5/src/core.js';import{IconMagicWand as _0x37c14a,IconRobotPencil as _0x3cf486}from'ckeditor5/src/icons.js';import{first as _0x24cc93,CKEditorError as _0x49637b}from'ckeditor5/src/utils.js';import{createDropdown as _0x3147e0,addMenuToDropdown as _0x2f68aa,ButtonView as _0x3dd2ac,MenuBarMenuListItemButtonView as _0x14af1f,Dialog as _0x5dddc7,DialogViewPosition as _0x1a7ebc,MenuBarMenuView as _0x438f85,MenuBarMenuListView as _0x43b9a9,MenuBarMenuListItemView as _0x50e3e7}from'ckeditor5/src/ui.js';import{normalizeCommandsConfig as _0x43a4de,UNGROUPED_COMMANDS_GROUP_ID as _0x21dea6}from'./utils/normalizecommandsconfig.js';import{AIAssistantEditing as _0x168e16}from'./aiassistantediting.js';import{AIAdapter as _0x297a10}from'./adapters/aiadapter.js';import{getTranslation as _0x2f1b61}from'./utils/common-translations.js';import{ShowAIAssistantCommand as _0x48fac7}from'./ui/showaiassistantcommand.js';function _0x3b6a(_0x2259c2,_0x1a28aa){const _0x4b225f=_0x4b22();return _0x3b6a=function(_0x3b6ac2,_0x599b71){_0x3b6ac2=_0x3b6ac2-0x17b;let _0x2297c2=_0x4b225f[_0x3b6ac2];return _0x2297c2;},_0x3b6a(_0x2259c2,_0x1a28aa);}import{AIAssistantController as _0x2b3111}from'./ui/aiassistantcontroller.js';import{AIFormView as _0x40be5d}from'./ui/form/aiformview.js';import{AIFormToolbarViewMainActionLabel as _0x338e1b}from'./ui/form/aiformtoolbarview.js';import'../../theme/aiassistant/ai.css';function _0x4b22(){const _0x4b0591=['announce','2039317TqUmmj','invalid','updatePosition','domainLimit','destroy','isCollapsed','isPremiumPlugin','get','</p>','49384bShXjH','_formView','_initAriaAiStatusChangeAnnouncements','command:','trim','define','_aiAdapter','forEach','includes','hideFakeVisualSelection','focus','view','12TRHjZy','menuitemcheckbox','AIAssistant','schema','text','insertContentBelow','isFlat','licenseKey','execute','menuView','_licenseKeyCheckInterval','showUI','requires','2952880ZcMoBN','custom','_commandDefinitions','add','document','aiLicenseKeyExpired','REPLACE','requiresContent','once','INSERT','hideUI','change:isError','source','body','copy','aiLicenseKeyNotAllowed','5111088Dfbfaw','ai.assistant.disabledElements','2196955npQDvN','Generated\x20content:\x20%0','selection','buttonView','Error\x20during\x20AI\x20content\x20generation:\x20%0','order','aiLicenseKeyDomainLimit','promptView','wasMoved','_aiAssistantController','\x20ck-ai-assistant-ui_theme','_onExecute','menuBar:aiAssistant','push','isOfficialPlugin','queryView','model','aiLicenseKeyInvalid','expired','children','delegate','isOn','hide','_forceMarkersCopy','_createAIAssistantUIButton','aiAssistant','showFakeVisualSelection','ck-ai-assistant-ui','insertContent','sort','ck-ai-commands-dropdown\x20','pluginName','componentFactory','featureNotAllowed','getLimitElement','init','_initView','map','groupLabel','contentArea','items','enabledCommandsIds','update','values','_getMenuBarGroupButtons','setSelection','listenTo','fieldView','change:value','change:enabledCommandsIds','getSelectedElement','media','from','reset','AI\x20Commands','updateView','AIAssistantUI','fire','change:isProcessing','2ejqVtz','22245129uuiriZ','ai.assistant.contentAreaCssClass','EDITOR_TOP_SIDE','set','show','aiCommands','replace','filter','bind','replaceContent','_dialog','editing','editor','config','aiLicenseKeyValid','panelView','buttons','locale','currentContext','AI\x20Assistant','textAdapter','getRanges','showAIAssistant','ai-commands-config-order-collision','_getResolvedCommandsDefinitions','_populateMenuBarMenu','polite','menuPanelClass','ai.assistant.useTheme','commands','<p>','ck-ai-assistant-button\x20','354493iDzlQl','comment','_showLicenseError','label','groupId','isEnabled','prompt','rawHtml','usageLimit','evaluationLimit','aiLicenseKeyUsageLimit','tableOfContents','menuBar:aiCommands','text/html','getSelectedBlocks','getData','_uiCssClasses','addMany','plugins','errorView','render','DataTransfer','change','aiLicenseKeyEvaluationLimit','AI\x20is\x20writing','length','splice','ai.assistant.commands'];_0x4b22=function(){return _0x4b0591;};return _0x4b22();}import'../../theme/aiassistant/ai-dropdown.css';import'../../theme/aiassistant/ai-form.css';const F=globalThis[_0x19dced(0x225)];import{ClipboardMarkersUtils as _0x4a598e}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x271538,ViewDataTransfer as _0x1d442a}from'ckeditor5/src/engine.js';export class AIAssistantUI extends _0xdf76af{[_0x19dced(0x19c)];[_0x19dced(0x19f)];[_0x19dced(0x1fa)];[_0x19dced(0x18a)];[_0x19dced(0x18f)];[_0x19dced(0x1bd)];[_0x19dced(0x220)]='';static get[_0x19dced(0x1d3)](){const _0x5d7473=_0x19dced;return _0x5d7473(0x1ec);}static get[_0x19dced(0x1c2)](){return!0x0;}static get[_0x19dced(0x186)](){return!0x0;}static get[_0x19dced(0x1a1)](){return[_0x4a598e,_0x168e16,_0x297a10,_0x5dddc7];}constructor(_0x528366){const _0x14397a=_0x19dced;super(_0x528366),_0x528366[_0x14397a(0x1fd)][_0x14397a(0x18e)](_0x14397a(0x1b3),[_0x14397a(0x1e7),_0x14397a(0x217),_0x14397a(0x21b)]),_0x528366[_0x14397a(0x1fd)][_0x14397a(0x18e)](_0x14397a(0x1f1),''),_0x528366[_0x14397a(0x1fd)][_0x14397a(0x18e)](_0x14397a(0x20c),!0x0),this[_0x14397a(0x220)]=_0x14397a(0x1cf)+(_0x528366[_0x14397a(0x1fd)][_0x14397a(0x187)](_0x14397a(0x20c))?_0x14397a(0x1be):'');}[_0x19dced(0x1d7)](){const _0x430df7=_0x19dced,{editor:_0x4ebaaa}=this;this[_0x430df7(0x18f)]=_0x4ebaaa[_0x430df7(0x222)][_0x430df7(0x187)](_0x297a10),this[_0x430df7(0x1fa)]=_0x4ebaaa[_0x430df7(0x222)][_0x430df7(0x187)](_0x5dddc7),this[_0x430df7(0x18a)]=null,this[_0x430df7(0x1a4)]=this[_0x430df7(0x208)]();const _0x151999=new _0x48fac7(_0x4ebaaa,Array[_0x430df7(0x1e8)](this[_0x430df7(0x1a4)][_0x430df7(0x1df)]()));_0x4ebaaa[_0x430df7(0x20d)][_0x430df7(0x1a5)](_0x430df7(0x206),_0x151999),_0x4ebaaa['ui'][_0x430df7(0x1d4)][_0x430df7(0x1a5)](_0x430df7(0x1f5),_0x33ab32=>{const _0x20d468=_0x430df7,_0x2de850=_0x3147e0(_0x33ab32);return _0x2de850[_0x20d468(0x1f3)]({'class':_0x20d468(0x1d2)+this[_0x20d468(0x220)]}),_0x2de850[_0x20d468(0x1b7)][_0x20d468(0x1f3)]({'label':_0x2f1b61(_0x33ab32,_0x20d468(0x1ea)),'icon':_0x37c14a,'tooltip':!0x0}),_0x2de850['on'](_0x20d468(0x19d),_0x574d79=>this[_0x20d468(0x1bf)](_0x574d79[_0x20d468(0x1ae)]['id'])),_0x2f68aa(_0x2de850,_0x4ebaaa['ui'][_0x20d468(0x194)][_0x20d468(0x1af)],function(_0x2c2b55){const _0x114a6e=_0x20d468,_0x6ab3b2=_0x43a4de(_0x2c2b55[_0x114a6e(0x1fd)][_0x114a6e(0x187)](_0x114a6e(0x17e)),_0x2c2b55[_0x114a6e(0x201)]),_0x4d578c=ei(_0x2c2b55,_0x6ab3b2)[_0x114a6e(0x1f7)](_0x452768=>_0x452768[_0x114a6e(0x20d)][_0x114a6e(0x17c)]);if(0x1===_0x4d578c[_0x114a6e(0x17c)])return ei(_0x2c2b55,_0x4d578c[0x0][_0x114a6e(0x20d)])[_0x114a6e(0x1d9)](_0x5b5b7a=>({'id':_0x5b5b7a['id'],'label':_0x5b5b7a[_0x114a6e(0x213)]}));return _0x4d578c[_0x114a6e(0x1d9)](_0x3e87c2=>{const _0xa9f6db=_0x114a6e,{groupId:_0x1f7014,groupLabel:_0x407491,commands:_0x78797b}=_0x3e87c2,_0x323748=ei(_0x2c2b55,_0x78797b)[_0xa9f6db(0x1d9)](_0x3e10c5=>({'id':_0x3e10c5['id'],'label':_0x3e10c5[_0xa9f6db(0x213)]}));return{'id':_0x1f7014,'menu':_0x407491||_0x1f7014,'children':_0x323748};});}(_0x4ebaaa),{'ariaLabel':_0x2f1b61(_0x33ab32,_0x20d468(0x1ea))}),_0x2de850[_0x20d468(0x19e)][_0x20d468(0x20b)]=_0x20d468(0x1d2)+this[_0x20d468(0x220)],_0x151999['on'](_0x20d468(0x1e5),_0x51834f),_0x2de850[_0x20d468(0x19e)][_0x20d468(0x1aa)](_0x20d468(0x224),_0x51834f),_0x2de850;function _0x51834f(){const _0x149190=_0x20d468;_0x2de850[_0x149190(0x215)]=_0x151999[_0x149190(0x1dd)][_0x149190(0x17c)]>0x0;for(const _0x247626 of _0x2de850[_0x149190(0x19e)][_0x149190(0x200)])_0x247626[_0x149190(0x215)]=_0x151999[_0x149190(0x1dd)][_0x149190(0x191)](_0x247626['id']);}}),_0x4ebaaa['ui'][_0x430df7(0x1d4)][_0x430df7(0x1a5)](_0x430df7(0x21c),_0x176233=>{const _0x668946=_0x430df7,_0x39b82a=new _0x438f85(_0x176233);_0x39b82a[_0x668946(0x1b7)][_0x668946(0x1f3)]({'label':_0x2f1b61(_0x176233,_0x668946(0x1ea)),'icon':_0x37c14a}),_0x39b82a[_0x668946(0x1f8)](_0x668946(0x215))['to'](_0x151999,_0x668946(0x1dd),_0x44bd01=>_0x44bd01[_0x668946(0x17c)]>0x0);const _0x210984=_0x43a4de(_0x4ebaaa[_0x668946(0x1fd)][_0x668946(0x187)](_0x668946(0x17e)),_0x176233);return this[_0x668946(0x209)](_0x151999,_0x39b82a,_0x210984,_0x19296f=>this[_0x668946(0x1bf)](_0x19296f)),_0x39b82a;}),_0x4ebaaa['ui'][_0x430df7(0x1d4)][_0x430df7(0x1a5)](_0x430df7(0x1cd),()=>{const _0x5a94a7=_0x430df7,_0xe8b3a5=this[_0x5a94a7(0x1cc)](_0x3dd2ac);return _0xe8b3a5[_0x5a94a7(0x1f3)]({'tooltip':!0x0,'class':_0x5a94a7(0x20f)+this[_0x5a94a7(0x220)]}),_0xe8b3a5;}),_0x4ebaaa['ui'][_0x430df7(0x1d4)][_0x430df7(0x1a5)](_0x430df7(0x1c0),()=>{const _0x28e971=_0x430df7,_0x5ea3a6=this[_0x28e971(0x1cc)](_0x14af1f);return _0x5ea3a6[_0x28e971(0x1f3)]({'role':_0x28e971(0x196)}),_0x5ea3a6;}),this[_0x430df7(0x19c)]=this[_0x430df7(0x1fc)][_0x430df7(0x1fd)][_0x430df7(0x187)](_0x430df7(0x19c));const _0x1f6adb=this[_0x430df7(0x1fc)];this[_0x430df7(0x19f)]=setInterval(()=>{const _0x213fed=_0x430df7;let _0x267c1a;for(const _0x1303dd in _0x1f6adb){const _0x20480f=_0x1303dd,_0x29ee6b=_0x1f6adb[_0x20480f];if(_0x213fed(0x1fe)==_0x29ee6b||_0x213fed(0x1c5)==_0x29ee6b||_0x213fed(0x1a7)==_0x29ee6b||_0x213fed(0x1ba)==_0x29ee6b||_0x213fed(0x1b1)==_0x29ee6b||_0x213fed(0x227)==_0x29ee6b||_0x213fed(0x21a)==_0x29ee6b){delete _0x1f6adb[_0x20480f],_0x267c1a=_0x29ee6b,clearInterval(this[_0x213fed(0x19f)]),this[_0x213fed(0x19f)]=void 0x0;break;}}_0x213fed(0x1c5)==_0x267c1a&&_0x1f6adb[_0x213fed(0x212)](_0x213fed(0x181)),_0x213fed(0x1a7)==_0x267c1a&&_0x1f6adb[_0x213fed(0x212)](_0x213fed(0x1c6)),_0x213fed(0x1ba)==_0x267c1a&&_0x1f6adb[_0x213fed(0x212)](_0x213fed(0x183)),_0x213fed(0x1b1)==_0x267c1a&&_0x1f6adb[_0x213fed(0x212)](_0x213fed(0x1d5),_0x213fed(0x197)),_0x213fed(0x227)==_0x267c1a&&_0x1f6adb[_0x213fed(0x212)](_0x213fed(0x219)),_0x213fed(0x21a)==_0x267c1a&&_0x1f6adb[_0x213fed(0x212)](_0x213fed(0x218));},0x3e8);}[_0x19dced(0x184)](){const _0x41a99e=_0x19dced;super[_0x41a99e(0x184)](),this[_0x41a99e(0x19f)]&&clearInterval(this[_0x41a99e(0x19f)]);}[_0x19dced(0x1a0)](_0xc461fb='',_0x5ee203='',_0x486efc=_0x19dced(0x1a3)){const _0x4260e8=_0x19dced,_0xfcd169=this[_0x4260e8(0x1fc)],_0x53340e=_0xfcd169[_0x4260e8(0x1fb)][_0x4260e8(0x194)],_0x2b4325=_0xfcd169[_0x4260e8(0x222)][_0x4260e8(0x187)](_0x168e16),_0x1bfee4=_0xfcd169[_0x4260e8(0x222)][_0x4260e8(0x187)](_0x4a598e);_0x2b4325[_0x4260e8(0x1ce)]();const _0xae29b0=new F(),_0x43338f=new ClipboardEvent(_0x4260e8(0x1b0),{'clipboardData':_0xae29b0}),_0x31816f=new _0x1d442a(_0xae29b0),_0x3ee650=new _0x271538(_0x53340e,_0x43338f,{'dataTransfer':_0x31816f});_0x1bfee4[_0x4260e8(0x1cb)](_0x4260e8(0x211),()=>{const _0x23fdb7=_0x4260e8;_0x53340e[_0x23fdb7(0x1a6)][_0x23fdb7(0x1ed)](_0x23fdb7(0x1b0),_0x3ee650);}),this[_0x4260e8(0x18a)]||(this[_0x4260e8(0x1d8)](),this[_0x4260e8(0x1bd)]=new _0x2b3111(_0xfcd169,this[_0x4260e8(0x18f)][_0x4260e8(0x204)],this[_0x4260e8(0x18a)]));let _0x33b8cd=_0x31816f[_0x4260e8(0x21f)](_0x4260e8(0x21d));const _0x296791=_0xfcd169[_0x4260e8(0x1c4)][_0x4260e8(0x1a6)][_0x4260e8(0x1b6)],_0x22e5e1=Array[_0x4260e8(0x1e8)](_0x296791[_0x4260e8(0x205)]());0x1===_0x22e5e1[_0x4260e8(0x17c)]&&_0x22e5e1[0x0][_0x4260e8(0x19b)]&&!_0x296791[_0x4260e8(0x1e6)]()&&''!==_0x33b8cd[_0x4260e8(0x1f6)](/&nbsp;/g,'')[_0x4260e8(0x18d)]()&&(_0x33b8cd=_0x4260e8(0x20e)+_0x33b8cd+_0x4260e8(0x188)),this[_0x4260e8(0x1bd)][_0x4260e8(0x1eb)]({'actionId':_0x486efc,'query':_0xc461fb,'htmlContent':_0x33b8cd,'label':_0x5ee203,'mainActionLabel':_0x338e1b[_0xfcd169[_0x4260e8(0x1c4)][_0x4260e8(0x1a6)][_0x4260e8(0x1b6)][_0x4260e8(0x185)]?_0x4260e8(0x1ab):_0x4260e8(0x1a8)]}),_0x4260e8(0x1cd)!==this[_0x4260e8(0x1fa)]['id']?this[_0x4260e8(0x1fa)][_0x4260e8(0x1f4)]({'id':_0x4260e8(0x1cd),'icon':_0x3cf486,'title':_0x2f1b61(this[_0x4260e8(0x1fc)][_0x4260e8(0x201)],_0x4260e8(0x203)),'content':this[_0x4260e8(0x18a)],'position':_0x1a7ebc[_0x4260e8(0x1f2)],'onShow':()=>{const _0x40426e=_0x4260e8;this[_0x40426e(0x18a)][_0x40426e(0x193)]();},'onHide':()=>{const _0x1a0659=_0x4260e8;this[_0x1a0659(0x1bd)][_0x1a0659(0x1e9)](),_0x2b4325[_0x1a0659(0x192)]();}}):this[_0x4260e8(0x1fa)][_0x4260e8(0x194)][_0x4260e8(0x1bc)]||this[_0x4260e8(0x1fa)][_0x4260e8(0x194)][_0x4260e8(0x182)]();}[_0x19dced(0x1ac)](){const _0x1f0498=_0x19dced;this[_0x1f0498(0x1fa)][_0x1f0498(0x1ca)]();}[_0x19dced(0x208)](){const _0x10bf63=_0x19dced,_0x556b06=new Map(),_0xda9744=_0x43a4de(this[_0x10bf63(0x1fc)][_0x10bf63(0x1fd)][_0x10bf63(0x187)](_0x10bf63(0x17e)),this[_0x10bf63(0x1fc)][_0x10bf63(0x201)]);for(const _0x45683b of _0xda9744)for(const _0x292ef0 of _0x45683b[_0x10bf63(0x20d)])_0x556b06[_0x10bf63(0x1f3)](_0x292ef0['id'],{..._0x292ef0,'groupId':_0x45683b[_0x10bf63(0x214)],'groupLabel':_0x45683b[_0x10bf63(0x1da)]||_0x45683b[_0x10bf63(0x214)]});return _0x556b06;}[_0x19dced(0x1cc)](_0x540cd2){const _0x3be59e=_0x19dced,_0x2cfb7c=this[_0x3be59e(0x1fc)],_0x843b5c=_0x2cfb7c[_0x3be59e(0x20d)][_0x3be59e(0x187)](_0x3be59e(0x206)),_0x144b31=new _0x540cd2(_0x2cfb7c[_0x3be59e(0x201)]);return _0x144b31[_0x3be59e(0x1f3)]({'label':_0x2f1b61(_0x2cfb7c[_0x3be59e(0x201)],_0x3be59e(0x203)),'icon':_0x3cf486,'isToggleable':!0x0}),_0x144b31[_0x3be59e(0x1f8)](_0x3be59e(0x215))['to'](_0x843b5c),_0x144b31[_0x3be59e(0x1f8)](_0x3be59e(0x1c9))['to'](this[_0x3be59e(0x1fa)],'id',_0x33003e=>_0x3be59e(0x1cd)===_0x33003e),this[_0x3be59e(0x1e2)](_0x144b31,_0x3be59e(0x19d),()=>{const _0x3df8e1=_0x3be59e;_0x144b31[_0x3df8e1(0x1c9)]?this[_0x3df8e1(0x1ac)]():_0x843b5c[_0x3df8e1(0x19d)]();}),_0x144b31;}[_0x19dced(0x1d8)](){const _0x4d502e=_0x19dced,_0x39fb7d=this[_0x4d502e(0x1fc)][_0x4d502e(0x222)][_0x4d502e(0x187)](_0x168e16);this[_0x4d502e(0x18a)]=new _0x40be5d(this[_0x4d502e(0x1fc)][_0x4d502e(0x201)],this[_0x4d502e(0x220)],this[_0x4d502e(0x1fc)][_0x4d502e(0x1fd)][_0x4d502e(0x187)](_0x4d502e(0x1f1))),this[_0x4d502e(0x18a)]['on'](_0x4d502e(0x1e4),()=>{const _0x28fc5e=_0x4d502e;this[_0x28fc5e(0x1fa)][_0x28fc5e(0x194)][_0x28fc5e(0x1bc)]||this[_0x28fc5e(0x1fa)][_0x28fc5e(0x194)][_0x28fc5e(0x182)]();}),this[_0x4d502e(0x18a)][_0x4d502e(0x1bb)][_0x4d502e(0x1c3)][_0x4d502e(0x1e3)]['on'](_0x4d502e(0x1de),()=>{const _0x2eb25a=_0x4d502e;this[_0x2eb25a(0x1fa)][_0x2eb25a(0x194)][_0x2eb25a(0x1bc)]||this[_0x2eb25a(0x1fa)][_0x2eb25a(0x194)][_0x2eb25a(0x182)]();}),this[_0x4d502e(0x1e2)](this[_0x4d502e(0x18a)],_0x4d502e(0x1f9),()=>{const _0x2585e9=_0x4d502e;_0x39fb7d[_0x2585e9(0x1d0)](this[_0x2585e9(0x1bd)][_0x2585e9(0x202)]),this[_0x2585e9(0x1ac)]();}),this[_0x4d502e(0x1e2)](this[_0x4d502e(0x18a)],_0x4d502e(0x19a),()=>{const _0x1c0357=_0x4d502e;_0x39fb7d[_0x1c0357(0x19a)](this[_0x1c0357(0x1bd)][_0x1c0357(0x202)]),this[_0x1c0357(0x1ac)]();}),this[_0x4d502e(0x18b)]();}[_0x19dced(0x18b)](){const _0x18f987=_0x19dced,{locale:_0x55db36,ui:{ariaLiveAnnouncer:_0x1eda16}}=this[_0x18f987(0x1fc)];this[_0x18f987(0x18a)][_0x18f987(0x1db)]['on'](_0x18f987(0x1ee),(_0x9dac16,_0x52f20c,_0x471b2f)=>{const _0x5b92fa=_0x18f987,_0x232f8c=this[_0x5b92fa(0x1bd)][_0x5b92fa(0x202)];_0x471b2f?_0x1eda16[_0x5b92fa(0x17f)](_0x2f1b61(_0x55db36,_0x5b92fa(0x17b))):_0x232f8c&&_0x1eda16[_0x5b92fa(0x17f)](_0x2f1b61(_0x55db36,_0x5b92fa(0x1b5),_0x232f8c),{'politeness':_0x5b92fa(0x20a),'isUnsafeHTML':!0x0});}),this[_0x18f987(0x18a)]['on'](_0x18f987(0x1ad),(_0x5b3c83,_0x4b056c,_0x4fbf7d)=>{const _0x2f31d5=_0x18f987;if(_0x4fbf7d){const _0x4de16c=this[_0x2f31d5(0x18a)][_0x2f31d5(0x223)][_0x2f31d5(0x199)];_0x1eda16[_0x2f31d5(0x17f)](_0x2f1b61(_0x55db36,_0x2f31d5(0x1b8),_0x4de16c));}});}[_0x19dced(0x1bf)](_0x2b51f0){const _0x1135a5=_0x19dced,_0x5b2a2c=this[_0x1135a5(0x1a4)][_0x1135a5(0x187)](_0x2b51f0),_0x5822a5=this[_0x1135a5(0x1fc)],_0x245764=_0x5822a5[_0x1135a5(0x1c4)][_0x1135a5(0x1a6)][_0x1135a5(0x1b6)],_0x2d42aa=_0x5822a5[_0x1135a5(0x20d)][_0x1135a5(0x187)](_0x1135a5(0x206)),_0x29634b=_0x5822a5[_0x1135a5(0x222)][_0x1135a5(0x187)](_0x168e16),_0x5e5ecc=''+(_0x5b2a2c[_0x1135a5(0x214)]!==_0x21dea6?_0x5b2a2c[_0x1135a5(0x1da)]+':\x20':'')+_0x5b2a2c[_0x1135a5(0x213)];if(!0x1!==_0x5b2a2c[_0x1135a5(0x1a9)]&&_0x245764[_0x1135a5(0x185)]){const _0x3b70df=_0x24cc93(_0x245764[_0x1135a5(0x21e)]())||_0x5822a5[_0x1135a5(0x1c4)][_0x1135a5(0x198)][_0x1135a5(0x1d6)](_0x245764);_0x5822a5[_0x1135a5(0x1c4)][_0x1135a5(0x226)](_0x3307d7=>{const _0x50e3ac=_0x1135a5;_0x3307d7[_0x50e3ac(0x1e1)](_0x3b70df,'in');});}_0x29634b[_0x1135a5(0x1ce)](),_0x2d42aa[_0x1135a5(0x19d)](_0x5b2a2c[_0x1135a5(0x216)],_0x5e5ecc,_0x1135a5(0x18c)+_0x2b51f0);}[_0x19dced(0x209)](_0x6b9935,_0x30cea2,_0x2e0cc2,_0xa97696){const _0x4903a1=_0x19dced,_0x164600=this[_0x4903a1(0x1fc)],_0x41265b=_0x164600[_0x4903a1(0x201)],_0xe6d2ef=new _0x43b9a9(_0x41265b),_0x165f6f=ei(_0x164600,_0x2e0cc2)[_0x4903a1(0x1f7)](_0x313654=>_0x313654[_0x4903a1(0x20d)][_0x4903a1(0x17c)]);0x1===_0x165f6f[_0x4903a1(0x17c)]?this[_0x4903a1(0x1e0)]({'command':_0x6b9935,'commands':_0x165f6f[0x0][_0x4903a1(0x20d)],'parentMenuView':_0x30cea2,'onExecute':_0xa97696})[_0x4903a1(0x190)](_0x5e28bd=>_0xe6d2ef[_0x4903a1(0x1dc)][_0x4903a1(0x1a5)](_0x5e28bd)):_0x165f6f[_0x4903a1(0x190)](({groupId:_0x2acab4,groupLabel:_0x493180,commands:_0x1b5f9d})=>{const _0x54d306=_0x4903a1,_0x4c2a26=new _0x50e3e7(_0x41265b,_0x30cea2),_0x500dc5=new _0x438f85(_0x41265b),_0x3e00c1=new _0x43b9a9(_0x41265b),_0x55ff89=this[_0x54d306(0x1e0)]({'command':_0x6b9935,'commands':_0x1b5f9d,'parentMenuView':_0x500dc5,'onExecute':_0xa97696});_0x500dc5[_0x54d306(0x1b7)][_0x54d306(0x1f3)]({'label':_0x493180||_0x2acab4}),_0x500dc5[_0x54d306(0x1c8)](_0x54d306(0x19d))['to'](_0x30cea2),_0x3e00c1[_0x54d306(0x1dc)][_0x54d306(0x221)](_0x55ff89),_0x500dc5[_0x54d306(0x1ff)][_0x54d306(0x1c7)][_0x54d306(0x1a5)](_0x3e00c1),_0x4c2a26[_0x54d306(0x1c7)][_0x54d306(0x1a5)](_0x500dc5),_0xe6d2ef[_0x54d306(0x1dc)][_0x54d306(0x1a5)](_0x4c2a26);}),_0x30cea2[_0x4903a1(0x1ff)][_0x4903a1(0x1c7)][_0x4903a1(0x1a5)](_0xe6d2ef);}[_0x19dced(0x1e0)]({command:_0x3b2887,commands:_0x448653,parentMenuView:_0x3cbc31,onExecute:_0x13b8fb}){const _0x363184=_0x19dced,_0x28d225=this[_0x363184(0x1fc)],_0x508143=_0x28d225[_0x363184(0x201)];return ei(_0x28d225,_0x448653)[_0x363184(0x1d9)](_0x38c628=>{const _0x810630=_0x363184,_0x42dd0d=new _0x50e3e7(_0x508143,_0x3cbc31),_0x548f95=new _0x14af1f(_0x508143);return _0x548f95[_0x810630(0x1f3)]({'label':_0x38c628[_0x810630(0x213)]}),_0x548f95[_0x810630(0x1c8)](_0x810630(0x19d))['to'](_0x3cbc31),_0x548f95['on'](_0x810630(0x19d),()=>_0x13b8fb(_0x38c628['id'])),_0x548f95[_0x810630(0x1f8)](_0x810630(0x215))['to'](_0x3b2887,_0x810630(0x1dd),_0x73114d=>_0x73114d[_0x810630(0x191)](_0x38c628['id'])),_0x42dd0d[_0x810630(0x1c7)][_0x810630(0x1a5)](_0x548f95),_0x42dd0d;});}}function si(_0x3f40b0,_0x47101b){const _0x4cde37=_0x19dced;return void 0x0!==_0x3f40b0[_0x4cde37(0x1b9)]&&void 0x0===_0x47101b[_0x4cde37(0x1b9)]?0x1:void 0x0===_0x3f40b0[_0x4cde37(0x1b9)]&&void 0x0!==_0x47101b[_0x4cde37(0x1b9)]?-0x1:void 0x0!==_0x3f40b0[_0x4cde37(0x1b9)]&&void 0x0!==_0x47101b[_0x4cde37(0x1b9)]?_0x3f40b0[_0x4cde37(0x1b9)]-_0x47101b[_0x4cde37(0x1b9)]:0x0;}function ei(_0x3b76c1,_0x47c4ea){const _0x1d6c0d=_0x19dced;_0x47c4ea[_0x1d6c0d(0x1d1)](si);const _0x32fd9e={},_0x311497=[];for(const _0x2697c8 of _0x47c4ea)if(void 0x0!==_0x2697c8[_0x1d6c0d(0x1b9)]){if(_0x2697c8[_0x1d6c0d(0x1b9)]in _0x32fd9e)throw new _0x49637b(_0x1d6c0d(0x207),_0x3b76c1,{'conflictingDefinitions':[_0x2697c8,_0x32fd9e[_0x2697c8[_0x1d6c0d(0x1b9)]]]});_0x32fd9e[_0x2697c8[_0x1d6c0d(0x1b9)]]=_0x2697c8,_0x311497[_0x1d6c0d(0x17d)](_0x2697c8[_0x1d6c0d(0x1b9)],0x0,_0x2697c8);}else _0x311497[_0x1d6c0d(0x1c1)](_0x2697c8);return _0x311497;}
@@ -20,5 +20,5 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x21a6(){const _0x5bc2fe=['finally','ai.assistant.preserveComments','initialContext','set:currentContext','prompt','64unzLro','currentResponse','_normalizeResponseHeadings','setContentOf','message','isProcessing','parseFromString','538929KCHVNq','get','htmlProcessor','48947eLhhFz','nodeType','editor','253908aQdGAO','_parseAndNormalizeContent','domConverter','markers','querySelector','destroy','10JXxish','startProcessing','_sanitizeHTML','view','editing','12fiaFcg','handleError','viewToDom','render','_sanitizationContainer','catch','_handleQuery','listenTo','1788036anAXYP','updateView','textAdapter','abort','5707823efeAfC','reverse','finishProcessing','previousContext','div','substring','```html','_isH1TagSupportEnabled','isRendered','reset','```','toView','tryAgainEvent','makeRequest','stopListening','3GcnQuz','startsWith','body','30xrAaIk','18954637SkvIxv','endsWith','stringify','_xmlSerializer','processor','serializeToString','toModel','name','push','createElement','previousActionId','mainAction','data','rename','424333NZIlpc','document','length','custom','value','text/html','remove','22WdRsgS','exec','set','match','config','innerHTML','currentContext','trim','ELEMENT_NODE','_domParser','<h1></h1>','stopProcessing','once','clear','element','_stripMarkdownSyntax','childNodes','previousQuery','from','submitPrompt','previousLabel','then'];_0x21a6=function(){return _0x5bc2fe;};return _0x21a6();}const _0x55e907=_0x262c;(function(_0x3996b9,_0x5e1e6b){const _0x501df0=_0x262c,_0x22824d=_0x3996b9();while(!![]){try{const _0x143087=parseInt(_0x501df0(0xe9))/0x1*(-parseInt(_0x501df0(0xc4))/0x2)+-parseInt(_0x501df0(0x112))/0x3*(parseInt(_0x501df0(0xff))/0x4)+parseInt(_0x501df0(0x115))/0x5*(-parseInt(_0x501df0(0xec))/0x6)+parseInt(_0x501df0(0xbd))/0x7+parseInt(_0x501df0(0xdf))/0x8*(-parseInt(_0x501df0(0xe6))/0x9)+-parseInt(_0x501df0(0xf2))/0xa*(-parseInt(_0x501df0(0x103))/0xb)+-parseInt(_0x501df0(0xf7))/0xc*(-parseInt(_0x501df0(0x116))/0xd);if(_0x143087===_0x5e1e6b)break;else _0x22824d['push'](_0x22824d['shift']());}catch(_0x64ed8f){_0x22824d['push'](_0x22824d['shift']());}}}(_0x21a6,0x4decb));function _0x262c(_0x2d0020,_0x23f530){const _0x21a60f=_0x21a6();return _0x262c=function(_0x262ce2,_0x365316){_0x262ce2=_0x262ce2-0xb7;let _0x3f11f4=_0x21a60f[_0x262ce2];return _0x3f11f4;},_0x262c(_0x2d0020,_0x23f530);}import{ObservableMixin as _0x38aefc}from'ckeditor5/src/utils.js';import{AIRequestError as _0x429e62}from'../adapters/aiadapter.js';import{Matcher as _0x1aa693,ViewUpcastWriter as _0x4fad4b}from'ckeditor5/src/engine.js';const hs=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');export class AIAssistantController extends/* #__PURE__ -- @preserve */
24
- _0x38aefc(){[_0x55e907(0xeb)];[_0x55e907(0x101)];[_0x55e907(0xf5)];[_0x55e907(0xfb)];[_0x55e907(0xcd)];[_0x55e907(0x119)];constructor(_0xe353f8,_0x300f77,_0x3cf41c){const _0x50f6be=_0x55e907;super(),this[_0x50f6be(0xeb)]=_0xe353f8,this[_0x50f6be(0x101)]=_0x300f77,this[_0x50f6be(0xfb)]=document[_0x50f6be(0xb8)](_0x50f6be(0x107)),this[_0x50f6be(0xcd)]=new DOMParser(),this[_0x50f6be(0x119)]=new XMLSerializer(),this[_0x50f6be(0xf5)]=_0x3cf41c,this[_0x50f6be(0xc6)]({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on'](_0x50f6be(0xdd),(_0x324870,_0x3313de,_0xfcffc6)=>{const _0x31bc82=_0x50f6be;this[_0x31bc82(0xf5)][_0x31bc82(0xc1)]=this[_0x31bc82(0xf4)](_0xfcffc6);}),this[_0x50f6be(0xfe)](this[_0x50f6be(0xf5)],_0x50f6be(0xd7),(_0x5f435b,_0x25a37c)=>{const _0x295eb0=_0x50f6be,_0x1d2713=this[_0x295eb0(0xca)]||this[_0x295eb0(0xdc)];this[_0x295eb0(0xfd)](_0x25a37c,_0x1d2713,_0x295eb0(0xc0));}),this[_0x50f6be(0xfe)](this[_0x50f6be(0xf5)],_0x50f6be(0x10f),()=>{const _0x109c4d=_0x50f6be;this[_0x109c4d(0xf5)][_0x109c4d(0xde)]=this[_0x109c4d(0xd8)],this[_0x109c4d(0xfd)](this[_0x109c4d(0xd5)],this[_0x109c4d(0x106)],this[_0x109c4d(0xb9)],this[_0x109c4d(0xd8)]);}),this[_0x50f6be(0xfe)](this[_0x50f6be(0xf5)],_0x50f6be(0xcf),()=>{const _0x38ecb2=_0x50f6be;this[_0x38ecb2(0xcf)]();});}[_0x55e907(0xf1)](){const _0xd9c153=_0x55e907;this[_0xd9c153(0x111)]();}async[_0x55e907(0x100)]({actionId:_0x165bcb,query:_0x4bbd8a,htmlContent:_0x435b29,label:_0x3fe240,mainActionLabel:_0x44a131}){const _0x563aaf=_0x55e907;this[_0x563aaf(0xf5)][_0x563aaf(0xde)]=_0x3fe240,this[_0x563aaf(0xf5)][_0x563aaf(0xba)]=_0x44a131,this[_0x563aaf(0xdc)]=_0x435b29,_0x4bbd8a&&(this[_0x563aaf(0xf5)][_0x563aaf(0x10b)]?this[_0x563aaf(0xfd)](_0x4bbd8a,_0x435b29,_0x165bcb,_0x3fe240):this[_0x563aaf(0xf5)][_0x563aaf(0xd0)](_0x563aaf(0xfa),()=>{const _0xcfd2ec=_0x563aaf;this[_0xcfd2ec(0xfd)](_0x4bbd8a,_0x435b29,_0x165bcb,_0x3fe240);}));}[_0x55e907(0xcf)](){const _0x205594=_0x55e907;this[_0x205594(0xe4)]&&(this[_0x205594(0xe4)]=!0x1,this[_0x205594(0xf5)][_0x205594(0x105)](),this[_0x205594(0x101)][_0x205594(0x102)]());}[_0x55e907(0x10c)](){const _0x1bd48a=_0x55e907;this[_0x1bd48a(0xdc)]='',this[_0x1bd48a(0xca)]='',this[_0x1bd48a(0xe0)]='',this[_0x1bd48a(0x106)]='',this[_0x1bd48a(0xd5)]='',this[_0x1bd48a(0xd8)]='',this[_0x1bd48a(0xb9)]=void 0x0,this[_0x1bd48a(0xf5)][_0x1bd48a(0x10c)](),this[_0x1bd48a(0xcf)]();}async[_0x55e907(0xfd)](_0x3b2ea2,_0x22328b,_0x51956e,_0x3cb2bd){const _0x13b617=_0x55e907;return this[_0x13b617(0xe4)]=!0x0,this[_0x13b617(0xf5)][_0x13b617(0xf3)](),this[_0x13b617(0x106)]=_0x22328b,this[_0x13b617(0xd5)]=_0x3b2ea2,this[_0x13b617(0xd8)]=_0x3cb2bd||_0x3b2ea2,this[_0x13b617(0xb9)]=_0x51956e,new Promise(_0x5e4a80=>{const _0x3154cf=_0x13b617;this[_0x3154cf(0x101)][_0x3154cf(0x110)]({'query':_0x3b2ea2,'context':_0x22328b,'onData':_0x39b54b=>{const _0x5ede77=_0x3154cf;this[_0x5ede77(0xe0)]=_0x39b54b,this[_0x5ede77(0xca)]=this[_0x5ede77(0xed)](this[_0x5ede77(0xe0)]);},'actionId':_0x51956e})[_0x3154cf(0xd9)](()=>{const _0x4947d2=_0x3154cf;!this[_0x4947d2(0xca)]&&this[_0x4947d2(0xe0)]&&(this[_0x4947d2(0xca)]=this[_0x4947d2(0xed)](this[_0x4947d2(0xe0)],!0x0));})[_0x3154cf(0xfc)](_0x37dd7d=>{const _0x39cc09=_0x3154cf;_0x37dd7d instanceof _0x429e62?this[_0x39cc09(0xf5)][_0x39cc09(0xf8)](_0x37dd7d[_0x39cc09(0xe3)]):this[_0x39cc09(0xf5)][_0x39cc09(0xf8)](),_0x5e4a80();})[_0x3154cf(0xda)](()=>{const _0x43aaf2=_0x3154cf;this[_0x43aaf2(0xcf)](),_0x5e4a80();});});}[_0x55e907(0xed)](_0x5b2d3f,_0x2482fc=!0x1){const _0x51c1f6=_0x55e907,_0x503802=hs[_0x51c1f6(0xc5)](_0x5b2d3f);_0x5b2d3f=_0x503802?_0x5b2d3f[_0x51c1f6(0x108)](_0x503802[0x1][_0x51c1f6(0xbf)]):_0x5b2d3f[_0x51c1f6(0xbf)]<0x64&&!_0x2482fc?'':this[_0x51c1f6(0xd3)](_0x5b2d3f);const _0x82d518=this[_0x51c1f6(0xcd)][_0x51c1f6(0xe5)](_0x5b2d3f,_0x51c1f6(0xc2));if(_0x503802){const _0x572dd7=Array[_0x51c1f6(0xd6)](_0x82d518[_0x51c1f6(0x114)][_0x51c1f6(0xd4)]);_0x572dd7[_0x51c1f6(0x104)]();for(const _0xec18a3 of _0x572dd7){if(_0xec18a3[_0x51c1f6(0xea)]==Node[_0x51c1f6(0xcc)])break;_0xec18a3[_0x51c1f6(0xc3)]();}}const _0x38353d=this[_0x51c1f6(0xeb)][_0x51c1f6(0xbb)][_0x51c1f6(0x11a)][_0x51c1f6(0x10e)](this[_0x51c1f6(0x119)][_0x51c1f6(0x11b)](_0x82d518[_0x51c1f6(0x114)]));this[_0x51c1f6(0x10a)]()||this[_0x51c1f6(0xe1)](_0x38353d);const _0x5dd11f=this[_0x51c1f6(0xeb)][_0x51c1f6(0xc8)][_0x51c1f6(0xe7)](_0x51c1f6(0xdb)),_0xc8334a=this[_0x51c1f6(0xeb)][_0x51c1f6(0xbb)][_0x51c1f6(0x11c)](_0x38353d);return _0x5dd11f||_0xc8334a[_0x51c1f6(0xef)][_0x51c1f6(0xd1)](),this[_0x51c1f6(0xeb)][_0x51c1f6(0xbb)][_0x51c1f6(0x118)](_0xc8334a);}[_0x55e907(0xe1)](_0x34b5a7){const _0x572881=_0x55e907,_0x14cff2=new _0x4fad4b(this[_0x572881(0xeb)][_0x572881(0xf6)][_0x572881(0xf5)][_0x572881(0xbe)]),_0x2c1052=new _0x1aa693({'name':/^h[1-5]$/}),_0x248054=[];let _0x2ca85d=!0x1;for(const _0x5a76e6 of _0x34b5a7)_0x5a76e6['is'](_0x572881(0xd2))&&_0x2c1052[_0x572881(0xc7)](_0x5a76e6)&&(_0x248054[_0x572881(0xb7)](_0x5a76e6),'h1'==_0x5a76e6[_0x572881(0x11d)]&&(_0x2ca85d=!0x0));if(_0x2ca85d){for(const _0x395720 of _0x248054)_0x14cff2[_0x572881(0xbc)]('h'+(parseInt(_0x395720[_0x572881(0x11d)][0x1])+0x1),_0x395720);}}[_0x55e907(0x10a)](){const _0x2925d6=_0x55e907,{data:_0x5e549a,editing:_0x47f39a}=this[_0x2925d6(0xeb)],_0x28be65=_0x5e549a[_0x2925d6(0xe8)][_0x2925d6(0x10e)](_0x2925d6(0xce)),_0x53d67c=_0x5e549a[_0x2925d6(0x10e)](_0x5e549a[_0x2925d6(0x11c)](_0x28be65));return!!_0x47f39a[_0x2925d6(0xf5)][_0x2925d6(0xee)][_0x2925d6(0xf9)](_0x53d67c)[_0x2925d6(0xf0)]('h1');}[_0x55e907(0xf4)](_0x1950b){const _0x36f1c1=_0x55e907;return this[_0x36f1c1(0xeb)][_0x36f1c1(0xf6)][_0x36f1c1(0xf5)][_0x36f1c1(0xee)][_0x36f1c1(0xe2)](this[_0x36f1c1(0xfb)],_0x1950b),this[_0x36f1c1(0xfb)][_0x36f1c1(0xc9)];}[_0x55e907(0xd3)](_0x4a87bc){const _0x2612d7=_0x55e907,_0x5c591b=_0x4a87bc[_0x2612d7(0xcb)]();return _0x5c591b[_0x2612d7(0x113)](_0x2612d7(0x109))?_0x5c591b[_0x2612d7(0x117)](_0x2612d7(0x10d))?_0x5c591b[_0x2612d7(0x108)](0x7,_0x5c591b[_0x2612d7(0xbf)]-0x3):_0x5c591b[_0x2612d7(0x108)](0x7):_0x4a87bc;}}
23
+ const _0x2ad4d7=_0x33a8;(function(_0x34cb47,_0x3fbf16){const _0x490186=_0x33a8,_0x389ce9=_0x34cb47();while(!![]){try{const _0x4b5be0=-parseInt(_0x490186(0x1de))/0x1+parseInt(_0x490186(0x1ef))/0x2*(-parseInt(_0x490186(0x1d7))/0x3)+parseInt(_0x490186(0x1b3))/0x4*(parseInt(_0x490186(0x1e1))/0x5)+parseInt(_0x490186(0x1d6))/0x6*(parseInt(_0x490186(0x1e0))/0x7)+parseInt(_0x490186(0x1ab))/0x8+-parseInt(_0x490186(0x1f4))/0x9+-parseInt(_0x490186(0x19d))/0xa*(parseInt(_0x490186(0x1e2))/0xb);if(_0x4b5be0===_0x3fbf16)break;else _0x389ce9['push'](_0x389ce9['shift']());}catch(_0x15ae70){_0x389ce9['push'](_0x389ce9['shift']());}}}(_0x1221,0x76872));function _0x1221(){const _0x37e7a0=['_stripMarkdownSyntax','reverse','domConverter','custom','substring','markers','querySelector','handleError','serializeToString','ELEMENT_NODE','listenTo','remove','7142328SpequB','toView','previousLabel','then','destroy','updateView','editing','toModel','220VfRiHc','currentResponse','prompt','reset','tryAgainEvent','once','finally','_parseAndNormalizeContent','set:currentContext','textAdapter','stringify','rename','from','currentContext','stopProcessing','length','finishProcessing','_sanitizeHTML','createElement','value','startProcessing','initialContext','mainAction','endsWith','startsWith','```','<h1></h1>','childNodes','previousContext','innerHTML','_sanitizationContainer','previousQuery','get','viewToDom','ai.assistant.preserveComments','495462DcOCWK','15UFesYV','parseFromString','body','data','makeRequest','catch','processor','25948JECIEF','_handleQuery','7nhgggC','78040RUVwQL','11BpxwkF','view','_xmlSerializer','isProcessing','submitPrompt','isRendered','render','setContentOf','element','set','```html','_isH1TagSupportEnabled','_normalizeResponseHeadings','212486cSgTkx','div','clear','exec','match','1263078FftjXo','trim','editor','htmlProcessor','message','previousActionId','name','nodeType','config','text/html','push','_domParser','stopListening','document','6508130YOIYiq','abort'];_0x1221=function(){return _0x37e7a0;};return _0x1221();}import{ObservableMixin as _0x12e020}from'ckeditor5/src/utils.js';import{AIRequestError as _0x573894}from'../adapters/aiadapter.js';import{Matcher as _0x4b95fd,ViewUpcastWriter as _0x163c41}from'ckeditor5/src/engine.js';function _0x33a8(_0x31ca62,_0x398aa4){const _0x122192=_0x1221();return _0x33a8=function(_0x33a83c,_0x1371e7){_0x33a83c=_0x33a83c-0x195;let _0x452f34=_0x122192[_0x33a83c];return _0x452f34;},_0x33a8(_0x31ca62,_0x398aa4);}const ns=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');export class AIAssistantController extends/* #__PURE__ -- @preserve */
24
+ _0x12e020(){[_0x2ad4d7(0x1f6)];[_0x2ad4d7(0x1bc)];[_0x2ad4d7(0x1e3)];[_0x2ad4d7(0x1d1)];[_0x2ad4d7(0x19a)];[_0x2ad4d7(0x1e4)];constructor(_0x5045e7,_0x55bfaf,_0x28fe4b){const _0x1c5068=_0x2ad4d7;super(),this[_0x1c5068(0x1f6)]=_0x5045e7,this[_0x1c5068(0x1bc)]=_0x55bfaf,this[_0x1c5068(0x1d1)]=document[_0x1c5068(0x1c5)](_0x1c5068(0x1f0)),this[_0x1c5068(0x19a)]=new DOMParser(),this[_0x1c5068(0x1e4)]=new XMLSerializer(),this[_0x1c5068(0x1e3)]=_0x28fe4b,this[_0x1c5068(0x1eb)]({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on'](_0x1c5068(0x1bb),(_0x1971f7,_0x5ca814,_0x5986fb)=>{const _0x12e7d9=_0x1c5068;this[_0x12e7d9(0x1e3)][_0x12e7d9(0x1c6)]=this[_0x12e7d9(0x1c4)](_0x5986fb);}),this[_0x1c5068(0x1a9)](this[_0x1c5068(0x1e3)],_0x1c5068(0x1e6),(_0x1e8ef8,_0x45bd4e)=>{const _0x35eeae=_0x1c5068,_0x3cd8f7=this[_0x35eeae(0x1c0)]||this[_0x35eeae(0x1c8)];this[_0x35eeae(0x1df)](_0x45bd4e,_0x3cd8f7,_0x35eeae(0x1a2));}),this[_0x1c5068(0x1a9)](this[_0x1c5068(0x1e3)],_0x1c5068(0x1b7),()=>{const _0x317aec=_0x1c5068;this[_0x317aec(0x1e3)][_0x317aec(0x1b5)]=this[_0x317aec(0x1ad)],this[_0x317aec(0x1df)](this[_0x317aec(0x1d2)],this[_0x317aec(0x1cf)],this[_0x317aec(0x1f9)],this[_0x317aec(0x1ad)]);}),this[_0x1c5068(0x1a9)](this[_0x1c5068(0x1e3)],_0x1c5068(0x1c1),()=>{const _0x2d9995=_0x1c5068;this[_0x2d9995(0x1c1)]();});}[_0x2ad4d7(0x1af)](){const _0x11e6d4=_0x2ad4d7;this[_0x11e6d4(0x19b)]();}async[_0x2ad4d7(0x1b0)]({actionId:_0x463c94,query:_0x28068e,htmlContent:_0x3f753b,label:_0x186925,mainActionLabel:_0x19166f}){const _0xe1ab8c=_0x2ad4d7;this[_0xe1ab8c(0x1e3)][_0xe1ab8c(0x1b5)]=_0x186925,this[_0xe1ab8c(0x1e3)][_0xe1ab8c(0x1c9)]=_0x19166f,this[_0xe1ab8c(0x1c8)]=_0x3f753b,_0x28068e&&(this[_0xe1ab8c(0x1e3)][_0xe1ab8c(0x1e7)]?this[_0xe1ab8c(0x1df)](_0x28068e,_0x3f753b,_0x463c94,_0x186925):this[_0xe1ab8c(0x1e3)][_0xe1ab8c(0x1b8)](_0xe1ab8c(0x1e8),()=>{const _0x39dad4=_0xe1ab8c;this[_0x39dad4(0x1df)](_0x28068e,_0x3f753b,_0x463c94,_0x186925);}));}[_0x2ad4d7(0x1c1)](){const _0x24dbc1=_0x2ad4d7;this[_0x24dbc1(0x1e5)]&&(this[_0x24dbc1(0x1e5)]=!0x1,this[_0x24dbc1(0x1e3)][_0x24dbc1(0x1c3)](),this[_0x24dbc1(0x1bc)][_0x24dbc1(0x19e)]());}[_0x2ad4d7(0x1b6)](){const _0x1ea565=_0x2ad4d7;this[_0x1ea565(0x1c8)]='',this[_0x1ea565(0x1c0)]='',this[_0x1ea565(0x1b4)]='',this[_0x1ea565(0x1cf)]='',this[_0x1ea565(0x1d2)]='',this[_0x1ea565(0x1ad)]='',this[_0x1ea565(0x1f9)]=void 0x0,this[_0x1ea565(0x1e3)][_0x1ea565(0x1b6)](),this[_0x1ea565(0x1c1)]();}async[_0x2ad4d7(0x1df)](_0xd0ed24,_0x55ec94,_0x28b856,_0x54a7e2){const _0x68bca3=_0x2ad4d7;return this[_0x68bca3(0x1e5)]=!0x0,this[_0x68bca3(0x1e3)][_0x68bca3(0x1c7)](),this[_0x68bca3(0x1cf)]=_0x55ec94,this[_0x68bca3(0x1d2)]=_0xd0ed24,this[_0x68bca3(0x1ad)]=_0x54a7e2||_0xd0ed24,this[_0x68bca3(0x1f9)]=_0x28b856,new Promise(_0x10ec37=>{const _0x503c0f=_0x68bca3;this[_0x503c0f(0x1bc)][_0x503c0f(0x1db)]({'query':_0xd0ed24,'context':_0x55ec94,'onData':_0x2ac664=>{const _0x3d75c4=_0x503c0f;this[_0x3d75c4(0x1b4)]=_0x2ac664,this[_0x3d75c4(0x1c0)]=this[_0x3d75c4(0x1ba)](this[_0x3d75c4(0x1b4)]);},'actionId':_0x28b856})[_0x503c0f(0x1ae)](()=>{const _0x52ed07=_0x503c0f;!this[_0x52ed07(0x1c0)]&&this[_0x52ed07(0x1b4)]&&(this[_0x52ed07(0x1c0)]=this[_0x52ed07(0x1ba)](this[_0x52ed07(0x1b4)],!0x0));})[_0x503c0f(0x1dc)](_0x5007fe=>{const _0x28939a=_0x503c0f;_0x5007fe instanceof _0x573894?this[_0x28939a(0x1e3)][_0x28939a(0x1a6)](_0x5007fe[_0x28939a(0x1f8)]):this[_0x28939a(0x1e3)][_0x28939a(0x1a6)](),_0x10ec37();})[_0x503c0f(0x1b9)](()=>{const _0x5c2be0=_0x503c0f;this[_0x5c2be0(0x1c1)](),_0x10ec37();});});}[_0x2ad4d7(0x1ba)](_0x40d440,_0x31a41b=!0x1){const _0x47695f=_0x2ad4d7,_0x53ad43=ns[_0x47695f(0x1f2)](_0x40d440);_0x40d440=_0x53ad43?_0x40d440[_0x47695f(0x1a3)](_0x53ad43[0x1][_0x47695f(0x1c2)]):_0x40d440[_0x47695f(0x1c2)]<0x64&&!_0x31a41b?'':this[_0x47695f(0x19f)](_0x40d440);const _0x2d4bfc=this[_0x47695f(0x19a)][_0x47695f(0x1d8)](_0x40d440,_0x47695f(0x198));if(_0x53ad43){const _0x37ce0e=Array[_0x47695f(0x1bf)](_0x2d4bfc[_0x47695f(0x1d9)][_0x47695f(0x1ce)]);_0x37ce0e[_0x47695f(0x1a0)]();for(const _0x205f35 of _0x37ce0e){if(_0x205f35[_0x47695f(0x196)]==Node[_0x47695f(0x1a8)])break;_0x205f35[_0x47695f(0x1aa)]();}}const _0x4be861=this[_0x47695f(0x1f6)][_0x47695f(0x1da)][_0x47695f(0x1dd)][_0x47695f(0x1ac)](this[_0x47695f(0x1e4)][_0x47695f(0x1a7)](_0x2d4bfc[_0x47695f(0x1d9)]));this[_0x47695f(0x1ed)]()||this[_0x47695f(0x1ee)](_0x4be861);const _0xf42de2=this[_0x47695f(0x1f6)][_0x47695f(0x197)][_0x47695f(0x1d3)](_0x47695f(0x1d5)),_0x4f8cd3=this[_0x47695f(0x1f6)][_0x47695f(0x1da)][_0x47695f(0x1b2)](_0x4be861);return _0xf42de2||_0x4f8cd3[_0x47695f(0x1a4)][_0x47695f(0x1f1)](),this[_0x47695f(0x1f6)][_0x47695f(0x1da)][_0x47695f(0x1bd)](_0x4f8cd3);}[_0x2ad4d7(0x1ee)](_0x2b711d){const _0x2cf97b=_0x2ad4d7,_0x4085cc=new _0x163c41(this[_0x2cf97b(0x1f6)][_0x2cf97b(0x1b1)][_0x2cf97b(0x1e3)][_0x2cf97b(0x19c)]),_0x18ce03=new _0x4b95fd({'name':/^h[1-5]$/}),_0x496271=[];let _0x525d21=!0x1;for(const _0x43ce63 of _0x2b711d)_0x43ce63['is'](_0x2cf97b(0x1ea))&&_0x18ce03[_0x2cf97b(0x1f3)](_0x43ce63)&&(_0x496271[_0x2cf97b(0x199)](_0x43ce63),'h1'==_0x43ce63[_0x2cf97b(0x195)]&&(_0x525d21=!0x0));if(_0x525d21){for(const _0x4c4900 of _0x496271)_0x4085cc[_0x2cf97b(0x1be)]('h'+(parseInt(_0x4c4900[_0x2cf97b(0x195)][0x1])+0x1),_0x4c4900);}}[_0x2ad4d7(0x1ed)](){const _0x1ff333=_0x2ad4d7,{data:_0x7f8be6,editing:_0x5637d9}=this[_0x1ff333(0x1f6)],_0xa9030e=_0x7f8be6[_0x1ff333(0x1f7)][_0x1ff333(0x1ac)](_0x1ff333(0x1cd)),_0x133d1f=_0x7f8be6[_0x1ff333(0x1ac)](_0x7f8be6[_0x1ff333(0x1b2)](_0xa9030e));return!!_0x5637d9[_0x1ff333(0x1e3)][_0x1ff333(0x1a1)][_0x1ff333(0x1d4)](_0x133d1f)[_0x1ff333(0x1a5)]('h1');}[_0x2ad4d7(0x1c4)](_0x1856cd){const _0x2fb48c=_0x2ad4d7;return this[_0x2fb48c(0x1f6)][_0x2fb48c(0x1b1)][_0x2fb48c(0x1e3)][_0x2fb48c(0x1a1)][_0x2fb48c(0x1e9)](this[_0x2fb48c(0x1d1)],_0x1856cd),this[_0x2fb48c(0x1d1)][_0x2fb48c(0x1d0)];}[_0x2ad4d7(0x19f)](_0xae48dc){const _0x5d0fc8=_0x2ad4d7,_0x3bd748=_0xae48dc[_0x5d0fc8(0x1f5)]();return _0x3bd748[_0x5d0fc8(0x1cb)](_0x5d0fc8(0x1ec))?_0x3bd748[_0x5d0fc8(0x1ca)](_0x5d0fc8(0x1cc))?_0x3bd748[_0x5d0fc8(0x1a3)](0x7,_0x3bd748[_0x5d0fc8(0x1c2)]-0x3):_0x3bd748[_0x5d0fc8(0x1a3)](0x7):_0xae48dc;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4861db=_0x5b18;(function(_0x4dee67,_0x3bb1ef){const _0x4448a9=_0x5b18,_0x2f9ca2=_0x4dee67();while(!![]){try{const _0x50cc8c=parseInt(_0x4448a9(0x221))/0x1*(-parseInt(_0x4448a9(0x1e0))/0x2)+parseInt(_0x4448a9(0x1f3))/0x3+parseInt(_0x4448a9(0x212))/0x4+parseInt(_0x4448a9(0x1f5))/0x5*(parseInt(_0x4448a9(0x219))/0x6)+parseInt(_0x4448a9(0x1e2))/0x7*(parseInt(_0x4448a9(0x21c))/0x8)+-parseInt(_0x4448a9(0x20c))/0x9+parseInt(_0x4448a9(0x201))/0xa*(-parseInt(_0x4448a9(0x205))/0xb);if(_0x50cc8c===_0x3bb1ef)break;else _0x2f9ca2['push'](_0x2f9ca2['shift']());}catch(_0x408023){_0x2f9ca2['push'](_0x2f9ca2['shift']());}}}(_0x498a,0x1f17c));import{global as _0x12f13a}from'ckeditor5/src/utils.js';import{View as _0x199c40,ButtonView as _0x5a3c03,SpinnerView as _0x31c0b7}from'ckeditor5/src/ui.js';import{IconCheck as _0xb6bfcb,IconCopy as _0x119fe3}from'ckeditor5/src/icons.js';import{getTranslation as _0xa84085}from'../../utils/common-translations.js';export class AIFormContentArea extends _0x199c40{[_0x4861db(0x226)];[_0x4861db(0x21f)];constructor(_0x3c306,_0x45ddb9=''){const _0x1d867f=_0x4861db;super(_0x3c306),this[_0x1d867f(0x233)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x438ec4=this[_0x1d867f(0x222)];this[_0x1d867f(0x226)]=new ContentFieldView(_0x3c306,_0x45ddb9),this[_0x1d867f(0x21f)]=this[_0x1d867f(0x1f2)](),this[_0x1d867f(0x1f0)]({'tag':_0x1d867f(0x1ef),'attributes':{'class':['ck',_0x1d867f(0x227),_0x438ec4['if'](_0x1d867f(0x213),_0x1d867f(0x1e4),_0x158ba8=>!_0x158ba8)],'tabindex':'-1'},'children':[{'tag':_0x1d867f(0x1ef),'attributes':{'class':['ck',_0x1d867f(0x215),_0x438ec4['if'](_0x1d867f(0x210),_0x1d867f(0x223))]},'children':[this[_0x1d867f(0x226)],{'tag':_0x1d867f(0x1ef),'attributes':{'class':['ck',_0x1d867f(0x1fc)]},'children':[this[_0x1d867f(0x21f)]]}]}]});}[_0x4861db(0x20b)](){const _0x297805=_0x4861db;super[_0x297805(0x20b)](),this[_0x297805(0x202)]&&this[_0x297805(0x226)][_0x297805(0x1df)](this[_0x297805(0x202)]);let _0x5ba96c=!0x1;this['on'](_0x297805(0x1e5),(_0x2fdcac,_0x16125a,_0x5c2025)=>{const _0x34e37=_0x297805,_0x58df79=!this[_0x34e37(0x226)][_0x34e37(0x211)][_0x34e37(0x217)](_0x34e37(0x1e7));this[_0x34e37(0x226)][_0x34e37(0x1df)](_0x5c2025),this[_0x34e37(0x210)]&&_0x58df79&&!_0x5ba96c&&this[_0x34e37(0x211)][_0x34e37(0x216)]({'top':this[_0x34e37(0x211)][_0x34e37(0x1f9)],'behavior':_0x34e37(0x1f4)});}),this['on'](_0x297805(0x200),(_0x26c993,_0xfef23a,_0x7f5cf5)=>{const _0x58e808=_0x297805;_0x5ba96c=!0x1,_0x7f5cf5?(this[_0x58e808(0x202)]=null,this[_0x58e808(0x226)][_0x58e808(0x21a)]()):this[_0x58e808(0x202)]||this[_0x58e808(0x226)][_0x58e808(0x1df)]('');}),this[_0x297805(0x1e8)](this[_0x297805(0x211)],_0x297805(0x1e3),()=>{_0x5ba96c=!0x0;}),this[_0x297805(0x1e8)](this[_0x297805(0x211)],_0x297805(0x22c),()=>{_0x5ba96c=!0x0;});}[_0x4861db(0x1e1)](){const _0x55fc56=_0x4861db;this[_0x55fc56(0x211)][_0x55fc56(0x1e1)]();}[_0x4861db(0x1f2)](){const _0x3a0e9d=_0x4861db,_0x4ba89d=this[_0x3a0e9d(0x21e)],_0x339012=new _0x5a3c03(this[_0x3a0e9d(0x21e)]),_0x1c8aed=_0x3a0e9d(0x20f);return _0x339012[_0x3a0e9d(0x233)]({'label':_0xa84085(_0x4ba89d,_0x3a0e9d(0x1e6)),'icon':_0x119fe3,'class':_0x1c8aed,'tooltip':!0x0}),_0x339012[_0x3a0e9d(0x20d)](_0x3a0e9d(0x213))['to'](this,_0x3a0e9d(0x202),_0x3c5d84=>!!_0x3c5d84),_0x339012[_0x3a0e9d(0x20d)](_0x3a0e9d(0x220))['to'](this,_0x3a0e9d(0x210),_0x300d90=>!_0x300d90),_0x339012['on'](_0x3a0e9d(0x206),()=>{const _0x3b2426=_0x3a0e9d;this[_0x3b2426(0x234)](this[_0x3b2426(0x226)][_0x3b2426(0x211)]),_0x339012[_0x3b2426(0x214)]=_0xb6bfcb,_0x339012[_0x3b2426(0x230)]=_0x1c8aed+_0x3b2426(0x203),this[_0x3b2426(0x1e1)](),setTimeout(()=>{const _0x555387=_0x3b2426;_0x339012[_0x555387(0x214)]=_0x119fe3,_0x339012[_0x555387(0x230)]=_0x1c8aed;},0x3e8);}),_0x339012;}[_0x4861db(0x234)](_0xb8da65){const _0x3960f8=_0x4861db,{window:_0x30beb5,document:_0x1578dd}=_0x12f13a;if(_0x30beb5[_0x3960f8(0x20a)]){const {Blob:_0x5170e9,ClipboardItem:_0x1f4a2f}=_0x30beb5,_0x3b7eb3=[new _0x1f4a2f({'text/html':new _0x5170e9([_0xb8da65[_0x3960f8(0x20e)]],{'type':_0x3960f8(0x22f)}),'text/plain':new _0x5170e9([_0xb8da65[_0x3960f8(0x228)]||''],{'type':_0x3960f8(0x232)})})];navigator[_0x3960f8(0x21b)][_0x3960f8(0x22a)](_0x3b7eb3);}else{const _0x45654f=_0x1578dd[_0x3960f8(0x1ee)](_0x3960f8(0x1ef));_0x45654f[_0x3960f8(0x21d)][_0x3960f8(0x22d)]=_0x3960f8(0x1fd),_0x45654f[_0x3960f8(0x21d)][_0x3960f8(0x224)]=_0x3960f8(0x22e),_0x45654f[_0x3960f8(0x20e)]=_0x3960f8(0x209)+_0xb8da65[_0x3960f8(0x20e)]+_0x3960f8(0x1fb),_0x1578dd[_0x3960f8(0x207)][_0x3960f8(0x1f8)](_0x45654f);const _0x110a6e=_0x1578dd[_0x3960f8(0x1ec)]();_0x110a6e[_0x3960f8(0x1f1)](_0x45654f[_0x3960f8(0x1ea)]),_0x110a6e[_0x3960f8(0x225)](_0x45654f[_0x3960f8(0x229)]);const _0x1c327c=_0x30beb5[_0x3960f8(0x231)]();_0x1c327c[_0x3960f8(0x1fa)](),_0x1c327c[_0x3960f8(0x1e9)](_0x110a6e),_0x1578dd[_0x3960f8(0x1eb)](_0x3960f8(0x1ff)),_0x45654f[_0x3960f8(0x1ed)]();}}}function _0x498a(){const _0x2b9bfc=['119371lWsiDA','wheel','ck-hidden','change:value','Copy','.ck-ai-form__loader','listenTo','addRange','firstElementChild','execCommand','createRange','remove','createElement','div','setTemplate','setStartAfter','_createCopyButton','419274UfWitt','smooth','5BFWCdG','AI\x20is\x20writing...','ck-content','appendChild','scrollHeight','removeAllRanges','<span>]</span>','ck-ai-form__copy-button-wrapper','absolute','loaderView','copy','change:isProcessing','1079930hWTikk','value','\x20ck-ai-form__copy-button--copied','_createLoader','22nwRnGq','execute','body','ck-reset_all-excluded','<span>[</span>','ClipboardItem','render','308916QUNzFw','bind','innerHTML','ck-ai-form__copy-button','isProcessing','element','222312AiKXCr','isVisible','icon','ck-ai-form__content-area','scrollTo','querySelector','ck-ai-form__content-field','1416378EpnSFu','appendLoader','clipboard','64IltDst','style','locale','copyButtonView','isEnabled','11AIySZh','bindTemplate','ck-ai-form__content-area--processing','left','setEndBefore','contentFieldView','ck-ai-form__content-area-wrapper','textContent','lastElementChild','write','ck-ai-form__loader','mousedown','position','-9999px','text/html','class','getSelection','text/plain','set','_copyHTMLToClipboard','setContent','34574agBNXR','focus'];_0x498a=function(){return _0x2b9bfc;};return _0x498a();}function _0x5b18(_0xd1d153,_0x5007d3){const _0x498a79=_0x498a();return _0x5b18=function(_0x5b18c5,_0x10a7b3){_0x5b18c5=_0x5b18c5-0x1df;let _0x590fb4=_0x498a79[_0x5b18c5];return _0x590fb4;},_0x5b18(_0xd1d153,_0x5007d3);}export class ContentFieldView extends _0x199c40{constructor(_0x3da8d2,_0xae63c1=''){const _0x458b99=_0x4861db;super(_0x3da8d2),this[_0x458b99(0x1fe)]=this[_0x458b99(0x204)](),this[_0x458b99(0x1f0)]({'tag':_0x458b99(0x1ef),'attributes':{'class':['ck',_0x458b99(0x1f7),_0xae63c1,_0x458b99(0x208),_0x458b99(0x218)]}});}[_0x4861db(0x1df)](_0x370779){const _0x2877ef=_0x4861db;this[_0x2877ef(0x211)][_0x2877ef(0x20e)]=_0x370779;}[_0x4861db(0x21a)](){const _0x4e57db=_0x4861db;this[_0x4e57db(0x211)][_0x4e57db(0x1f8)](this[_0x4e57db(0x1fe)][_0x4e57db(0x211)]);}[_0x4861db(0x204)](){const _0x315fcb=_0x4861db,_0x5aa2aa=new _0x199c40(),_0x5bf7f0=this[_0x315fcb(0x21e)],_0x481cea=new _0x31c0b7();return _0x481cea[_0x315fcb(0x213)]=!0x0,_0x5aa2aa[_0x315fcb(0x1f0)]({'tag':_0x315fcb(0x1ef),'attributes':{'class':['ck',_0x315fcb(0x22b)]},'children':[_0x481cea,{'text':_0xa84085(_0x5bf7f0,_0x315fcb(0x1f6))}]}),_0x5aa2aa[_0x315fcb(0x20b)](),_0x5aa2aa;}}
23
+ const _0x6329=_0x3517;(function(_0xe9f8b7,_0x28745a){const _0x33a071=_0x3517,_0x3094f5=_0xe9f8b7();while(!![]){try{const _0x934008=parseInt(_0x33a071(0x14b))/0x1+-parseInt(_0x33a071(0x156))/0x2+-parseInt(_0x33a071(0x16c))/0x3+-parseInt(_0x33a071(0x17c))/0x4+-parseInt(_0x33a071(0x16e))/0x5+-parseInt(_0x33a071(0x167))/0x6+parseInt(_0x33a071(0x16d))/0x7;if(_0x934008===_0x28745a)break;else _0x3094f5['push'](_0x3094f5['shift']());}catch(_0x412288){_0x3094f5['push'](_0x3094f5['shift']());}}}(_0x27ad,0xbbba7));import{global as _0x191a84}from'ckeditor5/src/utils.js';import{View as _0x20d400,ButtonView as _0xf614cb,SpinnerView as _0x5e3df0}from'ckeditor5/src/ui.js';function _0x3517(_0x1d4807,_0x5ebe93){const _0x27ad7f=_0x27ad();return _0x3517=function(_0x3517ee,_0x46312c){_0x3517ee=_0x3517ee-0x12f;let _0x31e184=_0x27ad7f[_0x3517ee];return _0x31e184;},_0x3517(_0x1d4807,_0x5ebe93);}import{IconCheck as _0x562667,IconCopy as _0x5b5aaa}from'ckeditor5/src/icons.js';import{getTranslation as _0x180045}from'../../utils/common-translations.js';function _0x27ad(){const _0x637bb=['ck-hidden','AI\x20is\x20writing...','copy','isProcessing','smooth','execCommand','ClipboardItem','div','text/plain','element','change:value','ck-ai-form__content-area','querySelector','mousedown','getSelection','locale','position','appendLoader','972417nBEbNp','isVisible','loaderView','copyButtonView','setEndBefore','render','ck-reset_all-excluded','text/html','contentFieldView','removeAllRanges','style','556424Oqmazc','_createCopyButton','remove','lastElementChild','ck-ai-form__copy-button-wrapper','ck-ai-form__copy-button','_copyHTMLToClipboard','clipboard','set','icon','listenTo','<span>]</span>','execute','<span>[</span>','.ck-ai-form__loader','\x20ck-ai-form__copy-button--copied','isEnabled','7418214SLSIjj','class','ck-ai-form__content-field','change:isProcessing','left','3608316qMXJoP','20071485GzihGk','885805rbEDzJ','setStartAfter','_createLoader','wheel','ck-ai-form__loader','addRange','setContent','absolute','focus','scrollTo','createElement','setTemplate','scrollHeight','firstElementChild','705292yoHpmx','Copy','createRange','-9999px','innerHTML','textContent','value','write','appendChild','ck-content','body','bind','bindTemplate','ck-ai-form__content-area--processing','ck-ai-form__content-area-wrapper'];_0x27ad=function(){return _0x637bb;};return _0x27ad();}export class AIFormContentArea extends _0x20d400{[_0x6329(0x153)];[_0x6329(0x14e)];constructor(_0x1c9ba7,_0x20e5a7=''){const _0x2b2175=_0x6329;super(_0x1c9ba7),this[_0x2b2175(0x15e)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x3192d5=this[_0x2b2175(0x136)];this[_0x2b2175(0x153)]=new ContentFieldView(_0x1c9ba7,_0x20e5a7),this[_0x2b2175(0x14e)]=this[_0x2b2175(0x157)](),this[_0x2b2175(0x179)]({'tag':_0x2b2175(0x140),'attributes':{'class':['ck',_0x2b2175(0x138),_0x3192d5['if'](_0x2b2175(0x14c),_0x2b2175(0x139),_0x4dda19=>!_0x4dda19)],'tabindex':'-1'},'children':[{'tag':_0x2b2175(0x140),'attributes':{'class':['ck',_0x2b2175(0x144),_0x3192d5['if'](_0x2b2175(0x13c),_0x2b2175(0x137))]},'children':[this[_0x2b2175(0x153)],{'tag':_0x2b2175(0x140),'attributes':{'class':['ck',_0x2b2175(0x15a)]},'children':[this[_0x2b2175(0x14e)]]}]}]});}[_0x6329(0x150)](){const _0x35bdd3=_0x6329;super[_0x35bdd3(0x150)](),this[_0x35bdd3(0x130)]&&this[_0x35bdd3(0x153)][_0x35bdd3(0x174)](this[_0x35bdd3(0x130)]);let _0x53b923=!0x1;this['on'](_0x35bdd3(0x143),(_0xcbd2dc,_0x2ea861,_0x5bad72)=>{const _0x5ce1cb=_0x35bdd3,_0x52398d=!this[_0x5ce1cb(0x153)][_0x5ce1cb(0x142)][_0x5ce1cb(0x145)](_0x5ce1cb(0x164));this[_0x5ce1cb(0x153)][_0x5ce1cb(0x174)](_0x5bad72),this[_0x5ce1cb(0x13c)]&&_0x52398d&&!_0x53b923&&this[_0x5ce1cb(0x142)][_0x5ce1cb(0x177)]({'top':this[_0x5ce1cb(0x142)][_0x5ce1cb(0x17a)],'behavior':_0x5ce1cb(0x13d)});}),this['on'](_0x35bdd3(0x16a),(_0x1e1149,_0x1ff1aa,_0x41e8e9)=>{const _0x5c6473=_0x35bdd3;_0x53b923=!0x1,_0x41e8e9?(this[_0x5c6473(0x130)]=null,this[_0x5c6473(0x153)][_0x5c6473(0x14a)]()):this[_0x5c6473(0x130)]||this[_0x5c6473(0x153)][_0x5c6473(0x174)]('');}),this[_0x35bdd3(0x160)](this[_0x35bdd3(0x142)],_0x35bdd3(0x171),()=>{_0x53b923=!0x0;}),this[_0x35bdd3(0x160)](this[_0x35bdd3(0x142)],_0x35bdd3(0x146),()=>{_0x53b923=!0x0;});}[_0x6329(0x176)](){const _0x5291fe=_0x6329;this[_0x5291fe(0x142)][_0x5291fe(0x176)]();}[_0x6329(0x157)](){const _0x523f0f=_0x6329,_0x4b6e4a=this[_0x523f0f(0x148)],_0x12566d=new _0xf614cb(this[_0x523f0f(0x148)]),_0x3c875d=_0x523f0f(0x15b);return _0x12566d[_0x523f0f(0x15e)]({'label':_0x180045(_0x4b6e4a,_0x523f0f(0x17d)),'icon':_0x5b5aaa,'class':_0x3c875d,'tooltip':!0x0}),_0x12566d[_0x523f0f(0x135)](_0x523f0f(0x14c))['to'](this,_0x523f0f(0x130),_0x4d7dc0=>!!_0x4d7dc0),_0x12566d[_0x523f0f(0x135)](_0x523f0f(0x166))['to'](this,_0x523f0f(0x13c),_0x25d34c=>!_0x25d34c),_0x12566d['on'](_0x523f0f(0x162),()=>{const _0x54313d=_0x523f0f;this[_0x54313d(0x15c)](this[_0x54313d(0x153)][_0x54313d(0x142)]),_0x12566d[_0x54313d(0x15f)]=_0x562667,_0x12566d[_0x54313d(0x168)]=_0x3c875d+_0x54313d(0x165),this[_0x54313d(0x176)](),setTimeout(()=>{const _0x394efe=_0x54313d;_0x12566d[_0x394efe(0x15f)]=_0x5b5aaa,_0x12566d[_0x394efe(0x168)]=_0x3c875d;},0x3e8);}),_0x12566d;}[_0x6329(0x15c)](_0x34a860){const _0x1af9e1=_0x6329,{window:_0x490d6,document:_0x3b61d9}=_0x191a84;if(_0x490d6[_0x1af9e1(0x13f)]){const {Blob:_0x376509,ClipboardItem:_0x44b4f9}=_0x490d6,_0x23ef3e=[new _0x44b4f9({'text/html':new _0x376509([_0x34a860[_0x1af9e1(0x180)]],{'type':_0x1af9e1(0x152)}),'text/plain':new _0x376509([_0x34a860[_0x1af9e1(0x12f)]||''],{'type':_0x1af9e1(0x141)})})];navigator[_0x1af9e1(0x15d)][_0x1af9e1(0x131)](_0x23ef3e);}else{const _0x5e31c4=_0x3b61d9[_0x1af9e1(0x178)](_0x1af9e1(0x140));_0x5e31c4[_0x1af9e1(0x155)][_0x1af9e1(0x149)]=_0x1af9e1(0x175),_0x5e31c4[_0x1af9e1(0x155)][_0x1af9e1(0x16b)]=_0x1af9e1(0x17f),_0x5e31c4[_0x1af9e1(0x180)]=_0x1af9e1(0x163)+_0x34a860[_0x1af9e1(0x180)]+_0x1af9e1(0x161),_0x3b61d9[_0x1af9e1(0x134)][_0x1af9e1(0x132)](_0x5e31c4);const _0x4dc2b5=_0x3b61d9[_0x1af9e1(0x17e)]();_0x4dc2b5[_0x1af9e1(0x16f)](_0x5e31c4[_0x1af9e1(0x17b)]),_0x4dc2b5[_0x1af9e1(0x14f)](_0x5e31c4[_0x1af9e1(0x159)]);const _0x18b0eb=_0x490d6[_0x1af9e1(0x147)]();_0x18b0eb[_0x1af9e1(0x154)](),_0x18b0eb[_0x1af9e1(0x173)](_0x4dc2b5),_0x3b61d9[_0x1af9e1(0x13e)](_0x1af9e1(0x13b)),_0x5e31c4[_0x1af9e1(0x158)]();}}}export class ContentFieldView extends _0x20d400{constructor(_0x33625e,_0x5f19a5=''){const _0x2821e5=_0x6329;super(_0x33625e),this[_0x2821e5(0x14d)]=this[_0x2821e5(0x170)](),this[_0x2821e5(0x179)]({'tag':_0x2821e5(0x140),'attributes':{'class':['ck',_0x2821e5(0x133),_0x5f19a5,_0x2821e5(0x151),_0x2821e5(0x169)]}});}[_0x6329(0x174)](_0x3930d1){const _0x2201a6=_0x6329;this[_0x2201a6(0x142)][_0x2201a6(0x180)]=_0x3930d1;}[_0x6329(0x14a)](){const _0x4695d2=_0x6329;this[_0x4695d2(0x142)][_0x4695d2(0x132)](this[_0x4695d2(0x14d)][_0x4695d2(0x142)]);}[_0x6329(0x170)](){const _0x1e8972=_0x6329,_0x4d334d=new _0x20d400(),_0x5bfb3d=this[_0x1e8972(0x148)],_0x53cb46=new _0x5e3df0();return _0x53cb46[_0x1e8972(0x14c)]=!0x0,_0x4d334d[_0x1e8972(0x179)]({'tag':_0x1e8972(0x140),'attributes':{'class':['ck',_0x1e8972(0x172)]},'children':[_0x53cb46,{'text':_0x180045(_0x5bfb3d,_0x1e8972(0x13a))}]}),_0x4d334d[_0x1e8972(0x150)](),_0x4d334d;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x522e(){const _0x46c099=['37058tDJdOw','setTemplate','div','4453028lKescc','bindTemplate','4239557kNubbZ','1640eYdRLy','1678424KXxKpu','382563rRbqWs','set','text','9SVBUAE','150YGxltD','ck-ai-form__error','882swVuJN','19386ZRXvNS','content','84352TUpYxo'];_0x522e=function(){return _0x46c099;};return _0x522e();}(function(_0x4ec10d,_0x1aa4e1){const _0x5d3e62=_0x1153,_0x1e4d36=_0x4ec10d();while(!![]){try{const _0x4bf461=-parseInt(_0x5d3e62(0xf3))/0x1*(parseInt(_0x5d3e62(0xfa))/0x2)+parseInt(_0x5d3e62(0x102))/0x3+-parseInt(_0x5d3e62(0xfd))/0x4+parseInt(_0x5d3e62(0x100))/0x5*(parseInt(_0x5d3e62(0xf7))/0x6)+-parseInt(_0x5d3e62(0xff))/0x7+parseInt(_0x5d3e62(0xf9))/0x8*(-parseInt(_0x5d3e62(0xf6))/0x9)+parseInt(_0x5d3e62(0xf4))/0xa*(parseInt(_0x5d3e62(0x101))/0xb);if(_0x4bf461===_0x1aa4e1)break;else _0x1e4d36['push'](_0x1e4d36['shift']());}catch(_0x1f3686){_0x1e4d36['push'](_0x1e4d36['shift']());}}}(_0x522e,0x8800c));import{IconError as _0x34b1cf}from'ckeditor5/src/icons.js';import{View as _0x49688c,IconView as _0x2800e3}from'ckeditor5/src/ui.js';function _0x1153(_0x300722,_0x5bfe0f){const _0x522e66=_0x522e();return _0x1153=function(_0x11535e,_0x424af8){_0x11535e=_0x11535e-0xf1;let _0x4366c5=_0x522e66[_0x11535e];return _0x4366c5;},_0x1153(_0x300722,_0x5bfe0f);}export class AIFormErrorView extends _0x49688c{constructor(_0x5a89aa,_0x1360fb=''){const _0x40b2b8=_0x1153;super(_0x5a89aa);const _0x316833=new _0x2800e3(),_0x421be0=this[_0x40b2b8(0xfe)];this[_0x40b2b8(0xf1)](_0x40b2b8(0xf2),_0x1360fb),_0x316833[_0x40b2b8(0xf8)]=_0x34b1cf,this[_0x40b2b8(0xfb)]({'tag':_0x40b2b8(0xfc),'attributes':{'class':['ck',_0x40b2b8(0xf5)]},'children':[_0x316833,{'text':_0x421be0['to'](_0x40b2b8(0xf2))}]});}}
23
+ function _0x4b79(_0x33e956,_0x3d204c){const _0x1ff45a=_0x1ff4();return _0x4b79=function(_0x4b791e,_0x589227){_0x4b791e=_0x4b791e-0x18b;let _0x4c23ec=_0x1ff45a[_0x4b791e];return _0x4c23ec;},_0x4b79(_0x33e956,_0x3d204c);}(function(_0x4b17a0,_0x2669a6){const _0x4e5f84=_0x4b79,_0x5480eb=_0x4b17a0();while(!![]){try{const _0x5847ea=-parseInt(_0x4e5f84(0x18f))/0x1*(parseInt(_0x4e5f84(0x19a))/0x2)+-parseInt(_0x4e5f84(0x18b))/0x3*(parseInt(_0x4e5f84(0x18e))/0x4)+-parseInt(_0x4e5f84(0x18c))/0x5+-parseInt(_0x4e5f84(0x198))/0x6+-parseInt(_0x4e5f84(0x197))/0x7*(parseInt(_0x4e5f84(0x199))/0x8)+parseInt(_0x4e5f84(0x18d))/0x9*(parseInt(_0x4e5f84(0x19c))/0xa)+parseInt(_0x4e5f84(0x196))/0xb;if(_0x5847ea===_0x2669a6)break;else _0x5480eb['push'](_0x5480eb['shift']());}catch(_0x5c8b87){_0x5480eb['push'](_0x5480eb['shift']());}}}(_0x1ff4,0x80071));function _0x1ff4(){const _0x496455=['bindTemplate','set','ck-ai-form__error','text','34889481mjwwtl','110047ionDwE','2609028azwtel','240lOwzac','6NzLhyc','div','60axUfnp','11079esipyD','2542240DsiliQ','611343Dewcwq','772QUvpet','309089bCAxsg','setTemplate','content'];_0x1ff4=function(){return _0x496455;};return _0x1ff4();}import{IconError as _0x5c586d}from'ckeditor5/src/icons.js';import{View as _0x20e780,IconView as _0x168da4}from'ckeditor5/src/ui.js';export class AIFormErrorView extends _0x20e780{constructor(_0x5b6997,_0x46e0ee=''){const _0x24e58b=_0x4b79;super(_0x5b6997);const _0x1acb5e=new _0x168da4(),_0x1be989=this[_0x24e58b(0x192)];this[_0x24e58b(0x193)](_0x24e58b(0x195),_0x46e0ee),_0x1acb5e[_0x24e58b(0x191)]=_0x5c586d,this[_0x24e58b(0x190)]({'tag':_0x24e58b(0x19b),'attributes':{'class':['ck',_0x24e58b(0x194)]},'children':[_0x1acb5e,{'text':_0x1be989['to'](_0x24e58b(0x195))}]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x130db0=_0x26ce;(function(_0x2be338,_0x35c592){const _0x370c1e=_0x26ce,_0x58de33=_0x2be338();while(!![]){try{const _0x37c96f=parseInt(_0x370c1e(0x1d9))/0x1+parseInt(_0x370c1e(0x1d3))/0x2*(parseInt(_0x370c1e(0x1d5))/0x3)+-parseInt(_0x370c1e(0x1fb))/0x4*(-parseInt(_0x370c1e(0x1ca))/0x5)+parseInt(_0x370c1e(0x1e9))/0x6+-parseInt(_0x370c1e(0x1f6))/0x7*(parseInt(_0x370c1e(0x1cf))/0x8)+-parseInt(_0x370c1e(0x1f0))/0x9*(parseInt(_0x370c1e(0x1f8))/0xa)+parseInt(_0x370c1e(0x1eb))/0xb;if(_0x37c96f===_0x35c592)break;else _0x58de33['push'](_0x58de33['shift']());}catch(_0x20d009){_0x58de33['push'](_0x58de33['shift']());}}}(_0x523a,0x2cf95));import{Rect as _0x17f5e3,global as _0x22c0fc,isVisible as _0xc92fef}from'ckeditor5/src/utils.js';function _0x523a(){const _0x363a64=['History','element','isVisible','ck-ai-form__submit','focusableChildren','submit','render','right','locale','style','109596sidmsQ','keystrokes','5702312xiIGLx','isOn','submitButtonView','_createShowHistoryButton','add','62523vSyNiD','isEmpty','value','focusCycler','requestAnimationFrame','isEnabled','818167FRfAXI','rtl','490OEzTST','focus','set','4jsTYlS','excludeScrollbarsAndBorders','children','_createSubmitButton','focusLast','left','resultsView','target','queryView','fire','73780GfASXr','update','focusFirst','width','fieldView','24LILRVX','Submit','execute','fieldWrapperChildren','36DWBoMI','ck-ai-form__toggle-history','35964fsRwtQ','minRows','filteredView','showHistoryButtonView','108061cjiZAm','uiLanguageDirection','bind','enter','window','maxRows'];_0x523a=function(){return _0x363a64;};return _0x523a();}import{IconAIHistory as _0x275d2c,IconSubmit as _0x892b60}from'ckeditor5/src/icons.js';function _0x26ce(_0x3dd7f1,_0x451f8b){const _0x523aba=_0x523a();return _0x26ce=function(_0x26ce47,_0x1face9){_0x26ce47=_0x26ce47-0x1ca;let _0x29f3c8=_0x523aba[_0x26ce47];return _0x29f3c8;},_0x26ce(_0x3dd7f1,_0x451f8b);}import{AutocompleteView as _0xf22177,ButtonView as _0xef307e}from'ckeditor5/src/ui.js';import{getTranslation as _0x4b9482}from'../../utils/common-translations.js';export class AIFormPromptView extends _0xf22177{[_0x130db0(0x1ed)];[_0x130db0(0x1d8)];constructor(_0x2a8c9d,_0xe5ef0e){const _0x44fba9=_0x130db0;super(_0x2a8c9d,_0xe5ef0e),this[_0x44fba9(0x203)][_0x44fba9(0x1ce)][_0x44fba9(0x1d6)]=0x1,this[_0x44fba9(0x203)][_0x44fba9(0x1ce)][_0x44fba9(0x1de)]=0x3,this[_0x44fba9(0x1ed)]=this[_0x44fba9(0x1fe)](),this[_0x44fba9(0x1d8)]=this[_0x44fba9(0x1ee)](),this[_0x44fba9(0x1e3)][_0x44fba9(0x1ef)](this[_0x44fba9(0x1d8)],0x1),this[_0x44fba9(0x1e3)][_0x44fba9(0x1ef)](this[_0x44fba9(0x1ed)]);}[_0x130db0(0x1e5)](){const _0x336203=_0x130db0;super[_0x336203(0x1e5)](),this[_0x336203(0x203)][_0x336203(0x1d2)][_0x336203(0x1ef)](this[_0x336203(0x1d8)]),this[_0x336203(0x1fd)][_0x336203(0x1ef)](this[_0x336203(0x1ed)]),this[_0x336203(0x1ea)][_0x336203(0x1fa)](_0x336203(0x1dc),(_0x31e11a,_0x41d309)=>{const _0x3568b4=_0x336203;_0x31e11a[_0x3568b4(0x202)]==this[_0x3568b4(0x203)][_0x3568b4(0x1ce)][_0x3568b4(0x1e0)]&&(this[_0x3568b4(0x1e4)](),_0x41d309());});}[_0x130db0(0x1fe)](){const _0x1c8859=_0x130db0,_0x365433=new _0xef307e(this[_0x1c8859(0x1e7)]),_0x10a474=this[_0x1c8859(0x1e7)];return _0x365433[_0x1c8859(0x1fa)]({'icon':_0x892b60,'label':_0x4b9482(_0x10a474,_0x1c8859(0x1d0)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x1c8859(0x1e2)}),_0x365433['on'](_0x1c8859(0x1d1),()=>{const _0x40d39d=_0x1c8859;this[_0x40d39d(0x1e4)]();}),_0x365433[_0x1c8859(0x1db)](_0x1c8859(0x1f5))['to'](this[_0x1c8859(0x203)][_0x1c8859(0x1ce)],_0x1c8859(0x1f1),this,_0x1c8859(0x1f5),(_0x38bd8b,_0x64fbd6)=>!_0x38bd8b&&_0x64fbd6),_0x365433;}[_0x130db0(0x1ee)](){const _0x23b92a=_0x130db0,_0x1b755b=new _0xef307e(this[_0x23b92a(0x1e7)]),_0x597401=this[_0x23b92a(0x201)],_0x3c5163=this[_0x23b92a(0x1e7)];_0x1b755b[_0x23b92a(0x1fa)]({'label':_0x4b9482(_0x3c5163,_0x23b92a(0x1df)),'withText':!0x1,'icon':_0x275d2c,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x23b92a(0x1d4)}),_0x1b755b[_0x23b92a(0x1db)](_0x23b92a(0x1ec))['to'](_0x597401,_0x23b92a(0x1e1)),_0x1b755b[_0x23b92a(0x1db)](_0x23b92a(0x1f5))['to'](this,_0x23b92a(0x1f5)),_0x1b755b['on'](_0x23b92a(0x1d1),()=>{const _0x89ae32=_0x23b92a;_0x597401[_0x89ae32(0x1e1)]=!_0x597401[_0x89ae32(0x1e1)],_0x597401[_0x89ae32(0x1e1)]?this[_0x89ae32(0x1d7)][_0x89ae32(0x1f9)]():this[_0x89ae32(0x1f9)]();});const _0xce85a=()=>{const _0x3f70c3=_0x23b92a;_0x22c0fc[_0x3f70c3(0x1dd)][_0x3f70c3(0x1f4)](()=>{const _0x2cef5b=_0x3f70c3;if(_0xc92fef(this[_0x2cef5b(0x1e0)])){const _0x4a9f87=new _0x17f5e3(this[_0x2cef5b(0x203)][_0x2cef5b(0x1ce)][_0x2cef5b(0x1e0)]),_0x16e4b4=_0x4a9f87[_0x2cef5b(0x1cd)],_0x2facc0=_0x2cef5b(0x1f7)===_0x3c5163[_0x2cef5b(0x1da)]?_0x2cef5b(0x200):_0x2cef5b(0x1e6);_0x4a9f87[_0x2cef5b(0x1fc)](),_0x1b755b[_0x2cef5b(0x1e0)][_0x2cef5b(0x1e8)][_0x2facc0]=_0x16e4b4-_0x4a9f87[_0x2cef5b(0x1cd)]+0x1+'px';}});};return this[_0x23b92a(0x203)][_0x23b92a(0x1ce)]['on'](_0x23b92a(0x1cb),_0xce85a),this['on'](_0x23b92a(0x1e5),_0xce85a),_0x1b755b;}[_0x130db0(0x1e4)](){const _0x4829ef=_0x130db0,_0x55291d=this[_0x4829ef(0x203)][_0x4829ef(0x1ce)][_0x4829ef(0x1e0)][_0x4829ef(0x1f2)];this[_0x4829ef(0x204)](_0x4829ef(0x1e4),_0x55291d);}[_0x130db0(0x1f9)](_0x4d4da9){const _0x640bee=_0x130db0;-0x1===_0x4d4da9?this[_0x640bee(0x1f3)][_0x640bee(0x1ff)]():this[_0x640bee(0x1f3)][_0x640bee(0x1cc)]();}}
23
+ const _0x3225e6=_0x4ca2;function _0x2b0a(){const _0x26e05b=['width','queryView','isEmpty','Submit','minRows','9396212FwQZfh','add','focusCycler','submit','focusLast','focus','maxRows','1765798CGTjUG','bind','rtl','312488UuCjzu','locale','execute','filteredView','update','excludeScrollbarsAndBorders','ck-ai-form__toggle-history','children','enter','right','fieldView','resultsView','isEnabled','target','1crnySD','element','isVisible','5308072ROWqvF','submitButtonView','style','value','window','uiLanguageDirection','set','_createShowHistoryButton','_createSubmitButton','6qrTppJ','focusableChildren','5918540kbZXlj','keystrokes','focusFirst','5369553hYjkQW','ck-ai-form__submit','isOn','History','render','requestAnimationFrame','fire','5230272CJkOfs','fieldWrapperChildren','left','showHistoryButtonView'];_0x2b0a=function(){return _0x26e05b;};return _0x2b0a();}(function(_0x80ac55,_0x988c7b){const _0x3f5903=_0x4ca2,_0x59d49b=_0x80ac55();while(!![]){try{const _0x496ab4=parseInt(_0x3f5903(0x177))/0x1*(parseInt(_0x3f5903(0x166))/0x2)+-parseInt(_0x3f5903(0x183))/0x3*(parseInt(_0x3f5903(0x169))/0x4)+parseInt(_0x3f5903(0x185))/0x5+-parseInt(_0x3f5903(0x18f))/0x6+-parseInt(_0x3f5903(0x15f))/0x7+parseInt(_0x3f5903(0x17a))/0x8+parseInt(_0x3f5903(0x188))/0x9;if(_0x496ab4===_0x988c7b)break;else _0x59d49b['push'](_0x59d49b['shift']());}catch(_0x36edb5){_0x59d49b['push'](_0x59d49b['shift']());}}}(_0x2b0a,0xe982d));import{Rect as _0x241e18,global as _0x20f511,isVisible as _0x129050}from'ckeditor5/src/utils.js';import{IconAIHistory as _0x3441db,IconSubmit as _0x341fce}from'ckeditor5/src/icons.js';function _0x4ca2(_0x43df82,_0x1fa71c){const _0x2b0a5b=_0x2b0a();return _0x4ca2=function(_0x4ca29c,_0x20b18b){_0x4ca29c=_0x4ca29c-0x15d;let _0x5c2f10=_0x2b0a5b[_0x4ca29c];return _0x5c2f10;},_0x4ca2(_0x43df82,_0x1fa71c);}import{AutocompleteView as _0x2ee5ec,ButtonView as _0x181ce1}from'ckeditor5/src/ui.js';import{getTranslation as _0x16bd40}from'../../utils/common-translations.js';export class AIFormPromptView extends _0x2ee5ec{[_0x3225e6(0x17b)];[_0x3225e6(0x192)];constructor(_0x1907a5,_0x233988){const _0x5099af=_0x3225e6;super(_0x1907a5,_0x233988),this[_0x5099af(0x194)][_0x5099af(0x173)][_0x5099af(0x15e)]=0x1,this[_0x5099af(0x194)][_0x5099af(0x173)][_0x5099af(0x165)]=0x3,this[_0x5099af(0x17b)]=this[_0x5099af(0x182)](),this[_0x5099af(0x192)]=this[_0x5099af(0x181)](),this[_0x5099af(0x184)][_0x5099af(0x160)](this[_0x5099af(0x192)],0x1),this[_0x5099af(0x184)][_0x5099af(0x160)](this[_0x5099af(0x17b)]);}[_0x3225e6(0x18c)](){const _0x406a96=_0x3225e6;super[_0x406a96(0x18c)](),this[_0x406a96(0x194)][_0x406a96(0x190)][_0x406a96(0x160)](this[_0x406a96(0x192)]),this[_0x406a96(0x170)][_0x406a96(0x160)](this[_0x406a96(0x17b)]),this[_0x406a96(0x186)][_0x406a96(0x180)](_0x406a96(0x171),(_0x882719,_0x235a21)=>{const _0x211e57=_0x406a96;_0x882719[_0x211e57(0x176)]==this[_0x211e57(0x194)][_0x211e57(0x173)][_0x211e57(0x178)]&&(this[_0x211e57(0x162)](),_0x235a21());});}[_0x3225e6(0x182)](){const _0xcc1b93=_0x3225e6,_0x5591f6=new _0x181ce1(this[_0xcc1b93(0x16a)]),_0x52b548=this[_0xcc1b93(0x16a)];return _0x5591f6[_0xcc1b93(0x180)]({'icon':_0x341fce,'label':_0x16bd40(_0x52b548,_0xcc1b93(0x15d)),'isVisible':!0x0,'tooltip':!0x0,'class':_0xcc1b93(0x189)}),_0x5591f6['on'](_0xcc1b93(0x16b),()=>{const _0x3e565e=_0xcc1b93;this[_0x3e565e(0x162)]();}),_0x5591f6[_0xcc1b93(0x167)](_0xcc1b93(0x175))['to'](this[_0xcc1b93(0x194)][_0xcc1b93(0x173)],_0xcc1b93(0x195),this,_0xcc1b93(0x175),(_0x857dba,_0x37f7f5)=>!_0x857dba&&_0x37f7f5),_0x5591f6;}[_0x3225e6(0x181)](){const _0x518a8c=_0x3225e6,_0x2d88cd=new _0x181ce1(this[_0x518a8c(0x16a)]),_0x2aad1c=this[_0x518a8c(0x174)],_0x471de8=this[_0x518a8c(0x16a)];_0x2d88cd[_0x518a8c(0x180)]({'label':_0x16bd40(_0x471de8,_0x518a8c(0x18b)),'withText':!0x1,'icon':_0x3441db,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x518a8c(0x16f)}),_0x2d88cd[_0x518a8c(0x167)](_0x518a8c(0x18a))['to'](_0x2aad1c,_0x518a8c(0x179)),_0x2d88cd[_0x518a8c(0x167)](_0x518a8c(0x175))['to'](this,_0x518a8c(0x175)),_0x2d88cd['on'](_0x518a8c(0x16b),()=>{const _0xb106e4=_0x518a8c;_0x2aad1c[_0xb106e4(0x179)]=!_0x2aad1c[_0xb106e4(0x179)],_0x2aad1c[_0xb106e4(0x179)]?this[_0xb106e4(0x16c)][_0xb106e4(0x164)]():this[_0xb106e4(0x164)]();});const _0x173cdd=()=>{const _0x41aaf2=_0x518a8c;_0x20f511[_0x41aaf2(0x17e)][_0x41aaf2(0x18d)](()=>{const _0x274acb=_0x41aaf2;if(_0x129050(this[_0x274acb(0x178)])){const _0x5ada50=new _0x241e18(this[_0x274acb(0x194)][_0x274acb(0x173)][_0x274acb(0x178)]),_0x28fce2=_0x5ada50[_0x274acb(0x193)],_0x516ec5=_0x274acb(0x168)===_0x471de8[_0x274acb(0x17f)]?_0x274acb(0x191):_0x274acb(0x172);_0x5ada50[_0x274acb(0x16e)](),_0x2d88cd[_0x274acb(0x178)][_0x274acb(0x17c)][_0x516ec5]=_0x28fce2-_0x5ada50[_0x274acb(0x193)]+0x1+'px';}});};return this[_0x518a8c(0x194)][_0x518a8c(0x173)]['on'](_0x518a8c(0x16d),_0x173cdd),this['on'](_0x518a8c(0x18c),_0x173cdd),_0x2d88cd;}[_0x3225e6(0x162)](){const _0x43316c=_0x3225e6,_0x2ae1ff=this[_0x43316c(0x194)][_0x43316c(0x173)][_0x43316c(0x178)][_0x43316c(0x17d)];this[_0x43316c(0x18e)](_0x43316c(0x162),_0x2ae1ff);}[_0x3225e6(0x164)](_0x98aebe){const _0x3abcf5=_0x3225e6;-0x1===_0x98aebe?this[_0x3abcf5(0x161)][_0x3abcf5(0x163)]():this[_0x3abcf5(0x161)][_0x3abcf5(0x187)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1c778b=_0x1357;(function(_0xf7b65a,_0x2e3c08){const _0x23b080=_0x1357,_0x2c6a65=_0xf7b65a();while(!![]){try{const _0xf982d8=-parseInt(_0x23b080(0xcd))/0x1*(-parseInt(_0x23b080(0xdf))/0x2)+parseInt(_0x23b080(0xde))/0x3*(parseInt(_0x23b080(0xcf))/0x4)+-parseInt(_0x23b080(0xbd))/0x5+-parseInt(_0x23b080(0xd6))/0x6+parseInt(_0x23b080(0xbe))/0x7+parseInt(_0x23b080(0xd3))/0x8+parseInt(_0x23b080(0xc7))/0x9*(-parseInt(_0x23b080(0xcc))/0xa);if(_0xf982d8===_0x2e3c08)break;else _0x2c6a65['push'](_0x2c6a65['shift']());}catch(_0x576b31){_0x2c6a65['push'](_0x2c6a65['shift']());}}}(_0x5420,0x70b33));import{ToolbarView as _0x44e22a,ButtonView as _0x191f71}from'ckeditor5/src/ui.js';import{getTranslation as _0x5e36af}from'../../utils/common-translations.js';function _0x1357(_0x639236,_0x3d22e0){const _0x542084=_0x5420();return _0x1357=function(_0x135775,_0x582034){_0x135775=_0x135775-0xbd;let _0x200bbf=_0x542084[_0x135775];return _0x200bbf;},_0x1357(_0x639236,_0x3d22e0);}function _0x5420(){const _0x2fc061=['set','locale','2406816cNDWIT','replace','ck-hidden','_createButton','extendTemplate','bind','addMany','items','642UdFeAs','2HMpTnG','stopButton','bindTemplate','3304530kMYUuE','2625280gupGMg','replaceButton','toUpperCase','REPLACE','insert','_CONTENT','tryAgainButton','Try\x20again','isVisible','13163490QSMQoR','Insert\x20below','ck-ai-form__toolbar','mainAction','label','10YxQFUO','799621yFvUbD','AI_','16648HkHkGE','insertButton','ck-button-action','Stop','7367536hojSMo'];_0x5420=function(){return _0x2fc061;};return _0x5420();}export const AIFormToolbarViewMainActionLabel={'REPLACE':_0x1c778b(0xd7),'INSERT':_0x1c778b(0xc2)};export class AIFormToolbarView extends _0x44e22a{constructor(_0x5efd01){const _0x3359cf=_0x1c778b;super(_0x5efd01),this[_0x3359cf(0xd4)](_0x3359cf(0xc6),!0x1),this[_0x3359cf(0xd4)](_0x3359cf(0xca),AIFormToolbarViewMainActionLabel[_0x3359cf(0xc1)]),this[_0x3359cf(0xbf)]=this[_0x3359cf(0xd9)]('',_0x3359cf(0xd1)),this[_0x3359cf(0xbf)][_0x3359cf(0xdb)](_0x3359cf(0xcb))['to'](this,_0x3359cf(0xca),_0x366822=>_0x5e36af(_0x5efd01,_0x3359cf(0xce)+_0x366822[_0x3359cf(0xc0)]()+_0x3359cf(0xc3))),this[_0x3359cf(0xd0)]=this[_0x3359cf(0xd9)](_0x5e36af(_0x5efd01,_0x3359cf(0xc8))),this[_0x3359cf(0xc4)]=this[_0x3359cf(0xd9)](_0x5e36af(_0x5efd01,_0x3359cf(0xc5))),this[_0x3359cf(0xe0)]=this[_0x3359cf(0xd9)](_0x5e36af(_0x5efd01,_0x3359cf(0xd2)));const _0x5a42cf=this[_0x3359cf(0xe1)];this[_0x3359cf(0xda)]({'attributes':{'class':[_0x3359cf(0xc9),_0x5a42cf['if'](_0x3359cf(0xc6),_0x3359cf(0xd8),_0x558512=>!_0x558512)]}}),this[_0x3359cf(0xdd)][_0x3359cf(0xdc)]([this[_0x3359cf(0xbf)],this[_0x3359cf(0xd0)],this[_0x3359cf(0xc4)],this[_0x3359cf(0xe0)]]);}[_0x1c778b(0xd9)](_0x2237ad,_0xddcd5e){const _0x566a68=_0x1c778b,_0x48cd99=new _0x191f71(this[_0x566a68(0xd5)]);return _0x48cd99[_0x566a68(0xd4)]({'label':_0x2237ad,'class':_0xddcd5e||'','isVisible':!0x0,'withText':!0x0}),_0x48cd99;}}
23
+ function _0x2ae1(_0x551e25,_0x3cb410){const _0x4c088f=_0x4c08();return _0x2ae1=function(_0x2ae1c4,_0x2aab13){_0x2ae1c4=_0x2ae1c4-0xe3;let _0xf5946b=_0x4c088f[_0x2ae1c4];return _0xf5946b;},_0x2ae1(_0x551e25,_0x3cb410);}const _0x17c6c8=_0x2ae1;(function(_0x50b134,_0xf2936a){const _0x1cd08f=_0x2ae1,_0x1ab021=_0x50b134();while(!![]){try{const _0x367e48=parseInt(_0x1cd08f(0x105))/0x1*(parseInt(_0x1cd08f(0xe6))/0x2)+parseInt(_0x1cd08f(0xe3))/0x3*(-parseInt(_0x1cd08f(0xf0))/0x4)+parseInt(_0x1cd08f(0xfc))/0x5+-parseInt(_0x1cd08f(0x106))/0x6+parseInt(_0x1cd08f(0x100))/0x7*(parseInt(_0x1cd08f(0x102))/0x8)+-parseInt(_0x1cd08f(0xea))/0x9*(-parseInt(_0x1cd08f(0xf8))/0xa)+-parseInt(_0x1cd08f(0xf5))/0xb;if(_0x367e48===_0xf2936a)break;else _0x1ab021['push'](_0x1ab021['shift']());}catch(_0x4d497d){_0x1ab021['push'](_0x1ab021['shift']());}}}(_0x4c08,0x324ef));import{ToolbarView as _0x45f491,ButtonView as _0x10d227}from'ckeditor5/src/ui.js';function _0x4c08(){const _0x17a7ab=['isVisible','52044oiXNxq','addMany','label','AI_','Stop','6777760BrLreo','extendTemplate','set','172120tGxUjG','mainAction','items','locale','911280VXzGFv','ck-hidden','replace','ck-ai-form__toolbar','14yDEzkU','Insert\x20below','879016iVWfpV','toUpperCase','replaceButton','107737OjWhiT','262890NzhqGt','ck-button-action','insertButton','30sQHwqD','_CONTENT','tryAgainButton','4iCjbZn','REPLACE','Try\x20again','bind','198ZfUUmN','stopButton','insert','_createButton','bindTemplate'];_0x4c08=function(){return _0x17a7ab;};return _0x4c08();}import{getTranslation as _0x106b5c}from'../../utils/common-translations.js';export const AIFormToolbarViewMainActionLabel={'REPLACE':_0x17c6c8(0xfe),'INSERT':_0x17c6c8(0xec)};export class AIFormToolbarView extends _0x45f491{constructor(_0x544d2d){const _0x19c677=_0x17c6c8;super(_0x544d2d),this[_0x19c677(0xf7)](_0x19c677(0xef),!0x1),this[_0x19c677(0xf7)](_0x19c677(0xf9),AIFormToolbarViewMainActionLabel[_0x19c677(0xe7)]),this[_0x19c677(0x104)]=this[_0x19c677(0xed)]('',_0x19c677(0x107)),this[_0x19c677(0x104)][_0x19c677(0xe9)](_0x19c677(0xf2))['to'](this,_0x19c677(0xf9),_0x4e7282=>_0x106b5c(_0x544d2d,_0x19c677(0xf3)+_0x4e7282[_0x19c677(0x103)]()+_0x19c677(0xe4))),this[_0x19c677(0x108)]=this[_0x19c677(0xed)](_0x106b5c(_0x544d2d,_0x19c677(0x101))),this[_0x19c677(0xe5)]=this[_0x19c677(0xed)](_0x106b5c(_0x544d2d,_0x19c677(0xe8))),this[_0x19c677(0xeb)]=this[_0x19c677(0xed)](_0x106b5c(_0x544d2d,_0x19c677(0xf4)));const _0xa19344=this[_0x19c677(0xee)];this[_0x19c677(0xf6)]({'attributes':{'class':[_0x19c677(0xff),_0xa19344['if'](_0x19c677(0xef),_0x19c677(0xfd),_0x76eb66=>!_0x76eb66)]}}),this[_0x19c677(0xfa)][_0x19c677(0xf1)]([this[_0x19c677(0x104)],this[_0x19c677(0x108)],this[_0x19c677(0xe5)],this[_0x19c677(0xeb)]]);}[_0x17c6c8(0xed)](_0x18451a,_0x290077){const _0x9a6243=_0x17c6c8,_0x62fe11=new _0x10d227(this[_0x9a6243(0xfb)]);return _0x62fe11[_0x9a6243(0xf7)]({'label':_0x18451a,'class':_0x290077||'','isVisible':!0x0,'withText':!0x0}),_0x62fe11;}}