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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/build/ai.js +1 -1
  2. package/dist/index.js +5 -5
  3. package/package.json +15 -15
  4. package/src/aiactions/aiactions.js +1 -1
  5. package/src/aiactions/model/aiactionsreply.js +1 -1
  6. package/src/aiassistant/aiassistantediting.js +1 -1
  7. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  8. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  9. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  10. package/src/aiassistant/ui/form/aiformview.js +1 -1
  11. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  12. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  13. package/src/aiassistant/ui/form/prompthistory.js +1 -1
  14. package/src/aiballoon/aiballoon.js +1 -1
  15. package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
  16. package/src/aiballoon/ui/aiballoonview.js +1 -1
  17. package/src/aichat/aichat.js +1 -1
  18. package/src/aichat/aichatcontroller.js +1 -1
  19. package/src/aichat/aichatui.js +1 -1
  20. package/src/aichat/model/aichatcontext.js +1 -1
  21. package/src/aichat/model/aichatconversation.js +1 -1
  22. package/src/aichat/model/aichatinteraction.js +1 -1
  23. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  24. package/src/aichat/ui/aichatfeedview.js +1 -1
  25. package/src/aichat/ui/aichatheaderview.js +1 -1
  26. package/src/aichat/ui/aichatview.js +1 -1
  27. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  28. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  29. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  30. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  31. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  32. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  33. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  34. package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
  35. package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
  36. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  37. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  38. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  39. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  40. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  41. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  42. package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
  43. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  44. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  45. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  46. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  47. package/src/aichathistory/aichathistory.js +1 -1
  48. package/src/aichathistory/aichathistorycontroller.js +1 -1
  49. package/src/aichathistory/aichathistoryui.js +1 -1
  50. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  51. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  52. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  53. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  54. package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
  55. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  56. package/src/aicore/aiconnector.js +1 -1
  57. package/src/aicore/aiediting.js +1 -1
  58. package/src/aicore/model/aiinteraction.js +1 -1
  59. package/src/aicore/model/aimodels.js +1 -1
  60. package/src/aicore/model/aireply.js +1 -1
  61. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  62. package/src/aicore/pipeline/airesponseparser.js +2 -2
  63. package/src/aicore/ui/aidisclaimerview.js +1 -1
  64. package/src/aicore/ui/aiskeleton.js +1 -1
  65. package/src/aicore/ui/aispinner.js +1 -1
  66. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  67. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  68. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  69. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  70. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  71. package/src/aicore/utils/documentposition.js +1 -1
  72. package/src/aicore/utils/documentrange.js +1 -1
  73. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  74. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  75. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  76. package/src/aicore/utils/htmlparser.js +1 -1
  77. package/src/aicore/utils/htmlstreamer.js +1 -1
  78. package/src/aicore/utils/scrollmanager.js +1 -1
  79. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  80. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  81. package/src/aiquickactions/aiquickactionsui.js +1 -1
  82. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  83. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  84. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  85. package/src/aiquickactions/ui/aiquickactionsfilteredlistview.js +1 -1
  86. package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +1 -1
  87. package/src/aireviewmode/aireviewmode.js +1 -1
  88. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  89. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  90. package/src/aireviewmode/aireviewmodeui.js +1 -1
  91. package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
  92. package/src/aireviewmode/model/aireviewsystemcheckrun.js +1 -1
  93. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  94. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  95. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  96. package/src/aireviewmode/ui/aireviewmodegeneralerrorview.js +1 -1
  97. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  98. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  99. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  100. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  101. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  102. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  103. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  104. package/src/aitabs/aitabs.js +1 -1
  105. package/src/aitabs/tabs/aitabsview.js +1 -1
  106. package/src/aitabs/tabs/tabpanelview.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-ai",
3
- "version": "47.4.0-alpha.3",
3
+ "version": "47.4.0-alpha.4",
4
4
  "description": "AI features for CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -29,20 +29,20 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@aws-sdk/client-bedrock-runtime": "3.823.0",
32
- "@ckeditor/ckeditor5-clipboard": "47.4.0-alpha.3",
33
- "@ckeditor/ckeditor5-cloud-services": "47.4.0-alpha.3",
34
- "@ckeditor/ckeditor5-collaboration-core": "47.4.0-alpha.3",
35
- "@ckeditor/ckeditor5-core": "47.4.0-alpha.3",
36
- "@ckeditor/ckeditor5-engine": "47.4.0-alpha.3",
37
- "@ckeditor/ckeditor5-icons": "47.4.0-alpha.3",
38
- "@ckeditor/ckeditor5-markdown-gfm": "47.4.0-alpha.3",
39
- "@ckeditor/ckeditor5-table": "47.4.0-alpha.3",
40
- "@ckeditor/ckeditor5-theme-lark": "47.4.0-alpha.3",
41
- "@ckeditor/ckeditor5-ui": "47.4.0-alpha.3",
42
- "@ckeditor/ckeditor5-utils": "47.4.0-alpha.3",
43
- "@ckeditor/ckeditor5-real-time-collaboration": "47.4.0-alpha.3",
44
- "ckeditor5": "47.4.0-alpha.3",
45
- "ckeditor5-collaboration": "47.4.0-alpha.3",
32
+ "@ckeditor/ckeditor5-clipboard": "47.4.0-alpha.4",
33
+ "@ckeditor/ckeditor5-cloud-services": "47.4.0-alpha.4",
34
+ "@ckeditor/ckeditor5-collaboration-core": "47.4.0-alpha.4",
35
+ "@ckeditor/ckeditor5-core": "47.4.0-alpha.4",
36
+ "@ckeditor/ckeditor5-engine": "47.4.0-alpha.4",
37
+ "@ckeditor/ckeditor5-icons": "47.4.0-alpha.4",
38
+ "@ckeditor/ckeditor5-markdown-gfm": "47.4.0-alpha.4",
39
+ "@ckeditor/ckeditor5-table": "47.4.0-alpha.4",
40
+ "@ckeditor/ckeditor5-theme-lark": "47.4.0-alpha.4",
41
+ "@ckeditor/ckeditor5-ui": "47.4.0-alpha.4",
42
+ "@ckeditor/ckeditor5-utils": "47.4.0-alpha.4",
43
+ "@ckeditor/ckeditor5-real-time-collaboration": "47.4.0-alpha.4",
44
+ "ckeditor5": "47.4.0-alpha.4",
45
+ "ckeditor5-collaboration": "47.4.0-alpha.4",
46
46
  "es-toolkit": "1.39.5",
47
47
  "eventsource-parser": "3.0.2",
48
48
  "htmlparser2": "10.0.0",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x465909=_0x3bfd;(function(_0x54275b,_0x4df92e){const _0x3cc428=_0x3bfd,_0x47e5d5=_0x54275b();while(!![]){try{const _0x404d5e=parseInt(_0x3cc428(0x127))/0x1+parseInt(_0x3cc428(0x72))/0x2+-parseInt(_0x3cc428(0x14e))/0x3+parseInt(_0x3cc428(0xe5))/0x4+parseInt(_0x3cc428(0xa5))/0x5+parseInt(_0x3cc428(0x81))/0x6+parseInt(_0x3cc428(0xe3))/0x7;if(_0x404d5e===_0x4df92e)break;else _0x47e5d5['push'](_0x47e5d5['shift']());}catch(_0x754bae){_0x47e5d5['push'](_0x47e5d5['shift']());}}}(_0x1098,0x6fedc));import{Plugin as _0x5f1e4f}from'ckeditor5/src/core.js';import{AIConnector as _0x246756}from'../aicore/aiconnector.js';import{AISuggestionContainerView as _0xc066eb}from'../aicore/ui/suggestioncontainer/aisuggestioncontainerview.js';import{Dialog as _0x2846e5,ButtonView as _0x3044b0,ViewCollection as _0x27da50,View as _0x36362b,BodyCollection as _0x42da9e}from'ckeditor5/src/ui.js';import{AIEditing as _0x5bf5d3}from'../aicore/aiediting.js';import{AIActionsInteraction as _0x3028cf}from'./model/aiactionsinteraction.js';import{CKEditorError as _0x32bb61,first as _0xb283e7}from'ckeditor5/src/utils.js';import{IconAIQuickActions as _0x4fbae4,IconRefresh as _0x540fd0,IconNextArrow as _0x239861,IconPreviousArrow as _0x5f1c49,IconShowChangesOff as _0x560805}from'@ckeditor/ckeditor5-icons';import{AIBalloon as _0x1a53cb}from'../aiballoon/aiballoon.js';function _0x1098(){const _0x10c574=['_setLoadingState','getChildAtOffset','map','AIBalloon','addNavigationItem','balloonView','1/1','AI_ACTIONS_NEXT_INTERACTION','split','_displayInteractionAtIndex','_applyOperationsAsSuggestions','replyContentUpdated','modelToViewWithIds','span','actionName','_wrapWithCommonAncestors','filter','showError','_navigationNextButton','static','_setErrorState','type','_getExecuteDataInTable','getSelectedBlocks','_clearSuggestionContent','Error\x20refreshing\x20interaction:','2275615SKUVuz','nodeAfter','getRanges','startAutoScroll','Error\x20updating\x20content\x20during\x20navigation:','_isNavigationCounterInView','_customViews','stopInteraction','getAncestors','focus','isOfficialPlugin','_navigationCounter','textContent','queueEmptyPromise','_applyChanges','setChangeGroupState','_interactions','AIActions','_isAbortError','upsertCustomAIActionRating','_clearLoadingState','_disableCustomViews','ck-ai-interaction-counter','sourcePosition','upsertAIActionRating','AI_ACTIONS_TRY_AGAIN','insert','abort','data','executeAction','Error\x20updating\x20content\x20in\x20replyCreated:','attachToDom','toolbar','_executeAction','getChild','toggleSuggestionDisplayMode','_clone','howMany','applyOperation','state','hideLoader','batch','open','random','add','parent','addOperation','TrackChangesEditing','showLoader','_clearErrorState','Attribute','rootName','indexOf','_balloonShowDiff','AI_ACTIONS_GENERIC_ERROR','plugins','Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:','AIConnector','getSelectedContent','includes','setTemplate','stickiness','543466QnjODH','element','466040VGOUNg','AI_ACTIONS_PREVIOUS_INTERACTION','stopListening','setSelection','replies','ai.availableReplyActions','_updateNavigationUI','_isNavigationNextButtonInView','length','replyChangeGroupStateUpdated','rename','ai-no-track-changes','hasError','_refreshInteraction','rejected','accepted','isEnabled','interactionFinished','stopAutoScroll','schema','getOperations','operationsA','change','setErrorState','$graveyard','getLimitElement','getCommonAncestor','changeGroups','stop','isPremiumPlugin','destroy','pending','catch','miniToolbarView','requires','has','_navigationPreviousButton','processor','documentFragment','ai-request-aborted','first','documentContextContent','_setupCustomViews','_interactionParams','getSelectedTableCells','nextSibling','_anchorOperation','close','error','push','enqueue','createPositionAfter','message','isBusy','hasPendingParts','bind','dialogClosed','_appendChild','_execute','Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:','_navigateToPrevious','createPositionBefore','detachFromDom','_filterOperationsOutsideRange','get','_getExecuteDataRegular','481265ePoIuC','_isNavigationPreviousButtonInView','getSelectionAsFragment','TableSelection','_currentInteractionIndex','set','history','isLoading','_children','signal','path','isDocumentOperation','_clearInteractionHistory','hideError','_navigateToNext','config','showChangesButton','updateContent','reinsert','_bodyCollection','icon','document','startsWith','selectionRemoved','start','clearErrorState','_interaction','setLoading','move','pluginName','editor','range','streaming','bodyView','createPositionAt','slice','mainView','areChangesVisible','execute','2587749LjOPjx','remove','end','toData','forEach','_createInteraction','model','actionCallId','version','_stopInteraction','applySuggestion','replyCreated','selection','25814JsRexg','clone','merge','_promiseQueue','ck-ai-custom-action-button','getDocumentContext','Error\x20updating\x20content\x20in\x20replyContentUpdated:','removeNavigationItem','clearLoading','locale','aiBalloon','TrackChanges','ck-ai-navigation-button\x20ck-ai-next-button','getRoot','baseVersion','1065600uiOkYz','getFirstRange','insertSuggestion','position','_aiConnector','listenTo','ck-ai-navigation-button\x20ck-ai-previous-button','createRange','isCollapsed','root'];_0x1098=function(){return _0x10c574;};return _0x1098();}import{PromiseQueue as _0x152d71}from'../aichat/utils/promisequeue.js';import{getTranslation as _0x4fecd6}from'../aicore/utils/common-translations.js';import{getSuggestionPartsFromReply as _0x44c199}from'../aicore/utils/getsuggestionpartsfromreply.js';function _0x3bfd(_0x1c6d15,_0x4372eb){const _0x1098be=_0x1098();return _0x3bfd=function(_0x3bfd01,_0x1aa375){_0x3bfd01=_0x3bfd01-0x6d;let _0x379ca4=_0x1098be[_0x3bfd01];return _0x379ca4;},_0x3bfd(_0x1c6d15,_0x4372eb);}import{DocumentCompare as _0x56bd96}from'ckeditor5-collaboration/src/collaboration-core.js';import{fixMarkerOperationOldRange as _0x4fe092,getOperationsFromReply as _0xddb750}from'../aicore/utils/getoperationsfromreply.js';import{ModelDocumentFragment as _0x2bba9d,ModelRange as _0x1f3804,ModelPosition as _0x2782fc,_DetachOperation as _0x453b71,transformOperationSets as _0x40616d}from'ckeditor5/src/engine.js';import{AI_REPLY_ACTIONS as _0x5e0cb9}from'../aichat/ui/feed/aichatfeedsuggestionitemactionsview.js';export class AIActions extends _0x5f1e4f{static get[_0x465909(0x107)](){return[_0x246756,_0x2846e5,_0x5bf5d3,_0x1a53cb,_0x56bd96];}static get[_0x465909(0x144)](){const _0x2b60c8=_0x465909;return _0x2b60c8(0xb6);}static get[_0x465909(0xaf)](){return!0x0;}static get[_0x465909(0x102)](){return!0x0;}[_0x465909(0x85)];[_0x465909(0xb5)]=[];[_0x465909(0x12b)]=0x0;[_0x465909(0x110)];[_0x465909(0xda)]=!0x1;[_0x465909(0xab)]=new _0x27da50();[_0x465909(0x109)];[_0x465909(0xb0)];[_0x465909(0xaa)]=!0x1;[_0x465909(0x9d)];[_0x465909(0x128)]=!0x1;[_0x465909(0xec)]=!0x1;[_0x465909(0x75)];[_0x465909(0x13a)];get[_0x465909(0x141)](){const _0x562b40=_0x465909;return this[_0x562b40(0xb5)][this[_0x562b40(0xb5)][_0x562b40(0xed)]-0x1];}constructor(_0x59dc3e){const _0x4a0f7e=_0x465909;super(_0x59dc3e),this[_0x4a0f7e(0x13a)]=new _0x42da9e(this[_0x4a0f7e(0x145)][_0x4a0f7e(0x7b)]),this[_0x4a0f7e(0x13a)][_0x4a0f7e(0xc4)](),this[_0x4a0f7e(0x85)]=this[_0x4a0f7e(0x145)][_0x4a0f7e(0xdc)][_0x4a0f7e(0x125)](_0x4a0f7e(0xde)),this[_0x4a0f7e(0x12c)](_0x4a0f7e(0x11a),!0x1),this[_0x4a0f7e(0x75)]=new _0x152d71(),this[_0x4a0f7e(0x10f)]();}[_0x465909(0xac)](){const _0x3fe17a=_0x465909;this[_0x3fe17a(0x6e)]();}async[_0x465909(0xc2)](_0x38744a,_0x221832,_0x6da206){const _0x18f28d=_0x465909;if(this[_0x18f28d(0x145)][_0x18f28d(0xdc)][_0x18f28d(0x108)](_0x18f28d(0x12a))){if(this[_0x18f28d(0x145)][_0x18f28d(0xdc)][_0x18f28d(0x125)](_0x18f28d(0x12a))[_0x18f28d(0x111)]()){const {modelFragment:_0x19a239,anchorData:_0x4d5138}=this[_0x18f28d(0xa1)]();return this[_0x18f28d(0xc6)](_0x38744a,_0x19a239,_0x4d5138,_0x221832,_0x6da206);}}const {modelFragment:_0x400755,anchorData:_0x433a4c}=this[_0x18f28d(0x126)]();return this[_0x18f28d(0xc6)](_0x38744a,_0x400755,_0x433a4c,_0x221832,_0x6da206);}[_0x465909(0x103)](){const _0x5d7bcc=_0x465909;this[_0x5d7bcc(0x13a)][_0x5d7bcc(0x123)](),super[_0x5d7bcc(0x103)]();}[_0x465909(0x126)](){const _0x25701d=_0x465909,_0x986ff5=this[_0x25701d(0x145)][_0x25701d(0x154)][_0x25701d(0x13c)][_0x25701d(0x71)];if(_0x986ff5[_0x25701d(0x89)]){const _0x2f156a=_0xb283e7(_0x986ff5[_0x25701d(0xa2)]())||this[_0x25701d(0x145)][_0x25701d(0x154)][_0x25701d(0xf8)][_0x25701d(0xfe)](_0x986ff5);this[_0x25701d(0x145)][_0x25701d(0x154)][_0x25701d(0xfb)](_0x4c14d8=>{const _0x42efc9=_0x25701d;_0x4c14d8[_0x42efc9(0xe8)](_0x2f156a,'in');});}const _0x35160f=_0x986ff5[_0x25701d(0x82)](),_0x4badc9=this[_0x25701d(0x9a)](this[_0x25701d(0x145)][_0x25701d(0x154)][_0x25701d(0xdf)](_0x986ff5),_0x35160f[_0x25701d(0x13f)],_0x35160f[_0x25701d(0x150)]),_0x19c5d1=_0x986ff5[_0x25701d(0x82)]()[_0x25701d(0x13f)],_0x4ef3a1=new Map();let _0x3a53e9=_0x4badc9;for(let _0x56a4e1=0x0;_0x56a4e1<_0x19c5d1[_0x25701d(0x131)][_0x25701d(0xed)];_0x56a4e1++)_0x4ef3a1[_0x25701d(0x12c)](_0x3a53e9,_0x19c5d1[_0x25701d(0x131)][_0x56a4e1]),_0x3a53e9=_0x3a53e9[_0x25701d(0xc7)](0x0);return{'modelFragment':_0x4badc9,'anchorData':_0x4ef3a1};}[_0x465909(0xa1)](){const _0x4056bb=_0x465909,_0x58aa31=this[_0x4056bb(0x145)][_0x4056bb(0x154)][_0x4056bb(0x13c)][_0x4056bb(0x71)],_0x39bce4=this[_0x4056bb(0x145)][_0x4056bb(0xdc)][_0x4056bb(0x125)](_0x4056bb(0x12a))[_0x4056bb(0x129)](),_0x3db6d0=_0x58aa31[_0x4056bb(0x82)]()[_0x4056bb(0x13f)][_0x4056bb(0xd2)][_0x4056bb(0xd2)],_0x9245a2=this[_0x4056bb(0x9a)](_0x39bce4,this[_0x4056bb(0x145)][_0x4056bb(0x154)][_0x4056bb(0x122)](_0x3db6d0),this[_0x4056bb(0x145)][_0x4056bb(0x154)][_0x4056bb(0x118)](_0x3db6d0)),_0x563354=_0x58aa31[_0x4056bb(0x82)]()[_0x4056bb(0x13f)],_0x1518c7=new Map();let _0x582037=_0x9245a2;for(let _0x5a8702=0x0;_0x5a8702<_0x563354[_0x4056bb(0x131)][_0x4056bb(0xed)];_0x5a8702++)if(_0x1518c7[_0x4056bb(0x12c)](_0x582037,_0x563354[_0x4056bb(0x131)][_0x5a8702]),_0x5a8702<_0x563354[_0x4056bb(0x131)][_0x4056bb(0xed)]-0x1)_0x582037=_0x582037[_0x4056bb(0xc7)](0x0);else{let _0x2f406c=_0x582037[_0x4056bb(0x112)];for(;_0x2f406c;)_0x1518c7[_0x4056bb(0x12c)](_0x2f406c,_0x563354[_0x4056bb(0x131)][_0x5a8702]),_0x2f406c=_0x2f406c[_0x4056bb(0x112)];}return{'modelFragment':_0x9245a2,'anchorData':_0x1518c7};}[_0x465909(0xc6)](_0x4482ee,_0xb4cbab,_0x3f9183,_0x3ba5e9,_0x4a36c3){const _0x258548=_0x465909,_0x938dca=this[_0x258548(0x145)][_0x258548(0xdc)][_0x258548(0x125)](_0x5bf5d3),_0x5481b6=this[_0x258548(0x145)][_0x258548(0xdc)][_0x258548(0x125)](_0x1a53cb),_0x2db82e=this[_0x258548(0x145)][_0x258548(0x154)][_0x258548(0x13c)][_0x258548(0x71)],_0xd9a6a0=_0x938dca[_0x258548(0x97)](_0xb4cbab),_0x248e37=this[_0x258548(0x145)][_0x258548(0xc1)][_0x258548(0x10a)][_0x258548(0x151)](_0xd9a6a0),_0x436390=this[_0x258548(0x145)][_0x258548(0x154)][_0x258548(0x13c)][_0x258548(0x6d)],_0xe7a7e6=[..._0x2db82e[_0x258548(0xa7)]()];let _0x37d785=this[_0x258548(0x145)][_0x258548(0x136)][_0x258548(0x125)](_0x258548(0xea))||[..._0x5e0cb9];this[_0x258548(0x145)][_0x258548(0xdc)][_0x258548(0x108)](_0x258548(0x7d))||(_0x37d785=_0x37d785[_0x258548(0x9b)](_0x36249c=>_0x258548(0x83)!=_0x36249c));const _0x56e23b=new _0xc066eb(this[_0x258548(0x145)][_0x258548(0x7b)],{'showDiff':!0x1,'areActionsDisabled':!0x1,'hideHeader':!0x0,'showLoader':!0x0,'miniToolbarConfig':{'showChanges':_0x258548(0x13b),'customView':this[_0x258548(0xab)]},'showUnchangedParts':!0x0,'availableActions':_0x37d785},this[_0x258548(0x13a)]);return _0x5481b6[_0x258548(0xcf)]({'index':0x3e8*Math[_0x258548(0xd0)]()%0x3e8,'title':_0x3ba5e9,'icon':_0x4a36c3||_0x4fbae4,'mainView':_0x56e23b,'showRotator':!0x1,'showApplyButton':!0x0,'showSuggestButton':this[_0x258548(0x145)][_0x258548(0xdc)][_0x258548(0x108)](_0x258548(0x7d)),'ranges':_0xe7a7e6}),this[_0x258548(0x8b)](_0x56e23b,_0x5481b6),this[_0x258548(0x86)](_0x5481b6,_0x258548(0x6f),()=>{const _0x1ba6f9=_0x258548;this[_0x1ba6f9(0xb3)](_0xb4cbab,_0x3f9183,!0x1);}),this[_0x258548(0x86)](_0x5481b6,_0x258548(0x83),()=>{const _0x193fd1=_0x258548;this[_0x193fd1(0xb3)](_0xb4cbab,_0x3f9183,!0x0);}),this[_0x258548(0x86)](_0x5481b6,_0x258548(0x13e),()=>{const _0x47d482=_0x258548;this[_0x47d482(0x6e)](),this[_0x47d482(0xba)]();}),this[_0x258548(0x86)](_0x5481b6,_0x258548(0x11d),()=>{const _0x404131=_0x258548;if(this[_0x404131(0x141)]&&this[_0x404131(0x141)][_0x404131(0xe9)][_0x404131(0xed)]>0x0){const _0x1b29e9=this[_0x404131(0x141)][_0x404131(0xe9)][this[_0x404131(0x141)][_0x404131(0xe9)][_0x404131(0xed)]-0x1],_0x2458b2=_0x1b29e9[_0x404131(0x100)][0x0];_0x2458b2&&_0x404131(0x104)===_0x2458b2[_0x404131(0xcc)]&&_0x1b29e9[_0x404131(0xb4)](0x0,_0x404131(0xf3));}this[_0x404131(0x6e)](),this[_0x404131(0x133)](),this[_0x404131(0xe7)](_0x5481b6);}),this[_0x258548(0x153)](_0x248e37,_0x436390,_0x56e23b,_0x5481b6,_0x4482ee);}[_0x465909(0x9a)](_0x448fa2,_0x35e474,_0x921f2){const _0x38ecbf=_0x465909,_0x1994c3=this[_0x38ecbf(0x145)][_0x38ecbf(0x154)][_0x38ecbf(0x88)](_0x35e474,_0x921f2)[_0x38ecbf(0xff)](),_0x3b9e7e=_0x1994c3['is'](_0x38ecbf(0x10b))?[]:_0x1994c3[_0x38ecbf(0xad)]({'includeSelf':!0x0})[_0x38ecbf(0x14a)](0x1);if(_0x3b9e7e[_0x38ecbf(0xed)]){const _0x263e91=_0x3b9e7e[_0x38ecbf(0x8d)](_0xb0da37=>_0xb0da37[_0x38ecbf(0xc9)](!0x1));for(let _0x753d6b=0x1;_0x753d6b<_0x263e91[_0x38ecbf(0xed)];_0x753d6b++)_0x263e91[_0x753d6b-0x1][_0x38ecbf(0x11e)](_0x263e91[_0x753d6b]);return _0x263e91[_0x263e91[_0x38ecbf(0xed)]-0x1][_0x38ecbf(0x11e)](_0x448fa2),new _0x2bba9d(_0x263e91[0x0]);}return _0x448fa2;}async[_0x465909(0x153)](_0x111615,_0x445af8,_0x2e6a81,_0x51a3a3,_0x2e15d7){const _0x4af76a=_0x465909,_0x59e4d0=this[_0x4af76a(0x145)];this[_0x4af76a(0x110)]={'action':_0x2e15d7,'content':_0x111615,'version':_0x445af8,'mainView':_0x2e6a81,'aiBalloon':_0x51a3a3};const _0x32a1af=new _0x3028cf({'connector':this[_0x4af76a(0x85)],'editor':_0x59e4d0,'content':_0x111615,'version':_0x445af8,..._0x2e15d7});this[_0x4af76a(0xb5)][_0x4af76a(0x116)](_0x32a1af),_0x2e6a81[_0x4af76a(0x134)]();const _0x55b5c8=(_0x1884d0,_0x341535,_0x2bdf45=!0x1,_0x32bb4e=_0x4af76a(0x147))=>this[_0x4af76a(0x75)][_0x4af76a(0x117)](async _0x3fdd55=>{const _0x19698d=_0x4af76a;try{const _0x15e44d=_0x44c199({'editor':_0x59e4d0,'changeGroups':_0x1884d0[_0x19698d(0x100)],'documentContextContent':_0x1884d0[_0x19698d(0x10e)],'showDiff':_0x2bdf45,'trimUnchanged':!0x1});await _0x341535[_0x19698d(0x138)]({'parts':_0x15e44d,'renderingStrategy':_0x32bb4e,'abortSignal':_0x3fdd55});}catch(_0x279469){if(this[_0x19698d(0xb7)](_0x279469))return;throw _0x279469;}});this[_0x4af76a(0x141)]['on'](_0x4af76a(0x70),(_0x41e96e,_0x2fd30d)=>{const _0xd19089=_0x4af76a;_0x2e6a81[_0xd19089(0xcd)](),_0x51a3a3[_0xd19089(0xa8)](),_0x55b5c8(_0x2fd30d,_0x2e6a81)[_0xd19089(0x105)](_0xfc29db=>{const _0x1641a4=_0xd19089;this[_0x1641a4(0xb7)](_0xfc29db)||(console[_0x1641a4(0x115)](_0x1641a4(0xc3),_0xfc29db),this[_0x1641a4(0x9f)](_0x32a1af,_0x2e6a81));});}),this[_0x4af76a(0x141)]['on'](_0x4af76a(0x96),(_0x1df1d7,_0x48457b)=>{const _0x484707=_0x4af76a;_0x55b5c8(_0x48457b,_0x2e6a81)[_0x484707(0x105)](_0x2f4316=>{const _0x50f31f=_0x484707;this[_0x50f31f(0xb7)](_0x2f4316)||(console[_0x50f31f(0x115)](_0x50f31f(0x78),_0x2f4316),this[_0x50f31f(0x9f)](_0x32a1af,_0x2e6a81));});}),this[_0x4af76a(0x141)]['on'](_0x4af76a(0xf6),async()=>{const _0x221cd6=_0x4af76a;try{await this[_0x221cd6(0xb9)](_0x2e6a81,_0x51a3a3),this[_0x221cd6(0xeb)](),await this[_0x221cd6(0x75)][_0x221cd6(0xb2)];}catch(_0x99a892){this[_0x221cd6(0xb7)](_0x99a892)||(console[_0x221cd6(0x115)](_0x221cd6(0xdd),_0x99a892),this[_0x221cd6(0x9f)](_0x32a1af,_0x2e6a81));}finally{_0x51a3a3[_0x221cd6(0xf7)]();}}),this[_0x4af76a(0x86)](_0x2e6a81,_0x4af76a(0xc8),async(_0x442873,{showDiff:_0xcc5cdd})=>{const _0x45e4e2=_0x4af76a;try{this[_0x45e4e2(0xda)]=_0xcc5cdd;const _0x3b0d64=this[_0x45e4e2(0x141)][_0x45e4e2(0xe9)][this[_0x45e4e2(0x141)][_0x45e4e2(0xe9)][_0x45e4e2(0xed)]-0x1];_0x3b0d64&&await _0x55b5c8(_0x3b0d64,_0x2e6a81,_0xcc5cdd,_0x45e4e2(0x9e));}catch(_0x41429c){this[_0x45e4e2(0xb7)](_0x41429c)||(console[_0x45e4e2(0x115)](_0x45e4e2(0x120),_0x41429c),this[_0x45e4e2(0x9f)](_0x32a1af,_0x2e6a81));}}),this[_0x4af76a(0x141)]['on'](_0x4af76a(0xee),(_0x3fe0c6,{reply:_0x1e9cc6})=>{const _0x4e928f=_0x4af76a,_0x33cc21={'positiveCount':_0x1e9cc6[_0x4e928f(0x100)][_0x4e928f(0x9b)](_0x4a20ed=>_0x4e928f(0xf4)===_0x4a20ed[_0x4e928f(0xcc)])[_0x4e928f(0xed)],'totalCount':_0x1e9cc6[_0x4e928f(0x100)][_0x4e928f(0xed)]},_0x4af21f=this[_0x4e928f(0x141)][_0x4e928f(0x155)],_0x5d65e8=this[_0x4e928f(0x141)][_0x4e928f(0x99)];_0x5d65e8?this[_0x4e928f(0x85)][_0x4e928f(0xbd)](_0x5d65e8,_0x4af21f,_0x33cc21):this[_0x4e928f(0x85)][_0x4e928f(0xb8)](_0x4af21f,_0x33cc21);}),this[_0x4af76a(0x8b)](_0x2e6a81,_0x51a3a3);try{const _0xf19807=await this[_0x4af76a(0x141)][_0x4af76a(0x13f)]();return this[_0x4af76a(0xeb)](),_0xf19807;}catch(_0x2611cf){if(this[_0x4af76a(0xb7)](_0x2611cf))return;_0x2e6a81[_0x4af76a(0xcd)](),this[_0x4af76a(0x9f)](_0x32a1af,_0x2e6a81);}}[_0x465909(0xb3)](_0x46c690,_0x394810,_0x33e1dc){const _0x511d19=_0x465909,_0x4ae69f=this[_0x511d19(0x145)];if(_0x33e1dc&&!_0x4ae69f[_0x511d19(0xdc)][_0x511d19(0x108)](_0x511d19(0x7d)))throw new _0x32bb61(_0x511d19(0xf0),null);const _0x30a5dd=this[_0x511d19(0x145)][_0x511d19(0xdc)][_0x511d19(0x125)](_0x56bd96),_0x2a4dbf=this[_0x511d19(0x141)],_0x6ec7ba=this[_0x511d19(0x141)][_0x511d19(0xe9)][this[_0x511d19(0x141)][_0x511d19(0xe9)][_0x511d19(0xed)]-0x1],_0x38e26b=_0x6ec7ba[_0x511d19(0x100)];_0x6ec7ba[_0x511d19(0xb4)](0x0,_0x511d19(0xf4));let _0x55a6b0=_0xddb750({'editor':_0x4ae69f,'reply':_0x6ec7ba,'interaction':_0x2a4dbf,'groups':_0x38e26b,'transform':!0x1,'documentCompare':_0x30a5dd,'documentCompareOptions':{'anchor':_0x4ae69f[_0x511d19(0x154)][_0x511d19(0x149)](_0x46c690,0x0),'markDeletions':_0x33e1dc}});_0x55a6b0=this[_0x511d19(0x124)](_0x55a6b0,_0x394810);for(const _0x571d14 of _0x55a6b0)this[_0x511d19(0x113)](_0x394810,_0x571d14,_0x4ae69f[_0x511d19(0x154)][_0x511d19(0x13c)][_0x511d19(0x7f)]());const _0x32ce90=_0x2a4dbf[_0x511d19(0x77)]()[_0x511d19(0x6d)],_0x89d550=_0x4ae69f[_0x511d19(0x154)][_0x511d19(0x13c)][_0x511d19(0x12d)][_0x511d19(0xf9)](_0x32ce90),_0x54fe2d={'document':_0x4ae69f[_0x511d19(0x154)][_0x511d19(0x13c)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x3c5972=_0x40616d(_0x55a6b0,_0x89d550,_0x54fe2d)[_0x511d19(0xfa)];_0x4ae69f[_0x511d19(0x154)][_0x511d19(0xfb)](_0x16af80=>{const _0x79f007=_0x511d19;if(_0x16af80[_0x79f007(0xe8)](_0x4ae69f[_0x79f007(0x154)][_0x79f007(0x13c)][_0x79f007(0x71)][_0x79f007(0xae)]),_0x33e1dc)_0x4ae69f[_0x79f007(0xdc)][_0x79f007(0x125)](_0x79f007(0xd4))[_0x79f007(0x95)](_0x3c5972);else{for(const _0x11484d of _0x3c5972)_0x11484d[_0x79f007(0x80)]=_0x4ae69f[_0x79f007(0x154)][_0x79f007(0x13c)][_0x79f007(0x6d)],_0x4fe092(_0x4ae69f,_0x11484d),_0x16af80[_0x79f007(0xce)][_0x79f007(0xd3)](_0x11484d),_0x4ae69f[_0x79f007(0x154)][_0x79f007(0xcb)](_0x11484d);}}),this[_0x511d19(0x145)][_0x511d19(0xdc)][_0x511d19(0x125)](_0x511d19(0x8e))[_0x511d19(0x114)]();}[_0x465909(0x124)](_0xdc705f,_0x5f2536){const _0xb3306d=_0x465909;return _0xdc705f[_0xb3306d(0x9b)](_0xed1282=>{const _0x236af5=_0xb3306d;if(_0x236af5(0xef)==_0xed1282[_0x236af5(0xa0)]){const _0x15c2b5=_0xed1282[_0x236af5(0x84)][_0x236af5(0xa6)];return!_0x5f2536[_0x236af5(0x108)](_0x15c2b5);}if(_0xed1282[_0x236af5(0xa0)][_0x236af5(0xd9)](_0x236af5(0xd7))>-0x1){const _0x24a302=_0xed1282[_0x236af5(0x146)][_0x236af5(0x13f)][_0x236af5(0xa6)];return!_0x5f2536[_0x236af5(0x108)](_0x24a302);}return!0x0;});}[_0x465909(0x113)](_0x2b41d3,_0xc034bd,_0x21cf13){const _0x2f6981=_0x465909,_0x265adb=_0xc034bd[_0x2f6981(0x73)]();for(const _0x2376fa in _0xc034bd){const _0x1d6158=_0xc034bd[_0x2376fa];_0x1d6158 instanceof _0x1f3804?_0xc034bd[_0x2376fa]=new _0x1f3804(_0x5ac7e8(_0x1d6158[_0x2f6981(0x13f)]),_0x5ac7e8(_0x1d6158[_0x2f6981(0x150)])):_0x1d6158 instanceof _0x2782fc&&(_0xc034bd[_0x2376fa]=_0x5ac7e8(_0x1d6158));}if([_0x2f6981(0xbf),_0x2f6981(0x143),_0x2f6981(0x14f),_0x2f6981(0x139),_0x2f6981(0x93),_0x2f6981(0x74)][_0x2f6981(0xe0)](_0x265adb[_0x2f6981(0xa0)])){if(_0x265adb[_0x2f6981(0x132)]=!0x1,_0x265adb[_0x2f6981(0x80)]=null,_0x2f6981(0x14f)==_0x265adb[_0x2f6981(0xa0)]){const _0x1d3680=_0x265adb[_0x2f6981(0xbc)],_0x1d75d6=_0x265adb[_0x2f6981(0xca)];new _0x453b71(_0x1d3680,_0x1d75d6)[_0x2f6981(0x11f)]();}else _0x265adb[_0x2f6981(0x11f)]();}function _0x5ac7e8(_0x3c68dd){const _0x2d35c2=_0x2f6981;if(_0x2d35c2(0xfd)==_0x3c68dd[_0x2d35c2(0x8a)][_0x2d35c2(0xd8)])return _0x3c68dd;const _0x270a5b=[];let _0x2b7942=_0x3c68dd[_0x2d35c2(0x8a)];for(let _0x3a4c4f=0x0;_0x3a4c4f<_0x3c68dd[_0x2d35c2(0x131)][_0x2d35c2(0xed)];_0x3a4c4f++){const _0x29fa97=_0x2b41d3[_0x2d35c2(0x125)](_0x2b7942)||0x0;_0x270a5b[_0x3a4c4f]=_0x3c68dd[_0x2d35c2(0x131)][_0x3a4c4f]+_0x29fa97,_0x2b7942=_0x2b7942[_0x2d35c2(0x8c)](_0x3c68dd[_0x2d35c2(0x131)][_0x3a4c4f]);}return new _0x2782fc(_0x21cf13,_0x270a5b,_0x3c68dd[_0x2d35c2(0xe2)]);}}[_0x465909(0xf2)](){const _0x1934f1=_0x465909;if(!this[_0x1934f1(0x110)])return;this[_0x1934f1(0xb5)][_0x1934f1(0xed)]>0x0&&this[_0x1934f1(0x6e)](),this[_0x1934f1(0x12b)]=0x0,this[_0x1934f1(0xda)]=!0x1;const {action:_0x34f845,content:_0x5c575e,version:_0x4ef135,mainView:_0x4606a1,aiBalloon:_0x4e2a1c}=this[_0x1934f1(0x110)];_0x4606a1[_0x1934f1(0x14c)]=!0x1,_0x4606a1[_0x1934f1(0x134)](),this[_0x1934f1(0xd6)](_0x4606a1,_0x4e2a1c);const _0x126d64=_0x4606a1;_0x126d64[_0x1934f1(0x106)]&&_0x126d64[_0x1934f1(0x106)][_0x1934f1(0x137)]&&_0x126d64[_0x1934f1(0x106)][_0x1934f1(0x137)][_0x1934f1(0x12c)]({'isOn':!0x1,'icon':_0x560805}),this[_0x1934f1(0xa3)](_0x4606a1),_0x4606a1[_0x1934f1(0xd5)](),this[_0x1934f1(0xeb)](),this[_0x1934f1(0xe7)](_0x4606a1),this[_0x1934f1(0x153)](_0x5c575e,_0x4ef135,_0x4606a1,_0x4e2a1c,_0x34f845)[_0x1934f1(0x105)](_0x2404c3=>{const _0x5b48ef=_0x1934f1;this[_0x5b48ef(0xb7)](_0x2404c3)||console[_0x5b48ef(0x115)](_0x5b48ef(0xa4),_0x2404c3);});}[_0x465909(0xa3)](_0x36bf26){const _0x3e15c6=_0x465909,_0x30d9bc=_0x36bf26[_0x3e15c6(0x148)][_0x3e15c6(0x12f)];for(;_0x30d9bc[_0x3e15c6(0xed)]>0x0;)_0x30d9bc[_0x3e15c6(0x14f)](_0x30d9bc[_0x3e15c6(0x10d)]);_0x36bf26[_0x3e15c6(0x148)][_0x3e15c6(0x11b)]=!0x1;}[_0x465909(0xb7)](_0x3c256d){const _0x4d2709=_0x465909;return!!_0x3c256d[_0x4d2709(0x119)]&&_0x3c256d[_0x4d2709(0x119)][_0x4d2709(0x13d)](_0x4d2709(0x10c));}[_0x465909(0x133)](){const _0x1455ce=_0x465909;this[_0x1455ce(0xb5)]=[],this[_0x1455ce(0x110)]=void 0x0,this[_0x1455ce(0x12b)]=0x0,this[_0x1455ce(0xeb)]();}[_0x465909(0x6e)](){const _0xca01f4=_0x465909;this[_0xca01f4(0x141)]&&this[_0xca01f4(0x141)][_0xca01f4(0x101)](),this[_0xca01f4(0x75)][_0xca01f4(0xc0)](),this[_0xca01f4(0x11a)]=!0x1,this[_0xca01f4(0x110)]&&this[_0xca01f4(0x110)][_0xca01f4(0x7c)][_0xca01f4(0xf7)]();}[_0x465909(0x10f)](){const _0x426095=_0x465909,_0x2b855b=new _0x3044b0(this[_0x426095(0x145)][_0x426095(0x7b)]),_0x4891b3=new _0x3044b0(this[_0x426095(0x145)][_0x426095(0x7b)]),_0x4ad1ba=new _0x36362b(this[_0x426095(0x145)][_0x426095(0x7b)]),_0x2d875f=new _0x3044b0(this[_0x426095(0x145)][_0x426095(0x7b)]);_0x2b855b[_0x426095(0x12c)]({'icon':_0x540fd0,'label':_0x4fecd6(this[_0x426095(0x145)][_0x426095(0x7b)],_0x426095(0xbe)),'tooltip':!0x0,'class':_0x426095(0x76)}),_0x4891b3[_0x426095(0x12c)]({'icon':_0x5f1c49,'tooltip':_0x4fecd6(this[_0x426095(0x145)][_0x426095(0x7b)],_0x426095(0xe6)),'class':_0x426095(0x87)}),_0x4ad1ba[_0x426095(0xe1)]({'tag':_0x426095(0x98),'attributes':{'class':[_0x426095(0xbb)]},'children':[_0x426095(0x91)]}),_0x2d875f[_0x426095(0x12c)]({'icon':_0x239861,'tooltip':_0x4fecd6(this[_0x426095(0x145)][_0x426095(0x7b)],_0x426095(0x92)),'class':_0x426095(0x7e)}),_0x2b855b[_0x426095(0x11c)](_0x426095(0xf5))['to'](this,_0x426095(0x11a),_0x293d31=>!_0x293d31),_0x2b855b['on'](_0x426095(0x14d),()=>{const _0x1d1ad2=_0x426095;this[_0x1d1ad2(0xf2)]();}),_0x4891b3[_0x426095(0x11c)](_0x426095(0xf5))['to'](this,_0x426095(0x11a),_0x3e0ea4=>!_0x3e0ea4),_0x4891b3['on'](_0x426095(0x14d),()=>{const _0x56ba7d=_0x426095;this[_0x56ba7d(0x121)]();}),_0x2d875f[_0x426095(0x11c)](_0x426095(0xf5))['to'](this,_0x426095(0x11a),_0x2705a4=>!_0x2705a4),_0x2d875f['on'](_0x426095(0x14d),()=>{const _0x3d064a=_0x426095;this[_0x3d064a(0x135)]();}),this[_0x426095(0x109)]=_0x4891b3,this[_0x426095(0xb0)]=_0x4ad1ba,this[_0x426095(0x9d)]=_0x2d875f,this[_0x426095(0xab)][_0x426095(0xd1)](_0x2b855b);}[_0x465909(0x121)](){const _0x5b1b4b=_0x465909,_0x149bcb=this[_0x5b1b4b(0xb5)][_0x5b1b4b(0xed)];this[_0x5b1b4b(0x12b)]<_0x149bcb-0x1&&this[_0x5b1b4b(0x94)](this[_0x5b1b4b(0x12b)]+0x1);}[_0x465909(0x135)](){const _0x1f62a8=_0x465909;this[_0x1f62a8(0x12b)]>0x0&&this[_0x1f62a8(0x94)](this[_0x1f62a8(0x12b)]-0x1);}async[_0x465909(0x94)](_0x152b48){const _0x39105a=_0x465909;if(!this[_0x39105a(0x110)])return;this[_0x39105a(0x12b)]=_0x152b48;const {mainView:_0x10ba09}=this[_0x39105a(0x110)],_0x404c25=this[_0x39105a(0xb5)][this[_0x39105a(0xb5)][_0x39105a(0xed)]-0x1-this[_0x39105a(0x12b)]];if(!_0x404c25)return;if(_0x404c25[_0x39105a(0xf1)])return this[_0x39105a(0x9f)](_0x404c25,_0x10ba09),void this[_0x39105a(0xeb)]();if(!_0x404c25[_0x39105a(0xe9)][_0x39105a(0xed)])return;_0x10ba09[_0x39105a(0x134)](),this[_0x39105a(0x110)]&&this[_0x39105a(0xd6)](_0x10ba09,this[_0x39105a(0x110)][_0x39105a(0x7c)]);const _0x51a4c0=_0x404c25[_0x39105a(0xe9)][_0x404c25[_0x39105a(0xe9)][_0x39105a(0xed)]-0x1];if(_0x51a4c0){const _0x1797b1=this[_0x39105a(0x145)];this[_0x39105a(0xa3)](_0x10ba09);try{const _0x5d6488=_0x44c199({'editor':_0x1797b1,'changeGroups':_0x51a4c0[_0x39105a(0x100)],'documentContextContent':_0x51a4c0[_0x39105a(0x10e)],'showDiff':this[_0x39105a(0xda)],'trimUnchanged':!0x1});this[_0x39105a(0xa3)](_0x10ba09),await new Promise(_0x975b17=>setTimeout(_0x975b17,0x32)),await _0x10ba09[_0x39105a(0x138)]({'parts':_0x5d6488,'renderingStrategy':_0x39105a(0x9e),'abortSignal':new AbortController()[_0x39105a(0x130)]});}catch(_0x397a8b){this[_0x39105a(0xb7)](_0x397a8b)||console[_0x39105a(0x115)](_0x39105a(0xa9),_0x397a8b);}}this[_0x39105a(0xeb)]();}[_0x465909(0xeb)](){const _0x25d264=_0x465909;if(!this[_0x25d264(0x109)]||!this[_0x25d264(0xb0)]||!this[_0x25d264(0x9d)])return;const _0x322398=this[_0x25d264(0xb5)][_0x25d264(0xed)],_0x55b8fc=_0x322398>0x1,_0x4ed119=this[_0x25d264(0x110)]?.[_0x25d264(0x14b)];if(_0x55b8fc){this[_0x25d264(0x128)]||this[_0x25d264(0xaa)]||this[_0x25d264(0xec)]||(this[_0x25d264(0xab)][_0x25d264(0xd1)](this[_0x25d264(0x109)]),_0x4ed119?.[_0x25d264(0x8f)](this[_0x25d264(0x109)]),this[_0x25d264(0x128)]=!0x0,this[_0x25d264(0xab)][_0x25d264(0xd1)](this[_0x25d264(0xb0)]),_0x4ed119?.[_0x25d264(0x8f)](this[_0x25d264(0xb0)]),this[_0x25d264(0xaa)]=!0x0,this[_0x25d264(0xab)][_0x25d264(0xd1)](this[_0x25d264(0x9d)]),_0x4ed119?.[_0x25d264(0x8f)](this[_0x25d264(0x9d)]),this[_0x25d264(0xec)]=!0x0);const _0x53e714=_0x322398-this[_0x25d264(0x12b)];this[_0x25d264(0xb0)][_0x25d264(0xe4)]&&(this[_0x25d264(0xb0)][_0x25d264(0xe4)][_0x25d264(0xb1)]=_0x53e714+'/'+_0x322398),this[_0x25d264(0x109)][_0x25d264(0xf5)]=this[_0x25d264(0x12b)]<_0x322398-0x1,this[_0x25d264(0x9d)][_0x25d264(0xf5)]=this[_0x25d264(0x12b)]>0x0;}else(this[_0x25d264(0x128)]||this[_0x25d264(0xaa)]||this[_0x25d264(0xec)])&&(this[_0x25d264(0xab)][_0x25d264(0x14f)](this[_0x25d264(0x109)]),_0x4ed119?.[_0x25d264(0x79)](this[_0x25d264(0x109)]),this[_0x25d264(0x128)]=!0x1,this[_0x25d264(0xab)][_0x25d264(0x14f)](this[_0x25d264(0xb0)]),_0x4ed119?.[_0x25d264(0x79)](this[_0x25d264(0xb0)]),this[_0x25d264(0xaa)]=!0x1,this[_0x25d264(0xab)][_0x25d264(0x14f)](this[_0x25d264(0x9d)]),_0x4ed119?.[_0x25d264(0x79)](this[_0x25d264(0x9d)]),this[_0x25d264(0xec)]=!0x1);}[_0x465909(0x8b)](_0x1706f2,_0x2e4f34){const _0x1ddc4f=_0x465909;_0x1706f2[_0x1ddc4f(0x142)](),_0x2e4f34[_0x1ddc4f(0x90)][_0x1ddc4f(0x142)](),this[_0x1ddc4f(0x11a)]=!0x0;}async[_0x465909(0x9f)](_0xbfb211,_0x5e58e4){const _0x36b402=_0x465909,_0x4caaf7=_0x4fecd6(this[_0x36b402(0x145)][_0x36b402(0x7b)],_0x36b402(0xdb));_0x5e58e4[_0x36b402(0x9c)](_0x4caaf7),_0xbfb211[_0x36b402(0xf1)]=!0x0,await this[_0x36b402(0x75)][_0x36b402(0xb2)],_0x5e58e4[_0x36b402(0xfc)](),this[_0x36b402(0x110)]?.[_0x36b402(0x7c)][_0x36b402(0x90)][_0x36b402(0xc5)]&&(this[_0x36b402(0x110)][_0x36b402(0x7c)][_0x36b402(0x90)][_0x36b402(0xc5)][_0x36b402(0x12e)]=!0x0);}[_0x465909(0xd6)](_0x4d7af5,_0x4fcda8){const _0x199d72=_0x465909;_0x4d7af5[_0x199d72(0x140)](),_0x4fcda8[_0x199d72(0x90)][_0x199d72(0xc5)]&&(_0x4fcda8[_0x199d72(0x90)][_0x199d72(0xc5)][_0x199d72(0x12e)]=!0x1);}async[_0x465909(0xb9)](_0x2a515e,_0x2a2e1e){const _0x2264fe=_0x465909;await this[_0x2264fe(0x75)][_0x2264fe(0xb2)],this[_0x2264fe(0x11a)]=!0x1,_0x2a515e[_0x2264fe(0x7a)](),_0x2a2e1e[_0x2264fe(0x90)][_0x2264fe(0x7a)]();}[_0x465909(0xba)](){const _0x3fcada=_0x465909;this[_0x3fcada(0xab)][_0x3fcada(0x152)](_0x1da732=>{const _0x150bb2=_0x3fcada;_0x150bb2(0xf5)in _0x1da732&&(_0x1da732[_0x150bb2(0xf5)]=!0x1);});}}
23
+ const _0x1ac2c8=_0x4325;(function(_0x1ac1b6,_0x32eb72){const _0x1a169b=_0x4325,_0x214882=_0x1ac1b6();while(!![]){try{const _0x40b497=-parseInt(_0x1a169b(0x189))/0x1*(parseInt(_0x1a169b(0x148))/0x2)+-parseInt(_0x1a169b(0x119))/0x3+-parseInt(_0x1a169b(0xd9))/0x4+parseInt(_0x1a169b(0xa6))/0x5*(parseInt(_0x1a169b(0xbe))/0x6)+parseInt(_0x1a169b(0x10c))/0x7+-parseInt(_0x1a169b(0x17d))/0x8+-parseInt(_0x1a169b(0x128))/0x9*(-parseInt(_0x1a169b(0xe0))/0xa);if(_0x40b497===_0x32eb72)break;else _0x214882['push'](_0x214882['shift']());}catch(_0x2c603b){_0x214882['push'](_0x214882['shift']());}}}(_0x6596,0x8aa4a));import{Plugin as _0x1cf332}from'ckeditor5/src/core.js';import{AIConnector as _0x27b499}from'../aicore/aiconnector.js';import{AISuggestionContainerView as _0x4fb611}from'../aicore/ui/suggestioncontainer/aisuggestioncontainerview.js';import{Dialog as _0x3305d4,ButtonView as _0x4ad9f1,ViewCollection as _0x17325a,View as _0x916aa7,BodyCollection as _0x338aa0}from'ckeditor5/src/ui.js';import{AIEditing as _0x55750a}from'../aicore/aiediting.js';import{AIActionsInteraction as _0x21984d}from'./model/aiactionsinteraction.js';import{CKEditorError as _0xacfcc6,first as _0x2b2b5c}from'ckeditor5/src/utils.js';import{IconAIQuickActions as _0x4c46d2,IconRefresh as _0x138dc4,IconNextArrow as _0x6c2f,IconPreviousArrow as _0xbc055e,IconShowChangesOff as _0x1cbaa4}from'@ckeditor/ckeditor5-icons';import{AIBalloon as _0x1730f5}from'../aiballoon/aiballoon.js';import{PromiseQueue as _0x2b550e}from'../aichat/utils/promisequeue.js';function _0x4325(_0x24b98f,_0x3200d1){const _0x659692=_0x6596();return _0x4325=function(_0x432583,_0x45322a){_0x432583=_0x432583-0xa6;let _0xa46ca5=_0x659692[_0x432583];return _0xa46ca5;},_0x4325(_0x24b98f,_0x3200d1);}import{getTranslation as _0xf52960}from'../aicore/utils/common-translations.js';import{getSuggestionPartsFromReply as _0x4b8cd2}from'../aicore/utils/getsuggestionpartsfromreply.js';import{DocumentCompare as _0x5a7a78}from'ckeditor5-collaboration/src/collaboration-core.js';import{fixMarkerOperationOldRange as _0x593f75,getOperationsFromReply as _0x39c828}from'../aicore/utils/getoperationsfromreply.js';import{ModelDocumentFragment as _0x5079b3,ModelRange as _0x4ac241,ModelPosition as _0x279cc9,_DetachOperation as _0x2a5b93,transformOperationSets as _0x299594}from'ckeditor5/src/engine.js';import{AI_REPLY_ACTIONS as _0x5c2f76}from'../aichat/ui/feed/aichatfeedsuggestionitemactionsview.js';export class AIActions extends _0x1cf332{static get[_0x1ac2c8(0xfb)](){return[_0x27b499,_0x3305d4,_0x55750a,_0x1730f5,_0x5a7a78];}static get[_0x1ac2c8(0x152)](){const _0x5a484e=_0x1ac2c8;return _0x5a484e(0x14c);}static get[_0x1ac2c8(0x112)](){return!0x0;}static get[_0x1ac2c8(0x15f)](){return!0x0;}[_0x1ac2c8(0xc2)];[_0x1ac2c8(0x163)]=[];[_0x1ac2c8(0x133)]=0x0;[_0x1ac2c8(0x147)];[_0x1ac2c8(0xd0)]=!0x1;[_0x1ac2c8(0x11e)]=new _0x17325a();[_0x1ac2c8(0x14e)];[_0x1ac2c8(0xe4)];[_0x1ac2c8(0xdd)]=!0x1;[_0x1ac2c8(0x14d)];[_0x1ac2c8(0x102)]=!0x1;[_0x1ac2c8(0x123)]=!0x1;[_0x1ac2c8(0x13e)];[_0x1ac2c8(0x180)];get[_0x1ac2c8(0x12b)](){const _0x4b6761=_0x1ac2c8;return this[_0x4b6761(0x163)][this[_0x4b6761(0x163)][_0x4b6761(0x18d)]-0x1];}constructor(_0x5d5161){const _0x57ffd6=_0x1ac2c8;super(_0x5d5161),this[_0x57ffd6(0x180)]=new _0x338aa0(this[_0x57ffd6(0xaa)][_0x57ffd6(0x161)]),this[_0x57ffd6(0x180)][_0x57ffd6(0x11c)](),this[_0x57ffd6(0xc2)]=this[_0x57ffd6(0xaa)][_0x57ffd6(0xfd)][_0x57ffd6(0xe6)](_0x57ffd6(0xdb)),this[_0x57ffd6(0xde)](_0x57ffd6(0xf8),!0x1),this[_0x57ffd6(0x13e)]=new _0x2b550e(),this[_0x57ffd6(0xc3)]();}[_0x1ac2c8(0xb1)](){const _0x596d0f=_0x1ac2c8;this[_0x596d0f(0x17b)]();}async[_0x1ac2c8(0xbd)](_0x1435c2,_0xc5a8f2,_0xab4b12){const _0x44e070=_0x1ac2c8;if(this[_0x44e070(0xaa)][_0x44e070(0xfd)][_0x44e070(0x16e)](_0x44e070(0xce))){if(this[_0x44e070(0xaa)][_0x44e070(0xfd)][_0x44e070(0xe6)](_0x44e070(0xce))[_0x44e070(0xe9)]()){const {modelFragment:_0x19cc22,anchorData:_0x15836b}=this[_0x44e070(0x109)]();return this[_0x44e070(0x166)](_0x1435c2,_0x19cc22,_0x15836b,_0xc5a8f2,_0xab4b12);}}const {modelFragment:_0x4f5a05,anchorData:_0x323a36}=this[_0x44e070(0x110)]();return this[_0x44e070(0x166)](_0x1435c2,_0x4f5a05,_0x323a36,_0xc5a8f2,_0xab4b12);}[_0x1ac2c8(0x10e)](){const _0x1bbb60=_0x1ac2c8;this[_0x1bbb60(0x180)][_0x1bbb60(0xe7)](),super[_0x1bbb60(0x10e)]();}[_0x1ac2c8(0x110)](){const _0x3acc7f=_0x1ac2c8,_0x129735=this[_0x3acc7f(0xaa)][_0x3acc7f(0xe5)][_0x3acc7f(0xbf)][_0x3acc7f(0x127)];if(_0x129735[_0x3acc7f(0x179)]){const _0x111ab7=_0x2b2b5c(_0x129735[_0x3acc7f(0x111)]())||this[_0x3acc7f(0xaa)][_0x3acc7f(0xe5)][_0x3acc7f(0x14f)][_0x3acc7f(0xc5)](_0x129735);this[_0x3acc7f(0xaa)][_0x3acc7f(0xe5)][_0x3acc7f(0x143)](_0x18bce7=>{const _0x449447=_0x3acc7f;_0x18bce7[_0x449447(0x153)](_0x111ab7,'in');});}const _0x4e7f2d=_0x129735[_0x3acc7f(0x12f)](),_0x478bea=this[_0x3acc7f(0x146)](this[_0x3acc7f(0xaa)][_0x3acc7f(0xe5)][_0x3acc7f(0xf4)](_0x129735),_0x4e7f2d[_0x3acc7f(0x151)],_0x4e7f2d[_0x3acc7f(0xe8)]),_0x4d92d0=_0x129735[_0x3acc7f(0x12f)]()[_0x3acc7f(0x151)],_0x3e04c9=new Map();let _0x4c05ce=_0x478bea;for(let _0x223a8e=0x0;_0x223a8e<_0x4d92d0[_0x3acc7f(0x140)][_0x3acc7f(0x18d)];_0x223a8e++)_0x3e04c9[_0x3acc7f(0xde)](_0x4c05ce,_0x4d92d0[_0x3acc7f(0x140)][_0x223a8e]),_0x4c05ce=_0x4c05ce[_0x3acc7f(0xd2)](0x0);return{'modelFragment':_0x478bea,'anchorData':_0x3e04c9};}[_0x1ac2c8(0x109)](){const _0x43f03b=_0x1ac2c8,_0xed3f24=this[_0x43f03b(0xaa)][_0x43f03b(0xe5)][_0x43f03b(0xbf)][_0x43f03b(0x127)],_0x3f1119=this[_0x43f03b(0xaa)][_0x43f03b(0xfd)][_0x43f03b(0xe6)](_0x43f03b(0xce))[_0x43f03b(0x18a)](),_0x209b48=_0xed3f24[_0x43f03b(0x12f)]()[_0x43f03b(0x151)][_0x43f03b(0x182)][_0x43f03b(0x182)],_0x2e38bf=this[_0x43f03b(0x146)](_0x3f1119,this[_0x43f03b(0xaa)][_0x43f03b(0xe5)][_0x43f03b(0x15c)](_0x209b48),this[_0x43f03b(0xaa)][_0x43f03b(0xe5)][_0x43f03b(0x124)](_0x209b48)),_0x1d5e07=_0xed3f24[_0x43f03b(0x12f)]()[_0x43f03b(0x151)],_0x4f1da2=new Map();let _0x4906c3=_0x2e38bf;for(let _0x170736=0x0;_0x170736<_0x1d5e07[_0x43f03b(0x140)][_0x43f03b(0x18d)];_0x170736++)if(_0x4f1da2[_0x43f03b(0xde)](_0x4906c3,_0x1d5e07[_0x43f03b(0x140)][_0x170736]),_0x170736<_0x1d5e07[_0x43f03b(0x140)][_0x43f03b(0x18d)]-0x1)_0x4906c3=_0x4906c3[_0x43f03b(0xd2)](0x0);else{let _0x29cdba=_0x4906c3[_0x43f03b(0x158)];for(;_0x29cdba;)_0x4f1da2[_0x43f03b(0xde)](_0x29cdba,_0x1d5e07[_0x43f03b(0x140)][_0x170736]),_0x29cdba=_0x29cdba[_0x43f03b(0x158)];}return{'modelFragment':_0x2e38bf,'anchorData':_0x4f1da2};}[_0x1ac2c8(0x166)](_0x536bec,_0x45ded5,_0x3382e3,_0x444f64,_0x438d32){const _0x211e83=_0x1ac2c8,_0x2191be=this[_0x211e83(0xaa)][_0x211e83(0xfd)][_0x211e83(0xe6)](_0x55750a),_0x1c298e=this[_0x211e83(0xaa)][_0x211e83(0xfd)][_0x211e83(0xe6)](_0x1730f5),_0x32379d=this[_0x211e83(0xaa)][_0x211e83(0xe5)][_0x211e83(0xbf)][_0x211e83(0x127)],_0x163947=_0x2191be[_0x211e83(0xe2)](_0x45ded5),_0xea89e4=this[_0x211e83(0xaa)][_0x211e83(0x17a)][_0x211e83(0x122)][_0x211e83(0xf3)](_0x163947),_0x4e0462=this[_0x211e83(0xaa)][_0x211e83(0xe5)][_0x211e83(0xbf)][_0x211e83(0x13a)],_0x1fc420=[..._0x32379d[_0x211e83(0x18f)]()];let _0x4ad5d6=this[_0x211e83(0xaa)][_0x211e83(0x178)][_0x211e83(0xe6)](_0x211e83(0x171))||[..._0x5c2f76];this[_0x211e83(0xaa)][_0x211e83(0xfd)][_0x211e83(0x16e)](_0x211e83(0x108))||(_0x4ad5d6=_0x4ad5d6[_0x211e83(0x105)](_0x1973cd=>_0x211e83(0xcf)!=_0x1973cd));const _0x54b9e4=new _0x4fb611(this[_0x211e83(0xaa)][_0x211e83(0x161)],{'showDiff':!0x1,'areActionsDisabled':!0x1,'hideHeader':!0x0,'showLoader':!0x0,'miniToolbarConfig':{'showChanges':_0x211e83(0x14a),'customView':this[_0x211e83(0x11e)]},'showUnchangedParts':!0x0,'availableActions':_0x4ad5d6},this[_0x211e83(0x180)]);return _0x1c298e[_0x211e83(0x16f)]({'index':0x3e8*Math[_0x211e83(0x13f)]()%0x3e8,'title':_0x444f64,'icon':_0x438d32||_0x4c46d2,'mainView':_0x54b9e4,'showRotator':!0x1,'showApplyButton':!0x0,'showSuggestButton':this[_0x211e83(0xaa)][_0x211e83(0xfd)][_0x211e83(0x16e)](_0x211e83(0x108)),'ranges':_0x1fc420}),this[_0x211e83(0xba)](_0x54b9e4,_0x1c298e),this[_0x211e83(0x12e)](_0x1c298e,_0x211e83(0xf9),()=>{const _0x47dc2a=_0x211e83;this[_0x47dc2a(0x132)](_0x45ded5,_0x3382e3,!0x1);}),this[_0x211e83(0x12e)](_0x1c298e,_0x211e83(0xcf),()=>{const _0x3c737b=_0x211e83;this[_0x3c737b(0x132)](_0x45ded5,_0x3382e3,!0x0);}),this[_0x211e83(0x12e)](_0x1c298e,_0x211e83(0x145),()=>{const _0x2a774f=_0x211e83;this[_0x2a774f(0x17b)](),this[_0x2a774f(0x138)]();}),this[_0x211e83(0x12e)](_0x1c298e,_0x211e83(0xac),()=>{const _0x2f3199=_0x211e83;if(this[_0x2f3199(0x12b)]&&this[_0x2f3199(0x12b)][_0x2f3199(0xf0)][_0x2f3199(0x18d)]>0x0){const _0x2b9f07=this[_0x2f3199(0x12b)][_0x2f3199(0xf0)][this[_0x2f3199(0x12b)][_0x2f3199(0xf0)][_0x2f3199(0x18d)]-0x1],_0x44d8ab=_0x2b9f07[_0x2f3199(0x18e)][0x0];_0x44d8ab&&_0x2f3199(0xc6)===_0x44d8ab[_0x2f3199(0xd5)]&&_0x2b9f07[_0x2f3199(0xb3)](0x0,_0x2f3199(0xe3));}this[_0x2f3199(0x17b)](),this[_0x2f3199(0xc0)](),this[_0x2f3199(0xf6)](_0x1c298e);}),this[_0x211e83(0x156)](_0xea89e4,_0x4e0462,_0x54b9e4,_0x1c298e,_0x536bec);}[_0x1ac2c8(0x146)](_0x31a278,_0x517021,_0x3e774d){const _0x3e651e=_0x1ac2c8,_0x1886c5=this[_0x3e651e(0xaa)][_0x3e651e(0xe5)][_0x3e651e(0x12c)](_0x517021,_0x3e774d)[_0x3e651e(0x116)](),_0x1b6df7=_0x1886c5['is'](_0x3e651e(0xf7))?[]:_0x1886c5[_0x3e651e(0x168)]({'includeSelf':!0x0})[_0x3e651e(0xaf)](0x1);if(_0x1b6df7[_0x3e651e(0x18d)]){const _0x43a423=_0x1b6df7[_0x3e651e(0x137)](_0x54a90b=>_0x54a90b[_0x3e651e(0xfa)](!0x1));for(let _0xced096=0x1;_0xced096<_0x43a423[_0x3e651e(0x18d)];_0xced096++)_0x43a423[_0xced096-0x1][_0x3e651e(0xff)](_0x43a423[_0xced096]);return _0x43a423[_0x43a423[_0x3e651e(0x18d)]-0x1][_0x3e651e(0xff)](_0x31a278),new _0x5079b3(_0x43a423[0x0]);}return _0x31a278;}async[_0x1ac2c8(0x156)](_0x3d5661,_0x45975d,_0x2d4fa1,_0xb84875,_0x389e56){const _0x588b1d=_0x1ac2c8,_0x555e0d=this[_0x588b1d(0xaa)];this[_0x588b1d(0x147)]={'action':_0x389e56,'content':_0x3d5661,'version':_0x45975d,'mainView':_0x2d4fa1,'aiBalloon':_0xb84875};const _0x3e5189=new _0x21984d({'connector':this[_0x588b1d(0xc2)],'editor':_0x555e0d,'content':_0x3d5661,'version':_0x45975d,..._0x389e56});this[_0x588b1d(0x163)][_0x588b1d(0x188)](_0x3e5189),_0x2d4fa1[_0x588b1d(0x183)]();const _0x3eaa1b=(_0x334f9a,_0x206b84,_0x21f97f=!0x1,_0x28980c=_0x588b1d(0x106))=>this[_0x588b1d(0x13e)][_0x588b1d(0x11a)](async _0x5b4a07=>{const _0x600e4d=_0x588b1d;try{const _0x4aa06a=_0x4b8cd2({'editor':_0x555e0d,'changeGroups':_0x334f9a[_0x600e4d(0x18e)],'documentContextContent':_0x334f9a[_0x600e4d(0x136)],'showDiff':_0x21f97f,'trimUnchanged':!0x1});await _0x206b84[_0x600e4d(0x11b)]({'parts':_0x4aa06a,'renderingStrategy':_0x28980c,'abortSignal':_0x5b4a07});}catch(_0x46d7ad){if(this[_0x600e4d(0x175)](_0x46d7ad))return;throw _0x46d7ad;}});this[_0x588b1d(0x12b)]['on'](_0x588b1d(0x142),(_0x2c606b,_0x4db9cf)=>{const _0x17d991=_0x588b1d;_0x2d4fa1[_0x17d991(0xeb)](),_0xb84875[_0x17d991(0x15a)](),_0x3eaa1b(_0x4db9cf,_0x2d4fa1)[_0x17d991(0xb8)](_0xa2e8e4=>{const _0x114910=_0x17d991;this[_0x114910(0x175)](_0xa2e8e4)||(console[_0x114910(0x121)](_0x114910(0x100),_0xa2e8e4),this[_0x114910(0xb9)](_0x3e5189,_0x2d4fa1));});}),this[_0x588b1d(0x12b)]['on'](_0x588b1d(0x12a),(_0x319ef5,_0x2c3081)=>{const _0x344f04=_0x588b1d;_0x3eaa1b(_0x2c3081,_0x2d4fa1)[_0x344f04(0xb8)](_0x3d5464=>{const _0x982225=_0x344f04;this[_0x982225(0x175)](_0x3d5464)||(console[_0x982225(0x121)](_0x982225(0x13b),_0x3d5464),this[_0x982225(0xb9)](_0x3e5189,_0x2d4fa1));});}),this[_0x588b1d(0x12b)]['on'](_0x588b1d(0xcb),async()=>{const _0x23f054=_0x588b1d;try{await this[_0x23f054(0xe1)](_0x2d4fa1,_0xb84875),this[_0x23f054(0x170)](),await this[_0x23f054(0x13e)][_0x23f054(0xb4)];}catch(_0x59f24d){this[_0x23f054(0x175)](_0x59f24d)||(console[_0x23f054(0x121)](_0x23f054(0xca),_0x59f24d),this[_0x23f054(0xb9)](_0x3e5189,_0x2d4fa1));}finally{_0xb84875[_0x23f054(0x11f)]();}}),this[_0x588b1d(0x12e)](_0x2d4fa1,_0x588b1d(0x187),async(_0x21c988,{showDiff:_0x4b7c91})=>{const _0x42a3a1=_0x588b1d;try{this[_0x42a3a1(0xd0)]=_0x4b7c91;const _0x18f5c0=this[_0x42a3a1(0x12b)][_0x42a3a1(0xf0)][this[_0x42a3a1(0x12b)][_0x42a3a1(0xf0)][_0x42a3a1(0x18d)]-0x1];_0x18f5c0&&await _0x3eaa1b(_0x18f5c0,_0x2d4fa1,_0x4b7c91,_0x42a3a1(0xb0));}catch(_0x407938){this[_0x42a3a1(0x175)](_0x407938)||(console[_0x42a3a1(0x121)](_0x42a3a1(0x134),_0x407938),this[_0x42a3a1(0xb9)](_0x3e5189,_0x2d4fa1));}}),this[_0x588b1d(0x12b)]['on'](_0x588b1d(0x10a),(_0x13aba8,{reply:_0x40f413})=>{const _0x120bc3=_0x588b1d,_0x140d91={'positiveCount':_0x40f413[_0x120bc3(0x18e)][_0x120bc3(0x105)](_0x24635a=>_0x120bc3(0x12d)===_0x24635a[_0x120bc3(0xd5)])[_0x120bc3(0x18d)],'totalCount':_0x40f413[_0x120bc3(0x18e)][_0x120bc3(0x18d)]},_0x5645e3=this[_0x120bc3(0x12b)][_0x120bc3(0x130)],_0x2bf08f=this[_0x120bc3(0x12b)][_0x120bc3(0x164)];_0x2bf08f?this[_0x120bc3(0xc2)][_0x120bc3(0x10f)](_0x2bf08f,_0x5645e3,_0x140d91):this[_0x120bc3(0xc2)][_0x120bc3(0x131)](_0x5645e3,_0x140d91);}),this[_0x588b1d(0xba)](_0x2d4fa1,_0xb84875);try{const _0x27b458=await this[_0x588b1d(0x12b)][_0x588b1d(0x151)]();return this[_0x588b1d(0x170)](),_0x27b458;}catch(_0x8285d5){if(this[_0x588b1d(0x175)](_0x8285d5))return;_0x2d4fa1[_0x588b1d(0xeb)](),this[_0x588b1d(0xb9)](_0x3e5189,_0x2d4fa1);}}[_0x1ac2c8(0x132)](_0xe9ec77,_0x599ffd,_0x541b7b){const _0x3756eb=_0x1ac2c8,_0x121f1d=this[_0x3756eb(0xaa)];if(_0x541b7b&&!_0x121f1d[_0x3756eb(0xfd)][_0x3756eb(0x16e)](_0x3756eb(0x108)))throw new _0xacfcc6(_0x3756eb(0x15b),null);const _0x286b8b=this[_0x3756eb(0xaa)][_0x3756eb(0xfd)][_0x3756eb(0xe6)](_0x5a7a78),_0x5a91d5=this[_0x3756eb(0x12b)],_0x41b904=this[_0x3756eb(0x12b)][_0x3756eb(0xf0)][this[_0x3756eb(0x12b)][_0x3756eb(0xf0)][_0x3756eb(0x18d)]-0x1],_0x50b551=_0x41b904[_0x3756eb(0x18e)];_0x41b904[_0x3756eb(0xb3)](0x0,_0x3756eb(0x12d));let _0x6fdf2d=_0x39c828({'editor':_0x121f1d,'reply':_0x41b904,'interaction':_0x5a91d5,'groups':_0x50b551,'transform':!0x1,'documentCompare':_0x286b8b,'documentCompareOptions':{'anchor':_0x121f1d[_0x3756eb(0xe5)][_0x3756eb(0x162)](_0xe9ec77,0x0),'markDeletions':_0x541b7b}});_0x6fdf2d=this[_0x3756eb(0x191)](_0x6fdf2d,_0x599ffd);for(const _0x130ceb of _0x6fdf2d)this[_0x3756eb(0x13d)](_0x599ffd,_0x130ceb,_0x121f1d[_0x3756eb(0xe5)][_0x3756eb(0xbf)][_0x3756eb(0x126)]());const _0x743b33=_0x5a91d5[_0x3756eb(0xc8)]()[_0x3756eb(0x13a)],_0x237fc7=_0x121f1d[_0x3756eb(0xe5)][_0x3756eb(0xbf)][_0x3756eb(0xd3)][_0x3756eb(0x15e)](_0x743b33),_0xe401aa={'document':_0x121f1d[_0x3756eb(0xe5)][_0x3756eb(0xbf)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x4eec32=_0x299594(_0x6fdf2d,_0x237fc7,_0xe401aa)[_0x3756eb(0xdc)];_0x121f1d[_0x3756eb(0xe5)][_0x3756eb(0x143)](_0x2032cc=>{const _0x148806=_0x3756eb;if(_0x2032cc[_0x148806(0x153)](_0x121f1d[_0x148806(0xe5)][_0x148806(0xbf)][_0x148806(0x127)][_0x148806(0xea)]),_0x541b7b)_0x121f1d[_0x148806(0xfd)][_0x148806(0xe6)](_0x148806(0xfe))[_0x148806(0x16d)](_0x4eec32);else{for(const _0x21d7c8 of _0x4eec32)_0x21d7c8[_0x148806(0x169)]=_0x121f1d[_0x148806(0xe5)][_0x148806(0xbf)][_0x148806(0x13a)],_0x593f75(_0x121f1d,_0x21d7c8),_0x2032cc[_0x148806(0x15d)][_0x148806(0x144)](_0x21d7c8),_0x121f1d[_0x148806(0xe5)][_0x148806(0xa8)](_0x21d7c8);}}),this[_0x3756eb(0xaa)][_0x3756eb(0xfd)][_0x3756eb(0xe6)](_0x3756eb(0xc9))[_0x3756eb(0xa9)]();}[_0x1ac2c8(0x191)](_0x1e8700,_0x238ef4){const _0x5b3f9d=_0x1ac2c8;return _0x1e8700[_0x5b3f9d(0x105)](_0x37c33b=>{const _0x279e33=_0x5b3f9d;if(_0x279e33(0xd7)==_0x37c33b[_0x279e33(0x172)]){const _0x58a64a=_0x37c33b[_0x279e33(0x160)][_0x279e33(0xb5)];return!_0x238ef4[_0x279e33(0x16e)](_0x58a64a);}if(_0x37c33b[_0x279e33(0x172)][_0x279e33(0xf1)](_0x279e33(0xa7))>-0x1){const _0x3fd0b=_0x37c33b[_0x279e33(0xef)][_0x279e33(0x151)][_0x279e33(0xb5)];return!_0x238ef4[_0x279e33(0x16e)](_0x3fd0b);}return!0x0;});}[_0x1ac2c8(0x13d)](_0x2fa2e6,_0x4bb6c6,_0x525b81){const _0x5a2941=_0x1ac2c8,_0x38660b=_0x4bb6c6[_0x5a2941(0x155)]();for(const _0x38cc42 in _0x4bb6c6){const _0x309dda=_0x4bb6c6[_0x38cc42];_0x309dda instanceof _0x4ac241?_0x4bb6c6[_0x38cc42]=new _0x4ac241(_0x615f95(_0x309dda[_0x5a2941(0x151)]),_0x615f95(_0x309dda[_0x5a2941(0xe8)])):_0x309dda instanceof _0x279cc9&&(_0x4bb6c6[_0x38cc42]=_0x615f95(_0x309dda));}if([_0x5a2941(0xcc),_0x5a2941(0x139),_0x5a2941(0x149),_0x5a2941(0x176),_0x5a2941(0xc4),_0x5a2941(0xd8)][_0x5a2941(0xb2)](_0x38660b[_0x5a2941(0x172)])){if(_0x38660b[_0x5a2941(0x150)]=!0x1,_0x38660b[_0x5a2941(0x169)]=null,_0x5a2941(0x149)==_0x38660b[_0x5a2941(0x172)]){const _0x216d5a=_0x38660b[_0x5a2941(0xab)],_0x4f9fda=_0x38660b[_0x5a2941(0x167)];new _0x2a5b93(_0x216d5a,_0x4f9fda)[_0x5a2941(0x17c)]();}else _0x38660b[_0x5a2941(0x17c)]();}function _0x615f95(_0x35caeb){const _0x1a4026=_0x5a2941;if(_0x1a4026(0x173)==_0x35caeb[_0x1a4026(0x118)][_0x1a4026(0x18b)])return _0x35caeb;const _0x3bd003=[];let _0x1b9e57=_0x35caeb[_0x1a4026(0x118)];for(let _0x52b2b6=0x0;_0x52b2b6<_0x35caeb[_0x1a4026(0x140)][_0x1a4026(0x18d)];_0x52b2b6++){const _0x5d9687=_0x2fa2e6[_0x1a4026(0xe6)](_0x1b9e57)||0x0;_0x3bd003[_0x52b2b6]=_0x35caeb[_0x1a4026(0x140)][_0x52b2b6]+_0x5d9687,_0x1b9e57=_0x1b9e57[_0x1a4026(0xc7)](_0x35caeb[_0x1a4026(0x140)][_0x52b2b6]);}return new _0x279cc9(_0x525b81,_0x3bd003,_0x35caeb[_0x1a4026(0x10d)]);}}[_0x1ac2c8(0xee)](){const _0x55f9e0=_0x1ac2c8;if(!this[_0x55f9e0(0x147)])return;this[_0x55f9e0(0x163)][_0x55f9e0(0x18d)]>0x0&&this[_0x55f9e0(0x17b)](),this[_0x55f9e0(0x133)]=0x0,this[_0x55f9e0(0xd0)]=!0x1;const {action:_0x3f5898,content:_0x39ac13,version:_0x8c3552,mainView:_0x56636f,aiBalloon:_0x5b1109}=this[_0x55f9e0(0x147)];_0x56636f[_0x55f9e0(0x165)]=!0x1,_0x56636f[_0x55f9e0(0x183)](),this[_0x55f9e0(0xd4)](_0x56636f,_0x5b1109);const _0x3c9a8c=_0x56636f;_0x3c9a8c[_0x55f9e0(0x177)]&&_0x3c9a8c[_0x55f9e0(0x177)][_0x55f9e0(0xb6)]&&_0x3c9a8c[_0x55f9e0(0x177)][_0x55f9e0(0xb6)][_0x55f9e0(0xde)]({'isOn':!0x1,'icon':_0x1cbaa4}),this[_0x55f9e0(0xda)](_0x56636f),_0x56636f[_0x55f9e0(0x115)](),this[_0x55f9e0(0x170)](),this[_0x55f9e0(0xf6)](_0x56636f),this[_0x55f9e0(0x156)](_0x39ac13,_0x8c3552,_0x56636f,_0x5b1109,_0x3f5898)[_0x55f9e0(0xb8)](_0xf4e94a=>{const _0x4b51b2=_0x55f9e0;this[_0x4b51b2(0x175)](_0xf4e94a)||console[_0x4b51b2(0x121)](_0x4b51b2(0x104),_0xf4e94a);});}[_0x1ac2c8(0xda)](_0x4dd8a2){const _0x4bb3e4=_0x1ac2c8,_0xccaa99=_0x4dd8a2[_0x4bb3e4(0x114)][_0x4bb3e4(0x141)];for(;_0xccaa99[_0x4bb3e4(0x18d)]>0x0;)_0xccaa99[_0x4bb3e4(0x149)](_0xccaa99[_0x4bb3e4(0x154)]);_0x4dd8a2[_0x4bb3e4(0x114)][_0x4bb3e4(0xdf)]=!0x1;}[_0x1ac2c8(0x175)](_0x46e97a){const _0x461fbc=_0x1ac2c8;return!!_0x46e97a[_0x461fbc(0x125)]&&_0x46e97a[_0x461fbc(0x125)][_0x461fbc(0x113)](_0x461fbc(0x17f));}[_0x1ac2c8(0xc0)](){const _0x1c93c8=_0x1ac2c8;this[_0x1c93c8(0x163)]=[],this[_0x1c93c8(0x147)]=void 0x0,this[_0x1c93c8(0x133)]=0x0,this[_0x1c93c8(0x170)]();}[_0x1ac2c8(0x17b)](){const _0x1e1fce=_0x1ac2c8;this[_0x1e1fce(0x12b)]&&this[_0x1e1fce(0x12b)][_0x1e1fce(0xed)](),this[_0x1e1fce(0x13e)][_0x1e1fce(0x120)](),this[_0x1e1fce(0xf8)]=!0x1,this[_0x1e1fce(0x147)]&&this[_0x1e1fce(0x147)][_0x1e1fce(0x17e)][_0x1e1fce(0x11f)]();}[_0x1ac2c8(0xc3)](){const _0x3aee12=_0x1ac2c8,_0x17fc96=new _0x4ad9f1(this[_0x3aee12(0xaa)][_0x3aee12(0x161)]),_0x5bf280=new _0x4ad9f1(this[_0x3aee12(0xaa)][_0x3aee12(0x161)]),_0x931d36=new _0x916aa7(this[_0x3aee12(0xaa)][_0x3aee12(0x161)]),_0x16a8fe=new _0x4ad9f1(this[_0x3aee12(0xaa)][_0x3aee12(0x161)]);_0x17fc96[_0x3aee12(0xde)]({'icon':_0x138dc4,'label':_0xf52960(this[_0x3aee12(0xaa)][_0x3aee12(0x161)],_0x3aee12(0x117)),'tooltip':!0x0,'class':_0x3aee12(0xc1)}),_0x5bf280[_0x3aee12(0xde)]({'icon':_0xbc055e,'tooltip':_0xf52960(this[_0x3aee12(0xaa)][_0x3aee12(0x161)],_0x3aee12(0xbb)),'class':_0x3aee12(0x16b)}),_0x931d36[_0x3aee12(0x13c)]({'tag':_0x3aee12(0xf2),'attributes':{'class':[_0x3aee12(0x103)]},'children':[_0x3aee12(0x174)]}),_0x16a8fe[_0x3aee12(0xde)]({'icon':_0x6c2f,'tooltip':_0xf52960(this[_0x3aee12(0xaa)][_0x3aee12(0x161)],_0x3aee12(0x107)),'class':_0x3aee12(0x190)}),_0x17fc96[_0x3aee12(0xfc)](_0x3aee12(0x184))['to'](this,_0x3aee12(0xf8),_0x383c8c=>!_0x383c8c),_0x17fc96['on'](_0x3aee12(0x159),()=>{const _0x22c3dd=_0x3aee12;this[_0x22c3dd(0xee)]();}),_0x5bf280[_0x3aee12(0xfc)](_0x3aee12(0x184))['to'](this,_0x3aee12(0xf8),_0x392a1c=>!_0x392a1c),_0x5bf280['on'](_0x3aee12(0x159),()=>{const _0x2d132d=_0x3aee12;this[_0x2d132d(0xb7)]();}),_0x16a8fe[_0x3aee12(0xfc)](_0x3aee12(0x184))['to'](this,_0x3aee12(0xf8),_0x383bd9=>!_0x383bd9),_0x16a8fe['on'](_0x3aee12(0x159),()=>{const _0x2ccd1d=_0x3aee12;this[_0x2ccd1d(0x101)]();}),this[_0x3aee12(0x14e)]=_0x5bf280,this[_0x3aee12(0xe4)]=_0x931d36,this[_0x3aee12(0x14d)]=_0x16a8fe,this[_0x3aee12(0x11e)][_0x3aee12(0xd1)](_0x17fc96);}[_0x1ac2c8(0xb7)](){const _0x5c71e0=_0x1ac2c8,_0x3dd1de=this[_0x5c71e0(0x163)][_0x5c71e0(0x18d)];this[_0x5c71e0(0x133)]<_0x3dd1de-0x1&&this[_0x5c71e0(0x135)](this[_0x5c71e0(0x133)]+0x1);}[_0x1ac2c8(0x101)](){const _0x2957a5=_0x1ac2c8;this[_0x2957a5(0x133)]>0x0&&this[_0x2957a5(0x135)](this[_0x2957a5(0x133)]-0x1);}async[_0x1ac2c8(0x135)](_0x2994a6){const _0x4851db=_0x1ac2c8;if(!this[_0x4851db(0x147)])return;this[_0x4851db(0x133)]=_0x2994a6;const {mainView:_0x5b261d}=this[_0x4851db(0x147)],_0x49f1df=this[_0x4851db(0x163)][this[_0x4851db(0x163)][_0x4851db(0x18d)]-0x1-this[_0x4851db(0x133)]];if(!_0x49f1df)return;if(_0x49f1df[_0x4851db(0xbc)])return this[_0x4851db(0xb9)](_0x49f1df,_0x5b261d),void this[_0x4851db(0x170)]();if(!_0x49f1df[_0x4851db(0xf0)][_0x4851db(0x18d)])return;_0x5b261d[_0x4851db(0x183)](),this[_0x4851db(0x147)]&&this[_0x4851db(0xd4)](_0x5b261d,this[_0x4851db(0x147)][_0x4851db(0x17e)]);const _0x227b57=_0x49f1df[_0x4851db(0xf0)][_0x49f1df[_0x4851db(0xf0)][_0x4851db(0x18d)]-0x1];if(_0x227b57){const _0x38f91f=this[_0x4851db(0xaa)];this[_0x4851db(0xda)](_0x5b261d);try{const _0x3d10f9=_0x4b8cd2({'editor':_0x38f91f,'changeGroups':_0x227b57[_0x4851db(0x18e)],'documentContextContent':_0x227b57[_0x4851db(0x136)],'showDiff':this[_0x4851db(0xd0)],'trimUnchanged':!0x1});this[_0x4851db(0xda)](_0x5b261d),await new Promise(_0x274a3c=>setTimeout(_0x274a3c,0x32)),await _0x5b261d[_0x4851db(0x11b)]({'parts':_0x3d10f9,'renderingStrategy':_0x4851db(0xb0),'abortSignal':new AbortController()[_0x4851db(0x11d)]});}catch(_0x5b564e){this[_0x4851db(0x175)](_0x5b564e)||console[_0x4851db(0x121)](_0x4851db(0x186),_0x5b564e);}}this[_0x4851db(0x170)]();}[_0x1ac2c8(0x170)](){const _0xc3cb89=_0x1ac2c8;if(!this[_0xc3cb89(0x14e)]||!this[_0xc3cb89(0xe4)]||!this[_0xc3cb89(0x14d)])return;const _0x1b4e5b=this[_0xc3cb89(0x163)][_0xc3cb89(0x18d)],_0x218150=_0x1b4e5b>0x1,_0x2a9833=this[_0xc3cb89(0x147)]?.[_0xc3cb89(0x129)];if(_0x218150){this[_0xc3cb89(0x102)]||this[_0xc3cb89(0xdd)]||this[_0xc3cb89(0x123)]||(this[_0xc3cb89(0x11e)][_0xc3cb89(0xd1)](this[_0xc3cb89(0x14e)]),_0x2a9833?.[_0xc3cb89(0x18c)](this[_0xc3cb89(0x14e)]),this[_0xc3cb89(0x102)]=!0x0,this[_0xc3cb89(0x11e)][_0xc3cb89(0xd1)](this[_0xc3cb89(0xe4)]),_0x2a9833?.[_0xc3cb89(0x18c)](this[_0xc3cb89(0xe4)]),this[_0xc3cb89(0xdd)]=!0x0,this[_0xc3cb89(0x11e)][_0xc3cb89(0xd1)](this[_0xc3cb89(0x14d)]),_0x2a9833?.[_0xc3cb89(0x18c)](this[_0xc3cb89(0x14d)]),this[_0xc3cb89(0x123)]=!0x0);const _0x21d49a=_0x1b4e5b-this[_0xc3cb89(0x133)];this[_0xc3cb89(0xe4)][_0xc3cb89(0xad)]&&(this[_0xc3cb89(0xe4)][_0xc3cb89(0xad)][_0xc3cb89(0xae)]=_0x21d49a+'/'+_0x1b4e5b),this[_0xc3cb89(0x14e)][_0xc3cb89(0x184)]=this[_0xc3cb89(0x133)]<_0x1b4e5b-0x1,this[_0xc3cb89(0x14d)][_0xc3cb89(0x184)]=this[_0xc3cb89(0x133)]>0x0;}else(this[_0xc3cb89(0x102)]||this[_0xc3cb89(0xdd)]||this[_0xc3cb89(0x123)])&&(this[_0xc3cb89(0x11e)][_0xc3cb89(0x149)](this[_0xc3cb89(0x14e)]),_0x2a9833?.[_0xc3cb89(0x16c)](this[_0xc3cb89(0x14e)]),this[_0xc3cb89(0x102)]=!0x1,this[_0xc3cb89(0x11e)][_0xc3cb89(0x149)](this[_0xc3cb89(0xe4)]),_0x2a9833?.[_0xc3cb89(0x16c)](this[_0xc3cb89(0xe4)]),this[_0xc3cb89(0xdd)]=!0x1,this[_0xc3cb89(0x11e)][_0xc3cb89(0x149)](this[_0xc3cb89(0x14d)]),_0x2a9833?.[_0xc3cb89(0x16c)](this[_0xc3cb89(0x14d)]),this[_0xc3cb89(0x123)]=!0x1);}[_0x1ac2c8(0xba)](_0x3bc04e,_0x538558){const _0xce1b31=_0x1ac2c8;_0x3bc04e[_0xce1b31(0xd6)](),_0x538558[_0xce1b31(0x181)][_0xce1b31(0xd6)](),this[_0xce1b31(0xf8)]=!0x0;}async[_0x1ac2c8(0xb9)](_0x559510,_0x4cf9c9){const _0x299e9f=_0x1ac2c8,_0x3fa386=_0xf52960(this[_0x299e9f(0xaa)][_0x299e9f(0x161)],_0x299e9f(0x157));_0x4cf9c9[_0x299e9f(0x185)](_0x3fa386),_0x559510[_0x299e9f(0xbc)]=!0x0,await this[_0x299e9f(0x13e)][_0x299e9f(0xb4)],_0x4cf9c9[_0x299e9f(0x14b)](),this[_0x299e9f(0x147)]?.[_0x299e9f(0x17e)][_0x299e9f(0x181)][_0x299e9f(0xcd)]&&(this[_0x299e9f(0x147)][_0x299e9f(0x17e)][_0x299e9f(0x181)][_0x299e9f(0xcd)][_0x299e9f(0x16a)]=!0x0);}[_0x1ac2c8(0xd4)](_0x5e038e,_0xb48f3c){const _0x5b2103=_0x1ac2c8;_0x5e038e[_0x5b2103(0x10b)](),_0xb48f3c[_0x5b2103(0x181)][_0x5b2103(0xcd)]&&(_0xb48f3c[_0x5b2103(0x181)][_0x5b2103(0xcd)][_0x5b2103(0x16a)]=!0x1);}async[_0x1ac2c8(0xe1)](_0x3b0928,_0x19ab36){const _0x349e68=_0x1ac2c8;await this[_0x349e68(0x13e)][_0x349e68(0xb4)],this[_0x349e68(0xf8)]=!0x1,_0x3b0928[_0x349e68(0xec)](),_0x19ab36[_0x349e68(0x181)][_0x349e68(0xec)]();}[_0x1ac2c8(0x138)](){const _0x4723d5=_0x1ac2c8;this[_0x4723d5(0x11e)][_0x4723d5(0xf5)](_0x3a9b53=>{const _0x16ec29=_0x4723d5;_0x16ec29(0x184)in _0x3a9b53&&(_0x3a9b53[_0x16ec29(0x184)]=!0x1);});}}function _0x6596(){const _0x4eeb49=['history','_clearErrorState','state','setLoading','rename','merge','3569656GJDpGL','_clearSuggestionContent','AIConnector','operationsA','_isNavigationCounterInView','set','hasPendingParts','420YFIqHc','_clearLoadingState','modelToViewWithIds','rejected','_navigationCounter','model','get','detachFromDom','end','getSelectedTableCells','focus','hideLoader','clearLoading','stop','_refreshInteraction','range','replies','indexOf','span','toData','getSelectedContent','forEach','stopListening','documentFragment','isBusy','applySuggestion','_clone','requires','bind','plugins','TrackChangesEditing','_appendChild','Error\x20updating\x20content\x20in\x20replyCreated:','_navigateToNext','_isNavigationPreviousButtonInView','ck-ai-interaction-counter','Error\x20refreshing\x20interaction:','filter','streaming','AI_ACTIONS_NEXT_INTERACTION','TrackChanges','_getExecuteDataInTable','replyChangeGroupStateUpdated','clearErrorState','2447690MPESsR','stickiness','destroy','upsertAIActionRating','_getExecuteDataRegular','getSelectedBlocks','isOfficialPlugin','startsWith','bodyView','showLoader','getCommonAncestor','AI_ACTIONS_TRY_AGAIN','root','161880KosyoR','enqueue','updateContent','attachToDom','signal','_customViews','stopAutoScroll','abort','error','processor','_isNavigationNextButtonInView','createPositionAfter','message','getRoot','selection','686439smUjuo','mainView','replyContentUpdated','_interaction','createRange','accepted','listenTo','getFirstRange','actionCallId','upsertCustomAIActionRating','_applyChanges','_currentInteractionIndex','Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:','_displayInteractionAtIndex','documentContextContent','map','_disableCustomViews','move','version','Error\x20updating\x20content\x20in\x20replyContentUpdated:','setTemplate','_anchorOperation','_promiseQueue','random','path','_children','replyCreated','change','addOperation','selectionRemoved','_wrapWithCommonAncestors','_interactionParams','42026JPUASl','remove','icon','setErrorState','AIActions','_navigationNextButton','_navigationPreviousButton','schema','isDocumentOperation','start','pluginName','setSelection','first','clone','_createInteraction','AI_ACTIONS_GENERIC_ERROR','nextSibling','execute','startAutoScroll','ai-no-track-changes','createPositionBefore','batch','getOperations','isPremiumPlugin','position','locale','createPositionAt','_interactions','actionName','areChangesVisible','_executeAction','howMany','getAncestors','baseVersion','isLoading','ck-ai-navigation-button\x20ck-ai-previous-button','removeNavigationItem','_applyOperationsAsSuggestions','has','open','_updateNavigationUI','ai.availableReplyActions','type','$graveyard','1/1','_isAbortError','reinsert','miniToolbarView','config','isCollapsed','data','_stopInteraction','_execute','8694960UpQFvf','aiBalloon','ai-request-aborted','_bodyCollection','balloonView','parent','hideError','isEnabled','showError','Error\x20updating\x20content\x20during\x20navigation:','toggleSuggestionDisplayMode','push','51qIZgey','getSelectionAsFragment','rootName','addNavigationItem','length','changeGroups','getRanges','ck-ai-navigation-button\x20ck-ai-next-button','_filterOperationsOutsideRange','5McfCAu','Attribute','applyOperation','close','editor','sourcePosition','dialogClosed','element','textContent','slice','static','stopInteraction','includes','setChangeGroupState','queueEmptyPromise','nodeAfter','showChangesButton','_navigateToPrevious','catch','_setErrorState','_setLoadingState','AI_ACTIONS_PREVIOUS_INTERACTION','hasError','executeAction','718422HgjTfU','document','_clearInteractionHistory','ck-ai-custom-action-button','_aiConnector','_setupCustomViews','split','getLimitElement','pending','getChildAtOffset','getDocumentContext','AIBalloon','Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:','interactionFinished','insert','toolbar','TableSelection','insertSuggestion','_balloonShowDiff','add','getChild'];_0x6596=function(){return _0x4eeb49;};return _0x6596();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5cecbc=_0x3ae0;(function(_0x55da53,_0x3d4ffa){const _0x2d0235=_0x3ae0,_0x4e1543=_0x55da53();while(!![]){try{const _0xf1196e=parseInt(_0x2d0235(0x119))/0x1+-parseInt(_0x2d0235(0x112))/0x2*(parseInt(_0x2d0235(0x118))/0x3)+-parseInt(_0x2d0235(0x111))/0x4+parseInt(_0x2d0235(0x10b))/0x5*(-parseInt(_0x2d0235(0x10c))/0x6)+parseInt(_0x2d0235(0x11a))/0x7+-parseInt(_0x2d0235(0x117))/0x8+parseInt(_0x2d0235(0x110))/0x9;if(_0xf1196e===_0x3d4ffa)break;else _0x4e1543['push'](_0x4e1543['shift']());}catch(_0x109409){_0x4e1543['push'](_0x4e1543['shift']());}}}(_0x1923,0x85e34));import{AIReply as _0x44c832}from'../../aicore/model/aireply.js';function _0x1923(){const _0x1fbf65=['updateChangeGroups','changeGroups','removed','parsedContent','modified','node','map','isDone','added','parsedMergedContent','documentContextContent','64955VMQVeT','102EiCugp','childNodes','length','pop','20970810tNmFDS','3083552AAaZtk','6GIWQLQ','data-id','pending','cloneNode','new','6886184rVPvQP','1044909hoFBsF','45545TzUGmO','7491302nQVHFl','value','children','_getDifferentChangeGroups'];_0x1923=function(){return _0x1fbf65;};return _0x1923();}import{getAttribute as _0x137e08}from'../../aicore/utils/htmlparser.js';import{uid as _0x3185b1}from'ckeditor5/src/utils.js';function _0x3ae0(_0x20b688,_0x367d26){const _0x192338=_0x1923();return _0x3ae0=function(_0x3ae06b,_0x3c5fa2){_0x3ae06b=_0x3ae06b-0x101;let _0x4cd601=_0x192338[_0x3ae06b];return _0x4cd601;},_0x3ae0(_0x20b688,_0x367d26);}import{diffArrays as _0x3ba627}from'diff';export class AIActionsReply extends _0x44c832{[_0x5cecbc(0x11e)](){const _0x24dbc6=_0x5cecbc;if(this[_0x24dbc6(0x109)]=this[_0x24dbc6(0x103)][_0x24dbc6(0x115)](!0x0),0x0==this[_0x24dbc6(0x109)][_0x24dbc6(0x10d)][_0x24dbc6(0x10e)])return void(this[_0x24dbc6(0x101)]=[]);const _0x409638=this[_0x24dbc6(0x10a)][_0x24dbc6(0x11c)][_0x24dbc6(0x106)](_0x1ccb39=>({'node':_0x1ccb39,'id':_0x137e08(_0x1ccb39,_0x24dbc6(0x113))})),_0x98f893=this[_0x24dbc6(0x109)][_0x24dbc6(0x11c)][_0x24dbc6(0x106)](_0x14d328=>({'node':_0x14d328,'id':_0x137e08(_0x14d328,_0x24dbc6(0x113))||_0x3185b1()})),_0xf53a90=_0x3ba627(_0x409638,_0x98f893,{'comparator':(_0x1a0940,_0x25c4af)=>_0x1a0940['id']==_0x25c4af['id'],'oneChangePerToken':!0x0});if(!this[_0x24dbc6(0x107)]){for(;_0xf53a90[_0x24dbc6(0x10e)]&&_0xf53a90[_0xf53a90[_0x24dbc6(0x10e)]-0x1][_0x24dbc6(0x102)];)_0xf53a90[_0x24dbc6(0x10f)]();}const _0x232587=_0xf53a90[_0x24dbc6(0x106)](_0x608ec2=>{const _0x22cb5c=_0x24dbc6,_0x11eb94=_0x608ec2[_0x22cb5c(0x108)]?_0x22cb5c(0x116):_0x608ec2[_0x22cb5c(0x102)]?_0x22cb5c(0x102):_0x22cb5c(0x104);return{'node':_0x608ec2[_0x22cb5c(0x11b)][0x0][_0x22cb5c(0x105)],'type':_0x11eb94,'id':_0x608ec2[_0x22cb5c(0x11b)][0x0]['id']};});this[_0x24dbc6(0x101)]=[{'changes':_0x232587,'state':_0x24dbc6(0x114),'index':0x0}];}[_0x5cecbc(0x11d)](_0x7dfd52,_0x586156){return _0x586156;}}
23
+ function _0x64a5(){const _0x41fc4a=['cloneNode','19294810tNgehz','parsedMergedContent','298FWWsNT','64795YnmQsh','children','documentContextContent','258gcYeqn','removed','9PnooWT','changeGroups','childNodes','updateChangeGroups','isDone','data-id','parsedContent','pending','1297288SWIoKS','value','6187524ZDuEiX','length','modified','added','_getDifferentChangeGroups','pop','15873Cahlla','new','node','map','1622176PhpbIl','27520YOclRh'];_0x64a5=function(){return _0x41fc4a;};return _0x64a5();}const _0x6c968a=_0x268d;(function(_0x4a0477,_0x22a798){const _0x17fd64=_0x268d,_0x319e1d=_0x4a0477();while(!![]){try{const _0x4e4714=-parseInt(_0x17fd64(0x1fc))/0x1+parseInt(_0x17fd64(0x200))/0x2*(-parseInt(_0x17fd64(0x1f7))/0x3)+-parseInt(_0x17fd64(0x1ef))/0x4+parseInt(_0x17fd64(0x201))/0x5*(parseInt(_0x17fd64(0x204))/0x6)+-parseInt(_0x17fd64(0x1f1))/0x7+parseInt(_0x17fd64(0x1fb))/0x8*(parseInt(_0x17fd64(0x206))/0x9)+parseInt(_0x17fd64(0x1fe))/0xa;if(_0x4e4714===_0x22a798)break;else _0x319e1d['push'](_0x319e1d['shift']());}catch(_0x552cc1){_0x319e1d['push'](_0x319e1d['shift']());}}}(_0x64a5,0xa270d));function _0x268d(_0x965f6d,_0x47ac62){const _0x64a54d=_0x64a5();return _0x268d=function(_0x268d6b,_0x4d0c99){_0x268d6b=_0x268d6b-0x1ec;let _0x3e76d3=_0x64a54d[_0x268d6b];return _0x3e76d3;},_0x268d(_0x965f6d,_0x47ac62);}import{AIReply as _0x2f64af}from'../../aicore/model/aireply.js';import{getAttribute as _0x45f008}from'../../aicore/utils/htmlparser.js';import{uid as _0x5b8ab4}from'ckeditor5/src/utils.js';import{diffArrays as _0x2e31ef}from'diff';export class AIActionsReply extends _0x2f64af{[_0x6c968a(0x209)](){const _0x59f83b=_0x6c968a;if(this[_0x59f83b(0x1ff)]=this[_0x59f83b(0x1ed)][_0x59f83b(0x1fd)](!0x0),0x0==this[_0x59f83b(0x1ff)][_0x59f83b(0x208)][_0x59f83b(0x1f2)])return void(this[_0x59f83b(0x207)]=[]);const _0x272a17=this[_0x59f83b(0x203)][_0x59f83b(0x202)][_0x59f83b(0x1fa)](_0x33ebb8=>({'node':_0x33ebb8,'id':_0x45f008(_0x33ebb8,_0x59f83b(0x1ec))})),_0x20173b=this[_0x59f83b(0x1ff)][_0x59f83b(0x202)][_0x59f83b(0x1fa)](_0xa8b749=>({'node':_0xa8b749,'id':_0x45f008(_0xa8b749,_0x59f83b(0x1ec))||_0x5b8ab4()})),_0x487e21=_0x2e31ef(_0x272a17,_0x20173b,{'comparator':(_0x103680,_0x481e7f)=>_0x103680['id']==_0x481e7f['id'],'oneChangePerToken':!0x0});if(!this[_0x59f83b(0x20a)]){for(;_0x487e21[_0x59f83b(0x1f2)]&&_0x487e21[_0x487e21[_0x59f83b(0x1f2)]-0x1][_0x59f83b(0x205)];)_0x487e21[_0x59f83b(0x1f6)]();}const _0xecbd78=_0x487e21[_0x59f83b(0x1fa)](_0x359e19=>{const _0x4c2657=_0x59f83b,_0x48146f=_0x359e19[_0x4c2657(0x1f4)]?_0x4c2657(0x1f8):_0x359e19[_0x4c2657(0x205)]?_0x4c2657(0x205):_0x4c2657(0x1f3);return{'node':_0x359e19[_0x4c2657(0x1f0)][0x0][_0x4c2657(0x1f9)],'type':_0x48146f,'id':_0x359e19[_0x4c2657(0x1f0)][0x0]['id']};});this[_0x59f83b(0x207)]=[{'changes':_0xecbd78,'state':_0x59f83b(0x1ee),'index':0x0}];}[_0x6c968a(0x1f5)](_0x4052dc,_0x403a49){return _0x403a49;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5f2640=_0xcd26;(function(_0x319c40,_0x4a7dc1){const _0x5c355d=_0xcd26,_0x4f9ef8=_0x319c40();while(!![]){try{const _0x33a310=-parseInt(_0x5c355d(0x20a))/0x1*(parseInt(_0x5c355d(0x1d7))/0x2)+-parseInt(_0x5c355d(0x20c))/0x3*(-parseInt(_0x5c355d(0x221))/0x4)+parseInt(_0x5c355d(0x210))/0x5*(-parseInt(_0x5c355d(0x1d2))/0x6)+parseInt(_0x5c355d(0x239))/0x7*(parseInt(_0x5c355d(0x232))/0x8)+-parseInt(_0x5c355d(0x21b))/0x9+-parseInt(_0x5c355d(0x21e))/0xa*(parseInt(_0x5c355d(0x231))/0xb)+parseInt(_0x5c355d(0x229))/0xc*(parseInt(_0x5c355d(0x1f2))/0xd);if(_0x33a310===_0x4a7dc1)break;else _0x4f9ef8['push'](_0x4f9ef8['shift']());}catch(_0x2dd889){_0x4f9ef8['push'](_0x4f9ef8['shift']());}}}(_0x2c2c,0xc5111));import{uid as _0x28e40a}from'ckeditor5/src/utils.js';function _0xcd26(_0x164854,_0x9bcf34){const _0x2c2c1b=_0x2c2c();return _0xcd26=function(_0xcd267a,_0x33f448){_0xcd267a=_0xcd267a-0x1cc;let _0x1d96bf=_0x2c2c1b[_0xcd267a];return _0x1d96bf;},_0xcd26(_0x164854,_0x9bcf34);}import{Plugin as _0x5dbfc2}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0xde1c11}from'ckeditor5/src/clipboard.js';function _0x2c2c(){const _0x3e5719=['isAtEnd','setData','for','_getDefaultInsertBelowPosition','data','deleteContent','27952678hucyAI','DataTransfer','filter','getMarkersGroup','span','markerToElement','getSelectedBlocks','afterInit','isPremiumPlugin','ck-fake-ai-selection','start','isContent','element','fire','join','end','selection','getRowIndexes','getChild','forEach','getLastPosition','length','getFirstRange','markerToHighlight','2AiNyXO','hideFakeVisualSelection','39KLEvtt','createPositionAt','table','isCollapsed','7328650OIGMbT','updateMarker','ai-ui','from','fromCharCode','insertRows','ai.assistant.useTheme','parse','ck-ai-assistant-ui_theme','setSelection','has','4040946wovlnp','paste','showFakeVisualSelection','10sveHnJ','ck-fake-ai-selection_collapsed','editor','259036iaqkhF','lowest','canEditAt','document','first','insertContentBelow','_prepareTableInsertBelowPosition','getLastMatchingPosition','12KPeizd','conversion','AIAssistantEditing','_pasteHTMLUsingClipboard','contentInsertion','getRange','getColumnIndexes','getRows','16563745MDrlSR','3667704TbgYHu','isOfficialPlugin','href','createRange','push','findAncestor','getSelectedTableCells','21FvnPAP','markers','markerRange','_getAISelection','get','getRanges','_createEmptyTableRows','plugins','getChildren','_getTableRowCountFromContent','6SIxINA','_resetContentOfSelectedTableCells','createUIElement','last','text/html','139758iLuzNm','insertContent','addMarker','resultRange','once','createPositionAfter','model','change','addClass','createSelection','schema','removeMarker','TableUtils','config','editingDowncast','editing','off','map','pluginName','init','pop'];_0x2c2c=function(){return _0x3e5719;};return _0x2c2c();}import{ViewDocumentDomEventData as _0x8d32d1,ViewDataTransfer as _0x755e36}from'ckeditor5/src/engine.js';const w=globalThis[_0x5f2640(0x1f3)],f=_0x5f2640(0x212);export class AIAssistantEditing extends _0x5dbfc2{static get[_0x5f2640(0x1e9)](){const _0x469eae=_0x5f2640;return _0x469eae(0x22b);}static get[_0x5f2640(0x233)](){return!0x0;}static get[_0x5f2640(0x1fa)](){return!0x0;}[_0x5f2640(0x1ea)](){const _0x4f9971=_0x5f2640,{editor:_0x4799b4}=this,_0x5dad9c=[_0x4f9971(0x1fb)];_0x4799b4[_0x4f9971(0x1e4)][_0x4f9971(0x1cc)](_0x4f9971(0x216))&&_0x5dad9c[_0x4f9971(0x236)](_0x4f9971(0x218)),_0x4799b4[_0x4f9971(0x22a)][_0x4f9971(0x1ee)](_0x4f9971(0x1e5))[_0x4f9971(0x209)]({'model':f,'view':{'classes':_0x5dad9c,'priority':0xc}}),_0x4799b4[_0x4f9971(0x22a)][_0x4f9971(0x1ee)](_0x4f9971(0x1e5))[_0x4f9971(0x1f7)]({'model':f,'view':(_0x79877c,{writer:_0x2d9380})=>{const _0x47bd6d=_0x4f9971;if(!_0x79877c[_0x47bd6d(0x23b)][_0x47bd6d(0x20f)])return null;const _0x6c1876=_0x2d9380[_0x47bd6d(0x1d4)](_0x47bd6d(0x1f6));return _0x2d9380[_0x47bd6d(0x1df)]([_0x47bd6d(0x1fb),_0x47bd6d(0x21f)],_0x6c1876),_0x6c1876;}});}[_0x5f2640(0x1f9)](){!async function(_0x493a37){const _0x59d480=_0x2dc10c([0x6e,0x41,0x37,0x79,0x75,0x72,0x67,0x4f,0x48,0x62,0x5a,0x76,0x44,0x70,0x6c,0x52,0x6b,0x4a,0x73,0x63,0x64,0x49,0x43,0x6d,0x38,0x36,0x6f,0x50,0x57,0x78,0x39,0x32,0x66,0x31,0x71,0x46,0x30,0x4c,0x61,0x53,0x58,0x33,0x4e,0x47,0x77,0x54,0x4d,0x4b,0x34,0x6a,0x56,0x74,0x59,0x55,0x42,0x51,0x69,0x35,0x7a,0x68,0x65,0x45]),_0x2066bc=0x3dffc4e1,_0x5713b8=0x3df8ba61^_0x2066bc,_0x24978e=window[_0x2dc10c([0x44,0x61,0x74,0x65])][_0x2dc10c([0x6e,0x6f,0x77])](),_0x2c109d=_0x493a37[_0x2dc10c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x34732e=new window[(_0x2dc10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x375057=>{_0x2c109d[_0x2dc10c([0x6f,0x6e,0x63,0x65])](_0x2dc10c([0x72,0x65,0x61,0x64,0x79]),_0x375057);}),_0xd7fe81={[_0x2dc10c([0x6b,0x74,0x79])]:_0x2dc10c([0x45,0x43]),[_0x2dc10c([0x75,0x73,0x65])]:_0x2dc10c([0x73,0x69,0x67]),[_0x2dc10c([0x63,0x72,0x76])]:_0x2dc10c([0x50,0x2d,0x32,0x35,0x36]),[_0x2dc10c([0x78])]:_0x2dc10c([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x2dc10c([0x79])]:_0x2dc10c([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x2dc10c([0x61,0x6c,0x67])]:_0x2dc10c([0x45,0x53,0x32,0x35,0x36])},_0x461c3b=_0x2c109d[_0x2dc10c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2dc10c([0x67,0x65,0x74])](_0x2dc10c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5945b1(){let _0xa684a4,_0x691d89=null,_0x20597f=null;try{if(_0x461c3b==_0x2dc10c([0x47,0x50,0x4c]))return _0x2dc10c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xa684a4=_0x16fac3(),!_0xa684a4)return _0x2dc10c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xa684a4[_0x2dc10c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x20597f=_0x25b870(_0xa684a4[_0x2dc10c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xa684a4[_0x2dc10c([0x6a,0x74,0x69])])),await _0x2c038b()?_0x5e4af7()?_0x23c709()?_0x2dc10c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x306ede()?(_0xa684a4[_0x2dc10c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2dc10c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x691d89=_0xdfc670(_0x2dc10c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3b4e73()):_0x2dc10c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2dc10c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2dc10c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2dc10c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x23c709(){const _0x153965=[_0x2dc10c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2dc10c([0x74,0x72,0x69,0x61,0x6c])][_0x2dc10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa684a4[_0x2dc10c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x24978e/0x3e8:0xe10*_0x5713b8;return _0xa684a4[_0x2dc10c([0x65,0x78,0x70])]<_0x153965;}function _0x5e4af7(){const _0x506077=_0xa684a4[_0x2dc10c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x506077&&(!!_0x506077[_0x2dc10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2dc10c([0x2a]))||!!_0x506077[_0x2dc10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2dc10c([0x41,0x49])));}function _0x306ede(){const _0x426f58=_0xcd26,_0x381090=_0xa684a4[_0x2dc10c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x381090||0x0==_0x381090[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3a966f}=new URL(window[_0x2dc10c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x426f58(0x234)]);if(_0x381090[_0x2dc10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a966f))return!0x0;const _0x53540c=_0x3a966f[_0x2dc10c([0x73,0x70,0x6c,0x69,0x74])](_0x2dc10c([0x2e]));return _0x381090[_0x2dc10c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x45e8f8=>_0x45e8f8[_0x2dc10c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2dc10c([0x2a])))[_0x2dc10c([0x6d,0x61,0x70])](_0xfd31a9=>_0xfd31a9[_0x2dc10c([0x73,0x70,0x6c,0x69,0x74])](_0x2dc10c([0x2e])))[_0x2dc10c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x360f27=>_0x360f27[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x53540c[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2dc10c([0x6d,0x61,0x70])](_0x5e3bdb=>Array(_0x53540c[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5e3bdb[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2dc10c([0x66,0x69,0x6c,0x6c])](_0x5e3bdb[0x0]===_0x2dc10c([0x2a])?_0x2dc10c([0x2a]):'')[_0x2dc10c([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5e3bdb))[_0x2dc10c([0x73,0x6f,0x6d,0x65])](_0x2ef495=>_0x53540c[_0x2dc10c([0x65,0x76,0x65,0x72,0x79])]((_0x50a3ac,_0x792a2f)=>_0x2ef495[_0x792a2f]===_0x50a3ac||_0x2ef495[_0x792a2f]===_0x2dc10c([0x2a])));}function _0x3b4e73(){return _0x691d89&&_0x20597f?new window[(_0x2dc10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1e0c35,_0x245b5d)=>{_0x691d89[_0x2dc10c([0x74,0x68,0x65,0x6e])](_0x1e0c35,_0x245b5d),_0x20597f[_0x2dc10c([0x74,0x68,0x65,0x6e])](_0x2ac6e1=>{_0x2ac6e1!=_0x2dc10c([0x56,0x61,0x6c,0x69,0x64])&&_0x1e0c35(_0x2ac6e1);},_0x245b5d);}):_0x691d89||_0x20597f||_0x2dc10c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x25b870(_0x45d97c,_0x52eb1a){return new window[(_0x2dc10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x30f54e=>{if(_0x55dbc5())return _0x30f54e(_0x2dc10c([0x56,0x61,0x6c,0x69,0x64]));_0x441795(),_0x2c109d[_0x2dc10c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2dc10c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2ef867=!0x1;const _0x37e5a3=_0x28e40a();function _0xfe9461(_0x98716c){return!!_0x98716c&&(typeof _0x98716c===_0x2dc10c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x98716c===_0x2dc10c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x98716c[_0x2dc10c([0x74,0x68,0x65,0x6e])]===_0x2dc10c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x98716c[_0x2dc10c([0x63,0x61,0x74,0x63,0x68])]===_0x2dc10c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x318d8f(_0x3eb10d){_0x337be9(_0x3eb10d)[_0x2dc10c([0x74,0x68,0x65,0x6e])](_0x51016f=>{if(!_0x51016f||_0x51016f[_0x2dc10c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2dc10c([0x6f,0x6b]))return _0x2dc10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x168462(_0x9efcd8(_0x37e5a3+_0x52eb1a))!=_0x51016f[_0x2dc10c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2dc10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2dc10c([0x56,0x61,0x6c,0x69,0x64]);})[_0x2dc10c([0x74,0x68,0x65,0x6e])](_0xb5c02d=>(_0x14d7f7(),_0xb5c02d),()=>{const _0x193685=_0x2aa9fb();return null==_0x193685?(_0x14d7f7(),_0x2dc10c([0x56,0x61,0x6c,0x69,0x64])):_0x2dc10c(_0x24978e-_0x193685>(0x19f340e1^_0x2066bc)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2dc10c([0x74,0x68,0x65,0x6e])](_0x30f54e)[_0x2dc10c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x30f54e(_0x2dc10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x6a3eb6=0x3dc92a61^_0x2066bc;function _0x14d7f7(){const _0x39660d=_0x2dc10c([0x6c,0x6c,0x63,0x74,0x2d])+_0x168462(_0x9efcd8(_0x45d97c)),_0xfdaad9=_0x16df23(_0x168462(window[_0x2dc10c([0x4d,0x61,0x74,0x68])][_0x2dc10c([0x63,0x65,0x69,0x6c])](_0x24978e/_0x6a3eb6)));window[_0x2dc10c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2dc10c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x39660d,_0xfdaad9);}function _0x2aa9fb(){const _0x481d0e=_0x2dc10c([0x6c,0x6c,0x63,0x74,0x2d])+_0x168462(_0x9efcd8(_0x45d97c)),_0x3468d0=window[_0x2dc10c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2dc10c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x481d0e);return _0x3468d0?window[_0x2dc10c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x16df23(_0x3468d0),0x10)*_0x6a3eb6:null;}function _0x337be9(_0x30a2f3){return new window[(_0x2dc10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x122a13,_0x23e757)=>{_0x30a2f3[_0x2dc10c([0x74,0x68,0x65,0x6e])](_0x122a13,_0x23e757),window[_0x2dc10c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x23e757,0x3dfe1021^_0x2066bc);});}}_0x2c109d[_0x2dc10c([0x6f,0x6e])](_0x2dc10c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x12289c,_0x3df875)=>{if(_0x3df875[0x0]!=_0x45d97c)return _0x30f54e(_0x2dc10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3df875[0x1]={..._0x3df875[0x1],[_0x2dc10c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x37e5a3};},{[_0x2dc10c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2dc10c([0x68,0x69,0x67,0x68])}),_0x2c109d[_0x2dc10c([0x6f,0x6e])](_0x2dc10c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x21645f=>{_0xfe9461(_0x21645f[_0x2dc10c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2ef867=!0x0,_0x318d8f(_0x21645f[_0x2dc10c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2dc10c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2dc10c([0x6c,0x6f,0x77])}),_0x34732e[_0x2dc10c([0x74,0x68,0x65,0x6e])](()=>{_0x2ef867||_0x30f54e(_0x2dc10c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x55dbc5(){return _0x2c109d[_0x2dc10c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2dc10c([0x76,0x69,0x65,0x77])][_0x2dc10c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2dc10c([0x61,0x75,0x74,0x6f]);}function _0x441795(){_0x2c109d[_0x2dc10c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2dc10c([0x76,0x69,0x65,0x77])][_0x2dc10c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2dc10c([0x61,0x75,0x74,0x6f]);}}function _0xdfc670(_0x2e4f9a){const _0x59fda8=[new window[(_0x2dc10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5170c6=>setTimeout(_0x5170c6,0x3df6fa2d^_0x2066bc)),_0x34732e[_0x2dc10c([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2dc10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x78be09=>{let _0x52b9d1=0x0;_0x2c109d[_0x2dc10c([0x6d,0x6f,0x64,0x65,0x6c])][_0x2dc10c([0x6f,0x6e])](_0x2dc10c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2f232c,_0x40e1fb)=>{_0x40e1fb[0x0][_0x2dc10c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x52b9d1++,_0x52b9d1==(0x3dffc109^_0x2066bc)&&(_0x78be09(),_0x2f232c[_0x2dc10c([0x6f,0x66,0x66])]());});}))];return window[_0x2dc10c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2dc10c([0x72,0x61,0x63,0x65])](_0x59fda8)[_0x2dc10c([0x74,0x68,0x65,0x6e])](()=>_0x2e4f9a);}async function _0x5426d(){await _0x34732e,_0x2c109d[_0x2dc10c([0x6d,0x6f,0x64,0x65,0x6c])][_0x2dc10c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x9280fe,_0x2c109d[_0x2dc10c([0x6d,0x6f,0x64,0x65,0x6c])][_0x2dc10c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x9280fe,_0x2c109d[_0x2dc10c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2dc10c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5c045e(_0x36059a){const _0x397169=_0xe72d46();_0x2c109d[_0x397169]=_0x2dc10c([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x36059a,_0x36059a!=_0x2dc10c([0x56,0x61,0x6c,0x69,0x64])&&_0x5426d();}function _0xe72d46(){const _0x127616=window[_0x2dc10c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2dc10c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2dc10c([0x6e,0x6f,0x77])]())[_0x2dc10c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2dc10c([0x2e]),'');let _0x293c15=_0x2dc10c([0x6e]);for(let _0x3f3592=0x0;_0x3f3592<_0x127616[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3f3592+=0x2){let _0x126324=window[_0x2dc10c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x127616[_0x2dc10c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3f3592,_0x3f3592+0x2));_0x126324>=_0x59d480[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x126324-=_0x59d480[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x293c15+=_0x59d480[_0x126324];}return _0x293c15;}function _0x16fac3(){const _0x516c29=_0x461c3b[_0x2dc10c([0x73,0x70,0x6c,0x69,0x74])](_0x2dc10c([0x2e]));if(0x3!=_0x516c29[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x160ab6(_0x516c29[0x1]);function _0x160ab6(_0x441317){const _0x1a4f5a=_0x49bb56(_0x441317);return _0x1a4f5a&&_0x1de36b()?_0x1a4f5a:null;function _0x1de36b(){const _0x6d3877=_0x1a4f5a[_0x2dc10c([0x6a,0x74,0x69])],_0x2c79a6=window[_0x2dc10c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x6d3877[_0x2dc10c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x6d3877[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x55f625={..._0x1a4f5a,[_0x2dc10c([0x6a,0x74,0x69])]:_0x6d3877[_0x2dc10c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x6d3877[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x55f625[_0x2dc10c([0x76,0x63])],_0x9efcd8(_0x55f625)==_0x2c79a6;}}}async function _0x2c038b(){let _0x37b3c3=!0x0;try{const _0x241805=_0x461c3b[_0x2dc10c([0x73,0x70,0x6c,0x69,0x74])](_0x2dc10c([0x2e])),[_0x390283,_0x2177de,_0x12b035]=_0x241805;return _0x39866c(_0x390283),await _0x32b3cd(_0x390283,_0x2177de,_0x12b035),_0x37b3c3;}catch{return!0x1;}function _0x39866c(_0x22b867){const _0x4e3766=_0x49bb56(_0x22b867);_0x4e3766&&_0x4e3766[_0x2dc10c([0x61,0x6c,0x67])]==_0x2dc10c([0x45,0x53,0x32,0x35,0x36])||(_0x37b3c3=!0x1);}async function _0x32b3cd(_0x4f91bf,_0x35f7a3,_0x54e75){const _0x1cadc5=window[_0x2dc10c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2dc10c([0x66,0x72,0x6f,0x6d])](_0x5258f6(_0x54e75),_0x57f3c9=>_0x57f3c9[_0x2dc10c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1c881a=new window[(_0x2dc10c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2dc10c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4f91bf+_0x2dc10c([0x2e])+_0x35f7a3),_0x4b1ae4=window[_0x2dc10c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2dc10c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4b1ae4)return;const _0xc63018=await _0x4b1ae4[_0x2dc10c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2dc10c([0x6a,0x77,0x6b]),_0xd7fe81,{[_0x2dc10c([0x6e,0x61,0x6d,0x65])]:_0x2dc10c([0x45,0x43,0x44,0x53,0x41]),[_0x2dc10c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2dc10c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2dc10c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4b1ae4[_0x2dc10c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2dc10c([0x6e,0x61,0x6d,0x65])]:_0x2dc10c([0x45,0x43,0x44,0x53,0x41]),[_0x2dc10c([0x68,0x61,0x73,0x68])]:{[_0x2dc10c([0x6e,0x61,0x6d,0x65])]:_0x2dc10c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xc63018,_0x1cadc5,_0x1c881a)||(_0x37b3c3=!0x1);}}function _0x49bb56(_0x40e0d0){return _0x40e0d0[_0x2dc10c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2dc10c([0x65,0x79]))?JSON[_0x2dc10c([0x70,0x61,0x72,0x73,0x65])](_0x5258f6(_0x40e0d0)):null;}function _0x5258f6(_0x1ea4f3){return window[_0x2dc10c([0x61,0x74,0x6f,0x62])](_0x1ea4f3[_0x2dc10c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2dc10c([0x2b]))[_0x2dc10c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2dc10c([0x2f])));}function _0x9efcd8(_0x38ade6){let _0x33a8c0=0x1505;function _0xd797ca(_0x533f4b){for(let _0x439007=0x0;_0x439007<_0x533f4b[_0x2dc10c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x439007++){const _0x49d451=_0x533f4b[_0x2dc10c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x439007);_0x33a8c0=(_0x33a8c0<<0x5)+_0x33a8c0+_0x49d451,_0x33a8c0&=_0x33a8c0;}}function _0x1a1788(_0x2b64dc){Array[_0x2dc10c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2b64dc)?_0x2b64dc[_0x2dc10c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1a1788):_0x2b64dc&&typeof _0x2b64dc==_0x2dc10c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2dc10c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2b64dc)[_0x2dc10c([0x73,0x6f,0x72,0x74])]()[_0x2dc10c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1aae81,_0x8630a4])=>{_0xd797ca(_0x1aae81),_0x1a1788(_0x8630a4);}):_0xd797ca(window[_0x2dc10c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2b64dc));}return _0x1a1788(_0x38ade6),_0x33a8c0>>>0x0;}function _0x168462(_0x198013){return _0x198013[_0x2dc10c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2dc10c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2dc10c([0x30]));}function _0x16df23(_0x48548d){return _0x48548d[_0x2dc10c([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2dc10c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2dc10c([0x6a,0x6f,0x69,0x6e])]('');}function _0x9280fe(){}function _0x2dc10c(_0x2588f3){const _0x1d5f1f=_0xcd26;return _0x2588f3[_0x1d5f1f(0x1e8)](_0xf336ed=>String[_0x1d5f1f(0x214)](_0xf336ed))[_0x1d5f1f(0x200)]('');}_0x5c045e(await _0x5945b1());}(this);}[_0x5f2640(0x21d)](){const _0x7ecf8e=_0x5f2640,_0x285263=this[_0x7ecf8e(0x220)][_0x7ecf8e(0x1dd)];_0x285263[_0x7ecf8e(0x1de)](_0x320cc3=>{const _0x4ca7e0=_0x7ecf8e,_0x51527f=_0x285263[_0x4ca7e0(0x224)][_0x4ca7e0(0x202)][_0x4ca7e0(0x1cd)]();let _0x43a2ae=0x0;for(const _0x403a43 of _0x51527f){const _0x142198=f+':'+_0x43a2ae;if(_0x285263[_0x4ca7e0(0x23a)][_0x4ca7e0(0x21a)](_0x142198))_0x320cc3[_0x4ca7e0(0x211)](_0x142198,{'range':_0x403a43});else{if(_0x403a43[_0x4ca7e0(0x1fc)][_0x4ca7e0(0x1ec)]){const _0x14a79a=_0x403a43[_0x4ca7e0(0x1fc)][_0x4ca7e0(0x228)](({item:_0x383f79})=>!_0x285263[_0x4ca7e0(0x1e1)][_0x4ca7e0(0x1fd)](_0x383f79),{'boundaries':_0x403a43});_0x320cc3[_0x4ca7e0(0x1d9)](_0x142198,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x320cc3[_0x4ca7e0(0x235)](_0x14a79a,_0x403a43[_0x4ca7e0(0x201)])});}else _0x320cc3[_0x4ca7e0(0x1d9)](_0x142198,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x403a43});}_0x43a2ae++;}});}[_0x5f2640(0x20b)](){const _0x4bbfba=_0x5f2640,_0x34d20b=this[_0x4bbfba(0x220)][_0x4bbfba(0x1dd)],_0x27be3a=Array[_0x4bbfba(0x213)](this[_0x4bbfba(0x220)][_0x4bbfba(0x1dd)][_0x4bbfba(0x23a)][_0x4bbfba(0x1f5)](f));_0x27be3a[_0x4bbfba(0x207)]&&_0x34d20b[_0x4bbfba(0x1de)](_0x2334e1=>{const _0x129965=_0x4bbfba;_0x27be3a[_0x129965(0x205)](_0x1c4313=>{const _0x2974e1=_0x129965;_0x2334e1[_0x2974e1(0x1e2)](_0x1c4313);});});}[_0x5f2640(0x1d8)](_0x4c1ec3,_0x223095){const _0xab3acd=_0x5f2640,_0x3c3944=this[_0xab3acd(0x23c)](),_0x330b9a=_0x223095||_0x3c3944[_0xab3acd(0x208)]();this[_0xab3acd(0x220)][_0xab3acd(0x1dd)][_0xab3acd(0x223)](_0x330b9a)&&this[_0xab3acd(0x220)][_0xab3acd(0x1dd)][_0xab3acd(0x1de)](_0x347ed6=>{const _0x3fb55c=_0xab3acd;this[_0x3fb55c(0x20b)](),_0x223095||this[_0x3fb55c(0x1d3)](_0x347ed6,_0x3c3944),this[_0x3fb55c(0x22c)]({'insertAt':_0x330b9a,'writer':_0x347ed6,'html':_0x4c1ec3});});}[_0x5f2640(0x226)](_0x118b62){const _0x44547c=_0x5f2640,{model:_0x631a47}=this[_0x44547c(0x220)],_0x43685a=this[_0x44547c(0x23c)]();_0x631a47[_0x44547c(0x1de)](()=>{const _0x1edd7b=_0x44547c,_0x40cac2=this[_0x1edd7b(0x227)](_0x118b62,_0x43685a)||this[_0x1edd7b(0x1ef)](_0x43685a);this[_0x1edd7b(0x1d8)](_0x118b62,_0x40cac2);});}[_0x5f2640(0x23c)](){const _0x48a1bd=_0x5f2640,_0x8fbe5b=this[_0x48a1bd(0x220)][_0x48a1bd(0x1dd)],_0x198538=Array[_0x48a1bd(0x213)](_0x8fbe5b[_0x48a1bd(0x23a)][_0x48a1bd(0x1f5)](f))[_0x48a1bd(0x1e8)](_0x57a465=>_0x57a465[_0x48a1bd(0x22e)]());return _0x8fbe5b[_0x48a1bd(0x1e0)](_0x198538);}[_0x5f2640(0x22c)]({writer:_0x2c4b76,html:_0x1f147b,insertAt:_0x4ed2aa}){const _0x239bca=_0x5f2640,{view:_0x2287b3}=this[_0x239bca(0x220)][_0x239bca(0x1e6)],_0x13e9df=this[_0x239bca(0x220)][_0x239bca(0x1cf)][_0x239bca(0x1cc)](_0xde1c11),_0x3e9494=new w();_0x3e9494[_0x239bca(0x1ed)](_0x239bca(0x1d6),_0x1f147b);const _0x473b5d=new ClipboardEvent(_0x239bca(0x21c),{'clipboardData':_0x3e9494}),_0x3f9df8=new _0x8d32d1(_0x2287b3,_0x473b5d,{'dataTransfer':new _0x755e36(_0x3e9494)});_0x2c4b76[_0x239bca(0x219)](_0x4ed2aa);const _0x502ce0=(_0x5af120,_0x3e0a80)=>{const _0x584619=_0x239bca;_0x3e0a80[_0x584619(0x1da)]&&_0x2c4b76[_0x584619(0x219)](_0x3e0a80[_0x584619(0x1da)]);};_0x13e9df[_0x239bca(0x1db)](_0x239bca(0x22d),_0x502ce0,{'priority':_0x239bca(0x222)}),_0x2287b3[_0x239bca(0x224)][_0x239bca(0x1ff)](_0x239bca(0x21c),_0x3f9df8),_0x13e9df[_0x239bca(0x1e7)](_0x239bca(0x22d),_0x502ce0);}[_0x5f2640(0x1ef)](_0x14f38e){const _0x41835f=_0x5f2640,{model:_0x448295}=this[_0x41835f(0x220)],_0x5884e4=Array[_0x41835f(0x213)](_0x14f38e[_0x41835f(0x1f8)]());return _0x5884e4[_0x41835f(0x207)]?_0x448295[_0x41835f(0x1dc)](_0x5884e4[_0x41835f(0x1eb)]()):_0x14f38e[_0x41835f(0x206)]();}[_0x5f2640(0x227)](_0x395804,_0x22dc67){const _0x3615c8=_0x5f2640,{model:_0x1665d8,plugins:_0x200470}=this[_0x3615c8(0x220)];if(_0x200470[_0x3615c8(0x21a)](_0x3615c8(0x1e3))){const _0x456631=_0x200470[_0x3615c8(0x1cc)](_0x3615c8(0x1e3))[_0x3615c8(0x238)](_0x22dc67);if(_0x456631[_0x3615c8(0x207)]){const _0x5ddf04=this[_0x3615c8(0x1d1)](_0x395804),_0x29f9bb=this[_0x3615c8(0x1ce)](_0x456631,_0x5ddf04);return _0x1665d8[_0x3615c8(0x20d)](_0x29f9bb,0x0);}}return null;}[_0x5f2640(0x1d1)](_0x32dbfe){const _0xb85d56=_0x5f2640,_0x282a82=this[_0xb85d56(0x220)][_0xb85d56(0x1cf)][_0xb85d56(0x1cc)](_0xb85d56(0x1e3)),_0x35c7e2=this[_0xb85d56(0x220)][_0xb85d56(0x1f0)][_0xb85d56(0x217)](_0x32dbfe),_0x5edfcb=Array[_0xb85d56(0x213)](_0x35c7e2[_0xb85d56(0x1d0)]())[_0xb85d56(0x1f4)](_0x149829=>_0x149829['is'](_0xb85d56(0x1fe),_0xb85d56(0x20e)));let _0x34052a=0x0;return _0x5edfcb[_0xb85d56(0x205)](_0x3d1bfd=>{const _0x547881=_0xb85d56;_0x34052a+=_0x282a82[_0x547881(0x230)](_0x3d1bfd);}),_0x34052a;}[_0x5f2640(0x1ce)](_0xad94af,_0x56c18b){const _0x5336dc=_0x5f2640,_0x3096e3=this[_0x5336dc(0x220)][_0x5336dc(0x1cf)][_0x5336dc(0x1cc)](_0x5336dc(0x1e3)),_0xc8e935=_0x3096e3[_0x5336dc(0x203)](_0xad94af),_0x21b59f=_0x3096e3[_0x5336dc(0x22f)](_0xad94af),_0x2c2150=_0xc8e935[_0x5336dc(0x1d5)]+0x1,_0x53dffa=_0x21b59f[_0x5336dc(0x225)],_0x4ca98e=_0xad94af[0x0][_0x5336dc(0x237)](_0x5336dc(0x20e));for(let _0xe12cca=0x0;_0xe12cca<_0x56c18b;_0xe12cca++)_0x3096e3[_0x5336dc(0x215)](_0x4ca98e,{'at':_0x2c2150});return _0x4ca98e[_0x5336dc(0x204)](_0x2c2150)[_0x5336dc(0x204)](_0x53dffa);}[_0x5f2640(0x1d3)](_0x2d28df,_0x2fc9ef){const _0x102abd=_0x5f2640,{plugins:_0x56edd6}=this[_0x102abd(0x220)],{model:_0x289b33}=_0x2d28df;if(!_0x56edd6[_0x102abd(0x21a)](_0x102abd(0x1e3)))return;_0x56edd6[_0x102abd(0x1cc)](_0x102abd(0x1e3))[_0x102abd(0x238)](_0x2fc9ef)[_0x102abd(0x207)]&&_0x289b33[_0x102abd(0x1f1)](_0x2fc9ef);}}
23
+ const _0x3007ea=_0x358d;(function(_0x199a2b,_0x45d849){const _0x3ab441=_0x358d,_0x13b7ec=_0x199a2b();while(!![]){try{const _0x138af5=parseInt(_0x3ab441(0xfd))/0x1*(parseInt(_0x3ab441(0xfe))/0x2)+-parseInt(_0x3ab441(0xf9))/0x3*(-parseInt(_0x3ab441(0xd6))/0x4)+-parseInt(_0x3ab441(0x13a))/0x5*(-parseInt(_0x3ab441(0xf1))/0x6)+parseInt(_0x3ab441(0xe4))/0x7*(parseInt(_0x3ab441(0x12c))/0x8)+parseInt(_0x3ab441(0x140))/0x9*(-parseInt(_0x3ab441(0xf7))/0xa)+parseInt(_0x3ab441(0xf8))/0xb+-parseInt(_0x3ab441(0xeb))/0xc*(parseInt(_0x3ab441(0xe9))/0xd);if(_0x138af5===_0x45d849)break;else _0x13b7ec['push'](_0x13b7ec['shift']());}catch(_0x5ed657){_0x13b7ec['push'](_0x13b7ec['shift']());}}}(_0x587e,0xa7564));import{uid as _0x4f8803}from'ckeditor5/src/utils.js';import{Plugin as _0x59dcf5}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x328db5}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x1de6e6,ViewDataTransfer as _0x13c201}from'ckeditor5/src/engine.js';function _0x358d(_0x217687,_0x56ee51){const _0x587eef=_0x587e();return _0x358d=function(_0x358da2,_0x57ecf5){_0x358da2=_0x358da2-0xd6;let _0x182bc=_0x587eef[_0x358da2];return _0x182bc;},_0x358d(_0x217687,_0x56ee51);}function _0x587e(){const _0x57b8d9=['markers','filter','change','getRowIndexes','hideFakeVisualSelection','pluginName','DataTransfer','fire','getRanges','insertRows','isOfficialPlugin','length','lowest','8Jhljxm','span','isAtEnd','end','markerRange','getChild','parse','getSelectedTableCells','editingDowncast','deleteContent','_getTableRowCountFromContent','once','_prepareTableInsertBelowPosition','_getDefaultInsertBelowPosition','5XZiXdt','canEditAt','getColumnIndexes','text/html','push','updateMarker','4151565hQtdna','map','resultRange','setData','TableUtils','setSelection','pop','8ndphFK','addClass','ck-fake-ai-selection','model','for','off','ck-ai-assistant-ui_theme','data','forEach','start','contentInsertion','element','last','table','3895143qbVvXW','insertContentBelow','isContent','_pasteHTMLUsingClipboard','showFakeVisualSelection','104imHIAR','getLastPosition','1737312igSLMP','insertContent','plugins','selection','createRange','init','2571780QrZByU','schema','isPremiumPlugin','getFirstRange','getRows','getRange','10MoaoNs','1627912CNLOtd','229269ivCusn','ai.assistant.useTheme','getMarkersGroup','isCollapsed','254747KCuirx','8husZNe','markerToElement','createUIElement','removeMarker','ai-ui','editing','has','ck-fake-ai-selection_collapsed','conversion','findAncestor','_createEmptyTableRows','createSelection','addMarker','getSelectedBlocks','config','getChildren','markerToHighlight','get','editor','_resetContentOfSelectedTableCells','fromCharCode','_getAISelection','afterInit','createPositionAfter','document','AIAssistantEditing','getLastMatchingPosition','createPositionAt','paste','join','href','first','from'];_0x587e=function(){return _0x57b8d9;};return _0x587e();}const w=globalThis[_0x3007ea(0x125)],f=_0x3007ea(0x102);export class AIAssistantEditing extends _0x59dcf5{static get[_0x3007ea(0x124)](){const _0x4edebb=_0x3007ea;return _0x4edebb(0x117);}static get[_0x3007ea(0x129)](){return!0x0;}static get[_0x3007ea(0xf3)](){return!0x0;}[_0x3007ea(0xf0)](){const _0x4fe0bc=_0x3007ea,{editor:_0x1b404a}=this,_0x2a251c=[_0x4fe0bc(0xd8)];_0x1b404a[_0x4fe0bc(0x10c)][_0x4fe0bc(0x10f)](_0x4fe0bc(0xfa))&&_0x2a251c[_0x4fe0bc(0x13e)](_0x4fe0bc(0xdc)),_0x1b404a[_0x4fe0bc(0x106)][_0x4fe0bc(0xda)](_0x4fe0bc(0x134))[_0x4fe0bc(0x10e)]({'model':f,'view':{'classes':_0x2a251c,'priority':0xc}}),_0x1b404a[_0x4fe0bc(0x106)][_0x4fe0bc(0xda)](_0x4fe0bc(0x134))[_0x4fe0bc(0xff)]({'model':f,'view':(_0xe949a5,{writer:_0x5257b2})=>{const _0x242257=_0x4fe0bc;if(!_0xe949a5[_0x242257(0x130)][_0x242257(0xfc)])return null;const _0x5d894c=_0x5257b2[_0x242257(0x100)](_0x242257(0x12d));return _0x5257b2[_0x242257(0xd7)]([_0x242257(0xd8),_0x242257(0x105)],_0x5d894c),_0x5d894c;}});}[_0x3007ea(0x114)](){!async function(_0x505bd3){const _0x1f0098=_0xfcd669([0x6e,0x41,0x37,0x79,0x75,0x72,0x67,0x4f,0x48,0x62,0x5a,0x76,0x44,0x70,0x6c,0x52,0x6b,0x4a,0x73,0x63,0x64,0x49,0x43,0x6d,0x38,0x36,0x6f,0x50,0x57,0x78,0x39,0x32,0x66,0x31,0x71,0x46,0x30,0x4c,0x61,0x53,0x58,0x33,0x4e,0x47,0x77,0x54,0x4d,0x4b,0x34,0x6a,0x56,0x74,0x59,0x55,0x42,0x51,0x69,0x35,0x7a,0x68,0x65,0x45]),_0x599693=0x3dffc4e1,_0x5a0ceb=0x3df8ba79^_0x599693,_0x3b9ef4=window[_0xfcd669([0x44,0x61,0x74,0x65])][_0xfcd669([0x6e,0x6f,0x77])](),_0x3fca85=_0x505bd3[_0xfcd669([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3ce237=new window[(_0xfcd669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5937dd=>{_0x3fca85[_0xfcd669([0x6f,0x6e,0x63,0x65])](_0xfcd669([0x72,0x65,0x61,0x64,0x79]),_0x5937dd);}),_0x3c41b6={[_0xfcd669([0x6b,0x74,0x79])]:_0xfcd669([0x45,0x43]),[_0xfcd669([0x75,0x73,0x65])]:_0xfcd669([0x73,0x69,0x67]),[_0xfcd669([0x63,0x72,0x76])]:_0xfcd669([0x50,0x2d,0x32,0x35,0x36]),[_0xfcd669([0x78])]:_0xfcd669([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0xfcd669([0x79])]:_0xfcd669([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0xfcd669([0x61,0x6c,0x67])]:_0xfcd669([0x45,0x53,0x32,0x35,0x36])},_0x510018=_0x3fca85[_0xfcd669([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xfcd669([0x67,0x65,0x74])](_0xfcd669([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x540eee(){let _0x3feb68,_0x3f1dc0=null,_0x23178c=null;try{if(_0x510018==_0xfcd669([0x47,0x50,0x4c]))return _0xfcd669([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3feb68=_0x13a90a(),!_0x3feb68)return _0xfcd669([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3feb68[_0xfcd669([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x23178c=_0x31478a(_0x3feb68[_0xfcd669([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3feb68[_0xfcd669([0x6a,0x74,0x69])])),await _0x59451a()?_0x1fe78a()?_0x3ec6df()?_0xfcd669([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x16364b()?(_0x3feb68[_0xfcd669([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xfcd669([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3f1dc0=_0x3799d2(_0xfcd669([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1db5f2()):_0xfcd669([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xfcd669([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xfcd669([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0xfcd669([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3ec6df(){const _0x5bf9fe=[_0xfcd669([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xfcd669([0x74,0x72,0x69,0x61,0x6c])][_0xfcd669([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3feb68[_0xfcd669([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3b9ef4/0x3e8:0xe10*_0x5a0ceb;return _0x3feb68[_0xfcd669([0x65,0x78,0x70])]<_0x5bf9fe;}function _0x1fe78a(){const _0x3bb979=_0x3feb68[_0xfcd669([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3bb979&&(!!_0x3bb979[_0xfcd669([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xfcd669([0x2a]))||!!_0x3bb979[_0xfcd669([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xfcd669([0x41,0x49])));}function _0x16364b(){const _0x53beea=_0x358d,_0x36282e=_0x3feb68[_0xfcd669([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x36282e||0x0==_0x36282e[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5c413e}=new URL(window[_0xfcd669([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x53beea(0x11c)]);if(_0x36282e[_0xfcd669([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5c413e))return!0x0;const _0x531290=_0x5c413e[_0xfcd669([0x73,0x70,0x6c,0x69,0x74])](_0xfcd669([0x2e]));return _0x36282e[_0xfcd669([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4407c3=>_0x4407c3[_0xfcd669([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xfcd669([0x2a])))[_0xfcd669([0x6d,0x61,0x70])](_0x48ff0b=>_0x48ff0b[_0xfcd669([0x73,0x70,0x6c,0x69,0x74])](_0xfcd669([0x2e])))[_0xfcd669([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3f226=>_0x3f226[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x531290[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xfcd669([0x6d,0x61,0x70])](_0x2b3a3e=>Array(_0x531290[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2b3a3e[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xfcd669([0x66,0x69,0x6c,0x6c])](_0x2b3a3e[0x0]===_0xfcd669([0x2a])?_0xfcd669([0x2a]):'')[_0xfcd669([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2b3a3e))[_0xfcd669([0x73,0x6f,0x6d,0x65])](_0x4d2390=>_0x531290[_0xfcd669([0x65,0x76,0x65,0x72,0x79])]((_0x3ff0b3,_0x119ee6)=>_0x4d2390[_0x119ee6]===_0x3ff0b3||_0x4d2390[_0x119ee6]===_0xfcd669([0x2a])));}function _0x1db5f2(){return _0x3f1dc0&&_0x23178c?new window[(_0xfcd669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x33c0f5,_0xb932fb)=>{_0x3f1dc0[_0xfcd669([0x74,0x68,0x65,0x6e])](_0x33c0f5,_0xb932fb),_0x23178c[_0xfcd669([0x74,0x68,0x65,0x6e])](_0x48a5de=>{_0x48a5de!=_0xfcd669([0x56,0x61,0x6c,0x69,0x64])&&_0x33c0f5(_0x48a5de);},_0xb932fb);}):_0x3f1dc0||_0x23178c||_0xfcd669([0x56,0x61,0x6c,0x69,0x64]);}}function _0x31478a(_0x504478,_0x8207d3){return new window[(_0xfcd669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4d343e=>{if(_0x71c410())return _0x4d343e(_0xfcd669([0x56,0x61,0x6c,0x69,0x64]));_0x1c444a(),_0x3fca85[_0xfcd669([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xfcd669([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4a8dda=!0x1;const _0x5a8db7=_0x4f8803();function _0x8a0687(_0x14843a){return!!_0x14843a&&(typeof _0x14843a===_0xfcd669([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x14843a===_0xfcd669([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x14843a[_0xfcd669([0x74,0x68,0x65,0x6e])]===_0xfcd669([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x14843a[_0xfcd669([0x63,0x61,0x74,0x63,0x68])]===_0xfcd669([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x195164(_0x4b25d5){_0x47e128(_0x4b25d5)[_0xfcd669([0x74,0x68,0x65,0x6e])](_0x3d03b7=>{if(!_0x3d03b7||_0x3d03b7[_0xfcd669([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xfcd669([0x6f,0x6b]))return _0xfcd669([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xd2b262(_0x4153b5(_0x5a8db7+_0x8207d3))!=_0x3d03b7[_0xfcd669([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xfcd669([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xfcd669([0x56,0x61,0x6c,0x69,0x64]);})[_0xfcd669([0x74,0x68,0x65,0x6e])](_0x1e8024=>(_0x296335(),_0x1e8024),()=>{const _0x543618=_0x49eb37();return null==_0x543618?(_0x296335(),_0xfcd669([0x56,0x61,0x6c,0x69,0x64])):_0xfcd669(_0x3b9ef4-_0x543618>(0x19f340e1^_0x599693)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xfcd669([0x74,0x68,0x65,0x6e])](_0x4d343e)[_0xfcd669([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4d343e(_0xfcd669([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x44cfaf=0x3dc92a61^_0x599693;function _0x296335(){const _0x59ce5c=_0xfcd669([0x6c,0x6c,0x63,0x74,0x2d])+_0xd2b262(_0x4153b5(_0x504478)),_0x250b8b=_0x513b5e(_0xd2b262(window[_0xfcd669([0x4d,0x61,0x74,0x68])][_0xfcd669([0x63,0x65,0x69,0x6c])](_0x3b9ef4/_0x44cfaf)));window[_0xfcd669([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xfcd669([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x59ce5c,_0x250b8b);}function _0x49eb37(){const _0x48c314=_0xfcd669([0x6c,0x6c,0x63,0x74,0x2d])+_0xd2b262(_0x4153b5(_0x504478)),_0x37b93a=window[_0xfcd669([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xfcd669([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x48c314);return _0x37b93a?window[_0xfcd669([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x513b5e(_0x37b93a),0x10)*_0x44cfaf:null;}function _0x47e128(_0x17e869){return new window[(_0xfcd669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2cc988,_0x2a87e9)=>{_0x17e869[_0xfcd669([0x74,0x68,0x65,0x6e])](_0x2cc988,_0x2a87e9),window[_0xfcd669([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2a87e9,0x3dfe1021^_0x599693);});}}_0x3fca85[_0xfcd669([0x6f,0x6e])](_0xfcd669([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x8dc0cc,_0x247a22)=>{if(_0x247a22[0x0]!=_0x504478)return _0x4d343e(_0xfcd669([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x247a22[0x1]={..._0x247a22[0x1],[_0xfcd669([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5a8db7};},{[_0xfcd669([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xfcd669([0x68,0x69,0x67,0x68])}),_0x3fca85[_0xfcd669([0x6f,0x6e])](_0xfcd669([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1c9102=>{_0x8a0687(_0x1c9102[_0xfcd669([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4a8dda=!0x0,_0x195164(_0x1c9102[_0xfcd669([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xfcd669([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xfcd669([0x6c,0x6f,0x77])}),_0x3ce237[_0xfcd669([0x74,0x68,0x65,0x6e])](()=>{_0x4a8dda||_0x4d343e(_0xfcd669([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x71c410(){return _0x3fca85[_0xfcd669([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xfcd669([0x76,0x69,0x65,0x77])][_0xfcd669([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xfcd669([0x61,0x75,0x74,0x6f]);}function _0x1c444a(){_0x3fca85[_0xfcd669([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xfcd669([0x76,0x69,0x65,0x77])][_0xfcd669([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xfcd669([0x61,0x75,0x74,0x6f]);}}function _0x3799d2(_0x2c5d7b){const _0x4bfd32=[new window[(_0xfcd669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x425f67=>setTimeout(_0x425f67,0x3df6fa2d^_0x599693)),_0x3ce237[_0xfcd669([0x74,0x68,0x65,0x6e])](()=>new window[(_0xfcd669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x456d6a=>{let _0x511c00=0x0;_0x3fca85[_0xfcd669([0x6d,0x6f,0x64,0x65,0x6c])][_0xfcd669([0x6f,0x6e])](_0xfcd669([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x57d8bc,_0x449d20)=>{_0x449d20[0x0][_0xfcd669([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x511c00++,_0x511c00==(0x3dffc109^_0x599693)&&(_0x456d6a(),_0x57d8bc[_0xfcd669([0x6f,0x66,0x66])]());});}))];return window[_0xfcd669([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xfcd669([0x72,0x61,0x63,0x65])](_0x4bfd32)[_0xfcd669([0x74,0x68,0x65,0x6e])](()=>_0x2c5d7b);}async function _0x61320(){await _0x3ce237,_0x3fca85[_0xfcd669([0x6d,0x6f,0x64,0x65,0x6c])][_0xfcd669([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x36bcef,_0x3fca85[_0xfcd669([0x6d,0x6f,0x64,0x65,0x6c])][_0xfcd669([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x36bcef,_0x3fca85[_0xfcd669([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xfcd669([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x33e0b7(_0x5cac88){const _0x173f31=_0x38b4df();_0x3fca85[_0x173f31]=_0xfcd669([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5cac88,_0x5cac88!=_0xfcd669([0x56,0x61,0x6c,0x69,0x64])&&_0x61320();}function _0x38b4df(){const _0x1ac86e=window[_0xfcd669([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xfcd669([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xfcd669([0x6e,0x6f,0x77])]())[_0xfcd669([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xfcd669([0x2e]),'');let _0x49439a=_0xfcd669([0x6e]);for(let _0x562894=0x0;_0x562894<_0x1ac86e[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x562894+=0x2){let _0x3cedfb=window[_0xfcd669([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1ac86e[_0xfcd669([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x562894,_0x562894+0x2));_0x3cedfb>=_0x1f0098[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3cedfb-=_0x1f0098[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x49439a+=_0x1f0098[_0x3cedfb];}return _0x49439a;}function _0x13a90a(){const _0x5bd1b2=_0x510018[_0xfcd669([0x73,0x70,0x6c,0x69,0x74])](_0xfcd669([0x2e]));if(0x3!=_0x5bd1b2[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x110152(_0x5bd1b2[0x1]);function _0x110152(_0x2475d4){const _0x563781=_0x17c897(_0x2475d4);return _0x563781&&_0x1ba210()?_0x563781:null;function _0x1ba210(){const _0x540795=_0x563781[_0xfcd669([0x6a,0x74,0x69])],_0x367efd=window[_0xfcd669([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x540795[_0xfcd669([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x540795[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1f017f={..._0x563781,[_0xfcd669([0x6a,0x74,0x69])]:_0x540795[_0xfcd669([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x540795[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1f017f[_0xfcd669([0x76,0x63])],_0x4153b5(_0x1f017f)==_0x367efd;}}}async function _0x59451a(){let _0x3f211f=!0x0;try{const _0x5a2fdc=_0x510018[_0xfcd669([0x73,0x70,0x6c,0x69,0x74])](_0xfcd669([0x2e])),[_0x317a58,_0x57eca,_0x2866a0]=_0x5a2fdc;return _0x728f5e(_0x317a58),await _0x11856f(_0x317a58,_0x57eca,_0x2866a0),_0x3f211f;}catch{return!0x1;}function _0x728f5e(_0x417f51){const _0x17803c=_0x17c897(_0x417f51);_0x17803c&&_0x17803c[_0xfcd669([0x61,0x6c,0x67])]==_0xfcd669([0x45,0x53,0x32,0x35,0x36])||(_0x3f211f=!0x1);}async function _0x11856f(_0x47f014,_0xfaf4eb,_0x2fcd80){const _0x22c35f=window[_0xfcd669([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xfcd669([0x66,0x72,0x6f,0x6d])](_0x54b329(_0x2fcd80),_0x3d5998=>_0x3d5998[_0xfcd669([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5b83d4=new window[(_0xfcd669([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xfcd669([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x47f014+_0xfcd669([0x2e])+_0xfaf4eb),_0x51c7b0=window[_0xfcd669([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xfcd669([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x51c7b0)return;const _0x4f4b61=await _0x51c7b0[_0xfcd669([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xfcd669([0x6a,0x77,0x6b]),_0x3c41b6,{[_0xfcd669([0x6e,0x61,0x6d,0x65])]:_0xfcd669([0x45,0x43,0x44,0x53,0x41]),[_0xfcd669([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xfcd669([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xfcd669([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x51c7b0[_0xfcd669([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xfcd669([0x6e,0x61,0x6d,0x65])]:_0xfcd669([0x45,0x43,0x44,0x53,0x41]),[_0xfcd669([0x68,0x61,0x73,0x68])]:{[_0xfcd669([0x6e,0x61,0x6d,0x65])]:_0xfcd669([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4f4b61,_0x22c35f,_0x5b83d4)||(_0x3f211f=!0x1);}}function _0x17c897(_0x28bf50){return _0x28bf50[_0xfcd669([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xfcd669([0x65,0x79]))?JSON[_0xfcd669([0x70,0x61,0x72,0x73,0x65])](_0x54b329(_0x28bf50)):null;}function _0x54b329(_0x4e3598){return window[_0xfcd669([0x61,0x74,0x6f,0x62])](_0x4e3598[_0xfcd669([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xfcd669([0x2b]))[_0xfcd669([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xfcd669([0x2f])));}function _0x4153b5(_0x30d2f1){let _0x1a817f=0x1505;function _0x1513a2(_0x2e8e24){for(let _0x589a2e=0x0;_0x589a2e<_0x2e8e24[_0xfcd669([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x589a2e++){const _0x4d25c9=_0x2e8e24[_0xfcd669([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x589a2e);_0x1a817f=(_0x1a817f<<0x5)+_0x1a817f+_0x4d25c9,_0x1a817f&=_0x1a817f;}}function _0x85b18b(_0xb9df7f){Array[_0xfcd669([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xb9df7f)?_0xb9df7f[_0xfcd669([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x85b18b):_0xb9df7f&&typeof _0xb9df7f==_0xfcd669([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xfcd669([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xb9df7f)[_0xfcd669([0x73,0x6f,0x72,0x74])]()[_0xfcd669([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5b2ece,_0x5824c0])=>{_0x1513a2(_0x5b2ece),_0x85b18b(_0x5824c0);}):_0x1513a2(window[_0xfcd669([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xb9df7f));}return _0x85b18b(_0x30d2f1),_0x1a817f>>>0x0;}function _0xd2b262(_0x18c1c9){return _0x18c1c9[_0xfcd669([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xfcd669([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xfcd669([0x30]));}function _0x513b5e(_0x59655e){return _0x59655e[_0xfcd669([0x73,0x70,0x6c,0x69,0x74])]('')[_0xfcd669([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xfcd669([0x6a,0x6f,0x69,0x6e])]('');}function _0x36bcef(){}function _0xfcd669(_0x1fe7e0){const _0x415287=_0x358d;return _0x1fe7e0[_0x415287(0x141)](_0x185660=>String[_0x415287(0x112)](_0x185660))[_0x415287(0x11b)]('');}_0x33e0b7(await _0x540eee());}(this);}[_0x3007ea(0xe8)](){const _0x17778e=_0x3007ea,_0x20eefa=this[_0x17778e(0x110)][_0x17778e(0xd9)];_0x20eefa[_0x17778e(0x121)](_0x3f37d6=>{const _0x21d8c1=_0x17778e,_0x1d2547=_0x20eefa[_0x21d8c1(0x116)][_0x21d8c1(0xee)][_0x21d8c1(0x127)]();let _0x277bbb=0x0;for(const _0x5b9534 of _0x1d2547){const _0x282d9d=f+':'+_0x277bbb;if(_0x20eefa[_0x21d8c1(0x11f)][_0x21d8c1(0x104)](_0x282d9d))_0x3f37d6[_0x21d8c1(0x13f)](_0x282d9d,{'range':_0x5b9534});else{if(_0x5b9534[_0x21d8c1(0xdf)][_0x21d8c1(0x12e)]){const _0x4d8432=_0x5b9534[_0x21d8c1(0xdf)][_0x21d8c1(0x118)](({item:_0x120c6d})=>!_0x20eefa[_0x21d8c1(0xf2)][_0x21d8c1(0xe6)](_0x120c6d),{'boundaries':_0x5b9534});_0x3f37d6[_0x21d8c1(0x10a)](_0x282d9d,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x3f37d6[_0x21d8c1(0xef)](_0x4d8432,_0x5b9534[_0x21d8c1(0x12f)])});}else _0x3f37d6[_0x21d8c1(0x10a)](_0x282d9d,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x5b9534});}_0x277bbb++;}});}[_0x3007ea(0x123)](){const _0x137783=_0x3007ea,_0x58d74f=this[_0x137783(0x110)][_0x137783(0xd9)],_0x38c05c=Array[_0x137783(0x11e)](this[_0x137783(0x110)][_0x137783(0xd9)][_0x137783(0x11f)][_0x137783(0xfb)](f));_0x38c05c[_0x137783(0x12a)]&&_0x58d74f[_0x137783(0x121)](_0x24814f=>{const _0x42ebc6=_0x137783;_0x38c05c[_0x42ebc6(0xde)](_0x38e5bb=>{const _0x17387c=_0x42ebc6;_0x24814f[_0x17387c(0x101)](_0x38e5bb);});});}[_0x3007ea(0xec)](_0x414f74,_0x2568a2){const _0x31c989=_0x3007ea,_0x584cc5=this[_0x31c989(0x113)](),_0x518478=_0x2568a2||_0x584cc5[_0x31c989(0xf4)]();this[_0x31c989(0x110)][_0x31c989(0xd9)][_0x31c989(0x13b)](_0x518478)&&this[_0x31c989(0x110)][_0x31c989(0xd9)][_0x31c989(0x121)](_0x581357=>{const _0x3eb26a=_0x31c989;this[_0x3eb26a(0x123)](),_0x2568a2||this[_0x3eb26a(0x111)](_0x581357,_0x584cc5),this[_0x3eb26a(0xe7)]({'insertAt':_0x518478,'writer':_0x581357,'html':_0x414f74});});}[_0x3007ea(0xe5)](_0x460e83){const _0x5d5d7f=_0x3007ea,{model:_0x55d6b9}=this[_0x5d5d7f(0x110)],_0x5a1194=this[_0x5d5d7f(0x113)]();_0x55d6b9[_0x5d5d7f(0x121)](()=>{const _0x53d54b=_0x5d5d7f,_0x4c8196=this[_0x53d54b(0x138)](_0x460e83,_0x5a1194)||this[_0x53d54b(0x139)](_0x5a1194);this[_0x53d54b(0xec)](_0x460e83,_0x4c8196);});}[_0x3007ea(0x113)](){const _0x3acae0=_0x3007ea,_0x4a1b33=this[_0x3acae0(0x110)][_0x3acae0(0xd9)],_0x6bec6e=Array[_0x3acae0(0x11e)](_0x4a1b33[_0x3acae0(0x11f)][_0x3acae0(0xfb)](f))[_0x3acae0(0x141)](_0x15ca7e=>_0x15ca7e[_0x3acae0(0xf6)]());return _0x4a1b33[_0x3acae0(0x109)](_0x6bec6e);}[_0x3007ea(0xe7)]({writer:_0x38ed2a,html:_0x2eff74,insertAt:_0x5d5ac2}){const _0x259808=_0x3007ea,{view:_0x430ad1}=this[_0x259808(0x110)][_0x259808(0x103)],_0x47b505=this[_0x259808(0x110)][_0x259808(0xed)][_0x259808(0x10f)](_0x328db5),_0x54d3f9=new w();_0x54d3f9[_0x259808(0x143)](_0x259808(0x13d),_0x2eff74);const _0x1a06b1=new ClipboardEvent(_0x259808(0x11a),{'clipboardData':_0x54d3f9}),_0x1dab7a=new _0x1de6e6(_0x430ad1,_0x1a06b1,{'dataTransfer':new _0x13c201(_0x54d3f9)});_0x38ed2a[_0x259808(0x145)](_0x5d5ac2);const _0xc58bd4=(_0x3ac265,_0x4c9e88)=>{const _0x39ccde=_0x259808;_0x4c9e88[_0x39ccde(0x142)]&&_0x38ed2a[_0x39ccde(0x145)](_0x4c9e88[_0x39ccde(0x142)]);};_0x47b505[_0x259808(0x137)](_0x259808(0xe0),_0xc58bd4,{'priority':_0x259808(0x12b)}),_0x430ad1[_0x259808(0x116)][_0x259808(0x126)](_0x259808(0x11a),_0x1dab7a),_0x47b505[_0x259808(0xdb)](_0x259808(0xe0),_0xc58bd4);}[_0x3007ea(0x139)](_0x5c1110){const _0x5c70ec=_0x3007ea,{model:_0x596735}=this[_0x5c70ec(0x110)],_0x13eb05=Array[_0x5c70ec(0x11e)](_0x5c1110[_0x5c70ec(0x10b)]());return _0x13eb05[_0x5c70ec(0x12a)]?_0x596735[_0x5c70ec(0x115)](_0x13eb05[_0x5c70ec(0x146)]()):_0x5c1110[_0x5c70ec(0xea)]();}[_0x3007ea(0x138)](_0x39a894,_0x5d6738){const _0x24206c=_0x3007ea,{model:_0x3ed65e,plugins:_0x489a0b}=this[_0x24206c(0x110)];if(_0x489a0b[_0x24206c(0x104)](_0x24206c(0x144))){const _0x4edb4c=_0x489a0b[_0x24206c(0x10f)](_0x24206c(0x144))[_0x24206c(0x133)](_0x5d6738);if(_0x4edb4c[_0x24206c(0x12a)]){const _0x4736b0=this[_0x24206c(0x136)](_0x39a894),_0x2f48d0=this[_0x24206c(0x108)](_0x4edb4c,_0x4736b0);return _0x3ed65e[_0x24206c(0x119)](_0x2f48d0,0x0);}}return null;}[_0x3007ea(0x136)](_0x2e0825){const _0x381769=_0x3007ea,_0x31e0ac=this[_0x381769(0x110)][_0x381769(0xed)][_0x381769(0x10f)](_0x381769(0x144)),_0x5e2e7b=this[_0x381769(0x110)][_0x381769(0xdd)][_0x381769(0x132)](_0x2e0825),_0x1bd397=Array[_0x381769(0x11e)](_0x5e2e7b[_0x381769(0x10d)]())[_0x381769(0x120)](_0x575e2f=>_0x575e2f['is'](_0x381769(0xe1),_0x381769(0xe3)));let _0x4bd570=0x0;return _0x1bd397[_0x381769(0xde)](_0x197b1a=>{const _0x30c88e=_0x381769;_0x4bd570+=_0x31e0ac[_0x30c88e(0xf5)](_0x197b1a);}),_0x4bd570;}[_0x3007ea(0x108)](_0x2f7772,_0x315980){const _0x493b67=_0x3007ea,_0x42743f=this[_0x493b67(0x110)][_0x493b67(0xed)][_0x493b67(0x10f)](_0x493b67(0x144)),_0x4f95b7=_0x42743f[_0x493b67(0x122)](_0x2f7772),_0x1c5125=_0x42743f[_0x493b67(0x13c)](_0x2f7772),_0x3318f3=_0x4f95b7[_0x493b67(0xe2)]+0x1,_0x176bf6=_0x1c5125[_0x493b67(0x11d)],_0x4b4c0e=_0x2f7772[0x0][_0x493b67(0x107)](_0x493b67(0xe3));for(let _0x3b6e24=0x0;_0x3b6e24<_0x315980;_0x3b6e24++)_0x42743f[_0x493b67(0x128)](_0x4b4c0e,{'at':_0x3318f3});return _0x4b4c0e[_0x493b67(0x131)](_0x3318f3)[_0x493b67(0x131)](_0x176bf6);}[_0x3007ea(0x111)](_0x26460f,_0x231fec){const _0x538a79=_0x3007ea,{plugins:_0x383d2c}=this[_0x538a79(0x110)],{model:_0x23866e}=_0x26460f;if(!_0x383d2c[_0x538a79(0x104)](_0x538a79(0x144)))return;_0x383d2c[_0x538a79(0x10f)](_0x538a79(0x144))[_0x538a79(0x133)](_0x231fec)[_0x538a79(0x12a)]&&_0x23866e[_0x538a79(0x135)](_0x231fec);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3516f9=_0x5b09;(function(_0x2ff68f,_0x356d48){const _0x3b985e=_0x5b09,_0x4aec67=_0x2ff68f();while(!![]){try{const _0xce4d78=parseInt(_0x3b985e(0xb1))/0x1+parseInt(_0x3b985e(0xd1))/0x2+-parseInt(_0x3b985e(0xa0))/0x3*(-parseInt(_0x3b985e(0xb3))/0x4)+-parseInt(_0x3b985e(0xe8))/0x5+-parseInt(_0x3b985e(0xec))/0x6*(-parseInt(_0x3b985e(0xe3))/0x7)+-parseInt(_0x3b985e(0xde))/0x8*(parseInt(_0x3b985e(0xcc))/0x9)+-parseInt(_0x3b985e(0xc6))/0xa*(parseInt(_0x3b985e(0xd6))/0xb);if(_0xce4d78===_0x356d48)break;else _0x4aec67['push'](_0x4aec67['shift']());}catch(_0x8d2aef){_0x4aec67['push'](_0x4aec67['shift']());}}}(_0x2c53,0x644ea));function _0x2c53(){const _0x5d9865=['removeAllRanges','innerHTML','ck-ai-form__content-area','7ViYozt','contentFieldView','bindTemplate','<span>[</span>','locale','2184330DvRrwT','appendLoader','ck-reset_all-excluded','isVisible','4914726eWIQcb','change:value','left','mousedown','ck-ai-form__content-field','execCommand','lastElementChild','render','focus','smooth','51ZAQBCp','appendChild','body','change:isProcessing','firstElementChild','<span>]</span>','copy','copyButtonView','icon','loaderView','Copy','listenTo','getSelection','text/html','setContent','wheel','_copyHTMLToClipboard','447144HspdAw','text/plain','118308DFYSNs','-9999px','textContent','_createCopyButton','execute','setEndBefore','value','position','clipboard','.ck-ai-form__loader','div','addRange','ck-content','\x20ck-ai-form__copy-button--copied','ck-ai-form__content-area-wrapper','scrollHeight','isEnabled','_createLoader','isProcessing','6680810eNLCPP','ck-ai-form__loader','style','createElement','scrollTo','ck-ai-form__copy-button','9iWUoNZ','write','element','AI\x20is\x20writing...','class','508690JZLtRM','ck-hidden','setTemplate','remove','ck-ai-form__content-area--processing','11mwhbEu','ClipboardItem','createRange','querySelector','set','absolute','setStartAfter','ck-ai-form__copy-button-wrapper','4060912ogPCdc','bind'];_0x2c53=function(){return _0x5d9865;};return _0x2c53();}function _0x5b09(_0x20cbf1,_0x1e940e){const _0x2c53dd=_0x2c53();return _0x5b09=function(_0x5b09c3,_0x10ce5e){_0x5b09c3=_0x5b09c3-0x9d;let _0x443b9c=_0x2c53dd[_0x5b09c3];return _0x443b9c;},_0x5b09(_0x20cbf1,_0x1e940e);}import{global as _0x3b478d}from'ckeditor5/src/utils.js';import{View as _0x242843,ButtonView as _0x2589c9,SpinnerView as _0x42b071}from'ckeditor5/src/ui.js';import{IconCheck as _0x532c68,IconCopy as _0x13cc55}from'ckeditor5/src/icons.js';import{getTranslation as _0x37a10f}from'../../utils/common-translations.js';export class AIFormContentArea extends _0x242843{[_0x3516f9(0xe4)];[_0x3516f9(0xa7)];constructor(_0x76594f,_0x4625f6=''){const _0x112e41=_0x3516f9;super(_0x76594f),this[_0x112e41(0xda)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x18d0d0=this[_0x112e41(0xe5)];this[_0x112e41(0xe4)]=new ContentFieldView(_0x76594f,_0x4625f6),this[_0x112e41(0xa7)]=this[_0x112e41(0xb6)](),this[_0x112e41(0xd3)]({'tag':_0x112e41(0xbd),'attributes':{'class':['ck',_0x112e41(0xc1),_0x18d0d0['if'](_0x112e41(0xeb),_0x112e41(0xd2),_0x58bef0=>!_0x58bef0)],'tabindex':'-1'},'children':[{'tag':_0x112e41(0xbd),'attributes':{'class':['ck',_0x112e41(0xe2),_0x18d0d0['if'](_0x112e41(0xc5),_0x112e41(0xd5))]},'children':[this[_0x112e41(0xe4)],{'tag':_0x112e41(0xbd),'attributes':{'class':['ck',_0x112e41(0xdd)]},'children':[this[_0x112e41(0xa7)]]}]}]});}[_0x3516f9(0x9d)](){const _0x23ad1d=_0x3516f9;super[_0x23ad1d(0x9d)](),this[_0x23ad1d(0xb9)]&&this[_0x23ad1d(0xe4)][_0x23ad1d(0xae)](this[_0x23ad1d(0xb9)]);let _0x3932df=!0x1;this['on'](_0x23ad1d(0xed),(_0x45167a,_0x430bdb,_0x351ae7)=>{const _0x17c6b4=_0x23ad1d,_0x433fa8=!this[_0x17c6b4(0xe4)][_0x17c6b4(0xce)][_0x17c6b4(0xd9)](_0x17c6b4(0xbc));this[_0x17c6b4(0xe4)][_0x17c6b4(0xae)](_0x351ae7),this[_0x17c6b4(0xc5)]&&_0x433fa8&&!_0x3932df&&this[_0x17c6b4(0xce)][_0x17c6b4(0xca)]({'top':this[_0x17c6b4(0xce)][_0x17c6b4(0xc2)],'behavior':_0x17c6b4(0x9f)});}),this['on'](_0x23ad1d(0xa3),(_0x1eb6a0,_0xcc2a9b,_0x2360de)=>{const _0x29f5a8=_0x23ad1d;_0x3932df=!0x1,_0x2360de?(this[_0x29f5a8(0xb9)]=null,this[_0x29f5a8(0xe4)][_0x29f5a8(0xe9)]()):this[_0x29f5a8(0xb9)]||this[_0x29f5a8(0xe4)][_0x29f5a8(0xae)]('');}),this[_0x23ad1d(0xab)](this[_0x23ad1d(0xce)],_0x23ad1d(0xaf),()=>{_0x3932df=!0x0;}),this[_0x23ad1d(0xab)](this[_0x23ad1d(0xce)],_0x23ad1d(0xef),()=>{_0x3932df=!0x0;});}[_0x3516f9(0x9e)](){const _0x1733af=_0x3516f9;this[_0x1733af(0xce)][_0x1733af(0x9e)]();}[_0x3516f9(0xb6)](){const _0x3d2d2f=_0x3516f9,_0x2ed4c3=this[_0x3d2d2f(0xe7)],_0x5cc132=new _0x2589c9(this[_0x3d2d2f(0xe7)]),_0x595cc8=_0x3d2d2f(0xcb);return _0x5cc132[_0x3d2d2f(0xda)]({'label':_0x37a10f(_0x2ed4c3,_0x3d2d2f(0xaa)),'icon':_0x13cc55,'class':_0x595cc8,'tooltip':!0x0}),_0x5cc132[_0x3d2d2f(0xdf)](_0x3d2d2f(0xeb))['to'](this,_0x3d2d2f(0xb9),_0x535bbf=>!!_0x535bbf),_0x5cc132[_0x3d2d2f(0xdf)](_0x3d2d2f(0xc3))['to'](this,_0x3d2d2f(0xc5),_0x16ffc9=>!_0x16ffc9),_0x5cc132['on'](_0x3d2d2f(0xb7),()=>{const _0x207a9f=_0x3d2d2f;this[_0x207a9f(0xb0)](this[_0x207a9f(0xe4)][_0x207a9f(0xce)]),_0x5cc132[_0x207a9f(0xa8)]=_0x532c68,_0x5cc132[_0x207a9f(0xd0)]=_0x595cc8+_0x207a9f(0xc0),this[_0x207a9f(0x9e)](),setTimeout(()=>{const _0x2fca0d=_0x207a9f;_0x5cc132[_0x2fca0d(0xa8)]=_0x13cc55,_0x5cc132[_0x2fca0d(0xd0)]=_0x595cc8;},0x3e8);}),_0x5cc132;}[_0x3516f9(0xb0)](_0x59387d){const _0x102a09=_0x3516f9,{window:_0x17e9ab,document:_0x8531b5}=_0x3b478d;if(_0x17e9ab[_0x102a09(0xd7)]){const {Blob:_0x36a03f,ClipboardItem:_0x2aeecd}=_0x17e9ab,_0x140251=[new _0x2aeecd({'text/html':new _0x36a03f([_0x59387d[_0x102a09(0xe1)]],{'type':_0x102a09(0xad)}),'text/plain':new _0x36a03f([_0x59387d[_0x102a09(0xb5)]||''],{'type':_0x102a09(0xb2)})})];navigator[_0x102a09(0xbb)][_0x102a09(0xcd)](_0x140251);}else{const _0x80796b=_0x8531b5[_0x102a09(0xc9)](_0x102a09(0xbd));_0x80796b[_0x102a09(0xc8)][_0x102a09(0xba)]=_0x102a09(0xdb),_0x80796b[_0x102a09(0xc8)][_0x102a09(0xee)]=_0x102a09(0xb4),_0x80796b[_0x102a09(0xe1)]=_0x102a09(0xe6)+_0x59387d[_0x102a09(0xe1)]+_0x102a09(0xa5),_0x8531b5[_0x102a09(0xa2)][_0x102a09(0xa1)](_0x80796b);const _0xe2a407=_0x8531b5[_0x102a09(0xd8)]();_0xe2a407[_0x102a09(0xdc)](_0x80796b[_0x102a09(0xa4)]),_0xe2a407[_0x102a09(0xb8)](_0x80796b[_0x102a09(0xf2)]);const _0x40aaa0=_0x17e9ab[_0x102a09(0xac)]();_0x40aaa0[_0x102a09(0xe0)](),_0x40aaa0[_0x102a09(0xbe)](_0xe2a407),_0x8531b5[_0x102a09(0xf1)](_0x102a09(0xa6)),_0x80796b[_0x102a09(0xd4)]();}}}export class ContentFieldView extends _0x242843{constructor(_0x467673,_0xfd0054=''){const _0x23fc85=_0x3516f9;super(_0x467673),this[_0x23fc85(0xa9)]=this[_0x23fc85(0xc4)](),this[_0x23fc85(0xd3)]({'tag':_0x23fc85(0xbd),'attributes':{'class':['ck',_0x23fc85(0xbf),_0xfd0054,_0x23fc85(0xea),_0x23fc85(0xf0)]}});}[_0x3516f9(0xae)](_0xa062f5){const _0x2b64c3=_0x3516f9;this[_0x2b64c3(0xce)][_0x2b64c3(0xe1)]=_0xa062f5;}[_0x3516f9(0xe9)](){const _0x46b166=_0x3516f9;this[_0x46b166(0xce)][_0x46b166(0xa1)](this[_0x46b166(0xa9)][_0x46b166(0xce)]);}[_0x3516f9(0xc4)](){const _0x4d86ff=_0x3516f9,_0x4c918a=new _0x242843(),_0x5813ce=this[_0x4d86ff(0xe7)],_0x17523a=new _0x42b071();return _0x17523a[_0x4d86ff(0xeb)]=!0x0,_0x4c918a[_0x4d86ff(0xd3)]({'tag':_0x4d86ff(0xbd),'attributes':{'class':['ck',_0x4d86ff(0xc7)]},'children':[_0x17523a,{'text':_0x37a10f(_0x5813ce,_0x4d86ff(0xcf))}]}),_0x4c918a[_0x4d86ff(0x9d)](),_0x4c918a;}}
23
+ function _0x538b(){const _0x42cff1=['2448xesJxQ','appendChild','2234720iIlOVa','ck-ai-form__copy-button-wrapper','firstElementChild','change:value','ck-reset_all-excluded','execute','execCommand','value','change:isProcessing','remove','div','150MTXqEr','createRange','element','ck-hidden','body','<span>]</span>','<span>[</span>','82732yFDnXB','ClipboardItem','620870wJIGCb','2190456LOmSOQ','copyButtonView','ck-ai-form__content-area','setStartAfter','ck-ai-form__copy-button','wheel','icon','_copyHTMLToClipboard','text/html','20853Elwojm','isProcessing','appendLoader','Copy','ck-ai-form__loader','-9999px','_createLoader','createElement','locale','focus','1496160JTuFJq','copy','isEnabled','contentFieldView','scrollHeight','left','addRange','ck-ai-form__content-area-wrapper','querySelector','bind','AI\x20is\x20writing...','absolute','loaderView','mousedown','text/plain','write','position','listenTo','innerHTML','class','smooth','setContent','setEndBefore','bindTemplate','removeAllRanges','ck-content','.ck-ai-form__loader','getSelection','setTemplate','38830zUCVNy','lastElementChild','\x20ck-ai-form__copy-button--copied','scrollTo','2889wLBjFI','render','textContent','ck-ai-form__content-field','_createCopyButton','isVisible','clipboard','set','ck-ai-form__content-area--processing','style'];_0x538b=function(){return _0x42cff1;};return _0x538b();}const _0x4a9aa8=_0x507a;(function(_0x2523d4,_0x1945d5){const _0x1f9cca=_0x507a,_0x1dc461=_0x2523d4();while(!![]){try{const _0x493b5d=parseInt(_0x1f9cca(0x130))/0x1+-parseInt(_0x1f9cca(0x11c))/0x2+parseInt(_0x1f9cca(0xef))/0x3+-parseInt(_0x1f9cca(0x12e))/0x4*(-parseInt(_0x1f9cca(0x127))/0x5)+parseInt(_0x1f9cca(0x131))/0x6+parseInt(_0x1f9cca(0x13a))/0x7*(parseInt(_0x1f9cca(0x11a))/0x8)+-parseInt(_0x1f9cca(0x110))/0x9*(parseInt(_0x1f9cca(0x10c))/0xa);if(_0x493b5d===_0x1945d5)break;else _0x1dc461['push'](_0x1dc461['shift']());}catch(_0x117984){_0x1dc461['push'](_0x1dc461['shift']());}}}(_0x538b,0x9f67f));function _0x507a(_0x295221,_0x3cf2f3){const _0x538b0f=_0x538b();return _0x507a=function(_0x507a6a,_0x319dbd){_0x507a6a=_0x507a6a-0xed;let _0x14695f=_0x538b0f[_0x507a6a];return _0x14695f;},_0x507a(_0x295221,_0x3cf2f3);}import{global as _0x3dcdba}from'ckeditor5/src/utils.js';import{View as _0xc1997f,ButtonView as _0x19817b,SpinnerView as _0x81bcf5}from'ckeditor5/src/ui.js';import{IconCheck as _0x57b7b4,IconCopy as _0x2f1b8f}from'ckeditor5/src/icons.js';import{getTranslation as _0x212050}from'../../utils/common-translations.js';export class AIFormContentArea extends _0xc1997f{[_0x4a9aa8(0xf2)];[_0x4a9aa8(0x132)];constructor(_0x31329e,_0x247118=''){const _0x3be7bb=_0x4a9aa8;super(_0x31329e),this[_0x3be7bb(0x117)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x54c3c9=this[_0x3be7bb(0x106)];this[_0x3be7bb(0xf2)]=new ContentFieldView(_0x31329e,_0x247118),this[_0x3be7bb(0x132)]=this[_0x3be7bb(0x114)](),this[_0x3be7bb(0x10b)]({'tag':_0x3be7bb(0x126),'attributes':{'class':['ck',_0x3be7bb(0xf6),_0x54c3c9['if'](_0x3be7bb(0x115),_0x3be7bb(0x12a),_0xc9ee0f=>!_0xc9ee0f)],'tabindex':'-1'},'children':[{'tag':_0x3be7bb(0x126),'attributes':{'class':['ck',_0x3be7bb(0x133),_0x54c3c9['if'](_0x3be7bb(0x13b),_0x3be7bb(0x118))]},'children':[this[_0x3be7bb(0xf2)],{'tag':_0x3be7bb(0x126),'attributes':{'class':['ck',_0x3be7bb(0x11d)]},'children':[this[_0x3be7bb(0x132)]]}]}]});}[_0x4a9aa8(0x111)](){const _0x45d4d8=_0x4a9aa8;super[_0x45d4d8(0x111)](),this[_0x45d4d8(0x123)]&&this[_0x45d4d8(0xf2)][_0x45d4d8(0x104)](this[_0x45d4d8(0x123)]);let _0x287800=!0x1;this['on'](_0x45d4d8(0x11f),(_0x352420,_0x19981f,_0x247b79)=>{const _0x5ad409=_0x45d4d8,_0xe06dad=!this[_0x5ad409(0xf2)][_0x5ad409(0x129)][_0x5ad409(0xf7)](_0x5ad409(0x109));this[_0x5ad409(0xf2)][_0x5ad409(0x104)](_0x247b79),this[_0x5ad409(0x13b)]&&_0xe06dad&&!_0x287800&&this[_0x5ad409(0x129)][_0x5ad409(0x10f)]({'top':this[_0x5ad409(0x129)][_0x5ad409(0xf3)],'behavior':_0x5ad409(0x103)});}),this['on'](_0x45d4d8(0x124),(_0x10cc19,_0xe919f8,_0x42fe28)=>{const _0x21e409=_0x45d4d8;_0x287800=!0x1,_0x42fe28?(this[_0x21e409(0x123)]=null,this[_0x21e409(0xf2)][_0x21e409(0x13c)]()):this[_0x21e409(0x123)]||this[_0x21e409(0xf2)][_0x21e409(0x104)]('');}),this[_0x45d4d8(0x100)](this[_0x45d4d8(0x129)],_0x45d4d8(0x136),()=>{_0x287800=!0x0;}),this[_0x45d4d8(0x100)](this[_0x45d4d8(0x129)],_0x45d4d8(0xfc),()=>{_0x287800=!0x0;});}[_0x4a9aa8(0xee)](){const _0x2c102=_0x4a9aa8;this[_0x2c102(0x129)][_0x2c102(0xee)]();}[_0x4a9aa8(0x114)](){const _0x5279f5=_0x4a9aa8,_0x5f2c8b=this[_0x5279f5(0xed)],_0xf4d300=new _0x19817b(this[_0x5279f5(0xed)]),_0x18e96e=_0x5279f5(0x135);return _0xf4d300[_0x5279f5(0x117)]({'label':_0x212050(_0x5f2c8b,_0x5279f5(0x13d)),'icon':_0x2f1b8f,'class':_0x18e96e,'tooltip':!0x0}),_0xf4d300[_0x5279f5(0xf8)](_0x5279f5(0x115))['to'](this,_0x5279f5(0x123),_0x38931a=>!!_0x38931a),_0xf4d300[_0x5279f5(0xf8)](_0x5279f5(0xf1))['to'](this,_0x5279f5(0x13b),_0x4e2963=>!_0x4e2963),_0xf4d300['on'](_0x5279f5(0x121),()=>{const _0x48ae95=_0x5279f5;this[_0x48ae95(0x138)](this[_0x48ae95(0xf2)][_0x48ae95(0x129)]),_0xf4d300[_0x48ae95(0x137)]=_0x57b7b4,_0xf4d300[_0x48ae95(0x102)]=_0x18e96e+_0x48ae95(0x10e),this[_0x48ae95(0xee)](),setTimeout(()=>{const _0x5e1ef3=_0x48ae95;_0xf4d300[_0x5e1ef3(0x137)]=_0x2f1b8f,_0xf4d300[_0x5e1ef3(0x102)]=_0x18e96e;},0x3e8);}),_0xf4d300;}[_0x4a9aa8(0x138)](_0xabf621){const _0x340b6=_0x4a9aa8,{window:_0x4dced1,document:_0x2a2922}=_0x3dcdba;if(_0x4dced1[_0x340b6(0x12f)]){const {Blob:_0x51f711,ClipboardItem:_0x551492}=_0x4dced1,_0x2eb69c=[new _0x551492({'text/html':new _0x51f711([_0xabf621[_0x340b6(0x101)]],{'type':_0x340b6(0x139)}),'text/plain':new _0x51f711([_0xabf621[_0x340b6(0x112)]||''],{'type':_0x340b6(0xfd)})})];navigator[_0x340b6(0x116)][_0x340b6(0xfe)](_0x2eb69c);}else{const _0x3517a7=_0x2a2922[_0x340b6(0x141)](_0x340b6(0x126));_0x3517a7[_0x340b6(0x119)][_0x340b6(0xff)]=_0x340b6(0xfa),_0x3517a7[_0x340b6(0x119)][_0x340b6(0xf4)]=_0x340b6(0x13f),_0x3517a7[_0x340b6(0x101)]=_0x340b6(0x12d)+_0xabf621[_0x340b6(0x101)]+_0x340b6(0x12c),_0x2a2922[_0x340b6(0x12b)][_0x340b6(0x11b)](_0x3517a7);const _0x58b6ff=_0x2a2922[_0x340b6(0x128)]();_0x58b6ff[_0x340b6(0x134)](_0x3517a7[_0x340b6(0x11e)]),_0x58b6ff[_0x340b6(0x105)](_0x3517a7[_0x340b6(0x10d)]);const _0xf9a29e=_0x4dced1[_0x340b6(0x10a)]();_0xf9a29e[_0x340b6(0x107)](),_0xf9a29e[_0x340b6(0xf5)](_0x58b6ff),_0x2a2922[_0x340b6(0x122)](_0x340b6(0xf0)),_0x3517a7[_0x340b6(0x125)]();}}}export class ContentFieldView extends _0xc1997f{constructor(_0x5b467b,_0x4a218d=''){const _0x3406be=_0x4a9aa8;super(_0x5b467b),this[_0x3406be(0xfb)]=this[_0x3406be(0x140)](),this[_0x3406be(0x10b)]({'tag':_0x3406be(0x126),'attributes':{'class':['ck',_0x3406be(0x108),_0x4a218d,_0x3406be(0x120),_0x3406be(0x113)]}});}[_0x4a9aa8(0x104)](_0x574989){const _0x231af1=_0x4a9aa8;this[_0x231af1(0x129)][_0x231af1(0x101)]=_0x574989;}[_0x4a9aa8(0x13c)](){const _0x26c747=_0x4a9aa8;this[_0x26c747(0x129)][_0x26c747(0x11b)](this[_0x26c747(0xfb)][_0x26c747(0x129)]);}[_0x4a9aa8(0x140)](){const _0x1ffd13=_0x4a9aa8,_0x2556d5=new _0xc1997f(),_0x3828d3=this[_0x1ffd13(0xed)],_0x56185a=new _0x81bcf5();return _0x56185a[_0x1ffd13(0x115)]=!0x0,_0x2556d5[_0x1ffd13(0x10b)]({'tag':_0x1ffd13(0x126),'attributes':{'class':['ck',_0x1ffd13(0x13e)]},'children':[_0x56185a,{'text':_0x212050(_0x3828d3,_0x1ffd13(0xf9))}]}),_0x2556d5[_0x1ffd13(0x111)](),_0x2556d5;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x39e6b7,_0x3d17f1){const _0x416ecb=_0x4a35,_0x18045f=_0x39e6b7();while(!![]){try{const _0x121b8c=-parseInt(_0x416ecb(0x78))/0x1*(-parseInt(_0x416ecb(0x77))/0x2)+-parseInt(_0x416ecb(0x7c))/0x3+parseInt(_0x416ecb(0x76))/0x4+-parseInt(_0x416ecb(0x7d))/0x5*(parseInt(_0x416ecb(0x70))/0x6)+-parseInt(_0x416ecb(0x7f))/0x7*(parseInt(_0x416ecb(0x6e))/0x8)+-parseInt(_0x416ecb(0x7b))/0x9*(parseInt(_0x416ecb(0x6f))/0xa)+parseInt(_0x416ecb(0x72))/0xb;if(_0x121b8c===_0x3d17f1)break;else _0x18045f['push'](_0x18045f['shift']());}catch(_0x41794b){_0x18045f['push'](_0x18045f['shift']());}}}(_0x57e8,0xde7fd));function _0x4a35(_0x1efef8,_0x102bdc){const _0x57e81c=_0x57e8();return _0x4a35=function(_0x4a35c4,_0x5d2b79){_0x4a35c4=_0x4a35c4-0x6e;let _0x54e067=_0x57e81c[_0x4a35c4];return _0x54e067;},_0x4a35(_0x1efef8,_0x102bdc);}import{IconError as _0x40a1e6}from'ckeditor5/src/icons.js';import{View as _0x1f4fc1,IconView as _0x1345dc}from'ckeditor5/src/ui.js';function _0x57e8(){const _0x23f01b=['4759640SdjBtS','51806ZxfdWi','4dDFiOP','content','text','2941767pIBoGA','4978161HlOJcv','186365NViArJ','bindTemplate','154189JWZUHP','520NMqTgg','50XWHoCn','30TaZnEI','set','49826227XjAojr','div','ck-ai-form__error','setTemplate'];_0x57e8=function(){return _0x23f01b;};return _0x57e8();}export class AIFormErrorView extends _0x1f4fc1{constructor(_0x5f4a36,_0x5b713d=''){const _0x3c283a=_0x4a35;super(_0x5f4a36);const _0x32e5a4=new _0x1345dc(),_0x29cade=this[_0x3c283a(0x7e)];this[_0x3c283a(0x71)](_0x3c283a(0x7a),_0x5b713d),_0x32e5a4[_0x3c283a(0x79)]=_0x40a1e6,this[_0x3c283a(0x75)]({'tag':_0x3c283a(0x73),'attributes':{'class':['ck',_0x3c283a(0x74)]},'children':[_0x32e5a4,{'text':_0x29cade['to'](_0x3c283a(0x7a))}]});}}
23
+ (function(_0x385bf5,_0x4ecf5a){const _0x505fc5=_0x3b13,_0x300764=_0x385bf5();while(!![]){try{const _0x14e6f0=-parseInt(_0x505fc5(0x147))/0x1+parseInt(_0x505fc5(0x14a))/0x2*(-parseInt(_0x505fc5(0x14b))/0x3)+-parseInt(_0x505fc5(0x154))/0x4+-parseInt(_0x505fc5(0x153))/0x5*(parseInt(_0x505fc5(0x14d))/0x6)+parseInt(_0x505fc5(0x14f))/0x7+-parseInt(_0x505fc5(0x155))/0x8*(parseInt(_0x505fc5(0x157))/0x9)+parseInt(_0x505fc5(0x149))/0xa;if(_0x14e6f0===_0x4ecf5a)break;else _0x300764['push'](_0x300764['shift']());}catch(_0x563c7b){_0x300764['push'](_0x300764['shift']());}}}(_0x35f9,0x52f31));import{IconError as _0x4893f3}from'ckeditor5/src/icons.js';import{View as _0x4f726d,IconView as _0x8b6897}from'ckeditor5/src/ui.js';function _0x3b13(_0x3fb97c,_0x328d79){const _0x35f940=_0x35f9();return _0x3b13=function(_0x3b13a5,_0xecbed5){_0x3b13a5=_0x3b13a5-0x147;let _0x3c5d7a=_0x35f940[_0x3b13a5];return _0x3c5d7a;},_0x3b13(_0x3fb97c,_0x328d79);}export class AIFormErrorView extends _0x4f726d{constructor(_0x3f2eb8,_0x1363c0=''){const _0x8d4b7d=_0x3b13;super(_0x3f2eb8);const _0x116d94=new _0x8b6897(),_0x1796f2=this[_0x8d4b7d(0x156)];this[_0x8d4b7d(0x148)](_0x8d4b7d(0x14e),_0x1363c0),_0x116d94[_0x8d4b7d(0x152)]=_0x4893f3,this[_0x8d4b7d(0x150)]({'tag':_0x8d4b7d(0x14c),'attributes':{'class':['ck',_0x8d4b7d(0x151)]},'children':[_0x116d94,{'text':_0x1796f2['to'](_0x8d4b7d(0x14e))}]});}}function _0x35f9(){const _0x4a1455=['3IobJhE','div','534SijcbJ','text','2640729FKwKGD','setTemplate','ck-ai-form__error','content','12245SeFwcL','375588dtgeow','372696cCtvIN','bindTemplate','81lYMybl','80282RlNJyq','set','10947600Kchtku','641646cwDxzk'];_0x35f9=function(){return _0x4a1455;};return _0x35f9();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2d12(){const _0x441c06=['focus','fire','Submit','minRows','submitButtonView','keystrokes','focusableChildren','6165855GkYatx','isEnabled','style','window','617025XqMSFW','left','value','32610AVKyKO','queryView','element','uiLanguageDirection','ck-ai-form__toggle-history','enter','rtl','5068176SzAkaM','resultsView','14016xLhTyW','excludeScrollbarsAndBorders','_createShowHistoryButton','locale','16821720ifGKVV','showHistoryButtonView','children','isEmpty','focusLast','execute','isVisible','add','bind','width','requestAnimationFrame','113200xwnIyb','set','focusFirst','maxRows','fieldWrapperChildren','isOn','update','3766TxxPGL','_createSubmitButton','focusCycler','fieldView','History','render','filteredView','right','556ohdYqc','target','ck-ai-form__submit','submit'];_0x2d12=function(){return _0x441c06;};return _0x2d12();}const _0x56e40f=_0xdccb;(function(_0x2fa75d,_0x327a46){const _0x2c559f=_0xdccb,_0x40f84e=_0x2fa75d();while(!![]){try{const _0xff1f64=parseInt(_0x2c559f(0x150))/0x1+-parseInt(_0x2c559f(0x16b))/0x2+parseInt(_0x2c559f(0x153))/0x3*(parseInt(_0x2c559f(0x17a))/0x4)+-parseInt(_0x2c559f(0x14c))/0x5+-parseInt(_0x2c559f(0x15c))/0x6*(parseInt(_0x2c559f(0x172))/0x7)+-parseInt(_0x2c559f(0x15a))/0x8+parseInt(_0x2c559f(0x160))/0x9;if(_0xff1f64===_0x327a46)break;else _0x40f84e['push'](_0x40f84e['shift']());}catch(_0x504d9d){_0x40f84e['push'](_0x40f84e['shift']());}}}(_0x2d12,0xc774e));import{Rect as _0x336e8e,global as _0x2bd0fd,isVisible as _0x1ce551}from'ckeditor5/src/utils.js';import{IconAIHistory as _0x1864ce,IconSubmit as _0xcedc51}from'ckeditor5/src/icons.js';import{AutocompleteView as _0x57199d,ButtonView as _0x53e927}from'ckeditor5/src/ui.js';import{getTranslation as _0x141fc4}from'../../utils/common-translations.js';function _0xdccb(_0x1269a5,_0x5b45d4){const _0x2d1200=_0x2d12();return _0xdccb=function(_0xdccbc3,_0x1aa2bf){_0xdccbc3=_0xdccbc3-0x148;let _0xcfd80=_0x2d1200[_0xdccbc3];return _0xcfd80;},_0xdccb(_0x1269a5,_0x5b45d4);}export class AIFormPromptView extends _0x57199d{[_0x56e40f(0x149)];[_0x56e40f(0x161)];constructor(_0x3faa53,_0xb666f4){const _0x317c28=_0x56e40f;super(_0x3faa53,_0xb666f4),this[_0x317c28(0x154)][_0x317c28(0x175)][_0x317c28(0x148)]=0x1,this[_0x317c28(0x154)][_0x317c28(0x175)][_0x317c28(0x16e)]=0x3,this[_0x317c28(0x149)]=this[_0x317c28(0x173)](),this[_0x317c28(0x161)]=this[_0x317c28(0x15e)](),this[_0x317c28(0x14b)][_0x317c28(0x167)](this[_0x317c28(0x161)],0x1),this[_0x317c28(0x14b)][_0x317c28(0x167)](this[_0x317c28(0x149)]);}[_0x56e40f(0x177)](){const _0x3d587f=_0x56e40f;super[_0x3d587f(0x177)](),this[_0x3d587f(0x154)][_0x3d587f(0x16f)][_0x3d587f(0x167)](this[_0x3d587f(0x161)]),this[_0x3d587f(0x162)][_0x3d587f(0x167)](this[_0x3d587f(0x149)]),this[_0x3d587f(0x14a)][_0x3d587f(0x16c)](_0x3d587f(0x158),(_0xa5888b,_0x35b9fd)=>{const _0x26b456=_0x3d587f;_0xa5888b[_0x26b456(0x17b)]==this[_0x26b456(0x154)][_0x26b456(0x175)][_0x26b456(0x155)]&&(this[_0x26b456(0x17d)](),_0x35b9fd());});}[_0x56e40f(0x173)](){const _0x5b9c3b=_0x56e40f,_0x45bba5=new _0x53e927(this[_0x5b9c3b(0x15f)]),_0x3d52c3=this[_0x5b9c3b(0x15f)];return _0x45bba5[_0x5b9c3b(0x16c)]({'icon':_0xcedc51,'label':_0x141fc4(_0x3d52c3,_0x5b9c3b(0x180)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x5b9c3b(0x17c)}),_0x45bba5['on'](_0x5b9c3b(0x165),()=>{const _0x4b460d=_0x5b9c3b;this[_0x4b460d(0x17d)]();}),_0x45bba5[_0x5b9c3b(0x168)](_0x5b9c3b(0x14d))['to'](this[_0x5b9c3b(0x154)][_0x5b9c3b(0x175)],_0x5b9c3b(0x163),this,_0x5b9c3b(0x14d),(_0x308696,_0x1ad586)=>!_0x308696&&_0x1ad586),_0x45bba5;}[_0x56e40f(0x15e)](){const _0x285a6f=_0x56e40f,_0xc799ce=new _0x53e927(this[_0x285a6f(0x15f)]),_0x1d0603=this[_0x285a6f(0x15b)],_0x5bea39=this[_0x285a6f(0x15f)];_0xc799ce[_0x285a6f(0x16c)]({'label':_0x141fc4(_0x5bea39,_0x285a6f(0x176)),'withText':!0x1,'icon':_0x1864ce,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x285a6f(0x157)}),_0xc799ce[_0x285a6f(0x168)](_0x285a6f(0x170))['to'](_0x1d0603,_0x285a6f(0x166)),_0xc799ce[_0x285a6f(0x168)](_0x285a6f(0x14d))['to'](this,_0x285a6f(0x14d)),_0xc799ce['on'](_0x285a6f(0x165),()=>{const _0x54789b=_0x285a6f;_0x1d0603[_0x54789b(0x166)]=!_0x1d0603[_0x54789b(0x166)],_0x1d0603[_0x54789b(0x166)]?this[_0x54789b(0x178)][_0x54789b(0x17e)]():this[_0x54789b(0x17e)]();});const _0x481690=()=>{const _0xa866b2=_0x285a6f;_0x2bd0fd[_0xa866b2(0x14f)][_0xa866b2(0x16a)](()=>{const _0x187d03=_0xa866b2;if(_0x1ce551(this[_0x187d03(0x155)])){const _0x2361f6=new _0x336e8e(this[_0x187d03(0x154)][_0x187d03(0x175)][_0x187d03(0x155)]),_0x1817a6=_0x2361f6[_0x187d03(0x169)],_0x2cef31=_0x187d03(0x159)===_0x5bea39[_0x187d03(0x156)]?_0x187d03(0x151):_0x187d03(0x179);_0x2361f6[_0x187d03(0x15d)](),_0xc799ce[_0x187d03(0x155)][_0x187d03(0x14e)][_0x2cef31]=_0x1817a6-_0x2361f6[_0x187d03(0x169)]+0x1+'px';}});};return this[_0x285a6f(0x154)][_0x285a6f(0x175)]['on'](_0x285a6f(0x171),_0x481690),this['on'](_0x285a6f(0x177),_0x481690),_0xc799ce;}[_0x56e40f(0x17d)](){const _0xc888e6=_0x56e40f,_0x26d89c=this[_0xc888e6(0x154)][_0xc888e6(0x175)][_0xc888e6(0x155)][_0xc888e6(0x152)];this[_0xc888e6(0x17f)](_0xc888e6(0x17d),_0x26d89c);}[_0x56e40f(0x17e)](_0x1b53dd){const _0x320917=_0x56e40f;-0x1===_0x1b53dd?this[_0x320917(0x174)][_0x320917(0x164)]():this[_0x320917(0x174)][_0x320917(0x16d)]();}}
23
+ const _0x5438dc=_0x1e8a;function _0x1e8a(_0x1c5331,_0x18f9f7){const _0x36ee48=_0x36ee();return _0x1e8a=function(_0x1e8aa3,_0x54bb6f){_0x1e8aa3=_0x1e8aa3-0xf5;let _0x42d7d7=_0x36ee48[_0x1e8aa3];return _0x42d7d7;},_0x1e8a(_0x1c5331,_0x18f9f7);}(function(_0x4bb1fd,_0x1ba782){const _0x5af5a1=_0x1e8a,_0x4a86b3=_0x4bb1fd();while(!![]){try{const _0x328f51=-parseInt(_0x5af5a1(0xfd))/0x1*(parseInt(_0x5af5a1(0xfc))/0x2)+parseInt(_0x5af5a1(0x113))/0x3+parseInt(_0x5af5a1(0x126))/0x4*(parseInt(_0x5af5a1(0xfe))/0x5)+parseInt(_0x5af5a1(0x110))/0x6+parseInt(_0x5af5a1(0x114))/0x7*(-parseInt(_0x5af5a1(0x106))/0x8)+-parseInt(_0x5af5a1(0x119))/0x9*(parseInt(_0x5af5a1(0x103))/0xa)+parseInt(_0x5af5a1(0x127))/0xb;if(_0x328f51===_0x1ba782)break;else _0x4a86b3['push'](_0x4a86b3['shift']());}catch(_0x451799){_0x4a86b3['push'](_0x4a86b3['shift']());}}}(_0x36ee,0x8a508));import{Rect as _0x270f0d,global as _0x175694,isVisible as _0x336c5e}from'ckeditor5/src/utils.js';import{IconAIHistory as _0x209c7c,IconSubmit as _0x1632e0}from'ckeditor5/src/icons.js';import{AutocompleteView as _0x490886,ButtonView as _0x5aa1ec}from'ckeditor5/src/ui.js';import{getTranslation as _0xd9fe01}from'../../utils/common-translations.js';export class AIFormPromptView extends _0x490886{[_0x5438dc(0x117)];[_0x5438dc(0x100)];constructor(_0x407c24,_0x1a2a4f){const _0x2d8f1c=_0x5438dc;super(_0x407c24,_0x1a2a4f),this[_0x2d8f1c(0x11b)][_0x2d8f1c(0xf8)][_0x2d8f1c(0x12a)]=0x1,this[_0x2d8f1c(0x11b)][_0x2d8f1c(0xf8)][_0x2d8f1c(0x120)]=0x3,this[_0x2d8f1c(0x117)]=this[_0x2d8f1c(0x109)](),this[_0x2d8f1c(0x100)]=this[_0x2d8f1c(0xf9)](),this[_0x2d8f1c(0x10a)][_0x2d8f1c(0x107)](this[_0x2d8f1c(0x100)],0x1),this[_0x2d8f1c(0x10a)][_0x2d8f1c(0x107)](this[_0x2d8f1c(0x117)]);}[_0x5438dc(0x11f)](){const _0x554a73=_0x5438dc;super[_0x554a73(0x11f)](),this[_0x554a73(0x11b)][_0x554a73(0x112)][_0x554a73(0x107)](this[_0x554a73(0x100)]),this[_0x554a73(0x108)][_0x554a73(0x107)](this[_0x554a73(0x117)]),this[_0x554a73(0x111)][_0x554a73(0x10b)](_0x554a73(0x11a),(_0x210f44,_0x5f4537)=>{const _0x762825=_0x554a73;_0x210f44[_0x762825(0x122)]==this[_0x762825(0x11b)][_0x762825(0xf8)][_0x762825(0x118)]&&(this[_0x762825(0xfb)](),_0x5f4537());});}[_0x5438dc(0x109)](){const _0xc8cfc4=_0x5438dc,_0x572925=new _0x5aa1ec(this[_0xc8cfc4(0x101)]),_0x425f86=this[_0xc8cfc4(0x101)];return _0x572925[_0xc8cfc4(0x10b)]({'icon':_0x1632e0,'label':_0xd9fe01(_0x425f86,_0xc8cfc4(0xf6)),'isVisible':!0x0,'tooltip':!0x0,'class':_0xc8cfc4(0x10e)}),_0x572925['on'](_0xc8cfc4(0x104),()=>{const _0x1a57c0=_0xc8cfc4;this[_0x1a57c0(0xfb)]();}),_0x572925[_0xc8cfc4(0xf5)](_0xc8cfc4(0x10f))['to'](this[_0xc8cfc4(0x11b)][_0xc8cfc4(0xf8)],_0xc8cfc4(0x11e),this,_0xc8cfc4(0x10f),(_0x7ff6f9,_0x2ed74b)=>!_0x7ff6f9&&_0x2ed74b),_0x572925;}[_0x5438dc(0xf9)](){const _0x4dff51=_0x5438dc,_0x15159a=new _0x5aa1ec(this[_0x4dff51(0x101)]),_0x2e4469=this[_0x4dff51(0xff)],_0x55c66e=this[_0x4dff51(0x101)];_0x15159a[_0x4dff51(0x10b)]({'label':_0xd9fe01(_0x55c66e,_0x4dff51(0x102)),'withText':!0x1,'icon':_0x209c7c,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x4dff51(0x124)}),_0x15159a[_0x4dff51(0xf5)](_0x4dff51(0xf7))['to'](_0x2e4469,_0x4dff51(0x105)),_0x15159a[_0x4dff51(0xf5)](_0x4dff51(0x10f))['to'](this,_0x4dff51(0x10f)),_0x15159a['on'](_0x4dff51(0x104),()=>{const _0x3ab0a9=_0x4dff51;_0x2e4469[_0x3ab0a9(0x105)]=!_0x2e4469[_0x3ab0a9(0x105)],_0x2e4469[_0x3ab0a9(0x105)]?this[_0x3ab0a9(0x11c)][_0x3ab0a9(0x129)]():this[_0x3ab0a9(0x129)]();});const _0x3e7802=()=>{const _0x2d9373=_0x4dff51;_0x175694[_0x2d9373(0x12b)][_0x2d9373(0x12c)](()=>{const _0x1ff97b=_0x2d9373;if(_0x336c5e(this[_0x1ff97b(0x118)])){const _0xa3c15c=new _0x270f0d(this[_0x1ff97b(0x11b)][_0x1ff97b(0xf8)][_0x1ff97b(0x118)]),_0x420f84=_0xa3c15c[_0x1ff97b(0x12d)],_0x4ab464=_0x1ff97b(0x116)===_0x55c66e[_0x1ff97b(0x10c)]?_0x1ff97b(0x121):_0x1ff97b(0x12f);_0xa3c15c[_0x1ff97b(0x128)](),_0x15159a[_0x1ff97b(0x118)][_0x1ff97b(0x12e)][_0x4ab464]=_0x420f84-_0xa3c15c[_0x1ff97b(0x12d)]+0x1+'px';}});};return this[_0x4dff51(0x11b)][_0x4dff51(0xf8)]['on'](_0x4dff51(0x11d),_0x3e7802),this['on'](_0x4dff51(0x11f),_0x3e7802),_0x15159a;}[_0x5438dc(0xfb)](){const _0x19364d=_0x5438dc,_0xfaee75=this[_0x19364d(0x11b)][_0x19364d(0xf8)][_0x19364d(0x118)][_0x19364d(0x125)];this[_0x19364d(0x123)](_0x19364d(0xfb),_0xfaee75);}[_0x5438dc(0x129)](_0x55747d){const _0x2941ee=_0x5438dc;-0x1===_0x55747d?this[_0x2941ee(0x115)][_0x2941ee(0xfa)]():this[_0x2941ee(0x115)][_0x2941ee(0x10d)]();}}function _0x36ee(){const _0xe35ae4=['width','style','right','bind','Submit','isOn','fieldView','_createShowHistoryButton','focusLast','submit','1533320jreXSR','1xVJnic','5rTBGUO','resultsView','showHistoryButtonView','locale','History','10DZlWYX','execute','isVisible','72TTWjUD','add','children','_createSubmitButton','focusableChildren','set','uiLanguageDirection','focusFirst','ck-ai-form__submit','isEnabled','5272680TKYfVE','keystrokes','fieldWrapperChildren','1010724gMgBDS','644112aWIYbv','focusCycler','rtl','submitButtonView','element','1966743SYPqel','enter','queryView','filteredView','update','isEmpty','render','maxRows','left','target','fire','ck-ai-form__toggle-history','value','1681276fdIwNq','8182460ixKxBi','excludeScrollbarsAndBorders','focus','minRows','window','requestAnimationFrame'];_0x36ee=function(){return _0xe35ae4;};return _0x36ee();}