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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/build/ai.js +1 -1
  2. package/dist/index.js +5 -5
  3. package/package.json +15 -15
  4. package/src/aiactions/aiactions.js +1 -1
  5. package/src/aiassistant/aiassistantediting.js +1 -1
  6. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  7. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  8. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  9. package/src/aiassistant/ui/form/aiformview.js +1 -1
  10. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  11. package/src/aiassistant/ui/form/prompthistory.js +1 -1
  12. package/src/aiballoon/aiballoon.js +1 -1
  13. package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
  14. package/src/aiballoon/ui/aiballoonview.js +1 -1
  15. package/src/aichat/aichat.js +1 -1
  16. package/src/aichat/aichatcontroller.js +1 -1
  17. package/src/aichat/aichatui.js +1 -1
  18. package/src/aichat/model/aichatcontext.js +1 -1
  19. package/src/aichat/model/aichatconversation.js +1 -1
  20. package/src/aichat/model/aichatinteraction.js +1 -1
  21. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  22. package/src/aichat/ui/aichatfeedview.js +1 -1
  23. package/src/aichat/ui/aichatview.js +1 -1
  24. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  25. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  26. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  27. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  28. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  29. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  30. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  31. package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
  32. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  33. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  34. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  35. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  36. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  37. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  38. package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
  39. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  40. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  41. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  42. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  43. package/src/aichat/utils/eventnames.js +1 -1
  44. package/src/aichathistory/aichathistory.js +1 -1
  45. package/src/aichathistory/aichathistorycontroller.js +1 -1
  46. package/src/aichathistory/aichathistoryui.js +1 -1
  47. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  48. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  49. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  50. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  51. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  52. package/src/aicore/aiconnector.js +1 -1
  53. package/src/aicore/aiediting.js +1 -1
  54. package/src/aicore/model/aimodels.js +1 -1
  55. package/src/aicore/model/aireply.js +1 -1
  56. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  57. package/src/aicore/pipeline/airesponseparser.js +2 -2
  58. package/src/aicore/ui/aidisclaimerview.js +1 -1
  59. package/src/aicore/ui/aiskeleton.js +1 -1
  60. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  61. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  62. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  63. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  64. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  65. package/src/aicore/utils/documentrange.js +1 -1
  66. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  67. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  68. package/src/aicore/utils/htmlparser.js +1 -1
  69. package/src/aicore/utils/htmlstreamer.js +1 -1
  70. package/src/aiquickactions/aiquickactionsui.js +1 -1
  71. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  72. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  73. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  74. package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +1 -1
  75. package/src/aireviewmode/aireviewmode.js +1 -1
  76. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  77. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  78. package/src/aireviewmode/aireviewmodeui.js +1 -1
  79. package/src/aireviewmode/model/aireviewcheckcustom.js +1 -1
  80. package/src/aireviewmode/model/aireviewchecklist.js +1 -1
  81. package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
  82. package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
  83. package/src/aireviewmode/model/aireviewsystemcheckrun.js +1 -1
  84. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  85. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  86. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  87. package/src/aireviewmode/ui/aireviewmodegeneralerrorview.js +1 -1
  88. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  89. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  90. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  91. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  92. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  93. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  94. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  95. package/src/aitabs/aitabs.js +1 -1
  96. package/src/aitabs/tabs/aitabsview.js +1 -1
  97. package/src/aitabs/tabs/tabpanelview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x532ddb=_0x342a;function _0x342a(_0x3680dd,_0x1b0772){const _0x210bc5=_0x210b();return _0x342a=function(_0x342a05,_0x5b1ff6){_0x342a05=_0x342a05-0x1e8;let _0x5e89bb=_0x210bc5[_0x342a05];return _0x5e89bb;},_0x342a(_0x3680dd,_0x1b0772);}(function(_0x35fee0,_0x2e48dd){const _0x5d6a58=_0x342a,_0x58ceb8=_0x35fee0();while(!![]){try{const _0x4d7d80=-parseInt(_0x5d6a58(0x225))/0x1+-parseInt(_0x5d6a58(0x2a8))/0x2*(parseInt(_0x5d6a58(0x24b))/0x3)+-parseInt(_0x5d6a58(0x1f7))/0x4+-parseInt(_0x5d6a58(0x238))/0x5*(parseInt(_0x5d6a58(0x22a))/0x6)+-parseInt(_0x5d6a58(0x260))/0x7*(parseInt(_0x5d6a58(0x262))/0x8)+-parseInt(_0x5d6a58(0x234))/0x9+-parseInt(_0x5d6a58(0x258))/0xa*(-parseInt(_0x5d6a58(0x20d))/0xb);if(_0x4d7d80===_0x2e48dd)break;else _0x58ceb8['push'](_0x58ceb8['shift']());}catch(_0x6e1e8f){_0x58ceb8['push'](_0x58ceb8['shift']());}}}(_0x210b,0xdd850));import{InsertOperation as _0x38feeb,MarkerOperation as _0x1ae552,ModelDocumentFragment as _0x7ed6de,ModelPosition as _0x3ee7bd,ModelRange as _0xc7e99a,ModelTreeWalker as _0x223ab2,transformOperationSets as _0x5439ed}from'ckeditor5/src/engine.js';import{DomEmitterMixin as _0x581901,EmitterMixin as _0x36e6cd}from'ckeditor5/src/utils.js';import{ContextPlugin as _0x2f91fc}from'ckeditor5/src/core.js';import{DocumentCompare as _0x56390c,DATA_ID_MODEL_ATTRIBUTE as _0x33d9c0,DATA_ID_VIEW_ATTRIBUTE as _0x12af2e}from'ckeditor5-collaboration/src/collaboration-core.js';import{getEditorFromContext as _0x592f0d}from'../aicore/utils/geteditorfromcontext.js';import{AIEditing as _0x3c0821}from'../aicore/aiediting.js';import{debounce as _0x543c01}from'es-toolkit/compat';const pe=_0x532ddb(0x2c3);function _0x210b(){const _0x43c16b=['_appendChild','keys','baseVersion','exec','has','35147030ANLdxK','suggestion-context','position','elements','[data-marker-id=\x22','size','getMarkerElementForChange','className','11958667wetxEt','_changeRange','8JTgQJx','suggestion:insertion:id:authorId:','path','innerHTML','isAtEnd','filter','markers','offset','clone','_changeRangeOwnerDocument','_haveOnlyInlineContent','toDomElement','_removeChildren','_validateMarkers','insertContent','get','model','viewToDom','createUIElement','ck-ai_review-mode-marker_add','$markedRemove','isPremiumPlugin','remove-only','batch','length','stringify','_createGetContextFn','relatedTarget','fire','ellipsisAfter','getRoot','ck-ai_review-mode-marker_context-','isOpening','markChangePositionInEditorContent','addOperation','delete','_hasSameTopLevelElement','_getOperationEnd','DocumentCompare','getChildren','changeMarkerRemoved','changeMarkerClick','getPath','insert','view','for','emitter','toView','hasContentAfter','htmlWriter','operationsA','htmlProcessor','warn','operationsIsolated','includes','changeMarkerBlurred','remove','attributeToAttribute','index','ck-ai_review-mode-marker_context-start','ck-ai_review-mode-marker_strikethrough','markerName','_changePosition','ck-ai_review-mode-marker_context-end','jumpTo','_setAttribute','disableReadOnlyMode','isTouching','ai-review-mode','append','74iZxLur','switchToEdit','_clone','childCount','getRoots','afterInit','rootName','_upsertDataId','groupId','applyChange','getOperations','createRange','$documentFragment','end','addMarker','data','getDocumentData','from','containsRange','listenTo','suggestion:deletion:id:authorId:','_shiftOperation','isAtStart','document','containerElement','nodes','clear','reviewmode-','createSelection','getChanges','concat','isDocumentOperation','hasContentBefore','deleteContent','_parseMarkerName','name','editingDowncast','[data-id=\x22','getAttribute','querySelector','history','_getMarkersDataForGroup','markerToHighlight','text','markerToElement','pluginName','registerPostFixer','getDiff','closest','documentFragment','switchToReadOnly','getRange','getStart','hasClass','_getOperationStart','split','enableReadOnlyMode','_changeOperationOwnerDocument','applyOperation','AIReviewModeEditing','_insertMarkers','backward','No\x20element\x20found\x20for\x20ID:\x20','remove-text','howMany','getDomRoot','oldRange','getChild','clearAllMarkers','data-marker-id','schema','6686220OehBox','pop','parse','getChangedMarkers','affectsData','toData','_changePositionOwnerDocument','_domEmitter','forEach','parentElement','flat','domConverter','add','_haveSingleTopLevelElement','createDocumentFragment','hasAttribute','_findAdjacentContextDistance','outerHTML','createText','dataDowncast','values','ck-ai_review-mode-marker_hide','22zAqhuW','change','context','ellipsisBefore','_createGetContentUsingDataIdFn','_markers','getHtml','click','newRange','_removeAttribute','rejectChange','offsetSize','isInline','remove-context','ck-ai_review-mode-marker_','createPositionAfter','plugins','changeMarkerHovered','target','AIEditing','map','startsWith','set','$textProxy','769410FhaBLB','_getChangeContext','$graveyard','element','push','9486MxSsxl','editing','model:$text','version','type','marker','_groupAdjacentOperations','getShiftedBy','processor','requires','1103184fcmapK','span','differ','sort','2335wXFJbw','start','mouseover','createRawElement','ck-ai_review-mode-marker_underline','_nextDataId','_handleMarkerChanges','diffContent','conversion','forward','isIntersecting','_translateOperationToEditorContent','every','removeMarker','parent','downcast','_createGetContentFn','root','_findMarkerElement','90147zyIvWH','_sortMarkers','changeMarkerRestored','isOfficialPlugin','_eventEmitter','createPositionAt','getEditor','.ck-reset.ck-ai-review-mode-balloon-panel-suggestion'];_0x210b=function(){return _0x43c16b;};return _0x210b();}export class AIReviewModeEditing extends _0x2f91fc{static get[_0x532ddb(0x2d5)](){const _0xe44136=_0x532ddb;return _0xe44136(0x1eb);}static get[_0x532ddb(0x233)](){return[_0x56390c,_0x3c0821];}static get[_0x532ddb(0x24e)](){return!0x0;}static get[_0x532ddb(0x277)](){return!0x0;}[_0x532ddb(0x212)]=new Map();[_0x532ddb(0x1fe)];[_0x532ddb(0x24f)];constructor(_0x57ebd6){const _0x3ff658=_0x532ddb;super(_0x57ebd6),this[_0x3ff658(0x1fe)]=new(_0x581901())(),this[_0x3ff658(0x24f)]=new(_0x36e6cd())();}get[_0x532ddb(0x290)](){const _0x3007e6=_0x532ddb;return this[_0x3007e6(0x24f)];}[_0x532ddb(0x2ad)](){const _0x2751e0=_0x532ddb,_0x1f94d1=_0x592f0d(this[_0x2751e0(0x20f)]);_0x1f94d1[_0x2751e0(0x240)][_0x2751e0(0x28f)](_0x2751e0(0x2cc))[_0x2751e0(0x2d4)]({'model':pe+_0x2751e0(0x28d),'view':(_0x456a15,{writer:_0x458100})=>{const _0x41ba0d=_0x2751e0,_0x1b21ba=this[_0x41ba0d(0x212)][_0x41ba0d(0x271)](_0x456a15[_0x41ba0d(0x29f)]),_0x339bb2={'class':_0x41ba0d(0x275),'data-marker-id':_0x456a15[_0x41ba0d(0x29f)]};return _0x458100[_0x41ba0d(0x274)](_0x41ba0d(0x235),_0x339bb2,function(_0x52978c){const _0x424b26=_0x41ba0d,_0x5d7886=this[_0x424b26(0x26d)](_0x52978c);return _0x5d7886[_0x424b26(0x265)]=_0x1b21ba?.[_0x424b26(0x2d3)]||'',_0x5d7886;});}}),_0x1f94d1[_0x2751e0(0x240)][_0x2751e0(0x28f)](_0x2751e0(0x2cc))[_0x2751e0(0x2d2)]({'model':pe+_0x2751e0(0x278),'view':_0x4c5358=>({'classes':_0x2751e0(0x29e),'attributes':{'data-marker-id':_0x4c5358[_0x2751e0(0x29f)]}})}),_0x1f94d1[_0x2751e0(0x240)][_0x2751e0(0x28f)](_0x2751e0(0x2cc))[_0x2751e0(0x2d2)]({'model':pe+_0x2751e0(0x21a),'view':_0x116f34=>({'classes':_0x2751e0(0x23c),'attributes':{'data-marker-id':_0x116f34[_0x2751e0(0x29f)]}})}),_0x1f94d1[_0x2751e0(0x240)][_0x2751e0(0x28f)](_0x2751e0(0x2cc))[_0x2751e0(0x2d2)]({'model':pe+_0x2751e0(0x1ef),'view':_0x27fe7e=>({'classes':_0x2751e0(0x20c),'attributes':{'data-marker-id':_0x27fe7e[_0x2751e0(0x29f)]}})}),_0x1f94d1[_0x2751e0(0x240)][_0x2751e0(0x28f)](_0x2751e0(0x20a))[_0x2751e0(0x2d4)]({'model':pe+_0x2751e0(0x259),'view':(_0x357be9,{writer:_0x152348})=>_0x152348[_0x2751e0(0x23b)](_0x2751e0(0x235),{'class':_0x2751e0(0x281)+(_0x357be9[_0x2751e0(0x282)]?_0x2751e0(0x239):_0x2751e0(0x2b5))})}),_0x1f94d1[_0x2751e0(0x240)][_0x2751e0(0x28f)](_0x2751e0(0x247))[_0x2751e0(0x29b)]({'model':_0x33d9c0,'view':_0x12af2e}),this[_0x2751e0(0x1fe)][_0x2751e0(0x2bb)](document,_0x2751e0(0x214),(_0x4b8742,_0x2ee1e7)=>{const _0x359e0c=_0x2751e0,_0x9744cc=_0x2ee1e7[_0x359e0c(0x21f)],_0x812634=this[_0x359e0c(0x24a)](_0x9744cc);if(!_0x812634)return;const _0x166e0f=_0x812634[_0x359e0c(0x2ce)](_0x359e0c(0x1f5)),_0x3df11c=_0x166e0f[_0x359e0c(0x2df)](':')[_0x359e0c(0x1f8)]()?.[_0x359e0c(0x2df)]('_')[0x0];this[_0x359e0c(0x24f)][_0x359e0c(0x27e)](_0x359e0c(0x28b),{'markerId':_0x166e0f,'changeId':_0x3df11c,'markerElement':_0x812634,'domEvent':_0x2ee1e7});}),this[_0x2751e0(0x1fe)][_0x2751e0(0x2bb)](document,_0x2751e0(0x23a),(_0xbbfa1c,_0x1f9a98)=>{const _0x575ca8=_0x2751e0,_0x422599=_0x1f9a98[_0x575ca8(0x21f)],_0x19bdde=_0x1f9a98[_0x575ca8(0x27d)];let _0x4a0f07=this[_0x575ca8(0x24a)](_0x422599);if(!_0x4a0f07&&_0x19bdde&&(_0x4a0f07=this[_0x575ca8(0x24a)](_0x19bdde)),!_0x4a0f07)return;const _0x2b2121=_0x4a0f07[_0x575ca8(0x2ce)](_0x575ca8(0x1f5)),_0xae276b=_0x2b2121[_0x575ca8(0x2df)](':')[_0x575ca8(0x1f8)]()?.[_0x575ca8(0x2df)]('_')[0x0];this[_0x575ca8(0x24f)][_0x575ca8(0x27e)](_0x575ca8(0x21e),{'changeId':_0xae276b,'markerElement':_0x4a0f07,'domEvent':_0x1f9a98});}),this[_0x2751e0(0x1fe)][_0x2751e0(0x2bb)](document,_0x2751e0(0x23a),_0x543c01((_0x4ed84b,_0x427ffa)=>{const _0x5f1e96=_0x2751e0,_0x4b8efe=_0x427ffa[_0x5f1e96(0x21f)];if(this[_0x5f1e96(0x24a)](_0x4b8efe))return;_0x4b8efe[_0x5f1e96(0x2d8)](_0x5f1e96(0x252))||this[_0x5f1e96(0x24f)][_0x5f1e96(0x27e)](_0x5f1e96(0x299));},0xc8)),_0x1f94d1[_0x2751e0(0x272)][_0x2751e0(0x2bf)][_0x2751e0(0x2d6)](_0xc6018e=>this[_0x2751e0(0x26f)](_0x1f94d1,_0xc6018e)),_0x1f94d1[_0x2751e0(0x272)][_0x2751e0(0x2bf)]['on'](_0x2751e0(0x20e),()=>this[_0x2751e0(0x23e)](_0x1f94d1));}[_0x532ddb(0x2b8)](){const _0x2c4730=_0x532ddb,_0x2bf450=this[_0x2c4730(0x20f)][_0x2c4730(0x21d)][_0x2c4730(0x271)](_0x2c4730(0x220)),_0x5714a1=_0x592f0d(this[_0x2c4730(0x20f)]),_0x57f228=_0x5714a1[_0x2c4730(0x272)],_0x241964=new _0x7ed6de();for(const _0x15840f of _0x57f228[_0x2c4730(0x2bf)][_0x2c4730(0x280)]()[_0x2c4730(0x289)]()){const _0x5633db=_0x15840f[_0x2c4730(0x2aa)](!0x0);_0x241964[_0x2c4730(0x253)](_0x5633db);}for(const _0x41323d of _0x57f228[_0x2c4730(0x268)])_0x241964[_0x2c4730(0x268)][_0x2c4730(0x223)](_0x41323d[_0x2c4730(0x2cb)],this[_0x2c4730(0x26b)](_0x41323d[_0x2c4730(0x2db)]()[_0x2c4730(0x26a)](),_0x241964));const _0x8b1d9f=new _0x223ab2({'ignoreElementEnd':!0x0,'startPosition':_0x57f228[_0x2c4730(0x250)](_0x241964,0x0)}),_0x458cdf=new Set(),_0x4b20e1=new Map();for(const {item:_0x5c4a06}of _0x8b1d9f){if(!_0x5c4a06['is'](_0x2c4730(0x224)))continue;const _0x591653=_0x5c4a06[_0x2c4730(0x246)];if(_0x591653&&_0x591653['is'](_0x2c4730(0x228))){const _0x19baa9=this[_0x2c4730(0x2af)](_0x591653,()=>_0x2bf450[_0x2c4730(0x23d)](_0x458cdf));_0x458cdf[_0x2c4730(0x203)](_0x19baa9);for(const _0x43ca30 of _0x591653[_0x2c4730(0x289)]())_0x43ca30['is'](_0x2c4730(0x228))&&_0x458cdf[_0x2c4730(0x203)](this[_0x2c4730(0x2af)](_0x43ca30,()=>_0x2bf450[_0x2c4730(0x23d)](_0x458cdf)));let _0x21cc28=_0x591653;for(;_0x21cc28[_0x2c4730(0x246)]&&!_0x21cc28[_0x2c4730(0x246)]['is'](_0x2c4730(0x2d9));)_0x21cc28=_0x21cc28[_0x2c4730(0x246)],_0x21cc28[_0x2c4730(0x206)](_0x33d9c0)&&_0x21cc28[_0x2c4730(0x216)](_0x33d9c0);_0x4b20e1[_0x2c4730(0x223)](_0x19baa9,{'path':_0x591653[_0x2c4730(0x28c)](),'getContent':this[_0x2c4730(0x211)](_0x21cc28[_0x2c4730(0x2aa)](!0x0),_0x19baa9,_0x5714a1[_0x2c4730(0x2b7)])}),_0x8b1d9f[_0x2c4730(0x2a2)](_0x57f228[_0x2c4730(0x21c)](_0x591653));}}return{'content':_0x5714a1[_0x2c4730(0x2b7)][_0x2c4730(0x232)][_0x2c4730(0x1fc)](_0x5714a1[_0x2c4730(0x2b7)][_0x2c4730(0x291)](_0x241964)),'version':_0x5714a1[_0x2c4730(0x272)][_0x2c4730(0x2bf)][_0x2c4730(0x22d)],'elements':_0x4b20e1};}[_0x532ddb(0x23f)](_0x50092d,_0xd7c527){const _0x4e5cff=_0x532ddb,_0x5aaaea=[],_0x29df8c=_0x592f0d(this[_0x4e5cff(0x20f)]),_0x17ae69=_0x29df8c[_0x4e5cff(0x2b7)][_0x4e5cff(0x1f9)](_0xd7c527,_0x4e5cff(0x2b4)),_0x5170f1=_0x29df8c[_0x4e5cff(0x2b7)][_0x4e5cff(0x1f9)](_0x50092d,_0x4e5cff(0x2b4)),_0x37a99d=_0x29df8c[_0x4e5cff(0x272)][_0x4e5cff(0x250)](_0x5170f1,0x0);if(this[_0x4e5cff(0x204)](_0x17ae69)){if(!this[_0x4e5cff(0x286)](_0x5170f1,_0x17ae69))return _0x5aaaea;}else{const _0x3c7b5f=_0x29df8c[_0x4e5cff(0x272)][_0x4e5cff(0x1f6)];if(!this[_0x4e5cff(0x26c)](_0x5170f1,_0x3c7b5f)||!this[_0x4e5cff(0x26c)](_0x17ae69,_0x3c7b5f))return _0x5aaaea;}const _0x536021=this[_0x4e5cff(0x20f)][_0x4e5cff(0x21d)][_0x4e5cff(0x271)](_0x4e5cff(0x288))[_0x4e5cff(0x2d7)](_0x50092d,_0xd7c527,{'anchor':_0x37a99d,'markDeletions':!0x0})[_0x4e5cff(0x2b2)]()[_0x4e5cff(0x267)](_0x3bc774=>_0x4e5cff(0x28d)===_0x3bc774[_0x4e5cff(0x22e)]||_0x4e5cff(0x22f)===_0x3bc774[_0x4e5cff(0x22e)]&&_0x3bc774[_0x4e5cff(0x2cb)][_0x4e5cff(0x222)](_0x4e5cff(0x276))),_0x79b05d=this[_0x4e5cff(0x230)](_0x536021);let _0x566b41=0x0;return _0x29df8c[_0x4e5cff(0x272)][_0x4e5cff(0x20e)](_0x4ad0ae=>{const _0x540cb2=_0x4e5cff;for(let _0x54bf15=0x0;_0x54bf15<_0x79b05d[_0x540cb2(0x27a)];_0x54bf15++){const _0x7d272f=_0x79b05d[_0x54bf15],_0x44c055=_0x4ad0ae[_0x540cb2(0x205)]();for(const _0x243265 of _0x5170f1[_0x540cb2(0x289)]())_0x4ad0ae[_0x540cb2(0x2a7)](_0x243265[_0x540cb2(0x2aa)](!0x0),_0x44c055);for(const _0x3ac8c7 of _0x7d272f[_0x540cb2(0x297)])if(_0x540cb2(0x28d)===_0x3ac8c7[_0x540cb2(0x22e)]){const _0x5a922b=_0x3ac8c7;_0x5a922b[_0x540cb2(0x255)]=null,_0x5a922b[_0x540cb2(0x2c7)]=!0x1,this[_0x540cb2(0x1e9)](_0x5a922b,_0x44c055),_0x4ad0ae[_0x540cb2(0x279)][_0x540cb2(0x284)](_0x3ac8c7),_0x29df8c[_0x540cb2(0x272)][_0x540cb2(0x1ea)](_0x3ac8c7);const _0x422a4a=_0x540cb2(0x263)+_0x566b41++,_0x3d4229=_0x29df8c[_0x540cb2(0x272)][_0x540cb2(0x2b3)](_0x5a922b[_0x540cb2(0x25a)],_0x5a922b[_0x540cb2(0x25a)][_0x540cb2(0x231)](_0x5a922b[_0x540cb2(0x1f0)]));_0x44c055[_0x540cb2(0x268)][_0x540cb2(0x223)](_0x422a4a,_0x3d4229);}else{if(_0x540cb2(0x22f)===_0x3ac8c7[_0x540cb2(0x22e)]&&_0x3ac8c7[_0x540cb2(0x2cb)][_0x540cb2(0x222)](_0x540cb2(0x276))){const _0x4c8ba2=_0x3ac8c7,_0x226480=_0x540cb2(0x2bc)+_0x566b41++;this[_0x540cb2(0x1e9)](_0x4c8ba2,_0x44c055),_0x44c055[_0x540cb2(0x268)][_0x540cb2(0x223)](_0x226480,_0x4c8ba2[_0x540cb2(0x215)]);}}const _0x1fd745=this[_0x540cb2(0x226)](this[_0x540cb2(0x1fd)](this[_0x540cb2(0x2de)](_0x7d272f[_0x540cb2(0x297)][0x0]),_0x44c055),this[_0x540cb2(0x1fd)](this[_0x540cb2(0x287)](_0x7d272f[_0x540cb2(0x297)][_0x7d272f[_0x540cb2(0x297)][_0x540cb2(0x27a)]-0x1]),_0x44c055));_0x44c055[_0x540cb2(0x268)][_0x540cb2(0x223)](pe+_0x540cb2(0x259),new _0xc7e99a(_0x1fd745[_0x540cb2(0x239)],_0x1fd745[_0x540cb2(0x2b5)])),_0x5aaaea[_0x540cb2(0x229)]({..._0x7d272f,'context':this[_0x540cb2(0x27c)](_0x44c055,_0x29df8c[_0x540cb2(0x2b7)],{'ellipsisBefore':_0x1fd745[_0x540cb2(0x2c8)],'ellipsisAfter':_0x1fd745[_0x540cb2(0x292)]}),'content':this[_0x540cb2(0x248)](_0x44c055,_0x29df8c[_0x540cb2(0x2b7)])});}}),_0x5aaaea;}[_0x532ddb(0x283)](_0x6aaf35,_0x133828){const _0x18e3a4=_0x532ddb;if(!_0x6aaf35[_0x18e3a4(0x27a)])return;const _0x30e6bc=_0x6aaf35[0x0][_0x18e3a4(0x246)]['id'],_0x1cd5ee=_0x133828[_0x18e3a4(0x25b)][_0x18e3a4(0x271)](_0x30e6bc);if(!_0x1cd5ee)return void console[_0x18e3a4(0x296)](_0x18e3a4(0x1ee)+_0x30e6bc);const _0x425557=_0x1cd5ee[_0x18e3a4(0x264)],_0x1f0a36=_0x592f0d(this[_0x18e3a4(0x20f)]),_0xfb7620=_0x1f0a36[_0x18e3a4(0x272)][_0x18e3a4(0x2bf)][_0x18e3a4(0x2d0)][_0x18e3a4(0x2b2)](_0x133828[_0x18e3a4(0x22d)]),_0x23fe21=[];for(const _0x239aa9 of _0x6aaf35){const _0x14fd31=_0x239aa9[_0x18e3a4(0x297)][_0x18e3a4(0x221)](_0x227067=>this[_0x18e3a4(0x243)](_0x227067,_0x425557,_0x1f0a36[_0x18e3a4(0x272)][_0x18e3a4(0x2bf)][_0x18e3a4(0x2ac)]()[0x0]));if(!_0x14fd31||!_0x14fd31[_0x18e3a4(0x27a)])continue;const _0x404f6b=_0x14fd31[_0x18e3a4(0x244)](_0x2d728b=>_0x18e3a4(0x22f)===_0x2d728b[_0x18e3a4(0x22e)]&&_0x2d728b[_0x18e3a4(0x2cb)][_0x18e3a4(0x222)](_0x18e3a4(0x276))),_0x843081={'document':_0x1f0a36[_0x18e3a4(0x272)][_0x18e3a4(0x2bf)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x3c8305=_0x5439ed(_0x14fd31,_0xfb7620,_0x843081)[_0x18e3a4(0x294)];for(const _0xf9fdff of _0x3c8305)if(_0x18e3a4(0x28d)===_0xf9fdff[_0x18e3a4(0x22e)]){const _0x3ce4f3=_0xf9fdff,_0x5856b3=_0x3ce4f3[_0x18e3a4(0x2c1)];let _0xbb3fd1='';for(const _0x1bb16c of _0x5856b3)_0x1bb16c&&_0x1bb16c['is'](_0x18e3a4(0x22c))&&(_0xbb3fd1+=_0x1bb16c[_0x18e3a4(0x2b7)]);_0x23fe21[_0x18e3a4(0x229)]({'start':_0x3ce4f3[_0x18e3a4(0x25a)],'end':_0x3ce4f3[_0x18e3a4(0x25a)],'type':_0x18e3a4(0x28d),'groupId':_0x239aa9['id'],'text':_0xbb3fd1});}else{if(_0x18e3a4(0x22f)===_0xf9fdff[_0x18e3a4(0x22e)]&&_0xf9fdff[_0x18e3a4(0x2cb)][_0x18e3a4(0x222)](_0x18e3a4(0x276))){const _0x36428a=_0xf9fdff;let _0x387a08=_0x18e3a4(0x1ef);if(_0x404f6b){const _0x3e8424=this[_0x18e3a4(0x207)](_0x36428a[_0x18e3a4(0x215)][_0x18e3a4(0x239)],_0x18e3a4(0x1ed),_0x1f0a36[_0x18e3a4(0x272)][_0x18e3a4(0x1f6)]),_0x23cc5d=this[_0x18e3a4(0x207)](_0x36428a[_0x18e3a4(0x215)][_0x18e3a4(0x2b5)],_0x18e3a4(0x241),_0x1f0a36[_0x18e3a4(0x272)][_0x18e3a4(0x1f6)]);if(_0x3e8424||_0x23cc5d){const _0x1bb27c=_0x36428a[_0x18e3a4(0x215)][_0x18e3a4(0x239)][_0x18e3a4(0x231)](-_0x3e8424),_0x47865d=_0x36428a[_0x18e3a4(0x215)][_0x18e3a4(0x2b5)][_0x18e3a4(0x231)](_0x23cc5d);_0x23fe21[_0x18e3a4(0x229)]({'start':_0x1bb27c,'end':_0x47865d,'groupId':_0x239aa9['id'],'type':_0x18e3a4(0x21a)});}else _0x387a08=_0x18e3a4(0x278);}_0x23fe21[_0x18e3a4(0x229)]({'start':_0x36428a[_0x18e3a4(0x215)][_0x18e3a4(0x239)],'end':_0x36428a[_0x18e3a4(0x215)][_0x18e3a4(0x2b5)],'groupId':_0x239aa9['id'],'type':_0x387a08});}}}this[_0x18e3a4(0x1ec)](_0x23fe21);}[_0x532ddb(0x1f4)](){const _0x57a544=_0x532ddb,_0x17b0be=_0x592f0d(this[_0x57a544(0x20f)]);_0x17b0be[_0x57a544(0x272)][_0x57a544(0x20e)](_0x4c69af=>{const _0x4583b9=_0x57a544;for(const _0x2c4019 of this[_0x4583b9(0x212)][_0x4583b9(0x254)]())_0x17b0be[_0x4583b9(0x272)][_0x4583b9(0x268)][_0x4583b9(0x271)](_0x2c4019)&&_0x4c69af[_0x4583b9(0x245)](_0x2c4019);}),this[_0x57a544(0x212)][_0x57a544(0x2c2)]();}[_0x532ddb(0x2da)](){const _0x588c3d=_0x532ddb;_0x592f0d(this[_0x588c3d(0x20f)])[_0x588c3d(0x1e8)](_0x588c3d(0x2a6));}[_0x532ddb(0x2a9)](){const _0x186c36=_0x532ddb;_0x592f0d(this[_0x186c36(0x20f)])[_0x186c36(0x2a4)](_0x186c36(0x2a6));}[_0x532ddb(0x2b1)](_0x489cd9){const _0x5aa3b5=_0x532ddb,_0x801ac=_0x592f0d(this[_0x5aa3b5(0x20f)]),_0x17173a=_0x801ac[_0x5aa3b5(0x272)],_0x3dbb6d=_0x489cd9[_0x5aa3b5(0x221)](_0x30ac00=>this[_0x5aa3b5(0x2d1)](_0x30ac00))[_0x5aa3b5(0x201)]();_0x17173a[_0x5aa3b5(0x20e)](_0x5c2f42=>{const _0x158565=_0x5aa3b5;for(const _0x52c03e of _0x3dbb6d){const _0x2b2495=_0x801ac[_0x158565(0x272)][_0x158565(0x268)][_0x158565(0x271)](_0x52c03e['id']);_0x2b2495&&(_0x158565(0x28d)===_0x52c03e[_0x158565(0x22e)]?_0x17173a[_0x158565(0x270)](_0x5c2f42[_0x158565(0x209)](_0x52c03e[_0x158565(0x2d3)]||''),_0x2b2495[_0x158565(0x2db)]()[_0x158565(0x239)]):_0x158565(0x1ef)!==_0x52c03e[_0x158565(0x22e)]&&_0x158565(0x278)!==_0x52c03e[_0x158565(0x22e)]||_0x17173a[_0x158565(0x2c9)](_0x17173a[_0x158565(0x2c4)](_0x2b2495[_0x158565(0x2db)]())),_0x5c2f42[_0x158565(0x245)](_0x52c03e['id']),this[_0x158565(0x212)][_0x158565(0x285)](_0x52c03e['id']));}});}[_0x532ddb(0x217)](_0x59b46f){const _0x183514=_0x532ddb,_0x23bfe0=_0x592f0d(this[_0x183514(0x20f)]),_0x552bef=this[_0x183514(0x2d1)](_0x59b46f);_0x23bfe0[_0x183514(0x272)][_0x183514(0x20e)](_0x12c6e3=>{const _0x2fcd6e=_0x183514;for(const _0x3e5b45 of _0x552bef)_0x12c6e3[_0x2fcd6e(0x245)](_0x3e5b45['id']),this[_0x2fcd6e(0x212)][_0x2fcd6e(0x285)](_0x3e5b45['id']);});}[_0x532ddb(0x251)](){const _0x174375=_0x532ddb;return _0x592f0d(this[_0x174375(0x20f)]);}[_0x532ddb(0x25e)](_0x543176){const _0x1eca7e=_0x532ddb,_0x4712db=Array[_0x1eca7e(0x2b9)](this[_0x1eca7e(0x212)][_0x1eca7e(0x20b)]())[_0x1eca7e(0x267)](_0x57e55c=>_0x57e55c[_0x1eca7e(0x2b0)]===_0x543176);if(!_0x4712db[_0x1eca7e(0x27a)])return null;const _0x575c44=0x1===_0x4712db[_0x1eca7e(0x27a)]?_0x4712db[0x0]:this[_0x1eca7e(0x24c)](_0x4712db)[0x0],_0x36b563=_0x592f0d(this[_0x1eca7e(0x20f)]),_0x1ca0fc=_0x36b563[_0x1eca7e(0x272)][_0x1eca7e(0x268)][_0x1eca7e(0x271)](_0x575c44['id']);if(!_0x1ca0fc)return null;const _0xdca03d=_0x1ca0fc[_0x1eca7e(0x2db)](),_0x10e32b=_0x36b563[_0x1eca7e(0x22b)][_0x1eca7e(0x28e)][_0x1eca7e(0x1f1)]();if(!_0x10e32b||!_0xdca03d)return null;const _0x3ea381=_0x10e32b[_0x1eca7e(0x2cf)](_0x1eca7e(0x25c)+_0x575c44['id']+'\x22]');return _0x3ea381?{'modelRange':_0xdca03d,'domElement':_0x3ea381}:null;}[_0x532ddb(0x26f)](_0x322ca5,_0x2245ea){const _0x53eb76=_0x532ddb,_0x1c4ccb=Array[_0x53eb76(0x2b9)](this[_0x53eb76(0x212)][_0x53eb76(0x254)]()),_0x3eece1=new Map();for(const _0xe6e2bb of _0x1c4ccb){const _0x4993df=_0x322ca5[_0x53eb76(0x272)][_0x53eb76(0x268)][_0x53eb76(0x271)](_0xe6e2bb);if(!_0x4993df)continue;const _0x20aa02=_0x4993df[_0x53eb76(0x2dc)]()[_0x53eb76(0x264)][0x0];_0x3eece1[_0x53eb76(0x257)](_0x20aa02)||_0x3eece1[_0x53eb76(0x223)](_0x20aa02,[]),_0x3eece1[_0x53eb76(0x271)](_0x20aa02)[_0x53eb76(0x229)](_0x4993df);}const _0x4c4524=new Set();for(const _0x4cf9e8 of _0x322ca5[_0x53eb76(0x272)][_0x53eb76(0x2bf)][_0x53eb76(0x236)][_0x53eb76(0x2c5)]()){let _0x445c5d=-0x1,_0x55a446=null;if(_0x53eb76(0x28d)===_0x4cf9e8[_0x53eb76(0x22e)])_0x55a446=new _0xc7e99a(_0x4cf9e8[_0x53eb76(0x25a)],_0x4cf9e8[_0x53eb76(0x25a)][_0x53eb76(0x231)](_0x4cf9e8[_0x53eb76(0x27a)])),_0x445c5d=_0x4cf9e8[_0x53eb76(0x25a)][_0x53eb76(0x264)][0x0];else{if(_0x53eb76(0x29a)!==_0x4cf9e8[_0x53eb76(0x22e)])continue;_0x55a446=new _0xc7e99a(_0x4cf9e8[_0x53eb76(0x25a)]),_0x445c5d=_0x4cf9e8[_0x53eb76(0x25a)][_0x53eb76(0x264)][0x0];}const _0x5779c9=_0x3eece1[_0x53eb76(0x271)](_0x445c5d)||[];if(_0x5779c9[_0x53eb76(0x27a)]){for(const _0x20d238 of _0x5779c9)if(_0x55a446[_0x53eb76(0x249)][_0x53eb76(0x2ae)]===_0x20d238[_0x53eb76(0x2db)]()[_0x53eb76(0x249)][_0x53eb76(0x2ae)]&&(_0x53eb76(0x28d)!==_0x4cf9e8[_0x53eb76(0x22e)]||!_0x55a446[_0x53eb76(0x2ba)](_0x20d238[_0x53eb76(0x2db)]()))&&(_0x55a446[_0x53eb76(0x242)](_0x20d238[_0x53eb76(0x2db)]())||_0x55a446[_0x53eb76(0x239)][_0x53eb76(0x2a5)](_0x20d238[_0x53eb76(0x2db)]()[_0x53eb76(0x2b5)])||_0x55a446[_0x53eb76(0x2b5)][_0x53eb76(0x2a5)](_0x20d238[_0x53eb76(0x2db)]()[_0x53eb76(0x239)]))){const _0x1f8a5d=this[_0x53eb76(0x2ca)](_0x20d238[_0x53eb76(0x2cb)]);Array[_0x53eb76(0x2b9)](this[_0x53eb76(0x212)][_0x53eb76(0x20b)]())[_0x53eb76(0x267)](_0x308ac5=>_0x308ac5[_0x53eb76(0x2b0)]===_0x1f8a5d[_0x53eb76(0x2b0)])[_0x53eb76(0x1ff)](_0x189d05=>_0x4c4524[_0x53eb76(0x203)](_0x189d05['id']));}}}if(_0x4c4524[_0x53eb76(0x25d)]){for(const _0x4703d1 of _0x4c4524)_0x2245ea[_0x53eb76(0x245)](_0x4703d1);return!0x0;}return!0x1;}[_0x532ddb(0x23e)](_0x5799d1){const _0x279161=_0x532ddb;for(const {name:_0x48bcac,data:_0x2234d9}of _0x5799d1[_0x279161(0x272)][_0x279161(0x2bf)][_0x279161(0x236)][_0x279161(0x1fa)]()){if(!_0x48bcac[_0x279161(0x222)](pe))continue;const _0x4e04c8=_0x2234d9[_0x279161(0x1f2)],_0x37b1cb=_0x2234d9[_0x279161(0x215)],_0x27fbb7=_0x4e04c8&&_0x279161(0x227)===_0x4e04c8[_0x279161(0x249)][_0x279161(0x2ae)],_0xca1a02=_0x37b1cb&&_0x279161(0x227)===_0x37b1cb[_0x279161(0x249)][_0x279161(0x2ae)];if(_0x27fbb7&&_0xca1a02)continue;const _0x34b132=this[_0x279161(0x2ca)](_0x48bcac);this[_0x279161(0x212)][_0x279161(0x271)](_0x48bcac)&&(_0xca1a02||!_0x37b1cb?this[_0x279161(0x24f)][_0x279161(0x27e)](_0x279161(0x28a),{'markerId':_0x48bcac,'changeId':_0x34b132[_0x279161(0x2b0)]}):_0x27fbb7&&_0x37b1cb&&this[_0x279161(0x24f)][_0x279161(0x27e)](_0x279161(0x24d),{'markerId':_0x48bcac,'changeId':_0x34b132[_0x279161(0x2b0)]}));}}[_0x532ddb(0x2ca)](_0x4ae9b5){const _0xcd8340=_0x532ddb,_0x4b1f3f=_0x4ae9b5[_0xcd8340(0x2df)](':'),_0x10be19=(_0x4b1f3f[0x1]||'')[_0xcd8340(0x2df)]('_');return{'prefix':_0x4b1f3f[0x0],'groupId':_0x10be19[0x0],'suffix':_0x10be19[0x1]};}[_0x532ddb(0x243)](_0xdd3af1,_0x110463,_0x3bc140){const _0x20cfbe=_0x532ddb;if(_0x20cfbe(0x28d)===_0xdd3af1[_0x20cfbe(0x22e)]){const _0x3194c5=_0xdd3af1;return new _0x38feeb(this[_0x20cfbe(0x2a0)](_0x110463[_0x20cfbe(0x2c6)](_0x3194c5[_0x20cfbe(0x25a)][_0x20cfbe(0x269)]),_0x3bc140),_0x3194c5[_0x20cfbe(0x2c1)],_0x3194c5[_0x20cfbe(0x255)]);}if(_0x20cfbe(0x22f)===_0xdd3af1[_0x20cfbe(0x22e)]&&_0xdd3af1[_0x20cfbe(0x2cb)][_0x20cfbe(0x222)](_0x20cfbe(0x276))){const _0x397589=_0xdd3af1;return new _0x1ae552(_0x397589[_0x20cfbe(0x2cb)],_0x397589[_0x20cfbe(0x1f2)],this[_0x20cfbe(0x261)](_0x397589[_0x20cfbe(0x215)],_0x110463[_0x20cfbe(0x2c6)](_0x397589[_0x20cfbe(0x215)][_0x20cfbe(0x239)][_0x20cfbe(0x269)]),_0x110463[_0x20cfbe(0x2c6)](_0x397589[_0x20cfbe(0x215)][_0x20cfbe(0x2b5)][_0x20cfbe(0x269)]),_0x3bc140),_0x397589[_0x20cfbe(0x212)],_0x397589[_0x20cfbe(0x1fb)],_0x397589[_0x20cfbe(0x255)]);}return _0xdd3af1;}[_0x532ddb(0x230)](_0x585628){const _0x505459=_0x532ddb;if(!_0x585628[_0x505459(0x27a)])return[];const _0x3710c4=[];let _0x282a9c=0x0,_0x2571d0=0x0,_0x168d7e=[];for(let _0x228c83=0x0;_0x228c83<=_0x585628[_0x505459(0x27a)];_0x228c83++){const _0x51d0ab=_0x585628[_0x228c83],_0x331b7d=_0x585628[_0x228c83-0x1];!_0x51d0ab||_0x331b7d&&!this[_0x505459(0x287)](_0x331b7d)[_0x505459(0x2a5)](this[_0x505459(0x2de)](_0x51d0ab))?(_0x3710c4[_0x505459(0x229)]({'operations':_0x168d7e,'operationsIsolated':_0x168d7e[_0x505459(0x221)](_0x3a4b18=>this[_0x505459(0x2bd)](_0x3a4b18[_0x505459(0x26a)](),-_0x2571d0)),'groupOffset':_0x282a9c}),_0x168d7e=_0x51d0ab?[_0x51d0ab]:[],_0x2571d0+=_0x282a9c,_0x282a9c=0x0):_0x168d7e[_0x505459(0x229)](_0x51d0ab),_0x51d0ab&&_0x505459(0x28d)===_0x51d0ab[_0x505459(0x22e)]&&(_0x282a9c+=_0x51d0ab[_0x505459(0x1f0)]);}return _0x3710c4;}[_0x532ddb(0x207)](_0x5174ed,_0x2805d2,_0x342573,_0x3052b2=0x1){const _0x275404=_0x532ddb,_0x2964c3=new _0x223ab2({'startPosition':_0x5174ed,'direction':_0x2805d2});let _0x2cef69=0x0;for(let _0xfcaba2=0x0;_0xfcaba2<_0x3052b2;_0xfcaba2++){let _0x30c37c=0x0,_0x182e28=!0x1,_0x2c07ce=_0x275404(0x241)===_0x2805d2?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x1df055}of _0x2964c3)if(_0x1df055['is'](_0x275404(0x224))){const _0x5921bb=_0x2c07ce[_0x275404(0x256)](_0x1df055[_0x275404(0x2b7)]);if(_0x5921bb&&_0x5921bb[_0x275404(0x27a)]){if(_0x30c37c+=_0x275404(0x241)===_0x2805d2?_0x5921bb[_0x275404(0x29c)]+_0x5921bb[0x0][_0x275404(0x27a)]:_0x1df055[_0x275404(0x2b7)][_0x275404(0x27a)]-_0x5921bb[_0x275404(0x29c)],_0x5921bb[0x0][_0x275404(0x27a)]!==_0x1df055[_0x275404(0x2b7)][_0x275404(0x27a)])break;_0x182e28=!0x0,_0x2c07ce=_0x275404(0x241)===_0x2805d2?/^\w+/:/\w+$/;}else{if(_0x182e28)break;_0x30c37c+=_0x1df055[_0x275404(0x218)];}}else{if(_0x1df055['is'](_0x275404(0x228))){_0x342573[_0x275404(0x219)](_0x1df055)&&!_0x182e28&&(_0x30c37c+=0x1);break;}}_0x2cef69+=_0x30c37c,_0x2964c3[_0x275404(0x2a2)](_0x5174ed[_0x275404(0x231)](_0x275404(0x241)===_0x2805d2?_0x2cef69:-_0x2cef69));}return _0x2cef69;}[_0x532ddb(0x226)](_0x2183ca,_0x59f3d0){const _0x543538=_0x532ddb,_0x5d176e=_0x592f0d(this[_0x543538(0x20f)])[_0x543538(0x272)][_0x543538(0x1f6)],_0x1e013e=this[_0x543538(0x207)](_0x2183ca,_0x543538(0x1ed),_0x5d176e,0x6),_0x2217be=this[_0x543538(0x207)](_0x59f3d0,_0x543538(0x241),_0x5d176e,0x6),_0x30bf16=_0x2183ca[_0x543538(0x231)](-_0x1e013e),_0x491830=_0x59f3d0[_0x543538(0x231)](_0x2217be);return{'start':_0x30bf16,'end':_0x491830,'hasContentBefore':!_0x30bf16[_0x543538(0x2be)],'hasContentAfter':!_0x491830[_0x543538(0x266)]};}[_0x532ddb(0x1ec)](_0x16a0be){const _0x1f2889=_0x532ddb,_0x2912c5=this[_0x1f2889(0x20f)][_0x1f2889(0x21d)][_0x1f2889(0x271)](_0x1f2889(0x220)),_0x24eebd=new Set();_0x592f0d(this[_0x1f2889(0x20f)])[_0x1f2889(0x272)][_0x1f2889(0x20e)](_0x4c9597=>{const _0x51807e=_0x1f2889;for(const _0x50758f of _0x16a0be){const _0x6b22dc=''+pe+_0x50758f[_0x51807e(0x22e)]+':'+_0x50758f[_0x51807e(0x2b0)]+'_'+_0x2912c5[_0x51807e(0x23d)](_0x24eebd);this[_0x51807e(0x212)][_0x51807e(0x223)](_0x6b22dc,{'id':_0x6b22dc,'groupId':_0x50758f[_0x51807e(0x2b0)],'type':_0x50758f[_0x51807e(0x22e)],'text':_0x50758f[_0x51807e(0x2d3)]}),_0x4c9597[_0x51807e(0x2b6)](_0x6b22dc,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x4c9597[_0x51807e(0x2b3)](_0x50758f[_0x51807e(0x239)],_0x50758f[_0x51807e(0x2b5)])});}});}[_0x532ddb(0x27c)](_0x1b3f7a,_0x23783a,_0x2c27ad){let _0x30542='';return()=>{const _0x447bb8=_0x342a;if(!_0x30542){const _0x333818=_0x23783a[_0x447bb8(0x291)](_0x1b3f7a,{'showSuggestionHighlights':!0x0});let _0x3fae3f=_0x333818[_0x447bb8(0x1f3)](0x0);if(_0x3fae3f['is'](_0x447bb8(0x2c0))||(_0x3fae3f=_0x333818),!_0x3fae3f)return'';let _0x18d004=!0x1;const _0x3bcc99=[];for(const _0x556034 of _0x3fae3f[_0x447bb8(0x289)]())_0x556034['is'](_0x447bb8(0x228),_0x447bb8(0x235))&&_0x556034[_0x447bb8(0x2dd)](_0x447bb8(0x2a1))&&(_0x18d004=!0x1),_0x18d004&&_0x3bcc99[_0x447bb8(0x229)](_0x556034),_0x556034['is'](_0x447bb8(0x228),_0x447bb8(0x235))&&_0x556034[_0x447bb8(0x2dd)](_0x447bb8(0x29d))&&(_0x18d004=!0x0);_0x3fae3f[_0x447bb8(0x26e)](0x0,_0x3fae3f[_0x447bb8(0x2ab)]),_0x2c27ad?.[_0x447bb8(0x210)]&&_0x3fae3f[_0x447bb8(0x253)]('…'),_0x3fae3f[_0x447bb8(0x253)](_0x3bcc99),_0x2c27ad?.[_0x447bb8(0x27f)]&&_0x3fae3f[_0x447bb8(0x253)]('…');const _0x486251=_0x23783a[_0x447bb8(0x295)][_0x447bb8(0x202)][_0x447bb8(0x273)](_0x333818),_0x12e51d=_0x23783a[_0x447bb8(0x295)][_0x447bb8(0x293)][_0x447bb8(0x213)](_0x486251);_0x30542=_0x12e51d;}return _0x30542;};}[_0x532ddb(0x248)](_0x272c39,_0x19887f){const _0x2fd3d7=_0x532ddb;let _0x4ad339='';return()=>(_0x4ad339||(_0x4ad339=_0x19887f[_0x2fd3d7(0x27b)](_0x272c39,{'showSuggestionHighlights':!0x0})),_0x4ad339);}[_0x532ddb(0x211)](_0x5158df,_0x4d4c0e,_0x33c03b){let _0x1523c5='';return()=>{const _0x342a0d=_0x342a;if(!_0x1523c5){const _0x506705=_0x33c03b[_0x342a0d(0x291)](new _0x7ed6de(_0x5158df)),_0x27076e=_0x33c03b[_0x342a0d(0x295)][_0x342a0d(0x202)][_0x342a0d(0x273)](_0x506705)[_0x342a0d(0x2cf)](_0x342a0d(0x2cd)+_0x4d4c0e+'\x22]');_0x1523c5=_0x27076e?.[_0x342a0d(0x208)]||'';}return _0x1523c5;};}[_0x532ddb(0x24a)](_0x227f7c,_0x42a821=0x5){const _0x4d5daa=_0x532ddb;let _0x1d215b=_0x227f7c,_0x256630=null;for(let _0x46fbc3=0x0;_0x46fbc3<_0x42a821&&_0x1d215b;_0x46fbc3++){if(!_0x1d215b[_0x4d5daa(0x25f)]){_0x1d215b=_0x1d215b[_0x4d5daa(0x200)];continue;}if(!(''+_0x1d215b[_0x4d5daa(0x25f)])[_0x4d5daa(0x298)](_0x4d5daa(0x21b))){_0x1d215b=_0x1d215b[_0x4d5daa(0x200)];continue;}if(!_0x1d215b[_0x4d5daa(0x2ce)](_0x4d5daa(0x1f5)))break;_0x256630=_0x1d215b;break;}return _0x256630;}[_0x532ddb(0x2d1)](_0x2ba6ba){const _0x27daa0=_0x532ddb;return Array[_0x27daa0(0x2b9)](this[_0x27daa0(0x212)][_0x27daa0(0x20b)]())[_0x27daa0(0x267)](_0x4b10b7=>_0x4b10b7[_0x27daa0(0x2b0)]===_0x2ba6ba);}[_0x532ddb(0x2de)](_0x340879){const _0x4aa941=_0x532ddb;return _0x4aa941(0x28d)===_0x340879[_0x4aa941(0x22e)]?_0x340879[_0x4aa941(0x25a)]:_0x340879[_0x4aa941(0x215)][_0x4aa941(0x239)];}[_0x532ddb(0x287)](_0x13fd40,_0x8978=!0x1){const _0x45f313=_0x532ddb;return _0x45f313(0x28d)===_0x13fd40[_0x45f313(0x22e)]?_0x8978?_0x13fd40[_0x45f313(0x25a)]:_0x13fd40[_0x45f313(0x25a)][_0x45f313(0x231)](_0x13fd40[_0x45f313(0x1f0)]):_0x13fd40[_0x45f313(0x215)][_0x45f313(0x2b5)];}[_0x532ddb(0x2bd)](_0xdab012,_0x149d94){const _0x5bb55c=_0x532ddb;return _0x5bb55c(0x28d)===_0xdab012[_0x5bb55c(0x22e)]?_0xdab012[_0x5bb55c(0x25a)]=_0xdab012[_0x5bb55c(0x25a)][_0x5bb55c(0x231)](_0x149d94):_0x5bb55c(0x22f)===_0xdab012[_0x5bb55c(0x22e)]&&_0xdab012[_0x5bb55c(0x215)]&&(_0xdab012[_0x5bb55c(0x215)]=new _0xc7e99a(_0xdab012[_0x5bb55c(0x215)][_0x5bb55c(0x239)][_0x5bb55c(0x231)](_0x149d94),_0xdab012[_0x5bb55c(0x215)][_0x5bb55c(0x2b5)][_0x5bb55c(0x231)](_0x149d94))),_0xdab012;}[_0x532ddb(0x1e9)](_0x5733a4,_0x2033b5){const _0x4fcfa5=_0x532ddb;_0x4fcfa5(0x28d)===_0x5733a4[_0x4fcfa5(0x22e)]?_0x5733a4[_0x4fcfa5(0x25a)]=this[_0x4fcfa5(0x1fd)](_0x5733a4[_0x4fcfa5(0x25a)],_0x2033b5):_0x4fcfa5(0x22f)===_0x5733a4[_0x4fcfa5(0x22e)]&&_0x5733a4[_0x4fcfa5(0x215)]&&(_0x5733a4[_0x4fcfa5(0x215)]=this[_0x4fcfa5(0x26b)](_0x5733a4[_0x4fcfa5(0x215)],_0x2033b5));}[_0x532ddb(0x1fd)](_0x4c83ef,_0x5594d3){const _0x131e96=_0x532ddb;return new _0x3ee7bd(_0x5594d3,_0x4c83ef[_0x131e96(0x264)]);}[_0x532ddb(0x26b)](_0x5ba763,_0x5e8158){const _0x4b2dbb=_0x532ddb;return new _0xc7e99a(this[_0x4b2dbb(0x1fd)](_0x5ba763[_0x4b2dbb(0x239)],_0x5e8158),this[_0x4b2dbb(0x1fd)](_0x5ba763[_0x4b2dbb(0x2b5)],_0x5e8158));}[_0x532ddb(0x2a0)](_0x556d32,_0x36d1dc){return new _0x3ee7bd(_0x36d1dc,[..._0x556d32]);}[_0x532ddb(0x261)](_0x52d54d,_0x445e58,_0x10acf5,_0x3faef2){const _0x16780f=_0x532ddb;return new _0xc7e99a(this[_0x16780f(0x2a0)](_0x445e58,_0x3faef2),this[_0x16780f(0x2a0)](_0x10acf5,_0x3faef2));}[_0x532ddb(0x24c)](_0x1a77bd){const _0x401422=_0x532ddb,_0x181d90=_0x14acee=>{const _0x50d19b=_0x342a;switch(_0x14acee){case _0x50d19b(0x28d):return 0x1;case _0x50d19b(0x21a):return 0x2;case _0x50d19b(0x278):return 0x3;case _0x50d19b(0x1ef):return 0x4;}};return _0x1a77bd[_0x401422(0x237)]((_0xe716db,_0x339eee)=>_0x181d90(_0xe716db[_0x401422(0x22e)])-_0x181d90(_0x339eee[_0x401422(0x22e)]));}[_0x532ddb(0x286)](_0x535aec,_0x5a6270){const _0x1fd7ed=_0x532ddb,_0x387add=_0x535aec[_0x1fd7ed(0x1f3)](0x0),_0x3482a0=_0x5a6270[_0x1fd7ed(0x1f3)](0x0);return!(!_0x387add||!_0x3482a0)&&((!_0x387add['is'](_0x1fd7ed(0x228))||!_0x3482a0['is'](_0x1fd7ed(0x228))||_0x387add[_0x1fd7ed(0x2cb)]===_0x3482a0[_0x1fd7ed(0x2cb)])&&!(_0x387add['is'](_0x1fd7ed(0x228))&&!_0x3482a0['is'](_0x1fd7ed(0x228))||!_0x387add['is'](_0x1fd7ed(0x228))&&_0x3482a0['is'](_0x1fd7ed(0x228))));}[_0x532ddb(0x204)](_0x35e1bc){const _0x3aee9e=_0x532ddb;return 0x1===_0x35e1bc[_0x3aee9e(0x2ab)];}[_0x532ddb(0x26c)](_0x3ffb57,_0x217613){const _0x52d9b9=_0x532ddb;for(const _0x2abec7 of _0x3ffb57[_0x52d9b9(0x289)]())if(_0x2abec7['is'](_0x52d9b9(0x228))&&!_0x217613[_0x52d9b9(0x219)](_0x2abec7))return!0x1;return!0x0;}[_0x532ddb(0x2af)](_0x402906,_0x40d0e1){const _0x5c40ad=_0x532ddb;let _0x33b510=_0x402906[_0x5c40ad(0x2ce)](_0x33d9c0);return _0x33b510||(_0x33b510=_0x40d0e1(),_0x402906[_0x5c40ad(0x2a3)](_0x33d9c0,_0x33b510)),_0x33b510;}}
23
+ function _0x452b(){const _0x1a457d=['forward','values','data','hasContentBefore','createDocumentFragment','groupId','text','isDocumentOperation','2167410uHSuLM','context','ck-ai_review-mode-marker_strikethrough','getOperations','isAtEnd','isAtStart','isIntersecting','ck-ai_review-mode-marker_add','_translateOperationToEditorContent','ck-ai_review-mode-marker_context-','_shiftOperation','plugins','AIReviewModeEditing','getMarkerElementForChange','hasClass','isOpening','createText','ck-ai_review-mode-marker_','markers','_createGetContentUsingDataIdFn','containsRange','getChild','29907KlUoPw','isInline','markerToHighlight','switchToEdit','_removeAttribute','root','ellipsisAfter','data-marker-id','getRoot','changeMarkerBlurred','editing','operationsIsolated','attributeToAttribute','newRange','has','remove-context','exec','_getChangeContext','_domEmitter','addOperation','ellipsisBefore','deleteContent','createRange','change','howMany','index','AIEditing','nodes','_changeRangeOwnerDocument','getHtml','527130NztpFO','ck-ai_review-mode-marker_underline','domConverter','keys','_createGetContextFn','offset','marker','85586AahYWf','parent','disableReadOnlyMode','$textProxy','_changePosition','removeMarker','suggestion:insertion:id:authorId:','_changePositionOwnerDocument','_getOperationEnd','DocumentCompare','listenTo','diffContent','_markers','pop','getPath','processor','requires','map','getChanges','flat','$documentFragment','hasAttribute','_appendChild','length','click','$graveyard','operationsA','getChildren','afterInit','_sortMarkers','target','createRawElement','view','getRoots','toView','model:$text','getDocumentData','name','No\x20element\x20found\x20for\x20ID:\x20','end','history','conversion','12842529WGpIoX','addMarker','_eventEmitter','parentElement','rejectChange','_nextDataId','applyChange','documentFragment','elements','includes','_haveOnlyInlineContent','version','jumpTo','clone','for','.ck-reset.ck-ai-review-mode-balloon-panel-suggestion','markerName','schema','_insertMarkers','_findAdjacentContextDistance','ck-ai_review-mode-marker_context-end','sort','path','outerHTML','registerPostFixer','set','fire','differ','viewToDom','createPositionAt','oldRange','_changeRange','startsWith','_groupAdjacentOperations','document','_hasSameTopLevelElement','reviewmode-','closest','rootName','htmlProcessor','className','_setAttribute','4168lGuYgf','clearAllMarkers','_parseMarkerName','insertContent','getEditor','clear','_validateMarkers','applyOperation','createPositionAfter','concat','changeMarkerHovered','backward','insert','querySelector','position','baseVersion','delete','556MXIKPS','changeMarkerClick','createSelection','getDiff','27302640qDDgfO','dataDowncast','containerElement','downcast','relatedTarget','isOfficialPlugin','innerHTML','changeMarkerRemoved','batch','_handleMarkerChanges','every','editingDowncast','ck-ai_review-mode-marker_context-start','ck-ai_review-mode-marker_hide','isPremiumPlugin','mouseover','htmlWriter','suggestion-context','childCount','getStart','start','getDomRoot','affectsData','forEach','isTouching','span','size','changeMarkerRestored','_upsertDataId','$markedRemove','markChangePositionInEditorContent','pluginName','markerToElement','_createGetContentFn','_getOperationStart','type','get','suggestion:deletion:id:authorId:','_clone','remove-only','from','toDomElement','switchToReadOnly','filter','21813LROUmx','[data-id=\x22','ai-review-mode','createUIElement','emitter','_removeChildren','append','model','_haveSingleTopLevelElement','offsetSize','push','parse','toData','getRange','getChangedMarkers','_findMarkerElement','8SLPfOH','stringify','hasContentAfter','split','remove','enableReadOnlyMode','add','remove-text','getAttribute','_changeOperationOwnerDocument','getShiftedBy','_getMarkersDataForGroup','warn','element','[data-marker-id=\x22'];_0x452b=function(){return _0x1a457d;};return _0x452b();}const _0x5aad34=_0x4741;(function(_0x4c92cb,_0x3c5978){const _0x4d4445=_0x4741,_0x5521b5=_0x4c92cb();while(!![]){try{const _0x5cdeb4=parseInt(_0x4d4445(0xc8))/0x1*(parseInt(_0x4d4445(0x76))/0x2)+-parseInt(_0x4d4445(0x15d))/0x3*(-parseInt(_0x4d4445(0x12d))/0x4)+parseInt(_0x4d4445(0xc1))/0x5+parseInt(_0x4d4445(0x8d))/0x6+-parseInt(_0x4d4445(0xf2))/0x7+-parseInt(_0x4d4445(0x11c))/0x8*(parseInt(_0x4d4445(0xa3))/0x9)+parseInt(_0x4d4445(0x131))/0xa;if(_0x5cdeb4===_0x3c5978)break;else _0x5521b5['push'](_0x5521b5['shift']());}catch(_0x318482){_0x5521b5['push'](_0x5521b5['shift']());}}}(_0x452b,0xf03c8));import{InsertOperation as _0x7508a2,MarkerOperation as _0x1e69a9,ModelDocumentFragment as _0x1a5af9,ModelPosition as _0x583d95,ModelRange as _0x3e2053,ModelTreeWalker as _0x4c6186,transformOperationSets as _0x3ff2fb}from'ckeditor5/src/engine.js';import{DomEmitterMixin as _0x4d530f,EmitterMixin as _0x3bfdd6}from'ckeditor5/src/utils.js';import{ContextPlugin as _0x22ee35}from'ckeditor5/src/core.js';import{DocumentCompare as _0xb40331,DATA_ID_MODEL_ATTRIBUTE as _0x5c30e3,DATA_ID_VIEW_ATTRIBUTE as _0x19ec9a}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x4741(_0xbed615,_0x2fcd65){const _0x452b4d=_0x452b();return _0x4741=function(_0x4741ff,_0x14ef23){_0x4741ff=_0x4741ff-0x6a;let _0x58dd03=_0x452b4d[_0x4741ff];return _0x58dd03;},_0x4741(_0xbed615,_0x2fcd65);}import{getEditorFromContext as _0x19e661}from'../aicore/utils/geteditorfromcontext.js';import{AIEditing as _0xce180}from'../aicore/aiediting.js';import{debounce as _0x4b925b}from'es-toolkit/compat';const pe=_0x5aad34(0x116);export class AIReviewModeEditing extends _0x22ee35{static get[_0x5aad34(0x150)](){const _0x1a07a9=_0x5aad34;return _0x1a07a9(0x99);}static get[_0x5aad34(0xd8)](){return[_0xb40331,_0xce180];}static get[_0x5aad34(0x136)](){return!0x0;}static get[_0x5aad34(0x13f)](){return!0x0;}[_0x5aad34(0xd4)]=new Map();[_0x5aad34(0xb5)];[_0x5aad34(0xf4)];constructor(_0x8fab55){const _0x72a7aa=_0x5aad34;super(_0x8fab55),this[_0x72a7aa(0xb5)]=new(_0x4d530f())(),this[_0x72a7aa(0xf4)]=new(_0x3bfdd6())();}get[_0x5aad34(0x6a)](){const _0xd5e1a5=_0x5aad34;return this[_0xd5e1a5(0xf4)];}[_0x5aad34(0xe4)](){const _0x179bb0=_0x5aad34,_0x1caa91=_0x19e661(this[_0x179bb0(0x8e)]);_0x1caa91[_0x179bb0(0xf1)][_0x179bb0(0x100)](_0x179bb0(0x13c))[_0x179bb0(0x151)]({'model':pe+_0x179bb0(0x128),'view':(_0x326171,{writer:_0x2e9ce5})=>{const _0x40b3cf=_0x179bb0,_0xadd63d=this[_0x40b3cf(0xd4)][_0x40b3cf(0x155)](_0x326171[_0x40b3cf(0x102)]),_0x4f1e30={'class':_0x40b3cf(0x94),'data-marker-id':_0x326171[_0x40b3cf(0x102)]};return _0x2e9ce5[_0x40b3cf(0x160)](_0x40b3cf(0x14a),_0x4f1e30,function(_0x3d6f08){const _0x4f54de=_0x40b3cf,_0x50de1f=this[_0x4f54de(0x15a)](_0x3d6f08);return _0x50de1f[_0x4f54de(0x137)]=_0xadd63d?.[_0x4f54de(0x8b)]||'',_0x50de1f;});}}),_0x1caa91[_0x179bb0(0xf1)][_0x179bb0(0x100)](_0x179bb0(0x13c))[_0x179bb0(0xa5)]({'model':pe+_0x179bb0(0x158),'view':_0x221fbe=>({'classes':_0x179bb0(0x8f),'attributes':{'data-marker-id':_0x221fbe[_0x179bb0(0x102)]}})}),_0x1caa91[_0x179bb0(0xf1)][_0x179bb0(0x100)](_0x179bb0(0x13c))[_0x179bb0(0xa5)]({'model':pe+_0x179bb0(0xb2),'view':_0x20df12=>({'classes':_0x179bb0(0xc2),'attributes':{'data-marker-id':_0x20df12[_0x179bb0(0x102)]}})}),_0x1caa91[_0x179bb0(0xf1)][_0x179bb0(0x100)](_0x179bb0(0x13c))[_0x179bb0(0xa5)]({'model':pe+_0x179bb0(0x7d),'view':_0x58d568=>({'classes':_0x179bb0(0x13e),'attributes':{'data-marker-id':_0x58d568[_0x179bb0(0x102)]}})}),_0x1caa91[_0x179bb0(0xf1)][_0x179bb0(0x100)](_0x179bb0(0x132))[_0x179bb0(0x151)]({'model':pe+_0x179bb0(0x142),'view':(_0x3161e2,{writer:_0x4d7dfe})=>_0x4d7dfe[_0x179bb0(0xe7)](_0x179bb0(0x14a),{'class':_0x179bb0(0x96)+(_0x3161e2[_0x179bb0(0x9c)]?_0x179bb0(0x145):_0x179bb0(0xef))})}),_0x1caa91[_0x179bb0(0xf1)][_0x179bb0(0x100)](_0x179bb0(0x134))[_0x179bb0(0xaf)]({'model':_0x5c30e3,'view':_0x19ec9a}),this[_0x179bb0(0xb5)][_0x179bb0(0xd2)](document,_0x179bb0(0xe0),(_0x4489ca,_0x1b96eb)=>{const _0x5f21c4=_0x179bb0,_0x5f5868=_0x1b96eb[_0x5f21c4(0xe6)],_0x1e208f=this[_0x5f21c4(0x75)](_0x5f5868);if(!_0x1e208f)return;const _0x2982a8=_0x1e208f[_0x5f21c4(0x7e)](_0x5f21c4(0xaa)),_0x3f064b=_0x2982a8[_0x5f21c4(0x79)](':')[_0x5f21c4(0xd5)]()?.[_0x5f21c4(0x79)]('_')[0x0];this[_0x5f21c4(0xf4)][_0x5f21c4(0x10c)](_0x5f21c4(0x12e),{'markerId':_0x2982a8,'changeId':_0x3f064b,'markerElement':_0x1e208f,'domEvent':_0x1b96eb});}),this[_0x179bb0(0xb5)][_0x179bb0(0xd2)](document,_0x179bb0(0x140),(_0x235395,_0x11a9ec)=>{const _0x54f4ca=_0x179bb0,_0x132f6d=_0x11a9ec[_0x54f4ca(0xe6)],_0x1f4181=_0x11a9ec[_0x54f4ca(0x135)];let _0x428c91=this[_0x54f4ca(0x75)](_0x132f6d);if(!_0x428c91&&_0x1f4181&&(_0x428c91=this[_0x54f4ca(0x75)](_0x1f4181)),!_0x428c91)return;const _0x586a53=_0x428c91[_0x54f4ca(0x7e)](_0x54f4ca(0xaa)),_0x116b26=_0x586a53[_0x54f4ca(0x79)](':')[_0x54f4ca(0xd5)]()?.[_0x54f4ca(0x79)]('_')[0x0];this[_0x54f4ca(0xf4)][_0x54f4ca(0x10c)](_0x54f4ca(0x126),{'changeId':_0x116b26,'markerElement':_0x428c91,'domEvent':_0x11a9ec});}),this[_0x179bb0(0xb5)][_0x179bb0(0xd2)](document,_0x179bb0(0x140),_0x4b925b((_0x51a469,_0x1bf275)=>{const _0x426f74=_0x179bb0,_0x1636da=_0x1bf275[_0x426f74(0xe6)];if(this[_0x426f74(0x75)](_0x1636da))return;_0x1636da[_0x426f74(0x117)](_0x426f74(0x101))||this[_0x426f74(0xf4)][_0x426f74(0x10c)](_0x426f74(0xac));},0xc8)),_0x1caa91[_0x179bb0(0x6d)][_0x179bb0(0x114)][_0x179bb0(0x10a)](_0x35b62c=>this[_0x179bb0(0x122)](_0x1caa91,_0x35b62c)),_0x1caa91[_0x179bb0(0x6d)][_0x179bb0(0x114)]['on'](_0x179bb0(0xba),()=>this[_0x179bb0(0x13a)](_0x1caa91));}[_0x5aad34(0xec)](){const _0x43adeb=_0x5aad34,_0x5d67fa=this[_0x43adeb(0x8e)][_0x43adeb(0x98)][_0x43adeb(0x155)](_0x43adeb(0xbd)),_0x1ff6ae=_0x19e661(this[_0x43adeb(0x8e)]),_0xc13877=_0x1ff6ae[_0x43adeb(0x6d)],_0x3842f7=new _0x1a5af9();for(const _0x1c807c of _0xc13877[_0x43adeb(0x114)][_0x43adeb(0xab)]()[_0x43adeb(0xe3)]()){const _0x1ba114=_0x1c807c[_0x43adeb(0x157)](!0x0);_0x3842f7[_0x43adeb(0xde)](_0x1ba114);}for(const _0x4c5a11 of _0xc13877[_0x43adeb(0x9f)])_0x3842f7[_0x43adeb(0x9f)][_0x43adeb(0x10b)](_0x4c5a11[_0x43adeb(0xed)],this[_0x43adeb(0xbf)](_0x4c5a11[_0x43adeb(0x73)]()[_0x43adeb(0xff)](),_0x3842f7));const _0xc527fa=new _0x4c6186({'ignoreElementEnd':!0x0,'startPosition':_0xc13877[_0x43adeb(0x10f)](_0x3842f7,0x0)}),_0x1a52a1=new Set(),_0x3e2e6d=new Map();for(const {item:_0x592857}of _0xc527fa){if(!_0x592857['is'](_0x43adeb(0xcb)))continue;const _0x1ba9c1=_0x592857[_0x43adeb(0xc9)];if(_0x1ba9c1&&_0x1ba9c1['is'](_0x43adeb(0x83))){const _0x280e67=this[_0x43adeb(0x14d)](_0x1ba9c1,()=>_0x5d67fa[_0x43adeb(0xf7)](_0x1a52a1));_0x1a52a1[_0x43adeb(0x7c)](_0x280e67);for(const _0x4895c0 of _0x1ba9c1[_0x43adeb(0xe3)]())_0x4895c0['is'](_0x43adeb(0x83))&&_0x1a52a1[_0x43adeb(0x7c)](this[_0x43adeb(0x14d)](_0x4895c0,()=>_0x5d67fa[_0x43adeb(0xf7)](_0x1a52a1)));let _0x2a48e5=_0x1ba9c1;for(;_0x2a48e5[_0x43adeb(0xc9)]&&!_0x2a48e5[_0x43adeb(0xc9)]['is'](_0x43adeb(0xf9));)_0x2a48e5=_0x2a48e5[_0x43adeb(0xc9)],_0x2a48e5[_0x43adeb(0xdd)](_0x5c30e3)&&_0x2a48e5[_0x43adeb(0xa7)](_0x5c30e3);_0x3e2e6d[_0x43adeb(0x10b)](_0x280e67,{'path':_0x1ba9c1[_0x43adeb(0xd6)](),'getContent':this[_0x43adeb(0xa0)](_0x2a48e5[_0x43adeb(0x157)](!0x0),_0x280e67,_0x1ff6ae[_0x43adeb(0x87)])}),_0xc527fa[_0x43adeb(0xfe)](_0xc13877[_0x43adeb(0x124)](_0x1ba9c1));}}return{'content':_0x1ff6ae[_0x43adeb(0x87)][_0x43adeb(0xd7)][_0x43adeb(0x72)](_0x1ff6ae[_0x43adeb(0x87)][_0x43adeb(0xea)](_0x3842f7)),'version':_0x1ff6ae[_0x43adeb(0x6d)][_0x43adeb(0x114)][_0x43adeb(0xfd)],'elements':_0x3e2e6d};}[_0x5aad34(0xd3)](_0x53b1ed,_0x24715f){const _0xc7352d=_0x5aad34,_0x3490df=[],_0x596016=_0x19e661(this[_0xc7352d(0x8e)]),_0x5ac12c=_0x596016[_0xc7352d(0x87)][_0xc7352d(0x71)](_0x24715f,_0xc7352d(0xdc)),_0x3502af=_0x596016[_0xc7352d(0x87)][_0xc7352d(0x71)](_0x53b1ed,_0xc7352d(0xdc)),_0x1fd7c6=_0x596016[_0xc7352d(0x6d)][_0xc7352d(0x10f)](_0x3502af,0x0);if(this[_0xc7352d(0x6e)](_0x5ac12c)){if(!this[_0xc7352d(0x115)](_0x3502af,_0x5ac12c))return _0x3490df;}else{const _0x496742=_0x596016[_0xc7352d(0x6d)][_0xc7352d(0x103)];if(!this[_0xc7352d(0xfc)](_0x3502af,_0x496742)||!this[_0xc7352d(0xfc)](_0x5ac12c,_0x496742))return _0x3490df;}const _0x41d42d=this[_0xc7352d(0x8e)][_0xc7352d(0x98)][_0xc7352d(0x155)](_0xc7352d(0xd1))[_0xc7352d(0x130)](_0x53b1ed,_0x24715f,{'anchor':_0x1fd7c6,'markDeletions':!0x0})[_0xc7352d(0x90)]()[_0xc7352d(0x15c)](_0x4f285c=>_0xc7352d(0x128)===_0x4f285c[_0xc7352d(0x154)]||_0xc7352d(0xc7)===_0x4f285c[_0xc7352d(0x154)]&&_0x4f285c[_0xc7352d(0xed)][_0xc7352d(0x112)](_0xc7352d(0x14e))),_0x853ef8=this[_0xc7352d(0x113)](_0x41d42d);let _0x1625f6=0x0;return _0x596016[_0xc7352d(0x6d)][_0xc7352d(0xba)](_0x31e7f0=>{const _0x3de280=_0xc7352d;for(let _0x71ed76=0x0;_0x71ed76<_0x853ef8[_0x3de280(0xdf)];_0x71ed76++){const _0x4d80e6=_0x853ef8[_0x71ed76],_0xcb03aa=_0x31e7f0[_0x3de280(0x89)]();for(const _0x514a24 of _0x3502af[_0x3de280(0xe3)]())_0x31e7f0[_0x3de280(0x6c)](_0x514a24[_0x3de280(0x157)](!0x0),_0xcb03aa);for(const _0x593059 of _0x4d80e6[_0x3de280(0xae)])if(_0x3de280(0x128)===_0x593059[_0x3de280(0x154)]){const _0x2bbf27=_0x593059;_0x2bbf27[_0x3de280(0x12b)]=null,_0x2bbf27[_0x3de280(0x8c)]=!0x1,this[_0x3de280(0x7f)](_0x2bbf27,_0xcb03aa),_0x31e7f0[_0x3de280(0x139)][_0x3de280(0xb6)](_0x593059),_0x596016[_0x3de280(0x6d)][_0x3de280(0x123)](_0x593059);const _0x4b9b3c=_0x3de280(0xce)+_0x1625f6++,_0x4007e1=_0x596016[_0x3de280(0x6d)][_0x3de280(0xb9)](_0x2bbf27[_0x3de280(0x12a)],_0x2bbf27[_0x3de280(0x12a)][_0x3de280(0x80)](_0x2bbf27[_0x3de280(0xbb)]));_0xcb03aa[_0x3de280(0x9f)][_0x3de280(0x10b)](_0x4b9b3c,_0x4007e1);}else{if(_0x3de280(0xc7)===_0x593059[_0x3de280(0x154)]&&_0x593059[_0x3de280(0xed)][_0x3de280(0x112)](_0x3de280(0x14e))){const _0x198aba=_0x593059,_0x385e76=_0x3de280(0x156)+_0x1625f6++;this[_0x3de280(0x7f)](_0x198aba,_0xcb03aa),_0xcb03aa[_0x3de280(0x9f)][_0x3de280(0x10b)](_0x385e76,_0x198aba[_0x3de280(0xb0)]);}}const _0x10f51c=this[_0x3de280(0xb4)](this[_0x3de280(0xcf)](this[_0x3de280(0x153)](_0x4d80e6[_0x3de280(0xae)][0x0]),_0xcb03aa),this[_0x3de280(0xcf)](this[_0x3de280(0xd0)](_0x4d80e6[_0x3de280(0xae)][_0x4d80e6[_0x3de280(0xae)][_0x3de280(0xdf)]-0x1]),_0xcb03aa));_0xcb03aa[_0x3de280(0x9f)][_0x3de280(0x10b)](pe+_0x3de280(0x142),new _0x3e2053(_0x10f51c[_0x3de280(0x145)],_0x10f51c[_0x3de280(0xef)])),_0x3490df[_0x3de280(0x70)]({..._0x4d80e6,'context':this[_0x3de280(0xc5)](_0xcb03aa,_0x596016[_0x3de280(0x87)],{'ellipsisBefore':_0x10f51c[_0x3de280(0x88)],'ellipsisAfter':_0x10f51c[_0x3de280(0x78)]}),'content':this[_0x3de280(0x152)](_0xcb03aa,_0x596016[_0x3de280(0x87)])});}}),_0x3490df;}[_0x5aad34(0x14f)](_0xf32d58,_0x46db2b){const _0x56779e=_0x5aad34;if(!_0xf32d58[_0x56779e(0xdf)])return;const _0x4f6118=_0xf32d58[0x0][_0x56779e(0xc9)]['id'],_0x250194=_0x46db2b[_0x56779e(0xfa)][_0x56779e(0x155)](_0x4f6118);if(!_0x250194)return void console[_0x56779e(0x82)](_0x56779e(0xee)+_0x4f6118);const _0x1a84b9=_0x250194[_0x56779e(0x108)],_0x4ea732=_0x19e661(this[_0x56779e(0x8e)]),_0x493a41=_0x4ea732[_0x56779e(0x6d)][_0x56779e(0x114)][_0x56779e(0xf0)][_0x56779e(0x90)](_0x46db2b[_0x56779e(0xfd)]),_0x390757=[];for(const _0x3f2166 of _0xf32d58){const _0x33ed1b=_0x3f2166[_0x56779e(0xae)][_0x56779e(0xd9)](_0x403263=>this[_0x56779e(0x95)](_0x403263,_0x1a84b9,_0x4ea732[_0x56779e(0x6d)][_0x56779e(0x114)][_0x56779e(0xe9)]()[0x0]));if(!_0x33ed1b||!_0x33ed1b[_0x56779e(0xdf)])continue;const _0x1cebb8=_0x33ed1b[_0x56779e(0x13b)](_0x476465=>_0x56779e(0xc7)===_0x476465[_0x56779e(0x154)]&&_0x476465[_0x56779e(0xed)][_0x56779e(0x112)](_0x56779e(0x14e))),_0x28b35d={'document':_0x4ea732[_0x56779e(0x6d)][_0x56779e(0x114)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x93a0ed=_0x3ff2fb(_0x33ed1b,_0x493a41,_0x28b35d)[_0x56779e(0xe2)];for(const _0x331aff of _0x93a0ed)if(_0x56779e(0x128)===_0x331aff[_0x56779e(0x154)]){const _0xd3877c=_0x331aff,_0x1e5512=_0xd3877c[_0x56779e(0xbe)];let _0x2e450a='';for(const _0x4dd6ef of _0x1e5512)_0x4dd6ef&&_0x4dd6ef['is'](_0x56779e(0xeb))&&(_0x2e450a+=_0x4dd6ef[_0x56779e(0x87)]);_0x390757[_0x56779e(0x70)]({'start':_0xd3877c[_0x56779e(0x12a)],'end':_0xd3877c[_0x56779e(0x12a)],'type':_0x56779e(0x128),'groupId':_0x3f2166['id'],'text':_0x2e450a});}else{if(_0x56779e(0xc7)===_0x331aff[_0x56779e(0x154)]&&_0x331aff[_0x56779e(0xed)][_0x56779e(0x112)](_0x56779e(0x14e))){const _0xf2ca68=_0x331aff;let _0x7c5294=_0x56779e(0x7d);if(_0x1cebb8){const _0x1f727e=this[_0x56779e(0x105)](_0xf2ca68[_0x56779e(0xb0)][_0x56779e(0x145)],_0x56779e(0x127),_0x4ea732[_0x56779e(0x6d)][_0x56779e(0x103)]),_0x2a3c9a=this[_0x56779e(0x105)](_0xf2ca68[_0x56779e(0xb0)][_0x56779e(0xef)],_0x56779e(0x85),_0x4ea732[_0x56779e(0x6d)][_0x56779e(0x103)]);if(_0x1f727e||_0x2a3c9a){const _0x38d680=_0xf2ca68[_0x56779e(0xb0)][_0x56779e(0x145)][_0x56779e(0x80)](-_0x1f727e),_0x7b1b0c=_0xf2ca68[_0x56779e(0xb0)][_0x56779e(0xef)][_0x56779e(0x80)](_0x2a3c9a);_0x390757[_0x56779e(0x70)]({'start':_0x38d680,'end':_0x7b1b0c,'groupId':_0x3f2166['id'],'type':_0x56779e(0xb2)});}else _0x7c5294=_0x56779e(0x158);}_0x390757[_0x56779e(0x70)]({'start':_0xf2ca68[_0x56779e(0xb0)][_0x56779e(0x145)],'end':_0xf2ca68[_0x56779e(0xb0)][_0x56779e(0xef)],'groupId':_0x3f2166['id'],'type':_0x7c5294});}}}this[_0x56779e(0x104)](_0x390757);}[_0x5aad34(0x11d)](){const _0x432902=_0x5aad34,_0x1372c6=_0x19e661(this[_0x432902(0x8e)]);_0x1372c6[_0x432902(0x6d)][_0x432902(0xba)](_0xe429b2=>{const _0x357d10=_0x432902;for(const _0x56c8f5 of this[_0x357d10(0xd4)][_0x357d10(0xc4)]())_0x1372c6[_0x357d10(0x6d)][_0x357d10(0x9f)][_0x357d10(0x155)](_0x56c8f5)&&_0xe429b2[_0x357d10(0xcd)](_0x56c8f5);}),this[_0x432902(0xd4)][_0x432902(0x121)]();}[_0x5aad34(0x15b)](){const _0x535a50=_0x5aad34;_0x19e661(this[_0x535a50(0x8e)])[_0x535a50(0x7b)](_0x535a50(0x15f));}[_0x5aad34(0xa6)](){const _0x4f74e6=_0x5aad34;_0x19e661(this[_0x4f74e6(0x8e)])[_0x4f74e6(0xca)](_0x4f74e6(0x15f));}[_0x5aad34(0xf8)](_0x1c4d47){const _0x3188bd=_0x5aad34,_0x4ae360=_0x19e661(this[_0x3188bd(0x8e)]),_0x5f18fd=_0x4ae360[_0x3188bd(0x6d)],_0x1233ca=_0x1c4d47[_0x3188bd(0xd9)](_0x260fe5=>this[_0x3188bd(0x81)](_0x260fe5))[_0x3188bd(0xdb)]();_0x5f18fd[_0x3188bd(0xba)](_0x1634be=>{const _0x2e4526=_0x3188bd;for(const _0xaadae8 of _0x1233ca){const _0x245bcf=_0x4ae360[_0x2e4526(0x6d)][_0x2e4526(0x9f)][_0x2e4526(0x155)](_0xaadae8['id']);_0x245bcf&&(_0x2e4526(0x128)===_0xaadae8[_0x2e4526(0x154)]?_0x5f18fd[_0x2e4526(0x11f)](_0x1634be[_0x2e4526(0x9d)](_0xaadae8[_0x2e4526(0x8b)]||''),_0x245bcf[_0x2e4526(0x73)]()[_0x2e4526(0x145)]):_0x2e4526(0x7d)!==_0xaadae8[_0x2e4526(0x154)]&&_0x2e4526(0x158)!==_0xaadae8[_0x2e4526(0x154)]||_0x5f18fd[_0x2e4526(0xb8)](_0x5f18fd[_0x2e4526(0x12f)](_0x245bcf[_0x2e4526(0x73)]())),_0x1634be[_0x2e4526(0xcd)](_0xaadae8['id']),this[_0x2e4526(0xd4)][_0x2e4526(0x12c)](_0xaadae8['id']));}});}[_0x5aad34(0xf6)](_0x367253){const _0x31e03f=_0x5aad34,_0x153791=_0x19e661(this[_0x31e03f(0x8e)]),_0x39c13b=this[_0x31e03f(0x81)](_0x367253);_0x153791[_0x31e03f(0x6d)][_0x31e03f(0xba)](_0x3774f3=>{const _0x4bd89c=_0x31e03f;for(const _0x42de23 of _0x39c13b)_0x3774f3[_0x4bd89c(0xcd)](_0x42de23['id']),this[_0x4bd89c(0xd4)][_0x4bd89c(0x12c)](_0x42de23['id']);});}[_0x5aad34(0x120)](){const _0xc0db04=_0x5aad34;return _0x19e661(this[_0xc0db04(0x8e)]);}[_0x5aad34(0x9a)](_0x3f4595){const _0x2ff713=_0x5aad34,_0x27e2f9=Array[_0x2ff713(0x159)](this[_0x2ff713(0xd4)][_0x2ff713(0x86)]())[_0x2ff713(0x15c)](_0xd9a1cd=>_0xd9a1cd[_0x2ff713(0x8a)]===_0x3f4595);if(!_0x27e2f9[_0x2ff713(0xdf)])return null;const _0x354e27=0x1===_0x27e2f9[_0x2ff713(0xdf)]?_0x27e2f9[0x0]:this[_0x2ff713(0xe5)](_0x27e2f9)[0x0],_0x20a861=_0x19e661(this[_0x2ff713(0x8e)]),_0x56a80a=_0x20a861[_0x2ff713(0x6d)][_0x2ff713(0x9f)][_0x2ff713(0x155)](_0x354e27['id']);if(!_0x56a80a)return null;const _0x576297=_0x56a80a[_0x2ff713(0x73)](),_0x3d6d4e=_0x20a861[_0x2ff713(0xad)][_0x2ff713(0xe8)][_0x2ff713(0x146)]();if(!_0x3d6d4e||!_0x576297)return null;const _0x1042c4=_0x3d6d4e[_0x2ff713(0x129)](_0x2ff713(0x84)+_0x354e27['id']+'\x22]');return _0x1042c4?{'modelRange':_0x576297,'domElement':_0x1042c4}:null;}[_0x5aad34(0x122)](_0x56652a,_0x5d81f3){const _0x3fe2db=_0x5aad34,_0x17c46b=Array[_0x3fe2db(0x159)](this[_0x3fe2db(0xd4)][_0x3fe2db(0xc4)]()),_0x44fe1e=new Map();for(const _0x56d22a of _0x17c46b){const _0x41b6bb=_0x56652a[_0x3fe2db(0x6d)][_0x3fe2db(0x9f)][_0x3fe2db(0x155)](_0x56d22a);if(!_0x41b6bb)continue;const _0x50f607=_0x41b6bb[_0x3fe2db(0x144)]()[_0x3fe2db(0x108)][0x0];_0x44fe1e[_0x3fe2db(0xb1)](_0x50f607)||_0x44fe1e[_0x3fe2db(0x10b)](_0x50f607,[]),_0x44fe1e[_0x3fe2db(0x155)](_0x50f607)[_0x3fe2db(0x70)](_0x41b6bb);}const _0x13a896=new Set();for(const _0x3a9b91 of _0x56652a[_0x3fe2db(0x6d)][_0x3fe2db(0x114)][_0x3fe2db(0x10d)][_0x3fe2db(0xda)]()){let _0x3ab64a=-0x1,_0x1a3aa7=null;if(_0x3fe2db(0x128)===_0x3a9b91[_0x3fe2db(0x154)])_0x1a3aa7=new _0x3e2053(_0x3a9b91[_0x3fe2db(0x12a)],_0x3a9b91[_0x3fe2db(0x12a)][_0x3fe2db(0x80)](_0x3a9b91[_0x3fe2db(0xdf)])),_0x3ab64a=_0x3a9b91[_0x3fe2db(0x12a)][_0x3fe2db(0x108)][0x0];else{if(_0x3fe2db(0x7a)!==_0x3a9b91[_0x3fe2db(0x154)])continue;_0x1a3aa7=new _0x3e2053(_0x3a9b91[_0x3fe2db(0x12a)]),_0x3ab64a=_0x3a9b91[_0x3fe2db(0x12a)][_0x3fe2db(0x108)][0x0];}const _0x37699d=_0x44fe1e[_0x3fe2db(0x155)](_0x3ab64a)||[];if(_0x37699d[_0x3fe2db(0xdf)]){for(const _0x4ff211 of _0x37699d)if(_0x1a3aa7[_0x3fe2db(0xa8)][_0x3fe2db(0x118)]===_0x4ff211[_0x3fe2db(0x73)]()[_0x3fe2db(0xa8)][_0x3fe2db(0x118)]&&(_0x3fe2db(0x128)!==_0x3a9b91[_0x3fe2db(0x154)]||!_0x1a3aa7[_0x3fe2db(0xa1)](_0x4ff211[_0x3fe2db(0x73)]()))&&(_0x1a3aa7[_0x3fe2db(0x93)](_0x4ff211[_0x3fe2db(0x73)]())||_0x1a3aa7[_0x3fe2db(0x145)][_0x3fe2db(0x149)](_0x4ff211[_0x3fe2db(0x73)]()[_0x3fe2db(0xef)])||_0x1a3aa7[_0x3fe2db(0xef)][_0x3fe2db(0x149)](_0x4ff211[_0x3fe2db(0x73)]()[_0x3fe2db(0x145)]))){const _0x334d25=this[_0x3fe2db(0x11e)](_0x4ff211[_0x3fe2db(0xed)]);Array[_0x3fe2db(0x159)](this[_0x3fe2db(0xd4)][_0x3fe2db(0x86)]())[_0x3fe2db(0x15c)](_0x39f25d=>_0x39f25d[_0x3fe2db(0x8a)]===_0x334d25[_0x3fe2db(0x8a)])[_0x3fe2db(0x148)](_0x16c576=>_0x13a896[_0x3fe2db(0x7c)](_0x16c576['id']));}}}if(_0x13a896[_0x3fe2db(0x14b)]){for(const _0x3b27ab of _0x13a896)_0x5d81f3[_0x3fe2db(0xcd)](_0x3b27ab);return!0x0;}return!0x1;}[_0x5aad34(0x13a)](_0x8b6be9){const _0x22d6a6=_0x5aad34;for(const {name:_0x3c7720,data:_0x3cf397}of _0x8b6be9[_0x22d6a6(0x6d)][_0x22d6a6(0x114)][_0x22d6a6(0x10d)][_0x22d6a6(0x74)]()){if(!_0x3c7720[_0x22d6a6(0x112)](pe))continue;const _0x488639=_0x3cf397[_0x22d6a6(0x110)],_0x33b5c4=_0x3cf397[_0x22d6a6(0xb0)],_0x2cae52=_0x488639&&_0x22d6a6(0xe1)===_0x488639[_0x22d6a6(0xa8)][_0x22d6a6(0x118)],_0x226278=_0x33b5c4&&_0x22d6a6(0xe1)===_0x33b5c4[_0x22d6a6(0xa8)][_0x22d6a6(0x118)];if(_0x2cae52&&_0x226278)continue;const _0x3633fb=this[_0x22d6a6(0x11e)](_0x3c7720);this[_0x22d6a6(0xd4)][_0x22d6a6(0x155)](_0x3c7720)&&(_0x226278||!_0x33b5c4?this[_0x22d6a6(0xf4)][_0x22d6a6(0x10c)](_0x22d6a6(0x138),{'markerId':_0x3c7720,'changeId':_0x3633fb[_0x22d6a6(0x8a)]}):_0x2cae52&&_0x33b5c4&&this[_0x22d6a6(0xf4)][_0x22d6a6(0x10c)](_0x22d6a6(0x14c),{'markerId':_0x3c7720,'changeId':_0x3633fb[_0x22d6a6(0x8a)]}));}}[_0x5aad34(0x11e)](_0x5bdd86){const _0x462e2c=_0x5aad34,_0x2ff2b1=_0x5bdd86[_0x462e2c(0x79)](':'),_0x336906=(_0x2ff2b1[0x1]||'')[_0x462e2c(0x79)]('_');return{'prefix':_0x2ff2b1[0x0],'groupId':_0x336906[0x0],'suffix':_0x336906[0x1]};}[_0x5aad34(0x95)](_0x54d4b8,_0x5855f9,_0xf38433){const _0x2a36dc=_0x5aad34;if(_0x2a36dc(0x128)===_0x54d4b8[_0x2a36dc(0x154)]){const _0x59f195=_0x54d4b8;return new _0x7508a2(this[_0x2a36dc(0xcc)](_0x5855f9[_0x2a36dc(0x125)](_0x59f195[_0x2a36dc(0x12a)][_0x2a36dc(0xc6)]),_0xf38433),_0x59f195[_0x2a36dc(0xbe)],_0x59f195[_0x2a36dc(0x12b)]);}if(_0x2a36dc(0xc7)===_0x54d4b8[_0x2a36dc(0x154)]&&_0x54d4b8[_0x2a36dc(0xed)][_0x2a36dc(0x112)](_0x2a36dc(0x14e))){const _0x1007f1=_0x54d4b8;return new _0x1e69a9(_0x1007f1[_0x2a36dc(0xed)],_0x1007f1[_0x2a36dc(0x110)],this[_0x2a36dc(0x111)](_0x1007f1[_0x2a36dc(0xb0)],_0x5855f9[_0x2a36dc(0x125)](_0x1007f1[_0x2a36dc(0xb0)][_0x2a36dc(0x145)][_0x2a36dc(0xc6)]),_0x5855f9[_0x2a36dc(0x125)](_0x1007f1[_0x2a36dc(0xb0)][_0x2a36dc(0xef)][_0x2a36dc(0xc6)]),_0xf38433),_0x1007f1[_0x2a36dc(0xd4)],_0x1007f1[_0x2a36dc(0x147)],_0x1007f1[_0x2a36dc(0x12b)]);}return _0x54d4b8;}[_0x5aad34(0x113)](_0x3d3c04){const _0x4eae02=_0x5aad34;if(!_0x3d3c04[_0x4eae02(0xdf)])return[];const _0xd0a862=[];let _0xab727c=0x0,_0x4428a1=0x0,_0x8cc87e=[];for(let _0x124b7c=0x0;_0x124b7c<=_0x3d3c04[_0x4eae02(0xdf)];_0x124b7c++){const _0x7864cc=_0x3d3c04[_0x124b7c],_0x371ae7=_0x3d3c04[_0x124b7c-0x1];!_0x7864cc||_0x371ae7&&!this[_0x4eae02(0xd0)](_0x371ae7)[_0x4eae02(0x149)](this[_0x4eae02(0x153)](_0x7864cc))?(_0xd0a862[_0x4eae02(0x70)]({'operations':_0x8cc87e,'operationsIsolated':_0x8cc87e[_0x4eae02(0xd9)](_0x55d648=>this[_0x4eae02(0x97)](_0x55d648[_0x4eae02(0xff)](),-_0x4428a1)),'groupOffset':_0xab727c}),_0x8cc87e=_0x7864cc?[_0x7864cc]:[],_0x4428a1+=_0xab727c,_0xab727c=0x0):_0x8cc87e[_0x4eae02(0x70)](_0x7864cc),_0x7864cc&&_0x4eae02(0x128)===_0x7864cc[_0x4eae02(0x154)]&&(_0xab727c+=_0x7864cc[_0x4eae02(0xbb)]);}return _0xd0a862;}[_0x5aad34(0x105)](_0x37b090,_0x2a905c,_0x99b640,_0xdc2119=0x1){const _0x348b44=_0x5aad34,_0x17ce6b=new _0x4c6186({'startPosition':_0x37b090,'direction':_0x2a905c});let _0x129a57=0x0;for(let _0x55af2a=0x0;_0x55af2a<_0xdc2119;_0x55af2a++){let _0x1f7da6=0x0,_0x57385b=!0x1,_0x2fac2d=_0x348b44(0x85)===_0x2a905c?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x5d6541}of _0x17ce6b)if(_0x5d6541['is'](_0x348b44(0xcb))){const _0x5b4f35=_0x2fac2d[_0x348b44(0xb3)](_0x5d6541[_0x348b44(0x87)]);if(_0x5b4f35&&_0x5b4f35[_0x348b44(0xdf)]){if(_0x1f7da6+=_0x348b44(0x85)===_0x2a905c?_0x5b4f35[_0x348b44(0xbc)]+_0x5b4f35[0x0][_0x348b44(0xdf)]:_0x5d6541[_0x348b44(0x87)][_0x348b44(0xdf)]-_0x5b4f35[_0x348b44(0xbc)],_0x5b4f35[0x0][_0x348b44(0xdf)]!==_0x5d6541[_0x348b44(0x87)][_0x348b44(0xdf)])break;_0x57385b=!0x0,_0x2fac2d=_0x348b44(0x85)===_0x2a905c?/^\w+/:/\w+$/;}else{if(_0x57385b)break;_0x1f7da6+=_0x5d6541[_0x348b44(0x6f)];}}else{if(_0x5d6541['is'](_0x348b44(0x83))){_0x99b640[_0x348b44(0xa4)](_0x5d6541)&&!_0x57385b&&(_0x1f7da6+=0x1);break;}}_0x129a57+=_0x1f7da6,_0x17ce6b[_0x348b44(0xfe)](_0x37b090[_0x348b44(0x80)](_0x348b44(0x85)===_0x2a905c?_0x129a57:-_0x129a57));}return _0x129a57;}[_0x5aad34(0xb4)](_0x28851f,_0x282308){const _0x50e0fb=_0x5aad34,_0x4eb3df=_0x19e661(this[_0x50e0fb(0x8e)])[_0x50e0fb(0x6d)][_0x50e0fb(0x103)],_0xd7f817=this[_0x50e0fb(0x105)](_0x28851f,_0x50e0fb(0x127),_0x4eb3df,0x6),_0x25fc3e=this[_0x50e0fb(0x105)](_0x282308,_0x50e0fb(0x85),_0x4eb3df,0x6),_0x4e891f=_0x28851f[_0x50e0fb(0x80)](-_0xd7f817),_0x292855=_0x282308[_0x50e0fb(0x80)](_0x25fc3e);return{'start':_0x4e891f,'end':_0x292855,'hasContentBefore':!_0x4e891f[_0x50e0fb(0x92)],'hasContentAfter':!_0x292855[_0x50e0fb(0x91)]};}[_0x5aad34(0x104)](_0x57c51c){const _0x441000=_0x5aad34,_0x1597e3=this[_0x441000(0x8e)][_0x441000(0x98)][_0x441000(0x155)](_0x441000(0xbd)),_0x374713=new Set();_0x19e661(this[_0x441000(0x8e)])[_0x441000(0x6d)][_0x441000(0xba)](_0x245710=>{const _0xd98f8f=_0x441000;for(const _0x554dbc of _0x57c51c){const _0x4c32b5=''+pe+_0x554dbc[_0xd98f8f(0x154)]+':'+_0x554dbc[_0xd98f8f(0x8a)]+'_'+_0x1597e3[_0xd98f8f(0xf7)](_0x374713);this[_0xd98f8f(0xd4)][_0xd98f8f(0x10b)](_0x4c32b5,{'id':_0x4c32b5,'groupId':_0x554dbc[_0xd98f8f(0x8a)],'type':_0x554dbc[_0xd98f8f(0x154)],'text':_0x554dbc[_0xd98f8f(0x8b)]}),_0x245710[_0xd98f8f(0xf3)](_0x4c32b5,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x245710[_0xd98f8f(0xb9)](_0x554dbc[_0xd98f8f(0x145)],_0x554dbc[_0xd98f8f(0xef)])});}});}[_0x5aad34(0xc5)](_0x44239c,_0x1285c5,_0xbf7a9e){let _0x57f97f='';return()=>{const _0x4d2328=_0x4741;if(!_0x57f97f){const _0x376ac5=_0x1285c5[_0x4d2328(0xea)](_0x44239c,{'showSuggestionHighlights':!0x0});let _0x30d9dc=_0x376ac5[_0x4d2328(0xa2)](0x0);if(_0x30d9dc['is'](_0x4d2328(0x133))||(_0x30d9dc=_0x376ac5),!_0x30d9dc)return'';let _0x489ed1=!0x1;const _0x37b2e0=[];for(const _0x260de6 of _0x30d9dc[_0x4d2328(0xe3)]())_0x260de6['is'](_0x4d2328(0x83),_0x4d2328(0x14a))&&_0x260de6[_0x4d2328(0x9b)](_0x4d2328(0x106))&&(_0x489ed1=!0x1),_0x489ed1&&_0x37b2e0[_0x4d2328(0x70)](_0x260de6),_0x260de6['is'](_0x4d2328(0x83),_0x4d2328(0x14a))&&_0x260de6[_0x4d2328(0x9b)](_0x4d2328(0x13d))&&(_0x489ed1=!0x0);_0x30d9dc[_0x4d2328(0x6b)](0x0,_0x30d9dc[_0x4d2328(0x143)]),_0xbf7a9e?.[_0x4d2328(0xb7)]&&_0x30d9dc[_0x4d2328(0xde)]('…'),_0x30d9dc[_0x4d2328(0xde)](_0x37b2e0),_0xbf7a9e?.[_0x4d2328(0xa9)]&&_0x30d9dc[_0x4d2328(0xde)]('…');const _0xb3c856=_0x1285c5[_0x4d2328(0x119)][_0x4d2328(0xc3)][_0x4d2328(0x10e)](_0x376ac5),_0x4919e8=_0x1285c5[_0x4d2328(0x119)][_0x4d2328(0x141)][_0x4d2328(0xc0)](_0xb3c856);_0x57f97f=_0x4919e8;}return _0x57f97f;};}[_0x5aad34(0x152)](_0x31c05d,_0x148f18){const _0x1210f0=_0x5aad34;let _0x2f6c61='';return()=>(_0x2f6c61||(_0x2f6c61=_0x148f18[_0x1210f0(0x77)](_0x31c05d,{'showSuggestionHighlights':!0x0})),_0x2f6c61);}[_0x5aad34(0xa0)](_0x22b58f,_0x21f692,_0x26b95c){let _0x36a3c9='';return()=>{const _0x53bb54=_0x4741;if(!_0x36a3c9){const _0x1481fb=_0x26b95c[_0x53bb54(0xea)](new _0x1a5af9(_0x22b58f)),_0x227156=_0x26b95c[_0x53bb54(0x119)][_0x53bb54(0xc3)][_0x53bb54(0x10e)](_0x1481fb)[_0x53bb54(0x129)](_0x53bb54(0x15e)+_0x21f692+'\x22]');_0x36a3c9=_0x227156?.[_0x53bb54(0x109)]||'';}return _0x36a3c9;};}[_0x5aad34(0x75)](_0x2c2c25,_0x129b03=0x5){const _0x3b57b2=_0x5aad34;let _0x2ce1ec=_0x2c2c25,_0x211270=null;for(let _0x1a9835=0x0;_0x1a9835<_0x129b03&&_0x2ce1ec;_0x1a9835++){if(!_0x2ce1ec[_0x3b57b2(0x11a)]){_0x2ce1ec=_0x2ce1ec[_0x3b57b2(0xf5)];continue;}if(!(''+_0x2ce1ec[_0x3b57b2(0x11a)])[_0x3b57b2(0xfb)](_0x3b57b2(0x9e))){_0x2ce1ec=_0x2ce1ec[_0x3b57b2(0xf5)];continue;}if(!_0x2ce1ec[_0x3b57b2(0x7e)](_0x3b57b2(0xaa)))break;_0x211270=_0x2ce1ec;break;}return _0x211270;}[_0x5aad34(0x81)](_0x4c1e36){const _0x4ba21f=_0x5aad34;return Array[_0x4ba21f(0x159)](this[_0x4ba21f(0xd4)][_0x4ba21f(0x86)]())[_0x4ba21f(0x15c)](_0x20bb2d=>_0x20bb2d[_0x4ba21f(0x8a)]===_0x4c1e36);}[_0x5aad34(0x153)](_0x548eb4){const _0x361fd7=_0x5aad34;return _0x361fd7(0x128)===_0x548eb4[_0x361fd7(0x154)]?_0x548eb4[_0x361fd7(0x12a)]:_0x548eb4[_0x361fd7(0xb0)][_0x361fd7(0x145)];}[_0x5aad34(0xd0)](_0x574cde,_0x863d39=!0x1){const _0x156a9e=_0x5aad34;return _0x156a9e(0x128)===_0x574cde[_0x156a9e(0x154)]?_0x863d39?_0x574cde[_0x156a9e(0x12a)]:_0x574cde[_0x156a9e(0x12a)][_0x156a9e(0x80)](_0x574cde[_0x156a9e(0xbb)]):_0x574cde[_0x156a9e(0xb0)][_0x156a9e(0xef)];}[_0x5aad34(0x97)](_0x2b61f2,_0x7a0a2){const _0x3e930b=_0x5aad34;return _0x3e930b(0x128)===_0x2b61f2[_0x3e930b(0x154)]?_0x2b61f2[_0x3e930b(0x12a)]=_0x2b61f2[_0x3e930b(0x12a)][_0x3e930b(0x80)](_0x7a0a2):_0x3e930b(0xc7)===_0x2b61f2[_0x3e930b(0x154)]&&_0x2b61f2[_0x3e930b(0xb0)]&&(_0x2b61f2[_0x3e930b(0xb0)]=new _0x3e2053(_0x2b61f2[_0x3e930b(0xb0)][_0x3e930b(0x145)][_0x3e930b(0x80)](_0x7a0a2),_0x2b61f2[_0x3e930b(0xb0)][_0x3e930b(0xef)][_0x3e930b(0x80)](_0x7a0a2))),_0x2b61f2;}[_0x5aad34(0x7f)](_0xd7cc49,_0x11a9a8){const _0x32f3fc=_0x5aad34;_0x32f3fc(0x128)===_0xd7cc49[_0x32f3fc(0x154)]?_0xd7cc49[_0x32f3fc(0x12a)]=this[_0x32f3fc(0xcf)](_0xd7cc49[_0x32f3fc(0x12a)],_0x11a9a8):_0x32f3fc(0xc7)===_0xd7cc49[_0x32f3fc(0x154)]&&_0xd7cc49[_0x32f3fc(0xb0)]&&(_0xd7cc49[_0x32f3fc(0xb0)]=this[_0x32f3fc(0xbf)](_0xd7cc49[_0x32f3fc(0xb0)],_0x11a9a8));}[_0x5aad34(0xcf)](_0x264196,_0x57640d){const _0x340c69=_0x5aad34;return new _0x583d95(_0x57640d,_0x264196[_0x340c69(0x108)]);}[_0x5aad34(0xbf)](_0x1a6d58,_0x366230){const _0x16c2ca=_0x5aad34;return new _0x3e2053(this[_0x16c2ca(0xcf)](_0x1a6d58[_0x16c2ca(0x145)],_0x366230),this[_0x16c2ca(0xcf)](_0x1a6d58[_0x16c2ca(0xef)],_0x366230));}[_0x5aad34(0xcc)](_0x9817c9,_0x2ae530){return new _0x583d95(_0x2ae530,[..._0x9817c9]);}[_0x5aad34(0x111)](_0x5cf7fb,_0xb3f876,_0x2a5197,_0x2f5a37){const _0x3124aa=_0x5aad34;return new _0x3e2053(this[_0x3124aa(0xcc)](_0xb3f876,_0x2f5a37),this[_0x3124aa(0xcc)](_0x2a5197,_0x2f5a37));}[_0x5aad34(0xe5)](_0x2ec607){const _0x2b86cf=_0x5aad34,_0x2cf5d9=_0x37bc0e=>{const _0x15ed56=_0x4741;switch(_0x37bc0e){case _0x15ed56(0x128):return 0x1;case _0x15ed56(0xb2):return 0x2;case _0x15ed56(0x158):return 0x3;case _0x15ed56(0x7d):return 0x4;}};return _0x2ec607[_0x2b86cf(0x107)]((_0x5381e5,_0xe5c0f9)=>_0x2cf5d9(_0x5381e5[_0x2b86cf(0x154)])-_0x2cf5d9(_0xe5c0f9[_0x2b86cf(0x154)]));}[_0x5aad34(0x115)](_0x4409dd,_0x2fae2b){const _0x444e04=_0x5aad34,_0x52a4e3=_0x4409dd[_0x444e04(0xa2)](0x0),_0x2370f6=_0x2fae2b[_0x444e04(0xa2)](0x0);return!(!_0x52a4e3||!_0x2370f6)&&((!_0x52a4e3['is'](_0x444e04(0x83))||!_0x2370f6['is'](_0x444e04(0x83))||_0x52a4e3[_0x444e04(0xed)]===_0x2370f6[_0x444e04(0xed)])&&!(_0x52a4e3['is'](_0x444e04(0x83))&&!_0x2370f6['is'](_0x444e04(0x83))||!_0x52a4e3['is'](_0x444e04(0x83))&&_0x2370f6['is'](_0x444e04(0x83))));}[_0x5aad34(0x6e)](_0xefc53e){const _0x413de0=_0x5aad34;return 0x1===_0xefc53e[_0x413de0(0x143)];}[_0x5aad34(0xfc)](_0x28c353,_0x297530){const _0xad595b=_0x5aad34;for(const _0x4eef42 of _0x28c353[_0xad595b(0xe3)]())if(_0x4eef42['is'](_0xad595b(0x83))&&!_0x297530[_0xad595b(0xa4)](_0x4eef42))return!0x1;return!0x0;}[_0x5aad34(0x14d)](_0x47ebdc,_0x21d0c5){const _0x3e29ca=_0x5aad34;let _0x106c3d=_0x47ebdc[_0x3e29ca(0x7e)](_0x5c30e3);return _0x106c3d||(_0x106c3d=_0x21d0c5(),_0x47ebdc[_0x3e29ca(0x11b)](_0x5c30e3,_0x106c3d)),_0x106c3d;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x320930=_0x49db;(function(_0x1ca2a5,_0x33134c){const _0x417ddb=_0x49db,_0x1305a1=_0x1ca2a5();while(!![]){try{const _0xc73dcb=-parseInt(_0x417ddb(0x175))/0x1*(parseInt(_0x417ddb(0x16e))/0x2)+-parseInt(_0x417ddb(0x153))/0x3*(-parseInt(_0x417ddb(0x13f))/0x4)+-parseInt(_0x417ddb(0x171))/0x5+-parseInt(_0x417ddb(0x13e))/0x6+-parseInt(_0x417ddb(0x13a))/0x7*(-parseInt(_0x417ddb(0x188))/0x8)+-parseInt(_0x417ddb(0x181))/0x9+parseInt(_0x417ddb(0x17d))/0xa*(parseInt(_0x417ddb(0x167))/0xb);if(_0xc73dcb===_0x33134c)break;else _0x1305a1['push'](_0x1305a1['shift']());}catch(_0x1fb150){_0x1305a1['push'](_0x1305a1['shift']());}}}(_0x2a5e,0x7c431));import{ContextPlugin as _0x4bc4fb}from'ckeditor5/src/core.js';import{IconAIReview as _0xf854b7}from'ckeditor5/src/icons.js';import{BodyCollection as _0xb21014}from'ckeditor5/src/ui.js';import{AITabs as _0x4a7422}from'../aitabs/aitabs.js';function _0x49db(_0x1ed514,_0x3d8716){const _0x2a5ea5=_0x2a5e();return _0x49db=function(_0x49db15,_0x16a3ec){_0x49db15=_0x49db15-0x12b;let _0x2ebc37=_0x2a5ea5[_0x49db15];return _0x2ebc37;},_0x49db(_0x1ed514,_0x3d8716);}import{AIReviewModeView as _0x467661}from'./ui/aireviewmodeview.js';import{getTranslation as _0x55eb00}from'../aicore/utils/common-translations.js';import{AIReviewModeBalloonSuggestionItemView as _0x3d6425}from'./ui/aireviewmodeballoonsuggestionview.js';import'../../theme/aireviewmode/aireviewmode.css';export const AI_REVIEW_MODE_UI_EVENT_NAMES=[_0x320930(0x14d),_0x320930(0x179),_0x320930(0x142),_0x320930(0x152),_0x320930(0x130),_0x320930(0x140),_0x320930(0x184),_0x320930(0x182),_0x320930(0x187),_0x320930(0x170),_0x320930(0x12f),_0x320930(0x147)];function _0x2a5e(){const _0x5ee118=['reviewMode','137009vMqkGS','context','showReviewCheckResultsView','showReviewCheckList','runReviewCheck','init','updateChangeState','get','430UBQKBo','setItemAsActive','showChunkErrorView','AITabs','3023811IyKgKY','acceptChange','_reviewModeBalloonSuggestionItemView','activateChange','isOfficialPlugin','locale','dismissChange','8mZddOh','showNoChangesView','hideResult','find','_bodyCollection','finishReview','acceptAllChanges','getResults','AIReviewModeUI','AI_REVIEW_INITIALIZATION_ERROR_MESSAGE','fire','AI_REVIEW_MODE','view','reviewCheckListView','showGeneralResultsErrorView','setChecks','4495421mPFvdK','showCheckRunResult','hideDiffInBalloon','outdated','4935438aCsVoo','168040lQETEr','leaveReviewModeResultList','resetActiveStateInResults','abortReviewStream','showCheckRunResults','element','getChangeElement','requires','retryReview','plugins','activateTab','hideBalloon','forEach','setTitle','getReviewCheckList','showGeneralReviewModeErrorView','showActionsWhenResultIsReady','delegate','showReviewCompletedView','toggleDiff','30oLLSyl','addCheckRunResult','_reviewModeView','pluginName','status','setActiveStateInResults','rejected','setAvailableChecks','reviewCheckResultsView','accepted','setItemAsInactive','showResult','error-general','error-chunk','hideChangeBalloon','detachFromDom','isPremiumPlugin','hideActionsWhenResultIsReady','deactivateChange','destroy','522346zNWZsv','hasChecks','attachToDom','showReviewCheckListView','setCheckResultTitle','showChangeBalloon','addTab','8nvMcQi','leaveReviewMode','learnMore','4443180UXnTCm','showDiffInBalloon','showBalloon'];_0x2a5e=function(){return _0x5ee118;};return _0x2a5e();}export class AIReviewModeUI extends _0x4bc4fb{[_0x320930(0x155)];[_0x320930(0x183)];[_0x320930(0x12e)];static get[_0x320930(0x146)](){return[_0x4a7422];}static get[_0x320930(0x156)](){const _0x11fc49=_0x320930;return _0x11fc49(0x132);}static get[_0x320930(0x185)](){return!0x0;}static get[_0x320930(0x163)](){return!0x0;}constructor(_0x2e86b5){const _0xdab805=_0x320930;super(_0x2e86b5),this[_0xdab805(0x12e)]=new _0xb21014(this[_0xdab805(0x176)][_0xdab805(0x186)]),this[_0xdab805(0x12e)][_0xdab805(0x169)](),this[_0xdab805(0x155)]=new _0x467661(this[_0xdab805(0x176)][_0xdab805(0x186)]),this[_0xdab805(0x155)][_0xdab805(0x150)](...AI_REVIEW_MODE_UI_EVENT_NAMES)['to'](this),this[_0xdab805(0x183)]=new _0x3d6425(this[_0xdab805(0x176)][_0xdab805(0x186)],this[_0xdab805(0x12e)]),this[_0xdab805(0x183)][_0xdab805(0x150)](_0xdab805(0x182),_0xdab805(0x187),_0xdab805(0x165))['to'](this);}[_0x320930(0x17a)](){const _0x45afa3=_0x320930,_0x19d0d4=this[_0x45afa3(0x176)][_0x45afa3(0x148)][_0x45afa3(0x17c)](_0x45afa3(0x180));_0x19d0d4[_0x45afa3(0x136)]['on'](_0x45afa3(0x149),(_0x500cf9,_0x38f71d)=>{const _0x101dac=_0x45afa3;_0x101dac(0x174)===_0x38f71d?this[_0x101dac(0x134)](_0x101dac(0x14d)):this[_0x101dac(0x134)](_0x101dac(0x16f));}),_0x19d0d4[_0x45afa3(0x136)][_0x45afa3(0x16d)]({'id':_0x45afa3(0x174),'buttonLabel':_0x55eb00(this[_0x45afa3(0x176)][_0x45afa3(0x186)],_0x45afa3(0x135)),'buttonIcon':_0xf854b7,'order':0x0,'content':this[_0x45afa3(0x155)]});}[_0x320930(0x166)](){const _0x2c396f=_0x320930;this[_0x2c396f(0x12e)][_0x2c396f(0x162)](),super[_0x2c396f(0x166)]();}[_0x320930(0x15a)](_0x35959b){const _0x34b4c3=_0x320930;this[_0x34b4c3(0x155)][_0x34b4c3(0x137)][_0x34b4c3(0x168)]()||this[_0x34b4c3(0x155)][_0x34b4c3(0x137)][_0x34b4c3(0x139)](_0x35959b),this[_0x34b4c3(0x155)][_0x34b4c3(0x16a)]();}[_0x320930(0x178)](){const _0xcdc1b9=_0x320930;this[_0xcdc1b9(0x134)](_0xcdc1b9(0x14d));}[_0x320930(0x143)](_0x518ed6){const _0xf605d3=_0x320930;_0x518ed6&&(_0xf605d3(0x15f)!==_0x518ed6[_0xf605d3(0x157)]?_0xf605d3(0x160)!==_0x518ed6[_0xf605d3(0x157)]?this[_0xf605d3(0x155)][_0xf605d3(0x177)]():this[_0xf605d3(0x17f)]():this[_0xf605d3(0x138)]());}[_0x320930(0x13b)](_0x44444b){const _0x908dc0=_0x320930;this[_0x908dc0(0x155)][_0x908dc0(0x154)](_0x44444b);}[_0x320930(0x138)](){const _0x1f9e71=_0x320930;this[_0x1f9e71(0x155)][_0x1f9e71(0x138)]();}[_0x320930(0x14e)](_0x15aad8){const _0x5409ba=_0x320930;this[_0x5409ba(0x155)][_0x5409ba(0x14e)](_0x15aad8??_0x55eb00(this[_0x5409ba(0x176)][_0x5409ba(0x186)],_0x5409ba(0x133)));}[_0x320930(0x17f)](){const _0x52adb3=_0x320930;this[_0x52adb3(0x155)][_0x52adb3(0x17f)]();}[_0x320930(0x16b)](_0x5239d2,_0x267747){const _0x78e0c1=_0x320930;this[_0x78e0c1(0x155)][_0x78e0c1(0x15b)][_0x78e0c1(0x14c)](_0x5239d2,_0x267747);}[_0x320930(0x158)](_0x2a3369){const _0x518a4f=_0x320930;this[_0x518a4f(0x155)][_0x518a4f(0x15b)][_0x518a4f(0x131)]()[_0x518a4f(0x14b)](_0x4057b7=>{const _0x1c6910=_0x518a4f;_0x4057b7['id']===_0x2a3369&&_0x4057b7[_0x1c6910(0x17e)]();});}[_0x320930(0x141)](){const _0x4e571b=_0x320930;this[_0x4e571b(0x155)][_0x4e571b(0x15b)][_0x4e571b(0x131)]()[_0x4e571b(0x14b)](_0x1ad616=>_0x1ad616[_0x4e571b(0x15d)]());}[_0x320930(0x17b)](_0x426078,_0x2cdd22){const _0x1e4391=_0x320930;_0x1e4391(0x15c)===_0x2cdd22||_0x1e4391(0x159)===_0x2cdd22||_0x1e4391(0x13d)===_0x2cdd22?this[_0x1e4391(0x155)][_0x1e4391(0x15b)][_0x1e4391(0x12c)](_0x426078,_0x2cdd22):this[_0x1e4391(0x155)][_0x1e4391(0x15b)][_0x1e4391(0x15e)](_0x426078,_0x2cdd22);}[_0x320930(0x151)](){const _0x46624e=_0x320930;this[_0x46624e(0x155)][_0x46624e(0x151)]();}[_0x320930(0x14f)](){const _0x566612=_0x320930;this[_0x566612(0x155)][_0x566612(0x14f)]();}[_0x320930(0x12b)](){const _0x47aa70=_0x320930;this[_0x47aa70(0x155)][_0x47aa70(0x12b)]();}[_0x320930(0x164)](){const _0x24419d=_0x320930;this[_0x24419d(0x155)][_0x24419d(0x164)]();}[_0x320930(0x16c)](_0x1968df,_0x2a6b9d,_0x44f699,_0x3521ae,_0x2da1ee,_0x225406){const _0xf63b0e=_0x320930;this[_0xf63b0e(0x183)][_0xf63b0e(0x173)](_0x1968df,_0x2a6b9d,_0x44f699,_0x3521ae,_0x2da1ee,_0x225406);}[_0x320930(0x161)](){const _0x451883=_0x320930;this[_0x451883(0x183)][_0x451883(0x14a)]();}[_0x320930(0x13c)](){const _0x2c6d56=_0x320930;this[_0x2c6d56(0x183)][_0x2c6d56(0x13c)]();}[_0x320930(0x172)](){const _0x181d95=_0x320930;this[_0x181d95(0x183)][_0x181d95(0x172)]();}[_0x320930(0x145)](_0x546e80){const _0x3bb119=_0x320930,_0x542667=this[_0x3bb119(0x155)][_0x3bb119(0x15b)][_0x3bb119(0x131)]()[_0x3bb119(0x12d)](_0x16981a=>_0x16981a['id']===_0x546e80);return _0x542667?_0x542667[_0x3bb119(0x144)]:null;}[_0x320930(0x165)](){const _0x451d59=_0x320930;this[_0x451d59(0x183)][_0x451d59(0x165)]();}}
23
+ const _0x217faf=_0xda39;(function(_0x599d57,_0x2d1872){const _0x3ba222=_0xda39,_0x94219c=_0x599d57();while(!![]){try{const _0xd70316=parseInt(_0x3ba222(0x184))/0x1*(-parseInt(_0x3ba222(0x19c))/0x2)+parseInt(_0x3ba222(0x1a0))/0x3+-parseInt(_0x3ba222(0x14e))/0x4+-parseInt(_0x3ba222(0x187))/0x5*(-parseInt(_0x3ba222(0x159))/0x6)+parseInt(_0x3ba222(0x149))/0x7*(-parseInt(_0x3ba222(0x181))/0x8)+-parseInt(_0x3ba222(0x185))/0x9+parseInt(_0x3ba222(0x19a))/0xa;if(_0xd70316===_0x2d1872)break;else _0x94219c['push'](_0x94219c['shift']());}catch(_0x3445b7){_0x94219c['push'](_0x94219c['shift']());}}}(_0x1db0,0x93ac0));import{ContextPlugin as _0x455d98}from'ckeditor5/src/core.js';import{IconAIReview as _0x1e4c67}from'ckeditor5/src/icons.js';function _0xda39(_0x2945e5,_0x3749c3){const _0x1db0ca=_0x1db0();return _0xda39=function(_0xda3980,_0x255144){_0xda3980=_0xda3980-0x144;let _0x4c411a=_0x1db0ca[_0xda3980];return _0x4c411a;},_0xda39(_0x2945e5,_0x3749c3);}import{BodyCollection as _0x26052b}from'ckeditor5/src/ui.js';import{AITabs as _0x2f0c41}from'../aitabs/aitabs.js';import{AIReviewModeView as _0x73b691}from'./ui/aireviewmodeview.js';import{getTranslation as _0x179fad}from'../aicore/utils/common-translations.js';import{AIReviewModeBalloonSuggestionItemView as _0x5a495f}from'./ui/aireviewmodeballoonsuggestionview.js';import'../../theme/aireviewmode/aireviewmode.css';function _0x1db0(){const _0x2af727=['setCheckResultTitle','init','hideChangeBalloon','showBalloon','toggleDiff','setItemAsInactive','learnMore','resetActiveStateInResults','status','getResults','5416350XRTtXu','acceptAllChanges','isOfficialPlugin','rejected','reviewCheckListView','hasChecks','element','view','showReviewCompletedView','showCheckRunResults','context','forEach','showCheckRunResult','detachFromDom','AI_REVIEW_INITIALIZATION_ERROR_MESSAGE','hideActionsWhenResultIsReady','showChunkErrorView','destroy','retryReview','getReviewCheckList','setItemAsActive','reviewCheckResultsView','addCheckRunResult','setChecks','plugins','showChangeBalloon','showDiffInBalloon','leaveReviewMode','fire','get','_bodyCollection','isPremiumPlugin','AITabs','setTitle','finishReview','setAvailableChecks','showReviewCheckListView','accepted','_reviewModeBalloonSuggestionItemView','acceptChange','2704uDJHwN','_reviewModeView','outdated','1Vjcgyb','6973182IaBsOf','updateChangeState','5HChepu','showGeneralReviewModeErrorView','showReviewCheckList','setActiveStateInResults','leaveReviewModeResultList','showGeneralResultsErrorView','attachToDom','activateChange','requires','hideBalloon','showNoChangesView','hideDiffInBalloon','abortReviewStream','getChangeElement','showResult','AIReviewModeUI','activateTab','runReviewCheck','dismissChange','10285420eOEUsG','error-chunk','552452BPOMpZ','hideResult','pluginName','deactivateChange','1950744yYodvQ','reviewMode','delegate','find','error-general','addTab','18277CPcBUe','AI_REVIEW_MODE','showReviewCheckResultsView','showActionsWhenResultIsReady','locale','172436skHqge'];_0x1db0=function(){return _0x2af727;};return _0x1db0();}export const AI_REVIEW_MODE_UI_EVENT_NAMES=[_0x217faf(0x16c),_0x217faf(0x198),_0x217faf(0x193),_0x217faf(0x153),_0x217faf(0x15a),_0x217faf(0x18b),_0x217faf(0x18e),_0x217faf(0x180),_0x217faf(0x199),_0x217faf(0x155),_0x217faf(0x17b),_0x217faf(0x16b)];export class AIReviewModeUI extends _0x455d98{[_0x217faf(0x182)];[_0x217faf(0x17f)];[_0x217faf(0x177)];static get[_0x217faf(0x18f)](){return[_0x2f0c41];}static get[_0x217faf(0x19e)](){const _0xe09fcb=_0x217faf;return _0xe09fcb(0x196);}static get[_0x217faf(0x15b)](){return!0x0;}static get[_0x217faf(0x178)](){return!0x0;}constructor(_0x530648){const _0x33d722=_0x217faf;super(_0x530648),this[_0x33d722(0x177)]=new _0x26052b(this[_0x33d722(0x163)][_0x33d722(0x14d)]),this[_0x33d722(0x177)][_0x33d722(0x18d)](),this[_0x33d722(0x182)]=new _0x73b691(this[_0x33d722(0x163)][_0x33d722(0x14d)]),this[_0x33d722(0x182)][_0x33d722(0x145)](...AI_REVIEW_MODE_UI_EVENT_NAMES)['to'](this),this[_0x33d722(0x17f)]=new _0x5a495f(this[_0x33d722(0x163)][_0x33d722(0x14d)],this[_0x33d722(0x177)]),this[_0x33d722(0x17f)][_0x33d722(0x145)](_0x33d722(0x180),_0x33d722(0x199),_0x33d722(0x19f))['to'](this);}[_0x217faf(0x150)](){const _0x409f33=_0x217faf,_0xa7890e=this[_0x409f33(0x163)][_0x409f33(0x171)][_0x409f33(0x176)](_0x409f33(0x179));_0xa7890e[_0x409f33(0x160)]['on'](_0x409f33(0x197),(_0x1e2f07,_0x52e5c5)=>{const _0x5f2b03=_0x409f33;_0x5f2b03(0x144)===_0x52e5c5?this[_0x5f2b03(0x175)](_0x5f2b03(0x16c)):this[_0x5f2b03(0x175)](_0x5f2b03(0x174));}),_0xa7890e[_0x409f33(0x160)][_0x409f33(0x148)]({'id':_0x409f33(0x144),'buttonLabel':_0x179fad(this[_0x409f33(0x163)][_0x409f33(0x14d)],_0x409f33(0x14a)),'buttonIcon':_0x1e4c67,'order':0x0,'content':this[_0x409f33(0x182)]});}[_0x217faf(0x16a)](){const _0x8b08bc=_0x217faf;this[_0x8b08bc(0x177)][_0x8b08bc(0x166)](),super[_0x8b08bc(0x16a)]();}[_0x217faf(0x17c)](_0x407021){const _0x305c28=_0x217faf;this[_0x305c28(0x182)][_0x305c28(0x15d)][_0x305c28(0x15e)]()||this[_0x305c28(0x182)][_0x305c28(0x15d)][_0x305c28(0x170)](_0x407021),this[_0x305c28(0x182)][_0x305c28(0x17d)]();}[_0x217faf(0x189)](){const _0x1cfa2a=_0x217faf;this[_0x1cfa2a(0x175)](_0x1cfa2a(0x16c));}[_0x217faf(0x162)](_0x4c1023){const _0x40e49c=_0x217faf;_0x4c1023&&(_0x40e49c(0x147)!==_0x4c1023[_0x40e49c(0x157)]?_0x40e49c(0x19b)!==_0x4c1023[_0x40e49c(0x157)]?this[_0x40e49c(0x182)][_0x40e49c(0x14b)]():this[_0x40e49c(0x169)]():this[_0x40e49c(0x18c)]());}[_0x217faf(0x165)](_0x201ddd){const _0x42b1cb=_0x217faf;this[_0x42b1cb(0x182)][_0x42b1cb(0x16f)](_0x201ddd);}[_0x217faf(0x18c)](){const _0x414730=_0x217faf;this[_0x414730(0x182)][_0x414730(0x18c)]();}[_0x217faf(0x188)](_0x5aafa8){const _0x50dffc=_0x217faf;this[_0x50dffc(0x182)][_0x50dffc(0x188)](_0x5aafa8??_0x179fad(this[_0x50dffc(0x163)][_0x50dffc(0x14d)],_0x50dffc(0x167)));}[_0x217faf(0x169)](){const _0x574d54=_0x217faf;this[_0x574d54(0x182)][_0x574d54(0x169)]();}[_0x217faf(0x14f)](_0x2520b4,_0x5c4751){const _0x26ced0=_0x217faf;this[_0x26ced0(0x182)][_0x26ced0(0x16e)][_0x26ced0(0x17a)](_0x2520b4,_0x5c4751);}[_0x217faf(0x18a)](_0x3a4c7c){const _0x57151d=_0x217faf;this[_0x57151d(0x182)][_0x57151d(0x16e)][_0x57151d(0x158)]()[_0x57151d(0x164)](_0xdebb20=>{const _0x7c3338=_0x57151d;_0xdebb20['id']===_0x3a4c7c&&_0xdebb20[_0x7c3338(0x16d)]();});}[_0x217faf(0x156)](){const _0x20ed23=_0x217faf;this[_0x20ed23(0x182)][_0x20ed23(0x16e)][_0x20ed23(0x158)]()[_0x20ed23(0x164)](_0x5bffc4=>_0x5bffc4[_0x20ed23(0x154)]());}[_0x217faf(0x186)](_0x2453e4,_0x29ccb6){const _0x40b46d=_0x217faf;_0x40b46d(0x17e)===_0x29ccb6||_0x40b46d(0x15c)===_0x29ccb6||_0x40b46d(0x183)===_0x29ccb6?this[_0x40b46d(0x182)][_0x40b46d(0x16e)][_0x40b46d(0x19d)](_0x2453e4,_0x29ccb6):this[_0x40b46d(0x182)][_0x40b46d(0x16e)][_0x40b46d(0x195)](_0x2453e4,_0x29ccb6);}[_0x217faf(0x161)](){const _0x4a07c9=_0x217faf;this[_0x4a07c9(0x182)][_0x4a07c9(0x161)]();}[_0x217faf(0x14c)](){const _0x350d20=_0x217faf;this[_0x350d20(0x182)][_0x350d20(0x14c)]();}[_0x217faf(0x191)](){const _0x5a56eb=_0x217faf;this[_0x5a56eb(0x182)][_0x5a56eb(0x191)]();}[_0x217faf(0x168)](){const _0x52ed3f=_0x217faf;this[_0x52ed3f(0x182)][_0x52ed3f(0x168)]();}[_0x217faf(0x172)](_0x44e5c8,_0x383b68,_0x109a31,_0x430a97,_0x3cd244,_0x2be04c){const _0x5341fd=_0x217faf;this[_0x5341fd(0x17f)][_0x5341fd(0x152)](_0x44e5c8,_0x383b68,_0x109a31,_0x430a97,_0x3cd244,_0x2be04c);}[_0x217faf(0x151)](){const _0x3fe1eb=_0x217faf;this[_0x3fe1eb(0x17f)][_0x3fe1eb(0x190)]();}[_0x217faf(0x192)](){const _0x5d88a=_0x217faf;this[_0x5d88a(0x17f)][_0x5d88a(0x192)]();}[_0x217faf(0x173)](){const _0x296d9b=_0x217faf;this[_0x296d9b(0x17f)][_0x296d9b(0x173)]();}[_0x217faf(0x194)](_0x38485e){const _0x3e0cdc=_0x217faf,_0x219a02=this[_0x3e0cdc(0x182)][_0x3e0cdc(0x16e)][_0x3e0cdc(0x158)]()[_0x3e0cdc(0x146)](_0x4d921b=>_0x4d921b['id']===_0x38485e);return _0x219a02?_0x219a02[_0x3e0cdc(0x15f)]:null;}[_0x217faf(0x19f)](){const _0x5c39d9=_0x217faf;this[_0x5c39d9(0x17f)][_0x5c39d9(0x19f)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x13225f=_0x2586;function _0x481f(){var _0x1022ff=['904416jFVfHU','5399051vBqYIj','_models','5uUoMdb','6034050hyNuRo','3594804wyRdKU','706494hQFYOX','2974744kOVREq','models','1644044tLWERp'];_0x481f=function(){return _0x1022ff;};return _0x481f();}(function(_0x4400e7,_0x149dfa){var _0xf20143=_0x2586,_0x51f30a=_0x4400e7();while(!![]){try{var _0x4106ca=parseInt(_0xf20143(0x126))/0x1+-parseInt(_0xf20143(0x11f))/0x2+-parseInt(_0xf20143(0x125))/0x3+-parseInt(_0xf20143(0x120))/0x4+-parseInt(_0xf20143(0x123))/0x5*(-parseInt(_0xf20143(0x124))/0x6)+parseInt(_0xf20143(0x121))/0x7+parseInt(_0xf20143(0x127))/0x8;if(_0x4106ca===_0x149dfa)break;else _0x51f30a['push'](_0x51f30a['shift']());}catch(_0x36ab30){_0x51f30a['push'](_0x51f30a['shift']());}}}(_0x481f,0x94a8f));function _0x2586(_0xab833b,_0x4e42ec){var _0x481f9c=_0x481f();return _0x2586=function(_0x2586fd,_0x5ddb7b){_0x2586fd=_0x2586fd-0x11e;var _0x2b419b=_0x481f9c[_0x2586fd];return _0x2b419b;},_0x2586(_0xab833b,_0x4e42ec);}import{AIReviewCheck as _0x299ad5}from'./aireviewcheck.js';export class AIReviewCheckCustom extends _0x299ad5{[_0x13225f(0x122)]=[];get[_0x13225f(0x11e)](){var _0x333afa=_0x13225f;return this[_0x333afa(0x122)];}set[_0x13225f(0x11e)](_0x250f8a){var _0x233613=_0x13225f;this[_0x233613(0x122)]=_0x250f8a;}}
23
+ var _0x5eb877=_0x40a6;(function(_0x562139,_0x61f6bc){var _0x4e9e88=_0x40a6,_0x4c9f72=_0x562139();while(!![]){try{var _0xe04706=parseInt(_0x4e9e88(0xba))/0x1+parseInt(_0x4e9e88(0xb1))/0x2*(parseInt(_0x4e9e88(0xbc))/0x3)+parseInt(_0x4e9e88(0xbb))/0x4+parseInt(_0x4e9e88(0xb2))/0x5+parseInt(_0x4e9e88(0xb4))/0x6*(-parseInt(_0x4e9e88(0xb3))/0x7)+-parseInt(_0x4e9e88(0xb7))/0x8*(parseInt(_0x4e9e88(0xb9))/0x9)+-parseInt(_0x4e9e88(0xb5))/0xa*(parseInt(_0x4e9e88(0xb6))/0xb);if(_0xe04706===_0x61f6bc)break;else _0x4c9f72['push'](_0x4c9f72['shift']());}catch(_0x536fc6){_0x4c9f72['push'](_0x4c9f72['shift']());}}}(_0x4b8d,0x1d4c4));import{AIReviewCheck as _0x318f0e}from'./aireviewcheck.js';function _0x4b8d(){var _0x31d085=['42yEukQO','131418ziQBPL','663990nemFNi','77KWnXnM','195768bNWQkF','models','9ZymyyG','124041EDMiyb','761104pgVmIG','39594QsFzvZ','_models','32sRRLGI','1076005kOmQro'];_0x4b8d=function(){return _0x31d085;};return _0x4b8d();}function _0x40a6(_0x1baae1,_0x3d6c51){var _0x4b8d3a=_0x4b8d();return _0x40a6=function(_0x40a645,_0x23ab58){_0x40a645=_0x40a645-0xb1;var _0x391871=_0x4b8d3a[_0x40a645];return _0x391871;},_0x40a6(_0x1baae1,_0x3d6c51);}export class AIReviewCheckCustom extends _0x318f0e{[_0x5eb877(0xbd)]=[];get[_0x5eb877(0xb8)](){var _0x5bc373=_0x5eb877;return this[_0x5bc373(0xbd)];}set[_0x5eb877(0xb8)](_0x3f659e){var _0x43cc9e=_0x5eb877;this[_0x43cc9e(0xbd)]=_0x3f659e;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x5e146e=_0x4791;(function(_0x36528b,_0x5d7a8a){var _0x45029d=_0x4791,_0x3e2119=_0x36528b();while(!![]){try{var _0x16cca6=-parseInt(_0x45029d(0xab))/0x1*(-parseInt(_0x45029d(0xb9))/0x2)+parseInt(_0x45029d(0xb5))/0x3*(parseInt(_0x45029d(0xb8))/0x4)+parseInt(_0x45029d(0xaa))/0x5+parseInt(_0x45029d(0xac))/0x6+-parseInt(_0x45029d(0xa9))/0x7*(-parseInt(_0x45029d(0xb6))/0x8)+-parseInt(_0x45029d(0xb1))/0x9+-parseInt(_0x45029d(0xa8))/0xa;if(_0x16cca6===_0x5d7a8a)break;else _0x3e2119['push'](_0x3e2119['shift']());}catch(_0x5bfc87){_0x3e2119['push'](_0x3e2119['shift']());}}}(_0x576e,0x3d87c));import{ObservableMixin as _0x1f20e2}from'ckeditor5/src/utils.js';function _0x4791(_0x462c49,_0x4c4c64){var _0x576e44=_0x576e();return _0x4791=function(_0x4791c5,_0x37cb3d){_0x4791c5=_0x4791c5-0xa7;var _0x4cb6d5=_0x576e44[_0x4791c5];return _0x4cb6d5;},_0x4791(_0x462c49,_0x4c4c64);}import{AIReviewCheck as _0x6c6f91}from'./aireviewcheck.js';import{AIReviewCheckCustom as _0x2c0ed4}from'./aireviewcheckcustom.js';function _0x576e(){var _0x5d32ad=['15WBIZGf','10984TPPpLe','_checks','373916BqQotg','22070LvAFfQ','filter','14648610qDhRoV','1232pELwPc','883510IJsnNT','44oYwgkB','2231844xDFQsm','getCheckById','removeCheckById','_mapCheckDefinitions','find','237330Sfvrtu','custom','map','checks'];_0x576e=function(){return _0x5d32ad;};return _0x576e();}export class AIReviewCheckList extends _0x1f20e2(){[_0x5e146e(0xb7)];constructor(_0x1d3333){var _0xe4a313=_0x5e146e;super(),this[_0xe4a313(0xb7)]=this[_0xe4a313(0xaf)](_0x1d3333);}get[_0x5e146e(0xb4)](){var _0x2a13ae=_0x5e146e;return this[_0x2a13ae(0xb7)];}[_0x5e146e(0xad)](_0x36fcb3){var _0x5fa26c=_0x5e146e;return this[_0x5fa26c(0xb4)][_0x5fa26c(0xb0)](_0x4e6745=>_0x4e6745['id']===_0x36fcb3);}[_0x5e146e(0xae)](_0x2849bf){var _0x2aa7f7=_0x5e146e;this[_0x2aa7f7(0xb7)]=this[_0x2aa7f7(0xb7)][_0x2aa7f7(0xa7)](_0x1fd03b=>_0x1fd03b['id']!==_0x2849bf);}[_0x5e146e(0xaf)](_0x2533dc){var _0x24831f=_0x5e146e;return _0x2533dc[_0x24831f(0xb3)](_0x2a0c9e=>_0x24831f(0xb2)===_0x2a0c9e['id']?new _0x2c0ed4(_0x2a0c9e):new _0x6c6f91(_0x2a0c9e));}}
23
+ var _0x523ac9=_0xed5b;function _0xed5b(_0x145af4,_0x2505c5){var _0x19b261=_0x19b2();return _0xed5b=function(_0xed5ba1,_0x3ded8e){_0xed5ba1=_0xed5ba1-0x76;var _0x51bba2=_0x19b261[_0xed5ba1];return _0x51bba2;},_0xed5b(_0x145af4,_0x2505c5);}(function(_0x38c5ed,_0x5c8132){var _0x13e8de=_0xed5b,_0x4f5f85=_0x38c5ed();while(!![]){try{var _0x402481=-parseInt(_0x13e8de(0x89))/0x1*(-parseInt(_0x13e8de(0x83))/0x2)+-parseInt(_0x13e8de(0x77))/0x3+-parseInt(_0x13e8de(0x78))/0x4*(parseInt(_0x13e8de(0x7b))/0x5)+parseInt(_0x13e8de(0x7c))/0x6+parseInt(_0x13e8de(0x81))/0x7+parseInt(_0x13e8de(0x82))/0x8*(-parseInt(_0x13e8de(0x76))/0x9)+parseInt(_0x13e8de(0x86))/0xa*(parseInt(_0x13e8de(0x85))/0xb);if(_0x402481===_0x5c8132)break;else _0x4f5f85['push'](_0x4f5f85['shift']());}catch(_0x58386d){_0x4f5f85['push'](_0x4f5f85['shift']());}}}(_0x19b2,0x1bbe0));import{ObservableMixin as _0x3f275f}from'ckeditor5/src/utils.js';import{AIReviewCheck as _0x5e2b52}from'./aireviewcheck.js';function _0x19b2(){var _0x1d254f=['getCheckById','filter','custom','317737sPtLhT','8PGsCeQ','4NQfURu','map','3171047JKkqSg','10uNysby','_mapCheckDefinitions','removeCheckById','55343bxvjNC','828495tfgdoT','662418dWFayz','88436rxtbde','find','checks','35GjzPvr','821412SQLoZO','_checks'];_0x19b2=function(){return _0x1d254f;};return _0x19b2();}import{AIReviewCheckCustom as _0x3c574a}from'./aireviewcheckcustom.js';export class AIReviewCheckList extends _0x3f275f(){[_0x523ac9(0x7d)];constructor(_0x2b55b6){var _0x2be6f7=_0x523ac9;super(),this[_0x2be6f7(0x7d)]=this[_0x2be6f7(0x87)](_0x2b55b6);}get[_0x523ac9(0x7a)](){var _0x5cb156=_0x523ac9;return this[_0x5cb156(0x7d)];}[_0x523ac9(0x7e)](_0x45b869){var _0xdc4dc7=_0x523ac9;return this[_0xdc4dc7(0x7a)][_0xdc4dc7(0x79)](_0x22f23c=>_0x22f23c['id']===_0x45b869);}[_0x523ac9(0x88)](_0x288da6){var _0x5dc424=_0x523ac9;this[_0x5dc424(0x7d)]=this[_0x5dc424(0x7d)][_0x5dc424(0x7f)](_0x39e130=>_0x39e130['id']!==_0x288da6);}[_0x523ac9(0x87)](_0x5b6289){var _0x49826c=_0x523ac9;return _0x5b6289[_0x49826c(0x84)](_0x5b34ba=>_0x49826c(0x80)===_0x5b34ba['id']?new _0x3c574a(_0x5b34ba):new _0x5e2b52(_0x5b34ba));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xa95ead=_0x4734;(function(_0x2d9bae,_0x3bc776){const _0x4b52e7=_0x4734,_0x1bfa3e=_0x2d9bae();while(!![]){try{const _0x214872=-parseInt(_0x4b52e7(0x8e))/0x1+-parseInt(_0x4b52e7(0x72))/0x2*(-parseInt(_0x4b52e7(0x9c))/0x3)+parseInt(_0x4b52e7(0x98))/0x4+-parseInt(_0x4b52e7(0xb6))/0x5*(-parseInt(_0x4b52e7(0x95))/0x6)+parseInt(_0x4b52e7(0x81))/0x7+-parseInt(_0x4b52e7(0xa2))/0x8+parseInt(_0x4b52e7(0xa1))/0x9*(-parseInt(_0x4b52e7(0xc5))/0xa);if(_0x214872===_0x3bc776)break;else _0x1bfa3e['push'](_0x1bfa3e['shift']());}catch(_0xa3c6b7){_0x1bfa3e['push'](_0x1bfa3e['shift']());}}}(_0x40b9,0x24057));function _0x4734(_0x52f95d,_0x51675e){const _0x40b90b=_0x40b9();return _0x4734=function(_0x473409,_0x5b0843){_0x473409=_0x473409-0x69;let _0x29b7c9=_0x40b90b[_0x473409];return _0x29b7c9;},_0x4734(_0x52f95d,_0x51675e);}import{ObservableMixin as _0x55ea0d,uid as _0x482bbe}from'ckeditor5/src/utils.js';import{AIReviewCheckResult as _0x52e5f0}from'./aireviewcheckresult.js';import{AIReviewCheckResultChange as _0x493d83}from'./aireviewcheckresultchange.js';function _0x40b9(){const _0x3aeca7=['reviewCheckResultActivated','addResultChanges','error','deactivateChange','initialized','1751890xzZykE','_results','includes','unmodified','status','aborted','isChangeActive','loading','isActivated','length','isAnyChangeActivated','_checkIfFinished','_reviewParams','208801FNEzlU','error-general','abort','ai-request-aborted','currentError','ready','documentData','30JSVTdT','every','accepted','24120rGtOtU','finished','getChangeById','size','1347AMzoif','forceReadyState','get','pending','getActiveChanges','1413kEghoK','178640AneCyB','version','abortController','markChangeAsOutdated','reviewCheckResultChangeStatusUpdated','getStream','callId','hasModifications','set','markChangeAsRejected','_createApiRequest','fire','change:isActivated','dataId','markAllChangesAsAccepted','_sourceCheck','updateDocumentData','_aiConnector','_documentData','subTitle','59750hpKrKh','clear','_changes','elements','_activeRequest','filter','_sendRatingRequest','event','isRated','error-chunk','processedResultsCount','rejected','restart','textDelta','push','9710BcKuQK','forEach','reviewCheckRunUpdated','getContent','message','start','title','sendRating','data','reviewCheckResultDeactivated','activateChange','_reviewArgs','review-metadata','_currentError','markChangeAsPending','_addReviewCheckResult','some','958uniJUO','markChangeAsAccepted','reviewCheckResultReady','change:status','operation','reviewCheckResultAdded','reviewName','outdated','parent','find'];_0x40b9=function(){return _0x3aeca7;};return _0x40b9();}export class AIReviewCheckRun extends _0x55ea0d(){['id']=_0x482bbe();[_0xa95ead(0xa8)];[_0xa95ead(0x82)]=new Map();[_0xa95ead(0xb8)]=[];[_0xa95ead(0xb1)];[_0xa95ead(0xb4)];[_0xa95ead(0xb3)];[_0xa95ead(0x8d)];[_0xa95ead(0x6c)];[_0xa95ead(0xba)]=null;[_0xa95ead(0x6e)];constructor(_0x3ee021,_0x972fe,_0x49c9d7,_0x1a55c4,_0x1fc803){const _0x4e6a55=_0xa95ead;super(),this[_0x4e6a55(0xb1)]=_0x972fe,this[_0x4e6a55(0xb4)]=_0x3ee021,this[_0x4e6a55(0xb3)]=_0x49c9d7,this[_0x4e6a55(0x8d)]=_0x1a55c4,this[_0x4e6a55(0x6c)]=_0x1fc803,this['on'](_0x4e6a55(0x75),(_0x5cda4b,_0x5348e6,_0x14197a)=>{const _0x1c7019=_0x4e6a55;this[_0x1c7019(0xad)](_0x1c7019(0xc7),{'status':_0x14197a,'run':this,'error':this[_0x1c7019(0x6e)]});}),this[_0x4e6a55(0xaa)](_0x4e6a55(0x85),_0x4e6a55(0x80));}get[_0xa95ead(0x94)](){const _0x24297c=_0xa95ead;return this[_0x24297c(0xb4)];}get[_0xa95ead(0xc0)](){const _0x489a1a=_0xa95ead;return this[_0x489a1a(0x82)][_0x489a1a(0x9b)];}get[_0xa95ead(0xcb)](){const _0x17d870=_0xa95ead;return this[_0x17d870(0xb1)][_0x17d870(0xcb)];}get[_0xa95ead(0xb5)](){return'';}get[_0xa95ead(0x78)](){const _0x31714b=_0xa95ead;return this[_0x31714b(0xb1)]['id'];}get[_0xa95ead(0xa9)](){const _0x159ec3=_0xa95ead;return!this[_0x159ec3(0xb8)][_0x159ec3(0x96)](_0x17f3b1=>_0x159ec3(0x9f)===_0x17f3b1[_0x159ec3(0x85)]);}get[_0xa95ead(0x92)](){const _0x3774ea=_0xa95ead;return this[_0x3774ea(0x6e)];}[_0xa95ead(0xb2)](_0x3a40b6){const _0x167962=_0xa95ead;this[_0x167962(0xb4)]=_0x3a40b6;}async[_0xa95ead(0xca)](){const _0xc26154=_0xa95ead;this[_0xc26154(0x85)]=_0xc26154(0x88),this[_0xc26154(0x6e)]=void 0x0;try{this[_0xc26154(0xba)]=this[_0xc26154(0xac)]();const _0x4102bd=await this[_0xc26154(0xba)][_0xc26154(0xa7)]();this[_0xc26154(0x85)]=_0xc26154(0x69);for await(const _0x162ba6 of _0x4102bd)_0xc26154(0x84)!==_0x162ba6[_0xc26154(0x69)][_0xc26154(0x76)]&&(_0xc26154(0x7e)!==_0x162ba6[_0xc26154(0x69)][_0xc26154(0x76)]?_0xc26154(0x6d)!==_0x162ba6[_0xc26154(0xbd)]?this[_0xc26154(0x70)](_0x162ba6[_0xc26154(0x69)][_0xc26154(0xaf)],_0x162ba6[_0xc26154(0x69)][_0xc26154(0xc3)]):this[_0xc26154(0xa8)]=_0x162ba6[_0xc26154(0x69)][_0xc26154(0xa8)]:this[_0xc26154(0x85)]=_0xc26154(0xbf));_0xc26154(0xbf)!==this[_0xc26154(0x85)]&&(0x0===this[_0xc26154(0x82)][_0xc26154(0x9b)]?this[_0xc26154(0x85)]=_0xc26154(0x84):this[_0xc26154(0x85)]=_0xc26154(0x93));}catch(_0x3b795a){this[_0xc26154(0x6e)]=_0x3b795a,_0x3b795a instanceof Error&&_0x3b795a[_0xc26154(0xc9)][_0xc26154(0x83)](_0xc26154(0x91))?this[_0xc26154(0x85)]=_0xc26154(0x86):this[_0xc26154(0x85)]=_0xc26154(0x8f);}finally{this[_0xc26154(0xba)]=null;}}async[_0xa95ead(0xc2)](){const _0xa4834c=_0xa95ead;this[_0xa4834c(0x82)][_0xa4834c(0xb7)](),this[_0xa4834c(0xb8)][_0xa4834c(0x8a)]=0x0,this[_0xa4834c(0x6e)]=void 0x0,await this[_0xa4834c(0xca)]();}[_0xa95ead(0x7d)](_0x499323,_0x5c8392){const _0x2cf626=_0xa95ead,_0x17536f=this[_0x2cf626(0x82)][_0x2cf626(0x9e)](_0x499323);if(!_0x17536f)return;const _0x101710=[];_0x5c8392[_0x2cf626(0xc6)]((_0x4133c6,_0x47c9c3)=>{const _0x4fb155=_0x2cf626,_0x28c75e=new _0x493d83(_0x17536f['id']+'-'+_0x47c9c3,_0x4133c6,_0x17536f);_0x28c75e['on'](_0x4fb155(0x75),()=>{const _0x3691de=_0x4fb155;this[_0x3691de(0xad)](_0x3691de(0xa6),{'change':_0x28c75e,'status':_0x28c75e[_0x3691de(0x85)]});}),_0x28c75e['on'](_0x4fb155(0xae),()=>{const _0x9025e=_0x4fb155;_0x28c75e[_0x9025e(0x89)]?this[_0x9025e(0xad)](_0x9025e(0x7c),{'change':_0x28c75e}):this[_0x9025e(0xad)](_0x9025e(0x6a),{'change':_0x28c75e});}),this[_0x4fb155(0xb8)][_0x4fb155(0xc4)](_0x28c75e),_0x101710[_0x4fb155(0xc4)](_0x28c75e);}),this[_0x2cf626(0xad)](_0x2cf626(0x74),{'changes':_0x101710,'result':_0x17536f,'source':this});}[_0xa95ead(0x90)](){const _0x48ebb1=_0xa95ead;this[_0x48ebb1(0xba)]&&(this[_0x48ebb1(0xba)][_0x48ebb1(0xa4)][_0x48ebb1(0x90)](),this[_0x48ebb1(0xba)]=null,this[_0x48ebb1(0x85)]=_0x48ebb1(0x86));}[_0xa95ead(0x87)](_0x431161){const _0xcb4d15=_0xa95ead,_0x51e9ce=this[_0xcb4d15(0xb8)][_0xcb4d15(0x7b)](_0x216908=>_0x216908['id']===_0x431161);return!(!_0x51e9ce||_0xcb4d15(0x9f)!==_0x51e9ce[_0xcb4d15(0x85)]);}[_0xa95ead(0x8b)](){const _0x48d574=_0xa95ead;return this[_0x48d574(0xb8)][_0x48d574(0x71)](_0x11fd8e=>!0x0===_0x11fd8e[_0x48d574(0x89)]);}[_0xa95ead(0xa0)](){const _0x3f6ecb=_0xa95ead;return this[_0x3f6ecb(0xb8)][_0x3f6ecb(0xbb)](_0x5c3f4a=>_0x3f6ecb(0x9f)===_0x5c3f4a[_0x3f6ecb(0x85)]);}[_0xa95ead(0x9a)](_0x3428f9){const _0x37454d=_0xa95ead;return this[_0x37454d(0xb8)][_0x37454d(0x7b)](_0x5094c8=>_0x5094c8['id']===_0x3428f9);}[_0xa95ead(0xb0)](){const _0x2fc5f9=_0xa95ead;for(const _0x4c964a of this[_0x2fc5f9(0xb8)])_0x2fc5f9(0x9f)===_0x4c964a[_0x2fc5f9(0x85)]&&(_0x4c964a[_0x2fc5f9(0x85)]=_0x2fc5f9(0x97));this[_0x2fc5f9(0x8c)]();}[_0xa95ead(0x73)](_0x4dad08){const _0x3616a6=_0xa95ead,_0x1d95a2=this[_0x3616a6(0xb8)][_0x3616a6(0x7b)](_0x5f4c87=>_0x5f4c87['id']===_0x4dad08);_0x1d95a2&&_0x3616a6(0x9f)===_0x1d95a2[_0x3616a6(0x85)]&&(_0x1d95a2[_0x3616a6(0x85)]=_0x3616a6(0x97)),this[_0x3616a6(0x8c)]();}[_0xa95ead(0xab)](_0xb61b0){const _0x3bc6d0=_0xa95ead,_0x45d34a=this[_0x3bc6d0(0xb8)][_0x3bc6d0(0x7b)](_0x5675a5=>_0x5675a5['id']===_0xb61b0);_0x45d34a&&_0x3bc6d0(0x9f)===_0x45d34a[_0x3bc6d0(0x85)]&&(_0x45d34a[_0x3bc6d0(0x85)]=_0x3bc6d0(0xc1)),this[_0x3bc6d0(0x8c)]();}[_0xa95ead(0xa5)](_0x2ddd60){const _0x27e0bd=_0xa95ead,_0x478f12=this[_0x27e0bd(0xb8)][_0x27e0bd(0x7b)](_0x5d3475=>_0x5d3475['id']===_0x2ddd60);_0x478f12&&_0x27e0bd(0x9f)===_0x478f12[_0x27e0bd(0x85)]&&(_0x478f12[_0x27e0bd(0x85)]=_0x27e0bd(0x79)),this[_0x27e0bd(0x8c)]();}[_0xa95ead(0x6f)](_0x135bfa){const _0x5d549a=_0xa95ead,_0x3d371f=this[_0x5d549a(0xb8)][_0x5d549a(0x7b)](_0xe47f82=>_0xe47f82['id']===_0x135bfa);_0x3d371f&&_0x5d549a(0x79)===_0x3d371f[_0x5d549a(0x85)]&&(_0x3d371f[_0x5d549a(0x85)]=_0x5d549a(0x9f)),this[_0x5d549a(0x8c)]();}[_0xa95ead(0x6b)](_0x3e1b37){const _0x54c3e0=_0xa95ead;this[_0x54c3e0(0xb8)][_0x54c3e0(0xbb)](_0x5372e9=>_0x5372e9[_0x54c3e0(0x89)]&&_0x5372e9['id']!==_0x3e1b37)[_0x54c3e0(0xc6)](_0x5f1ec8=>{const _0x23eec2=_0x54c3e0;_0x5f1ec8[_0x23eec2(0x89)]=!0x1;});const _0x256188=this[_0x54c3e0(0xb8)][_0x54c3e0(0x7b)](_0x579c54=>_0x579c54['id']===_0x3e1b37);_0x256188&&_0x54c3e0(0x9f)===_0x256188[_0x54c3e0(0x85)]&&(_0x256188[_0x54c3e0(0x89)]=!0x0);}[_0xa95ead(0x7f)](){const _0x6751e1=_0xa95ead;this[_0x6751e1(0xb8)][_0x6751e1(0xbb)](_0x4f28ae=>_0x4f28ae[_0x6751e1(0x89)])[_0x6751e1(0xc6)](_0x4ddaa9=>{const _0x100043=_0x6751e1;_0x4ddaa9[_0x100043(0x89)]=!0x1;});}[_0xa95ead(0x9d)](){const _0x549a7b=_0xa95ead;this[_0x549a7b(0x85)]=_0x549a7b(0x93);}async[_0xa95ead(0xcc)](_0x5107e0){const _0x511950=_0xa95ead;if(_0x511950(0x80)===this[_0x511950(0x85)]||_0x511950(0x88)===this[_0x511950(0x85)]||_0x511950(0x69)===this[_0x511950(0x85)])return;if(!this[_0x511950(0xa8)]||0x0===this[_0x511950(0xb8)][_0x511950(0x8a)])return;let _0x5de780;if(_0x5107e0){const _0x45e9b4=this[_0x511950(0xb8)][_0x511950(0x7b)](_0x4a8780=>_0x4a8780['id']===_0x5107e0);if(_0x45e9b4&&_0x45e9b4[_0x511950(0xbe)])return;_0x45e9b4&&(_0x5de780=_0x45e9b4[_0x511950(0x7a)]['id'],_0x45e9b4[_0x511950(0xbe)]=!0x0);}const _0x2c09ce={'positiveCount':this[_0x511950(0xb8)][_0x511950(0xbb)](_0x487ac4=>_0x511950(0x97)===_0x487ac4[_0x511950(0x85)])[_0x511950(0x8a)],'totalCount':this[_0x511950(0xb8)][_0x511950(0x8a)]};this[_0x511950(0xbc)](_0x2c09ce,this[_0x511950(0xa8)],_0x5de780);}[_0xa95ead(0x70)](_0x3a8bf5,_0x56144d){const _0x2d3c3c=_0xa95ead,_0x2f034d=this[_0x2d3c3c(0xb4)][_0x2d3c3c(0xb9)][_0x2d3c3c(0x9e)](_0x3a8bf5);if(!_0x2f034d)return;const _0x2363ec=_0x2f034d[_0x2d3c3c(0xc8)]();if(_0x2363ec===_0x56144d)return;const _0xd64331=new _0x52e5f0({'id':_0x3a8bf5,'contentInitial':_0x2363ec,'contentNew':_0x56144d,'documentVersion':this[_0x2d3c3c(0xb4)][_0x2d3c3c(0xa3)]});this[_0x2d3c3c(0x82)][_0x2d3c3c(0xaa)](_0xd64331['id'],_0xd64331),this[_0x2d3c3c(0xad)](_0x2d3c3c(0x77),{'result':_0xd64331,'source':this});}[_0xa95ead(0x8c)](){const _0x155d70=_0xa95ead;_0x155d70(0x99)===this[_0x155d70(0x85)]&&(this[_0x155d70(0xb8)][_0x155d70(0xbb)](_0x3a44d0=>_0x155d70(0x9f)===_0x3a44d0[_0x155d70(0x85)])[_0x155d70(0x8a)]>0x0&&(this[_0x155d70(0x85)]=_0x155d70(0x93))),_0x155d70(0x93)===this[_0x155d70(0x85)]&&(0x0===this[_0x155d70(0xb8)][_0x155d70(0xbb)](_0x4af664=>_0x155d70(0x9f)===_0x4af664[_0x155d70(0x85)])[_0x155d70(0x8a)]&&(this[_0x155d70(0x85)]=_0x155d70(0x99)));}}
23
+ const _0x201e4a=_0x3f16;function _0x2598(){const _0x14c0fa=['finished','abort','_changes','sendRating','get','reviewCheckResultActivated','error-chunk','markAllChangesAsAccepted','forceReadyState','getContent','pending','elements','hasModifications','version','9eHDvEP','processedResultsCount','56TaikWw','markChangeAsAccepted','change:isActivated','_currentError','activateChange','find','markChangeAsOutdated','subTitle','50300zJYhyj','1077594kwsKXj','markChangeAsRejected','_sendRatingRequest','forEach','_reviewArgs','abortController','aborted','reviewCheckResultAdded','length','accepted','fire','updateDocumentData','isAnyChangeActivated','change:status','deactivateChange','rejected','ai-request-aborted','reviewCheckResultDeactivated','parent','currentError','loading','set','status','1468048AFbMkw','33209WYBwte','_sourceCheck','push','getActiveChanges','_activeRequest','title','event','clear','message','_addReviewCheckResult','_results','restart','reviewCheckResultReady','markChangeAsPending','error','_documentData','getStream','_checkIfFinished','36nAkbLd','documentData','_aiConnector','operation','isChangeActive','_reviewParams','_createApiRequest','every','callId','ready','size','reviewCheckResultChangeStatusUpdated','error-general','getChangeById','filter','reviewName','isRated','713480DuTRLv','285zaAIto','review-metadata','unmodified','82381bElmSj','2556PZUATx','includes','reviewCheckRunUpdated','addResultChanges','some','initialized','textDelta','outdated','data','isActivated','6339155zXchNZ','start','dataId'];_0x2598=function(){return _0x14c0fa;};return _0x2598();}function _0x3f16(_0x19f51c,_0x38f0a2){const _0x25983c=_0x2598();return _0x3f16=function(_0x3f164c,_0x25de57){_0x3f164c=_0x3f164c-0x1b3;let _0x41c606=_0x25983c[_0x3f164c];return _0x41c606;},_0x3f16(_0x19f51c,_0x38f0a2);}(function(_0x5cdd7c,_0x20ae39){const _0x5621f9=_0x3f16,_0x17ce34=_0x5cdd7c();while(!![]){try{const _0x4870cb=parseInt(_0x5621f9(0x1c5))/0x1*(parseInt(_0x5621f9(0x216))/0x2)+-parseInt(_0x5621f9(0x1c2))/0x3*(parseInt(_0x5621f9(0x1eb))/0x4)+parseInt(_0x5621f9(0x1d0))/0x5+-parseInt(_0x5621f9(0x1ec))/0x6*(parseInt(_0x5621f9(0x1e3))/0x7)+-parseInt(_0x5621f9(0x203))/0x8*(-parseInt(_0x5621f9(0x1e1))/0x9)+-parseInt(_0x5621f9(0x1c1))/0xa+-parseInt(_0x5621f9(0x204))/0xb*(-parseInt(_0x5621f9(0x1c6))/0xc);if(_0x4870cb===_0x20ae39)break;else _0x17ce34['push'](_0x17ce34['shift']());}catch(_0x497000){_0x17ce34['push'](_0x17ce34['shift']());}}}(_0x2598,0xd57ed));import{ObservableMixin as _0x4ae6eb,uid as _0x48004b}from'ckeditor5/src/utils.js';import{AIReviewCheckResult as _0x1d67c1}from'./aireviewcheckresult.js';import{AIReviewCheckResultChange as _0x320ab1}from'./aireviewcheckresultchange.js';export class AIReviewCheckRun extends _0x4ae6eb(){['id']=_0x48004b();[_0x201e4a(0x1b8)];[_0x201e4a(0x20e)]=new Map();[_0x201e4a(0x1d5)]=[];[_0x201e4a(0x205)];[_0x201e4a(0x213)];[_0x201e4a(0x218)];[_0x201e4a(0x1b5)];[_0x201e4a(0x1f0)];[_0x201e4a(0x208)]=null;[_0x201e4a(0x1e6)];constructor(_0x18dc53,_0x2ce394,_0x29c07f,_0x26be62,_0x185a6e){const _0x5dd9d7=_0x201e4a;super(),this[_0x5dd9d7(0x205)]=_0x2ce394,this[_0x5dd9d7(0x213)]=_0x18dc53,this[_0x5dd9d7(0x218)]=_0x29c07f,this[_0x5dd9d7(0x1b5)]=_0x26be62,this[_0x5dd9d7(0x1f0)]=_0x185a6e,this['on'](_0x5dd9d7(0x1f9),(_0x4a38fa,_0x53d1b2,_0x14cc26)=>{const _0x2431c1=_0x5dd9d7;this[_0x2431c1(0x1f6)](_0x2431c1(0x1c8),{'status':_0x14cc26,'run':this,'error':this[_0x2431c1(0x1e6)]});}),this[_0x5dd9d7(0x201)](_0x5dd9d7(0x202),_0x5dd9d7(0x1cb));}get[_0x201e4a(0x217)](){const _0x40a9e5=_0x201e4a;return this[_0x40a9e5(0x213)];}get[_0x201e4a(0x1e2)](){const _0x69b4a2=_0x201e4a;return this[_0x69b4a2(0x20e)][_0x69b4a2(0x1ba)];}get[_0x201e4a(0x209)](){const _0x3cdee5=_0x201e4a;return this[_0x3cdee5(0x205)][_0x3cdee5(0x209)];}get[_0x201e4a(0x1ea)](){return'';}get[_0x201e4a(0x1bf)](){const _0x529048=_0x201e4a;return this[_0x529048(0x205)]['id'];}get[_0x201e4a(0x1df)](){const _0x2c0e34=_0x201e4a;return!this[_0x2c0e34(0x1d5)][_0x2c0e34(0x1b7)](_0xc13a27=>_0x2c0e34(0x1dd)===_0xc13a27[_0x2c0e34(0x202)]);}get[_0x201e4a(0x1ff)](){const _0x10c17c=_0x201e4a;return this[_0x10c17c(0x1e6)];}[_0x201e4a(0x1f7)](_0x330aca){const _0x134b4c=_0x201e4a;this[_0x134b4c(0x213)]=_0x330aca;}async[_0x201e4a(0x1d1)](){const _0x12b1bd=_0x201e4a;this[_0x12b1bd(0x202)]=_0x12b1bd(0x200),this[_0x12b1bd(0x1e6)]=void 0x0;try{this[_0x12b1bd(0x208)]=this[_0x12b1bd(0x1b6)]();const _0x5ea1f1=await this[_0x12b1bd(0x208)][_0x12b1bd(0x214)]();this[_0x12b1bd(0x202)]=_0x12b1bd(0x1ce);for await(const _0x17324f of _0x5ea1f1)_0x12b1bd(0x1c4)!==_0x17324f[_0x12b1bd(0x1ce)][_0x12b1bd(0x1b3)]&&(_0x12b1bd(0x212)!==_0x17324f[_0x12b1bd(0x1ce)][_0x12b1bd(0x1b3)]?_0x12b1bd(0x1c3)!==_0x17324f[_0x12b1bd(0x20a)]?this[_0x12b1bd(0x20d)](_0x17324f[_0x12b1bd(0x1ce)][_0x12b1bd(0x1d2)],_0x17324f[_0x12b1bd(0x1ce)][_0x12b1bd(0x1cc)]):this[_0x12b1bd(0x1b8)]=_0x17324f[_0x12b1bd(0x1ce)][_0x12b1bd(0x1b8)]:this[_0x12b1bd(0x202)]=_0x12b1bd(0x1d9));_0x12b1bd(0x1d9)!==this[_0x12b1bd(0x202)]&&(0x0===this[_0x12b1bd(0x20e)][_0x12b1bd(0x1ba)]?this[_0x12b1bd(0x202)]=_0x12b1bd(0x1c4):this[_0x12b1bd(0x202)]=_0x12b1bd(0x1b9));}catch(_0xf5f2ae){this[_0x12b1bd(0x1e6)]=_0xf5f2ae,_0xf5f2ae instanceof Error&&_0xf5f2ae[_0x12b1bd(0x20c)][_0x12b1bd(0x1c7)](_0x12b1bd(0x1fc))?this[_0x12b1bd(0x202)]=_0x12b1bd(0x1f2):this[_0x12b1bd(0x202)]=_0x12b1bd(0x1bc);}finally{this[_0x12b1bd(0x208)]=null;}}async[_0x201e4a(0x20f)](){const _0x974537=_0x201e4a;this[_0x974537(0x20e)][_0x974537(0x20b)](),this[_0x974537(0x1d5)][_0x974537(0x1f4)]=0x0,this[_0x974537(0x1e6)]=void 0x0,await this[_0x974537(0x1d1)]();}[_0x201e4a(0x1c9)](_0x1098f1,_0x585a23){const _0x1db243=_0x201e4a,_0x490a41=this[_0x1db243(0x20e)][_0x1db243(0x1d7)](_0x1098f1);if(!_0x490a41)return;const _0x51eb4c=[];_0x585a23[_0x1db243(0x1ef)]((_0x5135c4,_0x3ce6a1)=>{const _0x5302cd=_0x1db243,_0x1eaf2e=new _0x320ab1(_0x490a41['id']+'-'+_0x3ce6a1,_0x5135c4,_0x490a41);_0x1eaf2e['on'](_0x5302cd(0x1f9),()=>{const _0x2a1838=_0x5302cd;this[_0x2a1838(0x1f6)](_0x2a1838(0x1bb),{'change':_0x1eaf2e,'status':_0x1eaf2e[_0x2a1838(0x202)]});}),_0x1eaf2e['on'](_0x5302cd(0x1e5),()=>{const _0xc97252=_0x5302cd;_0x1eaf2e[_0xc97252(0x1cf)]?this[_0xc97252(0x1f6)](_0xc97252(0x1d8),{'change':_0x1eaf2e}):this[_0xc97252(0x1f6)](_0xc97252(0x1fd),{'change':_0x1eaf2e});}),this[_0x5302cd(0x1d5)][_0x5302cd(0x206)](_0x1eaf2e),_0x51eb4c[_0x5302cd(0x206)](_0x1eaf2e);}),this[_0x1db243(0x1f6)](_0x1db243(0x210),{'changes':_0x51eb4c,'result':_0x490a41,'source':this});}[_0x201e4a(0x1d4)](){const _0x4b520c=_0x201e4a;this[_0x4b520c(0x208)]&&(this[_0x4b520c(0x208)][_0x4b520c(0x1f1)][_0x4b520c(0x1d4)](),this[_0x4b520c(0x208)]=null,this[_0x4b520c(0x202)]=_0x4b520c(0x1f2));}[_0x201e4a(0x1b4)](_0x11f739){const _0x4395b5=_0x201e4a,_0x41b52d=this[_0x4395b5(0x1d5)][_0x4395b5(0x1e8)](_0x16e631=>_0x16e631['id']===_0x11f739);return!(!_0x41b52d||_0x4395b5(0x1dd)!==_0x41b52d[_0x4395b5(0x202)]);}[_0x201e4a(0x1f8)](){const _0x230562=_0x201e4a;return this[_0x230562(0x1d5)][_0x230562(0x1ca)](_0x5eee6e=>!0x0===_0x5eee6e[_0x230562(0x1cf)]);}[_0x201e4a(0x207)](){const _0x29c5d6=_0x201e4a;return this[_0x29c5d6(0x1d5)][_0x29c5d6(0x1be)](_0x427582=>_0x29c5d6(0x1dd)===_0x427582[_0x29c5d6(0x202)]);}[_0x201e4a(0x1bd)](_0x146b0b){const _0xcfbdd7=_0x201e4a;return this[_0xcfbdd7(0x1d5)][_0xcfbdd7(0x1e8)](_0x4539c8=>_0x4539c8['id']===_0x146b0b);}[_0x201e4a(0x1da)](){const _0x57de2b=_0x201e4a;for(const _0x5a1f27 of this[_0x57de2b(0x1d5)])_0x57de2b(0x1dd)===_0x5a1f27[_0x57de2b(0x202)]&&(_0x5a1f27[_0x57de2b(0x202)]=_0x57de2b(0x1f5));this[_0x57de2b(0x215)]();}[_0x201e4a(0x1e4)](_0x1fee14){const _0x1093be=_0x201e4a,_0x4e6a73=this[_0x1093be(0x1d5)][_0x1093be(0x1e8)](_0x4115cc=>_0x4115cc['id']===_0x1fee14);_0x4e6a73&&_0x1093be(0x1dd)===_0x4e6a73[_0x1093be(0x202)]&&(_0x4e6a73[_0x1093be(0x202)]=_0x1093be(0x1f5)),this[_0x1093be(0x215)]();}[_0x201e4a(0x1ed)](_0x3441e4){const _0x242593=_0x201e4a,_0x3f1f78=this[_0x242593(0x1d5)][_0x242593(0x1e8)](_0xeb29f9=>_0xeb29f9['id']===_0x3441e4);_0x3f1f78&&_0x242593(0x1dd)===_0x3f1f78[_0x242593(0x202)]&&(_0x3f1f78[_0x242593(0x202)]=_0x242593(0x1fb)),this[_0x242593(0x215)]();}[_0x201e4a(0x1e9)](_0x25332f){const _0x1c4528=_0x201e4a,_0x1ea054=this[_0x1c4528(0x1d5)][_0x1c4528(0x1e8)](_0x8cbd48=>_0x8cbd48['id']===_0x25332f);_0x1ea054&&_0x1c4528(0x1dd)===_0x1ea054[_0x1c4528(0x202)]&&(_0x1ea054[_0x1c4528(0x202)]=_0x1c4528(0x1cd)),this[_0x1c4528(0x215)]();}[_0x201e4a(0x211)](_0x3447bc){const _0x415269=_0x201e4a,_0x47253b=this[_0x415269(0x1d5)][_0x415269(0x1e8)](_0x230081=>_0x230081['id']===_0x3447bc);_0x47253b&&_0x415269(0x1cd)===_0x47253b[_0x415269(0x202)]&&(_0x47253b[_0x415269(0x202)]=_0x415269(0x1dd)),this[_0x415269(0x215)]();}[_0x201e4a(0x1e7)](_0x4fe966){const _0x191ea9=_0x201e4a;this[_0x191ea9(0x1d5)][_0x191ea9(0x1be)](_0x342dcf=>_0x342dcf[_0x191ea9(0x1cf)]&&_0x342dcf['id']!==_0x4fe966)[_0x191ea9(0x1ef)](_0x5319e8=>{const _0x4a6f53=_0x191ea9;_0x5319e8[_0x4a6f53(0x1cf)]=!0x1;});const _0x4e4549=this[_0x191ea9(0x1d5)][_0x191ea9(0x1e8)](_0x60443=>_0x60443['id']===_0x4fe966);_0x4e4549&&_0x191ea9(0x1dd)===_0x4e4549[_0x191ea9(0x202)]&&(_0x4e4549[_0x191ea9(0x1cf)]=!0x0);}[_0x201e4a(0x1fa)](){const _0x561697=_0x201e4a;this[_0x561697(0x1d5)][_0x561697(0x1be)](_0x54b6e5=>_0x54b6e5[_0x561697(0x1cf)])[_0x561697(0x1ef)](_0x3fc0b6=>{const _0xc712e1=_0x561697;_0x3fc0b6[_0xc712e1(0x1cf)]=!0x1;});}[_0x201e4a(0x1db)](){const _0x5a77b9=_0x201e4a;this[_0x5a77b9(0x202)]=_0x5a77b9(0x1b9);}async[_0x201e4a(0x1d6)](_0xb210ab){const _0x2e2cc9=_0x201e4a;if(_0x2e2cc9(0x1cb)===this[_0x2e2cc9(0x202)]||_0x2e2cc9(0x200)===this[_0x2e2cc9(0x202)]||_0x2e2cc9(0x1ce)===this[_0x2e2cc9(0x202)])return;if(!this[_0x2e2cc9(0x1b8)]||0x0===this[_0x2e2cc9(0x1d5)][_0x2e2cc9(0x1f4)])return;let _0x10eeaa;if(_0xb210ab){const _0x48dded=this[_0x2e2cc9(0x1d5)][_0x2e2cc9(0x1e8)](_0x49f065=>_0x49f065['id']===_0xb210ab);if(_0x48dded&&_0x48dded[_0x2e2cc9(0x1c0)])return;_0x48dded&&(_0x10eeaa=_0x48dded[_0x2e2cc9(0x1fe)]['id'],_0x48dded[_0x2e2cc9(0x1c0)]=!0x0);}const _0x17a5d5={'positiveCount':this[_0x2e2cc9(0x1d5)][_0x2e2cc9(0x1be)](_0xf8d2c8=>_0x2e2cc9(0x1f5)===_0xf8d2c8[_0x2e2cc9(0x202)])[_0x2e2cc9(0x1f4)],'totalCount':this[_0x2e2cc9(0x1d5)][_0x2e2cc9(0x1f4)]};this[_0x2e2cc9(0x1ee)](_0x17a5d5,this[_0x2e2cc9(0x1b8)],_0x10eeaa);}[_0x201e4a(0x20d)](_0x42f8ea,_0x6c1365){const _0x166cfc=_0x201e4a,_0x2a96a0=this[_0x166cfc(0x213)][_0x166cfc(0x1de)][_0x166cfc(0x1d7)](_0x42f8ea);if(!_0x2a96a0)return;const _0x11b494=_0x2a96a0[_0x166cfc(0x1dc)]();if(_0x11b494===_0x6c1365)return;const _0x4d2938=new _0x1d67c1({'id':_0x42f8ea,'contentInitial':_0x11b494,'contentNew':_0x6c1365,'documentVersion':this[_0x166cfc(0x213)][_0x166cfc(0x1e0)]});this[_0x166cfc(0x20e)][_0x166cfc(0x201)](_0x4d2938['id'],_0x4d2938),this[_0x166cfc(0x1f6)](_0x166cfc(0x1f3),{'result':_0x4d2938,'source':this});}[_0x201e4a(0x215)](){const _0x218d17=_0x201e4a;_0x218d17(0x1d3)===this[_0x218d17(0x202)]&&(this[_0x218d17(0x1d5)][_0x218d17(0x1be)](_0x3ccf5d=>_0x218d17(0x1dd)===_0x3ccf5d[_0x218d17(0x202)])[_0x218d17(0x1f4)]>0x0&&(this[_0x218d17(0x202)]=_0x218d17(0x1b9))),_0x218d17(0x1b9)===this[_0x218d17(0x202)]&&(0x0===this[_0x218d17(0x1d5)][_0x218d17(0x1be)](_0xabd43d=>_0x218d17(0x1dd)===_0xabd43d[_0x218d17(0x202)])[_0x218d17(0x1f4)]&&(this[_0x218d17(0x202)]=_0x218d17(0x1d3)));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x18c9(_0xa095e,_0x13baaf){var _0x5f2b8d=_0x5f2b();return _0x18c9=function(_0x18c935,_0x1e7813){_0x18c935=_0x18c935-0x13d;var _0x3cc422=_0x5f2b8d[_0x18c935];return _0x3cc422;},_0x18c9(_0xa095e,_0x13baaf);}var _0x16fb6b=_0x18c9;(function(_0x2861cf,_0x2b34cd){var _0x2c0616=_0x18c9,_0x1ddc57=_0x2861cf();while(!![]){try{var _0xadf32e=-parseInt(_0x2c0616(0x145))/0x1+-parseInt(_0x2c0616(0x146))/0x2*(-parseInt(_0x2c0616(0x14a))/0x3)+-parseInt(_0x2c0616(0x147))/0x4*(-parseInt(_0x2c0616(0x144))/0x5)+parseInt(_0x2c0616(0x149))/0x6*(parseInt(_0x2c0616(0x13d))/0x7)+parseInt(_0x2c0616(0x150))/0x8*(-parseInt(_0x2c0616(0x14e))/0x9)+parseInt(_0x2c0616(0x151))/0xa+parseInt(_0x2c0616(0x13e))/0xb;if(_0xadf32e===_0x2b34cd)break;else _0x1ddc57['push'](_0x1ddc57['shift']());}catch(_0x38bd57){_0x1ddc57['push'](_0x1ddc57['shift']());}}}(_0x5f2b,0x9a486));function _0x5f2b(){var _0x257004=['356559zovbeY','2768fKKNff','8kdJfsC','_model','15792brIyOb','3KjgFlE','subTitle','callCustomReview','_createApiRequest','45UopIcu','_sendRatingRequest','1188184tIrSuW','8388550EAMMCV','497ayMQfE','4691709FUuaQe','_prompt','content','_documentData','_aiConnector','upsertCustomAIReviewRating','693715ZBVJol'];_0x5f2b=function(){return _0x257004;};return _0x5f2b();}import{AIReviewCheckRun as _0x1bdef2}from'./aireviewcheckrun.js';export class AIReviewCustomCheckRun extends _0x1bdef2{[_0x16fb6b(0x13f)];[_0x16fb6b(0x148)];constructor(_0x18d02a,_0x12d05b,_0x5f9e56,_0x5d8cc6,_0x542649){var _0x3955c8=_0x16fb6b;super(_0x5f9e56,_0x5d8cc6,_0x542649),this[_0x3955c8(0x13f)]=_0x18d02a,this[_0x3955c8(0x148)]=_0x12d05b;}get[_0x16fb6b(0x14b)](){var _0x29e672=_0x16fb6b;return this[_0x29e672(0x13f)];}[_0x16fb6b(0x14d)](){var _0x23e737=_0x16fb6b;return this[_0x23e737(0x142)][_0x23e737(0x14c)]({'content':this[_0x23e737(0x141)][_0x23e737(0x140)],'prompt':this[_0x23e737(0x13f)],'model':this[_0x23e737(0x148)]});}[_0x16fb6b(0x14f)](_0x31ee8f,_0x4fef14,_0x2cdfca){var _0x221225=_0x16fb6b;return this[_0x221225(0x142)][_0x221225(0x143)](_0x4fef14,_0x31ee8f,_0x2cdfca);}}
23
+ var _0x56d25e=_0x1246;(function(_0x2de255,_0x398b9f){var _0x3a02a4=_0x1246,_0x5966ba=_0x2de255();while(!![]){try{var _0x2f41f7=parseInt(_0x3a02a4(0x123))/0x1+-parseInt(_0x3a02a4(0x12c))/0x2+-parseInt(_0x3a02a4(0x129))/0x3+parseInt(_0x3a02a4(0x126))/0x4*(parseInt(_0x3a02a4(0x135))/0x5)+-parseInt(_0x3a02a4(0x130))/0x6*(-parseInt(_0x3a02a4(0x122))/0x7)+-parseInt(_0x3a02a4(0x12e))/0x8*(-parseInt(_0x3a02a4(0x133))/0x9)+-parseInt(_0x3a02a4(0x128))/0xa*(-parseInt(_0x3a02a4(0x121))/0xb);if(_0x2f41f7===_0x398b9f)break;else _0x5966ba['push'](_0x5966ba['shift']());}catch(_0x2e2532){_0x5966ba['push'](_0x5966ba['shift']());}}}(_0x4501,0xc4d6a));import{AIReviewCheckRun as _0x1b8bcf}from'./aireviewcheckrun.js';function _0x4501(){var _0xd95ef=['_prompt','105786tKhzhl','upsertCustomAIReviewRating','605NcBLEo','11DoeXUp','56357jWgmsF','1145439ktbSGr','subTitle','_sendRatingRequest','18232whNXNq','_documentData','1341240pEEREu','308190XtvaQx','_model','content','2554936xPQiTA','_createApiRequest','72ocVidj','callCustomReview','186uIaAtk','_aiConnector'];_0x4501=function(){return _0xd95ef;};return _0x4501();}function _0x1246(_0x583c1c,_0x425e91){var _0x45016e=_0x4501();return _0x1246=function(_0x124650,_0x948df1){_0x124650=_0x124650-0x121;var _0x431482=_0x45016e[_0x124650];return _0x431482;},_0x1246(_0x583c1c,_0x425e91);}export class AIReviewCustomCheckRun extends _0x1b8bcf{[_0x56d25e(0x132)];[_0x56d25e(0x12a)];constructor(_0x4807de,_0x25c809,_0x1b7f18,_0x2c736e,_0x5d46aa){var _0x762e81=_0x56d25e;super(_0x1b7f18,_0x2c736e,_0x5d46aa),this[_0x762e81(0x132)]=_0x4807de,this[_0x762e81(0x12a)]=_0x25c809;}get[_0x56d25e(0x124)](){var _0x339431=_0x56d25e;return this[_0x339431(0x132)];}[_0x56d25e(0x12d)](){var _0x4ea583=_0x56d25e;return this[_0x4ea583(0x131)][_0x4ea583(0x12f)]({'content':this[_0x4ea583(0x127)][_0x4ea583(0x12b)],'prompt':this[_0x4ea583(0x132)],'model':this[_0x4ea583(0x12a)]});}[_0x56d25e(0x125)](_0x42cbf0,_0x253abf,_0x199cc2){var _0xd268c8=_0x56d25e;return this[_0xd268c8(0x131)][_0xd268c8(0x134)](_0x253abf,_0x42cbf0,_0x199cc2);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1076e1=_0x5e29;(function(_0x4b7d69,_0x518559){const _0x584afb=_0x5e29,_0x539dc0=_0x4b7d69();while(!![]){try{const _0x50c536=parseInt(_0x584afb(0x194))/0x1*(-parseInt(_0x584afb(0x197))/0x2)+parseInt(_0x584afb(0x19d))/0x3+parseInt(_0x584afb(0x198))/0x4+-parseInt(_0x584afb(0x19f))/0x5+-parseInt(_0x584afb(0x190))/0x6+parseInt(_0x584afb(0x1a1))/0x7+parseInt(_0x584afb(0x191))/0x8;if(_0x50c536===_0x518559)break;else _0x539dc0['push'](_0x539dc0['shift']());}catch(_0x3494fa){_0x539dc0['push'](_0x539dc0['shift']());}}}(_0x3deb,0x44794));function _0x5e29(_0x283e83,_0x56f8db){const _0x3debc2=_0x3deb();return _0x5e29=function(_0x5e29e4,_0xe06785){_0x5e29e4=_0x5e29e4-0x18c;let _0xea0db4=_0x3debc2[_0x5e29e4];return _0xea0db4;},_0x5e29(_0x283e83,_0x56f8db);}import{AIReviewCheckRun as _0x24258f}from'./aireviewcheckrun.js';function _0x3deb(){const _0x3ad259=['options','_reviewArgs','content','_documentData','687870WMXwiS','5071488Ygplny','join','_createApiRequest','29599YWSwFd','upsertAIReviewRating','_reviewParams','2bDHXbI','989664WuTBVU','label','length','useArgs','push','73308qcYrqU','find','2657425UNUxSR','_sourceCheck','352863VwJGjV','subTitle','_sendRatingRequest','reviewName','_composeReviewName','_aiConnector','callSystemReview','data'];_0x3deb=function(){return _0x3ad259;};return _0x3deb();}export class AIReviewSystemCheckRun extends _0x24258f{get[_0x1076e1(0x1a2)](){const _0x2a7294=_0x1076e1;if(!this[_0x2a7294(0x196)]||0x0===this[_0x2a7294(0x196)][_0x2a7294(0x19a)])return'';const _0x54c7da=[];if(this[_0x2a7294(0x196)][_0x2a7294(0x19a)]>0x0&&this[_0x2a7294(0x1a0)][_0x2a7294(0x18c)])for(let _0x45680d=0x0;_0x45680d<this[_0x2a7294(0x196)][_0x2a7294(0x19a)];_0x45680d++){if(!this[_0x2a7294(0x196)][_0x45680d]||!this[_0x2a7294(0x1a0)][_0x2a7294(0x18c)][_0x45680d])continue;const _0x3c02ac=this[_0x2a7294(0x1a0)][_0x2a7294(0x18c)][_0x45680d],_0x25da6a=_0x3c02ac[_0x2a7294(0x1a8)]?.[_0x2a7294(0x19e)](_0x2163c0=>_0x2163c0['id']===this[_0x2a7294(0x196)][_0x45680d]);_0x25da6a&&_0x54c7da[_0x2a7294(0x19c)](_0x25da6a[_0x2a7294(0x199)]);}return _0x54c7da[_0x2a7294(0x192)](',\x20');}get[_0x1076e1(0x1a4)](){const _0x5ccaf1=_0x1076e1;return this[_0x5ccaf1(0x1a5)]();}[_0x1076e1(0x193)](){const _0x120ee=_0x1076e1;return this[_0x120ee(0x1a6)][_0x120ee(0x1a7)]({'reviewName':this[_0x120ee(0x1a5)](),'content':this[_0x120ee(0x18f)][_0x120ee(0x18e)],'args':this[_0x120ee(0x18d)]});}[_0x1076e1(0x1a3)](_0x127af7,_0x52b68c,_0x20327f){const _0x154de0=_0x1076e1;return this[_0x154de0(0x1a6)][_0x154de0(0x195)](this[_0x154de0(0x1a4)],_0x52b68c,_0x127af7,_0x20327f);}[_0x1076e1(0x1a5)](){const _0x517453=_0x1076e1;return!this[_0x517453(0x196)]||0x0===this[_0x517453(0x196)][_0x517453(0x19a)]||this[_0x517453(0x1a0)][_0x517453(0x19b)]?this[_0x517453(0x1a0)]['id']:[this[_0x517453(0x1a0)]['id'],...this[_0x517453(0x196)]][_0x517453(0x192)]('-');}}
23
+ function _0x4e3b(_0x46ca05,_0x2b297d){const _0x4e3a42=_0x4e3a();return _0x4e3b=function(_0x4e3b31,_0x2d09f8){_0x4e3b31=_0x4e3b31-0x196;let _0x13f4db=_0x4e3a42[_0x4e3b31];return _0x13f4db;},_0x4e3b(_0x46ca05,_0x2b297d);}const _0x139357=_0x4e3b;(function(_0x1aff7b,_0x12f14e){const _0x62cf97=_0x4e3b,_0x340c13=_0x1aff7b();while(!![]){try{const _0x3cfd83=-parseInt(_0x62cf97(0x1ae))/0x1+-parseInt(_0x62cf97(0x1a3))/0x2*(-parseInt(_0x62cf97(0x1ac))/0x3)+-parseInt(_0x62cf97(0x1a4))/0x4*(-parseInt(_0x62cf97(0x1a0))/0x5)+parseInt(_0x62cf97(0x1b7))/0x6*(-parseInt(_0x62cf97(0x19a))/0x7)+-parseInt(_0x62cf97(0x19b))/0x8*(parseInt(_0x62cf97(0x198))/0x9)+-parseInt(_0x62cf97(0x1a8))/0xa*(-parseInt(_0x62cf97(0x19d))/0xb)+-parseInt(_0x62cf97(0x196))/0xc*(-parseInt(_0x62cf97(0x19e))/0xd);if(_0x3cfd83===_0x12f14e)break;else _0x340c13['push'](_0x340c13['shift']());}catch(_0x659b9b){_0x340c13['push'](_0x340c13['shift']());}}}(_0x4e3a,0x9c47c));import{AIReviewCheckRun as _0x558a06}from'./aireviewcheckrun.js';function _0x4e3a(){const _0x45fca0=['content','2BUCfRB','539680AmSefo','find','reviewName','_sendRatingRequest','1450390rdHIfJ','_aiConnector','_documentData','label','1090038XQazdQ','useArgs','1006881gPPKhw','data','_composeReviewName','upsertAIReviewRating','_reviewArgs','_reviewParams','subTitle','push','length','1074QBwCMf','12nsiKfD','options','53532kIQWkK','join','9709RCZepD','552iVqzNe','_sourceCheck','33zSZqwi','9070191UeWlbP','callSystemReview','30QCInRX','_createApiRequest'];_0x4e3a=function(){return _0x45fca0;};return _0x4e3a();}export class AIReviewSystemCheckRun extends _0x558a06{get[_0x139357(0x1b4)](){const _0x432b07=_0x139357;if(!this[_0x432b07(0x1b3)]||0x0===this[_0x432b07(0x1b3)][_0x432b07(0x1b6)])return'';const _0x53996e=[];if(this[_0x432b07(0x1b3)][_0x432b07(0x1b6)]>0x0&&this[_0x432b07(0x19c)][_0x432b07(0x197)])for(let _0x58209e=0x0;_0x58209e<this[_0x432b07(0x1b3)][_0x432b07(0x1b6)];_0x58209e++){if(!this[_0x432b07(0x1b3)][_0x58209e]||!this[_0x432b07(0x19c)][_0x432b07(0x197)][_0x58209e])continue;const _0xf3ab90=this[_0x432b07(0x19c)][_0x432b07(0x197)][_0x58209e],_0x2da7e1=_0xf3ab90[_0x432b07(0x1af)]?.[_0x432b07(0x1a5)](_0x2e342a=>_0x2e342a['id']===this[_0x432b07(0x1b3)][_0x58209e]);_0x2da7e1&&_0x53996e[_0x432b07(0x1b5)](_0x2da7e1[_0x432b07(0x1ab)]);}return _0x53996e[_0x432b07(0x199)](',\x20');}get[_0x139357(0x1a6)](){const _0x9b874b=_0x139357;return this[_0x9b874b(0x1b0)]();}[_0x139357(0x1a1)](){const _0x1b64ca=_0x139357;return this[_0x1b64ca(0x1a9)][_0x1b64ca(0x19f)]({'reviewName':this[_0x1b64ca(0x1b0)](),'content':this[_0x1b64ca(0x1aa)][_0x1b64ca(0x1a2)],'args':this[_0x1b64ca(0x1b2)]});}[_0x139357(0x1a7)](_0x2d805e,_0x4843a5,_0x3b659d){const _0x17a64c=_0x139357;return this[_0x17a64c(0x1a9)][_0x17a64c(0x1b1)](this[_0x17a64c(0x1a6)],_0x4843a5,_0x2d805e,_0x3b659d);}[_0x139357(0x1b0)](){const _0x34de08=_0x139357;return!this[_0x34de08(0x1b3)]||0x0===this[_0x34de08(0x1b3)][_0x34de08(0x1b6)]||this[_0x34de08(0x19c)][_0x34de08(0x1ad)]?this[_0x34de08(0x19c)]['id']:[this[_0x34de08(0x19c)]['id'],...this[_0x34de08(0x1b3)]][_0x34de08(0x199)]('-');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4c29(_0x24362e,_0x455d3f){const _0x3480d3=_0x3480();return _0x4c29=function(_0x4c298b,_0x2002ad){_0x4c298b=_0x4c298b-0xfb;let _0x303316=_0x3480d3[_0x4c298b];return _0x303316;},_0x4c29(_0x24362e,_0x455d3f);}const _0x3d0720=_0x4c29;function _0x3480(){const _0x24d556=['add','document','getClientRects','.ck-ai-review-mode__change_active','_pinnedTargetElement','delegate','241166NUigmp','extendTemplate','ck-ai-review-mode__change_active','_setupClickOutsideHandler','from','_getBestRectPositionOnHover','fire','_setActiveClassOnMarker','innerHTML','documentElement','_getPointedRectIndexFromEvent','updateContent','acceptChange','setTemplate','arrow_se','pin','width','showDiffInBalloon','length','set','render','top','2767352XNKkzI','bottom','deactivateChange','forEach','locale','_createContentView','_pinnedRectIndex','hideBalloon','arrow_','hide','click','changeId','_removeActiveClassFromMarkers','clientY','reverse','1116048cqxljV','bindTemplate','_pinnedTargetChangeId','_getBestRectPositionOnClick','resultItemView','6807660ZNEMlH','ck-ai-review-mode-balloon-panel-suggestion','show','showBalloon','5309864moIWmV','contentDiffed','clientX','getBoundingClientRect','114210DyVugt','classList','unpin','dismissChange','ck-content','6TPwksG','hideDiffInBalloon','getIntersection','push','left','ck-ai-review-mode-balloon-panel-suggestion_diff-active','right','showDiff','isDiffActive','div','position','9bAryxn','isVisible','element','3541120qwEPvo','ck-reset','span[data-marker-id*=\x22','querySelectorAll','resultResponseView','replace','remove','ck-ai-review-mode__suggestion-text','content','hover','_isPinnedRectVisible','3dugphg'];_0x3480=function(){return _0x24d556;};return _0x3480();}(function(_0x47d9f5,_0x1f0e2e){const _0x32c7a0=_0x4c29,_0x19adf8=_0x47d9f5();while(!![]){try{const _0x5bebc9=-parseInt(_0x32c7a0(0x130))/0x1+-parseInt(_0x32c7a0(0xfe))/0x2+parseInt(_0x32c7a0(0x129))/0x3*(-parseInt(_0x32c7a0(0x146))/0x4)+parseInt(_0x32c7a0(0x10b))/0x5+parseInt(_0x32c7a0(0x110))/0x6*(parseInt(_0x32c7a0(0x107))/0x7)+parseInt(_0x32c7a0(0x11e))/0x8+parseInt(_0x32c7a0(0x11b))/0x9*(parseInt(_0x32c7a0(0x103))/0xa);if(_0x5bebc9===_0x1f0e2e)break;else _0x19adf8['push'](_0x19adf8['shift']());}catch(_0xd24bee){_0x19adf8['push'](_0x19adf8['shift']());}}}(_0x3480,0x6504c));import{Rect as _0x53d144,getConstrainedViewportRect as _0x3749e5,global as _0x461115}from'ckeditor5/src/utils.js';import{BalloonPanelView as _0x274f4d,View as _0x3a7488,clickOutsideHandler as _0x5e8686}from'ckeditor5/src/ui.js';import{AIReviewModeReviewCheckListItemResultsView as _0x16938c}from'./aireviewmodechecklistitemresultview.js';import'../../../theme/aireviewmode/aireviewmode-balloon-panel-suggestion.css';import'../../../theme/aireviewmode/aireviewmode-check-run-result.css';export class AIReviewModeBalloonSuggestionItemView extends _0x274f4d{[_0x3d0720(0x102)];[_0x3d0720(0x14c)]=void 0x0;[_0x3d0720(0x12e)]=void 0x0;[_0x3d0720(0x100)]=void 0x0;constructor(_0xa5fbb5,_0x5eaee6){const _0x27553b=_0x3d0720;super(_0xa5fbb5),this[_0x27553b(0x143)]({'isVisible':!0x1,'position':_0x27553b(0x13e),'class':null,'top':0x0,'left':0x0}),this[_0x27553b(0x131)]({'tag':_0x27553b(0x119),'attributes':{'class':[_0x27553b(0x11f)],'tabindex':'-1'}}),this[_0x27553b(0x143)](_0x27553b(0x118),!0x1),this[_0x27553b(0x126)][_0x27553b(0x12a)](this[_0x27553b(0x14b)]()),_0x5eaee6[_0x27553b(0x12a)](this);}[_0x3d0720(0x144)](){const _0x241330=_0x3d0720;super[_0x241330(0x144)](),this[_0x241330(0x133)]();}[_0x3d0720(0x13b)](_0x2140ce){const _0x394b4c=_0x3d0720;this[_0x394b4c(0x102)][_0x394b4c(0x151)]=_0x2140ce['id'],this[_0x394b4c(0x102)][_0x394b4c(0x122)][_0x394b4c(0x11d)][_0x394b4c(0x138)]=_0x2140ce[_0x394b4c(0x108)];}[_0x3d0720(0x106)](_0x39fe09,_0x399cef,_0x427424,_0x872e3f,_0x58d725,_0x57b47b){const _0x50fff5=_0x3d0720;this[_0x50fff5(0xfb)](),this[_0x50fff5(0x13b)](_0x39fe09),this[_0x50fff5(0x105)]();const _0xa6810c=Array[_0x50fff5(0x134)](_0x399cef[_0x50fff5(0x12c)]())[_0x50fff5(0xfd)](),_0xe40331=this[_0x50fff5(0x13a)](_0x427424,_0xa6810c);_0x50fff5(0x150)===_0x872e3f?(this[_0x50fff5(0x118)]=!0x0,this[_0x50fff5(0x137)](_0x39fe09['id']),this[_0x50fff5(0x13f)]({'target':()=>this[_0x50fff5(0x101)](_0x399cef,_0xe40331,_0x39fe09['id'],_0x58d725,_0x57b47b)})):_0x50fff5(0x127)===_0x872e3f&&(this[_0x50fff5(0x118)]=!0x1,this[_0x50fff5(0x13f)]({'target':()=>this[_0x50fff5(0x135)](_0x399cef,_0xe40331,_0x39fe09['id'])}));}[_0x3d0720(0x14d)](){const _0x1d5d1b=_0x3d0720;this[_0x1d5d1b(0x14f)](),this[_0x1d5d1b(0x10d)](),this[_0x1d5d1b(0xfb)](),this[_0x1d5d1b(0x14c)]=void 0x0,this[_0x1d5d1b(0x12e)]=void 0x0,this[_0x1d5d1b(0x100)]=void 0x0;}[_0x3d0720(0x111)](){const _0x28a9a1=_0x3d0720;this[_0x28a9a1(0x102)][_0x28a9a1(0x117)]=!0x1;}[_0x3d0720(0x141)](){const _0x4b6730=_0x3d0720;this[_0x4b6730(0x102)][_0x4b6730(0x117)]=!0x0;}[_0x3d0720(0x148)](){const _0x8a2762=_0x3d0720;this[_0x8a2762(0x136)](_0x8a2762(0x148));}[_0x3d0720(0xfb)](){const _0x5e633e=_0x3d0720;_0x461115[_0x5e633e(0x12b)][_0x5e633e(0x121)](_0x5e633e(0x12d))[_0x5e633e(0x149)](_0x5305c6=>{const _0x223aac=_0x5e633e;_0x5305c6[_0x223aac(0x10c)][_0x223aac(0x124)](_0x223aac(0x132));});}[_0x3d0720(0x137)](_0x3aaf48){const _0x5bebe2=_0x3d0720;_0x461115[_0x5bebe2(0x12b)][_0x5bebe2(0x121)](_0x5bebe2(0x120)+_0x3aaf48+'\x22]')[_0x5bebe2(0x149)](_0x3be42d=>{const _0x6b075a=_0x5bebe2;_0x3be42d[_0x6b075a(0x10c)][_0x6b075a(0x12a)](_0x6b075a(0x132));});}[_0x3d0720(0x133)](){const _0x490806=_0x3d0720;_0x5e8686({'emitter':this,'activator':()=>this[_0x490806(0x11c)],'contextElements':()=>{const _0x1317a4=_0x490806,_0x2f628c=[this[_0x1317a4(0x11d)]];return this[_0x1317a4(0x12e)]&&_0x2f628c[_0x1317a4(0x113)](this[_0x1317a4(0x12e)]),_0x2f628c;},'callback':()=>{const _0x1cdbe4=_0x490806;this[_0x1cdbe4(0x14f)](),this[_0x1cdbe4(0x10d)](),this[_0x1cdbe4(0xfb)](),this[_0x1cdbe4(0x148)](),this[_0x1cdbe4(0x12e)]=void 0x0,this[_0x1cdbe4(0x14c)]=void 0x0,this[_0x1cdbe4(0x100)]=void 0x0;}});}[_0x3d0720(0x14b)](){const _0x2babc1=_0x3d0720,_0x27d14a=new _0x3a7488();return this[_0x2babc1(0x102)]=new _0x16938c(this[_0x2babc1(0x14a)],''),this[_0x2babc1(0x102)][_0x2babc1(0x122)][_0x2babc1(0x131)]({'attributes':{'class':[_0x2babc1(0x10f)]}}),this[_0x2babc1(0x102)][_0x2babc1(0x12f)](_0x2babc1(0x13c),_0x2babc1(0x10e))['to'](this),_0x27d14a[_0x2babc1(0x13d)]({'tag':_0x2babc1(0x119),'attributes':{'class':[_0x2babc1(0x11f),_0x2babc1(0x104),this[_0x2babc1(0xff)]['if'](_0x2babc1(0x118),_0x2babc1(0x115))]},'children':[{'tag':'p','attributes':{'class':[_0x2babc1(0x125)]},'children':[this[_0x2babc1(0x102)]]}]}),_0x27d14a;}[_0x3d0720(0x101)](_0x2c78f5,_0x1014d6,_0x4e7d48,_0x2fd4e9,_0x22728d){const _0x10c08c=_0x3d0720,_0x54909c=this[_0x10c08c(0x11a)][_0x10c08c(0x123)](_0x10c08c(0x14e),''),_0x61fb58=Array[_0x10c08c(0x134)](_0x2c78f5[_0x10c08c(0x12c)]());let _0x5734a8,_0x499a55=_0x61fb58[_0x10c08c(0xfd)]();return void 0x0!==_0x1014d6&&this[_0x10c08c(0x128)](_0x499a55[_0x1014d6],_0x2fd4e9,_0x22728d)?(_0x5734a8=_0x499a55[_0x1014d6],this[_0x10c08c(0x14c)]=_0x1014d6):this[_0x10c08c(0x128)](_0x499a55[0x0],_0x2fd4e9,_0x22728d)&&void 0x0===_0x1014d6?_0x5734a8=_0x499a55[0x0]:(_0x499a55='s'==_0x54909c[0x0]?[..._0x61fb58][_0x10c08c(0xfd)]():_0x61fb58,_0x499a55[_0x10c08c(0x149)](_0xfdfd57=>{const _0x5bcba6=_0x10c08c;this[_0x5bcba6(0x128)](_0xfdfd57,_0x2fd4e9,_0x22728d)&&(_0x5734a8=_0xfdfd57);})),this[_0x10c08c(0x100)]=_0x4e7d48,this[_0x10c08c(0x12e)]=_0x2c78f5,_0x5734a8||_0x2c78f5[_0x10c08c(0x10a)]();}[_0x3d0720(0x135)](_0x260088,_0x173ffe,_0x523be5){const _0x1c565b=_0x3d0720,_0xe6c1a2=Array[_0x1c565b(0x134)](_0x260088[_0x1c565b(0x12c)]())[_0x1c565b(0xfd)]();if(void 0x0===this[_0x1c565b(0x14c)]&&void 0x0!==_0x173ffe&&this[_0x1c565b(0x100)]!==_0x523be5)return this[_0x1c565b(0x14c)]=_0x173ffe,this[_0x1c565b(0x12e)]=_0x260088,this[_0x1c565b(0x100)]=_0x523be5,_0xe6c1a2[_0x173ffe];if(void 0x0!==this[_0x1c565b(0x14c)]&&this[_0x1c565b(0x100)]===_0x523be5){if(_0x260088!==this[_0x1c565b(0x12e)])return Array[_0x1c565b(0x134)](this[_0x1c565b(0x12e)][_0x1c565b(0x12c)]())[_0x1c565b(0xfd)]()[this[_0x1c565b(0x14c)]];return _0xe6c1a2[this[_0x1c565b(0x14c)]];}return void 0x0!==_0x173ffe&&this[_0x1c565b(0x100)]!==_0x523be5?(this[_0x1c565b(0x14c)]=_0x173ffe,this[_0x1c565b(0x12e)]=_0x260088,this[_0x1c565b(0x100)]=_0x523be5,_0xe6c1a2[_0x173ffe]):_0x260088[_0x1c565b(0x10a)]();}[_0x3d0720(0x13a)](_0x50ef37,_0x36eaa6){const _0xafad66=_0x3d0720;if(_0x50ef37)for(let _0x441bcd=0x0;_0x441bcd<_0x36eaa6[_0xafad66(0x142)];_0x441bcd++){const _0xeb939a=_0x36eaa6[_0x441bcd];if(_0x50ef37[_0xafad66(0x109)]>=_0xeb939a[_0xafad66(0x114)]-0x3&&_0x50ef37[_0xafad66(0x109)]<=_0xeb939a[_0xafad66(0x116)]+0x3&&_0x50ef37[_0xafad66(0xfc)]>=_0xeb939a[_0xafad66(0x145)]-0x3&&_0x50ef37[_0xafad66(0xfc)]<=_0xeb939a[_0xafad66(0x147)]+0x3)return _0x441bcd;}}[_0x3d0720(0x128)](_0x76d9cb,_0x2ceb39,_0x103bf0){const _0x2f74b9=_0x3d0720,_0x232076=new _0x53d144(_0x76d9cb),_0x111aea=_0x2ceb39||document[_0x2f74b9(0x139)],_0x29e040=_0x232076[_0x2f74b9(0x112)](_0x3749e5(_0x103bf0)),_0x572740=new _0x53d144(_0x111aea)[_0x2f74b9(0x112)](_0x232076);return!!(_0x29e040&&_0x572740&&_0x232076[_0x2f74b9(0x140)]>0x0);}}
23
+ const _0x2a4335=_0x51bc;(function(_0x5a9172,_0x279b57){const _0x26a0d4=_0x51bc,_0x5f04fc=_0x5a9172();while(!![]){try{const _0x2cd836=-parseInt(_0x26a0d4(0x172))/0x1+-parseInt(_0x26a0d4(0x166))/0x2*(-parseInt(_0x26a0d4(0x1ad))/0x3)+-parseInt(_0x26a0d4(0x17d))/0x4*(parseInt(_0x26a0d4(0x179))/0x5)+-parseInt(_0x26a0d4(0x1a0))/0x6*(-parseInt(_0x26a0d4(0x17c))/0x7)+parseInt(_0x26a0d4(0x18a))/0x8*(parseInt(_0x26a0d4(0x171))/0x9)+-parseInt(_0x26a0d4(0x177))/0xa*(-parseInt(_0x26a0d4(0x1ab))/0xb)+parseInt(_0x26a0d4(0x1a5))/0xc*(parseInt(_0x26a0d4(0x165))/0xd);if(_0x2cd836===_0x279b57)break;else _0x5f04fc['push'](_0x5f04fc['shift']());}catch(_0x10c383){_0x5f04fc['push'](_0x5f04fc['shift']());}}}(_0x2dc2,0x96cd9));import{Rect as _0x25bd7b,getConstrainedViewportRect as _0x264e57,global as _0x11862d}from'ckeditor5/src/utils.js';import{BalloonPanelView as _0x1fe9fb,View as _0x8d66b6,clickOutsideHandler as _0x360195}from'ckeditor5/src/ui.js';import{AIReviewModeReviewCheckListItemResultsView as _0x1453f8}from'./aireviewmodechecklistitemresultview.js';function _0x2dc2(){const _0xb84035=['arrow_','ck-reset','clientY','_pinnedTargetElement','4924904DYwNiZ','_createContentView','ck-ai-review-mode-balloon-panel-suggestion','extendTemplate','.ck-ai-review-mode__change_active','top','deactivateChange','left','_getPointedRectIndexFromEvent','innerHTML','getBoundingClientRect','locale','_setupClickOutsideHandler','right','unpin','div','replace','add','_getBestRectPositionOnHover','remove','showDiff','isVisible','24lwvFuL','_setActiveClassOnMarker','querySelectorAll','bindTemplate','contentDiffed','4008AFaKaB','_pinnedTargetChangeId','getIntersection','updateContent','push','delegate','275byAysv','getClientRects','119523WKNPaW','hideBalloon','pin','ck-content','render','from','isDiffActive','length','showDiffInBalloon','click','resultItemView','hide','bottom','hideDiffInBalloon','hover','document','_getBestRectPositionOnClick','acceptChange','28340OtrMKS','2hVAWUe','_isPinnedRectVisible','fire','dismissChange','set','span[data-marker-id*=\x22','position','element','changeId','width','resultResponseView','9aTveCU','990885ZGyEUI','content','forEach','arrow_se','setTemplate','246490GmoqXU','classList','3245785BEkroF','clientX','show','451381HQkzfa','4esyyAN','_removeActiveClassFromMarkers','showBalloon','reverse','ck-ai-review-mode__suggestion-text','ck-ai-review-mode-balloon-panel-suggestion_diff-active','documentElement','_pinnedRectIndex','ck-ai-review-mode__change_active'];_0x2dc2=function(){return _0xb84035;};return _0x2dc2();}import'../../../theme/aireviewmode/aireviewmode-balloon-panel-suggestion.css';import'../../../theme/aireviewmode/aireviewmode-check-run-result.css';function _0x51bc(_0x1ccc02,_0x3d63c7){const _0x2dc288=_0x2dc2();return _0x51bc=function(_0x51bcc6,_0x250adb){_0x51bcc6=_0x51bcc6-0x160;let _0x29822c=_0x2dc288[_0x51bcc6];return _0x29822c;},_0x51bc(_0x1ccc02,_0x3d63c7);}export class AIReviewModeBalloonSuggestionItemView extends _0x1fe9fb{[_0x2a4335(0x1b7)];[_0x2a4335(0x184)]=void 0x0;[_0x2a4335(0x189)]=void 0x0;[_0x2a4335(0x1a6)]=void 0x0;constructor(_0x28f404,_0x51dec3){const _0x5868ae=_0x2a4335;super(_0x28f404),this[_0x5868ae(0x16a)]({'isVisible':!0x1,'position':_0x5868ae(0x175),'class':null,'top':0x0,'left':0x0}),this[_0x5868ae(0x18d)]({'tag':_0x5868ae(0x199),'attributes':{'class':[_0x5868ae(0x187)],'tabindex':'-1'}}),this[_0x5868ae(0x16a)](_0x5868ae(0x1b3),!0x1),this[_0x5868ae(0x173)][_0x5868ae(0x19b)](this[_0x5868ae(0x18b)]()),_0x51dec3[_0x5868ae(0x19b)](this);}[_0x2a4335(0x1b1)](){const _0x129dda=_0x2a4335;super[_0x129dda(0x1b1)](),this[_0x129dda(0x196)]();}[_0x2a4335(0x1a8)](_0x380327){const _0x3f911a=_0x2a4335;this[_0x3f911a(0x1b7)][_0x3f911a(0x16e)]=_0x380327['id'],this[_0x3f911a(0x1b7)][_0x3f911a(0x170)][_0x3f911a(0x16d)][_0x3f911a(0x193)]=_0x380327[_0x3f911a(0x1a4)];}[_0x2a4335(0x17f)](_0x2ec534,_0x426121,_0x3ebadb,_0x759560,_0x58a17c,_0x30cf8a){const _0x350c79=_0x2a4335;this[_0x350c79(0x17e)](),this[_0x350c79(0x1a8)](_0x2ec534),this[_0x350c79(0x17b)]();const _0x475963=Array[_0x350c79(0x1b2)](_0x426121[_0x350c79(0x1ac)]())[_0x350c79(0x180)](),_0x34aa71=this[_0x350c79(0x192)](_0x3ebadb,_0x475963);_0x350c79(0x1b6)===_0x759560?(this[_0x350c79(0x1b3)]=!0x0,this[_0x350c79(0x1a1)](_0x2ec534['id']),this[_0x350c79(0x1af)]({'target':()=>this[_0x350c79(0x163)](_0x426121,_0x34aa71,_0x2ec534['id'],_0x58a17c,_0x30cf8a)})):_0x350c79(0x161)===_0x759560&&(this[_0x350c79(0x1b3)]=!0x1,this[_0x350c79(0x1af)]({'target':()=>this[_0x350c79(0x19c)](_0x426121,_0x34aa71,_0x2ec534['id'])}));}[_0x2a4335(0x1ae)](){const _0x3443cb=_0x2a4335;this[_0x3443cb(0x1b8)](),this[_0x3443cb(0x198)](),this[_0x3443cb(0x17e)](),this[_0x3443cb(0x184)]=void 0x0,this[_0x3443cb(0x189)]=void 0x0,this[_0x3443cb(0x1a6)]=void 0x0;}[_0x2a4335(0x160)](){const _0x31526c=_0x2a4335;this[_0x31526c(0x1b7)][_0x31526c(0x19e)]=!0x1;}[_0x2a4335(0x1b5)](){const _0x607595=_0x2a4335;this[_0x607595(0x1b7)][_0x607595(0x19e)]=!0x0;}[_0x2a4335(0x190)](){const _0x37a5c3=_0x2a4335;this[_0x37a5c3(0x168)](_0x37a5c3(0x190));}[_0x2a4335(0x17e)](){const _0x4e386f=_0x2a4335;_0x11862d[_0x4e386f(0x162)][_0x4e386f(0x1a2)](_0x4e386f(0x18e))[_0x4e386f(0x174)](_0x25cb23=>{const _0x597ec1=_0x4e386f;_0x25cb23[_0x597ec1(0x178)][_0x597ec1(0x19d)](_0x597ec1(0x185));});}[_0x2a4335(0x1a1)](_0x515d2d){const _0x4776c9=_0x2a4335;_0x11862d[_0x4776c9(0x162)][_0x4776c9(0x1a2)](_0x4776c9(0x16b)+_0x515d2d+'\x22]')[_0x4776c9(0x174)](_0xbfadd4=>{const _0x37d38b=_0x4776c9;_0xbfadd4[_0x37d38b(0x178)][_0x37d38b(0x19b)](_0x37d38b(0x185));});}[_0x2a4335(0x196)](){const _0x23edb0=_0x2a4335;_0x360195({'emitter':this,'activator':()=>this[_0x23edb0(0x19f)],'contextElements':()=>{const _0x5a6b93=_0x23edb0,_0x31fcc4=[this[_0x5a6b93(0x16d)]];return this[_0x5a6b93(0x189)]&&_0x31fcc4[_0x5a6b93(0x1a9)](this[_0x5a6b93(0x189)]),_0x31fcc4;},'callback':()=>{const _0x475438=_0x23edb0;this[_0x475438(0x1b8)](),this[_0x475438(0x198)](),this[_0x475438(0x17e)](),this[_0x475438(0x190)](),this[_0x475438(0x189)]=void 0x0,this[_0x475438(0x184)]=void 0x0,this[_0x475438(0x1a6)]=void 0x0;}});}[_0x2a4335(0x18b)](){const _0x3e39b5=_0x2a4335,_0x29ee4a=new _0x8d66b6();return this[_0x3e39b5(0x1b7)]=new _0x1453f8(this[_0x3e39b5(0x195)],''),this[_0x3e39b5(0x1b7)][_0x3e39b5(0x170)][_0x3e39b5(0x18d)]({'attributes':{'class':[_0x3e39b5(0x1b0)]}}),this[_0x3e39b5(0x1b7)][_0x3e39b5(0x1aa)](_0x3e39b5(0x164),_0x3e39b5(0x169))['to'](this),_0x29ee4a[_0x3e39b5(0x176)]({'tag':_0x3e39b5(0x199),'attributes':{'class':[_0x3e39b5(0x187),_0x3e39b5(0x18c),this[_0x3e39b5(0x1a3)]['if'](_0x3e39b5(0x1b3),_0x3e39b5(0x182))]},'children':[{'tag':'p','attributes':{'class':[_0x3e39b5(0x181)]},'children':[this[_0x3e39b5(0x1b7)]]}]}),_0x29ee4a;}[_0x2a4335(0x163)](_0x4469d3,_0x42c1f0,_0x3c7b3e,_0x48fc3c,_0x5a1bdd){const _0x1c9e3f=_0x2a4335,_0x2e1cea=this[_0x1c9e3f(0x16c)][_0x1c9e3f(0x19a)](_0x1c9e3f(0x186),''),_0x5eca37=Array[_0x1c9e3f(0x1b2)](_0x4469d3[_0x1c9e3f(0x1ac)]());let _0x5ee11a,_0x4b68c7=_0x5eca37[_0x1c9e3f(0x180)]();return void 0x0!==_0x42c1f0&&this[_0x1c9e3f(0x167)](_0x4b68c7[_0x42c1f0],_0x48fc3c,_0x5a1bdd)?(_0x5ee11a=_0x4b68c7[_0x42c1f0],this[_0x1c9e3f(0x184)]=_0x42c1f0):this[_0x1c9e3f(0x167)](_0x4b68c7[0x0],_0x48fc3c,_0x5a1bdd)&&void 0x0===_0x42c1f0?_0x5ee11a=_0x4b68c7[0x0]:(_0x4b68c7='s'==_0x2e1cea[0x0]?[..._0x5eca37][_0x1c9e3f(0x180)]():_0x5eca37,_0x4b68c7[_0x1c9e3f(0x174)](_0x2d9b74=>{const _0x2706a2=_0x1c9e3f;this[_0x2706a2(0x167)](_0x2d9b74,_0x48fc3c,_0x5a1bdd)&&(_0x5ee11a=_0x2d9b74);})),this[_0x1c9e3f(0x1a6)]=_0x3c7b3e,this[_0x1c9e3f(0x189)]=_0x4469d3,_0x5ee11a||_0x4469d3[_0x1c9e3f(0x194)]();}[_0x2a4335(0x19c)](_0x216d4e,_0x47f71a,_0x36d824){const _0x2cc9fd=_0x2a4335,_0x4cce0c=Array[_0x2cc9fd(0x1b2)](_0x216d4e[_0x2cc9fd(0x1ac)]())[_0x2cc9fd(0x180)]();if(void 0x0===this[_0x2cc9fd(0x184)]&&void 0x0!==_0x47f71a&&this[_0x2cc9fd(0x1a6)]!==_0x36d824)return this[_0x2cc9fd(0x184)]=_0x47f71a,this[_0x2cc9fd(0x189)]=_0x216d4e,this[_0x2cc9fd(0x1a6)]=_0x36d824,_0x4cce0c[_0x47f71a];if(void 0x0!==this[_0x2cc9fd(0x184)]&&this[_0x2cc9fd(0x1a6)]===_0x36d824){if(_0x216d4e!==this[_0x2cc9fd(0x189)])return Array[_0x2cc9fd(0x1b2)](this[_0x2cc9fd(0x189)][_0x2cc9fd(0x1ac)]())[_0x2cc9fd(0x180)]()[this[_0x2cc9fd(0x184)]];return _0x4cce0c[this[_0x2cc9fd(0x184)]];}return void 0x0!==_0x47f71a&&this[_0x2cc9fd(0x1a6)]!==_0x36d824?(this[_0x2cc9fd(0x184)]=_0x47f71a,this[_0x2cc9fd(0x189)]=_0x216d4e,this[_0x2cc9fd(0x1a6)]=_0x36d824,_0x4cce0c[_0x47f71a]):_0x216d4e[_0x2cc9fd(0x194)]();}[_0x2a4335(0x192)](_0x3ce656,_0x8505a8){const _0x3a4e31=_0x2a4335;if(_0x3ce656)for(let _0x592a75=0x0;_0x592a75<_0x8505a8[_0x3a4e31(0x1b4)];_0x592a75++){const _0x1b50ac=_0x8505a8[_0x592a75];if(_0x3ce656[_0x3a4e31(0x17a)]>=_0x1b50ac[_0x3a4e31(0x191)]-0x3&&_0x3ce656[_0x3a4e31(0x17a)]<=_0x1b50ac[_0x3a4e31(0x197)]+0x3&&_0x3ce656[_0x3a4e31(0x188)]>=_0x1b50ac[_0x3a4e31(0x18f)]-0x3&&_0x3ce656[_0x3a4e31(0x188)]<=_0x1b50ac[_0x3a4e31(0x1b9)]+0x3)return _0x592a75;}}[_0x2a4335(0x167)](_0xa1c17b,_0x5d2f9e,_0x285e0f){const _0x3624eb=_0x2a4335,_0xbac382=new _0x25bd7b(_0xa1c17b),_0x33efe6=_0x5d2f9e||document[_0x3624eb(0x183)],_0x45d716=_0xbac382[_0x3624eb(0x1a7)](_0x264e57(_0x285e0f)),_0x5c502b=new _0x25bd7b(_0x33efe6)[_0x3624eb(0x1a7)](_0xbac382);return!!(_0x45d716&&_0x5c502b&&_0xbac382[_0x3624eb(0x16f)]>0x0);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x151e2c=_0x3136;(function(_0x365009,_0x33aa50){const _0x4cb5f6=_0x3136,_0x4a5483=_0x365009();while(!![]){try{const _0x404424=-parseInt(_0x4cb5f6(0x10d))/0x1+-parseInt(_0x4cb5f6(0x12e))/0x2+parseInt(_0x4cb5f6(0x114))/0x3+parseInt(_0x4cb5f6(0xfc))/0x4*(-parseInt(_0x4cb5f6(0x128))/0x5)+parseInt(_0x4cb5f6(0x103))/0x6+-parseInt(_0x4cb5f6(0xf3))/0x7*(-parseInt(_0x4cb5f6(0x12d))/0x8)+-parseInt(_0x4cb5f6(0x121))/0x9*(parseInt(_0x4cb5f6(0x10f))/0xa);if(_0x404424===_0x33aa50)break;else _0x4a5483['push'](_0x4a5483['shift']());}catch(_0xfed775){_0x4a5483['push'](_0x4a5483['shift']());}}}(_0x1e69,0x216c9));function _0x1e69(){const _0x39dbc0=['ck-ai-review-mode__check-run-result_active','dismissButtonView','label','7385SawPrF','ck-content','ck-ai-review-mode__check-run-result-footer','div','AI_REVIEW_MODE_LEARN_MORE','14408ryQCVl','150028ooacDf','isInfoToggleOn','ck-ai-review-mode__check-run-result-action-buttons','setTemplate','_createStatusButtonView','ck-ai-review-mode__check-run-result-response','dismissChange','REJECTED','bind','511UOSYop','set','setItemAsActive','isOn','setItemAsInactive','acceptChange','acceptButtonView','toUpperCase','AI_REVIEW_MODE_ACCEPT_CHANGE','144tdfRIf','bindTemplate','locale','activateChange','ck-ai-review-mode__check-run-result-status-button','disabled','_createAcceptButtonView','585930RDYjds','ck-ai-button-secondary','menuitemcheckbox','statusButtonView','ck-ai-review-mode__check-run-result-dismiss-button','fire','_createInfoButtonView','ck-ai-button-tertiary-filled\x20ck-ai-review-mode__check-run-result-info-button\x20ck-hidden','infoButtonView','AI_REVIEW_MODE_CHECK_STATUS_','29088tGEOMM','ck-ai-review-mode__check-run-result','10CxIopS','isActive','icon','status','ck-ai-review-mode__check-run-result-accept-button','797373zrNKHm','execute','showDiff','click','_createDismissButtonView','ck-hidden','_createResultResponseView','ck-content-direct-excluded','resultResponseView','extendTemplate','ck-ai-button-tertiary-filled','ACCEPTED','AI_REVIEW_MODE_DISMISS_CHANGE','1806660QXrLgT','pending','stopPropagation','changeId'];_0x1e69=function(){return _0x39dbc0;};return _0x1e69();}import{View as _0x33b3cc,ButtonView as _0x50953d}from'ckeditor5/src/ui.js';import{IconInfo as _0x360bbd,IconCheck as _0x363e41,IconCancel as _0x52f5f4,IconOutdated as _0x5a5616}from'ckeditor5/src/icons.js';import{getTranslation as _0x47d551}from'../../aicore/utils/common-translations.js';function _0x3136(_0x48c5da,_0x2a6c9a){const _0x1e69b8=_0x1e69();return _0x3136=function(_0x313661,_0x1a3ac6){_0x313661=_0x313661-0xef;let _0x347989=_0x1e69b8[_0x313661];return _0x347989;},_0x3136(_0x48c5da,_0x2a6c9a);}export class AIReviewModeReviewCheckListItemResultsView extends _0x33b3cc{[_0x151e2c(0x11c)];[_0x151e2c(0xf9)];[_0x151e2c(0x126)];[_0x151e2c(0x10b)];[_0x151e2c(0x106)];constructor(_0x400352,_0x33b521){const _0x14cf48=_0x151e2c;super(_0x400352),this['id']=_0x33b521,this[_0x14cf48(0xf4)](_0x14cf48(0x112),_0x14cf48(0x122)),this[_0x14cf48(0xf4)](_0x14cf48(0x124),_0x33b521),this[_0x14cf48(0x11c)]=this[_0x14cf48(0x11a)](),this[_0x14cf48(0xf9)]=this[_0x14cf48(0x102)](),this[_0x14cf48(0x126)]=this[_0x14cf48(0x118)](),this[_0x14cf48(0x10b)]=this[_0x14cf48(0x109)](),this[_0x14cf48(0x106)]=this[_0x14cf48(0x132)](),this[_0x14cf48(0xf4)](_0x14cf48(0x12f),!0x1),this[_0x14cf48(0xf4)](_0x14cf48(0x110),!0x1),this[_0x14cf48(0xf4)](_0x14cf48(0x116),!0x0),this[_0x14cf48(0x131)]({'tag':_0x14cf48(0x12b),'attributes':{'class':[_0x14cf48(0x10e),this[_0x14cf48(0xfd)]['if'](_0x14cf48(0x110),_0x14cf48(0x125))]},'on':{'click':this[_0x14cf48(0xfd)]['to'](_0x14cf48(0x117))},'children':[this[_0x14cf48(0x11c)],{'tag':_0x14cf48(0x12b),'attributes':{'class':[_0x14cf48(0x12a)]},'children':[{'tag':_0x14cf48(0x12b),'attributes':{'class':[_0x14cf48(0x130)]},'children':[this[_0x14cf48(0xf9)],this[_0x14cf48(0x126)],this[_0x14cf48(0x106)]]},this[_0x14cf48(0x10b)]]}]}),this['on'](_0x14cf48(0x117),()=>{const _0x8c5210=_0x14cf48;this[_0x8c5210(0x108)](_0x8c5210(0xff),{'id':_0x33b521,'source':this});});}[_0x151e2c(0xf5)](){const _0x232637=_0x151e2c;this[_0x232637(0x110)]=!0x0;}[_0x151e2c(0xf7)](){const _0x1c6b01=_0x151e2c;this[_0x1c6b01(0x110)]=!0x1;}[_0x151e2c(0x11a)](){const _0x520e18=_0x151e2c,_0x9d640f=new _0x33b3cc(this[_0x520e18(0xfe)]);return _0x9d640f[_0x520e18(0x131)]({'tag':_0x520e18(0x12b),'attributes':{'class':['ck',_0x520e18(0x129),_0x520e18(0x11b),_0x520e18(0xef),this[_0x520e18(0xfd)]['if'](_0x520e18(0x116),_0x520e18(0x119),_0x2fa627=>!_0x2fa627)]}}),_0x9d640f;}[_0x151e2c(0x102)](){const _0x14293e=_0x151e2c,_0x1da22d=new _0x50953d(this[_0x14293e(0xfe)]);return _0x1da22d[_0x14293e(0xf4)]({'label':_0x47d551(this[_0x14293e(0xfe)],_0x14293e(0xfb)),'withText':!0x0}),_0x1da22d[_0x14293e(0x11d)]({'on':{'click':this[_0x14293e(0xfd)]['to'](_0x5601c1=>{const _0x9a192e=_0x14293e;this[_0x9a192e(0x108)](_0x9a192e(0xf8),{'id':this[_0x9a192e(0x124)]}),_0x5601c1[_0x9a192e(0x123)]();})},'attributes':{'class':[_0x14293e(0x104),_0x14293e(0x113),this[_0x14293e(0xfd)]['if'](_0x14293e(0x112),_0x14293e(0x119),_0x4d55f8=>_0x14293e(0x122)!==_0x4d55f8)]}}),_0x1da22d;}[_0x151e2c(0x118)](){const _0x1d61e3=_0x151e2c,_0x48f68e=new _0x50953d(this[_0x1d61e3(0xfe)]);return _0x48f68e[_0x1d61e3(0xf4)]({'label':_0x47d551(this[_0x1d61e3(0xfe)],_0x1d61e3(0x120)),'withText':!0x0}),_0x48f68e[_0x1d61e3(0x11d)]({'on':{'click':this[_0x1d61e3(0xfd)]['to'](_0xf7dd3c=>{const _0x8b34d2=_0x1d61e3;this[_0x8b34d2(0x108)](_0x8b34d2(0xf0),{'id':this[_0x8b34d2(0x124)]}),_0xf7dd3c[_0x8b34d2(0x123)]();})},'attributes':{'class':[_0x1d61e3(0x11e),_0x1d61e3(0x107),this[_0x1d61e3(0xfd)]['if'](_0x1d61e3(0x112),_0x1d61e3(0x119),_0x2c2dfc=>_0x1d61e3(0x122)!==_0x2c2dfc)]}}),_0x48f68e;}[_0x151e2c(0x109)](){const _0x10fece=_0x151e2c,_0x6191b0=new _0x50953d(this[_0x10fece(0xfe)]);return _0x6191b0[_0x10fece(0xf4)]({'label':_0x47d551(this[_0x10fece(0xfe)],_0x10fece(0x12c)),'icon':_0x360bbd,'tooltip':!0x0,'isToggleable':!0x0,'role':_0x10fece(0x105),'class':_0x10fece(0x10a)}),_0x6191b0[_0x10fece(0xf2)](_0x10fece(0xf6))['to'](this,_0x10fece(0x12f),_0x5f110a=>_0x5f110a),_0x6191b0['on'](_0x10fece(0x115),()=>{const _0x4689a1=_0x10fece;this[_0x4689a1(0x12f)]=!this[_0x4689a1(0x12f)];}),_0x6191b0;}[_0x151e2c(0x132)](){const _0x1284b4=_0x151e2c,_0x2b496=new _0x50953d(this[_0x1284b4(0xfe)]);return _0x2b496[_0x1284b4(0xf4)]({'withText':!0x0,'isEnabled':!0x1}),_0x2b496[_0x1284b4(0xf2)](_0x1284b4(0x127))['to'](this,_0x1284b4(0x112),_0x2967e0=>_0x47d551(this[_0x1284b4(0xfe)],_0x1284b4(0x10c)+_0x2967e0[_0x1284b4(0xfa)]())),_0x2b496[_0x1284b4(0xf2)](_0x1284b4(0x111))['to'](this,_0x1284b4(0x112),_0x1a2bdf=>_0x1284b4(0x11f)===_0x1a2bdf[_0x1284b4(0xfa)]()?_0x363e41:_0x1284b4(0xf1)===_0x1a2bdf[_0x1284b4(0xfa)]()?_0x52f5f4:_0x5a5616),_0x2b496[_0x1284b4(0x11d)]({'attributes':{'class':[_0x1284b4(0x104),_0x1284b4(0x100),this[_0x1284b4(0xfd)]['if'](_0x1284b4(0x112),_0x1284b4(0x119),_0x4cf57b=>_0x1284b4(0x122)===_0x4cf57b)],'disabled':_0x1284b4(0x101)}}),_0x2b496;}}
23
+ const _0x48b208=_0x5a3f;function _0x5a3f(_0x36a237,_0x22ea51){const _0x470f0b=_0x470f();return _0x5a3f=function(_0x5a3fc6,_0x1ca35c){_0x5a3fc6=_0x5a3fc6-0xdc;let _0x1726b8=_0x470f0b[_0x5a3fc6];return _0x1726b8;},_0x5a3f(_0x36a237,_0x22ea51);}(function(_0x5316d1,_0x330989){const _0x3bbe44=_0x5a3f,_0x472a9d=_0x5316d1();while(!![]){try{const _0x164a36=-parseInt(_0x3bbe44(0xec))/0x1*(-parseInt(_0x3bbe44(0x118))/0x2)+-parseInt(_0x3bbe44(0x106))/0x3+parseInt(_0x3bbe44(0x110))/0x4+parseInt(_0x3bbe44(0xf1))/0x5+parseInt(_0x3bbe44(0x101))/0x6*(-parseInt(_0x3bbe44(0xf7))/0x7)+parseInt(_0x3bbe44(0x103))/0x8+-parseInt(_0x3bbe44(0x109))/0x9;if(_0x164a36===_0x330989)break;else _0x472a9d['push'](_0x472a9d['shift']());}catch(_0x5b8693){_0x472a9d['push'](_0x472a9d['shift']());}}}(_0x470f,0x326d0));import{View as _0x17a800,ButtonView as _0x3e1fd7}from'ckeditor5/src/ui.js';function _0x470f(){const _0x5014d3=['ck-ai-review-mode__check-run-result-action-buttons','toUpperCase','activateChange','ck-ai-review-mode__check-run-result-dismiss-button','showDiff','REJECTED','execute','extendTemplate','AI_REVIEW_MODE_DISMISS_CHANGE','resultResponseView','click','_createDismissButtonView','8VzjaUl','ck-ai-review-mode__check-run-result-accept-button','div','_createInfoButtonView','ck-ai-review-mode__check-run-result','1061560hRVNxj','ck-ai-review-mode__check-run-result-status-button','bindTemplate','ck-ai-button-tertiary-filled\x20ck-ai-review-mode__check-run-result-info-button\x20ck-hidden','ck-ai-button-tertiary-filled','_createResultResponseView','70NcGUAV','status','icon','set','setItemAsActive','setItemAsInactive','ck-hidden','ck-content','statusButtonView','acceptButtonView','127620NtFXzE','isOn','1734728PxeaLl','isActive','label','153525HirkxE','ck-ai-review-mode__check-run-result_active','dismissButtonView','3159702QQsKXK','_createAcceptButtonView','AI_REVIEW_MODE_ACCEPT_CHANGE','ck-ai-review-mode__check-run-result-footer','ck-content-direct-excluded','fire','locale','767648slHzwn','infoButtonView','isInfoToggleOn','ck-ai-review-mode__check-run-result-response','acceptChange','stopPropagation','ACCEPTED','changeId','50108gTOuZe','menuitemcheckbox','bind','AI_REVIEW_MODE_CHECK_STATUS_','_createStatusButtonView','setTemplate','disabled','pending','ck-ai-button-secondary','AI_REVIEW_MODE_LEARN_MORE','dismissChange'];_0x470f=function(){return _0x5014d3;};return _0x470f();}import{IconInfo as _0x152ebd,IconCheck as _0x4ac944,IconCancel as _0x15a646,IconOutdated as _0x207932}from'ckeditor5/src/icons.js';import{getTranslation as _0x2d954f}from'../../aicore/utils/common-translations.js';export class AIReviewModeReviewCheckListItemResultsView extends _0x17a800{[_0x48b208(0xe9)];[_0x48b208(0x100)];[_0x48b208(0x108)];[_0x48b208(0x111)];[_0x48b208(0xff)];constructor(_0x1de5c1,_0x50e171){const _0x1e723a=_0x48b208;super(_0x1de5c1),this['id']=_0x50e171,this[_0x1e723a(0xfa)](_0x1e723a(0xf8),_0x1e723a(0xdc)),this[_0x1e723a(0xfa)](_0x1e723a(0x117),_0x50e171),this[_0x1e723a(0xe9)]=this[_0x1e723a(0xf6)](),this[_0x1e723a(0x100)]=this[_0x1e723a(0x10a)](),this[_0x1e723a(0x108)]=this[_0x1e723a(0xeb)](),this[_0x1e723a(0x111)]=this[_0x1e723a(0xef)](),this[_0x1e723a(0xff)]=this[_0x1e723a(0x11c)](),this[_0x1e723a(0xfa)](_0x1e723a(0x112),!0x1),this[_0x1e723a(0xfa)](_0x1e723a(0x104),!0x1),this[_0x1e723a(0xfa)](_0x1e723a(0xe4),!0x0),this[_0x1e723a(0x11d)]({'tag':_0x1e723a(0xee),'attributes':{'class':[_0x1e723a(0xf0),this[_0x1e723a(0xf3)]['if'](_0x1e723a(0x104),_0x1e723a(0x107))]},'on':{'click':this[_0x1e723a(0xf3)]['to'](_0x1e723a(0xea))},'children':[this[_0x1e723a(0xe9)],{'tag':_0x1e723a(0xee),'attributes':{'class':[_0x1e723a(0x10c)]},'children':[{'tag':_0x1e723a(0xee),'attributes':{'class':[_0x1e723a(0xe0)]},'children':[this[_0x1e723a(0x100)],this[_0x1e723a(0x108)],this[_0x1e723a(0xff)]]},this[_0x1e723a(0x111)]]}]}),this['on'](_0x1e723a(0xea),()=>{const _0x220af1=_0x1e723a;this[_0x220af1(0x10e)](_0x220af1(0xe2),{'id':_0x50e171,'source':this});});}[_0x48b208(0xfb)](){const _0x5bb7cc=_0x48b208;this[_0x5bb7cc(0x104)]=!0x0;}[_0x48b208(0xfc)](){const _0x7feca6=_0x48b208;this[_0x7feca6(0x104)]=!0x1;}[_0x48b208(0xf6)](){const _0x45effc=_0x48b208,_0x5bd794=new _0x17a800(this[_0x45effc(0x10f)]);return _0x5bd794[_0x45effc(0x11d)]({'tag':_0x45effc(0xee),'attributes':{'class':['ck',_0x45effc(0xfe),_0x45effc(0x10d),_0x45effc(0x113),this[_0x45effc(0xf3)]['if'](_0x45effc(0xe4),_0x45effc(0xfd),_0x2f27f8=>!_0x2f27f8)]}}),_0x5bd794;}[_0x48b208(0x10a)](){const _0x3c3a08=_0x48b208,_0x55bfbd=new _0x3e1fd7(this[_0x3c3a08(0x10f)]);return _0x55bfbd[_0x3c3a08(0xfa)]({'label':_0x2d954f(this[_0x3c3a08(0x10f)],_0x3c3a08(0x10b)),'withText':!0x0}),_0x55bfbd[_0x3c3a08(0xe7)]({'on':{'click':this[_0x3c3a08(0xf3)]['to'](_0x59933a=>{const _0x195f26=_0x3c3a08;this[_0x195f26(0x10e)](_0x195f26(0x114),{'id':this[_0x195f26(0x117)]}),_0x59933a[_0x195f26(0x115)]();})},'attributes':{'class':[_0x3c3a08(0xdd),_0x3c3a08(0xed),this[_0x3c3a08(0xf3)]['if'](_0x3c3a08(0xf8),_0x3c3a08(0xfd),_0x1594ab=>_0x3c3a08(0xdc)!==_0x1594ab)]}}),_0x55bfbd;}[_0x48b208(0xeb)](){const _0x48dca9=_0x48b208,_0x594216=new _0x3e1fd7(this[_0x48dca9(0x10f)]);return _0x594216[_0x48dca9(0xfa)]({'label':_0x2d954f(this[_0x48dca9(0x10f)],_0x48dca9(0xe8)),'withText':!0x0}),_0x594216[_0x48dca9(0xe7)]({'on':{'click':this[_0x48dca9(0xf3)]['to'](_0x224407=>{const _0x3d1505=_0x48dca9;this[_0x3d1505(0x10e)](_0x3d1505(0xdf),{'id':this[_0x3d1505(0x117)]}),_0x224407[_0x3d1505(0x115)]();})},'attributes':{'class':[_0x48dca9(0xf5),_0x48dca9(0xe3),this[_0x48dca9(0xf3)]['if'](_0x48dca9(0xf8),_0x48dca9(0xfd),_0x5dca49=>_0x48dca9(0xdc)!==_0x5dca49)]}}),_0x594216;}[_0x48b208(0xef)](){const _0x2c9bc9=_0x48b208,_0x1edbda=new _0x3e1fd7(this[_0x2c9bc9(0x10f)]);return _0x1edbda[_0x2c9bc9(0xfa)]({'label':_0x2d954f(this[_0x2c9bc9(0x10f)],_0x2c9bc9(0xde)),'icon':_0x152ebd,'tooltip':!0x0,'isToggleable':!0x0,'role':_0x2c9bc9(0x119),'class':_0x2c9bc9(0xf4)}),_0x1edbda[_0x2c9bc9(0x11a)](_0x2c9bc9(0x102))['to'](this,_0x2c9bc9(0x112),_0x39ab6f=>_0x39ab6f),_0x1edbda['on'](_0x2c9bc9(0xe6),()=>{const _0x287e5a=_0x2c9bc9;this[_0x287e5a(0x112)]=!this[_0x287e5a(0x112)];}),_0x1edbda;}[_0x48b208(0x11c)](){const _0x2464db=_0x48b208,_0x4341fb=new _0x3e1fd7(this[_0x2464db(0x10f)]);return _0x4341fb[_0x2464db(0xfa)]({'withText':!0x0,'isEnabled':!0x1}),_0x4341fb[_0x2464db(0x11a)](_0x2464db(0x105))['to'](this,_0x2464db(0xf8),_0x24d773=>_0x2d954f(this[_0x2464db(0x10f)],_0x2464db(0x11b)+_0x24d773[_0x2464db(0xe1)]())),_0x4341fb[_0x2464db(0x11a)](_0x2464db(0xf9))['to'](this,_0x2464db(0xf8),_0x62cc4e=>_0x2464db(0x116)===_0x62cc4e[_0x2464db(0xe1)]()?_0x4ac944:_0x2464db(0xe5)===_0x62cc4e[_0x2464db(0xe1)]()?_0x15a646:_0x207932),_0x4341fb[_0x2464db(0xe7)]({'attributes':{'class':[_0x2464db(0xdd),_0x2464db(0xf2),this[_0x2464db(0xf3)]['if'](_0x2464db(0xf8),_0x2464db(0xfd),_0x56b5b7=>_0x2464db(0xdc)===_0x56b5b7)],'disabled':_0x2464db(0x11e)}}),_0x4341fb;}}