@ckeditor/ckeditor5-ai 47.6.1-alpha.1 → 47.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ai.js +1 -1
- package/dist/index.js +5 -5
- package/package.json +15 -15
- package/src/aiactions/aiactions.js +1 -1
- package/src/aiactions/model/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/aichat/aichat.js +1 -1
- package/src/aichat/aichatballoon.js +1 -1
- package/src/aichat/aichatcontroller.js +1 -1
- package/src/aichat/aichatui.js +1 -1
- package/src/aichat/model/aichatcontext.js +1 -1
- package/src/aichat/model/aichatconversation.js +1 -1
- package/src/aichat/model/aichatinteraction.js +1 -1
- package/src/aichat/ui/aichatballoonview.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/aichatfeedcustomelementview.js +1 -1
- package/src/aichat/ui/feed/aichatfeederroritemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
- package/src/aichat/utils/eventnames.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/aichatshortcuts/aichatshortcuts.js +1 -1
- package/src/aichatshortcuts/ui/aichatshortcutsview.js +1 -1
- package/src/aichatshortcuts/ui/aichatshortcutview.js +1 -1
- package/src/aicore/aiconnector.js +1 -1
- package/src/aicore/aiediting.js +1 -1
- package/src/aicore/model/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/aispinner.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/aisuggestioncontentpartheaderview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionloaderview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aiwebsourcesview.js +1 -1
- package/src/aicore/utils/createresizebutton.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/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/balloon/aiactionsballoondisclaimerview.js +1 -1
- package/src/aiquickactions/ui/balloon/aiactionsballoontoolbarview.js +1 -1
- package/src/aiquickactions/ui/balloon/aiactionsballoonview.js +1 -1
- package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +1 -1
- package/src/aireviewcore/aireviewcorecontroller.js +1 -1
- package/src/aireviewcore/aireviewcoreediting.js +1 -1
- package/src/aireviewcore/aireviewcoreui.js +1 -1
- package/src/aireviewcore/model/aireviewchecklist.js +1 -1
- package/src/aireviewcore/model/aireviewcheckresult.js +1 -1
- package/src/aireviewcore/model/aireviewcheckresultchange.js +1 -1
- package/src/aireviewcore/model/aireviewcheckrun.js +1 -1
- package/src/aireviewcore/model/aireviewsystemcheckrun.js +1 -1
- package/src/aireviewcore/ui/aireviewcoreballoonsuggestionview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorechecklistitemresultview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorecustomcheckview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorefinishreviewbuttonview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorepromptinputview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorereviewchecklistview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorereviewcommandlistitemview.js +1 -1
- package/src/aireviewcore/ui/aireviewcoreuicheckresultsview.js +1 -1
- package/src/aireviewcore/ui/aireviewcoreview.js +1 -1
- package/src/aireviewcore/ui/form/aireviewcoreformdropdown.js +1 -1
- package/src/aireviewmode/aireviewmode.js +1 -1
- package/src/aireviewmode/aireviewmodecontroller.js +1 -1
- package/src/aireviewmode/aireviewmodeui.js +1 -1
- package/src/aireviewmode/model/aireviewcheckcustom.js +1 -1
- package/src/aireviewmode/model/aireviewcheckextra.js +1 -1
- package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
- package/src/aireviewmode/model/aireviewextracheckrun.js +1 -1
- package/src/aireviewmode/model/aireviewmodechecklist.js +1 -1
- package/src/aitabs/aitabs.js +1 -1
- package/src/aitabs/tabs/tabbuttonview.js +1 -1
- package/src/aitranslate/aitranslate.js +1 -1
- package/src/aitranslate/aitranslatecontroller.js +1 -1
- package/src/aitranslate/aitranslateui.js +1 -1
- package/src/aitranslate/model/aitranslatecheck.js +1 -1
- package/src/aitranslate/model/aitranslatecheckrun.js +1 -1
- package/src/aitranslate/ui/aitranslatechecklistview.js +1 -1
- package/src/aitranslate/ui/aitranslatecheckresultsview.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x5767(){const _0x3f9ac0=['mouseenter','153pMiagK','content','10640gwBkWf','bindTemplate','55155biWmHL','_createArrowView','1513174KfWvvw','1048716QxePIq','menuitem','extendTemplate','render','children','arrowView','45JExdlg','74qiujsA','664700McoGJn','3726240GIargI','ck-dropdown-menu-list__nested-menu__button__arrow','ck-dropdown-menu-list__nested-menu__button','100441ceuacx','set','2810nUzgsl','isOn','add'];_0x5767=function(){return _0x3f9ac0;};return _0x5767();}const _0x4d9bfa=_0x4b7c;function _0x4b7c(_0x404d63,_0x5ef080){const _0x5767bb=_0x5767();return _0x4b7c=function(_0x4b7c0d,_0x4ebd29){_0x4b7c0d=_0x4b7c0d-0x187;let _0x5a90da=_0x5767bb[_0x4b7c0d];return _0x5a90da;},_0x4b7c(_0x404d63,_0x5ef080);}(function(_0x3cebc0,_0x14442c){const _0x172bed=_0x4b7c,_0x184756=_0x3cebc0();while(!![]){try{const _0x571349=parseInt(_0x172bed(0x195))/0x1+-parseInt(_0x172bed(0x19d))/0x2*(-parseInt(_0x172bed(0x193))/0x3)+parseInt(_0x172bed(0x19e))/0x4+-parseInt(_0x172bed(0x19c))/0x5*(-parseInt(_0x172bed(0x196))/0x6)+-parseInt(_0x172bed(0x19f))/0x7+-parseInt(_0x172bed(0x191))/0x8*(parseInt(_0x172bed(0x18f))/0x9)+parseInt(_0x172bed(0x18b))/0xa*(-parseInt(_0x172bed(0x189))/0xb);if(_0x571349===_0x14442c)break;else _0x184756['push'](_0x184756['shift']());}catch(_0x4c6932){_0x184756['push'](_0x184756['shift']());}}}(_0x5767,0xc6397));import{IconView as _0x53da4c,ListItemButtonView as _0x2067c9}from'ckeditor5/src/ui.js';import{IconDropdownArrow as _0x3a50ba}from'@ckeditor/ckeditor5-icons';export class DropdownMenuButtonWithHighlightView extends _0x2067c9{[_0x4d9bfa(0x19b)];constructor(_0x3c556c,_0x21c663){const _0x5753be=_0x4d9bfa;super(_0x3c556c,_0x21c663);const _0x36b083=this[_0x5753be(0x192)];this[_0x5753be(0x18a)]({'withText':!0x0,'role':_0x5753be(0x197)}),this[_0x5753be(0x19b)]=this[_0x5753be(0x194)](),this[_0x5753be(0x198)]({'attributes':{'class':[_0x5753be(0x188)],'aria-haspopup':!0x0,'aria-expanded':this[_0x5753be(0x192)]['to'](_0x5753be(0x18c),_0x3cb0f4=>String(_0x3cb0f4)),'data-cke-tooltip-disabled':_0x36b083['to'](_0x5753be(0x18c))},'on':{'mouseenter':_0x36b083['to'](_0x5753be(0x18e))}});}[_0x4d9bfa(0x199)](){const _0x363209=_0x4d9bfa;super[_0x363209(0x199)](),this[_0x363209(0x19a)][_0x363209(0x18d)](this[_0x363209(0x19b)]);}[_0x4d9bfa(0x194)](){const _0x3a2a0e=_0x4d9bfa,_0xcb4eb7=new _0x53da4c();return _0xcb4eb7[_0x3a2a0e(0x190)]=_0x3a50ba,_0xcb4eb7[_0x3a2a0e(0x198)]({'attributes':{'class':_0x3a2a0e(0x187)}}),_0xcb4eb7;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x16c808=_0x5a9a;(function(_0x129e39,_0x190f55){const _0x454cef=_0x5a9a,_0x49cb81=_0x129e39();while(!![]){try{const _0x139fe3=-parseInt(_0x454cef(0x220))/0x1+-parseInt(_0x454cef(0x219))/0x2+-parseInt(_0x454cef(0x18a))/0x3*(parseInt(_0x454cef(0x1e4))/0x4)+-parseInt(_0x454cef(0x206))/0x5*(parseInt(_0x454cef(0x1f3))/0x6)+parseInt(_0x454cef(0x21d))/0x7+-parseInt(_0x454cef(0x212))/0x8*(parseInt(_0x454cef(0x213))/0x9)+parseInt(_0x454cef(0x1e2))/0xa;if(_0x139fe3===_0x190f55)break;else _0x49cb81['push'](_0x49cb81['shift']());}catch(_0x16ec72){_0x49cb81['push'](_0x49cb81['shift']());}}}(_0x58da,0x7e8c9));import{ContextPlugin as _0x3a7f10}from'ckeditor5/src/core.js';function _0x58da(){const _0xd41e9c=['markChangeAsRejected','length','getActiveChanges','_onReviewCheckRun','ck-ai-translate-mode-content','_aiReviewCoreEditing','117870NmyJUE','showActionsWhenResultIsReady','_onActivateChange','_aiReviewCoreUi','changeMarkerRemoved','activateChange','init','setCheckResultTitle','leaveReview','_logError','showCheckRunResult','ai-review-mode-models-unable-to-retrieve','_createReviewCheckRun','start','_initRequiredPlugins','processedResultsCount','hasModifications','_changeActivationSource','showReviewCompletedView','35RiwqZH','_aiReviewCheckList','finishReview','includes','getChangeElement','showGeneralReviewCoreErrorView','subTitle','ai-review-mode-no-current-check-run','data','unmodified','AIConnector','acceptChange','2792TChtzO','19773gkBWLZ','retryReview','ck-ai_review-highlights','dismissChange','updateDocumentData','change','1679964uQaAqE','locale','.ck-ai_review__check-run-result','_onChangeMarkerClicked','6566462jlTYEX','_getChangeContentElement','sendRating','288186ffbnMo','_getChecksList','_onChangeMarkerBlurred','leaveReviewCoreResultList','getReviewCheckList','reviewCheckResultReady','showCheckRunResults','246ncDfKA','isPremiumPlugin','currentError','_currentReviewCheckRun','deactivateChange','showGeneralResultsErrorView','ai-review-mode-check-run-general-error','acceptAllChanges','args','showNoChangesView','_onChangeMarkerRestored','markChangeAsAccepted','changes','isOfficialPlugin','restart','getRoot','source','setAvailableChecks','reviewCheckResultAdded','closest','map','stopListening','_getTranslationWithDefault','showChunkErrorView','switchToReadOnly','changeMarkerClicked','_onReviewCheckResultActivated','_onReviewCheckResultDeactivated','error-general','changeMarkerBlurred','title','checks','reviewCheckResultDeactivated','ai-review-mode-check-run-chunk-error','listenTo','ai-review-mode-source-check-not-found','document','ck-ai_review-diff','abortReviewStream','clearAllMarkers','addResultChanges','_onCheckRunFinished','params','showReviewCheckList','panel','content','_scrollToChange','result','contentNew','error-chunk','finished','reviewCheckRunUpdated','reviewCheckResultChangeStatusUpdated','_markChangePositionInEditorContent','_diffContent','markAllChangesAsAccepted','message','updateChangeState','removeClass','ai-review-mode-check-run-failed','reviewCheckResultActivated','ai-request-aborted','_onChangeMarkerRemoved','context','hideChangeBalloon','getCheckById','abort','markChangeAsPending','startsWith','rejectChange','switchToEdit','view','changeMarkerRestored','loading','requires','get','ready','runReviewCheck','forceReadyState','getEditor','_onChangeMarkerHovered','changeId','changeMarkerHovered','contentInitial','_aiConnector','applyChange','getDocumentData','_onDeactivateChange','16888930lhidWO','aborted','3716iAoEdf','emitter','plugins','_onReviewRunLeave','markChangeAsOutdated','documentData','editing','status','isChangeActive'];_0x58da=function(){return _0xd41e9c;};return _0x58da();}import{CKEditorError as _0x2e48dc,logError as _0x1fe368,scrollAncestorsToShowTarget as _0x1fc600,scrollViewportToShowTarget as _0x318e8d}from'ckeditor5/src/utils.js';import{AIReviewSystemCheckRun as _0x5ebdba}from'./model/aireviewsystemcheckrun.js';function _0x5a9a(_0x22b763,_0x266f32){const _0x58da1f=_0x58da();return _0x5a9a=function(_0x5a9a4c,_0x2bd283){_0x5a9a4c=_0x5a9a4c-0x188;let _0x206691=_0x58da1f[_0x5a9a4c];return _0x206691;},_0x5a9a(_0x22b763,_0x266f32);}import{getTranslation as _0x58ab39}from'../aicore/utils/common-translations.js';import{AIConnector as _0x39de01}from'../aicore/aiconnector.js';export class AIReviewCoreController extends _0x3a7f10{[_0x16c808(0x1de)];[_0x16c808(0x1f6)];[_0x16c808(0x1f2)];[_0x16c808(0x207)];[_0x16c808(0x18d)];[_0x16c808(0x204)]=null;static get[_0x16c808(0x1d4)](){return[_0x39de01];}static get[_0x16c808(0x197)](){return!0x0;}static get[_0x16c808(0x18b)](){return!0x0;}async[_0x16c808(0x1f9)](){const _0x1b474f=_0x16c808;this[_0x1b474f(0x201)](),this[_0x1b474f(0x207)]=await this[_0x1b474f(0x221)](),this[_0x1b474f(0x1ac)](this[_0x1b474f(0x1f6)],_0x1b474f(0x224),()=>{const _0x1a7e7f=_0x1b474f;this[_0x1a7e7f(0x1f6)][_0x1a7e7f(0x19b)](this[_0x1a7e7f(0x207)][_0x1a7e7f(0x1a9)]);}),this[_0x1b474f(0x1ac)](this[_0x1b474f(0x1f6)],_0x1b474f(0x1d7),async(_0x1cf7e6,_0x2e29b8)=>{const _0x26a82a=_0x1b474f,_0x5a8dad=this[_0x26a82a(0x207)][_0x26a82a(0x1cb)](_0x2e29b8['id']);if(_0x5a8dad){this[_0x26a82a(0x1f0)](_0x2e29b8),this[_0x26a82a(0x1f2)][_0x26a82a(0x1a2)](),this[_0x26a82a(0x18d)]=this[_0x26a82a(0x1ff)](_0x2e29b8,_0x5a8dad),this[_0x26a82a(0x1f6)][_0x26a82a(0x1fa)](this[_0x26a82a(0x18d)][_0x26a82a(0x1a8)],this[_0x26a82a(0x18d)][_0x26a82a(0x20c)]),this[_0x26a82a(0x18d)]['on'](_0x26a82a(0x1bd),(_0x1cb52a,_0x50274b)=>{const _0x40e87e=_0x26a82a;switch(_0x50274b[_0x40e87e(0x1eb)]){case _0x40e87e(0x20e):case _0x40e87e(0x1d3):this[_0x40e87e(0x1f6)][_0x40e87e(0x189)](_0x50274b);break;case _0x40e87e(0x1bc):this[_0x40e87e(0x1b3)]();break;case _0x40e87e(0x1d6):this[_0x40e87e(0x1f6)][_0x40e87e(0x1f4)]();break;case _0x40e87e(0x20f):this[_0x40e87e(0x1f6)][_0x40e87e(0x193)]();break;case _0x40e87e(0x1a6):this[_0x40e87e(0x1f6)][_0x40e87e(0x18f)](),this[_0x40e87e(0x1fc)](new _0x2e48dc(_0x40e87e(0x190),this,void 0x0,this[_0x40e87e(0x18d)]?.[_0x40e87e(0x18c)]));break;case _0x40e87e(0x1bb):this[_0x40e87e(0x1f6)][_0x40e87e(0x1a1)](),this[_0x40e87e(0x1fc)](new _0x2e48dc(_0x40e87e(0x1ab),this,void 0x0,this[_0x40e87e(0x18d)]?.[_0x40e87e(0x18c)]));break;case _0x40e87e(0x1e3):this[_0x40e87e(0x18d)]&&this[_0x40e87e(0x18d)][_0x40e87e(0x202)]>0x0?setTimeout(()=>{const _0x148609=_0x40e87e;this[_0x148609(0x18d)]?.[_0x148609(0x1d8)]();},0x0):this[_0x40e87e(0x1e7)](!0x0);}_0x40e87e(0x1d6)!==_0x50274b[_0x40e87e(0x1eb)]&&_0x40e87e(0x1bb)!==_0x50274b[_0x40e87e(0x1eb)]&&_0x40e87e(0x1a6)!==_0x50274b[_0x40e87e(0x1eb)]||this[_0x40e87e(0x18d)]?.[_0x40e87e(0x21f)]();}),this[_0x26a82a(0x18d)]['on'](_0x26a82a(0x19c),(_0xbb6fec,_0x574689)=>{const _0x469006=_0x26a82a;if(!this[_0x469006(0x18d)])throw new _0x2e48dc(_0x469006(0x20d),this);const _0x1102e7=this[_0x469006(0x1c0)](_0x574689[_0x469006(0x1b9)][_0x469006(0x1dd)],_0x574689[_0x469006(0x1b9)][_0x469006(0x1ba)]);_0x574689[_0x469006(0x19a)][_0x469006(0x1b2)](_0x574689[_0x469006(0x1b9)]['id'],_0x1102e7);}),this[_0x26a82a(0x18d)]['on'](_0x26a82a(0x188),(_0xdab6f3,_0x3d473a)=>{const _0x46951a=_0x26a82a;for(const _0x460ca4 of _0x3d473a[_0x46951a(0x196)])this[_0x46951a(0x1f6)][_0x46951a(0x1fd)](_0x460ca4);this[_0x46951a(0x1bf)](_0x3d473a[_0x46951a(0x196)],_0x3d473a[_0x46951a(0x19a)][_0x46951a(0x1e9)]);}),this[_0x26a82a(0x18d)]['on'](_0x26a82a(0x1be),(_0xc790f2,_0x5eb20e)=>{const _0x19a3f4=_0x26a82a;this[_0x19a3f4(0x1f6)][_0x19a3f4(0x1c3)](_0x5eb20e[_0x19a3f4(0x218)]['id'],_0x5eb20e[_0x19a3f4(0x1eb)]);}),this[_0x26a82a(0x18d)]['on'](_0x26a82a(0x1c6),(_0x874d46,_0x1e1e27)=>{const _0x3e8171=_0x26a82a;this[_0x3e8171(0x1a4)](_0x1e1e27);}),this[_0x26a82a(0x18d)]['on'](_0x26a82a(0x1aa),()=>{const _0x5b3a4f=_0x26a82a;this[_0x5b3a4f(0x1a5)]();});try{await this[_0x26a82a(0x18d)][_0x26a82a(0x200)]();}catch(_0x4ba2bd){_0x4ba2bd instanceof Error&&_0x4ba2bd[_0x26a82a(0x1c2)][_0x26a82a(0x209)](_0x26a82a(0x1c7))||(_0x4ba2bd instanceof _0x2e48dc?this[_0x26a82a(0x1fc)](_0x4ba2bd):this[_0x26a82a(0x1fc)](new _0x2e48dc(_0x26a82a(0x1c5),this,void 0x0,_0x4ba2bd)));}}else this[_0x26a82a(0x1fc)](new _0x2e48dc(_0x26a82a(0x1ad),this,{'checkId':_0x2e29b8['id']}));}),this[_0x1b474f(0x1ac)](this[_0x1b474f(0x1f6)],_0x1b474f(0x1fb),()=>{const _0x508f3b=_0x1b474f;this[_0x508f3b(0x1e7)]();}),this[_0x1b474f(0x1ac)](this[_0x1b474f(0x1f6)],_0x1b474f(0x223),()=>{const _0x450c2e=_0x1b474f;this[_0x450c2e(0x1e7)](!0x0);}),this[_0x1b474f(0x1ac)](this[_0x1b474f(0x1f6)],_0x1b474f(0x1b0),()=>{const _0x5dc53f=_0x1b474f;this[_0x5dc53f(0x18d)]&&this[_0x5dc53f(0x18d)][_0x5dc53f(0x1cc)]();}),this[_0x1b474f(0x1ac)](this[_0x1b474f(0x1f6)],_0x1b474f(0x208),()=>{const _0x4eb267=_0x1b474f;this[_0x4eb267(0x1e7)](!0x0);}),this[_0x1b474f(0x1ac)](this[_0x1b474f(0x1f6)],_0x1b474f(0x191),()=>{const _0x21180c=_0x1b474f;if(!this[_0x21180c(0x18d)])return;const _0x8c4577=this[_0x21180c(0x18d)][_0x21180c(0x1ef)]();if(!_0x8c4577[_0x21180c(0x1ee)])return;this[_0x21180c(0x1f2)][_0x21180c(0x1df)](_0x8c4577[_0x21180c(0x19e)](_0x3f8c97=>_0x3f8c97['id']));const _0x1c607e=this[_0x21180c(0x18d)];_0x1c607e[_0x21180c(0x1c1)](),_0x1c607e[_0x21180c(0x21f)]();}),this[_0x1b474f(0x1ac)](this[_0x1b474f(0x1f6)],_0x1b474f(0x211),(_0x4eb9d6,_0x233805)=>{const _0x3bec4a=_0x1b474f;this[_0x3bec4a(0x18d)]&&this[_0x3bec4a(0x18d)][_0x3bec4a(0x1ec)](_0x233805['id'])&&(this[_0x3bec4a(0x1f2)][_0x3bec4a(0x1df)]([_0x233805['id']]),this[_0x3bec4a(0x18d)][_0x3bec4a(0x195)](_0x233805['id']),this[_0x3bec4a(0x1f6)][_0x3bec4a(0x1ca)](),this[_0x3bec4a(0x18d)][_0x3bec4a(0x21f)](_0x233805['id']));}),this[_0x1b474f(0x1ac)](this[_0x1b474f(0x1f6)],_0x1b474f(0x216),(_0x2b1655,_0x51d5bf)=>{const _0xe091af=_0x1b474f;this[_0xe091af(0x18d)]&&this[_0xe091af(0x18d)][_0xe091af(0x1ec)](_0x51d5bf['id'])&&(this[_0xe091af(0x1f2)][_0xe091af(0x1cf)](_0x51d5bf['id']),this[_0xe091af(0x18d)][_0xe091af(0x1ed)](_0x51d5bf['id']),this[_0xe091af(0x1f6)][_0xe091af(0x1ca)](),this[_0xe091af(0x18d)][_0xe091af(0x21f)](_0x51d5bf['id']));}),this[_0x1b474f(0x1ac)](this[_0x1b474f(0x1f6)],_0x1b474f(0x214),async()=>{const _0x5379c5=_0x1b474f;this[_0x5379c5(0x18d)]&&(this[_0x5379c5(0x1f2)][_0x5379c5(0x1b1)](),this[_0x5379c5(0x18d)][_0x5379c5(0x217)](this[_0x5379c5(0x1f2)][_0x5379c5(0x1e0)]()),await this[_0x5379c5(0x18d)][_0x5379c5(0x198)]());}),this[_0x1b474f(0x1ac)](this[_0x1b474f(0x1f6)],_0x1b474f(0x1f8),(_0xe619aa,_0x5608a2)=>{const _0x5e2fbb=_0x1b474f;this[_0x5e2fbb(0x1f5)](_0x5608a2);}),this[_0x1b474f(0x1ac)](this[_0x1b474f(0x1f6)],_0x1b474f(0x18e),(_0x5d4d5b,_0x59571d)=>{const _0x9f564=_0x1b474f;this[_0x9f564(0x1e1)](_0x59571d);}),this[_0x1b474f(0x1ac)](this[_0x1b474f(0x1f2)][_0x1b474f(0x1e5)],_0x1b474f(0x1a3),(_0x26536b,_0x57c0cf)=>{const _0x295008=_0x1b474f;this[_0x295008(0x21c)](_0x26536b,_0x57c0cf);}),this[_0x1b474f(0x1ac)](this[_0x1b474f(0x1f2)][_0x1b474f(0x1e5)],_0x1b474f(0x1dc),(_0x2bf522,_0x5944c4)=>{const _0x48f480=_0x1b474f;this[_0x48f480(0x1da)](_0x2bf522,_0x5944c4);}),this[_0x1b474f(0x1ac)](this[_0x1b474f(0x1f2)][_0x1b474f(0x1e5)],_0x1b474f(0x1a7),()=>{const _0x3851a2=_0x1b474f;this[_0x3851a2(0x222)]();}),this[_0x1b474f(0x1ac)](this[_0x1b474f(0x1f2)][_0x1b474f(0x1e5)],_0x1b474f(0x1f7),(_0x136732,_0x3297f2)=>{const _0x3b58a0=_0x1b474f;this[_0x3b58a0(0x1c8)](_0x136732,_0x3297f2);}),this[_0x1b474f(0x1ac)](this[_0x1b474f(0x1f2)][_0x1b474f(0x1e5)],_0x1b474f(0x1d2),(_0xf4f391,_0x53ef04)=>{const _0x4145c1=_0x1b474f;this[_0x4145c1(0x194)](_0xf4f391,_0x53ef04);});}[_0x16c808(0x1ff)](_0x25ad67,_0x2f5917){const _0x2d37c8=_0x16c808;return new _0x5ebdba(this[_0x2d37c8(0x1f2)][_0x2d37c8(0x1e0)](),_0x2f5917,this[_0x2d37c8(0x1de)],_0x25ad67[_0x2d37c8(0x1b4)],_0x25ad67[_0x2d37c8(0x192)]);}[_0x16c808(0x1c8)](_0x33b401,_0x30fb8e){const _0x16ade4=_0x16c808;this[_0x16ade4(0x18d)]&&this[_0x16ade4(0x18d)][_0x16ade4(0x1e8)](_0x30fb8e[_0x16ade4(0x1db)]);}[_0x16c808(0x194)](_0x1fb9d6,_0x186f7f){const _0x22a6ae=_0x16c808;this[_0x22a6ae(0x18d)]&&this[_0x22a6ae(0x18d)][_0x22a6ae(0x1cd)](_0x186f7f[_0x22a6ae(0x1db)]);}[_0x16c808(0x1b3)](){const _0x560eb9=_0x16c808;this[_0x560eb9(0x1f6)][_0x560eb9(0x205)]();}[_0x16c808(0x201)](){const _0x281f9d=_0x16c808;this[_0x281f9d(0x1de)]=this[_0x281f9d(0x1c9)][_0x281f9d(0x1e6)][_0x281f9d(0x1d5)](_0x281f9d(0x210));}[_0x16c808(0x1e7)](_0x9697d5=!0x1){const _0x15bef5=_0x16c808;this[_0x15bef5(0x18d)]&&(this[_0x15bef5(0x18d)][_0x15bef5(0x203)]||this[_0x15bef5(0x18d)][_0x15bef5(0x21f)](),this[_0x15bef5(0x18d)][_0x15bef5(0x19f)](),this[_0x15bef5(0x18d)][_0x15bef5(0x1cc)](),this[_0x15bef5(0x18d)]=void 0x0),_0x9697d5&&this[_0x15bef5(0x1f6)][_0x15bef5(0x1b5)](),this[_0x15bef5(0x1f2)][_0x15bef5(0x1b1)](),this[_0x15bef5(0x1f2)][_0x15bef5(0x1d0)](),this[_0x15bef5(0x204)]=null;const _0x483e2f=this[_0x15bef5(0x1f2)][_0x15bef5(0x1d9)]();_0x483e2f&&_0x483e2f[_0x15bef5(0x1ea)][_0x15bef5(0x1d1)][_0x15bef5(0x218)](_0x2feb0d=>{const _0x5297e4=_0x15bef5,_0xd3f99b=_0x483e2f[_0x5297e4(0x1ea)][_0x5297e4(0x1d1)][_0x5297e4(0x1ae)][_0x5297e4(0x199)]();_0x2feb0d[_0x5297e4(0x1c4)](_0x5297e4(0x1af),_0xd3f99b),_0x2feb0d[_0x5297e4(0x1c4)](_0x5297e4(0x215),_0xd3f99b),_0x2feb0d[_0x5297e4(0x1c4)](_0x5297e4(0x1f1),_0xd3f99b);});}[_0x16c808(0x1a0)](_0x59eb59,_0x3afcb5){const _0x21e578=_0x16c808,_0x1b8e65=this[_0x21e578(0x1c9)][_0x21e578(0x21a)],_0x944636=_0x58ab39(_0x1b8e65,_0x59eb59);return _0x944636===_0x59eb59?_0x3afcb5:_0x944636;}[_0x16c808(0x1fc)](_0x19613a,_0x5c3c9c=!0x1){const _0x58a01f=_0x16c808;_0x1fe368(_0x19613a[_0x58a01f(0x1c2)]),_0x5c3c9c||(_0x19613a[_0x58a01f(0x1c2)][_0x58a01f(0x1ce)](_0x58a01f(0x1fe))?this[_0x58a01f(0x1f6)][_0x58a01f(0x20b)]():this[_0x58a01f(0x1f6)][_0x58a01f(0x18f)]());}[_0x16c808(0x1b8)](_0x540b68){const _0x3b90a9=_0x16c808;if(_0x3b90a9(0x1b7)===this[_0x3b90a9(0x204)]){const _0x1e48aa=this[_0x3b90a9(0x1f6)][_0x3b90a9(0x20a)](_0x540b68);_0x1e48aa&&_0x1fc600(_0x1e48aa[_0x3b90a9(0x19d)](_0x3b90a9(0x21b))||_0x1e48aa);}else{if(_0x3b90a9(0x1b6)===this[_0x3b90a9(0x204)]){const _0x2f31c4=this[_0x3b90a9(0x21e)](_0x540b68);if(!_0x2f31c4)return;_0x318e8d({'target':_0x2f31c4,'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0});}}}}
|
|
23
|
+
const _0x26635c=_0x26f3;(function(_0x4e2fa4,_0x39581c){const _0x151d81=_0x26f3,_0xf9dbab=_0x4e2fa4();while(!![]){try{const _0x5b52ea=-parseInt(_0x151d81(0xaf))/0x1+parseInt(_0x151d81(0x7d))/0x2*(-parseInt(_0x151d81(0xa2))/0x3)+parseInt(_0x151d81(0x111))/0x4*(parseInt(_0x151d81(0x88))/0x5)+parseInt(_0x151d81(0xd6))/0x6*(-parseInt(_0x151d81(0x92))/0x7)+-parseInt(_0x151d81(0xfd))/0x8*(-parseInt(_0x151d81(0x9a))/0x9)+-parseInt(_0x151d81(0x83))/0xa+parseInt(_0x151d81(0xa9))/0xb*(parseInt(_0x151d81(0xeb))/0xc);if(_0x5b52ea===_0x39581c)break;else _0xf9dbab['push'](_0xf9dbab['shift']());}catch(_0x3aa96a){_0xf9dbab['push'](_0xf9dbab['shift']());}}}(_0x1454,0x440bc));import{ContextPlugin as _0x1ec4d6}from'ckeditor5/src/core.js';function _0x26f3(_0x278a45,_0x677739){const _0x14540d=_0x1454();return _0x26f3=function(_0x26f339,_0x38d205){_0x26f339=_0x26f339-0x7a;let _0x87ff7f=_0x14540d[_0x26f339];return _0x87ff7f;},_0x26f3(_0x278a45,_0x677739);}import{CKEditorError as _0x4524dd,logError as _0x1dbef8,scrollAncestorsToShowTarget as _0x526a18,scrollViewportToShowTarget as _0x53a795}from'ckeditor5/src/utils.js';import{AIReviewSystemCheckRun as _0x5466ac}from'./model/aireviewsystemcheckrun.js';import{getTranslation as _0x40a950}from'../aicore/utils/common-translations.js';import{AIConnector as _0x2a13e1}from'../aicore/aiconnector.js';function _0x1454(){const _0x4e7d71=['markChangeAsAccepted','dismissChange','hasModifications','params','showReviewCheckList','finished','getActiveChanges','restart','switchToEdit','getRoot','requires','title','ai-request-aborted','_onChangeMarkerHovered','4YnaLfP','documentData','_onReviewRunLeave','_onChangeMarkerBlurred','result','showCheckRunResults','includes','plugins','_onReviewCheckResultActivated','_aiReviewCoreEditing','_aiReviewCoreUi','2rDMouo','changeMarkerClicked','reviewCheckResultActivated','getDocumentData','updateChangeState','getEditor','522280qfvryQ','args','ai-review-mode-models-unable-to-retrieve','start','map','2327935hsJJGa','markChangeAsPending','ck-ai_review-diff','_onChangeMarkerClicked','currentError','_markChangePositionInEditorContent','getCheckById','leaveReview','showChunkErrorView','emitter','1012347PnECOD','data','_currentReviewCheckRun','showCheckRunResult','leaveReviewCoreResultList','init','ai-review-mode-no-current-check-run','_scrollToChange','9OYDyss','ck-ai-translate-mode-content','startsWith','get','closest','showGeneralReviewCoreErrorView','message','deactivateChange','1060149IbcRya','changeMarkerBlurred','abortReviewStream','panel','contentInitial','reviewCheckResultReady','loading','404140SSCVOU','reviewCheckResultAdded','status','unmodified','markChangeAsRejected','stopListening','145876huRliO','_changeActivationSource','markChangeAsOutdated','error-general','rejectChange','runReviewCheck','isOfficialPlugin','addResultChanges','locale','sendRating','acceptAllChanges','switchToReadOnly','setCheckResultTitle','change','_aiReviewCheckList','abort','_initRequiredPlugins','markAllChangesAsAccepted','getReviewCheckList','checks','applyChange','showNoChangesView','aborted','isChangeActive','getChangeElement','ai-review-mode-source-check-not-found','hideChangeBalloon','forceReadyState','ai-review-mode-check-run-failed','_getChecksList','contentNew','removeClass','isPremiumPlugin','showActionsWhenResultIsReady','_diffContent','setAvailableChecks','ck-ai_review-highlights','ai-review-mode-check-run-general-error','_onDeactivateChange','6pjXChD','updateDocumentData','ready','showReviewCompletedView','_createReviewCheckRun','context','changeMarkerHovered','AIConnector','changes','activateChange','_getTranslationWithDefault','.ck-ai_review__check-run-result','ai-review-mode-check-run-chunk-error','editing','_onReviewCheckResultDeactivated','reviewCheckResultChangeStatusUpdated','acceptChange','reviewCheckRunUpdated','reviewCheckResultDeactivated','retryReview','subTitle','60PaTmxQ','error-chunk','_aiConnector','_onChangeMarkerRestored','processedResultsCount','_onActivateChange','changeId','_logError','_onReviewCheckRun','source','listenTo','showGeneralResultsErrorView','clearAllMarkers','_onCheckRunFinished','finishReview','_onChangeMarkerRemoved','view','_getChangeContentElement','2604296tzQHgg','content','changeMarkerRemoved','length','changeMarkerRestored','document'];_0x1454=function(){return _0x4e7d71;};return _0x1454();}export class AIReviewCoreController extends _0x1ec4d6{[_0x26635c(0xed)];[_0x26635c(0x7c)];[_0x26635c(0x7b)];[_0x26635c(0xbd)];[_0x26635c(0x94)];[_0x26635c(0xb0)]=null;static get[_0x26635c(0x10d)](){return[_0x2a13e1];}static get[_0x26635c(0xb5)](){return!0x0;}static get[_0x26635c(0xcf)](){return!0x0;}async[_0x26635c(0x97)](){const _0x347a01=_0x26635c;this[_0x347a01(0xbf)](),this[_0x347a01(0xbd)]=await this[_0x347a01(0xcc)](),this[_0x347a01(0xf5)](this[_0x347a01(0x7c)],_0x347a01(0xc1),()=>{const _0x20b4e1=_0x347a01;this[_0x20b4e1(0x7c)][_0x20b4e1(0xd2)](this[_0x20b4e1(0xbd)][_0x20b4e1(0xc2)]);}),this[_0x347a01(0xf5)](this[_0x347a01(0x7c)],_0x347a01(0xb4),async(_0x419b5b,_0x387007)=>{const _0x3fd792=_0x347a01,_0x575bd0=this[_0x3fd792(0xbd)][_0x3fd792(0x8e)](_0x387007['id']);if(_0x575bd0){this[_0x3fd792(0xf3)](_0x387007),this[_0x3fd792(0x7b)][_0x3fd792(0xba)](),this[_0x3fd792(0x94)]=this[_0x3fd792(0xda)](_0x387007,_0x575bd0),this[_0x3fd792(0x7c)][_0x3fd792(0xbb)](this[_0x3fd792(0x94)][_0x3fd792(0x10e)],this[_0x3fd792(0x94)][_0x3fd792(0xea)]),this[_0x3fd792(0x94)]['on'](_0x3fd792(0xe7),(_0x59e95e,_0x350172)=>{const _0x3a2c8d=_0x3fd792;switch(_0x350172[_0x3a2c8d(0xab)]){case _0x3a2c8d(0x93):case _0x3a2c8d(0xa8):this[_0x3a2c8d(0x7c)][_0x3a2c8d(0x116)](_0x350172);break;case _0x3a2c8d(0x108):this[_0x3a2c8d(0xf8)]();break;case _0x3a2c8d(0xd8):this[_0x3a2c8d(0x7c)][_0x3a2c8d(0xd0)]();break;case _0x3a2c8d(0xac):this[_0x3a2c8d(0x7c)][_0x3a2c8d(0xc4)]();break;case _0x3a2c8d(0xb2):this[_0x3a2c8d(0x7c)][_0x3a2c8d(0xf6)](),this[_0x3a2c8d(0xf2)](new _0x4524dd(_0x3a2c8d(0xd4),this,void 0x0,this[_0x3a2c8d(0x94)]?.[_0x3a2c8d(0x8c)]));break;case _0x3a2c8d(0xec):this[_0x3a2c8d(0x7c)][_0x3a2c8d(0x90)](),this[_0x3a2c8d(0xf2)](new _0x4524dd(_0x3a2c8d(0xe2),this,void 0x0,this[_0x3a2c8d(0x94)]?.[_0x3a2c8d(0x8c)]));break;case _0x3a2c8d(0xc5):this[_0x3a2c8d(0x94)]&&this[_0x3a2c8d(0x94)][_0x3a2c8d(0xef)]>0x0?setTimeout(()=>{const _0x41e0d9=_0x3a2c8d;this[_0x41e0d9(0x94)]?.[_0x41e0d9(0xca)]();},0x0):this[_0x3a2c8d(0x113)](!0x0);}_0x3a2c8d(0xd8)!==_0x350172[_0x3a2c8d(0xab)]&&_0x3a2c8d(0xec)!==_0x350172[_0x3a2c8d(0xab)]&&_0x3a2c8d(0xb2)!==_0x350172[_0x3a2c8d(0xab)]||this[_0x3a2c8d(0x94)]?.[_0x3a2c8d(0xb8)]();}),this[_0x3fd792(0x94)]['on'](_0x3fd792(0xaa),(_0x410c3f,_0x3b9369)=>{const _0x44c0fb=_0x3fd792;if(!this[_0x44c0fb(0x94)])throw new _0x4524dd(_0x44c0fb(0x98),this);const _0x135ff4=this[_0x44c0fb(0xd1)](_0x3b9369[_0x44c0fb(0x115)][_0x44c0fb(0xa6)],_0x3b9369[_0x44c0fb(0x115)][_0x44c0fb(0xcd)]);_0x3b9369[_0x44c0fb(0xf4)][_0x44c0fb(0xb6)](_0x3b9369[_0x44c0fb(0x115)]['id'],_0x135ff4);}),this[_0x3fd792(0x94)]['on'](_0x3fd792(0xa7),(_0x308a8b,_0x52b1f)=>{const _0x78aa5b=_0x3fd792;for(const _0xfed0d3 of _0x52b1f[_0x78aa5b(0xde)])this[_0x78aa5b(0x7c)][_0x78aa5b(0x95)](_0xfed0d3);this[_0x78aa5b(0x8d)](_0x52b1f[_0x78aa5b(0xde)],_0x52b1f[_0x78aa5b(0xf4)][_0x78aa5b(0x112)]);}),this[_0x3fd792(0x94)]['on'](_0x3fd792(0xe5),(_0x4d46b3,_0x36bb3b)=>{const _0xce179c=_0x3fd792;this[_0xce179c(0x7c)][_0xce179c(0x81)](_0x36bb3b[_0xce179c(0xbc)]['id'],_0x36bb3b[_0xce179c(0xab)]);}),this[_0x3fd792(0x94)]['on'](_0x3fd792(0x7f),(_0xe2a7d4,_0x264705)=>{const _0x2e3c1a=_0x3fd792;this[_0x2e3c1a(0x7a)](_0x264705);}),this[_0x3fd792(0x94)]['on'](_0x3fd792(0xe8),()=>{const _0x21bf38=_0x3fd792;this[_0x21bf38(0xe4)]();});try{await this[_0x3fd792(0x94)][_0x3fd792(0x86)]();}catch(_0xd015a4){_0xd015a4 instanceof Error&&_0xd015a4[_0x3fd792(0xa0)][_0x3fd792(0x117)](_0x3fd792(0x10f))||(_0xd015a4 instanceof _0x4524dd?this[_0x3fd792(0xf2)](_0xd015a4):this[_0x3fd792(0xf2)](new _0x4524dd(_0x3fd792(0xcb),this,void 0x0,_0xd015a4)));}}else this[_0x3fd792(0xf2)](new _0x4524dd(_0x3fd792(0xc8),this,{'checkId':_0x387007['id']}));}),this[_0x347a01(0xf5)](this[_0x347a01(0x7c)],_0x347a01(0x8f),()=>{const _0x3062ad=_0x347a01;this[_0x3062ad(0x113)]();}),this[_0x347a01(0xf5)](this[_0x347a01(0x7c)],_0x347a01(0x96),()=>{const _0x4e9ff5=_0x347a01;this[_0x4e9ff5(0x113)](!0x0);}),this[_0x347a01(0xf5)](this[_0x347a01(0x7c)],_0x347a01(0xa4),()=>{const _0x305fbb=_0x347a01;this[_0x305fbb(0x94)]&&this[_0x305fbb(0x94)][_0x305fbb(0xbe)]();}),this[_0x347a01(0xf5)](this[_0x347a01(0x7c)],_0x347a01(0xf9),()=>{const _0x1b3d6a=_0x347a01;this[_0x1b3d6a(0x113)](!0x0);}),this[_0x347a01(0xf5)](this[_0x347a01(0x7c)],_0x347a01(0xb9),()=>{const _0x5610a6=_0x347a01;if(!this[_0x5610a6(0x94)])return;const _0x413a28=this[_0x5610a6(0x94)][_0x5610a6(0x109)]();if(!_0x413a28[_0x5610a6(0x100)])return;this[_0x5610a6(0x7b)][_0x5610a6(0xc3)](_0x413a28[_0x5610a6(0x87)](_0x553c91=>_0x553c91['id']));const _0x3da511=this[_0x5610a6(0x94)];_0x3da511[_0x5610a6(0xc0)](),_0x3da511[_0x5610a6(0xb8)]();}),this[_0x347a01(0xf5)](this[_0x347a01(0x7c)],_0x347a01(0xe6),(_0x4b127f,_0x309b90)=>{const _0x56007c=_0x347a01;this[_0x56007c(0x94)]&&this[_0x56007c(0x94)][_0x56007c(0xc6)](_0x309b90['id'])&&(this[_0x56007c(0x7b)][_0x56007c(0xc3)]([_0x309b90['id']]),this[_0x56007c(0x94)][_0x56007c(0x103)](_0x309b90['id']),this[_0x56007c(0x7c)][_0x56007c(0xc9)](),this[_0x56007c(0x94)][_0x56007c(0xb8)](_0x309b90['id']));}),this[_0x347a01(0xf5)](this[_0x347a01(0x7c)],_0x347a01(0x104),(_0x3fae89,_0x504686)=>{const _0x72cfb9=_0x347a01;this[_0x72cfb9(0x94)]&&this[_0x72cfb9(0x94)][_0x72cfb9(0xc6)](_0x504686['id'])&&(this[_0x72cfb9(0x7b)][_0x72cfb9(0xb3)](_0x504686['id']),this[_0x72cfb9(0x94)][_0x72cfb9(0xad)](_0x504686['id']),this[_0x72cfb9(0x7c)][_0x72cfb9(0xc9)](),this[_0x72cfb9(0x94)][_0x72cfb9(0xb8)](_0x504686['id']));}),this[_0x347a01(0xf5)](this[_0x347a01(0x7c)],_0x347a01(0xe9),async()=>{const _0x469d79=_0x347a01;this[_0x469d79(0x94)]&&(this[_0x469d79(0x7b)][_0x469d79(0xf7)](),this[_0x469d79(0x94)][_0x469d79(0xd7)](this[_0x469d79(0x7b)][_0x469d79(0x80)]()),await this[_0x469d79(0x94)][_0x469d79(0x10a)]());}),this[_0x347a01(0xf5)](this[_0x347a01(0x7c)],_0x347a01(0xdf),(_0x166039,_0x49ef95)=>{const _0x43164a=_0x347a01;this[_0x43164a(0xf0)](_0x49ef95);}),this[_0x347a01(0xf5)](this[_0x347a01(0x7c)],_0x347a01(0xa1),(_0x4ae509,_0x3e042b)=>{const _0x233dbd=_0x347a01;this[_0x233dbd(0xd5)](_0x3e042b);}),this[_0x347a01(0xf5)](this[_0x347a01(0x7b)][_0x347a01(0x91)],_0x347a01(0x7e),(_0x3e97f8,_0x31f7e4)=>{const _0x217c62=_0x347a01;this[_0x217c62(0x8b)](_0x3e97f8,_0x31f7e4);}),this[_0x347a01(0xf5)](this[_0x347a01(0x7b)][_0x347a01(0x91)],_0x347a01(0xdc),(_0x3c6cd8,_0x1b7326)=>{const _0x35163e=_0x347a01;this[_0x35163e(0x110)](_0x3c6cd8,_0x1b7326);}),this[_0x347a01(0xf5)](this[_0x347a01(0x7b)][_0x347a01(0x91)],_0x347a01(0xa3),()=>{const _0x49f6b4=_0x347a01;this[_0x49f6b4(0x114)]();}),this[_0x347a01(0xf5)](this[_0x347a01(0x7b)][_0x347a01(0x91)],_0x347a01(0xff),(_0x594327,_0x2fddfa)=>{const _0xa146b4=_0x347a01;this[_0xa146b4(0xfa)](_0x594327,_0x2fddfa);}),this[_0x347a01(0xf5)](this[_0x347a01(0x7b)][_0x347a01(0x91)],_0x347a01(0x101),(_0x48273b,_0x352923)=>{const _0x64878a=_0x347a01;this[_0x64878a(0xee)](_0x48273b,_0x352923);});}[_0x26635c(0xda)](_0x438f1c,_0x17f7f3){const _0x19face=_0x26635c;return new _0x5466ac(this[_0x19face(0x7b)][_0x19face(0x80)](),_0x17f7f3,this[_0x19face(0xed)],_0x438f1c[_0x19face(0x106)],_0x438f1c[_0x19face(0x84)]);}[_0x26635c(0xfa)](_0x21fd07,_0x55eb3d){const _0x34ce6c=_0x26635c;this[_0x34ce6c(0x94)]&&this[_0x34ce6c(0x94)][_0x34ce6c(0xb1)](_0x55eb3d[_0x34ce6c(0xf1)]);}[_0x26635c(0xee)](_0x53fa6d,_0x2071b6){const _0x1f4291=_0x26635c;this[_0x1f4291(0x94)]&&this[_0x1f4291(0x94)][_0x1f4291(0x89)](_0x2071b6[_0x1f4291(0xf1)]);}[_0x26635c(0xf8)](){const _0x51d902=_0x26635c;this[_0x51d902(0x7c)][_0x51d902(0xd9)]();}[_0x26635c(0xbf)](){const _0x2399d9=_0x26635c;this[_0x2399d9(0xed)]=this[_0x2399d9(0xdb)][_0x2399d9(0x118)][_0x2399d9(0x9d)](_0x2399d9(0xdd));}[_0x26635c(0x113)](_0x49ba07=!0x1){const _0x1581de=_0x26635c;this[_0x1581de(0x94)]&&(this[_0x1581de(0x94)][_0x1581de(0x105)]||this[_0x1581de(0x94)][_0x1581de(0xb8)](),this[_0x1581de(0x94)][_0x1581de(0xae)](),this[_0x1581de(0x94)][_0x1581de(0xbe)](),this[_0x1581de(0x94)]=void 0x0),_0x49ba07&&this[_0x1581de(0x7c)][_0x1581de(0x107)](),this[_0x1581de(0x7b)][_0x1581de(0xf7)](),this[_0x1581de(0x7b)][_0x1581de(0x10b)](),this[_0x1581de(0xb0)]=null;const _0x1324bf=this[_0x1581de(0x7b)][_0x1581de(0x82)]();_0x1324bf&&_0x1324bf[_0x1581de(0xe3)][_0x1581de(0xfb)][_0x1581de(0xbc)](_0x362e06=>{const _0x1faaeb=_0x1581de,_0x59eea5=_0x1324bf[_0x1faaeb(0xe3)][_0x1faaeb(0xfb)][_0x1faaeb(0x102)][_0x1faaeb(0x10c)]();_0x362e06[_0x1faaeb(0xce)](_0x1faaeb(0x8a),_0x59eea5),_0x362e06[_0x1faaeb(0xce)](_0x1faaeb(0xd3),_0x59eea5),_0x362e06[_0x1faaeb(0xce)](_0x1faaeb(0x9b),_0x59eea5);});}[_0x26635c(0xe0)](_0x4811da,_0x37266d){const _0x5422f6=_0x26635c,_0x2d7dde=this[_0x5422f6(0xdb)][_0x5422f6(0xb7)],_0x13144a=_0x40a950(_0x2d7dde,_0x4811da);return _0x13144a===_0x4811da?_0x37266d:_0x13144a;}[_0x26635c(0xf2)](_0x4c8c85,_0x1be3f4=!0x1){const _0x5db243=_0x26635c;_0x1dbef8(_0x4c8c85[_0x5db243(0xa0)]),_0x1be3f4||(_0x4c8c85[_0x5db243(0xa0)][_0x5db243(0x9c)](_0x5db243(0x85))?this[_0x5db243(0x7c)][_0x5db243(0x9f)]():this[_0x5db243(0x7c)][_0x5db243(0xf6)]());}[_0x26635c(0x99)](_0xe1ab16){const _0x208fc5=_0x26635c;if(_0x208fc5(0xfe)===this[_0x208fc5(0xb0)]){const _0x3ad99e=this[_0x208fc5(0x7c)][_0x208fc5(0xc7)](_0xe1ab16);_0x3ad99e&&_0x526a18(_0x3ad99e[_0x208fc5(0x9e)](_0x208fc5(0xe1))||_0x3ad99e);}else{if(_0x208fc5(0xa5)===this[_0x208fc5(0xb0)]){const _0x47a42b=this[_0x208fc5(0xfc)](_0xe1ab16);if(!_0x47a42b)return;_0x53a795({'target':_0x47a42b,'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0});}}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x48f5a4=_0x5d21;(function(_0x28929d,_0x29bb85){const _0x2e0642=_0x5d21,_0x294746=_0x28929d();while(!![]){try{const _0x3ee229=-parseInt(_0x2e0642(0x1af))/0x1+-parseInt(_0x2e0642(0x1c5))/0x2+-parseInt(_0x2e0642(0x1ec))/0x3*(-parseInt(_0x2e0642(0x279))/0x4)+parseInt(_0x2e0642(0x245))/0x5*(parseInt(_0x2e0642(0x255))/0x6)+parseInt(_0x2e0642(0x1df))/0x7+parseInt(_0x2e0642(0x1bc))/0x8+-parseInt(_0x2e0642(0x269))/0x9;if(_0x3ee229===_0x29bb85)break;else _0x294746['push'](_0x294746['shift']());}catch(_0x1a2aad){_0x294746['push'](_0x294746['shift']());}}}(_0x5734,0xb546a));import{InsertOperation as _0x4109ab,MarkerOperation as _0xeff1cc,ModelDocumentFragment as _0x5f42e4,ModelPosition as _0x4cc03f,ModelRange as _0x1ca6ca,ModelTreeWalker as _0x2360a7,transformOperationSets as _0x504c82}from'ckeditor5/src/engine.js';function _0x5734(){const _0x46b34d=['_hasSameTopLevelElement','outerHTML','toDomElement','operations','_changePosition','insertContent','_createGetContentUsingDataIdFn','changeMarkerHovered','backward','createSelection','_parseMarkerName','mouseup','getHtml','startsWith','highest','registerPostFixer','5iSzhsY','htmlProcessor','for','rootName','conversion','downcast','_translateOperationToEditorContent','getAttribute','parent','getEditor','className','requires','remove-only','operationsA','fire','getOperations','5805594opMfyh','position','$root','disableReadOnlyMode','containerElement','htmlWriter','forward','_getMarkersDataForGroup','flat','_eventEmitter','_removeAttribute','path','domConverter','delete','ai-review','getChild','_shiftOperation','pluginName','relatedTarget','setMarkersInElementAsActive','18762723TBpNyK','isOpening','_createGetContentFn','schema','exec','filter','clear','isAtStart','_getOperationStart','getPath','addOperation','sort','\x20ck-ai_review__change_active','offsetSize','querySelector','_sortMarkers','360XDUBkE','content','hasContentBefore','clone','getRoot','isDocumentOperation','append','isTouching','name','set','createRangeIn','index','createDocumentFragment','.ck-reset.ck-ai_review-balloon-panel-suggestion','body','processor','childCount','createPositionAt','markerToHighlight','ellipsisAfter','pop','data-marker-id','oldRange','get','parse','groupId','view','marker','document','newRange','documentFragment','getChangedMarkers','forEach','getDocumentData','suggestion-context','editing','ck-ai_review-marker_underline','operationsIsolated','_createGetContextFn','isAtEnd','getMarkerElementForChange','remove-context','$documentFragment','listenTo','concat','length','isOfficialPlugin','AIEditing','batch','suggestion:insertion:id:authorId:','span','values','asString','applyOperation','howMany','type','ck-ai_review-marker_strikethrough','_validateMarkers','getShiftedBy','_domEmitter','mouseover','enableReadOnlyMode','_changeRange','inside','ck-ai_review-marker_','add','asFragment','636082qbilLp','map','data','_getOperationEnd','_haveOnlyInlineContent','root','toData','parentElement','ck-ai_review-marker_add','reactivateMarkers','ck-ai_review-marker_hide','jumpTo','push','9909088dJGMpc','_changeOperationOwnerDocument','plugins','isBlock','split','_upsertDataId','has','_nextDataId','nodes','963942tpRYOi','_changePositionOwnerDocument','_removeChildren','hasContentAfter','getContentElementForChange','viewToDom','every','outside','isIntersecting','warn','_haveSingleTopLevelElement','changeMarkerRestored','changeMarkerBlurred','$markedRemove:synthetic','reconvertMarker','getStart','_markers','keys','_appendChild','_findMarkerElementById','remove-text','switchToEdit','baseVersion','elements','size','review-','2492287lVsxAQ','affectsData','[data-marker-id=\x22','markerName','getDiff','ck-ai_review__change_active','context','model','emitter','includes','createUIElement','offset','diffContent','46101mnpiDs','hasClass','join','markChangePositionInEditorContent','containsRange','$markedRemove','_getChangeContext','deleteContent','change','setAllMarkersAsInactive','version','stringify','clearAllMarkers','getRoots','_findAdjacentContextDistance','ck-ai_review-marker_context-','hasAttribute','suggestion:deletion:id:authorId:','[data-id=\x22','afterInit','innerHTML','rejectChange','attributeToAttribute','isPremiumPlugin','start','isLimit','from','_findMarkerElement','_getPositionLimitingRange','AIReviewCoreEditing','markers','No\x20element\x20found\x20for\x20ID:\x20','applyChange','getRange','changeMarkerRemoved','editingDowncast','ck-ai_review-marker_context-end','_insertMarkers','_changeRangeOwnerDocument','$textProxy','_clone','differ','createRawElement','ck-ai_review-marker_context-start','markerToElement','createPositionAfter','remove','toView','element','getChildren','ellipsisBefore','target','createRangeOn','isInline','getDomRoot','$graveyard','closest','_handleMarkerChanges','createRange','switchToReadOnly','DocumentCompare','_setAttribute','getChanges','_activeMarkers','end','history','dataDowncast','changeMarkerClicked','getEditableElement','addMarker','removeMarker','insert','_groupAdjacentOperations'];_0x5734=function(){return _0x46b34d;};return _0x5734();}import{DomEmitterMixin as _0x527413,EmitterMixin as _0xcf92ed,uid as _0x10a095}from'ckeditor5/src/utils.js';import{ContextPlugin as _0x31ada8}from'ckeditor5/src/core.js';function _0x5d21(_0x46e5ca,_0x1cc787){const _0x57343e=_0x5734();return _0x5d21=function(_0x5d21cf,_0x44089b){_0x5d21cf=_0x5d21cf-0x190;let _0x36e2f1=_0x57343e[_0x5d21cf];return _0x36e2f1;},_0x5d21(_0x46e5ca,_0x1cc787);}import{DocumentCompare as _0x48d4c8,DATA_ID_MODEL_ATTRIBUTE as _0x54ffbe,DATA_ID_VIEW_ATTRIBUTE as _0x357446,getMarkerDomElement as _0x17847a}from'ckeditor5-collaboration/src/collaboration-core.js';import{getEditorFromContext as _0x378b95}from'../aicore/utils/geteditorfromcontext.js';import{AIEditing as _0x238620}from'../aicore/aiediting.js';import{debounce as _0x56c73f}from'es-toolkit/compat';const fe=_0x48f5a4(0x1de);export class AIReviewCoreEditing extends _0x31ada8{static get[_0x48f5a4(0x250)](){return[_0x48d4c8,_0x238620];}static get[_0x48f5a4(0x266)](){const _0x14b083=_0x48f5a4;return _0x14b083(0x209);}static get[_0x48f5a4(0x19a)](){return!0x0;}static get[_0x48f5a4(0x203)](){return!0x0;}[_0x48f5a4(0x1d5)]=new Map();[_0x48f5a4(0x22b)]=new Set();[_0x48f5a4(0x1a7)];[_0x48f5a4(0x25e)];constructor(_0x83fb84){const _0x2fdf7e=_0x48f5a4;super(_0x83fb84),this[_0x2fdf7e(0x1a7)]=new(_0x527413())(),this[_0x2fdf7e(0x25e)]=new(_0xcf92ed())();}get[_0x48f5a4(0x1e7)](){const _0x4d724a=_0x48f5a4;return this[_0x4d724a(0x25e)];}[_0x48f5a4(0x1ff)](){const _0x4204f1=_0x48f5a4,_0x4ab0bc=_0x378b95(this[_0x4204f1(0x1e5)]);_0x4ab0bc[_0x4204f1(0x249)][_0x4204f1(0x247)](_0x4204f1(0x20f))[_0x4204f1(0x218)]({'model':fe+_0x4204f1(0x233),'view':(_0x169042,{writer:_0x43fb22})=>{const _0x41ecda=_0x4204f1,_0x1fa1f9=this[_0x41ecda(0x1d5)][_0x41ecda(0x290)](_0x169042[_0x41ecda(0x1e2)]),_0x1b321b={'class':_0x41ecda(0x1b7)+(this[_0x41ecda(0x22b)][_0x41ecda(0x1c2)](_0x1fa1f9?.['id']||'')?_0x41ecda(0x275):''),'data-marker-id':_0x169042[_0x41ecda(0x1e2)]};return _0x43fb22[_0x41ecda(0x1e9)](_0x41ecda(0x19e),_0x1b321b,function(_0x1ab3d2){const _0x15da7c=_0x41ecda,_0x309bb0=this[_0x15da7c(0x237)](_0x1ab3d2);return _0x309bb0[_0x15da7c(0x200)]=_0x1fa1f9?.[_0x15da7c(0x27a)]?.[_0x15da7c(0x1a0)]||'',_0x309bb0;});}}),_0x4ab0bc[_0x4204f1(0x249)][_0x4204f1(0x247)](_0x4204f1(0x20f))[_0x4204f1(0x28b)]({'model':fe+_0x4204f1(0x251),'view':_0x345055=>{const _0x12ca7c=_0x4204f1,_0x579a03=this[_0x12ca7c(0x1d5)][_0x12ca7c(0x290)](_0x345055[_0x12ca7c(0x1e2)]),_0x51ec9d=[_0x12ca7c(0x1a4)];return this[_0x12ca7c(0x22b)][_0x12ca7c(0x1c2)](_0x579a03?.['id']||'')&&_0x51ec9d[_0x12ca7c(0x1bb)](_0x12ca7c(0x1e4)),{'classes':_0x51ec9d,'attributes':{'data-marker-id':_0x345055[_0x12ca7c(0x1e2)]}};}}),_0x4ab0bc[_0x4204f1(0x249)][_0x4204f1(0x247)](_0x4204f1(0x20f))[_0x4204f1(0x28b)]({'model':fe+_0x4204f1(0x195),'view':_0x14ba44=>{const _0x4ac4e9=_0x4204f1,_0x3fb517=this[_0x4ac4e9(0x1d5)][_0x4ac4e9(0x290)](_0x14ba44[_0x4ac4e9(0x1e2)]),_0x4f87c4=[_0x4ac4e9(0x190)];return this[_0x4ac4e9(0x22b)][_0x4ac4e9(0x1c2)](_0x3fb517?.['id']||'')&&_0x4f87c4[_0x4ac4e9(0x1bb)](_0x4ac4e9(0x1e4)),{'classes':_0x4f87c4,'attributes':{'data-marker-id':_0x14ba44[_0x4ac4e9(0x1e2)]}};}}),_0x4ab0bc[_0x4204f1(0x249)][_0x4204f1(0x247)](_0x4204f1(0x20f))[_0x4204f1(0x28b)]({'model':fe+_0x4204f1(0x1d9),'view':_0x10d1a9=>{const _0x382717=_0x4204f1,_0x245d9a=this[_0x382717(0x1d5)][_0x382717(0x290)](_0x10d1a9[_0x382717(0x1e2)]),_0x4b08f0=[_0x382717(0x1b9)];return this[_0x382717(0x22b)][_0x382717(0x1c2)](_0x245d9a?.['id']||'')&&_0x4b08f0[_0x382717(0x1bb)](_0x382717(0x1e4)),{'classes':_0x4b08f0,'attributes':{'data-marker-id':_0x10d1a9[_0x382717(0x1e2)]}};}}),_0x4ab0bc[_0x4204f1(0x249)][_0x4204f1(0x247)](_0x4204f1(0x22e))[_0x4204f1(0x218)]({'model':fe+_0x4204f1(0x29b),'view':(_0x2f9a31,{writer:_0x21ada2})=>_0x21ada2[_0x4204f1(0x216)](_0x4204f1(0x19e),{'class':_0x4204f1(0x1fb)+(_0x2f9a31[_0x4204f1(0x26a)]?_0x4204f1(0x204):_0x4204f1(0x22c))})}),_0x4ab0bc[_0x4204f1(0x249)][_0x4204f1(0x247)](_0x4204f1(0x24a))[_0x4204f1(0x202)]({'model':_0x54ffbe,'view':_0x357446});const _0x5e779a=_0x4ab0bc['ui'][_0x4204f1(0x230)]()||document[_0x4204f1(0x287)];this[_0x4204f1(0x1a7)][_0x4204f1(0x197)](_0x5e779a,_0x4204f1(0x240),(_0x51eb6a,_0x55f866)=>{const _0x21e83e=_0x4204f1,_0x5b254b=_0x55f866[_0x21e83e(0x21f)],_0x38b0ee=this[_0x21e83e(0x207)](_0x5b254b);if(!_0x38b0ee)return;const _0x1dd72e=_0x38b0ee[_0x21e83e(0x24c)](_0x21e83e(0x28e)),_0x57959c=_0x1dd72e[_0x21e83e(0x1c0)](':')[_0x21e83e(0x28d)]()?.[_0x21e83e(0x1c0)]('_')[0x0];this[_0x21e83e(0x25e)][_0x21e83e(0x253)](_0x21e83e(0x22f),{'markerId':_0x1dd72e,'changeId':_0x57959c,'markerElement':()=>this[_0x21e83e(0x1d8)](_0x1dd72e),'domEvent':_0x55f866});},{'usePassive':!0x0,'priority':_0x4204f1(0x243)}),this[_0x4204f1(0x1a7)][_0x4204f1(0x197)](_0x5e779a,_0x4204f1(0x1a8),(_0x334503,_0x1d01fd)=>{const _0x5bfb68=_0x4204f1,_0xd8b677=_0x1d01fd[_0x5bfb68(0x21f)],_0x5d6dd0=_0x1d01fd[_0x5bfb68(0x267)];let _0x1735b5=this[_0x5bfb68(0x207)](_0xd8b677);if(!_0x1735b5&&_0x5d6dd0&&(_0x1735b5=this[_0x5bfb68(0x207)](_0x5d6dd0)),!_0x1735b5)return;const _0x406709=_0x1735b5[_0x5bfb68(0x24c)](_0x5bfb68(0x28e)),_0x734c2c=_0x406709[_0x5bfb68(0x1c0)](':')[_0x5bfb68(0x28d)]()?.[_0x5bfb68(0x1c0)]('_')[0x0];this[_0x5bfb68(0x25e)][_0x5bfb68(0x253)](_0x5bfb68(0x23c),{'changeId':_0x734c2c,'markerElement':()=>this[_0x5bfb68(0x1d8)](_0x406709),'domEvent':_0x1d01fd});}),this[_0x4204f1(0x1a7)][_0x4204f1(0x197)](document,_0x4204f1(0x1a8),_0x56c73f((_0x316558,_0x39b1c8)=>{const _0x574de7=_0x4204f1,_0x11429f=_0x39b1c8[_0x574de7(0x21f)];if(this[_0x574de7(0x207)](_0x11429f))return;_0x11429f[_0x574de7(0x224)](_0x574de7(0x286))||this[_0x574de7(0x25e)][_0x574de7(0x253)](_0x574de7(0x1d1));},0xc8)),_0x4ab0bc[_0x4204f1(0x1e6)][_0x4204f1(0x295)][_0x4204f1(0x244)](_0x273343=>this[_0x4204f1(0x1a5)](_0x4ab0bc,_0x273343)),_0x4ab0bc[_0x4204f1(0x1e6)][_0x4204f1(0x295)]['on'](_0x4204f1(0x1f4),()=>this[_0x4204f1(0x225)](_0x4ab0bc));}[_0x48f5a4(0x29a)](){const _0x3c816b=_0x48f5a4,_0x5b98ce=this[_0x3c816b(0x1e5)][_0x3c816b(0x1be)][_0x3c816b(0x290)](_0x3c816b(0x19b)),_0x53706d=_0x378b95(this[_0x3c816b(0x1e5)]),_0x5ad1fa=_0x53706d[_0x3c816b(0x1e6)],_0x2742ec=new _0x5f42e4();for(const _0x5de04c of _0x5ad1fa[_0x3c816b(0x295)][_0x3c816b(0x27d)]()[_0x3c816b(0x21d)]()){const _0x3ccb58=_0x5de04c[_0x3c816b(0x214)](!0x0);_0x2742ec[_0x3c816b(0x1d7)](_0x3ccb58);}for(const _0x47994c of _0x5ad1fa[_0x3c816b(0x20a)])_0x2742ec[_0x3c816b(0x20a)][_0x3c816b(0x282)](_0x47994c[_0x3c816b(0x281)],this[_0x3c816b(0x212)](_0x47994c[_0x3c816b(0x20d)]()[_0x3c816b(0x27c)](),_0x2742ec));const _0x508ea6=new _0x2360a7({'ignoreElementEnd':!0x0,'startPosition':_0x5ad1fa[_0x3c816b(0x28a)](_0x2742ec,0x0)}),_0x28ab59=new Set(),_0x164296=new Map();for(const {item:_0x2aea38}of _0x508ea6){if(!_0x2aea38['is'](_0x3c816b(0x213)))continue;const _0xacddb6=_0x2aea38[_0x3c816b(0x24d)];if(_0xacddb6&&_0xacddb6['is'](_0x3c816b(0x21c))){const _0x52a323=this[_0x3c816b(0x1c1)](_0xacddb6,()=>_0x5b98ce[_0x3c816b(0x1c3)](_0x28ab59));_0x28ab59[_0x3c816b(0x1ad)](_0x52a323);for(const _0x2b3812 of _0xacddb6[_0x3c816b(0x21d)]())_0x2b3812['is'](_0x3c816b(0x21c))&&_0x28ab59[_0x3c816b(0x1ad)](this[_0x3c816b(0x1c1)](_0x2b3812,()=>_0x5b98ce[_0x3c816b(0x1c3)](_0x28ab59)));let _0x3ed06d=_0xacddb6;for(;_0x3ed06d[_0x3c816b(0x24d)]&&!_0x3ed06d[_0x3c816b(0x24d)]['is'](_0x3c816b(0x297));)_0x3ed06d=_0x3ed06d[_0x3c816b(0x24d)],_0x3ed06d[_0x3c816b(0x1fc)](_0x54ffbe)&&_0x3ed06d[_0x3c816b(0x25f)](_0x54ffbe);_0x164296[_0x3c816b(0x282)](_0x52a323,{'path':_0xacddb6[_0x3c816b(0x272)](),'getContent':this[_0x3c816b(0x23b)](_0x3ed06d[_0x3c816b(0x214)](!0x0),_0x52a323,_0x53706d[_0x3c816b(0x1b1)])}),_0x508ea6[_0x3c816b(0x1ba)](_0x5ad1fa[_0x3c816b(0x219)](_0xacddb6));}}return{'content':_0x53706d[_0x3c816b(0x1b1)][_0x3c816b(0x288)][_0x3c816b(0x1b5)](_0x53706d[_0x3c816b(0x1b1)][_0x3c816b(0x21b)](_0x2742ec)),'version':_0x53706d[_0x3c816b(0x1e6)][_0x3c816b(0x295)][_0x3c816b(0x1f6)],'elements':_0x164296};}[_0x48f5a4(0x1eb)](_0x11d756,_0x82a445,_0x536b87=!0x1){const _0x4c7d0f=_0x48f5a4,_0x4a1d88=[],_0xd38166=_0x378b95(this[_0x4c7d0f(0x1e5)]),_0x2382d2=_0xd38166[_0x4c7d0f(0x1b1)][_0x4c7d0f(0x291)](_0x82a445,_0x4c7d0f(0x196)),_0x63deb=_0xd38166[_0x4c7d0f(0x1b1)][_0x4c7d0f(0x291)](_0x11d756,_0x4c7d0f(0x196)),_0x17a3b6=_0xd38166[_0x4c7d0f(0x1e6)][_0x4c7d0f(0x28a)](_0x63deb,0x0);if(this[_0x4c7d0f(0x1cf)](_0x2382d2)){if(!this[_0x4c7d0f(0x235)](_0x63deb,_0x2382d2))return _0x4a1d88;}else{const _0xea8c76=_0xd38166[_0x4c7d0f(0x1e6)][_0x4c7d0f(0x26c)];if(!this[_0x4c7d0f(0x1b3)](_0x63deb,_0xea8c76)||!this[_0x4c7d0f(0x1b3)](_0x2382d2,_0xea8c76))return _0x4a1d88;}const _0x827b34=this[_0x4c7d0f(0x1e5)][_0x4c7d0f(0x1be)][_0x4c7d0f(0x290)](_0x4c7d0f(0x228))[_0x4c7d0f(0x1e3)](_0x11d756,_0x82a445,{'anchor':_0x17a3b6,'markDeletions':!0x0})[_0x4c7d0f(0x254)]()[_0x4c7d0f(0x26e)](_0x2ba915=>_0x4c7d0f(0x233)===_0x2ba915[_0x4c7d0f(0x1a3)]||_0x4c7d0f(0x294)===_0x2ba915[_0x4c7d0f(0x1a3)]&&_0x2ba915[_0x4c7d0f(0x281)][_0x4c7d0f(0x242)](_0x4c7d0f(0x1f1))),_0x5545f3=this[_0x4c7d0f(0x234)](_0x827b34),_0x2482b8=[];if(_0x536b87){if(_0x5545f3[_0x4c7d0f(0x199)]){const _0x987f16=_0x5545f3[0x0][_0x4c7d0f(0x238)][0x0],_0x300d0f=_0x4c7d0f(0x233)===_0x987f16[_0x4c7d0f(0x1a3)]?_0x987f16[_0x4c7d0f(0x256)]:_0x987f16[_0x4c7d0f(0x296)][_0x4c7d0f(0x204)],_0x34daef=this[_0x4c7d0f(0x208)](_0x300d0f,_0xd38166,_0x4c7d0f(0x1ab)),_0x2297ca=_0x34daef?_0x2382d2[_0x4c7d0f(0x264)](0x0)[_0x4c7d0f(0x21d)]():_0x2382d2[_0x4c7d0f(0x21d)](),_0x457495=_0x34daef||_0xd38166[_0x4c7d0f(0x1e6)][_0x4c7d0f(0x283)](_0x63deb),_0x3899b2=[new _0xeff1cc(_0x4c7d0f(0x1d2)+_0x10a095(),null,_0x457495,_0xd38166[_0x4c7d0f(0x1e6)][_0x4c7d0f(0x295)][_0x4c7d0f(0x1e6)][_0x4c7d0f(0x20a)],!0x0,_0xd38166[_0x4c7d0f(0x1e6)][_0x4c7d0f(0x295)][_0x4c7d0f(0x1f6)]+0x1),new _0x4109ab(_0x457495[_0x4c7d0f(0x22c)],_0x2297ca,_0xd38166[_0x4c7d0f(0x1e6)][_0x4c7d0f(0x295)][_0x4c7d0f(0x1f6)]+0x2)];_0x2482b8[_0x4c7d0f(0x1bb)]({'operations':_0x3899b2,'operationsIsolated':_0x3899b2,'groupOffset':0x0});}}else _0x2482b8[_0x4c7d0f(0x1bb)](..._0x5545f3);let _0x2de745=0x0;return _0xd38166[_0x4c7d0f(0x1e6)][_0x4c7d0f(0x1f4)](_0x2d6c2c=>{const _0x3b0f88=_0x4c7d0f;for(let _0x155e3d=0x0;_0x155e3d<_0x2482b8[_0x3b0f88(0x199)];_0x155e3d++){const _0x230418=_0x2482b8[_0x155e3d],_0xfc9da3=_0x2d6c2c[_0x3b0f88(0x285)]();for(const _0x2a683c of _0x63deb[_0x3b0f88(0x21d)]())_0x2d6c2c[_0x3b0f88(0x27f)](_0x2a683c[_0x3b0f88(0x214)](!0x0),_0xfc9da3);for(const _0x5558f of _0x230418[_0x3b0f88(0x191)])if(_0x3b0f88(0x233)===_0x5558f[_0x3b0f88(0x1a3)]){const _0x4deb04=_0x5558f;_0x4deb04[_0x3b0f88(0x1db)]=null,_0x4deb04[_0x3b0f88(0x27e)]=!0x1,this[_0x3b0f88(0x1bd)](_0x4deb04,_0xfc9da3),_0x2d6c2c[_0x3b0f88(0x19c)][_0x3b0f88(0x273)](_0x5558f),_0xd38166[_0x3b0f88(0x1e6)][_0x3b0f88(0x1a1)](_0x5558f);const _0x214c47=_0x3b0f88(0x19d)+_0x2de745++,_0xf96e68=_0xd38166[_0x3b0f88(0x1e6)][_0x3b0f88(0x226)](_0x4deb04[_0x3b0f88(0x256)],_0x4deb04[_0x3b0f88(0x256)][_0x3b0f88(0x1a6)](_0x4deb04[_0x3b0f88(0x1a2)]));_0xfc9da3[_0x3b0f88(0x20a)][_0x3b0f88(0x282)](_0x214c47,_0xf96e68);}else{if(_0x3b0f88(0x294)===_0x5558f[_0x3b0f88(0x1a3)]&&_0x5558f[_0x3b0f88(0x281)][_0x3b0f88(0x242)](_0x3b0f88(0x1f1))){const _0x1729d2=_0x5558f,_0x369cde=_0x3b0f88(0x1fd)+_0x2de745++;this[_0x3b0f88(0x1bd)](_0x1729d2,_0xfc9da3),_0xfc9da3[_0x3b0f88(0x20a)][_0x3b0f88(0x282)](_0x369cde,_0x1729d2[_0x3b0f88(0x296)]);}}if(_0x536b87)_0x4a1d88[_0x3b0f88(0x1bb)]({..._0x230418,'context':this[_0x3b0f88(0x26b)](_0x63deb,_0xd38166[_0x3b0f88(0x1b1)]),'content':this[_0x3b0f88(0x26b)](_0x63deb,_0xd38166[_0x3b0f88(0x1b1)])});else{const _0x2a604b=this[_0x3b0f88(0x1f2)](this[_0x3b0f88(0x1c6)](this[_0x3b0f88(0x271)](_0x230418[_0x3b0f88(0x191)][0x0]),_0xfc9da3),this[_0x3b0f88(0x1c6)](this[_0x3b0f88(0x1b2)](_0x230418[_0x3b0f88(0x191)][_0x230418[_0x3b0f88(0x191)][_0x3b0f88(0x199)]-0x1]),_0xfc9da3));_0xfc9da3[_0x3b0f88(0x20a)][_0x3b0f88(0x282)](fe+_0x3b0f88(0x29b),new _0x1ca6ca(_0x2a604b[_0x3b0f88(0x204)],_0x2a604b[_0x3b0f88(0x22c)])),_0x4a1d88[_0x3b0f88(0x1bb)]({..._0x230418,'context':this[_0x3b0f88(0x192)](_0xfc9da3,_0xd38166[_0x3b0f88(0x1b1)],{'ellipsisBefore':_0x2a604b[_0x3b0f88(0x27b)],'ellipsisAfter':_0x2a604b[_0x3b0f88(0x1c8)]}),'content':this[_0x3b0f88(0x26b)](_0xfc9da3,_0xd38166[_0x3b0f88(0x1b1)])});}}}),_0x4a1d88;}[_0x48f5a4(0x1ef)](_0x3b531a,_0x4f861a){const _0xa5c4a9=_0x48f5a4;if(!_0x3b531a[_0xa5c4a9(0x199)])return;const _0x205bef=_0x3b531a[0x0][_0xa5c4a9(0x24d)]['id'],_0x4c5de6=_0x4f861a[_0xa5c4a9(0x1dc)][_0xa5c4a9(0x290)](_0x205bef);if(!_0x4c5de6)return void console[_0xa5c4a9(0x1ce)](_0xa5c4a9(0x20b)+_0x205bef);const _0x387841=_0x4c5de6[_0xa5c4a9(0x260)],_0x411463=_0x378b95(this[_0xa5c4a9(0x1e5)]),_0x8142e3=_0x411463[_0xa5c4a9(0x1e6)][_0xa5c4a9(0x295)][_0xa5c4a9(0x22d)][_0xa5c4a9(0x254)](_0x4f861a[_0xa5c4a9(0x1f6)]),_0x20d747=[];for(const _0x5ac7af of _0x3b531a){const _0x33e5fc=_0x5ac7af[_0xa5c4a9(0x191)][_0xa5c4a9(0x1b0)](_0x4013e9=>this[_0xa5c4a9(0x24b)](_0x4013e9,_0x387841,_0x411463[_0xa5c4a9(0x1e6)][_0xa5c4a9(0x295)][_0xa5c4a9(0x1f9)]()[0x0]));if(!_0x33e5fc||!_0x33e5fc[_0xa5c4a9(0x199)])continue;const _0x596bc2=_0x33e5fc[_0xa5c4a9(0x1cb)](_0x5d3409=>_0xa5c4a9(0x294)===_0x5d3409[_0xa5c4a9(0x1a3)]&&_0x5d3409[_0xa5c4a9(0x281)][_0xa5c4a9(0x242)](_0xa5c4a9(0x1f1))),_0x47f4c0={'document':_0x411463[_0xa5c4a9(0x1e6)][_0xa5c4a9(0x295)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x3fa4c7=_0x504c82(_0x33e5fc,_0x8142e3,_0x47f4c0)[_0xa5c4a9(0x252)];for(const _0x4fbbce of _0x3fa4c7)if(_0xa5c4a9(0x233)===_0x4fbbce[_0xa5c4a9(0x1a3)]){const _0x5a8cdf=_0x4fbbce,_0x332a79=_0x5a8cdf[_0xa5c4a9(0x1c4)];_0x411463[_0xa5c4a9(0x1e6)][_0xa5c4a9(0x1f4)](_0x3d9eec=>{const _0x33c548=_0xa5c4a9,_0x1da8d5=_0x3d9eec[_0x33c548(0x285)]();for(const _0x2f4b5b of _0x332a79)_0x3d9eec[_0x33c548(0x27f)](_0x2f4b5b[_0x33c548(0x214)](!0x0),_0x1da8d5);_0x20d747[_0x33c548(0x1bb)]({'start':_0x5a8cdf[_0x33c548(0x256)],'end':_0x5a8cdf[_0x33c548(0x256)],'type':_0x33c548(0x233),'groupId':_0x5ac7af['id'],'content':{'asString':this[_0x33c548(0x26b)](_0x1da8d5,_0x411463[_0x33c548(0x1b1)])(),'asFragment':_0x1da8d5}});});}else{if(_0xa5c4a9(0x294)===_0x4fbbce[_0xa5c4a9(0x1a3)]&&_0x4fbbce[_0xa5c4a9(0x281)][_0xa5c4a9(0x242)](_0xa5c4a9(0x1f1))){const _0xabf499=_0x4fbbce;let _0x25d202=_0xa5c4a9(0x1d9);if(_0x596bc2){const _0x51b6cb=this[_0xa5c4a9(0x1fa)](_0xabf499[_0xa5c4a9(0x296)][_0xa5c4a9(0x204)],_0xa5c4a9(0x23d),_0x411463[_0xa5c4a9(0x1e6)][_0xa5c4a9(0x26c)]),_0x28b852=this[_0xa5c4a9(0x1fa)](_0xabf499[_0xa5c4a9(0x296)][_0xa5c4a9(0x22c)],_0xa5c4a9(0x25b),_0x411463[_0xa5c4a9(0x1e6)][_0xa5c4a9(0x26c)]);if(_0x51b6cb||_0x28b852){const _0x1de0f6=_0xabf499[_0xa5c4a9(0x296)][_0xa5c4a9(0x204)][_0xa5c4a9(0x1a6)](-_0x51b6cb),_0x24c4c8=_0xabf499[_0xa5c4a9(0x296)][_0xa5c4a9(0x22c)][_0xa5c4a9(0x1a6)](_0x28b852);_0x20d747[_0xa5c4a9(0x1bb)]({'start':_0x1de0f6,'end':_0x24c4c8,'groupId':_0x5ac7af['id'],'type':_0xa5c4a9(0x195)});}else _0x25d202=_0xa5c4a9(0x251);}_0x20d747[_0xa5c4a9(0x1bb)]({'start':_0xabf499[_0xa5c4a9(0x296)][_0xa5c4a9(0x204)],'end':_0xabf499[_0xa5c4a9(0x296)][_0xa5c4a9(0x22c)],'groupId':_0x5ac7af['id'],'type':_0x25d202});}}}this[_0xa5c4a9(0x211)](_0x20d747);}[_0x48f5a4(0x1f8)](){const _0x32929d=_0x48f5a4,_0x194c77=_0x378b95(this[_0x32929d(0x1e5)]);_0x194c77[_0x32929d(0x1e6)][_0x32929d(0x1f4)](_0x3a3a24=>{const _0x5deaae=_0x32929d;for(const _0x22c059 of this[_0x5deaae(0x1d5)][_0x5deaae(0x1d6)]())_0x194c77[_0x5deaae(0x1e6)][_0x5deaae(0x20a)][_0x5deaae(0x290)](_0x22c059)&&_0x3a3a24[_0x5deaae(0x232)](_0x22c059);}),this[_0x32929d(0x1d5)][_0x32929d(0x26f)](),this[_0x32929d(0x22b)][_0x32929d(0x26f)]();}[_0x48f5a4(0x227)](){const _0x3c980f=_0x48f5a4;_0x378b95(this[_0x3c980f(0x1e5)])[_0x3c980f(0x1a9)](_0x3c980f(0x263));}[_0x48f5a4(0x1da)](){const _0x1b5baf=_0x48f5a4;_0x378b95(this[_0x1b5baf(0x1e5)])[_0x1b5baf(0x258)](_0x1b5baf(0x263));}[_0x48f5a4(0x20c)](_0x2cb008){const _0xa249e0=_0x48f5a4,_0x3f00ff=_0x378b95(this[_0xa249e0(0x1e5)]),_0x229ca0=_0x3f00ff[_0xa249e0(0x1e6)],_0x2ba6a7=_0x2cb008[_0xa249e0(0x1b0)](_0xf8d87e=>this[_0xa249e0(0x25c)](_0xf8d87e))[_0xa249e0(0x25d)]();_0x229ca0[_0xa249e0(0x1f4)](_0x56cbdb=>{const _0x158867=_0xa249e0;for(const _0x513deb of _0x2ba6a7){const _0x3f7ed0=_0x3f00ff[_0x158867(0x1e6)][_0x158867(0x20a)][_0x158867(0x290)](_0x513deb['id']);if(_0x3f7ed0){if(_0x158867(0x233)===_0x513deb[_0x158867(0x1a3)]){if(!_0x513deb[_0x158867(0x27a)])continue;_0x229ca0[_0x158867(0x23a)](_0x513deb[_0x158867(0x27a)][_0x158867(0x1ae)]||null,_0x3f7ed0[_0x158867(0x20d)]()[_0x158867(0x204)]);}else _0x158867(0x1d9)!==_0x513deb[_0x158867(0x1a3)]&&_0x158867(0x251)!==_0x513deb[_0x158867(0x1a3)]||_0x229ca0[_0x158867(0x1f3)](_0x229ca0[_0x158867(0x23e)](_0x3f7ed0[_0x158867(0x20d)]()));_0x56cbdb[_0x158867(0x232)](_0x513deb['id']),this[_0x158867(0x1d5)][_0x158867(0x262)](_0x513deb['id']);}}});}[_0x48f5a4(0x201)](_0x1f27c9){const _0x3b1b19=_0x48f5a4,_0x378e33=_0x378b95(this[_0x3b1b19(0x1e5)]),_0x27523f=this[_0x3b1b19(0x25c)](_0x1f27c9);_0x378e33[_0x3b1b19(0x1e6)][_0x3b1b19(0x1f4)](_0xdcaca5=>{const _0x2986f0=_0x3b1b19;for(const _0x3ae3ec of _0x27523f)_0xdcaca5[_0x2986f0(0x232)](_0x3ae3ec['id']),this[_0x2986f0(0x1d5)][_0x2986f0(0x262)](_0x3ae3ec['id']);});}[_0x48f5a4(0x24e)](){const _0x36d3b6=_0x48f5a4;return _0x378b95(this[_0x36d3b6(0x1e5)]);}[_0x48f5a4(0x194)](_0x5638bd){const _0x2c6a96=_0x48f5a4,_0x4b1356=Array[_0x2c6a96(0x206)](this[_0x2c6a96(0x1d5)][_0x2c6a96(0x19f)]())[_0x2c6a96(0x26e)](_0x33a8c5=>_0x33a8c5[_0x2c6a96(0x292)]===_0x5638bd);if(!_0x4b1356[_0x2c6a96(0x199)])return null;const _0xff629d=0x1===_0x4b1356[_0x2c6a96(0x199)]?_0x4b1356[0x0]:this[_0x2c6a96(0x278)](_0x4b1356)[0x0],_0x4a3471=_0x378b95(this[_0x2c6a96(0x1e5)])[_0x2c6a96(0x1e6)][_0x2c6a96(0x20a)][_0x2c6a96(0x290)](_0xff629d['id']);if(!_0x4a3471)return null;return{'modelRange':_0x4a3471[_0x2c6a96(0x20d)](),'getElement':()=>this[_0x2c6a96(0x1d8)](_0xff629d['id'])};}[_0x48f5a4(0x1c9)](_0x56ad62){const _0x5494db=_0x48f5a4,_0x2039a3=Array[_0x5494db(0x206)](this[_0x5494db(0x1d5)][_0x5494db(0x19f)]())[_0x5494db(0x26e)](_0x3ef17a=>_0x3ef17a[_0x5494db(0x292)]===_0x56ad62);if(!_0x2039a3[_0x5494db(0x199)])return null;const _0x1bfcd7=0x1===_0x2039a3[_0x5494db(0x199)]?_0x2039a3[0x0]:this[_0x5494db(0x278)](_0x2039a3)[0x0],_0x18a130=_0x378b95(this[_0x5494db(0x1e5)]),_0x4ddf16=_0x18a130[_0x5494db(0x1e6)][_0x5494db(0x20a)][_0x5494db(0x290)](_0x1bfcd7['id']);if(!_0x4ddf16)return null;const _0x2fe3fe=_0x4ddf16[_0x5494db(0x20d)](),_0x3745fa=_0x18a130[_0x5494db(0x29c)][_0x5494db(0x293)][_0x5494db(0x222)]();if(!_0x3745fa||!_0x2fe3fe)return null;let _0x3d53d4=_0x2fe3fe[_0x5494db(0x204)][_0x5494db(0x24d)];for(;_0x3d53d4[_0x5494db(0x24d)]&&_0x5494db(0x257)!==_0x3d53d4[_0x5494db(0x24d)][_0x5494db(0x281)];)_0x3d53d4=_0x3d53d4[_0x5494db(0x24d)];if(!_0x3d53d4||!_0x3d53d4[_0x5494db(0x281)])return null;const _0x2f89f3=_0x3745fa[_0x5494db(0x277)](_0x5494db(0x1e1)+_0x1bfcd7['id']+'\x22]');if(!_0x2f89f3)return null;let _0x31ce6d=null;_0x18a130[_0x5494db(0x1e6)][_0x5494db(0x1f4)](_0x4db855=>{const _0x5c3308=_0x5494db;_0x31ce6d=_0x4db855[_0x5c3308(0x285)](),_0x4db855[_0x5c3308(0x27f)](_0x3d53d4[_0x5c3308(0x214)](!0x0),_0x31ce6d);});const _0xe6bc96=_0x18a130[_0x5494db(0x1b1)][_0x5494db(0x21b)](_0x31ce6d)[_0x5494db(0x264)](0x0);return _0x2f89f3[_0x5494db(0x224)](_0xe6bc96[_0x5494db(0x281)]);}[_0x48f5a4(0x1b8)](_0x2cb386){const _0x247eb9=_0x48f5a4,_0x224e3f=this[_0x247eb9(0x25c)](_0x2cb386);if(!_0x224e3f[_0x247eb9(0x199)])return;const _0x20e014=Array[_0x247eb9(0x206)](this[_0x247eb9(0x22b)])[_0x247eb9(0x274)](),_0x307950=Array[_0x247eb9(0x206)](new Set(_0x224e3f[_0x247eb9(0x1b0)](_0x2929e1=>_0x2929e1['id'])))[_0x247eb9(0x274)]();_0x20e014[_0x247eb9(0x1ee)]('|')!==_0x307950[_0x247eb9(0x1ee)]('|')&&(this[_0x247eb9(0x1f5)](),this[_0x247eb9(0x268)](_0x2cb386));}[_0x48f5a4(0x268)](_0x58c44f){const _0x4063f4=_0x48f5a4,_0x315c39=this[_0x4063f4(0x25c)](_0x58c44f);if(!_0x315c39[_0x4063f4(0x199)])return;const _0x20632e=_0x378b95(this[_0x4063f4(0x1e5)]),_0x4d6ce2=new Set(_0x315c39[_0x4063f4(0x1b0)](_0x59497d=>_0x59497d['id'])),_0x1369fd=Array[_0x4063f4(0x206)](_0x4d6ce2[_0x4063f4(0x19f)]())[_0x4063f4(0x1b0)](_0x44c35d=>_0x20632e[_0x4063f4(0x1e6)][_0x4063f4(0x20a)][_0x4063f4(0x290)](_0x44c35d))[_0x4063f4(0x26e)](_0x2346d9=>!!_0x2346d9);_0x4d6ce2[_0x4063f4(0x299)](_0x4e0bb0=>{const _0x1d0ae8=_0x4063f4;this[_0x1d0ae8(0x22b)][_0x1d0ae8(0x1ad)](_0x4e0bb0);}),_0x20632e[_0x4063f4(0x1e6)][_0x4063f4(0x1f4)](()=>{const _0x3b7728=_0x4063f4;_0x1369fd[_0x3b7728(0x299)](_0x743b06=>{const _0x4fd758=_0x3b7728;_0x20632e[_0x4fd758(0x29c)][_0x4fd758(0x1d3)](_0x743b06);});});}[_0x48f5a4(0x1f5)](){const _0x161ff8=_0x48f5a4,_0x4ec136=Array[_0x161ff8(0x206)](this[_0x161ff8(0x22b)]);if(!_0x4ec136[_0x161ff8(0x199)])return;this[_0x161ff8(0x22b)][_0x161ff8(0x26f)]();const _0x3f4487=_0x378b95(this[_0x161ff8(0x1e5)]),_0x51dc96=_0x4ec136[_0x161ff8(0x1b0)](_0x16ffc7=>_0x3f4487[_0x161ff8(0x1e6)][_0x161ff8(0x20a)][_0x161ff8(0x290)](_0x16ffc7))[_0x161ff8(0x26e)](_0x2a0d7e=>!!_0x2a0d7e);_0x3f4487[_0x161ff8(0x1e6)][_0x161ff8(0x1f4)](()=>{const _0x207446=_0x161ff8;_0x51dc96[_0x207446(0x299)](_0x29dd46=>{const _0x2156cd=_0x207446;_0x3f4487[_0x2156cd(0x29c)][_0x2156cd(0x1d3)](_0x29dd46);});});}[_0x48f5a4(0x208)](_0x4247d3,_0x77babc,_0x2edbbf=_0x48f5a4(0x1cc)){const _0x2c271c=_0x48f5a4;if(!_0x4247d3)return null;let _0x15fedc=_0x4247d3[_0x2c271c(0x24d)];for(;_0x15fedc&&_0x15fedc[_0x2c271c(0x24d)]&&_0x2c271c(0x257)!==_0x15fedc[_0x2c271c(0x24d)][_0x2c271c(0x281)]&&!_0x77babc[_0x2c271c(0x1e6)][_0x2c271c(0x26c)][_0x2c271c(0x205)](_0x15fedc)&&!_0x77babc[_0x2c271c(0x1e6)][_0x2c271c(0x26c)][_0x2c271c(0x1bf)](_0x15fedc);)_0x15fedc=_0x15fedc[_0x2c271c(0x24d)];if(!_0x15fedc||!_0x15fedc[_0x2c271c(0x281)]||_0x2c271c(0x257)===_0x15fedc[_0x2c271c(0x281)])return null;let _0x15ab9b=null;return _0x77babc[_0x2c271c(0x1e6)][_0x2c271c(0x1f4)](_0x4d116c=>{const _0x4e07d7=_0x2c271c;_0x15ab9b=_0x4e07d7(0x1ab)===_0x2edbbf?_0x4d116c[_0x4e07d7(0x283)](_0x15fedc):_0x4d116c[_0x4e07d7(0x220)](_0x15fedc);}),_0x15ab9b;}[_0x48f5a4(0x1a5)](_0x128982,_0x1d135a){const _0x446c3f=_0x48f5a4,_0x2582fe=Array[_0x446c3f(0x206)](this[_0x446c3f(0x1d5)][_0x446c3f(0x1d6)]()),_0x17df52=new Map();for(const _0x20e85b of _0x2582fe){const _0x39686c=_0x128982[_0x446c3f(0x1e6)][_0x446c3f(0x20a)][_0x446c3f(0x290)](_0x20e85b);if(!_0x39686c)continue;const _0x4956c9=_0x39686c[_0x446c3f(0x1d4)]()[_0x446c3f(0x260)][0x0];_0x17df52[_0x446c3f(0x1c2)](_0x4956c9)||_0x17df52[_0x446c3f(0x282)](_0x4956c9,[]),_0x17df52[_0x446c3f(0x290)](_0x4956c9)[_0x446c3f(0x1bb)](_0x39686c);}const _0x2448a9=new Set();for(const _0x2add6b of _0x128982[_0x446c3f(0x1e6)][_0x446c3f(0x295)][_0x446c3f(0x215)][_0x446c3f(0x22a)]()){let _0x19c3b6=-0x1,_0x2f4897=null;if(_0x446c3f(0x233)===_0x2add6b[_0x446c3f(0x1a3)])_0x2f4897=new _0x1ca6ca(_0x2add6b[_0x446c3f(0x256)],_0x2add6b[_0x446c3f(0x256)][_0x446c3f(0x1a6)](_0x2add6b[_0x446c3f(0x199)])),_0x19c3b6=_0x2add6b[_0x446c3f(0x256)][_0x446c3f(0x260)][0x0];else{if(_0x446c3f(0x21a)!==_0x2add6b[_0x446c3f(0x1a3)])continue;_0x2f4897=new _0x1ca6ca(_0x2add6b[_0x446c3f(0x256)]),_0x19c3b6=_0x2add6b[_0x446c3f(0x256)][_0x446c3f(0x260)][0x0];}const _0x18518f=_0x17df52[_0x446c3f(0x290)](_0x19c3b6)||[];if(_0x18518f[_0x446c3f(0x199)]){for(const _0xe09fd9 of _0x18518f)if(_0x2f4897[_0x446c3f(0x1b4)][_0x446c3f(0x248)]===_0xe09fd9[_0x446c3f(0x20d)]()[_0x446c3f(0x1b4)][_0x446c3f(0x248)]&&(_0x446c3f(0x233)!==_0x2add6b[_0x446c3f(0x1a3)]||!_0x2f4897[_0x446c3f(0x1f0)](_0xe09fd9[_0x446c3f(0x20d)]()))&&(_0x2f4897[_0x446c3f(0x1cd)](_0xe09fd9[_0x446c3f(0x20d)]())||_0x2f4897[_0x446c3f(0x204)][_0x446c3f(0x280)](_0xe09fd9[_0x446c3f(0x20d)]()[_0x446c3f(0x22c)])||_0x2f4897[_0x446c3f(0x22c)][_0x446c3f(0x280)](_0xe09fd9[_0x446c3f(0x20d)]()[_0x446c3f(0x204)]))){const _0x4563c5=this[_0x446c3f(0x23f)](_0xe09fd9[_0x446c3f(0x281)]);Array[_0x446c3f(0x206)](this[_0x446c3f(0x1d5)][_0x446c3f(0x19f)]())[_0x446c3f(0x26e)](_0x42f7e3=>_0x42f7e3[_0x446c3f(0x292)]===_0x4563c5[_0x446c3f(0x292)])[_0x446c3f(0x299)](_0xa1e105=>_0x2448a9[_0x446c3f(0x1ad)](_0xa1e105['id']));}}}if(_0x2448a9[_0x446c3f(0x1dd)]){for(const _0x31eca2 of _0x2448a9)_0x1d135a[_0x446c3f(0x232)](_0x31eca2);return!0x0;}return!0x1;}[_0x48f5a4(0x225)](_0x20866a){const _0x5cc474=_0x48f5a4;for(const {name:_0x481cb2,data:_0x226e65}of _0x20866a[_0x5cc474(0x1e6)][_0x5cc474(0x295)][_0x5cc474(0x215)][_0x5cc474(0x298)]()){if(!_0x481cb2[_0x5cc474(0x242)](fe))continue;const _0x366a88=_0x226e65[_0x5cc474(0x28f)],_0x593b6f=_0x226e65[_0x5cc474(0x296)],_0x118783=_0x366a88&&_0x5cc474(0x223)===_0x366a88[_0x5cc474(0x1b4)][_0x5cc474(0x248)],_0xdea686=_0x593b6f&&_0x5cc474(0x223)===_0x593b6f[_0x5cc474(0x1b4)][_0x5cc474(0x248)];if(_0x118783&&_0xdea686)continue;const _0x31e201=this[_0x5cc474(0x23f)](_0x481cb2);this[_0x5cc474(0x1d5)][_0x5cc474(0x290)](_0x481cb2)&&(_0xdea686||!_0x593b6f?this[_0x5cc474(0x25e)][_0x5cc474(0x253)](_0x5cc474(0x20e),{'markerId':_0x481cb2,'changeId':_0x31e201[_0x5cc474(0x292)]}):_0x118783&&_0x593b6f&&this[_0x5cc474(0x25e)][_0x5cc474(0x253)](_0x5cc474(0x1d0),{'markerId':_0x481cb2,'changeId':_0x31e201[_0x5cc474(0x292)]}));}}[_0x48f5a4(0x23f)](_0x578995){const _0x43c263=_0x48f5a4,_0x3efe26=_0x578995[_0x43c263(0x1c0)](':'),_0x43e444=(_0x3efe26[0x1]||'')[_0x43c263(0x1c0)]('_');return{'prefix':_0x3efe26[0x0],'groupId':_0x43e444[0x0],'suffix':_0x43e444[0x1]};}[_0x48f5a4(0x24b)](_0x519191,_0x383843,_0x23557b){const _0x39e490=_0x48f5a4;if(_0x39e490(0x233)===_0x519191[_0x39e490(0x1a3)]){const _0x4419c0=_0x519191;return new _0x4109ab(this[_0x39e490(0x239)](_0x383843[_0x39e490(0x198)](_0x4419c0[_0x39e490(0x256)][_0x39e490(0x1ea)]),_0x23557b),_0x4419c0[_0x39e490(0x1c4)],_0x4419c0[_0x39e490(0x1db)]);}if(_0x39e490(0x294)===_0x519191[_0x39e490(0x1a3)]&&_0x519191[_0x39e490(0x281)][_0x39e490(0x242)](_0x39e490(0x1f1))){const _0x26e244=_0x519191;return new _0xeff1cc(_0x26e244[_0x39e490(0x281)],_0x26e244[_0x39e490(0x28f)],this[_0x39e490(0x1aa)](_0x26e244[_0x39e490(0x296)],_0x383843[_0x39e490(0x198)](_0x26e244[_0x39e490(0x296)][_0x39e490(0x204)][_0x39e490(0x1ea)]),_0x383843[_0x39e490(0x198)](_0x26e244[_0x39e490(0x296)][_0x39e490(0x22c)][_0x39e490(0x1ea)]),_0x23557b),_0x26e244[_0x39e490(0x1d5)],_0x26e244[_0x39e490(0x1e0)],_0x26e244[_0x39e490(0x1db)]);}return _0x519191;}[_0x48f5a4(0x234)](_0x253b08){const _0x544dd9=_0x48f5a4;if(!_0x253b08[_0x544dd9(0x199)])return[];const _0x35bfa5=[];let _0x84723f=0x0,_0x54b5d2=0x0,_0x48e482=[];for(let _0x13e348=0x0;_0x13e348<=_0x253b08[_0x544dd9(0x199)];_0x13e348++){const _0x1785b7=_0x253b08[_0x13e348],_0x99e005=_0x253b08[_0x13e348-0x1];!_0x1785b7||_0x99e005&&!this[_0x544dd9(0x1b2)](_0x99e005)[_0x544dd9(0x280)](this[_0x544dd9(0x271)](_0x1785b7))?(_0x35bfa5[_0x544dd9(0x1bb)]({'operations':_0x48e482,'operationsIsolated':_0x48e482[_0x544dd9(0x1b0)](_0x4edddc=>this[_0x544dd9(0x265)](_0x4edddc[_0x544dd9(0x27c)](),-_0x54b5d2)),'groupOffset':_0x84723f}),_0x48e482=_0x1785b7?[_0x1785b7]:[],_0x54b5d2+=_0x84723f,_0x84723f=0x0):_0x48e482[_0x544dd9(0x1bb)](_0x1785b7),_0x1785b7&&_0x544dd9(0x233)===_0x1785b7[_0x544dd9(0x1a3)]&&(_0x84723f+=_0x1785b7[_0x544dd9(0x1a2)]);}return _0x35bfa5;}[_0x48f5a4(0x1fa)](_0x3ab828,_0x444d28,_0x5befac,_0x5dfb88=0x1){const _0x3771b0=_0x48f5a4,_0x2e3117=new _0x2360a7({'startPosition':_0x3ab828,'direction':_0x444d28});let _0x333597=0x0;for(let _0x412f7c=0x0;_0x412f7c<_0x5dfb88;_0x412f7c++){let _0x473947=0x0,_0x2f4ace=!0x1,_0x9447ca=_0x3771b0(0x25b)===_0x444d28?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x1b7fb4}of _0x2e3117)if(_0x1b7fb4['is'](_0x3771b0(0x213))){const _0xcf4d6e=_0x9447ca[_0x3771b0(0x26d)](_0x1b7fb4[_0x3771b0(0x1b1)]);if(_0xcf4d6e&&_0xcf4d6e[_0x3771b0(0x199)]){if(_0x473947+=_0x3771b0(0x25b)===_0x444d28?_0xcf4d6e[_0x3771b0(0x284)]+_0xcf4d6e[0x0][_0x3771b0(0x199)]:_0x1b7fb4[_0x3771b0(0x1b1)][_0x3771b0(0x199)]-_0xcf4d6e[_0x3771b0(0x284)],_0xcf4d6e[0x0][_0x3771b0(0x199)]!==_0x1b7fb4[_0x3771b0(0x1b1)][_0x3771b0(0x199)])break;_0x2f4ace=!0x0,_0x9447ca=_0x3771b0(0x25b)===_0x444d28?/^\w+/:/\w+$/;}else{if(_0x2f4ace)break;_0x473947+=_0x1b7fb4[_0x3771b0(0x276)];}}else{if(_0x1b7fb4['is'](_0x3771b0(0x21c))){_0x5befac[_0x3771b0(0x221)](_0x1b7fb4)&&!_0x2f4ace&&(_0x473947+=0x1);break;}}_0x333597+=_0x473947,_0x2e3117[_0x3771b0(0x1ba)](_0x3ab828[_0x3771b0(0x1a6)](_0x3771b0(0x25b)===_0x444d28?_0x333597:-_0x333597));}return _0x333597;}[_0x48f5a4(0x1f2)](_0xe6a88e,_0x3e835a){const _0x4cb287=_0x48f5a4,_0x484e73=_0x378b95(this[_0x4cb287(0x1e5)])[_0x4cb287(0x1e6)][_0x4cb287(0x26c)],_0x1b2353=this[_0x4cb287(0x1fa)](_0xe6a88e,_0x4cb287(0x23d),_0x484e73,0x6),_0x235aef=this[_0x4cb287(0x1fa)](_0x3e835a,_0x4cb287(0x25b),_0x484e73,0x6),_0x3b954f=_0xe6a88e[_0x4cb287(0x1a6)](-_0x1b2353),_0x278fd7=_0x3e835a[_0x4cb287(0x1a6)](_0x235aef);return{'start':_0x3b954f,'end':_0x278fd7,'hasContentBefore':!_0x3b954f[_0x4cb287(0x270)],'hasContentAfter':!_0x278fd7[_0x4cb287(0x193)]};}[_0x48f5a4(0x211)](_0x187e98){const _0x273462=_0x48f5a4,_0x20357d=this[_0x273462(0x1e5)][_0x273462(0x1be)][_0x273462(0x290)](_0x273462(0x19b)),_0x4772ca=new Set();_0x378b95(this[_0x273462(0x1e5)])[_0x273462(0x1e6)][_0x273462(0x1f4)](_0x44e54e=>{const _0x26dec0=_0x273462;for(const _0xcd48e3 of _0x187e98){const _0x4ed281=''+fe+_0xcd48e3[_0x26dec0(0x1a3)]+':'+_0xcd48e3[_0x26dec0(0x292)]+'_'+_0x20357d[_0x26dec0(0x1c3)](_0x4772ca);this[_0x26dec0(0x1d5)][_0x26dec0(0x282)](_0x4ed281,{'id':_0x4ed281,'groupId':_0xcd48e3[_0x26dec0(0x292)],'type':_0xcd48e3[_0x26dec0(0x1a3)],'content':_0xcd48e3[_0x26dec0(0x27a)]}),_0x44e54e[_0x26dec0(0x231)](_0x4ed281,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x44e54e[_0x26dec0(0x226)](_0xcd48e3[_0x26dec0(0x204)],_0xcd48e3[_0x26dec0(0x22c)])});}});}[_0x48f5a4(0x192)](_0x182fc0,_0x14b9f8,_0x3e5834){let _0x42698f='';return()=>{const _0x56c508=_0x5d21;if(!_0x42698f){const _0x4451c0=_0x14b9f8[_0x56c508(0x21b)](_0x182fc0,{'showSuggestionHighlights':!0x0});let _0xb716b6=_0x4451c0[_0x56c508(0x264)](0x0);if(_0xb716b6['is'](_0x56c508(0x259))||(_0xb716b6=_0x4451c0),!_0xb716b6)return'';let _0x409e61=!0x1;const _0x22a9be=[];for(const _0x718ef3 of _0xb716b6[_0x56c508(0x21d)]())_0x718ef3['is'](_0x56c508(0x21c),_0x56c508(0x19e))&&_0x718ef3[_0x56c508(0x1ed)](_0x56c508(0x210))&&(_0x409e61=!0x1),_0x409e61&&_0x22a9be[_0x56c508(0x1bb)](_0x718ef3),_0x718ef3['is'](_0x56c508(0x21c),_0x56c508(0x19e))&&_0x718ef3[_0x56c508(0x1ed)](_0x56c508(0x217))&&(_0x409e61=!0x0);_0xb716b6[_0x56c508(0x1c7)](0x0,_0xb716b6[_0x56c508(0x289)]),_0x3e5834?.[_0x56c508(0x21e)]&&_0xb716b6[_0x56c508(0x1d7)]('…'),_0xb716b6[_0x56c508(0x1d7)](_0x22a9be),_0x3e5834?.[_0x56c508(0x28c)]&&_0xb716b6[_0x56c508(0x1d7)]('…');const _0x391b73=_0x14b9f8[_0x56c508(0x246)][_0x56c508(0x261)][_0x56c508(0x1ca)](_0x4451c0),_0x3cdf62=_0x14b9f8[_0x56c508(0x246)][_0x56c508(0x25a)][_0x56c508(0x241)](_0x391b73);_0x42698f=_0x3cdf62;}return _0x42698f;};}[_0x48f5a4(0x26b)](_0x300692,_0x2f8749){const _0x2ca389=_0x48f5a4;let _0x3b96cf='';return()=>(_0x3b96cf||(_0x3b96cf=_0x2f8749[_0x2ca389(0x1f7)](_0x300692,{'showSuggestionHighlights':!0x0})),_0x3b96cf);}[_0x48f5a4(0x23b)](_0x21d495,_0x28b39b,_0x30f34a){let _0x75405b='';return()=>{const _0xf28019=_0x5d21;if(!_0x75405b){const _0x4cb8fa=_0x30f34a[_0xf28019(0x21b)](new _0x5f42e4(_0x21d495)),_0x35c3ce=_0x30f34a[_0xf28019(0x246)][_0xf28019(0x261)][_0xf28019(0x1ca)](_0x4cb8fa)[_0xf28019(0x277)](_0xf28019(0x1fe)+_0x28b39b+'\x22]');_0x75405b=_0x35c3ce?.[_0xf28019(0x236)]||'';}return _0x75405b;};}[_0x48f5a4(0x207)](_0x64451f,_0x2a7b94=0x5){const _0x1c2109=_0x48f5a4;let _0x39fe19=_0x64451f,_0x4cb3ee=null;for(let _0x5a9066=0x0;_0x5a9066<_0x2a7b94&&_0x39fe19;_0x5a9066++){if(!_0x39fe19[_0x1c2109(0x24f)]){_0x39fe19=_0x39fe19[_0x1c2109(0x1b6)];continue;}if(!(''+_0x39fe19[_0x1c2109(0x24f)])[_0x1c2109(0x1e8)](_0x1c2109(0x1ac))){_0x39fe19=_0x39fe19[_0x1c2109(0x1b6)];continue;}if(!_0x39fe19[_0x1c2109(0x24c)](_0x1c2109(0x28e)))break;_0x4cb3ee=_0x39fe19;break;}return _0x4cb3ee;}[_0x48f5a4(0x1d8)](_0x138c00){const _0x522904=_0x48f5a4,_0x48e5d3=_0x378b95(this[_0x522904(0x1e5)]),_0x1e1f0c=_0x48e5d3[_0x522904(0x1e6)][_0x522904(0x20a)][_0x522904(0x290)](_0x138c00);return _0x1e1f0c?_0x17847a(_0x48e5d3[_0x522904(0x29c)],_0x1e1f0c):null;}[_0x48f5a4(0x25c)](_0x3049b1){const _0x50e5f1=_0x48f5a4;return Array[_0x50e5f1(0x206)](this[_0x50e5f1(0x1d5)][_0x50e5f1(0x19f)]())[_0x50e5f1(0x26e)](_0x48df81=>_0x48df81[_0x50e5f1(0x292)]===_0x3049b1);}[_0x48f5a4(0x271)](_0x2e4a9f){const _0x5c33b3=_0x48f5a4;return _0x5c33b3(0x233)===_0x2e4a9f[_0x5c33b3(0x1a3)]?_0x2e4a9f[_0x5c33b3(0x256)]:_0x2e4a9f[_0x5c33b3(0x296)][_0x5c33b3(0x204)];}[_0x48f5a4(0x1b2)](_0x2622c4,_0x30991b=!0x1){const _0xaf9a03=_0x48f5a4;return _0xaf9a03(0x233)===_0x2622c4[_0xaf9a03(0x1a3)]?_0x30991b?_0x2622c4[_0xaf9a03(0x256)]:_0x2622c4[_0xaf9a03(0x256)][_0xaf9a03(0x1a6)](_0x2622c4[_0xaf9a03(0x1a2)]):_0x2622c4[_0xaf9a03(0x296)][_0xaf9a03(0x22c)];}[_0x48f5a4(0x265)](_0x7e01d,_0x20dacb){const _0x4691f7=_0x48f5a4;return _0x4691f7(0x233)===_0x7e01d[_0x4691f7(0x1a3)]?_0x7e01d[_0x4691f7(0x256)]=_0x7e01d[_0x4691f7(0x256)][_0x4691f7(0x1a6)](_0x20dacb):_0x4691f7(0x294)===_0x7e01d[_0x4691f7(0x1a3)]&&_0x7e01d[_0x4691f7(0x296)]&&(_0x7e01d[_0x4691f7(0x296)]=new _0x1ca6ca(_0x7e01d[_0x4691f7(0x296)][_0x4691f7(0x204)][_0x4691f7(0x1a6)](_0x20dacb),_0x7e01d[_0x4691f7(0x296)][_0x4691f7(0x22c)][_0x4691f7(0x1a6)](_0x20dacb))),_0x7e01d;}[_0x48f5a4(0x1bd)](_0x38c5d6,_0x1604e3){const _0x52f8c9=_0x48f5a4;_0x52f8c9(0x233)===_0x38c5d6[_0x52f8c9(0x1a3)]?_0x38c5d6[_0x52f8c9(0x256)]=this[_0x52f8c9(0x1c6)](_0x38c5d6[_0x52f8c9(0x256)],_0x1604e3):_0x52f8c9(0x294)===_0x38c5d6[_0x52f8c9(0x1a3)]&&_0x38c5d6[_0x52f8c9(0x296)]&&(_0x38c5d6[_0x52f8c9(0x296)]=this[_0x52f8c9(0x212)](_0x38c5d6[_0x52f8c9(0x296)],_0x1604e3));}[_0x48f5a4(0x1c6)](_0x263754,_0x2acf28){const _0x5c5409=_0x48f5a4;return new _0x4cc03f(_0x2acf28,_0x263754[_0x5c5409(0x260)]);}[_0x48f5a4(0x212)](_0x5191e9,_0x1a80f7){const _0x3395b8=_0x48f5a4;return new _0x1ca6ca(this[_0x3395b8(0x1c6)](_0x5191e9[_0x3395b8(0x204)],_0x1a80f7),this[_0x3395b8(0x1c6)](_0x5191e9[_0x3395b8(0x22c)],_0x1a80f7));}[_0x48f5a4(0x239)](_0x1ec807,_0x5670af){return new _0x4cc03f(_0x5670af,[..._0x1ec807]);}[_0x48f5a4(0x1aa)](_0x2dfd18,_0x4536e3,_0x43003a,_0x3ea7c1){const _0x3c0c14=_0x48f5a4;return new _0x1ca6ca(this[_0x3c0c14(0x239)](_0x4536e3,_0x3ea7c1),this[_0x3c0c14(0x239)](_0x43003a,_0x3ea7c1));}[_0x48f5a4(0x278)](_0x427ba4){const _0x2d730b=_0x48f5a4,_0x38c616=_0x267eb3=>{const _0x2e2c8b=_0x5d21;switch(_0x267eb3){case _0x2e2c8b(0x233):return 0x0;case _0x2e2c8b(0x195):return 0x1;case _0x2e2c8b(0x251):return 0x2;case _0x2e2c8b(0x1d9):return 0x3;}};return _0x427ba4[_0x2d730b(0x274)]((_0x534c50,_0x78cfc0)=>_0x38c616(_0x534c50[_0x2d730b(0x1a3)])-_0x38c616(_0x78cfc0[_0x2d730b(0x1a3)]));}[_0x48f5a4(0x235)](_0x501a5d,_0x1464f1){const _0x3cc1e8=_0x48f5a4,_0x75453b=_0x501a5d[_0x3cc1e8(0x264)](0x0),_0x1ff8ac=_0x1464f1[_0x3cc1e8(0x264)](0x0);return!(!_0x75453b||!_0x1ff8ac)&&((!_0x75453b['is'](_0x3cc1e8(0x21c))||!_0x1ff8ac['is'](_0x3cc1e8(0x21c))||_0x75453b[_0x3cc1e8(0x281)]===_0x1ff8ac[_0x3cc1e8(0x281)])&&!(_0x75453b['is'](_0x3cc1e8(0x21c))&&!_0x1ff8ac['is'](_0x3cc1e8(0x21c))||!_0x75453b['is'](_0x3cc1e8(0x21c))&&_0x1ff8ac['is'](_0x3cc1e8(0x21c))));}[_0x48f5a4(0x1cf)](_0x2219c2){const _0x35e296=_0x48f5a4;return 0x1===_0x2219c2[_0x35e296(0x289)];}[_0x48f5a4(0x1b3)](_0x26d45a,_0x1483a2){const _0x44af8b=_0x48f5a4;for(const _0x2d89f6 of _0x26d45a[_0x44af8b(0x21d)]())if(_0x2d89f6['is'](_0x44af8b(0x21c))&&!_0x1483a2[_0x44af8b(0x221)](_0x2d89f6))return!0x1;return!0x0;}[_0x48f5a4(0x1c1)](_0xf77067,_0xaa552e){const _0x48b107=_0x48f5a4;let _0x3813f7=_0xf77067[_0x48b107(0x24c)](_0x54ffbe);return _0x3813f7||(_0x3813f7=_0xaa552e(),_0xf77067[_0x48b107(0x229)](_0x54ffbe,_0x3813f7)),_0x3813f7;}}
|
|
23
|
+
const _0x19b180=_0x80bc;(function(_0x5a0b64,_0x56149a){const _0x147d40=_0x80bc,_0x596199=_0x5a0b64();while(!![]){try{const _0x3afb96=parseInt(_0x147d40(0x160))/0x1*(parseInt(_0x147d40(0x17e))/0x2)+parseInt(_0x147d40(0xc8))/0x3*(parseInt(_0x147d40(0x19f))/0x4)+-parseInt(_0x147d40(0x12d))/0x5+-parseInt(_0x147d40(0xd0))/0x6*(parseInt(_0x147d40(0xda))/0x7)+-parseInt(_0x147d40(0x147))/0x8+-parseInt(_0x147d40(0xf5))/0x9+-parseInt(_0x147d40(0x144))/0xa*(-parseInt(_0x147d40(0x154))/0xb);if(_0x3afb96===_0x56149a)break;else _0x596199['push'](_0x596199['shift']());}catch(_0x75788a){_0x596199['push'](_0x596199['shift']());}}}(_0x664c,0x265bf));import{InsertOperation as _0x368f3b,MarkerOperation as _0x476d1e,ModelDocumentFragment as _0x43ae55,ModelPosition as _0x378a27,ModelRange as _0xe11065,ModelTreeWalker as _0x4e1fa9,transformOperationSets as _0x4ea486}from'ckeditor5/src/engine.js';import{DomEmitterMixin as _0x2f16c2,EmitterMixin as _0x5d0532,uid as _0x4e4492}from'ckeditor5/src/utils.js';import{ContextPlugin as _0x45512c}from'ckeditor5/src/core.js';function _0x80bc(_0x4acbb2,_0x346487){const _0x664ce1=_0x664c();return _0x80bc=function(_0x80bc2b,_0x54e8b3){_0x80bc2b=_0x80bc2b-0xc8;let _0x59185e=_0x664ce1[_0x80bc2b];return _0x59185e;},_0x80bc(_0x4acbb2,_0x346487);}import{DocumentCompare as _0x5391c9,DATA_ID_MODEL_ATTRIBUTE as _0x1c0dfb,DATA_ID_VIEW_ATTRIBUTE as _0x38cd26,getMarkerDomElement as _0x12aaf9}from'ckeditor5-collaboration/src/collaboration-core.js';import{getEditorFromContext as _0x3099f4}from'../aicore/utils/geteditorfromcontext.js';import{AIEditing as _0x18af61}from'../aicore/aiediting.js';import{debounce as _0x2df4e4}from'es-toolkit/compat';function _0x664c(){const _0x351b8a=['getDiff','getMarkerElementForChange','changeMarkerRemoved','enableReadOnlyMode','hasClass','\x20ck-ai_review__change_active','[data-id=\x22','_findMarkerElement','_insertMarkers','dataDowncast','isDocumentOperation','toData','attributeToAttribute','markChangePositionInEditorContent','_groupAdjacentOperations','startsWith','groupId','_hasSameTopLevelElement','every','getAttribute','schema','version','_removeChildren','root','processor','insertContent','span','values','pop','delete','_appendChild','removeMarker','markers','suggestion-context','markerToHighlight','content','1351200aDNaZp','containsRange','createRawElement','isInline','position','createRangeOn','hasContentAfter','$markedRemove:synthetic','getDocumentData','newRange','oldRange','editing','switchToEdit','changeMarkerRestored','plugins','_createGetContentUsingDataIdFn','model','get','isOfficialPlugin','differ','.ck-reset.ck-ai_review-balloon-panel-suggestion','className','getContentElementForChange','439730jsgump','ai-review','ellipsisAfter','1187720geTQPF','_upsertDataId','setMarkersInElementAsActive','No\x20element\x20found\x20for\x20ID:\x20','remove-only','isAtStart','_markers','listenTo','_haveOnlyInlineContent','set','changeMarkerHovered','stringify','warn','231EIAAAi','isBlock','applyOperation','remove','_findAdjacentContextDistance','markerName','ck-ai_review-marker_context-end','isAtEnd','createPositionAfter','highest','createPositionAt','toView','3701RfnplF','split','getHtml','conversion','_validateMarkers','diffContent','isIntersecting','_activeMarkers','_findMarkerElementById','fire','_handleMarkerChanges','innerHTML','markerToElement','deleteContent','_getOperationEnd','createDocumentFragment','push','forward','outside','append','_createGetContextFn','closest','$documentFragment','setAllMarkersAsInactive','view','getRange','batch','addMarker','concat','data','26mUJTlV','AIEditing','index','offset','_nextDataId','_shiftOperation','registerPostFixer','htmlProcessor','operationsIsolated','$graveyard','querySelector','ck-ai_review-marker_add','clone','documentFragment','suggestion:deletion:id:authorId:','_getChangeContext','size','ck-ai_review-marker_context-','emitter','_changeRangeOwnerDocument','forEach','applyChange','affectsData','DocumentCompare','createUIElement','toDomElement','element','$root','backward','data-marker-id','baseVersion','marker','add','147676fhxKMV','length','end','getRoot','history','map','_changeOperationOwnerDocument','clear','getStart','start','sort','remove-text','_translateOperationToEditorContent','getEditor','ck-ai_review-marker_underline','for','editingDowncast','name','join','_changeRange','reactivateMarkers','howMany','_createGetContentFn','getChanges','relatedTarget','ck-ai_review__change_active','childCount','_eventEmitter','changeMarkerClicked','clearAllMarkers','elements','from','AIReviewCoreEditing','_sortMarkers','[data-marker-id=\x22','createRange','htmlWriter','has','_changePositionOwnerDocument','parent','ellipsisBefore','target','exec','isTouching','offsetSize','pluginName','ck-ai_review-marker_strikethrough','asString','context','_domEmitter','rejectChange','addOperation','isOpening','viewToDom','body','review-','9MhAUKk','_getPositionLimitingRange','_setAttribute','suggestion:insertion:id:authorId:','outerHTML','remove-context','flat','getPath','6KXeZIl','createRangeIn','ck-ai_review-marker_hide','asFragment','mouseup','changeMarkerBlurred','_clone','path','_removeAttribute','type','1884281KPhIJH','_parseMarkerName','getEditableElement','_getMarkersDataForGroup','rootName','_getOperationStart','_haveSingleTopLevelElement','parentElement','hasAttribute','getChild','operationsA','getChangedMarkers','operations','_changePosition','document','getShiftedBy','inside','keys','parse','domConverter','$textProxy','ck-ai_review-marker_','createSelection','switchToReadOnly','reconvertMarker','$markedRemove','disableReadOnlyMode','2135664VztEuE','jumpTo','isLimit','hasContentBefore','containerElement','change','getOperations','afterInit','downcast','insert','nodes','mouseover','ck-ai_review-marker_context-start','getChildren','requires','getDomRoot','filter','isPremiumPlugin','includes','getRoots'];_0x664c=function(){return _0x351b8a;};return _0x664c();}const Lt=_0x19b180(0x1d6);export class AIReviewCoreEditing extends _0x45512c{static get[_0x19b180(0x103)](){return[_0x5391c9,_0x18af61];}static get[_0x19b180(0x1cc)](){const _0x3cd873=_0x19b180;return _0x3cd873(0x1bf);}static get[_0x19b180(0x13f)](){return!0x0;}static get[_0x19b180(0x106)](){return!0x0;}[_0x19b180(0x14d)]=new Map();[_0x19b180(0x167)]=new Set();[_0x19b180(0x1d0)];[_0x19b180(0x1ba)];constructor(_0x4022ba){const _0x2f1c76=_0x19b180;super(_0x4022ba),this[_0x2f1c76(0x1d0)]=new(_0x2f16c2())(),this[_0x2f1c76(0x1ba)]=new(_0x5d0532())();}get[_0x19b180(0x190)](){const _0x13b2f7=_0x19b180;return this[_0x13b2f7(0x1ba)];}[_0x19b180(0xfc)](){const _0x6fa96e=_0x19b180,_0x32c785=_0x3099f4(this[_0x6fa96e(0x1cf)]);_0x32c785[_0x6fa96e(0x163)][_0x6fa96e(0x1ae)](_0x6fa96e(0x1af))[_0x6fa96e(0x16c)]({'model':Lt+_0x6fa96e(0xfe),'view':(_0x12ebca,{writer:_0x406f15})=>{const _0x36aeea=_0x6fa96e,_0x2a281b=this[_0x36aeea(0x14d)][_0x36aeea(0x13e)](_0x12ebca[_0x36aeea(0x159)]),_0x4d6464={'class':_0x36aeea(0x189)+(this[_0x36aeea(0x167)][_0x36aeea(0x1c4)](_0x2a281b?.['id']||'')?_0x36aeea(0x10e):''),'data-marker-id':_0x12ebca[_0x36aeea(0x159)]};return _0x406f15[_0x36aeea(0x196)](_0x36aeea(0x123),_0x4d6464,function(_0x17b122){const _0xb924d1=_0x36aeea,_0x2e439f=this[_0xb924d1(0x197)](_0x17b122);return _0x2e439f[_0xb924d1(0x16b)]=_0x2a281b?.[_0xb924d1(0x12c)]?.[_0xb924d1(0x1ce)]||'',_0x2e439f;});}}),_0x32c785[_0x6fa96e(0x163)][_0x6fa96e(0x1ae)](_0x6fa96e(0x1af))[_0x6fa96e(0x12b)]({'model':Lt+_0x6fa96e(0x14b),'view':_0x4f9006=>{const _0x140e52=_0x6fa96e,_0x2e8437=this[_0x140e52(0x14d)][_0x140e52(0x13e)](_0x4f9006[_0x140e52(0x159)]),_0xbe442f=[_0x140e52(0x1cd)];return this[_0x140e52(0x167)][_0x140e52(0x1c4)](_0x2e8437?.['id']||'')&&_0xbe442f[_0x140e52(0x170)](_0x140e52(0x1b8)),{'classes':_0xbe442f,'attributes':{'data-marker-id':_0x4f9006[_0x140e52(0x159)]}};}}),_0x32c785[_0x6fa96e(0x163)][_0x6fa96e(0x1ae)](_0x6fa96e(0x1af))[_0x6fa96e(0x12b)]({'model':Lt+_0x6fa96e(0xcd),'view':_0x31c376=>{const _0x2ed472=_0x6fa96e,_0x25bb65=this[_0x2ed472(0x14d)][_0x2ed472(0x13e)](_0x31c376[_0x2ed472(0x159)]),_0x211594=[_0x2ed472(0x1ad)];return this[_0x2ed472(0x167)][_0x2ed472(0x1c4)](_0x25bb65?.['id']||'')&&_0x211594[_0x2ed472(0x170)](_0x2ed472(0x1b8)),{'classes':_0x211594,'attributes':{'data-marker-id':_0x31c376[_0x2ed472(0x159)]}};}}),_0x32c785[_0x6fa96e(0x163)][_0x6fa96e(0x1ae)](_0x6fa96e(0x1af))[_0x6fa96e(0x12b)]({'model':Lt+_0x6fa96e(0x1aa),'view':_0x2d3c41=>{const _0x1eaf3d=_0x6fa96e,_0x27197a=this[_0x1eaf3d(0x14d)][_0x1eaf3d(0x13e)](_0x2d3c41[_0x1eaf3d(0x159)]),_0x1cae5b=[_0x1eaf3d(0xd2)];return this[_0x1eaf3d(0x167)][_0x1eaf3d(0x1c4)](_0x27197a?.['id']||'')&&_0x1cae5b[_0x1eaf3d(0x170)](_0x1eaf3d(0x1b8)),{'classes':_0x1cae5b,'attributes':{'data-marker-id':_0x2d3c41[_0x1eaf3d(0x159)]}};}}),_0x32c785[_0x6fa96e(0x163)][_0x6fa96e(0x1ae)](_0x6fa96e(0x112))[_0x6fa96e(0x16c)]({'model':Lt+_0x6fa96e(0x12a),'view':(_0x2a4cd6,{writer:_0x1784c8})=>_0x1784c8[_0x6fa96e(0x12f)](_0x6fa96e(0x123),{'class':_0x6fa96e(0x18f)+(_0x2a4cd6[_0x6fa96e(0x1d3)]?_0x6fa96e(0x1a8):_0x6fa96e(0x1a1))})}),_0x32c785[_0x6fa96e(0x163)][_0x6fa96e(0x1ae)](_0x6fa96e(0xfd))[_0x6fa96e(0x115)]({'model':_0x1c0dfb,'view':_0x38cd26});const _0x3ecdec=_0x32c785['ui'][_0x6fa96e(0xdc)]()||document[_0x6fa96e(0x1d5)];this[_0x6fa96e(0x1d0)][_0x6fa96e(0x14e)](_0x3ecdec,_0x6fa96e(0xd4),(_0x1675a0,_0xefd73e)=>{const _0x11577b=_0x6fa96e,_0x116504=_0xefd73e[_0x11577b(0x1c8)],_0x305ae5=this[_0x11577b(0x110)](_0x116504);if(!_0x305ae5)return;const _0x1dc796=_0x305ae5[_0x11577b(0x11c)](_0x11577b(0x19b)),_0x4ab65f=_0x1dc796[_0x11577b(0x161)](':')[_0x11577b(0x125)]()?.[_0x11577b(0x161)]('_')[0x0];this[_0x11577b(0x1ba)][_0x11577b(0x169)](_0x11577b(0x1bb),{'markerId':_0x1dc796,'changeId':_0x4ab65f,'markerElement':()=>this[_0x11577b(0x168)](_0x1dc796),'domEvent':_0xefd73e});},{'usePassive':!0x0,'priority':_0x6fa96e(0x15d)}),this[_0x6fa96e(0x1d0)][_0x6fa96e(0x14e)](_0x3ecdec,_0x6fa96e(0x100),(_0x5d66f6,_0x49da76)=>{const _0x703330=_0x6fa96e,_0x1d7083=_0x49da76[_0x703330(0x1c8)],_0x41d9ed=_0x49da76[_0x703330(0x1b7)];let _0x3dc3a2=this[_0x703330(0x110)](_0x1d7083);if(!_0x3dc3a2&&_0x41d9ed&&(_0x3dc3a2=this[_0x703330(0x110)](_0x41d9ed)),!_0x3dc3a2)return;const _0x1ef0c1=_0x3dc3a2[_0x703330(0x11c)](_0x703330(0x19b)),_0x23567c=_0x1ef0c1[_0x703330(0x161)](':')[_0x703330(0x125)]()?.[_0x703330(0x161)]('_')[0x0];this[_0x703330(0x1ba)][_0x703330(0x169)](_0x703330(0x151),{'changeId':_0x23567c,'markerElement':()=>this[_0x703330(0x168)](_0x1ef0c1),'domEvent':_0x49da76});}),this[_0x6fa96e(0x1d0)][_0x6fa96e(0x14e)](document,_0x6fa96e(0x100),_0x2df4e4((_0x3ff777,_0x265281)=>{const _0x38e655=_0x6fa96e,_0x2ad099=_0x265281[_0x38e655(0x1c8)];if(this[_0x38e655(0x110)](_0x2ad099))return;_0x2ad099[_0x38e655(0x175)](_0x38e655(0x141))||this[_0x38e655(0x1ba)][_0x38e655(0x169)](_0x38e655(0xd5));},0xc8)),_0x32c785[_0x6fa96e(0x13d)][_0x6fa96e(0xe8)][_0x6fa96e(0x184)](_0x146e4d=>this[_0x6fa96e(0x164)](_0x32c785,_0x146e4d)),_0x32c785[_0x6fa96e(0x13d)][_0x6fa96e(0xe8)]['on'](_0x6fa96e(0xfa),()=>this[_0x6fa96e(0x16a)](_0x32c785));}[_0x19b180(0x135)](){const _0x32f3e8=_0x19b180,_0x4d4ef9=this[_0x32f3e8(0x1cf)][_0x32f3e8(0x13b)][_0x32f3e8(0x13e)](_0x32f3e8(0x17f)),_0xc66f63=_0x3099f4(this[_0x32f3e8(0x1cf)]),_0x5eeeb1=_0xc66f63[_0x32f3e8(0x13d)],_0x5663fa=new _0x43ae55();for(const _0x51177e of _0x5eeeb1[_0x32f3e8(0xe8)][_0x32f3e8(0x1a2)]()[_0x32f3e8(0x102)]()){const _0x2200a5=_0x51177e[_0x32f3e8(0xd6)](!0x0);_0x5663fa[_0x32f3e8(0x127)](_0x2200a5);}for(const _0x2818de of _0x5eeeb1[_0x32f3e8(0x129)])_0x5663fa[_0x32f3e8(0x129)][_0x32f3e8(0x150)](_0x2818de[_0x32f3e8(0x1b0)],this[_0x32f3e8(0x191)](_0x2818de[_0x32f3e8(0x179)]()[_0x32f3e8(0x18a)](),_0x5663fa));const _0x56a532=new _0x4e1fa9({'ignoreElementEnd':!0x0,'startPosition':_0x5eeeb1[_0x32f3e8(0x15e)](_0x5663fa,0x0)}),_0x4fc7af=new Set(),_0x43b4d7=new Map();for(const {item:_0x380cde}of _0x56a532){if(!_0x380cde['is'](_0x32f3e8(0xee)))continue;const _0x95311a=_0x380cde[_0x32f3e8(0x1c6)];if(_0x95311a&&_0x95311a['is'](_0x32f3e8(0x198))){const _0x56979b=this[_0x32f3e8(0x148)](_0x95311a,()=>_0x4d4ef9[_0x32f3e8(0x182)](_0x4fc7af));_0x4fc7af[_0x32f3e8(0x19e)](_0x56979b);for(const _0x51b5f0 of _0x95311a[_0x32f3e8(0x102)]())_0x51b5f0['is'](_0x32f3e8(0x198))&&_0x4fc7af[_0x32f3e8(0x19e)](this[_0x32f3e8(0x148)](_0x51b5f0,()=>_0x4d4ef9[_0x32f3e8(0x182)](_0x4fc7af)));let _0x3166a2=_0x95311a;for(;_0x3166a2[_0x32f3e8(0x1c6)]&&!_0x3166a2[_0x32f3e8(0x1c6)]['is'](_0x32f3e8(0x18b));)_0x3166a2=_0x3166a2[_0x32f3e8(0x1c6)],_0x3166a2[_0x32f3e8(0xe2)](_0x1c0dfb)&&_0x3166a2[_0x32f3e8(0xd8)](_0x1c0dfb);_0x43b4d7[_0x32f3e8(0x150)](_0x56979b,{'path':_0x95311a[_0x32f3e8(0xcf)](),'getContent':this[_0x32f3e8(0x13c)](_0x3166a2[_0x32f3e8(0xd6)](!0x0),_0x56979b,_0xc66f63[_0x32f3e8(0x17d)])}),_0x56a532[_0x32f3e8(0xf6)](_0x5eeeb1[_0x32f3e8(0x15c)](_0x95311a));}}return{'content':_0xc66f63[_0x32f3e8(0x17d)][_0x32f3e8(0x121)][_0x32f3e8(0x114)](_0xc66f63[_0x32f3e8(0x17d)][_0x32f3e8(0x15f)](_0x5663fa)),'version':_0xc66f63[_0x32f3e8(0x13d)][_0x32f3e8(0xe8)][_0x32f3e8(0x11e)],'elements':_0x43b4d7};}[_0x19b180(0x165)](_0x291253,_0x281908,_0x39b681=!0x1){const _0x54aa3c=_0x19b180,_0x4f6652=[],_0x418cb6=_0x3099f4(this[_0x54aa3c(0x1cf)]),_0x4c6925=_0x418cb6[_0x54aa3c(0x17d)][_0x54aa3c(0xec)](_0x281908,_0x54aa3c(0x176)),_0x3b8b3e=_0x418cb6[_0x54aa3c(0x17d)][_0x54aa3c(0xec)](_0x291253,_0x54aa3c(0x176)),_0x49939d=_0x418cb6[_0x54aa3c(0x13d)][_0x54aa3c(0x15e)](_0x3b8b3e,0x0);if(this[_0x54aa3c(0xe0)](_0x4c6925)){if(!this[_0x54aa3c(0x11a)](_0x3b8b3e,_0x4c6925))return _0x4f6652;}else{const _0x515696=_0x418cb6[_0x54aa3c(0x13d)][_0x54aa3c(0x11d)];if(!this[_0x54aa3c(0x14f)](_0x3b8b3e,_0x515696)||!this[_0x54aa3c(0x14f)](_0x4c6925,_0x515696))return _0x4f6652;}const _0x356c76=this[_0x54aa3c(0x1cf)][_0x54aa3c(0x13b)][_0x54aa3c(0x13e)](_0x54aa3c(0x195))[_0x54aa3c(0x109)](_0x291253,_0x281908,{'anchor':_0x49939d,'markDeletions':!0x0})[_0x54aa3c(0xfb)]()[_0x54aa3c(0x105)](_0x5849d5=>_0x54aa3c(0xfe)===_0x5849d5[_0x54aa3c(0xd9)]||_0x54aa3c(0x19d)===_0x5849d5[_0x54aa3c(0xd9)]&&_0x5849d5[_0x54aa3c(0x1b0)][_0x54aa3c(0x118)](_0x54aa3c(0xf3))),_0x348e76=this[_0x54aa3c(0x117)](_0x356c76),_0x188c70=[];if(_0x39b681){if(_0x348e76[_0x54aa3c(0x1a0)]){const _0x49096d=_0x348e76[0x0][_0x54aa3c(0xe6)][0x0],_0x167334=_0x54aa3c(0xfe)===_0x49096d[_0x54aa3c(0xd9)]?_0x49096d[_0x54aa3c(0x131)]:_0x49096d[_0x54aa3c(0x136)][_0x54aa3c(0x1a8)],_0x566e35=this[_0x54aa3c(0xc9)](_0x167334,_0x418cb6,_0x54aa3c(0xea)),_0x57d77e=_0x566e35?_0x4c6925[_0x54aa3c(0xe3)](0x0)[_0x54aa3c(0x102)]():_0x4c6925[_0x54aa3c(0x102)](),_0x596817=_0x566e35||_0x418cb6[_0x54aa3c(0x13d)][_0x54aa3c(0xd1)](_0x3b8b3e),_0x6701ac=[new _0x476d1e(_0x54aa3c(0x134)+_0x4e4492(),null,_0x596817,_0x418cb6[_0x54aa3c(0x13d)][_0x54aa3c(0xe8)][_0x54aa3c(0x13d)][_0x54aa3c(0x129)],!0x0,_0x418cb6[_0x54aa3c(0x13d)][_0x54aa3c(0xe8)][_0x54aa3c(0x11e)]+0x1),new _0x368f3b(_0x596817[_0x54aa3c(0x1a1)],_0x57d77e,_0x418cb6[_0x54aa3c(0x13d)][_0x54aa3c(0xe8)][_0x54aa3c(0x11e)]+0x2)];_0x188c70[_0x54aa3c(0x170)]({'operations':_0x6701ac,'operationsIsolated':_0x6701ac,'groupOffset':0x0});}}else _0x188c70[_0x54aa3c(0x170)](..._0x348e76);let _0x51a77c=0x0;return _0x418cb6[_0x54aa3c(0x13d)][_0x54aa3c(0xfa)](_0x5bba03=>{const _0x13b386=_0x54aa3c;for(let _0x4c58ef=0x0;_0x4c58ef<_0x188c70[_0x13b386(0x1a0)];_0x4c58ef++){const _0x170829=_0x188c70[_0x4c58ef],_0x4406aa=_0x5bba03[_0x13b386(0x16f)]();for(const _0x588f09 of _0x3b8b3e[_0x13b386(0x102)]())_0x5bba03[_0x13b386(0x173)](_0x588f09[_0x13b386(0xd6)](!0x0),_0x4406aa);for(const _0x3f333c of _0x170829[_0x13b386(0x186)])if(_0x13b386(0xfe)===_0x3f333c[_0x13b386(0xd9)]){const _0x1c3311=_0x3f333c;_0x1c3311[_0x13b386(0x19c)]=null,_0x1c3311[_0x13b386(0x113)]=!0x1,this[_0x13b386(0x1a5)](_0x1c3311,_0x4406aa),_0x5bba03[_0x13b386(0x17a)][_0x13b386(0x1d2)](_0x3f333c),_0x418cb6[_0x13b386(0x13d)][_0x13b386(0x156)](_0x3f333c);const _0x362cee=_0x13b386(0xcb)+_0x51a77c++,_0x193f7c=_0x418cb6[_0x13b386(0x13d)][_0x13b386(0x1c2)](_0x1c3311[_0x13b386(0x131)],_0x1c3311[_0x13b386(0x131)][_0x13b386(0xe9)](_0x1c3311[_0x13b386(0x1b4)]));_0x4406aa[_0x13b386(0x129)][_0x13b386(0x150)](_0x362cee,_0x193f7c);}else{if(_0x13b386(0x19d)===_0x3f333c[_0x13b386(0xd9)]&&_0x3f333c[_0x13b386(0x1b0)][_0x13b386(0x118)](_0x13b386(0xf3))){const _0x2125c8=_0x3f333c,_0x37a8eb=_0x13b386(0x18c)+_0x51a77c++;this[_0x13b386(0x1a5)](_0x2125c8,_0x4406aa),_0x4406aa[_0x13b386(0x129)][_0x13b386(0x150)](_0x37a8eb,_0x2125c8[_0x13b386(0x136)]);}}if(_0x39b681)_0x4f6652[_0x13b386(0x170)]({..._0x170829,'context':this[_0x13b386(0x1b5)](_0x3b8b3e,_0x418cb6[_0x13b386(0x17d)]),'content':this[_0x13b386(0x1b5)](_0x3b8b3e,_0x418cb6[_0x13b386(0x17d)])});else{const _0x5c3e09=this[_0x13b386(0x18d)](this[_0x13b386(0x1c5)](this[_0x13b386(0xdf)](_0x170829[_0x13b386(0x186)][0x0]),_0x4406aa),this[_0x13b386(0x1c5)](this[_0x13b386(0x16e)](_0x170829[_0x13b386(0x186)][_0x170829[_0x13b386(0x186)][_0x13b386(0x1a0)]-0x1]),_0x4406aa));_0x4406aa[_0x13b386(0x129)][_0x13b386(0x150)](Lt+_0x13b386(0x12a),new _0xe11065(_0x5c3e09[_0x13b386(0x1a8)],_0x5c3e09[_0x13b386(0x1a1)])),_0x4f6652[_0x13b386(0x170)]({..._0x170829,'context':this[_0x13b386(0x174)](_0x4406aa,_0x418cb6[_0x13b386(0x17d)],{'ellipsisBefore':_0x5c3e09[_0x13b386(0xf8)],'ellipsisAfter':_0x5c3e09[_0x13b386(0x133)]}),'content':this[_0x13b386(0x1b5)](_0x4406aa,_0x418cb6[_0x13b386(0x17d)])});}}}),_0x4f6652;}[_0x19b180(0x116)](_0x426458,_0x5b9c94){const _0x10db1e=_0x19b180;if(!_0x426458[_0x10db1e(0x1a0)])return;const _0x41e77b=_0x426458[0x0][_0x10db1e(0x1c6)]['id'],_0x76fe46=_0x5b9c94[_0x10db1e(0x1bd)][_0x10db1e(0x13e)](_0x41e77b);if(!_0x76fe46)return void console[_0x10db1e(0x153)](_0x10db1e(0x14a)+_0x41e77b);const _0x28328a=_0x76fe46[_0x10db1e(0xd7)],_0x4a41db=_0x3099f4(this[_0x10db1e(0x1cf)]),_0x3aa7e1=_0x4a41db[_0x10db1e(0x13d)][_0x10db1e(0xe8)][_0x10db1e(0x1a3)][_0x10db1e(0xfb)](_0x5b9c94[_0x10db1e(0x11e)]),_0x23d825=[];for(const _0x308d30 of _0x426458){const _0x1e351d=_0x308d30[_0x10db1e(0x186)][_0x10db1e(0x1a4)](_0xdeac60=>this[_0x10db1e(0x1ab)](_0xdeac60,_0x28328a,_0x4a41db[_0x10db1e(0x13d)][_0x10db1e(0xe8)][_0x10db1e(0x108)]()[0x0]));if(!_0x1e351d||!_0x1e351d[_0x10db1e(0x1a0)])continue;const _0xeac013=_0x1e351d[_0x10db1e(0x11b)](_0x3c4445=>_0x10db1e(0x19d)===_0x3c4445[_0x10db1e(0xd9)]&&_0x3c4445[_0x10db1e(0x1b0)][_0x10db1e(0x118)](_0x10db1e(0xf3))),_0x8058f7={'document':_0x4a41db[_0x10db1e(0x13d)][_0x10db1e(0xe8)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x5c3dd4=_0x4ea486(_0x1e351d,_0x3aa7e1,_0x8058f7)[_0x10db1e(0xe4)];for(const _0xc01126 of _0x5c3dd4)if(_0x10db1e(0xfe)===_0xc01126[_0x10db1e(0xd9)]){const _0x13394a=_0xc01126,_0xd7ff61=_0x13394a[_0x10db1e(0xff)];_0x4a41db[_0x10db1e(0x13d)][_0x10db1e(0xfa)](_0x2799f1=>{const _0x503a94=_0x10db1e,_0xc21389=_0x2799f1[_0x503a94(0x16f)]();for(const _0x39bc81 of _0xd7ff61)_0x2799f1[_0x503a94(0x173)](_0x39bc81[_0x503a94(0xd6)](!0x0),_0xc21389);_0x23d825[_0x503a94(0x170)]({'start':_0x13394a[_0x503a94(0x131)],'end':_0x13394a[_0x503a94(0x131)],'type':_0x503a94(0xfe),'groupId':_0x308d30['id'],'content':{'asString':this[_0x503a94(0x1b5)](_0xc21389,_0x4a41db[_0x503a94(0x17d)])(),'asFragment':_0xc21389}});});}else{if(_0x10db1e(0x19d)===_0xc01126[_0x10db1e(0xd9)]&&_0xc01126[_0x10db1e(0x1b0)][_0x10db1e(0x118)](_0x10db1e(0xf3))){const _0x3f59cc=_0xc01126;let _0x40c09d=_0x10db1e(0x1aa);if(_0xeac013){const _0x553ce6=this[_0x10db1e(0x158)](_0x3f59cc[_0x10db1e(0x136)][_0x10db1e(0x1a8)],_0x10db1e(0x19a),_0x4a41db[_0x10db1e(0x13d)][_0x10db1e(0x11d)]),_0x11bc3=this[_0x10db1e(0x158)](_0x3f59cc[_0x10db1e(0x136)][_0x10db1e(0x1a1)],_0x10db1e(0x171),_0x4a41db[_0x10db1e(0x13d)][_0x10db1e(0x11d)]);if(_0x553ce6||_0x11bc3){const _0xb702ed=_0x3f59cc[_0x10db1e(0x136)][_0x10db1e(0x1a8)][_0x10db1e(0xe9)](-_0x553ce6),_0x5c3476=_0x3f59cc[_0x10db1e(0x136)][_0x10db1e(0x1a1)][_0x10db1e(0xe9)](_0x11bc3);_0x23d825[_0x10db1e(0x170)]({'start':_0xb702ed,'end':_0x5c3476,'groupId':_0x308d30['id'],'type':_0x10db1e(0xcd)});}else _0x40c09d=_0x10db1e(0x14b);}_0x23d825[_0x10db1e(0x170)]({'start':_0x3f59cc[_0x10db1e(0x136)][_0x10db1e(0x1a8)],'end':_0x3f59cc[_0x10db1e(0x136)][_0x10db1e(0x1a1)],'groupId':_0x308d30['id'],'type':_0x40c09d});}}}this[_0x10db1e(0x111)](_0x23d825);}[_0x19b180(0x1bc)](){const _0x109c94=_0x19b180,_0x53bbcf=_0x3099f4(this[_0x109c94(0x1cf)]);_0x53bbcf[_0x109c94(0x13d)][_0x109c94(0xfa)](_0x1b28e6=>{const _0x29b292=_0x109c94;for(const _0xfba671 of this[_0x29b292(0x14d)][_0x29b292(0xeb)]())_0x53bbcf[_0x29b292(0x13d)][_0x29b292(0x129)][_0x29b292(0x13e)](_0xfba671)&&_0x1b28e6[_0x29b292(0x128)](_0xfba671);}),this[_0x109c94(0x14d)][_0x109c94(0x1a6)](),this[_0x109c94(0x167)][_0x109c94(0x1a6)]();}[_0x19b180(0xf1)](){const _0x25b651=_0x19b180;_0x3099f4(this[_0x25b651(0x1cf)])[_0x25b651(0x10c)](_0x25b651(0x145));}[_0x19b180(0x139)](){const _0x5784e3=_0x19b180;_0x3099f4(this[_0x5784e3(0x1cf)])[_0x5784e3(0xf4)](_0x5784e3(0x145));}[_0x19b180(0x193)](_0x579233){const _0x5c2029=_0x19b180,_0xc3f334=_0x3099f4(this[_0x5c2029(0x1cf)]),_0x2e042f=_0xc3f334[_0x5c2029(0x13d)],_0x4a32d9=_0x579233[_0x5c2029(0x1a4)](_0x526a02=>this[_0x5c2029(0xdd)](_0x526a02))[_0x5c2029(0xce)]();_0x2e042f[_0x5c2029(0xfa)](_0x5333d5=>{const _0x3cd47d=_0x5c2029;for(const _0x477c4f of _0x4a32d9){const _0x2b4796=_0xc3f334[_0x3cd47d(0x13d)][_0x3cd47d(0x129)][_0x3cd47d(0x13e)](_0x477c4f['id']);if(_0x2b4796){if(_0x3cd47d(0xfe)===_0x477c4f[_0x3cd47d(0xd9)]){if(!_0x477c4f[_0x3cd47d(0x12c)])continue;_0x2e042f[_0x3cd47d(0x122)](_0x477c4f[_0x3cd47d(0x12c)][_0x3cd47d(0xd3)]||null,_0x2b4796[_0x3cd47d(0x179)]()[_0x3cd47d(0x1a8)]);}else _0x3cd47d(0x1aa)!==_0x477c4f[_0x3cd47d(0xd9)]&&_0x3cd47d(0x14b)!==_0x477c4f[_0x3cd47d(0xd9)]||_0x2e042f[_0x3cd47d(0x16d)](_0x2e042f[_0x3cd47d(0xf0)](_0x2b4796[_0x3cd47d(0x179)]()));_0x5333d5[_0x3cd47d(0x128)](_0x477c4f['id']),this[_0x3cd47d(0x14d)][_0x3cd47d(0x126)](_0x477c4f['id']);}}});}[_0x19b180(0x1d1)](_0x266c8f){const _0xc07802=_0x19b180,_0x1b68b0=_0x3099f4(this[_0xc07802(0x1cf)]),_0x545789=this[_0xc07802(0xdd)](_0x266c8f);_0x1b68b0[_0xc07802(0x13d)][_0xc07802(0xfa)](_0x6912a0=>{const _0x1c90a6=_0xc07802;for(const _0x558cd1 of _0x545789)_0x6912a0[_0x1c90a6(0x128)](_0x558cd1['id']),this[_0x1c90a6(0x14d)][_0x1c90a6(0x126)](_0x558cd1['id']);});}[_0x19b180(0x1ac)](){const _0x145916=_0x19b180;return _0x3099f4(this[_0x145916(0x1cf)]);}[_0x19b180(0x10a)](_0x3e86be){const _0x291a75=_0x19b180,_0x237c5c=Array[_0x291a75(0x1be)](this[_0x291a75(0x14d)][_0x291a75(0x124)]())[_0x291a75(0x105)](_0x25ca3b=>_0x25ca3b[_0x291a75(0x119)]===_0x3e86be);if(!_0x237c5c[_0x291a75(0x1a0)])return null;const _0x1e2af4=0x1===_0x237c5c[_0x291a75(0x1a0)]?_0x237c5c[0x0]:this[_0x291a75(0x1c0)](_0x237c5c)[0x0],_0x4ba946=_0x3099f4(this[_0x291a75(0x1cf)])[_0x291a75(0x13d)][_0x291a75(0x129)][_0x291a75(0x13e)](_0x1e2af4['id']);if(!_0x4ba946)return null;return{'modelRange':_0x4ba946[_0x291a75(0x179)](),'getElement':()=>this[_0x291a75(0x168)](_0x1e2af4['id'])};}[_0x19b180(0x143)](_0x5f1a48){const _0x37137f=_0x19b180,_0x2d758a=Array[_0x37137f(0x1be)](this[_0x37137f(0x14d)][_0x37137f(0x124)]())[_0x37137f(0x105)](_0x3cfe18=>_0x3cfe18[_0x37137f(0x119)]===_0x5f1a48);if(!_0x2d758a[_0x37137f(0x1a0)])return null;const _0x38209b=0x1===_0x2d758a[_0x37137f(0x1a0)]?_0x2d758a[0x0]:this[_0x37137f(0x1c0)](_0x2d758a)[0x0],_0x501917=_0x3099f4(this[_0x37137f(0x1cf)]),_0x6a31f6=_0x501917[_0x37137f(0x13d)][_0x37137f(0x129)][_0x37137f(0x13e)](_0x38209b['id']);if(!_0x6a31f6)return null;const _0x1de376=_0x6a31f6[_0x37137f(0x179)](),_0x51a1ba=_0x501917[_0x37137f(0x138)][_0x37137f(0x178)][_0x37137f(0x104)]();if(!_0x51a1ba||!_0x1de376)return null;let _0x4d48ca=_0x1de376[_0x37137f(0x1a8)][_0x37137f(0x1c6)];for(;_0x4d48ca[_0x37137f(0x1c6)]&&_0x37137f(0x199)!==_0x4d48ca[_0x37137f(0x1c6)][_0x37137f(0x1b0)];)_0x4d48ca=_0x4d48ca[_0x37137f(0x1c6)];if(!_0x4d48ca||!_0x4d48ca[_0x37137f(0x1b0)])return null;const _0x16de96=_0x51a1ba[_0x37137f(0x188)](_0x37137f(0x1c1)+_0x38209b['id']+'\x22]');if(!_0x16de96)return null;let _0x5cd13e=null;_0x501917[_0x37137f(0x13d)][_0x37137f(0xfa)](_0x6a8995=>{const _0x1a27b0=_0x37137f;_0x5cd13e=_0x6a8995[_0x1a27b0(0x16f)](),_0x6a8995[_0x1a27b0(0x173)](_0x4d48ca[_0x1a27b0(0xd6)](!0x0),_0x5cd13e);});const _0x52201d=_0x501917[_0x37137f(0x17d)][_0x37137f(0x15f)](_0x5cd13e)[_0x37137f(0xe3)](0x0);return _0x16de96[_0x37137f(0x175)](_0x52201d[_0x37137f(0x1b0)]);}[_0x19b180(0x1b3)](_0x48649d){const _0x1eb4b5=_0x19b180,_0x5f3518=this[_0x1eb4b5(0xdd)](_0x48649d);if(!_0x5f3518[_0x1eb4b5(0x1a0)])return;const _0x5a3f36=Array[_0x1eb4b5(0x1be)](this[_0x1eb4b5(0x167)])[_0x1eb4b5(0x1a9)](),_0x1238dc=Array[_0x1eb4b5(0x1be)](new Set(_0x5f3518[_0x1eb4b5(0x1a4)](_0x445db5=>_0x445db5['id'])))[_0x1eb4b5(0x1a9)]();_0x5a3f36[_0x1eb4b5(0x1b1)]('|')!==_0x1238dc[_0x1eb4b5(0x1b1)]('|')&&(this[_0x1eb4b5(0x177)](),this[_0x1eb4b5(0x149)](_0x48649d));}[_0x19b180(0x149)](_0x5baaf0){const _0x2ff1a3=_0x19b180,_0x3b0d28=this[_0x2ff1a3(0xdd)](_0x5baaf0);if(!_0x3b0d28[_0x2ff1a3(0x1a0)])return;const _0x5da6b0=_0x3099f4(this[_0x2ff1a3(0x1cf)]),_0x3c472a=new Set(_0x3b0d28[_0x2ff1a3(0x1a4)](_0x2e299d=>_0x2e299d['id'])),_0x9d6ee8=Array[_0x2ff1a3(0x1be)](_0x3c472a[_0x2ff1a3(0x124)]())[_0x2ff1a3(0x1a4)](_0x2cbaee=>_0x5da6b0[_0x2ff1a3(0x13d)][_0x2ff1a3(0x129)][_0x2ff1a3(0x13e)](_0x2cbaee))[_0x2ff1a3(0x105)](_0x56d87f=>!!_0x56d87f);_0x3c472a[_0x2ff1a3(0x192)](_0x2c458a=>{const _0x1efa1d=_0x2ff1a3;this[_0x1efa1d(0x167)][_0x1efa1d(0x19e)](_0x2c458a);}),_0x5da6b0[_0x2ff1a3(0x13d)][_0x2ff1a3(0xfa)](()=>{const _0x51775f=_0x2ff1a3;_0x9d6ee8[_0x51775f(0x192)](_0xc26cf=>{const _0x414d78=_0x51775f;_0x5da6b0[_0x414d78(0x138)][_0x414d78(0xf2)](_0xc26cf);});});}[_0x19b180(0x177)](){const _0x5b2362=_0x19b180,_0x3bfe95=Array[_0x5b2362(0x1be)](this[_0x5b2362(0x167)]);if(!_0x3bfe95[_0x5b2362(0x1a0)])return;this[_0x5b2362(0x167)][_0x5b2362(0x1a6)]();const _0x11acc3=_0x3099f4(this[_0x5b2362(0x1cf)]),_0x25dac8=_0x3bfe95[_0x5b2362(0x1a4)](_0x1795f9=>_0x11acc3[_0x5b2362(0x13d)][_0x5b2362(0x129)][_0x5b2362(0x13e)](_0x1795f9))[_0x5b2362(0x105)](_0x5cdf2a=>!!_0x5cdf2a);_0x11acc3[_0x5b2362(0x13d)][_0x5b2362(0xfa)](()=>{const _0x5c69b0=_0x5b2362;_0x25dac8[_0x5c69b0(0x192)](_0x1e7540=>{const _0x14212c=_0x5c69b0;_0x11acc3[_0x14212c(0x138)][_0x14212c(0xf2)](_0x1e7540);});});}[_0x19b180(0xc9)](_0x120938,_0x365411,_0x2cce90=_0x19b180(0x172)){const _0x170080=_0x19b180;if(!_0x120938)return null;let _0x5618e6=_0x120938[_0x170080(0x1c6)];for(;_0x5618e6&&_0x5618e6[_0x170080(0x1c6)]&&_0x170080(0x199)!==_0x5618e6[_0x170080(0x1c6)][_0x170080(0x1b0)]&&!_0x365411[_0x170080(0x13d)][_0x170080(0x11d)][_0x170080(0xf7)](_0x5618e6)&&!_0x365411[_0x170080(0x13d)][_0x170080(0x11d)][_0x170080(0x155)](_0x5618e6);)_0x5618e6=_0x5618e6[_0x170080(0x1c6)];if(!_0x5618e6||!_0x5618e6[_0x170080(0x1b0)]||_0x170080(0x199)===_0x5618e6[_0x170080(0x1b0)])return null;let _0x19f4e8=null;return _0x365411[_0x170080(0x13d)][_0x170080(0xfa)](_0x1dc43b=>{const _0x12646b=_0x170080;_0x19f4e8=_0x12646b(0xea)===_0x2cce90?_0x1dc43b[_0x12646b(0xd1)](_0x5618e6):_0x1dc43b[_0x12646b(0x132)](_0x5618e6);}),_0x19f4e8;}[_0x19b180(0x164)](_0x151975,_0x53947e){const _0x5446cd=_0x19b180,_0x160dc0=Array[_0x5446cd(0x1be)](this[_0x5446cd(0x14d)][_0x5446cd(0xeb)]()),_0x2d1bec=new Map();for(const _0x4795f5 of _0x160dc0){const _0x552811=_0x151975[_0x5446cd(0x13d)][_0x5446cd(0x129)][_0x5446cd(0x13e)](_0x4795f5);if(!_0x552811)continue;const _0x1c4cae=_0x552811[_0x5446cd(0x1a7)]()[_0x5446cd(0xd7)][0x0];_0x2d1bec[_0x5446cd(0x1c4)](_0x1c4cae)||_0x2d1bec[_0x5446cd(0x150)](_0x1c4cae,[]),_0x2d1bec[_0x5446cd(0x13e)](_0x1c4cae)[_0x5446cd(0x170)](_0x552811);}const _0x469eba=new Set();for(const _0x501312 of _0x151975[_0x5446cd(0x13d)][_0x5446cd(0xe8)][_0x5446cd(0x140)][_0x5446cd(0x1b6)]()){let _0x3f8411=-0x1,_0x4daa5f=null;if(_0x5446cd(0xfe)===_0x501312[_0x5446cd(0xd9)])_0x4daa5f=new _0xe11065(_0x501312[_0x5446cd(0x131)],_0x501312[_0x5446cd(0x131)][_0x5446cd(0xe9)](_0x501312[_0x5446cd(0x1a0)])),_0x3f8411=_0x501312[_0x5446cd(0x131)][_0x5446cd(0xd7)][0x0];else{if(_0x5446cd(0x157)!==_0x501312[_0x5446cd(0xd9)])continue;_0x4daa5f=new _0xe11065(_0x501312[_0x5446cd(0x131)]),_0x3f8411=_0x501312[_0x5446cd(0x131)][_0x5446cd(0xd7)][0x0];}const _0x212ee4=_0x2d1bec[_0x5446cd(0x13e)](_0x3f8411)||[];if(_0x212ee4[_0x5446cd(0x1a0)]){for(const _0x19dba8 of _0x212ee4)if(_0x4daa5f[_0x5446cd(0x120)][_0x5446cd(0xde)]===_0x19dba8[_0x5446cd(0x179)]()[_0x5446cd(0x120)][_0x5446cd(0xde)]&&(_0x5446cd(0xfe)!==_0x501312[_0x5446cd(0xd9)]||!_0x4daa5f[_0x5446cd(0x12e)](_0x19dba8[_0x5446cd(0x179)]()))&&(_0x4daa5f[_0x5446cd(0x166)](_0x19dba8[_0x5446cd(0x179)]())||_0x4daa5f[_0x5446cd(0x1a8)][_0x5446cd(0x1ca)](_0x19dba8[_0x5446cd(0x179)]()[_0x5446cd(0x1a1)])||_0x4daa5f[_0x5446cd(0x1a1)][_0x5446cd(0x1ca)](_0x19dba8[_0x5446cd(0x179)]()[_0x5446cd(0x1a8)]))){const _0x5e324d=this[_0x5446cd(0xdb)](_0x19dba8[_0x5446cd(0x1b0)]);Array[_0x5446cd(0x1be)](this[_0x5446cd(0x14d)][_0x5446cd(0x124)]())[_0x5446cd(0x105)](_0x494db3=>_0x494db3[_0x5446cd(0x119)]===_0x5e324d[_0x5446cd(0x119)])[_0x5446cd(0x192)](_0x4e0756=>_0x469eba[_0x5446cd(0x19e)](_0x4e0756['id']));}}}if(_0x469eba[_0x5446cd(0x18e)]){for(const _0x220372 of _0x469eba)_0x53947e[_0x5446cd(0x128)](_0x220372);return!0x0;}return!0x1;}[_0x19b180(0x16a)](_0x1d42db){const _0x3948d0=_0x19b180;for(const {name:_0x18fd4c,data:_0x22e3ac}of _0x1d42db[_0x3948d0(0x13d)][_0x3948d0(0xe8)][_0x3948d0(0x140)][_0x3948d0(0xe5)]()){if(!_0x18fd4c[_0x3948d0(0x118)](Lt))continue;const _0x1b0dd8=_0x22e3ac[_0x3948d0(0x137)],_0x5cc23d=_0x22e3ac[_0x3948d0(0x136)],_0x2776f4=_0x1b0dd8&&_0x3948d0(0x187)===_0x1b0dd8[_0x3948d0(0x120)][_0x3948d0(0xde)],_0x3688d7=_0x5cc23d&&_0x3948d0(0x187)===_0x5cc23d[_0x3948d0(0x120)][_0x3948d0(0xde)];if(_0x2776f4&&_0x3688d7)continue;const _0x28d461=this[_0x3948d0(0xdb)](_0x18fd4c);this[_0x3948d0(0x14d)][_0x3948d0(0x13e)](_0x18fd4c)&&(_0x3688d7||!_0x5cc23d?this[_0x3948d0(0x1ba)][_0x3948d0(0x169)](_0x3948d0(0x10b),{'markerId':_0x18fd4c,'changeId':_0x28d461[_0x3948d0(0x119)]}):_0x2776f4&&_0x5cc23d&&this[_0x3948d0(0x1ba)][_0x3948d0(0x169)](_0x3948d0(0x13a),{'markerId':_0x18fd4c,'changeId':_0x28d461[_0x3948d0(0x119)]}));}}[_0x19b180(0xdb)](_0x25fe15){const _0x1d7060=_0x19b180,_0x4006e2=_0x25fe15[_0x1d7060(0x161)](':'),_0x46a392=(_0x4006e2[0x1]||'')[_0x1d7060(0x161)]('_');return{'prefix':_0x4006e2[0x0],'groupId':_0x46a392[0x0],'suffix':_0x46a392[0x1]};}[_0x19b180(0x1ab)](_0x42fb20,_0x5607b7,_0xbe74f0){const _0x13f1bf=_0x19b180;if(_0x13f1bf(0xfe)===_0x42fb20[_0x13f1bf(0xd9)]){const _0x17e486=_0x42fb20;return new _0x368f3b(this[_0x13f1bf(0xe7)](_0x5607b7[_0x13f1bf(0x17c)](_0x17e486[_0x13f1bf(0x131)][_0x13f1bf(0x181)]),_0xbe74f0),_0x17e486[_0x13f1bf(0xff)],_0x17e486[_0x13f1bf(0x19c)]);}if(_0x13f1bf(0x19d)===_0x42fb20[_0x13f1bf(0xd9)]&&_0x42fb20[_0x13f1bf(0x1b0)][_0x13f1bf(0x118)](_0x13f1bf(0xf3))){const _0x14a0af=_0x42fb20;return new _0x476d1e(_0x14a0af[_0x13f1bf(0x1b0)],_0x14a0af[_0x13f1bf(0x137)],this[_0x13f1bf(0x1b2)](_0x14a0af[_0x13f1bf(0x136)],_0x5607b7[_0x13f1bf(0x17c)](_0x14a0af[_0x13f1bf(0x136)][_0x13f1bf(0x1a8)][_0x13f1bf(0x181)]),_0x5607b7[_0x13f1bf(0x17c)](_0x14a0af[_0x13f1bf(0x136)][_0x13f1bf(0x1a1)][_0x13f1bf(0x181)]),_0xbe74f0),_0x14a0af[_0x13f1bf(0x14d)],_0x14a0af[_0x13f1bf(0x194)],_0x14a0af[_0x13f1bf(0x19c)]);}return _0x42fb20;}[_0x19b180(0x117)](_0xc1abd1){const _0x50588e=_0x19b180;if(!_0xc1abd1[_0x50588e(0x1a0)])return[];const _0x2a7865=[];let _0xe24c40=0x0,_0x3ebaac=0x0,_0x2c8a3c=[];for(let _0x489b7f=0x0;_0x489b7f<=_0xc1abd1[_0x50588e(0x1a0)];_0x489b7f++){const _0x2587da=_0xc1abd1[_0x489b7f],_0x5f023a=_0xc1abd1[_0x489b7f-0x1];!_0x2587da||_0x5f023a&&!this[_0x50588e(0x16e)](_0x5f023a)[_0x50588e(0x1ca)](this[_0x50588e(0xdf)](_0x2587da))?(_0x2a7865[_0x50588e(0x170)]({'operations':_0x2c8a3c,'operationsIsolated':_0x2c8a3c[_0x50588e(0x1a4)](_0x3aa7d8=>this[_0x50588e(0x183)](_0x3aa7d8[_0x50588e(0x18a)](),-_0x3ebaac)),'groupOffset':_0xe24c40}),_0x2c8a3c=_0x2587da?[_0x2587da]:[],_0x3ebaac+=_0xe24c40,_0xe24c40=0x0):_0x2c8a3c[_0x50588e(0x170)](_0x2587da),_0x2587da&&_0x50588e(0xfe)===_0x2587da[_0x50588e(0xd9)]&&(_0xe24c40+=_0x2587da[_0x50588e(0x1b4)]);}return _0x2a7865;}[_0x19b180(0x158)](_0x34c994,_0x4738eb,_0x17849f,_0x31b5a8=0x1){const _0x1ff7bb=_0x19b180,_0x73aaf9=new _0x4e1fa9({'startPosition':_0x34c994,'direction':_0x4738eb});let _0x16a015=0x0;for(let _0x4eae5a=0x0;_0x4eae5a<_0x31b5a8;_0x4eae5a++){let _0x1baa9b=0x0,_0x4a22a3=!0x1,_0x31db2b=_0x1ff7bb(0x171)===_0x4738eb?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x143005}of _0x73aaf9)if(_0x143005['is'](_0x1ff7bb(0xee))){const _0x1b49ca=_0x31db2b[_0x1ff7bb(0x1c9)](_0x143005[_0x1ff7bb(0x17d)]);if(_0x1b49ca&&_0x1b49ca[_0x1ff7bb(0x1a0)]){if(_0x1baa9b+=_0x1ff7bb(0x171)===_0x4738eb?_0x1b49ca[_0x1ff7bb(0x180)]+_0x1b49ca[0x0][_0x1ff7bb(0x1a0)]:_0x143005[_0x1ff7bb(0x17d)][_0x1ff7bb(0x1a0)]-_0x1b49ca[_0x1ff7bb(0x180)],_0x1b49ca[0x0][_0x1ff7bb(0x1a0)]!==_0x143005[_0x1ff7bb(0x17d)][_0x1ff7bb(0x1a0)])break;_0x4a22a3=!0x0,_0x31db2b=_0x1ff7bb(0x171)===_0x4738eb?/^\w+/:/\w+$/;}else{if(_0x4a22a3)break;_0x1baa9b+=_0x143005[_0x1ff7bb(0x1cb)];}}else{if(_0x143005['is'](_0x1ff7bb(0x198))){_0x17849f[_0x1ff7bb(0x130)](_0x143005)&&!_0x4a22a3&&(_0x1baa9b+=0x1);break;}}_0x16a015+=_0x1baa9b,_0x73aaf9[_0x1ff7bb(0xf6)](_0x34c994[_0x1ff7bb(0xe9)](_0x1ff7bb(0x171)===_0x4738eb?_0x16a015:-_0x16a015));}return _0x16a015;}[_0x19b180(0x18d)](_0x1fa8e5,_0x564bca){const _0x4de035=_0x19b180,_0x2b097c=_0x3099f4(this[_0x4de035(0x1cf)])[_0x4de035(0x13d)][_0x4de035(0x11d)],_0x3a6f05=this[_0x4de035(0x158)](_0x1fa8e5,_0x4de035(0x19a),_0x2b097c,0x6),_0x126085=this[_0x4de035(0x158)](_0x564bca,_0x4de035(0x171),_0x2b097c,0x6),_0x356e59=_0x1fa8e5[_0x4de035(0xe9)](-_0x3a6f05),_0x3d0b30=_0x564bca[_0x4de035(0xe9)](_0x126085);return{'start':_0x356e59,'end':_0x3d0b30,'hasContentBefore':!_0x356e59[_0x4de035(0x14c)],'hasContentAfter':!_0x3d0b30[_0x4de035(0x15b)]};}[_0x19b180(0x111)](_0x121463){const _0xab99c9=_0x19b180,_0x33afe4=this[_0xab99c9(0x1cf)][_0xab99c9(0x13b)][_0xab99c9(0x13e)](_0xab99c9(0x17f)),_0x134782=new Set();_0x3099f4(this[_0xab99c9(0x1cf)])[_0xab99c9(0x13d)][_0xab99c9(0xfa)](_0x38163d=>{const _0x599e8f=_0xab99c9;for(const _0x35dac0 of _0x121463){const _0x3ead35=''+Lt+_0x35dac0[_0x599e8f(0xd9)]+':'+_0x35dac0[_0x599e8f(0x119)]+'_'+_0x33afe4[_0x599e8f(0x182)](_0x134782);this[_0x599e8f(0x14d)][_0x599e8f(0x150)](_0x3ead35,{'id':_0x3ead35,'groupId':_0x35dac0[_0x599e8f(0x119)],'type':_0x35dac0[_0x599e8f(0xd9)],'content':_0x35dac0[_0x599e8f(0x12c)]}),_0x38163d[_0x599e8f(0x17b)](_0x3ead35,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x38163d[_0x599e8f(0x1c2)](_0x35dac0[_0x599e8f(0x1a8)],_0x35dac0[_0x599e8f(0x1a1)])});}});}[_0x19b180(0x174)](_0x268c3a,_0x343bcf,_0x2beed0){let _0x5f586e='';return()=>{const _0xf3f808=_0x80bc;if(!_0x5f586e){const _0x3bf27f=_0x343bcf[_0xf3f808(0x15f)](_0x268c3a,{'showSuggestionHighlights':!0x0});let _0x437615=_0x3bf27f[_0xf3f808(0xe3)](0x0);if(_0x437615['is'](_0xf3f808(0xf9))||(_0x437615=_0x3bf27f),!_0x437615)return'';let _0x3419af=!0x1;const _0x8201f4=[];for(const _0x5c65db of _0x437615[_0xf3f808(0x102)]())_0x5c65db['is'](_0xf3f808(0x198),_0xf3f808(0x123))&&_0x5c65db[_0xf3f808(0x10d)](_0xf3f808(0x15a))&&(_0x3419af=!0x1),_0x3419af&&_0x8201f4[_0xf3f808(0x170)](_0x5c65db),_0x5c65db['is'](_0xf3f808(0x198),_0xf3f808(0x123))&&_0x5c65db[_0xf3f808(0x10d)](_0xf3f808(0x101))&&(_0x3419af=!0x0);_0x437615[_0xf3f808(0x11f)](0x0,_0x437615[_0xf3f808(0x1b9)]),_0x2beed0?.[_0xf3f808(0x1c7)]&&_0x437615[_0xf3f808(0x127)]('…'),_0x437615[_0xf3f808(0x127)](_0x8201f4),_0x2beed0?.[_0xf3f808(0x146)]&&_0x437615[_0xf3f808(0x127)]('…');const _0x353539=_0x343bcf[_0xf3f808(0x185)][_0xf3f808(0xed)][_0xf3f808(0x1d4)](_0x3bf27f),_0x151285=_0x343bcf[_0xf3f808(0x185)][_0xf3f808(0x1c3)][_0xf3f808(0x162)](_0x353539);_0x5f586e=_0x151285;}return _0x5f586e;};}[_0x19b180(0x1b5)](_0x308ed9,_0x217751){const _0x4cfade=_0x19b180;let _0x2e65ae='';return()=>(_0x2e65ae||(_0x2e65ae=_0x217751[_0x4cfade(0x152)](_0x308ed9,{'showSuggestionHighlights':!0x0})),_0x2e65ae);}[_0x19b180(0x13c)](_0x5b1edc,_0x50c9b6,_0x1a9f03){let _0x507b1e='';return()=>{const _0x84b8ce=_0x80bc;if(!_0x507b1e){const _0x1c2338=_0x1a9f03[_0x84b8ce(0x15f)](new _0x43ae55(_0x5b1edc)),_0x3bcbcc=_0x1a9f03[_0x84b8ce(0x185)][_0x84b8ce(0xed)][_0x84b8ce(0x1d4)](_0x1c2338)[_0x84b8ce(0x188)](_0x84b8ce(0x10f)+_0x50c9b6+'\x22]');_0x507b1e=_0x3bcbcc?.[_0x84b8ce(0xcc)]||'';}return _0x507b1e;};}[_0x19b180(0x110)](_0x57d19b,_0x24edfe=0x5){const _0x1fa49d=_0x19b180;let _0x59cf10=_0x57d19b,_0x499a64=null;for(let _0x18fdbb=0x0;_0x18fdbb<_0x24edfe&&_0x59cf10;_0x18fdbb++){if(!_0x59cf10[_0x1fa49d(0x142)]){_0x59cf10=_0x59cf10[_0x1fa49d(0xe1)];continue;}if(!(''+_0x59cf10[_0x1fa49d(0x142)])[_0x1fa49d(0x107)](_0x1fa49d(0xef))){_0x59cf10=_0x59cf10[_0x1fa49d(0xe1)];continue;}if(!_0x59cf10[_0x1fa49d(0x11c)](_0x1fa49d(0x19b)))break;_0x499a64=_0x59cf10;break;}return _0x499a64;}[_0x19b180(0x168)](_0x39c668){const _0x478da3=_0x19b180,_0x7d9caf=_0x3099f4(this[_0x478da3(0x1cf)]),_0x341c7d=_0x7d9caf[_0x478da3(0x13d)][_0x478da3(0x129)][_0x478da3(0x13e)](_0x39c668);return _0x341c7d?_0x12aaf9(_0x7d9caf[_0x478da3(0x138)],_0x341c7d):null;}[_0x19b180(0xdd)](_0x597b81){const _0x5493c7=_0x19b180;return Array[_0x5493c7(0x1be)](this[_0x5493c7(0x14d)][_0x5493c7(0x124)]())[_0x5493c7(0x105)](_0x153bd4=>_0x153bd4[_0x5493c7(0x119)]===_0x597b81);}[_0x19b180(0xdf)](_0x5dc2bd){const _0x26d416=_0x19b180;return _0x26d416(0xfe)===_0x5dc2bd[_0x26d416(0xd9)]?_0x5dc2bd[_0x26d416(0x131)]:_0x5dc2bd[_0x26d416(0x136)][_0x26d416(0x1a8)];}[_0x19b180(0x16e)](_0x4e1c7a,_0x2f270b=!0x1){const _0x559a10=_0x19b180;return _0x559a10(0xfe)===_0x4e1c7a[_0x559a10(0xd9)]?_0x2f270b?_0x4e1c7a[_0x559a10(0x131)]:_0x4e1c7a[_0x559a10(0x131)][_0x559a10(0xe9)](_0x4e1c7a[_0x559a10(0x1b4)]):_0x4e1c7a[_0x559a10(0x136)][_0x559a10(0x1a1)];}[_0x19b180(0x183)](_0x43d00f,_0x26e895){const _0x4ebec9=_0x19b180;return _0x4ebec9(0xfe)===_0x43d00f[_0x4ebec9(0xd9)]?_0x43d00f[_0x4ebec9(0x131)]=_0x43d00f[_0x4ebec9(0x131)][_0x4ebec9(0xe9)](_0x26e895):_0x4ebec9(0x19d)===_0x43d00f[_0x4ebec9(0xd9)]&&_0x43d00f[_0x4ebec9(0x136)]&&(_0x43d00f[_0x4ebec9(0x136)]=new _0xe11065(_0x43d00f[_0x4ebec9(0x136)][_0x4ebec9(0x1a8)][_0x4ebec9(0xe9)](_0x26e895),_0x43d00f[_0x4ebec9(0x136)][_0x4ebec9(0x1a1)][_0x4ebec9(0xe9)](_0x26e895))),_0x43d00f;}[_0x19b180(0x1a5)](_0x49593a,_0x461e0c){const _0x283243=_0x19b180;_0x283243(0xfe)===_0x49593a[_0x283243(0xd9)]?_0x49593a[_0x283243(0x131)]=this[_0x283243(0x1c5)](_0x49593a[_0x283243(0x131)],_0x461e0c):_0x283243(0x19d)===_0x49593a[_0x283243(0xd9)]&&_0x49593a[_0x283243(0x136)]&&(_0x49593a[_0x283243(0x136)]=this[_0x283243(0x191)](_0x49593a[_0x283243(0x136)],_0x461e0c));}[_0x19b180(0x1c5)](_0x1af4ac,_0x1e174b){const _0x35c48f=_0x19b180;return new _0x378a27(_0x1e174b,_0x1af4ac[_0x35c48f(0xd7)]);}[_0x19b180(0x191)](_0x29779c,_0x769b59){const _0x19a53d=_0x19b180;return new _0xe11065(this[_0x19a53d(0x1c5)](_0x29779c[_0x19a53d(0x1a8)],_0x769b59),this[_0x19a53d(0x1c5)](_0x29779c[_0x19a53d(0x1a1)],_0x769b59));}[_0x19b180(0xe7)](_0x4a4dec,_0x21203c){return new _0x378a27(_0x21203c,[..._0x4a4dec]);}[_0x19b180(0x1b2)](_0x4a884f,_0x5aa149,_0x51bd9b,_0x3c6700){const _0x458028=_0x19b180;return new _0xe11065(this[_0x458028(0xe7)](_0x5aa149,_0x3c6700),this[_0x458028(0xe7)](_0x51bd9b,_0x3c6700));}[_0x19b180(0x1c0)](_0x3aa3aa){const _0x47ea8d=_0x19b180,_0x1ffa37=_0x5843fe=>{const _0x12a5c6=_0x80bc;switch(_0x5843fe){case _0x12a5c6(0xfe):return 0x0;case _0x12a5c6(0xcd):return 0x1;case _0x12a5c6(0x14b):return 0x2;case _0x12a5c6(0x1aa):return 0x3;}};return _0x3aa3aa[_0x47ea8d(0x1a9)]((_0xfb569e,_0x35b22e)=>_0x1ffa37(_0xfb569e[_0x47ea8d(0xd9)])-_0x1ffa37(_0x35b22e[_0x47ea8d(0xd9)]));}[_0x19b180(0x11a)](_0x4bf10b,_0x5929e3){const _0x130be9=_0x19b180,_0x78eeee=_0x4bf10b[_0x130be9(0xe3)](0x0),_0x540909=_0x5929e3[_0x130be9(0xe3)](0x0);return!(!_0x78eeee||!_0x540909)&&((!_0x78eeee['is'](_0x130be9(0x198))||!_0x540909['is'](_0x130be9(0x198))||_0x78eeee[_0x130be9(0x1b0)]===_0x540909[_0x130be9(0x1b0)])&&!(_0x78eeee['is'](_0x130be9(0x198))&&!_0x540909['is'](_0x130be9(0x198))||!_0x78eeee['is'](_0x130be9(0x198))&&_0x540909['is'](_0x130be9(0x198))));}[_0x19b180(0xe0)](_0x4b2298){const _0x5985a9=_0x19b180;return 0x1===_0x4b2298[_0x5985a9(0x1b9)];}[_0x19b180(0x14f)](_0x57c409,_0x3f031a){const _0x61d90e=_0x19b180;for(const _0x5ee8c0 of _0x57c409[_0x61d90e(0x102)]())if(_0x5ee8c0['is'](_0x61d90e(0x198))&&!_0x3f031a[_0x61d90e(0x130)](_0x5ee8c0))return!0x1;return!0x0;}[_0x19b180(0x148)](_0x406604,_0x1efe96){const _0x9f85e2=_0x19b180;let _0x745d95=_0x406604[_0x9f85e2(0x11c)](_0x1c0dfb);return _0x745d95||(_0x745d95=_0x1efe96(),_0x406604[_0x9f85e2(0xca)](_0x1c0dfb,_0x745d95)),_0x745d95;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x581d85=_0x246a;(function(_0x417cc5,_0x26db3c){const _0x11311e=_0x246a,_0x330dde=_0x417cc5();while(!![]){try{const _0x3157da=-parseInt(_0x11311e(0x1d8))/0x1*(parseInt(_0x11311e(0x1e2))/0x2)+parseInt(_0x11311e(0x1fa))/0x3*(parseInt(_0x11311e(0x21f))/0x4)+-parseInt(_0x11311e(0x1d7))/0x5+parseInt(_0x11311e(0x1f5))/0x6*(-parseInt(_0x11311e(0x21d))/0x7)+-parseInt(_0x11311e(0x1f1))/0x8*(-parseInt(_0x11311e(0x201))/0x9)+-parseInt(_0x11311e(0x1d3))/0xa+-parseInt(_0x11311e(0x202))/0xb*(-parseInt(_0x11311e(0x221))/0xc);if(_0x3157da===_0x26db3c)break;else _0x330dde['push'](_0x330dde['shift']());}catch(_0x55c1a3){_0x330dde['push'](_0x330dde['shift']());}}}(_0x5269,0x66ed4));import{ContextPlugin as _0x185e02}from'ckeditor5/src/core.js';import{BodyCollection as _0x5c0951}from'ckeditor5/src/ui.js';import{getTranslation as _0xbd816b}from'../aicore/utils/common-translations.js';import{AITabs as _0x2c4463}from'../aitabs/aitabs.js';function _0x246a(_0x2d7ea5,_0x25a871){const _0x52690e=_0x5269();return _0x246a=function(_0x246a4d,_0x435cd0){_0x246a4d=_0x246a4d-0x1ce;let _0x1f151e=_0x52690e[_0x246a4d];return _0x1f151e;},_0x246a(_0x2d7ea5,_0x25a871);}import{AIReviewCoreBalloonSuggestionItemView as _0x2650ae}from'./ui/aireviewcoreballoonsuggestionview.js';export const AI_REVIEW_MODE_UI_EVENT_NAMES=[_0x581d85(0x1ef),_0x581d85(0x1d9),_0x581d85(0x213),_0x581d85(0x209),_0x581d85(0x214),_0x581d85(0x200),_0x581d85(0x20a),_0x581d85(0x1e9),_0x581d85(0x1f7),_0x581d85(0x223),_0x581d85(0x1ee),_0x581d85(0x1f9),_0x581d85(0x227)];import'../../theme/common/aiheader.css';import'../../theme/common/ainotification.css';import'../../theme/common/aibutton.css';function _0x5269(){const _0x8ff379=['setChecks','hideChangeBalloon','attachToDom','setItemAsInactive','element','find','isPremiumPlugin','abortReviewStream','acceptAllChanges','isOfficialPlugin','requires','delegate','accepted','addCheckRunResult','_balloonSuggestionView','showChunkErrorView','hasChecks','7GOOjFD','_mainView','60532JwgjgZ','setTitle','5408316lPgttg','showGeneralReviewCoreErrorView','dismissChange','showReviewCheckResultsView','showChangeBalloon','ai.models.showModelSelector','retryReview','outdated','fire','context','status','setAvailableChecks','reviewCheckResultsView','7049110LMDSIf','showReviewCheckListView','showNoChangesView','get','1439570EnsXZd','226bgzFHq','runReviewCheck','locale','reviewCheckListView','forEach','setItemAsActive','AI_REVIEW_INITIALIZATION_ERROR_MESSAGE','showBalloon','showReviewCheckList','error-chunk','2626YyQiSw','createMainView','destroy','plugins','hideActionsWhenResultIsReady','AITabs','hideDiffInBalloon','deactivateChange','showResult','getResults','detachFromDom','hideBalloon','learnMore','getReviewCheckList','showCheckRunResults','2850736etdPOH','setCheckResultTitle','setActiveStateInResults','showDiffInBalloon','982398tvLFwA','showReviewCompletedView','acceptChange','showCheckRunResult','finishReview','33Isjaus','showActionsWhenResultIsReady','showGeneralResultsErrorView','resetActiveStateInResults','registerTab','rejected','leaveReviewCoreResultList','9kImeOi','33AJIvYr','hideResult','config','error-general','getChangeElement','updateChangeState','_bodyCollection','toggleDiff','activateChange','init'];_0x5269=function(){return _0x8ff379;};return _0x5269();}import'../../theme/common/aitrackchanges.css';import'../../theme/aireviewcore/aireviewcore.css';export class AIReviewCoreUI extends _0x185e02{[_0x581d85(0x21e)];[_0x581d85(0x21a)];[_0x581d85(0x208)];static get[_0x581d85(0x216)](){return[_0x2c4463];}static get[_0x581d85(0x215)](){return!0x0;}static get[_0x581d85(0x212)](){return!0x0;}constructor(_0x125460){const _0x395f2d=_0x581d85;super(_0x125460),this[_0x395f2d(0x208)]=new _0x5c0951(this[_0x395f2d(0x1cf)][_0x395f2d(0x1da)]),this[_0x395f2d(0x208)][_0x395f2d(0x20e)](),this[_0x395f2d(0x21e)]=this[_0x395f2d(0x1e3)](),this[_0x395f2d(0x21e)][_0x395f2d(0x217)](...AI_REVIEW_MODE_UI_EVENT_NAMES)['to'](this),this[_0x395f2d(0x21a)]=new _0x2650ae(this[_0x395f2d(0x1cf)][_0x395f2d(0x1da)],this[_0x395f2d(0x208)]),this[_0x395f2d(0x21a)][_0x395f2d(0x217)](_0x395f2d(0x1f7),_0x395f2d(0x223),_0x395f2d(0x1e9))['to'](this);}[_0x581d85(0x20b)](){const _0x16cb92=_0x581d85,_0x536f0f=this[_0x16cb92(0x1cf)][_0x16cb92(0x1e5)][_0x16cb92(0x1d6)](_0x16cb92(0x1e7));this[_0x16cb92(0x1fe)](_0x536f0f);}[_0x581d85(0x1e4)](){const _0x43dc90=_0x581d85;this[_0x43dc90(0x208)][_0x43dc90(0x1ec)](),super[_0x43dc90(0x1e4)]();}[_0x581d85(0x1d1)](_0x4b9e3e){const _0x117c34=_0x581d85;if(!this[_0x117c34(0x21e)][_0x117c34(0x1db)][_0x117c34(0x21c)]()){const _0x55b7ee=!this[_0x117c34(0x1cf)][_0x117c34(0x204)][_0x117c34(0x1d6)](_0x117c34(0x226));this[_0x117c34(0x21e)][_0x117c34(0x1db)][_0x117c34(0x20c)](_0x4b9e3e,_0x55b7ee);}this[_0x117c34(0x21e)][_0x117c34(0x1d4)]();}[_0x581d85(0x1e0)](){const _0x1e325a=_0x581d85;this[_0x1e325a(0x1ce)](_0x1e325a(0x1ef));}[_0x581d85(0x1f0)](_0x28bf53){const _0x3c1700=_0x581d85;_0x28bf53&&(_0x3c1700(0x205)!==_0x28bf53[_0x3c1700(0x1d0)]?_0x3c1700(0x1e1)!==_0x28bf53[_0x3c1700(0x1d0)]?this[_0x3c1700(0x21e)][_0x3c1700(0x224)]():this[_0x3c1700(0x21b)]():this[_0x3c1700(0x1fc)]());}[_0x581d85(0x1f8)](_0x31395d){const _0x9bb287=_0x581d85;this[_0x9bb287(0x21e)][_0x9bb287(0x219)](_0x31395d);}[_0x581d85(0x1fc)](){const _0x4909c3=_0x581d85;this[_0x4909c3(0x21e)][_0x4909c3(0x1fc)]();}[_0x581d85(0x222)](_0x5ac79d){const _0x1dce18=_0x581d85;this[_0x1dce18(0x21e)][_0x1dce18(0x222)](_0x5ac79d??_0xbd816b(this[_0x1dce18(0x1cf)][_0x1dce18(0x1da)],_0x1dce18(0x1de)));}[_0x581d85(0x21b)](){const _0x3ac44c=_0x581d85;this[_0x3ac44c(0x21e)][_0x3ac44c(0x21b)]();}[_0x581d85(0x1f2)](_0x5dcc8d,_0x5b938c){const _0x29d25c=_0x581d85;this[_0x29d25c(0x21e)][_0x29d25c(0x1d2)][_0x29d25c(0x220)](_0x5dcc8d,_0x5b938c);}[_0x581d85(0x1f3)](_0x3b07fd){const _0x205eb0=_0x581d85;this[_0x205eb0(0x21e)][_0x205eb0(0x1d2)][_0x205eb0(0x1eb)]()[_0x205eb0(0x1dc)](_0x4ae9e8=>{const _0x63e9d=_0x205eb0;_0x4ae9e8['id']===_0x3b07fd&&_0x4ae9e8[_0x63e9d(0x1dd)]();});}[_0x581d85(0x1fd)](){const _0x3c27c2=_0x581d85;this[_0x3c27c2(0x21e)][_0x3c27c2(0x1d2)][_0x3c27c2(0x1eb)]()[_0x3c27c2(0x1dc)](_0xf35241=>_0xf35241[_0x3c27c2(0x20f)]());}[_0x581d85(0x207)](_0x10d669,_0x62e5a5){const _0x58e52a=_0x581d85;_0x58e52a(0x218)===_0x62e5a5||_0x58e52a(0x1ff)===_0x62e5a5||_0x58e52a(0x228)===_0x62e5a5?this[_0x58e52a(0x21e)][_0x58e52a(0x1d2)][_0x58e52a(0x203)](_0x10d669,_0x62e5a5):this[_0x58e52a(0x21e)][_0x58e52a(0x1d2)][_0x58e52a(0x1ea)](_0x10d669,_0x62e5a5);}[_0x581d85(0x1f6)](){const _0xdc1769=_0x581d85;this[_0xdc1769(0x21e)][_0xdc1769(0x1f6)]();}[_0x581d85(0x1fb)](){const _0x2ac6fa=_0x581d85;this[_0x2ac6fa(0x21e)][_0x2ac6fa(0x1fb)]();}[_0x581d85(0x1d5)](){const _0x505ef3=_0x581d85;this[_0x505ef3(0x21e)][_0x505ef3(0x1d5)]();}[_0x581d85(0x1e6)](){const _0x51dee0=_0x581d85;this[_0x51dee0(0x21e)][_0x51dee0(0x1e6)]();}[_0x581d85(0x225)](_0x3ba6bd,_0x3599a2,_0x1e1db4,_0x4a9439,_0x16f64e,_0x162096){const _0x43b706=_0x581d85;this[_0x43b706(0x21a)][_0x43b706(0x1df)](_0x3ba6bd,_0x3599a2,_0x1e1db4,_0x4a9439,_0x16f64e,_0x162096);}[_0x581d85(0x20d)](){const _0x371158=_0x581d85;this[_0x371158(0x21a)][_0x371158(0x1ed)]();}[_0x581d85(0x1e8)](){const _0x411f75=_0x581d85;this[_0x411f75(0x21a)][_0x411f75(0x1e8)]();}[_0x581d85(0x1f4)](){const _0xebfcb0=_0x581d85;this[_0xebfcb0(0x21a)][_0xebfcb0(0x1f4)]();}[_0x581d85(0x206)](_0xf4b5a3){const _0x4c5efe=_0x581d85,_0x2f8ed0=this[_0x4c5efe(0x21e)][_0x4c5efe(0x1d2)][_0x4c5efe(0x1eb)]()[_0x4c5efe(0x211)](_0x43cfe4=>_0x43cfe4['id']===_0xf4b5a3);return _0x2f8ed0?_0x2f8ed0[_0x4c5efe(0x210)]:null;}[_0x581d85(0x1e9)](){const _0x41b46a=_0x581d85;this[_0x41b46a(0x21a)][_0x41b46a(0x1e9)]();}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
function _0xd167(){var _0x2d1a56=['12080AdVNXG','filter','569260hroijZ','48600mnBaYo','map','find','setupChecks','6eSlCRo','11MznBDF','3123eUUMcx','checks','325kNhSrk','removeCheckById','228fWrFfk','5395330DLjhOk','getCheckById','43578plXDvu','16744uHEiSN','_checks','12wRbIwu','1087404mnsJvc'];_0xd167=function(){return _0x2d1a56;};return _0xd167();}var _0xa90795=_0x17c5;(function(_0x5e6037,_0x51a6a5){var _0x2653d2=_0x17c5,_0x4dd251=_0x5e6037();while(!![]){try{var _0x58eda7=-parseInt(_0x2653d2(0x1b1))/0x1*(parseInt(_0x2653d2(0x1c3))/0x2)+-parseInt(_0x2653d2(0x1ba))/0x3*(parseInt(_0x2653d2(0x1b5))/0x4)+-parseInt(_0x2653d2(0x1b6))/0x5*(parseInt(_0x2653d2(0x1c0))/0x6)+parseInt(_0x2653d2(0x1af))/0x7+-parseInt(_0x2653d2(0x1b3))/0x8*(parseInt(_0x2653d2(0x1bc))/0x9)+-parseInt(_0x2653d2(0x1c1))/0xa*(parseInt(_0x2653d2(0x1bb))/0xb)+parseInt(_0x2653d2(0x1b2))/0xc*(parseInt(_0x2653d2(0x1be))/0xd);if(_0x58eda7===_0x51a6a5)break;else _0x4dd251['push'](_0x4dd251['shift']());}catch(_0x18cbb6){_0x4dd251['push'](_0x4dd251['shift']());}}}(_0xd167,0x46858));function _0x17c5(_0x5f217e,_0x5d02f8){var _0xd16783=_0xd167();return _0x17c5=function(_0x17c556,_0xf5ff4e){_0x17c556=_0x17c556-0x1af;var _0x49bf90=_0xd16783[_0x17c556];return _0x49bf90;},_0x17c5(_0x5f217e,_0x5d02f8);}import{ObservableMixin as _0x301d15}from'ckeditor5/src/utils.js';import{AIReviewCheck as _0x56b46c}from'./aireviewcheck.js';export class AIReviewCheckList extends _0x301d15(){[_0xa90795(0x1b0)]=[];[_0xa90795(0x1b9)](_0x2bf14d){var _0x4b1a34=_0xa90795;this[_0x4b1a34(0x1b0)]=_0x2bf14d[_0x4b1a34(0x1b7)](_0x56fd4f=>new _0x56b46c(_0x56fd4f));}get[_0xa90795(0x1bd)](){var _0x6760d5=_0xa90795;return this[_0x6760d5(0x1b0)];}[_0xa90795(0x1c2)](_0xc0c885){var _0x54778c=_0xa90795;return this[_0x54778c(0x1bd)][_0x54778c(0x1b8)](_0x5e433f=>_0x5e433f['id']===_0xc0c885);}[_0xa90795(0x1bf)](_0x4651da){var _0x2d133f=_0xa90795;this[_0x2d133f(0x1b0)]=this[_0x2d133f(0x1b0)][_0x2d133f(0x1b4)](_0x5d423a=>_0x5d423a['id']!==_0x4651da);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x2bc8a2=_0x16ef;function _0x16ef(_0x2688bb,_0x4d9f73){var _0xdc4f42=_0xdc4f();return _0x16ef=function(_0x16ef12,_0x4dddd5){_0x16ef12=_0x16ef12-0x123;var _0x598590=_0xdc4f42[_0x16ef12];return _0x598590;},_0x16ef(_0x2688bb,_0x4d9f73);}function _0xdc4f(){var _0x4e30e1=['237KYApzT','54798mzbvQV','110PhZwok','contentInitial','1174624DworRZ','93213rnUnWt','7036udWUhv','10VyohQz','7858950JWjRqI','897720QAndSj','documentVersion','1886773zWeoBF','8zewBJs','contentNew'];_0xdc4f=function(){return _0x4e30e1;};return _0xdc4f();}(function(_0x3d039c,_0x590cd2){var _0x300806=_0x16ef,_0x3f2e1c=_0x3d039c();while(!![]){try{var _0xcbc7dc=-parseInt(_0x300806(0x127))/0x1+-parseInt(_0x300806(0x12c))/0x2*(parseInt(_0x300806(0x126))/0x3)+-parseInt(_0x300806(0x12a))/0x4+parseInt(_0x300806(0x12d))/0x5*(-parseInt(_0x300806(0x12f))/0x6)+parseInt(_0x300806(0x123))/0x7*(parseInt(_0x300806(0x124))/0x8)+-parseInt(_0x300806(0x12b))/0x9*(-parseInt(_0x300806(0x128))/0xa)+parseInt(_0x300806(0x12e))/0xb;if(_0xcbc7dc===_0x590cd2)break;else _0x3f2e1c['push'](_0x3f2e1c['shift']());}catch(_0x3019b7){_0x3f2e1c['push'](_0x3f2e1c['shift']());}}}(_0xdc4f,0x2a10c));import{EmitterMixin as _0x55c7a9}from'ckeditor5/src/utils.js';export class AIReviewCheckResult extends _0x55c7a9(){['id'];[_0x2bc8a2(0x125)];[_0x2bc8a2(0x129)];[_0x2bc8a2(0x130)];constructor({id:_0x38dba6,contentNew:_0xda1b59,contentInitial:_0x47fa60,documentVersion:_0x496414}){var _0x844bf1=_0x2bc8a2;super(),this['id']=_0x38dba6,this[_0x844bf1(0x125)]=_0xda1b59,this[_0x844bf1(0x129)]=_0x47fa60,this[_0x844bf1(0x130)]=_0x496414;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x50eb81=_0x8993;(function(_0x5510cd,_0x2384d8){var _0x36a243=_0x8993,_0x143d16=_0x5510cd();while(!![]){try{var _0x1757d1=-parseInt(_0x36a243(0x174))/0x1*(-parseInt(_0x36a243(0x182))/0x2)+parseInt(_0x36a243(0x17b))/0x3*(parseInt(_0x36a243(0x16c))/0x4)+-parseInt(_0x36a243(0x16d))/0x5*(-parseInt(_0x36a243(0x16a))/0x6)+parseInt(_0x36a243(0x172))/0x7+-parseInt(_0x36a243(0x170))/0x8+parseInt(_0x36a243(0x17f))/0x9*(parseInt(_0x36a243(0x181))/0xa)+-parseInt(_0x36a243(0x17d))/0xb*(parseInt(_0x36a243(0x16e))/0xc);if(_0x1757d1===_0x2384d8)break;else _0x143d16['push'](_0x143d16['shift']());}catch(_0x3d9f24){_0x143d16['push'](_0x143d16['shift']());}}}(_0x417d,0xa39a5));import{ObservableMixin as _0x50165a}from'ckeditor5/src/utils.js';function _0x417d(){var _0x531ce0=['contentDiffed','57837FsjqAB','operations','249656JoBUpY','operationsIsolated','45NNPpqo','change:status','1021590adgGim','4hakWGy','525684BYYLJf','isRated','276SpRHnn','50BrmTvN','1800wYpGfY','context','9300264OaEmIR','set','9045834mXexUf','_editorOperations','613801tSdgEM','isActivated','_data','pending','status','parent'];_0x417d=function(){return _0x531ce0;};return _0x417d();}function _0x8993(_0x5a3a40,_0x669556){var _0x417dfb=_0x417d();return _0x8993=function(_0x8993f,_0x3ebc00){_0x8993f=_0x8993f-0x16a;var _0x37f744=_0x417dfb[_0x8993f];return _0x37f744;},_0x8993(_0x5a3a40,_0x669556);}export class AIReviewCheckResultChange extends _0x50165a(){['id'];[_0x50eb81(0x179)];[_0x50eb81(0x176)];[_0x50eb81(0x173)]=[];constructor(_0x35e620,_0x299e13,_0x397842){var _0x16708f=_0x50eb81;super(),this['id']=_0x35e620,this[_0x16708f(0x179)]=_0x397842,this[_0x16708f(0x176)]=_0x299e13,this[_0x16708f(0x171)](_0x16708f(0x175),!0x1),this[_0x16708f(0x171)](_0x16708f(0x16b),!0x1),this[_0x16708f(0x171)](_0x16708f(0x178),_0x16708f(0x177)),this['on'](_0x16708f(0x180),()=>{var _0x5ae5f6=_0x16708f;_0x5ae5f6(0x177)!==this[_0x5ae5f6(0x178)]&&this[_0x5ae5f6(0x175)]&&(this[_0x5ae5f6(0x175)]=!0x1);});}get[_0x50eb81(0x17a)](){var _0x2940e7=_0x50eb81;return this[_0x2940e7(0x176)][_0x2940e7(0x16f)]();}get[_0x50eb81(0x17c)](){var _0x5bb8ff=_0x50eb81;return this[_0x5bb8ff(0x176)][_0x5bb8ff(0x17c)];}get[_0x50eb81(0x17e)](){var _0x11b1a1=_0x50eb81;return this[_0x11b1a1(0x176)][_0x11b1a1(0x17e)];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x30ddc8=_0xe41e;(function(_0x267dda,_0x3e5de2){const _0x58213=_0xe41e,_0x506fdf=_0x267dda();while(!![]){try{const _0x4d42a8=-parseInt(_0x58213(0x1a7))/0x1+parseInt(_0x58213(0x201))/0x2*(-parseInt(_0x58213(0x1bd))/0x3)+-parseInt(_0x58213(0x1e4))/0x4*(-parseInt(_0x58213(0x1b7))/0x5)+parseInt(_0x58213(0x1c5))/0x6+-parseInt(_0x58213(0x1bc))/0x7*(parseInt(_0x58213(0x1ae))/0x8)+parseInt(_0x58213(0x1f4))/0x9*(parseInt(_0x58213(0x1f2))/0xa)+parseInt(_0x58213(0x1de))/0xb*(parseInt(_0x58213(0x1e9))/0xc);if(_0x4d42a8===_0x3e5de2)break;else _0x506fdf['push'](_0x506fdf['shift']());}catch(_0x5d10a7){_0x506fdf['push'](_0x506fdf['shift']());}}}(_0x552b,0x4496b));function _0x552b(){const _0x3ad3d2=['markChangeAsRejected','rejected','16xbnSxu','initialized','includes','error-general','reviewName','_aiConnector','operation','isChangeActive','_addReviewCheckResult','markChangeAsPending','callId','getActiveChanges','get','214967dKlIkh','_results','data','change:isActivated','sendRating','change:status','unmodified','8YTvKFd','_checkIfFinished','forceReadyState','finished','reviewCheckResultChangeStatusUpdated','_reviewParams','find','title','hasModifications','118330IAjYdC','some','addResultChanges','reviewCheckResultAdded','isRated','2748970vgZbue','75699SuyGWx','_currentError','_changes','error-chunk','subTitle','push','processedResultsCount','isAnyChangeActivated','2177286ufZOEC','markChangeAsAccepted','textDelta','isActivated','pending','size','message','reviewCheckResultActivated','error','abort','_activeRequest','review-metadata','getStream','aborted','version','set','clear','outdated','forEach','elements','fire','updateDocumentData','ai-request-aborted','currentError','_documentData','804991UCyWpI','event','_reviewArgs','restart','reviewCheckResultDeactivated','reviewCheckResultReady','16uorcJP','filter','parent','deactivateChange','abortController','24yyNjCp','length','markChangeAsOutdated','loading','accepted','activateChange','_wasAborted','getChangeById','reviewCheckRunUpdated','27490zhKEFN','getContent','1593mjyPGF','documentData','status','_sendRatingRequest','dataId','ready','start','every','markAllChangesAsAccepted','_createApiRequest','_sourceCheck'];_0x552b=function(){return _0x3ad3d2;};return _0x552b();}function _0xe41e(_0x4cd523,_0xd6c003){const _0x552b08=_0x552b();return _0xe41e=function(_0xe41e5a,_0x5a77b2){_0xe41e5a=_0xe41e5a-0x1a5;let _0x1395eb=_0x552b08[_0xe41e5a];return _0x1395eb;},_0xe41e(_0x4cd523,_0xd6c003);}import{ObservableMixin as _0x571461,uid as _0x41da9a}from'ckeditor5/src/utils.js';import{AIReviewCheckResult as _0x33af61}from'./aireviewcheckresult.js';import{AIReviewCheckResultChange as _0x17e2ad}from'./aireviewcheckresultchange.js';export class AIReviewCheckRun extends _0x571461(){['id']=_0x41da9a();[_0x30ddc8(0x20b)];[_0x30ddc8(0x1a8)]=new Map();[_0x30ddc8(0x1bf)]=[];[_0x30ddc8(0x1fe)];[_0x30ddc8(0x1dd)];[_0x30ddc8(0x206)];[_0x30ddc8(0x1b3)];[_0x30ddc8(0x1e0)];[_0x30ddc8(0x1cf)]=null;[_0x30ddc8(0x1be)];[_0x30ddc8(0x1ef)]=!0x1;constructor(_0x1ae144,_0x5b6080,_0x13e713,_0x1cf6d2,_0x4765f5){const _0x2d34ce=_0x30ddc8;super(),this[_0x2d34ce(0x1fe)]=_0x5b6080,this[_0x2d34ce(0x1dd)]=_0x1ae144,this[_0x2d34ce(0x206)]=_0x13e713,this[_0x2d34ce(0x1b3)]=_0x1cf6d2,this[_0x2d34ce(0x1e0)]=_0x4765f5,this['on'](_0x2d34ce(0x1ac),(_0x199a83,_0x3b92a4,_0x546867)=>{const _0x5b0984=_0x2d34ce;_0x5b0984(0x1d2)==_0x546867&&(this[_0x5b0984(0x1ef)]=!0x0),this[_0x5b0984(0x1d9)](_0x5b0984(0x1f1),{'status':_0x546867,'run':this,'error':this[_0x5b0984(0x1be)]});}),this[_0x2d34ce(0x1d4)](_0x2d34ce(0x1f6),_0x2d34ce(0x202));}get[_0x30ddc8(0x1f5)](){const _0x1190b0=_0x30ddc8;return this[_0x1190b0(0x1dd)];}get[_0x30ddc8(0x1c3)](){const _0x271ecb=_0x30ddc8;return this[_0x271ecb(0x1a8)][_0x271ecb(0x1ca)];}get[_0x30ddc8(0x1b5)](){const _0xdbd535=_0x30ddc8;return this[_0xdbd535(0x1fe)][_0xdbd535(0x1b5)];}get[_0x30ddc8(0x1c1)](){return'';}get[_0x30ddc8(0x205)](){const _0x4856b2=_0x30ddc8;return this[_0x4856b2(0x1fe)]['id'];}get[_0x30ddc8(0x1b6)](){const _0x161a31=_0x30ddc8;return!this[_0x161a31(0x1bf)][_0x161a31(0x1fb)](_0x4233f8=>_0x161a31(0x1c9)===_0x4233f8[_0x161a31(0x1f6)]);}get[_0x30ddc8(0x1dc)](){const _0x4a150a=_0x30ddc8;return this[_0x4a150a(0x1be)];}[_0x30ddc8(0x1da)](_0x4c85d1){const _0x12fcc8=_0x30ddc8;this[_0x12fcc8(0x1dd)]=_0x4c85d1;}async[_0x30ddc8(0x1fa)](){const _0x218fe1=_0x30ddc8;this[_0x218fe1(0x1f6)]=_0x218fe1(0x1ec),this[_0x218fe1(0x1be)]=void 0x0;try{this[_0x218fe1(0x1cf)]=this[_0x218fe1(0x1fd)]();const _0x3cc184=await this[_0x218fe1(0x1cf)][_0x218fe1(0x1d1)]();this[_0x218fe1(0x1f6)]=_0x218fe1(0x1a9);for await(const _0xc06da3 of _0x3cc184)_0x218fe1(0x1ad)!==_0xc06da3[_0x218fe1(0x1a9)][_0x218fe1(0x207)]&&(_0x218fe1(0x1cd)!==_0xc06da3[_0x218fe1(0x1a9)][_0x218fe1(0x207)]?_0x218fe1(0x1d0)!==_0xc06da3[_0x218fe1(0x1df)]?this[_0x218fe1(0x209)](_0xc06da3[_0x218fe1(0x1a9)][_0x218fe1(0x1f8)],_0xc06da3[_0x218fe1(0x1a9)][_0x218fe1(0x1c7)]):this[_0x218fe1(0x20b)]=_0xc06da3[_0x218fe1(0x1a9)][_0x218fe1(0x20b)]:this[_0x218fe1(0x1f6)]=_0x218fe1(0x1c0));_0x218fe1(0x1c0)!==this[_0x218fe1(0x1f6)]&&(0x0===this[_0x218fe1(0x1a8)][_0x218fe1(0x1ca)]||0x0===this[_0x218fe1(0x1bf)][_0x218fe1(0x1ea)]?this[_0x218fe1(0x1f6)]=_0x218fe1(0x1ad):this[_0x218fe1(0x1f6)]=_0x218fe1(0x1f9));}catch(_0x8094de){this[_0x218fe1(0x1be)]=_0x8094de,_0x8094de instanceof Error&&_0x8094de[_0x218fe1(0x1cb)][_0x218fe1(0x203)](_0x218fe1(0x1db))?this[_0x218fe1(0x1f6)]=_0x218fe1(0x1d2):this[_0x218fe1(0x1f6)]=_0x218fe1(0x204);}finally{this[_0x218fe1(0x1cf)]=null;}}async[_0x30ddc8(0x1e1)](){const _0x11592f=_0x30ddc8;this[_0x11592f(0x1a8)][_0x11592f(0x1d5)](),this[_0x11592f(0x1bf)][_0x11592f(0x1ea)]=0x0,this[_0x11592f(0x1be)]=void 0x0,await this[_0x11592f(0x1fa)]();}[_0x30ddc8(0x1b9)](_0x4eadbd,_0x61c0bd){const _0x26d3b7=_0x30ddc8,_0x256b5e=this[_0x26d3b7(0x1a8)][_0x26d3b7(0x1a6)](_0x4eadbd);if(!_0x256b5e)return;if(0x0===_0x61c0bd[_0x26d3b7(0x1ea)])return;const _0x1f5500=[];_0x61c0bd[_0x26d3b7(0x1d7)]((_0xa7730a,_0x14f9ff)=>{const _0xdbdcd3=_0x26d3b7,_0x21bfb2=new _0x17e2ad(_0x256b5e['id']+'-'+_0x14f9ff,_0xa7730a,_0x256b5e);_0x21bfb2['on'](_0xdbdcd3(0x1ac),()=>{const _0x112ee6=_0xdbdcd3;this[_0x112ee6(0x1d9)](_0x112ee6(0x1b2),{'change':_0x21bfb2,'status':_0x21bfb2[_0x112ee6(0x1f6)]});}),_0x21bfb2['on'](_0xdbdcd3(0x1aa),()=>{const _0x1aa02c=_0xdbdcd3;_0x21bfb2[_0x1aa02c(0x1c8)]?this[_0x1aa02c(0x1d9)](_0x1aa02c(0x1cc),{'change':_0x21bfb2}):this[_0x1aa02c(0x1d9)](_0x1aa02c(0x1e2),{'change':_0x21bfb2});}),this[_0xdbdcd3(0x1bf)][_0xdbdcd3(0x1c2)](_0x21bfb2),_0x1f5500[_0xdbdcd3(0x1c2)](_0x21bfb2);}),this[_0x26d3b7(0x1d9)](_0x26d3b7(0x1e3),{'changes':_0x1f5500,'result':_0x256b5e,'source':this});}[_0x30ddc8(0x1ce)](){const _0xebf2d2=_0x30ddc8;this[_0xebf2d2(0x1cf)]&&(this[_0xebf2d2(0x1cf)][_0xebf2d2(0x1e8)][_0xebf2d2(0x1ce)](),this[_0xebf2d2(0x1cf)]=null,this[_0xebf2d2(0x1f6)]=_0xebf2d2(0x1d2));}[_0x30ddc8(0x208)](_0x386ff8){const _0x2150bc=_0x30ddc8,_0x583946=this[_0x2150bc(0x1bf)][_0x2150bc(0x1b4)](_0x1ddcdc=>_0x1ddcdc['id']===_0x386ff8);return!(!_0x583946||_0x2150bc(0x1c9)!==_0x583946[_0x2150bc(0x1f6)]);}[_0x30ddc8(0x1c4)](){const _0x4a6410=_0x30ddc8;return this[_0x4a6410(0x1bf)][_0x4a6410(0x1b8)](_0x3c7b29=>!0x0===_0x3c7b29[_0x4a6410(0x1c8)]);}[_0x30ddc8(0x1a5)](){const _0x2adf98=_0x30ddc8;return this[_0x2adf98(0x1bf)][_0x2adf98(0x1e5)](_0x196eaa=>_0x2adf98(0x1c9)===_0x196eaa[_0x2adf98(0x1f6)]);}[_0x30ddc8(0x1f0)](_0x511159){const _0x72080c=_0x30ddc8;return this[_0x72080c(0x1bf)][_0x72080c(0x1b4)](_0x283027=>_0x283027['id']===_0x511159);}[_0x30ddc8(0x1fc)](){const _0x16c7a1=_0x30ddc8;for(const _0x1844bd of this[_0x16c7a1(0x1bf)])_0x16c7a1(0x1c9)===_0x1844bd[_0x16c7a1(0x1f6)]&&(_0x1844bd[_0x16c7a1(0x1f6)]=_0x16c7a1(0x1ed));this[_0x16c7a1(0x1af)]();}[_0x30ddc8(0x1c6)](_0x2128e6){const _0x27ba38=_0x30ddc8,_0x406dec=this[_0x27ba38(0x1bf)][_0x27ba38(0x1b4)](_0x249050=>_0x249050['id']===_0x2128e6);_0x406dec&&_0x27ba38(0x1c9)===_0x406dec[_0x27ba38(0x1f6)]&&(_0x406dec[_0x27ba38(0x1f6)]=_0x27ba38(0x1ed)),this[_0x27ba38(0x1af)]();}[_0x30ddc8(0x1ff)](_0x490b56){const _0x4847a6=_0x30ddc8,_0x361a3d=this[_0x4847a6(0x1bf)][_0x4847a6(0x1b4)](_0x11a6ce=>_0x11a6ce['id']===_0x490b56);_0x361a3d&&_0x4847a6(0x1c9)===_0x361a3d[_0x4847a6(0x1f6)]&&(_0x361a3d[_0x4847a6(0x1f6)]=_0x4847a6(0x200)),this[_0x4847a6(0x1af)]();}[_0x30ddc8(0x1eb)](_0x32f830){const _0x828c4e=_0x30ddc8,_0x26b0e5=this[_0x828c4e(0x1bf)][_0x828c4e(0x1b4)](_0x2a079a=>_0x2a079a['id']===_0x32f830);_0x26b0e5&&_0x828c4e(0x1c9)===_0x26b0e5[_0x828c4e(0x1f6)]&&(_0x26b0e5[_0x828c4e(0x1f6)]=_0x828c4e(0x1d6)),this[_0x828c4e(0x1af)]();}[_0x30ddc8(0x20a)](_0x4d1ed7){const _0x18bef7=_0x30ddc8,_0x16a5a9=this[_0x18bef7(0x1bf)][_0x18bef7(0x1b4)](_0x395c2e=>_0x395c2e['id']===_0x4d1ed7);_0x16a5a9&&_0x18bef7(0x1d6)===_0x16a5a9[_0x18bef7(0x1f6)]&&(_0x16a5a9[_0x18bef7(0x1f6)]=_0x18bef7(0x1c9)),this[_0x18bef7(0x1af)]();}[_0x30ddc8(0x1ee)](_0x132e4a){const _0x2f167a=_0x30ddc8;this[_0x2f167a(0x1bf)][_0x2f167a(0x1e5)](_0x46182b=>_0x46182b[_0x2f167a(0x1c8)]&&_0x46182b['id']!==_0x132e4a)[_0x2f167a(0x1d7)](_0x3cee6e=>{const _0x5a2db9=_0x2f167a;_0x3cee6e[_0x5a2db9(0x1c8)]=!0x1;});const _0x1fe2e4=this[_0x2f167a(0x1bf)][_0x2f167a(0x1b4)](_0x29a357=>_0x29a357['id']===_0x132e4a);_0x1fe2e4&&_0x2f167a(0x1c9)===_0x1fe2e4[_0x2f167a(0x1f6)]&&(_0x1fe2e4[_0x2f167a(0x1c8)]=!0x0);}[_0x30ddc8(0x1e7)](){const _0xff5c96=_0x30ddc8;this[_0xff5c96(0x1bf)][_0xff5c96(0x1e5)](_0x170bea=>_0x170bea[_0xff5c96(0x1c8)])[_0xff5c96(0x1d7)](_0x44da22=>{const _0x52cae8=_0xff5c96;_0x44da22[_0x52cae8(0x1c8)]=!0x1;});}[_0x30ddc8(0x1b0)](){const _0x187bb3=_0x30ddc8;this[_0x187bb3(0x1f6)]=_0x187bb3(0x1f9);}async[_0x30ddc8(0x1ab)](_0x1b4667){const _0x2ee57d=_0x30ddc8;if(_0x2ee57d(0x202)===this[_0x2ee57d(0x1f6)]||_0x2ee57d(0x1ec)===this[_0x2ee57d(0x1f6)]||_0x2ee57d(0x1a9)===this[_0x2ee57d(0x1f6)]||this[_0x2ee57d(0x1ef)])return;if(!this[_0x2ee57d(0x20b)]||0x0===this[_0x2ee57d(0x1bf)][_0x2ee57d(0x1ea)])return;let _0x3b1bbe;if(_0x1b4667){const _0x293fce=this[_0x2ee57d(0x1bf)][_0x2ee57d(0x1b4)](_0x1bf20f=>_0x1bf20f['id']===_0x1b4667);if(_0x293fce&&_0x293fce[_0x2ee57d(0x1bb)])return;_0x293fce&&(_0x3b1bbe=_0x293fce[_0x2ee57d(0x1e6)]['id'],_0x293fce[_0x2ee57d(0x1bb)]=!0x0);}const _0x1b8a96={'positiveCount':this[_0x2ee57d(0x1bf)][_0x2ee57d(0x1e5)](_0x5c09ef=>_0x2ee57d(0x1ed)===_0x5c09ef[_0x2ee57d(0x1f6)])[_0x2ee57d(0x1ea)],'totalCount':this[_0x2ee57d(0x1bf)][_0x2ee57d(0x1ea)]};this[_0x2ee57d(0x1f7)](_0x1b8a96,this[_0x2ee57d(0x20b)],_0x3b1bbe);}[_0x30ddc8(0x209)](_0x562e19,_0x4f36e9){const _0x372e4b=_0x30ddc8,_0x209962=this[_0x372e4b(0x1dd)][_0x372e4b(0x1d8)][_0x372e4b(0x1a6)](_0x562e19);if(!_0x209962)return;const _0x18bc4b=_0x209962[_0x372e4b(0x1f3)]();if(_0x18bc4b===_0x4f36e9)return;const _0x17bada=new _0x33af61({'id':_0x562e19,'contentInitial':_0x18bc4b,'contentNew':_0x4f36e9,'documentVersion':this[_0x372e4b(0x1dd)][_0x372e4b(0x1d3)]});this[_0x372e4b(0x1a8)][_0x372e4b(0x1d4)](_0x17bada['id'],_0x17bada),this[_0x372e4b(0x1d9)](_0x372e4b(0x1ba),{'result':_0x17bada,'source':this});}[_0x30ddc8(0x1af)](){const _0x4dea6c=_0x30ddc8;_0x4dea6c(0x1b1)===this[_0x4dea6c(0x1f6)]&&(this[_0x4dea6c(0x1bf)][_0x4dea6c(0x1e5)](_0x15ac45=>_0x4dea6c(0x1c9)===_0x15ac45[_0x4dea6c(0x1f6)])[_0x4dea6c(0x1ea)]>0x0&&(this[_0x4dea6c(0x1f6)]=_0x4dea6c(0x1f9))),_0x4dea6c(0x1f9)===this[_0x4dea6c(0x1f6)]&&(0x0===this[_0x4dea6c(0x1bf)][_0x4dea6c(0x1e5)](_0x46255d=>_0x4dea6c(0x1c9)===_0x46255d[_0x4dea6c(0x1f6)])[_0x4dea6c(0x1ea)]&&(this[_0x4dea6c(0x1f6)]=_0x4dea6c(0x1b1)));}}
|
|
23
|
+
const _0xe08f5=_0x47e6;function _0x47e6(_0x20583c,_0x1f16a4){const _0x454772=_0x4547();return _0x47e6=function(_0x47e695,_0x567536){_0x47e695=_0x47e695-0x1ea;let _0x42d890=_0x454772[_0x47e695];return _0x42d890;},_0x47e6(_0x20583c,_0x1f16a4);}(function(_0x4d1a4e,_0x19c762){const _0x3aa8da=_0x47e6,_0x261ccf=_0x4d1a4e();while(!![]){try{const _0x5d2101=parseInt(_0x3aa8da(0x1f4))/0x1+parseInt(_0x3aa8da(0x1f9))/0x2*(parseInt(_0x3aa8da(0x1f8))/0x3)+parseInt(_0x3aa8da(0x242))/0x4+-parseInt(_0x3aa8da(0x21b))/0x5*(parseInt(_0x3aa8da(0x202))/0x6)+parseInt(_0x3aa8da(0x24d))/0x7*(-parseInt(_0x3aa8da(0x236))/0x8)+-parseInt(_0x3aa8da(0x244))/0x9*(parseInt(_0x3aa8da(0x204))/0xa)+parseInt(_0x3aa8da(0x219))/0xb;if(_0x5d2101===_0x19c762)break;else _0x261ccf['push'](_0x261ccf['shift']());}catch(_0x1d0607){_0x261ccf['push'](_0x261ccf['shift']());}}}(_0x4547,0xa4891));import{ObservableMixin as _0x2308f1,uid as _0xd38117}from'ckeditor5/src/utils.js';import{AIReviewCheckResult as _0x3ffc06}from'./aireviewcheckresult.js';import{AIReviewCheckResultChange as _0x33bb13}from'./aireviewcheckresultchange.js';export class AIReviewCheckRun extends _0x2308f1(){['id']=_0xd38117();[_0xe08f5(0x211)];[_0xe08f5(0x1fb)]=new Map();[_0xe08f5(0x20c)]=[];[_0xe08f5(0x209)];[_0xe08f5(0x1ee)];[_0xe08f5(0x222)];[_0xe08f5(0x225)];[_0xe08f5(0x1ff)];[_0xe08f5(0x215)]=null;[_0xe08f5(0x246)];[_0xe08f5(0x216)]=!0x1;constructor(_0x56d567,_0x44f520,_0x423c7a,_0x526621,_0x584ac0){const _0xdf0ba9=_0xe08f5;super(),this[_0xdf0ba9(0x209)]=_0x44f520,this[_0xdf0ba9(0x1ee)]=_0x56d567,this[_0xdf0ba9(0x222)]=_0x423c7a,this[_0xdf0ba9(0x225)]=_0x526621,this[_0xdf0ba9(0x1ff)]=_0x584ac0,this['on'](_0xdf0ba9(0x21a),(_0x196ccd,_0x8a7da7,_0x2843a8)=>{const _0x7eabb4=_0xdf0ba9;_0x7eabb4(0x231)==_0x2843a8&&(this[_0x7eabb4(0x216)]=!0x0),this[_0x7eabb4(0x23c)](_0x7eabb4(0x1f6),{'status':_0x2843a8,'run':this,'error':this[_0x7eabb4(0x246)]});}),this[_0xdf0ba9(0x23a)](_0xdf0ba9(0x1fa),_0xdf0ba9(0x1eb));}get[_0xe08f5(0x248)](){const _0x320f66=_0xe08f5;return this[_0x320f66(0x1ee)];}get[_0xe08f5(0x241)](){const _0x7f1e34=_0xe08f5;return this[_0x7f1e34(0x1fb)][_0x7f1e34(0x21f)];}get[_0xe08f5(0x23e)](){const _0x2e34b5=_0xe08f5;return this[_0x2e34b5(0x209)][_0x2e34b5(0x23e)];}get[_0xe08f5(0x217)](){return'';}get[_0xe08f5(0x230)](){const _0x1d1634=_0xe08f5;return this[_0x1d1634(0x209)]['id'];}get[_0xe08f5(0x208)](){const _0x1c3c3b=_0xe08f5;return!this[_0x1c3c3b(0x20c)][_0x1c3c3b(0x24a)](_0x3772c9=>_0x1c3c3b(0x238)===_0x3772c9[_0x1c3c3b(0x1fa)]);}get[_0xe08f5(0x240)](){const _0x5e8309=_0xe08f5;return this[_0x5e8309(0x246)];}[_0xe08f5(0x226)](_0xb79917){const _0xa12cde=_0xe08f5;this[_0xa12cde(0x1ee)]=_0xb79917;}async[_0xe08f5(0x205)](){const _0x419e3c=_0xe08f5;this[_0x419e3c(0x1fa)]=_0x419e3c(0x1ea),this[_0x419e3c(0x246)]=void 0x0;try{this[_0x419e3c(0x215)]=this[_0x419e3c(0x1fe)]();const _0x39813c=await this[_0x419e3c(0x215)][_0x419e3c(0x23d)]();this[_0x419e3c(0x1fa)]=_0x419e3c(0x20a);for await(const _0x22451a of _0x39813c)_0x419e3c(0x22c)!==_0x22451a[_0x419e3c(0x20a)][_0x419e3c(0x228)]&&(_0x419e3c(0x1f1)!==_0x22451a[_0x419e3c(0x20a)][_0x419e3c(0x228)]?_0x419e3c(0x249)!==_0x22451a[_0x419e3c(0x24b)]?this[_0x419e3c(0x245)](_0x22451a[_0x419e3c(0x20a)][_0x419e3c(0x206)],_0x22451a[_0x419e3c(0x20a)][_0x419e3c(0x21e)]):this[_0x419e3c(0x211)]=_0x22451a[_0x419e3c(0x20a)][_0x419e3c(0x211)]:this[_0x419e3c(0x1fa)]=_0x419e3c(0x21c));_0x419e3c(0x21c)!==this[_0x419e3c(0x1fa)]&&(0x0===this[_0x419e3c(0x1fb)][_0x419e3c(0x21f)]||0x0===this[_0x419e3c(0x20c)][_0x419e3c(0x1f7)]?this[_0x419e3c(0x1fa)]=_0x419e3c(0x22c):this[_0x419e3c(0x1fa)]=_0x419e3c(0x224));}catch(_0xdd355a){this[_0x419e3c(0x246)]=_0xdd355a,_0xdd355a instanceof Error&&_0xdd355a[_0x419e3c(0x1ef)][_0x419e3c(0x210)](_0x419e3c(0x24e))?this[_0x419e3c(0x1fa)]=_0x419e3c(0x231):this[_0x419e3c(0x1fa)]=_0x419e3c(0x1f2);}finally{this[_0x419e3c(0x215)]=null;}}async[_0xe08f5(0x234)](){const _0x42430e=_0xe08f5;this[_0x42430e(0x1fb)][_0x42430e(0x23f)](),this[_0x42430e(0x20c)][_0x42430e(0x1f7)]=0x0,this[_0x42430e(0x246)]=void 0x0,await this[_0x42430e(0x205)]();}[_0xe08f5(0x22d)](_0xd7ba41,_0x5c970b){const _0x28f663=_0xe08f5,_0x3a8f86=this[_0x28f663(0x1fb)][_0x28f663(0x239)](_0xd7ba41);if(!_0x3a8f86)return;if(0x0===_0x5c970b[_0x28f663(0x1f7)])return;const _0x579a95=[];_0x5c970b[_0x28f663(0x221)]((_0x118c8c,_0x188145)=>{const _0x18dc8c=_0x28f663,_0x1bbef9=new _0x33bb13(_0x3a8f86['id']+'-'+_0x188145,_0x118c8c,_0x3a8f86);_0x1bbef9['on'](_0x18dc8c(0x21a),()=>{const _0x3fe7ba=_0x18dc8c;this[_0x3fe7ba(0x23c)](_0x3fe7ba(0x213),{'change':_0x1bbef9,'status':_0x1bbef9[_0x3fe7ba(0x1fa)]});}),_0x1bbef9['on'](_0x18dc8c(0x237),()=>{const _0x3d036c=_0x18dc8c;_0x1bbef9[_0x3d036c(0x243)]?this[_0x3d036c(0x23c)](_0x3d036c(0x212),{'change':_0x1bbef9}):this[_0x3d036c(0x23c)](_0x3d036c(0x20e),{'change':_0x1bbef9});}),this[_0x18dc8c(0x20c)][_0x18dc8c(0x20b)](_0x1bbef9),_0x579a95[_0x18dc8c(0x20b)](_0x1bbef9);}),this[_0x28f663(0x23c)](_0x28f663(0x227),{'changes':_0x579a95,'result':_0x3a8f86,'source':this});}[_0xe08f5(0x235)](){const _0x19291a=_0xe08f5;this[_0x19291a(0x215)]&&(this[_0x19291a(0x215)][_0x19291a(0x1f0)][_0x19291a(0x235)](),this[_0x19291a(0x215)]=null,this[_0x19291a(0x1fa)]=_0x19291a(0x231));}[_0xe08f5(0x200)](_0x59ce46){const _0x478ecf=_0xe08f5,_0x3abb27=this[_0x478ecf(0x20c)][_0x478ecf(0x22e)](_0x228239=>_0x228239['id']===_0x59ce46);return!(!_0x3abb27||_0x478ecf(0x238)!==_0x3abb27[_0x478ecf(0x1fa)]);}[_0xe08f5(0x233)](){const _0x17d9df=_0xe08f5;return this[_0x17d9df(0x20c)][_0x17d9df(0x247)](_0x484bbc=>!0x0===_0x484bbc[_0x17d9df(0x243)]);}[_0xe08f5(0x232)](){const _0x43968d=_0xe08f5;return this[_0x43968d(0x20c)][_0x43968d(0x201)](_0xdcec90=>_0x43968d(0x238)===_0xdcec90[_0x43968d(0x1fa)]);}[_0xe08f5(0x1f3)](_0x2fed3f){const _0x450ef0=_0xe08f5;return this[_0x450ef0(0x20c)][_0x450ef0(0x22e)](_0xd0b50=>_0xd0b50['id']===_0x2fed3f);}[_0xe08f5(0x214)](){const _0x2836fe=_0xe08f5;for(const _0x1a5266 of this[_0x2836fe(0x20c)])_0x2836fe(0x238)===_0x1a5266[_0x2836fe(0x1fa)]&&(_0x1a5266[_0x2836fe(0x1fa)]=_0x2836fe(0x1fc));this[_0x2836fe(0x1ec)]();}[_0xe08f5(0x20d)](_0x137882){const _0x4e4133=_0xe08f5,_0x52d783=this[_0x4e4133(0x20c)][_0x4e4133(0x22e)](_0x7638da=>_0x7638da['id']===_0x137882);_0x52d783&&_0x4e4133(0x238)===_0x52d783[_0x4e4133(0x1fa)]&&(_0x52d783[_0x4e4133(0x1fa)]=_0x4e4133(0x1fc)),this[_0x4e4133(0x1ec)]();}[_0xe08f5(0x20f)](_0x3ebe2f){const _0x1b356b=_0xe08f5,_0x47852a=this[_0x1b356b(0x20c)][_0x1b356b(0x22e)](_0x2124ee=>_0x2124ee['id']===_0x3ebe2f);_0x47852a&&_0x1b356b(0x238)===_0x47852a[_0x1b356b(0x1fa)]&&(_0x47852a[_0x1b356b(0x1fa)]=_0x1b356b(0x207)),this[_0x1b356b(0x1ec)]();}[_0xe08f5(0x223)](_0x46424a){const _0x59d793=_0xe08f5,_0x437416=this[_0x59d793(0x20c)][_0x59d793(0x22e)](_0x2f7316=>_0x2f7316['id']===_0x46424a);_0x437416&&_0x59d793(0x238)===_0x437416[_0x59d793(0x1fa)]&&(_0x437416[_0x59d793(0x1fa)]=_0x59d793(0x22a)),this[_0x59d793(0x1ec)]();}[_0xe08f5(0x22f)](_0x141834){const _0x5470df=_0xe08f5,_0x4d6929=this[_0x5470df(0x20c)][_0x5470df(0x22e)](_0x152418=>_0x152418['id']===_0x141834);_0x4d6929&&_0x5470df(0x22a)===_0x4d6929[_0x5470df(0x1fa)]&&(_0x4d6929[_0x5470df(0x1fa)]=_0x5470df(0x238)),this[_0x5470df(0x1ec)]();}[_0xe08f5(0x218)](_0x21c359){const _0x335add=_0xe08f5;this[_0x335add(0x20c)][_0x335add(0x201)](_0x2e598b=>_0x2e598b[_0x335add(0x243)]&&_0x2e598b['id']!==_0x21c359)[_0x335add(0x221)](_0x546843=>{const _0x164115=_0x335add;_0x546843[_0x164115(0x243)]=!0x1;});const _0x49cf09=this[_0x335add(0x20c)][_0x335add(0x22e)](_0x456a3d=>_0x456a3d['id']===_0x21c359);_0x49cf09&&_0x335add(0x238)===_0x49cf09[_0x335add(0x1fa)]&&(_0x49cf09[_0x335add(0x243)]=!0x0);}[_0xe08f5(0x229)](){const _0x3a6393=_0xe08f5;this[_0x3a6393(0x20c)][_0x3a6393(0x201)](_0x2f840e=>_0x2f840e[_0x3a6393(0x243)])[_0x3a6393(0x221)](_0x2d8685=>{const _0x3f9bfd=_0x3a6393;_0x2d8685[_0x3f9bfd(0x243)]=!0x1;});}[_0xe08f5(0x1f5)](){const _0x4f4f47=_0xe08f5;this[_0x4f4f47(0x1fa)]=_0x4f4f47(0x224);}async[_0xe08f5(0x21d)](_0xccd2c4){const _0x325508=_0xe08f5;if(_0x325508(0x1eb)===this[_0x325508(0x1fa)]||_0x325508(0x1ea)===this[_0x325508(0x1fa)]||_0x325508(0x20a)===this[_0x325508(0x1fa)]||this[_0x325508(0x216)])return;if(!this[_0x325508(0x211)]||0x0===this[_0x325508(0x20c)][_0x325508(0x1f7)])return;let _0x353004;if(_0xccd2c4){const _0x44ec21=this[_0x325508(0x20c)][_0x325508(0x22e)](_0x2f1f34=>_0x2f1f34['id']===_0xccd2c4);if(_0x44ec21&&_0x44ec21[_0x325508(0x23b)])return;_0x44ec21&&(_0x353004=_0x44ec21[_0x325508(0x24c)]['id'],_0x44ec21[_0x325508(0x23b)]=!0x0);}const _0x466ae8={'positiveCount':this[_0x325508(0x20c)][_0x325508(0x201)](_0xd9effe=>_0x325508(0x1fc)===_0xd9effe[_0x325508(0x1fa)])[_0x325508(0x1f7)],'totalCount':this[_0x325508(0x20c)][_0x325508(0x1f7)]};this[_0x325508(0x203)](_0x466ae8,this[_0x325508(0x211)],_0x353004);}[_0xe08f5(0x245)](_0x5fa529,_0x213025){const _0x3fc12c=_0xe08f5,_0x186bd8=this[_0x3fc12c(0x1ee)][_0x3fc12c(0x220)][_0x3fc12c(0x239)](_0x5fa529);if(!_0x186bd8)return;const _0x2fd3ec=_0x186bd8[_0x3fc12c(0x22b)]();if(_0x2fd3ec===_0x213025)return;const _0x40c6b7=new _0x3ffc06({'id':_0x5fa529,'contentInitial':_0x2fd3ec,'contentNew':_0x213025,'documentVersion':this[_0x3fc12c(0x1ee)][_0x3fc12c(0x1fd)]});this[_0x3fc12c(0x1fb)][_0x3fc12c(0x23a)](_0x40c6b7['id'],_0x40c6b7),this[_0x3fc12c(0x23c)](_0x3fc12c(0x24f),{'result':_0x40c6b7,'source':this});}[_0xe08f5(0x1ec)](){const _0x5f1dea=_0xe08f5;_0x5f1dea(0x1ed)===this[_0x5f1dea(0x1fa)]&&(this[_0x5f1dea(0x20c)][_0x5f1dea(0x201)](_0x5dd7e5=>_0x5f1dea(0x238)===_0x5dd7e5[_0x5f1dea(0x1fa)])[_0x5f1dea(0x1f7)]>0x0&&(this[_0x5f1dea(0x1fa)]=_0x5f1dea(0x224))),_0x5f1dea(0x224)===this[_0x5f1dea(0x1fa)]&&(0x0===this[_0x5f1dea(0x20c)][_0x5f1dea(0x201)](_0xbf9a29=>_0x5f1dea(0x238)===_0xbf9a29[_0x5f1dea(0x1fa)])[_0x5f1dea(0x1f7)]&&(this[_0x5f1dea(0x1fa)]=_0x5f1dea(0x1ed)));}}function _0x4547(){const _0x15b6a5=['start','dataId','rejected','hasModifications','_sourceCheck','data','push','_changes','markChangeAsAccepted','reviewCheckResultDeactivated','markChangeAsRejected','includes','callId','reviewCheckResultActivated','reviewCheckResultChangeStatusUpdated','markAllChangesAsAccepted','_activeRequest','_wasAborted','subTitle','activateChange','23182951rpKtHf','change:status','10875fANUWQ','error-chunk','sendRating','textDelta','size','elements','forEach','_aiConnector','markChangeAsOutdated','ready','_reviewParams','updateDocumentData','reviewCheckResultReady','operation','deactivateChange','outdated','getContent','unmodified','addResultChanges','find','markChangeAsPending','reviewName','aborted','getActiveChanges','isAnyChangeActivated','restart','abort','8VJdLQZ','change:isActivated','pending','get','set','isRated','fire','getStream','title','clear','currentError','processedResultsCount','501004Jpkhpd','isActivated','261SUBZhW','_addReviewCheckResult','_currentError','some','documentData','review-metadata','every','event','parent','7342419rBtLeC','ai-request-aborted','reviewCheckResultAdded','loading','initialized','_checkIfFinished','finished','_documentData','message','abortController','error','error-general','getChangeById','921640qbHpZm','forceReadyState','reviewCheckRunUpdated','length','231213NPEINg','4HPAsVt','status','_results','accepted','version','_createApiRequest','_reviewArgs','isChangeActive','filter','678wSPWTa','_sendRatingRequest','462050wnILHR'];_0x4547=function(){return _0x15b6a5;};return _0x4547();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xd3e854=_0x6bb8;function _0x6bb8(_0x1cc575,_0x2dfba3){const _0x4b50a5=_0x4b50();return _0x6bb8=function(_0x6bb849,_0x4aa4dd){_0x6bb849=_0x6bb849-0x13d;let _0x3d0d62=_0x4b50a5[_0x6bb849];return _0x3d0d62;},_0x6bb8(_0x1cc575,_0x2dfba3);}(function(_0x142066,_0x466ed0){const _0xa8f4e3=_0x6bb8,_0x4b2bb3=_0x142066();while(!![]){try{const _0x47f8df=-parseInt(_0xa8f4e3(0x153))/0x1+parseInt(_0xa8f4e3(0x144))/0x2+parseInt(_0xa8f4e3(0x14f))/0x3*(parseInt(_0xa8f4e3(0x151))/0x4)+parseInt(_0xa8f4e3(0x14a))/0x5+-parseInt(_0xa8f4e3(0x141))/0x6*(parseInt(_0xa8f4e3(0x147))/0x7)+parseInt(_0xa8f4e3(0x155))/0x8+-parseInt(_0xa8f4e3(0x15a))/0x9;if(_0x47f8df===_0x466ed0)break;else _0x4b2bb3['push'](_0x4b2bb3['shift']());}catch(_0x550856){_0x4b2bb3['push'](_0x4b2bb3['shift']());}}}(_0x4b50,0x862f9));import{AIReviewCheckRun as _0x9d8148}from'./aireviewcheckrun.js';function _0x4b50(){const _0x25b214=['options','callSystemReview','subTitle','749106YbmynA','reviewName','label','793384TJoARV','join','_sourceCheck','7AhCtcX','_aiConnector','_reviewParams','3142530AYIgBB','apiId','_sendRatingRequest','length','data','5574lHyRdv','_createApiRequest','1788fRgRQt','_documentData','88527EbNqzz','useArgs','5764936yWSeax','find','content','push','upsertAIReviewRating','16320042sAiWIL','_composeReviewName','_reviewArgs'];_0x4b50=function(){return _0x25b214;};return _0x4b50();}export class AIReviewSystemCheckRun extends _0x9d8148{get[_0xd3e854(0x140)](){const _0x3512a0=_0xd3e854;if(!this[_0x3512a0(0x149)]||0x0===this[_0x3512a0(0x149)][_0x3512a0(0x14d)])return'';const _0x588ea3=[];if(this[_0x3512a0(0x149)][_0x3512a0(0x14d)]>0x0&&this[_0x3512a0(0x146)][_0x3512a0(0x13e)])for(let _0x1f6887=0x0;_0x1f6887<this[_0x3512a0(0x149)][_0x3512a0(0x14d)];_0x1f6887++){if(!this[_0x3512a0(0x149)][_0x1f6887]||!this[_0x3512a0(0x146)][_0x3512a0(0x13e)][_0x1f6887])continue;const _0x2ea141=this[_0x3512a0(0x146)][_0x3512a0(0x13e)][_0x1f6887],_0x4a72d3=_0x2ea141[_0x3512a0(0x14e)]?.[_0x3512a0(0x156)](_0x1e9737=>_0x1e9737['id']===this[_0x3512a0(0x149)][_0x1f6887]);_0x4a72d3&&_0x588ea3[_0x3512a0(0x158)](_0x4a72d3[_0x3512a0(0x143)]);}return _0x588ea3[_0x3512a0(0x145)](',\x20');}get[_0xd3e854(0x142)](){const _0x5d8459=_0xd3e854;return this[_0x5d8459(0x15b)]();}[_0xd3e854(0x150)](){const _0x192915=_0xd3e854;return this[_0x192915(0x148)][_0x192915(0x13f)]({'reviewName':this[_0x192915(0x15b)](),'content':this[_0x192915(0x152)][_0x192915(0x157)],'args':this[_0x192915(0x13d)]});}[_0xd3e854(0x14c)](_0x287b70,_0x48c0aa,_0x4d84de){const _0x2fce94=_0xd3e854;return this[_0x2fce94(0x148)][_0x2fce94(0x159)](this[_0x2fce94(0x142)],_0x48c0aa,_0x287b70,_0x4d84de);}[_0xd3e854(0x15b)](){const _0x2566d7=_0xd3e854;return!this[_0x2566d7(0x149)]||0x0===this[_0x2566d7(0x149)][_0x2566d7(0x14d)]||this[_0x2566d7(0x146)][_0x2566d7(0x154)]?this[_0x2566d7(0x146)][_0x2566d7(0x14b)]:[this[_0x2566d7(0x146)][_0x2566d7(0x14b)],...this[_0x2566d7(0x149)]][_0x2566d7(0x145)]('-');}}
|