@ckeditor/ckeditor5-ai 47.7.1-alpha.0 → 47.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/aiactions/model/aiactionsreply.js +1 -1
- package/src/aiassistant/adapters/awstextadapter.js +1 -1
- package/src/aiassistant/aiassistantediting.js +1 -1
- package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
- package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
- package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
- package/src/aiassistant/ui/form/aiformview.js +1 -1
- package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
- package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
- package/src/aiassistant/ui/form/prompthistory.js +1 -1
- package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
- package/src/aiballoon/aiballoon.js +1 -1
- package/src/aichat/aichat.js +1 -1
- package/src/aichat/aichatballoon.js +1 -1
- package/src/aichat/aichatcontroller.js +1 -1
- package/src/aichat/aichatui.js +1 -1
- package/src/aichat/model/aichatcontext.js +1 -1
- package/src/aichat/model/aichatconversation.js +1 -1
- package/src/aichat/ui/aichatballoonview.js +1 -1
- package/src/aichat/ui/aichatfeedview.js +1 -1
- package/src/aichat/ui/aichatheaderview.js +1 -1
- package/src/aichat/ui/aichatview.js +1 -1
- package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
- package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
- package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
- package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
- package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
- package/src/aichat/utils/eventnames.js +1 -1
- package/src/aichathistory/aichathistory.js +1 -1
- package/src/aichathistory/aichathistorycontroller.js +1 -1
- package/src/aichathistory/aichathistoryui.js +1 -1
- package/src/aichathistory/model/aichathistoryconversations.js +1 -1
- package/src/aichathistory/model/aichathistoryitem.js +1 -1
- package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
- package/src/aichathistory/ui/aichathistorylistview.js +1 -1
- package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
- package/src/aichathistory/ui/aichathistoryview.js +1 -1
- package/src/aichatshortcuts/aichatshortcuts.js +1 -1
- package/src/aichatshortcuts/ui/aichatshortcutsview.js +1 -1
- package/src/aichatshortcuts/ui/aichatshortcutview.js +1 -1
- package/src/aicore/aiconnector.js +1 -1
- package/src/aicore/aiediting.js +1 -1
- package/src/aicore/model/aimodels.js +1 -1
- package/src/aicore/model/aireply.js +1 -1
- package/src/aicore/pipeline/airesponseapplier.js +2 -2
- package/src/aicore/pipeline/airesponseparser.js +2 -2
- package/src/aicore/ui/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/aisuggestioncontentpartheaderview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionloaderview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aiwebsourcesview.js +1 -1
- package/src/aicore/utils/documentrange.js +1 -1
- package/src/aicore/utils/getoperationsfromreply.js +1 -1
- package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
- package/src/aicore/utils/htmlparser.js +1 -1
- package/src/aicore/utils/htmlstreamer.js +1 -1
- package/src/aicore/utils/scrollmanager.js +1 -1
- package/src/aieditorintegration/aieditorintegration.js +1 -1
- package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
- package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
- package/src/aiquickactions/aiquickactionscommand.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/aiquickactions/ui/aiquickactionsfilteredlistview.js +1 -1
- package/src/aiquickactions/ui/balloon/aiactionsballoonview.js +1 -1
- package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +1 -1
- package/src/aireviewcore/aireviewcorecontroller.js +1 -1
- package/src/aireviewcore/aireviewcoreediting.js +1 -1
- package/src/aireviewcore/aireviewcoreui.js +1 -1
- package/src/aireviewcore/model/aireviewchecklist.js +1 -1
- package/src/aireviewcore/model/aireviewcheckrun.js +1 -1
- package/src/aireviewcore/model/aireviewsystemcheckrun.js +1 -1
- package/src/aireviewcore/ui/aireviewcoreballoonsuggestionview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorechecklistitemresultview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorecustomcheckview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorereviewchecklistview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorereviewcommandlistitemview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorereviewcompletedview.js +1 -1
- package/src/aireviewcore/ui/aireviewcoreuicheckresultsview.js +1 -1
- package/src/aireviewcore/ui/form/aireviewcoreformdropdown.js +1 -1
- package/src/aireviewcore/ui/form/aireviewcoreformmanager.js +1 -1
- package/src/aireviewmode/aireviewmode.js +1 -1
- package/src/aireviewmode/aireviewmodecontroller.js +1 -1
- package/src/aireviewmode/model/aireviewcheckcustom.js +1 -1
- package/src/aireviewmode/model/aireviewcheckextra.js +1 -1
- package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
- package/src/aireviewmode/model/aireviewmodechecklist.js +1 -1
- package/src/aitabs/aitabs.js +1 -1
- package/src/aitranslate/aitranslate.js +1 -1
- package/src/aitranslate/model/aitranslatecheck.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-ai",
|
|
3
|
-
"version": "47.7.1
|
|
3
|
+
"version": "47.7.1",
|
|
4
4
|
"description": "AI features for CKEditor 5.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -28,20 +28,20 @@
|
|
|
28
28
|
"dist/translations/*.umd.js"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@ckeditor/ckeditor5-clipboard": "47.7.1
|
|
32
|
-
"@ckeditor/ckeditor5-cloud-services": "47.7.1
|
|
33
|
-
"@ckeditor/ckeditor5-collaboration-core": "47.7.1
|
|
34
|
-
"@ckeditor/ckeditor5-core": "47.7.1
|
|
35
|
-
"@ckeditor/ckeditor5-engine": "47.7.1
|
|
36
|
-
"@ckeditor/ckeditor5-icons": "47.7.1
|
|
37
|
-
"@ckeditor/ckeditor5-markdown-gfm": "47.7.1
|
|
38
|
-
"@ckeditor/ckeditor5-real-time-collaboration": "47.7.1
|
|
39
|
-
"@ckeditor/ckeditor5-table": "47.7.1
|
|
40
|
-
"@ckeditor/ckeditor5-theme-lark": "47.7.1
|
|
41
|
-
"@ckeditor/ckeditor5-ui": "47.7.1
|
|
42
|
-
"@ckeditor/ckeditor5-utils": "47.7.1
|
|
43
|
-
"ckeditor5": "47.7.1
|
|
44
|
-
"ckeditor5-collaboration": "47.7.1
|
|
31
|
+
"@ckeditor/ckeditor5-clipboard": "47.7.1",
|
|
32
|
+
"@ckeditor/ckeditor5-cloud-services": "47.7.1",
|
|
33
|
+
"@ckeditor/ckeditor5-collaboration-core": "47.7.1",
|
|
34
|
+
"@ckeditor/ckeditor5-core": "47.7.1",
|
|
35
|
+
"@ckeditor/ckeditor5-engine": "47.7.1",
|
|
36
|
+
"@ckeditor/ckeditor5-icons": "47.7.1",
|
|
37
|
+
"@ckeditor/ckeditor5-markdown-gfm": "47.7.1",
|
|
38
|
+
"@ckeditor/ckeditor5-real-time-collaboration": "47.7.1",
|
|
39
|
+
"@ckeditor/ckeditor5-table": "47.7.1",
|
|
40
|
+
"@ckeditor/ckeditor5-theme-lark": "47.7.1",
|
|
41
|
+
"@ckeditor/ckeditor5-ui": "47.7.1",
|
|
42
|
+
"@ckeditor/ckeditor5-utils": "47.7.1",
|
|
43
|
+
"ckeditor5": "47.7.1",
|
|
44
|
+
"ckeditor5-collaboration": "47.7.1",
|
|
45
45
|
"diff": "8.0.3",
|
|
46
46
|
"dom-serializer": "2.0.0",
|
|
47
47
|
"domhandler": "5.0.3",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x4f05ff=_0x3e00;(function(_0x484fb9,_0x305578){const _0x5a3c3b=_0x3e00,_0x27da2a=_0x484fb9();while(!![]){try{const _0x3bab9f=parseInt(_0x5a3c3b(0x1b5))/0x1*(-parseInt(_0x5a3c3b(0x168))/0x2)+parseInt(_0x5a3c3b(0x1bd))/0x3*(-parseInt(_0x5a3c3b(0x1b6))/0x4)+-parseInt(_0x5a3c3b(0x1db))/0x5*(parseInt(_0x5a3c3b(0x167))/0x6)+-parseInt(_0x5a3c3b(0x1ac))/0x7+-parseInt(_0x5a3c3b(0x1e4))/0x8+parseInt(_0x5a3c3b(0x17a))/0x9*(parseInt(_0x5a3c3b(0x1af))/0xa)+parseInt(_0x5a3c3b(0x230))/0xb;if(_0x3bab9f===_0x305578)break;else _0x27da2a['push'](_0x27da2a['shift']());}catch(_0x261d1d){_0x27da2a['push'](_0x27da2a['shift']());}}}(_0x8a5e,0x2c4ee));import{Plugin as _0x5d4fb0}from'ckeditor5/src/core.js';import{AIConnector as _0x5c6cff}from'../aicore/aiconnector.js';import{Dialog as _0x3ded3f,BodyCollection as _0xe419dc}from'ckeditor5/src/ui.js';function _0x8a5e(){const _0x340b97=['12800rcFxSB','getAncestors','AIBalloon','dialogClosed','getFirstRange','requires','detachFromDom','96DrLQzX','selectionRemoved','nodeAfter','from','setIsLoading','selection','_executeAction','markers','documentFragment','upsertCustomAIActionRating','_balloonShowDiff','model','TableSelection','Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:','createPositionBefore','addOperation','pending','static','setErrorState','getOperations','interactionFinished','Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:','_createInteraction','rootName','replyCreated','isDocumentOperation','clearContent','destroy','push','applySuggestion','1009130grCMkt','isEqual','start','rename','set','name','open','_getExecuteDataInTable','setChangeGroupState','319648MuVIxP','trackChanges','parent','_clearErrorState','pluginName','isCollapsed','ai-no-track-changes','focus','_wrapWithCommonAncestors','_currentInteractionIndex','getSelectionAsFragment','showLoader','Error\x20refreshing\x20interaction:','_setLoadingState','_setupApplyListeners','_applyChanges','startAutoScroll','aiActionsBalloon','operationsA','stopAutoScroll','createRange','schema','replies','showError','resetShowChangesButton','stopListening','listenTo','disableMiniToolbarButtons','locale','root','getSelectedBlocks','_createActionsBalloonView','hasError','bind','some','random','end','merge','howMany','batch','createPositionAfter','queueEmptyPromise','AIConnector','stickiness','change','filter','version','updateMiniToolbarButtons','_actionsBalloonView','type','path','stopInteraction','get','Error\x20updating\x20content\x20in\x20replyCreated:','_setErrorState','insert','remove','getRange','clone','ck-ai-actions-balloon','baseVersion','updateContent','toggleIsLoading','isBusy','startsWith','insertSuggestion','catch','ai.availableReplyActions','executeAction','error','AIActions','showPrevious','getCommonAncestor','documentContextContent','length','map','4798959RtCsIE','_clearInteractionHistory','ai-request-aborted','_clone','getChildAtOffset','split','modelToDataWithIds','_bodyCollection','_navigateToPrevious','affectsData','_regularCalculateMarkerPath','_anchorOperation','_interactionParams','upsertAIActionRating','_isAbortError','isTableSelection','includes','value','_stopInteraction','Error\x20updating\x20content\x20in\x20replyContentUpdated:','6zOuesM','275522MzlPIu','toggleSuggestionDisplayMode','isOfficialPlugin','icon','replyContentUpdated','nextSibling','commands','applyOperation','getSelectedTableCells','Error\x20updating\x20content\x20during\x20navigation:','plugins','enqueue','slice','message','getRanges','getRoot','state','_promiseQueue','2539989rXOUXo','streaming','getSelectedContent','_copyMarkersToFragment','sourcePosition','TrackChanges','TrackChangesEditing','max','config','_interaction','getLimitElement','rejected','_appendChild','accepted','editor','createPositionFromPath','replyChangeGroupStateUpdated','stop','getChild','getDocumentContext','_getExecuteDataRegular','setSelection','move','attachToDom','hideError','has','showNext','signal','$graveyard','_applyOperationsAsSuggestions','containsRange','_aiConnector','createPositionAt','close','_navigateToNext','range','_interactions','isPremiumPlugin','_filterOperationsOutsideRange','position','_displayInteractionAtIndex','AI_ACTIONS_GENERIC_ERROR','actionName','hideLoader','history','Attribute','tryAgain','_execute','_refreshInteraction','_clearLoadingState','385427Gdbhai','changeGroups','document','10dIZWrb','abort','isTrackChangesOn','reinsert','actionCallId','indexOf','1KfveGe'];_0x8a5e=function(){return _0x340b97;};return _0x8a5e();}import{AIEditing as _0x5e6a67,AI_VISUAL_SELECTION_MARKER_NAME as _0x404d46}from'../aicore/aiediting.js';import{AIActionsInteraction as _0x4f36a4}from'./model/aiactionsinteraction.js';import{CKEditorError as _0x11caeb,first as _0x4c70c4}from'ckeditor5/src/utils.js';import{IconAIQuickActions as _0x25f292}from'@ckeditor/ckeditor5-icons';import{AIBalloon as _0x139d39}from'../aiballoon/aiballoon.js';import{PromiseQueue as _0x494f2a}from'../aichat/utils/promisequeue.js';import{getTranslation as _0x5da8b8}from'../aicore/utils/common-translations.js';import{getSuggestionPartsFromReply as _0x130238}from'../aicore/utils/getsuggestionpartsfromreply.js';function _0x3e00(_0x333e45,_0x359349){const _0x8a5ef8=_0x8a5e();return _0x3e00=function(_0x3e006d,_0x29447f){_0x3e006d=_0x3e006d-0x15e;let _0x4eac01=_0x8a5ef8[_0x3e006d];return _0x4eac01;},_0x3e00(_0x333e45,_0x359349);}import{DocumentCompare as _0x133b34}from'ckeditor5-collaboration/src/collaboration-core.js';import{fixMarkerOperationOldRange as _0x53de88,getOperationsFromReply as _0x5861ee}from'../aicore/utils/getoperationsfromreply.js';import{ModelDocumentFragment as _0x364b97,ModelRange as _0x295a39,ModelPosition as _0x44ac7e,_DetachOperation as _0x513a15,transformOperationSets as _0x1c6318}from'ckeditor5/src/engine.js';import{AI_REPLY_ACTIONS as _0x3c832e}from'../aichat/ui/feed/aichatfeedsuggestionitemactionsview.js';import{AIActionsBalloonView as _0x39c2d1}from'../aiquickactions/ui/balloon/aiactionsballoonview.js';export class AIActions extends _0x5d4fb0{static get[_0x4f05ff(0x1bb)](){return[_0x5c6cff,_0x3ded3f,_0x5e6a67,_0x139d39,_0x133b34];}static get[_0x4f05ff(0x1e8)](){const _0x3c8a06=_0x4f05ff;return _0x3c8a06(0x22a);}static get[_0x4f05ff(0x16a)](){return!0x0;}static get[_0x4f05ff(0x19f)](){return!0x0;}[_0x4f05ff(0x199)];[_0x4f05ff(0x19e)]=[];[_0x4f05ff(0x1ed)]=0x0;[_0x4f05ff(0x15f)];[_0x4f05ff(0x1c7)]=!0x1;[_0x4f05ff(0x179)];[_0x4f05ff(0x237)];get[_0x4f05ff(0x183)](){const _0x187544=_0x4f05ff;return this[_0x187544(0x19e)][this[_0x187544(0x19e)][_0x187544(0x22e)]-0x1];}[_0x4f05ff(0x214)];constructor(_0x4d4cd5){const _0x1aa40f=_0x4f05ff;super(_0x4d4cd5),this[_0x1aa40f(0x237)]=new _0xe419dc(this[_0x1aa40f(0x188)][_0x1aa40f(0x200)]),this[_0x1aa40f(0x237)][_0x1aa40f(0x191)](),this[_0x1aa40f(0x199)]=this[_0x1aa40f(0x188)][_0x1aa40f(0x172)][_0x1aa40f(0x218)](_0x1aa40f(0x20e)),this[_0x1aa40f(0x1df)](_0x1aa40f(0x223),!0x1),this[_0x1aa40f(0x179)]=new _0x494f2a();}[_0x4f05ff(0x217)](){const _0x4babcf=_0x4f05ff;this[_0x4babcf(0x165)]();}async[_0x4f05ff(0x228)](_0x103c09,_0x2dc219,_0x3d1a0b){const _0x2c3fdc=_0x4f05ff;if(this[_0x2c3fdc(0x165)](),this[_0x2c3fdc(0x188)][_0x2c3fdc(0x172)][_0x2c3fdc(0x193)](_0x2c3fdc(0x1c9))){if(this[_0x2c3fdc(0x188)][_0x2c3fdc(0x172)][_0x2c3fdc(0x218)](_0x2c3fdc(0x1c9))[_0x2c3fdc(0x170)]()){const {modelFragment:_0x39c5f4,anchorData:_0x2b7a8a}=this[_0x2c3fdc(0x1e2)]();return this[_0x2c3fdc(0x1c3)](_0x103c09,_0x39c5f4,_0x2b7a8a,_0x2dc219,_0x3d1a0b);}}const {modelFragment:_0x1090cd,anchorData:_0x153166}=this[_0x2c3fdc(0x18e)]();return this[_0x2c3fdc(0x1c3)](_0x103c09,_0x1090cd,_0x153166,_0x2dc219,_0x3d1a0b);}async[_0x4f05ff(0x1d8)](){const _0x34d47d=_0x4f05ff;return this[_0x34d47d(0x165)](),this[_0x34d47d(0x237)][_0x34d47d(0x1bc)](),super[_0x34d47d(0x1d8)]();}[_0x4f05ff(0x203)](){const _0x27fc7c=_0x4f05ff,_0x574af3=this[_0x27fc7c(0x188)][_0x27fc7c(0x172)][_0x27fc7c(0x193)](_0x27fc7c(0x17f));let _0xdc08c=this[_0x27fc7c(0x188)][_0x27fc7c(0x182)][_0x27fc7c(0x218)](_0x27fc7c(0x227))||[..._0x3c832e];_0x574af3||(_0xdc08c=_0xdc08c[_0x27fc7c(0x211)](_0x12f33c=>_0x27fc7c(0x225)!=_0x12f33c));const _0x56b567=this[_0x27fc7c(0x188)][_0x27fc7c(0x16e)][_0x27fc7c(0x218)](_0x27fc7c(0x1e5)),_0x6d83e5=new _0x39c2d1(this[_0x27fc7c(0x188)][_0x27fc7c(0x200)],{'showApplyButton':!0x0,'showSuggestButton':_0x574af3,'miniToolbarConfig':{'showChanges':_0x27fc7c(0x16b)},'availableActions':_0xdc08c});return _0x6d83e5[_0x27fc7c(0x205)](_0x27fc7c(0x223))['to'](this),_0x56b567&&_0x6d83e5[_0x27fc7c(0x205)](_0x27fc7c(0x1b1))['to'](_0x56b567,_0x27fc7c(0x164)),_0x6d83e5['on'](_0x27fc7c(0x1a8),()=>{const _0x15e1e6=_0x27fc7c;this[_0x15e1e6(0x1aa)]();}),_0x6d83e5['on'](_0x27fc7c(0x22b),()=>{const _0x59a076=_0x27fc7c;this[_0x59a076(0x238)]();}),_0x6d83e5['on'](_0x27fc7c(0x194),()=>{const _0x232629=_0x27fc7c;this[_0x232629(0x19c)]();}),_0x6d83e5;}[_0x4f05ff(0x18e)](){const _0x4607cd=_0x4f05ff,_0x4b6934=this[_0x4607cd(0x188)][_0x4607cd(0x1c8)][_0x4607cd(0x1ae)][_0x4607cd(0x1c2)];if(_0x4b6934[_0x4607cd(0x1e9)]){const _0x33923b=_0x4c70c4(_0x4b6934[_0x4607cd(0x202)]())||this[_0x4607cd(0x188)][_0x4607cd(0x1c8)][_0x4607cd(0x1f9)][_0x4607cd(0x184)](_0x4b6934);this[_0x4607cd(0x188)][_0x4607cd(0x1c8)][_0x4607cd(0x210)](_0x118f2d=>{const _0x215993=_0x4607cd;_0x118f2d[_0x215993(0x18f)](_0x33923b,'in');});}const _0x47e108=_0x4b6934[_0x4607cd(0x1ba)](),_0x44f74d=this[_0x4607cd(0x1ec)](this[_0x4607cd(0x188)][_0x4607cd(0x1c8)][_0x4607cd(0x17c)](_0x4b6934),_0x47e108[_0x4607cd(0x1dd)],_0x47e108[_0x4607cd(0x208)]);this[_0x4607cd(0x17d)](_0x44f74d,_0x4b6934,{'isTableSelection':!0x1});const _0x599d81=_0x4b6934[_0x4607cd(0x1ba)]()[_0x4607cd(0x1dd)],_0x53d35d=new Map();let _0x20eabf=_0x44f74d;for(let _0x380039=0x0;_0x380039<_0x599d81[_0x4607cd(0x216)][_0x4607cd(0x22e)];_0x380039++)_0x53d35d[_0x4607cd(0x1df)](_0x20eabf,_0x599d81[_0x4607cd(0x216)][_0x380039]),_0x20eabf=_0x20eabf[_0x4607cd(0x18c)](0x0);return{'modelFragment':_0x44f74d,'anchorData':_0x53d35d};}[_0x4f05ff(0x1e2)](){const _0x238006=_0x4f05ff,_0x4dc896=this[_0x238006(0x188)][_0x238006(0x1c8)][_0x238006(0x1ae)][_0x238006(0x1c2)],_0x1c87de=this[_0x238006(0x188)][_0x238006(0x172)][_0x238006(0x218)](_0x238006(0x1c9))[_0x238006(0x1ee)](),_0x182491=_0x4dc896[_0x238006(0x1ba)]()[_0x238006(0x1dd)][_0x238006(0x1e6)][_0x238006(0x1e6)],_0xbfd2d=this[_0x238006(0x188)][_0x238006(0x1c8)][_0x238006(0x1f8)](this[_0x238006(0x188)][_0x238006(0x1c8)][_0x238006(0x1cb)](_0x182491),this[_0x238006(0x188)][_0x238006(0x1c8)][_0x238006(0x20c)](_0x182491)),_0x3f3472=this[_0x238006(0x1ec)](_0x1c87de,_0xbfd2d[_0x238006(0x1dd)],_0xbfd2d[_0x238006(0x208)]);this[_0x238006(0x17d)](_0x3f3472,_0x4dc896,{'isTableSelection':!0x0});const _0x285ef6=_0x4dc896[_0x238006(0x1ba)]()[_0x238006(0x1dd)],_0x57a261=new Map();let _0x48420f=_0x3f3472;for(let _0x4b7579=0x0;_0x4b7579<_0x285ef6[_0x238006(0x216)][_0x238006(0x22e)];_0x4b7579++)if(_0x57a261[_0x238006(0x1df)](_0x48420f,_0x285ef6[_0x238006(0x216)][_0x4b7579]),_0x4b7579<_0x285ef6[_0x238006(0x216)][_0x238006(0x22e)]-0x1)_0x48420f=_0x48420f[_0x238006(0x18c)](0x0);else{let _0x509d87=_0x48420f[_0x238006(0x16d)];for(;_0x509d87;)_0x57a261[_0x238006(0x1df)](_0x509d87,_0x285ef6[_0x238006(0x216)][_0x4b7579]),_0x509d87=_0x509d87[_0x238006(0x16d)];}return{'modelFragment':_0x3f3472,'anchorData':_0x57a261};}async[_0x4f05ff(0x1c3)](_0x4db27c,_0x32b6a3,_0x35594f,_0x1ed67f,_0x19e9f1){const _0x325599=_0x4f05ff,_0x498df5=this[_0x325599(0x188)][_0x325599(0x172)][_0x325599(0x218)](_0x5e6a67),_0xcef8cc=this[_0x325599(0x188)][_0x325599(0x172)][_0x325599(0x218)](_0x139d39),_0x1124f0=this[_0x325599(0x188)][_0x325599(0x1c8)][_0x325599(0x1ae)][_0x325599(0x1c2)],_0x29ddbc=await _0x498df5[_0x325599(0x236)](_0x32b6a3),_0x3708ff=this[_0x325599(0x188)][_0x325599(0x1c8)][_0x325599(0x1ae)][_0x325599(0x212)],_0x1d3829=[..._0x1124f0[_0x325599(0x176)]()];return this[_0x325599(0x214)]||(this[_0x325599(0x214)]=this[_0x325599(0x203)]()),this[_0x325599(0x231)](),this[_0x325599(0x1e7)](),this[_0x325599(0x214)][_0x325599(0x1d7)](),_0xcef8cc[_0x325599(0x1e1)]({'index':0x3e8*Math[_0x325599(0x207)]()%0x3e8,'title':_0x1ed67f,'icon':_0x19e9f1||_0x25f292,'mainView':this[_0x325599(0x214)],'class':_0x325599(0x21f),'ranges':_0x1d3829,'id':_0x325599(0x1f5)}),this[_0x325599(0x1f1)](),this[_0x325599(0x1fd)](this[_0x325599(0x214)]),this[_0x325599(0x1fd)](_0xcef8cc),this[_0x325599(0x15f)]={'action':_0x4db27c,'content':_0x29ddbc,'version':_0x3708ff,'aiBalloon':_0xcef8cc,'modelFragment':_0x32b6a3,'anchorData':_0x35594f},this[_0x325599(0x1f2)](),this[_0x325599(0x1fe)](_0xcef8cc,_0x325599(0x1be),()=>{const _0x3cd67c=_0x325599;this[_0x3cd67c(0x165)](),this[_0x3cd67c(0x214)][_0x3cd67c(0x1ff)]();}),this[_0x325599(0x1fe)](_0xcef8cc,_0x325599(0x1b9),(_0x5a4c29,{id:_0x30e832})=>{const _0x2bf83a=_0x325599;if(_0x2bf83a(0x1f5)===_0x30e832){if(this[_0x2bf83a(0x183)]&&this[_0x2bf83a(0x183)][_0x2bf83a(0x1fa)][_0x2bf83a(0x22e)]>0x0){const _0x4fc99f=this[_0x2bf83a(0x183)][_0x2bf83a(0x1fa)][this[_0x2bf83a(0x183)][_0x2bf83a(0x1fa)][_0x2bf83a(0x22e)]-0x1],_0xe0db8=_0x4fc99f[_0x2bf83a(0x1ad)][0x0];_0xe0db8&&_0x2bf83a(0x1cd)===_0xe0db8[_0x2bf83a(0x178)]&&_0x4fc99f[_0x2bf83a(0x1e3)](0x0,_0x2bf83a(0x185));}this[_0x2bf83a(0x165)](),this[_0x2bf83a(0x231)](),this[_0x2bf83a(0x1fd)](this[_0x2bf83a(0x214)]),this[_0x2bf83a(0x1fd)](_0xcef8cc);}}),this[_0x325599(0x1d3)](_0x29ddbc,_0x3708ff,_0xcef8cc,_0x4db27c);}[_0x4f05ff(0x1f2)](){const _0x13251a=_0x4f05ff;if(!this[_0x13251a(0x15f)])return;const {modelFragment:_0x375b17,anchorData:_0x2b0be1}=this[_0x13251a(0x15f)];this[_0x13251a(0x1fe)](this[_0x13251a(0x214)],_0x13251a(0x1da),()=>{const _0x4101c1=_0x13251a;this[_0x4101c1(0x1f3)](_0x375b17,_0x2b0be1,!0x1);}),this[_0x13251a(0x1fe)](this[_0x13251a(0x214)],_0x13251a(0x225),()=>{const _0x350d48=_0x13251a;this[_0x350d48(0x1f3)](_0x375b17,_0x2b0be1,!0x0);});}[_0x4f05ff(0x1ec)](_0x2b7bbd,_0x2c431a,_0x132211){const _0x4334ee=_0x4f05ff,_0x41d8b8=this[_0x4334ee(0x188)][_0x4334ee(0x1c8)][_0x4334ee(0x1f8)](_0x2c431a,_0x132211)[_0x4334ee(0x22c)](),_0x33b883=_0x41d8b8['is'](_0x4334ee(0x1c5))?[]:_0x41d8b8[_0x4334ee(0x1b7)]({'includeSelf':!0x0})[_0x4334ee(0x174)](0x1);if(_0x33b883[_0x4334ee(0x22e)]){const _0x1b6ba9=_0x33b883[_0x4334ee(0x22f)](_0x343efc=>_0x343efc[_0x4334ee(0x233)](!0x1));for(let _0x515ef3=0x1;_0x515ef3<_0x1b6ba9[_0x4334ee(0x22e)];_0x515ef3++)_0x1b6ba9[_0x515ef3-0x1][_0x4334ee(0x186)](_0x1b6ba9[_0x515ef3]);return _0x1b6ba9[_0x1b6ba9[_0x4334ee(0x22e)]-0x1][_0x4334ee(0x186)](_0x2b7bbd),new _0x364b97(_0x1b6ba9[0x0]);}return _0x2b7bbd;}[_0x4f05ff(0x17d)](_0xbb3d15,_0x545b57,_0x56e419={'isTableSelection':!0x1}){const _0x3b71a7=_0x4f05ff,_0x3a04b6=this[_0x3b71a7(0x188)][_0x3b71a7(0x1c8)],_0x16865c=Array[_0x3b71a7(0x1c0)](_0x545b57[_0x3b71a7(0x176)]()),_0xffb06f=_0x545b57[_0x3b71a7(0x1ba)]()[_0x3b71a7(0x1dd)];for(const _0x39aade of _0x3a04b6[_0x3b71a7(0x1c4)]){if(_0x39aade[_0x3b71a7(0x1e0)][_0x3b71a7(0x224)](_0x404d46)||!_0x39aade[_0x3b71a7(0x239)])continue;const _0x1e6aa6=_0x39aade[_0x3b71a7(0x21d)]();if(!_0x16865c[_0x3b71a7(0x206)](_0x5d77e9=>_0x5d77e9[_0x3b71a7(0x198)](_0x1e6aa6,!0x0)))continue;const _0x4a1d58=this[_0x3b71a7(0x23a)](_0x1e6aa6[_0x3b71a7(0x1dd)],_0xffb06f,_0x56e419[_0x3b71a7(0x162)]),_0x2f48c6=this[_0x3b71a7(0x23a)](_0x1e6aa6[_0x3b71a7(0x208)],_0xffb06f,_0x56e419[_0x3b71a7(0x162)]),_0x543b54=_0x3a04b6[_0x3b71a7(0x189)](_0xbb3d15,_0x4a1d58),_0xf84def=_0x3a04b6[_0x3b71a7(0x189)](_0xbb3d15,_0x2f48c6);if(!_0x543b54[_0x3b71a7(0x1dc)](_0xf84def)){const _0x1792a0=_0x3a04b6[_0x3b71a7(0x1f8)](_0x543b54,_0xf84def);_0xbb3d15[_0x3b71a7(0x1c4)][_0x3b71a7(0x1df)](_0x39aade[_0x3b71a7(0x1e0)],_0x1792a0);}}}[_0x4f05ff(0x23a)](_0x23d850,_0x306e35,_0x42913f=!0x1){const _0x1f3f83=_0x4f05ff,_0x1ad23f=[..._0x23d850[_0x1f3f83(0x216)][_0x1f3f83(0x174)]()];for(let _0xdf1f25=0x0;_0xdf1f25<Math[_0x1f3f83(0x181)](_0x306e35[_0x1f3f83(0x216)][_0x1f3f83(0x22e)],_0x23d850[_0x1f3f83(0x216)][_0x1f3f83(0x22e)]);_0xdf1f25++){const _0x61fc46=_0x306e35[_0x1f3f83(0x216)][_0xdf1f25]||0x0,_0x43b3f5=(_0x23d850[_0x1f3f83(0x216)][_0xdf1f25]||0x0)-_0x61fc46;if(_0x1ad23f[_0xdf1f25]=_0x43b3f5,0x0!==_0x43b3f5&&!_0x42913f)break;}return _0x1ad23f;}async[_0x4f05ff(0x1d3)](_0x380c48,_0x253b67,_0x44ceee,_0x57a0fb){const _0x42e2ac=_0x4f05ff,_0x2cf85c=this[_0x42e2ac(0x188)];this[_0x42e2ac(0x15f)]||(this[_0x42e2ac(0x15f)]={'action':_0x57a0fb,'content':_0x380c48,'version':_0x253b67,'aiBalloon':_0x44ceee,'modelFragment':this[_0x42e2ac(0x188)][_0x42e2ac(0x1c8)][_0x42e2ac(0x17c)](this[_0x42e2ac(0x188)][_0x42e2ac(0x1c8)][_0x42e2ac(0x1ae)][_0x42e2ac(0x1c2)]),'anchorData':new Map()});const _0x1a8141=new _0x4f36a4({'connector':this[_0x42e2ac(0x199)],'editor':_0x2cf85c,'content':_0x380c48,'version':_0x253b67,..._0x57a0fb});this[_0x42e2ac(0x19e)][_0x42e2ac(0x1d9)](_0x1a8141);const _0x2d169c=(_0x2d01a6,_0x38cabf=!0x1,_0x3e7b1f=_0x42e2ac(0x17b))=>this[_0x42e2ac(0x179)][_0x42e2ac(0x173)](async _0x2e84b2=>{const _0xd69635=_0x42e2ac;try{const _0x13e7ee=_0x130238({'editor':_0x2cf85c,'changeGroups':_0x2d01a6[_0xd69635(0x1ad)],'documentContextContent':_0x2d01a6[_0xd69635(0x22d)],'showDiff':_0x38cabf,'trimUnchanged':!0x1});_0x13e7ee[_0xd69635(0x22e)]&&await this[_0xd69635(0x214)][_0xd69635(0x221)]({'part':_0x13e7ee[0x0],'renderingStrategy':_0x3e7b1f,'abortSignal':_0x2e84b2});}catch(_0x3a9d13){if(this[_0xd69635(0x161)](_0x3a9d13))return;throw _0x3a9d13;}});this[_0x42e2ac(0x183)]['on'](_0x42e2ac(0x1d5),(_0x4bdfca,_0x4c19a2)=>{const _0x17508c=_0x42e2ac;this[_0x17508c(0x214)][_0x17508c(0x1a5)](),this[_0x17508c(0x214)][_0x17508c(0x1f4)](),_0x2d169c(_0x4c19a2)[_0x17508c(0x226)](_0x146e27=>{const _0x256e43=_0x17508c;this[_0x256e43(0x161)](_0x146e27)||(console[_0x256e43(0x229)](_0x256e43(0x219),_0x146e27),this[_0x256e43(0x21a)](_0x1a8141));});}),this[_0x42e2ac(0x183)]['on'](_0x42e2ac(0x16c),(_0x30a2ef,_0x270ecf)=>{const _0x1a2d5d=_0x42e2ac;_0x2d169c(_0x270ecf)[_0x1a2d5d(0x226)](_0x53e674=>{const _0x5383af=_0x1a2d5d;this[_0x5383af(0x161)](_0x53e674)||(console[_0x5383af(0x229)](_0x5383af(0x166),_0x53e674),this[_0x5383af(0x21a)](_0x1a8141));});}),this[_0x42e2ac(0x183)]['on'](_0x42e2ac(0x1d1),async()=>{const _0x1467de=_0x42e2ac;try{await this[_0x1467de(0x1ab)](),this[_0x1467de(0x214)][_0x1467de(0x213)](this[_0x1467de(0x19e)][_0x1467de(0x22e)],this[_0x1467de(0x1ed)]),await this[_0x1467de(0x179)][_0x1467de(0x20d)];}catch(_0xae67bb){this[_0x1467de(0x161)](_0xae67bb)||(console[_0x1467de(0x229)](_0x1467de(0x1ca),_0xae67bb),this[_0x1467de(0x21a)](_0x1a8141));}finally{this[_0x1467de(0x214)][_0x1467de(0x1f7)]();}}),this[_0x42e2ac(0x1fe)](this[_0x42e2ac(0x214)],_0x42e2ac(0x169),async(_0x29f9cd,{showDiff:_0xa76488})=>{const _0x5d323a=_0x42e2ac;try{this[_0x5d323a(0x1c7)]=_0xa76488;const _0x26a59e=this[_0x5d323a(0x183)][_0x5d323a(0x1fa)][this[_0x5d323a(0x183)][_0x5d323a(0x1fa)][_0x5d323a(0x22e)]-0x1];_0x26a59e&&await _0x2d169c(_0x26a59e,_0xa76488,_0x5d323a(0x1ce));}catch(_0x57f76d){this[_0x5d323a(0x161)](_0x57f76d)||(console[_0x5d323a(0x229)](_0x5d323a(0x1d2),_0x57f76d),this[_0x5d323a(0x21a)](_0x1a8141));}}),this[_0x42e2ac(0x183)]['on'](_0x42e2ac(0x18a),(_0x5f4a38,{reply:_0x453866})=>{const _0x50e511=_0x42e2ac,_0x41d3ca={'positiveCount':_0x453866[_0x50e511(0x1ad)][_0x50e511(0x211)](_0x3e61a3=>_0x50e511(0x187)===_0x3e61a3[_0x50e511(0x178)])[_0x50e511(0x22e)],'totalCount':_0x453866[_0x50e511(0x1ad)][_0x50e511(0x22e)]},_0x5023a2=this[_0x50e511(0x183)][_0x50e511(0x1b3)],_0x213a95=this[_0x50e511(0x183)][_0x50e511(0x1a4)];_0x213a95?this[_0x50e511(0x199)][_0x50e511(0x160)](_0x213a95,_0x5023a2,_0x41d3ca):this[_0x50e511(0x199)][_0x50e511(0x1c6)](_0x5023a2,_0x41d3ca);}),this[_0x42e2ac(0x1f1)]();try{const _0x414b17=await this[_0x42e2ac(0x183)][_0x42e2ac(0x1dd)]();return this[_0x42e2ac(0x214)][_0x42e2ac(0x213)](this[_0x42e2ac(0x19e)][_0x42e2ac(0x22e)],this[_0x42e2ac(0x1ed)]),_0x414b17;}catch(_0x51cf3b){if(this[_0x42e2ac(0x161)](_0x51cf3b))return;this[_0x42e2ac(0x214)][_0x42e2ac(0x1a5)](),this[_0x42e2ac(0x21a)](_0x1a8141);}}[_0x4f05ff(0x1f3)](_0x2073c5,_0x21c972,_0x4cd412){const _0x86dd19=_0x4f05ff,_0x561896=this[_0x86dd19(0x188)];if(_0x4cd412&&!_0x561896[_0x86dd19(0x172)][_0x86dd19(0x193)](_0x86dd19(0x17f)))throw new _0x11caeb(_0x86dd19(0x1ea),null);const _0x3b38e1=this[_0x86dd19(0x188)][_0x86dd19(0x172)][_0x86dd19(0x218)](_0x133b34),_0x210abd=this[_0x86dd19(0x19e)][this[_0x86dd19(0x19e)][_0x86dd19(0x22e)]-0x1-this[_0x86dd19(0x1ed)]];if(!_0x210abd||!_0x210abd[_0x86dd19(0x1fa)][_0x86dd19(0x22e)])return;const _0x30975b=_0x210abd[_0x86dd19(0x1fa)][_0x210abd[_0x86dd19(0x1fa)][_0x86dd19(0x22e)]-0x1],_0x2c5f1a=_0x30975b[_0x86dd19(0x1ad)];_0x30975b[_0x86dd19(0x1e3)](0x0,_0x86dd19(0x187));let _0x3c46d4=_0x5861ee({'editor':_0x561896,'reply':_0x30975b,'interaction':_0x210abd,'groups':_0x2c5f1a,'transform':!0x1,'documentCompare':_0x3b38e1,'documentCompareOptions':{'anchor':_0x561896[_0x86dd19(0x1c8)][_0x86dd19(0x19a)](_0x2073c5,0x0),'markDeletions':_0x4cd412}});_0x3c46d4=this[_0x86dd19(0x1a0)](_0x3c46d4,_0x21c972);for(const _0x4f2f0c of _0x3c46d4)this[_0x86dd19(0x15e)](_0x21c972,_0x4f2f0c,_0x561896[_0x86dd19(0x1c8)][_0x86dd19(0x1ae)][_0x86dd19(0x177)]());const _0x305686=_0x210abd[_0x86dd19(0x18d)]()[_0x86dd19(0x212)],_0x4c8085=_0x561896[_0x86dd19(0x1c8)][_0x86dd19(0x1ae)][_0x86dd19(0x1a6)][_0x86dd19(0x1d0)](_0x305686),_0x25e98a={'document':_0x561896[_0x86dd19(0x1c8)][_0x86dd19(0x1ae)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x303697=_0x1c6318(_0x3c46d4,_0x4c8085,_0x25e98a)[_0x86dd19(0x1f6)];_0x561896[_0x86dd19(0x1c8)][_0x86dd19(0x210)](_0x2b503d=>{const _0x5ad83e=_0x86dd19;if(_0x2b503d[_0x5ad83e(0x18f)](_0x561896[_0x5ad83e(0x1c8)][_0x5ad83e(0x1ae)][_0x5ad83e(0x1c2)][_0x5ad83e(0x1eb)]),_0x4cd412)_0x561896[_0x5ad83e(0x172)][_0x5ad83e(0x218)](_0x5ad83e(0x180))[_0x5ad83e(0x197)](_0x303697);else{for(const _0x55fdda of _0x303697)_0x55fdda[_0x5ad83e(0x220)]=_0x561896[_0x5ad83e(0x1c8)][_0x5ad83e(0x1ae)][_0x5ad83e(0x212)],_0x53de88(_0x561896,_0x55fdda),_0x2b503d[_0x5ad83e(0x20b)][_0x5ad83e(0x1cc)](_0x55fdda),_0x561896[_0x5ad83e(0x1c8)][_0x5ad83e(0x16f)](_0x55fdda);}}),this[_0x86dd19(0x188)][_0x86dd19(0x172)][_0x86dd19(0x218)](_0x86dd19(0x1b8))[_0x86dd19(0x19b)]();}[_0x4f05ff(0x1a0)](_0x7c419b,_0x2aa87f){const _0x1b4bef=_0x4f05ff;return _0x7c419b[_0x1b4bef(0x211)](_0x11c1c9=>{const _0x39de03=_0x1b4bef;if(_0x39de03(0x1de)==_0x11c1c9[_0x39de03(0x215)]){const _0x410cb7=_0x11c1c9[_0x39de03(0x1a1)][_0x39de03(0x1bf)];return!_0x2aa87f[_0x39de03(0x193)](_0x410cb7);}if(_0x11c1c9[_0x39de03(0x215)][_0x39de03(0x1b4)](_0x39de03(0x1a7))>-0x1){const _0x4f620f=_0x11c1c9[_0x39de03(0x19d)][_0x39de03(0x1dd)][_0x39de03(0x1bf)];return!_0x2aa87f[_0x39de03(0x193)](_0x4f620f);}return!0x0;});}[_0x4f05ff(0x15e)](_0x1970e3,_0x3d72aa,_0x881cde){const _0x170a05=_0x4f05ff,_0x56256d=_0x3d72aa[_0x170a05(0x21e)]();for(const _0x3ae7a9 in _0x3d72aa){const _0x365853=_0x3d72aa[_0x3ae7a9];_0x365853 instanceof _0x295a39?_0x3d72aa[_0x3ae7a9]=new _0x295a39(_0x106857(_0x365853[_0x170a05(0x1dd)]),_0x106857(_0x365853[_0x170a05(0x208)])):_0x365853 instanceof _0x44ac7e&&(_0x3d72aa[_0x3ae7a9]=_0x106857(_0x365853));}if([_0x170a05(0x21b),_0x170a05(0x190),_0x170a05(0x21c),_0x170a05(0x1b2),_0x170a05(0x235),_0x170a05(0x209)][_0x170a05(0x163)](_0x56256d[_0x170a05(0x215)])){if(_0x56256d[_0x170a05(0x1d6)]=!0x1,_0x56256d[_0x170a05(0x220)]=null,_0x170a05(0x21c)==_0x56256d[_0x170a05(0x215)]){const _0x9e8c6a=_0x56256d[_0x170a05(0x17e)],_0x3441cc=_0x56256d[_0x170a05(0x20a)];new _0x513a15(_0x9e8c6a,_0x3441cc)[_0x170a05(0x1a9)]();}else _0x56256d[_0x170a05(0x1a9)]();}function _0x106857(_0x3a54ee){const _0xeb92e6=_0x170a05;if(_0xeb92e6(0x196)==_0x3a54ee[_0xeb92e6(0x201)][_0xeb92e6(0x1d4)])return _0x3a54ee;const _0x32d332=[];let _0x55db45=_0x3a54ee[_0xeb92e6(0x201)];for(let _0x57bde0=0x0;_0x57bde0<_0x3a54ee[_0xeb92e6(0x216)][_0xeb92e6(0x22e)];_0x57bde0++){const _0x2d9118=_0x1970e3[_0xeb92e6(0x218)](_0x55db45)||0x0;_0x32d332[_0x57bde0]=_0x3a54ee[_0xeb92e6(0x216)][_0x57bde0]+_0x2d9118,_0x55db45=_0x55db45[_0xeb92e6(0x234)](_0x3a54ee[_0xeb92e6(0x216)][_0x57bde0]);}return new _0x44ac7e(_0x881cde,_0x32d332,_0x3a54ee[_0xeb92e6(0x20f)]);}}[_0x4f05ff(0x1aa)](){const _0x1c3e56=_0x4f05ff;if(!this[_0x1c3e56(0x15f)])return;this[_0x1c3e56(0x19e)][_0x1c3e56(0x22e)]>0x0&&this[_0x1c3e56(0x165)](),this[_0x1c3e56(0x1ed)]=0x0,this[_0x1c3e56(0x1c7)]=!0x1;const {action:_0x5d5c84,content:_0x16378f,version:_0x302f43,aiBalloon:_0x54ff8f}=this[_0x1c3e56(0x15f)];this[_0x1c3e56(0x1e7)](),this[_0x1c3e56(0x214)][_0x1c3e56(0x1d7)](),this[_0x1c3e56(0x214)][_0x1c3e56(0x1ef)](),this[_0x1c3e56(0x214)][_0x1c3e56(0x1fc)](),this[_0x1c3e56(0x214)][_0x1c3e56(0x213)](this[_0x1c3e56(0x19e)][_0x1c3e56(0x22e)],this[_0x1c3e56(0x1ed)]),this[_0x1c3e56(0x1fd)](this[_0x1c3e56(0x214)]),this[_0x1c3e56(0x1f2)](),this[_0x1c3e56(0x1d3)](_0x16378f,_0x302f43,_0x54ff8f,_0x5d5c84)[_0x1c3e56(0x226)](_0x1955c1=>{const _0x31170b=_0x1c3e56;this[_0x31170b(0x161)](_0x1955c1)||console[_0x31170b(0x229)](_0x31170b(0x1f0),_0x1955c1);});}[_0x4f05ff(0x161)](_0x595dbe){const _0x574b4f=_0x4f05ff;return!!_0x595dbe[_0x574b4f(0x175)]&&_0x595dbe[_0x574b4f(0x175)][_0x574b4f(0x224)](_0x574b4f(0x232));}[_0x4f05ff(0x231)](){const _0x5a4ea5=_0x4f05ff;this[_0x5a4ea5(0x19e)]=[],this[_0x5a4ea5(0x15f)]=void 0x0,this[_0x5a4ea5(0x1ed)]=0x0,this[_0x5a4ea5(0x214)][_0x5a4ea5(0x213)](this[_0x5a4ea5(0x19e)][_0x5a4ea5(0x22e)],this[_0x5a4ea5(0x1ed)]);}[_0x4f05ff(0x165)](){const _0xd2f4b2=_0x4f05ff;this[_0xd2f4b2(0x183)]&&this[_0xd2f4b2(0x183)][_0xd2f4b2(0x18b)](),this[_0xd2f4b2(0x179)][_0xd2f4b2(0x1b0)](),this[_0xd2f4b2(0x223)]=!0x1,this[_0xd2f4b2(0x15f)]&&this[_0xd2f4b2(0x214)][_0xd2f4b2(0x1f7)]();}[_0x4f05ff(0x238)](){const _0x3f176a=_0x4f05ff,_0x50f5c8=this[_0x3f176a(0x19e)][_0x3f176a(0x22e)];this[_0x3f176a(0x1ed)]<_0x50f5c8-0x1&&this[_0x3f176a(0x1a2)](this[_0x3f176a(0x1ed)]+0x1);}[_0x4f05ff(0x19c)](){const _0x34c4e1=_0x4f05ff;this[_0x34c4e1(0x1ed)]>0x0&&this[_0x34c4e1(0x1a2)](this[_0x34c4e1(0x1ed)]-0x1);}async[_0x4f05ff(0x1a2)](_0x19383f){const _0x3cd40b=_0x4f05ff;if(!this[_0x3cd40b(0x15f)])return;this[_0x3cd40b(0x1ed)]=_0x19383f;const _0xcac9e3=this[_0x3cd40b(0x19e)][this[_0x3cd40b(0x19e)][_0x3cd40b(0x22e)]-0x1-this[_0x3cd40b(0x1ed)]];if(!_0xcac9e3)return;if(_0xcac9e3[_0x3cd40b(0x204)])return this[_0x3cd40b(0x21a)](_0xcac9e3),void this[_0x3cd40b(0x214)][_0x3cd40b(0x213)](this[_0x3cd40b(0x19e)][_0x3cd40b(0x22e)],this[_0x3cd40b(0x1ed)]);if(!_0xcac9e3[_0x3cd40b(0x1fa)][_0x3cd40b(0x22e)])return;this[_0x3cd40b(0x214)][_0x3cd40b(0x192)](),this[_0x3cd40b(0x15f)]&&this[_0x3cd40b(0x1e7)]();const _0x176fe5=_0xcac9e3[_0x3cd40b(0x1fa)][_0xcac9e3[_0x3cd40b(0x1fa)][_0x3cd40b(0x22e)]-0x1];if(_0x176fe5){const _0x202f15=this[_0x3cd40b(0x188)];try{const _0x6c651f=_0x130238({'editor':_0x202f15,'changeGroups':_0x176fe5[_0x3cd40b(0x1ad)],'documentContextContent':_0x176fe5[_0x3cd40b(0x22d)],'showDiff':this[_0x3cd40b(0x1c7)],'trimUnchanged':!0x1});await new Promise(_0x37ddcb=>setTimeout(_0x37ddcb,0x32)),await this[_0x3cd40b(0x214)][_0x3cd40b(0x221)]({'part':_0x6c651f[0x0],'renderingStrategy':_0x3cd40b(0x1ce),'abortSignal':new AbortController()[_0x3cd40b(0x195)]});}catch(_0x473bb6){this[_0x3cd40b(0x161)](_0x473bb6)||console[_0x3cd40b(0x229)](_0x3cd40b(0x171),_0x473bb6);}}this[_0x3cd40b(0x214)][_0x3cd40b(0x213)](this[_0x3cd40b(0x19e)][_0x3cd40b(0x22e)],this[_0x3cd40b(0x1ed)]);}[_0x4f05ff(0x1f1)](){const _0x184a44=_0x4f05ff;this[_0x184a44(0x214)][_0x184a44(0x1c1)](!0x0),this[_0x184a44(0x223)]=!0x0;}async[_0x4f05ff(0x21a)](_0x280ef6){const _0x1ae3fe=_0x4f05ff,_0x2f60c8=_0x5da8b8(this[_0x1ae3fe(0x188)][_0x1ae3fe(0x200)],_0x1ae3fe(0x1a3));this[_0x1ae3fe(0x214)][_0x1ae3fe(0x1fb)](_0x2f60c8),_0x280ef6[_0x1ae3fe(0x204)]=!0x0,await this[_0x1ae3fe(0x179)][_0x1ae3fe(0x20d)],this[_0x1ae3fe(0x214)][_0x1ae3fe(0x1cf)](),this[_0x1ae3fe(0x214)][_0x1ae3fe(0x222)](!0x0);}[_0x4f05ff(0x1e7)](){const _0x2a804d=_0x4f05ff;this[_0x2a804d(0x214)][_0x2a804d(0x192)](),this[_0x2a804d(0x214)][_0x2a804d(0x222)](!0x1);}async[_0x4f05ff(0x1ab)](){const _0x4e63ee=_0x4f05ff;await this[_0x4e63ee(0x179)][_0x4e63ee(0x20d)],this[_0x4e63ee(0x223)]=!0x1,this[_0x4e63ee(0x214)][_0x4e63ee(0x1c1)](!0x1);}}
|
|
23
|
+
const _0x3a788c=_0x4508;(function(_0x1fa38f,_0x21a0c8){const _0x540887=_0x4508,_0x1c8049=_0x1fa38f();while(!![]){try{const _0x2842e9=parseInt(_0x540887(0xcc))/0x1*(-parseInt(_0x540887(0x109))/0x2)+-parseInt(_0x540887(0x134))/0x3*(-parseInt(_0x540887(0x12d))/0x4)+parseInt(_0x540887(0xae))/0x5*(parseInt(_0x540887(0xb3))/0x6)+parseInt(_0x540887(0xd2))/0x7*(parseInt(_0x540887(0x178))/0x8)+-parseInt(_0x540887(0xd3))/0x9+parseInt(_0x540887(0xbd))/0xa*(parseInt(_0x540887(0x140))/0xb)+-parseInt(_0x540887(0x138))/0xc;if(_0x2842e9===_0x21a0c8)break;else _0x1c8049['push'](_0x1c8049['shift']());}catch(_0x1045aa){_0x1c8049['push'](_0x1c8049['shift']());}}}(_0x51b2,0xd8122));import{Plugin as _0x31b371}from'ckeditor5/src/core.js';import{AIConnector as _0x117b2c}from'../aicore/aiconnector.js';function _0x51b2(){const _0x417b08=['path','value','hideError','isTableSelection','interactionFinished','documentContextContent','disableMiniToolbarButtons','getSelectedTableCells','getCommonAncestor','state','_actionsBalloonView','getSelectedBlocks','startAutoScroll','insertSuggestion','move','_interactions','rootName','isOfficialPlugin','_clone','_balloonShowDiff','createPositionAfter','TableSelection','containsRange','30416MBSAgA','sourcePosition','streaming','toggleIsLoading','_isAbortError','Error\x20refreshing\x20interaction:','_interaction','setIsLoading','setChangeGroupState','stopListening','_createActionsBalloonView','document','_getExecuteDataRegular','model','AIConnector','AI_ACTIONS_GENERIC_ERROR','focus','rejected','resetShowChangesButton','executeAction','6040sDeGkx','split','_applyChanges','Attribute','_refreshInteraction','8712sJqgrF','_applyOperationsAsSuggestions','getRanges','_execute','type','operationsA','ai-no-track-changes','upsertCustomAIActionRating','createPositionFromPath','position','624230ZINncy','config','isPremiumPlugin','clearContent','random','static','nodeAfter','getAncestors','showError','getDocumentContext','applySuggestion','aiActionsBalloon','Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:','getOperations','affectsData','390fRIZbF','_navigateToNext','root','map','range','slice','2142ZGLXeS','6857901CBxGsL','getSelectionAsFragment','editor','ai.availableReplyActions','documentFragment','rename','modelToDataWithIds','selectionRemoved','_clearInteractionHistory','baseVersion','getLimitElement','stopInteraction','setSelection','filter','_currentInteractionIndex','actionCallId','actionName','indexOf','schema','pluginName','abort','enqueue','AIBalloon','_clearLoadingState','createRange','error','signal','isDocumentOperation','locale','getRange','_clearErrorState','batch','isBusy','has','close','version','commands','addOperation','_appendChild','insert','accepted','max','queueEmptyPromise','setErrorState','detachFromDom','_setLoadingState','showNext','trackChanges','dialogClosed','updateMiniToolbarButtons','_anchorOperation','nextSibling','createPositionBefore','startsWith','5624iuwlHr','reinsert','some','markers','includes','upsertAIActionRating','AIActions','isEqual','_bodyCollection','bind','_interactionParams','_getExecuteDataInTable','showPrevious','catch','_promiseQueue','tryAgain','replies','merge','getChild','updateContent','$graveyard','requires','push','clone','applyOperation','TrackChangesEditing','open','replyCreated','createPositionAt','start','_displayInteractionAtIndex','howMany','stickiness','Error\x20updating\x20content\x20in\x20replyContentUpdated:','TrackChanges','isTrackChangesOn','4WHxAce','_regularCalculateMarkerPath','_aiConnector','attachToDom','listenTo','_stopInteraction','Error\x20updating\x20content\x20in\x20replyCreated:','1792209HCieSd','message','get','change','26482380BLOFBt','from','_executeAction','_wrapWithCommonAncestors','isCollapsed','Error\x20updating\x20content\x20during\x20navigation:','ai-request-aborted','_copyMarkersToFragment','253udGGLz','plugins','getRoot','getChildAtOffset','_setupApplyListeners','getFirstRange','_filterOperationsOutsideRange','toggleSuggestionDisplayMode','Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:','hideLoader','length','ck-ai-actions-balloon','selection','destroy','icon','_setErrorState','name','changeGroups','showLoader','_navigateToPrevious','stopAutoScroll','pending','_createInteraction','history','parent','stop','replyChangeGroupStateUpdated','replyContentUpdated','hasError','getSelectedContent','end','remove','set'];_0x51b2=function(){return _0x417b08;};return _0x51b2();}import{Dialog as _0x4a6fef,BodyCollection as _0x366a41}from'ckeditor5/src/ui.js';import{AIEditing as _0x4e3be2,AI_VISUAL_SELECTION_MARKER_NAME as _0x27afe8}from'../aicore/aiediting.js';import{AIActionsInteraction as _0x544367}from'./model/aiactionsinteraction.js';import{CKEditorError as _0xe8e64b,first as _0x2dcfb0}from'ckeditor5/src/utils.js';import{IconAIQuickActions as _0x17921c}from'@ckeditor/ckeditor5-icons';import{AIBalloon as _0x34c45e}from'../aiballoon/aiballoon.js';import{PromiseQueue as _0x51707b}from'../aichat/utils/promisequeue.js';import{getTranslation as _0x3551b4}from'../aicore/utils/common-translations.js';import{getSuggestionPartsFromReply as _0xc620a1}from'../aicore/utils/getsuggestionpartsfromreply.js';import{DocumentCompare as _0xfffadd}from'ckeditor5-collaboration/src/collaboration-core.js';import{fixMarkerOperationOldRange as _0x50a63e,getOperationsFromReply as _0x15a50a}from'../aicore/utils/getoperationsfromreply.js';import{ModelDocumentFragment as _0x1012a8,ModelRange as _0x5684db,ModelPosition as _0x13996c,_DetachOperation as _0x590830,transformOperationSets as _0x118320}from'ckeditor5/src/engine.js';function _0x4508(_0x2c5a03,_0x292d82){const _0x51b2ce=_0x51b2();return _0x4508=function(_0x4508fb,_0x280430){_0x4508fb=_0x4508fb-0xa0;let _0x48307a=_0x51b2ce[_0x4508fb];return _0x48307a;},_0x4508(_0x2c5a03,_0x292d82);}import{AI_REPLY_ACTIONS as _0x4cd9de}from'../aichat/ui/feed/aichatfeedsuggestionitemactionsview.js';import{AIActionsBalloonView as _0x7cd32f}from'../aiquickactions/ui/balloon/aiactionsballoonview.js';export class AIActions extends _0x31b371{static get[_0x3a788c(0x11e)](){return[_0x117b2c,_0x4a6fef,_0x4e3be2,_0x34c45e,_0xfffadd];}static get[_0x3a788c(0xe6)](){const _0xb2f73e=_0x3a788c;return _0xb2f73e(0x10f);}static get[_0x3a788c(0x172)](){return!0x0;}static get[_0x3a788c(0xbf)](){return!0x0;}[_0x3a788c(0x12f)];[_0x3a788c(0x170)]=[];[_0x3a788c(0xe1)]=0x0;[_0x3a788c(0x113)];[_0x3a788c(0x174)]=!0x1;[_0x3a788c(0x117)];[_0x3a788c(0x111)];get[_0x3a788c(0xa0)](){const _0x43978e=_0x3a788c;return this[_0x43978e(0x170)][this[_0x43978e(0x170)][_0x43978e(0x14a)]-0x1];}[_0x3a788c(0x16b)];constructor(_0x4830a9){const _0x30c35d=_0x3a788c;super(_0x4830a9),this[_0x30c35d(0x111)]=new _0x366a41(this[_0x30c35d(0xd5)][_0x30c35d(0xef)]),this[_0x30c35d(0x111)][_0x30c35d(0x130)](),this[_0x30c35d(0x12f)]=this[_0x30c35d(0xd5)][_0x30c35d(0x141)][_0x30c35d(0x136)](_0x30c35d(0xa8)),this[_0x30c35d(0x160)](_0x30c35d(0xf3),!0x1),this[_0x30c35d(0x117)]=new _0x51707b();}[_0x3a788c(0xde)](){const _0x1d5be9=_0x3a788c;this[_0x1d5be9(0x132)]();}async[_0x3a788c(0xad)](_0x347afd,_0x5023d9,_0x1d5068){const _0x437883=_0x3a788c;if(this[_0x437883(0x132)](),this[_0x437883(0xd5)][_0x437883(0x141)][_0x437883(0xf4)](_0x437883(0x176))){if(this[_0x437883(0xd5)][_0x437883(0x141)][_0x437883(0x136)](_0x437883(0x176))[_0x437883(0x168)]()){const {modelFragment:_0x5386c1,anchorData:_0x328545}=this[_0x437883(0x114)]();return this[_0x437883(0x13a)](_0x347afd,_0x5386c1,_0x328545,_0x5023d9,_0x1d5068);}}const {modelFragment:_0x25b0ea,anchorData:_0x2dac6e}=this[_0x437883(0xa6)]();return this[_0x437883(0x13a)](_0x347afd,_0x25b0ea,_0x2dac6e,_0x5023d9,_0x1d5068);}async[_0x3a788c(0x14d)](){const _0x4bea45=_0x3a788c;return this[_0x4bea45(0x132)](),this[_0x4bea45(0x111)][_0x4bea45(0xff)](),super[_0x4bea45(0x14d)]();}[_0x3a788c(0xa4)](){const _0x4c2b57=_0x3a788c,_0x58dc5f=this[_0x4c2b57(0xd5)][_0x4c2b57(0x141)][_0x4c2b57(0xf4)](_0x4c2b57(0x12b));let _0x1e4626=this[_0x4c2b57(0xd5)][_0x4c2b57(0xbe)][_0x4c2b57(0x136)](_0x4c2b57(0xd6))||[..._0x4cd9de];_0x58dc5f||(_0x1e4626=_0x1e4626[_0x4c2b57(0xe0)](_0xb8bed5=>_0x4c2b57(0x16e)!=_0xb8bed5));const _0x3dc4bc=this[_0x4c2b57(0xd5)][_0x4c2b57(0xf7)][_0x4c2b57(0x136)](_0x4c2b57(0x102)),_0x35a6e0=new _0x7cd32f(this[_0x4c2b57(0xd5)][_0x4c2b57(0xef)],{'showApplyButton':!0x0,'showSuggestButton':_0x58dc5f,'miniToolbarConfig':{'showChanges':_0x4c2b57(0x14e)},'availableActions':_0x1e4626});return _0x35a6e0[_0x4c2b57(0x112)](_0x4c2b57(0xf3))['to'](this),_0x3dc4bc&&_0x35a6e0[_0x4c2b57(0x112)](_0x4c2b57(0x12c))['to'](_0x3dc4bc,_0x4c2b57(0x162)),_0x35a6e0['on'](_0x4c2b57(0x118),()=>{const _0x18483d=_0x4c2b57;this[_0x18483d(0xb2)]();}),_0x35a6e0['on'](_0x4c2b57(0x115),()=>{const _0x4c6510=_0x4c2b57;this[_0x4c6510(0x153)]();}),_0x35a6e0['on'](_0x4c2b57(0x101),()=>{const _0x3fe336=_0x4c2b57;this[_0x3fe336(0xcd)]();}),_0x35a6e0;}[_0x3a788c(0xa6)](){const _0x3b0bea=_0x3a788c,_0x4a6597=this[_0x3b0bea(0xd5)][_0x3b0bea(0xa7)][_0x3b0bea(0xa5)][_0x3b0bea(0x14c)];if(_0x4a6597[_0x3b0bea(0x13c)]){const _0x2cb56d=_0x2dcfb0(_0x4a6597[_0x3b0bea(0x16c)]())||this[_0x3b0bea(0xd5)][_0x3b0bea(0xa7)][_0x3b0bea(0xe5)][_0x3b0bea(0xdd)](_0x4a6597);this[_0x3b0bea(0xd5)][_0x3b0bea(0xa7)][_0x3b0bea(0x137)](_0x800a31=>{const _0x155824=_0x3b0bea;_0x800a31[_0x155824(0xdf)](_0x2cb56d,'in');});}const _0x4ff5ad=_0x4a6597[_0x3b0bea(0x145)](),_0x1b9145=this[_0x3b0bea(0x13b)](this[_0x3b0bea(0xd5)][_0x3b0bea(0xa7)][_0x3b0bea(0x15d)](_0x4a6597),_0x4ff5ad[_0x3b0bea(0x126)],_0x4ff5ad[_0x3b0bea(0x15e)]);this[_0x3b0bea(0x13f)](_0x1b9145,_0x4a6597,{'isTableSelection':!0x1});const _0x4cf502=_0x4a6597[_0x3b0bea(0x145)]()[_0x3b0bea(0x126)],_0x262afc=new Map();let _0x575d4c=_0x1b9145;for(let _0x5292a0=0x0;_0x5292a0<_0x4cf502[_0x3b0bea(0x161)][_0x3b0bea(0x14a)];_0x5292a0++)_0x262afc[_0x3b0bea(0x160)](_0x575d4c,_0x4cf502[_0x3b0bea(0x161)][_0x5292a0]),_0x575d4c=_0x575d4c[_0x3b0bea(0x11b)](0x0);return{'modelFragment':_0x1b9145,'anchorData':_0x262afc};}[_0x3a788c(0x114)](){const _0x2a437a=_0x3a788c,_0x1e6857=this[_0x2a437a(0xd5)][_0x2a437a(0xa7)][_0x2a437a(0xa5)][_0x2a437a(0x14c)],_0x496a65=this[_0x2a437a(0xd5)][_0x2a437a(0x141)][_0x2a437a(0x136)](_0x2a437a(0x176))[_0x2a437a(0xd4)](),_0x7fed7a=_0x1e6857[_0x2a437a(0x145)]()[_0x2a437a(0x126)][_0x2a437a(0x158)][_0x2a437a(0x158)],_0x4cf8a1=this[_0x2a437a(0xd5)][_0x2a437a(0xa7)][_0x2a437a(0xeb)](this[_0x2a437a(0xd5)][_0x2a437a(0xa7)][_0x2a437a(0x107)](_0x7fed7a),this[_0x2a437a(0xd5)][_0x2a437a(0xa7)][_0x2a437a(0x175)](_0x7fed7a)),_0x5a7e74=this[_0x2a437a(0x13b)](_0x496a65,_0x4cf8a1[_0x2a437a(0x126)],_0x4cf8a1[_0x2a437a(0x15e)]);this[_0x2a437a(0x13f)](_0x5a7e74,_0x1e6857,{'isTableSelection':!0x0});const _0x4a9d80=_0x1e6857[_0x2a437a(0x145)]()[_0x2a437a(0x126)],_0x23ea11=new Map();let _0x26763e=_0x5a7e74;for(let _0x221172=0x0;_0x221172<_0x4a9d80[_0x2a437a(0x161)][_0x2a437a(0x14a)];_0x221172++)if(_0x23ea11[_0x2a437a(0x160)](_0x26763e,_0x4a9d80[_0x2a437a(0x161)][_0x221172]),_0x221172<_0x4a9d80[_0x2a437a(0x161)][_0x2a437a(0x14a)]-0x1)_0x26763e=_0x26763e[_0x2a437a(0x11b)](0x0);else{let _0x5994cd=_0x26763e[_0x2a437a(0x106)];for(;_0x5994cd;)_0x23ea11[_0x2a437a(0x160)](_0x5994cd,_0x4a9d80[_0x2a437a(0x161)][_0x221172]),_0x5994cd=_0x5994cd[_0x2a437a(0x106)];}return{'modelFragment':_0x5a7e74,'anchorData':_0x23ea11};}async[_0x3a788c(0x13a)](_0xb798a4,_0x591cef,_0xd25537,_0x1d94f9,_0x20c0fe){const _0x3f3c72=_0x3a788c,_0x5a7463=this[_0x3f3c72(0xd5)][_0x3f3c72(0x141)][_0x3f3c72(0x136)](_0x4e3be2),_0x140fd4=this[_0x3f3c72(0xd5)][_0x3f3c72(0x141)][_0x3f3c72(0x136)](_0x34c45e),_0x15dd4a=this[_0x3f3c72(0xd5)][_0x3f3c72(0xa7)][_0x3f3c72(0xa5)][_0x3f3c72(0x14c)],_0x2c8a72=await _0x5a7463[_0x3f3c72(0xd9)](_0x591cef),_0x40568a=this[_0x3f3c72(0xd5)][_0x3f3c72(0xa7)][_0x3f3c72(0xa5)][_0x3f3c72(0xf6)],_0x422f82=[..._0x15dd4a[_0x3f3c72(0xb5)]()];return this[_0x3f3c72(0x16b)]||(this[_0x3f3c72(0x16b)]=this[_0x3f3c72(0xa4)]()),this[_0x3f3c72(0xdb)](),this[_0x3f3c72(0xf1)](),this[_0x3f3c72(0x16b)][_0x3f3c72(0xc0)](),_0x140fd4[_0x3f3c72(0x123)]({'index':0x3e8*Math[_0x3f3c72(0xc1)]()%0x3e8,'title':_0x1d94f9,'icon':_0x20c0fe||_0x17921c,'mainView':this[_0x3f3c72(0x16b)],'class':_0x3f3c72(0x14b),'ranges':_0x422f82,'id':_0x3f3c72(0xc8)}),this[_0x3f3c72(0x100)](),this[_0x3f3c72(0xa3)](this[_0x3f3c72(0x16b)]),this[_0x3f3c72(0xa3)](_0x140fd4),this[_0x3f3c72(0x113)]={'action':_0xb798a4,'content':_0x2c8a72,'version':_0x40568a,'aiBalloon':_0x140fd4,'modelFragment':_0x591cef,'anchorData':_0xd25537},this[_0x3f3c72(0x144)](),this[_0x3f3c72(0x131)](_0x140fd4,_0x3f3c72(0xda),()=>{const _0x32f5ef=_0x3f3c72;this[_0x32f5ef(0x132)](),this[_0x32f5ef(0x16b)][_0x32f5ef(0x167)]();}),this[_0x3f3c72(0x131)](_0x140fd4,_0x3f3c72(0x103),(_0x2cbb15,{id:_0x1f50ea})=>{const _0x12785e=_0x3f3c72;if(_0x12785e(0xc8)===_0x1f50ea){if(this[_0x12785e(0xa0)]&&this[_0x12785e(0xa0)][_0x12785e(0x119)][_0x12785e(0x14a)]>0x0){const _0x1c550e=this[_0x12785e(0xa0)][_0x12785e(0x119)][this[_0x12785e(0xa0)][_0x12785e(0x119)][_0x12785e(0x14a)]-0x1],_0x3871f1=_0x1c550e[_0x12785e(0x151)][0x0];_0x3871f1&&_0x12785e(0x155)===_0x3871f1[_0x12785e(0x16a)]&&_0x1c550e[_0x12785e(0xa2)](0x0,_0x12785e(0xab));}this[_0x12785e(0x132)](),this[_0x12785e(0xdb)](),this[_0x12785e(0xa3)](this[_0x12785e(0x16b)]),this[_0x12785e(0xa3)](_0x140fd4);}}),this[_0x3f3c72(0x156)](_0x2c8a72,_0x40568a,_0x140fd4,_0xb798a4);}[_0x3a788c(0x144)](){const _0x7d7114=_0x3a788c;if(!this[_0x7d7114(0x113)])return;const {modelFragment:_0x2d308f,anchorData:_0x4e1112}=this[_0x7d7114(0x113)];this[_0x7d7114(0x131)](this[_0x7d7114(0x16b)],_0x7d7114(0xc7),()=>{const _0x38de8e=_0x7d7114;this[_0x38de8e(0xb0)](_0x2d308f,_0x4e1112,!0x1);}),this[_0x7d7114(0x131)](this[_0x7d7114(0x16b)],_0x7d7114(0x16e),()=>{const _0x5bae5f=_0x7d7114;this[_0x5bae5f(0xb0)](_0x2d308f,_0x4e1112,!0x0);});}[_0x3a788c(0x13b)](_0x12e670,_0x20fa6e,_0x36cf2b){const _0x4afc01=_0x3a788c,_0x2287d9=this[_0x4afc01(0xd5)][_0x4afc01(0xa7)][_0x4afc01(0xeb)](_0x20fa6e,_0x36cf2b)[_0x4afc01(0x169)](),_0x579ea6=_0x2287d9['is'](_0x4afc01(0xd7))?[]:_0x2287d9[_0x4afc01(0xc4)]({'includeSelf':!0x0})[_0x4afc01(0xd1)](0x1);if(_0x579ea6[_0x4afc01(0x14a)]){const _0x594434=_0x579ea6[_0x4afc01(0xcf)](_0x228b39=>_0x228b39[_0x4afc01(0x173)](!0x1));for(let _0x1e7154=0x1;_0x1e7154<_0x594434[_0x4afc01(0x14a)];_0x1e7154++)_0x594434[_0x1e7154-0x1][_0x4afc01(0xf9)](_0x594434[_0x1e7154]);return _0x594434[_0x594434[_0x4afc01(0x14a)]-0x1][_0x4afc01(0xf9)](_0x12e670),new _0x1012a8(_0x594434[0x0]);}return _0x12e670;}[_0x3a788c(0x13f)](_0x1a8288,_0x1ecfb1,_0x4c55d8={'isTableSelection':!0x1}){const _0x47c601=_0x3a788c,_0x595700=this[_0x47c601(0xd5)][_0x47c601(0xa7)],_0x6bd1f7=Array[_0x47c601(0x139)](_0x1ecfb1[_0x47c601(0xb5)]()),_0x38577c=_0x1ecfb1[_0x47c601(0x145)]()[_0x47c601(0x126)];for(const _0x2a56c5 of _0x595700[_0x47c601(0x10c)]){if(_0x2a56c5[_0x47c601(0x150)][_0x47c601(0x108)](_0x27afe8)||!_0x2a56c5[_0x47c601(0xcb)])continue;const _0x1b91b7=_0x2a56c5[_0x47c601(0xf0)]();if(!_0x6bd1f7[_0x47c601(0x10b)](_0x144364=>_0x144364[_0x47c601(0x177)](_0x1b91b7,!0x0)))continue;const _0x412270=this[_0x47c601(0x12e)](_0x1b91b7[_0x47c601(0x126)],_0x38577c,_0x4c55d8[_0x47c601(0x164)]),_0x539163=this[_0x47c601(0x12e)](_0x1b91b7[_0x47c601(0x15e)],_0x38577c,_0x4c55d8[_0x47c601(0x164)]),_0x332dfa=_0x595700[_0x47c601(0xbb)](_0x1a8288,_0x412270),_0x32aa74=_0x595700[_0x47c601(0xbb)](_0x1a8288,_0x539163);if(!_0x332dfa[_0x47c601(0x110)](_0x32aa74)){const _0x2a885d=_0x595700[_0x47c601(0xeb)](_0x332dfa,_0x32aa74);_0x1a8288[_0x47c601(0x10c)][_0x47c601(0x160)](_0x2a56c5[_0x47c601(0x150)],_0x2a885d);}}}[_0x3a788c(0x12e)](_0x2bbda0,_0x52d668,_0x23f581=!0x1){const _0x19b85d=_0x3a788c,_0x571e2f=[..._0x2bbda0[_0x19b85d(0x161)][_0x19b85d(0xd1)]()];for(let _0x1cffe9=0x0;_0x1cffe9<Math[_0x19b85d(0xfc)](_0x52d668[_0x19b85d(0x161)][_0x19b85d(0x14a)],_0x2bbda0[_0x19b85d(0x161)][_0x19b85d(0x14a)]);_0x1cffe9++){const _0x775b7d=_0x52d668[_0x19b85d(0x161)][_0x1cffe9]||0x0,_0x2ea896=(_0x2bbda0[_0x19b85d(0x161)][_0x1cffe9]||0x0)-_0x775b7d;if(_0x571e2f[_0x1cffe9]=_0x2ea896,0x0!==_0x2ea896&&!_0x23f581)break;}return _0x571e2f;}async[_0x3a788c(0x156)](_0x4afa67,_0x239c7e,_0x5296a3,_0x3e7b00){const _0x4bab4e=_0x3a788c,_0x913934=this[_0x4bab4e(0xd5)];this[_0x4bab4e(0x113)]||(this[_0x4bab4e(0x113)]={'action':_0x3e7b00,'content':_0x4afa67,'version':_0x239c7e,'aiBalloon':_0x5296a3,'modelFragment':this[_0x4bab4e(0xd5)][_0x4bab4e(0xa7)][_0x4bab4e(0x15d)](this[_0x4bab4e(0xd5)][_0x4bab4e(0xa7)][_0x4bab4e(0xa5)][_0x4bab4e(0x14c)]),'anchorData':new Map()});const _0x530423=new _0x544367({'connector':this[_0x4bab4e(0x12f)],'editor':_0x913934,'content':_0x4afa67,'version':_0x239c7e,..._0x3e7b00});this[_0x4bab4e(0x170)][_0x4bab4e(0x11f)](_0x530423);const _0x3035c1=(_0x3e7ae0,_0x281621=!0x1,_0x12ae68=_0x4bab4e(0x17a))=>this[_0x4bab4e(0x117)][_0x4bab4e(0xe8)](async _0x12f95d=>{const _0x1a4730=_0x4bab4e;try{const _0x305ff2=_0xc620a1({'editor':_0x913934,'changeGroups':_0x3e7ae0[_0x1a4730(0x151)],'documentContextContent':_0x3e7ae0[_0x1a4730(0x166)],'showDiff':_0x281621,'trimUnchanged':!0x1});_0x305ff2[_0x1a4730(0x14a)]&&await this[_0x1a4730(0x16b)][_0x1a4730(0x11c)]({'part':_0x305ff2[0x0],'renderingStrategy':_0x12ae68,'abortSignal':_0x12f95d});}catch(_0x14eec6){if(this[_0x1a4730(0x17c)](_0x14eec6))return;throw _0x14eec6;}});this[_0x4bab4e(0xa0)]['on'](_0x4bab4e(0x124),(_0x45a13e,_0x26afb4)=>{const _0x53fa0d=_0x4bab4e;this[_0x53fa0d(0x16b)][_0x53fa0d(0x149)](),this[_0x53fa0d(0x16b)][_0x53fa0d(0x16d)](),_0x3035c1(_0x26afb4)[_0x53fa0d(0x116)](_0x59c58f=>{const _0x5bbb05=_0x53fa0d;this[_0x5bbb05(0x17c)](_0x59c58f)||(console[_0x5bbb05(0xec)](_0x5bbb05(0x133),_0x59c58f),this[_0x5bbb05(0x14f)](_0x530423));});}),this[_0x4bab4e(0xa0)]['on'](_0x4bab4e(0x15b),(_0x1f7cc7,_0x4fce89)=>{const _0x50c24e=_0x4bab4e;_0x3035c1(_0x4fce89)[_0x50c24e(0x116)](_0x3a0b1a=>{const _0x5a5376=_0x50c24e;this[_0x5a5376(0x17c)](_0x3a0b1a)||(console[_0x5a5376(0xec)](_0x5a5376(0x12a),_0x3a0b1a),this[_0x5a5376(0x14f)](_0x530423));});}),this[_0x4bab4e(0xa0)]['on'](_0x4bab4e(0x165),async()=>{const _0x27bc27=_0x4bab4e;try{await this[_0x27bc27(0xea)](),this[_0x27bc27(0x16b)][_0x27bc27(0x104)](this[_0x27bc27(0x170)][_0x27bc27(0x14a)],this[_0x27bc27(0xe1)]),await this[_0x27bc27(0x117)][_0x27bc27(0xfd)];}catch(_0x11f1aa){this[_0x27bc27(0x17c)](_0x11f1aa)||(console[_0x27bc27(0xec)](_0x27bc27(0xc9),_0x11f1aa),this[_0x27bc27(0x14f)](_0x530423));}finally{this[_0x27bc27(0x16b)][_0x27bc27(0x154)]();}}),this[_0x4bab4e(0x131)](this[_0x4bab4e(0x16b)],_0x4bab4e(0x147),async(_0x5f269e,{showDiff:_0x560e7f})=>{const _0x45157e=_0x4bab4e;try{this[_0x45157e(0x174)]=_0x560e7f;const _0x35b215=this[_0x45157e(0xa0)][_0x45157e(0x119)][this[_0x45157e(0xa0)][_0x45157e(0x119)][_0x45157e(0x14a)]-0x1];_0x35b215&&await _0x3035c1(_0x35b215,_0x560e7f,_0x45157e(0xc2));}catch(_0x3baa6c){this[_0x45157e(0x17c)](_0x3baa6c)||(console[_0x45157e(0xec)](_0x45157e(0x148),_0x3baa6c),this[_0x45157e(0x14f)](_0x530423));}}),this[_0x4bab4e(0xa0)]['on'](_0x4bab4e(0x15a),(_0x477902,{reply:_0x440d23})=>{const _0x38096d=_0x4bab4e,_0x2af221={'positiveCount':_0x440d23[_0x38096d(0x151)][_0x38096d(0xe0)](_0x2c3456=>_0x38096d(0xfb)===_0x2c3456[_0x38096d(0x16a)])[_0x38096d(0x14a)],'totalCount':_0x440d23[_0x38096d(0x151)][_0x38096d(0x14a)]},_0x43f292=this[_0x38096d(0xa0)][_0x38096d(0xe2)],_0x509fcb=this[_0x38096d(0xa0)][_0x38096d(0xe3)];_0x509fcb?this[_0x38096d(0x12f)][_0x38096d(0x10e)](_0x509fcb,_0x43f292,_0x2af221):this[_0x38096d(0x12f)][_0x38096d(0xba)](_0x43f292,_0x2af221);}),this[_0x4bab4e(0x100)]();try{const _0x2d6a78=await this[_0x4bab4e(0xa0)][_0x4bab4e(0x126)]();return this[_0x4bab4e(0x16b)][_0x4bab4e(0x104)](this[_0x4bab4e(0x170)][_0x4bab4e(0x14a)],this[_0x4bab4e(0xe1)]),_0x2d6a78;}catch(_0x5ad8a9){if(this[_0x4bab4e(0x17c)](_0x5ad8a9))return;this[_0x4bab4e(0x16b)][_0x4bab4e(0x149)](),this[_0x4bab4e(0x14f)](_0x530423);}}[_0x3a788c(0xb0)](_0x351cde,_0x3adf22,_0x40872d){const _0x31a3f0=_0x3a788c,_0x14ad3e=this[_0x31a3f0(0xd5)];if(_0x40872d&&!_0x14ad3e[_0x31a3f0(0x141)][_0x31a3f0(0xf4)](_0x31a3f0(0x12b)))throw new _0xe8e64b(_0x31a3f0(0xb9),null);const _0x259010=this[_0x31a3f0(0xd5)][_0x31a3f0(0x141)][_0x31a3f0(0x136)](_0xfffadd),_0xba068=this[_0x31a3f0(0x170)][this[_0x31a3f0(0x170)][_0x31a3f0(0x14a)]-0x1-this[_0x31a3f0(0xe1)]];if(!_0xba068||!_0xba068[_0x31a3f0(0x119)][_0x31a3f0(0x14a)])return;const _0x57d6b5=_0xba068[_0x31a3f0(0x119)][_0xba068[_0x31a3f0(0x119)][_0x31a3f0(0x14a)]-0x1],_0x570dcd=_0x57d6b5[_0x31a3f0(0x151)];_0x57d6b5[_0x31a3f0(0xa2)](0x0,_0x31a3f0(0xfb));let _0xc37c3d=_0x15a50a({'editor':_0x14ad3e,'reply':_0x57d6b5,'interaction':_0xba068,'groups':_0x570dcd,'transform':!0x1,'documentCompare':_0x259010,'documentCompareOptions':{'anchor':_0x14ad3e[_0x31a3f0(0xa7)][_0x31a3f0(0x125)](_0x351cde,0x0),'markDeletions':_0x40872d}});_0xc37c3d=this[_0x31a3f0(0x146)](_0xc37c3d,_0x3adf22);for(const _0x28024b of _0xc37c3d)this[_0x31a3f0(0x105)](_0x3adf22,_0x28024b,_0x14ad3e[_0x31a3f0(0xa7)][_0x31a3f0(0xa5)][_0x31a3f0(0x142)]());const _0xec9fb2=_0xba068[_0x31a3f0(0xc6)]()[_0x31a3f0(0xf6)],_0x2d2df7=_0x14ad3e[_0x31a3f0(0xa7)][_0x31a3f0(0xa5)][_0x31a3f0(0x157)][_0x31a3f0(0xca)](_0xec9fb2),_0x28ea24={'document':_0x14ad3e[_0x31a3f0(0xa7)][_0x31a3f0(0xa5)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x2911bb=_0x118320(_0xc37c3d,_0x2d2df7,_0x28ea24)[_0x31a3f0(0xb8)];_0x14ad3e[_0x31a3f0(0xa7)][_0x31a3f0(0x137)](_0x1127b1=>{const _0xa90032=_0x31a3f0;if(_0x1127b1[_0xa90032(0xdf)](_0x14ad3e[_0xa90032(0xa7)][_0xa90032(0xa5)][_0xa90032(0x14c)][_0xa90032(0xaa)]),_0x40872d)_0x14ad3e[_0xa90032(0x141)][_0xa90032(0x136)](_0xa90032(0x122))[_0xa90032(0xb4)](_0x2911bb);else{for(const _0x297ff3 of _0x2911bb)_0x297ff3[_0xa90032(0xdc)]=_0x14ad3e[_0xa90032(0xa7)][_0xa90032(0xa5)][_0xa90032(0xf6)],_0x50a63e(_0x14ad3e,_0x297ff3),_0x1127b1[_0xa90032(0xf2)][_0xa90032(0xf8)](_0x297ff3),_0x14ad3e[_0xa90032(0xa7)][_0xa90032(0x121)](_0x297ff3);}}),this[_0x31a3f0(0xd5)][_0x31a3f0(0x141)][_0x31a3f0(0x136)](_0x31a3f0(0xe9))[_0x31a3f0(0xf5)]();}[_0x3a788c(0x146)](_0x325a35,_0x32530a){const _0x7f9e69=_0x3a788c;return _0x325a35[_0x7f9e69(0xe0)](_0x1f3ae1=>{const _0x2b3b9e=_0x7f9e69;if(_0x2b3b9e(0xd8)==_0x1f3ae1[_0x2b3b9e(0xb7)]){const _0x16a658=_0x1f3ae1[_0x2b3b9e(0xbc)][_0x2b3b9e(0xc3)];return!_0x32530a[_0x2b3b9e(0xf4)](_0x16a658);}if(_0x1f3ae1[_0x2b3b9e(0xb7)][_0x2b3b9e(0xe4)](_0x2b3b9e(0xb1))>-0x1){const _0x2236c1=_0x1f3ae1[_0x2b3b9e(0xd0)][_0x2b3b9e(0x126)][_0x2b3b9e(0xc3)];return!_0x32530a[_0x2b3b9e(0xf4)](_0x2236c1);}return!0x0;});}[_0x3a788c(0x105)](_0x108807,_0x391840,_0x251e8b){const _0x5d27f4=_0x3a788c,_0x36813c=_0x391840[_0x5d27f4(0x120)]();for(const _0x500d03 in _0x391840){const _0xf62284=_0x391840[_0x500d03];_0xf62284 instanceof _0x5684db?_0x391840[_0x500d03]=new _0x5684db(_0x1fc8a4(_0xf62284[_0x5d27f4(0x126)]),_0x1fc8a4(_0xf62284[_0x5d27f4(0x15e)])):_0xf62284 instanceof _0x13996c&&(_0x391840[_0x500d03]=_0x1fc8a4(_0xf62284));}if([_0x5d27f4(0xfa),_0x5d27f4(0x16f),_0x5d27f4(0x15f),_0x5d27f4(0x10a),_0x5d27f4(0xaf),_0x5d27f4(0x11a)][_0x5d27f4(0x10d)](_0x36813c[_0x5d27f4(0xb7)])){if(_0x36813c[_0x5d27f4(0xee)]=!0x1,_0x36813c[_0x5d27f4(0xdc)]=null,_0x5d27f4(0x15f)==_0x36813c[_0x5d27f4(0xb7)]){const _0x1921e2=_0x36813c[_0x5d27f4(0x179)],_0x426735=_0x36813c[_0x5d27f4(0x128)];new _0x590830(_0x1921e2,_0x426735)[_0x5d27f4(0xb6)]();}else _0x36813c[_0x5d27f4(0xb6)]();}function _0x1fc8a4(_0x5e824d){const _0x57d510=_0x5d27f4;if(_0x57d510(0x11d)==_0x5e824d[_0x57d510(0xce)][_0x57d510(0x171)])return _0x5e824d;const _0x34da3d=[];let _0x453289=_0x5e824d[_0x57d510(0xce)];for(let _0x3b2a7c=0x0;_0x3b2a7c<_0x5e824d[_0x57d510(0x161)][_0x57d510(0x14a)];_0x3b2a7c++){const _0x313135=_0x108807[_0x57d510(0x136)](_0x453289)||0x0;_0x34da3d[_0x3b2a7c]=_0x5e824d[_0x57d510(0x161)][_0x3b2a7c]+_0x313135,_0x453289=_0x453289[_0x57d510(0x143)](_0x5e824d[_0x57d510(0x161)][_0x3b2a7c]);}return new _0x13996c(_0x251e8b,_0x34da3d,_0x5e824d[_0x57d510(0x129)]);}}[_0x3a788c(0xb2)](){const _0x238202=_0x3a788c;if(!this[_0x238202(0x113)])return;this[_0x238202(0x170)][_0x238202(0x14a)]>0x0&&this[_0x238202(0x132)](),this[_0x238202(0xe1)]=0x0,this[_0x238202(0x174)]=!0x1;const {action:_0x54ce40,content:_0x13a15c,version:_0x209dd0,aiBalloon:_0x21645f}=this[_0x238202(0x113)];this[_0x238202(0xf1)](),this[_0x238202(0x16b)][_0x238202(0xc0)](),this[_0x238202(0x16b)][_0x238202(0x152)](),this[_0x238202(0x16b)][_0x238202(0xac)](),this[_0x238202(0x16b)][_0x238202(0x104)](this[_0x238202(0x170)][_0x238202(0x14a)],this[_0x238202(0xe1)]),this[_0x238202(0xa3)](this[_0x238202(0x16b)]),this[_0x238202(0x144)](),this[_0x238202(0x156)](_0x13a15c,_0x209dd0,_0x21645f,_0x54ce40)[_0x238202(0x116)](_0x167773=>{const _0x5f0ad5=_0x238202;this[_0x5f0ad5(0x17c)](_0x167773)||console[_0x5f0ad5(0xec)](_0x5f0ad5(0x17d),_0x167773);});}[_0x3a788c(0x17c)](_0x320e55){const _0x40ffb8=_0x3a788c;return!!_0x320e55[_0x40ffb8(0x135)]&&_0x320e55[_0x40ffb8(0x135)][_0x40ffb8(0x108)](_0x40ffb8(0x13e));}[_0x3a788c(0xdb)](){const _0x4b5458=_0x3a788c;this[_0x4b5458(0x170)]=[],this[_0x4b5458(0x113)]=void 0x0,this[_0x4b5458(0xe1)]=0x0,this[_0x4b5458(0x16b)][_0x4b5458(0x104)](this[_0x4b5458(0x170)][_0x4b5458(0x14a)],this[_0x4b5458(0xe1)]);}[_0x3a788c(0x132)](){const _0x4d7e9b=_0x3a788c;this[_0x4d7e9b(0xa0)]&&this[_0x4d7e9b(0xa0)][_0x4d7e9b(0x159)](),this[_0x4d7e9b(0x117)][_0x4d7e9b(0xe7)](),this[_0x4d7e9b(0xf3)]=!0x1,this[_0x4d7e9b(0x113)]&&this[_0x4d7e9b(0x16b)][_0x4d7e9b(0x154)]();}[_0x3a788c(0x153)](){const _0x565d9d=_0x3a788c,_0x2e0861=this[_0x565d9d(0x170)][_0x565d9d(0x14a)];this[_0x565d9d(0xe1)]<_0x2e0861-0x1&&this[_0x565d9d(0x127)](this[_0x565d9d(0xe1)]+0x1);}[_0x3a788c(0xcd)](){const _0x4bc606=_0x3a788c;this[_0x4bc606(0xe1)]>0x0&&this[_0x4bc606(0x127)](this[_0x4bc606(0xe1)]-0x1);}async[_0x3a788c(0x127)](_0x44cd4b){const _0x3357d8=_0x3a788c;if(!this[_0x3357d8(0x113)])return;this[_0x3357d8(0xe1)]=_0x44cd4b;const _0x40ba68=this[_0x3357d8(0x170)][this[_0x3357d8(0x170)][_0x3357d8(0x14a)]-0x1-this[_0x3357d8(0xe1)]];if(!_0x40ba68)return;if(_0x40ba68[_0x3357d8(0x15c)])return this[_0x3357d8(0x14f)](_0x40ba68),void this[_0x3357d8(0x16b)][_0x3357d8(0x104)](this[_0x3357d8(0x170)][_0x3357d8(0x14a)],this[_0x3357d8(0xe1)]);if(!_0x40ba68[_0x3357d8(0x119)][_0x3357d8(0x14a)])return;this[_0x3357d8(0x16b)][_0x3357d8(0x163)](),this[_0x3357d8(0x113)]&&this[_0x3357d8(0xf1)]();const _0x3b7b32=_0x40ba68[_0x3357d8(0x119)][_0x40ba68[_0x3357d8(0x119)][_0x3357d8(0x14a)]-0x1];if(_0x3b7b32){const _0x1b90dd=this[_0x3357d8(0xd5)];try{const _0x44d837=_0xc620a1({'editor':_0x1b90dd,'changeGroups':_0x3b7b32[_0x3357d8(0x151)],'documentContextContent':_0x3b7b32[_0x3357d8(0x166)],'showDiff':this[_0x3357d8(0x174)],'trimUnchanged':!0x1});await new Promise(_0x125755=>setTimeout(_0x125755,0x32)),await this[_0x3357d8(0x16b)][_0x3357d8(0x11c)]({'part':_0x44d837[0x0],'renderingStrategy':_0x3357d8(0xc2),'abortSignal':new AbortController()[_0x3357d8(0xed)]});}catch(_0x360c78){this[_0x3357d8(0x17c)](_0x360c78)||console[_0x3357d8(0xec)](_0x3357d8(0x13d),_0x360c78);}}this[_0x3357d8(0x16b)][_0x3357d8(0x104)](this[_0x3357d8(0x170)][_0x3357d8(0x14a)],this[_0x3357d8(0xe1)]);}[_0x3a788c(0x100)](){const _0x369102=_0x3a788c;this[_0x369102(0x16b)][_0x369102(0xa1)](!0x0),this[_0x369102(0xf3)]=!0x0;}async[_0x3a788c(0x14f)](_0x2d2673){const _0x345b66=_0x3a788c,_0x12ce16=_0x3551b4(this[_0x345b66(0xd5)][_0x345b66(0xef)],_0x345b66(0xa9));this[_0x345b66(0x16b)][_0x345b66(0xc5)](_0x12ce16),_0x2d2673[_0x345b66(0x15c)]=!0x0,await this[_0x345b66(0x117)][_0x345b66(0xfd)],this[_0x345b66(0x16b)][_0x345b66(0xfe)](),this[_0x345b66(0x16b)][_0x345b66(0x17b)](!0x0);}[_0x3a788c(0xf1)](){const _0x5bbe90=_0x3a788c;this[_0x5bbe90(0x16b)][_0x5bbe90(0x163)](),this[_0x5bbe90(0x16b)][_0x5bbe90(0x17b)](!0x1);}async[_0x3a788c(0xea)](){const _0x45438b=_0x3a788c;await this[_0x45438b(0x117)][_0x45438b(0xfd)],this[_0x45438b(0xf3)]=!0x1,this[_0x45438b(0x16b)][_0x45438b(0xa1)](!0x1);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x45a2ec=_0x4a32;(function(_0x10f7b9,_0x373d67){const _0x554334=_0x4a32,_0x3abe6b=_0x10f7b9();while(!![]){try{const _0x5540d6=parseInt(_0x554334(0x1ad))/0x1+-parseInt(_0x554334(0x1a3))/0x2*(-parseInt(_0x554334(0x1a9))/0x3)+parseInt(_0x554334(0x1bc))/0x4+parseInt(_0x554334(0x1b1))/0x5+parseInt(_0x554334(0x1b9))/0x6+-parseInt(_0x554334(0x1b0))/0x7*(-parseInt(_0x554334(0x1b4))/0x8)+-parseInt(_0x554334(0x1a7))/0x9;if(_0x5540d6===_0x373d67)break;else _0x3abe6b['push'](_0x3abe6b['shift']());}catch(_0x175e7b){_0x3abe6b['push'](_0x3abe6b['shift']());}}}(_0x3589,0x5866a));import{AIReply as _0x43523c}from'../../aicore/model/aireply.js';import{getAttribute as _0x209186}from'../../aicore/utils/htmlparser.js';import{uid as _0x3052db}from'ckeditor5/src/utils.js';function _0x3589(){const _0x5608ab=['cloneNode','children','209699nONtDO','2410605OIiyPJ','parsedMergedContent','parsedContent','168sOrzOQ','removed','documentContextContent','pop','pending','730578DNaNFi','value','changeGroups','450392ptuzMS','length','childNodes','node','new','998nMCWzG','added','_getDifferentChangeGroups','modified','19145538iPYJox','isDone','3609jmROKH','data-id','map','updateChangeGroups','543496MtcvTN'];_0x3589=function(){return _0x5608ab;};return _0x3589();}function _0x4a32(_0x29cac8,_0x409f3d){const _0x3589fe=_0x3589();return _0x4a32=function(_0x4a3279,_0x50b858){_0x4a3279=_0x4a3279-0x1a3;let _0x551276=_0x3589fe[_0x4a3279];return _0x551276;},_0x4a32(_0x29cac8,_0x409f3d);}import{diffArrays as _0x3274b3}from'diff';export class AIActionsReply extends _0x43523c{[_0x45a2ec(0x1ac)](){const _0x57ae5e=_0x45a2ec;if(this[_0x57ae5e(0x1b2)]=this[_0x57ae5e(0x1b3)][_0x57ae5e(0x1ae)](!0x0),0x0==this[_0x57ae5e(0x1b2)][_0x57ae5e(0x1be)][_0x57ae5e(0x1bd)])return void(this[_0x57ae5e(0x1bb)]=[]);const _0x23249b=this[_0x57ae5e(0x1b6)][_0x57ae5e(0x1af)][_0x57ae5e(0x1ab)](_0x2df2e4=>({'node':_0x2df2e4,'id':_0x209186(_0x2df2e4,_0x57ae5e(0x1aa))})),_0x35262a=this[_0x57ae5e(0x1b2)][_0x57ae5e(0x1af)][_0x57ae5e(0x1ab)](_0x15ab29=>({'node':_0x15ab29,'id':_0x209186(_0x15ab29,_0x57ae5e(0x1aa))||_0x3052db()})),_0x4af5ad=_0x3274b3(_0x23249b,_0x35262a,{'comparator':(_0x2a98e1,_0x150f2a)=>_0x2a98e1['id']==_0x150f2a['id'],'oneChangePerToken':!0x0});if(!this[_0x57ae5e(0x1a8)]){for(;_0x4af5ad[_0x57ae5e(0x1bd)]&&_0x4af5ad[_0x4af5ad[_0x57ae5e(0x1bd)]-0x1][_0x57ae5e(0x1b5)];)_0x4af5ad[_0x57ae5e(0x1b7)]();}const _0x5bc64c=_0x4af5ad[_0x57ae5e(0x1ab)](_0x5d978a=>{const _0xe5cc27=_0x57ae5e,_0x200021=_0x5d978a[_0xe5cc27(0x1a4)]?_0xe5cc27(0x1c0):_0x5d978a[_0xe5cc27(0x1b5)]?_0xe5cc27(0x1b5):_0xe5cc27(0x1a6);return{'node':_0x5d978a[_0xe5cc27(0x1ba)][0x0][_0xe5cc27(0x1bf)],'type':_0x200021,'id':_0x5d978a[_0xe5cc27(0x1ba)][0x0]['id']};});this[_0x57ae5e(0x1bb)]=[{'changes':_0x5bc64c,'state':_0x57ae5e(0x1b8),'index':0x0}];}[_0x45a2ec(0x1a5)](_0xffc2df,_0x317050){return _0x317050;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x173e2a=_0x1186;(function(_0x470875,_0x379b9f){var _0x56e2db=_0x1186,_0x434751=_0x470875();while(!![]){try{var _0x56285d=parseInt(_0x56e2db(0x129))/0x1+parseInt(_0x56e2db(0x133))/0x2+parseInt(_0x56e2db(0x134))/0x3*(parseInt(_0x56e2db(0x12c))/0x4)+parseInt(_0x56e2db(0x139))/0x5+parseInt(_0x56e2db(0x130))/0x6*(parseInt(_0x56e2db(0x12b))/0x7)+parseInt(_0x56e2db(0x12a))/0x8+-parseInt(_0x56e2db(0x12f))/0x9;if(_0x56285d===_0x379b9f)break;else _0x434751['push'](_0x434751['shift']());}catch(_0x5570cc){_0x434751['push'](_0x434751['shift']());}}}(_0x2eb8,0xbaf93));function _0x2eb8(){var _0x49c01b=['5738344TKRcPP','63uygkDk','29116TTkHyr','locale','ai-aws-adapter-not-supported','32950710juQiqP','947046scusKZ','pluginName','editor','956654HBuZsh','300GQJOIm','AWSTextAdapter','AI_ERROR_AWS_NOT_SUPPORTED','sendRequest','init','1337500gvcXeu','815444CoJXkb'];_0x2eb8=function(){return _0x49c01b;};return _0x2eb8();}import{AITextAdapter as _0x29af04}from'./aitextadapter.js';import{AIRequestError as _0x9bb9a2}from'./aiadapter.js';function _0x1186(_0x293701,_0x53b036){var _0x2eb8ef=_0x2eb8();return _0x1186=function(_0x1186eb,_0x7a26d6){_0x1186eb=_0x1186eb-0x129;var _0x2aaa1c=_0x2eb8ef[_0x1186eb];return _0x2aaa1c;},_0x1186(_0x293701,_0x53b036);}import{getTranslation as _0x4a7b6f}from'../utils/common-translations.js';import{logWarning as _0x489b64,logError as _0x3d7c97}from'ckeditor5/src/utils.js';export class AWSTextAdapter extends _0x29af04{static get[_0x173e2a(0x131)](){var _0x33d6b9=_0x173e2a;return _0x33d6b9(0x135);}[_0x173e2a(0x138)](){var _0x3a2ad5=_0x173e2a;super[_0x3a2ad5(0x138)](),_0x489b64(_0x3a2ad5(0x12e));}async[_0x173e2a(0x137)](_0x1e0084){var _0x224419=_0x173e2a;throw _0x3d7c97(_0x224419(0x12e)),new _0x9bb9a2(_0x4a7b6f(this[_0x224419(0x132)][_0x224419(0x12d)],_0x224419(0x136)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x39e0(){const _0x4d2adb=['markers','filter','_getDefaultInsertBelowPosition','isOfficialPlugin','ck-fake-ai-selection_collapsed','insertContentBelow','createPositionAfter','createSelection','insertRows','fromCharCode','1215756pQXUva','getLastPosition','removeMarker','createRange','getLastMatchingPosition','once','for','afterInit','element','isContent','length','createUIElement','selection','ck-ai-assistant-ui_theme','isPremiumPlugin','init','end','span','3096926BGuIYT','deleteContent','isCollapsed','table','join','ck-fake-ai-selection','plugins','_prepareTableInsertBelowPosition','findAncestor','_getAISelection','TableUtils','346912hSsMjO','lowest','getFirstRange','1fTuwDY','document','getMarkersGroup','pluginName','contentInsertion','setData','href','getSelectedBlocks','data','start','setSelection','pop','hideFakeVisualSelection','push','schema','createPositionAt','config','getColumnIndexes','forEach','addClass','6OiIzde','editing','3061295RgVvcA','fire','getSelectedTableCells','getChildren','has','AIAssistantEditing','DataTransfer','get','updateMarker','getRange','canEditAt','insertContent','_resetContentOfSelectedTableCells','conversion','text/html','markerToHighlight','resultRange','getRows','model','ai.assistant.useTheme','parse','markerRange','editingDowncast','paste','getRanges','ai-ui','1219576KtNmzw','getRowIndexes','markerToElement','12265418VgZaQi','from','_getTableRowCountFromContent','first','showFakeVisualSelection','18490HnSKro','off','_pasteHTMLUsingClipboard','_createEmptyTableRows','last','1026bsYGyW','change','editor','getChild','map','addMarker','isAtEnd','6visKBL'];_0x39e0=function(){return _0x4d2adb;};return _0x39e0();}const _0x5f2f6f=_0x49d3;(function(_0x1014e1,_0x191fdc){const _0x59b28c=_0x49d3,_0x112a5e=_0x1014e1();while(!![]){try{const _0x56bb77=-parseInt(_0x59b28c(0x130))/0x1*(-parseInt(_0x59b28c(0xf1))/0x2)+parseInt(_0x59b28c(0x105))/0x3*(-parseInt(_0x59b28c(0x110))/0x4)+-parseInt(_0x59b28c(0xd7))/0x5*(parseInt(_0x59b28c(0xd5))/0x6)+-parseInt(_0x59b28c(0x122))/0x7+parseInt(_0x59b28c(0x12d))/0x8+parseInt(_0x59b28c(0xfe))/0x9*(parseInt(_0x59b28c(0xf9))/0xa)+parseInt(_0x59b28c(0xf4))/0xb;if(_0x56bb77===_0x191fdc)break;else _0x112a5e['push'](_0x112a5e['shift']());}catch(_0x542724){_0x112a5e['push'](_0x112a5e['shift']());}}}(_0x39e0,0x4d405));function _0x49d3(_0x559d7e,_0x298dd4){const _0x39e0c4=_0x39e0();return _0x49d3=function(_0x49d3e4,_0x48833c){_0x49d3e4=_0x49d3e4-0xd2;let _0x1827d6=_0x39e0c4[_0x49d3e4];return _0x1827d6;},_0x49d3(_0x559d7e,_0x298dd4);}import{uid as _0x321c3a}from'ckeditor5/src/utils.js';import{Plugin as _0x33c487}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x242ef8}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x504e3f,ViewDataTransfer as _0x334d3e}from'ckeditor5/src/engine.js';const w=globalThis[_0x5f2f6f(0xdd)],f=_0x5f2f6f(0xf0);export class AIAssistantEditing extends _0x33c487{static get[_0x5f2f6f(0x133)](){const _0x42d3d8=_0x5f2f6f;return _0x42d3d8(0xdc);}static get[_0x5f2f6f(0x109)](){return!0x0;}static get[_0x5f2f6f(0x11e)](){return!0x0;}[_0x5f2f6f(0x11f)](){const _0x1e5ab1=_0x5f2f6f,{editor:_0x52fbbb}=this,_0x489c99=[_0x1e5ab1(0x127)];_0x52fbbb[_0x1e5ab1(0x140)][_0x1e5ab1(0xde)](_0x1e5ab1(0xea))&&_0x489c99[_0x1e5ab1(0x13d)](_0x1e5ab1(0x11d)),_0x52fbbb[_0x1e5ab1(0xe4)][_0x1e5ab1(0x116)](_0x1e5ab1(0xed))[_0x1e5ab1(0xe6)]({'model':f,'view':{'classes':_0x489c99,'priority':0xc}}),_0x52fbbb[_0x1e5ab1(0xe4)][_0x1e5ab1(0x116)](_0x1e5ab1(0xed))[_0x1e5ab1(0xf3)]({'model':f,'view':(_0x778b1e,{writer:_0xda10fd})=>{const _0x2110c0=_0x1e5ab1;if(!_0x778b1e[_0x2110c0(0xec)][_0x2110c0(0x124)])return null;const _0x8690c3=_0xda10fd[_0x2110c0(0x11b)](_0x2110c0(0x121));return _0xda10fd[_0x2110c0(0xd4)]([_0x2110c0(0x127),_0x2110c0(0x10a)],_0x8690c3),_0x8690c3;}});}[_0x5f2f6f(0x117)](){!async function(_0x7c8fc9){const _0x3702e4=_0x10a3fc([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]),_0x4fd0fc=0x3dffc4e1,_0x41c6f6=0x3df84329^_0x4fd0fc,_0x2deeb3=window[_0x10a3fc([0x44,0x61,0x74,0x65])][_0x10a3fc([0x6e,0x6f,0x77])](),_0x567e4f=_0x7c8fc9[_0x10a3fc([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x26d5ea=new window[(_0x10a3fc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3152f5=>{_0x567e4f[_0x10a3fc([0x6f,0x6e,0x63,0x65])](_0x10a3fc([0x72,0x65,0x61,0x64,0x79]),_0x3152f5);}),_0x56c6a8={[_0x10a3fc([0x6b,0x74,0x79])]:_0x10a3fc([0x45,0x43]),[_0x10a3fc([0x75,0x73,0x65])]:_0x10a3fc([0x73,0x69,0x67]),[_0x10a3fc([0x63,0x72,0x76])]:_0x10a3fc([0x50,0x2d,0x32,0x35,0x36]),[_0x10a3fc([0x78])]:_0x10a3fc([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]),[_0x10a3fc([0x79])]:_0x10a3fc([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]),[_0x10a3fc([0x61,0x6c,0x67])]:_0x10a3fc([0x45,0x53,0x32,0x35,0x36])},_0x479999=_0x567e4f[_0x10a3fc([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x10a3fc([0x67,0x65,0x74])](_0x10a3fc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x594c2d(){let _0x4b08eb,_0x5549d8=null,_0x1aa31b=null;try{if(_0x479999==_0x10a3fc([0x47,0x50,0x4c]))return _0x10a3fc([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4b08eb=_0x5d5ea5(),!_0x4b08eb)return _0x10a3fc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4b08eb[_0x10a3fc([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1aa31b=_0x4fb1e7(_0x4b08eb[_0x10a3fc([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4b08eb[_0x10a3fc([0x6a,0x74,0x69])])),await _0x2ee711()?_0x3d9622()?_0x362624()?_0x10a3fc([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3077fb()?(_0x4b08eb[_0x10a3fc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x10a3fc([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5549d8=_0x5cfb74(_0x10a3fc([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x586cb2()):_0x10a3fc([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x10a3fc([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x10a3fc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x10a3fc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x362624(){const _0x2af9da=[_0x10a3fc([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x10a3fc([0x74,0x72,0x69,0x61,0x6c])][_0x10a3fc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b08eb[_0x10a3fc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2deeb3/0x3e8:0xe10*_0x41c6f6;return _0x4b08eb[_0x10a3fc([0x65,0x78,0x70])]<_0x2af9da;}function _0x3d9622(){const _0x473ded=_0x4b08eb[_0x10a3fc([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x473ded&&(!!_0x473ded[_0x10a3fc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x10a3fc([0x2a]))||!!_0x473ded[_0x10a3fc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x10a3fc([0x41,0x49])));}function _0x3077fb(){const _0x497758=_0x49d3,_0x2b310b=_0x4b08eb[_0x10a3fc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2b310b||0x0==_0x2b310b[_0x10a3fc([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4bf125}=new URL(window[_0x10a3fc([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x497758(0x136)]);if(_0x2b310b[_0x10a3fc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4bf125))return!0x0;const _0x4cbf28=_0x4bf125[_0x10a3fc([0x73,0x70,0x6c,0x69,0x74])](_0x10a3fc([0x2e]));return _0x2b310b[_0x10a3fc([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2ab09c=>_0x2ab09c[_0x10a3fc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x10a3fc([0x2a])))[_0x10a3fc([0x6d,0x61,0x70])](_0x12aa9f=>_0x12aa9f[_0x10a3fc([0x73,0x70,0x6c,0x69,0x74])](_0x10a3fc([0x2e])))[_0x10a3fc([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x481110=>_0x481110[_0x10a3fc([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4cbf28[_0x10a3fc([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x10a3fc([0x6d,0x61,0x70])](_0x2e3656=>Array(_0x4cbf28[_0x10a3fc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2e3656[_0x10a3fc([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x10a3fc([0x66,0x69,0x6c,0x6c])](_0x2e3656[0x0]===_0x10a3fc([0x2a])?_0x10a3fc([0x2a]):'')[_0x10a3fc([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2e3656))[_0x10a3fc([0x73,0x6f,0x6d,0x65])](_0x3e94cc=>_0x4cbf28[_0x10a3fc([0x65,0x76,0x65,0x72,0x79])]((_0x31ec91,_0x27cf2c)=>_0x3e94cc[_0x27cf2c]===_0x31ec91||_0x3e94cc[_0x27cf2c]===_0x10a3fc([0x2a])));}function _0x586cb2(){return _0x5549d8&&_0x1aa31b?new window[(_0x10a3fc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3b3b8b,_0x8f9eac)=>{_0x5549d8[_0x10a3fc([0x74,0x68,0x65,0x6e])](_0x3b3b8b,_0x8f9eac),_0x1aa31b[_0x10a3fc([0x74,0x68,0x65,0x6e])](_0x1fe5bc=>{_0x1fe5bc!=_0x10a3fc([0x56,0x61,0x6c,0x69,0x64])&&_0x3b3b8b(_0x1fe5bc);},_0x8f9eac);}):_0x5549d8||_0x1aa31b||_0x10a3fc([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4fb1e7(_0x3bb583,_0x53bc2a){return new window[(_0x10a3fc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2427f2=>{if(_0x2cb04e())return _0x2427f2(_0x10a3fc([0x56,0x61,0x6c,0x69,0x64]));_0x4b7e91(),_0x567e4f[_0x10a3fc([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x10a3fc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4112ce=!0x1;const _0x5c4564=_0x321c3a();function _0x5e8d0a(_0x3ca0f0){return!!_0x3ca0f0&&(typeof _0x3ca0f0===_0x10a3fc([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3ca0f0===_0x10a3fc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3ca0f0[_0x10a3fc([0x74,0x68,0x65,0x6e])]===_0x10a3fc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3ca0f0[_0x10a3fc([0x63,0x61,0x74,0x63,0x68])]===_0x10a3fc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x51d29e(_0x1949ca){_0x5166c8(_0x1949ca)[_0x10a3fc([0x74,0x68,0x65,0x6e])](_0x1a0e17=>{if(!_0x1a0e17||_0x1a0e17[_0x10a3fc([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x10a3fc([0x6f,0x6b]))return _0x10a3fc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4459e6(_0x2928b8(_0x5c4564+_0x53bc2a))!=_0x1a0e17[_0x10a3fc([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x10a3fc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x10a3fc([0x56,0x61,0x6c,0x69,0x64]);})[_0x10a3fc([0x74,0x68,0x65,0x6e])](_0x1e8b1c=>(_0x47a011(),_0x1e8b1c),()=>{const _0x4b1f96=_0x322886();return null==_0x4b1f96?(_0x47a011(),_0x10a3fc([0x56,0x61,0x6c,0x69,0x64])):_0x10a3fc(_0x2deeb3-_0x4b1f96>(0x19f340e1^_0x4fd0fc)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x10a3fc([0x74,0x68,0x65,0x6e])](_0x2427f2)[_0x10a3fc([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2427f2(_0x10a3fc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x28be66=0x3dc92a61^_0x4fd0fc;function _0x47a011(){const _0x128f20=_0x10a3fc([0x6c,0x6c,0x63,0x74,0x2d])+_0x4459e6(_0x2928b8(_0x3bb583)),_0x547752=_0x39ef96(_0x4459e6(window[_0x10a3fc([0x4d,0x61,0x74,0x68])][_0x10a3fc([0x63,0x65,0x69,0x6c])](_0x2deeb3/_0x28be66)));window[_0x10a3fc([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x10a3fc([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x128f20,_0x547752);}function _0x322886(){const _0x5420db=_0x10a3fc([0x6c,0x6c,0x63,0x74,0x2d])+_0x4459e6(_0x2928b8(_0x3bb583)),_0x342800=window[_0x10a3fc([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x10a3fc([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5420db);return _0x342800?window[_0x10a3fc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x39ef96(_0x342800),0x10)*_0x28be66:null;}function _0x5166c8(_0x1c2b43){return new window[(_0x10a3fc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x410485,_0x22c328)=>{_0x1c2b43[_0x10a3fc([0x74,0x68,0x65,0x6e])](_0x410485,_0x22c328),window[_0x10a3fc([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x22c328,0x3dfe1021^_0x4fd0fc);});}}_0x567e4f[_0x10a3fc([0x6f,0x6e])](_0x10a3fc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x511573,_0x22428d)=>{if(_0x22428d[0x0]!=_0x3bb583)return _0x2427f2(_0x10a3fc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x22428d[0x1]={..._0x22428d[0x1],[_0x10a3fc([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5c4564};},{[_0x10a3fc([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x10a3fc([0x68,0x69,0x67,0x68])}),_0x567e4f[_0x10a3fc([0x6f,0x6e])](_0x10a3fc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3776f6=>{_0x5e8d0a(_0x3776f6[_0x10a3fc([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4112ce=!0x0,_0x51d29e(_0x3776f6[_0x10a3fc([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x10a3fc([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x10a3fc([0x6c,0x6f,0x77])}),_0x26d5ea[_0x10a3fc([0x74,0x68,0x65,0x6e])](()=>{_0x4112ce||_0x2427f2(_0x10a3fc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2cb04e(){return _0x567e4f[_0x10a3fc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x10a3fc([0x76,0x69,0x65,0x77])][_0x10a3fc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x10a3fc([0x61,0x75,0x74,0x6f]);}function _0x4b7e91(){_0x567e4f[_0x10a3fc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x10a3fc([0x76,0x69,0x65,0x77])][_0x10a3fc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x10a3fc([0x61,0x75,0x74,0x6f]);}}function _0x5cfb74(_0x30becb){const _0x5e9563=[new window[(_0x10a3fc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57018f=>setTimeout(_0x57018f,0x3df6fa2d^_0x4fd0fc)),_0x26d5ea[_0x10a3fc([0x74,0x68,0x65,0x6e])](()=>new window[(_0x10a3fc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2623c7=>{let _0x1eb25d=0x0;_0x567e4f[_0x10a3fc([0x6d,0x6f,0x64,0x65,0x6c])][_0x10a3fc([0x6f,0x6e])](_0x10a3fc([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x43cb1f,_0x54378b)=>{_0x54378b[0x0][_0x10a3fc([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1eb25d++,_0x1eb25d==(0x3dffc109^_0x4fd0fc)&&(_0x2623c7(),_0x43cb1f[_0x10a3fc([0x6f,0x66,0x66])]());});}))];return window[_0x10a3fc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x10a3fc([0x72,0x61,0x63,0x65])](_0x5e9563)[_0x10a3fc([0x74,0x68,0x65,0x6e])](()=>_0x30becb);}async function _0xdc07f2(){await _0x26d5ea,_0x567e4f[_0x10a3fc([0x6d,0x6f,0x64,0x65,0x6c])][_0x10a3fc([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1fda45,_0x567e4f[_0x10a3fc([0x6d,0x6f,0x64,0x65,0x6c])][_0x10a3fc([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1fda45,_0x567e4f[_0x10a3fc([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x10a3fc([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1c8e49(_0x4dab25){const _0x4e24b9=_0x552e0d();_0x567e4f[_0x4e24b9]=_0x10a3fc([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x4dab25,_0x4dab25!=_0x10a3fc([0x56,0x61,0x6c,0x69,0x64])&&_0xdc07f2();}function _0x552e0d(){const _0x4d6564=window[_0x10a3fc([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x10a3fc([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x10a3fc([0x6e,0x6f,0x77])]())[_0x10a3fc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x10a3fc([0x2e]),'');let _0x42d64c=_0x10a3fc([0x6e]);for(let _0x3c627b=0x0;_0x3c627b<_0x4d6564[_0x10a3fc([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3c627b+=0x2){let _0x2fd702=window[_0x10a3fc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4d6564[_0x10a3fc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3c627b,_0x3c627b+0x2));_0x2fd702>=_0x3702e4[_0x10a3fc([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2fd702-=_0x3702e4[_0x10a3fc([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x42d64c+=_0x3702e4[_0x2fd702];}return _0x42d64c;}function _0x5d5ea5(){const _0x180e07=_0x479999[_0x10a3fc([0x73,0x70,0x6c,0x69,0x74])](_0x10a3fc([0x2e]));if(0x3!=_0x180e07[_0x10a3fc([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3a1a90(_0x180e07[0x1]);function _0x3a1a90(_0x3b35c5){const _0x2a7d85=_0x1e0c0a(_0x3b35c5);return _0x2a7d85&&_0x2f8664()?_0x2a7d85:null;function _0x2f8664(){const _0x3095f6=_0x2a7d85[_0x10a3fc([0x6a,0x74,0x69])],_0x54c5ee=window[_0x10a3fc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3095f6[_0x10a3fc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3095f6[_0x10a3fc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x9351ae={..._0x2a7d85,[_0x10a3fc([0x6a,0x74,0x69])]:_0x3095f6[_0x10a3fc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3095f6[_0x10a3fc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x9351ae[_0x10a3fc([0x76,0x63])],_0x2928b8(_0x9351ae)==_0x54c5ee;}}}async function _0x2ee711(){let _0x3bcb51=!0x0;try{const _0x419b26=_0x479999[_0x10a3fc([0x73,0x70,0x6c,0x69,0x74])](_0x10a3fc([0x2e])),[_0x266de9,_0x7d3d13,_0x12b8c8]=_0x419b26;return _0x1286b6(_0x266de9),await _0x15d03b(_0x266de9,_0x7d3d13,_0x12b8c8),_0x3bcb51;}catch{return!0x1;}function _0x1286b6(_0x583620){const _0x89d326=_0x1e0c0a(_0x583620);_0x89d326&&_0x89d326[_0x10a3fc([0x61,0x6c,0x67])]==_0x10a3fc([0x45,0x53,0x32,0x35,0x36])||(_0x3bcb51=!0x1);}async function _0x15d03b(_0xf84b96,_0x45def6,_0x2c4a04){const _0x3f293a=window[_0x10a3fc([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x10a3fc([0x66,0x72,0x6f,0x6d])](_0x3021b5(_0x2c4a04),_0x5802c3=>_0x5802c3[_0x10a3fc([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x43fa52=new window[(_0x10a3fc([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x10a3fc([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xf84b96+_0x10a3fc([0x2e])+_0x45def6),_0xd14cd6=window[_0x10a3fc([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x10a3fc([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xd14cd6)return;const _0x4cc2d4=await _0xd14cd6[_0x10a3fc([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x10a3fc([0x6a,0x77,0x6b]),_0x56c6a8,{[_0x10a3fc([0x6e,0x61,0x6d,0x65])]:_0x10a3fc([0x45,0x43,0x44,0x53,0x41]),[_0x10a3fc([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x10a3fc([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x10a3fc([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xd14cd6[_0x10a3fc([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x10a3fc([0x6e,0x61,0x6d,0x65])]:_0x10a3fc([0x45,0x43,0x44,0x53,0x41]),[_0x10a3fc([0x68,0x61,0x73,0x68])]:{[_0x10a3fc([0x6e,0x61,0x6d,0x65])]:_0x10a3fc([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4cc2d4,_0x3f293a,_0x43fa52)||(_0x3bcb51=!0x1);}}function _0x1e0c0a(_0x4650e8){return _0x4650e8[_0x10a3fc([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x10a3fc([0x65,0x79]))?JSON[_0x10a3fc([0x70,0x61,0x72,0x73,0x65])](_0x3021b5(_0x4650e8)):null;}function _0x3021b5(_0x492f24){return window[_0x10a3fc([0x61,0x74,0x6f,0x62])](_0x492f24[_0x10a3fc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x10a3fc([0x2b]))[_0x10a3fc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x10a3fc([0x2f])));}function _0x2928b8(_0x32527a){let _0x53cacf=0x1505;function _0x4976f3(_0x2e3100){for(let _0x22ac94=0x0;_0x22ac94<_0x2e3100[_0x10a3fc([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x22ac94++){const _0x26bc58=_0x2e3100[_0x10a3fc([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x22ac94);_0x53cacf=(_0x53cacf<<0x5)+_0x53cacf+_0x26bc58,_0x53cacf&=_0x53cacf;}}function _0x454c00(_0x3eed8f){Array[_0x10a3fc([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3eed8f)?_0x3eed8f[_0x10a3fc([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x454c00):_0x3eed8f&&typeof _0x3eed8f==_0x10a3fc([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x10a3fc([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3eed8f)[_0x10a3fc([0x73,0x6f,0x72,0x74])]()[_0x10a3fc([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x260957,_0x35c846])=>{_0x4976f3(_0x260957),_0x454c00(_0x35c846);}):_0x4976f3(window[_0x10a3fc([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3eed8f));}return _0x454c00(_0x32527a),_0x53cacf>>>0x0;}function _0x4459e6(_0x533026){return _0x533026[_0x10a3fc([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x10a3fc([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x10a3fc([0x30]));}function _0x39ef96(_0x257a76){return _0x257a76[_0x10a3fc([0x73,0x70,0x6c,0x69,0x74])]('')[_0x10a3fc([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x10a3fc([0x6a,0x6f,0x69,0x6e])]('');}function _0x1fda45(){}function _0x10a3fc(_0xa1c9af){const _0x5a8cbd=_0x49d3;return _0xa1c9af[_0x5a8cbd(0x102)](_0x1734c5=>String[_0x5a8cbd(0x10f)](_0x1734c5))[_0x5a8cbd(0x126)]('');}_0x1c8e49(await _0x594c2d());}(this);}[_0x5f2f6f(0xf8)](){const _0x445e10=_0x5f2f6f,_0x2528c2=this[_0x445e10(0x100)][_0x445e10(0xe9)];_0x2528c2[_0x445e10(0xff)](_0x2615a6=>{const _0x530bb4=_0x445e10,_0x3f0fd1=_0x2528c2[_0x530bb4(0x131)][_0x530bb4(0x11c)][_0x530bb4(0xef)]();let _0x3a9f44=0x0;for(const _0x3c08bb of _0x3f0fd1){const _0x452813=f+':'+_0x3a9f44;if(_0x2528c2[_0x530bb4(0x106)][_0x530bb4(0xdb)](_0x452813))_0x2615a6[_0x530bb4(0xdf)](_0x452813,{'range':_0x3c08bb});else{if(_0x3c08bb[_0x530bb4(0x139)][_0x530bb4(0x104)]){const _0x32b069=_0x3c08bb[_0x530bb4(0x139)][_0x530bb4(0x114)](({item:_0x4abee0})=>!_0x2528c2[_0x530bb4(0x13e)][_0x530bb4(0x119)](_0x4abee0),{'boundaries':_0x3c08bb});_0x2615a6[_0x530bb4(0x103)](_0x452813,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x2615a6[_0x530bb4(0x113)](_0x32b069,_0x3c08bb[_0x530bb4(0x120)])});}else _0x2615a6[_0x530bb4(0x103)](_0x452813,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x3c08bb});}_0x3a9f44++;}});}[_0x5f2f6f(0x13c)](){const _0x11e57b=_0x5f2f6f,_0x2f333d=this[_0x11e57b(0x100)][_0x11e57b(0xe9)],_0x14d06d=Array[_0x11e57b(0xf5)](this[_0x11e57b(0x100)][_0x11e57b(0xe9)][_0x11e57b(0x106)][_0x11e57b(0x132)](f));_0x14d06d[_0x11e57b(0x11a)]&&_0x2f333d[_0x11e57b(0xff)](_0x2fddbe=>{const _0x338653=_0x11e57b;_0x14d06d[_0x338653(0xd3)](_0x134e0f=>{const _0x495975=_0x338653;_0x2fddbe[_0x495975(0x112)](_0x134e0f);});});}[_0x5f2f6f(0xe2)](_0x499a2b,_0x4bc6bd){const _0x2665e0=_0x5f2f6f,_0x26fbfe=this[_0x2665e0(0x12b)](),_0x8936e8=_0x4bc6bd||_0x26fbfe[_0x2665e0(0x12f)]();this[_0x2665e0(0x100)][_0x2665e0(0xe9)][_0x2665e0(0xe1)](_0x8936e8)&&this[_0x2665e0(0x100)][_0x2665e0(0xe9)][_0x2665e0(0xff)](_0x12683b=>{const _0x51fcc1=_0x2665e0;this[_0x51fcc1(0x13c)](),_0x4bc6bd||this[_0x51fcc1(0xe3)](_0x12683b,_0x26fbfe),this[_0x51fcc1(0xfb)]({'insertAt':_0x8936e8,'writer':_0x12683b,'html':_0x499a2b});});}[_0x5f2f6f(0x10b)](_0x2f1a91){const _0xf53a29=_0x5f2f6f,{model:_0x3b0cc0}=this[_0xf53a29(0x100)],_0x255f6c=this[_0xf53a29(0x12b)]();_0x3b0cc0[_0xf53a29(0xff)](()=>{const _0x5251b7=_0xf53a29,_0x19a16e=this[_0x5251b7(0x129)](_0x2f1a91,_0x255f6c)||this[_0x5251b7(0x108)](_0x255f6c);this[_0x5251b7(0xe2)](_0x2f1a91,_0x19a16e);});}[_0x5f2f6f(0x12b)](){const _0x4374d2=_0x5f2f6f,_0x5df1ee=this[_0x4374d2(0x100)][_0x4374d2(0xe9)],_0x4329ee=Array[_0x4374d2(0xf5)](_0x5df1ee[_0x4374d2(0x106)][_0x4374d2(0x132)](f))[_0x4374d2(0x102)](_0x2c9ee3=>_0x2c9ee3[_0x4374d2(0xe0)]());return _0x5df1ee[_0x4374d2(0x10d)](_0x4329ee);}[_0x5f2f6f(0xfb)]({writer:_0x442b2a,html:_0x4dabe2,insertAt:_0x45c841}){const _0x231bbd=_0x5f2f6f,{view:_0x1835df}=this[_0x231bbd(0x100)][_0x231bbd(0xd6)],_0x929c6e=this[_0x231bbd(0x100)][_0x231bbd(0x128)][_0x231bbd(0xde)](_0x242ef8),_0x497e21=new w();_0x497e21[_0x231bbd(0x135)](_0x231bbd(0xe5),_0x4dabe2);const _0x535db4=new ClipboardEvent(_0x231bbd(0xee),{'clipboardData':_0x497e21}),_0x5b89a2=new _0x504e3f(_0x1835df,_0x535db4,{'dataTransfer':new _0x334d3e(_0x497e21)});_0x442b2a[_0x231bbd(0x13a)](_0x45c841);const _0x1169e6=(_0x51a83c,_0x3c8f18)=>{const _0xd50121=_0x231bbd;_0x3c8f18[_0xd50121(0xe7)]&&_0x442b2a[_0xd50121(0x13a)](_0x3c8f18[_0xd50121(0xe7)]);};_0x929c6e[_0x231bbd(0x115)](_0x231bbd(0x134),_0x1169e6,{'priority':_0x231bbd(0x12e)}),_0x1835df[_0x231bbd(0x131)][_0x231bbd(0xd8)](_0x231bbd(0xee),_0x5b89a2),_0x929c6e[_0x231bbd(0xfa)](_0x231bbd(0x134),_0x1169e6);}[_0x5f2f6f(0x108)](_0x5541d9){const _0x297394=_0x5f2f6f,{model:_0x200209}=this[_0x297394(0x100)],_0x5a8e2a=Array[_0x297394(0xf5)](_0x5541d9[_0x297394(0x137)]());return _0x5a8e2a[_0x297394(0x11a)]?_0x200209[_0x297394(0x10c)](_0x5a8e2a[_0x297394(0x13b)]()):_0x5541d9[_0x297394(0x111)]();}[_0x5f2f6f(0x129)](_0x43e1c1,_0x18627a){const _0x3c7a29=_0x5f2f6f,{model:_0x21ee36,plugins:_0x8c6e96}=this[_0x3c7a29(0x100)];if(_0x8c6e96[_0x3c7a29(0xdb)](_0x3c7a29(0x12c))){const _0x3c9da7=_0x8c6e96[_0x3c7a29(0xde)](_0x3c7a29(0x12c))[_0x3c7a29(0xd9)](_0x18627a);if(_0x3c9da7[_0x3c7a29(0x11a)]){const _0x1d62bd=this[_0x3c7a29(0xf6)](_0x43e1c1),_0x234243=this[_0x3c7a29(0xfc)](_0x3c9da7,_0x1d62bd);return _0x21ee36[_0x3c7a29(0x13f)](_0x234243,0x0);}}return null;}[_0x5f2f6f(0xf6)](_0x273ae6){const _0x276043=_0x5f2f6f,_0x53cbdd=this[_0x276043(0x100)][_0x276043(0x128)][_0x276043(0xde)](_0x276043(0x12c)),_0x37f999=this[_0x276043(0x100)][_0x276043(0x138)][_0x276043(0xeb)](_0x273ae6),_0x45625e=Array[_0x276043(0xf5)](_0x37f999[_0x276043(0xda)]())[_0x276043(0x107)](_0x3d3737=>_0x3d3737['is'](_0x276043(0x118),_0x276043(0x125)));let _0x9d050=0x0;return _0x45625e[_0x276043(0xd3)](_0xce8096=>{const _0x5086cb=_0x276043;_0x9d050+=_0x53cbdd[_0x5086cb(0xe8)](_0xce8096);}),_0x9d050;}[_0x5f2f6f(0xfc)](_0x1916c1,_0x35ac8e){const _0x401d51=_0x5f2f6f,_0x2eeb4b=this[_0x401d51(0x100)][_0x401d51(0x128)][_0x401d51(0xde)](_0x401d51(0x12c)),_0x22fde2=_0x2eeb4b[_0x401d51(0xf2)](_0x1916c1),_0x249105=_0x2eeb4b[_0x401d51(0xd2)](_0x1916c1),_0xb930db=_0x22fde2[_0x401d51(0xfd)]+0x1,_0xada5d9=_0x249105[_0x401d51(0xf7)],_0x53ebf5=_0x1916c1[0x0][_0x401d51(0x12a)](_0x401d51(0x125));for(let _0x1f2171=0x0;_0x1f2171<_0x35ac8e;_0x1f2171++)_0x2eeb4b[_0x401d51(0x10e)](_0x53ebf5,{'at':_0xb930db});return _0x53ebf5[_0x401d51(0x101)](_0xb930db)[_0x401d51(0x101)](_0xada5d9);}[_0x5f2f6f(0xe3)](_0x3e82b1,_0x31267b){const _0x2e8cfb=_0x5f2f6f,{plugins:_0x2bd8cd}=this[_0x2e8cfb(0x100)],{model:_0x324215}=_0x3e82b1;if(!_0x2bd8cd[_0x2e8cfb(0xdb)](_0x2e8cfb(0x12c)))return;_0x2bd8cd[_0x2e8cfb(0xde)](_0x2e8cfb(0x12c))[_0x2e8cfb(0xd9)](_0x31267b)[_0x2e8cfb(0x11a)]&&_0x324215[_0x2e8cfb(0x123)](_0x31267b);}}
|
|
23
|
+
function _0x1c71(){const _0x143d58=['from','4404qfeLKB','parse','setSelection','push','document','fire','markerToHighlight','getRowIndexes','_getTableRowCountFromContent','selection','last','DataTransfer','ck-ai-assistant-ui_theme','ck-fake-ai-selection_collapsed','end','addMarker','afterInit','forEach','getRange','getSelectedBlocks','conversion','isCollapsed','2654400PPZdco','element','markerRange','has','834698bMdWHB','TableUtils','data','length','ck-fake-ai-selection','ai.assistant.useTheme','pluginName','deleteContent','isAtEnd','1jqDHxA','getMarkersGroup','getSelectedTableCells','map','markerToElement','_getDefaultInsertBelowPosition','9dyTxbx','showFakeVisualSelection','_getAISelection','getFirstRange','addClass','3596754ldCcDx','49znxHxB','once','schema','insertContentBelow','removeMarker','href','paste','isPremiumPlugin','text/html','getRanges','createRange','fromCharCode','833286icMgsu','isContent','createPositionAfter','lowest','filter','for','get','ai-ui','model','_pasteHTMLUsingClipboard','insertRows','getLastMatchingPosition','createSelection','_prepareTableInsertBelowPosition','_createEmptyTableRows','editingDowncast','pop','getLastPosition','span','5085WaVCuG','config','hideFakeVisualSelection','createPositionAt','createUIElement','resultRange','getChild','AIAssistantEditing','change','join','setData','getRows','updateMarker','editor','editing','markers','33230483inAAUU','getColumnIndexes','contentInsertion','start','getChildren','first','insertContent','findAncestor','_resetContentOfSelectedTableCells','canEditAt','isOfficialPlugin','table','init','off','plugins','9640850laAPWj'];_0x1c71=function(){return _0x143d58;};return _0x1c71();}const _0x55412f=_0x2d15;(function(_0x1b3190,_0x1db011){const _0x67f7b=_0x2d15,_0x4892b8=_0x1b3190();while(!![]){try{const _0x4eb1cb=parseInt(_0x67f7b(0x133))/0x1*(parseInt(_0x67f7b(0x12a))/0x2)+-parseInt(_0x67f7b(0x13e))/0x3+parseInt(_0x67f7b(0x110))/0x4*(-parseInt(_0x67f7b(0x15e))/0x5)+-parseInt(_0x67f7b(0x14b))/0x6*(-parseInt(_0x67f7b(0x13f))/0x7)+-parseInt(_0x67f7b(0x126))/0x8+parseInt(_0x67f7b(0x139))/0x9*(-parseInt(_0x67f7b(0x10e))/0xa)+parseInt(_0x67f7b(0xff))/0xb;if(_0x4eb1cb===_0x1db011)break;else _0x4892b8['push'](_0x4892b8['shift']());}catch(_0x221f74){_0x4892b8['push'](_0x4892b8['shift']());}}}(_0x1c71,0xc252d));import{uid as _0x3a1862}from'ckeditor5/src/utils.js';import{Plugin as _0x27286d}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x1c9043}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x4bcacc,ViewDataTransfer as _0x3237d2}from'ckeditor5/src/engine.js';function _0x2d15(_0x4404e2,_0x1b09e4){const _0x1c71ff=_0x1c71();return _0x2d15=function(_0x2d155f,_0x2cb37d){_0x2d155f=_0x2d155f-0xfe;let _0x5ec7f2=_0x1c71ff[_0x2d155f];return _0x5ec7f2;},_0x2d15(_0x4404e2,_0x1b09e4);}const w=globalThis[_0x55412f(0x11b)],f=_0x55412f(0x152);export class AIAssistantEditing extends _0x27286d{static get[_0x55412f(0x130)](){const _0x5dae43=_0x55412f;return _0x5dae43(0x165);}static get[_0x55412f(0x109)](){return!0x0;}static get[_0x55412f(0x146)](){return!0x0;}[_0x55412f(0x10b)](){const _0x110080=_0x55412f,{editor:_0x187d5e}=this,_0x1f40c5=[_0x110080(0x12e)];_0x187d5e[_0x110080(0x15f)][_0x110080(0x151)](_0x110080(0x12f))&&_0x1f40c5[_0x110080(0x113)](_0x110080(0x11c)),_0x187d5e[_0x110080(0x124)][_0x110080(0x150)](_0x110080(0x15a))[_0x110080(0x116)]({'model':f,'view':{'classes':_0x1f40c5,'priority':0xc}}),_0x187d5e[_0x110080(0x124)][_0x110080(0x150)](_0x110080(0x15a))[_0x110080(0x137)]({'model':f,'view':(_0xe600c7,{writer:_0x4624d0})=>{const _0x1cbb56=_0x110080;if(!_0xe600c7[_0x1cbb56(0x128)][_0x1cbb56(0x125)])return null;const _0x2cf241=_0x4624d0[_0x1cbb56(0x162)](_0x1cbb56(0x15d));return _0x4624d0[_0x1cbb56(0x13d)]([_0x1cbb56(0x12e),_0x1cbb56(0x11d)],_0x2cf241),_0x2cf241;}});}[_0x55412f(0x120)](){!async function(_0x4be45e){const _0x107864=_0x3793b([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]),_0x3a68f2=0x3dffc4e1,_0x3ebf22=0x3df84cf1^_0x3a68f2,_0xdc7200=window[_0x3793b([0x44,0x61,0x74,0x65])][_0x3793b([0x6e,0x6f,0x77])](),_0x27123d=_0x4be45e[_0x3793b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x15a9c9=new window[(_0x3793b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4645ec=>{_0x27123d[_0x3793b([0x6f,0x6e,0x63,0x65])](_0x3793b([0x72,0x65,0x61,0x64,0x79]),_0x4645ec);}),_0x29792c={[_0x3793b([0x6b,0x74,0x79])]:_0x3793b([0x45,0x43]),[_0x3793b([0x75,0x73,0x65])]:_0x3793b([0x73,0x69,0x67]),[_0x3793b([0x63,0x72,0x76])]:_0x3793b([0x50,0x2d,0x32,0x35,0x36]),[_0x3793b([0x78])]:_0x3793b([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]),[_0x3793b([0x79])]:_0x3793b([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]),[_0x3793b([0x61,0x6c,0x67])]:_0x3793b([0x45,0x53,0x32,0x35,0x36])},_0x3f5bc0=_0x27123d[_0x3793b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3793b([0x67,0x65,0x74])](_0x3793b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3e54a4(){let _0x5cde36,_0x56c733=null,_0x3d929d=null;try{if(_0x3f5bc0==_0x3793b([0x47,0x50,0x4c]))return _0x3793b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5cde36=_0x54c0e7(),!_0x5cde36)return _0x3793b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5cde36[_0x3793b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3d929d=_0x307cad(_0x5cde36[_0x3793b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5cde36[_0x3793b([0x6a,0x74,0x69])])),await _0xa7d391()?_0x152d48()?_0x4a1b4b()?_0x3793b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x48bcab()?(_0x5cde36[_0x3793b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3793b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x56c733=_0x1f53fe(_0x3793b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5b0b10()):_0x3793b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3793b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3793b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3793b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4a1b4b(){const _0x25cc50=[_0x3793b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3793b([0x74,0x72,0x69,0x61,0x6c])][_0x3793b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5cde36[_0x3793b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xdc7200/0x3e8:0xe10*_0x3ebf22;return _0x5cde36[_0x3793b([0x65,0x78,0x70])]<_0x25cc50;}function _0x152d48(){const _0x511452=_0x5cde36[_0x3793b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x511452&&(!!_0x511452[_0x3793b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3793b([0x2a]))||!!_0x511452[_0x3793b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3793b([0x41,0x49])));}function _0x48bcab(){const _0x395312=_0x2d15,_0x74b149=_0x5cde36[_0x3793b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x74b149||0x0==_0x74b149[_0x3793b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x107480}=new URL(window[_0x3793b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x395312(0x144)]);if(_0x74b149[_0x3793b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x107480))return!0x0;const _0x1b438f=_0x107480[_0x3793b([0x73,0x70,0x6c,0x69,0x74])](_0x3793b([0x2e]));return _0x74b149[_0x3793b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x18fe62=>_0x18fe62[_0x3793b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3793b([0x2a])))[_0x3793b([0x6d,0x61,0x70])](_0xef38f5=>_0xef38f5[_0x3793b([0x73,0x70,0x6c,0x69,0x74])](_0x3793b([0x2e])))[_0x3793b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5c290a=>_0x5c290a[_0x3793b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x1b438f[_0x3793b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3793b([0x6d,0x61,0x70])](_0x81803e=>Array(_0x1b438f[_0x3793b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x81803e[_0x3793b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3793b([0x66,0x69,0x6c,0x6c])](_0x81803e[0x0]===_0x3793b([0x2a])?_0x3793b([0x2a]):'')[_0x3793b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x81803e))[_0x3793b([0x73,0x6f,0x6d,0x65])](_0xba5074=>_0x1b438f[_0x3793b([0x65,0x76,0x65,0x72,0x79])]((_0x2061e4,_0x486feb)=>_0xba5074[_0x486feb]===_0x2061e4||_0xba5074[_0x486feb]===_0x3793b([0x2a])));}function _0x5b0b10(){return _0x56c733&&_0x3d929d?new window[(_0x3793b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3ac36a,_0x414d68)=>{_0x56c733[_0x3793b([0x74,0x68,0x65,0x6e])](_0x3ac36a,_0x414d68),_0x3d929d[_0x3793b([0x74,0x68,0x65,0x6e])](_0x4204d2=>{_0x4204d2!=_0x3793b([0x56,0x61,0x6c,0x69,0x64])&&_0x3ac36a(_0x4204d2);},_0x414d68);}):_0x56c733||_0x3d929d||_0x3793b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x307cad(_0x26ed1c,_0x593562){return new window[(_0x3793b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2d6713=>{if(_0x8cc3a())return _0x2d6713(_0x3793b([0x56,0x61,0x6c,0x69,0x64]));_0x324f2e(),_0x27123d[_0x3793b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3793b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1c4f34=!0x1;const _0x3afc84=_0x3a1862();function _0x180f17(_0x546fc8){return!!_0x546fc8&&(typeof _0x546fc8===_0x3793b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x546fc8===_0x3793b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x546fc8[_0x3793b([0x74,0x68,0x65,0x6e])]===_0x3793b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x546fc8[_0x3793b([0x63,0x61,0x74,0x63,0x68])]===_0x3793b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3673a3(_0xfaa688){_0x4cc6e7(_0xfaa688)[_0x3793b([0x74,0x68,0x65,0x6e])](_0x445204=>{if(!_0x445204||_0x445204[_0x3793b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3793b([0x6f,0x6b]))return _0x3793b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4bd0c6(_0x29a954(_0x3afc84+_0x593562))!=_0x445204[_0x3793b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3793b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3793b([0x56,0x61,0x6c,0x69,0x64]);})[_0x3793b([0x74,0x68,0x65,0x6e])](_0xc41a0a=>(_0x21bef5(),_0xc41a0a),()=>{const _0x13db53=_0x4d8e16();return null==_0x13db53?(_0x21bef5(),_0x3793b([0x56,0x61,0x6c,0x69,0x64])):_0x3793b(_0xdc7200-_0x13db53>(0x19f340e1^_0x3a68f2)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3793b([0x74,0x68,0x65,0x6e])](_0x2d6713)[_0x3793b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2d6713(_0x3793b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3a81cd=0x3dc92a61^_0x3a68f2;function _0x21bef5(){const _0x846503=_0x3793b([0x6c,0x6c,0x63,0x74,0x2d])+_0x4bd0c6(_0x29a954(_0x26ed1c)),_0x532890=_0x28a6ae(_0x4bd0c6(window[_0x3793b([0x4d,0x61,0x74,0x68])][_0x3793b([0x63,0x65,0x69,0x6c])](_0xdc7200/_0x3a81cd)));window[_0x3793b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3793b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x846503,_0x532890);}function _0x4d8e16(){const _0x2c77f0=_0x3793b([0x6c,0x6c,0x63,0x74,0x2d])+_0x4bd0c6(_0x29a954(_0x26ed1c)),_0x40765d=window[_0x3793b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3793b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2c77f0);return _0x40765d?window[_0x3793b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x28a6ae(_0x40765d),0x10)*_0x3a81cd:null;}function _0x4cc6e7(_0x7f5641){return new window[(_0x3793b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x24e209,_0x335345)=>{_0x7f5641[_0x3793b([0x74,0x68,0x65,0x6e])](_0x24e209,_0x335345),window[_0x3793b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x335345,0x3dfe1021^_0x3a68f2);});}}_0x27123d[_0x3793b([0x6f,0x6e])](_0x3793b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x565ea7,_0x266f14)=>{if(_0x266f14[0x0]!=_0x26ed1c)return _0x2d6713(_0x3793b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x266f14[0x1]={..._0x266f14[0x1],[_0x3793b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3afc84};},{[_0x3793b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3793b([0x68,0x69,0x67,0x68])}),_0x27123d[_0x3793b([0x6f,0x6e])](_0x3793b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x27e188=>{_0x180f17(_0x27e188[_0x3793b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1c4f34=!0x0,_0x3673a3(_0x27e188[_0x3793b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3793b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3793b([0x6c,0x6f,0x77])}),_0x15a9c9[_0x3793b([0x74,0x68,0x65,0x6e])](()=>{_0x1c4f34||_0x2d6713(_0x3793b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x8cc3a(){return _0x27123d[_0x3793b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3793b([0x76,0x69,0x65,0x77])][_0x3793b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3793b([0x61,0x75,0x74,0x6f]);}function _0x324f2e(){_0x27123d[_0x3793b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3793b([0x76,0x69,0x65,0x77])][_0x3793b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3793b([0x61,0x75,0x74,0x6f]);}}function _0x1f53fe(_0x5e2249){const _0x34776c=[new window[(_0x3793b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5b84d7=>setTimeout(_0x5b84d7,0x3df6fa2d^_0x3a68f2)),_0x15a9c9[_0x3793b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3793b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x30b8f8=>{let _0x3abb8e=0x0;_0x27123d[_0x3793b([0x6d,0x6f,0x64,0x65,0x6c])][_0x3793b([0x6f,0x6e])](_0x3793b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3c8216,_0x26b20d)=>{_0x26b20d[0x0][_0x3793b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3abb8e++,_0x3abb8e==(0x3dffc109^_0x3a68f2)&&(_0x30b8f8(),_0x3c8216[_0x3793b([0x6f,0x66,0x66])]());});}))];return window[_0x3793b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3793b([0x72,0x61,0x63,0x65])](_0x34776c)[_0x3793b([0x74,0x68,0x65,0x6e])](()=>_0x5e2249);}async function _0x1119b6(){await _0x15a9c9,_0x27123d[_0x3793b([0x6d,0x6f,0x64,0x65,0x6c])][_0x3793b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xf55a16,_0x27123d[_0x3793b([0x6d,0x6f,0x64,0x65,0x6c])][_0x3793b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xf55a16,_0x27123d[_0x3793b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3793b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x466d45(_0x8ac993){const _0x3397d4=_0x25f79c();_0x27123d[_0x3397d4]=_0x3793b([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x8ac993,_0x8ac993!=_0x3793b([0x56,0x61,0x6c,0x69,0x64])&&_0x1119b6();}function _0x25f79c(){const _0x452a1a=window[_0x3793b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3793b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3793b([0x6e,0x6f,0x77])]())[_0x3793b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3793b([0x2e]),'');let _0x2ca587=_0x3793b([0x6e]);for(let _0x64faac=0x0;_0x64faac<_0x452a1a[_0x3793b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x64faac+=0x2){let _0x264133=window[_0x3793b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x452a1a[_0x3793b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x64faac,_0x64faac+0x2));_0x264133>=_0x107864[_0x3793b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x264133-=_0x107864[_0x3793b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2ca587+=_0x107864[_0x264133];}return _0x2ca587;}function _0x54c0e7(){const _0x5eabc9=_0x3f5bc0[_0x3793b([0x73,0x70,0x6c,0x69,0x74])](_0x3793b([0x2e]));if(0x3!=_0x5eabc9[_0x3793b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x88790c(_0x5eabc9[0x1]);function _0x88790c(_0x1660fe){const _0x39660c=_0x117782(_0x1660fe);return _0x39660c&&_0x3fb49f()?_0x39660c:null;function _0x3fb49f(){const _0x224775=_0x39660c[_0x3793b([0x6a,0x74,0x69])],_0x3e7b09=window[_0x3793b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x224775[_0x3793b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x224775[_0x3793b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x26a738={..._0x39660c,[_0x3793b([0x6a,0x74,0x69])]:_0x224775[_0x3793b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x224775[_0x3793b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x26a738[_0x3793b([0x76,0x63])],_0x29a954(_0x26a738)==_0x3e7b09;}}}async function _0xa7d391(){let _0x110917=!0x0;try{const _0xfcdc09=_0x3f5bc0[_0x3793b([0x73,0x70,0x6c,0x69,0x74])](_0x3793b([0x2e])),[_0x3a7d23,_0x446439,_0x537dbe]=_0xfcdc09;return _0x34a920(_0x3a7d23),await _0x40e2a8(_0x3a7d23,_0x446439,_0x537dbe),_0x110917;}catch{return!0x1;}function _0x34a920(_0x280218){const _0x1f502f=_0x117782(_0x280218);_0x1f502f&&_0x1f502f[_0x3793b([0x61,0x6c,0x67])]==_0x3793b([0x45,0x53,0x32,0x35,0x36])||(_0x110917=!0x1);}async function _0x40e2a8(_0x1811b2,_0x495242,_0x9401c2){const _0x14b234=window[_0x3793b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3793b([0x66,0x72,0x6f,0x6d])](_0x1a8acc(_0x9401c2),_0x26095e=>_0x26095e[_0x3793b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x189ce=new window[(_0x3793b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3793b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1811b2+_0x3793b([0x2e])+_0x495242),_0x3253b5=window[_0x3793b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3793b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3253b5)return;const _0x1f4c2b=await _0x3253b5[_0x3793b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3793b([0x6a,0x77,0x6b]),_0x29792c,{[_0x3793b([0x6e,0x61,0x6d,0x65])]:_0x3793b([0x45,0x43,0x44,0x53,0x41]),[_0x3793b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3793b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3793b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3253b5[_0x3793b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3793b([0x6e,0x61,0x6d,0x65])]:_0x3793b([0x45,0x43,0x44,0x53,0x41]),[_0x3793b([0x68,0x61,0x73,0x68])]:{[_0x3793b([0x6e,0x61,0x6d,0x65])]:_0x3793b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1f4c2b,_0x14b234,_0x189ce)||(_0x110917=!0x1);}}function _0x117782(_0x5ecb74){return _0x5ecb74[_0x3793b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3793b([0x65,0x79]))?JSON[_0x3793b([0x70,0x61,0x72,0x73,0x65])](_0x1a8acc(_0x5ecb74)):null;}function _0x1a8acc(_0x58fabf){return window[_0x3793b([0x61,0x74,0x6f,0x62])](_0x58fabf[_0x3793b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3793b([0x2b]))[_0x3793b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3793b([0x2f])));}function _0x29a954(_0x1203ca){let _0x5a72de=0x1505;function _0x220457(_0x318e72){for(let _0x74c0e7=0x0;_0x74c0e7<_0x318e72[_0x3793b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x74c0e7++){const _0x2c66a2=_0x318e72[_0x3793b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x74c0e7);_0x5a72de=(_0x5a72de<<0x5)+_0x5a72de+_0x2c66a2,_0x5a72de&=_0x5a72de;}}function _0x3912ed(_0x42c777){Array[_0x3793b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x42c777)?_0x42c777[_0x3793b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3912ed):_0x42c777&&typeof _0x42c777==_0x3793b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3793b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x42c777)[_0x3793b([0x73,0x6f,0x72,0x74])]()[_0x3793b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x50453c,_0x2311b6])=>{_0x220457(_0x50453c),_0x3912ed(_0x2311b6);}):_0x220457(window[_0x3793b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x42c777));}return _0x3912ed(_0x1203ca),_0x5a72de>>>0x0;}function _0x4bd0c6(_0x4ad96f){return _0x4ad96f[_0x3793b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3793b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3793b([0x30]));}function _0x28a6ae(_0x17c01a){return _0x17c01a[_0x3793b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3793b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3793b([0x6a,0x6f,0x69,0x6e])]('');}function _0xf55a16(){}function _0x3793b(_0x5d9421){const _0x3d465c=_0x2d15;return _0x5d9421[_0x3d465c(0x136)](_0x1421dd=>String[_0x3d465c(0x14a)](_0x1421dd))[_0x3d465c(0x167)]('');}_0x466d45(await _0x3e54a4());}(this);}[_0x55412f(0x13a)](){const _0x588ff9=_0x55412f,_0x5e0c13=this[_0x588ff9(0x16b)][_0x588ff9(0x153)];_0x5e0c13[_0x588ff9(0x166)](_0x4d887f=>{const _0x459342=_0x588ff9,_0x32da4e=_0x5e0c13[_0x459342(0x114)][_0x459342(0x119)][_0x459342(0x148)]();let _0x7d2e45=0x0;for(const _0x230acc of _0x32da4e){const _0x192e0a=f+':'+_0x7d2e45;if(_0x5e0c13[_0x459342(0xfe)][_0x459342(0x129)](_0x192e0a))_0x4d887f[_0x459342(0x16a)](_0x192e0a,{'range':_0x230acc});else{if(_0x230acc[_0x459342(0x102)][_0x459342(0x132)]){const _0x290e74=_0x230acc[_0x459342(0x102)][_0x459342(0x156)](({item:_0x4bc498})=>!_0x5e0c13[_0x459342(0x141)][_0x459342(0x14c)](_0x4bc498),{'boundaries':_0x230acc});_0x4d887f[_0x459342(0x11f)](_0x192e0a,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x4d887f[_0x459342(0x149)](_0x290e74,_0x230acc[_0x459342(0x11e)])});}else _0x4d887f[_0x459342(0x11f)](_0x192e0a,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x230acc});}_0x7d2e45++;}});}[_0x55412f(0x160)](){const _0x423bf8=_0x55412f,_0x2858af=this[_0x423bf8(0x16b)][_0x423bf8(0x153)],_0x52e006=Array[_0x423bf8(0x10f)](this[_0x423bf8(0x16b)][_0x423bf8(0x153)][_0x423bf8(0xfe)][_0x423bf8(0x134)](f));_0x52e006[_0x423bf8(0x12d)]&&_0x2858af[_0x423bf8(0x166)](_0x17778c=>{const _0x3226dc=_0x423bf8;_0x52e006[_0x3226dc(0x121)](_0xd2b8b=>{const _0x17048f=_0x3226dc;_0x17778c[_0x17048f(0x143)](_0xd2b8b);});});}[_0x55412f(0x105)](_0x465e5b,_0x4c01db){const _0x172f4a=_0x55412f,_0x26c254=this[_0x172f4a(0x13b)](),_0x22d318=_0x4c01db||_0x26c254[_0x172f4a(0x13c)]();this[_0x172f4a(0x16b)][_0x172f4a(0x153)][_0x172f4a(0x108)](_0x22d318)&&this[_0x172f4a(0x16b)][_0x172f4a(0x153)][_0x172f4a(0x166)](_0x1f4fa4=>{const _0x5dc56e=_0x172f4a;this[_0x5dc56e(0x160)](),_0x4c01db||this[_0x5dc56e(0x107)](_0x1f4fa4,_0x26c254),this[_0x5dc56e(0x154)]({'insertAt':_0x22d318,'writer':_0x1f4fa4,'html':_0x465e5b});});}[_0x55412f(0x142)](_0x98020){const _0x567e59=_0x55412f,{model:_0x55887b}=this[_0x567e59(0x16b)],_0x53b6e5=this[_0x567e59(0x13b)]();_0x55887b[_0x567e59(0x166)](()=>{const _0x49b2e6=_0x567e59,_0x49a02e=this[_0x49b2e6(0x158)](_0x98020,_0x53b6e5)||this[_0x49b2e6(0x138)](_0x53b6e5);this[_0x49b2e6(0x105)](_0x98020,_0x49a02e);});}[_0x55412f(0x13b)](){const _0x1165e5=_0x55412f,_0x44dff9=this[_0x1165e5(0x16b)][_0x1165e5(0x153)],_0x5e3675=Array[_0x1165e5(0x10f)](_0x44dff9[_0x1165e5(0xfe)][_0x1165e5(0x134)](f))[_0x1165e5(0x136)](_0x122f7c=>_0x122f7c[_0x1165e5(0x122)]());return _0x44dff9[_0x1165e5(0x157)](_0x5e3675);}[_0x55412f(0x154)]({writer:_0x34c0e1,html:_0x5c0c0b,insertAt:_0x1efade}){const _0x347120=_0x55412f,{view:_0x529e7e}=this[_0x347120(0x16b)][_0x347120(0x16c)],_0x56911e=this[_0x347120(0x16b)][_0x347120(0x10d)][_0x347120(0x151)](_0x1c9043),_0x32c523=new w();_0x32c523[_0x347120(0x168)](_0x347120(0x147),_0x5c0c0b);const _0x5cb25e=new ClipboardEvent(_0x347120(0x145),{'clipboardData':_0x32c523}),_0x2ec250=new _0x4bcacc(_0x529e7e,_0x5cb25e,{'dataTransfer':new _0x3237d2(_0x32c523)});_0x34c0e1[_0x347120(0x112)](_0x1efade);const _0x5ab8f2=(_0x841345,_0x301b7c)=>{const _0x34fd63=_0x347120;_0x301b7c[_0x34fd63(0x163)]&&_0x34c0e1[_0x34fd63(0x112)](_0x301b7c[_0x34fd63(0x163)]);};_0x56911e[_0x347120(0x140)](_0x347120(0x101),_0x5ab8f2,{'priority':_0x347120(0x14e)}),_0x529e7e[_0x347120(0x114)][_0x347120(0x115)](_0x347120(0x145),_0x2ec250),_0x56911e[_0x347120(0x10c)](_0x347120(0x101),_0x5ab8f2);}[_0x55412f(0x138)](_0x18d67d){const _0x482e38=_0x55412f,{model:_0xbbc4e2}=this[_0x482e38(0x16b)],_0x27d8db=Array[_0x482e38(0x10f)](_0x18d67d[_0x482e38(0x123)]());return _0x27d8db[_0x482e38(0x12d)]?_0xbbc4e2[_0x482e38(0x14d)](_0x27d8db[_0x482e38(0x15b)]()):_0x18d67d[_0x482e38(0x15c)]();}[_0x55412f(0x158)](_0x1d485b,_0x35aec8){const _0x50e33e=_0x55412f,{model:_0x37f135,plugins:_0x5a87de}=this[_0x50e33e(0x16b)];if(_0x5a87de[_0x50e33e(0x129)](_0x50e33e(0x12b))){const _0x480644=_0x5a87de[_0x50e33e(0x151)](_0x50e33e(0x12b))[_0x50e33e(0x135)](_0x35aec8);if(_0x480644[_0x50e33e(0x12d)]){const _0x39d839=this[_0x50e33e(0x118)](_0x1d485b),_0x39f248=this[_0x50e33e(0x159)](_0x480644,_0x39d839);return _0x37f135[_0x50e33e(0x161)](_0x39f248,0x0);}}return null;}[_0x55412f(0x118)](_0xc68554){const _0x3a3194=_0x55412f,_0x3c4fdc=this[_0x3a3194(0x16b)][_0x3a3194(0x10d)][_0x3a3194(0x151)](_0x3a3194(0x12b)),_0x5a474c=this[_0x3a3194(0x16b)][_0x3a3194(0x12c)][_0x3a3194(0x111)](_0xc68554),_0x286dd9=Array[_0x3a3194(0x10f)](_0x5a474c[_0x3a3194(0x103)]())[_0x3a3194(0x14f)](_0x3240d8=>_0x3240d8['is'](_0x3a3194(0x127),_0x3a3194(0x10a)));let _0x483a0c=0x0;return _0x286dd9[_0x3a3194(0x121)](_0x51c8bb=>{const _0x516b31=_0x3a3194;_0x483a0c+=_0x3c4fdc[_0x516b31(0x169)](_0x51c8bb);}),_0x483a0c;}[_0x55412f(0x159)](_0x3937f9,_0xb584b8){const _0x40dd3e=_0x55412f,_0x2eef17=this[_0x40dd3e(0x16b)][_0x40dd3e(0x10d)][_0x40dd3e(0x151)](_0x40dd3e(0x12b)),_0x30a2ad=_0x2eef17[_0x40dd3e(0x117)](_0x3937f9),_0x566e85=_0x2eef17[_0x40dd3e(0x100)](_0x3937f9),_0x4280db=_0x30a2ad[_0x40dd3e(0x11a)]+0x1,_0x22f367=_0x566e85[_0x40dd3e(0x104)],_0x202f95=_0x3937f9[0x0][_0x40dd3e(0x106)](_0x40dd3e(0x10a));for(let _0x5b3053=0x0;_0x5b3053<_0xb584b8;_0x5b3053++)_0x2eef17[_0x40dd3e(0x155)](_0x202f95,{'at':_0x4280db});return _0x202f95[_0x40dd3e(0x164)](_0x4280db)[_0x40dd3e(0x164)](_0x22f367);}[_0x55412f(0x107)](_0x241971,_0x2b29d9){const _0x3e924b=_0x55412f,{plugins:_0xac7243}=this[_0x3e924b(0x16b)],{model:_0x9e7038}=_0x241971;if(!_0xac7243[_0x3e924b(0x129)](_0x3e924b(0x12b)))return;_0xac7243[_0x3e924b(0x151)](_0x3e924b(0x12b))[_0x3e924b(0x135)](_0x2b29d9)[_0x3e924b(0x12d)]&&_0x9e7038[_0x3e924b(0x131)](_0x2b29d9);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x56a16b=_0x14e1;(function(_0xdeed7,_0x2d7f7b){const _0x269b3e=_0x14e1,_0x491cc6=_0xdeed7();while(!![]){try{const _0x4f466c=parseInt(_0x269b3e(0x167))/0x1*(parseInt(_0x269b3e(0x1a4))/0x2)+parseInt(_0x269b3e(0x1a8))/0x3+parseInt(_0x269b3e(0x18a))/0x4*(-parseInt(_0x269b3e(0x19c))/0x5)+-parseInt(_0x269b3e(0x16e))/0x6*(-parseInt(_0x269b3e(0x185))/0x7)+parseInt(_0x269b3e(0x1a7))/0x8+-parseInt(_0x269b3e(0x189))/0x9*(parseInt(_0x269b3e(0x18f))/0xa)+parseInt(_0x269b3e(0x171))/0xb*(parseInt(_0x269b3e(0x17d))/0xc);if(_0x4f466c===_0x2d7f7b)break;else _0x491cc6['push'](_0x491cc6['shift']());}catch(_0x2e8ae3){_0x491cc6['push'](_0x491cc6['shift']());}}}(_0xb387,0x9852f));import{global as _0x3fdb31}from'ckeditor5/src/utils.js';import{View as _0x4431de,ButtonView as _0x46e66e,SpinnerView as _0x1c482c}from'ckeditor5/src/ui.js';function _0x14e1(_0x5ab974,_0x2a3c7d){const _0xb3870a=_0xb387();return _0x14e1=function(_0x14e108,_0x15bfa4){_0x14e108=_0x14e108-0x15f;let _0x5e9e7d=_0xb3870a[_0x14e108];return _0x5e9e7d;},_0x14e1(_0x5ab974,_0x2a3c7d);}import{IconCheck as _0x1fa6df,IconCopy as _0x598d51}from'ckeditor5/src/icons.js';import{getTranslation as _0x44f56e}from'../../utils/common-translations.js';export class AIFormContentArea extends _0x4431de{[_0x56a16b(0x175)];[_0x56a16b(0x179)];constructor(_0x5f4d53,_0x3b67c2=''){const _0x18e080=_0x56a16b;super(_0x5f4d53),this[_0x18e080(0x162)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x61cd89=this[_0x18e080(0x1a9)];this[_0x18e080(0x175)]=new ContentFieldView(_0x5f4d53,_0x3b67c2),this[_0x18e080(0x179)]=this[_0x18e080(0x196)](),this[_0x18e080(0x18c)]({'tag':_0x18e080(0x1a2),'attributes':{'class':['ck',_0x18e080(0x1ae),_0x61cd89['if'](_0x18e080(0x199),_0x18e080(0x1ab),_0x3b5648=>!_0x3b5648)],'tabindex':'-1'},'children':[{'tag':_0x18e080(0x1a2),'attributes':{'class':['ck',_0x18e080(0x169),_0x61cd89['if'](_0x18e080(0x160),_0x18e080(0x16f))]},'children':[this[_0x18e080(0x175)],{'tag':_0x18e080(0x1a2),'attributes':{'class':['ck',_0x18e080(0x173)]},'children':[this[_0x18e080(0x179)]]}]}]});}[_0x56a16b(0x177)](){const _0x8f5c8c=_0x56a16b;super[_0x8f5c8c(0x177)](),this[_0x8f5c8c(0x17a)]&&this[_0x8f5c8c(0x175)][_0x8f5c8c(0x165)](this[_0x8f5c8c(0x17a)]);let _0x5f3ea9=!0x1;this['on'](_0x8f5c8c(0x1b0),(_0x29eee3,_0x47d687,_0x36d721)=>{const _0xc1e88c=_0x8f5c8c,_0x438a18=!this[_0xc1e88c(0x175)][_0xc1e88c(0x164)][_0xc1e88c(0x18d)](_0xc1e88c(0x1ad));this[_0xc1e88c(0x175)][_0xc1e88c(0x165)](_0x36d721),this[_0xc1e88c(0x160)]&&_0x438a18&&!_0x5f3ea9&&this[_0xc1e88c(0x164)][_0xc1e88c(0x172)]({'top':this[_0xc1e88c(0x164)][_0xc1e88c(0x16c)],'behavior':_0xc1e88c(0x178)});}),this['on'](_0x8f5c8c(0x1ac),(_0x281df7,_0x3bb5a0,_0x546fe3)=>{const _0x30cebe=_0x8f5c8c;_0x5f3ea9=!0x1,_0x546fe3?(this[_0x30cebe(0x17a)]=null,this[_0x30cebe(0x175)][_0x30cebe(0x19d)]()):this[_0x30cebe(0x17a)]||this[_0x30cebe(0x175)][_0x30cebe(0x165)]('');}),this[_0x8f5c8c(0x16b)](this[_0x8f5c8c(0x164)],_0x8f5c8c(0x188),()=>{_0x5f3ea9=!0x0;}),this[_0x8f5c8c(0x16b)](this[_0x8f5c8c(0x164)],_0x8f5c8c(0x174),()=>{_0x5f3ea9=!0x0;});}[_0x56a16b(0x183)](){const _0x1356c7=_0x56a16b;this[_0x1356c7(0x164)][_0x1356c7(0x183)]();}[_0x56a16b(0x196)](){const _0x1b88d9=_0x56a16b,_0x502688=this[_0x1b88d9(0x19f)],_0x3c5714=new _0x46e66e(this[_0x1b88d9(0x19f)]),_0x41bc98=_0x1b88d9(0x181);return _0x3c5714[_0x1b88d9(0x162)]({'label':_0x44f56e(_0x502688,_0x1b88d9(0x193)),'icon':_0x598d51,'class':_0x41bc98,'tooltip':!0x0}),_0x3c5714[_0x1b88d9(0x17e)](_0x1b88d9(0x199))['to'](this,_0x1b88d9(0x17a),_0x2eb910=>!!_0x2eb910),_0x3c5714[_0x1b88d9(0x17e)](_0x1b88d9(0x16d))['to'](this,_0x1b88d9(0x160),_0x39a28a=>!_0x39a28a),_0x3c5714['on'](_0x1b88d9(0x197),()=>{const _0x4a30f8=_0x1b88d9;this[_0x4a30f8(0x186)](this[_0x4a30f8(0x175)][_0x4a30f8(0x164)]),_0x3c5714[_0x4a30f8(0x1a0)]=_0x1fa6df,_0x3c5714[_0x4a30f8(0x18e)]=_0x41bc98+_0x4a30f8(0x1a3),this[_0x4a30f8(0x183)](),setTimeout(()=>{const _0x2ac9e5=_0x4a30f8;_0x3c5714[_0x2ac9e5(0x1a0)]=_0x598d51,_0x3c5714[_0x2ac9e5(0x18e)]=_0x41bc98;},0x3e8);}),_0x3c5714;}[_0x56a16b(0x186)](_0x42ed9d){const _0x3e3eb0=_0x56a16b,{window:_0x427940,document:_0x44566c}=_0x3fdb31;if(_0x427940[_0x3e3eb0(0x168)]){const {Blob:_0xd6a68,ClipboardItem:_0x551a08}=_0x427940,_0x3fe963=[new _0x551a08({'text/html':new _0xd6a68([_0x42ed9d[_0x3e3eb0(0x195)]],{'type':_0x3e3eb0(0x161)}),'text/plain':new _0xd6a68([_0x42ed9d[_0x3e3eb0(0x187)]||''],{'type':_0x3e3eb0(0x182)})})];navigator[_0x3e3eb0(0x1a5)][_0x3e3eb0(0x19e)](_0x3fe963);}else{const _0xd66f4e=_0x44566c[_0x3e3eb0(0x184)](_0x3e3eb0(0x1a2));_0xd66f4e[_0x3e3eb0(0x1b3)][_0x3e3eb0(0x1b1)]=_0x3e3eb0(0x19a),_0xd66f4e[_0x3e3eb0(0x1b3)][_0x3e3eb0(0x176)]=_0x3e3eb0(0x1aa),_0xd66f4e[_0x3e3eb0(0x195)]=_0x3e3eb0(0x191)+_0x42ed9d[_0x3e3eb0(0x195)]+_0x3e3eb0(0x180),_0x44566c[_0x3e3eb0(0x18b)][_0x3e3eb0(0x1a6)](_0xd66f4e);const _0x1b138c=_0x44566c[_0x3e3eb0(0x1b5)]();_0x1b138c[_0x3e3eb0(0x1af)](_0xd66f4e[_0x3e3eb0(0x192)]),_0x1b138c[_0x3e3eb0(0x170)](_0xd66f4e[_0x3e3eb0(0x17c)]);const _0x1b759c=_0x427940[_0x3e3eb0(0x17b)]();_0x1b759c[_0x3e3eb0(0x17f)](),_0x1b759c[_0x3e3eb0(0x1b2)](_0x1b138c),_0x44566c[_0x3e3eb0(0x1b4)](_0x3e3eb0(0x198)),_0xd66f4e[_0x3e3eb0(0x194)]();}}}function _0xb387(){const _0x38d6bd=['setEndBefore','3829474lFwaxC','scrollTo','ck-ai-form__copy-button-wrapper','mousedown','contentFieldView','left','render','smooth','copyButtonView','value','getSelection','lastElementChild','36lpwsNW','bind','removeAllRanges','<span>]</span>','ck-ai-form__copy-button','text/plain','focus','createElement','319907QmYrQF','_copyHTMLToClipboard','textContent','wheel','1504962FwCaKm','74588pLtHZK','body','setTemplate','querySelector','class','70RBrPXw','_createLoader','<span>[</span>','firstElementChild','Copy','remove','innerHTML','_createCopyButton','execute','copy','isVisible','absolute','ck-reset_all-excluded','250Xslkss','appendLoader','write','locale','icon','ck-ai-form__loader','div','\x20ck-ai-form__copy-button--copied','6sjAUTm','clipboard','appendChild','1803528XfeWVS','593184CsvryK','bindTemplate','-9999px','ck-hidden','change:isProcessing','.ck-ai-form__loader','ck-ai-form__content-area-wrapper','setStartAfter','change:value','position','addRange','style','execCommand','createRange','AI\x20is\x20writing...','isProcessing','text/html','set','loaderView','element','setContent','ck-ai-form__content-field','160769DhwjwC','ClipboardItem','ck-ai-form__content-area','ck-content','listenTo','scrollHeight','isEnabled','102LEKmbU','ck-ai-form__content-area--processing'];_0xb387=function(){return _0x38d6bd;};return _0xb387();}export class ContentFieldView extends _0x4431de{constructor(_0x47a5ad,_0x5cd360=''){const _0x286350=_0x56a16b;super(_0x47a5ad),this[_0x286350(0x163)]=this[_0x286350(0x190)](),this[_0x286350(0x18c)]({'tag':_0x286350(0x1a2),'attributes':{'class':['ck',_0x286350(0x16a),_0x5cd360,_0x286350(0x19b),_0x286350(0x166)]}});}[_0x56a16b(0x165)](_0x2e3fac){const _0x14f891=_0x56a16b;this[_0x14f891(0x164)][_0x14f891(0x195)]=_0x2e3fac;}[_0x56a16b(0x19d)](){const _0x4f80da=_0x56a16b;this[_0x4f80da(0x164)][_0x4f80da(0x1a6)](this[_0x4f80da(0x163)][_0x4f80da(0x164)]);}[_0x56a16b(0x190)](){const _0x2e5ef7=_0x56a16b,_0x9b1958=new _0x4431de(),_0x171d68=this[_0x2e5ef7(0x19f)],_0x5e207f=new _0x1c482c();return _0x5e207f[_0x2e5ef7(0x199)]=!0x0,_0x9b1958[_0x2e5ef7(0x18c)]({'tag':_0x2e5ef7(0x1a2),'attributes':{'class':['ck',_0x2e5ef7(0x1a1)]},'children':[_0x5e207f,{'text':_0x44f56e(_0x171d68,_0x2e5ef7(0x15f))}]}),_0x9b1958[_0x2e5ef7(0x177)](),_0x9b1958;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x1aa1ae,_0x543a28){const _0x430f2b=_0x419f,_0x2ce851=_0x1aa1ae();while(!![]){try{const _0x20639a=-parseInt(_0x430f2b(0xae))/0x1*(-parseInt(_0x430f2b(0xaf))/0x2)+-parseInt(_0x430f2b(0xaa))/0x3*(parseInt(_0x430f2b(0xa3))/0x4)+parseInt(_0x430f2b(0xab))/0x5*(-parseInt(_0x430f2b(0xa2))/0x6)+parseInt(_0x430f2b(0xa8))/0x7+parseInt(_0x430f2b(0x9e))/0x8+-parseInt(_0x430f2b(0xa7))/0x9*(-parseInt(_0x430f2b(0xad))/0xa)+-parseInt(_0x430f2b(0xa9))/0xb;if(_0x20639a===_0x543a28)break;else _0x2ce851['push'](_0x2ce851['shift']());}catch(_0x59efef){_0x2ce851['push'](_0x2ce851['shift']());}}}(_0x8b6c,0x5e504));import{IconError as _0x292a00}from'ckeditor5/src/icons.js';import{View as _0x4e4c0d,IconView as _0x4e452c}from'ckeditor5/src/ui.js';export class AIFormErrorView extends _0x4e4c0d{constructor(_0x74e19e,_0x33842d=''){const _0x729b28=_0x419f;super(_0x74e19e);const _0x11ff58=new _0x4e452c(),_0x5efa02=this[_0x729b28(0xa5)];this[_0x729b28(0xa1)](_0x729b28(0xa6),_0x33842d),_0x11ff58[_0x729b28(0xa0)]=_0x292a00,this[_0x729b28(0xac)]({'tag':_0x729b28(0xa4),'attributes':{'class':['ck',_0x729b28(0x9f)]},'children':[_0x11ff58,{'text':_0x5efa02['to'](_0x729b28(0xa6))}]});}}function _0x419f(_0x297d88,_0x53191a){const _0x8b6c89=_0x8b6c();return _0x419f=function(_0x419f80,_0x306c65){_0x419f80=_0x419f80-0x9e;let _0x253511=_0x8b6c89[_0x419f80];return _0x253511;},_0x419f(_0x297d88,_0x53191a);}function _0x8b6c(){const _0x4792de=['ck-ai-form__error','content','set','450NLZsJs','8LRgoan','div','bindTemplate','text','3943836xEvBKz','3310027jVYERn','10357061VKyBeQ','887949eDSfPS','4115TLLtnV','setTemplate','10IQslpU','179671nhGLFx','8NxBJxp','2814408ielCnM'];_0x8b6c=function(){return _0x4792de;};return _0x8b6c();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x196d9c=_0x4441;(function(_0xb609ec,_0x47ea55){const _0x39634f=_0x4441,_0x16a5b8=_0xb609ec();while(!![]){try{const _0x5d8fc9=-parseInt(_0x39634f(0x17e))/0x1*(parseInt(_0x39634f(0x1a2))/0x2)+-parseInt(_0x39634f(0x18b))/0x3*(-parseInt(_0x39634f(0x19f))/0x4)+parseInt(_0x39634f(0x1a5))/0x5*(-parseInt(_0x39634f(0x190))/0x6)+parseInt(_0x39634f(0x180))/0x7*(parseInt(_0x39634f(0x176))/0x8)+parseInt(_0x39634f(0x18f))/0x9+parseInt(_0x39634f(0x189))/0xa*(parseInt(_0x39634f(0x182))/0xb)+-parseInt(_0x39634f(0x18d))/0xc;if(_0x5d8fc9===_0x47ea55)break;else _0x16a5b8['push'](_0x16a5b8['shift']());}catch(_0x166550){_0x16a5b8['push'](_0x16a5b8['shift']());}}}(_0x3eff,0xbff68));function _0x4441(_0x47d49a,_0x2fbb37){const _0x3effe1=_0x3eff();return _0x4441=function(_0x4441d6,_0x52e748){_0x4441d6=_0x4441d6-0x170;let _0x42fcbe=_0x3effe1[_0x4441d6];return _0x42fcbe;},_0x4441(_0x47d49a,_0x2fbb37);}import{Rect as _0x371ac9,global as _0x98605,isVisible as _0x5130b4}from'ckeditor5/src/utils.js';import{IconAIHistory as _0x17b199,IconSubmit as _0x4cb92d}from'ckeditor5/src/icons.js';function _0x3eff(){const _0x12eee8=['rtl','element','enter','left','focusableChildren','Submit','2344OzEsAt','ck-ai-form__submit','add','26324pjmwsw','requestAnimationFrame','fieldWrapperChildren','20NLGTtc','submitButtonView','fieldView','ck-ai-form__toggle-history','isVisible','focusFirst','focus','showHistoryButtonView','isOn','queryView','window','style','submit','109832ieKUDs','focusLast','children','_createShowHistoryButton','filteredView','width','History','set','91BGaOBg','maxRows','546RmJyUX','excludeScrollbarsAndBorders','33xLFOzH','fire','execute','value','minRows','render','resultsView','1516090sGvFhs','isEnabled','6756Pshqyf','isEmpty','1442100LtfpGj','bind','3202848IZyrMD','1645554DGpAzQ','keystrokes','uiLanguageDirection','update','locale','_createSubmitButton','target','focusCycler','right'];_0x3eff=function(){return _0x12eee8;};return _0x3eff();}import{AutocompleteView as _0x4c50e5,ButtonView as _0x5c76c3}from'ckeditor5/src/ui.js';import{getTranslation as _0x1ce5ba}from'../../utils/common-translations.js';export class AIFormPromptView extends _0x4c50e5{[_0x196d9c(0x1a6)];[_0x196d9c(0x170)];constructor(_0x3fb44a,_0x42d25a){const _0x42f4a2=_0x196d9c;super(_0x3fb44a,_0x42d25a),this[_0x42f4a2(0x172)][_0x42f4a2(0x1a7)][_0x42f4a2(0x186)]=0x1,this[_0x42f4a2(0x172)][_0x42f4a2(0x1a7)][_0x42f4a2(0x17f)]=0x3,this[_0x42f4a2(0x1a6)]=this[_0x42f4a2(0x195)](),this[_0x42f4a2(0x170)]=this[_0x42f4a2(0x179)](),this[_0x42f4a2(0x19d)][_0x42f4a2(0x1a1)](this[_0x42f4a2(0x170)],0x1),this[_0x42f4a2(0x19d)][_0x42f4a2(0x1a1)](this[_0x42f4a2(0x1a6)]);}[_0x196d9c(0x187)](){const _0x3bc577=_0x196d9c;super[_0x3bc577(0x187)](),this[_0x3bc577(0x172)][_0x3bc577(0x1a4)][_0x3bc577(0x1a1)](this[_0x3bc577(0x170)]),this[_0x3bc577(0x178)][_0x3bc577(0x1a1)](this[_0x3bc577(0x1a6)]),this[_0x3bc577(0x191)][_0x3bc577(0x17d)](_0x3bc577(0x19b),(_0x14d44b,_0x20c761)=>{const _0x10dc0a=_0x3bc577;_0x14d44b[_0x10dc0a(0x196)]==this[_0x10dc0a(0x172)][_0x10dc0a(0x1a7)][_0x10dc0a(0x19a)]&&(this[_0x10dc0a(0x175)](),_0x20c761());});}[_0x196d9c(0x195)](){const _0x47c302=_0x196d9c,_0x5b8c3a=new _0x5c76c3(this[_0x47c302(0x194)]),_0x51f40a=this[_0x47c302(0x194)];return _0x5b8c3a[_0x47c302(0x17d)]({'icon':_0x4cb92d,'label':_0x1ce5ba(_0x51f40a,_0x47c302(0x19e)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x47c302(0x1a0)}),_0x5b8c3a['on'](_0x47c302(0x184),()=>{const _0x3eca74=_0x47c302;this[_0x3eca74(0x175)]();}),_0x5b8c3a[_0x47c302(0x18e)](_0x47c302(0x18a))['to'](this[_0x47c302(0x172)][_0x47c302(0x1a7)],_0x47c302(0x18c),this,_0x47c302(0x18a),(_0x220e27,_0x762a6)=>!_0x220e27&&_0x762a6),_0x5b8c3a;}[_0x196d9c(0x179)](){const _0x44d78d=_0x196d9c,_0x10bc6e=new _0x5c76c3(this[_0x44d78d(0x194)]),_0x331d03=this[_0x44d78d(0x188)],_0x55eff9=this[_0x44d78d(0x194)];_0x10bc6e[_0x44d78d(0x17d)]({'label':_0x1ce5ba(_0x55eff9,_0x44d78d(0x17c)),'withText':!0x1,'icon':_0x17b199,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x44d78d(0x1a8)}),_0x10bc6e[_0x44d78d(0x18e)](_0x44d78d(0x171))['to'](_0x331d03,_0x44d78d(0x1a9)),_0x10bc6e[_0x44d78d(0x18e)](_0x44d78d(0x18a))['to'](this,_0x44d78d(0x18a)),_0x10bc6e['on'](_0x44d78d(0x184),()=>{const _0x33643a=_0x44d78d;_0x331d03[_0x33643a(0x1a9)]=!_0x331d03[_0x33643a(0x1a9)],_0x331d03[_0x33643a(0x1a9)]?this[_0x33643a(0x17a)][_0x33643a(0x1ab)]():this[_0x33643a(0x1ab)]();});const _0x42775a=()=>{const _0xcd958f=_0x44d78d;_0x98605[_0xcd958f(0x173)][_0xcd958f(0x1a3)](()=>{const _0x5b834c=_0xcd958f;if(_0x5130b4(this[_0x5b834c(0x19a)])){const _0x3bbc3c=new _0x371ac9(this[_0x5b834c(0x172)][_0x5b834c(0x1a7)][_0x5b834c(0x19a)]),_0x297c0b=_0x3bbc3c[_0x5b834c(0x17b)],_0x390e04=_0x5b834c(0x199)===_0x55eff9[_0x5b834c(0x192)]?_0x5b834c(0x19c):_0x5b834c(0x198);_0x3bbc3c[_0x5b834c(0x181)](),_0x10bc6e[_0x5b834c(0x19a)][_0x5b834c(0x174)][_0x390e04]=_0x297c0b-_0x3bbc3c[_0x5b834c(0x17b)]+0x1+'px';}});};return this[_0x44d78d(0x172)][_0x44d78d(0x1a7)]['on'](_0x44d78d(0x193),_0x42775a),this['on'](_0x44d78d(0x187),_0x42775a),_0x10bc6e;}[_0x196d9c(0x175)](){const _0x494f7a=_0x196d9c,_0x5b0a5c=this[_0x494f7a(0x172)][_0x494f7a(0x1a7)][_0x494f7a(0x19a)][_0x494f7a(0x185)];this[_0x494f7a(0x183)](_0x494f7a(0x175),_0x5b0a5c);}[_0x196d9c(0x1ab)](_0x36bc19){const _0x4c8bd2=_0x196d9c;-0x1===_0x36bc19?this[_0x4c8bd2(0x197)][_0x4c8bd2(0x177)]():this[_0x4c8bd2(0x197)][_0x4c8bd2(0x1aa)]();}}
|