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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) 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/model/aiactionsreply.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/aihistorylistview.js +1 -1
  12. package/src/aiassistant/ui/form/prompthistory.js +1 -1
  13. package/src/aichat/aichat.js +1 -1
  14. package/src/aichat/aichatcontroller.js +1 -1
  15. package/src/aichat/aichatui.js +1 -1
  16. package/src/aichat/model/aichatcontext.js +1 -1
  17. package/src/aichat/model/aichatconversation.js +1 -1
  18. package/src/aichat/model/aichatinteraction.js +1 -1
  19. package/src/aichat/ui/aichatfeedview.js +1 -1
  20. package/src/aichat/ui/aichatheaderview.js +1 -1
  21. package/src/aichat/ui/aichatview.js +1 -1
  22. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  23. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  24. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  25. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  26. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  27. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  28. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  29. package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
  30. package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
  31. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  32. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  33. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  34. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  35. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  36. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  37. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  38. package/src/aichathistory/aichathistory.js +1 -1
  39. package/src/aichathistory/aichathistorycontroller.js +1 -1
  40. package/src/aichathistory/aichathistoryui.js +1 -1
  41. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  42. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  43. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  44. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  45. package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
  46. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  47. package/src/aicore/aiediting.js +1 -1
  48. package/src/aicore/model/aiinteraction.js +1 -1
  49. package/src/aicore/model/aimodels.js +1 -1
  50. package/src/aicore/model/aireply.js +1 -1
  51. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  52. package/src/aicore/pipeline/airesponseparser.js +2 -2
  53. package/src/aicore/ui/aispinner.js +1 -1
  54. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  55. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  56. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  57. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  58. package/src/aicore/utils/documentposition.js +1 -1
  59. package/src/aicore/utils/documentrange.js +1 -1
  60. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  61. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  62. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  63. package/src/aicore/utils/htmlparser.js +1 -1
  64. package/src/aicore/utils/htmlstreamer.js +1 -1
  65. package/src/aicore/utils/scrollmanager.js +1 -1
  66. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  67. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  68. package/src/aiquickactions/aiquickactionsui.js +1 -1
  69. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  70. package/src/aiquickactions/ui/aiquickactionsfilteredlistview.js +1 -1
  71. package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +1 -1
  72. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  73. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  74. package/src/aireviewmode/aireviewmodeui.js +1 -1
  75. package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
  76. package/src/aireviewmode/model/aireviewsystemcheckrun.js +1 -1
  77. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  78. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  79. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  80. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  81. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  82. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  83. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  84. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  85. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  86. package/src/aitabs/aitabs.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x83f0(){const _0x58f398=['13026620hgloqu','_focusables','closest','mouseleave','ck-ai-quick-actions','_createSearchResultGroupedActionButton','keystrokes','div','key','ArrowLeft','add','_createListItems','_hideNestedPanel','ArrowRight','ck-ai-quick-actions-search-result__action-row','ck-dropdown-menu-list','text','ck-reset_all','ck-ai-quick-actions-search-result-button_with-group','7683996QXwGUi','ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button','626856QnJEsD','uiLanguageDirection','relatedTarget','icon','bind','AI_QUICK_ACTIONS_SEARCH_NOT_FOUND','focusTracker','destroy','_setupGroupMenuBehavior','35407EQExQm','ck-ai-quick-actions-button_with-group__close-paren','_handleSearchResultButtonClick','ck-ai-quick-actions-group-panel','isEnabled','first','_createSearchResultActionButton','forEach','54cFyfcA','addEventListener','.ck-ai-quick-actions-group-button','delete','AI_QUICK_ACTIONS_SEARCH','4093095QCnzqs','_getButtonKeystroke','ck-ai-quick-actions-search-result__group-row','optionsListView','_createSearchResultContentView','_isSearchFocused','_getPanelKeystroke','set','ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button\x20ck-ai-quick-actions-search-result-button_with-group','_createActionButton','34xeWeTx','menu','_openNestedPanels','actions','reset','addMany','ck-ai-quick-actions-button_with-group__open-paren','items','focusCycler','chain','hide','role','ck-ai-quick-actions-search-result-button','detachFromDom','push','children','ck-ai-quick-actions-button__group-icon','render','view','_createActionGroupButton','_hideAllNestedPanels','_handlePanelKeydown','ck-ai-quick-actions-button_with-group','label','parent','_createSearchResultIndividualActionButton','4014157fSdHPY','button','resetSearch','ck-button','ck-dropdown-menu__nested-menu__panel','ck-ai-quick-actions-group-list','pin','_createGroupActionsList','ck-ai-quick-actions-button','ck-rounded-corners','rtl','_createSearchTextView','ownerDocument','editing','setTemplate','ck-ai-quick-actions-group-button','isVisible','_allSearchableItems','_createSearchResultGroupRow','4owgNUy','menuitem','bindTemplate','isOn','locale','activeElement','get','_hasSearch','ck-button_with-text','show','_isMovingToNestedMenu','.ck-ai-quick-actions-group-list','extendTemplate','ck-ai-quick-actions-button\x20ck-ai-quick-actions-button_with-group','some','fire','ck-ai-quick-actions-search-result__content','_searchTextView','clear','content','displayedPrompt','commands','focus','span','contains','.ck-ai-quick-actions-group-panel','ck-ai-quick-actions-search','execute','queryView','element','fieldView','2549676aBZhol','_createSearchResultActionRow','_showNestedPanel','eastSouth','_bodyCollection','_setupActionButtonExecution','aiQuickAction'];_0x83f0=function(){return _0x58f398;};return _0x83f0();}function _0x3b9a(_0x41f034,_0x5a6f81){const _0x83f0d3=_0x83f0();return _0x3b9a=function(_0x3b9a48,_0x1ad833){_0x3b9a48=_0x3b9a48-0x1f3;let _0x4e6184=_0x83f0d3[_0x3b9a48];return _0x4e6184;},_0x3b9a(_0x41f034,_0x5a6f81);}const _0x1efcdb=_0x3b9a;(function(_0xb4dd1b,_0x3f9290){const _0x599433=_0x3b9a,_0x393538=_0xb4dd1b();while(!![]){try{const _0x92fd78=-parseInt(_0x599433(0x229))/0x1*(-parseInt(_0x599433(0x240))/0x2)+parseInt(_0x599433(0x204))/0x3*(-parseInt(_0x599433(0x26d))/0x4)+parseInt(_0x599433(0x236))/0x5+parseInt(_0x599433(0x21e))/0x6+parseInt(_0x599433(0x25a))/0x7+parseInt(_0x599433(0x220))/0x8*(-parseInt(_0x599433(0x231))/0x9)+-parseInt(_0x599433(0x20b))/0xa;if(_0x92fd78===_0x3f9290)break;else _0x393538['push'](_0x393538['shift']());}catch(_0x36c711){_0x393538['push'](_0x393538['shift']());}}}(_0x83f0,0x9f2b7));import{View as _0x10ea15,ListItemView as _0x305990,ListView as _0x26b11c,BalloonPanelView as _0x47d5a2,DropdownMenuPanelPositioningFunctions as _0x2e3ec0,ViewCollection as _0x3b2e8f,FocusCycler as _0x4c8768,ButtonView as _0x2d4127,IconView as _0x27cd2b,HighlightedTextView as _0xdcce87,ButtonLabelWithHighlightView as _0x2b2487,SearchTextView as _0x36df69}from'ckeditor5/src/ui.js';import{IconAIQuickActions as _0x224013}from'@ckeditor/ckeditor5-icons';import{FocusTracker as _0x428556,KeystrokeHandler as _0x30ef57}from'ckeditor5/src/utils.js';import{aiQuickActionsButtonCreator as _0x3c3975}from'./aiquickactionsbuttoncreator.js';import{DropdownMenuButtonWithHighlightView as _0x40087e}from'./dropdownmenubuttonwithhighlightview.js';import{getTranslation as _0x410ff1}from'../../aicore/utils/common-translations.js';import{AIQuickActionsFilteredListView as _0x5ab152}from'./aiquickactionsfilteredlistview.js';const ys=_0x1efcdb(0x241),Ts=_0x1efcdb(0x26e);export class AIQuickActionsDropdownContentView extends _0x10ea15{[_0x1efcdb(0x208)];[_0x1efcdb(0x239)];[_0x1efcdb(0x1f6)]=null;[_0x1efcdb(0x26b)]=[];[_0x1efcdb(0x24f)];[_0x1efcdb(0x226)];[_0x1efcdb(0x211)];[_0x1efcdb(0x20c)];[_0x1efcdb(0x248)];[_0x1efcdb(0x242)]=new Set();[_0x1efcdb(0x274)];constructor(_0x3d79a2,_0x596d20,_0x14a14f,_0x57815b,_0x1aa6df=!0x1){const _0x4f20d1=_0x1efcdb,_0xc8a004=_0x3d79a2[_0x4f20d1(0x271)];super(_0xc8a004),this[_0x4f20d1(0x208)]=_0x57815b,this[_0x4f20d1(0x274)]=_0x1aa6df;const _0x4d4f51=this[_0x4f20d1(0x216)](_0x3d79a2,_0x596d20,_0x14a14f);this[_0x4f20d1(0x239)]=new _0x5ab152(_0xc8a004,_0x4d4f51,this[_0x4f20d1(0x26b)]),this[_0x4f20d1(0x239)][_0x4f20d1(0x24b)]=ys,this[_0x4f20d1(0x239)][_0x4f20d1(0x247)][_0x4f20d1(0x245)](_0x4d4f51),this[_0x4f20d1(0x226)]=new _0x428556(),this[_0x4f20d1(0x211)]=new _0x30ef57(),_0x1aa6df&&(this[_0x4f20d1(0x1f6)]=this[_0x4f20d1(0x265)]()),this[_0x4f20d1(0x20c)]=_0x4d4f51,this[_0x4f20d1(0x248)]=new _0x4c8768({'focusables':this[_0x4f20d1(0x20c)],'focusTracker':this[_0x4f20d1(0x226)],'keystrokeHandler':this[_0x4f20d1(0x211)]}),_0x1aa6df&&this[_0x4f20d1(0x1f6)]&&this[_0x4f20d1(0x248)][_0x4f20d1(0x249)](this[_0x4f20d1(0x1f6)][_0x4f20d1(0x248)]);const _0x26c156=_0x1aa6df&&this[_0x4f20d1(0x1f6)]?[this[_0x4f20d1(0x1f6)]]:[this[_0x4f20d1(0x239)]];this[_0x4f20d1(0x24f)]=new _0x3b2e8f(_0x26c156),this[_0x4f20d1(0x268)]({'tag':_0x4f20d1(0x212),'attributes':{'class':['ck',_0x4f20d1(0x21c),_0x4f20d1(0x20f),_0x4f20d1(0x263)],'dir':_0xc8a004[_0x4f20d1(0x221)]},'children':this[_0x4f20d1(0x24f)]});}[_0x1efcdb(0x265)](){const _0x414b98=_0x1efcdb;return new _0x36df69(this[_0x414b98(0x271)],{'filteredView':this[_0x414b98(0x239)],'queryView':{'label':_0x410ff1(this[_0x414b98(0x271)],_0x414b98(0x235))},'class':_0x414b98(0x1ff),'infoView':{'text':{'notFound':{'primary':_0x410ff1(this[_0x414b98(0x271)],_0x414b98(0x225))}}}});}[_0x1efcdb(0x23b)](){const _0x1cd675=_0x1efcdb;if(!this[_0x1cd675(0x274)]||!this[_0x1cd675(0x1f6)]||!this[_0x1cd675(0x1f6)][_0x1cd675(0x201)][_0x1cd675(0x203)][_0x1cd675(0x202)])return!0x1;const _0x172488=this[_0x1cd675(0x1f6)][_0x1cd675(0x201)][_0x1cd675(0x203)][_0x1cd675(0x202)][_0x1cd675(0x266)]?.[_0x1cd675(0x272)];return this[_0x1cd675(0x1f6)][_0x1cd675(0x201)][_0x1cd675(0x203)][_0x1cd675(0x202)][_0x1cd675(0x1fd)](_0x172488);}[_0x1efcdb(0x216)](_0x46f90f,_0x1c8a94,_0x19b366){const _0x191d05=_0x1efcdb,_0x5450bd=new _0x3b2e8f();return _0x1c8a94[_0x191d05(0x230)](_0x2f9402=>{const _0x4c170e=_0x191d05;if(_0x4c170e(0x243)in _0x2f9402){const {listItem:_0x409f77}=this[_0x4c170e(0x253)](_0x46f90f,_0x2f9402,_0x19b366);_0x5450bd[_0x4c170e(0x215)](_0x409f77),_0x2f9402[_0x4c170e(0x243)][_0x4c170e(0x230)](_0x55ce9d=>{const _0x5cb40c=_0x4c170e;this[_0x5cb40c(0x23f)](_0x46f90f,_0x55ce9d,_0x2f9402[_0x5cb40c(0x257)],_0x2f9402[_0x5cb40c(0x223)]);const {listItem:_0x2a6212,highlightViews:_0x26e17a}=this[_0x5cb40c(0x22f)](_0x46f90f,_0x55ce9d,_0x2f9402[_0x5cb40c(0x257)],_0x2f9402[_0x5cb40c(0x223)]);this[_0x5cb40c(0x26b)][_0x5cb40c(0x24e)]({'item':_0x2a6212,'label':_0x55ce9d[_0x5cb40c(0x1f9)],'groupLabel':_0x2f9402[_0x5cb40c(0x257)],'highlightViews':_0x26e17a});});}else{const {listItem:_0x31ad12}=this[_0x4c170e(0x23f)](_0x46f90f,_0x2f9402);_0x5450bd[_0x4c170e(0x215)](_0x31ad12);const _0x274839=_0x31ad12[_0x4c170e(0x24f)][_0x4c170e(0x22e)];if(_0x274839){const {listItem:_0x3086c9,highlightViews:_0x46085e}=this[_0x4c170e(0x22f)](_0x46f90f,_0x2f9402);this[_0x4c170e(0x26b)][_0x4c170e(0x24e)]({'item':_0x3086c9,'label':_0x274839[_0x4c170e(0x257)]||'','highlightViews':_0x46085e});}}}),_0x5450bd;}[_0x1efcdb(0x23f)](_0xe3a2,_0x894add,_0x1a5c09,_0x187606){const _0x53d2d2=_0x1efcdb,_0xa2a66f=new _0x305990(this[_0x53d2d2(0x271)]);if(_0x1a5c09&&_0x187606){const _0x2f9459=new _0x2d4127(this[_0x53d2d2(0x271)]),_0xa144f8=_0x2f9459[_0x53d2d2(0x26f)],_0x1f32da=new _0xdcce87();_0x1f32da[_0x53d2d2(0x21b)]=_0x894add[_0x53d2d2(0x1f9)];const _0x20e691=new _0xdcce87();_0x20e691[_0x53d2d2(0x21b)]=_0x1a5c09;const _0x1e3f5a=new _0x27cd2b();_0x1e3f5a[_0x53d2d2(0x1f8)]=_0x187606,_0x1e3f5a[_0x53d2d2(0x279)]({'attributes':{'class':_0x53d2d2(0x250)}});const _0x3918a8=new _0x10ea15(this[_0x53d2d2(0x271)]);_0x3918a8[_0x53d2d2(0x268)]({'tag':_0x53d2d2(0x1fc),'attributes':{'class':_0x53d2d2(0x246)},'children':[{'text':'\x20('}]});const _0x3bf3cd=new _0x10ea15(this[_0x53d2d2(0x271)]);return _0x3bf3cd[_0x53d2d2(0x268)]({'tag':_0x53d2d2(0x1fc),'attributes':{'class':_0x53d2d2(0x22a)},'children':[{'text':')'}]}),_0x2f9459[_0x53d2d2(0x23d)]({'label':_0x894add[_0x53d2d2(0x1f9)]+'\x20('+_0x1a5c09+')','withText':!0x0,'role':_0x53d2d2(0x26e),'class':_0x53d2d2(0x27a),'tooltip':!0x1}),_0x2f9459[_0x53d2d2(0x268)]({'tag':_0x53d2d2(0x25b),'attributes':{'class':['ck',_0x53d2d2(0x25d),_0x53d2d2(0x275),_0x53d2d2(0x262),_0x53d2d2(0x256)],'type':_0x53d2d2(0x25b),'role':_0x53d2d2(0x26e),'tabindex':'-1'},'children':[_0x1f32da,_0x3918a8,_0x1e3f5a,_0x20e691,_0x3bf3cd],'on':{'mouseenter':_0xa144f8['to'](()=>{const _0x5a8cdd=_0x53d2d2;this[_0x5a8cdd(0x23b)]()||_0x2f9459[_0x5a8cdd(0x1fb)]();}),'click':_0xa144f8['to'](()=>{const _0x4274cf=_0x53d2d2;_0x2f9459[_0x4274cf(0x1f4)](_0x4274cf(0x200));})}}),_0x2f9459['on'](_0x53d2d2(0x200),()=>{const _0x2c7449=_0x53d2d2;_0xe3a2[_0x2c7449(0x267)][_0x2c7449(0x252)][_0x2c7449(0x1fb)](),_0xe3a2[_0x2c7449(0x1fa)][_0x2c7449(0x200)](_0x2c7449(0x20a),_0x894add);}),_0xa2a66f[_0x53d2d2(0x24f)][_0x53d2d2(0x215)](_0x2f9459),{'listItem':_0xa2a66f,'highlightViews':[_0x1f32da,_0x20e691]};}{const _0x4adbf2=new _0x2b2487(),_0x543ef8=new _0x2d4127(this[_0x53d2d2(0x271)],_0x4adbf2),_0x8a4367=_0x543ef8[_0x53d2d2(0x26f)],_0x3a057c=_0x894add[_0x53d2d2(0x223)]??_0x894add[_0x53d2d2(0x258)]?.[_0x53d2d2(0x223)],_0xc56c37=void 0x0!==_0x894add[_0x53d2d2(0x223)];return _0x543ef8[_0x53d2d2(0x23d)]({'label':_0x894add[_0x53d2d2(0x1f9)],'withText':!0x0,'role':_0x53d2d2(0x26e),'icon':_0xc56c37?_0x3a057c??_0x224013:void 0x0,'tooltip':!0x1,'class':_0x53d2d2(0x262)}),_0x543ef8[_0x53d2d2(0x279)]({'on':{'mouseenter':_0x8a4367['to'](()=>{const _0x390898=_0x53d2d2;this[_0x390898(0x23b)]()||_0x543ef8[_0x390898(0x1fb)]();})}}),_0x543ef8['on'](_0x53d2d2(0x200),()=>{const _0x4f452d=_0x53d2d2;_0xe3a2[_0x4f452d(0x267)][_0x4f452d(0x252)][_0x4f452d(0x1fb)](),_0xe3a2[_0x4f452d(0x1fa)][_0x4f452d(0x200)](_0x4f452d(0x20a),_0x894add);}),_0xa2a66f[_0x53d2d2(0x24f)][_0x53d2d2(0x215)](_0x543ef8),{'listItem':_0xa2a66f,'highlightViews':[_0x4adbf2]};}}[_0x1efcdb(0x22f)](_0x3f71eb,_0x549524,_0x205333,_0x21bb6a){const _0x3046c5=_0x1efcdb;return _0x205333&&_0x21bb6a?this[_0x3046c5(0x210)](_0x3f71eb,_0x549524,_0x205333,_0x21bb6a):this[_0x3046c5(0x259)](_0x3f71eb,_0x549524);}[_0x1efcdb(0x210)](_0x1bdcc2,_0x4368bd,_0x532598,_0x3859bf){const _0x1ed08c=_0x1efcdb,_0x2e5f26=new _0x305990(this[_0x1ed08c(0x271)]),_0x4c8763=new _0x2d4127(this[_0x1ed08c(0x271)]),_0x8f040d=_0x4c8763[_0x1ed08c(0x26f)],{view:_0x27912a,highlightView:_0x14d378}=this[_0x1ed08c(0x26c)](_0x532598,_0x3859bf),{view:_0x1ee74b,highlightView:_0x2364c5}=this[_0x1ed08c(0x205)](_0x4368bd[_0x1ed08c(0x1f9)]),_0x47539e=this[_0x1ed08c(0x23a)](_0x27912a,_0x1ee74b);return _0x4c8763[_0x1ed08c(0x23d)]({'label':_0x4368bd[_0x1ed08c(0x1f9)],'withText':!0x0,'role':_0x1ed08c(0x26e),'class':_0x1ed08c(0x23e),'tooltip':!0x1}),_0x4c8763[_0x1ed08c(0x268)]({'tag':_0x1ed08c(0x25b),'attributes':{'class':['ck',_0x1ed08c(0x25d),_0x1ed08c(0x275),_0x1ed08c(0x262),_0x1ed08c(0x24c),_0x1ed08c(0x21d)],'type':_0x1ed08c(0x25b),'role':_0x1ed08c(0x26e),'tabindex':'-1'},'children':[_0x47539e],'on':{'mouseenter':_0x8f040d['to'](()=>{const _0xafcd9e=_0x1ed08c;this[_0xafcd9e(0x23b)]()||_0x4c8763[_0xafcd9e(0x1fb)]();}),'click':_0x8f040d['to'](()=>{const _0x218123=_0x1ed08c;this[_0x218123(0x22b)](_0x4c8763);})}}),this[_0x1ed08c(0x209)](_0x4c8763,_0x1bdcc2,_0x4368bd),_0x2e5f26[_0x1ed08c(0x24f)][_0x1ed08c(0x215)](_0x4c8763),{'listItem':_0x2e5f26,'highlightViews':[_0x14d378,_0x2364c5]};}[_0x1efcdb(0x259)](_0x4fcd51,_0xd967f4){const _0x3d03f5=_0x1efcdb,_0x1b1318=new _0x305990(this[_0x3d03f5(0x271)]),_0x468561=new _0x2b2487(),_0x1c8f21=new _0x2d4127(this[_0x3d03f5(0x271)],_0x468561),_0x5b2b82=_0x1c8f21[_0x3d03f5(0x26f)];return _0x1c8f21[_0x3d03f5(0x23d)]({'label':_0xd967f4[_0x3d03f5(0x1f9)],'withText':!0x0,'role':_0x3d03f5(0x26e),'icon':void 0x0,'tooltip':!0x1,'class':_0x3d03f5(0x21f)}),_0x1c8f21[_0x3d03f5(0x279)]({'on':{'mouseenter':_0x5b2b82['to'](()=>{const _0x2f28ab=_0x3d03f5;this[_0x2f28ab(0x23b)]()||_0x1c8f21[_0x2f28ab(0x1fb)]();})}}),this[_0x3d03f5(0x209)](_0x1c8f21,_0x4fcd51,_0xd967f4),_0x1b1318[_0x3d03f5(0x24f)][_0x3d03f5(0x215)](_0x1c8f21),{'listItem':_0x1b1318,'highlightViews':[_0x468561]};}[_0x1efcdb(0x26c)](_0x5dd045,_0x1efdbd){const _0x116f78=_0x1efcdb,_0x5f3ebd=new _0x10ea15(this[_0x116f78(0x271)]),_0x50e14c=new _0x27cd2b();_0x50e14c[_0x116f78(0x1f8)]=_0x1efdbd,_0x50e14c[_0x116f78(0x279)]({'attributes':{'class':_0x116f78(0x250)}});const _0x12c3ad=new _0xdcce87();return _0x12c3ad[_0x116f78(0x21b)]=_0x5dd045,_0x5f3ebd[_0x116f78(0x268)]({'tag':_0x116f78(0x212),'attributes':{'class':_0x116f78(0x238)},'children':[_0x50e14c,_0x12c3ad]}),{'view':_0x5f3ebd,'highlightView':_0x12c3ad};}[_0x1efcdb(0x205)](_0x589483){const _0x241189=_0x1efcdb,_0x50ce50=new _0x10ea15(this[_0x241189(0x271)]),_0x3c532f=new _0xdcce87();return _0x3c532f[_0x241189(0x21b)]=_0x589483,_0x50ce50[_0x241189(0x268)]({'tag':_0x241189(0x212),'attributes':{'class':_0x241189(0x219)},'children':[_0x3c532f]}),{'view':_0x50ce50,'highlightView':_0x3c532f};}[_0x1efcdb(0x23a)](_0x525d7f,_0x3de6e7){const _0x39cb6f=_0x1efcdb,_0xf23266=new _0x10ea15(this[_0x39cb6f(0x271)]);return _0xf23266[_0x39cb6f(0x268)]({'tag':_0x39cb6f(0x212),'attributes':{'class':_0x39cb6f(0x1f5)},'children':[_0x525d7f,_0x3de6e7]}),_0xf23266;}[_0x1efcdb(0x209)](_0x34dcc5,_0x3c46c1,_0x60b53b){const _0x3dbecc=_0x1efcdb;_0x34dcc5['on'](_0x3dbecc(0x200),()=>{const _0x34fea8=_0x3dbecc;_0x3c46c1[_0x34fea8(0x267)][_0x34fea8(0x252)][_0x34fea8(0x1fb)](),_0x3c46c1[_0x34fea8(0x1fa)][_0x34fea8(0x200)](_0x34fea8(0x20a),_0x60b53b);});}[_0x1efcdb(0x253)](_0x4bb995,_0x4c9763,_0x5c9aa1){const _0x57e92f=_0x1efcdb,_0x15b012=new _0x305990(this[_0x57e92f(0x271)]),_0x2f97e0=new _0x2b2487(),_0x222553=new _0x40087e(this[_0x57e92f(0x271)],_0x2f97e0),_0x57724f=_0x222553[_0x57e92f(0x26f)],_0x1fbde2=this[_0x57e92f(0x23c)](_0x5c9aa1),_0x325c37=this[_0x57e92f(0x261)](_0x4bb995,_0x4c9763[_0x57e92f(0x243)],_0x5c9aa1);_0x222553[_0x57e92f(0x23d)]({'label':_0x4c9763[_0x57e92f(0x257)],'withText':!0x0,'role':Ts,'icon':_0x4c9763[_0x57e92f(0x223)]??_0x224013,'isEnabled':_0x4c9763[_0x57e92f(0x243)][_0x57e92f(0x1f3)](_0x315eea=>_0x315eea[_0x57e92f(0x22d)])}),_0x222553[_0x57e92f(0x279)]({'on':{'mouseenter':_0x57724f['to'](()=>{const _0x587df9=_0x57e92f;this[_0x587df9(0x23b)]()||_0x222553[_0x587df9(0x1fb)]();})}});const _0x55adaa=new _0x47d5a2(this[_0x57e92f(0x271)]);return _0x55adaa[_0x57e92f(0x279)]({'attributes':{'class':['ck',_0x57e92f(0x21c),_0x57e92f(0x22c),_0x57e92f(0x25e)]},'on':{'keydown':_0x57724f['to'](_0x1f311c=>{const _0x35e348=_0x57e92f;this[_0x35e348(0x255)](_0x1f311c,_0x1fbde2,_0x222553,_0x55adaa);})}}),_0x222553[_0x57e92f(0x224)](_0x57e92f(0x270))['to'](_0x55adaa,_0x57e92f(0x26a)),this[_0x57e92f(0x208)][_0x57e92f(0x215)](_0x55adaa),_0x55adaa[_0x57e92f(0x1f8)][_0x57e92f(0x215)](_0x325c37),this[_0x57e92f(0x228)](_0x222553,_0x55adaa),_0x15b012[_0x57e92f(0x24f)][_0x57e92f(0x215)](_0x222553),{'listItem':_0x15b012,'highlightView':_0x2f97e0};}[_0x1efcdb(0x261)](_0x2a57a7,_0x540cf7,_0x57897c){const _0x401c1d=_0x1efcdb,_0x31d07d=new _0x26b11c(this[_0x401c1d(0x271)]);return _0x31d07d[_0x401c1d(0x279)]({'attributes':{'class':['ck',_0x401c1d(0x21c),_0x401c1d(0x25f),_0x401c1d(0x21a)]}}),_0x540cf7[_0x401c1d(0x230)](_0x5e63cc=>{const _0x22bda5=_0x401c1d,_0x54408d=new _0x305990(this[_0x22bda5(0x271)]),_0x252005=_0x3c3975({'editor':_0x2a57a7,'action':_0x5e63cc,'withText':!0x0,'withIcon':!0x1,'isInDropdown':!0x0,'shouldPreventFocus':()=>this[_0x22bda5(0x23b)]()})();_0x54408d[_0x22bda5(0x24f)][_0x22bda5(0x215)](_0x252005),_0x57897c[_0x22bda5(0x226)][_0x22bda5(0x215)](_0x252005),_0x31d07d[_0x22bda5(0x247)][_0x22bda5(0x215)](_0x54408d);}),_0x31d07d;}[_0x1efcdb(0x228)](_0x5bf786,_0x2cedb5){const _0x28ee55=_0x1efcdb,_0x1efcc9=_0x5bf786[_0x28ee55(0x26f)],_0x356978=this[_0x28ee55(0x237)](_0x5bf786);_0x5bf786[_0x28ee55(0x279)]({'attributes':{'class':[_0x28ee55(0x269)]},'on':{'mouseenter':_0x1efcc9['to'](()=>{const _0x4ad925=_0x28ee55;this[_0x4ad925(0x206)](_0x2cedb5,_0x5bf786);}),'mouseleave':_0x1efcc9['to'](_0x448cdc=>{const _0x5c456f=_0x28ee55,_0x122d26=_0x448cdc[_0x5c456f(0x222)];this[_0x5c456f(0x277)](_0x122d26,_0x2cedb5)||this[_0x5c456f(0x217)](_0x2cedb5);}),'keydown':_0x1efcc9['to'](_0x3c439d=>{const _0x44deec=_0x28ee55;_0x3c439d[_0x44deec(0x213)]==_0x356978&&(this[_0x44deec(0x206)](_0x2cedb5,_0x5bf786),_0x2cedb5[_0x44deec(0x1f8)][_0x44deec(0x273)](0x0)[_0x44deec(0x1fb)]());})}}),_0x2cedb5['on'](_0x28ee55(0x251),()=>{const _0xb1c162=_0x28ee55;_0x2cedb5[_0xb1c162(0x202)]?.[_0xb1c162(0x232)](_0xb1c162(0x20e),_0x4a1f8f=>{const _0x9aa782=_0xb1c162,_0x20f7ee=_0x4a1f8f[_0x9aa782(0x222)];_0x5bf786[_0x9aa782(0x202)]?.[_0x9aa782(0x1fd)](_0x20f7ee)||this[_0x9aa782(0x277)](_0x20f7ee,_0x2cedb5)||this[_0x9aa782(0x217)](_0x2cedb5);});});}[_0x1efcdb(0x206)](_0x250724,_0x2ad30b){const _0xf790b0=_0x1efcdb;this[_0xf790b0(0x242)][_0xf790b0(0x230)](_0x5715f1=>{const _0x564e68=_0xf790b0;_0x5715f1!==_0x250724&&_0x5715f1[_0x564e68(0x26a)]&&_0x5715f1[_0x564e68(0x24a)]();}),_0x250724[_0xf790b0(0x276)](),_0x250724[_0xf790b0(0x260)]({'positions':[_0x2e3ec0[_0xf790b0(0x207)]],'target':_0x2ad30b[_0xf790b0(0x202)],'fitInViewport':!0x0}),this[_0xf790b0(0x242)][_0xf790b0(0x215)](_0x250724);}[_0x1efcdb(0x217)](_0x29b770){const _0x1c3ef3=_0x1efcdb;_0x29b770[_0x1c3ef3(0x24a)](),this[_0x1c3ef3(0x242)][_0x1c3ef3(0x234)](_0x29b770);}[_0x1efcdb(0x254)](){const _0x484f60=_0x1efcdb;this[_0x484f60(0x242)][_0x484f60(0x230)](_0x14b067=>_0x14b067[_0x484f60(0x24a)]()),this[_0x484f60(0x242)][_0x484f60(0x1f7)]();}[_0x1efcdb(0x277)](_0x17aa56,_0x1e85f5){const _0x3002e5=_0x1efcdb;if(!_0x17aa56)return!0x1;if(_0x1e85f5[_0x3002e5(0x202)]?.[_0x3002e5(0x1fd)](_0x17aa56))return!0x0;const _0x1dfec0=_0x17aa56;return _0x1dfec0[_0x3002e5(0x20d)]&&(null!==_0x1dfec0[_0x3002e5(0x20d)](_0x3002e5(0x1fe))||null!==_0x1dfec0[_0x3002e5(0x20d)](_0x3002e5(0x278))||null!==_0x1dfec0[_0x3002e5(0x20d)](_0x3002e5(0x233)));}[_0x1efcdb(0x25c)](){const _0x546423=_0x1efcdb;this[_0x546423(0x1f6)]&&this[_0x546423(0x1f6)][_0x546423(0x244)]();}[_0x1efcdb(0x227)](){const _0x41394f=_0x1efcdb;this[_0x41394f(0x254)](),this[_0x41394f(0x208)][_0x41394f(0x24d)](),super[_0x41394f(0x227)]();}[_0x1efcdb(0x1fb)](){const _0x8e7f73=_0x1efcdb;this[_0x8e7f73(0x1f6)]?this[_0x8e7f73(0x1f6)][_0x8e7f73(0x1fb)]():this[_0x8e7f73(0x239)][_0x8e7f73(0x1fb)]();}[_0x1efcdb(0x23c)](_0x1d2749){const _0x1c0a6c=_0x1efcdb;return _0x1c0a6c(0x264)===_0x1d2749[_0x1c0a6c(0x271)][_0x1c0a6c(0x221)]?_0x1c0a6c(0x218):_0x1c0a6c(0x214);}[_0x1efcdb(0x237)](_0x2fa09d){const _0x33d82f=_0x1efcdb;return _0x33d82f(0x264)===_0x2fa09d[_0x33d82f(0x271)][_0x33d82f(0x221)]?_0x33d82f(0x214):_0x33d82f(0x218);}[_0x1efcdb(0x255)](_0x5c88f0,_0x4b8db4,_0x3d43c6,_0x52c5cf){const _0x2a72ea=_0x1efcdb;_0x5c88f0[_0x2a72ea(0x213)]==_0x4b8db4&&(_0x3d43c6[_0x2a72ea(0x1fb)](),this[_0x2a72ea(0x217)](_0x52c5cf));}[_0x1efcdb(0x22b)](_0x5656e2){const _0x50b9e0=_0x1efcdb;_0x5656e2[_0x50b9e0(0x1f4)](_0x50b9e0(0x200));}}
23
+ const _0x17fb1d=_0x5527;(function(_0x5c9f2d,_0x5155ae){const _0x563315=_0x5527,_0x41569d=_0x5c9f2d();while(!![]){try{const _0x371393=parseInt(_0x563315(0x254))/0x1+-parseInt(_0x563315(0x23e))/0x2+-parseInt(_0x563315(0x24c))/0x3*(-parseInt(_0x563315(0x21b))/0x4)+-parseInt(_0x563315(0x229))/0x5*(-parseInt(_0x563315(0x242))/0x6)+-parseInt(_0x563315(0x243))/0x7*(parseInt(_0x563315(0x25f))/0x8)+parseInt(_0x563315(0x238))/0x9*(-parseInt(_0x563315(0x251))/0xa)+-parseInt(_0x563315(0x23c))/0xb*(-parseInt(_0x563315(0x270))/0xc);if(_0x371393===_0x5155ae)break;else _0x41569d['push'](_0x41569d['shift']());}catch(_0x5aae01){_0x41569d['push'](_0x41569d['shift']());}}}(_0x55b5,0xba0fb));import{View as _0x3d48c8,ListItemView as _0x22b056,ListView as _0x2f8b18,BalloonPanelView as _0x7771,DropdownMenuPanelPositioningFunctions as _0x5588a5,ViewCollection as _0x26932f,FocusCycler as _0x3707da,ButtonView as _0x2b7d84,IconView as _0x4e0fdc,HighlightedTextView as _0x972b5a,ButtonLabelWithHighlightView as _0x2b4c88,SearchTextView as _0x18d379}from'ckeditor5/src/ui.js';import{IconAIQuickActions as _0x3bfda1}from'@ckeditor/ckeditor5-icons';import{FocusTracker as _0x435319,KeystrokeHandler as _0x1b2c3b}from'ckeditor5/src/utils.js';function _0x55b5(){const _0x2ce82d=['AI_QUICK_ACTIONS_SEARCH','_setupGroupMenuBehavior','isOn','_getButtonKeystroke','activeElement','relatedTarget','_allSearchableItems','.ck-ai-quick-actions-group-button','uiLanguageDirection','clear','ck-dropdown-menu__nested-menu__panel','addMany','reset','_handleSearchResultButtonClick','_createListItems','_createSearchResultContentView','_hasSearch','4obFcHd','set','focus','optionsListView','queryView','aiQuickAction','resetSearch','add','_createActionGroupButton','ck-ai-quick-actions-group-list','ck-ai-quick-actions','ck-ai-quick-actions-search-result-button','ck-ai-quick-actions-button\x20ck-ai-quick-actions-button_with-group','ArrowRight','635hYMvqZ','_focusables','ArrowLeft','icon','extendTemplate','isVisible','menuitem','ck-button_with-text','_openNestedPanels','_createSearchTextView','ck-ai-quick-actions-button','execute','forEach','_hideAllNestedPanels','actions','3656277HbDghQ','chain','pin','detachFromDom','23573oqKsFR','get','1497714ShOuzP','ck-ai-quick-actions-button_with-group__close-paren','_isSearchFocused','_createSearchResultGroupRow','69606gpnLpH','4964827nTwdmP','_isMovingToNestedMenu','text','mouseleave','focusCycler','editing','_hideNestedPanel','render','rtl','1073751EtfkYj','destroy','displayedPrompt','_createSearchResultActionRow','role','30HrYaPU','ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button\x20ck-ai-quick-actions-search-result-button_with-group','fire','645461khGAxD','ck-ai-quick-actions-search-result__group-row','setTemplate','ck-ai-quick-actions-search-result__action-row','_handlePanelKeydown','_createSearchResultIndividualActionButton','label','_bodyCollection','first','_showNestedPanel','ownerDocument','16qkJICt','fieldView','children','ck-ai-quick-actions-button_with-group','ck-ai-quick-actions-group-button','AI_QUICK_ACTIONS_SEARCH_NOT_FOUND','_createActionButton','ck-reset_all','ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button','.ck-ai-quick-actions-group-panel','_searchTextView','contains','bind','focusTracker','hide','key','ck-button','9360QdDOEN','_setupActionButtonExecution','closest','ck-ai-quick-actions-group-panel','button','locale','ck-ai-quick-actions-search-result__content','eastSouth','items','push','element','keystrokes','div','content','.ck-ai-quick-actions-group-list','ck-dropdown-menu-list','_getPanelKeystroke','ck-rounded-corners','_createSearchResultActionButton','ck-ai-quick-actions-button_with-group__open-paren','ck-ai-quick-actions-search-result-button_with-group','parent','commands','some','show','ck-ai-quick-actions-search','ck-ai-quick-actions-button__group-icon','addEventListener','span','bindTemplate','view','delete','_createSearchResultGroupedActionButton','menu','isEnabled','_createGroupActionsList'];_0x55b5=function(){return _0x2ce82d;};return _0x55b5();}import{aiQuickActionsButtonCreator as _0x2476eb}from'./aiquickactionsbuttoncreator.js';import{DropdownMenuButtonWithHighlightView as _0x142b47}from'./dropdownmenubuttonwithhighlightview.js';function _0x5527(_0x154a80,_0x12cf9f){const _0x55b5f3=_0x55b5();return _0x5527=function(_0x552710,_0x564fca){_0x552710=_0x552710-0x1f3;let _0x4655d3=_0x55b5f3[_0x552710];return _0x4655d3;},_0x5527(_0x154a80,_0x12cf9f);}import{getTranslation as _0x672aaa}from'../../aicore/utils/common-translations.js';import{AIQuickActionsFilteredListView as _0xa7705d}from'./aiquickactionsfilteredlistview.js';const Ss=_0x17fb1d(0x207),ys=_0x17fb1d(0x22f);export class AIQuickActionsDropdownContentView extends _0x3d48c8{[_0x17fb1d(0x25b)];[_0x17fb1d(0x21e)];[_0x17fb1d(0x269)]=null;[_0x17fb1d(0x210)]=[];[_0x17fb1d(0x261)];[_0x17fb1d(0x26c)];[_0x17fb1d(0x27b)];[_0x17fb1d(0x22a)];[_0x17fb1d(0x247)];[_0x17fb1d(0x231)]=new Set();[_0x17fb1d(0x21a)];constructor(_0x4edbb8,_0x40feb8,_0x7e41a4,_0x2ad08f,_0x1981eb=!0x1){const _0x51cc50=_0x17fb1d,_0x3dd6a2=_0x4edbb8[_0x51cc50(0x275)];super(_0x3dd6a2),this[_0x51cc50(0x25b)]=_0x2ad08f,this[_0x51cc50(0x21a)]=_0x1981eb;const _0x5371c6=this[_0x51cc50(0x218)](_0x4edbb8,_0x40feb8,_0x7e41a4);this[_0x51cc50(0x21e)]=new _0xa7705d(_0x3dd6a2,_0x5371c6,this[_0x51cc50(0x210)]),this[_0x51cc50(0x21e)][_0x51cc50(0x250)]=Ss,this[_0x51cc50(0x21e)][_0x51cc50(0x278)][_0x51cc50(0x215)](_0x5371c6),this[_0x51cc50(0x26c)]=new _0x435319(),this[_0x51cc50(0x27b)]=new _0x1b2c3b(),_0x1981eb&&(this[_0x51cc50(0x269)]=this[_0x51cc50(0x232)]()),this[_0x51cc50(0x22a)]=_0x5371c6,this[_0x51cc50(0x247)]=new _0x3707da({'focusables':this[_0x51cc50(0x22a)],'focusTracker':this[_0x51cc50(0x26c)],'keystrokeHandler':this[_0x51cc50(0x27b)]}),_0x1981eb&&this[_0x51cc50(0x269)]&&this[_0x51cc50(0x247)][_0x51cc50(0x239)](this[_0x51cc50(0x269)][_0x51cc50(0x247)]);const _0x159a21=_0x1981eb&&this[_0x51cc50(0x269)]?[this[_0x51cc50(0x269)]]:[this[_0x51cc50(0x21e)]];this[_0x51cc50(0x261)]=new _0x26932f(_0x159a21),this[_0x51cc50(0x256)]({'tag':_0x51cc50(0x27c),'attributes':{'class':['ck',_0x51cc50(0x266),_0x51cc50(0x225),_0x51cc50(0x1f7)],'dir':_0x3dd6a2[_0x51cc50(0x212)]},'children':this[_0x51cc50(0x261)]});}[_0x17fb1d(0x232)](){const _0x57f446=_0x17fb1d;return new _0x18d379(this[_0x57f446(0x275)],{'filteredView':this[_0x57f446(0x21e)],'queryView':{'label':_0x672aaa(this[_0x57f446(0x275)],_0x57f446(0x20a))},'class':_0x57f446(0x1ff),'infoView':{'text':{'notFound':{'primary':_0x672aaa(this[_0x57f446(0x275)],_0x57f446(0x264))}}}});}[_0x17fb1d(0x240)](){const _0x202e56=_0x17fb1d;if(!this[_0x202e56(0x21a)]||!this[_0x202e56(0x269)]||!this[_0x202e56(0x269)][_0x202e56(0x21f)][_0x202e56(0x260)][_0x202e56(0x27a)])return!0x1;const _0x5c4211=this[_0x202e56(0x269)][_0x202e56(0x21f)][_0x202e56(0x260)][_0x202e56(0x27a)][_0x202e56(0x25e)]?.[_0x202e56(0x20e)];return this[_0x202e56(0x269)][_0x202e56(0x21f)][_0x202e56(0x260)][_0x202e56(0x27a)][_0x202e56(0x26a)](_0x5c4211);}[_0x17fb1d(0x218)](_0x481113,_0x39092d,_0x2bbde5){const _0x26ffb7=_0x17fb1d,_0x5d8fd4=new _0x26932f();return _0x39092d[_0x26ffb7(0x235)](_0x24f151=>{const _0x201d9a=_0x26ffb7;if(_0x201d9a(0x237)in _0x24f151){const {listItem:_0x333464}=this[_0x201d9a(0x223)](_0x481113,_0x24f151,_0x2bbde5);_0x5d8fd4[_0x201d9a(0x222)](_0x333464),_0x24f151[_0x201d9a(0x237)][_0x201d9a(0x235)](_0x4cc842=>{const _0x57d963=_0x201d9a;this[_0x57d963(0x265)](_0x481113,_0x4cc842,_0x24f151[_0x57d963(0x25a)],_0x24f151[_0x57d963(0x22c)]);const {listItem:_0x455ec2,highlightViews:_0x3e3384}=this[_0x57d963(0x1f8)](_0x481113,_0x4cc842,_0x24f151[_0x57d963(0x25a)],_0x24f151[_0x57d963(0x22c)]);this[_0x57d963(0x210)][_0x57d963(0x279)]({'item':_0x455ec2,'label':_0x4cc842[_0x57d963(0x24e)],'groupLabel':_0x24f151[_0x57d963(0x25a)],'highlightViews':_0x3e3384});});}else{const {listItem:_0xd581c1}=this[_0x201d9a(0x265)](_0x481113,_0x24f151);_0x5d8fd4[_0x201d9a(0x222)](_0xd581c1);const _0x177c92=_0xd581c1[_0x201d9a(0x261)][_0x201d9a(0x25c)];if(_0x177c92){const {listItem:_0x13ba6b,highlightViews:_0x366283}=this[_0x201d9a(0x1f8)](_0x481113,_0x24f151);this[_0x201d9a(0x210)][_0x201d9a(0x279)]({'item':_0x13ba6b,'label':_0x177c92[_0x201d9a(0x25a)]||'','highlightViews':_0x366283});}}}),_0x5d8fd4;}[_0x17fb1d(0x265)](_0x38ddac,_0x302a13,_0x526536,_0xf4832c){const _0x582712=_0x17fb1d,_0x10cdda=new _0x22b056(this[_0x582712(0x275)]);if(_0x526536&&_0xf4832c){const _0x6d732=new _0x2b7d84(this[_0x582712(0x275)]),_0x1d97e0=_0x6d732[_0x582712(0x203)],_0xb499a8=new _0x972b5a();_0xb499a8[_0x582712(0x245)]=_0x302a13[_0x582712(0x24e)];const _0x3d9d71=new _0x972b5a();_0x3d9d71[_0x582712(0x245)]=_0x526536;const _0xef7e62=new _0x4e0fdc();_0xef7e62[_0x582712(0x1f3)]=_0xf4832c,_0xef7e62[_0x582712(0x22d)]({'attributes':{'class':_0x582712(0x200)}});const _0x15bc0b=new _0x3d48c8(this[_0x582712(0x275)]);_0x15bc0b[_0x582712(0x256)]({'tag':_0x582712(0x202),'attributes':{'class':_0x582712(0x1f9)},'children':[{'text':'\x20('}]});const _0x243f75=new _0x3d48c8(this[_0x582712(0x275)]);return _0x243f75[_0x582712(0x256)]({'tag':_0x582712(0x202),'attributes':{'class':_0x582712(0x23f)},'children':[{'text':')'}]}),_0x6d732[_0x582712(0x21c)]({'label':_0x302a13[_0x582712(0x24e)]+'\x20('+_0x526536+')','withText':!0x0,'role':_0x582712(0x22f),'class':_0x582712(0x227),'tooltip':!0x1}),_0x6d732[_0x582712(0x256)]({'tag':_0x582712(0x274),'attributes':{'class':['ck',_0x582712(0x26f),_0x582712(0x230),_0x582712(0x233),_0x582712(0x262)],'type':_0x582712(0x274),'role':_0x582712(0x22f),'tabindex':'-1'},'children':[_0xb499a8,_0x15bc0b,_0xef7e62,_0x3d9d71,_0x243f75],'on':{'mouseenter':_0x1d97e0['to'](()=>{const _0xc02d83=_0x582712;this[_0xc02d83(0x240)]()||_0x6d732[_0xc02d83(0x21d)]();}),'click':_0x1d97e0['to'](()=>{const _0x144dc6=_0x582712;_0x6d732[_0x144dc6(0x253)](_0x144dc6(0x234));})}}),_0x6d732['on'](_0x582712(0x234),()=>{const _0x4686f7=_0x582712;_0x38ddac[_0x4686f7(0x248)][_0x4686f7(0x204)][_0x4686f7(0x21d)](),_0x38ddac[_0x4686f7(0x1fc)][_0x4686f7(0x234)](_0x4686f7(0x220),_0x302a13);}),_0x10cdda[_0x582712(0x261)][_0x582712(0x222)](_0x6d732),{'listItem':_0x10cdda,'highlightViews':[_0xb499a8,_0x3d9d71]};}{const _0x16a935=new _0x2b4c88(),_0xb99516=new _0x2b7d84(this[_0x582712(0x275)],_0x16a935),_0xdacfbd=_0xb99516[_0x582712(0x203)],_0x3a712c=_0x302a13[_0x582712(0x22c)]??_0x302a13[_0x582712(0x1fb)]?.[_0x582712(0x22c)],_0x15df5f=void 0x0!==_0x302a13[_0x582712(0x22c)];return _0xb99516[_0x582712(0x21c)]({'label':_0x302a13[_0x582712(0x24e)],'withText':!0x0,'role':_0x582712(0x22f),'icon':_0x15df5f?_0x3a712c??_0x3bfda1:void 0x0,'tooltip':!0x1,'class':_0x582712(0x233)}),_0xb99516[_0x582712(0x22d)]({'on':{'mouseenter':_0xdacfbd['to'](()=>{const _0x2092a5=_0x582712;this[_0x2092a5(0x240)]()||_0xb99516[_0x2092a5(0x21d)]();})}}),_0xb99516['on'](_0x582712(0x234),()=>{const _0x632416=_0x582712;_0x38ddac[_0x632416(0x248)][_0x632416(0x204)][_0x632416(0x21d)](),_0x38ddac[_0x632416(0x1fc)][_0x632416(0x234)](_0x632416(0x220),_0x302a13);}),_0x10cdda[_0x582712(0x261)][_0x582712(0x222)](_0xb99516),{'listItem':_0x10cdda,'highlightViews':[_0x16a935]};}}[_0x17fb1d(0x1f8)](_0x3c0554,_0x575f0e,_0x247612,_0x253100){const _0xf26844=_0x17fb1d;return _0x247612&&_0x253100?this[_0xf26844(0x206)](_0x3c0554,_0x575f0e,_0x247612,_0x253100):this[_0xf26844(0x259)](_0x3c0554,_0x575f0e);}[_0x17fb1d(0x206)](_0xc9e238,_0x584d06,_0x11c594,_0x11eecf){const _0x247f6f=_0x17fb1d,_0x2a8715=new _0x22b056(this[_0x247f6f(0x275)]),_0x4df84b=new _0x2b7d84(this[_0x247f6f(0x275)]),_0x3af271=_0x4df84b[_0x247f6f(0x203)],{view:_0x13848b,highlightView:_0x1823c5}=this[_0x247f6f(0x241)](_0x11c594,_0x11eecf),{view:_0x447905,highlightView:_0x3edbe2}=this[_0x247f6f(0x24f)](_0x584d06[_0x247f6f(0x24e)]),_0x2ca3bb=this[_0x247f6f(0x219)](_0x13848b,_0x447905);return _0x4df84b[_0x247f6f(0x21c)]({'label':_0x584d06[_0x247f6f(0x24e)],'withText':!0x0,'role':_0x247f6f(0x22f),'class':_0x247f6f(0x252),'tooltip':!0x1}),_0x4df84b[_0x247f6f(0x256)]({'tag':_0x247f6f(0x274),'attributes':{'class':['ck',_0x247f6f(0x26f),_0x247f6f(0x230),_0x247f6f(0x233),_0x247f6f(0x226),_0x247f6f(0x1fa)],'type':_0x247f6f(0x274),'role':_0x247f6f(0x22f),'tabindex':'-1'},'children':[_0x2ca3bb],'on':{'mouseenter':_0x3af271['to'](()=>{const _0x38117e=_0x247f6f;this[_0x38117e(0x240)]()||_0x4df84b[_0x38117e(0x21d)]();}),'click':_0x3af271['to'](()=>{const _0x2ba3d2=_0x247f6f;this[_0x2ba3d2(0x217)](_0x4df84b);})}}),this[_0x247f6f(0x271)](_0x4df84b,_0xc9e238,_0x584d06),_0x2a8715[_0x247f6f(0x261)][_0x247f6f(0x222)](_0x4df84b),{'listItem':_0x2a8715,'highlightViews':[_0x1823c5,_0x3edbe2]};}[_0x17fb1d(0x259)](_0xd979dc,_0x220b65){const _0x2568a8=_0x17fb1d,_0x4fe269=new _0x22b056(this[_0x2568a8(0x275)]),_0x53e5fb=new _0x2b4c88(),_0x178366=new _0x2b7d84(this[_0x2568a8(0x275)],_0x53e5fb),_0x5280a2=_0x178366[_0x2568a8(0x203)];return _0x178366[_0x2568a8(0x21c)]({'label':_0x220b65[_0x2568a8(0x24e)],'withText':!0x0,'role':_0x2568a8(0x22f),'icon':void 0x0,'tooltip':!0x1,'class':_0x2568a8(0x267)}),_0x178366[_0x2568a8(0x22d)]({'on':{'mouseenter':_0x5280a2['to'](()=>{const _0x5a1bac=_0x2568a8;this[_0x5a1bac(0x240)]()||_0x178366[_0x5a1bac(0x21d)]();})}}),this[_0x2568a8(0x271)](_0x178366,_0xd979dc,_0x220b65),_0x4fe269[_0x2568a8(0x261)][_0x2568a8(0x222)](_0x178366),{'listItem':_0x4fe269,'highlightViews':[_0x53e5fb]};}[_0x17fb1d(0x241)](_0x56c320,_0xef2ddd){const _0x5aa5f5=_0x17fb1d,_0x4ae5ee=new _0x3d48c8(this[_0x5aa5f5(0x275)]),_0x3773d4=new _0x4e0fdc();_0x3773d4[_0x5aa5f5(0x1f3)]=_0xef2ddd,_0x3773d4[_0x5aa5f5(0x22d)]({'attributes':{'class':_0x5aa5f5(0x200)}});const _0x1e60a1=new _0x972b5a();return _0x1e60a1[_0x5aa5f5(0x245)]=_0x56c320,_0x4ae5ee[_0x5aa5f5(0x256)]({'tag':_0x5aa5f5(0x27c),'attributes':{'class':_0x5aa5f5(0x255)},'children':[_0x3773d4,_0x1e60a1]}),{'view':_0x4ae5ee,'highlightView':_0x1e60a1};}[_0x17fb1d(0x24f)](_0xb645e5){const _0x1cbe92=_0x17fb1d,_0x4f25ac=new _0x3d48c8(this[_0x1cbe92(0x275)]),_0x16a537=new _0x972b5a();return _0x16a537[_0x1cbe92(0x245)]=_0xb645e5,_0x4f25ac[_0x1cbe92(0x256)]({'tag':_0x1cbe92(0x27c),'attributes':{'class':_0x1cbe92(0x257)},'children':[_0x16a537]}),{'view':_0x4f25ac,'highlightView':_0x16a537};}[_0x17fb1d(0x219)](_0x2b8820,_0xcdbfc3){const _0x36d946=_0x17fb1d,_0xcd0cc6=new _0x3d48c8(this[_0x36d946(0x275)]);return _0xcd0cc6[_0x36d946(0x256)]({'tag':_0x36d946(0x27c),'attributes':{'class':_0x36d946(0x276)},'children':[_0x2b8820,_0xcdbfc3]}),_0xcd0cc6;}[_0x17fb1d(0x271)](_0x3d08c9,_0x55463b,_0x24cbc8){const _0x452cc4=_0x17fb1d;_0x3d08c9['on'](_0x452cc4(0x234),()=>{const _0x227cb7=_0x452cc4;_0x55463b[_0x227cb7(0x248)][_0x227cb7(0x204)][_0x227cb7(0x21d)](),_0x55463b[_0x227cb7(0x1fc)][_0x227cb7(0x234)](_0x227cb7(0x220),_0x24cbc8);});}[_0x17fb1d(0x223)](_0x461363,_0x3f438b,_0x5246cd){const _0x4e6c11=_0x17fb1d,_0x55c39b=new _0x22b056(this[_0x4e6c11(0x275)]),_0x428d9f=new _0x2b4c88(),_0xfb6b97=new _0x142b47(this[_0x4e6c11(0x275)],_0x428d9f),_0x2c9769=_0xfb6b97[_0x4e6c11(0x203)],_0x369468=this[_0x4e6c11(0x1f6)](_0x5246cd),_0x3173cb=this[_0x4e6c11(0x209)](_0x461363,_0x3f438b[_0x4e6c11(0x237)],_0x5246cd);_0xfb6b97[_0x4e6c11(0x21c)]({'label':_0x3f438b[_0x4e6c11(0x25a)],'withText':!0x0,'role':ys,'icon':_0x3f438b[_0x4e6c11(0x22c)]??_0x3bfda1,'isEnabled':_0x3f438b[_0x4e6c11(0x237)][_0x4e6c11(0x1fd)](_0x49a1b5=>_0x49a1b5[_0x4e6c11(0x208)])}),_0xfb6b97[_0x4e6c11(0x22d)]({'on':{'mouseenter':_0x2c9769['to'](()=>{const _0x67eef7=_0x4e6c11;this[_0x67eef7(0x240)]()||_0xfb6b97[_0x67eef7(0x21d)]();})}});const _0x1ecb8a=new _0x7771(this[_0x4e6c11(0x275)]);return _0x1ecb8a[_0x4e6c11(0x22d)]({'attributes':{'class':['ck',_0x4e6c11(0x266),_0x4e6c11(0x273),_0x4e6c11(0x214)]},'on':{'keydown':_0x2c9769['to'](_0x55f62f=>{const _0x451545=_0x4e6c11;this[_0x451545(0x258)](_0x55f62f,_0x369468,_0xfb6b97,_0x1ecb8a);})}}),_0xfb6b97[_0x4e6c11(0x26b)](_0x4e6c11(0x20c))['to'](_0x1ecb8a,_0x4e6c11(0x22e)),this[_0x4e6c11(0x25b)][_0x4e6c11(0x222)](_0x1ecb8a),_0x1ecb8a[_0x4e6c11(0x1f3)][_0x4e6c11(0x222)](_0x3173cb),this[_0x4e6c11(0x20b)](_0xfb6b97,_0x1ecb8a),_0x55c39b[_0x4e6c11(0x261)][_0x4e6c11(0x222)](_0xfb6b97),{'listItem':_0x55c39b,'highlightView':_0x428d9f};}[_0x17fb1d(0x209)](_0x1c10f7,_0xd070b7,_0x3b7d20){const _0x4f24cb=_0x17fb1d,_0x3c13d0=new _0x2f8b18(this[_0x4f24cb(0x275)]);return _0x3c13d0[_0x4f24cb(0x22d)]({'attributes':{'class':['ck',_0x4f24cb(0x266),_0x4f24cb(0x224),_0x4f24cb(0x1f5)]}}),_0xd070b7[_0x4f24cb(0x235)](_0x1d51b9=>{const _0x28481b=_0x4f24cb,_0x46ca6e=new _0x22b056(this[_0x28481b(0x275)]),_0x15e382=_0x2476eb({'editor':_0x1c10f7,'action':_0x1d51b9,'withText':!0x0,'withIcon':!0x1,'isInDropdown':!0x0,'shouldPreventFocus':()=>this[_0x28481b(0x240)]()})();_0x46ca6e[_0x28481b(0x261)][_0x28481b(0x222)](_0x15e382),_0x3b7d20[_0x28481b(0x26c)][_0x28481b(0x222)](_0x15e382),_0x3c13d0[_0x28481b(0x278)][_0x28481b(0x222)](_0x46ca6e);}),_0x3c13d0;}[_0x17fb1d(0x20b)](_0x41b8d4,_0x550bcb){const _0x4735f7=_0x17fb1d,_0x2173e8=_0x41b8d4[_0x4735f7(0x203)],_0x35a733=this[_0x4735f7(0x20d)](_0x41b8d4);_0x41b8d4[_0x4735f7(0x22d)]({'attributes':{'class':[_0x4735f7(0x263)]},'on':{'mouseenter':_0x2173e8['to'](()=>{const _0x4a3617=_0x4735f7;this[_0x4a3617(0x25d)](_0x550bcb,_0x41b8d4);}),'mouseleave':_0x2173e8['to'](_0x3e8503=>{const _0x5defd6=_0x4735f7,_0x2efd52=_0x3e8503[_0x5defd6(0x20f)];this[_0x5defd6(0x244)](_0x2efd52,_0x550bcb)||this[_0x5defd6(0x249)](_0x550bcb);}),'keydown':_0x2173e8['to'](_0x310c23=>{const _0x145aca=_0x4735f7;_0x310c23[_0x145aca(0x26e)]==_0x35a733&&(this[_0x145aca(0x25d)](_0x550bcb,_0x41b8d4),_0x550bcb[_0x145aca(0x1f3)][_0x145aca(0x23d)](0x0)[_0x145aca(0x21d)]());})}}),_0x550bcb['on'](_0x4735f7(0x24a),()=>{const _0x48d96d=_0x4735f7;_0x550bcb[_0x48d96d(0x27a)]?.[_0x48d96d(0x201)](_0x48d96d(0x246),_0x151b2a=>{const _0x10bae7=_0x48d96d,_0x861704=_0x151b2a[_0x10bae7(0x20f)];_0x41b8d4[_0x10bae7(0x27a)]?.[_0x10bae7(0x26a)](_0x861704)||this[_0x10bae7(0x244)](_0x861704,_0x550bcb)||this[_0x10bae7(0x249)](_0x550bcb);});});}[_0x17fb1d(0x25d)](_0x30a7d1,_0x3d4e1a){const _0x43beb4=_0x17fb1d;this[_0x43beb4(0x231)][_0x43beb4(0x235)](_0x12f227=>{const _0x6983c1=_0x43beb4;_0x12f227!==_0x30a7d1&&_0x12f227[_0x6983c1(0x22e)]&&_0x12f227[_0x6983c1(0x26d)]();}),_0x30a7d1[_0x43beb4(0x1fe)](),_0x30a7d1[_0x43beb4(0x23a)]({'positions':[_0x5588a5[_0x43beb4(0x277)]],'target':_0x3d4e1a[_0x43beb4(0x27a)],'fitInViewport':!0x0}),this[_0x43beb4(0x231)][_0x43beb4(0x222)](_0x30a7d1);}[_0x17fb1d(0x249)](_0x4f14e4){const _0x2c312b=_0x17fb1d;_0x4f14e4[_0x2c312b(0x26d)](),this[_0x2c312b(0x231)][_0x2c312b(0x205)](_0x4f14e4);}[_0x17fb1d(0x236)](){const _0x2f1a97=_0x17fb1d;this[_0x2f1a97(0x231)][_0x2f1a97(0x235)](_0x4609e2=>_0x4609e2[_0x2f1a97(0x26d)]()),this[_0x2f1a97(0x231)][_0x2f1a97(0x213)]();}[_0x17fb1d(0x244)](_0x51bcef,_0x1a19c7){const _0x15fb84=_0x17fb1d;if(!_0x51bcef)return!0x1;if(_0x1a19c7[_0x15fb84(0x27a)]?.[_0x15fb84(0x26a)](_0x51bcef))return!0x0;const _0x490518=_0x51bcef;return _0x490518[_0x15fb84(0x272)]&&(null!==_0x490518[_0x15fb84(0x272)](_0x15fb84(0x268))||null!==_0x490518[_0x15fb84(0x272)](_0x15fb84(0x1f4))||null!==_0x490518[_0x15fb84(0x272)](_0x15fb84(0x211)));}[_0x17fb1d(0x221)](){const _0x23b837=_0x17fb1d;this[_0x23b837(0x269)]&&this[_0x23b837(0x269)][_0x23b837(0x216)]();}[_0x17fb1d(0x24d)](){const _0xcc0f63=_0x17fb1d;this[_0xcc0f63(0x236)](),this[_0xcc0f63(0x25b)][_0xcc0f63(0x23b)](),super[_0xcc0f63(0x24d)]();}[_0x17fb1d(0x21d)](){const _0x582f77=_0x17fb1d;this[_0x582f77(0x269)]?this[_0x582f77(0x269)][_0x582f77(0x21d)]():this[_0x582f77(0x21e)][_0x582f77(0x21d)]();}[_0x17fb1d(0x1f6)](_0x2e9731){const _0x2e3ad4=_0x17fb1d;return _0x2e3ad4(0x24b)===_0x2e9731[_0x2e3ad4(0x275)][_0x2e3ad4(0x212)]?_0x2e3ad4(0x228):_0x2e3ad4(0x22b);}[_0x17fb1d(0x20d)](_0x1550a2){const _0x3cc70a=_0x17fb1d;return _0x3cc70a(0x24b)===_0x1550a2[_0x3cc70a(0x275)][_0x3cc70a(0x212)]?_0x3cc70a(0x22b):_0x3cc70a(0x228);}[_0x17fb1d(0x258)](_0x452c4c,_0x409412,_0x1f665c,_0x4b2bc1){const _0x457b52=_0x17fb1d;_0x452c4c[_0x457b52(0x26e)]==_0x409412&&(_0x1f665c[_0x457b52(0x21d)](),this[_0x457b52(0x249)](_0x4b2bc1));}[_0x17fb1d(0x217)](_0x3fca5e){const _0x13b539=_0x17fb1d;_0x3fca5e[_0x13b539(0x253)](_0x13b539(0x234));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x141ebb=_0x5c6f;(function(_0xbd0cbf,_0x49f624){const _0x4b2cd5=_0x5c6f,_0x44ce9b=_0xbd0cbf();while(!![]){try{const _0xa4f693=-parseInt(_0x4b2cd5(0x173))/0x1*(-parseInt(_0x4b2cd5(0x176))/0x2)+parseInt(_0x4b2cd5(0x17e))/0x3*(-parseInt(_0x4b2cd5(0x169))/0x4)+-parseInt(_0x4b2cd5(0x170))/0x5+-parseInt(_0x4b2cd5(0x161))/0x6+-parseInt(_0x4b2cd5(0x165))/0x7+parseInt(_0x4b2cd5(0x164))/0x8+parseInt(_0x4b2cd5(0x16c))/0x9;if(_0xa4f693===_0x49f624)break;else _0x44ce9b['push'](_0x44ce9b['shift']());}catch(_0x112145){_0x44ce9b['push'](_0x44ce9b['shift']());}}}(_0x36e9,0x3e3fb));import{ListView as _0x27577a}from'ckeditor5/src/ui.js';function _0x36e9(){const _0x5669b7=['forEach','_allListItems','561175IrbFPn','highlightViews','_clearHighlight','2792PViwjh','map','items','12PjxfYx','groupLabel','highlightText','label','_highlightQuery','source','_allSearchableItems','filter','3858mcOebY','addMany','434982pAXsmY','function','length','3225840jvfCKY','552706HPPmGQ','sort','item','trim','908FMRicY','clear','toLowerCase','3515409QzsTue','includes'];_0x36e9=function(){return _0x5669b7;};return _0x36e9();}import{escapeRegExp as _0x1936c6}from'es-toolkit/compat';function _0x5c6f(_0x2d02da,_0x443fd3){const _0x36e9e7=_0x36e9();return _0x5c6f=function(_0x5c6f1c,_0x4a9a3e){_0x5c6f1c=_0x5c6f1c-0x161;let _0x7b448f=_0x36e9e7[_0x5c6f1c];return _0x7b448f;},_0x5c6f(_0x2d02da,_0x443fd3);}export class AIQuickActionsFilteredListView extends _0x27577a{[_0x141ebb(0x16f)];[_0x141ebb(0x17c)];constructor(_0x5bd88f,_0x129fcc,_0x52975b){const _0x6dd538=_0x141ebb;super(_0x5bd88f),this[_0x6dd538(0x16f)]=_0x129fcc,this[_0x6dd538(0x17c)]=_0x52975b;}[_0x141ebb(0x17d)](_0x13c753){const _0x450d53=_0x141ebb;if(!_0x13c753)return this[_0x450d53(0x175)][_0x450d53(0x16a)](),this[_0x450d53(0x175)][_0x450d53(0x17f)](this[_0x450d53(0x16f)]),this[_0x450d53(0x172)](),{'resultsCount':this[_0x450d53(0x16f)][_0x450d53(0x163)],'totalItemsCount':this[_0x450d53(0x16f)][_0x450d53(0x163)]};const _0xd763e5=_0x13c753[_0x450d53(0x17b)][_0x450d53(0x16b)]()[_0x450d53(0x168)](),_0x479650=this[_0x450d53(0x17c)][_0x450d53(0x17d)](_0x1110b2=>(_0x1110b2[_0x450d53(0x177)]?_0x1110b2[_0x450d53(0x179)]+'\x20('+_0x1110b2[_0x450d53(0x177)]+')':_0x1110b2[_0x450d53(0x179)])[_0x450d53(0x16b)]()[_0x450d53(0x16d)](_0xd763e5));return this[_0x450d53(0x175)][_0x450d53(0x16a)](),this[_0x450d53(0x175)][_0x450d53(0x17f)](_0x479650[_0x450d53(0x166)]((_0x26aa37,_0x55715f)=>{const _0x58c1dc=_0x450d53,_0x4fb998=_0x26aa37[_0x58c1dc(0x177)],_0x10cdcd=_0x55715f[_0x58c1dc(0x177)];return _0x4fb998||_0x10cdcd?_0x4fb998?0x1:-0x1:0x0;})[_0x450d53(0x174)](_0x25fa61=>_0x25fa61[_0x450d53(0x167)])),this[_0x450d53(0x17a)](_0xd763e5,_0x479650),{'resultsCount':_0x479650[_0x450d53(0x163)],'totalItemsCount':this[_0x450d53(0x17c)][_0x450d53(0x163)]};}[_0x141ebb(0x17a)](_0x42f0b9,_0x31061b){const _0x1a40ec=_0x141ebb;if(!_0x42f0b9)return;const _0xcb57d0=new RegExp(_0x1936c6(_0x42f0b9),'gi');_0x31061b[_0x1a40ec(0x16e)](_0x32aa71=>{const _0x4f4974=_0x1a40ec;_0x32aa71[_0x4f4974(0x171)]&&_0x32aa71[_0x4f4974(0x171)][_0x4f4974(0x16e)](_0x5034fd=>{const _0x19f8b9=_0x4f4974;_0x19f8b9(0x162)==typeof _0x5034fd[_0x19f8b9(0x178)]&&_0x5034fd[_0x19f8b9(0x178)](_0xcb57d0);});});}[_0x141ebb(0x172)](){const _0x2a4fb9=_0x141ebb;this[_0x2a4fb9(0x17c)][_0x2a4fb9(0x16e)](_0x49ed9f=>{const _0x21c1eb=_0x2a4fb9;_0x49ed9f[_0x21c1eb(0x171)]&&_0x49ed9f[_0x21c1eb(0x171)][_0x21c1eb(0x16e)](_0x30307c=>{const _0x16a908=_0x21c1eb;_0x16a908(0x162)==typeof _0x30307c[_0x16a908(0x178)]&&_0x30307c[_0x16a908(0x178)](null);});});}}
23
+ const _0x4d46a5=_0x41cd;function _0x33e7(){const _0x475e67=['sort','clear','_highlightQuery','function','6096671LQRIfS','addMany','map','12XBCMsh','length','highlightViews','_clearHighlight','1046905RmfEoI','forEach','groupLabel','toLowerCase','items','2695845WlOzTh','filter','_allListItems','label','2125000eQtmhr','includes','_allSearchableItems','2632496IshyiJ','36289088qXXUEg','item','highlightText','trim','1214995KMrCZB','source'];_0x33e7=function(){return _0x475e67;};return _0x33e7();}(function(_0x4c2407,_0x197bf8){const _0x2fef85=_0x41cd,_0x2135cc=_0x4c2407();while(!![]){try{const _0x85dbaf=-parseInt(_0x2fef85(0x85))/0x1+-parseInt(_0x2fef85(0x7d))/0x2+-parseInt(_0x2fef85(0x79))/0x3+parseInt(_0x2fef85(0x80))/0x4+-parseInt(_0x2fef85(0x92))/0x5*(parseInt(_0x2fef85(0x8e))/0x6)+-parseInt(_0x2fef85(0x8b))/0x7+parseInt(_0x2fef85(0x81))/0x8;if(_0x85dbaf===_0x197bf8)break;else _0x2135cc['push'](_0x2135cc['shift']());}catch(_0x1ac201){_0x2135cc['push'](_0x2135cc['shift']());}}}(_0x33e7,0xb1d73));import{ListView as _0x2c5cf3}from'ckeditor5/src/ui.js';import{escapeRegExp as _0xd865cf}from'es-toolkit/compat';function _0x41cd(_0x453488,_0x2922cd){const _0x33e7f8=_0x33e7();return _0x41cd=function(_0x41cd1a,_0x105902){_0x41cd1a=_0x41cd1a-0x77;let _0x459799=_0x33e7f8[_0x41cd1a];return _0x459799;},_0x41cd(_0x453488,_0x2922cd);}export class AIQuickActionsFilteredListView extends _0x2c5cf3{[_0x4d46a5(0x7b)];[_0x4d46a5(0x7f)];constructor(_0x232aae,_0x430bb1,_0xbe87e6){const _0x3ffb68=_0x4d46a5;super(_0x232aae),this[_0x3ffb68(0x7b)]=_0x430bb1,this[_0x3ffb68(0x7f)]=_0xbe87e6;}[_0x4d46a5(0x7a)](_0x1b06f1){const _0x21435a=_0x4d46a5;if(!_0x1b06f1)return this[_0x21435a(0x78)][_0x21435a(0x88)](),this[_0x21435a(0x78)][_0x21435a(0x8c)](this[_0x21435a(0x7b)]),this[_0x21435a(0x91)](),{'resultsCount':this[_0x21435a(0x7b)][_0x21435a(0x8f)],'totalItemsCount':this[_0x21435a(0x7b)][_0x21435a(0x8f)]};const _0x16e9e0=_0x1b06f1[_0x21435a(0x86)][_0x21435a(0x77)]()[_0x21435a(0x84)](),_0x40f68e=this[_0x21435a(0x7f)][_0x21435a(0x7a)](_0x2d5670=>(_0x2d5670[_0x21435a(0x94)]?_0x2d5670[_0x21435a(0x7c)]+'\x20('+_0x2d5670[_0x21435a(0x94)]+')':_0x2d5670[_0x21435a(0x7c)])[_0x21435a(0x77)]()[_0x21435a(0x7e)](_0x16e9e0));return this[_0x21435a(0x78)][_0x21435a(0x88)](),this[_0x21435a(0x78)][_0x21435a(0x8c)](_0x40f68e[_0x21435a(0x87)]((_0x4e879c,_0x4bbc6e)=>{const _0x763b5=_0x21435a,_0x3b722c=_0x4e879c[_0x763b5(0x94)],_0x311ef3=_0x4bbc6e[_0x763b5(0x94)];return _0x3b722c||_0x311ef3?_0x3b722c?0x1:-0x1:0x0;})[_0x21435a(0x8d)](_0x5ddc8d=>_0x5ddc8d[_0x21435a(0x82)])),this[_0x21435a(0x89)](_0x16e9e0,_0x40f68e),{'resultsCount':_0x40f68e[_0x21435a(0x8f)],'totalItemsCount':this[_0x21435a(0x7f)][_0x21435a(0x8f)]};}[_0x4d46a5(0x89)](_0x90026,_0x11237f){const _0x2f6402=_0x4d46a5;if(!_0x90026)return;const _0x4d5986=new RegExp(_0xd865cf(_0x90026),'gi');_0x11237f[_0x2f6402(0x93)](_0x26247c=>{const _0x384f8e=_0x2f6402;_0x26247c[_0x384f8e(0x90)]&&_0x26247c[_0x384f8e(0x90)][_0x384f8e(0x93)](_0x15932a=>{const _0x1d5c21=_0x384f8e;_0x1d5c21(0x8a)==typeof _0x15932a[_0x1d5c21(0x83)]&&_0x15932a[_0x1d5c21(0x83)](_0x4d5986);});});}[_0x4d46a5(0x91)](){const _0x21fc73=_0x4d46a5;this[_0x21fc73(0x7f)][_0x21fc73(0x93)](_0x33df4c=>{const _0x592106=_0x21fc73;_0x33df4c[_0x592106(0x90)]&&_0x33df4c[_0x592106(0x90)][_0x592106(0x93)](_0x4b4134=>{const _0x53b229=_0x592106;_0x53b229(0x8a)==typeof _0x4b4134[_0x53b229(0x83)]&&_0x4b4134[_0x53b229(0x83)](null);});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x736e(){const _0x3b4d9e=['ck-dropdown-menu-list__nested-menu__button','add','1lIqAXC','children','render','9437096KKLoGy','2523948GrwDTy','2870016FSKOLb','arrowView','1289478TJImnM','ck-dropdown-menu-list__nested-menu__button__arrow','extendTemplate','content','621216iYMWhU','menuitem','bindTemplate','_createArrowView','371850IbycYe','set','3654708XEnyJC','isOn','mouseenter'];_0x736e=function(){return _0x3b4d9e;};return _0x736e();}function _0x5ddd(_0x10c9f6,_0x193f6c){const _0x736e89=_0x736e();return _0x5ddd=function(_0x5dddf2,_0x3b83b0){_0x5dddf2=_0x5dddf2-0x101;let _0x2a7504=_0x736e89[_0x5dddf2];return _0x2a7504;},_0x5ddd(_0x10c9f6,_0x193f6c);}const _0x56a884=_0x5ddd;(function(_0x25bee8,_0xb15012){const _0x737c4e=_0x5ddd,_0x5c0f96=_0x25bee8();while(!![]){try{const _0x17314b=-parseInt(_0x737c4e(0x110))/0x1*(parseInt(_0x737c4e(0x101))/0x2)+parseInt(_0x737c4e(0x105))/0x3+parseInt(_0x737c4e(0x115))/0x4+parseInt(_0x737c4e(0x109))/0x5+-parseInt(_0x737c4e(0x10b))/0x6+-parseInt(_0x737c4e(0x114))/0x7+parseInt(_0x737c4e(0x113))/0x8;if(_0x17314b===_0xb15012)break;else _0x5c0f96['push'](_0x5c0f96['shift']());}catch(_0x4eaf5e){_0x5c0f96['push'](_0x5c0f96['shift']());}}}(_0x736e,0x89bc2));import{IconView as _0x17091a,ListItemButtonView as _0x43feb7}from'ckeditor5/src/ui.js';import{IconDropdownArrow as _0x4f0259}from'@ckeditor/ckeditor5-icons';export class DropdownMenuButtonWithHighlightView extends _0x43feb7{[_0x56a884(0x116)];constructor(_0x3e939b,_0x4955e1){const _0x10eb2b=_0x56a884;super(_0x3e939b,_0x4955e1);const _0x588f38=this[_0x10eb2b(0x107)];this[_0x10eb2b(0x10a)]({'withText':!0x0,'role':_0x10eb2b(0x106)}),this[_0x10eb2b(0x116)]=this[_0x10eb2b(0x108)](),this[_0x10eb2b(0x103)]({'attributes':{'class':[_0x10eb2b(0x10e)],'aria-haspopup':!0x0,'aria-expanded':this[_0x10eb2b(0x107)]['to'](_0x10eb2b(0x10c),_0xcb853a=>String(_0xcb853a)),'data-cke-tooltip-disabled':_0x588f38['to'](_0x10eb2b(0x10c))},'on':{'mouseenter':_0x588f38['to'](_0x10eb2b(0x10d))}});}[_0x56a884(0x112)](){const _0x268f11=_0x56a884;super[_0x268f11(0x112)](),this[_0x268f11(0x111)][_0x268f11(0x10f)](this[_0x268f11(0x116)]);}[_0x56a884(0x108)](){const _0x52c206=_0x56a884,_0xb6778c=new _0x17091a();return _0xb6778c[_0x52c206(0x104)]=_0x4f0259,_0xb6778c[_0x52c206(0x103)]({'attributes':{'class':_0x52c206(0x102)}}),_0xb6778c;}}
23
+ const _0x566e20=_0x2164;function _0x32e6(){const _0x6a4dc1=['bindTemplate','ck-dropdown-menu-list__nested-menu__button__arrow','children','5946zKuqZK','arrowView','set','isOn','ck-dropdown-menu-list__nested-menu__button','55188KeeIls','render','184oaRtuJ','extendTemplate','_createArrowView','2436137SlZNfO','8254slwyIr','861eQyzIi','21253VQkkrG','1789020dgqyql','content','menuitem','20XPQSJn','339965xXHbqo','42BYJAUH','mouseenter','add'];_0x32e6=function(){return _0x6a4dc1;};return _0x32e6();}(function(_0x593c81,_0x581e31){const _0x130ef5=_0x2164,_0x3ed7d6=_0x593c81();while(!![]){try{const _0x496f35=-parseInt(_0x130ef5(0x15f))/0x1+parseInt(_0x130ef5(0x15d))/0x2*(-parseInt(_0x130ef5(0x165))/0x3)+-parseInt(_0x130ef5(0x163))/0x4*(-parseInt(_0x130ef5(0x164))/0x5)+parseInt(_0x130ef5(0x152))/0x6*(parseInt(_0x130ef5(0x15e))/0x7)+parseInt(_0x130ef5(0x159))/0x8*(-parseInt(_0x130ef5(0x157))/0x9)+parseInt(_0x130ef5(0x160))/0xa+-parseInt(_0x130ef5(0x15c))/0xb;if(_0x496f35===_0x581e31)break;else _0x3ed7d6['push'](_0x3ed7d6['shift']());}catch(_0x17cd4e){_0x3ed7d6['push'](_0x3ed7d6['shift']());}}}(_0x32e6,0x30a3a));function _0x2164(_0xc641ac,_0x519a67){const _0x32e6fe=_0x32e6();return _0x2164=function(_0x2164d7,_0x50741c){_0x2164d7=_0x2164d7-0x150;let _0x339d42=_0x32e6fe[_0x2164d7];return _0x339d42;},_0x2164(_0xc641ac,_0x519a67);}import{IconView as _0x31511f,ListItemButtonView as _0x67ec04}from'ckeditor5/src/ui.js';import{IconDropdownArrow as _0x20763f}from'@ckeditor/ckeditor5-icons';export class DropdownMenuButtonWithHighlightView extends _0x67ec04{[_0x566e20(0x153)];constructor(_0x5c641a,_0x36912b){const _0x1a8f82=_0x566e20;super(_0x5c641a,_0x36912b);const _0x4d7511=this[_0x1a8f82(0x168)];this[_0x1a8f82(0x154)]({'withText':!0x0,'role':_0x1a8f82(0x162)}),this[_0x1a8f82(0x153)]=this[_0x1a8f82(0x15b)](),this[_0x1a8f82(0x15a)]({'attributes':{'class':[_0x1a8f82(0x156)],'aria-haspopup':!0x0,'aria-expanded':this[_0x1a8f82(0x168)]['to'](_0x1a8f82(0x155),_0x1ba2cc=>String(_0x1ba2cc)),'data-cke-tooltip-disabled':_0x4d7511['to'](_0x1a8f82(0x155))},'on':{'mouseenter':_0x4d7511['to'](_0x1a8f82(0x166))}});}[_0x566e20(0x158)](){const _0x126854=_0x566e20;super[_0x126854(0x158)](),this[_0x126854(0x151)][_0x126854(0x167)](this[_0x126854(0x153)]);}[_0x566e20(0x15b)](){const _0x3bcd46=_0x566e20,_0x3705f7=new _0x31511f();return _0x3705f7[_0x3bcd46(0x161)]=_0x20763f,_0x3705f7[_0x3bcd46(0x15a)]({'attributes':{'class':_0x3bcd46(0x150)}}),_0x3705f7;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x19c68e=_0x1eae;(function(_0x4018c6,_0x5c2986){const _0x98987e=_0x1eae,_0x2f81c0=_0x4018c6();while(!![]){try{const _0x5a6510=-parseInt(_0x98987e(0x12f))/0x1*(-parseInt(_0x98987e(0x12a))/0x2)+-parseInt(_0x98987e(0x139))/0x3+-parseInt(_0x98987e(0xe6))/0x4+parseInt(_0x98987e(0x136))/0x5*(parseInt(_0x98987e(0x11e))/0x6)+parseInt(_0x98987e(0x149))/0x7+parseInt(_0x98987e(0x10b))/0x8*(parseInt(_0x98987e(0xd9))/0x9)+-parseInt(_0x98987e(0xb3))/0xa;if(_0x5a6510===_0x5c2986)break;else _0x2f81c0['push'](_0x2f81c0['shift']());}catch(_0x418700){_0x2f81c0['push'](_0x2f81c0['shift']());}}}(_0x3d49,0x8d576));import{ContextPlugin as _0xb194f6}from'ckeditor5/src/core.js';import{CKEditorError as _0xa28a7a,logError as _0x13c6cb,scrollAncestorsToShowTarget as _0x1abad6,scrollViewportToShowTarget as _0x159fae}from'ckeditor5/src/utils.js';function _0x1eae(_0x3a42a7,_0x48c481){const _0x3d49c8=_0x3d49();return _0x1eae=function(_0x1eaea5,_0x126459){_0x1eaea5=_0x1eaea5-0xa9;let _0x5e00c6=_0x3d49c8[_0x1eaea5];return _0x5e00c6;},_0x1eae(_0x3a42a7,_0x48c481);}import{AIConnector as _0x1e51fb}from'../aicore/aiconnector.js';import{AIReviewCheckList as _0x36944d}from'./model/aireviewchecklist.js';import{AIReviewSystemCheckRun as _0x2719c3}from'./model/aireviewsystemcheckrun.js';import{AIReviewCustomCheckRun as _0x3f65bb}from'./model/aireviewcustomcheckrun.js';import{AIModels as _0x4baffd}from'../aicore/model/aimodels.js';import{AI_REVIEW_CHECKS as _0x2d1893}from'./aireviewcheckdefinitions.js';function _0x3d49(){const _0x582128=['ck-ai-review-mode-diff','addClass','switchToReadOnly','changeMarkerBlurred','unmodified','reviewCheckResultReady','prompt','stopListening','AIReviewModeEditing','_currentReviewCheckRun','getRoot','showChangeBalloon','pluginName','params','viewportOffset','11133380ObziEO','showNoChangesView','_isDiffOn','setAvailableChecks','acceptAllChanges','_aiReviewModeUi','forceReadyState','ai-review-mode-no-current-check-run','acceptChange','_OPTIONS_DATA_','activateChange','deactivateChange','closest','ready','_TITLE','includes','_aiReviewModeEditing','document','change','replaceAll','showGeneralReviewModeErrorView','context','reviewCheckRunUpdated','markChangeAsPending','ai-review-mode-check-run-failed','showChunkErrorView','config','changeMarkerRestored','getAll','isChangeActive','listenTo','panel','contentNew','getDocumentData','setActiveStateInResults','retryReview','AIReviewModeUI','message','4386483sXKjaW','custom','init','ai-review-mode-source-check-not-found','markChangeAsAccepted','data','showCheckRunResult','runReviewCheck','reviewCheckResultActivated','updateChangeState','hover','showGeneralResultsErrorView','showDiffInBalloon','406072xOOiYd','changeId','markerElement','abortReviewStream','description','markChangeAsRejected','resetActiveStateInResults','map','contentInitial','label','markChangePositionInEditorContent','loading','ck-ai-review-mode-highlights','find','locale','get','reviewCheckResultChangeStatusUpdated','click','clearAllMarkers','reviewCheckResultAdded','_aiConnector','showCheckRunResults','domElement','error-chunk','changeMarkerHovered','switchToEdit','domEvent','markAllChangesAsAccepted','ai-review-mode-check-run-general-error','editing','removeCheckById','checks','_OPTIONS_LABEL','getEditor','requires','markChangeAsOutdated','getMarkerElementForChange','16FJiQcV','finishReview','applyChange','AIConnector','hideDiffInBalloon','diffContent','dismissChange','getChangeElement','getCheckById','getReviewCheckList','hasModifications','showReviewCompletedView','_DESCRIPTION','emitter','isOfficialPlugin','ai-review-mode-models-unable-to-retrieve','models','abort','view','24rDLIdM','ai.reviewMode.translations','source','subTitle','AI_REVIEW_CHECK_','isAnyChangeActivated','leaveReviewMode','_translateReviewChecks','changes','changeMarkerClick','_onReviewModeRunLeave','isPremiumPlugin','22KuDBaQ','documentData','setCheckResultTitle','addResultChanges','status','18089cToVCF','toggleDiff','rejectChange','length','hideChangeBalloon','model','_changeActivationSource','1288820IimpCv','_onDiffChange','ai-review-mode-check-run-chunk-error','2676573eLPweq','currentError','processedResultsCount','_logError','AIReviewModeController','updateDocumentData','showActionsWhenResultIsReady','restart','getChangeById','translate','removeClass','title','_aiReviewCheckList','changeMarkerRemoved','ai-request-aborted','content','3368204UWXsnO','sendRating','.ck-ai-review-mode__check-run-result','finished','leaveReviewModeResultList','getDomRoot','start','options','isCustom','getActiveChanges','error-general','toUpperCase','plugins','showReviewCheckList','reviewCheckResultDeactivated','aborted','args','startsWith','result','_getTranslationWithDefault'];_0x3d49=function(){return _0x582128;};return _0x3d49();}import{getTranslation as _0x48eb06}from'../aicore/utils/common-translations.js';export class AIReviewModeController extends _0xb194f6{[_0x19c68e(0xfa)];[_0x19c68e(0xb8)];[_0x19c68e(0xc3)];[_0x19c68e(0x145)];[_0x19c68e(0xad)];[_0x19c68e(0xb5)]=!0x1;[_0x19c68e(0x135)]=null;static get[_0x19c68e(0x108)](){return[_0x1e51fb];}static get[_0x19c68e(0xb0)](){const _0x1a15d4=_0x19c68e;return _0x1a15d4(0x13d);}static get[_0x19c68e(0x119)](){return!0x0;}static get[_0x19c68e(0x129)](){return!0x0;}async[_0x19c68e(0xdb)](){const _0x236c68=_0x19c68e;this[_0x236c68(0xfa)]=this[_0x236c68(0xc8)][_0x236c68(0x155)][_0x236c68(0xf5)](_0x236c68(0x10e)),this[_0x236c68(0xb8)]=this[_0x236c68(0xc8)][_0x236c68(0x155)][_0x236c68(0xf5)](_0x236c68(0xd7)),this[_0x236c68(0xc3)]=this[_0x236c68(0xc8)][_0x236c68(0x155)][_0x236c68(0xf5)](_0x236c68(0xac));const _0x1ee95b=this[_0x236c68(0xc8)][_0x236c68(0xcd)][_0x236c68(0xf5)](_0x236c68(0x11f));if(_0x1ee95b){for(const _0x4ae68e of _0x2d1893)_0x236c68(0x142)===_0x4ae68e['id']&&(_0x4ae68e[_0x236c68(0x150)][0x0][_0x236c68(0xde)]=_0x1ee95b);}const _0x18270f=this[_0x236c68(0x125)](_0x2d1893);this[_0x236c68(0x145)]=new _0x36944d(_0x18270f);const _0x18ba3e=this[_0x236c68(0x145)][_0x236c68(0x105)][_0x236c68(0xf3)](_0x35550f=>_0x236c68(0xda)===_0x35550f['id']);if(_0x18ba3e)try{_0x18ba3e[_0x236c68(0x11b)]=await new _0x4baffd({'connector':this[_0x236c68(0xfa)],'locale':this[_0x236c68(0xc8)][_0x236c68(0xf4)]})[_0x236c68(0xcf)]();}catch(_0x2006f1){this[_0x236c68(0x145)][_0x236c68(0x104)](_0x236c68(0xda)),this[_0x236c68(0x13c)](new _0xa28a7a(_0x236c68(0x11a),this,{'error':_0x2006f1}));}this[_0x236c68(0xd1)](this[_0x236c68(0xb8)],_0x236c68(0x114),()=>{const _0x46eb89=_0x236c68;this[_0x46eb89(0xb8)][_0x46eb89(0xb6)](this[_0x46eb89(0x145)][_0x46eb89(0x105)]);}),this[_0x236c68(0xd1)](this[_0x236c68(0xb8)],_0x236c68(0xe0),async(_0xe0982,_0x263af8)=>{const _0x164a0a=_0x236c68,_0x1bd0f1=this[_0x164a0a(0x145)][_0x164a0a(0x113)](_0x263af8['id']);if(_0x1bd0f1){this[_0x164a0a(0x137)](this[_0x164a0a(0xb5)]),_0x263af8[_0x164a0a(0x151)]?this[_0x164a0a(0xad)]=new _0x3f65bb(_0x263af8[_0x164a0a(0x159)][_0x164a0a(0xaa)],_0x263af8[_0x164a0a(0x159)][_0x164a0a(0x134)],this[_0x164a0a(0xc3)][_0x164a0a(0xd4)](),_0x1bd0f1,this[_0x164a0a(0xfa)]):this[_0x164a0a(0xad)]=new _0x2719c3(this[_0x164a0a(0xc3)][_0x164a0a(0xd4)](),_0x1bd0f1,this[_0x164a0a(0xfa)],_0x263af8[_0x164a0a(0xb1)],_0x263af8[_0x164a0a(0x159)]),this[_0x164a0a(0xb8)][_0x164a0a(0x12c)](this[_0x164a0a(0xad)][_0x164a0a(0x144)],this[_0x164a0a(0xad)][_0x164a0a(0x121)]),this[_0x164a0a(0xad)]['on'](_0x164a0a(0xc9),(_0x462636,_0x16e0af)=>{const _0x216b7a=_0x164a0a;switch(_0x16e0af[_0x216b7a(0x12e)]){case _0x216b7a(0xde):case _0x216b7a(0xf1):this[_0x216b7a(0xc3)][_0x216b7a(0x15f)](),this[_0x216b7a(0xb8)][_0x216b7a(0xfb)](_0x16e0af);break;case _0x216b7a(0x14c):this[_0x216b7a(0xb8)][_0x216b7a(0x116)]();break;case _0x216b7a(0xc0):this[_0x216b7a(0xb8)][_0x216b7a(0x13f)]();break;case _0x216b7a(0x161):this[_0x216b7a(0xb8)][_0x216b7a(0xb4)]();break;case _0x216b7a(0x153):this[_0x216b7a(0xb8)][_0x216b7a(0xe4)](),this[_0x216b7a(0x13c)](new _0xa28a7a(_0x216b7a(0x102),this,this[_0x216b7a(0xad)]?.[_0x216b7a(0x13a)]));break;case _0x216b7a(0xfd):this[_0x216b7a(0xb8)][_0x216b7a(0xcc)](),this[_0x216b7a(0x13c)](new _0xa28a7a(_0x216b7a(0x138),this,this[_0x216b7a(0xad)]?.[_0x216b7a(0x13a)]));break;case _0x216b7a(0x158):this[_0x216b7a(0xad)]&&this[_0x216b7a(0xad)][_0x216b7a(0x13b)]>0x0?setTimeout(()=>{const _0x455d7e=_0x216b7a;this[_0x455d7e(0xad)]?.[_0x455d7e(0xb9)]();},0x0):this[_0x216b7a(0x128)](!0x0);}_0x216b7a(0xc0)!==_0x16e0af[_0x216b7a(0x12e)]&&_0x216b7a(0xfd)!==_0x16e0af[_0x216b7a(0x12e)]&&_0x216b7a(0x153)!==_0x16e0af[_0x216b7a(0x12e)]||this[_0x216b7a(0xad)]?.[_0x216b7a(0x14a)]();}),this[_0x164a0a(0xad)]['on'](_0x164a0a(0xf9),(_0x15ce44,_0x4145fb)=>{const _0x7157e7=_0x164a0a;if(!this[_0x7157e7(0xad)])throw new _0xa28a7a(_0x7157e7(0xba),this);const _0x4e1b07=this[_0x7157e7(0xc3)][_0x7157e7(0x110)](_0x4145fb[_0x7157e7(0x15b)][_0x7157e7(0xee)],_0x4145fb[_0x7157e7(0x15b)][_0x7157e7(0xd3)]);_0x4145fb[_0x7157e7(0x120)][_0x7157e7(0x12d)](_0x4145fb[_0x7157e7(0x15b)]['id'],_0x4e1b07);}),this[_0x164a0a(0xad)]['on'](_0x164a0a(0xa9),(_0x5d4894,_0x2dd96a)=>{const _0x2cff5d=_0x164a0a;for(const _0x2d4e23 of _0x2dd96a[_0x2cff5d(0x126)])this[_0x2cff5d(0xb8)][_0x2cff5d(0xdf)](_0x2d4e23);this[_0x2cff5d(0xc3)][_0x2cff5d(0xf0)](_0x2dd96a[_0x2cff5d(0x126)],_0x2dd96a[_0x2cff5d(0x120)][_0x2cff5d(0x12b)]);}),this[_0x164a0a(0xad)]['on'](_0x164a0a(0xf6),(_0x272b4c,_0x40d53b)=>{const _0x3f2f6c=_0x164a0a;this[_0x3f2f6c(0xb8)][_0x3f2f6c(0xe2)](_0x40d53b[_0x3f2f6c(0xc5)]['id'],_0x40d53b[_0x3f2f6c(0x12e)]);}),this[_0x164a0a(0xad)]['on'](_0x164a0a(0xe1),(_0xd2a0cb,_0x5ed6a2)=>{const _0x162583=_0x164a0a;this[_0x162583(0xb8)][_0x162583(0xd5)](_0x5ed6a2[_0x162583(0xc5)]['id']);const _0x5961d9=this[_0x162583(0xc3)][_0x162583(0x10a)](_0x5ed6a2[_0x162583(0xc5)]['id']);if(!_0x5961d9)return;if(_0x162583(0x148)===this[_0x162583(0x135)]){const _0x5a9435=this[_0x162583(0xb8)][_0x162583(0x112)](_0x5ed6a2[_0x162583(0xc5)]['id']);_0x5a9435&&_0x1abad6(_0x5a9435[_0x162583(0xbf)](_0x162583(0x14b))||_0x5a9435);}else{if(_0x162583(0xd2)===this[_0x162583(0x135)]){const _0x1a87fe={'target':_0x5961d9[_0x162583(0xfc)],'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0};_0x159fae(_0x1a87fe);}}const _0x5a5814=this[_0x162583(0xc3)][_0x162583(0x107)]();this[_0x162583(0xb8)][_0x162583(0xaf)](_0x5ed6a2[_0x162583(0xc5)],_0x5961d9[_0x162583(0xfc)],void 0x0,_0x162583(0xf7),_0x5a5814?.[_0x162583(0x103)]?.[_0x162583(0x11d)]?.[_0x162583(0x14e)](),_0x5a5814?.['ui']?.[_0x162583(0xb2)]);}),this[_0x164a0a(0xad)]['on'](_0x164a0a(0x157),()=>{const _0x14421b=_0x164a0a;this[_0x14421b(0xb8)][_0x14421b(0xec)](),this[_0x14421b(0xb8)][_0x14421b(0x133)]();});try{await this[_0x164a0a(0xad)][_0x164a0a(0x14f)]();}catch(_0x471763){_0x471763 instanceof Error&&_0x471763[_0x164a0a(0xd8)][_0x164a0a(0xc2)](_0x164a0a(0x147))||(_0x471763 instanceof _0xa28a7a?this[_0x164a0a(0x13c)](_0x471763):this[_0x164a0a(0x13c)](new _0xa28a7a(_0x164a0a(0xcb),this,{'error':_0x471763})));}}else this[_0x164a0a(0x13c)](new _0xa28a7a(_0x164a0a(0xdc),this,{'checkId':_0x263af8['id']}));}),this[_0x236c68(0xd1)](this[_0x236c68(0xb8)],_0x236c68(0x124),()=>{const _0x279fd0=_0x236c68;this[_0x279fd0(0x128)]();}),this[_0x236c68(0xd1)](this[_0x236c68(0xb8)],_0x236c68(0x14d),()=>{const _0x34feea=_0x236c68;this[_0x34feea(0x128)](!0x0);}),this[_0x236c68(0xd1)](this[_0x236c68(0xb8)],_0x236c68(0xe9),()=>{const _0x34849c=_0x236c68;this[_0x34849c(0xad)]&&this[_0x34849c(0xad)][_0x34849c(0x11c)]();}),this[_0x236c68(0xd1)](this[_0x236c68(0xb8)],_0x236c68(0x10c),()=>{const _0x22f750=_0x236c68;this[_0x22f750(0x128)](!0x0);}),this[_0x236c68(0xd1)](this[_0x236c68(0xb8)],_0x236c68(0xb7),()=>{const _0x4b6283=_0x236c68;if(!this[_0x4b6283(0xad)])return;const _0x5db39e=this[_0x4b6283(0xad)][_0x4b6283(0x152)]();_0x5db39e[_0x4b6283(0x132)]&&(this[_0x4b6283(0xc3)][_0x4b6283(0x10d)](_0x5db39e[_0x4b6283(0xed)](_0x168c1c=>_0x168c1c['id'])),this[_0x4b6283(0xad)][_0x4b6283(0x101)](),this[_0x4b6283(0xad)][_0x4b6283(0x14a)]());}),this[_0x236c68(0xd1)](this[_0x236c68(0xb8)],_0x236c68(0xbb),(_0x28e71b,_0x420037)=>{const _0x19349c=_0x236c68;this[_0x19349c(0xad)]&&this[_0x19349c(0xad)][_0x19349c(0xd0)](_0x420037['id'])&&(this[_0x19349c(0xc3)][_0x19349c(0x10d)]([_0x420037['id']]),this[_0x19349c(0xad)][_0x19349c(0xdd)](_0x420037['id']),this[_0x19349c(0xb8)][_0x19349c(0x133)](),this[_0x19349c(0xad)][_0x19349c(0x14a)](_0x420037['id']));}),this[_0x236c68(0xd1)](this[_0x236c68(0xb8)],_0x236c68(0x111),(_0xfe96b8,_0x190976)=>{const _0x5939b4=_0x236c68;this[_0x5939b4(0xad)]&&this[_0x5939b4(0xad)][_0x5939b4(0xd0)](_0x190976['id'])&&(this[_0x5939b4(0xc3)][_0x5939b4(0x131)](_0x190976['id']),this[_0x5939b4(0xad)][_0x5939b4(0xeb)](_0x190976['id']),this[_0x5939b4(0xb8)][_0x5939b4(0x133)](),this[_0x5939b4(0xad)][_0x5939b4(0x14a)](_0x190976['id']));}),this[_0x236c68(0xd1)](this[_0x236c68(0xb8)],_0x236c68(0x130),(_0x57379b,_0x4e45d1)=>{const _0x188140=_0x236c68;this[_0x188140(0xb5)]=_0x4e45d1['on'],this[_0x188140(0x137)](this[_0x188140(0xb5)]);}),this[_0x236c68(0xd1)](this[_0x236c68(0xb8)],_0x236c68(0xd6),async()=>{const _0x39b796=_0x236c68;this[_0x39b796(0xad)]&&(this[_0x39b796(0xc3)][_0x39b796(0xf8)](),this[_0x39b796(0xad)][_0x39b796(0x13e)](this[_0x39b796(0xc3)][_0x39b796(0xd4)]()),await this[_0x39b796(0xad)][_0x39b796(0x140)]());}),this[_0x236c68(0xd1)](this[_0x236c68(0xb8)],_0x236c68(0xbd),(_0x4cf84d,_0x5490fa)=>{const _0x4e450a=_0x236c68;this[_0x4e450a(0xad)]&&(this[_0x4e450a(0x135)]=_0x4e450a(0xd2),this[_0x4e450a(0xad)][_0x4e450a(0xbd)](_0x5490fa['id']));}),this[_0x236c68(0xd1)](this[_0x236c68(0xb8)],_0x236c68(0xbe),()=>{const _0x3f966b=_0x236c68;this[_0x3f966b(0xad)]&&this[_0x3f966b(0xad)][_0x3f966b(0xbe)]();}),this[_0x236c68(0xd1)](this[_0x236c68(0xc3)][_0x236c68(0x118)],_0x236c68(0x127),(_0xf24006,_0x3cab00)=>{const _0x50d6b6=_0x236c68;if(!this[_0x50d6b6(0xad)])return;this[_0x50d6b6(0x135)]=_0x50d6b6(0x148),this[_0x50d6b6(0xad)][_0x50d6b6(0xbd)](_0x3cab00[_0x50d6b6(0xe7)]);const _0xaffece=this[_0x50d6b6(0xad)][_0x50d6b6(0x141)](_0x3cab00[_0x50d6b6(0xe7)]);if(!_0xaffece)return;const _0x14b5b0=this[_0x50d6b6(0xc3)][_0x50d6b6(0x107)]();this[_0x50d6b6(0xb8)][_0x50d6b6(0xaf)](_0xaffece,_0x3cab00[_0x50d6b6(0xe8)],_0x3cab00[_0x50d6b6(0x100)],_0x50d6b6(0xf7),_0x14b5b0?.[_0x50d6b6(0x103)]?.[_0x50d6b6(0x11d)]?.[_0x50d6b6(0x14e)](),_0x14b5b0?.['ui']?.[_0x50d6b6(0xb2)]);}),this[_0x236c68(0xd1)](this[_0x236c68(0xc3)][_0x236c68(0x118)],_0x236c68(0xfe),(_0x16314d,_0x3f72c5)=>{const _0x4d69db=_0x236c68;if(!this[_0x4d69db(0xad)])return;if(this[_0x4d69db(0xad)][_0x4d69db(0x123)]())return;const _0x144a11=this[_0x4d69db(0xad)][_0x4d69db(0x141)](_0x3f72c5[_0x4d69db(0xe7)]);if(!_0x144a11)return;const _0x500e35=this[_0x4d69db(0xc3)][_0x4d69db(0x107)]();this[_0x4d69db(0xb8)][_0x4d69db(0xaf)](_0x144a11,_0x3f72c5[_0x4d69db(0xe8)],_0x3f72c5[_0x4d69db(0x100)],_0x4d69db(0xe3),_0x500e35?.[_0x4d69db(0x103)]?.[_0x4d69db(0x11d)]?.[_0x4d69db(0x14e)](),_0x500e35?.['ui']?.[_0x4d69db(0xb2)]);}),this[_0x236c68(0xd1)](this[_0x236c68(0xc3)][_0x236c68(0x118)],_0x236c68(0x160),()=>{const _0x53df3e=_0x236c68;if(!this[_0x53df3e(0xad)])return;this[_0x53df3e(0xad)][_0x53df3e(0x123)]()||this[_0x53df3e(0xb8)][_0x53df3e(0x133)]();}),this[_0x236c68(0xd1)](this[_0x236c68(0xc3)][_0x236c68(0x118)],_0x236c68(0x146),(_0x572d90,_0xcb8455)=>{const _0x54d601=_0x236c68;this[_0x54d601(0xad)]&&this[_0x54d601(0xad)][_0x54d601(0x109)](_0xcb8455[_0x54d601(0xe7)]);}),this[_0x236c68(0xd1)](this[_0x236c68(0xc3)][_0x236c68(0x118)],_0x236c68(0xce),(_0x4a0e1f,_0x3ba8dc)=>{const _0x1af46f=_0x236c68;this[_0x1af46f(0xad)]&&this[_0x1af46f(0xad)][_0x1af46f(0xca)](_0x3ba8dc[_0x1af46f(0xe7)]);});}[_0x19c68e(0x128)](_0x4b3c4a=!0x1){const _0x541647=_0x19c68e;this[_0x541647(0xad)]&&(this[_0x541647(0xad)][_0x541647(0x115)]||this[_0x541647(0xad)][_0x541647(0x14a)](),this[_0x541647(0xad)][_0x541647(0xab)](),this[_0x541647(0xad)][_0x541647(0x11c)](),this[_0x541647(0xad)]=void 0x0),_0x4b3c4a&&this[_0x541647(0xb8)][_0x541647(0x156)](),this[_0x541647(0xc3)][_0x541647(0xf8)](),this[_0x541647(0xc3)][_0x541647(0xff)](),this[_0x541647(0x135)]=null;const _0x3f2c02=this[_0x541647(0xc3)][_0x541647(0x107)]();_0x3f2c02&&_0x3f2c02[_0x541647(0x103)][_0x541647(0x11d)][_0x541647(0xc5)](_0x1a5487=>{const _0x508019=_0x541647,_0x57e394=_0x3f2c02[_0x508019(0x103)][_0x508019(0x11d)][_0x508019(0xc4)][_0x508019(0xae)]();_0x1a5487[_0x508019(0x143)](_0x508019(0x15d),_0x57e394),_0x1a5487[_0x508019(0x143)](_0x508019(0xf2),_0x57e394);});}[_0x19c68e(0x137)](_0x520301){const _0xc7689d=_0x19c68e,_0x3c8527=this[_0xc7689d(0xc3)][_0xc7689d(0x107)]();_0x520301?this[_0xc7689d(0xb8)][_0xc7689d(0x10f)]():this[_0xc7689d(0xb8)][_0xc7689d(0xe5)](),_0x3c8527&&_0x3c8527[_0xc7689d(0x103)][_0xc7689d(0x11d)][_0xc7689d(0xc5)](_0x24b36d=>{const _0x21de08=_0xc7689d,_0x492519=_0x3c8527[_0x21de08(0x103)][_0x21de08(0x11d)][_0x21de08(0xc4)][_0x21de08(0xae)]();_0x24b36d[_0x21de08(0x143)](_0x21de08(0x15d),_0x492519),_0x24b36d[_0x21de08(0x143)](_0x21de08(0xf2),_0x492519),_0x24b36d[_0x21de08(0x15e)](_0x520301?_0x21de08(0x15d):_0x21de08(0xf2),_0x492519);});}[_0x19c68e(0x125)](_0x4f1d6f){const _0x79f657=_0x19c68e;return _0x4f1d6f[_0x79f657(0xed)](_0x2b8670=>{const _0x263cb4=_0x79f657,_0x3b52c7=_0x263cb4(0x122)+_0x2b8670['id'][_0x263cb4(0x154)]()[_0x263cb4(0xc6)]('-','_'),_0x475323={..._0x2b8670,'title':this[_0x263cb4(0x15c)](_0x3b52c7+_0x263cb4(0xc1),_0x2b8670[_0x263cb4(0x144)]),'description':this[_0x263cb4(0x15c)](_0x3b52c7+_0x263cb4(0x117),_0x2b8670[_0x263cb4(0xea)])};return _0x2b8670[_0x263cb4(0x150)]&&(_0x475323[_0x263cb4(0x150)]=_0x2b8670[_0x263cb4(0x150)][_0x263cb4(0xed)](_0x586006=>({..._0x586006,'label':this[_0x263cb4(0x15c)](_0x3b52c7+_0x263cb4(0x106),_0x586006[_0x263cb4(0xef)]||''),'data':_0x586006[_0x263cb4(0xde)]?_0x586006[_0x263cb4(0xde)][_0x263cb4(0xed)](_0x24e6b2=>({..._0x24e6b2,'label':this[_0x263cb4(0x15c)](_0x3b52c7+_0x263cb4(0xbc)+_0x24e6b2['id'][_0x263cb4(0x154)](),_0x24e6b2[_0x263cb4(0xef)])})):void 0x0}))),_0x475323;});}[_0x19c68e(0x15c)](_0x58db02,_0x5cef67){const _0x40c952=_0x19c68e,_0x142afe=this[_0x40c952(0xc8)][_0x40c952(0xf4)],_0x4c85ae=_0x48eb06(_0x142afe,_0x58db02);return _0x4c85ae===_0x58db02?_0x5cef67:_0x4c85ae;}[_0x19c68e(0x13c)](_0x295a91){const _0x298669=_0x19c68e;_0x13c6cb(_0x295a91[_0x298669(0xd8)]),_0x295a91[_0x298669(0xd8)][_0x298669(0x15a)](_0x298669(0x11a))?this[_0x298669(0xb8)][_0x298669(0xc7)]():this[_0x298669(0xb8)][_0x298669(0xe4)]();}}
23
+ const _0x25e591=_0x179a;function _0x563e(){const _0x2b017a=['_TITLE','loading','find','panel','leaveReviewModeResultList','locale','ai-review-mode-check-run-chunk-error','AIReviewModeController','toUpperCase','showCheckRunResults','aborted','_onReviewModeRunLeave','getMarkerElementForChange','_logError','changeMarkerHovered','231867ChXqXn','getCheckById','checks','updateDocumentData','getRoot','rejectChange','startsWith','listenTo','234ShsjNy','ai-request-aborted','ai.reviewMode.translations','translate','removeClass','resetActiveStateInResults','context','documentData','changeMarkerRemoved','toggleDiff','_OPTIONS_DATA_','source','removeCheckById','unmodified','config','start','changeMarkerRestored','switchToReadOnly','_currentReviewCheckRun','reviewCheckRunUpdated','updateChangeState','isChangeActive','sendRating','showCheckRunResult','isOfficialPlugin','domEvent','click','addResultChanges','showReviewCheckList','switchToEdit','524860DQBDwo','length','getReviewCheckList','content','hideChangeBalloon','ai-review-mode-check-run-failed','markerElement','activateChange','error-chunk','_getTranslationWithDefault','getActiveChanges','setActiveStateInResults','showGeneralReviewModeErrorView','stopListening','markAllChangesAsAccepted','finished','1117732XrkvSw','reviewCheckResultChangeStatusUpdated','message','getEditor','acceptAllChanges','reviewCheckResultActivated','contentInitial','reviewCheckResultAdded','models','getChangeElement','leaveReviewMode','_translateReviewChecks','179615lQnCWu','_DESCRIPTION','getAll','changeMarkerBlurred','reviewCheckResultReady','_aiConnector','diffContent','abortReviewStream','AI_REVIEW_CHECK_','651746bLgzKi','viewportOffset','get','title','ai-review-mode-models-unable-to-retrieve','clearAllMarkers','600AjMZjn','AIReviewModeEditing','label','domElement','_changeActivationSource','currentError','markChangeAsAccepted','getDomRoot','runReviewCheck','finishReview','change','showGeneralResultsErrorView','prompt','changes','includes','getChangeById','showReviewCompletedView','args','showActionsWhenResultIsReady','restart','processedResultsCount','data','options','isAnyChangeActivated','AIConnector','model','hideDiffInBalloon','ai-review-mode-no-current-check-run','_isDiffOn','_OPTIONS_LABEL','showNoChangesView','plugins','markChangePositionInEditorContent','addClass','_aiReviewCheckList','status','showChunkErrorView','view','requires','ai-review-mode-source-check-not-found','ready','acceptChange','markChangeAsPending','params','description','isPremiumPlugin','isCustom','emitter','editing','_aiReviewModeUi','markChangeAsOutdated','error-general','applyChange','document','pluginName','_aiReviewModeEditing','2660916OXBkBt','AIReviewModeUI','contentNew','closest','.ck-ai-review-mode__check-run-result','changeId','setAvailableChecks','20848VwFvpU','showChangeBalloon','ai-review-mode-check-run-general-error','getDocumentData','abort','246pnSYJh','changeMarkerClick','reviewCheckResultDeactivated','showDiffInBalloon','ck-ai-review-mode-highlights','hasModifications','subTitle','retryReview','40WLxELT','custom','markChangeAsRejected','replaceAll','dismissChange','map','deactivateChange','init','hover','ck-ai-review-mode-diff','setCheckResultTitle','result','_onDiffChange','forceReadyState'];_0x563e=function(){return _0x2b017a;};return _0x563e();}(function(_0x33e544,_0x199f8f){const _0x4141c2=_0x179a,_0x548773=_0x33e544();while(!![]){try{const _0x3e30a1=parseInt(_0x4141c2(0x263))/0x1+-parseInt(_0x4141c2(0x1ee))/0x2*(-parseInt(_0x4141c2(0x1f3))/0x3)+-parseInt(_0x4141c2(0x1e7))/0x4+parseInt(_0x4141c2(0x25a))/0x5*(parseInt(_0x4141c2(0x220))/0x6)+-parseInt(_0x4141c2(0x23e))/0x7*(-parseInt(_0x4141c2(0x1fb))/0x8)+-parseInt(_0x4141c2(0x218))/0x9*(parseInt(_0x4141c2(0x269))/0xa)+-parseInt(_0x4141c2(0x24e))/0xb;if(_0x3e30a1===_0x199f8f)break;else _0x548773['push'](_0x548773['shift']());}catch(_0x578f6c){_0x548773['push'](_0x548773['shift']());}}}(_0x563e,0xecc3e));import{ContextPlugin as _0xc0ba7e}from'ckeditor5/src/core.js';import{CKEditorError as _0x4927ae,logError as _0x103ea8,scrollAncestorsToShowTarget as _0x1999b1,scrollViewportToShowTarget as _0x30ed88}from'ckeditor5/src/utils.js';import{AIConnector as _0x545f73}from'../aicore/aiconnector.js';import{AIReviewCheckList as _0x7252f8}from'./model/aireviewchecklist.js';import{AIReviewSystemCheckRun as _0x1074a3}from'./model/aireviewsystemcheckrun.js';import{AIReviewCustomCheckRun as _0x4a92f2}from'./model/aireviewcustomcheckrun.js';function _0x179a(_0x568e1d,_0x1fdf69){const _0x563ec2=_0x563e();return _0x179a=function(_0x179afd,_0xe897d5){_0x179afd=_0x179afd-0x1bf;let _0x308a53=_0x563ec2[_0x179afd];return _0x308a53;},_0x179a(_0x568e1d,_0x1fdf69);}import{AIModels as _0x28668b}from'../aicore/model/aimodels.js';import{AI_REVIEW_CHECKS as _0x434f95}from'./aireviewcheckdefinitions.js';import{getTranslation as _0x98fad6}from'../aicore/utils/common-translations.js';export class AIReviewModeController extends _0xc0ba7e{[_0x25e591(0x25f)];[_0x25e591(0x1e0)];[_0x25e591(0x1e6)];[_0x25e591(0x1d1)];[_0x25e591(0x232)];[_0x25e591(0x1cb)]=!0x1;[_0x25e591(0x26d)]=null;static get[_0x25e591(0x1d5)](){return[_0x545f73];}static get[_0x25e591(0x1e5)](){const _0xfc376=_0x25e591;return _0xfc376(0x210);}static get[_0x25e591(0x238)](){return!0x0;}static get[_0x25e591(0x1dc)](){return!0x0;}async[_0x25e591(0x202)](){const _0x1547c3=_0x25e591;this[_0x1547c3(0x25f)]=this[_0x1547c3(0x226)][_0x1547c3(0x1ce)][_0x1547c3(0x265)](_0x1547c3(0x1c7)),this[_0x1547c3(0x1e0)]=this[_0x1547c3(0x226)][_0x1547c3(0x1ce)][_0x1547c3(0x265)](_0x1547c3(0x1e8)),this[_0x1547c3(0x1e6)]=this[_0x1547c3(0x226)][_0x1547c3(0x1ce)][_0x1547c3(0x265)](_0x1547c3(0x26a));const _0x32397d=this[_0x1547c3(0x226)][_0x1547c3(0x22e)][_0x1547c3(0x265)](_0x1547c3(0x222));if(_0x32397d){for(const _0x1513bd of _0x434f95)_0x1547c3(0x223)===_0x1513bd['id']&&(_0x1513bd[_0x1547c3(0x1c5)][0x0][_0x1547c3(0x1c4)]=_0x32397d);}const _0x42064a=this[_0x1547c3(0x259)](_0x434f95);this[_0x1547c3(0x1d1)]=new _0x7252f8(_0x42064a);const _0x5d4055=this[_0x1547c3(0x1d1)][_0x1547c3(0x21a)][_0x1547c3(0x20b)](_0x3dbba8=>_0x1547c3(0x1fc)===_0x3dbba8['id']);if(_0x5d4055)try{_0x5d4055[_0x1547c3(0x256)]=await new _0x28668b({'connector':this[_0x1547c3(0x25f)],'locale':this[_0x1547c3(0x226)][_0x1547c3(0x20e)]})[_0x1547c3(0x25c)]();}catch(_0x1f1cba){this[_0x1547c3(0x1d1)][_0x1547c3(0x22c)](_0x1547c3(0x1fc)),this[_0x1547c3(0x216)](new _0x4927ae(_0x1547c3(0x267),this,{'error':_0x1f1cba}));}this[_0x1547c3(0x21f)](this[_0x1547c3(0x1e0)],_0x1547c3(0x240),()=>{const _0x5cd850=_0x1547c3;this[_0x5cd850(0x1e0)][_0x5cd850(0x1ed)](this[_0x5cd850(0x1d1)][_0x5cd850(0x21a)]);}),this[_0x1547c3(0x21f)](this[_0x1547c3(0x1e0)],_0x1547c3(0x271),async(_0x5c6c0d,_0x1089f4)=>{const _0x1a3c61=_0x1547c3,_0x10c7a0=this[_0x1a3c61(0x1d1)][_0x1a3c61(0x219)](_0x1089f4['id']);if(_0x10c7a0){this[_0x1a3c61(0x207)](this[_0x1a3c61(0x1cb)]),_0x1089f4[_0x1a3c61(0x1dd)]?this[_0x1a3c61(0x232)]=new _0x4a92f2(_0x1089f4[_0x1a3c61(0x1c0)][_0x1a3c61(0x275)],_0x1089f4[_0x1a3c61(0x1c0)][_0x1a3c61(0x1c8)],this[_0x1a3c61(0x1e6)][_0x1a3c61(0x1f1)](),_0x10c7a0,this[_0x1a3c61(0x25f)]):this[_0x1a3c61(0x232)]=new _0x1074a3(this[_0x1a3c61(0x1e6)][_0x1a3c61(0x1f1)](),_0x10c7a0,this[_0x1a3c61(0x25f)],_0x1089f4[_0x1a3c61(0x1da)],_0x1089f4[_0x1a3c61(0x1c0)]),this[_0x1a3c61(0x1e0)][_0x1a3c61(0x205)](this[_0x1a3c61(0x232)][_0x1a3c61(0x266)],this[_0x1a3c61(0x232)][_0x1a3c61(0x1f9)]),this[_0x1a3c61(0x232)]['on'](_0x1a3c61(0x233),(_0x1fe750,_0x34fa3d)=>{const _0xd5b0ba=_0x1a3c61;switch(_0x34fa3d[_0xd5b0ba(0x1d2)]){case _0xd5b0ba(0x1c4):case _0xd5b0ba(0x20a):this[_0xd5b0ba(0x1e6)][_0xd5b0ba(0x231)](),this[_0xd5b0ba(0x1e0)][_0xd5b0ba(0x212)](_0x34fa3d);break;case _0xd5b0ba(0x24d):this[_0xd5b0ba(0x1e0)][_0xd5b0ba(0x1bf)]();break;case _0xd5b0ba(0x1d7):this[_0xd5b0ba(0x1e0)][_0xd5b0ba(0x1c1)]();break;case _0xd5b0ba(0x22d):this[_0xd5b0ba(0x1e0)][_0xd5b0ba(0x1cd)]();break;case _0xd5b0ba(0x1e2):this[_0xd5b0ba(0x1e0)][_0xd5b0ba(0x274)](),this[_0xd5b0ba(0x216)](new _0x4927ae(_0xd5b0ba(0x1f0),this,this[_0xd5b0ba(0x232)]?.[_0xd5b0ba(0x26e)]));break;case _0xd5b0ba(0x246):this[_0xd5b0ba(0x1e0)][_0xd5b0ba(0x1d3)](),this[_0xd5b0ba(0x216)](new _0x4927ae(_0xd5b0ba(0x20f),this,this[_0xd5b0ba(0x232)]?.[_0xd5b0ba(0x26e)]));break;case _0xd5b0ba(0x213):this[_0xd5b0ba(0x232)]&&this[_0xd5b0ba(0x232)][_0xd5b0ba(0x1c3)]>0x0?setTimeout(()=>{const _0x1e8110=_0xd5b0ba;this[_0x1e8110(0x232)]?.[_0x1e8110(0x208)]();},0x0):this[_0xd5b0ba(0x214)](!0x0);}_0xd5b0ba(0x1d7)!==_0x34fa3d[_0xd5b0ba(0x1d2)]&&_0xd5b0ba(0x246)!==_0x34fa3d[_0xd5b0ba(0x1d2)]&&_0xd5b0ba(0x1e2)!==_0x34fa3d[_0xd5b0ba(0x1d2)]||this[_0xd5b0ba(0x232)]?.[_0xd5b0ba(0x236)]();}),this[_0x1a3c61(0x232)]['on'](_0x1a3c61(0x255),(_0xc79a04,_0x565cc6)=>{const _0x4cdf13=_0x1a3c61;if(!this[_0x4cdf13(0x232)])throw new _0x4927ae(_0x4cdf13(0x1ca),this);const _0x5856af=this[_0x4cdf13(0x1e6)][_0x4cdf13(0x260)](_0x565cc6[_0x4cdf13(0x206)][_0x4cdf13(0x254)],_0x565cc6[_0x4cdf13(0x206)][_0x4cdf13(0x1e9)]);_0x565cc6[_0x4cdf13(0x22b)][_0x4cdf13(0x23b)](_0x565cc6[_0x4cdf13(0x206)]['id'],_0x5856af);}),this[_0x1a3c61(0x232)]['on'](_0x1a3c61(0x25e),(_0x3d3422,_0xb1453b)=>{const _0x5bd8a5=_0x1a3c61;for(const _0x4b416c of _0xb1453b[_0x5bd8a5(0x276)])this[_0x5bd8a5(0x1e0)][_0x5bd8a5(0x237)](_0x4b416c);this[_0x5bd8a5(0x1e6)][_0x5bd8a5(0x1cf)](_0xb1453b[_0x5bd8a5(0x276)],_0xb1453b[_0x5bd8a5(0x22b)][_0x5bd8a5(0x227)]);}),this[_0x1a3c61(0x232)]['on'](_0x1a3c61(0x24f),(_0x5b345c,_0x5eb4c1)=>{const _0x42f9f6=_0x1a3c61;this[_0x42f9f6(0x1e0)][_0x42f9f6(0x234)](_0x5eb4c1[_0x42f9f6(0x273)]['id'],_0x5eb4c1[_0x42f9f6(0x1d2)]);}),this[_0x1a3c61(0x232)]['on'](_0x1a3c61(0x253),(_0x5232b9,_0x2fadbf)=>{const _0x4d7549=_0x1a3c61;this[_0x4d7549(0x1e0)][_0x4d7549(0x249)](_0x2fadbf[_0x4d7549(0x273)]['id']);const _0x27fdbd=this[_0x4d7549(0x1e6)][_0x4d7549(0x215)](_0x2fadbf[_0x4d7549(0x273)]['id']);if(!_0x27fdbd)return;if(_0x4d7549(0x241)===this[_0x4d7549(0x26d)]){const _0xe266ba=this[_0x4d7549(0x1e0)][_0x4d7549(0x257)](_0x2fadbf[_0x4d7549(0x273)]['id']);_0xe266ba&&_0x1999b1(_0xe266ba[_0x4d7549(0x1ea)](_0x4d7549(0x1eb))||_0xe266ba);}else{if(_0x4d7549(0x20c)===this[_0x4d7549(0x26d)]){const _0x1726c2={'target':_0x27fdbd[_0x4d7549(0x26c)],'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0};_0x30ed88(_0x1726c2);}}const _0x13be80=this[_0x4d7549(0x1e6)][_0x4d7549(0x251)]();this[_0x4d7549(0x1e0)][_0x4d7549(0x1ef)](_0x2fadbf[_0x4d7549(0x273)],_0x27fdbd[_0x4d7549(0x26c)],void 0x0,_0x4d7549(0x23a),_0x13be80?.[_0x4d7549(0x1df)]?.[_0x4d7549(0x1d4)]?.[_0x4d7549(0x270)](),_0x13be80?.['ui']?.[_0x4d7549(0x264)]);}),this[_0x1a3c61(0x232)]['on'](_0x1a3c61(0x1f5),()=>{const _0x4e6816=_0x1a3c61;this[_0x4e6816(0x1e0)][_0x4e6816(0x225)](),this[_0x4e6816(0x1e0)][_0x4e6816(0x242)]();});try{await this[_0x1a3c61(0x232)][_0x1a3c61(0x22f)]();}catch(_0x29d73d){_0x29d73d instanceof Error&&_0x29d73d[_0x1a3c61(0x250)][_0x1a3c61(0x277)](_0x1a3c61(0x221))||(_0x29d73d instanceof _0x4927ae?this[_0x1a3c61(0x216)](_0x29d73d):this[_0x1a3c61(0x216)](new _0x4927ae(_0x1a3c61(0x243),this,{'error':_0x29d73d})));}}else this[_0x1a3c61(0x216)](new _0x4927ae(_0x1a3c61(0x1d6),this,{'checkId':_0x1089f4['id']}));}),this[_0x1547c3(0x21f)](this[_0x1547c3(0x1e0)],_0x1547c3(0x258),()=>{const _0x41c81c=_0x1547c3;this[_0x41c81c(0x214)]();}),this[_0x1547c3(0x21f)](this[_0x1547c3(0x1e0)],_0x1547c3(0x20d),()=>{const _0x1fb11d=_0x1547c3;this[_0x1fb11d(0x214)](!0x0);}),this[_0x1547c3(0x21f)](this[_0x1547c3(0x1e0)],_0x1547c3(0x261),()=>{const _0x2e7e88=_0x1547c3;this[_0x2e7e88(0x232)]&&this[_0x2e7e88(0x232)][_0x2e7e88(0x1f2)]();}),this[_0x1547c3(0x21f)](this[_0x1547c3(0x1e0)],_0x1547c3(0x272),()=>{const _0x54ea27=_0x1547c3;this[_0x54ea27(0x214)](!0x0);}),this[_0x1547c3(0x21f)](this[_0x1547c3(0x1e0)],_0x1547c3(0x252),()=>{const _0x3829fd=_0x1547c3;if(!this[_0x3829fd(0x232)])return;const _0x1a3f4d=this[_0x3829fd(0x232)][_0x3829fd(0x248)]();_0x1a3f4d[_0x3829fd(0x23f)]&&(this[_0x3829fd(0x1e6)][_0x3829fd(0x1e3)](_0x1a3f4d[_0x3829fd(0x200)](_0x133e6c=>_0x133e6c['id'])),this[_0x3829fd(0x232)][_0x3829fd(0x24c)](),this[_0x3829fd(0x232)][_0x3829fd(0x236)]());}),this[_0x1547c3(0x21f)](this[_0x1547c3(0x1e0)],_0x1547c3(0x1d8),(_0x239329,_0x3956cf)=>{const _0x36c7fd=_0x1547c3;this[_0x36c7fd(0x232)]&&this[_0x36c7fd(0x232)][_0x36c7fd(0x235)](_0x3956cf['id'])&&(this[_0x36c7fd(0x1e6)][_0x36c7fd(0x1e3)]([_0x3956cf['id']]),this[_0x36c7fd(0x232)][_0x36c7fd(0x26f)](_0x3956cf['id']),this[_0x36c7fd(0x1e0)][_0x36c7fd(0x242)](),this[_0x36c7fd(0x232)][_0x36c7fd(0x236)](_0x3956cf['id']));}),this[_0x1547c3(0x21f)](this[_0x1547c3(0x1e0)],_0x1547c3(0x1ff),(_0x54c6b7,_0x59db58)=>{const _0x177fc4=_0x1547c3;this[_0x177fc4(0x232)]&&this[_0x177fc4(0x232)][_0x177fc4(0x235)](_0x59db58['id'])&&(this[_0x177fc4(0x1e6)][_0x177fc4(0x21d)](_0x59db58['id']),this[_0x177fc4(0x232)][_0x177fc4(0x1fd)](_0x59db58['id']),this[_0x177fc4(0x1e0)][_0x177fc4(0x242)](),this[_0x177fc4(0x232)][_0x177fc4(0x236)](_0x59db58['id']));}),this[_0x1547c3(0x21f)](this[_0x1547c3(0x1e0)],_0x1547c3(0x229),(_0x256dcd,_0x417d21)=>{const _0x4bb845=_0x1547c3;this[_0x4bb845(0x1cb)]=_0x417d21['on'],this[_0x4bb845(0x207)](this[_0x4bb845(0x1cb)]);}),this[_0x1547c3(0x21f)](this[_0x1547c3(0x1e0)],_0x1547c3(0x1fa),async()=>{const _0x4416ba=_0x1547c3;this[_0x4416ba(0x232)]&&(this[_0x4416ba(0x1e6)][_0x4416ba(0x268)](),this[_0x4416ba(0x232)][_0x4416ba(0x21b)](this[_0x4416ba(0x1e6)][_0x4416ba(0x1f1)]()),await this[_0x4416ba(0x232)][_0x4416ba(0x1c2)]());}),this[_0x1547c3(0x21f)](this[_0x1547c3(0x1e0)],_0x1547c3(0x245),(_0x6cf100,_0x19d09a)=>{const _0x2dd13b=_0x1547c3;this[_0x2dd13b(0x232)]&&(this[_0x2dd13b(0x26d)]=_0x2dd13b(0x20c),this[_0x2dd13b(0x232)][_0x2dd13b(0x245)](_0x19d09a['id']));}),this[_0x1547c3(0x21f)](this[_0x1547c3(0x1e0)],_0x1547c3(0x201),()=>{const _0x489c1a=_0x1547c3;this[_0x489c1a(0x232)]&&this[_0x489c1a(0x232)][_0x489c1a(0x201)]();}),this[_0x1547c3(0x21f)](this[_0x1547c3(0x1e6)][_0x1547c3(0x1de)],_0x1547c3(0x1f4),(_0x5184f2,_0x371220)=>{const _0x495af1=_0x1547c3;if(!this[_0x495af1(0x232)])return;this[_0x495af1(0x26d)]=_0x495af1(0x241),this[_0x495af1(0x232)][_0x495af1(0x245)](_0x371220[_0x495af1(0x1ec)]);const _0x237c9c=this[_0x495af1(0x232)][_0x495af1(0x278)](_0x371220[_0x495af1(0x1ec)]);if(!_0x237c9c)return;const _0x2b3210=this[_0x495af1(0x1e6)][_0x495af1(0x251)]();this[_0x495af1(0x1e0)][_0x495af1(0x1ef)](_0x237c9c,_0x371220[_0x495af1(0x244)],_0x371220[_0x495af1(0x239)],_0x495af1(0x23a),_0x2b3210?.[_0x495af1(0x1df)]?.[_0x495af1(0x1d4)]?.[_0x495af1(0x270)](),_0x2b3210?.['ui']?.[_0x495af1(0x264)]);}),this[_0x1547c3(0x21f)](this[_0x1547c3(0x1e6)][_0x1547c3(0x1de)],_0x1547c3(0x217),(_0x705a3f,_0x201b3b)=>{const _0x481006=_0x1547c3;if(!this[_0x481006(0x232)])return;if(this[_0x481006(0x232)][_0x481006(0x1c6)]())return;const _0xc653d1=this[_0x481006(0x232)][_0x481006(0x278)](_0x201b3b[_0x481006(0x1ec)]);if(!_0xc653d1)return;const _0x2c573c=this[_0x481006(0x1e6)][_0x481006(0x251)]();this[_0x481006(0x1e0)][_0x481006(0x1ef)](_0xc653d1,_0x201b3b[_0x481006(0x244)],_0x201b3b[_0x481006(0x239)],_0x481006(0x203),_0x2c573c?.[_0x481006(0x1df)]?.[_0x481006(0x1d4)]?.[_0x481006(0x270)](),_0x2c573c?.['ui']?.[_0x481006(0x264)]);}),this[_0x1547c3(0x21f)](this[_0x1547c3(0x1e6)][_0x1547c3(0x1de)],_0x1547c3(0x25d),()=>{const _0xc57e8a=_0x1547c3;if(!this[_0xc57e8a(0x232)])return;this[_0xc57e8a(0x232)][_0xc57e8a(0x1c6)]()||this[_0xc57e8a(0x1e0)][_0xc57e8a(0x242)]();}),this[_0x1547c3(0x21f)](this[_0x1547c3(0x1e6)][_0x1547c3(0x1de)],_0x1547c3(0x228),(_0x474caa,_0x21d172)=>{const _0x54c524=_0x1547c3;this[_0x54c524(0x232)]&&this[_0x54c524(0x232)][_0x54c524(0x1e1)](_0x21d172[_0x54c524(0x1ec)]);}),this[_0x1547c3(0x21f)](this[_0x1547c3(0x1e6)][_0x1547c3(0x1de)],_0x1547c3(0x230),(_0x2e9b3d,_0x40ef25)=>{const _0x25af22=_0x1547c3;this[_0x25af22(0x232)]&&this[_0x25af22(0x232)][_0x25af22(0x1d9)](_0x40ef25[_0x25af22(0x1ec)]);});}[_0x25e591(0x214)](_0x28eee6=!0x1){const _0xdb9fad=_0x25e591;this[_0xdb9fad(0x232)]&&(this[_0xdb9fad(0x232)][_0xdb9fad(0x1f8)]||this[_0xdb9fad(0x232)][_0xdb9fad(0x236)](),this[_0xdb9fad(0x232)][_0xdb9fad(0x24b)](),this[_0xdb9fad(0x232)][_0xdb9fad(0x1f2)](),this[_0xdb9fad(0x232)]=void 0x0),_0x28eee6&&this[_0xdb9fad(0x1e0)][_0xdb9fad(0x23c)](),this[_0xdb9fad(0x1e6)][_0xdb9fad(0x268)](),this[_0xdb9fad(0x1e6)][_0xdb9fad(0x23d)](),this[_0xdb9fad(0x26d)]=null;const _0x581ef2=this[_0xdb9fad(0x1e6)][_0xdb9fad(0x251)]();_0x581ef2&&_0x581ef2[_0xdb9fad(0x1df)][_0xdb9fad(0x1d4)][_0xdb9fad(0x273)](_0x29254b=>{const _0x40b105=_0xdb9fad,_0x376884=_0x581ef2[_0x40b105(0x1df)][_0x40b105(0x1d4)][_0x40b105(0x1e4)][_0x40b105(0x21c)]();_0x29254b[_0x40b105(0x224)](_0x40b105(0x204),_0x376884),_0x29254b[_0x40b105(0x224)](_0x40b105(0x1f7),_0x376884);});}[_0x25e591(0x207)](_0x1a926d){const _0x14b9c9=_0x25e591,_0x5716b3=this[_0x14b9c9(0x1e6)][_0x14b9c9(0x251)]();_0x1a926d?this[_0x14b9c9(0x1e0)][_0x14b9c9(0x1c9)]():this[_0x14b9c9(0x1e0)][_0x14b9c9(0x1f6)](),_0x5716b3&&_0x5716b3[_0x14b9c9(0x1df)][_0x14b9c9(0x1d4)][_0x14b9c9(0x273)](_0x1795cc=>{const _0x1520fc=_0x14b9c9,_0x1452a3=_0x5716b3[_0x1520fc(0x1df)][_0x1520fc(0x1d4)][_0x1520fc(0x1e4)][_0x1520fc(0x21c)]();_0x1795cc[_0x1520fc(0x224)](_0x1520fc(0x204),_0x1452a3),_0x1795cc[_0x1520fc(0x224)](_0x1520fc(0x1f7),_0x1452a3),_0x1795cc[_0x1520fc(0x1d0)](_0x1a926d?_0x1520fc(0x204):_0x1520fc(0x1f7),_0x1452a3);});}[_0x25e591(0x259)](_0x22ed35){const _0x33867c=_0x25e591;return _0x22ed35[_0x33867c(0x200)](_0x558c6d=>{const _0x369b25=_0x33867c,_0x144ca6=_0x369b25(0x262)+_0x558c6d['id'][_0x369b25(0x211)]()[_0x369b25(0x1fe)]('-','_'),_0x203ebb={..._0x558c6d,'title':this[_0x369b25(0x247)](_0x144ca6+_0x369b25(0x209),_0x558c6d[_0x369b25(0x266)]),'description':this[_0x369b25(0x247)](_0x144ca6+_0x369b25(0x25b),_0x558c6d[_0x369b25(0x1db)])};return _0x558c6d[_0x369b25(0x1c5)]&&(_0x203ebb[_0x369b25(0x1c5)]=_0x558c6d[_0x369b25(0x1c5)][_0x369b25(0x200)](_0x20f33c=>({..._0x20f33c,'label':this[_0x369b25(0x247)](_0x144ca6+_0x369b25(0x1cc),_0x20f33c[_0x369b25(0x26b)]||''),'data':_0x20f33c[_0x369b25(0x1c4)]?_0x20f33c[_0x369b25(0x1c4)][_0x369b25(0x200)](_0x1cd27=>({..._0x1cd27,'label':this[_0x369b25(0x247)](_0x144ca6+_0x369b25(0x22a)+_0x1cd27['id'][_0x369b25(0x211)](),_0x1cd27[_0x369b25(0x26b)])})):void 0x0}))),_0x203ebb;});}[_0x25e591(0x247)](_0x427d1b,_0x100fc0){const _0x36f7d7=_0x25e591,_0x293ab3=this[_0x36f7d7(0x226)][_0x36f7d7(0x20e)],_0x27d646=_0x98fad6(_0x293ab3,_0x427d1b);return _0x27d646===_0x427d1b?_0x100fc0:_0x27d646;}[_0x25e591(0x216)](_0x2cfb01){const _0x48b0ca=_0x25e591;_0x103ea8(_0x2cfb01[_0x48b0ca(0x250)]),_0x2cfb01[_0x48b0ca(0x250)][_0x48b0ca(0x21e)](_0x48b0ca(0x267))?this[_0x48b0ca(0x1e0)][_0x48b0ca(0x24a)]():this[_0x48b0ca(0x1e0)][_0x48b0ca(0x274)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1e9b46=_0x5857;function _0x15dc(){const _0x4697ed=['childCount','switchToReadOnly','[data-id=\x22','data','_parseMarkerName','addMarker','clone','1024592wNBZWE','pop','marker','.ck-reset.ck-ai-review-mode-balloon-panel-suggestion','includes','_findAdjacentContextDistance','getChanges','getHtml','requires','isOfficialPlugin','batch','baseVersion','pluginName','mouseover','_changePositionOwnerDocument','outerHTML','addOperation','keys','insert','plugins','click','_haveOnlyInlineContent','split','_insertMarkers','isAtEnd','createRawElement','reviewmode-','_getOperationStart','attributeToAttribute','$markedRemove','sort','enableReadOnlyMode','_changeOperationOwnerDocument','document','getDiff','startsWith','target','createUIElement','innerHTML','markers','clear','hasContentAfter','isTouching','530755OKHmuc','position','viewToDom','ck-ai_review-mode-marker_hide','isInline','changeMarkerClick','createRange','getRoot','data-marker-id','map','filter','ck-ai_review-mode-marker_','backward','markChangePositionInEditorContent','12EtzmJX','view','containerElement','getStart','concat','version','model:$text','forEach','removeMarker','No\x20element\x20found\x20for\x20ID:\x20','_getChangeContext','clearAllMarkers','markerToHighlight','isOpening','$textProxy','isAtStart','isIntersecting','offsetSize','AIReviewModeEditing','className','_domEmitter','conversion','rootName','getEditor','_markers','_nextDataId','closest','_haveSingleTopLevelElement','operationsIsolated','for','change','ai-review-mode','getRange','newRange','323472MnJdzG','add','$documentFragment','936006gVzjYF','_changePosition','getPath','flat','suggestion-context','documentFragment','emitter','nodes','toDomElement','processor','end','getChangedMarkers','_getMarkersDataForGroup','_findMarkerElement','getShiftedBy','applyOperation','querySelector','domConverter','ck-ai_review-mode-marker_context-end','model','operationsA','groupId','rejectChange','oldRange','affectsData','applyChange','suggestion:deletion:id:authorId:','createDocumentFragment','ck-ai_review-mode-marker_context-','getOperations','path','length','changeMarkerBlurred','exec','afterInit','getAttribute','_appendChild','hasClass','schema','suggestion:insertion:id:authorId:','getChild','changeMarkerRestored','append','_sortMarkers','relatedTarget','push','editingDowncast','[data-marker-id=\x22','jumpTo','remove','54bQfRon','isPremiumPlugin','get','ellipsisBefore','elements','name','parse','_eventEmitter','_createGetContentFn','AIEditing','createText','root','DocumentCompare','createSelection','_changeRangeOwnerDocument','set','index','parentElement','offset','ck-ai_review-mode-marker_strikethrough','_hasSameTopLevelElement','getDocumentData','_changeRange','_createGetContentUsingDataIdFn','_handleMarkerChanges','_removeChildren','getChildren','ck-ai_review-mode-marker_add','_getOperationEnd','getMarkerElementForChange','_translateOperationToEditorContent','insertContent','downcast','context','_upsertDataId','type','delete','_removeAttribute','dataDowncast','toData','fire','registerPostFixer','text','getDomRoot','isDocumentOperation','diffContent','editing','values','remove-only','createPositionAt','every','switchToEdit','7BIFRPC','_groupAdjacentOperations','toView','getRoots','listenTo','start','remove-context','ck-ai_review-mode-marker_context-start','containsRange','11053528dgWHPO','differ','warn','htmlProcessor','changeMarkerRemoved','markerName','hasContentBefore','remove-text','element','1316490pZguCC','has','from','changeMarkerHovered','ck-ai_review-mode-marker_underline','markerToElement','deleteContent','ellipsisAfter','_clone','howMany','649616rFWjny','$graveyard','createPositionAfter','forward','_createGetContextFn','span','hasAttribute','stringify','disableReadOnlyMode','_setAttribute','parent','history','size','_validateMarkers','htmlWriter','_shiftOperation'];_0x15dc=function(){return _0x4697ed;};return _0x15dc();}(function(_0x24df59,_0x3c84e8){const _0x5a7ff5=_0x5857,_0x3ed056=_0x24df59();while(!![]){try{const _0x19e7bc=-parseInt(_0x5a7ff5(0x270))/0x1+parseInt(_0x5a7ff5(0x1eb))/0x2+parseInt(_0x5a7ff5(0x2c0))/0x3*(-parseInt(_0x5a7ff5(0x287))/0x4)+-parseInt(_0x5a7ff5(0x2b2))/0x5+parseInt(_0x5a7ff5(0x1ee))/0x6+-parseInt(_0x5a7ff5(0x254))/0x7*(-parseInt(_0x5a7ff5(0x25d))/0x8)+-parseInt(_0x5a7ff5(0x220))/0x9*(-parseInt(_0x5a7ff5(0x266))/0xa);if(_0x19e7bc===_0x3c84e8)break;else _0x3ed056['push'](_0x3ed056['shift']());}catch(_0x536165){_0x3ed056['push'](_0x3ed056['shift']());}}}(_0x15dc,0xad163));import{InsertOperation as _0x88fd90,MarkerOperation as _0x515cb9,ModelDocumentFragment as _0x245d32,ModelPosition as _0x15113d,ModelRange as _0x400b42,ModelTreeWalker as _0x2b634f,transformOperationSets as _0x3d30db}from'ckeditor5/src/engine.js';import{DomEmitterMixin as _0x13555a,EmitterMixin as _0x13ef62}from'ckeditor5/src/utils.js';import{ContextPlugin as _0x1e83c7}from'ckeditor5/src/core.js';import{DocumentCompare as _0x561be5,DATA_ID_MODEL_ATTRIBUTE as _0x259e80,DATA_ID_VIEW_ATTRIBUTE as _0x129811}from'ckeditor5-collaboration/src/collaboration-core.js';import{getEditorFromContext as _0x564464}from'../aicore/utils/geteditorfromcontext.js';function _0x5857(_0x2da5d6,_0x1a7415){const _0x15dc2a=_0x15dc();return _0x5857=function(_0x5857a6,_0x1fae74){_0x5857a6=_0x5857a6-0x1e9;let _0x29e4bc=_0x15dc2a[_0x5857a6];return _0x29e4bc;},_0x5857(_0x2da5d6,_0x1a7415);}import{AIEditing as _0x4088de}from'../aicore/aiediting.js';import{debounce as _0x40b3c0}from'es-toolkit/compat';const we=_0x1e9b46(0x2a1);export class AIReviewModeEditing extends _0x1e83c7{static get[_0x1e9b46(0x293)](){const _0xd6c243=_0x1e9b46;return _0xd6c243(0x2d2);}static get[_0x1e9b46(0x28f)](){return[_0x561be5,_0x4088de];}static get[_0x1e9b46(0x290)](){return!0x0;}static get[_0x1e9b46(0x221)](){return!0x0;}[_0x1e9b46(0x2d8)]=new Map();[_0x1e9b46(0x2d4)];[_0x1e9b46(0x227)];constructor(_0x350e09){const _0x24f46a=_0x1e9b46;super(_0x350e09),this[_0x24f46a(0x2d4)]=new(_0x13555a())(),this[_0x24f46a(0x227)]=new(_0x13ef62())();}get[_0x1e9b46(0x1f4)](){const _0x5c8cbd=_0x1e9b46;return this[_0x5c8cbd(0x227)];}[_0x1e9b46(0x210)](){const _0x2b8361=_0x1e9b46,_0x25cc8a=_0x564464(this[_0x2b8361(0x241)]);_0x25cc8a[_0x2b8361(0x2d5)][_0x2b8361(0x2dd)](_0x2b8361(0x21c))[_0x2b8361(0x26b)]({'model':we+_0x2b8361(0x299),'view':(_0x15c8b6,{writer:_0x507dd8})=>{const _0x10a410=_0x2b8361,_0x4c85da=this[_0x10a410(0x2d8)][_0x10a410(0x222)](_0x15c8b6[_0x10a410(0x262)]),_0x12c062={'class':_0x10a410(0x23b),'data-marker-id':_0x15c8b6[_0x10a410(0x262)]};return _0x507dd8[_0x10a410(0x2ac)](_0x10a410(0x275),_0x12c062,function(_0x3da217){const _0x1c6c0e=_0x10a410,_0x4125a9=this[_0x1c6c0e(0x1f6)](_0x3da217);return _0x4125a9[_0x1c6c0e(0x2ad)]=_0x4c85da?.[_0x1c6c0e(0x24a)]||'',_0x4125a9;});}}),_0x25cc8a[_0x2b8361(0x2d5)][_0x2b8361(0x2dd)](_0x2b8361(0x21c))[_0x2b8361(0x2cc)]({'model':we+_0x2b8361(0x250),'view':_0x57ae4b=>({'classes':_0x2b8361(0x233),'attributes':{'data-marker-id':_0x57ae4b[_0x2b8361(0x262)]}})}),_0x25cc8a[_0x2b8361(0x2d5)][_0x2b8361(0x2dd)](_0x2b8361(0x21c))[_0x2b8361(0x2cc)]({'model':we+_0x2b8361(0x25a),'view':_0x3a6d1c=>({'classes':_0x2b8361(0x26a),'attributes':{'data-marker-id':_0x3a6d1c[_0x2b8361(0x262)]}})}),_0x25cc8a[_0x2b8361(0x2d5)][_0x2b8361(0x2dd)](_0x2b8361(0x21c))[_0x2b8361(0x2cc)]({'model':we+_0x2b8361(0x264),'view':_0x271f38=>({'classes':_0x2b8361(0x2b5),'attributes':{'data-marker-id':_0x271f38[_0x2b8361(0x262)]}})}),_0x25cc8a[_0x2b8361(0x2d5)][_0x2b8361(0x2dd)](_0x2b8361(0x246))[_0x2b8361(0x26b)]({'model':we+_0x2b8361(0x1f2),'view':(_0x32e690,{writer:_0x1e6428})=>_0x1e6428[_0x2b8361(0x2a0)](_0x2b8361(0x275),{'class':_0x2b8361(0x20a)+(_0x32e690[_0x2b8361(0x2cd)]?_0x2b8361(0x259):_0x2b8361(0x1f8))})}),_0x25cc8a[_0x2b8361(0x2d5)][_0x2b8361(0x2dd)](_0x2b8361(0x240))[_0x2b8361(0x2a3)]({'model':_0x259e80,'view':_0x129811}),this[_0x2b8361(0x2d4)][_0x2b8361(0x258)](document,_0x2b8361(0x29b),(_0x42ae3a,_0x35c14d)=>{const _0x4e85ab=_0x2b8361,_0x29ce4b=_0x35c14d[_0x4e85ab(0x2ab)],_0x1e5970=this[_0x4e85ab(0x1fb)](_0x29ce4b);if(!_0x1e5970)return;const _0x1ddc15=_0x1e5970[_0x4e85ab(0x211)](_0x4e85ab(0x2ba)),_0x5642c2=_0x1ddc15[_0x4e85ab(0x29d)](':')[_0x4e85ab(0x288)]()?.[_0x4e85ab(0x29d)]('_')[0x0];this[_0x4e85ab(0x227)][_0x4e85ab(0x248)](_0x4e85ab(0x2b7),{'markerId':_0x1ddc15,'changeId':_0x5642c2,'markerElement':_0x1e5970,'domEvent':_0x35c14d});}),this[_0x2b8361(0x2d4)][_0x2b8361(0x258)](document,_0x2b8361(0x294),(_0x4cdbbc,_0x4315d9)=>{const _0x48200a=_0x2b8361,_0x59c934=_0x4315d9[_0x48200a(0x2ab)],_0x1d5098=_0x4315d9[_0x48200a(0x21a)];let _0x51d148=this[_0x48200a(0x1fb)](_0x59c934);if(!_0x51d148&&_0x1d5098&&(_0x51d148=this[_0x48200a(0x1fb)](_0x1d5098)),!_0x51d148)return;const _0x48924e=_0x51d148[_0x48200a(0x211)](_0x48200a(0x2ba)),_0x3e5f5b=_0x48924e[_0x48200a(0x29d)](':')[_0x48200a(0x288)]()?.[_0x48200a(0x29d)]('_')[0x0];this[_0x48200a(0x227)][_0x48200a(0x248)](_0x48200a(0x269),{'changeId':_0x3e5f5b,'markerElement':_0x51d148,'domEvent':_0x4315d9});}),this[_0x2b8361(0x2d4)][_0x2b8361(0x258)](document,_0x2b8361(0x294),_0x40b3c0((_0x3876e1,_0x423ca2)=>{const _0xeec79c=_0x2b8361,_0x2f4250=_0x423ca2[_0xeec79c(0x2ab)];if(this[_0xeec79c(0x1fb)](_0x2f4250))return;_0x2f4250[_0xeec79c(0x2da)](_0xeec79c(0x28a))||this[_0xeec79c(0x227)][_0xeec79c(0x248)](_0xeec79c(0x20e));},0xc8)),_0x25cc8a[_0x2b8361(0x201)][_0x2b8361(0x2a8)][_0x2b8361(0x249)](_0x397d47=>this[_0x2b8361(0x27d)](_0x25cc8a,_0x397d47)),_0x25cc8a[_0x2b8361(0x201)][_0x2b8361(0x2a8)]['on'](_0x2b8361(0x2de),()=>this[_0x2b8361(0x238)](_0x25cc8a));}[_0x1e9b46(0x235)](){const _0x31cd4b=_0x1e9b46,_0xd247de=this[_0x31cd4b(0x241)][_0x31cd4b(0x29a)][_0x31cd4b(0x222)](_0x31cd4b(0x229)),_0xb8b96=_0x564464(this[_0x31cd4b(0x241)]),_0x4b00e1=_0xb8b96[_0x31cd4b(0x201)],_0x217019=new _0x245d32();for(const _0x239a3d of _0x4b00e1[_0x31cd4b(0x2a8)][_0x31cd4b(0x2b9)]()[_0x31cd4b(0x23a)]()){const _0x202fa2=_0x239a3d[_0x31cd4b(0x26e)](!0x0);_0x217019[_0x31cd4b(0x212)](_0x202fa2);}for(const _0x4e01d3 of _0x4b00e1[_0x31cd4b(0x2ae)])_0x217019[_0x31cd4b(0x2ae)][_0x31cd4b(0x22f)](_0x4e01d3[_0x31cd4b(0x225)],this[_0x31cd4b(0x22e)](_0x4e01d3[_0x31cd4b(0x1e9)]()[_0x31cd4b(0x286)](),_0x217019));const _0x3905bf=new _0x2b634f({'ignoreElementEnd':!0x0,'startPosition':_0x4b00e1[_0x31cd4b(0x251)](_0x217019,0x0)}),_0x104273=new Set(),_0x2ce854=new Map();for(const {item:_0x323a6b}of _0x3905bf){if(!_0x323a6b['is'](_0x31cd4b(0x2ce)))continue;const _0x207950=_0x323a6b[_0x31cd4b(0x27a)];if(_0x207950&&_0x207950['is'](_0x31cd4b(0x265))){const _0x406640=this[_0x31cd4b(0x242)](_0x207950,()=>_0xd247de[_0x31cd4b(0x2d9)](_0x104273));_0x104273[_0x31cd4b(0x1ec)](_0x406640);for(const _0x2bc815 of _0x207950[_0x31cd4b(0x23a)]())_0x2bc815['is'](_0x31cd4b(0x265))&&_0x104273[_0x31cd4b(0x1ec)](this[_0x31cd4b(0x242)](_0x2bc815,()=>_0xd247de[_0x31cd4b(0x2d9)](_0x104273)));let _0x2c97c0=_0x207950;for(;_0x2c97c0[_0x31cd4b(0x27a)]&&!_0x2c97c0[_0x31cd4b(0x27a)]['is'](_0x31cd4b(0x1f3));)_0x2c97c0=_0x2c97c0[_0x31cd4b(0x27a)],_0x2c97c0[_0x31cd4b(0x276)](_0x259e80)&&_0x2c97c0[_0x31cd4b(0x245)](_0x259e80);_0x2ce854[_0x31cd4b(0x22f)](_0x406640,{'path':_0x207950[_0x31cd4b(0x1f0)](),'getContent':this[_0x31cd4b(0x237)](_0x2c97c0[_0x31cd4b(0x26e)](!0x0),_0x406640,_0xb8b96[_0x31cd4b(0x283)])}),_0x3905bf[_0x31cd4b(0x21e)](_0x4b00e1[_0x31cd4b(0x272)](_0x207950));}}return{'content':_0xb8b96[_0x31cd4b(0x283)][_0x31cd4b(0x1f7)][_0x31cd4b(0x247)](_0xb8b96[_0x31cd4b(0x283)][_0x31cd4b(0x256)](_0x217019)),'version':_0xb8b96[_0x31cd4b(0x201)][_0x31cd4b(0x2a8)][_0x31cd4b(0x2c5)],'elements':_0x2ce854};}[_0x1e9b46(0x24d)](_0x25e81f,_0x25df26){const _0x159491=_0x1e9b46,_0x238f7d=[],_0x5f4f94=_0x564464(this[_0x159491(0x241)]),_0x5bbba9=_0x5f4f94[_0x159491(0x283)][_0x159491(0x226)](_0x25df26,_0x159491(0x1ed)),_0x5a310d=_0x5f4f94[_0x159491(0x283)][_0x159491(0x226)](_0x25e81f,_0x159491(0x1ed)),_0x1b2a46=_0x5f4f94[_0x159491(0x201)][_0x159491(0x251)](_0x5a310d,0x0);if(this[_0x159491(0x2db)](_0x5bbba9)){if(!this[_0x159491(0x234)](_0x5a310d,_0x5bbba9))return _0x238f7d;}else{const _0x2611e8=_0x5f4f94[_0x159491(0x201)][_0x159491(0x214)];if(!this[_0x159491(0x29c)](_0x5a310d,_0x2611e8)||!this[_0x159491(0x29c)](_0x5bbba9,_0x2611e8))return _0x238f7d;}const _0x225cf4=this[_0x159491(0x241)][_0x159491(0x29a)][_0x159491(0x222)](_0x159491(0x22c))[_0x159491(0x2a9)](_0x25e81f,_0x25df26,{'anchor':_0x1b2a46,'markDeletions':!0x0})[_0x159491(0x20b)]()[_0x159491(0x2bc)](_0x5c93df=>_0x159491(0x299)===_0x5c93df[_0x159491(0x243)]||_0x159491(0x289)===_0x5c93df[_0x159491(0x243)]&&_0x5c93df[_0x159491(0x225)][_0x159491(0x2aa)](_0x159491(0x2a4))),_0x3c67f3=this[_0x159491(0x255)](_0x225cf4);let _0x386c76=0x0;return _0x5f4f94[_0x159491(0x201)][_0x159491(0x2de)](_0x237628=>{const _0x1e8a55=_0x159491;for(let _0x34f601=0x0;_0x34f601<_0x3c67f3[_0x1e8a55(0x20d)];_0x34f601++){const _0x3da371=_0x3c67f3[_0x34f601],_0x2ef310=_0x237628[_0x1e8a55(0x209)]();for(const _0x2d4371 of _0x5a310d[_0x1e8a55(0x23a)]())_0x237628[_0x1e8a55(0x218)](_0x2d4371[_0x1e8a55(0x26e)](!0x0),_0x2ef310);for(const _0x1c41c4 of _0x3da371[_0x1e8a55(0x2dc)])if(_0x1e8a55(0x299)===_0x1c41c4[_0x1e8a55(0x243)]){const _0x36e656=_0x1c41c4;_0x36e656[_0x1e8a55(0x292)]=null,_0x36e656[_0x1e8a55(0x24c)]=!0x1,this[_0x1e8a55(0x2a7)](_0x36e656,_0x2ef310),_0x237628[_0x1e8a55(0x291)][_0x1e8a55(0x297)](_0x1c41c4),_0x5f4f94[_0x1e8a55(0x201)][_0x1e8a55(0x1fd)](_0x1c41c4);const _0x270e21=_0x1e8a55(0x215)+_0x386c76++,_0x3469cd=_0x5f4f94[_0x1e8a55(0x201)][_0x1e8a55(0x2b8)](_0x36e656[_0x1e8a55(0x2b3)],_0x36e656[_0x1e8a55(0x2b3)][_0x1e8a55(0x1fc)](_0x36e656[_0x1e8a55(0x26f)]));_0x2ef310[_0x1e8a55(0x2ae)][_0x1e8a55(0x22f)](_0x270e21,_0x3469cd);}else{if(_0x1e8a55(0x289)===_0x1c41c4[_0x1e8a55(0x243)]&&_0x1c41c4[_0x1e8a55(0x225)][_0x1e8a55(0x2aa)](_0x1e8a55(0x2a4))){const _0x2800f1=_0x1c41c4,_0x259189=_0x1e8a55(0x208)+_0x386c76++;this[_0x1e8a55(0x2a7)](_0x2800f1,_0x2ef310),_0x2ef310[_0x1e8a55(0x2ae)][_0x1e8a55(0x22f)](_0x259189,_0x2800f1[_0x1e8a55(0x1ea)]);}}const _0x2c6461=this[_0x1e8a55(0x2ca)](this[_0x1e8a55(0x295)](this[_0x1e8a55(0x2a2)](_0x3da371[_0x1e8a55(0x2dc)][0x0]),_0x2ef310),this[_0x1e8a55(0x295)](this[_0x1e8a55(0x23c)](_0x3da371[_0x1e8a55(0x2dc)][_0x3da371[_0x1e8a55(0x2dc)][_0x1e8a55(0x20d)]-0x1]),_0x2ef310));_0x2ef310[_0x1e8a55(0x2ae)][_0x1e8a55(0x22f)](we+_0x1e8a55(0x1f2),new _0x400b42(_0x2c6461[_0x1e8a55(0x259)],_0x2c6461[_0x1e8a55(0x1f8)])),_0x238f7d[_0x1e8a55(0x21b)]({..._0x3da371,'context':this[_0x1e8a55(0x274)](_0x2ef310,_0x5f4f94[_0x1e8a55(0x283)],{'ellipsisBefore':_0x2c6461[_0x1e8a55(0x263)],'ellipsisAfter':_0x2c6461[_0x1e8a55(0x2b0)]}),'content':this[_0x1e8a55(0x228)](_0x2ef310,_0x5f4f94[_0x1e8a55(0x283)])});}}),_0x238f7d;}[_0x1e9b46(0x2bf)](_0x5bf817,_0x4592bb){const _0x35513b=_0x1e9b46;if(!_0x5bf817[_0x35513b(0x20d)])return;const _0x4686b8=_0x5bf817[0x0][_0x35513b(0x27a)]['id'],_0x177747=_0x4592bb[_0x35513b(0x224)][_0x35513b(0x222)](_0x4686b8);if(!_0x177747)return void console[_0x35513b(0x25f)](_0x35513b(0x2c9)+_0x4686b8);const _0x16c4cb=_0x177747[_0x35513b(0x20c)],_0x479c0b=_0x564464(this[_0x35513b(0x241)]),_0x5387d4=_0x479c0b[_0x35513b(0x201)][_0x35513b(0x2a8)][_0x35513b(0x27b)][_0x35513b(0x20b)](_0x4592bb[_0x35513b(0x2c5)]),_0x47414a=[];for(const _0x11f819 of _0x5bf817){const _0x4ddc80=_0x11f819[_0x35513b(0x2dc)][_0x35513b(0x2bb)](_0x4b49d6=>this[_0x35513b(0x23e)](_0x4b49d6,_0x16c4cb,_0x479c0b[_0x35513b(0x201)][_0x35513b(0x2a8)][_0x35513b(0x257)]()[0x0]));if(!_0x4ddc80||!_0x4ddc80[_0x35513b(0x20d)])continue;const _0x472a63=_0x4ddc80[_0x35513b(0x252)](_0x347a32=>_0x35513b(0x289)===_0x347a32[_0x35513b(0x243)]&&_0x347a32[_0x35513b(0x225)][_0x35513b(0x2aa)](_0x35513b(0x2a4))),_0x403945={'document':_0x479c0b[_0x35513b(0x201)][_0x35513b(0x2a8)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x3432a9=_0x3d30db(_0x4ddc80,_0x5387d4,_0x403945)[_0x35513b(0x202)];for(const _0x1a1d3e of _0x3432a9)if(_0x35513b(0x299)===_0x1a1d3e[_0x35513b(0x243)]){const _0x649fdf=_0x1a1d3e,_0x5585c6=_0x649fdf[_0x35513b(0x1f5)];let _0x367257='';for(const _0x4d7c74 of _0x5585c6)_0x4d7c74&&_0x4d7c74['is'](_0x35513b(0x2c6))&&(_0x367257+=_0x4d7c74[_0x35513b(0x283)]);_0x47414a[_0x35513b(0x21b)]({'start':_0x649fdf[_0x35513b(0x2b3)],'end':_0x649fdf[_0x35513b(0x2b3)],'type':_0x35513b(0x299),'groupId':_0x11f819['id'],'text':_0x367257});}else{if(_0x35513b(0x289)===_0x1a1d3e[_0x35513b(0x243)]&&_0x1a1d3e[_0x35513b(0x225)][_0x35513b(0x2aa)](_0x35513b(0x2a4))){const _0x14f171=_0x1a1d3e;let _0x3b9b7e=_0x35513b(0x264);if(_0x472a63){const _0x41b97a=this[_0x35513b(0x28c)](_0x14f171[_0x35513b(0x1ea)][_0x35513b(0x259)],_0x35513b(0x2be),_0x479c0b[_0x35513b(0x201)][_0x35513b(0x214)]),_0x34ee8b=this[_0x35513b(0x28c)](_0x14f171[_0x35513b(0x1ea)][_0x35513b(0x1f8)],_0x35513b(0x273),_0x479c0b[_0x35513b(0x201)][_0x35513b(0x214)]);if(_0x41b97a||_0x34ee8b){const _0x5d5cc4=_0x14f171[_0x35513b(0x1ea)][_0x35513b(0x259)][_0x35513b(0x1fc)](-_0x41b97a),_0x2ea8fd=_0x14f171[_0x35513b(0x1ea)][_0x35513b(0x1f8)][_0x35513b(0x1fc)](_0x34ee8b);_0x47414a[_0x35513b(0x21b)]({'start':_0x5d5cc4,'end':_0x2ea8fd,'groupId':_0x11f819['id'],'type':_0x35513b(0x25a)});}else _0x3b9b7e=_0x35513b(0x250);}_0x47414a[_0x35513b(0x21b)]({'start':_0x14f171[_0x35513b(0x1ea)][_0x35513b(0x259)],'end':_0x14f171[_0x35513b(0x1ea)][_0x35513b(0x1f8)],'groupId':_0x11f819['id'],'type':_0x3b9b7e});}}}this[_0x35513b(0x29e)](_0x47414a);}[_0x1e9b46(0x2cb)](){const _0x179bbb=_0x1e9b46,_0x18db7a=_0x564464(this[_0x179bbb(0x241)]);_0x18db7a[_0x179bbb(0x201)][_0x179bbb(0x2de)](_0x2260b9=>{const _0x16d07e=_0x179bbb;for(const _0x15ec34 of this[_0x16d07e(0x2d8)][_0x16d07e(0x298)]())_0x18db7a[_0x16d07e(0x201)][_0x16d07e(0x2ae)][_0x16d07e(0x222)](_0x15ec34)&&_0x2260b9[_0x16d07e(0x2c8)](_0x15ec34);}),this[_0x179bbb(0x2d8)][_0x179bbb(0x2af)]();}[_0x1e9b46(0x281)](){const _0xf78820=_0x1e9b46;_0x564464(this[_0xf78820(0x241)])[_0xf78820(0x2a6)](_0xf78820(0x2df));}[_0x1e9b46(0x253)](){const _0x349631=_0x1e9b46;_0x564464(this[_0x349631(0x241)])[_0x349631(0x278)](_0x349631(0x2df));}[_0x1e9b46(0x207)](_0x2cfed9){const _0x12e0c5=_0x1e9b46,_0x100619=_0x564464(this[_0x12e0c5(0x241)]),_0x1056f6=_0x100619[_0x12e0c5(0x201)],_0x1b21e8=_0x2cfed9[_0x12e0c5(0x2bb)](_0x4ffa94=>this[_0x12e0c5(0x1fa)](_0x4ffa94))[_0x12e0c5(0x1f1)]();_0x1056f6[_0x12e0c5(0x2de)](_0x5864c5=>{const _0x34fe8d=_0x12e0c5;for(const _0x3bf0e4 of _0x1b21e8){const _0x36655d=_0x100619[_0x34fe8d(0x201)][_0x34fe8d(0x2ae)][_0x34fe8d(0x222)](_0x3bf0e4['id']);_0x36655d&&(_0x34fe8d(0x299)===_0x3bf0e4[_0x34fe8d(0x243)]?_0x1056f6[_0x34fe8d(0x23f)](_0x5864c5[_0x34fe8d(0x22a)](_0x3bf0e4[_0x34fe8d(0x24a)]||''),_0x36655d[_0x34fe8d(0x1e9)]()[_0x34fe8d(0x259)]):_0x34fe8d(0x264)!==_0x3bf0e4[_0x34fe8d(0x243)]&&_0x34fe8d(0x250)!==_0x3bf0e4[_0x34fe8d(0x243)]||_0x1056f6[_0x34fe8d(0x26c)](_0x1056f6[_0x34fe8d(0x22d)](_0x36655d[_0x34fe8d(0x1e9)]())),_0x5864c5[_0x34fe8d(0x2c8)](_0x3bf0e4['id']),this[_0x34fe8d(0x2d8)][_0x34fe8d(0x244)](_0x3bf0e4['id']));}});}[_0x1e9b46(0x204)](_0x5be9d2){const _0x49e779=_0x1e9b46,_0x45a60f=_0x564464(this[_0x49e779(0x241)]),_0x128180=this[_0x49e779(0x1fa)](_0x5be9d2);_0x45a60f[_0x49e779(0x201)][_0x49e779(0x2de)](_0x33ab7e=>{const _0x2b91a2=_0x49e779;for(const _0x1789e2 of _0x128180)_0x33ab7e[_0x2b91a2(0x2c8)](_0x1789e2['id']),this[_0x2b91a2(0x2d8)][_0x2b91a2(0x244)](_0x1789e2['id']);});}[_0x1e9b46(0x2d7)](){const _0x2a9743=_0x1e9b46;return _0x564464(this[_0x2a9743(0x241)]);}[_0x1e9b46(0x23d)](_0x30a86e){const _0x30f6a1=_0x1e9b46,_0x51ce2a=Array[_0x30f6a1(0x268)](this[_0x30f6a1(0x2d8)][_0x30f6a1(0x24f)]())[_0x30f6a1(0x2bc)](_0x44226e=>_0x44226e[_0x30f6a1(0x203)]===_0x30a86e);if(!_0x51ce2a[_0x30f6a1(0x20d)])return null;const _0x464225=0x1===_0x51ce2a[_0x30f6a1(0x20d)]?_0x51ce2a[0x0]:this[_0x30f6a1(0x219)](_0x51ce2a)[0x0],_0x59338c=_0x564464(this[_0x30f6a1(0x241)]),_0x4c36ed=_0x59338c[_0x30f6a1(0x201)][_0x30f6a1(0x2ae)][_0x30f6a1(0x222)](_0x464225['id']);if(!_0x4c36ed)return null;const _0x108f4e=_0x4c36ed[_0x30f6a1(0x1e9)](),_0x182520=_0x59338c[_0x30f6a1(0x24e)][_0x30f6a1(0x2c1)][_0x30f6a1(0x24b)]();if(!_0x182520||!_0x108f4e)return null;const _0x3a0408=_0x182520[_0x30f6a1(0x1fe)](_0x30f6a1(0x21d)+_0x464225['id']+'\x22]');return _0x3a0408?{'modelRange':_0x108f4e,'domElement':_0x3a0408}:null;}[_0x1e9b46(0x27d)](_0x220908,_0x445fb9){const _0x516fd5=_0x1e9b46,_0x27ba8c=Array[_0x516fd5(0x268)](this[_0x516fd5(0x2d8)][_0x516fd5(0x298)]()),_0x51b648=new Map();for(const _0x398dd9 of _0x27ba8c){const _0x3d9c5c=_0x220908[_0x516fd5(0x201)][_0x516fd5(0x2ae)][_0x516fd5(0x222)](_0x398dd9);if(!_0x3d9c5c)continue;const _0x478d69=_0x3d9c5c[_0x516fd5(0x2c3)]()[_0x516fd5(0x20c)][0x0];_0x51b648[_0x516fd5(0x267)](_0x478d69)||_0x51b648[_0x516fd5(0x22f)](_0x478d69,[]),_0x51b648[_0x516fd5(0x222)](_0x478d69)[_0x516fd5(0x21b)](_0x3d9c5c);}const _0x777e05=new Set();for(const _0x30a7b0 of _0x220908[_0x516fd5(0x201)][_0x516fd5(0x2a8)][_0x516fd5(0x25e)][_0x516fd5(0x28d)]()){let _0x333a0f=-0x1,_0x10d50d=null;if(_0x516fd5(0x299)===_0x30a7b0[_0x516fd5(0x243)])_0x10d50d=new _0x400b42(_0x30a7b0[_0x516fd5(0x2b3)],_0x30a7b0[_0x516fd5(0x2b3)][_0x516fd5(0x1fc)](_0x30a7b0[_0x516fd5(0x20d)])),_0x333a0f=_0x30a7b0[_0x516fd5(0x2b3)][_0x516fd5(0x20c)][0x0];else{if(_0x516fd5(0x21f)!==_0x30a7b0[_0x516fd5(0x243)])continue;_0x10d50d=new _0x400b42(_0x30a7b0[_0x516fd5(0x2b3)]),_0x333a0f=_0x30a7b0[_0x516fd5(0x2b3)][_0x516fd5(0x20c)][0x0];}const _0x2e7605=_0x51b648[_0x516fd5(0x222)](_0x333a0f)||[];if(_0x2e7605[_0x516fd5(0x20d)]){for(const _0x54dcc1 of _0x2e7605)if(_0x10d50d[_0x516fd5(0x22b)][_0x516fd5(0x2d6)]===_0x54dcc1[_0x516fd5(0x1e9)]()[_0x516fd5(0x22b)][_0x516fd5(0x2d6)]&&(_0x516fd5(0x299)!==_0x30a7b0[_0x516fd5(0x243)]||!_0x10d50d[_0x516fd5(0x25c)](_0x54dcc1[_0x516fd5(0x1e9)]()))&&(_0x10d50d[_0x516fd5(0x2d0)](_0x54dcc1[_0x516fd5(0x1e9)]())||_0x10d50d[_0x516fd5(0x259)][_0x516fd5(0x2b1)](_0x54dcc1[_0x516fd5(0x1e9)]()[_0x516fd5(0x1f8)])||_0x10d50d[_0x516fd5(0x1f8)][_0x516fd5(0x2b1)](_0x54dcc1[_0x516fd5(0x1e9)]()[_0x516fd5(0x259)]))){const _0x3ea35c=this[_0x516fd5(0x284)](_0x54dcc1[_0x516fd5(0x225)]);Array[_0x516fd5(0x268)](this[_0x516fd5(0x2d8)][_0x516fd5(0x24f)]())[_0x516fd5(0x2bc)](_0x2ef452=>_0x2ef452[_0x516fd5(0x203)]===_0x3ea35c[_0x516fd5(0x203)])[_0x516fd5(0x2c7)](_0x27daba=>_0x777e05[_0x516fd5(0x1ec)](_0x27daba['id']));}}}if(_0x777e05[_0x516fd5(0x27c)]){for(const _0x2db220 of _0x777e05)_0x445fb9[_0x516fd5(0x2c8)](_0x2db220);return!0x0;}return!0x1;}[_0x1e9b46(0x238)](_0x5786bc){const _0xaba999=_0x1e9b46;for(const {name:_0x592f2d,data:_0x7d3de4}of _0x5786bc[_0xaba999(0x201)][_0xaba999(0x2a8)][_0xaba999(0x25e)][_0xaba999(0x1f9)]()){if(!_0x592f2d[_0xaba999(0x2aa)](we))continue;const _0x1b3dc2=_0x7d3de4[_0xaba999(0x205)],_0x513d8b=_0x7d3de4[_0xaba999(0x1ea)],_0x1cbf90=_0x1b3dc2&&_0xaba999(0x271)===_0x1b3dc2[_0xaba999(0x22b)][_0xaba999(0x2d6)],_0x9f0e06=_0x513d8b&&_0xaba999(0x271)===_0x513d8b[_0xaba999(0x22b)][_0xaba999(0x2d6)];if(_0x1cbf90&&_0x9f0e06)continue;const _0x1b4155=this[_0xaba999(0x284)](_0x592f2d);this[_0xaba999(0x2d8)][_0xaba999(0x222)](_0x592f2d)&&(_0x9f0e06||!_0x513d8b?this[_0xaba999(0x227)][_0xaba999(0x248)](_0xaba999(0x261),{'markerId':_0x592f2d,'changeId':_0x1b4155[_0xaba999(0x203)]}):_0x1cbf90&&_0x513d8b&&this[_0xaba999(0x227)][_0xaba999(0x248)](_0xaba999(0x217),{'markerId':_0x592f2d,'changeId':_0x1b4155[_0xaba999(0x203)]}));}}[_0x1e9b46(0x284)](_0xdd856){const _0x4db046=_0x1e9b46,_0x4bac21=_0xdd856[_0x4db046(0x29d)](':'),_0x5bc572=(_0x4bac21[0x1]||'')[_0x4db046(0x29d)]('_');return{'prefix':_0x4bac21[0x0],'groupId':_0x5bc572[0x0],'suffix':_0x5bc572[0x1]};}[_0x1e9b46(0x23e)](_0x3d10ab,_0x2aae08,_0xbfc8f7){const _0x50d1bd=_0x1e9b46;if(_0x50d1bd(0x299)===_0x3d10ab[_0x50d1bd(0x243)]){const _0x5bb4b6=_0x3d10ab;return new _0x88fd90(this[_0x50d1bd(0x1ef)](_0x2aae08[_0x50d1bd(0x2c4)](_0x5bb4b6[_0x50d1bd(0x2b3)][_0x50d1bd(0x232)]),_0xbfc8f7),_0x5bb4b6[_0x50d1bd(0x1f5)],_0x5bb4b6[_0x50d1bd(0x292)]);}if(_0x50d1bd(0x289)===_0x3d10ab[_0x50d1bd(0x243)]&&_0x3d10ab[_0x50d1bd(0x225)][_0x50d1bd(0x2aa)](_0x50d1bd(0x2a4))){const _0x60e0ef=_0x3d10ab;return new _0x515cb9(_0x60e0ef[_0x50d1bd(0x225)],_0x60e0ef[_0x50d1bd(0x205)],this[_0x50d1bd(0x236)](_0x60e0ef[_0x50d1bd(0x1ea)],_0x2aae08[_0x50d1bd(0x2c4)](_0x60e0ef[_0x50d1bd(0x1ea)][_0x50d1bd(0x259)][_0x50d1bd(0x232)]),_0x2aae08[_0x50d1bd(0x2c4)](_0x60e0ef[_0x50d1bd(0x1ea)][_0x50d1bd(0x1f8)][_0x50d1bd(0x232)]),_0xbfc8f7),_0x60e0ef[_0x50d1bd(0x2d8)],_0x60e0ef[_0x50d1bd(0x206)],_0x60e0ef[_0x50d1bd(0x292)]);}return _0x3d10ab;}[_0x1e9b46(0x255)](_0x431ece){const _0x10b2fd=_0x1e9b46;if(!_0x431ece[_0x10b2fd(0x20d)])return[];const _0x255d7d=[];let _0x5e1075=0x0,_0x4cd3f6=0x0,_0x2c94ca=[];for(let _0x2dbf79=0x0;_0x2dbf79<=_0x431ece[_0x10b2fd(0x20d)];_0x2dbf79++){const _0x5e27ed=_0x431ece[_0x2dbf79],_0x54c5c0=_0x431ece[_0x2dbf79-0x1];!_0x5e27ed||_0x54c5c0&&!this[_0x10b2fd(0x23c)](_0x54c5c0)[_0x10b2fd(0x2b1)](this[_0x10b2fd(0x2a2)](_0x5e27ed))?(_0x255d7d[_0x10b2fd(0x21b)]({'operations':_0x2c94ca,'operationsIsolated':_0x2c94ca[_0x10b2fd(0x2bb)](_0x5a8f49=>this[_0x10b2fd(0x27f)](_0x5a8f49[_0x10b2fd(0x286)](),-_0x4cd3f6)),'groupOffset':_0x5e1075}),_0x2c94ca=_0x5e27ed?[_0x5e27ed]:[],_0x4cd3f6+=_0x5e1075,_0x5e1075=0x0):_0x2c94ca[_0x10b2fd(0x21b)](_0x5e27ed),_0x5e27ed&&_0x10b2fd(0x299)===_0x5e27ed[_0x10b2fd(0x243)]&&(_0x5e1075+=_0x5e27ed[_0x10b2fd(0x26f)]);}return _0x255d7d;}[_0x1e9b46(0x28c)](_0x5d5bf5,_0x1120f4,_0x431981,_0x4f644c=0x1){const _0x16b1b5=_0x1e9b46,_0x117883=new _0x2b634f({'startPosition':_0x5d5bf5,'direction':_0x1120f4});let _0x563f34=0x0;for(let _0x3e0c5b=0x0;_0x3e0c5b<_0x4f644c;_0x3e0c5b++){let _0x179eba=0x0,_0x14b008=!0x1,_0x3e3ab9=_0x16b1b5(0x273)===_0x1120f4?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x49f249}of _0x117883)if(_0x49f249['is'](_0x16b1b5(0x2ce))){const _0x3d1dab=_0x3e3ab9[_0x16b1b5(0x20f)](_0x49f249[_0x16b1b5(0x283)]);if(_0x3d1dab&&_0x3d1dab[_0x16b1b5(0x20d)]){if(_0x179eba+=_0x16b1b5(0x273)===_0x1120f4?_0x3d1dab[_0x16b1b5(0x230)]+_0x3d1dab[0x0][_0x16b1b5(0x20d)]:_0x49f249[_0x16b1b5(0x283)][_0x16b1b5(0x20d)]-_0x3d1dab[_0x16b1b5(0x230)],_0x3d1dab[0x0][_0x16b1b5(0x20d)]!==_0x49f249[_0x16b1b5(0x283)][_0x16b1b5(0x20d)])break;_0x14b008=!0x0,_0x3e3ab9=_0x16b1b5(0x273)===_0x1120f4?/^\w+/:/\w+$/;}else{if(_0x14b008)break;_0x179eba+=_0x49f249[_0x16b1b5(0x2d1)];}}else{if(_0x49f249['is'](_0x16b1b5(0x265))){_0x431981[_0x16b1b5(0x2b6)](_0x49f249)&&!_0x14b008&&(_0x179eba+=0x1);break;}}_0x563f34+=_0x179eba,_0x117883[_0x16b1b5(0x21e)](_0x5d5bf5[_0x16b1b5(0x1fc)](_0x16b1b5(0x273)===_0x1120f4?_0x563f34:-_0x563f34));}return _0x563f34;}[_0x1e9b46(0x2ca)](_0x4a6b93,_0x528d6d){const _0x5ed4b6=_0x1e9b46,_0x39769c=_0x564464(this[_0x5ed4b6(0x241)])[_0x5ed4b6(0x201)][_0x5ed4b6(0x214)],_0x409df9=this[_0x5ed4b6(0x28c)](_0x4a6b93,_0x5ed4b6(0x2be),_0x39769c,0x6),_0x47e7a6=this[_0x5ed4b6(0x28c)](_0x528d6d,_0x5ed4b6(0x273),_0x39769c,0x6),_0x51f5dc=_0x4a6b93[_0x5ed4b6(0x1fc)](-_0x409df9),_0x580341=_0x528d6d[_0x5ed4b6(0x1fc)](_0x47e7a6);return{'start':_0x51f5dc,'end':_0x580341,'hasContentBefore':!_0x51f5dc[_0x5ed4b6(0x2cf)],'hasContentAfter':!_0x580341[_0x5ed4b6(0x29f)]};}[_0x1e9b46(0x29e)](_0x5740e0){const _0x89e77d=_0x1e9b46,_0x1cecaa=this[_0x89e77d(0x241)][_0x89e77d(0x29a)][_0x89e77d(0x222)](_0x89e77d(0x229)),_0x171037=new Set();_0x564464(this[_0x89e77d(0x241)])[_0x89e77d(0x201)][_0x89e77d(0x2de)](_0x3e6a45=>{const _0x51146e=_0x89e77d;for(const _0x37eb90 of _0x5740e0){const _0x5c6516=''+we+_0x37eb90[_0x51146e(0x243)]+':'+_0x37eb90[_0x51146e(0x203)]+'_'+_0x1cecaa[_0x51146e(0x2d9)](_0x171037);this[_0x51146e(0x2d8)][_0x51146e(0x22f)](_0x5c6516,{'id':_0x5c6516,'groupId':_0x37eb90[_0x51146e(0x203)],'type':_0x37eb90[_0x51146e(0x243)],'text':_0x37eb90[_0x51146e(0x24a)]}),_0x3e6a45[_0x51146e(0x285)](_0x5c6516,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x3e6a45[_0x51146e(0x2b8)](_0x37eb90[_0x51146e(0x259)],_0x37eb90[_0x51146e(0x1f8)])});}});}[_0x1e9b46(0x274)](_0xae2405,_0x3d5041,_0x1e6906){let _0x45f6b5='';return()=>{const _0x2da17c=_0x5857;if(!_0x45f6b5){const _0x224b41=_0x3d5041[_0x2da17c(0x256)](_0xae2405,{'showSuggestionHighlights':!0x0});let _0x33454a=_0x224b41[_0x2da17c(0x216)](0x0);if(_0x33454a['is'](_0x2da17c(0x2c2))||(_0x33454a=_0x224b41),!_0x33454a)return'';let _0xc74bba=!0x1;const _0x426fdf=[];for(const _0x4a6460 of _0x33454a[_0x2da17c(0x23a)]())_0x4a6460['is'](_0x2da17c(0x265),_0x2da17c(0x275))&&_0x4a6460[_0x2da17c(0x213)](_0x2da17c(0x200))&&(_0xc74bba=!0x1),_0xc74bba&&_0x426fdf[_0x2da17c(0x21b)](_0x4a6460),_0x4a6460['is'](_0x2da17c(0x265),_0x2da17c(0x275))&&_0x4a6460[_0x2da17c(0x213)](_0x2da17c(0x25b))&&(_0xc74bba=!0x0);_0x33454a[_0x2da17c(0x239)](0x0,_0x33454a[_0x2da17c(0x280)]),_0x1e6906?.[_0x2da17c(0x223)]&&_0x33454a[_0x2da17c(0x212)]('…'),_0x33454a[_0x2da17c(0x212)](_0x426fdf),_0x1e6906?.[_0x2da17c(0x26d)]&&_0x33454a[_0x2da17c(0x212)]('…');const _0x5d254b=_0x3d5041[_0x2da17c(0x260)][_0x2da17c(0x1ff)][_0x2da17c(0x2b4)](_0x224b41),_0xad2c56=_0x3d5041[_0x2da17c(0x260)][_0x2da17c(0x27e)][_0x2da17c(0x28e)](_0x5d254b);_0x45f6b5=_0xad2c56;}return _0x45f6b5;};}[_0x1e9b46(0x228)](_0x835cdd,_0x44726b){const _0x352649=_0x1e9b46;let _0x30b9cf='';return()=>(_0x30b9cf||(_0x30b9cf=_0x44726b[_0x352649(0x277)](_0x835cdd,{'showSuggestionHighlights':!0x0})),_0x30b9cf);}[_0x1e9b46(0x237)](_0x8ba91b,_0x348f41,_0x160b38){let _0x3157c9='';return()=>{const _0x3d8bbf=_0x5857;if(!_0x3157c9){const _0x4492f1=_0x160b38[_0x3d8bbf(0x256)](new _0x245d32(_0x8ba91b)),_0x2112c4=_0x160b38[_0x3d8bbf(0x260)][_0x3d8bbf(0x1ff)][_0x3d8bbf(0x2b4)](_0x4492f1)[_0x3d8bbf(0x1fe)](_0x3d8bbf(0x282)+_0x348f41+'\x22]');_0x3157c9=_0x2112c4?.[_0x3d8bbf(0x296)]||'';}return _0x3157c9;};}[_0x1e9b46(0x1fb)](_0x483a9b,_0x30b453=0x5){const _0x152d95=_0x1e9b46;let _0xee6596=_0x483a9b,_0x24bc31=null;for(let _0xe7589e=0x0;_0xe7589e<_0x30b453&&_0xee6596;_0xe7589e++){if(!_0xee6596[_0x152d95(0x2d3)]){_0xee6596=_0xee6596[_0x152d95(0x231)];continue;}if(!(''+_0xee6596[_0x152d95(0x2d3)])[_0x152d95(0x28b)](_0x152d95(0x2bd))){_0xee6596=_0xee6596[_0x152d95(0x231)];continue;}if(!_0xee6596[_0x152d95(0x211)](_0x152d95(0x2ba)))break;_0x24bc31=_0xee6596;break;}return _0x24bc31;}[_0x1e9b46(0x1fa)](_0x5c30c6){const _0x2cf9fd=_0x1e9b46;return Array[_0x2cf9fd(0x268)](this[_0x2cf9fd(0x2d8)][_0x2cf9fd(0x24f)]())[_0x2cf9fd(0x2bc)](_0x230d77=>_0x230d77[_0x2cf9fd(0x203)]===_0x5c30c6);}[_0x1e9b46(0x2a2)](_0x3c8035){const _0x28dc7a=_0x1e9b46;return _0x28dc7a(0x299)===_0x3c8035[_0x28dc7a(0x243)]?_0x3c8035[_0x28dc7a(0x2b3)]:_0x3c8035[_0x28dc7a(0x1ea)][_0x28dc7a(0x259)];}[_0x1e9b46(0x23c)](_0x4de51e,_0x3200f0=!0x1){const _0x1117fd=_0x1e9b46;return _0x1117fd(0x299)===_0x4de51e[_0x1117fd(0x243)]?_0x3200f0?_0x4de51e[_0x1117fd(0x2b3)]:_0x4de51e[_0x1117fd(0x2b3)][_0x1117fd(0x1fc)](_0x4de51e[_0x1117fd(0x26f)]):_0x4de51e[_0x1117fd(0x1ea)][_0x1117fd(0x1f8)];}[_0x1e9b46(0x27f)](_0x52e5a4,_0x2a17b2){const _0x267d20=_0x1e9b46;return _0x267d20(0x299)===_0x52e5a4[_0x267d20(0x243)]?_0x52e5a4[_0x267d20(0x2b3)]=_0x52e5a4[_0x267d20(0x2b3)][_0x267d20(0x1fc)](_0x2a17b2):_0x267d20(0x289)===_0x52e5a4[_0x267d20(0x243)]&&_0x52e5a4[_0x267d20(0x1ea)]&&(_0x52e5a4[_0x267d20(0x1ea)]=new _0x400b42(_0x52e5a4[_0x267d20(0x1ea)][_0x267d20(0x259)][_0x267d20(0x1fc)](_0x2a17b2),_0x52e5a4[_0x267d20(0x1ea)][_0x267d20(0x1f8)][_0x267d20(0x1fc)](_0x2a17b2))),_0x52e5a4;}[_0x1e9b46(0x2a7)](_0x38ec7a,_0x3d5086){const _0x1703c9=_0x1e9b46;_0x1703c9(0x299)===_0x38ec7a[_0x1703c9(0x243)]?_0x38ec7a[_0x1703c9(0x2b3)]=this[_0x1703c9(0x295)](_0x38ec7a[_0x1703c9(0x2b3)],_0x3d5086):_0x1703c9(0x289)===_0x38ec7a[_0x1703c9(0x243)]&&_0x38ec7a[_0x1703c9(0x1ea)]&&(_0x38ec7a[_0x1703c9(0x1ea)]=this[_0x1703c9(0x22e)](_0x38ec7a[_0x1703c9(0x1ea)],_0x3d5086));}[_0x1e9b46(0x295)](_0x4a1590,_0x2cd825){const _0x110845=_0x1e9b46;return new _0x15113d(_0x2cd825,_0x4a1590[_0x110845(0x20c)]);}[_0x1e9b46(0x22e)](_0x2ca48f,_0x20c00f){const _0x30b418=_0x1e9b46;return new _0x400b42(this[_0x30b418(0x295)](_0x2ca48f[_0x30b418(0x259)],_0x20c00f),this[_0x30b418(0x295)](_0x2ca48f[_0x30b418(0x1f8)],_0x20c00f));}[_0x1e9b46(0x1ef)](_0x4ff342,_0x200f54){return new _0x15113d(_0x200f54,[..._0x4ff342]);}[_0x1e9b46(0x236)](_0x3e3201,_0x517d3f,_0x4c9883,_0x22695a){const _0x398cea=_0x1e9b46;return new _0x400b42(this[_0x398cea(0x1ef)](_0x517d3f,_0x22695a),this[_0x398cea(0x1ef)](_0x4c9883,_0x22695a));}[_0x1e9b46(0x219)](_0x508ea2){const _0x27377c=_0x1e9b46,_0x4530f3=_0x706a3a=>{const _0x433153=_0x5857;switch(_0x706a3a){case _0x433153(0x299):return 0x1;case _0x433153(0x25a):return 0x2;case _0x433153(0x250):return 0x3;case _0x433153(0x264):return 0x4;}};return _0x508ea2[_0x27377c(0x2a5)]((_0x115796,_0x186201)=>_0x4530f3(_0x115796[_0x27377c(0x243)])-_0x4530f3(_0x186201[_0x27377c(0x243)]));}[_0x1e9b46(0x234)](_0x3e3f72,_0x88554a){const _0x52f0e1=_0x1e9b46,_0x41fac0=_0x3e3f72[_0x52f0e1(0x216)](0x0),_0x10861f=_0x88554a[_0x52f0e1(0x216)](0x0);return!(!_0x41fac0||!_0x10861f)&&((!_0x41fac0['is'](_0x52f0e1(0x265))||!_0x10861f['is'](_0x52f0e1(0x265))||_0x41fac0[_0x52f0e1(0x225)]===_0x10861f[_0x52f0e1(0x225)])&&!(_0x41fac0['is'](_0x52f0e1(0x265))&&!_0x10861f['is'](_0x52f0e1(0x265))||!_0x41fac0['is'](_0x52f0e1(0x265))&&_0x10861f['is'](_0x52f0e1(0x265))));}[_0x1e9b46(0x2db)](_0x4be80a){const _0x13b7ff=_0x1e9b46;return 0x1===_0x4be80a[_0x13b7ff(0x280)];}[_0x1e9b46(0x29c)](_0x3c2d2d,_0x5c6e96){const _0x3894d1=_0x1e9b46;for(const _0x3c809d of _0x3c2d2d[_0x3894d1(0x23a)]())if(_0x3c809d['is'](_0x3894d1(0x265))&&!_0x5c6e96[_0x3894d1(0x2b6)](_0x3c809d))return!0x1;return!0x0;}[_0x1e9b46(0x242)](_0x560120,_0x26a05e){const _0x463c98=_0x1e9b46;let _0x5c5194=_0x560120[_0x463c98(0x211)](_0x259e80);return _0x5c5194||(_0x5c5194=_0x26a05e(),_0x560120[_0x463c98(0x279)](_0x259e80,_0x5c5194)),_0x5c5194;}}
23
+ function _0x49b8(){const _0x345063=['keys','get','exec','flat','batch','index','mouseover','$graveyard','text','isAtEnd','isIntersecting','conversion','clone','_domEmitter','getRoot','end','add','getDocumentData','pluginName','getPath','1437387RCTQNv','getRoots','jumpTo','differ','_hasSameTopLevelElement','emitter','getHtml','values','map','_getChangeContext','_getOperationStart','insert','_getMarkersDataForGroup','clear','affectsData','click','_appendChild','offsetSize','baseVersion','isTouching','_nextDataId','_handleMarkerChanges','parse','1854684cyaYmO','remove-only','createText','isInline','4206290HkSFpj','getChangedMarkers','htmlWriter','newRange','20QDTOTP','.ck-reset.ck-ai-review-mode-balloon-panel-suggestion','plugins','warn','11gdKEzM','has','length','listenTo','type','[data-marker-id=\x22','viewToDom','changeMarkerRestored','applyOperation','domConverter','operationsA','stringify','getMarkerElementForChange','getChild','root','getAttribute','diffContent','version','_validateMarkers','hasClass','isAtStart','_shiftOperation','_clone','set','switchToEdit','marker','_removeChildren','ai-review-mode','ck-ai_review-mode-marker_','span','backward','$markedRemove','for','oldRange','_changeOperationOwnerDocument','ck-ai_review-mode-marker_hide','ck-ai_review-mode-marker_add','data-marker-id','createPositionAt','offset','enableReadOnlyMode','ck-ai_review-mode-marker_strikethrough','createRange','markChangePositionInEditorContent','requires','rejectChange','remove','ck-ai_review-mode-marker_context-','createSelection','size','$textProxy','suggestion:deletion:id:authorId:','addMarker','downcast','hasContentBefore','afterInit','childCount','createRawElement','change','changeMarkerRemoved','path','getShiftedBy','ck-ai_review-mode-marker_context-end','forEach','getDomRoot','position','getRange','createPositionAfter','sort','ck-ai_review-mode-marker_context-start','_markers','No\x20element\x20found\x20for\x20ID:\x20','hasAttribute','_findAdjacentContextDistance','markerToHighlight','disableReadOnlyMode','delete','model','removeMarker','_createGetContentUsingDataIdFn','_insertMarkers','outerHTML','forward','getOperations','[data-id=\x22','editing','containsRange','schema','relatedTarget','toView','isOfficialPlugin','document','ck-ai_review-mode-marker_underline','target','89212YxPDVU','_removeAttribute','createDocumentFragment','1069905PdNHam','operationsIsolated','view','split','attributeToAttribute','$documentFragment','getDiff','closest','groupId','3838472qmlPQB','howMany','element','markers','nodes','_eventEmitter','pop','dataDowncast','ellipsisBefore','_groupAdjacentOperations','htmlProcessor','name','_findMarkerElement','39cbDCsj','_setAttribute','remove-context','_haveSingleTopLevelElement','_createGetContentFn','_changeRange','isPremiumPlugin','switchToReadOnly','addOperation','getStart','concat','24ZtEZff','documentFragment','rootName','applyChange','toDomElement','_sortMarkers','_upsertDataId','deleteContent','clearAllMarkers','changeMarkerHovered','createUIElement','containerElement','getChildren','data','innerHTML','from','context','parent','AIReviewModeEditing','push','_getOperationEnd','_changeRangeOwnerDocument','_createGetContextFn','changeMarkerClick','every','_parseMarkerName','77261fZGViG','className','filter','_changePosition','AIEditing','_haveOnlyInlineContent','markerName','fire','insertContent','toData','model:$text','isOpening','suggestion:insertion:id:authorId:','markerToElement','remove-text','startsWith','processor','suggestion-context','isDocumentOperation','includes','_translateOperationToEditorContent','changeMarkerBlurred','append','ellipsisAfter','editingDowncast','getChanges','querySelector','elements','DocumentCompare','getEditor','reviewmode-','_changePositionOwnerDocument','parentElement','history','hasContentAfter','registerPostFixer','start'];_0x49b8=function(){return _0x345063;};return _0x49b8();}const _0xb93684=_0x26dd;(function(_0x32a87c,_0x138fc6){const _0x50aa5d=_0x26dd,_0x27c828=_0x32a87c();while(!![]){try{const _0x46faaa=-parseInt(_0x50aa5d(0x19e))/0x1*(-parseInt(_0x50aa5d(0x1f6))/0x2)+parseInt(_0x50aa5d(0x271))/0x3*(-parseInt(_0x50aa5d(0x258))/0x4)+parseInt(_0x50aa5d(0x25b))/0x5*(parseInt(_0x50aa5d(0x184))/0x6)+-parseInt(_0x50aa5d(0x1d7))/0x7+-parseInt(_0x50aa5d(0x264))/0x8+parseInt(_0x50aa5d(0x1ee))/0x9+parseInt(_0x50aa5d(0x1f2))/0xa*(-parseInt(_0x50aa5d(0x1fa))/0xb);if(_0x46faaa===_0x138fc6)break;else _0x27c828['push'](_0x27c828['shift']());}catch(_0x56d641){_0x27c828['push'](_0x27c828['shift']());}}}(_0x49b8,0x6b26c));import{InsertOperation as _0x2e93b6,MarkerOperation as _0x595ac0,ModelDocumentFragment as _0x206c0f,ModelPosition as _0x5c0767,ModelRange as _0x1bde60,ModelTreeWalker as _0x1dfb85,transformOperationSets as _0x539e1e}from'ckeditor5/src/engine.js';import{DomEmitterMixin as _0x137975,EmitterMixin as _0x157e15}from'ckeditor5/src/utils.js';import{ContextPlugin as _0x1c5d8f}from'ckeditor5/src/core.js';import{DocumentCompare as _0x85ea13,DATA_ID_MODEL_ATTRIBUTE as _0x58ba64,DATA_ID_VIEW_ATTRIBUTE as _0x50b335}from'ckeditor5-collaboration/src/collaboration-core.js';import{getEditorFromContext as _0x39bc1e}from'../aicore/utils/geteditorfromcontext.js';import{AIEditing as _0x598d40}from'../aicore/aiediting.js';import{debounce as _0x8f894e}from'es-toolkit/compat';function _0x26dd(_0x1c5691,_0x2f3f23){const _0x49b8d1=_0x49b8();return _0x26dd=function(_0x26ddc8,_0x25e2f6){_0x26ddc8=_0x26ddc8-0x17a;let _0x306599=_0x49b8d1[_0x26ddc8];return _0x306599;},_0x26dd(_0x1c5691,_0x2f3f23);}const we=_0xb93684(0x1bc);export class AIReviewModeEditing extends _0x1c5d8f{static get[_0xb93684(0x1d5)](){const _0x4e322f=_0xb93684;return _0x4e322f(0x196);}static get[_0xb93684(0x226)](){return[_0x85ea13,_0x598d40];}static get[_0xb93684(0x254)](){return!0x0;}static get[_0xb93684(0x17f)](){return!0x0;}[_0xb93684(0x240)]=new Map();[_0xb93684(0x1d0)];[_0xb93684(0x269)];constructor(_0x2fcbb1){const _0x3511e6=_0xb93684;super(_0x2fcbb1),this[_0x3511e6(0x1d0)]=new(_0x137975())(),this[_0x3511e6(0x269)]=new(_0x157e15())();}get[_0xb93684(0x1dc)](){const _0x125aaf=_0xb93684;return this[_0x125aaf(0x269)];}[_0xb93684(0x231)](){const _0x215a56=_0xb93684,_0x32b400=_0x39bc1e(this[_0x215a56(0x194)]);_0x32b400[_0x215a56(0x1ce)][_0x215a56(0x21a)](_0x215a56(0x1b6))[_0x215a56(0x1ab)]({'model':we+_0x215a56(0x1e2),'view':(_0x1b62ef,{writer:_0x4aa840})=>{const _0x13d36e=_0x215a56,_0x28bb66=this[_0x13d36e(0x240)][_0x13d36e(0x1c4)](_0x1b62ef[_0x13d36e(0x1a4)]),_0x1f515e={'class':_0x13d36e(0x21e),'data-marker-id':_0x1b62ef[_0x13d36e(0x1a4)]};return _0x4aa840[_0x13d36e(0x18e)](_0x13d36e(0x217),_0x1f515e,function(_0x3a745c){const _0x45de3f=_0x13d36e,_0x46e86d=this[_0x45de3f(0x188)](_0x3a745c);return _0x46e86d[_0x45de3f(0x192)]=_0x28bb66?.[_0x45de3f(0x1cb)]||'',_0x46e86d;});}}),_0x32b400[_0x215a56(0x1ce)][_0x215a56(0x21a)](_0x215a56(0x1b6))[_0x215a56(0x244)]({'model':we+_0x215a56(0x1ef),'view':_0x50c9b2=>({'classes':_0x215a56(0x223),'attributes':{'data-marker-id':_0x50c9b2[_0x215a56(0x1a4)]}})}),_0x32b400[_0x215a56(0x1ce)][_0x215a56(0x21a)](_0x215a56(0x1b6))[_0x215a56(0x244)]({'model':we+_0x215a56(0x17b),'view':_0x5e7527=>({'classes':_0x215a56(0x256),'attributes':{'data-marker-id':_0x5e7527[_0x215a56(0x1a4)]}})}),_0x32b400[_0x215a56(0x1ce)][_0x215a56(0x21a)](_0x215a56(0x1b6))[_0x215a56(0x244)]({'model':we+_0x215a56(0x1ac),'view':_0x461919=>({'classes':_0x215a56(0x21d),'attributes':{'data-marker-id':_0x461919[_0x215a56(0x1a4)]}})}),_0x32b400[_0x215a56(0x1ce)][_0x215a56(0x21a)](_0x215a56(0x26b))[_0x215a56(0x1ab)]({'model':we+_0x215a56(0x1af),'view':(_0x4d296f,{writer:_0x3bdc5b})=>_0x3bdc5b[_0x215a56(0x233)](_0x215a56(0x217),{'class':_0x215a56(0x229)+(_0x4d296f[_0x215a56(0x1a9)]?_0x215a56(0x1c2):_0x215a56(0x1d2))})}),_0x32b400[_0x215a56(0x1ce)][_0x215a56(0x21a)](_0x215a56(0x22f))[_0x215a56(0x25f)]({'model':_0x58ba64,'view':_0x50b335}),this[_0x215a56(0x1d0)][_0x215a56(0x1fd)](document,_0x215a56(0x1e6),(_0x49c504,_0x27813b)=>{const _0x2f5277=_0x215a56,_0x40c3a6=_0x27813b[_0x2f5277(0x257)],_0x312557=this[_0x2f5277(0x270)](_0x40c3a6);if(!_0x312557)return;const _0x320407=_0x312557[_0x2f5277(0x209)](_0x2f5277(0x21f)),_0x75492a=_0x320407[_0x2f5277(0x25e)](':')[_0x2f5277(0x26a)]()?.[_0x2f5277(0x25e)]('_')[0x0];this[_0x2f5277(0x269)][_0x2f5277(0x1a5)](_0x2f5277(0x19b),{'markerId':_0x320407,'changeId':_0x75492a,'markerElement':_0x312557,'domEvent':_0x27813b});}),this[_0x215a56(0x1d0)][_0x215a56(0x1fd)](document,_0x215a56(0x1c9),(_0x2b1885,_0x2c4ad7)=>{const _0x9f8cfd=_0x215a56,_0x15efa3=_0x2c4ad7[_0x9f8cfd(0x257)],_0x2ed3bf=_0x2c4ad7[_0x9f8cfd(0x252)];let _0x4cb8bf=this[_0x9f8cfd(0x270)](_0x15efa3);if(!_0x4cb8bf&&_0x2ed3bf&&(_0x4cb8bf=this[_0x9f8cfd(0x270)](_0x2ed3bf)),!_0x4cb8bf)return;const _0x3ecc9d=_0x4cb8bf[_0x9f8cfd(0x209)](_0x9f8cfd(0x21f)),_0x3ba876=_0x3ecc9d[_0x9f8cfd(0x25e)](':')[_0x9f8cfd(0x26a)]()?.[_0x9f8cfd(0x25e)]('_')[0x0];this[_0x9f8cfd(0x269)][_0x9f8cfd(0x1a5)](_0x9f8cfd(0x18d),{'changeId':_0x3ba876,'markerElement':_0x4cb8bf,'domEvent':_0x2c4ad7});}),this[_0x215a56(0x1d0)][_0x215a56(0x1fd)](document,_0x215a56(0x1c9),_0x8f894e((_0x53985f,_0x48e7eb)=>{const _0x1e6d86=_0x215a56,_0x476ea1=_0x48e7eb[_0x1e6d86(0x257)];if(this[_0x1e6d86(0x270)](_0x476ea1))return;_0x476ea1[_0x1e6d86(0x262)](_0x1e6d86(0x1f7))||this[_0x1e6d86(0x269)][_0x1e6d86(0x1a5)](_0x1e6d86(0x1b3));},0xc8)),_0x32b400[_0x215a56(0x247)][_0x215a56(0x255)][_0x215a56(0x1c1)](_0x381e3b=>this[_0x215a56(0x20c)](_0x32b400,_0x381e3b)),_0x32b400[_0x215a56(0x247)][_0x215a56(0x255)]['on'](_0x215a56(0x234),()=>this[_0x215a56(0x1ec)](_0x32b400));}[_0xb93684(0x1d4)](){const _0x143f6b=_0xb93684,_0x18870f=this[_0x143f6b(0x194)][_0x143f6b(0x1f8)][_0x143f6b(0x1c4)](_0x143f6b(0x1a2)),_0x2c3624=_0x39bc1e(this[_0x143f6b(0x194)]),_0x4585ed=_0x2c3624[_0x143f6b(0x247)],_0x1b645c=new _0x206c0f();for(const _0x8888cc of _0x4585ed[_0x143f6b(0x255)][_0x143f6b(0x1d1)]()[_0x143f6b(0x190)]()){const _0x10d476=_0x8888cc[_0x143f6b(0x210)](!0x0);_0x1b645c[_0x143f6b(0x1e7)](_0x10d476);}for(const _0x1d764c of _0x4585ed[_0x143f6b(0x267)])_0x1b645c[_0x143f6b(0x267)][_0x143f6b(0x211)](_0x1d764c[_0x143f6b(0x26f)],this[_0x143f6b(0x199)](_0x1d764c[_0x143f6b(0x23c)]()[_0x143f6b(0x1cf)](),_0x1b645c));const _0x5707ce=new _0x1dfb85({'ignoreElementEnd':!0x0,'startPosition':_0x4585ed[_0x143f6b(0x220)](_0x1b645c,0x0)}),_0x596f0e=new Set(),_0x9346cc=new Map();for(const {item:_0x25b503}of _0x5707ce){if(!_0x25b503['is'](_0x143f6b(0x22c)))continue;const _0x1219fc=_0x25b503[_0x143f6b(0x195)];if(_0x1219fc&&_0x1219fc['is'](_0x143f6b(0x266))){const _0x3c204b=this[_0x143f6b(0x18a)](_0x1219fc,()=>_0x18870f[_0x143f6b(0x1eb)](_0x596f0e));_0x596f0e[_0x143f6b(0x1d3)](_0x3c204b);for(const _0x181a72 of _0x1219fc[_0x143f6b(0x190)]())_0x181a72['is'](_0x143f6b(0x266))&&_0x596f0e[_0x143f6b(0x1d3)](this[_0x143f6b(0x18a)](_0x181a72,()=>_0x18870f[_0x143f6b(0x1eb)](_0x596f0e)));let _0x5abde4=_0x1219fc;for(;_0x5abde4[_0x143f6b(0x195)]&&!_0x5abde4[_0x143f6b(0x195)]['is'](_0x143f6b(0x185));)_0x5abde4=_0x5abde4[_0x143f6b(0x195)],_0x5abde4[_0x143f6b(0x242)](_0x58ba64)&&_0x5abde4[_0x143f6b(0x259)](_0x58ba64);_0x9346cc[_0x143f6b(0x211)](_0x3c204b,{'path':_0x1219fc[_0x143f6b(0x1d6)](),'getContent':this[_0x143f6b(0x249)](_0x5abde4[_0x143f6b(0x210)](!0x0),_0x3c204b,_0x2c3624[_0x143f6b(0x191)])}),_0x5707ce[_0x143f6b(0x1d9)](_0x4585ed[_0x143f6b(0x23d)](_0x1219fc));}}return{'content':_0x2c3624[_0x143f6b(0x191)][_0x143f6b(0x1ae)][_0x143f6b(0x1a7)](_0x2c3624[_0x143f6b(0x191)][_0x143f6b(0x253)](_0x1b645c)),'version':_0x2c3624[_0x143f6b(0x247)][_0x143f6b(0x255)][_0x143f6b(0x20b)],'elements':_0x9346cc};}[_0xb93684(0x20a)](_0x5b446b,_0xfd9900){const _0xd3dc42=_0xb93684,_0x1e5770=[],_0x51d085=_0x39bc1e(this[_0xd3dc42(0x194)]),_0x256205=_0x51d085[_0xd3dc42(0x191)][_0xd3dc42(0x1ed)](_0xfd9900,_0xd3dc42(0x260)),_0x5e8853=_0x51d085[_0xd3dc42(0x191)][_0xd3dc42(0x1ed)](_0x5b446b,_0xd3dc42(0x260)),_0x5426d3=_0x51d085[_0xd3dc42(0x247)][_0xd3dc42(0x220)](_0x5e8853,0x0);if(this[_0xd3dc42(0x17c)](_0x256205)){if(!this[_0xd3dc42(0x1db)](_0x5e8853,_0x256205))return _0x1e5770;}else{const _0x3781dd=_0x51d085[_0xd3dc42(0x247)][_0xd3dc42(0x251)];if(!this[_0xd3dc42(0x1a3)](_0x5e8853,_0x3781dd)||!this[_0xd3dc42(0x1a3)](_0x256205,_0x3781dd))return _0x1e5770;}const _0xfcc6ab=this[_0xd3dc42(0x194)][_0xd3dc42(0x1f8)][_0xd3dc42(0x1c4)](_0xd3dc42(0x1ba))[_0xd3dc42(0x261)](_0x5b446b,_0xfd9900,{'anchor':_0x5426d3,'markDeletions':!0x0})[_0xd3dc42(0x24d)]()[_0xd3dc42(0x1a0)](_0x41ca64=>_0xd3dc42(0x1e2)===_0x41ca64[_0xd3dc42(0x1fe)]||_0xd3dc42(0x213)===_0x41ca64[_0xd3dc42(0x1fe)]&&_0x41ca64[_0xd3dc42(0x26f)][_0xd3dc42(0x1ad)](_0xd3dc42(0x219))),_0x283f74=this[_0xd3dc42(0x26d)](_0xfcc6ab);let _0x310cff=0x0;return _0x51d085[_0xd3dc42(0x247)][_0xd3dc42(0x234)](_0x1faec0=>{const _0x2dc0c8=_0xd3dc42;for(let _0x15c807=0x0;_0x15c807<_0x283f74[_0x2dc0c8(0x1fc)];_0x15c807++){const _0x5cedb8=_0x283f74[_0x15c807],_0x479ac6=_0x1faec0[_0x2dc0c8(0x25a)]();for(const _0x4a5de8 of _0x5e8853[_0x2dc0c8(0x190)]())_0x1faec0[_0x2dc0c8(0x1b4)](_0x4a5de8[_0x2dc0c8(0x210)](!0x0),_0x479ac6);for(const _0x303dd7 of _0x5cedb8[_0x2dc0c8(0x25c)])if(_0x2dc0c8(0x1e2)===_0x303dd7[_0x2dc0c8(0x1fe)]){const _0x79104f=_0x303dd7;_0x79104f[_0x2dc0c8(0x1e9)]=null,_0x79104f[_0x2dc0c8(0x1b0)]=!0x1,this[_0x2dc0c8(0x21c)](_0x79104f,_0x479ac6),_0x1faec0[_0x2dc0c8(0x1c7)][_0x2dc0c8(0x181)](_0x303dd7),_0x51d085[_0x2dc0c8(0x247)][_0x2dc0c8(0x202)](_0x303dd7);const _0x2777e2=_0x2dc0c8(0x1aa)+_0x310cff++,_0x16baab=_0x51d085[_0x2dc0c8(0x247)][_0x2dc0c8(0x224)](_0x79104f[_0x2dc0c8(0x23b)],_0x79104f[_0x2dc0c8(0x23b)][_0x2dc0c8(0x237)](_0x79104f[_0x2dc0c8(0x265)]));_0x479ac6[_0x2dc0c8(0x267)][_0x2dc0c8(0x211)](_0x2777e2,_0x16baab);}else{if(_0x2dc0c8(0x213)===_0x303dd7[_0x2dc0c8(0x1fe)]&&_0x303dd7[_0x2dc0c8(0x26f)][_0x2dc0c8(0x1ad)](_0x2dc0c8(0x219))){const _0x276df5=_0x303dd7,_0x3a3788=_0x2dc0c8(0x22d)+_0x310cff++;this[_0x2dc0c8(0x21c)](_0x276df5,_0x479ac6),_0x479ac6[_0x2dc0c8(0x267)][_0x2dc0c8(0x211)](_0x3a3788,_0x276df5[_0x2dc0c8(0x1f5)]);}}const _0x79d0ec=this[_0x2dc0c8(0x1e0)](this[_0x2dc0c8(0x1bd)](this[_0x2dc0c8(0x1e1)](_0x5cedb8[_0x2dc0c8(0x25c)][0x0]),_0x479ac6),this[_0x2dc0c8(0x1bd)](this[_0x2dc0c8(0x198)](_0x5cedb8[_0x2dc0c8(0x25c)][_0x5cedb8[_0x2dc0c8(0x25c)][_0x2dc0c8(0x1fc)]-0x1]),_0x479ac6));_0x479ac6[_0x2dc0c8(0x267)][_0x2dc0c8(0x211)](we+_0x2dc0c8(0x1af),new _0x1bde60(_0x79d0ec[_0x2dc0c8(0x1c2)],_0x79d0ec[_0x2dc0c8(0x1d2)])),_0x1e5770[_0x2dc0c8(0x197)]({..._0x5cedb8,'context':this[_0x2dc0c8(0x19a)](_0x479ac6,_0x51d085[_0x2dc0c8(0x191)],{'ellipsisBefore':_0x79d0ec[_0x2dc0c8(0x230)],'ellipsisAfter':_0x79d0ec[_0x2dc0c8(0x1c0)]}),'content':this[_0x2dc0c8(0x17d)](_0x479ac6,_0x51d085[_0x2dc0c8(0x191)])});}}),_0x1e5770;}[_0xb93684(0x225)](_0x23f701,_0x44e863){const _0x4c6c06=_0xb93684;if(!_0x23f701[_0x4c6c06(0x1fc)])return;const _0x3616e8=_0x23f701[0x0][_0x4c6c06(0x195)]['id'],_0xf07b84=_0x44e863[_0x4c6c06(0x1b9)][_0x4c6c06(0x1c4)](_0x3616e8);if(!_0xf07b84)return void console[_0x4c6c06(0x1f9)](_0x4c6c06(0x241)+_0x3616e8);const _0x18a900=_0xf07b84[_0x4c6c06(0x236)],_0x3283c8=_0x39bc1e(this[_0x4c6c06(0x194)]),_0x5bbe1a=_0x3283c8[_0x4c6c06(0x247)][_0x4c6c06(0x255)][_0x4c6c06(0x1bf)][_0x4c6c06(0x24d)](_0x44e863[_0x4c6c06(0x20b)]),_0x46dbfc=[];for(const _0x52805d of _0x23f701){const _0x55a94a=_0x52805d[_0x4c6c06(0x25c)][_0x4c6c06(0x1df)](_0x36025b=>this[_0x4c6c06(0x1b2)](_0x36025b,_0x18a900,_0x3283c8[_0x4c6c06(0x247)][_0x4c6c06(0x255)][_0x4c6c06(0x1d8)]()[0x0]));if(!_0x55a94a||!_0x55a94a[_0x4c6c06(0x1fc)])continue;const _0x384f30=_0x55a94a[_0x4c6c06(0x19c)](_0x46ad9c=>_0x4c6c06(0x213)===_0x46ad9c[_0x4c6c06(0x1fe)]&&_0x46ad9c[_0x4c6c06(0x26f)][_0x4c6c06(0x1ad)](_0x4c6c06(0x219))),_0x3da3b6={'document':_0x3283c8[_0x4c6c06(0x247)][_0x4c6c06(0x255)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x2acb93=_0x539e1e(_0x55a94a,_0x5bbe1a,_0x3da3b6)[_0x4c6c06(0x204)];for(const _0x1a2b9e of _0x2acb93)if(_0x4c6c06(0x1e2)===_0x1a2b9e[_0x4c6c06(0x1fe)]){const _0x521fd5=_0x1a2b9e,_0x2cf8b6=_0x521fd5[_0x4c6c06(0x268)];let _0x5d7ea2='';for(const _0x41c8a8 of _0x2cf8b6)_0x41c8a8&&_0x41c8a8['is'](_0x4c6c06(0x1a8))&&(_0x5d7ea2+=_0x41c8a8[_0x4c6c06(0x191)]);_0x46dbfc[_0x4c6c06(0x197)]({'start':_0x521fd5[_0x4c6c06(0x23b)],'end':_0x521fd5[_0x4c6c06(0x23b)],'type':_0x4c6c06(0x1e2),'groupId':_0x52805d['id'],'text':_0x5d7ea2});}else{if(_0x4c6c06(0x213)===_0x1a2b9e[_0x4c6c06(0x1fe)]&&_0x1a2b9e[_0x4c6c06(0x26f)][_0x4c6c06(0x1ad)](_0x4c6c06(0x219))){const _0x63cba0=_0x1a2b9e;let _0x2f6aba=_0x4c6c06(0x1ac);if(_0x384f30){const _0x34ab04=this[_0x4c6c06(0x243)](_0x63cba0[_0x4c6c06(0x1f5)][_0x4c6c06(0x1c2)],_0x4c6c06(0x218),_0x3283c8[_0x4c6c06(0x247)][_0x4c6c06(0x251)]),_0x2ce7d8=this[_0x4c6c06(0x243)](_0x63cba0[_0x4c6c06(0x1f5)][_0x4c6c06(0x1d2)],_0x4c6c06(0x24c),_0x3283c8[_0x4c6c06(0x247)][_0x4c6c06(0x251)]);if(_0x34ab04||_0x2ce7d8){const _0x42285c=_0x63cba0[_0x4c6c06(0x1f5)][_0x4c6c06(0x1c2)][_0x4c6c06(0x237)](-_0x34ab04),_0x22c4e3=_0x63cba0[_0x4c6c06(0x1f5)][_0x4c6c06(0x1d2)][_0x4c6c06(0x237)](_0x2ce7d8);_0x46dbfc[_0x4c6c06(0x197)]({'start':_0x42285c,'end':_0x22c4e3,'groupId':_0x52805d['id'],'type':_0x4c6c06(0x17b)});}else _0x2f6aba=_0x4c6c06(0x1ef);}_0x46dbfc[_0x4c6c06(0x197)]({'start':_0x63cba0[_0x4c6c06(0x1f5)][_0x4c6c06(0x1c2)],'end':_0x63cba0[_0x4c6c06(0x1f5)][_0x4c6c06(0x1d2)],'groupId':_0x52805d['id'],'type':_0x2f6aba});}}}this[_0x4c6c06(0x24a)](_0x46dbfc);}[_0xb93684(0x18c)](){const _0x3f1348=_0xb93684,_0x4e4b91=_0x39bc1e(this[_0x3f1348(0x194)]);_0x4e4b91[_0x3f1348(0x247)][_0x3f1348(0x234)](_0x133fc2=>{const _0x125111=_0x3f1348;for(const _0x1b924a of this[_0x125111(0x240)][_0x125111(0x1c3)]())_0x4e4b91[_0x125111(0x247)][_0x125111(0x267)][_0x125111(0x1c4)](_0x1b924a)&&_0x133fc2[_0x125111(0x248)](_0x1b924a);}),this[_0x3f1348(0x240)][_0x3f1348(0x1e4)]();}[_0xb93684(0x180)](){const _0x1cab83=_0xb93684;_0x39bc1e(this[_0x1cab83(0x194)])[_0x1cab83(0x222)](_0x1cab83(0x215));}[_0xb93684(0x212)](){const _0xe4c15=_0xb93684;_0x39bc1e(this[_0xe4c15(0x194)])[_0xe4c15(0x245)](_0xe4c15(0x215));}[_0xb93684(0x187)](_0x75545a){const _0x112bf8=_0xb93684,_0x45f897=_0x39bc1e(this[_0x112bf8(0x194)]),_0x1d3968=_0x45f897[_0x112bf8(0x247)],_0x2506d6=_0x75545a[_0x112bf8(0x1df)](_0x22197f=>this[_0x112bf8(0x1e3)](_0x22197f))[_0x112bf8(0x1c6)]();_0x1d3968[_0x112bf8(0x234)](_0x34f155=>{const _0x3b4aa5=_0x112bf8;for(const _0x2b50ac of _0x2506d6){const _0x85a288=_0x45f897[_0x3b4aa5(0x247)][_0x3b4aa5(0x267)][_0x3b4aa5(0x1c4)](_0x2b50ac['id']);_0x85a288&&(_0x3b4aa5(0x1e2)===_0x2b50ac[_0x3b4aa5(0x1fe)]?_0x1d3968[_0x3b4aa5(0x1a6)](_0x34f155[_0x3b4aa5(0x1f0)](_0x2b50ac[_0x3b4aa5(0x1cb)]||''),_0x85a288[_0x3b4aa5(0x23c)]()[_0x3b4aa5(0x1c2)]):_0x3b4aa5(0x1ac)!==_0x2b50ac[_0x3b4aa5(0x1fe)]&&_0x3b4aa5(0x1ef)!==_0x2b50ac[_0x3b4aa5(0x1fe)]||_0x1d3968[_0x3b4aa5(0x18b)](_0x1d3968[_0x3b4aa5(0x22a)](_0x85a288[_0x3b4aa5(0x23c)]())),_0x34f155[_0x3b4aa5(0x248)](_0x2b50ac['id']),this[_0x3b4aa5(0x240)][_0x3b4aa5(0x246)](_0x2b50ac['id']));}});}[_0xb93684(0x227)](_0x371d0e){const _0x530a24=_0xb93684,_0x1b2b25=_0x39bc1e(this[_0x530a24(0x194)]),_0x34f787=this[_0x530a24(0x1e3)](_0x371d0e);_0x1b2b25[_0x530a24(0x247)][_0x530a24(0x234)](_0x28923f=>{const _0xf49369=_0x530a24;for(const _0x4b88b0 of _0x34f787)_0x28923f[_0xf49369(0x248)](_0x4b88b0['id']),this[_0xf49369(0x240)][_0xf49369(0x246)](_0x4b88b0['id']);});}[_0xb93684(0x1bb)](){const _0x1364a6=_0xb93684;return _0x39bc1e(this[_0x1364a6(0x194)]);}[_0xb93684(0x206)](_0x8540e5){const _0x4b172e=_0xb93684,_0xef2253=Array[_0x4b172e(0x193)](this[_0x4b172e(0x240)][_0x4b172e(0x1de)]())[_0x4b172e(0x1a0)](_0xcdb667=>_0xcdb667[_0x4b172e(0x263)]===_0x8540e5);if(!_0xef2253[_0x4b172e(0x1fc)])return null;const _0x4ef9d3=0x1===_0xef2253[_0x4b172e(0x1fc)]?_0xef2253[0x0]:this[_0x4b172e(0x189)](_0xef2253)[0x0],_0x2518c1=_0x39bc1e(this[_0x4b172e(0x194)]),_0x4af808=_0x2518c1[_0x4b172e(0x247)][_0x4b172e(0x267)][_0x4b172e(0x1c4)](_0x4ef9d3['id']);if(!_0x4af808)return null;const _0x1f4ed6=_0x4af808[_0x4b172e(0x23c)](),_0x162c24=_0x2518c1[_0x4b172e(0x24f)][_0x4b172e(0x25d)][_0x4b172e(0x23a)]();if(!_0x162c24||!_0x1f4ed6)return null;const _0xb8173=_0x162c24[_0x4b172e(0x1b8)](_0x4b172e(0x1ff)+_0x4ef9d3['id']+'\x22]');return _0xb8173?{'modelRange':_0x1f4ed6,'domElement':_0xb8173}:null;}[_0xb93684(0x20c)](_0x3da75c,_0x19b9ff){const _0x9b1c90=_0xb93684,_0x428ae9=Array[_0x9b1c90(0x193)](this[_0x9b1c90(0x240)][_0x9b1c90(0x1c3)]()),_0x4d4043=new Map();for(const _0x5192d0 of _0x428ae9){const _0x24d0f5=_0x3da75c[_0x9b1c90(0x247)][_0x9b1c90(0x267)][_0x9b1c90(0x1c4)](_0x5192d0);if(!_0x24d0f5)continue;const _0x2974eb=_0x24d0f5[_0x9b1c90(0x182)]()[_0x9b1c90(0x236)][0x0];_0x4d4043[_0x9b1c90(0x1fb)](_0x2974eb)||_0x4d4043[_0x9b1c90(0x211)](_0x2974eb,[]),_0x4d4043[_0x9b1c90(0x1c4)](_0x2974eb)[_0x9b1c90(0x197)](_0x24d0f5);}const _0x3f17d3=new Set();for(const _0x45cd68 of _0x3da75c[_0x9b1c90(0x247)][_0x9b1c90(0x255)][_0x9b1c90(0x1da)][_0x9b1c90(0x1b7)]()){let _0x2d20bc=-0x1,_0x3efb97=null;if(_0x9b1c90(0x1e2)===_0x45cd68[_0x9b1c90(0x1fe)])_0x3efb97=new _0x1bde60(_0x45cd68[_0x9b1c90(0x23b)],_0x45cd68[_0x9b1c90(0x23b)][_0x9b1c90(0x237)](_0x45cd68[_0x9b1c90(0x1fc)])),_0x2d20bc=_0x45cd68[_0x9b1c90(0x23b)][_0x9b1c90(0x236)][0x0];else{if(_0x9b1c90(0x228)!==_0x45cd68[_0x9b1c90(0x1fe)])continue;_0x3efb97=new _0x1bde60(_0x45cd68[_0x9b1c90(0x23b)]),_0x2d20bc=_0x45cd68[_0x9b1c90(0x23b)][_0x9b1c90(0x236)][0x0];}const _0x2fb2bc=_0x4d4043[_0x9b1c90(0x1c4)](_0x2d20bc)||[];if(_0x2fb2bc[_0x9b1c90(0x1fc)]){for(const _0x14c062 of _0x2fb2bc)if(_0x3efb97[_0x9b1c90(0x208)][_0x9b1c90(0x186)]===_0x14c062[_0x9b1c90(0x23c)]()[_0x9b1c90(0x208)][_0x9b1c90(0x186)]&&(_0x9b1c90(0x1e2)!==_0x45cd68[_0x9b1c90(0x1fe)]||!_0x3efb97[_0x9b1c90(0x250)](_0x14c062[_0x9b1c90(0x23c)]()))&&(_0x3efb97[_0x9b1c90(0x1cd)](_0x14c062[_0x9b1c90(0x23c)]())||_0x3efb97[_0x9b1c90(0x1c2)][_0x9b1c90(0x1ea)](_0x14c062[_0x9b1c90(0x23c)]()[_0x9b1c90(0x1d2)])||_0x3efb97[_0x9b1c90(0x1d2)][_0x9b1c90(0x1ea)](_0x14c062[_0x9b1c90(0x23c)]()[_0x9b1c90(0x1c2)]))){const _0x32b1fa=this[_0x9b1c90(0x19d)](_0x14c062[_0x9b1c90(0x26f)]);Array[_0x9b1c90(0x193)](this[_0x9b1c90(0x240)][_0x9b1c90(0x1de)]())[_0x9b1c90(0x1a0)](_0x571d97=>_0x571d97[_0x9b1c90(0x263)]===_0x32b1fa[_0x9b1c90(0x263)])[_0x9b1c90(0x239)](_0x5c9a44=>_0x3f17d3[_0x9b1c90(0x1d3)](_0x5c9a44['id']));}}}if(_0x3f17d3[_0x9b1c90(0x22b)]){for(const _0x1e57c9 of _0x3f17d3)_0x19b9ff[_0x9b1c90(0x248)](_0x1e57c9);return!0x0;}return!0x1;}[_0xb93684(0x1ec)](_0x5666c4){const _0x3de7f6=_0xb93684;for(const {name:_0x468579,data:_0x5b8dcd}of _0x5666c4[_0x3de7f6(0x247)][_0x3de7f6(0x255)][_0x3de7f6(0x1da)][_0x3de7f6(0x1f3)]()){if(!_0x468579[_0x3de7f6(0x1ad)](we))continue;const _0x1d1166=_0x5b8dcd[_0x3de7f6(0x21b)],_0x4891a6=_0x5b8dcd[_0x3de7f6(0x1f5)],_0x2faeb2=_0x1d1166&&_0x3de7f6(0x1ca)===_0x1d1166[_0x3de7f6(0x208)][_0x3de7f6(0x186)],_0x29b75c=_0x4891a6&&_0x3de7f6(0x1ca)===_0x4891a6[_0x3de7f6(0x208)][_0x3de7f6(0x186)];if(_0x2faeb2&&_0x29b75c)continue;const _0x5e5a58=this[_0x3de7f6(0x19d)](_0x468579);this[_0x3de7f6(0x240)][_0x3de7f6(0x1c4)](_0x468579)&&(_0x29b75c||!_0x4891a6?this[_0x3de7f6(0x269)][_0x3de7f6(0x1a5)](_0x3de7f6(0x235),{'markerId':_0x468579,'changeId':_0x5e5a58[_0x3de7f6(0x263)]}):_0x2faeb2&&_0x4891a6&&this[_0x3de7f6(0x269)][_0x3de7f6(0x1a5)](_0x3de7f6(0x201),{'markerId':_0x468579,'changeId':_0x5e5a58[_0x3de7f6(0x263)]}));}}[_0xb93684(0x19d)](_0x4cb704){const _0x29a8da=_0xb93684,_0x1b684b=_0x4cb704[_0x29a8da(0x25e)](':'),_0xcfe760=(_0x1b684b[0x1]||'')[_0x29a8da(0x25e)]('_');return{'prefix':_0x1b684b[0x0],'groupId':_0xcfe760[0x0],'suffix':_0xcfe760[0x1]};}[_0xb93684(0x1b2)](_0x1078a6,_0x10b371,_0x28a55f){const _0x343dd0=_0xb93684;if(_0x343dd0(0x1e2)===_0x1078a6[_0x343dd0(0x1fe)]){const _0x2dd76c=_0x1078a6;return new _0x2e93b6(this[_0x343dd0(0x1a1)](_0x10b371[_0x343dd0(0x183)](_0x2dd76c[_0x343dd0(0x23b)][_0x343dd0(0x221)]),_0x28a55f),_0x2dd76c[_0x343dd0(0x268)],_0x2dd76c[_0x343dd0(0x1e9)]);}if(_0x343dd0(0x213)===_0x1078a6[_0x343dd0(0x1fe)]&&_0x1078a6[_0x343dd0(0x26f)][_0x343dd0(0x1ad)](_0x343dd0(0x219))){const _0x1232c0=_0x1078a6;return new _0x595ac0(_0x1232c0[_0x343dd0(0x26f)],_0x1232c0[_0x343dd0(0x21b)],this[_0x343dd0(0x17e)](_0x1232c0[_0x343dd0(0x1f5)],_0x10b371[_0x343dd0(0x183)](_0x1232c0[_0x343dd0(0x1f5)][_0x343dd0(0x1c2)][_0x343dd0(0x221)]),_0x10b371[_0x343dd0(0x183)](_0x1232c0[_0x343dd0(0x1f5)][_0x343dd0(0x1d2)][_0x343dd0(0x221)]),_0x28a55f),_0x1232c0[_0x343dd0(0x240)],_0x1232c0[_0x343dd0(0x1e5)],_0x1232c0[_0x343dd0(0x1e9)]);}return _0x1078a6;}[_0xb93684(0x26d)](_0x22e154){const _0x24fb1a=_0xb93684;if(!_0x22e154[_0x24fb1a(0x1fc)])return[];const _0x1414a6=[];let _0x3b3c9d=0x0,_0x408fdc=0x0,_0x553c48=[];for(let _0x5ed25f=0x0;_0x5ed25f<=_0x22e154[_0x24fb1a(0x1fc)];_0x5ed25f++){const _0x390d83=_0x22e154[_0x5ed25f],_0x4408f7=_0x22e154[_0x5ed25f-0x1];!_0x390d83||_0x4408f7&&!this[_0x24fb1a(0x198)](_0x4408f7)[_0x24fb1a(0x1ea)](this[_0x24fb1a(0x1e1)](_0x390d83))?(_0x1414a6[_0x24fb1a(0x197)]({'operations':_0x553c48,'operationsIsolated':_0x553c48[_0x24fb1a(0x1df)](_0x52f48c=>this[_0x24fb1a(0x20f)](_0x52f48c[_0x24fb1a(0x1cf)](),-_0x408fdc)),'groupOffset':_0x3b3c9d}),_0x553c48=_0x390d83?[_0x390d83]:[],_0x408fdc+=_0x3b3c9d,_0x3b3c9d=0x0):_0x553c48[_0x24fb1a(0x197)](_0x390d83),_0x390d83&&_0x24fb1a(0x1e2)===_0x390d83[_0x24fb1a(0x1fe)]&&(_0x3b3c9d+=_0x390d83[_0x24fb1a(0x265)]);}return _0x1414a6;}[_0xb93684(0x243)](_0x353d76,_0x153419,_0x493cb3,_0x3532dc=0x1){const _0xb59616=_0xb93684,_0x1df9f9=new _0x1dfb85({'startPosition':_0x353d76,'direction':_0x153419});let _0x4ab8a4=0x0;for(let _0x31829a=0x0;_0x31829a<_0x3532dc;_0x31829a++){let _0x1c2ed6=0x0,_0x1d583d=!0x1,_0x5283a7=_0xb59616(0x24c)===_0x153419?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x10a6de}of _0x1df9f9)if(_0x10a6de['is'](_0xb59616(0x22c))){const _0x485ad4=_0x5283a7[_0xb59616(0x1c5)](_0x10a6de[_0xb59616(0x191)]);if(_0x485ad4&&_0x485ad4[_0xb59616(0x1fc)]){if(_0x1c2ed6+=_0xb59616(0x24c)===_0x153419?_0x485ad4[_0xb59616(0x1c8)]+_0x485ad4[0x0][_0xb59616(0x1fc)]:_0x10a6de[_0xb59616(0x191)][_0xb59616(0x1fc)]-_0x485ad4[_0xb59616(0x1c8)],_0x485ad4[0x0][_0xb59616(0x1fc)]!==_0x10a6de[_0xb59616(0x191)][_0xb59616(0x1fc)])break;_0x1d583d=!0x0,_0x5283a7=_0xb59616(0x24c)===_0x153419?/^\w+/:/\w+$/;}else{if(_0x1d583d)break;_0x1c2ed6+=_0x10a6de[_0xb59616(0x1e8)];}}else{if(_0x10a6de['is'](_0xb59616(0x266))){_0x493cb3[_0xb59616(0x1f1)](_0x10a6de)&&!_0x1d583d&&(_0x1c2ed6+=0x1);break;}}_0x4ab8a4+=_0x1c2ed6,_0x1df9f9[_0xb59616(0x1d9)](_0x353d76[_0xb59616(0x237)](_0xb59616(0x24c)===_0x153419?_0x4ab8a4:-_0x4ab8a4));}return _0x4ab8a4;}[_0xb93684(0x1e0)](_0x3a1480,_0x47b472){const _0x532059=_0xb93684,_0x14aa5c=_0x39bc1e(this[_0x532059(0x194)])[_0x532059(0x247)][_0x532059(0x251)],_0x23f655=this[_0x532059(0x243)](_0x3a1480,_0x532059(0x218),_0x14aa5c,0x6),_0x1b11c9=this[_0x532059(0x243)](_0x47b472,_0x532059(0x24c),_0x14aa5c,0x6),_0x58ae3f=_0x3a1480[_0x532059(0x237)](-_0x23f655),_0x173e80=_0x47b472[_0x532059(0x237)](_0x1b11c9);return{'start':_0x58ae3f,'end':_0x173e80,'hasContentBefore':!_0x58ae3f[_0x532059(0x20e)],'hasContentAfter':!_0x173e80[_0x532059(0x1cc)]};}[_0xb93684(0x24a)](_0x1fe246){const _0x29cf94=_0xb93684,_0x3a54a3=this[_0x29cf94(0x194)][_0x29cf94(0x1f8)][_0x29cf94(0x1c4)](_0x29cf94(0x1a2)),_0x126ef0=new Set();_0x39bc1e(this[_0x29cf94(0x194)])[_0x29cf94(0x247)][_0x29cf94(0x234)](_0x31a710=>{const _0x4f1235=_0x29cf94;for(const _0x28b167 of _0x1fe246){const _0x28e9c1=''+we+_0x28b167[_0x4f1235(0x1fe)]+':'+_0x28b167[_0x4f1235(0x263)]+'_'+_0x3a54a3[_0x4f1235(0x1eb)](_0x126ef0);this[_0x4f1235(0x240)][_0x4f1235(0x211)](_0x28e9c1,{'id':_0x28e9c1,'groupId':_0x28b167[_0x4f1235(0x263)],'type':_0x28b167[_0x4f1235(0x1fe)],'text':_0x28b167[_0x4f1235(0x1cb)]}),_0x31a710[_0x4f1235(0x22e)](_0x28e9c1,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x31a710[_0x4f1235(0x224)](_0x28b167[_0x4f1235(0x1c2)],_0x28b167[_0x4f1235(0x1d2)])});}});}[_0xb93684(0x19a)](_0x31ef94,_0xc9e7bb,_0x2adddd){let _0x3fcd9b='';return()=>{const _0x409f04=_0x26dd;if(!_0x3fcd9b){const _0x5cccb9=_0xc9e7bb[_0x409f04(0x253)](_0x31ef94,{'showSuggestionHighlights':!0x0});let _0x215f49=_0x5cccb9[_0x409f04(0x207)](0x0);if(_0x215f49['is'](_0x409f04(0x18f))||(_0x215f49=_0x5cccb9),!_0x215f49)return'';let _0x48f7c3=!0x1;const _0x2155b7=[];for(const _0x47263b of _0x215f49[_0x409f04(0x190)]())_0x47263b['is'](_0x409f04(0x266),_0x409f04(0x217))&&_0x47263b[_0x409f04(0x20d)](_0x409f04(0x238))&&(_0x48f7c3=!0x1),_0x48f7c3&&_0x2155b7[_0x409f04(0x197)](_0x47263b),_0x47263b['is'](_0x409f04(0x266),_0x409f04(0x217))&&_0x47263b[_0x409f04(0x20d)](_0x409f04(0x23f))&&(_0x48f7c3=!0x0);_0x215f49[_0x409f04(0x214)](0x0,_0x215f49[_0x409f04(0x232)]),_0x2adddd?.[_0x409f04(0x26c)]&&_0x215f49[_0x409f04(0x1e7)]('…'),_0x215f49[_0x409f04(0x1e7)](_0x2155b7),_0x2adddd?.[_0x409f04(0x1b5)]&&_0x215f49[_0x409f04(0x1e7)]('…');const _0xcbeb07=_0xc9e7bb[_0x409f04(0x26e)][_0x409f04(0x203)][_0x409f04(0x200)](_0x5cccb9),_0x441e32=_0xc9e7bb[_0x409f04(0x26e)][_0x409f04(0x1f4)][_0x409f04(0x1dd)](_0xcbeb07);_0x3fcd9b=_0x441e32;}return _0x3fcd9b;};}[_0xb93684(0x17d)](_0x5d0390,_0x7e7b9a){const _0x48b9f2=_0xb93684;let _0x1c81fc='';return()=>(_0x1c81fc||(_0x1c81fc=_0x7e7b9a[_0x48b9f2(0x205)](_0x5d0390,{'showSuggestionHighlights':!0x0})),_0x1c81fc);}[_0xb93684(0x249)](_0x21f099,_0x2f9e35,_0x291aed){let _0x8360d7='';return()=>{const _0xc0649=_0x26dd;if(!_0x8360d7){const _0xa43aed=_0x291aed[_0xc0649(0x253)](new _0x206c0f(_0x21f099)),_0x170ee4=_0x291aed[_0xc0649(0x26e)][_0xc0649(0x203)][_0xc0649(0x200)](_0xa43aed)[_0xc0649(0x1b8)](_0xc0649(0x24e)+_0x2f9e35+'\x22]');_0x8360d7=_0x170ee4?.[_0xc0649(0x24b)]||'';}return _0x8360d7;};}[_0xb93684(0x270)](_0x47ab30,_0x1744f4=0x5){const _0x475065=_0xb93684;let _0x40203e=_0x47ab30,_0x3264f5=null;for(let _0x1cfc88=0x0;_0x1cfc88<_0x1744f4&&_0x40203e;_0x1cfc88++){if(!_0x40203e[_0x475065(0x19f)]){_0x40203e=_0x40203e[_0x475065(0x1be)];continue;}if(!(''+_0x40203e[_0x475065(0x19f)])[_0x475065(0x1b1)](_0x475065(0x216))){_0x40203e=_0x40203e[_0x475065(0x1be)];continue;}if(!_0x40203e[_0x475065(0x209)](_0x475065(0x21f)))break;_0x3264f5=_0x40203e;break;}return _0x3264f5;}[_0xb93684(0x1e3)](_0x36475a){const _0x57b42e=_0xb93684;return Array[_0x57b42e(0x193)](this[_0x57b42e(0x240)][_0x57b42e(0x1de)]())[_0x57b42e(0x1a0)](_0x442c90=>_0x442c90[_0x57b42e(0x263)]===_0x36475a);}[_0xb93684(0x1e1)](_0x2eee99){const _0x3f2edc=_0xb93684;return _0x3f2edc(0x1e2)===_0x2eee99[_0x3f2edc(0x1fe)]?_0x2eee99[_0x3f2edc(0x23b)]:_0x2eee99[_0x3f2edc(0x1f5)][_0x3f2edc(0x1c2)];}[_0xb93684(0x198)](_0x15742f,_0xd781d9=!0x1){const _0x5af908=_0xb93684;return _0x5af908(0x1e2)===_0x15742f[_0x5af908(0x1fe)]?_0xd781d9?_0x15742f[_0x5af908(0x23b)]:_0x15742f[_0x5af908(0x23b)][_0x5af908(0x237)](_0x15742f[_0x5af908(0x265)]):_0x15742f[_0x5af908(0x1f5)][_0x5af908(0x1d2)];}[_0xb93684(0x20f)](_0x1d8aed,_0x436209){const _0x4f310e=_0xb93684;return _0x4f310e(0x1e2)===_0x1d8aed[_0x4f310e(0x1fe)]?_0x1d8aed[_0x4f310e(0x23b)]=_0x1d8aed[_0x4f310e(0x23b)][_0x4f310e(0x237)](_0x436209):_0x4f310e(0x213)===_0x1d8aed[_0x4f310e(0x1fe)]&&_0x1d8aed[_0x4f310e(0x1f5)]&&(_0x1d8aed[_0x4f310e(0x1f5)]=new _0x1bde60(_0x1d8aed[_0x4f310e(0x1f5)][_0x4f310e(0x1c2)][_0x4f310e(0x237)](_0x436209),_0x1d8aed[_0x4f310e(0x1f5)][_0x4f310e(0x1d2)][_0x4f310e(0x237)](_0x436209))),_0x1d8aed;}[_0xb93684(0x21c)](_0x4b1138,_0x4468ab){const _0x3cfa01=_0xb93684;_0x3cfa01(0x1e2)===_0x4b1138[_0x3cfa01(0x1fe)]?_0x4b1138[_0x3cfa01(0x23b)]=this[_0x3cfa01(0x1bd)](_0x4b1138[_0x3cfa01(0x23b)],_0x4468ab):_0x3cfa01(0x213)===_0x4b1138[_0x3cfa01(0x1fe)]&&_0x4b1138[_0x3cfa01(0x1f5)]&&(_0x4b1138[_0x3cfa01(0x1f5)]=this[_0x3cfa01(0x199)](_0x4b1138[_0x3cfa01(0x1f5)],_0x4468ab));}[_0xb93684(0x1bd)](_0x935e7b,_0x329b0e){const _0x321037=_0xb93684;return new _0x5c0767(_0x329b0e,_0x935e7b[_0x321037(0x236)]);}[_0xb93684(0x199)](_0x410f94,_0x52018d){const _0x3df9de=_0xb93684;return new _0x1bde60(this[_0x3df9de(0x1bd)](_0x410f94[_0x3df9de(0x1c2)],_0x52018d),this[_0x3df9de(0x1bd)](_0x410f94[_0x3df9de(0x1d2)],_0x52018d));}[_0xb93684(0x1a1)](_0x561024,_0x5a26dc){return new _0x5c0767(_0x5a26dc,[..._0x561024]);}[_0xb93684(0x17e)](_0x33c74d,_0x1d0766,_0xc20850,_0x25e815){const _0x4083a0=_0xb93684;return new _0x1bde60(this[_0x4083a0(0x1a1)](_0x1d0766,_0x25e815),this[_0x4083a0(0x1a1)](_0xc20850,_0x25e815));}[_0xb93684(0x189)](_0x477f9e){const _0x2a58cd=_0xb93684,_0x16ee8f=_0x2c67b3=>{const _0x27119e=_0x26dd;switch(_0x2c67b3){case _0x27119e(0x1e2):return 0x1;case _0x27119e(0x17b):return 0x2;case _0x27119e(0x1ef):return 0x3;case _0x27119e(0x1ac):return 0x4;}};return _0x477f9e[_0x2a58cd(0x23e)]((_0x52bd7e,_0x211495)=>_0x16ee8f(_0x52bd7e[_0x2a58cd(0x1fe)])-_0x16ee8f(_0x211495[_0x2a58cd(0x1fe)]));}[_0xb93684(0x1db)](_0x1a6cd5,_0x506353){const _0x5ca5eb=_0xb93684,_0x41278=_0x1a6cd5[_0x5ca5eb(0x207)](0x0),_0x20fdc0=_0x506353[_0x5ca5eb(0x207)](0x0);return!(!_0x41278||!_0x20fdc0)&&((!_0x41278['is'](_0x5ca5eb(0x266))||!_0x20fdc0['is'](_0x5ca5eb(0x266))||_0x41278[_0x5ca5eb(0x26f)]===_0x20fdc0[_0x5ca5eb(0x26f)])&&!(_0x41278['is'](_0x5ca5eb(0x266))&&!_0x20fdc0['is'](_0x5ca5eb(0x266))||!_0x41278['is'](_0x5ca5eb(0x266))&&_0x20fdc0['is'](_0x5ca5eb(0x266))));}[_0xb93684(0x17c)](_0x57b6dc){const _0xaea65f=_0xb93684;return 0x1===_0x57b6dc[_0xaea65f(0x232)];}[_0xb93684(0x1a3)](_0x46bd07,_0x43a091){const _0x1788b2=_0xb93684;for(const _0x23baf1 of _0x46bd07[_0x1788b2(0x190)]())if(_0x23baf1['is'](_0x1788b2(0x266))&&!_0x43a091[_0x1788b2(0x1f1)](_0x23baf1))return!0x1;return!0x0;}[_0xb93684(0x18a)](_0x5a1d62,_0x7c2522){const _0x54f335=_0xb93684;let _0x1c672a=_0x5a1d62[_0x54f335(0x209)](_0x58ba64);return _0x1c672a||(_0x1c672a=_0x7c2522(),_0x5a1d62[_0x54f335(0x17a)](_0x58ba64,_0x1c672a)),_0x1c672a;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x510ea6=_0xf04d;(function(_0x426cfd,_0x151547){const _0x57d6dc=_0xf04d,_0x2aadc1=_0x426cfd();while(!![]){try{const _0x4757bd=parseInt(_0x57d6dc(0x153))/0x1+parseInt(_0x57d6dc(0x143))/0x2*(-parseInt(_0x57d6dc(0x13b))/0x3)+-parseInt(_0x57d6dc(0x106))/0x4+parseInt(_0x57d6dc(0x14a))/0x5*(-parseInt(_0x57d6dc(0x130))/0x6)+parseInt(_0x57d6dc(0x138))/0x7*(-parseInt(_0x57d6dc(0x10b))/0x8)+-parseInt(_0x57d6dc(0x10e))/0x9+parseInt(_0x57d6dc(0x104))/0xa*(parseInt(_0x57d6dc(0x14c))/0xb);if(_0x4757bd===_0x151547)break;else _0x2aadc1['push'](_0x2aadc1['shift']());}catch(_0x1923af){_0x2aadc1['push'](_0x2aadc1['shift']());}}}(_0x3107,0xb860b));import{ContextPlugin as _0xc85d04}from'ckeditor5/src/core.js';import{IconAIReview as _0x5b28ba}from'ckeditor5/src/icons.js';import{BodyCollection as _0x11c106}from'ckeditor5/src/ui.js';import{AITabs as _0x42caf3}from'../aitabs/aitabs.js';import{AIReviewModeView as _0x4168b0}from'./ui/aireviewmodeview.js';import{getTranslation as _0x4606fc}from'../aicore/utils/common-translations.js';import{AIReviewModeBalloonSuggestionItemView as _0x4acd72}from'./ui/aireviewmodeballoonsuggestionview.js';function _0xf04d(_0x520f5a,_0x437b1b){const _0x3107ce=_0x3107();return _0xf04d=function(_0xf04d8c,_0x435d3b){_0xf04d8c=_0xf04d8c-0xfd;let _0x2ca3d2=_0x3107ce[_0xf04d8c];return _0x2ca3d2;},_0xf04d(_0x520f5a,_0x437b1b);}import'../../theme/aireviewmode/aireviewmode.css';export const AI_REVIEW_MODE_UI_EVENT_NAMES=[_0x510ea6(0x158),_0x510ea6(0x12e),_0x510ea6(0x139),_0x510ea6(0x114),_0x510ea6(0x108),_0x510ea6(0x131),_0x510ea6(0xff),_0x510ea6(0x107),_0x510ea6(0xfe),_0x510ea6(0x13d),_0x510ea6(0x140),_0x510ea6(0x155)];function _0x3107(){const _0x570ab6=['showReviewCheckListView','setTitle','addCheckRunResult','leaveReviewMode','showDiffInBalloon','hideChangeBalloon','showCheckRunResult','showGeneralReviewModeErrorView','_reviewModeView','requires','error-general','forEach','runReviewCheck','resetActiveStateInResults','894DazlLr','leaveReviewModeResultList','showReviewCheckResultsView','hideDiffInBalloon','getChangeElement','init','AITabs','showReviewCheckList','6647116ojemhh','abortReviewStream','reviewMode','144MaScWO','locale','learnMore','destroy','hideActionsWhenResultIsReady','finishReview','outdated','reviewCheckListView','24294JNETxS','AI_REVIEW_INITIALIZATION_ERROR_MESSAGE','updateChangeState','showResult','context','showChunkErrorView','_bodyCollection','45040sPHpvn','deactivateChange','39458969ETxPHm','setItemAsActive','attachToDom','showNoChangesView','showActionsWhenResultIsReady','showBalloon','rejected','1169153ubsang','hideBalloon','retryReview','isOfficialPlugin','setChecks','getReviewCheckList','addTab','hasChecks','AIReviewModeUI','dismissChange','activateChange','view','showReviewCompletedView','isPremiumPlugin','accepted','10CzBkuR','hideResult','2239704AoSThF','acceptChange','acceptAllChanges','AI_REVIEW_MODE','activateTab','8XpflUQ','showGeneralResultsErrorView','setActiveStateInResults','5097231vkBEjf','plugins','element','showChangeBalloon','get','getResults','toggleDiff','_reviewModeBalloonSuggestionItemView','status','detachFromDom','error-chunk','fire','setAvailableChecks','delegate','find','showCheckRunResults','setItemAsInactive','pluginName','setCheckResultTitle','reviewCheckResultsView'];_0x3107=function(){return _0x570ab6;};return _0x3107();}export class AIReviewModeUI extends _0xc85d04{[_0x510ea6(0x12a)];[_0x510ea6(0x115)];[_0x510ea6(0x149)];static get[_0x510ea6(0x12b)](){return[_0x42caf3];}static get[_0x510ea6(0x11f)](){const _0x3d76ea=_0x510ea6;return _0x3d76ea(0xfd);}static get[_0x510ea6(0x156)](){return!0x0;}static get[_0x510ea6(0x102)](){return!0x0;}constructor(_0xf0097d){const _0x3f6105=_0x510ea6;super(_0xf0097d),this[_0x3f6105(0x149)]=new _0x11c106(this[_0x3f6105(0x147)][_0x3f6105(0x13c)]),this[_0x3f6105(0x149)][_0x3f6105(0x14e)](),this[_0x3f6105(0x12a)]=new _0x4168b0(this[_0x3f6105(0x147)][_0x3f6105(0x13c)]),this[_0x3f6105(0x12a)][_0x3f6105(0x11b)](...AI_REVIEW_MODE_UI_EVENT_NAMES)['to'](this),this[_0x3f6105(0x115)]=new _0x4acd72(this[_0x3f6105(0x147)][_0x3f6105(0x13c)],this[_0x3f6105(0x149)]),this[_0x3f6105(0x115)][_0x3f6105(0x11b)](_0x3f6105(0x107),_0x3f6105(0xfe),_0x3f6105(0x14b))['to'](this);}[_0x510ea6(0x135)](){const _0x3d7c93=_0x510ea6,_0x1defb3=this[_0x3d7c93(0x147)][_0x3d7c93(0x10f)][_0x3d7c93(0x112)](_0x3d7c93(0x136));_0x1defb3[_0x3d7c93(0x100)]['on'](_0x3d7c93(0x10a),(_0x31aedc,_0x233cc0)=>{const _0x2a1ed5=_0x3d7c93;_0x2a1ed5(0x13a)===_0x233cc0?this[_0x2a1ed5(0x119)](_0x2a1ed5(0x158)):this[_0x2a1ed5(0x119)](_0x2a1ed5(0x125));}),_0x1defb3[_0x3d7c93(0x100)][_0x3d7c93(0x159)]({'id':_0x3d7c93(0x13a),'buttonLabel':_0x4606fc(this[_0x3d7c93(0x147)][_0x3d7c93(0x13c)],_0x3d7c93(0x109)),'buttonIcon':_0x5b28ba,'order':0x0,'content':this[_0x3d7c93(0x12a)]});}[_0x510ea6(0x13e)](){const _0x186e86=_0x510ea6;this[_0x186e86(0x149)][_0x186e86(0x117)](),super[_0x186e86(0x13e)]();}[_0x510ea6(0x11a)](_0x41d70b){const _0x18e093=_0x510ea6;this[_0x18e093(0x12a)][_0x18e093(0x142)][_0x18e093(0x15a)]()||this[_0x18e093(0x12a)][_0x18e093(0x142)][_0x18e093(0x157)](_0x41d70b),this[_0x18e093(0x12a)][_0x18e093(0x122)]();}[_0x510ea6(0x137)](){const _0x4770ec=_0x510ea6;this[_0x4770ec(0x119)](_0x4770ec(0x158));}[_0x510ea6(0x11d)](_0x41e9eb){const _0x37f8=_0x510ea6;_0x41e9eb&&(_0x37f8(0x12c)!==_0x41e9eb[_0x37f8(0x116)]?_0x37f8(0x118)!==_0x41e9eb[_0x37f8(0x116)]?this[_0x37f8(0x12a)][_0x37f8(0x132)]():this[_0x37f8(0x148)]():this[_0x37f8(0x10c)]());}[_0x510ea6(0x128)](_0x46c7f8){const _0x40fcef=_0x510ea6;this[_0x40fcef(0x12a)][_0x40fcef(0x124)](_0x46c7f8);}[_0x510ea6(0x10c)](){const _0x351cba=_0x510ea6;this[_0x351cba(0x12a)][_0x351cba(0x10c)]();}[_0x510ea6(0x129)](_0x1f0fa8){const _0x1f6e0d=_0x510ea6;this[_0x1f6e0d(0x12a)][_0x1f6e0d(0x129)](_0x1f0fa8??_0x4606fc(this[_0x1f6e0d(0x147)][_0x1f6e0d(0x13c)],_0x1f6e0d(0x144)));}[_0x510ea6(0x148)](){const _0x41dfab=_0x510ea6;this[_0x41dfab(0x12a)][_0x41dfab(0x148)]();}[_0x510ea6(0x120)](_0x2012e3,_0x298f01){const _0x22a75a=_0x510ea6;this[_0x22a75a(0x12a)][_0x22a75a(0x121)][_0x22a75a(0x123)](_0x2012e3,_0x298f01);}[_0x510ea6(0x10d)](_0x32f912){const _0x4addc8=_0x510ea6;this[_0x4addc8(0x12a)][_0x4addc8(0x121)][_0x4addc8(0x113)]()[_0x4addc8(0x12d)](_0x236047=>{const _0x515026=_0x4addc8;_0x236047['id']===_0x32f912&&_0x236047[_0x515026(0x14d)]();});}[_0x510ea6(0x12f)](){const _0x20fc63=_0x510ea6;this[_0x20fc63(0x12a)][_0x20fc63(0x121)][_0x20fc63(0x113)]()[_0x20fc63(0x12d)](_0x1faa49=>_0x1faa49[_0x20fc63(0x11e)]());}[_0x510ea6(0x145)](_0x193f3c,_0x6d069a){const _0x3e52c0=_0x510ea6;_0x3e52c0(0x103)===_0x6d069a||_0x3e52c0(0x152)===_0x6d069a||_0x3e52c0(0x141)===_0x6d069a?this[_0x3e52c0(0x12a)][_0x3e52c0(0x121)][_0x3e52c0(0x105)](_0x193f3c,_0x6d069a):this[_0x3e52c0(0x12a)][_0x3e52c0(0x121)][_0x3e52c0(0x146)](_0x193f3c,_0x6d069a);}[_0x510ea6(0x101)](){const _0x5e7175=_0x510ea6;this[_0x5e7175(0x12a)][_0x5e7175(0x101)]();}[_0x510ea6(0x150)](){const _0x451d14=_0x510ea6;this[_0x451d14(0x12a)][_0x451d14(0x150)]();}[_0x510ea6(0x14f)](){const _0x1187c3=_0x510ea6;this[_0x1187c3(0x12a)][_0x1187c3(0x14f)]();}[_0x510ea6(0x13f)](){const _0x509f48=_0x510ea6;this[_0x509f48(0x12a)][_0x509f48(0x13f)]();}[_0x510ea6(0x111)](_0x249e36,_0x401f76,_0x5b6780,_0x596131,_0x286c68,_0x52ab48){const _0x2f8e06=_0x510ea6;this[_0x2f8e06(0x115)][_0x2f8e06(0x151)](_0x249e36,_0x401f76,_0x5b6780,_0x596131,_0x286c68,_0x52ab48);}[_0x510ea6(0x127)](){const _0x5c5f3d=_0x510ea6;this[_0x5c5f3d(0x115)][_0x5c5f3d(0x154)]();}[_0x510ea6(0x133)](){const _0x1e699b=_0x510ea6;this[_0x1e699b(0x115)][_0x1e699b(0x133)]();}[_0x510ea6(0x126)](){const _0x43b14e=_0x510ea6;this[_0x43b14e(0x115)][_0x43b14e(0x126)]();}[_0x510ea6(0x134)](_0x143d74){const _0x345035=_0x510ea6,_0x128091=this[_0x345035(0x12a)][_0x345035(0x121)][_0x345035(0x113)]()[_0x345035(0x11c)](_0x1439c8=>_0x1439c8['id']===_0x143d74);return _0x128091?_0x128091[_0x345035(0x110)]:null;}[_0x510ea6(0x14b)](){const _0x186712=_0x510ea6;this[_0x186712(0x115)][_0x186712(0x14b)]();}}
23
+ const _0x52159d=_0x2cba;(function(_0x539603,_0x527685){const _0x4edfe6=_0x2cba,_0x540282=_0x539603();while(!![]){try{const _0x510798=-parseInt(_0x4edfe6(0x1dc))/0x1+parseInt(_0x4edfe6(0x19c))/0x2*(-parseInt(_0x4edfe6(0x1e7))/0x3)+parseInt(_0x4edfe6(0x1ac))/0x4+parseInt(_0x4edfe6(0x1e0))/0x5*(parseInt(_0x4edfe6(0x1d9))/0x6)+parseInt(_0x4edfe6(0x1dd))/0x7*(parseInt(_0x4edfe6(0x1b0))/0x8)+parseInt(_0x4edfe6(0x198))/0x9*(-parseInt(_0x4edfe6(0x1b1))/0xa)+parseInt(_0x4edfe6(0x1f4))/0xb;if(_0x510798===_0x527685)break;else _0x540282['push'](_0x540282['shift']());}catch(_0x545a2b){_0x540282['push'](_0x540282['shift']());}}}(_0x3016,0x90c07));import{ContextPlugin as _0x54a92d}from'ckeditor5/src/core.js';import{IconAIReview as _0x4c7538}from'ckeditor5/src/icons.js';import{BodyCollection as _0x16c44e}from'ckeditor5/src/ui.js';import{AITabs as _0x1bdf97}from'../aitabs/aitabs.js';import{AIReviewModeView as _0x38adfc}from'./ui/aireviewmodeview.js';import{getTranslation as _0x26b0d5}from'../aicore/utils/common-translations.js';import{AIReviewModeBalloonSuggestionItemView as _0xd338b3}from'./ui/aireviewmodeballoonsuggestionview.js';function _0x2cba(_0xe06c,_0x36421a){const _0x3016cc=_0x3016();return _0x2cba=function(_0x2cba4f,_0x1515bc){_0x2cba4f=_0x2cba4f-0x197;let _0x17c8f5=_0x3016cc[_0x2cba4f];return _0x17c8f5;},_0x2cba(_0xe06c,_0x36421a);}import'../../theme/aireviewmode/aireviewmode.css';export const AI_REVIEW_MODE_UI_EVENT_NAMES=[_0x52159d(0x1c6),_0x52159d(0x19e),_0x52159d(0x1db),_0x52159d(0x1a6),_0x52159d(0x1b8),_0x52159d(0x1cb),_0x52159d(0x19a),_0x52159d(0x19f),_0x52159d(0x1e9),_0x52159d(0x1e2),_0x52159d(0x1f2),_0x52159d(0x1b7)];export class AIReviewModeUI extends _0x54a92d{[_0x52159d(0x1bb)];[_0x52159d(0x1b3)];[_0x52159d(0x1c1)];static get[_0x52159d(0x1cd)](){return[_0x1bdf97];}static get[_0x52159d(0x1b4)](){const _0x25ace6=_0x52159d;return _0x25ace6(0x1da);}static get[_0x52159d(0x1a2)](){return!0x0;}static get[_0x52159d(0x1ea)](){return!0x0;}constructor(_0x120755){const _0x46e90=_0x52159d;super(_0x120755),this[_0x46e90(0x1c1)]=new _0x16c44e(this[_0x46e90(0x1c5)][_0x46e90(0x1c0)]),this[_0x46e90(0x1c1)][_0x46e90(0x1cc)](),this[_0x46e90(0x1bb)]=new _0x38adfc(this[_0x46e90(0x1c5)][_0x46e90(0x1c0)]),this[_0x46e90(0x1bb)][_0x46e90(0x1ef)](...AI_REVIEW_MODE_UI_EVENT_NAMES)['to'](this),this[_0x46e90(0x1b3)]=new _0xd338b3(this[_0x46e90(0x1c5)][_0x46e90(0x1c0)],this[_0x46e90(0x1c1)]),this[_0x46e90(0x1b3)][_0x46e90(0x1ef)](_0x46e90(0x19f),_0x46e90(0x1e9),_0x46e90(0x1e1))['to'](this);}[_0x52159d(0x1e6)](){const _0x382ae4=_0x52159d,_0xab5a4e=this[_0x382ae4(0x1c5)][_0x382ae4(0x1a8)][_0x382ae4(0x1ca)](_0x382ae4(0x1c9));_0xab5a4e[_0x382ae4(0x1bc)]['on'](_0x382ae4(0x1ce),(_0x5af487,_0x165ee6)=>{const _0x4ea9ba=_0x382ae4;_0x4ea9ba(0x1e8)===_0x165ee6?this[_0x4ea9ba(0x1e5)](_0x4ea9ba(0x1c6)):this[_0x4ea9ba(0x1e5)](_0x4ea9ba(0x1a1));}),_0xab5a4e[_0x382ae4(0x1bc)][_0x382ae4(0x1b9)]({'id':_0x382ae4(0x1e8),'buttonLabel':_0x26b0d5(this[_0x382ae4(0x1c5)][_0x382ae4(0x1c0)],_0x382ae4(0x1de)),'buttonIcon':_0x4c7538,'order':0x0,'content':this[_0x382ae4(0x1bb)]});}[_0x52159d(0x1ad)](){const _0x2b5263=_0x52159d;this[_0x2b5263(0x1c1)][_0x2b5263(0x1e4)](),super[_0x2b5263(0x1ad)]();}[_0x52159d(0x1ba)](_0x167bfe){const _0x21a793=_0x52159d;this[_0x21a793(0x1bb)][_0x21a793(0x1d7)][_0x21a793(0x1c2)]()||this[_0x21a793(0x1bb)][_0x21a793(0x1d7)][_0x21a793(0x1bf)](_0x167bfe),this[_0x21a793(0x1bb)][_0x21a793(0x1df)]();}[_0x52159d(0x1ec)](){const _0x552996=_0x52159d;this[_0x552996(0x1e5)](_0x552996(0x1c6));}[_0x52159d(0x1cf)](_0x1efa1f){const _0x5f55d4=_0x52159d;_0x1efa1f&&(_0x5f55d4(0x1c3)!==_0x1efa1f[_0x5f55d4(0x1ab)]?_0x5f55d4(0x199)!==_0x1efa1f[_0x5f55d4(0x1ab)]?this[_0x5f55d4(0x1bb)][_0x5f55d4(0x1d0)]():this[_0x5f55d4(0x1eb)]():this[_0x5f55d4(0x1bd)]());}[_0x52159d(0x1ae)](_0x1f78b8){const _0x2f51cb=_0x52159d;this[_0x2f51cb(0x1bb)][_0x2f51cb(0x19d)](_0x1f78b8);}[_0x52159d(0x1bd)](){const _0x2448bb=_0x52159d;this[_0x2448bb(0x1bb)][_0x2448bb(0x1bd)]();}[_0x52159d(0x1ed)](_0x5726e8){const _0xa7991a=_0x52159d;this[_0xa7991a(0x1bb)][_0xa7991a(0x1ed)](_0x5726e8??_0x26b0d5(this[_0xa7991a(0x1c5)][_0xa7991a(0x1c0)],_0xa7991a(0x1a9)));}[_0x52159d(0x1eb)](){const _0x5b3f11=_0x52159d;this[_0x5b3f11(0x1bb)][_0x5b3f11(0x1eb)]();}[_0x52159d(0x1af)](_0x34c8eb,_0x263668){const _0x53afb8=_0x52159d;this[_0x53afb8(0x1bb)][_0x53afb8(0x1aa)][_0x53afb8(0x1b6)](_0x34c8eb,_0x263668);}[_0x52159d(0x1c4)](_0x20e002){const _0x307559=_0x52159d;this[_0x307559(0x1bb)][_0x307559(0x1aa)][_0x307559(0x1d1)]()[_0x307559(0x1a3)](_0x1e1b9e=>{const _0x112390=_0x307559;_0x1e1b9e['id']===_0x20e002&&_0x1e1b9e[_0x112390(0x1f1)]();});}[_0x52159d(0x1d2)](){const _0xaf4ad2=_0x52159d;this[_0xaf4ad2(0x1bb)][_0xaf4ad2(0x1aa)][_0xaf4ad2(0x1d1)]()[_0xaf4ad2(0x1a3)](_0x3e17ff=>_0x3e17ff[_0xaf4ad2(0x1e3)]());}[_0x52159d(0x1ee)](_0x1b582b,_0x3c36a5){const _0x3ae68b=_0x52159d;_0x3ae68b(0x1b2)===_0x3c36a5||_0x3ae68b(0x1d6)===_0x3c36a5||_0x3ae68b(0x1a7)===_0x3c36a5?this[_0x3ae68b(0x1bb)][_0x3ae68b(0x1aa)][_0x3ae68b(0x1c8)](_0x1b582b,_0x3c36a5):this[_0x3ae68b(0x1bb)][_0x3ae68b(0x1aa)][_0x3ae68b(0x197)](_0x1b582b,_0x3c36a5);}[_0x52159d(0x19b)](){const _0xd93850=_0x52159d;this[_0xd93850(0x1bb)][_0xd93850(0x19b)]();}[_0x52159d(0x1d4)](){const _0x5f5b8b=_0x52159d;this[_0x5f5b8b(0x1bb)][_0x5f5b8b(0x1d4)]();}[_0x52159d(0x1a0)](){const _0x3df9d8=_0x52159d;this[_0x3df9d8(0x1bb)][_0x3df9d8(0x1a0)]();}[_0x52159d(0x1d5)](){const _0x279133=_0x52159d;this[_0x279133(0x1bb)][_0x279133(0x1d5)]();}[_0x52159d(0x1d8)](_0x11c7a3,_0x2e961f,_0x4da901,_0x44d6a0,_0x513c20,_0x30f78c){const _0x1303a3=_0x52159d;this[_0x1303a3(0x1b3)][_0x1303a3(0x1a5)](_0x11c7a3,_0x2e961f,_0x4da901,_0x44d6a0,_0x513c20,_0x30f78c);}[_0x52159d(0x1c7)](){const _0x46f64=_0x52159d;this[_0x46f64(0x1b3)][_0x46f64(0x1f3)]();}[_0x52159d(0x1d3)](){const _0xa6a4b4=_0x52159d;this[_0xa6a4b4(0x1b3)][_0xa6a4b4(0x1d3)]();}[_0x52159d(0x1b5)](){const _0x53c158=_0x52159d;this[_0x53c158(0x1b3)][_0x53c158(0x1b5)]();}[_0x52159d(0x1f0)](_0x2406ea){const _0x24d017=_0x52159d,_0x5eea1a=this[_0x24d017(0x1bb)][_0x24d017(0x1aa)][_0x24d017(0x1d1)]()[_0x24d017(0x1be)](_0x250011=>_0x250011['id']===_0x2406ea);return _0x5eea1a?_0x5eea1a[_0x24d017(0x1a4)]:null;}[_0x52159d(0x1e1)](){const _0x467b8c=_0x52159d;this[_0x467b8c(0x1b3)][_0x467b8c(0x1e1)]();}}function _0x3016(){const _0x49231e=['_reviewModeBalloonSuggestionItemView','pluginName','showDiffInBalloon','setTitle','retryReview','acceptAllChanges','addTab','setAvailableChecks','_reviewModeView','view','showGeneralResultsErrorView','find','setChecks','locale','_bodyCollection','hasChecks','error-general','setActiveStateInResults','context','getReviewCheckList','hideChangeBalloon','hideResult','AITabs','get','leaveReviewModeResultList','attachToDom','requires','activateTab','showCheckRunResults','showReviewCheckResultsView','getResults','resetActiveStateInResults','hideDiffInBalloon','showActionsWhenResultIsReady','hideActionsWhenResultIsReady','rejected','reviewCheckListView','showChangeBalloon','14106uQuavY','AIReviewModeUI','abortReviewStream','852796wFrZdD','1184288REZejF','AI_REVIEW_MODE','showReviewCheckListView','2485VupSsV','deactivateChange','learnMore','setItemAsInactive','detachFromDom','fire','init','708gwFnsh','reviewMode','dismissChange','isPremiumPlugin','showChunkErrorView','showReviewCheckList','showGeneralReviewModeErrorView','updateChangeState','delegate','getChangeElement','setItemAsActive','finishReview','hideBalloon','1359600WXaIYC','showResult','4627026JYWTcU','error-chunk','activateChange','showReviewCompletedView','8132ZyqRrp','addCheckRunResult','runReviewCheck','acceptChange','showNoChangesView','leaveReviewMode','isOfficialPlugin','forEach','element','showBalloon','toggleDiff','outdated','plugins','AI_REVIEW_INITIALIZATION_ERROR_MESSAGE','reviewCheckResultsView','status','3828672lfglLA','destroy','showCheckRunResult','setCheckResultTitle','56XmOvPL','20ejBfxo','accepted'];_0x3016=function(){return _0x49231e;};return _0x3016();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x40c0b3=_0x11f5;(function(_0x44ee81,_0x456b9f){var _0x547643=_0x11f5,_0x766e6f=_0x44ee81();while(!![]){try{var _0x19e3cb=-parseInt(_0x547643(0xd0))/0x1*(parseInt(_0x547643(0xd9))/0x2)+-parseInt(_0x547643(0xd5))/0x3*(-parseInt(_0x547643(0xcb))/0x4)+parseInt(_0x547643(0xd4))/0x5+parseInt(_0x547643(0xd3))/0x6*(parseInt(_0x547643(0xc7))/0x7)+-parseInt(_0x547643(0xca))/0x8+-parseInt(_0x547643(0xd2))/0x9*(-parseInt(_0x547643(0xd8))/0xa)+-parseInt(_0x547643(0xd6))/0xb;if(_0x19e3cb===_0x456b9f)break;else _0x766e6f['push'](_0x766e6f['shift']());}catch(_0x25b079){_0x766e6f['push'](_0x766e6f['shift']());}}}(_0x2ad5,0x7da12));import{AIReviewCheckRun as _0xd0b85d}from'./aireviewcheckrun.js';function _0x2ad5(){var _0x4cf67d=['content','subTitle','_createApiRequest','_aiConnector','142ZCLVry','upsertCustomAIReviewRating','1944UDLaXv','6mrmHCM','2882200BcotPe','1739859XctGtG','703560TTGRGp','callCustomReview','14230NPkJcf','9032LiHiwJ','_documentData','_sendRatingRequest','4970434AHJKrU','_prompt','_model','7632104ETMyTT','4mMefbx'];_0x2ad5=function(){return _0x4cf67d;};return _0x2ad5();}function _0x11f5(_0x449776,_0x46d6a8){var _0x2ad596=_0x2ad5();return _0x11f5=function(_0x11f5be,_0x41d390){_0x11f5be=_0x11f5be-0xc6;var _0x3a31e1=_0x2ad596[_0x11f5be];return _0x3a31e1;},_0x11f5(_0x449776,_0x46d6a8);}export class AIReviewCustomCheckRun extends _0xd0b85d{[_0x40c0b3(0xc8)];[_0x40c0b3(0xc9)];constructor(_0x418388,_0x515190,_0x5e1737,_0x4cac12,_0x12f054){var _0x13b003=_0x40c0b3;super(_0x5e1737,_0x4cac12,_0x12f054),this[_0x13b003(0xc8)]=_0x418388,this[_0x13b003(0xc9)]=_0x515190;}get[_0x40c0b3(0xcd)](){var _0x567768=_0x40c0b3;return this[_0x567768(0xc8)];}[_0x40c0b3(0xce)](){var _0xac86da=_0x40c0b3;return this[_0xac86da(0xcf)][_0xac86da(0xd7)]({'content':this[_0xac86da(0xda)][_0xac86da(0xcc)],'prompt':this[_0xac86da(0xc8)],'model':this[_0xac86da(0xc9)]});}[_0x40c0b3(0xc6)](_0x2d572a,_0x594327,_0x110942){var _0x20775d=_0x40c0b3;return this[_0x20775d(0xcf)][_0x20775d(0xd1)](_0x594327,_0x2d572a,_0x110942);}}
23
+ var _0x1d1f8e=_0x3178;function _0x59ba(){var _0x52ffca=['18ptCQek','2126645TNdkpY','264068XwdJTR','212587ardXJT','_prompt','_aiConnector','callCustomReview','6bpFNza','subTitle','_model','upsertCustomAIReviewRating','77fguOUE','_documentData','5141402TkTPXs','content','24MyOZzV','_createApiRequest','1559392YUTpjr','2864590YYTbkB','167820JrEYXu','_sendRatingRequest'];_0x59ba=function(){return _0x52ffca;};return _0x59ba();}(function(_0x48f1a0,_0xedae6a){var _0xd70354=_0x3178,_0x28275d=_0x48f1a0();while(!![]){try{var _0xdfec75=-parseInt(_0xd70354(0xcc))/0x1+-parseInt(_0xd70354(0xc7))/0x2+-parseInt(_0xd70354(0xc3))/0x3*(parseInt(_0xd70354(0xcb))/0x4)+-parseInt(_0xd70354(0xca))/0x5+-parseInt(_0xd70354(0xbb))/0x6*(parseInt(_0xd70354(0xc1))/0x7)+parseInt(_0xd70354(0xc5))/0x8*(parseInt(_0xd70354(0xc9))/0x9)+parseInt(_0xd70354(0xc6))/0xa*(parseInt(_0xd70354(0xbf))/0xb);if(_0xdfec75===_0xedae6a)break;else _0x28275d['push'](_0x28275d['shift']());}catch(_0x2a596c){_0x28275d['push'](_0x28275d['shift']());}}}(_0x59ba,0x643f5));import{AIReviewCheckRun as _0x2de0c6}from'./aireviewcheckrun.js';function _0x3178(_0x3bc3a4,_0x29b385){var _0x59babe=_0x59ba();return _0x3178=function(_0x31787c,_0x2cde96){_0x31787c=_0x31787c-0xba;var _0x2269ae=_0x59babe[_0x31787c];return _0x2269ae;},_0x3178(_0x3bc3a4,_0x29b385);}export class AIReviewCustomCheckRun extends _0x2de0c6{[_0x1d1f8e(0xcd)];[_0x1d1f8e(0xbd)];constructor(_0x20b100,_0x4e16fa,_0x2d5b75,_0x5aa906,_0x499c78){var _0x5eddd9=_0x1d1f8e;super(_0x2d5b75,_0x5aa906,_0x499c78),this[_0x5eddd9(0xcd)]=_0x20b100,this[_0x5eddd9(0xbd)]=_0x4e16fa;}get[_0x1d1f8e(0xbc)](){var _0x11ab12=_0x1d1f8e;return this[_0x11ab12(0xcd)];}[_0x1d1f8e(0xc4)](){var _0x5993a1=_0x1d1f8e;return this[_0x5993a1(0xce)][_0x5993a1(0xba)]({'content':this[_0x5993a1(0xc0)][_0x5993a1(0xc2)],'prompt':this[_0x5993a1(0xcd)],'model':this[_0x5993a1(0xbd)]});}[_0x1d1f8e(0xc8)](_0x465f11,_0xf49719,_0x2cc0c5){var _0x186e31=_0x1d1f8e;return this[_0x186e31(0xce)][_0x186e31(0xbe)](_0xf49719,_0x465f11,_0x2cc0c5);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3e6ddc=_0x536f;(function(_0x4f82a4,_0x43e64d){const _0xdabcd9=_0x536f,_0x5adfa6=_0x4f82a4();while(!![]){try{const _0x33b54e=-parseInt(_0xdabcd9(0xd9))/0x1*(parseInt(_0xdabcd9(0xc4))/0x2)+parseInt(_0xdabcd9(0xbf))/0x3+parseInt(_0xdabcd9(0xd7))/0x4+parseInt(_0xdabcd9(0xd4))/0x5+-parseInt(_0xdabcd9(0xd6))/0x6+-parseInt(_0xdabcd9(0xcf))/0x7+-parseInt(_0xdabcd9(0xc0))/0x8*(-parseInt(_0xdabcd9(0xd8))/0x9);if(_0x33b54e===_0x43e64d)break;else _0x5adfa6['push'](_0x5adfa6['shift']());}catch(_0x365f8d){_0x5adfa6['push'](_0x5adfa6['shift']());}}}(_0x1dcd,0x8d166));function _0x1dcd(){const _0xc2896a=['callSystemReview','634415CzbSkI','_aiConnector','979458bNmfeF','1676020FLKEtr','7798464VvOeSS','419AoIeiE','length','useArgs','find','1752291BIsUYT','8ZKVXXe','upsertAIReviewRating','_sourceCheck','_createApiRequest','4714AvPMEb','data','join','push','_reviewArgs','_reviewParams','_sendRatingRequest','_documentData','options','label','reviewName','1874327LCLlQc','subTitle','_composeReviewName','content'];_0x1dcd=function(){return _0xc2896a;};return _0x1dcd();}function _0x536f(_0x437b47,_0x3f55db){const _0x1dcd33=_0x1dcd();return _0x536f=function(_0x536ff4,_0x39deaa){_0x536ff4=_0x536ff4-0xbe;let _0x4a6b16=_0x1dcd33[_0x536ff4];return _0x4a6b16;},_0x536f(_0x437b47,_0x3f55db);}import{AIReviewCheckRun as _0x430b7a}from'./aireviewcheckrun.js';export class AIReviewSystemCheckRun extends _0x430b7a{get[_0x3e6ddc(0xd0)](){const _0x3d0990=_0x3e6ddc;if(!this[_0x3d0990(0xc9)]||0x0===this[_0x3d0990(0xc9)][_0x3d0990(0xda)])return'';const _0x532fdf=[];if(this[_0x3d0990(0xc9)][_0x3d0990(0xda)]>0x0&&this[_0x3d0990(0xc2)][_0x3d0990(0xcc)])for(let _0x59fcac=0x0;_0x59fcac<this[_0x3d0990(0xc9)][_0x3d0990(0xda)];_0x59fcac++){if(!this[_0x3d0990(0xc9)][_0x59fcac]||!this[_0x3d0990(0xc2)][_0x3d0990(0xcc)][_0x59fcac])continue;const _0x507d6e=this[_0x3d0990(0xc2)][_0x3d0990(0xcc)][_0x59fcac],_0x50f40c=_0x507d6e[_0x3d0990(0xc5)]?.[_0x3d0990(0xbe)](_0x110555=>_0x110555['id']===this[_0x3d0990(0xc9)][_0x59fcac]);_0x50f40c&&_0x532fdf[_0x3d0990(0xc7)](_0x50f40c[_0x3d0990(0xcd)]);}return _0x532fdf[_0x3d0990(0xc6)](',\x20');}get[_0x3e6ddc(0xce)](){const _0x3412e8=_0x3e6ddc;return this[_0x3412e8(0xd1)]();}[_0x3e6ddc(0xc3)](){const _0x5ab14c=_0x3e6ddc;return this[_0x5ab14c(0xd5)][_0x5ab14c(0xd3)]({'reviewName':this[_0x5ab14c(0xd1)](),'content':this[_0x5ab14c(0xcb)][_0x5ab14c(0xd2)],'args':this[_0x5ab14c(0xc8)]});}[_0x3e6ddc(0xca)](_0x34267c,_0x148124,_0x45ae76){const _0x4a2c04=_0x3e6ddc;return this[_0x4a2c04(0xd5)][_0x4a2c04(0xc1)](this[_0x4a2c04(0xce)],_0x148124,_0x34267c,_0x45ae76);}[_0x3e6ddc(0xd1)](){const _0x2abcb0=_0x3e6ddc;return!this[_0x2abcb0(0xc9)]||0x0===this[_0x2abcb0(0xc9)][_0x2abcb0(0xda)]||this[_0x2abcb0(0xc2)][_0x2abcb0(0xdb)]?this[_0x2abcb0(0xc2)]['id']:[this[_0x2abcb0(0xc2)]['id'],...this[_0x2abcb0(0xc9)]][_0x2abcb0(0xc6)]('-');}}
23
+ const _0x5aecaf=_0x5dbd;(function(_0x3c13fa,_0x56648f){const _0x2dd9a7=_0x5dbd,_0x52c3d1=_0x3c13fa();while(!![]){try{const _0x537c31=parseInt(_0x2dd9a7(0x18f))/0x1*(parseInt(_0x2dd9a7(0x18e))/0x2)+-parseInt(_0x2dd9a7(0x19e))/0x3+-parseInt(_0x2dd9a7(0x192))/0x4*(parseInt(_0x2dd9a7(0x185))/0x5)+parseInt(_0x2dd9a7(0x19a))/0x6*(-parseInt(_0x2dd9a7(0x193))/0x7)+-parseInt(_0x2dd9a7(0x19b))/0x8*(parseInt(_0x2dd9a7(0x18d))/0x9)+parseInt(_0x2dd9a7(0x186))/0xa+parseInt(_0x2dd9a7(0x187))/0xb;if(_0x537c31===_0x56648f)break;else _0x52c3d1['push'](_0x52c3d1['shift']());}catch(_0x2f7d14){_0x52c3d1['push'](_0x52c3d1['shift']());}}}(_0x564f,0x59ff1));function _0x564f(){const _0x4c9fa1=['_reviewArgs','_createApiRequest','1029003lrLPvO','reviewName','length','_aiConnector','_reviewParams','callSystemReview','_sendRatingRequest','65CLuIsu','1261580ljaqiB','22096294VZnYkc','subTitle','_documentData','label','find','join','6392349YYYKQX','2VQswVx','298325rIbFjf','data','content','183292OBFrgA','7csmNhR','_composeReviewName','options','useArgs','push','upsertAIReviewRating','_sourceCheck','2493906Ljngse','8IFmHkf'];_0x564f=function(){return _0x4c9fa1;};return _0x564f();}import{AIReviewCheckRun as _0x4a4e76}from'./aireviewcheckrun.js';function _0x5dbd(_0x49f588,_0x5e4b11){const _0x564f6b=_0x564f();return _0x5dbd=function(_0x5dbd0c,_0xccb449){_0x5dbd0c=_0x5dbd0c-0x182;let _0x50371b=_0x564f6b[_0x5dbd0c];return _0x50371b;},_0x5dbd(_0x49f588,_0x5e4b11);}export class AIReviewSystemCheckRun extends _0x4a4e76{get[_0x5aecaf(0x188)](){const _0x51504a=_0x5aecaf;if(!this[_0x51504a(0x182)]||0x0===this[_0x51504a(0x182)][_0x51504a(0x1a0)])return'';const _0x5bf961=[];if(this[_0x51504a(0x182)][_0x51504a(0x1a0)]>0x0&&this[_0x51504a(0x199)][_0x51504a(0x195)])for(let _0x3b8b7c=0x0;_0x3b8b7c<this[_0x51504a(0x182)][_0x51504a(0x1a0)];_0x3b8b7c++){if(!this[_0x51504a(0x182)][_0x3b8b7c]||!this[_0x51504a(0x199)][_0x51504a(0x195)][_0x3b8b7c])continue;const _0x59f87e=this[_0x51504a(0x199)][_0x51504a(0x195)][_0x3b8b7c],_0x1951f6=_0x59f87e[_0x51504a(0x190)]?.[_0x51504a(0x18b)](_0x4fc3a2=>_0x4fc3a2['id']===this[_0x51504a(0x182)][_0x3b8b7c]);_0x1951f6&&_0x5bf961[_0x51504a(0x197)](_0x1951f6[_0x51504a(0x18a)]);}return _0x5bf961[_0x51504a(0x18c)](',\x20');}get[_0x5aecaf(0x19f)](){const _0x12822c=_0x5aecaf;return this[_0x12822c(0x194)]();}[_0x5aecaf(0x19d)](){const _0x476ce5=_0x5aecaf;return this[_0x476ce5(0x1a1)][_0x476ce5(0x183)]({'reviewName':this[_0x476ce5(0x194)](),'content':this[_0x476ce5(0x189)][_0x476ce5(0x191)],'args':this[_0x476ce5(0x19c)]});}[_0x5aecaf(0x184)](_0x188e85,_0xc0efe,_0x88f633){const _0x355f53=_0x5aecaf;return this[_0x355f53(0x1a1)][_0x355f53(0x198)](this[_0x355f53(0x19f)],_0xc0efe,_0x188e85,_0x88f633);}[_0x5aecaf(0x194)](){const _0x46447e=_0x5aecaf;return!this[_0x46447e(0x182)]||0x0===this[_0x46447e(0x182)][_0x46447e(0x1a0)]||this[_0x46447e(0x199)][_0x46447e(0x196)]?this[_0x46447e(0x199)]['id']:[this[_0x46447e(0x199)]['id'],...this[_0x46447e(0x182)]][_0x46447e(0x18c)]('-');}}