@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.
- package/build/ai.js +1 -1
- package/dist/index.js +5 -5
- package/package.json +15 -15
- package/src/aiactions/model/aiactionsreply.js +1 -1
- package/src/aiassistant/aiassistantediting.js +1 -1
- package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
- package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
- package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
- package/src/aiassistant/ui/form/aiformview.js +1 -1
- package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
- package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
- package/src/aiassistant/ui/form/prompthistory.js +1 -1
- package/src/aichat/aichat.js +1 -1
- package/src/aichat/aichatcontroller.js +1 -1
- package/src/aichat/aichatui.js +1 -1
- package/src/aichat/model/aichatcontext.js +1 -1
- package/src/aichat/model/aichatconversation.js +1 -1
- package/src/aichat/model/aichatinteraction.js +1 -1
- package/src/aichat/ui/aichatfeedview.js +1 -1
- package/src/aichat/ui/aichatheaderview.js +1 -1
- package/src/aichat/ui/aichatview.js +1 -1
- package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
- package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
- package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
- package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
- package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
- package/src/aichathistory/aichathistory.js +1 -1
- package/src/aichathistory/aichathistorycontroller.js +1 -1
- package/src/aichathistory/aichathistoryui.js +1 -1
- package/src/aichathistory/model/aichathistoryconversations.js +1 -1
- package/src/aichathistory/model/aichathistoryitem.js +1 -1
- package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
- package/src/aichathistory/ui/aichathistorylistview.js +1 -1
- package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
- package/src/aichathistory/ui/aichathistoryview.js +1 -1
- package/src/aicore/aiediting.js +1 -1
- package/src/aicore/model/aiinteraction.js +1 -1
- package/src/aicore/model/aimodels.js +1 -1
- package/src/aicore/model/aireply.js +1 -1
- package/src/aicore/pipeline/airesponseapplier.js +2 -2
- package/src/aicore/pipeline/airesponseparser.js +2 -2
- package/src/aicore/ui/aispinner.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
- package/src/aicore/utils/documentposition.js +1 -1
- package/src/aicore/utils/documentrange.js +1 -1
- package/src/aicore/utils/geteditorfromcontext.js +1 -1
- package/src/aicore/utils/getoperationsfromreply.js +1 -1
- package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
- package/src/aicore/utils/htmlparser.js +1 -1
- package/src/aicore/utils/htmlstreamer.js +1 -1
- package/src/aicore/utils/scrollmanager.js +1 -1
- package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
- package/src/aiquickactions/aiquickactionscommand.js +1 -1
- package/src/aiquickactions/aiquickactionsui.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsfilteredlistview.js +1 -1
- package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +1 -1
- package/src/aireviewmode/aireviewmodecontroller.js +1 -1
- package/src/aireviewmode/aireviewmodeediting.js +1 -1
- package/src/aireviewmode/aireviewmodeui.js +1 -1
- package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
- package/src/aireviewmode/model/aireviewsystemcheckrun.js +1 -1
- package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
- package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
- package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
- 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.
|
|
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.
|
|
33
|
-
"@ckeditor/ckeditor5-cloud-services": "47.4.0-alpha.
|
|
34
|
-
"@ckeditor/ckeditor5-collaboration-core": "47.4.0-alpha.
|
|
35
|
-
"@ckeditor/ckeditor5-core": "47.4.0-alpha.
|
|
36
|
-
"@ckeditor/ckeditor5-engine": "47.4.0-alpha.
|
|
37
|
-
"@ckeditor/ckeditor5-icons": "47.4.0-alpha.
|
|
38
|
-
"@ckeditor/ckeditor5-markdown-gfm": "47.4.0-alpha.
|
|
39
|
-
"@ckeditor/ckeditor5-table": "47.4.0-alpha.
|
|
40
|
-
"@ckeditor/ckeditor5-theme-lark": "47.4.0-alpha.
|
|
41
|
-
"@ckeditor/ckeditor5-ui": "47.4.0-alpha.
|
|
42
|
-
"@ckeditor/ckeditor5-utils": "47.4.0-alpha.
|
|
43
|
-
"@ckeditor/ckeditor5-real-time-collaboration": "47.4.0-alpha.
|
|
44
|
-
"ckeditor5": "47.4.0-alpha.
|
|
45
|
-
"ckeditor5-collaboration": "47.4.0-alpha.
|
|
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
|
|
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
|
-
|
|
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(
|
|
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
|
|
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
|
|
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
|
-
|
|
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
|
|
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
|
|
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();}
|
package/src/aichat/aichat.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
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)]();}}
|