@ckeditor/ckeditor5-ai 47.4.0-alpha.5 → 47.4.0-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ai.js +1 -1
- package/dist/index.js +5 -5
- package/package.json +15 -15
- package/src/aiactions/aiactions.js +1 -1
- package/src/aiactions/model/aiactionsinteraction.js +1 -1
- package/src/aiactions/model/aiactionsreply.js +1 -1
- package/src/aiassistant/adapters/aiadapter.js +1 -1
- package/src/aiassistant/adapters/aitextadapter.js +1 -1
- package/src/aiassistant/adapters/awstextadapter.js +1 -1
- package/src/aiassistant/adapters/openaitextadapter.js +1 -1
- package/src/aiassistant/aiassistant.js +1 -1
- package/src/aiassistant/aiassistantediting.js +1 -1
- package/src/aiassistant/aiassistantui.js +1 -1
- package/src/aiassistant/ui/aiassistantcontroller.js +2 -2
- package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
- package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
- package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
- package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
- package/src/aiassistant/ui/form/aiformview.js +1 -1
- package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
- package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
- package/src/aiassistant/ui/form/prompthistory.js +1 -1
- package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
- package/src/aiballoon/aiballoon.js +1 -1
- package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
- package/src/aiballoon/ui/aiballoontoolbarview.js +1 -1
- package/src/aiballoon/ui/aiballoonview.js +1 -1
- package/src/aichat/aichat.js +1 -1
- package/src/aichat/aichatcontroller.js +1 -1
- package/src/aichat/aichatui.js +1 -1
- package/src/aichat/model/aichatcontext.js +1 -1
- package/src/aichat/model/aichatconversation.js +1 -1
- package/src/aichat/model/aichatinteraction.js +1 -1
- package/src/aichat/ui/aichatcontrolsview.js +1 -1
- package/src/aichat/ui/aichatfeedview.js +1 -1
- package/src/aichat/ui/aichatheaderview.js +1 -1
- package/src/aichat/ui/aichatview.js +1 -1
- package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
- package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
- package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
- package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
- package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
- package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
- package/src/aichat/utils/promisequeue.js +1 -1
- package/src/aichathistory/aichathistory.js +1 -1
- package/src/aichathistory/aichathistorycontroller.js +1 -1
- package/src/aichathistory/aichathistoryui.js +1 -1
- package/src/aichathistory/model/aichathistoryconversations.js +1 -1
- package/src/aichathistory/model/aichathistoryitem.js +1 -1
- package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
- package/src/aichathistory/ui/aichathistorylistview.js +1 -1
- package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
- package/src/aichathistory/ui/aichathistoryview.js +1 -1
- package/src/aicore/aiconnector.js +1 -1
- package/src/aicore/aiediting.js +1 -1
- package/src/aicore/model/aicapabilities.js +1 -1
- package/src/aicore/model/aiinteraction.js +1 -1
- package/src/aicore/model/aimodels.js +1 -1
- package/src/aicore/model/aireply.js +1 -1
- package/src/aicore/pipeline/airesponseapplier.js +2 -2
- package/src/aicore/pipeline/airesponseparser.js +2 -2
- package/src/aicore/ui/aidisclaimerview.js +1 -1
- package/src/aicore/ui/aiskeleton.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
- package/src/aicore/utils/createresizebutton.js +1 -1
- package/src/aicore/utils/documentposition.js +1 -1
- package/src/aicore/utils/documentrange.js +1 -1
- package/src/aicore/utils/geteditorfromcontext.js +1 -1
- package/src/aicore/utils/getoperationsfromreply.js +1 -1
- package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
- package/src/aicore/utils/htmlparser.js +1 -1
- package/src/aicore/utils/htmlstreamer.js +1 -1
- package/src/aicore/utils/scrollmanager.js +1 -1
- package/src/aieditorintegration/aieditorintegration.js +1 -1
- package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
- package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
- package/src/aiquickactions/aiquickactions.js +1 -1
- package/src/aiquickactions/aiquickactionscommand.js +1 -1
- package/src/aiquickactions/aiquickactionsediting.js +1 -1
- package/src/aiquickactions/aiquickactionsui.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsfilteredlistview.js +1 -1
- package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +1 -1
- package/src/aireviewmode/aireviewmode.js +1 -1
- package/src/aireviewmode/aireviewmodecontroller.js +1 -1
- package/src/aireviewmode/aireviewmodeediting.js +1 -1
- package/src/aireviewmode/aireviewmodeui.js +1 -1
- package/src/aireviewmode/model/aireviewcheckcustom.js +1 -1
- package/src/aireviewmode/model/aireviewchecklist.js +1 -1
- package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
- package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
- package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
- package/src/aireviewmode/model/aireviewsystemcheckrun.js +1 -1
- package/src/aireviewmode/ui/aireviemodepromptinputview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodefinishreviewbuttonview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodegeneralerrorview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
- package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
- package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
- package/src/aitabs/aitabs.js +1 -1
- package/src/aitabs/tabs/aitabsview.js +1 -1
- package/src/aitabs/tabs/tabbuttonview.js +1 -1
- package/src/aitabs/tabs/tabpanelview.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x5ccbfe,_0x3bc534){const _0x2256d0=_0x45e9,_0x1d8a53=_0x5ccbfe();while(!![]){try{const _0x3743f3=parseInt(_0x2256d0(0x86))/0x1*(parseInt(_0x2256d0(0x82))/0x2)+parseInt(_0x2256d0(0x7b))/0x3+-parseInt(_0x2256d0(0x77))/0x4+parseInt(_0x2256d0(0x7c))/0x5*(-parseInt(_0x2256d0(0x78))/0x6)+-parseInt(_0x2256d0(0x7e))/0x7*(parseInt(_0x2256d0(0x8d))/0x8)+parseInt(_0x2256d0(0x7d))/0x9+parseInt(_0x2256d0(0x8c))/0xa;if(_0x3743f3===_0x3bc534)break;else _0x1d8a53['push'](_0x1d8a53['shift']());}catch(_0x105084){_0x1d8a53['push'](_0x1d8a53['shift']());}}}(_0x3667,0x9afee));import{ButtonView as _0x3f77ef}from'ckeditor5/src/ui.js';function _0x3667(){const _0x163da4=['editing','focus','1351539ivqiol','5ttxTlL','6421680HEAJyY','7DzZYmJ','set','ck-ai-quick-actions-button','locale','3434GMxSEM','isEnabled','icon','aiQuickAction','41IPCkvB','parent','extendTemplate','execute','menuitem','bindTemplate','12417340gdBEJo','8409056IIfbFi','commands','view','displayedPrompt','484608lJpquP','4014108KrAiHU'];_0x3667=function(){return _0x163da4;};return _0x3667();}function _0x45e9(_0x3a0aa3,_0x2810e8){const _0x36672f=_0x3667();return _0x45e9=function(_0x45e9e5,_0x4f9b15){_0x45e9e5=_0x45e9e5-0x75;let _0x347ac9=_0x36672f[_0x45e9e5];return _0x347ac9;},_0x45e9(_0x3a0aa3,_0x2810e8);}import{IconAIQuickActions as _0xe58a79}from'@ckeditor/ckeditor5-icons';export function aiQuickActionsButtonCreator(_0x207658){const {editor:_0x108843,action:_0x4914d0,withText:_0x2ccedd=!0x1,withIcon:_0x2ce482=!0x0,isInDropdown:_0x40fd65=!0x0,shouldPreventFocus:_0x57cbb6=!0x1}=_0x207658;return()=>{const _0x2baa2b=_0x45e9,_0x406115=_0x108843[_0x2baa2b(0x81)],_0x57b3e1=new _0x3f77ef(_0x406115),_0x28de9b=_0x57b3e1[_0x2baa2b(0x8b)];_0x40fd65&&_0x57b3e1[_0x2baa2b(0x88)]({'on':{'mouseenter':_0x28de9b['to'](()=>{const _0x46b959=_0x2baa2b;_0x57cbb6&&_0x57cbb6()||_0x57b3e1[_0x46b959(0x7a)]();})}});const _0x596087=_0x4914d0[_0x2baa2b(0x84)]??_0x4914d0[_0x2baa2b(0x87)]?.[_0x2baa2b(0x84)];return _0x57b3e1[_0x2baa2b(0x7f)]({'label':_0x4914d0[_0x2baa2b(0x76)],'withText':_0x2ccedd,'role':_0x2baa2b(0x8a),'icon':_0x2ce482?_0x596087??_0xe58a79:void 0x0,'tooltip':!_0x2ccedd,'class':_0x2baa2b(0x80),'isEnabled':_0x4914d0[_0x2baa2b(0x83)]}),_0x57b3e1['on'](_0x2baa2b(0x89),()=>{const _0x38da72=_0x2baa2b;_0x108843[_0x38da72(0x79)][_0x38da72(0x75)][_0x38da72(0x7a)](),_0x108843[_0x38da72(0x8e)][_0x38da72(0x89)](_0x38da72(0x85),_0x4914d0);}),_0x57b3e1;};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x19e44b=_0x2a39;(function(_0x5aa973,_0x4987ff){const _0x4bb3fa=_0x2a39,_0x43ba76=_0x5aa973();while(!![]){try{const _0x288fea=-parseInt(_0x4bb3fa(0x1a6))/0x1*(-parseInt(_0x4bb3fa(0x1dd))/0x2)+-parseInt(_0x4bb3fa(0x16c))/0x3+-parseInt(_0x4bb3fa(0x1ad))/0x4*(parseInt(_0x4bb3fa(0x156))/0x5)+parseInt(_0x4bb3fa(0x1ae))/0x6+-parseInt(_0x4bb3fa(0x1a3))/0x7*(parseInt(_0x4bb3fa(0x1b3))/0x8)+-parseInt(_0x4bb3fa(0x166))/0x9*(parseInt(_0x4bb3fa(0x16b))/0xa)+-parseInt(_0x4bb3fa(0x16f))/0xb*(-parseInt(_0x4bb3fa(0x182))/0xc);if(_0x288fea===_0x4987ff)break;else _0x43ba76['push'](_0x43ba76['shift']());}catch(_0x268008){_0x43ba76['push'](_0x43ba76['shift']());}}}(_0x987f,0x197c1));import{View as _0x38603a,ListItemView as _0x27a90e,ListView as _0x32623f,BalloonPanelView as _0x4b3d9c,DropdownMenuPanelPositioningFunctions as _0x14de8f,ViewCollection as _0x4785f7,FocusCycler as _0x57a302,ButtonView as _0x32fe1d,IconView as _0x4f2b03,HighlightedTextView as _0x3ab4f5,ButtonLabelWithHighlightView as _0x478a87,SearchTextView as _0x4d85d0}from'ckeditor5/src/ui.js';import{IconAIQuickActions as _0x4af75f}from'@ckeditor/ckeditor5-icons';import{FocusTracker as _0x2da948,KeystrokeHandler as _0x33a1c8}from'ckeditor5/src/utils.js';import{aiQuickActionsButtonCreator as _0x366919}from'./aiquickactionsbuttoncreator.js';import{DropdownMenuButtonWithHighlightView as _0x4a0d05}from'./dropdownmenubuttonwithhighlightview.js';import{getTranslation as _0x2d367f}from'../../aicore/utils/common-translations.js';function _0x987f(){const _0x4136c5=['ck-ai-quick-actions-search','destroy','get','role','_createActionButton','parent','delete','extendTemplate','ArrowRight','fire','ck-ai-quick-actions-button\x20ck-ai-quick-actions-button_with-group','focusCycler','90JKSehG','menuitem','displayedPrompt','5bwOyGW','key','_createSearchResultGroupRow','.ck-ai-quick-actions-group-button','_hideNestedPanel','isVisible','AI_QUICK_ACTIONS_SEARCH_NOT_FOUND','content','setTemplate','detachFromDom','_createGroupActionsList','fieldView','focus','ck-dropdown-menu-list','ck-ai-quick-actions-button_with-group__close-paren','ck-ai-quick-actions-search-result__action-row','18yaUCQO','optionsListView','_handleSearchResultButtonClick','show','eastSouth','401170WAbTEw','336807dPMqDZ','ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button\x20ck-ai-quick-actions-search-result-button_with-group','push','121IqkiTM','_searchTextView','_createSearchResultActionButton','activeElement','ArrowLeft','render','ck-ai-quick-actions-button_with-group','_createSearchTextView','ck-ai-quick-actions-search-result__group-row','menu','rtl','ck-ai-quick-actions-search-result-button_with-group','_getPanelKeystroke','_handlePanelKeydown','ck-ai-quick-actions-button__group-icon','_getButtonKeystroke','uiLanguageDirection','addMany','bindTemplate','462444lznQck','_focusables','ck-button','first','AI_QUICK_ACTIONS_SEARCH','ck-button_with-text','_createActionGroupButton','ck-ai-quick-actions-button','execute','chain','reset','hide','_createSearchResultGroupedActionButton','ck-ai-quick-actions-group-button','_allSearchableItems','_createSearchResultActionRow','ownerDocument','.ck-ai-quick-actions-group-list','span','ck-rounded-corners','aiQuickAction','ck-dropdown-menu__nested-menu__panel','mouseleave','items','ck-ai-quick-actions-search-result__content','forEach','editing','ck-ai-quick-actions-button_with-group__open-paren','_isSearchFocused','_createSearchResultIndividualActionButton','some','set','addEventListener','608132uvYBJb','view','_bodyCollection','2035qgvMbP','queryView','ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button','_hasSearch','_hideAllNestedPanels','keystrokes','text','777192GDKKUn','375480iVPEun','locale','.ck-ai-quick-actions-group-panel','pin','icon','8eUGjXm','clear','isEnabled','resetSearch','ck-reset_all','element','add','commands','ck-ai-quick-actions-group-panel','focusTracker','actions','_showNestedPanel','isOn','label','relatedTarget','contains','children','_setupGroupMenuBehavior','_isMovingToNestedMenu','_createSearchResultContentView','_openNestedPanels','closest','button','div','_createListItems','_setupActionButtonExecution','ck-ai-quick-actions','ck-ai-quick-actions-group-list','ck-ai-quick-actions-search-result-button','bind'];_0x987f=function(){return _0x4136c5;};return _0x987f();}import{AIQuickActionsFilteredListView as _0x811bc4}from'./aiquickactionsfilteredlistview.js';function _0x2a39(_0x35610f,_0x4b45fc){const _0x987f2f=_0x987f();return _0x2a39=function(_0x2a39e8,_0x25a77e){_0x2a39e8=_0x2a39e8-0x154;let _0x2b1eb1=_0x987f2f[_0x2a39e8];return _0x2b1eb1;},_0x2a39(_0x35610f,_0x4b45fc);}const ys=_0x19e44b(0x178),Ts=_0x19e44b(0x154);export class AIQuickActionsDropdownContentView extends _0x38603a{[_0x19e44b(0x1a5)];[_0x19e44b(0x167)];[_0x19e44b(0x170)]=null;[_0x19e44b(0x190)]=[];[_0x19e44b(0x1c3)];[_0x19e44b(0x1bc)];[_0x19e44b(0x1ab)];[_0x19e44b(0x183)];[_0x19e44b(0x1dc)];[_0x19e44b(0x1c7)]=new Set();[_0x19e44b(0x1a9)];constructor(_0x26cdf0,_0x46f837,_0x4c5d68,_0x3cd143,_0x47c14e=!0x1){const _0x4b9c04=_0x19e44b,_0x15aeb0=_0x26cdf0[_0x4b9c04(0x1af)];super(_0x15aeb0),this[_0x4b9c04(0x1a5)]=_0x3cd143,this[_0x4b9c04(0x1a9)]=_0x47c14e;const _0x34b93c=this[_0x4b9c04(0x1cb)](_0x26cdf0,_0x46f837,_0x4c5d68);this[_0x4b9c04(0x167)]=new _0x811bc4(_0x15aeb0,_0x34b93c,this[_0x4b9c04(0x190)]),this[_0x4b9c04(0x167)][_0x4b9c04(0x1d4)]=ys,this[_0x4b9c04(0x167)][_0x4b9c04(0x199)][_0x4b9c04(0x180)](_0x34b93c),this[_0x4b9c04(0x1bc)]=new _0x2da948(),this[_0x4b9c04(0x1ab)]=new _0x33a1c8(),_0x47c14e&&(this[_0x4b9c04(0x170)]=this[_0x4b9c04(0x176)]()),this[_0x4b9c04(0x183)]=_0x34b93c,this[_0x4b9c04(0x1dc)]=new _0x57a302({'focusables':this[_0x4b9c04(0x183)],'focusTracker':this[_0x4b9c04(0x1bc)],'keystrokeHandler':this[_0x4b9c04(0x1ab)]}),_0x47c14e&&this[_0x4b9c04(0x170)]&&this[_0x4b9c04(0x1dc)][_0x4b9c04(0x18b)](this[_0x4b9c04(0x170)][_0x4b9c04(0x1dc)]);const _0x37d565=_0x47c14e&&this[_0x4b9c04(0x170)]?[this[_0x4b9c04(0x170)]]:[this[_0x4b9c04(0x167)]];this[_0x4b9c04(0x1c3)]=new _0x4785f7(_0x37d565),this[_0x4b9c04(0x15e)]({'tag':_0x4b9c04(0x1ca),'attributes':{'class':['ck',_0x4b9c04(0x1b7),_0x4b9c04(0x1cd),_0x4b9c04(0x195)],'dir':_0x15aeb0[_0x4b9c04(0x17f)]},'children':this[_0x4b9c04(0x1c3)]});}[_0x19e44b(0x176)](){const _0xb352a8=_0x19e44b;return new _0x4d85d0(this[_0xb352a8(0x1af)],{'filteredView':this[_0xb352a8(0x167)],'queryView':{'label':_0x2d367f(this[_0xb352a8(0x1af)],_0xb352a8(0x186))},'class':_0xb352a8(0x1d1),'infoView':{'text':{'notFound':{'primary':_0x2d367f(this[_0xb352a8(0x1af)],_0xb352a8(0x15c))}}}});}[_0x19e44b(0x19e)](){const _0xa436e8=_0x19e44b;if(!this[_0xa436e8(0x1a9)]||!this[_0xa436e8(0x170)]||!this[_0xa436e8(0x170)][_0xa436e8(0x1a7)][_0xa436e8(0x161)][_0xa436e8(0x1b8)])return!0x1;const _0x5c40ee=this[_0xa436e8(0x170)][_0xa436e8(0x1a7)][_0xa436e8(0x161)][_0xa436e8(0x1b8)][_0xa436e8(0x192)]?.[_0xa436e8(0x172)];return this[_0xa436e8(0x170)][_0xa436e8(0x1a7)][_0xa436e8(0x161)][_0xa436e8(0x1b8)][_0xa436e8(0x1c2)](_0x5c40ee);}[_0x19e44b(0x1cb)](_0x1cb8ec,_0x521fb0,_0x157a40){const _0x5e0456=_0x19e44b,_0xaabb82=new _0x4785f7();return _0x521fb0[_0x5e0456(0x19b)](_0x1a6a08=>{const _0x5e325f=_0x5e0456;if(_0x5e325f(0x1bd)in _0x1a6a08){const {listItem:_0xd380da}=this[_0x5e325f(0x188)](_0x1cb8ec,_0x1a6a08,_0x157a40);_0xaabb82[_0x5e325f(0x1b9)](_0xd380da),_0x1a6a08[_0x5e325f(0x1bd)][_0x5e325f(0x19b)](_0x1affdf=>{const _0xafb2e5=_0x5e325f;this[_0xafb2e5(0x1d5)](_0x1cb8ec,_0x1affdf,_0x1a6a08[_0xafb2e5(0x1c0)],_0x1a6a08[_0xafb2e5(0x1b2)]);const {listItem:_0x4dbda9,highlightViews:_0x2c163c}=this[_0xafb2e5(0x171)](_0x1cb8ec,_0x1affdf,_0x1a6a08[_0xafb2e5(0x1c0)],_0x1a6a08[_0xafb2e5(0x1b2)]);this[_0xafb2e5(0x190)][_0xafb2e5(0x16e)]({'item':_0x4dbda9,'label':_0x1affdf[_0xafb2e5(0x155)],'groupLabel':_0x1a6a08[_0xafb2e5(0x1c0)],'highlightViews':_0x2c163c});});}else{const {listItem:_0x125986}=this[_0x5e325f(0x1d5)](_0x1cb8ec,_0x1a6a08);_0xaabb82[_0x5e325f(0x1b9)](_0x125986);const _0x196ced=_0x125986[_0x5e325f(0x1c3)][_0x5e325f(0x185)];if(_0x196ced){const {listItem:_0x5c0641,highlightViews:_0x5434f2}=this[_0x5e325f(0x171)](_0x1cb8ec,_0x1a6a08);this[_0x5e325f(0x190)][_0x5e325f(0x16e)]({'item':_0x5c0641,'label':_0x196ced[_0x5e325f(0x1c0)]||'','highlightViews':_0x5434f2});}}}),_0xaabb82;}[_0x19e44b(0x1d5)](_0x5dd4cc,_0x57dd9c,_0x47d84c,_0x1bd158){const _0x24b7a1=_0x19e44b,_0x433190=new _0x27a90e(this[_0x24b7a1(0x1af)]);if(_0x47d84c&&_0x1bd158){const _0x98bd65=new _0x32fe1d(this[_0x24b7a1(0x1af)]),_0x11b6e5=_0x98bd65[_0x24b7a1(0x181)],_0x3c5b41=new _0x3ab4f5();_0x3c5b41[_0x24b7a1(0x1ac)]=_0x57dd9c[_0x24b7a1(0x155)];const _0x11e452=new _0x3ab4f5();_0x11e452[_0x24b7a1(0x1ac)]=_0x47d84c;const _0x44c811=new _0x4f2b03();_0x44c811[_0x24b7a1(0x15d)]=_0x1bd158,_0x44c811[_0x24b7a1(0x1d8)]({'attributes':{'class':_0x24b7a1(0x17d)}});const _0x2b1380=new _0x38603a(this[_0x24b7a1(0x1af)]);_0x2b1380[_0x24b7a1(0x15e)]({'tag':_0x24b7a1(0x194),'attributes':{'class':_0x24b7a1(0x19d)},'children':[{'text':'\x20('}]});const _0x2eb999=new _0x38603a(this[_0x24b7a1(0x1af)]);return _0x2eb999[_0x24b7a1(0x15e)]({'tag':_0x24b7a1(0x194),'attributes':{'class':_0x24b7a1(0x164)},'children':[{'text':')'}]}),_0x98bd65[_0x24b7a1(0x1a1)]({'label':_0x57dd9c[_0x24b7a1(0x155)]+'\x20('+_0x47d84c+')','withText':!0x0,'role':_0x24b7a1(0x154),'class':_0x24b7a1(0x1db),'tooltip':!0x1}),_0x98bd65[_0x24b7a1(0x15e)]({'tag':_0x24b7a1(0x1c9),'attributes':{'class':['ck',_0x24b7a1(0x184),_0x24b7a1(0x187),_0x24b7a1(0x189),_0x24b7a1(0x175)],'type':_0x24b7a1(0x1c9),'role':_0x24b7a1(0x154),'tabindex':'-1'},'children':[_0x3c5b41,_0x2b1380,_0x44c811,_0x11e452,_0x2eb999],'on':{'mouseenter':_0x11b6e5['to'](()=>{const _0x46f66f=_0x24b7a1;this[_0x46f66f(0x19e)]()||_0x98bd65[_0x46f66f(0x162)]();}),'click':_0x11b6e5['to'](()=>{const _0x57d64f=_0x24b7a1;_0x98bd65[_0x57d64f(0x1da)](_0x57d64f(0x18a));})}}),_0x98bd65['on'](_0x24b7a1(0x18a),()=>{const _0x759ad4=_0x24b7a1;_0x5dd4cc[_0x759ad4(0x19c)][_0x759ad4(0x1a4)][_0x759ad4(0x162)](),_0x5dd4cc[_0x759ad4(0x1ba)][_0x759ad4(0x18a)](_0x759ad4(0x196),_0x57dd9c);}),_0x433190[_0x24b7a1(0x1c3)][_0x24b7a1(0x1b9)](_0x98bd65),{'listItem':_0x433190,'highlightViews':[_0x3c5b41,_0x11e452]};}{const _0x142b33=new _0x478a87(),_0x3cdd6e=new _0x32fe1d(this[_0x24b7a1(0x1af)],_0x142b33),_0x446978=_0x3cdd6e[_0x24b7a1(0x181)],_0x39d7f9=_0x57dd9c[_0x24b7a1(0x1b2)]??_0x57dd9c[_0x24b7a1(0x1d6)]?.[_0x24b7a1(0x1b2)],_0x51d285=void 0x0!==_0x57dd9c[_0x24b7a1(0x1b2)];return _0x3cdd6e[_0x24b7a1(0x1a1)]({'label':_0x57dd9c[_0x24b7a1(0x155)],'withText':!0x0,'role':_0x24b7a1(0x154),'icon':_0x51d285?_0x39d7f9??_0x4af75f:void 0x0,'tooltip':!0x1,'class':_0x24b7a1(0x189)}),_0x3cdd6e[_0x24b7a1(0x1d8)]({'on':{'mouseenter':_0x446978['to'](()=>{const _0x1992b0=_0x24b7a1;this[_0x1992b0(0x19e)]()||_0x3cdd6e[_0x1992b0(0x162)]();})}}),_0x3cdd6e['on'](_0x24b7a1(0x18a),()=>{const _0x1c40c0=_0x24b7a1;_0x5dd4cc[_0x1c40c0(0x19c)][_0x1c40c0(0x1a4)][_0x1c40c0(0x162)](),_0x5dd4cc[_0x1c40c0(0x1ba)][_0x1c40c0(0x18a)](_0x1c40c0(0x196),_0x57dd9c);}),_0x433190[_0x24b7a1(0x1c3)][_0x24b7a1(0x1b9)](_0x3cdd6e),{'listItem':_0x433190,'highlightViews':[_0x142b33]};}}[_0x19e44b(0x171)](_0x42f5ce,_0x10dd98,_0x21fb0f,_0x5c7ce2){const _0x40b982=_0x19e44b;return _0x21fb0f&&_0x5c7ce2?this[_0x40b982(0x18e)](_0x42f5ce,_0x10dd98,_0x21fb0f,_0x5c7ce2):this[_0x40b982(0x19f)](_0x42f5ce,_0x10dd98);}[_0x19e44b(0x18e)](_0x2dcd87,_0x3b8d75,_0x5b9a09,_0x2744b0){const _0x3611e5=_0x19e44b,_0x5ac6f2=new _0x27a90e(this[_0x3611e5(0x1af)]),_0x2de342=new _0x32fe1d(this[_0x3611e5(0x1af)]),_0x7e8e9a=_0x2de342[_0x3611e5(0x181)],{view:_0x9fdc67,highlightView:_0x32b9f0}=this[_0x3611e5(0x158)](_0x5b9a09,_0x2744b0),{view:_0x1385f7,highlightView:_0x54c6d9}=this[_0x3611e5(0x191)](_0x3b8d75[_0x3611e5(0x155)]),_0x14ad92=this[_0x3611e5(0x1c6)](_0x9fdc67,_0x1385f7);return _0x2de342[_0x3611e5(0x1a1)]({'label':_0x3b8d75[_0x3611e5(0x155)],'withText':!0x0,'role':_0x3611e5(0x154),'class':_0x3611e5(0x16d),'tooltip':!0x1}),_0x2de342[_0x3611e5(0x15e)]({'tag':_0x3611e5(0x1c9),'attributes':{'class':['ck',_0x3611e5(0x184),_0x3611e5(0x187),_0x3611e5(0x189),_0x3611e5(0x1cf),_0x3611e5(0x17a)],'type':_0x3611e5(0x1c9),'role':_0x3611e5(0x154),'tabindex':'-1'},'children':[_0x14ad92],'on':{'mouseenter':_0x7e8e9a['to'](()=>{const _0x333ec6=_0x3611e5;this[_0x333ec6(0x19e)]()||_0x2de342[_0x333ec6(0x162)]();}),'click':_0x7e8e9a['to'](()=>{const _0x22a9e9=_0x3611e5;this[_0x22a9e9(0x168)](_0x2de342);})}}),this[_0x3611e5(0x1cc)](_0x2de342,_0x2dcd87,_0x3b8d75),_0x5ac6f2[_0x3611e5(0x1c3)][_0x3611e5(0x1b9)](_0x2de342),{'listItem':_0x5ac6f2,'highlightViews':[_0x32b9f0,_0x54c6d9]};}[_0x19e44b(0x19f)](_0x17690f,_0x1791cb){const _0x23d073=_0x19e44b,_0x58fb0b=new _0x27a90e(this[_0x23d073(0x1af)]),_0x4c7bb5=new _0x478a87(),_0x4818e3=new _0x32fe1d(this[_0x23d073(0x1af)],_0x4c7bb5),_0x2612ad=_0x4818e3[_0x23d073(0x181)];return _0x4818e3[_0x23d073(0x1a1)]({'label':_0x1791cb[_0x23d073(0x155)],'withText':!0x0,'role':_0x23d073(0x154),'icon':void 0x0,'tooltip':!0x1,'class':_0x23d073(0x1a8)}),_0x4818e3[_0x23d073(0x1d8)]({'on':{'mouseenter':_0x2612ad['to'](()=>{const _0x23351d=_0x23d073;this[_0x23351d(0x19e)]()||_0x4818e3[_0x23351d(0x162)]();})}}),this[_0x23d073(0x1cc)](_0x4818e3,_0x17690f,_0x1791cb),_0x58fb0b[_0x23d073(0x1c3)][_0x23d073(0x1b9)](_0x4818e3),{'listItem':_0x58fb0b,'highlightViews':[_0x4c7bb5]};}[_0x19e44b(0x158)](_0x59cbd1,_0x6ff803){const _0x16b1c6=_0x19e44b,_0x102ed5=new _0x38603a(this[_0x16b1c6(0x1af)]),_0x32e669=new _0x4f2b03();_0x32e669[_0x16b1c6(0x15d)]=_0x6ff803,_0x32e669[_0x16b1c6(0x1d8)]({'attributes':{'class':_0x16b1c6(0x17d)}});const _0x11e3d8=new _0x3ab4f5();return _0x11e3d8[_0x16b1c6(0x1ac)]=_0x59cbd1,_0x102ed5[_0x16b1c6(0x15e)]({'tag':_0x16b1c6(0x1ca),'attributes':{'class':_0x16b1c6(0x177)},'children':[_0x32e669,_0x11e3d8]}),{'view':_0x102ed5,'highlightView':_0x11e3d8};}[_0x19e44b(0x191)](_0x5e9636){const _0x42ece3=_0x19e44b,_0x4ee88d=new _0x38603a(this[_0x42ece3(0x1af)]),_0x5a2981=new _0x3ab4f5();return _0x5a2981[_0x42ece3(0x1ac)]=_0x5e9636,_0x4ee88d[_0x42ece3(0x15e)]({'tag':_0x42ece3(0x1ca),'attributes':{'class':_0x42ece3(0x165)},'children':[_0x5a2981]}),{'view':_0x4ee88d,'highlightView':_0x5a2981};}[_0x19e44b(0x1c6)](_0x10479a,_0x2b8f0f){const _0x5091bb=_0x19e44b,_0x514aab=new _0x38603a(this[_0x5091bb(0x1af)]);return _0x514aab[_0x5091bb(0x15e)]({'tag':_0x5091bb(0x1ca),'attributes':{'class':_0x5091bb(0x19a)},'children':[_0x10479a,_0x2b8f0f]}),_0x514aab;}[_0x19e44b(0x1cc)](_0x3cce71,_0xb8afcb,_0xa01892){const _0x4c8ae8=_0x19e44b;_0x3cce71['on'](_0x4c8ae8(0x18a),()=>{const _0x3c9703=_0x4c8ae8;_0xb8afcb[_0x3c9703(0x19c)][_0x3c9703(0x1a4)][_0x3c9703(0x162)](),_0xb8afcb[_0x3c9703(0x1ba)][_0x3c9703(0x18a)](_0x3c9703(0x196),_0xa01892);});}[_0x19e44b(0x188)](_0x27c8e4,_0x45fe07,_0x2d5fa3){const _0x55fd7a=_0x19e44b,_0x43e254=new _0x27a90e(this[_0x55fd7a(0x1af)]),_0x505184=new _0x478a87(),_0x8cf77c=new _0x4a0d05(this[_0x55fd7a(0x1af)],_0x505184),_0x508867=_0x8cf77c[_0x55fd7a(0x181)],_0x5e9623=this[_0x55fd7a(0x17b)](_0x2d5fa3),_0x46d484=this[_0x55fd7a(0x160)](_0x27c8e4,_0x45fe07[_0x55fd7a(0x1bd)],_0x2d5fa3);_0x8cf77c[_0x55fd7a(0x1a1)]({'label':_0x45fe07[_0x55fd7a(0x1c0)],'withText':!0x0,'role':Ts,'icon':_0x45fe07[_0x55fd7a(0x1b2)]??_0x4af75f,'isEnabled':_0x45fe07[_0x55fd7a(0x1bd)][_0x55fd7a(0x1a0)](_0x6663ba=>_0x6663ba[_0x55fd7a(0x1b5)])}),_0x8cf77c[_0x55fd7a(0x1d8)]({'on':{'mouseenter':_0x508867['to'](()=>{const _0x5c507d=_0x55fd7a;this[_0x5c507d(0x19e)]()||_0x8cf77c[_0x5c507d(0x162)]();})}});const _0x493075=new _0x4b3d9c(this[_0x55fd7a(0x1af)]);return _0x493075[_0x55fd7a(0x1d8)]({'attributes':{'class':['ck',_0x55fd7a(0x1b7),_0x55fd7a(0x1bb),_0x55fd7a(0x197)]},'on':{'keydown':_0x508867['to'](_0x3c37b0=>{const _0x16df0d=_0x55fd7a;this[_0x16df0d(0x17c)](_0x3c37b0,_0x5e9623,_0x8cf77c,_0x493075);})}}),_0x8cf77c[_0x55fd7a(0x1d0)](_0x55fd7a(0x1bf))['to'](_0x493075,_0x55fd7a(0x15b)),this[_0x55fd7a(0x1a5)][_0x55fd7a(0x1b9)](_0x493075),_0x493075[_0x55fd7a(0x15d)][_0x55fd7a(0x1b9)](_0x46d484),this[_0x55fd7a(0x1c4)](_0x8cf77c,_0x493075),_0x43e254[_0x55fd7a(0x1c3)][_0x55fd7a(0x1b9)](_0x8cf77c),{'listItem':_0x43e254,'highlightView':_0x505184};}[_0x19e44b(0x160)](_0x240d4d,_0x2c2f63,_0x431297){const _0x793c24=_0x19e44b,_0x5835f0=new _0x32623f(this[_0x793c24(0x1af)]);return _0x5835f0[_0x793c24(0x1d8)]({'attributes':{'class':['ck',_0x793c24(0x1b7),_0x793c24(0x1ce),_0x793c24(0x163)]}}),_0x2c2f63[_0x793c24(0x19b)](_0x3b3220=>{const _0x44599f=_0x793c24,_0x190b32=new _0x27a90e(this[_0x44599f(0x1af)]),_0x278de0=_0x366919({'editor':_0x240d4d,'action':_0x3b3220,'withText':!0x0,'withIcon':!0x1,'isInDropdown':!0x0,'shouldPreventFocus':()=>this[_0x44599f(0x19e)]()})();_0x190b32[_0x44599f(0x1c3)][_0x44599f(0x1b9)](_0x278de0),_0x431297[_0x44599f(0x1bc)][_0x44599f(0x1b9)](_0x278de0),_0x5835f0[_0x44599f(0x199)][_0x44599f(0x1b9)](_0x190b32);}),_0x5835f0;}[_0x19e44b(0x1c4)](_0x237383,_0x3e7e86){const _0x9b728b=_0x19e44b,_0x3fe89c=_0x237383[_0x9b728b(0x181)],_0x337364=this[_0x9b728b(0x17e)](_0x237383);_0x237383[_0x9b728b(0x1d8)]({'attributes':{'class':[_0x9b728b(0x18f)]},'on':{'mouseenter':_0x3fe89c['to'](()=>{const _0x37d7d6=_0x9b728b;this[_0x37d7d6(0x1be)](_0x3e7e86,_0x237383);}),'mouseleave':_0x3fe89c['to'](_0x33092f=>{const _0x31b753=_0x9b728b,_0x12e5e3=_0x33092f[_0x31b753(0x1c1)];this[_0x31b753(0x1c5)](_0x12e5e3,_0x3e7e86)||this[_0x31b753(0x15a)](_0x3e7e86);}),'keydown':_0x3fe89c['to'](_0x1f6e8e=>{const _0x29b29c=_0x9b728b;_0x1f6e8e[_0x29b29c(0x157)]==_0x337364&&(this[_0x29b29c(0x1be)](_0x3e7e86,_0x237383),_0x3e7e86[_0x29b29c(0x15d)][_0x29b29c(0x1d3)](0x0)[_0x29b29c(0x162)]());})}}),_0x3e7e86['on'](_0x9b728b(0x174),()=>{const _0x41e8a8=_0x9b728b;_0x3e7e86[_0x41e8a8(0x1b8)]?.[_0x41e8a8(0x1a2)](_0x41e8a8(0x198),_0x366345=>{const _0x3f87a5=_0x41e8a8,_0x37c1a7=_0x366345[_0x3f87a5(0x1c1)];_0x237383[_0x3f87a5(0x1b8)]?.[_0x3f87a5(0x1c2)](_0x37c1a7)||this[_0x3f87a5(0x1c5)](_0x37c1a7,_0x3e7e86)||this[_0x3f87a5(0x15a)](_0x3e7e86);});});}[_0x19e44b(0x1be)](_0x46d95d,_0x42e32d){const _0x81b3d1=_0x19e44b;this[_0x81b3d1(0x1c7)][_0x81b3d1(0x19b)](_0x13f924=>{const _0x1d29bb=_0x81b3d1;_0x13f924!==_0x46d95d&&_0x13f924[_0x1d29bb(0x15b)]&&_0x13f924[_0x1d29bb(0x18d)]();}),_0x46d95d[_0x81b3d1(0x169)](),_0x46d95d[_0x81b3d1(0x1b1)]({'positions':[_0x14de8f[_0x81b3d1(0x16a)]],'target':_0x42e32d[_0x81b3d1(0x1b8)],'fitInViewport':!0x0}),this[_0x81b3d1(0x1c7)][_0x81b3d1(0x1b9)](_0x46d95d);}[_0x19e44b(0x15a)](_0x4965d3){const _0x3979fe=_0x19e44b;_0x4965d3[_0x3979fe(0x18d)](),this[_0x3979fe(0x1c7)][_0x3979fe(0x1d7)](_0x4965d3);}[_0x19e44b(0x1aa)](){const _0x81403c=_0x19e44b;this[_0x81403c(0x1c7)][_0x81403c(0x19b)](_0x160d6e=>_0x160d6e[_0x81403c(0x18d)]()),this[_0x81403c(0x1c7)][_0x81403c(0x1b4)]();}[_0x19e44b(0x1c5)](_0x572ddf,_0x27d581){const _0x3acba1=_0x19e44b;if(!_0x572ddf)return!0x1;if(_0x27d581[_0x3acba1(0x1b8)]?.[_0x3acba1(0x1c2)](_0x572ddf))return!0x0;const _0x207e64=_0x572ddf;return _0x207e64[_0x3acba1(0x1c8)]&&(null!==_0x207e64[_0x3acba1(0x1c8)](_0x3acba1(0x1b0))||null!==_0x207e64[_0x3acba1(0x1c8)](_0x3acba1(0x193))||null!==_0x207e64[_0x3acba1(0x1c8)](_0x3acba1(0x159)));}[_0x19e44b(0x1b6)](){const _0x15011d=_0x19e44b;this[_0x15011d(0x170)]&&this[_0x15011d(0x170)][_0x15011d(0x18c)]();}[_0x19e44b(0x1d2)](){const _0x3a45f6=_0x19e44b;this[_0x3a45f6(0x1aa)](),this[_0x3a45f6(0x1a5)][_0x3a45f6(0x15f)](),super[_0x3a45f6(0x1d2)]();}[_0x19e44b(0x162)](){const _0x513de4=_0x19e44b;this[_0x513de4(0x170)]?this[_0x513de4(0x170)][_0x513de4(0x162)]():this[_0x513de4(0x167)][_0x513de4(0x162)]();}[_0x19e44b(0x17b)](_0xef7e3){const _0x58e55e=_0x19e44b;return _0x58e55e(0x179)===_0xef7e3[_0x58e55e(0x1af)][_0x58e55e(0x17f)]?_0x58e55e(0x1d9):_0x58e55e(0x173);}[_0x19e44b(0x17e)](_0xb30729){const _0x185d28=_0x19e44b;return _0x185d28(0x179)===_0xb30729[_0x185d28(0x1af)][_0x185d28(0x17f)]?_0x185d28(0x173):_0x185d28(0x1d9);}[_0x19e44b(0x17c)](_0x3ca374,_0x271ba6,_0xea3ec2,_0x5556c4){const _0x33e978=_0x19e44b;_0x3ca374[_0x33e978(0x157)]==_0x271ba6&&(_0xea3ec2[_0x33e978(0x162)](),this[_0x33e978(0x15a)](_0x5556c4));}[_0x19e44b(0x168)](_0x135c0b){const _0x3eb8e2=_0x19e44b;_0x135c0b[_0x3eb8e2(0x1da)](_0x3eb8e2(0x18a));}}
|
|
23
|
+
const _0x2e6ff7=_0x3aad;(function(_0x4634d2,_0x4694ef){const _0x271e77=_0x3aad,_0x3b76dd=_0x4634d2();while(!![]){try{const _0x5b7b24=parseInt(_0x271e77(0x114))/0x1+parseInt(_0x271e77(0xad))/0x2+-parseInt(_0x271e77(0xd8))/0x3+parseInt(_0x271e77(0xcc))/0x4*(-parseInt(_0x271e77(0xf4))/0x5)+parseInt(_0x271e77(0xe9))/0x6*(-parseInt(_0x271e77(0xe8))/0x7)+-parseInt(_0x271e77(0xeb))/0x8*(parseInt(_0x271e77(0xa5))/0x9)+parseInt(_0x271e77(0xd9))/0xa;if(_0x5b7b24===_0x4694ef)break;else _0x3b76dd['push'](_0x3b76dd['shift']());}catch(_0x272297){_0x3b76dd['push'](_0x3b76dd['shift']());}}}(_0x3107,0xd310e));function _0x3aad(_0x4ad329,_0x3e9277){const _0x310708=_0x3107();return _0x3aad=function(_0x3aad25,_0x4a125c){_0x3aad25=_0x3aad25-0xa1;let _0x3c1271=_0x310708[_0x3aad25];return _0x3c1271;},_0x3aad(_0x4ad329,_0x3e9277);}function _0x3107(){const _0x1e3172=['aiQuickAction','button','eastSouth','_createSearchResultGroupedActionButton','contains','_hasSearch','505764MGdtxS','reset','span','ck-button','isOn','ownerDocument','ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button','key','ck-ai-quick-actions-button','ck-ai-quick-actions-button\x20ck-ai-quick-actions-button_with-group','.ck-ai-quick-actions-group-panel','_createSearchResultContentView','uiLanguageDirection','_createSearchResultGroupRow','displayedPrompt','push','_createSearchTextView','activeElement','ck-ai-quick-actions-button__group-icon','focusTracker','icon','menuitem','actions','_openNestedPanels','focusCycler','_handleSearchResultButtonClick','some','commands','_setupActionButtonExecution','_setupGroupMenuBehavior','_createSearchResultIndividualActionButton','7324XMVxAg','ck-ai-quick-actions-button_with-group__open-paren','element','addMany','detachFromDom','ck-button_with-text','_showNestedPanel','isEnabled','_handlePanelKeydown','_searchTextView','queryView','ck-ai-quick-actions-search-result__action-row','2412936ZMDSci','36252000DedMdh','_focusables','bind','_createActionButton','fire','ArrowLeft','set','ck-ai-quick-actions-button_with-group','relatedTarget','mouseleave','isVisible','AI_QUICK_ACTIONS_SEARCH_NOT_FOUND','_createSearchResultActionRow','ck-reset_all','focus','7473053pmisoR','6oKPUdD','items','6504jdLoCO','menu','label','view','ck-ai-quick-actions','_allSearchableItems','ck-ai-quick-actions-search','_hideNestedPanel','hide','35CtQDso','get','render','bindTemplate','div','_isMovingToNestedMenu','parent','optionsListView','_isSearchFocused','role','show','content','pin','closest','ck-ai-quick-actions-button_with-group__close-paren','ck-dropdown-menu-list','locale','destroy','chain','ck-ai-quick-actions-group-panel','ck-ai-quick-actions-search-result-button_with-group','.ck-ai-quick-actions-group-list','.ck-ai-quick-actions-group-button','ck-ai-quick-actions-search-result__group-row','addEventListener','_createGroupActionsList','ck-ai-quick-actions-group-list','_createActionGroupButton','text','extendTemplate','_bodyCollection','ck-ai-quick-actions-group-button','32929BKBTNj','forEach','delete','clear','execute','_createSearchResultActionButton','ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button\x20ck-ai-quick-actions-search-result-button_with-group','fieldView','ck-dropdown-menu__nested-menu__panel','ck-ai-quick-actions-search-result__content','rtl','_hideAllNestedPanels','editing','_getButtonKeystroke','ArrowRight','ck-ai-quick-actions-search-result-button','_createListItems','_getPanelKeystroke','keystrokes','children','resetSearch','add','first','ck-rounded-corners','setTemplate','12861zbRWGL','AI_QUICK_ACTIONS_SEARCH'];_0x3107=function(){return _0x1e3172;};return _0x3107();}import{View as _0x2ce9b6,ListItemView as _0x4e2a93,ListView as _0x2c4004,BalloonPanelView as _0x5128b8,DropdownMenuPanelPositioningFunctions as _0x4219d0,ViewCollection as _0x38eea1,FocusCycler as _0x360de8,ButtonView as _0x1c8f39,IconView as _0x17d52b,HighlightedTextView as _0x4b531f,ButtonLabelWithHighlightView as _0xd074e4,SearchTextView as _0x36b159}from'ckeditor5/src/ui.js';import{IconAIQuickActions as _0x580060}from'@ckeditor/ckeditor5-icons';import{FocusTracker as _0x36f938,KeystrokeHandler as _0x22a3ef}from'ckeditor5/src/utils.js';import{aiQuickActionsButtonCreator as _0x4131cd}from'./aiquickactionsbuttoncreator.js';import{DropdownMenuButtonWithHighlightView as _0x49360f}from'./dropdownmenubuttonwithhighlightview.js';import{getTranslation as _0x326de0}from'../../aicore/utils/common-translations.js';import{AIQuickActionsFilteredListView as _0x5effd6}from'./aiquickactionsfilteredlistview.js';const Ps=_0x2e6ff7(0xec),js=_0x2e6ff7(0xc2);export class AIQuickActionsDropdownContentView extends _0x2ce9b6{[_0x2e6ff7(0x112)];[_0x2e6ff7(0xfb)];[_0x2e6ff7(0xd5)]=null;[_0x2e6ff7(0xf0)]=[];[_0x2e6ff7(0x127)];[_0x2e6ff7(0xc0)];[_0x2e6ff7(0x126)];[_0x2e6ff7(0xda)];[_0x2e6ff7(0xc5)];[_0x2e6ff7(0xc4)]=new Set();[_0x2e6ff7(0xac)];constructor(_0x2ccc83,_0x27c8ff,_0x133d41,_0x38c957,_0x25c3a8=!0x1){const _0x14623d=_0x2e6ff7,_0x48246c=_0x2ccc83[_0x14623d(0x104)];super(_0x48246c),this[_0x14623d(0x112)]=_0x38c957,this[_0x14623d(0xac)]=_0x25c3a8;const _0x43ee69=this[_0x14623d(0x124)](_0x2ccc83,_0x27c8ff,_0x133d41);this[_0x14623d(0xfb)]=new _0x5effd6(_0x48246c,_0x43ee69,this[_0x14623d(0xf0)]),this[_0x14623d(0xfb)][_0x14623d(0xfd)]=Ps,this[_0x14623d(0xfb)][_0x14623d(0xea)][_0x14623d(0xcf)](_0x43ee69),this[_0x14623d(0xc0)]=new _0x36f938(),this[_0x14623d(0x126)]=new _0x22a3ef(),_0x25c3a8&&(this[_0x14623d(0xd5)]=this[_0x14623d(0xbd)]()),this[_0x14623d(0xda)]=_0x43ee69,this[_0x14623d(0xc5)]=new _0x360de8({'focusables':this[_0x14623d(0xda)],'focusTracker':this[_0x14623d(0xc0)],'keystrokeHandler':this[_0x14623d(0x126)]}),_0x25c3a8&&this[_0x14623d(0xd5)]&&this[_0x14623d(0xc5)][_0x14623d(0x106)](this[_0x14623d(0xd5)][_0x14623d(0xc5)]);const _0xd006e=_0x25c3a8&&this[_0x14623d(0xd5)]?[this[_0x14623d(0xd5)]]:[this[_0x14623d(0xfb)]];this[_0x14623d(0x127)]=new _0x38eea1(_0xd006e),this[_0x14623d(0xa4)]({'tag':_0x14623d(0xf8),'attributes':{'class':['ck',_0x14623d(0xe6),_0x14623d(0xef),_0x14623d(0xa3)],'dir':_0x48246c[_0x14623d(0xb9)]},'children':this[_0x14623d(0x127)]});}[_0x2e6ff7(0xbd)](){const _0x4c868a=_0x2e6ff7;return new _0x36b159(this[_0x4c868a(0x104)],{'filteredView':this[_0x4c868a(0xfb)],'queryView':{'label':_0x326de0(this[_0x4c868a(0x104)],_0x4c868a(0xa6))},'class':_0x4c868a(0xf1),'infoView':{'text':{'notFound':{'primary':_0x326de0(this[_0x4c868a(0x104)],_0x4c868a(0xe4))}}}});}[_0x2e6ff7(0xfc)](){const _0x42fc32=_0x2e6ff7;if(!this[_0x42fc32(0xac)]||!this[_0x42fc32(0xd5)]||!this[_0x42fc32(0xd5)][_0x42fc32(0xd6)][_0x42fc32(0x11b)][_0x42fc32(0xce)])return!0x1;const _0x412bf9=this[_0x42fc32(0xd5)][_0x42fc32(0xd6)][_0x42fc32(0x11b)][_0x42fc32(0xce)][_0x42fc32(0xb2)]?.[_0x42fc32(0xbe)];return this[_0x42fc32(0xd5)][_0x42fc32(0xd6)][_0x42fc32(0x11b)][_0x42fc32(0xce)][_0x42fc32(0xab)](_0x412bf9);}[_0x2e6ff7(0x124)](_0x20228f,_0x5ce490,_0x4b2162){const _0x376755=_0x2e6ff7,_0x18c31b=new _0x38eea1();return _0x5ce490[_0x376755(0x115)](_0x1dce7a=>{const _0x1148e9=_0x376755;if(_0x1148e9(0xc3)in _0x1dce7a){const {listItem:_0xd7219d}=this[_0x1148e9(0x10f)](_0x20228f,_0x1dce7a,_0x4b2162);_0x18c31b[_0x1148e9(0xa1)](_0xd7219d),_0x1dce7a[_0x1148e9(0xc3)][_0x1148e9(0x115)](_0x49ae48=>{const _0x3ac208=_0x1148e9;this[_0x3ac208(0xdc)](_0x20228f,_0x49ae48,_0x1dce7a[_0x3ac208(0xed)],_0x1dce7a[_0x3ac208(0xc1)]);const {listItem:_0x387c7e,highlightViews:_0x399daf}=this[_0x3ac208(0x119)](_0x20228f,_0x49ae48,_0x1dce7a[_0x3ac208(0xed)],_0x1dce7a[_0x3ac208(0xc1)]);this[_0x3ac208(0xf0)][_0x3ac208(0xbc)]({'item':_0x387c7e,'label':_0x49ae48[_0x3ac208(0xbb)],'groupLabel':_0x1dce7a[_0x3ac208(0xed)],'highlightViews':_0x399daf});});}else{const {listItem:_0x592a5d}=this[_0x1148e9(0xdc)](_0x20228f,_0x1dce7a);_0x18c31b[_0x1148e9(0xa1)](_0x592a5d);const _0x38c8f=_0x592a5d[_0x1148e9(0x127)][_0x1148e9(0xa2)];if(_0x38c8f){const {listItem:_0x4ee5c7,highlightViews:_0x104920}=this[_0x1148e9(0x119)](_0x20228f,_0x1dce7a);this[_0x1148e9(0xf0)][_0x1148e9(0xbc)]({'item':_0x4ee5c7,'label':_0x38c8f[_0x1148e9(0xed)]||'','highlightViews':_0x104920});}}}),_0x18c31b;}[_0x2e6ff7(0xdc)](_0x42cdab,_0x26355f,_0xbda6df,_0x11884c){const _0x51e8ab=_0x2e6ff7,_0x195fec=new _0x4e2a93(this[_0x51e8ab(0x104)]);if(_0xbda6df&&_0x11884c){const _0x26c2a7=new _0x1c8f39(this[_0x51e8ab(0x104)]),_0x2f82cd=_0x26c2a7[_0x51e8ab(0xf7)],_0x34084d=new _0x4b531f();_0x34084d[_0x51e8ab(0x110)]=_0x26355f[_0x51e8ab(0xbb)];const _0x366e2f=new _0x4b531f();_0x366e2f[_0x51e8ab(0x110)]=_0xbda6df;const _0x1d0d71=new _0x17d52b();_0x1d0d71[_0x51e8ab(0xff)]=_0x11884c,_0x1d0d71[_0x51e8ab(0x111)]({'attributes':{'class':_0x51e8ab(0xbf)}});const _0x267834=new _0x2ce9b6(this[_0x51e8ab(0x104)]);_0x267834[_0x51e8ab(0xa4)]({'tag':_0x51e8ab(0xaf),'attributes':{'class':_0x51e8ab(0xcd)},'children':[{'text':'\x20('}]});const _0x41ee5b=new _0x2ce9b6(this[_0x51e8ab(0x104)]);return _0x41ee5b[_0x51e8ab(0xa4)]({'tag':_0x51e8ab(0xaf),'attributes':{'class':_0x51e8ab(0x102)},'children':[{'text':')'}]}),_0x26c2a7[_0x51e8ab(0xdf)]({'label':_0x26355f[_0x51e8ab(0xbb)]+'\x20('+_0xbda6df+')','withText':!0x0,'role':_0x51e8ab(0xc2),'class':_0x51e8ab(0xb6),'tooltip':!0x1}),_0x26c2a7[_0x51e8ab(0xa4)]({'tag':_0x51e8ab(0xa8),'attributes':{'class':['ck',_0x51e8ab(0xb0),_0x51e8ab(0xd1),_0x51e8ab(0xb5),_0x51e8ab(0xe0)],'type':_0x51e8ab(0xa8),'role':_0x51e8ab(0xc2),'tabindex':'-1'},'children':[_0x34084d,_0x267834,_0x1d0d71,_0x366e2f,_0x41ee5b],'on':{'mouseenter':_0x2f82cd['to'](()=>{const _0x2ee301=_0x51e8ab;this[_0x2ee301(0xfc)]()||_0x26c2a7[_0x2ee301(0xe7)]();}),'click':_0x2f82cd['to'](()=>{const _0x1dd719=_0x51e8ab;_0x26c2a7[_0x1dd719(0xdd)](_0x1dd719(0x118));})}}),_0x26c2a7['on'](_0x51e8ab(0x118),()=>{const _0x43130b=_0x51e8ab;_0x42cdab[_0x43130b(0x120)][_0x43130b(0xee)][_0x43130b(0xe7)](),_0x42cdab[_0x43130b(0xc8)][_0x43130b(0x118)](_0x43130b(0xa7),_0x26355f);}),_0x195fec[_0x51e8ab(0x127)][_0x51e8ab(0xa1)](_0x26c2a7),{'listItem':_0x195fec,'highlightViews':[_0x34084d,_0x366e2f]};}{const _0x27a063=new _0xd074e4(),_0x55c6e3=new _0x1c8f39(this[_0x51e8ab(0x104)],_0x27a063),_0x13343d=_0x55c6e3[_0x51e8ab(0xf7)],_0x3d66d1=_0x26355f[_0x51e8ab(0xc1)]??_0x26355f[_0x51e8ab(0xfa)]?.[_0x51e8ab(0xc1)],_0x490994=void 0x0!==_0x26355f[_0x51e8ab(0xc1)];return _0x55c6e3[_0x51e8ab(0xdf)]({'label':_0x26355f[_0x51e8ab(0xbb)],'withText':!0x0,'role':_0x51e8ab(0xc2),'icon':_0x490994?_0x3d66d1??_0x580060:void 0x0,'tooltip':!0x1,'class':_0x51e8ab(0xb5)}),_0x55c6e3[_0x51e8ab(0x111)]({'on':{'mouseenter':_0x13343d['to'](()=>{const _0x2e0cdb=_0x51e8ab;this[_0x2e0cdb(0xfc)]()||_0x55c6e3[_0x2e0cdb(0xe7)]();})}}),_0x55c6e3['on'](_0x51e8ab(0x118),()=>{const _0x3eae02=_0x51e8ab;_0x42cdab[_0x3eae02(0x120)][_0x3eae02(0xee)][_0x3eae02(0xe7)](),_0x42cdab[_0x3eae02(0xc8)][_0x3eae02(0x118)](_0x3eae02(0xa7),_0x26355f);}),_0x195fec[_0x51e8ab(0x127)][_0x51e8ab(0xa1)](_0x55c6e3),{'listItem':_0x195fec,'highlightViews':[_0x27a063]};}}[_0x2e6ff7(0x119)](_0x324ff3,_0x3adb46,_0x460ea0,_0x577cb6){const _0x917dab=_0x2e6ff7;return _0x460ea0&&_0x577cb6?this[_0x917dab(0xaa)](_0x324ff3,_0x3adb46,_0x460ea0,_0x577cb6):this[_0x917dab(0xcb)](_0x324ff3,_0x3adb46);}[_0x2e6ff7(0xaa)](_0x276941,_0x2370b5,_0x473ecb,_0x4306d5){const _0x330b77=_0x2e6ff7,_0x507a83=new _0x4e2a93(this[_0x330b77(0x104)]),_0x5af4f0=new _0x1c8f39(this[_0x330b77(0x104)]),_0x138bae=_0x5af4f0[_0x330b77(0xf7)],{view:_0x2744c7,highlightView:_0x4185e5}=this[_0x330b77(0xba)](_0x473ecb,_0x4306d5),{view:_0x5a3af8,highlightView:_0x2dcfb6}=this[_0x330b77(0xe5)](_0x2370b5[_0x330b77(0xbb)]),_0x3dba4d=this[_0x330b77(0xb8)](_0x2744c7,_0x5a3af8);return _0x5af4f0[_0x330b77(0xdf)]({'label':_0x2370b5[_0x330b77(0xbb)],'withText':!0x0,'role':_0x330b77(0xc2),'class':_0x330b77(0x11a),'tooltip':!0x1}),_0x5af4f0[_0x330b77(0xa4)]({'tag':_0x330b77(0xa8),'attributes':{'class':['ck',_0x330b77(0xb0),_0x330b77(0xd1),_0x330b77(0xb5),_0x330b77(0x123),_0x330b77(0x108)],'type':_0x330b77(0xa8),'role':_0x330b77(0xc2),'tabindex':'-1'},'children':[_0x3dba4d],'on':{'mouseenter':_0x138bae['to'](()=>{const _0x57bc95=_0x330b77;this[_0x57bc95(0xfc)]()||_0x5af4f0[_0x57bc95(0xe7)]();}),'click':_0x138bae['to'](()=>{const _0x2b47cf=_0x330b77;this[_0x2b47cf(0xc6)](_0x5af4f0);})}}),this[_0x330b77(0xc9)](_0x5af4f0,_0x276941,_0x2370b5),_0x507a83[_0x330b77(0x127)][_0x330b77(0xa1)](_0x5af4f0),{'listItem':_0x507a83,'highlightViews':[_0x4185e5,_0x2dcfb6]};}[_0x2e6ff7(0xcb)](_0x14caf6,_0x3ff9f2){const _0x31df50=_0x2e6ff7,_0x1c39cb=new _0x4e2a93(this[_0x31df50(0x104)]),_0x3b4f71=new _0xd074e4(),_0x1c11e1=new _0x1c8f39(this[_0x31df50(0x104)],_0x3b4f71),_0x18b203=_0x1c11e1[_0x31df50(0xf7)];return _0x1c11e1[_0x31df50(0xdf)]({'label':_0x3ff9f2[_0x31df50(0xbb)],'withText':!0x0,'role':_0x31df50(0xc2),'icon':void 0x0,'tooltip':!0x1,'class':_0x31df50(0xb3)}),_0x1c11e1[_0x31df50(0x111)]({'on':{'mouseenter':_0x18b203['to'](()=>{const _0x2cea4f=_0x31df50;this[_0x2cea4f(0xfc)]()||_0x1c11e1[_0x2cea4f(0xe7)]();})}}),this[_0x31df50(0xc9)](_0x1c11e1,_0x14caf6,_0x3ff9f2),_0x1c39cb[_0x31df50(0x127)][_0x31df50(0xa1)](_0x1c11e1),{'listItem':_0x1c39cb,'highlightViews':[_0x3b4f71]};}[_0x2e6ff7(0xba)](_0x473ea0,_0x1aebfd){const _0x1fc0cb=_0x2e6ff7,_0x532b1e=new _0x2ce9b6(this[_0x1fc0cb(0x104)]),_0x2bc29a=new _0x17d52b();_0x2bc29a[_0x1fc0cb(0xff)]=_0x1aebfd,_0x2bc29a[_0x1fc0cb(0x111)]({'attributes':{'class':_0x1fc0cb(0xbf)}});const _0x18efe4=new _0x4b531f();return _0x18efe4[_0x1fc0cb(0x110)]=_0x473ea0,_0x532b1e[_0x1fc0cb(0xa4)]({'tag':_0x1fc0cb(0xf8),'attributes':{'class':_0x1fc0cb(0x10b)},'children':[_0x2bc29a,_0x18efe4]}),{'view':_0x532b1e,'highlightView':_0x18efe4};}[_0x2e6ff7(0xe5)](_0x15ddcc){const _0x24db00=_0x2e6ff7,_0x33b69f=new _0x2ce9b6(this[_0x24db00(0x104)]),_0x2c8d2c=new _0x4b531f();return _0x2c8d2c[_0x24db00(0x110)]=_0x15ddcc,_0x33b69f[_0x24db00(0xa4)]({'tag':_0x24db00(0xf8),'attributes':{'class':_0x24db00(0xd7)},'children':[_0x2c8d2c]}),{'view':_0x33b69f,'highlightView':_0x2c8d2c};}[_0x2e6ff7(0xb8)](_0x598c28,_0x5bdcab){const _0x5e4d79=_0x2e6ff7,_0x1c3c9a=new _0x2ce9b6(this[_0x5e4d79(0x104)]);return _0x1c3c9a[_0x5e4d79(0xa4)]({'tag':_0x5e4d79(0xf8),'attributes':{'class':_0x5e4d79(0x11d)},'children':[_0x598c28,_0x5bdcab]}),_0x1c3c9a;}[_0x2e6ff7(0xc9)](_0x328cca,_0x3894d4,_0x15cc3d){const _0x5edc97=_0x2e6ff7;_0x328cca['on'](_0x5edc97(0x118),()=>{const _0x2c109b=_0x5edc97;_0x3894d4[_0x2c109b(0x120)][_0x2c109b(0xee)][_0x2c109b(0xe7)](),_0x3894d4[_0x2c109b(0xc8)][_0x2c109b(0x118)](_0x2c109b(0xa7),_0x15cc3d);});}[_0x2e6ff7(0x10f)](_0x1f94dc,_0x592c88,_0x441412){const _0x5e466a=_0x2e6ff7,_0x1d753d=new _0x4e2a93(this[_0x5e466a(0x104)]),_0x5c2459=new _0xd074e4(),_0x3adfd0=new _0x49360f(this[_0x5e466a(0x104)],_0x5c2459),_0x300bee=_0x3adfd0[_0x5e466a(0xf7)],_0x2b3c69=this[_0x5e466a(0x125)](_0x441412),_0x5b1011=this[_0x5e466a(0x10d)](_0x1f94dc,_0x592c88[_0x5e466a(0xc3)],_0x441412);_0x3adfd0[_0x5e466a(0xdf)]({'label':_0x592c88[_0x5e466a(0xed)],'withText':!0x0,'role':js,'icon':_0x592c88[_0x5e466a(0xc1)]??_0x580060,'isEnabled':_0x592c88[_0x5e466a(0xc3)][_0x5e466a(0xc7)](_0x4e78ca=>_0x4e78ca[_0x5e466a(0xd3)])}),_0x3adfd0[_0x5e466a(0x111)]({'on':{'mouseenter':_0x300bee['to'](()=>{const _0x466176=_0x5e466a;this[_0x466176(0xfc)]()||_0x3adfd0[_0x466176(0xe7)]();})}});const _0x4c69a5=new _0x5128b8(this[_0x5e466a(0x104)]);return _0x4c69a5[_0x5e466a(0x111)]({'attributes':{'class':['ck',_0x5e466a(0xe6),_0x5e466a(0x107),_0x5e466a(0x11c)]},'on':{'keydown':_0x300bee['to'](_0x4e6d3e=>{const _0x5a698c=_0x5e466a;this[_0x5a698c(0xd4)](_0x4e6d3e,_0x2b3c69,_0x3adfd0,_0x4c69a5);})}}),_0x3adfd0[_0x5e466a(0xdb)](_0x5e466a(0xb1))['to'](_0x4c69a5,_0x5e466a(0xe3)),this[_0x5e466a(0x112)][_0x5e466a(0xa1)](_0x4c69a5),_0x4c69a5[_0x5e466a(0xff)][_0x5e466a(0xa1)](_0x5b1011),this[_0x5e466a(0xca)](_0x3adfd0,_0x4c69a5),_0x1d753d[_0x5e466a(0x127)][_0x5e466a(0xa1)](_0x3adfd0),{'listItem':_0x1d753d,'highlightView':_0x5c2459};}[_0x2e6ff7(0x10d)](_0x8eb479,_0x50ef62,_0x27296c){const _0x26487c=_0x2e6ff7,_0x2790f2=new _0x2c4004(this[_0x26487c(0x104)]);return _0x2790f2[_0x26487c(0x111)]({'attributes':{'class':['ck',_0x26487c(0xe6),_0x26487c(0x10e),_0x26487c(0x103)]}}),_0x50ef62[_0x26487c(0x115)](_0x416b6b=>{const _0x202e73=_0x26487c,_0x2b8f6a=new _0x4e2a93(this[_0x202e73(0x104)]),_0x14f83e=_0x4131cd({'editor':_0x8eb479,'action':_0x416b6b,'withText':!0x0,'withIcon':!0x1,'isInDropdown':!0x0,'shouldPreventFocus':()=>this[_0x202e73(0xfc)]()})();_0x2b8f6a[_0x202e73(0x127)][_0x202e73(0xa1)](_0x14f83e),_0x27296c[_0x202e73(0xc0)][_0x202e73(0xa1)](_0x14f83e),_0x2790f2[_0x202e73(0xea)][_0x202e73(0xa1)](_0x2b8f6a);}),_0x2790f2;}[_0x2e6ff7(0xca)](_0x64b920,_0x242bee){const _0x438c53=_0x2e6ff7,_0x11a433=_0x64b920[_0x438c53(0xf7)],_0x3c200b=this[_0x438c53(0x121)](_0x64b920);_0x64b920[_0x438c53(0x111)]({'attributes':{'class':[_0x438c53(0x113)]},'on':{'mouseenter':_0x11a433['to'](()=>{const _0x28b875=_0x438c53;this[_0x28b875(0xd2)](_0x242bee,_0x64b920);}),'mouseleave':_0x11a433['to'](_0x1e17b9=>{const _0x3e4faf=_0x438c53,_0x15085d=_0x1e17b9[_0x3e4faf(0xe1)];this[_0x3e4faf(0xf9)](_0x15085d,_0x242bee)||this[_0x3e4faf(0xf2)](_0x242bee);}),'keydown':_0x11a433['to'](_0x4e61d5=>{const _0x50e9bb=_0x438c53;_0x4e61d5[_0x50e9bb(0xb4)]==_0x3c200b&&(this[_0x50e9bb(0xd2)](_0x242bee,_0x64b920),_0x242bee[_0x50e9bb(0xff)][_0x50e9bb(0xf5)](0x0)[_0x50e9bb(0xe7)]());})}}),_0x242bee['on'](_0x438c53(0xf6),()=>{const _0x235659=_0x438c53;_0x242bee[_0x235659(0xce)]?.[_0x235659(0x10c)](_0x235659(0xe2),_0x26547c=>{const _0x4336f0=_0x235659,_0x518441=_0x26547c[_0x4336f0(0xe1)];_0x64b920[_0x4336f0(0xce)]?.[_0x4336f0(0xab)](_0x518441)||this[_0x4336f0(0xf9)](_0x518441,_0x242bee)||this[_0x4336f0(0xf2)](_0x242bee);});});}[_0x2e6ff7(0xd2)](_0x2f2451,_0xa0b48d){const _0x24f25e=_0x2e6ff7;this[_0x24f25e(0xc4)][_0x24f25e(0x115)](_0x44c4e4=>{const _0x3ae621=_0x24f25e;_0x44c4e4!==_0x2f2451&&_0x44c4e4[_0x3ae621(0xe3)]&&_0x44c4e4[_0x3ae621(0xf3)]();}),_0x2f2451[_0x24f25e(0xfe)](),_0x2f2451[_0x24f25e(0x100)]({'positions':[_0x4219d0[_0x24f25e(0xa9)]],'target':_0xa0b48d[_0x24f25e(0xce)],'fitInViewport':!0x0}),this[_0x24f25e(0xc4)][_0x24f25e(0xa1)](_0x2f2451);}[_0x2e6ff7(0xf2)](_0x1b4684){const _0x3b8fab=_0x2e6ff7;_0x1b4684[_0x3b8fab(0xf3)](),this[_0x3b8fab(0xc4)][_0x3b8fab(0x116)](_0x1b4684);}[_0x2e6ff7(0x11f)](){const _0x25480b=_0x2e6ff7;this[_0x25480b(0xc4)][_0x25480b(0x115)](_0x597d10=>_0x597d10[_0x25480b(0xf3)]()),this[_0x25480b(0xc4)][_0x25480b(0x117)]();}[_0x2e6ff7(0xf9)](_0x16b912,_0x3b5caf){const _0xd31106=_0x2e6ff7;if(!_0x16b912)return!0x1;if(_0x3b5caf[_0xd31106(0xce)]?.[_0xd31106(0xab)](_0x16b912))return!0x0;const _0x4414b4=_0x16b912;return _0x4414b4[_0xd31106(0x101)]&&(null!==_0x4414b4[_0xd31106(0x101)](_0xd31106(0xb7))||null!==_0x4414b4[_0xd31106(0x101)](_0xd31106(0x109))||null!==_0x4414b4[_0xd31106(0x101)](_0xd31106(0x10a)));}[_0x2e6ff7(0x128)](){const _0x590f5a=_0x2e6ff7;this[_0x590f5a(0xd5)]&&this[_0x590f5a(0xd5)][_0x590f5a(0xae)]();}[_0x2e6ff7(0x105)](){const _0x1b9357=_0x2e6ff7;this[_0x1b9357(0x11f)](),this[_0x1b9357(0x112)][_0x1b9357(0xd0)](),super[_0x1b9357(0x105)]();}[_0x2e6ff7(0xe7)](){const _0x387dbd=_0x2e6ff7;this[_0x387dbd(0xd5)]?this[_0x387dbd(0xd5)][_0x387dbd(0xe7)]():this[_0x387dbd(0xfb)][_0x387dbd(0xe7)]();}[_0x2e6ff7(0x125)](_0x1c8ff4){const _0x2eff25=_0x2e6ff7;return _0x2eff25(0x11e)===_0x1c8ff4[_0x2eff25(0x104)][_0x2eff25(0xb9)]?_0x2eff25(0x122):_0x2eff25(0xde);}[_0x2e6ff7(0x121)](_0x2926db){const _0x31ccc3=_0x2e6ff7;return _0x31ccc3(0x11e)===_0x2926db[_0x31ccc3(0x104)][_0x31ccc3(0xb9)]?_0x31ccc3(0xde):_0x31ccc3(0x122);}[_0x2e6ff7(0xd4)](_0x2a7273,_0x4a85e2,_0x373045,_0xe79cd3){const _0x3a9db9=_0x2e6ff7;_0x2a7273[_0x3a9db9(0xb4)]==_0x4a85e2&&(_0x373045[_0x3a9db9(0xe7)](),this[_0x3a9db9(0xf2)](_0xe79cd3));}[_0x2e6ff7(0xc6)](_0x3048a9){const _0x3dbeb0=_0x2e6ff7;_0x3048a9[_0x3dbeb0(0xdd)](_0x3dbeb0(0x118));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x297e(_0x492738,_0x100547){const _0x16b9c4=_0x16b9();return _0x297e=function(_0x297e13,_0x516ca5){_0x297e13=_0x297e13-0x168;let _0xd56faf=_0x16b9c4[_0x297e13];return _0xd56faf;},_0x297e(_0x492738,_0x100547);}function _0x16b9(){const _0x17c58d=['44510JMOMxV','document','84243VqKxpR','add','1494WyDYwl','4259160RawRYo','selection','panelView','getRanges','icon','24SppwKJ','12dsUkbH','get','change:isOpen','buttonView','resetSearch','from','19283498dFjmZl','AIEditing','23212lzvZzh','label','ai-quick-actions-dropdown-selection','set','showFakeVisualSelection','plugins','has','hideFakeVisualSelection','locale','1384xJwuRp','4245SOcStQ','length','12TxusPz','ck-ai-quick-actions-dropdown','children','341ecbZDs','model','17283uDPIYN'];_0x16b9=function(){return _0x17c58d;};return _0x16b9();}(function(_0x20e8fb,_0x564dca){const _0x397661=_0x297e,_0x1f7297=_0x20e8fb();while(!![]){try{const _0x234678=parseInt(_0x397661(0x169))/0x1*(parseInt(_0x397661(0x175))/0x2)+-parseInt(_0x397661(0x16c))/0x3*(parseInt(_0x397661(0x174))/0x4)+parseInt(_0x397661(0x187))/0x5*(-parseInt(_0x397661(0x16e))/0x6)+parseInt(_0x397661(0x17d))/0x7*(-parseInt(_0x397661(0x186))/0x8)+-parseInt(_0x397661(0x16f))/0x9+-parseInt(_0x397661(0x16a))/0xa*(-parseInt(_0x397661(0x18c))/0xb)+parseInt(_0x397661(0x189))/0xc*(parseInt(_0x397661(0x17b))/0xd);if(_0x234678===_0x564dca)break;else _0x1f7297['push'](_0x1f7297['shift']());}catch(_0x20c669){_0x1f7297['push'](_0x1f7297['shift']());}}}(_0x16b9,0x48cf6));import{createDropdown as _0x2f4dc1}from'ckeditor5/src/ui.js';import{IconAIQuickActions as _0x2269e5}from'@ckeditor/ckeditor5-icons';import{AIQuickActionsDropdownContentView as _0x5ce2f0}from'./aiquickactionsdropdowncontentview.js';import{AIEditing as _0x5eeac1}from'../../aicore/aiediting.js';export function aiQuickActionsDropdownCreator(_0x55167e){const {editor:_0x41a00c,content:_0x2c8244,buttonDefinition:_0x58eec5,bodyCollection:_0x235ed3,hasSearch:_0x230775=!0x1}=_0x55167e;return()=>{const _0x22eed8=_0x297e,_0x4ac8de=_0x41a00c[_0x22eed8(0x185)],_0x486eaa=_0x2f4dc1(_0x4ac8de);_0x486eaa[_0x22eed8(0x178)][_0x22eed8(0x180)]({'icon':_0x58eec5[_0x22eed8(0x173)]??_0x2269e5,'label':_0x58eec5[_0x22eed8(0x17e)],'tooltip':!0x0}),_0x486eaa[_0x22eed8(0x180)]({'class':_0x22eed8(0x18a)});const _0x268541=new _0x5ce2f0(_0x41a00c,_0x2c8244,_0x486eaa,_0x235ed3,_0x230775);if(_0x486eaa[_0x22eed8(0x171)][_0x22eed8(0x18b)][_0x22eed8(0x16d)](_0x268541),_0x230775){const _0x2c4bfd=_0x22eed8(0x17f);_0x486eaa['on'](_0x22eed8(0x177),(_0x5d0a1b,_0x483df0,_0x54b9ff)=>{const _0x4a56ac=_0x22eed8;if(_0x54b9ff){if(_0x41a00c[_0x4a56ac(0x182)][_0x4a56ac(0x183)](_0x4a56ac(0x17c))){const _0xe6fff5=_0x41a00c[_0x4a56ac(0x182)][_0x4a56ac(0x176)](_0x5eeac1),_0x5d5d77=_0x41a00c[_0x4a56ac(0x168)][_0x4a56ac(0x16b)][_0x4a56ac(0x170)],_0x4a9f70=Array[_0x4a56ac(0x17a)](_0x5d5d77[_0x4a56ac(0x172)]());_0x4a9f70[_0x4a56ac(0x188)]>0x0&&_0xe6fff5[_0x4a56ac(0x181)](_0x4a9f70,_0x2c4bfd,!0x1,!0x0);}}else _0x41a00c[_0x4a56ac(0x182)][_0x4a56ac(0x183)](_0x4a56ac(0x17c))&&_0x41a00c[_0x4a56ac(0x182)][_0x4a56ac(0x176)](_0x5eeac1)[_0x4a56ac(0x184)](_0x2c4bfd),_0x268541[_0x4a56ac(0x179)]();});}return _0x486eaa;};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x438620=_0x1ade;(function(_0x102151,_0x243d9d){const _0x483e9b=_0x1ade,_0x556fa6=_0x102151();while(!![]){try{const _0x3bd9e1=parseInt(_0x483e9b(0x18f))/0x1*(-parseInt(_0x483e9b(0x18e))/0x2)+-parseInt(_0x483e9b(0x185))/0x3*(parseInt(_0x483e9b(0x18c))/0x4)+parseInt(_0x483e9b(0x181))/0x5+-parseInt(_0x483e9b(0x190))/0x6*(-parseInt(_0x483e9b(0x189))/0x7)+parseInt(_0x483e9b(0x17a))/0x8*(parseInt(_0x483e9b(0x180))/0x9)+-parseInt(_0x483e9b(0x17c))/0xa+parseInt(_0x483e9b(0x178))/0xb;if(_0x3bd9e1===_0x243d9d)break;else _0x556fa6['push'](_0x556fa6['shift']());}catch(_0xc1eadb){_0x556fa6['push'](_0x556fa6['shift']());}}}(_0x2029,0x305c2));import{ListView as _0x2261cc}from'ckeditor5/src/ui.js';function _0x1ade(_0x56e942,_0x539325){const _0x20298c=_0x2029();return _0x1ade=function(_0x1ade7a,_0xa11653){_0x1ade7a=_0x1ade7a-0x170;let _0x2bc6e4=_0x20298c[_0x1ade7a];return _0x2bc6e4;},_0x1ade(_0x56e942,_0x539325);}function _0x2029(){const _0x329cf7=['trim','_clearHighlight','map','95373fAOIQQ','length','clear','_allListItems','14zPIawu','_allSearchableItems','function','36zovZPX','toLowerCase','407750aRTLKP','1eTbCSb','322386HDkvIs','highlightViews','includes','groupLabel','highlightText','sort','item','items','source','3088327DFTLUX','forEach','8wqEGdB','filter','823700nHuBIL','_highlightQuery','label','addMany','1949031sDyqtQ','828340SJiVSx'];_0x2029=function(){return _0x329cf7;};return _0x2029();}import{escapeRegExp as _0x58b6e0}from'es-toolkit/compat';export class AIQuickActionsFilteredListView extends _0x2261cc{[_0x438620(0x188)];[_0x438620(0x18a)];constructor(_0x12dc5b,_0x41fbab,_0x45d143){const _0x447c64=_0x438620;super(_0x12dc5b),this[_0x447c64(0x188)]=_0x41fbab,this[_0x447c64(0x18a)]=_0x45d143;}[_0x438620(0x17b)](_0x235e22){const _0x37004e=_0x438620;if(!_0x235e22)return this[_0x37004e(0x176)][_0x37004e(0x187)](),this[_0x37004e(0x176)][_0x37004e(0x17f)](this[_0x37004e(0x188)]),this[_0x37004e(0x183)](),{'resultsCount':this[_0x37004e(0x188)][_0x37004e(0x186)],'totalItemsCount':this[_0x37004e(0x188)][_0x37004e(0x186)]};const _0x196ebc=_0x235e22[_0x37004e(0x177)][_0x37004e(0x18d)]()[_0x37004e(0x182)](),_0x5cb362=this[_0x37004e(0x18a)][_0x37004e(0x17b)](_0x1afee8=>(_0x1afee8[_0x37004e(0x172)]?_0x1afee8[_0x37004e(0x17e)]+'\x20('+_0x1afee8[_0x37004e(0x172)]+')':_0x1afee8[_0x37004e(0x17e)])[_0x37004e(0x18d)]()[_0x37004e(0x171)](_0x196ebc));return this[_0x37004e(0x176)][_0x37004e(0x187)](),this[_0x37004e(0x176)][_0x37004e(0x17f)](_0x5cb362[_0x37004e(0x174)]((_0x51d8ad,_0x5b1fcd)=>{const _0x4c5166=_0x37004e,_0x1ae92c=_0x51d8ad[_0x4c5166(0x172)],_0x519f1b=_0x5b1fcd[_0x4c5166(0x172)];return _0x1ae92c||_0x519f1b?_0x1ae92c?0x1:-0x1:0x0;})[_0x37004e(0x184)](_0x4777e1=>_0x4777e1[_0x37004e(0x175)])),this[_0x37004e(0x17d)](_0x196ebc,_0x5cb362),{'resultsCount':_0x5cb362[_0x37004e(0x186)],'totalItemsCount':this[_0x37004e(0x18a)][_0x37004e(0x186)]};}[_0x438620(0x17d)](_0x13f2f5,_0x289eca){const _0x16561a=_0x438620;if(!_0x13f2f5)return;const _0x3151a4=new RegExp(_0x58b6e0(_0x13f2f5),'gi');_0x289eca[_0x16561a(0x179)](_0x3e6bcc=>{const _0x998994=_0x16561a;_0x3e6bcc[_0x998994(0x170)]&&_0x3e6bcc[_0x998994(0x170)][_0x998994(0x179)](_0x51472d=>{const _0x212a6f=_0x998994;_0x212a6f(0x18b)==typeof _0x51472d[_0x212a6f(0x173)]&&_0x51472d[_0x212a6f(0x173)](_0x3151a4);});});}[_0x438620(0x183)](){const _0x47384b=_0x438620;this[_0x47384b(0x18a)][_0x47384b(0x179)](_0x321e45=>{const _0x5e1680=_0x47384b;_0x321e45[_0x5e1680(0x170)]&&_0x321e45[_0x5e1680(0x170)][_0x5e1680(0x179)](_0x2038b5=>{const _0x47f9ea=_0x5e1680;_0x47f9ea(0x18b)==typeof _0x2038b5[_0x47f9ea(0x173)]&&_0x2038b5[_0x47f9ea(0x173)](null);});});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x443b(_0x51c6ce,_0x10ad48){const _0x40d98e=_0x40d9();return _0x443b=function(_0x443b04,_0x1d29e8){_0x443b04=_0x443b04-0xdd;let _0x17ba4c=_0x40d98e[_0x443b04];return _0x17ba4c;},_0x443b(_0x51c6ce,_0x10ad48);}const _0x179a70=_0x443b;(function(_0x46461d,_0x52c919){const _0x516537=_0x443b,_0x82ca49=_0x46461d();while(!![]){try{const _0x27f81b=-parseInt(_0x516537(0xe2))/0x1*(-parseInt(_0x516537(0xe1))/0x2)+parseInt(_0x516537(0xe7))/0x3*(parseInt(_0x516537(0xee))/0x4)+-parseInt(_0x516537(0xe4))/0x5+-parseInt(_0x516537(0xdf))/0x6+parseInt(_0x516537(0xeb))/0x7+parseInt(_0x516537(0xf0))/0x8+-parseInt(_0x516537(0xea))/0x9;if(_0x27f81b===_0x52c919)break;else _0x82ca49['push'](_0x82ca49['shift']());}catch(_0x580d64){_0x82ca49['push'](_0x82ca49['shift']());}}}(_0x40d9,0xae978));import{IconView as _0x90621a,ListItemButtonView as _0x1b8bc9}from'ckeditor5/src/ui.js';function _0x40d9(){const _0x5174b6=['mouseenter','add','render','children','_createArrowView','1704678OZHLQN','extendTemplate','814tlutbn','1970RKCTml','ck-dropdown-menu-list__nested-menu__button__arrow','5764205fieGyK','ck-dropdown-menu-list__nested-menu__button','content','273237VhzxkX','isOn','arrowView','20399553qBfAbU','8466304zDHUie','set','bindTemplate','56raFUOt','menuitem','9058648cUwoEZ'];_0x40d9=function(){return _0x5174b6;};return _0x40d9();}import{IconDropdownArrow as _0x15ac16}from'@ckeditor/ckeditor5-icons';export class DropdownMenuButtonWithHighlightView extends _0x1b8bc9{[_0x179a70(0xe9)];constructor(_0x2c62a6,_0x25dadd){const _0x13023f=_0x179a70;super(_0x2c62a6,_0x25dadd);const _0x382264=this[_0x13023f(0xed)];this[_0x13023f(0xec)]({'withText':!0x0,'role':_0x13023f(0xef)}),this[_0x13023f(0xe9)]=this[_0x13023f(0xde)](),this[_0x13023f(0xe0)]({'attributes':{'class':[_0x13023f(0xe5)],'aria-haspopup':!0x0,'aria-expanded':this[_0x13023f(0xed)]['to'](_0x13023f(0xe8),_0x1b7737=>String(_0x1b7737)),'data-cke-tooltip-disabled':_0x382264['to'](_0x13023f(0xe8))},'on':{'mouseenter':_0x382264['to'](_0x13023f(0xf1))}});}[_0x179a70(0xf3)](){const _0xaf1cca=_0x179a70;super[_0xaf1cca(0xf3)](),this[_0xaf1cca(0xdd)][_0xaf1cca(0xf2)](this[_0xaf1cca(0xe9)]);}[_0x179a70(0xde)](){const _0x2d3362=_0x179a70,_0x257507=new _0x90621a();return _0x257507[_0x2d3362(0xe6)]=_0x15ac16,_0x257507[_0x2d3362(0xe0)]({'attributes':{'class':_0x2d3362(0xe3)}}),_0x257507;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x3e82d9=_0x152a;(function(_0x4ac567,_0x16539c){var _0x2455f4=_0x152a,_0x4af20f=_0x4ac567();while(!![]){try{var _0x578e0a=parseInt(_0x2455f4(0x1b3))/0x1*(-parseInt(_0x2455f4(0x1b8))/0x2)+parseInt(_0x2455f4(0x1b6))/0x3*(parseInt(_0x2455f4(0x1c0))/0x4)+parseInt(_0x2455f4(0x1c1))/0x5*(-parseInt(_0x2455f4(0x1b7))/0x6)+-parseInt(_0x2455f4(0x1b2))/0x7+-parseInt(_0x2455f4(0x1c2))/0x8*(parseInt(_0x2455f4(0x1bf))/0x9)+parseInt(_0x2455f4(0x1bd))/0xa*(parseInt(_0x2455f4(0x1b4))/0xb)+parseInt(_0x2455f4(0x1ba))/0xc;if(_0x578e0a===_0x16539c)break;else _0x4af20f['push'](_0x4af20f['shift']());}catch(_0x23e487){_0x4af20f['push'](_0x4af20f['shift']());}}}(_0x22f8,0x77dc9));import{ContextPlugin as _0x211e22}from'ckeditor5/src/core.js';import{AIReviewModeController as _0x9f541}from'./aireviewmodecontroller.js';function _0x22f8(){var _0x2c4402=['187098ONXDYZ','2008fVKMgg','isOfficialPlugin','25841292EfzotA','isPremiumPlugin','requires','10GCZuGO','AIReviewMode','1512081WFXMCK','100QttOZm','150biuByn','40LccllM','2067499QMihaf','919XDhSGe','5497855HUXgZt','pluginName','99753PPHkpL'];_0x22f8=function(){return _0x2c4402;};return _0x22f8();}function _0x152a(_0x14728b,_0x5d890f){var _0x22f807=_0x22f8();return _0x152a=function(_0x152a89,_0x379a60){_0x152a89=_0x152a89-0x1b2;var _0x2be8bf=_0x22f807[_0x152a89];return _0x2be8bf;},_0x152a(_0x14728b,_0x5d890f);}import{AIReviewModeUI as _0x388774}from'./aireviewmodeui.js';import{AIReviewModeEditing as _0x159186}from'./aireviewmodeediting.js';export class AIReviewMode extends _0x211e22{static get[_0x3e82d9(0x1bc)](){return[_0x9f541,_0x388774,_0x159186];}static get[_0x3e82d9(0x1b5)](){var _0x63486a=_0x3e82d9;return _0x63486a(0x1be);}static get[_0x3e82d9(0x1b9)](){return!0x0;}static get[_0x3e82d9(0x1bb)](){return!0x0;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x348f6a=_0x1924;function _0x1924(_0x475b79,_0x50f0ee){const _0x1ba867=_0x1ba8();return _0x1924=function(_0x1924da,_0xf50ff7){_0x1924da=_0x1924da-0x160;let _0x45e9b8=_0x1ba867[_0x1924da];return _0x45e9b8;},_0x1924(_0x475b79,_0x50f0ee);}(function(_0x1db04e,_0x53fe18){const _0x641c65=_0x1924,_0x2ecccc=_0x1db04e();while(!![]){try{const _0x252b48=parseInt(_0x641c65(0x18b))/0x1+parseInt(_0x641c65(0x1df))/0x2*(parseInt(_0x641c65(0x1cb))/0x3)+-parseInt(_0x641c65(0x178))/0x4+parseInt(_0x641c65(0x196))/0x5*(-parseInt(_0x641c65(0x1e5))/0x6)+parseInt(_0x641c65(0x214))/0x7+-parseInt(_0x641c65(0x182))/0x8*(-parseInt(_0x641c65(0x210))/0x9)+-parseInt(_0x641c65(0x1bc))/0xa;if(_0x252b48===_0x53fe18)break;else _0x2ecccc['push'](_0x2ecccc['shift']());}catch(_0x1d5b02){_0x2ecccc['push'](_0x2ecccc['shift']());}}}(_0x1ba8,0xd613d));import{ContextPlugin as _0x9cdf00}from'ckeditor5/src/core.js';import{CKEditorError as _0x3c4ec4,logError as _0x288458,scrollAncestorsToShowTarget as _0x3912db,scrollViewportToShowTarget as _0x30d334}from'ckeditor5/src/utils.js';import{AIConnector as _0x35d576}from'../aicore/aiconnector.js';import{AIReviewCheckList as _0x449652}from'./model/aireviewchecklist.js';import{AIReviewSystemCheckRun as _0x55ed50}from'./model/aireviewsystemcheckrun.js';import{AIReviewCustomCheckRun as _0x1535d3}from'./model/aireviewcustomcheckrun.js';import{AIModels as _0x17d690}from'../aicore/model/aimodels.js';import{AI_REVIEW_CHECKS as _0x504316}from'./aireviewcheckdefinitions.js';import{getTranslation as _0x1e2bd6}from'../aicore/utils/common-translations.js';function _0x1ba8(){const _0x9c2e49=['80YFPBAX','dismissChange','checks','changeMarkerClick','AIReviewModeEditing','viewportOffset','34818cbZsyy','model','_aiReviewCheckList','AI_REVIEW_CHECK_','getEditor','showChangeBalloon','acceptAllChanges','switchToReadOnly','leaveReviewModeResultList','leaveReviewMode','activateChange','context','getMarkerElementForChange','unmodified','toggleDiff','showCheckRunResults','markChangePositionInEditorContent','_aiReviewModeUi','contentInitial','AIReviewModeController','ai-review-mode-models-unable-to-retrieve','prompt','view','panel','markChangeAsPending','hideDiffInBalloon','_aiReviewModeEditing','markChangeAsAccepted','map','subTitle','switchToEdit','_OPTIONS_DATA_','isPremiumPlugin','_translateReviewChecks','options','toUpperCase','changeMarkerRestored','clearAllMarkers','runReviewCheck','reviewCheckResultActivated','_DESCRIPTION','_getTranslationWithDefault','showReviewCheckList','99awIAaE','changes','getDocumentData','rejectChange','762335QsGeev','changeMarkerBlurred','reviewCheckRunUpdated','getAll','markerElement','init','finished','setCheckResultTitle','_aiConnector','requires','reviewCheckResultReady','AIConnector','custom','loading','contentNew','changeMarkerRemoved','abort','startsWith','error-chunk','getDomRoot','showGeneralReviewModeErrorView','source','replaceAll','_onReviewModeRunLeave','documentData','start','getChangeElement','hideChangeBalloon','isChangeActive','2726788FbeKiM','resetActiveStateInResults','finishReview','document','applyChange','_isDiffOn','ai-review-mode-check-run-chunk-error','ai.reviewMode.translations','pluginName','showDiffInBalloon','718488AIeoIt','plugins','getChangeById','config','ai-review-mode-source-check-not-found','currentError','getReviewCheckList','acceptChange','ai-review-mode-check-run-failed','1744712SlsOLO','markAllChangesAsAccepted','showActionsWhenResultIsReady','reviewCheckResultAdded','closest','showChunkErrorView','args','domEvent','change','click','ck-ai-review-mode-highlights','1120rIvdWB','find','.ck-ai-review-mode__check-run-result','abortReviewStream','stopListening','addResultChanges','changeId','label','emitter','addClass','ck-ai-review-mode-diff','updateDocumentData','getCheckById','AIReviewModeUI','showReviewCompletedView','processedResultsCount','aborted','sendRating','deactivateChange','_OPTIONS_LABEL','changeMarkerHovered','hover','_TITLE','diffContent','setActiveStateInResults','_currentReviewCheckRun','length','showGeneralResultsErrorView','content','isAnyChangeActivated','description','restart','_onDiffChange','getActiveChanges','message','models','editing','setAvailableChecks','13809880OHKCLe','markChangeAsOutdated','showNoChangesView','_logError','isOfficialPlugin','listenTo','forceReadyState','_changeActivationSource','removeClass','translate','title','reviewCheckResultDeactivated','status','getRoot','domElement','104841XdrazT','isCustom','locale','includes','result','get','error-general','updateChangeState','reviewCheckResultChangeStatusUpdated','removeCheckById','hasModifications','showCheckRunResult','ai-review-mode-check-run-general-error','ready','params','retryReview','ai-review-mode-no-current-check-run','data','ai-request-aborted','markChangeAsRejected'];_0x1ba8=function(){return _0x9c2e49;};return _0x1ba8();}export class AIReviewModeController extends _0x9cdf00{[_0x348f6a(0x163)];[_0x348f6a(0x1f6)];[_0x348f6a(0x1ff)];[_0x348f6a(0x1e7)];[_0x348f6a(0x1af)];[_0x348f6a(0x17d)]=!0x1;[_0x348f6a(0x1c3)]=null;static get[_0x348f6a(0x164)](){return[_0x35d576];}static get[_0x348f6a(0x180)](){const _0xfae11=_0x348f6a;return _0xfae11(0x1f8);}static get[_0x348f6a(0x1c0)](){return!0x0;}static get[_0x348f6a(0x205)](){return!0x0;}async[_0x348f6a(0x160)](){const _0x40b855=_0x348f6a;this[_0x40b855(0x163)]=this[_0x40b855(0x1f0)][_0x40b855(0x183)][_0x40b855(0x1d0)](_0x40b855(0x166)),this[_0x40b855(0x1f6)]=this[_0x40b855(0x1f0)][_0x40b855(0x183)][_0x40b855(0x1d0)](_0x40b855(0x1a3)),this[_0x40b855(0x1ff)]=this[_0x40b855(0x1f0)][_0x40b855(0x183)][_0x40b855(0x1d0)](_0x40b855(0x1e3));const _0x218ec1=this[_0x40b855(0x1f0)][_0x40b855(0x185)][_0x40b855(0x1d0)](_0x40b855(0x17f));if(_0x218ec1){for(const _0x2e3548 of _0x504316)_0x40b855(0x1c5)===_0x2e3548['id']&&(_0x2e3548[_0x40b855(0x207)][0x0][_0x40b855(0x1dc)]=_0x218ec1);}const _0x49703e=this[_0x40b855(0x206)](_0x504316);this[_0x40b855(0x1e7)]=new _0x449652(_0x49703e);const _0x232a07=this[_0x40b855(0x1e7)][_0x40b855(0x1e1)][_0x40b855(0x197)](_0x1d321a=>_0x40b855(0x167)===_0x1d321a['id']);if(_0x232a07)try{_0x232a07[_0x40b855(0x1b9)]=await new _0x17d690({'connector':this[_0x40b855(0x163)],'locale':this[_0x40b855(0x1f0)][_0x40b855(0x1cd)]})[_0x40b855(0x217)]();}catch(_0x494b86){this[_0x40b855(0x1e7)][_0x40b855(0x1d4)](_0x40b855(0x167)),this[_0x40b855(0x1bf)](new _0x3c4ec4(_0x40b855(0x1f9),this,{'error':_0x494b86}));}this[_0x40b855(0x1c1)](this[_0x40b855(0x1f6)],_0x40b855(0x188),()=>{const _0x55d659=_0x40b855;this[_0x55d659(0x1f6)][_0x55d659(0x1bb)](this[_0x55d659(0x1e7)][_0x55d659(0x1e1)]);}),this[_0x40b855(0x1c1)](this[_0x40b855(0x1f6)],_0x40b855(0x20b),async(_0x369154,_0x14bc31)=>{const _0x31bff8=_0x40b855,_0x1f9127=this[_0x31bff8(0x1e7)][_0x31bff8(0x1a2)](_0x14bc31['id']);if(_0x1f9127){this[_0x31bff8(0x1b6)](this[_0x31bff8(0x17d)]),_0x14bc31[_0x31bff8(0x1cc)]?this[_0x31bff8(0x1af)]=new _0x1535d3(_0x14bc31[_0x31bff8(0x191)][_0x31bff8(0x1fa)],_0x14bc31[_0x31bff8(0x191)][_0x31bff8(0x1e6)],this[_0x31bff8(0x1ff)][_0x31bff8(0x212)](),_0x1f9127,this[_0x31bff8(0x163)]):this[_0x31bff8(0x1af)]=new _0x55ed50(this[_0x31bff8(0x1ff)][_0x31bff8(0x212)](),_0x1f9127,this[_0x31bff8(0x163)],_0x14bc31[_0x31bff8(0x1d9)],_0x14bc31[_0x31bff8(0x191)]),this[_0x31bff8(0x1f6)][_0x31bff8(0x162)](this[_0x31bff8(0x1af)][_0x31bff8(0x1c6)],this[_0x31bff8(0x1af)][_0x31bff8(0x202)]),this[_0x31bff8(0x1af)]['on'](_0x31bff8(0x216),(_0x5bae53,_0x2e5ef4)=>{const _0x227b93=_0x31bff8;switch(_0x2e5ef4[_0x227b93(0x1c8)]){case _0x227b93(0x1dc):case _0x227b93(0x168):this[_0x227b93(0x1ff)][_0x227b93(0x1ec)](),this[_0x227b93(0x1f6)][_0x227b93(0x1f4)](_0x2e5ef4);break;case _0x227b93(0x161):this[_0x227b93(0x1f6)][_0x227b93(0x1a4)]();break;case _0x227b93(0x1d8):this[_0x227b93(0x1f6)][_0x227b93(0x18d)]();break;case _0x227b93(0x1f2):this[_0x227b93(0x1f6)][_0x227b93(0x1be)]();break;case _0x227b93(0x1d1):this[_0x227b93(0x1f6)][_0x227b93(0x1b1)](),this[_0x227b93(0x1bf)](new _0x3c4ec4(_0x227b93(0x1d7),this,this[_0x227b93(0x1af)]?.[_0x227b93(0x187)]));break;case _0x227b93(0x16d):this[_0x227b93(0x1f6)][_0x227b93(0x190)](),this[_0x227b93(0x1bf)](new _0x3c4ec4(_0x227b93(0x17e),this,this[_0x227b93(0x1af)]?.[_0x227b93(0x187)]));break;case _0x227b93(0x1a6):this[_0x227b93(0x1af)]&&this[_0x227b93(0x1af)][_0x227b93(0x1a5)]>0x0?setTimeout(()=>{const _0x4887fc=_0x227b93;this[_0x4887fc(0x1af)]?.[_0x4887fc(0x1c2)]();},0x0):this[_0x227b93(0x172)](!0x0);}_0x227b93(0x1d8)!==_0x2e5ef4[_0x227b93(0x1c8)]&&_0x227b93(0x16d)!==_0x2e5ef4[_0x227b93(0x1c8)]&&_0x227b93(0x1d1)!==_0x2e5ef4[_0x227b93(0x1c8)]||this[_0x227b93(0x1af)]?.[_0x227b93(0x1a7)]();}),this[_0x31bff8(0x1af)]['on'](_0x31bff8(0x18e),(_0xb2fea8,_0x37b0d1)=>{const _0x112331=_0x31bff8;if(!this[_0x112331(0x1af)])throw new _0x3c4ec4(_0x112331(0x1db),this);const _0x38127f=this[_0x112331(0x1ff)][_0x112331(0x1ad)](_0x37b0d1[_0x112331(0x1cf)][_0x112331(0x1f7)],_0x37b0d1[_0x112331(0x1cf)][_0x112331(0x169)]);_0x37b0d1[_0x112331(0x170)][_0x112331(0x19b)](_0x37b0d1[_0x112331(0x1cf)]['id'],_0x38127f);}),this[_0x31bff8(0x1af)]['on'](_0x31bff8(0x165),(_0x1ba0aa,_0x3f6b84)=>{const _0x166015=_0x31bff8;for(const _0x41450c of _0x3f6b84[_0x166015(0x211)])this[_0x166015(0x1f6)][_0x166015(0x1d6)](_0x41450c);this[_0x166015(0x1ff)][_0x166015(0x1f5)](_0x3f6b84[_0x166015(0x211)],_0x3f6b84[_0x166015(0x170)][_0x166015(0x173)]);}),this[_0x31bff8(0x1af)]['on'](_0x31bff8(0x1d3),(_0x5d0705,_0x1d4630)=>{const _0x24d3c3=_0x31bff8;this[_0x24d3c3(0x1f6)][_0x24d3c3(0x1d2)](_0x1d4630[_0x24d3c3(0x193)]['id'],_0x1d4630[_0x24d3c3(0x1c8)]);}),this[_0x31bff8(0x1af)]['on'](_0x31bff8(0x20c),(_0x5f305b,_0x2819d4)=>{const _0xc60d83=_0x31bff8;this[_0xc60d83(0x1f6)][_0xc60d83(0x1ae)](_0x2819d4[_0xc60d83(0x193)]['id']);const _0xe6d182=this[_0xc60d83(0x1ff)][_0xc60d83(0x1f1)](_0x2819d4[_0xc60d83(0x193)]['id']);if(!_0xe6d182)return;if(_0xc60d83(0x1b2)===this[_0xc60d83(0x1c3)]){const _0x25c89c=this[_0xc60d83(0x1f6)][_0xc60d83(0x175)](_0x2819d4[_0xc60d83(0x193)]['id']);_0x25c89c&&_0x3912db(_0x25c89c[_0xc60d83(0x18f)](_0xc60d83(0x198))||_0x25c89c);}else{if(_0xc60d83(0x1fc)===this[_0xc60d83(0x1c3)]){const _0xee2c3e={'target':_0xe6d182[_0xc60d83(0x1ca)],'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0};_0x30d334(_0xee2c3e);}}const _0xa95146=this[_0xc60d83(0x1ff)][_0xc60d83(0x1e9)]();this[_0xc60d83(0x1f6)][_0xc60d83(0x1ea)](_0x2819d4[_0xc60d83(0x193)],_0xe6d182[_0xc60d83(0x1ca)],void 0x0,_0xc60d83(0x194),_0xa95146?.[_0xc60d83(0x1ba)]?.[_0xc60d83(0x1fb)]?.[_0xc60d83(0x16e)](),_0xa95146?.['ui']?.[_0xc60d83(0x1e4)]);}),this[_0x31bff8(0x1af)]['on'](_0x31bff8(0x1c7),()=>{const _0x4d69d4=_0x31bff8;this[_0x4d69d4(0x1f6)][_0x4d69d4(0x179)](),this[_0x4d69d4(0x1f6)][_0x4d69d4(0x176)]();});try{await this[_0x31bff8(0x1af)][_0x31bff8(0x174)]();}catch(_0x2352cf){_0x2352cf instanceof Error&&_0x2352cf[_0x31bff8(0x1b8)][_0x31bff8(0x1ce)](_0x31bff8(0x1dd))||(_0x2352cf instanceof _0x3c4ec4?this[_0x31bff8(0x1bf)](_0x2352cf):this[_0x31bff8(0x1bf)](new _0x3c4ec4(_0x31bff8(0x18a),this,{'error':_0x2352cf})));}}else this[_0x31bff8(0x1bf)](new _0x3c4ec4(_0x31bff8(0x186),this,{'checkId':_0x14bc31['id']}));}),this[_0x40b855(0x1c1)](this[_0x40b855(0x1f6)],_0x40b855(0x1ee),()=>{const _0x11a808=_0x40b855;this[_0x11a808(0x172)]();}),this[_0x40b855(0x1c1)](this[_0x40b855(0x1f6)],_0x40b855(0x1ed),()=>{const _0x4cc9e3=_0x40b855;this[_0x4cc9e3(0x172)](!0x0);}),this[_0x40b855(0x1c1)](this[_0x40b855(0x1f6)],_0x40b855(0x199),()=>{const _0x52cb40=_0x40b855;this[_0x52cb40(0x1af)]&&this[_0x52cb40(0x1af)][_0x52cb40(0x16b)]();}),this[_0x40b855(0x1c1)](this[_0x40b855(0x1f6)],_0x40b855(0x17a),()=>{const _0x308a70=_0x40b855;this[_0x308a70(0x172)](!0x0);}),this[_0x40b855(0x1c1)](this[_0x40b855(0x1f6)],_0x40b855(0x1eb),()=>{const _0x3abc2c=_0x40b855;if(!this[_0x3abc2c(0x1af)])return;const _0x18cd11=this[_0x3abc2c(0x1af)][_0x3abc2c(0x1b7)]();_0x18cd11[_0x3abc2c(0x1b0)]&&(this[_0x3abc2c(0x1ff)][_0x3abc2c(0x17c)](_0x18cd11[_0x3abc2c(0x201)](_0x33ebff=>_0x33ebff['id'])),this[_0x3abc2c(0x1af)][_0x3abc2c(0x18c)](),this[_0x3abc2c(0x1af)][_0x3abc2c(0x1a7)]());}),this[_0x40b855(0x1c1)](this[_0x40b855(0x1f6)],_0x40b855(0x189),(_0xb81893,_0x5eccbb)=>{const _0x3574e4=_0x40b855;this[_0x3574e4(0x1af)]&&this[_0x3574e4(0x1af)][_0x3574e4(0x177)](_0x5eccbb['id'])&&(this[_0x3574e4(0x1ff)][_0x3574e4(0x17c)]([_0x5eccbb['id']]),this[_0x3574e4(0x1af)][_0x3574e4(0x200)](_0x5eccbb['id']),this[_0x3574e4(0x1f6)][_0x3574e4(0x176)](),this[_0x3574e4(0x1af)][_0x3574e4(0x1a7)](_0x5eccbb['id']));}),this[_0x40b855(0x1c1)](this[_0x40b855(0x1f6)],_0x40b855(0x1e0),(_0xb615f7,_0x38c9bb)=>{const _0x3b232a=_0x40b855;this[_0x3b232a(0x1af)]&&this[_0x3b232a(0x1af)][_0x3b232a(0x177)](_0x38c9bb['id'])&&(this[_0x3b232a(0x1ff)][_0x3b232a(0x213)](_0x38c9bb['id']),this[_0x3b232a(0x1af)][_0x3b232a(0x1de)](_0x38c9bb['id']),this[_0x3b232a(0x1f6)][_0x3b232a(0x176)](),this[_0x3b232a(0x1af)][_0x3b232a(0x1a7)](_0x38c9bb['id']));}),this[_0x40b855(0x1c1)](this[_0x40b855(0x1f6)],_0x40b855(0x1f3),(_0xe2d142,_0xe64732)=>{const _0x34c223=_0x40b855;this[_0x34c223(0x17d)]=_0xe64732['on'],this[_0x34c223(0x1b6)](this[_0x34c223(0x17d)]);}),this[_0x40b855(0x1c1)](this[_0x40b855(0x1f6)],_0x40b855(0x1da),async()=>{const _0x207f1d=_0x40b855;this[_0x207f1d(0x1af)]&&(this[_0x207f1d(0x1ff)][_0x207f1d(0x20a)](),this[_0x207f1d(0x1af)][_0x207f1d(0x1a1)](this[_0x207f1d(0x1ff)][_0x207f1d(0x212)]()),await this[_0x207f1d(0x1af)][_0x207f1d(0x1b5)]());}),this[_0x40b855(0x1c1)](this[_0x40b855(0x1f6)],_0x40b855(0x1ef),(_0x1f0cda,_0x1e892a)=>{const _0x3b510f=_0x40b855;this[_0x3b510f(0x1af)]&&(this[_0x3b510f(0x1c3)]=_0x3b510f(0x1fc),this[_0x3b510f(0x1af)][_0x3b510f(0x1ef)](_0x1e892a['id']));}),this[_0x40b855(0x1c1)](this[_0x40b855(0x1f6)],_0x40b855(0x1a8),()=>{const _0x11eb3f=_0x40b855;this[_0x11eb3f(0x1af)]&&this[_0x11eb3f(0x1af)][_0x11eb3f(0x1a8)]();}),this[_0x40b855(0x1c1)](this[_0x40b855(0x1ff)][_0x40b855(0x19e)],_0x40b855(0x1e2),(_0x16040e,_0x187854)=>{const _0x1f74fb=_0x40b855;if(!this[_0x1f74fb(0x1af)])return;this[_0x1f74fb(0x1c3)]=_0x1f74fb(0x1b2),this[_0x1f74fb(0x1af)][_0x1f74fb(0x1ef)](_0x187854[_0x1f74fb(0x19c)]);const _0x3ba5e8=this[_0x1f74fb(0x1af)][_0x1f74fb(0x184)](_0x187854[_0x1f74fb(0x19c)]);if(!_0x3ba5e8)return;const _0x487797=this[_0x1f74fb(0x1ff)][_0x1f74fb(0x1e9)]();this[_0x1f74fb(0x1f6)][_0x1f74fb(0x1ea)](_0x3ba5e8,_0x187854[_0x1f74fb(0x218)],_0x187854[_0x1f74fb(0x192)],_0x1f74fb(0x194),_0x487797?.[_0x1f74fb(0x1ba)]?.[_0x1f74fb(0x1fb)]?.[_0x1f74fb(0x16e)](),_0x487797?.['ui']?.[_0x1f74fb(0x1e4)]);}),this[_0x40b855(0x1c1)](this[_0x40b855(0x1ff)][_0x40b855(0x19e)],_0x40b855(0x1aa),(_0x421a75,_0x522717)=>{const _0xbd9a70=_0x40b855;if(!this[_0xbd9a70(0x1af)])return;if(this[_0xbd9a70(0x1af)][_0xbd9a70(0x1b3)]())return;const _0x13400b=this[_0xbd9a70(0x1af)][_0xbd9a70(0x184)](_0x522717[_0xbd9a70(0x19c)]);if(!_0x13400b)return;const _0x1896e4=this[_0xbd9a70(0x1ff)][_0xbd9a70(0x1e9)]();this[_0xbd9a70(0x1f6)][_0xbd9a70(0x1ea)](_0x13400b,_0x522717[_0xbd9a70(0x218)],_0x522717[_0xbd9a70(0x192)],_0xbd9a70(0x1ab),_0x1896e4?.[_0xbd9a70(0x1ba)]?.[_0xbd9a70(0x1fb)]?.[_0xbd9a70(0x16e)](),_0x1896e4?.['ui']?.[_0xbd9a70(0x1e4)]);}),this[_0x40b855(0x1c1)](this[_0x40b855(0x1ff)][_0x40b855(0x19e)],_0x40b855(0x215),()=>{const _0x259f1a=_0x40b855;if(!this[_0x259f1a(0x1af)])return;this[_0x259f1a(0x1af)][_0x259f1a(0x1b3)]()||this[_0x259f1a(0x1f6)][_0x259f1a(0x176)]();}),this[_0x40b855(0x1c1)](this[_0x40b855(0x1ff)][_0x40b855(0x19e)],_0x40b855(0x16a),(_0xca298f,_0x4ed95d)=>{const _0x1f22cd=_0x40b855;this[_0x1f22cd(0x1af)]&&this[_0x1f22cd(0x1af)][_0x1f22cd(0x1bd)](_0x4ed95d[_0x1f22cd(0x19c)]);}),this[_0x40b855(0x1c1)](this[_0x40b855(0x1ff)][_0x40b855(0x19e)],_0x40b855(0x209),(_0x3ec494,_0x2bc0a5)=>{const _0x51eb0e=_0x40b855;this[_0x51eb0e(0x1af)]&&this[_0x51eb0e(0x1af)][_0x51eb0e(0x1fd)](_0x2bc0a5[_0x51eb0e(0x19c)]);});}[_0x348f6a(0x172)](_0x38fa95=!0x1){const _0x1e1475=_0x348f6a;this[_0x1e1475(0x1af)]&&(this[_0x1e1475(0x1af)][_0x1e1475(0x1d5)]||this[_0x1e1475(0x1af)][_0x1e1475(0x1a7)](),this[_0x1e1475(0x1af)][_0x1e1475(0x19a)](),this[_0x1e1475(0x1af)][_0x1e1475(0x16b)](),this[_0x1e1475(0x1af)]=void 0x0),_0x38fa95&&this[_0x1e1475(0x1f6)][_0x1e1475(0x20f)](),this[_0x1e1475(0x1ff)][_0x1e1475(0x20a)](),this[_0x1e1475(0x1ff)][_0x1e1475(0x203)](),this[_0x1e1475(0x1c3)]=null;const _0x2e8690=this[_0x1e1475(0x1ff)][_0x1e1475(0x1e9)]();_0x2e8690&&_0x2e8690[_0x1e1475(0x1ba)][_0x1e1475(0x1fb)][_0x1e1475(0x193)](_0xbc9deb=>{const _0x47aa86=_0x1e1475,_0x281d3c=_0x2e8690[_0x47aa86(0x1ba)][_0x47aa86(0x1fb)][_0x47aa86(0x17b)][_0x47aa86(0x1c9)]();_0xbc9deb[_0x47aa86(0x1c4)](_0x47aa86(0x1a0),_0x281d3c),_0xbc9deb[_0x47aa86(0x1c4)](_0x47aa86(0x195),_0x281d3c);});}[_0x348f6a(0x1b6)](_0x4d0eca){const _0x4138cb=_0x348f6a,_0xb535c0=this[_0x4138cb(0x1ff)][_0x4138cb(0x1e9)]();_0x4d0eca?this[_0x4138cb(0x1f6)][_0x4138cb(0x1fe)]():this[_0x4138cb(0x1f6)][_0x4138cb(0x181)](),_0xb535c0&&_0xb535c0[_0x4138cb(0x1ba)][_0x4138cb(0x1fb)][_0x4138cb(0x193)](_0x53718b=>{const _0x446537=_0x4138cb,_0x3a27c1=_0xb535c0[_0x446537(0x1ba)][_0x446537(0x1fb)][_0x446537(0x17b)][_0x446537(0x1c9)]();_0x53718b[_0x446537(0x1c4)](_0x446537(0x1a0),_0x3a27c1),_0x53718b[_0x446537(0x1c4)](_0x446537(0x195),_0x3a27c1),_0x53718b[_0x446537(0x19f)](_0x4d0eca?_0x446537(0x1a0):_0x446537(0x195),_0x3a27c1);});}[_0x348f6a(0x206)](_0x17bfc9){const _0x13a66d=_0x348f6a;return _0x17bfc9[_0x13a66d(0x201)](_0x3669f3=>{const _0x399e55=_0x13a66d,_0x393603=_0x399e55(0x1e8)+_0x3669f3['id'][_0x399e55(0x208)]()[_0x399e55(0x171)]('-','_'),_0x4b7a10={..._0x3669f3,'title':this[_0x399e55(0x20e)](_0x393603+_0x399e55(0x1ac),_0x3669f3[_0x399e55(0x1c6)]),'description':this[_0x399e55(0x20e)](_0x393603+_0x399e55(0x20d),_0x3669f3[_0x399e55(0x1b4)])};return _0x3669f3[_0x399e55(0x207)]&&(_0x4b7a10[_0x399e55(0x207)]=_0x3669f3[_0x399e55(0x207)][_0x399e55(0x201)](_0x360433=>({..._0x360433,'label':this[_0x399e55(0x20e)](_0x393603+_0x399e55(0x1a9),_0x360433[_0x399e55(0x19d)]||''),'data':_0x360433[_0x399e55(0x1dc)]?_0x360433[_0x399e55(0x1dc)][_0x399e55(0x201)](_0x1ca17e=>({..._0x1ca17e,'label':this[_0x399e55(0x20e)](_0x393603+_0x399e55(0x204)+_0x1ca17e['id'][_0x399e55(0x208)](),_0x1ca17e[_0x399e55(0x19d)])})):void 0x0}))),_0x4b7a10;});}[_0x348f6a(0x20e)](_0x517712,_0xaa969e){const _0x4854cc=_0x348f6a,_0x1cb001=this[_0x4854cc(0x1f0)][_0x4854cc(0x1cd)],_0x16ff65=_0x1e2bd6(_0x1cb001,_0x517712);return _0x16ff65===_0x517712?_0xaa969e:_0x16ff65;}[_0x348f6a(0x1bf)](_0x11670f){const _0x443f53=_0x348f6a;_0x288458(_0x11670f[_0x443f53(0x1b8)]),_0x11670f[_0x443f53(0x1b8)][_0x443f53(0x16c)](_0x443f53(0x1f9))?this[_0x443f53(0x1f6)][_0x443f53(0x16f)]():this[_0x443f53(0x1f6)][_0x443f53(0x1b1)]();}}
|
|
23
|
+
const _0x38a0f8=_0x4e02;(function(_0x236731,_0xd57bd9){const _0x2d17bc=_0x4e02,_0x5a3719=_0x236731();while(!![]){try{const _0x57681b=parseInt(_0x2d17bc(0x1c2))/0x1*(-parseInt(_0x2d17bc(0x124))/0x2)+-parseInt(_0x2d17bc(0x118))/0x3*(-parseInt(_0x2d17bc(0x157))/0x4)+parseInt(_0x2d17bc(0x197))/0x5+parseInt(_0x2d17bc(0x1a9))/0x6*(parseInt(_0x2d17bc(0x159))/0x7)+parseInt(_0x2d17bc(0x15b))/0x8+-parseInt(_0x2d17bc(0x1be))/0x9*(-parseInt(_0x2d17bc(0x1cc))/0xa)+-parseInt(_0x2d17bc(0x19c))/0xb*(parseInt(_0x2d17bc(0x1ab))/0xc);if(_0x57681b===_0xd57bd9)break;else _0x5a3719['push'](_0x5a3719['shift']());}catch(_0x3189f3){_0x5a3719['push'](_0x5a3719['shift']());}}}(_0x4a14,0x25038));import{ContextPlugin as _0x4dfea3}from'ckeditor5/src/core.js';function _0x4e02(_0x57088c,_0x29fe5b){const _0x4a1429=_0x4a14();return _0x4e02=function(_0x4e0225,_0x12b5a6){_0x4e0225=_0x4e0225-0x116;let _0x94d364=_0x4a1429[_0x4e0225];return _0x94d364;},_0x4e02(_0x57088c,_0x29fe5b);}import{CKEditorError as _0x3c944c,logError as _0x21e434,scrollAncestorsToShowTarget as _0x5120ce,scrollViewportToShowTarget as _0x376c6f}from'ckeditor5/src/utils.js';import{AIConnector as _0x4749a1}from'../aicore/aiconnector.js';import{AIReviewCheckList as _0x527a38}from'./model/aireviewchecklist.js';function _0x4a14(){const _0x494588=['domEvent','leaveReviewModeResultList','status','hover','restart','changeMarkerRemoved','translate','_onReviewModeRunLeave','getReviewCheckList','options','content','removeCheckById','retryReview','requires','replaceAll','changes','unmodified','args','emitter','_TITLE','domElement','AIReviewModeEditing','ai-review-mode-check-run-failed','ai.reviewMode.translations','diffContent','viewportOffset','markChangeAsRejected','reviewCheckResultReady','getActiveChanges','markChangeAsAccepted','showGeneralReviewModeErrorView','showCheckRunResults','setActiveStateInResults','custom','setAvailableChecks','dismissChange','_isDiffOn','showCheckRunResult','markerElement','find','runReviewCheck','reviewCheckResultDeactivated','start','data','getChangeElement','AI_REVIEW_CHECK_','acceptAllChanges','.ck-ai-review-mode__check-run-result','showReviewCompletedView','forceReadyState','_aiConnector','reviewCheckResultChangeStatusUpdated','title','locale','_aiReviewCheckList','ai-review-mode-models-unable-to-retrieve','markChangeAsPending','checks','markAllChangesAsAccepted','753955ihlCdI','editing','documentData','finishReview','changeId','3182685fNDBon','AIReviewModeUI','click','config','sendRating','getMarkerElementForChange','_currentReviewCheckRun','updateDocumentData','reviewCheckResultActivated','models','change','params','view','202422gDrrsx','prompt','12aSrClg','toUpperCase','_OPTIONS_DATA_','showChunkErrorView','abort','getDocumentData','ck-ai-review-mode-highlights','_logError','switchToEdit','applyChange','clearAllMarkers','_changeActivationSource','pluginName','ai-review-mode-check-run-chunk-error','ai-request-aborted','startsWith','getEditor','_OPTIONS_LABEL','context','126387TTFAfB','addClass','document','removeClass','61JyXeGe','changeMarkerBlurred','subTitle','showChangeBalloon','contentNew','hasModifications','error-general','map','showReviewCheckList','activateChange','50GARajr','addResultChanges','model','_onDiffChange','getRoot','rejectChange','AIReviewModeController','3kyowBq','panel','showGeneralResultsErrorView','ck-ai-review-mode-diff','result','changeMarkerRestored','contentInitial','abortReviewStream','setCheckResultTitle','isAnyChangeActivated','getDomRoot','isCustom','9094ISGFnd','reviewCheckRunUpdated','showActionsWhenResultIsReady','length','getAll','isPremiumPlugin','finished','switchToReadOnly','ai-review-mode-check-run-general-error','processedResultsCount','showDiffInBalloon','ai-review-mode-source-check-not-found','_DESCRIPTION','get','leaveReviewMode','_aiReviewModeUi','hideDiffInBalloon','init','resetActiveStateInResults','_aiReviewModeEditing','changeMarkerClick','closest','AIConnector','_translateReviewChecks','deactivateChange','ready','_getTranslationWithDefault','getChangeById','ai-review-mode-no-current-check-run','markChangeAsOutdated','loading','markChangePositionInEditorContent','currentError','includes','toggleDiff','reviewCheckResultAdded','description','stopListening','changeMarkerHovered','updateChangeState','error-chunk','plugins','getCheckById','message','listenTo','label','showNoChangesView','acceptChange','hideChangeBalloon','aborted','isOfficialPlugin','1185116MohOYw','isChangeActive','35zqnebh','source','258720CknHwO'];_0x4a14=function(){return _0x494588;};return _0x4a14();}import{AIReviewSystemCheckRun as _0x10dca5}from'./model/aireviewsystemcheckrun.js';import{AIReviewCustomCheckRun as _0x29e316}from'./model/aireviewcustomcheckrun.js';import{AIModels as _0x1812cc}from'../aicore/model/aimodels.js';import{AI_REVIEW_CHECKS as _0x3b926e}from'./aireviewcheckdefinitions.js';import{getTranslation as _0x123166}from'../aicore/utils/common-translations.js';export class AIReviewModeController extends _0x4dfea3{[_0x38a0f8(0x18e)];[_0x38a0f8(0x133)];[_0x38a0f8(0x137)];[_0x38a0f8(0x192)];[_0x38a0f8(0x1a2)];[_0x38a0f8(0x180)]=!0x1;[_0x38a0f8(0x1b6)]=null;static get[_0x38a0f8(0x169)](){return[_0x4749a1];}static get[_0x38a0f8(0x1b7)](){const _0x1ecc58=_0x38a0f8;return _0x1ecc58(0x117);}static get[_0x38a0f8(0x156)](){return!0x0;}static get[_0x38a0f8(0x129)](){return!0x0;}async[_0x38a0f8(0x135)](){const _0x125b54=_0x38a0f8;this[_0x125b54(0x18e)]=this[_0x125b54(0x1bd)][_0x125b54(0x14d)][_0x125b54(0x131)](_0x125b54(0x13a)),this[_0x125b54(0x133)]=this[_0x125b54(0x1bd)][_0x125b54(0x14d)][_0x125b54(0x131)](_0x125b54(0x19d)),this[_0x125b54(0x137)]=this[_0x125b54(0x1bd)][_0x125b54(0x14d)][_0x125b54(0x131)](_0x125b54(0x171));const _0x37d6c6=this[_0x125b54(0x1bd)][_0x125b54(0x19f)][_0x125b54(0x131)](_0x125b54(0x173));if(_0x37d6c6){for(const _0x512168 of _0x3b926e)_0x125b54(0x162)===_0x512168['id']&&(_0x512168[_0x125b54(0x165)][0x0][_0x125b54(0x187)]=_0x37d6c6);}const _0x435583=this[_0x125b54(0x13b)](_0x3b926e);this[_0x125b54(0x192)]=new _0x527a38(_0x435583);const _0x569f04=this[_0x125b54(0x192)][_0x125b54(0x195)][_0x125b54(0x183)](_0x4e8d98=>_0x125b54(0x17d)===_0x4e8d98['id']);if(_0x569f04)try{_0x569f04[_0x125b54(0x1a5)]=await new _0x1812cc({'connector':this[_0x125b54(0x18e)],'locale':this[_0x125b54(0x1bd)][_0x125b54(0x191)]})[_0x125b54(0x128)]();}catch(_0x22f420){this[_0x125b54(0x192)][_0x125b54(0x167)](_0x125b54(0x17d)),this[_0x125b54(0x1b2)](new _0x3c944c(_0x125b54(0x193),this,{'error':_0x22f420}));}this[_0x125b54(0x150)](this[_0x125b54(0x133)],_0x125b54(0x164),()=>{const _0x3fd04b=_0x125b54;this[_0x3fd04b(0x133)][_0x3fd04b(0x17e)](this[_0x3fd04b(0x192)][_0x3fd04b(0x195)]);}),this[_0x125b54(0x150)](this[_0x125b54(0x133)],_0x125b54(0x184),async(_0x47daa5,_0x1442ba)=>{const _0xbbdfd7=_0x125b54,_0x4f36e5=this[_0xbbdfd7(0x192)][_0xbbdfd7(0x14e)](_0x1442ba['id']);if(_0x4f36e5){this[_0xbbdfd7(0x1cf)](this[_0xbbdfd7(0x180)]),_0x1442ba[_0xbbdfd7(0x123)]?this[_0xbbdfd7(0x1a2)]=new _0x29e316(_0x1442ba[_0xbbdfd7(0x16d)][_0xbbdfd7(0x1aa)],_0x1442ba[_0xbbdfd7(0x16d)][_0xbbdfd7(0x1ce)],this[_0xbbdfd7(0x137)][_0xbbdfd7(0x1b0)](),_0x4f36e5,this[_0xbbdfd7(0x18e)]):this[_0xbbdfd7(0x1a2)]=new _0x10dca5(this[_0xbbdfd7(0x137)][_0xbbdfd7(0x1b0)](),_0x4f36e5,this[_0xbbdfd7(0x18e)],_0x1442ba[_0xbbdfd7(0x1a7)],_0x1442ba[_0xbbdfd7(0x16d)]),this[_0xbbdfd7(0x133)][_0xbbdfd7(0x120)](this[_0xbbdfd7(0x1a2)][_0xbbdfd7(0x190)],this[_0xbbdfd7(0x1a2)][_0xbbdfd7(0x1c4)]),this[_0xbbdfd7(0x1a2)]['on'](_0xbbdfd7(0x125),(_0x163d22,_0x3aa02d)=>{const _0x5041ff=_0xbbdfd7;switch(_0x3aa02d[_0x5041ff(0x15e)]){case _0x5041ff(0x187):case _0x5041ff(0x142):this[_0x5041ff(0x137)][_0x5041ff(0x12b)](),this[_0x5041ff(0x133)][_0x5041ff(0x17b)](_0x3aa02d);break;case _0x5041ff(0x12a):this[_0x5041ff(0x133)][_0x5041ff(0x18c)]();break;case _0x5041ff(0x13d):this[_0x5041ff(0x133)][_0x5041ff(0x126)]();break;case _0x5041ff(0x16c):this[_0x5041ff(0x133)][_0x5041ff(0x152)]();break;case _0x5041ff(0x1c8):this[_0x5041ff(0x133)][_0x5041ff(0x11a)](),this[_0x5041ff(0x1b2)](new _0x3c944c(_0x5041ff(0x12c),this,this[_0x5041ff(0x1a2)]?.[_0x5041ff(0x144)]));break;case _0x5041ff(0x14c):this[_0x5041ff(0x133)][_0x5041ff(0x1ae)](),this[_0x5041ff(0x1b2)](new _0x3c944c(_0x5041ff(0x1b8),this,this[_0x5041ff(0x1a2)]?.[_0x5041ff(0x144)]));break;case _0x5041ff(0x155):this[_0x5041ff(0x1a2)]&&this[_0x5041ff(0x1a2)][_0x5041ff(0x12d)]>0x0?setTimeout(()=>{const _0x53781b=_0x5041ff;this[_0x53781b(0x1a2)]?.[_0x53781b(0x18d)]();},0x0):this[_0x5041ff(0x163)](!0x0);}_0x5041ff(0x13d)!==_0x3aa02d[_0x5041ff(0x15e)]&&_0x5041ff(0x14c)!==_0x3aa02d[_0x5041ff(0x15e)]&&_0x5041ff(0x1c8)!==_0x3aa02d[_0x5041ff(0x15e)]||this[_0x5041ff(0x1a2)]?.[_0x5041ff(0x1a0)]();}),this[_0xbbdfd7(0x1a2)]['on'](_0xbbdfd7(0x147),(_0x4ff9c6,_0x119c2e)=>{const _0x1fda54=_0xbbdfd7;if(!this[_0x1fda54(0x1a2)])throw new _0x3c944c(_0x1fda54(0x140),this);const _0x1cb465=this[_0x1fda54(0x137)][_0x1fda54(0x174)](_0x119c2e[_0x1fda54(0x11c)][_0x1fda54(0x11e)],_0x119c2e[_0x1fda54(0x11c)][_0x1fda54(0x1c6)]);_0x119c2e[_0x1fda54(0x15a)][_0x1fda54(0x1cd)](_0x119c2e[_0x1fda54(0x11c)]['id'],_0x1cb465);}),this[_0xbbdfd7(0x1a2)]['on'](_0xbbdfd7(0x177),(_0x593253,_0x3bc431)=>{const _0x32bcc3=_0xbbdfd7;for(const _0x2587f8 of _0x3bc431[_0x32bcc3(0x16b)])this[_0x32bcc3(0x133)][_0x32bcc3(0x181)](_0x2587f8);this[_0x32bcc3(0x137)][_0x32bcc3(0x143)](_0x3bc431[_0x32bcc3(0x16b)],_0x3bc431[_0x32bcc3(0x15a)][_0x32bcc3(0x199)]);}),this[_0xbbdfd7(0x1a2)]['on'](_0xbbdfd7(0x18f),(_0x5648bf,_0x88b18a)=>{const _0x40827e=_0xbbdfd7;this[_0x40827e(0x133)][_0x40827e(0x14b)](_0x88b18a[_0x40827e(0x1a6)]['id'],_0x88b18a[_0x40827e(0x15e)]);}),this[_0xbbdfd7(0x1a2)]['on'](_0xbbdfd7(0x1a4),(_0x510977,_0x4f6125)=>{const _0x5ac4b7=_0xbbdfd7;this[_0x5ac4b7(0x133)][_0x5ac4b7(0x17c)](_0x4f6125[_0x5ac4b7(0x1a6)]['id']);const _0xdb7dd9=this[_0x5ac4b7(0x137)][_0x5ac4b7(0x1a1)](_0x4f6125[_0x5ac4b7(0x1a6)]['id']);if(!_0xdb7dd9)return;if(_0x5ac4b7(0x166)===this[_0x5ac4b7(0x1b6)]){const _0x4c9810=this[_0x5ac4b7(0x133)][_0x5ac4b7(0x188)](_0x4f6125[_0x5ac4b7(0x1a6)]['id']);_0x4c9810&&_0x5120ce(_0x4c9810[_0x5ac4b7(0x139)](_0x5ac4b7(0x18b))||_0x4c9810);}else{if(_0x5ac4b7(0x119)===this[_0x5ac4b7(0x1b6)]){const _0x285f8a={'target':_0xdb7dd9[_0x5ac4b7(0x170)],'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0};_0x376c6f(_0x285f8a);}}const _0x32101d=this[_0x5ac4b7(0x137)][_0x5ac4b7(0x1bb)]();this[_0x5ac4b7(0x133)][_0x5ac4b7(0x1c5)](_0x4f6125[_0x5ac4b7(0x1a6)],_0xdb7dd9[_0x5ac4b7(0x170)],void 0x0,_0x5ac4b7(0x19e),_0x32101d?.[_0x5ac4b7(0x198)]?.[_0x5ac4b7(0x1a8)]?.[_0x5ac4b7(0x122)](),_0x32101d?.['ui']?.[_0x5ac4b7(0x175)]);}),this[_0xbbdfd7(0x1a2)]['on'](_0xbbdfd7(0x185),()=>{const _0x3d8f38=_0xbbdfd7;this[_0x3d8f38(0x133)][_0x3d8f38(0x136)](),this[_0x3d8f38(0x133)][_0x3d8f38(0x154)]();});try{await this[_0xbbdfd7(0x1a2)][_0xbbdfd7(0x186)]();}catch(_0xab1522){_0xab1522 instanceof Error&&_0xab1522[_0xbbdfd7(0x14f)][_0xbbdfd7(0x145)](_0xbbdfd7(0x1b9))||(_0xab1522 instanceof _0x3c944c?this[_0xbbdfd7(0x1b2)](_0xab1522):this[_0xbbdfd7(0x1b2)](new _0x3c944c(_0xbbdfd7(0x172),this,{'error':_0xab1522})));}}else this[_0xbbdfd7(0x1b2)](new _0x3c944c(_0xbbdfd7(0x12f),this,{'checkId':_0x1442ba['id']}));}),this[_0x125b54(0x150)](this[_0x125b54(0x133)],_0x125b54(0x132),()=>{const _0x5bd164=_0x125b54;this[_0x5bd164(0x163)]();}),this[_0x125b54(0x150)](this[_0x125b54(0x133)],_0x125b54(0x15d),()=>{const _0x263fb6=_0x125b54;this[_0x263fb6(0x163)](!0x0);}),this[_0x125b54(0x150)](this[_0x125b54(0x133)],_0x125b54(0x11f),()=>{const _0xd6f7ec=_0x125b54;this[_0xd6f7ec(0x1a2)]&&this[_0xd6f7ec(0x1a2)][_0xd6f7ec(0x1af)]();}),this[_0x125b54(0x150)](this[_0x125b54(0x133)],_0x125b54(0x19a),()=>{const _0x1fd8fb=_0x125b54;this[_0x1fd8fb(0x163)](!0x0);}),this[_0x125b54(0x150)](this[_0x125b54(0x133)],_0x125b54(0x18a),()=>{const _0x4b2f6b=_0x125b54;if(!this[_0x4b2f6b(0x1a2)])return;const _0xc3bde0=this[_0x4b2f6b(0x1a2)][_0x4b2f6b(0x178)]();_0xc3bde0[_0x4b2f6b(0x127)]&&(this[_0x4b2f6b(0x137)][_0x4b2f6b(0x1b4)](_0xc3bde0[_0x4b2f6b(0x1c9)](_0x1cc3c2=>_0x1cc3c2['id'])),this[_0x4b2f6b(0x1a2)][_0x4b2f6b(0x196)](),this[_0x4b2f6b(0x1a2)][_0x4b2f6b(0x1a0)]());}),this[_0x125b54(0x150)](this[_0x125b54(0x133)],_0x125b54(0x153),(_0x9ada8a,_0x73f21a)=>{const _0x24f89e=_0x125b54;this[_0x24f89e(0x1a2)]&&this[_0x24f89e(0x1a2)][_0x24f89e(0x158)](_0x73f21a['id'])&&(this[_0x24f89e(0x137)][_0x24f89e(0x1b4)]([_0x73f21a['id']]),this[_0x24f89e(0x1a2)][_0x24f89e(0x179)](_0x73f21a['id']),this[_0x24f89e(0x133)][_0x24f89e(0x154)](),this[_0x24f89e(0x1a2)][_0x24f89e(0x1a0)](_0x73f21a['id']));}),this[_0x125b54(0x150)](this[_0x125b54(0x133)],_0x125b54(0x17f),(_0x14b89e,_0x44f7f7)=>{const _0xa90455=_0x125b54;this[_0xa90455(0x1a2)]&&this[_0xa90455(0x1a2)][_0xa90455(0x158)](_0x44f7f7['id'])&&(this[_0xa90455(0x137)][_0xa90455(0x116)](_0x44f7f7['id']),this[_0xa90455(0x1a2)][_0xa90455(0x176)](_0x44f7f7['id']),this[_0xa90455(0x133)][_0xa90455(0x154)](),this[_0xa90455(0x1a2)][_0xa90455(0x1a0)](_0x44f7f7['id']));}),this[_0x125b54(0x150)](this[_0x125b54(0x133)],_0x125b54(0x146),(_0x208e13,_0x2ed5dd)=>{const _0xe984ce=_0x125b54;this[_0xe984ce(0x180)]=_0x2ed5dd['on'],this[_0xe984ce(0x1cf)](this[_0xe984ce(0x180)]);}),this[_0x125b54(0x150)](this[_0x125b54(0x133)],_0x125b54(0x168),async()=>{const _0x59c2c6=_0x125b54;this[_0x59c2c6(0x1a2)]&&(this[_0x59c2c6(0x137)][_0x59c2c6(0x1b5)](),this[_0x59c2c6(0x1a2)][_0x59c2c6(0x1a3)](this[_0x59c2c6(0x137)][_0x59c2c6(0x1b0)]()),await this[_0x59c2c6(0x1a2)][_0x59c2c6(0x160)]());}),this[_0x125b54(0x150)](this[_0x125b54(0x133)],_0x125b54(0x1cb),(_0x37b6c1,_0x4c72cc)=>{const _0x832b7c=_0x125b54;this[_0x832b7c(0x1a2)]&&(this[_0x832b7c(0x1b6)]=_0x832b7c(0x119),this[_0x832b7c(0x1a2)][_0x832b7c(0x1cb)](_0x4c72cc['id']));}),this[_0x125b54(0x150)](this[_0x125b54(0x133)],_0x125b54(0x13c),()=>{const _0x3f9b00=_0x125b54;this[_0x3f9b00(0x1a2)]&&this[_0x3f9b00(0x1a2)][_0x3f9b00(0x13c)]();}),this[_0x125b54(0x150)](this[_0x125b54(0x137)][_0x125b54(0x16e)],_0x125b54(0x138),(_0x55618f,_0x29928c)=>{const _0x4fe6c7=_0x125b54;if(!this[_0x4fe6c7(0x1a2)])return;this[_0x4fe6c7(0x1b6)]=_0x4fe6c7(0x166),this[_0x4fe6c7(0x1a2)][_0x4fe6c7(0x1cb)](_0x29928c[_0x4fe6c7(0x19b)]);const _0x47e761=this[_0x4fe6c7(0x1a2)][_0x4fe6c7(0x13f)](_0x29928c[_0x4fe6c7(0x19b)]);if(!_0x47e761)return;const _0x164705=this[_0x4fe6c7(0x137)][_0x4fe6c7(0x1bb)]();this[_0x4fe6c7(0x133)][_0x4fe6c7(0x1c5)](_0x47e761,_0x29928c[_0x4fe6c7(0x182)],_0x29928c[_0x4fe6c7(0x15c)],_0x4fe6c7(0x19e),_0x164705?.[_0x4fe6c7(0x198)]?.[_0x4fe6c7(0x1a8)]?.[_0x4fe6c7(0x122)](),_0x164705?.['ui']?.[_0x4fe6c7(0x175)]);}),this[_0x125b54(0x150)](this[_0x125b54(0x137)][_0x125b54(0x16e)],_0x125b54(0x14a),(_0x4b2998,_0x295c29)=>{const _0x32a2c7=_0x125b54;if(!this[_0x32a2c7(0x1a2)])return;if(this[_0x32a2c7(0x1a2)][_0x32a2c7(0x121)]())return;const _0x5192a1=this[_0x32a2c7(0x1a2)][_0x32a2c7(0x13f)](_0x295c29[_0x32a2c7(0x19b)]);if(!_0x5192a1)return;const _0x304f63=this[_0x32a2c7(0x137)][_0x32a2c7(0x1bb)]();this[_0x32a2c7(0x133)][_0x32a2c7(0x1c5)](_0x5192a1,_0x295c29[_0x32a2c7(0x182)],_0x295c29[_0x32a2c7(0x15c)],_0x32a2c7(0x15f),_0x304f63?.[_0x32a2c7(0x198)]?.[_0x32a2c7(0x1a8)]?.[_0x32a2c7(0x122)](),_0x304f63?.['ui']?.[_0x32a2c7(0x175)]);}),this[_0x125b54(0x150)](this[_0x125b54(0x137)][_0x125b54(0x16e)],_0x125b54(0x1c3),()=>{const _0x4a97a1=_0x125b54;if(!this[_0x4a97a1(0x1a2)])return;this[_0x4a97a1(0x1a2)][_0x4a97a1(0x121)]()||this[_0x4a97a1(0x133)][_0x4a97a1(0x154)]();}),this[_0x125b54(0x150)](this[_0x125b54(0x137)][_0x125b54(0x16e)],_0x125b54(0x161),(_0x63cc9a,_0x3f15d8)=>{const _0x5c5dcf=_0x125b54;this[_0x5c5dcf(0x1a2)]&&this[_0x5c5dcf(0x1a2)][_0x5c5dcf(0x141)](_0x3f15d8[_0x5c5dcf(0x19b)]);}),this[_0x125b54(0x150)](this[_0x125b54(0x137)][_0x125b54(0x16e)],_0x125b54(0x11d),(_0x3a2141,_0x485eee)=>{const _0xfb9b5a=_0x125b54;this[_0xfb9b5a(0x1a2)]&&this[_0xfb9b5a(0x1a2)][_0xfb9b5a(0x194)](_0x485eee[_0xfb9b5a(0x19b)]);});}[_0x38a0f8(0x163)](_0x51345d=!0x1){const _0x4d3007=_0x38a0f8;this[_0x4d3007(0x1a2)]&&(this[_0x4d3007(0x1a2)][_0x4d3007(0x1c7)]||this[_0x4d3007(0x1a2)][_0x4d3007(0x1a0)](),this[_0x4d3007(0x1a2)][_0x4d3007(0x149)](),this[_0x4d3007(0x1a2)][_0x4d3007(0x1af)](),this[_0x4d3007(0x1a2)]=void 0x0),_0x51345d&&this[_0x4d3007(0x133)][_0x4d3007(0x1ca)](),this[_0x4d3007(0x137)][_0x4d3007(0x1b5)](),this[_0x4d3007(0x137)][_0x4d3007(0x1b3)](),this[_0x4d3007(0x1b6)]=null;const _0x14f7ac=this[_0x4d3007(0x137)][_0x4d3007(0x1bb)]();_0x14f7ac&&_0x14f7ac[_0x4d3007(0x198)][_0x4d3007(0x1a8)][_0x4d3007(0x1a6)](_0x11c4cb=>{const _0x221a9d=_0x4d3007,_0x1e9340=_0x14f7ac[_0x221a9d(0x198)][_0x221a9d(0x1a8)][_0x221a9d(0x1c0)][_0x221a9d(0x1d0)]();_0x11c4cb[_0x221a9d(0x1c1)](_0x221a9d(0x11b),_0x1e9340),_0x11c4cb[_0x221a9d(0x1c1)](_0x221a9d(0x1b1),_0x1e9340);});}[_0x38a0f8(0x1cf)](_0x2f1bd1){const _0x19bec5=_0x38a0f8,_0x564401=this[_0x19bec5(0x137)][_0x19bec5(0x1bb)]();_0x2f1bd1?this[_0x19bec5(0x133)][_0x19bec5(0x134)]():this[_0x19bec5(0x133)][_0x19bec5(0x12e)](),_0x564401&&_0x564401[_0x19bec5(0x198)][_0x19bec5(0x1a8)][_0x19bec5(0x1a6)](_0x17f04c=>{const _0x203e2e=_0x19bec5,_0x29910f=_0x564401[_0x203e2e(0x198)][_0x203e2e(0x1a8)][_0x203e2e(0x1c0)][_0x203e2e(0x1d0)]();_0x17f04c[_0x203e2e(0x1c1)](_0x203e2e(0x11b),_0x29910f),_0x17f04c[_0x203e2e(0x1c1)](_0x203e2e(0x1b1),_0x29910f),_0x17f04c[_0x203e2e(0x1bf)](_0x2f1bd1?_0x203e2e(0x11b):_0x203e2e(0x1b1),_0x29910f);});}[_0x38a0f8(0x13b)](_0x85a283){const _0x1d2ce1=_0x38a0f8;return _0x85a283[_0x1d2ce1(0x1c9)](_0x4397b9=>{const _0x459a81=_0x1d2ce1,_0x133697=_0x459a81(0x189)+_0x4397b9['id'][_0x459a81(0x1ac)]()[_0x459a81(0x16a)]('-','_'),_0xa83c00={..._0x4397b9,'title':this[_0x459a81(0x13e)](_0x133697+_0x459a81(0x16f),_0x4397b9[_0x459a81(0x190)]),'description':this[_0x459a81(0x13e)](_0x133697+_0x459a81(0x130),_0x4397b9[_0x459a81(0x148)])};return _0x4397b9[_0x459a81(0x165)]&&(_0xa83c00[_0x459a81(0x165)]=_0x4397b9[_0x459a81(0x165)][_0x459a81(0x1c9)](_0x56e559=>({..._0x56e559,'label':this[_0x459a81(0x13e)](_0x133697+_0x459a81(0x1bc),_0x56e559[_0x459a81(0x151)]||''),'data':_0x56e559[_0x459a81(0x187)]?_0x56e559[_0x459a81(0x187)][_0x459a81(0x1c9)](_0x8937eb=>({..._0x8937eb,'label':this[_0x459a81(0x13e)](_0x133697+_0x459a81(0x1ad)+_0x8937eb['id'][_0x459a81(0x1ac)](),_0x8937eb[_0x459a81(0x151)])})):void 0x0}))),_0xa83c00;});}[_0x38a0f8(0x13e)](_0x295876,_0x24d2a8){const _0x3f2003=_0x38a0f8,_0x2fd85b=this[_0x3f2003(0x1bd)][_0x3f2003(0x191)],_0x2fdcb7=_0x123166(_0x2fd85b,_0x295876);return _0x2fdcb7===_0x295876?_0x24d2a8:_0x2fdcb7;}[_0x38a0f8(0x1b2)](_0x297752){const _0x3ca006=_0x38a0f8;_0x21e434(_0x297752[_0x3ca006(0x14f)]),_0x297752[_0x3ca006(0x14f)][_0x3ca006(0x1ba)](_0x3ca006(0x193))?this[_0x3ca006(0x133)][_0x3ca006(0x17a)]():this[_0x3ca006(0x133)][_0x3ca006(0x11a)]();}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0xf02703=_0x4671;(function(_0x3c6f8c,_0x27f308){const _0x23c87c=_0x4671,_0x4d208c=_0x3c6f8c();while(!![]){try{const _0x4f5c90=parseInt(_0x23c87c(0xee))/0x1*(-parseInt(_0x23c87c(0x80))/0x2)+-parseInt(_0x23c87c(0xfd))/0x3+parseInt(_0x23c87c(0x10f))/0x4*(-parseInt(_0x23c87c(0x102))/0x5)+-parseInt(_0x23c87c(0xb6))/0x6*(parseInt(_0x23c87c(0xf7))/0x7)+-parseInt(_0x23c87c(0xa1))/0x8*(-parseInt(_0x23c87c(0xac))/0x9)+parseInt(_0x23c87c(0x103))/0xa+parseInt(_0x23c87c(0x170))/0xb;if(_0x4f5c90===_0x27f308)break;else _0x4d208c['push'](_0x4d208c['shift']());}catch(_0x49b64d){_0x4d208c['push'](_0x4d208c['shift']());}}}(_0xd36e,0x7a8c5));function _0x4671(_0x47793c,_0x579979){const _0xd36ec6=_0xd36e();return _0x4671=function(_0x467188,_0x41537d){_0x467188=_0x467188-0x7d;let _0x5d6016=_0xd36ec6[_0x467188];return _0x5d6016;},_0x4671(_0x47793c,_0x579979);}import{InsertOperation as _0x9e02ab,MarkerOperation as _0x58306e,ModelDocumentFragment as _0x379dd4,ModelPosition as _0x110ede,ModelRange as _0x448e38,ModelTreeWalker as _0x26515f,transformOperationSets as _0x49443f}from'ckeditor5/src/engine.js';import{DomEmitterMixin as _0x4ac2fd,EmitterMixin as _0xbd5e3a}from'ckeditor5/src/utils.js';import{ContextPlugin as _0x325aae}from'ckeditor5/src/core.js';import{DocumentCompare as _0x34a26d,DATA_ID_MODEL_ATTRIBUTE as _0x25a6c5,DATA_ID_VIEW_ATTRIBUTE as _0x408446}from'ckeditor5-collaboration/src/collaboration-core.js';import{getEditorFromContext as _0xbaece2}from'../aicore/utils/geteditorfromcontext.js';import{AIEditing as _0x1383d8}from'../aicore/aiediting.js';function _0xd36e(){const _0x1047e2=['suggestion:insertion:id:authorId:','12rwvLah','suggestion:deletion:id:authorId:','target','plugins','schema','has','data-marker-id','_findAdjacentContextDistance','_domEmitter','stringify','$markedRemove','offsetSize','isPremiumPlugin','rootName','editingDowncast','clearAllMarkers','map','_parseMarkerName','changeMarkerClick','groupId','getRoots','isIntersecting','outerHTML','changeMarkerHovered','forward','enableReadOnlyMode','htmlProcessor','emitter','parse','ck-ai_review-mode-marker_context-start','_createGetContextFn','oldRange','differ','addMarker','model','offset','_changePositionOwnerDocument','pop','getDomRoot','_groupAdjacentOperations','getChild','relatedTarget','baseVersion','fire','getDiff','_setAttribute','_removeChildren','name','reviewmode-','createText','addOperation','data','getChanges','isTouching','.ck-reset.ck-ai-review-mode-balloon-panel-suggestion','change','368309ZRxcTX','downcast','getStart','type','dataDowncast','_markers','index','$textProxy','_sortMarkers','1160747yLUEJd','getAttribute','disableReadOnlyMode','delete','remove','values','1881303ABeynp','createDocumentFragment','applyChange','$documentFragment','howMany','2073310NhpQnY','7614780TAnSVR','elements','path','start','documentFragment','requires','_changePosition','every','attributeToAttribute','getRange','insertContent','_nextDataId','4Jxpgea','switchToReadOnly','domConverter','ellipsisBefore','forEach','_getChangeContext','_getOperationStart','_removeAttribute','root','No\x20element\x20found\x20for\x20ID:\x20','AIEditing','operationsIsolated','markerToElement','deleteContent','remove-text','_changeRange','model:$text','_createGetContentFn','createRange','closest','toDomElement','getShiftedBy','getRoot','processor','document','changeMarkerBlurred','viewToDom','getDocumentData','append','registerPostFixer','_validateMarkers','_findMarkerElement','$graveyard','mouseover','newRange','length','remove-context','listenTo','position','hasClass','includes','[data-marker-id=\x22','click','getOperations','view','warn','changeMarkerRestored','ck-ai_review-mode-marker_','version','add','filter','marker','createPositionAfter','createPositionAt','hasAttribute','affectsData','AIReviewModeEditing','removeMarker','ck-ai_review-mode-marker_underline','element','className','text','hasContentBefore','DocumentCompare','ck-ai_review-mode-marker_strikethrough','insert','isOpening','remove-only','htmlWriter','innerHTML','isAtStart','flat','toData','createSelection','history','childCount','createRawElement','getPath','getEditor','getHtml','_createGetContentUsingDataIdFn','clear','span','_getOperationEnd','keys','batch','hasContentAfter','parent','_appendChild','getMarkerElementForChange','push','sort','createUIElement','_changeRangeOwnerDocument','_shiftOperation','ck-ai_review-mode-marker_add','markerName','11954701ufkprg','[data-id=\x22','exec','rejectChange','switchToEdit','markerToHighlight','isInline','diffContent','2cKHAqZ','containsRange','clone','_handleMarkerChanges','_haveSingleTopLevelElement','nodes','set','jumpTo','conversion','changeMarkerRemoved','context','end','markers','_upsertDataId','_clone','querySelector','_getMarkersDataForGroup','containerElement','split','size','suggestion-context','for','ck-ai_review-mode-marker_context-','markChangePositionInEditorContent','isAtEnd','getChildren','backward','afterInit','operationsA','_eventEmitter','_hasSameTopLevelElement','applyOperation','ck-ai_review-mode-marker_context-end','3416dTrGlO','getChangedMarkers','_insertMarkers','parentElement','startsWith','ai-review-mode','toView','concat','_translateOperationToEditorContent','_changeOperationOwnerDocument','isDocumentOperation','8334VbjiAC','ck-ai_review-mode-marker_hide','isOfficialPlugin','get','editing','_haveOnlyInlineContent','ellipsisAfter','from','pluginName'];_0xd36e=function(){return _0x1047e2;};return _0xd36e();}import{debounce as _0x2a7890}from'es-toolkit/compat';const we=_0xf02703(0xe6);export class AIReviewModeEditing extends _0x325aae{static get[_0xf02703(0xb4)](){const _0x3b092e=_0xf02703;return _0x3b092e(0x147);}static get[_0xf02703(0x108)](){return[_0x34a26d,_0x1383d8];}static get[_0xf02703(0xae)](){return!0x0;}static get[_0xf02703(0xc2)](){return!0x0;}[_0xf02703(0xf3)]=new Map();[_0xf02703(0xbe)];[_0xf02703(0x9d)];constructor(_0x5c6692){const _0x467626=_0xf02703;super(_0x5c6692),this[_0x467626(0xbe)]=new(_0x4ac2fd())(),this[_0x467626(0x9d)]=new(_0xbd5e3a())();}get[_0xf02703(0xd1)](){const _0x469d0f=_0xf02703;return this[_0x469d0f(0x9d)];}[_0xf02703(0x9b)](){const _0x50c952=_0xf02703,_0x29e7af=_0xbaece2(this[_0x50c952(0x8a)]);_0x29e7af[_0x50c952(0x88)][_0x50c952(0x95)](_0x50c952(0xc4))[_0x50c952(0x11b)]({'model':we+_0x50c952(0x150),'view':(_0x1454aa,{writer:_0x40009c})=>{const _0x2cdcef=_0x50c952,_0x1a7224=this[_0x2cdcef(0xf3)][_0x2cdcef(0xaf)](_0x1454aa[_0x2cdcef(0x16f)]),_0x1460f3={'class':_0x2cdcef(0x16e),'data-marker-id':_0x1454aa[_0x2cdcef(0x16f)]};return _0x40009c[_0x2cdcef(0x16b)](_0x2cdcef(0x161),_0x1460f3,function(_0x50c038){const _0x234b20=_0x2cdcef,_0x39133b=this[_0x234b20(0x123)](_0x50c038);return _0x39133b[_0x234b20(0x154)]=_0x1a7224?.[_0x234b20(0x14c)]||'',_0x39133b;});}}),_0x29e7af[_0x50c952(0x88)][_0x50c952(0x95)](_0x50c952(0xc4))[_0x50c952(0x7d)]({'model':we+_0x50c952(0x152),'view':_0x120319=>({'classes':_0x50c952(0x14f),'attributes':{'data-marker-id':_0x120319[_0x50c952(0x16f)]}})}),_0x29e7af[_0x50c952(0x88)][_0x50c952(0x95)](_0x50c952(0xc4))[_0x50c952(0x7d)]({'model':we+_0x50c952(0x133),'view':_0x3aab15=>({'classes':_0x50c952(0x149),'attributes':{'data-marker-id':_0x3aab15[_0x50c952(0x16f)]}})}),_0x29e7af[_0x50c952(0x88)][_0x50c952(0x95)](_0x50c952(0xc4))[_0x50c952(0x7d)]({'model':we+_0x50c952(0x11d),'view':_0xd948fa=>({'classes':_0x50c952(0xad),'attributes':{'data-marker-id':_0xd948fa[_0x50c952(0x16f)]}})}),_0x29e7af[_0x50c952(0x88)][_0x50c952(0x95)](_0x50c952(0xf2))[_0x50c952(0x11b)]({'model':we+_0x50c952(0x94),'view':(_0x83fab5,{writer:_0x2b6531})=>_0x2b6531[_0x50c952(0x15b)](_0x50c952(0x161),{'class':_0x50c952(0x96)+(_0x83fab5[_0x50c952(0x151)]?_0x50c952(0x106):_0x50c952(0x8b))})}),_0x29e7af[_0x50c952(0x88)][_0x50c952(0x95)](_0x50c952(0xef))[_0x50c952(0x10b)]({'model':_0x25a6c5,'view':_0x408446}),this[_0x50c952(0xbe)][_0x50c952(0x134)](document,_0x50c952(0x139),(_0x1f00ee,_0x525807)=>{const _0x39fdb5=_0x50c952,_0x2d5ca5=_0x525807[_0x39fdb5(0xb8)],_0x1beb1e=this[_0x39fdb5(0x12e)](_0x2d5ca5);if(!_0x1beb1e)return;const _0x486dc1=_0x1beb1e[_0x39fdb5(0xf8)](_0x39fdb5(0xbc)),_0x4e6c45=_0x486dc1[_0x39fdb5(0x92)](':')[_0x39fdb5(0xdb)]()?.[_0x39fdb5(0x92)]('_')[0x0];this[_0x39fdb5(0x9d)][_0x39fdb5(0xe1)](_0x39fdb5(0xc8),{'markerId':_0x486dc1,'changeId':_0x4e6c45,'markerElement':_0x1beb1e,'domEvent':_0x525807});}),this[_0x50c952(0xbe)][_0x50c952(0x134)](document,_0x50c952(0x130),(_0x358c9a,_0x375f77)=>{const _0x4ee57e=_0x50c952,_0x12fcff=_0x375f77[_0x4ee57e(0xb8)],_0x152fe5=_0x375f77[_0x4ee57e(0xdf)];let _0x5e76d7=this[_0x4ee57e(0x12e)](_0x12fcff);if(!_0x5e76d7&&_0x152fe5&&(_0x5e76d7=this[_0x4ee57e(0x12e)](_0x152fe5)),!_0x5e76d7)return;const _0x40b0a2=_0x5e76d7[_0x4ee57e(0xf8)](_0x4ee57e(0xbc)),_0x3c59a2=_0x40b0a2[_0x4ee57e(0x92)](':')[_0x4ee57e(0xdb)]()?.[_0x4ee57e(0x92)]('_')[0x0];this[_0x4ee57e(0x9d)][_0x4ee57e(0xe1)](_0x4ee57e(0xcd),{'changeId':_0x3c59a2,'markerElement':_0x5e76d7,'domEvent':_0x375f77});}),this[_0x50c952(0xbe)][_0x50c952(0x134)](document,_0x50c952(0x130),_0x2a7890((_0x5403ce,_0x3e2030)=>{const _0x5adca2=_0x50c952,_0x202b54=_0x3e2030[_0x5adca2(0xb8)];if(this[_0x5adca2(0x12e)](_0x202b54))return;_0x202b54[_0x5adca2(0x122)](_0x5adca2(0xec))||this[_0x5adca2(0x9d)][_0x5adca2(0xe1)](_0x5adca2(0x128));},0xc8)),_0x29e7af[_0x50c952(0xd8)][_0x50c952(0x127)][_0x50c952(0x12c)](_0x4eba61=>this[_0x50c952(0x12d)](_0x29e7af,_0x4eba61)),_0x29e7af[_0x50c952(0xd8)][_0x50c952(0x127)]['on'](_0x50c952(0xed),()=>this[_0x50c952(0x83)](_0x29e7af));}[_0xf02703(0x12a)](){const _0xbc23e3=_0xf02703,_0x3fae0f=this[_0xbc23e3(0x8a)][_0xbc23e3(0xb9)][_0xbc23e3(0xaf)](_0xbc23e3(0x119)),_0x5eca67=_0xbaece2(this[_0xbc23e3(0x8a)]),_0x339393=_0x5eca67[_0xbc23e3(0xd8)],_0x295460=new _0x379dd4();for(const _0xe4bcce of _0x339393[_0xbc23e3(0x127)][_0xbc23e3(0x125)]()[_0xbc23e3(0x99)]()){const _0xcd80fd=_0xe4bcce[_0xbc23e3(0x8e)](!0x0);_0x295460[_0xbc23e3(0x167)](_0xcd80fd);}for(const _0x47cb68 of _0x339393[_0xbc23e3(0x8c)])_0x295460[_0xbc23e3(0x8c)][_0xbc23e3(0x86)](_0x47cb68[_0xbc23e3(0xe5)],this[_0xbc23e3(0x16c)](_0x47cb68[_0xbc23e3(0x10c)]()[_0xbc23e3(0x82)](),_0x295460));const _0x4ea4f4=new _0x26515f({'ignoreElementEnd':!0x0,'startPosition':_0x339393[_0xbc23e3(0x144)](_0x295460,0x0)}),_0x58a69f=new Set(),_0x4b4994=new Map();for(const {item:_0xe923ee}of _0x4ea4f4){if(!_0xe923ee['is'](_0xbc23e3(0xf5)))continue;const _0x11aef5=_0xe923ee[_0xbc23e3(0x166)];if(_0x11aef5&&_0x11aef5['is'](_0xbc23e3(0x14a))){const _0x469f30=this[_0xbc23e3(0x8d)](_0x11aef5,()=>_0x3fae0f[_0xbc23e3(0x10e)](_0x58a69f));_0x58a69f[_0xbc23e3(0x140)](_0x469f30);for(const _0x2a406e of _0x11aef5[_0xbc23e3(0x99)]())_0x2a406e['is'](_0xbc23e3(0x14a))&&_0x58a69f[_0xbc23e3(0x140)](this[_0xbc23e3(0x8d)](_0x2a406e,()=>_0x3fae0f[_0xbc23e3(0x10e)](_0x58a69f)));let _0x456184=_0x11aef5;for(;_0x456184[_0xbc23e3(0x166)]&&!_0x456184[_0xbc23e3(0x166)]['is'](_0xbc23e3(0x107));)_0x456184=_0x456184[_0xbc23e3(0x166)],_0x456184[_0xbc23e3(0x145)](_0x25a6c5)&&_0x456184[_0xbc23e3(0x116)](_0x25a6c5);_0x4b4994[_0xbc23e3(0x86)](_0x469f30,{'path':_0x11aef5[_0xbc23e3(0x15c)](),'getContent':this[_0xbc23e3(0x15f)](_0x456184[_0xbc23e3(0x8e)](!0x0),_0x469f30,_0x5eca67[_0xbc23e3(0xe9)])}),_0x4ea4f4[_0xbc23e3(0x87)](_0x339393[_0xbc23e3(0x143)](_0x11aef5));}}return{'content':_0x5eca67[_0xbc23e3(0xe9)][_0xbc23e3(0x126)][_0xbc23e3(0x157)](_0x5eca67[_0xbc23e3(0xe9)][_0xbc23e3(0xa7)](_0x295460)),'version':_0x5eca67[_0xbc23e3(0xd8)][_0xbc23e3(0x127)][_0xbc23e3(0x13f)],'elements':_0x4b4994};}[_0xf02703(0x7f)](_0x597712,_0x353359){const _0x4f1f12=_0xf02703,_0xc8f472=[],_0x571209=_0xbaece2(this[_0x4f1f12(0x8a)]),_0x3a0907=_0x571209[_0x4f1f12(0xe9)][_0x4f1f12(0xd2)](_0x353359,_0x4f1f12(0x100)),_0x4d9ed2=_0x571209[_0x4f1f12(0xe9)][_0x4f1f12(0xd2)](_0x597712,_0x4f1f12(0x100)),_0x33038a=_0x571209[_0x4f1f12(0xd8)][_0x4f1f12(0x144)](_0x4d9ed2,0x0);if(this[_0x4f1f12(0x84)](_0x3a0907)){if(!this[_0x4f1f12(0x9e)](_0x4d9ed2,_0x3a0907))return _0xc8f472;}else{const _0x529cea=_0x571209[_0x4f1f12(0xd8)][_0x4f1f12(0xba)];if(!this[_0x4f1f12(0xb1)](_0x4d9ed2,_0x529cea)||!this[_0x4f1f12(0xb1)](_0x3a0907,_0x529cea))return _0xc8f472;}const _0x3befe1=this[_0x4f1f12(0x8a)][_0x4f1f12(0xb9)][_0x4f1f12(0xaf)](_0x4f1f12(0x14e))[_0x4f1f12(0xe2)](_0x597712,_0x353359,{'anchor':_0x33038a,'markDeletions':!0x0})[_0x4f1f12(0x13a)]()[_0x4f1f12(0x141)](_0x11c148=>_0x4f1f12(0x150)===_0x11c148[_0x4f1f12(0xf1)]||_0x4f1f12(0x142)===_0x11c148[_0x4f1f12(0xf1)]&&_0x11c148[_0x4f1f12(0xe5)][_0x4f1f12(0xa5)](_0x4f1f12(0xc0))),_0x3f18e7=this[_0x4f1f12(0xdd)](_0x3befe1);let _0x1270cd=0x0;return _0x571209[_0x4f1f12(0xd8)][_0x4f1f12(0xed)](_0x5bd2ce=>{const _0x2466f8=_0x4f1f12;for(let _0x16d227=0x0;_0x16d227<_0x3f18e7[_0x2466f8(0x132)];_0x16d227++){const _0x3f9002=_0x3f18e7[_0x16d227],_0x19daff=_0x5bd2ce[_0x2466f8(0xfe)]();for(const _0x38509e of _0x4d9ed2[_0x2466f8(0x99)]())_0x5bd2ce[_0x2466f8(0x12b)](_0x38509e[_0x2466f8(0x8e)](!0x0),_0x19daff);for(const _0x42164b of _0x3f9002[_0x2466f8(0x11a)])if(_0x2466f8(0x150)===_0x42164b[_0x2466f8(0xf1)]){const _0x302b43=_0x42164b;_0x302b43[_0x2466f8(0xe0)]=null,_0x302b43[_0x2466f8(0xab)]=!0x1,this[_0x2466f8(0xaa)](_0x302b43,_0x19daff),_0x5bd2ce[_0x2466f8(0x164)][_0x2466f8(0xe8)](_0x42164b),_0x571209[_0x2466f8(0xd8)][_0x2466f8(0x9f)](_0x42164b);const _0x58440e=_0x2466f8(0xb5)+_0x1270cd++,_0x189e6e=_0x571209[_0x2466f8(0xd8)][_0x2466f8(0x121)](_0x302b43[_0x2466f8(0x135)],_0x302b43[_0x2466f8(0x135)][_0x2466f8(0x124)](_0x302b43[_0x2466f8(0x101)]));_0x19daff[_0x2466f8(0x8c)][_0x2466f8(0x86)](_0x58440e,_0x189e6e);}else{if(_0x2466f8(0x142)===_0x42164b[_0x2466f8(0xf1)]&&_0x42164b[_0x2466f8(0xe5)][_0x2466f8(0xa5)](_0x2466f8(0xc0))){const _0x13e2d0=_0x42164b,_0x11bbf4=_0x2466f8(0xb7)+_0x1270cd++;this[_0x2466f8(0xaa)](_0x13e2d0,_0x19daff),_0x19daff[_0x2466f8(0x8c)][_0x2466f8(0x86)](_0x11bbf4,_0x13e2d0[_0x2466f8(0x131)]);}}const _0x14e8d0=this[_0x2466f8(0x114)](this[_0x2466f8(0xda)](this[_0x2466f8(0x115)](_0x3f9002[_0x2466f8(0x11a)][0x0]),_0x19daff),this[_0x2466f8(0xda)](this[_0x2466f8(0x162)](_0x3f9002[_0x2466f8(0x11a)][_0x3f9002[_0x2466f8(0x11a)][_0x2466f8(0x132)]-0x1]),_0x19daff));_0x19daff[_0x2466f8(0x8c)][_0x2466f8(0x86)](we+_0x2466f8(0x94),new _0x448e38(_0x14e8d0[_0x2466f8(0x106)],_0x14e8d0[_0x2466f8(0x8b)])),_0xc8f472[_0x2466f8(0x169)]({..._0x3f9002,'context':this[_0x2466f8(0xd4)](_0x19daff,_0x571209[_0x2466f8(0xe9)],{'ellipsisBefore':_0x14e8d0[_0x2466f8(0x14d)],'ellipsisAfter':_0x14e8d0[_0x2466f8(0x165)]}),'content':this[_0x2466f8(0x120)](_0x19daff,_0x571209[_0x2466f8(0xe9)])});}}),_0xc8f472;}[_0xf02703(0x97)](_0x3a4f39,_0x430a42){const _0x359075=_0xf02703;if(!_0x3a4f39[_0x359075(0x132)])return;const _0x32d662=_0x3a4f39[0x0][_0x359075(0x166)]['id'],_0x5488e0=_0x430a42[_0x359075(0x104)][_0x359075(0xaf)](_0x32d662);if(!_0x5488e0)return void console[_0x359075(0x13c)](_0x359075(0x118)+_0x32d662);const _0x3c0db6=_0x5488e0[_0x359075(0x105)],_0x7da083=_0xbaece2(this[_0x359075(0x8a)]),_0x5eb4cb=_0x7da083[_0x359075(0xd8)][_0x359075(0x127)][_0x359075(0x159)][_0x359075(0x13a)](_0x430a42[_0x359075(0x13f)]),_0x21314f=[];for(const _0x3ef6aa of _0x3a4f39){const _0x512737=_0x3ef6aa[_0x359075(0x11a)][_0x359075(0xc6)](_0x1ca047=>this[_0x359075(0xa9)](_0x1ca047,_0x3c0db6,_0x7da083[_0x359075(0xd8)][_0x359075(0x127)][_0x359075(0xca)]()[0x0]));if(!_0x512737||!_0x512737[_0x359075(0x132)])continue;const _0x4e3c49=_0x512737[_0x359075(0x10a)](_0x4c2480=>_0x359075(0x142)===_0x4c2480[_0x359075(0xf1)]&&_0x4c2480[_0x359075(0xe5)][_0x359075(0xa5)](_0x359075(0xc0))),_0x5684f3={'document':_0x7da083[_0x359075(0xd8)][_0x359075(0x127)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x5424f2=_0x49443f(_0x512737,_0x5eb4cb,_0x5684f3)[_0x359075(0x9c)];for(const _0x2485e2 of _0x5424f2)if(_0x359075(0x150)===_0x2485e2[_0x359075(0xf1)]){const _0x31bc28=_0x2485e2,_0x4d079f=_0x31bc28[_0x359075(0x85)];let _0x40b05b='';for(const _0x2c83ae of _0x4d079f)_0x2c83ae&&_0x2c83ae['is'](_0x359075(0x11f))&&(_0x40b05b+=_0x2c83ae[_0x359075(0xe9)]);_0x21314f[_0x359075(0x169)]({'start':_0x31bc28[_0x359075(0x135)],'end':_0x31bc28[_0x359075(0x135)],'type':_0x359075(0x150),'groupId':_0x3ef6aa['id'],'text':_0x40b05b});}else{if(_0x359075(0x142)===_0x2485e2[_0x359075(0xf1)]&&_0x2485e2[_0x359075(0xe5)][_0x359075(0xa5)](_0x359075(0xc0))){const _0x51dfa2=_0x2485e2;let _0x428bf1=_0x359075(0x11d);if(_0x4e3c49){const _0x5ddd1c=this[_0x359075(0xbd)](_0x51dfa2[_0x359075(0x131)][_0x359075(0x106)],_0x359075(0x9a),_0x7da083[_0x359075(0xd8)][_0x359075(0xba)]),_0x2770fa=this[_0x359075(0xbd)](_0x51dfa2[_0x359075(0x131)][_0x359075(0x8b)],_0x359075(0xce),_0x7da083[_0x359075(0xd8)][_0x359075(0xba)]);if(_0x5ddd1c||_0x2770fa){const _0x4bfd11=_0x51dfa2[_0x359075(0x131)][_0x359075(0x106)][_0x359075(0x124)](-_0x5ddd1c),_0x545fb3=_0x51dfa2[_0x359075(0x131)][_0x359075(0x8b)][_0x359075(0x124)](_0x2770fa);_0x21314f[_0x359075(0x169)]({'start':_0x4bfd11,'end':_0x545fb3,'groupId':_0x3ef6aa['id'],'type':_0x359075(0x133)});}else _0x428bf1=_0x359075(0x152);}_0x21314f[_0x359075(0x169)]({'start':_0x51dfa2[_0x359075(0x131)][_0x359075(0x106)],'end':_0x51dfa2[_0x359075(0x131)][_0x359075(0x8b)],'groupId':_0x3ef6aa['id'],'type':_0x428bf1});}}}this[_0x359075(0xa3)](_0x21314f);}[_0xf02703(0xc5)](){const _0x16bb44=_0xf02703,_0x28cb54=_0xbaece2(this[_0x16bb44(0x8a)]);_0x28cb54[_0x16bb44(0xd8)][_0x16bb44(0xed)](_0x3b8b2c=>{const _0xfdfb9b=_0x16bb44;for(const _0x5d4496 of this[_0xfdfb9b(0xf3)][_0xfdfb9b(0x163)]())_0x28cb54[_0xfdfb9b(0xd8)][_0xfdfb9b(0x8c)][_0xfdfb9b(0xaf)](_0x5d4496)&&_0x3b8b2c[_0xfdfb9b(0x148)](_0x5d4496);}),this[_0x16bb44(0xf3)][_0x16bb44(0x160)]();}[_0xf02703(0x110)](){const _0x3d3b61=_0xf02703;_0xbaece2(this[_0x3d3b61(0x8a)])[_0x3d3b61(0xcf)](_0x3d3b61(0xa6));}[_0xf02703(0x174)](){const _0x311532=_0xf02703;_0xbaece2(this[_0x311532(0x8a)])[_0x311532(0xf9)](_0x311532(0xa6));}[_0xf02703(0xff)](_0x249dd5){const _0x125d28=_0xf02703,_0x491ae1=_0xbaece2(this[_0x125d28(0x8a)]),_0x5c07cd=_0x491ae1[_0x125d28(0xd8)],_0x22f5e2=_0x249dd5[_0x125d28(0xc6)](_0x224b22=>this[_0x125d28(0x90)](_0x224b22))[_0x125d28(0x156)]();_0x5c07cd[_0x125d28(0xed)](_0x34fce8=>{const _0x1c4e27=_0x125d28;for(const _0x44312e of _0x22f5e2){const _0x5ead91=_0x491ae1[_0x1c4e27(0xd8)][_0x1c4e27(0x8c)][_0x1c4e27(0xaf)](_0x44312e['id']);_0x5ead91&&(_0x1c4e27(0x150)===_0x44312e[_0x1c4e27(0xf1)]?_0x5c07cd[_0x1c4e27(0x10d)](_0x34fce8[_0x1c4e27(0xe7)](_0x44312e[_0x1c4e27(0x14c)]||''),_0x5ead91[_0x1c4e27(0x10c)]()[_0x1c4e27(0x106)]):_0x1c4e27(0x11d)!==_0x44312e[_0x1c4e27(0xf1)]&&_0x1c4e27(0x152)!==_0x44312e[_0x1c4e27(0xf1)]||_0x5c07cd[_0x1c4e27(0x11c)](_0x5c07cd[_0x1c4e27(0x158)](_0x5ead91[_0x1c4e27(0x10c)]())),_0x34fce8[_0x1c4e27(0x148)](_0x44312e['id']),this[_0x1c4e27(0xf3)][_0x1c4e27(0xfa)](_0x44312e['id']));}});}[_0xf02703(0x173)](_0x12ba49){const _0x3d3ad9=_0xf02703,_0x4f1ad3=_0xbaece2(this[_0x3d3ad9(0x8a)]),_0x42e95e=this[_0x3d3ad9(0x90)](_0x12ba49);_0x4f1ad3[_0x3d3ad9(0xd8)][_0x3d3ad9(0xed)](_0xaab591=>{const _0x22f2b1=_0x3d3ad9;for(const _0x22461c of _0x42e95e)_0xaab591[_0x22f2b1(0x148)](_0x22461c['id']),this[_0x22f2b1(0xf3)][_0x22f2b1(0xfa)](_0x22461c['id']);});}[_0xf02703(0x15d)](){const _0x4d974e=_0xf02703;return _0xbaece2(this[_0x4d974e(0x8a)]);}[_0xf02703(0x168)](_0xb1902d){const _0x55ec58=_0xf02703,_0x5e6f52=Array[_0x55ec58(0xb3)](this[_0x55ec58(0xf3)][_0x55ec58(0xfc)]())[_0x55ec58(0x141)](_0x5b64b7=>_0x5b64b7[_0x55ec58(0xc9)]===_0xb1902d);if(!_0x5e6f52[_0x55ec58(0x132)])return null;const _0x18937f=0x1===_0x5e6f52[_0x55ec58(0x132)]?_0x5e6f52[0x0]:this[_0x55ec58(0xf6)](_0x5e6f52)[0x0],_0x4919ed=_0xbaece2(this[_0x55ec58(0x8a)]),_0x343547=_0x4919ed[_0x55ec58(0xd8)][_0x55ec58(0x8c)][_0x55ec58(0xaf)](_0x18937f['id']);if(!_0x343547)return null;const _0x1184ac=_0x343547[_0x55ec58(0x10c)](),_0x56d306=_0x4919ed[_0x55ec58(0xb0)][_0x55ec58(0x13b)][_0x55ec58(0xdc)]();if(!_0x56d306||!_0x1184ac)return null;const _0x1977ed=_0x56d306[_0x55ec58(0x8f)](_0x55ec58(0x138)+_0x18937f['id']+'\x22]');return _0x1977ed?{'modelRange':_0x1184ac,'domElement':_0x1977ed}:null;}[_0xf02703(0x12d)](_0x5292c0,_0x91a759){const _0xbfd1ee=_0xf02703,_0x1d7c91=Array[_0xbfd1ee(0xb3)](this[_0xbfd1ee(0xf3)][_0xbfd1ee(0x163)]()),_0x298994=new Map();for(const _0x1ca6bf of _0x1d7c91){const _0x2e61fa=_0x5292c0[_0xbfd1ee(0xd8)][_0xbfd1ee(0x8c)][_0xbfd1ee(0xaf)](_0x1ca6bf);if(!_0x2e61fa)continue;const _0x58d158=_0x2e61fa[_0xbfd1ee(0xf0)]()[_0xbfd1ee(0x105)][0x0];_0x298994[_0xbfd1ee(0xbb)](_0x58d158)||_0x298994[_0xbfd1ee(0x86)](_0x58d158,[]),_0x298994[_0xbfd1ee(0xaf)](_0x58d158)[_0xbfd1ee(0x169)](_0x2e61fa);}const _0x4f78d5=new Set();for(const _0x30b90c of _0x5292c0[_0xbfd1ee(0xd8)][_0xbfd1ee(0x127)][_0xbfd1ee(0xd6)][_0xbfd1ee(0xea)]()){let _0x23794c=-0x1,_0x26a588=null;if(_0xbfd1ee(0x150)===_0x30b90c[_0xbfd1ee(0xf1)])_0x26a588=new _0x448e38(_0x30b90c[_0xbfd1ee(0x135)],_0x30b90c[_0xbfd1ee(0x135)][_0xbfd1ee(0x124)](_0x30b90c[_0xbfd1ee(0x132)])),_0x23794c=_0x30b90c[_0xbfd1ee(0x135)][_0xbfd1ee(0x105)][0x0];else{if(_0xbfd1ee(0xfb)!==_0x30b90c[_0xbfd1ee(0xf1)])continue;_0x26a588=new _0x448e38(_0x30b90c[_0xbfd1ee(0x135)]),_0x23794c=_0x30b90c[_0xbfd1ee(0x135)][_0xbfd1ee(0x105)][0x0];}const _0x2179f5=_0x298994[_0xbfd1ee(0xaf)](_0x23794c)||[];if(_0x2179f5[_0xbfd1ee(0x132)]){for(const _0x2c9f23 of _0x2179f5)if(_0x26a588[_0xbfd1ee(0x117)][_0xbfd1ee(0xc3)]===_0x2c9f23[_0xbfd1ee(0x10c)]()[_0xbfd1ee(0x117)][_0xbfd1ee(0xc3)]&&(_0xbfd1ee(0x150)!==_0x30b90c[_0xbfd1ee(0xf1)]||!_0x26a588[_0xbfd1ee(0x81)](_0x2c9f23[_0xbfd1ee(0x10c)]()))&&(_0x26a588[_0xbfd1ee(0xcb)](_0x2c9f23[_0xbfd1ee(0x10c)]())||_0x26a588[_0xbfd1ee(0x106)][_0xbfd1ee(0xeb)](_0x2c9f23[_0xbfd1ee(0x10c)]()[_0xbfd1ee(0x8b)])||_0x26a588[_0xbfd1ee(0x8b)][_0xbfd1ee(0xeb)](_0x2c9f23[_0xbfd1ee(0x10c)]()[_0xbfd1ee(0x106)]))){const _0x50fe94=this[_0xbfd1ee(0xc7)](_0x2c9f23[_0xbfd1ee(0xe5)]);Array[_0xbfd1ee(0xb3)](this[_0xbfd1ee(0xf3)][_0xbfd1ee(0xfc)]())[_0xbfd1ee(0x141)](_0x7984bc=>_0x7984bc[_0xbfd1ee(0xc9)]===_0x50fe94[_0xbfd1ee(0xc9)])[_0xbfd1ee(0x113)](_0x437685=>_0x4f78d5[_0xbfd1ee(0x140)](_0x437685['id']));}}}if(_0x4f78d5[_0xbfd1ee(0x93)]){for(const _0x2e0def of _0x4f78d5)_0x91a759[_0xbfd1ee(0x148)](_0x2e0def);return!0x0;}return!0x1;}[_0xf02703(0x83)](_0x5bec94){const _0x4a2598=_0xf02703;for(const {name:_0x438780,data:_0x451b89}of _0x5bec94[_0x4a2598(0xd8)][_0x4a2598(0x127)][_0x4a2598(0xd6)][_0x4a2598(0xa2)]()){if(!_0x438780[_0x4a2598(0xa5)](we))continue;const _0x5ab5de=_0x451b89[_0x4a2598(0xd5)],_0x1328e7=_0x451b89[_0x4a2598(0x131)],_0x4659a2=_0x5ab5de&&_0x4a2598(0x12f)===_0x5ab5de[_0x4a2598(0x117)][_0x4a2598(0xc3)],_0x2df155=_0x1328e7&&_0x4a2598(0x12f)===_0x1328e7[_0x4a2598(0x117)][_0x4a2598(0xc3)];if(_0x4659a2&&_0x2df155)continue;const _0x111190=this[_0x4a2598(0xc7)](_0x438780);this[_0x4a2598(0xf3)][_0x4a2598(0xaf)](_0x438780)&&(_0x2df155||!_0x1328e7?this[_0x4a2598(0x9d)][_0x4a2598(0xe1)](_0x4a2598(0x89),{'markerId':_0x438780,'changeId':_0x111190[_0x4a2598(0xc9)]}):_0x4659a2&&_0x1328e7&&this[_0x4a2598(0x9d)][_0x4a2598(0xe1)](_0x4a2598(0x13d),{'markerId':_0x438780,'changeId':_0x111190[_0x4a2598(0xc9)]}));}}[_0xf02703(0xc7)](_0x25c579){const _0x4dfaef=_0xf02703,_0x3c60f9=_0x25c579[_0x4dfaef(0x92)](':'),_0x4a6729=(_0x3c60f9[0x1]||'')[_0x4dfaef(0x92)]('_');return{'prefix':_0x3c60f9[0x0],'groupId':_0x4a6729[0x0],'suffix':_0x4a6729[0x1]};}[_0xf02703(0xa9)](_0x3f1381,_0x4439ff,_0x285bc9){const _0xcc802c=_0xf02703;if(_0xcc802c(0x150)===_0x3f1381[_0xcc802c(0xf1)]){const _0x4dff76=_0x3f1381;return new _0x9e02ab(this[_0xcc802c(0x109)](_0x4439ff[_0xcc802c(0xa8)](_0x4dff76[_0xcc802c(0x135)][_0xcc802c(0xd9)]),_0x285bc9),_0x4dff76[_0xcc802c(0x85)],_0x4dff76[_0xcc802c(0xe0)]);}if(_0xcc802c(0x142)===_0x3f1381[_0xcc802c(0xf1)]&&_0x3f1381[_0xcc802c(0xe5)][_0xcc802c(0xa5)](_0xcc802c(0xc0))){const _0x3c4ad2=_0x3f1381;return new _0x58306e(_0x3c4ad2[_0xcc802c(0xe5)],_0x3c4ad2[_0xcc802c(0xd5)],this[_0xcc802c(0x11e)](_0x3c4ad2[_0xcc802c(0x131)],_0x4439ff[_0xcc802c(0xa8)](_0x3c4ad2[_0xcc802c(0x131)][_0xcc802c(0x106)][_0xcc802c(0xd9)]),_0x4439ff[_0xcc802c(0xa8)](_0x3c4ad2[_0xcc802c(0x131)][_0xcc802c(0x8b)][_0xcc802c(0xd9)]),_0x285bc9),_0x3c4ad2[_0xcc802c(0xf3)],_0x3c4ad2[_0xcc802c(0x146)],_0x3c4ad2[_0xcc802c(0xe0)]);}return _0x3f1381;}[_0xf02703(0xdd)](_0x30b031){const _0x3fadbc=_0xf02703;if(!_0x30b031[_0x3fadbc(0x132)])return[];const _0x2f62ba=[];let _0x4c23ee=0x0,_0x2511df=0x0,_0x422c1a=[];for(let _0x50284c=0x0;_0x50284c<=_0x30b031[_0x3fadbc(0x132)];_0x50284c++){const _0x565ac6=_0x30b031[_0x50284c],_0x3c8df1=_0x30b031[_0x50284c-0x1];!_0x565ac6||_0x3c8df1&&!this[_0x3fadbc(0x162)](_0x3c8df1)[_0x3fadbc(0xeb)](this[_0x3fadbc(0x115)](_0x565ac6))?(_0x2f62ba[_0x3fadbc(0x169)]({'operations':_0x422c1a,'operationsIsolated':_0x422c1a[_0x3fadbc(0xc6)](_0xb31fd2=>this[_0x3fadbc(0x16d)](_0xb31fd2[_0x3fadbc(0x82)](),-_0x2511df)),'groupOffset':_0x4c23ee}),_0x422c1a=_0x565ac6?[_0x565ac6]:[],_0x2511df+=_0x4c23ee,_0x4c23ee=0x0):_0x422c1a[_0x3fadbc(0x169)](_0x565ac6),_0x565ac6&&_0x3fadbc(0x150)===_0x565ac6[_0x3fadbc(0xf1)]&&(_0x4c23ee+=_0x565ac6[_0x3fadbc(0x101)]);}return _0x2f62ba;}[_0xf02703(0xbd)](_0x3e52e9,_0x3c5e83,_0x185572,_0x49731f=0x1){const _0x463559=_0xf02703,_0x1ae5cb=new _0x26515f({'startPosition':_0x3e52e9,'direction':_0x3c5e83});let _0x3d9db8=0x0;for(let _0x1045ce=0x0;_0x1045ce<_0x49731f;_0x1045ce++){let _0x17eb1c=0x0,_0x261f56=!0x1,_0xd602c3=_0x463559(0xce)===_0x3c5e83?/^\W*\w+/:/\w+\W*$/;for(const {item:_0xfdd4f2}of _0x1ae5cb)if(_0xfdd4f2['is'](_0x463559(0xf5))){const _0x55da7d=_0xd602c3[_0x463559(0x172)](_0xfdd4f2[_0x463559(0xe9)]);if(_0x55da7d&&_0x55da7d[_0x463559(0x132)]){if(_0x17eb1c+=_0x463559(0xce)===_0x3c5e83?_0x55da7d[_0x463559(0xf4)]+_0x55da7d[0x0][_0x463559(0x132)]:_0xfdd4f2[_0x463559(0xe9)][_0x463559(0x132)]-_0x55da7d[_0x463559(0xf4)],_0x55da7d[0x0][_0x463559(0x132)]!==_0xfdd4f2[_0x463559(0xe9)][_0x463559(0x132)])break;_0x261f56=!0x0,_0xd602c3=_0x463559(0xce)===_0x3c5e83?/^\w+/:/\w+$/;}else{if(_0x261f56)break;_0x17eb1c+=_0xfdd4f2[_0x463559(0xc1)];}}else{if(_0xfdd4f2['is'](_0x463559(0x14a))){_0x185572[_0x463559(0x7e)](_0xfdd4f2)&&!_0x261f56&&(_0x17eb1c+=0x1);break;}}_0x3d9db8+=_0x17eb1c,_0x1ae5cb[_0x463559(0x87)](_0x3e52e9[_0x463559(0x124)](_0x463559(0xce)===_0x3c5e83?_0x3d9db8:-_0x3d9db8));}return _0x3d9db8;}[_0xf02703(0x114)](_0x239ada,_0x470af0){const _0x39f9aa=_0xf02703,_0x12d1fb=_0xbaece2(this[_0x39f9aa(0x8a)])[_0x39f9aa(0xd8)][_0x39f9aa(0xba)],_0x47e867=this[_0x39f9aa(0xbd)](_0x239ada,_0x39f9aa(0x9a),_0x12d1fb,0x6),_0x391763=this[_0x39f9aa(0xbd)](_0x470af0,_0x39f9aa(0xce),_0x12d1fb,0x6),_0xd7e3bf=_0x239ada[_0x39f9aa(0x124)](-_0x47e867),_0x1ecb1d=_0x470af0[_0x39f9aa(0x124)](_0x391763);return{'start':_0xd7e3bf,'end':_0x1ecb1d,'hasContentBefore':!_0xd7e3bf[_0x39f9aa(0x155)],'hasContentAfter':!_0x1ecb1d[_0x39f9aa(0x98)]};}[_0xf02703(0xa3)](_0x4978bd){const _0x17c72b=_0xf02703,_0x594d7c=this[_0x17c72b(0x8a)][_0x17c72b(0xb9)][_0x17c72b(0xaf)](_0x17c72b(0x119)),_0x59d915=new Set();_0xbaece2(this[_0x17c72b(0x8a)])[_0x17c72b(0xd8)][_0x17c72b(0xed)](_0x26d56e=>{const _0x3d38c1=_0x17c72b;for(const _0x244b93 of _0x4978bd){const _0x180f93=''+we+_0x244b93[_0x3d38c1(0xf1)]+':'+_0x244b93[_0x3d38c1(0xc9)]+'_'+_0x594d7c[_0x3d38c1(0x10e)](_0x59d915);this[_0x3d38c1(0xf3)][_0x3d38c1(0x86)](_0x180f93,{'id':_0x180f93,'groupId':_0x244b93[_0x3d38c1(0xc9)],'type':_0x244b93[_0x3d38c1(0xf1)],'text':_0x244b93[_0x3d38c1(0x14c)]}),_0x26d56e[_0x3d38c1(0xd7)](_0x180f93,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x26d56e[_0x3d38c1(0x121)](_0x244b93[_0x3d38c1(0x106)],_0x244b93[_0x3d38c1(0x8b)])});}});}[_0xf02703(0xd4)](_0x3a2b46,_0xca4985,_0x4e1f2b){let _0x133d8b='';return()=>{const _0x44aa09=_0x4671;if(!_0x133d8b){const _0x48e862=_0xca4985[_0x44aa09(0xa7)](_0x3a2b46,{'showSuggestionHighlights':!0x0});let _0x5c896f=_0x48e862[_0x44aa09(0xde)](0x0);if(_0x5c896f['is'](_0x44aa09(0x91))||(_0x5c896f=_0x48e862),!_0x5c896f)return'';let _0x427589=!0x1;const _0x2e3a3d=[];for(const _0x31cbf2 of _0x5c896f[_0x44aa09(0x99)]())_0x31cbf2['is'](_0x44aa09(0x14a),_0x44aa09(0x161))&&_0x31cbf2[_0x44aa09(0x136)](_0x44aa09(0xa0))&&(_0x427589=!0x1),_0x427589&&_0x2e3a3d[_0x44aa09(0x169)](_0x31cbf2),_0x31cbf2['is'](_0x44aa09(0x14a),_0x44aa09(0x161))&&_0x31cbf2[_0x44aa09(0x136)](_0x44aa09(0xd3))&&(_0x427589=!0x0);_0x5c896f[_0x44aa09(0xe4)](0x0,_0x5c896f[_0x44aa09(0x15a)]),_0x4e1f2b?.[_0x44aa09(0x112)]&&_0x5c896f[_0x44aa09(0x167)]('…'),_0x5c896f[_0x44aa09(0x167)](_0x2e3a3d),_0x4e1f2b?.[_0x44aa09(0xb2)]&&_0x5c896f[_0x44aa09(0x167)]('…');const _0x10f389=_0xca4985[_0x44aa09(0xd0)][_0x44aa09(0x111)][_0x44aa09(0x129)](_0x48e862),_0x1d3564=_0xca4985[_0x44aa09(0xd0)][_0x44aa09(0x153)][_0x44aa09(0x15e)](_0x10f389);_0x133d8b=_0x1d3564;}return _0x133d8b;};}[_0xf02703(0x120)](_0x500e67,_0x2ef36b){const _0x29b5a9=_0xf02703;let _0x23dd6a='';return()=>(_0x23dd6a||(_0x23dd6a=_0x2ef36b[_0x29b5a9(0xbf)](_0x500e67,{'showSuggestionHighlights':!0x0})),_0x23dd6a);}[_0xf02703(0x15f)](_0x9cf98c,_0x5557f5,_0x5bd21a){let _0x558dd6='';return()=>{const _0x52734f=_0x4671;if(!_0x558dd6){const _0x337515=_0x5bd21a[_0x52734f(0xa7)](new _0x379dd4(_0x9cf98c)),_0x2f1a5a=_0x5bd21a[_0x52734f(0xd0)][_0x52734f(0x111)][_0x52734f(0x129)](_0x337515)[_0x52734f(0x8f)](_0x52734f(0x171)+_0x5557f5+'\x22]');_0x558dd6=_0x2f1a5a?.[_0x52734f(0xcc)]||'';}return _0x558dd6;};}[_0xf02703(0x12e)](_0x1bde24,_0x3928b3=0x5){const _0xa248e0=_0xf02703;let _0x52beab=_0x1bde24,_0x50f6a2=null;for(let _0x1aba60=0x0;_0x1aba60<_0x3928b3&&_0x52beab;_0x1aba60++){if(!_0x52beab[_0xa248e0(0x14b)]){_0x52beab=_0x52beab[_0xa248e0(0xa4)];continue;}if(!(''+_0x52beab[_0xa248e0(0x14b)])[_0xa248e0(0x137)](_0xa248e0(0x13e))){_0x52beab=_0x52beab[_0xa248e0(0xa4)];continue;}if(!_0x52beab[_0xa248e0(0xf8)](_0xa248e0(0xbc)))break;_0x50f6a2=_0x52beab;break;}return _0x50f6a2;}[_0xf02703(0x90)](_0x2781bd){const _0x2cd8fe=_0xf02703;return Array[_0x2cd8fe(0xb3)](this[_0x2cd8fe(0xf3)][_0x2cd8fe(0xfc)]())[_0x2cd8fe(0x141)](_0x20054f=>_0x20054f[_0x2cd8fe(0xc9)]===_0x2781bd);}[_0xf02703(0x115)](_0x41df34){const _0x4d47ee=_0xf02703;return _0x4d47ee(0x150)===_0x41df34[_0x4d47ee(0xf1)]?_0x41df34[_0x4d47ee(0x135)]:_0x41df34[_0x4d47ee(0x131)][_0x4d47ee(0x106)];}[_0xf02703(0x162)](_0x40d678,_0x2ccb2d=!0x1){const _0x108fa4=_0xf02703;return _0x108fa4(0x150)===_0x40d678[_0x108fa4(0xf1)]?_0x2ccb2d?_0x40d678[_0x108fa4(0x135)]:_0x40d678[_0x108fa4(0x135)][_0x108fa4(0x124)](_0x40d678[_0x108fa4(0x101)]):_0x40d678[_0x108fa4(0x131)][_0x108fa4(0x8b)];}[_0xf02703(0x16d)](_0xcba763,_0x38648a){const _0x2acce1=_0xf02703;return _0x2acce1(0x150)===_0xcba763[_0x2acce1(0xf1)]?_0xcba763[_0x2acce1(0x135)]=_0xcba763[_0x2acce1(0x135)][_0x2acce1(0x124)](_0x38648a):_0x2acce1(0x142)===_0xcba763[_0x2acce1(0xf1)]&&_0xcba763[_0x2acce1(0x131)]&&(_0xcba763[_0x2acce1(0x131)]=new _0x448e38(_0xcba763[_0x2acce1(0x131)][_0x2acce1(0x106)][_0x2acce1(0x124)](_0x38648a),_0xcba763[_0x2acce1(0x131)][_0x2acce1(0x8b)][_0x2acce1(0x124)](_0x38648a))),_0xcba763;}[_0xf02703(0xaa)](_0x3fb8cd,_0x4630fd){const _0x17cc76=_0xf02703;_0x17cc76(0x150)===_0x3fb8cd[_0x17cc76(0xf1)]?_0x3fb8cd[_0x17cc76(0x135)]=this[_0x17cc76(0xda)](_0x3fb8cd[_0x17cc76(0x135)],_0x4630fd):_0x17cc76(0x142)===_0x3fb8cd[_0x17cc76(0xf1)]&&_0x3fb8cd[_0x17cc76(0x131)]&&(_0x3fb8cd[_0x17cc76(0x131)]=this[_0x17cc76(0x16c)](_0x3fb8cd[_0x17cc76(0x131)],_0x4630fd));}[_0xf02703(0xda)](_0x943e92,_0x1099fa){const _0x4008df=_0xf02703;return new _0x110ede(_0x1099fa,_0x943e92[_0x4008df(0x105)]);}[_0xf02703(0x16c)](_0x471a7b,_0x3ce4d0){const _0x55ac06=_0xf02703;return new _0x448e38(this[_0x55ac06(0xda)](_0x471a7b[_0x55ac06(0x106)],_0x3ce4d0),this[_0x55ac06(0xda)](_0x471a7b[_0x55ac06(0x8b)],_0x3ce4d0));}[_0xf02703(0x109)](_0x4a9cc0,_0x1df838){return new _0x110ede(_0x1df838,[..._0x4a9cc0]);}[_0xf02703(0x11e)](_0x12d84f,_0x28d58d,_0x21abf5,_0x340174){const _0x2cda45=_0xf02703;return new _0x448e38(this[_0x2cda45(0x109)](_0x28d58d,_0x340174),this[_0x2cda45(0x109)](_0x21abf5,_0x340174));}[_0xf02703(0xf6)](_0x34386f){const _0x2bc65f=_0xf02703,_0x45e4cb=_0x19a0be=>{const _0x5441af=_0x4671;switch(_0x19a0be){case _0x5441af(0x150):return 0x1;case _0x5441af(0x133):return 0x2;case _0x5441af(0x152):return 0x3;case _0x5441af(0x11d):return 0x4;}};return _0x34386f[_0x2bc65f(0x16a)]((_0x3a8dd8,_0x401c1e)=>_0x45e4cb(_0x3a8dd8[_0x2bc65f(0xf1)])-_0x45e4cb(_0x401c1e[_0x2bc65f(0xf1)]));}[_0xf02703(0x9e)](_0x2c6524,_0x472753){const _0x1c9fbb=_0xf02703,_0xc8c862=_0x2c6524[_0x1c9fbb(0xde)](0x0),_0x12e60e=_0x472753[_0x1c9fbb(0xde)](0x0);return!(!_0xc8c862||!_0x12e60e)&&((!_0xc8c862['is'](_0x1c9fbb(0x14a))||!_0x12e60e['is'](_0x1c9fbb(0x14a))||_0xc8c862[_0x1c9fbb(0xe5)]===_0x12e60e[_0x1c9fbb(0xe5)])&&!(_0xc8c862['is'](_0x1c9fbb(0x14a))&&!_0x12e60e['is'](_0x1c9fbb(0x14a))||!_0xc8c862['is'](_0x1c9fbb(0x14a))&&_0x12e60e['is'](_0x1c9fbb(0x14a))));}[_0xf02703(0x84)](_0x55a0d3){const _0x5061a3=_0xf02703;return 0x1===_0x55a0d3[_0x5061a3(0x15a)];}[_0xf02703(0xb1)](_0xf7db8b,_0x590aed){const _0x179bbe=_0xf02703;for(const _0x6db54f of _0xf7db8b[_0x179bbe(0x99)]())if(_0x6db54f['is'](_0x179bbe(0x14a))&&!_0x590aed[_0x179bbe(0x7e)](_0x6db54f))return!0x1;return!0x0;}[_0xf02703(0x8d)](_0x4e46f6,_0x329ac0){const _0x30b7ba=_0xf02703;let _0x2ad248=_0x4e46f6[_0x30b7ba(0xf8)](_0x25a6c5);return _0x2ad248||(_0x2ad248=_0x329ac0(),_0x4e46f6[_0x30b7ba(0xe3)](_0x25a6c5,_0x2ad248)),_0x2ad248;}}
|
|
23
|
+
const _0x5b0cae=_0xbbe3;(function(_0x3f55dd,_0x286bc7){const _0x4f0d35=_0xbbe3,_0x84217a=_0x3f55dd();while(!![]){try{const _0x4eac4e=parseInt(_0x4f0d35(0x1dc))/0x1*(-parseInt(_0x4f0d35(0x248))/0x2)+-parseInt(_0x4f0d35(0x244))/0x3*(-parseInt(_0x4f0d35(0x208))/0x4)+parseInt(_0x4f0d35(0x1f2))/0x5*(-parseInt(_0x4f0d35(0x20a))/0x6)+parseInt(_0x4f0d35(0x1ae))/0x7+parseInt(_0x4f0d35(0x266))/0x8+-parseInt(_0x4f0d35(0x1b1))/0x9+-parseInt(_0x4f0d35(0x273))/0xa*(-parseInt(_0x4f0d35(0x1ee))/0xb);if(_0x4eac4e===_0x286bc7)break;else _0x84217a['push'](_0x84217a['shift']());}catch(_0x145802){_0x84217a['push'](_0x84217a['shift']());}}}(_0x38b3,0x54be9));function _0x38b3(){const _0x4b1aa2=['_setAttribute','version','target','offset','registerPostFixer','hasAttribute','backward','marker','remove-text','listenTo','model','containsRange','jumpTo','processor','hasContentBefore','suggestion-context','markerToHighlight','filter','getChild','removeMarker','_changeRange','querySelector','suggestion:deletion:id:authorId:','_insertMarkers','markChangePositionInEditorContent','downcast','add','howMany','clear','AIEditing','3770809hHHtqj','hasContentAfter','rootName','951984WctldU','changeMarkerRemoved','remove-only','history','getMarkerElementForChange','_validateMarkers','isIntersecting','forward','document','warn','ck-ai_review-mode-marker_strikethrough','createSelection','getChildren','outerHTML','getDiff','length','htmlProcessor','nodes','markers','set','enableReadOnlyMode','isPremiumPlugin','fire','_changePosition','toData','_getOperationStart','AIReviewModeEditing','append','groupId','batch','_createGetContextFn','domConverter','mouseover','ck-ai_review-mode-marker_','getRoots','createPositionAfter','emitter','view','editingDowncast','changeMarkerHovered','type','getPath','applyOperation','1hcSjNa','ck-ai_review-mode-marker_context-start','getAttribute','getChangedMarkers','isDocumentOperation','toDomElement','_upsertDataId','getDocumentData','start','_getOperationEnd','getDomRoot','concat','getChanges','_createGetContentUsingDataIdFn','createDocumentFragment','_markers','afterInit','data','275AFiKWM','startsWith','$markedRemove','_changeOperationOwnerDocument','5tOamZF','_getMarkersDataForGroup','baseVersion','element','.ck-reset.ck-ai-review-mode-balloon-panel-suggestion','isAtEnd','click','getRange','addOperation','every','isAtStart','changeMarkerRestored','_findAdjacentContextDistance','changeMarkerClick','for','get','_changeRangeOwnerDocument','childCount','_appendChild','operationsA','attributeToAttribute','operationsIsolated','909384ifvuEU','No\x20element\x20found\x20for\x20ID:\x20','1396614ZjKivM','isOpening','DocumentCompare','parse','insertContent','isTouching','split','end','getShiftedBy','data-marker-id','className','name','[data-marker-id=\x22','switchToReadOnly','$graveyard','isInline','_shiftOperation','ellipsisAfter','_translateOperationToEditorContent','createUIElement','remove','_findMarkerElement','addMarker','_hasSameTopLevelElement','newRange','values','flat','dataDowncast','diffContent','text','model:$text','disableReadOnlyMode','includes','delete','position','requires','_getChangeContext','getOperations','_eventEmitter','htmlWriter','getEditor','clone','ck-ai_review-mode-marker_underline','rejectChange','oldRange','differ','isOfficialPlugin','change','exec','sort','_groupAdjacentOperations','parentElement','size','_sortMarkers','viewToDom','remove-context','createPositionAt','markerName','3tvFxZe','affectsData','_handleMarkerChanges','applyChange','405472Rxpeis','closest','createRawElement','span','offsetSize','root','_haveSingleTopLevelElement','context','containerElement','stringify','_removeChildren','plugins','innerHTML','ck-ai_review-mode-marker_context-end','_domEmitter','[data-id=\x22','ai-review-mode','map','getHtml','_nextDataId','forEach','keys','_parseMarkerName','switchToEdit','pop','pluginName','ellipsisBefore','_removeAttribute','createRange','_changePositionOwnerDocument','500688mYHobK','_haveOnlyInlineContent','_createGetContentFn','_clone','documentFragment','suggestion:insertion:id:authorId:','ck-ai_review-mode-marker_add','deleteContent','index','getStart','markerToElement','toView','insert','23910FQCquv','schema','relatedTarget','hasClass','$documentFragment','reviewmode-','parent','has','getRoot','elements','conversion','from','$textProxy','ck-ai_review-mode-marker_hide','clearAllMarkers','path','ck-ai_review-mode-marker_context-','editing','changeMarkerBlurred','push','createText'];_0x38b3=function(){return _0x4b1aa2;};return _0x38b3();}import{InsertOperation as _0x59738f,MarkerOperation as _0x313ec0,ModelDocumentFragment as _0xa88d6d,ModelPosition as _0x21dffe,ModelRange as _0x1a7d94,ModelTreeWalker as _0x218489,transformOperationSets as _0x3e6590}from'ckeditor5/src/engine.js';import{DomEmitterMixin as _0x1f46e9,EmitterMixin as _0x158d97}from'ckeditor5/src/utils.js';import{ContextPlugin as _0x43f744}from'ckeditor5/src/core.js';import{DocumentCompare as _0x3d0b1c,DATA_ID_MODEL_ATTRIBUTE as _0x552f21,DATA_ID_VIEW_ATTRIBUTE as _0x56c55f}from'ckeditor5-collaboration/src/collaboration-core.js';import{getEditorFromContext as _0x10a5db}from'../aicore/utils/geteditorfromcontext.js';import{AIEditing as _0x1f9cec}from'../aicore/aiediting.js';function _0xbbe3(_0x4dfc35,_0x42c096){const _0x38b332=_0x38b3();return _0xbbe3=function(_0xbbe34d,_0x3eb5bd){_0xbbe34d=_0xbbe34d-0x19f;let _0x5eb1b1=_0x38b332[_0xbbe34d];return _0x5eb1b1;},_0xbbe3(_0x4dfc35,_0x42c096);}import{debounce as _0x320744}from'es-toolkit/compat';const he=_0x5b0cae(0x278);export class AIReviewModeEditing extends _0x43f744{static get[_0x5b0cae(0x261)](){const _0x5c4dfc=_0x5b0cae;return _0x5c4dfc(0x1cb);}static get[_0x5b0cae(0x22d)](){return[_0x3d0b1c,_0x1f9cec];}static get[_0x5b0cae(0x238)](){return!0x0;}static get[_0x5b0cae(0x1c6)](){return!0x0;}[_0x5b0cae(0x1eb)]=new Map();[_0x5b0cae(0x256)];[_0x5b0cae(0x230)];constructor(_0x93a162){const _0x48cc9f=_0x5b0cae;super(_0x93a162),this[_0x48cc9f(0x256)]=new(_0x1f46e9())(),this[_0x48cc9f(0x230)]=new(_0x158d97())();}get[_0x5b0cae(0x1d5)](){const _0x2bce8a=_0x5b0cae;return this[_0x2bce8a(0x230)];}[_0x5b0cae(0x1ec)](){const _0x3fb425=_0x5b0cae,_0x4f4a3e=_0x10a5db(this[_0x3fb425(0x24f)]);_0x4f4a3e[_0x3fb425(0x27d)][_0x3fb425(0x200)](_0x3fb425(0x1d7))[_0x3fb425(0x270)]({'model':he+_0x3fb425(0x272),'view':(_0xbc7383,{writer:_0x5efd9e})=>{const _0x2896df=_0x3fb425,_0x14153d=this[_0x2896df(0x1eb)][_0x2896df(0x201)](_0xbc7383[_0x2896df(0x243)]),_0x3411ac={'class':_0x2896df(0x26c),'data-marker-id':_0xbc7383[_0x2896df(0x243)]};return _0x5efd9e[_0x2896df(0x21d)](_0x2896df(0x24b),_0x3411ac,function(_0x557673){const _0x407764=_0x2896df,_0x1a4e2e=this[_0x407764(0x1e1)](_0x557673);return _0x1a4e2e[_0x407764(0x254)]=_0x14153d?.[_0x407764(0x227)]||'',_0x1a4e2e;});}}),_0x4f4a3e[_0x3fb425(0x27d)][_0x3fb425(0x200)](_0x3fb425(0x1d7))[_0x3fb425(0x1a0)]({'model':he+_0x3fb425(0x1b3),'view':_0x2e790c=>({'classes':_0x3fb425(0x1bb),'attributes':{'data-marker-id':_0x2e790c[_0x3fb425(0x243)]}})}),_0x4f4a3e[_0x3fb425(0x27d)][_0x3fb425(0x200)](_0x3fb425(0x1d7))[_0x3fb425(0x1a0)]({'model':he+_0x3fb425(0x241),'view':_0x1978d2=>({'classes':_0x3fb425(0x234),'attributes':{'data-marker-id':_0x1978d2[_0x3fb425(0x243)]}})}),_0x4f4a3e[_0x3fb425(0x27d)][_0x3fb425(0x200)](_0x3fb425(0x1d7))[_0x3fb425(0x1a0)]({'model':he+_0x3fb425(0x290),'view':_0x5ec37e=>({'classes':_0x3fb425(0x280),'attributes':{'data-marker-id':_0x5ec37e[_0x3fb425(0x243)]}})}),_0x4f4a3e[_0x3fb425(0x27d)][_0x3fb425(0x200)](_0x3fb425(0x225))[_0x3fb425(0x270)]({'model':he+_0x3fb425(0x19f),'view':(_0x336a1b,{writer:_0x3881a4})=>_0x3881a4[_0x3fb425(0x24a)](_0x3fb425(0x24b),{'class':_0x3fb425(0x283)+(_0x336a1b[_0x3fb425(0x20b)]?_0x3fb425(0x1e4):_0x3fb425(0x211))})}),_0x4f4a3e[_0x3fb425(0x27d)][_0x3fb425(0x200)](_0x3fb425(0x1a9))[_0x3fb425(0x206)]({'model':_0x552f21,'view':_0x56c55f}),this[_0x3fb425(0x256)][_0x3fb425(0x291)](document,_0x3fb425(0x1f8),(_0xa0df67,_0x45a87c)=>{const _0xe8048d=_0x3fb425,_0x38affa=_0x45a87c[_0xe8048d(0x28a)],_0x412415=this[_0xe8048d(0x21f)](_0x38affa);if(!_0x412415)return;const _0x39c0cb=_0x412415[_0xe8048d(0x1de)](_0xe8048d(0x213)),_0x31184e=_0x39c0cb[_0xe8048d(0x210)](':')[_0xe8048d(0x260)]()?.[_0xe8048d(0x210)]('_')[0x0];this[_0xe8048d(0x230)][_0xe8048d(0x1c7)](_0xe8048d(0x1ff),{'markerId':_0x39c0cb,'changeId':_0x31184e,'markerElement':_0x412415,'domEvent':_0x45a87c});}),this[_0x3fb425(0x256)][_0x3fb425(0x291)](document,_0x3fb425(0x1d1),(_0x467afb,_0x4936a6)=>{const _0x19d5e3=_0x3fb425,_0x15cc21=_0x4936a6[_0x19d5e3(0x28a)],_0x3f6149=_0x4936a6[_0x19d5e3(0x275)];let _0x48eb99=this[_0x19d5e3(0x21f)](_0x15cc21);if(!_0x48eb99&&_0x3f6149&&(_0x48eb99=this[_0x19d5e3(0x21f)](_0x3f6149)),!_0x48eb99)return;const _0x1bc9db=_0x48eb99[_0x19d5e3(0x1de)](_0x19d5e3(0x213)),_0x256d16=_0x1bc9db[_0x19d5e3(0x210)](':')[_0x19d5e3(0x260)]()?.[_0x19d5e3(0x210)]('_')[0x0];this[_0x19d5e3(0x230)][_0x19d5e3(0x1c7)](_0x19d5e3(0x1d8),{'changeId':_0x256d16,'markerElement':_0x48eb99,'domEvent':_0x4936a6});}),this[_0x3fb425(0x256)][_0x3fb425(0x291)](document,_0x3fb425(0x1d1),_0x320744((_0x1608b8,_0x48d0bc)=>{const _0x7b60d=_0x3fb425,_0x236547=_0x48d0bc[_0x7b60d(0x28a)];if(this[_0x7b60d(0x21f)](_0x236547))return;_0x236547[_0x7b60d(0x249)](_0x7b60d(0x1f6))||this[_0x7b60d(0x230)][_0x7b60d(0x1c7)](_0x7b60d(0x285));},0xc8)),_0x4f4a3e[_0x3fb425(0x292)][_0x3fb425(0x1b9)][_0x3fb425(0x28c)](_0x2ae3c6=>this[_0x3fb425(0x1b6)](_0x4f4a3e,_0x2ae3c6)),_0x4f4a3e[_0x3fb425(0x292)][_0x3fb425(0x1b9)]['on'](_0x3fb425(0x239),()=>this[_0x3fb425(0x246)](_0x4f4a3e));}[_0x5b0cae(0x1e3)](){const _0x5233a2=_0x5b0cae,_0x1b6f8c=this[_0x5233a2(0x24f)][_0x5233a2(0x253)][_0x5233a2(0x201)](_0x5233a2(0x1ad)),_0x225f0c=_0x10a5db(this[_0x5233a2(0x24f)]),_0x4cc1dd=_0x225f0c[_0x5233a2(0x292)],_0x49068a=new _0xa88d6d();for(const _0x5ef086 of _0x4cc1dd[_0x5233a2(0x1b9)][_0x5233a2(0x27b)]()[_0x5233a2(0x1bd)]()){const _0x16c7ed=_0x5ef086[_0x5233a2(0x269)](!0x0);_0x49068a[_0x5233a2(0x204)](_0x16c7ed);}for(const _0x3eb8c0 of _0x4cc1dd[_0x5233a2(0x1c3)])_0x49068a[_0x5233a2(0x1c3)][_0x5233a2(0x1c4)](_0x3eb8c0[_0x5233a2(0x215)],this[_0x5233a2(0x202)](_0x3eb8c0[_0x5233a2(0x1f9)]()[_0x5233a2(0x233)](),_0x49068a));const _0x58e81a=new _0x218489({'ignoreElementEnd':!0x0,'startPosition':_0x4cc1dd[_0x5233a2(0x242)](_0x49068a,0x0)}),_0x162c11=new Set(),_0x2b0958=new Map();for(const {item:_0xc1fe50}of _0x58e81a){if(!_0xc1fe50['is'](_0x5233a2(0x27f)))continue;const _0x2d1678=_0xc1fe50[_0x5233a2(0x279)];if(_0x2d1678&&_0x2d1678['is'](_0x5233a2(0x1f5))){const _0x325acc=this[_0x5233a2(0x1e2)](_0x2d1678,()=>_0x1b6f8c[_0x5233a2(0x25b)](_0x162c11));_0x162c11[_0x5233a2(0x1aa)](_0x325acc);for(const _0x1ddc77 of _0x2d1678[_0x5233a2(0x1bd)]())_0x1ddc77['is'](_0x5233a2(0x1f5))&&_0x162c11[_0x5233a2(0x1aa)](this[_0x5233a2(0x1e2)](_0x1ddc77,()=>_0x1b6f8c[_0x5233a2(0x25b)](_0x162c11)));let _0x65dcf9=_0x2d1678;for(;_0x65dcf9[_0x5233a2(0x279)]&&!_0x65dcf9[_0x5233a2(0x279)]['is'](_0x5233a2(0x26a));)_0x65dcf9=_0x65dcf9[_0x5233a2(0x279)],_0x65dcf9[_0x5233a2(0x28d)](_0x552f21)&&_0x65dcf9[_0x5233a2(0x263)](_0x552f21);_0x2b0958[_0x5233a2(0x1c4)](_0x325acc,{'path':_0x2d1678[_0x5233a2(0x1da)](),'getContent':this[_0x5233a2(0x1e9)](_0x65dcf9[_0x5233a2(0x269)](!0x0),_0x325acc,_0x225f0c[_0x5233a2(0x1ed)])}),_0x58e81a[_0x5233a2(0x294)](_0x4cc1dd[_0x5233a2(0x1d4)](_0x2d1678));}}return{'content':_0x225f0c[_0x5233a2(0x1ed)][_0x5233a2(0x295)][_0x5233a2(0x1c9)](_0x225f0c[_0x5233a2(0x1ed)][_0x5233a2(0x271)](_0x49068a)),'version':_0x225f0c[_0x5233a2(0x292)][_0x5233a2(0x1b9)][_0x5233a2(0x289)],'elements':_0x2b0958};}[_0x5b0cae(0x226)](_0x64e92f,_0x4ffc70){const _0x5e2999=_0x5b0cae,_0x543755=[],_0x3ed3e9=_0x10a5db(this[_0x5e2999(0x24f)]),_0x33b04a=_0x3ed3e9[_0x5e2999(0x1ed)][_0x5e2999(0x20d)](_0x4ffc70,_0x5e2999(0x277)),_0x5e47bb=_0x3ed3e9[_0x5e2999(0x1ed)][_0x5e2999(0x20d)](_0x64e92f,_0x5e2999(0x277)),_0x60944f=_0x3ed3e9[_0x5e2999(0x292)][_0x5e2999(0x242)](_0x5e47bb,0x0);if(this[_0x5e2999(0x24e)](_0x33b04a)){if(!this[_0x5e2999(0x221)](_0x5e47bb,_0x33b04a))return _0x543755;}else{const _0x5a7fc9=_0x3ed3e9[_0x5e2999(0x292)][_0x5e2999(0x274)];if(!this[_0x5e2999(0x267)](_0x5e47bb,_0x5a7fc9)||!this[_0x5e2999(0x267)](_0x33b04a,_0x5a7fc9))return _0x543755;}const _0x2fc121=this[_0x5e2999(0x24f)][_0x5e2999(0x253)][_0x5e2999(0x201)](_0x5e2999(0x20c))[_0x5e2999(0x1bf)](_0x64e92f,_0x4ffc70,{'anchor':_0x60944f,'markDeletions':!0x0})[_0x5e2999(0x22f)]()[_0x5e2999(0x1a1)](_0x448974=>_0x5e2999(0x272)===_0x448974[_0x5e2999(0x1d9)]||_0x5e2999(0x28f)===_0x448974[_0x5e2999(0x1d9)]&&_0x448974[_0x5e2999(0x215)][_0x5e2999(0x1ef)](_0x5e2999(0x1f0))),_0xc3a643=this[_0x5e2999(0x23c)](_0x2fc121);let _0xc4560c=0x0;return _0x3ed3e9[_0x5e2999(0x292)][_0x5e2999(0x239)](_0x235b92=>{const _0x52d294=_0x5e2999;for(let _0x4759a3=0x0;_0x4759a3<_0xc3a643[_0x52d294(0x1c0)];_0x4759a3++){const _0x233b4a=_0xc3a643[_0x4759a3],_0x3ee558=_0x235b92[_0x52d294(0x1ea)]();for(const _0x363d12 of _0x5e47bb[_0x52d294(0x1bd)]())_0x235b92[_0x52d294(0x1cc)](_0x363d12[_0x52d294(0x269)](!0x0),_0x3ee558);for(const _0x250c89 of _0x233b4a[_0x52d294(0x207)])if(_0x52d294(0x272)===_0x250c89[_0x52d294(0x1d9)]){const _0x1793d3=_0x250c89;_0x1793d3[_0x52d294(0x1f4)]=null,_0x1793d3[_0x52d294(0x1e0)]=!0x1,this[_0x52d294(0x1f1)](_0x1793d3,_0x3ee558),_0x235b92[_0x52d294(0x1ce)][_0x52d294(0x1fa)](_0x250c89),_0x3ed3e9[_0x52d294(0x292)][_0x52d294(0x1db)](_0x250c89);const _0x541d85=_0x52d294(0x26b)+_0xc4560c++,_0x3d18bf=_0x3ed3e9[_0x52d294(0x292)][_0x52d294(0x264)](_0x1793d3[_0x52d294(0x22c)],_0x1793d3[_0x52d294(0x22c)][_0x52d294(0x212)](_0x1793d3[_0x52d294(0x1ab)]));_0x3ee558[_0x52d294(0x1c3)][_0x52d294(0x1c4)](_0x541d85,_0x3d18bf);}else{if(_0x52d294(0x28f)===_0x250c89[_0x52d294(0x1d9)]&&_0x250c89[_0x52d294(0x215)][_0x52d294(0x1ef)](_0x52d294(0x1f0))){const _0x5461db=_0x250c89,_0x43e114=_0x52d294(0x1a6)+_0xc4560c++;this[_0x52d294(0x1f1)](_0x5461db,_0x3ee558),_0x3ee558[_0x52d294(0x1c3)][_0x52d294(0x1c4)](_0x43e114,_0x5461db[_0x52d294(0x222)]);}}const _0x386c7d=this[_0x52d294(0x22e)](this[_0x52d294(0x265)](this[_0x52d294(0x1ca)](_0x233b4a[_0x52d294(0x207)][0x0]),_0x3ee558),this[_0x52d294(0x265)](this[_0x52d294(0x1e5)](_0x233b4a[_0x52d294(0x207)][_0x233b4a[_0x52d294(0x207)][_0x52d294(0x1c0)]-0x1]),_0x3ee558));_0x3ee558[_0x52d294(0x1c3)][_0x52d294(0x1c4)](he+_0x52d294(0x19f),new _0x1a7d94(_0x386c7d[_0x52d294(0x1e4)],_0x386c7d[_0x52d294(0x211)])),_0x543755[_0x52d294(0x286)]({..._0x233b4a,'context':this[_0x52d294(0x1cf)](_0x3ee558,_0x3ed3e9[_0x52d294(0x1ed)],{'ellipsisBefore':_0x386c7d[_0x52d294(0x296)],'ellipsisAfter':_0x386c7d[_0x52d294(0x1af)]}),'content':this[_0x52d294(0x268)](_0x3ee558,_0x3ed3e9[_0x52d294(0x1ed)])});}}),_0x543755;}[_0x5b0cae(0x1a8)](_0x4aee72,_0x5b4470){const _0x3dfa81=_0x5b0cae;if(!_0x4aee72[_0x3dfa81(0x1c0)])return;const _0x4cee63=_0x4aee72[0x0][_0x3dfa81(0x279)]['id'],_0x5da344=_0x5b4470[_0x3dfa81(0x27c)][_0x3dfa81(0x201)](_0x4cee63);if(!_0x5da344)return void console[_0x3dfa81(0x1ba)](_0x3dfa81(0x209)+_0x4cee63);const _0x58304e=_0x5da344[_0x3dfa81(0x282)],_0x3b033c=_0x10a5db(this[_0x3dfa81(0x24f)]),_0xb43d76=_0x3b033c[_0x3dfa81(0x292)][_0x3dfa81(0x1b9)][_0x3dfa81(0x1b4)][_0x3dfa81(0x22f)](_0x5b4470[_0x3dfa81(0x289)]),_0x4179b7=[];for(const _0xdec0cb of _0x4aee72){const _0x1e01ee=_0xdec0cb[_0x3dfa81(0x207)][_0x3dfa81(0x259)](_0x42efb2=>this[_0x3dfa81(0x21c)](_0x42efb2,_0x58304e,_0x3b033c[_0x3dfa81(0x292)][_0x3dfa81(0x1b9)][_0x3dfa81(0x1d3)]()[0x0]));if(!_0x1e01ee||!_0x1e01ee[_0x3dfa81(0x1c0)])continue;const _0x3d1ab1=_0x1e01ee[_0x3dfa81(0x1fb)](_0x54c3d6=>_0x3dfa81(0x28f)===_0x54c3d6[_0x3dfa81(0x1d9)]&&_0x54c3d6[_0x3dfa81(0x215)][_0x3dfa81(0x1ef)](_0x3dfa81(0x1f0))),_0x6f279={'document':_0x3b033c[_0x3dfa81(0x292)][_0x3dfa81(0x1b9)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x2a9444=_0x3e6590(_0x1e01ee,_0xb43d76,_0x6f279)[_0x3dfa81(0x205)];for(const _0xa4449d of _0x2a9444)if(_0x3dfa81(0x272)===_0xa4449d[_0x3dfa81(0x1d9)]){const _0x5cc8be=_0xa4449d,_0x52b023=_0x5cc8be[_0x3dfa81(0x1c2)];let _0x36753d='';for(const _0x472f1b of _0x52b023)_0x472f1b&&_0x472f1b['is'](_0x3dfa81(0x228))&&(_0x36753d+=_0x472f1b[_0x3dfa81(0x1ed)]);_0x4179b7[_0x3dfa81(0x286)]({'start':_0x5cc8be[_0x3dfa81(0x22c)],'end':_0x5cc8be[_0x3dfa81(0x22c)],'type':_0x3dfa81(0x272),'groupId':_0xdec0cb['id'],'text':_0x36753d});}else{if(_0x3dfa81(0x28f)===_0xa4449d[_0x3dfa81(0x1d9)]&&_0xa4449d[_0x3dfa81(0x215)][_0x3dfa81(0x1ef)](_0x3dfa81(0x1f0))){const _0x3a2c10=_0xa4449d;let _0xb37818=_0x3dfa81(0x290);if(_0x3d1ab1){const _0x1375fa=this[_0x3dfa81(0x1fe)](_0x3a2c10[_0x3dfa81(0x222)][_0x3dfa81(0x1e4)],_0x3dfa81(0x28e),_0x3b033c[_0x3dfa81(0x292)][_0x3dfa81(0x274)]),_0x47d398=this[_0x3dfa81(0x1fe)](_0x3a2c10[_0x3dfa81(0x222)][_0x3dfa81(0x211)],_0x3dfa81(0x1b8),_0x3b033c[_0x3dfa81(0x292)][_0x3dfa81(0x274)]);if(_0x1375fa||_0x47d398){const _0x36d50b=_0x3a2c10[_0x3dfa81(0x222)][_0x3dfa81(0x1e4)][_0x3dfa81(0x212)](-_0x1375fa),_0x2ac92f=_0x3a2c10[_0x3dfa81(0x222)][_0x3dfa81(0x211)][_0x3dfa81(0x212)](_0x47d398);_0x4179b7[_0x3dfa81(0x286)]({'start':_0x36d50b,'end':_0x2ac92f,'groupId':_0xdec0cb['id'],'type':_0x3dfa81(0x241)});}else _0xb37818=_0x3dfa81(0x1b3);}_0x4179b7[_0x3dfa81(0x286)]({'start':_0x3a2c10[_0x3dfa81(0x222)][_0x3dfa81(0x1e4)],'end':_0x3a2c10[_0x3dfa81(0x222)][_0x3dfa81(0x211)],'groupId':_0xdec0cb['id'],'type':_0xb37818});}}}this[_0x3dfa81(0x1a7)](_0x4179b7);}[_0x5b0cae(0x281)](){const _0x25bf0=_0x5b0cae,_0x3d5e07=_0x10a5db(this[_0x25bf0(0x24f)]);_0x3d5e07[_0x25bf0(0x292)][_0x25bf0(0x239)](_0x2d2595=>{const _0x4ccda7=_0x25bf0;for(const _0x28f678 of this[_0x4ccda7(0x1eb)][_0x4ccda7(0x25d)]())_0x3d5e07[_0x4ccda7(0x292)][_0x4ccda7(0x1c3)][_0x4ccda7(0x201)](_0x28f678)&&_0x2d2595[_0x4ccda7(0x1a3)](_0x28f678);}),this[_0x25bf0(0x1eb)][_0x25bf0(0x1ac)]();}[_0x5b0cae(0x217)](){const _0x28c6ba=_0x5b0cae;_0x10a5db(this[_0x28c6ba(0x24f)])[_0x28c6ba(0x1c5)](_0x28c6ba(0x258));}[_0x5b0cae(0x25f)](){const _0x575697=_0x5b0cae;_0x10a5db(this[_0x575697(0x24f)])[_0x575697(0x229)](_0x575697(0x258));}[_0x5b0cae(0x247)](_0x45b9c9){const _0xc62e84=_0x5b0cae,_0xe34ee9=_0x10a5db(this[_0xc62e84(0x24f)]),_0x26d0a7=_0xe34ee9[_0xc62e84(0x292)],_0x25f4fe=_0x45b9c9[_0xc62e84(0x259)](_0x5a0bda=>this[_0xc62e84(0x1f3)](_0x5a0bda))[_0xc62e84(0x224)]();_0x26d0a7[_0xc62e84(0x239)](_0x589012=>{const _0x504255=_0xc62e84;for(const _0x2b0aed of _0x25f4fe){const _0x39851e=_0xe34ee9[_0x504255(0x292)][_0x504255(0x1c3)][_0x504255(0x201)](_0x2b0aed['id']);_0x39851e&&(_0x504255(0x272)===_0x2b0aed[_0x504255(0x1d9)]?_0x26d0a7[_0x504255(0x20e)](_0x589012[_0x504255(0x287)](_0x2b0aed[_0x504255(0x227)]||''),_0x39851e[_0x504255(0x1f9)]()[_0x504255(0x1e4)]):_0x504255(0x290)!==_0x2b0aed[_0x504255(0x1d9)]&&_0x504255(0x1b3)!==_0x2b0aed[_0x504255(0x1d9)]||_0x26d0a7[_0x504255(0x26d)](_0x26d0a7[_0x504255(0x1bc)](_0x39851e[_0x504255(0x1f9)]())),_0x589012[_0x504255(0x1a3)](_0x2b0aed['id']),this[_0x504255(0x1eb)][_0x504255(0x22b)](_0x2b0aed['id']));}});}[_0x5b0cae(0x235)](_0x197195){const _0x41a25e=_0x5b0cae,_0x3e4864=_0x10a5db(this[_0x41a25e(0x24f)]),_0x154c31=this[_0x41a25e(0x1f3)](_0x197195);_0x3e4864[_0x41a25e(0x292)][_0x41a25e(0x239)](_0x36df7d=>{const _0x11596a=_0x41a25e;for(const _0x1398fa of _0x154c31)_0x36df7d[_0x11596a(0x1a3)](_0x1398fa['id']),this[_0x11596a(0x1eb)][_0x11596a(0x22b)](_0x1398fa['id']);});}[_0x5b0cae(0x232)](){const _0x4c8709=_0x5b0cae;return _0x10a5db(this[_0x4c8709(0x24f)]);}[_0x5b0cae(0x1b5)](_0x295d99){const _0x1c57bd=_0x5b0cae,_0x507fd8=Array[_0x1c57bd(0x27e)](this[_0x1c57bd(0x1eb)][_0x1c57bd(0x223)]())[_0x1c57bd(0x1a1)](_0x2c2f3f=>_0x2c2f3f[_0x1c57bd(0x1cd)]===_0x295d99);if(!_0x507fd8[_0x1c57bd(0x1c0)])return null;const _0x10bf16=0x1===_0x507fd8[_0x1c57bd(0x1c0)]?_0x507fd8[0x0]:this[_0x1c57bd(0x23f)](_0x507fd8)[0x0],_0x4eac23=_0x10a5db(this[_0x1c57bd(0x24f)]),_0x4280f1=_0x4eac23[_0x1c57bd(0x292)][_0x1c57bd(0x1c3)][_0x1c57bd(0x201)](_0x10bf16['id']);if(!_0x4280f1)return null;const _0x35b8c3=_0x4280f1[_0x1c57bd(0x1f9)](),_0x213efc=_0x4eac23[_0x1c57bd(0x284)][_0x1c57bd(0x1d6)][_0x1c57bd(0x1e6)]();if(!_0x213efc||!_0x35b8c3)return null;const _0x5df112=_0x213efc[_0x1c57bd(0x1a5)](_0x1c57bd(0x216)+_0x10bf16['id']+'\x22]');return _0x5df112?{'modelRange':_0x35b8c3,'domElement':_0x5df112}:null;}[_0x5b0cae(0x1b6)](_0x59aa1a,_0x1f361d){const _0x115fcc=_0x5b0cae,_0x1b0be8=Array[_0x115fcc(0x27e)](this[_0x115fcc(0x1eb)][_0x115fcc(0x25d)]()),_0x2b1159=new Map();for(const _0x135cd4 of _0x1b0be8){const _0xa77c0=_0x59aa1a[_0x115fcc(0x292)][_0x115fcc(0x1c3)][_0x115fcc(0x201)](_0x135cd4);if(!_0xa77c0)continue;const _0x31c0bf=_0xa77c0[_0x115fcc(0x26f)]()[_0x115fcc(0x282)][0x0];_0x2b1159[_0x115fcc(0x27a)](_0x31c0bf)||_0x2b1159[_0x115fcc(0x1c4)](_0x31c0bf,[]),_0x2b1159[_0x115fcc(0x201)](_0x31c0bf)[_0x115fcc(0x286)](_0xa77c0);}const _0x130940=new Set();for(const _0x1fd4eb of _0x59aa1a[_0x115fcc(0x292)][_0x115fcc(0x1b9)][_0x115fcc(0x237)][_0x115fcc(0x1e8)]()){let _0x1d6471=-0x1,_0x2e408e=null;if(_0x115fcc(0x272)===_0x1fd4eb[_0x115fcc(0x1d9)])_0x2e408e=new _0x1a7d94(_0x1fd4eb[_0x115fcc(0x22c)],_0x1fd4eb[_0x115fcc(0x22c)][_0x115fcc(0x212)](_0x1fd4eb[_0x115fcc(0x1c0)])),_0x1d6471=_0x1fd4eb[_0x115fcc(0x22c)][_0x115fcc(0x282)][0x0];else{if(_0x115fcc(0x21e)!==_0x1fd4eb[_0x115fcc(0x1d9)])continue;_0x2e408e=new _0x1a7d94(_0x1fd4eb[_0x115fcc(0x22c)]),_0x1d6471=_0x1fd4eb[_0x115fcc(0x22c)][_0x115fcc(0x282)][0x0];}const _0x152507=_0x2b1159[_0x115fcc(0x201)](_0x1d6471)||[];if(_0x152507[_0x115fcc(0x1c0)]){for(const _0x11d14a of _0x152507)if(_0x2e408e[_0x115fcc(0x24d)][_0x115fcc(0x1b0)]===_0x11d14a[_0x115fcc(0x1f9)]()[_0x115fcc(0x24d)][_0x115fcc(0x1b0)]&&(_0x115fcc(0x272)!==_0x1fd4eb[_0x115fcc(0x1d9)]||!_0x2e408e[_0x115fcc(0x293)](_0x11d14a[_0x115fcc(0x1f9)]()))&&(_0x2e408e[_0x115fcc(0x1b7)](_0x11d14a[_0x115fcc(0x1f9)]())||_0x2e408e[_0x115fcc(0x1e4)][_0x115fcc(0x20f)](_0x11d14a[_0x115fcc(0x1f9)]()[_0x115fcc(0x211)])||_0x2e408e[_0x115fcc(0x211)][_0x115fcc(0x20f)](_0x11d14a[_0x115fcc(0x1f9)]()[_0x115fcc(0x1e4)]))){const _0x4ce443=this[_0x115fcc(0x25e)](_0x11d14a[_0x115fcc(0x215)]);Array[_0x115fcc(0x27e)](this[_0x115fcc(0x1eb)][_0x115fcc(0x223)]())[_0x115fcc(0x1a1)](_0x5ee52b=>_0x5ee52b[_0x115fcc(0x1cd)]===_0x4ce443[_0x115fcc(0x1cd)])[_0x115fcc(0x25c)](_0xa44dc6=>_0x130940[_0x115fcc(0x1aa)](_0xa44dc6['id']));}}}if(_0x130940[_0x115fcc(0x23e)]){for(const _0xec7b4 of _0x130940)_0x1f361d[_0x115fcc(0x1a3)](_0xec7b4);return!0x0;}return!0x1;}[_0x5b0cae(0x246)](_0x38bd07){const _0x265daf=_0x5b0cae;for(const {name:_0x2ac202,data:_0x34720f}of _0x38bd07[_0x265daf(0x292)][_0x265daf(0x1b9)][_0x265daf(0x237)][_0x265daf(0x1df)]()){if(!_0x2ac202[_0x265daf(0x1ef)](he))continue;const _0x20d09f=_0x34720f[_0x265daf(0x236)],_0xf8096c=_0x34720f[_0x265daf(0x222)],_0x7c0dc1=_0x20d09f&&_0x265daf(0x218)===_0x20d09f[_0x265daf(0x24d)][_0x265daf(0x1b0)],_0x3604ac=_0xf8096c&&_0x265daf(0x218)===_0xf8096c[_0x265daf(0x24d)][_0x265daf(0x1b0)];if(_0x7c0dc1&&_0x3604ac)continue;const _0x8388f=this[_0x265daf(0x25e)](_0x2ac202);this[_0x265daf(0x1eb)][_0x265daf(0x201)](_0x2ac202)&&(_0x3604ac||!_0xf8096c?this[_0x265daf(0x230)][_0x265daf(0x1c7)](_0x265daf(0x1b2),{'markerId':_0x2ac202,'changeId':_0x8388f[_0x265daf(0x1cd)]}):_0x7c0dc1&&_0xf8096c&&this[_0x265daf(0x230)][_0x265daf(0x1c7)](_0x265daf(0x1fd),{'markerId':_0x2ac202,'changeId':_0x8388f[_0x265daf(0x1cd)]}));}}[_0x5b0cae(0x25e)](_0x4a9e45){const _0x52a223=_0x5b0cae,_0x159bda=_0x4a9e45[_0x52a223(0x210)](':'),_0xe19a7b=(_0x159bda[0x1]||'')[_0x52a223(0x210)]('_');return{'prefix':_0x159bda[0x0],'groupId':_0xe19a7b[0x0],'suffix':_0xe19a7b[0x1]};}[_0x5b0cae(0x21c)](_0x54788f,_0x4276ab,_0x45416b){const _0x42395b=_0x5b0cae;if(_0x42395b(0x272)===_0x54788f[_0x42395b(0x1d9)]){const _0x5f254c=_0x54788f;return new _0x59738f(this[_0x42395b(0x1c8)](_0x4276ab[_0x42395b(0x1e7)](_0x5f254c[_0x42395b(0x22c)][_0x42395b(0x28b)]),_0x45416b),_0x5f254c[_0x42395b(0x1c2)],_0x5f254c[_0x42395b(0x1f4)]);}if(_0x42395b(0x28f)===_0x54788f[_0x42395b(0x1d9)]&&_0x54788f[_0x42395b(0x215)][_0x42395b(0x1ef)](_0x42395b(0x1f0))){const _0x591b97=_0x54788f;return new _0x313ec0(_0x591b97[_0x42395b(0x215)],_0x591b97[_0x42395b(0x236)],this[_0x42395b(0x1a4)](_0x591b97[_0x42395b(0x222)],_0x4276ab[_0x42395b(0x1e7)](_0x591b97[_0x42395b(0x222)][_0x42395b(0x1e4)][_0x42395b(0x28b)]),_0x4276ab[_0x42395b(0x1e7)](_0x591b97[_0x42395b(0x222)][_0x42395b(0x211)][_0x42395b(0x28b)]),_0x45416b),_0x591b97[_0x42395b(0x1eb)],_0x591b97[_0x42395b(0x245)],_0x591b97[_0x42395b(0x1f4)]);}return _0x54788f;}[_0x5b0cae(0x23c)](_0x190d74){const _0x8ad82b=_0x5b0cae;if(!_0x190d74[_0x8ad82b(0x1c0)])return[];const _0x1e6bf9=[];let _0x385342=0x0,_0xe675b4=0x0,_0x80a298=[];for(let _0x447deb=0x0;_0x447deb<=_0x190d74[_0x8ad82b(0x1c0)];_0x447deb++){const _0x1b2439=_0x190d74[_0x447deb],_0x5dad41=_0x190d74[_0x447deb-0x1];!_0x1b2439||_0x5dad41&&!this[_0x8ad82b(0x1e5)](_0x5dad41)[_0x8ad82b(0x20f)](this[_0x8ad82b(0x1ca)](_0x1b2439))?(_0x1e6bf9[_0x8ad82b(0x286)]({'operations':_0x80a298,'operationsIsolated':_0x80a298[_0x8ad82b(0x259)](_0xacc98d=>this[_0x8ad82b(0x21a)](_0xacc98d[_0x8ad82b(0x233)](),-_0xe675b4)),'groupOffset':_0x385342}),_0x80a298=_0x1b2439?[_0x1b2439]:[],_0xe675b4+=_0x385342,_0x385342=0x0):_0x80a298[_0x8ad82b(0x286)](_0x1b2439),_0x1b2439&&_0x8ad82b(0x272)===_0x1b2439[_0x8ad82b(0x1d9)]&&(_0x385342+=_0x1b2439[_0x8ad82b(0x1ab)]);}return _0x1e6bf9;}[_0x5b0cae(0x1fe)](_0x26b65b,_0x5c7751,_0x2a3699,_0x1e9f55=0x1){const _0xb318f1=_0x5b0cae,_0x7b5c36=new _0x218489({'startPosition':_0x26b65b,'direction':_0x5c7751});let _0x5df77b=0x0;for(let _0x225cfc=0x0;_0x225cfc<_0x1e9f55;_0x225cfc++){let _0x4f5305=0x0,_0x1002c9=!0x1,_0x1f014d=_0xb318f1(0x1b8)===_0x5c7751?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x413fd0}of _0x7b5c36)if(_0x413fd0['is'](_0xb318f1(0x27f))){const _0x50cbd3=_0x1f014d[_0xb318f1(0x23a)](_0x413fd0[_0xb318f1(0x1ed)]);if(_0x50cbd3&&_0x50cbd3[_0xb318f1(0x1c0)]){if(_0x4f5305+=_0xb318f1(0x1b8)===_0x5c7751?_0x50cbd3[_0xb318f1(0x26e)]+_0x50cbd3[0x0][_0xb318f1(0x1c0)]:_0x413fd0[_0xb318f1(0x1ed)][_0xb318f1(0x1c0)]-_0x50cbd3[_0xb318f1(0x26e)],_0x50cbd3[0x0][_0xb318f1(0x1c0)]!==_0x413fd0[_0xb318f1(0x1ed)][_0xb318f1(0x1c0)])break;_0x1002c9=!0x0,_0x1f014d=_0xb318f1(0x1b8)===_0x5c7751?/^\w+/:/\w+$/;}else{if(_0x1002c9)break;_0x4f5305+=_0x413fd0[_0xb318f1(0x24c)];}}else{if(_0x413fd0['is'](_0xb318f1(0x1f5))){_0x2a3699[_0xb318f1(0x219)](_0x413fd0)&&!_0x1002c9&&(_0x4f5305+=0x1);break;}}_0x5df77b+=_0x4f5305,_0x7b5c36[_0xb318f1(0x294)](_0x26b65b[_0xb318f1(0x212)](_0xb318f1(0x1b8)===_0x5c7751?_0x5df77b:-_0x5df77b));}return _0x5df77b;}[_0x5b0cae(0x22e)](_0x3eb59e,_0x2ddc52){const _0x30d1f3=_0x5b0cae,_0x3e6a0e=_0x10a5db(this[_0x30d1f3(0x24f)])[_0x30d1f3(0x292)][_0x30d1f3(0x274)],_0xeb9384=this[_0x30d1f3(0x1fe)](_0x3eb59e,_0x30d1f3(0x28e),_0x3e6a0e,0x6),_0x113d89=this[_0x30d1f3(0x1fe)](_0x2ddc52,_0x30d1f3(0x1b8),_0x3e6a0e,0x6),_0x70a144=_0x3eb59e[_0x30d1f3(0x212)](-_0xeb9384),_0x486fa0=_0x2ddc52[_0x30d1f3(0x212)](_0x113d89);return{'start':_0x70a144,'end':_0x486fa0,'hasContentBefore':!_0x70a144[_0x30d1f3(0x1fc)],'hasContentAfter':!_0x486fa0[_0x30d1f3(0x1f7)]};}[_0x5b0cae(0x1a7)](_0x27c5b6){const _0xc87f46=_0x5b0cae,_0x31d4d6=this[_0xc87f46(0x24f)][_0xc87f46(0x253)][_0xc87f46(0x201)](_0xc87f46(0x1ad)),_0x1d1fdb=new Set();_0x10a5db(this[_0xc87f46(0x24f)])[_0xc87f46(0x292)][_0xc87f46(0x239)](_0x26ae2=>{const _0x42a883=_0xc87f46;for(const _0x3eed02 of _0x27c5b6){const _0x4e4193=''+he+_0x3eed02[_0x42a883(0x1d9)]+':'+_0x3eed02[_0x42a883(0x1cd)]+'_'+_0x31d4d6[_0x42a883(0x25b)](_0x1d1fdb);this[_0x42a883(0x1eb)][_0x42a883(0x1c4)](_0x4e4193,{'id':_0x4e4193,'groupId':_0x3eed02[_0x42a883(0x1cd)],'type':_0x3eed02[_0x42a883(0x1d9)],'text':_0x3eed02[_0x42a883(0x227)]}),_0x26ae2[_0x42a883(0x220)](_0x4e4193,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x26ae2[_0x42a883(0x264)](_0x3eed02[_0x42a883(0x1e4)],_0x3eed02[_0x42a883(0x211)])});}});}[_0x5b0cae(0x1cf)](_0x3e7e5d,_0x2424b1,_0x1aee4c){let _0x280d07='';return()=>{const _0x28a6cf=_0xbbe3;if(!_0x280d07){const _0x1bb441=_0x2424b1[_0x28a6cf(0x271)](_0x3e7e5d,{'showSuggestionHighlights':!0x0});let _0x49fa37=_0x1bb441[_0x28a6cf(0x1a2)](0x0);if(_0x49fa37['is'](_0x28a6cf(0x250))||(_0x49fa37=_0x1bb441),!_0x49fa37)return'';let _0x5656b2=!0x1;const _0x570fd6=[];for(const _0x5075fc of _0x49fa37[_0x28a6cf(0x1bd)]())_0x5075fc['is'](_0x28a6cf(0x1f5),_0x28a6cf(0x24b))&&_0x5075fc[_0x28a6cf(0x276)](_0x28a6cf(0x255))&&(_0x5656b2=!0x1),_0x5656b2&&_0x570fd6[_0x28a6cf(0x286)](_0x5075fc),_0x5075fc['is'](_0x28a6cf(0x1f5),_0x28a6cf(0x24b))&&_0x5075fc[_0x28a6cf(0x276)](_0x28a6cf(0x1dd))&&(_0x5656b2=!0x0);_0x49fa37[_0x28a6cf(0x252)](0x0,_0x49fa37[_0x28a6cf(0x203)]),_0x1aee4c?.[_0x28a6cf(0x262)]&&_0x49fa37[_0x28a6cf(0x204)]('…'),_0x49fa37[_0x28a6cf(0x204)](_0x570fd6),_0x1aee4c?.[_0x28a6cf(0x21b)]&&_0x49fa37[_0x28a6cf(0x204)]('…');const _0x2e6759=_0x2424b1[_0x28a6cf(0x1c1)][_0x28a6cf(0x1d0)][_0x28a6cf(0x240)](_0x1bb441),_0x2bb5e0=_0x2424b1[_0x28a6cf(0x1c1)][_0x28a6cf(0x231)][_0x28a6cf(0x25a)](_0x2e6759);_0x280d07=_0x2bb5e0;}return _0x280d07;};}[_0x5b0cae(0x268)](_0x2d3f9d,_0x45214){const _0x1c2183=_0x5b0cae;let _0x33d359='';return()=>(_0x33d359||(_0x33d359=_0x45214[_0x1c2183(0x251)](_0x2d3f9d,{'showSuggestionHighlights':!0x0})),_0x33d359);}[_0x5b0cae(0x1e9)](_0x467fcc,_0x40a78a,_0x2400c8){let _0x177041='';return()=>{const _0x1e56d1=_0xbbe3;if(!_0x177041){const _0x219964=_0x2400c8[_0x1e56d1(0x271)](new _0xa88d6d(_0x467fcc)),_0x34be54=_0x2400c8[_0x1e56d1(0x1c1)][_0x1e56d1(0x1d0)][_0x1e56d1(0x240)](_0x219964)[_0x1e56d1(0x1a5)](_0x1e56d1(0x257)+_0x40a78a+'\x22]');_0x177041=_0x34be54?.[_0x1e56d1(0x1be)]||'';}return _0x177041;};}[_0x5b0cae(0x21f)](_0x14d490,_0x5274c0=0x5){const _0x1c82f7=_0x5b0cae;let _0x5f28af=_0x14d490,_0x1a742e=null;for(let _0x57139f=0x0;_0x57139f<_0x5274c0&&_0x5f28af;_0x57139f++){if(!_0x5f28af[_0x1c82f7(0x214)]){_0x5f28af=_0x5f28af[_0x1c82f7(0x23d)];continue;}if(!(''+_0x5f28af[_0x1c82f7(0x214)])[_0x1c82f7(0x22a)](_0x1c82f7(0x1d2))){_0x5f28af=_0x5f28af[_0x1c82f7(0x23d)];continue;}if(!_0x5f28af[_0x1c82f7(0x1de)](_0x1c82f7(0x213)))break;_0x1a742e=_0x5f28af;break;}return _0x1a742e;}[_0x5b0cae(0x1f3)](_0x443d80){const _0x17ce37=_0x5b0cae;return Array[_0x17ce37(0x27e)](this[_0x17ce37(0x1eb)][_0x17ce37(0x223)]())[_0x17ce37(0x1a1)](_0x5d47d3=>_0x5d47d3[_0x17ce37(0x1cd)]===_0x443d80);}[_0x5b0cae(0x1ca)](_0x514b4b){const _0x29ec42=_0x5b0cae;return _0x29ec42(0x272)===_0x514b4b[_0x29ec42(0x1d9)]?_0x514b4b[_0x29ec42(0x22c)]:_0x514b4b[_0x29ec42(0x222)][_0x29ec42(0x1e4)];}[_0x5b0cae(0x1e5)](_0x2ac6ff,_0x145f9e=!0x1){const _0x3d0cfe=_0x5b0cae;return _0x3d0cfe(0x272)===_0x2ac6ff[_0x3d0cfe(0x1d9)]?_0x145f9e?_0x2ac6ff[_0x3d0cfe(0x22c)]:_0x2ac6ff[_0x3d0cfe(0x22c)][_0x3d0cfe(0x212)](_0x2ac6ff[_0x3d0cfe(0x1ab)]):_0x2ac6ff[_0x3d0cfe(0x222)][_0x3d0cfe(0x211)];}[_0x5b0cae(0x21a)](_0x14700c,_0x380573){const _0x3cfb2d=_0x5b0cae;return _0x3cfb2d(0x272)===_0x14700c[_0x3cfb2d(0x1d9)]?_0x14700c[_0x3cfb2d(0x22c)]=_0x14700c[_0x3cfb2d(0x22c)][_0x3cfb2d(0x212)](_0x380573):_0x3cfb2d(0x28f)===_0x14700c[_0x3cfb2d(0x1d9)]&&_0x14700c[_0x3cfb2d(0x222)]&&(_0x14700c[_0x3cfb2d(0x222)]=new _0x1a7d94(_0x14700c[_0x3cfb2d(0x222)][_0x3cfb2d(0x1e4)][_0x3cfb2d(0x212)](_0x380573),_0x14700c[_0x3cfb2d(0x222)][_0x3cfb2d(0x211)][_0x3cfb2d(0x212)](_0x380573))),_0x14700c;}[_0x5b0cae(0x1f1)](_0x302504,_0x51391a){const _0x5783cd=_0x5b0cae;_0x5783cd(0x272)===_0x302504[_0x5783cd(0x1d9)]?_0x302504[_0x5783cd(0x22c)]=this[_0x5783cd(0x265)](_0x302504[_0x5783cd(0x22c)],_0x51391a):_0x5783cd(0x28f)===_0x302504[_0x5783cd(0x1d9)]&&_0x302504[_0x5783cd(0x222)]&&(_0x302504[_0x5783cd(0x222)]=this[_0x5783cd(0x202)](_0x302504[_0x5783cd(0x222)],_0x51391a));}[_0x5b0cae(0x265)](_0x51b611,_0x1a033f){const _0x14bd09=_0x5b0cae;return new _0x21dffe(_0x1a033f,_0x51b611[_0x14bd09(0x282)]);}[_0x5b0cae(0x202)](_0x4f5589,_0x2e906d){const _0x2bff81=_0x5b0cae;return new _0x1a7d94(this[_0x2bff81(0x265)](_0x4f5589[_0x2bff81(0x1e4)],_0x2e906d),this[_0x2bff81(0x265)](_0x4f5589[_0x2bff81(0x211)],_0x2e906d));}[_0x5b0cae(0x1c8)](_0x55b1ec,_0x2900ae){return new _0x21dffe(_0x2900ae,[..._0x55b1ec]);}[_0x5b0cae(0x1a4)](_0x2dac19,_0x395c53,_0x144f56,_0x549b62){const _0x1df313=_0x5b0cae;return new _0x1a7d94(this[_0x1df313(0x1c8)](_0x395c53,_0x549b62),this[_0x1df313(0x1c8)](_0x144f56,_0x549b62));}[_0x5b0cae(0x23f)](_0x4030bb){const _0x34c5d6=_0x5b0cae,_0x1fd136=_0x59125c=>{const _0xb27527=_0xbbe3;switch(_0x59125c){case _0xb27527(0x272):return 0x1;case _0xb27527(0x241):return 0x2;case _0xb27527(0x1b3):return 0x3;case _0xb27527(0x290):return 0x4;}};return _0x4030bb[_0x34c5d6(0x23b)]((_0x5ac23c,_0x2c7d21)=>_0x1fd136(_0x5ac23c[_0x34c5d6(0x1d9)])-_0x1fd136(_0x2c7d21[_0x34c5d6(0x1d9)]));}[_0x5b0cae(0x221)](_0x5255b0,_0x2d3b32){const _0x4a5a22=_0x5b0cae,_0x2b4638=_0x5255b0[_0x4a5a22(0x1a2)](0x0),_0x1c6f03=_0x2d3b32[_0x4a5a22(0x1a2)](0x0);return!(!_0x2b4638||!_0x1c6f03)&&((!_0x2b4638['is'](_0x4a5a22(0x1f5))||!_0x1c6f03['is'](_0x4a5a22(0x1f5))||_0x2b4638[_0x4a5a22(0x215)]===_0x1c6f03[_0x4a5a22(0x215)])&&!(_0x2b4638['is'](_0x4a5a22(0x1f5))&&!_0x1c6f03['is'](_0x4a5a22(0x1f5))||!_0x2b4638['is'](_0x4a5a22(0x1f5))&&_0x1c6f03['is'](_0x4a5a22(0x1f5))));}[_0x5b0cae(0x24e)](_0xe5f1d9){const _0x311e2b=_0x5b0cae;return 0x1===_0xe5f1d9[_0x311e2b(0x203)];}[_0x5b0cae(0x267)](_0x187af0,_0xe90b9d){const _0x4f998b=_0x5b0cae;for(const _0x259637 of _0x187af0[_0x4f998b(0x1bd)]())if(_0x259637['is'](_0x4f998b(0x1f5))&&!_0xe90b9d[_0x4f998b(0x219)](_0x259637))return!0x1;return!0x0;}[_0x5b0cae(0x1e2)](_0x43a8ef,_0x444e9e){const _0x22ef1c=_0x5b0cae;let _0x1d05b4=_0x43a8ef[_0x22ef1c(0x1de)](_0x552f21);return _0x1d05b4||(_0x1d05b4=_0x444e9e(),_0x43a8ef[_0x22ef1c(0x288)](_0x552f21,_0x1d05b4)),_0x1d05b4;}}
|