@ckeditor/ckeditor5-ai 47.4.0-alpha.2 → 47.4.0-alpha.3
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/aiactions.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/aiballoon/aiballoon.js +1 -1
- package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
- package/src/aiballoon/ui/aiballoonview.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/ui/aichatcontrolsview.js +1 -1
- package/src/aichat/ui/aichatfeedview.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/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/resources/aichatcontextresourcesview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
- package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedusermessageitem.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/ui/aichathistorylistview.js +1 -1
- package/src/aichathistory/ui/aichathistoryview.js +1 -1
- package/src/aicore/aiconnector.js +1 -1
- package/src/aicore/aiediting.js +1 -1
- package/src/aicore/model/aireply.js +1 -1
- package/src/aicore/ui/aidisclaimerview.js +1 -1
- package/src/aicore/ui/aiskeleton.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.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/getoperationsfromreply.js +1 -1
- package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
- package/src/aiquickactions/aiquickactionsui.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
- package/src/aireviewmode/aireviewmode.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/ui/aireviewmodeballoonsuggestionview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodegeneralerrorview.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/aitabs/aitabs.js +1 -1
- package/src/aitabs/tabs/aitabsview.js +1 -1
- package/src/aitabs/tabs/tabpanelview.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.3",
|
|
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.3",
|
|
33
|
+
"@ckeditor/ckeditor5-cloud-services": "47.4.0-alpha.3",
|
|
34
|
+
"@ckeditor/ckeditor5-collaboration-core": "47.4.0-alpha.3",
|
|
35
|
+
"@ckeditor/ckeditor5-core": "47.4.0-alpha.3",
|
|
36
|
+
"@ckeditor/ckeditor5-engine": "47.4.0-alpha.3",
|
|
37
|
+
"@ckeditor/ckeditor5-icons": "47.4.0-alpha.3",
|
|
38
|
+
"@ckeditor/ckeditor5-markdown-gfm": "47.4.0-alpha.3",
|
|
39
|
+
"@ckeditor/ckeditor5-table": "47.4.0-alpha.3",
|
|
40
|
+
"@ckeditor/ckeditor5-theme-lark": "47.4.0-alpha.3",
|
|
41
|
+
"@ckeditor/ckeditor5-ui": "47.4.0-alpha.3",
|
|
42
|
+
"@ckeditor/ckeditor5-utils": "47.4.0-alpha.3",
|
|
43
|
+
"@ckeditor/ckeditor5-real-time-collaboration": "47.4.0-alpha.3",
|
|
44
|
+
"ckeditor5": "47.4.0-alpha.3",
|
|
45
|
+
"ckeditor5-collaboration": "47.4.0-alpha.3",
|
|
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 _0x1ac2c8=_0x4325;(function(_0x1ac1b6,_0x32eb72){const _0x1a169b=_0x4325,_0x214882=_0x1ac1b6();while(!![]){try{const _0x40b497=-parseInt(_0x1a169b(0x189))/0x1*(parseInt(_0x1a169b(0x148))/0x2)+-parseInt(_0x1a169b(0x119))/0x3+-parseInt(_0x1a169b(0xd9))/0x4+parseInt(_0x1a169b(0xa6))/0x5*(parseInt(_0x1a169b(0xbe))/0x6)+parseInt(_0x1a169b(0x10c))/0x7+-parseInt(_0x1a169b(0x17d))/0x8+-parseInt(_0x1a169b(0x128))/0x9*(-parseInt(_0x1a169b(0xe0))/0xa);if(_0x40b497===_0x32eb72)break;else _0x214882['push'](_0x214882['shift']());}catch(_0x2c603b){_0x214882['push'](_0x214882['shift']());}}}(_0x6596,0x8aa4a));import{Plugin as _0x1cf332}from'ckeditor5/src/core.js';import{AIConnector as _0x27b499}from'../aicore/aiconnector.js';import{AISuggestionContainerView as _0x4fb611}from'../aicore/ui/suggestioncontainer/aisuggestioncontainerview.js';import{Dialog as _0x3305d4,ButtonView as _0x4ad9f1,ViewCollection as _0x17325a,View as _0x916aa7,BodyCollection as _0x338aa0}from'ckeditor5/src/ui.js';import{AIEditing as _0x55750a}from'../aicore/aiediting.js';import{AIActionsInteraction as _0x21984d}from'./model/aiactionsinteraction.js';import{CKEditorError as _0xacfcc6,first as _0x2b2b5c}from'ckeditor5/src/utils.js';import{IconAIQuickActions as _0x4c46d2,IconRefresh as _0x138dc4,IconNextArrow as _0x6c2f,IconPreviousArrow as _0xbc055e,IconShowChangesOff as _0x1cbaa4}from'@ckeditor/ckeditor5-icons';import{AIBalloon as _0x1730f5}from'../aiballoon/aiballoon.js';import{PromiseQueue as _0x2b550e}from'../aichat/utils/promisequeue.js';function _0x4325(_0x24b98f,_0x3200d1){const _0x659692=_0x6596();return _0x4325=function(_0x432583,_0x45322a){_0x432583=_0x432583-0xa6;let _0xa46ca5=_0x659692[_0x432583];return _0xa46ca5;},_0x4325(_0x24b98f,_0x3200d1);}import{getTranslation as _0xf52960}from'../aicore/utils/common-translations.js';import{getSuggestionPartsFromReply as _0x4b8cd2}from'../aicore/utils/getsuggestionpartsfromreply.js';import{DocumentCompare as _0x5a7a78}from'ckeditor5-collaboration/src/collaboration-core.js';import{fixMarkerOperationOldRange as _0x593f75,getOperationsFromReply as _0x39c828}from'../aicore/utils/getoperationsfromreply.js';import{ModelDocumentFragment as _0x5079b3,ModelRange as _0x4ac241,ModelPosition as _0x279cc9,_DetachOperation as _0x2a5b93,transformOperationSets as _0x299594}from'ckeditor5/src/engine.js';import{AI_REPLY_ACTIONS as _0x5c2f76}from'../aichat/ui/feed/aichatfeedsuggestionitemactionsview.js';export class AIActions extends _0x1cf332{static get[_0x1ac2c8(0xfb)](){return[_0x27b499,_0x3305d4,_0x55750a,_0x1730f5,_0x5a7a78];}static get[_0x1ac2c8(0x152)](){const _0x5a484e=_0x1ac2c8;return _0x5a484e(0x14c);}static get[_0x1ac2c8(0x112)](){return!0x0;}static get[_0x1ac2c8(0x15f)](){return!0x0;}[_0x1ac2c8(0xc2)];[_0x1ac2c8(0x163)]=[];[_0x1ac2c8(0x133)]=0x0;[_0x1ac2c8(0x147)];[_0x1ac2c8(0xd0)]=!0x1;[_0x1ac2c8(0x11e)]=new _0x17325a();[_0x1ac2c8(0x14e)];[_0x1ac2c8(0xe4)];[_0x1ac2c8(0xdd)]=!0x1;[_0x1ac2c8(0x14d)];[_0x1ac2c8(0x102)]=!0x1;[_0x1ac2c8(0x123)]=!0x1;[_0x1ac2c8(0x13e)];[_0x1ac2c8(0x180)];get[_0x1ac2c8(0x12b)](){const _0x4b6761=_0x1ac2c8;return this[_0x4b6761(0x163)][this[_0x4b6761(0x163)][_0x4b6761(0x18d)]-0x1];}constructor(_0x5d5161){const _0x57ffd6=_0x1ac2c8;super(_0x5d5161),this[_0x57ffd6(0x180)]=new _0x338aa0(this[_0x57ffd6(0xaa)][_0x57ffd6(0x161)]),this[_0x57ffd6(0x180)][_0x57ffd6(0x11c)](),this[_0x57ffd6(0xc2)]=this[_0x57ffd6(0xaa)][_0x57ffd6(0xfd)][_0x57ffd6(0xe6)](_0x57ffd6(0xdb)),this[_0x57ffd6(0xde)](_0x57ffd6(0xf8),!0x1),this[_0x57ffd6(0x13e)]=new _0x2b550e(),this[_0x57ffd6(0xc3)]();}[_0x1ac2c8(0xb1)](){const _0x596d0f=_0x1ac2c8;this[_0x596d0f(0x17b)]();}async[_0x1ac2c8(0xbd)](_0x1435c2,_0xc5a8f2,_0xab4b12){const _0x44e070=_0x1ac2c8;if(this[_0x44e070(0xaa)][_0x44e070(0xfd)][_0x44e070(0x16e)](_0x44e070(0xce))){if(this[_0x44e070(0xaa)][_0x44e070(0xfd)][_0x44e070(0xe6)](_0x44e070(0xce))[_0x44e070(0xe9)]()){const {modelFragment:_0x19cc22,anchorData:_0x15836b}=this[_0x44e070(0x109)]();return this[_0x44e070(0x166)](_0x1435c2,_0x19cc22,_0x15836b,_0xc5a8f2,_0xab4b12);}}const {modelFragment:_0x4f5a05,anchorData:_0x323a36}=this[_0x44e070(0x110)]();return this[_0x44e070(0x166)](_0x1435c2,_0x4f5a05,_0x323a36,_0xc5a8f2,_0xab4b12);}[_0x1ac2c8(0x10e)](){const _0x1bbb60=_0x1ac2c8;this[_0x1bbb60(0x180)][_0x1bbb60(0xe7)](),super[_0x1bbb60(0x10e)]();}[_0x1ac2c8(0x110)](){const _0x3acc7f=_0x1ac2c8,_0x129735=this[_0x3acc7f(0xaa)][_0x3acc7f(0xe5)][_0x3acc7f(0xbf)][_0x3acc7f(0x127)];if(_0x129735[_0x3acc7f(0x179)]){const _0x111ab7=_0x2b2b5c(_0x129735[_0x3acc7f(0x111)]())||this[_0x3acc7f(0xaa)][_0x3acc7f(0xe5)][_0x3acc7f(0x14f)][_0x3acc7f(0xc5)](_0x129735);this[_0x3acc7f(0xaa)][_0x3acc7f(0xe5)][_0x3acc7f(0x143)](_0x18bce7=>{const _0x449447=_0x3acc7f;_0x18bce7[_0x449447(0x153)](_0x111ab7,'in');});}const _0x4e7f2d=_0x129735[_0x3acc7f(0x12f)](),_0x478bea=this[_0x3acc7f(0x146)](this[_0x3acc7f(0xaa)][_0x3acc7f(0xe5)][_0x3acc7f(0xf4)](_0x129735),_0x4e7f2d[_0x3acc7f(0x151)],_0x4e7f2d[_0x3acc7f(0xe8)]),_0x4d92d0=_0x129735[_0x3acc7f(0x12f)]()[_0x3acc7f(0x151)],_0x3e04c9=new Map();let _0x4c05ce=_0x478bea;for(let _0x223a8e=0x0;_0x223a8e<_0x4d92d0[_0x3acc7f(0x140)][_0x3acc7f(0x18d)];_0x223a8e++)_0x3e04c9[_0x3acc7f(0xde)](_0x4c05ce,_0x4d92d0[_0x3acc7f(0x140)][_0x223a8e]),_0x4c05ce=_0x4c05ce[_0x3acc7f(0xd2)](0x0);return{'modelFragment':_0x478bea,'anchorData':_0x3e04c9};}[_0x1ac2c8(0x109)](){const _0x43f03b=_0x1ac2c8,_0xed3f24=this[_0x43f03b(0xaa)][_0x43f03b(0xe5)][_0x43f03b(0xbf)][_0x43f03b(0x127)],_0x3f1119=this[_0x43f03b(0xaa)][_0x43f03b(0xfd)][_0x43f03b(0xe6)](_0x43f03b(0xce))[_0x43f03b(0x18a)](),_0x209b48=_0xed3f24[_0x43f03b(0x12f)]()[_0x43f03b(0x151)][_0x43f03b(0x182)][_0x43f03b(0x182)],_0x2e38bf=this[_0x43f03b(0x146)](_0x3f1119,this[_0x43f03b(0xaa)][_0x43f03b(0xe5)][_0x43f03b(0x15c)](_0x209b48),this[_0x43f03b(0xaa)][_0x43f03b(0xe5)][_0x43f03b(0x124)](_0x209b48)),_0x1d5e07=_0xed3f24[_0x43f03b(0x12f)]()[_0x43f03b(0x151)],_0x4f1da2=new Map();let _0x4906c3=_0x2e38bf;for(let _0x170736=0x0;_0x170736<_0x1d5e07[_0x43f03b(0x140)][_0x43f03b(0x18d)];_0x170736++)if(_0x4f1da2[_0x43f03b(0xde)](_0x4906c3,_0x1d5e07[_0x43f03b(0x140)][_0x170736]),_0x170736<_0x1d5e07[_0x43f03b(0x140)][_0x43f03b(0x18d)]-0x1)_0x4906c3=_0x4906c3[_0x43f03b(0xd2)](0x0);else{let _0x29cdba=_0x4906c3[_0x43f03b(0x158)];for(;_0x29cdba;)_0x4f1da2[_0x43f03b(0xde)](_0x29cdba,_0x1d5e07[_0x43f03b(0x140)][_0x170736]),_0x29cdba=_0x29cdba[_0x43f03b(0x158)];}return{'modelFragment':_0x2e38bf,'anchorData':_0x4f1da2};}[_0x1ac2c8(0x166)](_0x536bec,_0x45ded5,_0x3382e3,_0x444f64,_0x438d32){const _0x211e83=_0x1ac2c8,_0x2191be=this[_0x211e83(0xaa)][_0x211e83(0xfd)][_0x211e83(0xe6)](_0x55750a),_0x1c298e=this[_0x211e83(0xaa)][_0x211e83(0xfd)][_0x211e83(0xe6)](_0x1730f5),_0x32379d=this[_0x211e83(0xaa)][_0x211e83(0xe5)][_0x211e83(0xbf)][_0x211e83(0x127)],_0x163947=_0x2191be[_0x211e83(0xe2)](_0x45ded5),_0xea89e4=this[_0x211e83(0xaa)][_0x211e83(0x17a)][_0x211e83(0x122)][_0x211e83(0xf3)](_0x163947),_0x4e0462=this[_0x211e83(0xaa)][_0x211e83(0xe5)][_0x211e83(0xbf)][_0x211e83(0x13a)],_0x1fc420=[..._0x32379d[_0x211e83(0x18f)]()];let _0x4ad5d6=this[_0x211e83(0xaa)][_0x211e83(0x178)][_0x211e83(0xe6)](_0x211e83(0x171))||[..._0x5c2f76];this[_0x211e83(0xaa)][_0x211e83(0xfd)][_0x211e83(0x16e)](_0x211e83(0x108))||(_0x4ad5d6=_0x4ad5d6[_0x211e83(0x105)](_0x1973cd=>_0x211e83(0xcf)!=_0x1973cd));const _0x54b9e4=new _0x4fb611(this[_0x211e83(0xaa)][_0x211e83(0x161)],{'showDiff':!0x1,'areActionsDisabled':!0x1,'hideHeader':!0x0,'showLoader':!0x0,'miniToolbarConfig':{'showChanges':_0x211e83(0x14a),'customView':this[_0x211e83(0x11e)]},'showUnchangedParts':!0x0,'availableActions':_0x4ad5d6},this[_0x211e83(0x180)]);return _0x1c298e[_0x211e83(0x16f)]({'index':0x3e8*Math[_0x211e83(0x13f)]()%0x3e8,'title':_0x444f64,'icon':_0x438d32||_0x4c46d2,'mainView':_0x54b9e4,'showRotator':!0x1,'showApplyButton':!0x0,'showSuggestButton':this[_0x211e83(0xaa)][_0x211e83(0xfd)][_0x211e83(0x16e)](_0x211e83(0x108)),'ranges':_0x1fc420}),this[_0x211e83(0xba)](_0x54b9e4,_0x1c298e),this[_0x211e83(0x12e)](_0x1c298e,_0x211e83(0xf9),()=>{const _0x47dc2a=_0x211e83;this[_0x47dc2a(0x132)](_0x45ded5,_0x3382e3,!0x1);}),this[_0x211e83(0x12e)](_0x1c298e,_0x211e83(0xcf),()=>{const _0x3c737b=_0x211e83;this[_0x3c737b(0x132)](_0x45ded5,_0x3382e3,!0x0);}),this[_0x211e83(0x12e)](_0x1c298e,_0x211e83(0x145),()=>{const _0x2a774f=_0x211e83;this[_0x2a774f(0x17b)](),this[_0x2a774f(0x138)]();}),this[_0x211e83(0x12e)](_0x1c298e,_0x211e83(0xac),()=>{const _0x2f3199=_0x211e83;if(this[_0x2f3199(0x12b)]&&this[_0x2f3199(0x12b)][_0x2f3199(0xf0)][_0x2f3199(0x18d)]>0x0){const _0x2b9f07=this[_0x2f3199(0x12b)][_0x2f3199(0xf0)][this[_0x2f3199(0x12b)][_0x2f3199(0xf0)][_0x2f3199(0x18d)]-0x1],_0x44d8ab=_0x2b9f07[_0x2f3199(0x18e)][0x0];_0x44d8ab&&_0x2f3199(0xc6)===_0x44d8ab[_0x2f3199(0xd5)]&&_0x2b9f07[_0x2f3199(0xb3)](0x0,_0x2f3199(0xe3));}this[_0x2f3199(0x17b)](),this[_0x2f3199(0xc0)](),this[_0x2f3199(0xf6)](_0x1c298e);}),this[_0x211e83(0x156)](_0xea89e4,_0x4e0462,_0x54b9e4,_0x1c298e,_0x536bec);}[_0x1ac2c8(0x146)](_0x31a278,_0x517021,_0x3e774d){const _0x3e651e=_0x1ac2c8,_0x1886c5=this[_0x3e651e(0xaa)][_0x3e651e(0xe5)][_0x3e651e(0x12c)](_0x517021,_0x3e774d)[_0x3e651e(0x116)](),_0x1b6df7=_0x1886c5['is'](_0x3e651e(0xf7))?[]:_0x1886c5[_0x3e651e(0x168)]({'includeSelf':!0x0})[_0x3e651e(0xaf)](0x1);if(_0x1b6df7[_0x3e651e(0x18d)]){const _0x43a423=_0x1b6df7[_0x3e651e(0x137)](_0x54a90b=>_0x54a90b[_0x3e651e(0xfa)](!0x1));for(let _0xced096=0x1;_0xced096<_0x43a423[_0x3e651e(0x18d)];_0xced096++)_0x43a423[_0xced096-0x1][_0x3e651e(0xff)](_0x43a423[_0xced096]);return _0x43a423[_0x43a423[_0x3e651e(0x18d)]-0x1][_0x3e651e(0xff)](_0x31a278),new _0x5079b3(_0x43a423[0x0]);}return _0x31a278;}async[_0x1ac2c8(0x156)](_0x3d5661,_0x45975d,_0x2d4fa1,_0xb84875,_0x389e56){const _0x588b1d=_0x1ac2c8,_0x555e0d=this[_0x588b1d(0xaa)];this[_0x588b1d(0x147)]={'action':_0x389e56,'content':_0x3d5661,'version':_0x45975d,'mainView':_0x2d4fa1,'aiBalloon':_0xb84875};const _0x3e5189=new _0x21984d({'connector':this[_0x588b1d(0xc2)],'editor':_0x555e0d,'content':_0x3d5661,'version':_0x45975d,..._0x389e56});this[_0x588b1d(0x163)][_0x588b1d(0x188)](_0x3e5189),_0x2d4fa1[_0x588b1d(0x183)]();const _0x3eaa1b=(_0x334f9a,_0x206b84,_0x21f97f=!0x1,_0x28980c=_0x588b1d(0x106))=>this[_0x588b1d(0x13e)][_0x588b1d(0x11a)](async _0x5b4a07=>{const _0x600e4d=_0x588b1d;try{const _0x4aa06a=_0x4b8cd2({'editor':_0x555e0d,'changeGroups':_0x334f9a[_0x600e4d(0x18e)],'documentContextContent':_0x334f9a[_0x600e4d(0x136)],'showDiff':_0x21f97f,'trimUnchanged':!0x1});await _0x206b84[_0x600e4d(0x11b)]({'parts':_0x4aa06a,'renderingStrategy':_0x28980c,'abortSignal':_0x5b4a07});}catch(_0x46d7ad){if(this[_0x600e4d(0x175)](_0x46d7ad))return;throw _0x46d7ad;}});this[_0x588b1d(0x12b)]['on'](_0x588b1d(0x142),(_0x2c606b,_0x4db9cf)=>{const _0x17d991=_0x588b1d;_0x2d4fa1[_0x17d991(0xeb)](),_0xb84875[_0x17d991(0x15a)](),_0x3eaa1b(_0x4db9cf,_0x2d4fa1)[_0x17d991(0xb8)](_0xa2e8e4=>{const _0x114910=_0x17d991;this[_0x114910(0x175)](_0xa2e8e4)||(console[_0x114910(0x121)](_0x114910(0x100),_0xa2e8e4),this[_0x114910(0xb9)](_0x3e5189,_0x2d4fa1));});}),this[_0x588b1d(0x12b)]['on'](_0x588b1d(0x12a),(_0x319ef5,_0x2c3081)=>{const _0x344f04=_0x588b1d;_0x3eaa1b(_0x2c3081,_0x2d4fa1)[_0x344f04(0xb8)](_0x3d5464=>{const _0x982225=_0x344f04;this[_0x982225(0x175)](_0x3d5464)||(console[_0x982225(0x121)](_0x982225(0x13b),_0x3d5464),this[_0x982225(0xb9)](_0x3e5189,_0x2d4fa1));});}),this[_0x588b1d(0x12b)]['on'](_0x588b1d(0xcb),async()=>{const _0x23f054=_0x588b1d;try{await this[_0x23f054(0xe1)](_0x2d4fa1,_0xb84875),this[_0x23f054(0x170)](),await this[_0x23f054(0x13e)][_0x23f054(0xb4)];}catch(_0x59f24d){this[_0x23f054(0x175)](_0x59f24d)||(console[_0x23f054(0x121)](_0x23f054(0xca),_0x59f24d),this[_0x23f054(0xb9)](_0x3e5189,_0x2d4fa1));}finally{_0xb84875[_0x23f054(0x11f)]();}}),this[_0x588b1d(0x12e)](_0x2d4fa1,_0x588b1d(0x187),async(_0x21c988,{showDiff:_0x4b7c91})=>{const _0x42a3a1=_0x588b1d;try{this[_0x42a3a1(0xd0)]=_0x4b7c91;const _0x18f5c0=this[_0x42a3a1(0x12b)][_0x42a3a1(0xf0)][this[_0x42a3a1(0x12b)][_0x42a3a1(0xf0)][_0x42a3a1(0x18d)]-0x1];_0x18f5c0&&await _0x3eaa1b(_0x18f5c0,_0x2d4fa1,_0x4b7c91,_0x42a3a1(0xb0));}catch(_0x407938){this[_0x42a3a1(0x175)](_0x407938)||(console[_0x42a3a1(0x121)](_0x42a3a1(0x134),_0x407938),this[_0x42a3a1(0xb9)](_0x3e5189,_0x2d4fa1));}}),this[_0x588b1d(0x12b)]['on'](_0x588b1d(0x10a),(_0x13aba8,{reply:_0x40f413})=>{const _0x120bc3=_0x588b1d,_0x140d91={'positiveCount':_0x40f413[_0x120bc3(0x18e)][_0x120bc3(0x105)](_0x24635a=>_0x120bc3(0x12d)===_0x24635a[_0x120bc3(0xd5)])[_0x120bc3(0x18d)],'totalCount':_0x40f413[_0x120bc3(0x18e)][_0x120bc3(0x18d)]},_0x5645e3=this[_0x120bc3(0x12b)][_0x120bc3(0x130)],_0x2bf08f=this[_0x120bc3(0x12b)][_0x120bc3(0x164)];_0x2bf08f?this[_0x120bc3(0xc2)][_0x120bc3(0x10f)](_0x2bf08f,_0x5645e3,_0x140d91):this[_0x120bc3(0xc2)][_0x120bc3(0x131)](_0x5645e3,_0x140d91);}),this[_0x588b1d(0xba)](_0x2d4fa1,_0xb84875);try{const _0x27b458=await this[_0x588b1d(0x12b)][_0x588b1d(0x151)]();return this[_0x588b1d(0x170)](),_0x27b458;}catch(_0x8285d5){if(this[_0x588b1d(0x175)](_0x8285d5))return;_0x2d4fa1[_0x588b1d(0xeb)](),this[_0x588b1d(0xb9)](_0x3e5189,_0x2d4fa1);}}[_0x1ac2c8(0x132)](_0xe9ec77,_0x599ffd,_0x541b7b){const _0x3756eb=_0x1ac2c8,_0x121f1d=this[_0x3756eb(0xaa)];if(_0x541b7b&&!_0x121f1d[_0x3756eb(0xfd)][_0x3756eb(0x16e)](_0x3756eb(0x108)))throw new _0xacfcc6(_0x3756eb(0x15b),null);const _0x286b8b=this[_0x3756eb(0xaa)][_0x3756eb(0xfd)][_0x3756eb(0xe6)](_0x5a7a78),_0x5a91d5=this[_0x3756eb(0x12b)],_0x41b904=this[_0x3756eb(0x12b)][_0x3756eb(0xf0)][this[_0x3756eb(0x12b)][_0x3756eb(0xf0)][_0x3756eb(0x18d)]-0x1],_0x50b551=_0x41b904[_0x3756eb(0x18e)];_0x41b904[_0x3756eb(0xb3)](0x0,_0x3756eb(0x12d));let _0x6fdf2d=_0x39c828({'editor':_0x121f1d,'reply':_0x41b904,'interaction':_0x5a91d5,'groups':_0x50b551,'transform':!0x1,'documentCompare':_0x286b8b,'documentCompareOptions':{'anchor':_0x121f1d[_0x3756eb(0xe5)][_0x3756eb(0x162)](_0xe9ec77,0x0),'markDeletions':_0x541b7b}});_0x6fdf2d=this[_0x3756eb(0x191)](_0x6fdf2d,_0x599ffd);for(const _0x130ceb of _0x6fdf2d)this[_0x3756eb(0x13d)](_0x599ffd,_0x130ceb,_0x121f1d[_0x3756eb(0xe5)][_0x3756eb(0xbf)][_0x3756eb(0x126)]());const _0x743b33=_0x5a91d5[_0x3756eb(0xc8)]()[_0x3756eb(0x13a)],_0x237fc7=_0x121f1d[_0x3756eb(0xe5)][_0x3756eb(0xbf)][_0x3756eb(0xd3)][_0x3756eb(0x15e)](_0x743b33),_0xe401aa={'document':_0x121f1d[_0x3756eb(0xe5)][_0x3756eb(0xbf)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x4eec32=_0x299594(_0x6fdf2d,_0x237fc7,_0xe401aa)[_0x3756eb(0xdc)];_0x121f1d[_0x3756eb(0xe5)][_0x3756eb(0x143)](_0x2032cc=>{const _0x148806=_0x3756eb;if(_0x2032cc[_0x148806(0x153)](_0x121f1d[_0x148806(0xe5)][_0x148806(0xbf)][_0x148806(0x127)][_0x148806(0xea)]),_0x541b7b)_0x121f1d[_0x148806(0xfd)][_0x148806(0xe6)](_0x148806(0xfe))[_0x148806(0x16d)](_0x4eec32);else{for(const _0x21d7c8 of _0x4eec32)_0x21d7c8[_0x148806(0x169)]=_0x121f1d[_0x148806(0xe5)][_0x148806(0xbf)][_0x148806(0x13a)],_0x593f75(_0x121f1d,_0x21d7c8),_0x2032cc[_0x148806(0x15d)][_0x148806(0x144)](_0x21d7c8),_0x121f1d[_0x148806(0xe5)][_0x148806(0xa8)](_0x21d7c8);}}),this[_0x3756eb(0xaa)][_0x3756eb(0xfd)][_0x3756eb(0xe6)](_0x3756eb(0xc9))[_0x3756eb(0xa9)]();}[_0x1ac2c8(0x191)](_0x1e8700,_0x238ef4){const _0x5b3f9d=_0x1ac2c8;return _0x1e8700[_0x5b3f9d(0x105)](_0x37c33b=>{const _0x279e33=_0x5b3f9d;if(_0x279e33(0xd7)==_0x37c33b[_0x279e33(0x172)]){const _0x58a64a=_0x37c33b[_0x279e33(0x160)][_0x279e33(0xb5)];return!_0x238ef4[_0x279e33(0x16e)](_0x58a64a);}if(_0x37c33b[_0x279e33(0x172)][_0x279e33(0xf1)](_0x279e33(0xa7))>-0x1){const _0x3fd0b=_0x37c33b[_0x279e33(0xef)][_0x279e33(0x151)][_0x279e33(0xb5)];return!_0x238ef4[_0x279e33(0x16e)](_0x3fd0b);}return!0x0;});}[_0x1ac2c8(0x13d)](_0x2fa2e6,_0x4bb6c6,_0x525b81){const _0x5a2941=_0x1ac2c8,_0x38660b=_0x4bb6c6[_0x5a2941(0x155)]();for(const _0x38cc42 in _0x4bb6c6){const _0x309dda=_0x4bb6c6[_0x38cc42];_0x309dda instanceof _0x4ac241?_0x4bb6c6[_0x38cc42]=new _0x4ac241(_0x615f95(_0x309dda[_0x5a2941(0x151)]),_0x615f95(_0x309dda[_0x5a2941(0xe8)])):_0x309dda instanceof _0x279cc9&&(_0x4bb6c6[_0x38cc42]=_0x615f95(_0x309dda));}if([_0x5a2941(0xcc),_0x5a2941(0x139),_0x5a2941(0x149),_0x5a2941(0x176),_0x5a2941(0xc4),_0x5a2941(0xd8)][_0x5a2941(0xb2)](_0x38660b[_0x5a2941(0x172)])){if(_0x38660b[_0x5a2941(0x150)]=!0x1,_0x38660b[_0x5a2941(0x169)]=null,_0x5a2941(0x149)==_0x38660b[_0x5a2941(0x172)]){const _0x216d5a=_0x38660b[_0x5a2941(0xab)],_0x4f9fda=_0x38660b[_0x5a2941(0x167)];new _0x2a5b93(_0x216d5a,_0x4f9fda)[_0x5a2941(0x17c)]();}else _0x38660b[_0x5a2941(0x17c)]();}function _0x615f95(_0x35caeb){const _0x1a4026=_0x5a2941;if(_0x1a4026(0x173)==_0x35caeb[_0x1a4026(0x118)][_0x1a4026(0x18b)])return _0x35caeb;const _0x3bd003=[];let _0x1b9e57=_0x35caeb[_0x1a4026(0x118)];for(let _0x52b2b6=0x0;_0x52b2b6<_0x35caeb[_0x1a4026(0x140)][_0x1a4026(0x18d)];_0x52b2b6++){const _0x5d9687=_0x2fa2e6[_0x1a4026(0xe6)](_0x1b9e57)||0x0;_0x3bd003[_0x52b2b6]=_0x35caeb[_0x1a4026(0x140)][_0x52b2b6]+_0x5d9687,_0x1b9e57=_0x1b9e57[_0x1a4026(0xc7)](_0x35caeb[_0x1a4026(0x140)][_0x52b2b6]);}return new _0x279cc9(_0x525b81,_0x3bd003,_0x35caeb[_0x1a4026(0x10d)]);}}[_0x1ac2c8(0xee)](){const _0x55f9e0=_0x1ac2c8;if(!this[_0x55f9e0(0x147)])return;this[_0x55f9e0(0x163)][_0x55f9e0(0x18d)]>0x0&&this[_0x55f9e0(0x17b)](),this[_0x55f9e0(0x133)]=0x0,this[_0x55f9e0(0xd0)]=!0x1;const {action:_0x3f5898,content:_0x39ac13,version:_0x8c3552,mainView:_0x56636f,aiBalloon:_0x5b1109}=this[_0x55f9e0(0x147)];_0x56636f[_0x55f9e0(0x165)]=!0x1,_0x56636f[_0x55f9e0(0x183)](),this[_0x55f9e0(0xd4)](_0x56636f,_0x5b1109);const _0x3c9a8c=_0x56636f;_0x3c9a8c[_0x55f9e0(0x177)]&&_0x3c9a8c[_0x55f9e0(0x177)][_0x55f9e0(0xb6)]&&_0x3c9a8c[_0x55f9e0(0x177)][_0x55f9e0(0xb6)][_0x55f9e0(0xde)]({'isOn':!0x1,'icon':_0x1cbaa4}),this[_0x55f9e0(0xda)](_0x56636f),_0x56636f[_0x55f9e0(0x115)](),this[_0x55f9e0(0x170)](),this[_0x55f9e0(0xf6)](_0x56636f),this[_0x55f9e0(0x156)](_0x39ac13,_0x8c3552,_0x56636f,_0x5b1109,_0x3f5898)[_0x55f9e0(0xb8)](_0xf4e94a=>{const _0x4b51b2=_0x55f9e0;this[_0x4b51b2(0x175)](_0xf4e94a)||console[_0x4b51b2(0x121)](_0x4b51b2(0x104),_0xf4e94a);});}[_0x1ac2c8(0xda)](_0x4dd8a2){const _0x4bb3e4=_0x1ac2c8,_0xccaa99=_0x4dd8a2[_0x4bb3e4(0x114)][_0x4bb3e4(0x141)];for(;_0xccaa99[_0x4bb3e4(0x18d)]>0x0;)_0xccaa99[_0x4bb3e4(0x149)](_0xccaa99[_0x4bb3e4(0x154)]);_0x4dd8a2[_0x4bb3e4(0x114)][_0x4bb3e4(0xdf)]=!0x1;}[_0x1ac2c8(0x175)](_0x46e97a){const _0x461fbc=_0x1ac2c8;return!!_0x46e97a[_0x461fbc(0x125)]&&_0x46e97a[_0x461fbc(0x125)][_0x461fbc(0x113)](_0x461fbc(0x17f));}[_0x1ac2c8(0xc0)](){const _0x1c93c8=_0x1ac2c8;this[_0x1c93c8(0x163)]=[],this[_0x1c93c8(0x147)]=void 0x0,this[_0x1c93c8(0x133)]=0x0,this[_0x1c93c8(0x170)]();}[_0x1ac2c8(0x17b)](){const _0x1e1fce=_0x1ac2c8;this[_0x1e1fce(0x12b)]&&this[_0x1e1fce(0x12b)][_0x1e1fce(0xed)](),this[_0x1e1fce(0x13e)][_0x1e1fce(0x120)](),this[_0x1e1fce(0xf8)]=!0x1,this[_0x1e1fce(0x147)]&&this[_0x1e1fce(0x147)][_0x1e1fce(0x17e)][_0x1e1fce(0x11f)]();}[_0x1ac2c8(0xc3)](){const _0x3aee12=_0x1ac2c8,_0x17fc96=new _0x4ad9f1(this[_0x3aee12(0xaa)][_0x3aee12(0x161)]),_0x5bf280=new _0x4ad9f1(this[_0x3aee12(0xaa)][_0x3aee12(0x161)]),_0x931d36=new _0x916aa7(this[_0x3aee12(0xaa)][_0x3aee12(0x161)]),_0x16a8fe=new _0x4ad9f1(this[_0x3aee12(0xaa)][_0x3aee12(0x161)]);_0x17fc96[_0x3aee12(0xde)]({'icon':_0x138dc4,'label':_0xf52960(this[_0x3aee12(0xaa)][_0x3aee12(0x161)],_0x3aee12(0x117)),'tooltip':!0x0,'class':_0x3aee12(0xc1)}),_0x5bf280[_0x3aee12(0xde)]({'icon':_0xbc055e,'tooltip':_0xf52960(this[_0x3aee12(0xaa)][_0x3aee12(0x161)],_0x3aee12(0xbb)),'class':_0x3aee12(0x16b)}),_0x931d36[_0x3aee12(0x13c)]({'tag':_0x3aee12(0xf2),'attributes':{'class':[_0x3aee12(0x103)]},'children':[_0x3aee12(0x174)]}),_0x16a8fe[_0x3aee12(0xde)]({'icon':_0x6c2f,'tooltip':_0xf52960(this[_0x3aee12(0xaa)][_0x3aee12(0x161)],_0x3aee12(0x107)),'class':_0x3aee12(0x190)}),_0x17fc96[_0x3aee12(0xfc)](_0x3aee12(0x184))['to'](this,_0x3aee12(0xf8),_0x383c8c=>!_0x383c8c),_0x17fc96['on'](_0x3aee12(0x159),()=>{const _0x22c3dd=_0x3aee12;this[_0x22c3dd(0xee)]();}),_0x5bf280[_0x3aee12(0xfc)](_0x3aee12(0x184))['to'](this,_0x3aee12(0xf8),_0x392a1c=>!_0x392a1c),_0x5bf280['on'](_0x3aee12(0x159),()=>{const _0x2d132d=_0x3aee12;this[_0x2d132d(0xb7)]();}),_0x16a8fe[_0x3aee12(0xfc)](_0x3aee12(0x184))['to'](this,_0x3aee12(0xf8),_0x383bd9=>!_0x383bd9),_0x16a8fe['on'](_0x3aee12(0x159),()=>{const _0x2ccd1d=_0x3aee12;this[_0x2ccd1d(0x101)]();}),this[_0x3aee12(0x14e)]=_0x5bf280,this[_0x3aee12(0xe4)]=_0x931d36,this[_0x3aee12(0x14d)]=_0x16a8fe,this[_0x3aee12(0x11e)][_0x3aee12(0xd1)](_0x17fc96);}[_0x1ac2c8(0xb7)](){const _0x5c71e0=_0x1ac2c8,_0x3dd1de=this[_0x5c71e0(0x163)][_0x5c71e0(0x18d)];this[_0x5c71e0(0x133)]<_0x3dd1de-0x1&&this[_0x5c71e0(0x135)](this[_0x5c71e0(0x133)]+0x1);}[_0x1ac2c8(0x101)](){const _0x2957a5=_0x1ac2c8;this[_0x2957a5(0x133)]>0x0&&this[_0x2957a5(0x135)](this[_0x2957a5(0x133)]-0x1);}async[_0x1ac2c8(0x135)](_0x2994a6){const _0x4851db=_0x1ac2c8;if(!this[_0x4851db(0x147)])return;this[_0x4851db(0x133)]=_0x2994a6;const {mainView:_0x5b261d}=this[_0x4851db(0x147)],_0x49f1df=this[_0x4851db(0x163)][this[_0x4851db(0x163)][_0x4851db(0x18d)]-0x1-this[_0x4851db(0x133)]];if(!_0x49f1df)return;if(_0x49f1df[_0x4851db(0xbc)])return this[_0x4851db(0xb9)](_0x49f1df,_0x5b261d),void this[_0x4851db(0x170)]();if(!_0x49f1df[_0x4851db(0xf0)][_0x4851db(0x18d)])return;_0x5b261d[_0x4851db(0x183)](),this[_0x4851db(0x147)]&&this[_0x4851db(0xd4)](_0x5b261d,this[_0x4851db(0x147)][_0x4851db(0x17e)]);const _0x227b57=_0x49f1df[_0x4851db(0xf0)][_0x49f1df[_0x4851db(0xf0)][_0x4851db(0x18d)]-0x1];if(_0x227b57){const _0x38f91f=this[_0x4851db(0xaa)];this[_0x4851db(0xda)](_0x5b261d);try{const _0x3d10f9=_0x4b8cd2({'editor':_0x38f91f,'changeGroups':_0x227b57[_0x4851db(0x18e)],'documentContextContent':_0x227b57[_0x4851db(0x136)],'showDiff':this[_0x4851db(0xd0)],'trimUnchanged':!0x1});this[_0x4851db(0xda)](_0x5b261d),await new Promise(_0x274a3c=>setTimeout(_0x274a3c,0x32)),await _0x5b261d[_0x4851db(0x11b)]({'parts':_0x3d10f9,'renderingStrategy':_0x4851db(0xb0),'abortSignal':new AbortController()[_0x4851db(0x11d)]});}catch(_0x5b564e){this[_0x4851db(0x175)](_0x5b564e)||console[_0x4851db(0x121)](_0x4851db(0x186),_0x5b564e);}}this[_0x4851db(0x170)]();}[_0x1ac2c8(0x170)](){const _0xc3cb89=_0x1ac2c8;if(!this[_0xc3cb89(0x14e)]||!this[_0xc3cb89(0xe4)]||!this[_0xc3cb89(0x14d)])return;const _0x1b4e5b=this[_0xc3cb89(0x163)][_0xc3cb89(0x18d)],_0x218150=_0x1b4e5b>0x1,_0x2a9833=this[_0xc3cb89(0x147)]?.[_0xc3cb89(0x129)];if(_0x218150){this[_0xc3cb89(0x102)]||this[_0xc3cb89(0xdd)]||this[_0xc3cb89(0x123)]||(this[_0xc3cb89(0x11e)][_0xc3cb89(0xd1)](this[_0xc3cb89(0x14e)]),_0x2a9833?.[_0xc3cb89(0x18c)](this[_0xc3cb89(0x14e)]),this[_0xc3cb89(0x102)]=!0x0,this[_0xc3cb89(0x11e)][_0xc3cb89(0xd1)](this[_0xc3cb89(0xe4)]),_0x2a9833?.[_0xc3cb89(0x18c)](this[_0xc3cb89(0xe4)]),this[_0xc3cb89(0xdd)]=!0x0,this[_0xc3cb89(0x11e)][_0xc3cb89(0xd1)](this[_0xc3cb89(0x14d)]),_0x2a9833?.[_0xc3cb89(0x18c)](this[_0xc3cb89(0x14d)]),this[_0xc3cb89(0x123)]=!0x0);const _0x21d49a=_0x1b4e5b-this[_0xc3cb89(0x133)];this[_0xc3cb89(0xe4)][_0xc3cb89(0xad)]&&(this[_0xc3cb89(0xe4)][_0xc3cb89(0xad)][_0xc3cb89(0xae)]=_0x21d49a+'/'+_0x1b4e5b),this[_0xc3cb89(0x14e)][_0xc3cb89(0x184)]=this[_0xc3cb89(0x133)]<_0x1b4e5b-0x1,this[_0xc3cb89(0x14d)][_0xc3cb89(0x184)]=this[_0xc3cb89(0x133)]>0x0;}else(this[_0xc3cb89(0x102)]||this[_0xc3cb89(0xdd)]||this[_0xc3cb89(0x123)])&&(this[_0xc3cb89(0x11e)][_0xc3cb89(0x149)](this[_0xc3cb89(0x14e)]),_0x2a9833?.[_0xc3cb89(0x16c)](this[_0xc3cb89(0x14e)]),this[_0xc3cb89(0x102)]=!0x1,this[_0xc3cb89(0x11e)][_0xc3cb89(0x149)](this[_0xc3cb89(0xe4)]),_0x2a9833?.[_0xc3cb89(0x16c)](this[_0xc3cb89(0xe4)]),this[_0xc3cb89(0xdd)]=!0x1,this[_0xc3cb89(0x11e)][_0xc3cb89(0x149)](this[_0xc3cb89(0x14d)]),_0x2a9833?.[_0xc3cb89(0x16c)](this[_0xc3cb89(0x14d)]),this[_0xc3cb89(0x123)]=!0x1);}[_0x1ac2c8(0xba)](_0x3bc04e,_0x538558){const _0xce1b31=_0x1ac2c8;_0x3bc04e[_0xce1b31(0xd6)](),_0x538558[_0xce1b31(0x181)][_0xce1b31(0xd6)](),this[_0xce1b31(0xf8)]=!0x0;}async[_0x1ac2c8(0xb9)](_0x559510,_0x4cf9c9){const _0x299e9f=_0x1ac2c8,_0x3fa386=_0xf52960(this[_0x299e9f(0xaa)][_0x299e9f(0x161)],_0x299e9f(0x157));_0x4cf9c9[_0x299e9f(0x185)](_0x3fa386),_0x559510[_0x299e9f(0xbc)]=!0x0,await this[_0x299e9f(0x13e)][_0x299e9f(0xb4)],_0x4cf9c9[_0x299e9f(0x14b)](),this[_0x299e9f(0x147)]?.[_0x299e9f(0x17e)][_0x299e9f(0x181)][_0x299e9f(0xcd)]&&(this[_0x299e9f(0x147)][_0x299e9f(0x17e)][_0x299e9f(0x181)][_0x299e9f(0xcd)][_0x299e9f(0x16a)]=!0x0);}[_0x1ac2c8(0xd4)](_0x5e038e,_0xb48f3c){const _0x5b2103=_0x1ac2c8;_0x5e038e[_0x5b2103(0x10b)](),_0xb48f3c[_0x5b2103(0x181)][_0x5b2103(0xcd)]&&(_0xb48f3c[_0x5b2103(0x181)][_0x5b2103(0xcd)][_0x5b2103(0x16a)]=!0x1);}async[_0x1ac2c8(0xe1)](_0x3b0928,_0x19ab36){const _0x349e68=_0x1ac2c8;await this[_0x349e68(0x13e)][_0x349e68(0xb4)],this[_0x349e68(0xf8)]=!0x1,_0x3b0928[_0x349e68(0xec)](),_0x19ab36[_0x349e68(0x181)][_0x349e68(0xec)]();}[_0x1ac2c8(0x138)](){const _0x4723d5=_0x1ac2c8;this[_0x4723d5(0x11e)][_0x4723d5(0xf5)](_0x3a9b53=>{const _0x16ec29=_0x4723d5;_0x16ec29(0x184)in _0x3a9b53&&(_0x3a9b53[_0x16ec29(0x184)]=!0x1);});}}function _0x6596(){const _0x4eeb49=['history','_clearErrorState','state','setLoading','rename','merge','3569656GJDpGL','_clearSuggestionContent','AIConnector','operationsA','_isNavigationCounterInView','set','hasPendingParts','420YFIqHc','_clearLoadingState','modelToViewWithIds','rejected','_navigationCounter','model','get','detachFromDom','end','getSelectedTableCells','focus','hideLoader','clearLoading','stop','_refreshInteraction','range','replies','indexOf','span','toData','getSelectedContent','forEach','stopListening','documentFragment','isBusy','applySuggestion','_clone','requires','bind','plugins','TrackChangesEditing','_appendChild','Error\x20updating\x20content\x20in\x20replyCreated:','_navigateToNext','_isNavigationPreviousButtonInView','ck-ai-interaction-counter','Error\x20refreshing\x20interaction:','filter','streaming','AI_ACTIONS_NEXT_INTERACTION','TrackChanges','_getExecuteDataInTable','replyChangeGroupStateUpdated','clearErrorState','2447690MPESsR','stickiness','destroy','upsertAIActionRating','_getExecuteDataRegular','getSelectedBlocks','isOfficialPlugin','startsWith','bodyView','showLoader','getCommonAncestor','AI_ACTIONS_TRY_AGAIN','root','161880KosyoR','enqueue','updateContent','attachToDom','signal','_customViews','stopAutoScroll','abort','error','processor','_isNavigationNextButtonInView','createPositionAfter','message','getRoot','selection','686439smUjuo','mainView','replyContentUpdated','_interaction','createRange','accepted','listenTo','getFirstRange','actionCallId','upsertCustomAIActionRating','_applyChanges','_currentInteractionIndex','Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:','_displayInteractionAtIndex','documentContextContent','map','_disableCustomViews','move','version','Error\x20updating\x20content\x20in\x20replyContentUpdated:','setTemplate','_anchorOperation','_promiseQueue','random','path','_children','replyCreated','change','addOperation','selectionRemoved','_wrapWithCommonAncestors','_interactionParams','42026JPUASl','remove','icon','setErrorState','AIActions','_navigationNextButton','_navigationPreviousButton','schema','isDocumentOperation','start','pluginName','setSelection','first','clone','_createInteraction','AI_ACTIONS_GENERIC_ERROR','nextSibling','execute','startAutoScroll','ai-no-track-changes','createPositionBefore','batch','getOperations','isPremiumPlugin','position','locale','createPositionAt','_interactions','actionName','areChangesVisible','_executeAction','howMany','getAncestors','baseVersion','isLoading','ck-ai-navigation-button\x20ck-ai-previous-button','removeNavigationItem','_applyOperationsAsSuggestions','has','open','_updateNavigationUI','ai.availableReplyActions','type','$graveyard','1/1','_isAbortError','reinsert','miniToolbarView','config','isCollapsed','data','_stopInteraction','_execute','8694960UpQFvf','aiBalloon','ai-request-aborted','_bodyCollection','balloonView','parent','hideError','isEnabled','showError','Error\x20updating\x20content\x20during\x20navigation:','toggleSuggestionDisplayMode','push','51qIZgey','getSelectionAsFragment','rootName','addNavigationItem','length','changeGroups','getRanges','ck-ai-navigation-button\x20ck-ai-next-button','_filterOperationsOutsideRange','5McfCAu','Attribute','applyOperation','close','editor','sourcePosition','dialogClosed','element','textContent','slice','static','stopInteraction','includes','setChangeGroupState','queueEmptyPromise','nodeAfter','showChangesButton','_navigateToPrevious','catch','_setErrorState','_setLoadingState','AI_ACTIONS_PREVIOUS_INTERACTION','hasError','executeAction','718422HgjTfU','document','_clearInteractionHistory','ck-ai-custom-action-button','_aiConnector','_setupCustomViews','split','getLimitElement','pending','getChildAtOffset','getDocumentContext','AIBalloon','Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:','interactionFinished','insert','toolbar','TableSelection','insertSuggestion','_balloonShowDiff','add','getChild'];_0x6596=function(){return _0x4eeb49;};return _0x6596();}
|
|
23
|
+
const _0x465909=_0x3bfd;(function(_0x54275b,_0x4df92e){const _0x3cc428=_0x3bfd,_0x47e5d5=_0x54275b();while(!![]){try{const _0x404d5e=parseInt(_0x3cc428(0x127))/0x1+parseInt(_0x3cc428(0x72))/0x2+-parseInt(_0x3cc428(0x14e))/0x3+parseInt(_0x3cc428(0xe5))/0x4+parseInt(_0x3cc428(0xa5))/0x5+parseInt(_0x3cc428(0x81))/0x6+parseInt(_0x3cc428(0xe3))/0x7;if(_0x404d5e===_0x4df92e)break;else _0x47e5d5['push'](_0x47e5d5['shift']());}catch(_0x754bae){_0x47e5d5['push'](_0x47e5d5['shift']());}}}(_0x1098,0x6fedc));import{Plugin as _0x5f1e4f}from'ckeditor5/src/core.js';import{AIConnector as _0x246756}from'../aicore/aiconnector.js';import{AISuggestionContainerView as _0xc066eb}from'../aicore/ui/suggestioncontainer/aisuggestioncontainerview.js';import{Dialog as _0x2846e5,ButtonView as _0x3044b0,ViewCollection as _0x27da50,View as _0x36362b,BodyCollection as _0x42da9e}from'ckeditor5/src/ui.js';import{AIEditing as _0x5bf5d3}from'../aicore/aiediting.js';import{AIActionsInteraction as _0x3028cf}from'./model/aiactionsinteraction.js';import{CKEditorError as _0x32bb61,first as _0xb283e7}from'ckeditor5/src/utils.js';import{IconAIQuickActions as _0x4fbae4,IconRefresh as _0x540fd0,IconNextArrow as _0x239861,IconPreviousArrow as _0x5f1c49,IconShowChangesOff as _0x560805}from'@ckeditor/ckeditor5-icons';import{AIBalloon as _0x1a53cb}from'../aiballoon/aiballoon.js';function _0x1098(){const _0x10c574=['_setLoadingState','getChildAtOffset','map','AIBalloon','addNavigationItem','balloonView','1/1','AI_ACTIONS_NEXT_INTERACTION','split','_displayInteractionAtIndex','_applyOperationsAsSuggestions','replyContentUpdated','modelToViewWithIds','span','actionName','_wrapWithCommonAncestors','filter','showError','_navigationNextButton','static','_setErrorState','type','_getExecuteDataInTable','getSelectedBlocks','_clearSuggestionContent','Error\x20refreshing\x20interaction:','2275615SKUVuz','nodeAfter','getRanges','startAutoScroll','Error\x20updating\x20content\x20during\x20navigation:','_isNavigationCounterInView','_customViews','stopInteraction','getAncestors','focus','isOfficialPlugin','_navigationCounter','textContent','queueEmptyPromise','_applyChanges','setChangeGroupState','_interactions','AIActions','_isAbortError','upsertCustomAIActionRating','_clearLoadingState','_disableCustomViews','ck-ai-interaction-counter','sourcePosition','upsertAIActionRating','AI_ACTIONS_TRY_AGAIN','insert','abort','data','executeAction','Error\x20updating\x20content\x20in\x20replyCreated:','attachToDom','toolbar','_executeAction','getChild','toggleSuggestionDisplayMode','_clone','howMany','applyOperation','state','hideLoader','batch','open','random','add','parent','addOperation','TrackChangesEditing','showLoader','_clearErrorState','Attribute','rootName','indexOf','_balloonShowDiff','AI_ACTIONS_GENERIC_ERROR','plugins','Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:','AIConnector','getSelectedContent','includes','setTemplate','stickiness','543466QnjODH','element','466040VGOUNg','AI_ACTIONS_PREVIOUS_INTERACTION','stopListening','setSelection','replies','ai.availableReplyActions','_updateNavigationUI','_isNavigationNextButtonInView','length','replyChangeGroupStateUpdated','rename','ai-no-track-changes','hasError','_refreshInteraction','rejected','accepted','isEnabled','interactionFinished','stopAutoScroll','schema','getOperations','operationsA','change','setErrorState','$graveyard','getLimitElement','getCommonAncestor','changeGroups','stop','isPremiumPlugin','destroy','pending','catch','miniToolbarView','requires','has','_navigationPreviousButton','processor','documentFragment','ai-request-aborted','first','documentContextContent','_setupCustomViews','_interactionParams','getSelectedTableCells','nextSibling','_anchorOperation','close','error','push','enqueue','createPositionAfter','message','isBusy','hasPendingParts','bind','dialogClosed','_appendChild','_execute','Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:','_navigateToPrevious','createPositionBefore','detachFromDom','_filterOperationsOutsideRange','get','_getExecuteDataRegular','481265ePoIuC','_isNavigationPreviousButtonInView','getSelectionAsFragment','TableSelection','_currentInteractionIndex','set','history','isLoading','_children','signal','path','isDocumentOperation','_clearInteractionHistory','hideError','_navigateToNext','config','showChangesButton','updateContent','reinsert','_bodyCollection','icon','document','startsWith','selectionRemoved','start','clearErrorState','_interaction','setLoading','move','pluginName','editor','range','streaming','bodyView','createPositionAt','slice','mainView','areChangesVisible','execute','2587749LjOPjx','remove','end','toData','forEach','_createInteraction','model','actionCallId','version','_stopInteraction','applySuggestion','replyCreated','selection','25814JsRexg','clone','merge','_promiseQueue','ck-ai-custom-action-button','getDocumentContext','Error\x20updating\x20content\x20in\x20replyContentUpdated:','removeNavigationItem','clearLoading','locale','aiBalloon','TrackChanges','ck-ai-navigation-button\x20ck-ai-next-button','getRoot','baseVersion','1065600uiOkYz','getFirstRange','insertSuggestion','position','_aiConnector','listenTo','ck-ai-navigation-button\x20ck-ai-previous-button','createRange','isCollapsed','root'];_0x1098=function(){return _0x10c574;};return _0x1098();}import{PromiseQueue as _0x152d71}from'../aichat/utils/promisequeue.js';import{getTranslation as _0x4fecd6}from'../aicore/utils/common-translations.js';import{getSuggestionPartsFromReply as _0x44c199}from'../aicore/utils/getsuggestionpartsfromreply.js';function _0x3bfd(_0x1c6d15,_0x4372eb){const _0x1098be=_0x1098();return _0x3bfd=function(_0x3bfd01,_0x1aa375){_0x3bfd01=_0x3bfd01-0x6d;let _0x379ca4=_0x1098be[_0x3bfd01];return _0x379ca4;},_0x3bfd(_0x1c6d15,_0x4372eb);}import{DocumentCompare as _0x56bd96}from'ckeditor5-collaboration/src/collaboration-core.js';import{fixMarkerOperationOldRange as _0x4fe092,getOperationsFromReply as _0xddb750}from'../aicore/utils/getoperationsfromreply.js';import{ModelDocumentFragment as _0x2bba9d,ModelRange as _0x1f3804,ModelPosition as _0x2782fc,_DetachOperation as _0x453b71,transformOperationSets as _0x40616d}from'ckeditor5/src/engine.js';import{AI_REPLY_ACTIONS as _0x5e0cb9}from'../aichat/ui/feed/aichatfeedsuggestionitemactionsview.js';export class AIActions extends _0x5f1e4f{static get[_0x465909(0x107)](){return[_0x246756,_0x2846e5,_0x5bf5d3,_0x1a53cb,_0x56bd96];}static get[_0x465909(0x144)](){const _0x2b60c8=_0x465909;return _0x2b60c8(0xb6);}static get[_0x465909(0xaf)](){return!0x0;}static get[_0x465909(0x102)](){return!0x0;}[_0x465909(0x85)];[_0x465909(0xb5)]=[];[_0x465909(0x12b)]=0x0;[_0x465909(0x110)];[_0x465909(0xda)]=!0x1;[_0x465909(0xab)]=new _0x27da50();[_0x465909(0x109)];[_0x465909(0xb0)];[_0x465909(0xaa)]=!0x1;[_0x465909(0x9d)];[_0x465909(0x128)]=!0x1;[_0x465909(0xec)]=!0x1;[_0x465909(0x75)];[_0x465909(0x13a)];get[_0x465909(0x141)](){const _0x562b40=_0x465909;return this[_0x562b40(0xb5)][this[_0x562b40(0xb5)][_0x562b40(0xed)]-0x1];}constructor(_0x59dc3e){const _0x4a0f7e=_0x465909;super(_0x59dc3e),this[_0x4a0f7e(0x13a)]=new _0x42da9e(this[_0x4a0f7e(0x145)][_0x4a0f7e(0x7b)]),this[_0x4a0f7e(0x13a)][_0x4a0f7e(0xc4)](),this[_0x4a0f7e(0x85)]=this[_0x4a0f7e(0x145)][_0x4a0f7e(0xdc)][_0x4a0f7e(0x125)](_0x4a0f7e(0xde)),this[_0x4a0f7e(0x12c)](_0x4a0f7e(0x11a),!0x1),this[_0x4a0f7e(0x75)]=new _0x152d71(),this[_0x4a0f7e(0x10f)]();}[_0x465909(0xac)](){const _0x3fe17a=_0x465909;this[_0x3fe17a(0x6e)]();}async[_0x465909(0xc2)](_0x38744a,_0x221832,_0x6da206){const _0x18f28d=_0x465909;if(this[_0x18f28d(0x145)][_0x18f28d(0xdc)][_0x18f28d(0x108)](_0x18f28d(0x12a))){if(this[_0x18f28d(0x145)][_0x18f28d(0xdc)][_0x18f28d(0x125)](_0x18f28d(0x12a))[_0x18f28d(0x111)]()){const {modelFragment:_0x19a239,anchorData:_0x4d5138}=this[_0x18f28d(0xa1)]();return this[_0x18f28d(0xc6)](_0x38744a,_0x19a239,_0x4d5138,_0x221832,_0x6da206);}}const {modelFragment:_0x400755,anchorData:_0x433a4c}=this[_0x18f28d(0x126)]();return this[_0x18f28d(0xc6)](_0x38744a,_0x400755,_0x433a4c,_0x221832,_0x6da206);}[_0x465909(0x103)](){const _0x5d7bcc=_0x465909;this[_0x5d7bcc(0x13a)][_0x5d7bcc(0x123)](),super[_0x5d7bcc(0x103)]();}[_0x465909(0x126)](){const _0x25701d=_0x465909,_0x986ff5=this[_0x25701d(0x145)][_0x25701d(0x154)][_0x25701d(0x13c)][_0x25701d(0x71)];if(_0x986ff5[_0x25701d(0x89)]){const _0x2f156a=_0xb283e7(_0x986ff5[_0x25701d(0xa2)]())||this[_0x25701d(0x145)][_0x25701d(0x154)][_0x25701d(0xf8)][_0x25701d(0xfe)](_0x986ff5);this[_0x25701d(0x145)][_0x25701d(0x154)][_0x25701d(0xfb)](_0x4c14d8=>{const _0x42efc9=_0x25701d;_0x4c14d8[_0x42efc9(0xe8)](_0x2f156a,'in');});}const _0x35160f=_0x986ff5[_0x25701d(0x82)](),_0x4badc9=this[_0x25701d(0x9a)](this[_0x25701d(0x145)][_0x25701d(0x154)][_0x25701d(0xdf)](_0x986ff5),_0x35160f[_0x25701d(0x13f)],_0x35160f[_0x25701d(0x150)]),_0x19c5d1=_0x986ff5[_0x25701d(0x82)]()[_0x25701d(0x13f)],_0x4ef3a1=new Map();let _0x3a53e9=_0x4badc9;for(let _0x56a4e1=0x0;_0x56a4e1<_0x19c5d1[_0x25701d(0x131)][_0x25701d(0xed)];_0x56a4e1++)_0x4ef3a1[_0x25701d(0x12c)](_0x3a53e9,_0x19c5d1[_0x25701d(0x131)][_0x56a4e1]),_0x3a53e9=_0x3a53e9[_0x25701d(0xc7)](0x0);return{'modelFragment':_0x4badc9,'anchorData':_0x4ef3a1};}[_0x465909(0xa1)](){const _0x4056bb=_0x465909,_0x58aa31=this[_0x4056bb(0x145)][_0x4056bb(0x154)][_0x4056bb(0x13c)][_0x4056bb(0x71)],_0x39bce4=this[_0x4056bb(0x145)][_0x4056bb(0xdc)][_0x4056bb(0x125)](_0x4056bb(0x12a))[_0x4056bb(0x129)](),_0x3db6d0=_0x58aa31[_0x4056bb(0x82)]()[_0x4056bb(0x13f)][_0x4056bb(0xd2)][_0x4056bb(0xd2)],_0x9245a2=this[_0x4056bb(0x9a)](_0x39bce4,this[_0x4056bb(0x145)][_0x4056bb(0x154)][_0x4056bb(0x122)](_0x3db6d0),this[_0x4056bb(0x145)][_0x4056bb(0x154)][_0x4056bb(0x118)](_0x3db6d0)),_0x563354=_0x58aa31[_0x4056bb(0x82)]()[_0x4056bb(0x13f)],_0x1518c7=new Map();let _0x582037=_0x9245a2;for(let _0x5a8702=0x0;_0x5a8702<_0x563354[_0x4056bb(0x131)][_0x4056bb(0xed)];_0x5a8702++)if(_0x1518c7[_0x4056bb(0x12c)](_0x582037,_0x563354[_0x4056bb(0x131)][_0x5a8702]),_0x5a8702<_0x563354[_0x4056bb(0x131)][_0x4056bb(0xed)]-0x1)_0x582037=_0x582037[_0x4056bb(0xc7)](0x0);else{let _0x2f406c=_0x582037[_0x4056bb(0x112)];for(;_0x2f406c;)_0x1518c7[_0x4056bb(0x12c)](_0x2f406c,_0x563354[_0x4056bb(0x131)][_0x5a8702]),_0x2f406c=_0x2f406c[_0x4056bb(0x112)];}return{'modelFragment':_0x9245a2,'anchorData':_0x1518c7};}[_0x465909(0xc6)](_0x4482ee,_0xb4cbab,_0x3f9183,_0x3ba5e9,_0x4a36c3){const _0x258548=_0x465909,_0x938dca=this[_0x258548(0x145)][_0x258548(0xdc)][_0x258548(0x125)](_0x5bf5d3),_0x5481b6=this[_0x258548(0x145)][_0x258548(0xdc)][_0x258548(0x125)](_0x1a53cb),_0x2db82e=this[_0x258548(0x145)][_0x258548(0x154)][_0x258548(0x13c)][_0x258548(0x71)],_0xd9a6a0=_0x938dca[_0x258548(0x97)](_0xb4cbab),_0x248e37=this[_0x258548(0x145)][_0x258548(0xc1)][_0x258548(0x10a)][_0x258548(0x151)](_0xd9a6a0),_0x436390=this[_0x258548(0x145)][_0x258548(0x154)][_0x258548(0x13c)][_0x258548(0x6d)],_0xe7a7e6=[..._0x2db82e[_0x258548(0xa7)]()];let _0x37d785=this[_0x258548(0x145)][_0x258548(0x136)][_0x258548(0x125)](_0x258548(0xea))||[..._0x5e0cb9];this[_0x258548(0x145)][_0x258548(0xdc)][_0x258548(0x108)](_0x258548(0x7d))||(_0x37d785=_0x37d785[_0x258548(0x9b)](_0x36249c=>_0x258548(0x83)!=_0x36249c));const _0x56e23b=new _0xc066eb(this[_0x258548(0x145)][_0x258548(0x7b)],{'showDiff':!0x1,'areActionsDisabled':!0x1,'hideHeader':!0x0,'showLoader':!0x0,'miniToolbarConfig':{'showChanges':_0x258548(0x13b),'customView':this[_0x258548(0xab)]},'showUnchangedParts':!0x0,'availableActions':_0x37d785},this[_0x258548(0x13a)]);return _0x5481b6[_0x258548(0xcf)]({'index':0x3e8*Math[_0x258548(0xd0)]()%0x3e8,'title':_0x3ba5e9,'icon':_0x4a36c3||_0x4fbae4,'mainView':_0x56e23b,'showRotator':!0x1,'showApplyButton':!0x0,'showSuggestButton':this[_0x258548(0x145)][_0x258548(0xdc)][_0x258548(0x108)](_0x258548(0x7d)),'ranges':_0xe7a7e6}),this[_0x258548(0x8b)](_0x56e23b,_0x5481b6),this[_0x258548(0x86)](_0x5481b6,_0x258548(0x6f),()=>{const _0x1ba6f9=_0x258548;this[_0x1ba6f9(0xb3)](_0xb4cbab,_0x3f9183,!0x1);}),this[_0x258548(0x86)](_0x5481b6,_0x258548(0x83),()=>{const _0x193fd1=_0x258548;this[_0x193fd1(0xb3)](_0xb4cbab,_0x3f9183,!0x0);}),this[_0x258548(0x86)](_0x5481b6,_0x258548(0x13e),()=>{const _0x47d482=_0x258548;this[_0x47d482(0x6e)](),this[_0x47d482(0xba)]();}),this[_0x258548(0x86)](_0x5481b6,_0x258548(0x11d),()=>{const _0x404131=_0x258548;if(this[_0x404131(0x141)]&&this[_0x404131(0x141)][_0x404131(0xe9)][_0x404131(0xed)]>0x0){const _0x1b29e9=this[_0x404131(0x141)][_0x404131(0xe9)][this[_0x404131(0x141)][_0x404131(0xe9)][_0x404131(0xed)]-0x1],_0x2458b2=_0x1b29e9[_0x404131(0x100)][0x0];_0x2458b2&&_0x404131(0x104)===_0x2458b2[_0x404131(0xcc)]&&_0x1b29e9[_0x404131(0xb4)](0x0,_0x404131(0xf3));}this[_0x404131(0x6e)](),this[_0x404131(0x133)](),this[_0x404131(0xe7)](_0x5481b6);}),this[_0x258548(0x153)](_0x248e37,_0x436390,_0x56e23b,_0x5481b6,_0x4482ee);}[_0x465909(0x9a)](_0x448fa2,_0x35e474,_0x921f2){const _0x38ecbf=_0x465909,_0x1994c3=this[_0x38ecbf(0x145)][_0x38ecbf(0x154)][_0x38ecbf(0x88)](_0x35e474,_0x921f2)[_0x38ecbf(0xff)](),_0x3b9e7e=_0x1994c3['is'](_0x38ecbf(0x10b))?[]:_0x1994c3[_0x38ecbf(0xad)]({'includeSelf':!0x0})[_0x38ecbf(0x14a)](0x1);if(_0x3b9e7e[_0x38ecbf(0xed)]){const _0x263e91=_0x3b9e7e[_0x38ecbf(0x8d)](_0xb0da37=>_0xb0da37[_0x38ecbf(0xc9)](!0x1));for(let _0x753d6b=0x1;_0x753d6b<_0x263e91[_0x38ecbf(0xed)];_0x753d6b++)_0x263e91[_0x753d6b-0x1][_0x38ecbf(0x11e)](_0x263e91[_0x753d6b]);return _0x263e91[_0x263e91[_0x38ecbf(0xed)]-0x1][_0x38ecbf(0x11e)](_0x448fa2),new _0x2bba9d(_0x263e91[0x0]);}return _0x448fa2;}async[_0x465909(0x153)](_0x111615,_0x445af8,_0x2e6a81,_0x51a3a3,_0x2e15d7){const _0x4af76a=_0x465909,_0x59e4d0=this[_0x4af76a(0x145)];this[_0x4af76a(0x110)]={'action':_0x2e15d7,'content':_0x111615,'version':_0x445af8,'mainView':_0x2e6a81,'aiBalloon':_0x51a3a3};const _0x32a1af=new _0x3028cf({'connector':this[_0x4af76a(0x85)],'editor':_0x59e4d0,'content':_0x111615,'version':_0x445af8,..._0x2e15d7});this[_0x4af76a(0xb5)][_0x4af76a(0x116)](_0x32a1af),_0x2e6a81[_0x4af76a(0x134)]();const _0x55b5c8=(_0x1884d0,_0x341535,_0x2bdf45=!0x1,_0x32bb4e=_0x4af76a(0x147))=>this[_0x4af76a(0x75)][_0x4af76a(0x117)](async _0x3fdd55=>{const _0x19698d=_0x4af76a;try{const _0x15e44d=_0x44c199({'editor':_0x59e4d0,'changeGroups':_0x1884d0[_0x19698d(0x100)],'documentContextContent':_0x1884d0[_0x19698d(0x10e)],'showDiff':_0x2bdf45,'trimUnchanged':!0x1});await _0x341535[_0x19698d(0x138)]({'parts':_0x15e44d,'renderingStrategy':_0x32bb4e,'abortSignal':_0x3fdd55});}catch(_0x279469){if(this[_0x19698d(0xb7)](_0x279469))return;throw _0x279469;}});this[_0x4af76a(0x141)]['on'](_0x4af76a(0x70),(_0x41e96e,_0x2fd30d)=>{const _0xd19089=_0x4af76a;_0x2e6a81[_0xd19089(0xcd)](),_0x51a3a3[_0xd19089(0xa8)](),_0x55b5c8(_0x2fd30d,_0x2e6a81)[_0xd19089(0x105)](_0xfc29db=>{const _0x1641a4=_0xd19089;this[_0x1641a4(0xb7)](_0xfc29db)||(console[_0x1641a4(0x115)](_0x1641a4(0xc3),_0xfc29db),this[_0x1641a4(0x9f)](_0x32a1af,_0x2e6a81));});}),this[_0x4af76a(0x141)]['on'](_0x4af76a(0x96),(_0x1df1d7,_0x48457b)=>{const _0x484707=_0x4af76a;_0x55b5c8(_0x48457b,_0x2e6a81)[_0x484707(0x105)](_0x2f4316=>{const _0x50f31f=_0x484707;this[_0x50f31f(0xb7)](_0x2f4316)||(console[_0x50f31f(0x115)](_0x50f31f(0x78),_0x2f4316),this[_0x50f31f(0x9f)](_0x32a1af,_0x2e6a81));});}),this[_0x4af76a(0x141)]['on'](_0x4af76a(0xf6),async()=>{const _0x221cd6=_0x4af76a;try{await this[_0x221cd6(0xb9)](_0x2e6a81,_0x51a3a3),this[_0x221cd6(0xeb)](),await this[_0x221cd6(0x75)][_0x221cd6(0xb2)];}catch(_0x99a892){this[_0x221cd6(0xb7)](_0x99a892)||(console[_0x221cd6(0x115)](_0x221cd6(0xdd),_0x99a892),this[_0x221cd6(0x9f)](_0x32a1af,_0x2e6a81));}finally{_0x51a3a3[_0x221cd6(0xf7)]();}}),this[_0x4af76a(0x86)](_0x2e6a81,_0x4af76a(0xc8),async(_0x442873,{showDiff:_0xcc5cdd})=>{const _0x45e4e2=_0x4af76a;try{this[_0x45e4e2(0xda)]=_0xcc5cdd;const _0x3b0d64=this[_0x45e4e2(0x141)][_0x45e4e2(0xe9)][this[_0x45e4e2(0x141)][_0x45e4e2(0xe9)][_0x45e4e2(0xed)]-0x1];_0x3b0d64&&await _0x55b5c8(_0x3b0d64,_0x2e6a81,_0xcc5cdd,_0x45e4e2(0x9e));}catch(_0x41429c){this[_0x45e4e2(0xb7)](_0x41429c)||(console[_0x45e4e2(0x115)](_0x45e4e2(0x120),_0x41429c),this[_0x45e4e2(0x9f)](_0x32a1af,_0x2e6a81));}}),this[_0x4af76a(0x141)]['on'](_0x4af76a(0xee),(_0x3fe0c6,{reply:_0x1e9cc6})=>{const _0x4e928f=_0x4af76a,_0x33cc21={'positiveCount':_0x1e9cc6[_0x4e928f(0x100)][_0x4e928f(0x9b)](_0x4a20ed=>_0x4e928f(0xf4)===_0x4a20ed[_0x4e928f(0xcc)])[_0x4e928f(0xed)],'totalCount':_0x1e9cc6[_0x4e928f(0x100)][_0x4e928f(0xed)]},_0x4af21f=this[_0x4e928f(0x141)][_0x4e928f(0x155)],_0x5d65e8=this[_0x4e928f(0x141)][_0x4e928f(0x99)];_0x5d65e8?this[_0x4e928f(0x85)][_0x4e928f(0xbd)](_0x5d65e8,_0x4af21f,_0x33cc21):this[_0x4e928f(0x85)][_0x4e928f(0xb8)](_0x4af21f,_0x33cc21);}),this[_0x4af76a(0x8b)](_0x2e6a81,_0x51a3a3);try{const _0xf19807=await this[_0x4af76a(0x141)][_0x4af76a(0x13f)]();return this[_0x4af76a(0xeb)](),_0xf19807;}catch(_0x2611cf){if(this[_0x4af76a(0xb7)](_0x2611cf))return;_0x2e6a81[_0x4af76a(0xcd)](),this[_0x4af76a(0x9f)](_0x32a1af,_0x2e6a81);}}[_0x465909(0xb3)](_0x46c690,_0x394810,_0x33e1dc){const _0x511d19=_0x465909,_0x4ae69f=this[_0x511d19(0x145)];if(_0x33e1dc&&!_0x4ae69f[_0x511d19(0xdc)][_0x511d19(0x108)](_0x511d19(0x7d)))throw new _0x32bb61(_0x511d19(0xf0),null);const _0x30a5dd=this[_0x511d19(0x145)][_0x511d19(0xdc)][_0x511d19(0x125)](_0x56bd96),_0x2a4dbf=this[_0x511d19(0x141)],_0x6ec7ba=this[_0x511d19(0x141)][_0x511d19(0xe9)][this[_0x511d19(0x141)][_0x511d19(0xe9)][_0x511d19(0xed)]-0x1],_0x38e26b=_0x6ec7ba[_0x511d19(0x100)];_0x6ec7ba[_0x511d19(0xb4)](0x0,_0x511d19(0xf4));let _0x55a6b0=_0xddb750({'editor':_0x4ae69f,'reply':_0x6ec7ba,'interaction':_0x2a4dbf,'groups':_0x38e26b,'transform':!0x1,'documentCompare':_0x30a5dd,'documentCompareOptions':{'anchor':_0x4ae69f[_0x511d19(0x154)][_0x511d19(0x149)](_0x46c690,0x0),'markDeletions':_0x33e1dc}});_0x55a6b0=this[_0x511d19(0x124)](_0x55a6b0,_0x394810);for(const _0x571d14 of _0x55a6b0)this[_0x511d19(0x113)](_0x394810,_0x571d14,_0x4ae69f[_0x511d19(0x154)][_0x511d19(0x13c)][_0x511d19(0x7f)]());const _0x32ce90=_0x2a4dbf[_0x511d19(0x77)]()[_0x511d19(0x6d)],_0x89d550=_0x4ae69f[_0x511d19(0x154)][_0x511d19(0x13c)][_0x511d19(0x12d)][_0x511d19(0xf9)](_0x32ce90),_0x54fe2d={'document':_0x4ae69f[_0x511d19(0x154)][_0x511d19(0x13c)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x3c5972=_0x40616d(_0x55a6b0,_0x89d550,_0x54fe2d)[_0x511d19(0xfa)];_0x4ae69f[_0x511d19(0x154)][_0x511d19(0xfb)](_0x16af80=>{const _0x79f007=_0x511d19;if(_0x16af80[_0x79f007(0xe8)](_0x4ae69f[_0x79f007(0x154)][_0x79f007(0x13c)][_0x79f007(0x71)][_0x79f007(0xae)]),_0x33e1dc)_0x4ae69f[_0x79f007(0xdc)][_0x79f007(0x125)](_0x79f007(0xd4))[_0x79f007(0x95)](_0x3c5972);else{for(const _0x11484d of _0x3c5972)_0x11484d[_0x79f007(0x80)]=_0x4ae69f[_0x79f007(0x154)][_0x79f007(0x13c)][_0x79f007(0x6d)],_0x4fe092(_0x4ae69f,_0x11484d),_0x16af80[_0x79f007(0xce)][_0x79f007(0xd3)](_0x11484d),_0x4ae69f[_0x79f007(0x154)][_0x79f007(0xcb)](_0x11484d);}}),this[_0x511d19(0x145)][_0x511d19(0xdc)][_0x511d19(0x125)](_0x511d19(0x8e))[_0x511d19(0x114)]();}[_0x465909(0x124)](_0xdc705f,_0x5f2536){const _0xb3306d=_0x465909;return _0xdc705f[_0xb3306d(0x9b)](_0xed1282=>{const _0x236af5=_0xb3306d;if(_0x236af5(0xef)==_0xed1282[_0x236af5(0xa0)]){const _0x15c2b5=_0xed1282[_0x236af5(0x84)][_0x236af5(0xa6)];return!_0x5f2536[_0x236af5(0x108)](_0x15c2b5);}if(_0xed1282[_0x236af5(0xa0)][_0x236af5(0xd9)](_0x236af5(0xd7))>-0x1){const _0x24a302=_0xed1282[_0x236af5(0x146)][_0x236af5(0x13f)][_0x236af5(0xa6)];return!_0x5f2536[_0x236af5(0x108)](_0x24a302);}return!0x0;});}[_0x465909(0x113)](_0x2b41d3,_0xc034bd,_0x21cf13){const _0x2f6981=_0x465909,_0x265adb=_0xc034bd[_0x2f6981(0x73)]();for(const _0x2376fa in _0xc034bd){const _0x1d6158=_0xc034bd[_0x2376fa];_0x1d6158 instanceof _0x1f3804?_0xc034bd[_0x2376fa]=new _0x1f3804(_0x5ac7e8(_0x1d6158[_0x2f6981(0x13f)]),_0x5ac7e8(_0x1d6158[_0x2f6981(0x150)])):_0x1d6158 instanceof _0x2782fc&&(_0xc034bd[_0x2376fa]=_0x5ac7e8(_0x1d6158));}if([_0x2f6981(0xbf),_0x2f6981(0x143),_0x2f6981(0x14f),_0x2f6981(0x139),_0x2f6981(0x93),_0x2f6981(0x74)][_0x2f6981(0xe0)](_0x265adb[_0x2f6981(0xa0)])){if(_0x265adb[_0x2f6981(0x132)]=!0x1,_0x265adb[_0x2f6981(0x80)]=null,_0x2f6981(0x14f)==_0x265adb[_0x2f6981(0xa0)]){const _0x1d3680=_0x265adb[_0x2f6981(0xbc)],_0x1d75d6=_0x265adb[_0x2f6981(0xca)];new _0x453b71(_0x1d3680,_0x1d75d6)[_0x2f6981(0x11f)]();}else _0x265adb[_0x2f6981(0x11f)]();}function _0x5ac7e8(_0x3c68dd){const _0x2d35c2=_0x2f6981;if(_0x2d35c2(0xfd)==_0x3c68dd[_0x2d35c2(0x8a)][_0x2d35c2(0xd8)])return _0x3c68dd;const _0x270a5b=[];let _0x2b7942=_0x3c68dd[_0x2d35c2(0x8a)];for(let _0x3a4c4f=0x0;_0x3a4c4f<_0x3c68dd[_0x2d35c2(0x131)][_0x2d35c2(0xed)];_0x3a4c4f++){const _0x29fa97=_0x2b41d3[_0x2d35c2(0x125)](_0x2b7942)||0x0;_0x270a5b[_0x3a4c4f]=_0x3c68dd[_0x2d35c2(0x131)][_0x3a4c4f]+_0x29fa97,_0x2b7942=_0x2b7942[_0x2d35c2(0x8c)](_0x3c68dd[_0x2d35c2(0x131)][_0x3a4c4f]);}return new _0x2782fc(_0x21cf13,_0x270a5b,_0x3c68dd[_0x2d35c2(0xe2)]);}}[_0x465909(0xf2)](){const _0x1934f1=_0x465909;if(!this[_0x1934f1(0x110)])return;this[_0x1934f1(0xb5)][_0x1934f1(0xed)]>0x0&&this[_0x1934f1(0x6e)](),this[_0x1934f1(0x12b)]=0x0,this[_0x1934f1(0xda)]=!0x1;const {action:_0x34f845,content:_0x5c575e,version:_0x4ef135,mainView:_0x4606a1,aiBalloon:_0x4e2a1c}=this[_0x1934f1(0x110)];_0x4606a1[_0x1934f1(0x14c)]=!0x1,_0x4606a1[_0x1934f1(0x134)](),this[_0x1934f1(0xd6)](_0x4606a1,_0x4e2a1c);const _0x126d64=_0x4606a1;_0x126d64[_0x1934f1(0x106)]&&_0x126d64[_0x1934f1(0x106)][_0x1934f1(0x137)]&&_0x126d64[_0x1934f1(0x106)][_0x1934f1(0x137)][_0x1934f1(0x12c)]({'isOn':!0x1,'icon':_0x560805}),this[_0x1934f1(0xa3)](_0x4606a1),_0x4606a1[_0x1934f1(0xd5)](),this[_0x1934f1(0xeb)](),this[_0x1934f1(0xe7)](_0x4606a1),this[_0x1934f1(0x153)](_0x5c575e,_0x4ef135,_0x4606a1,_0x4e2a1c,_0x34f845)[_0x1934f1(0x105)](_0x2404c3=>{const _0x5b48ef=_0x1934f1;this[_0x5b48ef(0xb7)](_0x2404c3)||console[_0x5b48ef(0x115)](_0x5b48ef(0xa4),_0x2404c3);});}[_0x465909(0xa3)](_0x36bf26){const _0x3e15c6=_0x465909,_0x30d9bc=_0x36bf26[_0x3e15c6(0x148)][_0x3e15c6(0x12f)];for(;_0x30d9bc[_0x3e15c6(0xed)]>0x0;)_0x30d9bc[_0x3e15c6(0x14f)](_0x30d9bc[_0x3e15c6(0x10d)]);_0x36bf26[_0x3e15c6(0x148)][_0x3e15c6(0x11b)]=!0x1;}[_0x465909(0xb7)](_0x3c256d){const _0x4d2709=_0x465909;return!!_0x3c256d[_0x4d2709(0x119)]&&_0x3c256d[_0x4d2709(0x119)][_0x4d2709(0x13d)](_0x4d2709(0x10c));}[_0x465909(0x133)](){const _0x1455ce=_0x465909;this[_0x1455ce(0xb5)]=[],this[_0x1455ce(0x110)]=void 0x0,this[_0x1455ce(0x12b)]=0x0,this[_0x1455ce(0xeb)]();}[_0x465909(0x6e)](){const _0xca01f4=_0x465909;this[_0xca01f4(0x141)]&&this[_0xca01f4(0x141)][_0xca01f4(0x101)](),this[_0xca01f4(0x75)][_0xca01f4(0xc0)](),this[_0xca01f4(0x11a)]=!0x1,this[_0xca01f4(0x110)]&&this[_0xca01f4(0x110)][_0xca01f4(0x7c)][_0xca01f4(0xf7)]();}[_0x465909(0x10f)](){const _0x426095=_0x465909,_0x2b855b=new _0x3044b0(this[_0x426095(0x145)][_0x426095(0x7b)]),_0x4891b3=new _0x3044b0(this[_0x426095(0x145)][_0x426095(0x7b)]),_0x4ad1ba=new _0x36362b(this[_0x426095(0x145)][_0x426095(0x7b)]),_0x2d875f=new _0x3044b0(this[_0x426095(0x145)][_0x426095(0x7b)]);_0x2b855b[_0x426095(0x12c)]({'icon':_0x540fd0,'label':_0x4fecd6(this[_0x426095(0x145)][_0x426095(0x7b)],_0x426095(0xbe)),'tooltip':!0x0,'class':_0x426095(0x76)}),_0x4891b3[_0x426095(0x12c)]({'icon':_0x5f1c49,'tooltip':_0x4fecd6(this[_0x426095(0x145)][_0x426095(0x7b)],_0x426095(0xe6)),'class':_0x426095(0x87)}),_0x4ad1ba[_0x426095(0xe1)]({'tag':_0x426095(0x98),'attributes':{'class':[_0x426095(0xbb)]},'children':[_0x426095(0x91)]}),_0x2d875f[_0x426095(0x12c)]({'icon':_0x239861,'tooltip':_0x4fecd6(this[_0x426095(0x145)][_0x426095(0x7b)],_0x426095(0x92)),'class':_0x426095(0x7e)}),_0x2b855b[_0x426095(0x11c)](_0x426095(0xf5))['to'](this,_0x426095(0x11a),_0x293d31=>!_0x293d31),_0x2b855b['on'](_0x426095(0x14d),()=>{const _0x1d1ad2=_0x426095;this[_0x1d1ad2(0xf2)]();}),_0x4891b3[_0x426095(0x11c)](_0x426095(0xf5))['to'](this,_0x426095(0x11a),_0x3e0ea4=>!_0x3e0ea4),_0x4891b3['on'](_0x426095(0x14d),()=>{const _0x56ba7d=_0x426095;this[_0x56ba7d(0x121)]();}),_0x2d875f[_0x426095(0x11c)](_0x426095(0xf5))['to'](this,_0x426095(0x11a),_0x2705a4=>!_0x2705a4),_0x2d875f['on'](_0x426095(0x14d),()=>{const _0x3d064a=_0x426095;this[_0x3d064a(0x135)]();}),this[_0x426095(0x109)]=_0x4891b3,this[_0x426095(0xb0)]=_0x4ad1ba,this[_0x426095(0x9d)]=_0x2d875f,this[_0x426095(0xab)][_0x426095(0xd1)](_0x2b855b);}[_0x465909(0x121)](){const _0x5b1b4b=_0x465909,_0x149bcb=this[_0x5b1b4b(0xb5)][_0x5b1b4b(0xed)];this[_0x5b1b4b(0x12b)]<_0x149bcb-0x1&&this[_0x5b1b4b(0x94)](this[_0x5b1b4b(0x12b)]+0x1);}[_0x465909(0x135)](){const _0x1f62a8=_0x465909;this[_0x1f62a8(0x12b)]>0x0&&this[_0x1f62a8(0x94)](this[_0x1f62a8(0x12b)]-0x1);}async[_0x465909(0x94)](_0x152b48){const _0x39105a=_0x465909;if(!this[_0x39105a(0x110)])return;this[_0x39105a(0x12b)]=_0x152b48;const {mainView:_0x10ba09}=this[_0x39105a(0x110)],_0x404c25=this[_0x39105a(0xb5)][this[_0x39105a(0xb5)][_0x39105a(0xed)]-0x1-this[_0x39105a(0x12b)]];if(!_0x404c25)return;if(_0x404c25[_0x39105a(0xf1)])return this[_0x39105a(0x9f)](_0x404c25,_0x10ba09),void this[_0x39105a(0xeb)]();if(!_0x404c25[_0x39105a(0xe9)][_0x39105a(0xed)])return;_0x10ba09[_0x39105a(0x134)](),this[_0x39105a(0x110)]&&this[_0x39105a(0xd6)](_0x10ba09,this[_0x39105a(0x110)][_0x39105a(0x7c)]);const _0x51a4c0=_0x404c25[_0x39105a(0xe9)][_0x404c25[_0x39105a(0xe9)][_0x39105a(0xed)]-0x1];if(_0x51a4c0){const _0x1797b1=this[_0x39105a(0x145)];this[_0x39105a(0xa3)](_0x10ba09);try{const _0x5d6488=_0x44c199({'editor':_0x1797b1,'changeGroups':_0x51a4c0[_0x39105a(0x100)],'documentContextContent':_0x51a4c0[_0x39105a(0x10e)],'showDiff':this[_0x39105a(0xda)],'trimUnchanged':!0x1});this[_0x39105a(0xa3)](_0x10ba09),await new Promise(_0x975b17=>setTimeout(_0x975b17,0x32)),await _0x10ba09[_0x39105a(0x138)]({'parts':_0x5d6488,'renderingStrategy':_0x39105a(0x9e),'abortSignal':new AbortController()[_0x39105a(0x130)]});}catch(_0x397a8b){this[_0x39105a(0xb7)](_0x397a8b)||console[_0x39105a(0x115)](_0x39105a(0xa9),_0x397a8b);}}this[_0x39105a(0xeb)]();}[_0x465909(0xeb)](){const _0x25d264=_0x465909;if(!this[_0x25d264(0x109)]||!this[_0x25d264(0xb0)]||!this[_0x25d264(0x9d)])return;const _0x322398=this[_0x25d264(0xb5)][_0x25d264(0xed)],_0x55b8fc=_0x322398>0x1,_0x4ed119=this[_0x25d264(0x110)]?.[_0x25d264(0x14b)];if(_0x55b8fc){this[_0x25d264(0x128)]||this[_0x25d264(0xaa)]||this[_0x25d264(0xec)]||(this[_0x25d264(0xab)][_0x25d264(0xd1)](this[_0x25d264(0x109)]),_0x4ed119?.[_0x25d264(0x8f)](this[_0x25d264(0x109)]),this[_0x25d264(0x128)]=!0x0,this[_0x25d264(0xab)][_0x25d264(0xd1)](this[_0x25d264(0xb0)]),_0x4ed119?.[_0x25d264(0x8f)](this[_0x25d264(0xb0)]),this[_0x25d264(0xaa)]=!0x0,this[_0x25d264(0xab)][_0x25d264(0xd1)](this[_0x25d264(0x9d)]),_0x4ed119?.[_0x25d264(0x8f)](this[_0x25d264(0x9d)]),this[_0x25d264(0xec)]=!0x0);const _0x53e714=_0x322398-this[_0x25d264(0x12b)];this[_0x25d264(0xb0)][_0x25d264(0xe4)]&&(this[_0x25d264(0xb0)][_0x25d264(0xe4)][_0x25d264(0xb1)]=_0x53e714+'/'+_0x322398),this[_0x25d264(0x109)][_0x25d264(0xf5)]=this[_0x25d264(0x12b)]<_0x322398-0x1,this[_0x25d264(0x9d)][_0x25d264(0xf5)]=this[_0x25d264(0x12b)]>0x0;}else(this[_0x25d264(0x128)]||this[_0x25d264(0xaa)]||this[_0x25d264(0xec)])&&(this[_0x25d264(0xab)][_0x25d264(0x14f)](this[_0x25d264(0x109)]),_0x4ed119?.[_0x25d264(0x79)](this[_0x25d264(0x109)]),this[_0x25d264(0x128)]=!0x1,this[_0x25d264(0xab)][_0x25d264(0x14f)](this[_0x25d264(0xb0)]),_0x4ed119?.[_0x25d264(0x79)](this[_0x25d264(0xb0)]),this[_0x25d264(0xaa)]=!0x1,this[_0x25d264(0xab)][_0x25d264(0x14f)](this[_0x25d264(0x9d)]),_0x4ed119?.[_0x25d264(0x79)](this[_0x25d264(0x9d)]),this[_0x25d264(0xec)]=!0x1);}[_0x465909(0x8b)](_0x1706f2,_0x2e4f34){const _0x1ddc4f=_0x465909;_0x1706f2[_0x1ddc4f(0x142)](),_0x2e4f34[_0x1ddc4f(0x90)][_0x1ddc4f(0x142)](),this[_0x1ddc4f(0x11a)]=!0x0;}async[_0x465909(0x9f)](_0xbfb211,_0x5e58e4){const _0x36b402=_0x465909,_0x4caaf7=_0x4fecd6(this[_0x36b402(0x145)][_0x36b402(0x7b)],_0x36b402(0xdb));_0x5e58e4[_0x36b402(0x9c)](_0x4caaf7),_0xbfb211[_0x36b402(0xf1)]=!0x0,await this[_0x36b402(0x75)][_0x36b402(0xb2)],_0x5e58e4[_0x36b402(0xfc)](),this[_0x36b402(0x110)]?.[_0x36b402(0x7c)][_0x36b402(0x90)][_0x36b402(0xc5)]&&(this[_0x36b402(0x110)][_0x36b402(0x7c)][_0x36b402(0x90)][_0x36b402(0xc5)][_0x36b402(0x12e)]=!0x0);}[_0x465909(0xd6)](_0x4d7af5,_0x4fcda8){const _0x199d72=_0x465909;_0x4d7af5[_0x199d72(0x140)](),_0x4fcda8[_0x199d72(0x90)][_0x199d72(0xc5)]&&(_0x4fcda8[_0x199d72(0x90)][_0x199d72(0xc5)][_0x199d72(0x12e)]=!0x1);}async[_0x465909(0xb9)](_0x2a515e,_0x2a2e1e){const _0x2264fe=_0x465909;await this[_0x2264fe(0x75)][_0x2264fe(0xb2)],this[_0x2264fe(0x11a)]=!0x1,_0x2a515e[_0x2264fe(0x7a)](),_0x2a2e1e[_0x2264fe(0x90)][_0x2264fe(0x7a)]();}[_0x465909(0xba)](){const _0x3fcada=_0x465909;this[_0x3fcada(0xab)][_0x3fcada(0x152)](_0x1da732=>{const _0x150bb2=_0x3fcada;_0x150bb2(0xf5)in _0x1da732&&(_0x1da732[_0x150bb2(0xf5)]=!0x1);});}}
|
|
@@ -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 _0x5f2640=_0xcd26;(function(_0x319c40,_0x4a7dc1){const _0x5c355d=_0xcd26,_0x4f9ef8=_0x319c40();while(!![]){try{const _0x33a310=-parseInt(_0x5c355d(0x20a))/0x1*(parseInt(_0x5c355d(0x1d7))/0x2)+-parseInt(_0x5c355d(0x20c))/0x3*(-parseInt(_0x5c355d(0x221))/0x4)+parseInt(_0x5c355d(0x210))/0x5*(-parseInt(_0x5c355d(0x1d2))/0x6)+parseInt(_0x5c355d(0x239))/0x7*(parseInt(_0x5c355d(0x232))/0x8)+-parseInt(_0x5c355d(0x21b))/0x9+-parseInt(_0x5c355d(0x21e))/0xa*(parseInt(_0x5c355d(0x231))/0xb)+parseInt(_0x5c355d(0x229))/0xc*(parseInt(_0x5c355d(0x1f2))/0xd);if(_0x33a310===_0x4a7dc1)break;else _0x4f9ef8['push'](_0x4f9ef8['shift']());}catch(_0x2dd889){_0x4f9ef8['push'](_0x4f9ef8['shift']());}}}(_0x2c2c,0xc5111));import{uid as _0x28e40a}from'ckeditor5/src/utils.js';function _0xcd26(_0x164854,_0x9bcf34){const _0x2c2c1b=_0x2c2c();return _0xcd26=function(_0xcd267a,_0x33f448){_0xcd267a=_0xcd267a-0x1cc;let _0x1d96bf=_0x2c2c1b[_0xcd267a];return _0x1d96bf;},_0xcd26(_0x164854,_0x9bcf34);}import{Plugin as _0x5dbfc2}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0xde1c11}from'ckeditor5/src/clipboard.js';function _0x2c2c(){const _0x3e5719=['isAtEnd','setData','for','_getDefaultInsertBelowPosition','data','deleteContent','27952678hucyAI','DataTransfer','filter','getMarkersGroup','span','markerToElement','getSelectedBlocks','afterInit','isPremiumPlugin','ck-fake-ai-selection','start','isContent','element','fire','join','end','selection','getRowIndexes','getChild','forEach','getLastPosition','length','getFirstRange','markerToHighlight','2AiNyXO','hideFakeVisualSelection','39KLEvtt','createPositionAt','table','isCollapsed','7328650OIGMbT','updateMarker','ai-ui','from','fromCharCode','insertRows','ai.assistant.useTheme','parse','ck-ai-assistant-ui_theme','setSelection','has','4040946wovlnp','paste','showFakeVisualSelection','10sveHnJ','ck-fake-ai-selection_collapsed','editor','259036iaqkhF','lowest','canEditAt','document','first','insertContentBelow','_prepareTableInsertBelowPosition','getLastMatchingPosition','12KPeizd','conversion','AIAssistantEditing','_pasteHTMLUsingClipboard','contentInsertion','getRange','getColumnIndexes','getRows','16563745MDrlSR','3667704TbgYHu','isOfficialPlugin','href','createRange','push','findAncestor','getSelectedTableCells','21FvnPAP','markers','markerRange','_getAISelection','get','getRanges','_createEmptyTableRows','plugins','getChildren','_getTableRowCountFromContent','6SIxINA','_resetContentOfSelectedTableCells','createUIElement','last','text/html','139758iLuzNm','insertContent','addMarker','resultRange','once','createPositionAfter','model','change','addClass','createSelection','schema','removeMarker','TableUtils','config','editingDowncast','editing','off','map','pluginName','init','pop'];_0x2c2c=function(){return _0x3e5719;};return _0x2c2c();}import{ViewDocumentDomEventData as _0x8d32d1,ViewDataTransfer as _0x755e36}from'ckeditor5/src/engine.js';const w=globalThis[_0x5f2640(0x1f3)],f=_0x5f2640(0x212);export class AIAssistantEditing extends _0x5dbfc2{static get[_0x5f2640(0x1e9)](){const _0x469eae=_0x5f2640;return _0x469eae(0x22b);}static get[_0x5f2640(0x233)](){return!0x0;}static get[_0x5f2640(0x1fa)](){return!0x0;}[_0x5f2640(0x1ea)](){const _0x4f9971=_0x5f2640,{editor:_0x4799b4}=this,_0x5dad9c=[_0x4f9971(0x1fb)];_0x4799b4[_0x4f9971(0x1e4)][_0x4f9971(0x1cc)](_0x4f9971(0x216))&&_0x5dad9c[_0x4f9971(0x236)](_0x4f9971(0x218)),_0x4799b4[_0x4f9971(0x22a)][_0x4f9971(0x1ee)](_0x4f9971(0x1e5))[_0x4f9971(0x209)]({'model':f,'view':{'classes':_0x5dad9c,'priority':0xc}}),_0x4799b4[_0x4f9971(0x22a)][_0x4f9971(0x1ee)](_0x4f9971(0x1e5))[_0x4f9971(0x1f7)]({'model':f,'view':(_0x79877c,{writer:_0x2d9380})=>{const _0x47bd6d=_0x4f9971;if(!_0x79877c[_0x47bd6d(0x23b)][_0x47bd6d(0x20f)])return null;const _0x6c1876=_0x2d9380[_0x47bd6d(0x1d4)](_0x47bd6d(0x1f6));return _0x2d9380[_0x47bd6d(0x1df)]([_0x47bd6d(0x1fb),_0x47bd6d(0x21f)],_0x6c1876),_0x6c1876;}});}[_0x5f2640(0x1f9)](){!async function(_0x493a37){const _0x59d480=_0x2dc10c([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]),_0x2066bc=0x3dffc4e1,_0x5713b8=0x3df8ba61^_0x2066bc,_0x24978e=window[_0x2dc10c([0x44,0x61,0x74,0x65])][_0x2dc10c([0x6e,0x6f,0x77])](),_0x2c109d=_0x493a37[_0x2dc10c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x34732e=new window[(_0x2dc10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x375057=>{_0x2c109d[_0x2dc10c([0x6f,0x6e,0x63,0x65])](_0x2dc10c([0x72,0x65,0x61,0x64,0x79]),_0x375057);}),_0xd7fe81={[_0x2dc10c([0x6b,0x74,0x79])]:_0x2dc10c([0x45,0x43]),[_0x2dc10c([0x75,0x73,0x65])]:_0x2dc10c([0x73,0x69,0x67]),[_0x2dc10c([0x63,0x72,0x76])]:_0x2dc10c([0x50,0x2d,0x32,0x35,0x36]),[_0x2dc10c([0x78])]:_0x2dc10c([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]),[_0x2dc10c([0x79])]:_0x2dc10c([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]),[_0x2dc10c([0x61,0x6c,0x67])]:_0x2dc10c([0x45,0x53,0x32,0x35,0x36])},_0x461c3b=_0x2c109d[_0x2dc10c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2dc10c([0x67,0x65,0x74])](_0x2dc10c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5945b1(){let _0xa684a4,_0x691d89=null,_0x20597f=null;try{if(_0x461c3b==_0x2dc10c([0x47,0x50,0x4c]))return _0x2dc10c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xa684a4=_0x16fac3(),!_0xa684a4)return _0x2dc10c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xa684a4[_0x2dc10c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x20597f=_0x25b870(_0xa684a4[_0x2dc10c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xa684a4[_0x2dc10c([0x6a,0x74,0x69])])),await _0x2c038b()?_0x5e4af7()?_0x23c709()?_0x2dc10c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x306ede()?(_0xa684a4[_0x2dc10c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2dc10c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x691d89=_0xdfc670(_0x2dc10c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3b4e73()):_0x2dc10c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2dc10c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2dc10c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2dc10c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x23c709(){const _0x153965=[_0x2dc10c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2dc10c([0x74,0x72,0x69,0x61,0x6c])][_0x2dc10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa684a4[_0x2dc10c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x24978e/0x3e8:0xe10*_0x5713b8;return _0xa684a4[_0x2dc10c([0x65,0x78,0x70])]<_0x153965;}function _0x5e4af7(){const _0x506077=_0xa684a4[_0x2dc10c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x506077&&(!!_0x506077[_0x2dc10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2dc10c([0x2a]))||!!_0x506077[_0x2dc10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2dc10c([0x41,0x49])));}function _0x306ede(){const _0x426f58=_0xcd26,_0x381090=_0xa684a4[_0x2dc10c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x381090||0x0==_0x381090[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3a966f}=new URL(window[_0x2dc10c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x426f58(0x234)]);if(_0x381090[_0x2dc10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a966f))return!0x0;const _0x53540c=_0x3a966f[_0x2dc10c([0x73,0x70,0x6c,0x69,0x74])](_0x2dc10c([0x2e]));return _0x381090[_0x2dc10c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x45e8f8=>_0x45e8f8[_0x2dc10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2dc10c([0x2a])))[_0x2dc10c([0x6d,0x61,0x70])](_0xfd31a9=>_0xfd31a9[_0x2dc10c([0x73,0x70,0x6c,0x69,0x74])](_0x2dc10c([0x2e])))[_0x2dc10c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x360f27=>_0x360f27[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x53540c[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2dc10c([0x6d,0x61,0x70])](_0x5e3bdb=>Array(_0x53540c[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5e3bdb[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2dc10c([0x66,0x69,0x6c,0x6c])](_0x5e3bdb[0x0]===_0x2dc10c([0x2a])?_0x2dc10c([0x2a]):'')[_0x2dc10c([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5e3bdb))[_0x2dc10c([0x73,0x6f,0x6d,0x65])](_0x2ef495=>_0x53540c[_0x2dc10c([0x65,0x76,0x65,0x72,0x79])]((_0x50a3ac,_0x792a2f)=>_0x2ef495[_0x792a2f]===_0x50a3ac||_0x2ef495[_0x792a2f]===_0x2dc10c([0x2a])));}function _0x3b4e73(){return _0x691d89&&_0x20597f?new window[(_0x2dc10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1e0c35,_0x245b5d)=>{_0x691d89[_0x2dc10c([0x74,0x68,0x65,0x6e])](_0x1e0c35,_0x245b5d),_0x20597f[_0x2dc10c([0x74,0x68,0x65,0x6e])](_0x2ac6e1=>{_0x2ac6e1!=_0x2dc10c([0x56,0x61,0x6c,0x69,0x64])&&_0x1e0c35(_0x2ac6e1);},_0x245b5d);}):_0x691d89||_0x20597f||_0x2dc10c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x25b870(_0x45d97c,_0x52eb1a){return new window[(_0x2dc10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x30f54e=>{if(_0x55dbc5())return _0x30f54e(_0x2dc10c([0x56,0x61,0x6c,0x69,0x64]));_0x441795(),_0x2c109d[_0x2dc10c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2dc10c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2ef867=!0x1;const _0x37e5a3=_0x28e40a();function _0xfe9461(_0x98716c){return!!_0x98716c&&(typeof _0x98716c===_0x2dc10c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x98716c===_0x2dc10c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x98716c[_0x2dc10c([0x74,0x68,0x65,0x6e])]===_0x2dc10c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x98716c[_0x2dc10c([0x63,0x61,0x74,0x63,0x68])]===_0x2dc10c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x318d8f(_0x3eb10d){_0x337be9(_0x3eb10d)[_0x2dc10c([0x74,0x68,0x65,0x6e])](_0x51016f=>{if(!_0x51016f||_0x51016f[_0x2dc10c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2dc10c([0x6f,0x6b]))return _0x2dc10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x168462(_0x9efcd8(_0x37e5a3+_0x52eb1a))!=_0x51016f[_0x2dc10c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2dc10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2dc10c([0x56,0x61,0x6c,0x69,0x64]);})[_0x2dc10c([0x74,0x68,0x65,0x6e])](_0xb5c02d=>(_0x14d7f7(),_0xb5c02d),()=>{const _0x193685=_0x2aa9fb();return null==_0x193685?(_0x14d7f7(),_0x2dc10c([0x56,0x61,0x6c,0x69,0x64])):_0x2dc10c(_0x24978e-_0x193685>(0x19f340e1^_0x2066bc)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2dc10c([0x74,0x68,0x65,0x6e])](_0x30f54e)[_0x2dc10c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x30f54e(_0x2dc10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x6a3eb6=0x3dc92a61^_0x2066bc;function _0x14d7f7(){const _0x39660d=_0x2dc10c([0x6c,0x6c,0x63,0x74,0x2d])+_0x168462(_0x9efcd8(_0x45d97c)),_0xfdaad9=_0x16df23(_0x168462(window[_0x2dc10c([0x4d,0x61,0x74,0x68])][_0x2dc10c([0x63,0x65,0x69,0x6c])](_0x24978e/_0x6a3eb6)));window[_0x2dc10c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2dc10c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x39660d,_0xfdaad9);}function _0x2aa9fb(){const _0x481d0e=_0x2dc10c([0x6c,0x6c,0x63,0x74,0x2d])+_0x168462(_0x9efcd8(_0x45d97c)),_0x3468d0=window[_0x2dc10c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2dc10c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x481d0e);return _0x3468d0?window[_0x2dc10c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x16df23(_0x3468d0),0x10)*_0x6a3eb6:null;}function _0x337be9(_0x30a2f3){return new window[(_0x2dc10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x122a13,_0x23e757)=>{_0x30a2f3[_0x2dc10c([0x74,0x68,0x65,0x6e])](_0x122a13,_0x23e757),window[_0x2dc10c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x23e757,0x3dfe1021^_0x2066bc);});}}_0x2c109d[_0x2dc10c([0x6f,0x6e])](_0x2dc10c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x12289c,_0x3df875)=>{if(_0x3df875[0x0]!=_0x45d97c)return _0x30f54e(_0x2dc10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3df875[0x1]={..._0x3df875[0x1],[_0x2dc10c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x37e5a3};},{[_0x2dc10c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2dc10c([0x68,0x69,0x67,0x68])}),_0x2c109d[_0x2dc10c([0x6f,0x6e])](_0x2dc10c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x21645f=>{_0xfe9461(_0x21645f[_0x2dc10c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2ef867=!0x0,_0x318d8f(_0x21645f[_0x2dc10c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2dc10c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2dc10c([0x6c,0x6f,0x77])}),_0x34732e[_0x2dc10c([0x74,0x68,0x65,0x6e])](()=>{_0x2ef867||_0x30f54e(_0x2dc10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x55dbc5(){return _0x2c109d[_0x2dc10c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2dc10c([0x76,0x69,0x65,0x77])][_0x2dc10c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2dc10c([0x61,0x75,0x74,0x6f]);}function _0x441795(){_0x2c109d[_0x2dc10c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2dc10c([0x76,0x69,0x65,0x77])][_0x2dc10c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2dc10c([0x61,0x75,0x74,0x6f]);}}function _0xdfc670(_0x2e4f9a){const _0x59fda8=[new window[(_0x2dc10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5170c6=>setTimeout(_0x5170c6,0x3df6fa2d^_0x2066bc)),_0x34732e[_0x2dc10c([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2dc10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x78be09=>{let _0x52b9d1=0x0;_0x2c109d[_0x2dc10c([0x6d,0x6f,0x64,0x65,0x6c])][_0x2dc10c([0x6f,0x6e])](_0x2dc10c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2f232c,_0x40e1fb)=>{_0x40e1fb[0x0][_0x2dc10c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x52b9d1++,_0x52b9d1==(0x3dffc109^_0x2066bc)&&(_0x78be09(),_0x2f232c[_0x2dc10c([0x6f,0x66,0x66])]());});}))];return window[_0x2dc10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2dc10c([0x72,0x61,0x63,0x65])](_0x59fda8)[_0x2dc10c([0x74,0x68,0x65,0x6e])](()=>_0x2e4f9a);}async function _0x5426d(){await _0x34732e,_0x2c109d[_0x2dc10c([0x6d,0x6f,0x64,0x65,0x6c])][_0x2dc10c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x9280fe,_0x2c109d[_0x2dc10c([0x6d,0x6f,0x64,0x65,0x6c])][_0x2dc10c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x9280fe,_0x2c109d[_0x2dc10c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2dc10c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5c045e(_0x36059a){const _0x397169=_0xe72d46();_0x2c109d[_0x397169]=_0x2dc10c([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x36059a,_0x36059a!=_0x2dc10c([0x56,0x61,0x6c,0x69,0x64])&&_0x5426d();}function _0xe72d46(){const _0x127616=window[_0x2dc10c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2dc10c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2dc10c([0x6e,0x6f,0x77])]())[_0x2dc10c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2dc10c([0x2e]),'');let _0x293c15=_0x2dc10c([0x6e]);for(let _0x3f3592=0x0;_0x3f3592<_0x127616[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3f3592+=0x2){let _0x126324=window[_0x2dc10c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x127616[_0x2dc10c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3f3592,_0x3f3592+0x2));_0x126324>=_0x59d480[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x126324-=_0x59d480[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x293c15+=_0x59d480[_0x126324];}return _0x293c15;}function _0x16fac3(){const _0x516c29=_0x461c3b[_0x2dc10c([0x73,0x70,0x6c,0x69,0x74])](_0x2dc10c([0x2e]));if(0x3!=_0x516c29[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x160ab6(_0x516c29[0x1]);function _0x160ab6(_0x441317){const _0x1a4f5a=_0x49bb56(_0x441317);return _0x1a4f5a&&_0x1de36b()?_0x1a4f5a:null;function _0x1de36b(){const _0x6d3877=_0x1a4f5a[_0x2dc10c([0x6a,0x74,0x69])],_0x2c79a6=window[_0x2dc10c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x6d3877[_0x2dc10c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x6d3877[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x55f625={..._0x1a4f5a,[_0x2dc10c([0x6a,0x74,0x69])]:_0x6d3877[_0x2dc10c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x6d3877[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x55f625[_0x2dc10c([0x76,0x63])],_0x9efcd8(_0x55f625)==_0x2c79a6;}}}async function _0x2c038b(){let _0x37b3c3=!0x0;try{const _0x241805=_0x461c3b[_0x2dc10c([0x73,0x70,0x6c,0x69,0x74])](_0x2dc10c([0x2e])),[_0x390283,_0x2177de,_0x12b035]=_0x241805;return _0x39866c(_0x390283),await _0x32b3cd(_0x390283,_0x2177de,_0x12b035),_0x37b3c3;}catch{return!0x1;}function _0x39866c(_0x22b867){const _0x4e3766=_0x49bb56(_0x22b867);_0x4e3766&&_0x4e3766[_0x2dc10c([0x61,0x6c,0x67])]==_0x2dc10c([0x45,0x53,0x32,0x35,0x36])||(_0x37b3c3=!0x1);}async function _0x32b3cd(_0x4f91bf,_0x35f7a3,_0x54e75){const _0x1cadc5=window[_0x2dc10c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2dc10c([0x66,0x72,0x6f,0x6d])](_0x5258f6(_0x54e75),_0x57f3c9=>_0x57f3c9[_0x2dc10c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1c881a=new window[(_0x2dc10c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2dc10c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4f91bf+_0x2dc10c([0x2e])+_0x35f7a3),_0x4b1ae4=window[_0x2dc10c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2dc10c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4b1ae4)return;const _0xc63018=await _0x4b1ae4[_0x2dc10c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2dc10c([0x6a,0x77,0x6b]),_0xd7fe81,{[_0x2dc10c([0x6e,0x61,0x6d,0x65])]:_0x2dc10c([0x45,0x43,0x44,0x53,0x41]),[_0x2dc10c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2dc10c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2dc10c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4b1ae4[_0x2dc10c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2dc10c([0x6e,0x61,0x6d,0x65])]:_0x2dc10c([0x45,0x43,0x44,0x53,0x41]),[_0x2dc10c([0x68,0x61,0x73,0x68])]:{[_0x2dc10c([0x6e,0x61,0x6d,0x65])]:_0x2dc10c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xc63018,_0x1cadc5,_0x1c881a)||(_0x37b3c3=!0x1);}}function _0x49bb56(_0x40e0d0){return _0x40e0d0[_0x2dc10c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2dc10c([0x65,0x79]))?JSON[_0x2dc10c([0x70,0x61,0x72,0x73,0x65])](_0x5258f6(_0x40e0d0)):null;}function _0x5258f6(_0x1ea4f3){return window[_0x2dc10c([0x61,0x74,0x6f,0x62])](_0x1ea4f3[_0x2dc10c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2dc10c([0x2b]))[_0x2dc10c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2dc10c([0x2f])));}function _0x9efcd8(_0x38ade6){let _0x33a8c0=0x1505;function _0xd797ca(_0x533f4b){for(let _0x439007=0x0;_0x439007<_0x533f4b[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x439007++){const _0x49d451=_0x533f4b[_0x2dc10c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x439007);_0x33a8c0=(_0x33a8c0<<0x5)+_0x33a8c0+_0x49d451,_0x33a8c0&=_0x33a8c0;}}function _0x1a1788(_0x2b64dc){Array[_0x2dc10c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2b64dc)?_0x2b64dc[_0x2dc10c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1a1788):_0x2b64dc&&typeof _0x2b64dc==_0x2dc10c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2dc10c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2b64dc)[_0x2dc10c([0x73,0x6f,0x72,0x74])]()[_0x2dc10c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1aae81,_0x8630a4])=>{_0xd797ca(_0x1aae81),_0x1a1788(_0x8630a4);}):_0xd797ca(window[_0x2dc10c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2b64dc));}return _0x1a1788(_0x38ade6),_0x33a8c0>>>0x0;}function _0x168462(_0x198013){return _0x198013[_0x2dc10c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2dc10c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2dc10c([0x30]));}function _0x16df23(_0x48548d){return _0x48548d[_0x2dc10c([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2dc10c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2dc10c([0x6a,0x6f,0x69,0x6e])]('');}function _0x9280fe(){}function _0x2dc10c(_0x2588f3){const _0x1d5f1f=_0xcd26;return _0x2588f3[_0x1d5f1f(0x1e8)](_0xf336ed=>String[_0x1d5f1f(0x214)](_0xf336ed))[_0x1d5f1f(0x200)]('');}_0x5c045e(await _0x5945b1());}(this);}[_0x5f2640(0x21d)](){const _0x7ecf8e=_0x5f2640,_0x285263=this[_0x7ecf8e(0x220)][_0x7ecf8e(0x1dd)];_0x285263[_0x7ecf8e(0x1de)](_0x320cc3=>{const _0x4ca7e0=_0x7ecf8e,_0x51527f=_0x285263[_0x4ca7e0(0x224)][_0x4ca7e0(0x202)][_0x4ca7e0(0x1cd)]();let _0x43a2ae=0x0;for(const _0x403a43 of _0x51527f){const _0x142198=f+':'+_0x43a2ae;if(_0x285263[_0x4ca7e0(0x23a)][_0x4ca7e0(0x21a)](_0x142198))_0x320cc3[_0x4ca7e0(0x211)](_0x142198,{'range':_0x403a43});else{if(_0x403a43[_0x4ca7e0(0x1fc)][_0x4ca7e0(0x1ec)]){const _0x14a79a=_0x403a43[_0x4ca7e0(0x1fc)][_0x4ca7e0(0x228)](({item:_0x383f79})=>!_0x285263[_0x4ca7e0(0x1e1)][_0x4ca7e0(0x1fd)](_0x383f79),{'boundaries':_0x403a43});_0x320cc3[_0x4ca7e0(0x1d9)](_0x142198,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x320cc3[_0x4ca7e0(0x235)](_0x14a79a,_0x403a43[_0x4ca7e0(0x201)])});}else _0x320cc3[_0x4ca7e0(0x1d9)](_0x142198,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x403a43});}_0x43a2ae++;}});}[_0x5f2640(0x20b)](){const _0x4bbfba=_0x5f2640,_0x34d20b=this[_0x4bbfba(0x220)][_0x4bbfba(0x1dd)],_0x27be3a=Array[_0x4bbfba(0x213)](this[_0x4bbfba(0x220)][_0x4bbfba(0x1dd)][_0x4bbfba(0x23a)][_0x4bbfba(0x1f5)](f));_0x27be3a[_0x4bbfba(0x207)]&&_0x34d20b[_0x4bbfba(0x1de)](_0x2334e1=>{const _0x129965=_0x4bbfba;_0x27be3a[_0x129965(0x205)](_0x1c4313=>{const _0x2974e1=_0x129965;_0x2334e1[_0x2974e1(0x1e2)](_0x1c4313);});});}[_0x5f2640(0x1d8)](_0x4c1ec3,_0x223095){const _0xab3acd=_0x5f2640,_0x3c3944=this[_0xab3acd(0x23c)](),_0x330b9a=_0x223095||_0x3c3944[_0xab3acd(0x208)]();this[_0xab3acd(0x220)][_0xab3acd(0x1dd)][_0xab3acd(0x223)](_0x330b9a)&&this[_0xab3acd(0x220)][_0xab3acd(0x1dd)][_0xab3acd(0x1de)](_0x347ed6=>{const _0x3fb55c=_0xab3acd;this[_0x3fb55c(0x20b)](),_0x223095||this[_0x3fb55c(0x1d3)](_0x347ed6,_0x3c3944),this[_0x3fb55c(0x22c)]({'insertAt':_0x330b9a,'writer':_0x347ed6,'html':_0x4c1ec3});});}[_0x5f2640(0x226)](_0x118b62){const _0x44547c=_0x5f2640,{model:_0x631a47}=this[_0x44547c(0x220)],_0x43685a=this[_0x44547c(0x23c)]();_0x631a47[_0x44547c(0x1de)](()=>{const _0x1edd7b=_0x44547c,_0x40cac2=this[_0x1edd7b(0x227)](_0x118b62,_0x43685a)||this[_0x1edd7b(0x1ef)](_0x43685a);this[_0x1edd7b(0x1d8)](_0x118b62,_0x40cac2);});}[_0x5f2640(0x23c)](){const _0x48a1bd=_0x5f2640,_0x8fbe5b=this[_0x48a1bd(0x220)][_0x48a1bd(0x1dd)],_0x198538=Array[_0x48a1bd(0x213)](_0x8fbe5b[_0x48a1bd(0x23a)][_0x48a1bd(0x1f5)](f))[_0x48a1bd(0x1e8)](_0x57a465=>_0x57a465[_0x48a1bd(0x22e)]());return _0x8fbe5b[_0x48a1bd(0x1e0)](_0x198538);}[_0x5f2640(0x22c)]({writer:_0x2c4b76,html:_0x1f147b,insertAt:_0x4ed2aa}){const _0x239bca=_0x5f2640,{view:_0x2287b3}=this[_0x239bca(0x220)][_0x239bca(0x1e6)],_0x13e9df=this[_0x239bca(0x220)][_0x239bca(0x1cf)][_0x239bca(0x1cc)](_0xde1c11),_0x3e9494=new w();_0x3e9494[_0x239bca(0x1ed)](_0x239bca(0x1d6),_0x1f147b);const _0x473b5d=new ClipboardEvent(_0x239bca(0x21c),{'clipboardData':_0x3e9494}),_0x3f9df8=new _0x8d32d1(_0x2287b3,_0x473b5d,{'dataTransfer':new _0x755e36(_0x3e9494)});_0x2c4b76[_0x239bca(0x219)](_0x4ed2aa);const _0x502ce0=(_0x5af120,_0x3e0a80)=>{const _0x584619=_0x239bca;_0x3e0a80[_0x584619(0x1da)]&&_0x2c4b76[_0x584619(0x219)](_0x3e0a80[_0x584619(0x1da)]);};_0x13e9df[_0x239bca(0x1db)](_0x239bca(0x22d),_0x502ce0,{'priority':_0x239bca(0x222)}),_0x2287b3[_0x239bca(0x224)][_0x239bca(0x1ff)](_0x239bca(0x21c),_0x3f9df8),_0x13e9df[_0x239bca(0x1e7)](_0x239bca(0x22d),_0x502ce0);}[_0x5f2640(0x1ef)](_0x14f38e){const _0x41835f=_0x5f2640,{model:_0x448295}=this[_0x41835f(0x220)],_0x5884e4=Array[_0x41835f(0x213)](_0x14f38e[_0x41835f(0x1f8)]());return _0x5884e4[_0x41835f(0x207)]?_0x448295[_0x41835f(0x1dc)](_0x5884e4[_0x41835f(0x1eb)]()):_0x14f38e[_0x41835f(0x206)]();}[_0x5f2640(0x227)](_0x395804,_0x22dc67){const _0x3615c8=_0x5f2640,{model:_0x1665d8,plugins:_0x200470}=this[_0x3615c8(0x220)];if(_0x200470[_0x3615c8(0x21a)](_0x3615c8(0x1e3))){const _0x456631=_0x200470[_0x3615c8(0x1cc)](_0x3615c8(0x1e3))[_0x3615c8(0x238)](_0x22dc67);if(_0x456631[_0x3615c8(0x207)]){const _0x5ddf04=this[_0x3615c8(0x1d1)](_0x395804),_0x29f9bb=this[_0x3615c8(0x1ce)](_0x456631,_0x5ddf04);return _0x1665d8[_0x3615c8(0x20d)](_0x29f9bb,0x0);}}return null;}[_0x5f2640(0x1d1)](_0x32dbfe){const _0xb85d56=_0x5f2640,_0x282a82=this[_0xb85d56(0x220)][_0xb85d56(0x1cf)][_0xb85d56(0x1cc)](_0xb85d56(0x1e3)),_0x35c7e2=this[_0xb85d56(0x220)][_0xb85d56(0x1f0)][_0xb85d56(0x217)](_0x32dbfe),_0x5edfcb=Array[_0xb85d56(0x213)](_0x35c7e2[_0xb85d56(0x1d0)]())[_0xb85d56(0x1f4)](_0x149829=>_0x149829['is'](_0xb85d56(0x1fe),_0xb85d56(0x20e)));let _0x34052a=0x0;return _0x5edfcb[_0xb85d56(0x205)](_0x3d1bfd=>{const _0x547881=_0xb85d56;_0x34052a+=_0x282a82[_0x547881(0x230)](_0x3d1bfd);}),_0x34052a;}[_0x5f2640(0x1ce)](_0xad94af,_0x56c18b){const _0x5336dc=_0x5f2640,_0x3096e3=this[_0x5336dc(0x220)][_0x5336dc(0x1cf)][_0x5336dc(0x1cc)](_0x5336dc(0x1e3)),_0xc8e935=_0x3096e3[_0x5336dc(0x203)](_0xad94af),_0x21b59f=_0x3096e3[_0x5336dc(0x22f)](_0xad94af),_0x2c2150=_0xc8e935[_0x5336dc(0x1d5)]+0x1,_0x53dffa=_0x21b59f[_0x5336dc(0x225)],_0x4ca98e=_0xad94af[0x0][_0x5336dc(0x237)](_0x5336dc(0x20e));for(let _0xe12cca=0x0;_0xe12cca<_0x56c18b;_0xe12cca++)_0x3096e3[_0x5336dc(0x215)](_0x4ca98e,{'at':_0x2c2150});return _0x4ca98e[_0x5336dc(0x204)](_0x2c2150)[_0x5336dc(0x204)](_0x53dffa);}[_0x5f2640(0x1d3)](_0x2d28df,_0x2fc9ef){const _0x102abd=_0x5f2640,{plugins:_0x56edd6}=this[_0x102abd(0x220)],{model:_0x289b33}=_0x2d28df;if(!_0x56edd6[_0x102abd(0x21a)](_0x102abd(0x1e3)))return;_0x56edd6[_0x102abd(0x1cc)](_0x102abd(0x1e3))[_0x102abd(0x238)](_0x2fc9ef)[_0x102abd(0x207)]&&_0x289b33[_0x102abd(0x1f1)](_0x2fc9ef);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3516f9=_0x5b09;(function(_0x2ff68f,_0x356d48){const _0x3b985e=_0x5b09,_0x4aec67=_0x2ff68f();while(!![]){try{const _0xce4d78=parseInt(_0x3b985e(0xb1))/0x1+parseInt(_0x3b985e(0xd1))/0x2+-parseInt(_0x3b985e(0xa0))/0x3*(-parseInt(_0x3b985e(0xb3))/0x4)+-parseInt(_0x3b985e(0xe8))/0x5+-parseInt(_0x3b985e(0xec))/0x6*(-parseInt(_0x3b985e(0xe3))/0x7)+-parseInt(_0x3b985e(0xde))/0x8*(parseInt(_0x3b985e(0xcc))/0x9)+-parseInt(_0x3b985e(0xc6))/0xa*(parseInt(_0x3b985e(0xd6))/0xb);if(_0xce4d78===_0x356d48)break;else _0x4aec67['push'](_0x4aec67['shift']());}catch(_0x8d2aef){_0x4aec67['push'](_0x4aec67['shift']());}}}(_0x2c53,0x644ea));function _0x2c53(){const _0x5d9865=['removeAllRanges','innerHTML','ck-ai-form__content-area','7ViYozt','contentFieldView','bindTemplate','<span>[</span>','locale','2184330DvRrwT','appendLoader','ck-reset_all-excluded','isVisible','4914726eWIQcb','change:value','left','mousedown','ck-ai-form__content-field','execCommand','lastElementChild','render','focus','smooth','51ZAQBCp','appendChild','body','change:isProcessing','firstElementChild','<span>]</span>','copy','copyButtonView','icon','loaderView','Copy','listenTo','getSelection','text/html','setContent','wheel','_copyHTMLToClipboard','447144HspdAw','text/plain','118308DFYSNs','-9999px','textContent','_createCopyButton','execute','setEndBefore','value','position','clipboard','.ck-ai-form__loader','div','addRange','ck-content','\x20ck-ai-form__copy-button--copied','ck-ai-form__content-area-wrapper','scrollHeight','isEnabled','_createLoader','isProcessing','6680810eNLCPP','ck-ai-form__loader','style','createElement','scrollTo','ck-ai-form__copy-button','9iWUoNZ','write','element','AI\x20is\x20writing...','class','508690JZLtRM','ck-hidden','setTemplate','remove','ck-ai-form__content-area--processing','11mwhbEu','ClipboardItem','createRange','querySelector','set','absolute','setStartAfter','ck-ai-form__copy-button-wrapper','4060912ogPCdc','bind'];_0x2c53=function(){return _0x5d9865;};return _0x2c53();}function _0x5b09(_0x20cbf1,_0x1e940e){const _0x2c53dd=_0x2c53();return _0x5b09=function(_0x5b09c3,_0x10ce5e){_0x5b09c3=_0x5b09c3-0x9d;let _0x443b9c=_0x2c53dd[_0x5b09c3];return _0x443b9c;},_0x5b09(_0x20cbf1,_0x1e940e);}import{global as _0x3b478d}from'ckeditor5/src/utils.js';import{View as _0x242843,ButtonView as _0x2589c9,SpinnerView as _0x42b071}from'ckeditor5/src/ui.js';import{IconCheck as _0x532c68,IconCopy as _0x13cc55}from'ckeditor5/src/icons.js';import{getTranslation as _0x37a10f}from'../../utils/common-translations.js';export class AIFormContentArea extends _0x242843{[_0x3516f9(0xe4)];[_0x3516f9(0xa7)];constructor(_0x76594f,_0x4625f6=''){const _0x112e41=_0x3516f9;super(_0x76594f),this[_0x112e41(0xda)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x18d0d0=this[_0x112e41(0xe5)];this[_0x112e41(0xe4)]=new ContentFieldView(_0x76594f,_0x4625f6),this[_0x112e41(0xa7)]=this[_0x112e41(0xb6)](),this[_0x112e41(0xd3)]({'tag':_0x112e41(0xbd),'attributes':{'class':['ck',_0x112e41(0xc1),_0x18d0d0['if'](_0x112e41(0xeb),_0x112e41(0xd2),_0x58bef0=>!_0x58bef0)],'tabindex':'-1'},'children':[{'tag':_0x112e41(0xbd),'attributes':{'class':['ck',_0x112e41(0xe2),_0x18d0d0['if'](_0x112e41(0xc5),_0x112e41(0xd5))]},'children':[this[_0x112e41(0xe4)],{'tag':_0x112e41(0xbd),'attributes':{'class':['ck',_0x112e41(0xdd)]},'children':[this[_0x112e41(0xa7)]]}]}]});}[_0x3516f9(0x9d)](){const _0x23ad1d=_0x3516f9;super[_0x23ad1d(0x9d)](),this[_0x23ad1d(0xb9)]&&this[_0x23ad1d(0xe4)][_0x23ad1d(0xae)](this[_0x23ad1d(0xb9)]);let _0x3932df=!0x1;this['on'](_0x23ad1d(0xed),(_0x45167a,_0x430bdb,_0x351ae7)=>{const _0x17c6b4=_0x23ad1d,_0x433fa8=!this[_0x17c6b4(0xe4)][_0x17c6b4(0xce)][_0x17c6b4(0xd9)](_0x17c6b4(0xbc));this[_0x17c6b4(0xe4)][_0x17c6b4(0xae)](_0x351ae7),this[_0x17c6b4(0xc5)]&&_0x433fa8&&!_0x3932df&&this[_0x17c6b4(0xce)][_0x17c6b4(0xca)]({'top':this[_0x17c6b4(0xce)][_0x17c6b4(0xc2)],'behavior':_0x17c6b4(0x9f)});}),this['on'](_0x23ad1d(0xa3),(_0x1eb6a0,_0xcc2a9b,_0x2360de)=>{const _0x29f5a8=_0x23ad1d;_0x3932df=!0x1,_0x2360de?(this[_0x29f5a8(0xb9)]=null,this[_0x29f5a8(0xe4)][_0x29f5a8(0xe9)]()):this[_0x29f5a8(0xb9)]||this[_0x29f5a8(0xe4)][_0x29f5a8(0xae)]('');}),this[_0x23ad1d(0xab)](this[_0x23ad1d(0xce)],_0x23ad1d(0xaf),()=>{_0x3932df=!0x0;}),this[_0x23ad1d(0xab)](this[_0x23ad1d(0xce)],_0x23ad1d(0xef),()=>{_0x3932df=!0x0;});}[_0x3516f9(0x9e)](){const _0x1733af=_0x3516f9;this[_0x1733af(0xce)][_0x1733af(0x9e)]();}[_0x3516f9(0xb6)](){const _0x3d2d2f=_0x3516f9,_0x2ed4c3=this[_0x3d2d2f(0xe7)],_0x5cc132=new _0x2589c9(this[_0x3d2d2f(0xe7)]),_0x595cc8=_0x3d2d2f(0xcb);return _0x5cc132[_0x3d2d2f(0xda)]({'label':_0x37a10f(_0x2ed4c3,_0x3d2d2f(0xaa)),'icon':_0x13cc55,'class':_0x595cc8,'tooltip':!0x0}),_0x5cc132[_0x3d2d2f(0xdf)](_0x3d2d2f(0xeb))['to'](this,_0x3d2d2f(0xb9),_0x535bbf=>!!_0x535bbf),_0x5cc132[_0x3d2d2f(0xdf)](_0x3d2d2f(0xc3))['to'](this,_0x3d2d2f(0xc5),_0x16ffc9=>!_0x16ffc9),_0x5cc132['on'](_0x3d2d2f(0xb7),()=>{const _0x207a9f=_0x3d2d2f;this[_0x207a9f(0xb0)](this[_0x207a9f(0xe4)][_0x207a9f(0xce)]),_0x5cc132[_0x207a9f(0xa8)]=_0x532c68,_0x5cc132[_0x207a9f(0xd0)]=_0x595cc8+_0x207a9f(0xc0),this[_0x207a9f(0x9e)](),setTimeout(()=>{const _0x2fca0d=_0x207a9f;_0x5cc132[_0x2fca0d(0xa8)]=_0x13cc55,_0x5cc132[_0x2fca0d(0xd0)]=_0x595cc8;},0x3e8);}),_0x5cc132;}[_0x3516f9(0xb0)](_0x59387d){const _0x102a09=_0x3516f9,{window:_0x17e9ab,document:_0x8531b5}=_0x3b478d;if(_0x17e9ab[_0x102a09(0xd7)]){const {Blob:_0x36a03f,ClipboardItem:_0x2aeecd}=_0x17e9ab,_0x140251=[new _0x2aeecd({'text/html':new _0x36a03f([_0x59387d[_0x102a09(0xe1)]],{'type':_0x102a09(0xad)}),'text/plain':new _0x36a03f([_0x59387d[_0x102a09(0xb5)]||''],{'type':_0x102a09(0xb2)})})];navigator[_0x102a09(0xbb)][_0x102a09(0xcd)](_0x140251);}else{const _0x80796b=_0x8531b5[_0x102a09(0xc9)](_0x102a09(0xbd));_0x80796b[_0x102a09(0xc8)][_0x102a09(0xba)]=_0x102a09(0xdb),_0x80796b[_0x102a09(0xc8)][_0x102a09(0xee)]=_0x102a09(0xb4),_0x80796b[_0x102a09(0xe1)]=_0x102a09(0xe6)+_0x59387d[_0x102a09(0xe1)]+_0x102a09(0xa5),_0x8531b5[_0x102a09(0xa2)][_0x102a09(0xa1)](_0x80796b);const _0xe2a407=_0x8531b5[_0x102a09(0xd8)]();_0xe2a407[_0x102a09(0xdc)](_0x80796b[_0x102a09(0xa4)]),_0xe2a407[_0x102a09(0xb8)](_0x80796b[_0x102a09(0xf2)]);const _0x40aaa0=_0x17e9ab[_0x102a09(0xac)]();_0x40aaa0[_0x102a09(0xe0)](),_0x40aaa0[_0x102a09(0xbe)](_0xe2a407),_0x8531b5[_0x102a09(0xf1)](_0x102a09(0xa6)),_0x80796b[_0x102a09(0xd4)]();}}}export class ContentFieldView extends _0x242843{constructor(_0x467673,_0xfd0054=''){const _0x23fc85=_0x3516f9;super(_0x467673),this[_0x23fc85(0xa9)]=this[_0x23fc85(0xc4)](),this[_0x23fc85(0xd3)]({'tag':_0x23fc85(0xbd),'attributes':{'class':['ck',_0x23fc85(0xbf),_0xfd0054,_0x23fc85(0xea),_0x23fc85(0xf0)]}});}[_0x3516f9(0xae)](_0xa062f5){const _0x2b64c3=_0x3516f9;this[_0x2b64c3(0xce)][_0x2b64c3(0xe1)]=_0xa062f5;}[_0x3516f9(0xe9)](){const _0x46b166=_0x3516f9;this[_0x46b166(0xce)][_0x46b166(0xa1)](this[_0x46b166(0xa9)][_0x46b166(0xce)]);}[_0x3516f9(0xc4)](){const _0x4d86ff=_0x3516f9,_0x4c918a=new _0x242843(),_0x5813ce=this[_0x4d86ff(0xe7)],_0x17523a=new _0x42b071();return _0x17523a[_0x4d86ff(0xeb)]=!0x0,_0x4c918a[_0x4d86ff(0xd3)]({'tag':_0x4d86ff(0xbd),'attributes':{'class':['ck',_0x4d86ff(0xc7)]},'children':[_0x17523a,{'text':_0x37a10f(_0x5813ce,_0x4d86ff(0xcf))}]}),_0x4c918a[_0x4d86ff(0x9d)](),_0x4c918a;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x39e6b7,_0x3d17f1){const _0x416ecb=_0x4a35,_0x18045f=_0x39e6b7();while(!![]){try{const _0x121b8c=-parseInt(_0x416ecb(0x78))/0x1*(-parseInt(_0x416ecb(0x77))/0x2)+-parseInt(_0x416ecb(0x7c))/0x3+parseInt(_0x416ecb(0x76))/0x4+-parseInt(_0x416ecb(0x7d))/0x5*(parseInt(_0x416ecb(0x70))/0x6)+-parseInt(_0x416ecb(0x7f))/0x7*(parseInt(_0x416ecb(0x6e))/0x8)+-parseInt(_0x416ecb(0x7b))/0x9*(parseInt(_0x416ecb(0x6f))/0xa)+parseInt(_0x416ecb(0x72))/0xb;if(_0x121b8c===_0x3d17f1)break;else _0x18045f['push'](_0x18045f['shift']());}catch(_0x41794b){_0x18045f['push'](_0x18045f['shift']());}}}(_0x57e8,0xde7fd));function _0x4a35(_0x1efef8,_0x102bdc){const _0x57e81c=_0x57e8();return _0x4a35=function(_0x4a35c4,_0x5d2b79){_0x4a35c4=_0x4a35c4-0x6e;let _0x54e067=_0x57e81c[_0x4a35c4];return _0x54e067;},_0x4a35(_0x1efef8,_0x102bdc);}import{IconError as _0x40a1e6}from'ckeditor5/src/icons.js';import{View as _0x1f4fc1,IconView as _0x1345dc}from'ckeditor5/src/ui.js';function _0x57e8(){const _0x23f01b=['4759640SdjBtS','51806ZxfdWi','4dDFiOP','content','text','2941767pIBoGA','4978161HlOJcv','186365NViArJ','bindTemplate','154189JWZUHP','520NMqTgg','50XWHoCn','30TaZnEI','set','49826227XjAojr','div','ck-ai-form__error','setTemplate'];_0x57e8=function(){return _0x23f01b;};return _0x57e8();}export class AIFormErrorView extends _0x1f4fc1{constructor(_0x5f4a36,_0x5b713d=''){const _0x3c283a=_0x4a35;super(_0x5f4a36);const _0x32e5a4=new _0x1345dc(),_0x29cade=this[_0x3c283a(0x7e)];this[_0x3c283a(0x71)](_0x3c283a(0x7a),_0x5b713d),_0x32e5a4[_0x3c283a(0x79)]=_0x40a1e6,this[_0x3c283a(0x75)]({'tag':_0x3c283a(0x73),'attributes':{'class':['ck',_0x3c283a(0x74)]},'children':[_0x32e5a4,{'text':_0x29cade['to'](_0x3c283a(0x7a))}]});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x2d12(){const _0x441c06=['focus','fire','Submit','minRows','submitButtonView','keystrokes','focusableChildren','6165855GkYatx','isEnabled','style','window','617025XqMSFW','left','value','32610AVKyKO','queryView','element','uiLanguageDirection','ck-ai-form__toggle-history','enter','rtl','5068176SzAkaM','resultsView','14016xLhTyW','excludeScrollbarsAndBorders','_createShowHistoryButton','locale','16821720ifGKVV','showHistoryButtonView','children','isEmpty','focusLast','execute','isVisible','add','bind','width','requestAnimationFrame','113200xwnIyb','set','focusFirst','maxRows','fieldWrapperChildren','isOn','update','3766TxxPGL','_createSubmitButton','focusCycler','fieldView','History','render','filteredView','right','556ohdYqc','target','ck-ai-form__submit','submit'];_0x2d12=function(){return _0x441c06;};return _0x2d12();}const _0x56e40f=_0xdccb;(function(_0x2fa75d,_0x327a46){const _0x2c559f=_0xdccb,_0x40f84e=_0x2fa75d();while(!![]){try{const _0xff1f64=parseInt(_0x2c559f(0x150))/0x1+-parseInt(_0x2c559f(0x16b))/0x2+parseInt(_0x2c559f(0x153))/0x3*(parseInt(_0x2c559f(0x17a))/0x4)+-parseInt(_0x2c559f(0x14c))/0x5+-parseInt(_0x2c559f(0x15c))/0x6*(parseInt(_0x2c559f(0x172))/0x7)+-parseInt(_0x2c559f(0x15a))/0x8+parseInt(_0x2c559f(0x160))/0x9;if(_0xff1f64===_0x327a46)break;else _0x40f84e['push'](_0x40f84e['shift']());}catch(_0x504d9d){_0x40f84e['push'](_0x40f84e['shift']());}}}(_0x2d12,0xc774e));import{Rect as _0x336e8e,global as _0x2bd0fd,isVisible as _0x1ce551}from'ckeditor5/src/utils.js';import{IconAIHistory as _0x1864ce,IconSubmit as _0xcedc51}from'ckeditor5/src/icons.js';import{AutocompleteView as _0x57199d,ButtonView as _0x53e927}from'ckeditor5/src/ui.js';import{getTranslation as _0x141fc4}from'../../utils/common-translations.js';function _0xdccb(_0x1269a5,_0x5b45d4){const _0x2d1200=_0x2d12();return _0xdccb=function(_0xdccbc3,_0x1aa2bf){_0xdccbc3=_0xdccbc3-0x148;let _0xcfd80=_0x2d1200[_0xdccbc3];return _0xcfd80;},_0xdccb(_0x1269a5,_0x5b45d4);}export class AIFormPromptView extends _0x57199d{[_0x56e40f(0x149)];[_0x56e40f(0x161)];constructor(_0x3faa53,_0xb666f4){const _0x317c28=_0x56e40f;super(_0x3faa53,_0xb666f4),this[_0x317c28(0x154)][_0x317c28(0x175)][_0x317c28(0x148)]=0x1,this[_0x317c28(0x154)][_0x317c28(0x175)][_0x317c28(0x16e)]=0x3,this[_0x317c28(0x149)]=this[_0x317c28(0x173)](),this[_0x317c28(0x161)]=this[_0x317c28(0x15e)](),this[_0x317c28(0x14b)][_0x317c28(0x167)](this[_0x317c28(0x161)],0x1),this[_0x317c28(0x14b)][_0x317c28(0x167)](this[_0x317c28(0x149)]);}[_0x56e40f(0x177)](){const _0x3d587f=_0x56e40f;super[_0x3d587f(0x177)](),this[_0x3d587f(0x154)][_0x3d587f(0x16f)][_0x3d587f(0x167)](this[_0x3d587f(0x161)]),this[_0x3d587f(0x162)][_0x3d587f(0x167)](this[_0x3d587f(0x149)]),this[_0x3d587f(0x14a)][_0x3d587f(0x16c)](_0x3d587f(0x158),(_0xa5888b,_0x35b9fd)=>{const _0x26b456=_0x3d587f;_0xa5888b[_0x26b456(0x17b)]==this[_0x26b456(0x154)][_0x26b456(0x175)][_0x26b456(0x155)]&&(this[_0x26b456(0x17d)](),_0x35b9fd());});}[_0x56e40f(0x173)](){const _0x5b9c3b=_0x56e40f,_0x45bba5=new _0x53e927(this[_0x5b9c3b(0x15f)]),_0x3d52c3=this[_0x5b9c3b(0x15f)];return _0x45bba5[_0x5b9c3b(0x16c)]({'icon':_0xcedc51,'label':_0x141fc4(_0x3d52c3,_0x5b9c3b(0x180)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x5b9c3b(0x17c)}),_0x45bba5['on'](_0x5b9c3b(0x165),()=>{const _0x4b460d=_0x5b9c3b;this[_0x4b460d(0x17d)]();}),_0x45bba5[_0x5b9c3b(0x168)](_0x5b9c3b(0x14d))['to'](this[_0x5b9c3b(0x154)][_0x5b9c3b(0x175)],_0x5b9c3b(0x163),this,_0x5b9c3b(0x14d),(_0x308696,_0x1ad586)=>!_0x308696&&_0x1ad586),_0x45bba5;}[_0x56e40f(0x15e)](){const _0x285a6f=_0x56e40f,_0xc799ce=new _0x53e927(this[_0x285a6f(0x15f)]),_0x1d0603=this[_0x285a6f(0x15b)],_0x5bea39=this[_0x285a6f(0x15f)];_0xc799ce[_0x285a6f(0x16c)]({'label':_0x141fc4(_0x5bea39,_0x285a6f(0x176)),'withText':!0x1,'icon':_0x1864ce,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x285a6f(0x157)}),_0xc799ce[_0x285a6f(0x168)](_0x285a6f(0x170))['to'](_0x1d0603,_0x285a6f(0x166)),_0xc799ce[_0x285a6f(0x168)](_0x285a6f(0x14d))['to'](this,_0x285a6f(0x14d)),_0xc799ce['on'](_0x285a6f(0x165),()=>{const _0x54789b=_0x285a6f;_0x1d0603[_0x54789b(0x166)]=!_0x1d0603[_0x54789b(0x166)],_0x1d0603[_0x54789b(0x166)]?this[_0x54789b(0x178)][_0x54789b(0x17e)]():this[_0x54789b(0x17e)]();});const _0x481690=()=>{const _0xa866b2=_0x285a6f;_0x2bd0fd[_0xa866b2(0x14f)][_0xa866b2(0x16a)](()=>{const _0x187d03=_0xa866b2;if(_0x1ce551(this[_0x187d03(0x155)])){const _0x2361f6=new _0x336e8e(this[_0x187d03(0x154)][_0x187d03(0x175)][_0x187d03(0x155)]),_0x1817a6=_0x2361f6[_0x187d03(0x169)],_0x2cef31=_0x187d03(0x159)===_0x5bea39[_0x187d03(0x156)]?_0x187d03(0x151):_0x187d03(0x179);_0x2361f6[_0x187d03(0x15d)](),_0xc799ce[_0x187d03(0x155)][_0x187d03(0x14e)][_0x2cef31]=_0x1817a6-_0x2361f6[_0x187d03(0x169)]+0x1+'px';}});};return this[_0x285a6f(0x154)][_0x285a6f(0x175)]['on'](_0x285a6f(0x171),_0x481690),this['on'](_0x285a6f(0x177),_0x481690),_0xc799ce;}[_0x56e40f(0x17d)](){const _0xc888e6=_0x56e40f,_0x26d89c=this[_0xc888e6(0x154)][_0xc888e6(0x175)][_0xc888e6(0x155)][_0xc888e6(0x152)];this[_0xc888e6(0x17f)](_0xc888e6(0x17d),_0x26d89c);}[_0x56e40f(0x17e)](_0x1b53dd){const _0x320917=_0x56e40f;-0x1===_0x1b53dd?this[_0x320917(0x174)][_0x320917(0x164)]():this[_0x320917(0x174)][_0x320917(0x16d)]();}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xc1eaa0=_0x3dbb;(function(_0x2a7f3b,_0xeb0c37){const _0x463b8c=_0x3dbb,_0x538829=_0x2a7f3b();while(!![]){try{const _0x456691=-parseInt(_0x463b8c(0x144))/0x1*(-parseInt(_0x463b8c(0x141))/0x2)+parseInt(_0x463b8c(0x116))/0x3+-parseInt(_0x463b8c(0x157))/0x4*(parseInt(_0x463b8c(0x158))/0x5)+-parseInt(_0x463b8c(0x143))/0x6+-parseInt(_0x463b8c(0x12b))/0x7+parseInt(_0x463b8c(0x159))/0x8*(parseInt(_0x463b8c(0x118))/0x9)+parseInt(_0x463b8c(0x13d))/0xa;if(_0x456691===_0xeb0c37)break;else _0x538829['push'](_0x538829['shift']());}catch(_0x1c35a2){_0x538829['push'](_0x538829['shift']());}}}(_0x3f0d,0xc0a91));import{FocusTracker as _0x2aec2a,KeystrokeHandler as _0x12accf}from'ckeditor5/src/utils.js';import{View as _0x5c8843,FocusCycler as _0x518d6a,createLabeledTextarea as _0x5a0942}from'ckeditor5/src/ui.js';import{AIFormToolbarView as _0x4ecb84,AIFormToolbarViewMainActionLabel as _0x12f5fe}from'./aiformtoolbarview.js';import{AIFormContentArea as _0x39b55}from'./aiformcontentarea.js';import{AIFormErrorView as _0x24c901}from'./aiformerrorview.js';function _0x3dbb(_0x1ea442,_0x37c853){const _0x3f0dde=_0x3f0d();return _0x3dbb=function(_0x3dbb46,_0x375f0d){_0x3dbb46=_0x3dbb46-0x10d;let _0x2b0945=_0x3f0dde[_0x3dbb46];return _0x2b0945;},_0x3dbb(_0x1ea442,_0x37c853);}import{AIFormPromptView as _0x183d1e}from'./aiformpromptview.js';import{AIHistoryListView as _0x44795b}from'./aihistorylistview.js';import{AIHistoryListItemView as _0x3a7cb6}from'./aihistorylistitemview.js';import{PromptHistory as _0x2e482b}from'./prompthistory.js';import{getTranslation as _0x4a02bc}from'../../utils/common-translations.js';import{escape as _0x2b1abc}from'es-toolkit/compat';export class AIFormView extends _0x5c8843{[_0xc1eaa0(0x150)];[_0xc1eaa0(0x132)];[_0xc1eaa0(0x111)];[_0xc1eaa0(0x152)];[_0xc1eaa0(0x148)];[_0xc1eaa0(0x12d)];[_0xc1eaa0(0x15c)];[_0xc1eaa0(0x154)];[_0xc1eaa0(0x11f)];constructor(_0x436acb,_0x496b4c,_0x5be5f9=''){const _0x1a68a0=_0xc1eaa0;super(_0x436acb),this[_0x1a68a0(0x11a)](_0x1a68a0(0x113),!0x0),this[_0x1a68a0(0x11a)](_0x1a68a0(0x119),!0x1),this[_0x1a68a0(0x11a)](_0x1a68a0(0x114),''),this[_0x1a68a0(0x11a)](_0x1a68a0(0x160),''),this[_0x1a68a0(0x11a)](_0x1a68a0(0x133),!0x1),this[_0x1a68a0(0x11a)](_0x1a68a0(0x115),_0x12f5fe[_0x1a68a0(0x138)]),this[_0x1a68a0(0x11f)]=new _0x2e482b(),this[_0x1a68a0(0x12d)]=new _0x24c901(_0x436acb),this[_0x1a68a0(0x111)]=new _0x39b55(_0x436acb,_0x5be5f9),this[_0x1a68a0(0x111)][_0x1a68a0(0x139)](_0x1a68a0(0x119))['to'](this),this[_0x1a68a0(0x111)][_0x1a68a0(0x139)](_0x1a68a0(0x160))['to'](this),this[_0x1a68a0(0x152)]=this[_0x1a68a0(0x151)](),this[_0x1a68a0(0x152)][_0x1a68a0(0x139)](_0x1a68a0(0x115))['to'](this),this[_0x1a68a0(0x148)]=this[_0x1a68a0(0x110)](),this[_0x1a68a0(0x150)]=new _0x2aec2a(),this[_0x1a68a0(0x132)]=new _0x12accf(),this[_0x1a68a0(0x15c)]=this[_0x1a68a0(0x15a)]([this[_0x1a68a0(0x111)],this[_0x1a68a0(0x111)][_0x1a68a0(0x121)],this[_0x1a68a0(0x152)],this[_0x1a68a0(0x148)]]),this[_0x1a68a0(0x154)]=new _0x518d6a({'focusables':this[_0x1a68a0(0x15c)],'focusTracker':this[_0x1a68a0(0x150)],'keystrokeHandler':this[_0x1a68a0(0x132)],'actions':{'focusPrevious':_0x1a68a0(0x135),'focusNext':_0x1a68a0(0x131)}}),this[_0x1a68a0(0x154)][_0x1a68a0(0x127)](this[_0x1a68a0(0x148)][_0x1a68a0(0x154)]),this[_0x1a68a0(0x148)][_0x1a68a0(0x13f)][_0x1a68a0(0x125)][_0x1a68a0(0x139)](_0x1a68a0(0x160))['to'](this,_0x1a68a0(0x114));const _0x36d2ff=this[_0x1a68a0(0x10d)];this[_0x1a68a0(0x15d)]({'tag':_0x1a68a0(0x128),'attributes':{'class':['ck',_0x1a68a0(0x14d),_0x496b4c],'tabindex':'-1'},'children':[{'tag':_0x1a68a0(0x128),'attributes':{'class':['ck',_0x1a68a0(0x13a)]},'children':[{'tag':_0x1a68a0(0x128),'attributes':{'class':[_0x36d2ff['if'](_0x1a68a0(0x133),_0x1a68a0(0x13c),_0x558ba4=>!_0x558ba4)]},'children':[this[_0x1a68a0(0x12d)]]},this[_0x1a68a0(0x111)],this[_0x1a68a0(0x152)],this[_0x1a68a0(0x148)]]}]});}[_0xc1eaa0(0x130)](){const _0x2a3f63=_0xc1eaa0;super[_0x2a3f63(0x130)](),this[_0x2a3f63(0x150)][_0x2a3f63(0x129)](this[_0x2a3f63(0x111)][_0x2a3f63(0x120)]),this[_0x2a3f63(0x150)][_0x2a3f63(0x129)](this[_0x2a3f63(0x111)][_0x2a3f63(0x121)][_0x2a3f63(0x120)]),this[_0x2a3f63(0x150)][_0x2a3f63(0x129)](this[_0x2a3f63(0x152)][_0x2a3f63(0x120)]),this[_0x2a3f63(0x150)][_0x2a3f63(0x129)](this[_0x2a3f63(0x148)][_0x2a3f63(0x120)]),this[_0x2a3f63(0x132)][_0x2a3f63(0x11c)](this[_0x2a3f63(0x120)]);}[_0xc1eaa0(0x14c)](_0x2b6c22=0x1){const _0x1aee51=_0xc1eaa0;-0x1===_0x2b6c22?this[_0x1aee51(0x154)][_0x1aee51(0x14e)]():this[_0x1aee51(0x154)][_0x1aee51(0x126)]();}[_0xc1eaa0(0x137)](){const _0x48be12=_0xc1eaa0;this[_0x48be12(0x114)]='',this[_0x48be12(0x160)]='',this[_0x48be12(0x133)]=!0x1,this[_0x48be12(0x148)][_0x48be12(0x137)](),this[_0x48be12(0x111)][_0x48be12(0x12f)]=!0x1,this[_0x48be12(0x152)][_0x48be12(0x12f)]=!0x1;}[_0xc1eaa0(0x110)](){const _0xfe4079=_0xc1eaa0,_0x132b39=this[_0xfe4079(0x13e)],_0x39862f=new _0x183d1e(_0x132b39,{'queryView':{'label':_0x4a02bc(_0x132b39,_0xfe4079(0x11e)),'creator':_0x5a0942,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':_0x4a02bc(_0x132b39,_0xfe4079(0x15e)),'secondary':_0x4a02bc(_0x132b39,_0xfe4079(0x156))}}},'filteredView':this[_0xfe4079(0x122)](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x39862f[_0xfe4079(0x139)](_0xfe4079(0x113))['to'](this,_0xfe4079(0x113),this,_0xfe4079(0x119),(_0x5a1d37,_0x37c218)=>_0x5a1d37&&!_0x37c218),this[_0xfe4079(0x11c)](_0x39862f,_0xfe4079(0x15f),(_0x4134db,_0x2581c1)=>{const _0x1ac993=_0xfe4079;this[_0x1ac993(0x114)]=_0x2581c1;const _0x2fbe7d=_0x2b1abc(_0x2581c1);this[_0x1ac993(0x136)](_0x1ac993(0x155),_0x2fbe7d),_0x2581c1[_0x1ac993(0x145)]()&&this[_0x1ac993(0x11f)][_0x1ac993(0x129)]({'prompt':_0x2fbe7d},0x0);},{'priority':_0xfe4079(0x12c)}),_0x39862f;}[_0xc1eaa0(0x122)](){const _0x24f66f=_0xc1eaa0,_0x19eabd=new _0x44795b(this[_0x24f66f(0x13e)]);return _0x19eabd[_0x24f66f(0x112)][_0x24f66f(0x153)][_0x24f66f(0x140)](this[_0x24f66f(0x11f)])['as'](_0x3a7cb6),_0x19eabd['on'](_0x24f66f(0x11d),()=>{const _0x4f6e11=_0x24f66f;this[_0x4f6e11(0x11f)][_0x4f6e11(0x146)](),this[_0x4f6e11(0x148)][_0x4f6e11(0x14a)](''),this[_0x4f6e11(0x148)][_0x4f6e11(0x14c)]();}),_0x19eabd;}[_0xc1eaa0(0x151)](){const _0x2bcc17=_0xc1eaa0,_0x3600ca=new _0x4ecb84(this[_0x2bcc17(0x13e)]);return _0x3600ca[_0x2bcc17(0x11b)][_0x2bcc17(0x139)](_0x2bcc17(0x113))['to'](this,_0x2bcc17(0x113),this,_0x2bcc17(0x119),this,_0x2bcc17(0x160),(_0x1cac0e,_0xb82ae6,_0x45afcb)=>_0x1cac0e&&!_0xb82ae6&&!!_0x45afcb),_0x3600ca[_0x2bcc17(0x11b)][_0x2bcc17(0x15b)](_0x2bcc17(0x14b))['to'](this,_0x2bcc17(0x12e)),_0x3600ca[_0x2bcc17(0x147)][_0x2bcc17(0x139)](_0x2bcc17(0x113))['to'](this,_0x2bcc17(0x113),this,_0x2bcc17(0x119),this,_0x2bcc17(0x160),(_0x1acd53,_0x3e36f0,_0x14d6b4)=>_0x1acd53&&!_0x3e36f0&&!!_0x14d6b4),_0x3600ca[_0x2bcc17(0x147)][_0x2bcc17(0x15b)](_0x2bcc17(0x14b))['to'](this,_0x2bcc17(0x10f)),_0x3600ca[_0x2bcc17(0x123)][_0x2bcc17(0x139)](_0x2bcc17(0x113))['to'](this,_0x2bcc17(0x113),this,_0x2bcc17(0x119),(_0x2b4e47,_0x5901c2)=>_0x2b4e47&&!_0x5901c2),_0x3600ca[_0x2bcc17(0x123)][_0x2bcc17(0x15b)](_0x2bcc17(0x14b))['to'](this,_0x2bcc17(0x124)),_0x3600ca[_0x2bcc17(0x117)][_0x2bcc17(0x139)](_0x2bcc17(0x113))['to'](this,_0x2bcc17(0x119)),_0x3600ca[_0x2bcc17(0x117)][_0x2bcc17(0x15b)](_0x2bcc17(0x14b))['to'](this,_0x2bcc17(0x14f)),_0x3600ca;}[_0xc1eaa0(0x12a)](){const _0x17ee9f=_0xc1eaa0;this[_0x17ee9f(0x160)]='',this[_0x17ee9f(0x133)]=!0x1,this[_0x17ee9f(0x119)]=!0x0,this[_0x17ee9f(0x111)][_0x17ee9f(0x12f)]=!0x0,this[_0x17ee9f(0x152)][_0x17ee9f(0x12f)]=!0x0,this[_0x17ee9f(0x111)][_0x17ee9f(0x14c)]();}[_0xc1eaa0(0x10e)](){const _0x1162fb=_0xc1eaa0,_0x164da5=this[_0x1162fb(0x13e)];this[_0x1162fb(0x119)]=!0x1,this[_0x1162fb(0x114)]='',this[_0x1162fb(0x148)][_0x1162fb(0x137)](),this[_0x1162fb(0x160)]&&(this[_0x1162fb(0x148)][_0x1162fb(0x13f)][_0x1162fb(0x142)]=_0x4a02bc(_0x164da5,_0x1162fb(0x149)));}[_0xc1eaa0(0x161)](_0x3ef91d){const _0x128e0f=_0xc1eaa0,_0x431032=this[_0x128e0f(0x13e)];this[_0x128e0f(0x10e)](),this[_0x128e0f(0x133)]=!0x0,this[_0x128e0f(0x12d)][_0x128e0f(0x134)]=_0x3ef91d||_0x4a02bc(_0x431032,_0x128e0f(0x13b)),this[_0x128e0f(0x160)]||(this[_0x128e0f(0x111)][_0x128e0f(0x12f)]=!0x1);}}function _0x3f0d(){const _0x2d763e=['bindTemplate','finishProcessing','insertContentBelow','_createPromptView','contentArea','historyGroupView','isEnabled','prompt','mainAction','215037vFXmpv','stopButton','143316WqEjSh','isProcessing','set','replaceButton','listenTo','clearHistory','Ask\x20AI\x20to\x20edit\x20or\x20generate','_promptHistory','element','copyButtonView','_createHistoryView','tryAgainButton','tryAgainEvent','fieldView','focusFirst','chain','div','add','startProcessing','3968685WlBTgB','high','errorView','replaceContent','isVisible','render','tab','keystrokes','isError','text','shift\x20+\x20tab','fire','reset','REPLACE','bind','ck-ai-form-content','AI_ERROR_FAILED','ck-hidden','22489060JfHGKQ','locale','queryView','bindTo','2ksEQbr','label','5793738SOEXvi','54645oemqvz','trim','clear','insertButton','promptView','Ask\x20AI\x20to\x20improve\x20generated\x20text','search','execute','focus','ck-ai-form','focusLast','stopProcessing','focusTracker','_createToolbar','toolbar','items','focusCycler','submitPrompt','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.','3844732mrUHur','5ESWODU','456wIoYdv','createCollection','delegate','_focusables','setTemplate','Empty\x20history','submit','value','handleError'];_0x3f0d=function(){return _0x2d763e;};return _0x3f0d();}
|