@ckeditor/ckeditor5-ai 47.2.0-alpha.4 → 47.2.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 (128) 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/aiactions/model/aiactionsinteraction.js +1 -1
  6. package/src/aiactions/model/aiactionsreply.js +1 -1
  7. package/src/aiassistant/adapters/aiadapter.js +1 -1
  8. package/src/aiassistant/adapters/aitextadapter.js +1 -1
  9. package/src/aiassistant/adapters/awstextadapter.js +1 -1
  10. package/src/aiassistant/adapters/openaitextadapter.js +1 -1
  11. package/src/aiassistant/aiassistant.js +1 -1
  12. package/src/aiassistant/aiassistantediting.js +1 -1
  13. package/src/aiassistant/aiassistantui.js +1 -1
  14. package/src/aiassistant/ui/aiassistantcontroller.js +2 -2
  15. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  16. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  17. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  18. package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
  19. package/src/aiassistant/ui/form/aiformview.js +1 -1
  20. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  21. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  22. package/src/aiassistant/ui/form/prompthistory.js +1 -1
  23. package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
  24. package/src/aiballoon/aiballoon.js +1 -1
  25. package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
  26. package/src/aiballoon/ui/aiballoontoolbarview.js +1 -1
  27. package/src/aiballoon/ui/aiballoonview.js +1 -1
  28. package/src/aichat/aichat.js +1 -1
  29. package/src/aichat/aichatcontroller.js +1 -1
  30. package/src/aichat/aichatui.js +1 -1
  31. package/src/aichat/model/aichatcontext.js +1 -1
  32. package/src/aichat/model/aichatconversation.js +1 -1
  33. package/src/aichat/model/aichatinteraction.js +1 -1
  34. package/src/aichat/model/aichatmodels.js +1 -1
  35. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  36. package/src/aichat/ui/aichatfeedview.js +1 -1
  37. package/src/aichat/ui/aichatheaderview.js +1 -1
  38. package/src/aichat/ui/aichatview.js +1 -1
  39. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  40. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  41. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  42. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  43. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  44. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  45. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  46. package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
  47. package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
  48. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  49. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  50. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  51. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  52. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  53. package/src/aichat/ui/feed/aichatfeederroritemview.js +1 -1
  54. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  55. package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
  56. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  57. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  58. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  59. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  60. package/src/aichat/utils/eventnames.js +1 -1
  61. package/src/aichat/utils/promisequeue.js +1 -1
  62. package/src/aichat/utils/scrollmanager.js +1 -1
  63. package/src/aichathistory/aichathistory.js +1 -1
  64. package/src/aichathistory/aichathistorycontroller.js +1 -1
  65. package/src/aichathistory/aichathistoryui.js +1 -1
  66. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  67. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  68. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  69. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  70. package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
  71. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  72. package/src/aicore/aiconnector.js +1 -1
  73. package/src/aicore/aiediting.js +1 -1
  74. package/src/aicore/model/aicapabilities.js +1 -1
  75. package/src/aicore/model/aiinteraction.js +1 -1
  76. package/src/aicore/model/aimodels.js +1 -1
  77. package/src/aicore/model/aireply.js +1 -1
  78. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  79. package/src/aicore/pipeline/airesponseparser.js +2 -2
  80. package/src/aicore/ui/aidisclaimerview.js +1 -1
  81. package/src/aicore/ui/aiskeleton.js +1 -1
  82. package/src/aicore/ui/aispinner.js +1 -1
  83. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  84. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  85. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  86. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  87. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  88. package/src/aicore/utils/createresizebutton.js +1 -1
  89. package/src/aicore/utils/documentrange.js +1 -1
  90. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  91. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  92. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  93. package/src/aicore/utils/htmlparser.js +1 -1
  94. package/src/aicore/utils/htmlstreamer.js +1 -1
  95. package/src/aieditorintegration/aieditorintegration.js +1 -1
  96. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  97. package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
  98. package/src/aiquickactions/aiquickactions.js +1 -1
  99. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  100. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  101. package/src/aiquickactions/aiquickactionsui.js +1 -1
  102. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  103. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  104. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  105. package/src/aireviewmode/aireviewmode.js +1 -1
  106. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  107. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  108. package/src/aireviewmode/aireviewmodeui.js +1 -1
  109. package/src/aireviewmode/model/aireviewchecklist.js +1 -1
  110. package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
  111. package/src/aireviewmode/model/aireviewcheckresultchange.js +1 -1
  112. package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
  113. package/src/aireviewmode/ui/aireviemodepromptinputview.js +1 -1
  114. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  115. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  116. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  117. package/src/aireviewmode/ui/aireviewmodefinishreviewbuttonview.js +1 -1
  118. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  119. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  120. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  121. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  122. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  123. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  124. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  125. package/src/aitabs/aitabs.js +1 -1
  126. package/src/aitabs/tabs/aitabsview.js +1 -1
  127. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  128. package/src/aitabs/tabs/tabpanelview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x43a269=_0x33ea;(function(_0x365631,_0x188944){const _0x530e8c=_0x33ea,_0x3956bb=_0x365631();while(!![]){try{const _0x47dd9b=-parseInt(_0x530e8c(0x1a0))/0x1+-parseInt(_0x530e8c(0x17b))/0x2+parseInt(_0x530e8c(0x16e))/0x3+parseInt(_0x530e8c(0x171))/0x4*(parseInt(_0x530e8c(0x1a7))/0x5)+parseInt(_0x530e8c(0x186))/0x6*(parseInt(_0x530e8c(0x187))/0x7)+-parseInt(_0x530e8c(0x185))/0x8+-parseInt(_0x530e8c(0x193))/0x9;if(_0x47dd9b===_0x188944)break;else _0x3956bb['push'](_0x3956bb['shift']());}catch(_0x1c9c9d){_0x3956bb['push'](_0x3956bb['shift']());}}}(_0xc699,0x9de3f));function _0xc699(){const _0x1ea1d3=['_createActionButton','role','.ck-ai-quick-actions-group-button','show','menu','actions','icon','_createGroupActionsList','729344lFUmLS','focus','ck-ai-quick-actions','focusTracker','ck-ai-quick-actions-group-list','optionsListView','eastSouth','120350NhNjCz','detachFromDom','setTemplate','ck-dropdown-menu-list','clear','forEach','ArrowRight','keystrokes','delete','_isMovingToNestedMenu','addMany','_openNestedPanels','key','rtl','get','_setupGroupMenuBehavior','element','ck-reset_all','addEventListener','bindTemplate','pin','relatedTarget','2590392DLxHAp','div','isVisible','136NHGJFA','uiLanguageDirection','hide','content','menuitem','contains','_bodyCollection','_hideAllNestedPanels','.ck-ai-quick-actions-group-list','ArrowLeft','1051492xEtAsG','ck-ai-quick-actions-group-panel','items','_showNestedPanel','.ck-ai-quick-actions-group-panel','extendTemplate','ck-ai-quick-actions-group-button','children','_createActionGroupButton','focusCycler','6847704sudSHw','982266LieUNv','49ndrWXl','ck-rounded-corners','_hideNestedPanel','locale','isOn','add','label','closest','render','_focusables','_createListItems','bind','630441OyQSrT','ck-dropdown-menu__nested-menu__panel','mouseleave','set','destroy'];_0xc699=function(){return _0x1ea1d3;};return _0xc699();}import{View as _0x3fa52c,ListItemView as _0x16334b,ListView as _0x3c7bae,BalloonPanelView as _0x509522,DropdownMenuPanelPositioningFunctions as _0x3f043c,DropdownMenuButtonView as _0x478feb,ViewCollection as _0x354668,FocusCycler as _0x55177f}from'ckeditor5/src/ui.js';function _0x33ea(_0x3fd80f,_0x2caa44){const _0xc6995d=_0xc699();return _0x33ea=function(_0x33ea6b,_0x4dc583){_0x33ea6b=_0x33ea6b-0x16b;let _0x1ff75c=_0xc6995d[_0x33ea6b];return _0x1ff75c;},_0x33ea(_0x3fd80f,_0x2caa44);}import{IconAIQuickActions as _0x443748}from'@ckeditor/ckeditor5-icons';import{FocusTracker as _0xd0bc01,KeystrokeHandler as _0x2a367e}from'ckeditor5/src/utils.js';import{aiQuickActionsButtonCreator as _0x2542e4}from'./aiquickactionsbuttoncreator.js';const ys=_0x43a269(0x19c),vs=_0x43a269(0x175);export class AIQuickActionsDropdownContentView extends _0x3fa52c{[_0x43a269(0x177)];[_0x43a269(0x1a5)];[_0x43a269(0x1a3)];[_0x43a269(0x1ae)];[_0x43a269(0x190)];[_0x43a269(0x184)];[_0x43a269(0x1b2)]=new Set();constructor(_0x5f375f,_0x58a96a,_0x5bcee2,_0x79d5ac){const _0x1611a1=_0x43a269,_0xacc1ea=_0x5f375f[_0x1611a1(0x18a)];super(_0xacc1ea),this[_0x1611a1(0x177)]=_0x79d5ac;const _0x1e8358=this[_0x1611a1(0x191)](_0x5f375f,_0x58a96a,_0x5bcee2);this[_0x1611a1(0x1a5)]=new _0x3c7bae(_0xacc1ea),this[_0x1611a1(0x1a5)][_0x1611a1(0x199)]=ys,this[_0x1611a1(0x1a5)][_0x1611a1(0x17d)][_0x1611a1(0x1b1)](_0x1e8358),this[_0x1611a1(0x1a3)]=new _0xd0bc01(),this[_0x1611a1(0x1ae)]=new _0x2a367e(),this[_0x1611a1(0x190)]=_0x1e8358,this[_0x1611a1(0x184)]=new _0x55177f({'focusables':this[_0x1611a1(0x190)],'focusTracker':this[_0x1611a1(0x1a3)],'keystrokeHandler':this[_0x1611a1(0x1ae)]}),this[_0x1611a1(0x1a9)]({'tag':_0x1611a1(0x16f),'attributes':{'class':['ck',_0x1611a1(0x1b8),_0x1611a1(0x1a2),_0x1611a1(0x188)],'dir':_0xacc1ea[_0x1611a1(0x172)]},'children':[this[_0x1611a1(0x1a5)]]});}[_0x43a269(0x191)](_0x5c0ce4,_0x1eb6fd,_0x18faf0){const _0x3102b8=_0x43a269,_0x474694=new _0x354668();return _0x1eb6fd[_0x3102b8(0x1ac)](_0xfbabc2=>{const _0x434f37=_0x3102b8;_0x434f37(0x19d)in _0xfbabc2?_0x474694[_0x434f37(0x18c)](this[_0x434f37(0x183)](_0x5c0ce4,_0xfbabc2,_0x18faf0)):_0x474694[_0x434f37(0x18c)](this[_0x434f37(0x198)](_0x5c0ce4,_0xfbabc2));}),_0x474694;}[_0x43a269(0x198)](_0x387197,_0x1fe2b0){const _0x47eac9=_0x43a269,_0x6a14bc=new _0x16334b(this[_0x47eac9(0x18a)]),_0x320882=_0x2542e4(_0x387197,_0x1fe2b0,!0x0,void 0x0!==_0x1fe2b0[_0x47eac9(0x19e)])();return _0x6a14bc[_0x47eac9(0x182)][_0x47eac9(0x18c)](_0x320882),_0x6a14bc;}[_0x43a269(0x183)](_0x2be897,_0x2cdc59,_0x158391){const _0xa892d=_0x43a269,_0x86f51c=new _0x16334b(this[_0xa892d(0x18a)]),_0x475403=new _0x478feb(this[_0xa892d(0x18a)]),_0x5a97d6=_0x475403[_0xa892d(0x16b)],_0x586cba=_0xa892d(0x1b4)===_0x158391[_0xa892d(0x18a)][_0xa892d(0x172)]?_0xa892d(0x1ad):_0xa892d(0x17a),_0x55c3fe=this[_0xa892d(0x19f)](_0x2be897,_0x2cdc59[_0xa892d(0x19d)],_0x158391);_0x475403[_0xa892d(0x196)]({'label':_0x2cdc59[_0xa892d(0x18d)],'withText':!0x0,'role':vs,'icon':_0x2cdc59[_0xa892d(0x19e)]??_0x443748}),_0x475403[_0xa892d(0x180)]({'on':{'mouseenter':_0x5a97d6['to'](()=>{const _0x4c8b78=_0xa892d;_0x475403[_0x4c8b78(0x1a1)]();})}});const _0x1af9e2=new _0x509522(this[_0xa892d(0x18a)]);return _0x1af9e2[_0xa892d(0x180)]({'attributes':{'class':['ck',_0xa892d(0x1b8),_0xa892d(0x17c),_0xa892d(0x194)]},'on':{'keydown':_0x5a97d6['to'](_0x80ad6b=>{const _0x9c5dad=_0xa892d;_0x80ad6b[_0x9c5dad(0x1b3)]==_0x586cba&&(_0x475403[_0x9c5dad(0x1a1)](),this[_0x9c5dad(0x189)](_0x1af9e2));})}}),_0x475403[_0xa892d(0x192)](_0xa892d(0x18b))['to'](_0x1af9e2,_0xa892d(0x170)),this[_0xa892d(0x177)][_0xa892d(0x18c)](_0x1af9e2),_0x1af9e2[_0xa892d(0x174)][_0xa892d(0x18c)](_0x55c3fe),this[_0xa892d(0x1b6)](_0x475403,_0x1af9e2),_0x86f51c[_0xa892d(0x182)][_0xa892d(0x18c)](_0x475403),_0x86f51c;}[_0x43a269(0x19f)](_0x899618,_0xed7f86,_0x16d19c){const _0x3ebb19=_0x43a269,_0x4a0cdc=new _0x3c7bae(this[_0x3ebb19(0x18a)]);return _0x4a0cdc[_0x3ebb19(0x180)]({'attributes':{'class':['ck',_0x3ebb19(0x1b8),_0x3ebb19(0x1a4),_0x3ebb19(0x1aa)]}}),_0xed7f86[_0x3ebb19(0x1ac)](_0x40a154=>{const _0x46c420=_0x3ebb19,_0x209914=new _0x16334b(this[_0x46c420(0x18a)]),_0x16539a=_0x2542e4(_0x899618,_0x40a154,!0x0,!0x1)();_0x209914[_0x46c420(0x182)][_0x46c420(0x18c)](_0x16539a),_0x16d19c[_0x46c420(0x1a3)][_0x46c420(0x18c)](_0x16539a),_0x4a0cdc[_0x46c420(0x17d)][_0x46c420(0x18c)](_0x209914);}),_0x4a0cdc;}[_0x43a269(0x1b6)](_0xdf6786,_0x249485){const _0x1f26f7=_0x43a269,_0x3bc355=_0xdf6786[_0x1f26f7(0x16b)],_0x4bbe7a=_0x1f26f7(0x1b4)===_0xdf6786[_0x1f26f7(0x18a)][_0x1f26f7(0x172)]?_0x1f26f7(0x17a):_0x1f26f7(0x1ad);_0xdf6786[_0x1f26f7(0x180)]({'attributes':{'class':[_0x1f26f7(0x181)]},'on':{'mouseenter':_0x3bc355['to'](()=>{const _0x32cedb=_0x1f26f7;this[_0x32cedb(0x17e)](_0x249485,_0xdf6786);}),'mouseleave':_0x3bc355['to'](_0x16b276=>{const _0xb6a4b7=_0x1f26f7,_0x29e22a=_0x16b276[_0xb6a4b7(0x16d)];this[_0xb6a4b7(0x1b0)](_0x29e22a,_0x249485)||this[_0xb6a4b7(0x189)](_0x249485);}),'keydown':_0x3bc355['to'](_0x3db692=>{const _0x57098d=_0x1f26f7;_0x3db692[_0x57098d(0x1b3)]==_0x4bbe7a&&(this[_0x57098d(0x17e)](_0x249485,_0xdf6786),_0x249485[_0x57098d(0x174)][_0x57098d(0x1b5)](0x0)[_0x57098d(0x1a1)]());})}}),_0x249485['on'](_0x1f26f7(0x18f),()=>{const _0x2595e1=_0x1f26f7;_0x249485[_0x2595e1(0x1b7)]?.[_0x2595e1(0x1b9)](_0x2595e1(0x195),_0x511a60=>{const _0x13ba9a=_0x2595e1,_0xa5688a=_0x511a60[_0x13ba9a(0x16d)];_0xdf6786[_0x13ba9a(0x1b7)]?.[_0x13ba9a(0x176)](_0xa5688a)||this[_0x13ba9a(0x1b0)](_0xa5688a,_0x249485)||this[_0x13ba9a(0x189)](_0x249485);});});}[_0x43a269(0x17e)](_0x9c4772,_0x21e760){const _0xd09162=_0x43a269;this[_0xd09162(0x1b2)][_0xd09162(0x1ac)](_0x3d1256=>{const _0x5bba62=_0xd09162;_0x3d1256!==_0x9c4772&&_0x3d1256[_0x5bba62(0x170)]&&_0x3d1256[_0x5bba62(0x173)]();}),_0x9c4772[_0xd09162(0x19b)](),_0x9c4772[_0xd09162(0x16c)]({'positions':[_0x3f043c[_0xd09162(0x1a6)]],'target':_0x21e760[_0xd09162(0x1b7)],'fitInViewport':!0x0}),this[_0xd09162(0x1b2)][_0xd09162(0x18c)](_0x9c4772);}[_0x43a269(0x189)](_0x58e36d){const _0x116654=_0x43a269;_0x58e36d[_0x116654(0x173)](),this[_0x116654(0x1b2)][_0x116654(0x1af)](_0x58e36d);}[_0x43a269(0x178)](){const _0x5d24e4=_0x43a269;this[_0x5d24e4(0x1b2)][_0x5d24e4(0x1ac)](_0x4d289f=>_0x4d289f[_0x5d24e4(0x173)]()),this[_0x5d24e4(0x1b2)][_0x5d24e4(0x1ab)]();}[_0x43a269(0x1b0)](_0x405ebe,_0x16d600){const _0x5a38ea=_0x43a269;if(!_0x405ebe)return!0x1;if(_0x16d600[_0x5a38ea(0x1b7)]?.[_0x5a38ea(0x176)](_0x405ebe))return!0x0;const _0x2f2c5b=_0x405ebe;return _0x2f2c5b[_0x5a38ea(0x18e)]&&(null!==_0x2f2c5b[_0x5a38ea(0x18e)](_0x5a38ea(0x17f))||null!==_0x2f2c5b[_0x5a38ea(0x18e)](_0x5a38ea(0x179))||null!==_0x2f2c5b[_0x5a38ea(0x18e)](_0x5a38ea(0x19a)));}[_0x43a269(0x197)](){const _0x39b329=_0x43a269;this[_0x39b329(0x178)](),this[_0x39b329(0x177)][_0x39b329(0x1a8)](),super[_0x39b329(0x197)]();}[_0x43a269(0x1a1)](){const _0x5440c8=_0x43a269;this[_0x5440c8(0x1a5)][_0x5440c8(0x1a1)]();}}
23
+ const _0x75b48b=_0x3779;(function(_0x5a15dc,_0x6191c6){const _0x5d35ad=_0x3779,_0x45cce3=_0x5a15dc();while(!![]){try{const _0x47e541=parseInt(_0x5d35ad(0x1de))/0x1+parseInt(_0x5d35ad(0x1a1))/0x2+-parseInt(_0x5d35ad(0x1d7))/0x3+-parseInt(_0x5d35ad(0x1d6))/0x4*(-parseInt(_0x5d35ad(0x1a5))/0x5)+parseInt(_0x5d35ad(0x1a9))/0x6*(parseInt(_0x5d35ad(0x1c4))/0x7)+-parseInt(_0x5d35ad(0x1b2))/0x8+-parseInt(_0x5d35ad(0x19f))/0x9;if(_0x47e541===_0x6191c6)break;else _0x45cce3['push'](_0x45cce3['shift']());}catch(_0xd5c9c0){_0x45cce3['push'](_0x45cce3['shift']());}}}(_0x7c71,0x98133));import{View as _0x32663d,ListItemView as _0xe4c8d4,ListView as _0x3f5216,BalloonPanelView as _0x5cd144,DropdownMenuPanelPositioningFunctions as _0x3ebae5,DropdownMenuButtonView as _0x1067bc,ViewCollection as _0x53de0e,FocusCycler as _0x4996bc}from'ckeditor5/src/ui.js';import{IconAIQuickActions as _0x26628b}from'@ckeditor/ckeditor5-icons';import{FocusTracker as _0xafd93b,KeystrokeHandler as _0x1d86dc}from'ckeditor5/src/utils.js';import{aiQuickActionsButtonCreator as _0x569323}from'./aiquickactionsbuttoncreator.js';function _0x3779(_0x3a6561,_0x131348){const _0x7c71b8=_0x7c71();return _0x3779=function(_0x3779b1,_0x4b0c8d){_0x3779b1=_0x3779b1-0x19f;let _0x5c880e=_0x7c71b8[_0x3779b1];return _0x5c880e;},_0x3779(_0x3a6561,_0x131348);}const Ls=_0x75b48b(0x1e9),Ns=_0x75b48b(0x1af);function _0x7c71(){const _0x45264a=['detachFromDom','destroy','div','10zyWplG','_hideNestedPanel','_openNestedPanels','.ck-ai-quick-actions-group-list','114KpEflE','_bodyCollection','ck-dropdown-menu-list','element','_isMovingToNestedMenu','forEach','menuitem','get','show','3882600YRgpJp','ck-ai-quick-actions','_createActionButton','_hideAllNestedPanels','rtl','ck-ai-quick-actions-group-list','.ck-ai-quick-actions-group-button','ck-ai-quick-actions-group-button','focusTracker','focusCycler','_showNestedPanel','_createGroupActionsList','isVisible','_createListItems','ck-dropdown-menu__nested-menu__panel','delete','addMany','extendTemplate','412447VvFGAa','closest','actions','label','mouseleave','children','eastSouth','ck-ai-quick-actions-group-panel','optionsListView','setTemplate','_createActionGroupButton','contains','locale','icon','ArrowRight','add','_setupGroupMenuBehavior','key','1512716kCMMse','1581027RcUIoX','ck-reset_all','hide','.ck-ai-quick-actions-group-panel','pin','bindTemplate','addEventListener','44177hkCeno','uiLanguageDirection','ck-rounded-corners','render','relatedTarget','ArrowLeft','focus','isOn','_focusables','role','items','menu','set','content','bind','clear','11136411WGYsLj','keystrokes','1905156IcVffv'];_0x7c71=function(){return _0x45264a;};return _0x7c71();}export class AIQuickActionsDropdownContentView extends _0x32663d{[_0x75b48b(0x1aa)];[_0x75b48b(0x1cc)];[_0x75b48b(0x1ba)];[_0x75b48b(0x1a0)];[_0x75b48b(0x1e6)];[_0x75b48b(0x1bb)];[_0x75b48b(0x1a7)]=new Set();constructor(_0x18c7ba,_0x2f30f0,_0xe8baa0,_0x43e127){const _0x24949a=_0x75b48b,_0x4475c4=_0x18c7ba[_0x24949a(0x1d0)];super(_0x4475c4),this[_0x24949a(0x1aa)]=_0x43e127;const _0x59e9a5=this[_0x24949a(0x1bf)](_0x18c7ba,_0x2f30f0,_0xe8baa0);this[_0x24949a(0x1cc)]=new _0x3f5216(_0x4475c4),this[_0x24949a(0x1cc)][_0x24949a(0x1e7)]=Ls,this[_0x24949a(0x1cc)][_0x24949a(0x1e8)][_0x24949a(0x1c2)](_0x59e9a5),this[_0x24949a(0x1ba)]=new _0xafd93b(),this[_0x24949a(0x1a0)]=new _0x1d86dc(),this[_0x24949a(0x1e6)]=_0x59e9a5,this[_0x24949a(0x1bb)]=new _0x4996bc({'focusables':this[_0x24949a(0x1e6)],'focusTracker':this[_0x24949a(0x1ba)],'keystrokeHandler':this[_0x24949a(0x1a0)]}),this[_0x24949a(0x1cd)]({'tag':_0x24949a(0x1a4),'attributes':{'class':['ck',_0x24949a(0x1d8),_0x24949a(0x1b3),_0x24949a(0x1e0)],'dir':_0x4475c4[_0x24949a(0x1df)]},'children':[this[_0x24949a(0x1cc)]]});}[_0x75b48b(0x1bf)](_0x4ec4d1,_0x438380,_0x338b41){const _0x29c5dd=_0x75b48b,_0x333a9c=new _0x53de0e();return _0x438380[_0x29c5dd(0x1ae)](_0x4168ac=>{const _0x2fa4f0=_0x29c5dd;_0x2fa4f0(0x1c6)in _0x4168ac?_0x333a9c[_0x2fa4f0(0x1d3)](this[_0x2fa4f0(0x1ce)](_0x4ec4d1,_0x4168ac,_0x338b41)):_0x333a9c[_0x2fa4f0(0x1d3)](this[_0x2fa4f0(0x1b4)](_0x4ec4d1,_0x4168ac));}),_0x333a9c;}[_0x75b48b(0x1b4)](_0x28c5df,_0xc23186){const _0x342368=_0x75b48b,_0x2f844d=new _0xe4c8d4(this[_0x342368(0x1d0)]),_0x3c509b=_0x569323(_0x28c5df,_0xc23186,!0x0,void 0x0!==_0xc23186[_0x342368(0x1d1)])();return _0x2f844d[_0x342368(0x1c9)][_0x342368(0x1d3)](_0x3c509b),_0x2f844d;}[_0x75b48b(0x1ce)](_0x2e48b9,_0x56e5c0,_0x120f70){const _0x5817be=_0x75b48b,_0x197f61=new _0xe4c8d4(this[_0x5817be(0x1d0)]),_0x5810c5=new _0x1067bc(this[_0x5817be(0x1d0)]),_0x196dc9=_0x5810c5[_0x5817be(0x1dc)],_0x46c266=_0x5817be(0x1b6)===_0x120f70[_0x5817be(0x1d0)][_0x5817be(0x1df)]?_0x5817be(0x1d2):_0x5817be(0x1e3),_0x32d044=this[_0x5817be(0x1bd)](_0x2e48b9,_0x56e5c0[_0x5817be(0x1c6)],_0x120f70);_0x5810c5[_0x5817be(0x1ea)]({'label':_0x56e5c0[_0x5817be(0x1c7)],'withText':!0x0,'role':Ns,'icon':_0x56e5c0[_0x5817be(0x1d1)]??_0x26628b}),_0x5810c5[_0x5817be(0x1c3)]({'on':{'mouseenter':_0x196dc9['to'](()=>{const _0x55c7f9=_0x5817be;_0x5810c5[_0x55c7f9(0x1e4)]();})}});const _0x54fed4=new _0x5cd144(this[_0x5817be(0x1d0)]);return _0x54fed4[_0x5817be(0x1c3)]({'attributes':{'class':['ck',_0x5817be(0x1d8),_0x5817be(0x1cb),_0x5817be(0x1c0)]},'on':{'keydown':_0x196dc9['to'](_0x488bb0=>{const _0x3eb851=_0x5817be;_0x488bb0[_0x3eb851(0x1d5)]==_0x46c266&&(_0x5810c5[_0x3eb851(0x1e4)](),this[_0x3eb851(0x1a6)](_0x54fed4));})}}),_0x5810c5[_0x5817be(0x1ec)](_0x5817be(0x1e5))['to'](_0x54fed4,_0x5817be(0x1be)),this[_0x5817be(0x1aa)][_0x5817be(0x1d3)](_0x54fed4),_0x54fed4[_0x5817be(0x1eb)][_0x5817be(0x1d3)](_0x32d044),this[_0x5817be(0x1d4)](_0x5810c5,_0x54fed4),_0x197f61[_0x5817be(0x1c9)][_0x5817be(0x1d3)](_0x5810c5),_0x197f61;}[_0x75b48b(0x1bd)](_0x51095d,_0x119c28,_0x1d83d2){const _0x577d38=_0x75b48b,_0x3e722c=new _0x3f5216(this[_0x577d38(0x1d0)]);return _0x3e722c[_0x577d38(0x1c3)]({'attributes':{'class':['ck',_0x577d38(0x1d8),_0x577d38(0x1b7),_0x577d38(0x1ab)]}}),_0x119c28[_0x577d38(0x1ae)](_0x159b9a=>{const _0x3fded1=_0x577d38,_0x11808e=new _0xe4c8d4(this[_0x3fded1(0x1d0)]),_0xab67c4=_0x569323(_0x51095d,_0x159b9a,!0x0,!0x1)();_0x11808e[_0x3fded1(0x1c9)][_0x3fded1(0x1d3)](_0xab67c4),_0x1d83d2[_0x3fded1(0x1ba)][_0x3fded1(0x1d3)](_0xab67c4),_0x3e722c[_0x3fded1(0x1e8)][_0x3fded1(0x1d3)](_0x11808e);}),_0x3e722c;}[_0x75b48b(0x1d4)](_0x35bfd8,_0x831a1a){const _0x19fa85=_0x75b48b,_0x50206b=_0x35bfd8[_0x19fa85(0x1dc)],_0x2b2403=_0x19fa85(0x1b6)===_0x35bfd8[_0x19fa85(0x1d0)][_0x19fa85(0x1df)]?_0x19fa85(0x1e3):_0x19fa85(0x1d2);_0x35bfd8[_0x19fa85(0x1c3)]({'attributes':{'class':[_0x19fa85(0x1b9)]},'on':{'mouseenter':_0x50206b['to'](()=>{const _0xe06656=_0x19fa85;this[_0xe06656(0x1bc)](_0x831a1a,_0x35bfd8);}),'mouseleave':_0x50206b['to'](_0xd7bf1e=>{const _0x48de38=_0x19fa85,_0x57f2b1=_0xd7bf1e[_0x48de38(0x1e2)];this[_0x48de38(0x1ad)](_0x57f2b1,_0x831a1a)||this[_0x48de38(0x1a6)](_0x831a1a);}),'keydown':_0x50206b['to'](_0x3f5a2f=>{const _0x115843=_0x19fa85;_0x3f5a2f[_0x115843(0x1d5)]==_0x2b2403&&(this[_0x115843(0x1bc)](_0x831a1a,_0x35bfd8),_0x831a1a[_0x115843(0x1eb)][_0x115843(0x1b0)](0x0)[_0x115843(0x1e4)]());})}}),_0x831a1a['on'](_0x19fa85(0x1e1),()=>{const _0x2d9ff9=_0x19fa85;_0x831a1a[_0x2d9ff9(0x1ac)]?.[_0x2d9ff9(0x1dd)](_0x2d9ff9(0x1c8),_0x1c101d=>{const _0x600de7=_0x2d9ff9,_0x13131f=_0x1c101d[_0x600de7(0x1e2)];_0x35bfd8[_0x600de7(0x1ac)]?.[_0x600de7(0x1cf)](_0x13131f)||this[_0x600de7(0x1ad)](_0x13131f,_0x831a1a)||this[_0x600de7(0x1a6)](_0x831a1a);});});}[_0x75b48b(0x1bc)](_0x116c96,_0x440ab3){const _0x1c1903=_0x75b48b;this[_0x1c1903(0x1a7)][_0x1c1903(0x1ae)](_0x5c28b1=>{const _0x23556d=_0x1c1903;_0x5c28b1!==_0x116c96&&_0x5c28b1[_0x23556d(0x1be)]&&_0x5c28b1[_0x23556d(0x1d9)]();}),_0x116c96[_0x1c1903(0x1b1)](),_0x116c96[_0x1c1903(0x1db)]({'positions':[_0x3ebae5[_0x1c1903(0x1ca)]],'target':_0x440ab3[_0x1c1903(0x1ac)],'fitInViewport':!0x0}),this[_0x1c1903(0x1a7)][_0x1c1903(0x1d3)](_0x116c96);}[_0x75b48b(0x1a6)](_0x25bce2){const _0x5101ed=_0x75b48b;_0x25bce2[_0x5101ed(0x1d9)](),this[_0x5101ed(0x1a7)][_0x5101ed(0x1c1)](_0x25bce2);}[_0x75b48b(0x1b5)](){const _0xfd7152=_0x75b48b;this[_0xfd7152(0x1a7)][_0xfd7152(0x1ae)](_0x2bcd07=>_0x2bcd07[_0xfd7152(0x1d9)]()),this[_0xfd7152(0x1a7)][_0xfd7152(0x1ed)]();}[_0x75b48b(0x1ad)](_0x42da6a,_0x3b383e){const _0x1454e3=_0x75b48b;if(!_0x42da6a)return!0x1;if(_0x3b383e[_0x1454e3(0x1ac)]?.[_0x1454e3(0x1cf)](_0x42da6a))return!0x0;const _0x1c2560=_0x42da6a;return _0x1c2560[_0x1454e3(0x1c5)]&&(null!==_0x1c2560[_0x1454e3(0x1c5)](_0x1454e3(0x1da))||null!==_0x1c2560[_0x1454e3(0x1c5)](_0x1454e3(0x1a8))||null!==_0x1c2560[_0x1454e3(0x1c5)](_0x1454e3(0x1b8)));}[_0x75b48b(0x1a3)](){const _0x3c5ce1=_0x75b48b;this[_0x3c5ce1(0x1b5)](),this[_0x3c5ce1(0x1aa)][_0x3c5ce1(0x1a2)](),super[_0x3c5ce1(0x1a3)]();}[_0x75b48b(0x1e4)](){const _0x38fa9b=_0x75b48b;this[_0x38fa9b(0x1cc)][_0x38fa9b(0x1e4)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x45c889,_0x2e3233){const _0x2dd06e=_0xdc11,_0x5ba70d=_0x45c889();while(!![]){try{const _0x576578=parseInt(_0x2dd06e(0x180))/0x1+parseInt(_0x2dd06e(0x17a))/0x2*(-parseInt(_0x2dd06e(0x185))/0x3)+-parseInt(_0x2dd06e(0x181))/0x4+-parseInt(_0x2dd06e(0x182))/0x5+-parseInt(_0x2dd06e(0x17f))/0x6*(-parseInt(_0x2dd06e(0x17e))/0x7)+-parseInt(_0x2dd06e(0x178))/0x8*(parseInt(_0x2dd06e(0x188))/0x9)+parseInt(_0x2dd06e(0x18a))/0xa;if(_0x576578===_0x2e3233)break;else _0x5ba70d['push'](_0x5ba70d['shift']());}catch(_0x1e4f55){_0x5ba70d['push'](_0x5ba70d['shift']());}}}(_0x281b,0x207e2));import{createDropdown as _0x269db5}from'ckeditor5/src/ui.js';import{IconAIQuickActions as _0x20d79e}from'@ckeditor/ckeditor5-icons';import{AIQuickActionsDropdownContentView as _0x450aee}from'./aiquickactionsdropdowncontentview.js';export function aiQuickActionsDropdownCreator(_0x40d360,_0x22b67b,_0x1e6540,_0x83c5b8){return()=>{const _0x1b625a=_0xdc11,_0x4e80e7=_0x40d360[_0x1b625a(0x187)],_0x2822cc=_0x269db5(_0x4e80e7);_0x2822cc[_0x1b625a(0x184)][_0x1b625a(0x189)]({'icon':_0x1e6540[_0x1b625a(0x17b)]??_0x20d79e,'label':_0x1e6540[_0x1b625a(0x186)],'tooltip':!0x0}),_0x2822cc[_0x1b625a(0x189)]({'class':_0x1b625a(0x179)});const _0x96e663=new _0x450aee(_0x40d360,_0x22b67b,_0x2822cc,_0x83c5b8);return _0x2822cc[_0x1b625a(0x17c)][_0x1b625a(0x17d)][_0x1b625a(0x183)](_0x96e663),_0x2822cc;};}function _0xdc11(_0x18e437,_0x4e3474){const _0x281b5c=_0x281b();return _0xdc11=function(_0xdc11cf,_0x4435fa){_0xdc11cf=_0xdc11cf-0x178;let _0x4ab6e3=_0x281b5c[_0xdc11cf];return _0x4ab6e3;},_0xdc11(_0x18e437,_0x4e3474);}function _0x281b(){const _0x27cd53=['3961040NnHUCS','664FPZLae','ck-ai-quick-actions-dropdown','5834dYchku','icon','panelView','children','262745BoJbiD','12UQthLs','44011pSPIFO','423568WOetNW','661100xZLWJI','add','buttonView','36EfLbSN','label','locale','11817QDhXbd','set'];_0x281b=function(){return _0x27cd53;};return _0x281b();}
23
+ (function(_0x281adb,_0x365212){const _0x303696=_0x2723,_0x4dd141=_0x281adb();while(!![]){try{const _0x2ba5d3=-parseInt(_0x303696(0x1c6))/0x1*(-parseInt(_0x303696(0x1c9))/0x2)+parseInt(_0x303696(0x1bb))/0x3*(parseInt(_0x303696(0x1cd))/0x4)+parseInt(_0x303696(0x1c8))/0x5+-parseInt(_0x303696(0x1c4))/0x6*(-parseInt(_0x303696(0x1ba))/0x7)+-parseInt(_0x303696(0x1c2))/0x8+-parseInt(_0x303696(0x1bf))/0x9+parseInt(_0x303696(0x1bc))/0xa*(-parseInt(_0x303696(0x1c0))/0xb);if(_0x2ba5d3===_0x365212)break;else _0x4dd141['push'](_0x4dd141['shift']());}catch(_0x1833d7){_0x4dd141['push'](_0x4dd141['shift']());}}}(_0xe193,0x31bb1));import{createDropdown as _0x26e566}from'ckeditor5/src/ui.js';import{IconAIQuickActions as _0x1410a0}from'@ckeditor/ckeditor5-icons';function _0x2723(_0x53dec5,_0x1f7efd){const _0xe1930e=_0xe193();return _0x2723=function(_0x2723b1,_0x59f20a){_0x2723b1=_0x2723b1-0x1ba;let _0x41b010=_0xe1930e[_0x2723b1];return _0x41b010;},_0x2723(_0x53dec5,_0x1f7efd);}import{AIQuickActionsDropdownContentView as _0x53e7d3}from'./aiquickactionsdropdowncontentview.js';function _0xe193(){const _0x2dedeb=['4DQuZld','1295287YndGRs','806241wmRrPr','712490QAmFyc','set','buttonView','2229597HhkeIP','88LzFYEm','icon','10664oRuLqe','add','12meMqoM','children','38mtsYRd','locale','1764210MUHbCN','1636HHAAVg','panelView','ck-ai-quick-actions-dropdown','label'];_0xe193=function(){return _0x2dedeb;};return _0xe193();}export function aiQuickActionsDropdownCreator(_0x15de35,_0x5025e7,_0x2bae35,_0x26f9ed){return()=>{const _0x16ad6e=_0x2723,_0x545e69=_0x15de35[_0x16ad6e(0x1c7)],_0x18518b=_0x26e566(_0x545e69);_0x18518b[_0x16ad6e(0x1be)][_0x16ad6e(0x1bd)]({'icon':_0x2bae35[_0x16ad6e(0x1c1)]??_0x1410a0,'label':_0x2bae35[_0x16ad6e(0x1cc)],'tooltip':!0x0}),_0x18518b[_0x16ad6e(0x1bd)]({'class':_0x16ad6e(0x1cb)});const _0x238836=new _0x53e7d3(_0x15de35,_0x5025e7,_0x18518b,_0x26f9ed);return _0x18518b[_0x16ad6e(0x1ca)][_0x16ad6e(0x1c5)][_0x16ad6e(0x1c3)](_0x238836),_0x18518b;};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x2116e8=_0x35bf;(function(_0x466b81,_0x365b41){var _0x59c122=_0x35bf,_0x48337d=_0x466b81();while(!![]){try{var _0x1d1c42=-parseInt(_0x59c122(0xb6))/0x1+parseInt(_0x59c122(0xbd))/0x2+-parseInt(_0x59c122(0xc1))/0x3*(-parseInt(_0x59c122(0xb5))/0x4)+parseInt(_0x59c122(0xb3))/0x5*(parseInt(_0x59c122(0xbc))/0x6)+parseInt(_0x59c122(0xc0))/0x7*(parseInt(_0x59c122(0xc2))/0x8)+-parseInt(_0x59c122(0xbb))/0x9+parseInt(_0x59c122(0xb8))/0xa*(-parseInt(_0x59c122(0xb7))/0xb);if(_0x1d1c42===_0x365b41)break;else _0x48337d['push'](_0x48337d['shift']());}catch(_0x2eb99e){_0x48337d['push'](_0x48337d['shift']());}}}(_0xcd65,0x70a66));import{ContextPlugin as _0x1c26d9}from'ckeditor5/src/core.js';import{AIReviewModeController as _0xaf7617}from'./aireviewmodecontroller.js';import{AIReviewModeUI as _0x57fd73}from'./aireviewmodeui.js';import{AIReviewModeEditing as _0x564aef}from'./aireviewmodeediting.js';function _0x35bf(_0x931d4d,_0x4e151c){var _0xcd6560=_0xcd65();return _0x35bf=function(_0x35bfa2,_0x4049da){_0x35bfa2=_0x35bfa2-0xb3;var _0x2c646f=_0xcd6560[_0x35bfa2];return _0x2c646f;},_0x35bf(_0x931d4d,_0x4e151c);}export class AIReviewMode extends _0x1c26d9{static get[_0x2116e8(0xbf)](){return[_0xaf7617,_0x57fd73,_0x564aef];}static get[_0x2116e8(0xb4)](){var _0x1a5685=_0x2116e8;return _0x1a5685(0xbe);}static get[_0x2116e8(0xb9)](){return!0x0;}static get[_0x2116e8(0xba)](){return!0x0;}}function _0xcd65(){var _0x56e694=['isPremiumPlugin','852201xvQajX','6NhLiLb','384728xtCUvs','AIReviewMode','requires','14OkakAs','15CRQBXh','1290488AQyLsl','1793645EUqEsE','pluginName','520192HDKPin','388917kmoStb','1529OkbBwM','41650ISOCMP','isOfficialPlugin'];_0xcd65=function(){return _0x56e694;};return _0xcd65();}
23
+ function _0x45c5(_0x46ab84,_0x1b72df){var _0x5f3b74=_0x5f3b();return _0x45c5=function(_0x45c570,_0x4dad15){_0x45c570=_0x45c570-0xba;var _0x383f87=_0x5f3b74[_0x45c570];return _0x383f87;},_0x45c5(_0x46ab84,_0x1b72df);}var _0x2c135f=_0x45c5;(function(_0x285822,_0x5ce6ab){var _0x2d74b0=_0x45c5,_0x3114c0=_0x285822();while(!![]){try{var _0x579688=-parseInt(_0x2d74b0(0xbe))/0x1*(parseInt(_0x2d74b0(0xc0))/0x2)+parseInt(_0x2d74b0(0xbc))/0x3+parseInt(_0x2d74b0(0xc6))/0x4+-parseInt(_0x2d74b0(0xbf))/0x5+parseInt(_0x2d74b0(0xc4))/0x6+-parseInt(_0x2d74b0(0xc1))/0x7+parseInt(_0x2d74b0(0xc3))/0x8;if(_0x579688===_0x5ce6ab)break;else _0x3114c0['push'](_0x3114c0['shift']());}catch(_0x49ea8e){_0x3114c0['push'](_0x3114c0['shift']());}}}(_0x5f3b,0x87690));import{ContextPlugin as _0x5efe18}from'ckeditor5/src/core.js';import{AIReviewModeController as _0x26d5de}from'./aireviewmodecontroller.js';import{AIReviewModeUI as _0x5d7e44}from'./aireviewmodeui.js';import{AIReviewModeEditing as _0x108088}from'./aireviewmodeediting.js';export class AIReviewMode extends _0x5efe18{static get[_0x2c135f(0xbd)](){return[_0x26d5de,_0x5d7e44,_0x108088];}static get[_0x2c135f(0xc5)](){var _0x51ab24=_0x2c135f;return _0x51ab24(0xbb);}static get[_0x2c135f(0xba)](){return!0x0;}static get[_0x2c135f(0xc2)](){return!0x0;}}function _0x5f3b(){var _0x11c18c=['pluginName','1685792PtkuPD','isOfficialPlugin','AIReviewMode','1483197OCqTBh','requires','6qtQxwd','2139510ZzrGct','141052VOiFwk','3082639ZnNnpG','isPremiumPlugin','7263576RKpVcM','133686qypyME'];_0x5f3b=function(){return _0x11c18c;};return _0x5f3b();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5470f7=_0xe6eb;(function(_0x2210c5,_0x4e10fa){const _0x308efa=_0xe6eb,_0x1cd3a7=_0x2210c5();while(!![]){try{const _0x2fedde=-parseInt(_0x308efa(0x1b9))/0x1*(-parseInt(_0x308efa(0x1d0))/0x2)+-parseInt(_0x308efa(0x1f0))/0x3*(parseInt(_0x308efa(0x21c))/0x4)+parseInt(_0x308efa(0x18a))/0x5*(parseInt(_0x308efa(0x22e))/0x6)+parseInt(_0x308efa(0x21b))/0x7*(parseInt(_0x308efa(0x1b4))/0x8)+parseInt(_0x308efa(0x215))/0x9+parseInt(_0x308efa(0x1df))/0xa+-parseInt(_0x308efa(0x1d8))/0xb;if(_0x2fedde===_0x4e10fa)break;else _0x1cd3a7['push'](_0x1cd3a7['shift']());}catch(_0x13e1c1){_0x1cd3a7['push'](_0x1cd3a7['shift']());}}}(_0x478b,0x8d8aa));import{ContextPlugin as _0x38c594}from'ckeditor5/src/core.js';import{CKEditorError as _0x230e34,logError as _0x28727c,scrollAncestorsToShowTarget as _0x5a2b78,scrollViewportToShowTarget as _0x1703b8}from'ckeditor5/src/utils.js';function _0x478b(){const _0x33f22c=['retryReview','config','source','replaceAll','getChangeElement','toggleDiff','custom','isOfficialPlugin','closest','leaveReviewMode','ai.reviewMode.translations','showReviewCompletedView','getCheckById','plugins','editing','getAll','_getTranslationWithDefault','deactivateChange','isPremiumPlugin','showCheckRunResult','_aiReviewModeEditing','domElement','markChangeAsRejected','_OPTIONS_DATA_','reviewCheckResultActivated','_aiReviewCheckList','showGeneralErrorView','4717179LHwTAW','runReviewCheck','reviewCheckResultChangeStatusUpdated','acceptChange','forceReadyState','sendRating','2702BZIQlu','65744QVxpPl','removeClass','showCheckRunResults','setActiveStateInResults','ai-review-mode-check-run-general-error','change','hideChangeBalloon','_TITLE','changeId','listenTo','markChangePositionInEditorContent','_aiReviewModeUi','stopListening','context','_onReviewModeRunLeave','prompt','subTitle','finished','139866OMgKDd','_isDiffOn','dismissChange','emitter','restart','ck-ai-review-mode-highlights','_changeActivationSource','map','145SHmQhx','content','showActionsWhenResultIsReady','resetActiveStateInResults','abort','reviewCheckResultAdded','includes','acceptAllChanges','unmodified','getActiveChanges','addClass','options','setAvailableChecks','AIReviewModeController','ai-review-mode-source-check-not-found','status','showNoChangesView','ai-request-aborted','.ck-ai-review-mode__check-run-result','pluginName','_OPTIONS_LABEL','activateChange','getReviewCheckList','document','addResultChanges','changeMarkerRestored','documentData','_logError','changeMarkerClick','error-general','processedResultsCount','getMarkerElementForChange','setCheckResultTitle','isCustom','showReviewCheckList','getDocumentData','description','toUpperCase','reviewCheckResultDeactivated','diffContent','label','find','2696YlzmPj','_currentReviewCheckRun','contentInitial','updateChangeState','applyChange','184958rMyLPw','finishReview','models','model','title','_translateReviewChecks','contentNew','changes','start','AIReviewModeEditing','message','init','panel','currentError','ai-review-mode-no-current-check-run','getRoot','getEditor','_onDiffChange','_aiConnector','isChangeActive','showDiffInBalloon','ck-ai-review-mode-diff','abortReviewStream','2FLsuEM','hasModifications','AI_MODEL_DESCRIPTION_','hideDiffInBalloon','aborted','showChangeBalloon','locale','markAllChangesAsAccepted','8735485uprhtt','view','AI_REVIEW_CHECK_','data','leaveReviewModeResultList','switchToReadOnly','reviewCheckResultReady','6640630ndylMf','ai-review-mode-check-run-failed','clearAllMarkers','AIReviewModeUI','checks','changeMarkerRemoved','showChunkErrorView','markChangeAsAccepted','result','switchToEdit','loading','translate','reviewCheckRunUpdated','ai-review-mode-check-run-chunk-error','_DESCRIPTION','get','ready','147nXaaIS','markChangeAsOutdated','args','AIConnector','params','rejectChange','markChangeAsPending','requires','error-chunk','length'];_0x478b=function(){return _0x33f22c;};return _0x478b();}import{AIConnector as _0x1ebebf}from'../aicore/aiconnector.js';import{AIReviewCheckList as _0x40cb9c}from'./model/aireviewchecklist.js';function _0xe6eb(_0xf83367,_0xa0d452){const _0x478b72=_0x478b();return _0xe6eb=function(_0xe6eb07,_0x1f8738){_0xe6eb07=_0xe6eb07-0x189;let _0x4aafd9=_0x478b72[_0xe6eb07];return _0x4aafd9;},_0xe6eb(_0xf83367,_0xa0d452);}import{AIReviewSystemCheckRun as _0x512302}from'./model/aireviewsystemcheckrun.js';import{AIReviewCustomCheckRun as _0x3702e5}from'./model/aireviewcustomcheckrun.js';import{AIModels as _0x1c62b7}from'../aicore/model/aimodels.js';import{AI_REVIEW_CHECKS as _0x48f653}from'./aireviewcheckdefinitions.js';import{getTranslation as _0x531b53}from'../aicore/utils/common-translations.js';export class AIReviewModeController extends _0x38c594{[_0x5470f7(0x1cb)];[_0x5470f7(0x227)];[_0x5470f7(0x20e)];[_0x5470f7(0x213)];[_0x5470f7(0x1b5)];[_0x5470f7(0x22f)]=!0x1;[_0x5470f7(0x234)]=null;static get[_0x5470f7(0x1f7)](){return[_0x1ebebf];}static get[_0x5470f7(0x19d)](){const _0x17b01e=_0x5470f7;return _0x17b01e(0x197);}static get[_0x5470f7(0x201)](){return!0x0;}static get[_0x5470f7(0x20c)](){return!0x0;}async[_0x5470f7(0x1c4)](){const _0x4ab170=_0x5470f7;this[_0x4ab170(0x1cb)]=this[_0x4ab170(0x229)][_0x4ab170(0x207)][_0x4ab170(0x1ee)](_0x4ab170(0x1f3)),this[_0x4ab170(0x227)]=this[_0x4ab170(0x229)][_0x4ab170(0x207)][_0x4ab170(0x1ee)](_0x4ab170(0x1e2)),this[_0x4ab170(0x20e)]=this[_0x4ab170(0x229)][_0x4ab170(0x207)][_0x4ab170(0x1ee)](_0x4ab170(0x1c2));const _0x57829e=this[_0x4ab170(0x229)][_0x4ab170(0x1fb)][_0x4ab170(0x1ee)](_0x4ab170(0x204));if(_0x57829e){for(const _0x4b0ffa of _0x48f653)_0x4ab170(0x1ea)===_0x4b0ffa['id']&&(_0x4b0ffa[_0x4ab170(0x195)][0x0][_0x4ab170(0x1db)]=_0x57829e);}const _0x405e08=this[_0x4ab170(0x1be)](_0x48f653);this[_0x4ab170(0x213)]=new _0x40cb9c(_0x405e08);const _0x1d809c=this[_0x4ab170(0x213)][_0x4ab170(0x1e3)][_0x4ab170(0x1b3)](_0x43b03e=>_0x4ab170(0x200)===_0x43b03e['id']);if(_0x1d809c){const _0xcc4434=await new _0x1c62b7({'connector':this[_0x4ab170(0x1cb)]})[_0x4ab170(0x209)]();_0x1d809c[_0x4ab170(0x1bb)]=_0xcc4434[_0x4ab170(0x189)](_0x56e790=>({..._0x56e790,'description':this[_0x4ab170(0x20a)](_0x4ab170(0x1d2)+_0x56e790['id'][_0x4ab170(0x1af)](),_0x56e790[_0x4ab170(0x1ae)])}));}this[_0x4ab170(0x225)](this[_0x4ab170(0x227)],_0x4ab170(0x1a0),()=>{const _0x3c53dc=_0x4ab170;this[_0x3c53dc(0x227)][_0x3c53dc(0x196)](this[_0x3c53dc(0x213)][_0x3c53dc(0x1e3)]);}),this[_0x4ab170(0x225)](this[_0x4ab170(0x227)],_0x4ab170(0x216),async(_0x2fbade,_0x1247fb)=>{const _0x596ad7=_0x4ab170,_0x10121b=this[_0x596ad7(0x213)][_0x596ad7(0x206)](_0x1247fb['id']);if(_0x10121b){this[_0x596ad7(0x1ca)](this[_0x596ad7(0x22f)]),_0x1247fb[_0x596ad7(0x1ab)]?this[_0x596ad7(0x1b5)]=new _0x3702e5(_0x1247fb[_0x596ad7(0x1f2)][_0x596ad7(0x22b)],_0x1247fb[_0x596ad7(0x1f2)][_0x596ad7(0x1bc)],this[_0x596ad7(0x20e)][_0x596ad7(0x1ad)](),_0x10121b,this[_0x596ad7(0x1cb)]):this[_0x596ad7(0x1b5)]=new _0x512302(this[_0x596ad7(0x20e)][_0x596ad7(0x1ad)](),_0x10121b,this[_0x596ad7(0x1cb)],_0x1247fb[_0x596ad7(0x1f4)],_0x1247fb[_0x596ad7(0x1f2)]),this[_0x596ad7(0x227)][_0x596ad7(0x1aa)](this[_0x596ad7(0x1b5)][_0x596ad7(0x1bd)],this[_0x596ad7(0x1b5)][_0x596ad7(0x22c)]),this[_0x596ad7(0x1b5)]['on'](_0x596ad7(0x1eb),(_0x127071,_0xebf86)=>{const _0x11a46d=_0x596ad7;_0x11a46d(0x1db)===_0xebf86[_0x11a46d(0x199)]||_0x11a46d(0x1e9)===_0xebf86[_0x11a46d(0x199)]?(this[_0x11a46d(0x20e)][_0x11a46d(0x1dd)](),this[_0x11a46d(0x227)][_0x11a46d(0x21e)](_0xebf86)):_0x11a46d(0x22d)===_0xebf86[_0x11a46d(0x199)]?this[_0x11a46d(0x227)][_0x11a46d(0x205)]():_0x11a46d(0x1ef)===_0xebf86[_0x11a46d(0x199)]?this[_0x11a46d(0x227)][_0x11a46d(0x18c)]():_0x11a46d(0x192)===_0xebf86[_0x11a46d(0x199)]?this[_0x11a46d(0x227)][_0x11a46d(0x19a)]():_0x11a46d(0x1a7)===_0xebf86[_0x11a46d(0x199)]?(this[_0x11a46d(0x227)][_0x11a46d(0x214)](),this[_0x11a46d(0x1a5)](new _0x230e34(_0x11a46d(0x220),this,this[_0x11a46d(0x1b5)]?.[_0x11a46d(0x1c6)]))):_0x11a46d(0x1f8)===_0xebf86[_0x11a46d(0x199)]?(this[_0x11a46d(0x227)][_0x11a46d(0x1e5)](),this[_0x11a46d(0x1a5)](new _0x230e34(_0x11a46d(0x1ec),this,this[_0x11a46d(0x1b5)]?.[_0x11a46d(0x1c6)]))):_0x11a46d(0x1d4)===_0xebf86[_0x11a46d(0x199)]&&(this[_0x11a46d(0x1b5)]&&this[_0x11a46d(0x1b5)][_0x11a46d(0x1a8)]>0x0?setTimeout(()=>{const _0x204eb1=_0x11a46d;this[_0x204eb1(0x1b5)]?.[_0x204eb1(0x219)]();},0x0):this[_0x11a46d(0x22a)](!0x0)),_0x11a46d(0x1ef)!==_0xebf86[_0x11a46d(0x199)]&&_0x11a46d(0x1f8)!==_0xebf86[_0x11a46d(0x199)]&&_0x11a46d(0x1a7)!==_0xebf86[_0x11a46d(0x199)]||this[_0x11a46d(0x1b5)]?.[_0x11a46d(0x21a)]();}),this[_0x596ad7(0x1b5)]['on'](_0x596ad7(0x18f),(_0x1e98dc,_0x4e525c)=>{const _0x44e676=_0x596ad7;if(!this[_0x44e676(0x1b5)])throw new _0x230e34(_0x44e676(0x1c7),this);const _0x2742ae=this[_0x44e676(0x20e)][_0x44e676(0x1b1)](_0x4e525c[_0x44e676(0x1e7)][_0x44e676(0x1b6)],_0x4e525c[_0x44e676(0x1e7)][_0x44e676(0x1bf)]);_0x4e525c[_0x44e676(0x1fc)][_0x44e676(0x1a2)](_0x4e525c[_0x44e676(0x1e7)]['id'],_0x2742ae);}),this[_0x596ad7(0x1b5)]['on'](_0x596ad7(0x1de),(_0x52fa57,_0x3e4027)=>{const _0x3e4e7c=_0x596ad7;for(const _0x26c8e7 of _0x3e4027[_0x3e4e7c(0x1c0)])this[_0x3e4e7c(0x227)][_0x3e4e7c(0x20d)](_0x26c8e7);this[_0x3e4e7c(0x20e)][_0x3e4e7c(0x226)](_0x3e4027[_0x3e4e7c(0x1c0)],_0x3e4027[_0x3e4e7c(0x1fc)][_0x3e4e7c(0x1a4)]);}),this[_0x596ad7(0x1b5)]['on'](_0x596ad7(0x217),(_0xa4d2f,_0x256b8e)=>{const _0x321b97=_0x596ad7;this[_0x321b97(0x227)][_0x321b97(0x1b7)](_0x256b8e[_0x321b97(0x221)]['id'],_0x256b8e[_0x321b97(0x199)]);}),this[_0x596ad7(0x1b5)]['on'](_0x596ad7(0x212),(_0x5bb7ac,_0x33dc41)=>{const _0x3c6701=_0x596ad7;this[_0x3c6701(0x227)][_0x3c6701(0x21f)](_0x33dc41[_0x3c6701(0x221)]['id']);const _0x4ebaa1=this[_0x3c6701(0x20e)][_0x3c6701(0x1a9)](_0x33dc41[_0x3c6701(0x221)]['id']);if(_0x4ebaa1){if(_0x3c6701(0x18b)===this[_0x3c6701(0x234)]){const _0x1565cf=this[_0x3c6701(0x227)][_0x3c6701(0x1fe)](_0x33dc41[_0x3c6701(0x221)]['id']);_0x1565cf&&_0x5a2b78(_0x1565cf[_0x3c6701(0x202)](_0x3c6701(0x19c))||_0x1565cf);}else{if(_0x3c6701(0x1c5)===this[_0x3c6701(0x234)]){const _0xb1b8ca={'target':_0x4ebaa1[_0x3c6701(0x20f)],'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0};_0x1703b8(_0xb1b8ca);}}this[_0x3c6701(0x227)][_0x3c6701(0x1d5)](_0x33dc41[_0x3c6701(0x221)],_0x4ebaa1[_0x3c6701(0x20f)]);}}),this[_0x596ad7(0x1b5)]['on'](_0x596ad7(0x1b0),()=>{const _0x2f1aa4=_0x596ad7;this[_0x2f1aa4(0x227)][_0x2f1aa4(0x18d)](),this[_0x2f1aa4(0x227)][_0x2f1aa4(0x222)]();});try{await this[_0x596ad7(0x1b5)][_0x596ad7(0x1c1)]();}catch(_0x50d125){_0x50d125 instanceof Error&&_0x50d125[_0x596ad7(0x1c3)][_0x596ad7(0x190)](_0x596ad7(0x19b))||(_0x50d125 instanceof _0x230e34?this[_0x596ad7(0x1a5)](_0x50d125):this[_0x596ad7(0x1a5)](new _0x230e34(_0x596ad7(0x1e0),this,{'error':_0x50d125})));}}else this[_0x596ad7(0x1a5)](new _0x230e34(_0x596ad7(0x198),this,{'checkId':_0x1247fb['id']}));}),this[_0x4ab170(0x225)](this[_0x4ab170(0x227)],_0x4ab170(0x203),()=>{const _0x12109c=_0x4ab170;this[_0x12109c(0x22a)]();}),this[_0x4ab170(0x225)](this[_0x4ab170(0x227)],_0x4ab170(0x1dc),()=>{const _0x32799a=_0x4ab170;this[_0x32799a(0x22a)](!0x0);}),this[_0x4ab170(0x225)](this[_0x4ab170(0x227)],_0x4ab170(0x1cf),()=>{const _0x1dcb7b=_0x4ab170;this[_0x1dcb7b(0x1b5)]&&this[_0x1dcb7b(0x1b5)][_0x1dcb7b(0x18e)]();}),this[_0x4ab170(0x225)](this[_0x4ab170(0x227)],_0x4ab170(0x1ba),()=>{const _0x5100dc=_0x4ab170;this[_0x5100dc(0x22a)](!0x0);}),this[_0x4ab170(0x225)](this[_0x4ab170(0x227)],_0x4ab170(0x191),()=>{const _0x524d7d=_0x4ab170;if(!this[_0x524d7d(0x1b5)])return;const _0xd9b591=this[_0x524d7d(0x1b5)][_0x524d7d(0x193)]();_0xd9b591[_0x524d7d(0x1f9)]&&(this[_0x524d7d(0x20e)][_0x524d7d(0x1b8)](_0xd9b591[_0x524d7d(0x189)](_0x550e33=>_0x550e33['id'])),this[_0x524d7d(0x1b5)][_0x524d7d(0x1d7)](),this[_0x524d7d(0x1b5)][_0x524d7d(0x21a)]());}),this[_0x4ab170(0x225)](this[_0x4ab170(0x227)],_0x4ab170(0x218),(_0x533b2b,_0x3c85d9)=>{const _0x5d796d=_0x4ab170;this[_0x5d796d(0x1b5)]&&this[_0x5d796d(0x1b5)][_0x5d796d(0x1cc)](_0x3c85d9['id'])&&(this[_0x5d796d(0x20e)][_0x5d796d(0x1b8)]([_0x3c85d9['id']]),this[_0x5d796d(0x1b5)][_0x5d796d(0x1e6)](_0x3c85d9['id']),this[_0x5d796d(0x227)][_0x5d796d(0x222)](),this[_0x5d796d(0x1b5)][_0x5d796d(0x21a)](_0x3c85d9['id']));}),this[_0x4ab170(0x225)](this[_0x4ab170(0x227)],_0x4ab170(0x230),(_0x3dde82,_0x437840)=>{const _0x49b733=_0x4ab170;this[_0x49b733(0x1b5)]&&this[_0x49b733(0x1b5)][_0x49b733(0x1cc)](_0x437840['id'])&&(this[_0x49b733(0x20e)][_0x49b733(0x1f5)](_0x437840['id']),this[_0x49b733(0x1b5)][_0x49b733(0x210)](_0x437840['id']),this[_0x49b733(0x227)][_0x49b733(0x222)](),this[_0x49b733(0x1b5)][_0x49b733(0x21a)](_0x437840['id']));}),this[_0x4ab170(0x225)](this[_0x4ab170(0x227)],_0x4ab170(0x1ff),(_0x281b22,_0xe47409)=>{const _0x233d4e=_0x4ab170;this[_0x233d4e(0x22f)]=_0xe47409['on'],this[_0x233d4e(0x1ca)](this[_0x233d4e(0x22f)]);}),this[_0x4ab170(0x225)](this[_0x4ab170(0x227)],_0x4ab170(0x1fa),async()=>{const _0x404a41=_0x4ab170;this[_0x404a41(0x1b5)]&&await this[_0x404a41(0x1b5)][_0x404a41(0x232)]();}),this[_0x4ab170(0x225)](this[_0x4ab170(0x227)],_0x4ab170(0x19f),(_0x51e9c9,_0x57a753)=>{const _0x222656=_0x4ab170;this[_0x222656(0x1b5)]&&(this[_0x222656(0x234)]=_0x222656(0x1c5),this[_0x222656(0x1b5)][_0x222656(0x19f)](_0x57a753['id']));}),this[_0x4ab170(0x225)](this[_0x4ab170(0x227)],_0x4ab170(0x20b),()=>{const _0x50b989=_0x4ab170;this[_0x50b989(0x1b5)]&&this[_0x50b989(0x1b5)][_0x50b989(0x20b)]();}),this[_0x4ab170(0x225)](this[_0x4ab170(0x20e)][_0x4ab170(0x231)],_0x4ab170(0x1a6),(_0x3d406b,_0x27d2cc)=>{const _0x10be60=_0x4ab170;this[_0x10be60(0x1b5)]&&(this[_0x10be60(0x234)]=_0x10be60(0x18b),this[_0x10be60(0x1b5)][_0x10be60(0x19f)](_0x27d2cc[_0x10be60(0x224)]));}),this[_0x4ab170(0x225)](this[_0x4ab170(0x20e)][_0x4ab170(0x231)],_0x4ab170(0x1e4),(_0x26e898,_0x32f153)=>{const _0x4916ed=_0x4ab170;this[_0x4916ed(0x1b5)]&&this[_0x4916ed(0x1b5)][_0x4916ed(0x1f1)](_0x32f153[_0x4916ed(0x224)]);}),this[_0x4ab170(0x225)](this[_0x4ab170(0x20e)][_0x4ab170(0x231)],_0x4ab170(0x1a3),(_0x1c368a,_0x11f7bc)=>{const _0xf2b9aa=_0x4ab170;this[_0xf2b9aa(0x1b5)]&&this[_0xf2b9aa(0x1b5)][_0xf2b9aa(0x1f6)](_0x11f7bc[_0xf2b9aa(0x224)]);});}[_0x5470f7(0x22a)](_0x22c1e3=!0x1){const _0x2062f4=_0x5470f7;this[_0x2062f4(0x1b5)]&&(this[_0x2062f4(0x1b5)][_0x2062f4(0x1d1)]||this[_0x2062f4(0x1b5)][_0x2062f4(0x21a)](),this[_0x2062f4(0x1b5)][_0x2062f4(0x228)](),this[_0x2062f4(0x1b5)][_0x2062f4(0x18e)](),this[_0x2062f4(0x1b5)]=void 0x0),_0x22c1e3&&this[_0x2062f4(0x227)][_0x2062f4(0x1ac)](),this[_0x2062f4(0x20e)][_0x2062f4(0x1e1)](),this[_0x2062f4(0x20e)][_0x2062f4(0x1e8)](),this[_0x2062f4(0x234)]=null;const _0x7c652e=this[_0x2062f4(0x20e)][_0x2062f4(0x1c9)]();_0x7c652e&&_0x7c652e[_0x2062f4(0x208)][_0x2062f4(0x1d9)][_0x2062f4(0x221)](_0x4a1f18=>{const _0x1446df=_0x2062f4,_0x299baf=_0x7c652e[_0x1446df(0x208)][_0x1446df(0x1d9)][_0x1446df(0x1a1)][_0x1446df(0x1c8)]();_0x4a1f18[_0x1446df(0x21d)](_0x1446df(0x1ce),_0x299baf),_0x4a1f18[_0x1446df(0x21d)](_0x1446df(0x233),_0x299baf);});}[_0x5470f7(0x1ca)](_0x3da37e){const _0x5f5d1b=_0x5470f7,_0x56728f=this[_0x5f5d1b(0x20e)][_0x5f5d1b(0x1c9)]();_0x3da37e?this[_0x5f5d1b(0x227)][_0x5f5d1b(0x1d3)]():this[_0x5f5d1b(0x227)][_0x5f5d1b(0x1cd)](),_0x56728f&&_0x56728f[_0x5f5d1b(0x208)][_0x5f5d1b(0x1d9)][_0x5f5d1b(0x221)](_0x88796c=>{const _0x3c0e5b=_0x5f5d1b,_0x2c5fde=_0x56728f[_0x3c0e5b(0x208)][_0x3c0e5b(0x1d9)][_0x3c0e5b(0x1a1)][_0x3c0e5b(0x1c8)]();_0x88796c[_0x3c0e5b(0x21d)](_0x3c0e5b(0x1ce),_0x2c5fde),_0x88796c[_0x3c0e5b(0x21d)](_0x3c0e5b(0x233),_0x2c5fde),_0x88796c[_0x3c0e5b(0x194)](_0x3da37e?_0x3c0e5b(0x1ce):_0x3c0e5b(0x233),_0x2c5fde);});}[_0x5470f7(0x1be)](_0x38064c){const _0x1c7b35=_0x5470f7;return _0x38064c[_0x1c7b35(0x189)](_0x204188=>{const _0x3fd7c2=_0x1c7b35,_0x4a992b=_0x3fd7c2(0x1da)+_0x204188['id'][_0x3fd7c2(0x1af)]()[_0x3fd7c2(0x1fd)]('-','_'),_0x553f38={..._0x204188,'title':this[_0x3fd7c2(0x20a)](_0x4a992b+_0x3fd7c2(0x223),_0x204188[_0x3fd7c2(0x1bd)]),'description':this[_0x3fd7c2(0x20a)](_0x4a992b+_0x3fd7c2(0x1ed),_0x204188[_0x3fd7c2(0x1ae)])};return _0x204188[_0x3fd7c2(0x195)]&&(_0x553f38[_0x3fd7c2(0x195)]=_0x204188[_0x3fd7c2(0x195)][_0x3fd7c2(0x189)](_0x3256a9=>({..._0x3256a9,'label':this[_0x3fd7c2(0x20a)](_0x4a992b+_0x3fd7c2(0x19e),_0x3256a9[_0x3fd7c2(0x1b2)]||''),'data':_0x3256a9[_0x3fd7c2(0x1db)]?_0x3256a9[_0x3fd7c2(0x1db)][_0x3fd7c2(0x189)](_0x37a395=>({..._0x37a395,'label':this[_0x3fd7c2(0x20a)](_0x4a992b+_0x3fd7c2(0x211)+_0x37a395['id'][_0x3fd7c2(0x1af)](),_0x37a395[_0x3fd7c2(0x1b2)])})):void 0x0}))),_0x553f38;});}[_0x5470f7(0x20a)](_0x425c0b,_0x2aca1c){const _0x1b7515=_0x5470f7,_0x2276b5=this[_0x1b7515(0x229)][_0x1b7515(0x1d6)],_0x779ff7=_0x531b53(_0x2276b5,_0x425c0b);return _0x779ff7===_0x425c0b?_0x2aca1c:_0x779ff7;}[_0x5470f7(0x1a5)](_0x120a10){const _0x945c0d=_0x5470f7;_0x28727c(_0x120a10[_0x945c0d(0x1c3)]),this[_0x945c0d(0x227)][_0x945c0d(0x214)]();}}
23
+ const _0x1bd8d2=_0x2e4c;(function(_0x2b1355,_0x33c384){const _0x348722=_0x2e4c,_0x4fd923=_0x2b1355();while(!![]){try{const _0x357f25=parseInt(_0x348722(0x114))/0x1+-parseInt(_0x348722(0x16d))/0x2+parseInt(_0x348722(0xf6))/0x3+-parseInt(_0x348722(0x17c))/0x4*(parseInt(_0x348722(0x10e))/0x5)+-parseInt(_0x348722(0x10c))/0x6*(parseInt(_0x348722(0xff))/0x7)+parseInt(_0x348722(0x17b))/0x8*(-parseInt(_0x348722(0x136))/0x9)+-parseInt(_0x348722(0x126))/0xa*(-parseInt(_0x348722(0x129))/0xb);if(_0x357f25===_0x33c384)break;else _0x4fd923['push'](_0x4fd923['shift']());}catch(_0x5d4ee5){_0x4fd923['push'](_0x4fd923['shift']());}}}(_0x24fe,0xa7dd7));import{ContextPlugin as _0x5d8415}from'ckeditor5/src/core.js';function _0x2e4c(_0x41feb7,_0xb4ca34){const _0x24feec=_0x24fe();return _0x2e4c=function(_0x2e4c6f,_0x4d76c8){_0x2e4c6f=_0x2e4c6f-0xe7;let _0x4e0118=_0x24feec[_0x2e4c6f];return _0x4e0118;},_0x2e4c(_0x41feb7,_0xb4ca34);}import{CKEditorError as _0x730cca,logError as _0x4fb811,scrollAncestorsToShowTarget as _0xfdfea9,scrollViewportToShowTarget as _0x48105b}from'ckeditor5/src/utils.js';import{AIConnector as _0x3e9b6d}from'../aicore/aiconnector.js';import{AIReviewCheckList as _0x1cf840}from'./model/aireviewchecklist.js';import{AIReviewSystemCheckRun as _0x3d59e3}from'./model/aireviewsystemcheckrun.js';import{AIReviewCustomCheckRun as _0x1e59ad}from'./model/aireviewcustomcheckrun.js';import{AIModels as _0x26025c}from'../aicore/model/aimodels.js';import{AI_REVIEW_CHECKS as _0xe7cda2}from'./aireviewcheckdefinitions.js';function _0x24fe(){const _0x25651a=['change','loading','restart','reviewCheckResultReady','_OPTIONS_DATA_','_getTranslationWithDefault','7riPPTL','currentError','_aiReviewCheckList','error-chunk','AI_MODEL_DESCRIPTION_','data','description','requires','init','length','context','unmodified','acceptAllChanges','3086004kMoVFB','domElement','115kzHyga','error-general','title','activateChange','showDiffInBalloon','getAll','656871wDAjUI','label','switchToEdit','status','contentNew','options','documentData','ck-ai-review-mode-highlights','_aiConnector','finished','showGeneralErrorView','reviewCheckResultChangeStatusUpdated','models','rejectChange','subTitle','_onReviewModeRunLeave','addResultChanges','prompt','650RPzbBo','_translateReviewChecks','dismissChange','341407UzPvNU','_aiReviewModeEditing','panel','ai-review-mode-no-current-check-run','showCheckRunResult','showChangeBalloon','hideDiffInBalloon','updateChangeState','setActiveStateInResults','showChunkErrorView','isPremiumPlugin','get','listenTo','9AyVKAV','document','ai-review-mode-check-run-failed','getRoot','ai-review-mode-check-run-chunk-error','getDocumentData','start','showReviewCheckList','markChangePositionInEditorContent','getActiveChanges','setCheckResultTitle','markChangeAsRejected','leaveReviewModeResultList','forceReadyState','reviewCheckResultAdded','stopListening','addClass','showActionsWhenResultIsReady','isCustom','_onDiffChange','_DESCRIPTION','changeMarkerRestored','config','_TITLE','sendRating','finishReview','args','map','toUpperCase','checks','ai-review-mode-source-check-not-found','view','showCheckRunResults','plugins','toggleDiff','reviewCheckRunUpdated','markChangeAsAccepted','markChangeAsPending','clearAllMarkers','replaceAll','ready','leaveReviewMode','runReviewCheck','resetActiveStateInResults','setAvailableChecks','ai-review-mode-check-run-general-error','_logError','markAllChangesAsAccepted','diffContent','AI_REVIEW_CHECK_','content','deactivateChange','model','translate','pluginName','1172074AGQGdn','hasModifications','locale','abortReviewStream','hideChangeBalloon','getMarkerElementForChange','markChangeAsOutdated','message','changeMarkerRemoved','contentInitial','applyChange','source','getEditor','reviewCheckResultActivated','10854832TMJASK','71956lKGnoP','getChangeElement','showNoChangesView','getReviewCheckList','emitter','aborted','AIReviewModeEditing','showReviewCompletedView','isChangeActive','changeId','switchToReadOnly','find','changeMarkerClick','AIConnector','AIReviewModeUI','reviewCheckResultDeactivated','ck-ai-review-mode-diff','params','closest','editing','ai-request-aborted','acceptChange','AIReviewModeController','removeClass','includes','_OPTIONS_LABEL','retryReview','_aiReviewModeUi','ai.reviewMode.translations','custom','result','_isDiffOn','.ck-ai-review-mode__check-run-result','changes','_currentReviewCheckRun','processedResultsCount','getCheckById','isOfficialPlugin','2652813dmSQaG','abort','_changeActivationSource'];_0x24fe=function(){return _0x25651a;};return _0x24fe();}import{getTranslation as _0x43f457}from'../aicore/utils/common-translations.js';export class AIReviewModeController extends _0x5d8415{[_0x1bd8d2(0x11c)];[_0x1bd8d2(0xeb)];[_0x1bd8d2(0x12a)];[_0x1bd8d2(0x101)];[_0x1bd8d2(0xf2)];[_0x1bd8d2(0xef)]=!0x1;[_0x1bd8d2(0xf8)]=null;static get[_0x1bd8d2(0x106)](){return[_0x3e9b6d];}static get[_0x1bd8d2(0x16c)](){const _0x571fd1=_0x1bd8d2;return _0x571fd1(0x192);}static get[_0x1bd8d2(0xf5)](){return!0x0;}static get[_0x1bd8d2(0x133)](){return!0x0;}async[_0x1bd8d2(0x107)](){const _0x373780=_0x1bd8d2;this[_0x373780(0x11c)]=this[_0x373780(0x109)][_0x373780(0x157)][_0x373780(0x134)](_0x373780(0x189)),this[_0x373780(0xeb)]=this[_0x373780(0x109)][_0x373780(0x157)][_0x373780(0x134)](_0x373780(0x18a)),this[_0x373780(0x12a)]=this[_0x373780(0x109)][_0x373780(0x157)][_0x373780(0x134)](_0x373780(0x182));const _0x487886=this[_0x373780(0x109)][_0x373780(0x14c)][_0x373780(0x134)](_0x373780(0xec));if(_0x487886){for(const _0x52167f of _0xe7cda2)_0x373780(0x16b)===_0x52167f['id']&&(_0x52167f[_0x373780(0x119)][0x0][_0x373780(0x104)]=_0x487886);}const _0x2a7809=this[_0x373780(0x127)](_0xe7cda2);this[_0x373780(0x101)]=new _0x1cf840(_0x2a7809);const _0x4628a8=this[_0x373780(0x101)][_0x373780(0x153)][_0x373780(0x187)](_0x4e8e98=>_0x373780(0xed)===_0x4e8e98['id']);if(_0x4628a8){const _0x3d4f5b=await new _0x26025c({'connector':this[_0x373780(0x11c)]})[_0x373780(0x113)]();_0x4628a8[_0x373780(0x120)]=_0x3d4f5b[_0x373780(0x151)](_0x16dc83=>({..._0x16dc83,'description':this[_0x373780(0xfe)](_0x373780(0x103)+_0x16dc83['id'][_0x373780(0x152)](),_0x16dc83[_0x373780(0x105)])}));}this[_0x373780(0x135)](this[_0x373780(0xeb)],_0x373780(0x17f),()=>{const _0x243b83=_0x373780;this[_0x243b83(0xeb)][_0x243b83(0x162)](this[_0x243b83(0x101)][_0x243b83(0x153)]);}),this[_0x373780(0x135)](this[_0x373780(0xeb)],_0x373780(0x160),async(_0x2d37c2,_0x5c37ec)=>{const _0x7a8de1=_0x373780,_0x38c465=this[_0x7a8de1(0x101)][_0x7a8de1(0xf4)](_0x5c37ec['id']);if(_0x38c465){this[_0x7a8de1(0x149)](this[_0x7a8de1(0xef)]),_0x5c37ec[_0x7a8de1(0x148)]?this[_0x7a8de1(0xf2)]=new _0x1e59ad(_0x5c37ec[_0x7a8de1(0x150)][_0x7a8de1(0x125)],_0x5c37ec[_0x7a8de1(0x150)][_0x7a8de1(0x16a)],this[_0x7a8de1(0x12a)][_0x7a8de1(0x13b)](),_0x38c465,this[_0x7a8de1(0x11c)]):this[_0x7a8de1(0xf2)]=new _0x3d59e3(this[_0x7a8de1(0x12a)][_0x7a8de1(0x13b)](),_0x38c465,this[_0x7a8de1(0x11c)],_0x5c37ec[_0x7a8de1(0x18d)],_0x5c37ec[_0x7a8de1(0x150)]),this[_0x7a8de1(0xeb)][_0x7a8de1(0x140)](this[_0x7a8de1(0xf2)][_0x7a8de1(0x110)],this[_0x7a8de1(0xf2)][_0x7a8de1(0x122)]),this[_0x7a8de1(0xf2)]['on'](_0x7a8de1(0x159),(_0x5e7a71,_0x30d2b4)=>{const _0x3f5bf1=_0x7a8de1;_0x3f5bf1(0x104)===_0x30d2b4[_0x3f5bf1(0x117)]||_0x3f5bf1(0xfa)===_0x30d2b4[_0x3f5bf1(0x117)]?(this[_0x3f5bf1(0x12a)][_0x3f5bf1(0x186)](),this[_0x3f5bf1(0xeb)][_0x3f5bf1(0x156)](_0x30d2b4)):_0x3f5bf1(0x11d)===_0x30d2b4[_0x3f5bf1(0x117)]?this[_0x3f5bf1(0xeb)][_0x3f5bf1(0x183)]():_0x3f5bf1(0x15e)===_0x30d2b4[_0x3f5bf1(0x117)]?this[_0x3f5bf1(0xeb)][_0x3f5bf1(0x147)]():_0x3f5bf1(0x10a)===_0x30d2b4[_0x3f5bf1(0x117)]?this[_0x3f5bf1(0xeb)][_0x3f5bf1(0x17e)]():_0x3f5bf1(0x10f)===_0x30d2b4[_0x3f5bf1(0x117)]?(this[_0x3f5bf1(0xeb)][_0x3f5bf1(0x11e)](),this[_0x3f5bf1(0x164)](new _0x730cca(_0x3f5bf1(0x163),this,this[_0x3f5bf1(0xf2)]?.[_0x3f5bf1(0x100)]))):_0x3f5bf1(0x102)===_0x30d2b4[_0x3f5bf1(0x117)]?(this[_0x3f5bf1(0xeb)][_0x3f5bf1(0x132)](),this[_0x3f5bf1(0x164)](new _0x730cca(_0x3f5bf1(0x13a),this,this[_0x3f5bf1(0xf2)]?.[_0x3f5bf1(0x100)]))):_0x3f5bf1(0x181)===_0x30d2b4[_0x3f5bf1(0x117)]&&(this[_0x3f5bf1(0xf2)]&&this[_0x3f5bf1(0xf2)][_0x3f5bf1(0xf3)]>0x0?setTimeout(()=>{const _0x44a2da=_0x3f5bf1;this[_0x44a2da(0xf2)]?.[_0x44a2da(0x143)]();},0x0):this[_0x3f5bf1(0x123)](!0x0)),_0x3f5bf1(0x15e)!==_0x30d2b4[_0x3f5bf1(0x117)]&&_0x3f5bf1(0x102)!==_0x30d2b4[_0x3f5bf1(0x117)]&&_0x3f5bf1(0x10f)!==_0x30d2b4[_0x3f5bf1(0x117)]||this[_0x3f5bf1(0xf2)]?.[_0x3f5bf1(0x14e)]();}),this[_0x7a8de1(0xf2)]['on'](_0x7a8de1(0x144),(_0x37e3c0,_0x33aed9)=>{const _0xf6094d=_0x7a8de1;if(!this[_0xf6094d(0xf2)])throw new _0x730cca(_0xf6094d(0x12c),this);const _0x37a081=this[_0xf6094d(0x12a)][_0xf6094d(0x166)](_0x33aed9[_0xf6094d(0xee)][_0xf6094d(0x176)],_0x33aed9[_0xf6094d(0xee)][_0xf6094d(0x118)]);_0x33aed9[_0xf6094d(0x178)][_0xf6094d(0x124)](_0x33aed9[_0xf6094d(0xee)]['id'],_0x37a081);}),this[_0x7a8de1(0xf2)]['on'](_0x7a8de1(0xfc),(_0x494c6d,_0x4619c3)=>{const _0x150de7=_0x7a8de1;for(const _0xdcbafa of _0x4619c3[_0x150de7(0xf1)])this[_0x150de7(0xeb)][_0x150de7(0x12d)](_0xdcbafa);this[_0x150de7(0x12a)][_0x150de7(0x13e)](_0x4619c3[_0x150de7(0xf1)],_0x4619c3[_0x150de7(0x178)][_0x150de7(0x11a)]);}),this[_0x7a8de1(0xf2)]['on'](_0x7a8de1(0x11f),(_0x15ca2e,_0xb511ec)=>{const _0x1c0e78=_0x7a8de1;this[_0x1c0e78(0xeb)][_0x1c0e78(0x130)](_0xb511ec[_0x1c0e78(0xf9)]['id'],_0xb511ec[_0x1c0e78(0x117)]);}),this[_0x7a8de1(0xf2)]['on'](_0x7a8de1(0x17a),(_0x1a2c85,_0x20338e)=>{const _0x2e7721=_0x7a8de1;this[_0x2e7721(0xeb)][_0x2e7721(0x131)](_0x20338e[_0x2e7721(0xf9)]['id']);const _0x1a935b=this[_0x2e7721(0x12a)][_0x2e7721(0x172)](_0x20338e[_0x2e7721(0xf9)]['id']);if(_0x1a935b){if(_0x2e7721(0x168)===this[_0x2e7721(0xf8)]){const _0x101511=this[_0x2e7721(0xeb)][_0x2e7721(0x17d)](_0x20338e[_0x2e7721(0xf9)]['id']);_0x101511&&_0xfdfea9(_0x101511[_0x2e7721(0x18e)](_0x2e7721(0xf0))||_0x101511);}else{if(_0x2e7721(0x12b)===this[_0x2e7721(0xf8)]){const _0x58d566={'target':_0x1a935b[_0x2e7721(0x10d)],'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0};_0x48105b(_0x58d566);}}this[_0x2e7721(0xeb)][_0x2e7721(0x12e)](_0x20338e[_0x2e7721(0xf9)],_0x1a935b[_0x2e7721(0x10d)]);}}),this[_0x7a8de1(0xf2)]['on'](_0x7a8de1(0x18b),()=>{const _0xd6b45c=_0x7a8de1;this[_0xd6b45c(0xeb)][_0xd6b45c(0x161)](),this[_0xd6b45c(0xeb)][_0xd6b45c(0x171)]();});try{await this[_0x7a8de1(0xf2)][_0x7a8de1(0x13c)]();}catch(_0x316f98){_0x316f98 instanceof Error&&_0x316f98[_0x7a8de1(0x174)][_0x7a8de1(0xe8)](_0x7a8de1(0x190))||(_0x316f98 instanceof _0x730cca?this[_0x7a8de1(0x164)](_0x316f98):this[_0x7a8de1(0x164)](new _0x730cca(_0x7a8de1(0x138),this,{'error':_0x316f98})));}}else this[_0x7a8de1(0x164)](new _0x730cca(_0x7a8de1(0x154),this,{'checkId':_0x5c37ec['id']}));}),this[_0x373780(0x135)](this[_0x373780(0xeb)],_0x373780(0x15f),()=>{const _0x30838b=_0x373780;this[_0x30838b(0x123)]();}),this[_0x373780(0x135)](this[_0x373780(0xeb)],_0x373780(0x142),()=>{const _0x167803=_0x373780;this[_0x167803(0x123)](!0x0);}),this[_0x373780(0x135)](this[_0x373780(0xeb)],_0x373780(0x170),()=>{const _0x3586b9=_0x373780;this[_0x3586b9(0xf2)]&&this[_0x3586b9(0xf2)][_0x3586b9(0xf7)]();}),this[_0x373780(0x135)](this[_0x373780(0xeb)],_0x373780(0x14f),()=>{const _0x39ff0d=_0x373780;this[_0x39ff0d(0x123)](!0x0);}),this[_0x373780(0x135)](this[_0x373780(0xeb)],_0x373780(0x10b),()=>{const _0x40a438=_0x373780;if(!this[_0x40a438(0xf2)])return;const _0x515c4b=this[_0x40a438(0xf2)][_0x40a438(0x13f)]();_0x515c4b[_0x40a438(0x108)]&&(this[_0x40a438(0x12a)][_0x40a438(0x177)](_0x515c4b[_0x40a438(0x151)](_0x4c0a90=>_0x4c0a90['id'])),this[_0x40a438(0xf2)][_0x40a438(0x165)](),this[_0x40a438(0xf2)][_0x40a438(0x14e)]());}),this[_0x373780(0x135)](this[_0x373780(0xeb)],_0x373780(0x191),(_0x240257,_0x31573a)=>{const _0x4803b9=_0x373780;this[_0x4803b9(0xf2)]&&this[_0x4803b9(0xf2)][_0x4803b9(0x184)](_0x31573a['id'])&&(this[_0x4803b9(0x12a)][_0x4803b9(0x177)]([_0x31573a['id']]),this[_0x4803b9(0xf2)][_0x4803b9(0x15a)](_0x31573a['id']),this[_0x4803b9(0xeb)][_0x4803b9(0x171)](),this[_0x4803b9(0xf2)][_0x4803b9(0x14e)](_0x31573a['id']));}),this[_0x373780(0x135)](this[_0x373780(0xeb)],_0x373780(0x128),(_0x39c249,_0xe5c756)=>{const _0x4e21f4=_0x373780;this[_0x4e21f4(0xf2)]&&this[_0x4e21f4(0xf2)][_0x4e21f4(0x184)](_0xe5c756['id'])&&(this[_0x4e21f4(0x12a)][_0x4e21f4(0x121)](_0xe5c756['id']),this[_0x4e21f4(0xf2)][_0x4e21f4(0x141)](_0xe5c756['id']),this[_0x4e21f4(0xeb)][_0x4e21f4(0x171)](),this[_0x4e21f4(0xf2)][_0x4e21f4(0x14e)](_0xe5c756['id']));}),this[_0x373780(0x135)](this[_0x373780(0xeb)],_0x373780(0x158),(_0xeb04d9,_0x17d5b6)=>{const _0x428ebc=_0x373780;this[_0x428ebc(0xef)]=_0x17d5b6['on'],this[_0x428ebc(0x149)](this[_0x428ebc(0xef)]);}),this[_0x373780(0x135)](this[_0x373780(0xeb)],_0x373780(0xea),async()=>{const _0x339914=_0x373780;this[_0x339914(0xf2)]&&await this[_0x339914(0xf2)][_0x339914(0xfb)]();}),this[_0x373780(0x135)](this[_0x373780(0xeb)],_0x373780(0x111),(_0x3c8985,_0x5442b8)=>{const _0x2b5901=_0x373780;this[_0x2b5901(0xf2)]&&(this[_0x2b5901(0xf8)]=_0x2b5901(0x12b),this[_0x2b5901(0xf2)][_0x2b5901(0x111)](_0x5442b8['id']));}),this[_0x373780(0x135)](this[_0x373780(0xeb)],_0x373780(0x169),()=>{const _0x1fa6c0=_0x373780;this[_0x1fa6c0(0xf2)]&&this[_0x1fa6c0(0xf2)][_0x1fa6c0(0x169)]();}),this[_0x373780(0x135)](this[_0x373780(0x12a)][_0x373780(0x180)],_0x373780(0x188),(_0x33dd5b,_0x343475)=>{const _0x58a71c=_0x373780;this[_0x58a71c(0xf2)]&&(this[_0x58a71c(0xf8)]=_0x58a71c(0x168),this[_0x58a71c(0xf2)][_0x58a71c(0x111)](_0x343475[_0x58a71c(0x185)]));}),this[_0x373780(0x135)](this[_0x373780(0x12a)][_0x373780(0x180)],_0x373780(0x175),(_0x11cec7,_0x8d78af)=>{const _0x43078f=_0x373780;this[_0x43078f(0xf2)]&&this[_0x43078f(0xf2)][_0x43078f(0x173)](_0x8d78af[_0x43078f(0x185)]);}),this[_0x373780(0x135)](this[_0x373780(0x12a)][_0x373780(0x180)],_0x373780(0x14b),(_0x12b9d5,_0x7d4af6)=>{const _0xa748b6=_0x373780;this[_0xa748b6(0xf2)]&&this[_0xa748b6(0xf2)][_0xa748b6(0x15b)](_0x7d4af6[_0xa748b6(0x185)]);});}[_0x1bd8d2(0x123)](_0x4f41e3=!0x1){const _0x532df0=_0x1bd8d2;this[_0x532df0(0xf2)]&&(this[_0x532df0(0xf2)][_0x532df0(0x16e)]||this[_0x532df0(0xf2)][_0x532df0(0x14e)](),this[_0x532df0(0xf2)][_0x532df0(0x145)](),this[_0x532df0(0xf2)][_0x532df0(0xf7)](),this[_0x532df0(0xf2)]=void 0x0),_0x4f41e3&&this[_0x532df0(0xeb)][_0x532df0(0x13d)](),this[_0x532df0(0x12a)][_0x532df0(0x15c)](),this[_0x532df0(0x12a)][_0x532df0(0x116)](),this[_0x532df0(0xf8)]=null;const _0x42e31a=this[_0x532df0(0x12a)][_0x532df0(0x179)]();_0x42e31a&&_0x42e31a[_0x532df0(0x18f)][_0x532df0(0x155)][_0x532df0(0xf9)](_0x2aa4f9=>{const _0x5acf7a=_0x532df0,_0x486d85=_0x42e31a[_0x5acf7a(0x18f)][_0x5acf7a(0x155)][_0x5acf7a(0x137)][_0x5acf7a(0x139)]();_0x2aa4f9[_0x5acf7a(0xe7)](_0x5acf7a(0x18c),_0x486d85),_0x2aa4f9[_0x5acf7a(0xe7)](_0x5acf7a(0x11b),_0x486d85);});}[_0x1bd8d2(0x149)](_0x54d8bb){const _0x4b8ff2=_0x1bd8d2,_0x7e170b=this[_0x4b8ff2(0x12a)][_0x4b8ff2(0x179)]();_0x54d8bb?this[_0x4b8ff2(0xeb)][_0x4b8ff2(0x12f)]():this[_0x4b8ff2(0xeb)][_0x4b8ff2(0x112)](),_0x7e170b&&_0x7e170b[_0x4b8ff2(0x18f)][_0x4b8ff2(0x155)][_0x4b8ff2(0xf9)](_0x422912=>{const _0x1865c7=_0x4b8ff2,_0x443406=_0x7e170b[_0x1865c7(0x18f)][_0x1865c7(0x155)][_0x1865c7(0x137)][_0x1865c7(0x139)]();_0x422912[_0x1865c7(0xe7)](_0x1865c7(0x18c),_0x443406),_0x422912[_0x1865c7(0xe7)](_0x1865c7(0x11b),_0x443406),_0x422912[_0x1865c7(0x146)](_0x54d8bb?_0x1865c7(0x18c):_0x1865c7(0x11b),_0x443406);});}[_0x1bd8d2(0x127)](_0x4db01a){const _0x3cc38d=_0x1bd8d2;return _0x4db01a[_0x3cc38d(0x151)](_0x5819c3=>{const _0x30af6c=_0x3cc38d,_0xa0aaac=_0x30af6c(0x167)+_0x5819c3['id'][_0x30af6c(0x152)]()[_0x30af6c(0x15d)]('-','_'),_0x286dac={..._0x5819c3,'title':this[_0x30af6c(0xfe)](_0xa0aaac+_0x30af6c(0x14d),_0x5819c3[_0x30af6c(0x110)]),'description':this[_0x30af6c(0xfe)](_0xa0aaac+_0x30af6c(0x14a),_0x5819c3[_0x30af6c(0x105)])};return _0x5819c3[_0x30af6c(0x119)]&&(_0x286dac[_0x30af6c(0x119)]=_0x5819c3[_0x30af6c(0x119)][_0x30af6c(0x151)](_0x27328d=>({..._0x27328d,'label':this[_0x30af6c(0xfe)](_0xa0aaac+_0x30af6c(0xe9),_0x27328d[_0x30af6c(0x115)]||''),'data':_0x27328d[_0x30af6c(0x104)]?_0x27328d[_0x30af6c(0x104)][_0x30af6c(0x151)](_0x2a71a8=>({..._0x2a71a8,'label':this[_0x30af6c(0xfe)](_0xa0aaac+_0x30af6c(0xfd)+_0x2a71a8['id'][_0x30af6c(0x152)](),_0x2a71a8[_0x30af6c(0x115)])})):void 0x0}))),_0x286dac;});}[_0x1bd8d2(0xfe)](_0x5172f4,_0x1a5665){const _0xba95df=_0x1bd8d2,_0x30033c=this[_0xba95df(0x109)][_0xba95df(0x16f)],_0x5d7476=_0x43f457(_0x30033c,_0x5172f4);return _0x5d7476===_0x5172f4?_0x1a5665:_0x5d7476;}[_0x1bd8d2(0x164)](_0x361122){const _0x361df3=_0x1bd8d2;_0x4fb811(_0x361122[_0x361df3(0x174)]),this[_0x361df3(0xeb)][_0x361df3(0x11e)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x124fa1=_0x160c;(function(_0x5ccdc6,_0x5d1f97){const _0x38636d=_0x160c,_0x3768a2=_0x5ccdc6();while(!![]){try{const _0x58e712=parseInt(_0x38636d(0x174))/0x1+-parseInt(_0x38636d(0x14e))/0x2+-parseInt(_0x38636d(0x12d))/0x3+-parseInt(_0x38636d(0x161))/0x4*(-parseInt(_0x38636d(0x17d))/0x5)+parseInt(_0x38636d(0x1ae))/0x6*(parseInt(_0x38636d(0x165))/0x7)+parseInt(_0x38636d(0x1d1))/0x8*(parseInt(_0x38636d(0x15e))/0x9)+-parseInt(_0x38636d(0x15d))/0xa*(parseInt(_0x38636d(0x122))/0xb);if(_0x58e712===_0x5d1f97)break;else _0x3768a2['push'](_0x3768a2['shift']());}catch(_0x1cbd14){_0x3768a2['push'](_0x3768a2['shift']());}}}(_0x5a36,0x6ae15));function _0x160c(_0x532986,_0x2f7330){const _0x5a36e0=_0x5a36();return _0x160c=function(_0x160c60,_0x3abb44){_0x160c60=_0x160c60-0x122;let _0x2ceb92=_0x5a36e0[_0x160c60];return _0x2ceb92;},_0x160c(_0x532986,_0x2f7330);}import{InsertOperation as _0x1163b7,MarkerOperation as _0xdd2f0a,ModelDocumentFragment as _0x5cbc43,ModelPosition as _0x3c9f8d,ModelRange as _0x2395bb,ModelTreeWalker as _0x2d2d84,transformOperationSets as _0x22202e}from'ckeditor5/src/engine.js';import{DomEmitterMixin as _0x4d97ea,EmitterMixin as _0x5ab14e}from'ckeditor5/src/utils.js';import{ContextPlugin as _0x1e2b28}from'ckeditor5/src/core.js';import{DocumentCompare as _0x3f9b97,DATA_ID_MODEL_ATTRIBUTE as _0x15b0c2,DATA_ID_VIEW_ATTRIBUTE as _0x14e896}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x5a36(){const _0x1953e4=['applyChange','append','toData','ck-ai_review-mode-marker_context-','insert','$graveyard','disableReadOnlyMode','attributeToAttribute','markerToElement','isPremiumPlugin','isAtEnd','ck-ai_review-mode-marker_context-end','_groupAdjacentOperations','isAtStart','conversion','_clone','ck-ai_review-mode-marker_hide','howMany','target','switchToReadOnly','ck-ai_review-mode-marker_add','suggestion-context','position','2915988GujotN','marker','ck-ai_review-mode-marker_strikethrough','AIReviewModeEditing','end','change','_sortMarkers','_getOperationStart','remove','processor','getRoot','isInline','htmlWriter','name','className','text','root','suggestion:deletion:id:authorId:','offset','_translateOperationToEditorContent','newRange','_shiftOperation','elements','hasAttribute','[data-marker-id=\x22','markers','getDomRoot','outerHTML','getShiftedBy','forward','deleteContent','stringify','getChildren','htmlProcessor','includes','296iRXBAp','_getChangeContext','createSelection','ai-review-mode','index','jumpTo','parse','_changeRangeOwnerDocument','remove-only','operationsIsolated','_domEmitter','hasClass','_setAttribute','_createGetContentUsingDataIdFn','addMarker','$textProxy','schema','_getOperationEnd','nodes','getHtml','changeMarkerRestored','map','_getMarkersDataForGroup','ck-ai_review-mode-marker_underline','push','afterInit','markerName','markerToHighlight','version','_validateMarkers','_nextDataId','add','baseVersion','_changeRange','exec','groupId','data-marker-id','document','length','model','getOperations','remove-context','getAttribute','filter','getChanges','sort','emitter','pluginName','pop','enableReadOnlyMode','span','No\x20element\x20found\x20for\x20ID:\x20','innerHTML','getChangedMarkers','viewToDom','_changePosition','delete','_handleMarkerChanges','getDocumentData','editing','ck-ai_review-mode-marker_','isOfficialPlugin','_eventEmitter','_markers','11TLLAwN','start','_removeAttribute','affectsData','rejectChange','history','_changePositionOwnerDocument','insertContent','_removeChildren','editingDowncast','dataDowncast','1246374KRXhKx','rootName','set','diffContent','oldRange','ck-ai_review-mode-marker_context-start','applyOperation','getChild','split','operationsA','backward','for','getMarkerElementForChange','plugins','isDocumentOperation','createDocumentFragment','flat','clear','createUIElement','parent','values','AIEditing','changeMarkerRemoved','element','path','DocumentCompare','isOpening','createRange','registerPostFixer','removeMarker','getRange','keys','_findAdjacentContextDistance','1271254AykFRR','listenTo','getRoots','createPositionAfter','model:$text','caption','clone','$documentFragment','changeMarkerClick','get','ellipsisAfter','domConverter','$markedRemove','fire','isIntersecting','4511090JLspKI','76689KsbxBl','downcast','hasContentBefore','4212woXLCk','startsWith','_findMarkerElement','suggestion:insertion:id:authorId:','7mpZmSE','createPositionAt','data','createText','batch','getEditor','_changeOperationOwnerDocument','toView','addOperation','reviewmode-','_createGetContextFn','childCount','clearAllMarkers','_insertMarkers','_parseMarkerName','659585zQXtHx','remove-text','context','every','requires','createRawElement','_createGetContentFn','type','getPath','2275qJftDG','concat','offsetSize','markChangePositionInEditorContent','warn','isTouching','_hasSameTopLevelElement','from','differ','click','getStart','toDomElement','forEach','size','has','switchToEdit','parentElement','hasContentAfter','[data-id=\x22','_appendChild','view','querySelector','ellipsisBefore','containsRange','documentFragment','getDiff'];_0x5a36=function(){return _0x1953e4;};return _0x5a36();}import{getEditorFromContext as _0x321e1b}from'../aicore/utils/geteditorfromcontext.js';import{AIEditing as _0x4053fc}from'../aicore/aiediting.js';const he=_0x124fa1(0x16e);export class AIReviewModeEditing extends _0x1e2b28{static get[_0x124fa1(0x200)](){const _0x505b8c=_0x124fa1;return _0x505b8c(0x1b1);}static get[_0x124fa1(0x178)](){return[_0x3f9b97,_0x4053fc];}static get[_0x124fa1(0x20e)](){return!0x0;}static get[_0x124fa1(0x1a0)](){return!0x0;}[_0x124fa1(0x210)]=new Map();[_0x124fa1(0x1db)];[_0x124fa1(0x20f)];constructor(_0x1c692a){const _0x653ca5=_0x124fa1;super(_0x1c692a),this[_0x653ca5(0x1db)]=new(_0x4d97ea())(),this[_0x653ca5(0x20f)]=new(_0x5ab14e())();}get[_0x124fa1(0x1ff)](){const _0x5a4cc4=_0x124fa1;return this[_0x5a4cc4(0x20f)];}[_0x124fa1(0x1ea)](){const _0x594a5d=_0x124fa1,_0x55bae7=_0x321e1b(this[_0x594a5d(0x176)]);_0x55bae7[_0x594a5d(0x1a5)][_0x594a5d(0x138)](_0x594a5d(0x12b))[_0x594a5d(0x19f)]({'model':he+_0x594a5d(0x19b),'view':(_0x6db892,{writer:_0x2f1c49})=>{const _0x59fd18=_0x594a5d,_0x4eefed=this[_0x59fd18(0x210)][_0x59fd18(0x157)](_0x6db892[_0x59fd18(0x1eb)]),_0x2ea3b2={'class':_0x59fd18(0x1ab),'data-marker-id':_0x6db892[_0x59fd18(0x1eb)]};return _0x2f1c49[_0x59fd18(0x13f)](_0x59fd18(0x203),_0x2ea3b2,function(_0x4211ff){const _0x41417f=_0x59fd18,_0x1c4eeb=this[_0x41417f(0x188)](_0x4211ff);return _0x1c4eeb[_0x41417f(0x205)]=_0x4eefed?.[_0x41417f(0x1bd)]||'',_0x1c4eeb;});}}),_0x55bae7[_0x594a5d(0x1a5)][_0x594a5d(0x138)](_0x594a5d(0x12b))[_0x594a5d(0x1ec)]({'model':he+_0x594a5d(0x1d9),'view':_0x414050=>({'classes':_0x594a5d(0x1b0),'attributes':{'data-marker-id':_0x414050[_0x594a5d(0x1eb)]}})}),_0x55bae7[_0x594a5d(0x1a5)][_0x594a5d(0x138)](_0x594a5d(0x12b))[_0x594a5d(0x1ec)]({'model':he+_0x594a5d(0x1fa),'view':_0x1320fd=>({'classes':_0x594a5d(0x1e8),'attributes':{'data-marker-id':_0x1320fd[_0x594a5d(0x1eb)]}})}),_0x55bae7[_0x594a5d(0x1a5)][_0x594a5d(0x138)](_0x594a5d(0x12b))[_0x594a5d(0x1ec)]({'model':he+_0x594a5d(0x175),'view':_0x141d52=>({'classes':_0x594a5d(0x1a7),'attributes':{'data-marker-id':_0x141d52[_0x594a5d(0x1eb)]}})}),_0x55bae7[_0x594a5d(0x1a5)][_0x594a5d(0x138)](_0x594a5d(0x12c))[_0x594a5d(0x19f)]({'model':he+_0x594a5d(0x1ac),'view':(_0x204f0f,{writer:_0x4c69c4})=>_0x4c69c4[_0x594a5d(0x179)](_0x594a5d(0x203),{'class':_0x594a5d(0x19a)+(_0x204f0f[_0x594a5d(0x147)]?_0x594a5d(0x123):_0x594a5d(0x1b2))})}),_0x55bae7[_0x594a5d(0x1a5)][_0x594a5d(0x138)](_0x594a5d(0x15f))[_0x594a5d(0x19e)]({'model':_0x15b0c2,'view':_0x14e896}),this[_0x594a5d(0x1db)][_0x594a5d(0x14f)](document,_0x594a5d(0x186),(_0x4510c7,_0x576935)=>{const _0x4b5299=_0x594a5d,_0x449421=_0x576935[_0x4b5299(0x1a9)],_0x15617f=this[_0x4b5299(0x163)](_0x449421);if(!_0x15617f)return;const _0x441db3=_0x15617f[_0x4b5299(0x1fb)](_0x4b5299(0x1f5)),_0x53a8b8=_0x441db3[_0x4b5299(0x135)](':')[_0x4b5299(0x201)]()?.[_0x4b5299(0x135)]('_')[0x0];this[_0x4b5299(0x20f)][_0x4b5299(0x15b)](_0x4b5299(0x156),{'markerId':_0x441db3,'changeId':_0x53a8b8});}),_0x55bae7[_0x594a5d(0x1f8)][_0x594a5d(0x1f6)][_0x594a5d(0x149)](_0x2cee1e=>this[_0x594a5d(0x1ee)](_0x55bae7,_0x2cee1e)),_0x55bae7[_0x594a5d(0x1f8)][_0x594a5d(0x1f6)]['on'](_0x594a5d(0x1b3),()=>this[_0x594a5d(0x20a)](_0x55bae7));}[_0x124fa1(0x20b)](){const _0x33cba1=_0x124fa1,_0x2d60bd=this[_0x33cba1(0x176)][_0x33cba1(0x13a)][_0x33cba1(0x157)](_0x33cba1(0x142)),_0xe96fd0=_0x321e1b(this[_0x33cba1(0x176)]),_0x42f1d5=_0xe96fd0[_0x33cba1(0x1f8)],_0x1cb77f=new _0x5cbc43();for(const _0x2ef383 of _0x42f1d5[_0x33cba1(0x1f6)][_0x33cba1(0x1b8)]()[_0x33cba1(0x1ce)]()){const _0xd08432=_0x2ef383[_0x33cba1(0x1a6)](!0x0);_0x1cb77f[_0x33cba1(0x190)](_0xd08432);}for(const _0x49214f of _0x42f1d5[_0x33cba1(0x1c7)])_0x1cb77f[_0x33cba1(0x1c7)][_0x33cba1(0x12f)](_0x49214f[_0x33cba1(0x1bb)],this[_0x33cba1(0x1d8)](_0x49214f[_0x33cba1(0x14b)]()[_0x33cba1(0x154)](),_0x1cb77f));const _0x16fd68=new _0x2d2d84({'ignoreElementEnd':!0x0,'startPosition':_0x42f1d5[_0x33cba1(0x166)](_0x1cb77f,0x0)}),_0x54492f=new Set(),_0x5373e4=new Map();for(const {item:_0xb3860d}of _0x16fd68){if(!_0xb3860d['is'](_0x33cba1(0x1e0)))continue;const _0x56adc9=_0xb3860d[_0x33cba1(0x140)];if((!_0x56adc9||!_0x56adc9['is'](_0x33cba1(0x144),_0x33cba1(0x153)))&&(_0x56adc9&&_0x56adc9['is'](_0x33cba1(0x144)))){let _0x35a349=_0x56adc9[_0x33cba1(0x1fb)](_0x15b0c2);_0x35a349||(_0x35a349=_0x2d60bd[_0x33cba1(0x1ef)](_0x54492f),_0x56adc9[_0x33cba1(0x1dd)](_0x15b0c2,_0x35a349)),_0x54492f[_0x33cba1(0x1f0)](_0x35a349);let _0x25bac3=_0x56adc9;for(;_0x25bac3[_0x33cba1(0x140)]&&!_0x25bac3[_0x33cba1(0x140)]['is'](_0x33cba1(0x195));)_0x25bac3=_0x25bac3[_0x33cba1(0x140)],_0x25bac3[_0x33cba1(0x1c5)](_0x15b0c2)&&_0x25bac3[_0x33cba1(0x124)](_0x15b0c2);_0x5373e4[_0x33cba1(0x12f)](_0x35a349,{'path':_0x56adc9[_0x33cba1(0x17c)](),'getContent':this[_0x33cba1(0x1de)](_0x25bac3[_0x33cba1(0x1a6)](!0x0),_0x35a349,_0xe96fd0[_0x33cba1(0x167)])}),_0x16fd68[_0x33cba1(0x1d6)](_0x42f1d5[_0x33cba1(0x151)](_0x56adc9));}}return{'content':_0xe96fd0[_0x33cba1(0x167)][_0x33cba1(0x1b7)][_0x33cba1(0x199)](_0xe96fd0[_0x33cba1(0x167)][_0x33cba1(0x16c)](_0x1cb77f)),'version':_0xe96fd0[_0x33cba1(0x1f8)][_0x33cba1(0x1f6)][_0x33cba1(0x1ed)],'elements':_0x5373e4};}[_0x124fa1(0x130)](_0x36e7cf,_0x5708e5){const _0xe19c2b=_0x124fa1,_0x1faab2=[],_0x44a3bd=_0x321e1b(this[_0xe19c2b(0x176)]),_0xa2fd40=_0x44a3bd[_0xe19c2b(0x167)][_0xe19c2b(0x1d7)](_0x36e7cf,_0xe19c2b(0x155)),_0x23a4e4=_0x44a3bd[_0xe19c2b(0x1f8)][_0xe19c2b(0x166)](_0xa2fd40,0x0),_0x1007ab=_0x44a3bd[_0xe19c2b(0x167)][_0xe19c2b(0x1d7)](_0x5708e5,_0xe19c2b(0x155));if(!this[_0xe19c2b(0x183)](_0xa2fd40,_0x1007ab))return _0x1faab2;const _0x281666=this[_0xe19c2b(0x176)][_0xe19c2b(0x13a)][_0xe19c2b(0x157)](_0xe19c2b(0x146))[_0xe19c2b(0x196)](_0x36e7cf,_0x5708e5,{'anchor':_0x23a4e4,'markDeletions':!0x0})[_0xe19c2b(0x1f9)]()[_0xe19c2b(0x1fc)](_0x57a37c=>_0xe19c2b(0x19b)===_0x57a37c[_0xe19c2b(0x17b)]||_0xe19c2b(0x1af)===_0x57a37c[_0xe19c2b(0x17b)]&&_0x57a37c[_0xe19c2b(0x1bb)][_0xe19c2b(0x162)](_0xe19c2b(0x15a))),_0x2fabcf=this[_0xe19c2b(0x1a3)](_0x281666);let _0x46b321=0x0;return _0x44a3bd[_0xe19c2b(0x1f8)][_0xe19c2b(0x1b3)](_0x4a7456=>{const _0x327dbc=_0xe19c2b;for(let _0x55668b=0x0;_0x55668b<_0x2fabcf[_0x327dbc(0x1f7)];_0x55668b++){const _0x16e895=_0x2fabcf[_0x55668b],_0x1ca762=_0x4a7456[_0x327dbc(0x13c)]();for(const _0x812cde of _0xa2fd40[_0x327dbc(0x1ce)]())_0x4a7456[_0x327dbc(0x198)](_0x812cde[_0x327dbc(0x1a6)](!0x0),_0x1ca762);for(const _0x126875 of _0x16e895[_0x327dbc(0x1da)])if(_0x327dbc(0x19b)===_0x126875[_0x327dbc(0x17b)]){const _0x1ae51e=_0x126875;_0x1ae51e[_0x327dbc(0x1f1)]=null,_0x1ae51e[_0x327dbc(0x13b)]=!0x1,this[_0x327dbc(0x16b)](_0x1ae51e,_0x1ca762),_0x4a7456[_0x327dbc(0x169)][_0x327dbc(0x16d)](_0x126875),_0x44a3bd[_0x327dbc(0x1f8)][_0x327dbc(0x133)](_0x126875);const _0xec278d=_0x327dbc(0x164)+_0x46b321++,_0x4bdeb2=_0x44a3bd[_0x327dbc(0x1f8)][_0x327dbc(0x148)](_0x1ae51e[_0x327dbc(0x1ad)],_0x1ae51e[_0x327dbc(0x1ad)][_0x327dbc(0x1ca)](_0x1ae51e[_0x327dbc(0x1a8)]));_0x1ca762[_0x327dbc(0x1c7)][_0x327dbc(0x12f)](_0xec278d,_0x4bdeb2);}else{if(_0x327dbc(0x1af)===_0x126875[_0x327dbc(0x17b)]&&_0x126875[_0x327dbc(0x1bb)][_0x327dbc(0x162)](_0x327dbc(0x15a))){const _0x2c1219=_0x126875,_0x3e91ab=_0x327dbc(0x1bf)+_0x46b321++;this[_0x327dbc(0x16b)](_0x2c1219,_0x1ca762),_0x1ca762[_0x327dbc(0x1c7)][_0x327dbc(0x12f)](_0x3e91ab,_0x2c1219[_0x327dbc(0x1c2)]);}}const _0x4066fb=this[_0x327dbc(0x1d2)](this[_0x327dbc(0x128)](this[_0x327dbc(0x1b5)](_0x16e895[_0x327dbc(0x1da)][0x0]),_0x1ca762),this[_0x327dbc(0x128)](this[_0x327dbc(0x1e2)](_0x16e895[_0x327dbc(0x1da)][_0x16e895[_0x327dbc(0x1da)][_0x327dbc(0x1f7)]-0x1]),_0x1ca762));_0x1ca762[_0x327dbc(0x1c7)][_0x327dbc(0x12f)](he+_0x327dbc(0x1ac),new _0x2395bb(_0x4066fb[_0x327dbc(0x123)],_0x4066fb[_0x327dbc(0x1b2)])),_0x1faab2[_0x327dbc(0x1e9)]({..._0x16e895,'context':this[_0x327dbc(0x16f)](_0x1ca762,_0x44a3bd[_0x327dbc(0x167)],{'ellipsisBefore':_0x4066fb[_0x327dbc(0x160)],'ellipsisAfter':_0x4066fb[_0x327dbc(0x18e)]}),'content':this[_0x327dbc(0x17a)](_0x1ca762,_0x44a3bd[_0x327dbc(0x167)])});}}),_0x1faab2;}[_0x124fa1(0x180)](_0x5b2caa,_0x2cca0c){const _0x122185=_0x124fa1;if(!_0x5b2caa[_0x122185(0x1f7)])return;const _0x2d5c92=_0x5b2caa[0x0][_0x122185(0x140)]['id'],_0xe73376=_0x2cca0c[_0x122185(0x1c4)][_0x122185(0x157)](_0x2d5c92);if(!_0xe73376)return void console[_0x122185(0x181)](_0x122185(0x204)+_0x2d5c92);const _0x31afb2=_0xe73376[_0x122185(0x145)],_0x351e9a=_0x321e1b(this[_0x122185(0x176)]),_0x51844d=_0x351e9a[_0x122185(0x1f8)][_0x122185(0x1f6)][_0x122185(0x127)][_0x122185(0x1f9)](_0x2cca0c[_0x122185(0x1ed)]),_0x29acad=[];for(const _0x1473f9 of _0x5b2caa){const _0x53a539=_0x1473f9[_0x122185(0x1da)][_0x122185(0x1e6)](_0x4dc899=>this[_0x122185(0x1c1)](_0x4dc899,_0x31afb2,_0x351e9a[_0x122185(0x1f8)][_0x122185(0x1f6)][_0x122185(0x150)]()[0x0]));if(!_0x53a539||!_0x53a539[_0x122185(0x1f7)])continue;const _0x42d604=_0x53a539[_0x122185(0x177)](_0x5f8570=>_0x122185(0x1af)===_0x5f8570[_0x122185(0x17b)]&&_0x5f8570[_0x122185(0x1bb)][_0x122185(0x162)](_0x122185(0x15a))),_0x12883b={'document':_0x351e9a[_0x122185(0x1f8)][_0x122185(0x1f6)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x3639c7=_0x22202e(_0x53a539,_0x51844d,_0x12883b)[_0x122185(0x136)];for(const _0x25b22a of _0x3639c7)if(_0x122185(0x19b)===_0x25b22a[_0x122185(0x17b)]){const _0x52aac8=_0x25b22a,_0x1a5868=_0x52aac8[_0x122185(0x1e3)];let _0x339ed1='';for(const _0x1d5c15 of _0x1a5868)_0x1d5c15&&_0x1d5c15['is'](_0x122185(0x152))&&(_0x339ed1+=_0x1d5c15[_0x122185(0x167)]);_0x29acad[_0x122185(0x1e9)]({'start':_0x52aac8[_0x122185(0x1ad)],'end':_0x52aac8[_0x122185(0x1ad)],'type':_0x122185(0x19b),'groupId':_0x1473f9['id'],'text':_0x339ed1});}else{if(_0x122185(0x1af)===_0x25b22a[_0x122185(0x17b)]&&_0x25b22a[_0x122185(0x1bb)][_0x122185(0x162)](_0x122185(0x15a))){const _0x31ea10=_0x25b22a;let _0x592bfe=_0x122185(0x175);if(_0x42d604){const _0x5a6ebf=this[_0x122185(0x14d)](_0x31ea10[_0x122185(0x1c2)][_0x122185(0x123)],_0x122185(0x137),_0x351e9a[_0x122185(0x1f8)][_0x122185(0x1e1)]),_0x3fc6da=this[_0x122185(0x14d)](_0x31ea10[_0x122185(0x1c2)][_0x122185(0x1b2)],_0x122185(0x1cb),_0x351e9a[_0x122185(0x1f8)][_0x122185(0x1e1)]);if(_0x5a6ebf||_0x3fc6da){const _0x30cda2=_0x31ea10[_0x122185(0x1c2)][_0x122185(0x123)][_0x122185(0x1ca)](-_0x5a6ebf),_0x21c2ce=_0x31ea10[_0x122185(0x1c2)][_0x122185(0x1b2)][_0x122185(0x1ca)](_0x3fc6da);_0x29acad[_0x122185(0x1e9)]({'start':_0x30cda2,'end':_0x21c2ce,'groupId':_0x1473f9['id'],'type':_0x122185(0x1fa)});}else _0x592bfe=_0x122185(0x1d9);}_0x29acad[_0x122185(0x1e9)]({'start':_0x31ea10[_0x122185(0x1c2)][_0x122185(0x123)],'end':_0x31ea10[_0x122185(0x1c2)][_0x122185(0x1b2)],'groupId':_0x1473f9['id'],'type':_0x592bfe});}}}this[_0x122185(0x172)](_0x29acad);}[_0x124fa1(0x171)](){const _0x187e15=_0x124fa1,_0x53a640=_0x321e1b(this[_0x187e15(0x176)]);_0x53a640[_0x187e15(0x1f8)][_0x187e15(0x1b3)](_0x14b068=>{const _0x1da8bd=_0x187e15;for(const _0xcb7bd8 of this[_0x1da8bd(0x210)][_0x1da8bd(0x14c)]())_0x53a640[_0x1da8bd(0x1f8)][_0x1da8bd(0x1c7)][_0x1da8bd(0x157)](_0xcb7bd8)&&_0x14b068[_0x1da8bd(0x14a)](_0xcb7bd8);}),this[_0x187e15(0x210)][_0x187e15(0x13e)]();}[_0x124fa1(0x1aa)](){const _0x1142a6=_0x124fa1;_0x321e1b(this[_0x1142a6(0x176)])[_0x1142a6(0x202)](_0x1142a6(0x1d4));}[_0x124fa1(0x18c)](){const _0x29901f=_0x124fa1;_0x321e1b(this[_0x29901f(0x176)])[_0x29901f(0x19d)](_0x29901f(0x1d4));}[_0x124fa1(0x197)](_0x26369a){const _0x1f115f=_0x124fa1,_0x57da3f=_0x321e1b(this[_0x1f115f(0x176)]),_0x1fa87a=_0x57da3f[_0x1f115f(0x1f8)],_0x19919c=_0x26369a[_0x1f115f(0x1e6)](_0x276f13=>this[_0x1f115f(0x1e7)](_0x276f13))[_0x1f115f(0x13d)]();_0x1fa87a[_0x1f115f(0x1b3)](_0x221481=>{const _0x1d0109=_0x1f115f;for(const _0x1227f1 of _0x19919c){const _0x5a651c=_0x57da3f[_0x1d0109(0x1f8)][_0x1d0109(0x1c7)][_0x1d0109(0x157)](_0x1227f1['id']);_0x5a651c&&(_0x1d0109(0x19b)===_0x1227f1[_0x1d0109(0x17b)]?_0x1fa87a[_0x1d0109(0x129)](_0x221481[_0x1d0109(0x168)](_0x1227f1[_0x1d0109(0x1bd)]||''),_0x5a651c[_0x1d0109(0x14b)]()[_0x1d0109(0x123)]):_0x1d0109(0x175)!==_0x1227f1[_0x1d0109(0x17b)]&&_0x1d0109(0x1d9)!==_0x1227f1[_0x1d0109(0x17b)]||_0x1fa87a[_0x1d0109(0x1cc)](_0x1fa87a[_0x1d0109(0x1d3)](_0x5a651c[_0x1d0109(0x14b)]())),_0x221481[_0x1d0109(0x14a)](_0x1227f1['id']),this[_0x1d0109(0x210)][_0x1d0109(0x209)](_0x1227f1['id']));}});}[_0x124fa1(0x126)](_0x4a1b1f){const _0x1a44b7=_0x124fa1,_0x8d62c7=_0x321e1b(this[_0x1a44b7(0x176)]),_0x4cbff4=this[_0x1a44b7(0x1e7)](_0x4a1b1f);_0x8d62c7[_0x1a44b7(0x1f8)][_0x1a44b7(0x1b3)](_0x2b5699=>{const _0x24d354=_0x1a44b7;for(const _0x1b2e83 of _0x4cbff4)_0x2b5699[_0x24d354(0x14a)](_0x1b2e83['id']),this[_0x24d354(0x210)][_0x24d354(0x209)](_0x1b2e83['id']);});}[_0x124fa1(0x16a)](){const _0x5d6a6e=_0x124fa1;return _0x321e1b(this[_0x5d6a6e(0x176)]);}[_0x124fa1(0x139)](_0x5acd97){const _0xca650c=_0x124fa1,_0x59dfda=Array[_0xca650c(0x184)](this[_0xca650c(0x210)][_0xca650c(0x141)]())[_0xca650c(0x1fc)](_0x5cc634=>_0x5cc634[_0xca650c(0x1f4)]===_0x5acd97);if(!_0x59dfda[_0xca650c(0x1f7)])return null;const _0x3a61d5=0x1===_0x59dfda[_0xca650c(0x1f7)]?_0x59dfda[0x0]:this[_0xca650c(0x1b4)](_0x59dfda)[0x0],_0x23d7ff=_0x321e1b(this[_0xca650c(0x176)]),_0x30fdc6=_0x23d7ff[_0xca650c(0x1f8)][_0xca650c(0x1c7)][_0xca650c(0x157)](_0x3a61d5['id']);if(!_0x30fdc6)return null;const _0x5deba6=_0x30fdc6[_0xca650c(0x14b)](),_0x1c4795=_0x23d7ff[_0xca650c(0x20c)][_0xca650c(0x191)][_0xca650c(0x1c8)]();if(!_0x1c4795||!_0x5deba6)return null;const _0x496963=_0x1c4795[_0xca650c(0x192)](_0xca650c(0x1c6)+_0x3a61d5['id']+'\x22]');return _0x496963?{'modelRange':_0x5deba6,'domElement':_0x496963}:null;}[_0x124fa1(0x1ee)](_0x1f3e4a,_0x288f46){const _0x208812=_0x124fa1,_0x47d033=Array[_0x208812(0x184)](this[_0x208812(0x210)][_0x208812(0x14c)]()),_0x325099=new Map();for(const _0x421bc3 of _0x47d033){const _0x5df5b4=_0x1f3e4a[_0x208812(0x1f8)][_0x208812(0x1c7)][_0x208812(0x157)](_0x421bc3);if(!_0x5df5b4)continue;const _0x3eb00c=_0x5df5b4[_0x208812(0x187)]()[_0x208812(0x145)][0x0];_0x325099[_0x208812(0x18b)](_0x3eb00c)||_0x325099[_0x208812(0x12f)](_0x3eb00c,[]),_0x325099[_0x208812(0x157)](_0x3eb00c)[_0x208812(0x1e9)](_0x5df5b4);}const _0x519788=new Set();for(const _0x184ad3 of _0x1f3e4a[_0x208812(0x1f8)][_0x208812(0x1f6)][_0x208812(0x185)][_0x208812(0x1fd)]()){let _0x4bfd16=-0x1,_0x390280=null;if(_0x208812(0x19b)===_0x184ad3[_0x208812(0x17b)])_0x390280=new _0x2395bb(_0x184ad3[_0x208812(0x1ad)],_0x184ad3[_0x208812(0x1ad)][_0x208812(0x1ca)](_0x184ad3[_0x208812(0x1f7)])),_0x4bfd16=_0x184ad3[_0x208812(0x1ad)][_0x208812(0x145)][0x0];else{if(_0x208812(0x1b6)!==_0x184ad3[_0x208812(0x17b)])continue;_0x390280=new _0x2395bb(_0x184ad3[_0x208812(0x1ad)]),_0x4bfd16=_0x184ad3[_0x208812(0x1ad)][_0x208812(0x145)][0x0];}const _0x710160=_0x325099[_0x208812(0x157)](_0x4bfd16)||[];if(_0x710160[_0x208812(0x1f7)]){for(const _0x3c52ca of _0x710160)if(_0x390280[_0x208812(0x1be)][_0x208812(0x12e)]===_0x3c52ca[_0x208812(0x14b)]()[_0x208812(0x1be)][_0x208812(0x12e)]&&(_0x208812(0x19b)!==_0x184ad3[_0x208812(0x17b)]||!_0x390280[_0x208812(0x194)](_0x3c52ca[_0x208812(0x14b)]()))&&(_0x390280[_0x208812(0x15c)](_0x3c52ca[_0x208812(0x14b)]())||_0x390280[_0x208812(0x123)][_0x208812(0x182)](_0x3c52ca[_0x208812(0x14b)]()[_0x208812(0x1b2)])||_0x390280[_0x208812(0x1b2)][_0x208812(0x182)](_0x3c52ca[_0x208812(0x14b)]()[_0x208812(0x123)]))){const _0x1b6b4c=this[_0x208812(0x173)](_0x3c52ca[_0x208812(0x1bb)]);Array[_0x208812(0x184)](this[_0x208812(0x210)][_0x208812(0x141)]())[_0x208812(0x1fc)](_0x3979c4=>_0x3979c4[_0x208812(0x1f4)]===_0x1b6b4c[_0x208812(0x1f4)])[_0x208812(0x189)](_0x3f077b=>_0x519788[_0x208812(0x1f0)](_0x3f077b['id']));}}}if(_0x519788[_0x208812(0x18a)]){for(const _0x3217aa of _0x519788)_0x288f46[_0x208812(0x14a)](_0x3217aa);return!0x0;}return!0x1;}[_0x124fa1(0x20a)](_0x5c7dee){const _0x3b25c1=_0x124fa1;for(const {name:_0x1b2bfb,data:_0x23a4f6}of _0x5c7dee[_0x3b25c1(0x1f8)][_0x3b25c1(0x1f6)][_0x3b25c1(0x185)][_0x3b25c1(0x206)]()){if(!_0x1b2bfb[_0x3b25c1(0x162)](he))continue;const _0x19c402=_0x23a4f6[_0x3b25c1(0x131)],_0x583a4d=_0x23a4f6[_0x3b25c1(0x1c2)],_0x4fa67a=_0x19c402&&_0x3b25c1(0x19c)===_0x19c402[_0x3b25c1(0x1be)][_0x3b25c1(0x12e)],_0x2c401a=_0x583a4d&&_0x3b25c1(0x19c)===_0x583a4d[_0x3b25c1(0x1be)][_0x3b25c1(0x12e)];if(_0x4fa67a&&_0x2c401a)continue;const _0x5dd398=this[_0x3b25c1(0x173)](_0x1b2bfb);this[_0x3b25c1(0x210)][_0x3b25c1(0x157)](_0x1b2bfb)&&(_0x2c401a||!_0x583a4d?this[_0x3b25c1(0x20f)][_0x3b25c1(0x15b)](_0x3b25c1(0x143),{'markerId':_0x1b2bfb,'changeId':_0x5dd398[_0x3b25c1(0x1f4)]}):_0x4fa67a&&_0x583a4d&&this[_0x3b25c1(0x20f)][_0x3b25c1(0x15b)](_0x3b25c1(0x1e5),{'markerId':_0x1b2bfb,'changeId':_0x5dd398[_0x3b25c1(0x1f4)]}));}}[_0x124fa1(0x173)](_0x3bfe18){const _0x175619=_0x124fa1,_0xf70a70=_0x3bfe18[_0x175619(0x135)](':'),_0x24d128=(_0xf70a70[0x1]||'')[_0x175619(0x135)]('_');return{'prefix':_0xf70a70[0x0],'groupId':_0x24d128[0x0],'suffix':_0x24d128[0x1]};}[_0x124fa1(0x1c1)](_0x551a7e,_0x36883d,_0xbde246){const _0x4b48f2=_0x124fa1;if(_0x4b48f2(0x19b)===_0x551a7e[_0x4b48f2(0x17b)]){const _0x309955=_0x551a7e;return new _0x1163b7(this[_0x4b48f2(0x208)](_0x36883d[_0x4b48f2(0x17e)](_0x309955[_0x4b48f2(0x1ad)][_0x4b48f2(0x1c0)]),_0xbde246),_0x309955[_0x4b48f2(0x1e3)],_0x309955[_0x4b48f2(0x1f1)]);}if(_0x4b48f2(0x1af)===_0x551a7e[_0x4b48f2(0x17b)]&&_0x551a7e[_0x4b48f2(0x1bb)][_0x4b48f2(0x162)](_0x4b48f2(0x15a))){const _0x2f0706=_0x551a7e;return new _0xdd2f0a(_0x2f0706[_0x4b48f2(0x1bb)],_0x2f0706[_0x4b48f2(0x131)],this[_0x4b48f2(0x1f2)](_0x2f0706[_0x4b48f2(0x1c2)],_0x36883d[_0x4b48f2(0x17e)](_0x2f0706[_0x4b48f2(0x1c2)][_0x4b48f2(0x123)][_0x4b48f2(0x1c0)]),_0x36883d[_0x4b48f2(0x17e)](_0x2f0706[_0x4b48f2(0x1c2)][_0x4b48f2(0x1b2)][_0x4b48f2(0x1c0)]),_0xbde246),_0x2f0706[_0x4b48f2(0x210)],_0x2f0706[_0x4b48f2(0x125)],_0x2f0706[_0x4b48f2(0x1f1)]);}return _0x551a7e;}[_0x124fa1(0x1a3)](_0x5aee9d){const _0x3b1e42=_0x124fa1;if(!_0x5aee9d[_0x3b1e42(0x1f7)])return[];const _0x26f82b=[];let _0x8dca57=0x0,_0x2a9896=0x0,_0x50c098=[];for(let _0x1084bf=0x0;_0x1084bf<=_0x5aee9d[_0x3b1e42(0x1f7)];_0x1084bf++){const _0x1eefa5=_0x5aee9d[_0x1084bf],_0x578ec8=_0x5aee9d[_0x1084bf-0x1];!_0x1eefa5||_0x578ec8&&!this[_0x3b1e42(0x1e2)](_0x578ec8)[_0x3b1e42(0x182)](this[_0x3b1e42(0x1b5)](_0x1eefa5))?(_0x26f82b[_0x3b1e42(0x1e9)]({'operations':_0x50c098,'operationsIsolated':_0x50c098[_0x3b1e42(0x1e6)](_0x39d18d=>this[_0x3b1e42(0x1c3)](_0x39d18d[_0x3b1e42(0x154)](),-_0x2a9896)),'groupOffset':_0x8dca57}),_0x50c098=_0x1eefa5?[_0x1eefa5]:[],_0x2a9896+=_0x8dca57,_0x8dca57=0x0):_0x50c098[_0x3b1e42(0x1e9)](_0x1eefa5),_0x1eefa5&&_0x3b1e42(0x19b)===_0x1eefa5[_0x3b1e42(0x17b)]&&(_0x8dca57+=_0x1eefa5[_0x3b1e42(0x1a8)]);}return _0x26f82b;}[_0x124fa1(0x14d)](_0x18f2a5,_0x601fe6,_0x3b2797,_0x2cac20=0x1){const _0xa7ceb2=_0x124fa1,_0x55d10c=new _0x2d2d84({'startPosition':_0x18f2a5,'direction':_0x601fe6});let _0x3ec07e=0x0;for(let _0x1354cd=0x0;_0x1354cd<_0x2cac20;_0x1354cd++){let _0x12ad3f=0x0,_0x18ff68=!0x1,_0x11fe14=_0xa7ceb2(0x1cb)===_0x601fe6?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x8487a4}of _0x55d10c)if(_0x8487a4['is'](_0xa7ceb2(0x1e0))){const _0x1f35e7=_0x11fe14[_0xa7ceb2(0x1f3)](_0x8487a4[_0xa7ceb2(0x167)]);if(_0x1f35e7&&_0x1f35e7[_0xa7ceb2(0x1f7)]){if(_0x12ad3f+=_0xa7ceb2(0x1cb)===_0x601fe6?_0x1f35e7[_0xa7ceb2(0x1d5)]+_0x1f35e7[0x0][_0xa7ceb2(0x1f7)]:_0x8487a4[_0xa7ceb2(0x167)][_0xa7ceb2(0x1f7)]-_0x1f35e7[_0xa7ceb2(0x1d5)],_0x1f35e7[0x0][_0xa7ceb2(0x1f7)]!==_0x8487a4[_0xa7ceb2(0x167)][_0xa7ceb2(0x1f7)])break;_0x18ff68=!0x0,_0x11fe14=_0xa7ceb2(0x1cb)===_0x601fe6?/^\w+/:/\w+$/;}else{if(_0x18ff68)break;_0x12ad3f+=_0x8487a4[_0xa7ceb2(0x17f)];}}else{if(_0x8487a4['is'](_0xa7ceb2(0x144))){_0x3b2797[_0xa7ceb2(0x1b9)](_0x8487a4)&&!_0x18ff68&&(_0x12ad3f+=0x1);break;}}_0x3ec07e+=_0x12ad3f,_0x55d10c[_0xa7ceb2(0x1d6)](_0x18f2a5[_0xa7ceb2(0x1ca)](_0xa7ceb2(0x1cb)===_0x601fe6?_0x3ec07e:-_0x3ec07e));}return _0x3ec07e;}[_0x124fa1(0x1d2)](_0x252383,_0x46cb58){const _0x353020=_0x124fa1,_0x2898c7=_0x321e1b(this[_0x353020(0x176)])[_0x353020(0x1f8)][_0x353020(0x1e1)],_0x25eb09=this[_0x353020(0x14d)](_0x252383,_0x353020(0x137),_0x2898c7,0x6),_0x111cbb=this[_0x353020(0x14d)](_0x46cb58,_0x353020(0x1cb),_0x2898c7,0x6),_0x4cfee3=_0x252383[_0x353020(0x1ca)](-_0x25eb09),_0x148740=_0x46cb58[_0x353020(0x1ca)](_0x111cbb);return{'start':_0x4cfee3,'end':_0x148740,'hasContentBefore':!_0x4cfee3[_0x353020(0x1a4)],'hasContentAfter':!_0x148740[_0x353020(0x1a1)]};}[_0x124fa1(0x172)](_0x1ebdd1){const _0x5cbbcb=_0x124fa1,_0x303fab=this[_0x5cbbcb(0x176)][_0x5cbbcb(0x13a)][_0x5cbbcb(0x157)](_0x5cbbcb(0x142)),_0x1156c7=new Set();_0x321e1b(this[_0x5cbbcb(0x176)])[_0x5cbbcb(0x1f8)][_0x5cbbcb(0x1b3)](_0x4b73de=>{const _0x50f00a=_0x5cbbcb;for(const _0x15e8f6 of _0x1ebdd1){const _0x5b0f8c=''+he+_0x15e8f6[_0x50f00a(0x17b)]+':'+_0x15e8f6[_0x50f00a(0x1f4)]+'_'+_0x303fab[_0x50f00a(0x1ef)](_0x1156c7);this[_0x50f00a(0x210)][_0x50f00a(0x12f)](_0x5b0f8c,{'id':_0x5b0f8c,'groupId':_0x15e8f6[_0x50f00a(0x1f4)],'type':_0x15e8f6[_0x50f00a(0x17b)],'text':_0x15e8f6[_0x50f00a(0x1bd)]}),_0x4b73de[_0x50f00a(0x1df)](_0x5b0f8c,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x4b73de[_0x50f00a(0x148)](_0x15e8f6[_0x50f00a(0x123)],_0x15e8f6[_0x50f00a(0x1b2)])});}});}[_0x124fa1(0x16f)](_0x3ce509,_0x32aafb,_0x3c5f40){let _0x3c36aa='';return()=>{const _0x316963=_0x160c;if(!_0x3c36aa){const _0x590142=_0x32aafb[_0x316963(0x16c)](_0x3ce509,{'showSuggestionHighlights':!0x0}),_0x15f69e=_0x590142[_0x316963(0x134)](0x0);if(!_0x15f69e)return'';let _0x34bf95=!0x1;const _0x154afc=[];for(const _0x29342c of _0x15f69e[_0x316963(0x1ce)]())_0x29342c['is'](_0x316963(0x144),_0x316963(0x203))&&_0x29342c[_0x316963(0x1dc)](_0x316963(0x1a2))&&(_0x34bf95=!0x1),_0x34bf95&&_0x154afc[_0x316963(0x1e9)](_0x29342c),_0x29342c['is'](_0x316963(0x144),_0x316963(0x203))&&_0x29342c[_0x316963(0x1dc)](_0x316963(0x132))&&(_0x34bf95=!0x0);_0x15f69e[_0x316963(0x12a)](0x0,_0x15f69e[_0x316963(0x170)]),_0x3c5f40?.[_0x316963(0x193)]&&_0x15f69e[_0x316963(0x190)]('…'),_0x15f69e[_0x316963(0x190)](_0x154afc),_0x3c5f40?.[_0x316963(0x158)]&&_0x15f69e[_0x316963(0x190)]('…');const _0x545377=_0x32aafb[_0x316963(0x1cf)][_0x316963(0x159)][_0x316963(0x207)](_0x590142),_0x541900=_0x32aafb[_0x316963(0x1cf)][_0x316963(0x1ba)][_0x316963(0x1e4)](_0x545377);_0x3c36aa=_0x541900;}return _0x3c36aa;};}[_0x124fa1(0x17a)](_0x22f6f4,_0x5ae79e){const _0x1c4442=_0x124fa1;let _0x1afba2='';return()=>(_0x1afba2||(_0x1afba2=_0x5ae79e[_0x1c4442(0x1cd)](_0x22f6f4,{'showSuggestionHighlights':!0x0})),_0x1afba2);}[_0x124fa1(0x1de)](_0x263de5,_0x4dee28,_0x49368e){let _0x276200='';return()=>{const _0x57dae6=_0x160c;if(!_0x276200){const _0x4e6264=_0x49368e[_0x57dae6(0x16c)](new _0x5cbc43(_0x263de5)),_0x4722d7=_0x49368e[_0x57dae6(0x1cf)][_0x57dae6(0x159)][_0x57dae6(0x207)](_0x4e6264)[_0x57dae6(0x192)](_0x57dae6(0x18f)+_0x4dee28+'\x22]');_0x276200=_0x4722d7?.[_0x57dae6(0x1c9)]||'';}return _0x276200;};}[_0x124fa1(0x163)](_0x3a0e3f,_0x3fc8d9=0x5){const _0x55ba59=_0x124fa1;let _0x1dc278=_0x3a0e3f,_0x2aacfd=null;for(let _0x23d453=0x0;_0x23d453<_0x3fc8d9&&_0x1dc278;_0x23d453++){if(!_0x1dc278[_0x55ba59(0x1bc)]){_0x1dc278=_0x1dc278[_0x55ba59(0x18d)];continue;}if(!(''+_0x1dc278[_0x55ba59(0x1bc)])[_0x55ba59(0x1d0)](_0x55ba59(0x20d))){_0x1dc278=_0x1dc278[_0x55ba59(0x18d)];continue;}if(!_0x1dc278[_0x55ba59(0x1fb)](_0x55ba59(0x1f5)))break;_0x2aacfd=_0x1dc278;break;}return _0x2aacfd;}[_0x124fa1(0x1e7)](_0x187bb5){const _0x15afd1=_0x124fa1;return Array[_0x15afd1(0x184)](this[_0x15afd1(0x210)][_0x15afd1(0x141)]())[_0x15afd1(0x1fc)](_0x173216=>_0x173216[_0x15afd1(0x1f4)]===_0x187bb5);}[_0x124fa1(0x1b5)](_0x23e97e){const _0x25dc22=_0x124fa1;return _0x25dc22(0x19b)===_0x23e97e[_0x25dc22(0x17b)]?_0x23e97e[_0x25dc22(0x1ad)]:_0x23e97e[_0x25dc22(0x1c2)][_0x25dc22(0x123)];}[_0x124fa1(0x1e2)](_0x1fa747,_0x3e98b6=!0x1){const _0x3f6c02=_0x124fa1;return _0x3f6c02(0x19b)===_0x1fa747[_0x3f6c02(0x17b)]?_0x3e98b6?_0x1fa747[_0x3f6c02(0x1ad)]:_0x1fa747[_0x3f6c02(0x1ad)][_0x3f6c02(0x1ca)](_0x1fa747[_0x3f6c02(0x1a8)]):_0x1fa747[_0x3f6c02(0x1c2)][_0x3f6c02(0x1b2)];}[_0x124fa1(0x1c3)](_0x396f76,_0x1b0cb5){const _0xef2c49=_0x124fa1;return _0xef2c49(0x19b)===_0x396f76[_0xef2c49(0x17b)]?_0x396f76[_0xef2c49(0x1ad)]=_0x396f76[_0xef2c49(0x1ad)][_0xef2c49(0x1ca)](_0x1b0cb5):_0xef2c49(0x1af)===_0x396f76[_0xef2c49(0x17b)]&&_0x396f76[_0xef2c49(0x1c2)]&&(_0x396f76[_0xef2c49(0x1c2)]=new _0x2395bb(_0x396f76[_0xef2c49(0x1c2)][_0xef2c49(0x123)][_0xef2c49(0x1ca)](_0x1b0cb5),_0x396f76[_0xef2c49(0x1c2)][_0xef2c49(0x1b2)][_0xef2c49(0x1ca)](_0x1b0cb5))),_0x396f76;}[_0x124fa1(0x16b)](_0x20584b,_0x37f6da){const _0xd15e9d=_0x124fa1;_0xd15e9d(0x19b)===_0x20584b[_0xd15e9d(0x17b)]?_0x20584b[_0xd15e9d(0x1ad)]=this[_0xd15e9d(0x128)](_0x20584b[_0xd15e9d(0x1ad)],_0x37f6da):_0xd15e9d(0x1af)===_0x20584b[_0xd15e9d(0x17b)]&&_0x20584b[_0xd15e9d(0x1c2)]&&(_0x20584b[_0xd15e9d(0x1c2)]=this[_0xd15e9d(0x1d8)](_0x20584b[_0xd15e9d(0x1c2)],_0x37f6da));}[_0x124fa1(0x128)](_0x1b7fc2,_0x17ff91){const _0x451ffa=_0x124fa1;return new _0x3c9f8d(_0x17ff91,_0x1b7fc2[_0x451ffa(0x145)]);}[_0x124fa1(0x1d8)](_0x1f716b,_0x4c2585){const _0x29db39=_0x124fa1;return new _0x2395bb(this[_0x29db39(0x128)](_0x1f716b[_0x29db39(0x123)],_0x4c2585),this[_0x29db39(0x128)](_0x1f716b[_0x29db39(0x1b2)],_0x4c2585));}[_0x124fa1(0x208)](_0x479c53,_0x4f42ec){return new _0x3c9f8d(_0x4f42ec,[..._0x479c53]);}[_0x124fa1(0x1f2)](_0x488ff0,_0xf01bd1,_0x50e060,_0x305f5b){const _0x1168ed=_0x124fa1;return new _0x2395bb(this[_0x1168ed(0x208)](_0xf01bd1,_0x305f5b),this[_0x1168ed(0x208)](_0x50e060,_0x305f5b));}[_0x124fa1(0x1b4)](_0x30a245){const _0x3a9923=_0x124fa1,_0x8161e4=_0x1a3cd4=>{const _0x485c73=_0x160c;switch(_0x1a3cd4){case _0x485c73(0x19b):return 0x1;case _0x485c73(0x1fa):return 0x2;case _0x485c73(0x1d9):return 0x3;case _0x485c73(0x175):return 0x4;}};return _0x30a245[_0x3a9923(0x1fe)]((_0x4d48ff,_0x1ebcda)=>_0x8161e4(_0x4d48ff[_0x3a9923(0x17b)])-_0x8161e4(_0x1ebcda[_0x3a9923(0x17b)]));}[_0x124fa1(0x183)](_0x69271,_0x42ff3a){const _0x3b3d5c=_0x124fa1,_0x2c1da2=_0x69271[_0x3b3d5c(0x134)](0x0),_0x2856fa=_0x42ff3a[_0x3b3d5c(0x134)](0x0);return!(!_0x2c1da2||!_0x2856fa)&&((!_0x2c1da2['is'](_0x3b3d5c(0x144))||!_0x2856fa['is'](_0x3b3d5c(0x144))||_0x2c1da2[_0x3b3d5c(0x1bb)]===_0x2856fa[_0x3b3d5c(0x1bb)])&&!(_0x2c1da2['is'](_0x3b3d5c(0x144))&&!_0x2856fa['is'](_0x3b3d5c(0x144))||!_0x2c1da2['is'](_0x3b3d5c(0x144))&&_0x2856fa['is'](_0x3b3d5c(0x144))));}}
23
+ const _0x2ccc6d=_0x3267;(function(_0x20c6e9,_0x475ade){const _0x42e5cb=_0x3267,_0x24c8fa=_0x20c6e9();while(!![]){try{const _0x1e7db7=parseInt(_0x42e5cb(0x120))/0x1+parseInt(_0x42e5cb(0x17d))/0x2*(-parseInt(_0x42e5cb(0x201))/0x3)+-parseInt(_0x42e5cb(0x1f3))/0x4+-parseInt(_0x42e5cb(0x14d))/0x5+-parseInt(_0x42e5cb(0x172))/0x6*(-parseInt(_0x42e5cb(0x1f2))/0x7)+parseInt(_0x42e5cb(0x200))/0x8*(parseInt(_0x42e5cb(0x167))/0x9)+parseInt(_0x42e5cb(0x19f))/0xa;if(_0x1e7db7===_0x475ade)break;else _0x24c8fa['push'](_0x24c8fa['shift']());}catch(_0x4c46dd){_0x24c8fa['push'](_0x24c8fa['shift']());}}}(_0x4c5a,0x2ccbc));function _0x3267(_0x1cedda,_0x555d47){const _0x4c5afd=_0x4c5a();return _0x3267=function(_0x3267f3,_0x13a1fd){_0x3267f3=_0x3267f3-0x11b;let _0x5cfcd8=_0x4c5afd[_0x3267f3];return _0x5cfcd8;},_0x3267(_0x1cedda,_0x555d47);}function _0x4c5a(){const _0x5c0205=['emitter','editing','data','change','dataDowncast','model:$text','isTouching','filter','_changePositionOwnerDocument','markers','pluginName','getDomRoot','switchToReadOnly','$textProxy','AIEditing','_hasSameTopLevelElement','_removeAttribute','_createGetContentUsingDataIdFn','target','_clone','ellipsisAfter','newRange','getChanges','_shiftOperation','getChangedMarkers','htmlProcessor','_handleMarkerChanges','ellipsisBefore','name','parse','batch','length','context','has','1615085vWVGFH','getAttribute','remove','createRawElement','$graveyard','hasContentBefore','disableReadOnlyMode','changeMarkerRestored','getRange','nodes','_changeOperationOwnerDocument','afterInit','baseVersion','backward','_findAdjacentContextDistance','position','rejectChange','jumpTo','isDocumentOperation','ck-ai_review-mode-marker_context-end','getRoots','operationsIsolated','isPremiumPlugin','append','getPath','click','9qsRcJT','groupId','downcast','documentFragment','flat','keys','$documentFragment','get','sort','_changeRangeOwnerDocument','insert','6eRFope','isOfficialPlugin','_eventEmitter','diffContent','offset','startsWith','suggestion-context','caption','ck-ai_review-mode-marker_context-','ck-ai_review-mode-marker_','split','30teCejv','_domEmitter','index','marker','insertContent','_createGetContentFn','parent','_setAttribute','stringify','from','_changeRange','_appendChild','ck-ai_review-mode-marker_add','values','editingDowncast','exec','conversion','isAtEnd','childCount','domConverter','_getChangeContext','root','size','hasAttribute','end','markerName','markerToElement','toData','deleteContent','path','ai-review-mode','element','howMany','changeMarkerClick','6552930CDEMrx','getDocumentData','model','isIntersecting','pop','_findMarkerElement','_nextDataId','_changePosition','markChangePositionInEditorContent','_getOperationStart','ck-ai_review-mode-marker_hide','removeMarker','getEditor','switchToEdit','createRange','_getOperationEnd','addMarker','offsetSize','suggestion:deletion:id:authorId:','operationsA','schema','listenTo','attributeToAttribute','_insertMarkers','suggestion:insertion:id:authorId:','isInline','_translateOperationToEditorContent','processor','htmlWriter','isAtStart','oldRange','clone','elements','requires','clearAllMarkers','toView','affectsData','_getMarkersDataForGroup','data-marker-id','createText','enableReadOnlyMode','createPositionAt','markerToHighlight','getRoot','getHtml','hasContentAfter','every','DocumentCompare','ck-ai_review-mode-marker_context-start','start','remove-context','getShiftedBy','forEach','applyChange','_validateMarkers','viewToDom','clear','createUIElement','getChild','forward','_markers','delete','outerHTML','version','ck-ai_review-mode-marker_strikethrough','differ','set','_parseMarkerName','createPositionAfter','applyOperation','map','view','plugins','for','getDiff','push','changeMarkerRemoved','getChildren','isOpening','text','_groupAdjacentOperations','containsRange','concat','233359bVyKbI','1168620HUZiNq','fire','className','AIReviewModeEditing','span','getMarkerElementForChange','addOperation','remove-only','type','reviewmode-','querySelector','_sortMarkers','parentElement','1897496SbJnLe','43479tQEjmj','history','[data-id=\x22','innerHTML','ck-ai_review-mode-marker_underline','rootName','createDocumentFragment','$markedRemove','remove-text','getStart','hasClass','No\x20element\x20found\x20for\x20ID:\x20','warn','90234KaYpTx','add','createSelection','_removeChildren','document','_createGetContextFn','registerPostFixer','toDomElement','includes','[data-marker-id=\x22','getOperations'];_0x4c5a=function(){return _0x5c0205;};return _0x4c5a();}import{InsertOperation as _0x306eb8,MarkerOperation as _0x19960a,ModelDocumentFragment as _0x42d8d3,ModelPosition as _0x5e0573,ModelRange as _0x2b8216,ModelTreeWalker as _0x189fbf,transformOperationSets as _0x2106c1}from'ckeditor5/src/engine.js';import{DomEmitterMixin as _0x4e3174,EmitterMixin as _0x15d6ea}from'ckeditor5/src/utils.js';import{ContextPlugin as _0x3b2c10}from'ckeditor5/src/core.js';import{DocumentCompare as _0x287fed,DATA_ID_MODEL_ATTRIBUTE as _0x9c4e29,DATA_ID_VIEW_ATTRIBUTE as _0x4a8714}from'ckeditor5-collaboration/src/collaboration-core.js';import{getEditorFromContext as _0x2a3c6c}from'../aicore/utils/geteditorfromcontext.js';import{AIEditing as _0x3865aa}from'../aicore/aiediting.js';const we=_0x2ccc6d(0x1fc);export class AIReviewModeEditing extends _0x3b2c10{static get[_0x2ccc6d(0x135)](){const _0x1d58da=_0x2ccc6d;return _0x1d58da(0x1f6);}static get[_0x2ccc6d(0x1c0)](){return[_0x287fed,_0x3865aa];}static get[_0x2ccc6d(0x173)](){return!0x0;}static get[_0x2ccc6d(0x163)](){return!0x0;}[_0x2ccc6d(0x1db)]=new Map();[_0x2ccc6d(0x17e)];[_0x2ccc6d(0x174)];constructor(_0x38ea1f){const _0xfa38cf=_0x2ccc6d;super(_0x38ea1f),this[_0xfa38cf(0x17e)]=new(_0x4e3174())(),this[_0xfa38cf(0x174)]=new(_0x15d6ea())();}get[_0x2ccc6d(0x12b)](){const _0x28f850=_0x2ccc6d;return this[_0x28f850(0x174)];}[_0x2ccc6d(0x158)](){const _0x505bb4=_0x2ccc6d,_0x279cad=_0x2a3c6c(this[_0x505bb4(0x14b)]);_0x279cad[_0x505bb4(0x18d)][_0x505bb4(0x1e8)](_0x505bb4(0x18b))[_0x505bb4(0x197)]({'model':we+_0x505bb4(0x171),'view':(_0x1154c7,{writer:_0x35a366})=>{const _0x410bf2=_0x505bb4,_0x2c133c=this[_0x410bf2(0x1db)][_0x410bf2(0x16e)](_0x1154c7[_0x410bf2(0x196)]),_0x459115={'class':_0x410bf2(0x189),'data-marker-id':_0x1154c7[_0x410bf2(0x196)]};return _0x35a366[_0x410bf2(0x1d8)](_0x410bf2(0x1f7),_0x459115,function(_0x16afda){const _0x44ea27=_0x410bf2,_0x359731=this[_0x44ea27(0x127)](_0x16afda);return _0x359731[_0x44ea27(0x204)]=_0x2c133c?.[_0x44ea27(0x1ee)]||'',_0x359731;});}}),_0x279cad[_0x505bb4(0x18d)][_0x505bb4(0x1e8)](_0x505bb4(0x18b))[_0x505bb4(0x1c9)]({'model':we+_0x505bb4(0x1fa),'view':_0x3f4140=>({'classes':_0x505bb4(0x1df),'attributes':{'data-marker-id':_0x3f4140[_0x505bb4(0x196)]}})}),_0x279cad[_0x505bb4(0x18d)][_0x505bb4(0x1e8)](_0x505bb4(0x18b))[_0x505bb4(0x1c9)]({'model':we+_0x505bb4(0x1d1),'view':_0x24608b=>({'classes':_0x505bb4(0x205),'attributes':{'data-marker-id':_0x24608b[_0x505bb4(0x196)]}})}),_0x279cad[_0x505bb4(0x18d)][_0x505bb4(0x1e8)](_0x505bb4(0x18b))[_0x505bb4(0x1c9)]({'model':we+_0x505bb4(0x11b),'view':_0x16b197=>({'classes':_0x505bb4(0x1a9),'attributes':{'data-marker-id':_0x16b197[_0x505bb4(0x196)]}})}),_0x279cad[_0x505bb4(0x18d)][_0x505bb4(0x1e8)](_0x505bb4(0x12f))[_0x505bb4(0x197)]({'model':we+_0x505bb4(0x178),'view':(_0xd2854a,{writer:_0x2d11c2})=>_0x2d11c2[_0x505bb4(0x150)](_0x505bb4(0x1f7),{'class':_0x505bb4(0x17a)+(_0xd2854a[_0x505bb4(0x1ed)]?_0x505bb4(0x1d0):_0x505bb4(0x195))})}),_0x279cad[_0x505bb4(0x18d)][_0x505bb4(0x1e8)](_0x505bb4(0x169))[_0x505bb4(0x1b5)]({'model':_0x9c4e29,'view':_0x4a8714}),this[_0x505bb4(0x17e)][_0x505bb4(0x1b4)](document,_0x505bb4(0x166),(_0x33585e,_0x182f4d)=>{const _0x51d89e=_0x505bb4,_0x2fd443=_0x182f4d[_0x51d89e(0x13d)],_0x2c1642=this[_0x51d89e(0x1a4)](_0x2fd443);if(!_0x2c1642)return;const _0x40d2eb=_0x2c1642[_0x51d89e(0x14e)](_0x51d89e(0x1c5)),_0x25b6f3=_0x40d2eb[_0x51d89e(0x17c)](':')[_0x51d89e(0x1a3)]()?.[_0x51d89e(0x17c)]('_')[0x0];this[_0x51d89e(0x174)][_0x51d89e(0x1f4)](_0x51d89e(0x19e),{'markerId':_0x40d2eb,'changeId':_0x25b6f3});}),_0x279cad[_0x505bb4(0x1a1)][_0x505bb4(0x124)][_0x505bb4(0x126)](_0x2be115=>this[_0x505bb4(0x1d5)](_0x279cad,_0x2be115)),_0x279cad[_0x505bb4(0x1a1)][_0x505bb4(0x124)]['on'](_0x505bb4(0x12e),()=>this[_0x505bb4(0x145)](_0x279cad));}[_0x2ccc6d(0x1a0)](){const _0x2bc611=_0x2ccc6d,_0x14ec6c=this[_0x2bc611(0x14b)][_0x2bc611(0x1e7)][_0x2bc611(0x16e)](_0x2bc611(0x139)),_0xa01578=_0x2a3c6c(this[_0x2bc611(0x14b)]),_0x4c1039=_0xa01578[_0x2bc611(0x1a1)],_0x125853=new _0x42d8d3();for(const _0x3149db of _0x4c1039[_0x2bc611(0x124)][_0x2bc611(0x1ca)]()[_0x2bc611(0x1ec)]()){const _0x20b7fc=_0x3149db[_0x2bc611(0x13e)](!0x0);_0x125853[_0x2bc611(0x188)](_0x20b7fc);}for(const _0x15feab of _0x4c1039[_0x2bc611(0x134)])_0x125853[_0x2bc611(0x134)][_0x2bc611(0x1e1)](_0x15feab[_0x2bc611(0x147)],this[_0x2bc611(0x170)](_0x15feab[_0x2bc611(0x155)]()[_0x2bc611(0x1be)](),_0x125853));const _0x7ae315=new _0x189fbf({'ignoreElementEnd':!0x0,'startPosition':_0x4c1039[_0x2bc611(0x1c8)](_0x125853,0x0)}),_0x2c2cac=new Set(),_0x6e3660=new Map();for(const {item:_0x119016}of _0x7ae315){if(!_0x119016['is'](_0x2bc611(0x138)))continue;const _0x1df003=_0x119016[_0x2bc611(0x183)];if((!_0x1df003||!_0x1df003['is'](_0x2bc611(0x19c),_0x2bc611(0x179)))&&(_0x1df003&&_0x1df003['is'](_0x2bc611(0x19c)))){let _0x1d90f7=_0x1df003[_0x2bc611(0x14e)](_0x9c4e29);_0x1d90f7||(_0x1d90f7=_0x14ec6c[_0x2bc611(0x1a5)](_0x2c2cac),_0x1df003[_0x2bc611(0x184)](_0x9c4e29,_0x1d90f7)),_0x2c2cac[_0x2bc611(0x121)](_0x1d90f7);let _0x5daefd=_0x1df003;for(;_0x5daefd[_0x2bc611(0x183)]&&!_0x5daefd[_0x2bc611(0x183)]['is'](_0x2bc611(0x16a));)_0x5daefd=_0x5daefd[_0x2bc611(0x183)],_0x5daefd[_0x2bc611(0x194)](_0x9c4e29)&&_0x5daefd[_0x2bc611(0x13b)](_0x9c4e29);_0x6e3660[_0x2bc611(0x1e1)](_0x1d90f7,{'path':_0x1df003[_0x2bc611(0x165)](),'getContent':this[_0x2bc611(0x13c)](_0x5daefd[_0x2bc611(0x13e)](!0x0),_0x1d90f7,_0xa01578[_0x2bc611(0x12d)])}),_0x7ae315[_0x2bc611(0x15e)](_0x4c1039[_0x2bc611(0x1e3)](_0x1df003));}}return{'content':_0xa01578[_0x2bc611(0x12d)][_0x2bc611(0x1ba)][_0x2bc611(0x198)](_0xa01578[_0x2bc611(0x12d)][_0x2bc611(0x1c2)](_0x125853)),'version':_0xa01578[_0x2bc611(0x1a1)][_0x2bc611(0x124)][_0x2bc611(0x1de)],'elements':_0x6e3660};}[_0x2ccc6d(0x175)](_0xcd9623,_0x499e52){const _0x217fc8=_0x2ccc6d,_0x2b1c10=[],_0x5a10cb=_0x2a3c6c(this[_0x217fc8(0x14b)]),_0x4f9626=_0x5a10cb[_0x217fc8(0x12d)][_0x217fc8(0x148)](_0xcd9623,_0x217fc8(0x16d)),_0x57ca04=_0x5a10cb[_0x217fc8(0x1a1)][_0x217fc8(0x1c8)](_0x4f9626,0x0),_0xa11e22=_0x5a10cb[_0x217fc8(0x12d)][_0x217fc8(0x148)](_0x499e52,_0x217fc8(0x16d));if(!this[_0x217fc8(0x13a)](_0x4f9626,_0xa11e22))return _0x2b1c10;const _0x7885e1=this[_0x217fc8(0x14b)][_0x217fc8(0x1e7)][_0x217fc8(0x16e)](_0x217fc8(0x1ce))[_0x217fc8(0x1e9)](_0xcd9623,_0x499e52,{'anchor':_0x57ca04,'markDeletions':!0x0})[_0x217fc8(0x12a)]()[_0x217fc8(0x132)](_0x567d4e=>_0x217fc8(0x171)===_0x567d4e[_0x217fc8(0x1fb)]||_0x217fc8(0x180)===_0x567d4e[_0x217fc8(0x1fb)]&&_0x567d4e[_0x217fc8(0x147)][_0x217fc8(0x177)](_0x217fc8(0x208))),_0x644fa4=this[_0x217fc8(0x1ef)](_0x7885e1);let _0x1b510c=0x0;return _0x5a10cb[_0x217fc8(0x1a1)][_0x217fc8(0x12e)](_0x331931=>{const _0x303842=_0x217fc8;for(let _0x2c0d93=0x0;_0x2c0d93<_0x644fa4[_0x303842(0x14a)];_0x2c0d93++){const _0x129c60=_0x644fa4[_0x2c0d93],_0x2903a4=_0x331931[_0x303842(0x207)]();for(const _0x25a9ef of _0x4f9626[_0x303842(0x1ec)]())_0x331931[_0x303842(0x164)](_0x25a9ef[_0x303842(0x13e)](!0x0),_0x2903a4);for(const _0x49da7a of _0x129c60[_0x303842(0x162)])if(_0x303842(0x171)===_0x49da7a[_0x303842(0x1fb)]){const _0x4a8a0f=_0x49da7a;_0x4a8a0f[_0x303842(0x159)]=null,_0x4a8a0f[_0x303842(0x15f)]=!0x1,this[_0x303842(0x157)](_0x4a8a0f,_0x2903a4),_0x331931[_0x303842(0x149)][_0x303842(0x1f9)](_0x49da7a),_0x5a10cb[_0x303842(0x1a1)][_0x303842(0x1e4)](_0x49da7a);const _0x500238=_0x303842(0x1b7)+_0x1b510c++,_0x51eb8b=_0x5a10cb[_0x303842(0x1a1)][_0x303842(0x1ad)](_0x4a8a0f[_0x303842(0x15c)],_0x4a8a0f[_0x303842(0x15c)][_0x303842(0x1d2)](_0x4a8a0f[_0x303842(0x19d)]));_0x2903a4[_0x303842(0x134)][_0x303842(0x1e1)](_0x500238,_0x51eb8b);}else{if(_0x303842(0x180)===_0x49da7a[_0x303842(0x1fb)]&&_0x49da7a[_0x303842(0x147)][_0x303842(0x177)](_0x303842(0x208))){const _0x169fe7=_0x49da7a,_0x2fef71=_0x303842(0x1b1)+_0x1b510c++;this[_0x303842(0x157)](_0x169fe7,_0x2903a4),_0x2903a4[_0x303842(0x134)][_0x303842(0x1e1)](_0x2fef71,_0x169fe7[_0x303842(0x140)]);}}const _0x50fb26=this[_0x303842(0x191)](this[_0x303842(0x133)](this[_0x303842(0x1a8)](_0x129c60[_0x303842(0x162)][0x0]),_0x2903a4),this[_0x303842(0x133)](this[_0x303842(0x1ae)](_0x129c60[_0x303842(0x162)][_0x129c60[_0x303842(0x162)][_0x303842(0x14a)]-0x1]),_0x2903a4));_0x2903a4[_0x303842(0x134)][_0x303842(0x1e1)](we+_0x303842(0x178),new _0x2b8216(_0x50fb26[_0x303842(0x1d0)],_0x50fb26[_0x303842(0x195)])),_0x2b1c10[_0x303842(0x1ea)]({..._0x129c60,'context':this[_0x303842(0x125)](_0x2903a4,_0x5a10cb[_0x303842(0x12d)],{'ellipsisBefore':_0x50fb26[_0x303842(0x152)],'ellipsisAfter':_0x50fb26[_0x303842(0x1cc)]}),'content':this[_0x303842(0x182)](_0x2903a4,_0x5a10cb[_0x303842(0x12d)])});}}),_0x2b1c10;}[_0x2ccc6d(0x1a7)](_0x40e57c,_0x3e4aad){const _0xe6e48f=_0x2ccc6d;if(!_0x40e57c[_0xe6e48f(0x14a)])return;const _0x4dcfae=_0x40e57c[0x0][_0xe6e48f(0x183)]['id'],_0x504a4a=_0x3e4aad[_0xe6e48f(0x1bf)][_0xe6e48f(0x16e)](_0x4dcfae);if(!_0x504a4a)return void console[_0xe6e48f(0x11f)](_0xe6e48f(0x11e)+_0x4dcfae);const _0x41ed3a=_0x504a4a[_0xe6e48f(0x19a)],_0x54da1b=_0x2a3c6c(this[_0xe6e48f(0x14b)]),_0xba9f7c=_0x54da1b[_0xe6e48f(0x1a1)][_0xe6e48f(0x124)][_0xe6e48f(0x202)][_0xe6e48f(0x12a)](_0x3e4aad[_0xe6e48f(0x1de)]),_0x15b7fc=[];for(const _0x1079ab of _0x40e57c){const _0x52d9e0=_0x1079ab[_0xe6e48f(0x162)][_0xe6e48f(0x1e5)](_0x5a9029=>this[_0xe6e48f(0x1b9)](_0x5a9029,_0x41ed3a,_0x54da1b[_0xe6e48f(0x1a1)][_0xe6e48f(0x124)][_0xe6e48f(0x161)]()[0x0]));if(!_0x52d9e0||!_0x52d9e0[_0xe6e48f(0x14a)])continue;const _0x996551=_0x52d9e0[_0xe6e48f(0x1cd)](_0x4b0240=>_0xe6e48f(0x180)===_0x4b0240[_0xe6e48f(0x1fb)]&&_0x4b0240[_0xe6e48f(0x147)][_0xe6e48f(0x177)](_0xe6e48f(0x208))),_0x332eae={'document':_0x54da1b[_0xe6e48f(0x1a1)][_0xe6e48f(0x124)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x3ae8e6=_0x2106c1(_0x52d9e0,_0xba9f7c,_0x332eae)[_0xe6e48f(0x1b2)];for(const _0x252b93 of _0x3ae8e6)if(_0xe6e48f(0x171)===_0x252b93[_0xe6e48f(0x1fb)]){const _0x416b5d=_0x252b93,_0x4c0c6c=_0x416b5d[_0xe6e48f(0x156)];let _0x2f8702='';for(const _0x1efcab of _0x4c0c6c)_0x1efcab&&_0x1efcab['is'](_0xe6e48f(0x130))&&(_0x2f8702+=_0x1efcab[_0xe6e48f(0x12d)]);_0x15b7fc[_0xe6e48f(0x1ea)]({'start':_0x416b5d[_0xe6e48f(0x15c)],'end':_0x416b5d[_0xe6e48f(0x15c)],'type':_0xe6e48f(0x171),'groupId':_0x1079ab['id'],'text':_0x2f8702});}else{if(_0xe6e48f(0x180)===_0x252b93[_0xe6e48f(0x1fb)]&&_0x252b93[_0xe6e48f(0x147)][_0xe6e48f(0x177)](_0xe6e48f(0x208))){const _0x1c1f61=_0x252b93;let _0x331621=_0xe6e48f(0x11b);if(_0x996551){const _0x5611ce=this[_0xe6e48f(0x15b)](_0x1c1f61[_0xe6e48f(0x140)][_0xe6e48f(0x1d0)],_0xe6e48f(0x15a),_0x54da1b[_0xe6e48f(0x1a1)][_0xe6e48f(0x1b3)]),_0x568c13=this[_0xe6e48f(0x15b)](_0x1c1f61[_0xe6e48f(0x140)][_0xe6e48f(0x195)],_0xe6e48f(0x1da),_0x54da1b[_0xe6e48f(0x1a1)][_0xe6e48f(0x1b3)]);if(_0x5611ce||_0x568c13){const _0x1038b1=_0x1c1f61[_0xe6e48f(0x140)][_0xe6e48f(0x1d0)][_0xe6e48f(0x1d2)](-_0x5611ce),_0xedbe6=_0x1c1f61[_0xe6e48f(0x140)][_0xe6e48f(0x195)][_0xe6e48f(0x1d2)](_0x568c13);_0x15b7fc[_0xe6e48f(0x1ea)]({'start':_0x1038b1,'end':_0xedbe6,'groupId':_0x1079ab['id'],'type':_0xe6e48f(0x1d1)});}else _0x331621=_0xe6e48f(0x1fa);}_0x15b7fc[_0xe6e48f(0x1ea)]({'start':_0x1c1f61[_0xe6e48f(0x140)][_0xe6e48f(0x1d0)],'end':_0x1c1f61[_0xe6e48f(0x140)][_0xe6e48f(0x195)],'groupId':_0x1079ab['id'],'type':_0x331621});}}}this[_0xe6e48f(0x1b6)](_0x15b7fc);}[_0x2ccc6d(0x1c1)](){const _0x12b9cd=_0x2ccc6d,_0x581c99=_0x2a3c6c(this[_0x12b9cd(0x14b)]);_0x581c99[_0x12b9cd(0x1a1)][_0x12b9cd(0x12e)](_0x55f8b2=>{const _0xcf0686=_0x12b9cd;for(const _0x40dcec of this[_0xcf0686(0x1db)][_0xcf0686(0x16c)]())_0x581c99[_0xcf0686(0x1a1)][_0xcf0686(0x134)][_0xcf0686(0x16e)](_0x40dcec)&&_0x55f8b2[_0xcf0686(0x1aa)](_0x40dcec);}),this[_0x12b9cd(0x1db)][_0x12b9cd(0x1d7)]();}[_0x2ccc6d(0x137)](){const _0x446721=_0x2ccc6d;_0x2a3c6c(this[_0x446721(0x14b)])[_0x446721(0x1c7)](_0x446721(0x19b));}[_0x2ccc6d(0x1ac)](){const _0xb9bb29=_0x2ccc6d;_0x2a3c6c(this[_0xb9bb29(0x14b)])[_0xb9bb29(0x153)](_0xb9bb29(0x19b));}[_0x2ccc6d(0x1d4)](_0x357b1c){const _0x49b8ff=_0x2ccc6d,_0x38f0ee=_0x2a3c6c(this[_0x49b8ff(0x14b)]),_0x59c747=_0x38f0ee[_0x49b8ff(0x1a1)],_0x4e7e8d=_0x357b1c[_0x49b8ff(0x1e5)](_0x54240a=>this[_0x49b8ff(0x1c4)](_0x54240a))[_0x49b8ff(0x16b)]();_0x59c747[_0x49b8ff(0x12e)](_0x5d6c95=>{const _0x29e9f0=_0x49b8ff;for(const _0x3920dc of _0x4e7e8d){const _0xb9fc64=_0x38f0ee[_0x29e9f0(0x1a1)][_0x29e9f0(0x134)][_0x29e9f0(0x16e)](_0x3920dc['id']);_0xb9fc64&&(_0x29e9f0(0x171)===_0x3920dc[_0x29e9f0(0x1fb)]?_0x59c747[_0x29e9f0(0x181)](_0x5d6c95[_0x29e9f0(0x1c6)](_0x3920dc[_0x29e9f0(0x1ee)]||''),_0xb9fc64[_0x29e9f0(0x155)]()[_0x29e9f0(0x1d0)]):_0x29e9f0(0x11b)!==_0x3920dc[_0x29e9f0(0x1fb)]&&_0x29e9f0(0x1fa)!==_0x3920dc[_0x29e9f0(0x1fb)]||_0x59c747[_0x29e9f0(0x199)](_0x59c747[_0x29e9f0(0x122)](_0xb9fc64[_0x29e9f0(0x155)]())),_0x5d6c95[_0x29e9f0(0x1aa)](_0x3920dc['id']),this[_0x29e9f0(0x1db)][_0x29e9f0(0x1dc)](_0x3920dc['id']));}});}[_0x2ccc6d(0x15d)](_0x451717){const _0x2aec3f=_0x2ccc6d,_0xed2591=_0x2a3c6c(this[_0x2aec3f(0x14b)]),_0x5ab833=this[_0x2aec3f(0x1c4)](_0x451717);_0xed2591[_0x2aec3f(0x1a1)][_0x2aec3f(0x12e)](_0xfa5f4a=>{const _0x14599b=_0x2aec3f;for(const _0x15bef7 of _0x5ab833)_0xfa5f4a[_0x14599b(0x1aa)](_0x15bef7['id']),this[_0x14599b(0x1db)][_0x14599b(0x1dc)](_0x15bef7['id']);});}[_0x2ccc6d(0x1ab)](){const _0x5c9bfa=_0x2ccc6d;return _0x2a3c6c(this[_0x5c9bfa(0x14b)]);}[_0x2ccc6d(0x1f8)](_0x264ce7){const _0x3d21b4=_0x2ccc6d,_0x489d4d=Array[_0x3d21b4(0x186)](this[_0x3d21b4(0x1db)][_0x3d21b4(0x18a)]())[_0x3d21b4(0x132)](_0x4c492c=>_0x4c492c[_0x3d21b4(0x168)]===_0x264ce7);if(!_0x489d4d[_0x3d21b4(0x14a)])return null;const _0x1c7f52=0x1===_0x489d4d[_0x3d21b4(0x14a)]?_0x489d4d[0x0]:this[_0x3d21b4(0x1fe)](_0x489d4d)[0x0],_0x4fbb16=_0x2a3c6c(this[_0x3d21b4(0x14b)]),_0x4cf4cf=_0x4fbb16[_0x3d21b4(0x1a1)][_0x3d21b4(0x134)][_0x3d21b4(0x16e)](_0x1c7f52['id']);if(!_0x4cf4cf)return null;const _0x24ac13=_0x4cf4cf[_0x3d21b4(0x155)](),_0x208358=_0x4fbb16[_0x3d21b4(0x12c)][_0x3d21b4(0x1e6)][_0x3d21b4(0x136)]();if(!_0x208358||!_0x24ac13)return null;const _0x3c44e3=_0x208358[_0x3d21b4(0x1fd)](_0x3d21b4(0x129)+_0x1c7f52['id']+'\x22]');return _0x3c44e3?{'modelRange':_0x24ac13,'domElement':_0x3c44e3}:null;}[_0x2ccc6d(0x1d5)](_0x3ea593,_0x60aa21){const _0x180277=_0x2ccc6d,_0x16bdd1=Array[_0x180277(0x186)](this[_0x180277(0x1db)][_0x180277(0x16c)]()),_0x1a7b36=new Map();for(const _0x5e7c0d of _0x16bdd1){const _0x322015=_0x3ea593[_0x180277(0x1a1)][_0x180277(0x134)][_0x180277(0x16e)](_0x5e7c0d);if(!_0x322015)continue;const _0x3118d3=_0x322015[_0x180277(0x11c)]()[_0x180277(0x19a)][0x0];_0x1a7b36[_0x180277(0x14c)](_0x3118d3)||_0x1a7b36[_0x180277(0x1e1)](_0x3118d3,[]),_0x1a7b36[_0x180277(0x16e)](_0x3118d3)[_0x180277(0x1ea)](_0x322015);}const _0x2b4817=new Set();for(const _0x231a32 of _0x3ea593[_0x180277(0x1a1)][_0x180277(0x124)][_0x180277(0x1e0)][_0x180277(0x141)]()){let _0x25ef58=-0x1,_0x41d027=null;if(_0x180277(0x171)===_0x231a32[_0x180277(0x1fb)])_0x41d027=new _0x2b8216(_0x231a32[_0x180277(0x15c)],_0x231a32[_0x180277(0x15c)][_0x180277(0x1d2)](_0x231a32[_0x180277(0x14a)])),_0x25ef58=_0x231a32[_0x180277(0x15c)][_0x180277(0x19a)][0x0];else{if(_0x180277(0x14f)!==_0x231a32[_0x180277(0x1fb)])continue;_0x41d027=new _0x2b8216(_0x231a32[_0x180277(0x15c)]),_0x25ef58=_0x231a32[_0x180277(0x15c)][_0x180277(0x19a)][0x0];}const _0x413b3c=_0x1a7b36[_0x180277(0x16e)](_0x25ef58)||[];if(_0x413b3c[_0x180277(0x14a)]){for(const _0x1306b4 of _0x413b3c)if(_0x41d027[_0x180277(0x192)][_0x180277(0x206)]===_0x1306b4[_0x180277(0x155)]()[_0x180277(0x192)][_0x180277(0x206)]&&(_0x180277(0x171)!==_0x231a32[_0x180277(0x1fb)]||!_0x41d027[_0x180277(0x1f0)](_0x1306b4[_0x180277(0x155)]()))&&(_0x41d027[_0x180277(0x1a2)](_0x1306b4[_0x180277(0x155)]())||_0x41d027[_0x180277(0x1d0)][_0x180277(0x131)](_0x1306b4[_0x180277(0x155)]()[_0x180277(0x195)])||_0x41d027[_0x180277(0x195)][_0x180277(0x131)](_0x1306b4[_0x180277(0x155)]()[_0x180277(0x1d0)]))){const _0x13da65=this[_0x180277(0x1e2)](_0x1306b4[_0x180277(0x147)]);Array[_0x180277(0x186)](this[_0x180277(0x1db)][_0x180277(0x18a)]())[_0x180277(0x132)](_0xa74a52=>_0xa74a52[_0x180277(0x168)]===_0x13da65[_0x180277(0x168)])[_0x180277(0x1d3)](_0x3f085e=>_0x2b4817[_0x180277(0x121)](_0x3f085e['id']));}}}if(_0x2b4817[_0x180277(0x193)]){for(const _0x4f746e of _0x2b4817)_0x60aa21[_0x180277(0x1aa)](_0x4f746e);return!0x0;}return!0x1;}[_0x2ccc6d(0x145)](_0x14c4dd){const _0x38c4f9=_0x2ccc6d;for(const {name:_0x10256b,data:_0x22faa3}of _0x14c4dd[_0x38c4f9(0x1a1)][_0x38c4f9(0x124)][_0x38c4f9(0x1e0)][_0x38c4f9(0x143)]()){if(!_0x10256b[_0x38c4f9(0x177)](we))continue;const _0x3b7a19=_0x22faa3[_0x38c4f9(0x1bd)],_0x36fbaf=_0x22faa3[_0x38c4f9(0x140)],_0x4f9ddb=_0x3b7a19&&_0x38c4f9(0x151)===_0x3b7a19[_0x38c4f9(0x192)][_0x38c4f9(0x206)],_0x56dea1=_0x36fbaf&&_0x38c4f9(0x151)===_0x36fbaf[_0x38c4f9(0x192)][_0x38c4f9(0x206)];if(_0x4f9ddb&&_0x56dea1)continue;const _0x151446=this[_0x38c4f9(0x1e2)](_0x10256b);this[_0x38c4f9(0x1db)][_0x38c4f9(0x16e)](_0x10256b)&&(_0x56dea1||!_0x36fbaf?this[_0x38c4f9(0x174)][_0x38c4f9(0x1f4)](_0x38c4f9(0x1eb),{'markerId':_0x10256b,'changeId':_0x151446[_0x38c4f9(0x168)]}):_0x4f9ddb&&_0x36fbaf&&this[_0x38c4f9(0x174)][_0x38c4f9(0x1f4)](_0x38c4f9(0x154),{'markerId':_0x10256b,'changeId':_0x151446[_0x38c4f9(0x168)]}));}}[_0x2ccc6d(0x1e2)](_0x3eec28){const _0x2e3b60=_0x2ccc6d,_0x1dfbd4=_0x3eec28[_0x2e3b60(0x17c)](':'),_0x20a0ee=(_0x1dfbd4[0x1]||'')[_0x2e3b60(0x17c)]('_');return{'prefix':_0x1dfbd4[0x0],'groupId':_0x20a0ee[0x0],'suffix':_0x20a0ee[0x1]};}[_0x2ccc6d(0x1b9)](_0x48f5ea,_0x5ccea2,_0x1085e7){const _0x25819d=_0x2ccc6d;if(_0x25819d(0x171)===_0x48f5ea[_0x25819d(0x1fb)]){const _0x21c56e=_0x48f5ea;return new _0x306eb8(this[_0x25819d(0x1a6)](_0x5ccea2[_0x25819d(0x1f1)](_0x21c56e[_0x25819d(0x15c)][_0x25819d(0x176)]),_0x1085e7),_0x21c56e[_0x25819d(0x156)],_0x21c56e[_0x25819d(0x159)]);}if(_0x25819d(0x180)===_0x48f5ea[_0x25819d(0x1fb)]&&_0x48f5ea[_0x25819d(0x147)][_0x25819d(0x177)](_0x25819d(0x208))){const _0x20571a=_0x48f5ea;return new _0x19960a(_0x20571a[_0x25819d(0x147)],_0x20571a[_0x25819d(0x1bd)],this[_0x25819d(0x187)](_0x20571a[_0x25819d(0x140)],_0x5ccea2[_0x25819d(0x1f1)](_0x20571a[_0x25819d(0x140)][_0x25819d(0x1d0)][_0x25819d(0x176)]),_0x5ccea2[_0x25819d(0x1f1)](_0x20571a[_0x25819d(0x140)][_0x25819d(0x195)][_0x25819d(0x176)]),_0x1085e7),_0x20571a[_0x25819d(0x1db)],_0x20571a[_0x25819d(0x1c3)],_0x20571a[_0x25819d(0x159)]);}return _0x48f5ea;}[_0x2ccc6d(0x1ef)](_0x351bcd){const _0x28829c=_0x2ccc6d;if(!_0x351bcd[_0x28829c(0x14a)])return[];const _0x2bb47e=[];let _0x21d970=0x0,_0x18f193=0x0,_0x375448=[];for(let _0x960cfe=0x0;_0x960cfe<=_0x351bcd[_0x28829c(0x14a)];_0x960cfe++){const _0x79850b=_0x351bcd[_0x960cfe],_0x9a2ee5=_0x351bcd[_0x960cfe-0x1];!_0x79850b||_0x9a2ee5&&!this[_0x28829c(0x1ae)](_0x9a2ee5)[_0x28829c(0x131)](this[_0x28829c(0x1a8)](_0x79850b))?(_0x2bb47e[_0x28829c(0x1ea)]({'operations':_0x375448,'operationsIsolated':_0x375448[_0x28829c(0x1e5)](_0x56ca26=>this[_0x28829c(0x142)](_0x56ca26[_0x28829c(0x1be)](),-_0x18f193)),'groupOffset':_0x21d970}),_0x375448=_0x79850b?[_0x79850b]:[],_0x18f193+=_0x21d970,_0x21d970=0x0):_0x375448[_0x28829c(0x1ea)](_0x79850b),_0x79850b&&_0x28829c(0x171)===_0x79850b[_0x28829c(0x1fb)]&&(_0x21d970+=_0x79850b[_0x28829c(0x19d)]);}return _0x2bb47e;}[_0x2ccc6d(0x15b)](_0x5a5877,_0x4f31b5,_0x4e2099,_0x1250b0=0x1){const _0x5ef5a9=_0x2ccc6d,_0x1341b5=new _0x189fbf({'startPosition':_0x5a5877,'direction':_0x4f31b5});let _0x52e976=0x0;for(let _0x4436af=0x0;_0x4436af<_0x1250b0;_0x4436af++){let _0x3c8ecc=0x0,_0x212406=!0x1,_0x2e30ae=_0x5ef5a9(0x1da)===_0x4f31b5?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x35641c}of _0x1341b5)if(_0x35641c['is'](_0x5ef5a9(0x138))){const _0x182adf=_0x2e30ae[_0x5ef5a9(0x18c)](_0x35641c[_0x5ef5a9(0x12d)]);if(_0x182adf&&_0x182adf[_0x5ef5a9(0x14a)]){if(_0x3c8ecc+=_0x5ef5a9(0x1da)===_0x4f31b5?_0x182adf[_0x5ef5a9(0x17f)]+_0x182adf[0x0][_0x5ef5a9(0x14a)]:_0x35641c[_0x5ef5a9(0x12d)][_0x5ef5a9(0x14a)]-_0x182adf[_0x5ef5a9(0x17f)],_0x182adf[0x0][_0x5ef5a9(0x14a)]!==_0x35641c[_0x5ef5a9(0x12d)][_0x5ef5a9(0x14a)])break;_0x212406=!0x0,_0x2e30ae=_0x5ef5a9(0x1da)===_0x4f31b5?/^\w+/:/\w+$/;}else{if(_0x212406)break;_0x3c8ecc+=_0x35641c[_0x5ef5a9(0x1b0)];}}else{if(_0x35641c['is'](_0x5ef5a9(0x19c))){_0x4e2099[_0x5ef5a9(0x1b8)](_0x35641c)&&!_0x212406&&(_0x3c8ecc+=0x1);break;}}_0x52e976+=_0x3c8ecc,_0x1341b5[_0x5ef5a9(0x15e)](_0x5a5877[_0x5ef5a9(0x1d2)](_0x5ef5a9(0x1da)===_0x4f31b5?_0x52e976:-_0x52e976));}return _0x52e976;}[_0x2ccc6d(0x191)](_0x26583c,_0x4d72e6){const _0x4847c5=_0x2ccc6d,_0x5f56a2=_0x2a3c6c(this[_0x4847c5(0x14b)])[_0x4847c5(0x1a1)][_0x4847c5(0x1b3)],_0x979640=this[_0x4847c5(0x15b)](_0x26583c,_0x4847c5(0x15a),_0x5f56a2,0x6),_0x47717c=this[_0x4847c5(0x15b)](_0x4d72e6,_0x4847c5(0x1da),_0x5f56a2,0x6),_0x197afd=_0x26583c[_0x4847c5(0x1d2)](-_0x979640),_0x3f748b=_0x4d72e6[_0x4847c5(0x1d2)](_0x47717c);return{'start':_0x197afd,'end':_0x3f748b,'hasContentBefore':!_0x197afd[_0x4847c5(0x1bc)],'hasContentAfter':!_0x3f748b[_0x4847c5(0x18e)]};}[_0x2ccc6d(0x1b6)](_0x2a5c78){const _0x229f31=_0x2ccc6d,_0x132632=this[_0x229f31(0x14b)][_0x229f31(0x1e7)][_0x229f31(0x16e)](_0x229f31(0x139)),_0xd38359=new Set();_0x2a3c6c(this[_0x229f31(0x14b)])[_0x229f31(0x1a1)][_0x229f31(0x12e)](_0x4c5f36=>{const _0x16bf6a=_0x229f31;for(const _0x2e14f8 of _0x2a5c78){const _0x2d9a4b=''+we+_0x2e14f8[_0x16bf6a(0x1fb)]+':'+_0x2e14f8[_0x16bf6a(0x168)]+'_'+_0x132632[_0x16bf6a(0x1a5)](_0xd38359);this[_0x16bf6a(0x1db)][_0x16bf6a(0x1e1)](_0x2d9a4b,{'id':_0x2d9a4b,'groupId':_0x2e14f8[_0x16bf6a(0x168)],'type':_0x2e14f8[_0x16bf6a(0x1fb)],'text':_0x2e14f8[_0x16bf6a(0x1ee)]}),_0x4c5f36[_0x16bf6a(0x1af)](_0x2d9a4b,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x4c5f36[_0x16bf6a(0x1ad)](_0x2e14f8[_0x16bf6a(0x1d0)],_0x2e14f8[_0x16bf6a(0x195)])});}});}[_0x2ccc6d(0x125)](_0x2cbbc5,_0x4ce8b7,_0x2a1702){let _0x4f457c='';return()=>{const _0x289c5a=_0x3267;if(!_0x4f457c){const _0x37c6c4=_0x4ce8b7[_0x289c5a(0x1c2)](_0x2cbbc5,{'showSuggestionHighlights':!0x0}),_0x282da9=_0x37c6c4[_0x289c5a(0x1d9)](0x0);if(!_0x282da9)return'';let _0x8c7a7e=!0x1;const _0xeae5af=[];for(const _0x2f836c of _0x282da9[_0x289c5a(0x1ec)]())_0x2f836c['is'](_0x289c5a(0x19c),_0x289c5a(0x1f7))&&_0x2f836c[_0x289c5a(0x11d)](_0x289c5a(0x160))&&(_0x8c7a7e=!0x1),_0x8c7a7e&&_0xeae5af[_0x289c5a(0x1ea)](_0x2f836c),_0x2f836c['is'](_0x289c5a(0x19c),_0x289c5a(0x1f7))&&_0x2f836c[_0x289c5a(0x11d)](_0x289c5a(0x1cf))&&(_0x8c7a7e=!0x0);_0x282da9[_0x289c5a(0x123)](0x0,_0x282da9[_0x289c5a(0x18f)]),_0x2a1702?.[_0x289c5a(0x146)]&&_0x282da9[_0x289c5a(0x188)]('…'),_0x282da9[_0x289c5a(0x188)](_0xeae5af),_0x2a1702?.[_0x289c5a(0x13f)]&&_0x282da9[_0x289c5a(0x188)]('…');const _0x14139c=_0x4ce8b7[_0x289c5a(0x144)][_0x289c5a(0x190)][_0x289c5a(0x1d6)](_0x37c6c4),_0xb4e02c=_0x4ce8b7[_0x289c5a(0x144)][_0x289c5a(0x1bb)][_0x289c5a(0x1cb)](_0x14139c);_0x4f457c=_0xb4e02c;}return _0x4f457c;};}[_0x2ccc6d(0x182)](_0x19fe31,_0x172683){const _0x14f86b=_0x2ccc6d;let _0x197363='';return()=>(_0x197363||(_0x197363=_0x172683[_0x14f86b(0x185)](_0x19fe31,{'showSuggestionHighlights':!0x0})),_0x197363);}[_0x2ccc6d(0x13c)](_0x98eb93,_0x44e660,_0x12763b){let _0x2f5c8a='';return()=>{const _0x4cca38=_0x3267;if(!_0x2f5c8a){const _0x1eeee3=_0x12763b[_0x4cca38(0x1c2)](new _0x42d8d3(_0x98eb93)),_0x1ba8fb=_0x12763b[_0x4cca38(0x144)][_0x4cca38(0x190)][_0x4cca38(0x1d6)](_0x1eeee3)[_0x4cca38(0x1fd)](_0x4cca38(0x203)+_0x44e660+'\x22]');_0x2f5c8a=_0x1ba8fb?.[_0x4cca38(0x1dd)]||'';}return _0x2f5c8a;};}[_0x2ccc6d(0x1a4)](_0x4a1e9a,_0x3b2385=0x5){const _0x686f3e=_0x2ccc6d;let _0x36b179=_0x4a1e9a,_0x89eec8=null;for(let _0x184028=0x0;_0x184028<_0x3b2385&&_0x36b179;_0x184028++){if(!_0x36b179[_0x686f3e(0x1f5)]){_0x36b179=_0x36b179[_0x686f3e(0x1ff)];continue;}if(!(''+_0x36b179[_0x686f3e(0x1f5)])[_0x686f3e(0x128)](_0x686f3e(0x17b))){_0x36b179=_0x36b179[_0x686f3e(0x1ff)];continue;}if(!_0x36b179[_0x686f3e(0x14e)](_0x686f3e(0x1c5)))break;_0x89eec8=_0x36b179;break;}return _0x89eec8;}[_0x2ccc6d(0x1c4)](_0x1f9dd4){const _0x500128=_0x2ccc6d;return Array[_0x500128(0x186)](this[_0x500128(0x1db)][_0x500128(0x18a)]())[_0x500128(0x132)](_0xc798b6=>_0xc798b6[_0x500128(0x168)]===_0x1f9dd4);}[_0x2ccc6d(0x1a8)](_0x2a51e5){const _0x25306c=_0x2ccc6d;return _0x25306c(0x171)===_0x2a51e5[_0x25306c(0x1fb)]?_0x2a51e5[_0x25306c(0x15c)]:_0x2a51e5[_0x25306c(0x140)][_0x25306c(0x1d0)];}[_0x2ccc6d(0x1ae)](_0x43b0ed,_0x4f8d8b=!0x1){const _0x171ac1=_0x2ccc6d;return _0x171ac1(0x171)===_0x43b0ed[_0x171ac1(0x1fb)]?_0x4f8d8b?_0x43b0ed[_0x171ac1(0x15c)]:_0x43b0ed[_0x171ac1(0x15c)][_0x171ac1(0x1d2)](_0x43b0ed[_0x171ac1(0x19d)]):_0x43b0ed[_0x171ac1(0x140)][_0x171ac1(0x195)];}[_0x2ccc6d(0x142)](_0x5bab4b,_0x327524){const _0x554839=_0x2ccc6d;return _0x554839(0x171)===_0x5bab4b[_0x554839(0x1fb)]?_0x5bab4b[_0x554839(0x15c)]=_0x5bab4b[_0x554839(0x15c)][_0x554839(0x1d2)](_0x327524):_0x554839(0x180)===_0x5bab4b[_0x554839(0x1fb)]&&_0x5bab4b[_0x554839(0x140)]&&(_0x5bab4b[_0x554839(0x140)]=new _0x2b8216(_0x5bab4b[_0x554839(0x140)][_0x554839(0x1d0)][_0x554839(0x1d2)](_0x327524),_0x5bab4b[_0x554839(0x140)][_0x554839(0x195)][_0x554839(0x1d2)](_0x327524))),_0x5bab4b;}[_0x2ccc6d(0x157)](_0x34dc75,_0x3a481a){const _0x3f07e8=_0x2ccc6d;_0x3f07e8(0x171)===_0x34dc75[_0x3f07e8(0x1fb)]?_0x34dc75[_0x3f07e8(0x15c)]=this[_0x3f07e8(0x133)](_0x34dc75[_0x3f07e8(0x15c)],_0x3a481a):_0x3f07e8(0x180)===_0x34dc75[_0x3f07e8(0x1fb)]&&_0x34dc75[_0x3f07e8(0x140)]&&(_0x34dc75[_0x3f07e8(0x140)]=this[_0x3f07e8(0x170)](_0x34dc75[_0x3f07e8(0x140)],_0x3a481a));}[_0x2ccc6d(0x133)](_0x33588e,_0x1bf89a){const _0x3d91b5=_0x2ccc6d;return new _0x5e0573(_0x1bf89a,_0x33588e[_0x3d91b5(0x19a)]);}[_0x2ccc6d(0x170)](_0x1c5cfe,_0x39ea35){const _0x3124e6=_0x2ccc6d;return new _0x2b8216(this[_0x3124e6(0x133)](_0x1c5cfe[_0x3124e6(0x1d0)],_0x39ea35),this[_0x3124e6(0x133)](_0x1c5cfe[_0x3124e6(0x195)],_0x39ea35));}[_0x2ccc6d(0x1a6)](_0x3b6081,_0x4ae0fb){return new _0x5e0573(_0x4ae0fb,[..._0x3b6081]);}[_0x2ccc6d(0x187)](_0x57c275,_0x423b2d,_0x300027,_0x2ff1b6){const _0x59f53c=_0x2ccc6d;return new _0x2b8216(this[_0x59f53c(0x1a6)](_0x423b2d,_0x2ff1b6),this[_0x59f53c(0x1a6)](_0x300027,_0x2ff1b6));}[_0x2ccc6d(0x1fe)](_0x512e77){const _0x1493c6=_0x2ccc6d,_0x2f150c=_0x48e277=>{const _0x573ab6=_0x3267;switch(_0x48e277){case _0x573ab6(0x171):return 0x1;case _0x573ab6(0x1d1):return 0x2;case _0x573ab6(0x1fa):return 0x3;case _0x573ab6(0x11b):return 0x4;}};return _0x512e77[_0x1493c6(0x16f)]((_0x4f074c,_0x465a3d)=>_0x2f150c(_0x4f074c[_0x1493c6(0x1fb)])-_0x2f150c(_0x465a3d[_0x1493c6(0x1fb)]));}[_0x2ccc6d(0x13a)](_0x34c054,_0x9150c2){const _0x2d8600=_0x2ccc6d,_0x5354a2=_0x34c054[_0x2d8600(0x1d9)](0x0),_0x2c7838=_0x9150c2[_0x2d8600(0x1d9)](0x0);return!(!_0x5354a2||!_0x2c7838)&&((!_0x5354a2['is'](_0x2d8600(0x19c))||!_0x2c7838['is'](_0x2d8600(0x19c))||_0x5354a2[_0x2d8600(0x147)]===_0x2c7838[_0x2d8600(0x147)])&&!(_0x5354a2['is'](_0x2d8600(0x19c))&&!_0x2c7838['is'](_0x2d8600(0x19c))||!_0x5354a2['is'](_0x2d8600(0x19c))&&_0x2c7838['is'](_0x2d8600(0x19c))));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x15a9e7=_0x46ca;(function(_0x4a6bc8,_0x48bad9){const _0xf29e93=_0x46ca,_0x15c07e=_0x4a6bc8();while(!![]){try{const _0x23f147=parseInt(_0xf29e93(0x1a8))/0x1+-parseInt(_0xf29e93(0x1c8))/0x2+-parseInt(_0xf29e93(0x1aa))/0x3+parseInt(_0xf29e93(0x1ba))/0x4+-parseInt(_0xf29e93(0x1e0))/0x5+-parseInt(_0xf29e93(0x1b8))/0x6*(parseInt(_0xf29e93(0x1e9))/0x7)+parseInt(_0xf29e93(0x1b6))/0x8;if(_0x23f147===_0x48bad9)break;else _0x15c07e['push'](_0x15c07e['shift']());}catch(_0x84b9c4){_0x15c07e['push'](_0x15c07e['shift']());}}}(_0x1c1d,0xadffd));import{ContextPlugin as _0xaf6342}from'ckeditor5/src/core.js';import{IconAIReview as _0x5cdd22}from'ckeditor5/src/icons.js';import{BodyCollection as _0x859eed}from'ckeditor5/src/ui.js';import{AITabs as _0x56ffd2}from'../aitabs/aitabs.js';function _0x1c1d(){const _0x4456ac=['_reviewModeBalloonSuggestionItemView','showReviewCompletedView','forEach','showChunkErrorView','reviewCheckResultsView','1762625RdDOyt','dismissChange','resetActiveStateInResults','accepted','showResult','AIReviewModeUI','showGeneralErrorView','reviewCheckListView','showCheckRunResults','1579879EgoFaP','context','toggleDiff','acceptAllChanges','retryReview','setAvailableChecks','showCheckRunResult','updateChangeState','setItemAsInactive','fire','hideResult','setCheckResultTitle','leaveReviewMode','showActionsWhenResultIsReady','acceptChange','getResults','runReviewCheck','showReviewCheckListView','AI_REVIEW_MODE','setChecks','rejected','activateTab','learnMore','plugins','642315xXascl','attachToDom','2516010wEnQVM','setTitle','deactivateChange','locale','hideDiffInBalloon','error-chunk','status','addCheckRunResult','addTab','leaveReviewModeResultList','_bodyCollection','isPremiumPlugin','21027536PGoACg','setActiveStateInResults','30WHplQe','delegate','731524XJhOUx','AITabs','requires','abortReviewStream','pluginName','reviewMode','showReviewCheckList','setItemAsActive','getReviewCheckList','hideChangeBalloon','get','showBalloon','finishReview','showReviewCheckResultsView','842514tpEVsO','showNoChangesView','isOfficialPlugin','hasChecks','init','showChangeBalloon','find','_reviewModeView','detachFromDom','activateChange','element','outdated','error-general','showDiffInBalloon','destroy','getChangeElement','hideBalloon','hideActionsWhenResultIsReady','view'];_0x1c1d=function(){return _0x4456ac;};return _0x1c1d();}import{AIReviewModeView as _0x5f0aad}from'./ui/aireviewmodeview.js';import{getTranslation as _0x272a7f}from'../aicore/utils/common-translations.js';import{AIReviewModeBalloonSuggestionItemView as _0x397c41}from'./ui/aireviewmodeballoonsuggestionview.js';function _0x46ca(_0x19be9b,_0x3abf59){const _0x1c1d04=_0x1c1d();return _0x46ca=function(_0x46cab3,_0x14721d){_0x46cab3=_0x46cab3-0x19c;let _0x1f93ef=_0x1c1d04[_0x46cab3];return _0x1f93ef;},_0x46ca(_0x19be9b,_0x3abf59);}import'../../theme/aireviewmode/aireviewmode.css';export const AI_REVIEW_MODE_UI_EVENT_NAMES=[_0x15a9e7(0x1c2),_0x15a9e7(0x1a0),_0x15a9e7(0x1bd),_0x15a9e7(0x1eb),_0x15a9e7(0x1ec),_0x15a9e7(0x1b3),_0x15a9e7(0x1d1),_0x15a9e7(0x19e),_0x15a9e7(0x1e1),_0x15a9e7(0x1a6),_0x15a9e7(0x1c6),_0x15a9e7(0x1ed)];export class AIReviewModeUI extends _0xaf6342{[_0x15a9e7(0x1cf)];[_0x15a9e7(0x1db)];[_0x15a9e7(0x1b4)];static get[_0x15a9e7(0x1bc)](){return[_0x56ffd2];}static get[_0x15a9e7(0x1be)](){const _0x3d1630=_0x15a9e7;return _0x3d1630(0x1e5);}static get[_0x15a9e7(0x1ca)](){return!0x0;}static get[_0x15a9e7(0x1b5)](){return!0x0;}constructor(_0x352078){const _0x3d40e7=_0x15a9e7;super(_0x352078),this[_0x3d40e7(0x1b4)]=new _0x859eed(this[_0x3d40e7(0x1ea)][_0x3d40e7(0x1ad)]),this[_0x3d40e7(0x1b4)][_0x3d40e7(0x1a9)](),this[_0x3d40e7(0x1cf)]=new _0x5f0aad(this[_0x3d40e7(0x1ea)][_0x3d40e7(0x1ad)]),this[_0x3d40e7(0x1cf)][_0x3d40e7(0x1b9)](...AI_REVIEW_MODE_UI_EVENT_NAMES)['to'](this),this[_0x3d40e7(0x1db)]=new _0x397c41(this[_0x3d40e7(0x1ea)][_0x3d40e7(0x1ad)],this[_0x3d40e7(0x1b4)]),this[_0x3d40e7(0x1db)][_0x3d40e7(0x1b9)](_0x3d40e7(0x19e),_0x3d40e7(0x1e1),_0x3d40e7(0x1ac))['to'](this);}[_0x15a9e7(0x1cc)](){const _0x1cc15d=_0x15a9e7,_0x542ab3=this[_0x1cc15d(0x1ea)][_0x1cc15d(0x1a7)][_0x1cc15d(0x1c4)](_0x1cc15d(0x1bb));_0x542ab3[_0x1cc15d(0x1da)]['on'](_0x1cc15d(0x1a5),(_0x2e4bfe,_0x114468)=>{const _0x309fa6=_0x1cc15d;_0x309fa6(0x1bf)===_0x114468?this[_0x309fa6(0x1f2)](_0x309fa6(0x1c2)):this[_0x309fa6(0x1f2)](_0x309fa6(0x19c));}),_0x542ab3[_0x1cc15d(0x1da)][_0x1cc15d(0x1b2)]({'id':_0x1cc15d(0x1bf),'buttonLabel':_0x272a7f(this[_0x1cc15d(0x1ea)][_0x1cc15d(0x1ad)],_0x1cc15d(0x1a2)),'buttonIcon':_0x5cdd22,'order':0x0,'content':this[_0x1cc15d(0x1cf)]});}[_0x15a9e7(0x1d6)](){const _0x4bd8e5=_0x15a9e7;this[_0x4bd8e5(0x1b4)][_0x4bd8e5(0x1d0)](),super[_0x4bd8e5(0x1d6)]();}[_0x15a9e7(0x1ee)](_0x41ec8a){const _0x70b625=_0x15a9e7;this[_0x70b625(0x1cf)][_0x70b625(0x1e7)][_0x70b625(0x1cb)]()||this[_0x70b625(0x1cf)][_0x70b625(0x1e7)][_0x70b625(0x1a3)](_0x41ec8a),this[_0x70b625(0x1cf)][_0x70b625(0x1a1)]();}[_0x15a9e7(0x1c0)](){const _0x99a7af=_0x15a9e7;this[_0x99a7af(0x1f2)](_0x99a7af(0x1c2));}[_0x15a9e7(0x1e8)](_0x1aae2f){const _0x47340c=_0x15a9e7;_0x1aae2f&&(_0x47340c(0x1d4)!==_0x1aae2f[_0x47340c(0x1b0)]?_0x47340c(0x1af)!==_0x1aae2f[_0x47340c(0x1b0)]?this[_0x47340c(0x1cf)][_0x47340c(0x1c7)]():this[_0x47340c(0x1de)]():this[_0x47340c(0x1e6)]());}[_0x15a9e7(0x1ef)](_0x642b54){const _0x1b1478=_0x15a9e7;this[_0x1b1478(0x1cf)][_0x1b1478(0x1b1)](_0x642b54);}[_0x15a9e7(0x1e6)](){const _0x42fec4=_0x15a9e7;this[_0x42fec4(0x1cf)][_0x42fec4(0x1e6)]();}[_0x15a9e7(0x1de)](){const _0x41b16f=_0x15a9e7;this[_0x41b16f(0x1cf)][_0x41b16f(0x1de)]();}[_0x15a9e7(0x1f4)](_0x329401,_0x8649b){const _0x8f0004=_0x15a9e7;this[_0x8f0004(0x1cf)][_0x8f0004(0x1df)][_0x8f0004(0x1ab)](_0x329401,_0x8649b);}[_0x15a9e7(0x1b7)](_0xab2eba){const _0x4fe9a4=_0x15a9e7;this[_0x4fe9a4(0x1cf)][_0x4fe9a4(0x1df)][_0x4fe9a4(0x19f)]()[_0x4fe9a4(0x1dd)](_0x4c094=>{const _0x1cb0e8=_0x4fe9a4;_0x4c094['id']===_0xab2eba&&_0x4c094[_0x1cb0e8(0x1c1)]();});}[_0x15a9e7(0x1e2)](){const _0x48c4d7=_0x15a9e7;this[_0x48c4d7(0x1cf)][_0x48c4d7(0x1df)][_0x48c4d7(0x19f)]()[_0x48c4d7(0x1dd)](_0x4eaf42=>_0x4eaf42[_0x48c4d7(0x1f1)]());}[_0x15a9e7(0x1f0)](_0x59bf0c,_0x5f1f75){const _0x295b41=_0x15a9e7;_0x295b41(0x1e3)===_0x5f1f75||_0x295b41(0x1a4)===_0x5f1f75||_0x295b41(0x1d3)===_0x5f1f75?this[_0x295b41(0x1cf)][_0x295b41(0x1df)][_0x295b41(0x1f3)](_0x59bf0c,_0x5f1f75):this[_0x295b41(0x1cf)][_0x295b41(0x1df)][_0x295b41(0x1e4)](_0x59bf0c,_0x5f1f75);}[_0x15a9e7(0x1dc)](){const _0x9a0281=_0x15a9e7;this[_0x9a0281(0x1cf)][_0x9a0281(0x1dc)]();}[_0x15a9e7(0x19d)](){const _0x5269a6=_0x15a9e7;this[_0x5269a6(0x1cf)][_0x5269a6(0x19d)]();}[_0x15a9e7(0x1c9)](){const _0xbb52eb=_0x15a9e7;this[_0xbb52eb(0x1cf)][_0xbb52eb(0x1c9)]();}[_0x15a9e7(0x1d9)](){const _0x27e4d8=_0x15a9e7;this[_0x27e4d8(0x1cf)][_0x27e4d8(0x1d9)]();}[_0x15a9e7(0x1cd)](_0x5d5caf,_0x1d161c){const _0x4c2e0d=_0x15a9e7;this[_0x4c2e0d(0x1db)][_0x4c2e0d(0x1c5)](_0x5d5caf,_0x1d161c);}[_0x15a9e7(0x1c3)](){const _0x58c7b0=_0x15a9e7;this[_0x58c7b0(0x1db)][_0x58c7b0(0x1d8)]();}[_0x15a9e7(0x1ae)](){const _0x47f48c=_0x15a9e7;this[_0x47f48c(0x1db)][_0x47f48c(0x1ae)]();}[_0x15a9e7(0x1d5)](){const _0x286a40=_0x15a9e7;this[_0x286a40(0x1db)][_0x286a40(0x1d5)]();}[_0x15a9e7(0x1d7)](_0x4093c7){const _0x5d2d35=_0x15a9e7,_0x5a7998=this[_0x5d2d35(0x1cf)][_0x5d2d35(0x1df)][_0x5d2d35(0x19f)]()[_0x5d2d35(0x1ce)](_0x3bae90=>_0x3bae90['id']===_0x4093c7);return _0x5a7998?_0x5a7998[_0x5d2d35(0x1d2)]:null;}[_0x15a9e7(0x1ac)](){const _0x2fb338=_0x15a9e7;this[_0x2fb338(0x1db)][_0x2fb338(0x1ac)]();}}
23
+ const _0x4e04af=_0x34e9;(function(_0x3ba192,_0x31ba9b){const _0x3d5758=_0x34e9,_0x428b8f=_0x3ba192();while(!![]){try{const _0x48f8b0=-parseInt(_0x3d5758(0xa6))/0x1+parseInt(_0x3d5758(0xd2))/0x2*(-parseInt(_0x3d5758(0xdf))/0x3)+-parseInt(_0x3d5758(0xc7))/0x4+-parseInt(_0x3d5758(0xb3))/0x5+-parseInt(_0x3d5758(0xb5))/0x6*(parseInt(_0x3d5758(0xf3))/0x7)+-parseInt(_0x3d5758(0xec))/0x8*(parseInt(_0x3d5758(0xa9))/0x9)+parseInt(_0x3d5758(0xbb))/0xa*(parseInt(_0x3d5758(0xd5))/0xb);if(_0x48f8b0===_0x31ba9b)break;else _0x428b8f['push'](_0x428b8f['shift']());}catch(_0x3901be){_0x428b8f['push'](_0x428b8f['shift']());}}}(_0x130e,0xe1bfd));import{ContextPlugin as _0x11992c}from'ckeditor5/src/core.js';import{IconAIReview as _0x48017c}from'ckeditor5/src/icons.js';import{BodyCollection as _0x21a306}from'ckeditor5/src/ui.js';import{AITabs as _0x34cc0b}from'../aitabs/aitabs.js';import{AIReviewModeView as _0x34d5e8}from'./ui/aireviewmodeview.js';import{getTranslation as _0x3c93fb}from'../aicore/utils/common-translations.js';import{AIReviewModeBalloonSuggestionItemView as _0x3c78d4}from'./ui/aireviewmodeballoonsuggestionview.js';import'../../theme/aireviewmode/aireviewmode.css';function _0x130e(){const _0x1e259e=['showReviewCheckListView','destroy','161pCuYdX','reviewCheckResultsView','hideActionsWhenResultIsReady','error-general','dismissChange','setItemAsActive','activateTab','accepted','setCheckResultTitle','showResult','detachFromDom','error-chunk','reviewMode','setActiveStateInResults','locale','809608dodGtp','addTab','getResults','58545UnmAdy','addCheckRunResult','isPremiumPlugin','hideChangeBalloon','_reviewModeBalloonSuggestionItemView','leaveReviewModeResultList','showChunkErrorView','retryReview','leaveReviewMode','hasChecks','3112625gHUHCt','showCheckRunResults','65334epVkSq','acceptChange','updateChangeState','showReviewCheckResultsView','reviewCheckListView','deactivateChange','3221630XYpVpB','AITabs','view','toggleDiff','find','status','acceptAllChanges','showBalloon','showReviewCheckList','abortReviewStream','outdated','hideResult','1042312JkBzRf','delegate','getReviewCheckList','hideDiffInBalloon','fire','setAvailableChecks','_bodyCollection','get','_reviewModeView','showActionsWhenResultIsReady','finishReview','3123278HnIXBa','rejected','setTitle','187RcyXmu','showNoChangesView','plugins','getChangeElement','requires','showReviewCompletedView','forEach','resetActiveStateInResults','runReviewCheck','element','3BmLOaC','showCheckRunResult','learnMore','AIReviewModeUI','AI_REVIEW_MODE','hideBalloon','showGeneralErrorView','setChecks','setItemAsInactive','isOfficialPlugin','init','showChangeBalloon','pluginName','1288OifRhP','context','attachToDom','activateChange','showDiffInBalloon'];_0x130e=function(){return _0x1e259e;};return _0x130e();}function _0x34e9(_0x3f618d,_0x549ee7){const _0x130e8f=_0x130e();return _0x34e9=function(_0x34e9af,_0x215818){_0x34e9af=_0x34e9af-0x9a;let _0x6bb3c8=_0x130e8f[_0x34e9af];return _0x6bb3c8;},_0x34e9(_0x3f618d,_0x549ee7);}export const AI_REVIEW_MODE_UI_EVENT_NAMES=[_0x4e04af(0xc9),_0x4e04af(0xdd),_0x4e04af(0xc4),_0x4e04af(0xbe),_0x4e04af(0xc1),_0x4e04af(0xae),_0x4e04af(0xef),_0x4e04af(0xb6),_0x4e04af(0x9b),_0x4e04af(0xe1),_0x4e04af(0xd1),_0x4e04af(0xb0)];export class AIReviewModeUI extends _0x11992c{[_0x4e04af(0xcf)];[_0x4e04af(0xad)];[_0x4e04af(0xcd)];static get[_0x4e04af(0xd9)](){return[_0x34cc0b];}static get[_0x4e04af(0xeb)](){const _0x186fc1=_0x4e04af;return _0x186fc1(0xe2);}static get[_0x4e04af(0xe8)](){return!0x0;}static get[_0x4e04af(0xab)](){return!0x0;}constructor(_0x39d637){const _0x1b831d=_0x4e04af;super(_0x39d637),this[_0x1b831d(0xcd)]=new _0x21a306(this[_0x1b831d(0xed)][_0x1b831d(0xa5)]),this[_0x1b831d(0xcd)][_0x1b831d(0xee)](),this[_0x1b831d(0xcf)]=new _0x34d5e8(this[_0x1b831d(0xed)][_0x1b831d(0xa5)]),this[_0x1b831d(0xcf)][_0x1b831d(0xc8)](...AI_REVIEW_MODE_UI_EVENT_NAMES)['to'](this),this[_0x1b831d(0xad)]=new _0x3c78d4(this[_0x1b831d(0xed)][_0x1b831d(0xa5)],this[_0x1b831d(0xcd)]),this[_0x1b831d(0xad)][_0x1b831d(0xc8)](_0x1b831d(0xb6),_0x1b831d(0x9b),_0x1b831d(0xba))['to'](this);}[_0x4e04af(0xe9)](){const _0x144f2f=_0x4e04af,_0x56edd0=this[_0x144f2f(0xed)][_0x144f2f(0xd7)][_0x144f2f(0xce)](_0x144f2f(0xbc));_0x56edd0[_0x144f2f(0xbd)]['on'](_0x144f2f(0x9d),(_0x43e1a5,_0x5ca145)=>{const _0x2f4eee=_0x144f2f;_0x2f4eee(0xa3)===_0x5ca145?this[_0x2f4eee(0xcb)](_0x2f4eee(0xc9)):this[_0x2f4eee(0xcb)](_0x2f4eee(0xb1));}),_0x56edd0[_0x144f2f(0xbd)][_0x144f2f(0xa7)]({'id':_0x144f2f(0xa3),'buttonLabel':_0x3c93fb(this[_0x144f2f(0xed)][_0x144f2f(0xa5)],_0x144f2f(0xe3)),'buttonIcon':_0x48017c,'order':0x0,'content':this[_0x144f2f(0xcf)]});}[_0x4e04af(0xf2)](){const _0x21d83c=_0x4e04af;this[_0x21d83c(0xcd)][_0x21d83c(0xa1)](),super[_0x21d83c(0xf2)]();}[_0x4e04af(0xcc)](_0x4cd4a2){const _0x422de2=_0x4e04af;this[_0x422de2(0xcf)][_0x422de2(0xb9)][_0x422de2(0xb2)]()||this[_0x422de2(0xcf)][_0x422de2(0xb9)][_0x422de2(0xe6)](_0x4cd4a2),this[_0x422de2(0xcf)][_0x422de2(0xf1)]();}[_0x4e04af(0xc3)](){const _0x5253ce=_0x4e04af;this[_0x5253ce(0xcb)](_0x5253ce(0xc9));}[_0x4e04af(0xb4)](_0x1ff7e3){const _0x398ec2=_0x4e04af;_0x1ff7e3&&(_0x398ec2(0x9a)!==_0x1ff7e3[_0x398ec2(0xc0)]?_0x398ec2(0xa2)!==_0x1ff7e3[_0x398ec2(0xc0)]?this[_0x398ec2(0xcf)][_0x398ec2(0xb8)]():this[_0x398ec2(0xaf)]():this[_0x398ec2(0xe5)]());}[_0x4e04af(0xe0)](_0x56f183){const _0x2bddd6=_0x4e04af;this[_0x2bddd6(0xcf)][_0x2bddd6(0xaa)](_0x56f183);}[_0x4e04af(0xe5)](){const _0x5db09f=_0x4e04af;this[_0x5db09f(0xcf)][_0x5db09f(0xe5)]();}[_0x4e04af(0xaf)](){const _0xe38ad8=_0x4e04af;this[_0xe38ad8(0xcf)][_0xe38ad8(0xaf)]();}[_0x4e04af(0x9f)](_0x91b930,_0x27f269){const _0x1e3f60=_0x4e04af;this[_0x1e3f60(0xcf)][_0x1e3f60(0xf4)][_0x1e3f60(0xd4)](_0x91b930,_0x27f269);}[_0x4e04af(0xa4)](_0x1e58bd){const _0x39491d=_0x4e04af;this[_0x39491d(0xcf)][_0x39491d(0xf4)][_0x39491d(0xa8)]()[_0x39491d(0xdb)](_0x40327c=>{const _0x7c555b=_0x39491d;_0x40327c['id']===_0x1e58bd&&_0x40327c[_0x7c555b(0x9c)]();});}[_0x4e04af(0xdc)](){const _0x352aaf=_0x4e04af;this[_0x352aaf(0xcf)][_0x352aaf(0xf4)][_0x352aaf(0xa8)]()[_0x352aaf(0xdb)](_0x5c3319=>_0x5c3319[_0x352aaf(0xe7)]());}[_0x4e04af(0xb7)](_0x347908,_0x5a70fb){const _0xa5828a=_0x4e04af;_0xa5828a(0x9e)===_0x5a70fb||_0xa5828a(0xd3)===_0x5a70fb||_0xa5828a(0xc5)===_0x5a70fb?this[_0xa5828a(0xcf)][_0xa5828a(0xf4)][_0xa5828a(0xc6)](_0x347908,_0x5a70fb):this[_0xa5828a(0xcf)][_0xa5828a(0xf4)][_0xa5828a(0xa0)](_0x347908,_0x5a70fb);}[_0x4e04af(0xda)](){const _0xe503c=_0x4e04af;this[_0xe503c(0xcf)][_0xe503c(0xda)]();}[_0x4e04af(0xd0)](){const _0x55aa0a=_0x4e04af;this[_0x55aa0a(0xcf)][_0x55aa0a(0xd0)]();}[_0x4e04af(0xd6)](){const _0x394f6c=_0x4e04af;this[_0x394f6c(0xcf)][_0x394f6c(0xd6)]();}[_0x4e04af(0xf5)](){const _0x3c4bca=_0x4e04af;this[_0x3c4bca(0xcf)][_0x3c4bca(0xf5)]();}[_0x4e04af(0xea)](_0x49fb27,_0x6ac74d){const _0x1edaa5=_0x4e04af;this[_0x1edaa5(0xad)][_0x1edaa5(0xc2)](_0x49fb27,_0x6ac74d);}[_0x4e04af(0xac)](){const _0x371d94=_0x4e04af;this[_0x371d94(0xad)][_0x371d94(0xe4)]();}[_0x4e04af(0xca)](){const _0x47ee79=_0x4e04af;this[_0x47ee79(0xad)][_0x47ee79(0xca)]();}[_0x4e04af(0xf0)](){const _0x5ab174=_0x4e04af;this[_0x5ab174(0xad)][_0x5ab174(0xf0)]();}[_0x4e04af(0xd8)](_0x52a3fa){const _0x3c684f=_0x4e04af,_0x457393=this[_0x3c684f(0xcf)][_0x3c684f(0xf4)][_0x3c684f(0xa8)]()[_0x3c684f(0xbf)](_0x2ccb9f=>_0x2ccb9f['id']===_0x52a3fa);return _0x457393?_0x457393[_0x3c684f(0xde)]:null;}[_0x4e04af(0xba)](){const _0x4d3fba=_0x4e04af;this[_0x4d3fba(0xad)][_0x4d3fba(0xba)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x5dab05=_0x50c8;function _0x1051(){var _0x27ebd3=['custom','17227wbPotC','1854756AboEdu','13790KSLklt','getCheckById','checks','171888avojYV','4544419BSsYMm','46YqbrAZ','1479276PvZttT','404ThrYfg','5492130UIdkal','153SkiZnE','map','10kxdQEs','_checks','_mapCheckDefinitions','find'];_0x1051=function(){return _0x27ebd3;};return _0x1051();}(function(_0x36cabb,_0x39939f){var _0x3ee1da=_0x50c8,_0x1a9308=_0x36cabb();while(!![]){try{var _0x4b9859=-parseInt(_0x3ee1da(0x194))/0x1*(parseInt(_0x3ee1da(0x19b))/0x2)+parseInt(_0x3ee1da(0x195))/0x3+-parseInt(_0x3ee1da(0x19d))/0x4*(parseInt(_0x3ee1da(0x196))/0x5)+-parseInt(_0x3ee1da(0x19c))/0x6+parseInt(_0x3ee1da(0x19e))/0x7+parseInt(_0x3ee1da(0x199))/0x8*(parseInt(_0x3ee1da(0x19f))/0x9)+parseInt(_0x3ee1da(0x1a1))/0xa*(-parseInt(_0x3ee1da(0x19a))/0xb);if(_0x4b9859===_0x39939f)break;else _0x1a9308['push'](_0x1a9308['shift']());}catch(_0x2266ac){_0x1a9308['push'](_0x1a9308['shift']());}}}(_0x1051,0x69df2));function _0x50c8(_0x282101,_0x55ebfa){var _0x1051ac=_0x1051();return _0x50c8=function(_0x50c84e,_0x372f7d){_0x50c84e=_0x50c84e-0x193;var _0x480500=_0x1051ac[_0x50c84e];return _0x480500;},_0x50c8(_0x282101,_0x55ebfa);}import{ObservableMixin as _0x263cc7}from'ckeditor5/src/utils.js';import{AIReviewCheck as _0x1cdfc6}from'./aireviewcheck.js';import{AIReviewCheckCustom as _0x41ae17}from'./aireviewcheckcustom.js';export class AIReviewCheckList extends _0x263cc7(){[_0x5dab05(0x1a2)];constructor(_0x541a9d){var _0x5bfa4c=_0x5dab05;super(),this[_0x5bfa4c(0x1a2)]=this[_0x5bfa4c(0x1a3)](_0x541a9d);}get[_0x5dab05(0x198)](){var _0x2ac2d9=_0x5dab05;return this[_0x2ac2d9(0x1a2)];}[_0x5dab05(0x197)](_0x4cfc64){var _0x37f63c=_0x5dab05;return this[_0x37f63c(0x198)][_0x37f63c(0x1a4)](_0x45f6e8=>_0x45f6e8['id']===_0x4cfc64);}[_0x5dab05(0x1a3)](_0x323d3b){var _0x51f633=_0x5dab05;return _0x323d3b[_0x51f633(0x1a0)](_0x41ea79=>_0x51f633(0x193)===_0x41ea79['id']?new _0x41ae17(_0x41ea79):new _0x1cdfc6(_0x41ea79));}}
23
+ function _0x2d4c(_0x13bd2a,_0x21bbb5){var _0x54073f=_0x5407();return _0x2d4c=function(_0x2d4cdd,_0x530887){_0x2d4cdd=_0x2d4cdd-0x122;var _0x1138be=_0x54073f[_0x2d4cdd];return _0x1138be;},_0x2d4c(_0x13bd2a,_0x21bbb5);}var _0x5cdd25=_0x2d4c;function _0x5407(){var _0x4dec9c=['_mapCheckDefinitions','40TMrUhS','1670472OjtKqj','custom','getCheckById','map','_checks','find','1120665hCRwyq','1288668baJmOK','472025PdqRpl','checks','344FDfhHJ','313257vidFBS','169872JUEAQx','70hFYxSP'];_0x5407=function(){return _0x4dec9c;};return _0x5407();}(function(_0x533807,_0x25d4f2){var _0x444269=_0x2d4c,_0x3c4c95=_0x533807();while(!![]){try{var _0x154775=-parseInt(_0x444269(0x12c))/0x1+parseInt(_0x444269(0x12b))/0x2+-parseInt(_0x444269(0x127))/0x3+-parseInt(_0x444269(0x128))/0x4+parseInt(_0x444269(0x129))/0x5+parseInt(_0x444269(0x12d))/0x6*(parseInt(_0x444269(0x12e))/0x7)+-parseInt(_0x444269(0x130))/0x8*(-parseInt(_0x444269(0x131))/0x9);if(_0x154775===_0x25d4f2)break;else _0x3c4c95['push'](_0x3c4c95['shift']());}catch(_0x146330){_0x3c4c95['push'](_0x3c4c95['shift']());}}}(_0x5407,0x48736));import{ObservableMixin as _0xfbffc5}from'ckeditor5/src/utils.js';import{AIReviewCheck as _0x2b6fb3}from'./aireviewcheck.js';import{AIReviewCheckCustom as _0x4979b2}from'./aireviewcheckcustom.js';export class AIReviewCheckList extends _0xfbffc5(){[_0x5cdd25(0x125)];constructor(_0x4bb28d){var _0x54e362=_0x5cdd25;super(),this[_0x54e362(0x125)]=this[_0x54e362(0x12f)](_0x4bb28d);}get[_0x5cdd25(0x12a)](){var _0x17ab10=_0x5cdd25;return this[_0x17ab10(0x125)];}[_0x5cdd25(0x123)](_0x76b4ce){var _0x16355e=_0x5cdd25;return this[_0x16355e(0x12a)][_0x16355e(0x126)](_0x43464a=>_0x43464a['id']===_0x76b4ce);}[_0x5cdd25(0x12f)](_0x3054e7){var _0x50c03b=_0x5cdd25;return _0x3054e7[_0x50c03b(0x124)](_0x1fa0f3=>_0x50c03b(0x122)===_0x1fa0f3['id']?new _0x4979b2(_0x1fa0f3):new _0x2b6fb3(_0x1fa0f3));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0xc3ecd2=_0xfa02;(function(_0x56962a,_0x19163){var _0x5b7368=_0xfa02,_0x4f2f63=_0x56962a();while(!![]){try{var _0x169b34=parseInt(_0x5b7368(0x106))/0x1+parseInt(_0x5b7368(0x10c))/0x2+parseInt(_0x5b7368(0x10e))/0x3+-parseInt(_0x5b7368(0x109))/0x4*(-parseInt(_0x5b7368(0x104))/0x5)+parseInt(_0x5b7368(0x10d))/0x6*(parseInt(_0x5b7368(0x102))/0x7)+-parseInt(_0x5b7368(0x10b))/0x8*(-parseInt(_0x5b7368(0x10a))/0x9)+-parseInt(_0x5b7368(0x105))/0xa;if(_0x169b34===_0x19163)break;else _0x4f2f63['push'](_0x4f2f63['shift']());}catch(_0x2baf5d){_0x4f2f63['push'](_0x4f2f63['shift']());}}}(_0x4404,0x97f74));function _0xfa02(_0x4dd7bb,_0x2b41e0){var _0x440441=_0x4404();return _0xfa02=function(_0xfa026c,_0x4cf3a1){_0xfa026c=_0xfa026c-0x102;var _0x440132=_0x440441[_0xfa026c];return _0x440132;},_0xfa02(_0x4dd7bb,_0x2b41e0);}import{EmitterMixin as _0x4c2665}from'ckeditor5/src/utils.js';export class AIReviewCheckResult extends _0x4c2665(){['id'];[_0xc3ecd2(0x108)];[_0xc3ecd2(0x103)];[_0xc3ecd2(0x107)];constructor({id:_0xa6cc84,contentNew:_0x339c0e,contentInitial:_0x52933b,documentVersion:_0x3edba9}){var _0x14df17=_0xc3ecd2;super(),this['id']=_0xa6cc84,this[_0x14df17(0x108)]=_0x339c0e,this[_0x14df17(0x103)]=_0x52933b,this[_0x14df17(0x107)]=_0x3edba9;}}function _0x4404(){var _0x49422c=['18333510bfLnNi','813699mdqWWL','documentVersion','contentNew','4YrHXtz','188595AernZt','56TddzFV','234150CyzKDY','5551668gJhnlu','814461zqaOoY','7XnyFQU','contentInitial','907895NfRfqR'];_0x4404=function(){return _0x49422c;};return _0x4404();}
23
+ function _0x3c7e(_0x41a2fa,_0x47cf7a){var _0x40ebb8=_0x40eb();return _0x3c7e=function(_0x3c7e14,_0xaccc9b){_0x3c7e14=_0x3c7e14-0x1c9;var _0x2852f1=_0x40ebb8[_0x3c7e14];return _0x2852f1;},_0x3c7e(_0x41a2fa,_0x47cf7a);}var _0x37cc5c=_0x3c7e;function _0x40eb(){var _0xfdcaaa=['3190971AnTiPm','contentNew','1268110zARMVc','documentVersion','70hHHumX','10846CJJeOF','364108DSWOlk','3540807YnmQHq','8661808TWsbUK','174TOjwDc','5SfZsPz','289037UzkAnR','1dxdShH','contentInitial'];_0x40eb=function(){return _0xfdcaaa;};return _0x40eb();}(function(_0x14e5c8,_0x26357e){var _0x29fea1=_0x3c7e,_0x5e6774=_0x14e5c8();while(!![]){try{var _0x4730ac=-parseInt(_0x29fea1(0x1cb))/0x1*(parseInt(_0x29fea1(0x1cf))/0x2)+parseInt(_0x29fea1(0x1cd))/0x3+-parseInt(_0x29fea1(0x1d3))/0x4*(parseInt(_0x29fea1(0x1c9))/0x5)+-parseInt(_0x29fea1(0x1d6))/0x6*(parseInt(_0x29fea1(0x1ca))/0x7)+parseInt(_0x29fea1(0x1d5))/0x8+parseInt(_0x29fea1(0x1d4))/0x9+-parseInt(_0x29fea1(0x1d1))/0xa*(parseInt(_0x29fea1(0x1d2))/0xb);if(_0x4730ac===_0x26357e)break;else _0x5e6774['push'](_0x5e6774['shift']());}catch(_0x2241d3){_0x5e6774['push'](_0x5e6774['shift']());}}}(_0x40eb,0x9504f));import{EmitterMixin as _0x13476a}from'ckeditor5/src/utils.js';export class AIReviewCheckResult extends _0x13476a(){['id'];[_0x37cc5c(0x1ce)];[_0x37cc5c(0x1cc)];[_0x37cc5c(0x1d0)];constructor({id:_0x42f31c,contentNew:_0x3d5ff1,contentInitial:_0x4e1ad6,documentVersion:_0x99d8b2}){var _0x433279=_0x37cc5c;super(),this['id']=_0x42f31c,this[_0x433279(0x1ce)]=_0x3d5ff1,this[_0x433279(0x1cc)]=_0x4e1ad6,this[_0x433279(0x1d0)]=_0x99d8b2;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x52abb6=_0x4bc6;(function(_0x348840,_0x29b34a){var _0x3e0f35=_0x4bc6,_0x1469a1=_0x348840();while(!![]){try{var _0x405fc0=-parseInt(_0x3e0f35(0x15a))/0x1*(-parseInt(_0x3e0f35(0x161))/0x2)+-parseInt(_0x3e0f35(0x160))/0x3*(-parseInt(_0x3e0f35(0x15e))/0x4)+-parseInt(_0x3e0f35(0x168))/0x5*(-parseInt(_0x3e0f35(0x163))/0x6)+-parseInt(_0x3e0f35(0x158))/0x7+parseInt(_0x3e0f35(0x166))/0x8+-parseInt(_0x3e0f35(0x155))/0x9+-parseInt(_0x3e0f35(0x15b))/0xa;if(_0x405fc0===_0x29b34a)break;else _0x1469a1['push'](_0x1469a1['shift']());}catch(_0x37aae2){_0x1469a1['push'](_0x1469a1['shift']());}}}(_0xc643,0xc95a3));function _0x4bc6(_0x41738e,_0x502d78){var _0xc643a2=_0xc643();return _0x4bc6=function(_0x4bc6d3,_0x8bb3a4){_0x4bc6d3=_0x4bc6d3-0x153;var _0xc8a289=_0xc643a2[_0x4bc6d3];return _0xc8a289;},_0x4bc6(_0x41738e,_0x502d78);}import{ObservableMixin as _0x2c99ad}from'ckeditor5/src/utils.js';export class AIReviewCheckResultChange extends _0x2c99ad(){['id'];[_0x52abb6(0x169)];[_0x52abb6(0x164)];[_0x52abb6(0x162)]=[];constructor(_0x480bdb,_0xdfa4e6,_0xb73a24){var _0x21ed7d=_0x52abb6;super(),this['id']=_0x480bdb,this[_0x21ed7d(0x169)]=_0xb73a24,this[_0x21ed7d(0x164)]=_0xdfa4e6,this[_0x21ed7d(0x157)](_0x21ed7d(0x15d),!0x1),this[_0x21ed7d(0x157)](_0x21ed7d(0x154),!0x1),this[_0x21ed7d(0x157)](_0x21ed7d(0x165),_0x21ed7d(0x167)),this['on'](_0x21ed7d(0x153),()=>{var _0xc226f1=_0x21ed7d;_0xc226f1(0x167)!==this[_0xc226f1(0x165)]&&this[_0xc226f1(0x15d)]&&(this[_0xc226f1(0x15d)]=!0x1);});}get[_0x52abb6(0x15c)](){var _0xd30b35=_0x52abb6;return this[_0xd30b35(0x164)][_0xd30b35(0x159)]();}get[_0x52abb6(0x156)](){var _0x4bde27=_0x52abb6;return this[_0x4bde27(0x164)][_0x4bde27(0x156)];}get[_0x52abb6(0x15f)](){var _0x45a50f=_0x52abb6;return this[_0x45a50f(0x164)][_0x45a50f(0x15f)];}}function _0xc643(){var _0x40f8c8=['9018472dxmQjh','pending','5084325AlCXmA','parent','change:status','isRated','1835082UHlfjC','operations','set','10561775KoSWBg','context','29527urVxRS','12571000unMgVn','contentDiffed','isActivated','4829932BwmvaU','operationsIsolated','3cfbiYW','30XrRkPn','_editorOperations','6qfeScd','_data','status'];_0xc643=function(){return _0x40f8c8;};return _0xc643();}
23
+ var _0x415a10=_0x38cc;(function(_0x545018,_0x14febd){var _0x428042=_0x38cc,_0x5c65a1=_0x545018();while(!![]){try{var _0x27ff89=parseInt(_0x428042(0x155))/0x1*(-parseInt(_0x428042(0x16b))/0x2)+-parseInt(_0x428042(0x166))/0x3+-parseInt(_0x428042(0x165))/0x4*(-parseInt(_0x428042(0x15b))/0x5)+-parseInt(_0x428042(0x168))/0x6+parseInt(_0x428042(0x162))/0x7*(-parseInt(_0x428042(0x156))/0x8)+parseInt(_0x428042(0x15d))/0x9+-parseInt(_0x428042(0x163))/0xa*(-parseInt(_0x428042(0x160))/0xb);if(_0x27ff89===_0x14febd)break;else _0x5c65a1['push'](_0x5c65a1['shift']());}catch(_0x189cc2){_0x5c65a1['push'](_0x5c65a1['shift']());}}}(_0x11d7,0x6ec21));import{ObservableMixin as _0x104dfb}from'ckeditor5/src/utils.js';function _0x38cc(_0x51ea26,_0x204724){var _0x11d799=_0x11d7();return _0x38cc=function(_0x38cc87,_0xf47086){_0x38cc87=_0x38cc87-0x155;var _0x443160=_0x11d799[_0x38cc87];return _0x443160;},_0x38cc(_0x51ea26,_0x204724);}function _0x11d7(){var _0x51257c=['_editorOperations','1dCzBjs','1348152NKVdMP','context','parent','change:status','contentDiffed','80nmWvCR','_data','5715144oTanlj','operationsIsolated','isRated','2167PQpYPx','operations','35FgxHQA','119130wIYtgq','pending','16420TBMJUq','1801251RIFuYL','set','3120102AkHrdz','status','isActivated','1261726QnfexJ'];_0x11d7=function(){return _0x51257c;};return _0x11d7();}export class AIReviewCheckResultChange extends _0x104dfb(){['id'];[_0x415a10(0x158)];[_0x415a10(0x15c)];[_0x415a10(0x16c)]=[];constructor(_0x45a6b2,_0xd2fcfc,_0x2dabee){var _0x175f52=_0x415a10;super(),this['id']=_0x45a6b2,this[_0x175f52(0x158)]=_0x2dabee,this[_0x175f52(0x15c)]=_0xd2fcfc,this[_0x175f52(0x167)](_0x175f52(0x16a),!0x1),this[_0x175f52(0x167)](_0x175f52(0x15f),!0x1),this[_0x175f52(0x167)](_0x175f52(0x169),_0x175f52(0x164)),this['on'](_0x175f52(0x159),()=>{var _0x4247ed=_0x175f52;_0x4247ed(0x164)!==this[_0x4247ed(0x169)]&&this[_0x4247ed(0x16a)]&&(this[_0x4247ed(0x16a)]=!0x1);});}get[_0x415a10(0x15a)](){var _0x264b75=_0x415a10;return this[_0x264b75(0x15c)][_0x264b75(0x157)]();}get[_0x415a10(0x161)](){var _0x11ee4d=_0x415a10;return this[_0x11ee4d(0x15c)][_0x11ee4d(0x161)];}get[_0x415a10(0x15e)](){var _0xdfd47f=_0x415a10;return this[_0xdfd47f(0x15c)][_0xdfd47f(0x15e)];}}