@ckeditor/ckeditor5-ai 47.0.0-alpha.3 → 47.0.0-alpha.4

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 (107) 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/legacyerrors.js +1 -1
  15. package/src/aiassistant/ui/form/aiformcontentarea.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/form/prompthistory.js +1 -1
  22. package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
  23. package/src/aiballoon/aiballoon.js +1 -1
  24. package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
  25. package/src/aiballoon/ui/aiballoontoolbarview.js +1 -1
  26. package/src/aiballoon/ui/aiballoonview.js +1 -1
  27. package/src/aichat/aichat.js +1 -1
  28. package/src/aichat/aichatcontroller.js +1 -1
  29. package/src/aichat/aichatui.js +1 -1
  30. package/src/aichat/model/aichatcontext.js +1 -1
  31. package/src/aichat/model/aichatconversation.js +1 -1
  32. package/src/aichat/model/aichatinteraction.js +1 -1
  33. package/src/aichat/model/aichatmodels.js +1 -1
  34. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  35. package/src/aichat/ui/aichatfeedview.js +1 -1
  36. package/src/aichat/ui/aichatheaderview.js +1 -1
  37. package/src/aichat/ui/aichatview.js +1 -1
  38. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  39. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  40. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  41. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  42. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  43. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  44. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  45. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  46. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  47. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  48. package/src/aichat/ui/controls/resources/aichatresourcesview.js +1 -1
  49. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  50. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  51. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  52. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  53. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  54. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  55. package/src/aichat/utils/promisequeue.js +1 -1
  56. package/src/aichathistory/aichathistory.js +1 -1
  57. package/src/aichathistory/aichathistorycontroller.js +1 -1
  58. package/src/aichathistory/aichathistoryui.js +1 -1
  59. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  60. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  61. package/src/aichathistory/ui/aichathistorylistitemview.js +1 -1
  62. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  63. package/src/aicore/aiconnector.js +1 -1
  64. package/src/aicore/aiediting.js +1 -1
  65. package/src/aicore/model/aicapabilities.js +1 -1
  66. package/src/aicore/model/aiinteraction.js +1 -1
  67. package/src/aicore/model/aireply.js +1 -1
  68. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  69. package/src/aicore/ui/aidisclaimerview.js +1 -1
  70. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  71. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  72. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  73. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  74. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  75. package/src/aicore/utils/createresizebutton.js +1 -1
  76. package/src/aicore/utils/documentposition.js +1 -1
  77. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  78. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  79. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  80. package/src/aiquickactions/aiquickactions.js +1 -1
  81. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  82. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  83. package/src/aiquickactions/aiquickactionsui.js +1 -1
  84. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  85. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  86. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  87. package/src/aireviewmode/aireviewmode.js +1 -1
  88. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  89. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  90. package/src/aireviewmode/aireviewmodeui.js +1 -1
  91. package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
  92. package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
  93. package/src/aireviewmode/model/aireviewmodels.js +1 -1
  94. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  95. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  96. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  97. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  98. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  99. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  100. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  101. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  102. package/src/aireviewmode/ui/form/aireviewmodeformamanager.js +1 -1
  103. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  104. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  105. package/src/aitabs/aitabs.js +1 -1
  106. package/src/aitabs/tabs/aitabsview.js +1 -1
  107. package/src/aitabs/tabs/tabbuttonview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2e6d(){const _0x3ca432=['map','has','isAtEnd','off','resultRange','element','fromCharCode','markerToHighlight','change','hideFakeVisualSelection','createPositionAt','getChildren','last','_getTableRowCountFromContent','addMarker','end','config','getColumnIndexes','1965970XSJhAl','4GxqFWW','isPremiumPlugin','fire','1814PYdxcI','addClass','818430ZBsQGY','3635429QklPkD','document','pop','isContent','DataTransfer','getSelectedBlocks','push','TableUtils','_createEmptyTableRows','join','showFakeVisualSelection','once','text/html','insertContentBelow','getLastPosition','updateMarker','ck-ai-assistant-ui_theme','createRange','insertContent','getRows','_pasteHTMLUsingClipboard','model','forEach','init','ck-fake-ai-selection_collapsed','editingDowncast','setData','span','editor','plugins','isOfficialPlugin','canEditAt','paste','markers','ai-ui','data','createUIElement','findAncestor','selection','insertRows','createPositionAfter','markerRange','from','ck-fake-ai-selection','pluginName','markerToElement','length','_resetContentOfSelectedTableCells','6082092nJMMlk','_prepareTableInsertBelowPosition','contentInsertion','12752CoBZHg','getRanges','editing','filter','removeMarker','deleteContent','getMarkersGroup','setSelection','afterInit','182069CHmJzC','ai.assistant.useTheme','first','lowest','6381QRwjQN','getSelectedTableCells','start','getChild','_getDefaultInsertBelowPosition','getRange','AIAssistantEditing','parse','createSelection','for','1563XjIKFW','table','_getAISelection','href','get','getLastMatchingPosition','getRowIndexes','getFirstRange','schema','isCollapsed','conversion'];_0x2e6d=function(){return _0x3ca432;};return _0x2e6d();}const _0x2cf6a0=_0x3a8d;(function(_0xb92da0,_0x4aba2b){const _0x2ba10d=_0x3a8d,_0x1aed5b=_0xb92da0();while(!![]){try{const _0x3f0d34=-parseInt(_0x2ba10d(0x1c2))/0x1+-parseInt(_0x2ba10d(0x183))/0x2*(-parseInt(_0x2ba10d(0x1d0))/0x3)+-parseInt(_0x2ba10d(0x180))/0x4*(parseInt(_0x2ba10d(0x185))/0x5)+-parseInt(_0x2ba10d(0x1b6))/0x6+parseInt(_0x2ba10d(0x186))/0x7+-parseInt(_0x2ba10d(0x1b9))/0x8*(-parseInt(_0x2ba10d(0x1c6))/0x9)+-parseInt(_0x2ba10d(0x17f))/0xa;if(_0x3f0d34===_0x4aba2b)break;else _0x1aed5b['push'](_0x1aed5b['shift']());}catch(_0x441817){_0x1aed5b['push'](_0x1aed5b['shift']());}}}(_0x2e6d,0x8a2f6));function _0x3a8d(_0xfe9f09,_0xa98db1){const _0x2e6d68=_0x2e6d();return _0x3a8d=function(_0x3a8da2,_0x44d1b6){_0x3a8da2=_0x3a8da2-0x17d;let _0x54cff2=_0x2e6d68[_0x3a8da2];return _0x54cff2;},_0x3a8d(_0xfe9f09,_0xa98db1);}import{uid as _0x1af74f}from'ckeditor5/src/utils.js';import{Plugin as _0x28c9da}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x3d309b}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x2aeac3,ViewDataTransfer as _0x35b3c1}from'ckeditor5/src/engine.js';const l=globalThis[_0x2cf6a0(0x18a)],w=_0x2cf6a0(0x1a8);export class AIAssistantEditing extends _0x28c9da{static get[_0x2cf6a0(0x1b2)](){const _0x5c00d3=_0x2cf6a0;return _0x5c00d3(0x1cc);}static get[_0x2cf6a0(0x1a4)](){return!0x0;}static get[_0x2cf6a0(0x181)](){return!0x0;}[_0x2cf6a0(0x19d)](){const _0x522d74=_0x2cf6a0,{editor:_0x2e4cb9}=this,_0x4d04e4=[_0x522d74(0x1b1)];_0x2e4cb9[_0x522d74(0x17d)][_0x522d74(0x1d4)](_0x522d74(0x1c3))&&_0x4d04e4[_0x522d74(0x18c)](_0x522d74(0x196)),_0x2e4cb9[_0x522d74(0x1da)][_0x522d74(0x1cf)](_0x522d74(0x19f))[_0x522d74(0x1e2)]({'model':w,'view':{'classes':_0x4d04e4,'priority':0xc}}),_0x2e4cb9[_0x522d74(0x1da)][_0x522d74(0x1cf)](_0x522d74(0x19f))[_0x522d74(0x1b3)]({'model':w,'view':(_0x27258b,{writer:_0x40bc1f})=>{const _0x44d6f2=_0x522d74;if(!_0x27258b[_0x44d6f2(0x1af)][_0x44d6f2(0x1d9)])return null;const _0x230b92=_0x40bc1f[_0x44d6f2(0x1aa)](_0x44d6f2(0x1a1));return _0x40bc1f[_0x44d6f2(0x184)]([_0x44d6f2(0x1b1),_0x44d6f2(0x19e)],_0x230b92),_0x230b92;}});}[_0x2cf6a0(0x1c1)](){!async function(_0x54fd0f){const _0x4d8a0d=_0x23bedc([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]),_0x21274e=0x3dffc4e1,_0x3d0d19=0x3df8b071^_0x21274e,_0x4d0897=window[_0x23bedc([0x44,0x61,0x74,0x65])][_0x23bedc([0x6e,0x6f,0x77])](),_0x417948=_0x54fd0f[_0x23bedc([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xd58ca7=new window[(_0x23bedc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3c8a9a=>{_0x417948[_0x23bedc([0x6f,0x6e,0x63,0x65])](_0x23bedc([0x72,0x65,0x61,0x64,0x79]),_0x3c8a9a);}),_0x581b0c={[_0x23bedc([0x6b,0x74,0x79])]:_0x23bedc([0x45,0x43]),[_0x23bedc([0x75,0x73,0x65])]:_0x23bedc([0x73,0x69,0x67]),[_0x23bedc([0x63,0x72,0x76])]:_0x23bedc([0x50,0x2d,0x32,0x35,0x36]),[_0x23bedc([0x78])]:_0x23bedc([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]),[_0x23bedc([0x79])]:_0x23bedc([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]),[_0x23bedc([0x61,0x6c,0x67])]:_0x23bedc([0x45,0x53,0x32,0x35,0x36])},_0x11cadf=_0x417948[_0x23bedc([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x23bedc([0x67,0x65,0x74])](_0x23bedc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3d0aa(){let _0x28ac26,_0x1f0092=null,_0x5a92a3=null;try{if(_0x11cadf==_0x23bedc([0x47,0x50,0x4c]))return _0x23bedc([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x28ac26=_0x2df4ba(),!_0x28ac26)return _0x23bedc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x28ac26[_0x23bedc([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5a92a3=_0x5a7bdb(_0x28ac26[_0x23bedc([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x28ac26[_0x23bedc([0x6a,0x74,0x69])])),await _0x2021b8()?_0x343f80()?_0x5b032e()?_0x23bedc([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x12561c()?(_0x28ac26[_0x23bedc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x23bedc([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1f0092=_0xa5144d(_0x23bedc([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x28ac26[_0x23bedc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x23bedc([0x74,0x72,0x69,0x61,0x6c])&&(_0x1f0092=_0xa5144d(_0x23bedc([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1eb7a5()):_0x23bedc([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x23bedc([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x23bedc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x23bedc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5b032e(){const _0x31d4e0=[_0x23bedc([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x23bedc([0x74,0x72,0x69,0x61,0x6c])][_0x23bedc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x28ac26[_0x23bedc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4d0897/0x3e8:0xe10*_0x3d0d19;return _0x28ac26[_0x23bedc([0x65,0x78,0x70])]<_0x31d4e0;}function _0x343f80(){const _0x540408=_0x28ac26[_0x23bedc([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x540408&&(!!_0x540408[_0x23bedc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x23bedc([0x2a]))||!!_0x540408[_0x23bedc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x23bedc([0x41,0x49])));}function _0x12561c(){const _0x4a9862=_0x3a8d,_0x3ed168=_0x28ac26[_0x23bedc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3ed168||0x0==_0x3ed168[_0x23bedc([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5316f7}=new URL(window[_0x23bedc([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4a9862(0x1d3)]);if(_0x3ed168[_0x23bedc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5316f7))return!0x0;const _0x1c3132=_0x5316f7[_0x23bedc([0x73,0x70,0x6c,0x69,0x74])](_0x23bedc([0x2e]));return _0x3ed168[_0x23bedc([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x48ba3c=>_0x48ba3c[_0x23bedc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x23bedc([0x2a])))[_0x23bedc([0x6d,0x61,0x70])](_0x12150d=>_0x12150d[_0x23bedc([0x73,0x70,0x6c,0x69,0x74])](_0x23bedc([0x2e])))[_0x23bedc([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x15d335=>_0x15d335[_0x23bedc([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x1c3132[_0x23bedc([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x23bedc([0x6d,0x61,0x70])](_0x2592ae=>Array(_0x1c3132[_0x23bedc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2592ae[_0x23bedc([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x23bedc([0x66,0x69,0x6c,0x6c])](_0x2592ae[0x0]===_0x23bedc([0x2a])?_0x23bedc([0x2a]):'')[_0x23bedc([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2592ae))[_0x23bedc([0x73,0x6f,0x6d,0x65])](_0x569ffe=>_0x1c3132[_0x23bedc([0x65,0x76,0x65,0x72,0x79])]((_0x54185d,_0x1e3d35)=>_0x569ffe[_0x1e3d35]===_0x54185d||_0x569ffe[_0x1e3d35]===_0x23bedc([0x2a])));}function _0x1eb7a5(){return _0x1f0092&&_0x5a92a3?new window[(_0x23bedc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4ae5e2,_0x210bcb)=>{_0x1f0092[_0x23bedc([0x74,0x68,0x65,0x6e])](_0x4ae5e2,_0x210bcb),_0x5a92a3[_0x23bedc([0x74,0x68,0x65,0x6e])](_0x275e16=>{_0x275e16!=_0x23bedc([0x56,0x61,0x6c,0x69,0x64])&&_0x4ae5e2(_0x275e16);},_0x210bcb);}):_0x1f0092||_0x5a92a3||_0x23bedc([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5a7bdb(_0x10fd71,_0x32e625){return new window[(_0x23bedc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x44ebd3=>{if(_0x456cc1())return _0x44ebd3(_0x23bedc([0x56,0x61,0x6c,0x69,0x64]));_0x1b6da9(),_0x417948[_0x23bedc([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x23bedc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3ed98a=!0x1;const _0x5d8aaf=_0x1af74f();function _0x23092a(_0x14e1ee){return!!_0x14e1ee&&(typeof _0x14e1ee===_0x23bedc([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x14e1ee===_0x23bedc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x14e1ee[_0x23bedc([0x74,0x68,0x65,0x6e])]===_0x23bedc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x14e1ee[_0x23bedc([0x63,0x61,0x74,0x63,0x68])]===_0x23bedc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4c5374(_0x510137){_0x536381(_0x510137)[_0x23bedc([0x74,0x68,0x65,0x6e])](_0x44fc5b=>{if(!_0x44fc5b||_0x44fc5b[_0x23bedc([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x23bedc([0x6f,0x6b]))return _0x23bedc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3e90ec(_0x39f37d(_0x5d8aaf+_0x32e625))!=_0x44fc5b[_0x23bedc([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x23bedc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x23bedc([0x56,0x61,0x6c,0x69,0x64]);})[_0x23bedc([0x74,0x68,0x65,0x6e])](_0x309a7e=>(_0x148e8d(),_0x309a7e),()=>{const _0x498f08=_0x10834a();return null==_0x498f08?(_0x148e8d(),_0x23bedc([0x56,0x61,0x6c,0x69,0x64])):_0x23bedc(_0x4d0897-_0x498f08>(0x19f340e1^_0x21274e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x23bedc([0x74,0x68,0x65,0x6e])](_0x44ebd3)[_0x23bedc([0x63,0x61,0x74,0x63,0x68])](()=>{_0x44ebd3(_0x23bedc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x455471=0x3dc92a61^_0x21274e;function _0x148e8d(){const _0x153349=_0x23bedc([0x6c,0x6c,0x63,0x74,0x2d])+_0x3e90ec(_0x39f37d(_0x10fd71)),_0x582d0b=_0x51c6f1(_0x3e90ec(window[_0x23bedc([0x4d,0x61,0x74,0x68])][_0x23bedc([0x63,0x65,0x69,0x6c])](_0x4d0897/_0x455471)));window[_0x23bedc([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x23bedc([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x153349,_0x582d0b);}function _0x10834a(){const _0x383a6a=_0x23bedc([0x6c,0x6c,0x63,0x74,0x2d])+_0x3e90ec(_0x39f37d(_0x10fd71)),_0x4d03f2=window[_0x23bedc([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x23bedc([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x383a6a);return _0x4d03f2?window[_0x23bedc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x51c6f1(_0x4d03f2),0x10)*_0x455471:null;}function _0x536381(_0x274294){return new window[(_0x23bedc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1687f1,_0x484432)=>{_0x274294[_0x23bedc([0x74,0x68,0x65,0x6e])](_0x1687f1,_0x484432),window[_0x23bedc([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x484432,0x3dfe1021^_0x21274e);});}}_0x417948[_0x23bedc([0x6f,0x6e])](_0x23bedc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x537a4c,_0x313faa)=>{if(_0x313faa[0x0]!=_0x10fd71)return _0x44ebd3(_0x23bedc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x313faa[0x1]={..._0x313faa[0x1],[_0x23bedc([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5d8aaf};},{[_0x23bedc([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x23bedc([0x68,0x69,0x67,0x68])}),_0x417948[_0x23bedc([0x6f,0x6e])](_0x23bedc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5ae72f=>{_0x23092a(_0x5ae72f[_0x23bedc([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3ed98a=!0x0,_0x4c5374(_0x5ae72f[_0x23bedc([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x23bedc([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x23bedc([0x6c,0x6f,0x77])}),_0xd58ca7[_0x23bedc([0x74,0x68,0x65,0x6e])](()=>{_0x3ed98a||_0x44ebd3(_0x23bedc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x456cc1(){return _0x417948[_0x23bedc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x23bedc([0x76,0x69,0x65,0x77])][_0x23bedc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x23bedc([0x61,0x75,0x74,0x6f]);}function _0x1b6da9(){_0x417948[_0x23bedc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x23bedc([0x76,0x69,0x65,0x77])][_0x23bedc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x23bedc([0x61,0x75,0x74,0x6f]);}}function _0xa5144d(_0x5bee4d){const _0x430193=[new window[(_0x23bedc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d84e2=>setTimeout(_0x3d84e2,0x3df6fa2d^_0x21274e)),_0xd58ca7[_0x23bedc([0x74,0x68,0x65,0x6e])](()=>new window[(_0x23bedc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x30ea94=>{let _0x2c988f=0x0;_0x417948[_0x23bedc([0x6d,0x6f,0x64,0x65,0x6c])][_0x23bedc([0x6f,0x6e])](_0x23bedc([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5b5050,_0x4b7a8c)=>{_0x4b7a8c[0x0][_0x23bedc([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2c988f++,_0x2c988f==(0x3dffc519^_0x21274e)&&(_0x30ea94(),_0x5b5050[_0x23bedc([0x6f,0x66,0x66])]());});}))];return window[_0x23bedc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x23bedc([0x72,0x61,0x63,0x65])](_0x430193)[_0x23bedc([0x74,0x68,0x65,0x6e])](()=>_0x5bee4d);}async function _0x175ee5(){await _0xd58ca7,_0x417948[_0x23bedc([0x6d,0x6f,0x64,0x65,0x6c])][_0x23bedc([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x24d25f,_0x417948[_0x23bedc([0x6d,0x6f,0x64,0x65,0x6c])][_0x23bedc([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x24d25f,_0x417948[_0x23bedc([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x23bedc([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x23eaf1(_0xe5e294){const _0x4dec15=_0x534514();_0x417948[_0x4dec15]=_0x23bedc([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xe5e294,_0xe5e294!=_0x23bedc([0x56,0x61,0x6c,0x69,0x64])&&_0x175ee5();}function _0x534514(){const _0x17912e=window[_0x23bedc([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x23bedc([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x23bedc([0x6e,0x6f,0x77])]())[_0x23bedc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x23bedc([0x2e]),'');let _0x5dd1f9=_0x23bedc([0x6e]);for(let _0xd168=0x0;_0xd168<_0x17912e[_0x23bedc([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xd168+=0x2){let _0xe07109=window[_0x23bedc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x17912e[_0x23bedc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xd168,_0xd168+0x2));_0xe07109>=_0x4d8a0d[_0x23bedc([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xe07109-=_0x4d8a0d[_0x23bedc([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5dd1f9+=_0x4d8a0d[_0xe07109];}return _0x5dd1f9;}function _0x2df4ba(){const _0x23b187=_0x11cadf[_0x23bedc([0x73,0x70,0x6c,0x69,0x74])](_0x23bedc([0x2e]));if(0x3!=_0x23b187[_0x23bedc([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x370db3(_0x23b187[0x1]);function _0x370db3(_0x413ca4){const _0x71499f=_0x28360e(_0x413ca4);return _0x71499f&&_0xafb0a5()?_0x71499f:null;function _0xafb0a5(){const _0x281553=_0x71499f[_0x23bedc([0x6a,0x74,0x69])],_0x39404e=window[_0x23bedc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x281553[_0x23bedc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x281553[_0x23bedc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3e43f5={..._0x71499f,[_0x23bedc([0x6a,0x74,0x69])]:_0x281553[_0x23bedc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x281553[_0x23bedc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3e43f5[_0x23bedc([0x76,0x63])],_0x39f37d(_0x3e43f5)==_0x39404e;}}}async function _0x2021b8(){let _0x5e26ea=!0x0;try{const _0x18950e=_0x11cadf[_0x23bedc([0x73,0x70,0x6c,0x69,0x74])](_0x23bedc([0x2e])),[_0x1daa9a,_0x2d1ee9,_0x47c54a]=_0x18950e;return _0x5fe439(_0x1daa9a),await _0x5569fa(_0x1daa9a,_0x2d1ee9,_0x47c54a),_0x5e26ea;}catch{return!0x1;}function _0x5fe439(_0x173a4d){const _0x4f96bd=_0x28360e(_0x173a4d);_0x4f96bd&&_0x4f96bd[_0x23bedc([0x61,0x6c,0x67])]==_0x23bedc([0x45,0x53,0x32,0x35,0x36])||(_0x5e26ea=!0x1);}async function _0x5569fa(_0x8adf8,_0x316be6,_0x2e6cf0){const _0x45e350=window[_0x23bedc([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x23bedc([0x66,0x72,0x6f,0x6d])](_0x42f305(_0x2e6cf0),_0x39c6cd=>_0x39c6cd[_0x23bedc([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1f3b7c=new window[(_0x23bedc([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x23bedc([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x8adf8+_0x23bedc([0x2e])+_0x316be6),_0x2e6111=window[_0x23bedc([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x23bedc([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2e6111)return;const _0x1dd5d8=await _0x2e6111[_0x23bedc([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x23bedc([0x6a,0x77,0x6b]),_0x581b0c,{[_0x23bedc([0x6e,0x61,0x6d,0x65])]:_0x23bedc([0x45,0x43,0x44,0x53,0x41]),[_0x23bedc([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x23bedc([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x23bedc([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2e6111[_0x23bedc([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x23bedc([0x6e,0x61,0x6d,0x65])]:_0x23bedc([0x45,0x43,0x44,0x53,0x41]),[_0x23bedc([0x68,0x61,0x73,0x68])]:{[_0x23bedc([0x6e,0x61,0x6d,0x65])]:_0x23bedc([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1dd5d8,_0x45e350,_0x1f3b7c)||(_0x5e26ea=!0x1);}}function _0x28360e(_0x3cb093){return _0x3cb093[_0x23bedc([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x23bedc([0x65,0x79]))?JSON[_0x23bedc([0x70,0x61,0x72,0x73,0x65])](_0x42f305(_0x3cb093)):null;}function _0x42f305(_0x42bf77){return window[_0x23bedc([0x61,0x74,0x6f,0x62])](_0x42bf77[_0x23bedc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x23bedc([0x2b]))[_0x23bedc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x23bedc([0x2f])));}function _0x39f37d(_0xc9717e){let _0x217192=0x1505;function _0x90441(_0x50c777){for(let _0x1ed0eb=0x0;_0x1ed0eb<_0x50c777[_0x23bedc([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1ed0eb++){const _0x21c203=_0x50c777[_0x23bedc([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1ed0eb);_0x217192=(_0x217192<<0x5)+_0x217192+_0x21c203,_0x217192&=_0x217192;}}function _0x54ed4a(_0xa7932a){Array[_0x23bedc([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xa7932a)?_0xa7932a[_0x23bedc([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x54ed4a):_0xa7932a&&typeof _0xa7932a==_0x23bedc([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x23bedc([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xa7932a)[_0x23bedc([0x73,0x6f,0x72,0x74])]()[_0x23bedc([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5bf723,_0x369e43])=>{_0x90441(_0x5bf723),_0x54ed4a(_0x369e43);}):_0x90441(window[_0x23bedc([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xa7932a));}return _0x54ed4a(_0xc9717e),_0x217192>>>0x0;}function _0x3e90ec(_0x53809c){return _0x53809c[_0x23bedc([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x23bedc([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x23bedc([0x30]));}function _0x51c6f1(_0x29d60c){return _0x29d60c[_0x23bedc([0x73,0x70,0x6c,0x69,0x74])]('')[_0x23bedc([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x23bedc([0x6a,0x6f,0x69,0x6e])]('');}function _0x24d25f(){}function _0x23bedc(_0x2edabd){const _0x539ec1=_0x3a8d;return _0x2edabd[_0x539ec1(0x1db)](_0x3699aa=>String[_0x539ec1(0x1e1)](_0x3699aa))[_0x539ec1(0x18f)]('');}_0x23eaf1(await _0x3d0aa());}(this);}[_0x2cf6a0(0x190)](){const _0x1a9f44=_0x2cf6a0,_0x14a7bb=this[_0x1a9f44(0x1a2)][_0x1a9f44(0x19b)];_0x14a7bb[_0x1a9f44(0x1e3)](_0x2101af=>{const _0x5ddba1=_0x1a9f44,_0x44d864=_0x14a7bb[_0x5ddba1(0x187)][_0x5ddba1(0x1ac)][_0x5ddba1(0x1ba)]();let _0x4a4868=0x0;for(const _0x4a4410 of _0x44d864){const _0x55d0db=w+':'+_0x4a4868;if(_0x14a7bb[_0x5ddba1(0x1a7)][_0x5ddba1(0x1dc)](_0x55d0db))_0x2101af[_0x5ddba1(0x195)](_0x55d0db,{'range':_0x4a4410});else{if(_0x4a4410[_0x5ddba1(0x1c8)][_0x5ddba1(0x1dd)]){const _0x52edd5=_0x4a4410[_0x5ddba1(0x1c8)][_0x5ddba1(0x1d5)](({item:_0x41b13f})=>!_0x14a7bb[_0x5ddba1(0x1d8)][_0x5ddba1(0x189)](_0x41b13f),{'boundaries':_0x4a4410});_0x2101af[_0x5ddba1(0x1e9)](_0x55d0db,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x2101af[_0x5ddba1(0x197)](_0x52edd5,_0x4a4410[_0x5ddba1(0x1ea)])});}else _0x2101af[_0x5ddba1(0x1e9)](_0x55d0db,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x4a4410});}_0x4a4868++;}});}[_0x2cf6a0(0x1e4)](){const _0x522474=_0x2cf6a0,_0x288696=this[_0x522474(0x1a2)][_0x522474(0x19b)],_0x126029=Array[_0x522474(0x1b0)](this[_0x522474(0x1a2)][_0x522474(0x19b)][_0x522474(0x1a7)][_0x522474(0x1bf)](w));_0x126029[_0x522474(0x1b4)]&&_0x288696[_0x522474(0x1e3)](_0x44ae5e=>{const _0x286101=_0x522474;_0x126029[_0x286101(0x19c)](_0x9ad39e=>{const _0x4318a0=_0x286101;_0x44ae5e[_0x4318a0(0x1bd)](_0x9ad39e);});});}[_0x2cf6a0(0x198)](_0xc9ea24,_0x29d1cc){const _0x352cf9=_0x2cf6a0,_0x5dcfd2=this[_0x352cf9(0x1d2)](),_0x48fdf2=_0x29d1cc||_0x5dcfd2[_0x352cf9(0x1d7)]();this[_0x352cf9(0x1a2)][_0x352cf9(0x19b)][_0x352cf9(0x1a5)](_0x48fdf2)&&this[_0x352cf9(0x1a2)][_0x352cf9(0x19b)][_0x352cf9(0x1e3)](_0x24ed07=>{const _0x5f4cde=_0x352cf9;this[_0x5f4cde(0x1e4)](),_0x29d1cc||this[_0x5f4cde(0x1b5)](_0x24ed07,_0x5dcfd2),this[_0x5f4cde(0x19a)]({'insertAt':_0x48fdf2,'writer':_0x24ed07,'html':_0xc9ea24});});}[_0x2cf6a0(0x193)](_0x422569){const _0x144586=_0x2cf6a0,{model:_0xc8b87a}=this[_0x144586(0x1a2)],_0x28659d=this[_0x144586(0x1d2)]();_0xc8b87a[_0x144586(0x1e3)](()=>{const _0x19e27d=_0x144586,_0xb9f91c=this[_0x19e27d(0x1b7)](_0x422569,_0x28659d)||this[_0x19e27d(0x1ca)](_0x28659d);this[_0x19e27d(0x198)](_0x422569,_0xb9f91c);});}[_0x2cf6a0(0x1d2)](){const _0x155207=_0x2cf6a0,_0x424f16=this[_0x155207(0x1a2)][_0x155207(0x19b)],_0x2a7169=Array[_0x155207(0x1b0)](_0x424f16[_0x155207(0x1a7)][_0x155207(0x1bf)](w))[_0x155207(0x1db)](_0x156304=>_0x156304[_0x155207(0x1cb)]());return _0x424f16[_0x155207(0x1ce)](_0x2a7169);}[_0x2cf6a0(0x19a)]({writer:_0x170163,html:_0x11788d,insertAt:_0x52511e}){const _0x2799cf=_0x2cf6a0,{view:_0x527ff0}=this[_0x2799cf(0x1a2)][_0x2799cf(0x1bb)],_0x18704e=this[_0x2799cf(0x1a2)][_0x2799cf(0x1a3)][_0x2799cf(0x1d4)](_0x3d309b),_0x3cc944=new l();_0x3cc944[_0x2799cf(0x1a0)](_0x2799cf(0x192),_0x11788d);const _0x1dd15b=new ClipboardEvent(_0x2799cf(0x1a6),{'clipboardData':_0x3cc944}),_0x42be75=new _0x2aeac3(_0x527ff0,_0x1dd15b,{'dataTransfer':new _0x35b3c1(_0x3cc944)});_0x170163[_0x2799cf(0x1c0)](_0x52511e);const _0x4d6fd0=(_0x466f39,_0x711ae5)=>{const _0x5476f0=_0x2799cf;_0x711ae5[_0x5476f0(0x1df)]&&_0x170163[_0x5476f0(0x1c0)](_0x711ae5[_0x5476f0(0x1df)]);};_0x18704e[_0x2799cf(0x191)](_0x2799cf(0x1b8),_0x4d6fd0,{'priority':_0x2799cf(0x1c5)}),_0x527ff0[_0x2799cf(0x187)][_0x2799cf(0x182)](_0x2799cf(0x1a6),_0x42be75),_0x18704e[_0x2799cf(0x1de)](_0x2799cf(0x1b8),_0x4d6fd0);}[_0x2cf6a0(0x1ca)](_0x393cb0){const _0x4613de=_0x2cf6a0,{model:_0x30e8a0}=this[_0x4613de(0x1a2)],_0x5350dd=Array[_0x4613de(0x1b0)](_0x393cb0[_0x4613de(0x18b)]());return _0x5350dd[_0x4613de(0x1b4)]?_0x30e8a0[_0x4613de(0x1ae)](_0x5350dd[_0x4613de(0x188)]()):_0x393cb0[_0x4613de(0x194)]();}[_0x2cf6a0(0x1b7)](_0x4ef215,_0x5e1c93){const _0x3a14ff=_0x2cf6a0,{model:_0x3e01bc,plugins:_0x384f0e}=this[_0x3a14ff(0x1a2)];if(_0x384f0e[_0x3a14ff(0x1dc)](_0x3a14ff(0x18d))){const _0x457b68=_0x384f0e[_0x3a14ff(0x1d4)](_0x3a14ff(0x18d))[_0x3a14ff(0x1c7)](_0x5e1c93);if(_0x457b68[_0x3a14ff(0x1b4)]){const _0x31b5fd=this[_0x3a14ff(0x1e8)](_0x4ef215),_0x5292a2=this[_0x3a14ff(0x18e)](_0x457b68,_0x31b5fd);return _0x3e01bc[_0x3a14ff(0x1e5)](_0x5292a2,0x0);}}return null;}[_0x2cf6a0(0x1e8)](_0x2bbe25){const _0x744024=_0x2cf6a0,_0x3c0e36=this[_0x744024(0x1a2)][_0x744024(0x1a3)][_0x744024(0x1d4)](_0x744024(0x18d)),_0x49ba58=this[_0x744024(0x1a2)][_0x744024(0x1a9)][_0x744024(0x1cd)](_0x2bbe25),_0x531015=Array[_0x744024(0x1b0)](_0x49ba58[_0x744024(0x1e6)]())[_0x744024(0x1bc)](_0x15603f=>_0x15603f['is'](_0x744024(0x1e0),_0x744024(0x1d1)));let _0x1d2f68=0x0;return _0x531015[_0x744024(0x19c)](_0x44c440=>{const _0xe64039=_0x744024;_0x1d2f68+=_0x3c0e36[_0xe64039(0x199)](_0x44c440);}),_0x1d2f68;}[_0x2cf6a0(0x18e)](_0x143808,_0x51ee92){const _0x4af4b7=_0x2cf6a0,_0x10c5e7=this[_0x4af4b7(0x1a2)][_0x4af4b7(0x1a3)][_0x4af4b7(0x1d4)](_0x4af4b7(0x18d)),_0x176c06=_0x10c5e7[_0x4af4b7(0x1d6)](_0x143808),_0x2c51e5=_0x10c5e7[_0x4af4b7(0x17e)](_0x143808),_0x24e8be=_0x176c06[_0x4af4b7(0x1e7)]+0x1,_0x130059=_0x2c51e5[_0x4af4b7(0x1c4)],_0xf35681=_0x143808[0x0][_0x4af4b7(0x1ab)](_0x4af4b7(0x1d1));for(let _0x1081a5=0x0;_0x1081a5<_0x51ee92;_0x1081a5++)_0x10c5e7[_0x4af4b7(0x1ad)](_0xf35681,{'at':_0x24e8be});return _0xf35681[_0x4af4b7(0x1c9)](_0x24e8be)[_0x4af4b7(0x1c9)](_0x130059);}[_0x2cf6a0(0x1b5)](_0x313c9a,_0x50230d){const _0x864a79=_0x2cf6a0,{plugins:_0x5dd5cb}=this[_0x864a79(0x1a2)],{model:_0x1685ff}=_0x313c9a;if(!_0x5dd5cb[_0x864a79(0x1dc)](_0x864a79(0x18d)))return;_0x5dd5cb[_0x864a79(0x1d4)](_0x864a79(0x18d))[_0x864a79(0x1c7)](_0x50230d)[_0x864a79(0x1b4)]&&_0x1685ff[_0x864a79(0x1be)](_0x50230d);}}
23
+ function _0x1e60(_0x42771d,_0xaaae12){const _0x10c0a2=_0x10c0();return _0x1e60=function(_0x1e60b1,_0x997433){_0x1e60b1=_0x1e60b1-0x66;let _0x329d65=_0x10c0a2[_0x1e60b1];return _0x329d65;},_0x1e60(_0x42771d,_0xaaae12);}function _0x10c0(){const _0x4aa6ac=['addMarker','selection','last','6PxLaSi','232006IvudUt','model','getRanges','ck-fake-ai-selection','schema','markerToElement','deleteContent','setSelection','_createEmptyTableRows','createSelection','70xPdito','getSelectedTableCells','resultRange','getColumnIndexes','markerRange','ai-ui','element','text/html','getRange','ck-fake-ai-selection_collapsed','TableUtils','has','span','paste','hideFakeVisualSelection','_pasteHTMLUsingClipboard','parse','conversion','contentInsertion','fromCharCode','showFakeVisualSelection','getMarkersGroup','insertRows','getRows','lowest','data','pop','editor','plugins','config','getChild','_getAISelection','canEditAt','for','_getTableRowCountFromContent','_getDefaultInsertBelowPosition','change','isPremiumPlugin','push','_resetContentOfSelectedTableCells','markerToHighlight','length','3028518JECYmL','end','once','addClass','78844mSzoGw','isOfficialPlugin','insertContent','first','isAtEnd','getLastPosition','setData','afterInit','insertContentBelow','_prepareTableInsertBelowPosition','isCollapsed','fire','createPositionAfter','AIAssistantEditing','join','16vBwDEN','init','filter','createUIElement','removeMarker','editingDowncast','getLastMatchingPosition','createPositionAt','forEach','1239365iLZFEK','ck-ai-assistant-ui_theme','getFirstRange','62084EPlEMn','isContent','updateMarker','ai.assistant.useTheme','editing','document','pluginName','table','createRange','findAncestor','off','getRowIndexes','from','DataTransfer','60pubpsv','800695fdCIyX','getChildren','start','get','markers','map','href','233690UgwAel','getSelectedBlocks'];_0x10c0=function(){return _0x4aa6ac;};return _0x10c0();}const _0x557410=_0x1e60;(function(_0xf34a71,_0x31b61b){const _0x5123cc=_0x1e60,_0x28ca98=_0xf34a71();while(!![]){try{const _0x1b20a0=-parseInt(_0x5123cc(0xce))/0x1+-parseInt(_0x5123cc(0xd4))/0x2+parseInt(_0x5123cc(0xc6))/0x3*(parseInt(_0x5123cc(0x9d))/0x4)+parseInt(_0x5123cc(0xb5))/0x5*(parseInt(_0x5123cc(0xd3))/0x6)+parseInt(_0x5123cc(0xc7))/0x7*(parseInt(_0x5123cc(0xac))/0x8)+-parseInt(_0x5123cc(0x99))/0x9+-parseInt(_0x5123cc(0x6f))/0xa*(-parseInt(_0x5123cc(0xb8))/0xb);if(_0x1b20a0===_0x31b61b)break;else _0x28ca98['push'](_0x28ca98['shift']());}catch(_0x2fe493){_0x28ca98['push'](_0x28ca98['shift']());}}}(_0x10c0,0x36bb0));import{uid as _0x331793}from'ckeditor5/src/utils.js';import{Plugin as _0x553662}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x28b1a6}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x5b3765,ViewDataTransfer as _0x34becf}from'ckeditor5/src/engine.js';const O=globalThis[_0x557410(0xc5)],j=_0x557410(0x74);export class AIAssistantEditing extends _0x553662{static get[_0x557410(0xbe)](){const _0x226c48=_0x557410;return _0x226c48(0xaa);}static get[_0x557410(0x9e)](){return!0x0;}static get[_0x557410(0x94)](){return!0x0;}[_0x557410(0xad)](){const _0x5bcab5=_0x557410,{editor:_0x791750}=this,_0x3cc749=[_0x5bcab5(0x68)];_0x791750[_0x5bcab5(0x8c)][_0x5bcab5(0xca)](_0x5bcab5(0xbb))&&_0x3cc749[_0x5bcab5(0x95)](_0x5bcab5(0xb6)),_0x791750[_0x5bcab5(0x80)][_0x5bcab5(0x90)](_0x5bcab5(0xb1))[_0x5bcab5(0x97)]({'model':j,'view':{'classes':_0x3cc749,'priority':0xc}}),_0x791750[_0x5bcab5(0x80)][_0x5bcab5(0x90)](_0x5bcab5(0xb1))[_0x5bcab5(0x6a)]({'model':j,'view':(_0x2e30b1,{writer:_0x28c7db})=>{const _0x46280a=_0x5bcab5;if(!_0x2e30b1[_0x46280a(0x73)][_0x46280a(0xa7)])return null;const _0x4ca7bd=_0x28c7db[_0x46280a(0xaf)](_0x46280a(0x7b));return _0x28c7db[_0x46280a(0x9c)]([_0x46280a(0x68),_0x46280a(0x78)],_0x4ca7bd),_0x4ca7bd;}});}[_0x557410(0xa4)](){!async function(_0x10ea85){const _0x45afc4=_0x4e5f15([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]),_0x25ba0c=0x3dffc4e1,_0x4a30d7=0x3df8b049^_0x25ba0c,_0x3886ae=window[_0x4e5f15([0x44,0x61,0x74,0x65])][_0x4e5f15([0x6e,0x6f,0x77])](),_0x6d5116=_0x10ea85[_0x4e5f15([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2c3205=new window[(_0x4e5f15([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x58a77a=>{_0x6d5116[_0x4e5f15([0x6f,0x6e,0x63,0x65])](_0x4e5f15([0x72,0x65,0x61,0x64,0x79]),_0x58a77a);}),_0x467d1f={[_0x4e5f15([0x6b,0x74,0x79])]:_0x4e5f15([0x45,0x43]),[_0x4e5f15([0x75,0x73,0x65])]:_0x4e5f15([0x73,0x69,0x67]),[_0x4e5f15([0x63,0x72,0x76])]:_0x4e5f15([0x50,0x2d,0x32,0x35,0x36]),[_0x4e5f15([0x78])]:_0x4e5f15([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]),[_0x4e5f15([0x79])]:_0x4e5f15([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]),[_0x4e5f15([0x61,0x6c,0x67])]:_0x4e5f15([0x45,0x53,0x32,0x35,0x36])},_0x3df5eb=_0x6d5116[_0x4e5f15([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4e5f15([0x67,0x65,0x74])](_0x4e5f15([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2c2897(){let _0x5dedb2,_0x1e7169=null,_0x4bd43f=null;try{if(_0x3df5eb==_0x4e5f15([0x47,0x50,0x4c]))return _0x4e5f15([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5dedb2=_0x567fa6(),!_0x5dedb2)return _0x4e5f15([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5dedb2[_0x4e5f15([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4bd43f=_0x5d07d8(_0x5dedb2[_0x4e5f15([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5dedb2[_0x4e5f15([0x6a,0x74,0x69])])),await _0x30b388()?_0x2c33fb()?_0x3cea78()?_0x4e5f15([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x9c0979()?(_0x5dedb2[_0x4e5f15([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4e5f15([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1e7169=_0x18b286(_0x4e5f15([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5dedb2[_0x4e5f15([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4e5f15([0x74,0x72,0x69,0x61,0x6c])&&(_0x1e7169=_0x18b286(_0x4e5f15([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1b7888()):_0x4e5f15([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4e5f15([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4e5f15([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x4e5f15([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3cea78(){const _0x5013e=[_0x4e5f15([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4e5f15([0x74,0x72,0x69,0x61,0x6c])][_0x4e5f15([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5dedb2[_0x4e5f15([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3886ae/0x3e8:0xe10*_0x4a30d7;return _0x5dedb2[_0x4e5f15([0x65,0x78,0x70])]<_0x5013e;}function _0x2c33fb(){const _0x17c2cd=_0x5dedb2[_0x4e5f15([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x17c2cd&&(!!_0x17c2cd[_0x4e5f15([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4e5f15([0x2a]))||!!_0x17c2cd[_0x4e5f15([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4e5f15([0x41,0x49])));}function _0x9c0979(){const _0x1fa386=_0x1e60,_0x56f37d=_0x5dedb2[_0x4e5f15([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x56f37d||0x0==_0x56f37d[_0x4e5f15([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x182999}=new URL(window[_0x4e5f15([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1fa386(0xcd)]);if(_0x56f37d[_0x4e5f15([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x182999))return!0x0;const _0x13f41b=_0x182999[_0x4e5f15([0x73,0x70,0x6c,0x69,0x74])](_0x4e5f15([0x2e]));return _0x56f37d[_0x4e5f15([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x40ddd0=>_0x40ddd0[_0x4e5f15([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4e5f15([0x2a])))[_0x4e5f15([0x6d,0x61,0x70])](_0x1f8306=>_0x1f8306[_0x4e5f15([0x73,0x70,0x6c,0x69,0x74])](_0x4e5f15([0x2e])))[_0x4e5f15([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1dc8e7=>_0x1dc8e7[_0x4e5f15([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x13f41b[_0x4e5f15([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4e5f15([0x6d,0x61,0x70])](_0x58a31e=>Array(_0x13f41b[_0x4e5f15([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x58a31e[_0x4e5f15([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4e5f15([0x66,0x69,0x6c,0x6c])](_0x58a31e[0x0]===_0x4e5f15([0x2a])?_0x4e5f15([0x2a]):'')[_0x4e5f15([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x58a31e))[_0x4e5f15([0x73,0x6f,0x6d,0x65])](_0x34c44c=>_0x13f41b[_0x4e5f15([0x65,0x76,0x65,0x72,0x79])]((_0x454362,_0x2b85e8)=>_0x34c44c[_0x2b85e8]===_0x454362||_0x34c44c[_0x2b85e8]===_0x4e5f15([0x2a])));}function _0x1b7888(){return _0x1e7169&&_0x4bd43f?new window[(_0x4e5f15([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x161df2,_0x443e03)=>{_0x1e7169[_0x4e5f15([0x74,0x68,0x65,0x6e])](_0x161df2,_0x443e03),_0x4bd43f[_0x4e5f15([0x74,0x68,0x65,0x6e])](_0x49fad6=>{_0x49fad6!=_0x4e5f15([0x56,0x61,0x6c,0x69,0x64])&&_0x161df2(_0x49fad6);},_0x443e03);}):_0x1e7169||_0x4bd43f||_0x4e5f15([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5d07d8(_0xd97d06,_0x356b2a){return new window[(_0x4e5f15([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4fc69c=>{if(_0x3c50c2())return _0x4fc69c(_0x4e5f15([0x56,0x61,0x6c,0x69,0x64]));_0x528fda(),_0x6d5116[_0x4e5f15([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4e5f15([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x26b24b=!0x1;const _0x1f2bfd=_0x331793();function _0x1ffc9c(_0x4108be){return!!_0x4108be&&(typeof _0x4108be===_0x4e5f15([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4108be===_0x4e5f15([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4108be[_0x4e5f15([0x74,0x68,0x65,0x6e])]===_0x4e5f15([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4108be[_0x4e5f15([0x63,0x61,0x74,0x63,0x68])]===_0x4e5f15([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x154331(_0x17c55a){_0x316a49(_0x17c55a)[_0x4e5f15([0x74,0x68,0x65,0x6e])](_0x350ccc=>{if(!_0x350ccc||_0x350ccc[_0x4e5f15([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4e5f15([0x6f,0x6b]))return _0x4e5f15([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x414090(_0xc17536(_0x1f2bfd+_0x356b2a))!=_0x350ccc[_0x4e5f15([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4e5f15([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4e5f15([0x56,0x61,0x6c,0x69,0x64]);})[_0x4e5f15([0x74,0x68,0x65,0x6e])](_0x45ebb3=>(_0x5787be(),_0x45ebb3),()=>{const _0x1a174c=_0x55febc();return null==_0x1a174c?(_0x5787be(),_0x4e5f15([0x56,0x61,0x6c,0x69,0x64])):_0x4e5f15(_0x3886ae-_0x1a174c>(0x19f340e1^_0x25ba0c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4e5f15([0x74,0x68,0x65,0x6e])](_0x4fc69c)[_0x4e5f15([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4fc69c(_0x4e5f15([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2c3e48=0x3dc92a61^_0x25ba0c;function _0x5787be(){const _0x176f3f=_0x4e5f15([0x6c,0x6c,0x63,0x74,0x2d])+_0x414090(_0xc17536(_0xd97d06)),_0x32eb5a=_0x154654(_0x414090(window[_0x4e5f15([0x4d,0x61,0x74,0x68])][_0x4e5f15([0x63,0x65,0x69,0x6c])](_0x3886ae/_0x2c3e48)));window[_0x4e5f15([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4e5f15([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x176f3f,_0x32eb5a);}function _0x55febc(){const _0x116f59=_0x4e5f15([0x6c,0x6c,0x63,0x74,0x2d])+_0x414090(_0xc17536(_0xd97d06)),_0x26ee66=window[_0x4e5f15([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4e5f15([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x116f59);return _0x26ee66?window[_0x4e5f15([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x154654(_0x26ee66),0x10)*_0x2c3e48:null;}function _0x316a49(_0xf485c1){return new window[(_0x4e5f15([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x22fbaf,_0x3b06ff)=>{_0xf485c1[_0x4e5f15([0x74,0x68,0x65,0x6e])](_0x22fbaf,_0x3b06ff),window[_0x4e5f15([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3b06ff,0x3dfe1021^_0x25ba0c);});}}_0x6d5116[_0x4e5f15([0x6f,0x6e])](_0x4e5f15([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3892aa,_0x1ca706)=>{if(_0x1ca706[0x0]!=_0xd97d06)return _0x4fc69c(_0x4e5f15([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1ca706[0x1]={..._0x1ca706[0x1],[_0x4e5f15([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1f2bfd};},{[_0x4e5f15([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4e5f15([0x68,0x69,0x67,0x68])}),_0x6d5116[_0x4e5f15([0x6f,0x6e])](_0x4e5f15([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xd38f2d=>{_0x1ffc9c(_0xd38f2d[_0x4e5f15([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x26b24b=!0x0,_0x154331(_0xd38f2d[_0x4e5f15([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4e5f15([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4e5f15([0x6c,0x6f,0x77])}),_0x2c3205[_0x4e5f15([0x74,0x68,0x65,0x6e])](()=>{_0x26b24b||_0x4fc69c(_0x4e5f15([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3c50c2(){return _0x6d5116[_0x4e5f15([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4e5f15([0x76,0x69,0x65,0x77])][_0x4e5f15([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4e5f15([0x61,0x75,0x74,0x6f]);}function _0x528fda(){_0x6d5116[_0x4e5f15([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4e5f15([0x76,0x69,0x65,0x77])][_0x4e5f15([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4e5f15([0x61,0x75,0x74,0x6f]);}}function _0x18b286(_0x4023b2){const _0x1eaca9=[new window[(_0x4e5f15([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1fe181=>setTimeout(_0x1fe181,0x3df6fa2d^_0x25ba0c)),_0x2c3205[_0x4e5f15([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4e5f15([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x159e62=>{let _0x4d1fce=0x0;_0x6d5116[_0x4e5f15([0x6d,0x6f,0x64,0x65,0x6c])][_0x4e5f15([0x6f,0x6e])](_0x4e5f15([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x527c3c,_0x8461cc)=>{_0x8461cc[0x0][_0x4e5f15([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4d1fce++,_0x4d1fce==(0x3dffc519^_0x25ba0c)&&(_0x159e62(),_0x527c3c[_0x4e5f15([0x6f,0x66,0x66])]());});}))];return window[_0x4e5f15([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4e5f15([0x72,0x61,0x63,0x65])](_0x1eaca9)[_0x4e5f15([0x74,0x68,0x65,0x6e])](()=>_0x4023b2);}async function _0x1f7f32(){await _0x2c3205,_0x6d5116[_0x4e5f15([0x6d,0x6f,0x64,0x65,0x6c])][_0x4e5f15([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x35a5c5,_0x6d5116[_0x4e5f15([0x6d,0x6f,0x64,0x65,0x6c])][_0x4e5f15([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x35a5c5,_0x6d5116[_0x4e5f15([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4e5f15([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1b4ad6(_0x43e721){const _0x1d335a=_0xe91f49();_0x6d5116[_0x1d335a]=_0x4e5f15([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x43e721,_0x43e721!=_0x4e5f15([0x56,0x61,0x6c,0x69,0x64])&&_0x1f7f32();}function _0xe91f49(){const _0x3d2081=window[_0x4e5f15([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4e5f15([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4e5f15([0x6e,0x6f,0x77])]())[_0x4e5f15([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4e5f15([0x2e]),'');let _0x540481=_0x4e5f15([0x6e]);for(let _0x3128fa=0x0;_0x3128fa<_0x3d2081[_0x4e5f15([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3128fa+=0x2){let _0x4e21e9=window[_0x4e5f15([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d2081[_0x4e5f15([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3128fa,_0x3128fa+0x2));_0x4e21e9>=_0x45afc4[_0x4e5f15([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4e21e9-=_0x45afc4[_0x4e5f15([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x540481+=_0x45afc4[_0x4e21e9];}return _0x540481;}function _0x567fa6(){const _0x13f069=_0x3df5eb[_0x4e5f15([0x73,0x70,0x6c,0x69,0x74])](_0x4e5f15([0x2e]));if(0x3!=_0x13f069[_0x4e5f15([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x22eb00(_0x13f069[0x1]);function _0x22eb00(_0x4ebcb3){const _0x5c5e65=_0x16b085(_0x4ebcb3);return _0x5c5e65&&_0x46b1b8()?_0x5c5e65:null;function _0x46b1b8(){const _0x513b62=_0x5c5e65[_0x4e5f15([0x6a,0x74,0x69])],_0x15eaa7=window[_0x4e5f15([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x513b62[_0x4e5f15([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x513b62[_0x4e5f15([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x530184={..._0x5c5e65,[_0x4e5f15([0x6a,0x74,0x69])]:_0x513b62[_0x4e5f15([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x513b62[_0x4e5f15([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x530184[_0x4e5f15([0x76,0x63])],_0xc17536(_0x530184)==_0x15eaa7;}}}async function _0x30b388(){let _0x378885=!0x0;try{const _0x476cb7=_0x3df5eb[_0x4e5f15([0x73,0x70,0x6c,0x69,0x74])](_0x4e5f15([0x2e])),[_0x184bc8,_0x542224,_0x22a1da]=_0x476cb7;return _0x39f3e1(_0x184bc8),await _0x60ad8c(_0x184bc8,_0x542224,_0x22a1da),_0x378885;}catch{return!0x1;}function _0x39f3e1(_0x11833f){const _0x5da052=_0x16b085(_0x11833f);_0x5da052&&_0x5da052[_0x4e5f15([0x61,0x6c,0x67])]==_0x4e5f15([0x45,0x53,0x32,0x35,0x36])||(_0x378885=!0x1);}async function _0x60ad8c(_0x38dcb7,_0x147704,_0x52884c){const _0x5a8a4b=window[_0x4e5f15([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4e5f15([0x66,0x72,0x6f,0x6d])](_0x1179de(_0x52884c),_0x35d522=>_0x35d522[_0x4e5f15([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4ecf6c=new window[(_0x4e5f15([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4e5f15([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x38dcb7+_0x4e5f15([0x2e])+_0x147704),_0x5cd646=window[_0x4e5f15([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4e5f15([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5cd646)return;const _0x2a9798=await _0x5cd646[_0x4e5f15([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4e5f15([0x6a,0x77,0x6b]),_0x467d1f,{[_0x4e5f15([0x6e,0x61,0x6d,0x65])]:_0x4e5f15([0x45,0x43,0x44,0x53,0x41]),[_0x4e5f15([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4e5f15([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4e5f15([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5cd646[_0x4e5f15([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4e5f15([0x6e,0x61,0x6d,0x65])]:_0x4e5f15([0x45,0x43,0x44,0x53,0x41]),[_0x4e5f15([0x68,0x61,0x73,0x68])]:{[_0x4e5f15([0x6e,0x61,0x6d,0x65])]:_0x4e5f15([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2a9798,_0x5a8a4b,_0x4ecf6c)||(_0x378885=!0x1);}}function _0x16b085(_0x59ef08){return _0x59ef08[_0x4e5f15([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4e5f15([0x65,0x79]))?JSON[_0x4e5f15([0x70,0x61,0x72,0x73,0x65])](_0x1179de(_0x59ef08)):null;}function _0x1179de(_0x26d74a){return window[_0x4e5f15([0x61,0x74,0x6f,0x62])](_0x26d74a[_0x4e5f15([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4e5f15([0x2b]))[_0x4e5f15([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4e5f15([0x2f])));}function _0xc17536(_0x1c9843){let _0xfe9d60=0x1505;function _0x2c95fc(_0x27ee68){for(let _0x20edf7=0x0;_0x20edf7<_0x27ee68[_0x4e5f15([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x20edf7++){const _0x364151=_0x27ee68[_0x4e5f15([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x20edf7);_0xfe9d60=(_0xfe9d60<<0x5)+_0xfe9d60+_0x364151,_0xfe9d60&=_0xfe9d60;}}function _0x9edfe(_0x48ff3b){Array[_0x4e5f15([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x48ff3b)?_0x48ff3b[_0x4e5f15([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x9edfe):_0x48ff3b&&typeof _0x48ff3b==_0x4e5f15([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4e5f15([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x48ff3b)[_0x4e5f15([0x73,0x6f,0x72,0x74])]()[_0x4e5f15([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x314927,_0x2b4bfe])=>{_0x2c95fc(_0x314927),_0x9edfe(_0x2b4bfe);}):_0x2c95fc(window[_0x4e5f15([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x48ff3b));}return _0x9edfe(_0x1c9843),_0xfe9d60>>>0x0;}function _0x414090(_0x4997a0){return _0x4997a0[_0x4e5f15([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4e5f15([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4e5f15([0x30]));}function _0x154654(_0xb0b769){return _0xb0b769[_0x4e5f15([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4e5f15([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4e5f15([0x6a,0x6f,0x69,0x6e])]('');}function _0x35a5c5(){}function _0x4e5f15(_0x1fef00){const _0x163180=_0x1e60;return _0x1fef00[_0x163180(0xcc)](_0x284a3c=>String[_0x163180(0x82)](_0x284a3c))[_0x163180(0xab)]('');}_0x1b4ad6(await _0x2c2897());}(this);}[_0x557410(0x83)](){const _0x3a562d=_0x557410,_0x105677=this[_0x3a562d(0x8a)][_0x3a562d(0x66)];_0x105677[_0x3a562d(0x93)](_0x4328d7=>{const _0x2a302a=_0x3a562d,_0x36b3a3=_0x105677[_0x2a302a(0xbd)][_0x2a302a(0xd1)][_0x2a302a(0x67)]();let _0x209ff5=0x0;for(const _0x1e0403 of _0x36b3a3){const _0x52a65c=j+':'+_0x209ff5;if(_0x105677[_0x2a302a(0xcb)][_0x2a302a(0x7a)](_0x52a65c))_0x4328d7[_0x2a302a(0xba)](_0x52a65c,{'range':_0x1e0403});else{if(_0x1e0403[_0x2a302a(0xc9)][_0x2a302a(0xa1)]){const _0x44109c=_0x1e0403[_0x2a302a(0xc9)][_0x2a302a(0xb2)](({item:_0x28f176})=>!_0x105677[_0x2a302a(0x69)][_0x2a302a(0xb9)](_0x28f176),{'boundaries':_0x1e0403});_0x4328d7[_0x2a302a(0xd0)](_0x52a65c,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x4328d7[_0x2a302a(0xc0)](_0x44109c,_0x1e0403[_0x2a302a(0x9a)])});}else _0x4328d7[_0x2a302a(0xd0)](_0x52a65c,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x1e0403});}_0x209ff5++;}});}[_0x557410(0x7d)](){const _0x249e16=_0x557410,_0x2c0527=this[_0x249e16(0x8a)][_0x249e16(0x66)],_0x16b6cb=Array[_0x249e16(0xc4)](this[_0x249e16(0x8a)][_0x249e16(0x66)][_0x249e16(0xcb)][_0x249e16(0x84)](j));_0x16b6cb[_0x249e16(0x98)]&&_0x2c0527[_0x249e16(0x93)](_0x530c93=>{const _0x3e21b7=_0x249e16;_0x16b6cb[_0x3e21b7(0xb4)](_0x120332=>{const _0x5d2d85=_0x3e21b7;_0x530c93[_0x5d2d85(0xb0)](_0x120332);});});}[_0x557410(0x9f)](_0x20461a,_0x54b0bc){const _0x12b365=_0x557410,_0x433bf8=this[_0x12b365(0x8e)](),_0x3a1e11=_0x54b0bc||_0x433bf8[_0x12b365(0xb7)]();this[_0x12b365(0x8a)][_0x12b365(0x66)][_0x12b365(0x8f)](_0x3a1e11)&&this[_0x12b365(0x8a)][_0x12b365(0x66)][_0x12b365(0x93)](_0x45a5fa=>{const _0x33763f=_0x12b365;this[_0x33763f(0x7d)](),_0x54b0bc||this[_0x33763f(0x96)](_0x45a5fa,_0x433bf8),this[_0x33763f(0x7e)]({'insertAt':_0x3a1e11,'writer':_0x45a5fa,'html':_0x20461a});});}[_0x557410(0xa5)](_0x28826b){const _0xde2ee6=_0x557410,{model:_0x2e48a4}=this[_0xde2ee6(0x8a)],_0x3e2111=this[_0xde2ee6(0x8e)]();_0x2e48a4[_0xde2ee6(0x93)](()=>{const _0x4dbd4d=_0xde2ee6,_0x6fac9b=this[_0x4dbd4d(0xa6)](_0x28826b,_0x3e2111)||this[_0x4dbd4d(0x92)](_0x3e2111);this[_0x4dbd4d(0x9f)](_0x28826b,_0x6fac9b);});}[_0x557410(0x8e)](){const _0x5a9e7b=_0x557410,_0x41aa09=this[_0x5a9e7b(0x8a)][_0x5a9e7b(0x66)],_0xcdbc0b=Array[_0x5a9e7b(0xc4)](_0x41aa09[_0x5a9e7b(0xcb)][_0x5a9e7b(0x84)](j))[_0x5a9e7b(0xcc)](_0x1e61fd=>_0x1e61fd[_0x5a9e7b(0x77)]());return _0x41aa09[_0x5a9e7b(0x6e)](_0xcdbc0b);}[_0x557410(0x7e)]({writer:_0x5ce52b,html:_0x8904e9,insertAt:_0x9d4c14}){const _0x127ff6=_0x557410,{view:_0x100dfb}=this[_0x127ff6(0x8a)][_0x127ff6(0xbc)],_0x39f2ba=this[_0x127ff6(0x8a)][_0x127ff6(0x8b)][_0x127ff6(0xca)](_0x28b1a6),_0x164830=new O();_0x164830[_0x127ff6(0xa3)](_0x127ff6(0x76),_0x8904e9);const _0x50ea46=new ClipboardEvent(_0x127ff6(0x7c),{'clipboardData':_0x164830}),_0x4d6428=new _0x5b3765(_0x100dfb,_0x50ea46,{'dataTransfer':new _0x34becf(_0x164830)});_0x5ce52b[_0x127ff6(0x6c)](_0x9d4c14);const _0x19bac1=(_0x591bf6,_0x3edf59)=>{const _0x146693=_0x127ff6;_0x3edf59[_0x146693(0x71)]&&_0x5ce52b[_0x146693(0x6c)](_0x3edf59[_0x146693(0x71)]);};_0x39f2ba[_0x127ff6(0x9b)](_0x127ff6(0x81),_0x19bac1,{'priority':_0x127ff6(0x87)}),_0x100dfb[_0x127ff6(0xbd)][_0x127ff6(0xa8)](_0x127ff6(0x7c),_0x4d6428),_0x39f2ba[_0x127ff6(0xc2)](_0x127ff6(0x81),_0x19bac1);}[_0x557410(0x92)](_0x47705b){const _0x1bcd0a=_0x557410,{model:_0x4288f5}=this[_0x1bcd0a(0x8a)],_0x2f52b4=Array[_0x1bcd0a(0xc4)](_0x47705b[_0x1bcd0a(0xcf)]());return _0x2f52b4[_0x1bcd0a(0x98)]?_0x4288f5[_0x1bcd0a(0xa9)](_0x2f52b4[_0x1bcd0a(0x89)]()):_0x47705b[_0x1bcd0a(0xa2)]();}[_0x557410(0xa6)](_0xa3b54a,_0x271eb1){const _0x268084=_0x557410,{model:_0x4269ba,plugins:_0x19ebae}=this[_0x268084(0x8a)];if(_0x19ebae[_0x268084(0x7a)](_0x268084(0x79))){const _0x11eeae=_0x19ebae[_0x268084(0xca)](_0x268084(0x79))[_0x268084(0x70)](_0x271eb1);if(_0x11eeae[_0x268084(0x98)]){const _0x234823=this[_0x268084(0x91)](_0xa3b54a),_0x51a836=this[_0x268084(0x6d)](_0x11eeae,_0x234823);return _0x4269ba[_0x268084(0xb3)](_0x51a836,0x0);}}return null;}[_0x557410(0x91)](_0x338fd8){const _0x2b5e3a=_0x557410,_0x43cc27=this[_0x2b5e3a(0x8a)][_0x2b5e3a(0x8b)][_0x2b5e3a(0xca)](_0x2b5e3a(0x79)),_0x37d78e=this[_0x2b5e3a(0x8a)][_0x2b5e3a(0x88)][_0x2b5e3a(0x7f)](_0x338fd8),_0x35b73b=Array[_0x2b5e3a(0xc4)](_0x37d78e[_0x2b5e3a(0xc8)]())[_0x2b5e3a(0xae)](_0x110d97=>_0x110d97['is'](_0x2b5e3a(0x75),_0x2b5e3a(0xbf)));let _0x214df2=0x0;return _0x35b73b[_0x2b5e3a(0xb4)](_0x50af9f=>{const _0x5414b2=_0x2b5e3a;_0x214df2+=_0x43cc27[_0x5414b2(0x86)](_0x50af9f);}),_0x214df2;}[_0x557410(0x6d)](_0x363955,_0x7cb2a3){const _0x48562d=_0x557410,_0x53911e=this[_0x48562d(0x8a)][_0x48562d(0x8b)][_0x48562d(0xca)](_0x48562d(0x79)),_0x25d38c=_0x53911e[_0x48562d(0xc3)](_0x363955),_0x46abad=_0x53911e[_0x48562d(0x72)](_0x363955),_0x953fb=_0x25d38c[_0x48562d(0xd2)]+0x1,_0x3c6db4=_0x46abad[_0x48562d(0xa0)],_0x8db936=_0x363955[0x0][_0x48562d(0xc1)](_0x48562d(0xbf));for(let _0x56c854=0x0;_0x56c854<_0x7cb2a3;_0x56c854++)_0x53911e[_0x48562d(0x85)](_0x8db936,{'at':_0x953fb});return _0x8db936[_0x48562d(0x8d)](_0x953fb)[_0x48562d(0x8d)](_0x3c6db4);}[_0x557410(0x96)](_0x1399e8,_0x16eb98){const _0x1fe279=_0x557410,{plugins:_0x1404e8}=this[_0x1fe279(0x8a)],{model:_0x1ad1f0}=_0x1399e8;if(!_0x1404e8[_0x1fe279(0x7a)](_0x1fe279(0x79)))return;_0x1404e8[_0x1fe279(0xca)](_0x1fe279(0x79))[_0x1fe279(0x70)](_0x16eb98)[_0x1fe279(0x98)]&&_0x1ad1f0[_0x1fe279(0x6b)](_0x16eb98);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3758f4=_0x3809;(function(_0x446aaa,_0x1a3e26){const _0x2d48b9=_0x3809,_0x497b7b=_0x446aaa();while(!![]){try{const _0x44d973=-parseInt(_0x2d48b9(0x220))/0x1+parseInt(_0x2d48b9(0x230))/0x2*(parseInt(_0x2d48b9(0x223))/0x3)+parseInt(_0x2d48b9(0x24a))/0x4+parseInt(_0x2d48b9(0x219))/0x5+parseInt(_0x2d48b9(0x24e))/0x6*(-parseInt(_0x2d48b9(0x1cf))/0x7)+parseInt(_0x2d48b9(0x1dc))/0x8*(parseInt(_0x2d48b9(0x205))/0x9)+parseInt(_0x2d48b9(0x1bb))/0xa*(-parseInt(_0x2d48b9(0x232))/0xb);if(_0x44d973===_0x1a3e26)break;else _0x497b7b['push'](_0x497b7b['shift']());}catch(_0x985993){_0x497b7b['push'](_0x497b7b['shift']());}}}(_0x562d,0xab032));import{Plugin as _0x4e22a5}from'ckeditor5/src/core.js';import{IconMagicWand as _0x3d9bf0,IconRobotPencil as _0x105dff}from'ckeditor5/src/icons.js';import{first as _0x2d0aea,CKEditorError as _0x204e12}from'ckeditor5/src/utils.js';import{createDropdown as _0x4b3139,addMenuToDropdown as _0x20bfce,ButtonView as _0x5d48a9,MenuBarMenuListItemButtonView as _0x568a8a,Dialog as _0x1737df,DialogViewPosition as _0x18b26f,MenuBarMenuView as _0x2953e6,MenuBarMenuListView as _0x6d3eeb,MenuBarMenuListItemView as _0x1f01fb}from'ckeditor5/src/ui.js';import{normalizeCommandsConfig as _0x7f82bb,UNGROUPED_COMMANDS_GROUP_ID as _0x5466e5}from'./utils/normalizecommandsconfig.js';import{AIAssistantEditing as _0x30b427}from'./aiassistantediting.js';function _0x3809(_0x25f03f,_0xd596f7){const _0x562d8b=_0x562d();return _0x3809=function(_0x380978,_0x44ee8b){_0x380978=_0x380978-0x1b9;let _0x5e2322=_0x562d8b[_0x380978];return _0x5e2322;},_0x3809(_0x25f03f,_0xd596f7);}import{AIAdapter as _0x3b42ee}from'./adapters/aiadapter.js';import{getTranslation as _0x4190fe}from'./utils/common-translations.js';import{ShowAIAssistantCommand as _0x3b4a2c}from'./ui/showaiassistantcommand.js';import{AIAssistantController as _0x22c8f6}from'./ui/aiassistantcontroller.js';import{AIFormView as _0xafb510}from'./ui/form/aiformview.js';import{AIFormToolbarViewMainActionLabel as _0x532637}from'./ui/form/aiformtoolbarview.js';import'../../theme/aiassistant/ai.css';import'../../theme/aiassistant/ai-dropdown.css';import'../../theme/aiassistant/ai-form.css';function _0x562d(){const _0x26eb63=['_getResolvedCommandsDefinitions','getSelectedElement','1494dYqMjV','trim','groupId','groupLabel','children','isEnabled','includes','showAIAssistant','hideFakeVisualSelection','showFakeVisualSelection','execute','listenTo','updatePosition','isOn','Generated\x20content:\x20%0','contentArea','config','focus','source','showUI','5690115OYYQBr','locale','push','licenseKey','Error\x20during\x20AI\x20content\x20generation:\x20%0','insertContentBelow','isFlat','17637WEZoHP','change:enabledCommandsIds','aiLicenseKeyDomainLimit','1209YoBjGH','once','ai.assistant.commands','length','ai.assistant.disabledElements','hide','buttonView','\x20ck-ai-assistant-ui_theme','get','_createAIAssistantUIButton','show','getLimitElement','rawHtml','1128HCrMyi','getRanges','1859aqRxGN','order','menuitemcheckbox','text/html','_initView','change:value','sort','pluginName','menuView','render','AIAssistant','plugins','currentContext','ai.assistant.useTheme','editing','media','_forceMarkersCopy','ck-ai-assistant-button\x20','updateView','trialLimit','define','expired','schema','_uiCssClasses','731552OSMRmX','commands','announce','document','85704WLMhQb','promptView','label','ck-ai-assistant-ui','prompt','copy','INSERT','_aiAdapter','_onExecute','isOfficialPlugin','view','textAdapter','replaceContent','fieldView','_aiAssistantController','splice','invalid','isPremiumPlugin','aiLicenseKeyUsageLimit','command:','buttons','selection','EDITOR_TOP_SIDE','requires','aiLicenseKeyExpired','AI\x20Assistant','</p>','change:isError','isCollapsed','errorView','53020IXmBQi','model','from','replace','aiLicenseKeyValid','update','requiresContent','menuBar:aiCommands','REPLACE','aiLicenseKeyEvaluationLimit','getSelectedBlocks','bind','aiAssistant','evaluationLimit','AI\x20is\x20writing','AIAssistantUI','change','componentFactory','getData','wasMoved','259lUqJNG','text','panelView','enabledCommandsIds','editor','body','_initAriaAiStatusChangeAnnouncements','filter','<p>','_showLicenseError','_formView','featureNotAllowed','values','28648KcVaju','addMany','add','change:isProcessing','hideUI','map','fire','queryView','aiLicenseKeyInvalid','_getMenuBarGroupButtons','init','items','ai.assistant.contentAreaCssClass','domainLimit','set','insertContent','delegate','DataTransfer','aiCommands','menuPanelClass','destroy','_commandDefinitions','_dialog','reset','menuBar:aiAssistant','_licenseKeyCheckInterval','_populateMenuBarMenu','comment','aiLicenseKeyTrialLimit','ck-ai-commands-dropdown\x20','usageLimit','custom','ai-commands-config-order-collision','tableOfContents','forEach','AI\x20Commands','aiLicenseKeyNotAllowed','polite','setSelection'];_0x562d=function(){return _0x26eb63;};return _0x562d();}const l=globalThis[_0x3758f4(0x1ed)];import{ClipboardMarkersUtils as _0x56f310}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x57ccc6,ViewDataTransfer as _0x44efa1}from'ckeditor5/src/engine.js';export class AIAssistantUI extends _0x4e22a5{[_0x3758f4(0x21c)];[_0x3758f4(0x1f5)];[_0x3758f4(0x1f2)];[_0x3758f4(0x1d9)];[_0x3758f4(0x255)];[_0x3758f4(0x25c)];[_0x3758f4(0x249)]='';static get[_0x3758f4(0x239)](){const _0x518903=_0x3758f4;return _0x518903(0x1ca);}static get[_0x3758f4(0x257)](){return!0x0;}static get[_0x3758f4(0x25f)](){return!0x0;}static get[_0x3758f4(0x265)](){return[_0x56f310,_0x30b427,_0x3b42ee,_0x1737df];}constructor(_0x503d53){const _0x40452f=_0x3758f4;super(_0x503d53),_0x503d53[_0x40452f(0x215)][_0x40452f(0x246)](_0x40452f(0x227),[_0x40452f(0x241),_0x40452f(0x22f),_0x40452f(0x1fd)]),_0x503d53[_0x40452f(0x215)][_0x40452f(0x246)](_0x40452f(0x1e8),''),_0x503d53[_0x40452f(0x215)][_0x40452f(0x246)](_0x40452f(0x23f),!0x0),this[_0x40452f(0x249)]=_0x40452f(0x251)+(_0x503d53[_0x40452f(0x215)][_0x40452f(0x22b)](_0x40452f(0x23f))?_0x40452f(0x22a):'');}[_0x3758f4(0x1e6)](){const _0x2a3b28=_0x3758f4,{editor:_0x98af31}=this;this[_0x2a3b28(0x255)]=_0x98af31[_0x2a3b28(0x23d)][_0x2a3b28(0x22b)](_0x3b42ee),this[_0x2a3b28(0x1f2)]=_0x98af31[_0x2a3b28(0x23d)][_0x2a3b28(0x22b)](_0x1737df),this[_0x2a3b28(0x1d9)]=null,this[_0x2a3b28(0x1f1)]=this[_0x2a3b28(0x203)]();const _0x439fb1=new _0x3b4a2c(_0x98af31,Array[_0x2a3b28(0x1bd)](this[_0x2a3b28(0x1f1)][_0x2a3b28(0x1db)]()));_0x98af31[_0x2a3b28(0x24b)][_0x2a3b28(0x1de)](_0x2a3b28(0x20c),_0x439fb1),_0x98af31['ui'][_0x2a3b28(0x1cc)][_0x2a3b28(0x1de)](_0x2a3b28(0x1ee),_0x54100f=>{const _0x42a9f6=_0x2a3b28,_0xc9b942=_0x4b3139(_0x54100f);return _0xc9b942[_0x42a9f6(0x1ea)]({'class':_0x42a9f6(0x1f9)+this[_0x42a9f6(0x249)]}),_0xc9b942[_0x42a9f6(0x229)][_0x42a9f6(0x1ea)]({'label':_0x4190fe(_0x54100f,_0x42a9f6(0x1ff)),'icon':_0x3d9bf0,'tooltip':!0x0}),_0xc9b942['on'](_0x42a9f6(0x20f),_0x5ec26a=>this[_0x42a9f6(0x256)](_0x5ec26a[_0x42a9f6(0x217)]['id'])),_0x20bfce(_0xc9b942,_0x98af31['ui'][_0x42a9f6(0x258)][_0x42a9f6(0x1d4)],function(_0x40ecd5){const _0x630ddb=_0x42a9f6,_0xeff68c=_0x7f82bb(_0x40ecd5[_0x630ddb(0x215)][_0x630ddb(0x22b)](_0x630ddb(0x225)),_0x40ecd5[_0x630ddb(0x21a)]),_0x45c541=U(_0x40ecd5,_0xeff68c)[_0x630ddb(0x1d6)](_0x5291d9=>_0x5291d9[_0x630ddb(0x24b)][_0x630ddb(0x226)]);if(0x1===_0x45c541[_0x630ddb(0x226)])return U(_0x40ecd5,_0x45c541[0x0][_0x630ddb(0x24b)])[_0x630ddb(0x1e1)](_0x27c0fa=>({'id':_0x27c0fa['id'],'label':_0x27c0fa[_0x630ddb(0x250)]}));return _0x45c541[_0x630ddb(0x1e1)](_0x3a4f84=>{const _0x7ef0a2=_0x630ddb,{groupId:_0x5da91a,groupLabel:_0x40b966,commands:_0x2a3494}=_0x3a4f84,_0x429a05=U(_0x40ecd5,_0x2a3494)[_0x7ef0a2(0x1e1)](_0x1ecc85=>({'id':_0x1ecc85['id'],'label':_0x1ecc85[_0x7ef0a2(0x250)]}));return{'id':_0x5da91a,'menu':_0x40b966||_0x5da91a,'children':_0x429a05};});}(_0x98af31),{'ariaLabel':_0x4190fe(_0x54100f,_0x42a9f6(0x1ff))}),_0xc9b942[_0x42a9f6(0x23a)][_0x42a9f6(0x1ef)]=_0x42a9f6(0x1f9)+this[_0x42a9f6(0x249)],_0x439fb1['on'](_0x42a9f6(0x221),_0x4d6b57),_0xc9b942[_0x42a9f6(0x23a)][_0x42a9f6(0x224)](_0x42a9f6(0x23b),_0x4d6b57),_0xc9b942;function _0x4d6b57(){const _0x3da0f2=_0x42a9f6;_0xc9b942[_0x3da0f2(0x20a)]=_0x439fb1[_0x3da0f2(0x1d2)][_0x3da0f2(0x226)]>0x0;for(const _0x3388a7 of _0xc9b942[_0x3da0f2(0x23a)][_0x3da0f2(0x262)])_0x3388a7[_0x3da0f2(0x20a)]=_0x439fb1[_0x3da0f2(0x1d2)][_0x3da0f2(0x20b)](_0x3388a7['id']);}}),_0x98af31['ui'][_0x2a3b28(0x1cc)][_0x2a3b28(0x1de)](_0x2a3b28(0x1c2),_0x1662b0=>{const _0x172de0=_0x2a3b28,_0x1e8d81=new _0x2953e6(_0x1662b0);_0x1e8d81[_0x172de0(0x229)][_0x172de0(0x1ea)]({'label':_0x4190fe(_0x1662b0,_0x172de0(0x1ff)),'icon':_0x3d9bf0}),_0x1e8d81[_0x172de0(0x1c6)](_0x172de0(0x20a))['to'](_0x439fb1,_0x172de0(0x1d2),_0x3e8a7b=>_0x3e8a7b[_0x172de0(0x226)]>0x0);const _0x3fcf07=_0x7f82bb(_0x98af31[_0x172de0(0x215)][_0x172de0(0x22b)](_0x172de0(0x225)),_0x1662b0);return this[_0x172de0(0x1f6)](_0x439fb1,_0x1e8d81,_0x3fcf07,_0x416ded=>this[_0x172de0(0x256)](_0x416ded)),_0x1e8d81;}),_0x98af31['ui'][_0x2a3b28(0x1cc)][_0x2a3b28(0x1de)](_0x2a3b28(0x1c7),()=>{const _0x5ed4fa=_0x2a3b28,_0x17bca6=this[_0x5ed4fa(0x22c)](_0x5d48a9);return _0x17bca6[_0x5ed4fa(0x1ea)]({'tooltip':!0x0,'class':_0x5ed4fa(0x243)+this[_0x5ed4fa(0x249)]}),_0x17bca6;}),_0x98af31['ui'][_0x2a3b28(0x1cc)][_0x2a3b28(0x1de)](_0x2a3b28(0x1f4),()=>{const _0x35698a=_0x2a3b28,_0x28389a=this[_0x35698a(0x22c)](_0x568a8a);return _0x28389a[_0x35698a(0x1ea)]({'role':_0x35698a(0x234)}),_0x28389a;}),this[_0x2a3b28(0x21c)]=this[_0x2a3b28(0x1d3)][_0x2a3b28(0x215)][_0x2a3b28(0x22b)](_0x2a3b28(0x21c));const _0x4eb5d3=this[_0x2a3b28(0x1d3)];this[_0x2a3b28(0x1f5)]=setInterval(()=>{const _0x37cc89=_0x2a3b28;let _0x4714c3;for(const _0x4208b2 in _0x4eb5d3){const _0x1f687d=_0x4208b2,_0x503955=_0x4eb5d3[_0x1f687d];if(_0x37cc89(0x1bf)==_0x503955||_0x37cc89(0x1e4)==_0x503955||_0x37cc89(0x266)==_0x503955||_0x37cc89(0x222)==_0x503955||_0x37cc89(0x200)==_0x503955||_0x37cc89(0x1c4)==_0x503955||_0x37cc89(0x1f8)==_0x503955||_0x37cc89(0x260)==_0x503955){delete _0x4eb5d3[_0x1f687d],_0x4714c3=_0x503955,clearInterval(this[_0x37cc89(0x1f5)]),this[_0x37cc89(0x1f5)]=void 0x0;break;}}_0x37cc89(0x1e4)==_0x4714c3&&_0x4eb5d3[_0x37cc89(0x1d8)](_0x37cc89(0x25e)),_0x37cc89(0x266)==_0x4714c3&&_0x4eb5d3[_0x37cc89(0x1d8)](_0x37cc89(0x247)),_0x37cc89(0x222)==_0x4714c3&&_0x4eb5d3[_0x37cc89(0x1d8)](_0x37cc89(0x1e9)),_0x37cc89(0x200)==_0x4714c3&&_0x4eb5d3[_0x37cc89(0x1d8)](_0x37cc89(0x1da),_0x37cc89(0x23c)),_0x37cc89(0x1c4)==_0x4714c3&&_0x4eb5d3[_0x37cc89(0x1d8)](_0x37cc89(0x1c8)),_0x37cc89(0x1f8)==_0x4714c3&&_0x4eb5d3[_0x37cc89(0x1d8)](_0x37cc89(0x245)),_0x37cc89(0x260)==_0x4714c3&&_0x4eb5d3[_0x37cc89(0x1d8)](_0x37cc89(0x1fa));},0x3e8);}[_0x3758f4(0x1f0)](){const _0x3bb7bb=_0x3758f4;super[_0x3bb7bb(0x1f0)](),this[_0x3bb7bb(0x1f5)]&&clearInterval(this[_0x3bb7bb(0x1f5)]);}[_0x3758f4(0x218)](_0x94cf0a='',_0x1a94cd='',_0x3f1dff=_0x3758f4(0x1fb)){const _0x101752=_0x3758f4,_0x27cfd0=this[_0x101752(0x1d3)],_0x1d1bca=_0x27cfd0[_0x101752(0x240)][_0x101752(0x258)],_0xbf53f7=_0x27cfd0[_0x101752(0x23d)][_0x101752(0x22b)](_0x30b427),_0x17d2db=_0x27cfd0[_0x101752(0x23d)][_0x101752(0x22b)](_0x56f310);_0xbf53f7[_0x101752(0x20e)]();const _0x43ff0b=new l(),_0x36d965=new ClipboardEvent(_0x101752(0x253),{'clipboardData':_0x43ff0b}),_0x39449d=new _0x44efa1(_0x43ff0b),_0x21abd7=new _0x57ccc6(_0x1d1bca,_0x36d965,{'dataTransfer':_0x39449d});_0x17d2db[_0x101752(0x242)](_0x101752(0x1f7),()=>{const _0x557666=_0x101752;_0x1d1bca[_0x557666(0x24d)][_0x557666(0x1e2)](_0x557666(0x253),_0x21abd7);}),this[_0x101752(0x1d9)]||(this[_0x101752(0x236)](),this[_0x101752(0x25c)]=new _0x22c8f6(_0x27cfd0,this[_0x101752(0x255)][_0x101752(0x259)],this[_0x101752(0x1d9)]));let _0x5bc02f=_0x39449d[_0x101752(0x1cd)](_0x101752(0x235));const _0x483429=_0x27cfd0[_0x101752(0x1bc)][_0x101752(0x24d)][_0x101752(0x263)],_0x5b8db4=Array[_0x101752(0x1bd)](_0x483429[_0x101752(0x231)]());0x1===_0x5b8db4[_0x101752(0x226)]&&_0x5b8db4[0x0][_0x101752(0x21f)]&&!_0x483429[_0x101752(0x204)]()&&''!==_0x5bc02f[_0x101752(0x1be)](/&nbsp;/g,'')[_0x101752(0x206)]()&&(_0x5bc02f=_0x101752(0x1d7)+_0x5bc02f+_0x101752(0x268)),this[_0x101752(0x25c)][_0x101752(0x244)]({'actionId':_0x3f1dff,'query':_0x94cf0a,'htmlContent':_0x5bc02f,'label':_0x1a94cd,'mainActionLabel':_0x532637[_0x27cfd0[_0x101752(0x1bc)][_0x101752(0x24d)][_0x101752(0x263)][_0x101752(0x1b9)]?_0x101752(0x254):_0x101752(0x1c3)]}),_0x101752(0x1c7)!==this[_0x101752(0x1f2)]['id']?this[_0x101752(0x1f2)][_0x101752(0x22d)]({'id':_0x101752(0x1c7),'icon':_0x105dff,'title':_0x4190fe(this[_0x101752(0x1d3)][_0x101752(0x21a)],_0x101752(0x267)),'content':this[_0x101752(0x1d9)],'position':_0x18b26f[_0x101752(0x264)],'onShow':()=>{const _0x5d37fc=_0x101752;this[_0x5d37fc(0x1d9)][_0x5d37fc(0x216)]();},'onHide':()=>{const _0x361f78=_0x101752;this[_0x361f78(0x25c)][_0x361f78(0x1f3)](),_0xbf53f7[_0x361f78(0x20d)]();}}):this[_0x101752(0x1f2)][_0x101752(0x258)][_0x101752(0x1ce)]||this[_0x101752(0x1f2)][_0x101752(0x258)][_0x101752(0x211)]();}[_0x3758f4(0x1e0)](){const _0x2f7c6e=_0x3758f4;this[_0x2f7c6e(0x1f2)][_0x2f7c6e(0x228)]();}[_0x3758f4(0x203)](){const _0x4d589a=_0x3758f4,_0x35b3e8=new Map(),_0x318420=_0x7f82bb(this[_0x4d589a(0x1d3)][_0x4d589a(0x215)][_0x4d589a(0x22b)](_0x4d589a(0x225)),this[_0x4d589a(0x1d3)][_0x4d589a(0x21a)]);for(const _0x21321a of _0x318420)for(const _0x216944 of _0x21321a[_0x4d589a(0x24b)])_0x35b3e8[_0x4d589a(0x1ea)](_0x216944['id'],{..._0x216944,'groupId':_0x21321a[_0x4d589a(0x207)],'groupLabel':_0x21321a[_0x4d589a(0x208)]||_0x21321a[_0x4d589a(0x207)]});return _0x35b3e8;}[_0x3758f4(0x22c)](_0xc44f7){const _0x5864b1=_0x3758f4,_0x1d9fc6=this[_0x5864b1(0x1d3)],_0x2b3b8c=_0x1d9fc6[_0x5864b1(0x24b)][_0x5864b1(0x22b)](_0x5864b1(0x20c)),_0x257355=new _0xc44f7(_0x1d9fc6[_0x5864b1(0x21a)]);return _0x257355[_0x5864b1(0x1ea)]({'label':_0x4190fe(_0x1d9fc6[_0x5864b1(0x21a)],_0x5864b1(0x267)),'icon':_0x105dff,'isToggleable':!0x0}),_0x257355[_0x5864b1(0x1c6)](_0x5864b1(0x20a))['to'](_0x2b3b8c),_0x257355[_0x5864b1(0x1c6)](_0x5864b1(0x212))['to'](this[_0x5864b1(0x1f2)],'id',_0x20c332=>_0x5864b1(0x1c7)===_0x20c332),this[_0x5864b1(0x210)](_0x257355,_0x5864b1(0x20f),()=>{const _0x9bbea5=_0x5864b1;_0x257355[_0x9bbea5(0x212)]?this[_0x9bbea5(0x1e0)]():_0x2b3b8c[_0x9bbea5(0x20f)]();}),_0x257355;}[_0x3758f4(0x236)](){const _0x2ecc62=_0x3758f4,_0x5a3819=this[_0x2ecc62(0x1d3)][_0x2ecc62(0x23d)][_0x2ecc62(0x22b)](_0x30b427);this[_0x2ecc62(0x1d9)]=new _0xafb510(this[_0x2ecc62(0x1d3)][_0x2ecc62(0x21a)],this[_0x2ecc62(0x249)],this[_0x2ecc62(0x1d3)][_0x2ecc62(0x215)][_0x2ecc62(0x22b)](_0x2ecc62(0x1e8))),this[_0x2ecc62(0x1d9)]['on'](_0x2ecc62(0x237),()=>{const _0x3900bd=_0x2ecc62;this[_0x3900bd(0x1f2)][_0x3900bd(0x258)][_0x3900bd(0x1ce)]||this[_0x3900bd(0x1f2)][_0x3900bd(0x258)][_0x3900bd(0x211)]();}),this[_0x2ecc62(0x1d9)][_0x2ecc62(0x24f)][_0x2ecc62(0x1e3)][_0x2ecc62(0x25b)]['on'](_0x2ecc62(0x1c0),()=>{const _0x5dbcbb=_0x2ecc62;this[_0x5dbcbb(0x1f2)][_0x5dbcbb(0x258)][_0x5dbcbb(0x1ce)]||this[_0x5dbcbb(0x1f2)][_0x5dbcbb(0x258)][_0x5dbcbb(0x211)]();}),this[_0x2ecc62(0x210)](this[_0x2ecc62(0x1d9)],_0x2ecc62(0x25a),()=>{const _0x5b9a5f=_0x2ecc62;_0x5a3819[_0x5b9a5f(0x1eb)](this[_0x5b9a5f(0x25c)][_0x5b9a5f(0x23e)]),this[_0x5b9a5f(0x1e0)]();}),this[_0x2ecc62(0x210)](this[_0x2ecc62(0x1d9)],_0x2ecc62(0x21e),()=>{const _0x2a5b3f=_0x2ecc62;_0x5a3819[_0x2a5b3f(0x21e)](this[_0x2a5b3f(0x25c)][_0x2a5b3f(0x23e)]),this[_0x2a5b3f(0x1e0)]();}),this[_0x2ecc62(0x1d5)]();}[_0x3758f4(0x1d5)](){const _0x53f010=_0x3758f4,{locale:_0x17be2b,ui:{ariaLiveAnnouncer:_0x464fc6}}=this[_0x53f010(0x1d3)];this[_0x53f010(0x1d9)][_0x53f010(0x214)]['on'](_0x53f010(0x1df),(_0x26fa0f,_0x1fced7,_0x24c0b4)=>{const _0x50263f=_0x53f010,_0x1b54d2=this[_0x50263f(0x25c)][_0x50263f(0x23e)];_0x24c0b4?_0x464fc6[_0x50263f(0x24c)](_0x4190fe(_0x17be2b,_0x50263f(0x1c9))):_0x1b54d2&&_0x464fc6[_0x50263f(0x24c)](_0x4190fe(_0x17be2b,_0x50263f(0x213),_0x1b54d2),{'politeness':_0x50263f(0x201),'isUnsafeHTML':!0x0});}),this[_0x53f010(0x1d9)]['on'](_0x53f010(0x269),(_0x315ae0,_0x32ace0,_0x37f8fa)=>{const _0x5d1c70=_0x53f010;if(_0x37f8fa){const _0x115d1c=this[_0x5d1c70(0x1d9)][_0x5d1c70(0x1ba)][_0x5d1c70(0x1d0)];_0x464fc6[_0x5d1c70(0x24c)](_0x4190fe(_0x17be2b,_0x5d1c70(0x21d),_0x115d1c));}});}[_0x3758f4(0x256)](_0x460f6e){const _0x129ddc=_0x3758f4,_0x2be711=this[_0x129ddc(0x1f1)][_0x129ddc(0x22b)](_0x460f6e),_0x458f28=this[_0x129ddc(0x1d3)],_0x4e05f9=_0x458f28[_0x129ddc(0x1bc)][_0x129ddc(0x24d)][_0x129ddc(0x263)],_0x5184da=_0x458f28[_0x129ddc(0x24b)][_0x129ddc(0x22b)](_0x129ddc(0x20c)),_0x133c30=_0x458f28[_0x129ddc(0x23d)][_0x129ddc(0x22b)](_0x30b427),_0x570077=''+(_0x2be711[_0x129ddc(0x207)]!==_0x5466e5?_0x2be711[_0x129ddc(0x208)]+':\x20':'')+_0x2be711[_0x129ddc(0x250)];if(!0x1!==_0x2be711[_0x129ddc(0x1c1)]&&_0x4e05f9[_0x129ddc(0x1b9)]){const _0x134043=_0x2d0aea(_0x4e05f9[_0x129ddc(0x1c5)]())||_0x458f28[_0x129ddc(0x1bc)][_0x129ddc(0x248)][_0x129ddc(0x22e)](_0x4e05f9);_0x458f28[_0x129ddc(0x1bc)][_0x129ddc(0x1cb)](_0x4cd362=>{const _0x3266fb=_0x129ddc;_0x4cd362[_0x3266fb(0x202)](_0x134043,'in');});}_0x133c30[_0x129ddc(0x20e)](),_0x5184da[_0x129ddc(0x20f)](_0x2be711[_0x129ddc(0x252)],_0x570077,_0x129ddc(0x261)+_0x460f6e);}[_0x3758f4(0x1f6)](_0x404b07,_0x4780b8,_0x385629,_0x45eb1d){const _0x4753cf=_0x3758f4,_0xb1b96c=this[_0x4753cf(0x1d3)],_0x3b9ee5=_0xb1b96c[_0x4753cf(0x21a)],_0x3b17fe=new _0x6d3eeb(_0x3b9ee5),_0x37a7dc=U(_0xb1b96c,_0x385629)[_0x4753cf(0x1d6)](_0x23e9db=>_0x23e9db[_0x4753cf(0x24b)][_0x4753cf(0x226)]);0x1===_0x37a7dc[_0x4753cf(0x226)]?this[_0x4753cf(0x1e5)]({'command':_0x404b07,'commands':_0x37a7dc[0x0][_0x4753cf(0x24b)],'parentMenuView':_0x4780b8,'onExecute':_0x45eb1d})[_0x4753cf(0x1fe)](_0x45a215=>_0x3b17fe[_0x4753cf(0x1e7)][_0x4753cf(0x1de)](_0x45a215)):_0x37a7dc[_0x4753cf(0x1fe)](({groupId:_0x552ab5,groupLabel:_0x3b1dc1,commands:_0x2023f4})=>{const _0x66bc8a=_0x4753cf,_0xe6839=new _0x1f01fb(_0x3b9ee5,_0x4780b8),_0x53cbb6=new _0x2953e6(_0x3b9ee5),_0x121a61=new _0x6d3eeb(_0x3b9ee5),_0x3fbad7=this[_0x66bc8a(0x1e5)]({'command':_0x404b07,'commands':_0x2023f4,'parentMenuView':_0x53cbb6,'onExecute':_0x45eb1d});_0x53cbb6[_0x66bc8a(0x229)][_0x66bc8a(0x1ea)]({'label':_0x3b1dc1||_0x552ab5}),_0x53cbb6[_0x66bc8a(0x1ec)](_0x66bc8a(0x20f))['to'](_0x4780b8),_0x121a61[_0x66bc8a(0x1e7)][_0x66bc8a(0x1dd)](_0x3fbad7),_0x53cbb6[_0x66bc8a(0x1d1)][_0x66bc8a(0x209)][_0x66bc8a(0x1de)](_0x121a61),_0xe6839[_0x66bc8a(0x209)][_0x66bc8a(0x1de)](_0x53cbb6),_0x3b17fe[_0x66bc8a(0x1e7)][_0x66bc8a(0x1de)](_0xe6839);}),_0x4780b8[_0x4753cf(0x1d1)][_0x4753cf(0x209)][_0x4753cf(0x1de)](_0x3b17fe);}[_0x3758f4(0x1e5)]({command:_0x188923,commands:_0x3427e2,parentMenuView:_0x40d69,onExecute:_0x5ee500}){const _0x599e56=_0x3758f4,_0x5cdb1f=this[_0x599e56(0x1d3)],_0x3d4b2b=_0x5cdb1f[_0x599e56(0x21a)];return U(_0x5cdb1f,_0x3427e2)[_0x599e56(0x1e1)](_0x2c5a3d=>{const _0x5001f1=_0x599e56,_0x371b49=new _0x1f01fb(_0x3d4b2b,_0x40d69),_0x41b092=new _0x568a8a(_0x3d4b2b);return _0x41b092[_0x5001f1(0x1ea)]({'label':_0x2c5a3d[_0x5001f1(0x250)]}),_0x41b092[_0x5001f1(0x1ec)](_0x5001f1(0x20f))['to'](_0x40d69),_0x41b092['on'](_0x5001f1(0x20f),()=>_0x5ee500(_0x2c5a3d['id'])),_0x41b092[_0x5001f1(0x1c6)](_0x5001f1(0x20a))['to'](_0x188923,_0x5001f1(0x1d2),_0x4417c8=>_0x4417c8[_0x5001f1(0x20b)](_0x2c5a3d['id'])),_0x371b49[_0x5001f1(0x209)][_0x5001f1(0x1de)](_0x41b092),_0x371b49;});}}function T(_0x493cba,_0x4b5689){const _0x38325f=_0x3758f4;return void 0x0!==_0x493cba[_0x38325f(0x233)]&&void 0x0===_0x4b5689[_0x38325f(0x233)]?0x1:void 0x0===_0x493cba[_0x38325f(0x233)]&&void 0x0!==_0x4b5689[_0x38325f(0x233)]?-0x1:void 0x0!==_0x493cba[_0x38325f(0x233)]&&void 0x0!==_0x4b5689[_0x38325f(0x233)]?_0x493cba[_0x38325f(0x233)]-_0x4b5689[_0x38325f(0x233)]:0x0;}function U(_0x51d24d,_0xea9ad7){const _0x1f6428=_0x3758f4;_0xea9ad7[_0x1f6428(0x238)](T);const _0x17784b={},_0x563605=[];for(const _0x4484f3 of _0xea9ad7)if(void 0x0!==_0x4484f3[_0x1f6428(0x233)]){if(_0x4484f3[_0x1f6428(0x233)]in _0x17784b)throw new _0x204e12(_0x1f6428(0x1fc),_0x51d24d,{'conflictingDefinitions':[_0x4484f3,_0x17784b[_0x4484f3[_0x1f6428(0x233)]]]});_0x17784b[_0x4484f3[_0x1f6428(0x233)]]=_0x4484f3,_0x563605[_0x1f6428(0x25d)](_0x4484f3[_0x1f6428(0x233)],0x0,_0x4484f3);}else _0x563605[_0x1f6428(0x21b)](_0x4484f3);return _0x563605;}
23
+ const _0x99128=_0x1a92;(function(_0x40aefa,_0x1fd761){const _0x303528=_0x1a92,_0x3c03e9=_0x40aefa();while(!![]){try{const _0x2e50cf=-parseInt(_0x303528(0xd3))/0x1*(parseInt(_0x303528(0x84))/0x2)+parseInt(_0x303528(0x11c))/0x3+-parseInt(_0x303528(0xc4))/0x4+-parseInt(_0x303528(0xd0))/0x5+-parseInt(_0x303528(0xd4))/0x6+parseInt(_0x303528(0x125))/0x7*(parseInt(_0x303528(0x11d))/0x8)+-parseInt(_0x303528(0xec))/0x9*(parseInt(_0x303528(0x111))/0xa);if(_0x2e50cf===_0x1fd761)break;else _0x3c03e9['push'](_0x3c03e9['shift']());}catch(_0xa47256){_0x3c03e9['push'](_0x3c03e9['shift']());}}}(_0x51ad,0x4bc45));import{Plugin as _0x5782a2}from'ckeditor5/src/core.js';function _0x1a92(_0x2d81b2,_0x3527a7){const _0x51ad29=_0x51ad();return _0x1a92=function(_0x1a92f9,_0x142ad0){_0x1a92f9=_0x1a92f9-0x80;let _0x2fa4a4=_0x51ad29[_0x1a92f9];return _0x2fa4a4;},_0x1a92(_0x2d81b2,_0x3527a7);}import{IconMagicWand as _0x1d2529,IconRobotPencil as _0x50d794}from'ckeditor5/src/icons.js';import{first as _0x10acd5,CKEditorError as _0xdedca4}from'ckeditor5/src/utils.js';import{createDropdown as _0x3e2fbd,addMenuToDropdown as _0x386107,ButtonView as _0x556107,MenuBarMenuListItemButtonView as _0x3779a9,Dialog as _0x3dce9e,DialogViewPosition as _0x1db7a1,MenuBarMenuView as _0x337e20,MenuBarMenuListView as _0x908e98,MenuBarMenuListItemView as _0x17731e}from'ckeditor5/src/ui.js';import{normalizeCommandsConfig as _0x56ed73,UNGROUPED_COMMANDS_GROUP_ID as _0x32534a}from'./utils/normalizecommandsconfig.js';import{AIAssistantEditing as _0x3c4c62}from'./aiassistantediting.js';import{AIAdapter as _0x324ec0}from'./adapters/aiadapter.js';import{getTranslation as _0x4ae4f2}from'./utils/common-translations.js';import{ShowAIAssistantCommand as _0x32b20e}from'./ui/showaiassistantcommand.js';import{AIAssistantController as _0x1fcfe0}from'./ui/aiassistantcontroller.js';import{AIFormView as _0x530bf2}from'./ui/form/aiformview.js';import{AIFormToolbarViewMainActionLabel as _0x2df4cd}from'./ui/form/aiformtoolbarview.js';import'../../theme/aiassistant/ai.css';function _0x51ad(){const _0x466edd=['AI\x20Assistant','licenseKey','define','plugins','showUI','schema','polite','focus','110600xPRHAt','_initView','buttonView','delegate','editor','ai-commands-config-order-collision','comment','</p>','AIAssistantUI','panelView','queryView','1728330nKJGLw','3564928LENZrn','isCollapsed','push','groupId','init','requires','getSelectedBlocks','values','7gOcfuu','_getMenuBarGroupButtons','getRanges','_commandDefinitions','_showLicenseError','isOn','showFakeVisualSelection','update','_dialog','updateView','set','currentContext','aiLicenseKeyNotAllowed','isOfficialPlugin','hideFakeVisualSelection','1362BbeLaq','text','listenTo','view','tableOfContents','aiLicenseKeyInvalid','commands','_createAIAssistantUIButton','menuBar:aiAssistant','componentFactory','isEnabled','ai.assistant.contentAreaCssClass','updatePosition','Generated\x20content:\x20%0','buttons','_aiAdapter','change:isProcessing','forEach','replace','map','evaluationLimit','sort','AIAssistant','getLimitElement','splice','insertContentBelow','menuitemcheckbox','domainLimit','editing','trim','<p>','body','ck-ai-assistant-ui','change:enabledCommandsIds','change:value','once','children','_licenseKeyCheckInterval','_forceMarkersCopy','_uiCssClasses','config','copy','media','locale','source','_getResolvedCommandsDefinitions','ai.assistant.commands','pluginName','fire','includes','items','isFlat','ck-ai-assistant-button\x20','bind','DataTransfer','destroy','contentArea','announce','aiLicenseKeyExpired','\x20ck-ai-assistant-ui_theme','setSelection','_aiAssistantController','hideUI','expired','880276ssfCcV','featureNotAllowed','selection','INSERT','Error\x20during\x20AI\x20content\x20generation:\x20%0','isPremiumPlugin','aiLicenseKeyDomainLimit','prompt','model','groupLabel','show','aiLicenseKeyUsageLimit','218370TrXrHF','fieldView','AI\x20is\x20writing','155CTTHDQ','260802ZrJEuS','order','filter','addMany','aiLicenseKeyEvaluationLimit','showAIAssistant','getSelectedElement','invalid','errorView','execute','_populateMenuBarMenu','document','insertContent','REPLACE','aiLicenseKeyValid','hide','trialLimit','textAdapter','change:isError','_onExecute','render','custom','text/html','aiAssistant','243jEfzSd','menuView','ai.assistant.useTheme','ai.assistant.disabledElements','getData','replaceContent','command:','AI\x20Commands','_initAriaAiStatusChangeAnnouncements','from','aiLicenseKeyTrialLimit','ck-ai-commands-dropdown\x20','change','_formView','wasMoved','promptView','reset','get','label','EDITOR_TOP_SIDE','length','rawHtml','requiresContent','add','menuPanelClass','aiCommands','menuBar:aiCommands','enabledCommandsIds','usageLimit'];_0x51ad=function(){return _0x466edd;};return _0x51ad();}import'../../theme/aiassistant/ai-dropdown.css';import'../../theme/aiassistant/ai-form.css';const O=globalThis[_0x99128(0xba)];import{ClipboardMarkersUtils as _0x2c973f}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x35c322,ViewDataTransfer as _0x504261}from'ckeditor5/src/engine.js';export class AIAssistantUI extends _0x5782a2{[_0x99128(0x10a)];[_0x99128(0xa9)];[_0x99128(0x12d)];[_0x99128(0xf9)];[_0x99128(0x93)];[_0x99128(0xc1)];[_0x99128(0xab)]='';static get[_0x99128(0xb3)](){const _0x4fcf52=_0x99128;return _0x4fcf52(0x119);}static get[_0x99128(0x82)](){return!0x0;}static get[_0x99128(0xc9)](){return!0x0;}static get[_0x99128(0x122)](){return[_0x2c973f,_0x3c4c62,_0x324ec0,_0x3dce9e];}constructor(_0x45b355){const _0x29b0c9=_0x99128;super(_0x45b355),_0x45b355[_0x29b0c9(0xac)][_0x29b0c9(0x10b)](_0x29b0c9(0xef),[_0x29b0c9(0xae),_0x29b0c9(0x101),_0x29b0c9(0x88)]),_0x45b355[_0x29b0c9(0xac)][_0x29b0c9(0x10b)](_0x29b0c9(0x8f),''),_0x45b355[_0x29b0c9(0xac)][_0x29b0c9(0x10b)](_0x29b0c9(0xee),!0x0),this[_0x29b0c9(0xab)]=_0x29b0c9(0xa4)+(_0x45b355[_0x29b0c9(0xac)][_0x29b0c9(0xfd)](_0x29b0c9(0xee))?_0x29b0c9(0xbf):'');}[_0x99128(0x121)](){const _0x2e6ea1=_0x99128,{editor:_0xb27179}=this;this[_0x2e6ea1(0x93)]=_0xb27179[_0x2e6ea1(0x10c)][_0x2e6ea1(0xfd)](_0x324ec0),this[_0x2e6ea1(0x12d)]=_0xb27179[_0x2e6ea1(0x10c)][_0x2e6ea1(0xfd)](_0x3dce9e),this[_0x2e6ea1(0xf9)]=null,this[_0x2e6ea1(0x128)]=this[_0x2e6ea1(0xb1)]();const _0x5f5115=new _0x32b20e(_0xb27179,Array[_0x2e6ea1(0xf5)](this[_0x2e6ea1(0x128)][_0x2e6ea1(0x124)]()));_0xb27179[_0x2e6ea1(0x8a)][_0x2e6ea1(0x103)](_0x2e6ea1(0xd9),_0x5f5115),_0xb27179['ui'][_0x2e6ea1(0x8d)][_0x2e6ea1(0x103)](_0x2e6ea1(0x105),_0x35a57f=>{const _0x1d876c=_0x2e6ea1,_0x2a63b8=_0x3e2fbd(_0x35a57f);return _0x2a63b8[_0x1d876c(0x12f)]({'class':_0x1d876c(0xf7)+this[_0x1d876c(0xab)]}),_0x2a63b8[_0x1d876c(0x113)][_0x1d876c(0x12f)]({'label':_0x4ae4f2(_0x35a57f,_0x1d876c(0xf3)),'icon':_0x1d2529,'tooltip':!0x0}),_0x2a63b8['on'](_0x1d876c(0xdd),_0x6b007d=>this[_0x1d876c(0xe7)](_0x6b007d[_0x1d876c(0xb0)]['id'])),_0x386107(_0x2a63b8,_0xb27179['ui'][_0x1d876c(0x87)][_0x1d876c(0xa3)],function(_0x1f8416){const _0x3f7f34=_0x1d876c,_0x2263ed=_0x56ed73(_0x1f8416[_0x3f7f34(0xac)][_0x3f7f34(0xfd)](_0x3f7f34(0xb2)),_0x1f8416[_0x3f7f34(0xaf)]),_0x4bdd41=W(_0x1f8416,_0x2263ed)[_0x3f7f34(0xd6)](_0x5fae4f=>_0x5fae4f[_0x3f7f34(0x8a)][_0x3f7f34(0x100)]);if(0x1===_0x4bdd41[_0x3f7f34(0x100)])return W(_0x1f8416,_0x4bdd41[0x0][_0x3f7f34(0x8a)])[_0x3f7f34(0x97)](_0x5d55d8=>({'id':_0x5d55d8['id'],'label':_0x5d55d8[_0x3f7f34(0xfe)]}));return _0x4bdd41[_0x3f7f34(0x97)](_0x97af6d=>{const _0x172dc9=_0x3f7f34,{groupId:_0x2eaed3,groupLabel:_0x134d4c,commands:_0x1e44d8}=_0x97af6d,_0x494e33=W(_0x1f8416,_0x1e44d8)[_0x172dc9(0x97)](_0x215b99=>({'id':_0x215b99['id'],'label':_0x215b99[_0x172dc9(0xfe)]}));return{'id':_0x2eaed3,'menu':_0x134d4c||_0x2eaed3,'children':_0x494e33};});}(_0xb27179),{'ariaLabel':_0x4ae4f2(_0x35a57f,_0x1d876c(0xf3))}),_0x2a63b8[_0x1d876c(0xed)][_0x1d876c(0x104)]=_0x1d876c(0xf7)+this[_0x1d876c(0xab)],_0x5f5115['on'](_0x1d876c(0xa5),_0x198547),_0x2a63b8[_0x1d876c(0xed)][_0x1d876c(0xa7)](_0x1d876c(0xe8),_0x198547),_0x2a63b8;function _0x198547(){const _0x1a5221=_0x1d876c;_0x2a63b8[_0x1a5221(0x8e)]=_0x5f5115[_0x1a5221(0x107)][_0x1a5221(0x100)]>0x0;for(const _0x57f4f9 of _0x2a63b8[_0x1a5221(0xed)][_0x1a5221(0x92)])_0x57f4f9[_0x1a5221(0x8e)]=_0x5f5115[_0x1a5221(0x107)][_0x1a5221(0xb5)](_0x57f4f9['id']);}}),_0xb27179['ui'][_0x2e6ea1(0x8d)][_0x2e6ea1(0x103)](_0x2e6ea1(0x106),_0x25531c=>{const _0x7d462=_0x2e6ea1,_0x39dd5a=new _0x337e20(_0x25531c);_0x39dd5a[_0x7d462(0x113)][_0x7d462(0x12f)]({'label':_0x4ae4f2(_0x25531c,_0x7d462(0xf3)),'icon':_0x1d2529}),_0x39dd5a[_0x7d462(0xb9)](_0x7d462(0x8e))['to'](_0x5f5115,_0x7d462(0x107),_0x77d1fd=>_0x77d1fd[_0x7d462(0x100)]>0x0);const _0x3778ab=_0x56ed73(_0xb27179[_0x7d462(0xac)][_0x7d462(0xfd)](_0x7d462(0xb2)),_0x25531c);return this[_0x7d462(0xde)](_0x5f5115,_0x39dd5a,_0x3778ab,_0x4a6e49=>this[_0x7d462(0xe7)](_0x4a6e49)),_0x39dd5a;}),_0xb27179['ui'][_0x2e6ea1(0x8d)][_0x2e6ea1(0x103)](_0x2e6ea1(0xeb),()=>{const _0x39349c=_0x2e6ea1,_0x1c81ce=this[_0x39349c(0x8b)](_0x556107);return _0x1c81ce[_0x39349c(0x12f)]({'tooltip':!0x0,'class':_0x39349c(0xb8)+this[_0x39349c(0xab)]}),_0x1c81ce;}),_0xb27179['ui'][_0x2e6ea1(0x8d)][_0x2e6ea1(0x103)](_0x2e6ea1(0x8c),()=>{const _0x22863b=_0x2e6ea1,_0x4261ec=this[_0x22863b(0x8b)](_0x3779a9);return _0x4261ec[_0x22863b(0x12f)]({'role':_0x22863b(0x9e)}),_0x4261ec;}),this[_0x2e6ea1(0x10a)]=this[_0x2e6ea1(0x115)][_0x2e6ea1(0xac)][_0x2e6ea1(0xfd)](_0x2e6ea1(0x10a));const _0x14bad6=this[_0x2e6ea1(0x115)];this[_0x2e6ea1(0xa9)]=setInterval(()=>{const _0x47375a=_0x2e6ea1;let _0xf415a8;for(const _0x18d025 in _0x14bad6){const _0x415325=_0x18d025,_0x50cd0a=_0x14bad6[_0x415325];if(_0x47375a(0xe2)==_0x50cd0a||_0x47375a(0x89)==_0x50cd0a||_0x47375a(0xbe)==_0x50cd0a||_0x47375a(0xca)==_0x50cd0a||_0x47375a(0x81)==_0x50cd0a||_0x47375a(0xd8)==_0x50cd0a||_0x47375a(0xf6)==_0x50cd0a||_0x47375a(0xcf)==_0x50cd0a){delete _0x14bad6[_0x415325],_0xf415a8=_0x50cd0a,clearInterval(this[_0x47375a(0xa9)]),this[_0x47375a(0xa9)]=void 0x0;break;}}_0x47375a(0x89)==_0xf415a8&&_0x14bad6[_0x47375a(0x129)](_0x47375a(0xdb)),_0x47375a(0xbe)==_0xf415a8&&_0x14bad6[_0x47375a(0x129)](_0x47375a(0xc3)),_0x47375a(0xca)==_0xf415a8&&_0x14bad6[_0x47375a(0x129)](_0x47375a(0x9f)),_0x47375a(0x81)==_0xf415a8&&_0x14bad6[_0x47375a(0x129)](_0x47375a(0xc5),_0x47375a(0x9a)),_0x47375a(0xd8)==_0xf415a8&&_0x14bad6[_0x47375a(0x129)](_0x47375a(0x98)),_0x47375a(0xf6)==_0xf415a8&&_0x14bad6[_0x47375a(0x129)](_0x47375a(0xe4)),_0x47375a(0xcf)==_0xf415a8&&_0x14bad6[_0x47375a(0x129)](_0x47375a(0x108));},0x3e8);}[_0x99128(0xbb)](){const _0x9377d2=_0x99128;super[_0x9377d2(0xbb)](),this[_0x9377d2(0xa9)]&&clearInterval(this[_0x9377d2(0xa9)]);}[_0x99128(0x10d)](_0x24ae4b='',_0x516c75='',_0x2ff27a=_0x99128(0xe9)){const _0x2d5585=_0x99128,_0x25cbb0=this[_0x2d5585(0x115)],_0x453b65=_0x25cbb0[_0x2d5585(0xa0)][_0x2d5585(0x87)],_0x212409=_0x25cbb0[_0x2d5585(0x10c)][_0x2d5585(0xfd)](_0x3c4c62),_0x138e05=_0x25cbb0[_0x2d5585(0x10c)][_0x2d5585(0xfd)](_0x2c973f);_0x212409[_0x2d5585(0x12b)]();const _0x293a9c=new O(),_0x2b99fb=new ClipboardEvent(_0x2d5585(0xad),{'clipboardData':_0x293a9c}),_0x2f93b5=new _0x504261(_0x293a9c),_0x4fa0fd=new _0x35c322(_0x453b65,_0x2b99fb,{'dataTransfer':_0x2f93b5});_0x138e05[_0x2d5585(0xaa)](_0x2d5585(0x117),()=>{const _0x248b44=_0x2d5585;_0x453b65[_0x248b44(0xdf)][_0x248b44(0xb4)](_0x248b44(0xad),_0x4fa0fd);}),this[_0x2d5585(0xf9)]||(this[_0x2d5585(0x112)](),this[_0x2d5585(0xc1)]=new _0x1fcfe0(_0x25cbb0,this[_0x2d5585(0x93)][_0x2d5585(0xe5)],this[_0x2d5585(0xf9)]));let _0x160932=_0x2f93b5[_0x2d5585(0xf0)](_0x2d5585(0xea));const _0x27451e=_0x25cbb0[_0x2d5585(0xcc)][_0x2d5585(0xdf)][_0x2d5585(0xc6)],_0x532a95=Array[_0x2d5585(0xf5)](_0x27451e[_0x2d5585(0x127)]());0x1===_0x532a95[_0x2d5585(0x100)]&&_0x532a95[0x0][_0x2d5585(0xb7)]&&!_0x27451e[_0x2d5585(0xda)]()&&''!==_0x160932[_0x2d5585(0x96)](/&nbsp;/g,'')[_0x2d5585(0xa1)]()&&(_0x160932=_0x2d5585(0xa2)+_0x160932+_0x2d5585(0x118)),this[_0x2d5585(0xc1)][_0x2d5585(0x12e)]({'actionId':_0x2ff27a,'query':_0x24ae4b,'htmlContent':_0x160932,'label':_0x516c75,'mainActionLabel':_0x2df4cd[_0x25cbb0[_0x2d5585(0xcc)][_0x2d5585(0xdf)][_0x2d5585(0xc6)][_0x2d5585(0x11e)]?_0x2d5585(0xc7):_0x2d5585(0xe1)]}),_0x2d5585(0xeb)!==this[_0x2d5585(0x12d)]['id']?this[_0x2d5585(0x12d)][_0x2d5585(0xce)]({'id':_0x2d5585(0xeb),'icon':_0x50d794,'title':_0x4ae4f2(this[_0x2d5585(0x115)][_0x2d5585(0xaf)],_0x2d5585(0x109)),'content':this[_0x2d5585(0xf9)],'position':_0x1db7a1[_0x2d5585(0xff)],'onShow':()=>{const _0x3fcf8e=_0x2d5585;this[_0x3fcf8e(0xf9)][_0x3fcf8e(0x110)]();},'onHide':()=>{const _0x4a0ffc=_0x2d5585;this[_0x4a0ffc(0xc1)][_0x4a0ffc(0xfc)](),_0x212409[_0x4a0ffc(0x83)]();}}):this[_0x2d5585(0x12d)][_0x2d5585(0x87)][_0x2d5585(0xfa)]||this[_0x2d5585(0x12d)][_0x2d5585(0x87)][_0x2d5585(0x90)]();}[_0x99128(0xc2)](){const _0x171f2b=_0x99128;this[_0x171f2b(0x12d)][_0x171f2b(0xe3)]();}[_0x99128(0xb1)](){const _0xc316c0=_0x99128,_0x480074=new Map(),_0x1e40a8=_0x56ed73(this[_0xc316c0(0x115)][_0xc316c0(0xac)][_0xc316c0(0xfd)](_0xc316c0(0xb2)),this[_0xc316c0(0x115)][_0xc316c0(0xaf)]);for(const _0x5cbf98 of _0x1e40a8)for(const _0x4f70c1 of _0x5cbf98[_0xc316c0(0x8a)])_0x480074[_0xc316c0(0x12f)](_0x4f70c1['id'],{..._0x4f70c1,'groupId':_0x5cbf98[_0xc316c0(0x120)],'groupLabel':_0x5cbf98[_0xc316c0(0xcd)]||_0x5cbf98[_0xc316c0(0x120)]});return _0x480074;}[_0x99128(0x8b)](_0xc2e424){const _0x2952c6=_0x99128,_0x50217c=this[_0x2952c6(0x115)],_0x36b3dc=_0x50217c[_0x2952c6(0x8a)][_0x2952c6(0xfd)](_0x2952c6(0xd9)),_0x24eb97=new _0xc2e424(_0x50217c[_0x2952c6(0xaf)]);return _0x24eb97[_0x2952c6(0x12f)]({'label':_0x4ae4f2(_0x50217c[_0x2952c6(0xaf)],_0x2952c6(0x109)),'icon':_0x50d794,'isToggleable':!0x0}),_0x24eb97[_0x2952c6(0xb9)](_0x2952c6(0x8e))['to'](_0x36b3dc),_0x24eb97[_0x2952c6(0xb9)](_0x2952c6(0x12a))['to'](this[_0x2952c6(0x12d)],'id',_0x123304=>_0x2952c6(0xeb)===_0x123304),this[_0x2952c6(0x86)](_0x24eb97,_0x2952c6(0xdd),()=>{const _0x95e36d=_0x2952c6;_0x24eb97[_0x95e36d(0x12a)]?this[_0x95e36d(0xc2)]():_0x36b3dc[_0x95e36d(0xdd)]();}),_0x24eb97;}[_0x99128(0x112)](){const _0x2a80db=_0x99128,_0x31f730=this[_0x2a80db(0x115)][_0x2a80db(0x10c)][_0x2a80db(0xfd)](_0x3c4c62);this[_0x2a80db(0xf9)]=new _0x530bf2(this[_0x2a80db(0x115)][_0x2a80db(0xaf)],this[_0x2a80db(0xab)],this[_0x2a80db(0x115)][_0x2a80db(0xac)][_0x2a80db(0xfd)](_0x2a80db(0x8f))),this[_0x2a80db(0xf9)]['on'](_0x2a80db(0xa6),()=>{const _0x49bd01=_0x2a80db;this[_0x49bd01(0x12d)][_0x49bd01(0x87)][_0x49bd01(0xfa)]||this[_0x49bd01(0x12d)][_0x49bd01(0x87)][_0x49bd01(0x90)]();}),this[_0x2a80db(0xf9)][_0x2a80db(0xfb)][_0x2a80db(0x11b)][_0x2a80db(0xd1)]['on'](_0x2a80db(0x12c),()=>{const _0x3c9181=_0x2a80db;this[_0x3c9181(0x12d)][_0x3c9181(0x87)][_0x3c9181(0xfa)]||this[_0x3c9181(0x12d)][_0x3c9181(0x87)][_0x3c9181(0x90)]();}),this[_0x2a80db(0x86)](this[_0x2a80db(0xf9)],_0x2a80db(0xf1),()=>{const _0x2442f8=_0x2a80db;_0x31f730[_0x2442f8(0xe0)](this[_0x2442f8(0xc1)][_0x2442f8(0x80)]),this[_0x2442f8(0xc2)]();}),this[_0x2a80db(0x86)](this[_0x2a80db(0xf9)],_0x2a80db(0x9d),()=>{const _0x4bcd3e=_0x2a80db;_0x31f730[_0x4bcd3e(0x9d)](this[_0x4bcd3e(0xc1)][_0x4bcd3e(0x80)]),this[_0x4bcd3e(0xc2)]();}),this[_0x2a80db(0xf4)]();}[_0x99128(0xf4)](){const _0x57303a=_0x99128,{locale:_0x35642f,ui:{ariaLiveAnnouncer:_0x11e542}}=this[_0x57303a(0x115)];this[_0x57303a(0xf9)][_0x57303a(0xbc)]['on'](_0x57303a(0x94),(_0x32d71a,_0x688caf,_0x136f38)=>{const _0x3be1f7=_0x57303a,_0x577ad9=this[_0x3be1f7(0xc1)][_0x3be1f7(0x80)];_0x136f38?_0x11e542[_0x3be1f7(0xbd)](_0x4ae4f2(_0x35642f,_0x3be1f7(0xd2))):_0x577ad9&&_0x11e542[_0x3be1f7(0xbd)](_0x4ae4f2(_0x35642f,_0x3be1f7(0x91),_0x577ad9),{'politeness':_0x3be1f7(0x10f),'isUnsafeHTML':!0x0});}),this[_0x57303a(0xf9)]['on'](_0x57303a(0xe6),(_0x4aee58,_0x3cbc9a,_0x379c05)=>{const _0xc8054a=_0x57303a;if(_0x379c05){const _0x2dbe8d=this[_0xc8054a(0xf9)][_0xc8054a(0xdc)][_0xc8054a(0x85)];_0x11e542[_0xc8054a(0xbd)](_0x4ae4f2(_0x35642f,_0xc8054a(0xc8),_0x2dbe8d));}});}[_0x99128(0xe7)](_0x361a8b){const _0x322417=_0x99128,_0x42f282=this[_0x322417(0x128)][_0x322417(0xfd)](_0x361a8b),_0x4ac251=this[_0x322417(0x115)],_0x5a23ec=_0x4ac251[_0x322417(0xcc)][_0x322417(0xdf)][_0x322417(0xc6)],_0x32261e=_0x4ac251[_0x322417(0x8a)][_0x322417(0xfd)](_0x322417(0xd9)),_0x575d67=_0x4ac251[_0x322417(0x10c)][_0x322417(0xfd)](_0x3c4c62),_0x289faa=''+(_0x42f282[_0x322417(0x120)]!==_0x32534a?_0x42f282[_0x322417(0xcd)]+':\x20':'')+_0x42f282[_0x322417(0xfe)];if(!0x1!==_0x42f282[_0x322417(0x102)]&&_0x5a23ec[_0x322417(0x11e)]){const _0x12b8a7=_0x10acd5(_0x5a23ec[_0x322417(0x123)]())||_0x4ac251[_0x322417(0xcc)][_0x322417(0x10e)][_0x322417(0x9b)](_0x5a23ec);_0x4ac251[_0x322417(0xcc)][_0x322417(0xf8)](_0x2a297f=>{const _0x37cc29=_0x322417;_0x2a297f[_0x37cc29(0xc0)](_0x12b8a7,'in');});}_0x575d67[_0x322417(0x12b)](),_0x32261e[_0x322417(0xdd)](_0x42f282[_0x322417(0xcb)],_0x289faa,_0x322417(0xf2)+_0x361a8b);}[_0x99128(0xde)](_0x4eb3a4,_0xa5081b,_0x3c11b3,_0x11cffe){const _0x529b04=_0x99128,_0xd010c1=this[_0x529b04(0x115)],_0x4d7cd7=_0xd010c1[_0x529b04(0xaf)],_0x1b5897=new _0x908e98(_0x4d7cd7),_0x8649fa=W(_0xd010c1,_0x3c11b3)[_0x529b04(0xd6)](_0x58f419=>_0x58f419[_0x529b04(0x8a)][_0x529b04(0x100)]);0x1===_0x8649fa[_0x529b04(0x100)]?this[_0x529b04(0x126)]({'command':_0x4eb3a4,'commands':_0x8649fa[0x0][_0x529b04(0x8a)],'parentMenuView':_0xa5081b,'onExecute':_0x11cffe})[_0x529b04(0x95)](_0x4f58d1=>_0x1b5897[_0x529b04(0xb6)][_0x529b04(0x103)](_0x4f58d1)):_0x8649fa[_0x529b04(0x95)](({groupId:_0x5e24d3,groupLabel:_0x3d1734,commands:_0x489e46})=>{const _0x340e77=_0x529b04,_0x30a507=new _0x17731e(_0x4d7cd7,_0xa5081b),_0x580168=new _0x337e20(_0x4d7cd7),_0x11ce43=new _0x908e98(_0x4d7cd7),_0x3c07b9=this[_0x340e77(0x126)]({'command':_0x4eb3a4,'commands':_0x489e46,'parentMenuView':_0x580168,'onExecute':_0x11cffe});_0x580168[_0x340e77(0x113)][_0x340e77(0x12f)]({'label':_0x3d1734||_0x5e24d3}),_0x580168[_0x340e77(0x114)](_0x340e77(0xdd))['to'](_0xa5081b),_0x11ce43[_0x340e77(0xb6)][_0x340e77(0xd7)](_0x3c07b9),_0x580168[_0x340e77(0x11a)][_0x340e77(0xa8)][_0x340e77(0x103)](_0x11ce43),_0x30a507[_0x340e77(0xa8)][_0x340e77(0x103)](_0x580168),_0x1b5897[_0x340e77(0xb6)][_0x340e77(0x103)](_0x30a507);}),_0xa5081b[_0x529b04(0x11a)][_0x529b04(0xa8)][_0x529b04(0x103)](_0x1b5897);}[_0x99128(0x126)]({command:_0x3aafdf,commands:_0x336379,parentMenuView:_0x34afac,onExecute:_0x11a82c}){const _0x292c0a=_0x99128,_0x2bd733=this[_0x292c0a(0x115)],_0x228c33=_0x2bd733[_0x292c0a(0xaf)];return W(_0x2bd733,_0x336379)[_0x292c0a(0x97)](_0x298e01=>{const _0xcdb24a=_0x292c0a,_0x342ff1=new _0x17731e(_0x228c33,_0x34afac),_0x166751=new _0x3779a9(_0x228c33);return _0x166751[_0xcdb24a(0x12f)]({'label':_0x298e01[_0xcdb24a(0xfe)]}),_0x166751[_0xcdb24a(0x114)](_0xcdb24a(0xdd))['to'](_0x34afac),_0x166751['on'](_0xcdb24a(0xdd),()=>_0x11a82c(_0x298e01['id'])),_0x166751[_0xcdb24a(0xb9)](_0xcdb24a(0x8e))['to'](_0x3aafdf,_0xcdb24a(0x107),_0x2048fe=>_0x2048fe[_0xcdb24a(0xb5)](_0x298e01['id'])),_0x342ff1[_0xcdb24a(0xa8)][_0xcdb24a(0x103)](_0x166751),_0x342ff1;});}}function Q(_0x56c350,_0xf1c416){const _0x5745b0=_0x99128;return void 0x0!==_0x56c350[_0x5745b0(0xd5)]&&void 0x0===_0xf1c416[_0x5745b0(0xd5)]?0x1:void 0x0===_0x56c350[_0x5745b0(0xd5)]&&void 0x0!==_0xf1c416[_0x5745b0(0xd5)]?-0x1:void 0x0!==_0x56c350[_0x5745b0(0xd5)]&&void 0x0!==_0xf1c416[_0x5745b0(0xd5)]?_0x56c350[_0x5745b0(0xd5)]-_0xf1c416[_0x5745b0(0xd5)]:0x0;}function W(_0x5363d9,_0x36323e){const _0x596cab=_0x99128;_0x36323e[_0x596cab(0x99)](Q);const _0x4fc8b4={},_0x54d46a=[];for(const _0xa39683 of _0x36323e)if(void 0x0!==_0xa39683[_0x596cab(0xd5)]){if(_0xa39683[_0x596cab(0xd5)]in _0x4fc8b4)throw new _0xdedca4(_0x596cab(0x116),_0x5363d9,{'conflictingDefinitions':[_0xa39683,_0x4fc8b4[_0xa39683[_0x596cab(0xd5)]]]});_0x4fc8b4[_0xa39683[_0x596cab(0xd5)]]=_0xa39683,_0x54d46a[_0x596cab(0x9c)](_0xa39683[_0x596cab(0xd5)],0x0,_0xa39683);}else _0x54d46a[_0x596cab(0x11f)](_0xa39683);return _0x54d46a;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x34ea2c,_0x80402c){var _0x4852a1=_0x614b,_0x1394b9=_0x34ea2c();while(!![]){try{var _0xea81ed=parseInt(_0x4852a1(0xcb))/0x1+-parseInt(_0x4852a1(0xc9))/0x2*(-parseInt(_0x4852a1(0xc6))/0x3)+-parseInt(_0x4852a1(0xc8))/0x4*(parseInt(_0x4852a1(0xc3))/0x5)+-parseInt(_0x4852a1(0xcc))/0x6+parseInt(_0x4852a1(0xc5))/0x7*(parseInt(_0x4852a1(0xcd))/0x8)+-parseInt(_0x4852a1(0xca))/0x9*(parseInt(_0x4852a1(0xc7))/0xa)+-parseInt(_0x4852a1(0xc2))/0xb*(-parseInt(_0x4852a1(0xc4))/0xc);if(_0xea81ed===_0x80402c)break;else _0x1394b9['push'](_0x1394b9['shift']());}catch(_0x19fb69){_0x1394b9['push'](_0x1394b9['shift']());}}}(_0x294d,0xb6e23));function _0x614b(_0x3c8856,_0x331a0c){var _0x294d48=_0x294d();return _0x614b=function(_0x614b73,_0x7101f1){_0x614b73=_0x614b73-0xc2;var _0x79b56e=_0x294d48[_0x614b73];return _0x79b56e;},_0x614b(_0x3c8856,_0x331a0c);}function _0x294d(){var _0x239bfb=['11TTQxtY','15pidrhy','7805436JCEmGX','7rtbqsx','21eXxZtr','20GtPHVB','1653636BzrmxR','410654oPveCp','5301954MTWUbX','353439DDVuMW','1741968JdzpTI','8133416REkBcj'];_0x294d=function(){return _0x239bfb;};return _0x294d();}import{CKEditorError as _0x4f1407}from'ckeditor5/src/utils.js';
23
+ (function(_0x29ed29,_0x58fed7){var _0x322cbc=_0x4eb5,_0xccc5d=_0x29ed29();while(!![]){try{var _0x68064d=-parseInt(_0x322cbc(0x153))/0x1+parseInt(_0x322cbc(0x155))/0x2+parseInt(_0x322cbc(0x14f))/0x3+parseInt(_0x322cbc(0x150))/0x4+parseInt(_0x322cbc(0x151))/0x5*(parseInt(_0x322cbc(0x154))/0x6)+-parseInt(_0x322cbc(0x152))/0x7*(-parseInt(_0x322cbc(0x14e))/0x8)+-parseInt(_0x322cbc(0x156))/0x9;if(_0x68064d===_0x58fed7)break;else _0xccc5d['push'](_0xccc5d['shift']());}catch(_0x280ddd){_0xccc5d['push'](_0xccc5d['shift']());}}}(_0x14d5,0x40067));import{CKEditorError as _0x354a5c}from'ckeditor5/src/utils.js';function _0x4eb5(_0x17e361,_0x24fc06){var _0x14d5b3=_0x14d5();return _0x4eb5=function(_0x4eb55d,_0x581e19){_0x4eb55d=_0x4eb55d-0x14e;var _0x4741c5=_0x14d5b3[_0x4eb55d];return _0x4741c5;},_0x4eb5(_0x17e361,_0x24fc06);}function _0x14d5(){var _0x345441=['256124tELAZm','372858pNbapZ','277338FRdMsO','10087875RYpMWD','8ySCbdG','1336920Kibjqg','955112MVcORY','35KNACRW','2668106jefpLz'];_0x14d5=function(){return _0x345441;};return _0x14d5();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x37121a=_0x1143;(function(_0x5789ad,_0x4aa405){const _0x38d834=_0x1143,_0x112d5c=_0x5789ad();while(!![]){try{const _0x2ddcd8=parseInt(_0x38d834(0x1eb))/0x1*(parseInt(_0x38d834(0x1ed))/0x2)+-parseInt(_0x38d834(0x1f5))/0x3+-parseInt(_0x38d834(0x1d2))/0x4+parseInt(_0x38d834(0x1ae))/0x5+-parseInt(_0x38d834(0x1bb))/0x6*(parseInt(_0x38d834(0x1af))/0x7)+-parseInt(_0x38d834(0x1db))/0x8+parseInt(_0x38d834(0x1b6))/0x9;if(_0x2ddcd8===_0x4aa405)break;else _0x112d5c['push'](_0x112d5c['shift']());}catch(_0x3f70f2){_0x112d5c['push'](_0x112d5c['shift']());}}}(_0x82e8,0x816c1));import{global as _0x182b16}from'ckeditor5/src/utils.js';import{View as _0x1f8a98,ButtonView as _0x25a353,SpinnerView as _0x5c758d}from'ckeditor5/src/ui.js';function _0x82e8(){const _0xcabac4=['style','2112651rcBgKI','createElement','change:isProcessing','isEnabled','body','set','firstElementChild','\x20ck-ai-form__copy-button--copied','ck-reset_all-excluded','isProcessing','smooth','addRange','removeAllRanges','2608645pEDXND','7XCSnXQ','class','ck-ai-form__loader','text/plain','locale','ck-ai-form__content-area-wrapper','remove','20869515UlthKB','icon','.ck-ai-form__loader','ClipboardItem','mousedown','4380294KZIsYK','ck-ai-form__content-field','div','text/html','execCommand','<span>[</span>','left','scrollTo','ck-ai-form__content-area--processing','isVisible','<span>]</span>','setStartAfter','listenTo','ck-ai-form__copy-button-wrapper','_copyHTMLToClipboard','element','appendChild','createRange','loaderView','wheel','change:value','AI\x20is\x20writing...','_createLoader','2141248LOsCro','ck-hidden','getSelection','bindTemplate','ck-ai-form__content-area','appendLoader','copyButtonView','value','setContent','3113496eeIBUg','write','setTemplate','innerHTML','absolute','bind','contentFieldView','render','ck-content','-9999px','querySelector','Copy','scrollHeight','position','focus','execute','833Ctmhwm','setEndBefore','116UdiMUg','ck-ai-form__copy-button','_createCopyButton','textContent','lastElementChild','clipboard','copy'];_0x82e8=function(){return _0xcabac4;};return _0x82e8();}import{IconCheck as _0x210df5,IconCopy as _0x5dbddf}from'ckeditor5/src/icons.js';import{getTranslation as _0x43d07b}from'../../utils/common-translations.js';function _0x1143(_0x36062c,_0x30df7b){const _0x82e8f5=_0x82e8();return _0x1143=function(_0x114368,_0x24d203){_0x114368=_0x114368-0x1ab;let _0x201383=_0x82e8f5[_0x114368];return _0x201383;},_0x1143(_0x36062c,_0x30df7b);}export class AIFormContentArea extends _0x1f8a98{[_0x37121a(0x1e1)];[_0x37121a(0x1d8)];constructor(_0x45f910,_0x35e335=''){const _0x34eb82=_0x37121a;super(_0x45f910),this[_0x34eb82(0x1fa)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x4a5a92=this[_0x34eb82(0x1d5)];this[_0x34eb82(0x1e1)]=new ContentFieldView(_0x45f910,_0x35e335),this[_0x34eb82(0x1d8)]=this[_0x34eb82(0x1ef)](),this[_0x34eb82(0x1dd)]({'tag':_0x34eb82(0x1bd),'attributes':{'class':['ck',_0x34eb82(0x1b4),_0x4a5a92['if'](_0x34eb82(0x1c4),_0x34eb82(0x1d3),_0xf6dacb=>!_0xf6dacb)],'tabindex':'-1'},'children':[{'tag':_0x34eb82(0x1bd),'attributes':{'class':['ck',_0x34eb82(0x1d6),_0x4a5a92['if'](_0x34eb82(0x1fe),_0x34eb82(0x1c3))]},'children':[this[_0x34eb82(0x1e1)],{'tag':_0x34eb82(0x1bd),'attributes':{'class':['ck',_0x34eb82(0x1c8)]},'children':[this[_0x34eb82(0x1d8)]]}]}]});}[_0x37121a(0x1e2)](){const _0x35e1ba=_0x37121a;super[_0x35e1ba(0x1e2)](),this[_0x35e1ba(0x1d9)]&&this[_0x35e1ba(0x1e1)][_0x35e1ba(0x1da)](this[_0x35e1ba(0x1d9)]);let _0x3f9c65=!0x1;this['on'](_0x35e1ba(0x1cf),(_0x4fa12c,_0x35355e,_0x168099)=>{const _0x3c87cb=_0x35e1ba,_0xb034dd=!this[_0x3c87cb(0x1e1)][_0x3c87cb(0x1ca)][_0x3c87cb(0x1e5)](_0x3c87cb(0x1b8));this[_0x3c87cb(0x1e1)][_0x3c87cb(0x1da)](_0x168099),this[_0x3c87cb(0x1fe)]&&_0xb034dd&&!_0x3f9c65&&this[_0x3c87cb(0x1ca)][_0x3c87cb(0x1c2)]({'top':this[_0x3c87cb(0x1ca)][_0x3c87cb(0x1e7)],'behavior':_0x3c87cb(0x1ab)});}),this['on'](_0x35e1ba(0x1f7),(_0x326937,_0xb09326,_0x25b79e)=>{const _0x35e9aa=_0x35e1ba;_0x3f9c65=!0x1,_0x25b79e?(this[_0x35e9aa(0x1d9)]=null,this[_0x35e9aa(0x1e1)][_0x35e9aa(0x1d7)]()):this[_0x35e9aa(0x1d9)]||this[_0x35e9aa(0x1e1)][_0x35e9aa(0x1da)]('');}),this[_0x35e1ba(0x1c7)](this[_0x35e1ba(0x1ca)],_0x35e1ba(0x1ce),()=>{_0x3f9c65=!0x0;}),this[_0x35e1ba(0x1c7)](this[_0x35e1ba(0x1ca)],_0x35e1ba(0x1ba),()=>{_0x3f9c65=!0x0;});}[_0x37121a(0x1e9)](){const _0x1dd043=_0x37121a;this[_0x1dd043(0x1ca)][_0x1dd043(0x1e9)]();}[_0x37121a(0x1ef)](){const _0x5e3e63=_0x37121a,_0x55c6bd=this[_0x5e3e63(0x1b3)],_0x13f0ae=new _0x25a353(this[_0x5e3e63(0x1b3)]),_0x8503f9=_0x5e3e63(0x1ee);return _0x13f0ae[_0x5e3e63(0x1fa)]({'label':_0x43d07b(_0x55c6bd,_0x5e3e63(0x1e6)),'icon':_0x5dbddf,'class':_0x8503f9,'tooltip':!0x0}),_0x13f0ae[_0x5e3e63(0x1e0)](_0x5e3e63(0x1c4))['to'](this,_0x5e3e63(0x1d9),_0x222a0b=>!!_0x222a0b),_0x13f0ae[_0x5e3e63(0x1e0)](_0x5e3e63(0x1f8))['to'](this,_0x5e3e63(0x1fe),_0x540b5d=>!_0x540b5d),_0x13f0ae['on'](_0x5e3e63(0x1ea),()=>{const _0x13edb2=_0x5e3e63;this[_0x13edb2(0x1c9)](this[_0x13edb2(0x1e1)][_0x13edb2(0x1ca)]),_0x13f0ae[_0x13edb2(0x1b7)]=_0x210df5,_0x13f0ae[_0x13edb2(0x1b0)]=_0x8503f9+_0x13edb2(0x1fc),this[_0x13edb2(0x1e9)](),setTimeout(()=>{const _0x11e3c2=_0x13edb2;_0x13f0ae[_0x11e3c2(0x1b7)]=_0x5dbddf,_0x13f0ae[_0x11e3c2(0x1b0)]=_0x8503f9;},0x3e8);}),_0x13f0ae;}[_0x37121a(0x1c9)](_0xe0552f){const _0x4ccf3e=_0x37121a,{window:_0x100887,document:_0x280e8b}=_0x182b16;if(_0x100887[_0x4ccf3e(0x1b9)]){const {Blob:_0x5d3bc6,ClipboardItem:_0x19da27}=_0x100887,_0x49abb5=[new _0x19da27({'text/html':new _0x5d3bc6([_0xe0552f[_0x4ccf3e(0x1de)]],{'type':_0x4ccf3e(0x1be)}),'text/plain':new _0x5d3bc6([_0xe0552f[_0x4ccf3e(0x1f0)]||''],{'type':_0x4ccf3e(0x1b2)})})];navigator[_0x4ccf3e(0x1f2)][_0x4ccf3e(0x1dc)](_0x49abb5);}else{const _0x87d45b=_0x280e8b[_0x4ccf3e(0x1f6)](_0x4ccf3e(0x1bd));_0x87d45b[_0x4ccf3e(0x1f4)][_0x4ccf3e(0x1e8)]=_0x4ccf3e(0x1df),_0x87d45b[_0x4ccf3e(0x1f4)][_0x4ccf3e(0x1c1)]=_0x4ccf3e(0x1e4),_0x87d45b[_0x4ccf3e(0x1de)]=_0x4ccf3e(0x1c0)+_0xe0552f[_0x4ccf3e(0x1de)]+_0x4ccf3e(0x1c5),_0x280e8b[_0x4ccf3e(0x1f9)][_0x4ccf3e(0x1cb)](_0x87d45b);const _0x2d89b5=_0x280e8b[_0x4ccf3e(0x1cc)]();_0x2d89b5[_0x4ccf3e(0x1c6)](_0x87d45b[_0x4ccf3e(0x1fb)]),_0x2d89b5[_0x4ccf3e(0x1ec)](_0x87d45b[_0x4ccf3e(0x1f1)]);const _0x17a176=_0x100887[_0x4ccf3e(0x1d4)]();_0x17a176[_0x4ccf3e(0x1ad)](),_0x17a176[_0x4ccf3e(0x1ac)](_0x2d89b5),_0x280e8b[_0x4ccf3e(0x1bf)](_0x4ccf3e(0x1f3)),_0x87d45b[_0x4ccf3e(0x1b5)]();}}}export class ContentFieldView extends _0x1f8a98{constructor(_0x351eec,_0x176ba4=''){const _0x2b402e=_0x37121a;super(_0x351eec),this[_0x2b402e(0x1cd)]=this[_0x2b402e(0x1d1)](),this[_0x2b402e(0x1dd)]({'tag':_0x2b402e(0x1bd),'attributes':{'class':['ck',_0x2b402e(0x1e3),_0x176ba4,_0x2b402e(0x1fd),_0x2b402e(0x1bc)]}});}[_0x37121a(0x1da)](_0x416c0e){const _0x5c86c5=_0x37121a;this[_0x5c86c5(0x1ca)][_0x5c86c5(0x1de)]=_0x416c0e;}[_0x37121a(0x1d7)](){const _0x4b1b10=_0x37121a;this[_0x4b1b10(0x1ca)][_0x4b1b10(0x1cb)](this[_0x4b1b10(0x1cd)][_0x4b1b10(0x1ca)]);}[_0x37121a(0x1d1)](){const _0x5aad24=_0x37121a,_0x5b720b=new _0x1f8a98(),_0x4468f7=this[_0x5aad24(0x1b3)],_0x470088=new _0x5c758d();return _0x470088[_0x5aad24(0x1c4)]=!0x0,_0x5b720b[_0x5aad24(0x1dd)]({'tag':_0x5aad24(0x1bd),'attributes':{'class':['ck',_0x5aad24(0x1b1)]},'children':[_0x470088,{'text':_0x43d07b(_0x4468f7,_0x5aad24(0x1d0))}]}),_0x5b720b[_0x5aad24(0x1e2)](),_0x5b720b;}}
23
+ const _0xfa188a=_0x4761;(function(_0xb4c819,_0x2a552b){const _0x2ca792=_0x4761,_0x981c79=_0xb4c819();while(!![]){try{const _0x4f21c0=-parseInt(_0x2ca792(0x1d2))/0x1*(parseInt(_0x2ca792(0x1aa))/0x2)+-parseInt(_0x2ca792(0x1c0))/0x3+-parseInt(_0x2ca792(0x192))/0x4*(-parseInt(_0x2ca792(0x1d5))/0x5)+parseInt(_0x2ca792(0x199))/0x6+parseInt(_0x2ca792(0x188))/0x7*(-parseInt(_0x2ca792(0x18e))/0x8)+-parseInt(_0x2ca792(0x1ca))/0x9*(parseInt(_0x2ca792(0x191))/0xa)+parseInt(_0x2ca792(0x18a))/0xb;if(_0x4f21c0===_0x2a552b)break;else _0x981c79['push'](_0x981c79['shift']());}catch(_0x481f5e){_0x981c79['push'](_0x981c79['shift']());}}}(_0x322a,0x9f882));function _0x4761(_0x2d053e,_0x20a420){const _0x322a5d=_0x322a();return _0x4761=function(_0x4761f8,_0xf93001){_0x4761f8=_0x4761f8-0x186;let _0x8c0bf6=_0x322a5d[_0x4761f8];return _0x8c0bf6;},_0x4761(_0x2d053e,_0x20a420);}import{global as _0x513771}from'ckeditor5/src/utils.js';import{View as _0x3b0998,ButtonView as _0xc48fd1,SpinnerView as _0x19cd94}from'ckeditor5/src/ui.js';import{IconCheck as _0x2ac23d,IconCopy as _0x4710fe}from'ckeditor5/src/icons.js';function _0x322a(){const _0x231400=['setTemplate','ck-content','render','.ck-ai-form__loader','class','_createLoader','querySelector','<span>[</span>','Copy','scrollTo','copyButtonView','clipboard','createRange','createElement','ck-ai-form__loader','_createCopyButton','appendLoader','1120185KRcoJi','isEnabled','loaderView','ClipboardItem','isVisible','setContent','element','remove','value','setEndBefore','9XrgdVg','text/html','ck-ai-form__content-area','bindTemplate','focus','copy','div','body','51WLqqjB','innerHTML','removeAllRanges','355QTzeni','lastElementChild','mousedown','text/plain','<span>]</span>','AI\x20is\x20writing...','isProcessing','smooth','contentFieldView','41643QbnCEE','position','12879218FsFYpp','style','icon','left','920uLJjZv','execCommand','locale','2468790uVDSrP','9272ZSUncR','textContent','-9999px','change:value','bind','ck-reset_all-excluded','setStartAfter','5543376YwFBIj','change:isProcessing','firstElementChild','\x20ck-ai-form__copy-button--copied','ck-ai-form__copy-button-wrapper','ck-ai-form__content-field','ck-ai-form__content-area-wrapper','_copyHTMLToClipboard','execute','scrollHeight','absolute','set','wheel','ck-ai-form__content-area--processing','ck-hidden','appendChild','listenTo','11822gFvBjh','addRange','getSelection','write','ck-ai-form__copy-button'];_0x322a=function(){return _0x231400;};return _0x322a();}import{getTranslation as _0xc18ac2}from'../../utils/common-translations.js';export class AIFormContentArea extends _0x3b0998{[_0xfa188a(0x187)];[_0xfa188a(0x1b9)];constructor(_0x34371b,_0x399347=''){const _0x3f25a5=_0xfa188a;super(_0x34371b),this[_0x3f25a5(0x1a4)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x1c9fff=this[_0x3f25a5(0x1cd)];this[_0x3f25a5(0x187)]=new ContentFieldView(_0x34371b,_0x399347),this[_0x3f25a5(0x1b9)]=this[_0x3f25a5(0x1be)](),this[_0x3f25a5(0x1af)]({'tag':_0x3f25a5(0x1d0),'attributes':{'class':['ck',_0x3f25a5(0x19f),_0x1c9fff['if'](_0x3f25a5(0x1c4),_0x3f25a5(0x1a7),_0x245a2d=>!_0x245a2d)],'tabindex':'-1'},'children':[{'tag':_0x3f25a5(0x1d0),'attributes':{'class':['ck',_0x3f25a5(0x1cc),_0x1c9fff['if'](_0x3f25a5(0x1db),_0x3f25a5(0x1a6))]},'children':[this[_0x3f25a5(0x187)],{'tag':_0x3f25a5(0x1d0),'attributes':{'class':['ck',_0x3f25a5(0x19d)]},'children':[this[_0x3f25a5(0x1b9)]]}]}]});}[_0xfa188a(0x1b1)](){const _0x325dab=_0xfa188a;super[_0x325dab(0x1b1)](),this[_0x325dab(0x1c8)]&&this[_0x325dab(0x187)][_0x325dab(0x1c5)](this[_0x325dab(0x1c8)]);let _0x572813=!0x1;this['on'](_0x325dab(0x195),(_0x10fd01,_0x229a75,_0x4b3eb8)=>{const _0x1a1ae3=_0x325dab,_0xfe1159=!this[_0x1a1ae3(0x187)][_0x1a1ae3(0x1c6)][_0x1a1ae3(0x1b5)](_0x1a1ae3(0x1b2));this[_0x1a1ae3(0x187)][_0x1a1ae3(0x1c5)](_0x4b3eb8),this[_0x1a1ae3(0x1db)]&&_0xfe1159&&!_0x572813&&this[_0x1a1ae3(0x1c6)][_0x1a1ae3(0x1b8)]({'top':this[_0x1a1ae3(0x1c6)][_0x1a1ae3(0x1a2)],'behavior':_0x1a1ae3(0x186)});}),this['on'](_0x325dab(0x19a),(_0x3ec5ea,_0x5e57e4,_0x4fc60d)=>{const _0x3cf3b0=_0x325dab;_0x572813=!0x1,_0x4fc60d?(this[_0x3cf3b0(0x1c8)]=null,this[_0x3cf3b0(0x187)][_0x3cf3b0(0x1bf)]()):this[_0x3cf3b0(0x1c8)]||this[_0x3cf3b0(0x187)][_0x3cf3b0(0x1c5)]('');}),this[_0x325dab(0x1a9)](this[_0x325dab(0x1c6)],_0x325dab(0x1a5),()=>{_0x572813=!0x0;}),this[_0x325dab(0x1a9)](this[_0x325dab(0x1c6)],_0x325dab(0x1d7),()=>{_0x572813=!0x0;});}[_0xfa188a(0x1ce)](){const _0x4745ed=_0xfa188a;this[_0x4745ed(0x1c6)][_0x4745ed(0x1ce)]();}[_0xfa188a(0x1be)](){const _0x709610=_0xfa188a,_0x33424c=this[_0x709610(0x190)],_0x27ecb=new _0xc48fd1(this[_0x709610(0x190)]),_0x5acdf6=_0x709610(0x1ae);return _0x27ecb[_0x709610(0x1a4)]({'label':_0xc18ac2(_0x33424c,_0x709610(0x1b7)),'icon':_0x4710fe,'class':_0x5acdf6,'tooltip':!0x0}),_0x27ecb[_0x709610(0x196)](_0x709610(0x1c4))['to'](this,_0x709610(0x1c8),_0x83a493=>!!_0x83a493),_0x27ecb[_0x709610(0x196)](_0x709610(0x1c1))['to'](this,_0x709610(0x1db),_0x290b78=>!_0x290b78),_0x27ecb['on'](_0x709610(0x1a1),()=>{const _0x146b47=_0x709610;this[_0x146b47(0x1a0)](this[_0x146b47(0x187)][_0x146b47(0x1c6)]),_0x27ecb[_0x146b47(0x18c)]=_0x2ac23d,_0x27ecb[_0x146b47(0x1b3)]=_0x5acdf6+_0x146b47(0x19c),this[_0x146b47(0x1ce)](),setTimeout(()=>{const _0x18edb8=_0x146b47;_0x27ecb[_0x18edb8(0x18c)]=_0x4710fe,_0x27ecb[_0x18edb8(0x1b3)]=_0x5acdf6;},0x3e8);}),_0x27ecb;}[_0xfa188a(0x1a0)](_0x2764c7){const _0x5345c6=_0xfa188a,{window:_0x417012,document:_0x1f7beb}=_0x513771;if(_0x417012[_0x5345c6(0x1c3)]){const {Blob:_0x197b5a,ClipboardItem:_0xd645ee}=_0x417012,_0x4208ef=[new _0xd645ee({'text/html':new _0x197b5a([_0x2764c7[_0x5345c6(0x1d3)]],{'type':_0x5345c6(0x1cb)}),'text/plain':new _0x197b5a([_0x2764c7[_0x5345c6(0x193)]||''],{'type':_0x5345c6(0x1d8)})})];navigator[_0x5345c6(0x1ba)][_0x5345c6(0x1ad)](_0x4208ef);}else{const _0x56eb3a=_0x1f7beb[_0x5345c6(0x1bc)](_0x5345c6(0x1d0));_0x56eb3a[_0x5345c6(0x18b)][_0x5345c6(0x189)]=_0x5345c6(0x1a3),_0x56eb3a[_0x5345c6(0x18b)][_0x5345c6(0x18d)]=_0x5345c6(0x194),_0x56eb3a[_0x5345c6(0x1d3)]=_0x5345c6(0x1b6)+_0x2764c7[_0x5345c6(0x1d3)]+_0x5345c6(0x1d9),_0x1f7beb[_0x5345c6(0x1d1)][_0x5345c6(0x1a8)](_0x56eb3a);const _0x573fdf=_0x1f7beb[_0x5345c6(0x1bb)]();_0x573fdf[_0x5345c6(0x198)](_0x56eb3a[_0x5345c6(0x19b)]),_0x573fdf[_0x5345c6(0x1c9)](_0x56eb3a[_0x5345c6(0x1d6)]);const _0x39e879=_0x417012[_0x5345c6(0x1ac)]();_0x39e879[_0x5345c6(0x1d4)](),_0x39e879[_0x5345c6(0x1ab)](_0x573fdf),_0x1f7beb[_0x5345c6(0x18f)](_0x5345c6(0x1cf)),_0x56eb3a[_0x5345c6(0x1c7)]();}}}export class ContentFieldView extends _0x3b0998{constructor(_0x128a23,_0x577ba5=''){const _0x369717=_0xfa188a;super(_0x128a23),this[_0x369717(0x1c2)]=this[_0x369717(0x1b4)](),this[_0x369717(0x1af)]({'tag':_0x369717(0x1d0),'attributes':{'class':['ck',_0x369717(0x1b0),_0x577ba5,_0x369717(0x197),_0x369717(0x19e)]}});}[_0xfa188a(0x1c5)](_0x51d855){const _0x3a4a6b=_0xfa188a;this[_0x3a4a6b(0x1c6)][_0x3a4a6b(0x1d3)]=_0x51d855;}[_0xfa188a(0x1bf)](){const _0x5e98c0=_0xfa188a;this[_0x5e98c0(0x1c6)][_0x5e98c0(0x1a8)](this[_0x5e98c0(0x1c2)][_0x5e98c0(0x1c6)]);}[_0xfa188a(0x1b4)](){const _0x5a1043=_0xfa188a,_0xe3b801=new _0x3b0998(),_0x362f6a=this[_0x5a1043(0x190)],_0x4741ba=new _0x19cd94();return _0x4741ba[_0x5a1043(0x1c4)]=!0x0,_0xe3b801[_0x5a1043(0x1af)]({'tag':_0x5a1043(0x1d0),'attributes':{'class':['ck',_0x5a1043(0x1bd)]},'children':[_0x4741ba,{'text':_0xc18ac2(_0x362f6a,_0x5a1043(0x1da))}]}),_0xe3b801[_0x5a1043(0x1b1)](),_0xe3b801;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x827b(_0x17e1c3,_0x5ca6a9){const _0x257cd0=_0x257c();return _0x827b=function(_0x827b20,_0x2bda54){_0x827b20=_0x827b20-0xf4;let _0x573445=_0x257cd0[_0x827b20];return _0x573445;},_0x827b(_0x17e1c3,_0x5ca6a9);}const _0x593dca=_0x827b;(function(_0x1017de,_0x390420){const _0x2d5882=_0x827b,_0x3ee848=_0x1017de();while(!![]){try{const _0x189ae0=-parseInt(_0x2d5882(0xf9))/0x1*(parseInt(_0x2d5882(0x109))/0x2)+parseInt(_0x2d5882(0xfb))/0x3*(parseInt(_0x2d5882(0x103))/0x4)+-parseInt(_0x2d5882(0x105))/0x5+parseInt(_0x2d5882(0x11c))/0x6+parseInt(_0x2d5882(0x107))/0x7+parseInt(_0x2d5882(0x120))/0x8*(parseInt(_0x2d5882(0xf6))/0x9)+-parseInt(_0x2d5882(0x10a))/0xa;if(_0x189ae0===_0x390420)break;else _0x3ee848['push'](_0x3ee848['shift']());}catch(_0x2f867b){_0x3ee848['push'](_0x3ee848['shift']());}}}(_0x257c,0x3a4d4));import{Rect as _0x2f8f92,global as _0x5067e0,isVisible as _0x161608}from'ckeditor5/src/utils.js';import{IconAIHistory as _0x5538cb,IconSubmit as _0x121f43}from'ckeditor5/src/icons.js';import{AutocompleteView as _0x255f36,ButtonView as _0x100a7d}from'ckeditor5/src/ui.js';function _0x257c(){const _0x514aec=['add','8DJcLEi','uiLanguageDirection','1980275cIjTmj','window','788732fxviSm','focusableChildren','75398MZrerm','1810510SqljYq','update','requestAnimationFrame','keystrokes','value','_createShowHistoryButton','fieldView','rtl','queryView','set','children','submit','isVisible','isEmpty','isOn','resultsView','isEnabled','History','2157036CzTjWZ','filteredView','element','bind','104Bucblj','_createSubmitButton','width','focus','enter','render','maxRows','focusCycler','submitButtonView','ck-ai-form__toggle-history','focusFirst','fieldWrapperChildren','focusLast','fire','style','locale','156861YHaNgs','excludeScrollbarsAndBorders','right','9KWTjer','target','684663oopJCz','Submit','minRows','showHistoryButtonView','left','execute','ck-ai-form__submit'];_0x257c=function(){return _0x514aec;};return _0x257c();}import{getTranslation as _0x3e6b07}from'../../utils/common-translations.js';export class AIFormPromptView extends _0x255f36{[_0x593dca(0x128)];[_0x593dca(0xfe)];constructor(_0x14d4c9,_0x330dfe){const _0x3084bd=_0x593dca;super(_0x14d4c9,_0x330dfe),this[_0x3084bd(0x112)][_0x3084bd(0x110)][_0x3084bd(0xfd)]=0x1,this[_0x3084bd(0x112)][_0x3084bd(0x110)][_0x3084bd(0x126)]=0x3,this[_0x3084bd(0x128)]=this[_0x3084bd(0x121)](),this[_0x3084bd(0xfe)]=this[_0x3084bd(0x10f)](),this[_0x3084bd(0x108)][_0x3084bd(0x102)](this[_0x3084bd(0xfe)],0x1),this[_0x3084bd(0x108)][_0x3084bd(0x102)](this[_0x3084bd(0x128)]);}[_0x593dca(0x125)](){const _0x2be86a=_0x593dca;super[_0x2be86a(0x125)](),this[_0x2be86a(0x112)][_0x2be86a(0x12b)][_0x2be86a(0x102)](this[_0x2be86a(0xfe)]),this[_0x2be86a(0x114)][_0x2be86a(0x102)](this[_0x2be86a(0x128)]),this[_0x2be86a(0x10d)][_0x2be86a(0x113)](_0x2be86a(0x124),(_0x54769a,_0x4f1dfd)=>{const _0x2d4854=_0x2be86a;_0x54769a[_0x2d4854(0xfa)]==this[_0x2d4854(0x112)][_0x2d4854(0x110)][_0x2d4854(0x11e)]&&(this[_0x2d4854(0x115)](),_0x4f1dfd());});}[_0x593dca(0x121)](){const _0x10a27d=_0x593dca,_0x40173e=new _0x100a7d(this[_0x10a27d(0xf5)]),_0x4e7ad0=this[_0x10a27d(0xf5)];return _0x40173e[_0x10a27d(0x113)]({'icon':_0x121f43,'label':_0x3e6b07(_0x4e7ad0,_0x10a27d(0xfc)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x10a27d(0x101)}),_0x40173e['on'](_0x10a27d(0x100),()=>{const _0x178c7c=_0x10a27d;this[_0x178c7c(0x115)]();}),_0x40173e[_0x10a27d(0x11f)](_0x10a27d(0x11a))['to'](this[_0x10a27d(0x112)][_0x10a27d(0x110)],_0x10a27d(0x117),this,_0x10a27d(0x11a),(_0x44c503,_0xc60d12)=>!_0x44c503&&_0xc60d12),_0x40173e;}[_0x593dca(0x10f)](){const _0x4ef611=_0x593dca,_0x53246b=new _0x100a7d(this[_0x4ef611(0xf5)]),_0x24aaac=this[_0x4ef611(0x119)],_0x65627c=this[_0x4ef611(0xf5)];_0x53246b[_0x4ef611(0x113)]({'label':_0x3e6b07(_0x65627c,_0x4ef611(0x11b)),'withText':!0x1,'icon':_0x5538cb,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x4ef611(0x129)}),_0x53246b[_0x4ef611(0x11f)](_0x4ef611(0x118))['to'](_0x24aaac,_0x4ef611(0x116)),_0x53246b[_0x4ef611(0x11f)](_0x4ef611(0x11a))['to'](this,_0x4ef611(0x11a)),_0x53246b['on'](_0x4ef611(0x100),()=>{const _0x9c025a=_0x4ef611;_0x24aaac[_0x9c025a(0x116)]=!_0x24aaac[_0x9c025a(0x116)],_0x24aaac[_0x9c025a(0x116)]?this[_0x9c025a(0x11d)][_0x9c025a(0x123)]():this[_0x9c025a(0x123)]();});const _0x17258e=()=>{const _0x182b53=_0x4ef611;_0x5067e0[_0x182b53(0x106)][_0x182b53(0x10c)](()=>{const _0x52f3fd=_0x182b53;if(_0x161608(this[_0x52f3fd(0x11e)])){const _0x2e262a=new _0x2f8f92(this[_0x52f3fd(0x112)][_0x52f3fd(0x110)][_0x52f3fd(0x11e)]),_0x5ada3b=_0x2e262a[_0x52f3fd(0x122)],_0x15275f=_0x52f3fd(0x111)===_0x65627c[_0x52f3fd(0x104)]?_0x52f3fd(0xff):_0x52f3fd(0xf8);_0x2e262a[_0x52f3fd(0xf7)](),_0x53246b[_0x52f3fd(0x11e)][_0x52f3fd(0xf4)][_0x15275f]=_0x5ada3b-_0x2e262a[_0x52f3fd(0x122)]+0x1+'px';}});};return this[_0x4ef611(0x112)][_0x4ef611(0x110)]['on'](_0x4ef611(0x10b),_0x17258e),this['on'](_0x4ef611(0x125),_0x17258e),_0x53246b;}[_0x593dca(0x115)](){const _0x1c7e80=_0x593dca,_0x383180=this[_0x1c7e80(0x112)][_0x1c7e80(0x110)][_0x1c7e80(0x11e)][_0x1c7e80(0x10e)];this[_0x1c7e80(0x12d)](_0x1c7e80(0x115),_0x383180);}[_0x593dca(0x123)](_0x1492f1){const _0x54b083=_0x593dca;-0x1===_0x1492f1?this[_0x54b083(0x127)][_0x54b083(0x12c)]():this[_0x54b083(0x127)][_0x54b083(0x12a)]();}}
23
+ const _0x11dc14=_0xa904;(function(_0x5bfcd4,_0x23a252){const _0x2ef813=_0xa904,_0x40e9c7=_0x5bfcd4();while(!![]){try{const _0x48279e=parseInt(_0x2ef813(0xc0))/0x1+-parseInt(_0x2ef813(0xc6))/0x2*(-parseInt(_0x2ef813(0xc2))/0x3)+-parseInt(_0x2ef813(0xde))/0x4*(-parseInt(_0x2ef813(0xe2))/0x5)+parseInt(_0x2ef813(0xdb))/0x6*(-parseInt(_0x2ef813(0xd5))/0x7)+parseInt(_0x2ef813(0xd4))/0x8*(-parseInt(_0x2ef813(0xcd))/0x9)+parseInt(_0x2ef813(0xce))/0xa*(-parseInt(_0x2ef813(0xbf))/0xb)+parseInt(_0x2ef813(0xb2))/0xc;if(_0x48279e===_0x23a252)break;else _0x40e9c7['push'](_0x40e9c7['shift']());}catch(_0x3b4af8){_0x40e9c7['push'](_0x40e9c7['shift']());}}}(_0x3d0a,0xe8431));function _0xa904(_0x6abb15,_0x2ead14){const _0x3d0a73=_0x3d0a();return _0xa904=function(_0xa9041,_0x98a6ff){_0xa9041=_0xa9041-0xaa;let _0x3a0c81=_0x3d0a73[_0xa9041];return _0x3a0c81;},_0xa904(_0x6abb15,_0x2ead14);}import{Rect as _0x2c0797,global as _0x53389f,isVisible as _0x57d53b}from'ckeditor5/src/utils.js';import{IconAIHistory as _0x5e45b9,IconSubmit as _0x4a22b9}from'ckeditor5/src/icons.js';import{AutocompleteView as _0x1dfe7e,ButtonView as _0x230056}from'ckeditor5/src/ui.js';import{getTranslation as _0x1cd3a0}from'../../utils/common-translations.js';function _0x3d0a(){const _0x3991f8=['fieldWrapperChildren','History','execute','isEmpty','excludeScrollbarsAndBorders','rtl','fieldView','showHistoryButtonView','element','target','3363300IUqoSD','add','isVisible','locale','children','bind','submit','_createShowHistoryButton','width','left','queryView','set','update','36949UBiAkf','1162903ahGFXS','enter','1074vvfacm','focusFirst','focusLast','window','6166gRYjDL','isOn','_createSubmitButton','fire','focusCycler','render','maxRows','279ofCPst','1610ZXeFsm','resultsView','submitButtonView','ck-ai-form__submit','minRows','focus','117224Tckvao','12218269TrZjYc','right','Submit','value','filteredView','ck-ai-form__toggle-history','6sqPqQc','isEnabled','style','9828XednGa','requestAnimationFrame','uiLanguageDirection','keystrokes','2330UXjveQ','focusableChildren'];_0x3d0a=function(){return _0x3991f8;};return _0x3d0a();}export class AIFormPromptView extends _0x1dfe7e{[_0x11dc14(0xd0)];[_0x11dc14(0xaf)];constructor(_0x5c8c21,_0x44d695){const _0x2d510a=_0x11dc14;super(_0x5c8c21,_0x44d695),this[_0x2d510a(0xbc)][_0x2d510a(0xae)][_0x2d510a(0xd2)]=0x1,this[_0x2d510a(0xbc)][_0x2d510a(0xae)][_0x2d510a(0xcc)]=0x3,this[_0x2d510a(0xd0)]=this[_0x2d510a(0xc8)](),this[_0x2d510a(0xaf)]=this[_0x2d510a(0xb9)](),this[_0x2d510a(0xe3)][_0x2d510a(0xb3)](this[_0x2d510a(0xaf)],0x1),this[_0x2d510a(0xe3)][_0x2d510a(0xb3)](this[_0x2d510a(0xd0)]);}[_0x11dc14(0xcb)](){const _0x232b50=_0x11dc14;super[_0x232b50(0xcb)](),this[_0x232b50(0xbc)][_0x232b50(0xe4)][_0x232b50(0xb3)](this[_0x232b50(0xaf)]),this[_0x232b50(0xb6)][_0x232b50(0xb3)](this[_0x232b50(0xd0)]),this[_0x232b50(0xe1)][_0x232b50(0xbd)](_0x232b50(0xc1),(_0x5b599f,_0x482aef)=>{const _0x3e54d7=_0x232b50;_0x5b599f[_0x3e54d7(0xb1)]==this[_0x3e54d7(0xbc)][_0x3e54d7(0xae)][_0x3e54d7(0xb0)]&&(this[_0x3e54d7(0xb8)](),_0x482aef());});}[_0x11dc14(0xc8)](){const _0x866b8e=_0x11dc14,_0x5c0067=new _0x230056(this[_0x866b8e(0xb5)]),_0x28325c=this[_0x866b8e(0xb5)];return _0x5c0067[_0x866b8e(0xbd)]({'icon':_0x4a22b9,'label':_0x1cd3a0(_0x28325c,_0x866b8e(0xd7)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x866b8e(0xd1)}),_0x5c0067['on'](_0x866b8e(0xaa),()=>{const _0x46e949=_0x866b8e;this[_0x46e949(0xb8)]();}),_0x5c0067[_0x866b8e(0xb7)](_0x866b8e(0xdc))['to'](this[_0x866b8e(0xbc)][_0x866b8e(0xae)],_0x866b8e(0xab),this,_0x866b8e(0xdc),(_0xa91637,_0x10bbdf)=>!_0xa91637&&_0x10bbdf),_0x5c0067;}[_0x11dc14(0xb9)](){const _0xfcb64e=_0x11dc14,_0x5e90f0=new _0x230056(this[_0xfcb64e(0xb5)]),_0x333fc=this[_0xfcb64e(0xcf)],_0x5e6d37=this[_0xfcb64e(0xb5)];_0x5e90f0[_0xfcb64e(0xbd)]({'label':_0x1cd3a0(_0x5e6d37,_0xfcb64e(0xe5)),'withText':!0x1,'icon':_0x5e45b9,'tooltip':!0x0,'tooltipPosition':'sw','class':_0xfcb64e(0xda)}),_0x5e90f0[_0xfcb64e(0xb7)](_0xfcb64e(0xc7))['to'](_0x333fc,_0xfcb64e(0xb4)),_0x5e90f0[_0xfcb64e(0xb7)](_0xfcb64e(0xdc))['to'](this,_0xfcb64e(0xdc)),_0x5e90f0['on'](_0xfcb64e(0xaa),()=>{const _0x1e6b69=_0xfcb64e;_0x333fc[_0x1e6b69(0xb4)]=!_0x333fc[_0x1e6b69(0xb4)],_0x333fc[_0x1e6b69(0xb4)]?this[_0x1e6b69(0xd9)][_0x1e6b69(0xd3)]():this[_0x1e6b69(0xd3)]();});const _0x2488f0=()=>{const _0x43c5df=_0xfcb64e;_0x53389f[_0x43c5df(0xc5)][_0x43c5df(0xdf)](()=>{const _0x9aea89=_0x43c5df;if(_0x57d53b(this[_0x9aea89(0xb0)])){const _0x9f3eb8=new _0x2c0797(this[_0x9aea89(0xbc)][_0x9aea89(0xae)][_0x9aea89(0xb0)]),_0xe9f641=_0x9f3eb8[_0x9aea89(0xba)],_0x59d951=_0x9aea89(0xad)===_0x5e6d37[_0x9aea89(0xe0)]?_0x9aea89(0xbb):_0x9aea89(0xd6);_0x9f3eb8[_0x9aea89(0xac)](),_0x5e90f0[_0x9aea89(0xb0)][_0x9aea89(0xdd)][_0x59d951]=_0xe9f641-_0x9f3eb8[_0x9aea89(0xba)]+0x1+'px';}});};return this[_0xfcb64e(0xbc)][_0xfcb64e(0xae)]['on'](_0xfcb64e(0xbe),_0x2488f0),this['on'](_0xfcb64e(0xcb),_0x2488f0),_0x5e90f0;}[_0x11dc14(0xb8)](){const _0x843adc=_0x11dc14,_0xe1849f=this[_0x843adc(0xbc)][_0x843adc(0xae)][_0x843adc(0xb0)][_0x843adc(0xd8)];this[_0x843adc(0xc9)](_0x843adc(0xb8),_0xe1849f);}[_0x11dc14(0xd3)](_0x16b4f7){const _0x1be8ed=_0x11dc14;-0x1===_0x16b4f7?this[_0x1be8ed(0xca)][_0x1be8ed(0xc4)]():this[_0x1be8ed(0xca)][_0x1be8ed(0xc3)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xd41667=_0x49e6;function _0x49e6(_0x3f72b8,_0x458653){const _0x4136b4=_0x4136();return _0x49e6=function(_0x49e6fc,_0x452e8b){_0x49e6fc=_0x49e6fc-0x1ca;let _0x166353=_0x4136b4[_0x49e6fc];return _0x166353;},_0x49e6(_0x3f72b8,_0x458653);}(function(_0x1252e1,_0x12eb71){const _0x43f558=_0x49e6,_0x531349=_0x1252e1();while(!![]){try{const _0xb2350b=parseInt(_0x43f558(0x1cc))/0x1+-parseInt(_0x43f558(0x1ee))/0x2+-parseInt(_0x43f558(0x1e2))/0x3*(-parseInt(_0x43f558(0x1d5))/0x4)+parseInt(_0x43f558(0x1d3))/0x5+parseInt(_0x43f558(0x1e1))/0x6*(-parseInt(_0x43f558(0x1e3))/0x7)+parseInt(_0x43f558(0x1de))/0x8*(parseInt(_0x43f558(0x1d2))/0x9)+-parseInt(_0x43f558(0x1d4))/0xa;if(_0xb2350b===_0x12eb71)break;else _0x531349['push'](_0x531349['shift']());}catch(_0x3b29c8){_0x531349['push'](_0x531349['shift']());}}}(_0x4136,0xf2363));import{ToolbarView as _0x22bdb5,ButtonView as _0x406406}from'ckeditor5/src/ui.js';import{getTranslation as _0x59209c}from'../../utils/common-translations.js';function _0x4136(){const _0x45b4de=['mainAction','3607590nhFyjK','ck-ai-form__toolbar','insert','500899MgiUUE','bind','stopButton','locale','_CONTENT','Insert\x20below','5309406QBeEAi','4533430utLfjc','5800500sTqwrO','1852dnMnzH','toUpperCase','items','tryAgainButton','replace','Try\x20again','addMany','_createButton','set','16PykbWC','REPLACE','ck-button-action','228iySpGM','12015HIyEpW','196336mnBOOB','isVisible','bindTemplate','Stop','AI_','insertButton','label','replaceButton','extendTemplate','ck-hidden'];_0x4136=function(){return _0x45b4de;};return _0x4136();}export const AIFormToolbarViewMainActionLabel={'REPLACE':_0xd41667(0x1d9),'INSERT':_0xd41667(0x1cb)};export class AIFormToolbarView extends _0x22bdb5{constructor(_0x231c6e){const _0x175166=_0xd41667;super(_0x231c6e),this[_0x175166(0x1dd)](_0x175166(0x1e4),!0x1),this[_0x175166(0x1dd)](_0x175166(0x1ed),AIFormToolbarViewMainActionLabel[_0x175166(0x1df)]),this[_0x175166(0x1ea)]=this[_0x175166(0x1dc)]('',_0x175166(0x1e0)),this[_0x175166(0x1ea)][_0x175166(0x1cd)](_0x175166(0x1e9))['to'](this,_0x175166(0x1ed),_0x1d8b8a=>_0x59209c(_0x231c6e,_0x175166(0x1e7)+_0x1d8b8a[_0x175166(0x1d6)]()+_0x175166(0x1d0))),this[_0x175166(0x1e8)]=this[_0x175166(0x1dc)](_0x59209c(_0x231c6e,_0x175166(0x1d1))),this[_0x175166(0x1d8)]=this[_0x175166(0x1dc)](_0x59209c(_0x231c6e,_0x175166(0x1da))),this[_0x175166(0x1ce)]=this[_0x175166(0x1dc)](_0x59209c(_0x231c6e,_0x175166(0x1e6)));const _0x50dafe=this[_0x175166(0x1e5)];this[_0x175166(0x1eb)]({'attributes':{'class':[_0x175166(0x1ca),_0x50dafe['if'](_0x175166(0x1e4),_0x175166(0x1ec),_0x2a9c7c=>!_0x2a9c7c)]}}),this[_0x175166(0x1d7)][_0x175166(0x1db)]([this[_0x175166(0x1ea)],this[_0x175166(0x1e8)],this[_0x175166(0x1d8)],this[_0x175166(0x1ce)]]);}[_0xd41667(0x1dc)](_0x4ee024,_0x12fb51){const _0x142de9=_0xd41667,_0x1e6c02=new _0x406406(this[_0x142de9(0x1cf)]);return _0x1e6c02[_0x142de9(0x1dd)]({'label':_0x4ee024,'class':_0x12fb51||'','isVisible':!0x0,'withText':!0x0}),_0x1e6c02;}}
23
+ const _0x4b4e55=_0x4773;(function(_0xb9fd8d,_0x529124){const _0x148c0e=_0x4773,_0x1b0435=_0xb9fd8d();while(!![]){try{const _0x2b036b=-parseInt(_0x148c0e(0x86))/0x1+parseInt(_0x148c0e(0x6e))/0x2+parseInt(_0x148c0e(0x80))/0x3*(parseInt(_0x148c0e(0x7d))/0x4)+-parseInt(_0x148c0e(0x8f))/0x5*(parseInt(_0x148c0e(0x8a))/0x6)+-parseInt(_0x148c0e(0x79))/0x7+parseInt(_0x148c0e(0x75))/0x8*(parseInt(_0x148c0e(0x74))/0x9)+parseInt(_0x148c0e(0x90))/0xa;if(_0x2b036b===_0x529124)break;else _0x1b0435['push'](_0x1b0435['shift']());}catch(_0x399740){_0x1b0435['push'](_0x1b0435['shift']());}}}(_0x5d06,0x6abeb));import{ToolbarView as _0x513c4c,ButtonView as _0x11fa19}from'ckeditor5/src/ui.js';import{getTranslation as _0x544e86}from'../../utils/common-translations.js';function _0x4773(_0x1180a3,_0x3a4493){const _0x5d067a=_0x5d06();return _0x4773=function(_0x47732a,_0x225c46){_0x47732a=_0x47732a-0x6d;let _0x3b0a50=_0x5d067a[_0x47732a];return _0x3b0a50;},_0x4773(_0x1180a3,_0x3a4493);}function _0x5d06(){const _0x59f8df=['isVisible','3116393TtEznf','Try\x20again','replaceButton','bind','760148wvdJrj','label','ck-ai-form__toolbar','9Oqugzv','ck-button-action','tryAgainButton','_CONTENT','Insert\x20below','addMany','690720YsqCdr','replace','stopButton','bindTemplate','12qyDhfB','items','set','extendTemplate','_createButton','483740rErWOA','3138290VEzkED','Stop','insert','1722360etPJqf','mainAction','ck-hidden','AI_','REPLACE','locale','9zLCuhq','172176srrnzJ','toUpperCase','insertButton'];_0x5d06=function(){return _0x59f8df;};return _0x5d06();}export const AIFormToolbarViewMainActionLabel={'REPLACE':_0x4b4e55(0x87),'INSERT':_0x4b4e55(0x6d)};export class AIFormToolbarView extends _0x513c4c{constructor(_0x4937c0){const _0xfb7975=_0x4b4e55;super(_0x4937c0),this[_0xfb7975(0x8c)](_0xfb7975(0x78),!0x1),this[_0xfb7975(0x8c)](_0xfb7975(0x6f),AIFormToolbarViewMainActionLabel[_0xfb7975(0x72)]),this[_0xfb7975(0x7b)]=this[_0xfb7975(0x8e)]('',_0xfb7975(0x81)),this[_0xfb7975(0x7b)][_0xfb7975(0x7c)](_0xfb7975(0x7e))['to'](this,_0xfb7975(0x6f),_0x2f7a49=>_0x544e86(_0x4937c0,_0xfb7975(0x71)+_0x2f7a49[_0xfb7975(0x76)]()+_0xfb7975(0x83))),this[_0xfb7975(0x77)]=this[_0xfb7975(0x8e)](_0x544e86(_0x4937c0,_0xfb7975(0x84))),this[_0xfb7975(0x82)]=this[_0xfb7975(0x8e)](_0x544e86(_0x4937c0,_0xfb7975(0x7a))),this[_0xfb7975(0x88)]=this[_0xfb7975(0x8e)](_0x544e86(_0x4937c0,_0xfb7975(0x91)));const _0x591c78=this[_0xfb7975(0x89)];this[_0xfb7975(0x8d)]({'attributes':{'class':[_0xfb7975(0x7f),_0x591c78['if'](_0xfb7975(0x78),_0xfb7975(0x70),_0x351845=>!_0x351845)]}}),this[_0xfb7975(0x8b)][_0xfb7975(0x85)]([this[_0xfb7975(0x7b)],this[_0xfb7975(0x77)],this[_0xfb7975(0x82)],this[_0xfb7975(0x88)]]);}[_0x4b4e55(0x8e)](_0x7168f3,_0x3c507a){const _0x52c227=_0x4b4e55,_0x540241=new _0x11fa19(this[_0x52c227(0x73)]);return _0x540241[_0x52c227(0x8c)]({'label':_0x7168f3,'class':_0x3c507a||'','isVisible':!0x0,'withText':!0x0}),_0x540241;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1b904e=_0x175f;(function(_0x120b08,_0x4457cc){const _0x3aad92=_0x175f,_0xd40c69=_0x120b08();while(!![]){try{const _0x3a3dab=parseInt(_0x3aad92(0x12c))/0x1*(-parseInt(_0x3aad92(0x110))/0x2)+parseInt(_0x3aad92(0x10c))/0x3+-parseInt(_0x3aad92(0x103))/0x4*(parseInt(_0x3aad92(0xff))/0x5)+-parseInt(_0x3aad92(0x116))/0x6+parseInt(_0x3aad92(0x12e))/0x7*(parseInt(_0x3aad92(0x13a))/0x8)+-parseInt(_0x3aad92(0x107))/0x9+parseInt(_0x3aad92(0x104))/0xa*(parseInt(_0x3aad92(0x13d))/0xb);if(_0x3a3dab===_0x4457cc)break;else _0xd40c69['push'](_0xd40c69['shift']());}catch(_0x1e1912){_0xd40c69['push'](_0xd40c69['shift']());}}}(_0x4cfd,0xd2dbd));import{FocusTracker as _0x3be0f9,KeystrokeHandler as _0x449ccf}from'ckeditor5/src/utils.js';import{View as _0x495735,FocusCycler as _0x40e7a1,createLabeledTextarea as _0x1edd5f}from'ckeditor5/src/ui.js';import{AIFormToolbarView as _0x3b357d,AIFormToolbarViewMainActionLabel as _0x495727}from'./aiformtoolbarview.js';import{AIFormContentArea as _0x42e03f}from'./aiformcontentarea.js';import{AIFormErrorView as _0xb68d00}from'./aiformerrorview.js';function _0x175f(_0x2ab483,_0x5a66c4){const _0x4cfddf=_0x4cfd();return _0x175f=function(_0x175f28,_0x4c76d9){_0x175f28=_0x175f28-0xfe;let _0x40686c=_0x4cfddf[_0x175f28];return _0x40686c;},_0x175f(_0x2ab483,_0x5a66c4);}import{AIFormPromptView as _0x34e947}from'./aiformpromptview.js';import{AIHistoryListView as _0x581dd7}from'./aihistorylistview.js';import{AIHistoryListItemView as _0xaf343b}from'./aihistorylistitemview.js';import{PromptHistory as _0x503248}from'./prompthistory.js';function _0x4cfd(){const _0x4e66f0=['value','stopButton','isError','high','setTemplate','Empty\x20history','focusFirst','toolbar','replaceButton','REPLACE','add','isVisible','promptView','_createPromptView','insertContentBelow','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.','delegate','mainAction','submitPrompt','submit','queryView','4475wSSGHW','_createToolbar','prompt','tab','3148Qvrupc','8440uXMpVK','fire','Ask\x20AI\x20to\x20edit\x20or\x20generate','1282707EcjFrr','bindTemplate','_promptHistory','set','replaceContent','1618362ifovvT','items','isEnabled','stopProcessing','18794LSWUVd','_createHistoryView','chain','execute','isProcessing','historyGroupView','5075820KYVfRI','AI_ERROR_FAILED','fieldView','label','search','copyButtonView','bind','render','focusCycler','locale','ck-hidden','focusLast','clearHistory','keystrokes','startProcessing','finishProcessing','trim','div','listenTo','element','tryAgainEvent','reset','119eGfQYP','bindTo','267967iCZOlH','shift\x20+\x20tab','tryAgainButton','insertButton','focus','errorView','ck-ai-form-content','focusTracker','handleError','createCollection','clear','_focusables','288AfGpIk','Ask\x20AI\x20to\x20improve\x20generated\x20text','ck-ai-form','22902NQqUcZ','text','contentArea'];_0x4cfd=function(){return _0x4e66f0;};return _0x4cfd();}import{getTranslation as _0xb05746}from'../../utils/common-translations.js';import{escape as _0x5d218c}from'es-toolkit/compat';export class AIFormView extends _0x495735{[_0x1b904e(0x135)];[_0x1b904e(0x123)];[_0x1b904e(0x13f)];[_0x1b904e(0x147)];[_0x1b904e(0x14c)];[_0x1b904e(0x133)];[_0x1b904e(0x139)];[_0x1b904e(0x11e)];[_0x1b904e(0x109)];constructor(_0x3f5c3c,_0x28b810,_0xc7eaef=''){const _0x25eb24=_0x1b904e;super(_0x3f5c3c),this[_0x25eb24(0x10a)](_0x25eb24(0x10e),!0x0),this[_0x25eb24(0x10a)](_0x25eb24(0x114),!0x1),this[_0x25eb24(0x10a)](_0x25eb24(0x101),''),this[_0x25eb24(0x10a)](_0x25eb24(0x140),''),this[_0x25eb24(0x10a)](_0x25eb24(0x142),!0x1),this[_0x25eb24(0x10a)](_0x25eb24(0x151),_0x495727[_0x25eb24(0x149)]),this[_0x25eb24(0x109)]=new _0x503248(),this[_0x25eb24(0x133)]=new _0xb68d00(_0x3f5c3c),this[_0x25eb24(0x13f)]=new _0x42e03f(_0x3f5c3c,_0xc7eaef),this[_0x25eb24(0x13f)][_0x25eb24(0x11c)](_0x25eb24(0x114))['to'](this),this[_0x25eb24(0x13f)][_0x25eb24(0x11c)](_0x25eb24(0x140))['to'](this),this[_0x25eb24(0x147)]=this[_0x25eb24(0x100)](),this[_0x25eb24(0x147)][_0x25eb24(0x11c)](_0x25eb24(0x151))['to'](this),this[_0x25eb24(0x14c)]=this[_0x25eb24(0x14d)](),this[_0x25eb24(0x135)]=new _0x3be0f9(),this[_0x25eb24(0x123)]=new _0x449ccf(),this[_0x25eb24(0x139)]=this[_0x25eb24(0x137)]([this[_0x25eb24(0x13f)],this[_0x25eb24(0x13f)][_0x25eb24(0x11b)],this[_0x25eb24(0x147)],this[_0x25eb24(0x14c)]]),this[_0x25eb24(0x11e)]=new _0x40e7a1({'focusables':this[_0x25eb24(0x139)],'focusTracker':this[_0x25eb24(0x135)],'keystrokeHandler':this[_0x25eb24(0x123)],'actions':{'focusPrevious':_0x25eb24(0x12f),'focusNext':_0x25eb24(0x102)}}),this[_0x25eb24(0x11e)][_0x25eb24(0x112)](this[_0x25eb24(0x14c)][_0x25eb24(0x11e)]),this[_0x25eb24(0x14c)][_0x25eb24(0xfe)][_0x25eb24(0x118)][_0x25eb24(0x11c)](_0x25eb24(0x140))['to'](this,_0x25eb24(0x101));const _0x38298f=this[_0x25eb24(0x108)];this[_0x25eb24(0x144)]({'tag':_0x25eb24(0x127),'attributes':{'class':['ck',_0x25eb24(0x13c),_0x28b810],'tabindex':'-1'},'children':[{'tag':_0x25eb24(0x127),'attributes':{'class':['ck',_0x25eb24(0x134)]},'children':[{'tag':_0x25eb24(0x127),'attributes':{'class':[_0x38298f['if'](_0x25eb24(0x142),_0x25eb24(0x120),_0x5a81e4=>!_0x5a81e4)]},'children':[this[_0x25eb24(0x133)]]},this[_0x25eb24(0x13f)],this[_0x25eb24(0x147)],this[_0x25eb24(0x14c)]]}]});}[_0x1b904e(0x11d)](){const _0x50952c=_0x1b904e;super[_0x50952c(0x11d)](),this[_0x50952c(0x135)][_0x50952c(0x14a)](this[_0x50952c(0x13f)][_0x50952c(0x129)]),this[_0x50952c(0x135)][_0x50952c(0x14a)](this[_0x50952c(0x13f)][_0x50952c(0x11b)][_0x50952c(0x129)]),this[_0x50952c(0x135)][_0x50952c(0x14a)](this[_0x50952c(0x147)][_0x50952c(0x129)]),this[_0x50952c(0x135)][_0x50952c(0x14a)](this[_0x50952c(0x14c)][_0x50952c(0x129)]),this[_0x50952c(0x123)][_0x50952c(0x128)](this[_0x50952c(0x129)]);}[_0x1b904e(0x132)](_0x2a9f32=0x1){const _0x3ab09e=_0x1b904e;-0x1===_0x2a9f32?this[_0x3ab09e(0x11e)][_0x3ab09e(0x121)]():this[_0x3ab09e(0x11e)][_0x3ab09e(0x146)]();}[_0x1b904e(0x12b)](){const _0x422a7d=_0x1b904e;this[_0x422a7d(0x101)]='',this[_0x422a7d(0x140)]='',this[_0x422a7d(0x142)]=!0x1,this[_0x422a7d(0x14c)][_0x422a7d(0x12b)](),this[_0x422a7d(0x13f)][_0x422a7d(0x14b)]=!0x1,this[_0x422a7d(0x147)][_0x422a7d(0x14b)]=!0x1;}[_0x1b904e(0x14d)](){const _0x34722a=_0x1b904e,_0x2fe0b4=this[_0x34722a(0x11f)],_0x6faf6d=new _0x34e947(_0x2fe0b4,{'queryView':{'label':_0xb05746(_0x2fe0b4,_0x34722a(0x106)),'creator':_0x1edd5f,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':_0xb05746(_0x2fe0b4,_0x34722a(0x145)),'secondary':_0xb05746(_0x2fe0b4,_0x34722a(0x14f))}}},'filteredView':this[_0x34722a(0x111)](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x6faf6d[_0x34722a(0x11c)](_0x34722a(0x10e))['to'](this,_0x34722a(0x10e),this,_0x34722a(0x114),(_0x32c981,_0x20bda3)=>_0x32c981&&!_0x20bda3),this[_0x34722a(0x128)](_0x6faf6d,_0x34722a(0x153),(_0x4f2a24,_0x56971f)=>{const _0x36162a=_0x34722a;this[_0x36162a(0x101)]=_0x56971f;const _0x53491d=_0x5d218c(_0x56971f);this[_0x36162a(0x105)](_0x36162a(0x152),_0x53491d),_0x56971f[_0x36162a(0x126)]()&&this[_0x36162a(0x109)][_0x36162a(0x14a)]({'prompt':_0x53491d},0x0);},{'priority':_0x34722a(0x143)}),_0x6faf6d;}[_0x1b904e(0x111)](){const _0x150e34=_0x1b904e,_0x30be24=new _0x581dd7(this[_0x150e34(0x11f)]);return _0x30be24[_0x150e34(0x115)][_0x150e34(0x10d)][_0x150e34(0x12d)](this[_0x150e34(0x109)])['as'](_0xaf343b),_0x30be24['on'](_0x150e34(0x122),()=>{const _0x2191fa=_0x150e34;this[_0x2191fa(0x109)][_0x2191fa(0x138)](),this[_0x2191fa(0x14c)][_0x2191fa(0x11a)](''),this[_0x2191fa(0x14c)][_0x2191fa(0x132)]();}),_0x30be24;}[_0x1b904e(0x100)](){const _0x3bc654=_0x1b904e,_0x9809ab=new _0x3b357d(this[_0x3bc654(0x11f)]);return _0x9809ab[_0x3bc654(0x148)][_0x3bc654(0x11c)](_0x3bc654(0x10e))['to'](this,_0x3bc654(0x10e),this,_0x3bc654(0x114),this,_0x3bc654(0x140),(_0x268dc1,_0x574c08,_0x4f1177)=>_0x268dc1&&!_0x574c08&&!!_0x4f1177),_0x9809ab[_0x3bc654(0x148)][_0x3bc654(0x150)](_0x3bc654(0x113))['to'](this,_0x3bc654(0x10b)),_0x9809ab[_0x3bc654(0x131)][_0x3bc654(0x11c)](_0x3bc654(0x10e))['to'](this,_0x3bc654(0x10e),this,_0x3bc654(0x114),this,_0x3bc654(0x140),(_0x25a8e5,_0x3472df,_0x43016b)=>_0x25a8e5&&!_0x3472df&&!!_0x43016b),_0x9809ab[_0x3bc654(0x131)][_0x3bc654(0x150)](_0x3bc654(0x113))['to'](this,_0x3bc654(0x14e)),_0x9809ab[_0x3bc654(0x130)][_0x3bc654(0x11c)](_0x3bc654(0x10e))['to'](this,_0x3bc654(0x10e),this,_0x3bc654(0x114),(_0x5c7142,_0xf66fd6)=>_0x5c7142&&!_0xf66fd6),_0x9809ab[_0x3bc654(0x130)][_0x3bc654(0x150)](_0x3bc654(0x113))['to'](this,_0x3bc654(0x12a)),_0x9809ab[_0x3bc654(0x141)][_0x3bc654(0x11c)](_0x3bc654(0x10e))['to'](this,_0x3bc654(0x114)),_0x9809ab[_0x3bc654(0x141)][_0x3bc654(0x150)](_0x3bc654(0x113))['to'](this,_0x3bc654(0x10f)),_0x9809ab;}[_0x1b904e(0x124)](){const _0x5e2097=_0x1b904e;this[_0x5e2097(0x140)]='',this[_0x5e2097(0x142)]=!0x1,this[_0x5e2097(0x114)]=!0x0,this[_0x5e2097(0x13f)][_0x5e2097(0x14b)]=!0x0,this[_0x5e2097(0x147)][_0x5e2097(0x14b)]=!0x0,this[_0x5e2097(0x13f)][_0x5e2097(0x132)]();}[_0x1b904e(0x125)](){const _0x4dde6f=_0x1b904e,_0x4b602f=this[_0x4dde6f(0x11f)];this[_0x4dde6f(0x114)]=!0x1,this[_0x4dde6f(0x101)]='',this[_0x4dde6f(0x14c)][_0x4dde6f(0x12b)](),this[_0x4dde6f(0x140)]&&(this[_0x4dde6f(0x14c)][_0x4dde6f(0xfe)][_0x4dde6f(0x119)]=_0xb05746(_0x4b602f,_0x4dde6f(0x13b)));}[_0x1b904e(0x136)](_0x108119){const _0x5db2e4=_0x1b904e,_0x3a3974=this[_0x5db2e4(0x11f)];this[_0x5db2e4(0x125)](),this[_0x5db2e4(0x142)]=!0x0,this[_0x5db2e4(0x133)][_0x5db2e4(0x13e)]=_0x108119||_0xb05746(_0x3a3974,_0x5db2e4(0x117)),this[_0x5db2e4(0x140)]||(this[_0x5db2e4(0x13f)][_0x5db2e4(0x14b)]=!0x1);}}
23
+ const _0x64320b=_0x303f;(function(_0xa84e9b,_0x4505a6){const _0xd0a61a=_0x303f,_0x4c0a53=_0xa84e9b();while(!![]){try{const _0x1db341=-parseInt(_0xd0a61a(0x1a2))/0x1*(-parseInt(_0xd0a61a(0x197))/0x2)+parseInt(_0xd0a61a(0x192))/0x3*(-parseInt(_0xd0a61a(0x1a5))/0x4)+-parseInt(_0xd0a61a(0x1c1))/0x5+parseInt(_0xd0a61a(0x1a7))/0x6*(parseInt(_0xd0a61a(0x184))/0x7)+-parseInt(_0xd0a61a(0x1b0))/0x8*(parseInt(_0xd0a61a(0x17f))/0x9)+parseInt(_0xd0a61a(0x17a))/0xa+parseInt(_0xd0a61a(0x1b4))/0xb*(parseInt(_0xd0a61a(0x1bb))/0xc);if(_0x1db341===_0x4505a6)break;else _0x4c0a53['push'](_0x4c0a53['shift']());}catch(_0x3a33f3){_0x4c0a53['push'](_0x4c0a53['shift']());}}}(_0x4464,0xdddbd));import{FocusTracker as _0x5bcd1f,KeystrokeHandler as _0x1a7118}from'ckeditor5/src/utils.js';import{View as _0x828c46,FocusCycler as _0x4d2644,createLabeledTextarea as _0x3d2284}from'ckeditor5/src/ui.js';import{AIFormToolbarView as _0xe1558e,AIFormToolbarViewMainActionLabel as _0x549cba}from'./aiformtoolbarview.js';import{AIFormContentArea as _0x56c0d5}from'./aiformcontentarea.js';import{AIFormErrorView as _0x455500}from'./aiformerrorview.js';import{AIFormPromptView as _0xc6a9b2}from'./aiformpromptview.js';import{AIHistoryListView as _0x342a98}from'./aihistorylistview.js';function _0x303f(_0x27b574,_0x5071a7){const _0x446414=_0x4464();return _0x303f=function(_0x303fef,_0x1de6a1){_0x303fef=_0x303fef-0x16b;let _0x41993f=_0x446414[_0x303fef];return _0x41993f;},_0x303f(_0x27b574,_0x5071a7);}import{AIHistoryListItemView as _0x112e09}from'./aihistorylistitemview.js';function _0x4464(){const _0x3d757a=['contentArea','element','fieldView','chain','text','set','value','56524xTrruz','_createHistoryView','tab','12CjGgyr','submitPrompt','3354rDSNYx','insertContentBelow','handleError','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.','_focusables','finishProcessing','AI_ERROR_FAILED','search','setTemplate','368EDEmRH','isError','errorView','clear','143xBGVLS','replaceButton','historyGroupView','label','render','listenTo','tryAgainButton','2113188eQwCGR','focusCycler','div','_createToolbar','Ask\x20AI\x20to\x20improve\x20generated\x20text','bindTo','1314540mCSlli','ck-hidden','prompt','Empty\x20history','promptView','startProcessing','stopProcessing','focusFirst','focus','_promptHistory','isProcessing','REPLACE','submit','isEnabled','queryView','add','1858680cTvyFA','tryAgainEvent','locale','replaceContent','items','183672kFqrEO','createCollection','ck-ai-form','delegate','toolbar','2345isQsjA','Ask\x20AI\x20to\x20edit\x20or\x20generate','shift\x20+\x20tab','keystrokes','insertButton','fire','clearHistory','trim','execute','isVisible','bind','_createPromptView','focusTracker','stopButton','1117251OnSkZb','focusLast','bindTemplate','high','ck-ai-form-content','20EcOyuZ','reset','mainAction','copyButtonView'];_0x4464=function(){return _0x3d757a;};return _0x4464();}import{PromptHistory as _0x3f783a}from'./prompthistory.js';import{getTranslation as _0x1797ed}from'../../utils/common-translations.js';import{escape as _0x3c5e1a}from'es-toolkit/compat';export class AIFormView extends _0x828c46{[_0x64320b(0x190)];[_0x64320b(0x187)];[_0x64320b(0x19b)];[_0x64320b(0x183)];[_0x64320b(0x16e)];[_0x64320b(0x1b2)];[_0x64320b(0x1ab)];[_0x64320b(0x1bc)];[_0x64320b(0x173)];constructor(_0x164020,_0xd272b9,_0x33c166=''){const _0x173ecf=_0x64320b;super(_0x164020),this[_0x173ecf(0x1a0)](_0x173ecf(0x177),!0x0),this[_0x173ecf(0x1a0)](_0x173ecf(0x174),!0x1),this[_0x173ecf(0x1a0)](_0x173ecf(0x16c),''),this[_0x173ecf(0x1a0)](_0x173ecf(0x1a1),''),this[_0x173ecf(0x1a0)](_0x173ecf(0x1b1),!0x1),this[_0x173ecf(0x1a0)](_0x173ecf(0x199),_0x549cba[_0x173ecf(0x175)]),this[_0x173ecf(0x173)]=new _0x3f783a(),this[_0x173ecf(0x1b2)]=new _0x455500(_0x164020),this[_0x173ecf(0x19b)]=new _0x56c0d5(_0x164020,_0x33c166),this[_0x173ecf(0x19b)][_0x173ecf(0x18e)](_0x173ecf(0x174))['to'](this),this[_0x173ecf(0x19b)][_0x173ecf(0x18e)](_0x173ecf(0x1a1))['to'](this),this[_0x173ecf(0x183)]=this[_0x173ecf(0x1be)](),this[_0x173ecf(0x183)][_0x173ecf(0x18e)](_0x173ecf(0x199))['to'](this),this[_0x173ecf(0x16e)]=this[_0x173ecf(0x18f)](),this[_0x173ecf(0x190)]=new _0x5bcd1f(),this[_0x173ecf(0x187)]=new _0x1a7118(),this[_0x173ecf(0x1ab)]=this[_0x173ecf(0x180)]([this[_0x173ecf(0x19b)],this[_0x173ecf(0x19b)][_0x173ecf(0x19a)],this[_0x173ecf(0x183)],this[_0x173ecf(0x16e)]]),this[_0x173ecf(0x1bc)]=new _0x4d2644({'focusables':this[_0x173ecf(0x1ab)],'focusTracker':this[_0x173ecf(0x190)],'keystrokeHandler':this[_0x173ecf(0x187)],'actions':{'focusPrevious':_0x173ecf(0x186),'focusNext':_0x173ecf(0x1a4)}}),this[_0x173ecf(0x1bc)][_0x173ecf(0x19e)](this[_0x173ecf(0x16e)][_0x173ecf(0x1bc)]),this[_0x173ecf(0x16e)][_0x173ecf(0x178)][_0x173ecf(0x19d)][_0x173ecf(0x18e)](_0x173ecf(0x1a1))['to'](this,_0x173ecf(0x16c));const _0x169bdc=this[_0x173ecf(0x194)];this[_0x173ecf(0x1af)]({'tag':_0x173ecf(0x1bd),'attributes':{'class':['ck',_0x173ecf(0x181),_0xd272b9],'tabindex':'-1'},'children':[{'tag':_0x173ecf(0x1bd),'attributes':{'class':['ck',_0x173ecf(0x196)]},'children':[{'tag':_0x173ecf(0x1bd),'attributes':{'class':[_0x169bdc['if'](_0x173ecf(0x1b1),_0x173ecf(0x16b),_0x1d2a79=>!_0x1d2a79)]},'children':[this[_0x173ecf(0x1b2)]]},this[_0x173ecf(0x19b)],this[_0x173ecf(0x183)],this[_0x173ecf(0x16e)]]}]});}[_0x64320b(0x1b8)](){const _0x40cc6b=_0x64320b;super[_0x40cc6b(0x1b8)](),this[_0x40cc6b(0x190)][_0x40cc6b(0x179)](this[_0x40cc6b(0x19b)][_0x40cc6b(0x19c)]),this[_0x40cc6b(0x190)][_0x40cc6b(0x179)](this[_0x40cc6b(0x19b)][_0x40cc6b(0x19a)][_0x40cc6b(0x19c)]),this[_0x40cc6b(0x190)][_0x40cc6b(0x179)](this[_0x40cc6b(0x183)][_0x40cc6b(0x19c)]),this[_0x40cc6b(0x190)][_0x40cc6b(0x179)](this[_0x40cc6b(0x16e)][_0x40cc6b(0x19c)]),this[_0x40cc6b(0x187)][_0x40cc6b(0x1b9)](this[_0x40cc6b(0x19c)]);}[_0x64320b(0x172)](_0x166d64=0x1){const _0x385ae7=_0x64320b;-0x1===_0x166d64?this[_0x385ae7(0x1bc)][_0x385ae7(0x193)]():this[_0x385ae7(0x1bc)][_0x385ae7(0x171)]();}[_0x64320b(0x198)](){const _0x9d74f=_0x64320b;this[_0x9d74f(0x16c)]='',this[_0x9d74f(0x1a1)]='',this[_0x9d74f(0x1b1)]=!0x1,this[_0x9d74f(0x16e)][_0x9d74f(0x198)](),this[_0x9d74f(0x19b)][_0x9d74f(0x18d)]=!0x1,this[_0x9d74f(0x183)][_0x9d74f(0x18d)]=!0x1;}[_0x64320b(0x18f)](){const _0x509a46=_0x64320b,_0x5c5570=this[_0x509a46(0x17c)],_0x4afd12=new _0xc6a9b2(_0x5c5570,{'queryView':{'label':_0x1797ed(_0x5c5570,_0x509a46(0x185)),'creator':_0x3d2284,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':_0x1797ed(_0x5c5570,_0x509a46(0x16d)),'secondary':_0x1797ed(_0x5c5570,_0x509a46(0x1aa))}}},'filteredView':this[_0x509a46(0x1a3)](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x4afd12[_0x509a46(0x18e)](_0x509a46(0x177))['to'](this,_0x509a46(0x177),this,_0x509a46(0x174),(_0x436f15,_0x5700e8)=>_0x436f15&&!_0x5700e8),this[_0x509a46(0x1b9)](_0x4afd12,_0x509a46(0x176),(_0x1111d6,_0x3c80d0)=>{const _0x5d47bf=_0x509a46;this[_0x5d47bf(0x16c)]=_0x3c80d0;const _0x513e4d=_0x3c5e1a(_0x3c80d0);this[_0x5d47bf(0x189)](_0x5d47bf(0x1a6),_0x513e4d),_0x3c80d0[_0x5d47bf(0x18b)]()&&this[_0x5d47bf(0x173)][_0x5d47bf(0x179)]({'prompt':_0x513e4d},0x0);},{'priority':_0x509a46(0x195)}),_0x4afd12;}[_0x64320b(0x1a3)](){const _0x3322a5=_0x64320b,_0x88bc34=new _0x342a98(this[_0x3322a5(0x17c)]);return _0x88bc34[_0x3322a5(0x1b6)][_0x3322a5(0x17e)][_0x3322a5(0x1c0)](this[_0x3322a5(0x173)])['as'](_0x112e09),_0x88bc34['on'](_0x3322a5(0x18a),()=>{const _0x35ffac=_0x3322a5;this[_0x35ffac(0x173)][_0x35ffac(0x1b3)](),this[_0x35ffac(0x16e)][_0x35ffac(0x1ae)](''),this[_0x35ffac(0x16e)][_0x35ffac(0x172)]();}),_0x88bc34;}[_0x64320b(0x1be)](){const _0x53ecaa=_0x64320b,_0x2d2532=new _0xe1558e(this[_0x53ecaa(0x17c)]);return _0x2d2532[_0x53ecaa(0x1b5)][_0x53ecaa(0x18e)](_0x53ecaa(0x177))['to'](this,_0x53ecaa(0x177),this,_0x53ecaa(0x174),this,_0x53ecaa(0x1a1),(_0x121e81,_0x33ca22,_0x208f26)=>_0x121e81&&!_0x33ca22&&!!_0x208f26),_0x2d2532[_0x53ecaa(0x1b5)][_0x53ecaa(0x182)](_0x53ecaa(0x18c))['to'](this,_0x53ecaa(0x17d)),_0x2d2532[_0x53ecaa(0x188)][_0x53ecaa(0x18e)](_0x53ecaa(0x177))['to'](this,_0x53ecaa(0x177),this,_0x53ecaa(0x174),this,_0x53ecaa(0x1a1),(_0x345780,_0x47fc0c,_0x577be8)=>_0x345780&&!_0x47fc0c&&!!_0x577be8),_0x2d2532[_0x53ecaa(0x188)][_0x53ecaa(0x182)](_0x53ecaa(0x18c))['to'](this,_0x53ecaa(0x1a8)),_0x2d2532[_0x53ecaa(0x1ba)][_0x53ecaa(0x18e)](_0x53ecaa(0x177))['to'](this,_0x53ecaa(0x177),this,_0x53ecaa(0x174),(_0x52bfe1,_0x320e46)=>_0x52bfe1&&!_0x320e46),_0x2d2532[_0x53ecaa(0x1ba)][_0x53ecaa(0x182)](_0x53ecaa(0x18c))['to'](this,_0x53ecaa(0x17b)),_0x2d2532[_0x53ecaa(0x191)][_0x53ecaa(0x18e)](_0x53ecaa(0x177))['to'](this,_0x53ecaa(0x174)),_0x2d2532[_0x53ecaa(0x191)][_0x53ecaa(0x182)](_0x53ecaa(0x18c))['to'](this,_0x53ecaa(0x170)),_0x2d2532;}[_0x64320b(0x16f)](){const _0xc65e52=_0x64320b;this[_0xc65e52(0x1a1)]='',this[_0xc65e52(0x1b1)]=!0x1,this[_0xc65e52(0x174)]=!0x0,this[_0xc65e52(0x19b)][_0xc65e52(0x18d)]=!0x0,this[_0xc65e52(0x183)][_0xc65e52(0x18d)]=!0x0,this[_0xc65e52(0x19b)][_0xc65e52(0x172)]();}[_0x64320b(0x1ac)](){const _0x363ecf=_0x64320b,_0x200877=this[_0x363ecf(0x17c)];this[_0x363ecf(0x174)]=!0x1,this[_0x363ecf(0x16c)]='',this[_0x363ecf(0x16e)][_0x363ecf(0x198)](),this[_0x363ecf(0x1a1)]&&(this[_0x363ecf(0x16e)][_0x363ecf(0x178)][_0x363ecf(0x1b7)]=_0x1797ed(_0x200877,_0x363ecf(0x1bf)));}[_0x64320b(0x1a9)](_0x515a5a){const _0x77b7ae=_0x64320b,_0x33abd0=this[_0x77b7ae(0x17c)];this[_0x77b7ae(0x1ac)](),this[_0x77b7ae(0x1b1)]=!0x0,this[_0x77b7ae(0x1b2)][_0x77b7ae(0x19f)]=_0x515a5a||_0x1797ed(_0x33abd0,_0x77b7ae(0x1ad)),this[_0x77b7ae(0x1a1)]||(this[_0x77b7ae(0x19b)][_0x77b7ae(0x18d)]=!0x1);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0xf356(_0x236670,_0x987e78){const _0x18b8cc=_0x18b8();return _0xf356=function(_0xf356ce,_0x54a4cd){_0xf356ce=_0xf356ce-0x173;let _0x4d5bdd=_0x18b8cc[_0xf356ce];return _0x4d5bdd;},_0xf356(_0x236670,_0x987e78);}function _0x18b8(){const _0x2244d8=['11fUrwAr','prompt','3211656YdrSNg','children','set','add','execute','4940420dGhmaj','10143awAZeb','56ZThGxa','fire','664032aBqUFK','18QqLTFu','247745YTaVPV','20300400usUdYJ','12TaGCBI','8820LllFVA','202BdFSuK','locale'];_0x18b8=function(){return _0x2244d8;};return _0x18b8();}(function(_0x3b7786,_0x14445d){const _0x53f5fc=_0xf356,_0x416cb7=_0x3b7786();while(!![]){try{const _0x20e58b=-parseInt(_0x53f5fc(0x17e))/0x1*(parseInt(_0x53f5fc(0x17f))/0x2)+-parseInt(_0x53f5fc(0x179))/0x3*(-parseInt(_0x53f5fc(0x17d))/0x4)+parseInt(_0x53f5fc(0x17b))/0x5*(parseInt(_0x53f5fc(0x17a))/0x6)+-parseInt(_0x53f5fc(0x183))/0x7+-parseInt(_0x53f5fc(0x177))/0x8*(parseInt(_0x53f5fc(0x176))/0x9)+-parseInt(_0x53f5fc(0x175))/0xa*(parseInt(_0x53f5fc(0x181))/0xb)+parseInt(_0x53f5fc(0x17c))/0xc;if(_0x20e58b===_0x14445d)break;else _0x416cb7['push'](_0x416cb7['shift']());}catch(_0x43de3d){_0x416cb7['push'](_0x416cb7['shift']());}}}(_0x18b8,0x9f614));import{ListItemView as _0xa2b42,ButtonView as _0x2324a8,ButtonLabelView as _0x1a2b6b}from'ckeditor5/src/ui.js';import{unescape as _0x15e2cf}from'es-toolkit/compat';export class AIHistoryListItemView extends _0xa2b42{constructor(_0x109a1f){const _0x1048ae=_0xf356;super();const _0x276f6f=new _0x1a2b6b(),_0x54af33=new _0x2324a8(this[_0x1048ae(0x180)],_0x276f6f);this[_0x1048ae(0x184)][_0x1048ae(0x173)](_0x54af33),_0x54af33[_0x1048ae(0x185)]({'label':_0x109a1f[_0x1048ae(0x182)],'withText':!0x0}),_0x54af33['on'](_0x1048ae(0x174),()=>{const _0x185afd=_0x1048ae;this[_0x185afd(0x178)](_0x185afd(0x174),{'value':_0x15e2cf(_0x109a1f[_0x185afd(0x182)])});});}}
23
+ (function(_0x2168f9,_0x352580){const _0x4ee450=_0x4736,_0xd5f19e=_0x2168f9();while(!![]){try{const _0x15bc90=-parseInt(_0x4ee450(0xaf))/0x1*(parseInt(_0x4ee450(0xb9))/0x2)+-parseInt(_0x4ee450(0xb4))/0x3*(-parseInt(_0x4ee450(0xb3))/0x4)+-parseInt(_0x4ee450(0xb6))/0x5*(-parseInt(_0x4ee450(0xab))/0x6)+parseInt(_0x4ee450(0xb8))/0x7+-parseInt(_0x4ee450(0xb2))/0x8*(-parseInt(_0x4ee450(0xaa))/0x9)+parseInt(_0x4ee450(0xad))/0xa+parseInt(_0x4ee450(0xb0))/0xb*(-parseInt(_0x4ee450(0xa9))/0xc);if(_0x15bc90===_0x352580)break;else _0xd5f19e['push'](_0xd5f19e['shift']());}catch(_0x352d13){_0xd5f19e['push'](_0xd5f19e['shift']());}}}(_0xb1b5,0xbbd44));function _0x4736(_0x3a47d1,_0x4596a9){const _0xb1b545=_0xb1b5();return _0x4736=function(_0x47363b,_0x193a71){_0x47363b=_0x47363b-0xa9;let _0x19624f=_0xb1b545[_0x47363b];return _0x19624f;},_0x4736(_0x3a47d1,_0x4596a9);}import{ListItemView as _0x4ea2cf,ButtonView as _0x59ad31,ButtonLabelView as _0x2b0250}from'ckeditor5/src/ui.js';function _0xb1b5(){const _0xdd6990=['66vHkBod','prompt','29528cLCeYh','4gZwBUq','3333573qrXHEO','children','2829895RkGTFs','execute','3430175kkTsyf','125052BNAhWP','fire','locale','2031324cQrDIw','36PbpygG','6UEuTlb','add','7910450ubslRb','set','19DxtmhV'];_0xb1b5=function(){return _0xdd6990;};return _0xb1b5();}import{unescape as _0x34840d}from'es-toolkit/compat';export class AIHistoryListItemView extends _0x4ea2cf{constructor(_0x442b58){const _0x4a6681=_0x4736;super();const _0x4205bb=new _0x2b0250(),_0x3669fa=new _0x59ad31(this[_0x4a6681(0xbb)],_0x4205bb);this[_0x4a6681(0xb5)][_0x4a6681(0xac)](_0x3669fa),_0x3669fa[_0x4a6681(0xae)]({'label':_0x442b58[_0x4a6681(0xb1)],'withText':!0x0}),_0x3669fa['on'](_0x4a6681(0xb7),()=>{const _0x125b7d=_0x4a6681;this[_0x125b7d(0xba)](_0x125b7d(0xb7),{'value':_0x34840d(_0x442b58[_0x125b7d(0xb1)])});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x8553(){const _0x1c9863=['64NRdDOd','5gaRhmq','_createClearHistoryButton','200835IYUmUc','2218744HNRdRm','fire','50rhoPmU','2400294WUxNLb','children','filter','clearHistory','Prompt\x20history','clearHistoryButton','42371YPMZvG','348016CXevnw','add','label','execute','106178TDVSuL','set','length','1837032FQuEHa','items','historyGroupView','3ljPYdE','locale','Clear','delegate'];_0x8553=function(){return _0x1c9863;};return _0x8553();}const _0x52b80a=_0x47cd;(function(_0x1897c4,_0x524e90){const _0x5cee50=_0x47cd,_0x11de2e=_0x1897c4();while(!![]){try{const _0x1b4266=-parseInt(_0x5cee50(0x143))/0x1+parseInt(_0x5cee50(0x147))/0x2*(parseInt(_0x5cee50(0x14d))/0x3)+-parseInt(_0x5cee50(0x14a))/0x4*(-parseInt(_0x5cee50(0x152))/0x5)+parseInt(_0x5cee50(0x158))/0x6+-parseInt(_0x5cee50(0x142))/0x7*(-parseInt(_0x5cee50(0x151))/0x8)+parseInt(_0x5cee50(0x154))/0x9*(-parseInt(_0x5cee50(0x157))/0xa)+-parseInt(_0x5cee50(0x155))/0xb;if(_0x1b4266===_0x524e90)break;else _0x11de2e['push'](_0x11de2e['shift']());}catch(_0x122ecd){_0x11de2e['push'](_0x11de2e['shift']());}}}(_0x8553,0x49205));import{ListView as _0x35c3d8,ListItemGroupView as _0x1a8436,ButtonView as _0x1b75c6}from'ckeditor5/src/ui.js';import{getTranslation as _0x4bef43}from'../../utils/common-translations.js';function _0x47cd(_0x231088,_0x173d51){const _0x855331=_0x8553();return _0x47cd=function(_0x47cde7,_0x19d869){_0x47cde7=_0x47cde7-0x140;let _0x37152c=_0x855331[_0x47cde7];return _0x37152c;},_0x47cd(_0x231088,_0x173d51);}export class AIHistoryListView extends _0x35c3d8{[_0x52b80a(0x14c)];[_0x52b80a(0x141)];constructor(_0x483048){const _0x4829f1=_0x52b80a;super(_0x483048),this[_0x4829f1(0x141)]=this[_0x4829f1(0x153)](),this[_0x4829f1(0x14c)]=new _0x1a8436(),this[_0x4829f1(0x14c)][_0x4829f1(0x159)][_0x4829f1(0x144)](this[_0x4829f1(0x141)],0x1),this[_0x4829f1(0x14c)][_0x4829f1(0x145)]=_0x4bef43(_0x483048,_0x4829f1(0x140)),this[_0x4829f1(0x14c)][_0x4829f1(0x14b)][_0x4829f1(0x150)](_0x4829f1(0x146))['to'](this),this[_0x4829f1(0x14b)][_0x4829f1(0x144)](this[_0x4829f1(0x14c)]);}[_0x52b80a(0x15a)](){const _0x30a51d=_0x52b80a;let _0x5cbc5a=0x0;for(const _0x1c56c0 of this[_0x30a51d(0x14b)])_0x5cbc5a+=_0x1c56c0[_0x30a51d(0x14b)][_0x30a51d(0x149)];return{'resultsCount':_0x5cbc5a,'totalItemsCount':_0x5cbc5a};}[_0x52b80a(0x153)](){const _0x50c67c=_0x52b80a,_0x25a6a2=this[_0x50c67c(0x14e)],_0x93a869=new _0x1b75c6(this[_0x50c67c(0x14e)]);return _0x93a869[_0x50c67c(0x148)]({'label':'('+_0x4bef43(_0x25a6a2,_0x50c67c(0x14f))+')','withText':!0x0}),_0x93a869['on'](_0x50c67c(0x146),()=>this[_0x50c67c(0x156)](_0x50c67c(0x15b))),_0x93a869;}}
23
+ const _0x5e63a1=_0x53b5;function _0x53b5(_0x444eae,_0x2f1fdd){const _0x2fc2cf=_0x2fc2();return _0x53b5=function(_0x53b5ba,_0xb907de){_0x53b5ba=_0x53b5ba-0x17e;let _0x452f45=_0x2fc2cf[_0x53b5ba];return _0x452f45;},_0x53b5(_0x444eae,_0x2f1fdd);}(function(_0x49a552,_0x317c83){const _0x3eb02e=_0x53b5,_0x57db8d=_0x49a552();while(!![]){try{const _0x15c582=-parseInt(_0x3eb02e(0x189))/0x1+parseInt(_0x3eb02e(0x193))/0x2*(-parseInt(_0x3eb02e(0x191))/0x3)+parseInt(_0x3eb02e(0x184))/0x4+-parseInt(_0x3eb02e(0x18d))/0x5+-parseInt(_0x3eb02e(0x18e))/0x6+-parseInt(_0x3eb02e(0x185))/0x7+parseInt(_0x3eb02e(0x17f))/0x8;if(_0x15c582===_0x317c83)break;else _0x57db8d['push'](_0x57db8d['shift']());}catch(_0x260854){_0x57db8d['push'](_0x57db8d['shift']());}}}(_0x2fc2,0x9c76c));import{ListView as _0x13aee9,ListItemGroupView as _0x1b48df,ButtonView as _0x10dec4}from'ckeditor5/src/ui.js';import{getTranslation as _0x385fc7}from'../../utils/common-translations.js';function _0x2fc2(){const _0x31e577=['796701AZVzzO','clearHistory','6fytpCn','filter','add','locale','_createClearHistoryButton','22838312YznnsJ','Clear','length','execute','set','4452528epGKZr','6360438jpHXPm','children','historyGroupView','label','296084vLEJJH','clearHistoryButton','delegate','items','2835500YqeLoU','4551156JtrxZA','fire','Prompt\x20history'];_0x2fc2=function(){return _0x31e577;};return _0x2fc2();}export class AIHistoryListView extends _0x13aee9{[_0x5e63a1(0x187)];[_0x5e63a1(0x18a)];constructor(_0x27a1c3){const _0x2c26d1=_0x5e63a1;super(_0x27a1c3),this[_0x2c26d1(0x18a)]=this[_0x2c26d1(0x17e)](),this[_0x2c26d1(0x187)]=new _0x1b48df(),this[_0x2c26d1(0x187)][_0x2c26d1(0x186)][_0x2c26d1(0x195)](this[_0x2c26d1(0x18a)],0x1),this[_0x2c26d1(0x187)][_0x2c26d1(0x188)]=_0x385fc7(_0x27a1c3,_0x2c26d1(0x190)),this[_0x2c26d1(0x187)][_0x2c26d1(0x18c)][_0x2c26d1(0x18b)](_0x2c26d1(0x182))['to'](this),this[_0x2c26d1(0x18c)][_0x2c26d1(0x195)](this[_0x2c26d1(0x187)]);}[_0x5e63a1(0x194)](){const _0x174920=_0x5e63a1;let _0x34dae2=0x0;for(const _0x3e1953 of this[_0x174920(0x18c)])_0x34dae2+=_0x3e1953[_0x174920(0x18c)][_0x174920(0x181)];return{'resultsCount':_0x34dae2,'totalItemsCount':_0x34dae2};}[_0x5e63a1(0x17e)](){const _0x1f2402=_0x5e63a1,_0x3a1683=this[_0x1f2402(0x196)],_0x533258=new _0x10dec4(this[_0x1f2402(0x196)]);return _0x533258[_0x1f2402(0x183)]({'label':'('+_0x385fc7(_0x3a1683,_0x1f2402(0x180))+')','withText':!0x0}),_0x533258['on'](_0x1f2402(0x182),()=>this[_0x1f2402(0x18f)](_0x1f2402(0x192))),_0x533258;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x336933=_0x1f6a;function _0x1f6a(_0x3a8bfc,_0x26f8be){const _0x17fea3=_0x17fe();return _0x1f6a=function(_0x1f6a40,_0x190262){_0x1f6a40=_0x1f6a40-0x1ea;let _0x119b3d=_0x17fea3[_0x1f6a40];return _0x119b3d;},_0x1f6a(_0x3a8bfc,_0x26f8be);}(function(_0x369cfa,_0x2618cb){const _0x4ee514=_0x1f6a,_0x21583f=_0x369cfa();while(!![]){try{const _0x2e0a5f=-parseInt(_0x4ee514(0x1f1))/0x1+parseInt(_0x4ee514(0x202))/0x2*(-parseInt(_0x4ee514(0x1fa))/0x3)+parseInt(_0x4ee514(0x200))/0x4*(parseInt(_0x4ee514(0x1ec))/0x5)+-parseInt(_0x4ee514(0x1fb))/0x6+-parseInt(_0x4ee514(0x1f6))/0x7+-parseInt(_0x4ee514(0x1fe))/0x8*(-parseInt(_0x4ee514(0x1ea))/0x9)+parseInt(_0x4ee514(0x1f8))/0xa*(parseInt(_0x4ee514(0x1f3))/0xb);if(_0x2e0a5f===_0x2618cb)break;else _0x21583f['push'](_0x21583f['shift']());}catch(_0x43ebcb){_0x21583f['push'](_0x21583f['shift']());}}}(_0x17fe,0x5db0d));import{Collection as _0x2bfd1d}from'ckeditor5/src/utils.js';const no=_0x336933(0x203);export class PromptHistory extends _0x2bfd1d{constructor(){const _0x40e35c=_0x336933;super(),this[_0x40e35c(0x1ee)](),this['on'](_0x40e35c(0x1fc),(_0x168893,_0x55fd83)=>{const _0x242b4b=_0x40e35c,_0x24aead=co(_0x55fd83[_0x242b4b(0x1f7)]);for(const _0x6939d0 of this)if(_0x6939d0!=_0x55fd83&&co(_0x6939d0[_0x242b4b(0x1f7)])===_0x24aead){this[_0x242b4b(0x1ed)](_0x6939d0);break;}this[_0x242b4b(0x1fd)]>0x14&&this[_0x242b4b(0x1ed)](this[_0x242b4b(0x1f5)]),this[_0x242b4b(0x1f9)]();}),this['on'](_0x40e35c(0x1ed),()=>{const _0xd15eb9=_0x40e35c;this[_0xd15eb9(0x1f9)]();});}[_0x336933(0x1ee)](){const _0x15212a=_0x336933,_0xb48d74=sessionStorage[_0x15212a(0x1f0)](no)||'[]';this[_0x15212a(0x204)](JSON[_0x15212a(0x1eb)](_0xb48d74));}[_0x336933(0x1f9)](){const _0x16e545=_0x336933;sessionStorage[_0x16e545(0x1ef)](no,JSON[_0x16e545(0x1f2)](this[_0x16e545(0x201)](_0x4059c4=>_0x4059c4)));}}function _0x17fe(){const _0x33ff17=['stringify','11RrrMdX','toLowerCase','last','3209654EpdDko','prompt','12618290HsxSQW','_saveToSessionStorage','24QZMDhd','4495446CNUkLt','add','length','44664LMmGNi','trim','15424OHCKuv','map','134424dplMYL','CKEditor/AIFormView/PromptHistory','addMany','837lazEFT','parse','940GvOBBD','remove','_loadFromSessionStorage','setItem','getItem','376760kqOsUa'];_0x17fe=function(){return _0x33ff17;};return _0x17fe();}function co(_0x12ad8c){const _0x1e2c0c=_0x336933;return _0x12ad8c[_0x1e2c0c(0x1f4)]()[_0x1e2c0c(0x1ff)]();}
23
+ const _0x4dd2e1=_0x271d;(function(_0x1f9902,_0x11b1c2){const _0x574fa9=_0x271d,_0x1d5487=_0x1f9902();while(!![]){try{const _0x44886e=-parseInt(_0x574fa9(0xf9))/0x1+parseInt(_0x574fa9(0xfd))/0x2+-parseInt(_0x574fa9(0xed))/0x3*(-parseInt(_0x574fa9(0xee))/0x4)+-parseInt(_0x574fa9(0xf8))/0x5+-parseInt(_0x574fa9(0xfe))/0x6*(parseInt(_0x574fa9(0x105))/0x7)+-parseInt(_0x574fa9(0xff))/0x8*(parseInt(_0x574fa9(0x101))/0x9)+parseInt(_0x574fa9(0xf7))/0xa;if(_0x44886e===_0x11b1c2)break;else _0x1d5487['push'](_0x1d5487['shift']());}catch(_0x5dfca9){_0x1d5487['push'](_0x1d5487['shift']());}}}(_0x47c2,0xd70cb));function _0x47c2(){const _0x5e6b02=['getItem','23505020LliOdR','1033875gqlmjf','379498mvBUmn','CKEditor/AIFormView/PromptHistory','stringify','length','98172szqJjC','8026476epXQJy','203512uOsgcv','add','207QvoYrd','remove','prompt','trim','7GQKHkh','toLowerCase','3ZJeRIh','3961484oYVxxM','_saveToSessionStorage','parse','setItem','last','_loadFromSessionStorage','map','addMany'];_0x47c2=function(){return _0x5e6b02;};return _0x47c2();}import{Collection as _0x570473}from'ckeditor5/src/utils.js';const no=_0x4dd2e1(0xfa);export class PromptHistory extends _0x570473{constructor(){const _0x2b3962=_0x4dd2e1;super(),this[_0x2b3962(0xf3)](),this['on'](_0x2b3962(0x100),(_0xdd0f1e,_0x1722f8)=>{const _0x22674e=_0x2b3962,_0x2aba03=co(_0x1722f8[_0x22674e(0x103)]);for(const _0x17e65a of this)if(_0x17e65a!=_0x1722f8&&co(_0x17e65a[_0x22674e(0x103)])===_0x2aba03){this[_0x22674e(0x102)](_0x17e65a);break;}this[_0x22674e(0xfc)]>0x14&&this[_0x22674e(0x102)](this[_0x22674e(0xf2)]),this[_0x22674e(0xef)]();}),this['on'](_0x2b3962(0x102),()=>{const _0x5d8353=_0x2b3962;this[_0x5d8353(0xef)]();});}[_0x4dd2e1(0xf3)](){const _0x1763f7=_0x4dd2e1,_0x2f7a1e=sessionStorage[_0x1763f7(0xf6)](no)||'[]';this[_0x1763f7(0xf5)](JSON[_0x1763f7(0xf0)](_0x2f7a1e));}[_0x4dd2e1(0xef)](){const _0x196909=_0x4dd2e1;sessionStorage[_0x196909(0xf1)](no,JSON[_0x196909(0xfb)](this[_0x196909(0xf4)](_0xd0a126=>_0xd0a126)));}}function _0x271d(_0x3940bf,_0x3d6a9b){const _0x47c2e3=_0x47c2();return _0x271d=function(_0x271d88,_0x1df3ce){_0x271d88=_0x271d88-0xec;let _0x10dac6=_0x47c2e3[_0x271d88];return _0x10dac6;},_0x271d(_0x3940bf,_0x3d6a9b);}function co(_0x28ffc9){const _0x35a5b2=_0x4dd2e1;return _0x28ffc9[_0x35a5b2(0xec)]()[_0x35a5b2(0x104)]();}