@ckeditor/ckeditor5-ai 47.4.0-alpha.2 → 47.4.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 (86) hide show
  1. package/build/ai.js +1 -1
  2. package/dist/index.js +5 -5
  3. package/package.json +15 -15
  4. package/src/aiactions/model/aiactionsreply.js +1 -1
  5. package/src/aiassistant/aiassistantediting.js +1 -1
  6. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  7. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  8. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  9. package/src/aiassistant/ui/form/aiformview.js +1 -1
  10. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  11. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  12. package/src/aiassistant/ui/form/prompthistory.js +1 -1
  13. package/src/aichat/aichat.js +1 -1
  14. package/src/aichat/aichatcontroller.js +1 -1
  15. package/src/aichat/aichatui.js +1 -1
  16. package/src/aichat/model/aichatcontext.js +1 -1
  17. package/src/aichat/model/aichatconversation.js +1 -1
  18. package/src/aichat/model/aichatinteraction.js +1 -1
  19. package/src/aichat/ui/aichatfeedview.js +1 -1
  20. package/src/aichat/ui/aichatheaderview.js +1 -1
  21. package/src/aichat/ui/aichatview.js +1 -1
  22. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  23. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  24. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  25. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  26. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  27. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  28. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  29. package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
  30. package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
  31. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  32. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  33. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  34. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  35. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  36. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  37. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  38. package/src/aichathistory/aichathistory.js +1 -1
  39. package/src/aichathistory/aichathistorycontroller.js +1 -1
  40. package/src/aichathistory/aichathistoryui.js +1 -1
  41. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  42. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  43. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  44. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  45. package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
  46. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  47. package/src/aicore/aiediting.js +1 -1
  48. package/src/aicore/model/aiinteraction.js +1 -1
  49. package/src/aicore/model/aimodels.js +1 -1
  50. package/src/aicore/model/aireply.js +1 -1
  51. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  52. package/src/aicore/pipeline/airesponseparser.js +2 -2
  53. package/src/aicore/ui/aispinner.js +1 -1
  54. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  55. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  56. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  57. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  58. package/src/aicore/utils/documentposition.js +1 -1
  59. package/src/aicore/utils/documentrange.js +1 -1
  60. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  61. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  62. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  63. package/src/aicore/utils/htmlparser.js +1 -1
  64. package/src/aicore/utils/htmlstreamer.js +1 -1
  65. package/src/aicore/utils/scrollmanager.js +1 -1
  66. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  67. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  68. package/src/aiquickactions/aiquickactionsui.js +1 -1
  69. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  70. package/src/aiquickactions/ui/aiquickactionsfilteredlistview.js +1 -1
  71. package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +1 -1
  72. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  73. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  74. package/src/aireviewmode/aireviewmodeui.js +1 -1
  75. package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
  76. package/src/aireviewmode/model/aireviewsystemcheckrun.js +1 -1
  77. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  78. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  79. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  80. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  81. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  82. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  83. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  84. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  85. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  86. package/src/aitabs/aitabs.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-ai",
3
- "version": "47.4.0-alpha.2",
3
+ "version": "47.4.0-alpha.4",
4
4
  "description": "AI features for CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -29,20 +29,20 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@aws-sdk/client-bedrock-runtime": "3.823.0",
32
- "@ckeditor/ckeditor5-clipboard": "47.4.0-alpha.2",
33
- "@ckeditor/ckeditor5-cloud-services": "47.4.0-alpha.2",
34
- "@ckeditor/ckeditor5-collaboration-core": "47.4.0-alpha.2",
35
- "@ckeditor/ckeditor5-core": "47.4.0-alpha.2",
36
- "@ckeditor/ckeditor5-engine": "47.4.0-alpha.2",
37
- "@ckeditor/ckeditor5-icons": "47.4.0-alpha.2",
38
- "@ckeditor/ckeditor5-markdown-gfm": "47.4.0-alpha.2",
39
- "@ckeditor/ckeditor5-table": "47.4.0-alpha.2",
40
- "@ckeditor/ckeditor5-theme-lark": "47.4.0-alpha.2",
41
- "@ckeditor/ckeditor5-ui": "47.4.0-alpha.2",
42
- "@ckeditor/ckeditor5-utils": "47.4.0-alpha.2",
43
- "@ckeditor/ckeditor5-real-time-collaboration": "47.4.0-alpha.2",
44
- "ckeditor5": "47.4.0-alpha.2",
45
- "ckeditor5-collaboration": "47.4.0-alpha.2",
32
+ "@ckeditor/ckeditor5-clipboard": "47.4.0-alpha.4",
33
+ "@ckeditor/ckeditor5-cloud-services": "47.4.0-alpha.4",
34
+ "@ckeditor/ckeditor5-collaboration-core": "47.4.0-alpha.4",
35
+ "@ckeditor/ckeditor5-core": "47.4.0-alpha.4",
36
+ "@ckeditor/ckeditor5-engine": "47.4.0-alpha.4",
37
+ "@ckeditor/ckeditor5-icons": "47.4.0-alpha.4",
38
+ "@ckeditor/ckeditor5-markdown-gfm": "47.4.0-alpha.4",
39
+ "@ckeditor/ckeditor5-table": "47.4.0-alpha.4",
40
+ "@ckeditor/ckeditor5-theme-lark": "47.4.0-alpha.4",
41
+ "@ckeditor/ckeditor5-ui": "47.4.0-alpha.4",
42
+ "@ckeditor/ckeditor5-utils": "47.4.0-alpha.4",
43
+ "@ckeditor/ckeditor5-real-time-collaboration": "47.4.0-alpha.4",
44
+ "ckeditor5": "47.4.0-alpha.4",
45
+ "ckeditor5-collaboration": "47.4.0-alpha.4",
46
46
  "es-toolkit": "1.39.5",
47
47
  "eventsource-parser": "3.0.2",
48
48
  "htmlparser2": "10.0.0",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5cecbc=_0x3ae0;(function(_0x55da53,_0x3d4ffa){const _0x2d0235=_0x3ae0,_0x4e1543=_0x55da53();while(!![]){try{const _0xf1196e=parseInt(_0x2d0235(0x119))/0x1+-parseInt(_0x2d0235(0x112))/0x2*(parseInt(_0x2d0235(0x118))/0x3)+-parseInt(_0x2d0235(0x111))/0x4+parseInt(_0x2d0235(0x10b))/0x5*(-parseInt(_0x2d0235(0x10c))/0x6)+parseInt(_0x2d0235(0x11a))/0x7+-parseInt(_0x2d0235(0x117))/0x8+parseInt(_0x2d0235(0x110))/0x9;if(_0xf1196e===_0x3d4ffa)break;else _0x4e1543['push'](_0x4e1543['shift']());}catch(_0x109409){_0x4e1543['push'](_0x4e1543['shift']());}}}(_0x1923,0x85e34));import{AIReply as _0x44c832}from'../../aicore/model/aireply.js';function _0x1923(){const _0x1fbf65=['updateChangeGroups','changeGroups','removed','parsedContent','modified','node','map','isDone','added','parsedMergedContent','documentContextContent','64955VMQVeT','102EiCugp','childNodes','length','pop','20970810tNmFDS','3083552AAaZtk','6GIWQLQ','data-id','pending','cloneNode','new','6886184rVPvQP','1044909hoFBsF','45545TzUGmO','7491302nQVHFl','value','children','_getDifferentChangeGroups'];_0x1923=function(){return _0x1fbf65;};return _0x1923();}import{getAttribute as _0x137e08}from'../../aicore/utils/htmlparser.js';import{uid as _0x3185b1}from'ckeditor5/src/utils.js';function _0x3ae0(_0x20b688,_0x367d26){const _0x192338=_0x1923();return _0x3ae0=function(_0x3ae06b,_0x3c5fa2){_0x3ae06b=_0x3ae06b-0x101;let _0x4cd601=_0x192338[_0x3ae06b];return _0x4cd601;},_0x3ae0(_0x20b688,_0x367d26);}import{diffArrays as _0x3ba627}from'diff';export class AIActionsReply extends _0x44c832{[_0x5cecbc(0x11e)](){const _0x24dbc6=_0x5cecbc;if(this[_0x24dbc6(0x109)]=this[_0x24dbc6(0x103)][_0x24dbc6(0x115)](!0x0),0x0==this[_0x24dbc6(0x109)][_0x24dbc6(0x10d)][_0x24dbc6(0x10e)])return void(this[_0x24dbc6(0x101)]=[]);const _0x409638=this[_0x24dbc6(0x10a)][_0x24dbc6(0x11c)][_0x24dbc6(0x106)](_0x1ccb39=>({'node':_0x1ccb39,'id':_0x137e08(_0x1ccb39,_0x24dbc6(0x113))})),_0x98f893=this[_0x24dbc6(0x109)][_0x24dbc6(0x11c)][_0x24dbc6(0x106)](_0x14d328=>({'node':_0x14d328,'id':_0x137e08(_0x14d328,_0x24dbc6(0x113))||_0x3185b1()})),_0xf53a90=_0x3ba627(_0x409638,_0x98f893,{'comparator':(_0x1a0940,_0x25c4af)=>_0x1a0940['id']==_0x25c4af['id'],'oneChangePerToken':!0x0});if(!this[_0x24dbc6(0x107)]){for(;_0xf53a90[_0x24dbc6(0x10e)]&&_0xf53a90[_0xf53a90[_0x24dbc6(0x10e)]-0x1][_0x24dbc6(0x102)];)_0xf53a90[_0x24dbc6(0x10f)]();}const _0x232587=_0xf53a90[_0x24dbc6(0x106)](_0x608ec2=>{const _0x22cb5c=_0x24dbc6,_0x11eb94=_0x608ec2[_0x22cb5c(0x108)]?_0x22cb5c(0x116):_0x608ec2[_0x22cb5c(0x102)]?_0x22cb5c(0x102):_0x22cb5c(0x104);return{'node':_0x608ec2[_0x22cb5c(0x11b)][0x0][_0x22cb5c(0x105)],'type':_0x11eb94,'id':_0x608ec2[_0x22cb5c(0x11b)][0x0]['id']};});this[_0x24dbc6(0x101)]=[{'changes':_0x232587,'state':_0x24dbc6(0x114),'index':0x0}];}[_0x5cecbc(0x11d)](_0x7dfd52,_0x586156){return _0x586156;}}
23
+ function _0x64a5(){const _0x41fc4a=['cloneNode','19294810tNgehz','parsedMergedContent','298FWWsNT','64795YnmQsh','children','documentContextContent','258gcYeqn','removed','9PnooWT','changeGroups','childNodes','updateChangeGroups','isDone','data-id','parsedContent','pending','1297288SWIoKS','value','6187524ZDuEiX','length','modified','added','_getDifferentChangeGroups','pop','15873Cahlla','new','node','map','1622176PhpbIl','27520YOclRh'];_0x64a5=function(){return _0x41fc4a;};return _0x64a5();}const _0x6c968a=_0x268d;(function(_0x4a0477,_0x22a798){const _0x17fd64=_0x268d,_0x319e1d=_0x4a0477();while(!![]){try{const _0x4e4714=-parseInt(_0x17fd64(0x1fc))/0x1+parseInt(_0x17fd64(0x200))/0x2*(-parseInt(_0x17fd64(0x1f7))/0x3)+-parseInt(_0x17fd64(0x1ef))/0x4+parseInt(_0x17fd64(0x201))/0x5*(parseInt(_0x17fd64(0x204))/0x6)+-parseInt(_0x17fd64(0x1f1))/0x7+parseInt(_0x17fd64(0x1fb))/0x8*(parseInt(_0x17fd64(0x206))/0x9)+parseInt(_0x17fd64(0x1fe))/0xa;if(_0x4e4714===_0x22a798)break;else _0x319e1d['push'](_0x319e1d['shift']());}catch(_0x552cc1){_0x319e1d['push'](_0x319e1d['shift']());}}}(_0x64a5,0xa270d));function _0x268d(_0x965f6d,_0x47ac62){const _0x64a54d=_0x64a5();return _0x268d=function(_0x268d6b,_0x4d0c99){_0x268d6b=_0x268d6b-0x1ec;let _0x3e76d3=_0x64a54d[_0x268d6b];return _0x3e76d3;},_0x268d(_0x965f6d,_0x47ac62);}import{AIReply as _0x2f64af}from'../../aicore/model/aireply.js';import{getAttribute as _0x45f008}from'../../aicore/utils/htmlparser.js';import{uid as _0x5b8ab4}from'ckeditor5/src/utils.js';import{diffArrays as _0x2e31ef}from'diff';export class AIActionsReply extends _0x2f64af{[_0x6c968a(0x209)](){const _0x59f83b=_0x6c968a;if(this[_0x59f83b(0x1ff)]=this[_0x59f83b(0x1ed)][_0x59f83b(0x1fd)](!0x0),0x0==this[_0x59f83b(0x1ff)][_0x59f83b(0x208)][_0x59f83b(0x1f2)])return void(this[_0x59f83b(0x207)]=[]);const _0x272a17=this[_0x59f83b(0x203)][_0x59f83b(0x202)][_0x59f83b(0x1fa)](_0x33ebb8=>({'node':_0x33ebb8,'id':_0x45f008(_0x33ebb8,_0x59f83b(0x1ec))})),_0x20173b=this[_0x59f83b(0x1ff)][_0x59f83b(0x202)][_0x59f83b(0x1fa)](_0xa8b749=>({'node':_0xa8b749,'id':_0x45f008(_0xa8b749,_0x59f83b(0x1ec))||_0x5b8ab4()})),_0x487e21=_0x2e31ef(_0x272a17,_0x20173b,{'comparator':(_0x103680,_0x481e7f)=>_0x103680['id']==_0x481e7f['id'],'oneChangePerToken':!0x0});if(!this[_0x59f83b(0x20a)]){for(;_0x487e21[_0x59f83b(0x1f2)]&&_0x487e21[_0x487e21[_0x59f83b(0x1f2)]-0x1][_0x59f83b(0x205)];)_0x487e21[_0x59f83b(0x1f6)]();}const _0xecbd78=_0x487e21[_0x59f83b(0x1fa)](_0x359e19=>{const _0x4c2657=_0x59f83b,_0x48146f=_0x359e19[_0x4c2657(0x1f4)]?_0x4c2657(0x1f8):_0x359e19[_0x4c2657(0x205)]?_0x4c2657(0x205):_0x4c2657(0x1f3);return{'node':_0x359e19[_0x4c2657(0x1f0)][0x0][_0x4c2657(0x1f9)],'type':_0x48146f,'id':_0x359e19[_0x4c2657(0x1f0)][0x0]['id']};});this[_0x59f83b(0x207)]=[{'changes':_0xecbd78,'state':_0x59f83b(0x1ee),'index':0x0}];}[_0x6c968a(0x1f5)](_0x4052dc,_0x403a49){return _0x403a49;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1e118b=_0x300a;(function(_0x43688b,_0x554435){const _0x3fc257=_0x300a,_0x53cc87=_0x43688b();while(!![]){try{const _0x5ed998=parseInt(_0x3fc257(0xed))/0x1+parseInt(_0x3fc257(0xf0))/0x2*(parseInt(_0x3fc257(0xfc))/0x3)+-parseInt(_0x3fc257(0xfb))/0x4+-parseInt(_0x3fc257(0xcd))/0x5*(-parseInt(_0x3fc257(0xec))/0x6)+-parseInt(_0x3fc257(0xd7))/0x7+-parseInt(_0x3fc257(0xc9))/0x8*(parseInt(_0x3fc257(0xb8))/0x9)+parseInt(_0x3fc257(0xdd))/0xa;if(_0x5ed998===_0x554435)break;else _0x53cc87['push'](_0x53cc87['shift']());}catch(_0x5c9ec0){_0x53cc87['push'](_0x53cc87['shift']());}}}(_0x49b2,0xa610a));import{uid as _0x48558b}from'ckeditor5/src/utils.js';function _0x300a(_0x5eb73d,_0x5e54a9){const _0x49b2d7=_0x49b2();return _0x300a=function(_0x300a0c,_0x54635f){_0x300a0c=_0x300a0c-0xa6;let _0x1d216e=_0x49b2d7[_0x300a0c];return _0x1d216e;},_0x300a(_0x5eb73d,_0x5e54a9);}import{Plugin as _0x35e185}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x421c3c}from'ckeditor5/src/clipboard.js';function _0x49b2(){const _0x4f13ed=['getColumnIndexes','TableUtils','AIAssistantEditing','first','_pasteHTMLUsingClipboard','editingDowncast','32409TtMfic','start','ai-ui','getRanges','_getAISelection','isPremiumPlugin','once','plugins','createPositionAfter','join','has','text/html','contentInsertion','getSelectedBlocks','findAncestor','change','setSelection','2984ZaALDk','insertContentBelow','getRows','markerRange','15AapJyj','deleteContent','forEach','isCollapsed','filter','conversion','hideFakeVisualSelection','createSelection','getRange','pop','2260293XZYavo','data','getChild','_resetContentOfSelectedTableCells','paste','showFakeVisualSelection','1092830tyqgJb','_prepareTableInsertBelowPosition','table','ck-ai-assistant-ui_theme','getFirstRange','getMarkersGroup','map','fromCharCode','editing','element','get','isContent','getLastPosition','model','getLastMatchingPosition','2584788CPaOCA','641239GrttYs','length','fire','8emdbaX','markerToElement','DataTransfer','_getTableRowCountFromContent','removeMarker','createPositionAt','setData','getSelectedTableCells','href','push','addMarker','1554984FuUbgS','519078iYTeZV','insertContent','off','createUIElement','_createEmptyTableRows','isOfficialPlugin','for','init','selection','parse','ck-fake-ai-selection_collapsed','getRowIndexes','from','ck-fake-ai-selection','last','markerToHighlight','pluginName','end','editor','config','document','lowest','_getDefaultInsertBelowPosition','markers','addClass','insertRows','createRange','resultRange','span','schema','getChildren','canEditAt','afterInit','ai.assistant.useTheme','updateMarker','isAtEnd'];_0x49b2=function(){return _0x4f13ed;};return _0x49b2();}import{ViewDocumentDomEventData as _0x22b2d2,ViewDataTransfer as _0x2087c9}from'ckeditor5/src/engine.js';const w=globalThis[_0x1e118b(0xf2)],f=_0x1e118b(0xba);export class AIAssistantEditing extends _0x35e185{static get[_0x1e118b(0x10c)](){const _0x599d96=_0x1e118b;return _0x599d96(0xb4);}static get[_0x1e118b(0x101)](){return!0x0;}static get[_0x1e118b(0xbd)](){return!0x0;}[_0x1e118b(0x103)](){const _0x3a1ea1=_0x1e118b,{editor:_0x3e0152}=this,_0x2877d3=[_0x3a1ea1(0x109)];_0x3e0152[_0x3a1ea1(0x10f)][_0x3a1ea1(0xe7)](_0x3a1ea1(0xaf))&&_0x2877d3[_0x3a1ea1(0xf9)](_0x3a1ea1(0xe0)),_0x3e0152[_0x3a1ea1(0xd2)][_0x3a1ea1(0x102)](_0x3a1ea1(0xb7))[_0x3a1ea1(0x10b)]({'model':f,'view':{'classes':_0x2877d3,'priority':0xc}}),_0x3e0152[_0x3a1ea1(0xd2)][_0x3a1ea1(0x102)](_0x3a1ea1(0xb7))[_0x3a1ea1(0xf1)]({'model':f,'view':(_0x583cf6,{writer:_0x55b2dd})=>{const _0x36e45b=_0x3a1ea1;if(!_0x583cf6[_0x36e45b(0xcc)][_0x36e45b(0xd0)])return null;const _0x57ad19=_0x55b2dd[_0x36e45b(0xff)](_0x36e45b(0xaa));return _0x55b2dd[_0x36e45b(0xa6)]([_0x36e45b(0x109),_0x36e45b(0x106)],_0x57ad19),_0x57ad19;}});}[_0x1e118b(0xae)](){!async function(_0x5efa3c){const _0x56af9d=_0x5eb0e8([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]),_0xe08471=0x3dffc4e1,_0x99dee2=0x3df8ba89^_0xe08471,_0x587257=window[_0x5eb0e8([0x44,0x61,0x74,0x65])][_0x5eb0e8([0x6e,0x6f,0x77])](),_0x38c880=_0x5efa3c[_0x5eb0e8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x35013f=new window[(_0x5eb0e8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3a7f49=>{_0x38c880[_0x5eb0e8([0x6f,0x6e,0x63,0x65])](_0x5eb0e8([0x72,0x65,0x61,0x64,0x79]),_0x3a7f49);}),_0x49e32c={[_0x5eb0e8([0x6b,0x74,0x79])]:_0x5eb0e8([0x45,0x43]),[_0x5eb0e8([0x75,0x73,0x65])]:_0x5eb0e8([0x73,0x69,0x67]),[_0x5eb0e8([0x63,0x72,0x76])]:_0x5eb0e8([0x50,0x2d,0x32,0x35,0x36]),[_0x5eb0e8([0x78])]:_0x5eb0e8([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]),[_0x5eb0e8([0x79])]:_0x5eb0e8([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]),[_0x5eb0e8([0x61,0x6c,0x67])]:_0x5eb0e8([0x45,0x53,0x32,0x35,0x36])},_0x1af86b=_0x38c880[_0x5eb0e8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5eb0e8([0x67,0x65,0x74])](_0x5eb0e8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x9749f3(){let _0x3bbac2,_0x35cb81=null,_0x44c958=null;try{if(_0x1af86b==_0x5eb0e8([0x47,0x50,0x4c]))return _0x5eb0e8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3bbac2=_0x57d559(),!_0x3bbac2)return _0x5eb0e8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3bbac2[_0x5eb0e8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x44c958=_0x3b0c1d(_0x3bbac2[_0x5eb0e8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3bbac2[_0x5eb0e8([0x6a,0x74,0x69])])),await _0x387068()?_0x4f00b0()?_0x4a8aed()?_0x5eb0e8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5ac3ab()?(_0x3bbac2[_0x5eb0e8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5eb0e8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x35cb81=_0x5b39ac(_0x5eb0e8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x50c28e()):_0x5eb0e8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5eb0e8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5eb0e8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5eb0e8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4a8aed(){const _0x196f5e=[_0x5eb0e8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5eb0e8([0x74,0x72,0x69,0x61,0x6c])][_0x5eb0e8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3bbac2[_0x5eb0e8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x587257/0x3e8:0xe10*_0x99dee2;return _0x3bbac2[_0x5eb0e8([0x65,0x78,0x70])]<_0x196f5e;}function _0x4f00b0(){const _0x49d07c=_0x3bbac2[_0x5eb0e8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x49d07c&&(!!_0x49d07c[_0x5eb0e8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5eb0e8([0x2a]))||!!_0x49d07c[_0x5eb0e8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5eb0e8([0x41,0x49])));}function _0x5ac3ab(){const _0x209d9a=_0x300a,_0x581406=_0x3bbac2[_0x5eb0e8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x581406||0x0==_0x581406[_0x5eb0e8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1e627f}=new URL(window[_0x5eb0e8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x209d9a(0xf8)]);if(_0x581406[_0x5eb0e8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1e627f))return!0x0;const _0x1cd53f=_0x1e627f[_0x5eb0e8([0x73,0x70,0x6c,0x69,0x74])](_0x5eb0e8([0x2e]));return _0x581406[_0x5eb0e8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x171eda=>_0x171eda[_0x5eb0e8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5eb0e8([0x2a])))[_0x5eb0e8([0x6d,0x61,0x70])](_0x438367=>_0x438367[_0x5eb0e8([0x73,0x70,0x6c,0x69,0x74])](_0x5eb0e8([0x2e])))[_0x5eb0e8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xe27ec8=>_0xe27ec8[_0x5eb0e8([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x1cd53f[_0x5eb0e8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5eb0e8([0x6d,0x61,0x70])](_0x50f23f=>Array(_0x1cd53f[_0x5eb0e8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x50f23f[_0x5eb0e8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5eb0e8([0x66,0x69,0x6c,0x6c])](_0x50f23f[0x0]===_0x5eb0e8([0x2a])?_0x5eb0e8([0x2a]):'')[_0x5eb0e8([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x50f23f))[_0x5eb0e8([0x73,0x6f,0x6d,0x65])](_0x484633=>_0x1cd53f[_0x5eb0e8([0x65,0x76,0x65,0x72,0x79])]((_0x36915d,_0x2100e0)=>_0x484633[_0x2100e0]===_0x36915d||_0x484633[_0x2100e0]===_0x5eb0e8([0x2a])));}function _0x50c28e(){return _0x35cb81&&_0x44c958?new window[(_0x5eb0e8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1cf5f2,_0xae8bfe)=>{_0x35cb81[_0x5eb0e8([0x74,0x68,0x65,0x6e])](_0x1cf5f2,_0xae8bfe),_0x44c958[_0x5eb0e8([0x74,0x68,0x65,0x6e])](_0x4ae745=>{_0x4ae745!=_0x5eb0e8([0x56,0x61,0x6c,0x69,0x64])&&_0x1cf5f2(_0x4ae745);},_0xae8bfe);}):_0x35cb81||_0x44c958||_0x5eb0e8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3b0c1d(_0x365f52,_0x4014c7){return new window[(_0x5eb0e8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5c7d85=>{if(_0x112d86())return _0x5c7d85(_0x5eb0e8([0x56,0x61,0x6c,0x69,0x64]));_0x461429(),_0x38c880[_0x5eb0e8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5eb0e8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4a84a7=!0x1;const _0x397797=_0x48558b();function _0x14db03(_0x233c29){return!!_0x233c29&&(typeof _0x233c29===_0x5eb0e8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x233c29===_0x5eb0e8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x233c29[_0x5eb0e8([0x74,0x68,0x65,0x6e])]===_0x5eb0e8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x233c29[_0x5eb0e8([0x63,0x61,0x74,0x63,0x68])]===_0x5eb0e8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x24cf0b(_0x2e6049){_0x44ee4c(_0x2e6049)[_0x5eb0e8([0x74,0x68,0x65,0x6e])](_0x583be5=>{if(!_0x583be5||_0x583be5[_0x5eb0e8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5eb0e8([0x6f,0x6b]))return _0x5eb0e8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3c30bc(_0x4ab21b(_0x397797+_0x4014c7))!=_0x583be5[_0x5eb0e8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5eb0e8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5eb0e8([0x56,0x61,0x6c,0x69,0x64]);})[_0x5eb0e8([0x74,0x68,0x65,0x6e])](_0x5bac6f=>(_0x2597ba(),_0x5bac6f),()=>{const _0x328b25=_0x7a3d3c();return null==_0x328b25?(_0x2597ba(),_0x5eb0e8([0x56,0x61,0x6c,0x69,0x64])):_0x5eb0e8(_0x587257-_0x328b25>(0x19f340e1^_0xe08471)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5eb0e8([0x74,0x68,0x65,0x6e])](_0x5c7d85)[_0x5eb0e8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5c7d85(_0x5eb0e8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2dd39a=0x3dc92a61^_0xe08471;function _0x2597ba(){const _0x293be2=_0x5eb0e8([0x6c,0x6c,0x63,0x74,0x2d])+_0x3c30bc(_0x4ab21b(_0x365f52)),_0x3bdb4d=_0x2362c3(_0x3c30bc(window[_0x5eb0e8([0x4d,0x61,0x74,0x68])][_0x5eb0e8([0x63,0x65,0x69,0x6c])](_0x587257/_0x2dd39a)));window[_0x5eb0e8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5eb0e8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x293be2,_0x3bdb4d);}function _0x7a3d3c(){const _0x555236=_0x5eb0e8([0x6c,0x6c,0x63,0x74,0x2d])+_0x3c30bc(_0x4ab21b(_0x365f52)),_0x581313=window[_0x5eb0e8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5eb0e8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x555236);return _0x581313?window[_0x5eb0e8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2362c3(_0x581313),0x10)*_0x2dd39a:null;}function _0x44ee4c(_0x4fa1af){return new window[(_0x5eb0e8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f64a2,_0xe122ad)=>{_0x4fa1af[_0x5eb0e8([0x74,0x68,0x65,0x6e])](_0x2f64a2,_0xe122ad),window[_0x5eb0e8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xe122ad,0x3dfe1021^_0xe08471);});}}_0x38c880[_0x5eb0e8([0x6f,0x6e])](_0x5eb0e8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x40f622,_0x26b852)=>{if(_0x26b852[0x0]!=_0x365f52)return _0x5c7d85(_0x5eb0e8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x26b852[0x1]={..._0x26b852[0x1],[_0x5eb0e8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x397797};},{[_0x5eb0e8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5eb0e8([0x68,0x69,0x67,0x68])}),_0x38c880[_0x5eb0e8([0x6f,0x6e])](_0x5eb0e8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2bf029=>{_0x14db03(_0x2bf029[_0x5eb0e8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4a84a7=!0x0,_0x24cf0b(_0x2bf029[_0x5eb0e8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5eb0e8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5eb0e8([0x6c,0x6f,0x77])}),_0x35013f[_0x5eb0e8([0x74,0x68,0x65,0x6e])](()=>{_0x4a84a7||_0x5c7d85(_0x5eb0e8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x112d86(){return _0x38c880[_0x5eb0e8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5eb0e8([0x76,0x69,0x65,0x77])][_0x5eb0e8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5eb0e8([0x61,0x75,0x74,0x6f]);}function _0x461429(){_0x38c880[_0x5eb0e8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5eb0e8([0x76,0x69,0x65,0x77])][_0x5eb0e8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5eb0e8([0x61,0x75,0x74,0x6f]);}}function _0x5b39ac(_0x2f624d){const _0x6a05d6=[new window[(_0x5eb0e8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x55bbee=>setTimeout(_0x55bbee,0x3df6fa2d^_0xe08471)),_0x35013f[_0x5eb0e8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5eb0e8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xefac76=>{let _0x58d875=0x0;_0x38c880[_0x5eb0e8([0x6d,0x6f,0x64,0x65,0x6c])][_0x5eb0e8([0x6f,0x6e])](_0x5eb0e8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5c2f90,_0x220091)=>{_0x220091[0x0][_0x5eb0e8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x58d875++,_0x58d875==(0x3dffc109^_0xe08471)&&(_0xefac76(),_0x5c2f90[_0x5eb0e8([0x6f,0x66,0x66])]());});}))];return window[_0x5eb0e8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5eb0e8([0x72,0x61,0x63,0x65])](_0x6a05d6)[_0x5eb0e8([0x74,0x68,0x65,0x6e])](()=>_0x2f624d);}async function _0x64053d(){await _0x35013f,_0x38c880[_0x5eb0e8([0x6d,0x6f,0x64,0x65,0x6c])][_0x5eb0e8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x45dc43,_0x38c880[_0x5eb0e8([0x6d,0x6f,0x64,0x65,0x6c])][_0x5eb0e8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x45dc43,_0x38c880[_0x5eb0e8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5eb0e8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3f0665(_0x4b86eb){const _0x56d5a9=_0xf158e1();_0x38c880[_0x56d5a9]=_0x5eb0e8([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x4b86eb,_0x4b86eb!=_0x5eb0e8([0x56,0x61,0x6c,0x69,0x64])&&_0x64053d();}function _0xf158e1(){const _0x45c736=window[_0x5eb0e8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5eb0e8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5eb0e8([0x6e,0x6f,0x77])]())[_0x5eb0e8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5eb0e8([0x2e]),'');let _0x136b26=_0x5eb0e8([0x6e]);for(let _0x32d086=0x0;_0x32d086<_0x45c736[_0x5eb0e8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x32d086+=0x2){let _0x3e1cee=window[_0x5eb0e8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x45c736[_0x5eb0e8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x32d086,_0x32d086+0x2));_0x3e1cee>=_0x56af9d[_0x5eb0e8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3e1cee-=_0x56af9d[_0x5eb0e8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x136b26+=_0x56af9d[_0x3e1cee];}return _0x136b26;}function _0x57d559(){const _0x18e6e3=_0x1af86b[_0x5eb0e8([0x73,0x70,0x6c,0x69,0x74])](_0x5eb0e8([0x2e]));if(0x3!=_0x18e6e3[_0x5eb0e8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5dbe30(_0x18e6e3[0x1]);function _0x5dbe30(_0x4c7296){const _0x22fe4d=_0x204c8a(_0x4c7296);return _0x22fe4d&&_0x56457d()?_0x22fe4d:null;function _0x56457d(){const _0x13731d=_0x22fe4d[_0x5eb0e8([0x6a,0x74,0x69])],_0x4aa56b=window[_0x5eb0e8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x13731d[_0x5eb0e8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x13731d[_0x5eb0e8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x17db66={..._0x22fe4d,[_0x5eb0e8([0x6a,0x74,0x69])]:_0x13731d[_0x5eb0e8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x13731d[_0x5eb0e8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x17db66[_0x5eb0e8([0x76,0x63])],_0x4ab21b(_0x17db66)==_0x4aa56b;}}}async function _0x387068(){let _0x470f5c=!0x0;try{const _0x2f561c=_0x1af86b[_0x5eb0e8([0x73,0x70,0x6c,0x69,0x74])](_0x5eb0e8([0x2e])),[_0x47bbbf,_0x44f394,_0xa9b583]=_0x2f561c;return _0x2baa0b(_0x47bbbf),await _0x430a5e(_0x47bbbf,_0x44f394,_0xa9b583),_0x470f5c;}catch{return!0x1;}function _0x2baa0b(_0x33830e){const _0x213f3a=_0x204c8a(_0x33830e);_0x213f3a&&_0x213f3a[_0x5eb0e8([0x61,0x6c,0x67])]==_0x5eb0e8([0x45,0x53,0x32,0x35,0x36])||(_0x470f5c=!0x1);}async function _0x430a5e(_0x252cfb,_0x9628b2,_0x87d711){const _0x306d38=window[_0x5eb0e8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5eb0e8([0x66,0x72,0x6f,0x6d])](_0x4bbe3d(_0x87d711),_0x566743=>_0x566743[_0x5eb0e8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4711e7=new window[(_0x5eb0e8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5eb0e8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x252cfb+_0x5eb0e8([0x2e])+_0x9628b2),_0x1b4e5c=window[_0x5eb0e8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5eb0e8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1b4e5c)return;const _0xacedfa=await _0x1b4e5c[_0x5eb0e8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5eb0e8([0x6a,0x77,0x6b]),_0x49e32c,{[_0x5eb0e8([0x6e,0x61,0x6d,0x65])]:_0x5eb0e8([0x45,0x43,0x44,0x53,0x41]),[_0x5eb0e8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5eb0e8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5eb0e8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1b4e5c[_0x5eb0e8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5eb0e8([0x6e,0x61,0x6d,0x65])]:_0x5eb0e8([0x45,0x43,0x44,0x53,0x41]),[_0x5eb0e8([0x68,0x61,0x73,0x68])]:{[_0x5eb0e8([0x6e,0x61,0x6d,0x65])]:_0x5eb0e8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xacedfa,_0x306d38,_0x4711e7)||(_0x470f5c=!0x1);}}function _0x204c8a(_0x49c248){return _0x49c248[_0x5eb0e8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5eb0e8([0x65,0x79]))?JSON[_0x5eb0e8([0x70,0x61,0x72,0x73,0x65])](_0x4bbe3d(_0x49c248)):null;}function _0x4bbe3d(_0x46c9a2){return window[_0x5eb0e8([0x61,0x74,0x6f,0x62])](_0x46c9a2[_0x5eb0e8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5eb0e8([0x2b]))[_0x5eb0e8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5eb0e8([0x2f])));}function _0x4ab21b(_0x224ddf){let _0x4846a1=0x1505;function _0x97d5c6(_0x3b005d){for(let _0x392ff5=0x0;_0x392ff5<_0x3b005d[_0x5eb0e8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x392ff5++){const _0x53c099=_0x3b005d[_0x5eb0e8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x392ff5);_0x4846a1=(_0x4846a1<<0x5)+_0x4846a1+_0x53c099,_0x4846a1&=_0x4846a1;}}function _0x3bc410(_0x9b99e3){Array[_0x5eb0e8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x9b99e3)?_0x9b99e3[_0x5eb0e8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3bc410):_0x9b99e3&&typeof _0x9b99e3==_0x5eb0e8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5eb0e8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x9b99e3)[_0x5eb0e8([0x73,0x6f,0x72,0x74])]()[_0x5eb0e8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1905da,_0x4758ac])=>{_0x97d5c6(_0x1905da),_0x3bc410(_0x4758ac);}):_0x97d5c6(window[_0x5eb0e8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x9b99e3));}return _0x3bc410(_0x224ddf),_0x4846a1>>>0x0;}function _0x3c30bc(_0x4165ef){return _0x4165ef[_0x5eb0e8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5eb0e8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5eb0e8([0x30]));}function _0x2362c3(_0x1a23d5){return _0x1a23d5[_0x5eb0e8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5eb0e8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5eb0e8([0x6a,0x6f,0x69,0x6e])]('');}function _0x45dc43(){}function _0x5eb0e8(_0x3d9330){const _0x244493=_0x300a;return _0x3d9330[_0x244493(0xe3)](_0x39257e=>String[_0x244493(0xe4)](_0x39257e))[_0x244493(0xc1)]('');}_0x3f0665(await _0x9749f3());}(this);}[_0x1e118b(0xdc)](){const _0x32004b=_0x1e118b,_0x351ecd=this[_0x32004b(0x10e)][_0x32004b(0xea)];_0x351ecd[_0x32004b(0xc7)](_0x195742=>{const _0x5751cb=_0x32004b,_0x3f0c1f=_0x351ecd[_0x5751cb(0x110)][_0x5751cb(0x104)][_0x5751cb(0xbb)]();let _0x1ee847=0x0;for(const _0xb310ea of _0x3f0c1f){const _0x52441d=f+':'+_0x1ee847;if(_0x351ecd[_0x5751cb(0x113)][_0x5751cb(0xc2)](_0x52441d))_0x195742[_0x5751cb(0xb0)](_0x52441d,{'range':_0xb310ea});else{if(_0xb310ea[_0x5751cb(0xb9)][_0x5751cb(0xb1)]){const _0x4088e3=_0xb310ea[_0x5751cb(0xb9)][_0x5751cb(0xeb)](({item:_0xf067b9})=>!_0x351ecd[_0x5751cb(0xab)][_0x5751cb(0xe8)](_0xf067b9),{'boundaries':_0xb310ea});_0x195742[_0x5751cb(0xfa)](_0x52441d,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x195742[_0x5751cb(0xa8)](_0x4088e3,_0xb310ea[_0x5751cb(0x10d)])});}else _0x195742[_0x5751cb(0xfa)](_0x52441d,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0xb310ea});}_0x1ee847++;}});}[_0x1e118b(0xd3)](){const _0x3a1e28=_0x1e118b,_0x33bd0d=this[_0x3a1e28(0x10e)][_0x3a1e28(0xea)],_0x1eb9b0=Array[_0x3a1e28(0x108)](this[_0x3a1e28(0x10e)][_0x3a1e28(0xea)][_0x3a1e28(0x113)][_0x3a1e28(0xe2)](f));_0x1eb9b0[_0x3a1e28(0xee)]&&_0x33bd0d[_0x3a1e28(0xc7)](_0x3c74e1=>{const _0xb2c97d=_0x3a1e28;_0x1eb9b0[_0xb2c97d(0xcf)](_0x153714=>{const _0x2f2d9a=_0xb2c97d;_0x3c74e1[_0x2f2d9a(0xf4)](_0x153714);});});}[_0x1e118b(0xfd)](_0x7f1f87,_0x243c03){const _0x3b2c2b=_0x1e118b,_0x2c20e4=this[_0x3b2c2b(0xbc)](),_0x1eb1f=_0x243c03||_0x2c20e4[_0x3b2c2b(0xe1)]();this[_0x3b2c2b(0x10e)][_0x3b2c2b(0xea)][_0x3b2c2b(0xad)](_0x1eb1f)&&this[_0x3b2c2b(0x10e)][_0x3b2c2b(0xea)][_0x3b2c2b(0xc7)](_0x3f9693=>{const _0x501001=_0x3b2c2b;this[_0x501001(0xd3)](),_0x243c03||this[_0x501001(0xda)](_0x3f9693,_0x2c20e4),this[_0x501001(0xb6)]({'insertAt':_0x1eb1f,'writer':_0x3f9693,'html':_0x7f1f87});});}[_0x1e118b(0xca)](_0x46b45a){const _0x13b37e=_0x1e118b,{model:_0x26c251}=this[_0x13b37e(0x10e)],_0x400515=this[_0x13b37e(0xbc)]();_0x26c251[_0x13b37e(0xc7)](()=>{const _0x58a382=_0x13b37e,_0x5c866d=this[_0x58a382(0xde)](_0x46b45a,_0x400515)||this[_0x58a382(0x112)](_0x400515);this[_0x58a382(0xfd)](_0x46b45a,_0x5c866d);});}[_0x1e118b(0xbc)](){const _0x247cb2=_0x1e118b,_0x38a700=this[_0x247cb2(0x10e)][_0x247cb2(0xea)],_0xa8ce39=Array[_0x247cb2(0x108)](_0x38a700[_0x247cb2(0x113)][_0x247cb2(0xe2)](f))[_0x247cb2(0xe3)](_0xd14c7e=>_0xd14c7e[_0x247cb2(0xd5)]());return _0x38a700[_0x247cb2(0xd4)](_0xa8ce39);}[_0x1e118b(0xb6)]({writer:_0x3e25cc,html:_0x5a56a8,insertAt:_0x10ecfd}){const _0x2683bc=_0x1e118b,{view:_0x6a3f05}=this[_0x2683bc(0x10e)][_0x2683bc(0xe5)],_0x4dd0e5=this[_0x2683bc(0x10e)][_0x2683bc(0xbf)][_0x2683bc(0xe7)](_0x421c3c),_0x1373a1=new w();_0x1373a1[_0x2683bc(0xf6)](_0x2683bc(0xc3),_0x5a56a8);const _0x49e68b=new ClipboardEvent(_0x2683bc(0xdb),{'clipboardData':_0x1373a1}),_0x347297=new _0x22b2d2(_0x6a3f05,_0x49e68b,{'dataTransfer':new _0x2087c9(_0x1373a1)});_0x3e25cc[_0x2683bc(0xc8)](_0x10ecfd);const _0x3d935c=(_0x45bd3f,_0x7fedca)=>{const _0xa01c3c=_0x2683bc;_0x7fedca[_0xa01c3c(0xa9)]&&_0x3e25cc[_0xa01c3c(0xc8)](_0x7fedca[_0xa01c3c(0xa9)]);};_0x4dd0e5[_0x2683bc(0xbe)](_0x2683bc(0xc4),_0x3d935c,{'priority':_0x2683bc(0x111)}),_0x6a3f05[_0x2683bc(0x110)][_0x2683bc(0xef)](_0x2683bc(0xdb),_0x347297),_0x4dd0e5[_0x2683bc(0xfe)](_0x2683bc(0xc4),_0x3d935c);}[_0x1e118b(0x112)](_0x180bd0){const _0xb37d41=_0x1e118b,{model:_0x2ff68c}=this[_0xb37d41(0x10e)],_0x71e086=Array[_0xb37d41(0x108)](_0x180bd0[_0xb37d41(0xc5)]());return _0x71e086[_0xb37d41(0xee)]?_0x2ff68c[_0xb37d41(0xc0)](_0x71e086[_0xb37d41(0xd6)]()):_0x180bd0[_0xb37d41(0xe9)]();}[_0x1e118b(0xde)](_0x994a61,_0x47e835){const _0x493579=_0x1e118b,{model:_0x4e0af7,plugins:_0x1100c3}=this[_0x493579(0x10e)];if(_0x1100c3[_0x493579(0xc2)](_0x493579(0xb3))){const _0x3ff423=_0x1100c3[_0x493579(0xe7)](_0x493579(0xb3))[_0x493579(0xf7)](_0x47e835);if(_0x3ff423[_0x493579(0xee)]){const _0x3482ee=this[_0x493579(0xf3)](_0x994a61),_0x577019=this[_0x493579(0x100)](_0x3ff423,_0x3482ee);return _0x4e0af7[_0x493579(0xf5)](_0x577019,0x0);}}return null;}[_0x1e118b(0xf3)](_0x5e264b){const _0x5f1a7a=_0x1e118b,_0x149129=this[_0x5f1a7a(0x10e)][_0x5f1a7a(0xbf)][_0x5f1a7a(0xe7)](_0x5f1a7a(0xb3)),_0x575b48=this[_0x5f1a7a(0x10e)][_0x5f1a7a(0xd8)][_0x5f1a7a(0x105)](_0x5e264b),_0x212470=Array[_0x5f1a7a(0x108)](_0x575b48[_0x5f1a7a(0xac)]())[_0x5f1a7a(0xd1)](_0x21c8a9=>_0x21c8a9['is'](_0x5f1a7a(0xe6),_0x5f1a7a(0xdf)));let _0x3cd57b=0x0;return _0x212470[_0x5f1a7a(0xcf)](_0x583cf0=>{const _0x2e1fcf=_0x5f1a7a;_0x3cd57b+=_0x149129[_0x2e1fcf(0xcb)](_0x583cf0);}),_0x3cd57b;}[_0x1e118b(0x100)](_0x1e0391,_0x114125){const _0x470069=_0x1e118b,_0xc82a5f=this[_0x470069(0x10e)][_0x470069(0xbf)][_0x470069(0xe7)](_0x470069(0xb3)),_0x598832=_0xc82a5f[_0x470069(0x107)](_0x1e0391),_0x2ff7c9=_0xc82a5f[_0x470069(0xb2)](_0x1e0391),_0x403268=_0x598832[_0x470069(0x10a)]+0x1,_0x17da4e=_0x2ff7c9[_0x470069(0xb5)],_0x476f15=_0x1e0391[0x0][_0x470069(0xc6)](_0x470069(0xdf));for(let _0x279abd=0x0;_0x279abd<_0x114125;_0x279abd++)_0xc82a5f[_0x470069(0xa7)](_0x476f15,{'at':_0x403268});return _0x476f15[_0x470069(0xd9)](_0x403268)[_0x470069(0xd9)](_0x17da4e);}[_0x1e118b(0xda)](_0x38b7d0,_0x51083f){const _0x5e6a47=_0x1e118b,{plugins:_0x33ec15}=this[_0x5e6a47(0x10e)],{model:_0x175e04}=_0x38b7d0;if(!_0x33ec15[_0x5e6a47(0xc2)](_0x5e6a47(0xb3)))return;_0x33ec15[_0x5e6a47(0xe7)](_0x5e6a47(0xb3))[_0x5e6a47(0xf7)](_0x51083f)[_0x5e6a47(0xee)]&&_0x175e04[_0x5e6a47(0xce)](_0x51083f);}}
23
+ const _0x3007ea=_0x358d;(function(_0x199a2b,_0x45d849){const _0x3ab441=_0x358d,_0x13b7ec=_0x199a2b();while(!![]){try{const _0x138af5=parseInt(_0x3ab441(0xfd))/0x1*(parseInt(_0x3ab441(0xfe))/0x2)+-parseInt(_0x3ab441(0xf9))/0x3*(-parseInt(_0x3ab441(0xd6))/0x4)+-parseInt(_0x3ab441(0x13a))/0x5*(-parseInt(_0x3ab441(0xf1))/0x6)+parseInt(_0x3ab441(0xe4))/0x7*(parseInt(_0x3ab441(0x12c))/0x8)+parseInt(_0x3ab441(0x140))/0x9*(-parseInt(_0x3ab441(0xf7))/0xa)+parseInt(_0x3ab441(0xf8))/0xb+-parseInt(_0x3ab441(0xeb))/0xc*(parseInt(_0x3ab441(0xe9))/0xd);if(_0x138af5===_0x45d849)break;else _0x13b7ec['push'](_0x13b7ec['shift']());}catch(_0x5ed657){_0x13b7ec['push'](_0x13b7ec['shift']());}}}(_0x587e,0xa7564));import{uid as _0x4f8803}from'ckeditor5/src/utils.js';import{Plugin as _0x59dcf5}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x328db5}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x1de6e6,ViewDataTransfer as _0x13c201}from'ckeditor5/src/engine.js';function _0x358d(_0x217687,_0x56ee51){const _0x587eef=_0x587e();return _0x358d=function(_0x358da2,_0x57ecf5){_0x358da2=_0x358da2-0xd6;let _0x182bc=_0x587eef[_0x358da2];return _0x182bc;},_0x358d(_0x217687,_0x56ee51);}function _0x587e(){const _0x57b8d9=['markers','filter','change','getRowIndexes','hideFakeVisualSelection','pluginName','DataTransfer','fire','getRanges','insertRows','isOfficialPlugin','length','lowest','8Jhljxm','span','isAtEnd','end','markerRange','getChild','parse','getSelectedTableCells','editingDowncast','deleteContent','_getTableRowCountFromContent','once','_prepareTableInsertBelowPosition','_getDefaultInsertBelowPosition','5XZiXdt','canEditAt','getColumnIndexes','text/html','push','updateMarker','4151565hQtdna','map','resultRange','setData','TableUtils','setSelection','pop','8ndphFK','addClass','ck-fake-ai-selection','model','for','off','ck-ai-assistant-ui_theme','data','forEach','start','contentInsertion','element','last','table','3895143qbVvXW','insertContentBelow','isContent','_pasteHTMLUsingClipboard','showFakeVisualSelection','104imHIAR','getLastPosition','1737312igSLMP','insertContent','plugins','selection','createRange','init','2571780QrZByU','schema','isPremiumPlugin','getFirstRange','getRows','getRange','10MoaoNs','1627912CNLOtd','229269ivCusn','ai.assistant.useTheme','getMarkersGroup','isCollapsed','254747KCuirx','8husZNe','markerToElement','createUIElement','removeMarker','ai-ui','editing','has','ck-fake-ai-selection_collapsed','conversion','findAncestor','_createEmptyTableRows','createSelection','addMarker','getSelectedBlocks','config','getChildren','markerToHighlight','get','editor','_resetContentOfSelectedTableCells','fromCharCode','_getAISelection','afterInit','createPositionAfter','document','AIAssistantEditing','getLastMatchingPosition','createPositionAt','paste','join','href','first','from'];_0x587e=function(){return _0x57b8d9;};return _0x587e();}const w=globalThis[_0x3007ea(0x125)],f=_0x3007ea(0x102);export class AIAssistantEditing extends _0x59dcf5{static get[_0x3007ea(0x124)](){const _0x4edebb=_0x3007ea;return _0x4edebb(0x117);}static get[_0x3007ea(0x129)](){return!0x0;}static get[_0x3007ea(0xf3)](){return!0x0;}[_0x3007ea(0xf0)](){const _0x4fe0bc=_0x3007ea,{editor:_0x1b404a}=this,_0x2a251c=[_0x4fe0bc(0xd8)];_0x1b404a[_0x4fe0bc(0x10c)][_0x4fe0bc(0x10f)](_0x4fe0bc(0xfa))&&_0x2a251c[_0x4fe0bc(0x13e)](_0x4fe0bc(0xdc)),_0x1b404a[_0x4fe0bc(0x106)][_0x4fe0bc(0xda)](_0x4fe0bc(0x134))[_0x4fe0bc(0x10e)]({'model':f,'view':{'classes':_0x2a251c,'priority':0xc}}),_0x1b404a[_0x4fe0bc(0x106)][_0x4fe0bc(0xda)](_0x4fe0bc(0x134))[_0x4fe0bc(0xff)]({'model':f,'view':(_0xe949a5,{writer:_0x5257b2})=>{const _0x242257=_0x4fe0bc;if(!_0xe949a5[_0x242257(0x130)][_0x242257(0xfc)])return null;const _0x5d894c=_0x5257b2[_0x242257(0x100)](_0x242257(0x12d));return _0x5257b2[_0x242257(0xd7)]([_0x242257(0xd8),_0x242257(0x105)],_0x5d894c),_0x5d894c;}});}[_0x3007ea(0x114)](){!async function(_0x505bd3){const _0x1f0098=_0xfcd669([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]),_0x599693=0x3dffc4e1,_0x5a0ceb=0x3df8ba79^_0x599693,_0x3b9ef4=window[_0xfcd669([0x44,0x61,0x74,0x65])][_0xfcd669([0x6e,0x6f,0x77])](),_0x3fca85=_0x505bd3[_0xfcd669([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3ce237=new window[(_0xfcd669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5937dd=>{_0x3fca85[_0xfcd669([0x6f,0x6e,0x63,0x65])](_0xfcd669([0x72,0x65,0x61,0x64,0x79]),_0x5937dd);}),_0x3c41b6={[_0xfcd669([0x6b,0x74,0x79])]:_0xfcd669([0x45,0x43]),[_0xfcd669([0x75,0x73,0x65])]:_0xfcd669([0x73,0x69,0x67]),[_0xfcd669([0x63,0x72,0x76])]:_0xfcd669([0x50,0x2d,0x32,0x35,0x36]),[_0xfcd669([0x78])]:_0xfcd669([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]),[_0xfcd669([0x79])]:_0xfcd669([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]),[_0xfcd669([0x61,0x6c,0x67])]:_0xfcd669([0x45,0x53,0x32,0x35,0x36])},_0x510018=_0x3fca85[_0xfcd669([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xfcd669([0x67,0x65,0x74])](_0xfcd669([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x540eee(){let _0x3feb68,_0x3f1dc0=null,_0x23178c=null;try{if(_0x510018==_0xfcd669([0x47,0x50,0x4c]))return _0xfcd669([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3feb68=_0x13a90a(),!_0x3feb68)return _0xfcd669([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3feb68[_0xfcd669([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x23178c=_0x31478a(_0x3feb68[_0xfcd669([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3feb68[_0xfcd669([0x6a,0x74,0x69])])),await _0x59451a()?_0x1fe78a()?_0x3ec6df()?_0xfcd669([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x16364b()?(_0x3feb68[_0xfcd669([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xfcd669([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3f1dc0=_0x3799d2(_0xfcd669([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1db5f2()):_0xfcd669([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xfcd669([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xfcd669([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0xfcd669([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3ec6df(){const _0x5bf9fe=[_0xfcd669([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xfcd669([0x74,0x72,0x69,0x61,0x6c])][_0xfcd669([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3feb68[_0xfcd669([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3b9ef4/0x3e8:0xe10*_0x5a0ceb;return _0x3feb68[_0xfcd669([0x65,0x78,0x70])]<_0x5bf9fe;}function _0x1fe78a(){const _0x3bb979=_0x3feb68[_0xfcd669([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3bb979&&(!!_0x3bb979[_0xfcd669([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xfcd669([0x2a]))||!!_0x3bb979[_0xfcd669([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xfcd669([0x41,0x49])));}function _0x16364b(){const _0x53beea=_0x358d,_0x36282e=_0x3feb68[_0xfcd669([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x36282e||0x0==_0x36282e[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5c413e}=new URL(window[_0xfcd669([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x53beea(0x11c)]);if(_0x36282e[_0xfcd669([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5c413e))return!0x0;const _0x531290=_0x5c413e[_0xfcd669([0x73,0x70,0x6c,0x69,0x74])](_0xfcd669([0x2e]));return _0x36282e[_0xfcd669([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4407c3=>_0x4407c3[_0xfcd669([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xfcd669([0x2a])))[_0xfcd669([0x6d,0x61,0x70])](_0x48ff0b=>_0x48ff0b[_0xfcd669([0x73,0x70,0x6c,0x69,0x74])](_0xfcd669([0x2e])))[_0xfcd669([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3f226=>_0x3f226[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x531290[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xfcd669([0x6d,0x61,0x70])](_0x2b3a3e=>Array(_0x531290[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2b3a3e[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xfcd669([0x66,0x69,0x6c,0x6c])](_0x2b3a3e[0x0]===_0xfcd669([0x2a])?_0xfcd669([0x2a]):'')[_0xfcd669([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2b3a3e))[_0xfcd669([0x73,0x6f,0x6d,0x65])](_0x4d2390=>_0x531290[_0xfcd669([0x65,0x76,0x65,0x72,0x79])]((_0x3ff0b3,_0x119ee6)=>_0x4d2390[_0x119ee6]===_0x3ff0b3||_0x4d2390[_0x119ee6]===_0xfcd669([0x2a])));}function _0x1db5f2(){return _0x3f1dc0&&_0x23178c?new window[(_0xfcd669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x33c0f5,_0xb932fb)=>{_0x3f1dc0[_0xfcd669([0x74,0x68,0x65,0x6e])](_0x33c0f5,_0xb932fb),_0x23178c[_0xfcd669([0x74,0x68,0x65,0x6e])](_0x48a5de=>{_0x48a5de!=_0xfcd669([0x56,0x61,0x6c,0x69,0x64])&&_0x33c0f5(_0x48a5de);},_0xb932fb);}):_0x3f1dc0||_0x23178c||_0xfcd669([0x56,0x61,0x6c,0x69,0x64]);}}function _0x31478a(_0x504478,_0x8207d3){return new window[(_0xfcd669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4d343e=>{if(_0x71c410())return _0x4d343e(_0xfcd669([0x56,0x61,0x6c,0x69,0x64]));_0x1c444a(),_0x3fca85[_0xfcd669([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xfcd669([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4a8dda=!0x1;const _0x5a8db7=_0x4f8803();function _0x8a0687(_0x14843a){return!!_0x14843a&&(typeof _0x14843a===_0xfcd669([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x14843a===_0xfcd669([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x14843a[_0xfcd669([0x74,0x68,0x65,0x6e])]===_0xfcd669([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x14843a[_0xfcd669([0x63,0x61,0x74,0x63,0x68])]===_0xfcd669([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x195164(_0x4b25d5){_0x47e128(_0x4b25d5)[_0xfcd669([0x74,0x68,0x65,0x6e])](_0x3d03b7=>{if(!_0x3d03b7||_0x3d03b7[_0xfcd669([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xfcd669([0x6f,0x6b]))return _0xfcd669([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xd2b262(_0x4153b5(_0x5a8db7+_0x8207d3))!=_0x3d03b7[_0xfcd669([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xfcd669([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xfcd669([0x56,0x61,0x6c,0x69,0x64]);})[_0xfcd669([0x74,0x68,0x65,0x6e])](_0x1e8024=>(_0x296335(),_0x1e8024),()=>{const _0x543618=_0x49eb37();return null==_0x543618?(_0x296335(),_0xfcd669([0x56,0x61,0x6c,0x69,0x64])):_0xfcd669(_0x3b9ef4-_0x543618>(0x19f340e1^_0x599693)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xfcd669([0x74,0x68,0x65,0x6e])](_0x4d343e)[_0xfcd669([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4d343e(_0xfcd669([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x44cfaf=0x3dc92a61^_0x599693;function _0x296335(){const _0x59ce5c=_0xfcd669([0x6c,0x6c,0x63,0x74,0x2d])+_0xd2b262(_0x4153b5(_0x504478)),_0x250b8b=_0x513b5e(_0xd2b262(window[_0xfcd669([0x4d,0x61,0x74,0x68])][_0xfcd669([0x63,0x65,0x69,0x6c])](_0x3b9ef4/_0x44cfaf)));window[_0xfcd669([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xfcd669([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x59ce5c,_0x250b8b);}function _0x49eb37(){const _0x48c314=_0xfcd669([0x6c,0x6c,0x63,0x74,0x2d])+_0xd2b262(_0x4153b5(_0x504478)),_0x37b93a=window[_0xfcd669([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xfcd669([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x48c314);return _0x37b93a?window[_0xfcd669([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x513b5e(_0x37b93a),0x10)*_0x44cfaf:null;}function _0x47e128(_0x17e869){return new window[(_0xfcd669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2cc988,_0x2a87e9)=>{_0x17e869[_0xfcd669([0x74,0x68,0x65,0x6e])](_0x2cc988,_0x2a87e9),window[_0xfcd669([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2a87e9,0x3dfe1021^_0x599693);});}}_0x3fca85[_0xfcd669([0x6f,0x6e])](_0xfcd669([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x8dc0cc,_0x247a22)=>{if(_0x247a22[0x0]!=_0x504478)return _0x4d343e(_0xfcd669([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x247a22[0x1]={..._0x247a22[0x1],[_0xfcd669([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5a8db7};},{[_0xfcd669([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xfcd669([0x68,0x69,0x67,0x68])}),_0x3fca85[_0xfcd669([0x6f,0x6e])](_0xfcd669([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1c9102=>{_0x8a0687(_0x1c9102[_0xfcd669([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4a8dda=!0x0,_0x195164(_0x1c9102[_0xfcd669([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xfcd669([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xfcd669([0x6c,0x6f,0x77])}),_0x3ce237[_0xfcd669([0x74,0x68,0x65,0x6e])](()=>{_0x4a8dda||_0x4d343e(_0xfcd669([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x71c410(){return _0x3fca85[_0xfcd669([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xfcd669([0x76,0x69,0x65,0x77])][_0xfcd669([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xfcd669([0x61,0x75,0x74,0x6f]);}function _0x1c444a(){_0x3fca85[_0xfcd669([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xfcd669([0x76,0x69,0x65,0x77])][_0xfcd669([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xfcd669([0x61,0x75,0x74,0x6f]);}}function _0x3799d2(_0x2c5d7b){const _0x4bfd32=[new window[(_0xfcd669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x425f67=>setTimeout(_0x425f67,0x3df6fa2d^_0x599693)),_0x3ce237[_0xfcd669([0x74,0x68,0x65,0x6e])](()=>new window[(_0xfcd669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x456d6a=>{let _0x511c00=0x0;_0x3fca85[_0xfcd669([0x6d,0x6f,0x64,0x65,0x6c])][_0xfcd669([0x6f,0x6e])](_0xfcd669([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x57d8bc,_0x449d20)=>{_0x449d20[0x0][_0xfcd669([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x511c00++,_0x511c00==(0x3dffc109^_0x599693)&&(_0x456d6a(),_0x57d8bc[_0xfcd669([0x6f,0x66,0x66])]());});}))];return window[_0xfcd669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xfcd669([0x72,0x61,0x63,0x65])](_0x4bfd32)[_0xfcd669([0x74,0x68,0x65,0x6e])](()=>_0x2c5d7b);}async function _0x61320(){await _0x3ce237,_0x3fca85[_0xfcd669([0x6d,0x6f,0x64,0x65,0x6c])][_0xfcd669([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x36bcef,_0x3fca85[_0xfcd669([0x6d,0x6f,0x64,0x65,0x6c])][_0xfcd669([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x36bcef,_0x3fca85[_0xfcd669([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xfcd669([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x33e0b7(_0x5cac88){const _0x173f31=_0x38b4df();_0x3fca85[_0x173f31]=_0xfcd669([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5cac88,_0x5cac88!=_0xfcd669([0x56,0x61,0x6c,0x69,0x64])&&_0x61320();}function _0x38b4df(){const _0x1ac86e=window[_0xfcd669([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xfcd669([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xfcd669([0x6e,0x6f,0x77])]())[_0xfcd669([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xfcd669([0x2e]),'');let _0x49439a=_0xfcd669([0x6e]);for(let _0x562894=0x0;_0x562894<_0x1ac86e[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x562894+=0x2){let _0x3cedfb=window[_0xfcd669([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1ac86e[_0xfcd669([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x562894,_0x562894+0x2));_0x3cedfb>=_0x1f0098[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3cedfb-=_0x1f0098[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x49439a+=_0x1f0098[_0x3cedfb];}return _0x49439a;}function _0x13a90a(){const _0x5bd1b2=_0x510018[_0xfcd669([0x73,0x70,0x6c,0x69,0x74])](_0xfcd669([0x2e]));if(0x3!=_0x5bd1b2[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x110152(_0x5bd1b2[0x1]);function _0x110152(_0x2475d4){const _0x563781=_0x17c897(_0x2475d4);return _0x563781&&_0x1ba210()?_0x563781:null;function _0x1ba210(){const _0x540795=_0x563781[_0xfcd669([0x6a,0x74,0x69])],_0x367efd=window[_0xfcd669([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x540795[_0xfcd669([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x540795[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1f017f={..._0x563781,[_0xfcd669([0x6a,0x74,0x69])]:_0x540795[_0xfcd669([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x540795[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1f017f[_0xfcd669([0x76,0x63])],_0x4153b5(_0x1f017f)==_0x367efd;}}}async function _0x59451a(){let _0x3f211f=!0x0;try{const _0x5a2fdc=_0x510018[_0xfcd669([0x73,0x70,0x6c,0x69,0x74])](_0xfcd669([0x2e])),[_0x317a58,_0x57eca,_0x2866a0]=_0x5a2fdc;return _0x728f5e(_0x317a58),await _0x11856f(_0x317a58,_0x57eca,_0x2866a0),_0x3f211f;}catch{return!0x1;}function _0x728f5e(_0x417f51){const _0x17803c=_0x17c897(_0x417f51);_0x17803c&&_0x17803c[_0xfcd669([0x61,0x6c,0x67])]==_0xfcd669([0x45,0x53,0x32,0x35,0x36])||(_0x3f211f=!0x1);}async function _0x11856f(_0x47f014,_0xfaf4eb,_0x2fcd80){const _0x22c35f=window[_0xfcd669([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xfcd669([0x66,0x72,0x6f,0x6d])](_0x54b329(_0x2fcd80),_0x3d5998=>_0x3d5998[_0xfcd669([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5b83d4=new window[(_0xfcd669([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xfcd669([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x47f014+_0xfcd669([0x2e])+_0xfaf4eb),_0x51c7b0=window[_0xfcd669([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xfcd669([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x51c7b0)return;const _0x4f4b61=await _0x51c7b0[_0xfcd669([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xfcd669([0x6a,0x77,0x6b]),_0x3c41b6,{[_0xfcd669([0x6e,0x61,0x6d,0x65])]:_0xfcd669([0x45,0x43,0x44,0x53,0x41]),[_0xfcd669([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xfcd669([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xfcd669([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x51c7b0[_0xfcd669([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xfcd669([0x6e,0x61,0x6d,0x65])]:_0xfcd669([0x45,0x43,0x44,0x53,0x41]),[_0xfcd669([0x68,0x61,0x73,0x68])]:{[_0xfcd669([0x6e,0x61,0x6d,0x65])]:_0xfcd669([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4f4b61,_0x22c35f,_0x5b83d4)||(_0x3f211f=!0x1);}}function _0x17c897(_0x28bf50){return _0x28bf50[_0xfcd669([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xfcd669([0x65,0x79]))?JSON[_0xfcd669([0x70,0x61,0x72,0x73,0x65])](_0x54b329(_0x28bf50)):null;}function _0x54b329(_0x4e3598){return window[_0xfcd669([0x61,0x74,0x6f,0x62])](_0x4e3598[_0xfcd669([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xfcd669([0x2b]))[_0xfcd669([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xfcd669([0x2f])));}function _0x4153b5(_0x30d2f1){let _0x1a817f=0x1505;function _0x1513a2(_0x2e8e24){for(let _0x589a2e=0x0;_0x589a2e<_0x2e8e24[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x589a2e++){const _0x4d25c9=_0x2e8e24[_0xfcd669([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x589a2e);_0x1a817f=(_0x1a817f<<0x5)+_0x1a817f+_0x4d25c9,_0x1a817f&=_0x1a817f;}}function _0x85b18b(_0xb9df7f){Array[_0xfcd669([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xb9df7f)?_0xb9df7f[_0xfcd669([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x85b18b):_0xb9df7f&&typeof _0xb9df7f==_0xfcd669([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xfcd669([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xb9df7f)[_0xfcd669([0x73,0x6f,0x72,0x74])]()[_0xfcd669([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5b2ece,_0x5824c0])=>{_0x1513a2(_0x5b2ece),_0x85b18b(_0x5824c0);}):_0x1513a2(window[_0xfcd669([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xb9df7f));}return _0x85b18b(_0x30d2f1),_0x1a817f>>>0x0;}function _0xd2b262(_0x18c1c9){return _0x18c1c9[_0xfcd669([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xfcd669([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xfcd669([0x30]));}function _0x513b5e(_0x59655e){return _0x59655e[_0xfcd669([0x73,0x70,0x6c,0x69,0x74])]('')[_0xfcd669([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xfcd669([0x6a,0x6f,0x69,0x6e])]('');}function _0x36bcef(){}function _0xfcd669(_0x1fe7e0){const _0x415287=_0x358d;return _0x1fe7e0[_0x415287(0x141)](_0x185660=>String[_0x415287(0x112)](_0x185660))[_0x415287(0x11b)]('');}_0x33e0b7(await _0x540eee());}(this);}[_0x3007ea(0xe8)](){const _0x17778e=_0x3007ea,_0x20eefa=this[_0x17778e(0x110)][_0x17778e(0xd9)];_0x20eefa[_0x17778e(0x121)](_0x3f37d6=>{const _0x21d8c1=_0x17778e,_0x1d2547=_0x20eefa[_0x21d8c1(0x116)][_0x21d8c1(0xee)][_0x21d8c1(0x127)]();let _0x277bbb=0x0;for(const _0x5b9534 of _0x1d2547){const _0x282d9d=f+':'+_0x277bbb;if(_0x20eefa[_0x21d8c1(0x11f)][_0x21d8c1(0x104)](_0x282d9d))_0x3f37d6[_0x21d8c1(0x13f)](_0x282d9d,{'range':_0x5b9534});else{if(_0x5b9534[_0x21d8c1(0xdf)][_0x21d8c1(0x12e)]){const _0x4d8432=_0x5b9534[_0x21d8c1(0xdf)][_0x21d8c1(0x118)](({item:_0x120c6d})=>!_0x20eefa[_0x21d8c1(0xf2)][_0x21d8c1(0xe6)](_0x120c6d),{'boundaries':_0x5b9534});_0x3f37d6[_0x21d8c1(0x10a)](_0x282d9d,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x3f37d6[_0x21d8c1(0xef)](_0x4d8432,_0x5b9534[_0x21d8c1(0x12f)])});}else _0x3f37d6[_0x21d8c1(0x10a)](_0x282d9d,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x5b9534});}_0x277bbb++;}});}[_0x3007ea(0x123)](){const _0x137783=_0x3007ea,_0x58d74f=this[_0x137783(0x110)][_0x137783(0xd9)],_0x38c05c=Array[_0x137783(0x11e)](this[_0x137783(0x110)][_0x137783(0xd9)][_0x137783(0x11f)][_0x137783(0xfb)](f));_0x38c05c[_0x137783(0x12a)]&&_0x58d74f[_0x137783(0x121)](_0x24814f=>{const _0x42ebc6=_0x137783;_0x38c05c[_0x42ebc6(0xde)](_0x38e5bb=>{const _0x17387c=_0x42ebc6;_0x24814f[_0x17387c(0x101)](_0x38e5bb);});});}[_0x3007ea(0xec)](_0x414f74,_0x2568a2){const _0x31c989=_0x3007ea,_0x584cc5=this[_0x31c989(0x113)](),_0x518478=_0x2568a2||_0x584cc5[_0x31c989(0xf4)]();this[_0x31c989(0x110)][_0x31c989(0xd9)][_0x31c989(0x13b)](_0x518478)&&this[_0x31c989(0x110)][_0x31c989(0xd9)][_0x31c989(0x121)](_0x581357=>{const _0x3eb26a=_0x31c989;this[_0x3eb26a(0x123)](),_0x2568a2||this[_0x3eb26a(0x111)](_0x581357,_0x584cc5),this[_0x3eb26a(0xe7)]({'insertAt':_0x518478,'writer':_0x581357,'html':_0x414f74});});}[_0x3007ea(0xe5)](_0x460e83){const _0x5d5d7f=_0x3007ea,{model:_0x55d6b9}=this[_0x5d5d7f(0x110)],_0x5a1194=this[_0x5d5d7f(0x113)]();_0x55d6b9[_0x5d5d7f(0x121)](()=>{const _0x53d54b=_0x5d5d7f,_0x4c8196=this[_0x53d54b(0x138)](_0x460e83,_0x5a1194)||this[_0x53d54b(0x139)](_0x5a1194);this[_0x53d54b(0xec)](_0x460e83,_0x4c8196);});}[_0x3007ea(0x113)](){const _0x3acae0=_0x3007ea,_0x4a1b33=this[_0x3acae0(0x110)][_0x3acae0(0xd9)],_0x6bec6e=Array[_0x3acae0(0x11e)](_0x4a1b33[_0x3acae0(0x11f)][_0x3acae0(0xfb)](f))[_0x3acae0(0x141)](_0x15ca7e=>_0x15ca7e[_0x3acae0(0xf6)]());return _0x4a1b33[_0x3acae0(0x109)](_0x6bec6e);}[_0x3007ea(0xe7)]({writer:_0x38ed2a,html:_0x2eff74,insertAt:_0x5d5ac2}){const _0x259808=_0x3007ea,{view:_0x430ad1}=this[_0x259808(0x110)][_0x259808(0x103)],_0x47b505=this[_0x259808(0x110)][_0x259808(0xed)][_0x259808(0x10f)](_0x328db5),_0x54d3f9=new w();_0x54d3f9[_0x259808(0x143)](_0x259808(0x13d),_0x2eff74);const _0x1a06b1=new ClipboardEvent(_0x259808(0x11a),{'clipboardData':_0x54d3f9}),_0x1dab7a=new _0x1de6e6(_0x430ad1,_0x1a06b1,{'dataTransfer':new _0x13c201(_0x54d3f9)});_0x38ed2a[_0x259808(0x145)](_0x5d5ac2);const _0xc58bd4=(_0x3ac265,_0x4c9e88)=>{const _0x39ccde=_0x259808;_0x4c9e88[_0x39ccde(0x142)]&&_0x38ed2a[_0x39ccde(0x145)](_0x4c9e88[_0x39ccde(0x142)]);};_0x47b505[_0x259808(0x137)](_0x259808(0xe0),_0xc58bd4,{'priority':_0x259808(0x12b)}),_0x430ad1[_0x259808(0x116)][_0x259808(0x126)](_0x259808(0x11a),_0x1dab7a),_0x47b505[_0x259808(0xdb)](_0x259808(0xe0),_0xc58bd4);}[_0x3007ea(0x139)](_0x5c1110){const _0x5c70ec=_0x3007ea,{model:_0x596735}=this[_0x5c70ec(0x110)],_0x13eb05=Array[_0x5c70ec(0x11e)](_0x5c1110[_0x5c70ec(0x10b)]());return _0x13eb05[_0x5c70ec(0x12a)]?_0x596735[_0x5c70ec(0x115)](_0x13eb05[_0x5c70ec(0x146)]()):_0x5c1110[_0x5c70ec(0xea)]();}[_0x3007ea(0x138)](_0x39a894,_0x5d6738){const _0x24206c=_0x3007ea,{model:_0x3ed65e,plugins:_0x489a0b}=this[_0x24206c(0x110)];if(_0x489a0b[_0x24206c(0x104)](_0x24206c(0x144))){const _0x4edb4c=_0x489a0b[_0x24206c(0x10f)](_0x24206c(0x144))[_0x24206c(0x133)](_0x5d6738);if(_0x4edb4c[_0x24206c(0x12a)]){const _0x4736b0=this[_0x24206c(0x136)](_0x39a894),_0x2f48d0=this[_0x24206c(0x108)](_0x4edb4c,_0x4736b0);return _0x3ed65e[_0x24206c(0x119)](_0x2f48d0,0x0);}}return null;}[_0x3007ea(0x136)](_0x2e0825){const _0x381769=_0x3007ea,_0x31e0ac=this[_0x381769(0x110)][_0x381769(0xed)][_0x381769(0x10f)](_0x381769(0x144)),_0x5e2e7b=this[_0x381769(0x110)][_0x381769(0xdd)][_0x381769(0x132)](_0x2e0825),_0x1bd397=Array[_0x381769(0x11e)](_0x5e2e7b[_0x381769(0x10d)]())[_0x381769(0x120)](_0x575e2f=>_0x575e2f['is'](_0x381769(0xe1),_0x381769(0xe3)));let _0x4bd570=0x0;return _0x1bd397[_0x381769(0xde)](_0x197b1a=>{const _0x30c88e=_0x381769;_0x4bd570+=_0x31e0ac[_0x30c88e(0xf5)](_0x197b1a);}),_0x4bd570;}[_0x3007ea(0x108)](_0x2f7772,_0x315980){const _0x493b67=_0x3007ea,_0x42743f=this[_0x493b67(0x110)][_0x493b67(0xed)][_0x493b67(0x10f)](_0x493b67(0x144)),_0x4f95b7=_0x42743f[_0x493b67(0x122)](_0x2f7772),_0x1c5125=_0x42743f[_0x493b67(0x13c)](_0x2f7772),_0x3318f3=_0x4f95b7[_0x493b67(0xe2)]+0x1,_0x176bf6=_0x1c5125[_0x493b67(0x11d)],_0x4b4c0e=_0x2f7772[0x0][_0x493b67(0x107)](_0x493b67(0xe3));for(let _0x3b6e24=0x0;_0x3b6e24<_0x315980;_0x3b6e24++)_0x42743f[_0x493b67(0x128)](_0x4b4c0e,{'at':_0x3318f3});return _0x4b4c0e[_0x493b67(0x131)](_0x3318f3)[_0x493b67(0x131)](_0x176bf6);}[_0x3007ea(0x111)](_0x26460f,_0x231fec){const _0x538a79=_0x3007ea,{plugins:_0x383d2c}=this[_0x538a79(0x110)],{model:_0x23866e}=_0x26460f;if(!_0x383d2c[_0x538a79(0x104)](_0x538a79(0x144)))return;_0x383d2c[_0x538a79(0x10f)](_0x538a79(0x144))[_0x538a79(0x133)](_0x231fec)[_0x538a79(0x12a)]&&_0x23866e[_0x538a79(0x135)](_0x231fec);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4e6c39=_0x5e21;(function(_0x5a776c,_0x43cabc){const _0x5c5c37=_0x5e21,_0x2ed2b8=_0x5a776c();while(!![]){try{const _0x2c86cf=-parseInt(_0x5c5c37(0x219))/0x1+parseInt(_0x5c5c37(0x224))/0x2*(-parseInt(_0x5c5c37(0x21e))/0x3)+-parseInt(_0x5c5c37(0x214))/0x4+-parseInt(_0x5c5c37(0x22e))/0x5+parseInt(_0x5c5c37(0x1fe))/0x6+parseInt(_0x5c5c37(0x217))/0x7*(parseInt(_0x5c5c37(0x237))/0x8)+-parseInt(_0x5c5c37(0x223))/0x9*(-parseInt(_0x5c5c37(0x1f2))/0xa);if(_0x2c86cf===_0x43cabc)break;else _0x2ed2b8['push'](_0x2ed2b8['shift']());}catch(_0x39646a){_0x2ed2b8['push'](_0x2ed2b8['shift']());}}}(_0x413b,0xdc59c));import{global as _0xfd288d}from'ckeditor5/src/utils.js';import{View as _0x1283c2,ButtonView as _0x546b5b,SpinnerView as _0x542d7b}from'ckeditor5/src/ui.js';function _0x5e21(_0x5df8e6,_0x270233){const _0x413b48=_0x413b();return _0x5e21=function(_0x5e2128,_0x1d0fb1){_0x5e2128=_0x5e2128-0x1ec;let _0xd1b5b1=_0x413b48[_0x5e2128];return _0xd1b5b1;},_0x5e21(_0x5df8e6,_0x270233);}import{IconCheck as _0x3b4e0c,IconCopy as _0xe6bf91}from'ckeditor5/src/icons.js';import{getTranslation as _0x824fa}from'../../utils/common-translations.js';function _0x413b(){const _0x4620e0=['460ZFbpxu','ck-content','ck-reset_all-excluded','mousedown','text/plain','createElement','-9999px','body','setEndBefore','querySelector','div','isProcessing','4195494lrMJpm','render','lastElementChild','ck-ai-form__content-area-wrapper','ck-ai-form__loader','<span>[</span>','addRange','getSelection','setContent','scrollHeight','ck-ai-form__copy-button','_createCopyButton','focus','execute','textContent','isVisible','change:isProcessing','execCommand','Copy','setStartAfter','icon','AI\x20is\x20writing...','3801504SJnsER','position','contentFieldView','2904482JJHtAM','\x20ck-ai-form__copy-button--copied','1411557iCGCix','clipboard','setTemplate','scrollTo','_createLoader','352098AWHmEV','bind','ck-hidden','text/html','copy','567855cnFEQr','4vTyVBX','locale','ck-ai-form__content-area','appendChild','bindTemplate','class','write','loaderView','value','style','8810510mpiumR','removeAllRanges','remove','wheel','element','change:value','left','ck-ai-form__content-field','isEnabled','32eXczlv','createRange','copyButtonView','firstElementChild','ck-ai-form__content-area--processing','.ck-ai-form__loader','appendLoader','ClipboardItem','<span>]</span>','smooth','listenTo','ck-ai-form__copy-button-wrapper','absolute','_copyHTMLToClipboard','set','innerHTML'];_0x413b=function(){return _0x4620e0;};return _0x413b();}export class AIFormContentArea extends _0x1283c2{[_0x4e6c39(0x216)];[_0x4e6c39(0x239)];constructor(_0x4747eb,_0xd91978=''){const _0x477eae=_0x4e6c39;super(_0x4747eb),this[_0x477eae(0x1f0)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x11aece=this[_0x477eae(0x228)];this[_0x477eae(0x216)]=new ContentFieldView(_0x4747eb,_0xd91978),this[_0x477eae(0x239)]=this[_0x477eae(0x209)](),this[_0x477eae(0x21b)]({'tag':_0x477eae(0x1fc),'attributes':{'class':['ck',_0x477eae(0x201),_0x11aece['if'](_0x477eae(0x20d),_0x477eae(0x220),_0x2920ba=>!_0x2920ba)],'tabindex':'-1'},'children':[{'tag':_0x477eae(0x1fc),'attributes':{'class':['ck',_0x477eae(0x226),_0x11aece['if'](_0x477eae(0x1fd),_0x477eae(0x23b))]},'children':[this[_0x477eae(0x216)],{'tag':_0x477eae(0x1fc),'attributes':{'class':['ck',_0x477eae(0x1ed)]},'children':[this[_0x477eae(0x239)]]}]}]});}[_0x4e6c39(0x1ff)](){const _0x1216e8=_0x4e6c39;super[_0x1216e8(0x1ff)](),this[_0x1216e8(0x22c)]&&this[_0x1216e8(0x216)][_0x1216e8(0x206)](this[_0x1216e8(0x22c)]);let _0x31499d=!0x1;this['on'](_0x1216e8(0x233),(_0x5cd16f,_0x41290a,_0x16e8f1)=>{const _0x53a499=_0x1216e8,_0x1a618b=!this[_0x53a499(0x216)][_0x53a499(0x232)][_0x53a499(0x1fb)](_0x53a499(0x23c));this[_0x53a499(0x216)][_0x53a499(0x206)](_0x16e8f1),this[_0x53a499(0x1fd)]&&_0x1a618b&&!_0x31499d&&this[_0x53a499(0x232)][_0x53a499(0x21c)]({'top':this[_0x53a499(0x232)][_0x53a499(0x207)],'behavior':_0x53a499(0x240)});}),this['on'](_0x1216e8(0x20e),(_0x4c4e30,_0xcbe08d,_0x23b598)=>{const _0x255d4c=_0x1216e8;_0x31499d=!0x1,_0x23b598?(this[_0x255d4c(0x22c)]=null,this[_0x255d4c(0x216)][_0x255d4c(0x23d)]()):this[_0x255d4c(0x22c)]||this[_0x255d4c(0x216)][_0x255d4c(0x206)]('');}),this[_0x1216e8(0x1ec)](this[_0x1216e8(0x232)],_0x1216e8(0x231),()=>{_0x31499d=!0x0;}),this[_0x1216e8(0x1ec)](this[_0x1216e8(0x232)],_0x1216e8(0x1f5),()=>{_0x31499d=!0x0;});}[_0x4e6c39(0x20a)](){const _0x15053a=_0x4e6c39;this[_0x15053a(0x232)][_0x15053a(0x20a)]();}[_0x4e6c39(0x209)](){const _0x3b76c6=_0x4e6c39,_0x5bcaaf=this[_0x3b76c6(0x225)],_0x204162=new _0x546b5b(this[_0x3b76c6(0x225)]),_0x41ad68=_0x3b76c6(0x208);return _0x204162[_0x3b76c6(0x1f0)]({'label':_0x824fa(_0x5bcaaf,_0x3b76c6(0x210)),'icon':_0xe6bf91,'class':_0x41ad68,'tooltip':!0x0}),_0x204162[_0x3b76c6(0x21f)](_0x3b76c6(0x20d))['to'](this,_0x3b76c6(0x22c),_0x862bba=>!!_0x862bba),_0x204162[_0x3b76c6(0x21f)](_0x3b76c6(0x236))['to'](this,_0x3b76c6(0x1fd),_0x1b8d7d=>!_0x1b8d7d),_0x204162['on'](_0x3b76c6(0x20b),()=>{const _0x3b4200=_0x3b76c6;this[_0x3b4200(0x1ef)](this[_0x3b4200(0x216)][_0x3b4200(0x232)]),_0x204162[_0x3b4200(0x212)]=_0x3b4e0c,_0x204162[_0x3b4200(0x229)]=_0x41ad68+_0x3b4200(0x218),this[_0x3b4200(0x20a)](),setTimeout(()=>{const _0x5201fc=_0x3b4200;_0x204162[_0x5201fc(0x212)]=_0xe6bf91,_0x204162[_0x5201fc(0x229)]=_0x41ad68;},0x3e8);}),_0x204162;}[_0x4e6c39(0x1ef)](_0x33a1c5){const _0x5265ad=_0x4e6c39,{window:_0x1a408e,document:_0x5c9aa2}=_0xfd288d;if(_0x1a408e[_0x5265ad(0x23e)]){const {Blob:_0x492a5b,ClipboardItem:_0x13f15a}=_0x1a408e,_0x37ba35=[new _0x13f15a({'text/html':new _0x492a5b([_0x33a1c5[_0x5265ad(0x1f1)]],{'type':_0x5265ad(0x221)}),'text/plain':new _0x492a5b([_0x33a1c5[_0x5265ad(0x20c)]||''],{'type':_0x5265ad(0x1f6)})})];navigator[_0x5265ad(0x21a)][_0x5265ad(0x22a)](_0x37ba35);}else{const _0xeba47b=_0x5c9aa2[_0x5265ad(0x1f7)](_0x5265ad(0x1fc));_0xeba47b[_0x5265ad(0x22d)][_0x5265ad(0x215)]=_0x5265ad(0x1ee),_0xeba47b[_0x5265ad(0x22d)][_0x5265ad(0x234)]=_0x5265ad(0x1f8),_0xeba47b[_0x5265ad(0x1f1)]=_0x5265ad(0x203)+_0x33a1c5[_0x5265ad(0x1f1)]+_0x5265ad(0x23f),_0x5c9aa2[_0x5265ad(0x1f9)][_0x5265ad(0x227)](_0xeba47b);const _0x12120d=_0x5c9aa2[_0x5265ad(0x238)]();_0x12120d[_0x5265ad(0x211)](_0xeba47b[_0x5265ad(0x23a)]),_0x12120d[_0x5265ad(0x1fa)](_0xeba47b[_0x5265ad(0x200)]);const _0x3a2631=_0x1a408e[_0x5265ad(0x205)]();_0x3a2631[_0x5265ad(0x22f)](),_0x3a2631[_0x5265ad(0x204)](_0x12120d),_0x5c9aa2[_0x5265ad(0x20f)](_0x5265ad(0x222)),_0xeba47b[_0x5265ad(0x230)]();}}}export class ContentFieldView extends _0x1283c2{constructor(_0x54a3a1,_0x44f324=''){const _0x173aad=_0x4e6c39;super(_0x54a3a1),this[_0x173aad(0x22b)]=this[_0x173aad(0x21d)](),this[_0x173aad(0x21b)]({'tag':_0x173aad(0x1fc),'attributes':{'class':['ck',_0x173aad(0x1f3),_0x44f324,_0x173aad(0x1f4),_0x173aad(0x235)]}});}[_0x4e6c39(0x206)](_0x437887){const _0x43c1f3=_0x4e6c39;this[_0x43c1f3(0x232)][_0x43c1f3(0x1f1)]=_0x437887;}[_0x4e6c39(0x23d)](){const _0x1be018=_0x4e6c39;this[_0x1be018(0x232)][_0x1be018(0x227)](this[_0x1be018(0x22b)][_0x1be018(0x232)]);}[_0x4e6c39(0x21d)](){const _0xe377f9=_0x4e6c39,_0x297239=new _0x1283c2(),_0x4406a1=this[_0xe377f9(0x225)],_0x8053f6=new _0x542d7b();return _0x8053f6[_0xe377f9(0x20d)]=!0x0,_0x297239[_0xe377f9(0x21b)]({'tag':_0xe377f9(0x1fc),'attributes':{'class':['ck',_0xe377f9(0x202)]},'children':[_0x8053f6,{'text':_0x824fa(_0x4406a1,_0xe377f9(0x213))}]}),_0x297239[_0xe377f9(0x1ff)](),_0x297239;}}
23
+ function _0x538b(){const _0x42cff1=['2448xesJxQ','appendChild','2234720iIlOVa','ck-ai-form__copy-button-wrapper','firstElementChild','change:value','ck-reset_all-excluded','execute','execCommand','value','change:isProcessing','remove','div','150MTXqEr','createRange','element','ck-hidden','body','<span>]</span>','<span>[</span>','82732yFDnXB','ClipboardItem','620870wJIGCb','2190456LOmSOQ','copyButtonView','ck-ai-form__content-area','setStartAfter','ck-ai-form__copy-button','wheel','icon','_copyHTMLToClipboard','text/html','20853Elwojm','isProcessing','appendLoader','Copy','ck-ai-form__loader','-9999px','_createLoader','createElement','locale','focus','1496160JTuFJq','copy','isEnabled','contentFieldView','scrollHeight','left','addRange','ck-ai-form__content-area-wrapper','querySelector','bind','AI\x20is\x20writing...','absolute','loaderView','mousedown','text/plain','write','position','listenTo','innerHTML','class','smooth','setContent','setEndBefore','bindTemplate','removeAllRanges','ck-content','.ck-ai-form__loader','getSelection','setTemplate','38830zUCVNy','lastElementChild','\x20ck-ai-form__copy-button--copied','scrollTo','2889wLBjFI','render','textContent','ck-ai-form__content-field','_createCopyButton','isVisible','clipboard','set','ck-ai-form__content-area--processing','style'];_0x538b=function(){return _0x42cff1;};return _0x538b();}const _0x4a9aa8=_0x507a;(function(_0x2523d4,_0x1945d5){const _0x1f9cca=_0x507a,_0x1dc461=_0x2523d4();while(!![]){try{const _0x493b5d=parseInt(_0x1f9cca(0x130))/0x1+-parseInt(_0x1f9cca(0x11c))/0x2+parseInt(_0x1f9cca(0xef))/0x3+-parseInt(_0x1f9cca(0x12e))/0x4*(-parseInt(_0x1f9cca(0x127))/0x5)+parseInt(_0x1f9cca(0x131))/0x6+parseInt(_0x1f9cca(0x13a))/0x7*(parseInt(_0x1f9cca(0x11a))/0x8)+-parseInt(_0x1f9cca(0x110))/0x9*(parseInt(_0x1f9cca(0x10c))/0xa);if(_0x493b5d===_0x1945d5)break;else _0x1dc461['push'](_0x1dc461['shift']());}catch(_0x117984){_0x1dc461['push'](_0x1dc461['shift']());}}}(_0x538b,0x9f67f));function _0x507a(_0x295221,_0x3cf2f3){const _0x538b0f=_0x538b();return _0x507a=function(_0x507a6a,_0x319dbd){_0x507a6a=_0x507a6a-0xed;let _0x14695f=_0x538b0f[_0x507a6a];return _0x14695f;},_0x507a(_0x295221,_0x3cf2f3);}import{global as _0x3dcdba}from'ckeditor5/src/utils.js';import{View as _0xc1997f,ButtonView as _0x19817b,SpinnerView as _0x81bcf5}from'ckeditor5/src/ui.js';import{IconCheck as _0x57b7b4,IconCopy as _0x2f1b8f}from'ckeditor5/src/icons.js';import{getTranslation as _0x212050}from'../../utils/common-translations.js';export class AIFormContentArea extends _0xc1997f{[_0x4a9aa8(0xf2)];[_0x4a9aa8(0x132)];constructor(_0x31329e,_0x247118=''){const _0x3be7bb=_0x4a9aa8;super(_0x31329e),this[_0x3be7bb(0x117)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x54c3c9=this[_0x3be7bb(0x106)];this[_0x3be7bb(0xf2)]=new ContentFieldView(_0x31329e,_0x247118),this[_0x3be7bb(0x132)]=this[_0x3be7bb(0x114)](),this[_0x3be7bb(0x10b)]({'tag':_0x3be7bb(0x126),'attributes':{'class':['ck',_0x3be7bb(0xf6),_0x54c3c9['if'](_0x3be7bb(0x115),_0x3be7bb(0x12a),_0xc9ee0f=>!_0xc9ee0f)],'tabindex':'-1'},'children':[{'tag':_0x3be7bb(0x126),'attributes':{'class':['ck',_0x3be7bb(0x133),_0x54c3c9['if'](_0x3be7bb(0x13b),_0x3be7bb(0x118))]},'children':[this[_0x3be7bb(0xf2)],{'tag':_0x3be7bb(0x126),'attributes':{'class':['ck',_0x3be7bb(0x11d)]},'children':[this[_0x3be7bb(0x132)]]}]}]});}[_0x4a9aa8(0x111)](){const _0x45d4d8=_0x4a9aa8;super[_0x45d4d8(0x111)](),this[_0x45d4d8(0x123)]&&this[_0x45d4d8(0xf2)][_0x45d4d8(0x104)](this[_0x45d4d8(0x123)]);let _0x287800=!0x1;this['on'](_0x45d4d8(0x11f),(_0x352420,_0x19981f,_0x247b79)=>{const _0x5ad409=_0x45d4d8,_0xe06dad=!this[_0x5ad409(0xf2)][_0x5ad409(0x129)][_0x5ad409(0xf7)](_0x5ad409(0x109));this[_0x5ad409(0xf2)][_0x5ad409(0x104)](_0x247b79),this[_0x5ad409(0x13b)]&&_0xe06dad&&!_0x287800&&this[_0x5ad409(0x129)][_0x5ad409(0x10f)]({'top':this[_0x5ad409(0x129)][_0x5ad409(0xf3)],'behavior':_0x5ad409(0x103)});}),this['on'](_0x45d4d8(0x124),(_0x10cc19,_0xe919f8,_0x42fe28)=>{const _0x21e409=_0x45d4d8;_0x287800=!0x1,_0x42fe28?(this[_0x21e409(0x123)]=null,this[_0x21e409(0xf2)][_0x21e409(0x13c)]()):this[_0x21e409(0x123)]||this[_0x21e409(0xf2)][_0x21e409(0x104)]('');}),this[_0x45d4d8(0x100)](this[_0x45d4d8(0x129)],_0x45d4d8(0x136),()=>{_0x287800=!0x0;}),this[_0x45d4d8(0x100)](this[_0x45d4d8(0x129)],_0x45d4d8(0xfc),()=>{_0x287800=!0x0;});}[_0x4a9aa8(0xee)](){const _0x2c102=_0x4a9aa8;this[_0x2c102(0x129)][_0x2c102(0xee)]();}[_0x4a9aa8(0x114)](){const _0x5279f5=_0x4a9aa8,_0x5f2c8b=this[_0x5279f5(0xed)],_0xf4d300=new _0x19817b(this[_0x5279f5(0xed)]),_0x18e96e=_0x5279f5(0x135);return _0xf4d300[_0x5279f5(0x117)]({'label':_0x212050(_0x5f2c8b,_0x5279f5(0x13d)),'icon':_0x2f1b8f,'class':_0x18e96e,'tooltip':!0x0}),_0xf4d300[_0x5279f5(0xf8)](_0x5279f5(0x115))['to'](this,_0x5279f5(0x123),_0x38931a=>!!_0x38931a),_0xf4d300[_0x5279f5(0xf8)](_0x5279f5(0xf1))['to'](this,_0x5279f5(0x13b),_0x4e2963=>!_0x4e2963),_0xf4d300['on'](_0x5279f5(0x121),()=>{const _0x48ae95=_0x5279f5;this[_0x48ae95(0x138)](this[_0x48ae95(0xf2)][_0x48ae95(0x129)]),_0xf4d300[_0x48ae95(0x137)]=_0x57b7b4,_0xf4d300[_0x48ae95(0x102)]=_0x18e96e+_0x48ae95(0x10e),this[_0x48ae95(0xee)](),setTimeout(()=>{const _0x5e1ef3=_0x48ae95;_0xf4d300[_0x5e1ef3(0x137)]=_0x2f1b8f,_0xf4d300[_0x5e1ef3(0x102)]=_0x18e96e;},0x3e8);}),_0xf4d300;}[_0x4a9aa8(0x138)](_0xabf621){const _0x340b6=_0x4a9aa8,{window:_0x4dced1,document:_0x2a2922}=_0x3dcdba;if(_0x4dced1[_0x340b6(0x12f)]){const {Blob:_0x51f711,ClipboardItem:_0x551492}=_0x4dced1,_0x2eb69c=[new _0x551492({'text/html':new _0x51f711([_0xabf621[_0x340b6(0x101)]],{'type':_0x340b6(0x139)}),'text/plain':new _0x51f711([_0xabf621[_0x340b6(0x112)]||''],{'type':_0x340b6(0xfd)})})];navigator[_0x340b6(0x116)][_0x340b6(0xfe)](_0x2eb69c);}else{const _0x3517a7=_0x2a2922[_0x340b6(0x141)](_0x340b6(0x126));_0x3517a7[_0x340b6(0x119)][_0x340b6(0xff)]=_0x340b6(0xfa),_0x3517a7[_0x340b6(0x119)][_0x340b6(0xf4)]=_0x340b6(0x13f),_0x3517a7[_0x340b6(0x101)]=_0x340b6(0x12d)+_0xabf621[_0x340b6(0x101)]+_0x340b6(0x12c),_0x2a2922[_0x340b6(0x12b)][_0x340b6(0x11b)](_0x3517a7);const _0x58b6ff=_0x2a2922[_0x340b6(0x128)]();_0x58b6ff[_0x340b6(0x134)](_0x3517a7[_0x340b6(0x11e)]),_0x58b6ff[_0x340b6(0x105)](_0x3517a7[_0x340b6(0x10d)]);const _0xf9a29e=_0x4dced1[_0x340b6(0x10a)]();_0xf9a29e[_0x340b6(0x107)](),_0xf9a29e[_0x340b6(0xf5)](_0x58b6ff),_0x2a2922[_0x340b6(0x122)](_0x340b6(0xf0)),_0x3517a7[_0x340b6(0x125)]();}}}export class ContentFieldView extends _0xc1997f{constructor(_0x5b467b,_0x4a218d=''){const _0x3406be=_0x4a9aa8;super(_0x5b467b),this[_0x3406be(0xfb)]=this[_0x3406be(0x140)](),this[_0x3406be(0x10b)]({'tag':_0x3406be(0x126),'attributes':{'class':['ck',_0x3406be(0x108),_0x4a218d,_0x3406be(0x120),_0x3406be(0x113)]}});}[_0x4a9aa8(0x104)](_0x574989){const _0x231af1=_0x4a9aa8;this[_0x231af1(0x129)][_0x231af1(0x101)]=_0x574989;}[_0x4a9aa8(0x13c)](){const _0x26c747=_0x4a9aa8;this[_0x26c747(0x129)][_0x26c747(0x11b)](this[_0x26c747(0xfb)][_0x26c747(0x129)]);}[_0x4a9aa8(0x140)](){const _0x1ffd13=_0x4a9aa8,_0x2556d5=new _0xc1997f(),_0x3828d3=this[_0x1ffd13(0xed)],_0x56185a=new _0x81bcf5();return _0x56185a[_0x1ffd13(0x115)]=!0x0,_0x2556d5[_0x1ffd13(0x10b)]({'tag':_0x1ffd13(0x126),'attributes':{'class':['ck',_0x1ffd13(0x13e)]},'children':[_0x56185a,{'text':_0x212050(_0x3828d3,_0x1ffd13(0xf9))}]}),_0x2556d5[_0x1ffd13(0x111)](),_0x2556d5;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x5eedfd,_0x30dce6){const _0x3529e0=_0x2d72,_0x17d737=_0x5eedfd();while(!![]){try{const _0x4c3d7d=-parseInt(_0x3529e0(0xc0))/0x1+parseInt(_0x3529e0(0xc7))/0x2+parseInt(_0x3529e0(0xbd))/0x3*(parseInt(_0x3529e0(0xc5))/0x4)+-parseInt(_0x3529e0(0xcb))/0x5+-parseInt(_0x3529e0(0xc8))/0x6*(-parseInt(_0x3529e0(0xcc))/0x7)+parseInt(_0x3529e0(0xbf))/0x8+parseInt(_0x3529e0(0xc9))/0x9*(-parseInt(_0x3529e0(0xbe))/0xa);if(_0x4c3d7d===_0x30dce6)break;else _0x17d737['push'](_0x17d737['shift']());}catch(_0x3199cc){_0x17d737['push'](_0x17d737['shift']());}}}(_0x3136,0x74edb));import{IconError as _0x430019}from'ckeditor5/src/icons.js';function _0x3136(){const _0xfe2c56=['1655385bDJwQe','7VvPZNP','ck-ai-form__error','60069WnYTFq','10JvFJTc','6023152GhfGZW','218773uovmdC','content','div','set','setTemplate','188NVLHJz','bindTemplate','1281990svnBFg','3673260geKiHg','17265519TihapE','text'];_0x3136=function(){return _0xfe2c56;};return _0x3136();}import{View as _0x93a224,IconView as _0x685884}from'ckeditor5/src/ui.js';function _0x2d72(_0x2a8769,_0x2dc7bf){const _0x31361a=_0x3136();return _0x2d72=function(_0x2d7284,_0x33f104){_0x2d7284=_0x2d7284-0xbc;let _0x289baf=_0x31361a[_0x2d7284];return _0x289baf;},_0x2d72(_0x2a8769,_0x2dc7bf);}export class AIFormErrorView extends _0x93a224{constructor(_0xcb3871,_0x263277=''){const _0x1923f6=_0x2d72;super(_0xcb3871);const _0x230368=new _0x685884(),_0x13e840=this[_0x1923f6(0xc6)];this[_0x1923f6(0xc3)](_0x1923f6(0xca),_0x263277),_0x230368[_0x1923f6(0xc1)]=_0x430019,this[_0x1923f6(0xc4)]({'tag':_0x1923f6(0xc2),'attributes':{'class':['ck',_0x1923f6(0xbc)]},'children':[_0x230368,{'text':_0x13e840['to'](_0x1923f6(0xca))}]});}}
23
+ (function(_0x385bf5,_0x4ecf5a){const _0x505fc5=_0x3b13,_0x300764=_0x385bf5();while(!![]){try{const _0x14e6f0=-parseInt(_0x505fc5(0x147))/0x1+parseInt(_0x505fc5(0x14a))/0x2*(-parseInt(_0x505fc5(0x14b))/0x3)+-parseInt(_0x505fc5(0x154))/0x4+-parseInt(_0x505fc5(0x153))/0x5*(parseInt(_0x505fc5(0x14d))/0x6)+parseInt(_0x505fc5(0x14f))/0x7+-parseInt(_0x505fc5(0x155))/0x8*(parseInt(_0x505fc5(0x157))/0x9)+parseInt(_0x505fc5(0x149))/0xa;if(_0x14e6f0===_0x4ecf5a)break;else _0x300764['push'](_0x300764['shift']());}catch(_0x563c7b){_0x300764['push'](_0x300764['shift']());}}}(_0x35f9,0x52f31));import{IconError as _0x4893f3}from'ckeditor5/src/icons.js';import{View as _0x4f726d,IconView as _0x8b6897}from'ckeditor5/src/ui.js';function _0x3b13(_0x3fb97c,_0x328d79){const _0x35f940=_0x35f9();return _0x3b13=function(_0x3b13a5,_0xecbed5){_0x3b13a5=_0x3b13a5-0x147;let _0x3c5d7a=_0x35f940[_0x3b13a5];return _0x3c5d7a;},_0x3b13(_0x3fb97c,_0x328d79);}export class AIFormErrorView extends _0x4f726d{constructor(_0x3f2eb8,_0x1363c0=''){const _0x8d4b7d=_0x3b13;super(_0x3f2eb8);const _0x116d94=new _0x8b6897(),_0x1796f2=this[_0x8d4b7d(0x156)];this[_0x8d4b7d(0x148)](_0x8d4b7d(0x14e),_0x1363c0),_0x116d94[_0x8d4b7d(0x152)]=_0x4893f3,this[_0x8d4b7d(0x150)]({'tag':_0x8d4b7d(0x14c),'attributes':{'class':['ck',_0x8d4b7d(0x151)]},'children':[_0x116d94,{'text':_0x1796f2['to'](_0x8d4b7d(0x14e))}]});}}function _0x35f9(){const _0x4a1455=['3IobJhE','div','534SijcbJ','text','2640729FKwKGD','setTemplate','ck-ai-form__error','content','12245SeFwcL','375588dtgeow','372696cCtvIN','bindTemplate','81lYMybl','80282RlNJyq','set','10947600Kchtku','641646cwDxzk'];_0x35f9=function(){return _0x4a1455;};return _0x35f9();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2be55f=_0x307a;(function(_0x4de7c6,_0x353ba5){const _0x8553df=_0x307a,_0x11e027=_0x4de7c6();while(!![]){try{const _0x5c49c7=-parseInt(_0x8553df(0x8a))/0x1*(-parseInt(_0x8553df(0xa8))/0x2)+-parseInt(_0x8553df(0x96))/0x3+parseInt(_0x8553df(0x9f))/0x4+-parseInt(_0x8553df(0x91))/0x5*(-parseInt(_0x8553df(0xa1))/0x6)+parseInt(_0x8553df(0x97))/0x7+parseInt(_0x8553df(0x7a))/0x8+-parseInt(_0x8553df(0xa3))/0x9;if(_0x5c49c7===_0x353ba5)break;else _0x11e027['push'](_0x11e027['shift']());}catch(_0x5be0a2){_0x11e027['push'](_0x11e027['shift']());}}}(_0x219c,0x6d4bd));import{Rect as _0x10ad2a,global as _0x3c13ef,isVisible as _0x544a7b}from'ckeditor5/src/utils.js';import{IconAIHistory as _0x180dbd,IconSubmit as _0x288cf0}from'ckeditor5/src/icons.js';import{AutocompleteView as _0x4bb12d,ButtonView as _0x51d11c}from'ckeditor5/src/ui.js';function _0x307a(_0x1db9df,_0x4fa141){const _0x219cb9=_0x219c();return _0x307a=function(_0x307a67,_0x1e196d){_0x307a67=_0x307a67-0x71;let _0x1dc3c2=_0x219cb9[_0x307a67];return _0x1dc3c2;},_0x307a(_0x1db9df,_0x4fa141);}import{getTranslation as _0x2dfe31}from'../../utils/common-translations.js';function _0x219c(){const _0x1a1141=['focusableChildren','children','4nIfTFh','style','requestAnimationFrame','fire','isEmpty','width','isEnabled','submitButtonView','locale','value','minRows','954864ZxBpoQ','rtl','filteredView','add','ck-ai-form__submit','focus','showHistoryButtonView','focusFirst','History','submit','maxRows','right','fieldView','focusLast','Submit','ck-ai-form__toggle-history','140339VVZnNm','_createSubmitButton','focusCycler','_createShowHistoryButton','left','window','element','3542090xovHkN','set','uiLanguageDirection','target','execute','1390824dkZAVt','3182704SJSKpM','update','render','fieldWrapperChildren','excludeScrollbarsAndBorders','bind','isOn','isVisible','1783620WjmQaj','queryView','6tlcGsV','resultsView','9879714ltGBfA','keystrokes','enter'];_0x219c=function(){return _0x1a1141;};return _0x219c();}export class AIFormPromptView extends _0x4bb12d{[_0x2be55f(0x76)];[_0x2be55f(0x80)];constructor(_0x231e30,_0x55ce19){const _0x4c2e02=_0x2be55f;super(_0x231e30,_0x55ce19),this[_0x4c2e02(0xa0)][_0x4c2e02(0x86)][_0x4c2e02(0x79)]=0x1,this[_0x4c2e02(0xa0)][_0x4c2e02(0x86)][_0x4c2e02(0x84)]=0x3,this[_0x4c2e02(0x76)]=this[_0x4c2e02(0x8b)](),this[_0x4c2e02(0x80)]=this[_0x4c2e02(0x8d)](),this[_0x4c2e02(0xa6)][_0x4c2e02(0x7d)](this[_0x4c2e02(0x80)],0x1),this[_0x4c2e02(0xa6)][_0x4c2e02(0x7d)](this[_0x4c2e02(0x76)]);}[_0x2be55f(0x99)](){const _0x2ab685=_0x2be55f;super[_0x2ab685(0x99)](),this[_0x2ab685(0xa0)][_0x2ab685(0x9a)][_0x2ab685(0x7d)](this[_0x2ab685(0x80)]),this[_0x2ab685(0xa7)][_0x2ab685(0x7d)](this[_0x2ab685(0x76)]),this[_0x2ab685(0xa4)][_0x2ab685(0x92)](_0x2ab685(0xa5),(_0x130972,_0x2226cf)=>{const _0x12c33b=_0x2ab685;_0x130972[_0x12c33b(0x94)]==this[_0x12c33b(0xa0)][_0x12c33b(0x86)][_0x12c33b(0x90)]&&(this[_0x12c33b(0x83)](),_0x2226cf());});}[_0x2be55f(0x8b)](){const _0x57553c=_0x2be55f,_0x19292b=new _0x51d11c(this[_0x57553c(0x77)]),_0x286255=this[_0x57553c(0x77)];return _0x19292b[_0x57553c(0x92)]({'icon':_0x288cf0,'label':_0x2dfe31(_0x286255,_0x57553c(0x88)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x57553c(0x7e)}),_0x19292b['on'](_0x57553c(0x95),()=>{const _0x28cff6=_0x57553c;this[_0x28cff6(0x83)]();}),_0x19292b[_0x57553c(0x9c)](_0x57553c(0x75))['to'](this[_0x57553c(0xa0)][_0x57553c(0x86)],_0x57553c(0x73),this,_0x57553c(0x75),(_0x31d7c3,_0x6d1c02)=>!_0x31d7c3&&_0x6d1c02),_0x19292b;}[_0x2be55f(0x8d)](){const _0x334796=_0x2be55f,_0x22bc1d=new _0x51d11c(this[_0x334796(0x77)]),_0x32feea=this[_0x334796(0xa2)],_0x53b509=this[_0x334796(0x77)];_0x22bc1d[_0x334796(0x92)]({'label':_0x2dfe31(_0x53b509,_0x334796(0x82)),'withText':!0x1,'icon':_0x180dbd,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x334796(0x89)}),_0x22bc1d[_0x334796(0x9c)](_0x334796(0x9d))['to'](_0x32feea,_0x334796(0x9e)),_0x22bc1d[_0x334796(0x9c)](_0x334796(0x75))['to'](this,_0x334796(0x75)),_0x22bc1d['on'](_0x334796(0x95),()=>{const _0x46c835=_0x334796;_0x32feea[_0x46c835(0x9e)]=!_0x32feea[_0x46c835(0x9e)],_0x32feea[_0x46c835(0x9e)]?this[_0x46c835(0x7c)][_0x46c835(0x7f)]():this[_0x46c835(0x7f)]();});const _0xda5245=()=>{const _0x5d73c3=_0x334796;_0x3c13ef[_0x5d73c3(0x8f)][_0x5d73c3(0x71)](()=>{const _0x61a3d7=_0x5d73c3;if(_0x544a7b(this[_0x61a3d7(0x90)])){const _0xc5ef03=new _0x10ad2a(this[_0x61a3d7(0xa0)][_0x61a3d7(0x86)][_0x61a3d7(0x90)]),_0x377ce9=_0xc5ef03[_0x61a3d7(0x74)],_0x404d77=_0x61a3d7(0x7b)===_0x53b509[_0x61a3d7(0x93)]?_0x61a3d7(0x8e):_0x61a3d7(0x85);_0xc5ef03[_0x61a3d7(0x9b)](),_0x22bc1d[_0x61a3d7(0x90)][_0x61a3d7(0xa9)][_0x404d77]=_0x377ce9-_0xc5ef03[_0x61a3d7(0x74)]+0x1+'px';}});};return this[_0x334796(0xa0)][_0x334796(0x86)]['on'](_0x334796(0x98),_0xda5245),this['on'](_0x334796(0x99),_0xda5245),_0x22bc1d;}[_0x2be55f(0x83)](){const _0x580a4e=_0x2be55f,_0x407a61=this[_0x580a4e(0xa0)][_0x580a4e(0x86)][_0x580a4e(0x90)][_0x580a4e(0x78)];this[_0x580a4e(0x72)](_0x580a4e(0x83),_0x407a61);}[_0x2be55f(0x7f)](_0x354b55){const _0x487df6=_0x2be55f;-0x1===_0x354b55?this[_0x487df6(0x8c)][_0x487df6(0x87)]():this[_0x487df6(0x8c)][_0x487df6(0x81)]();}}
23
+ const _0x5438dc=_0x1e8a;function _0x1e8a(_0x1c5331,_0x18f9f7){const _0x36ee48=_0x36ee();return _0x1e8a=function(_0x1e8aa3,_0x54bb6f){_0x1e8aa3=_0x1e8aa3-0xf5;let _0x42d7d7=_0x36ee48[_0x1e8aa3];return _0x42d7d7;},_0x1e8a(_0x1c5331,_0x18f9f7);}(function(_0x4bb1fd,_0x1ba782){const _0x5af5a1=_0x1e8a,_0x4a86b3=_0x4bb1fd();while(!![]){try{const _0x328f51=-parseInt(_0x5af5a1(0xfd))/0x1*(parseInt(_0x5af5a1(0xfc))/0x2)+parseInt(_0x5af5a1(0x113))/0x3+parseInt(_0x5af5a1(0x126))/0x4*(parseInt(_0x5af5a1(0xfe))/0x5)+parseInt(_0x5af5a1(0x110))/0x6+parseInt(_0x5af5a1(0x114))/0x7*(-parseInt(_0x5af5a1(0x106))/0x8)+-parseInt(_0x5af5a1(0x119))/0x9*(parseInt(_0x5af5a1(0x103))/0xa)+parseInt(_0x5af5a1(0x127))/0xb;if(_0x328f51===_0x1ba782)break;else _0x4a86b3['push'](_0x4a86b3['shift']());}catch(_0x451799){_0x4a86b3['push'](_0x4a86b3['shift']());}}}(_0x36ee,0x8a508));import{Rect as _0x270f0d,global as _0x175694,isVisible as _0x336c5e}from'ckeditor5/src/utils.js';import{IconAIHistory as _0x209c7c,IconSubmit as _0x1632e0}from'ckeditor5/src/icons.js';import{AutocompleteView as _0x490886,ButtonView as _0x5aa1ec}from'ckeditor5/src/ui.js';import{getTranslation as _0xd9fe01}from'../../utils/common-translations.js';export class AIFormPromptView extends _0x490886{[_0x5438dc(0x117)];[_0x5438dc(0x100)];constructor(_0x407c24,_0x1a2a4f){const _0x2d8f1c=_0x5438dc;super(_0x407c24,_0x1a2a4f),this[_0x2d8f1c(0x11b)][_0x2d8f1c(0xf8)][_0x2d8f1c(0x12a)]=0x1,this[_0x2d8f1c(0x11b)][_0x2d8f1c(0xf8)][_0x2d8f1c(0x120)]=0x3,this[_0x2d8f1c(0x117)]=this[_0x2d8f1c(0x109)](),this[_0x2d8f1c(0x100)]=this[_0x2d8f1c(0xf9)](),this[_0x2d8f1c(0x10a)][_0x2d8f1c(0x107)](this[_0x2d8f1c(0x100)],0x1),this[_0x2d8f1c(0x10a)][_0x2d8f1c(0x107)](this[_0x2d8f1c(0x117)]);}[_0x5438dc(0x11f)](){const _0x554a73=_0x5438dc;super[_0x554a73(0x11f)](),this[_0x554a73(0x11b)][_0x554a73(0x112)][_0x554a73(0x107)](this[_0x554a73(0x100)]),this[_0x554a73(0x108)][_0x554a73(0x107)](this[_0x554a73(0x117)]),this[_0x554a73(0x111)][_0x554a73(0x10b)](_0x554a73(0x11a),(_0x210f44,_0x5f4537)=>{const _0x762825=_0x554a73;_0x210f44[_0x762825(0x122)]==this[_0x762825(0x11b)][_0x762825(0xf8)][_0x762825(0x118)]&&(this[_0x762825(0xfb)](),_0x5f4537());});}[_0x5438dc(0x109)](){const _0xc8cfc4=_0x5438dc,_0x572925=new _0x5aa1ec(this[_0xc8cfc4(0x101)]),_0x425f86=this[_0xc8cfc4(0x101)];return _0x572925[_0xc8cfc4(0x10b)]({'icon':_0x1632e0,'label':_0xd9fe01(_0x425f86,_0xc8cfc4(0xf6)),'isVisible':!0x0,'tooltip':!0x0,'class':_0xc8cfc4(0x10e)}),_0x572925['on'](_0xc8cfc4(0x104),()=>{const _0x1a57c0=_0xc8cfc4;this[_0x1a57c0(0xfb)]();}),_0x572925[_0xc8cfc4(0xf5)](_0xc8cfc4(0x10f))['to'](this[_0xc8cfc4(0x11b)][_0xc8cfc4(0xf8)],_0xc8cfc4(0x11e),this,_0xc8cfc4(0x10f),(_0x7ff6f9,_0x2ed74b)=>!_0x7ff6f9&&_0x2ed74b),_0x572925;}[_0x5438dc(0xf9)](){const _0x4dff51=_0x5438dc,_0x15159a=new _0x5aa1ec(this[_0x4dff51(0x101)]),_0x2e4469=this[_0x4dff51(0xff)],_0x55c66e=this[_0x4dff51(0x101)];_0x15159a[_0x4dff51(0x10b)]({'label':_0xd9fe01(_0x55c66e,_0x4dff51(0x102)),'withText':!0x1,'icon':_0x209c7c,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x4dff51(0x124)}),_0x15159a[_0x4dff51(0xf5)](_0x4dff51(0xf7))['to'](_0x2e4469,_0x4dff51(0x105)),_0x15159a[_0x4dff51(0xf5)](_0x4dff51(0x10f))['to'](this,_0x4dff51(0x10f)),_0x15159a['on'](_0x4dff51(0x104),()=>{const _0x3ab0a9=_0x4dff51;_0x2e4469[_0x3ab0a9(0x105)]=!_0x2e4469[_0x3ab0a9(0x105)],_0x2e4469[_0x3ab0a9(0x105)]?this[_0x3ab0a9(0x11c)][_0x3ab0a9(0x129)]():this[_0x3ab0a9(0x129)]();});const _0x3e7802=()=>{const _0x2d9373=_0x4dff51;_0x175694[_0x2d9373(0x12b)][_0x2d9373(0x12c)](()=>{const _0x1ff97b=_0x2d9373;if(_0x336c5e(this[_0x1ff97b(0x118)])){const _0xa3c15c=new _0x270f0d(this[_0x1ff97b(0x11b)][_0x1ff97b(0xf8)][_0x1ff97b(0x118)]),_0x420f84=_0xa3c15c[_0x1ff97b(0x12d)],_0x4ab464=_0x1ff97b(0x116)===_0x55c66e[_0x1ff97b(0x10c)]?_0x1ff97b(0x121):_0x1ff97b(0x12f);_0xa3c15c[_0x1ff97b(0x128)](),_0x15159a[_0x1ff97b(0x118)][_0x1ff97b(0x12e)][_0x4ab464]=_0x420f84-_0xa3c15c[_0x1ff97b(0x12d)]+0x1+'px';}});};return this[_0x4dff51(0x11b)][_0x4dff51(0xf8)]['on'](_0x4dff51(0x11d),_0x3e7802),this['on'](_0x4dff51(0x11f),_0x3e7802),_0x15159a;}[_0x5438dc(0xfb)](){const _0x19364d=_0x5438dc,_0xfaee75=this[_0x19364d(0x11b)][_0x19364d(0xf8)][_0x19364d(0x118)][_0x19364d(0x125)];this[_0x19364d(0x123)](_0x19364d(0xfb),_0xfaee75);}[_0x5438dc(0x129)](_0x55747d){const _0x2941ee=_0x5438dc;-0x1===_0x55747d?this[_0x2941ee(0x115)][_0x2941ee(0xfa)]():this[_0x2941ee(0x115)][_0x2941ee(0x10d)]();}}function _0x36ee(){const _0xe35ae4=['width','style','right','bind','Submit','isOn','fieldView','_createShowHistoryButton','focusLast','submit','1533320jreXSR','1xVJnic','5rTBGUO','resultsView','showHistoryButtonView','locale','History','10DZlWYX','execute','isVisible','72TTWjUD','add','children','_createSubmitButton','focusableChildren','set','uiLanguageDirection','focusFirst','ck-ai-form__submit','isEnabled','5272680TKYfVE','keystrokes','fieldWrapperChildren','1010724gMgBDS','644112aWIYbv','focusCycler','rtl','submitButtonView','element','1966743SYPqel','enter','queryView','filteredView','update','isEmpty','render','maxRows','left','target','fire','ck-ai-form__toggle-history','value','1681276fdIwNq','8182460ixKxBi','excludeScrollbarsAndBorders','focus','minRows','window','requestAnimationFrame'];_0x36ee=function(){return _0xe35ae4;};return _0x36ee();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x29dd19=_0x5c47;function _0xddb9(){const _0x670f56=['464IPVwBo','fire','toolbar','tab','prompt','bindTo','listenTo','focusTracker','replaceContent','contentArea','high','copyButtonView','search','bindTemplate','mainAction','value','element','submit','reset','text','isEnabled','_createHistoryView','focusLast','replaceButton','setTemplate','isError','focus','ck-hidden','startProcessing','handleError','shift\x20+\x20tab','isProcessing','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.','errorView','AI_ERROR_FAILED','_createToolbar','div','label','Empty\x20history','set','items','focusCycler','insertButton','clear','promptView','render','trim','3757152zfbwcW','ck-ai-form-content','keystrokes','execute','696381AZjgcl','tryAgainEvent','stopProcessing','1602nYDgGD','focusFirst','chain','fieldView','bind','8113945XKPQYE','_promptHistory','add','finishProcessing','_createPromptView','queryView','locale','stopButton','clearHistory','18678RPDIps','createCollection','isVisible','ck-ai-form','REPLACE','109218vGoWCW','17448foLbgW','9050736TqOQuV','submitPrompt','Ask\x20AI\x20to\x20edit\x20or\x20generate','_focusables','delegate','historyGroupView','Ask\x20AI\x20to\x20improve\x20generated\x20text','insertContentBelow','tryAgainButton'];_0xddb9=function(){return _0x670f56;};return _0xddb9();}(function(_0x344476,_0x1906af){const _0x33ed75=_0x5c47,_0x18e13f=_0x344476();while(!![]){try{const _0x1f8c02=parseInt(_0x33ed75(0x12a))/0x1+parseInt(_0x33ed75(0x140))/0x2+parseInt(_0x33ed75(0x13b))/0x3*(-parseInt(_0x33ed75(0x14b))/0x4)+-parseInt(_0x33ed75(0x132))/0x5+parseInt(_0x33ed75(0x142))/0x6+parseInt(_0x33ed75(0x126))/0x7+-parseInt(_0x33ed75(0x141))/0x8*(-parseInt(_0x33ed75(0x12d))/0x9);if(_0x1f8c02===_0x1906af)break;else _0x18e13f['push'](_0x18e13f['shift']());}catch(_0x5e3906){_0x18e13f['push'](_0x18e13f['shift']());}}}(_0xddb9,0xccee3));import{FocusTracker as _0x547078,KeystrokeHandler as _0x19c8bf}from'ckeditor5/src/utils.js';import{View as _0x33c349,FocusCycler as _0x1ea6c8,createLabeledTextarea as _0x4c7526}from'ckeditor5/src/ui.js';import{AIFormToolbarView as _0x2b3fa8,AIFormToolbarViewMainActionLabel as _0x195cab}from'./aiformtoolbarview.js';import{AIFormContentArea as _0x1d371d}from'./aiformcontentarea.js';import{AIFormErrorView as _0x36ebde}from'./aiformerrorview.js';import{AIFormPromptView as _0x13f752}from'./aiformpromptview.js';function _0x5c47(_0x4e805a,_0x4f4047){const _0xddb9c1=_0xddb9();return _0x5c47=function(_0x5c47e4,_0x465471){_0x5c47e4=_0x5c47e4-0x122;let _0x1dd87c=_0xddb9c1[_0x5c47e4];return _0x1dd87c;},_0x5c47(_0x4e805a,_0x4f4047);}import{AIHistoryListView as _0x1ac165}from'./aihistorylistview.js';import{AIHistoryListItemView as _0x563b5e}from'./aihistorylistitemview.js';import{PromptHistory as _0x3a2435}from'./prompthistory.js';import{getTranslation as _0x29d0d8}from'../../utils/common-translations.js';import{escape as _0xf49f62}from'es-toolkit/compat';export class AIFormView extends _0x33c349{[_0x29dd19(0x152)];[_0x29dd19(0x128)];[_0x29dd19(0x154)];[_0x29dd19(0x14d)];[_0x29dd19(0x123)];[_0x29dd19(0x16c)];[_0x29dd19(0x145)];[_0x29dd19(0x174)];[_0x29dd19(0x133)];constructor(_0x4fb91f,_0x4591db,_0x4548d2=''){const _0x2c0be5=_0x29dd19;super(_0x4fb91f),this[_0x2c0be5(0x172)](_0x2c0be5(0x15f),!0x0),this[_0x2c0be5(0x172)](_0x2c0be5(0x16a),!0x1),this[_0x2c0be5(0x172)](_0x2c0be5(0x14f),''),this[_0x2c0be5(0x172)](_0x2c0be5(0x15a),''),this[_0x2c0be5(0x172)](_0x2c0be5(0x164),!0x1),this[_0x2c0be5(0x172)](_0x2c0be5(0x159),_0x195cab[_0x2c0be5(0x13f)]),this[_0x2c0be5(0x133)]=new _0x3a2435(),this[_0x2c0be5(0x16c)]=new _0x36ebde(_0x4fb91f),this[_0x2c0be5(0x154)]=new _0x1d371d(_0x4fb91f,_0x4548d2),this[_0x2c0be5(0x154)][_0x2c0be5(0x131)](_0x2c0be5(0x16a))['to'](this),this[_0x2c0be5(0x154)][_0x2c0be5(0x131)](_0x2c0be5(0x15a))['to'](this),this[_0x2c0be5(0x14d)]=this[_0x2c0be5(0x16e)](),this[_0x2c0be5(0x14d)][_0x2c0be5(0x131)](_0x2c0be5(0x159))['to'](this),this[_0x2c0be5(0x123)]=this[_0x2c0be5(0x136)](),this[_0x2c0be5(0x152)]=new _0x547078(),this[_0x2c0be5(0x128)]=new _0x19c8bf(),this[_0x2c0be5(0x145)]=this[_0x2c0be5(0x13c)]([this[_0x2c0be5(0x154)],this[_0x2c0be5(0x154)][_0x2c0be5(0x156)],this[_0x2c0be5(0x14d)],this[_0x2c0be5(0x123)]]),this[_0x2c0be5(0x174)]=new _0x1ea6c8({'focusables':this[_0x2c0be5(0x145)],'focusTracker':this[_0x2c0be5(0x152)],'keystrokeHandler':this[_0x2c0be5(0x128)],'actions':{'focusPrevious':_0x2c0be5(0x169),'focusNext':_0x2c0be5(0x14e)}}),this[_0x2c0be5(0x174)][_0x2c0be5(0x12f)](this[_0x2c0be5(0x123)][_0x2c0be5(0x174)]),this[_0x2c0be5(0x123)][_0x2c0be5(0x137)][_0x2c0be5(0x130)][_0x2c0be5(0x131)](_0x2c0be5(0x15a))['to'](this,_0x2c0be5(0x14f));const _0x14a034=this[_0x2c0be5(0x158)];this[_0x2c0be5(0x163)]({'tag':_0x2c0be5(0x16f),'attributes':{'class':['ck',_0x2c0be5(0x13e),_0x4591db],'tabindex':'-1'},'children':[{'tag':_0x2c0be5(0x16f),'attributes':{'class':['ck',_0x2c0be5(0x127)]},'children':[{'tag':_0x2c0be5(0x16f),'attributes':{'class':[_0x14a034['if'](_0x2c0be5(0x164),_0x2c0be5(0x166),_0x2d9c7a=>!_0x2d9c7a)]},'children':[this[_0x2c0be5(0x16c)]]},this[_0x2c0be5(0x154)],this[_0x2c0be5(0x14d)],this[_0x2c0be5(0x123)]]}]});}[_0x29dd19(0x124)](){const _0x161678=_0x29dd19;super[_0x161678(0x124)](),this[_0x161678(0x152)][_0x161678(0x134)](this[_0x161678(0x154)][_0x161678(0x15b)]),this[_0x161678(0x152)][_0x161678(0x134)](this[_0x161678(0x154)][_0x161678(0x156)][_0x161678(0x15b)]),this[_0x161678(0x152)][_0x161678(0x134)](this[_0x161678(0x14d)][_0x161678(0x15b)]),this[_0x161678(0x152)][_0x161678(0x134)](this[_0x161678(0x123)][_0x161678(0x15b)]),this[_0x161678(0x128)][_0x161678(0x151)](this[_0x161678(0x15b)]);}[_0x29dd19(0x165)](_0x2c5315=0x1){const _0x157643=_0x29dd19;-0x1===_0x2c5315?this[_0x157643(0x174)][_0x157643(0x161)]():this[_0x157643(0x174)][_0x157643(0x12e)]();}[_0x29dd19(0x15d)](){const _0x3e6f24=_0x29dd19;this[_0x3e6f24(0x14f)]='',this[_0x3e6f24(0x15a)]='',this[_0x3e6f24(0x164)]=!0x1,this[_0x3e6f24(0x123)][_0x3e6f24(0x15d)](),this[_0x3e6f24(0x154)][_0x3e6f24(0x13d)]=!0x1,this[_0x3e6f24(0x14d)][_0x3e6f24(0x13d)]=!0x1;}[_0x29dd19(0x136)](){const _0x6bdd3b=_0x29dd19,_0x1bbfbf=this[_0x6bdd3b(0x138)],_0x4d1789=new _0x13f752(_0x1bbfbf,{'queryView':{'label':_0x29d0d8(_0x1bbfbf,_0x6bdd3b(0x144)),'creator':_0x4c7526,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':_0x29d0d8(_0x1bbfbf,_0x6bdd3b(0x171)),'secondary':_0x29d0d8(_0x1bbfbf,_0x6bdd3b(0x16b))}}},'filteredView':this[_0x6bdd3b(0x160)](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x4d1789[_0x6bdd3b(0x131)](_0x6bdd3b(0x15f))['to'](this,_0x6bdd3b(0x15f),this,_0x6bdd3b(0x16a),(_0x4e3aca,_0x9da61)=>_0x4e3aca&&!_0x9da61),this[_0x6bdd3b(0x151)](_0x4d1789,_0x6bdd3b(0x15c),(_0xbd393c,_0x21c100)=>{const _0x16ea0d=_0x6bdd3b;this[_0x16ea0d(0x14f)]=_0x21c100;const _0x76e3ec=_0xf49f62(_0x21c100);this[_0x16ea0d(0x14c)](_0x16ea0d(0x143),_0x76e3ec),_0x21c100[_0x16ea0d(0x125)]()&&this[_0x16ea0d(0x133)][_0x16ea0d(0x134)]({'prompt':_0x76e3ec},0x0);},{'priority':_0x6bdd3b(0x155)}),_0x4d1789;}[_0x29dd19(0x160)](){const _0x13bb08=_0x29dd19,_0x18df93=new _0x1ac165(this[_0x13bb08(0x138)]);return _0x18df93[_0x13bb08(0x147)][_0x13bb08(0x173)][_0x13bb08(0x150)](this[_0x13bb08(0x133)])['as'](_0x563b5e),_0x18df93['on'](_0x13bb08(0x13a),()=>{const _0x35c44c=_0x13bb08;this[_0x35c44c(0x133)][_0x35c44c(0x122)](),this[_0x35c44c(0x123)][_0x35c44c(0x157)](''),this[_0x35c44c(0x123)][_0x35c44c(0x165)]();}),_0x18df93;}[_0x29dd19(0x16e)](){const _0x10c5f4=_0x29dd19,_0x3a2f78=new _0x2b3fa8(this[_0x10c5f4(0x138)]);return _0x3a2f78[_0x10c5f4(0x162)][_0x10c5f4(0x131)](_0x10c5f4(0x15f))['to'](this,_0x10c5f4(0x15f),this,_0x10c5f4(0x16a),this,_0x10c5f4(0x15a),(_0x209e24,_0x2c59de,_0x4d4b6e)=>_0x209e24&&!_0x2c59de&&!!_0x4d4b6e),_0x3a2f78[_0x10c5f4(0x162)][_0x10c5f4(0x146)](_0x10c5f4(0x129))['to'](this,_0x10c5f4(0x153)),_0x3a2f78[_0x10c5f4(0x175)][_0x10c5f4(0x131)](_0x10c5f4(0x15f))['to'](this,_0x10c5f4(0x15f),this,_0x10c5f4(0x16a),this,_0x10c5f4(0x15a),(_0x4ac192,_0x5dd90d,_0x40fc20)=>_0x4ac192&&!_0x5dd90d&&!!_0x40fc20),_0x3a2f78[_0x10c5f4(0x175)][_0x10c5f4(0x146)](_0x10c5f4(0x129))['to'](this,_0x10c5f4(0x149)),_0x3a2f78[_0x10c5f4(0x14a)][_0x10c5f4(0x131)](_0x10c5f4(0x15f))['to'](this,_0x10c5f4(0x15f),this,_0x10c5f4(0x16a),(_0x5bd22c,_0x8aaca7)=>_0x5bd22c&&!_0x8aaca7),_0x3a2f78[_0x10c5f4(0x14a)][_0x10c5f4(0x146)](_0x10c5f4(0x129))['to'](this,_0x10c5f4(0x12b)),_0x3a2f78[_0x10c5f4(0x139)][_0x10c5f4(0x131)](_0x10c5f4(0x15f))['to'](this,_0x10c5f4(0x16a)),_0x3a2f78[_0x10c5f4(0x139)][_0x10c5f4(0x146)](_0x10c5f4(0x129))['to'](this,_0x10c5f4(0x12c)),_0x3a2f78;}[_0x29dd19(0x167)](){const _0x3a978c=_0x29dd19;this[_0x3a978c(0x15a)]='',this[_0x3a978c(0x164)]=!0x1,this[_0x3a978c(0x16a)]=!0x0,this[_0x3a978c(0x154)][_0x3a978c(0x13d)]=!0x0,this[_0x3a978c(0x14d)][_0x3a978c(0x13d)]=!0x0,this[_0x3a978c(0x154)][_0x3a978c(0x165)]();}[_0x29dd19(0x135)](){const _0x5b0a92=_0x29dd19,_0x1c9ef6=this[_0x5b0a92(0x138)];this[_0x5b0a92(0x16a)]=!0x1,this[_0x5b0a92(0x14f)]='',this[_0x5b0a92(0x123)][_0x5b0a92(0x15d)](),this[_0x5b0a92(0x15a)]&&(this[_0x5b0a92(0x123)][_0x5b0a92(0x137)][_0x5b0a92(0x170)]=_0x29d0d8(_0x1c9ef6,_0x5b0a92(0x148)));}[_0x29dd19(0x168)](_0x1b2ef9){const _0x33d3f1=_0x29dd19,_0x124d50=this[_0x33d3f1(0x138)];this[_0x33d3f1(0x135)](),this[_0x33d3f1(0x164)]=!0x0,this[_0x33d3f1(0x16c)][_0x33d3f1(0x15e)]=_0x1b2ef9||_0x29d0d8(_0x124d50,_0x33d3f1(0x16d)),this[_0x33d3f1(0x15a)]||(this[_0x33d3f1(0x154)][_0x33d3f1(0x13d)]=!0x1);}}
23
+ const _0x33d497=_0xbac8;(function(_0x247827,_0x54384d){const _0x2da3db=_0xbac8,_0x3e81cf=_0x247827();while(!![]){try{const _0x14e521=-parseInt(_0x2da3db(0x149))/0x1*(-parseInt(_0x2da3db(0x176))/0x2)+parseInt(_0x2da3db(0x134))/0x3*(-parseInt(_0x2da3db(0x146))/0x4)+parseInt(_0x2da3db(0x13c))/0x5+parseInt(_0x2da3db(0x163))/0x6*(parseInt(_0x2da3db(0x16b))/0x7)+-parseInt(_0x2da3db(0x180))/0x8*(parseInt(_0x2da3db(0x139))/0x9)+parseInt(_0x2da3db(0x177))/0xa+-parseInt(_0x2da3db(0x132))/0xb;if(_0x14e521===_0x54384d)break;else _0x3e81cf['push'](_0x3e81cf['shift']());}catch(_0x1b2720){_0x3e81cf['push'](_0x3e81cf['shift']());}}}(_0x3d8b,0xd1d8d));import{FocusTracker as _0x331ee9,KeystrokeHandler as _0x254aa1}from'ckeditor5/src/utils.js';import{View as _0x2b42fc,FocusCycler as _0x117be3,createLabeledTextarea as _0x9b816e}from'ckeditor5/src/ui.js';import{AIFormToolbarView as _0x53ad5e,AIFormToolbarViewMainActionLabel as _0x4a4cda}from'./aiformtoolbarview.js';import{AIFormContentArea as _0x1b52e6}from'./aiformcontentarea.js';function _0x3d8b(){const _0x41bfe6=['tryAgainEvent','chain','locale','20EMrNgB','search','div','631919XrLlHX','text','isError','listenTo','clear','promptView','_focusables','reset','Empty\x20history','queryView','AI_ERROR_FAILED','value','execute','prompt','tab','isEnabled','insertButton','copyButtonView','focus','high','mainAction','setTemplate','stopProcessing','focusCycler','_createHistoryView','submitPrompt','3206838fDwwAn','add','handleError','errorView','bind','clearHistory','trim','isProcessing','14aPNImW','element','label','contentArea','Ask\x20AI\x20to\x20edit\x20or\x20generate','REPLACE','ck-hidden','ck-ai-form-content','tryAgainButton','submit','replaceButton','2oKkbzx','12362500rZAdjo','historyGroupView','ck-ai-form','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.','startProcessing','insertContentBelow','_createPromptView','finishProcessing','focusLast','21288RuqbTG','isVisible','shift\x20+\x20tab','items','fieldView','set','render','bindTemplate','12265572QrEBbG','Ask\x20AI\x20to\x20improve\x20generated\x20text','836511qnprNc','createCollection','replaceContent','_promptHistory','keystrokes','693CQdZHc','focusTracker','bindTo','3182760tiveSu','stopButton','_createToolbar','focusFirst','toolbar','fire','delegate'];_0x3d8b=function(){return _0x41bfe6;};return _0x3d8b();}import{AIFormErrorView as _0x3a3dbc}from'./aiformerrorview.js';import{AIFormPromptView as _0x4c1b23}from'./aiformpromptview.js';import{AIHistoryListView as _0x458fe8}from'./aihistorylistview.js';import{AIHistoryListItemView as _0x3da61a}from'./aihistorylistitemview.js';function _0xbac8(_0x16d103,_0x425ee4){const _0x3d8b03=_0x3d8b();return _0xbac8=function(_0xbac8ae,_0x475cce){_0xbac8ae=_0xbac8ae-0x131;let _0x330942=_0x3d8b03[_0xbac8ae];return _0x330942;},_0xbac8(_0x16d103,_0x425ee4);}import{PromptHistory as _0x2df056}from'./prompthistory.js';import{getTranslation as _0x654f0}from'../../utils/common-translations.js';import{escape as _0x1f6f41}from'es-toolkit/compat';export class AIFormView extends _0x2b42fc{[_0x33d497(0x13a)];[_0x33d497(0x138)];[_0x33d497(0x16e)];[_0x33d497(0x140)];[_0x33d497(0x14e)];[_0x33d497(0x166)];[_0x33d497(0x14f)];[_0x33d497(0x160)];[_0x33d497(0x137)];constructor(_0x25de31,_0x148ca1,_0x1110a0=''){const _0x465c17=_0x33d497;super(_0x25de31),this[_0x465c17(0x185)](_0x465c17(0x158),!0x0),this[_0x465c17(0x185)](_0x465c17(0x16a),!0x1),this[_0x465c17(0x185)](_0x465c17(0x156),''),this[_0x465c17(0x185)](_0x465c17(0x154),''),this[_0x465c17(0x185)](_0x465c17(0x14b),!0x1),this[_0x465c17(0x185)](_0x465c17(0x15d),_0x4a4cda[_0x465c17(0x170)]),this[_0x465c17(0x137)]=new _0x2df056(),this[_0x465c17(0x166)]=new _0x3a3dbc(_0x25de31),this[_0x465c17(0x16e)]=new _0x1b52e6(_0x25de31,_0x1110a0),this[_0x465c17(0x16e)][_0x465c17(0x167)](_0x465c17(0x16a))['to'](this),this[_0x465c17(0x16e)][_0x465c17(0x167)](_0x465c17(0x154))['to'](this),this[_0x465c17(0x140)]=this[_0x465c17(0x13e)](),this[_0x465c17(0x140)][_0x465c17(0x167)](_0x465c17(0x15d))['to'](this),this[_0x465c17(0x14e)]=this[_0x465c17(0x17d)](),this[_0x465c17(0x13a)]=new _0x331ee9(),this[_0x465c17(0x138)]=new _0x254aa1(),this[_0x465c17(0x14f)]=this[_0x465c17(0x135)]([this[_0x465c17(0x16e)],this[_0x465c17(0x16e)][_0x465c17(0x15a)],this[_0x465c17(0x140)],this[_0x465c17(0x14e)]]),this[_0x465c17(0x160)]=new _0x117be3({'focusables':this[_0x465c17(0x14f)],'focusTracker':this[_0x465c17(0x13a)],'keystrokeHandler':this[_0x465c17(0x138)],'actions':{'focusPrevious':_0x465c17(0x182),'focusNext':_0x465c17(0x157)}}),this[_0x465c17(0x160)][_0x465c17(0x144)](this[_0x465c17(0x14e)][_0x465c17(0x160)]),this[_0x465c17(0x14e)][_0x465c17(0x152)][_0x465c17(0x184)][_0x465c17(0x167)](_0x465c17(0x154))['to'](this,_0x465c17(0x156));const _0x420d4c=this[_0x465c17(0x131)];this[_0x465c17(0x15e)]({'tag':_0x465c17(0x148),'attributes':{'class':['ck',_0x465c17(0x179),_0x148ca1],'tabindex':'-1'},'children':[{'tag':_0x465c17(0x148),'attributes':{'class':['ck',_0x465c17(0x172)]},'children':[{'tag':_0x465c17(0x148),'attributes':{'class':[_0x420d4c['if'](_0x465c17(0x14b),_0x465c17(0x171),_0x117001=>!_0x117001)]},'children':[this[_0x465c17(0x166)]]},this[_0x465c17(0x16e)],this[_0x465c17(0x140)],this[_0x465c17(0x14e)]]}]});}[_0x33d497(0x186)](){const _0x208a35=_0x33d497;super[_0x208a35(0x186)](),this[_0x208a35(0x13a)][_0x208a35(0x164)](this[_0x208a35(0x16e)][_0x208a35(0x16c)]),this[_0x208a35(0x13a)][_0x208a35(0x164)](this[_0x208a35(0x16e)][_0x208a35(0x15a)][_0x208a35(0x16c)]),this[_0x208a35(0x13a)][_0x208a35(0x164)](this[_0x208a35(0x140)][_0x208a35(0x16c)]),this[_0x208a35(0x13a)][_0x208a35(0x164)](this[_0x208a35(0x14e)][_0x208a35(0x16c)]),this[_0x208a35(0x138)][_0x208a35(0x14c)](this[_0x208a35(0x16c)]);}[_0x33d497(0x15b)](_0x183e68=0x1){const _0x2a3d40=_0x33d497;-0x1===_0x183e68?this[_0x2a3d40(0x160)][_0x2a3d40(0x17f)]():this[_0x2a3d40(0x160)][_0x2a3d40(0x13f)]();}[_0x33d497(0x150)](){const _0x1ce104=_0x33d497;this[_0x1ce104(0x156)]='',this[_0x1ce104(0x154)]='',this[_0x1ce104(0x14b)]=!0x1,this[_0x1ce104(0x14e)][_0x1ce104(0x150)](),this[_0x1ce104(0x16e)][_0x1ce104(0x181)]=!0x1,this[_0x1ce104(0x140)][_0x1ce104(0x181)]=!0x1;}[_0x33d497(0x17d)](){const _0x133b00=_0x33d497,_0x27296f=this[_0x133b00(0x145)],_0x3760a6=new _0x4c1b23(_0x27296f,{'queryView':{'label':_0x654f0(_0x27296f,_0x133b00(0x16f)),'creator':_0x9b816e,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':_0x654f0(_0x27296f,_0x133b00(0x151)),'secondary':_0x654f0(_0x27296f,_0x133b00(0x17a))}}},'filteredView':this[_0x133b00(0x161)](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x3760a6[_0x133b00(0x167)](_0x133b00(0x158))['to'](this,_0x133b00(0x158),this,_0x133b00(0x16a),(_0x287e41,_0xc3bd14)=>_0x287e41&&!_0xc3bd14),this[_0x133b00(0x14c)](_0x3760a6,_0x133b00(0x174),(_0x536a88,_0x1cf459)=>{const _0x11ce6a=_0x133b00;this[_0x11ce6a(0x156)]=_0x1cf459;const _0x5d8af3=_0x1f6f41(_0x1cf459);this[_0x11ce6a(0x141)](_0x11ce6a(0x162),_0x5d8af3),_0x1cf459[_0x11ce6a(0x169)]()&&this[_0x11ce6a(0x137)][_0x11ce6a(0x164)]({'prompt':_0x5d8af3},0x0);},{'priority':_0x133b00(0x15c)}),_0x3760a6;}[_0x33d497(0x161)](){const _0x180f6c=_0x33d497,_0x51bccf=new _0x458fe8(this[_0x180f6c(0x145)]);return _0x51bccf[_0x180f6c(0x178)][_0x180f6c(0x183)][_0x180f6c(0x13b)](this[_0x180f6c(0x137)])['as'](_0x3da61a),_0x51bccf['on'](_0x180f6c(0x168),()=>{const _0x783356=_0x180f6c;this[_0x783356(0x137)][_0x783356(0x14d)](),this[_0x783356(0x14e)][_0x783356(0x147)](''),this[_0x783356(0x14e)][_0x783356(0x15b)]();}),_0x51bccf;}[_0x33d497(0x13e)](){const _0x37f65c=_0x33d497,_0x5ae796=new _0x53ad5e(this[_0x37f65c(0x145)]);return _0x5ae796[_0x37f65c(0x175)][_0x37f65c(0x167)](_0x37f65c(0x158))['to'](this,_0x37f65c(0x158),this,_0x37f65c(0x16a),this,_0x37f65c(0x154),(_0x557086,_0x5b337c,_0x9548f8)=>_0x557086&&!_0x5b337c&&!!_0x9548f8),_0x5ae796[_0x37f65c(0x175)][_0x37f65c(0x142)](_0x37f65c(0x155))['to'](this,_0x37f65c(0x136)),_0x5ae796[_0x37f65c(0x159)][_0x37f65c(0x167)](_0x37f65c(0x158))['to'](this,_0x37f65c(0x158),this,_0x37f65c(0x16a),this,_0x37f65c(0x154),(_0x1d5d7b,_0x150ccc,_0x5d15bb)=>_0x1d5d7b&&!_0x150ccc&&!!_0x5d15bb),_0x5ae796[_0x37f65c(0x159)][_0x37f65c(0x142)](_0x37f65c(0x155))['to'](this,_0x37f65c(0x17c)),_0x5ae796[_0x37f65c(0x173)][_0x37f65c(0x167)](_0x37f65c(0x158))['to'](this,_0x37f65c(0x158),this,_0x37f65c(0x16a),(_0x281ada,_0x5bce47)=>_0x281ada&&!_0x5bce47),_0x5ae796[_0x37f65c(0x173)][_0x37f65c(0x142)](_0x37f65c(0x155))['to'](this,_0x37f65c(0x143)),_0x5ae796[_0x37f65c(0x13d)][_0x37f65c(0x167)](_0x37f65c(0x158))['to'](this,_0x37f65c(0x16a)),_0x5ae796[_0x37f65c(0x13d)][_0x37f65c(0x142)](_0x37f65c(0x155))['to'](this,_0x37f65c(0x15f)),_0x5ae796;}[_0x33d497(0x17b)](){const _0x2e57df=_0x33d497;this[_0x2e57df(0x154)]='',this[_0x2e57df(0x14b)]=!0x1,this[_0x2e57df(0x16a)]=!0x0,this[_0x2e57df(0x16e)][_0x2e57df(0x181)]=!0x0,this[_0x2e57df(0x140)][_0x2e57df(0x181)]=!0x0,this[_0x2e57df(0x16e)][_0x2e57df(0x15b)]();}[_0x33d497(0x17e)](){const _0x2de840=_0x33d497,_0x5b265d=this[_0x2de840(0x145)];this[_0x2de840(0x16a)]=!0x1,this[_0x2de840(0x156)]='',this[_0x2de840(0x14e)][_0x2de840(0x150)](),this[_0x2de840(0x154)]&&(this[_0x2de840(0x14e)][_0x2de840(0x152)][_0x2de840(0x16d)]=_0x654f0(_0x5b265d,_0x2de840(0x133)));}[_0x33d497(0x165)](_0x142f82){const _0xdc1c42=_0x33d497,_0x5c093a=this[_0xdc1c42(0x145)];this[_0xdc1c42(0x17e)](),this[_0xdc1c42(0x14b)]=!0x0,this[_0xdc1c42(0x166)][_0xdc1c42(0x14a)]=_0x142f82||_0x654f0(_0x5c093a,_0xdc1c42(0x153)),this[_0xdc1c42(0x154)]||(this[_0xdc1c42(0x16e)][_0xdc1c42(0x181)]=!0x1);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5693(_0x1e1846,_0xa09b7c){const _0x491ab3=_0x491a();return _0x5693=function(_0x569317,_0x291bfa){_0x569317=_0x569317-0xc8;let _0x477974=_0x491ab3[_0x569317];return _0x477974;},_0x5693(_0x1e1846,_0xa09b7c);}function _0x491a(){const _0x247818=['children','set','fire','locale','1HiAAsl','add','execute','210yRfqBU','322994DJMLPU','1747056ueoFna','3431826vvhKkx','prompt','2989756pNVwnw','427560jtLOis','16ChgXND','31508kUdfUL','430780dVemdn'];_0x491a=function(){return _0x247818;};return _0x491a();}(function(_0x488f69,_0x21a6d6){const _0x24044b=_0x5693,_0x1fb190=_0x488f69();while(!![]){try{const _0x4abc71=-parseInt(_0x24044b(0xcb))/0x1*(parseInt(_0x24044b(0xcf))/0x2)+parseInt(_0x24044b(0xce))/0x3*(parseInt(_0x24044b(0xd6))/0x4)+parseInt(_0x24044b(0xd4))/0x5+parseInt(_0x24044b(0xd0))/0x6+parseInt(_0x24044b(0xd3))/0x7+-parseInt(_0x24044b(0xd5))/0x8*(parseInt(_0x24044b(0xd1))/0x9)+-parseInt(_0x24044b(0xd7))/0xa;if(_0x4abc71===_0x21a6d6)break;else _0x1fb190['push'](_0x1fb190['shift']());}catch(_0x5e8782){_0x1fb190['push'](_0x1fb190['shift']());}}}(_0x491a,0x5eb8f));import{ListItemView as _0x5853d1,ButtonView as _0x56e1d0,ButtonLabelView as _0x217e19}from'ckeditor5/src/ui.js';import{unescape as _0x3a8dad}from'es-toolkit/compat';export class AIHistoryListItemView extends _0x5853d1{constructor(_0x47c3c6){const _0xc4aa7=_0x5693;super();const _0x3e2194=new _0x217e19(),_0x210c32=new _0x56e1d0(this[_0xc4aa7(0xca)],_0x3e2194);this[_0xc4aa7(0xd8)][_0xc4aa7(0xcc)](_0x210c32),_0x210c32[_0xc4aa7(0xc8)]({'label':_0x47c3c6[_0xc4aa7(0xd2)],'withText':!0x0}),_0x210c32['on'](_0xc4aa7(0xcd),()=>{const _0x25b5e9=_0xc4aa7;this[_0x25b5e9(0xc9)](_0x25b5e9(0xcd),{'value':_0x3a8dad(_0x47c3c6[_0x25b5e9(0xd2)])});});}}
23
+ (function(_0x91cd6b,_0x84a079){const _0x238951=_0x208e,_0x2bdcee=_0x91cd6b();while(!![]){try{const _0x12f10a=parseInt(_0x238951(0x13a))/0x1*(parseInt(_0x238951(0x134))/0x2)+-parseInt(_0x238951(0x138))/0x3+parseInt(_0x238951(0x12d))/0x4*(-parseInt(_0x238951(0x137))/0x5)+-parseInt(_0x238951(0x12c))/0x6+-parseInt(_0x238951(0x135))/0x7*(parseInt(_0x238951(0x132))/0x8)+-parseInt(_0x238951(0x12e))/0x9*(-parseInt(_0x238951(0x13b))/0xa)+parseInt(_0x238951(0x130))/0xb;if(_0x12f10a===_0x84a079)break;else _0x2bdcee['push'](_0x2bdcee['shift']());}catch(_0x48ddac){_0x2bdcee['push'](_0x2bdcee['shift']());}}}(_0x3f91,0xd1789));function _0x3f91(){const _0x457a4e=['set','1713679PVpnHB','319710iIAgBq','children','execute','8176176VEmggx','4ZaaMSz','135zoxJAo','prompt','39042377hUuwlv','locale','8642184KzIPHK','fire','2ugCdXK','7giqhxB','add','8459855KYJvhI','2248854mLAnOD'];_0x3f91=function(){return _0x457a4e;};return _0x3f91();}function _0x208e(_0x282310,_0x4b1d0b){const _0x3f9175=_0x3f91();return _0x208e=function(_0x208e49,_0x36f038){_0x208e49=_0x208e49-0x12b;let _0x25ba5b=_0x3f9175[_0x208e49];return _0x25ba5b;},_0x208e(_0x282310,_0x4b1d0b);}import{ListItemView as _0x567299,ButtonView as _0x5ed6f4,ButtonLabelView as _0x590d06}from'ckeditor5/src/ui.js';import{unescape as _0x1a2c0a}from'es-toolkit/compat';export class AIHistoryListItemView extends _0x567299{constructor(_0x3cdd12){const _0x107621=_0x208e;super();const _0x4ff326=new _0x590d06(),_0x298428=new _0x5ed6f4(this[_0x107621(0x131)],_0x4ff326);this[_0x107621(0x13c)][_0x107621(0x136)](_0x298428),_0x298428[_0x107621(0x139)]({'label':_0x3cdd12[_0x107621(0x12f)],'withText':!0x0}),_0x298428['on'](_0x107621(0x12b),()=>{const _0x2a41c3=_0x107621;this[_0x2a41c3(0x133)](_0x2a41c3(0x12b),{'value':_0x1a2c0a(_0x3cdd12[_0x2a41c3(0x12f)])});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2a7b08=_0x2a43;(function(_0x1627a1,_0x178447){const _0x3c4bd9=_0x2a43,_0x2370d1=_0x1627a1();while(!![]){try{const _0x73cec8=-parseInt(_0x3c4bd9(0x119))/0x1*(-parseInt(_0x3c4bd9(0x125))/0x2)+parseInt(_0x3c4bd9(0x12d))/0x3+parseInt(_0x3c4bd9(0x115))/0x4*(-parseInt(_0x3c4bd9(0x120))/0x5)+parseInt(_0x3c4bd9(0x113))/0x6*(-parseInt(_0x3c4bd9(0x11c))/0x7)+-parseInt(_0x3c4bd9(0x11e))/0x8*(parseInt(_0x3c4bd9(0x114))/0x9)+-parseInt(_0x3c4bd9(0x117))/0xa*(parseInt(_0x3c4bd9(0x126))/0xb)+parseInt(_0x3c4bd9(0x12e))/0xc;if(_0x73cec8===_0x178447)break;else _0x2370d1['push'](_0x2370d1['shift']());}catch(_0x22ec7f){_0x2370d1['push'](_0x2370d1['shift']());}}}(_0x2866,0x93ff3));function _0x2866(){const _0x2d5098=['children','7MFciFu','_createClearHistoryButton','34856mmPzwV','items','17705QEjYUH','locale','clearHistory','Prompt\x20history','execute','88768EaEryq','517ikcHHG','add','label','set','fire','length','Clear','3016794NcwKFK','9369744YmsVIK','clearHistoryButton','1615656QFwdIC','1953RPAYsz','12gpzyjk','filter','37610Ucrcbt','historyGroupView','5ruklEn','delegate'];_0x2866=function(){return _0x2d5098;};return _0x2866();}function _0x2a43(_0x2de865,_0x311943){const _0x2866be=_0x2866();return _0x2a43=function(_0x2a4342,_0x5c0e01){_0x2a4342=_0x2a4342-0x113;let _0x417ba5=_0x2866be[_0x2a4342];return _0x417ba5;},_0x2a43(_0x2de865,_0x311943);}import{ListView as _0x3e1fbc,ListItemGroupView as _0x1b264d,ButtonView as _0x304e1d}from'ckeditor5/src/ui.js';import{getTranslation as _0xdd0bc2}from'../../utils/common-translations.js';export class AIHistoryListView extends _0x3e1fbc{[_0x2a7b08(0x118)];[_0x2a7b08(0x12f)];constructor(_0x3ff719){const _0x285680=_0x2a7b08;super(_0x3ff719),this[_0x285680(0x12f)]=this[_0x285680(0x11d)](),this[_0x285680(0x118)]=new _0x1b264d(),this[_0x285680(0x118)][_0x285680(0x11b)][_0x285680(0x127)](this[_0x285680(0x12f)],0x1),this[_0x285680(0x118)][_0x285680(0x128)]=_0xdd0bc2(_0x3ff719,_0x285680(0x123)),this[_0x285680(0x118)][_0x285680(0x11f)][_0x285680(0x11a)](_0x285680(0x124))['to'](this),this[_0x285680(0x11f)][_0x285680(0x127)](this[_0x285680(0x118)]);}[_0x2a7b08(0x116)](){const _0x59298c=_0x2a7b08;let _0x3ae1ef=0x0;for(const _0x12969b of this[_0x59298c(0x11f)])_0x3ae1ef+=_0x12969b[_0x59298c(0x11f)][_0x59298c(0x12b)];return{'resultsCount':_0x3ae1ef,'totalItemsCount':_0x3ae1ef};}[_0x2a7b08(0x11d)](){const _0x5de2da=_0x2a7b08,_0x5726c6=this[_0x5de2da(0x121)],_0x54324b=new _0x304e1d(this[_0x5de2da(0x121)]);return _0x54324b[_0x5de2da(0x129)]({'label':'('+_0xdd0bc2(_0x5726c6,_0x5de2da(0x12c))+')','withText':!0x0}),_0x54324b['on'](_0x5de2da(0x124),()=>this[_0x5de2da(0x12a)](_0x5de2da(0x122))),_0x54324b;}}
23
+ const _0x55785b=_0x4fd4;(function(_0x5d600b,_0x4650cc){const _0x2e48fb=_0x4fd4,_0xb483fb=_0x5d600b();while(!![]){try{const _0x54617c=-parseInt(_0x2e48fb(0x1eb))/0x1*(parseInt(_0x2e48fb(0x1ea))/0x2)+-parseInt(_0x2e48fb(0x1d7))/0x3*(parseInt(_0x2e48fb(0x1df))/0x4)+parseInt(_0x2e48fb(0x1e4))/0x5+parseInt(_0x2e48fb(0x1ec))/0x6*(-parseInt(_0x2e48fb(0x1ed))/0x7)+parseInt(_0x2e48fb(0x1e5))/0x8*(parseInt(_0x2e48fb(0x1f0))/0x9)+parseInt(_0x2e48fb(0x1e7))/0xa*(parseInt(_0x2e48fb(0x1e3))/0xb)+-parseInt(_0x2e48fb(0x1d6))/0xc;if(_0x54617c===_0x4650cc)break;else _0xb483fb['push'](_0xb483fb['shift']());}catch(_0x36d91c){_0xb483fb['push'](_0xb483fb['shift']());}}}(_0x1d50,0xdaf90));function _0x1d50(){const _0x1ac79f=['filter','children','1953036qKJhFD','207SYyZRV','clearHistoryButton','items','_createClearHistoryButton','execute','label','Clear','set','9668ueZQuj','fire','add','clearHistory','22ssHbOV','1967850LfGbBb','1984YcuyvR','locale','6807610uqTuHQ','Prompt\x20history','delegate','60902fnNEKn','19NHpWID','6PMJuxC','3917683rkDkaE','historyGroupView','length','22122VcmYKF'];_0x1d50=function(){return _0x1ac79f;};return _0x1d50();}function _0x4fd4(_0x3ab72b,_0x17231f){const _0x1d50e9=_0x1d50();return _0x4fd4=function(_0x4fd498,_0x4a7134){_0x4fd498=_0x4fd498-0x1d5;let _0x482a76=_0x1d50e9[_0x4fd498];return _0x482a76;},_0x4fd4(_0x3ab72b,_0x17231f);}import{ListView as _0x360b99,ListItemGroupView as _0x5b2999,ButtonView as _0x29d0e0}from'ckeditor5/src/ui.js';import{getTranslation as _0x1e0578}from'../../utils/common-translations.js';export class AIHistoryListView extends _0x360b99{[_0x55785b(0x1ee)];[_0x55785b(0x1d8)];constructor(_0x5a3613){const _0x548a5a=_0x55785b;super(_0x5a3613),this[_0x548a5a(0x1d8)]=this[_0x548a5a(0x1da)](),this[_0x548a5a(0x1ee)]=new _0x5b2999(),this[_0x548a5a(0x1ee)][_0x548a5a(0x1d5)][_0x548a5a(0x1e1)](this[_0x548a5a(0x1d8)],0x1),this[_0x548a5a(0x1ee)][_0x548a5a(0x1dc)]=_0x1e0578(_0x5a3613,_0x548a5a(0x1e8)),this[_0x548a5a(0x1ee)][_0x548a5a(0x1d9)][_0x548a5a(0x1e9)](_0x548a5a(0x1db))['to'](this),this[_0x548a5a(0x1d9)][_0x548a5a(0x1e1)](this[_0x548a5a(0x1ee)]);}[_0x55785b(0x1f1)](){const _0x569be=_0x55785b;let _0x3d7b08=0x0;for(const _0x3f2df7 of this[_0x569be(0x1d9)])_0x3d7b08+=_0x3f2df7[_0x569be(0x1d9)][_0x569be(0x1ef)];return{'resultsCount':_0x3d7b08,'totalItemsCount':_0x3d7b08};}[_0x55785b(0x1da)](){const _0x5760de=_0x55785b,_0x36a373=this[_0x5760de(0x1e6)],_0x4288e=new _0x29d0e0(this[_0x5760de(0x1e6)]);return _0x4288e[_0x5760de(0x1de)]({'label':'('+_0x1e0578(_0x36a373,_0x5760de(0x1dd))+')','withText':!0x0}),_0x4288e['on'](_0x5760de(0x1db),()=>this[_0x5760de(0x1e0)](_0x5760de(0x1e2))),_0x4288e;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x3e9d(_0x14f425,_0xc002b4){const _0x218a6e=_0x218a();return _0x3e9d=function(_0x3e9d9c,_0x362c28){_0x3e9d9c=_0x3e9d9c-0x1ba;let _0x27a7af=_0x218a6e[_0x3e9d9c];return _0x27a7af;},_0x3e9d(_0x14f425,_0xc002b4);}const _0x3704d3=_0x3e9d;(function(_0xbdcf06,_0x3bd4b0){const _0x1360c4=_0x3e9d,_0x47f39c=_0xbdcf06();while(!![]){try{const _0x1e0d56=-parseInt(_0x1360c4(0x1ce))/0x1+-parseInt(_0x1360c4(0x1bf))/0x2*(-parseInt(_0x1360c4(0x1cc))/0x3)+-parseInt(_0x1360c4(0x1c7))/0x4+parseInt(_0x1360c4(0x1ba))/0x5*(parseInt(_0x1360c4(0x1c1))/0x6)+parseInt(_0x1360c4(0x1c8))/0x7*(parseInt(_0x1360c4(0x1cf))/0x8)+-parseInt(_0x1360c4(0x1ca))/0x9*(parseInt(_0x1360c4(0x1c3))/0xa)+parseInt(_0x1360c4(0x1c5))/0xb*(parseInt(_0x1360c4(0x1c9))/0xc);if(_0x1e0d56===_0x3bd4b0)break;else _0x47f39c['push'](_0x47f39c['shift']());}catch(_0x48e215){_0x47f39c['push'](_0x47f39c['shift']());}}}(_0x218a,0x40ed4));import{Collection as _0x255224}from'ckeditor5/src/utils.js';function _0x218a(){const _0x115cf9=['parse','prompt','getItem','length','155RohYDM','trim','_loadFromSessionStorage','remove','last','37270yAOyqI','toLowerCase','61242XTdGDV','_saveToSessionStorage','2203780YZUjnq','map','1147509inOXaN','setItem','593012roAEIl','154EHFiNM','60mJnNYo','18VDTkby','addMany','66KfGkvs','stringify','404649CbuKJA','4224AByZvq','add','CKEditor/AIFormView/PromptHistory'];_0x218a=function(){return _0x115cf9;};return _0x218a();}const So=_0x3704d3(0x1d1);export class PromptHistory extends _0x255224{constructor(){const _0x4d715c=_0x3704d3;super(),this[_0x4d715c(0x1bc)](),this['on'](_0x4d715c(0x1d0),(_0x1744c3,_0x135c3b)=>{const _0x5a2e8f=_0x4d715c,_0x1c1103=fo(_0x135c3b[_0x5a2e8f(0x1d3)]);for(const _0x13e84a of this)if(_0x13e84a!=_0x135c3b&&fo(_0x13e84a[_0x5a2e8f(0x1d3)])===_0x1c1103){this[_0x5a2e8f(0x1bd)](_0x13e84a);break;}this[_0x5a2e8f(0x1d5)]>0x14&&this[_0x5a2e8f(0x1bd)](this[_0x5a2e8f(0x1be)]),this[_0x5a2e8f(0x1c2)]();}),this['on'](_0x4d715c(0x1bd),()=>{const _0x23032e=_0x4d715c;this[_0x23032e(0x1c2)]();});}[_0x3704d3(0x1bc)](){const _0x44d269=_0x3704d3,_0x2642b7=sessionStorage[_0x44d269(0x1d4)](So)||'[]';this[_0x44d269(0x1cb)](JSON[_0x44d269(0x1d2)](_0x2642b7));}[_0x3704d3(0x1c2)](){const _0x2f381f=_0x3704d3;sessionStorage[_0x2f381f(0x1c6)](So,JSON[_0x2f381f(0x1cd)](this[_0x2f381f(0x1c4)](_0x4b254f=>_0x4b254f)));}}function fo(_0x48f319){const _0x4e6df2=_0x3704d3;return _0x48f319[_0x4e6df2(0x1c0)]()[_0x4e6df2(0x1bb)]();}
23
+ function _0x390b(_0x4edd31,_0x47559e){const _0x4c4659=_0x4c46();return _0x390b=function(_0x390bdb,_0xccb0d2){_0x390bdb=_0x390bdb-0x10f;let _0x3a0625=_0x4c4659[_0x390bdb];return _0x3a0625;},_0x390b(_0x4edd31,_0x47559e);}const _0xe9f6a9=_0x390b;(function(_0x5399fc,_0x22de78){const _0x3caae0=_0x390b,_0x3923b6=_0x5399fc();while(!![]){try{const _0x421c53=-parseInt(_0x3caae0(0x113))/0x1*(parseInt(_0x3caae0(0x11b))/0x2)+-parseInt(_0x3caae0(0x124))/0x3+parseInt(_0x3caae0(0x110))/0x4*(parseInt(_0x3caae0(0x122))/0x5)+parseInt(_0x3caae0(0x114))/0x6*(parseInt(_0x3caae0(0x123))/0x7)+-parseInt(_0x3caae0(0x10f))/0x8+-parseInt(_0x3caae0(0x118))/0x9+parseInt(_0x3caae0(0x115))/0xa;if(_0x421c53===_0x22de78)break;else _0x3923b6['push'](_0x3923b6['shift']());}catch(_0xb4fe42){_0x3923b6['push'](_0x3923b6['shift']());}}}(_0x4c46,0xbab8c));import{Collection as _0x1f0638}from'ckeditor5/src/utils.js';const So=_0xe9f6a9(0x127);export class PromptHistory extends _0x1f0638{constructor(){const _0x373ec9=_0xe9f6a9;super(),this[_0x373ec9(0x112)](),this['on'](_0x373ec9(0x11e),(_0x5aaa2c,_0xa97dc3)=>{const _0x1f362e=_0x373ec9,_0x6ed695=fo(_0xa97dc3[_0x1f362e(0x119)]);for(const _0x74dfc7 of this)if(_0x74dfc7!=_0xa97dc3&&fo(_0x74dfc7[_0x1f362e(0x119)])===_0x6ed695){this[_0x1f362e(0x117)](_0x74dfc7);break;}this[_0x1f362e(0x11d)]>0x14&&this[_0x1f362e(0x117)](this[_0x1f362e(0x111)]),this[_0x1f362e(0x126)]();}),this['on'](_0x373ec9(0x117),()=>{const _0x4729ab=_0x373ec9;this[_0x4729ab(0x126)]();});}[_0xe9f6a9(0x112)](){const _0xb5d904=_0xe9f6a9,_0x2de459=sessionStorage[_0xb5d904(0x11c)](So)||'[]';this[_0xb5d904(0x11f)](JSON[_0xb5d904(0x125)](_0x2de459));}[_0xe9f6a9(0x126)](){const _0x4bab5c=_0xe9f6a9;sessionStorage[_0x4bab5c(0x121)](So,JSON[_0x4bab5c(0x11a)](this[_0x4bab5c(0x128)](_0x20eac3=>_0x20eac3)));}}function fo(_0xb1b90a){const _0x27029e=_0xe9f6a9;return _0xb1b90a[_0x27029e(0x116)]()[_0x27029e(0x120)]();}function _0x4c46(){const _0x1eb8bc=['63bTrkyy','3678759CMUQsZ','parse','_saveToSessionStorage','CKEditor/AIFormView/PromptHistory','map','7203608Ljrpdk','12zGxzCN','last','_loadFromSessionStorage','22DeMFjO','196266EcdNNl','37358230oOZbIF','toLowerCase','remove','10823526gkqyan','prompt','stringify','20726WukKMd','getItem','length','add','addMany','trim','setItem','486490tghTQN'];_0x4c46=function(){return _0x1eb8bc;};return _0x4c46();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x273422=_0x3eec;function _0x3eec(_0x5989d4,_0x5fcfe4){var _0xaf89f9=_0xaf89();return _0x3eec=function(_0x3eecd8,_0x96fc01){_0x3eecd8=_0x3eecd8-0x156;var _0x3e5a97=_0xaf89f9[_0x3eecd8];return _0x3e5a97;},_0x3eec(_0x5989d4,_0x5fcfe4);}(function(_0x5d0f22,_0x3e3303){var _0x33c6f6=_0x3eec,_0x9eeff0=_0x5d0f22();while(!![]){try{var _0x39a6fa=-parseInt(_0x33c6f6(0x15e))/0x1*(parseInt(_0x33c6f6(0x156))/0x2)+parseInt(_0x33c6f6(0x15b))/0x3*(-parseInt(_0x33c6f6(0x15f))/0x4)+parseInt(_0x33c6f6(0x164))/0x5*(-parseInt(_0x33c6f6(0x165))/0x6)+parseInt(_0x33c6f6(0x15c))/0x7*(parseInt(_0x33c6f6(0x16b))/0x8)+parseInt(_0x33c6f6(0x160))/0x9+-parseInt(_0x33c6f6(0x169))/0xa*(-parseInt(_0x33c6f6(0x168))/0xb)+-parseInt(_0x33c6f6(0x158))/0xc*(-parseInt(_0x33c6f6(0x16e))/0xd);if(_0x39a6fa===_0x3e3303)break;else _0x9eeff0['push'](_0x9eeff0['shift']());}catch(_0x21bdba){_0x9eeff0['push'](_0x9eeff0['shift']());}}}(_0xaf89,0x52769));import{ContextPlugin as _0x39ee2d}from'ckeditor5/src/core.js';import{AIChatController as _0x24b0e0}from'./aichatcontroller.js';import{AIEditing as _0x1176fb}from'../aicore/aiediting.js';function _0xaf89(){var _0x226461=['requires','481kXuQSh','isPremiumPlugin','AIChat','focusPromptInput','define','config','13628CNOdHw','ai.chat.models','39708yEygpV','isOfficialPlugin','plugins','363ErGGtR','1233099QEeZik','addSelectionToChatContext','74vALClS','412UvvTqc','4591143klbcRM','context','get','sendMessage','5GGXhHB','1702434nYjLho','pluginName','ai.chat.context','6930zjIoQQ','5230LuSrgM','removeSelectionFromChatContext','8CTmVDe','startConversation'];_0xaf89=function(){return _0x226461;};return _0xaf89();}import{AIChatUI as _0x5e3b30}from'./aichatui.js';import{AIChatHistory as _0x5c3989}from'../aichathistory/aichathistory.js';export class AIChat extends _0x39ee2d{static get[_0x273422(0x16d)](){return[_0x24b0e0,_0x1176fb,_0x5e3b30,_0x5c3989];}static get[_0x273422(0x166)](){var _0x305d8c=_0x273422;return _0x305d8c(0x170);}static get[_0x273422(0x159)](){return!0x0;}static get[_0x273422(0x16f)](){return!0x0;}constructor(_0x33768c){var _0x498f8e=_0x273422;super(_0x33768c),this[_0x498f8e(0x161)][_0x498f8e(0x173)][_0x498f8e(0x172)](_0x498f8e(0x167),{'document':{'enabled':!0x0},'urls':{'enabled':!0x0},'files':{'enabled':!0x0},'sources':[]}),this[_0x498f8e(0x161)][_0x498f8e(0x173)][_0x498f8e(0x172)](_0x498f8e(0x157),{'defaultModelId':void 0x0,'modelSelectorAlwaysVisible':!0x0,'displayedModels':void 0x0});}async[_0x273422(0x15d)](){var _0x25cec9=_0x273422;await this[_0x25cec9(0x161)][_0x25cec9(0x15a)][_0x25cec9(0x162)](_0x24b0e0)[_0x25cec9(0x15d)]();}async[_0x273422(0x16c)](){var _0xd5d868=_0x273422;await this[_0xd5d868(0x161)][_0xd5d868(0x15a)][_0xd5d868(0x162)](_0x24b0e0)[_0xd5d868(0x16c)]();}async[_0x273422(0x163)]({message:_0x307ec0,quickActionData:_0x442c2d}){var _0x3ad392=_0x273422;await this[_0x3ad392(0x161)][_0x3ad392(0x15a)][_0x3ad392(0x162)](_0x24b0e0)[_0x3ad392(0x163)]({'message':_0x307ec0,'quickActionData':_0x442c2d});}[_0x273422(0x16a)](){var _0x9681b0=_0x273422;this[_0x9681b0(0x161)][_0x9681b0(0x15a)][_0x9681b0(0x162)](_0x24b0e0)[_0x9681b0(0x16a)]();}[_0x273422(0x171)](){var _0x143f36=_0x273422;this[_0x143f36(0x161)][_0x143f36(0x15a)][_0x143f36(0x162)](_0x24b0e0)[_0x143f36(0x171)]();}}
23
+ var _0x38e0e3=_0xf068;function _0x5a19(){var _0x59c74e=['sendMessage','2216vKByZc','removeSelectionFromChatContext','pluginName','plugins','focusPromptInput','get','startConversation','AIChat','1311460hHKhvK','ai.chat.models','context','407158EWcCEP','isPremiumPlugin','config','define','999bLKUQW','isOfficialPlugin','18smanue','ai.chat.context','addSelectionToChatContext','requires','21098nDYgDg','102MXeGIK','8880553VcuWfp','1vzViVW','555075vNKeBz','110988YRpQAO'];_0x5a19=function(){return _0x59c74e;};return _0x5a19();}(function(_0x94c500,_0x1f5966){var _0x2baad3=_0xf068,_0x3cc6ba=_0x94c500();while(!![]){try{var _0x3bd429=-parseInt(_0x2baad3(0x14b))/0x1*(parseInt(_0x2baad3(0x15a))/0x2)+-parseInt(_0x2baad3(0x160))/0x3*(parseInt(_0x2baad3(0x14d))/0x4)+-parseInt(_0x2baad3(0x14c))/0x5+-parseInt(_0x2baad3(0x149))/0x6*(parseInt(_0x2baad3(0x164))/0x7)+-parseInt(_0x2baad3(0x14f))/0x8*(parseInt(_0x2baad3(0x15e))/0x9)+-parseInt(_0x2baad3(0x157))/0xa+parseInt(_0x2baad3(0x14a))/0xb;if(_0x3bd429===_0x1f5966)break;else _0x3cc6ba['push'](_0x3cc6ba['shift']());}catch(_0x3479ec){_0x3cc6ba['push'](_0x3cc6ba['shift']());}}}(_0x5a19,0x1b9dc));function _0xf068(_0x5a8eb1,_0x555729){var _0x5a193e=_0x5a19();return _0xf068=function(_0xf068af,_0xe17220){_0xf068af=_0xf068af-0x149;var _0x468262=_0x5a193e[_0xf068af];return _0x468262;},_0xf068(_0x5a8eb1,_0x555729);}import{ContextPlugin as _0x1b6076}from'ckeditor5/src/core.js';import{AIChatController as _0x382450}from'./aichatcontroller.js';import{AIEditing as _0x152ad6}from'../aicore/aiediting.js';import{AIChatUI as _0x7b373b}from'./aichatui.js';import{AIChatHistory as _0x90ee49}from'../aichathistory/aichathistory.js';export class AIChat extends _0x1b6076{static get[_0x38e0e3(0x163)](){return[_0x382450,_0x152ad6,_0x7b373b,_0x90ee49];}static get[_0x38e0e3(0x151)](){var _0x57adc0=_0x38e0e3;return _0x57adc0(0x156);}static get[_0x38e0e3(0x15f)](){return!0x0;}static get[_0x38e0e3(0x15b)](){return!0x0;}constructor(_0x52ff35){var _0x4e50ce=_0x38e0e3;super(_0x52ff35),this[_0x4e50ce(0x159)][_0x4e50ce(0x15c)][_0x4e50ce(0x15d)](_0x4e50ce(0x161),{'document':{'enabled':!0x0},'urls':{'enabled':!0x0},'files':{'enabled':!0x0},'sources':[]}),this[_0x4e50ce(0x159)][_0x4e50ce(0x15c)][_0x4e50ce(0x15d)](_0x4e50ce(0x158),{'defaultModelId':void 0x0,'modelSelectorAlwaysVisible':!0x0,'displayedModels':void 0x0});}async[_0x38e0e3(0x162)](){var _0x26e53c=_0x38e0e3;await this[_0x26e53c(0x159)][_0x26e53c(0x152)][_0x26e53c(0x154)](_0x382450)[_0x26e53c(0x162)]();}async[_0x38e0e3(0x155)](){var _0x1c4036=_0x38e0e3;await this[_0x1c4036(0x159)][_0x1c4036(0x152)][_0x1c4036(0x154)](_0x382450)[_0x1c4036(0x155)]();}async[_0x38e0e3(0x14e)]({message:_0x23011d,quickActionData:_0x479994}){var _0x49b4d3=_0x38e0e3;await this[_0x49b4d3(0x159)][_0x49b4d3(0x152)][_0x49b4d3(0x154)](_0x382450)[_0x49b4d3(0x14e)]({'message':_0x23011d,'quickActionData':_0x479994});}[_0x38e0e3(0x150)](){var _0x8f507b=_0x38e0e3;this[_0x8f507b(0x159)][_0x8f507b(0x152)][_0x8f507b(0x154)](_0x382450)[_0x8f507b(0x150)]();}[_0x38e0e3(0x153)](){var _0x39c5d3=_0x38e0e3;this[_0x39c5d3(0x159)][_0x39c5d3(0x152)][_0x39c5d3(0x154)](_0x382450)[_0x39c5d3(0x153)]();}}