@ckeditor/ckeditor5-ai 47.1.0-alpha.0 → 47.1.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 (122) hide show
  1. package/build/ai.js +1 -1
  2. package/dist/index.js +4 -4
  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/form/aiformcontentarea.js +1 -1
  15. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  16. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  17. package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
  18. package/src/aiassistant/ui/form/aiformview.js +1 -1
  19. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  20. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  21. package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
  22. package/src/aiballoon/aiballoon.js +1 -1
  23. package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
  24. package/src/aiballoon/ui/aiballoontoolbarview.js +1 -1
  25. package/src/aiballoon/ui/aiballoonview.js +1 -1
  26. package/src/aichat/aichat.js +1 -1
  27. package/src/aichat/aichatcontroller.js +1 -1
  28. package/src/aichat/aichatui.js +1 -1
  29. package/src/aichat/model/aichatcontext.js +1 -1
  30. package/src/aichat/model/aichatconversation.js +1 -1
  31. package/src/aichat/model/aichatinteraction.js +1 -1
  32. package/src/aichat/model/aichatmodels.js +1 -1
  33. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  34. package/src/aichat/ui/aichatfeedview.js +1 -1
  35. package/src/aichat/ui/aichatheaderview.js +1 -1
  36. package/src/aichat/ui/aichatview.js +1 -1
  37. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  38. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  39. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  40. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  41. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  42. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  43. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  44. package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
  45. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  46. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  47. package/src/aichat/ui/controls/resources/aichatresourceslistview.js +1 -1
  48. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  49. package/src/aichat/ui/controls/resources/aichatresourcesview.js +1 -1
  50. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  51. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  52. package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
  53. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  54. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  55. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  56. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  57. package/src/aichat/utils/eventnames.js +1 -1
  58. package/src/aichat/utils/promisequeue.js +1 -1
  59. package/src/aichat/utils/scrollmanager.js +1 -1
  60. package/src/aichathistory/aichathistory.js +1 -1
  61. package/src/aichathistory/aichathistorycontroller.js +1 -1
  62. package/src/aichathistory/aichathistoryui.js +1 -1
  63. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  64. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  65. package/src/aichathistory/ui/aichathistorylistitemview.js +1 -1
  66. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  67. package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
  68. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  69. package/src/aicore/aiconnector.js +1 -1
  70. package/src/aicore/aiediting.js +1 -1
  71. package/src/aicore/model/aicapabilities.js +1 -1
  72. package/src/aicore/model/aiinteraction.js +1 -1
  73. package/src/aicore/model/aireply.js +1 -1
  74. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  75. package/src/aicore/pipeline/airesponseparser.js +2 -2
  76. package/src/aicore/ui/aidisclaimerview.js +1 -1
  77. package/src/aicore/ui/aiskeleton.js +1 -1
  78. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  79. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  80. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  81. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  82. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  83. package/src/aicore/utils/createresizebutton.js +1 -1
  84. package/src/aicore/utils/documentposition.js +1 -1
  85. package/src/aicore/utils/documentrange.js +1 -1
  86. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  87. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  88. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  89. package/src/aicore/utils/htmlparser.js +1 -1
  90. package/src/aicore/utils/htmlstreamer.js +1 -1
  91. package/src/aieditorintegration/aieditorintegration.js +1 -1
  92. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  93. package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
  94. package/src/aiquickactions/aiquickactions.js +1 -1
  95. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  96. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  97. package/src/aiquickactions/aiquickactionsui.js +1 -1
  98. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  99. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  100. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  101. package/src/aireviewmode/aireviewmode.js +1 -1
  102. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  103. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  104. package/src/aireviewmode/aireviewmodeui.js +1 -1
  105. package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
  106. package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
  107. package/src/aireviewmode/model/aireviewmodels.js +1 -1
  108. package/src/aireviewmode/ui/aireviemodepromptinputview.js +1 -1
  109. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  110. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  111. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  112. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  113. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  114. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  115. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  116. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  117. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  118. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  119. package/src/aitabs/aitabs.js +1 -1
  120. package/src/aitabs/tabs/aitabsview.js +1 -1
  121. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  122. package/src/aitabs/tabs/tabpanelview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x32f59a=_0x489a;(function(_0x375bde,_0x182042){const _0x422055=_0x489a,_0x26cf92=_0x375bde();while(!![]){try{const _0x1ac21d=parseInt(_0x422055(0x15a))/0x1+-parseInt(_0x422055(0x168))/0x2*(parseInt(_0x422055(0x197))/0x3)+-parseInt(_0x422055(0x1a8))/0x4+-parseInt(_0x422055(0x144))/0x5+parseInt(_0x422055(0x169))/0x6*(-parseInt(_0x422055(0x190))/0x7)+-parseInt(_0x422055(0x17d))/0x8*(parseInt(_0x422055(0x170))/0x9)+parseInt(_0x422055(0x153))/0xa*(parseInt(_0x422055(0x189))/0xb);if(_0x1ac21d===_0x182042)break;else _0x26cf92['push'](_0x26cf92['shift']());}catch(_0xf2eb3){_0x26cf92['push'](_0x26cf92['shift']());}}}(_0xa25d,0xcead1));function _0xa25d(){const _0x1f5d19=['isAtEnd','hideFakeVisualSelection','_resetContentOfSelectedTableCells','paste','143hzptqz','fromCharCode','_prepareTableInsertBelowPosition','from','off','schema','markerToHighlight','427kAwxSX','getSelectedBlocks','_pasteHTMLUsingClipboard','start','showFakeVisualSelection','insertContentBelow','addClass','153807PuzdWR','createPositionAt','ai-ui','afterInit','createRange','getColumnIndexes','ck-fake-ai-selection_collapsed','conversion','filter','init','AIAssistantEditing','forEach','getLastMatchingPosition','href','for','_getAISelection','plugins','2777728uyCOkZ','insertRows','getMarkersGroup','markerToElement','getSelectedTableCells','editing','length','ck-ai-assistant-ui_theme','getRange','fire','join','4758115Dljusl','createPositionAfter','resultRange','isOfficialPlugin','push','has','change','element','_getTableRowCountFromContent','map','TableUtils','ai.assistant.useTheme','_getDefaultInsertBelowPosition','addMarker','isCollapsed','2663510zrlPsP','span','contentInsertion','first','getRows','findAncestor','markerRange','978231ntwKCK','table','ck-fake-ai-selection','setSelection','markers','editingDowncast','getRanges','createUIElement','isPremiumPlugin','updateMarker','setData','DataTransfer','getLastPosition','config','32ViEoJV','85026ZjPuGL','model','_createEmptyTableRows','data','insertContent','pluginName','isContent','5553fEzvcM','document','lowest','getChild','createSelection','getFirstRange','selection','end','getRowIndexes','editor','text/html','parse','removeMarker','3416gpKJDf','once','pop','getChildren','canEditAt','last','get','deleteContent'];_0xa25d=function(){return _0x1f5d19;};return _0xa25d();}import{uid as _0x235fca}from'ckeditor5/src/utils.js';import{Plugin as _0x2a9e3a}from'ckeditor5/src/core.js';function _0x489a(_0x3f48e0,_0x3f6321){const _0xa25df7=_0xa25d();return _0x489a=function(_0x489a4e,_0x2a99c9){_0x489a4e=_0x489a4e-0x144;let _0xf5afaa=_0xa25df7[_0x489a4e];return _0xf5afaa;},_0x489a(_0x3f48e0,_0x3f6321);}import{ClipboardPipeline as _0xe125ef}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x3cca09,ViewDataTransfer as _0x2a2038}from'ckeditor5/src/engine.js';const P=globalThis[_0x32f59a(0x165)],B=_0x32f59a(0x199);export class AIAssistantEditing extends _0x2a9e3a{static get[_0x32f59a(0x16e)](){const _0x3dd5da=_0x32f59a;return _0x3dd5da(0x1a1);}static get[_0x32f59a(0x147)](){return!0x0;}static get[_0x32f59a(0x162)](){return!0x0;}[_0x32f59a(0x1a0)](){const _0x2671d=_0x32f59a,{editor:_0x5ae01c}=this,_0x354b32=[_0x2671d(0x15c)];_0x5ae01c[_0x2671d(0x167)][_0x2671d(0x183)](_0x2671d(0x14f))&&_0x354b32[_0x2671d(0x148)](_0x2671d(0x1af)),_0x5ae01c[_0x2671d(0x19e)][_0x2671d(0x1a5)](_0x2671d(0x15f))[_0x2671d(0x18f)]({'model':B,'view':{'classes':_0x354b32,'priority':0xc}}),_0x5ae01c[_0x2671d(0x19e)][_0x2671d(0x1a5)](_0x2671d(0x15f))[_0x2671d(0x1ab)]({'model':B,'view':(_0x4932e2,{writer:_0x58a1b6})=>{const _0x4e7060=_0x2671d;if(!_0x4932e2[_0x4e7060(0x159)][_0x4e7060(0x152)])return null;const _0x57d98f=_0x58a1b6[_0x4e7060(0x161)](_0x4e7060(0x154));return _0x58a1b6[_0x4e7060(0x196)]([_0x4e7060(0x15c),_0x4e7060(0x19d)],_0x57d98f),_0x57d98f;}});}[_0x32f59a(0x19a)](){!async function(_0x71f9c3){const _0x16a029=_0x3eb95a([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]),_0x173ca3=0x3dffc4e1,_0x380340=0x3df8b2c9^_0x173ca3,_0xa81e2d=window[_0x3eb95a([0x44,0x61,0x74,0x65])][_0x3eb95a([0x6e,0x6f,0x77])](),_0x1a1cd7=_0x71f9c3[_0x3eb95a([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x296f3f=new window[(_0x3eb95a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x39e71b=>{_0x1a1cd7[_0x3eb95a([0x6f,0x6e,0x63,0x65])](_0x3eb95a([0x72,0x65,0x61,0x64,0x79]),_0x39e71b);}),_0x40c2bd={[_0x3eb95a([0x6b,0x74,0x79])]:_0x3eb95a([0x45,0x43]),[_0x3eb95a([0x75,0x73,0x65])]:_0x3eb95a([0x73,0x69,0x67]),[_0x3eb95a([0x63,0x72,0x76])]:_0x3eb95a([0x50,0x2d,0x32,0x35,0x36]),[_0x3eb95a([0x78])]:_0x3eb95a([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]),[_0x3eb95a([0x79])]:_0x3eb95a([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]),[_0x3eb95a([0x61,0x6c,0x67])]:_0x3eb95a([0x45,0x53,0x32,0x35,0x36])},_0x1f854c=_0x1a1cd7[_0x3eb95a([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3eb95a([0x67,0x65,0x74])](_0x3eb95a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x30c20b(){let _0x3546aa,_0x284ebb=null,_0x8b5be2=null;try{if(_0x1f854c==_0x3eb95a([0x47,0x50,0x4c]))return _0x3eb95a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3546aa=_0x44584e(),!_0x3546aa)return _0x3eb95a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3546aa[_0x3eb95a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x8b5be2=_0xd8de42(_0x3546aa[_0x3eb95a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3546aa[_0x3eb95a([0x6a,0x74,0x69])])),await _0x51a77a()?_0x4e9189()?_0x12f033()?_0x3eb95a([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x43d659()?(_0x3546aa[_0x3eb95a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3eb95a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x284ebb=_0x21eb3e(_0x3eb95a([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3546aa[_0x3eb95a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3eb95a([0x74,0x72,0x69,0x61,0x6c])&&(_0x284ebb=_0x21eb3e(_0x3eb95a([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xd28d61()):_0x3eb95a([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3eb95a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3eb95a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3eb95a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x12f033(){const _0x46c40f=[_0x3eb95a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3eb95a([0x74,0x72,0x69,0x61,0x6c])][_0x3eb95a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3546aa[_0x3eb95a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xa81e2d/0x3e8:0xe10*_0x380340;return _0x3546aa[_0x3eb95a([0x65,0x78,0x70])]<_0x46c40f;}function _0x4e9189(){const _0xebfa8b=_0x3546aa[_0x3eb95a([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xebfa8b&&(!!_0xebfa8b[_0x3eb95a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3eb95a([0x2a]))||!!_0xebfa8b[_0x3eb95a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3eb95a([0x41,0x49])));}function _0x43d659(){const _0x278b30=_0x489a,_0x1f085d=_0x3546aa[_0x3eb95a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1f085d||0x0==_0x1f085d[_0x3eb95a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x22f9bb}=new URL(window[_0x3eb95a([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x278b30(0x1a4)]);if(_0x1f085d[_0x3eb95a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x22f9bb))return!0x0;const _0x1517c6=_0x22f9bb[_0x3eb95a([0x73,0x70,0x6c,0x69,0x74])](_0x3eb95a([0x2e]));return _0x1f085d[_0x3eb95a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x596987=>_0x596987[_0x3eb95a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3eb95a([0x2a])))[_0x3eb95a([0x6d,0x61,0x70])](_0x152a70=>_0x152a70[_0x3eb95a([0x73,0x70,0x6c,0x69,0x74])](_0x3eb95a([0x2e])))[_0x3eb95a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x30abb9=>_0x30abb9[_0x3eb95a([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x1517c6[_0x3eb95a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3eb95a([0x6d,0x61,0x70])](_0x162dac=>Array(_0x1517c6[_0x3eb95a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x162dac[_0x3eb95a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3eb95a([0x66,0x69,0x6c,0x6c])](_0x162dac[0x0]===_0x3eb95a([0x2a])?_0x3eb95a([0x2a]):'')[_0x3eb95a([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x162dac))[_0x3eb95a([0x73,0x6f,0x6d,0x65])](_0x28f56d=>_0x1517c6[_0x3eb95a([0x65,0x76,0x65,0x72,0x79])]((_0x55b2d8,_0x478f33)=>_0x28f56d[_0x478f33]===_0x55b2d8||_0x28f56d[_0x478f33]===_0x3eb95a([0x2a])));}function _0xd28d61(){return _0x284ebb&&_0x8b5be2?new window[(_0x3eb95a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3e95d0,_0x5597a0)=>{_0x284ebb[_0x3eb95a([0x74,0x68,0x65,0x6e])](_0x3e95d0,_0x5597a0),_0x8b5be2[_0x3eb95a([0x74,0x68,0x65,0x6e])](_0x42a2cb=>{_0x42a2cb!=_0x3eb95a([0x56,0x61,0x6c,0x69,0x64])&&_0x3e95d0(_0x42a2cb);},_0x5597a0);}):_0x284ebb||_0x8b5be2||_0x3eb95a([0x56,0x61,0x6c,0x69,0x64]);}}function _0xd8de42(_0x150466,_0x94c161){return new window[(_0x3eb95a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x58d620=>{if(_0x56f755())return _0x58d620(_0x3eb95a([0x56,0x61,0x6c,0x69,0x64]));_0x58adc3(),_0x1a1cd7[_0x3eb95a([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3eb95a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5878dd=!0x1;const _0xa56c66=_0x235fca();function _0x5a91a9(_0x1f9f0b){return!!_0x1f9f0b&&(typeof _0x1f9f0b===_0x3eb95a([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1f9f0b===_0x3eb95a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1f9f0b[_0x3eb95a([0x74,0x68,0x65,0x6e])]===_0x3eb95a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1f9f0b[_0x3eb95a([0x63,0x61,0x74,0x63,0x68])]===_0x3eb95a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x57d4e4(_0x271c6d){_0x308220(_0x271c6d)[_0x3eb95a([0x74,0x68,0x65,0x6e])](_0x304e92=>{if(!_0x304e92||_0x304e92[_0x3eb95a([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3eb95a([0x6f,0x6b]))return _0x3eb95a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xbabbb8(_0x233b32(_0xa56c66+_0x94c161))!=_0x304e92[_0x3eb95a([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3eb95a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3eb95a([0x56,0x61,0x6c,0x69,0x64]);})[_0x3eb95a([0x74,0x68,0x65,0x6e])](_0x881251=>(_0x9455f7(),_0x881251),()=>{const _0x85431=_0x38cdbd();return null==_0x85431?(_0x9455f7(),_0x3eb95a([0x56,0x61,0x6c,0x69,0x64])):_0x3eb95a(_0xa81e2d-_0x85431>(0x19f340e1^_0x173ca3)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3eb95a([0x74,0x68,0x65,0x6e])](_0x58d620)[_0x3eb95a([0x63,0x61,0x74,0x63,0x68])](()=>{_0x58d620(_0x3eb95a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x150e19=0x3dc92a61^_0x173ca3;function _0x9455f7(){const _0x50bfd8=_0x3eb95a([0x6c,0x6c,0x63,0x74,0x2d])+_0xbabbb8(_0x233b32(_0x150466)),_0x336425=_0xf0be99(_0xbabbb8(window[_0x3eb95a([0x4d,0x61,0x74,0x68])][_0x3eb95a([0x63,0x65,0x69,0x6c])](_0xa81e2d/_0x150e19)));window[_0x3eb95a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3eb95a([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x50bfd8,_0x336425);}function _0x38cdbd(){const _0x3de511=_0x3eb95a([0x6c,0x6c,0x63,0x74,0x2d])+_0xbabbb8(_0x233b32(_0x150466)),_0xeb8da7=window[_0x3eb95a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3eb95a([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3de511);return _0xeb8da7?window[_0x3eb95a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xf0be99(_0xeb8da7),0x10)*_0x150e19:null;}function _0x308220(_0x4e793b){return new window[(_0x3eb95a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x52f784,_0x30658e)=>{_0x4e793b[_0x3eb95a([0x74,0x68,0x65,0x6e])](_0x52f784,_0x30658e),window[_0x3eb95a([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x30658e,0x3dfe1021^_0x173ca3);});}}_0x1a1cd7[_0x3eb95a([0x6f,0x6e])](_0x3eb95a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x59cf48,_0x213a6d)=>{if(_0x213a6d[0x0]!=_0x150466)return _0x58d620(_0x3eb95a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x213a6d[0x1]={..._0x213a6d[0x1],[_0x3eb95a([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xa56c66};},{[_0x3eb95a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3eb95a([0x68,0x69,0x67,0x68])}),_0x1a1cd7[_0x3eb95a([0x6f,0x6e])](_0x3eb95a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4fed5a=>{_0x5a91a9(_0x4fed5a[_0x3eb95a([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5878dd=!0x0,_0x57d4e4(_0x4fed5a[_0x3eb95a([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3eb95a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3eb95a([0x6c,0x6f,0x77])}),_0x296f3f[_0x3eb95a([0x74,0x68,0x65,0x6e])](()=>{_0x5878dd||_0x58d620(_0x3eb95a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x56f755(){return _0x1a1cd7[_0x3eb95a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3eb95a([0x76,0x69,0x65,0x77])][_0x3eb95a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3eb95a([0x61,0x75,0x74,0x6f]);}function _0x58adc3(){_0x1a1cd7[_0x3eb95a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3eb95a([0x76,0x69,0x65,0x77])][_0x3eb95a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3eb95a([0x61,0x75,0x74,0x6f]);}}function _0x21eb3e(_0x43b307){const _0x154684=[new window[(_0x3eb95a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x566023=>setTimeout(_0x566023,0x3df6fa2d^_0x173ca3)),_0x296f3f[_0x3eb95a([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3eb95a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x259569=>{let _0x576191=0x0;_0x1a1cd7[_0x3eb95a([0x6d,0x6f,0x64,0x65,0x6c])][_0x3eb95a([0x6f,0x6e])](_0x3eb95a([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x19a502,_0x2463ce)=>{_0x2463ce[0x0][_0x3eb95a([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x576191++,_0x576191==(0x3dffc519^_0x173ca3)&&(_0x259569(),_0x19a502[_0x3eb95a([0x6f,0x66,0x66])]());});}))];return window[_0x3eb95a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3eb95a([0x72,0x61,0x63,0x65])](_0x154684)[_0x3eb95a([0x74,0x68,0x65,0x6e])](()=>_0x43b307);}async function _0x151f23(){await _0x296f3f,_0x1a1cd7[_0x3eb95a([0x6d,0x6f,0x64,0x65,0x6c])][_0x3eb95a([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3cdcb3,_0x1a1cd7[_0x3eb95a([0x6d,0x6f,0x64,0x65,0x6c])][_0x3eb95a([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3cdcb3,_0x1a1cd7[_0x3eb95a([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3eb95a([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1abfe8(_0x5d163e){const _0x3fc534=_0x2574b0();_0x1a1cd7[_0x3fc534]=_0x3eb95a([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5d163e,_0x5d163e!=_0x3eb95a([0x56,0x61,0x6c,0x69,0x64])&&_0x151f23();}function _0x2574b0(){const _0x5641f0=window[_0x3eb95a([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3eb95a([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3eb95a([0x6e,0x6f,0x77])]())[_0x3eb95a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3eb95a([0x2e]),'');let _0x59ac66=_0x3eb95a([0x6e]);for(let _0xe1b27=0x0;_0xe1b27<_0x5641f0[_0x3eb95a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xe1b27+=0x2){let _0x359672=window[_0x3eb95a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5641f0[_0x3eb95a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xe1b27,_0xe1b27+0x2));_0x359672>=_0x16a029[_0x3eb95a([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x359672-=_0x16a029[_0x3eb95a([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x59ac66+=_0x16a029[_0x359672];}return _0x59ac66;}function _0x44584e(){const _0x1fa891=_0x1f854c[_0x3eb95a([0x73,0x70,0x6c,0x69,0x74])](_0x3eb95a([0x2e]));if(0x3!=_0x1fa891[_0x3eb95a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xab6204(_0x1fa891[0x1]);function _0xab6204(_0x20fb7b){const _0x29a232=_0x4354eb(_0x20fb7b);return _0x29a232&&_0x37cad2()?_0x29a232:null;function _0x37cad2(){const _0x18cd07=_0x29a232[_0x3eb95a([0x6a,0x74,0x69])],_0x24ce7f=window[_0x3eb95a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x18cd07[_0x3eb95a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x18cd07[_0x3eb95a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5f54bd={..._0x29a232,[_0x3eb95a([0x6a,0x74,0x69])]:_0x18cd07[_0x3eb95a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x18cd07[_0x3eb95a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5f54bd[_0x3eb95a([0x76,0x63])],_0x233b32(_0x5f54bd)==_0x24ce7f;}}}async function _0x51a77a(){let _0x433e08=!0x0;try{const _0x50298=_0x1f854c[_0x3eb95a([0x73,0x70,0x6c,0x69,0x74])](_0x3eb95a([0x2e])),[_0x17575c,_0x481bfe,_0x2b3f4e]=_0x50298;return _0xa2b1b(_0x17575c),await _0x207340(_0x17575c,_0x481bfe,_0x2b3f4e),_0x433e08;}catch{return!0x1;}function _0xa2b1b(_0x5aca93){const _0x11a0b6=_0x4354eb(_0x5aca93);_0x11a0b6&&_0x11a0b6[_0x3eb95a([0x61,0x6c,0x67])]==_0x3eb95a([0x45,0x53,0x32,0x35,0x36])||(_0x433e08=!0x1);}async function _0x207340(_0x327b42,_0x58cbc5,_0x5f53af){const _0x885d97=window[_0x3eb95a([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3eb95a([0x66,0x72,0x6f,0x6d])](_0x37bb72(_0x5f53af),_0x41875f=>_0x41875f[_0x3eb95a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5a864f=new window[(_0x3eb95a([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3eb95a([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x327b42+_0x3eb95a([0x2e])+_0x58cbc5),_0x9e2e7=window[_0x3eb95a([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3eb95a([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x9e2e7)return;const _0x28bbb1=await _0x9e2e7[_0x3eb95a([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3eb95a([0x6a,0x77,0x6b]),_0x40c2bd,{[_0x3eb95a([0x6e,0x61,0x6d,0x65])]:_0x3eb95a([0x45,0x43,0x44,0x53,0x41]),[_0x3eb95a([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3eb95a([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3eb95a([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x9e2e7[_0x3eb95a([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3eb95a([0x6e,0x61,0x6d,0x65])]:_0x3eb95a([0x45,0x43,0x44,0x53,0x41]),[_0x3eb95a([0x68,0x61,0x73,0x68])]:{[_0x3eb95a([0x6e,0x61,0x6d,0x65])]:_0x3eb95a([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x28bbb1,_0x885d97,_0x5a864f)||(_0x433e08=!0x1);}}function _0x4354eb(_0x48ede6){return _0x48ede6[_0x3eb95a([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3eb95a([0x65,0x79]))?JSON[_0x3eb95a([0x70,0x61,0x72,0x73,0x65])](_0x37bb72(_0x48ede6)):null;}function _0x37bb72(_0x88892){return window[_0x3eb95a([0x61,0x74,0x6f,0x62])](_0x88892[_0x3eb95a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3eb95a([0x2b]))[_0x3eb95a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3eb95a([0x2f])));}function _0x233b32(_0x191a86){let _0x36134f=0x1505;function _0xca3266(_0x922cea){for(let _0x34ea1a=0x0;_0x34ea1a<_0x922cea[_0x3eb95a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x34ea1a++){const _0x45a72d=_0x922cea[_0x3eb95a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x34ea1a);_0x36134f=(_0x36134f<<0x5)+_0x36134f+_0x45a72d,_0x36134f&=_0x36134f;}}function _0x3650c3(_0x3ecf7f){Array[_0x3eb95a([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3ecf7f)?_0x3ecf7f[_0x3eb95a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3650c3):_0x3ecf7f&&typeof _0x3ecf7f==_0x3eb95a([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3eb95a([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3ecf7f)[_0x3eb95a([0x73,0x6f,0x72,0x74])]()[_0x3eb95a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1d2a41,_0x17d2fc])=>{_0xca3266(_0x1d2a41),_0x3650c3(_0x17d2fc);}):_0xca3266(window[_0x3eb95a([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3ecf7f));}return _0x3650c3(_0x191a86),_0x36134f>>>0x0;}function _0xbabbb8(_0x5ddb83){return _0x5ddb83[_0x3eb95a([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3eb95a([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3eb95a([0x30]));}function _0xf0be99(_0x317e68){return _0x317e68[_0x3eb95a([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3eb95a([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3eb95a([0x6a,0x6f,0x69,0x6e])]('');}function _0x3cdcb3(){}function _0x3eb95a(_0xd7e0e2){const _0x4d90f6=_0x489a;return _0xd7e0e2[_0x4d90f6(0x14d)](_0x3e4783=>String[_0x4d90f6(0x18a)](_0x3e4783))[_0x4d90f6(0x1b2)]('');}_0x1abfe8(await _0x30c20b());}(this);}[_0x32f59a(0x194)](){const _0x54da8d=_0x32f59a,_0x122a28=this[_0x54da8d(0x179)][_0x54da8d(0x16a)];_0x122a28[_0x54da8d(0x14a)](_0x531b1e=>{const _0x1f07d6=_0x54da8d,_0x45f106=_0x122a28[_0x1f07d6(0x171)][_0x1f07d6(0x176)][_0x1f07d6(0x160)]();let _0x18382e=0x0;for(const _0x1c458f of _0x45f106){const _0x3867ca=B+':'+_0x18382e;if(_0x122a28[_0x1f07d6(0x15e)][_0x1f07d6(0x149)](_0x3867ca))_0x531b1e[_0x1f07d6(0x163)](_0x3867ca,{'range':_0x1c458f});else{if(_0x1c458f[_0x1f07d6(0x193)][_0x1f07d6(0x185)]){const _0x5c4056=_0x1c458f[_0x1f07d6(0x193)][_0x1f07d6(0x1a3)](({item:_0x55ac2f})=>!_0x122a28[_0x1f07d6(0x18e)][_0x1f07d6(0x16f)](_0x55ac2f),{'boundaries':_0x1c458f});_0x531b1e[_0x1f07d6(0x151)](_0x3867ca,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x531b1e[_0x1f07d6(0x19b)](_0x5c4056,_0x1c458f[_0x1f07d6(0x177)])});}else _0x531b1e[_0x1f07d6(0x151)](_0x3867ca,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x1c458f});}_0x18382e++;}});}[_0x32f59a(0x186)](){const _0x2d9da5=_0x32f59a,_0x5db9cd=this[_0x2d9da5(0x179)][_0x2d9da5(0x16a)],_0x51cb39=Array[_0x2d9da5(0x18c)](this[_0x2d9da5(0x179)][_0x2d9da5(0x16a)][_0x2d9da5(0x15e)][_0x2d9da5(0x1aa)](B));_0x51cb39[_0x2d9da5(0x1ae)]&&_0x5db9cd[_0x2d9da5(0x14a)](_0x1aaa6b=>{const _0xd488e=_0x2d9da5;_0x51cb39[_0xd488e(0x1a2)](_0x1ced5e=>{const _0x47000a=_0xd488e;_0x1aaa6b[_0x47000a(0x17c)](_0x1ced5e);});});}[_0x32f59a(0x16d)](_0x3cfd6d,_0xd956e9){const _0x4dd752=_0x32f59a,_0x33db7c=this[_0x4dd752(0x1a6)](),_0x10ffd3=_0xd956e9||_0x33db7c[_0x4dd752(0x175)]();this[_0x4dd752(0x179)][_0x4dd752(0x16a)][_0x4dd752(0x181)](_0x10ffd3)&&this[_0x4dd752(0x179)][_0x4dd752(0x16a)][_0x4dd752(0x14a)](_0x5198cc=>{const _0x8a2423=_0x4dd752;this[_0x8a2423(0x186)](),_0xd956e9||this[_0x8a2423(0x187)](_0x5198cc,_0x33db7c),this[_0x8a2423(0x192)]({'insertAt':_0x10ffd3,'writer':_0x5198cc,'html':_0x3cfd6d});});}[_0x32f59a(0x195)](_0x530782){const _0x358125=_0x32f59a,{model:_0x474b0f}=this[_0x358125(0x179)],_0x13a65a=this[_0x358125(0x1a6)]();_0x474b0f[_0x358125(0x14a)](()=>{const _0x1a88bc=_0x358125,_0x2eb38f=this[_0x1a88bc(0x18b)](_0x530782,_0x13a65a)||this[_0x1a88bc(0x150)](_0x13a65a);this[_0x1a88bc(0x16d)](_0x530782,_0x2eb38f);});}[_0x32f59a(0x1a6)](){const _0x38182e=_0x32f59a,_0x1d8e66=this[_0x38182e(0x179)][_0x38182e(0x16a)],_0x126780=Array[_0x38182e(0x18c)](_0x1d8e66[_0x38182e(0x15e)][_0x38182e(0x1aa)](B))[_0x38182e(0x14d)](_0x31a3bb=>_0x31a3bb[_0x38182e(0x1b0)]());return _0x1d8e66[_0x38182e(0x174)](_0x126780);}[_0x32f59a(0x192)]({writer:_0xef35f6,html:_0x6cda1e,insertAt:_0x4849e7}){const _0x316557=_0x32f59a,{view:_0x95dec1}=this[_0x316557(0x179)][_0x316557(0x1ad)],_0x2be440=this[_0x316557(0x179)][_0x316557(0x1a7)][_0x316557(0x183)](_0xe125ef),_0xa2c30c=new P();_0xa2c30c[_0x316557(0x164)](_0x316557(0x17a),_0x6cda1e);const _0x15dcc4=new ClipboardEvent(_0x316557(0x188),{'clipboardData':_0xa2c30c}),_0x40957f=new _0x3cca09(_0x95dec1,_0x15dcc4,{'dataTransfer':new _0x2a2038(_0xa2c30c)});_0xef35f6[_0x316557(0x15d)](_0x4849e7);const _0x2bdb84=(_0x5dd13a,_0x41b777)=>{const _0x44dc90=_0x316557;_0x41b777[_0x44dc90(0x146)]&&_0xef35f6[_0x44dc90(0x15d)](_0x41b777[_0x44dc90(0x146)]);};_0x2be440[_0x316557(0x17e)](_0x316557(0x155),_0x2bdb84,{'priority':_0x316557(0x172)}),_0x95dec1[_0x316557(0x171)][_0x316557(0x1b1)](_0x316557(0x188),_0x40957f),_0x2be440[_0x316557(0x18d)](_0x316557(0x155),_0x2bdb84);}[_0x32f59a(0x150)](_0x175ad1){const _0x30c975=_0x32f59a,{model:_0x40aa3c}=this[_0x30c975(0x179)],_0x5d427f=Array[_0x30c975(0x18c)](_0x175ad1[_0x30c975(0x191)]());return _0x5d427f[_0x30c975(0x1ae)]?_0x40aa3c[_0x30c975(0x145)](_0x5d427f[_0x30c975(0x17f)]()):_0x175ad1[_0x30c975(0x166)]();}[_0x32f59a(0x18b)](_0x4945cd,_0x420a26){const _0x3e086f=_0x32f59a,{model:_0x119e33,plugins:_0x55cade}=this[_0x3e086f(0x179)];if(_0x55cade[_0x3e086f(0x149)](_0x3e086f(0x14e))){const _0x2d3401=_0x55cade[_0x3e086f(0x183)](_0x3e086f(0x14e))[_0x3e086f(0x1ac)](_0x420a26);if(_0x2d3401[_0x3e086f(0x1ae)]){const _0x5414e3=this[_0x3e086f(0x14c)](_0x4945cd),_0xc2f0ee=this[_0x3e086f(0x16b)](_0x2d3401,_0x5414e3);return _0x119e33[_0x3e086f(0x198)](_0xc2f0ee,0x0);}}return null;}[_0x32f59a(0x14c)](_0x3db442){const _0x3453cd=_0x32f59a,_0x2aba5f=this[_0x3453cd(0x179)][_0x3453cd(0x1a7)][_0x3453cd(0x183)](_0x3453cd(0x14e)),_0x34b0de=this[_0x3453cd(0x179)][_0x3453cd(0x16c)][_0x3453cd(0x17b)](_0x3db442),_0x178ad0=Array[_0x3453cd(0x18c)](_0x34b0de[_0x3453cd(0x180)]())[_0x3453cd(0x19f)](_0x3b7cf0=>_0x3b7cf0['is'](_0x3453cd(0x14b),_0x3453cd(0x15b)));let _0x13cfc2=0x0;return _0x178ad0[_0x3453cd(0x1a2)](_0x433773=>{const _0x211637=_0x3453cd;_0x13cfc2+=_0x2aba5f[_0x211637(0x157)](_0x433773);}),_0x13cfc2;}[_0x32f59a(0x16b)](_0x4edebb,_0x241c9b){const _0x85f7cf=_0x32f59a,_0x2fa1ac=this[_0x85f7cf(0x179)][_0x85f7cf(0x1a7)][_0x85f7cf(0x183)](_0x85f7cf(0x14e)),_0xf99823=_0x2fa1ac[_0x85f7cf(0x178)](_0x4edebb),_0xa534b6=_0x2fa1ac[_0x85f7cf(0x19c)](_0x4edebb),_0x1b7a78=_0xf99823[_0x85f7cf(0x182)]+0x1,_0x256666=_0xa534b6[_0x85f7cf(0x156)],_0x1ff6fa=_0x4edebb[0x0][_0x85f7cf(0x158)](_0x85f7cf(0x15b));for(let _0x52f6ef=0x0;_0x52f6ef<_0x241c9b;_0x52f6ef++)_0x2fa1ac[_0x85f7cf(0x1a9)](_0x1ff6fa,{'at':_0x1b7a78});return _0x1ff6fa[_0x85f7cf(0x173)](_0x1b7a78)[_0x85f7cf(0x173)](_0x256666);}[_0x32f59a(0x187)](_0x586d3b,_0x5da4c7){const _0xa9e951=_0x32f59a,{plugins:_0x48488c}=this[_0xa9e951(0x179)],{model:_0x373c6c}=_0x586d3b;if(!_0x48488c[_0xa9e951(0x149)](_0xa9e951(0x14e)))return;_0x48488c[_0xa9e951(0x183)](_0xa9e951(0x14e))[_0xa9e951(0x1ac)](_0x5da4c7)[_0xa9e951(0x1ae)]&&_0x373c6c[_0xa9e951(0x184)](_0x5da4c7);}}
23
+ const _0x4c036d=_0x3015;function _0x3015(_0x2cefcd,_0x8b3deb){const _0x5240cf=_0x5240();return _0x3015=function(_0x30155c,_0x3cd48c){_0x30155c=_0x30155c-0x190;let _0x5a0ef7=_0x5240cf[_0x30155c];return _0x5a0ef7;},_0x3015(_0x2cefcd,_0x8b3deb);}(function(_0x57b248,_0x4ff97a){const _0x17790d=_0x3015,_0x4479fa=_0x57b248();while(!![]){try{const _0x53f195=parseInt(_0x17790d(0x1e0))/0x1+-parseInt(_0x17790d(0x1c8))/0x2+parseInt(_0x17790d(0x1ca))/0x3*(-parseInt(_0x17790d(0x1f0))/0x4)+-parseInt(_0x17790d(0x1fb))/0x5+-parseInt(_0x17790d(0x1d0))/0x6*(parseInt(_0x17790d(0x193))/0x7)+parseInt(_0x17790d(0x1a0))/0x8*(parseInt(_0x17790d(0x1e1))/0x9)+parseInt(_0x17790d(0x1c2))/0xa;if(_0x53f195===_0x4ff97a)break;else _0x4479fa['push'](_0x4479fa['shift']());}catch(_0x45e63a){_0x4479fa['push'](_0x4479fa['shift']());}}}(_0x5240,0xe7d39));import{uid as _0x876c22}from'ckeditor5/src/utils.js';import{Plugin as _0x417339}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x3c165e}from'ckeditor5/src/clipboard.js';function _0x5240(){const _0x23fa0f=['_getAISelection','schema','last','getLastMatchingPosition','editor','isContent','off','addClass','1830758XZVaWz','207isyFjJ','has','addMarker','getMarkersGroup','href','pluginName','markers','editingDowncast','updateMarker','markerRange','removeMarker','_createEmptyTableRows','markerToHighlight','parse','showFakeVisualSelection','20ksDcij','paste','AIAssistantEditing','isAtEnd','markerToElement','_getDefaultInsertBelowPosition','ck-fake-ai-selection','isPremiumPlugin','getFirstRange','ai-ui','model','7500580rNOOCa','pop','createSelection','ck-fake-ai-selection_collapsed','length','getRowIndexes','6839JSKYNw','insertRows','selection','setData','getRange','createUIElement','conversion','table','fire','text/html','insertContent','createRange','ck-ai-assistant-ui_theme','345296pTEjAA','getRows','init','lowest','get','setSelection','_pasteHTMLUsingClipboard','join','first','from','hideFakeVisualSelection','fromCharCode','isCollapsed','createPositionAt','for','start','_resetContentOfSelectedTableCells','plugins','TableUtils','contentInsertion','getSelectedTableCells','insertContentBelow','once','_prepareTableInsertBelowPosition','element','change','span','isOfficialPlugin','getChildren','getColumnIndexes','end','data','getRanges','DataTransfer','8361860xMGmvm','_getTableRowCountFromContent','forEach','canEditAt','map','resultRange','408658puWLZl','getLastPosition','288609cBbEFy','config','editing','getChild','document','deleteContent','3222ijQZGp','ai.assistant.useTheme','createPositionAfter','findAncestor','filter','push','getSelectedBlocks','afterInit'];_0x5240=function(){return _0x23fa0f;};return _0x5240();}import{ViewDocumentDomEventData as _0x1ac7ca,ViewDataTransfer as _0x281024}from'ckeditor5/src/engine.js';const w=globalThis[_0x4c036d(0x1c1)],f=_0x4c036d(0x1f9);export class AIAssistantEditing extends _0x417339{static get[_0x4c036d(0x1e6)](){const _0x4c93f8=_0x4c036d;return _0x4c93f8(0x1f2);}static get[_0x4c036d(0x1bb)](){return!0x0;}static get[_0x4c036d(0x1f7)](){return!0x0;}[_0x4c036d(0x1a2)](){const _0x2383e5=_0x4c036d,{editor:_0x45862d}=this,_0x12bc6a=[_0x2383e5(0x1f6)];_0x45862d[_0x2383e5(0x1cb)][_0x2383e5(0x1a4)](_0x2383e5(0x1d1))&&_0x12bc6a[_0x2383e5(0x1d5)](_0x2383e5(0x19f)),_0x45862d[_0x2383e5(0x199)][_0x2383e5(0x1ae)](_0x2383e5(0x1e8))[_0x2383e5(0x1ed)]({'model':f,'view':{'classes':_0x12bc6a,'priority':0xc}}),_0x45862d[_0x2383e5(0x199)][_0x2383e5(0x1ae)](_0x2383e5(0x1e8))[_0x2383e5(0x1f4)]({'model':f,'view':(_0x5852da,{writer:_0x5f2e4d})=>{const _0x5a757d=_0x2383e5;if(!_0x5852da[_0x5a757d(0x1ea)][_0x5a757d(0x1ac)])return null;const _0x1d59c1=_0x5f2e4d[_0x5a757d(0x198)](_0x5a757d(0x1ba));return _0x5f2e4d[_0x5a757d(0x1df)]([_0x5a757d(0x1f6),_0x5a757d(0x190)],_0x1d59c1),_0x1d59c1;}});}[_0x4c036d(0x1d7)](){!async function(_0x5eea20){const _0x4caba8=_0x2d8568([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]),_0x5e4dfa=0x3dffc4e1,_0x4d9115=0x3df8b2a1^_0x5e4dfa,_0x16d752=window[_0x2d8568([0x44,0x61,0x74,0x65])][_0x2d8568([0x6e,0x6f,0x77])](),_0x5a797a=_0x5eea20[_0x2d8568([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xced08a=new window[(_0x2d8568([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c15f2=>{_0x5a797a[_0x2d8568([0x6f,0x6e,0x63,0x65])](_0x2d8568([0x72,0x65,0x61,0x64,0x79]),_0x4c15f2);}),_0x145ba6={[_0x2d8568([0x6b,0x74,0x79])]:_0x2d8568([0x45,0x43]),[_0x2d8568([0x75,0x73,0x65])]:_0x2d8568([0x73,0x69,0x67]),[_0x2d8568([0x63,0x72,0x76])]:_0x2d8568([0x50,0x2d,0x32,0x35,0x36]),[_0x2d8568([0x78])]:_0x2d8568([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]),[_0x2d8568([0x79])]:_0x2d8568([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]),[_0x2d8568([0x61,0x6c,0x67])]:_0x2d8568([0x45,0x53,0x32,0x35,0x36])},_0x52d2d1=_0x5a797a[_0x2d8568([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2d8568([0x67,0x65,0x74])](_0x2d8568([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2194df(){let _0x1042fa,_0x48d4cf=null,_0x191f41=null;try{if(_0x52d2d1==_0x2d8568([0x47,0x50,0x4c]))return _0x2d8568([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1042fa=_0x333175(),!_0x1042fa)return _0x2d8568([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1042fa[_0x2d8568([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x191f41=_0x22d9d3(_0x1042fa[_0x2d8568([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1042fa[_0x2d8568([0x6a,0x74,0x69])])),await _0x562287()?_0x3e7b40()?_0x365cb2()?_0x2d8568([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1e9921()?(_0x1042fa[_0x2d8568([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2d8568([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x48d4cf=_0x394478(_0x2d8568([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1042fa[_0x2d8568([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2d8568([0x74,0x72,0x69,0x61,0x6c])&&(_0x48d4cf=_0x394478(_0x2d8568([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xeec905()):_0x2d8568([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2d8568([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2d8568([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2d8568([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x365cb2(){const _0x29ccbe=[_0x2d8568([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2d8568([0x74,0x72,0x69,0x61,0x6c])][_0x2d8568([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1042fa[_0x2d8568([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x16d752/0x3e8:0xe10*_0x4d9115;return _0x1042fa[_0x2d8568([0x65,0x78,0x70])]<_0x29ccbe;}function _0x3e7b40(){const _0x5e8504=_0x1042fa[_0x2d8568([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5e8504&&(!!_0x5e8504[_0x2d8568([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d8568([0x2a]))||!!_0x5e8504[_0x2d8568([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d8568([0x41,0x49])));}function _0x1e9921(){const _0x1ef426=_0x3015,_0x10f812=_0x1042fa[_0x2d8568([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x10f812||0x0==_0x10f812[_0x2d8568([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5c8cf7}=new URL(window[_0x2d8568([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1ef426(0x1e5)]);if(_0x10f812[_0x2d8568([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5c8cf7))return!0x0;const _0x987936=_0x5c8cf7[_0x2d8568([0x73,0x70,0x6c,0x69,0x74])](_0x2d8568([0x2e]));return _0x10f812[_0x2d8568([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x41fe86=>_0x41fe86[_0x2d8568([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d8568([0x2a])))[_0x2d8568([0x6d,0x61,0x70])](_0x43bf5e=>_0x43bf5e[_0x2d8568([0x73,0x70,0x6c,0x69,0x74])](_0x2d8568([0x2e])))[_0x2d8568([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x14cc87=>_0x14cc87[_0x2d8568([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x987936[_0x2d8568([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2d8568([0x6d,0x61,0x70])](_0x35ebd2=>Array(_0x987936[_0x2d8568([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x35ebd2[_0x2d8568([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2d8568([0x66,0x69,0x6c,0x6c])](_0x35ebd2[0x0]===_0x2d8568([0x2a])?_0x2d8568([0x2a]):'')[_0x2d8568([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x35ebd2))[_0x2d8568([0x73,0x6f,0x6d,0x65])](_0x4bd18e=>_0x987936[_0x2d8568([0x65,0x76,0x65,0x72,0x79])]((_0x3b932e,_0x2a78c6)=>_0x4bd18e[_0x2a78c6]===_0x3b932e||_0x4bd18e[_0x2a78c6]===_0x2d8568([0x2a])));}function _0xeec905(){return _0x48d4cf&&_0x191f41?new window[(_0x2d8568([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x10fcc3,_0x24249a)=>{_0x48d4cf[_0x2d8568([0x74,0x68,0x65,0x6e])](_0x10fcc3,_0x24249a),_0x191f41[_0x2d8568([0x74,0x68,0x65,0x6e])](_0x1816b0=>{_0x1816b0!=_0x2d8568([0x56,0x61,0x6c,0x69,0x64])&&_0x10fcc3(_0x1816b0);},_0x24249a);}):_0x48d4cf||_0x191f41||_0x2d8568([0x56,0x61,0x6c,0x69,0x64]);}}function _0x22d9d3(_0x68ef80,_0x5f2707){return new window[(_0x2d8568([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x18c6c9=>{if(_0x118408())return _0x18c6c9(_0x2d8568([0x56,0x61,0x6c,0x69,0x64]));_0x1592d0(),_0x5a797a[_0x2d8568([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2d8568([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x445066=!0x1;const _0x11e73f=_0x876c22();function _0x54eb91(_0x491581){return!!_0x491581&&(typeof _0x491581===_0x2d8568([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x491581===_0x2d8568([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x491581[_0x2d8568([0x74,0x68,0x65,0x6e])]===_0x2d8568([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x491581[_0x2d8568([0x63,0x61,0x74,0x63,0x68])]===_0x2d8568([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x447e6c(_0x47315c){_0x3f507f(_0x47315c)[_0x2d8568([0x74,0x68,0x65,0x6e])](_0x1bc054=>{if(!_0x1bc054||_0x1bc054[_0x2d8568([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2d8568([0x6f,0x6b]))return _0x2d8568([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2003c8(_0x5b1336(_0x11e73f+_0x5f2707))!=_0x1bc054[_0x2d8568([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2d8568([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2d8568([0x56,0x61,0x6c,0x69,0x64]);})[_0x2d8568([0x74,0x68,0x65,0x6e])](_0x41f127=>(_0x24fec6(),_0x41f127),()=>{const _0x4a4b0c=_0x10b0aa();return null==_0x4a4b0c?(_0x24fec6(),_0x2d8568([0x56,0x61,0x6c,0x69,0x64])):_0x2d8568(_0x16d752-_0x4a4b0c>(0x19f340e1^_0x5e4dfa)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2d8568([0x74,0x68,0x65,0x6e])](_0x18c6c9)[_0x2d8568([0x63,0x61,0x74,0x63,0x68])](()=>{_0x18c6c9(_0x2d8568([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1f7eff=0x3dc92a61^_0x5e4dfa;function _0x24fec6(){const _0xcb5200=_0x2d8568([0x6c,0x6c,0x63,0x74,0x2d])+_0x2003c8(_0x5b1336(_0x68ef80)),_0x3e934d=_0x460607(_0x2003c8(window[_0x2d8568([0x4d,0x61,0x74,0x68])][_0x2d8568([0x63,0x65,0x69,0x6c])](_0x16d752/_0x1f7eff)));window[_0x2d8568([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2d8568([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xcb5200,_0x3e934d);}function _0x10b0aa(){const _0x18bd18=_0x2d8568([0x6c,0x6c,0x63,0x74,0x2d])+_0x2003c8(_0x5b1336(_0x68ef80)),_0x22a831=window[_0x2d8568([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2d8568([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x18bd18);return _0x22a831?window[_0x2d8568([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x460607(_0x22a831),0x10)*_0x1f7eff:null;}function _0x3f507f(_0x5a1122){return new window[(_0x2d8568([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xa26624,_0x361368)=>{_0x5a1122[_0x2d8568([0x74,0x68,0x65,0x6e])](_0xa26624,_0x361368),window[_0x2d8568([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x361368,0x3dfe1021^_0x5e4dfa);});}}_0x5a797a[_0x2d8568([0x6f,0x6e])](_0x2d8568([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2ee1bc,_0x3a9e2f)=>{if(_0x3a9e2f[0x0]!=_0x68ef80)return _0x18c6c9(_0x2d8568([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3a9e2f[0x1]={..._0x3a9e2f[0x1],[_0x2d8568([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x11e73f};},{[_0x2d8568([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2d8568([0x68,0x69,0x67,0x68])}),_0x5a797a[_0x2d8568([0x6f,0x6e])](_0x2d8568([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2cf3e9=>{_0x54eb91(_0x2cf3e9[_0x2d8568([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x445066=!0x0,_0x447e6c(_0x2cf3e9[_0x2d8568([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2d8568([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2d8568([0x6c,0x6f,0x77])}),_0xced08a[_0x2d8568([0x74,0x68,0x65,0x6e])](()=>{_0x445066||_0x18c6c9(_0x2d8568([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x118408(){return _0x5a797a[_0x2d8568([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2d8568([0x76,0x69,0x65,0x77])][_0x2d8568([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2d8568([0x61,0x75,0x74,0x6f]);}function _0x1592d0(){_0x5a797a[_0x2d8568([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2d8568([0x76,0x69,0x65,0x77])][_0x2d8568([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2d8568([0x61,0x75,0x74,0x6f]);}}function _0x394478(_0x6f6629){const _0x5b2487=[new window[(_0x2d8568([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2a4942=>setTimeout(_0x2a4942,0x3df6fa2d^_0x5e4dfa)),_0xced08a[_0x2d8568([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2d8568([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50a7a2=>{let _0xeb6898=0x0;_0x5a797a[_0x2d8568([0x6d,0x6f,0x64,0x65,0x6c])][_0x2d8568([0x6f,0x6e])](_0x2d8568([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x23b530,_0x17d936)=>{_0x17d936[0x0][_0x2d8568([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xeb6898++,_0xeb6898==(0x3dffc519^_0x5e4dfa)&&(_0x50a7a2(),_0x23b530[_0x2d8568([0x6f,0x66,0x66])]());});}))];return window[_0x2d8568([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2d8568([0x72,0x61,0x63,0x65])](_0x5b2487)[_0x2d8568([0x74,0x68,0x65,0x6e])](()=>_0x6f6629);}async function _0xa2afe6(){await _0xced08a,_0x5a797a[_0x2d8568([0x6d,0x6f,0x64,0x65,0x6c])][_0x2d8568([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x17f874,_0x5a797a[_0x2d8568([0x6d,0x6f,0x64,0x65,0x6c])][_0x2d8568([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x17f874,_0x5a797a[_0x2d8568([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2d8568([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x180c6f(_0x59f80a){const _0x1da19c=_0x511b11();_0x5a797a[_0x1da19c]=_0x2d8568([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x59f80a,_0x59f80a!=_0x2d8568([0x56,0x61,0x6c,0x69,0x64])&&_0xa2afe6();}function _0x511b11(){const _0x4e518d=window[_0x2d8568([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2d8568([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2d8568([0x6e,0x6f,0x77])]())[_0x2d8568([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2d8568([0x2e]),'');let _0x5b8544=_0x2d8568([0x6e]);for(let _0x519906=0x0;_0x519906<_0x4e518d[_0x2d8568([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x519906+=0x2){let _0x5332aa=window[_0x2d8568([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4e518d[_0x2d8568([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x519906,_0x519906+0x2));_0x5332aa>=_0x4caba8[_0x2d8568([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5332aa-=_0x4caba8[_0x2d8568([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5b8544+=_0x4caba8[_0x5332aa];}return _0x5b8544;}function _0x333175(){const _0x5de126=_0x52d2d1[_0x2d8568([0x73,0x70,0x6c,0x69,0x74])](_0x2d8568([0x2e]));if(0x3!=_0x5de126[_0x2d8568([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x238350(_0x5de126[0x1]);function _0x238350(_0x5989a1){const _0x59c25e=_0x5d69d5(_0x5989a1);return _0x59c25e&&_0x92ac06()?_0x59c25e:null;function _0x92ac06(){const _0x39b5ed=_0x59c25e[_0x2d8568([0x6a,0x74,0x69])],_0x3a9155=window[_0x2d8568([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x39b5ed[_0x2d8568([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x39b5ed[_0x2d8568([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x496697={..._0x59c25e,[_0x2d8568([0x6a,0x74,0x69])]:_0x39b5ed[_0x2d8568([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x39b5ed[_0x2d8568([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x496697[_0x2d8568([0x76,0x63])],_0x5b1336(_0x496697)==_0x3a9155;}}}async function _0x562287(){let _0x90d3d4=!0x0;try{const _0x1302fc=_0x52d2d1[_0x2d8568([0x73,0x70,0x6c,0x69,0x74])](_0x2d8568([0x2e])),[_0x14e2b4,_0x15b9ea,_0x1e4e30]=_0x1302fc;return _0x143b21(_0x14e2b4),await _0x1b22d5(_0x14e2b4,_0x15b9ea,_0x1e4e30),_0x90d3d4;}catch{return!0x1;}function _0x143b21(_0x4b478d){const _0x230caa=_0x5d69d5(_0x4b478d);_0x230caa&&_0x230caa[_0x2d8568([0x61,0x6c,0x67])]==_0x2d8568([0x45,0x53,0x32,0x35,0x36])||(_0x90d3d4=!0x1);}async function _0x1b22d5(_0x12d311,_0x403558,_0x1a3a15){const _0x213980=window[_0x2d8568([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2d8568([0x66,0x72,0x6f,0x6d])](_0x3ade02(_0x1a3a15),_0x32fc95=>_0x32fc95[_0x2d8568([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x51e959=new window[(_0x2d8568([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2d8568([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x12d311+_0x2d8568([0x2e])+_0x403558),_0x5820a7=window[_0x2d8568([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2d8568([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5820a7)return;const _0x26a1b2=await _0x5820a7[_0x2d8568([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2d8568([0x6a,0x77,0x6b]),_0x145ba6,{[_0x2d8568([0x6e,0x61,0x6d,0x65])]:_0x2d8568([0x45,0x43,0x44,0x53,0x41]),[_0x2d8568([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2d8568([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2d8568([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5820a7[_0x2d8568([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2d8568([0x6e,0x61,0x6d,0x65])]:_0x2d8568([0x45,0x43,0x44,0x53,0x41]),[_0x2d8568([0x68,0x61,0x73,0x68])]:{[_0x2d8568([0x6e,0x61,0x6d,0x65])]:_0x2d8568([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x26a1b2,_0x213980,_0x51e959)||(_0x90d3d4=!0x1);}}function _0x5d69d5(_0x569b75){return _0x569b75[_0x2d8568([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2d8568([0x65,0x79]))?JSON[_0x2d8568([0x70,0x61,0x72,0x73,0x65])](_0x3ade02(_0x569b75)):null;}function _0x3ade02(_0xa79eb2){return window[_0x2d8568([0x61,0x74,0x6f,0x62])](_0xa79eb2[_0x2d8568([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2d8568([0x2b]))[_0x2d8568([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2d8568([0x2f])));}function _0x5b1336(_0x33b5cb){let _0x1eccb3=0x1505;function _0x5d824b(_0x37f918){for(let _0x5f8f7c=0x0;_0x5f8f7c<_0x37f918[_0x2d8568([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5f8f7c++){const _0x540cf1=_0x37f918[_0x2d8568([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5f8f7c);_0x1eccb3=(_0x1eccb3<<0x5)+_0x1eccb3+_0x540cf1,_0x1eccb3&=_0x1eccb3;}}function _0x1e653a(_0xd23e3a){Array[_0x2d8568([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xd23e3a)?_0xd23e3a[_0x2d8568([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1e653a):_0xd23e3a&&typeof _0xd23e3a==_0x2d8568([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2d8568([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xd23e3a)[_0x2d8568([0x73,0x6f,0x72,0x74])]()[_0x2d8568([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xbfd17f,_0x4913f7])=>{_0x5d824b(_0xbfd17f),_0x1e653a(_0x4913f7);}):_0x5d824b(window[_0x2d8568([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xd23e3a));}return _0x1e653a(_0x33b5cb),_0x1eccb3>>>0x0;}function _0x2003c8(_0x4c96ca){return _0x4c96ca[_0x2d8568([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2d8568([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2d8568([0x30]));}function _0x460607(_0x46acc4){return _0x46acc4[_0x2d8568([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2d8568([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2d8568([0x6a,0x6f,0x69,0x6e])]('');}function _0x17f874(){}function _0x2d8568(_0x24603f){const _0x252da1=_0x3015;return _0x24603f[_0x252da1(0x1c6)](_0x1359ef=>String[_0x252da1(0x1ab)](_0x1359ef))[_0x252da1(0x1a7)]('');}_0x180c6f(await _0x2194df());}(this);}[_0x4c036d(0x1ef)](){const _0x41da97=_0x4c036d,_0x92743e=this[_0x41da97(0x1dc)][_0x41da97(0x1fa)];_0x92743e[_0x41da97(0x1b9)](_0x43ad9e=>{const _0x56e0af=_0x41da97,_0x53178e=_0x92743e[_0x56e0af(0x1ce)][_0x56e0af(0x195)][_0x56e0af(0x1c0)]();let _0x4b425c=0x0;for(const _0x565f8f of _0x53178e){const _0x294345=f+':'+_0x4b425c;if(_0x92743e[_0x56e0af(0x1e7)][_0x56e0af(0x1e2)](_0x294345))_0x43ad9e[_0x56e0af(0x1e9)](_0x294345,{'range':_0x565f8f});else{if(_0x565f8f[_0x56e0af(0x1af)][_0x56e0af(0x1f3)]){const _0x5b04c4=_0x565f8f[_0x56e0af(0x1af)][_0x56e0af(0x1db)](({item:_0x4d551c})=>!_0x92743e[_0x56e0af(0x1d9)][_0x56e0af(0x1dd)](_0x4d551c),{'boundaries':_0x565f8f});_0x43ad9e[_0x56e0af(0x1e3)](_0x294345,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x43ad9e[_0x56e0af(0x19e)](_0x5b04c4,_0x565f8f[_0x56e0af(0x1be)])});}else _0x43ad9e[_0x56e0af(0x1e3)](_0x294345,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x565f8f});}_0x4b425c++;}});}[_0x4c036d(0x1aa)](){const _0xd50a47=_0x4c036d,_0xdbda2f=this[_0xd50a47(0x1dc)][_0xd50a47(0x1fa)],_0x228fb5=Array[_0xd50a47(0x1a9)](this[_0xd50a47(0x1dc)][_0xd50a47(0x1fa)][_0xd50a47(0x1e7)][_0xd50a47(0x1e4)](f));_0x228fb5[_0xd50a47(0x191)]&&_0xdbda2f[_0xd50a47(0x1b9)](_0x3af9d4=>{const _0x1fb4ee=_0xd50a47;_0x228fb5[_0x1fb4ee(0x1c4)](_0x7581a7=>{const _0x258140=_0x1fb4ee;_0x3af9d4[_0x258140(0x1eb)](_0x7581a7);});});}[_0x4c036d(0x19d)](_0x1abc42,_0x991cd5){const _0x20a942=_0x4c036d,_0x1c5495=this[_0x20a942(0x1d8)](),_0x2d5dac=_0x991cd5||_0x1c5495[_0x20a942(0x1f8)]();this[_0x20a942(0x1dc)][_0x20a942(0x1fa)][_0x20a942(0x1c5)](_0x2d5dac)&&this[_0x20a942(0x1dc)][_0x20a942(0x1fa)][_0x20a942(0x1b9)](_0x2d2c04=>{const _0x4aa0c5=_0x20a942;this[_0x4aa0c5(0x1aa)](),_0x991cd5||this[_0x4aa0c5(0x1b0)](_0x2d2c04,_0x1c5495),this[_0x4aa0c5(0x1a6)]({'insertAt':_0x2d5dac,'writer':_0x2d2c04,'html':_0x1abc42});});}[_0x4c036d(0x1b5)](_0x5d10fe){const _0x1318c1=_0x4c036d,{model:_0x159530}=this[_0x1318c1(0x1dc)],_0x26d62a=this[_0x1318c1(0x1d8)]();_0x159530[_0x1318c1(0x1b9)](()=>{const _0x392b9b=_0x1318c1,_0x4e1eb1=this[_0x392b9b(0x1b7)](_0x5d10fe,_0x26d62a)||this[_0x392b9b(0x1f5)](_0x26d62a);this[_0x392b9b(0x19d)](_0x5d10fe,_0x4e1eb1);});}[_0x4c036d(0x1d8)](){const _0x403e49=_0x4c036d,_0xfdb9ca=this[_0x403e49(0x1dc)][_0x403e49(0x1fa)],_0x37a240=Array[_0x403e49(0x1a9)](_0xfdb9ca[_0x403e49(0x1e7)][_0x403e49(0x1e4)](f))[_0x403e49(0x1c6)](_0x2f020b=>_0x2f020b[_0x403e49(0x197)]());return _0xfdb9ca[_0x403e49(0x1fd)](_0x37a240);}[_0x4c036d(0x1a6)]({writer:_0x1cf144,html:_0x4d3720,insertAt:_0x529417}){const _0x296311=_0x4c036d,{view:_0x2e5f34}=this[_0x296311(0x1dc)][_0x296311(0x1cc)],_0x1bdcdb=this[_0x296311(0x1dc)][_0x296311(0x1b1)][_0x296311(0x1a4)](_0x3c165e),_0x3e1d8b=new w();_0x3e1d8b[_0x296311(0x196)](_0x296311(0x19c),_0x4d3720);const _0xf8b7e8=new ClipboardEvent(_0x296311(0x1f1),{'clipboardData':_0x3e1d8b}),_0x40d802=new _0x1ac7ca(_0x2e5f34,_0xf8b7e8,{'dataTransfer':new _0x281024(_0x3e1d8b)});_0x1cf144[_0x296311(0x1a5)](_0x529417);const _0x1d6ee6=(_0x237e81,_0x1952cc)=>{const _0x4212d3=_0x296311;_0x1952cc[_0x4212d3(0x1c7)]&&_0x1cf144[_0x4212d3(0x1a5)](_0x1952cc[_0x4212d3(0x1c7)]);};_0x1bdcdb[_0x296311(0x1b6)](_0x296311(0x1b3),_0x1d6ee6,{'priority':_0x296311(0x1a3)}),_0x2e5f34[_0x296311(0x1ce)][_0x296311(0x19b)](_0x296311(0x1f1),_0x40d802),_0x1bdcdb[_0x296311(0x1de)](_0x296311(0x1b3),_0x1d6ee6);}[_0x4c036d(0x1f5)](_0x197983){const _0x532d09=_0x4c036d,{model:_0x5d456e}=this[_0x532d09(0x1dc)],_0x53948e=Array[_0x532d09(0x1a9)](_0x197983[_0x532d09(0x1d6)]());return _0x53948e[_0x532d09(0x191)]?_0x5d456e[_0x532d09(0x1d2)](_0x53948e[_0x532d09(0x1fc)]()):_0x197983[_0x532d09(0x1c9)]();}[_0x4c036d(0x1b7)](_0x29e8d8,_0x53da7b){const _0x32193e=_0x4c036d,{model:_0x25ec4c,plugins:_0x25edd3}=this[_0x32193e(0x1dc)];if(_0x25edd3[_0x32193e(0x1e2)](_0x32193e(0x1b2))){const _0x37115f=_0x25edd3[_0x32193e(0x1a4)](_0x32193e(0x1b2))[_0x32193e(0x1b4)](_0x53da7b);if(_0x37115f[_0x32193e(0x191)]){const _0x471e69=this[_0x32193e(0x1c3)](_0x29e8d8),_0x4bcbf9=this[_0x32193e(0x1ec)](_0x37115f,_0x471e69);return _0x25ec4c[_0x32193e(0x1ad)](_0x4bcbf9,0x0);}}return null;}[_0x4c036d(0x1c3)](_0xc394b7){const _0x54acde=_0x4c036d,_0x2281b1=this[_0x54acde(0x1dc)][_0x54acde(0x1b1)][_0x54acde(0x1a4)](_0x54acde(0x1b2)),_0x6e4dc6=this[_0x54acde(0x1dc)][_0x54acde(0x1bf)][_0x54acde(0x1ee)](_0xc394b7),_0x406b03=Array[_0x54acde(0x1a9)](_0x6e4dc6[_0x54acde(0x1bc)]())[_0x54acde(0x1d4)](_0x570574=>_0x570574['is'](_0x54acde(0x1b8),_0x54acde(0x19a)));let _0x135445=0x0;return _0x406b03[_0x54acde(0x1c4)](_0x5ba080=>{const _0x5f2539=_0x54acde;_0x135445+=_0x2281b1[_0x5f2539(0x1a1)](_0x5ba080);}),_0x135445;}[_0x4c036d(0x1ec)](_0x4f97e9,_0x3e70b8){const _0x5bae6f=_0x4c036d,_0x1bdb85=this[_0x5bae6f(0x1dc)][_0x5bae6f(0x1b1)][_0x5bae6f(0x1a4)](_0x5bae6f(0x1b2)),_0x21a77f=_0x1bdb85[_0x5bae6f(0x192)](_0x4f97e9),_0x398244=_0x1bdb85[_0x5bae6f(0x1bd)](_0x4f97e9),_0x2d2cd0=_0x21a77f[_0x5bae6f(0x1da)]+0x1,_0x4638ac=_0x398244[_0x5bae6f(0x1a8)],_0x52cdc1=_0x4f97e9[0x0][_0x5bae6f(0x1d3)](_0x5bae6f(0x19a));for(let _0x1d8827=0x0;_0x1d8827<_0x3e70b8;_0x1d8827++)_0x1bdb85[_0x5bae6f(0x194)](_0x52cdc1,{'at':_0x2d2cd0});return _0x52cdc1[_0x5bae6f(0x1cd)](_0x2d2cd0)[_0x5bae6f(0x1cd)](_0x4638ac);}[_0x4c036d(0x1b0)](_0xb442fe,_0x290b47){const _0x5821ea=_0x4c036d,{plugins:_0x100e95}=this[_0x5821ea(0x1dc)],{model:_0x194696}=_0xb442fe;if(!_0x100e95[_0x5821ea(0x1e2)](_0x5821ea(0x1b2)))return;_0x100e95[_0x5821ea(0x1a4)](_0x5821ea(0x1b2))[_0x5821ea(0x1b4)](_0x290b47)[_0x5821ea(0x191)]&&_0x194696[_0x5821ea(0x1cf)](_0x290b47);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2ef7fb=_0x1600;(function(_0x4f0c3e,_0x1239cc){const _0x3b46ba=_0x1600,_0x4d9720=_0x4f0c3e();while(!![]){try{const _0x1aeba9=parseInt(_0x3b46ba(0xea))/0x1+parseInt(_0x3b46ba(0xf2))/0x2+-parseInt(_0x3b46ba(0xee))/0x3*(parseInt(_0x3b46ba(0x173))/0x4)+parseInt(_0x3b46ba(0x11a))/0x5*(-parseInt(_0x3b46ba(0x124))/0x6)+parseInt(_0x3b46ba(0x18f))/0x7+-parseInt(_0x3b46ba(0x13c))/0x8+parseInt(_0x3b46ba(0x183))/0x9*(parseInt(_0x3b46ba(0x141))/0xa);if(_0x1aeba9===_0x1239cc)break;else _0x4d9720['push'](_0x4d9720['shift']());}catch(_0x282130){_0x4d9720['push'](_0x4d9720['shift']());}}}(_0x4c59,0xc2bcb));import{Plugin as _0x4b3f77}from'ckeditor5/src/core.js';import{IconMagicWand as _0xefc77,IconRobotPencil as _0x191338}from'ckeditor5/src/icons.js';import{first as _0x41aa28,CKEditorError as _0x4b305a}from'ckeditor5/src/utils.js';import{createDropdown as _0x342b96,addMenuToDropdown as _0x5888a6,ButtonView as _0x5daa49,MenuBarMenuListItemButtonView as _0x114a25,Dialog as _0xbe266d,DialogViewPosition as _0x46922f,MenuBarMenuView as _0x1903ad,MenuBarMenuListView as _0x1bb969,MenuBarMenuListItemView as _0x492d88}from'ckeditor5/src/ui.js';import{normalizeCommandsConfig as _0x424dbd,UNGROUPED_COMMANDS_GROUP_ID as _0x2888fd}from'./utils/normalizecommandsconfig.js';import{AIAssistantEditing as _0x406304}from'./aiassistantediting.js';import{AIAdapter as _0x1bbfec}from'./adapters/aiadapter.js';import{getTranslation as _0x36475b}from'./utils/common-translations.js';import{ShowAIAssistantCommand as _0xaf110}from'./ui/showaiassistantcommand.js';import{AIAssistantController as _0x120e30}from'./ui/aiassistantcontroller.js';import{AIFormView as _0x2b4869}from'./ui/form/aiformview.js';import{AIFormToolbarViewMainActionLabel as _0x163173}from'./ui/form/aiformtoolbarview.js';import'../../theme/aiassistant/ai.css';import'../../theme/aiassistant/ai-dropdown.css';function _0x4c59(){const _0x50c1b5=['_getMenuBarGroupButtons','document','isOn','plugins','filter','fire','_createAIAssistantUIButton','isOfficialPlugin','ck-ai-assistant-ui','includes','insertContentBelow','<p>','aiLicenseKeyEvaluationLimit','isFlat','change','promptView','menuBar:aiAssistant','\x20ck-ai-assistant-ui_theme','aiLicenseKeyNotAllowed','queryView','textAdapter','_commandDefinitions','getSelectedElement','Generated\x20content:\x20%0','map','_getResolvedCommandsDefinitions','10070lkRDIX','command:','custom','once','domainLimit','config','ai.assistant.commands','showUI','length','tableOfContents','870oeuRnN','AIAssistantUI','hide','REPLACE','_dialog','change:isProcessing','menuBar:aiCommands','usageLimit','contentArea','buttons','setSelection','aiLicenseKeyUsageLimit','requiresContent','announce','expired','reset','licenseKey','_aiAssistantController','_initView','ck-ai-commands-dropdown\x20','getData','getLimitElement','destroy','polite','9074448KDaLyG','editor','fieldView','rawHtml','getSelectedBlocks','10TOAcJW','getRanges','showAIAssistant','AI\x20Assistant','AI\x20is\x20writing','evaluationLimit','_licenseKeyCheckInterval','schema','pluginName','ai.assistant.useTheme','Error\x20during\x20AI\x20content\x20generation:\x20%0','body','enabledCommandsIds','aiLicenseKeyTrialLimit','INSERT','requires','ai.assistant.contentAreaCssClass','showFakeVisualSelection','items','change:value','DataTransfer','from','editing','menuPanelClass','AI\x20Commands','updatePosition','comment','aiLicenseKeyDomainLimit','EDITOR_TOP_SIDE','menuView','aiLicenseKeyExpired','isEnabled','_uiCssClasses','init','text','label','trim','add','push','_forceMarkersCopy','_populateMenuBarMenu','aiCommands','render','currentContext','aiLicenseKeyValid','view','_onExecute','wasMoved','commands','ai.assistant.disabledElements','1620ofWrzl','isCollapsed','_initAriaAiStatusChangeAnnouncements','groupLabel','ai-commands-config-order-collision','sort','</p>','copy','source','delegate','text/html','show','listenTo','componentFactory','execute','insertContent','15323112FufbZY','values','change:isError','splice','locale','get','_aiAdapter','errorView','_showLicenseError','children','aiLicenseKeyInvalid','update','3935365ueGBJs','bind','selection','_formView','menuitemcheckbox','forEach','define','aiAssistant','set','order','isPremiumPlugin','429092VaSNDG','model','trialLimit','hideUI','9582BEDqRP','featureNotAllowed','ck-ai-assistant-button\x20','replaceContent','1647388bTZqyf','groupId','buttonView','AIAssistant','invalid','media','change:enabledCommandsIds','prompt','updateView','replace','hideFakeVisualSelection','focus','addMany','panelView'];_0x4c59=function(){return _0x50c1b5;};return _0x4c59();}import'../../theme/aiassistant/ai-form.css';const P=globalThis[_0x2ef7fb(0x155)];import{ClipboardMarkersUtils as _0x4cab05}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x1ac5e9,ViewDataTransfer as _0x56ef1a}from'ckeditor5/src/engine.js';function _0x1600(_0x106200,_0x1d6087){const _0x4c59f5=_0x4c59();return _0x1600=function(_0x160057,_0x5bd738){_0x160057=_0x160057-0xe7;let _0x16d161=_0x4c59f5[_0x160057];return _0x16d161;},_0x1600(_0x106200,_0x1d6087);}export class AIAssistantUI extends _0x4b3f77{[_0x2ef7fb(0x134)];[_0x2ef7fb(0x147)];[_0x2ef7fb(0x128)];[_0x2ef7fb(0x192)];[_0x2ef7fb(0x189)];[_0x2ef7fb(0x135)];[_0x2ef7fb(0x161)]='';static get[_0x2ef7fb(0x149)](){const _0x59cab4=_0x2ef7fb;return _0x59cab4(0x125);}static get[_0x2ef7fb(0x107)](){return!0x0;}static get[_0x2ef7fb(0xe9)](){return!0x0;}static get[_0x2ef7fb(0x150)](){return[_0x4cab05,_0x406304,_0x1bbfec,_0xbe266d];}constructor(_0x5a80b3){const _0x3a2590=_0x2ef7fb;super(_0x5a80b3),_0x5a80b3[_0x3a2590(0x11f)][_0x3a2590(0x195)](_0x3a2590(0x172),[_0x3a2590(0xf7),_0x3a2590(0x13f),_0x3a2590(0x123)]),_0x5a80b3[_0x3a2590(0x11f)][_0x3a2590(0x195)](_0x3a2590(0x151),''),_0x5a80b3[_0x3a2590(0x11f)][_0x3a2590(0x195)](_0x3a2590(0x14a),!0x0),this[_0x3a2590(0x161)]=_0x3a2590(0x108)+(_0x5a80b3[_0x3a2590(0x11f)][_0x3a2590(0x188)](_0x3a2590(0x14a))?_0x3a2590(0x111):'');}[_0x2ef7fb(0x162)](){const _0x4c58a1=_0x2ef7fb,{editor:_0x43e48f}=this;this[_0x4c58a1(0x189)]=_0x43e48f[_0x4c58a1(0x103)][_0x4c58a1(0x188)](_0x1bbfec),this[_0x4c58a1(0x128)]=_0x43e48f[_0x4c58a1(0x103)][_0x4c58a1(0x188)](_0xbe266d),this[_0x4c58a1(0x192)]=null,this[_0x4c58a1(0x115)]=this[_0x4c58a1(0x119)]();const _0xdb1e2c=new _0xaf110(_0x43e48f,Array[_0x4c58a1(0x156)](this[_0x4c58a1(0x115)][_0x4c58a1(0x184)]()));_0x43e48f[_0x4c58a1(0x171)][_0x4c58a1(0x166)](_0x4c58a1(0x143),_0xdb1e2c),_0x43e48f['ui'][_0x4c58a1(0x180)][_0x4c58a1(0x166)](_0x4c58a1(0x16a),_0x34ff40=>{const _0x3e7de5=_0x4c58a1,_0x3c7cd1=_0x342b96(_0x34ff40);return _0x3c7cd1[_0x3e7de5(0xe7)]({'class':_0x3e7de5(0x137)+this[_0x3e7de5(0x161)]}),_0x3c7cd1[_0x3e7de5(0xf4)][_0x3e7de5(0xe7)]({'label':_0x36475b(_0x34ff40,_0x3e7de5(0x159)),'icon':_0xefc77,'tooltip':!0x0}),_0x3c7cd1['on'](_0x3e7de5(0x181),_0x66724c=>this[_0x3e7de5(0x16f)](_0x66724c[_0x3e7de5(0x17b)]['id'])),_0x5888a6(_0x3c7cd1,_0x43e48f['ui'][_0x3e7de5(0x16e)][_0x3e7de5(0x14c)],function(_0x1678e7){const _0x481597=_0x3e7de5,_0x34265e=_0x424dbd(_0x1678e7[_0x481597(0x11f)][_0x481597(0x188)](_0x481597(0x120)),_0x1678e7[_0x481597(0x187)]),_0x27cf66=ii(_0x1678e7,_0x34265e)[_0x481597(0x104)](_0x344724=>_0x344724[_0x481597(0x171)][_0x481597(0x122)]);if(0x1===_0x27cf66[_0x481597(0x122)])return ii(_0x1678e7,_0x27cf66[0x0][_0x481597(0x171)])[_0x481597(0x118)](_0x34cf4f=>({'id':_0x34cf4f['id'],'label':_0x34cf4f[_0x481597(0x164)]}));return _0x27cf66[_0x481597(0x118)](_0x2edf42=>{const _0x2544c5=_0x481597,{groupId:_0x586ae4,groupLabel:_0x9735ad,commands:_0x2fe651}=_0x2edf42,_0x166456=ii(_0x1678e7,_0x2fe651)[_0x2544c5(0x118)](_0x1faa88=>({'id':_0x1faa88['id'],'label':_0x1faa88[_0x2544c5(0x164)]}));return{'id':_0x586ae4,'menu':_0x9735ad||_0x586ae4,'children':_0x166456};});}(_0x43e48f),{'ariaLabel':_0x36475b(_0x34ff40,_0x3e7de5(0x159))}),_0x3c7cd1[_0x3e7de5(0x15e)][_0x3e7de5(0x158)]=_0x3e7de5(0x137)+this[_0x3e7de5(0x161)],_0xdb1e2c['on'](_0x3e7de5(0xf8),_0x36b9f9),_0x3c7cd1[_0x3e7de5(0x15e)][_0x3e7de5(0x11d)](_0x3e7de5(0x16b),_0x36b9f9),_0x3c7cd1;function _0x36b9f9(){const _0x308e6b=_0x3e7de5;_0x3c7cd1[_0x308e6b(0x160)]=_0xdb1e2c[_0x308e6b(0x14d)][_0x308e6b(0x122)]>0x0;for(const _0x166737 of _0x3c7cd1[_0x308e6b(0x15e)][_0x308e6b(0x12d)])_0x166737[_0x308e6b(0x160)]=_0xdb1e2c[_0x308e6b(0x14d)][_0x308e6b(0x109)](_0x166737['id']);}}),_0x43e48f['ui'][_0x4c58a1(0x180)][_0x4c58a1(0x166)](_0x4c58a1(0x12a),_0x3080a5=>{const _0xb4a8a2=_0x4c58a1,_0x3b16f1=new _0x1903ad(_0x3080a5);_0x3b16f1[_0xb4a8a2(0xf4)][_0xb4a8a2(0xe7)]({'label':_0x36475b(_0x3080a5,_0xb4a8a2(0x159)),'icon':_0xefc77}),_0x3b16f1[_0xb4a8a2(0x190)](_0xb4a8a2(0x160))['to'](_0xdb1e2c,_0xb4a8a2(0x14d),_0x4313b9=>_0x4313b9[_0xb4a8a2(0x122)]>0x0);const _0x1ac5d0=_0x424dbd(_0x43e48f[_0xb4a8a2(0x11f)][_0xb4a8a2(0x188)](_0xb4a8a2(0x120)),_0x3080a5);return this[_0xb4a8a2(0x169)](_0xdb1e2c,_0x3b16f1,_0x1ac5d0,_0x3cdcbf=>this[_0xb4a8a2(0x16f)](_0x3cdcbf)),_0x3b16f1;}),_0x43e48f['ui'][_0x4c58a1(0x180)][_0x4c58a1(0x166)](_0x4c58a1(0x196),()=>{const _0x4a8d21=_0x4c58a1,_0x1c1f05=this[_0x4a8d21(0x106)](_0x5daa49);return _0x1c1f05[_0x4a8d21(0xe7)]({'tooltip':!0x0,'class':_0x4a8d21(0xf0)+this[_0x4a8d21(0x161)]}),_0x1c1f05;}),_0x43e48f['ui'][_0x4c58a1(0x180)][_0x4c58a1(0x166)](_0x4c58a1(0x110),()=>{const _0x4d48d4=_0x4c58a1,_0xf88674=this[_0x4d48d4(0x106)](_0x114a25);return _0xf88674[_0x4d48d4(0xe7)]({'role':_0x4d48d4(0x193)}),_0xf88674;}),this[_0x4c58a1(0x134)]=this[_0x4c58a1(0x13d)][_0x4c58a1(0x11f)][_0x4c58a1(0x188)](_0x4c58a1(0x134));const _0x3502c7=this[_0x4c58a1(0x13d)];this[_0x4c58a1(0x147)]=setInterval(()=>{const _0x3632db=_0x4c58a1;let _0x366c11;for(const _0x4b6889 in _0x3502c7){const _0x23e7c3=_0x4b6889,_0x448962=_0x3502c7[_0x23e7c3];if(_0x3632db(0x16d)==_0x448962||_0x3632db(0x18d)==_0x448962||_0x3632db(0x15f)==_0x448962||_0x3632db(0x15c)==_0x448962||_0x3632db(0x112)==_0x448962||_0x3632db(0x10c)==_0x448962||_0x3632db(0x14e)==_0x448962||_0x3632db(0x12f)==_0x448962){delete _0x3502c7[_0x23e7c3],_0x366c11=_0x448962,clearInterval(this[_0x3632db(0x147)]),this[_0x3632db(0x147)]=void 0x0;break;}}_0x3632db(0x18d)==_0x366c11&&_0x3502c7[_0x3632db(0x18b)](_0x3632db(0xf6)),_0x3632db(0x15f)==_0x366c11&&_0x3502c7[_0x3632db(0x18b)](_0x3632db(0x132)),_0x3632db(0x15c)==_0x366c11&&_0x3502c7[_0x3632db(0x18b)](_0x3632db(0x11e)),_0x3632db(0x112)==_0x366c11&&_0x3502c7[_0x3632db(0x18b)](_0x3632db(0xef),_0x3632db(0xf5)),_0x3632db(0x10c)==_0x366c11&&_0x3502c7[_0x3632db(0x18b)](_0x3632db(0x146)),_0x3632db(0x14e)==_0x366c11&&_0x3502c7[_0x3632db(0x18b)](_0x3632db(0xec)),_0x3632db(0x12f)==_0x366c11&&_0x3502c7[_0x3632db(0x18b)](_0x3632db(0x12b));},0x3e8);}[_0x2ef7fb(0x13a)](){const _0x8db97e=_0x2ef7fb;super[_0x8db97e(0x13a)](),this[_0x8db97e(0x147)]&&clearInterval(this[_0x8db97e(0x147)]);}[_0x2ef7fb(0x121)](_0x123f6d='',_0x4a84db='',_0x1791b1=_0x2ef7fb(0x11c)){const _0x4cf06f=_0x2ef7fb,_0x5c3a2a=this[_0x4cf06f(0x13d)],_0x1f0f02=_0x5c3a2a[_0x4cf06f(0x157)][_0x4cf06f(0x16e)],_0x357bcc=_0x5c3a2a[_0x4cf06f(0x103)][_0x4cf06f(0x188)](_0x406304),_0x58f61e=_0x5c3a2a[_0x4cf06f(0x103)][_0x4cf06f(0x188)](_0x4cab05);_0x357bcc[_0x4cf06f(0x152)]();const _0x4edd31=new P(),_0x12fb78=new ClipboardEvent(_0x4cf06f(0x17a),{'clipboardData':_0x4edd31}),_0x600453=new _0x56ef1a(_0x4edd31),_0x56634d=new _0x1ac5e9(_0x1f0f02,_0x12fb78,{'dataTransfer':_0x600453});_0x58f61e[_0x4cf06f(0x168)](_0x4cf06f(0x15b),()=>{const _0x39c542=_0x4cf06f;_0x1f0f02[_0x39c542(0x101)][_0x39c542(0x105)](_0x39c542(0x17a),_0x56634d);}),this[_0x4cf06f(0x192)]||(this[_0x4cf06f(0x136)](),this[_0x4cf06f(0x135)]=new _0x120e30(_0x5c3a2a,this[_0x4cf06f(0x189)][_0x4cf06f(0x114)],this[_0x4cf06f(0x192)]));let _0x2708fd=_0x600453[_0x4cf06f(0x138)](_0x4cf06f(0x17d));const _0xda76d1=_0x5c3a2a[_0x4cf06f(0xeb)][_0x4cf06f(0x101)][_0x4cf06f(0x191)],_0x10f23a=Array[_0x4cf06f(0x156)](_0xda76d1[_0x4cf06f(0x142)]());0x1===_0x10f23a[_0x4cf06f(0x122)]&&_0x10f23a[0x0][_0x4cf06f(0x10d)]&&!_0xda76d1[_0x4cf06f(0x116)]()&&''!==_0x2708fd[_0x4cf06f(0xfb)](/&nbsp;/g,'')[_0x4cf06f(0x165)]()&&(_0x2708fd=_0x4cf06f(0x10b)+_0x2708fd+_0x4cf06f(0x179)),this[_0x4cf06f(0x135)][_0x4cf06f(0xfa)]({'actionId':_0x1791b1,'query':_0x123f6d,'htmlContent':_0x2708fd,'label':_0x4a84db,'mainActionLabel':_0x163173[_0x5c3a2a[_0x4cf06f(0xeb)][_0x4cf06f(0x101)][_0x4cf06f(0x191)][_0x4cf06f(0x174)]?_0x4cf06f(0x14f):_0x4cf06f(0x127)]}),_0x4cf06f(0x196)!==this[_0x4cf06f(0x128)]['id']?this[_0x4cf06f(0x128)][_0x4cf06f(0x17e)]({'id':_0x4cf06f(0x196),'icon':_0x191338,'title':_0x36475b(this[_0x4cf06f(0x13d)][_0x4cf06f(0x187)],_0x4cf06f(0x144)),'content':this[_0x4cf06f(0x192)],'position':_0x46922f[_0x4cf06f(0x15d)],'onShow':()=>{const _0x5970fe=_0x4cf06f;this[_0x5970fe(0x192)][_0x5970fe(0xfd)]();},'onHide':()=>{const _0xbe17f1=_0x4cf06f;this[_0xbe17f1(0x135)][_0xbe17f1(0x133)](),_0x357bcc[_0xbe17f1(0xfc)]();}}):this[_0x4cf06f(0x128)][_0x4cf06f(0x16e)][_0x4cf06f(0x170)]||this[_0x4cf06f(0x128)][_0x4cf06f(0x16e)][_0x4cf06f(0x15a)]();}[_0x2ef7fb(0xed)](){const _0x2ce08e=_0x2ef7fb;this[_0x2ce08e(0x128)][_0x2ce08e(0x126)]();}[_0x2ef7fb(0x119)](){const _0x344dff=_0x2ef7fb,_0x1a9ab2=new Map(),_0x54848d=_0x424dbd(this[_0x344dff(0x13d)][_0x344dff(0x11f)][_0x344dff(0x188)](_0x344dff(0x120)),this[_0x344dff(0x13d)][_0x344dff(0x187)]);for(const _0x533c57 of _0x54848d)for(const _0x2f6bfc of _0x533c57[_0x344dff(0x171)])_0x1a9ab2[_0x344dff(0xe7)](_0x2f6bfc['id'],{..._0x2f6bfc,'groupId':_0x533c57[_0x344dff(0xf3)],'groupLabel':_0x533c57[_0x344dff(0x176)]||_0x533c57[_0x344dff(0xf3)]});return _0x1a9ab2;}[_0x2ef7fb(0x106)](_0x6a8ca0){const _0xfd04c2=_0x2ef7fb,_0x33b773=this[_0xfd04c2(0x13d)],_0x3cc3a0=_0x33b773[_0xfd04c2(0x171)][_0xfd04c2(0x188)](_0xfd04c2(0x143)),_0x49d763=new _0x6a8ca0(_0x33b773[_0xfd04c2(0x187)]);return _0x49d763[_0xfd04c2(0xe7)]({'label':_0x36475b(_0x33b773[_0xfd04c2(0x187)],_0xfd04c2(0x144)),'icon':_0x191338,'isToggleable':!0x0}),_0x49d763[_0xfd04c2(0x190)](_0xfd04c2(0x160))['to'](_0x3cc3a0),_0x49d763[_0xfd04c2(0x190)](_0xfd04c2(0x102))['to'](this[_0xfd04c2(0x128)],'id',_0x2fb90e=>_0xfd04c2(0x196)===_0x2fb90e),this[_0xfd04c2(0x17f)](_0x49d763,_0xfd04c2(0x181),()=>{const _0x49ef8c=_0xfd04c2;_0x49d763[_0x49ef8c(0x102)]?this[_0x49ef8c(0xed)]():_0x3cc3a0[_0x49ef8c(0x181)]();}),_0x49d763;}[_0x2ef7fb(0x136)](){const _0x5eb4c7=_0x2ef7fb,_0x3db928=this[_0x5eb4c7(0x13d)][_0x5eb4c7(0x103)][_0x5eb4c7(0x188)](_0x406304);this[_0x5eb4c7(0x192)]=new _0x2b4869(this[_0x5eb4c7(0x13d)][_0x5eb4c7(0x187)],this[_0x5eb4c7(0x161)],this[_0x5eb4c7(0x13d)][_0x5eb4c7(0x11f)][_0x5eb4c7(0x188)](_0x5eb4c7(0x151))),this[_0x5eb4c7(0x192)]['on'](_0x5eb4c7(0x154),()=>{const _0x438cd0=_0x5eb4c7;this[_0x438cd0(0x128)][_0x438cd0(0x16e)][_0x438cd0(0x170)]||this[_0x438cd0(0x128)][_0x438cd0(0x16e)][_0x438cd0(0x15a)]();}),this[_0x5eb4c7(0x192)][_0x5eb4c7(0x10f)][_0x5eb4c7(0x113)][_0x5eb4c7(0x13e)]['on'](_0x5eb4c7(0x18e),()=>{const _0x46987c=_0x5eb4c7;this[_0x46987c(0x128)][_0x46987c(0x16e)][_0x46987c(0x170)]||this[_0x46987c(0x128)][_0x46987c(0x16e)][_0x46987c(0x15a)]();}),this[_0x5eb4c7(0x17f)](this[_0x5eb4c7(0x192)],_0x5eb4c7(0xf1),()=>{const _0x18668a=_0x5eb4c7;_0x3db928[_0x18668a(0x182)](this[_0x18668a(0x135)][_0x18668a(0x16c)]),this[_0x18668a(0xed)]();}),this[_0x5eb4c7(0x17f)](this[_0x5eb4c7(0x192)],_0x5eb4c7(0x10a),()=>{const _0x4e6d29=_0x5eb4c7;_0x3db928[_0x4e6d29(0x10a)](this[_0x4e6d29(0x135)][_0x4e6d29(0x16c)]),this[_0x4e6d29(0xed)]();}),this[_0x5eb4c7(0x175)]();}[_0x2ef7fb(0x175)](){const _0x25478b=_0x2ef7fb,{locale:_0x2a9a37,ui:{ariaLiveAnnouncer:_0x5bcb05}}=this[_0x25478b(0x13d)];this[_0x25478b(0x192)][_0x25478b(0x12c)]['on'](_0x25478b(0x129),(_0x648ea1,_0x333fbb,_0x301496)=>{const _0x4915ab=_0x25478b,_0x4fdd77=this[_0x4915ab(0x135)][_0x4915ab(0x16c)];_0x301496?_0x5bcb05[_0x4915ab(0x131)](_0x36475b(_0x2a9a37,_0x4915ab(0x145))):_0x4fdd77&&_0x5bcb05[_0x4915ab(0x131)](_0x36475b(_0x2a9a37,_0x4915ab(0x117),_0x4fdd77),{'politeness':_0x4915ab(0x13b),'isUnsafeHTML':!0x0});}),this[_0x25478b(0x192)]['on'](_0x25478b(0x185),(_0x574eab,_0x4e5029,_0xbc22cb)=>{const _0x12f2f2=_0x25478b;if(_0xbc22cb){const _0x2af07b=this[_0x12f2f2(0x192)][_0x12f2f2(0x18a)][_0x12f2f2(0x163)];_0x5bcb05[_0x12f2f2(0x131)](_0x36475b(_0x2a9a37,_0x12f2f2(0x14b),_0x2af07b));}});}[_0x2ef7fb(0x16f)](_0x1a7280){const _0x32b622=_0x2ef7fb,_0x53ae36=this[_0x32b622(0x115)][_0x32b622(0x188)](_0x1a7280),_0x127512=this[_0x32b622(0x13d)],_0x4aad37=_0x127512[_0x32b622(0xeb)][_0x32b622(0x101)][_0x32b622(0x191)],_0x12cfb0=_0x127512[_0x32b622(0x171)][_0x32b622(0x188)](_0x32b622(0x143)),_0x5f1053=_0x127512[_0x32b622(0x103)][_0x32b622(0x188)](_0x406304),_0x5b1ead=''+(_0x53ae36[_0x32b622(0xf3)]!==_0x2888fd?_0x53ae36[_0x32b622(0x176)]+':\x20':'')+_0x53ae36[_0x32b622(0x164)];if(!0x1!==_0x53ae36[_0x32b622(0x130)]&&_0x4aad37[_0x32b622(0x174)]){const _0x8d420=_0x41aa28(_0x4aad37[_0x32b622(0x140)]())||_0x127512[_0x32b622(0xeb)][_0x32b622(0x148)][_0x32b622(0x139)](_0x4aad37);_0x127512[_0x32b622(0xeb)][_0x32b622(0x10e)](_0x262aeb=>{const _0x125f82=_0x32b622;_0x262aeb[_0x125f82(0x12e)](_0x8d420,'in');});}_0x5f1053[_0x32b622(0x152)](),_0x12cfb0[_0x32b622(0x181)](_0x53ae36[_0x32b622(0xf9)],_0x5b1ead,_0x32b622(0x11b)+_0x1a7280);}[_0x2ef7fb(0x169)](_0x28dff9,_0x4d6269,_0x220f60,_0xb5e5cf){const _0x7be094=_0x2ef7fb,_0x327530=this[_0x7be094(0x13d)],_0x2bbd9c=_0x327530[_0x7be094(0x187)],_0x3a7c3e=new _0x1bb969(_0x2bbd9c),_0x56cbee=ii(_0x327530,_0x220f60)[_0x7be094(0x104)](_0x18b9f1=>_0x18b9f1[_0x7be094(0x171)][_0x7be094(0x122)]);0x1===_0x56cbee[_0x7be094(0x122)]?this[_0x7be094(0x100)]({'command':_0x28dff9,'commands':_0x56cbee[0x0][_0x7be094(0x171)],'parentMenuView':_0x4d6269,'onExecute':_0xb5e5cf})[_0x7be094(0x194)](_0x1c9a68=>_0x3a7c3e[_0x7be094(0x153)][_0x7be094(0x166)](_0x1c9a68)):_0x56cbee[_0x7be094(0x194)](({groupId:_0x232e16,groupLabel:_0x1adbbb,commands:_0xb1f4e7})=>{const _0x5387b0=_0x7be094,_0x3fdb61=new _0x492d88(_0x2bbd9c,_0x4d6269),_0x322abb=new _0x1903ad(_0x2bbd9c),_0x27f78b=new _0x1bb969(_0x2bbd9c),_0xea955=this[_0x5387b0(0x100)]({'command':_0x28dff9,'commands':_0xb1f4e7,'parentMenuView':_0x322abb,'onExecute':_0xb5e5cf});_0x322abb[_0x5387b0(0xf4)][_0x5387b0(0xe7)]({'label':_0x1adbbb||_0x232e16}),_0x322abb[_0x5387b0(0x17c)](_0x5387b0(0x181))['to'](_0x4d6269),_0x27f78b[_0x5387b0(0x153)][_0x5387b0(0xfe)](_0xea955),_0x322abb[_0x5387b0(0xff)][_0x5387b0(0x18c)][_0x5387b0(0x166)](_0x27f78b),_0x3fdb61[_0x5387b0(0x18c)][_0x5387b0(0x166)](_0x322abb),_0x3a7c3e[_0x5387b0(0x153)][_0x5387b0(0x166)](_0x3fdb61);}),_0x4d6269[_0x7be094(0xff)][_0x7be094(0x18c)][_0x7be094(0x166)](_0x3a7c3e);}[_0x2ef7fb(0x100)]({command:_0x41b107,commands:_0x4c38de,parentMenuView:_0x582e01,onExecute:_0x35d49b}){const _0x5f4084=_0x2ef7fb,_0x528d82=this[_0x5f4084(0x13d)],_0x1da59d=_0x528d82[_0x5f4084(0x187)];return ii(_0x528d82,_0x4c38de)[_0x5f4084(0x118)](_0x439e6b=>{const _0x708b87=_0x5f4084,_0xa4f069=new _0x492d88(_0x1da59d,_0x582e01),_0x28ac3c=new _0x114a25(_0x1da59d);return _0x28ac3c[_0x708b87(0xe7)]({'label':_0x439e6b[_0x708b87(0x164)]}),_0x28ac3c[_0x708b87(0x17c)](_0x708b87(0x181))['to'](_0x582e01),_0x28ac3c['on'](_0x708b87(0x181),()=>_0x35d49b(_0x439e6b['id'])),_0x28ac3c[_0x708b87(0x190)](_0x708b87(0x160))['to'](_0x41b107,_0x708b87(0x14d),_0x377333=>_0x377333[_0x708b87(0x109)](_0x439e6b['id'])),_0xa4f069[_0x708b87(0x18c)][_0x708b87(0x166)](_0x28ac3c),_0xa4f069;});}}function Z(_0x22544e,_0x46df33){const _0x8ab89b=_0x2ef7fb;return void 0x0!==_0x22544e[_0x8ab89b(0xe8)]&&void 0x0===_0x46df33[_0x8ab89b(0xe8)]?0x1:void 0x0===_0x22544e[_0x8ab89b(0xe8)]&&void 0x0!==_0x46df33[_0x8ab89b(0xe8)]?-0x1:void 0x0!==_0x22544e[_0x8ab89b(0xe8)]&&void 0x0!==_0x46df33[_0x8ab89b(0xe8)]?_0x22544e[_0x8ab89b(0xe8)]-_0x46df33[_0x8ab89b(0xe8)]:0x0;}function ii(_0x31ed13,_0x14c6f7){const _0x1e501e=_0x2ef7fb;_0x14c6f7[_0x1e501e(0x178)](Z);const _0x3f6ad3={},_0x568c57=[];for(const _0x2c0045 of _0x14c6f7)if(void 0x0!==_0x2c0045[_0x1e501e(0xe8)]){if(_0x2c0045[_0x1e501e(0xe8)]in _0x3f6ad3)throw new _0x4b305a(_0x1e501e(0x177),_0x31ed13,{'conflictingDefinitions':[_0x2c0045,_0x3f6ad3[_0x2c0045[_0x1e501e(0xe8)]]]});_0x3f6ad3[_0x2c0045[_0x1e501e(0xe8)]]=_0x2c0045,_0x568c57[_0x1e501e(0x186)](_0x2c0045[_0x1e501e(0xe8)],0x0,_0x2c0045);}else _0x568c57[_0x1e501e(0x167)](_0x2c0045);return _0x568c57;}
23
+ const _0x1bd33a=_0x3e67;(function(_0x3c6b26,_0x2ac9fe){const _0x2151d6=_0x3e67,_0x164b5a=_0x3c6b26();while(!![]){try{const _0x430f10=parseInt(_0x2151d6(0x1af))/0x1+parseInt(_0x2151d6(0x1cd))/0x2+-parseInt(_0x2151d6(0x1d1))/0x3*(parseInt(_0x2151d6(0x221))/0x4)+-parseInt(_0x2151d6(0x233))/0x5*(-parseInt(_0x2151d6(0x21c))/0x6)+-parseInt(_0x2151d6(0x1e9))/0x7+parseInt(_0x2151d6(0x1c5))/0x8*(parseInt(_0x2151d6(0x1a4))/0x9)+-parseInt(_0x2151d6(0x1b9))/0xa*(-parseInt(_0x2151d6(0x20e))/0xb);if(_0x430f10===_0x2ac9fe)break;else _0x164b5a['push'](_0x164b5a['shift']());}catch(_0x5dda44){_0x164b5a['push'](_0x164b5a['shift']());}}}(_0xf7bf,0x1e8cf));import{Plugin as _0x4263a3}from'ckeditor5/src/core.js';import{IconMagicWand as _0x42213e,IconRobotPencil as _0x3e058b}from'ckeditor5/src/icons.js';function _0x3e67(_0x3c2850,_0x3f5fce){const _0xf7bf22=_0xf7bf();return _0x3e67=function(_0x3e671e,_0x25d4e9){_0x3e671e=_0x3e671e-0x198;let _0x3b53cb=_0xf7bf22[_0x3e671e];return _0x3b53cb;},_0x3e67(_0x3c2850,_0x3f5fce);}import{first as _0x568eca,CKEditorError as _0x957f46}from'ckeditor5/src/utils.js';import{createDropdown as _0x4c07bc,addMenuToDropdown as _0x426cb6,ButtonView as _0x216923,MenuBarMenuListItemButtonView as _0x3e6101,Dialog as _0x17316b,DialogViewPosition as _0x5cd45d,MenuBarMenuView as _0x30e70c,MenuBarMenuListView as _0x18f764,MenuBarMenuListItemView as _0x44c908}from'ckeditor5/src/ui.js';import{normalizeCommandsConfig as _0x241091,UNGROUPED_COMMANDS_GROUP_ID as _0x14fdfe}from'./utils/normalizecommandsconfig.js';import{AIAssistantEditing as _0x25c7db}from'./aiassistantediting.js';import{AIAdapter as _0x20d478}from'./adapters/aiadapter.js';import{getTranslation as _0x5905c8}from'./utils/common-translations.js';import{ShowAIAssistantCommand as _0x4143e0}from'./ui/showaiassistantcommand.js';import{AIAssistantController as _0x15774d}from'./ui/aiassistantcontroller.js';import{AIFormView as _0x5b5d59}from'./ui/form/aiformview.js';import{AIFormToolbarViewMainActionLabel as _0x1e6457}from'./ui/form/aiformtoolbarview.js';import'../../theme/aiassistant/ai.css';function _0xf7bf(){const _0x722f26=['push','media','view','1723176UlyNEC','set','schema','showUI','AI\x20Commands','Error\x20during\x20AI\x20content\x20generation:\x20%0','model','enabledCommandsIds','hideFakeVisualSelection','editing','invalid','execute','ck-ai-assistant-ui','render','buttonView','_uiCssClasses','destroy','_getMenuBarGroupButtons','wasMoved','values','editor','focus','comment','change:isProcessing','INSERT','featureNotAllowed','text/html','aiLicenseKeyInvalid','change:enabledCommandsIds','aiCommands','hide','getLimitElement','define','AI\x20is\x20writing','_populateMenuBarMenu','AIAssistantUI','once','2642398GlPTlP','addMany','errorView','map','domainLimit','forEach','announce','commands','promptView','hideUI','ai.assistant.useTheme','aiAssistant','expired','items','450zeBnkP','show','getSelectedElement','ck-ai-assistant-button\x20','menuView','8bxyeRR','groupLabel','isCollapsed','menuPanelClass','componentFactory','_aiAdapter','_initView','replace','update','menuBar:aiCommands','_commandDefinitions','aiLicenseKeyDomainLimit','change','_licenseKeyCheckInterval','groupId','custom','source','locale','8185hkOVPl','isEnabled','aiLicenseKeyUsageLimit','buttons','change:value','panelView','isPremiumPlugin','change:isError','pluginName','config','</p>','licenseKey','usageLimit','document','requires','showAIAssistant','ai.assistant.contentAreaCssClass','contentArea','isFlat','queryView','getSelectedBlocks','_initAriaAiStatusChangeAnnouncements','ai.assistant.disabledElements','_onExecute','_getResolvedCommandsDefinitions','filter','AIAssistant','init','rawHtml','length','updatePosition','aiLicenseKeyValid','AI\x20Assistant','sort','1323JJgWok','trialLimit','fire','ai.assistant.commands','menuBar:aiAssistant','polite','ck-ai-commands-dropdown\x20','DataTransfer','\x20ck-ai-assistant-ui_theme','textAdapter','aiLicenseKeyExpired','15562IDWekx','_dialog','reset','body','delegate','setSelection','aiLicenseKeyEvaluationLimit','from','plugins','bind','10fOJADW','_createAIAssistantUIButton','includes','splice','label','listenTo','insertContentBelow','tableOfContents','fieldView','add','getData','_showLicenseError','5048MGolWm','copy','_aiAssistantController','getRanges','ai-commands-config-order-collision','<p>','currentContext','aiLicenseKeyNotAllowed','21198jEOnvB','_formView','selection','get','165912LwjRCQ','updateView','order','prompt','menuitemcheckbox','aiLicenseKeyTrialLimit','isOn','insertContent','EDITOR_TOP_SIDE','isOfficialPlugin','evaluationLimit','_forceMarkersCopy','replaceContent','trim','text','children','showFakeVisualSelection','command:','REPLACE','Generated\x20content:\x20%0','requiresContent'];_0xf7bf=function(){return _0x722f26;};return _0xf7bf();}import'../../theme/aiassistant/ai-dropdown.css';import'../../theme/aiassistant/ai-form.css';const w=globalThis[_0x1bd33a(0x1ab)];import{ClipboardMarkersUtils as _0x3df15b}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x104e1a,ViewDataTransfer as _0x682607}from'ckeditor5/src/engine.js';export class AIAssistantUI extends _0x4263a3{[_0x1bd33a(0x23e)];[_0x1bd33a(0x22e)];[_0x1bd33a(0x1b0)];[_0x1bd33a(0x1ce)];[_0x1bd33a(0x226)];[_0x1bd33a(0x1c7)];[_0x1bd33a(0x1f8)]='';static get[_0x1bd33a(0x23b)](){const _0x1a5b22=_0x1bd33a;return _0x1a5b22(0x20c);}static get[_0x1bd33a(0x1da)](){return!0x0;}static get[_0x1bd33a(0x239)](){return!0x0;}static get[_0x1bd33a(0x241)](){return[_0x3df15b,_0x25c7db,_0x20d478,_0x17316b];}constructor(_0x343c59){const _0x3c4d06=_0x1bd33a;super(_0x343c59),_0x343c59[_0x3c4d06(0x23c)][_0x3c4d06(0x209)](_0x3c4d06(0x198),[_0x3c4d06(0x1e7),_0x3c4d06(0x19e),_0x3c4d06(0x1c0)]),_0x343c59[_0x3c4d06(0x23c)][_0x3c4d06(0x209)](_0x3c4d06(0x243),''),_0x343c59[_0x3c4d06(0x23c)][_0x3c4d06(0x209)](_0x3c4d06(0x218),!0x0),this[_0x3c4d06(0x1f8)]=_0x3c4d06(0x1f5)+(_0x343c59[_0x3c4d06(0x23c)][_0x3c4d06(0x1d0)](_0x3c4d06(0x218))?_0x3c4d06(0x1ac):'');}[_0x1bd33a(0x19d)](){const _0x33551e=_0x1bd33a,{editor:_0x1ec62a}=this;this[_0x33551e(0x226)]=_0x1ec62a[_0x33551e(0x1b7)][_0x33551e(0x1d0)](_0x20d478),this[_0x33551e(0x1b0)]=_0x1ec62a[_0x33551e(0x1b7)][_0x33551e(0x1d0)](_0x17316b),this[_0x33551e(0x1ce)]=null,this[_0x33551e(0x22b)]=this[_0x33551e(0x19a)]();const _0x434d56=new _0x4143e0(_0x1ec62a,Array[_0x33551e(0x1b6)](this[_0x33551e(0x22b)][_0x33551e(0x1fc)]()));_0x1ec62a[_0x33551e(0x215)][_0x33551e(0x1c2)](_0x33551e(0x242),_0x434d56),_0x1ec62a['ui'][_0x33551e(0x225)][_0x33551e(0x1c2)](_0x33551e(0x206),_0xb34d33=>{const _0x289bd2=_0x33551e,_0x555873=_0x4c07bc(_0xb34d33);return _0x555873[_0x289bd2(0x1ea)]({'class':_0x289bd2(0x1aa)+this[_0x289bd2(0x1f8)]}),_0x555873[_0x289bd2(0x1f7)][_0x289bd2(0x1ea)]({'label':_0x5905c8(_0xb34d33,_0x289bd2(0x1ed)),'icon':_0x42213e,'tooltip':!0x0}),_0x555873['on'](_0x289bd2(0x1f4),_0x1a701d=>this[_0x289bd2(0x199)](_0x1a701d[_0x289bd2(0x231)]['id'])),_0x426cb6(_0x555873,_0x1ec62a['ui'][_0x289bd2(0x1e8)][_0x289bd2(0x1b2)],function(_0x57c69f){const _0x570bc8=_0x289bd2,_0x29284f=_0x241091(_0x57c69f[_0x570bc8(0x23c)][_0x570bc8(0x1d0)](_0x570bc8(0x1a7)),_0x57c69f[_0x570bc8(0x232)]),_0xd30256=U(_0x57c69f,_0x29284f)[_0x570bc8(0x19b)](_0x13b716=>_0x13b716[_0x570bc8(0x215)][_0x570bc8(0x19f)]);if(0x1===_0xd30256[_0x570bc8(0x19f)])return U(_0x57c69f,_0xd30256[0x0][_0x570bc8(0x215)])[_0x570bc8(0x211)](_0x7dc01=>({'id':_0x7dc01['id'],'label':_0x7dc01[_0x570bc8(0x1bd)]}));return _0xd30256[_0x570bc8(0x211)](_0x10136e=>{const _0x8a8eb=_0x570bc8,{groupId:_0x5a04b6,groupLabel:_0x42e2a7,commands:_0x3cb4c7}=_0x10136e,_0x3282c5=U(_0x57c69f,_0x3cb4c7)[_0x8a8eb(0x211)](_0x2d4427=>({'id':_0x2d4427['id'],'label':_0x2d4427[_0x8a8eb(0x1bd)]}));return{'id':_0x5a04b6,'menu':_0x42e2a7||_0x5a04b6,'children':_0x3282c5};});}(_0x1ec62a),{'ariaLabel':_0x5905c8(_0xb34d33,_0x289bd2(0x1ed))}),_0x555873[_0x289bd2(0x220)][_0x289bd2(0x224)]=_0x289bd2(0x1aa)+this[_0x289bd2(0x1f8)],_0x434d56['on'](_0x289bd2(0x205),_0x2d4808),_0x555873[_0x289bd2(0x220)][_0x289bd2(0x20d)](_0x289bd2(0x1f6),_0x2d4808),_0x555873;function _0x2d4808(){const _0x8644ff=_0x289bd2;_0x555873[_0x8644ff(0x234)]=_0x434d56[_0x8644ff(0x1f0)][_0x8644ff(0x19f)]>0x0;for(const _0x429391 of _0x555873[_0x8644ff(0x220)][_0x8644ff(0x236)])_0x429391[_0x8644ff(0x234)]=_0x434d56[_0x8644ff(0x1f0)][_0x8644ff(0x1bb)](_0x429391['id']);}}),_0x1ec62a['ui'][_0x33551e(0x225)][_0x33551e(0x1c2)](_0x33551e(0x22a),_0x2483ea=>{const _0x1d683b=_0x33551e,_0x164e1d=new _0x30e70c(_0x2483ea);_0x164e1d[_0x1d683b(0x1f7)][_0x1d683b(0x1ea)]({'label':_0x5905c8(_0x2483ea,_0x1d683b(0x1ed)),'icon':_0x42213e}),_0x164e1d[_0x1d683b(0x1b8)](_0x1d683b(0x234))['to'](_0x434d56,_0x1d683b(0x1f0),_0x42631f=>_0x42631f[_0x1d683b(0x19f)]>0x0);const _0x4e49cc=_0x241091(_0x1ec62a[_0x1d683b(0x23c)][_0x1d683b(0x1d0)](_0x1d683b(0x1a7)),_0x2483ea);return this[_0x1d683b(0x20b)](_0x434d56,_0x164e1d,_0x4e49cc,_0x1f9334=>this[_0x1d683b(0x199)](_0x1f9334)),_0x164e1d;}),_0x1ec62a['ui'][_0x33551e(0x225)][_0x33551e(0x1c2)](_0x33551e(0x219),()=>{const _0xfb2692=_0x33551e,_0x3986f7=this[_0xfb2692(0x1ba)](_0x216923);return _0x3986f7[_0xfb2692(0x1ea)]({'tooltip':!0x0,'class':_0xfb2692(0x21f)+this[_0xfb2692(0x1f8)]}),_0x3986f7;}),_0x1ec62a['ui'][_0x33551e(0x225)][_0x33551e(0x1c2)](_0x33551e(0x1a8),()=>{const _0x32ba85=_0x33551e,_0x21b30c=this[_0x32ba85(0x1ba)](_0x3e6101);return _0x21b30c[_0x32ba85(0x1ea)]({'role':_0x32ba85(0x1d5)}),_0x21b30c;}),this[_0x33551e(0x23e)]=this[_0x33551e(0x1fd)][_0x33551e(0x23c)][_0x33551e(0x1d0)](_0x33551e(0x23e));const _0x4de2cd=this[_0x33551e(0x1fd)];this[_0x33551e(0x22e)]=setInterval(()=>{const _0x1b87ff=_0x33551e;let _0x3c1615;for(const _0x3e5711 in _0x4de2cd){const _0x5cd0bc=_0x3e5711,_0x46f2c1=_0x4de2cd[_0x5cd0bc];if(_0x1b87ff(0x1a1)==_0x46f2c1||_0x1b87ff(0x204)==_0x46f2c1||_0x1b87ff(0x1ae)==_0x46f2c1||_0x1b87ff(0x22c)==_0x46f2c1||_0x1b87ff(0x1cc)==_0x46f2c1||_0x1b87ff(0x1b5)==_0x46f2c1||_0x1b87ff(0x1d6)==_0x46f2c1||_0x1b87ff(0x235)==_0x46f2c1){delete _0x4de2cd[_0x5cd0bc],_0x3c1615=_0x46f2c1,clearInterval(this[_0x1b87ff(0x22e)]),this[_0x1b87ff(0x22e)]=void 0x0;break;}}_0x1b87ff(0x204)==_0x3c1615&&_0x4de2cd[_0x1b87ff(0x1c4)](_0x1b87ff(0x1f3)),_0x1b87ff(0x1ae)==_0x3c1615&&_0x4de2cd[_0x1b87ff(0x1c4)](_0x1b87ff(0x21a)),_0x1b87ff(0x22c)==_0x3c1615&&_0x4de2cd[_0x1b87ff(0x1c4)](_0x1b87ff(0x212)),_0x1b87ff(0x1cc)==_0x3c1615&&_0x4de2cd[_0x1b87ff(0x1c4)](_0x1b87ff(0x202),_0x1b87ff(0x19c)),_0x1b87ff(0x1b5)==_0x3c1615&&_0x4de2cd[_0x1b87ff(0x1c4)](_0x1b87ff(0x1db)),_0x1b87ff(0x1d6)==_0x3c1615&&_0x4de2cd[_0x1b87ff(0x1c4)](_0x1b87ff(0x1a5)),_0x1b87ff(0x235)==_0x3c1615&&_0x4de2cd[_0x1b87ff(0x1c4)](_0x1b87ff(0x23f));},0x3e8);}[_0x1bd33a(0x1f9)](){const _0x3613cb=_0x1bd33a;super[_0x3613cb(0x1f9)](),this[_0x3613cb(0x22e)]&&clearInterval(this[_0x3613cb(0x22e)]);}[_0x1bd33a(0x1ec)](_0x4d5bc3='',_0x3a3de4='',_0x4eaa22=_0x1bd33a(0x230)){const _0x46d4cf=_0x1bd33a,_0x280577=this[_0x46d4cf(0x1fd)],_0xd572be=_0x280577[_0x46d4cf(0x1f2)][_0x46d4cf(0x1e8)],_0x1e76cf=_0x280577[_0x46d4cf(0x1b7)][_0x46d4cf(0x1d0)](_0x25c7db),_0x21d18e=_0x280577[_0x46d4cf(0x1b7)][_0x46d4cf(0x1d0)](_0x3df15b);_0x1e76cf[_0x46d4cf(0x1e1)]();const _0x39cbec=new w(),_0x517684=new ClipboardEvent(_0x46d4cf(0x1c6),{'clipboardData':_0x39cbec}),_0x373200=new _0x682607(_0x39cbec),_0x334e6a=new _0x104e1a(_0xd572be,_0x517684,{'dataTransfer':_0x373200});_0x21d18e[_0x46d4cf(0x1dc)](_0x46d4cf(0x1ff),()=>{const _0x1351ff=_0x46d4cf;_0xd572be[_0x1351ff(0x240)][_0x1351ff(0x1a6)](_0x1351ff(0x1c6),_0x334e6a);}),this[_0x46d4cf(0x1ce)]||(this[_0x46d4cf(0x227)](),this[_0x46d4cf(0x1c7)]=new _0x15774d(_0x280577,this[_0x46d4cf(0x226)][_0x46d4cf(0x1ad)],this[_0x46d4cf(0x1ce)]));let _0x1d4b56=_0x373200[_0x46d4cf(0x1c3)](_0x46d4cf(0x203));const _0x207427=_0x280577[_0x46d4cf(0x1ef)][_0x46d4cf(0x240)][_0x46d4cf(0x1cf)],_0x2cdbe1=Array[_0x46d4cf(0x1b6)](_0x207427[_0x46d4cf(0x1c8)]());0x1===_0x2cdbe1[_0x46d4cf(0x19f)]&&_0x2cdbe1[0x0][_0x46d4cf(0x245)]&&!_0x207427[_0x46d4cf(0x21e)]()&&''!==_0x1d4b56[_0x46d4cf(0x228)](/&nbsp;/g,'')[_0x46d4cf(0x1de)]()&&(_0x1d4b56=_0x46d4cf(0x1ca)+_0x1d4b56+_0x46d4cf(0x23d)),this[_0x46d4cf(0x1c7)][_0x46d4cf(0x1d2)]({'actionId':_0x4eaa22,'query':_0x4d5bc3,'htmlContent':_0x1d4b56,'label':_0x3a3de4,'mainActionLabel':_0x1e6457[_0x280577[_0x46d4cf(0x1ef)][_0x46d4cf(0x240)][_0x46d4cf(0x1cf)][_0x46d4cf(0x223)]?_0x46d4cf(0x201):_0x46d4cf(0x1e3)]}),_0x46d4cf(0x219)!==this[_0x46d4cf(0x1b0)]['id']?this[_0x46d4cf(0x1b0)][_0x46d4cf(0x21d)]({'id':_0x46d4cf(0x219),'icon':_0x3e058b,'title':_0x5905c8(this[_0x46d4cf(0x1fd)][_0x46d4cf(0x232)],_0x46d4cf(0x1a2)),'content':this[_0x46d4cf(0x1ce)],'position':_0x5cd45d[_0x46d4cf(0x1d9)],'onShow':()=>{const _0x10ee8d=_0x46d4cf;this[_0x10ee8d(0x1ce)][_0x10ee8d(0x1fe)]();},'onHide':()=>{const _0x4da717=_0x46d4cf;this[_0x4da717(0x1c7)][_0x4da717(0x1b1)](),_0x1e76cf[_0x4da717(0x1f1)]();}}):this[_0x46d4cf(0x1b0)][_0x46d4cf(0x1e8)][_0x46d4cf(0x1fb)]||this[_0x46d4cf(0x1b0)][_0x46d4cf(0x1e8)][_0x46d4cf(0x1a0)]();}[_0x1bd33a(0x217)](){const _0x148a2a=_0x1bd33a;this[_0x148a2a(0x1b0)][_0x148a2a(0x207)]();}[_0x1bd33a(0x19a)](){const _0x25851f=_0x1bd33a,_0x13d73c=new Map(),_0x41ac80=_0x241091(this[_0x25851f(0x1fd)][_0x25851f(0x23c)][_0x25851f(0x1d0)](_0x25851f(0x1a7)),this[_0x25851f(0x1fd)][_0x25851f(0x232)]);for(const _0x56ec11 of _0x41ac80)for(const _0x265c60 of _0x56ec11[_0x25851f(0x215)])_0x13d73c[_0x25851f(0x1ea)](_0x265c60['id'],{..._0x265c60,'groupId':_0x56ec11[_0x25851f(0x22f)],'groupLabel':_0x56ec11[_0x25851f(0x222)]||_0x56ec11[_0x25851f(0x22f)]});return _0x13d73c;}[_0x1bd33a(0x1ba)](_0x9bc902){const _0x5eee11=_0x1bd33a,_0x2ba088=this[_0x5eee11(0x1fd)],_0x28f0bf=_0x2ba088[_0x5eee11(0x215)][_0x5eee11(0x1d0)](_0x5eee11(0x242)),_0x5740a7=new _0x9bc902(_0x2ba088[_0x5eee11(0x232)]);return _0x5740a7[_0x5eee11(0x1ea)]({'label':_0x5905c8(_0x2ba088[_0x5eee11(0x232)],_0x5eee11(0x1a2)),'icon':_0x3e058b,'isToggleable':!0x0}),_0x5740a7[_0x5eee11(0x1b8)](_0x5eee11(0x234))['to'](_0x28f0bf),_0x5740a7[_0x5eee11(0x1b8)](_0x5eee11(0x1d7))['to'](this[_0x5eee11(0x1b0)],'id',_0x272421=>_0x5eee11(0x219)===_0x272421),this[_0x5eee11(0x1be)](_0x5740a7,_0x5eee11(0x1f4),()=>{const _0x4bd432=_0x5eee11;_0x5740a7[_0x4bd432(0x1d7)]?this[_0x4bd432(0x217)]():_0x28f0bf[_0x4bd432(0x1f4)]();}),_0x5740a7;}[_0x1bd33a(0x227)](){const _0x5ec94c=_0x1bd33a,_0x20c514=this[_0x5ec94c(0x1fd)][_0x5ec94c(0x1b7)][_0x5ec94c(0x1d0)](_0x25c7db);this[_0x5ec94c(0x1ce)]=new _0x5b5d59(this[_0x5ec94c(0x1fd)][_0x5ec94c(0x232)],this[_0x5ec94c(0x1f8)],this[_0x5ec94c(0x1fd)][_0x5ec94c(0x23c)][_0x5ec94c(0x1d0)](_0x5ec94c(0x243))),this[_0x5ec94c(0x1ce)]['on'](_0x5ec94c(0x237),()=>{const _0x345e30=_0x5ec94c;this[_0x345e30(0x1b0)][_0x345e30(0x1e8)][_0x345e30(0x1fb)]||this[_0x345e30(0x1b0)][_0x345e30(0x1e8)][_0x345e30(0x1a0)]();}),this[_0x5ec94c(0x1ce)][_0x5ec94c(0x216)][_0x5ec94c(0x246)][_0x5ec94c(0x1c1)]['on'](_0x5ec94c(0x229),()=>{const _0x144f22=_0x5ec94c;this[_0x144f22(0x1b0)][_0x144f22(0x1e8)][_0x144f22(0x1fb)]||this[_0x144f22(0x1b0)][_0x144f22(0x1e8)][_0x144f22(0x1a0)]();}),this[_0x5ec94c(0x1be)](this[_0x5ec94c(0x1ce)],_0x5ec94c(0x1dd),()=>{const _0x4a00cf=_0x5ec94c;_0x20c514[_0x4a00cf(0x1d8)](this[_0x4a00cf(0x1c7)][_0x4a00cf(0x1cb)]),this[_0x4a00cf(0x217)]();}),this[_0x5ec94c(0x1be)](this[_0x5ec94c(0x1ce)],_0x5ec94c(0x1bf),()=>{const _0x28371c=_0x5ec94c;_0x20c514[_0x28371c(0x1bf)](this[_0x28371c(0x1c7)][_0x28371c(0x1cb)]),this[_0x28371c(0x217)]();}),this[_0x5ec94c(0x248)]();}[_0x1bd33a(0x248)](){const _0x4e234f=_0x1bd33a,{locale:_0x1ab2e7,ui:{ariaLiveAnnouncer:_0x17e94f}}=this[_0x4e234f(0x1fd)];this[_0x4e234f(0x1ce)][_0x4e234f(0x244)]['on'](_0x4e234f(0x200),(_0x696777,_0x35b6fd,_0x3f6302)=>{const _0x3b198f=_0x4e234f,_0x1a9094=this[_0x3b198f(0x1c7)][_0x3b198f(0x1cb)];_0x3f6302?_0x17e94f[_0x3b198f(0x214)](_0x5905c8(_0x1ab2e7,_0x3b198f(0x20a))):_0x1a9094&&_0x17e94f[_0x3b198f(0x214)](_0x5905c8(_0x1ab2e7,_0x3b198f(0x1e4),_0x1a9094),{'politeness':_0x3b198f(0x1a9),'isUnsafeHTML':!0x0});}),this[_0x4e234f(0x1ce)]['on'](_0x4e234f(0x23a),(_0x1e119a,_0x4d92b4,_0x518a2d)=>{const _0x53b24c=_0x4e234f;if(_0x518a2d){const _0x2b5c08=this[_0x53b24c(0x1ce)][_0x53b24c(0x210)][_0x53b24c(0x1df)];_0x17e94f[_0x53b24c(0x214)](_0x5905c8(_0x1ab2e7,_0x53b24c(0x1ee),_0x2b5c08));}});}[_0x1bd33a(0x199)](_0x16fc92){const _0xd4f6d4=_0x1bd33a,_0x21637a=this[_0xd4f6d4(0x22b)][_0xd4f6d4(0x1d0)](_0x16fc92),_0x585b3d=this[_0xd4f6d4(0x1fd)],_0x3b5a31=_0x585b3d[_0xd4f6d4(0x1ef)][_0xd4f6d4(0x240)][_0xd4f6d4(0x1cf)],_0xa6e657=_0x585b3d[_0xd4f6d4(0x215)][_0xd4f6d4(0x1d0)](_0xd4f6d4(0x242)),_0x1e6c86=_0x585b3d[_0xd4f6d4(0x1b7)][_0xd4f6d4(0x1d0)](_0x25c7db),_0x43729d=''+(_0x21637a[_0xd4f6d4(0x22f)]!==_0x14fdfe?_0x21637a[_0xd4f6d4(0x222)]+':\x20':'')+_0x21637a[_0xd4f6d4(0x1bd)];if(!0x1!==_0x21637a[_0xd4f6d4(0x1e5)]&&_0x3b5a31[_0xd4f6d4(0x223)]){const _0x2d87df=_0x568eca(_0x3b5a31[_0xd4f6d4(0x247)]())||_0x585b3d[_0xd4f6d4(0x1ef)][_0xd4f6d4(0x1eb)][_0xd4f6d4(0x208)](_0x3b5a31);_0x585b3d[_0xd4f6d4(0x1ef)][_0xd4f6d4(0x22d)](_0x558e3c=>{const _0x1ff257=_0xd4f6d4;_0x558e3c[_0x1ff257(0x1b4)](_0x2d87df,'in');});}_0x1e6c86[_0xd4f6d4(0x1e1)](),_0xa6e657[_0xd4f6d4(0x1f4)](_0x21637a[_0xd4f6d4(0x1d4)],_0x43729d,_0xd4f6d4(0x1e2)+_0x16fc92);}[_0x1bd33a(0x20b)](_0x5c456d,_0x358bbd,_0x1bf2cd,_0xdcdf2c){const _0x2827da=_0x1bd33a,_0x382a3b=this[_0x2827da(0x1fd)],_0x9aa4cd=_0x382a3b[_0x2827da(0x232)],_0x3fc921=new _0x18f764(_0x9aa4cd),_0x437150=U(_0x382a3b,_0x1bf2cd)[_0x2827da(0x19b)](_0x5ab665=>_0x5ab665[_0x2827da(0x215)][_0x2827da(0x19f)]);0x1===_0x437150[_0x2827da(0x19f)]?this[_0x2827da(0x1fa)]({'command':_0x5c456d,'commands':_0x437150[0x0][_0x2827da(0x215)],'parentMenuView':_0x358bbd,'onExecute':_0xdcdf2c})[_0x2827da(0x213)](_0x338eed=>_0x3fc921[_0x2827da(0x21b)][_0x2827da(0x1c2)](_0x338eed)):_0x437150[_0x2827da(0x213)](({groupId:_0x46ea4b,groupLabel:_0x140ec8,commands:_0x33bf5d})=>{const _0x95eec7=_0x2827da,_0x59acb1=new _0x44c908(_0x9aa4cd,_0x358bbd),_0x33933b=new _0x30e70c(_0x9aa4cd),_0x3834ef=new _0x18f764(_0x9aa4cd),_0x1ba22e=this[_0x95eec7(0x1fa)]({'command':_0x5c456d,'commands':_0x33bf5d,'parentMenuView':_0x33933b,'onExecute':_0xdcdf2c});_0x33933b[_0x95eec7(0x1f7)][_0x95eec7(0x1ea)]({'label':_0x140ec8||_0x46ea4b}),_0x33933b[_0x95eec7(0x1b3)](_0x95eec7(0x1f4))['to'](_0x358bbd),_0x3834ef[_0x95eec7(0x21b)][_0x95eec7(0x20f)](_0x1ba22e),_0x33933b[_0x95eec7(0x238)][_0x95eec7(0x1e0)][_0x95eec7(0x1c2)](_0x3834ef),_0x59acb1[_0x95eec7(0x1e0)][_0x95eec7(0x1c2)](_0x33933b),_0x3fc921[_0x95eec7(0x21b)][_0x95eec7(0x1c2)](_0x59acb1);}),_0x358bbd[_0x2827da(0x238)][_0x2827da(0x1e0)][_0x2827da(0x1c2)](_0x3fc921);}[_0x1bd33a(0x1fa)]({command:_0x46638b,commands:_0x325681,parentMenuView:_0x1a9416,onExecute:_0x6b2767}){const _0x570ee7=_0x1bd33a,_0x3549b9=this[_0x570ee7(0x1fd)],_0x528b6d=_0x3549b9[_0x570ee7(0x232)];return U(_0x3549b9,_0x325681)[_0x570ee7(0x211)](_0x7d942d=>{const _0x17e779=_0x570ee7,_0x42ae61=new _0x44c908(_0x528b6d,_0x1a9416),_0x51a360=new _0x3e6101(_0x528b6d);return _0x51a360[_0x17e779(0x1ea)]({'label':_0x7d942d[_0x17e779(0x1bd)]}),_0x51a360[_0x17e779(0x1b3)](_0x17e779(0x1f4))['to'](_0x1a9416),_0x51a360['on'](_0x17e779(0x1f4),()=>_0x6b2767(_0x7d942d['id'])),_0x51a360[_0x17e779(0x1b8)](_0x17e779(0x234))['to'](_0x46638b,_0x17e779(0x1f0),_0x2dda1f=>_0x2dda1f[_0x17e779(0x1bb)](_0x7d942d['id'])),_0x42ae61[_0x17e779(0x1e0)][_0x17e779(0x1c2)](_0x51a360),_0x42ae61;});}}function T(_0x110cdd,_0x544a4c){const _0x3207ad=_0x1bd33a;return void 0x0!==_0x110cdd[_0x3207ad(0x1d3)]&&void 0x0===_0x544a4c[_0x3207ad(0x1d3)]?0x1:void 0x0===_0x110cdd[_0x3207ad(0x1d3)]&&void 0x0!==_0x544a4c[_0x3207ad(0x1d3)]?-0x1:void 0x0!==_0x110cdd[_0x3207ad(0x1d3)]&&void 0x0!==_0x544a4c[_0x3207ad(0x1d3)]?_0x110cdd[_0x3207ad(0x1d3)]-_0x544a4c[_0x3207ad(0x1d3)]:0x0;}function U(_0x5391d8,_0x4bd188){const _0x160f48=_0x1bd33a;_0x4bd188[_0x160f48(0x1a3)](T);const _0x778297={},_0x1cef29=[];for(const _0x1db3c3 of _0x4bd188)if(void 0x0!==_0x1db3c3[_0x160f48(0x1d3)]){if(_0x1db3c3[_0x160f48(0x1d3)]in _0x778297)throw new _0x957f46(_0x160f48(0x1c9),_0x5391d8,{'conflictingDefinitions':[_0x1db3c3,_0x778297[_0x1db3c3[_0x160f48(0x1d3)]]]});_0x778297[_0x1db3c3[_0x160f48(0x1d3)]]=_0x1db3c3,_0x1cef29[_0x160f48(0x1bc)](_0x1db3c3[_0x160f48(0x1d3)],0x0,_0x1db3c3);}else _0x1cef29[_0x160f48(0x1e6)](_0x1db3c3);return _0x1cef29;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x116367=_0x2dd2;(function(_0xf65a0a,_0x2f8b29){const _0xa2b933=_0x2dd2,_0x9b87c6=_0xf65a0a();while(!![]){try{const _0x2d70fe=-parseInt(_0xa2b933(0x119))/0x1+parseInt(_0xa2b933(0x134))/0x2*(-parseInt(_0xa2b933(0x145))/0x3)+parseInt(_0xa2b933(0x113))/0x4*(-parseInt(_0xa2b933(0x123))/0x5)+parseInt(_0xa2b933(0x143))/0x6+parseInt(_0xa2b933(0x11f))/0x7+parseInt(_0xa2b933(0x118))/0x8+parseInt(_0xa2b933(0x112))/0x9;if(_0x2d70fe===_0x2f8b29)break;else _0x9b87c6['push'](_0x9b87c6['shift']());}catch(_0x43fb7b){_0x9b87c6['push'](_0x9b87c6['shift']());}}}(_0x396c,0xe8d3a));function _0x2dd2(_0x2b312c,_0x3e98d2){const _0x396c07=_0x396c();return _0x2dd2=function(_0x2dd278,_0xcd8c69){_0x2dd278=_0x2dd278-0x10b;let _0x11b15b=_0x396c07[_0x2dd278];return _0x11b15b;},_0x2dd2(_0x2b312c,_0x3e98d2);}import{global as _0xfeb3c2}from'ckeditor5/src/utils.js';import{View as _0x4a4455,ButtonView as _0x578454,SpinnerView as _0x273673}from'ckeditor5/src/ui.js';import{IconCheck as _0x77d689,IconCopy as _0x232acf}from'ckeditor5/src/icons.js';import{getTranslation as _0x196af1}from'../../utils/common-translations.js';export class AIFormContentArea extends _0x4a4455{[_0x116367(0x146)];[_0x116367(0x153)];constructor(_0x4f4118,_0x376b9c=''){const _0x2cb2e9=_0x116367;super(_0x4f4118),this[_0x2cb2e9(0x137)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x272457=this[_0x2cb2e9(0x12e)];this[_0x2cb2e9(0x146)]=new ContentFieldView(_0x4f4118,_0x376b9c),this[_0x2cb2e9(0x153)]=this[_0x2cb2e9(0x13a)](),this[_0x2cb2e9(0x15b)]({'tag':_0x2cb2e9(0x12d),'attributes':{'class':['ck',_0x2cb2e9(0x132),_0x272457['if'](_0x2cb2e9(0x10b),_0x2cb2e9(0x11b),_0x5b6675=>!_0x5b6675)],'tabindex':'-1'},'children':[{'tag':_0x2cb2e9(0x12d),'attributes':{'class':['ck',_0x2cb2e9(0x140),_0x272457['if'](_0x2cb2e9(0x11c),_0x2cb2e9(0x15c))]},'children':[this[_0x2cb2e9(0x146)],{'tag':_0x2cb2e9(0x12d),'attributes':{'class':['ck',_0x2cb2e9(0x14b)]},'children':[this[_0x2cb2e9(0x153)]]}]}]});}[_0x116367(0x10e)](){const _0x543a74=_0x116367;super[_0x543a74(0x10e)](),this[_0x543a74(0x12a)]&&this[_0x543a74(0x146)][_0x543a74(0x154)](this[_0x543a74(0x12a)]);let _0x7aff85=!0x1;this['on'](_0x543a74(0x149),(_0x490b6f,_0x446035,_0x4dbfc1)=>{const _0x27f4ed=_0x543a74,_0x2f3d35=!this[_0x27f4ed(0x146)][_0x27f4ed(0x115)][_0x27f4ed(0x13e)](_0x27f4ed(0x126));this[_0x27f4ed(0x146)][_0x27f4ed(0x154)](_0x4dbfc1),this[_0x27f4ed(0x11c)]&&_0x2f3d35&&!_0x7aff85&&this[_0x27f4ed(0x115)][_0x27f4ed(0x12f)]({'top':this[_0x27f4ed(0x115)][_0x27f4ed(0x14e)],'behavior':_0x27f4ed(0x114)});}),this['on'](_0x543a74(0x157),(_0x68b17,_0x16e8c6,_0x3c1724)=>{const _0x5487b3=_0x543a74;_0x7aff85=!0x1,_0x3c1724?(this[_0x5487b3(0x12a)]=null,this[_0x5487b3(0x146)][_0x5487b3(0x148)]()):this[_0x5487b3(0x12a)]||this[_0x5487b3(0x146)][_0x5487b3(0x154)]('');}),this[_0x543a74(0x155)](this[_0x543a74(0x115)],_0x543a74(0x136),()=>{_0x7aff85=!0x0;}),this[_0x543a74(0x155)](this[_0x543a74(0x115)],_0x543a74(0x11d),()=>{_0x7aff85=!0x0;});}[_0x116367(0x14a)](){const _0x2228e6=_0x116367;this[_0x2228e6(0x115)][_0x2228e6(0x14a)]();}[_0x116367(0x13a)](){const _0x1e0b5d=_0x116367,_0x549ec2=this[_0x1e0b5d(0x120)],_0x39e07a=new _0x578454(this[_0x1e0b5d(0x120)]),_0x125f14=_0x1e0b5d(0x14f);return _0x39e07a[_0x1e0b5d(0x137)]({'label':_0x196af1(_0x549ec2,_0x1e0b5d(0x124)),'icon':_0x232acf,'class':_0x125f14,'tooltip':!0x0}),_0x39e07a[_0x1e0b5d(0x152)](_0x1e0b5d(0x10b))['to'](this,_0x1e0b5d(0x12a),_0x36b4d1=>!!_0x36b4d1),_0x39e07a[_0x1e0b5d(0x152)](_0x1e0b5d(0x14d))['to'](this,_0x1e0b5d(0x11c),_0x508c64=>!_0x508c64),_0x39e07a['on'](_0x1e0b5d(0x15a),()=>{const _0xd784c0=_0x1e0b5d;this[_0xd784c0(0x10d)](this[_0xd784c0(0x146)][_0xd784c0(0x115)]),_0x39e07a[_0xd784c0(0x158)]=_0x77d689,_0x39e07a[_0xd784c0(0x150)]=_0x125f14+_0xd784c0(0x135),this[_0xd784c0(0x14a)](),setTimeout(()=>{const _0xc35f68=_0xd784c0;_0x39e07a[_0xc35f68(0x158)]=_0x232acf,_0x39e07a[_0xc35f68(0x150)]=_0x125f14;},0x3e8);}),_0x39e07a;}[_0x116367(0x10d)](_0x273500){const _0x3a77ca=_0x116367,{window:_0x495252,document:_0x2b4800}=_0xfeb3c2;if(_0x495252[_0x3a77ca(0x110)]){const {Blob:_0x176cfd,ClipboardItem:_0x413da1}=_0x495252,_0x58c711=[new _0x413da1({'text/html':new _0x176cfd([_0x273500[_0x3a77ca(0x117)]],{'type':_0x3a77ca(0x122)}),'text/plain':new _0x176cfd([_0x273500[_0x3a77ca(0x147)]||''],{'type':_0x3a77ca(0x15d)})})];navigator[_0x3a77ca(0x10f)][_0x3a77ca(0x141)](_0x58c711);}else{const _0x4e17c7=_0x2b4800[_0x3a77ca(0x13c)](_0x3a77ca(0x12d));_0x4e17c7[_0x3a77ca(0x12c)][_0x3a77ca(0x11a)]=_0x3a77ca(0x144),_0x4e17c7[_0x3a77ca(0x12c)][_0x3a77ca(0x111)]=_0x3a77ca(0x128),_0x4e17c7[_0x3a77ca(0x117)]=_0x3a77ca(0x10c)+_0x273500[_0x3a77ca(0x117)]+_0x3a77ca(0x121),_0x2b4800[_0x3a77ca(0x129)][_0x3a77ca(0x159)](_0x4e17c7);const _0x51ad08=_0x2b4800[_0x3a77ca(0x12b)]();_0x51ad08[_0x3a77ca(0x13f)](_0x4e17c7[_0x3a77ca(0x131)]),_0x51ad08[_0x3a77ca(0x15e)](_0x4e17c7[_0x3a77ca(0x14c)]);const _0x32ff9c=_0x495252[_0x3a77ca(0x151)]();_0x32ff9c[_0x3a77ca(0x139)](),_0x32ff9c[_0x3a77ca(0x133)](_0x51ad08),_0x2b4800[_0x3a77ca(0x11e)](_0x3a77ca(0x142)),_0x4e17c7[_0x3a77ca(0x13b)]();}}}export class ContentFieldView extends _0x4a4455{constructor(_0x3553c8,_0x667c0f=''){const _0x44b7d4=_0x116367;super(_0x3553c8),this[_0x44b7d4(0x156)]=this[_0x44b7d4(0x125)](),this[_0x44b7d4(0x15b)]({'tag':_0x44b7d4(0x12d),'attributes':{'class':['ck',_0x44b7d4(0x138),_0x667c0f,_0x44b7d4(0x116),_0x44b7d4(0x127)]}});}[_0x116367(0x154)](_0x1df5a7){const _0x197370=_0x116367;this[_0x197370(0x115)][_0x197370(0x117)]=_0x1df5a7;}[_0x116367(0x148)](){const _0x2048e4=_0x116367;this[_0x2048e4(0x115)][_0x2048e4(0x159)](this[_0x2048e4(0x156)][_0x2048e4(0x115)]);}[_0x116367(0x125)](){const _0x40c1aa=_0x116367,_0x295235=new _0x4a4455(),_0x592c98=this[_0x40c1aa(0x120)],_0x30e11b=new _0x273673();return _0x30e11b[_0x40c1aa(0x10b)]=!0x0,_0x295235[_0x40c1aa(0x15b)]({'tag':_0x40c1aa(0x12d),'attributes':{'class':['ck',_0x40c1aa(0x13d)]},'children':[_0x30e11b,{'text':_0x196af1(_0x592c98,_0x40c1aa(0x130))}]}),_0x295235[_0x40c1aa(0x10e)](),_0x295235;}}function _0x396c(){const _0x24a559=['setTemplate','ck-ai-form__content-area--processing','text/plain','setEndBefore','isVisible','<span>[</span>','_copyHTMLToClipboard','render','clipboard','ClipboardItem','left','14230035sDYMCs','12oTezJD','smooth','element','ck-reset_all-excluded','innerHTML','1267368MiLgoo','847718IWwNty','position','ck-hidden','isProcessing','mousedown','execCommand','383509dhxueX','locale','<span>]</span>','text/html','160335wjjwQO','Copy','_createLoader','.ck-ai-form__loader','ck-ai-form__content-field','-9999px','body','value','createRange','style','div','bindTemplate','scrollTo','AI\x20is\x20writing...','firstElementChild','ck-ai-form__content-area-wrapper','addRange','84610TFFXnY','\x20ck-ai-form__copy-button--copied','wheel','set','ck-content','removeAllRanges','_createCopyButton','remove','createElement','ck-ai-form__loader','querySelector','setStartAfter','ck-ai-form__content-area','write','copy','6203784DhHgqc','absolute','66XqyVax','contentFieldView','textContent','appendLoader','change:value','focus','ck-ai-form__copy-button-wrapper','lastElementChild','isEnabled','scrollHeight','ck-ai-form__copy-button','class','getSelection','bind','copyButtonView','setContent','listenTo','loaderView','change:isProcessing','icon','appendChild','execute'];_0x396c=function(){return _0x24a559;};return _0x396c();}
23
+ const _0x591937=_0xda3e;(function(_0x50b6e1,_0x19c558){const _0x14a01c=_0xda3e,_0x20db1f=_0x50b6e1();while(!![]){try{const _0x20a1e8=-parseInt(_0x14a01c(0x13a))/0x1+parseInt(_0x14a01c(0x179))/0x2+-parseInt(_0x14a01c(0x152))/0x3+-parseInt(_0x14a01c(0x14e))/0x4+parseInt(_0x14a01c(0x156))/0x5+-parseInt(_0x14a01c(0x180))/0x6*(parseInt(_0x14a01c(0x140))/0x7)+parseInt(_0x14a01c(0x17b))/0x8*(parseInt(_0x14a01c(0x171))/0x9);if(_0x20a1e8===_0x19c558)break;else _0x20db1f['push'](_0x20db1f['shift']());}catch(_0x4dd5fe){_0x20db1f['push'](_0x20db1f['shift']());}}}(_0xcfe2,0x5db8a));import{global as _0x112236}from'ckeditor5/src/utils.js';import{View as _0x264220,ButtonView as _0x35ee86,SpinnerView as _0x52b589}from'ckeditor5/src/ui.js';import{IconCheck as _0x311495,IconCopy as _0xaa907f}from'ckeditor5/src/icons.js';function _0xda3e(_0x29565b,_0x540d94){const _0xcfe2e=_0xcfe2();return _0xda3e=function(_0xda3ec0,_0xcaee2d){_0xda3ec0=_0xda3ec0-0x12e;let _0x243466=_0xcfe2e[_0xda3ec0];return _0x243466;},_0xda3e(_0x29565b,_0x540d94);}import{getTranslation as _0x33c406}from'../../utils/common-translations.js';export class AIFormContentArea extends _0x264220{[_0x591937(0x168)];[_0x591937(0x167)];constructor(_0x211068,_0x42a68f=''){const _0x44ee42=_0x591937;super(_0x211068),this[_0x44ee42(0x13f)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x16bb76=this[_0x44ee42(0x164)];this[_0x44ee42(0x168)]=new ContentFieldView(_0x211068,_0x42a68f),this[_0x44ee42(0x167)]=this[_0x44ee42(0x131)](),this[_0x44ee42(0x177)]({'tag':_0x44ee42(0x16d),'attributes':{'class':['ck',_0x44ee42(0x172),_0x16bb76['if'](_0x44ee42(0x13d),_0x44ee42(0x174),_0x390837=>!_0x390837)],'tabindex':'-1'},'children':[{'tag':_0x44ee42(0x16d),'attributes':{'class':['ck',_0x44ee42(0x16c),_0x16bb76['if'](_0x44ee42(0x181),_0x44ee42(0x15d))]},'children':[this[_0x44ee42(0x168)],{'tag':_0x44ee42(0x16d),'attributes':{'class':['ck',_0x44ee42(0x170)]},'children':[this[_0x44ee42(0x167)]]}]}]});}[_0x591937(0x161)](){const _0x53a2df=_0x591937;super[_0x53a2df(0x161)](),this[_0x53a2df(0x146)]&&this[_0x53a2df(0x168)][_0x53a2df(0x150)](this[_0x53a2df(0x146)]);let _0x2b4244=!0x1;this['on'](_0x53a2df(0x14f),(_0x4930e1,_0x21983d,_0x13fb19)=>{const _0x51564d=_0x53a2df,_0x174b77=!this[_0x51564d(0x168)][_0x51564d(0x143)][_0x51564d(0x165)](_0x51564d(0x16f));this[_0x51564d(0x168)][_0x51564d(0x150)](_0x13fb19),this[_0x51564d(0x181)]&&_0x174b77&&!_0x2b4244&&this[_0x51564d(0x143)][_0x51564d(0x137)]({'top':this[_0x51564d(0x143)][_0x51564d(0x15c)],'behavior':_0x51564d(0x142)});}),this['on'](_0x53a2df(0x14b),(_0x59e65f,_0x1f4556,_0x605dde)=>{const _0x50829b=_0x53a2df;_0x2b4244=!0x1,_0x605dde?(this[_0x50829b(0x146)]=null,this[_0x50829b(0x168)][_0x50829b(0x12e)]()):this[_0x50829b(0x146)]||this[_0x50829b(0x168)][_0x50829b(0x150)]('');}),this[_0x53a2df(0x138)](this[_0x53a2df(0x143)],_0x53a2df(0x130),()=>{_0x2b4244=!0x0;}),this[_0x53a2df(0x138)](this[_0x53a2df(0x143)],_0x53a2df(0x169),()=>{_0x2b4244=!0x0;});}[_0x591937(0x16a)](){const _0x380639=_0x591937;this[_0x380639(0x143)][_0x380639(0x16a)]();}[_0x591937(0x131)](){const _0x20b8c1=_0x591937,_0x2e470c=this[_0x20b8c1(0x17e)],_0x5da05c=new _0x35ee86(this[_0x20b8c1(0x17e)]),_0xd75199=_0x20b8c1(0x13b);return _0x5da05c[_0x20b8c1(0x13f)]({'label':_0x33c406(_0x2e470c,_0x20b8c1(0x17d)),'icon':_0xaa907f,'class':_0xd75199,'tooltip':!0x0}),_0x5da05c[_0x20b8c1(0x166)](_0x20b8c1(0x13d))['to'](this,_0x20b8c1(0x146),_0x5f07e3=>!!_0x5f07e3),_0x5da05c[_0x20b8c1(0x166)](_0x20b8c1(0x145))['to'](this,_0x20b8c1(0x181),_0x2f1c9a=>!_0x2f1c9a),_0x5da05c['on'](_0x20b8c1(0x134),()=>{const _0x2a35da=_0x20b8c1;this[_0x2a35da(0x147)](this[_0x2a35da(0x168)][_0x2a35da(0x143)]),_0x5da05c[_0x2a35da(0x160)]=_0x311495,_0x5da05c[_0x2a35da(0x15b)]=_0xd75199+_0x2a35da(0x15f),this[_0x2a35da(0x16a)](),setTimeout(()=>{const _0x1247b5=_0x2a35da;_0x5da05c[_0x1247b5(0x160)]=_0xaa907f,_0x5da05c[_0x1247b5(0x15b)]=_0xd75199;},0x3e8);}),_0x5da05c;}[_0x591937(0x147)](_0x2ebe73){const _0x61ed7b=_0x591937,{window:_0x470c1b,document:_0x519a2c}=_0x112236;if(_0x470c1b[_0x61ed7b(0x163)]){const {Blob:_0x1eba2a,ClipboardItem:_0x15822}=_0x470c1b,_0x32b283=[new _0x15822({'text/html':new _0x1eba2a([_0x2ebe73[_0x61ed7b(0x133)]],{'type':_0x61ed7b(0x175)}),'text/plain':new _0x1eba2a([_0x2ebe73[_0x61ed7b(0x155)]||''],{'type':_0x61ed7b(0x158)})})];navigator[_0x61ed7b(0x132)][_0x61ed7b(0x176)](_0x32b283);}else{const _0x55ec44=_0x519a2c[_0x61ed7b(0x14c)](_0x61ed7b(0x16d));_0x55ec44[_0x61ed7b(0x17a)][_0x61ed7b(0x173)]=_0x61ed7b(0x178),_0x55ec44[_0x61ed7b(0x17a)][_0x61ed7b(0x17c)]=_0x61ed7b(0x135),_0x55ec44[_0x61ed7b(0x133)]=_0x61ed7b(0x162)+_0x2ebe73[_0x61ed7b(0x133)]+_0x61ed7b(0x14a),_0x519a2c[_0x61ed7b(0x148)][_0x61ed7b(0x151)](_0x55ec44);const _0x24cb8b=_0x519a2c[_0x61ed7b(0x136)]();_0x24cb8b[_0x61ed7b(0x16b)](_0x55ec44[_0x61ed7b(0x14d)]),_0x24cb8b[_0x61ed7b(0x141)](_0x55ec44[_0x61ed7b(0x154)]);const _0x55b9b9=_0x470c1b[_0x61ed7b(0x139)]();_0x55b9b9[_0x61ed7b(0x16e)](),_0x55b9b9[_0x61ed7b(0x13c)](_0x24cb8b),_0x519a2c[_0x61ed7b(0x149)](_0x61ed7b(0x15e)),_0x55ec44[_0x61ed7b(0x153)]();}}}export class ContentFieldView extends _0x264220{constructor(_0x43fea0,_0x2f6c31=''){const _0x3488cd=_0x591937;super(_0x43fea0),this[_0x3488cd(0x12f)]=this[_0x3488cd(0x157)](),this[_0x3488cd(0x177)]({'tag':_0x3488cd(0x16d),'attributes':{'class':['ck',_0x3488cd(0x17f),_0x2f6c31,_0x3488cd(0x15a),_0x3488cd(0x13e)]}});}[_0x591937(0x150)](_0x7113a7){const _0x8686c4=_0x591937;this[_0x8686c4(0x143)][_0x8686c4(0x133)]=_0x7113a7;}[_0x591937(0x12e)](){const _0x355bf9=_0x591937;this[_0x355bf9(0x143)][_0x355bf9(0x151)](this[_0x355bf9(0x12f)][_0x355bf9(0x143)]);}[_0x591937(0x157)](){const _0x3fc500=_0x591937,_0x31d724=new _0x264220(),_0x2b2061=this[_0x3fc500(0x17e)],_0xa7efb2=new _0x52b589();return _0xa7efb2[_0x3fc500(0x13d)]=!0x0,_0x31d724[_0x3fc500(0x177)]({'tag':_0x3fc500(0x16d),'attributes':{'class':['ck',_0x3fc500(0x159)]},'children':[_0xa7efb2,{'text':_0x33c406(_0x2b2061,_0x3fc500(0x144))}]}),_0x31d724[_0x3fc500(0x161)](),_0x31d724;}}function _0xcfe2(){const _0x4905b8=['createRange','scrollTo','listenTo','getSelection','349223ijbCQB','ck-ai-form__copy-button','addRange','isVisible','ck-ai-form__content-field','set','217zAeEPv','setEndBefore','smooth','element','AI\x20is\x20writing...','isEnabled','value','_copyHTMLToClipboard','body','execCommand','<span>]</span>','change:isProcessing','createElement','firstElementChild','2941932WkrVon','change:value','setContent','appendChild','2141523eIeYFb','remove','lastElementChild','textContent','120375jiwdjA','_createLoader','text/plain','ck-ai-form__loader','ck-reset_all-excluded','class','scrollHeight','ck-ai-form__content-area--processing','copy','\x20ck-ai-form__copy-button--copied','icon','render','<span>[</span>','ClipboardItem','bindTemplate','querySelector','bind','copyButtonView','contentFieldView','mousedown','focus','setStartAfter','ck-ai-form__content-area','div','removeAllRanges','.ck-ai-form__loader','ck-ai-form__copy-button-wrapper','1206KnpVBM','ck-ai-form__content-area-wrapper','position','ck-hidden','text/html','write','setTemplate','absolute','451384Nacskn','style','116360sXlaGI','left','Copy','locale','ck-content','3168chbGXS','isProcessing','appendLoader','loaderView','wheel','_createCopyButton','clipboard','innerHTML','execute','-9999px'];_0xcfe2=function(){return _0x4905b8;};return _0xcfe2();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x535dfd,_0x58589e){const _0x3d3714=_0x1d69,_0x8d2255=_0x535dfd();while(!![]){try{const _0x2ee018=-parseInt(_0x3d3714(0x182))/0x1+-parseInt(_0x3d3714(0x18d))/0x2*(parseInt(_0x3d3714(0x187))/0x3)+-parseInt(_0x3d3714(0x185))/0x4*(parseInt(_0x3d3714(0x186))/0x5)+-parseInt(_0x3d3714(0x183))/0x6*(-parseInt(_0x3d3714(0x17e))/0x7)+parseInt(_0x3d3714(0x189))/0x8+parseInt(_0x3d3714(0x17f))/0x9*(-parseInt(_0x3d3714(0x18e))/0xa)+parseInt(_0x3d3714(0x18b))/0xb;if(_0x2ee018===_0x58589e)break;else _0x8d2255['push'](_0x8d2255['shift']());}catch(_0x1c0d8e){_0x8d2255['push'](_0x8d2255['shift']());}}}(_0x3bde,0xa62d6));import{IconError as _0x47d0ac}from'ckeditor5/src/icons.js';import{View as _0x3227a,IconView as _0xddb17e}from'ckeditor5/src/ui.js';function _0x3bde(){const _0x398f5d=['180068aAmAFe','21240TWOQVK','ck-ai-form__error','958972smrVzN','5dQegIB','7212MyjRTi','text','695128NISVFN','set','24182609tdREKL','setTemplate','814AQbCcb','10dXJTrx','bindTemplate','35MRgSuX','2016981rsHZBi','content','div'];_0x3bde=function(){return _0x398f5d;};return _0x3bde();}function _0x1d69(_0x8e639b,_0x4239d0){const _0x3bde88=_0x3bde();return _0x1d69=function(_0x1d6983,_0x1045f4){_0x1d6983=_0x1d6983-0x17e;let _0x4a6aba=_0x3bde88[_0x1d6983];return _0x4a6aba;},_0x1d69(_0x8e639b,_0x4239d0);}export class AIFormErrorView extends _0x3227a{constructor(_0x38a77a,_0x227c03=''){const _0x49f776=_0x1d69;super(_0x38a77a);const _0x3e14a4=new _0xddb17e(),_0x268a19=this[_0x49f776(0x18f)];this[_0x49f776(0x18a)](_0x49f776(0x188),_0x227c03),_0x3e14a4[_0x49f776(0x180)]=_0x47d0ac,this[_0x49f776(0x18c)]({'tag':_0x49f776(0x181),'attributes':{'class':['ck',_0x49f776(0x184)]},'children':[_0x3e14a4,{'text':_0x268a19['to'](_0x49f776(0x188))}]});}}
23
+ (function(_0x525bb5,_0x592625){const _0x1d0fef=_0xf5b7,_0x52f806=_0x525bb5();while(!![]){try{const _0x36ce4a=parseInt(_0x1d0fef(0x136))/0x1+parseInt(_0x1d0fef(0x13e))/0x2+-parseInt(_0x1d0fef(0x13a))/0x3+-parseInt(_0x1d0fef(0x133))/0x4*(parseInt(_0x1d0fef(0x137))/0x5)+parseInt(_0x1d0fef(0x138))/0x6*(-parseInt(_0x1d0fef(0x139))/0x7)+-parseInt(_0x1d0fef(0x13b))/0x8*(-parseInt(_0x1d0fef(0x140))/0x9)+parseInt(_0x1d0fef(0x135))/0xa*(-parseInt(_0x1d0fef(0x141))/0xb);if(_0x36ce4a===_0x592625)break;else _0x52f806['push'](_0x52f806['shift']());}catch(_0x8b1e37){_0x52f806['push'](_0x52f806['shift']());}}}(_0x1f0b,0x6fac0));import{IconError as _0x3bd9ca}from'ckeditor5/src/icons.js';function _0xf5b7(_0x5e7d45,_0xeba8a4){const _0x1f0bd8=_0x1f0b();return _0xf5b7=function(_0xf5b795,_0x41e8e4){_0xf5b795=_0xf5b795-0x130;let _0x11d5ea=_0x1f0bd8[_0xf5b795];return _0x11d5ea;},_0xf5b7(_0x5e7d45,_0xeba8a4);}function _0x1f0b(){const _0x362df1=['set','696462SUzOKG','div','9quHjRZ','11PyLtOT','setTemplate','ck-ai-form__error','text','4OufXcK','bindTemplate','416810tTFown','900404pcXjVS','290545VwfSzY','4542knoJpl','4501sAzjAt','1588638reAbDm','2598880mTHBPm','content'];_0x1f0b=function(){return _0x362df1;};return _0x1f0b();}import{View as _0xd9489,IconView as _0x3369a4}from'ckeditor5/src/ui.js';export class AIFormErrorView extends _0xd9489{constructor(_0x45521e,_0x31dbf1=''){const _0x105370=_0xf5b7;super(_0x45521e);const _0x14b01e=new _0x3369a4(),_0x17cde8=this[_0x105370(0x134)];this[_0x105370(0x13d)](_0x105370(0x132),_0x31dbf1),_0x14b01e[_0x105370(0x13c)]=_0x3bd9ca,this[_0x105370(0x130)]({'tag':_0x105370(0x13f),'attributes':{'class':['ck',_0x105370(0x131)]},'children':[_0x14b01e,{'text':_0x17cde8['to'](_0x105370(0x132))}]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1907(_0x1ebc88,_0x310a13){const _0x9f1e3=_0x9f1e();return _0x1907=function(_0x190795,_0x4e1a92){_0x190795=_0x190795-0x161;let _0x2a119f=_0x9f1e3[_0x190795];return _0x2a119f;},_0x1907(_0x1ebc88,_0x310a13);}const _0x4a938a=_0x1907;(function(_0x24849c,_0x524f6f){const _0x4f940f=_0x1907,_0x1535dd=_0x24849c();while(!![]){try{const _0x3d7fc6=parseInt(_0x4f940f(0x194))/0x1*(parseInt(_0x4f940f(0x181))/0x2)+-parseInt(_0x4f940f(0x173))/0x3*(parseInt(_0x4f940f(0x182))/0x4)+-parseInt(_0x4f940f(0x17b))/0x5*(-parseInt(_0x4f940f(0x17f))/0x6)+parseInt(_0x4f940f(0x178))/0x7+parseInt(_0x4f940f(0x192))/0x8*(-parseInt(_0x4f940f(0x197))/0x9)+parseInt(_0x4f940f(0x180))/0xa*(-parseInt(_0x4f940f(0x188))/0xb)+parseInt(_0x4f940f(0x16b))/0xc;if(_0x3d7fc6===_0x524f6f)break;else _0x1535dd['push'](_0x1535dd['shift']());}catch(_0x55b913){_0x1535dd['push'](_0x1535dd['shift']());}}}(_0x9f1e,0x3f80b));import{Rect as _0x5dfceb,global as _0x59d69a,isVisible as _0x2717a7}from'ckeditor5/src/utils.js';function _0x9f1e(){const _0xfa23ff=['fire','children','add','History','isEmpty','set','window','focusableChildren','locale','fieldView','_createSubmitButton','_createShowHistoryButton','5015184jzSIEk','isEnabled','ck-ai-form__toggle-history','isVisible','width','execute','focusLast','value','10410rxVUeV','maxRows','Submit','bind','element','3101182XuLsRI','excludeScrollbarsAndBorders','enter','5JPeuCM','filteredView','requestAnimationFrame','render','2326734lwfmwL','370cuwRGL','46058LfTZZx','500adsfMB','right','submit','uiLanguageDirection','fieldWrapperChildren','isOn','111001lpRnbw','style','resultsView','ck-ai-form__submit','focusCycler','minRows','queryView','rtl','focusFirst','submitButtonView','34424ueXqnB','showHistoryButtonView','8sPkuHL','left','focus','765MmfLdN','target','update','keystrokes'];_0x9f1e=function(){return _0xfa23ff;};return _0x9f1e();}import{IconAIHistory as _0xe55444,IconSubmit as _0x456520}from'ckeditor5/src/icons.js';import{AutocompleteView as _0x28523b,ButtonView as _0x54816b}from'ckeditor5/src/ui.js';import{getTranslation as _0x3f5fbb}from'../../utils/common-translations.js';export class AIFormPromptView extends _0x28523b{[_0x4a938a(0x191)];[_0x4a938a(0x193)];constructor(_0xdad667,_0x13a024){const _0x11b30f=_0x4a938a;super(_0xdad667,_0x13a024),this[_0x11b30f(0x18e)][_0x11b30f(0x168)][_0x11b30f(0x18d)]=0x1,this[_0x11b30f(0x18e)][_0x11b30f(0x168)][_0x11b30f(0x174)]=0x3,this[_0x11b30f(0x191)]=this[_0x11b30f(0x169)](),this[_0x11b30f(0x193)]=this[_0x11b30f(0x16a)](),this[_0x11b30f(0x166)][_0x11b30f(0x161)](this[_0x11b30f(0x193)],0x1),this[_0x11b30f(0x166)][_0x11b30f(0x161)](this[_0x11b30f(0x191)]);}[_0x4a938a(0x17e)](){const _0xa42efe=_0x4a938a;super[_0xa42efe(0x17e)](),this[_0xa42efe(0x18e)][_0xa42efe(0x186)][_0xa42efe(0x161)](this[_0xa42efe(0x193)]),this[_0xa42efe(0x19c)][_0xa42efe(0x161)](this[_0xa42efe(0x191)]),this[_0xa42efe(0x19a)][_0xa42efe(0x164)](_0xa42efe(0x17a),(_0x23059f,_0x4aba2c)=>{const _0x2e1385=_0xa42efe;_0x23059f[_0x2e1385(0x198)]==this[_0x2e1385(0x18e)][_0x2e1385(0x168)][_0x2e1385(0x177)]&&(this[_0x2e1385(0x184)](),_0x4aba2c());});}[_0x4a938a(0x169)](){const _0x18e93f=_0x4a938a,_0x3a38b0=new _0x54816b(this[_0x18e93f(0x167)]),_0x2a4da8=this[_0x18e93f(0x167)];return _0x3a38b0[_0x18e93f(0x164)]({'icon':_0x456520,'label':_0x3f5fbb(_0x2a4da8,_0x18e93f(0x175)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x18e93f(0x18b)}),_0x3a38b0['on'](_0x18e93f(0x170),()=>{const _0x53cf22=_0x18e93f;this[_0x53cf22(0x184)]();}),_0x3a38b0[_0x18e93f(0x176)](_0x18e93f(0x16c))['to'](this[_0x18e93f(0x18e)][_0x18e93f(0x168)],_0x18e93f(0x163),this,_0x18e93f(0x16c),(_0x4a20a5,_0x29dd03)=>!_0x4a20a5&&_0x29dd03),_0x3a38b0;}[_0x4a938a(0x16a)](){const _0x1114f7=_0x4a938a,_0x40f5da=new _0x54816b(this[_0x1114f7(0x167)]),_0x5b8a48=this[_0x1114f7(0x18a)],_0x59ad0e=this[_0x1114f7(0x167)];_0x40f5da[_0x1114f7(0x164)]({'label':_0x3f5fbb(_0x59ad0e,_0x1114f7(0x162)),'withText':!0x1,'icon':_0xe55444,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x1114f7(0x16d)}),_0x40f5da[_0x1114f7(0x176)](_0x1114f7(0x187))['to'](_0x5b8a48,_0x1114f7(0x16e)),_0x40f5da[_0x1114f7(0x176)](_0x1114f7(0x16c))['to'](this,_0x1114f7(0x16c)),_0x40f5da['on'](_0x1114f7(0x170),()=>{const _0x20a194=_0x1114f7;_0x5b8a48[_0x20a194(0x16e)]=!_0x5b8a48[_0x20a194(0x16e)],_0x5b8a48[_0x20a194(0x16e)]?this[_0x20a194(0x17c)][_0x20a194(0x196)]():this[_0x20a194(0x196)]();});const _0x533d41=()=>{const _0x1a050b=_0x1114f7;_0x59d69a[_0x1a050b(0x165)][_0x1a050b(0x17d)](()=>{const _0x596677=_0x1a050b;if(_0x2717a7(this[_0x596677(0x177)])){const _0x5540c2=new _0x5dfceb(this[_0x596677(0x18e)][_0x596677(0x168)][_0x596677(0x177)]),_0x9844e7=_0x5540c2[_0x596677(0x16f)],_0x335aa2=_0x596677(0x18f)===_0x59ad0e[_0x596677(0x185)]?_0x596677(0x195):_0x596677(0x183);_0x5540c2[_0x596677(0x179)](),_0x40f5da[_0x596677(0x177)][_0x596677(0x189)][_0x335aa2]=_0x9844e7-_0x5540c2[_0x596677(0x16f)]+0x1+'px';}});};return this[_0x1114f7(0x18e)][_0x1114f7(0x168)]['on'](_0x1114f7(0x199),_0x533d41),this['on'](_0x1114f7(0x17e),_0x533d41),_0x40f5da;}[_0x4a938a(0x184)](){const _0x4b24c1=_0x4a938a,_0xf29dd0=this[_0x4b24c1(0x18e)][_0x4b24c1(0x168)][_0x4b24c1(0x177)][_0x4b24c1(0x172)];this[_0x4b24c1(0x19b)](_0x4b24c1(0x184),_0xf29dd0);}[_0x4a938a(0x196)](_0x2f9c4d){const _0x277bae=_0x4a938a;-0x1===_0x2f9c4d?this[_0x277bae(0x18c)][_0x277bae(0x171)]():this[_0x277bae(0x18c)][_0x277bae(0x190)]();}}
23
+ const _0x8478d5=_0xc0cb;(function(_0x36d0b1,_0x5d840f){const _0x38706b=_0xc0cb,_0x5452e9=_0x36d0b1();while(!![]){try{const _0x1f6590=parseInt(_0x38706b(0x101))/0x1*(parseInt(_0x38706b(0x129))/0x2)+parseInt(_0x38706b(0xf0))/0x3*(parseInt(_0x38706b(0x125))/0x4)+parseInt(_0x38706b(0x107))/0x5*(-parseInt(_0x38706b(0x123))/0x6)+parseInt(_0x38706b(0x10c))/0x7+parseInt(_0x38706b(0x122))/0x8*(parseInt(_0x38706b(0x10a))/0x9)+parseInt(_0x38706b(0x109))/0xa+-parseInt(_0x38706b(0x124))/0xb;if(_0x1f6590===_0x5d840f)break;else _0x5452e9['push'](_0x5452e9['shift']());}catch(_0x4a5863){_0x5452e9['push'](_0x5452e9['shift']());}}}(_0x4281,0x273c4));import{Rect as _0x3015c4,global as _0x578285,isVisible as _0x11005f}from'ckeditor5/src/utils.js';import{IconAIHistory as _0x5d1b01,IconSubmit as _0x589e15}from'ckeditor5/src/icons.js';function _0x4281(){const _0x494509=['isEmpty','excludeScrollbarsAndBorders','update','right','maxRows','target','render','focusFirst','focusLast','left','requestAnimationFrame','execute','queryView','set','fieldWrapperChildren','minRows','keystrokes','History','isOn','resultsView','Submit','16dzzamf','29826onLwTO','7465128QEgixh','12FDQOUY','add','showHistoryButtonView','_createSubmitButton','40164mreMTs','style','166266DQLzvg','focusableChildren','children','ck-ai-form__submit','isEnabled','uiLanguageDirection','width','bind','filteredView','locale','window','ck-ai-form__toggle-history','submit','focus','fieldView','value','fire','5sreUDs','enter','rtl','element','_createShowHistoryButton','isVisible','10kVWQNQ','submitButtonView','2754860TcNzcj','533718ASVzWD','focusCycler','1319724ZlFRiL'];_0x4281=function(){return _0x494509;};return _0x4281();}import{AutocompleteView as _0x445660,ButtonView as _0x47e712}from'ckeditor5/src/ui.js';function _0xc0cb(_0x3395bf,_0x5e62a7){const _0x4281b5=_0x4281();return _0xc0cb=function(_0xc0cb45,_0x372fb6){_0xc0cb45=_0xc0cb45-0xf0;let _0x10c16c=_0x4281b5[_0xc0cb45];return _0x10c16c;},_0xc0cb(_0x3395bf,_0x5e62a7);}import{getTranslation as _0x97571e}from'../../utils/common-translations.js';export class AIFormPromptView extends _0x445660{[_0x8478d5(0x108)];[_0x8478d5(0x127)];constructor(_0x1a8dc2,_0x921292){const _0x4f5290=_0x8478d5;super(_0x1a8dc2,_0x921292),this[_0x4f5290(0x119)][_0x4f5290(0xfe)][_0x4f5290(0x11c)]=0x1,this[_0x4f5290(0x119)][_0x4f5290(0xfe)][_0x4f5290(0x111)]=0x3,this[_0x4f5290(0x108)]=this[_0x4f5290(0x128)](),this[_0x4f5290(0x127)]=this[_0x4f5290(0x105)](),this[_0x4f5290(0xf1)][_0x4f5290(0x126)](this[_0x4f5290(0x127)],0x1),this[_0x4f5290(0xf1)][_0x4f5290(0x126)](this[_0x4f5290(0x108)]);}[_0x8478d5(0x113)](){const _0x30ce0e=_0x8478d5;super[_0x30ce0e(0x113)](),this[_0x30ce0e(0x119)][_0x30ce0e(0x11b)][_0x30ce0e(0x126)](this[_0x30ce0e(0x127)]),this[_0x30ce0e(0xf2)][_0x30ce0e(0x126)](this[_0x30ce0e(0x108)]),this[_0x30ce0e(0x11d)][_0x30ce0e(0x11a)](_0x30ce0e(0x102),(_0x399ca7,_0x88ad5a)=>{const _0x3190e6=_0x30ce0e;_0x399ca7[_0x3190e6(0x112)]==this[_0x3190e6(0x119)][_0x3190e6(0xfe)][_0x3190e6(0x104)]&&(this[_0x3190e6(0xfc)](),_0x88ad5a());});}[_0x8478d5(0x128)](){const _0x2dc712=_0x8478d5,_0x1bf213=new _0x47e712(this[_0x2dc712(0xf9)]),_0x79d0fc=this[_0x2dc712(0xf9)];return _0x1bf213[_0x2dc712(0x11a)]({'icon':_0x589e15,'label':_0x97571e(_0x79d0fc,_0x2dc712(0x121)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x2dc712(0xf3)}),_0x1bf213['on'](_0x2dc712(0x118),()=>{const _0x4fe993=_0x2dc712;this[_0x4fe993(0xfc)]();}),_0x1bf213[_0x2dc712(0xf7)](_0x2dc712(0xf4))['to'](this[_0x2dc712(0x119)][_0x2dc712(0xfe)],_0x2dc712(0x10d),this,_0x2dc712(0xf4),(_0x7aaa3e,_0x3eee1b)=>!_0x7aaa3e&&_0x3eee1b),_0x1bf213;}[_0x8478d5(0x105)](){const _0x3347de=_0x8478d5,_0x555f6a=new _0x47e712(this[_0x3347de(0xf9)]),_0xf0825c=this[_0x3347de(0x120)],_0x15d762=this[_0x3347de(0xf9)];_0x555f6a[_0x3347de(0x11a)]({'label':_0x97571e(_0x15d762,_0x3347de(0x11e)),'withText':!0x1,'icon':_0x5d1b01,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x3347de(0xfb)}),_0x555f6a[_0x3347de(0xf7)](_0x3347de(0x11f))['to'](_0xf0825c,_0x3347de(0x106)),_0x555f6a[_0x3347de(0xf7)](_0x3347de(0xf4))['to'](this,_0x3347de(0xf4)),_0x555f6a['on'](_0x3347de(0x118),()=>{const _0x284ef3=_0x3347de;_0xf0825c[_0x284ef3(0x106)]=!_0xf0825c[_0x284ef3(0x106)],_0xf0825c[_0x284ef3(0x106)]?this[_0x284ef3(0xf8)][_0x284ef3(0xfd)]():this[_0x284ef3(0xfd)]();});const _0x34e3c8=()=>{const _0x47e76c=_0x3347de;_0x578285[_0x47e76c(0xfa)][_0x47e76c(0x117)](()=>{const _0x1b13ff=_0x47e76c;if(_0x11005f(this[_0x1b13ff(0x104)])){const _0x4270ff=new _0x3015c4(this[_0x1b13ff(0x119)][_0x1b13ff(0xfe)][_0x1b13ff(0x104)]),_0x470a66=_0x4270ff[_0x1b13ff(0xf6)],_0x4b5c46=_0x1b13ff(0x103)===_0x15d762[_0x1b13ff(0xf5)]?_0x1b13ff(0x116):_0x1b13ff(0x110);_0x4270ff[_0x1b13ff(0x10e)](),_0x555f6a[_0x1b13ff(0x104)][_0x1b13ff(0x12a)][_0x4b5c46]=_0x470a66-_0x4270ff[_0x1b13ff(0xf6)]+0x1+'px';}});};return this[_0x3347de(0x119)][_0x3347de(0xfe)]['on'](_0x3347de(0x10f),_0x34e3c8),this['on'](_0x3347de(0x113),_0x34e3c8),_0x555f6a;}[_0x8478d5(0xfc)](){const _0x27858b=_0x8478d5,_0x215689=this[_0x27858b(0x119)][_0x27858b(0xfe)][_0x27858b(0x104)][_0x27858b(0xff)];this[_0x27858b(0x100)](_0x27858b(0xfc),_0x215689);}[_0x8478d5(0xfd)](_0x420419){const _0x113f05=_0x8478d5;-0x1===_0x420419?this[_0x113f05(0x10b)][_0x113f05(0x115)]():this[_0x113f05(0x10b)][_0x113f05(0x114)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4204dc=_0x1761;function _0xf388(){const _0x19edb0=['addMany','items','ck-hidden','REPLACE','toUpperCase','replaceButton','label','Stop','120hEGmeE','isVisible','insert','extendTemplate','mainAction','10ometww','replace','bindTemplate','ck-button-action','stopButton','set','insertButton','bind','8045469sVjeWY','240296vvRLvs','41644Botbin','locale','4583570zWATdC','19542FSqMJT','_createButton','Insert\x20below','AI_','1764eKjFIV','tryAgainButton','ck-ai-form__toolbar','Try\x20again','1672792xnyMBx','8dbXLCd','_CONTENT','754977KNEpCG','29VYljVm'];_0xf388=function(){return _0x19edb0;};return _0xf388();}(function(_0x2ef80c,_0x4175ec){const _0x3d2910=_0x1761,_0x1ec826=_0x2ef80c();while(!![]){try{const _0x1c3680=-parseInt(_0x3d2910(0x1f5))/0x1*(parseInt(_0x3d2910(0x1e6))/0x2)+parseInt(_0x3d2910(0x1f4))/0x3*(parseInt(_0x3d2910(0x1f2))/0x4)+-parseInt(_0x3d2910(0x1e8))/0x5+parseInt(_0x3d2910(0x1e9))/0x6*(-parseInt(_0x3d2910(0x1ed))/0x7)+parseInt(_0x3d2910(0x1e5))/0x8+parseInt(_0x3d2910(0x1e4))/0x9*(parseInt(_0x3d2910(0x203))/0xa)+-parseInt(_0x3d2910(0x1f1))/0xb*(-parseInt(_0x3d2910(0x1fe))/0xc);if(_0x1c3680===_0x4175ec)break;else _0x1ec826['push'](_0x1ec826['shift']());}catch(_0x3df568){_0x1ec826['push'](_0x1ec826['shift']());}}}(_0xf388,0x941ec));import{ToolbarView as _0x50e5fb,ButtonView as _0xf46d5}from'ckeditor5/src/ui.js';import{getTranslation as _0x3ab558}from'../../utils/common-translations.js';function _0x1761(_0x38c6b2,_0x1c6688){const _0xf3881f=_0xf388();return _0x1761=function(_0x1761f1,_0x48439c){_0x1761f1=_0x1761f1-0x1de;let _0x3d1950=_0xf3881f[_0x1761f1];return _0x3d1950;},_0x1761(_0x38c6b2,_0x1c6688);}export const AIFormToolbarViewMainActionLabel={'REPLACE':_0x4204dc(0x204),'INSERT':_0x4204dc(0x200)};export class AIFormToolbarView extends _0x50e5fb{constructor(_0x277784){const _0x2a3b2f=_0x4204dc;super(_0x277784),this[_0x2a3b2f(0x1e1)](_0x2a3b2f(0x1ff),!0x1),this[_0x2a3b2f(0x1e1)](_0x2a3b2f(0x202),AIFormToolbarViewMainActionLabel[_0x2a3b2f(0x1f9)]),this[_0x2a3b2f(0x1fb)]=this[_0x2a3b2f(0x1ea)]('',_0x2a3b2f(0x1df)),this[_0x2a3b2f(0x1fb)][_0x2a3b2f(0x1e3)](_0x2a3b2f(0x1fc))['to'](this,_0x2a3b2f(0x202),_0x1f9846=>_0x3ab558(_0x277784,_0x2a3b2f(0x1ec)+_0x1f9846[_0x2a3b2f(0x1fa)]()+_0x2a3b2f(0x1f3))),this[_0x2a3b2f(0x1e2)]=this[_0x2a3b2f(0x1ea)](_0x3ab558(_0x277784,_0x2a3b2f(0x1eb))),this[_0x2a3b2f(0x1ee)]=this[_0x2a3b2f(0x1ea)](_0x3ab558(_0x277784,_0x2a3b2f(0x1f0))),this[_0x2a3b2f(0x1e0)]=this[_0x2a3b2f(0x1ea)](_0x3ab558(_0x277784,_0x2a3b2f(0x1fd)));const _0x47e625=this[_0x2a3b2f(0x1de)];this[_0x2a3b2f(0x201)]({'attributes':{'class':[_0x2a3b2f(0x1ef),_0x47e625['if'](_0x2a3b2f(0x1ff),_0x2a3b2f(0x1f8),_0x5b66a2=>!_0x5b66a2)]}}),this[_0x2a3b2f(0x1f7)][_0x2a3b2f(0x1f6)]([this[_0x2a3b2f(0x1fb)],this[_0x2a3b2f(0x1e2)],this[_0x2a3b2f(0x1ee)],this[_0x2a3b2f(0x1e0)]]);}[_0x4204dc(0x1ea)](_0x18bbfe,_0x5a0557){const _0x3f28d3=_0x4204dc,_0x32955d=new _0xf46d5(this[_0x3f28d3(0x1e7)]);return _0x32955d[_0x3f28d3(0x1e1)]({'label':_0x18bbfe,'class':_0x5a0557||'','isVisible':!0x0,'withText':!0x0}),_0x32955d;}}
23
+ function _0x5675(_0xfe4bc9,_0xf40e7e){const _0x480f9e=_0x480f();return _0x5675=function(_0x567507,_0x290ad5){_0x567507=_0x567507-0x143;let _0x5c73a1=_0x480f9e[_0x567507];return _0x5c73a1;},_0x5675(_0xfe4bc9,_0xf40e7e);}const _0x278baf=_0x5675;(function(_0x2e48cd,_0x90997b){const _0x274eef=_0x5675,_0x500146=_0x2e48cd();while(!![]){try{const _0x1f41c0=-parseInt(_0x274eef(0x14f))/0x1+parseInt(_0x274eef(0x158))/0x2+parseInt(_0x274eef(0x146))/0x3+parseInt(_0x274eef(0x150))/0x4+-parseInt(_0x274eef(0x153))/0x5+-parseInt(_0x274eef(0x162))/0x6*(-parseInt(_0x274eef(0x15f))/0x7)+-parseInt(_0x274eef(0x161))/0x8;if(_0x1f41c0===_0x90997b)break;else _0x500146['push'](_0x500146['shift']());}catch(_0x1cbb94){_0x500146['push'](_0x500146['shift']());}}}(_0x480f,0xd9e17));import{ToolbarView as _0x5747c5,ButtonView as _0x4b5cd1}from'ckeditor5/src/ui.js';function _0x480f(){const _0x15fa41=['14930000qtmfaM','7980312phsNJe','Insert\x20below','ck-hidden','Stop','tryAgainButton','bindTemplate','items','2618772QgPrFq','locale','_createButton','isVisible','bind','replaceButton','REPLACE','insert','extendTemplate','973443kCNMVc','6827692miLjcu','_CONTENT','ck-ai-form__toolbar','6216300InZZPE','ck-button-action','insertButton','Try\x20again','mainAction','2130986OzTpXj','label','addMany','AI_','set','replace','toUpperCase','7UiIzCO','stopButton'];_0x480f=function(){return _0x15fa41;};return _0x480f();}import{getTranslation as _0x4498f8}from'../../utils/common-translations.js';export const AIFormToolbarViewMainActionLabel={'REPLACE':_0x278baf(0x15d),'INSERT':_0x278baf(0x14d)};export class AIFormToolbarView extends _0x5747c5{constructor(_0x97aa58){const _0x8c38d9=_0x278baf;super(_0x97aa58),this[_0x8c38d9(0x15c)](_0x8c38d9(0x149),!0x1),this[_0x8c38d9(0x15c)](_0x8c38d9(0x157),AIFormToolbarViewMainActionLabel[_0x8c38d9(0x14c)]),this[_0x8c38d9(0x14b)]=this[_0x8c38d9(0x148)]('',_0x8c38d9(0x154)),this[_0x8c38d9(0x14b)][_0x8c38d9(0x14a)](_0x8c38d9(0x159))['to'](this,_0x8c38d9(0x157),_0x5a6949=>_0x4498f8(_0x97aa58,_0x8c38d9(0x15b)+_0x5a6949[_0x8c38d9(0x15e)]()+_0x8c38d9(0x151))),this[_0x8c38d9(0x155)]=this[_0x8c38d9(0x148)](_0x4498f8(_0x97aa58,_0x8c38d9(0x163))),this[_0x8c38d9(0x143)]=this[_0x8c38d9(0x148)](_0x4498f8(_0x97aa58,_0x8c38d9(0x156))),this[_0x8c38d9(0x160)]=this[_0x8c38d9(0x148)](_0x4498f8(_0x97aa58,_0x8c38d9(0x165)));const _0x35a1a6=this[_0x8c38d9(0x144)];this[_0x8c38d9(0x14e)]({'attributes':{'class':[_0x8c38d9(0x152),_0x35a1a6['if'](_0x8c38d9(0x149),_0x8c38d9(0x164),_0x1e95cd=>!_0x1e95cd)]}}),this[_0x8c38d9(0x145)][_0x8c38d9(0x15a)]([this[_0x8c38d9(0x14b)],this[_0x8c38d9(0x155)],this[_0x8c38d9(0x143)],this[_0x8c38d9(0x160)]]);}[_0x278baf(0x148)](_0x4bd761,_0x4731a0){const _0x29860d=_0x278baf,_0x36d6cd=new _0x4b5cd1(this[_0x29860d(0x147)]);return _0x36d6cd[_0x29860d(0x15c)]({'label':_0x4bd761,'class':_0x4731a0||'','isVisible':!0x0,'withText':!0x0}),_0x36d6cd;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x39769f=_0x7b84;(function(_0x374d3c,_0xa8c14){const _0x23a98b=_0x7b84,_0x4aa937=_0x374d3c();while(!![]){try{const _0x539c21=-parseInt(_0x23a98b(0x1e6))/0x1*(-parseInt(_0x23a98b(0x1de))/0x2)+-parseInt(_0x23a98b(0x1cb))/0x3+parseInt(_0x23a98b(0x1e3))/0x4*(-parseInt(_0x23a98b(0x1ce))/0x5)+-parseInt(_0x23a98b(0x1a0))/0x6*(parseInt(_0x23a98b(0x1eb))/0x7)+-parseInt(_0x23a98b(0x1a8))/0x8*(-parseInt(_0x23a98b(0x1dd))/0x9)+parseInt(_0x23a98b(0x1d5))/0xa+-parseInt(_0x23a98b(0x1a3))/0xb*(-parseInt(_0x23a98b(0x1c3))/0xc);if(_0x539c21===_0xa8c14)break;else _0x4aa937['push'](_0x4aa937['shift']());}catch(_0x19098e){_0x4aa937['push'](_0x4aa937['shift']());}}}(_0x5154,0xd7642));import{FocusTracker as _0x4a324d,KeystrokeHandler as _0x1b9ea2}from'ckeditor5/src/utils.js';import{View as _0x98d478,FocusCycler as _0x33a9b7,createLabeledTextarea as _0x59e04a}from'ckeditor5/src/ui.js';import{AIFormToolbarView as _0x44b4cf,AIFormToolbarViewMainActionLabel as _0x234d24}from'./aiformtoolbarview.js';import{AIFormContentArea as _0x4c6e75}from'./aiformcontentarea.js';import{AIFormErrorView as _0x19b803}from'./aiformerrorview.js';function _0x5154(){const _0x4ad321=['clearHistory','render','Ask\x20AI\x20to\x20edit\x20or\x20generate','items','label','historyGroupView','replaceButton','element','bindTemplate','stopProcessing','add','delegate','5450352PFNVsU','high','ck-ai-form-content','fire','execute','shift\x20+\x20tab','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.','tryAgainEvent','2983284dTJNUP','trim','toolbar','365zpOlwg','isError','prompt','clear','promptView','_createPromptView','search','699810TFNdHC','startProcessing','tryAgainButton','focus','reset','errorView','focusFirst','queryView','14585013ubkzGr','122xdSLhr','value','_focusables','handleError','setTemplate','15148xLOBPL','tab','listenTo','23555XLtXDI','finishProcessing','ck-hidden','contentArea','stopButton','3333092CgHAZv','insertButton','focusTracker','REPLACE','fieldView','copyButtonView','submit','isVisible','Empty\x20history','focusCycler','bindTo','chain','18SaaoqD','createCollection','text','11IGYoan','bind','ck-ai-form','focusLast','set','8ypIjTc','mainAction','_promptHistory','keystrokes','isProcessing','Ask\x20AI\x20to\x20improve\x20generated\x20text','submitPrompt','div','replaceContent','insertContentBelow','_createHistoryView','locale','isEnabled','_createToolbar','AI_ERROR_FAILED'];_0x5154=function(){return _0x4ad321;};return _0x5154();}import{AIFormPromptView as _0x3fad7e}from'./aiformpromptview.js';import{AIHistoryListView as _0x1cfde0}from'./aihistorylistview.js';import{AIHistoryListItemView as _0x276ea0}from'./aihistorylistitemview.js';import{PromptHistory as _0xff4e54}from'./prompthistory.js';function _0x7b84(_0x466a52,_0x494a46){const _0x515454=_0x5154();return _0x7b84=function(_0x7b84f4,_0x111710){_0x7b84f4=_0x7b84f4-0x19f;let _0x17c355=_0x515454[_0x7b84f4];return _0x17c355;},_0x7b84(_0x466a52,_0x494a46);}import{getTranslation as _0x5cd4c9}from'../../utils/common-translations.js';import{escape as _0x1cbdba}from'es-toolkit/compat';export class AIFormView extends _0x98d478{[_0x39769f(0x1ed)];[_0x39769f(0x1ab)];[_0x39769f(0x1e9)];[_0x39769f(0x1cd)];[_0x39769f(0x1d2)];[_0x39769f(0x1da)];[_0x39769f(0x1e0)];[_0x39769f(0x1f4)];[_0x39769f(0x1aa)];constructor(_0x1f5632,_0x3585c7,_0x231e9c=''){const _0x54c007=_0x39769f;super(_0x1f5632),this[_0x54c007(0x1a7)](_0x54c007(0x1b4),!0x0),this[_0x54c007(0x1a7)](_0x54c007(0x1ac),!0x1),this[_0x54c007(0x1a7)](_0x54c007(0x1d0),''),this[_0x54c007(0x1a7)](_0x54c007(0x1df),''),this[_0x54c007(0x1a7)](_0x54c007(0x1cf),!0x1),this[_0x54c007(0x1a7)](_0x54c007(0x1a9),_0x234d24[_0x54c007(0x1ee)]),this[_0x54c007(0x1aa)]=new _0xff4e54(),this[_0x54c007(0x1da)]=new _0x19b803(_0x1f5632),this[_0x54c007(0x1e9)]=new _0x4c6e75(_0x1f5632,_0x231e9c),this[_0x54c007(0x1e9)][_0x54c007(0x1a4)](_0x54c007(0x1ac))['to'](this),this[_0x54c007(0x1e9)][_0x54c007(0x1a4)](_0x54c007(0x1df))['to'](this),this[_0x54c007(0x1cd)]=this[_0x54c007(0x1b5)](),this[_0x54c007(0x1cd)][_0x54c007(0x1a4)](_0x54c007(0x1a9))['to'](this),this[_0x54c007(0x1d2)]=this[_0x54c007(0x1d3)](),this[_0x54c007(0x1ed)]=new _0x4a324d(),this[_0x54c007(0x1ab)]=new _0x1b9ea2(),this[_0x54c007(0x1e0)]=this[_0x54c007(0x1a1)]([this[_0x54c007(0x1e9)],this[_0x54c007(0x1e9)][_0x54c007(0x1f0)],this[_0x54c007(0x1cd)],this[_0x54c007(0x1d2)]]),this[_0x54c007(0x1f4)]=new _0x33a9b7({'focusables':this[_0x54c007(0x1e0)],'focusTracker':this[_0x54c007(0x1ed)],'keystrokeHandler':this[_0x54c007(0x1ab)],'actions':{'focusPrevious':_0x54c007(0x1c8),'focusNext':_0x54c007(0x1e4)}}),this[_0x54c007(0x1f4)][_0x54c007(0x19f)](this[_0x54c007(0x1d2)][_0x54c007(0x1f4)]),this[_0x54c007(0x1d2)][_0x54c007(0x1dc)][_0x54c007(0x1ef)][_0x54c007(0x1a4)](_0x54c007(0x1df))['to'](this,_0x54c007(0x1d0));const _0x40b229=this[_0x54c007(0x1bf)];this[_0x54c007(0x1e2)]({'tag':_0x54c007(0x1af),'attributes':{'class':['ck',_0x54c007(0x1a5),_0x3585c7],'tabindex':'-1'},'children':[{'tag':_0x54c007(0x1af),'attributes':{'class':['ck',_0x54c007(0x1c5)]},'children':[{'tag':_0x54c007(0x1af),'attributes':{'class':[_0x40b229['if'](_0x54c007(0x1cf),_0x54c007(0x1e8),_0xd107c6=>!_0xd107c6)]},'children':[this[_0x54c007(0x1da)]]},this[_0x54c007(0x1e9)],this[_0x54c007(0x1cd)],this[_0x54c007(0x1d2)]]}]});}[_0x39769f(0x1b8)](){const _0x7ef827=_0x39769f;super[_0x7ef827(0x1b8)](),this[_0x7ef827(0x1ed)][_0x7ef827(0x1c1)](this[_0x7ef827(0x1e9)][_0x7ef827(0x1be)]),this[_0x7ef827(0x1ed)][_0x7ef827(0x1c1)](this[_0x7ef827(0x1e9)][_0x7ef827(0x1f0)][_0x7ef827(0x1be)]),this[_0x7ef827(0x1ed)][_0x7ef827(0x1c1)](this[_0x7ef827(0x1cd)][_0x7ef827(0x1be)]),this[_0x7ef827(0x1ed)][_0x7ef827(0x1c1)](this[_0x7ef827(0x1d2)][_0x7ef827(0x1be)]),this[_0x7ef827(0x1ab)][_0x7ef827(0x1e5)](this[_0x7ef827(0x1be)]);}[_0x39769f(0x1d8)](_0x417832=0x1){const _0x3c484d=_0x39769f;-0x1===_0x417832?this[_0x3c484d(0x1f4)][_0x3c484d(0x1a6)]():this[_0x3c484d(0x1f4)][_0x3c484d(0x1db)]();}[_0x39769f(0x1d9)](){const _0x460eb1=_0x39769f;this[_0x460eb1(0x1d0)]='',this[_0x460eb1(0x1df)]='',this[_0x460eb1(0x1cf)]=!0x1,this[_0x460eb1(0x1d2)][_0x460eb1(0x1d9)](),this[_0x460eb1(0x1e9)][_0x460eb1(0x1f2)]=!0x1,this[_0x460eb1(0x1cd)][_0x460eb1(0x1f2)]=!0x1;}[_0x39769f(0x1d3)](){const _0x41e026=_0x39769f,_0x126c02=this[_0x41e026(0x1b3)],_0x25ccc3=new _0x3fad7e(_0x126c02,{'queryView':{'label':_0x5cd4c9(_0x126c02,_0x41e026(0x1b9)),'creator':_0x59e04a,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':_0x5cd4c9(_0x126c02,_0x41e026(0x1f3)),'secondary':_0x5cd4c9(_0x126c02,_0x41e026(0x1c9))}}},'filteredView':this[_0x41e026(0x1b2)](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x25ccc3[_0x41e026(0x1a4)](_0x41e026(0x1b4))['to'](this,_0x41e026(0x1b4),this,_0x41e026(0x1ac),(_0x24d78a,_0x4dcb01)=>_0x24d78a&&!_0x4dcb01),this[_0x41e026(0x1e5)](_0x25ccc3,_0x41e026(0x1f1),(_0x4049cd,_0xebb2c8)=>{const _0x390d20=_0x41e026;this[_0x390d20(0x1d0)]=_0xebb2c8;const _0x334f66=_0x1cbdba(_0xebb2c8);this[_0x390d20(0x1c6)](_0x390d20(0x1ae),_0x334f66),_0xebb2c8[_0x390d20(0x1cc)]()&&this[_0x390d20(0x1aa)][_0x390d20(0x1c1)]({'prompt':_0x334f66},0x0);},{'priority':_0x41e026(0x1c4)}),_0x25ccc3;}[_0x39769f(0x1b2)](){const _0x2eb689=_0x39769f,_0x5f5046=new _0x1cfde0(this[_0x2eb689(0x1b3)]);return _0x5f5046[_0x2eb689(0x1bc)][_0x2eb689(0x1ba)][_0x2eb689(0x1f5)](this[_0x2eb689(0x1aa)])['as'](_0x276ea0),_0x5f5046['on'](_0x2eb689(0x1b7),()=>{const _0x4ccbcf=_0x2eb689;this[_0x4ccbcf(0x1aa)][_0x4ccbcf(0x1d1)](),this[_0x4ccbcf(0x1d2)][_0x4ccbcf(0x1d4)](''),this[_0x4ccbcf(0x1d2)][_0x4ccbcf(0x1d8)]();}),_0x5f5046;}[_0x39769f(0x1b5)](){const _0x50b810=_0x39769f,_0x1bd68e=new _0x44b4cf(this[_0x50b810(0x1b3)]);return _0x1bd68e[_0x50b810(0x1bd)][_0x50b810(0x1a4)](_0x50b810(0x1b4))['to'](this,_0x50b810(0x1b4),this,_0x50b810(0x1ac),this,_0x50b810(0x1df),(_0x483c83,_0x2d703f,_0x373aff)=>_0x483c83&&!_0x2d703f&&!!_0x373aff),_0x1bd68e[_0x50b810(0x1bd)][_0x50b810(0x1c2)](_0x50b810(0x1c7))['to'](this,_0x50b810(0x1b0)),_0x1bd68e[_0x50b810(0x1ec)][_0x50b810(0x1a4)](_0x50b810(0x1b4))['to'](this,_0x50b810(0x1b4),this,_0x50b810(0x1ac),this,_0x50b810(0x1df),(_0x361f73,_0x97ac1a,_0xdadad0)=>_0x361f73&&!_0x97ac1a&&!!_0xdadad0),_0x1bd68e[_0x50b810(0x1ec)][_0x50b810(0x1c2)](_0x50b810(0x1c7))['to'](this,_0x50b810(0x1b1)),_0x1bd68e[_0x50b810(0x1d7)][_0x50b810(0x1a4)](_0x50b810(0x1b4))['to'](this,_0x50b810(0x1b4),this,_0x50b810(0x1ac),(_0x1cf6cf,_0x35d845)=>_0x1cf6cf&&!_0x35d845),_0x1bd68e[_0x50b810(0x1d7)][_0x50b810(0x1c2)](_0x50b810(0x1c7))['to'](this,_0x50b810(0x1ca)),_0x1bd68e[_0x50b810(0x1ea)][_0x50b810(0x1a4)](_0x50b810(0x1b4))['to'](this,_0x50b810(0x1ac)),_0x1bd68e[_0x50b810(0x1ea)][_0x50b810(0x1c2)](_0x50b810(0x1c7))['to'](this,_0x50b810(0x1c0)),_0x1bd68e;}[_0x39769f(0x1d6)](){const _0x14c6ef=_0x39769f;this[_0x14c6ef(0x1df)]='',this[_0x14c6ef(0x1cf)]=!0x1,this[_0x14c6ef(0x1ac)]=!0x0,this[_0x14c6ef(0x1e9)][_0x14c6ef(0x1f2)]=!0x0,this[_0x14c6ef(0x1cd)][_0x14c6ef(0x1f2)]=!0x0,this[_0x14c6ef(0x1e9)][_0x14c6ef(0x1d8)]();}[_0x39769f(0x1e7)](){const _0x525858=_0x39769f,_0x5e86a1=this[_0x525858(0x1b3)];this[_0x525858(0x1ac)]=!0x1,this[_0x525858(0x1d0)]='',this[_0x525858(0x1d2)][_0x525858(0x1d9)](),this[_0x525858(0x1df)]&&(this[_0x525858(0x1d2)][_0x525858(0x1dc)][_0x525858(0x1bb)]=_0x5cd4c9(_0x5e86a1,_0x525858(0x1ad)));}[_0x39769f(0x1e1)](_0x1cffd4){const _0xc0a163=_0x39769f,_0x2d8158=this[_0xc0a163(0x1b3)];this[_0xc0a163(0x1e7)](),this[_0xc0a163(0x1cf)]=!0x0,this[_0xc0a163(0x1da)][_0xc0a163(0x1a2)]=_0x1cffd4||_0x5cd4c9(_0x2d8158,_0xc0a163(0x1b6)),this[_0xc0a163(0x1df)]||(this[_0xc0a163(0x1e9)][_0xc0a163(0x1f2)]=!0x1);}}
23
+ const _0x17f191=_0x2f0c;(function(_0x44db61,_0xcda217){const _0x3d0c44=_0x2f0c,_0x21e750=_0x44db61();while(!![]){try{const _0x3d0367=parseInt(_0x3d0c44(0xf1))/0x1*(-parseInt(_0x3d0c44(0xd1))/0x2)+parseInt(_0x3d0c44(0xe0))/0x3*(parseInt(_0x3d0c44(0xca))/0x4)+parseInt(_0x3d0c44(0xd2))/0x5+-parseInt(_0x3d0c44(0xd0))/0x6*(parseInt(_0x3d0c44(0xcd))/0x7)+parseInt(_0x3d0c44(0xe3))/0x8+parseInt(_0x3d0c44(0xe5))/0x9+parseInt(_0x3d0c44(0xd6))/0xa;if(_0x3d0367===_0xcda217)break;else _0x21e750['push'](_0x21e750['shift']());}catch(_0xc234be){_0x21e750['push'](_0x21e750['shift']());}}}(_0x1795,0xb1ff8));import{FocusTracker as _0x19eed6,KeystrokeHandler as _0x4b37e7}from'ckeditor5/src/utils.js';import{View as _0x573691,FocusCycler as _0x38a946,createLabeledTextarea as _0x8c6fb4}from'ckeditor5/src/ui.js';import{AIFormToolbarView as _0x57faa7,AIFormToolbarViewMainActionLabel as _0x33a5a0}from'./aiformtoolbarview.js';import{AIFormContentArea as _0x5bc507}from'./aiformcontentarea.js';function _0x1795(){const _0x2b0a34=['delegate','set','queryView','3811640izZXMS','value','clear','label','focusLast','ck-ai-form-content','startProcessing','toolbar','replaceContent','mainAction','760422DeXpuI','fieldView','_createPromptView','3881184aXafvk','isEnabled','4449906hFOZkd','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.','bindTo','prompt','_focusables','Ask\x20AI\x20to\x20edit\x20or\x20generate','tryAgainEvent','replaceButton','clearHistory','items','listenTo','copyButtonView','696614qUjYuB','add','stopProcessing','_createToolbar','search','isVisible','focus','_promptHistory','bindTemplate','setTemplate','ck-ai-form','execute','isError','shift\x20+\x20tab','historyGroupView','keystrokes','high','element','bind','handleError','tryAgainButton','createCollection','_createHistoryView','fire','Empty\x20history','div','promptView','errorView','REPLACE','submit','focusCycler','focusFirst','tab','insertButton','AI_ERROR_FAILED','chain','ck-hidden','locale','focusTracker','reset','contentArea','trim','Ask\x20AI\x20to\x20improve\x20generated\x20text','render','isProcessing','stopButton','4iFDklJ','submitPrompt','text','217LmruaA','finishProcessing','insertContentBelow','259014KVjIua','2tqvScn','5748565tOZwQt'];_0x1795=function(){return _0x2b0a34;};return _0x1795();}function _0x2f0c(_0x42fc91,_0x5791c4){const _0x17953f=_0x1795();return _0x2f0c=function(_0x2f0c91,_0x1e6153){_0x2f0c91=_0x2f0c91-0xa2;let _0x11659b=_0x17953f[_0x2f0c91];return _0x11659b;},_0x2f0c(_0x42fc91,_0x5791c4);}import{AIFormErrorView as _0x3349dd}from'./aiformerrorview.js';import{AIFormPromptView as _0x52455a}from'./aiformpromptview.js';import{AIHistoryListView as _0xaaf5fc}from'./aihistorylistview.js';import{AIHistoryListItemView as _0x7afc8}from'./aihistorylistitemview.js';import{PromptHistory as _0x113f01}from'./prompthistory.js';import{getTranslation as _0x894a20}from'../../utils/common-translations.js';import{escape as _0x54b8bb}from'es-toolkit/compat';export class AIFormView extends _0x573691{[_0x17f191(0xc2)];[_0x17f191(0xab)];[_0x17f191(0xc4)];[_0x17f191(0xdd)];[_0x17f191(0xb6)];[_0x17f191(0xb7)];[_0x17f191(0xe9)];[_0x17f191(0xba)];[_0x17f191(0xa3)];constructor(_0x1191b1,_0x18a29c,_0x4b6338=''){const _0x58b3d3=_0x17f191;super(_0x1191b1),this[_0x58b3d3(0xd4)](_0x58b3d3(0xe4),!0x0),this[_0x58b3d3(0xd4)](_0x58b3d3(0xc8),!0x1),this[_0x58b3d3(0xd4)](_0x58b3d3(0xe8),''),this[_0x58b3d3(0xd4)](_0x58b3d3(0xd7),''),this[_0x58b3d3(0xd4)](_0x58b3d3(0xa8),!0x1),this[_0x58b3d3(0xd4)](_0x58b3d3(0xdf),_0x33a5a0[_0x58b3d3(0xb8)]),this[_0x58b3d3(0xa3)]=new _0x113f01(),this[_0x58b3d3(0xb7)]=new _0x3349dd(_0x1191b1),this[_0x58b3d3(0xc4)]=new _0x5bc507(_0x1191b1,_0x4b6338),this[_0x58b3d3(0xc4)][_0x58b3d3(0xae)](_0x58b3d3(0xc8))['to'](this),this[_0x58b3d3(0xc4)][_0x58b3d3(0xae)](_0x58b3d3(0xd7))['to'](this),this[_0x58b3d3(0xdd)]=this[_0x58b3d3(0xf4)](),this[_0x58b3d3(0xdd)][_0x58b3d3(0xae)](_0x58b3d3(0xdf))['to'](this),this[_0x58b3d3(0xb6)]=this[_0x58b3d3(0xe2)](),this[_0x58b3d3(0xc2)]=new _0x19eed6(),this[_0x58b3d3(0xab)]=new _0x4b37e7(),this[_0x58b3d3(0xe9)]=this[_0x58b3d3(0xb1)]([this[_0x58b3d3(0xc4)],this[_0x58b3d3(0xc4)][_0x58b3d3(0xf0)],this[_0x58b3d3(0xdd)],this[_0x58b3d3(0xb6)]]),this[_0x58b3d3(0xba)]=new _0x38a946({'focusables':this[_0x58b3d3(0xe9)],'focusTracker':this[_0x58b3d3(0xc2)],'keystrokeHandler':this[_0x58b3d3(0xab)],'actions':{'focusPrevious':_0x58b3d3(0xa9),'focusNext':_0x58b3d3(0xbc)}}),this[_0x58b3d3(0xba)][_0x58b3d3(0xbf)](this[_0x58b3d3(0xb6)][_0x58b3d3(0xba)]),this[_0x58b3d3(0xb6)][_0x58b3d3(0xd5)][_0x58b3d3(0xe1)][_0x58b3d3(0xae)](_0x58b3d3(0xd7))['to'](this,_0x58b3d3(0xe8));const _0xc920d2=this[_0x58b3d3(0xa4)];this[_0x58b3d3(0xa5)]({'tag':_0x58b3d3(0xb5),'attributes':{'class':['ck',_0x58b3d3(0xa6),_0x18a29c],'tabindex':'-1'},'children':[{'tag':_0x58b3d3(0xb5),'attributes':{'class':['ck',_0x58b3d3(0xdb)]},'children':[{'tag':_0x58b3d3(0xb5),'attributes':{'class':[_0xc920d2['if'](_0x58b3d3(0xa8),_0x58b3d3(0xc0),_0x522044=>!_0x522044)]},'children':[this[_0x58b3d3(0xb7)]]},this[_0x58b3d3(0xc4)],this[_0x58b3d3(0xdd)],this[_0x58b3d3(0xb6)]]}]});}[_0x17f191(0xc7)](){const _0x5e958b=_0x17f191;super[_0x5e958b(0xc7)](),this[_0x5e958b(0xc2)][_0x5e958b(0xf2)](this[_0x5e958b(0xc4)][_0x5e958b(0xad)]),this[_0x5e958b(0xc2)][_0x5e958b(0xf2)](this[_0x5e958b(0xc4)][_0x5e958b(0xf0)][_0x5e958b(0xad)]),this[_0x5e958b(0xc2)][_0x5e958b(0xf2)](this[_0x5e958b(0xdd)][_0x5e958b(0xad)]),this[_0x5e958b(0xc2)][_0x5e958b(0xf2)](this[_0x5e958b(0xb6)][_0x5e958b(0xad)]),this[_0x5e958b(0xab)][_0x5e958b(0xef)](this[_0x5e958b(0xad)]);}[_0x17f191(0xa2)](_0x48d36a=0x1){const _0x4144d9=_0x17f191;-0x1===_0x48d36a?this[_0x4144d9(0xba)][_0x4144d9(0xda)]():this[_0x4144d9(0xba)][_0x4144d9(0xbb)]();}[_0x17f191(0xc3)](){const _0x8e9d9f=_0x17f191;this[_0x8e9d9f(0xe8)]='',this[_0x8e9d9f(0xd7)]='',this[_0x8e9d9f(0xa8)]=!0x1,this[_0x8e9d9f(0xb6)][_0x8e9d9f(0xc3)](),this[_0x8e9d9f(0xc4)][_0x8e9d9f(0xf6)]=!0x1,this[_0x8e9d9f(0xdd)][_0x8e9d9f(0xf6)]=!0x1;}[_0x17f191(0xe2)](){const _0x5806ab=_0x17f191,_0x3d8713=this[_0x5806ab(0xc1)],_0x3d8b29=new _0x52455a(_0x3d8713,{'queryView':{'label':_0x894a20(_0x3d8713,_0x5806ab(0xea)),'creator':_0x8c6fb4,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':_0x894a20(_0x3d8713,_0x5806ab(0xb4)),'secondary':_0x894a20(_0x3d8713,_0x5806ab(0xe6))}}},'filteredView':this[_0x5806ab(0xb2)](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x3d8b29[_0x5806ab(0xae)](_0x5806ab(0xe4))['to'](this,_0x5806ab(0xe4),this,_0x5806ab(0xc8),(_0x1889e8,_0x5df064)=>_0x1889e8&&!_0x5df064),this[_0x5806ab(0xef)](_0x3d8b29,_0x5806ab(0xb9),(_0xf23c96,_0x1b80fe)=>{const _0x2ebd7a=_0x5806ab;this[_0x2ebd7a(0xe8)]=_0x1b80fe;const _0x2aa72f=_0x54b8bb(_0x1b80fe);this[_0x2ebd7a(0xb3)](_0x2ebd7a(0xcb),_0x2aa72f),_0x1b80fe[_0x2ebd7a(0xc5)]()&&this[_0x2ebd7a(0xa3)][_0x2ebd7a(0xf2)]({'prompt':_0x2aa72f},0x0);},{'priority':_0x5806ab(0xac)}),_0x3d8b29;}[_0x17f191(0xb2)](){const _0x5c00e5=_0x17f191,_0x276d9d=new _0xaaf5fc(this[_0x5c00e5(0xc1)]);return _0x276d9d[_0x5c00e5(0xaa)][_0x5c00e5(0xee)][_0x5c00e5(0xe7)](this[_0x5c00e5(0xa3)])['as'](_0x7afc8),_0x276d9d['on'](_0x5c00e5(0xed),()=>{const _0x5c8a6=_0x5c00e5;this[_0x5c8a6(0xa3)][_0x5c8a6(0xd8)](),this[_0x5c8a6(0xb6)][_0x5c8a6(0xf5)](''),this[_0x5c8a6(0xb6)][_0x5c8a6(0xa2)]();}),_0x276d9d;}[_0x17f191(0xf4)](){const _0x140ca5=_0x17f191,_0x5a4ca5=new _0x57faa7(this[_0x140ca5(0xc1)]);return _0x5a4ca5[_0x140ca5(0xec)][_0x140ca5(0xae)](_0x140ca5(0xe4))['to'](this,_0x140ca5(0xe4),this,_0x140ca5(0xc8),this,_0x140ca5(0xd7),(_0x6594d6,_0x4bcc8b,_0x5f08a)=>_0x6594d6&&!_0x4bcc8b&&!!_0x5f08a),_0x5a4ca5[_0x140ca5(0xec)][_0x140ca5(0xd3)](_0x140ca5(0xa7))['to'](this,_0x140ca5(0xde)),_0x5a4ca5[_0x140ca5(0xbd)][_0x140ca5(0xae)](_0x140ca5(0xe4))['to'](this,_0x140ca5(0xe4),this,_0x140ca5(0xc8),this,_0x140ca5(0xd7),(_0x1571dd,_0x174dab,_0x31e136)=>_0x1571dd&&!_0x174dab&&!!_0x31e136),_0x5a4ca5[_0x140ca5(0xbd)][_0x140ca5(0xd3)](_0x140ca5(0xa7))['to'](this,_0x140ca5(0xcf)),_0x5a4ca5[_0x140ca5(0xb0)][_0x140ca5(0xae)](_0x140ca5(0xe4))['to'](this,_0x140ca5(0xe4),this,_0x140ca5(0xc8),(_0x51d192,_0x166512)=>_0x51d192&&!_0x166512),_0x5a4ca5[_0x140ca5(0xb0)][_0x140ca5(0xd3)](_0x140ca5(0xa7))['to'](this,_0x140ca5(0xeb)),_0x5a4ca5[_0x140ca5(0xc9)][_0x140ca5(0xae)](_0x140ca5(0xe4))['to'](this,_0x140ca5(0xc8)),_0x5a4ca5[_0x140ca5(0xc9)][_0x140ca5(0xd3)](_0x140ca5(0xa7))['to'](this,_0x140ca5(0xf3)),_0x5a4ca5;}[_0x17f191(0xdc)](){const _0x55175e=_0x17f191;this[_0x55175e(0xd7)]='',this[_0x55175e(0xa8)]=!0x1,this[_0x55175e(0xc8)]=!0x0,this[_0x55175e(0xc4)][_0x55175e(0xf6)]=!0x0,this[_0x55175e(0xdd)][_0x55175e(0xf6)]=!0x0,this[_0x55175e(0xc4)][_0x55175e(0xa2)]();}[_0x17f191(0xce)](){const _0x3e27d4=_0x17f191,_0x1e8f95=this[_0x3e27d4(0xc1)];this[_0x3e27d4(0xc8)]=!0x1,this[_0x3e27d4(0xe8)]='',this[_0x3e27d4(0xb6)][_0x3e27d4(0xc3)](),this[_0x3e27d4(0xd7)]&&(this[_0x3e27d4(0xb6)][_0x3e27d4(0xd5)][_0x3e27d4(0xd9)]=_0x894a20(_0x1e8f95,_0x3e27d4(0xc6)));}[_0x17f191(0xaf)](_0x528677){const _0x5850ff=_0x17f191,_0x15c5da=this[_0x5850ff(0xc1)];this[_0x5850ff(0xce)](),this[_0x5850ff(0xa8)]=!0x0,this[_0x5850ff(0xb7)][_0x5850ff(0xcc)]=_0x528677||_0x894a20(_0x15c5da,_0x5850ff(0xbe)),this[_0x5850ff(0xd7)]||(this[_0x5850ff(0xc4)][_0x5850ff(0xf6)]=!0x1);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x4e6221,_0x3d46e1){const _0x2e048f=_0x336f,_0x121e20=_0x4e6221();while(!![]){try{const _0x52afdc=-parseInt(_0x2e048f(0x17c))/0x1+parseInt(_0x2e048f(0x189))/0x2+parseInt(_0x2e048f(0x17f))/0x3+-parseInt(_0x2e048f(0x182))/0x4*(-parseInt(_0x2e048f(0x188))/0x5)+parseInt(_0x2e048f(0x183))/0x6*(parseInt(_0x2e048f(0x17a))/0x7)+-parseInt(_0x2e048f(0x187))/0x8+-parseInt(_0x2e048f(0x17b))/0x9;if(_0x52afdc===_0x3d46e1)break;else _0x121e20['push'](_0x121e20['shift']());}catch(_0x4aa649){_0x121e20['push'](_0x121e20['shift']());}}}(_0x345e,0xa9ef2));function _0x345e(){const _0x92bd0a=['add','1983684SonLkZ','fire','children','100nKAUcw','30SciIAz','set','execute','prompt','9917968aQcNsN','277730GhCGEs','1211454lGypMP','1337686SBcoHw','13192326tIzBPo','209485SWPVUD','locale'];_0x345e=function(){return _0x92bd0a;};return _0x345e();}import{ListItemView as _0x23afa9,ButtonView as _0x28a44b,ButtonLabelView as _0x5ab7c6}from'ckeditor5/src/ui.js';function _0x336f(_0x52c529,_0x1e772d){const _0x345e41=_0x345e();return _0x336f=function(_0x336fe9,_0x3e7884){_0x336fe9=_0x336fe9-0x17a;let _0x4b76be=_0x345e41[_0x336fe9];return _0x4b76be;},_0x336f(_0x52c529,_0x1e772d);}import{unescape as _0x10ef45}from'es-toolkit/compat';export class AIHistoryListItemView extends _0x23afa9{constructor(_0x5cf9fd){const _0x1fe132=_0x336f;super();const _0x16cd11=new _0x5ab7c6(),_0x641abd=new _0x28a44b(this[_0x1fe132(0x17d)],_0x16cd11);this[_0x1fe132(0x181)][_0x1fe132(0x17e)](_0x641abd),_0x641abd[_0x1fe132(0x184)]({'label':_0x5cf9fd[_0x1fe132(0x186)],'withText':!0x0}),_0x641abd['on'](_0x1fe132(0x185),()=>{const _0x3c6986=_0x1fe132;this[_0x3c6986(0x180)](_0x3c6986(0x185),{'value':_0x10ef45(_0x5cf9fd[_0x3c6986(0x186)])});});}}
23
+ function _0x28b7(_0xa3cec3,_0x3141bf){const _0x30527e=_0x3052();return _0x28b7=function(_0x28b744,_0x5f4cb7){_0x28b744=_0x28b744-0x1b6;let _0x22c88d=_0x30527e[_0x28b744];return _0x22c88d;},_0x28b7(_0xa3cec3,_0x3141bf);}(function(_0x4bcbdd,_0x597db4){const _0x1e5b9f=_0x28b7,_0xe3eb65=_0x4bcbdd();while(!![]){try{const _0x435bfb=-parseInt(_0x1e5b9f(0x1b9))/0x1*(-parseInt(_0x1e5b9f(0x1ba))/0x2)+parseInt(_0x1e5b9f(0x1c7))/0x3*(-parseInt(_0x1e5b9f(0x1c2))/0x4)+parseInt(_0x1e5b9f(0x1bc))/0x5+-parseInt(_0x1e5b9f(0x1c3))/0x6+-parseInt(_0x1e5b9f(0x1c6))/0x7*(parseInt(_0x1e5b9f(0x1c1))/0x8)+-parseInt(_0x1e5b9f(0x1c4))/0x9*(-parseInt(_0x1e5b9f(0x1b8))/0xa)+parseInt(_0x1e5b9f(0x1bf))/0xb*(parseInt(_0x1e5b9f(0x1c0))/0xc);if(_0x435bfb===_0x597db4)break;else _0xe3eb65['push'](_0xe3eb65['shift']());}catch(_0x3b2953){_0xe3eb65['push'](_0xe3eb65['shift']());}}}(_0x3052,0xc265d));import{ListItemView as _0x3f7ea1,ButtonView as _0xd247c2,ButtonLabelView as _0x16e19c}from'ckeditor5/src/ui.js';import{unescape as _0x25eb43}from'es-toolkit/compat';function _0x3052(){const _0x5ad78a=['156068yfGnCk','4265118ZBPVCt','72dNhYzX','execute','7lUUYDS','60goGBMb','children','add','set','660220jxzlay','3528fNAjPS','314ZULLYA','locale','3550625TLuQoG','prompt','fire','18836081tDIhQp','12vHKTNX','9736976EWUzhi'];_0x3052=function(){return _0x5ad78a;};return _0x3052();}export class AIHistoryListItemView extends _0x3f7ea1{constructor(_0x3b7dfd){const _0x386f03=_0x28b7;super();const _0x2d8f3e=new _0x16e19c(),_0x3d4281=new _0xd247c2(this[_0x386f03(0x1bb)],_0x2d8f3e);this[_0x386f03(0x1c8)][_0x386f03(0x1b6)](_0x3d4281),_0x3d4281[_0x386f03(0x1b7)]({'label':_0x3b7dfd[_0x386f03(0x1bd)],'withText':!0x0}),_0x3d4281['on'](_0x386f03(0x1c5),()=>{const _0x2e3790=_0x386f03;this[_0x2e3790(0x1be)](_0x2e3790(0x1c5),{'value':_0x25eb43(_0x3b7dfd[_0x2e3790(0x1bd)])});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1a0864=_0x25be;function _0x460a(){const _0x3e02c5=['2097840mgKgLK','clearHistory','label','40ACTRdM','36vfowQL','execute','add','fire','children','8qdyyKw','_createClearHistoryButton','historyGroupView','24864565XKkrje','463020UNjwym','12vTczbG','filter','69587opmiTC','Clear','items','Prompt\x20history','59468iUsdgM','delegate','134012rpguub','locale','4855092UvbbtS','132AOIeUT','length','set','clearHistoryButton'];_0x460a=function(){return _0x3e02c5;};return _0x460a();}(function(_0x2abc1f,_0x4b73db){const _0x3025cc=_0x25be,_0xadbcb9=_0x2abc1f();while(!![]){try{const _0x14c683=parseInt(_0x3025cc(0xa8))/0x1*(-parseInt(_0x3025cc(0x98))/0x2)+parseInt(_0x3025cc(0x9b))/0x3*(-parseInt(_0x3025cc(0x96))/0x4)+parseInt(_0x3025cc(0x9f))/0x5+-parseInt(_0x3025cc(0x9a))/0x6+-parseInt(_0x3025cc(0x92))/0x7*(-parseInt(_0x3025cc(0xa2))/0x8)+-parseInt(_0x3025cc(0xa3))/0x9*(parseInt(_0x3025cc(0xac))/0xa)+-parseInt(_0x3025cc(0xab))/0xb*(-parseInt(_0x3025cc(0x90))/0xc);if(_0x14c683===_0x4b73db)break;else _0xadbcb9['push'](_0xadbcb9['shift']());}catch(_0x3d33da){_0xadbcb9['push'](_0xadbcb9['shift']());}}}(_0x460a,0x8514e));import{ListView as _0x513b8f,ListItemGroupView as _0x1a8883,ButtonView as _0x215283}from'ckeditor5/src/ui.js';import{getTranslation as _0x47ef98}from'../../utils/common-translations.js';function _0x25be(_0x25dde3,_0x451397){const _0x460ac2=_0x460a();return _0x25be=function(_0x25be5f,_0x4d7884){_0x25be5f=_0x25be5f-0x90;let _0x32cb6d=_0x460ac2[_0x25be5f];return _0x32cb6d;},_0x25be(_0x25dde3,_0x451397);}export class AIHistoryListView extends _0x513b8f{[_0x1a0864(0xaa)];[_0x1a0864(0x9e)];constructor(_0x52c1cb){const _0x2b3647=_0x1a0864;super(_0x52c1cb),this[_0x2b3647(0x9e)]=this[_0x2b3647(0xa9)](),this[_0x2b3647(0xaa)]=new _0x1a8883(),this[_0x2b3647(0xaa)][_0x2b3647(0xa7)][_0x2b3647(0xa5)](this[_0x2b3647(0x9e)],0x1),this[_0x2b3647(0xaa)][_0x2b3647(0xa1)]=_0x47ef98(_0x52c1cb,_0x2b3647(0x95)),this[_0x2b3647(0xaa)][_0x2b3647(0x94)][_0x2b3647(0x97)](_0x2b3647(0xa4))['to'](this),this[_0x2b3647(0x94)][_0x2b3647(0xa5)](this[_0x2b3647(0xaa)]);}[_0x1a0864(0x91)](){const _0x3a91f5=_0x1a0864;let _0x49b3a5=0x0;for(const _0x52b2d1 of this[_0x3a91f5(0x94)])_0x49b3a5+=_0x52b2d1[_0x3a91f5(0x94)][_0x3a91f5(0x9c)];return{'resultsCount':_0x49b3a5,'totalItemsCount':_0x49b3a5};}[_0x1a0864(0xa9)](){const _0x505e95=_0x1a0864,_0x16c844=this[_0x505e95(0x99)],_0x3f5a38=new _0x215283(this[_0x505e95(0x99)]);return _0x3f5a38[_0x505e95(0x9d)]({'label':'('+_0x47ef98(_0x16c844,_0x505e95(0x93))+')','withText':!0x0}),_0x3f5a38['on'](_0x505e95(0xa4),()=>this[_0x505e95(0xa6)](_0x505e95(0xa0))),_0x3f5a38;}}
23
+ const _0x20079f=_0x3990;(function(_0x5f399b,_0x424576){const _0x46d350=_0x3990,_0x6b424c=_0x5f399b();while(!![]){try{const _0xfa4b40=parseInt(_0x46d350(0x1c1))/0x1*(-parseInt(_0x46d350(0x1ca))/0x2)+parseInt(_0x46d350(0x1c3))/0x3*(parseInt(_0x46d350(0x1bc))/0x4)+-parseInt(_0x46d350(0x1c2))/0x5*(parseInt(_0x46d350(0x1c0))/0x6)+-parseInt(_0x46d350(0x1b2))/0x7+parseInt(_0x46d350(0x1c4))/0x8+-parseInt(_0x46d350(0x1b1))/0x9*(parseInt(_0x46d350(0x1bb))/0xa)+parseInt(_0x46d350(0x1b6))/0xb;if(_0xfa4b40===_0x424576)break;else _0x6b424c['push'](_0x6b424c['shift']());}catch(_0x4f86b4){_0x6b424c['push'](_0x6b424c['shift']());}}}(_0x5280,0x3348d));function _0x3990(_0x14356a,_0x807f07){const _0x52802d=_0x5280();return _0x3990=function(_0x3990df,_0x579e91){_0x3990df=_0x3990df-0x1b1;let _0x739787=_0x52802d[_0x3990df];return _0x739787;},_0x3990(_0x14356a,_0x807f07);}import{ListView as _0x438c78,ListItemGroupView as _0x17206c,ButtonView as _0x51d5d3}from'ckeditor5/src/ui.js';import{getTranslation as _0x40064c}from'../../utils/common-translations.js';function _0x5280(){const _0xfc8b03=['5jdLKxx','531gvlIOM','1409000HPHCjx','historyGroupView','clearHistoryButton','fire','execute','clearHistory','24602lxiqYj','children','label','3411rpLDNf','79905kghIEj','Clear','length','_createClearHistoryButton','5716227LyJXrM','Prompt\x20history','filter','delegate','locale','6470oCECBt','3596IIgtSU','add','items','set','1591236pKxpOt','10sCqWce'];_0x5280=function(){return _0xfc8b03;};return _0x5280();}export class AIHistoryListView extends _0x438c78{[_0x20079f(0x1c5)];[_0x20079f(0x1c6)];constructor(_0x14780a){const _0x4255ec=_0x20079f;super(_0x14780a),this[_0x4255ec(0x1c6)]=this[_0x4255ec(0x1b5)](),this[_0x4255ec(0x1c5)]=new _0x17206c(),this[_0x4255ec(0x1c5)][_0x4255ec(0x1cb)][_0x4255ec(0x1bd)](this[_0x4255ec(0x1c6)],0x1),this[_0x4255ec(0x1c5)][_0x4255ec(0x1cc)]=_0x40064c(_0x14780a,_0x4255ec(0x1b7)),this[_0x4255ec(0x1c5)][_0x4255ec(0x1be)][_0x4255ec(0x1b9)](_0x4255ec(0x1c8))['to'](this),this[_0x4255ec(0x1be)][_0x4255ec(0x1bd)](this[_0x4255ec(0x1c5)]);}[_0x20079f(0x1b8)](){const _0x21ccff=_0x20079f;let _0x4acf2b=0x0;for(const _0x2e7cdb of this[_0x21ccff(0x1be)])_0x4acf2b+=_0x2e7cdb[_0x21ccff(0x1be)][_0x21ccff(0x1b4)];return{'resultsCount':_0x4acf2b,'totalItemsCount':_0x4acf2b};}[_0x20079f(0x1b5)](){const _0x12350b=_0x20079f,_0x33f646=this[_0x12350b(0x1ba)],_0x5f2e95=new _0x51d5d3(this[_0x12350b(0x1ba)]);return _0x5f2e95[_0x12350b(0x1bf)]({'label':'('+_0x40064c(_0x33f646,_0x12350b(0x1b3))+')','withText':!0x0}),_0x5f2e95['on'](_0x12350b(0x1c8),()=>this[_0x12350b(0x1c7)](_0x12350b(0x1c9))),_0x5f2e95;}}