@ckeditor/ckeditor5-ai 47.0.0-alpha.9 → 47.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/build/ai.js +1 -1
  2. package/dist/index.js +4 -4
  3. package/package.json +15 -15
  4. package/src/aiactions/aiactions.js +1 -1
  5. package/src/aiactions/model/aiactionsinteraction.js +1 -1
  6. package/src/aiactions/model/aiactionsreply.js +1 -1
  7. package/src/aiassistant/adapters/aiadapter.js +1 -1
  8. package/src/aiassistant/adapters/aitextadapter.js +1 -1
  9. package/src/aiassistant/adapters/awstextadapter.js +1 -1
  10. package/src/aiassistant/adapters/openaitextadapter.js +1 -1
  11. package/src/aiassistant/aiassistant.js +1 -1
  12. package/src/aiassistant/aiassistantediting.js +1 -1
  13. package/src/aiassistant/aiassistantui.js +1 -1
  14. package/src/aiassistant/legacyerrors.js +1 -1
  15. package/src/aiassistant/ui/aiassistantcontroller.js +2 -2
  16. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  17. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  18. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  19. package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
  20. package/src/aiassistant/ui/form/aiformview.js +1 -1
  21. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  22. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  23. package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
  24. package/src/aiballoon/aiballoon.js +1 -1
  25. package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
  26. package/src/aiballoon/ui/aiballoontoolbarview.js +1 -1
  27. package/src/aiballoon/ui/aiballoonview.js +1 -1
  28. package/src/aichat/aichat.js +1 -1
  29. package/src/aichat/aichatcontroller.js +1 -1
  30. package/src/aichat/aichatui.js +1 -1
  31. package/src/aichat/model/aichatcontext.js +1 -1
  32. package/src/aichat/model/aichatconversation.js +1 -1
  33. package/src/aichat/model/aichatinteraction.js +1 -1
  34. package/src/aichat/model/aichatmodels.js +1 -1
  35. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  36. package/src/aichat/ui/aichatfeedview.js +1 -1
  37. package/src/aichat/ui/aichatheaderview.js +1 -1
  38. package/src/aichat/ui/aichatview.js +1 -1
  39. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  40. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  41. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  42. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  43. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  44. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  45. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  46. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  47. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  48. package/src/aichat/ui/controls/resources/aichatresourceslistview.js +1 -1
  49. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  50. package/src/aichat/ui/controls/resources/aichatresourcesview.js +1 -1
  51. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  52. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  53. package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
  54. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  55. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  56. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  57. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  58. package/src/aichat/utils/eventnames.js +1 -1
  59. package/src/aichat/utils/promisequeue.js +1 -1
  60. package/src/aichat/utils/scrollmanager.js +1 -1
  61. package/src/aichathistory/aichathistory.js +1 -1
  62. package/src/aichathistory/aichathistorycontroller.js +1 -1
  63. package/src/aichathistory/aichathistoryui.js +1 -1
  64. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  65. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  66. package/src/aichathistory/ui/aichathistorylistitemview.js +1 -1
  67. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  68. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  69. package/src/aicore/aiconnector.js +1 -1
  70. package/src/aicore/aiediting.js +1 -1
  71. package/src/aicore/model/aicapabilities.js +1 -1
  72. package/src/aicore/model/aiinteraction.js +1 -1
  73. package/src/aicore/model/aireply.js +1 -1
  74. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  75. package/src/aicore/pipeline/airesponseparser.js +2 -2
  76. package/src/aicore/ui/aidisclaimerview.js +1 -1
  77. package/src/aicore/ui/aiskeleton.js +1 -1
  78. package/src/aicore/ui/aispinner.js +1 -1
  79. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  80. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  81. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  82. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  83. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  84. package/src/aicore/utils/createresizebutton.js +1 -1
  85. package/src/aicore/utils/documentposition.js +1 -1
  86. package/src/aicore/utils/documentrange.js +1 -1
  87. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  88. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  89. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  90. package/src/aicore/utils/htmlparser.js +1 -1
  91. package/src/aicore/utils/htmlstreamer.js +1 -1
  92. package/src/aieditorintegration/aieditorintegration.js +1 -1
  93. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  94. package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
  95. package/src/aiquickactions/aiquickactions.js +1 -1
  96. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  97. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  98. package/src/aiquickactions/aiquickactionsui.js +1 -1
  99. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  100. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  101. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  102. package/src/aireviewmode/aireviewmode.js +1 -1
  103. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  104. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  105. package/src/aireviewmode/aireviewmodeui.js +1 -1
  106. package/src/aireviewmode/model/aireviewchecklist.js +1 -1
  107. package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
  108. package/src/aireviewmode/model/aireviewcheckresultchange.js +1 -1
  109. package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
  110. package/src/aireviewmode/model/aireviewmodels.js +1 -1
  111. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  112. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  113. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  114. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  115. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  116. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  117. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  118. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  119. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  120. package/src/aitabs/aitabs.js +1 -1
  121. package/src/aitabs/tabs/aitabsview.js +1 -1
  122. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  123. package/src/aitabs/tabs/tabpanelview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x866354=_0x59f5;(function(_0x250353,_0x5737bc){const _0x4a0d63=_0x59f5,_0x3505eb=_0x250353();while(!![]){try{const _0x354461=-parseInt(_0x4a0d63(0x179))/0x1+parseInt(_0x4a0d63(0x1cc))/0x2*(parseInt(_0x4a0d63(0x155))/0x3)+-parseInt(_0x4a0d63(0x19a))/0x4+-parseInt(_0x4a0d63(0x164))/0x5+parseInt(_0x4a0d63(0x1b1))/0x6*(-parseInt(_0x4a0d63(0x1bd))/0x7)+-parseInt(_0x4a0d63(0x13e))/0x8*(-parseInt(_0x4a0d63(0x15f))/0x9)+parseInt(_0x4a0d63(0x1c7))/0xa*(parseInt(_0x4a0d63(0x167))/0xb);if(_0x354461===_0x5737bc)break;else _0x3505eb['push'](_0x3505eb['shift']());}catch(_0x1cbb69){_0x3505eb['push'](_0x3505eb['shift']());}}}(_0x1572,0x412c3));function _0x1572(){const _0x36a97f=['ai.reviewMode.translations','_currentReviewCheckRun','AIReviewModeUI','.ck-ai-review-mode__check-run-result','accepted','reviewCheckResultRejected','aborted','removeClass','source','changeId','reviewCheckRunUpdated','_aiConnector','AIReviewModeEditing','document','checks','requires','showReviewCheckList','replaceAll','_getTranslationWithDefault','totalCount','restart','_onDiffChange','closest','translate','330568aOAULJ','getTotalChangesCount','abort','message','setCheckResultTitle','stopListening','description','_changeActivationSource','ready','AI_REVIEW_CHECK_','upsertCustomAIReviewRating','map','applyChange','change','acceptChange','leaveReviewModeResultList','setActiveStateInResults','args','_DESCRIPTION','showChunkErrorView','diffContent','prompt','panel','3Mhwvlb','content','includes','_onReviewModeRunLeave','ck-ai-review-mode-highlights','_TITLE','contentNew','dismissChange','resetActiveStateInResults','_OPTIONS_LABEL','9PvOzHP','AIConnector','updateChangeState','aireviewmode-check-run-failed','markAllChangesAsAccepted','1806210MYpDon','markChangeAsRejected','hideChangeBalloon','33506JZNtWU','contentInitial','options','getChangeElement','reviewName','unmodified','processedResultsCount','showCheckRunResult','error-chunk','reviewCheckResultAccepted','custom','init','listenTo','changes','_aiReviewModeEditing','domElement','get','isCustom','298435bAAyZj','reviewCheckResultActivated','ck-ai-review-mode-diff','_logError','find','showNoChangesView','isPremiumPlugin','data','_aiReviewCheckList','finished','abortReviewStream','aireviewmode-no-current-check-run','_aiReviewModeUi','leaveReviewMode','title','getDocumentData','getReviewCheckList','showGeneralErrorView','context','view','documentData','rejectChange','editing','config','getCheckById','loading','getActiveChanges','markChangeAsAccepted','getMarkerElementForChange','start','reviewCheckResultReady','model','models','742428CMIyns','activateChange','switchToReadOnly','changeMarkerClick','ai-request-aborted','forceReadyState','reviewCheckResultAdded','length','isOfficialPlugin','upsertAIReviewRating','error-general','pluginName','getEditor','showReviewCompletedView','rejected','result','showCheckRunResults','status','locale','clearAllMarkers','isChangeActive','emitter','split','78sVRgKY','_OPTIONS_DATA_','runReviewCheck','_isDiffOn','AI_MODEL_DESCRIPTION_','setAvailableChecks','getAll','addClass','switchToEdit','deactivateChange','retryReview','callId','80857xFVNpZ','_updateRatings','_translateReviewChecks','toUpperCase','toggleDiff','aireviewmode-source-check-not-found','plugins','showChangeBalloon','showActionsWhenResultIsReady','params','3070ckvgMa','markChangePositionInEditorContent','label','AIReviewModeController','addResultChanges','571902UOGEYt','getRoot','getAcceptedChangesCount','reviewCheckResultDeactivated','finishReview','acceptAllChanges'];_0x1572=function(){return _0x36a97f;};return _0x1572();}import{ContextPlugin as _0x500dd6}from'ckeditor5/src/core.js';import{CKEditorError as _0x49c5f8,logError as _0x4955af,scrollAncestorsToShowTarget as _0x3d7e08,scrollViewportToShowTarget as _0x25eb98}from'ckeditor5/src/utils.js';import{AIConnector as _0x3aedd0}from'../aicore/aiconnector.js';function _0x59f5(_0x3c9dd7,_0x26e13b){const _0x1572e9=_0x1572();return _0x59f5=function(_0x59f53d,_0x113ddf){_0x59f53d=_0x59f53d-0x137;let _0xfc7141=_0x1572e9[_0x59f53d];return _0xfc7141;},_0x59f5(_0x3c9dd7,_0x26e13b);}import{AIReviewCheckList as _0x2b7ead}from'./model/aireviewchecklist.js';import{AIReviewSystemCheckRun as _0x5ce461}from'./model/aireviewsystemcheckrun.js';import{AIReviewCustomCheckRun as _0x454a48}from'./model/aireviewcustomcheckrun.js';import{AIReviewModels as _0x97e860}from'./model/aireviewmodels.js';import{AI_REVIEW_CHECKS as _0x2737ad}from'./aireviewcheckdefinitions.js';import{getTranslation as _0x267b9d}from'../aicore/utils/common-translations.js';export class AIReviewModeController extends _0x500dd6{[_0x866354(0x1dd)];[_0x866354(0x185)];[_0x866354(0x175)];[_0x866354(0x181)];[_0x866354(0x1d3)];[_0x866354(0x1b4)]=!0x1;[_0x866354(0x145)]=null;static get[_0x866354(0x1e1)](){return[_0x3aedd0];}static get[_0x866354(0x1a5)](){const _0x3deef4=_0x866354;return _0x3deef4(0x1ca);}static get[_0x866354(0x1a2)](){return!0x0;}static get[_0x866354(0x17f)](){return!0x0;}async[_0x866354(0x172)](){const _0x4cafc4=_0x866354;this[_0x4cafc4(0x1dd)]=this[_0x4cafc4(0x18b)][_0x4cafc4(0x1c3)][_0x4cafc4(0x177)](_0x4cafc4(0x160)),this[_0x4cafc4(0x185)]=this[_0x4cafc4(0x18b)][_0x4cafc4(0x1c3)][_0x4cafc4(0x177)](_0x4cafc4(0x1d4)),this[_0x4cafc4(0x175)]=this[_0x4cafc4(0x18b)][_0x4cafc4(0x1c3)][_0x4cafc4(0x177)](_0x4cafc4(0x1de));const _0x469dbc=this[_0x4cafc4(0x18b)][_0x4cafc4(0x190)][_0x4cafc4(0x177)](_0x4cafc4(0x1d2));if(_0x469dbc){for(const _0x485488 of _0x2737ad)_0x4cafc4(0x13d)===_0x485488['id']&&(_0x485488[_0x4cafc4(0x169)][0x0][_0x4cafc4(0x180)]=_0x469dbc);}const _0x437d2a=this[_0x4cafc4(0x1bf)](_0x2737ad);this[_0x4cafc4(0x181)]=new _0x2b7ead(_0x437d2a);const _0x4a6e6b=this[_0x4cafc4(0x181)][_0x4cafc4(0x1e0)][_0x4cafc4(0x17d)](_0xb40d16=>_0x4cafc4(0x171)===_0xb40d16['id']);if(_0x4a6e6b){const _0x460eef=await new _0x97e860({'connector':this[_0x4cafc4(0x1dd)]})[_0x4cafc4(0x1b7)]();_0x4a6e6b[_0x4cafc4(0x199)]=_0x460eef[_0x4cafc4(0x149)](_0x464522=>({..._0x464522,'description':this[_0x4cafc4(0x138)](_0x4cafc4(0x1b5)+_0x464522['id'][_0x4cafc4(0x1c0)](),_0x464522[_0x4cafc4(0x144)])}));}this[_0x4cafc4(0x173)](this[_0x4cafc4(0x185)],_0x4cafc4(0x189),()=>{const _0x272175=_0x4cafc4;this[_0x272175(0x185)][_0x272175(0x1b6)](this[_0x272175(0x181)][_0x272175(0x1e0)]);}),this[_0x4cafc4(0x173)](this[_0x4cafc4(0x185)],_0x4cafc4(0x1b3),async(_0x4ca7cc,_0x3026cf)=>{const _0x487202=_0x4cafc4,_0x1d6a6a=this[_0x487202(0x181)][_0x487202(0x191)](_0x3026cf['id']);if(_0x1d6a6a){this[_0x487202(0x13b)](this[_0x487202(0x1b4)]),_0x3026cf[_0x487202(0x178)]?this[_0x487202(0x1d3)]=new _0x454a48(_0x3026cf[_0x487202(0x14f)][_0x487202(0x153)],_0x3026cf[_0x487202(0x14f)][_0x487202(0x198)],this[_0x487202(0x175)][_0x487202(0x188)](),_0x1d6a6a,this[_0x487202(0x1dd)]):this[_0x487202(0x1d3)]=new _0x5ce461(this[_0x487202(0x175)][_0x487202(0x188)](),_0x1d6a6a,this[_0x487202(0x1dd)],_0x3026cf[_0x487202(0x1c6)],_0x3026cf[_0x487202(0x14f)]),this[_0x487202(0x185)][_0x487202(0x142)](this[_0x487202(0x1d3)][_0x487202(0x187)]),this[_0x487202(0x1d3)]['on'](_0x487202(0x1dc),(_0x46b96b,_0x2f9eb2)=>{const _0x96a7c8=_0x487202;_0x96a7c8(0x180)===_0x2f9eb2[_0x96a7c8(0x1ab)]||_0x96a7c8(0x192)===_0x2f9eb2[_0x96a7c8(0x1ab)]?(this[_0x96a7c8(0x175)][_0x96a7c8(0x19c)](),this[_0x96a7c8(0x185)][_0x96a7c8(0x1aa)](_0x2f9eb2)):_0x96a7c8(0x182)===_0x2f9eb2[_0x96a7c8(0x1ab)]?this[_0x96a7c8(0x185)][_0x96a7c8(0x1a7)]():_0x96a7c8(0x146)===_0x2f9eb2[_0x96a7c8(0x1ab)]?this[_0x96a7c8(0x185)][_0x96a7c8(0x1c5)]():_0x96a7c8(0x16c)===_0x2f9eb2[_0x96a7c8(0x1ab)]?this[_0x96a7c8(0x185)][_0x96a7c8(0x17e)]():_0x96a7c8(0x1a4)===_0x2f9eb2[_0x96a7c8(0x1ab)]?this[_0x96a7c8(0x185)][_0x96a7c8(0x18a)]():_0x96a7c8(0x16f)===_0x2f9eb2[_0x96a7c8(0x1ab)]?this[_0x96a7c8(0x185)][_0x96a7c8(0x151)]():_0x96a7c8(0x1d8)===_0x2f9eb2[_0x96a7c8(0x1ab)]&&(this[_0x96a7c8(0x1d3)]&&this[_0x96a7c8(0x1d3)][_0x96a7c8(0x16d)]>0x0?setTimeout(()=>{const _0x4273ea=_0x96a7c8;this[_0x4273ea(0x1d3)]?.[_0x4273ea(0x19f)]();},0x0):this[_0x96a7c8(0x158)](!0x0));}),this[_0x487202(0x1d3)]['on'](_0x487202(0x1a0),(_0x7406a9,_0x41e784)=>{const _0x659106=_0x487202;if(!this[_0x659106(0x1d3)])throw new _0x49c5f8(_0x659106(0x184),this);const _0x4fce3f=this[_0x659106(0x175)][_0x659106(0x152)](_0x41e784[_0x659106(0x1a9)][_0x659106(0x168)],_0x41e784[_0x659106(0x1a9)][_0x659106(0x15b)]);_0x41e784[_0x659106(0x1da)][_0x659106(0x1cb)](_0x41e784[_0x659106(0x1a9)]['id'],_0x4fce3f);}),this[_0x487202(0x1d3)]['on'](_0x487202(0x197),(_0x5382f7,_0x44fc73)=>{const _0x6f2778=_0x487202;for(const _0x4ef2e7 of _0x44fc73[_0x6f2778(0x174)])this[_0x6f2778(0x185)][_0x6f2778(0x16e)](_0x4ef2e7);this[_0x6f2778(0x175)][_0x6f2778(0x1c8)](_0x44fc73[_0x6f2778(0x174)],_0x44fc73[_0x6f2778(0x1da)][_0x6f2778(0x18d)]);}),this[_0x487202(0x1d3)]['on'](_0x487202(0x170),(_0x43dbdf,_0x44b6a1)=>{const _0x5c5e11=_0x487202;this[_0x5c5e11(0x185)][_0x5c5e11(0x161)](_0x44b6a1[_0x5c5e11(0x14b)]['id'],_0x5c5e11(0x1d6));}),this[_0x487202(0x1d3)]['on'](_0x487202(0x1d7),(_0x46910d,_0x26051c)=>{const _0x174bb1=_0x487202;this[_0x174bb1(0x185)][_0x174bb1(0x161)](_0x26051c[_0x174bb1(0x14b)]['id'],_0x174bb1(0x1a8));}),this[_0x487202(0x1d3)]['on'](_0x487202(0x17a),(_0x111ec3,_0x51343a)=>{const _0x43f31d=_0x487202;this[_0x43f31d(0x185)][_0x43f31d(0x14e)](_0x51343a[_0x43f31d(0x14b)]['id']);const _0x37d051=this[_0x43f31d(0x175)][_0x43f31d(0x195)](_0x51343a[_0x43f31d(0x14b)]['id']);if(_0x37d051){if(_0x43f31d(0x156)===this[_0x43f31d(0x145)]){const _0x5a9a07=this[_0x43f31d(0x185)][_0x43f31d(0x16a)](_0x51343a[_0x43f31d(0x14b)]['id']);_0x5a9a07&&_0x3d7e08(_0x5a9a07[_0x43f31d(0x13c)](_0x43f31d(0x1d5))||_0x5a9a07);}else{if(_0x43f31d(0x154)===this[_0x43f31d(0x145)]){const _0x4430af={'target':_0x37d051[_0x43f31d(0x176)],'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0};_0x25eb98(_0x4430af);}}this[_0x43f31d(0x185)][_0x43f31d(0x1c4)](_0x51343a[_0x43f31d(0x14b)],_0x37d051[_0x43f31d(0x176)]);}}),this[_0x487202(0x1d3)]['on'](_0x487202(0x1cf),()=>{const _0x144b16=_0x487202;this[_0x144b16(0x185)][_0x144b16(0x15d)]();});try{await this[_0x487202(0x1d3)][_0x487202(0x196)]();}catch(_0x31dea4){_0x31dea4 instanceof Error&&_0x31dea4[_0x487202(0x141)][_0x487202(0x157)](_0x487202(0x19e))||(_0x31dea4 instanceof _0x49c5f8?this[_0x487202(0x17c)](_0x31dea4):this[_0x487202(0x17c)](new _0x49c5f8(_0x487202(0x162),this,{'error':_0x31dea4})));}}else this[_0x487202(0x17c)](new _0x49c5f8(_0x487202(0x1c2),this,{'checkId':_0x3026cf['id']}));}),this[_0x4cafc4(0x173)](this[_0x4cafc4(0x185)],_0x4cafc4(0x186),()=>{const _0x1c6cc1=_0x4cafc4;this[_0x1c6cc1(0x158)]();}),this[_0x4cafc4(0x173)](this[_0x4cafc4(0x185)],_0x4cafc4(0x14d),()=>{const _0x437156=_0x4cafc4;this[_0x437156(0x158)](!0x0);}),this[_0x4cafc4(0x173)](this[_0x4cafc4(0x185)],_0x4cafc4(0x183),()=>{const _0x3c6609=_0x4cafc4;this[_0x3c6609(0x1d3)]&&this[_0x3c6609(0x1d3)][_0x3c6609(0x140)]();}),this[_0x4cafc4(0x173)](this[_0x4cafc4(0x185)],_0x4cafc4(0x1d0),()=>{const _0xf68871=_0x4cafc4;this[_0xf68871(0x158)](!0x0);}),this[_0x4cafc4(0x173)](this[_0x4cafc4(0x185)],_0x4cafc4(0x1d1),()=>{const _0x34ef84=_0x4cafc4;if(!this[_0x34ef84(0x1d3)])return;const _0x4b3c6d=this[_0x34ef84(0x1d3)][_0x34ef84(0x193)]();_0x4b3c6d[_0x34ef84(0x1a1)]&&(this[_0x34ef84(0x175)][_0x34ef84(0x14a)](_0x4b3c6d[_0x34ef84(0x149)](_0x1bb48e=>_0x1bb48e['id'])),this[_0x34ef84(0x1d3)][_0x34ef84(0x163)](),this[_0x34ef84(0x1be)]());}),this[_0x4cafc4(0x173)](this[_0x4cafc4(0x185)],_0x4cafc4(0x14c),(_0x20c2ef,_0x482eb2)=>{const _0x5b133a=_0x4cafc4;if(!this[_0x5b133a(0x1d3)]||!this[_0x5b133a(0x1d3)][_0x5b133a(0x1ae)](_0x482eb2['id']))return;this[_0x5b133a(0x175)][_0x5b133a(0x14a)]([_0x482eb2['id']]),this[_0x5b133a(0x1d3)][_0x5b133a(0x194)](_0x482eb2['id']),this[_0x5b133a(0x185)][_0x5b133a(0x166)]();const _0x2981d8=_0x482eb2['id'][_0x5b133a(0x1b0)]('-');this[_0x5b133a(0x1be)](_0x2981d8[0x0]);}),this[_0x4cafc4(0x173)](this[_0x4cafc4(0x185)],_0x4cafc4(0x15c),(_0xc8890e,_0x1fa15c)=>{const _0x1f94d8=_0x4cafc4;if(!this[_0x1f94d8(0x1d3)]||!this[_0x1f94d8(0x1d3)][_0x1f94d8(0x1ae)](_0x1fa15c['id']))return;this[_0x1f94d8(0x175)][_0x1f94d8(0x18e)](_0x1fa15c['id']),this[_0x1f94d8(0x1d3)][_0x1f94d8(0x165)](_0x1fa15c['id']),this[_0x1f94d8(0x185)][_0x1f94d8(0x166)]();const _0x40739f=_0x1fa15c['id'][_0x1f94d8(0x1b0)]('-');this[_0x1f94d8(0x1be)](_0x40739f[0x0]);}),this[_0x4cafc4(0x173)](this[_0x4cafc4(0x185)],_0x4cafc4(0x1c1),(_0x4f882c,_0x51dbbb)=>{const _0x4b9200=_0x4cafc4;this[_0x4b9200(0x1b4)]=_0x51dbbb['on'],this[_0x4b9200(0x13b)](this[_0x4b9200(0x1b4)]);}),this[_0x4cafc4(0x173)](this[_0x4cafc4(0x185)],_0x4cafc4(0x1bb),async()=>{const _0x12002f=_0x4cafc4;this[_0x12002f(0x1d3)]&&await this[_0x12002f(0x1d3)][_0x12002f(0x13a)]();}),this[_0x4cafc4(0x173)](this[_0x4cafc4(0x185)],_0x4cafc4(0x19b),(_0x289d0c,_0x5c8fd7)=>{const _0x1b4e7a=_0x4cafc4;this[_0x1b4e7a(0x1d3)]&&(this[_0x1b4e7a(0x145)]=_0x1b4e7a(0x154),this[_0x1b4e7a(0x1d3)][_0x1b4e7a(0x19b)](_0x5c8fd7['id']));}),this[_0x4cafc4(0x173)](this[_0x4cafc4(0x185)],_0x4cafc4(0x1ba),()=>{const _0x256377=_0x4cafc4;this[_0x256377(0x1d3)]&&this[_0x256377(0x1d3)][_0x256377(0x1ba)]();}),this[_0x4cafc4(0x173)](this[_0x4cafc4(0x175)][_0x4cafc4(0x1af)],_0x4cafc4(0x19d),(_0x5d824a,_0x3b6eda)=>{const _0x2c61bc=_0x4cafc4;this[_0x2c61bc(0x1d3)]&&(this[_0x2c61bc(0x145)]=_0x2c61bc(0x156),this[_0x2c61bc(0x1d3)][_0x2c61bc(0x19b)](_0x3b6eda[_0x2c61bc(0x1db)]));});}[_0x866354(0x1be)](_0x1f3d4e){const _0x2b8652=_0x866354;if(!this[_0x2b8652(0x1d3)])return;const _0x3c37b={'positiveCount':this[_0x2b8652(0x1d3)][_0x2b8652(0x1ce)](),'totalCount':this[_0x2b8652(0x1d3)][_0x2b8652(0x13f)]()};if(0x0===_0x3c37b[_0x2b8652(0x139)])return;const _0x2941dd=this[_0x2b8652(0x1d3)][_0x2b8652(0x1bc)];if(this[_0x2b8652(0x1d3)]instanceof _0x5ce461){const _0x5c93eb=this[_0x2b8652(0x1d3)][_0x2b8652(0x16b)];this[_0x2b8652(0x1dd)][_0x2b8652(0x1a3)](_0x5c93eb,_0x2941dd,_0x3c37b,_0x1f3d4e);}else this[_0x2b8652(0x1d3)]instanceof _0x454a48&&this[_0x2b8652(0x1dd)][_0x2b8652(0x148)](_0x2941dd,_0x3c37b,_0x1f3d4e);}[_0x866354(0x158)](_0x4a2af2=!0x1){const _0x58af60=_0x866354;this[_0x58af60(0x1d3)]&&(this[_0x58af60(0x1be)](),this[_0x58af60(0x1d3)][_0x58af60(0x140)](),this[_0x58af60(0x1d3)][_0x58af60(0x143)](),this[_0x58af60(0x1d3)]=void 0x0),_0x4a2af2&&this[_0x58af60(0x185)][_0x58af60(0x1e2)](),this[_0x58af60(0x175)][_0x58af60(0x1ad)](),this[_0x58af60(0x175)][_0x58af60(0x1b9)](),this[_0x58af60(0x145)]=null;const _0x19d391=this[_0x58af60(0x175)][_0x58af60(0x1a6)]();_0x19d391&&_0x19d391[_0x58af60(0x18f)][_0x58af60(0x18c)][_0x58af60(0x14b)](_0x83af3e=>{const _0xb4c2a4=_0x58af60,_0x82aa7d=_0x19d391[_0xb4c2a4(0x18f)][_0xb4c2a4(0x18c)][_0xb4c2a4(0x1df)][_0xb4c2a4(0x1cd)]();_0x83af3e[_0xb4c2a4(0x1d9)](_0xb4c2a4(0x17b),_0x82aa7d),_0x83af3e[_0xb4c2a4(0x1d9)](_0xb4c2a4(0x159),_0x82aa7d);});}[_0x866354(0x13b)](_0x24f28f){const _0x2aa1b5=_0x866354,_0x5360d6=this[_0x2aa1b5(0x175)][_0x2aa1b5(0x1a6)]();_0x5360d6&&_0x5360d6[_0x2aa1b5(0x18f)][_0x2aa1b5(0x18c)][_0x2aa1b5(0x14b)](_0x18e481=>{const _0x2f4d04=_0x2aa1b5,_0x54ecbd=_0x5360d6[_0x2f4d04(0x18f)][_0x2f4d04(0x18c)][_0x2f4d04(0x1df)][_0x2f4d04(0x1cd)]();_0x18e481[_0x2f4d04(0x1d9)](_0x2f4d04(0x17b),_0x54ecbd),_0x18e481[_0x2f4d04(0x1d9)](_0x2f4d04(0x159),_0x54ecbd),_0x18e481[_0x2f4d04(0x1b8)](_0x24f28f?_0x2f4d04(0x17b):_0x2f4d04(0x159),_0x54ecbd);});}[_0x866354(0x1bf)](_0x4a65b5){const _0x4d8f5b=_0x866354;return _0x4a65b5[_0x4d8f5b(0x149)](_0x282edb=>{const _0x339197=_0x4d8f5b,_0xf86b8e=_0x339197(0x147)+_0x282edb['id'][_0x339197(0x1c0)]()[_0x339197(0x137)]('-','_'),_0x3a82a5={..._0x282edb,'title':this[_0x339197(0x138)](_0xf86b8e+_0x339197(0x15a),_0x282edb[_0x339197(0x187)]),'description':this[_0x339197(0x138)](_0xf86b8e+_0x339197(0x150),_0x282edb[_0x339197(0x144)])};return _0x282edb[_0x339197(0x169)]&&(_0x3a82a5[_0x339197(0x169)]=_0x282edb[_0x339197(0x169)][_0x339197(0x149)](_0x1d2595=>({..._0x1d2595,'label':this[_0x339197(0x138)](_0xf86b8e+_0x339197(0x15e),_0x1d2595[_0x339197(0x1c9)]||''),'data':_0x1d2595[_0x339197(0x180)]?_0x1d2595[_0x339197(0x180)][_0x339197(0x149)](_0x3ea5e4=>({..._0x3ea5e4,'label':this[_0x339197(0x138)](_0xf86b8e+_0x339197(0x1b2)+_0x3ea5e4['id'][_0x339197(0x1c0)](),_0x3ea5e4[_0x339197(0x1c9)])})):void 0x0}))),_0x3a82a5;});}[_0x866354(0x138)](_0x1f3933,_0x56a29a){const _0x11044f=_0x866354,_0x1b19b9=this[_0x11044f(0x18b)][_0x11044f(0x1ac)],_0x353938=_0x267b9d(_0x1b19b9,_0x1f3933);return _0x353938===_0x1f3933?_0x56a29a:_0x353938;}[_0x866354(0x17c)](_0x2a9a7b){const _0x1082c9=_0x866354;_0x4955af(_0x2a9a7b[_0x1082c9(0x141)]),this[_0x1082c9(0x185)][_0x1082c9(0x18a)]();}}
23
+ const _0x4f8f35=_0x5692;(function(_0x5bce9d,_0x3dac87){const _0x27ba95=_0x5692,_0x5c7e96=_0x5bce9d();while(!![]){try{const _0x1b369b=parseInt(_0x27ba95(0x10e))/0x1+-parseInt(_0x27ba95(0xbb))/0x2*(-parseInt(_0x27ba95(0x10c))/0x3)+-parseInt(_0x27ba95(0xbe))/0x4*(-parseInt(_0x27ba95(0xe1))/0x5)+-parseInt(_0x27ba95(0xfe))/0x6+parseInt(_0x27ba95(0x12d))/0x7+parseInt(_0x27ba95(0xe2))/0x8+-parseInt(_0x27ba95(0xb8))/0x9*(parseInt(_0x27ba95(0x11c))/0xa);if(_0x1b369b===_0x3dac87)break;else _0x5c7e96['push'](_0x5c7e96['shift']());}catch(_0x477aa7){_0x5c7e96['push'](_0x5c7e96['shift']());}}}(_0x8d79,0x45a6c));import{ContextPlugin as _0x29da1c}from'ckeditor5/src/core.js';import{CKEditorError as _0xfb4bf1,logError as _0x95418e,scrollAncestorsToShowTarget as _0x26e1c5,scrollViewportToShowTarget as _0x527fba}from'ckeditor5/src/utils.js';function _0x8d79(){const _0x47ba7c=['isPremiumPlugin','addClass','upsertCustomAIReviewRating','_logError','panel','isCustom','init','showReviewCheckList','translate','label','replaceAll','deactivateChange','changeId','plugins','content','callId','ck-ai-review-mode-highlights','title','message','applyChange','reviewCheckResultActivated','rejectChange','result','getChangeElement','showChunkErrorView','options','addResultChanges','toUpperCase','_DESCRIPTION','length','_onReviewModeRunLeave','_currentReviewCheckRun','AIConnector','map','getRoot','AIReviewModeEditing','document','_aiReviewCheckList','domElement','AIReviewModeController','setAvailableChecks','_TITLE','aireviewmode-no-current-check-run','ready','getCheckById','rejected','error-general','ck-ai-review-mode-diff','restart','acceptAllChanges','684OKwmsc','switchToEdit','getActiveChanges','4DKhIYO','reviewCheckResultAdded','reviewCheckResultRejected','4arTwUU','view','totalCount','getAcceptedChangesCount','split','pluginName','contentNew','switchToReadOnly','markAllChangesAsAccepted','contentInitial','AI_REVIEW_CHECK_','context','ai-request-aborted','prompt','requires','_aiReviewModeEditing','_OPTIONS_LABEL','custom','hideChangeBalloon','changeMarkerClick','.ck-ai-review-mode__check-run-result','updateChangeState','diffContent','AI_MODEL_DESCRIPTION_','_aiConnector','isChangeActive','dismissChange','find','description','showActionsWhenResultIsReady','showCheckRunResult','processedResultsCount','accepted','changes','ai.reviewMode.translations','2199095hlsXCe','2306960ouZqMW','model','models','setCheckResultTitle','_translateReviewChecks','editing','isOfficialPlugin','setActiveStateInResults','_OPTIONS_DATA_','_changeActivationSource','loading','activateChange','status','AIReviewModeUI','_aiReviewModeUi','leaveReviewModeResultList','reviewCheckResultDeactivated','aireviewmode-check-run-failed','removeClass','markChangePositionInEditorContent','reviewCheckResultAccepted','clearAllMarkers','showCheckRunResults','reviewCheckRunUpdated','_isDiffOn','error-chunk','getEditor','_updateRatings','1690512qDgIcO','getAll','change','abortReviewStream','locale','aborted','reviewCheckResultReady','closest','getDocumentData','forceReadyState','start','params','args','includes','40743MuasKo','aireviewmode-source-check-not-found','499647lGNXcx','reviewName','finished','showReviewCompletedView','_onDiffChange','resetActiveStateInResults','source','listenTo','stopListening','_getTranslationWithDefault','checks','markChangeAsAccepted','emitter','runReviewCheck','114330oasUFR','getReviewCheckList','finishReview','retryReview','getMarkerElementForChange','data','toggleDiff','leaveReviewMode','upsertAIReviewRating','abort','showNoChangesView','acceptChange','config','markChangeAsRejected','showGeneralErrorView','get','unmodified','1266678HtyZnL','documentData','getTotalChangesCount','showChangeBalloon'];_0x8d79=function(){return _0x47ba7c;};return _0x8d79();}import{AIConnector as _0x5355f3}from'../aicore/aiconnector.js';import{AIReviewCheckList as _0x516c49}from'./model/aireviewchecklist.js';import{AIReviewSystemCheckRun as _0x4807e6}from'./model/aireviewsystemcheckrun.js';import{AIReviewCustomCheckRun as _0x316a10}from'./model/aireviewcustomcheckrun.js';import{AIReviewModels as _0x3f2538}from'./model/aireviewmodels.js';import{AI_REVIEW_CHECKS as _0x233201}from'./aireviewcheckdefinitions.js';import{getTranslation as _0x3bf48d}from'../aicore/utils/common-translations.js';function _0x5692(_0xad4c08,_0x1d0bf8){const _0x8d798a=_0x8d79();return _0x5692=function(_0x56922d,_0xc39cbe){_0x56922d=_0x56922d-0x89;let _0x14b0dd=_0x8d798a[_0x56922d];return _0x14b0dd;},_0x5692(_0xad4c08,_0x1d0bf8);}export class AIReviewModeController extends _0x29da1c{[_0x4f8f35(0xd6)];[_0x4f8f35(0xf0)];[_0x4f8f35(0xcd)];[_0x4f8f35(0xab)];[_0x4f8f35(0xa5)];[_0x4f8f35(0xfa)]=!0x1;[_0x4f8f35(0xeb)]=null;static get[_0x4f8f35(0xcc)](){return[_0x5355f3];}static get[_0x4f8f35(0xc3)](){const _0x1c1a46=_0x4f8f35;return _0x1c1a46(0xad);}static get[_0x4f8f35(0xe8)](){return!0x0;}static get[_0x4f8f35(0x131)](){return!0x0;}async[_0x4f8f35(0x8c)](){const _0x3e1b8a=_0x4f8f35;this[_0x3e1b8a(0xd6)]=this[_0x3e1b8a(0xc9)][_0x3e1b8a(0x93)][_0x3e1b8a(0x12b)](_0x3e1b8a(0xa6)),this[_0x3e1b8a(0xf0)]=this[_0x3e1b8a(0xc9)][_0x3e1b8a(0x93)][_0x3e1b8a(0x12b)](_0x3e1b8a(0xef)),this[_0x3e1b8a(0xcd)]=this[_0x3e1b8a(0xc9)][_0x3e1b8a(0x93)][_0x3e1b8a(0x12b)](_0x3e1b8a(0xa9));const _0x58347f=this[_0x3e1b8a(0xc9)][_0x3e1b8a(0x128)][_0x3e1b8a(0x12b)](_0x3e1b8a(0xe0));if(_0x58347f){for(const _0x1ba940 of _0x233201)_0x3e1b8a(0x8e)===_0x1ba940['id']&&(_0x1ba940[_0x3e1b8a(0x9f)][0x0][_0x3e1b8a(0x121)]=_0x58347f);}const _0x48ed57=this[_0x3e1b8a(0xe6)](_0x233201);this[_0x3e1b8a(0xab)]=new _0x516c49(_0x48ed57);const _0x15c5ba=this[_0x3e1b8a(0xab)][_0x3e1b8a(0x118)][_0x3e1b8a(0xd9)](_0xc35627=>_0x3e1b8a(0xcf)===_0xc35627['id']);if(_0x15c5ba){const _0x1288a4=await new _0x3f2538({'connector':this[_0x3e1b8a(0xd6)]})[_0x3e1b8a(0xff)]();_0x15c5ba[_0x3e1b8a(0xe4)]=_0x1288a4[_0x3e1b8a(0xa7)](_0x32256a=>({..._0x32256a,'description':this[_0x3e1b8a(0x117)](_0x3e1b8a(0xd5)+_0x32256a['id'][_0x3e1b8a(0xa1)](),_0x32256a[_0x3e1b8a(0xda)])}));}this[_0x3e1b8a(0x115)](this[_0x3e1b8a(0xf0)],_0x3e1b8a(0x11d),()=>{const _0x106b07=_0x3e1b8a;this[_0x106b07(0xf0)][_0x106b07(0xae)](this[_0x106b07(0xab)][_0x106b07(0x118)]);}),this[_0x3e1b8a(0x115)](this[_0x3e1b8a(0xf0)],_0x3e1b8a(0x11b),async(_0x2177ed,_0x3467cc)=>{const _0x248bd6=_0x3e1b8a,_0x366a52=this[_0x248bd6(0xab)][_0x248bd6(0xb2)](_0x3467cc['id']);if(_0x366a52){this[_0x248bd6(0x112)](this[_0x248bd6(0xfa)]),_0x3467cc[_0x248bd6(0x8b)]?this[_0x248bd6(0xa5)]=new _0x316a10(_0x3467cc[_0x248bd6(0x10a)][_0x248bd6(0xcb)],_0x3467cc[_0x248bd6(0x10a)][_0x248bd6(0xe3)],this[_0x248bd6(0xcd)][_0x248bd6(0x106)](),_0x366a52,this[_0x248bd6(0xd6)]):this[_0x248bd6(0xa5)]=new _0x4807e6(this[_0x248bd6(0xcd)][_0x248bd6(0x106)](),_0x366a52,this[_0x248bd6(0xd6)],_0x3467cc[_0x248bd6(0x109)],_0x3467cc[_0x248bd6(0x10a)]),this[_0x248bd6(0xf0)][_0x248bd6(0xe5)](this[_0x248bd6(0xa5)][_0x248bd6(0x97)]),this[_0x248bd6(0xa5)]['on'](_0x248bd6(0xf9),(_0x360a9e,_0x3f4b79)=>{const _0x2921b9=_0x248bd6;_0x2921b9(0x121)===_0x3f4b79[_0x2921b9(0xee)]||_0x2921b9(0xec)===_0x3f4b79[_0x2921b9(0xee)]?(this[_0x2921b9(0xcd)][_0x2921b9(0xc5)](),this[_0x2921b9(0xf0)][_0x2921b9(0xf8)](_0x3f4b79)):_0x2921b9(0x110)===_0x3f4b79[_0x2921b9(0xee)]?this[_0x2921b9(0xf0)][_0x2921b9(0x111)]():_0x2921b9(0xb1)===_0x3f4b79[_0x2921b9(0xee)]?this[_0x2921b9(0xf0)][_0x2921b9(0xdb)]():_0x2921b9(0x12c)===_0x3f4b79[_0x2921b9(0xee)]?this[_0x2921b9(0xf0)][_0x2921b9(0x126)]():_0x2921b9(0xb4)===_0x3f4b79[_0x2921b9(0xee)]?this[_0x2921b9(0xf0)][_0x2921b9(0x12a)]():_0x2921b9(0xfb)===_0x3f4b79[_0x2921b9(0xee)]?this[_0x2921b9(0xf0)][_0x2921b9(0x9e)]():_0x2921b9(0x103)===_0x3f4b79[_0x2921b9(0xee)]&&(this[_0x2921b9(0xa5)]&&this[_0x2921b9(0xa5)][_0x2921b9(0xdd)]>0x0?setTimeout(()=>{const _0x53a1b4=_0x2921b9;this[_0x53a1b4(0xa5)]?.[_0x53a1b4(0x107)]();},0x0):this[_0x2921b9(0xa4)](!0x0));}),this[_0x248bd6(0xa5)]['on'](_0x248bd6(0xbc),(_0x26bf2c,_0xb74d26)=>{const _0x3c7eb4=_0x248bd6;if(!this[_0x3c7eb4(0xa5)])throw new _0xfb4bf1(_0x3c7eb4(0xb0),this);const _0x524d61=this[_0x3c7eb4(0xcd)][_0x3c7eb4(0xd4)](_0xb74d26[_0x3c7eb4(0x9c)][_0x3c7eb4(0xc7)],_0xb74d26[_0x3c7eb4(0x9c)][_0x3c7eb4(0xc4)]);_0xb74d26[_0x3c7eb4(0x114)][_0x3c7eb4(0xa0)](_0xb74d26[_0x3c7eb4(0x9c)]['id'],_0x524d61);}),this[_0x248bd6(0xa5)]['on'](_0x248bd6(0x104),(_0x4c208b,_0x55517b)=>{const _0x50791a=_0x248bd6;for(const _0x56968d of _0x55517b[_0x50791a(0xdf)])this[_0x50791a(0xf0)][_0x50791a(0xdc)](_0x56968d);this[_0x50791a(0xcd)][_0x50791a(0xf5)](_0x55517b[_0x50791a(0xdf)],_0x55517b[_0x50791a(0x114)][_0x50791a(0x12e)]);}),this[_0x248bd6(0xa5)]['on'](_0x248bd6(0xf6),(_0x40eea9,_0x29ca48)=>{const _0xd85fb9=_0x248bd6;this[_0xd85fb9(0xf0)][_0xd85fb9(0xd3)](_0x29ca48[_0xd85fb9(0x100)]['id'],_0xd85fb9(0xde));}),this[_0x248bd6(0xa5)]['on'](_0x248bd6(0xbd),(_0x2be0ac,_0x3076c3)=>{const _0x3cabbb=_0x248bd6;this[_0x3cabbb(0xf0)][_0x3cabbb(0xd3)](_0x3076c3[_0x3cabbb(0x100)]['id'],_0x3cabbb(0xb3));}),this[_0x248bd6(0xa5)]['on'](_0x248bd6(0x9a),(_0x22b115,_0x251b92)=>{const _0xd9294=_0x248bd6;this[_0xd9294(0xf0)][_0xd9294(0xe9)](_0x251b92[_0xd9294(0x100)]['id']);const _0x32278c=this[_0xd9294(0xcd)][_0xd9294(0x120)](_0x251b92[_0xd9294(0x100)]['id']);if(_0x32278c){if(_0xd9294(0x94)===this[_0xd9294(0xeb)]){const _0x16891d=this[_0xd9294(0xf0)][_0xd9294(0x9d)](_0x251b92[_0xd9294(0x100)]['id']);_0x16891d&&_0x26e1c5(_0x16891d[_0xd9294(0x105)](_0xd9294(0xd2))||_0x16891d);}else{if(_0xd9294(0x8a)===this[_0xd9294(0xeb)]){const _0x1dbc52={'target':_0x32278c[_0xd9294(0xac)],'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0};_0x527fba(_0x1dbc52);}}this[_0xd9294(0xf0)][_0xd9294(0x130)](_0x251b92[_0xd9294(0x100)],_0x32278c[_0xd9294(0xac)]);}}),this[_0x248bd6(0xa5)]['on'](_0x248bd6(0xf2),()=>{const _0x23f5d0=_0x248bd6;this[_0x23f5d0(0xf0)][_0x23f5d0(0x113)]();});try{await this[_0x248bd6(0xa5)][_0x248bd6(0x108)]();}catch(_0x348efd){_0x348efd instanceof Error&&_0x348efd[_0x248bd6(0x98)][_0x248bd6(0x10b)](_0x248bd6(0xca))||(_0x348efd instanceof _0xfb4bf1?this[_0x248bd6(0x89)](_0x348efd):this[_0x248bd6(0x89)](new _0xfb4bf1(_0x248bd6(0xf3),this,{'error':_0x348efd})));}}else this[_0x248bd6(0x89)](new _0xfb4bf1(_0x248bd6(0x10d),this,{'checkId':_0x3467cc['id']}));}),this[_0x3e1b8a(0x115)](this[_0x3e1b8a(0xf0)],_0x3e1b8a(0x123),()=>{const _0x3db7c0=_0x3e1b8a;this[_0x3db7c0(0xa4)]();}),this[_0x3e1b8a(0x115)](this[_0x3e1b8a(0xf0)],_0x3e1b8a(0xf1),()=>{const _0x1d20ad=_0x3e1b8a;this[_0x1d20ad(0xa4)](!0x0);}),this[_0x3e1b8a(0x115)](this[_0x3e1b8a(0xf0)],_0x3e1b8a(0x101),()=>{const _0x15e687=_0x3e1b8a;this[_0x15e687(0xa5)]&&this[_0x15e687(0xa5)][_0x15e687(0x125)]();}),this[_0x3e1b8a(0x115)](this[_0x3e1b8a(0xf0)],_0x3e1b8a(0x11e),()=>{const _0x35c57b=_0x3e1b8a;this[_0x35c57b(0xa4)](!0x0);}),this[_0x3e1b8a(0x115)](this[_0x3e1b8a(0xf0)],_0x3e1b8a(0xb7),()=>{const _0x300360=_0x3e1b8a;if(!this[_0x300360(0xa5)])return;const _0x50783d=this[_0x300360(0xa5)][_0x300360(0xba)]();_0x50783d[_0x300360(0xa3)]&&(this[_0x300360(0xcd)][_0x300360(0x99)](_0x50783d[_0x300360(0xa7)](_0x3e1343=>_0x3e1343['id'])),this[_0x300360(0xa5)][_0x300360(0xc6)](),this[_0x300360(0xfd)]());}),this[_0x3e1b8a(0x115)](this[_0x3e1b8a(0xf0)],_0x3e1b8a(0x127),(_0x9537c8,_0x440ad2)=>{const _0x334557=_0x3e1b8a;if(!this[_0x334557(0xa5)]||!this[_0x334557(0xa5)][_0x334557(0xd7)](_0x440ad2['id']))return;this[_0x334557(0xcd)][_0x334557(0x99)]([_0x440ad2['id']]),this[_0x334557(0xa5)][_0x334557(0x119)](_0x440ad2['id']),this[_0x334557(0xf0)][_0x334557(0xd0)]();const _0x4d28ce=_0x440ad2['id'][_0x334557(0xc2)]('-');this[_0x334557(0xfd)](_0x4d28ce[0x0]);}),this[_0x3e1b8a(0x115)](this[_0x3e1b8a(0xf0)],_0x3e1b8a(0xd8),(_0xa30855,_0xfefd1f)=>{const _0x135c65=_0x3e1b8a;if(!this[_0x135c65(0xa5)]||!this[_0x135c65(0xa5)][_0x135c65(0xd7)](_0xfefd1f['id']))return;this[_0x135c65(0xcd)][_0x135c65(0x9b)](_0xfefd1f['id']),this[_0x135c65(0xa5)][_0x135c65(0x129)](_0xfefd1f['id']),this[_0x135c65(0xf0)][_0x135c65(0xd0)]();const _0x155fe5=_0xfefd1f['id'][_0x135c65(0xc2)]('-');this[_0x135c65(0xfd)](_0x155fe5[0x0]);}),this[_0x3e1b8a(0x115)](this[_0x3e1b8a(0xf0)],_0x3e1b8a(0x122),(_0x255891,_0x1f5b2b)=>{const _0x1c21a6=_0x3e1b8a;this[_0x1c21a6(0xfa)]=_0x1f5b2b['on'],this[_0x1c21a6(0x112)](this[_0x1c21a6(0xfa)]);}),this[_0x3e1b8a(0x115)](this[_0x3e1b8a(0xf0)],_0x3e1b8a(0x11f),async()=>{const _0x1dc873=_0x3e1b8a;this[_0x1dc873(0xa5)]&&await this[_0x1dc873(0xa5)][_0x1dc873(0xb6)]();}),this[_0x3e1b8a(0x115)](this[_0x3e1b8a(0xf0)],_0x3e1b8a(0xed),(_0x36ff88,_0x43a242)=>{const _0x283e99=_0x3e1b8a;this[_0x283e99(0xa5)]&&(this[_0x283e99(0xeb)]=_0x283e99(0x8a),this[_0x283e99(0xa5)][_0x283e99(0xed)](_0x43a242['id']));}),this[_0x3e1b8a(0x115)](this[_0x3e1b8a(0xf0)],_0x3e1b8a(0x91),()=>{const _0x27bcef=_0x3e1b8a;this[_0x27bcef(0xa5)]&&this[_0x27bcef(0xa5)][_0x27bcef(0x91)]();}),this[_0x3e1b8a(0x115)](this[_0x3e1b8a(0xcd)][_0x3e1b8a(0x11a)],_0x3e1b8a(0xd1),(_0x52c054,_0x5bec96)=>{const _0x583c24=_0x3e1b8a;this[_0x583c24(0xa5)]&&(this[_0x583c24(0xeb)]=_0x583c24(0x94),this[_0x583c24(0xa5)][_0x583c24(0xed)](_0x5bec96[_0x583c24(0x92)]));});}[_0x4f8f35(0xfd)](_0x2327cb){const _0x1e1e0e=_0x4f8f35;if(!this[_0x1e1e0e(0xa5)])return;const _0x47dd8d={'positiveCount':this[_0x1e1e0e(0xa5)][_0x1e1e0e(0xc1)](),'totalCount':this[_0x1e1e0e(0xa5)][_0x1e1e0e(0x12f)]()};if(0x0===_0x47dd8d[_0x1e1e0e(0xc0)])return;const _0x256823=this[_0x1e1e0e(0xa5)][_0x1e1e0e(0x95)];if(this[_0x1e1e0e(0xa5)]instanceof _0x4807e6){const _0x34174f=this[_0x1e1e0e(0xa5)][_0x1e1e0e(0x10f)];this[_0x1e1e0e(0xd6)][_0x1e1e0e(0x124)](_0x34174f,_0x256823,_0x47dd8d,_0x2327cb);}else this[_0x1e1e0e(0xa5)]instanceof _0x316a10&&this[_0x1e1e0e(0xd6)][_0x1e1e0e(0x133)](_0x256823,_0x47dd8d,_0x2327cb);}[_0x4f8f35(0xa4)](_0x4d180f=!0x1){const _0x3dea10=_0x4f8f35;this[_0x3dea10(0xa5)]&&(this[_0x3dea10(0xfd)](),this[_0x3dea10(0xa5)][_0x3dea10(0x125)](),this[_0x3dea10(0xa5)][_0x3dea10(0x116)](),this[_0x3dea10(0xa5)]=void 0x0),_0x4d180f&&this[_0x3dea10(0xf0)][_0x3dea10(0x8d)](),this[_0x3dea10(0xcd)][_0x3dea10(0xf7)](),this[_0x3dea10(0xcd)][_0x3dea10(0xb9)](),this[_0x3dea10(0xeb)]=null;const _0x43f559=this[_0x3dea10(0xcd)][_0x3dea10(0xfc)]();_0x43f559&&_0x43f559[_0x3dea10(0xe7)][_0x3dea10(0xbf)][_0x3dea10(0x100)](_0x245d1a=>{const _0x41481c=_0x3dea10,_0x3559c=_0x43f559[_0x41481c(0xe7)][_0x41481c(0xbf)][_0x41481c(0xaa)][_0x41481c(0xa8)]();_0x245d1a[_0x41481c(0xf4)](_0x41481c(0xb5),_0x3559c),_0x245d1a[_0x41481c(0xf4)](_0x41481c(0x96),_0x3559c);});}[_0x4f8f35(0x112)](_0x33a742){const _0x2d2495=_0x4f8f35,_0x5c39e0=this[_0x2d2495(0xcd)][_0x2d2495(0xfc)]();_0x5c39e0&&_0x5c39e0[_0x2d2495(0xe7)][_0x2d2495(0xbf)][_0x2d2495(0x100)](_0x73fb2a=>{const _0x43207a=_0x2d2495,_0x4b6b8d=_0x5c39e0[_0x43207a(0xe7)][_0x43207a(0xbf)][_0x43207a(0xaa)][_0x43207a(0xa8)]();_0x73fb2a[_0x43207a(0xf4)](_0x43207a(0xb5),_0x4b6b8d),_0x73fb2a[_0x43207a(0xf4)](_0x43207a(0x96),_0x4b6b8d),_0x73fb2a[_0x43207a(0x132)](_0x33a742?_0x43207a(0xb5):_0x43207a(0x96),_0x4b6b8d);});}[_0x4f8f35(0xe6)](_0x31192a){const _0x5551d8=_0x4f8f35;return _0x31192a[_0x5551d8(0xa7)](_0x3d2b06=>{const _0x130691=_0x5551d8,_0x2082fc=_0x130691(0xc8)+_0x3d2b06['id'][_0x130691(0xa1)]()[_0x130691(0x90)]('-','_'),_0x337f15={..._0x3d2b06,'title':this[_0x130691(0x117)](_0x2082fc+_0x130691(0xaf),_0x3d2b06[_0x130691(0x97)]),'description':this[_0x130691(0x117)](_0x2082fc+_0x130691(0xa2),_0x3d2b06[_0x130691(0xda)])};return _0x3d2b06[_0x130691(0x9f)]&&(_0x337f15[_0x130691(0x9f)]=_0x3d2b06[_0x130691(0x9f)][_0x130691(0xa7)](_0x36302d=>({..._0x36302d,'label':this[_0x130691(0x117)](_0x2082fc+_0x130691(0xce),_0x36302d[_0x130691(0x8f)]||''),'data':_0x36302d[_0x130691(0x121)]?_0x36302d[_0x130691(0x121)][_0x130691(0xa7)](_0xa4c123=>({..._0xa4c123,'label':this[_0x130691(0x117)](_0x2082fc+_0x130691(0xea)+_0xa4c123['id'][_0x130691(0xa1)](),_0xa4c123[_0x130691(0x8f)])})):void 0x0}))),_0x337f15;});}[_0x4f8f35(0x117)](_0x4e782d,_0xe88a0c){const _0xe6234f=_0x4f8f35,_0x3e471a=this[_0xe6234f(0xc9)][_0xe6234f(0x102)],_0x44bfbf=_0x3bf48d(_0x3e471a,_0x4e782d);return _0x44bfbf===_0x4e782d?_0xe88a0c:_0x44bfbf;}[_0x4f8f35(0x89)](_0x56e1a0){const _0x234c6d=_0x4f8f35;_0x95418e(_0x56e1a0[_0x234c6d(0x98)]),this[_0x234c6d(0xf0)][_0x234c6d(0x12a)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1e83b9=_0x205c;(function(_0x262e04,_0x28da48){const _0x2566f3=_0x205c,_0x5ec9a6=_0x262e04();while(!![]){try{const _0x542df1=-parseInt(_0x2566f3(0x1fd))/0x1+-parseInt(_0x2566f3(0x1c5))/0x2+parseInt(_0x2566f3(0x164))/0x3+parseInt(_0x2566f3(0x18d))/0x4+parseInt(_0x2566f3(0x160))/0x5*(-parseInt(_0x2566f3(0x147))/0x6)+parseInt(_0x2566f3(0x1b3))/0x7*(parseInt(_0x2566f3(0x202))/0x8)+-parseInt(_0x2566f3(0x212))/0x9*(parseInt(_0x2566f3(0x17f))/0xa);if(_0x542df1===_0x28da48)break;else _0x5ec9a6['push'](_0x5ec9a6['shift']());}catch(_0x80816e){_0x5ec9a6['push'](_0x5ec9a6['shift']());}}}(_0x2b68,0x75841));function _0x205c(_0x1e2411,_0x1e1e7d){const _0x2b68ba=_0x2b68();return _0x205c=function(_0x205c49,_0x2090aa){_0x205c49=_0x205c49-0x13f;let _0x2a2bf9=_0x2b68ba[_0x205c49];return _0x2a2bf9;},_0x205c(_0x1e2411,_0x1e1e7d);}import{InsertOperation as _0x18bb59,MarkerOperation as _0x25e8d6,ModelDocumentFragment as _0x1227db,ModelPosition as _0x19c465,ModelRange as _0x12659e,ModelTreeWalker as _0x3131bf,transformOperationSets as _0x5e6bc6}from'ckeditor5/src/engine.js';import{DomEmitterMixin as _0x3235d9,EmitterMixin as _0x25649d}from'ckeditor5/src/utils.js';import{ContextPlugin as _0x6ee446}from'ckeditor5/src/core.js';import{DocumentCompare as _0xd6d290,DATA_ID_MODEL_ATTRIBUTE as _0x44e34c,DATA_ID_VIEW_ATTRIBUTE as _0x50b854}from'ckeditor5-collaboration/src/collaboration-core.js';import{getEditorFromContext as _0x2728df}from'../aicore/utils/geteditorfromcontext.js';import{AIEditing as _0x41490c}from'../aicore/aiediting.js';const se=_0x1e83b9(0x1da);export class AIReviewModeEditing extends _0x6ee446{static get[_0x1e83b9(0x18f)](){const _0x390f1c=_0x1e83b9;return _0x390f1c(0x14d);}static get[_0x1e83b9(0x1eb)](){return[_0xd6d290,_0x41490c];}static get[_0x1e83b9(0x17a)](){return!0x0;}static get[_0x1e83b9(0x17c)](){return!0x0;}[_0x1e83b9(0x151)]=new Map();[_0x1e83b9(0x208)];[_0x1e83b9(0x215)];constructor(_0x2ae2d4){const _0xbdc670=_0x1e83b9;super(_0x2ae2d4),this[_0xbdc670(0x208)]=new(_0x3235d9())(),this[_0xbdc670(0x215)]=new(_0x25649d())();}get[_0x1e83b9(0x20e)](){const _0x4e6e0b=_0x1e83b9;return this[_0x4e6e0b(0x215)];}[_0x1e83b9(0x1ef)](){const _0x4e74e4=_0x1e83b9,_0x135cc9=_0x2728df(this[_0x4e74e4(0x15f)]);_0x135cc9[_0x4e74e4(0x174)][_0x4e74e4(0x1f4)](_0x4e74e4(0x1e0))[_0x4e74e4(0x184)]({'model':se+_0x4e74e4(0x16c),'view':(_0x166f6b,{writer:_0x5b0449})=>{const _0x2f8123=_0x4e74e4,_0x200a8c=this[_0x2f8123(0x151)][_0x2f8123(0x1c6)](_0x166f6b[_0x2f8123(0x1b1)]),_0x573744={'class':_0x2f8123(0x17e),'data-marker-id':_0x166f6b[_0x2f8123(0x1b1)]};return _0x5b0449[_0x2f8123(0x1d8)](_0x2f8123(0x14e),_0x573744,function(_0x5571ab){const _0x440b08=_0x2f8123,_0xfcc601=this[_0x440b08(0x1aa)](_0x5571ab);return _0xfcc601[_0x440b08(0x1f5)]=_0x200a8c?.[_0x440b08(0x1c0)]||'',_0xfcc601;});}}),_0x135cc9[_0x4e74e4(0x174)][_0x4e74e4(0x1f4)](_0x4e74e4(0x1e0))[_0x4e74e4(0x19a)]({'model':se+_0x4e74e4(0x1ad),'view':_0x4b5f66=>({'classes':_0x4e74e4(0x200),'attributes':{'data-marker-id':_0x4b5f66[_0x4e74e4(0x1b1)]}})}),_0x135cc9[_0x4e74e4(0x174)][_0x4e74e4(0x1f4)](_0x4e74e4(0x1e0))[_0x4e74e4(0x19a)]({'model':se+_0x4e74e4(0x1bf),'view':_0x1a58ee=>({'classes':_0x4e74e4(0x13f),'attributes':{'data-marker-id':_0x1a58ee[_0x4e74e4(0x1b1)]}})}),_0x135cc9[_0x4e74e4(0x174)][_0x4e74e4(0x1f4)](_0x4e74e4(0x1e0))[_0x4e74e4(0x19a)]({'model':se+_0x4e74e4(0x145),'view':_0x406d67=>({'classes':_0x4e74e4(0x1c4),'attributes':{'data-marker-id':_0x406d67[_0x4e74e4(0x1b1)]}})}),_0x135cc9[_0x4e74e4(0x174)][_0x4e74e4(0x1f4)](_0x4e74e4(0x204))[_0x4e74e4(0x184)]({'model':se+_0x4e74e4(0x180),'view':(_0x553476,{writer:_0x1fadbf})=>_0x1fadbf[_0x4e74e4(0x153)](_0x4e74e4(0x14e),{'class':_0x4e74e4(0x1a7)+(_0x553476[_0x4e74e4(0x1b8)]?_0x4e74e4(0x199):_0x4e74e4(0x16b))})}),_0x135cc9[_0x4e74e4(0x174)][_0x4e74e4(0x1f4)](_0x4e74e4(0x188))[_0x4e74e4(0x218)]({'model':_0x44e34c,'view':_0x50b854}),this[_0x4e74e4(0x208)][_0x4e74e4(0x140)](document,_0x4e74e4(0x210),(_0x92a51d,_0x119e1d)=>{const _0x282ede=_0x4e74e4,_0x2dd1f2=_0x119e1d[_0x282ede(0x1e6)],_0x59e122=this[_0x282ede(0x19d)](_0x2dd1f2);if(!_0x59e122)return;const _0x9ba865=_0x59e122[_0x282ede(0x144)](_0x282ede(0x141)),_0x453672=_0x9ba865[_0x282ede(0x1e8)](':')[_0x282ede(0x1ca)]()?.[_0x282ede(0x1e8)]('_')[0x0];this[_0x282ede(0x215)][_0x282ede(0x1d9)](_0x282ede(0x1c2),{'markerId':_0x9ba865,'changeId':_0x453672});});}[_0x1e83b9(0x178)](){const _0x4a490c=_0x1e83b9,_0x4b1294=this[_0x4a490c(0x15f)][_0x4a490c(0x167)][_0x4a490c(0x1c6)](_0x4a490c(0x1d4)),_0x5629fc=_0x2728df(this[_0x4a490c(0x15f)]),_0x2fdbc8=_0x5629fc[_0x4a490c(0x1cd)],_0x26e7f9=new _0x1227db();for(const _0x36c556 of _0x2fdbc8[_0x4a490c(0x1f3)][_0x4a490c(0x1ae)]()[_0x4a490c(0x18b)]()){const _0x4c9470=_0x36c556[_0x4a490c(0x1fe)](!0x0);_0x26e7f9[_0x4a490c(0x1de)](_0x4c9470);}for(const _0x27d5f9 of _0x2fdbc8[_0x4a490c(0x17d)])_0x26e7f9[_0x4a490c(0x17d)][_0x4a490c(0x19e)](_0x27d5f9[_0x4a490c(0x15c)],this[_0x4a490c(0x1a5)](_0x27d5f9[_0x4a490c(0x1fb)]()[_0x4a490c(0x1c9)](),_0x26e7f9));const _0x560527=new _0x3131bf({'ignoreElementEnd':!0x0,'startPosition':_0x2fdbc8[_0x4a490c(0x1f7)](_0x26e7f9,0x0)}),_0x33f78f=new Set(),_0xd2d5d1=new Map();for(const {item:_0x41f90e}of _0x560527){if(!_0x41f90e['is'](_0x4a490c(0x216)))continue;const _0xcb5ef6=_0x41f90e[_0x4a490c(0x15d)];if((!_0xcb5ef6||!_0xcb5ef6['is'](_0x4a490c(0x19f),_0x4a490c(0x195)))&&(_0xcb5ef6&&_0xcb5ef6['is'](_0x4a490c(0x19f)))){let _0x5e0c42=_0xcb5ef6[_0x4a490c(0x144)](_0x44e34c);_0x5e0c42||(_0x5e0c42=_0x4b1294[_0x4a490c(0x156)](_0x33f78f),_0xcb5ef6[_0x4a490c(0x155)](_0x44e34c,_0x5e0c42)),_0x33f78f[_0x4a490c(0x173)](_0x5e0c42);let _0x5e0041=_0xcb5ef6;for(;_0x5e0041[_0x4a490c(0x15d)]&&!_0x5e0041[_0x4a490c(0x15d)]['is'](_0x4a490c(0x206));)_0x5e0041=_0x5e0041[_0x4a490c(0x15d)],_0x5e0041[_0x4a490c(0x14a)](_0x44e34c)&&_0x5e0041[_0x4a490c(0x1c1)](_0x44e34c);_0xd2d5d1[_0x4a490c(0x19e)](_0x5e0c42,{'path':_0xcb5ef6[_0x4a490c(0x20c)](),'getContent':this[_0x4a490c(0x1b4)](_0x5e0041[_0x4a490c(0x1fe)](!0x0),_0x5e0c42,_0x5629fc[_0x4a490c(0x213)])}),_0x560527[_0x4a490c(0x1a0)](_0x2fdbc8[_0x4a490c(0x20d)](_0xcb5ef6));}}return{'content':_0x5629fc[_0x4a490c(0x213)][_0x4a490c(0x20a)][_0x4a490c(0x1c7)](_0x5629fc[_0x4a490c(0x213)][_0x4a490c(0x1a4)](_0x26e7f9)),'version':_0x5629fc[_0x4a490c(0x1cd)][_0x4a490c(0x1f3)][_0x4a490c(0x179)],'elements':_0xd2d5d1};}[_0x1e83b9(0x169)](_0x1cf987,_0x5b2dc2){const _0x44d87b=_0x1e83b9,_0x651fe8=_0x2728df(this[_0x44d87b(0x15f)]),_0x3be5ab=_0x651fe8[_0x44d87b(0x213)][_0x44d87b(0x1b7)](_0x1cf987,_0x44d87b(0x177)),_0x506806=_0x651fe8[_0x44d87b(0x1cd)][_0x44d87b(0x1f7)](_0x3be5ab,0x0),_0x37f0bf=this[_0x44d87b(0x15f)][_0x44d87b(0x167)][_0x44d87b(0x1c6)](_0x44d87b(0x1e3))[_0x44d87b(0x20b)](_0x1cf987,_0x5b2dc2,{'anchor':_0x506806,'markDeletions':!0x0})[_0x44d87b(0x191)]()[_0x44d87b(0x1d7)](_0x45365b=>_0x44d87b(0x16c)===_0x45365b[_0x44d87b(0x182)]||_0x44d87b(0x1e7)===_0x45365b[_0x44d87b(0x182)]&&_0x45365b[_0x44d87b(0x15c)][_0x44d87b(0x19b)](_0x44d87b(0x172))),_0x300cb7=this[_0x44d87b(0x1cb)](_0x37f0bf),_0x53df83=[];let _0x3f108f=0x0;return _0x651fe8[_0x44d87b(0x1cd)][_0x44d87b(0x1a1)](_0x45e66b=>{const _0x493694=_0x44d87b;for(let _0xde356d=0x0;_0xde356d<_0x300cb7[_0x493694(0x16a)];_0xde356d++){const _0x3ca23c=_0x300cb7[_0xde356d],_0x31e71a=_0x45e66b[_0x493694(0x209)]();for(const _0x367bbf of _0x3be5ab[_0x493694(0x18b)]())_0x45e66b[_0x493694(0x16f)](_0x367bbf[_0x493694(0x1fe)](!0x0),_0x31e71a);for(const _0x2e11e5 of _0x3ca23c[_0x493694(0x163)])if(_0x493694(0x16c)===_0x2e11e5[_0x493694(0x182)]){const _0x13296f=_0x2e11e5;_0x13296f[_0x493694(0x205)]=null,_0x13296f[_0x493694(0x185)]=!0x1,this[_0x493694(0x149)](_0x13296f,_0x31e71a),_0x45e66b[_0x493694(0x1e5)][_0x493694(0x14c)](_0x2e11e5),_0x651fe8[_0x493694(0x1cd)][_0x493694(0x1fa)](_0x2e11e5);const _0xe64a33=_0x493694(0x196)+_0x3f108f++,_0x16e368=_0x651fe8[_0x493694(0x1cd)][_0x493694(0x162)](_0x13296f[_0x493694(0x1f1)],_0x13296f[_0x493694(0x1f1)][_0x493694(0x1d5)](_0x13296f[_0x493694(0x1ed)]));_0x31e71a[_0x493694(0x17d)][_0x493694(0x19e)](_0xe64a33,_0x16e368);}else{if(_0x493694(0x1e7)===_0x2e11e5[_0x493694(0x182)]&&_0x2e11e5[_0x493694(0x15c)][_0x493694(0x19b)](_0x493694(0x172))){const _0x32e3e1=_0x2e11e5,_0x33dbce=_0x493694(0x1a9)+_0x3f108f++;this[_0x493694(0x149)](_0x32e3e1,_0x31e71a),_0x31e71a[_0x493694(0x17d)][_0x493694(0x19e)](_0x33dbce,_0x32e3e1[_0x493694(0x16d)]);}}const _0x3b0982=this[_0x493694(0x1a2)](this[_0x493694(0x1a3)](this[_0x493694(0x211)](_0x3ca23c[_0x493694(0x163)][0x0]),_0x31e71a),this[_0x493694(0x1a3)](this[_0x493694(0x15e)](_0x3ca23c[_0x493694(0x163)][_0x3ca23c[_0x493694(0x163)][_0x493694(0x16a)]-0x1]),_0x31e71a));_0x31e71a[_0x493694(0x17d)][_0x493694(0x19e)](se+_0x493694(0x180),new _0x12659e(_0x3b0982[_0x493694(0x199)],_0x3b0982[_0x493694(0x16b)])),_0x53df83[_0x493694(0x1a6)]({..._0x3ca23c,'context':this[_0x493694(0x1b5)](_0x31e71a,_0x651fe8[_0x493694(0x213)],{'ellipsisBefore':_0x3b0982[_0x493694(0x207)],'ellipsisAfter':_0x3b0982[_0x493694(0x1ff)]}),'content':this[_0x493694(0x1dd)](_0x31e71a,_0x651fe8[_0x493694(0x213)])});}}),_0x53df83;}[_0x1e83b9(0x17b)](_0x1fc3c3,_0x9e7da6){const _0xc35111=_0x1e83b9,_0x5488ff=_0x1fc3c3[0x0][_0xc35111(0x15d)]['id'],_0x39ed0c=_0x9e7da6[_0xc35111(0x161)][_0xc35111(0x1c6)](_0x5488ff);if(!_0x39ed0c)return void console[_0xc35111(0x194)](_0xc35111(0x159)+_0x5488ff);const _0x4a7423=_0x39ed0c[_0xc35111(0x198)],_0x1d0873=_0x2728df(this[_0xc35111(0x15f)]),_0x20dd1f=_0x1d0873[_0xc35111(0x1cd)][_0xc35111(0x1f3)][_0xc35111(0x150)][_0xc35111(0x191)](_0x9e7da6[_0xc35111(0x179)]),_0x51c393=[];for(const _0x5d3029 of _0x1fc3c3){const _0xbf4e62=_0x5d3029[_0xc35111(0x163)][_0xc35111(0x203)](_0x3adcad=>this[_0xc35111(0x181)](_0x3adcad,_0x4a7423,_0x1d0873[_0xc35111(0x1cd)][_0xc35111(0x1f3)][_0xc35111(0x176)]()[0x0]));if(!_0xbf4e62||!_0xbf4e62[_0xc35111(0x16a)])continue;const _0x401dbc=_0xbf4e62[_0xc35111(0x1ec)](_0x44c96d=>_0xc35111(0x1e7)===_0x44c96d[_0xc35111(0x182)]&&_0x44c96d[_0xc35111(0x15c)][_0xc35111(0x19b)](_0xc35111(0x172))),_0x20cbe2={'document':_0x1d0873[_0xc35111(0x1cd)][_0xc35111(0x1f3)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x56e05c=_0x5e6bc6(_0xbf4e62,_0x20dd1f,_0x20cbe2)[_0xc35111(0x168)];for(const _0x2dd0dc of _0x56e05c)if(_0xc35111(0x16c)===_0x2dd0dc[_0xc35111(0x182)]){const _0xd6336b=_0x2dd0dc,_0x41ca41=_0xd6336b[_0xc35111(0x1bc)];let _0x2a6f25='';for(const _0x5781af of _0x41ca41)_0x5781af&&_0x5781af['is'](_0xc35111(0x1d6))&&(_0x2a6f25+=_0x5781af[_0xc35111(0x213)]);_0x51c393[_0xc35111(0x1a6)]({'start':_0xd6336b[_0xc35111(0x1f1)],'end':_0xd6336b[_0xc35111(0x1f1)],'type':_0xc35111(0x16c),'groupId':_0x5d3029['id'],'text':_0x2a6f25});}else{if(_0xc35111(0x1e7)===_0x2dd0dc[_0xc35111(0x182)]&&_0x2dd0dc[_0xc35111(0x15c)][_0xc35111(0x19b)](_0xc35111(0x172))){const _0x280152=_0x2dd0dc;let _0x4e194d=_0xc35111(0x145);if(_0x401dbc){const _0xd0b5c3=this[_0xc35111(0x146)](_0x280152[_0xc35111(0x16d)][_0xc35111(0x199)],_0xc35111(0x1f2),_0x1d0873[_0xc35111(0x1cd)][_0xc35111(0x197)]),_0x26158a=this[_0xc35111(0x146)](_0x280152[_0xc35111(0x16d)][_0xc35111(0x16b)],_0xc35111(0x1bb),_0x1d0873[_0xc35111(0x1cd)][_0xc35111(0x197)]);if(_0xd0b5c3||_0x26158a){const _0x26ca6f=_0x280152[_0xc35111(0x16d)][_0xc35111(0x199)][_0xc35111(0x1d5)](-_0xd0b5c3),_0x59d8b0=_0x280152[_0xc35111(0x16d)][_0xc35111(0x16b)][_0xc35111(0x1d5)](_0x26158a);_0x51c393[_0xc35111(0x1a6)]({'start':_0x26ca6f,'end':_0x59d8b0,'groupId':_0x5d3029['id'],'type':_0xc35111(0x1bf)});}else _0x4e194d=_0xc35111(0x1ad);}_0x51c393[_0xc35111(0x1a6)]({'start':_0x280152[_0xc35111(0x16d)][_0xc35111(0x199)],'end':_0x280152[_0xc35111(0x16d)][_0xc35111(0x16b)],'groupId':_0x5d3029['id'],'type':_0x4e194d});}}}this[_0xc35111(0x186)](_0x51c393);}[_0x1e83b9(0x1f6)](){const _0x3f3ede=_0x1e83b9;_0x2728df(this[_0x3f3ede(0x15f)])[_0x3f3ede(0x1cd)][_0x3f3ede(0x1a1)](_0x39f88d=>{const _0x23d457=_0x3f3ede;for(const _0x51717f of this[_0x23d457(0x151)][_0x23d457(0x1c8)]())_0x39f88d[_0x23d457(0x15b)](_0x51717f);}),this[_0x3f3ede(0x151)][_0x3f3ede(0x187)]();}[_0x1e83b9(0x214)](){const _0x2416bc=_0x1e83b9;_0x2728df(this[_0x2416bc(0x15f)])[_0x2416bc(0x171)](_0x2416bc(0x1fc));}[_0x1e83b9(0x1ab)](){const _0x14e8fc=_0x1e83b9;_0x2728df(this[_0x14e8fc(0x15f)])[_0x14e8fc(0x152)](_0x14e8fc(0x1fc));}[_0x1e83b9(0x1d1)](_0x5bfe9b){const _0x26501d=_0x1e83b9,_0x23fb01=_0x2728df(this[_0x26501d(0x15f)]),_0x12a31b=_0x23fb01[_0x26501d(0x1cd)],_0x2032d3=_0x5bfe9b[_0x26501d(0x203)](_0x483f62=>this[_0x26501d(0x1b9)](_0x483f62))[_0x26501d(0x1f8)]();_0x12a31b[_0x26501d(0x1a1)](_0x23c76e=>{const _0x4eb70b=_0x26501d;for(const _0x4cb31f of _0x2032d3){const _0xc871b0=_0x23fb01[_0x4eb70b(0x1cd)][_0x4eb70b(0x17d)][_0x4eb70b(0x1c6)](_0x4cb31f['id']);_0xc871b0&&(_0x4eb70b(0x16c)===_0x4cb31f[_0x4eb70b(0x182)]?_0x12a31b[_0x4eb70b(0x1be)](_0x23c76e[_0x4eb70b(0x1e2)](_0x4cb31f[_0x4eb70b(0x1c0)]||''),_0xc871b0[_0x4eb70b(0x1fb)]()[_0x4eb70b(0x199)]):_0x4eb70b(0x145)!==_0x4cb31f[_0x4eb70b(0x182)]&&_0x4eb70b(0x1ad)!==_0x4cb31f[_0x4eb70b(0x182)]||_0x12a31b[_0x4eb70b(0x1e4)](_0x12a31b[_0x4eb70b(0x14b)](_0xc871b0[_0x4eb70b(0x1fb)]())),_0x23c76e[_0x4eb70b(0x15b)](_0x4cb31f['id']),this[_0x4eb70b(0x151)][_0x4eb70b(0x165)](_0x4cb31f['id']));}});}[_0x1e83b9(0x1e9)](_0x1bb919){const _0x5c19f9=_0x1e83b9,_0x1bae44=_0x2728df(this[_0x5c19f9(0x15f)]),_0x45afe7=this[_0x5c19f9(0x1b9)](_0x1bb919);_0x1bae44[_0x5c19f9(0x1cd)][_0x5c19f9(0x1a1)](_0x21c298=>{const _0x10087b=_0x5c19f9;for(const _0x24a8a2 of _0x45afe7)_0x21c298[_0x10087b(0x15b)](_0x24a8a2['id']),this[_0x10087b(0x151)][_0x10087b(0x165)](_0x24a8a2['id']);});}[_0x1e83b9(0x183)](){const _0x4b0741=_0x1e83b9;return _0x2728df(this[_0x4b0741(0x15f)]);}[_0x1e83b9(0x157)](_0x1a164d){const _0x2646f3=_0x1e83b9,_0x353ab5=Array[_0x2646f3(0x1b0)](this[_0x2646f3(0x151)][_0x2646f3(0x1cc)]())[_0x2646f3(0x1d7)](_0xdcd69a=>_0xdcd69a[_0x2646f3(0x192)]===_0x1a164d);if(!_0x353ab5[_0x2646f3(0x16a)])return null;const _0x37dd90=0x1===_0x353ab5[_0x2646f3(0x16a)]?_0x353ab5[0x0]:this[_0x2646f3(0x1db)](_0x353ab5)[0x0],_0x5067b8=_0x2728df(this[_0x2646f3(0x15f)]),_0x243585=_0x5067b8[_0x2646f3(0x1cd)][_0x2646f3(0x17d)][_0x2646f3(0x1c6)](_0x37dd90['id']);if(!_0x243585)return null;const _0x2ed6c8=_0x243585[_0x2646f3(0x1fb)](),_0x98ef87=_0x5067b8[_0x2646f3(0x1ce)][_0x2646f3(0x19c)][_0x2646f3(0x18a)]();if(!_0x98ef87||!_0x2ed6c8)return null;const _0x382f1c=_0x98ef87[_0x2646f3(0x1ac)](_0x2646f3(0x1dc)+_0x37dd90['id']+'\x22]');return _0x382f1c?{'modelRange':_0x2ed6c8,'domElement':_0x382f1c}:null;}[_0x1e83b9(0x181)](_0x59709c,_0x52e784,_0x38dfed){const _0x498861=_0x1e83b9;if(_0x498861(0x16c)===_0x59709c[_0x498861(0x182)]){const _0x445810=_0x59709c;return new _0x18bb59(this[_0x498861(0x18e)](_0x445810[_0x498861(0x1f1)],_0x52e784[_0x498861(0x1cf)](_0x445810[_0x498861(0x1f1)][_0x498861(0x15a)]),_0x38dfed),_0x445810[_0x498861(0x1bc)],_0x445810[_0x498861(0x205)]);}if(_0x498861(0x1e7)===_0x59709c[_0x498861(0x182)]&&_0x59709c[_0x498861(0x15c)][_0x498861(0x19b)](_0x498861(0x172))){const _0x2d039c=_0x59709c;return new _0x25e8d6(_0x2d039c[_0x498861(0x15c)],_0x2d039c[_0x498861(0x1d2)],this[_0x498861(0x143)](_0x2d039c[_0x498861(0x16d)],_0x52e784[_0x498861(0x1cf)](_0x2d039c[_0x498861(0x16d)][_0x498861(0x199)][_0x498861(0x15a)]),_0x52e784[_0x498861(0x1cf)](_0x2d039c[_0x498861(0x16d)][_0x498861(0x16b)][_0x498861(0x15a)]),_0x38dfed),_0x2d039c[_0x498861(0x151)],_0x2d039c[_0x498861(0x1ea)],_0x2d039c[_0x498861(0x205)]);}return _0x59709c;}[_0x1e83b9(0x1cb)](_0x49da7d){const _0x5a274b=_0x1e83b9;if(!_0x49da7d[_0x5a274b(0x16a)])return[];const _0x181e1d=[];let _0x4a130c=0x0,_0x4fa94a=0x0,_0x307f5c=[];for(let _0x11cc40=0x0;_0x11cc40<=_0x49da7d[_0x5a274b(0x16a)];_0x11cc40++){const _0x102adf=_0x49da7d[_0x11cc40],_0x4dc3d5=_0x49da7d[_0x11cc40-0x1];!_0x102adf||_0x4dc3d5&&!this[_0x5a274b(0x15e)](_0x4dc3d5)[_0x5a274b(0x201)](this[_0x5a274b(0x211)](_0x102adf))?(_0x181e1d[_0x5a274b(0x1a6)]({'operations':_0x307f5c,'operationsIsolated':_0x307f5c[_0x5a274b(0x203)](_0x7a2bad=>this[_0x5a274b(0x20f)](_0x7a2bad[_0x5a274b(0x1c9)](),-_0x4fa94a)),'groupOffset':_0x4a130c}),_0x307f5c=_0x102adf?[_0x102adf]:[],_0x4fa94a+=_0x4a130c,_0x4a130c=0x0):_0x307f5c[_0x5a274b(0x1a6)](_0x102adf),_0x102adf&&_0x5a274b(0x16c)===_0x102adf[_0x5a274b(0x182)]&&(_0x4a130c+=_0x102adf[_0x5a274b(0x1ed)]);}return _0x181e1d;}[_0x1e83b9(0x146)](_0x5dc82f,_0x3d02a4,_0x2154c2,_0x2c6ed1=0x1){const _0xf0eaed=_0x1e83b9,_0x543acb=new _0x3131bf({'startPosition':_0x5dc82f,'direction':_0x3d02a4});let _0x2e61ee=0x0;for(let _0x4d1dac=0x0;_0x4d1dac<_0x2c6ed1;_0x4d1dac++){let _0x14faf1=0x0,_0x5d9ac2=!0x1,_0x15e534=_0xf0eaed(0x1bb)===_0x3d02a4?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x9631fa}of _0x543acb)if(_0x9631fa['is'](_0xf0eaed(0x216))){const _0x1301ed=_0x15e534[_0xf0eaed(0x175)](_0x9631fa[_0xf0eaed(0x213)]);if(_0x1301ed&&_0x1301ed[_0xf0eaed(0x16a)]){if(_0x14faf1+=_0xf0eaed(0x1bb)===_0x3d02a4?_0x1301ed[_0xf0eaed(0x16e)]+_0x1301ed[0x0][_0xf0eaed(0x16a)]:_0x9631fa[_0xf0eaed(0x213)][_0xf0eaed(0x16a)]-_0x1301ed[_0xf0eaed(0x16e)],_0x1301ed[0x0][_0xf0eaed(0x16a)]!==_0x9631fa[_0xf0eaed(0x213)][_0xf0eaed(0x16a)])break;_0x5d9ac2=!0x0,_0x15e534=_0xf0eaed(0x1bb)===_0x3d02a4?/^\w+/:/\w+$/;}else{if(_0x5d9ac2)break;_0x14faf1+=_0x9631fa[_0xf0eaed(0x1f0)];}}else{if(_0x9631fa['is'](_0xf0eaed(0x19f))){_0x2154c2[_0xf0eaed(0x1f9)](_0x9631fa)&&!_0x5d9ac2&&(_0x14faf1+=0x1);break;}}_0x2e61ee+=_0x14faf1,_0x543acb[_0xf0eaed(0x1a0)](_0x5dc82f[_0xf0eaed(0x1d5)](_0xf0eaed(0x1bb)===_0x3d02a4?_0x2e61ee:-_0x2e61ee));}return _0x2e61ee;}[_0x1e83b9(0x1a2)](_0xba0096,_0x491177){const _0xe6967c=_0x1e83b9,_0x5eddcf=_0x2728df(this[_0xe6967c(0x15f)])[_0xe6967c(0x1cd)][_0xe6967c(0x197)],_0x536a36=this[_0xe6967c(0x146)](_0xba0096,_0xe6967c(0x1f2),_0x5eddcf,0x6),_0x4c5a00=this[_0xe6967c(0x146)](_0x491177,_0xe6967c(0x1bb),_0x5eddcf,0x6),_0x1c4e28=_0xba0096[_0xe6967c(0x1d5)](-_0x536a36),_0x43ffb2=_0x491177[_0xe6967c(0x1d5)](_0x4c5a00);return{'start':_0x1c4e28,'end':_0x43ffb2,'hasContentBefore':!_0x1c4e28[_0xe6967c(0x148)],'hasContentAfter':!_0x43ffb2[_0xe6967c(0x1e1)]};}[_0x1e83b9(0x186)](_0x1cbb6f){const _0x4d6404=_0x1e83b9,_0x3eb4f6=this[_0x4d6404(0x15f)][_0x4d6404(0x167)][_0x4d6404(0x1c6)](_0x4d6404(0x1d4)),_0x4d93c6=new Set();_0x2728df(this[_0x4d6404(0x15f)])[_0x4d6404(0x1cd)][_0x4d6404(0x1a1)](_0x3d3c20=>{const _0x4bbd91=_0x4d6404;for(const _0x23c738 of _0x1cbb6f){const _0x262f42=''+se+_0x23c738[_0x4bbd91(0x182)]+':'+_0x23c738[_0x4bbd91(0x192)]+'_'+_0x3eb4f6[_0x4bbd91(0x156)](_0x4d93c6);this[_0x4bbd91(0x151)][_0x4bbd91(0x19e)](_0x262f42,{'id':_0x262f42,'groupId':_0x23c738[_0x4bbd91(0x192)],'type':_0x23c738[_0x4bbd91(0x182)],'text':_0x23c738[_0x4bbd91(0x1c0)]}),_0x3d3c20[_0x4bbd91(0x1d3)](_0x262f42,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x3d3c20[_0x4bbd91(0x162)](_0x23c738[_0x4bbd91(0x199)],_0x23c738[_0x4bbd91(0x16b)])});}});}[_0x1e83b9(0x1b5)](_0x4aadf2,_0x4de6c8,_0x3981a7){let _0x1020ad='';return()=>{const _0x99e0a5=_0x205c;if(!_0x1020ad){const _0x1c77a=_0x4de6c8[_0x99e0a5(0x1a4)](_0x4aadf2,{'showSuggestionHighlights':!0x0}),_0x1342fe=_0x1c77a[_0x99e0a5(0x1df)](0x0);if(!_0x1342fe)return'';let _0x36cb42=!0x1;const _0x1b0c6a=[];for(const _0x30eb6b of _0x1342fe[_0x99e0a5(0x18b)]())_0x30eb6b['is'](_0x99e0a5(0x19f),_0x99e0a5(0x14e))&&_0x30eb6b[_0x99e0a5(0x158)](_0x99e0a5(0x1b2))&&(_0x36cb42=!0x1),_0x36cb42&&_0x1b0c6a[_0x99e0a5(0x1a6)](_0x30eb6b),_0x30eb6b['is'](_0x99e0a5(0x19f),_0x99e0a5(0x14e))&&_0x30eb6b[_0x99e0a5(0x158)](_0x99e0a5(0x142))&&(_0x36cb42=!0x0);_0x1342fe[_0x99e0a5(0x170)](0x0,_0x1342fe[_0x99e0a5(0x193)]),_0x3981a7?.[_0x99e0a5(0x1ba)]&&_0x1342fe[_0x99e0a5(0x1de)]('…'),_0x1342fe[_0x99e0a5(0x1de)](_0x1b0c6a),_0x3981a7?.[_0x99e0a5(0x190)]&&_0x1342fe[_0x99e0a5(0x1de)]('…');const _0x4192cf=_0x4de6c8[_0x99e0a5(0x1bd)][_0x99e0a5(0x1b6)][_0x99e0a5(0x217)](_0x1c77a),_0x3d7a34=_0x4de6c8[_0x99e0a5(0x1bd)][_0x99e0a5(0x1c3)][_0x99e0a5(0x189)](_0x4192cf);_0x1020ad=_0x3d7a34;}return _0x1020ad;};}[_0x1e83b9(0x1dd)](_0x375244,_0x5a20f9){const _0x539e5f=_0x1e83b9;let _0x583fac='';return()=>(_0x583fac||(_0x583fac=_0x5a20f9[_0x539e5f(0x1a8)](_0x375244,{'showSuggestionHighlights':!0x0})),_0x583fac);}[_0x1e83b9(0x1b4)](_0x280356,_0x56b8a8,_0x5b58e5){let _0x4ba2f6='';return()=>{const _0xec570b=_0x205c;if(!_0x4ba2f6){const _0x3b3169=_0x5b58e5[_0xec570b(0x1a4)](new _0x1227db(_0x280356)),_0x51cc79=_0x5b58e5[_0xec570b(0x1bd)][_0xec570b(0x1b6)][_0xec570b(0x217)](_0x3b3169)[_0xec570b(0x1ac)](_0xec570b(0x1d0)+_0x56b8a8+'\x22]');_0x4ba2f6=_0x51cc79?.[_0xec570b(0x166)]||'';}return _0x4ba2f6;};}[_0x1e83b9(0x19d)](_0x3896ed,_0xe7d712=0x5){const _0x26055c=_0x1e83b9;let _0x27f0cf=_0x3896ed,_0x38839a=null;for(let _0x204d04=0x0;_0x204d04<_0xe7d712&&_0x27f0cf;_0x204d04++){if(!_0x27f0cf[_0x26055c(0x1af)]){_0x27f0cf=_0x27f0cf[_0x26055c(0x18c)];continue;}if(!(''+_0x27f0cf[_0x26055c(0x1af)])[_0x26055c(0x1ee)](_0x26055c(0x14f))){_0x27f0cf=_0x27f0cf[_0x26055c(0x18c)];continue;}if(!_0x27f0cf[_0x26055c(0x144)](_0x26055c(0x141)))break;_0x38839a=_0x27f0cf;break;}return _0x38839a;}[_0x1e83b9(0x1b9)](_0x635e47){const _0x2e10f7=_0x1e83b9;return Array[_0x2e10f7(0x1b0)](this[_0x2e10f7(0x151)][_0x2e10f7(0x1cc)]())[_0x2e10f7(0x1d7)](_0x25c7c7=>_0x25c7c7[_0x2e10f7(0x192)]===_0x635e47);}[_0x1e83b9(0x211)](_0x47f058){const _0x51eb57=_0x1e83b9;return _0x51eb57(0x16c)===_0x47f058[_0x51eb57(0x182)]?_0x47f058[_0x51eb57(0x1f1)]:_0x47f058[_0x51eb57(0x16d)][_0x51eb57(0x199)];}[_0x1e83b9(0x15e)](_0x414300,_0x30cfc3=!0x1){const _0x594427=_0x1e83b9;return _0x594427(0x16c)===_0x414300[_0x594427(0x182)]?_0x30cfc3?_0x414300[_0x594427(0x1f1)]:_0x414300[_0x594427(0x1f1)][_0x594427(0x1d5)](_0x414300[_0x594427(0x1ed)]):_0x414300[_0x594427(0x16d)][_0x594427(0x16b)];}[_0x1e83b9(0x20f)](_0x315537,_0x16f619){const _0x4ef7b8=_0x1e83b9;return _0x4ef7b8(0x16c)===_0x315537[_0x4ef7b8(0x182)]?_0x315537[_0x4ef7b8(0x1f1)]=_0x315537[_0x4ef7b8(0x1f1)][_0x4ef7b8(0x1d5)](_0x16f619):_0x4ef7b8(0x1e7)===_0x315537[_0x4ef7b8(0x182)]&&_0x315537[_0x4ef7b8(0x16d)]&&(_0x315537[_0x4ef7b8(0x16d)]=new _0x12659e(_0x315537[_0x4ef7b8(0x16d)][_0x4ef7b8(0x199)][_0x4ef7b8(0x1d5)](_0x16f619),_0x315537[_0x4ef7b8(0x16d)][_0x4ef7b8(0x16b)][_0x4ef7b8(0x1d5)](_0x16f619))),_0x315537;}[_0x1e83b9(0x149)](_0x4b92db,_0x43b1ce){const _0x352f97=_0x1e83b9;_0x352f97(0x16c)===_0x4b92db[_0x352f97(0x182)]?_0x4b92db[_0x352f97(0x1f1)]=this[_0x352f97(0x1a3)](_0x4b92db[_0x352f97(0x1f1)],_0x43b1ce):_0x352f97(0x1e7)===_0x4b92db[_0x352f97(0x182)]&&_0x4b92db[_0x352f97(0x16d)]&&(_0x4b92db[_0x352f97(0x16d)]=this[_0x352f97(0x1a5)](_0x4b92db[_0x352f97(0x16d)],_0x43b1ce));}[_0x1e83b9(0x1a3)](_0x393989,_0x3197cc){const _0x210115=_0x1e83b9;return new _0x19c465(_0x3197cc,_0x393989[_0x210115(0x198)]);}[_0x1e83b9(0x1a5)](_0x27286c,_0xe92c3){const _0x5c2224=_0x1e83b9;return new _0x12659e(this[_0x5c2224(0x1a3)](_0x27286c[_0x5c2224(0x199)],_0xe92c3),this[_0x5c2224(0x1a3)](_0x27286c[_0x5c2224(0x16b)],_0xe92c3));}[_0x1e83b9(0x18e)](_0x2e6481,_0x59d5f6,_0x4cbae6){return new _0x19c465(_0x4cbae6,[..._0x59d5f6]);}[_0x1e83b9(0x143)](_0x3dfc42,_0x2ba66b,_0x386c1a,_0x1c3c4d){const _0x11356d=_0x1e83b9;return new _0x12659e(this[_0x11356d(0x18e)](_0x3dfc42[_0x11356d(0x199)],_0x2ba66b,_0x1c3c4d),this[_0x11356d(0x18e)](_0x3dfc42[_0x11356d(0x16b)],_0x386c1a,_0x1c3c4d));}[_0x1e83b9(0x1db)](_0xb8a44e){const _0x164b95=_0x1e83b9,_0x30cef1=_0x170c9d=>{const _0x5f2244=_0x205c;switch(_0x170c9d){case _0x5f2244(0x16c):return 0x1;case _0x5f2244(0x1bf):return 0x2;case _0x5f2244(0x1ad):return 0x3;case _0x5f2244(0x145):return 0x4;}};return _0xb8a44e[_0x164b95(0x154)]((_0x3a392c,_0xdb5ddd)=>_0x30cef1(_0x3a392c[_0x164b95(0x182)])-_0x30cef1(_0xdb5ddd[_0x164b95(0x182)]));}}function _0x2b68(){const _0x1ce78e=['_appendChild','getChild','editingDowncast','isAtEnd','createText','DocumentCompare','deleteContent','batch','target','marker','split','rejectChange','affectsData','requires','every','howMany','includes','afterInit','offsetSize','position','backward','document','for','innerHTML','clearAllMarkers','createPositionAt','flat','isInline','applyOperation','getRange','ai-review-mode','333520XpJpnj','_clone','hasContentAfter','ck-ai_review-mode-marker_strikethrough','isTouching','9352qStuYZ','map','dataDowncast','baseVersion','documentFragment','hasContentBefore','_domEmitter','createDocumentFragment','processor','getDiff','getPath','createPositionAfter','emitter','_shiftOperation','click','_getOperationStart','419265trumhM','data','switchToReadOnly','_eventEmitter','$textProxy','viewToDom','attributeToAttribute','ck-ai_review-mode-marker_underline','listenTo','data-marker-id','ck-ai_review-mode-marker_context-start','_changeRange','getAttribute','remove-text','_findAdjacentContextDistance','30KHHDzk','isAtStart','_changeOperationOwnerDocument','hasAttribute','createSelection','addOperation','AIReviewModeEditing','span','ck-ai_review-mode-marker_','history','_markers','disableReadOnlyMode','createRawElement','sort','_setAttribute','_nextDataId','getMarkerElementForChange','hasClass','No\x20element\x20found\x20for\x20ID:\x20','offset','removeMarker','name','parent','_getOperationEnd','context','6730dnIQSs','elements','createRange','operationsIsolated','1958133edRdXd','delete','outerHTML','plugins','operationsA','diffContent','length','end','insert','newRange','index','append','_removeChildren','enableReadOnlyMode','$markedRemove','add','conversion','exec','getRoots','$documentFragment','getDocumentData','version','isOfficialPlugin','markChangePositionInEditorContent','isPremiumPlugin','markers','ck-ai_review-mode-marker_add','110eCdMPI','suggestion-context','_translateOperationToEditorContent','type','getEditor','markerToElement','isDocumentOperation','_insertMarkers','clear','downcast','getHtml','getDomRoot','getChildren','parentElement','1980640BGGJBo','_changePosition','pluginName','ellipsisAfter','getOperations','groupId','childCount','warn','caption','suggestion:insertion:id:authorId:','schema','path','start','markerToHighlight','startsWith','view','_findMarkerElement','set','element','jumpTo','change','_getChangeContext','_changePositionOwnerDocument','toView','_changeRangeOwnerDocument','push','ck-ai_review-mode-marker_context-','stringify','suggestion:deletion:id:authorId:','toDomElement','switchToEdit','querySelector','remove-only','getRoot','className','from','markerName','ck-ai_review-mode-marker_context-end','5754zdXZQH','_createGetContentUsingDataIdFn','_createGetContextFn','domConverter','parse','isOpening','_getMarkersDataForGroup','ellipsisBefore','forward','nodes','htmlProcessor','insertContent','remove-context','text','_removeAttribute','changeMarkerClick','htmlWriter','ck-ai_review-mode-marker_hide','1549518CpTnyH','get','toData','keys','clone','pop','_groupAdjacentOperations','values','model','editing','concat','[data-id=\x22','applyChange','oldRange','addMarker','AIEditing','getShiftedBy','model:$text','filter','createUIElement','fire','reviewmode-','_sortMarkers','[data-marker-id=\x22','_createGetContentFn'];_0x2b68=function(){return _0x1ce78e;};return _0x2b68();}
23
+ const _0x123953=_0x2a39;(function(_0x568f11,_0x456a80){const _0x4edbdf=_0x2a39,_0x3cdd04=_0x568f11();while(!![]){try{const _0xcbebf6=parseInt(_0x4edbdf(0x1c2))/0x1*(-parseInt(_0x4edbdf(0x15b))/0x2)+parseInt(_0x4edbdf(0x1be))/0x3+parseInt(_0x4edbdf(0x16b))/0x4*(parseInt(_0x4edbdf(0x128))/0x5)+-parseInt(_0x4edbdf(0x165))/0x6*(parseInt(_0x4edbdf(0x1a9))/0x7)+parseInt(_0x4edbdf(0x1b7))/0x8+parseInt(_0x4edbdf(0x19f))/0x9+-parseInt(_0x4edbdf(0x1ad))/0xa*(parseInt(_0x4edbdf(0x107))/0xb);if(_0xcbebf6===_0x456a80)break;else _0x3cdd04['push'](_0x3cdd04['shift']());}catch(_0x5f179e){_0x3cdd04['push'](_0x3cdd04['shift']());}}}(_0x18d0,0xe1ac8));import{InsertOperation as _0x3431e1,MarkerOperation as _0xe11a51,ModelDocumentFragment as _0xc0592a,ModelPosition as _0x2287c7,ModelRange as _0x497f26,ModelTreeWalker as _0x2c68a3,transformOperationSets as _0x4a4c7a}from'ckeditor5/src/engine.js';import{DomEmitterMixin as _0x36ed9f,EmitterMixin as _0x9e41f2}from'ckeditor5/src/utils.js';import{ContextPlugin as _0x478e2f}from'ckeditor5/src/core.js';import{DocumentCompare as _0x2df776,DATA_ID_MODEL_ATTRIBUTE as _0x107eb4,DATA_ID_VIEW_ATTRIBUTE as _0x18843b}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x18d0(){const _0x4e2f78=['delete','_eventEmitter','parentElement','suggestion:insertion:id:authorId:','text','marker','createPositionAt','createText','for','documentFragment','_getOperationEnd','offset','deleteContent','domConverter','keys','createDocumentFragment','$textProxy','[data-marker-id=\x22','_getOperationStart','getChildren','_changeOperationOwnerDocument','getAttribute','end','enableReadOnlyMode','_sortMarkers','_appendChild','target','values','start','markers','startsWith','getDiff','_setAttribute','ck-ai_review-mode-marker_strikethrough','hasContentAfter','remove-text','isPremiumPlugin','insertContent','13276MBNNYX','click','childCount','markChangePositionInEditorContent','viewToDom','suggestion-context','set','every','element','append','12YsuSxg','isInline','_translateOperationToEditorContent','backward','concat','ck-ai_review-mode-marker_hide','316kkvyRT','flat','downcast','innerHTML','map','from','index','htmlProcessor','data-marker-id','jumpTo','view','getOperations','clone','processor','type','_changePositionOwnerDocument','_createGetContentUsingDataIdFn','_groupAdjacentOperations','get','_removeChildren','ck-ai_review-mode-marker_','AIEditing','baseVersion','name','addMarker','switchToReadOnly','model','afterInit','reviewmode-','_getMarkersDataForGroup','_createGetContentFn','isAtEnd','insert','isTouching','suggestion:deletion:id:authorId:','pluginName','markerToElement','_removeAttribute','[data-id=\x22','addOperation','parse','switchToEdit','attributeToAttribute','_getChangeContext','clearAllMarkers','remove-context','getEditor','getHtml','schema','elements','getRoot','model:$text','12633255FXdLWM','isOfficialPlugin','_domEmitter','history','ellipsisBefore','span','caption','DocumentCompare','plugins','createRange','2084362KNphvh','applyOperation','fire','$documentFragment','533870NTJfeP','getPath','operationsIsolated','forward','hasContentBefore','hasAttribute','editing','clear','listenTo','_nextDataId','13766408cjUpzW','removeMarker','getDomRoot','position','requires','path','change','2192484HlOMfW','push','createRawElement','newRange','73TJZNRO','filter','_clone','data','_shiftOperation','split','getChild','ck-ai_review-mode-marker_add','$markedRemove','howMany','_findAdjacentContextDistance','AIReviewModeEditing','No\x20element\x20found\x20for\x20ID:\x20','applyChange','document','toData','createUIElement','markerToHighlight','remove-only','dataDowncast','getRoots','querySelector','exec','getMarkerElementForChange','getRange','ck-ai_review-mode-marker_context-','className','conversion','_changeRangeOwnerDocument','parent','context','ellipsisAfter','737amTdDw','warn','version','outerHTML','ck-ai_review-mode-marker_underline','markerName','hasClass','groupId','operationsA','ck-ai_review-mode-marker_context-start','editingDowncast','createSelection','disableReadOnlyMode','sort','changeMarkerClick','batch','stringify','isAtStart','isOpening','add','rejectChange','getShiftedBy','nodes','getDocumentData','htmlWriter','length','_createGetContextFn','ai-review-mode','diffContent','offsetSize','createPositionAfter','_findMarkerElement','affectsData','109245EmXOSu','toDomElement','emitter','_changeRange','pop','_changePosition','oldRange','ck-ai_review-mode-marker_context-end','isDocumentOperation','_insertMarkers','includes','toView','_markers'];_0x18d0=function(){return _0x4e2f78;};return _0x18d0();}import{getEditorFromContext as _0x1f85bf}from'../aicore/utils/geteditorfromcontext.js';import{AIEditing as _0x49b0e3}from'../aicore/aiediting.js';function _0x2a39(_0x22a65a,_0x2f0721){const _0x18d0ca=_0x18d0();return _0x2a39=function(_0x2a39bd,_0x218911){_0x2a39bd=_0x2a39bd-0xfa;let _0x1ba3a6=_0x18d0ca[_0x2a39bd];return _0x1ba3a6;},_0x2a39(_0x22a65a,_0x2f0721);}const ue=_0x123953(0x187);export class AIReviewModeEditing extends _0x478e2f{static get[_0x123953(0x18e)](){const _0x5858ad=_0x123953;return _0x5858ad(0x1cd);}static get[_0x123953(0x1bb)](){return[_0x2df776,_0x49b0e3];}static get[_0x123953(0x1a0)](){return!0x0;}static get[_0x123953(0x159)](){return!0x0;}[_0x123953(0x134)]=new Map();[_0x123953(0x1a1)];[_0x123953(0x136)];constructor(_0x1111e2){const _0x433c73=_0x123953;super(_0x1111e2),this[_0x433c73(0x1a1)]=new(_0x36ed9f())(),this[_0x433c73(0x136)]=new(_0x9e41f2())();}get[_0x123953(0x12a)](){const _0x4ad453=_0x123953;return this[_0x4ad453(0x136)];}[_0x123953(0x186)](){const _0x322328=_0x123953,_0x329d70=_0x1f85bf(this[_0x322328(0x105)]);_0x329d70[_0x322328(0x102)][_0x322328(0x13d)](_0x322328(0x111))[_0x322328(0x18f)]({'model':ue+_0x322328(0x18b),'view':(_0x394ffe,{writer:_0x550792})=>{const _0x453068=_0x322328,_0x5e5069=this[_0x453068(0x134)][_0x453068(0x17d)](_0x394ffe[_0x453068(0x10c)]),_0x73c560={'class':_0x453068(0x1c9),'data-marker-id':_0x394ffe[_0x453068(0x10c)]};return _0x550792[_0x453068(0x1d2)](_0x453068(0x1a4),_0x73c560,function(_0x4b1309){const _0x1469c7=_0x453068,_0xf210d2=this[_0x1469c7(0x129)](_0x4b1309);return _0xf210d2[_0x1469c7(0x16e)]=_0x5e5069?.[_0x1469c7(0x139)]||'',_0xf210d2;});}}),_0x329d70[_0x322328(0x102)][_0x322328(0x13d)](_0x322328(0x111))[_0x322328(0x1d3)]({'model':ue+_0x322328(0x1d4),'view':_0x37888b=>({'classes':_0x322328(0x156),'attributes':{'data-marker-id':_0x37888b[_0x322328(0x10c)]}})}),_0x329d70[_0x322328(0x102)][_0x322328(0x13d)](_0x322328(0x111))[_0x322328(0x1d3)]({'model':ue+_0x322328(0x198),'view':_0x23670d=>({'classes':_0x322328(0x10b),'attributes':{'data-marker-id':_0x23670d[_0x322328(0x10c)]}})}),_0x329d70[_0x322328(0x102)][_0x322328(0x13d)](_0x322328(0x111))[_0x322328(0x1d3)]({'model':ue+_0x322328(0x158),'view':_0x3e5a4b=>({'classes':_0x322328(0x16a),'attributes':{'data-marker-id':_0x3e5a4b[_0x322328(0x10c)]}})}),_0x329d70[_0x322328(0x102)][_0x322328(0x13d)](_0x322328(0xfa))[_0x322328(0x18f)]({'model':ue+_0x322328(0x160),'view':(_0x290c85,{writer:_0x12385d})=>_0x12385d[_0x322328(0x1c0)](_0x322328(0x1a4),{'class':_0x322328(0x100)+(_0x290c85[_0x322328(0x119)]?_0x322328(0x151):_0x322328(0x14b))})}),_0x329d70[_0x322328(0x102)][_0x322328(0x13d)](_0x322328(0x16d))[_0x322328(0x195)]({'model':_0x107eb4,'view':_0x18843b}),this[_0x322328(0x1a1)][_0x322328(0x1b5)](document,_0x322328(0x15c),(_0x4e1bcc,_0x3d9c2d)=>{const _0x4a47b6=_0x322328,_0x302abb=_0x3d9c2d[_0x4a47b6(0x14f)],_0x9e382c=this[_0x4a47b6(0x126)](_0x302abb);if(!_0x9e382c)return;const _0xff5aa0=_0x9e382c[_0x4a47b6(0x14a)](_0x4a47b6(0x173)),_0x5eade1=_0xff5aa0[_0x4a47b6(0x1c7)](':')[_0x4a47b6(0x12c)]()?.[_0x4a47b6(0x1c7)]('_')[0x0];this[_0x4a47b6(0x136)][_0x4a47b6(0x1ab)](_0x4a47b6(0x115),{'markerId':_0xff5aa0,'changeId':_0x5eade1});});}[_0x123953(0x11e)](){const _0x431efc=_0x123953,_0x14d64a=this[_0x431efc(0x105)][_0x431efc(0x1a7)][_0x431efc(0x17d)](_0x431efc(0x180)),_0x17b4fa=_0x1f85bf(this[_0x431efc(0x105)]),_0x6c7f72=_0x17b4fa[_0x431efc(0x185)],_0x4a9ab2=new _0xc0592a();for(const _0xeeff98 of _0x6c7f72[_0x431efc(0x1d0)][_0x431efc(0x19d)]()[_0x431efc(0x148)]()){const _0x54e9ba=_0xeeff98[_0x431efc(0x1c4)](!0x0);_0x4a9ab2[_0x431efc(0x14e)](_0x54e9ba);}for(const _0x444820 of _0x6c7f72[_0x431efc(0x152)])_0x4a9ab2[_0x431efc(0x152)][_0x431efc(0x161)](_0x444820[_0x431efc(0x182)],this[_0x431efc(0x103)](_0x444820[_0x431efc(0xff)]()[_0x431efc(0x177)](),_0x4a9ab2));const _0x4ebe17=new _0x2c68a3({'ignoreElementEnd':!0x0,'startPosition':_0x6c7f72[_0x431efc(0x13b)](_0x4a9ab2,0x0)}),_0x23800c=new Set(),_0xe74556=new Map();for(const {item:_0x2da069}of _0x4ebe17){if(!_0x2da069['is'](_0x431efc(0x145)))continue;const _0x3d2b1c=_0x2da069[_0x431efc(0x104)];if((!_0x3d2b1c||!_0x3d2b1c['is'](_0x431efc(0x163),_0x431efc(0x1a5)))&&(_0x3d2b1c&&_0x3d2b1c['is'](_0x431efc(0x163)))){let _0x3cea81=_0x3d2b1c[_0x431efc(0x14a)](_0x107eb4);_0x3cea81||(_0x3cea81=_0x14d64a[_0x431efc(0x1b6)](_0x23800c),_0x3d2b1c[_0x431efc(0x155)](_0x107eb4,_0x3cea81)),_0x23800c[_0x431efc(0x11a)](_0x3cea81);let _0x1aa0a2=_0x3d2b1c;for(;_0x1aa0a2[_0x431efc(0x104)]&&!_0x1aa0a2[_0x431efc(0x104)]['is'](_0x431efc(0x13e));)_0x1aa0a2=_0x1aa0a2[_0x431efc(0x104)],_0x1aa0a2[_0x431efc(0x1b2)](_0x107eb4)&&_0x1aa0a2[_0x431efc(0x190)](_0x107eb4);_0xe74556[_0x431efc(0x161)](_0x3cea81,{'path':_0x3d2b1c[_0x431efc(0x1ae)](),'getContent':this[_0x431efc(0x17b)](_0x1aa0a2[_0x431efc(0x1c4)](!0x0),_0x3cea81,_0x17b4fa[_0x431efc(0x1c5)])}),_0x4ebe17[_0x431efc(0x174)](_0x6c7f72[_0x431efc(0x125)](_0x3d2b1c));}}return{'content':_0x17b4fa[_0x431efc(0x1c5)][_0x431efc(0x178)][_0x431efc(0x1d1)](_0x17b4fa[_0x431efc(0x1c5)][_0x431efc(0x133)](_0x4a9ab2)),'version':_0x17b4fa[_0x431efc(0x185)][_0x431efc(0x1d0)][_0x431efc(0x109)],'elements':_0xe74556};}[_0x123953(0x123)](_0x1b180d,_0x53aa8d){const _0x53406d=_0x123953,_0x4f115e=_0x1f85bf(this[_0x53406d(0x105)]),_0x7cbf9c=_0x4f115e[_0x53406d(0x1c5)][_0x53406d(0x193)](_0x1b180d,_0x53406d(0x1ac)),_0x5c84e0=_0x4f115e[_0x53406d(0x185)][_0x53406d(0x13b)](_0x7cbf9c,0x0),_0x210f29=this[_0x53406d(0x105)][_0x53406d(0x1a7)][_0x53406d(0x17d)](_0x53406d(0x1a6))[_0x53406d(0x154)](_0x1b180d,_0x53aa8d,{'anchor':_0x5c84e0,'markDeletions':!0x0})[_0x53406d(0x176)]()[_0x53406d(0x1c3)](_0x1e4d10=>_0x53406d(0x18b)===_0x1e4d10[_0x53406d(0x179)]||_0x53406d(0x13a)===_0x1e4d10[_0x53406d(0x179)]&&_0x1e4d10[_0x53406d(0x182)][_0x53406d(0x153)](_0x53406d(0x1ca))),_0x82bfa4=this[_0x53406d(0x17c)](_0x210f29),_0x20529c=[];let _0x759a47=0x0;return _0x4f115e[_0x53406d(0x185)][_0x53406d(0x1bd)](_0x1c92cf=>{const _0x50c15d=_0x53406d;for(let _0x20402b=0x0;_0x20402b<_0x82bfa4[_0x50c15d(0x120)];_0x20402b++){const _0x1f6ce4=_0x82bfa4[_0x20402b],_0x485896=_0x1c92cf[_0x50c15d(0x144)]();for(const _0x16a918 of _0x7cbf9c[_0x50c15d(0x148)]())_0x1c92cf[_0x50c15d(0x164)](_0x16a918[_0x50c15d(0x1c4)](!0x0),_0x485896);for(const _0xda5e6a of _0x1f6ce4[_0x50c15d(0x1af)])if(_0x50c15d(0x18b)===_0xda5e6a[_0x50c15d(0x179)]){const _0x572b5e=_0xda5e6a;_0x572b5e[_0x50c15d(0x181)]=null,_0x572b5e[_0x50c15d(0x130)]=!0x1,this[_0x50c15d(0x149)](_0x572b5e,_0x485896),_0x1c92cf[_0x50c15d(0x116)][_0x50c15d(0x192)](_0xda5e6a),_0x4f115e[_0x50c15d(0x185)][_0x50c15d(0x1aa)](_0xda5e6a);const _0x5c2ff2=_0x50c15d(0x138)+_0x759a47++,_0x3f9f5e=_0x4f115e[_0x50c15d(0x185)][_0x50c15d(0x1a8)](_0x572b5e[_0x50c15d(0x1ba)],_0x572b5e[_0x50c15d(0x1ba)][_0x50c15d(0x11c)](_0x572b5e[_0x50c15d(0x1cb)]));_0x485896[_0x50c15d(0x152)][_0x50c15d(0x161)](_0x5c2ff2,_0x3f9f5e);}else{if(_0x50c15d(0x13a)===_0xda5e6a[_0x50c15d(0x179)]&&_0xda5e6a[_0x50c15d(0x182)][_0x50c15d(0x153)](_0x50c15d(0x1ca))){const _0xba3280=_0xda5e6a,_0x451ef1=_0x50c15d(0x18d)+_0x759a47++;this[_0x50c15d(0x149)](_0xba3280,_0x485896),_0x485896[_0x50c15d(0x152)][_0x50c15d(0x161)](_0x451ef1,_0xba3280[_0x50c15d(0x1c1)]);}}const _0xa2e385=this[_0x50c15d(0x196)](this[_0x50c15d(0x17a)](this[_0x50c15d(0x147)](_0x1f6ce4[_0x50c15d(0x1af)][0x0]),_0x485896),this[_0x50c15d(0x17a)](this[_0x50c15d(0x13f)](_0x1f6ce4[_0x50c15d(0x1af)][_0x1f6ce4[_0x50c15d(0x1af)][_0x50c15d(0x120)]-0x1]),_0x485896));_0x485896[_0x50c15d(0x152)][_0x50c15d(0x161)](ue+_0x50c15d(0x160),new _0x497f26(_0xa2e385[_0x50c15d(0x151)],_0xa2e385[_0x50c15d(0x14b)])),_0x20529c[_0x50c15d(0x1bf)]({..._0x1f6ce4,'context':this[_0x50c15d(0x121)](_0x485896,_0x4f115e[_0x50c15d(0x1c5)],{'ellipsisBefore':_0xa2e385[_0x50c15d(0x1b1)],'ellipsisAfter':_0xa2e385[_0x50c15d(0x157)]}),'content':this[_0x50c15d(0x189)](_0x485896,_0x4f115e[_0x50c15d(0x1c5)])});}}),_0x20529c;}[_0x123953(0x15e)](_0x44a39f,_0x3e56c2){const _0x1a9056=_0x123953,_0x11a217=_0x44a39f[0x0][_0x1a9056(0x104)]['id'],_0x33e4e1=_0x3e56c2[_0x1a9056(0x19c)][_0x1a9056(0x17d)](_0x11a217);if(!_0x33e4e1)return void console[_0x1a9056(0x108)](_0x1a9056(0x1ce)+_0x11a217);const _0x3f0b08=_0x33e4e1[_0x1a9056(0x1bc)],_0x1d2a9b=_0x1f85bf(this[_0x1a9056(0x105)]),_0x3209ac=_0x1d2a9b[_0x1a9056(0x185)][_0x1a9056(0x1d0)][_0x1a9056(0x1a2)][_0x1a9056(0x176)](_0x3e56c2[_0x1a9056(0x109)]),_0x314cf2=[];for(const _0x632dd1 of _0x44a39f){const _0x345295=_0x632dd1[_0x1a9056(0x1af)][_0x1a9056(0x16f)](_0x59236b=>this[_0x1a9056(0x167)](_0x59236b,_0x3f0b08,_0x1d2a9b[_0x1a9056(0x185)][_0x1a9056(0x1d0)][_0x1a9056(0xfb)]()[0x0]));if(!_0x345295||!_0x345295[_0x1a9056(0x120)])continue;const _0x164a72=_0x345295[_0x1a9056(0x162)](_0x415f3c=>_0x1a9056(0x13a)===_0x415f3c[_0x1a9056(0x179)]&&_0x415f3c[_0x1a9056(0x182)][_0x1a9056(0x153)](_0x1a9056(0x1ca))),_0x39ab55={'document':_0x1d2a9b[_0x1a9056(0x185)][_0x1a9056(0x1d0)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x13f952=_0x4a4c7a(_0x345295,_0x3209ac,_0x39ab55)[_0x1a9056(0x10f)];for(const _0x2e0bae of _0x13f952)if(_0x1a9056(0x18b)===_0x2e0bae[_0x1a9056(0x179)]){const _0x5cf928=_0x2e0bae,_0x5ef96a=_0x5cf928[_0x1a9056(0x11d)];let _0x228094='';for(const _0x36fa42 of _0x5ef96a)_0x36fa42&&_0x36fa42['is'](_0x1a9056(0x19e))&&(_0x228094+=_0x36fa42[_0x1a9056(0x1c5)]);_0x314cf2[_0x1a9056(0x1bf)]({'start':_0x5cf928[_0x1a9056(0x1ba)],'end':_0x5cf928[_0x1a9056(0x1ba)],'type':_0x1a9056(0x18b),'groupId':_0x632dd1['id'],'text':_0x228094});}else{if(_0x1a9056(0x13a)===_0x2e0bae[_0x1a9056(0x179)]&&_0x2e0bae[_0x1a9056(0x182)][_0x1a9056(0x153)](_0x1a9056(0x1ca))){const _0x3dec8d=_0x2e0bae;let _0x19904d=_0x1a9056(0x158);if(_0x164a72){const _0x475b42=this[_0x1a9056(0x1cc)](_0x3dec8d[_0x1a9056(0x1c1)][_0x1a9056(0x151)],_0x1a9056(0x168),_0x1d2a9b[_0x1a9056(0x185)][_0x1a9056(0x19b)]),_0x54959d=this[_0x1a9056(0x1cc)](_0x3dec8d[_0x1a9056(0x1c1)][_0x1a9056(0x14b)],_0x1a9056(0x1b0),_0x1d2a9b[_0x1a9056(0x185)][_0x1a9056(0x19b)]);if(_0x475b42||_0x54959d){const _0x4d73bd=_0x3dec8d[_0x1a9056(0x1c1)][_0x1a9056(0x151)][_0x1a9056(0x11c)](-_0x475b42),_0x583676=_0x3dec8d[_0x1a9056(0x1c1)][_0x1a9056(0x14b)][_0x1a9056(0x11c)](_0x54959d);_0x314cf2[_0x1a9056(0x1bf)]({'start':_0x4d73bd,'end':_0x583676,'groupId':_0x632dd1['id'],'type':_0x1a9056(0x198)});}else _0x19904d=_0x1a9056(0x1d4);}_0x314cf2[_0x1a9056(0x1bf)]({'start':_0x3dec8d[_0x1a9056(0x1c1)][_0x1a9056(0x151)],'end':_0x3dec8d[_0x1a9056(0x1c1)][_0x1a9056(0x14b)],'groupId':_0x632dd1['id'],'type':_0x19904d});}}}this[_0x1a9056(0x131)](_0x314cf2);}[_0x123953(0x197)](){const _0x5289a9=_0x123953;_0x1f85bf(this[_0x5289a9(0x105)])[_0x5289a9(0x185)][_0x5289a9(0x1bd)](_0x3199b0=>{const _0x4837f3=_0x5289a9;for(const _0x59f455 of this[_0x4837f3(0x134)][_0x4837f3(0x143)]())_0x3199b0[_0x4837f3(0x1b8)](_0x59f455);}),this[_0x5289a9(0x134)][_0x5289a9(0x1b4)]();}[_0x123953(0x184)](){const _0x308953=_0x123953;_0x1f85bf(this[_0x308953(0x105)])[_0x308953(0x14c)](_0x308953(0x122));}[_0x123953(0x194)](){const _0x177e46=_0x123953;_0x1f85bf(this[_0x177e46(0x105)])[_0x177e46(0x113)](_0x177e46(0x122));}[_0x123953(0x1cf)](_0x462c83){const _0x31e7aa=_0x123953,_0x1bd19e=_0x1f85bf(this[_0x31e7aa(0x105)]),_0x416d05=_0x1bd19e[_0x31e7aa(0x185)],_0x340fb4=_0x462c83[_0x31e7aa(0x16f)](_0x5902e7=>this[_0x31e7aa(0x188)](_0x5902e7))[_0x31e7aa(0x16c)]();_0x416d05[_0x31e7aa(0x1bd)](_0x53d234=>{const _0x378a8d=_0x31e7aa;for(const _0x2a07f7 of _0x340fb4){const _0x3f7a57=_0x1bd19e[_0x378a8d(0x185)][_0x378a8d(0x152)][_0x378a8d(0x17d)](_0x2a07f7['id']);_0x3f7a57&&(_0x378a8d(0x18b)===_0x2a07f7[_0x378a8d(0x179)]?_0x416d05[_0x378a8d(0x15a)](_0x53d234[_0x378a8d(0x13c)](_0x2a07f7[_0x378a8d(0x139)]||''),_0x3f7a57[_0x378a8d(0xff)]()[_0x378a8d(0x151)]):_0x378a8d(0x158)!==_0x2a07f7[_0x378a8d(0x179)]&&_0x378a8d(0x1d4)!==_0x2a07f7[_0x378a8d(0x179)]||_0x416d05[_0x378a8d(0x141)](_0x416d05[_0x378a8d(0x112)](_0x3f7a57[_0x378a8d(0xff)]())),_0x53d234[_0x378a8d(0x1b8)](_0x2a07f7['id']),this[_0x378a8d(0x134)][_0x378a8d(0x135)](_0x2a07f7['id']));}});}[_0x123953(0x11b)](_0x4dc8bc){const _0x4e84a5=_0x123953,_0x18444b=_0x1f85bf(this[_0x4e84a5(0x105)]),_0x3d2c45=this[_0x4e84a5(0x188)](_0x4dc8bc);_0x18444b[_0x4e84a5(0x185)][_0x4e84a5(0x1bd)](_0x3fa874=>{const _0xe8cfa5=_0x4e84a5;for(const _0x32c1c7 of _0x3d2c45)_0x3fa874[_0xe8cfa5(0x1b8)](_0x32c1c7['id']),this[_0xe8cfa5(0x134)][_0xe8cfa5(0x135)](_0x32c1c7['id']);});}[_0x123953(0x199)](){const _0x2dbef9=_0x123953;return _0x1f85bf(this[_0x2dbef9(0x105)]);}[_0x123953(0xfe)](_0x465cec){const _0x4d190a=_0x123953,_0x720c67=Array[_0x4d190a(0x170)](this[_0x4d190a(0x134)][_0x4d190a(0x150)]())[_0x4d190a(0x1c3)](_0x357731=>_0x357731[_0x4d190a(0x10e)]===_0x465cec);if(!_0x720c67[_0x4d190a(0x120)])return null;const _0x1081a2=0x1===_0x720c67[_0x4d190a(0x120)]?_0x720c67[0x0]:this[_0x4d190a(0x14d)](_0x720c67)[0x0],_0x3424d7=_0x1f85bf(this[_0x4d190a(0x105)]),_0x404be2=_0x3424d7[_0x4d190a(0x185)][_0x4d190a(0x152)][_0x4d190a(0x17d)](_0x1081a2['id']);if(!_0x404be2)return null;const _0x23cac9=_0x404be2[_0x4d190a(0xff)](),_0x425efc=_0x3424d7[_0x4d190a(0x1b3)][_0x4d190a(0x175)][_0x4d190a(0x1b9)]();if(!_0x425efc||!_0x23cac9)return null;const _0x1fd354=_0x425efc[_0x4d190a(0xfc)](_0x4d190a(0x146)+_0x1081a2['id']+'\x22]');return _0x1fd354?{'modelRange':_0x23cac9,'domElement':_0x1fd354}:null;}[_0x123953(0x167)](_0x2843ee,_0x4359bb,_0x266377){const _0x32929c=_0x123953;if(_0x32929c(0x18b)===_0x2843ee[_0x32929c(0x179)]){const _0x29cc08=_0x2843ee;return new _0x3431e1(this[_0x32929c(0x12d)](_0x29cc08[_0x32929c(0x1ba)],_0x4359bb[_0x32929c(0x169)](_0x29cc08[_0x32929c(0x1ba)][_0x32929c(0x140)]),_0x266377),_0x29cc08[_0x32929c(0x11d)],_0x29cc08[_0x32929c(0x181)]);}if(_0x32929c(0x13a)===_0x2843ee[_0x32929c(0x179)]&&_0x2843ee[_0x32929c(0x182)][_0x32929c(0x153)](_0x32929c(0x1ca))){const _0x311822=_0x2843ee;return new _0xe11a51(_0x311822[_0x32929c(0x182)],_0x311822[_0x32929c(0x12e)],this[_0x32929c(0x12b)](_0x311822[_0x32929c(0x1c1)],_0x4359bb[_0x32929c(0x169)](_0x311822[_0x32929c(0x1c1)][_0x32929c(0x151)][_0x32929c(0x140)]),_0x4359bb[_0x32929c(0x169)](_0x311822[_0x32929c(0x1c1)][_0x32929c(0x14b)][_0x32929c(0x140)]),_0x266377),_0x311822[_0x32929c(0x134)],_0x311822[_0x32929c(0x127)],_0x311822[_0x32929c(0x181)]);}return _0x2843ee;}[_0x123953(0x17c)](_0x4ea586){const _0xeff732=_0x123953;if(!_0x4ea586[_0xeff732(0x120)])return[];const _0x5d6783=[];let _0xaa7e3f=0x0,_0x2ef483=0x0,_0x58db99=[];for(let _0x28ac4d=0x0;_0x28ac4d<=_0x4ea586[_0xeff732(0x120)];_0x28ac4d++){const _0x118360=_0x4ea586[_0x28ac4d],_0x221757=_0x4ea586[_0x28ac4d-0x1];!_0x118360||_0x221757&&!this[_0xeff732(0x13f)](_0x221757)[_0xeff732(0x18c)](this[_0xeff732(0x147)](_0x118360))?(_0x5d6783[_0xeff732(0x1bf)]({'operations':_0x58db99,'operationsIsolated':_0x58db99[_0xeff732(0x16f)](_0x17549a=>this[_0xeff732(0x1c6)](_0x17549a[_0xeff732(0x177)](),-_0x2ef483)),'groupOffset':_0xaa7e3f}),_0x58db99=_0x118360?[_0x118360]:[],_0x2ef483+=_0xaa7e3f,_0xaa7e3f=0x0):_0x58db99[_0xeff732(0x1bf)](_0x118360),_0x118360&&_0xeff732(0x18b)===_0x118360[_0xeff732(0x179)]&&(_0xaa7e3f+=_0x118360[_0xeff732(0x1cb)]);}return _0x5d6783;}[_0x123953(0x1cc)](_0x350da2,_0x25d10d,_0x334396,_0x4e98ae=0x1){const _0x5d73fb=_0x123953,_0x34ff74=new _0x2c68a3({'startPosition':_0x350da2,'direction':_0x25d10d});let _0x14009a=0x0;for(let _0x481ee6=0x0;_0x481ee6<_0x4e98ae;_0x481ee6++){let _0x1c338f=0x0,_0x474c89=!0x1,_0x2afd39=_0x5d73fb(0x1b0)===_0x25d10d?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x350aba}of _0x34ff74)if(_0x350aba['is'](_0x5d73fb(0x145))){const _0x2d9a52=_0x2afd39[_0x5d73fb(0xfd)](_0x350aba[_0x5d73fb(0x1c5)]);if(_0x2d9a52&&_0x2d9a52[_0x5d73fb(0x120)]){if(_0x1c338f+=_0x5d73fb(0x1b0)===_0x25d10d?_0x2d9a52[_0x5d73fb(0x171)]+_0x2d9a52[0x0][_0x5d73fb(0x120)]:_0x350aba[_0x5d73fb(0x1c5)][_0x5d73fb(0x120)]-_0x2d9a52[_0x5d73fb(0x171)],_0x2d9a52[0x0][_0x5d73fb(0x120)]!==_0x350aba[_0x5d73fb(0x1c5)][_0x5d73fb(0x120)])break;_0x474c89=!0x0,_0x2afd39=_0x5d73fb(0x1b0)===_0x25d10d?/^\w+/:/\w+$/;}else{if(_0x474c89)break;_0x1c338f+=_0x350aba[_0x5d73fb(0x124)];}}else{if(_0x350aba['is'](_0x5d73fb(0x163))){_0x334396[_0x5d73fb(0x166)](_0x350aba)&&!_0x474c89&&(_0x1c338f+=0x1);break;}}_0x14009a+=_0x1c338f,_0x34ff74[_0x5d73fb(0x174)](_0x350da2[_0x5d73fb(0x11c)](_0x5d73fb(0x1b0)===_0x25d10d?_0x14009a:-_0x14009a));}return _0x14009a;}[_0x123953(0x196)](_0x484f80,_0x276c3d){const _0x20cdc8=_0x123953,_0x387f59=_0x1f85bf(this[_0x20cdc8(0x105)])[_0x20cdc8(0x185)][_0x20cdc8(0x19b)],_0x442e26=this[_0x20cdc8(0x1cc)](_0x484f80,_0x20cdc8(0x168),_0x387f59,0x6),_0x212716=this[_0x20cdc8(0x1cc)](_0x276c3d,_0x20cdc8(0x1b0),_0x387f59,0x6),_0x13bb23=_0x484f80[_0x20cdc8(0x11c)](-_0x442e26),_0x23e0e1=_0x276c3d[_0x20cdc8(0x11c)](_0x212716);return{'start':_0x13bb23,'end':_0x23e0e1,'hasContentBefore':!_0x13bb23[_0x20cdc8(0x118)],'hasContentAfter':!_0x23e0e1[_0x20cdc8(0x18a)]};}[_0x123953(0x131)](_0x166d14){const _0x42edf9=_0x123953,_0x51532d=this[_0x42edf9(0x105)][_0x42edf9(0x1a7)][_0x42edf9(0x17d)](_0x42edf9(0x180)),_0xf02397=new Set();_0x1f85bf(this[_0x42edf9(0x105)])[_0x42edf9(0x185)][_0x42edf9(0x1bd)](_0x4859d3=>{const _0x358c42=_0x42edf9;for(const _0x38ffce of _0x166d14){const _0x3104a8=''+ue+_0x38ffce[_0x358c42(0x179)]+':'+_0x38ffce[_0x358c42(0x10e)]+'_'+_0x51532d[_0x358c42(0x1b6)](_0xf02397);this[_0x358c42(0x134)][_0x358c42(0x161)](_0x3104a8,{'id':_0x3104a8,'groupId':_0x38ffce[_0x358c42(0x10e)],'type':_0x38ffce[_0x358c42(0x179)],'text':_0x38ffce[_0x358c42(0x139)]}),_0x4859d3[_0x358c42(0x183)](_0x3104a8,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x4859d3[_0x358c42(0x1a8)](_0x38ffce[_0x358c42(0x151)],_0x38ffce[_0x358c42(0x14b)])});}});}[_0x123953(0x121)](_0x5bae54,_0x22322d,_0x5b2693){let _0x444ed7='';return()=>{const _0x4a4b49=_0x2a39;if(!_0x444ed7){const _0x5dcd62=_0x22322d[_0x4a4b49(0x133)](_0x5bae54,{'showSuggestionHighlights':!0x0}),_0x60ebdf=_0x5dcd62[_0x4a4b49(0x1c8)](0x0);if(!_0x60ebdf)return'';let _0x4edbd0=!0x1;const _0x5c5791=[];for(const _0x3225fc of _0x60ebdf[_0x4a4b49(0x148)]())_0x3225fc['is'](_0x4a4b49(0x163),_0x4a4b49(0x1a4))&&_0x3225fc[_0x4a4b49(0x10d)](_0x4a4b49(0x12f))&&(_0x4edbd0=!0x1),_0x4edbd0&&_0x5c5791[_0x4a4b49(0x1bf)](_0x3225fc),_0x3225fc['is'](_0x4a4b49(0x163),_0x4a4b49(0x1a4))&&_0x3225fc[_0x4a4b49(0x10d)](_0x4a4b49(0x110))&&(_0x4edbd0=!0x0);_0x60ebdf[_0x4a4b49(0x17e)](0x0,_0x60ebdf[_0x4a4b49(0x15d)]),_0x5b2693?.[_0x4a4b49(0x1a3)]&&_0x60ebdf[_0x4a4b49(0x14e)]('…'),_0x60ebdf[_0x4a4b49(0x14e)](_0x5c5791),_0x5b2693?.[_0x4a4b49(0x106)]&&_0x60ebdf[_0x4a4b49(0x14e)]('…');const _0x2aa550=_0x22322d[_0x4a4b49(0x172)][_0x4a4b49(0x142)][_0x4a4b49(0x15f)](_0x5dcd62),_0x3a791a=_0x22322d[_0x4a4b49(0x172)][_0x4a4b49(0x11f)][_0x4a4b49(0x19a)](_0x2aa550);_0x444ed7=_0x3a791a;}return _0x444ed7;};}[_0x123953(0x189)](_0x5fe4d5,_0x4b538d){const _0x5f11cf=_0x123953;let _0x31c0a4='';return()=>(_0x31c0a4||(_0x31c0a4=_0x4b538d[_0x5f11cf(0x117)](_0x5fe4d5,{'showSuggestionHighlights':!0x0})),_0x31c0a4);}[_0x123953(0x17b)](_0x1eea51,_0x5a3668,_0x3781f0){let _0x3c43f8='';return()=>{const _0x27a33a=_0x2a39;if(!_0x3c43f8){const _0x416ad6=_0x3781f0[_0x27a33a(0x133)](new _0xc0592a(_0x1eea51)),_0x93bb22=_0x3781f0[_0x27a33a(0x172)][_0x27a33a(0x142)][_0x27a33a(0x15f)](_0x416ad6)[_0x27a33a(0xfc)](_0x27a33a(0x191)+_0x5a3668+'\x22]');_0x3c43f8=_0x93bb22?.[_0x27a33a(0x10a)]||'';}return _0x3c43f8;};}[_0x123953(0x126)](_0x25fefe,_0x5af8c5=0x5){const _0x44b6b7=_0x123953;let _0xf4c155=_0x25fefe,_0x528d0=null;for(let _0x266eeb=0x0;_0x266eeb<_0x5af8c5&&_0xf4c155;_0x266eeb++){if(!_0xf4c155[_0x44b6b7(0x101)]){_0xf4c155=_0xf4c155[_0x44b6b7(0x137)];continue;}if(!(''+_0xf4c155[_0x44b6b7(0x101)])[_0x44b6b7(0x132)](_0x44b6b7(0x17f))){_0xf4c155=_0xf4c155[_0x44b6b7(0x137)];continue;}if(!_0xf4c155[_0x44b6b7(0x14a)](_0x44b6b7(0x173)))break;_0x528d0=_0xf4c155;break;}return _0x528d0;}[_0x123953(0x188)](_0x1ce440){const _0x6fb83e=_0x123953;return Array[_0x6fb83e(0x170)](this[_0x6fb83e(0x134)][_0x6fb83e(0x150)]())[_0x6fb83e(0x1c3)](_0x3a5c01=>_0x3a5c01[_0x6fb83e(0x10e)]===_0x1ce440);}[_0x123953(0x147)](_0x5ad1a6){const _0x7f53ef=_0x123953;return _0x7f53ef(0x18b)===_0x5ad1a6[_0x7f53ef(0x179)]?_0x5ad1a6[_0x7f53ef(0x1ba)]:_0x5ad1a6[_0x7f53ef(0x1c1)][_0x7f53ef(0x151)];}[_0x123953(0x13f)](_0x61b915,_0x565f9d=!0x1){const _0x508200=_0x123953;return _0x508200(0x18b)===_0x61b915[_0x508200(0x179)]?_0x565f9d?_0x61b915[_0x508200(0x1ba)]:_0x61b915[_0x508200(0x1ba)][_0x508200(0x11c)](_0x61b915[_0x508200(0x1cb)]):_0x61b915[_0x508200(0x1c1)][_0x508200(0x14b)];}[_0x123953(0x1c6)](_0x25cb20,_0x31f7b6){const _0x56bd42=_0x123953;return _0x56bd42(0x18b)===_0x25cb20[_0x56bd42(0x179)]?_0x25cb20[_0x56bd42(0x1ba)]=_0x25cb20[_0x56bd42(0x1ba)][_0x56bd42(0x11c)](_0x31f7b6):_0x56bd42(0x13a)===_0x25cb20[_0x56bd42(0x179)]&&_0x25cb20[_0x56bd42(0x1c1)]&&(_0x25cb20[_0x56bd42(0x1c1)]=new _0x497f26(_0x25cb20[_0x56bd42(0x1c1)][_0x56bd42(0x151)][_0x56bd42(0x11c)](_0x31f7b6),_0x25cb20[_0x56bd42(0x1c1)][_0x56bd42(0x14b)][_0x56bd42(0x11c)](_0x31f7b6))),_0x25cb20;}[_0x123953(0x149)](_0x15e7f3,_0xacd663){const _0x38574c=_0x123953;_0x38574c(0x18b)===_0x15e7f3[_0x38574c(0x179)]?_0x15e7f3[_0x38574c(0x1ba)]=this[_0x38574c(0x17a)](_0x15e7f3[_0x38574c(0x1ba)],_0xacd663):_0x38574c(0x13a)===_0x15e7f3[_0x38574c(0x179)]&&_0x15e7f3[_0x38574c(0x1c1)]&&(_0x15e7f3[_0x38574c(0x1c1)]=this[_0x38574c(0x103)](_0x15e7f3[_0x38574c(0x1c1)],_0xacd663));}[_0x123953(0x17a)](_0x454a86,_0x47d4d5){const _0x3239a4=_0x123953;return new _0x2287c7(_0x47d4d5,_0x454a86[_0x3239a4(0x1bc)]);}[_0x123953(0x103)](_0x1357ed,_0x2ca166){const _0x27b2b1=_0x123953;return new _0x497f26(this[_0x27b2b1(0x17a)](_0x1357ed[_0x27b2b1(0x151)],_0x2ca166),this[_0x27b2b1(0x17a)](_0x1357ed[_0x27b2b1(0x14b)],_0x2ca166));}[_0x123953(0x12d)](_0x369f7c,_0x1b2be8,_0x7d31ed){return new _0x2287c7(_0x7d31ed,[..._0x1b2be8]);}[_0x123953(0x12b)](_0x204bed,_0x738efd,_0x56cef5,_0x1d14c2){const _0x402234=_0x123953;return new _0x497f26(this[_0x402234(0x12d)](_0x204bed[_0x402234(0x151)],_0x738efd,_0x1d14c2),this[_0x402234(0x12d)](_0x204bed[_0x402234(0x14b)],_0x56cef5,_0x1d14c2));}[_0x123953(0x14d)](_0x37fb5e){const _0x3e1140=_0x123953,_0x1e290d=_0x59b255=>{const _0x56976a=_0x2a39;switch(_0x59b255){case _0x56976a(0x18b):return 0x1;case _0x56976a(0x198):return 0x2;case _0x56976a(0x1d4):return 0x3;case _0x56976a(0x158):return 0x4;}};return _0x37fb5e[_0x3e1140(0x114)]((_0x1f05ce,_0x330597)=>_0x1e290d(_0x1f05ce[_0x3e1140(0x179)])-_0x1e290d(_0x330597[_0x3e1140(0x179)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4c0e(){const _0x3f464b=['_bodyCollection','setAvailableChecks','hideChangeBalloon','6uwTuGg','view','forEach','delegate','showActionsWhenResultIsReady','getResults','AIReviewModeUI','2544625HQMfIx','1830820yNlikn','pluginName','3750384oVpIIl','leaveReviewModeResultList','detachFromDom','addCheckRunResult','get','_reviewModeView','dismissChange','setTitle','showChangeBalloon','acceptChange','showCheckRunResult','hideResult','error-general','setCheckResultTitle','acceptAllChanges','retryReview','75626tkFbcc','getReviewCheckList','showReviewCheckList','activateTab','1sSvzTq','leaveReviewMode','element','activateChange','hideActionsWhenResultIsReady','hideBalloon','reviewCheckResultsView','addTab','setItemAsActive','status','setChecks','plugins','isOfficialPlugin','runReviewCheck','updateChangeState','context','showBalloon','showReviewCheckListView','locale','2169jOJjGA','learnMore','showGeneralErrorView','abortReviewStream','showChunkErrorView','resetActiveStateInResults','isPremiumPlugin','hasChecks','showNoChangesView','1647852ueeSiD','attachToDom','find','toggleDiff','showReviewCompletedView','32390LiIGoV','finishReview','accepted','_reviewModeBalloonSuggestionItemView','reviewCheckListView','reviewMode','AI_REVIEW_MODE','destroy','showReviewCheckResultsView','AITabs','rejected','getChangeElement','setItemAsInactive','3681552UzMbus','deactivateChange','error-chunk','fire','showCheckRunResults','setActiveStateInResults','init','requires'];_0x4c0e=function(){return _0x3f464b;};return _0x4c0e();}const _0xd051d=_0x2fab;(function(_0x413579,_0x153cb6){const _0x4c5824=_0x2fab,_0x19469e=_0x413579();while(!![]){try{const _0x72e0=-parseInt(_0x4c5824(0x13c))/0x1*(parseInt(_0x4c5824(0x138))/0x2)+-parseInt(_0x4c5824(0x158))/0x3+-parseInt(_0x4c5824(0x126))/0x4+parseInt(_0x4c5824(0x125))/0x5*(parseInt(_0x4c5824(0x11e))/0x6)+parseInt(_0x4c5824(0x113))/0x7+-parseInt(_0x4c5824(0x128))/0x8+parseInt(_0x4c5824(0x14f))/0x9*(parseInt(_0x4c5824(0x15d))/0xa);if(_0x72e0===_0x153cb6)break;else _0x19469e['push'](_0x19469e['shift']());}catch(_0x4ed443){_0x19469e['push'](_0x19469e['shift']());}}}(_0x4c0e,0x49b24));function _0x2fab(_0x1b16f7,_0x5f12e6){const _0x4c0e09=_0x4c0e();return _0x2fab=function(_0x2fab6c,_0x44ee0d){_0x2fab6c=_0x2fab6c-0x108;let _0x3d9f2c=_0x4c0e09[_0x2fab6c];return _0x3d9f2c;},_0x2fab(_0x1b16f7,_0x5f12e6);}import{ContextPlugin as _0x775cfe}from'ckeditor5/src/core.js';import{IconAIReview as _0x1d7385}from'ckeditor5/src/icons.js';import{BodyCollection as _0x2fc87f}from'ckeditor5/src/ui.js';import{AITabs as _0x201366}from'../aitabs/aitabs.js';import{AIReviewModeView as _0x393cda}from'./ui/aireviewmodeview.js';import{getTranslation as _0xc35077}from'../aicore/utils/common-translations.js';import{AIReviewModeBalloonSuggestionItemView as _0x46d56c}from'./ui/aireviewmodeballoonsuggestionview.js';import'../../theme/aireviewmode/aireviewmode.css';export const AI_REVIEW_MODE_UI_EVENT_NAMES=[_0xd051d(0x139),_0xd051d(0x149),_0xd051d(0x152),_0xd051d(0x15b),_0xd051d(0x136),_0xd051d(0x129),_0xd051d(0x13f),_0xd051d(0x131),_0xd051d(0x12e),_0xd051d(0x150),_0xd051d(0x15e),_0xd051d(0x137)];export class AIReviewModeUI extends _0x775cfe{[_0xd051d(0x12d)];[_0xd051d(0x109)];[_0xd051d(0x11b)];static get[_0xd051d(0x11a)](){return[_0x201366];}static get[_0xd051d(0x127)](){const _0xac93fc=_0xd051d;return _0xac93fc(0x124);}static get[_0xd051d(0x148)](){return!0x0;}static get[_0xd051d(0x155)](){return!0x0;}constructor(_0x2e875d){const _0x168218=_0xd051d;super(_0x2e875d),this[_0x168218(0x11b)]=new _0x2fc87f(this[_0x168218(0x14b)][_0x168218(0x14e)]),this[_0x168218(0x11b)][_0x168218(0x159)](),this[_0x168218(0x12d)]=new _0x393cda(this[_0x168218(0x14b)][_0x168218(0x14e)]),this[_0x168218(0x12d)][_0x168218(0x121)](...AI_REVIEW_MODE_UI_EVENT_NAMES)['to'](this),this[_0x168218(0x109)]=new _0x46d56c(this[_0x168218(0x14b)][_0x168218(0x14e)],this[_0x168218(0x11b)]),this[_0x168218(0x109)][_0x168218(0x121)](_0x168218(0x131),_0x168218(0x12e),_0x168218(0x114))['to'](this);}[_0xd051d(0x119)](){const _0x520e85=_0xd051d,_0x25fa4a=this[_0x520e85(0x14b)][_0x520e85(0x147)][_0x520e85(0x12c)](_0x520e85(0x10f));_0x25fa4a[_0x520e85(0x11f)]['on'](_0x520e85(0x13b),(_0x5758a5,_0x553057)=>{const _0x465bc8=_0x520e85;_0x465bc8(0x10b)===_0x553057?this[_0x465bc8(0x116)](_0x465bc8(0x139)):this[_0x465bc8(0x116)](_0x465bc8(0x13d));}),_0x25fa4a[_0x520e85(0x11f)][_0x520e85(0x143)]({'id':_0x520e85(0x10b),'buttonLabel':_0xc35077(this[_0x520e85(0x14b)][_0x520e85(0x14e)],_0x520e85(0x10c)),'buttonIcon':_0x1d7385,'order':0x0,'content':this[_0x520e85(0x12d)]});}[_0xd051d(0x10d)](){const _0x515e90=_0xd051d;this[_0x515e90(0x11b)][_0x515e90(0x12a)](),super[_0x515e90(0x10d)]();}[_0xd051d(0x11c)](_0x813c8b){const _0x421a7e=_0xd051d;this[_0x421a7e(0x12d)][_0x421a7e(0x10a)][_0x421a7e(0x156)]()||this[_0x421a7e(0x12d)][_0x421a7e(0x10a)][_0x421a7e(0x146)](_0x813c8b),this[_0x421a7e(0x12d)][_0x421a7e(0x14d)]();}[_0xd051d(0x13a)](){const _0x16a4c6=_0xd051d;this[_0x16a4c6(0x116)](_0x16a4c6(0x139));}[_0xd051d(0x117)](_0x4dc02f){const _0x6a8ce7=_0xd051d;_0x4dc02f&&(_0x6a8ce7(0x134)!==_0x4dc02f[_0x6a8ce7(0x145)]?_0x6a8ce7(0x115)!==_0x4dc02f[_0x6a8ce7(0x145)]?this[_0x6a8ce7(0x12d)][_0x6a8ce7(0x10e)]():this[_0x6a8ce7(0x153)]():this[_0x6a8ce7(0x151)]());}[_0xd051d(0x132)](_0x459b73){const _0x5e58c7=_0xd051d;this[_0x5e58c7(0x12d)][_0x5e58c7(0x12b)](_0x459b73);}[_0xd051d(0x151)](){const _0x25c711=_0xd051d;this[_0x25c711(0x12d)][_0x25c711(0x151)]();}[_0xd051d(0x153)](){const _0x51cdd5=_0xd051d;this[_0x51cdd5(0x12d)][_0x51cdd5(0x153)]();}[_0xd051d(0x135)](_0x3b49f6){const _0x3ef190=_0xd051d;this[_0x3ef190(0x12d)][_0x3ef190(0x142)][_0x3ef190(0x12f)](_0x3b49f6);}[_0xd051d(0x118)](_0xb491c3){const _0x5d4f9b=_0xd051d;this[_0x5d4f9b(0x12d)][_0x5d4f9b(0x142)][_0x5d4f9b(0x123)]()[_0x5d4f9b(0x120)](_0x3ef808=>{const _0x3aa1b3=_0x5d4f9b;_0x3ef808['id']===_0xb491c3&&_0x3ef808[_0x3aa1b3(0x144)]();});}[_0xd051d(0x154)](){const _0x5ba2f0=_0xd051d;this[_0x5ba2f0(0x12d)][_0x5ba2f0(0x142)][_0x5ba2f0(0x123)]()[_0x5ba2f0(0x120)](_0x412854=>_0x412854[_0x5ba2f0(0x112)]());}[_0xd051d(0x14a)](_0x5699ba,_0x479a63){const _0x1434f0=_0xd051d;_0x1434f0(0x108)!==_0x479a63&&_0x1434f0(0x110)!==_0x479a63||this[_0x1434f0(0x12d)][_0x1434f0(0x142)][_0x1434f0(0x133)](_0x5699ba);}[_0xd051d(0x15c)](){const _0x5dd1f6=_0xd051d;this[_0x5dd1f6(0x12d)][_0x5dd1f6(0x15c)]();}[_0xd051d(0x122)](){const _0x4fdbfb=_0xd051d;this[_0x4fdbfb(0x12d)][_0x4fdbfb(0x122)]();}[_0xd051d(0x157)](){const _0x38a0a7=_0xd051d;this[_0x38a0a7(0x12d)][_0x38a0a7(0x157)]();}[_0xd051d(0x140)](){const _0x1bf536=_0xd051d;this[_0x1bf536(0x12d)][_0x1bf536(0x140)]();}[_0xd051d(0x130)](_0x358ad1,_0xc0ce7e){const _0x4f857b=_0xd051d;this[_0x4f857b(0x109)][_0x4f857b(0x14c)](_0x358ad1,_0xc0ce7e);}[_0xd051d(0x11d)](){const _0x156030=_0xd051d;this[_0x156030(0x109)][_0x156030(0x141)]();}[_0xd051d(0x111)](_0x1686dc){const _0x80d776=_0xd051d,_0x335475=this[_0x80d776(0x12d)][_0x80d776(0x142)][_0x80d776(0x123)]()[_0x80d776(0x15a)](_0x506072=>_0x506072['id']===_0x1686dc);return _0x335475?_0x335475[_0x80d776(0x13e)]:null;}[_0xd051d(0x114)](){const _0x1fb603=_0xd051d;this[_0x1fb603(0x109)][_0x1fb603(0x114)]();}}
23
+ const _0x47e65c=_0xa20b;(function(_0x40083c,_0x5717e7){const _0x3deeb3=_0xa20b,_0x3542aa=_0x40083c();while(!![]){try{const _0x2ea382=parseInt(_0x3deeb3(0x17e))/0x1*(parseInt(_0x3deeb3(0x160))/0x2)+-parseInt(_0x3deeb3(0x186))/0x3+parseInt(_0x3deeb3(0x152))/0x4*(-parseInt(_0x3deeb3(0x163))/0x5)+parseInt(_0x3deeb3(0x172))/0x6*(parseInt(_0x3deeb3(0x153))/0x7)+parseInt(_0x3deeb3(0x155))/0x8+parseInt(_0x3deeb3(0x140))/0x9+parseInt(_0x3deeb3(0x14a))/0xa;if(_0x2ea382===_0x5717e7)break;else _0x3542aa['push'](_0x3542aa['shift']());}catch(_0x22cdc8){_0x3542aa['push'](_0x3542aa['shift']());}}}(_0x5380,0x5b65f));import{ContextPlugin as _0x22bda1}from'ckeditor5/src/core.js';import{IconAIReview as _0x418383}from'ckeditor5/src/icons.js';function _0x5380(){const _0x5528ed=['_reviewModeView','reviewCheckResultsView','error-chunk','reviewCheckListView','status','addCheckRunResult','2093682gqCdpU','leaveReviewMode','activateChange','detachFromDom','showChunkErrorView','activateTab','leaveReviewModeResultList','getReviewCheckList','pluginName','resetActiveStateInResults','requires','hideResult','showBalloon','learnMore','showReviewCheckList','element','hideChangeBalloon','3455334NSdBlh','reviewMode','find','setAvailableChecks','attachToDom','addTab','hideBalloon','isOfficialPlugin','AI_REVIEW_MODE','updateChangeState','5254590nLoLUH','getResults','context','locale','forEach','showReviewCheckListView','showReviewCompletedView','showChangeBalloon','28MdlZIm','67739zAEetk','hasChecks','1172976NlbnQA','_reviewModeBalloonSuggestionItemView','plugins','AITabs','getChangeElement','acceptChange','view','init','showCheckRunResults','deactivateChange','setItemAsInactive','47602wNcdPd','acceptAllChanges','fire','155780VMJEHC','showGeneralErrorView','setChecks','toggleDiff','delegate','destroy','setActiveStateInResults','rejected','showCheckRunResult','setTitle','hideActionsWhenResultIsReady','finishReview','isPremiumPlugin','setCheckResultTitle','AIReviewModeUI','42uTmhOb','showNoChangesView','_bodyCollection','get','runReviewCheck','showReviewCheckResultsView','setItemAsActive','dismissChange','showActionsWhenResultIsReady','error-general','abortReviewStream','accepted','7QXzmvy','retryReview'];_0x5380=function(){return _0x5528ed;};return _0x5380();}import{BodyCollection as _0x13c546}from'ckeditor5/src/ui.js';import{AITabs as _0x787673}from'../aitabs/aitabs.js';import{AIReviewModeView as _0x4fbdd3}from'./ui/aireviewmodeview.js';import{getTranslation as _0x47887e}from'../aicore/utils/common-translations.js';import{AIReviewModeBalloonSuggestionItemView as _0x4ba8a8}from'./ui/aireviewmodeballoonsuggestionview.js';function _0xa20b(_0x36975c,_0x27d466){const _0x538045=_0x5380();return _0xa20b=function(_0xa20ba6,_0x373b59){_0xa20ba6=_0xa20ba6-0x13e;let _0x52bbed=_0x538045[_0xa20ba6];return _0x52bbed;},_0xa20b(_0x36975c,_0x27d466);}import'../../theme/aireviewmode/aireviewmode.css';export const AI_REVIEW_MODE_UI_EVENT_NAMES=[_0x47e65c(0x18d),_0x47e65c(0x176),_0x47e65c(0x17c),_0x47e65c(0x166),_0x47e65c(0x161),_0x47e65c(0x18c),_0x47e65c(0x188),_0x47e65c(0x15a),_0x47e65c(0x179),_0x47e65c(0x193),_0x47e65c(0x16e),_0x47e65c(0x17f)];export class AIReviewModeUI extends _0x22bda1{[_0x47e65c(0x180)];[_0x47e65c(0x156)];[_0x47e65c(0x174)];static get[_0x47e65c(0x190)](){return[_0x787673];}static get[_0x47e65c(0x18e)](){const _0x59ba10=_0x47e65c;return _0x59ba10(0x171);}static get[_0x47e65c(0x147)](){return!0x0;}static get[_0x47e65c(0x16f)](){return!0x0;}constructor(_0x118759){const _0x1251c5=_0x47e65c;super(_0x118759),this[_0x1251c5(0x174)]=new _0x13c546(this[_0x1251c5(0x14c)][_0x1251c5(0x14d)]),this[_0x1251c5(0x174)][_0x1251c5(0x144)](),this[_0x1251c5(0x180)]=new _0x4fbdd3(this[_0x1251c5(0x14c)][_0x1251c5(0x14d)]),this[_0x1251c5(0x180)][_0x1251c5(0x167)](...AI_REVIEW_MODE_UI_EVENT_NAMES)['to'](this),this[_0x1251c5(0x156)]=new _0x4ba8a8(this[_0x1251c5(0x14c)][_0x1251c5(0x14d)],this[_0x1251c5(0x174)]),this[_0x1251c5(0x156)][_0x1251c5(0x167)](_0x1251c5(0x15a),_0x1251c5(0x179),_0x1251c5(0x15e))['to'](this);}[_0x47e65c(0x15c)](){const _0x1077a4=_0x47e65c,_0x34fd2b=this[_0x1077a4(0x14c)][_0x1077a4(0x157)][_0x1077a4(0x175)](_0x1077a4(0x158));_0x34fd2b[_0x1077a4(0x15b)]['on'](_0x1077a4(0x18b),(_0x177b48,_0x5e09c1)=>{const _0x2c39cf=_0x1077a4;_0x2c39cf(0x141)===_0x5e09c1?this[_0x2c39cf(0x162)](_0x2c39cf(0x18d)):this[_0x2c39cf(0x162)](_0x2c39cf(0x187));}),_0x34fd2b[_0x1077a4(0x15b)][_0x1077a4(0x145)]({'id':_0x1077a4(0x141),'buttonLabel':_0x47887e(this[_0x1077a4(0x14c)][_0x1077a4(0x14d)],_0x1077a4(0x148)),'buttonIcon':_0x418383,'order':0x0,'content':this[_0x1077a4(0x180)]});}[_0x47e65c(0x168)](){const _0x1f1e55=_0x47e65c;this[_0x1f1e55(0x174)][_0x1f1e55(0x189)](),super[_0x1f1e55(0x168)]();}[_0x47e65c(0x143)](_0xe6f6ab){const _0x3aae62=_0x47e65c;this[_0x3aae62(0x180)][_0x3aae62(0x183)][_0x3aae62(0x154)]()||this[_0x3aae62(0x180)][_0x3aae62(0x183)][_0x3aae62(0x165)](_0xe6f6ab),this[_0x3aae62(0x180)][_0x3aae62(0x14f)]();}[_0x47e65c(0x194)](){const _0x53461a=_0x47e65c;this[_0x53461a(0x162)](_0x53461a(0x18d));}[_0x47e65c(0x15d)](_0x3bdba4){const _0x14d621=_0x47e65c;_0x3bdba4&&(_0x14d621(0x17b)!==_0x3bdba4[_0x14d621(0x184)]?_0x14d621(0x182)!==_0x3bdba4[_0x14d621(0x184)]?this[_0x14d621(0x180)][_0x14d621(0x177)]():this[_0x14d621(0x18a)]():this[_0x14d621(0x164)]());}[_0x47e65c(0x16b)](_0x1c5a0d){const _0x5af859=_0x47e65c;this[_0x5af859(0x180)][_0x5af859(0x185)](_0x1c5a0d);}[_0x47e65c(0x164)](){const _0x2e925c=_0x47e65c;this[_0x2e925c(0x180)][_0x2e925c(0x164)]();}[_0x47e65c(0x18a)](){const _0x30cdb3=_0x47e65c;this[_0x30cdb3(0x180)][_0x30cdb3(0x18a)]();}[_0x47e65c(0x170)](_0x453a38){const _0x4f1a5e=_0x47e65c;this[_0x4f1a5e(0x180)][_0x4f1a5e(0x181)][_0x4f1a5e(0x16c)](_0x453a38);}[_0x47e65c(0x169)](_0x1e1de4){const _0x404610=_0x47e65c;this[_0x404610(0x180)][_0x404610(0x181)][_0x404610(0x14b)]()[_0x404610(0x14e)](_0x1ede08=>{const _0x1bb953=_0x404610;_0x1ede08['id']===_0x1e1de4&&_0x1ede08[_0x1bb953(0x178)]();});}[_0x47e65c(0x18f)](){const _0x23dc87=_0x47e65c;this[_0x23dc87(0x180)][_0x23dc87(0x181)][_0x23dc87(0x14b)]()[_0x23dc87(0x14e)](_0x2eb2b3=>_0x2eb2b3[_0x23dc87(0x15f)]());}[_0x47e65c(0x149)](_0x4d311b,_0x5923b5){const _0x2b2cb4=_0x47e65c;_0x2b2cb4(0x17d)!==_0x5923b5&&_0x2b2cb4(0x16a)!==_0x5923b5||this[_0x2b2cb4(0x180)][_0x2b2cb4(0x181)][_0x2b2cb4(0x191)](_0x4d311b);}[_0x47e65c(0x150)](){const _0x2050a8=_0x47e65c;this[_0x2050a8(0x180)][_0x2050a8(0x150)]();}[_0x47e65c(0x17a)](){const _0xf9d742=_0x47e65c;this[_0xf9d742(0x180)][_0xf9d742(0x17a)]();}[_0x47e65c(0x173)](){const _0x27cff6=_0x47e65c;this[_0x27cff6(0x180)][_0x27cff6(0x173)]();}[_0x47e65c(0x16d)](){const _0x3eed57=_0x47e65c;this[_0x3eed57(0x180)][_0x3eed57(0x16d)]();}[_0x47e65c(0x151)](_0x55238d,_0x5a1a72){const _0x285e01=_0x47e65c;this[_0x285e01(0x156)][_0x285e01(0x192)](_0x55238d,_0x5a1a72);}[_0x47e65c(0x13f)](){const _0x217005=_0x47e65c;this[_0x217005(0x156)][_0x217005(0x146)]();}[_0x47e65c(0x159)](_0x4eb751){const _0x5bae74=_0x47e65c,_0x11ed0a=this[_0x5bae74(0x180)][_0x5bae74(0x181)][_0x5bae74(0x14b)]()[_0x5bae74(0x142)](_0x18358e=>_0x18358e['id']===_0x4eb751);return _0x11ed0a?_0x11ed0a[_0x5bae74(0x13e)]:null;}[_0x47e65c(0x15e)](){const _0x4702ae=_0x47e65c;this[_0x4702ae(0x156)][_0x4702ae(0x15e)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x5dba60=_0x39d6;(function(_0x2e2662,_0x3e7823){var _0x57e0cd=_0x39d6,_0x1b5dc1=_0x2e2662();while(!![]){try{var _0x52bd08=parseInt(_0x57e0cd(0xe7))/0x1+parseInt(_0x57e0cd(0xf5))/0x2*(parseInt(_0x57e0cd(0xeb))/0x3)+-parseInt(_0x57e0cd(0xf2))/0x4+parseInt(_0x57e0cd(0xf8))/0x5*(-parseInt(_0x57e0cd(0xe8))/0x6)+-parseInt(_0x57e0cd(0xf7))/0x7*(parseInt(_0x57e0cd(0xea))/0x8)+parseInt(_0x57e0cd(0xef))/0x9+parseInt(_0x57e0cd(0xf6))/0xa*(parseInt(_0x57e0cd(0xed))/0xb);if(_0x52bd08===_0x3e7823)break;else _0x1b5dc1['push'](_0x1b5dc1['shift']());}catch(_0x28eff1){_0x1b5dc1['push'](_0x1b5dc1['shift']());}}}(_0x1e57,0x5e5dd));import{ObservableMixin as _0x141919}from'ckeditor5/src/utils.js';function _0x1e57(){var _0x4b96d4=['3731463EdVDoc','_mapCheckDefinitions','getCheckById','352560NLNtxJ','map','custom','2JXPLfO','1472180SVAUwu','4313302ZhvnWh','12175OMggCi','36625SXrdAO','240CETrbI','checks','8rUnLcm','1327749aHuiYt','find','22BZKxHP','_checks'];_0x1e57=function(){return _0x4b96d4;};return _0x1e57();}function _0x39d6(_0x26dbf7,_0x130ab7){var _0x1e57b8=_0x1e57();return _0x39d6=function(_0x39d665,_0x1cb025){_0x39d665=_0x39d665-0xe7;var _0x1f1e5f=_0x1e57b8[_0x39d665];return _0x1f1e5f;},_0x39d6(_0x26dbf7,_0x130ab7);}import{AIReviewCheck as _0xaa5b0f}from'./aireviewcheck.js';import{AIReviewCheckCustom as _0x4a1d58}from'./aireviewcheckcustom.js';export class AIReviewCheckList extends _0x141919(){[_0x5dba60(0xee)];constructor(_0x3df99b){var _0x496c08=_0x5dba60;super(),this[_0x496c08(0xee)]=this[_0x496c08(0xf0)](_0x3df99b);}get[_0x5dba60(0xe9)](){var _0x25cdaf=_0x5dba60;return this[_0x25cdaf(0xee)];}[_0x5dba60(0xf1)](_0x5ae5a6){var _0x189fa8=_0x5dba60;return this[_0x189fa8(0xe9)][_0x189fa8(0xec)](_0x358c95=>_0x358c95['id']===_0x5ae5a6);}[_0x5dba60(0xf0)](_0x1ba670){var _0x4c150b=_0x5dba60;return _0x1ba670[_0x4c150b(0xf3)](_0x326b80=>_0x4c150b(0xf4)===_0x326b80['id']?new _0x4a1d58(_0x326b80):new _0xaa5b0f(_0x326b80));}}
23
+ function _0x3664(){var _0x2f33af=['_checks','77115ugRgdQ','getCheckById','3619KGTQHn','4964528IXoVJP','13090275szozWP','12xFsQpL','3546JIWcIU','custom','656840YazuGi','checks','_mapCheckDefinitions','1483348imiYWF','map','401340DvXykC','find'];_0x3664=function(){return _0x2f33af;};return _0x3664();}var _0x3aa83f=_0x1410;function _0x1410(_0x4aff38,_0xc3eb33){var _0x36645e=_0x3664();return _0x1410=function(_0x1410ff,_0x3b397c){_0x1410ff=_0x1410ff-0x18a;var _0x435a61=_0x36645e[_0x1410ff];return _0x435a61;},_0x1410(_0x4aff38,_0xc3eb33);}(function(_0x20fa90,_0x37bc60){var _0xf98baa=_0x1410,_0x3035de=_0x20fa90();while(!![]){try{var _0xea14ba=-parseInt(_0xf98baa(0x198))/0x1+parseInt(_0xf98baa(0x195))/0x2*(parseInt(_0xf98baa(0x18d))/0x3)+parseInt(_0xf98baa(0x193))/0x4+-parseInt(_0xf98baa(0x190))/0x5+parseInt(_0xf98baa(0x18e))/0x6*(parseInt(_0xf98baa(0x18a))/0x7)+parseInt(_0xf98baa(0x18b))/0x8+-parseInt(_0xf98baa(0x18c))/0x9;if(_0xea14ba===_0x37bc60)break;else _0x3035de['push'](_0x3035de['shift']());}catch(_0x13b55e){_0x3035de['push'](_0x3035de['shift']());}}}(_0x3664,0x6a9c0));import{ObservableMixin as _0x5b72db}from'ckeditor5/src/utils.js';import{AIReviewCheck as _0x28d999}from'./aireviewcheck.js';import{AIReviewCheckCustom as _0x104d53}from'./aireviewcheckcustom.js';export class AIReviewCheckList extends _0x5b72db(){[_0x3aa83f(0x197)];constructor(_0x19d733){var _0x439e2a=_0x3aa83f;super(),this[_0x439e2a(0x197)]=this[_0x439e2a(0x192)](_0x19d733);}get[_0x3aa83f(0x191)](){var _0x30a88a=_0x3aa83f;return this[_0x30a88a(0x197)];}[_0x3aa83f(0x199)](_0x44498c){var _0x83c515=_0x3aa83f;return this[_0x83c515(0x191)][_0x83c515(0x196)](_0x255898=>_0x255898['id']===_0x44498c);}[_0x3aa83f(0x192)](_0x426e1a){var _0x3e879b=_0x3aa83f;return _0x426e1a[_0x3e879b(0x194)](_0xfd043b=>_0x3e879b(0x18f)===_0xfd043b['id']?new _0x104d53(_0xfd043b):new _0x28d999(_0xfd043b));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x5727ad=_0x2c59;(function(_0x1bbf65,_0x320b14){var _0x1b6096=_0x2c59,_0x1f9b1b=_0x1bbf65();while(!![]){try{var _0xb7cc40=parseInt(_0x1b6096(0x77))/0x1+parseInt(_0x1b6096(0x7b))/0x2*(parseInt(_0x1b6096(0x7c))/0x3)+parseInt(_0x1b6096(0x76))/0x4*(parseInt(_0x1b6096(0x78))/0x5)+-parseInt(_0x1b6096(0x79))/0x6+parseInt(_0x1b6096(0x72))/0x7*(parseInt(_0x1b6096(0x74))/0x8)+parseInt(_0x1b6096(0x7a))/0x9*(parseInt(_0x1b6096(0x71))/0xa)+-parseInt(_0x1b6096(0x75))/0xb;if(_0xb7cc40===_0x320b14)break;else _0x1f9b1b['push'](_0x1f9b1b['shift']());}catch(_0x370160){_0x1f9b1b['push'](_0x1f9b1b['shift']());}}}(_0x48e9,0x4c15b));function _0x2c59(_0x53edad,_0x35f846){var _0x48e9a3=_0x48e9();return _0x2c59=function(_0x2c5925,_0x2a31fc){_0x2c5925=_0x2c5925-0x6f;var _0x429217=_0x48e9a3[_0x2c5925];return _0x429217;},_0x2c59(_0x53edad,_0x35f846);}import{EmitterMixin as _0x382170}from'ckeditor5/src/utils.js';function _0x48e9(){var _0x3895eb=['7qGqVev','contentInitial','3958304KZkrdO','14087348nZeFzW','64IqmOVg','179147ZcRybZ','188165BOsDpo','2225772Meccwr','3501KetzBQ','528734UaRsyr','3PayTDo','contentNew','documentVersion','10870iYANpr'];_0x48e9=function(){return _0x3895eb;};return _0x48e9();}export class AIReviewCheckResult extends _0x382170(){['id'];[_0x5727ad(0x6f)];[_0x5727ad(0x73)];[_0x5727ad(0x70)];constructor({id:_0xe907f0,contentNew:_0x4fd7eb,contentInitial:_0x5307b1,documentVersion:_0x25b9a5}){var _0xd26b44=_0x5727ad;super(),this['id']=_0xe907f0,this[_0xd26b44(0x6f)]=_0x4fd7eb,this[_0xd26b44(0x73)]=_0x5307b1,this[_0xd26b44(0x70)]=_0x25b9a5;}}
23
+ var _0x1bda41=_0x2d54;(function(_0x4b9bb1,_0x336e35){var _0xa79715=_0x2d54,_0x4aa407=_0x4b9bb1();while(!![]){try{var _0x5edb11=parseInt(_0xa79715(0x181))/0x1+-parseInt(_0xa79715(0x183))/0x2*(parseInt(_0xa79715(0x187))/0x3)+-parseInt(_0xa79715(0x186))/0x4*(-parseInt(_0xa79715(0x18a))/0x5)+-parseInt(_0xa79715(0x182))/0x6+-parseInt(_0xa79715(0x17d))/0x7*(-parseInt(_0xa79715(0x180))/0x8)+parseInt(_0xa79715(0x185))/0x9+parseInt(_0xa79715(0x188))/0xa*(-parseInt(_0xa79715(0x184))/0xb);if(_0x5edb11===_0x336e35)break;else _0x4aa407['push'](_0x4aa407['shift']());}catch(_0x9e73a){_0x4aa407['push'](_0x4aa407['shift']());}}}(_0x5a35,0x36d1f));import{EmitterMixin as _0x20c7c4}from'ckeditor5/src/utils.js';export class AIReviewCheckResult extends _0x20c7c4(){['id'];[_0x1bda41(0x17f)];[_0x1bda41(0x17e)];[_0x1bda41(0x189)];constructor({id:_0x2925ad,contentNew:_0x473d1c,contentInitial:_0x31e18f,documentVersion:_0x326423}){var _0x4cf569=_0x1bda41;super(),this['id']=_0x2925ad,this[_0x4cf569(0x17f)]=_0x473d1c,this[_0x4cf569(0x17e)]=_0x31e18f,this[_0x4cf569(0x189)]=_0x326423;}}function _0x2d54(_0xa95368,_0x31c4ee){var _0x5a35fd=_0x5a35();return _0x2d54=function(_0x2d5433,_0x512fcf){_0x2d5433=_0x2d5433-0x17d;var _0x568f4e=_0x5a35fd[_0x2d5433];return _0x568f4e;},_0x2d54(_0xa95368,_0x31c4ee);}function _0x5a35(){var _0x2247b4=['305136ysmTCo','632FrsIhK','46277ZmRIPA','2784663RDzxvO','8FMPYIF','2538ElzXhR','610tPvwJn','documentVersion','516935jNSnmW','1432865kDUJqR','contentInitial','contentNew','8IYjKTn','78486gPBGvb'];_0x5a35=function(){return _0x2247b4;};return _0x5a35();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x3b2fde=_0x2862;function _0x4f4d(){var _0x24ac0e=['7ehzErL','401590PXeREN','isActivated','status','operations','active','998evTRdP','3924dAWKkc','contentDiffed','operationsIsolated','_editorOperations','10309744IlFhdZ','set','1425846CwTnWW','3309236bRCowS','parent','7281BLNPaU','23300232feMmzc','22PbPNKv','context','6RNiHJA','_data','590ZOoeLw'];_0x4f4d=function(){return _0x24ac0e;};return _0x4f4d();}(function(_0x128701,_0x212e4b){var _0x296449=_0x2862,_0x42a3b5=_0x128701();while(!![]){try{var _0x291fb3=parseInt(_0x296449(0x16d))/0x1+-parseInt(_0x296449(0x166))/0x2*(-parseInt(_0x296449(0x159))/0x3)+parseInt(_0x296449(0x16e))/0x4+parseInt(_0x296449(0x161))/0x5*(-parseInt(_0x296449(0x15d))/0x6)+-parseInt(_0x296449(0x160))/0x7*(-parseInt(_0x296449(0x16b))/0x8)+-parseInt(_0x296449(0x167))/0x9*(-parseInt(_0x296449(0x15f))/0xa)+-parseInt(_0x296449(0x15b))/0xb*(parseInt(_0x296449(0x15a))/0xc);if(_0x291fb3===_0x212e4b)break;else _0x42a3b5['push'](_0x42a3b5['shift']());}catch(_0x2dfbe3){_0x42a3b5['push'](_0x42a3b5['shift']());}}}(_0x4f4d,0xc6f84));import{ObservableMixin as _0x20820b}from'ckeditor5/src/utils.js';function _0x2862(_0x42b9f3,_0x576274){var _0x4f4d18=_0x4f4d();return _0x2862=function(_0x28625f,_0xb82194){_0x28625f=_0x28625f-0x158;var _0x169b0c=_0x4f4d18[_0x28625f];return _0x169b0c;},_0x2862(_0x42b9f3,_0x576274);}export class AIReviewCheckResultChange extends _0x20820b(){['id'];[_0x3b2fde(0x158)];[_0x3b2fde(0x15e)];[_0x3b2fde(0x16a)]=[];constructor(_0x2cac06,_0x45a8c5,_0x5829d2){var _0x5d65ea=_0x3b2fde;super(),this['id']=_0x2cac06,this[_0x5d65ea(0x158)]=_0x5829d2,this[_0x5d65ea(0x15e)]=_0x45a8c5,this[_0x5d65ea(0x16c)](_0x5d65ea(0x162),!0x1),this[_0x5d65ea(0x16c)](_0x5d65ea(0x163),_0x5d65ea(0x165));}get[_0x3b2fde(0x168)](){var _0xf40884=_0x3b2fde;return this[_0xf40884(0x15e)][_0xf40884(0x15c)]();}get[_0x3b2fde(0x164)](){var _0x22b94e=_0x3b2fde;return this[_0x22b94e(0x15e)][_0x22b94e(0x164)];}get[_0x3b2fde(0x169)](){var _0x39e46e=_0x3b2fde;return this[_0x39e46e(0x15e)][_0x39e46e(0x169)];}}
23
+ var _0x21b0a4=_0x4a56;function _0x2357(){var _0x516f5e=['active','isActivated','1099525ksfeMo','set','operationsIsolated','29269116ESvQIp','2533212bNkVBG','25246fdkiGo','contentDiffed','_data','operations','4381580SqQTXc','57rpzIpE','status','parent','420114fJiRum','context','9129584iqHjeZ','49XIpEzT','_editorOperations'];_0x2357=function(){return _0x516f5e;};return _0x2357();}(function(_0x2fd3b4,_0x4755cc){var _0x16721d=_0x4a56,_0x2d1d5e=_0x2fd3b4();while(!![]){try{var _0x548c5a=-parseInt(_0x16721d(0x10f))/0x1*(-parseInt(_0x16721d(0x11e))/0x2)+-parseInt(_0x16721d(0x11d))/0x3+-parseInt(_0x16721d(0x122))/0x4+parseInt(_0x16721d(0x119))/0x5+parseInt(_0x16721d(0x112))/0x6*(-parseInt(_0x16721d(0x115))/0x7)+-parseInt(_0x16721d(0x114))/0x8+parseInt(_0x16721d(0x11c))/0x9;if(_0x548c5a===_0x4755cc)break;else _0x2d1d5e['push'](_0x2d1d5e['shift']());}catch(_0x3f474e){_0x2d1d5e['push'](_0x2d1d5e['shift']());}}}(_0x2357,0x9777a));function _0x4a56(_0x2a9ea4,_0x1f7605){var _0x2357e1=_0x2357();return _0x4a56=function(_0x4a568c,_0x327055){_0x4a568c=_0x4a568c-0x10f;var _0x1dd995=_0x2357e1[_0x4a568c];return _0x1dd995;},_0x4a56(_0x2a9ea4,_0x1f7605);}import{ObservableMixin as _0x449fbf}from'ckeditor5/src/utils.js';export class AIReviewCheckResultChange extends _0x449fbf(){['id'];[_0x21b0a4(0x111)];[_0x21b0a4(0x120)];[_0x21b0a4(0x116)]=[];constructor(_0x4e3e6b,_0x3c6430,_0x4924d6){var _0x3b0e57=_0x21b0a4;super(),this['id']=_0x4e3e6b,this[_0x3b0e57(0x111)]=_0x4924d6,this[_0x3b0e57(0x120)]=_0x3c6430,this[_0x3b0e57(0x11a)](_0x3b0e57(0x118),!0x1),this[_0x3b0e57(0x11a)](_0x3b0e57(0x110),_0x3b0e57(0x117));}get[_0x21b0a4(0x11f)](){var _0x164585=_0x21b0a4;return this[_0x164585(0x120)][_0x164585(0x113)]();}get[_0x21b0a4(0x121)](){var _0x1f8346=_0x21b0a4;return this[_0x1f8346(0x120)][_0x1f8346(0x121)];}get[_0x21b0a4(0x11b)](){var _0x3760e5=_0x21b0a4;return this[_0x3760e5(0x120)][_0x3760e5(0x11b)];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x3995(_0x119c9e,_0xdafbae){const _0x10c55f=_0x10c5();return _0x3995=function(_0x39950e,_0x4dbb10){_0x39950e=_0x39950e-0x1e6;let _0x5b4c44=_0x10c55f[_0x39950e];return _0x5b4c44;},_0x3995(_0x119c9e,_0xdafbae);}function _0x10c5(){const _0x17d561=['message','data','forEach','40VArvrl','_changes','loading','includes','isActivated','getContent','operation','reviewCheckResultAccepted','status','version','event','active','_reviewArgs','accepted','ready','899613lKiaiI','markChangeAsRejected','documentData','4AZQJZA','2703944xSrLdw','error-general','rejected','title','getAcceptedChangesCount','7osrtAE','isChangeActive','size','abortController','processedResultsCount','getTotalChangesCount','_documentData','getActiveChanges','248318zvIfhn','clear','unmodified','change:isActivated','change:status','_createApiRequest','forceReadyState','push','get','ai-request-aborted','activateChange','15BFvSbk','abort','717369kumgpe','aborted','restart','fire','_reviewParams','dataId','168684HwvUOy','_checkIfFinished','filter','set','reviewCheckResultAdded','reviewCheckRunUpdated','_aiConnector','getStream','markAllChangesAsAccepted','_sourceCheck','_activeRequest','length','Not\x20implemented.','elements','_addReviewCheckResult','initialized','reviewCheckResultDeactivated','callId','find','deactivateChange','reviewCheckResultReady','start','addResultChanges','review-metadata','error','textDelta','finished','_currentError','markChangeAsAccepted','17452Ewvhnz','_results','reviewName','reviewCheckResultActivated','reviewCheckResultRejected','error-chunk','198081uznMMW'];_0x10c5=function(){return _0x17d561;};return _0x10c5();}const _0x37f7b9=_0x3995;(function(_0x22d8ba,_0xb486a3){const _0x31f005=_0x3995,_0x1c9584=_0x22d8ba();while(!![]){try{const _0x2e9120=-parseInt(_0x31f005(0x229))/0x1*(parseInt(_0x31f005(0x207))/0x2)+parseInt(_0x31f005(0x23e))/0x3*(parseInt(_0x31f005(0x223))/0x4)+parseInt(_0x31f005(0x23c))/0x5*(parseInt(_0x31f005(0x1ea))/0x6)+parseInt(_0x31f005(0x231))/0x7+-parseInt(_0x31f005(0x224))/0x8+-parseInt(_0x31f005(0x20d))/0x9+-parseInt(_0x31f005(0x211))/0xa*(-parseInt(_0x31f005(0x220))/0xb);if(_0x2e9120===_0xb486a3)break;else _0x1c9584['push'](_0x1c9584['shift']());}catch(_0x4f9b40){_0x1c9584['push'](_0x1c9584['shift']());}}}(_0x10c5,0x40b1b));import{ObservableMixin as _0x3c7fde,uid as _0x2974bb}from'ckeditor5/src/utils.js';import{AIReviewCheckResult as _0x3cc400}from'./aireviewcheckresult.js';import{AIReviewCheckResultChange as _0x99fec9}from'./aireviewcheckresultchange.js';export class AIReviewCheckRun extends _0x3c7fde(){['id']=_0x2974bb();[_0x37f7b9(0x208)]=new Map();[_0x37f7b9(0x212)]=[];[_0x37f7b9(0x22f)];[_0x37f7b9(0x1f3)];[_0x37f7b9(0x1f0)];[_0x37f7b9(0x1e8)];[_0x37f7b9(0x21d)];[_0x37f7b9(0x1f4)]=null;[_0x37f7b9(0x205)];[_0x37f7b9(0x1fb)];constructor(_0x9ecb75,_0x45c552,_0x21e456,_0x26f39c,_0x2670f8){const _0x1d18a9=_0x37f7b9;super(),this[_0x1d18a9(0x22f)]=_0x9ecb75,this[_0x1d18a9(0x1f3)]=_0x45c552,this[_0x1d18a9(0x1f0)]=_0x21e456,this[_0x1d18a9(0x1e8)]=_0x26f39c,this[_0x1d18a9(0x21d)]=_0x2670f8,this['on'](_0x1d18a9(0x235),(_0x59c7f9,_0x1140f0,_0x838ad1)=>{const _0x4ddd1c=_0x1d18a9;this[_0x4ddd1c(0x1e7)](_0x4ddd1c(0x1ef),{'status':_0x838ad1,'run':this,'error':this[_0x4ddd1c(0x205)]});}),this[_0x1d18a9(0x1ed)](_0x1d18a9(0x219),_0x1d18a9(0x1f9));}get[_0x37f7b9(0x222)](){const _0x408490=_0x37f7b9;return this[_0x408490(0x22f)];}get[_0x37f7b9(0x22d)](){const _0x5dbb9b=_0x37f7b9;return this[_0x5dbb9b(0x208)][_0x5dbb9b(0x22b)];}get[_0x37f7b9(0x227)](){const _0x453c57=_0x37f7b9;return this[_0x453c57(0x1f3)][_0x453c57(0x227)];}async[_0x37f7b9(0x1ff)](){const _0x10ec24=_0x37f7b9;this[_0x10ec24(0x219)]=_0x10ec24(0x213),this[_0x10ec24(0x205)]=void 0x0;try{this[_0x10ec24(0x1f4)]=this[_0x10ec24(0x236)]();const _0x28521d=await this[_0x10ec24(0x1f4)][_0x10ec24(0x1f1)]();this[_0x10ec24(0x219)]=_0x10ec24(0x20f);for await(const _0x35b920 of _0x28521d)_0x10ec24(0x233)!==_0x35b920[_0x10ec24(0x20f)][_0x10ec24(0x217)]&&(_0x10ec24(0x202)!==_0x35b920[_0x10ec24(0x20f)][_0x10ec24(0x217)]?_0x10ec24(0x201)!==_0x35b920[_0x10ec24(0x21b)]?this[_0x10ec24(0x1f8)](_0x35b920[_0x10ec24(0x20f)][_0x10ec24(0x1e9)],_0x35b920[_0x10ec24(0x20f)][_0x10ec24(0x203)]):this[_0x10ec24(0x1fb)]=_0x35b920[_0x10ec24(0x20f)][_0x10ec24(0x1fb)]:this[_0x10ec24(0x219)]=_0x10ec24(0x20c));_0x10ec24(0x20c)!==this[_0x10ec24(0x219)]&&(0x0===this[_0x10ec24(0x208)][_0x10ec24(0x22b)]?this[_0x10ec24(0x219)]=_0x10ec24(0x233):this[_0x10ec24(0x219)]=_0x10ec24(0x21f));}catch(_0xf8d48e){this[_0x10ec24(0x205)]=_0xf8d48e,_0xf8d48e instanceof Error&&_0xf8d48e[_0x10ec24(0x20e)][_0x10ec24(0x214)](_0x10ec24(0x23a))?this[_0x10ec24(0x219)]=_0x10ec24(0x23f):this[_0x10ec24(0x219)]=_0x10ec24(0x225);}finally{this[_0x10ec24(0x1f4)]=null;}}async[_0x37f7b9(0x1e6)](){const _0x14b6ca=_0x37f7b9;this[_0x14b6ca(0x208)][_0x14b6ca(0x232)](),this[_0x14b6ca(0x212)][_0x14b6ca(0x1f5)]=0x0,this[_0x14b6ca(0x205)]=void 0x0,await this[_0x14b6ca(0x1ff)]();}[_0x37f7b9(0x200)](_0x4d2ffb,_0x2564d0){const _0x27bc7d=_0x37f7b9,_0xcfe05e=this[_0x27bc7d(0x208)][_0x27bc7d(0x239)](_0x4d2ffb);if(!_0xcfe05e)return;const _0x2b3608=[];_0x2564d0[_0x27bc7d(0x210)]((_0x1d2bd8,_0x4d99f0)=>{const _0x3d3c06=_0x27bc7d,_0x59a476=new _0x99fec9(_0xcfe05e['id']+'-'+_0x4d99f0,_0x1d2bd8,_0xcfe05e);_0x59a476['on'](_0x3d3c06(0x235),()=>{const _0x33fe52=_0x3d3c06;_0x33fe52(0x21e)===_0x59a476[_0x33fe52(0x219)]?this[_0x33fe52(0x1e7)](_0x33fe52(0x218),{'change':_0x59a476}):_0x33fe52(0x226)===_0x59a476[_0x33fe52(0x219)]&&this[_0x33fe52(0x1e7)](_0x33fe52(0x20b),{'change':_0x59a476});}),_0x59a476['on'](_0x3d3c06(0x234),()=>{const _0x16f4a3=_0x3d3c06;_0x59a476[_0x16f4a3(0x215)]?this[_0x16f4a3(0x1e7)](_0x16f4a3(0x20a),{'change':_0x59a476}):this[_0x16f4a3(0x1e7)](_0x16f4a3(0x1fa),{'change':_0x59a476});}),this[_0x3d3c06(0x212)][_0x3d3c06(0x238)](_0x59a476),_0x2b3608[_0x3d3c06(0x238)](_0x59a476);}),this[_0x27bc7d(0x1e7)](_0x27bc7d(0x1fe),{'changes':_0x2b3608,'result':_0xcfe05e,'source':this});}[_0x37f7b9(0x23d)](){const _0x274421=_0x37f7b9;this[_0x274421(0x1f4)]&&(this[_0x274421(0x1f4)][_0x274421(0x22c)][_0x274421(0x23d)](),this[_0x274421(0x1f4)]=null,this[_0x274421(0x219)]=_0x274421(0x23f));}[_0x37f7b9(0x22a)](_0x526f6c){const _0x16aa6b=_0x37f7b9,_0x12e3e6=this[_0x16aa6b(0x212)][_0x16aa6b(0x1fc)](_0x18c5d7=>_0x18c5d7['id']===_0x526f6c);return!(!_0x12e3e6||_0x16aa6b(0x21c)!==_0x12e3e6[_0x16aa6b(0x219)]);}[_0x37f7b9(0x230)](){const _0x2d4efc=_0x37f7b9;return this[_0x2d4efc(0x212)][_0x2d4efc(0x1ec)](_0x42273d=>_0x2d4efc(0x21c)===_0x42273d[_0x2d4efc(0x219)]);}[_0x37f7b9(0x1f2)](){const _0x3c8419=_0x37f7b9;for(const _0x4a168d of this[_0x3c8419(0x212)])_0x3c8419(0x21c)===_0x4a168d[_0x3c8419(0x219)]&&(_0x4a168d[_0x3c8419(0x219)]=_0x3c8419(0x21e));this[_0x3c8419(0x1eb)]();}[_0x37f7b9(0x206)](_0x2e1a68){const _0x2915c0=_0x37f7b9,_0x1db828=this[_0x2915c0(0x212)][_0x2915c0(0x1fc)](_0x2480c2=>_0x2480c2['id']===_0x2e1a68);_0x1db828&&_0x2915c0(0x21c)===_0x1db828[_0x2915c0(0x219)]&&(_0x1db828[_0x2915c0(0x219)]=_0x2915c0(0x21e)),this[_0x2915c0(0x1eb)]();}[_0x37f7b9(0x221)](_0x4ab44a){const _0x195c2a=_0x37f7b9,_0x33205f=this[_0x195c2a(0x212)][_0x195c2a(0x1fc)](_0x539c8d=>_0x539c8d['id']===_0x4ab44a);_0x33205f&&_0x195c2a(0x21c)===_0x33205f[_0x195c2a(0x219)]&&(_0x33205f[_0x195c2a(0x219)]=_0x195c2a(0x226)),this[_0x195c2a(0x1eb)]();}[_0x37f7b9(0x23b)](_0x51b4ea){const _0x17feb8=_0x37f7b9;this[_0x17feb8(0x212)][_0x17feb8(0x1ec)](_0x22c6a8=>_0x22c6a8[_0x17feb8(0x215)]&&_0x22c6a8['id']!==_0x51b4ea)[_0x17feb8(0x210)](_0x1ef37a=>{const _0x5cd994=_0x17feb8;_0x1ef37a[_0x5cd994(0x215)]=!0x1;});const _0x386992=this[_0x17feb8(0x212)][_0x17feb8(0x1fc)](_0x5ae291=>_0x5ae291['id']===_0x51b4ea);_0x386992&&(_0x386992[_0x17feb8(0x215)]=!0x0);}[_0x37f7b9(0x1fd)](){const _0x14fc40=_0x37f7b9;this[_0x14fc40(0x212)][_0x14fc40(0x1ec)](_0x317c92=>_0x317c92[_0x14fc40(0x215)])[_0x14fc40(0x210)](_0x496065=>{const _0x42b129=_0x14fc40;_0x496065[_0x42b129(0x215)]=!0x1;});}[_0x37f7b9(0x237)](){const _0x5df9e3=_0x37f7b9;this[_0x5df9e3(0x219)]=_0x5df9e3(0x21f);}[_0x37f7b9(0x1f8)](_0x535990,_0x510fbc){const _0x167cda=_0x37f7b9,_0xc680dc=this[_0x167cda(0x22f)][_0x167cda(0x1f7)][_0x167cda(0x239)](_0x535990);if(!_0xc680dc)return;const _0x7a1379=_0xc680dc[_0x167cda(0x216)]();if(_0x7a1379===_0x510fbc)return;const _0x5ee3e0=new _0x3cc400({'id':_0x535990,'contentInitial':_0x7a1379,'contentNew':_0x510fbc,'documentVersion':this[_0x167cda(0x22f)][_0x167cda(0x21a)]});this[_0x167cda(0x208)][_0x167cda(0x1ed)](_0x5ee3e0['id'],_0x5ee3e0),this[_0x167cda(0x1e7)](_0x167cda(0x1ee),{'result':_0x5ee3e0,'source':this});}[_0x37f7b9(0x1eb)](){const _0x3a248b=_0x37f7b9;if(_0x3a248b(0x21f)!==this[_0x3a248b(0x219)])return;0x0===this[_0x3a248b(0x212)][_0x3a248b(0x1ec)](_0x53b372=>_0x3a248b(0x21c)===_0x53b372[_0x3a248b(0x219)])[_0x3a248b(0x1f5)]&&(this[_0x3a248b(0x219)]=_0x3a248b(0x204));}[_0x37f7b9(0x236)](){const _0x439512=_0x37f7b9;throw new Error(_0x439512(0x1f6));}[_0x37f7b9(0x228)](){const _0x4b3108=_0x37f7b9;return this[_0x4b3108(0x212)][_0x4b3108(0x1ec)](_0x9373b3=>_0x4b3108(0x21e)===_0x9373b3[_0x4b3108(0x219)])[_0x4b3108(0x1f5)];}[_0x37f7b9(0x22e)](){const _0x2f71f1=_0x37f7b9;return this[_0x2f71f1(0x212)][_0x2f71f1(0x1f5)];}get[_0x37f7b9(0x209)](){const _0x195ecd=_0x37f7b9;return this[_0x195ecd(0x1f3)]['id'];}}
23
+ const _0xc4624c=_0xbd99;(function(_0x2672a1,_0x673831){const _0x1bfca8=_0xbd99,_0x2c011a=_0x2672a1();while(!![]){try{const _0xb72c69=-parseInt(_0x1bfca8(0x167))/0x1+parseInt(_0x1bfca8(0x170))/0x2*(parseInt(_0x1bfca8(0x132))/0x3)+parseInt(_0x1bfca8(0x15b))/0x4*(parseInt(_0x1bfca8(0x139))/0x5)+parseInt(_0x1bfca8(0x13a))/0x6+-parseInt(_0x1bfca8(0x166))/0x7+parseInt(_0x1bfca8(0x16a))/0x8*(-parseInt(_0x1bfca8(0x149))/0x9)+-parseInt(_0x1bfca8(0x17f))/0xa;if(_0xb72c69===_0x673831)break;else _0x2c011a['push'](_0x2c011a['shift']());}catch(_0x35862b){_0x2c011a['push'](_0x2c011a['shift']());}}}(_0x5d78,0x3bc8e));function _0x5d78(){const _0x49ccce=['find','372968PLuaMk','clear','ai-request-aborted','accepted','activateChange','set','restart','_sourceCheck','reviewCheckResultActivated','get','isChangeActive','_results','_documentData','abortController','reviewName','1901760QhCJol','finished','Not\x20implemented.','_changes','abort','dataId','isActivated','markChangeAsAccepted','ready','start','forceReadyState','_activeRequest','6OLDHer','markAllChangesAsAccepted','review-metadata','getTotalChangesCount','loading','_createApiRequest','getActiveChanges','297690HKxDNG','1728366DqLXMr','textDelta','_checkIfFinished','_aiConnector','message','unmodified','processedResultsCount','rejected','event','reviewCheckResultAccepted','reviewCheckRunUpdated','error-general','length','active','reviewCheckResultAdded','245763ysxuxm','version','reviewCheckResultDeactivated','filter','error-chunk','push','reviewCheckResultRejected','getStream','change:status','change:isActivated','_addReviewCheckResult','includes','error','title','_reviewParams','markChangeAsRejected','size','getContent','20TbjimZ','forEach','data','operation','getAcceptedChangesCount','_reviewArgs','elements','initialized','deactivateChange','callId','fire','1868384utmyir','92911fTCuZq','status','_currentError','48AlCqbc','addResultChanges','aborted','reviewCheckResultReady','documentData'];_0x5d78=function(){return _0x49ccce;};return _0x5d78();}import{ObservableMixin as _0x5f35ad,uid as _0x438536}from'ckeditor5/src/utils.js';function _0xbd99(_0x4f6f7c,_0x477d1f){const _0x5d78ac=_0x5d78();return _0xbd99=function(_0xbd99e3,_0x15ff3c){_0xbd99e3=_0xbd99e3-0x12d;let _0x1f2cc9=_0x5d78ac[_0xbd99e3];return _0x1f2cc9;},_0xbd99(_0x4f6f7c,_0x477d1f);}import{AIReviewCheckResult as _0x50462a}from'./aireviewcheckresult.js';import{AIReviewCheckResultChange as _0x3a80a7}from'./aireviewcheckresultchange.js';export class AIReviewCheckRun extends _0x5f35ad(){['id']=_0x438536();[_0xc4624c(0x17b)]=new Map();[_0xc4624c(0x182)]=[];[_0xc4624c(0x17c)];[_0xc4624c(0x177)];[_0xc4624c(0x13d)];[_0xc4624c(0x157)];[_0xc4624c(0x160)];[_0xc4624c(0x131)]=null;[_0xc4624c(0x169)];[_0xc4624c(0x164)];constructor(_0x119769,_0x2befa7,_0x43cdcc,_0x245f15,_0xa6f84c){const _0x460066=_0xc4624c;super(),this[_0x460066(0x17c)]=_0x119769,this[_0x460066(0x177)]=_0x2befa7,this[_0x460066(0x13d)]=_0x43cdcc,this[_0x460066(0x157)]=_0x245f15,this[_0x460066(0x160)]=_0xa6f84c,this['on'](_0x460066(0x151),(_0x5b99c1,_0x259eb7,_0x47f97f)=>{const _0x146cf5=_0x460066;this[_0x146cf5(0x165)](_0x146cf5(0x144),{'status':_0x47f97f,'run':this,'error':this[_0x146cf5(0x169)]});}),this[_0x460066(0x175)](_0x460066(0x168),_0x460066(0x162));}get[_0xc4624c(0x16e)](){const _0x26b569=_0xc4624c;return this[_0x26b569(0x17c)];}get[_0xc4624c(0x140)](){const _0x447efa=_0xc4624c;return this[_0x447efa(0x17b)][_0x447efa(0x159)];}get[_0xc4624c(0x156)](){const _0x2cdafa=_0xc4624c;return this[_0x2cdafa(0x177)][_0x2cdafa(0x156)];}async[_0xc4624c(0x12f)](){const _0x261ead=_0xc4624c;this[_0x261ead(0x168)]=_0x261ead(0x136),this[_0x261ead(0x169)]=void 0x0;try{this[_0x261ead(0x131)]=this[_0x261ead(0x137)]();const _0x331ff4=await this[_0x261ead(0x131)][_0x261ead(0x150)]();this[_0x261ead(0x168)]=_0x261ead(0x15d);for await(const _0x547cf1 of _0x331ff4)_0x261ead(0x13f)!==_0x547cf1[_0x261ead(0x15d)][_0x261ead(0x15e)]&&(_0x261ead(0x155)!==_0x547cf1[_0x261ead(0x15d)][_0x261ead(0x15e)]?_0x261ead(0x134)!==_0x547cf1[_0x261ead(0x142)]?this[_0x261ead(0x153)](_0x547cf1[_0x261ead(0x15d)][_0x261ead(0x184)],_0x547cf1[_0x261ead(0x15d)][_0x261ead(0x13b)]):this[_0x261ead(0x164)]=_0x547cf1[_0x261ead(0x15d)][_0x261ead(0x164)]:this[_0x261ead(0x168)]=_0x261ead(0x14d));_0x261ead(0x14d)!==this[_0x261ead(0x168)]&&(0x0===this[_0x261ead(0x17b)][_0x261ead(0x159)]?this[_0x261ead(0x168)]=_0x261ead(0x13f):this[_0x261ead(0x168)]=_0x261ead(0x12e));}catch(_0x1b3dc7){this[_0x261ead(0x169)]=_0x1b3dc7,_0x1b3dc7 instanceof Error&&_0x1b3dc7[_0x261ead(0x13e)][_0x261ead(0x154)](_0x261ead(0x172))?this[_0x261ead(0x168)]=_0x261ead(0x16c):this[_0x261ead(0x168)]=_0x261ead(0x145);}finally{this[_0x261ead(0x131)]=null;}}async[_0xc4624c(0x176)](){const _0x38cf80=_0xc4624c;this[_0x38cf80(0x17b)][_0x38cf80(0x171)](),this[_0x38cf80(0x182)][_0x38cf80(0x146)]=0x0,this[_0x38cf80(0x169)]=void 0x0,await this[_0x38cf80(0x12f)]();}[_0xc4624c(0x16b)](_0x171f32,_0x1e7430){const _0x373642=_0xc4624c,_0x22ebda=this[_0x373642(0x17b)][_0x373642(0x179)](_0x171f32);if(!_0x22ebda)return;const _0x3e56bd=[];_0x1e7430[_0x373642(0x15c)]((_0x39f600,_0x25b3a1)=>{const _0x3780ca=_0x373642,_0x6932f5=new _0x3a80a7(_0x22ebda['id']+'-'+_0x25b3a1,_0x39f600,_0x22ebda);_0x6932f5['on'](_0x3780ca(0x151),()=>{const _0x1ca0e3=_0x3780ca;_0x1ca0e3(0x173)===_0x6932f5[_0x1ca0e3(0x168)]?this[_0x1ca0e3(0x165)](_0x1ca0e3(0x143),{'change':_0x6932f5}):_0x1ca0e3(0x141)===_0x6932f5[_0x1ca0e3(0x168)]&&this[_0x1ca0e3(0x165)](_0x1ca0e3(0x14f),{'change':_0x6932f5});}),_0x6932f5['on'](_0x3780ca(0x152),()=>{const _0x19f4d2=_0x3780ca;_0x6932f5[_0x19f4d2(0x185)]?this[_0x19f4d2(0x165)](_0x19f4d2(0x178),{'change':_0x6932f5}):this[_0x19f4d2(0x165)](_0x19f4d2(0x14b),{'change':_0x6932f5});}),this[_0x3780ca(0x182)][_0x3780ca(0x14e)](_0x6932f5),_0x3e56bd[_0x3780ca(0x14e)](_0x6932f5);}),this[_0x373642(0x165)](_0x373642(0x16d),{'changes':_0x3e56bd,'result':_0x22ebda,'source':this});}[_0xc4624c(0x183)](){const _0x3a30ed=_0xc4624c;this[_0x3a30ed(0x131)]&&(this[_0x3a30ed(0x131)][_0x3a30ed(0x17d)][_0x3a30ed(0x183)](),this[_0x3a30ed(0x131)]=null,this[_0x3a30ed(0x168)]=_0x3a30ed(0x16c));}[_0xc4624c(0x17a)](_0x4a4b6a){const _0x33fe60=_0xc4624c,_0x5e427f=this[_0x33fe60(0x182)][_0x33fe60(0x16f)](_0x4cfa9d=>_0x4cfa9d['id']===_0x4a4b6a);return!(!_0x5e427f||_0x33fe60(0x147)!==_0x5e427f[_0x33fe60(0x168)]);}[_0xc4624c(0x138)](){const _0x51a49e=_0xc4624c;return this[_0x51a49e(0x182)][_0x51a49e(0x14c)](_0x1b58c8=>_0x51a49e(0x147)===_0x1b58c8[_0x51a49e(0x168)]);}[_0xc4624c(0x133)](){const _0x54d289=_0xc4624c;for(const _0x573dd1 of this[_0x54d289(0x182)])_0x54d289(0x147)===_0x573dd1[_0x54d289(0x168)]&&(_0x573dd1[_0x54d289(0x168)]=_0x54d289(0x173));this[_0x54d289(0x13c)]();}[_0xc4624c(0x12d)](_0x2fbf9b){const _0x4d3b63=_0xc4624c,_0x1ceb98=this[_0x4d3b63(0x182)][_0x4d3b63(0x16f)](_0x179a5c=>_0x179a5c['id']===_0x2fbf9b);_0x1ceb98&&_0x4d3b63(0x147)===_0x1ceb98[_0x4d3b63(0x168)]&&(_0x1ceb98[_0x4d3b63(0x168)]=_0x4d3b63(0x173)),this[_0x4d3b63(0x13c)]();}[_0xc4624c(0x158)](_0x57a553){const _0xe87a67=_0xc4624c,_0x518756=this[_0xe87a67(0x182)][_0xe87a67(0x16f)](_0x1ab349=>_0x1ab349['id']===_0x57a553);_0x518756&&_0xe87a67(0x147)===_0x518756[_0xe87a67(0x168)]&&(_0x518756[_0xe87a67(0x168)]=_0xe87a67(0x141)),this[_0xe87a67(0x13c)]();}[_0xc4624c(0x174)](_0x2a2b1a){const _0x1b2ada=_0xc4624c;this[_0x1b2ada(0x182)][_0x1b2ada(0x14c)](_0xd0e526=>_0xd0e526[_0x1b2ada(0x185)]&&_0xd0e526['id']!==_0x2a2b1a)[_0x1b2ada(0x15c)](_0x10b163=>{const _0x3a9b8f=_0x1b2ada;_0x10b163[_0x3a9b8f(0x185)]=!0x1;});const _0x5bf07c=this[_0x1b2ada(0x182)][_0x1b2ada(0x16f)](_0x204134=>_0x204134['id']===_0x2a2b1a);_0x5bf07c&&(_0x5bf07c[_0x1b2ada(0x185)]=!0x0);}[_0xc4624c(0x163)](){const _0xec98ae=_0xc4624c;this[_0xec98ae(0x182)][_0xec98ae(0x14c)](_0x18b11f=>_0x18b11f[_0xec98ae(0x185)])[_0xec98ae(0x15c)](_0x5a400f=>{const _0x51585d=_0xec98ae;_0x5a400f[_0x51585d(0x185)]=!0x1;});}[_0xc4624c(0x130)](){const _0x1836fb=_0xc4624c;this[_0x1836fb(0x168)]=_0x1836fb(0x12e);}[_0xc4624c(0x153)](_0x5cb4cf,_0x18d013){const _0x41730b=_0xc4624c,_0x3a4e5b=this[_0x41730b(0x17c)][_0x41730b(0x161)][_0x41730b(0x179)](_0x5cb4cf);if(!_0x3a4e5b)return;const _0x2bafed=_0x3a4e5b[_0x41730b(0x15a)]();if(_0x2bafed===_0x18d013)return;const _0x593996=new _0x50462a({'id':_0x5cb4cf,'contentInitial':_0x2bafed,'contentNew':_0x18d013,'documentVersion':this[_0x41730b(0x17c)][_0x41730b(0x14a)]});this[_0x41730b(0x17b)][_0x41730b(0x175)](_0x593996['id'],_0x593996),this[_0x41730b(0x165)](_0x41730b(0x148),{'result':_0x593996,'source':this});}[_0xc4624c(0x13c)](){const _0xea389a=_0xc4624c;if(_0xea389a(0x12e)!==this[_0xea389a(0x168)])return;0x0===this[_0xea389a(0x182)][_0xea389a(0x14c)](_0x1e840e=>_0xea389a(0x147)===_0x1e840e[_0xea389a(0x168)])[_0xea389a(0x146)]&&(this[_0xea389a(0x168)]=_0xea389a(0x180));}[_0xc4624c(0x137)](){const _0x37847e=_0xc4624c;throw new Error(_0x37847e(0x181));}[_0xc4624c(0x15f)](){const _0x39060f=_0xc4624c;return this[_0x39060f(0x182)][_0x39060f(0x14c)](_0x5605df=>_0x39060f(0x173)===_0x5605df[_0x39060f(0x168)])[_0x39060f(0x146)];}[_0xc4624c(0x135)](){const _0x467fe8=_0xc4624c;return this[_0x467fe8(0x182)][_0x467fe8(0x146)];}get[_0xc4624c(0x17e)](){const _0x1bdfff=_0xc4624c;return this[_0x1bdfff(0x177)]['id'];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xb03b32=_0x2939;(function(_0x4d5f93,_0x4cc052){const _0x1d9f84=_0x2939,_0x8e131f=_0x4d5f93();while(!![]){try{const _0x4899c0=-parseInt(_0x1d9f84(0x117))/0x1*(-parseInt(_0x1d9f84(0x116))/0x2)+-parseInt(_0x1d9f84(0x121))/0x3+parseInt(_0x1d9f84(0x118))/0x4+parseInt(_0x1d9f84(0x11a))/0x5*(-parseInt(_0x1d9f84(0x11b))/0x6)+parseInt(_0x1d9f84(0x113))/0x7+parseInt(_0x1d9f84(0x119))/0x8+-parseInt(_0x1d9f84(0x11e))/0x9;if(_0x4899c0===_0x4cc052)break;else _0x8e131f['push'](_0x8e131f['shift']());}catch(_0x8cc48){_0x8e131f['push'](_0x8e131f['shift']());}}}(_0x26f0,0x64663));function _0x2939(_0x23e982,_0x40c3a3){const _0x26f067=_0x26f0();return _0x2939=function(_0x29391e,_0x5f1293){_0x29391e=_0x29391e-0x113;let _0x1d5f5e=_0x26f067[_0x29391e];return _0x1d5f5e;},_0x2939(_0x23e982,_0x40c3a3);}function _0x26f0(){const _0x53649a=['2890608VHFmQP','getAll','getModels','2QegOiN','317071pEDfXS','2009620IOjZhH','3727920BWBnQM','15xbTDYT','1469406sPMLvE','list','length','558927ZwOlEE','items','_connector','1471107NVSVRG','_modelList'];_0x26f0=function(){return _0x53649a;};return _0x26f0();}import{EmitterMixin as _0x286b48}from'ckeditor5/src/utils.js';export class AIReviewModels extends _0x286b48(){[_0xb03b32(0x122)]=[];[_0xb03b32(0x120)];constructor({connector:_0x32757a}){const _0x3251d8=_0xb03b32;super(),this[_0x3251d8(0x120)]=_0x32757a;}async[_0xb03b32(0x114)](){const _0x4bdc8e=_0xb03b32;if(!this[_0x4bdc8e(0x122)][_0x4bdc8e(0x11d)])try{const _0x3a1bb3=this[_0x4bdc8e(0x120)][_0x4bdc8e(0x115)](),_0x4d559b=await _0x3a1bb3[_0x4bdc8e(0x11c)]();this[_0x4bdc8e(0x122)]=_0x4d559b[_0x4bdc8e(0x11f)];}catch{}return this[_0x4bdc8e(0x122)];}}
23
+ function _0x38c6(){const _0x7e4d50=['54PlKViZ','908504ECnZYT','2sYmMWR','_connector','10ATIxNK','getModels','286170jUZDal','getAll','2657112ZWMlUZ','8233146YOzxCc','items','3856622OcmuyN','length','_modelList','4042976fsCJxB','1597780vHYBKJ','list'];_0x38c6=function(){return _0x7e4d50;};return _0x38c6();}const _0x6367ff=_0x197c;function _0x197c(_0x4665e3,_0x332442){const _0x38c683=_0x38c6();return _0x197c=function(_0x197c41,_0x22e39c){_0x197c41=_0x197c41-0x138;let _0x36e614=_0x38c683[_0x197c41];return _0x36e614;},_0x197c(_0x4665e3,_0x332442);}(function(_0x44c10d,_0x22d18e){const _0x1572d=_0x197c,_0x15a877=_0x44c10d();while(!![]){try{const _0x5713ff=-parseInt(_0x1572d(0x142))/0x1+-parseInt(_0x1572d(0x143))/0x2*(-parseInt(_0x1572d(0x138))/0x3)+parseInt(_0x1572d(0x13f))/0x4+-parseInt(_0x1572d(0x147))/0x5*(-parseInt(_0x1572d(0x141))/0x6)+-parseInt(_0x1572d(0x13b))/0x7+-parseInt(_0x1572d(0x13e))/0x8+-parseInt(_0x1572d(0x139))/0x9*(-parseInt(_0x1572d(0x145))/0xa);if(_0x5713ff===_0x22d18e)break;else _0x15a877['push'](_0x15a877['shift']());}catch(_0x59e495){_0x15a877['push'](_0x15a877['shift']());}}}(_0x38c6,0xb7293));import{EmitterMixin as _0x2419b6}from'ckeditor5/src/utils.js';export class AIReviewModels extends _0x2419b6(){[_0x6367ff(0x13d)]=[];[_0x6367ff(0x144)];constructor({connector:_0xac8570}){const _0x329084=_0x6367ff;super(),this[_0x329084(0x144)]=_0xac8570;}async[_0x6367ff(0x148)](){const _0x2106e9=_0x6367ff;if(!this[_0x2106e9(0x13d)][_0x2106e9(0x13c)])try{const _0xa66f54=this[_0x2106e9(0x144)][_0x2106e9(0x146)](),_0x438fbf=await _0xa66f54[_0x2106e9(0x140)]();this[_0x2106e9(0x13d)]=_0x438fbf[_0x2106e9(0x13a)];}catch{}return this[_0x2106e9(0x13d)];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1790(_0x2771a2,_0x3d8513){const _0x1e8454=_0x1e84();return _0x1790=function(_0x179062,_0x79312c){_0x179062=_0x179062-0xc2;let _0x5a4422=_0x1e8454[_0x179062];return _0x5a4422;},_0x1790(_0x2771a2,_0x3d8513);}const _0x40d087=_0x1790;(function(_0x3e8cb1,_0x2a765b){const _0x4f3057=_0x1790,_0x5e0280=_0x3e8cb1();while(!![]){try{const _0x372b4c=parseInt(_0x4f3057(0xce))/0x1*(-parseInt(_0x4f3057(0xe1))/0x2)+parseInt(_0x4f3057(0xea))/0x3*(parseInt(_0x4f3057(0xd4))/0x4)+parseInt(_0x4f3057(0xc5))/0x5+parseInt(_0x4f3057(0xc6))/0x6*(parseInt(_0x4f3057(0xd5))/0x7)+parseInt(_0x4f3057(0xcd))/0x8+parseInt(_0x4f3057(0xda))/0x9*(-parseInt(_0x4f3057(0xd8))/0xa)+-parseInt(_0x4f3057(0xc7))/0xb*(parseInt(_0x4f3057(0xd0))/0xc);if(_0x372b4c===_0x2a765b)break;else _0x5e0280['push'](_0x5e0280['shift']());}catch(_0x5af7c6){_0x5e0280['push'](_0x5e0280['shift']());}}}(_0x1e84,0x94490));import{BalloonPanelView as _0x10c928,View as _0x5d56a6,clickOutsideHandler as _0x29fdeb}from'ckeditor5/src/ui.js';import{AIReviewModeReviewCheckListItemResultsView as _0x472f38}from'./aireviewmodechecklistitemresultview.js';function _0x1e84(){const _0x341b56=['isVisible','_createContentView','setTemplate','showBalloon','hide','contentDiffed','6274wtYILi','deactivateChange','set','unpin','changeId','dismissChange','delegate','resultResponseView','extendTemplate','6981GNMEFd','show','pin','ck-ai-review-mode__suggestion-text','element','innerHTML','4286130nCiSzS','5751366mWKqJj','197450QPLedJ','updateContent','resultItemView','div','ck-content','acceptChange','6031424ckOcAO','67HtOcTe','ck-ai-review-mode-balloon-panel-suggestion','1644VWQYjr','fire','hideBalloon','ck-reset','1676JLbrby','7WwvXOn','content','locale','127630CgwNmK','add','189sBztWp'];_0x1e84=function(){return _0x341b56;};return _0x1e84();}import'../../../theme/aireviewmode/aireviewmode-balloon-panel-suggestion.css';import'../../../theme/aireviewmode/aireviewmode-check-run-result.css';export class AIReviewModeBalloonSuggestionItemView extends _0x10c928{[_0x40d087(0xc9)];constructor(_0x2f150e,_0x4b250f){const _0x186aaf=_0x40d087;super(_0x2f150e),this[_0x186aaf(0xe3)]({'isVisible':!0x1,'position':'se','class':null,'top':0x0,'left':0x0}),this[_0x186aaf(0xe9)]({'tag':_0x186aaf(0xca),'attributes':{'class':[_0x186aaf(0xd3)],'tabindex':'-1'}}),this[_0x186aaf(0xd6)][_0x186aaf(0xd9)](this[_0x186aaf(0xdc)]()),_0x4b250f[_0x186aaf(0xd9)](this),_0x29fdeb({'emitter':this,'activator':()=>this[_0x186aaf(0xdb)],'contextElements':[this[_0x186aaf(0xc3)]],'callback':()=>{const _0x35e7a2=_0x186aaf;this[_0x35e7a2(0xd2)](),this[_0x35e7a2(0xe2)]();}});}[_0x40d087(0xc8)](_0x3b5905){const _0x231b7d=_0x40d087;this[_0x231b7d(0xc9)][_0x231b7d(0xe5)]=_0x3b5905['id'],this[_0x231b7d(0xc9)][_0x231b7d(0xe8)][_0x231b7d(0xc3)][_0x231b7d(0xc4)]=_0x3b5905[_0x231b7d(0xe0)];}[_0x40d087(0xde)](_0x2f4868,_0x26c4ac){const _0x8ec35e=_0x40d087;this[_0x8ec35e(0xc8)](_0x2f4868),this[_0x8ec35e(0xeb)](),this[_0x8ec35e(0xec)]({'target':_0x26c4ac});}[_0x40d087(0xd2)](){const _0xe59861=_0x40d087;this[_0xe59861(0xdf)](),this[_0xe59861(0xe4)]();}[_0x40d087(0xe2)](){const _0xafa463=_0x40d087;this[_0xafa463(0xd1)](_0xafa463(0xe2));}[_0x40d087(0xdc)](){const _0x2f1643=_0x40d087,_0x3f03e9=new _0x5d56a6();return this[_0x2f1643(0xc9)]=new _0x472f38(this[_0x2f1643(0xd7)],''),this[_0x2f1643(0xc9)][_0x2f1643(0xe8)][_0x2f1643(0xe9)]({'attributes':{'class':[_0x2f1643(0xcb)]}}),this[_0x2f1643(0xc9)][_0x2f1643(0xe7)](_0x2f1643(0xcc),_0x2f1643(0xe6))['to'](this),_0x3f03e9[_0x2f1643(0xdd)]({'tag':_0x2f1643(0xca),'attributes':{'class':[_0x2f1643(0xd3),_0x2f1643(0xcf)]},'children':[{'tag':'p','attributes':{'class':[_0x2f1643(0xc2)]},'children':[this[_0x2f1643(0xc9)]]}]}),_0x3f03e9;}}
23
+ const _0x459571=_0x32d9;function _0x32d9(_0xc389fa,_0x3475ae){const _0x20374f=_0x2037();return _0x32d9=function(_0x32d93a,_0x2fbb93){_0x32d93a=_0x32d93a-0x17f;let _0x177218=_0x20374f[_0x32d93a];return _0x177218;},_0x32d9(_0xc389fa,_0x3475ae);}(function(_0xbc07c8,_0x3d15fe){const _0x2182d6=_0x32d9,_0x309df9=_0xbc07c8();while(!![]){try{const _0x1831dc=-parseInt(_0x2182d6(0x189))/0x1*(-parseInt(_0x2182d6(0x199))/0x2)+-parseInt(_0x2182d6(0x1a6))/0x3*(-parseInt(_0x2182d6(0x198))/0x4)+parseInt(_0x2182d6(0x194))/0x5*(-parseInt(_0x2182d6(0x186))/0x6)+parseInt(_0x2182d6(0x19b))/0x7*(-parseInt(_0x2182d6(0x197))/0x8)+parseInt(_0x2182d6(0x19c))/0x9+-parseInt(_0x2182d6(0x191))/0xa*(parseInt(_0x2182d6(0x180))/0xb)+parseInt(_0x2182d6(0x181))/0xc;if(_0x1831dc===_0x3d15fe)break;else _0x309df9['push'](_0x309df9['shift']());}catch(_0x52873b){_0x309df9['push'](_0x309df9['shift']());}}}(_0x2037,0xe7d9f));import{BalloonPanelView as _0x51540b,View as _0x172d72,clickOutsideHandler as _0x1066a3}from'ckeditor5/src/ui.js';import{AIReviewModeReviewCheckListItemResultsView as _0x30c1f9}from'./aireviewmodechecklistitemresultview.js';import'../../../theme/aireviewmode/aireviewmode-balloon-panel-suggestion.css';function _0x2037(){const _0x819704=['isVisible','hideBalloon','dismissChange','fire','29630ySizcz','setTemplate','show','5498830SWiLLS','_createContentView','changeId','121184YiDHmh','8bTkBxb','164fAfrMd','showBalloon','91JDPEzh','9375975NtwJqR','locale','updateContent','delegate','unpin','ck-ai-review-mode__suggestion-text','contentDiffed','content','resultResponseView','pin','1994439mMJSxZ','deactivateChange','resultItemView','acceptChange','extendTemplate','3355WIFyJl','308916cLVsDf','ck-content','innerHTML','ck-reset','add','6dMoaCl','set','hide','9182GQLKlm','ck-ai-review-mode-balloon-panel-suggestion','element','div'];_0x2037=function(){return _0x819704;};return _0x2037();}import'../../../theme/aireviewmode/aireviewmode-check-run-result.css';export class AIReviewModeBalloonSuggestionItemView extends _0x51540b{[_0x459571(0x1a8)];constructor(_0x920d79,_0x3f0762){const _0x1faf0e=_0x459571;super(_0x920d79),this[_0x1faf0e(0x187)]({'isVisible':!0x1,'position':'se','class':null,'top':0x0,'left':0x0}),this[_0x1faf0e(0x17f)]({'tag':_0x1faf0e(0x18c),'attributes':{'class':[_0x1faf0e(0x184)],'tabindex':'-1'}}),this[_0x1faf0e(0x1a3)][_0x1faf0e(0x185)](this[_0x1faf0e(0x195)]()),_0x3f0762[_0x1faf0e(0x185)](this),_0x1066a3({'emitter':this,'activator':()=>this[_0x1faf0e(0x18d)],'contextElements':[this[_0x1faf0e(0x18b)]],'callback':()=>{const _0xa534a4=_0x1faf0e;this[_0xa534a4(0x18e)](),this[_0xa534a4(0x1a7)]();}});}[_0x459571(0x19e)](_0x57bafe){const _0x569d34=_0x459571;this[_0x569d34(0x1a8)][_0x569d34(0x196)]=_0x57bafe['id'],this[_0x569d34(0x1a8)][_0x569d34(0x1a4)][_0x569d34(0x18b)][_0x569d34(0x183)]=_0x57bafe[_0x569d34(0x1a2)];}[_0x459571(0x19a)](_0x54d16e,_0x23e012){const _0x3fd9fb=_0x459571;this[_0x3fd9fb(0x19e)](_0x54d16e),this[_0x3fd9fb(0x193)](),this[_0x3fd9fb(0x1a5)]({'target':_0x23e012});}[_0x459571(0x18e)](){const _0x5e6832=_0x459571;this[_0x5e6832(0x188)](),this[_0x5e6832(0x1a0)]();}[_0x459571(0x1a7)](){const _0x59d46e=_0x459571;this[_0x59d46e(0x190)](_0x59d46e(0x1a7));}[_0x459571(0x195)](){const _0x20261f=_0x459571,_0x465473=new _0x172d72();return this[_0x20261f(0x1a8)]=new _0x30c1f9(this[_0x20261f(0x19d)],''),this[_0x20261f(0x1a8)][_0x20261f(0x1a4)][_0x20261f(0x17f)]({'attributes':{'class':[_0x20261f(0x182)]}}),this[_0x20261f(0x1a8)][_0x20261f(0x19f)](_0x20261f(0x1a9),_0x20261f(0x18f))['to'](this),_0x465473[_0x20261f(0x192)]({'tag':_0x20261f(0x18c),'attributes':{'class':[_0x20261f(0x184),_0x20261f(0x18a)]},'children':[{'tag':'p','attributes':{'class':[_0x20261f(0x1a1)]},'children':[this[_0x20261f(0x1a8)]]}]}),_0x465473;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2cd9ff=_0x29e1;(function(_0x364800,_0x2658ea){const _0xe767f2=_0x29e1,_0x4466a8=_0x364800();while(!![]){try{const _0x5ec2c1=parseInt(_0xe767f2(0x185))/0x1*(-parseInt(_0xe767f2(0x178))/0x2)+-parseInt(_0xe767f2(0x19e))/0x3*(-parseInt(_0xe767f2(0x188))/0x4)+-parseInt(_0xe767f2(0x1a1))/0x5*(parseInt(_0xe767f2(0x1a5))/0x6)+parseInt(_0xe767f2(0x19a))/0x7+parseInt(_0xe767f2(0x18d))/0x8*(-parseInt(_0xe767f2(0x198))/0x9)+-parseInt(_0xe767f2(0x179))/0xa*(-parseInt(_0xe767f2(0x180))/0xb)+parseInt(_0xe767f2(0x1aa))/0xc*(parseInt(_0xe767f2(0x1a7))/0xd);if(_0x5ec2c1===_0x2658ea)break;else _0x4466a8['push'](_0x4466a8['shift']());}catch(_0x182ca9){_0x4466a8['push'](_0x4466a8['shift']());}}}(_0x2fd8,0x2c214));import{View as _0x14ddf7,ButtonView as _0x579d81}from'ckeditor5/src/ui.js';function _0x2fd8(){const _0x113002=['17966TZtzCC','ck-ai-review-mode__check-run-result-action-buttons','AI_REVIEW_MODE_DISMISS_CHANGE','2748whALPv','ck-ai-review-mode__check-run-result-response','_createResultResponseView','_createDismissButtonView','setItemAsInactive','menuitemcheckbox','ck-content','2HeBjkV','30PcYwhz','fire','_createAcceptButtonView','ck-ai-review-mode__check-run-result','isOn','_createInfoButtonView','activateChange','117161mchoSx','setTemplate','isActive','ck-content-direct-excluded','extendTemplate','172741aRCtzr','bind','ck-ai-button-secondary\x20ck-ai-review-mode__check-run-result-accept-button','621596pzoLhe','execute','changeId','ck-ai-button-tertiary-filled\x20ck-ai-review-mode__check-run-result-dismiss-button','set','82104TEAxZD','log','dismissChange','ck-ai-review-mode__check-run-result-footer','bindTemplate','resultResponseView','ck-ai-review-mode__check-run-result_active','setItemAsActive','acceptButtonView','isInfoToggleOn','ck-ai-button-tertiary-filled\x20ck-ai-review-mode__check-run-result-info-button\x20ck-hidden','171LjnKuc','div','870576XiMhDS','acceptChange','Toggle\x20info\x20view','infoButtonView','3kERNrY','AI_REVIEW_MODE_LEARN_MORE','dismissButtonView','1080iozOaW','stopPropagation','AI_REVIEW_MODE_ACCEPT_CHANGE','locale','2214qNurnJ','click'];_0x2fd8=function(){return _0x113002;};return _0x2fd8();}import{IconInfo as _0x502f46}from'ckeditor5/src/icons.js';function _0x29e1(_0x542dd7,_0x4c06eb){const _0x2fd89f=_0x2fd8();return _0x29e1=function(_0x29e150,_0xf838f2){_0x29e150=_0x29e150-0x175;let _0x1257ee=_0x2fd89f[_0x29e150];return _0x1257ee;},_0x29e1(_0x542dd7,_0x4c06eb);}import{getTranslation as _0x4cce31}from'../../aicore/utils/common-translations.js';export class AIReviewModeReviewCheckListItemResultsView extends _0x14ddf7{[_0x2cd9ff(0x192)];[_0x2cd9ff(0x195)];[_0x2cd9ff(0x1a0)];[_0x2cd9ff(0x19d)];constructor(_0x3b7c35,_0xa8c420){const _0x202c42=_0x2cd9ff;super(_0x3b7c35),this['id']=_0xa8c420,this[_0x202c42(0x18c)](_0x202c42(0x18a),_0xa8c420),this[_0x202c42(0x192)]=this[_0x202c42(0x1ac)](),this[_0x202c42(0x195)]=this[_0x202c42(0x17b)](),this[_0x202c42(0x1a0)]=this[_0x202c42(0x1ad)](),this[_0x202c42(0x19d)]=this[_0x202c42(0x17e)](),this[_0x202c42(0x18c)](_0x202c42(0x196),!0x1),this[_0x202c42(0x18c)](_0x202c42(0x182),!0x1),this[_0x202c42(0x181)]({'tag':_0x202c42(0x199),'attributes':{'class':[_0x202c42(0x17c),this[_0x202c42(0x191)]['if'](_0x202c42(0x182),_0x202c42(0x193))]},'on':{'click':this[_0x202c42(0x191)]['to'](_0x202c42(0x1a6))},'children':[this[_0x202c42(0x192)],{'tag':_0x202c42(0x199),'attributes':{'class':[_0x202c42(0x190)]},'children':[{'tag':_0x202c42(0x199),'attributes':{'class':[_0x202c42(0x1a8)]},'children':[this[_0x202c42(0x195)],this[_0x202c42(0x1a0)]]},this[_0x202c42(0x19d)]]}]}),this['on'](_0x202c42(0x1a6),()=>{const _0x23425a=_0x202c42;this[_0x23425a(0x17a)](_0x23425a(0x17f),{'id':_0xa8c420,'source':this});});}[_0x2cd9ff(0x194)](){const _0x422451=_0x2cd9ff;this[_0x422451(0x182)]=!0x0;}[_0x2cd9ff(0x175)](){const _0x5a18fb=_0x2cd9ff;this[_0x5a18fb(0x182)]=!0x1;}[_0x2cd9ff(0x1ac)](){const _0x509343=_0x2cd9ff,_0x442ff8=new _0x14ddf7(this[_0x509343(0x1a4)]);return _0x442ff8[_0x509343(0x181)]({'tag':_0x509343(0x199),'attributes':{'class':['ck',_0x509343(0x177),_0x509343(0x183),_0x509343(0x1ab)]}}),_0x442ff8;}[_0x2cd9ff(0x17b)](){const _0x354133=_0x2cd9ff,_0x12baed=new _0x579d81(this[_0x354133(0x1a4)]);return _0x12baed[_0x354133(0x18c)]({'label':_0x4cce31(this[_0x354133(0x1a4)],_0x354133(0x1a3)),'withText':!0x0,'class':_0x354133(0x187)}),_0x12baed[_0x354133(0x184)]({'on':{'click':this[_0x354133(0x191)]['to'](_0x552fcb=>{const _0x187fb7=_0x354133;this[_0x187fb7(0x17a)](_0x187fb7(0x19b),{'id':this[_0x187fb7(0x18a)]}),_0x552fcb[_0x187fb7(0x1a2)]();})}}),_0x12baed;}[_0x2cd9ff(0x1ad)](){const _0x1d9668=_0x2cd9ff,_0x506dc5=new _0x579d81(this[_0x1d9668(0x1a4)]);return _0x506dc5[_0x1d9668(0x18c)]({'label':_0x4cce31(this[_0x1d9668(0x1a4)],_0x1d9668(0x1a9)),'withText':!0x0,'class':_0x1d9668(0x18b)}),_0x506dc5[_0x1d9668(0x184)]({'on':{'click':this[_0x1d9668(0x191)]['to'](_0x1d7640=>{const _0x260860=_0x1d9668;this[_0x260860(0x17a)](_0x260860(0x18f),{'id':this[_0x260860(0x18a)]}),_0x1d7640[_0x260860(0x1a2)]();})}}),_0x506dc5;}[_0x2cd9ff(0x17e)](){const _0x47a4f1=_0x2cd9ff,_0x4ae09e=new _0x579d81(this[_0x47a4f1(0x1a4)]);return _0x4ae09e[_0x47a4f1(0x18c)]({'label':_0x4cce31(this[_0x47a4f1(0x1a4)],_0x47a4f1(0x19f)),'icon':_0x502f46,'tooltip':!0x0,'isToggleable':!0x0,'role':_0x47a4f1(0x176),'class':_0x47a4f1(0x197)}),_0x4ae09e[_0x47a4f1(0x186)](_0x47a4f1(0x17d))['to'](this,_0x47a4f1(0x196),_0xd8d321=>_0xd8d321),_0x4ae09e['on'](_0x47a4f1(0x189),()=>{const _0xabfb1b=_0x47a4f1;console[_0xabfb1b(0x18e)](_0xabfb1b(0x19c)),this[_0xabfb1b(0x196)]=!this[_0xabfb1b(0x196)];}),_0x4ae09e;}}
23
+ const _0x1b8bcd=_0x5064;(function(_0x3ce0c7,_0x497ca9){const _0x2e5d7a=_0x5064,_0x1bdfa0=_0x3ce0c7();while(!![]){try{const _0x4d6419=-parseInt(_0x2e5d7a(0x103))/0x1+parseInt(_0x2e5d7a(0x107))/0x2+parseInt(_0x2e5d7a(0xf6))/0x3*(parseInt(_0x2e5d7a(0x105))/0x4)+-parseInt(_0x2e5d7a(0xfb))/0x5*(parseInt(_0x2e5d7a(0x116))/0x6)+-parseInt(_0x2e5d7a(0x10d))/0x7*(parseInt(_0x2e5d7a(0x101))/0x8)+-parseInt(_0x2e5d7a(0xf0))/0x9*(parseInt(_0x2e5d7a(0x113))/0xa)+parseInt(_0x2e5d7a(0xed))/0xb*(parseInt(_0x2e5d7a(0x114))/0xc);if(_0x4d6419===_0x497ca9)break;else _0x1bdfa0['push'](_0x1bdfa0['shift']());}catch(_0x38281f){_0x1bdfa0['push'](_0x1bdfa0['shift']());}}}(_0x4d33,0xd9de3));import{View as _0x3dfeac,ButtonView as _0x173ada}from'ckeditor5/src/ui.js';import{IconInfo as _0x29c6af}from'ckeditor5/src/icons.js';import{getTranslation as _0x1bd6ab}from'../../aicore/utils/common-translations.js';export class AIReviewModeReviewCheckListItemResultsView extends _0x3dfeac{[_0x1b8bcd(0xf8)];[_0x1b8bcd(0x108)];[_0x1b8bcd(0x117)];[_0x1b8bcd(0x110)];constructor(_0x25f0a1,_0x1eda06){const _0xdc7e0c=_0x1b8bcd;super(_0x25f0a1),this['id']=_0x1eda06,this[_0xdc7e0c(0xf1)](_0xdc7e0c(0x11d),_0x1eda06),this[_0xdc7e0c(0xf8)]=this[_0xdc7e0c(0x11c)](),this[_0xdc7e0c(0x108)]=this[_0xdc7e0c(0x10c)](),this[_0xdc7e0c(0x117)]=this[_0xdc7e0c(0xf2)](),this[_0xdc7e0c(0x110)]=this[_0xdc7e0c(0x109)](),this[_0xdc7e0c(0xf1)](_0xdc7e0c(0x10e),!0x1),this[_0xdc7e0c(0xf1)](_0xdc7e0c(0xfc),!0x1),this[_0xdc7e0c(0xef)]({'tag':_0xdc7e0c(0x102),'attributes':{'class':[_0xdc7e0c(0xff),this[_0xdc7e0c(0xec)]['if'](_0xdc7e0c(0xfc),_0xdc7e0c(0x10a))]},'on':{'click':this[_0xdc7e0c(0xec)]['to'](_0xdc7e0c(0xfd))},'children':[this[_0xdc7e0c(0xf8)],{'tag':_0xdc7e0c(0x102),'attributes':{'class':[_0xdc7e0c(0x118)]},'children':[{'tag':_0xdc7e0c(0x102),'attributes':{'class':[_0xdc7e0c(0xfe)]},'children':[this[_0xdc7e0c(0x108)],this[_0xdc7e0c(0x117)]]},this[_0xdc7e0c(0x110)]]}]}),this['on'](_0xdc7e0c(0xfd),()=>{const _0xed0e86=_0xdc7e0c;this[_0xed0e86(0x10f)](_0xed0e86(0x11b),{'id':_0x1eda06,'source':this});});}[_0x1b8bcd(0x123)](){const _0x13ee84=_0x1b8bcd;this[_0x13ee84(0xfc)]=!0x0;}[_0x1b8bcd(0x111)](){const _0x3a3cb5=_0x1b8bcd;this[_0x3a3cb5(0xfc)]=!0x1;}[_0x1b8bcd(0x11c)](){const _0x17ff82=_0x1b8bcd,_0x10bd67=new _0x3dfeac(this[_0x17ff82(0x112)]);return _0x10bd67[_0x17ff82(0xef)]({'tag':_0x17ff82(0x102),'attributes':{'class':['ck',_0x17ff82(0x121),_0x17ff82(0xf3),_0x17ff82(0x11a)]}}),_0x10bd67;}[_0x1b8bcd(0x10c)](){const _0x35bdb6=_0x1b8bcd,_0x36acb2=new _0x173ada(this[_0x35bdb6(0x112)]);return _0x36acb2[_0x35bdb6(0xf1)]({'label':_0x1bd6ab(this[_0x35bdb6(0x112)],_0x35bdb6(0x119)),'withText':!0x0,'class':_0x35bdb6(0xf7)}),_0x36acb2[_0x35bdb6(0x100)]({'on':{'click':this[_0x35bdb6(0xec)]['to'](_0x541cbf=>{const _0x51914a=_0x35bdb6;this[_0x51914a(0x10f)](_0x51914a(0xf5),{'id':this[_0x51914a(0x11d)]}),_0x541cbf[_0x51914a(0xee)]();})}}),_0x36acb2;}[_0x1b8bcd(0xf2)](){const _0x48aba1=_0x1b8bcd,_0x3e2648=new _0x173ada(this[_0x48aba1(0x112)]);return _0x3e2648[_0x48aba1(0xf1)]({'label':_0x1bd6ab(this[_0x48aba1(0x112)],_0x48aba1(0x122)),'withText':!0x0,'class':_0x48aba1(0xfa)}),_0x3e2648[_0x48aba1(0x100)]({'on':{'click':this[_0x48aba1(0xec)]['to'](_0x3775bc=>{const _0x321db8=_0x48aba1;this[_0x321db8(0x10f)](_0x321db8(0x10b),{'id':this[_0x321db8(0x11d)]}),_0x3775bc[_0x321db8(0xee)]();})}}),_0x3e2648;}[_0x1b8bcd(0x109)](){const _0x512ae4=_0x1b8bcd,_0x4a307e=new _0x173ada(this[_0x512ae4(0x112)]);return _0x4a307e[_0x512ae4(0xf1)]({'label':_0x1bd6ab(this[_0x512ae4(0x112)],_0x512ae4(0x11e)),'icon':_0x29c6af,'tooltip':!0x0,'isToggleable':!0x0,'role':_0x512ae4(0xf9),'class':_0x512ae4(0x106)}),_0x4a307e[_0x512ae4(0x104)](_0x512ae4(0x11f))['to'](this,_0x512ae4(0x10e),_0x53fe7c=>_0x53fe7c),_0x4a307e['on'](_0x512ae4(0x120),()=>{const _0x6f5703=_0x512ae4;console[_0x6f5703(0xf4)](_0x6f5703(0x115)),this[_0x6f5703(0x10e)]=!this[_0x6f5703(0x10e)];}),_0x4a307e;}}function _0x5064(_0x3e5615,_0x5d88a4){const _0x4d33ea=_0x4d33();return _0x5064=function(_0x506481,_0x4bfda2){_0x506481=_0x506481-0xec;let _0x52f299=_0x4d33ea[_0x506481];return _0x52f299;},_0x5064(_0x3e5615,_0x5d88a4);}function _0x4d33(){const _0x4eae25=['_createInfoButtonView','ck-ai-review-mode__check-run-result_active','dismissChange','_createAcceptButtonView','35xUhhSZ','isInfoToggleOn','fire','infoButtonView','setItemAsInactive','locale','90ijoQlG','24249468SuleXm','Toggle\x20info\x20view','10039662ecSKll','dismissButtonView','ck-ai-review-mode__check-run-result-footer','AI_REVIEW_MODE_ACCEPT_CHANGE','ck-ai-review-mode__check-run-result-response','activateChange','_createResultResponseView','changeId','AI_REVIEW_MODE_LEARN_MORE','isOn','execute','ck-content','AI_REVIEW_MODE_DISMISS_CHANGE','setItemAsActive','bindTemplate','22MjwIWe','stopPropagation','setTemplate','1476747pvfzmg','set','_createDismissButtonView','ck-content-direct-excluded','log','acceptChange','1365SGSIUJ','ck-ai-button-secondary\x20ck-ai-review-mode__check-run-result-accept-button','resultResponseView','menuitemcheckbox','ck-ai-button-tertiary-filled\x20ck-ai-review-mode__check-run-result-dismiss-button','5tcphsn','isActive','click','ck-ai-review-mode__check-run-result-action-buttons','ck-ai-review-mode__check-run-result','extendTemplate','1573592PEXXwb','div','545093XANdSI','bind','9356PXaVgW','ck-ai-button-tertiary-filled\x20ck-ai-review-mode__check-run-result-info-button\x20ck-hidden','930352tYaubA','acceptButtonView'];_0x4d33=function(){return _0x4eae25;};return _0x4d33();}