@ckeditor/ckeditor5-ai 47.3.0-alpha.4 → 47.3.0-alpha.5

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 (97) 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/aiassistant/aiassistantediting.js +1 -1
  6. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  7. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  8. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  9. package/src/aiassistant/ui/form/aiformview.js +1 -1
  10. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  11. package/src/aiassistant/ui/form/prompthistory.js +1 -1
  12. package/src/aiballoon/aiballoon.js +1 -1
  13. package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
  14. package/src/aiballoon/ui/aiballoonview.js +1 -1
  15. package/src/aichat/aichat.js +1 -1
  16. package/src/aichat/aichatcontroller.js +1 -1
  17. package/src/aichat/aichatui.js +1 -1
  18. package/src/aichat/model/aichatcontext.js +1 -1
  19. package/src/aichat/model/aichatconversation.js +1 -1
  20. package/src/aichat/model/aichatinteraction.js +1 -1
  21. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  22. package/src/aichat/ui/aichatfeedview.js +1 -1
  23. package/src/aichat/ui/aichatview.js +1 -1
  24. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  25. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  26. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  27. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  28. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  29. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  30. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  31. package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
  32. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  33. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  34. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  35. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  36. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  37. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  38. package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
  39. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  40. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  41. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  42. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  43. package/src/aichat/utils/eventnames.js +1 -1
  44. package/src/aichathistory/aichathistory.js +1 -1
  45. package/src/aichathistory/aichathistorycontroller.js +1 -1
  46. package/src/aichathistory/aichathistoryui.js +1 -1
  47. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  48. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  49. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  50. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  51. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  52. package/src/aicore/aiconnector.js +1 -1
  53. package/src/aicore/aiediting.js +1 -1
  54. package/src/aicore/model/aimodels.js +1 -1
  55. package/src/aicore/model/aireply.js +1 -1
  56. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  57. package/src/aicore/pipeline/airesponseparser.js +2 -2
  58. package/src/aicore/ui/aidisclaimerview.js +1 -1
  59. package/src/aicore/ui/aiskeleton.js +1 -1
  60. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  61. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  62. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  63. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  64. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  65. package/src/aicore/utils/documentrange.js +1 -1
  66. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  67. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  68. package/src/aicore/utils/htmlparser.js +1 -1
  69. package/src/aicore/utils/htmlstreamer.js +1 -1
  70. package/src/aiquickactions/aiquickactionsui.js +1 -1
  71. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  72. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  73. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  74. package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +1 -1
  75. package/src/aireviewmode/aireviewmode.js +1 -1
  76. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  77. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  78. package/src/aireviewmode/aireviewmodeui.js +1 -1
  79. package/src/aireviewmode/model/aireviewcheckcustom.js +1 -1
  80. package/src/aireviewmode/model/aireviewchecklist.js +1 -1
  81. package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
  82. package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
  83. package/src/aireviewmode/model/aireviewsystemcheckrun.js +1 -1
  84. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  85. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  86. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  87. package/src/aireviewmode/ui/aireviewmodegeneralerrorview.js +1 -1
  88. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  89. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  90. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  91. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  92. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  93. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  94. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  95. package/src/aitabs/aitabs.js +1 -1
  96. package/src/aitabs/tabs/aitabsview.js +1 -1
  97. 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.3.0-alpha.4",
3
+ "version": "47.3.0-alpha.5",
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.3.0-alpha.4",
33
- "@ckeditor/ckeditor5-cloud-services": "47.3.0-alpha.4",
34
- "@ckeditor/ckeditor5-collaboration-core": "47.3.0-alpha.4",
35
- "@ckeditor/ckeditor5-core": "47.3.0-alpha.4",
36
- "@ckeditor/ckeditor5-engine": "47.3.0-alpha.4",
37
- "@ckeditor/ckeditor5-icons": "47.3.0-alpha.4",
38
- "@ckeditor/ckeditor5-markdown-gfm": "47.3.0-alpha.4",
39
- "@ckeditor/ckeditor5-table": "47.3.0-alpha.4",
40
- "@ckeditor/ckeditor5-theme-lark": "47.3.0-alpha.4",
41
- "@ckeditor/ckeditor5-ui": "47.3.0-alpha.4",
42
- "@ckeditor/ckeditor5-utils": "47.3.0-alpha.4",
43
- "@ckeditor/ckeditor5-real-time-collaboration": "47.3.0-alpha.4",
44
- "ckeditor5": "47.3.0-alpha.4",
45
- "ckeditor5-collaboration": "47.3.0-alpha.4",
32
+ "@ckeditor/ckeditor5-clipboard": "47.3.0-alpha.5",
33
+ "@ckeditor/ckeditor5-cloud-services": "47.3.0-alpha.5",
34
+ "@ckeditor/ckeditor5-collaboration-core": "47.3.0-alpha.5",
35
+ "@ckeditor/ckeditor5-core": "47.3.0-alpha.5",
36
+ "@ckeditor/ckeditor5-engine": "47.3.0-alpha.5",
37
+ "@ckeditor/ckeditor5-icons": "47.3.0-alpha.5",
38
+ "@ckeditor/ckeditor5-markdown-gfm": "47.3.0-alpha.5",
39
+ "@ckeditor/ckeditor5-table": "47.3.0-alpha.5",
40
+ "@ckeditor/ckeditor5-theme-lark": "47.3.0-alpha.5",
41
+ "@ckeditor/ckeditor5-ui": "47.3.0-alpha.5",
42
+ "@ckeditor/ckeditor5-utils": "47.3.0-alpha.5",
43
+ "@ckeditor/ckeditor5-real-time-collaboration": "47.3.0-alpha.5",
44
+ "ckeditor5": "47.3.0-alpha.5",
45
+ "ckeditor5-collaboration": "47.3.0-alpha.5",
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 _0x4885ef=_0x17a5;function _0x49b9(){const _0x1224ef=['_clone','rootName','indexOf','processor','add','sourcePosition','_wrapWithCommonAncestors','Error\x20refreshing\x20interaction:','_navigateToPrevious','document','get','baseVersion','_disableCustomViews','balloonView','replyCreated','ck-ai-custom-action-button','config','root','toData','stopListening','has','set','start','span','createRange','split','actionName','stopInteraction','getChildAtOffset','AI_ACTIONS_TRY_AGAIN','change','version','addOperation','addNavigationItem','focus','3982872kwtxjw','isLoading','isEnabled','Error\x20updating\x20content\x20in\x20replyContentUpdated:','_anchorOperation','AIConnector','pluginName','getFirstRange','execute','slice','_clearErrorState','ai.availableReplyActions','5028JCfXxg','createPositionAt','ck-ai-interaction-counter','clearLoading','open','toolbar','icon','nodeAfter','startsWith','_navigationPreviousButton','_applyOperationsAsSuggestions','createPositionAfter','$graveyard','interactionFinished','replies','_createInteraction','getSelectionAsFragment','showLoader','_children','upsertAIActionRating','_execute','updateContent','1/1','range','history','_balloonShowDiff','AIBalloon','setErrorState','howMany','bodyView','data','TrackChanges','_isNavigationPreviousButtonInView','getRoot','pending','documentContextContent','remove','error','model','_displayInteractionAtIndex','modelToViewWithIds','streaming','element','AI_ACTIONS_NEXT_INTERACTION','move','stop','miniToolbarView','showError','TableSelection','isCollapsed','_navigateToNext','requires','replyContentUpdated','setLoading','queueEmptyPromise','applySuggestion','editor','Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:','changeGroups','batch','removeNavigationItem','stopAutoScroll','_customViews','310470rpzQSX','includes','_applyChanges','isDocumentOperation','applyOperation','locale','hasPendingParts','bind','_getExecuteDataRegular','_getExecuteDataInTable','setSelection','listenTo','dialogClosed','close','filter','mainView','_isNavigationNextButtonInView','rename','first','ck-ai-navigation-button\x20ck-ai-next-button','accepted','_filterOperationsOutsideRange','hideError','_promiseQueue','969630aheLdE','insertSuggestion','hasError','AI_ACTIONS_GENERIC_ERROR','map','forEach','upsertCustomAIActionRating','Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:','reinsert','ai-no-track-changes','Attribute','getSelectedBlocks','_interactions','_currentInteractionIndex','getLimitElement','push','random','_executeAction','isBusy','1437dkxTUO','setTemplate','aiBalloon','state','enqueue','schema','stickiness','showChangesButton','_navigationCounter','2390571GBueOs','position','Error\x20updating\x20content\x20in\x20replyCreated:','AI_ACTIONS_PREVIOUS_INTERACTION','getSelectedContent','_navigationNextButton','_clearSuggestionContent','_stopInteraction','hideLoader','_interactionParams','isPremiumPlugin','_updateNavigationUI','getAncestors','getSelectedTableCells','catch','23624OajLKD','nextSibling','end','getChild','getRanges','abort','2114lxtXbC','parent','merge','_isAbortError','documentFragment','_appendChild','toggleSuggestionDisplayMode','getOperations','areChangesVisible','static','createPositionBefore','_refreshInteraction','selectionRemoved','setChangeGroupState','textContent','startAutoScroll','isOfficialPlugin','_setErrorState','selection','length','insert','type','getDocumentContext','_clearLoadingState','_interaction','replyChangeGroupStateUpdated','operationsA','signal','ai-request-aborted','message','plugins','ck-ai-navigation-button\x20ck-ai-previous-button','_clearInteractionHistory','27710OMWhqq','executeAction','_isNavigationCounterInView','rejected','_setLoadingState','path','AIActions','_setupCustomViews','_aiConnector','Error\x20updating\x20content\x20during\x20navigation:','actionCallId','clone','TrackChangesEditing','clearErrorState','getCommonAncestor'];_0x49b9=function(){return _0x1224ef;};return _0x49b9();}(function(_0x131e3e,_0x36802e){const _0x23019e=_0x17a5,_0x31f58f=_0x131e3e();while(!![]){try{const _0x583b29=parseInt(_0x23019e(0x269))/0x1+-parseInt(_0x23019e(0x281))/0x2+-parseInt(_0x23019e(0x294))/0x3*(-parseInt(_0x23019e(0x22a))/0x4)+-parseInt(_0x23019e(0x1ec))/0x5+parseInt(_0x23019e(0x21e))/0x6+-parseInt(_0x23019e(0x1cb))/0x7*(parseInt(_0x23019e(0x1c5))/0x8)+parseInt(_0x23019e(0x1b6))/0x9;if(_0x583b29===_0x36802e)break;else _0x31f58f['push'](_0x31f58f['shift']());}catch(_0x4b2927){_0x31f58f['push'](_0x31f58f['shift']());}}}(_0x49b9,0x70441));import{Plugin as _0x1482fe}from'ckeditor5/src/core.js';import{AIConnector as _0x2b0ccd}from'../aicore/aiconnector.js';import{AISuggestionContainerView as _0x26f777}from'../aicore/ui/suggestioncontainer/aisuggestioncontainerview.js';import{Dialog as _0x389324,ButtonView as _0x1ad5e0,ViewCollection as _0x55fcb6,View as _0x36c0d1}from'ckeditor5/src/ui.js';import{AIEditing as _0x267924}from'../aicore/aiediting.js';import{AIActionsInteraction as _0x4b3cba}from'./model/aiactionsinteraction.js';import{CKEditorError as _0x375158,first as _0x5a32b9}from'ckeditor5/src/utils.js';import{IconAIQuickActions as _0x12742a,IconRefresh as _0x57c8a9,IconNextArrow as _0x19d3a9,IconPreviousArrow as _0x3c4c50,IconShowChangesOff as _0x59d370}from'@ckeditor/ckeditor5-icons';import{AIBalloon as _0x80ef72}from'../aiballoon/aiballoon.js';import{PromiseQueue as _0x117c35}from'../aichat/utils/promisequeue.js';import{getTranslation as _0x1a4156}from'../aicore/utils/common-translations.js';function _0x17a5(_0x992e2e,_0x3fcceb){const _0x49b9fe=_0x49b9();return _0x17a5=function(_0x17a57a,_0x2a8202){_0x17a57a=_0x17a57a-0x1b5;let _0x18c3fb=_0x49b9fe[_0x17a57a];return _0x18c3fb;},_0x17a5(_0x992e2e,_0x3fcceb);}import{getSuggestionPartsFromReply as _0x55535d}from'../aicore/utils/getsuggestionpartsfromreply.js';import{DocumentCompare as _0x18afea}from'ckeditor5-collaboration/src/collaboration-core.js';import{fixMarkerOperationOldRange as _0x128cfa,getOperationsFromReply as _0x14c6d9}from'../aicore/utils/getoperationsfromreply.js';import{ModelDocumentFragment as _0x3fee9b,ModelRange as _0x962104,ModelPosition as _0x2fe05d,_DetachOperation as _0x9a7b8e,transformOperationSets as _0x1a9de7}from'ckeditor5/src/engine.js';import{AI_REPLY_ACTIONS as _0x33cc1d}from'../aichat/ui/feed/aichatfeedsuggestionitemactionsview.js';export class AIActions extends _0x1482fe{static get[_0x4885ef(0x25d)](){return[_0x2b0ccd,_0x389324,_0x267924,_0x80ef72,_0x18afea];}static get[_0x4885ef(0x224)](){const _0x5e6a0c=_0x4885ef;return _0x5e6a0c(0x1f2);}static get[_0x4885ef(0x1db)](){return!0x0;}static get[_0x4885ef(0x1c0)](){return!0x0;}[_0x4885ef(0x1f4)];[_0x4885ef(0x28d)]=[];[_0x4885ef(0x28e)]=0x0;[_0x4885ef(0x1bf)];[_0x4885ef(0x243)]=!0x1;[_0x4885ef(0x268)]=new _0x55fcb6();[_0x4885ef(0x233)];[_0x4885ef(0x1b5)];[_0x4885ef(0x1ee)]=!0x1;[_0x4885ef(0x1bb)];[_0x4885ef(0x24a)]=!0x1;[_0x4885ef(0x279)]=!0x1;[_0x4885ef(0x280)];get[_0x4885ef(0x1e3)](){const _0x1ce3ed=_0x4885ef;return this[_0x1ce3ed(0x28d)][this[_0x1ce3ed(0x28d)][_0x1ce3ed(0x1de)]-0x1];}constructor(_0x1d86cc){const _0x1c5bf8=_0x4885ef;super(_0x1d86cc),this[_0x1c5bf8(0x1f4)]=this[_0x1c5bf8(0x262)][_0x1c5bf8(0x1e9)][_0x1c5bf8(0x205)](_0x1c5bf8(0x223)),this[_0x1c5bf8(0x210)](_0x1c5bf8(0x293),!0x1),this[_0x1c5bf8(0x280)]=new _0x117c35(),this[_0x1c5bf8(0x1f3)]();}[_0x4885ef(0x216)](){const _0x42aa99=_0x4885ef;this[_0x42aa99(0x1bd)]();}async[_0x4885ef(0x1ed)](_0x458840,_0x2c8f65,_0x2ec4be){const _0x3a94c7=_0x4885ef;if(this[_0x3a94c7(0x262)][_0x3a94c7(0x1e9)][_0x3a94c7(0x20f)](_0x3a94c7(0x25a))){if(this[_0x3a94c7(0x262)][_0x3a94c7(0x1e9)][_0x3a94c7(0x205)](_0x3a94c7(0x25a))[_0x3a94c7(0x1c3)]()){const {modelFragment:_0x24ca70,anchorData:_0x23a876}=this[_0x3a94c7(0x272)]();return this[_0x3a94c7(0x292)](_0x458840,_0x24ca70,_0x23a876,_0x2c8f65,_0x2ec4be);}}const {modelFragment:_0x3bcf0d,anchorData:_0x46d2cf}=this[_0x3a94c7(0x271)]();return this[_0x3a94c7(0x292)](_0x458840,_0x3bcf0d,_0x46d2cf,_0x2c8f65,_0x2ec4be);}[_0x4885ef(0x271)](){const _0x263091=_0x4885ef,_0x4400ed=this[_0x263091(0x262)][_0x263091(0x250)][_0x263091(0x204)][_0x263091(0x1dd)];if(_0x4400ed[_0x263091(0x25b)]){const _0xcabaa3=_0x5a32b9(_0x4400ed[_0x263091(0x28c)]())||this[_0x263091(0x262)][_0x263091(0x250)][_0x263091(0x299)][_0x263091(0x28f)](_0x4400ed);this[_0x263091(0x262)][_0x263091(0x250)][_0x263091(0x219)](_0x42cfcf=>{const _0xb25d36=_0x263091;_0x42cfcf[_0xb25d36(0x273)](_0xcabaa3,'in');});}const _0x25852e=_0x4400ed[_0x263091(0x225)](),_0xd70baf=this[_0x263091(0x201)](this[_0x263091(0x262)][_0x263091(0x250)][_0x263091(0x1ba)](_0x4400ed),_0x25852e[_0x263091(0x211)],_0x25852e[_0x263091(0x1c7)]),_0x58708a=_0x4400ed[_0x263091(0x225)]()[_0x263091(0x211)],_0x6d14cf=new Map();let _0x1db70d=_0xd70baf;for(let _0x5203e5=0x0;_0x5203e5<_0x58708a[_0x263091(0x1f1)][_0x263091(0x1de)];_0x5203e5++)_0x6d14cf[_0x263091(0x210)](_0x1db70d,_0x58708a[_0x263091(0x1f1)][_0x5203e5]),_0x1db70d=_0x1db70d[_0x263091(0x1c8)](0x0);return{'modelFragment':_0xd70baf,'anchorData':_0x6d14cf};}[_0x4885ef(0x272)](){const _0x253854=_0x4885ef,_0x261a97=this[_0x253854(0x262)][_0x253854(0x250)][_0x253854(0x204)][_0x253854(0x1dd)],_0x38b4ad=this[_0x253854(0x262)][_0x253854(0x1e9)][_0x253854(0x205)](_0x253854(0x25a))[_0x253854(0x23a)](),_0x43320a=_0x261a97[_0x253854(0x225)]()[_0x253854(0x211)][_0x253854(0x1cc)][_0x253854(0x1cc)],_0x8bd61e=this[_0x253854(0x201)](_0x38b4ad,this[_0x253854(0x262)][_0x253854(0x250)][_0x253854(0x1d5)](_0x43320a),this[_0x253854(0x262)][_0x253854(0x250)][_0x253854(0x235)](_0x43320a)),_0x40d1d6=_0x261a97[_0x253854(0x225)]()[_0x253854(0x211)],_0x4fb4ea=new Map();let _0x32264e=_0x8bd61e;for(let _0xff81cc=0x0;_0xff81cc<_0x40d1d6[_0x253854(0x1f1)][_0x253854(0x1de)];_0xff81cc++)if(_0x4fb4ea[_0x253854(0x210)](_0x32264e,_0x40d1d6[_0x253854(0x1f1)][_0xff81cc]),_0xff81cc<_0x40d1d6[_0x253854(0x1f1)][_0x253854(0x1de)]-0x1)_0x32264e=_0x32264e[_0x253854(0x1c8)](0x0);else{let _0x1bcb0d=_0x32264e[_0x253854(0x1c6)];for(;_0x1bcb0d;)_0x4fb4ea[_0x253854(0x210)](_0x1bcb0d,_0x40d1d6[_0x253854(0x1f1)][_0xff81cc]),_0x1bcb0d=_0x1bcb0d[_0x253854(0x1c6)];}return{'modelFragment':_0x8bd61e,'anchorData':_0x4fb4ea};}[_0x4885ef(0x292)](_0x31ab3b,_0xfb8bd3,_0x4e0e7b,_0x2e279e,_0x2029ec){const _0x1758cf=_0x4885ef,_0xb09417=this[_0x1758cf(0x262)][_0x1758cf(0x1e9)][_0x1758cf(0x205)](_0x267924),_0x4797ce=this[_0x1758cf(0x262)][_0x1758cf(0x1e9)][_0x1758cf(0x205)](_0x80ef72),_0x5d6396=this[_0x1758cf(0x262)][_0x1758cf(0x250)][_0x1758cf(0x204)][_0x1758cf(0x1dd)],_0x537a19=_0xb09417[_0x1758cf(0x252)](_0xfb8bd3),_0x2d9a6b=this[_0x1758cf(0x262)][_0x1758cf(0x248)][_0x1758cf(0x1fe)][_0x1758cf(0x20d)](_0x537a19),_0x1c70ac=this[_0x1758cf(0x262)][_0x1758cf(0x250)][_0x1758cf(0x204)][_0x1758cf(0x21a)],_0xa7ffde=[..._0x5d6396[_0x1758cf(0x1c9)]()];let _0x2e263c=this[_0x1758cf(0x262)][_0x1758cf(0x20b)][_0x1758cf(0x205)](_0x1758cf(0x229))||[..._0x33cc1d];this[_0x1758cf(0x262)][_0x1758cf(0x1e9)][_0x1758cf(0x20f)](_0x1758cf(0x249))||(_0x2e263c=_0x2e263c[_0x1758cf(0x277)](_0x3d8ba7=>_0x1758cf(0x282)!=_0x3d8ba7));const _0x201c55=new _0x26f777(this[_0x1758cf(0x262)][_0x1758cf(0x26e)],{'showDiff':!0x1,'areActionsDisabled':!0x1,'hideHeader':!0x0,'showLoader':!0x0,'miniToolbarConfig':{'showChanges':_0x1758cf(0x230),'customView':this[_0x1758cf(0x268)]},'showUnchangedParts':!0x0,'availableActions':_0x2e263c});return _0x4797ce[_0x1758cf(0x22e)]({'index':0x3e8*Math[_0x1758cf(0x291)]()%0x3e8,'title':_0x2e279e,'icon':_0x2029ec||_0x12742a,'mainView':_0x201c55,'showRotator':!0x1,'showApplyButton':!0x0,'showSuggestButton':this[_0x1758cf(0x262)][_0x1758cf(0x1e9)][_0x1758cf(0x20f)](_0x1758cf(0x249)),'ranges':_0xa7ffde}),this[_0x1758cf(0x1f0)](_0x201c55,_0x4797ce),this[_0x1758cf(0x274)](_0x4797ce,_0x1758cf(0x261),()=>{const _0x5c914f=_0x1758cf;this[_0x5c914f(0x26b)](_0xfb8bd3,_0x4e0e7b,!0x1);}),this[_0x1758cf(0x274)](_0x4797ce,_0x1758cf(0x282),()=>{const _0x590bbb=_0x1758cf;this[_0x590bbb(0x26b)](_0xfb8bd3,_0x4e0e7b,!0x0);}),this[_0x1758cf(0x274)](_0x4797ce,_0x1758cf(0x1d7),()=>{const _0x4f66e6=_0x1758cf;this[_0x4f66e6(0x1bd)](),this[_0x4f66e6(0x207)]();}),this[_0x1758cf(0x274)](_0x4797ce,_0x1758cf(0x275),()=>{const _0x33dff2=_0x1758cf;if(this[_0x33dff2(0x1e3)]&&this[_0x33dff2(0x1e3)][_0x33dff2(0x238)][_0x33dff2(0x1de)]>0x0){const _0x9f1bdb=this[_0x33dff2(0x1e3)][_0x33dff2(0x238)][this[_0x33dff2(0x1e3)][_0x33dff2(0x238)][_0x33dff2(0x1de)]-0x1],_0x1970c2=_0x9f1bdb[_0x33dff2(0x264)][0x0];_0x1970c2&&_0x33dff2(0x24c)===_0x1970c2[_0x33dff2(0x297)]&&_0x9f1bdb[_0x33dff2(0x1d8)](0x0,_0x33dff2(0x1ef));}this[_0x33dff2(0x1bd)](),this[_0x33dff2(0x1eb)](),this[_0x33dff2(0x20e)](_0x4797ce);}),this[_0x1758cf(0x239)](_0x2d9a6b,_0x1c70ac,_0x201c55,_0x4797ce,_0x31ab3b);}[_0x4885ef(0x201)](_0x3f28a1,_0x51011e,_0x9c695c){const _0x321f22=_0x4885ef,_0x544014=this[_0x321f22(0x262)][_0x321f22(0x250)][_0x321f22(0x213)](_0x51011e,_0x9c695c)[_0x321f22(0x1fa)](),_0x1ca5f6=_0x544014['is'](_0x321f22(0x1cf))?[]:_0x544014[_0x321f22(0x1c2)]({'includeSelf':!0x0})[_0x321f22(0x227)](0x1);if(_0x1ca5f6[_0x321f22(0x1de)]){const _0x39ef98=_0x1ca5f6[_0x321f22(0x285)](_0x92c108=>_0x92c108[_0x321f22(0x1fb)](!0x1));for(let _0x50a125=0x1;_0x50a125<_0x39ef98[_0x321f22(0x1de)];_0x50a125++)_0x39ef98[_0x50a125-0x1][_0x321f22(0x1d0)](_0x39ef98[_0x50a125]);return _0x39ef98[_0x39ef98[_0x321f22(0x1de)]-0x1][_0x321f22(0x1d0)](_0x3f28a1),new _0x3fee9b(_0x39ef98[0x0]);}return _0x3f28a1;}async[_0x4885ef(0x239)](_0x2a5aba,_0x44227a,_0x5b08c3,_0x4a2acf,_0x2f6a5b){const _0x2d5ff4=_0x4885ef,_0x295ae7=this[_0x2d5ff4(0x262)];this[_0x2d5ff4(0x1bf)]={'action':_0x2f6a5b,'content':_0x2a5aba,'version':_0x44227a,'mainView':_0x5b08c3,'aiBalloon':_0x4a2acf};const _0x1e3417=new _0x4b3cba({'connector':this[_0x2d5ff4(0x1f4)],'editor':_0x295ae7,'content':_0x2a5aba,'version':_0x44227a,..._0x2f6a5b});this[_0x2d5ff4(0x28d)][_0x2d5ff4(0x290)](_0x1e3417),_0x5b08c3[_0x2d5ff4(0x27f)]();const _0xf614a4=(_0x34efad,_0x50a070,_0x4a435b=!0x1,_0x5236f4=_0x2d5ff4(0x253))=>this[_0x2d5ff4(0x280)][_0x2d5ff4(0x298)](async _0x9b1aff=>{const _0x53ba66=_0x2d5ff4;try{const _0x3777d0=_0x55535d({'editor':_0x295ae7,'changeGroups':_0x34efad[_0x53ba66(0x264)],'documentContextContent':_0x34efad[_0x53ba66(0x24d)],'showDiff':_0x4a435b,'trimUnchanged':!0x1});await _0x50a070[_0x53ba66(0x23f)]({'parts':_0x3777d0,'renderingStrategy':_0x5236f4,'abortSignal':_0x9b1aff});}catch(_0x5ded31){if(this[_0x53ba66(0x1ce)](_0x5ded31))return;throw _0x5ded31;}});this[_0x2d5ff4(0x1e3)]['on'](_0x2d5ff4(0x209),(_0x32a1e7,_0x4a403e)=>{const _0x19215a=_0x2d5ff4;_0x5b08c3[_0x19215a(0x1be)](),_0x4a2acf[_0x19215a(0x1da)](),_0xf614a4(_0x4a403e,_0x5b08c3)[_0x19215a(0x1c4)](_0x2c1396=>{const _0x3d865e=_0x19215a;this[_0x3d865e(0x1ce)](_0x2c1396)||(console[_0x3d865e(0x24f)](_0x3d865e(0x1b8),_0x2c1396),this[_0x3d865e(0x1dc)](_0x1e3417,_0x5b08c3));});}),this[_0x2d5ff4(0x1e3)]['on'](_0x2d5ff4(0x25e),(_0xfd65ba,_0x19de3b)=>{const _0x5743ba=_0x2d5ff4;_0xf614a4(_0x19de3b,_0x5b08c3)[_0x5743ba(0x1c4)](_0x398a9e=>{const _0x3dfc96=_0x5743ba;this[_0x3dfc96(0x1ce)](_0x398a9e)||(console[_0x3dfc96(0x24f)](_0x3dfc96(0x221),_0x398a9e),this[_0x3dfc96(0x1dc)](_0x1e3417,_0x5b08c3));});}),this[_0x2d5ff4(0x1e3)]['on'](_0x2d5ff4(0x237),async()=>{const _0x4a492a=_0x2d5ff4;try{await this[_0x4a492a(0x1e2)](_0x5b08c3,_0x4a2acf),this[_0x4a492a(0x1c1)](),await this[_0x4a492a(0x280)][_0x4a492a(0x260)];}catch(_0x44198e){this[_0x4a492a(0x1ce)](_0x44198e)||(console[_0x4a492a(0x24f)](_0x4a492a(0x288),_0x44198e),this[_0x4a492a(0x1dc)](_0x1e3417,_0x5b08c3));}finally{_0x4a2acf[_0x4a492a(0x267)]();}}),this[_0x2d5ff4(0x274)](_0x5b08c3,_0x2d5ff4(0x1d1),async(_0x174b9f,{showDiff:_0x2a32f2})=>{const _0x26ff0e=_0x2d5ff4;try{this[_0x26ff0e(0x243)]=_0x2a32f2;const _0x463ea3=this[_0x26ff0e(0x1e3)][_0x26ff0e(0x238)][this[_0x26ff0e(0x1e3)][_0x26ff0e(0x238)][_0x26ff0e(0x1de)]-0x1];_0x463ea3&&await _0xf614a4(_0x463ea3,_0x5b08c3,_0x2a32f2,_0x26ff0e(0x1d4));}catch(_0x4128a9){this[_0x26ff0e(0x1ce)](_0x4128a9)||(console[_0x26ff0e(0x24f)](_0x26ff0e(0x263),_0x4128a9),this[_0x26ff0e(0x1dc)](_0x1e3417,_0x5b08c3));}}),this[_0x2d5ff4(0x1e3)]['on'](_0x2d5ff4(0x1e4),(_0x43d8ef,{reply:_0x1288ab})=>{const _0x159767=_0x2d5ff4,_0x388707={'positiveCount':_0x1288ab[_0x159767(0x264)][_0x159767(0x277)](_0x341882=>_0x159767(0x27d)===_0x341882[_0x159767(0x297)])[_0x159767(0x1de)],'totalCount':_0x1288ab[_0x159767(0x264)][_0x159767(0x1de)]},_0xa155ea=this[_0x159767(0x1e3)][_0x159767(0x1f6)],_0x9de454=this[_0x159767(0x1e3)][_0x159767(0x215)];_0x9de454?this[_0x159767(0x1f4)][_0x159767(0x23d)](_0x9de454,_0xa155ea,_0x388707):this[_0x159767(0x1f4)][_0x159767(0x287)](_0xa155ea,_0x388707);}),this[_0x2d5ff4(0x1f0)](_0x5b08c3,_0x4a2acf);try{const _0x4824a3=await this[_0x2d5ff4(0x1e3)][_0x2d5ff4(0x211)]();return this[_0x2d5ff4(0x1c1)](),_0x4824a3;}catch(_0x461614){if(this[_0x2d5ff4(0x1ce)](_0x461614))return;_0x5b08c3[_0x2d5ff4(0x1be)](),this[_0x2d5ff4(0x1dc)](_0x1e3417,_0x5b08c3);}}[_0x4885ef(0x26b)](_0x4edf93,_0x2eafa4,_0x29978f){const _0x31a55e=_0x4885ef,_0x463129=this[_0x31a55e(0x262)];if(_0x29978f&&!_0x463129[_0x31a55e(0x1e9)][_0x31a55e(0x20f)](_0x31a55e(0x249)))throw new _0x375158(_0x31a55e(0x28a),null);const _0x51c8b3=this[_0x31a55e(0x262)][_0x31a55e(0x1e9)][_0x31a55e(0x205)](_0x18afea),_0x206922=this[_0x31a55e(0x1e3)],_0x3f64c3=this[_0x31a55e(0x1e3)][_0x31a55e(0x238)][this[_0x31a55e(0x1e3)][_0x31a55e(0x238)][_0x31a55e(0x1de)]-0x1],_0x322bf5=_0x3f64c3[_0x31a55e(0x264)];_0x3f64c3[_0x31a55e(0x1d8)](0x0,_0x31a55e(0x27d));let _0xe41d2d=_0x14c6d9({'editor':_0x463129,'reply':_0x3f64c3,'interaction':_0x206922,'groups':_0x322bf5,'transform':!0x1,'documentCompare':_0x51c8b3,'documentCompareOptions':{'anchor':_0x463129[_0x31a55e(0x250)][_0x31a55e(0x22b)](_0x4edf93,0x0),'markDeletions':_0x29978f}});_0xe41d2d=this[_0x31a55e(0x27e)](_0xe41d2d,_0x2eafa4);for(const _0x36b721 of _0xe41d2d)this[_0x31a55e(0x222)](_0x2eafa4,_0x36b721,_0x463129[_0x31a55e(0x250)][_0x31a55e(0x204)][_0x31a55e(0x24b)]());const _0x3057d1=_0x206922[_0x31a55e(0x1e1)]()[_0x31a55e(0x21a)],_0x142e91=_0x463129[_0x31a55e(0x250)][_0x31a55e(0x204)][_0x31a55e(0x242)][_0x31a55e(0x1d2)](_0x3057d1),_0x3d16b5={'document':_0x463129[_0x31a55e(0x250)][_0x31a55e(0x204)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x4e3f5b=_0x1a9de7(_0xe41d2d,_0x142e91,_0x3d16b5)[_0x31a55e(0x1e5)];_0x463129[_0x31a55e(0x250)][_0x31a55e(0x219)](_0x1a8403=>{const _0x1f666d=_0x31a55e;if(_0x1a8403[_0x1f666d(0x273)](_0x463129[_0x1f666d(0x250)][_0x1f666d(0x204)][_0x1f666d(0x1dd)][_0x1f666d(0x21d)]),_0x29978f)_0x463129[_0x1f666d(0x1e9)][_0x1f666d(0x205)](_0x1f666d(0x1f8))[_0x1f666d(0x234)](_0x4e3f5b);else{for(const _0x29b016 of _0x4e3f5b)_0x29b016[_0x1f666d(0x206)]=_0x463129[_0x1f666d(0x250)][_0x1f666d(0x204)][_0x1f666d(0x21a)],_0x128cfa(_0x463129,_0x29b016),_0x1a8403[_0x1f666d(0x265)][_0x1f666d(0x21b)](_0x29b016),_0x463129[_0x1f666d(0x250)][_0x1f666d(0x26d)](_0x29b016);}}),this[_0x31a55e(0x262)][_0x31a55e(0x1e9)][_0x31a55e(0x205)](_0x31a55e(0x244))[_0x31a55e(0x276)]();}[_0x4885ef(0x27e)](_0x1cf03f,_0xea48e9){const _0x2a238d=_0x4885ef;return _0x1cf03f[_0x2a238d(0x277)](_0x422573=>{const _0x42ff1f=_0x2a238d;if(_0x42ff1f(0x27a)==_0x422573[_0x42ff1f(0x1e0)]){const _0x2e2b9f=_0x422573[_0x42ff1f(0x1b7)][_0x42ff1f(0x231)];return!_0xea48e9[_0x42ff1f(0x20f)](_0x2e2b9f);}if(_0x422573[_0x42ff1f(0x1e0)][_0x42ff1f(0x1fd)](_0x42ff1f(0x28b))>-0x1){const _0x2990c4=_0x422573[_0x42ff1f(0x241)][_0x42ff1f(0x211)][_0x42ff1f(0x231)];return!_0xea48e9[_0x42ff1f(0x20f)](_0x2990c4);}return!0x0;});}[_0x4885ef(0x222)](_0xa11568,_0x401438,_0x4582c6){const _0x2b9ed7=_0x4885ef,_0x403506=_0x401438[_0x2b9ed7(0x1f7)]();for(const _0x320989 in _0x401438){const _0x1d42db=_0x401438[_0x320989];_0x1d42db instanceof _0x962104?_0x401438[_0x320989]=new _0x962104(_0x2dbc57(_0x1d42db[_0x2b9ed7(0x211)]),_0x2dbc57(_0x1d42db[_0x2b9ed7(0x1c7)])):_0x1d42db instanceof _0x2fe05d&&(_0x401438[_0x320989]=_0x2dbc57(_0x1d42db));}if([_0x2b9ed7(0x1df),_0x2b9ed7(0x256),_0x2b9ed7(0x24e),_0x2b9ed7(0x289),_0x2b9ed7(0x214),_0x2b9ed7(0x1cd)][_0x2b9ed7(0x26a)](_0x403506[_0x2b9ed7(0x1e0)])){if(_0x403506[_0x2b9ed7(0x26c)]=!0x1,_0x403506[_0x2b9ed7(0x206)]=null,_0x2b9ed7(0x24e)==_0x403506[_0x2b9ed7(0x1e0)]){const _0x3b5228=_0x403506[_0x2b9ed7(0x200)],_0x1fdee0=_0x403506[_0x2b9ed7(0x246)];new _0x9a7b8e(_0x3b5228,_0x1fdee0)[_0x2b9ed7(0x23e)]();}else _0x403506[_0x2b9ed7(0x23e)]();}function _0x2dbc57(_0x440b35){const _0x444806=_0x2b9ed7;if(_0x444806(0x236)==_0x440b35[_0x444806(0x20c)][_0x444806(0x1fc)])return _0x440b35;const _0x42653b=[];let _0x2792e8=_0x440b35[_0x444806(0x20c)];for(let _0x377fa1=0x0;_0x377fa1<_0x440b35[_0x444806(0x1f1)][_0x444806(0x1de)];_0x377fa1++){const _0xdf03d0=_0xa11568[_0x444806(0x205)](_0x2792e8)||0x0;_0x42653b[_0x377fa1]=_0x440b35[_0x444806(0x1f1)][_0x377fa1]+_0xdf03d0,_0x2792e8=_0x2792e8[_0x444806(0x217)](_0x440b35[_0x444806(0x1f1)][_0x377fa1]);}return new _0x2fe05d(_0x4582c6,_0x42653b,_0x440b35[_0x444806(0x29a)]);}}[_0x4885ef(0x1d6)](){const _0x4ded48=_0x4885ef;if(!this[_0x4ded48(0x1bf)])return;this[_0x4ded48(0x28d)][_0x4ded48(0x1de)]>0x0&&this[_0x4ded48(0x1bd)](),this[_0x4ded48(0x28e)]=0x0,this[_0x4ded48(0x243)]=!0x1;const {action:_0x8287d5,content:_0x2a8917,version:_0x398908,mainView:_0x2601d8,aiBalloon:_0x139104}=this[_0x4ded48(0x1bf)];_0x2601d8[_0x4ded48(0x1d3)]=!0x1,_0x2601d8[_0x4ded48(0x27f)](),this[_0x4ded48(0x228)](_0x2601d8,_0x139104);const _0x1a6449=_0x2601d8;_0x1a6449[_0x4ded48(0x258)]&&_0x1a6449[_0x4ded48(0x258)][_0x4ded48(0x29b)]&&_0x1a6449[_0x4ded48(0x258)][_0x4ded48(0x29b)][_0x4ded48(0x210)]({'isOn':!0x1,'icon':_0x59d370}),this[_0x4ded48(0x1bc)](_0x2601d8),_0x2601d8[_0x4ded48(0x23b)](),this[_0x4ded48(0x1c1)](),this[_0x4ded48(0x20e)](_0x2601d8),this[_0x4ded48(0x239)](_0x2a8917,_0x398908,_0x2601d8,_0x139104,_0x8287d5)[_0x4ded48(0x1c4)](_0x1e1705=>{const _0x519538=_0x4ded48;this[_0x519538(0x1ce)](_0x1e1705)||console[_0x519538(0x24f)](_0x519538(0x202),_0x1e1705);});}[_0x4885ef(0x1bc)](_0x57b996){const _0x4c0c90=_0x4885ef,_0x5c504c=_0x57b996[_0x4c0c90(0x247)][_0x4c0c90(0x23c)];for(;_0x5c504c[_0x4c0c90(0x1de)]>0x0;)_0x5c504c[_0x4c0c90(0x24e)](_0x5c504c[_0x4c0c90(0x27b)]);_0x57b996[_0x4c0c90(0x247)][_0x4c0c90(0x26f)]=!0x1;}[_0x4885ef(0x1ce)](_0x4749a7){const _0x5d2867=_0x4885ef;return!!_0x4749a7[_0x5d2867(0x1e8)]&&_0x4749a7[_0x5d2867(0x1e8)][_0x5d2867(0x232)](_0x5d2867(0x1e7));}[_0x4885ef(0x1eb)](){const _0x3521af=_0x4885ef;this[_0x3521af(0x28d)]=[],this[_0x3521af(0x1bf)]=void 0x0,this[_0x3521af(0x28e)]=0x0,this[_0x3521af(0x1c1)]();}[_0x4885ef(0x1bd)](){const _0x5a4e8d=_0x4885ef;this[_0x5a4e8d(0x1e3)]&&this[_0x5a4e8d(0x1e3)][_0x5a4e8d(0x257)](),this[_0x5a4e8d(0x280)][_0x5a4e8d(0x1ca)](),this[_0x5a4e8d(0x293)]=!0x1,this[_0x5a4e8d(0x1bf)]&&this[_0x5a4e8d(0x1bf)][_0x5a4e8d(0x296)][_0x5a4e8d(0x267)]();}[_0x4885ef(0x1f3)](){const _0x3f61da=_0x4885ef,_0x5ec972=new _0x1ad5e0(this[_0x3f61da(0x262)][_0x3f61da(0x26e)]),_0x6a41bd=new _0x1ad5e0(this[_0x3f61da(0x262)][_0x3f61da(0x26e)]),_0x5cbee0=new _0x36c0d1(this[_0x3f61da(0x262)][_0x3f61da(0x26e)]),_0x1b6f7f=new _0x1ad5e0(this[_0x3f61da(0x262)][_0x3f61da(0x26e)]);_0x5ec972[_0x3f61da(0x210)]({'icon':_0x57c8a9,'label':_0x1a4156(this[_0x3f61da(0x262)][_0x3f61da(0x26e)],_0x3f61da(0x218)),'tooltip':!0x0,'class':_0x3f61da(0x20a)}),_0x6a41bd[_0x3f61da(0x210)]({'icon':_0x3c4c50,'tooltip':_0x1a4156(this[_0x3f61da(0x262)][_0x3f61da(0x26e)],_0x3f61da(0x1b9)),'class':_0x3f61da(0x1ea)}),_0x5cbee0[_0x3f61da(0x295)]({'tag':_0x3f61da(0x212),'attributes':{'class':[_0x3f61da(0x22c)]},'children':[_0x3f61da(0x240)]}),_0x1b6f7f[_0x3f61da(0x210)]({'icon':_0x19d3a9,'tooltip':_0x1a4156(this[_0x3f61da(0x262)][_0x3f61da(0x26e)],_0x3f61da(0x255)),'class':_0x3f61da(0x27c)}),_0x5ec972[_0x3f61da(0x270)](_0x3f61da(0x220))['to'](this,_0x3f61da(0x293),_0x68c408=>!_0x68c408),_0x5ec972['on'](_0x3f61da(0x226),()=>{const _0x343d6e=_0x3f61da;this[_0x343d6e(0x1d6)]();}),_0x6a41bd[_0x3f61da(0x270)](_0x3f61da(0x220))['to'](this,_0x3f61da(0x293),_0x514426=>!_0x514426),_0x6a41bd['on'](_0x3f61da(0x226),()=>{const _0x570eee=_0x3f61da;this[_0x570eee(0x203)]();}),_0x1b6f7f[_0x3f61da(0x270)](_0x3f61da(0x220))['to'](this,_0x3f61da(0x293),_0x2418a0=>!_0x2418a0),_0x1b6f7f['on'](_0x3f61da(0x226),()=>{const _0x43bd98=_0x3f61da;this[_0x43bd98(0x25c)]();}),this[_0x3f61da(0x233)]=_0x6a41bd,this[_0x3f61da(0x1b5)]=_0x5cbee0,this[_0x3f61da(0x1bb)]=_0x1b6f7f,this[_0x3f61da(0x268)][_0x3f61da(0x1ff)](_0x5ec972);}[_0x4885ef(0x203)](){const _0x569016=_0x4885ef,_0x382f0f=this[_0x569016(0x28d)][_0x569016(0x1de)];this[_0x569016(0x28e)]<_0x382f0f-0x1&&this[_0x569016(0x251)](this[_0x569016(0x28e)]+0x1);}[_0x4885ef(0x25c)](){const _0x2d74c8=_0x4885ef;this[_0x2d74c8(0x28e)]>0x0&&this[_0x2d74c8(0x251)](this[_0x2d74c8(0x28e)]-0x1);}async[_0x4885ef(0x251)](_0x5e3638){const _0x2143e0=_0x4885ef;if(!this[_0x2143e0(0x1bf)])return;this[_0x2143e0(0x28e)]=_0x5e3638;const {mainView:_0xdc3af1}=this[_0x2143e0(0x1bf)],_0x45888b=this[_0x2143e0(0x28d)][this[_0x2143e0(0x28d)][_0x2143e0(0x1de)]-0x1-this[_0x2143e0(0x28e)]];if(!_0x45888b)return;if(_0x45888b[_0x2143e0(0x283)])return this[_0x2143e0(0x1dc)](_0x45888b,_0xdc3af1),void this[_0x2143e0(0x1c1)]();if(!_0x45888b[_0x2143e0(0x238)][_0x2143e0(0x1de)])return;_0xdc3af1[_0x2143e0(0x27f)](),this[_0x2143e0(0x1bf)]&&this[_0x2143e0(0x228)](_0xdc3af1,this[_0x2143e0(0x1bf)][_0x2143e0(0x296)]);const _0x128ebf=_0x45888b[_0x2143e0(0x238)][_0x45888b[_0x2143e0(0x238)][_0x2143e0(0x1de)]-0x1];if(_0x128ebf){const _0xd8a68a=this[_0x2143e0(0x262)];this[_0x2143e0(0x1bc)](_0xdc3af1);try{const _0x46f0be=_0x55535d({'editor':_0xd8a68a,'changeGroups':_0x128ebf[_0x2143e0(0x264)],'documentContextContent':_0x128ebf[_0x2143e0(0x24d)],'showDiff':this[_0x2143e0(0x243)],'trimUnchanged':!0x1});this[_0x2143e0(0x1bc)](_0xdc3af1),await new Promise(_0x589207=>setTimeout(_0x589207,0x32)),await _0xdc3af1[_0x2143e0(0x23f)]({'parts':_0x46f0be,'renderingStrategy':_0x2143e0(0x1d4),'abortSignal':new AbortController()[_0x2143e0(0x1e6)]});}catch(_0x38ea73){this[_0x2143e0(0x1ce)](_0x38ea73)||console[_0x2143e0(0x24f)](_0x2143e0(0x1f5),_0x38ea73);}}this[_0x2143e0(0x1c1)]();}[_0x4885ef(0x1c1)](){const _0x22c7c1=_0x4885ef;if(!this[_0x22c7c1(0x233)]||!this[_0x22c7c1(0x1b5)]||!this[_0x22c7c1(0x1bb)])return;const _0x3e6c23=this[_0x22c7c1(0x28d)][_0x22c7c1(0x1de)],_0x388e14=_0x3e6c23>0x1,_0x33e9fb=this[_0x22c7c1(0x1bf)]?.[_0x22c7c1(0x278)];if(_0x388e14){this[_0x22c7c1(0x24a)]||this[_0x22c7c1(0x1ee)]||this[_0x22c7c1(0x279)]||(this[_0x22c7c1(0x268)][_0x22c7c1(0x1ff)](this[_0x22c7c1(0x233)]),_0x33e9fb?.[_0x22c7c1(0x21c)](this[_0x22c7c1(0x233)]),this[_0x22c7c1(0x24a)]=!0x0,this[_0x22c7c1(0x268)][_0x22c7c1(0x1ff)](this[_0x22c7c1(0x1b5)]),_0x33e9fb?.[_0x22c7c1(0x21c)](this[_0x22c7c1(0x1b5)]),this[_0x22c7c1(0x1ee)]=!0x0,this[_0x22c7c1(0x268)][_0x22c7c1(0x1ff)](this[_0x22c7c1(0x1bb)]),_0x33e9fb?.[_0x22c7c1(0x21c)](this[_0x22c7c1(0x1bb)]),this[_0x22c7c1(0x279)]=!0x0);const _0x136bf4=_0x3e6c23-this[_0x22c7c1(0x28e)];this[_0x22c7c1(0x1b5)][_0x22c7c1(0x254)]&&(this[_0x22c7c1(0x1b5)][_0x22c7c1(0x254)][_0x22c7c1(0x1d9)]=_0x136bf4+'/'+_0x3e6c23),this[_0x22c7c1(0x233)][_0x22c7c1(0x220)]=this[_0x22c7c1(0x28e)]<_0x3e6c23-0x1,this[_0x22c7c1(0x1bb)][_0x22c7c1(0x220)]=this[_0x22c7c1(0x28e)]>0x0;}else(this[_0x22c7c1(0x24a)]||this[_0x22c7c1(0x1ee)]||this[_0x22c7c1(0x279)])&&(this[_0x22c7c1(0x268)][_0x22c7c1(0x24e)](this[_0x22c7c1(0x233)]),_0x33e9fb?.[_0x22c7c1(0x266)](this[_0x22c7c1(0x233)]),this[_0x22c7c1(0x24a)]=!0x1,this[_0x22c7c1(0x268)][_0x22c7c1(0x24e)](this[_0x22c7c1(0x1b5)]),_0x33e9fb?.[_0x22c7c1(0x266)](this[_0x22c7c1(0x1b5)]),this[_0x22c7c1(0x1ee)]=!0x1,this[_0x22c7c1(0x268)][_0x22c7c1(0x24e)](this[_0x22c7c1(0x1bb)]),_0x33e9fb?.[_0x22c7c1(0x266)](this[_0x22c7c1(0x1bb)]),this[_0x22c7c1(0x279)]=!0x1);}[_0x4885ef(0x1f0)](_0x51dc40,_0x55d067){const _0x1628b9=_0x4885ef;_0x51dc40[_0x1628b9(0x25f)](),_0x55d067[_0x1628b9(0x208)][_0x1628b9(0x25f)](),this[_0x1628b9(0x293)]=!0x0;}async[_0x4885ef(0x1dc)](_0x33a69b,_0x389722){const _0xc2bd60=_0x4885ef,_0x358541=_0x1a4156(this[_0xc2bd60(0x262)][_0xc2bd60(0x26e)],_0xc2bd60(0x284));_0x389722[_0xc2bd60(0x259)](_0x358541),_0x33a69b[_0xc2bd60(0x283)]=!0x0,await this[_0xc2bd60(0x280)][_0xc2bd60(0x260)],_0x389722[_0xc2bd60(0x245)](),this[_0xc2bd60(0x1bf)]?.[_0xc2bd60(0x296)][_0xc2bd60(0x208)][_0xc2bd60(0x22f)]&&(this[_0xc2bd60(0x1bf)][_0xc2bd60(0x296)][_0xc2bd60(0x208)][_0xc2bd60(0x22f)][_0xc2bd60(0x21f)]=!0x0);}[_0x4885ef(0x228)](_0x317358,_0xa2ee6a){const _0x2ba924=_0x4885ef;_0x317358[_0x2ba924(0x1f9)](),_0xa2ee6a[_0x2ba924(0x208)][_0x2ba924(0x22f)]&&(_0xa2ee6a[_0x2ba924(0x208)][_0x2ba924(0x22f)][_0x2ba924(0x21f)]=!0x1);}async[_0x4885ef(0x1e2)](_0x3d364e,_0x25327d){const _0x494d0b=_0x4885ef;await this[_0x494d0b(0x280)][_0x494d0b(0x260)],this[_0x494d0b(0x293)]=!0x1,_0x3d364e[_0x494d0b(0x22d)](),_0x25327d[_0x494d0b(0x208)][_0x494d0b(0x22d)]();}[_0x4885ef(0x207)](){const _0x472be0=_0x4885ef;this[_0x472be0(0x268)][_0x472be0(0x286)](_0xe392d7=>{const _0x4d0976=_0x472be0;_0x4d0976(0x220)in _0xe392d7&&(_0xe392d7[_0x4d0976(0x220)]=!0x1);});}}
23
+ const _0x3069f6=_0x1a91;function _0x1a91(_0x54fdd3,_0x397265){const _0x1ac409=_0x1ac4();return _0x1a91=function(_0x1a9142,_0x2aa56d){_0x1a9142=_0x1a9142-0x1e1;let _0x2f3d7d=_0x1ac409[_0x1a9142];return _0x2f3d7d;},_0x1a91(_0x54fdd3,_0x397265);}(function(_0x2252b3,_0x304152){const _0x2d1e5d=_0x1a91,_0x40186c=_0x2252b3();while(!![]){try{const _0x5c0e6b=-parseInt(_0x2d1e5d(0x2bc))/0x1+parseInt(_0x2d1e5d(0x255))/0x2*(parseInt(_0x2d1e5d(0x2b5))/0x3)+-parseInt(_0x2d1e5d(0x28d))/0x4+-parseInt(_0x2d1e5d(0x214))/0x5+-parseInt(_0x2d1e5d(0x274))/0x6*(parseInt(_0x2d1e5d(0x237))/0x7)+-parseInt(_0x2d1e5d(0x24d))/0x8*(parseInt(_0x2d1e5d(0x230))/0x9)+-parseInt(_0x2d1e5d(0x1ff))/0xa*(-parseInt(_0x2d1e5d(0x23f))/0xb);if(_0x5c0e6b===_0x304152)break;else _0x40186c['push'](_0x40186c['shift']());}catch(_0x135192){_0x40186c['push'](_0x40186c['shift']());}}}(_0x1ac4,0x295b6));import{Plugin as _0x4d3651}from'ckeditor5/src/core.js';import{AIConnector as _0x1f3b7c}from'../aicore/aiconnector.js';import{AISuggestionContainerView as _0x57d591}from'../aicore/ui/suggestioncontainer/aisuggestioncontainerview.js';function _0x1ac4(){const _0x4a65df=['filter','setTemplate','_currentInteractionIndex','replyCreated','pluginName','getLimitElement','hideError','dialogClosed','icon','getAncestors','getSelectedBlocks','close','_wrapWithCommonAncestors','_appendChild','_aiConnector','AIBalloon','ai.availableReplyActions','createPositionAt','mainView','_displayInteractionAtIndex','move','_execute','toData','setLoading','_setErrorState','isBusy','set','1/1','_refreshInteraction','6YuiGGB','addNavigationItem','_updateNavigationUI','createPositionBefore','_filterOperationsOutsideRange','first','history','merge','executeAction','execute','getDocumentContext','TrackChangesEditing','map','change','push','_interactions','_setLoadingState','getFirstRange','model','_customViews','documentContextContent','setErrorState','ck-ai-interaction-counter','rename','span','717744AVxurT','ck-ai-custom-action-button','selectionRemoved','stopListening','hasPendingParts','focus','data','createPositionAfter','getChild','isLoading','startsWith','actionName','_interaction','_applyOperationsAsSuggestions','applySuggestion','_isNavigationCounterInView','setChangeGroupState','get','_applyChanges','_balloonShowDiff','_isAbortError','clone','stickiness','random','Error\x20refreshing\x20interaction:','_isNavigationNextButtonInView','open','replies','baseVersion','addOperation','updateContent','getCommonAncestor','$graveyard','listenTo','modelToViewWithIds','rejected','indexOf','AI_ACTIONS_NEXT_INTERACTION','replyContentUpdated','schema','3nZkSbO','nodeAfter','element','replyChangeGroupStateUpdated','changeGroups','length','TrackChanges','19776hBgeWO','state','applyOperation','message','position','isCollapsed','isEnabled','stopInteraction','_navigationNextButton','ck-ai-navigation-button\x20ck-ai-next-button','howMany','processor','actionCallId','bodyView','stopAutoScroll','document','catch','static','_promiseQueue','editor','ck-ai-navigation-button\x20ck-ai-previous-button','getSelectionAsFragment','range','start','type','reinsert','TableSelection','add','removeNavigationItem','miniToolbarView','includes','stop','_disableCustomViews','clearLoading','_getExecuteDataRegular','_clone','showError','AIActions','interactionFinished','getChildAtOffset','root','toolbar','getSelectedTableCells','_children','2360010QiAGeh','batch','Error\x20updating\x20content\x20in\x20replyCreated:','_anchorOperation','rootName','_navigationPreviousButton','Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:','bind','_stopInteraction','getOperations','getSelectedContent','isDocumentOperation','error','aiBalloon','documentFragment','toggleSuggestionDisplayMode','AI_ACTIONS_PREVIOUS_INTERACTION','pending','sourcePosition','streaming','requires','514690AFVhvT','AIConnector','_clearLoadingState','has','plugins','end','Error\x20updating\x20content\x20during\x20navigation:','locale','_interactionParams','config','Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:','AI_ACTIONS_TRY_AGAIN','nextSibling','Error\x20updating\x20content\x20in\x20replyContentUpdated:','version','operationsA','hideLoader','_isNavigationPreviousButtonInView','selection','_getExecuteDataInTable','_clearSuggestionContent','clearErrorState','_navigationCounter','showLoader','setSelection','remove','split','parent','225JuIsat','startAutoScroll','forEach','areChangesVisible','upsertCustomAIActionRating','_createInteraction','upsertAIActionRating','1397683GScbGv','Attribute','_navigateToNext','isPremiumPlugin','isOfficialPlugin','ai-no-track-changes','balloonView','_clearErrorState','22KdISMQ','accepted','_executeAction','showChangesButton','ai-request-aborted','insertSuggestion','_setupCustomViews','hasError','path','abort','createRange','enqueue','getRoot','AI_ACTIONS_GENERIC_ERROR','30848NydPKI','_navigateToPrevious','slice','queueEmptyPromise','insert','_clearInteractionHistory','getRanges','textContent','591230RvYEtN','signal'];_0x1ac4=function(){return _0x4a65df;};return _0x1ac4();}import{Dialog as _0x365036,ButtonView as _0xddbbfc,ViewCollection as _0x4c3f91,View as _0x292d79}from'ckeditor5/src/ui.js';import{AIEditing as _0x40a241}from'../aicore/aiediting.js';import{AIActionsInteraction as _0x4bb6f0}from'./model/aiactionsinteraction.js';import{CKEditorError as _0x3a8ce2,first as _0x495082}from'ckeditor5/src/utils.js';import{IconAIQuickActions as _0x5a91c8,IconRefresh as _0x3674ff,IconNextArrow as _0x1620bd,IconPreviousArrow as _0x33d6cb,IconShowChangesOff as _0x2270fb}from'@ckeditor/ckeditor5-icons';import{AIBalloon as _0x1c0689}from'../aiballoon/aiballoon.js';import{PromiseQueue as _0x319c26}from'../aichat/utils/promisequeue.js';import{getTranslation as _0x2378ba}from'../aicore/utils/common-translations.js';import{getSuggestionPartsFromReply as _0x5ea45d}from'../aicore/utils/getsuggestionpartsfromreply.js';import{DocumentCompare as _0x5792c0}from'ckeditor5-collaboration/src/collaboration-core.js';import{fixMarkerOperationOldRange as _0x45781e,getOperationsFromReply as _0x3f911}from'../aicore/utils/getoperationsfromreply.js';import{ModelDocumentFragment as _0x1c5bdb,ModelRange as _0x93d323,ModelPosition as _0x355e2f,_DetachOperation as _0x4fe31c,transformOperationSets as _0x363719}from'ckeditor5/src/engine.js';import{AI_REPLY_ACTIONS as _0x325d74}from'../aichat/ui/feed/aichatfeedsuggestionitemactionsview.js';export class AIActions extends _0x4d3651{static get[_0x3069f6(0x213)](){return[_0x1f3b7c,_0x365036,_0x40a241,_0x1c0689,_0x5792c0];}static get[_0x3069f6(0x25b)](){const _0x321852=_0x3069f6;return _0x321852(0x1f8);}static get[_0x3069f6(0x23b)](){return!0x0;}static get[_0x3069f6(0x23a)](){return!0x0;}[_0x3069f6(0x265)];[_0x3069f6(0x283)]=[];[_0x3069f6(0x259)]=0x0;[_0x3069f6(0x21c)];[_0x3069f6(0x2a0)]=!0x1;[_0x3069f6(0x287)]=new _0x4c3f91();[_0x3069f6(0x204)];[_0x3069f6(0x22a)];[_0x3069f6(0x29c)]=!0x1;[_0x3069f6(0x2c4)];[_0x3069f6(0x225)]=!0x1;[_0x3069f6(0x2a6)]=!0x1;[_0x3069f6(0x1e5)];get[_0x3069f6(0x299)](){const _0x27e694=_0x3069f6;return this[_0x27e694(0x283)][this[_0x27e694(0x283)][_0x27e694(0x2ba)]-0x1];}constructor(_0x27705d){const _0x1ffbe6=_0x3069f6;super(_0x27705d),this[_0x1ffbe6(0x265)]=this[_0x1ffbe6(0x1e6)][_0x1ffbe6(0x218)][_0x1ffbe6(0x29e)](_0x1ffbe6(0x215)),this[_0x1ffbe6(0x271)](_0x1ffbe6(0x270),!0x1),this[_0x1ffbe6(0x1e5)]=new _0x319c26(),this[_0x1ffbe6(0x245)]();}[_0x3069f6(0x2c3)](){const _0xf75e19=_0x3069f6;this[_0xf75e19(0x207)]();}async[_0x3069f6(0x27c)](_0x97ba5a,_0x388073,_0x35ead9){const _0x285ffc=_0x3069f6;if(this[_0x285ffc(0x1e6)][_0x285ffc(0x218)][_0x285ffc(0x217)](_0x285ffc(0x1ed))){if(this[_0x285ffc(0x1e6)][_0x285ffc(0x218)][_0x285ffc(0x29e)](_0x285ffc(0x1ed))[_0x285ffc(0x1fd)]()){const {modelFragment:_0x14a952,anchorData:_0x95b077}=this[_0x285ffc(0x227)]();return this[_0x285ffc(0x241)](_0x97ba5a,_0x14a952,_0x95b077,_0x388073,_0x35ead9);}}const {modelFragment:_0x5afb38,anchorData:_0x56b8aa}=this[_0x285ffc(0x1f5)]();return this[_0x285ffc(0x241)](_0x97ba5a,_0x5afb38,_0x56b8aa,_0x388073,_0x35ead9);}[_0x3069f6(0x1f5)](){const _0x1f947c=_0x3069f6,_0x4f0a23=this[_0x1f947c(0x1e6)][_0x1f947c(0x286)][_0x1f947c(0x1e2)][_0x1f947c(0x226)];if(_0x4f0a23[_0x1f947c(0x2c1)]){const _0x3f059f=_0x495082(_0x4f0a23[_0x1f947c(0x261)]())||this[_0x1f947c(0x1e6)][_0x1f947c(0x286)][_0x1f947c(0x2b4)][_0x1f947c(0x25c)](_0x4f0a23);this[_0x1f947c(0x1e6)][_0x1f947c(0x286)][_0x1f947c(0x281)](_0x343a39=>{const _0x20e2b1=_0x1f947c;_0x343a39[_0x20e2b1(0x22c)](_0x3f059f,'in');});}const _0x54c184=_0x4f0a23[_0x1f947c(0x285)](),_0x3492c3=this[_0x1f947c(0x263)](this[_0x1f947c(0x1e6)][_0x1f947c(0x286)][_0x1f947c(0x209)](_0x4f0a23),_0x54c184[_0x1f947c(0x1ea)],_0x54c184[_0x1f947c(0x219)]),_0x1d232b=_0x4f0a23[_0x1f947c(0x285)]()[_0x1f947c(0x1ea)],_0x50096f=new Map();let _0x5c7be1=_0x3492c3;for(let _0x5c3461=0x0;_0x5c3461<_0x1d232b[_0x1f947c(0x247)][_0x1f947c(0x2ba)];_0x5c3461++)_0x50096f[_0x1f947c(0x271)](_0x5c7be1,_0x1d232b[_0x1f947c(0x247)][_0x5c3461]),_0x5c7be1=_0x5c7be1[_0x1f947c(0x295)](0x0);return{'modelFragment':_0x3492c3,'anchorData':_0x50096f};}[_0x3069f6(0x227)](){const _0x2f98ec=_0x3069f6,_0x4fca34=this[_0x2f98ec(0x1e6)][_0x2f98ec(0x286)][_0x2f98ec(0x1e2)][_0x2f98ec(0x226)],_0x4c67e7=this[_0x2f98ec(0x1e6)][_0x2f98ec(0x218)][_0x2f98ec(0x29e)](_0x2f98ec(0x1ed))[_0x2f98ec(0x1e8)](),_0x3b1790=_0x4fca34[_0x2f98ec(0x285)]()[_0x2f98ec(0x1ea)][_0x2f98ec(0x22f)][_0x2f98ec(0x22f)],_0x34ef7e=this[_0x2f98ec(0x263)](_0x4c67e7,this[_0x2f98ec(0x1e6)][_0x2f98ec(0x286)][_0x2f98ec(0x277)](_0x3b1790),this[_0x2f98ec(0x1e6)][_0x2f98ec(0x286)][_0x2f98ec(0x294)](_0x3b1790)),_0x2e83d3=_0x4fca34[_0x2f98ec(0x285)]()[_0x2f98ec(0x1ea)],_0x2b717f=new Map();let _0x3135a3=_0x34ef7e;for(let _0x5b1a0b=0x0;_0x5b1a0b<_0x2e83d3[_0x2f98ec(0x247)][_0x2f98ec(0x2ba)];_0x5b1a0b++)if(_0x2b717f[_0x2f98ec(0x271)](_0x3135a3,_0x2e83d3[_0x2f98ec(0x247)][_0x5b1a0b]),_0x5b1a0b<_0x2e83d3[_0x2f98ec(0x247)][_0x2f98ec(0x2ba)]-0x1)_0x3135a3=_0x3135a3[_0x2f98ec(0x295)](0x0);else{let _0x4dfd9c=_0x3135a3[_0x2f98ec(0x220)];for(;_0x4dfd9c;)_0x2b717f[_0x2f98ec(0x271)](_0x4dfd9c,_0x2e83d3[_0x2f98ec(0x247)][_0x5b1a0b]),_0x4dfd9c=_0x4dfd9c[_0x2f98ec(0x220)];}return{'modelFragment':_0x34ef7e,'anchorData':_0x2b717f};}[_0x3069f6(0x241)](_0x14f330,_0x2c8562,_0x3935db,_0x3b1abd,_0x359f34){const _0x4c0bca=_0x3069f6,_0x47297e=this[_0x4c0bca(0x1e6)][_0x4c0bca(0x218)][_0x4c0bca(0x29e)](_0x40a241),_0x20e8f1=this[_0x4c0bca(0x1e6)][_0x4c0bca(0x218)][_0x4c0bca(0x29e)](_0x1c0689),_0x4ebba9=this[_0x4c0bca(0x1e6)][_0x4c0bca(0x286)][_0x4c0bca(0x1e2)][_0x4c0bca(0x226)],_0x138b54=_0x47297e[_0x4c0bca(0x2af)](_0x2c8562),_0x5abf81=this[_0x4c0bca(0x1e6)][_0x4c0bca(0x293)][_0x4c0bca(0x2c7)][_0x4c0bca(0x26d)](_0x138b54),_0x13b54e=this[_0x4c0bca(0x1e6)][_0x4c0bca(0x286)][_0x4c0bca(0x1e2)][_0x4c0bca(0x222)],_0x2c865e=[..._0x4ebba9[_0x4c0bca(0x253)]()];let _0x30c084=this[_0x4c0bca(0x1e6)][_0x4c0bca(0x21d)][_0x4c0bca(0x29e)](_0x4c0bca(0x267))||[..._0x325d74];this[_0x4c0bca(0x1e6)][_0x4c0bca(0x218)][_0x4c0bca(0x217)](_0x4c0bca(0x2bb))||(_0x30c084=_0x30c084[_0x4c0bca(0x257)](_0x259ac6=>_0x4c0bca(0x244)!=_0x259ac6));const _0x48cfe4=new _0x57d591(this[_0x4c0bca(0x1e6)][_0x4c0bca(0x21b)],{'showDiff':!0x1,'areActionsDisabled':!0x1,'hideHeader':!0x0,'showLoader':!0x0,'miniToolbarConfig':{'showChanges':_0x4c0bca(0x25f),'customView':this[_0x4c0bca(0x287)]},'showUnchangedParts':!0x0,'availableActions':_0x30c084});return _0x20e8f1[_0x4c0bca(0x2a7)]({'index':0x3e8*Math[_0x4c0bca(0x2a4)]()%0x3e8,'title':_0x3b1abd,'icon':_0x359f34||_0x5a91c8,'mainView':_0x48cfe4,'showRotator':!0x1,'showApplyButton':!0x0,'showSuggestButton':this[_0x4c0bca(0x1e6)][_0x4c0bca(0x218)][_0x4c0bca(0x217)](_0x4c0bca(0x2bb)),'ranges':_0x2c865e}),this[_0x4c0bca(0x284)](_0x48cfe4,_0x20e8f1),this[_0x4c0bca(0x2ae)](_0x20e8f1,_0x4c0bca(0x29b),()=>{const _0xe4b53c=_0x4c0bca;this[_0xe4b53c(0x29f)](_0x2c8562,_0x3935db,!0x1);}),this[_0x4c0bca(0x2ae)](_0x20e8f1,_0x4c0bca(0x244),()=>{const _0x5c60a9=_0x4c0bca;this[_0x5c60a9(0x29f)](_0x2c8562,_0x3935db,!0x0);}),this[_0x4c0bca(0x2ae)](_0x20e8f1,_0x4c0bca(0x28f),()=>{const _0x5d1f34=_0x4c0bca;this[_0x5d1f34(0x207)](),this[_0x5d1f34(0x1f3)]();}),this[_0x4c0bca(0x2ae)](_0x20e8f1,_0x4c0bca(0x25e),()=>{const _0x340969=_0x4c0bca;if(this[_0x340969(0x299)]&&this[_0x340969(0x299)][_0x340969(0x2a8)][_0x340969(0x2ba)]>0x0){const _0xeb7eee=this[_0x340969(0x299)][_0x340969(0x2a8)][this[_0x340969(0x299)][_0x340969(0x2a8)][_0x340969(0x2ba)]-0x1],_0x1d6dde=_0xeb7eee[_0x340969(0x2b9)][0x0];_0x1d6dde&&_0x340969(0x210)===_0x1d6dde[_0x340969(0x2bd)]&&_0xeb7eee[_0x340969(0x29d)](0x0,_0x340969(0x2b0));}this[_0x340969(0x207)](),this[_0x340969(0x252)](),this[_0x340969(0x290)](_0x20e8f1);}),this[_0x4c0bca(0x235)](_0x5abf81,_0x13b54e,_0x48cfe4,_0x20e8f1,_0x14f330);}[_0x3069f6(0x263)](_0x553f48,_0x2668e9,_0x34231b){const _0x5c5782=_0x3069f6,_0x10c760=this[_0x5c5782(0x1e6)][_0x5c5782(0x286)][_0x5c5782(0x249)](_0x2668e9,_0x34231b)[_0x5c5782(0x2ac)](),_0x43ca36=_0x10c760['is'](_0x5c5782(0x20d))?[]:_0x10c760[_0x5c5782(0x260)]({'includeSelf':!0x0})[_0x5c5782(0x24f)](0x1);if(_0x43ca36[_0x5c5782(0x2ba)]){const _0x505092=_0x43ca36[_0x5c5782(0x280)](_0x271c0b=>_0x271c0b[_0x5c5782(0x1f6)](!0x1));for(let _0x4e7ae7=0x1;_0x4e7ae7<_0x505092[_0x5c5782(0x2ba)];_0x4e7ae7++)_0x505092[_0x4e7ae7-0x1][_0x5c5782(0x264)](_0x505092[_0x4e7ae7]);return _0x505092[_0x505092[_0x5c5782(0x2ba)]-0x1][_0x5c5782(0x264)](_0x553f48),new _0x1c5bdb(_0x505092[0x0]);}return _0x553f48;}async[_0x3069f6(0x235)](_0x48cee5,_0x1ff902,_0x56c330,_0x52a1fb,_0x3311e1){const _0x4ef9d9=_0x3069f6,_0x4ac337=this[_0x4ef9d9(0x1e6)];this[_0x4ef9d9(0x21c)]={'action':_0x3311e1,'content':_0x48cee5,'version':_0x1ff902,'mainView':_0x56c330,'aiBalloon':_0x52a1fb};const _0x55f99c=new _0x4bb6f0({'connector':this[_0x4ef9d9(0x265)],'editor':_0x4ac337,'content':_0x48cee5,'version':_0x1ff902,..._0x3311e1});this[_0x4ef9d9(0x283)][_0x4ef9d9(0x282)](_0x55f99c),_0x56c330[_0x4ef9d9(0x25d)]();const _0x369526=(_0x337437,_0x533a54,_0x239a91=!0x1,_0xa05ff8=_0x4ef9d9(0x212))=>this[_0x4ef9d9(0x1e5)][_0x4ef9d9(0x24a)](async _0x36ec2e=>{const _0x3c9184=_0x4ef9d9;try{const _0x172b2e=_0x5ea45d({'editor':_0x4ac337,'changeGroups':_0x337437[_0x3c9184(0x2b9)],'documentContextContent':_0x337437[_0x3c9184(0x288)],'showDiff':_0x239a91,'trimUnchanged':!0x1});await _0x533a54[_0x3c9184(0x2ab)]({'parts':_0x172b2e,'renderingStrategy':_0xa05ff8,'abortSignal':_0x36ec2e});}catch(_0x87ac69){if(this[_0x3c9184(0x2a1)](_0x87ac69))return;throw _0x87ac69;}});this[_0x4ef9d9(0x299)]['on'](_0x4ef9d9(0x25a),(_0x5c8f15,_0x43d0b4)=>{const _0x312059=_0x4ef9d9;_0x56c330[_0x312059(0x224)](),_0x52a1fb[_0x312059(0x231)](),_0x369526(_0x43d0b4,_0x56c330)[_0x312059(0x1e3)](_0x4ee9da=>{const _0x5763f9=_0x312059;this[_0x5763f9(0x2a1)](_0x4ee9da)||(console[_0x5763f9(0x20b)](_0x5763f9(0x201),_0x4ee9da),this[_0x5763f9(0x26f)](_0x55f99c,_0x56c330));});}),this[_0x4ef9d9(0x299)]['on'](_0x4ef9d9(0x2b3),(_0x3a2e12,_0x55d3c0)=>{const _0x2b428e=_0x4ef9d9;_0x369526(_0x55d3c0,_0x56c330)[_0x2b428e(0x1e3)](_0x159174=>{const _0x45bf59=_0x2b428e;this[_0x45bf59(0x2a1)](_0x159174)||(console[_0x45bf59(0x20b)](_0x45bf59(0x221),_0x159174),this[_0x45bf59(0x26f)](_0x55f99c,_0x56c330));});}),this[_0x4ef9d9(0x299)]['on'](_0x4ef9d9(0x1f9),async()=>{const _0x138cfe=_0x4ef9d9;try{await this[_0x138cfe(0x216)](_0x56c330,_0x52a1fb),this[_0x138cfe(0x276)](),await this[_0x138cfe(0x1e5)][_0x138cfe(0x250)];}catch(_0x8fb8e4){this[_0x138cfe(0x2a1)](_0x8fb8e4)||(console[_0x138cfe(0x20b)](_0x138cfe(0x21e),_0x8fb8e4),this[_0x138cfe(0x26f)](_0x55f99c,_0x56c330));}finally{_0x52a1fb[_0x138cfe(0x1e1)]();}}),this[_0x4ef9d9(0x2ae)](_0x56c330,_0x4ef9d9(0x20e),async(_0x258091,{showDiff:_0x558d59})=>{const _0x47408e=_0x4ef9d9;try{this[_0x47408e(0x2a0)]=_0x558d59;const _0x2f5071=this[_0x47408e(0x299)][_0x47408e(0x2a8)][this[_0x47408e(0x299)][_0x47408e(0x2a8)][_0x47408e(0x2ba)]-0x1];_0x2f5071&&await _0x369526(_0x2f5071,_0x56c330,_0x558d59,_0x47408e(0x1e4));}catch(_0x3b6d7d){this[_0x47408e(0x2a1)](_0x3b6d7d)||(console[_0x47408e(0x20b)](_0x47408e(0x205),_0x3b6d7d),this[_0x47408e(0x26f)](_0x55f99c,_0x56c330));}}),this[_0x4ef9d9(0x299)]['on'](_0x4ef9d9(0x2b8),(_0x27b98c,{reply:_0x511854})=>{const _0x5f3472=_0x4ef9d9,_0x3ee3eb={'positiveCount':_0x511854[_0x5f3472(0x2b9)][_0x5f3472(0x257)](_0x7e5730=>_0x5f3472(0x240)===_0x7e5730[_0x5f3472(0x2bd)])[_0x5f3472(0x2ba)],'totalCount':_0x511854[_0x5f3472(0x2b9)][_0x5f3472(0x2ba)]},_0x5d527c=this[_0x5f3472(0x299)][_0x5f3472(0x2c8)],_0x579c87=this[_0x5f3472(0x299)][_0x5f3472(0x298)];_0x579c87?this[_0x5f3472(0x265)][_0x5f3472(0x236)](_0x579c87,_0x5d527c,_0x3ee3eb):this[_0x5f3472(0x265)][_0x5f3472(0x234)](_0x5d527c,_0x3ee3eb);}),this[_0x4ef9d9(0x284)](_0x56c330,_0x52a1fb);try{const _0x509be5=await this[_0x4ef9d9(0x299)][_0x4ef9d9(0x1ea)]();return this[_0x4ef9d9(0x276)](),_0x509be5;}catch(_0x2202b1){if(this[_0x4ef9d9(0x2a1)](_0x2202b1))return;_0x56c330[_0x4ef9d9(0x224)](),this[_0x4ef9d9(0x26f)](_0x55f99c,_0x56c330);}}[_0x3069f6(0x29f)](_0x5d2a55,_0x29da98,_0x122982){const _0x18fe08=_0x3069f6,_0x3c59c4=this[_0x18fe08(0x1e6)];if(_0x122982&&!_0x3c59c4[_0x18fe08(0x218)][_0x18fe08(0x217)](_0x18fe08(0x2bb)))throw new _0x3a8ce2(_0x18fe08(0x23c),null);const _0xf922a0=this[_0x18fe08(0x1e6)][_0x18fe08(0x218)][_0x18fe08(0x29e)](_0x5792c0),_0x475d66=this[_0x18fe08(0x299)],_0x1d5df6=this[_0x18fe08(0x299)][_0x18fe08(0x2a8)][this[_0x18fe08(0x299)][_0x18fe08(0x2a8)][_0x18fe08(0x2ba)]-0x1],_0x37ff21=_0x1d5df6[_0x18fe08(0x2b9)];_0x1d5df6[_0x18fe08(0x29d)](0x0,_0x18fe08(0x240));let _0x1e0cbf=_0x3f911({'editor':_0x3c59c4,'reply':_0x1d5df6,'interaction':_0x475d66,'groups':_0x37ff21,'transform':!0x1,'documentCompare':_0xf922a0,'documentCompareOptions':{'anchor':_0x3c59c4[_0x18fe08(0x286)][_0x18fe08(0x268)](_0x5d2a55,0x0),'markDeletions':_0x122982}});_0x1e0cbf=this[_0x18fe08(0x278)](_0x1e0cbf,_0x29da98);for(const _0x3eda5c of _0x1e0cbf)this[_0x18fe08(0x202)](_0x29da98,_0x3eda5c,_0x3c59c4[_0x18fe08(0x286)][_0x18fe08(0x1e2)][_0x18fe08(0x24b)]());const _0x4a41f3=_0x475d66[_0x18fe08(0x27e)]()[_0x18fe08(0x222)],_0x199b67=_0x3c59c4[_0x18fe08(0x286)][_0x18fe08(0x1e2)][_0x18fe08(0x27a)][_0x18fe08(0x208)](_0x4a41f3),_0x22dcb5={'document':_0x3c59c4[_0x18fe08(0x286)][_0x18fe08(0x1e2)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x2c0590=_0x363719(_0x1e0cbf,_0x199b67,_0x22dcb5)[_0x18fe08(0x223)];_0x3c59c4[_0x18fe08(0x286)][_0x18fe08(0x281)](_0x1019e4=>{const _0x2ddeea=_0x18fe08;if(_0x1019e4[_0x2ddeea(0x22c)](_0x3c59c4[_0x2ddeea(0x286)][_0x2ddeea(0x1e2)][_0x2ddeea(0x226)][_0x2ddeea(0x292)]),_0x122982)_0x3c59c4[_0x2ddeea(0x218)][_0x2ddeea(0x29e)](_0x2ddeea(0x27f))[_0x2ddeea(0x29a)](_0x2c0590);else{for(const _0xb0b9e of _0x2c0590)_0xb0b9e[_0x2ddeea(0x2a9)]=_0x3c59c4[_0x2ddeea(0x286)][_0x2ddeea(0x1e2)][_0x2ddeea(0x222)],_0x45781e(_0x3c59c4,_0xb0b9e),_0x1019e4[_0x2ddeea(0x200)][_0x2ddeea(0x2aa)](_0xb0b9e),_0x3c59c4[_0x2ddeea(0x286)][_0x2ddeea(0x2be)](_0xb0b9e);}}),this[_0x18fe08(0x1e6)][_0x18fe08(0x218)][_0x18fe08(0x29e)](_0x18fe08(0x266))[_0x18fe08(0x262)]();}[_0x3069f6(0x278)](_0x4af542,_0x369833){const _0x3384f5=_0x3069f6;return _0x4af542[_0x3384f5(0x257)](_0x27756a=>{const _0x4aedb6=_0x3384f5;if(_0x4aedb6(0x28b)==_0x27756a[_0x4aedb6(0x1eb)]){const _0x464653=_0x27756a[_0x4aedb6(0x2c0)][_0x4aedb6(0x2b6)];return!_0x369833[_0x4aedb6(0x217)](_0x464653);}if(_0x27756a[_0x4aedb6(0x1eb)][_0x4aedb6(0x2b1)](_0x4aedb6(0x238))>-0x1){const _0x5eabbe=_0x27756a[_0x4aedb6(0x1e9)][_0x4aedb6(0x1ea)][_0x4aedb6(0x2b6)];return!_0x369833[_0x4aedb6(0x217)](_0x5eabbe);}return!0x0;});}[_0x3069f6(0x202)](_0x42a634,_0x5d8879,_0x216c88){const _0x4a9dba=_0x3069f6,_0xb6b290=_0x5d8879[_0x4a9dba(0x2a2)]();for(const _0x42b194 in _0x5d8879){const _0x1d6c66=_0x5d8879[_0x42b194];_0x1d6c66 instanceof _0x93d323?_0x5d8879[_0x42b194]=new _0x93d323(_0x1b5d95(_0x1d6c66[_0x4a9dba(0x1ea)]),_0x1b5d95(_0x1d6c66[_0x4a9dba(0x219)])):_0x1d6c66 instanceof _0x355e2f&&(_0x5d8879[_0x42b194]=_0x1b5d95(_0x1d6c66));}if([_0x4a9dba(0x251),_0x4a9dba(0x26b),_0x4a9dba(0x22d),_0x4a9dba(0x1ec),_0x4a9dba(0x22e),_0x4a9dba(0x27b)][_0x4a9dba(0x1f1)](_0xb6b290[_0x4a9dba(0x1eb)])){if(_0xb6b290[_0x4a9dba(0x20a)]=!0x1,_0xb6b290[_0x4a9dba(0x2a9)]=null,_0x4a9dba(0x22d)==_0xb6b290[_0x4a9dba(0x1eb)]){const _0x35ad9e=_0xb6b290[_0x4a9dba(0x211)],_0x65d577=_0xb6b290[_0x4a9dba(0x2c6)];new _0x4fe31c(_0x35ad9e,_0x65d577)[_0x4a9dba(0x26c)]();}else _0xb6b290[_0x4a9dba(0x26c)]();}function _0x1b5d95(_0x2aa2cf){const _0x173587=_0x4a9dba;if(_0x173587(0x2ad)==_0x2aa2cf[_0x173587(0x1fb)][_0x173587(0x203)])return _0x2aa2cf;const _0x131055=[];let _0x4d3654=_0x2aa2cf[_0x173587(0x1fb)];for(let _0x269a76=0x0;_0x269a76<_0x2aa2cf[_0x173587(0x247)][_0x173587(0x2ba)];_0x269a76++){const _0x658a77=_0x42a634[_0x173587(0x29e)](_0x4d3654)||0x0;_0x131055[_0x269a76]=_0x2aa2cf[_0x173587(0x247)][_0x269a76]+_0x658a77,_0x4d3654=_0x4d3654[_0x173587(0x1fa)](_0x2aa2cf[_0x173587(0x247)][_0x269a76]);}return new _0x355e2f(_0x216c88,_0x131055,_0x2aa2cf[_0x173587(0x2a3)]);}}[_0x3069f6(0x273)](){const _0x2159f2=_0x3069f6;if(!this[_0x2159f2(0x21c)])return;this[_0x2159f2(0x283)][_0x2159f2(0x2ba)]>0x0&&this[_0x2159f2(0x207)](),this[_0x2159f2(0x259)]=0x0,this[_0x2159f2(0x2a0)]=!0x1;const {action:_0x37c09d,content:_0x57762a,version:_0x380041,mainView:_0x2c57c6,aiBalloon:_0x8e8733}=this[_0x2159f2(0x21c)];_0x2c57c6[_0x2159f2(0x233)]=!0x1,_0x2c57c6[_0x2159f2(0x25d)](),this[_0x2159f2(0x23e)](_0x2c57c6,_0x8e8733);const _0x5f354b=_0x2c57c6;_0x5f354b[_0x2159f2(0x1f0)]&&_0x5f354b[_0x2159f2(0x1f0)][_0x2159f2(0x242)]&&_0x5f354b[_0x2159f2(0x1f0)][_0x2159f2(0x242)][_0x2159f2(0x271)]({'isOn':!0x1,'icon':_0x2270fb}),this[_0x2159f2(0x228)](_0x2c57c6),_0x2c57c6[_0x2159f2(0x22b)](),this[_0x2159f2(0x276)](),this[_0x2159f2(0x290)](_0x2c57c6),this[_0x2159f2(0x235)](_0x57762a,_0x380041,_0x2c57c6,_0x8e8733,_0x37c09d)[_0x2159f2(0x1e3)](_0x2248dc=>{const _0x4f5ea2=_0x2159f2;this[_0x4f5ea2(0x2a1)](_0x2248dc)||console[_0x4f5ea2(0x20b)](_0x4f5ea2(0x2a5),_0x2248dc);});}[_0x3069f6(0x228)](_0x2d3932){const _0x14a33b=_0x3069f6,_0x3e6281=_0x2d3932[_0x14a33b(0x2c9)][_0x14a33b(0x1fe)];for(;_0x3e6281[_0x14a33b(0x2ba)]>0x0;)_0x3e6281[_0x14a33b(0x22d)](_0x3e6281[_0x14a33b(0x279)]);_0x2d3932[_0x14a33b(0x2c9)][_0x14a33b(0x291)]=!0x1;}[_0x3069f6(0x2a1)](_0x56e462){const _0xc418ab=_0x3069f6;return!!_0x56e462[_0xc418ab(0x2bf)]&&_0x56e462[_0xc418ab(0x2bf)][_0xc418ab(0x297)](_0xc418ab(0x243));}[_0x3069f6(0x252)](){const _0x12f0d7=_0x3069f6;this[_0x12f0d7(0x283)]=[],this[_0x12f0d7(0x21c)]=void 0x0,this[_0x12f0d7(0x259)]=0x0,this[_0x12f0d7(0x276)]();}[_0x3069f6(0x207)](){const _0x5c4e2e=_0x3069f6;this[_0x5c4e2e(0x299)]&&this[_0x5c4e2e(0x299)][_0x5c4e2e(0x1f2)](),this[_0x5c4e2e(0x1e5)][_0x5c4e2e(0x248)](),this[_0x5c4e2e(0x270)]=!0x1,this[_0x5c4e2e(0x21c)]&&this[_0x5c4e2e(0x21c)][_0x5c4e2e(0x20c)][_0x5c4e2e(0x1e1)]();}[_0x3069f6(0x245)](){const _0x3248cc=_0x3069f6,_0x22a146=new _0xddbbfc(this[_0x3248cc(0x1e6)][_0x3248cc(0x21b)]),_0x3a3b00=new _0xddbbfc(this[_0x3248cc(0x1e6)][_0x3248cc(0x21b)]),_0x8fdd6f=new _0x292d79(this[_0x3248cc(0x1e6)][_0x3248cc(0x21b)]),_0x3486ba=new _0xddbbfc(this[_0x3248cc(0x1e6)][_0x3248cc(0x21b)]);_0x22a146[_0x3248cc(0x271)]({'icon':_0x3674ff,'label':_0x2378ba(this[_0x3248cc(0x1e6)][_0x3248cc(0x21b)],_0x3248cc(0x21f)),'tooltip':!0x0,'class':_0x3248cc(0x28e)}),_0x3a3b00[_0x3248cc(0x271)]({'icon':_0x33d6cb,'tooltip':_0x2378ba(this[_0x3248cc(0x1e6)][_0x3248cc(0x21b)],_0x3248cc(0x20f)),'class':_0x3248cc(0x1e7)}),_0x8fdd6f[_0x3248cc(0x258)]({'tag':_0x3248cc(0x28c),'attributes':{'class':[_0x3248cc(0x28a)]},'children':[_0x3248cc(0x272)]}),_0x3486ba[_0x3248cc(0x271)]({'icon':_0x1620bd,'tooltip':_0x2378ba(this[_0x3248cc(0x1e6)][_0x3248cc(0x21b)],_0x3248cc(0x2b2)),'class':_0x3248cc(0x2c5)}),_0x22a146[_0x3248cc(0x206)](_0x3248cc(0x2c2))['to'](this,_0x3248cc(0x270),_0x1a1e1a=>!_0x1a1e1a),_0x22a146['on'](_0x3248cc(0x27d),()=>{const _0x412110=_0x3248cc;this[_0x412110(0x273)]();}),_0x3a3b00[_0x3248cc(0x206)](_0x3248cc(0x2c2))['to'](this,_0x3248cc(0x270),_0x409368=>!_0x409368),_0x3a3b00['on'](_0x3248cc(0x27d),()=>{const _0x212f3a=_0x3248cc;this[_0x212f3a(0x24e)]();}),_0x3486ba[_0x3248cc(0x206)](_0x3248cc(0x2c2))['to'](this,_0x3248cc(0x270),_0x4677bf=>!_0x4677bf),_0x3486ba['on'](_0x3248cc(0x27d),()=>{const _0x37accb=_0x3248cc;this[_0x37accb(0x239)]();}),this[_0x3248cc(0x204)]=_0x3a3b00,this[_0x3248cc(0x22a)]=_0x8fdd6f,this[_0x3248cc(0x2c4)]=_0x3486ba,this[_0x3248cc(0x287)][_0x3248cc(0x1ee)](_0x22a146);}[_0x3069f6(0x24e)](){const _0xb7d1e8=_0x3069f6,_0x2c763f=this[_0xb7d1e8(0x283)][_0xb7d1e8(0x2ba)];this[_0xb7d1e8(0x259)]<_0x2c763f-0x1&&this[_0xb7d1e8(0x26a)](this[_0xb7d1e8(0x259)]+0x1);}[_0x3069f6(0x239)](){const _0x3f9383=_0x3069f6;this[_0x3f9383(0x259)]>0x0&&this[_0x3f9383(0x26a)](this[_0x3f9383(0x259)]-0x1);}async[_0x3069f6(0x26a)](_0x1a85d2){const _0x404e4c=_0x3069f6;if(!this[_0x404e4c(0x21c)])return;this[_0x404e4c(0x259)]=_0x1a85d2;const {mainView:_0x51cd80}=this[_0x404e4c(0x21c)],_0x4ca745=this[_0x404e4c(0x283)][this[_0x404e4c(0x283)][_0x404e4c(0x2ba)]-0x1-this[_0x404e4c(0x259)]];if(!_0x4ca745)return;if(_0x4ca745[_0x404e4c(0x246)])return this[_0x404e4c(0x26f)](_0x4ca745,_0x51cd80),void this[_0x404e4c(0x276)]();if(!_0x4ca745[_0x404e4c(0x2a8)][_0x404e4c(0x2ba)])return;_0x51cd80[_0x404e4c(0x25d)](),this[_0x404e4c(0x21c)]&&this[_0x404e4c(0x23e)](_0x51cd80,this[_0x404e4c(0x21c)][_0x404e4c(0x20c)]);const _0x4dde40=_0x4ca745[_0x404e4c(0x2a8)][_0x4ca745[_0x404e4c(0x2a8)][_0x404e4c(0x2ba)]-0x1];if(_0x4dde40){const _0x4edf08=this[_0x404e4c(0x1e6)];this[_0x404e4c(0x228)](_0x51cd80);try{const _0x2b7246=_0x5ea45d({'editor':_0x4edf08,'changeGroups':_0x4dde40[_0x404e4c(0x2b9)],'documentContextContent':_0x4dde40[_0x404e4c(0x288)],'showDiff':this[_0x404e4c(0x2a0)],'trimUnchanged':!0x1});this[_0x404e4c(0x228)](_0x51cd80),await new Promise(_0x1dec67=>setTimeout(_0x1dec67,0x32)),await _0x51cd80[_0x404e4c(0x2ab)]({'parts':_0x2b7246,'renderingStrategy':_0x404e4c(0x1e4),'abortSignal':new AbortController()[_0x404e4c(0x256)]});}catch(_0x30a7fa){this[_0x404e4c(0x2a1)](_0x30a7fa)||console[_0x404e4c(0x20b)](_0x404e4c(0x21a),_0x30a7fa);}}this[_0x404e4c(0x276)]();}[_0x3069f6(0x276)](){const _0x5d1a50=_0x3069f6;if(!this[_0x5d1a50(0x204)]||!this[_0x5d1a50(0x22a)]||!this[_0x5d1a50(0x2c4)])return;const _0x200b90=this[_0x5d1a50(0x283)][_0x5d1a50(0x2ba)],_0x11b129=_0x200b90>0x1,_0x1b277d=this[_0x5d1a50(0x21c)]?.[_0x5d1a50(0x269)];if(_0x11b129){this[_0x5d1a50(0x225)]||this[_0x5d1a50(0x29c)]||this[_0x5d1a50(0x2a6)]||(this[_0x5d1a50(0x287)][_0x5d1a50(0x1ee)](this[_0x5d1a50(0x204)]),_0x1b277d?.[_0x5d1a50(0x275)](this[_0x5d1a50(0x204)]),this[_0x5d1a50(0x225)]=!0x0,this[_0x5d1a50(0x287)][_0x5d1a50(0x1ee)](this[_0x5d1a50(0x22a)]),_0x1b277d?.[_0x5d1a50(0x275)](this[_0x5d1a50(0x22a)]),this[_0x5d1a50(0x29c)]=!0x0,this[_0x5d1a50(0x287)][_0x5d1a50(0x1ee)](this[_0x5d1a50(0x2c4)]),_0x1b277d?.[_0x5d1a50(0x275)](this[_0x5d1a50(0x2c4)]),this[_0x5d1a50(0x2a6)]=!0x0);const _0x291bad=_0x200b90-this[_0x5d1a50(0x259)];this[_0x5d1a50(0x22a)][_0x5d1a50(0x2b7)]&&(this[_0x5d1a50(0x22a)][_0x5d1a50(0x2b7)][_0x5d1a50(0x254)]=_0x291bad+'/'+_0x200b90),this[_0x5d1a50(0x204)][_0x5d1a50(0x2c2)]=this[_0x5d1a50(0x259)]<_0x200b90-0x1,this[_0x5d1a50(0x2c4)][_0x5d1a50(0x2c2)]=this[_0x5d1a50(0x259)]>0x0;}else(this[_0x5d1a50(0x225)]||this[_0x5d1a50(0x29c)]||this[_0x5d1a50(0x2a6)])&&(this[_0x5d1a50(0x287)][_0x5d1a50(0x22d)](this[_0x5d1a50(0x204)]),_0x1b277d?.[_0x5d1a50(0x1ef)](this[_0x5d1a50(0x204)]),this[_0x5d1a50(0x225)]=!0x1,this[_0x5d1a50(0x287)][_0x5d1a50(0x22d)](this[_0x5d1a50(0x22a)]),_0x1b277d?.[_0x5d1a50(0x1ef)](this[_0x5d1a50(0x22a)]),this[_0x5d1a50(0x29c)]=!0x1,this[_0x5d1a50(0x287)][_0x5d1a50(0x22d)](this[_0x5d1a50(0x2c4)]),_0x1b277d?.[_0x5d1a50(0x1ef)](this[_0x5d1a50(0x2c4)]),this[_0x5d1a50(0x2a6)]=!0x1);}[_0x3069f6(0x284)](_0x22523e,_0x34bc7e){const _0x117012=_0x3069f6;_0x22523e[_0x117012(0x26e)](),_0x34bc7e[_0x117012(0x23d)][_0x117012(0x26e)](),this[_0x117012(0x270)]=!0x0;}async[_0x3069f6(0x26f)](_0x4a6ca6,_0x4254d5){const _0x309717=_0x3069f6,_0x55a6d6=_0x2378ba(this[_0x309717(0x1e6)][_0x309717(0x21b)],_0x309717(0x24c));_0x4254d5[_0x309717(0x1f7)](_0x55a6d6),_0x4a6ca6[_0x309717(0x246)]=!0x0,await this[_0x309717(0x1e5)][_0x309717(0x250)],_0x4254d5[_0x309717(0x289)](),this[_0x309717(0x21c)]?.[_0x309717(0x20c)][_0x309717(0x23d)][_0x309717(0x1fc)]&&(this[_0x309717(0x21c)][_0x309717(0x20c)][_0x309717(0x23d)][_0x309717(0x1fc)][_0x309717(0x296)]=!0x0);}[_0x3069f6(0x23e)](_0x1b8b84,_0x45c64a){const _0x14ceb0=_0x3069f6;_0x1b8b84[_0x14ceb0(0x229)](),_0x45c64a[_0x14ceb0(0x23d)][_0x14ceb0(0x1fc)]&&(_0x45c64a[_0x14ceb0(0x23d)][_0x14ceb0(0x1fc)][_0x14ceb0(0x296)]=!0x1);}async[_0x3069f6(0x216)](_0xf882c5,_0x36a01e){const _0x24c478=_0x3069f6;await this[_0x24c478(0x1e5)][_0x24c478(0x250)],this[_0x24c478(0x270)]=!0x1,_0xf882c5[_0x24c478(0x1f4)](),_0x36a01e[_0x24c478(0x23d)][_0x24c478(0x1f4)]();}[_0x3069f6(0x1f3)](){const _0x42f784=_0x3069f6;this[_0x42f784(0x287)][_0x42f784(0x232)](_0x2a9f7f=>{const _0xa09df8=_0x42f784;_0xa09df8(0x2c2)in _0x2a9f7f&&(_0x2a9f7f[_0xa09df8(0x2c2)]=!0x1);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x3507(_0x251f21,_0x8a9729){const _0x35626a=_0x3562();return _0x3507=function(_0x350740,_0x52fb83){_0x350740=_0x350740-0x12f;let _0x5e4422=_0x35626a[_0x350740];return _0x5e4422;},_0x3507(_0x251f21,_0x8a9729);}function _0x3562(){const _0x2ca630=['isOfficialPlugin','2383795AENlds','filter','1059882JnoIEV','_prepareTableInsertBelowPosition','markers','showFakeVisualSelection','setSelection','map','afterInit','from','markerToHighlight','getRange','createUIElement','last','225531EkRawE','table','ai-ui','DataTransfer','TableUtils','data','get','has','ck-fake-ai-selection_collapsed','isContent','ck-fake-ai-selection','conversion','lowest','forEach','insertContentBelow','getChildren','href','model','createRange','getChild','getLastMatchingPosition','element','_getAISelection','editingDowncast','AIAssistantEditing','for','_pasteHTMLUsingClipboard','600623hhlOee','createPositionAt','fire','setData','_getDefaultInsertBelowPosition','getColumnIndexes','addClass','111405PeRQOe','getSelectedBlocks','resultRange','2622368DubBKk','getRanges','insertRows','7GOBuSC','pop','getRows','markerToElement','removeMarker','isPremiumPlugin','off','getRowIndexes','schema','_createEmptyTableRows','editing','init','createSelection','parse','createPositionAfter','isCollapsed','markerRange','first','paste','canEditAt','_resetContentOfSelectedTableCells','editor','join','plugins','_getTableRowCountFromContent','text/html','config','getLastPosition','span','length','start','getMarkersGroup','findAncestor','fromCharCode','once','end','30LMXlYV','ck-ai-assistant-ui_theme','44HRCuGS','push','deleteContent','3272016ovIsnD','document','pluginName','updateMarker','selection','contentInsertion','isAtEnd','getSelectedTableCells','addMarker','getFirstRange','hideFakeVisualSelection','ai.assistant.useTheme','insertContent','change'];_0x3562=function(){return _0x2ca630;};return _0x3562();}const _0x399264=_0x3507;(function(_0x28461b,_0x4a47e3){const _0x1ad5d1=_0x3507,_0x159646=_0x28461b();while(!![]){try{const _0x5a6361=parseInt(_0x1ad5d1(0x175))/0x1+-parseInt(_0x1ad5d1(0x14e))/0x2+parseInt(_0x1ad5d1(0x17c))/0x3*(-parseInt(_0x1ad5d1(0x13a))/0x4)+parseInt(_0x1ad5d1(0x14c))/0x5+parseInt(_0x1ad5d1(0x13d))/0x6*(parseInt(_0x1ad5d1(0x182))/0x7)+-parseInt(_0x1ad5d1(0x17f))/0x8+-parseInt(_0x1ad5d1(0x15a))/0x9*(-parseInt(_0x1ad5d1(0x138))/0xa);if(_0x5a6361===_0x4a47e3)break;else _0x159646['push'](_0x159646['shift']());}catch(_0x22f66d){_0x159646['push'](_0x159646['shift']());}}}(_0x3562,0x69639));import{uid as _0x12f85d}from'ckeditor5/src/utils.js';import{Plugin as _0x2ef6b9}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x490f6e}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x589f99,ViewDataTransfer as _0x823348}from'ckeditor5/src/engine.js';const w=globalThis[_0x399264(0x15d)],f=_0x399264(0x15c);export class AIAssistantEditing extends _0x2ef6b9{static get[_0x399264(0x13f)](){const _0x721bc6=_0x399264;return _0x721bc6(0x172);}static get[_0x399264(0x14b)](){return!0x0;}static get[_0x399264(0x187)](){return!0x0;}[_0x399264(0x18d)](){const _0x480bd1=_0x399264,{editor:_0x1f9011}=this,_0x1c9bd0=[_0x480bd1(0x164)];_0x1f9011[_0x480bd1(0x19c)][_0x480bd1(0x160)](_0x480bd1(0x148))&&_0x1c9bd0[_0x480bd1(0x13b)](_0x480bd1(0x139)),_0x1f9011[_0x480bd1(0x165)][_0x480bd1(0x173)](_0x480bd1(0x171))[_0x480bd1(0x156)]({'model':f,'view':{'classes':_0x1c9bd0,'priority':0xc}}),_0x1f9011[_0x480bd1(0x165)][_0x480bd1(0x173)](_0x480bd1(0x171))[_0x480bd1(0x185)]({'model':f,'view':(_0x465fab,{writer:_0x5c4545})=>{const _0x3e4851=_0x480bd1;if(!_0x465fab[_0x3e4851(0x192)][_0x3e4851(0x191)])return null;const _0x5814f3=_0x5c4545[_0x3e4851(0x158)](_0x3e4851(0x130));return _0x5c4545[_0x3e4851(0x17b)]([_0x3e4851(0x164),_0x3e4851(0x162)],_0x5814f3),_0x5814f3;}});}[_0x399264(0x154)](){!async function(_0x4d5e77){const _0x154523=_0x3b9a7e([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]),_0x3ef076=0x3dffc4e1,_0x1e909a=0x3df8be71^_0x3ef076,_0x610c93=window[_0x3b9a7e([0x44,0x61,0x74,0x65])][_0x3b9a7e([0x6e,0x6f,0x77])](),_0x22a121=_0x4d5e77[_0x3b9a7e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4ddd14=new window[(_0x3b9a7e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf337d3=>{_0x22a121[_0x3b9a7e([0x6f,0x6e,0x63,0x65])](_0x3b9a7e([0x72,0x65,0x61,0x64,0x79]),_0xf337d3);}),_0x5d928b={[_0x3b9a7e([0x6b,0x74,0x79])]:_0x3b9a7e([0x45,0x43]),[_0x3b9a7e([0x75,0x73,0x65])]:_0x3b9a7e([0x73,0x69,0x67]),[_0x3b9a7e([0x63,0x72,0x76])]:_0x3b9a7e([0x50,0x2d,0x32,0x35,0x36]),[_0x3b9a7e([0x78])]:_0x3b9a7e([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]),[_0x3b9a7e([0x79])]:_0x3b9a7e([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]),[_0x3b9a7e([0x61,0x6c,0x67])]:_0x3b9a7e([0x45,0x53,0x32,0x35,0x36])},_0x3fada7=_0x22a121[_0x3b9a7e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3b9a7e([0x67,0x65,0x74])](_0x3b9a7e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xd77d78(){let _0x50cedf,_0x31b006=null,_0x2667bb=null;try{if(_0x3fada7==_0x3b9a7e([0x47,0x50,0x4c]))return _0x3b9a7e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x50cedf=_0x1b372c(),!_0x50cedf)return _0x3b9a7e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x50cedf[_0x3b9a7e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2667bb=_0x88de8f(_0x50cedf[_0x3b9a7e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x50cedf[_0x3b9a7e([0x6a,0x74,0x69])])),await _0xabfb66()?_0x53af52()?_0x43cb82()?_0x3b9a7e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xe68868()?(_0x50cedf[_0x3b9a7e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3b9a7e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x31b006=_0x5c278f(_0x3b9a7e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x50cedf[_0x3b9a7e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3b9a7e([0x74,0x72,0x69,0x61,0x6c])&&(_0x31b006=_0x5c278f(_0x3b9a7e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x7f206d()):_0x3b9a7e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3b9a7e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3b9a7e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3b9a7e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x43cb82(){const _0x1f0527=[_0x3b9a7e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3b9a7e([0x74,0x72,0x69,0x61,0x6c])][_0x3b9a7e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x50cedf[_0x3b9a7e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x610c93/0x3e8:0xe10*_0x1e909a;return _0x50cedf[_0x3b9a7e([0x65,0x78,0x70])]<_0x1f0527;}function _0x53af52(){const _0x3158c2=_0x50cedf[_0x3b9a7e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3158c2&&(!!_0x3158c2[_0x3b9a7e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3b9a7e([0x2a]))||!!_0x3158c2[_0x3b9a7e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3b9a7e([0x41,0x49])));}function _0xe68868(){const _0x4fff09=_0x3507,_0x138853=_0x50cedf[_0x3b9a7e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x138853||0x0==_0x138853[_0x3b9a7e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1ea9e1}=new URL(window[_0x3b9a7e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4fff09(0x16a)]);if(_0x138853[_0x3b9a7e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1ea9e1))return!0x0;const _0x5a3590=_0x1ea9e1[_0x3b9a7e([0x73,0x70,0x6c,0x69,0x74])](_0x3b9a7e([0x2e]));return _0x138853[_0x3b9a7e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5102d6=>_0x5102d6[_0x3b9a7e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3b9a7e([0x2a])))[_0x3b9a7e([0x6d,0x61,0x70])](_0x5e2f34=>_0x5e2f34[_0x3b9a7e([0x73,0x70,0x6c,0x69,0x74])](_0x3b9a7e([0x2e])))[_0x3b9a7e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3687e1=>_0x3687e1[_0x3b9a7e([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x5a3590[_0x3b9a7e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3b9a7e([0x6d,0x61,0x70])](_0x43f93c=>Array(_0x5a3590[_0x3b9a7e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x43f93c[_0x3b9a7e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3b9a7e([0x66,0x69,0x6c,0x6c])](_0x43f93c[0x0]===_0x3b9a7e([0x2a])?_0x3b9a7e([0x2a]):'')[_0x3b9a7e([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x43f93c))[_0x3b9a7e([0x73,0x6f,0x6d,0x65])](_0x5ab2b5=>_0x5a3590[_0x3b9a7e([0x65,0x76,0x65,0x72,0x79])]((_0x364b4a,_0xb77c4e)=>_0x5ab2b5[_0xb77c4e]===_0x364b4a||_0x5ab2b5[_0xb77c4e]===_0x3b9a7e([0x2a])));}function _0x7f206d(){return _0x31b006&&_0x2667bb?new window[(_0x3b9a7e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1dc56b,_0x5eda70)=>{_0x31b006[_0x3b9a7e([0x74,0x68,0x65,0x6e])](_0x1dc56b,_0x5eda70),_0x2667bb[_0x3b9a7e([0x74,0x68,0x65,0x6e])](_0x456cec=>{_0x456cec!=_0x3b9a7e([0x56,0x61,0x6c,0x69,0x64])&&_0x1dc56b(_0x456cec);},_0x5eda70);}):_0x31b006||_0x2667bb||_0x3b9a7e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x88de8f(_0x10186d,_0x265059){return new window[(_0x3b9a7e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x38cfc9=>{if(_0xc78348())return _0x38cfc9(_0x3b9a7e([0x56,0x61,0x6c,0x69,0x64]));_0x44684a(),_0x22a121[_0x3b9a7e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3b9a7e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x22beab=!0x1;const _0x1c5ad2=_0x12f85d();function _0x22e624(_0x291b1e){return!!_0x291b1e&&(typeof _0x291b1e===_0x3b9a7e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x291b1e===_0x3b9a7e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x291b1e[_0x3b9a7e([0x74,0x68,0x65,0x6e])]===_0x3b9a7e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x291b1e[_0x3b9a7e([0x63,0x61,0x74,0x63,0x68])]===_0x3b9a7e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x24f263(_0x415998){_0x315cbd(_0x415998)[_0x3b9a7e([0x74,0x68,0x65,0x6e])](_0x919263=>{if(!_0x919263||_0x919263[_0x3b9a7e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3b9a7e([0x6f,0x6b]))return _0x3b9a7e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5e32a8(_0x50761d(_0x1c5ad2+_0x265059))!=_0x919263[_0x3b9a7e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3b9a7e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3b9a7e([0x56,0x61,0x6c,0x69,0x64]);})[_0x3b9a7e([0x74,0x68,0x65,0x6e])](_0x15b6a8=>(_0x1f3d11(),_0x15b6a8),()=>{const _0x56212f=_0x4906a9();return null==_0x56212f?(_0x1f3d11(),_0x3b9a7e([0x56,0x61,0x6c,0x69,0x64])):_0x3b9a7e(_0x610c93-_0x56212f>(0x19f340e1^_0x3ef076)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3b9a7e([0x74,0x68,0x65,0x6e])](_0x38cfc9)[_0x3b9a7e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x38cfc9(_0x3b9a7e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1a6db3=0x3dc92a61^_0x3ef076;function _0x1f3d11(){const _0x3da36f=_0x3b9a7e([0x6c,0x6c,0x63,0x74,0x2d])+_0x5e32a8(_0x50761d(_0x10186d)),_0x2a980a=_0xd3fb20(_0x5e32a8(window[_0x3b9a7e([0x4d,0x61,0x74,0x68])][_0x3b9a7e([0x63,0x65,0x69,0x6c])](_0x610c93/_0x1a6db3)));window[_0x3b9a7e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3b9a7e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3da36f,_0x2a980a);}function _0x4906a9(){const _0x13f76b=_0x3b9a7e([0x6c,0x6c,0x63,0x74,0x2d])+_0x5e32a8(_0x50761d(_0x10186d)),_0x11df73=window[_0x3b9a7e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3b9a7e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x13f76b);return _0x11df73?window[_0x3b9a7e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xd3fb20(_0x11df73),0x10)*_0x1a6db3:null;}function _0x315cbd(_0x3b6e57){return new window[(_0x3b9a7e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5be14a,_0x51bc93)=>{_0x3b6e57[_0x3b9a7e([0x74,0x68,0x65,0x6e])](_0x5be14a,_0x51bc93),window[_0x3b9a7e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x51bc93,0x3dfe1021^_0x3ef076);});}}_0x22a121[_0x3b9a7e([0x6f,0x6e])](_0x3b9a7e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x485c85,_0x250ac9)=>{if(_0x250ac9[0x0]!=_0x10186d)return _0x38cfc9(_0x3b9a7e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x250ac9[0x1]={..._0x250ac9[0x1],[_0x3b9a7e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1c5ad2};},{[_0x3b9a7e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3b9a7e([0x68,0x69,0x67,0x68])}),_0x22a121[_0x3b9a7e([0x6f,0x6e])](_0x3b9a7e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x871935=>{_0x22e624(_0x871935[_0x3b9a7e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x22beab=!0x0,_0x24f263(_0x871935[_0x3b9a7e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3b9a7e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3b9a7e([0x6c,0x6f,0x77])}),_0x4ddd14[_0x3b9a7e([0x74,0x68,0x65,0x6e])](()=>{_0x22beab||_0x38cfc9(_0x3b9a7e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xc78348(){return _0x22a121[_0x3b9a7e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3b9a7e([0x76,0x69,0x65,0x77])][_0x3b9a7e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3b9a7e([0x61,0x75,0x74,0x6f]);}function _0x44684a(){_0x22a121[_0x3b9a7e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3b9a7e([0x76,0x69,0x65,0x77])][_0x3b9a7e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3b9a7e([0x61,0x75,0x74,0x6f]);}}function _0x5c278f(_0x2472df){const _0xa21225=[new window[(_0x3b9a7e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x21f84c=>setTimeout(_0x21f84c,0x3df6fa2d^_0x3ef076)),_0x4ddd14[_0x3b9a7e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3b9a7e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3ba8c5=>{let _0x3cc38d=0x0;_0x22a121[_0x3b9a7e([0x6d,0x6f,0x64,0x65,0x6c])][_0x3b9a7e([0x6f,0x6e])](_0x3b9a7e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x418a83,_0x323733)=>{_0x323733[0x0][_0x3b9a7e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3cc38d++,_0x3cc38d==(0x3dffc519^_0x3ef076)&&(_0x3ba8c5(),_0x418a83[_0x3b9a7e([0x6f,0x66,0x66])]());});}))];return window[_0x3b9a7e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3b9a7e([0x72,0x61,0x63,0x65])](_0xa21225)[_0x3b9a7e([0x74,0x68,0x65,0x6e])](()=>_0x2472df);}async function _0x242f6a(){await _0x4ddd14,_0x22a121[_0x3b9a7e([0x6d,0x6f,0x64,0x65,0x6c])][_0x3b9a7e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3ba6ea,_0x22a121[_0x3b9a7e([0x6d,0x6f,0x64,0x65,0x6c])][_0x3b9a7e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3ba6ea,_0x22a121[_0x3b9a7e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3b9a7e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x28ba00(_0x46c2a8){const _0x2cd4a3=_0x327420();_0x22a121[_0x2cd4a3]=_0x3b9a7e([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x46c2a8,_0x46c2a8!=_0x3b9a7e([0x56,0x61,0x6c,0x69,0x64])&&_0x242f6a();}function _0x327420(){const _0x27b0f7=window[_0x3b9a7e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3b9a7e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3b9a7e([0x6e,0x6f,0x77])]())[_0x3b9a7e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3b9a7e([0x2e]),'');let _0x514240=_0x3b9a7e([0x6e]);for(let _0xe62964=0x0;_0xe62964<_0x27b0f7[_0x3b9a7e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xe62964+=0x2){let _0x496077=window[_0x3b9a7e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x27b0f7[_0x3b9a7e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xe62964,_0xe62964+0x2));_0x496077>=_0x154523[_0x3b9a7e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x496077-=_0x154523[_0x3b9a7e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x514240+=_0x154523[_0x496077];}return _0x514240;}function _0x1b372c(){const _0x2c4398=_0x3fada7[_0x3b9a7e([0x73,0x70,0x6c,0x69,0x74])](_0x3b9a7e([0x2e]));if(0x3!=_0x2c4398[_0x3b9a7e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x39682f(_0x2c4398[0x1]);function _0x39682f(_0x3090df){const _0x43a4d5=_0x2dca92(_0x3090df);return _0x43a4d5&&_0x587cfd()?_0x43a4d5:null;function _0x587cfd(){const _0x3597cf=_0x43a4d5[_0x3b9a7e([0x6a,0x74,0x69])],_0x361d77=window[_0x3b9a7e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3597cf[_0x3b9a7e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3597cf[_0x3b9a7e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2ccedc={..._0x43a4d5,[_0x3b9a7e([0x6a,0x74,0x69])]:_0x3597cf[_0x3b9a7e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3597cf[_0x3b9a7e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2ccedc[_0x3b9a7e([0x76,0x63])],_0x50761d(_0x2ccedc)==_0x361d77;}}}async function _0xabfb66(){let _0x421cdf=!0x0;try{const _0x162854=_0x3fada7[_0x3b9a7e([0x73,0x70,0x6c,0x69,0x74])](_0x3b9a7e([0x2e])),[_0x552d6d,_0x4a622b,_0xb48fef]=_0x162854;return _0x270cf8(_0x552d6d),await _0x5a9b62(_0x552d6d,_0x4a622b,_0xb48fef),_0x421cdf;}catch{return!0x1;}function _0x270cf8(_0x47b432){const _0x42fdd9=_0x2dca92(_0x47b432);_0x42fdd9&&_0x42fdd9[_0x3b9a7e([0x61,0x6c,0x67])]==_0x3b9a7e([0x45,0x53,0x32,0x35,0x36])||(_0x421cdf=!0x1);}async function _0x5a9b62(_0x58914e,_0x499487,_0x52fafc){const _0x4ea58a=window[_0x3b9a7e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3b9a7e([0x66,0x72,0x6f,0x6d])](_0x5f3fa0(_0x52fafc),_0x48c39e=>_0x48c39e[_0x3b9a7e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xe2525e=new window[(_0x3b9a7e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3b9a7e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x58914e+_0x3b9a7e([0x2e])+_0x499487),_0x13a857=window[_0x3b9a7e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3b9a7e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x13a857)return;const _0x2df968=await _0x13a857[_0x3b9a7e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3b9a7e([0x6a,0x77,0x6b]),_0x5d928b,{[_0x3b9a7e([0x6e,0x61,0x6d,0x65])]:_0x3b9a7e([0x45,0x43,0x44,0x53,0x41]),[_0x3b9a7e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3b9a7e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3b9a7e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x13a857[_0x3b9a7e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3b9a7e([0x6e,0x61,0x6d,0x65])]:_0x3b9a7e([0x45,0x43,0x44,0x53,0x41]),[_0x3b9a7e([0x68,0x61,0x73,0x68])]:{[_0x3b9a7e([0x6e,0x61,0x6d,0x65])]:_0x3b9a7e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2df968,_0x4ea58a,_0xe2525e)||(_0x421cdf=!0x1);}}function _0x2dca92(_0x4bf2ff){return _0x4bf2ff[_0x3b9a7e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3b9a7e([0x65,0x79]))?JSON[_0x3b9a7e([0x70,0x61,0x72,0x73,0x65])](_0x5f3fa0(_0x4bf2ff)):null;}function _0x5f3fa0(_0x5d1348){return window[_0x3b9a7e([0x61,0x74,0x6f,0x62])](_0x5d1348[_0x3b9a7e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3b9a7e([0x2b]))[_0x3b9a7e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3b9a7e([0x2f])));}function _0x50761d(_0x2af1d5){let _0x7a7b82=0x1505;function _0x5048f6(_0xa37d50){for(let _0xff5e8c=0x0;_0xff5e8c<_0xa37d50[_0x3b9a7e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xff5e8c++){const _0x295051=_0xa37d50[_0x3b9a7e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xff5e8c);_0x7a7b82=(_0x7a7b82<<0x5)+_0x7a7b82+_0x295051,_0x7a7b82&=_0x7a7b82;}}function _0x250887(_0x376b0b){Array[_0x3b9a7e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x376b0b)?_0x376b0b[_0x3b9a7e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x250887):_0x376b0b&&typeof _0x376b0b==_0x3b9a7e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3b9a7e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x376b0b)[_0x3b9a7e([0x73,0x6f,0x72,0x74])]()[_0x3b9a7e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4e1caa,_0x556dd7])=>{_0x5048f6(_0x4e1caa),_0x250887(_0x556dd7);}):_0x5048f6(window[_0x3b9a7e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x376b0b));}return _0x250887(_0x2af1d5),_0x7a7b82>>>0x0;}function _0x5e32a8(_0x3a0619){return _0x3a0619[_0x3b9a7e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3b9a7e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3b9a7e([0x30]));}function _0xd3fb20(_0x1d6c86){return _0x1d6c86[_0x3b9a7e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3b9a7e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3b9a7e([0x6a,0x6f,0x69,0x6e])]('');}function _0x3ba6ea(){}function _0x3b9a7e(_0xb1ff77){const _0x4c15b6=_0x3507;return _0xb1ff77[_0x4c15b6(0x153)](_0x3c1f64=>String[_0x4c15b6(0x135)](_0x3c1f64))[_0x4c15b6(0x198)]('');}_0x28ba00(await _0xd77d78());}(this);}[_0x399264(0x151)](){const _0xa8cd54=_0x399264,_0x1d1023=this[_0xa8cd54(0x197)][_0xa8cd54(0x16b)];_0x1d1023[_0xa8cd54(0x14a)](_0x8a2fb2=>{const _0x2027aa=_0xa8cd54,_0x318821=_0x1d1023[_0x2027aa(0x13e)][_0x2027aa(0x141)][_0x2027aa(0x180)]();let _0x3bdf1d=0x0;for(const _0x5b24ab of _0x318821){const _0x15b740=f+':'+_0x3bdf1d;if(_0x1d1023[_0x2027aa(0x150)][_0x2027aa(0x161)](_0x15b740))_0x8a2fb2[_0x2027aa(0x140)](_0x15b740,{'range':_0x5b24ab});else{if(_0x5b24ab[_0x2027aa(0x132)][_0x2027aa(0x143)]){const _0x45680b=_0x5b24ab[_0x2027aa(0x132)][_0x2027aa(0x16e)](({item:_0x59fd99})=>!_0x1d1023[_0x2027aa(0x18a)][_0x2027aa(0x163)](_0x59fd99),{'boundaries':_0x5b24ab});_0x8a2fb2[_0x2027aa(0x145)](_0x15b740,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x8a2fb2[_0x2027aa(0x16c)](_0x45680b,_0x5b24ab[_0x2027aa(0x137)])});}else _0x8a2fb2[_0x2027aa(0x145)](_0x15b740,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x5b24ab});}_0x3bdf1d++;}});}[_0x399264(0x147)](){const _0x2944d1=_0x399264,_0x3fd9ed=this[_0x2944d1(0x197)][_0x2944d1(0x16b)],_0x5731ce=Array[_0x2944d1(0x155)](this[_0x2944d1(0x197)][_0x2944d1(0x16b)][_0x2944d1(0x150)][_0x2944d1(0x133)](f));_0x5731ce[_0x2944d1(0x131)]&&_0x3fd9ed[_0x2944d1(0x14a)](_0x1e457f=>{const _0x1309d7=_0x2944d1;_0x5731ce[_0x1309d7(0x167)](_0x5ad85b=>{const _0x3c3c6f=_0x1309d7;_0x1e457f[_0x3c3c6f(0x186)](_0x5ad85b);});});}[_0x399264(0x149)](_0x510c0f,_0x511895){const _0x1079bf=_0x399264,_0x2113cc=this[_0x1079bf(0x170)](),_0x2c16fe=_0x511895||_0x2113cc[_0x1079bf(0x146)]();this[_0x1079bf(0x197)][_0x1079bf(0x16b)][_0x1079bf(0x195)](_0x2c16fe)&&this[_0x1079bf(0x197)][_0x1079bf(0x16b)][_0x1079bf(0x14a)](_0x23dba0=>{const _0x28f625=_0x1079bf;this[_0x28f625(0x147)](),_0x511895||this[_0x28f625(0x196)](_0x23dba0,_0x2113cc),this[_0x28f625(0x174)]({'insertAt':_0x2c16fe,'writer':_0x23dba0,'html':_0x510c0f});});}[_0x399264(0x168)](_0x458990){const _0x14d52f=_0x399264,{model:_0x59c8de}=this[_0x14d52f(0x197)],_0x2197d5=this[_0x14d52f(0x170)]();_0x59c8de[_0x14d52f(0x14a)](()=>{const _0x1f1d71=_0x14d52f,_0x3b7926=this[_0x1f1d71(0x14f)](_0x458990,_0x2197d5)||this[_0x1f1d71(0x179)](_0x2197d5);this[_0x1f1d71(0x149)](_0x458990,_0x3b7926);});}[_0x399264(0x170)](){const _0x38833b=_0x399264,_0x2ccb2f=this[_0x38833b(0x197)][_0x38833b(0x16b)],_0x2f1352=Array[_0x38833b(0x155)](_0x2ccb2f[_0x38833b(0x150)][_0x38833b(0x133)](f))[_0x38833b(0x153)](_0x2b3248=>_0x2b3248[_0x38833b(0x157)]());return _0x2ccb2f[_0x38833b(0x18e)](_0x2f1352);}[_0x399264(0x174)]({writer:_0x4f6ee3,html:_0x181076,insertAt:_0x4f1232}){const _0x377869=_0x399264,{view:_0x20f8ac}=this[_0x377869(0x197)][_0x377869(0x18c)],_0x14f259=this[_0x377869(0x197)][_0x377869(0x199)][_0x377869(0x160)](_0x490f6e),_0x2dab02=new w();_0x2dab02[_0x377869(0x178)](_0x377869(0x19b),_0x181076);const _0x517a3f=new ClipboardEvent(_0x377869(0x194),{'clipboardData':_0x2dab02}),_0x5d2017=new _0x589f99(_0x20f8ac,_0x517a3f,{'dataTransfer':new _0x823348(_0x2dab02)});_0x4f6ee3[_0x377869(0x152)](_0x4f1232);const _0x35e9f1=(_0x2290de,_0x56fcf1)=>{const _0x4f53d0=_0x377869;_0x56fcf1[_0x4f53d0(0x17e)]&&_0x4f6ee3[_0x4f53d0(0x152)](_0x56fcf1[_0x4f53d0(0x17e)]);};_0x14f259[_0x377869(0x136)](_0x377869(0x142),_0x35e9f1,{'priority':_0x377869(0x166)}),_0x20f8ac[_0x377869(0x13e)][_0x377869(0x177)](_0x377869(0x194),_0x5d2017),_0x14f259[_0x377869(0x188)](_0x377869(0x142),_0x35e9f1);}[_0x399264(0x179)](_0x4c3c91){const _0x330aec=_0x399264,{model:_0x385160}=this[_0x330aec(0x197)],_0x573585=Array[_0x330aec(0x155)](_0x4c3c91[_0x330aec(0x17d)]());return _0x573585[_0x330aec(0x131)]?_0x385160[_0x330aec(0x190)](_0x573585[_0x330aec(0x183)]()):_0x4c3c91[_0x330aec(0x12f)]();}[_0x399264(0x14f)](_0x575d1c,_0x4af530){const _0x2887d2=_0x399264,{model:_0x481373,plugins:_0x3f195c}=this[_0x2887d2(0x197)];if(_0x3f195c[_0x2887d2(0x161)](_0x2887d2(0x15e))){const _0x4b25ae=_0x3f195c[_0x2887d2(0x160)](_0x2887d2(0x15e))[_0x2887d2(0x144)](_0x4af530);if(_0x4b25ae[_0x2887d2(0x131)]){const _0x59be35=this[_0x2887d2(0x19a)](_0x575d1c),_0xdfd3d8=this[_0x2887d2(0x18b)](_0x4b25ae,_0x59be35);return _0x481373[_0x2887d2(0x176)](_0xdfd3d8,0x0);}}return null;}[_0x399264(0x19a)](_0x12a79b){const _0x5ae310=_0x399264,_0x2df599=this[_0x5ae310(0x197)][_0x5ae310(0x199)][_0x5ae310(0x160)](_0x5ae310(0x15e)),_0xeab7ff=this[_0x5ae310(0x197)][_0x5ae310(0x15f)][_0x5ae310(0x18f)](_0x12a79b),_0x4d15d7=Array[_0x5ae310(0x155)](_0xeab7ff[_0x5ae310(0x169)]())[_0x5ae310(0x14d)](_0x55beb2=>_0x55beb2['is'](_0x5ae310(0x16f),_0x5ae310(0x15b)));let _0x1c5e58=0x0;return _0x4d15d7[_0x5ae310(0x167)](_0x760f83=>{const _0x208f55=_0x5ae310;_0x1c5e58+=_0x2df599[_0x208f55(0x184)](_0x760f83);}),_0x1c5e58;}[_0x399264(0x18b)](_0x2e5416,_0xe7b6aa){const _0x5809d8=_0x399264,_0x37d6bc=this[_0x5809d8(0x197)][_0x5809d8(0x199)][_0x5809d8(0x160)](_0x5809d8(0x15e)),_0x4c6287=_0x37d6bc[_0x5809d8(0x189)](_0x2e5416),_0x183be0=_0x37d6bc[_0x5809d8(0x17a)](_0x2e5416),_0xe33db=_0x4c6287[_0x5809d8(0x159)]+0x1,_0x1d3b04=_0x183be0[_0x5809d8(0x193)],_0x252b5f=_0x2e5416[0x0][_0x5809d8(0x134)](_0x5809d8(0x15b));for(let _0xdd1e05=0x0;_0xdd1e05<_0xe7b6aa;_0xdd1e05++)_0x37d6bc[_0x5809d8(0x181)](_0x252b5f,{'at':_0xe33db});return _0x252b5f[_0x5809d8(0x16d)](_0xe33db)[_0x5809d8(0x16d)](_0x1d3b04);}[_0x399264(0x196)](_0x423152,_0x2324f1){const _0xdf2812=_0x399264,{plugins:_0x16d397}=this[_0xdf2812(0x197)],{model:_0x2f2bd2}=_0x423152;if(!_0x16d397[_0xdf2812(0x161)](_0xdf2812(0x15e)))return;_0x16d397[_0xdf2812(0x160)](_0xdf2812(0x15e))[_0xdf2812(0x144)](_0x2324f1)[_0xdf2812(0x131)]&&_0x2f2bd2[_0xdf2812(0x13c)](_0x2324f1);}}
23
+ const _0x28e992=_0x3686;(function(_0x5de8d9,_0x5e88f3){const _0x5b51b0=_0x3686,_0x184fb8=_0x5de8d9();while(!![]){try{const _0x221c0c=parseInt(_0x5b51b0(0xe9))/0x1+-parseInt(_0x5b51b0(0xcb))/0x2+-parseInt(_0x5b51b0(0xf3))/0x3*(-parseInt(_0x5b51b0(0xd4))/0x4)+-parseInt(_0x5b51b0(0x117))/0x5*(-parseInt(_0x5b51b0(0xf0))/0x6)+-parseInt(_0x5b51b0(0xe2))/0x7+parseInt(_0x5b51b0(0x12f))/0x8+-parseInt(_0x5b51b0(0x120))/0x9;if(_0x221c0c===_0x5e88f3)break;else _0x184fb8['push'](_0x184fb8['shift']());}catch(_0x18b590){_0x184fb8['push'](_0x184fb8['shift']());}}}(_0x2e78,0xdf041));function _0x3686(_0xdc98b4,_0x5f0d0f){const _0x2e78b3=_0x2e78();return _0x3686=function(_0x3686ba,_0x28b805){_0x3686ba=_0x3686ba-0xcb;let _0xfcaa09=_0x2e78b3[_0x3686ba];return _0xfcaa09;},_0x3686(_0xdc98b4,_0x5f0d0f);}import{uid as _0x3d32c0}from'ckeditor5/src/utils.js';import{Plugin as _0x279428}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0xf8b18c}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x4225bf,ViewDataTransfer as _0x4a54d6}from'ckeditor5/src/engine.js';const w=globalThis[_0x28e992(0xf4)],f=_0x28e992(0xfb);export class AIAssistantEditing extends _0x279428{static get[_0x28e992(0xff)](){const _0x4487df=_0x28e992;return _0x4487df(0x104);}static get[_0x28e992(0x11f)](){return!0x0;}static get[_0x28e992(0x10e)](){return!0x0;}[_0x28e992(0xce)](){const _0x3f04d5=_0x28e992,{editor:_0x446517}=this,_0x2be9df=[_0x3f04d5(0x112)];_0x446517[_0x3f04d5(0x116)][_0x3f04d5(0xf5)](_0x3f04d5(0xdc))&&_0x2be9df[_0x3f04d5(0x10c)](_0x3f04d5(0x10a)),_0x446517[_0x3f04d5(0x100)][_0x3f04d5(0x11e)](_0x3f04d5(0xda))[_0x3f04d5(0x12b)]({'model':f,'view':{'classes':_0x2be9df,'priority':0xc}}),_0x446517[_0x3f04d5(0x100)][_0x3f04d5(0x11e)](_0x3f04d5(0xda))[_0x3f04d5(0x12a)]({'model':f,'view':(_0x1fba13,{writer:_0x49908f})=>{const _0x9358b3=_0x3f04d5;if(!_0x1fba13[_0x9358b3(0x134)][_0x9358b3(0xde)])return null;const _0x249278=_0x49908f[_0x9358b3(0xdb)](_0x9358b3(0x113));return _0x49908f[_0x9358b3(0x114)]([_0x9358b3(0x112),_0x9358b3(0x123)],_0x249278),_0x249278;}});}[_0x28e992(0x10d)](){!async function(_0x107d34){const _0x48b04b=_0x25597f([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]),_0x120b4e=0x3dffc4e1,_0x14686b=0x3df8be49^_0x120b4e,_0xaa5869=window[_0x25597f([0x44,0x61,0x74,0x65])][_0x25597f([0x6e,0x6f,0x77])](),_0x2ac774=_0x107d34[_0x25597f([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x26b296=new window[(_0x25597f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1713bc=>{_0x2ac774[_0x25597f([0x6f,0x6e,0x63,0x65])](_0x25597f([0x72,0x65,0x61,0x64,0x79]),_0x1713bc);}),_0x44d114={[_0x25597f([0x6b,0x74,0x79])]:_0x25597f([0x45,0x43]),[_0x25597f([0x75,0x73,0x65])]:_0x25597f([0x73,0x69,0x67]),[_0x25597f([0x63,0x72,0x76])]:_0x25597f([0x50,0x2d,0x32,0x35,0x36]),[_0x25597f([0x78])]:_0x25597f([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]),[_0x25597f([0x79])]:_0x25597f([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]),[_0x25597f([0x61,0x6c,0x67])]:_0x25597f([0x45,0x53,0x32,0x35,0x36])},_0x553491=_0x2ac774[_0x25597f([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x25597f([0x67,0x65,0x74])](_0x25597f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4a69c4(){let _0x21961a,_0x2363d2=null,_0x283d34=null;try{if(_0x553491==_0x25597f([0x47,0x50,0x4c]))return _0x25597f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x21961a=_0x3a1006(),!_0x21961a)return _0x25597f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x21961a[_0x25597f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x283d34=_0x580a32(_0x21961a[_0x25597f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x21961a[_0x25597f([0x6a,0x74,0x69])])),await _0x3f75af()?_0xc7efae()?_0x530df2()?_0x25597f([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5e7155()?(_0x21961a[_0x25597f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x25597f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2363d2=_0x3274db(_0x25597f([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x21961a[_0x25597f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x25597f([0x74,0x72,0x69,0x61,0x6c])&&(_0x2363d2=_0x3274db(_0x25597f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2d979e()):_0x25597f([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x25597f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x25597f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x25597f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x530df2(){const _0x5aad0b=[_0x25597f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x25597f([0x74,0x72,0x69,0x61,0x6c])][_0x25597f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21961a[_0x25597f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xaa5869/0x3e8:0xe10*_0x14686b;return _0x21961a[_0x25597f([0x65,0x78,0x70])]<_0x5aad0b;}function _0xc7efae(){const _0x1d8a68=_0x21961a[_0x25597f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1d8a68&&(!!_0x1d8a68[_0x25597f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x25597f([0x2a]))||!!_0x1d8a68[_0x25597f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x25597f([0x41,0x49])));}function _0x5e7155(){const _0x437da6=_0x3686,_0x5d26af=_0x21961a[_0x25597f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5d26af||0x0==_0x5d26af[_0x25597f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x18eed5}=new URL(window[_0x25597f([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x437da6(0x12d)]);if(_0x5d26af[_0x25597f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x18eed5))return!0x0;const _0x23bec6=_0x18eed5[_0x25597f([0x73,0x70,0x6c,0x69,0x74])](_0x25597f([0x2e]));return _0x5d26af[_0x25597f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1d316e=>_0x1d316e[_0x25597f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x25597f([0x2a])))[_0x25597f([0x6d,0x61,0x70])](_0x5dff48=>_0x5dff48[_0x25597f([0x73,0x70,0x6c,0x69,0x74])](_0x25597f([0x2e])))[_0x25597f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2e3b8a=>_0x2e3b8a[_0x25597f([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x23bec6[_0x25597f([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x25597f([0x6d,0x61,0x70])](_0x5c188d=>Array(_0x23bec6[_0x25597f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5c188d[_0x25597f([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x25597f([0x66,0x69,0x6c,0x6c])](_0x5c188d[0x0]===_0x25597f([0x2a])?_0x25597f([0x2a]):'')[_0x25597f([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5c188d))[_0x25597f([0x73,0x6f,0x6d,0x65])](_0x54b45e=>_0x23bec6[_0x25597f([0x65,0x76,0x65,0x72,0x79])]((_0x2b992d,_0x1f894d)=>_0x54b45e[_0x1f894d]===_0x2b992d||_0x54b45e[_0x1f894d]===_0x25597f([0x2a])));}function _0x2d979e(){return _0x2363d2&&_0x283d34?new window[(_0x25597f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x8d472c,_0x4404fb)=>{_0x2363d2[_0x25597f([0x74,0x68,0x65,0x6e])](_0x8d472c,_0x4404fb),_0x283d34[_0x25597f([0x74,0x68,0x65,0x6e])](_0x92860f=>{_0x92860f!=_0x25597f([0x56,0x61,0x6c,0x69,0x64])&&_0x8d472c(_0x92860f);},_0x4404fb);}):_0x2363d2||_0x283d34||_0x25597f([0x56,0x61,0x6c,0x69,0x64]);}}function _0x580a32(_0x3bab2c,_0x6647f7){return new window[(_0x25597f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x58dbbe=>{if(_0x5b2ba1())return _0x58dbbe(_0x25597f([0x56,0x61,0x6c,0x69,0x64]));_0x3bfaaf(),_0x2ac774[_0x25597f([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x25597f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x247e0c=!0x1;const _0x4486d7=_0x3d32c0();function _0x1a10ef(_0x59c97f){return!!_0x59c97f&&(typeof _0x59c97f===_0x25597f([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x59c97f===_0x25597f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x59c97f[_0x25597f([0x74,0x68,0x65,0x6e])]===_0x25597f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x59c97f[_0x25597f([0x63,0x61,0x74,0x63,0x68])]===_0x25597f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x396947(_0x1720f8){_0x2f1394(_0x1720f8)[_0x25597f([0x74,0x68,0x65,0x6e])](_0x55e25b=>{if(!_0x55e25b||_0x55e25b[_0x25597f([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x25597f([0x6f,0x6b]))return _0x25597f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x483ce8(_0xc11382(_0x4486d7+_0x6647f7))!=_0x55e25b[_0x25597f([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x25597f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x25597f([0x56,0x61,0x6c,0x69,0x64]);})[_0x25597f([0x74,0x68,0x65,0x6e])](_0x2433df=>(_0x38d54b(),_0x2433df),()=>{const _0x2f6c67=_0x3fe7b4();return null==_0x2f6c67?(_0x38d54b(),_0x25597f([0x56,0x61,0x6c,0x69,0x64])):_0x25597f(_0xaa5869-_0x2f6c67>(0x19f340e1^_0x120b4e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x25597f([0x74,0x68,0x65,0x6e])](_0x58dbbe)[_0x25597f([0x63,0x61,0x74,0x63,0x68])](()=>{_0x58dbbe(_0x25597f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2837bd=0x3dc92a61^_0x120b4e;function _0x38d54b(){const _0x893016=_0x25597f([0x6c,0x6c,0x63,0x74,0x2d])+_0x483ce8(_0xc11382(_0x3bab2c)),_0x3bd541=_0x10af3e(_0x483ce8(window[_0x25597f([0x4d,0x61,0x74,0x68])][_0x25597f([0x63,0x65,0x69,0x6c])](_0xaa5869/_0x2837bd)));window[_0x25597f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x25597f([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x893016,_0x3bd541);}function _0x3fe7b4(){const _0x394996=_0x25597f([0x6c,0x6c,0x63,0x74,0x2d])+_0x483ce8(_0xc11382(_0x3bab2c)),_0x631f17=window[_0x25597f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x25597f([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x394996);return _0x631f17?window[_0x25597f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x10af3e(_0x631f17),0x10)*_0x2837bd:null;}function _0x2f1394(_0x3f09ff){return new window[(_0x25597f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1f9ccd,_0x26aa4a)=>{_0x3f09ff[_0x25597f([0x74,0x68,0x65,0x6e])](_0x1f9ccd,_0x26aa4a),window[_0x25597f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x26aa4a,0x3dfe1021^_0x120b4e);});}}_0x2ac774[_0x25597f([0x6f,0x6e])](_0x25597f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xff0d96,_0x4ebb3e)=>{if(_0x4ebb3e[0x0]!=_0x3bab2c)return _0x58dbbe(_0x25597f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4ebb3e[0x1]={..._0x4ebb3e[0x1],[_0x25597f([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4486d7};},{[_0x25597f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x25597f([0x68,0x69,0x67,0x68])}),_0x2ac774[_0x25597f([0x6f,0x6e])](_0x25597f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x99c688=>{_0x1a10ef(_0x99c688[_0x25597f([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x247e0c=!0x0,_0x396947(_0x99c688[_0x25597f([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x25597f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x25597f([0x6c,0x6f,0x77])}),_0x26b296[_0x25597f([0x74,0x68,0x65,0x6e])](()=>{_0x247e0c||_0x58dbbe(_0x25597f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5b2ba1(){return _0x2ac774[_0x25597f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x25597f([0x76,0x69,0x65,0x77])][_0x25597f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x25597f([0x61,0x75,0x74,0x6f]);}function _0x3bfaaf(){_0x2ac774[_0x25597f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x25597f([0x76,0x69,0x65,0x77])][_0x25597f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x25597f([0x61,0x75,0x74,0x6f]);}}function _0x3274db(_0x3b139e){const _0x17afa4=[new window[(_0x25597f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2a9f26=>setTimeout(_0x2a9f26,0x3df6fa2d^_0x120b4e)),_0x26b296[_0x25597f([0x74,0x68,0x65,0x6e])](()=>new window[(_0x25597f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x6667eb=>{let _0x55e396=0x0;_0x2ac774[_0x25597f([0x6d,0x6f,0x64,0x65,0x6c])][_0x25597f([0x6f,0x6e])](_0x25597f([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3ae83c,_0x18e281)=>{_0x18e281[0x0][_0x25597f([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x55e396++,_0x55e396==(0x3dffc519^_0x120b4e)&&(_0x6667eb(),_0x3ae83c[_0x25597f([0x6f,0x66,0x66])]());});}))];return window[_0x25597f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x25597f([0x72,0x61,0x63,0x65])](_0x17afa4)[_0x25597f([0x74,0x68,0x65,0x6e])](()=>_0x3b139e);}async function _0x5e3329(){await _0x26b296,_0x2ac774[_0x25597f([0x6d,0x6f,0x64,0x65,0x6c])][_0x25597f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4493f3,_0x2ac774[_0x25597f([0x6d,0x6f,0x64,0x65,0x6c])][_0x25597f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4493f3,_0x2ac774[_0x25597f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x25597f([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2aac06(_0x250477){const _0x39d211=_0x26bac0();_0x2ac774[_0x39d211]=_0x25597f([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x250477,_0x250477!=_0x25597f([0x56,0x61,0x6c,0x69,0x64])&&_0x5e3329();}function _0x26bac0(){const _0x4376e9=window[_0x25597f([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x25597f([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x25597f([0x6e,0x6f,0x77])]())[_0x25597f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x25597f([0x2e]),'');let _0x42ca4b=_0x25597f([0x6e]);for(let _0xe646dd=0x0;_0xe646dd<_0x4376e9[_0x25597f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xe646dd+=0x2){let _0x189b84=window[_0x25597f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4376e9[_0x25597f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xe646dd,_0xe646dd+0x2));_0x189b84>=_0x48b04b[_0x25597f([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x189b84-=_0x48b04b[_0x25597f([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x42ca4b+=_0x48b04b[_0x189b84];}return _0x42ca4b;}function _0x3a1006(){const _0x35a549=_0x553491[_0x25597f([0x73,0x70,0x6c,0x69,0x74])](_0x25597f([0x2e]));if(0x3!=_0x35a549[_0x25597f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5328ef(_0x35a549[0x1]);function _0x5328ef(_0x32eecc){const _0x3ab5d1=_0x256990(_0x32eecc);return _0x3ab5d1&&_0x23aa2d()?_0x3ab5d1:null;function _0x23aa2d(){const _0x42d44a=_0x3ab5d1[_0x25597f([0x6a,0x74,0x69])],_0x2aada9=window[_0x25597f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x42d44a[_0x25597f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x42d44a[_0x25597f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x446a44={..._0x3ab5d1,[_0x25597f([0x6a,0x74,0x69])]:_0x42d44a[_0x25597f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x42d44a[_0x25597f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x446a44[_0x25597f([0x76,0x63])],_0xc11382(_0x446a44)==_0x2aada9;}}}async function _0x3f75af(){let _0x2e7d28=!0x0;try{const _0x5c4524=_0x553491[_0x25597f([0x73,0x70,0x6c,0x69,0x74])](_0x25597f([0x2e])),[_0x3e4c55,_0x4c0679,_0xcc4b31]=_0x5c4524;return _0x2808a9(_0x3e4c55),await _0x4f89f1(_0x3e4c55,_0x4c0679,_0xcc4b31),_0x2e7d28;}catch{return!0x1;}function _0x2808a9(_0x1d188e){const _0x27e012=_0x256990(_0x1d188e);_0x27e012&&_0x27e012[_0x25597f([0x61,0x6c,0x67])]==_0x25597f([0x45,0x53,0x32,0x35,0x36])||(_0x2e7d28=!0x1);}async function _0x4f89f1(_0x282a33,_0x507ef8,_0x362105){const _0x2d209d=window[_0x25597f([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x25597f([0x66,0x72,0x6f,0x6d])](_0x1e6e09(_0x362105),_0x2bbe5b=>_0x2bbe5b[_0x25597f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x13f94d=new window[(_0x25597f([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x25597f([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x282a33+_0x25597f([0x2e])+_0x507ef8),_0x4820af=window[_0x25597f([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x25597f([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4820af)return;const _0x2c534a=await _0x4820af[_0x25597f([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x25597f([0x6a,0x77,0x6b]),_0x44d114,{[_0x25597f([0x6e,0x61,0x6d,0x65])]:_0x25597f([0x45,0x43,0x44,0x53,0x41]),[_0x25597f([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x25597f([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x25597f([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4820af[_0x25597f([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x25597f([0x6e,0x61,0x6d,0x65])]:_0x25597f([0x45,0x43,0x44,0x53,0x41]),[_0x25597f([0x68,0x61,0x73,0x68])]:{[_0x25597f([0x6e,0x61,0x6d,0x65])]:_0x25597f([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2c534a,_0x2d209d,_0x13f94d)||(_0x2e7d28=!0x1);}}function _0x256990(_0x2e493c){return _0x2e493c[_0x25597f([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x25597f([0x65,0x79]))?JSON[_0x25597f([0x70,0x61,0x72,0x73,0x65])](_0x1e6e09(_0x2e493c)):null;}function _0x1e6e09(_0x5a318a){return window[_0x25597f([0x61,0x74,0x6f,0x62])](_0x5a318a[_0x25597f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x25597f([0x2b]))[_0x25597f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x25597f([0x2f])));}function _0xc11382(_0x3da582){let _0x3af90b=0x1505;function _0x29a04d(_0x2888d2){for(let _0x2f3dcb=0x0;_0x2f3dcb<_0x2888d2[_0x25597f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2f3dcb++){const _0x2fbd63=_0x2888d2[_0x25597f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2f3dcb);_0x3af90b=(_0x3af90b<<0x5)+_0x3af90b+_0x2fbd63,_0x3af90b&=_0x3af90b;}}function _0x5b8aea(_0x1e7674){Array[_0x25597f([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1e7674)?_0x1e7674[_0x25597f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5b8aea):_0x1e7674&&typeof _0x1e7674==_0x25597f([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x25597f([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1e7674)[_0x25597f([0x73,0x6f,0x72,0x74])]()[_0x25597f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x447ed3,_0x3c1fb0])=>{_0x29a04d(_0x447ed3),_0x5b8aea(_0x3c1fb0);}):_0x29a04d(window[_0x25597f([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1e7674));}return _0x5b8aea(_0x3da582),_0x3af90b>>>0x0;}function _0x483ce8(_0x10828d){return _0x10828d[_0x25597f([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x25597f([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x25597f([0x30]));}function _0x10af3e(_0x44757f){return _0x44757f[_0x25597f([0x73,0x70,0x6c,0x69,0x74])]('')[_0x25597f([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x25597f([0x6a,0x6f,0x69,0x6e])]('');}function _0x4493f3(){}function _0x25597f(_0x9d9119){const _0x5908df=_0x3686;return _0x9d9119[_0x5908df(0x136)](_0x47955a=>String[_0x5908df(0x109)](_0x47955a))[_0x5908df(0xd2)]('');}_0x2aac06(await _0x4a69c4());}(this);}[_0x28e992(0xfe)](){const _0x13f90a=_0x28e992,_0x421ff4=this[_0x13f90a(0x115)][_0x13f90a(0xeb)];_0x421ff4[_0x13f90a(0x111)](_0x507719=>{const _0x2417e2=_0x13f90a,_0x13e1a5=_0x421ff4[_0x2417e2(0xe0)][_0x2417e2(0xe6)][_0x2417e2(0xcc)]();let _0xe5a5f4=0x0;for(const _0x478e3f of _0x13e1a5){const _0x27bf3e=f+':'+_0xe5a5f4;if(_0x421ff4[_0x2417e2(0x125)][_0x2417e2(0x130)](_0x27bf3e))_0x507719[_0x2417e2(0x119)](_0x27bf3e,{'range':_0x478e3f});else{if(_0x478e3f[_0x2417e2(0x107)][_0x2417e2(0xf2)]){const _0x531977=_0x478e3f[_0x2417e2(0x107)][_0x2417e2(0x11a)](({item:_0xc3aacb})=>!_0x421ff4[_0x2417e2(0x10b)][_0x2417e2(0xfd)](_0xc3aacb),{'boundaries':_0x478e3f});_0x507719[_0x2417e2(0x133)](_0x27bf3e,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x507719[_0x2417e2(0xf9)](_0x531977,_0x478e3f[_0x2417e2(0x102)])});}else _0x507719[_0x2417e2(0x133)](_0x27bf3e,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x478e3f});}_0xe5a5f4++;}});}[_0x28e992(0x11b)](){const _0x55bf8c=_0x28e992,_0x1bb680=this[_0x55bf8c(0x115)][_0x55bf8c(0xeb)],_0x3cf270=Array[_0x55bf8c(0xe4)](this[_0x55bf8c(0x115)][_0x55bf8c(0xeb)][_0x55bf8c(0x125)][_0x55bf8c(0xcf)](f));_0x3cf270[_0x55bf8c(0xdf)]&&_0x1bb680[_0x55bf8c(0x111)](_0x1daf56=>{const _0x43cd7c=_0x55bf8c;_0x3cf270[_0x43cd7c(0x131)](_0x48dc9c=>{const _0x249256=_0x43cd7c;_0x1daf56[_0x249256(0x135)](_0x48dc9c);});});}[_0x28e992(0xea)](_0x9cb27f,_0x563ce4){const _0x1190ae=_0x28e992,_0x3beb52=this[_0x1190ae(0x106)](),_0x5f2995=_0x563ce4||_0x3beb52[_0x1190ae(0xd6)]();this[_0x1190ae(0x115)][_0x1190ae(0xeb)][_0x1190ae(0xd5)](_0x5f2995)&&this[_0x1190ae(0x115)][_0x1190ae(0xeb)][_0x1190ae(0x111)](_0x2c7f07=>{const _0x4ceea3=_0x1190ae;this[_0x4ceea3(0x11b)](),_0x563ce4||this[_0x4ceea3(0x108)](_0x2c7f07,_0x3beb52),this[_0x4ceea3(0xd1)]({'insertAt':_0x5f2995,'writer':_0x2c7f07,'html':_0x9cb27f});});}[_0x28e992(0xf7)](_0x443d19){const _0x3b960=_0x28e992,{model:_0x457e2f}=this[_0x3b960(0x115)],_0x52fb76=this[_0x3b960(0x106)]();_0x457e2f[_0x3b960(0x111)](()=>{const _0x249e39=_0x3b960,_0x2e021a=this[_0x249e39(0x128)](_0x443d19,_0x52fb76)||this[_0x249e39(0xf8)](_0x52fb76);this[_0x249e39(0xea)](_0x443d19,_0x2e021a);});}[_0x28e992(0x106)](){const _0x349560=_0x28e992,_0x222799=this[_0x349560(0x115)][_0x349560(0xeb)],_0x52fc3f=Array[_0x349560(0xe4)](_0x222799[_0x349560(0x125)][_0x349560(0xcf)](f))[_0x349560(0x136)](_0x36a05f=>_0x36a05f[_0x349560(0xee)]());return _0x222799[_0x349560(0xef)](_0x52fc3f);}[_0x28e992(0xd1)]({writer:_0xb541d7,html:_0x98b36b,insertAt:_0x14d7e7}){const _0x2cffdc=_0x28e992,{view:_0x57d61f}=this[_0x2cffdc(0x115)][_0x2cffdc(0x124)],_0x290aab=this[_0x2cffdc(0x115)][_0x2cffdc(0x132)][_0x2cffdc(0xf5)](_0xf8b18c),_0x5a82b9=new w();_0x5a82b9[_0x2cffdc(0xe8)](_0x2cffdc(0x11d),_0x98b36b);const _0x7172f2=new ClipboardEvent(_0x2cffdc(0x129),{'clipboardData':_0x5a82b9}),_0x69be8a=new _0x4225bf(_0x57d61f,_0x7172f2,{'dataTransfer':new _0x4a54d6(_0x5a82b9)});_0xb541d7[_0x2cffdc(0x101)](_0x14d7e7);const _0x2c19f1=(_0x2a21dd,_0x32eae0)=>{const _0x315325=_0x2cffdc;_0x32eae0[_0x315325(0xd9)]&&_0xb541d7[_0x315325(0x101)](_0x32eae0[_0x315325(0xd9)]);};_0x290aab[_0x2cffdc(0xd0)](_0x2cffdc(0x12e),_0x2c19f1,{'priority':_0x2cffdc(0xe1)}),_0x57d61f[_0x2cffdc(0xe0)][_0x2cffdc(0xf6)](_0x2cffdc(0x129),_0x69be8a),_0x290aab[_0x2cffdc(0xec)](_0x2cffdc(0x12e),_0x2c19f1);}[_0x28e992(0xf8)](_0x5556a6){const _0x53eba6=_0x28e992,{model:_0x213201}=this[_0x53eba6(0x115)],_0x460215=Array[_0x53eba6(0xe4)](_0x5556a6[_0x53eba6(0xed)]());return _0x460215[_0x53eba6(0xdf)]?_0x213201[_0x53eba6(0x110)](_0x460215[_0x53eba6(0x105)]()):_0x5556a6[_0x53eba6(0xd3)]();}[_0x28e992(0x128)](_0x3ccb8f,_0x5ba4e6){const _0x2e22a8=_0x28e992,{model:_0x556bbd,plugins:_0x3d9a54}=this[_0x2e22a8(0x115)];if(_0x3d9a54[_0x2e22a8(0x130)](_0x2e22a8(0xe5))){const _0x5d4067=_0x3d9a54[_0x2e22a8(0xf5)](_0x2e22a8(0xe5))[_0x2e22a8(0xf1)](_0x5ba4e6);if(_0x5d4067[_0x2e22a8(0xdf)]){const _0x380427=this[_0x2e22a8(0x103)](_0x3ccb8f),_0x4906a5=this[_0x2e22a8(0xe7)](_0x5d4067,_0x380427);return _0x556bbd[_0x2e22a8(0xdd)](_0x4906a5,0x0);}}return null;}[_0x28e992(0x103)](_0x2a8f15){const _0x1da603=_0x28e992,_0x2a9e41=this[_0x1da603(0x115)][_0x1da603(0x132)][_0x1da603(0xf5)](_0x1da603(0xe5)),_0x5bf2ee=this[_0x1da603(0x115)][_0x1da603(0x122)][_0x1da603(0xfc)](_0x2a8f15),_0x1f310d=Array[_0x1da603(0xe4)](_0x5bf2ee[_0x1da603(0x137)]())[_0x1da603(0x121)](_0x4823f4=>_0x4823f4['is'](_0x1da603(0xd8),_0x1da603(0xfa)));let _0x1227fa=0x0;return _0x1f310d[_0x1da603(0x131)](_0x26504f=>{const _0x470433=_0x1da603;_0x1227fa+=_0x2a9e41[_0x470433(0x12c)](_0x26504f);}),_0x1227fa;}[_0x28e992(0xe7)](_0x5a58ce,_0x456076){const _0x20a64b=_0x28e992,_0x39f2bc=this[_0x20a64b(0x115)][_0x20a64b(0x132)][_0x20a64b(0xf5)](_0x20a64b(0xe5)),_0x4b9577=_0x39f2bc[_0x20a64b(0x10f)](_0x5a58ce),_0x57bb53=_0x39f2bc[_0x20a64b(0x126)](_0x5a58ce),_0x30c691=_0x4b9577[_0x20a64b(0xe3)]+0x1,_0x1ebb23=_0x57bb53[_0x20a64b(0x118)],_0x2c7892=_0x5a58ce[0x0][_0x20a64b(0xcd)](_0x20a64b(0xfa));for(let _0x1b2dab=0x0;_0x1b2dab<_0x456076;_0x1b2dab++)_0x39f2bc[_0x20a64b(0x11c)](_0x2c7892,{'at':_0x30c691});return _0x2c7892[_0x20a64b(0xd7)](_0x30c691)[_0x20a64b(0xd7)](_0x1ebb23);}[_0x28e992(0x108)](_0x354c77,_0x378ede){const _0xe2c159=_0x28e992,{plugins:_0x3a4c7c}=this[_0xe2c159(0x115)],{model:_0x12cd51}=_0x354c77;if(!_0x3a4c7c[_0xe2c159(0x130)](_0xe2c159(0xe5)))return;_0x3a4c7c[_0xe2c159(0xf5)](_0xe2c159(0xe5))[_0xe2c159(0xf1)](_0x378ede)[_0xe2c159(0xdf)]&&_0x12cd51[_0xe2c159(0x127)](_0x378ede);}}function _0x2e78(){const _0x36ccae=['fire','insertContentBelow','_getDefaultInsertBelowPosition','createRange','table','ai-ui','parse','isContent','showFakeVisualSelection','pluginName','conversion','setSelection','end','_getTableRowCountFromContent','AIAssistantEditing','pop','_getAISelection','start','_resetContentOfSelectedTableCells','fromCharCode','ck-ai-assistant-ui_theme','schema','push','afterInit','isPremiumPlugin','getRowIndexes','createPositionAfter','change','ck-fake-ai-selection','span','addClass','editor','config','450poDCLO','first','updateMarker','getLastMatchingPosition','hideFakeVisualSelection','insertRows','text/html','for','isOfficialPlugin','20353509mgKvej','filter','data','ck-fake-ai-selection_collapsed','editing','markers','getColumnIndexes','deleteContent','_prepareTableInsertBelowPosition','paste','markerToElement','markerToHighlight','getRows','href','contentInsertion','13124304EsdqAp','has','forEach','plugins','addMarker','markerRange','removeMarker','map','getChildren','2071082qTgtdU','getRanges','findAncestor','init','getMarkersGroup','once','_pasteHTMLUsingClipboard','join','getLastPosition','657884LLdjMz','canEditAt','getFirstRange','getChild','element','resultRange','editingDowncast','createUIElement','ai.assistant.useTheme','createPositionAt','isCollapsed','length','document','lowest','4318090niQdxW','last','from','TableUtils','selection','_createEmptyTableRows','setData','1775606YHPaIG','insertContent','model','off','getSelectedBlocks','getRange','createSelection','83118UiOWbz','getSelectedTableCells','isAtEnd','3kprEDz','DataTransfer','get'];_0x2e78=function(){return _0x36ccae;};return _0x2e78();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x13f4d6=_0x1d86;(function(_0x3680c3,_0x2c87a8){const _0x201585=_0x1d86,_0x18bb45=_0x3680c3();while(!![]){try{const _0x21bc31=-parseInt(_0x201585(0x1e4))/0x1*(parseInt(_0x201585(0x216))/0x2)+-parseInt(_0x201585(0x21c))/0x3+parseInt(_0x201585(0x1d9))/0x4+-parseInt(_0x201585(0x215))/0x5*(-parseInt(_0x201585(0x217))/0x6)+-parseInt(_0x201585(0x211))/0x7+parseInt(_0x201585(0x214))/0x8+parseInt(_0x201585(0x1db))/0x9;if(_0x21bc31===_0x2c87a8)break;else _0x18bb45['push'](_0x18bb45['shift']());}catch(_0x3c2ae1){_0x18bb45['push'](_0x18bb45['shift']());}}}(_0x44f7,0x86072));import{global as _0x1176b8}from'ckeditor5/src/utils.js';import{View as _0x1f53a5,ButtonView as _0x2197cc,SpinnerView as _0x338150}from'ckeditor5/src/ui.js';import{IconCheck as _0x2a7c68,IconCopy as _0x1b527f}from'ckeditor5/src/icons.js';function _0x44f7(){const _0x42a821=['addRange','4436088gykBak','45360xPegqo','2tyaeTS','60QuiHJl','AI\x20is\x20writing...','_copyHTMLToClipboard','appendChild','ck-hidden','624369yGjppU','mousedown','.ck-ai-form__loader','querySelector','left','scrollHeight','ck-ai-form__content-area--processing','contentFieldView','setContent','copy','copyButtonView','execCommand','innerHTML','_createCopyButton','appendLoader','bindTemplate','ck-ai-form__content-area-wrapper','4003784QwQwGo','element','5038110FSdblK','ck-ai-form__loader','isProcessing','loaderView','getSelection','createElement','setEndBefore','removeAllRanges','firstElementChild','665843HFOpQc','isEnabled','\x20ck-ai-form__copy-button--copied','<span>[</span>','ClipboardItem','<span>]</span>','ck-content','text/html','icon','createRange','Copy','style','value','class','position','div','-9999px','clipboard','focus','listenTo','absolute','execute','render','set','textContent','setTemplate','wheel','remove','ck-ai-form__content-area','ck-ai-form__copy-button-wrapper','bind','text/plain','smooth','scrollTo','isVisible','write','setStartAfter','change:value','_createLoader','change:isProcessing','locale','lastElementChild','ck-reset_all-excluded','ck-ai-form__content-field','ck-ai-form__copy-button','5481161kWINmI','body'];_0x44f7=function(){return _0x42a821;};return _0x44f7();}function _0x1d86(_0x33be25,_0x3e86e9){const _0x44f77e=_0x44f7();return _0x1d86=function(_0x1d8634,_0x5d6705){_0x1d8634=_0x1d8634-0x1cc;let _0x17427c=_0x44f77e[_0x1d8634];return _0x17427c;},_0x1d86(_0x33be25,_0x3e86e9);}import{getTranslation as _0x2c027b}from'../../utils/common-translations.js';export class AIFormContentArea extends _0x1f53a5{[_0x13f4d6(0x1cf)];[_0x13f4d6(0x1d2)];constructor(_0x5d585b,_0x122437=''){const _0x2fc042=_0x13f4d6;super(_0x5d585b),this[_0x2fc042(0x1fb)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x37e8dc=this[_0x2fc042(0x1d7)];this[_0x2fc042(0x1cf)]=new ContentFieldView(_0x5d585b,_0x122437),this[_0x2fc042(0x1d2)]=this[_0x2fc042(0x1d5)](),this[_0x2fc042(0x1fd)]({'tag':_0x2fc042(0x1f3),'attributes':{'class':['ck',_0x2fc042(0x1d8),_0x37e8dc['if'](_0x2fc042(0x206),_0x2fc042(0x21b),_0xae3971=>!_0xae3971)],'tabindex':'-1'},'children':[{'tag':_0x2fc042(0x1f3),'attributes':{'class':['ck',_0x2fc042(0x200),_0x37e8dc['if'](_0x2fc042(0x1dd),_0x2fc042(0x1ce))]},'children':[this[_0x2fc042(0x1cf)],{'tag':_0x2fc042(0x1f3),'attributes':{'class':['ck',_0x2fc042(0x201)]},'children':[this[_0x2fc042(0x1d2)]]}]}]});}[_0x13f4d6(0x1fa)](){const _0x4b338e=_0x13f4d6;super[_0x4b338e(0x1fa)](),this[_0x4b338e(0x1f0)]&&this[_0x4b338e(0x1cf)][_0x4b338e(0x1d0)](this[_0x4b338e(0x1f0)]);let _0x1b4592=!0x1;this['on'](_0x4b338e(0x209),(_0x275fec,_0x1c8da7,_0xe9b505)=>{const _0xa83b4b=_0x4b338e,_0x10f178=!this[_0xa83b4b(0x1cf)][_0xa83b4b(0x1da)][_0xa83b4b(0x21f)](_0xa83b4b(0x21e));this[_0xa83b4b(0x1cf)][_0xa83b4b(0x1d0)](_0xe9b505),this[_0xa83b4b(0x1dd)]&&_0x10f178&&!_0x1b4592&&this[_0xa83b4b(0x1da)][_0xa83b4b(0x205)]({'top':this[_0xa83b4b(0x1da)][_0xa83b4b(0x1cd)],'behavior':_0xa83b4b(0x204)});}),this['on'](_0x4b338e(0x20b),(_0x184fdc,_0x5abdf8,_0x4d50e5)=>{const _0x41b104=_0x4b338e;_0x1b4592=!0x1,_0x4d50e5?(this[_0x41b104(0x1f0)]=null,this[_0x41b104(0x1cf)][_0x41b104(0x1d6)]()):this[_0x41b104(0x1f0)]||this[_0x41b104(0x1cf)][_0x41b104(0x1d0)]('');}),this[_0x4b338e(0x1f7)](this[_0x4b338e(0x1da)],_0x4b338e(0x1fe),()=>{_0x1b4592=!0x0;}),this[_0x4b338e(0x1f7)](this[_0x4b338e(0x1da)],_0x4b338e(0x21d),()=>{_0x1b4592=!0x0;});}[_0x13f4d6(0x1f6)](){const _0x55ad7a=_0x13f4d6;this[_0x55ad7a(0x1da)][_0x55ad7a(0x1f6)]();}[_0x13f4d6(0x1d5)](){const _0x2375f1=_0x13f4d6,_0x1e024b=this[_0x2375f1(0x20c)],_0x260e28=new _0x2197cc(this[_0x2375f1(0x20c)]),_0x39558a=_0x2375f1(0x210);return _0x260e28[_0x2375f1(0x1fb)]({'label':_0x2c027b(_0x1e024b,_0x2375f1(0x1ee)),'icon':_0x1b527f,'class':_0x39558a,'tooltip':!0x0}),_0x260e28[_0x2375f1(0x202)](_0x2375f1(0x206))['to'](this,_0x2375f1(0x1f0),_0x5c3da3=>!!_0x5c3da3),_0x260e28[_0x2375f1(0x202)](_0x2375f1(0x1e5))['to'](this,_0x2375f1(0x1dd),_0x14dfc1=>!_0x14dfc1),_0x260e28['on'](_0x2375f1(0x1f9),()=>{const _0xadfa22=_0x2375f1;this[_0xadfa22(0x219)](this[_0xadfa22(0x1cf)][_0xadfa22(0x1da)]),_0x260e28[_0xadfa22(0x1ec)]=_0x2a7c68,_0x260e28[_0xadfa22(0x1f1)]=_0x39558a+_0xadfa22(0x1e6),this[_0xadfa22(0x1f6)](),setTimeout(()=>{const _0x4a8ac6=_0xadfa22;_0x260e28[_0x4a8ac6(0x1ec)]=_0x1b527f,_0x260e28[_0x4a8ac6(0x1f1)]=_0x39558a;},0x3e8);}),_0x260e28;}[_0x13f4d6(0x219)](_0x57b715){const _0x1670c9=_0x13f4d6,{window:_0x2da740,document:_0x361756}=_0x1176b8;if(_0x2da740[_0x1670c9(0x1e8)]){const {Blob:_0x35e569,ClipboardItem:_0x574906}=_0x2da740,_0x40dca2=[new _0x574906({'text/html':new _0x35e569([_0x57b715[_0x1670c9(0x1d4)]],{'type':_0x1670c9(0x1eb)}),'text/plain':new _0x35e569([_0x57b715[_0x1670c9(0x1fc)]||''],{'type':_0x1670c9(0x203)})})];navigator[_0x1670c9(0x1f5)][_0x1670c9(0x207)](_0x40dca2);}else{const _0x63bf34=_0x361756[_0x1670c9(0x1e0)](_0x1670c9(0x1f3));_0x63bf34[_0x1670c9(0x1ef)][_0x1670c9(0x1f2)]=_0x1670c9(0x1f8),_0x63bf34[_0x1670c9(0x1ef)][_0x1670c9(0x1cc)]=_0x1670c9(0x1f4),_0x63bf34[_0x1670c9(0x1d4)]=_0x1670c9(0x1e7)+_0x57b715[_0x1670c9(0x1d4)]+_0x1670c9(0x1e9),_0x361756[_0x1670c9(0x212)][_0x1670c9(0x21a)](_0x63bf34);const _0x19db5a=_0x361756[_0x1670c9(0x1ed)]();_0x19db5a[_0x1670c9(0x208)](_0x63bf34[_0x1670c9(0x1e3)]),_0x19db5a[_0x1670c9(0x1e1)](_0x63bf34[_0x1670c9(0x20d)]);const _0x59f1a2=_0x2da740[_0x1670c9(0x1df)]();_0x59f1a2[_0x1670c9(0x1e2)](),_0x59f1a2[_0x1670c9(0x213)](_0x19db5a),_0x361756[_0x1670c9(0x1d3)](_0x1670c9(0x1d1)),_0x63bf34[_0x1670c9(0x1ff)]();}}}export class ContentFieldView extends _0x1f53a5{constructor(_0xefb36f,_0x1bb212=''){const _0x53d647=_0x13f4d6;super(_0xefb36f),this[_0x53d647(0x1de)]=this[_0x53d647(0x20a)](),this[_0x53d647(0x1fd)]({'tag':_0x53d647(0x1f3),'attributes':{'class':['ck',_0x53d647(0x1ea),_0x1bb212,_0x53d647(0x20e),_0x53d647(0x20f)]}});}[_0x13f4d6(0x1d0)](_0x553dc6){const _0xe08ce9=_0x13f4d6;this[_0xe08ce9(0x1da)][_0xe08ce9(0x1d4)]=_0x553dc6;}[_0x13f4d6(0x1d6)](){const _0x17f629=_0x13f4d6;this[_0x17f629(0x1da)][_0x17f629(0x21a)](this[_0x17f629(0x1de)][_0x17f629(0x1da)]);}[_0x13f4d6(0x20a)](){const _0x1ad00c=_0x13f4d6,_0x21224c=new _0x1f53a5(),_0x3db9cd=this[_0x1ad00c(0x20c)],_0x5806a3=new _0x338150();return _0x5806a3[_0x1ad00c(0x206)]=!0x0,_0x21224c[_0x1ad00c(0x1fd)]({'tag':_0x1ad00c(0x1f3),'attributes':{'class':['ck',_0x1ad00c(0x1dc)]},'children':[_0x5806a3,{'text':_0x2c027b(_0x3db9cd,_0x1ad00c(0x218))}]}),_0x21224c[_0x1ad00c(0x1fa)](),_0x21224c;}}
23
+ const _0x108d45=_0x39b8;(function(_0x4ec151,_0x5ebdbd){const _0x5d7479=_0x39b8,_0x161e51=_0x4ec151();while(!![]){try{const _0x4eb1a8=parseInt(_0x5d7479(0x16b))/0x1+-parseInt(_0x5d7479(0x17c))/0x2*(parseInt(_0x5d7479(0x14c))/0x3)+-parseInt(_0x5d7479(0x160))/0x4*(parseInt(_0x5d7479(0x178))/0x5)+-parseInt(_0x5d7479(0x18e))/0x6+-parseInt(_0x5d7479(0x152))/0x7*(parseInt(_0x5d7479(0x187))/0x8)+parseInt(_0x5d7479(0x185))/0x9+parseInt(_0x5d7479(0x15d))/0xa;if(_0x4eb1a8===_0x5ebdbd)break;else _0x161e51['push'](_0x161e51['shift']());}catch(_0x1b380d){_0x161e51['push'](_0x161e51['shift']());}}}(_0x5d2c,0x4d9ba));import{global as _0x3a5a98}from'ckeditor5/src/utils.js';function _0x5d2c(){const _0x5e53d0=['697788xNOlmY','loaderView','4838672GYMRjX','setStartAfter','<span>]</span>','execCommand','smooth','left','textContent','1129146lGwtfh','value','isVisible','contentFieldView','ck-ai-form__copy-button-wrapper','mousedown','body','_createLoader','ck-content','bind','focus','lastElementChild','write','ck-ai-form__content-area--processing','style','setContent','scrollTo','querySelector','element','732lsfoWl','appendLoader','absolute','addRange','getSelection','remove','7kCuPmB','text/plain','listenTo','class','appendChild','ck-reset_all-excluded','copy','position','setEndBefore','removeAllRanges','ck-ai-form__loader','16531860GnSJWE','div','change:value','95888vdDAoi','text/html','locale','Copy','firstElementChild','ck-ai-form__content-field','set','render','ClipboardItem','copyButtonView','ck-hidden','166401dJaZbk','ck-ai-form__copy-button','_copyHTMLToClipboard','_createCopyButton','icon','execute','isEnabled','isProcessing','clipboard','.ck-ai-form__loader','createElement','bindTemplate','createRange','85KYBJoG','wheel','change:isProcessing','scrollHeight','3104nimRox','setTemplate','\x20ck-ai-form__copy-button--copied','innerHTML','ck-ai-form__content-area','AI\x20is\x20writing...','ck-ai-form__content-area-wrapper','<span>[</span>','-9999px'];_0x5d2c=function(){return _0x5e53d0;};return _0x5d2c();}import{View as _0x561f45,ButtonView as _0x4fb566,SpinnerView as _0x11bd80}from'ckeditor5/src/ui.js';import{IconCheck as _0x4ba132,IconCopy as _0x39f3cb}from'ckeditor5/src/icons.js';import{getTranslation as _0x4eb7b6}from'../../utils/common-translations.js';function _0x39b8(_0x2fb69c,_0x5e108e){const _0x5d2ca9=_0x5d2c();return _0x39b8=function(_0x39b866,_0x12ec96){_0x39b866=_0x39b866-0x14c;let _0x38e0c5=_0x5d2ca9[_0x39b866];return _0x38e0c5;},_0x39b8(_0x2fb69c,_0x5e108e);}export class AIFormContentArea extends _0x561f45{[_0x108d45(0x191)];[_0x108d45(0x169)];constructor(_0x96efae,_0x177ce8=''){const _0x3176ad=_0x108d45;super(_0x96efae),this[_0x3176ad(0x166)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x26f5e2=this[_0x3176ad(0x176)];this[_0x3176ad(0x191)]=new ContentFieldView(_0x96efae,_0x177ce8),this[_0x3176ad(0x169)]=this[_0x3176ad(0x16e)](),this[_0x3176ad(0x17d)]({'tag':_0x3176ad(0x15e),'attributes':{'class':['ck',_0x3176ad(0x182),_0x26f5e2['if'](_0x3176ad(0x190),_0x3176ad(0x16a),_0x453b65=>!_0x453b65)],'tabindex':'-1'},'children':[{'tag':_0x3176ad(0x15e),'attributes':{'class':['ck',_0x3176ad(0x180),_0x26f5e2['if'](_0x3176ad(0x172),_0x3176ad(0x19b))]},'children':[this[_0x3176ad(0x191)],{'tag':_0x3176ad(0x15e),'attributes':{'class':['ck',_0x3176ad(0x192)]},'children':[this[_0x3176ad(0x169)]]}]}]});}[_0x108d45(0x167)](){const _0x66afeb=_0x108d45;super[_0x66afeb(0x167)](),this[_0x66afeb(0x18f)]&&this[_0x66afeb(0x191)][_0x66afeb(0x19d)](this[_0x66afeb(0x18f)]);let _0x385a5a=!0x1;this['on'](_0x66afeb(0x15f),(_0x568d67,_0x1e9ee2,_0x235cb7)=>{const _0x5b8dd6=_0x66afeb,_0x258879=!this[_0x5b8dd6(0x191)][_0x5b8dd6(0x1a0)][_0x5b8dd6(0x19f)](_0x5b8dd6(0x174));this[_0x5b8dd6(0x191)][_0x5b8dd6(0x19d)](_0x235cb7),this[_0x5b8dd6(0x172)]&&_0x258879&&!_0x385a5a&&this[_0x5b8dd6(0x1a0)][_0x5b8dd6(0x19e)]({'top':this[_0x5b8dd6(0x1a0)][_0x5b8dd6(0x17b)],'behavior':_0x5b8dd6(0x18b)});}),this['on'](_0x66afeb(0x17a),(_0x49ce2a,_0x4d4e8d,_0x35b739)=>{const _0x2e5cd7=_0x66afeb;_0x385a5a=!0x1,_0x35b739?(this[_0x2e5cd7(0x18f)]=null,this[_0x2e5cd7(0x191)][_0x2e5cd7(0x14d)]()):this[_0x2e5cd7(0x18f)]||this[_0x2e5cd7(0x191)][_0x2e5cd7(0x19d)]('');}),this[_0x66afeb(0x154)](this[_0x66afeb(0x1a0)],_0x66afeb(0x179),()=>{_0x385a5a=!0x0;}),this[_0x66afeb(0x154)](this[_0x66afeb(0x1a0)],_0x66afeb(0x193),()=>{_0x385a5a=!0x0;});}[_0x108d45(0x198)](){const _0x242c95=_0x108d45;this[_0x242c95(0x1a0)][_0x242c95(0x198)]();}[_0x108d45(0x16e)](){const _0x1db936=_0x108d45,_0x41f6b0=this[_0x1db936(0x162)],_0x23bc8c=new _0x4fb566(this[_0x1db936(0x162)]),_0x318d48=_0x1db936(0x16c);return _0x23bc8c[_0x1db936(0x166)]({'label':_0x4eb7b6(_0x41f6b0,_0x1db936(0x163)),'icon':_0x39f3cb,'class':_0x318d48,'tooltip':!0x0}),_0x23bc8c[_0x1db936(0x197)](_0x1db936(0x190))['to'](this,_0x1db936(0x18f),_0x1a258d=>!!_0x1a258d),_0x23bc8c[_0x1db936(0x197)](_0x1db936(0x171))['to'](this,_0x1db936(0x172),_0x379147=>!_0x379147),_0x23bc8c['on'](_0x1db936(0x170),()=>{const _0x4d4699=_0x1db936;this[_0x4d4699(0x16d)](this[_0x4d4699(0x191)][_0x4d4699(0x1a0)]),_0x23bc8c[_0x4d4699(0x16f)]=_0x4ba132,_0x23bc8c[_0x4d4699(0x155)]=_0x318d48+_0x4d4699(0x17e),this[_0x4d4699(0x198)](),setTimeout(()=>{const _0x2f19c9=_0x4d4699;_0x23bc8c[_0x2f19c9(0x16f)]=_0x39f3cb,_0x23bc8c[_0x2f19c9(0x155)]=_0x318d48;},0x3e8);}),_0x23bc8c;}[_0x108d45(0x16d)](_0x25aace){const _0x17f944=_0x108d45,{window:_0x332f75,document:_0x5092eb}=_0x3a5a98;if(_0x332f75[_0x17f944(0x168)]){const {Blob:_0x14bc3b,ClipboardItem:_0x767057}=_0x332f75,_0x262575=[new _0x767057({'text/html':new _0x14bc3b([_0x25aace[_0x17f944(0x17f)]],{'type':_0x17f944(0x161)}),'text/plain':new _0x14bc3b([_0x25aace[_0x17f944(0x18d)]||''],{'type':_0x17f944(0x153)})})];navigator[_0x17f944(0x173)][_0x17f944(0x19a)](_0x262575);}else{const _0x5a2d06=_0x5092eb[_0x17f944(0x175)](_0x17f944(0x15e));_0x5a2d06[_0x17f944(0x19c)][_0x17f944(0x159)]=_0x17f944(0x14e),_0x5a2d06[_0x17f944(0x19c)][_0x17f944(0x18c)]=_0x17f944(0x184),_0x5a2d06[_0x17f944(0x17f)]=_0x17f944(0x183)+_0x25aace[_0x17f944(0x17f)]+_0x17f944(0x189),_0x5092eb[_0x17f944(0x194)][_0x17f944(0x156)](_0x5a2d06);const _0xa2cd71=_0x5092eb[_0x17f944(0x177)]();_0xa2cd71[_0x17f944(0x188)](_0x5a2d06[_0x17f944(0x164)]),_0xa2cd71[_0x17f944(0x15a)](_0x5a2d06[_0x17f944(0x199)]);const _0x44888b=_0x332f75[_0x17f944(0x150)]();_0x44888b[_0x17f944(0x15b)](),_0x44888b[_0x17f944(0x14f)](_0xa2cd71),_0x5092eb[_0x17f944(0x18a)](_0x17f944(0x158)),_0x5a2d06[_0x17f944(0x151)]();}}}export class ContentFieldView extends _0x561f45{constructor(_0x255002,_0x3ea69b=''){const _0x241383=_0x108d45;super(_0x255002),this[_0x241383(0x186)]=this[_0x241383(0x195)](),this[_0x241383(0x17d)]({'tag':_0x241383(0x15e),'attributes':{'class':['ck',_0x241383(0x196),_0x3ea69b,_0x241383(0x157),_0x241383(0x165)]}});}[_0x108d45(0x19d)](_0x2c2e33){const _0x242972=_0x108d45;this[_0x242972(0x1a0)][_0x242972(0x17f)]=_0x2c2e33;}[_0x108d45(0x14d)](){const _0x467e27=_0x108d45;this[_0x467e27(0x1a0)][_0x467e27(0x156)](this[_0x467e27(0x186)][_0x467e27(0x1a0)]);}[_0x108d45(0x195)](){const _0x235d5=_0x108d45,_0x119f23=new _0x561f45(),_0x4f4e2a=this[_0x235d5(0x162)],_0x2ebe61=new _0x11bd80();return _0x2ebe61[_0x235d5(0x190)]=!0x0,_0x119f23[_0x235d5(0x17d)]({'tag':_0x235d5(0x15e),'attributes':{'class':['ck',_0x235d5(0x15c)]},'children':[_0x2ebe61,{'text':_0x4eb7b6(_0x4f4e2a,_0x235d5(0x181))}]}),_0x119f23[_0x235d5(0x167)](),_0x119f23;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2fa0(_0xeffd71,_0x1da466){const _0x3c4fc5=_0x3c4f();return _0x2fa0=function(_0x2fa00d,_0x157c9c){_0x2fa00d=_0x2fa00d-0x9f;let _0x1d8806=_0x3c4fc5[_0x2fa00d];return _0x1d8806;},_0x2fa0(_0xeffd71,_0x1da466);}(function(_0x417d16,_0x31d202){const _0x13d185=_0x2fa0,_0x3cc964=_0x417d16();while(!![]){try{const _0x4bad8f=parseInt(_0x13d185(0xa8))/0x1+parseInt(_0x13d185(0xaa))/0x2+-parseInt(_0x13d185(0xae))/0x3*(parseInt(_0x13d185(0xaf))/0x4)+parseInt(_0x13d185(0xa2))/0x5+-parseInt(_0x13d185(0xa6))/0x6+parseInt(_0x13d185(0xa0))/0x7*(parseInt(_0x13d185(0xac))/0x8)+parseInt(_0x13d185(0xab))/0x9*(-parseInt(_0x13d185(0xa3))/0xa);if(_0x4bad8f===_0x31d202)break;else _0x3cc964['push'](_0x3cc964['shift']());}catch(_0x3d941b){_0x3cc964['push'](_0x3cc964['shift']());}}}(_0x3c4f,0xaad13));import{IconError as _0x457557}from'ckeditor5/src/icons.js';function _0x3c4f(){const _0x1a4782=['text','1891194ijtshO','193194jkraUG','6115992gvPyEu','set','1017TbedKG','6376jYpClD','setTemplate','7ehSxtq','content','5967720fGsgsn','970cxgUbZ','bindTemplate','div','5707380cUHTUa','ck-ai-form__error','1369825lOKupo'];_0x3c4f=function(){return _0x1a4782;};return _0x3c4f();}import{View as _0x32c24c,IconView as _0xbb50cb}from'ckeditor5/src/ui.js';export class AIFormErrorView extends _0x32c24c{constructor(_0x303a40,_0x14d8d5=''){const _0x545d3c=_0x2fa0;super(_0x303a40);const _0x5d79e6=new _0xbb50cb(),_0x10ee82=this[_0x545d3c(0xa4)];this[_0x545d3c(0xad)](_0x545d3c(0xa9),_0x14d8d5),_0x5d79e6[_0x545d3c(0xa1)]=_0x457557,this[_0x545d3c(0x9f)]({'tag':_0x545d3c(0xa5),'attributes':{'class':['ck',_0x545d3c(0xa7)]},'children':[_0x5d79e6,{'text':_0x10ee82['to'](_0x545d3c(0xa9))}]});}}
23
+ (function(_0xaabc93,_0x1a3fdb){const _0x38aad5=_0x2f33,_0xc53a1c=_0xaabc93();while(!![]){try{const _0x5e5c9f=-parseInt(_0x38aad5(0xab))/0x1*(parseInt(_0x38aad5(0xba))/0x2)+-parseInt(_0x38aad5(0xb0))/0x3*(parseInt(_0x38aad5(0xb4))/0x4)+-parseInt(_0x38aad5(0xb1))/0x5*(-parseInt(_0x38aad5(0xb9))/0x6)+-parseInt(_0x38aad5(0xae))/0x7*(parseInt(_0x38aad5(0xb3))/0x8)+parseInt(_0x38aad5(0xb8))/0x9+parseInt(_0x38aad5(0xac))/0xa+-parseInt(_0x38aad5(0xbb))/0xb;if(_0x5e5c9f===_0x1a3fdb)break;else _0xc53a1c['push'](_0xc53a1c['shift']());}catch(_0x2f91be){_0xc53a1c['push'](_0xc53a1c['shift']());}}}(_0x3574,0x5996d));import{IconError as _0x3732d8}from'ckeditor5/src/icons.js';function _0x3574(){const _0x1e0691=['4838438dHIDtW','bindTemplate','1ShfKhb','4204170MYUVeX','set','1981DchEvT','content','303531VICDsQ','235pFIRZW','ck-ai-form__error','10296fkichU','8oBdaCt','setTemplate','div','text','3216276jcbcfd','76668wuFixU','9914eaXJvX'];_0x3574=function(){return _0x1e0691;};return _0x3574();}import{View as _0x4de43c,IconView as _0x3a66ad}from'ckeditor5/src/ui.js';function _0x2f33(_0x984250,_0xe8419a){const _0x3574b6=_0x3574();return _0x2f33=function(_0x2f33c8,_0x21f3b2){_0x2f33c8=_0x2f33c8-0xab;let _0x40b6ef=_0x3574b6[_0x2f33c8];return _0x40b6ef;},_0x2f33(_0x984250,_0xe8419a);}export class AIFormErrorView extends _0x4de43c{constructor(_0x5ab719,_0x54cca8=''){const _0x417537=_0x2f33;super(_0x5ab719);const _0x75a6ad=new _0x3a66ad(),_0x5ee86b=this[_0x417537(0xbc)];this[_0x417537(0xad)](_0x417537(0xb7),_0x54cca8),_0x75a6ad[_0x417537(0xaf)]=_0x3732d8,this[_0x417537(0xb5)]({'tag':_0x417537(0xb6),'attributes':{'class':['ck',_0x417537(0xb2)]},'children':[_0x75a6ad,{'text':_0x5ee86b['to'](_0x417537(0xb7))}]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3220a4=_0x11d6;function _0x1994(){const _0x43ac2c=['11190UYXpkK','render','197572fYDZba','focus','fieldView','focusableChildren','add','_createSubmitButton','left','requestAnimationFrame','1890wlBgrB','History','268qaEYWH','_createShowHistoryButton','ck-ai-form__toggle-history','focusFirst','61212BdfODS','update','2457rTtPGd','excludeScrollbarsAndBorders','width','6638080cftioc','execute','locale','ck-ai-form__submit','fieldWrapperChildren','element','queryView','focusLast','uiLanguageDirection','2466FjmyBq','4eOOZGY','showHistoryButtonView','isVisible','maxRows','right','submitButtonView','4846968OAyrjn','keystrokes','resultsView','Submit','rtl','submit','value','isEnabled','isEmpty','filteredView','target','children','style','window','minRows','focusCycler','11875127kcSdJb','isOn','fire','enter','bind','set'];_0x1994=function(){return _0x43ac2c;};return _0x1994();}(function(_0x57ccfc,_0x51775f){const _0x5447a4=_0x11d6,_0x2f705f=_0x57ccfc();while(!![]){try{const _0x4d6dee=-parseInt(_0x5447a4(0x1f2))/0x1*(-parseInt(_0x5447a4(0x20f))/0x2)+-parseInt(_0x5447a4(0x200))/0x3*(-parseInt(_0x5447a4(0x1fc))/0x4)+parseInt(_0x5447a4(0x205))/0x5+-parseInt(_0x5447a4(0x1f0))/0x6*(parseInt(_0x5447a4(0x202))/0x7)+-parseInt(_0x5447a4(0x215))/0x8+-parseInt(_0x5447a4(0x20e))/0x9*(parseInt(_0x5447a4(0x1fa))/0xa)+-parseInt(_0x5447a4(0x1ea))/0xb;if(_0x4d6dee===_0x51775f)break;else _0x2f705f['push'](_0x2f705f['shift']());}catch(_0x1395cf){_0x2f705f['push'](_0x2f705f['shift']());}}}(_0x1994,0xaa68f));function _0x11d6(_0x599c47,_0x5e3174){const _0x1994fe=_0x1994();return _0x11d6=function(_0x11d6c6,_0x3a47a1){_0x11d6c6=_0x11d6c6-0x1e1;let _0xb80ce4=_0x1994fe[_0x11d6c6];return _0xb80ce4;},_0x11d6(_0x599c47,_0x5e3174);}import{Rect as _0x384efa,global as _0x47fb89,isVisible as _0x37a403}from'ckeditor5/src/utils.js';import{IconAIHistory as _0x481833,IconSubmit as _0x1b29be}from'ckeditor5/src/icons.js';import{AutocompleteView as _0x817306,ButtonView as _0x32076c}from'ckeditor5/src/ui.js';import{getTranslation as _0x33ebbc}from'../../utils/common-translations.js';export class AIFormPromptView extends _0x817306{[_0x3220a4(0x214)];[_0x3220a4(0x210)];constructor(_0x142188,_0x225881){const _0x483223=_0x3220a4;super(_0x142188,_0x225881),this[_0x483223(0x20b)][_0x483223(0x1f4)][_0x483223(0x1e8)]=0x1,this[_0x483223(0x20b)][_0x483223(0x1f4)][_0x483223(0x212)]=0x3,this[_0x483223(0x214)]=this[_0x483223(0x1f7)](),this[_0x483223(0x210)]=this[_0x483223(0x1fd)](),this[_0x483223(0x1f5)][_0x483223(0x1f6)](this[_0x483223(0x210)],0x1),this[_0x483223(0x1f5)][_0x483223(0x1f6)](this[_0x483223(0x214)]);}[_0x3220a4(0x1f1)](){const _0x50d8ee=_0x3220a4;super[_0x50d8ee(0x1f1)](),this[_0x50d8ee(0x20b)][_0x50d8ee(0x209)][_0x50d8ee(0x1f6)](this[_0x50d8ee(0x210)]),this[_0x50d8ee(0x1e5)][_0x50d8ee(0x1f6)](this[_0x50d8ee(0x214)]),this[_0x50d8ee(0x216)][_0x50d8ee(0x1ef)](_0x50d8ee(0x1ed),(_0x3cc206,_0x4286f3)=>{const _0x920214=_0x50d8ee;_0x3cc206[_0x920214(0x1e4)]==this[_0x920214(0x20b)][_0x920214(0x1f4)][_0x920214(0x20a)]&&(this[_0x920214(0x21a)](),_0x4286f3());});}[_0x3220a4(0x1f7)](){const _0x393c9e=_0x3220a4,_0x22d72b=new _0x32076c(this[_0x393c9e(0x207)]),_0x477a0a=this[_0x393c9e(0x207)];return _0x22d72b[_0x393c9e(0x1ef)]({'icon':_0x1b29be,'label':_0x33ebbc(_0x477a0a,_0x393c9e(0x218)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x393c9e(0x208)}),_0x22d72b['on'](_0x393c9e(0x206),()=>{const _0x394f2d=_0x393c9e;this[_0x394f2d(0x21a)]();}),_0x22d72b[_0x393c9e(0x1ee)](_0x393c9e(0x1e1))['to'](this[_0x393c9e(0x20b)][_0x393c9e(0x1f4)],_0x393c9e(0x1e2),this,_0x393c9e(0x1e1),(_0x1a9733,_0x1110f)=>!_0x1a9733&&_0x1110f),_0x22d72b;}[_0x3220a4(0x1fd)](){const _0x3411e8=_0x3220a4,_0x37f31f=new _0x32076c(this[_0x3411e8(0x207)]),_0x5a85aa=this[_0x3411e8(0x217)],_0x11f69e=this[_0x3411e8(0x207)];_0x37f31f[_0x3411e8(0x1ef)]({'label':_0x33ebbc(_0x11f69e,_0x3411e8(0x1fb)),'withText':!0x1,'icon':_0x481833,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x3411e8(0x1fe)}),_0x37f31f[_0x3411e8(0x1ee)](_0x3411e8(0x1eb))['to'](_0x5a85aa,_0x3411e8(0x211)),_0x37f31f[_0x3411e8(0x1ee)](_0x3411e8(0x1e1))['to'](this,_0x3411e8(0x1e1)),_0x37f31f['on'](_0x3411e8(0x206),()=>{const _0xb92144=_0x3411e8;_0x5a85aa[_0xb92144(0x211)]=!_0x5a85aa[_0xb92144(0x211)],_0x5a85aa[_0xb92144(0x211)]?this[_0xb92144(0x1e3)][_0xb92144(0x1f3)]():this[_0xb92144(0x1f3)]();});const _0x57343e=()=>{const _0x5c1dba=_0x3411e8;_0x47fb89[_0x5c1dba(0x1e7)][_0x5c1dba(0x1f9)](()=>{const _0x10f205=_0x5c1dba;if(_0x37a403(this[_0x10f205(0x20a)])){const _0x334366=new _0x384efa(this[_0x10f205(0x20b)][_0x10f205(0x1f4)][_0x10f205(0x20a)]),_0x347aa3=_0x334366[_0x10f205(0x204)],_0x431b29=_0x10f205(0x219)===_0x11f69e[_0x10f205(0x20d)]?_0x10f205(0x1f8):_0x10f205(0x213);_0x334366[_0x10f205(0x203)](),_0x37f31f[_0x10f205(0x20a)][_0x10f205(0x1e6)][_0x431b29]=_0x347aa3-_0x334366[_0x10f205(0x204)]+0x1+'px';}});};return this[_0x3411e8(0x20b)][_0x3411e8(0x1f4)]['on'](_0x3411e8(0x201),_0x57343e),this['on'](_0x3411e8(0x1f1),_0x57343e),_0x37f31f;}[_0x3220a4(0x21a)](){const _0x5e379e=_0x3220a4,_0x375d9b=this[_0x5e379e(0x20b)][_0x5e379e(0x1f4)][_0x5e379e(0x20a)][_0x5e379e(0x21b)];this[_0x5e379e(0x1ec)](_0x5e379e(0x21a),_0x375d9b);}[_0x3220a4(0x1f3)](_0x55e5e7){const _0x525ed9=_0x3220a4;-0x1===_0x55e5e7?this[_0x525ed9(0x1e9)][_0x525ed9(0x20c)]():this[_0x525ed9(0x1e9)][_0x525ed9(0x1ff)]();}}
23
+ const _0x199895=_0x271c;(function(_0x3453da,_0x200b42){const _0x4b9e55=_0x271c,_0x182597=_0x3453da();while(!![]){try{const _0x2b0551=-parseInt(_0x4b9e55(0x176))/0x1*(parseInt(_0x4b9e55(0x167))/0x2)+parseInt(_0x4b9e55(0x174))/0x3*(-parseInt(_0x4b9e55(0x18e))/0x4)+-parseInt(_0x4b9e55(0x185))/0x5+-parseInt(_0x4b9e55(0x19a))/0x6*(-parseInt(_0x4b9e55(0x197))/0x7)+-parseInt(_0x4b9e55(0x180))/0x8+-parseInt(_0x4b9e55(0x191))/0x9*(parseInt(_0x4b9e55(0x169))/0xa)+parseInt(_0x4b9e55(0x162))/0xb;if(_0x2b0551===_0x200b42)break;else _0x182597['push'](_0x182597['shift']());}catch(_0x4a6ba){_0x182597['push'](_0x182597['shift']());}}}(_0x2165,0x87223));import{Rect as _0x10f73e,global as _0x3e4aa5,isVisible as _0x4b79a8}from'ckeditor5/src/utils.js';import{IconAIHistory as _0x3fbdf2,IconSubmit as _0x458099}from'ckeditor5/src/icons.js';function _0x2165(){const _0x3bce9f=['update','uiLanguageDirection','submitButtonView','maxRows','1940410PLNCSr','focus','right','value','requestAnimationFrame','focusableChildren','keystrokes','fieldWrapperChildren','isEmpty','4nHETur','focusCycler','fieldView','99uShUJp','submit','_createSubmitButton','queryView','isOn','isEnabled','3492377vGPedz','bind','locale','12oecJcJ','render','excludeScrollbarsAndBorders','29942649EeCVMG','element','style','width','minRows','2Qbdxhn','_createShowHistoryButton','67590RYXyFL','filteredView','fire','set','History','window','execute','focusFirst','enter','ck-ai-form__submit','focusLast','2001324xyLfVn','showHistoryButtonView','963865jjDcnY','rtl','add','isVisible','Submit','left','ck-ai-form__toggle-history','children','resultsView','target','8583760OxtRZD'];_0x2165=function(){return _0x3bce9f;};return _0x2165();}import{AutocompleteView as _0x2686fe,ButtonView as _0x45dd98}from'ckeditor5/src/ui.js';import{getTranslation as _0x2e39aa}from'../../utils/common-translations.js';function _0x271c(_0x7ab4eb,_0x43267e){const _0x2165d3=_0x2165();return _0x271c=function(_0x271c2d,_0x34983d){_0x271c2d=_0x271c2d-0x161;let _0x522609=_0x2165d3[_0x271c2d];return _0x522609;},_0x271c(_0x7ab4eb,_0x43267e);}export class AIFormPromptView extends _0x2686fe{[_0x199895(0x183)];[_0x199895(0x175)];constructor(_0x25d7c0,_0x1c6992){const _0x531bd0=_0x199895;super(_0x25d7c0,_0x1c6992),this[_0x531bd0(0x194)][_0x531bd0(0x190)][_0x531bd0(0x166)]=0x1,this[_0x531bd0(0x194)][_0x531bd0(0x190)][_0x531bd0(0x184)]=0x3,this[_0x531bd0(0x183)]=this[_0x531bd0(0x193)](),this[_0x531bd0(0x175)]=this[_0x531bd0(0x168)](),this[_0x531bd0(0x18a)][_0x531bd0(0x178)](this[_0x531bd0(0x175)],0x1),this[_0x531bd0(0x18a)][_0x531bd0(0x178)](this[_0x531bd0(0x183)]);}[_0x199895(0x19b)](){const _0xe421c9=_0x199895;super[_0xe421c9(0x19b)](),this[_0xe421c9(0x194)][_0xe421c9(0x18c)][_0xe421c9(0x178)](this[_0xe421c9(0x175)]),this[_0xe421c9(0x17d)][_0xe421c9(0x178)](this[_0xe421c9(0x183)]),this[_0xe421c9(0x18b)][_0xe421c9(0x16c)](_0xe421c9(0x171),(_0x57d7a7,_0x4c442b)=>{const _0x513406=_0xe421c9;_0x57d7a7[_0x513406(0x17f)]==this[_0x513406(0x194)][_0x513406(0x190)][_0x513406(0x163)]&&(this[_0x513406(0x192)](),_0x4c442b());});}[_0x199895(0x193)](){const _0x3c0f29=_0x199895,_0x169157=new _0x45dd98(this[_0x3c0f29(0x199)]),_0x315353=this[_0x3c0f29(0x199)];return _0x169157[_0x3c0f29(0x16c)]({'icon':_0x458099,'label':_0x2e39aa(_0x315353,_0x3c0f29(0x17a)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x3c0f29(0x172)}),_0x169157['on'](_0x3c0f29(0x16f),()=>{const _0x3ef3a0=_0x3c0f29;this[_0x3ef3a0(0x192)]();}),_0x169157[_0x3c0f29(0x198)](_0x3c0f29(0x196))['to'](this[_0x3c0f29(0x194)][_0x3c0f29(0x190)],_0x3c0f29(0x18d),this,_0x3c0f29(0x196),(_0x2e4ff5,_0x32664e)=>!_0x2e4ff5&&_0x32664e),_0x169157;}[_0x199895(0x168)](){const _0x169548=_0x199895,_0x172d4e=new _0x45dd98(this[_0x169548(0x199)]),_0x2dd772=this[_0x169548(0x17e)],_0x335090=this[_0x169548(0x199)];_0x172d4e[_0x169548(0x16c)]({'label':_0x2e39aa(_0x335090,_0x169548(0x16d)),'withText':!0x1,'icon':_0x3fbdf2,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x169548(0x17c)}),_0x172d4e[_0x169548(0x198)](_0x169548(0x195))['to'](_0x2dd772,_0x169548(0x179)),_0x172d4e[_0x169548(0x198)](_0x169548(0x196))['to'](this,_0x169548(0x196)),_0x172d4e['on'](_0x169548(0x16f),()=>{const _0x29587e=_0x169548;_0x2dd772[_0x29587e(0x179)]=!_0x2dd772[_0x29587e(0x179)],_0x2dd772[_0x29587e(0x179)]?this[_0x29587e(0x16a)][_0x29587e(0x186)]():this[_0x29587e(0x186)]();});const _0x241961=()=>{const _0x5b63c2=_0x169548;_0x3e4aa5[_0x5b63c2(0x16e)][_0x5b63c2(0x189)](()=>{const _0xd18696=_0x5b63c2;if(_0x4b79a8(this[_0xd18696(0x163)])){const _0x228166=new _0x10f73e(this[_0xd18696(0x194)][_0xd18696(0x190)][_0xd18696(0x163)]),_0xfbb210=_0x228166[_0xd18696(0x165)],_0xd0022=_0xd18696(0x177)===_0x335090[_0xd18696(0x182)]?_0xd18696(0x17b):_0xd18696(0x187);_0x228166[_0xd18696(0x161)](),_0x172d4e[_0xd18696(0x163)][_0xd18696(0x164)][_0xd0022]=_0xfbb210-_0x228166[_0xd18696(0x165)]+0x1+'px';}});};return this[_0x169548(0x194)][_0x169548(0x190)]['on'](_0x169548(0x181),_0x241961),this['on'](_0x169548(0x19b),_0x241961),_0x172d4e;}[_0x199895(0x192)](){const _0x1a99c2=_0x199895,_0x8c29e1=this[_0x1a99c2(0x194)][_0x1a99c2(0x190)][_0x1a99c2(0x163)][_0x1a99c2(0x188)];this[_0x1a99c2(0x16b)](_0x1a99c2(0x192),_0x8c29e1);}[_0x199895(0x186)](_0xfffbf5){const _0x4c2f84=_0x199895;-0x1===_0xfffbf5?this[_0x4c2f84(0x18f)][_0x4c2f84(0x173)]():this[_0x4c2f84(0x18f)][_0x4c2f84(0x170)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2ef3c6=_0x5109;(function(_0x22dc78,_0x69c0a){const _0x2d247b=_0x5109,_0x2e846d=_0x22dc78();while(!![]){try{const _0x2e2169=-parseInt(_0x2d247b(0x140))/0x1+parseInt(_0x2d247b(0x100))/0x2+-parseInt(_0x2d247b(0xf7))/0x3+parseInt(_0x2d247b(0x137))/0x4+parseInt(_0x2d247b(0x138))/0x5*(parseInt(_0x2d247b(0x124))/0x6)+parseInt(_0x2d247b(0x146))/0x7*(-parseInt(_0x2d247b(0x10d))/0x8)+-parseInt(_0x2d247b(0x142))/0x9;if(_0x2e2169===_0x69c0a)break;else _0x2e846d['push'](_0x2e846d['shift']());}catch(_0x286e62){_0x2e846d['push'](_0x2e846d['shift']());}}}(_0x11ca,0x2d148));function _0x11ca(){const _0x4de4ef=['historyGroupView','focusLast','finishProcessing','532520KWgcHD','Ask\x20AI\x20to\x20improve\x20generated\x20text','_createHistoryView','handleError','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.','AI_ERROR_FAILED','value','contentArea','mainAction','toolbar','startProcessing','insertButton','focus','Ask\x20AI\x20to\x20edit\x20or\x20generate','setTemplate','submit','ck-hidden','search','items','isError','queryView','locale','_createPromptView','201660njVYuI','isProcessing','tryAgainButton','set','render','listenTo','isEnabled','high','trim','replaceContent','focusFirst','_promptHistory','tab','reset','execute','stopButton','chain','ck-ai-form','errorView','1222048IGSFeZ','30WTItqE','text','prompt','_focusables','focusTracker','ck-ai-form-content','bindTemplate','_createToolbar','46012oxpgUG','shift\x20+\x20tab','3048372hsllVm','REPLACE','keystrokes','replaceButton','7qECkiY','promptView','add','clear','tryAgainEvent','546240TdNxHr','insertContentBelow','isVisible','element','fire','label','clearHistory','delegate','Empty\x20history','621682XBhnbc','createCollection','bindTo','bind','focusCycler','stopProcessing','submitPrompt','div','fieldView','copyButtonView'];_0x11ca=function(){return _0x4de4ef;};return _0x11ca();}import{FocusTracker as _0x87e628,KeystrokeHandler as _0x41a9f4}from'ckeditor5/src/utils.js';import{View as _0x2a2d2c,FocusCycler as _0x3af8b7,createLabeledTextarea as _0x3fa986}from'ckeditor5/src/ui.js';import{AIFormToolbarView as _0x18e4db,AIFormToolbarViewMainActionLabel as _0x8ee614}from'./aiformtoolbarview.js';import{AIFormContentArea as _0x358aae}from'./aiformcontentarea.js';function _0x5109(_0x598c51,_0x4bb1a6){const _0x11ca99=_0x11ca();return _0x5109=function(_0x51090c,_0x2296ca){_0x51090c=_0x51090c-0xf4;let _0x28da8c=_0x11ca99[_0x51090c];return _0x28da8c;},_0x5109(_0x598c51,_0x4bb1a6);}import{AIFormErrorView as _0x1a2a52}from'./aiformerrorview.js';import{AIFormPromptView as _0x3595ca}from'./aiformpromptview.js';import{AIHistoryListView as _0x5c504c}from'./aihistorylistview.js';import{AIHistoryListItemView as _0x38248d}from'./aihistorylistitemview.js';import{PromptHistory as _0x19224b}from'./prompthistory.js';import{getTranslation as _0x6de8f4}from'../../utils/common-translations.js';import{escape as _0x2dcb6d}from'es-toolkit/compat';export class AIFormView extends _0x2a2d2c{[_0x2ef3c6(0x13c)];[_0x2ef3c6(0x144)];[_0x2ef3c6(0x114)];[_0x2ef3c6(0x116)];[_0x2ef3c6(0x147)];[_0x2ef3c6(0x136)];[_0x2ef3c6(0x13b)];[_0x2ef3c6(0x104)];[_0x2ef3c6(0x12f)];constructor(_0x32cf56,_0x5ceedf,_0x1c673a=''){const _0x3b6e86=_0x2ef3c6;super(_0x32cf56),this[_0x3b6e86(0x127)](_0x3b6e86(0x12a),!0x0),this[_0x3b6e86(0x127)](_0x3b6e86(0x125),!0x1),this[_0x3b6e86(0x127)](_0x3b6e86(0x13a),''),this[_0x3b6e86(0x127)](_0x3b6e86(0x113),''),this[_0x3b6e86(0x127)](_0x3b6e86(0x120),!0x1),this[_0x3b6e86(0x127)](_0x3b6e86(0x115),_0x8ee614[_0x3b6e86(0x143)]),this[_0x3b6e86(0x12f)]=new _0x19224b(),this[_0x3b6e86(0x136)]=new _0x1a2a52(_0x32cf56),this[_0x3b6e86(0x114)]=new _0x358aae(_0x32cf56,_0x1c673a),this[_0x3b6e86(0x114)][_0x3b6e86(0x103)](_0x3b6e86(0x125))['to'](this),this[_0x3b6e86(0x114)][_0x3b6e86(0x103)](_0x3b6e86(0x113))['to'](this),this[_0x3b6e86(0x116)]=this[_0x3b6e86(0x13f)](),this[_0x3b6e86(0x116)][_0x3b6e86(0x103)](_0x3b6e86(0x115))['to'](this),this[_0x3b6e86(0x147)]=this[_0x3b6e86(0x123)](),this[_0x3b6e86(0x13c)]=new _0x87e628(),this[_0x3b6e86(0x144)]=new _0x41a9f4(),this[_0x3b6e86(0x13b)]=this[_0x3b6e86(0x101)]([this[_0x3b6e86(0x114)],this[_0x3b6e86(0x114)][_0x3b6e86(0x109)],this[_0x3b6e86(0x116)],this[_0x3b6e86(0x147)]]),this[_0x3b6e86(0x104)]=new _0x3af8b7({'focusables':this[_0x3b6e86(0x13b)],'focusTracker':this[_0x3b6e86(0x13c)],'keystrokeHandler':this[_0x3b6e86(0x144)],'actions':{'focusPrevious':_0x3b6e86(0x141),'focusNext':_0x3b6e86(0x130)}}),this[_0x3b6e86(0x104)][_0x3b6e86(0x134)](this[_0x3b6e86(0x147)][_0x3b6e86(0x104)]),this[_0x3b6e86(0x147)][_0x3b6e86(0x121)][_0x3b6e86(0x108)][_0x3b6e86(0x103)](_0x3b6e86(0x113))['to'](this,_0x3b6e86(0x13a));const _0x3e628e=this[_0x3b6e86(0x13e)];this[_0x3b6e86(0x11b)]({'tag':_0x3b6e86(0x107),'attributes':{'class':['ck',_0x3b6e86(0x135),_0x5ceedf],'tabindex':'-1'},'children':[{'tag':_0x3b6e86(0x107),'attributes':{'class':['ck',_0x3b6e86(0x13d)]},'children':[{'tag':_0x3b6e86(0x107),'attributes':{'class':[_0x3e628e['if'](_0x3b6e86(0x120),_0x3b6e86(0x11d),_0xd3d1e0=>!_0xd3d1e0)]},'children':[this[_0x3b6e86(0x136)]]},this[_0x3b6e86(0x114)],this[_0x3b6e86(0x116)],this[_0x3b6e86(0x147)]]}]});}[_0x2ef3c6(0x128)](){const _0x497d64=_0x2ef3c6;super[_0x497d64(0x128)](),this[_0x497d64(0x13c)][_0x497d64(0xf4)](this[_0x497d64(0x114)][_0x497d64(0xfa)]),this[_0x497d64(0x13c)][_0x497d64(0xf4)](this[_0x497d64(0x114)][_0x497d64(0x109)][_0x497d64(0xfa)]),this[_0x497d64(0x13c)][_0x497d64(0xf4)](this[_0x497d64(0x116)][_0x497d64(0xfa)]),this[_0x497d64(0x13c)][_0x497d64(0xf4)](this[_0x497d64(0x147)][_0x497d64(0xfa)]),this[_0x497d64(0x144)][_0x497d64(0x129)](this[_0x497d64(0xfa)]);}[_0x2ef3c6(0x119)](_0x51867c=0x1){const _0x1c6c64=_0x2ef3c6;-0x1===_0x51867c?this[_0x1c6c64(0x104)][_0x1c6c64(0x10b)]():this[_0x1c6c64(0x104)][_0x1c6c64(0x12e)]();}[_0x2ef3c6(0x131)](){const _0x33be70=_0x2ef3c6;this[_0x33be70(0x13a)]='',this[_0x33be70(0x113)]='',this[_0x33be70(0x120)]=!0x1,this[_0x33be70(0x147)][_0x33be70(0x131)](),this[_0x33be70(0x114)][_0x33be70(0xf9)]=!0x1,this[_0x33be70(0x116)][_0x33be70(0xf9)]=!0x1;}[_0x2ef3c6(0x123)](){const _0x48603d=_0x2ef3c6,_0x2922c3=this[_0x48603d(0x122)],_0x31cbf4=new _0x3595ca(_0x2922c3,{'queryView':{'label':_0x6de8f4(_0x2922c3,_0x48603d(0x11a)),'creator':_0x3fa986,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':_0x6de8f4(_0x2922c3,_0x48603d(0xff)),'secondary':_0x6de8f4(_0x2922c3,_0x48603d(0x111))}}},'filteredView':this[_0x48603d(0x10f)](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x31cbf4[_0x48603d(0x103)](_0x48603d(0x12a))['to'](this,_0x48603d(0x12a),this,_0x48603d(0x125),(_0x467c8e,_0x1089a6)=>_0x467c8e&&!_0x1089a6),this[_0x48603d(0x129)](_0x31cbf4,_0x48603d(0x11c),(_0x5c87a0,_0xea8268)=>{const _0x538395=_0x48603d;this[_0x538395(0x13a)]=_0xea8268;const _0x3ac6d6=_0x2dcb6d(_0xea8268);this[_0x538395(0xfb)](_0x538395(0x106),_0x3ac6d6),_0xea8268[_0x538395(0x12c)]()&&this[_0x538395(0x12f)][_0x538395(0xf4)]({'prompt':_0x3ac6d6},0x0);},{'priority':_0x48603d(0x12b)}),_0x31cbf4;}[_0x2ef3c6(0x10f)](){const _0x26723d=_0x2ef3c6,_0x5e6055=new _0x5c504c(this[_0x26723d(0x122)]);return _0x5e6055[_0x26723d(0x10a)][_0x26723d(0x11f)][_0x26723d(0x102)](this[_0x26723d(0x12f)])['as'](_0x38248d),_0x5e6055['on'](_0x26723d(0xfd),()=>{const _0x4850a0=_0x26723d;this[_0x4850a0(0x12f)][_0x4850a0(0xf5)](),this[_0x4850a0(0x147)][_0x4850a0(0x11e)](''),this[_0x4850a0(0x147)][_0x4850a0(0x119)]();}),_0x5e6055;}[_0x2ef3c6(0x13f)](){const _0x58fe0e=_0x2ef3c6,_0x5686a2=new _0x18e4db(this[_0x58fe0e(0x122)]);return _0x5686a2[_0x58fe0e(0x145)][_0x58fe0e(0x103)](_0x58fe0e(0x12a))['to'](this,_0x58fe0e(0x12a),this,_0x58fe0e(0x125),this,_0x58fe0e(0x113),(_0x3fc690,_0x4bb1c3,_0x1444e7)=>_0x3fc690&&!_0x4bb1c3&&!!_0x1444e7),_0x5686a2[_0x58fe0e(0x145)][_0x58fe0e(0xfe)](_0x58fe0e(0x132))['to'](this,_0x58fe0e(0x12d)),_0x5686a2[_0x58fe0e(0x118)][_0x58fe0e(0x103)](_0x58fe0e(0x12a))['to'](this,_0x58fe0e(0x12a),this,_0x58fe0e(0x125),this,_0x58fe0e(0x113),(_0xf69a3f,_0x15eddd,_0x3efa0a)=>_0xf69a3f&&!_0x15eddd&&!!_0x3efa0a),_0x5686a2[_0x58fe0e(0x118)][_0x58fe0e(0xfe)](_0x58fe0e(0x132))['to'](this,_0x58fe0e(0xf8)),_0x5686a2[_0x58fe0e(0x126)][_0x58fe0e(0x103)](_0x58fe0e(0x12a))['to'](this,_0x58fe0e(0x12a),this,_0x58fe0e(0x125),(_0xe99dc4,_0x96389d)=>_0xe99dc4&&!_0x96389d),_0x5686a2[_0x58fe0e(0x126)][_0x58fe0e(0xfe)](_0x58fe0e(0x132))['to'](this,_0x58fe0e(0xf6)),_0x5686a2[_0x58fe0e(0x133)][_0x58fe0e(0x103)](_0x58fe0e(0x12a))['to'](this,_0x58fe0e(0x125)),_0x5686a2[_0x58fe0e(0x133)][_0x58fe0e(0xfe)](_0x58fe0e(0x132))['to'](this,_0x58fe0e(0x105)),_0x5686a2;}[_0x2ef3c6(0x117)](){const _0x2382cb=_0x2ef3c6;this[_0x2382cb(0x113)]='',this[_0x2382cb(0x120)]=!0x1,this[_0x2382cb(0x125)]=!0x0,this[_0x2382cb(0x114)][_0x2382cb(0xf9)]=!0x0,this[_0x2382cb(0x116)][_0x2382cb(0xf9)]=!0x0,this[_0x2382cb(0x114)][_0x2382cb(0x119)]();}[_0x2ef3c6(0x10c)](){const _0x1a2be9=_0x2ef3c6,_0x565b1c=this[_0x1a2be9(0x122)];this[_0x1a2be9(0x125)]=!0x1,this[_0x1a2be9(0x13a)]='',this[_0x1a2be9(0x147)][_0x1a2be9(0x131)](),this[_0x1a2be9(0x113)]&&(this[_0x1a2be9(0x147)][_0x1a2be9(0x121)][_0x1a2be9(0xfc)]=_0x6de8f4(_0x565b1c,_0x1a2be9(0x10e)));}[_0x2ef3c6(0x110)](_0x2ff56a){const _0x3bdabf=_0x2ef3c6,_0x10e5ec=this[_0x3bdabf(0x122)];this[_0x3bdabf(0x10c)](),this[_0x3bdabf(0x120)]=!0x0,this[_0x3bdabf(0x136)][_0x3bdabf(0x139)]=_0x2ff56a||_0x6de8f4(_0x10e5ec,_0x3bdabf(0x112)),this[_0x3bdabf(0x113)]||(this[_0x3bdabf(0x114)][_0x3bdabf(0xf9)]=!0x1);}}
23
+ const _0x348de5=_0x4e25;(function(_0x23cd94,_0x55048f){const _0x348687=_0x4e25,_0x23545b=_0x23cd94();while(!![]){try{const _0x402869=parseInt(_0x348687(0xe9))/0x1*(parseInt(_0x348687(0x133))/0x2)+parseInt(_0x348687(0x139))/0x3*(-parseInt(_0x348687(0x130))/0x4)+-parseInt(_0x348687(0x131))/0x5*(-parseInt(_0x348687(0x103))/0x6)+parseInt(_0x348687(0x132))/0x7+-parseInt(_0x348687(0x11f))/0x8*(parseInt(_0x348687(0x101))/0x9)+-parseInt(_0x348687(0x138))/0xa*(-parseInt(_0x348687(0x120))/0xb)+parseInt(_0x348687(0xf1))/0xc*(-parseInt(_0x348687(0x13f))/0xd);if(_0x402869===_0x55048f)break;else _0x23545b['push'](_0x23545b['shift']());}catch(_0x2de979){_0x23545b['push'](_0x23545b['shift']());}}}(_0x1830,0xa4c0b));import{FocusTracker as _0x752a4e,KeystrokeHandler as _0x37b71d}from'ckeditor5/src/utils.js';function _0x4e25(_0x29a672,_0x501b8b){const _0x183071=_0x1830();return _0x4e25=function(_0x4e254e,_0x4313bd){_0x4e254e=_0x4e254e-0xe9;let _0x41d49=_0x183071[_0x4e254e];return _0x41d49;},_0x4e25(_0x29a672,_0x501b8b);}import{View as _0x26d09d,FocusCycler as _0x265099,createLabeledTextarea as _0x19fbdb}from'ckeditor5/src/ui.js';import{AIFormToolbarView as _0x2e9a50,AIFormToolbarViewMainActionLabel as _0x10ca51}from'./aiformtoolbarview.js';import{AIFormContentArea as _0xd22247}from'./aiformcontentarea.js';import{AIFormErrorView as _0x500f35}from'./aiformerrorview.js';import{AIFormPromptView as _0x4f311e}from'./aiformpromptview.js';import{AIHistoryListView as _0x3170ed}from'./aihistorylistview.js';import{AIHistoryListItemView as _0x908aa7}from'./aihistorylistitemview.js';import{PromptHistory as _0x46b843}from'./prompthistory.js';import{getTranslation as _0x4266b5}from'../../utils/common-translations.js';function _0x1830(){const _0x473990=['text','clear','Ask\x20AI\x20to\x20edit\x20or\x20generate','mainAction','replaceContent','setTemplate','label','_createHistoryView','value','isError','chain','bindTo','266229TIMUGp','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.','60lltGok','locale','ck-ai-form','stopProcessing','focusTracker','reset','_promptHistory','REPLACE','_focusables','delegate','fire','element','shift\x20+\x20tab','startProcessing','promptView','fieldView','set','focusCycler','submit','submitPrompt','finishProcessing','ck-ai-form-content','prompt','queryView','focusLast','historyGroupView','insertButton','high','248EVxOcd','3253261glOnkJ','execute','handleError','_createPromptView','add','listenTo','render','tryAgainEvent','bindTemplate','ck-hidden','AI_ERROR_FAILED','Empty\x20history','tab','focus','clearHistory','toolbar','4RfeWvp','641995sIlpQz','7285481TtTGyY','546578SjqEUO','isVisible','contentArea','items','keystrokes','20hEZrsk','221685prpZxZ','div','errorView','search','_createToolbar','focusFirst','2176291ZVpOtZ','isProcessing','4pNtQmn','Ask\x20AI\x20to\x20improve\x20generated\x20text','insertContentBelow','createCollection','replaceButton','tryAgainButton','copyButtonView','trim','168GnFigT','bind','isEnabled','stopButton'];_0x1830=function(){return _0x473990;};return _0x1830();}import{escape as _0x4dbce8}from'es-toolkit/compat';export class AIFormView extends _0x26d09d{[_0x348de5(0x107)];[_0x348de5(0x137)];[_0x348de5(0x135)];[_0x348de5(0x12f)];[_0x348de5(0x111)];[_0x348de5(0x13b)];[_0x348de5(0x10b)];[_0x348de5(0x114)];[_0x348de5(0x109)];constructor(_0x3cb662,_0x3cc015,_0x34a2c1=''){const _0x30b5df=_0x348de5;super(_0x3cb662),this[_0x30b5df(0x113)](_0x30b5df(0xf3),!0x0),this[_0x30b5df(0x113)](_0x30b5df(0x140),!0x1),this[_0x30b5df(0x113)](_0x30b5df(0x119),''),this[_0x30b5df(0x113)](_0x30b5df(0xfd),''),this[_0x30b5df(0x113)](_0x30b5df(0xfe),!0x1),this[_0x30b5df(0x113)](_0x30b5df(0xf8),_0x10ca51[_0x30b5df(0x10a)]),this[_0x30b5df(0x109)]=new _0x46b843(),this[_0x30b5df(0x13b)]=new _0x500f35(_0x3cb662),this[_0x30b5df(0x135)]=new _0xd22247(_0x3cb662,_0x34a2c1),this[_0x30b5df(0x135)][_0x30b5df(0xf2)](_0x30b5df(0x140))['to'](this),this[_0x30b5df(0x135)][_0x30b5df(0xf2)](_0x30b5df(0xfd))['to'](this),this[_0x30b5df(0x12f)]=this[_0x30b5df(0x13d)](),this[_0x30b5df(0x12f)][_0x30b5df(0xf2)](_0x30b5df(0xf8))['to'](this),this[_0x30b5df(0x111)]=this[_0x30b5df(0x123)](),this[_0x30b5df(0x107)]=new _0x752a4e(),this[_0x30b5df(0x137)]=new _0x37b71d(),this[_0x30b5df(0x10b)]=this[_0x30b5df(0xec)]([this[_0x30b5df(0x135)],this[_0x30b5df(0x135)][_0x30b5df(0xef)],this[_0x30b5df(0x12f)],this[_0x30b5df(0x111)]]),this[_0x30b5df(0x114)]=new _0x265099({'focusables':this[_0x30b5df(0x10b)],'focusTracker':this[_0x30b5df(0x107)],'keystrokeHandler':this[_0x30b5df(0x137)],'actions':{'focusPrevious':_0x30b5df(0x10f),'focusNext':_0x30b5df(0x12c)}}),this[_0x30b5df(0x114)][_0x30b5df(0xff)](this[_0x30b5df(0x111)][_0x30b5df(0x114)]),this[_0x30b5df(0x111)][_0x30b5df(0x11a)][_0x30b5df(0x112)][_0x30b5df(0xf2)](_0x30b5df(0xfd))['to'](this,_0x30b5df(0x119));const _0x2b4382=this[_0x30b5df(0x128)];this[_0x30b5df(0xfa)]({'tag':_0x30b5df(0x13a),'attributes':{'class':['ck',_0x30b5df(0x105),_0x3cc015],'tabindex':'-1'},'children':[{'tag':_0x30b5df(0x13a),'attributes':{'class':['ck',_0x30b5df(0x118)]},'children':[{'tag':_0x30b5df(0x13a),'attributes':{'class':[_0x2b4382['if'](_0x30b5df(0xfe),_0x30b5df(0x129),_0x215f5d=>!_0x215f5d)]},'children':[this[_0x30b5df(0x13b)]]},this[_0x30b5df(0x135)],this[_0x30b5df(0x12f)],this[_0x30b5df(0x111)]]}]});}[_0x348de5(0x126)](){const _0x54fa11=_0x348de5;super[_0x54fa11(0x126)](),this[_0x54fa11(0x107)][_0x54fa11(0x124)](this[_0x54fa11(0x135)][_0x54fa11(0x10e)]),this[_0x54fa11(0x107)][_0x54fa11(0x124)](this[_0x54fa11(0x135)][_0x54fa11(0xef)][_0x54fa11(0x10e)]),this[_0x54fa11(0x107)][_0x54fa11(0x124)](this[_0x54fa11(0x12f)][_0x54fa11(0x10e)]),this[_0x54fa11(0x107)][_0x54fa11(0x124)](this[_0x54fa11(0x111)][_0x54fa11(0x10e)]),this[_0x54fa11(0x137)][_0x54fa11(0x125)](this[_0x54fa11(0x10e)]);}[_0x348de5(0x12d)](_0x5a5431=0x1){const _0x428c45=_0x348de5;-0x1===_0x5a5431?this[_0x428c45(0x114)][_0x428c45(0x11b)]():this[_0x428c45(0x114)][_0x428c45(0x13e)]();}[_0x348de5(0x108)](){const _0x536078=_0x348de5;this[_0x536078(0x119)]='',this[_0x536078(0xfd)]='',this[_0x536078(0xfe)]=!0x1,this[_0x536078(0x111)][_0x536078(0x108)](),this[_0x536078(0x135)][_0x536078(0x134)]=!0x1,this[_0x536078(0x12f)][_0x536078(0x134)]=!0x1;}[_0x348de5(0x123)](){const _0x49e6ad=_0x348de5,_0x4c92f8=this[_0x49e6ad(0x104)],_0x3dc36f=new _0x4f311e(_0x4c92f8,{'queryView':{'label':_0x4266b5(_0x4c92f8,_0x49e6ad(0xf7)),'creator':_0x19fbdb,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':_0x4266b5(_0x4c92f8,_0x49e6ad(0x12b)),'secondary':_0x4266b5(_0x4c92f8,_0x49e6ad(0x102))}}},'filteredView':this[_0x49e6ad(0xfc)](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x3dc36f[_0x49e6ad(0xf2)](_0x49e6ad(0xf3))['to'](this,_0x49e6ad(0xf3),this,_0x49e6ad(0x140),(_0x6a6dee,_0x1c2156)=>_0x6a6dee&&!_0x1c2156),this[_0x49e6ad(0x125)](_0x3dc36f,_0x49e6ad(0x115),(_0x261a3b,_0x22453d)=>{const _0x43a88b=_0x49e6ad;this[_0x43a88b(0x119)]=_0x22453d;const _0x33e2b3=_0x4dbce8(_0x22453d);this[_0x43a88b(0x10d)](_0x43a88b(0x116),_0x33e2b3),_0x22453d[_0x43a88b(0xf0)]()&&this[_0x43a88b(0x109)][_0x43a88b(0x124)]({'prompt':_0x33e2b3},0x0);},{'priority':_0x49e6ad(0x11e)}),_0x3dc36f;}[_0x348de5(0xfc)](){const _0x4e1d5b=_0x348de5,_0x59d171=new _0x3170ed(this[_0x4e1d5b(0x104)]);return _0x59d171[_0x4e1d5b(0x11c)][_0x4e1d5b(0x136)][_0x4e1d5b(0x100)](this[_0x4e1d5b(0x109)])['as'](_0x908aa7),_0x59d171['on'](_0x4e1d5b(0x12e),()=>{const _0x411e12=_0x4e1d5b;this[_0x411e12(0x109)][_0x411e12(0xf6)](),this[_0x411e12(0x111)][_0x411e12(0x13c)](''),this[_0x411e12(0x111)][_0x411e12(0x12d)]();}),_0x59d171;}[_0x348de5(0x13d)](){const _0x1a8051=_0x348de5,_0x10165d=new _0x2e9a50(this[_0x1a8051(0x104)]);return _0x10165d[_0x1a8051(0xed)][_0x1a8051(0xf2)](_0x1a8051(0xf3))['to'](this,_0x1a8051(0xf3),this,_0x1a8051(0x140),this,_0x1a8051(0xfd),(_0x2fd173,_0x5c0fd9,_0x328bdd)=>_0x2fd173&&!_0x5c0fd9&&!!_0x328bdd),_0x10165d[_0x1a8051(0xed)][_0x1a8051(0x10c)](_0x1a8051(0x121))['to'](this,_0x1a8051(0xf9)),_0x10165d[_0x1a8051(0x11d)][_0x1a8051(0xf2)](_0x1a8051(0xf3))['to'](this,_0x1a8051(0xf3),this,_0x1a8051(0x140),this,_0x1a8051(0xfd),(_0x411c15,_0x3f6f4f,_0x5325b2)=>_0x411c15&&!_0x3f6f4f&&!!_0x5325b2),_0x10165d[_0x1a8051(0x11d)][_0x1a8051(0x10c)](_0x1a8051(0x121))['to'](this,_0x1a8051(0xeb)),_0x10165d[_0x1a8051(0xee)][_0x1a8051(0xf2)](_0x1a8051(0xf3))['to'](this,_0x1a8051(0xf3),this,_0x1a8051(0x140),(_0x20ed79,_0x48ace6)=>_0x20ed79&&!_0x48ace6),_0x10165d[_0x1a8051(0xee)][_0x1a8051(0x10c)](_0x1a8051(0x121))['to'](this,_0x1a8051(0x127)),_0x10165d[_0x1a8051(0xf4)][_0x1a8051(0xf2)](_0x1a8051(0xf3))['to'](this,_0x1a8051(0x140)),_0x10165d[_0x1a8051(0xf4)][_0x1a8051(0x10c)](_0x1a8051(0x121))['to'](this,_0x1a8051(0x106)),_0x10165d;}[_0x348de5(0x110)](){const _0x48b2ac=_0x348de5;this[_0x48b2ac(0xfd)]='',this[_0x48b2ac(0xfe)]=!0x1,this[_0x48b2ac(0x140)]=!0x0,this[_0x48b2ac(0x135)][_0x48b2ac(0x134)]=!0x0,this[_0x48b2ac(0x12f)][_0x48b2ac(0x134)]=!0x0,this[_0x48b2ac(0x135)][_0x48b2ac(0x12d)]();}[_0x348de5(0x117)](){const _0x2b8c58=_0x348de5,_0x50728b=this[_0x2b8c58(0x104)];this[_0x2b8c58(0x140)]=!0x1,this[_0x2b8c58(0x119)]='',this[_0x2b8c58(0x111)][_0x2b8c58(0x108)](),this[_0x2b8c58(0xfd)]&&(this[_0x2b8c58(0x111)][_0x2b8c58(0x11a)][_0x2b8c58(0xfb)]=_0x4266b5(_0x50728b,_0x2b8c58(0xea)));}[_0x348de5(0x122)](_0x2ba8f9){const _0x72ba68=_0x348de5,_0x224b0b=this[_0x72ba68(0x104)];this[_0x72ba68(0x117)](),this[_0x72ba68(0xfe)]=!0x0,this[_0x72ba68(0x13b)][_0x72ba68(0xf5)]=_0x2ba8f9||_0x4266b5(_0x224b0b,_0x72ba68(0x12a)),this[_0x72ba68(0xfd)]||(this[_0x72ba68(0x135)][_0x72ba68(0x134)]=!0x1);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x1ca971,_0x55468f){const _0x564fa6=_0x112e,_0x1d243b=_0x1ca971();while(!![]){try{const _0x1355c0=parseInt(_0x564fa6(0xb8))/0x1*(parseInt(_0x564fa6(0xb9))/0x2)+-parseInt(_0x564fa6(0xbc))/0x3*(-parseInt(_0x564fa6(0xba))/0x4)+parseInt(_0x564fa6(0xb3))/0x5+-parseInt(_0x564fa6(0xb2))/0x6+-parseInt(_0x564fa6(0xb1))/0x7+-parseInt(_0x564fa6(0xaf))/0x8+parseInt(_0x564fa6(0xb5))/0x9;if(_0x1355c0===_0x55468f)break;else _0x1d243b['push'](_0x1d243b['shift']());}catch(_0x5ed608){_0x1d243b['push'](_0x1d243b['shift']());}}}(_0x3d54,0x2933f));import{ListItemView as _0x4b2146,ButtonView as _0x527981,ButtonLabelView as _0x4f2278}from'ckeditor5/src/ui.js';import{unescape as _0x4b6194}from'es-toolkit/compat';function _0x3d54(){const _0x2af919=['set','1439158oQvnQN','771480UXaKak','327645EYNypR','execute','49725QotNMz','prompt','add','293760cldlEk','2YVTZaV','662740eMYryt','children','3pAUVuu','locale','fire','220464qmtcHR'];_0x3d54=function(){return _0x2af919;};return _0x3d54();}function _0x112e(_0x1867d7,_0x5e0d18){const _0x3d5481=_0x3d54();return _0x112e=function(_0x112ef2,_0x2ff992){_0x112ef2=_0x112ef2-0xae;let _0xc9b2d2=_0x3d5481[_0x112ef2];return _0xc9b2d2;},_0x112e(_0x1867d7,_0x5e0d18);}export class AIHistoryListItemView extends _0x4b2146{constructor(_0x2c1856){const _0x4c2614=_0x112e;super();const _0xdf48bc=new _0x4f2278(),_0x1ea483=new _0x527981(this[_0x4c2614(0xbd)],_0xdf48bc);this[_0x4c2614(0xbb)][_0x4c2614(0xb7)](_0x1ea483),_0x1ea483[_0x4c2614(0xb0)]({'label':_0x2c1856[_0x4c2614(0xb6)],'withText':!0x0}),_0x1ea483['on'](_0x4c2614(0xb4),()=>{const _0x5457ad=_0x4c2614;this[_0x5457ad(0xae)](_0x5457ad(0xb4),{'value':_0x4b6194(_0x2c1856[_0x5457ad(0xb6)])});});}}
23
+ function _0x743e(_0x3c1470,_0xb834c2){const _0x4d21d1=_0x4d21();return _0x743e=function(_0x743e85,_0x5ed0de){_0x743e85=_0x743e85-0x1eb;let _0x40431a=_0x4d21d1[_0x743e85];return _0x40431a;},_0x743e(_0x3c1470,_0xb834c2);}(function(_0x15efb4,_0x4ea142){const _0x42b416=_0x743e,_0x2368fc=_0x15efb4();while(!![]){try{const _0x344933=-parseInt(_0x42b416(0x1ec))/0x1*(parseInt(_0x42b416(0x1eb))/0x2)+parseInt(_0x42b416(0x1f4))/0x3*(parseInt(_0x42b416(0x1f1))/0x4)+parseInt(_0x42b416(0x1fc))/0x5*(-parseInt(_0x42b416(0x1fd))/0x6)+parseInt(_0x42b416(0x1f3))/0x7+parseInt(_0x42b416(0x1ed))/0x8*(parseInt(_0x42b416(0x1f5))/0x9)+parseInt(_0x42b416(0x1f9))/0xa*(parseInt(_0x42b416(0x1fe))/0xb)+parseInt(_0x42b416(0x1f0))/0xc*(parseInt(_0x42b416(0x1f7))/0xd);if(_0x344933===_0x4ea142)break;else _0x2368fc['push'](_0x2368fc['shift']());}catch(_0x4d4ee8){_0x2368fc['push'](_0x2368fc['shift']());}}}(_0x4d21,0xb79e1));import{ListItemView as _0x1350df,ButtonView as _0x438c88,ButtonLabelView as _0x10d6c1}from'ckeditor5/src/ui.js';import{unescape as _0x5746a0}from'es-toolkit/compat';function _0x4d21(){const _0x260cdf=['2379016QAbNkz','children','719264PmMOgU','3hIvTQJ','495TLcIXM','execute','9737NMdemJ','prompt','3180XFjIoA','add','fire','95abuYoo','49914rnCgke','12749dsniRJ','5824nNuknN','313vbFxxt','87128AtjeUk','locale','set','2508TqyRxG'];_0x4d21=function(){return _0x260cdf;};return _0x4d21();}export class AIHistoryListItemView extends _0x1350df{constructor(_0x15f474){const _0x13246b=_0x743e;super();const _0xebf707=new _0x10d6c1(),_0x160377=new _0x438c88(this[_0x13246b(0x1ee)],_0xebf707);this[_0x13246b(0x1f2)][_0x13246b(0x1fa)](_0x160377),_0x160377[_0x13246b(0x1ef)]({'label':_0x15f474[_0x13246b(0x1f8)],'withText':!0x0}),_0x160377['on'](_0x13246b(0x1f6),()=>{const _0x439f2b=_0x13246b;this[_0x439f2b(0x1fb)](_0x439f2b(0x1f6),{'value':_0x5746a0(_0x15f474[_0x439f2b(0x1f8)])});});}}