@ckeditor/ckeditor5-ai 47.7.3-alpha.0 → 47.7.3

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 (78) 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/awstextadapter.js +1 -1
  8. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  9. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  10. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  11. package/src/aiassistant/ui/form/aiformview.js +1 -1
  12. package/src/aichat/aichat.js +1 -1
  13. package/src/aichat/aichatballoon.js +1 -1
  14. package/src/aichat/aichatcontroller.js +1 -1
  15. package/src/aichat/aichatui.js +1 -1
  16. package/src/aichat/model/aichatcontext.js +1 -1
  17. package/src/aichat/model/aichatconversation.js +1 -1
  18. package/src/aichat/model/aichatinteraction.js +1 -1
  19. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  20. package/src/aichat/ui/aichatfeedview.js +1 -1
  21. package/src/aichat/ui/aichatheaderview.js +1 -1
  22. package/src/aichat/ui/aichatview.js +1 -1
  23. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  24. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  25. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  26. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  27. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  28. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  29. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  30. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  31. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  32. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  33. package/src/aichat/utils/eventnames.js +1 -1
  34. package/src/aichathistory/aichathistory.js +1 -1
  35. package/src/aichathistory/aichathistorycontroller.js +1 -1
  36. package/src/aichathistory/aichathistoryui.js +1 -1
  37. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  38. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  39. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  40. package/src/aichatshortcuts/aichatshortcuts.js +1 -1
  41. package/src/aichatshortcuts/ui/aichatshortcutview.js +1 -1
  42. package/src/aicore/aiediting.js +1 -1
  43. package/src/aicore/model/aiinteraction.js +1 -1
  44. package/src/aicore/model/aimodels.js +1 -1
  45. package/src/aicore/model/aireply.js +1 -1
  46. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  47. package/src/aicore/pipeline/airesponseparser.js +2 -2
  48. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  49. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  50. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  51. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.js +1 -1
  52. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  53. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  54. package/src/aicore/ui/suggestioncontainer/aisuggestionloaderview.js +1 -1
  55. package/src/aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.js +1 -1
  56. package/src/aicore/ui/suggestioncontainer/aiwebsourcesview.js +1 -1
  57. package/src/aicore/utils/documentrange.js +1 -1
  58. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  59. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  60. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  61. package/src/aicore/utils/htmlparser.js +1 -1
  62. package/src/aicore/utils/htmlstreamer.js +1 -1
  63. package/src/aieditorintegration/aieditorintegration.js +1 -1
  64. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  65. package/src/aiquickactions/aiquickactionsui.js +1 -1
  66. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  67. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  68. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  69. package/src/aiquickactions/ui/balloon/aiactionsballoonview.js +1 -1
  70. package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +1 -1
  71. package/src/aireviewcore/aireviewcorecontroller.js +1 -1
  72. package/src/aireviewcore/aireviewcoreediting.js +1 -1
  73. package/src/aireviewcore/aireviewcoreui.js +1 -1
  74. package/src/aireviewcore/ui/aireviewcorechecklistitemresultview.js +1 -1
  75. package/src/aireviewcore/ui/aireviewcorereviewcommandlistitemview.js +1 -1
  76. package/src/aireviewcore/ui/aireviewcoreuicheckresultsview.js +1 -1
  77. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  78. package/src/aitabs/aitabs.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x4c0b36,_0x2573fd){const _0xa9c599=_0x3f82,_0xecc351=_0x4c0b36();while(!![]){try{const _0x3d4fa3=parseInt(_0xa9c599(0xe7))/0x1+-parseInt(_0xa9c599(0xda))/0x2+-parseInt(_0xa9c599(0xef))/0x3*(parseInt(_0xa9c599(0xe1))/0x4)+-parseInt(_0xa9c599(0xd0))/0x5*(parseInt(_0xa9c599(0xe6))/0x6)+-parseInt(_0xa9c599(0xd6))/0x7+parseInt(_0xa9c599(0xed))/0x8*(parseInt(_0xa9c599(0xd5))/0x9)+-parseInt(_0xa9c599(0xd1))/0xa*(-parseInt(_0xa9c599(0xd4))/0xb);if(_0x3d4fa3===_0x2573fd)break;else _0xecc351['push'](_0xecc351['shift']());}catch(_0x18527d){_0xecc351['push'](_0xecc351['shift']());}}}(_0x1287,0x45bf2));function _0x1287(){const _0x53aa46=['766676QimwKa','panelView','buttonView','showFakeVisualSelection','length','197826eDjIFo','551240gZawao','resetSearch','document','selection','plugins','getRanges','16dIUQXa','model','3wLOpan','set','label','locale','5SbqVXz','210mjwLNG','change:isOpen','add','273779jkXhkb','2385333KjAtxf','3867619nzHqUK','has','from','ck-ai-quick-actions-dropdown','1082288xprPgr','hideFakeVisualSelection','children','get','AIEditing','ai-quick-actions-dropdown-selection','icon'];_0x1287=function(){return _0x53aa46;};return _0x1287();}import{createDropdown as _0x2675aa}from'ckeditor5/src/ui.js';import{IconAIQuickActions as _0x2a1120}from'@ckeditor/ckeditor5-icons';import{AIQuickActionsDropdownContentView as _0x4dac9c}from'./aiquickactionsdropdowncontentview.js';import{AIEditing as _0x52424f}from'../../aicore/aiediting.js';function _0x3f82(_0x1cc743,_0x33c5a4){const _0x1287f0=_0x1287();return _0x3f82=function(_0x3f828b,_0xc51c39){_0x3f828b=_0x3f828b-0xcf;let _0x3b547b=_0x1287f0[_0x3f828b];return _0x3b547b;},_0x3f82(_0x1cc743,_0x33c5a4);}export function aiQuickActionsDropdownCreator(_0x23f1aa){const {editor:_0x4187a5,content:_0x311c19,buttonDefinition:_0x5331f2,bodyCollection:_0x38a80c,hasSearch:_0x51622f=!0x1}=_0x23f1aa;return()=>{const _0x1fc662=_0x3f82,_0x432047=_0x4187a5[_0x1fc662(0xcf)],_0x106905=_0x2675aa(_0x432047);_0x106905[_0x1fc662(0xe3)][_0x1fc662(0xf0)]({'icon':_0x5331f2[_0x1fc662(0xe0)]??_0x2a1120,'label':_0x5331f2[_0x1fc662(0xf1)],'tooltip':!0x0}),_0x106905[_0x1fc662(0xf0)]({'class':_0x1fc662(0xd9)});const _0x2ebb2c=new _0x4dac9c(_0x4187a5,_0x311c19,_0x106905,_0x38a80c,_0x51622f);if(_0x106905[_0x1fc662(0xe2)][_0x1fc662(0xdc)][_0x1fc662(0xd3)](_0x2ebb2c),_0x51622f){const _0x165097=_0x1fc662(0xdf);_0x106905['on'](_0x1fc662(0xd2),(_0x383bfc,_0x3e752c,_0x52b738)=>{const _0x35646b=_0x1fc662;if(_0x52b738){if(_0x4187a5[_0x35646b(0xeb)][_0x35646b(0xd7)](_0x35646b(0xde))){const _0x3d3299=_0x4187a5[_0x35646b(0xeb)][_0x35646b(0xdd)](_0x52424f),_0x155ffa=_0x4187a5[_0x35646b(0xee)][_0x35646b(0xe9)][_0x35646b(0xea)],_0x369fd9=Array[_0x35646b(0xd8)](_0x155ffa[_0x35646b(0xec)]());_0x369fd9[_0x35646b(0xe5)]>0x0&&_0x3d3299[_0x35646b(0xe4)](_0x369fd9,_0x165097,!0x1,!0x0);}}else _0x4187a5[_0x35646b(0xeb)][_0x35646b(0xd7)](_0x35646b(0xde))&&_0x4187a5[_0x35646b(0xeb)][_0x35646b(0xdd)](_0x52424f)[_0x35646b(0xdb)](_0x165097),_0x2ebb2c[_0x35646b(0xe8)]();});}return _0x106905;};}
23
+ (function(_0x34ce15,_0xabd0b7){const _0x375b36=_0x26dd,_0x3f21e3=_0x34ce15();while(!![]){try{const _0x4bd203=-parseInt(_0x375b36(0x192))/0x1+parseInt(_0x375b36(0x18b))/0x2*(-parseInt(_0x375b36(0x19f))/0x3)+-parseInt(_0x375b36(0x198))/0x4*(-parseInt(_0x375b36(0x194))/0x5)+-parseInt(_0x375b36(0x193))/0x6*(parseInt(_0x375b36(0x19d))/0x7)+parseInt(_0x375b36(0x187))/0x8+-parseInt(_0x375b36(0x196))/0x9*(-parseInt(_0x375b36(0x18c))/0xa)+-parseInt(_0x375b36(0x183))/0xb;if(_0x4bd203===_0xabd0b7)break;else _0x3f21e3['push'](_0x3f21e3['shift']());}catch(_0x19fc94){_0x3f21e3['push'](_0x3f21e3['shift']());}}}(_0x1437,0xc248f));import{createDropdown as _0x435461}from'ckeditor5/src/ui.js';import{IconAIQuickActions as _0x2b6bc9}from'@ckeditor/ckeditor5-icons';function _0x1437(){const _0x1b7009=['icon','children','7745336POgTEa','length','resetSearch','label','2HGMiHC','10XxlRhV','from','selection','buttonView','change:isOpen','locale','151592YTeVzC','60faZsKm','710KmbeFO','ck-ai-quick-actions-dropdown','6677361RKhzXv','panelView','11268SkrIBa','set','showFakeVisualSelection','model','document','191849zsjbQy','ai-quick-actions-dropdown-selection','365979bMUeLy','get','hideFakeVisualSelection','getRanges','AIEditing','add','plugins','8433304hgwdNV','has'];_0x1437=function(){return _0x1b7009;};return _0x1437();}function _0x26dd(_0x5cbb8f,_0x9d3aba){const _0x14377=_0x1437();return _0x26dd=function(_0x26dd52,_0x1ec5ac){_0x26dd52=_0x26dd52-0x17f;let _0x162f45=_0x14377[_0x26dd52];return _0x162f45;},_0x26dd(_0x5cbb8f,_0x9d3aba);}import{AIQuickActionsDropdownContentView as _0x216f4c}from'./aiquickactionsdropdowncontentview.js';import{AIEditing as _0x1fa42e}from'../../aicore/aiediting.js';export function aiQuickActionsDropdownCreator(_0x39cd4a){const {editor:_0x5c474f,content:_0x16c24b,buttonDefinition:_0x266506,bodyCollection:_0x5ca021,hasSearch:_0x400283=!0x1}=_0x39cd4a;return()=>{const _0x5d82ec=_0x26dd,_0x3da3e8=_0x5c474f[_0x5d82ec(0x191)],_0x3ebd79=_0x435461(_0x3da3e8);_0x3ebd79[_0x5d82ec(0x18f)][_0x5d82ec(0x199)]({'icon':_0x266506[_0x5d82ec(0x185)]??_0x2b6bc9,'label':_0x266506[_0x5d82ec(0x18a)],'tooltip':!0x0}),_0x3ebd79[_0x5d82ec(0x199)]({'class':_0x5d82ec(0x195)});const _0x281791=new _0x216f4c(_0x5c474f,_0x16c24b,_0x3ebd79,_0x5ca021,_0x400283);if(_0x3ebd79[_0x5d82ec(0x197)][_0x5d82ec(0x186)][_0x5d82ec(0x181)](_0x281791),_0x400283){const _0x549ce3=_0x5d82ec(0x19e);_0x3ebd79['on'](_0x5d82ec(0x190),(_0xf46cfd,_0x5ebabd,_0x325272)=>{const _0x39ba89=_0x5d82ec;if(_0x325272){if(_0x5c474f[_0x39ba89(0x182)][_0x39ba89(0x184)](_0x39ba89(0x180))){const _0x4bc823=_0x5c474f[_0x39ba89(0x182)][_0x39ba89(0x1a0)](_0x1fa42e),_0x16adf5=_0x5c474f[_0x39ba89(0x19b)][_0x39ba89(0x19c)][_0x39ba89(0x18e)],_0x29d317=Array[_0x39ba89(0x18d)](_0x16adf5[_0x39ba89(0x17f)]());_0x29d317[_0x39ba89(0x188)]>0x0&&_0x4bc823[_0x39ba89(0x19a)](_0x29d317,_0x549ce3,!0x1,!0x0);}}else _0x5c474f[_0x39ba89(0x182)][_0x39ba89(0x184)](_0x39ba89(0x180))&&_0x5c474f[_0x39ba89(0x182)][_0x39ba89(0x1a0)](_0x1fa42e)[_0x39ba89(0x1a1)](_0x549ce3),_0x281791[_0x39ba89(0x189)]();});}return _0x3ebd79;};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x54e018=_0xaee0;(function(_0x5f4a6d,_0x468a7c){const _0xfc2db=_0xaee0,_0x2868e2=_0x5f4a6d();while(!![]){try{const _0x143dfa=parseInt(_0xfc2db(0x1cf))/0x1+-parseInt(_0xfc2db(0x1ac))/0x2*(-parseInt(_0xfc2db(0x204))/0x3)+parseInt(_0xfc2db(0x1d1))/0x4*(parseInt(_0xfc2db(0x198))/0x5)+-parseInt(_0xfc2db(0x1fd))/0x6+parseInt(_0xfc2db(0x1e5))/0x7+-parseInt(_0xfc2db(0x1ee))/0x8+parseInt(_0xfc2db(0x1d7))/0x9;if(_0x143dfa===_0x468a7c)break;else _0x2868e2['push'](_0x2868e2['shift']());}catch(_0x37f55e){_0x2868e2['push'](_0x2868e2['shift']());}}}(_0x3200,0xdc28a));import{ViewCollection as _0x517e03,FocusCycler as _0x456402,ButtonView as _0x399a01,View as _0x276c00}from'ckeditor5/src/ui.js';import{FocusTracker as _0xebd7d9,KeystrokeHandler as _0x12e897}from'ckeditor5/src/utils.js';import{AIActionsBalloonToolbarView as _0x27702a}from'./aiactionsballoontoolbarview.js';import{AIActionsBalloonDisclaimerView as _0x42117d}from'./aiactionsballoondisclaimerview.js';import{ScrollManager as _0x37e0c4}from'../../../aicore/utils/scrollmanager.js';import{AIMiniToolbarView as _0x9a7ccb}from'../../../aicore/ui/suggestioncontainer/aiminitoolbarview.js';import{AI_SUGGESTION_UI_EVENT_NAMES as _0x16710e}from'../../../aicore/utils/eventnames.js';import{AISuggestionLoaderView as _0x3ba32b}from'../../../aicore/ui/suggestioncontainer/aisuggestionloaderview.js';import{AISuggestionStreamableContentView as _0x3bb6c4}from'../../../aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.js';import{IconNextArrow as _0x53b951,IconPreviousArrow as _0x57682e,IconRefresh as _0x4805e4}from'@ckeditor/ckeditor5-icons';import{getTranslation as _0x3bb45e}from'../../../aicore/utils/common-translations.js';import{AIBalloonView as _0x340811}from'../../../aiballoon/ui/aiballoonview.js';import'../../../../theme/aiquickactions/aiquickactionsballoon.css';function _0xaee0(_0x5a3f1f,_0x1d1fc0){const _0x320067=_0x3200();return _0xaee0=function(_0xaee0c9,_0x43d347){_0xaee0c9=_0xaee0c9-0x18e;let _0x36c915=_0x320067[_0xaee0c9];return _0x36c915;},_0xaee0(_0x5a3f1f,_0x1d1fc0);}export const AI_ACTIONS_BALLOON_VIEW_EVENT_NAMES=[_0x54e018(0x1c8),_0x54e018(0x203)];function _0x3200(){const _0x3af436=['setIsLoading','items','setTemplate','2sOYykv','shift\x20+\x20tab','ck-ai-interaction-counter','div','createCollection','set','_toolbarView','_initializeScrollManager','updateMiniToolbarButtons','1/1','_focusables','tryAgain','clearErrorState','includes','ck-ai-actions-balloon-main','showLoader','execute','_scrollManager','isShowChangesOn','isBusy','_navigationNextButton','delegate','AI_ACTIONS_NEXT_INTERACTION','_navigationCounter','focus','ck-ai-actions-balloon-content-wrapper','showNext','destroy','applySuggestion','_contentWrapper','clearContent','has','availableActions','hideLoader','_getScrollableElement','535737jhEgnh','bindTemplate','12qICpjL','suggestButton','change:isTrackChangesOn','disableMiniToolbarButtons','bind','miniToolbarConfig','6548202VSNJbj','_keystrokes','fire','_navigationPreviousButton','add','listenTo','AI_ACTIONS_PREVIOUS_INTERACTION','element','startAutoScroll','_streamableContentView','addMany','isVisible','ck-ai-actions-balloon-content','isTrackChangesOn','4721871qaaiTF','_toggleToolbarButtonsVisibility','_addToolbar','setInteractionCount','start','_navigationTryAgainButton','ck-ai-navigation-button\x20ck-ai-previous-button','remove','render','8708040ZyPyNj','focusLast','_setupMiniToolbarButtons','_miniToolbarView','tab','_createLoaderView','update','_hasError','toggleShowChangesEnabled','_dialogContent','ck-ai-custom-action-button','_isLoading','isEnabled','_addDisclaimerView','_addContentWrapper','5918124xiRrRi','addMiniToolbarItem','setButtonsVisibility','toggleShowChanges','applyButton','hideError','insertSuggestion','772269tzRaCo','stop','showBlockingError','_config','_focusTracker','toggleIsLoading','resetShowChangesButton','_createStreamableContentView','AI_ACTIONS_TRY_AGAIN','stopAutoScroll','removeMiniToolbarItem','1302230KXvbUK','clear','focusCycler','showPrevious','setErrorState','updateContent','focusFirst','showError','span','_disclaimerView','interactionCount','_loaderView','_createMiniToolbar','toggleSuggestionDisplayMode','ck-ai-navigation-button\x20ck-ai-next-button','_errorView','locale'];_0x3200=function(){return _0x3af436;};return _0x3200();}export class AIActionsBalloonView extends _0x340811{[_0x54e018(0x19a)];[_0x54e018(0x190)];[_0x54e018(0x1c9)];[_0x54e018(0x1e0)];[_0x54e018(0x1b2)];[_0x54e018(0x1f1)];[_0x54e018(0x1a3)];[_0x54e018(0x1a1)];[_0x54e018(0x191)];[_0x54e018(0x1d8)];[_0x54e018(0x1f7)];[_0x54e018(0x1b6)];[_0x54e018(0x1bd)];[_0x54e018(0x1da)];[_0x54e018(0x1c0)];[_0x54e018(0x1ea)];[_0x54e018(0x1c3)];constructor(_0x7ce3ce,_0x1fe2e5){const _0x17fc58=_0x54e018;super(_0x7ce3ce),this[_0x17fc58(0x1b1)](_0x17fc58(0x1bf),!0x1),this[_0x17fc58(0x1b1)](_0x17fc58(0x1e4),!0x1),this[_0x17fc58(0x1b1)](_0x17fc58(0x1f9),!0x1),this[_0x17fc58(0x1b1)](_0x17fc58(0x1f5),!0x1),this[_0x17fc58(0x190)]=_0x1fe2e5,this[_0x17fc58(0x191)]=new _0xebd7d9(),this[_0x17fc58(0x1d8)]=new _0x12e897(),this[_0x17fc58(0x1b6)]=this[_0x17fc58(0x1b0)](),this[_0x17fc58(0x19a)]=new _0x456402({'focusables':this[_0x17fc58(0x1b6)],'focusTracker':this[_0x17fc58(0x191)],'keystrokeHandler':this[_0x17fc58(0x1d8)],'actions':{'focusPrevious':_0x17fc58(0x1ad),'focusNext':_0x17fc58(0x1f2)}}),this[_0x17fc58(0x1f7)]=new _0x517e03(),this[_0x17fc58(0x1fc)](_0x1fe2e5),this[_0x17fc58(0x1fb)](),this[_0x17fc58(0x1e7)](_0x1fe2e5),this[_0x17fc58(0x1b6)][_0x17fc58(0x199)](),this[_0x17fc58(0x1b6)][_0x17fc58(0x1e1)]([this[_0x17fc58(0x1b2)]]),this[_0x17fc58(0x1ab)]({'tag':_0x17fc58(0x1af),'attributes':{'class':[_0x17fc58(0x1ba)]},'children':this[_0x17fc58(0x1f7)]}),this['on'](_0x17fc58(0x1d3),()=>{const _0x104426=_0x17fc58;this[_0x104426(0x1e6)](_0x1fe2e5);});}[_0x54e018(0x1ed)](){const _0x1c296c=_0x54e018;super[_0x1c296c(0x1ed)]();for(const _0x2d88b3 of this[_0x1c296c(0x1b6)])this[_0x1c296c(0x191)][_0x1c296c(0x1db)](_0x2d88b3[_0x1c296c(0x1de)]);this[_0x1c296c(0x1d8)][_0x1c296c(0x1dc)](this[_0x1c296c(0x1de)]),this[_0x1c296c(0x1b3)]();}[_0x54e018(0x1c7)](){const _0x197b92=_0x54e018;super[_0x197b92(0x1c7)](),this[_0x197b92(0x1bd)]&&this[_0x197b92(0x1bd)][_0x197b92(0x1c7)]();}[_0x54e018(0x1c4)](_0x451f2c){const _0x4a02d8=_0x54e018;-0x1===_0x451f2c?this[_0x4a02d8(0x19a)][_0x4a02d8(0x1ef)]():this[_0x4a02d8(0x19a)][_0x4a02d8(0x19e)]();}[_0x54e018(0x1a9)](_0x4ba2c5){const _0x4fe39c=_0x54e018;this[_0x4fe39c(0x1f9)]=_0x4ba2c5;}[_0x54e018(0x19c)](){const _0x1f5d4e=_0x54e018;this[_0x1f5d4e(0x1f5)]=!0x0,this[_0x1f5d4e(0x1f1)][_0x1f5d4e(0x1f6)](!0x1);}[_0x54e018(0x1b8)](){const _0x27f9ea=_0x54e018;this[_0x27f9ea(0x1f5)]=!0x1,this[_0x27f9ea(0x1f1)][_0x27f9ea(0x1f6)](!0x0);}[_0x54e018(0x19f)](_0x4b0c15){const _0x1cc57c=_0x54e018;super[_0x1cc57c(0x19f)](_0x4b0c15),this[_0x1cc57c(0x1f7)][_0x1cc57c(0x1cb)](this[_0x1cc57c(0x1a7)])||this[_0x1cc57c(0x1f7)][_0x1cc57c(0x1db)](this[_0x1cc57c(0x1a7)],0x0);}[_0x54e018(0x202)](){const _0x342df9=_0x54e018;super[_0x342df9(0x202)](),this[_0x342df9(0x1b8)]();}[_0x54e018(0x18f)](_0x5bc2a9){const _0x3462ba=_0x54e018;super[_0x3462ba(0x18f)](_0x5bc2a9),this[_0x3462ba(0x19c)]();}[_0x54e018(0x1fe)](_0x1489e8){const _0xdf5022=_0x54e018;this[_0xdf5022(0x1f1)][_0xdf5022(0x1aa)][_0xdf5022(0x1cb)](_0x1489e8)||this[_0xdf5022(0x1f1)][_0xdf5022(0x1aa)][_0xdf5022(0x1db)](_0x1489e8);}[_0x54e018(0x197)](_0x1608ae){const _0x37f7c4=_0x54e018;this[_0x37f7c4(0x1f1)][_0x37f7c4(0x1aa)][_0x37f7c4(0x1cb)](_0x1608ae)&&this[_0x37f7c4(0x1f1)][_0x37f7c4(0x1aa)][_0x37f7c4(0x1ec)](_0x1608ae);}[_0x54e018(0x1bb)](){const _0x1676f7=_0x54e018;this[_0x1676f7(0x1a3)]&&(this[_0x1676f7(0x1f9)]=!0x0);}[_0x54e018(0x1cd)](){const _0x1dc2e3=_0x54e018;this[_0x1dc2e3(0x1a3)]&&(this[_0x1dc2e3(0x1f9)]=!0x1);}[_0x54e018(0x1e6)]({showApplyButton:_0x4cd723,showSuggestButton:_0x105fe0}){const _0x4dd3d0=_0x54e018;_0x4cd723=_0x4cd723&&!this[_0x4dd3d0(0x1e4)]&&this[_0x4dd3d0(0x190)][_0x4dd3d0(0x1cc)][_0x4dd3d0(0x1b9)](_0x4dd3d0(0x1c8)),_0x105fe0=_0x105fe0&&this[_0x4dd3d0(0x190)][_0x4dd3d0(0x1cc)][_0x4dd3d0(0x1b9)](_0x4dd3d0(0x203)),this[_0x4dd3d0(0x1b2)][_0x4dd3d0(0x1ff)]({'showApplyButton':_0x4cd723,'showSuggestButton':_0x105fe0});}async[_0x54e018(0x19d)](_0x3704ad){const _0x3634ef=_0x54e018;await this[_0x3634ef(0x1e0)][_0x3634ef(0x1f4)](_0x3704ad);}[_0x54e018(0x1ca)](){const _0xe5e4d5=_0x54e018;this[_0xe5e4d5(0x1e0)][_0xe5e4d5(0x199)]();}[_0x54e018(0x1fc)](_0x39bbd8){const _0x371375=_0x54e018;this[_0x371375(0x1c9)]=new _0x276c00(this[_0x371375(0x1a8)]),this[_0x371375(0x1c9)][_0x371375(0x1ab)]({'tag':_0x371375(0x1af),'attributes':{'class':[_0x371375(0x1e3)]},'children':[{'tag':_0x371375(0x1af),'attributes':{'class':[_0x371375(0x1c5)]},'children':[this[_0x371375(0x1f3)](),this[_0x371375(0x194)]()]},this[_0x371375(0x1a4)](_0x39bbd8[_0x371375(0x1d6)])]}),this[_0x371375(0x1f7)][_0x371375(0x1db)](this[_0x371375(0x1c9)]);}[_0x54e018(0x1fb)](){const _0x3f15e9=_0x54e018;this[_0x3f15e9(0x1a1)]=new _0x42117d(this[_0x3f15e9(0x1a8)]),this[_0x3f15e9(0x1f7)][_0x3f15e9(0x1db)](this[_0x3f15e9(0x1a1)]);}[_0x54e018(0x1e7)]({showApplyButton:_0x14cadb,showSuggestButton:_0x15c132}){const _0x3daf2c=_0x54e018;this[_0x3daf2c(0x1b2)]=new _0x27702a(this[_0x3daf2c(0x1a8)],_0x14cadb,_0x15c132),this[_0x3daf2c(0x1b2)][_0x3daf2c(0x201)]?.['on'](_0x3daf2c(0x1bc),()=>{const _0x1543f6=_0x3daf2c;this[_0x1543f6(0x1d9)](_0x1543f6(0x1c8));}),this[_0x3daf2c(0x1b2)][_0x3daf2c(0x1d2)]?.['on'](_0x3daf2c(0x1bc),()=>{const _0x4df036=_0x3daf2c;this[_0x4df036(0x1d9)](_0x4df036(0x203));}),this[_0x3daf2c(0x1b2)][_0x3daf2c(0x1d5)](_0x3daf2c(0x1fa))['to'](this,_0x3daf2c(0x1bf),this,_0x3daf2c(0x1f9),this,_0x3daf2c(0x1f5),(_0x17077e,_0x2e72bc,_0x4be63b)=>!(_0x17077e||_0x2e72bc||_0x4be63b)),this[_0x3daf2c(0x1e6)]({'showApplyButton':_0x14cadb,'showSuggestButton':_0x15c132}),this[_0x3daf2c(0x1f7)][_0x3daf2c(0x1db)](this[_0x3daf2c(0x1b2)]);}[_0x54e018(0x1a4)](_0x2c856d){const _0x20574c=_0x54e018;return this[_0x20574c(0x1f1)]=new _0x9a7ccb(this[_0x20574c(0x1a8)],_0x2c856d),this[_0x20574c(0x1f1)][_0x20574c(0x1c1)](..._0x16710e)['to'](this),this[_0x20574c(0x1f1)]['on'](_0x20574c(0x200),()=>{const _0xadf5ca=_0x20574c;this[_0xadf5ca(0x1f1)][_0xadf5ca(0x1be)]=!this[_0xadf5ca(0x1f1)][_0xadf5ca(0x1be)],this[_0xadf5ca(0x1d9)](_0xadf5ca(0x1a5),{'showDiff':this[_0xadf5ca(0x1f1)][_0xadf5ca(0x1be)]});}),this[_0x20574c(0x1f1)][_0x20574c(0x1d5)](_0x20574c(0x1fa))['to'](this,_0x20574c(0x1bf),this,_0x20574c(0x1f9),(_0x4fe3d1,_0x29e5f5)=>!(_0x4fe3d1||_0x29e5f5)),this[_0x20574c(0x1f1)];}[_0x54e018(0x1f3)](){const _0x19c5e8=_0x54e018;return this[_0x19c5e8(0x1a3)]=new _0x3ba32b(this[_0x19c5e8(0x1a8)]),this[_0x19c5e8(0x1a3)][_0x19c5e8(0x1d5)](_0x19c5e8(0x1e2))['to'](this,_0x19c5e8(0x1f9)),this[_0x19c5e8(0x1a3)];}[_0x54e018(0x194)](){const _0x23d53a=_0x54e018;return this[_0x23d53a(0x1e0)]=new _0x3bb6c4(this[_0x23d53a(0x1a8)]),this[_0x23d53a(0x1e0)];}[_0x54e018(0x1f0)](){const _0x5f2184=_0x54e018,_0x587a3b=new _0x399a01(this[_0x5f2184(0x1a8)]),_0x4363a2=new _0x399a01(this[_0x5f2184(0x1a8)]),_0x302766=new AIActionsBalloonNavigationCounterView(this[_0x5f2184(0x1a8)]),_0x147d40=new _0x399a01(this[_0x5f2184(0x1a8)]);_0x587a3b[_0x5f2184(0x1b1)]({'icon':_0x4805e4,'label':_0x3bb45e(this[_0x5f2184(0x1a8)],_0x5f2184(0x195)),'tooltip':!0x0,'class':_0x5f2184(0x1f8)}),_0x4363a2[_0x5f2184(0x1b1)]({'icon':_0x57682e,'tooltip':_0x3bb45e(this[_0x5f2184(0x1a8)],_0x5f2184(0x1dd)),'class':_0x5f2184(0x1eb)}),_0x147d40[_0x5f2184(0x1b1)]({'icon':_0x53b951,'tooltip':_0x3bb45e(this[_0x5f2184(0x1a8)],_0x5f2184(0x1c2)),'class':_0x5f2184(0x1a6)}),_0x587a3b[_0x5f2184(0x1d5)](_0x5f2184(0x1fa))['to'](this,_0x5f2184(0x1bf),_0x6ab418=>!_0x6ab418),_0x587a3b['on'](_0x5f2184(0x1bc),()=>{const _0x214fbc=_0x5f2184;this[_0x214fbc(0x1d9)](_0x214fbc(0x1b7));}),_0x4363a2[_0x5f2184(0x1d5)](_0x5f2184(0x1fa))['to'](this,_0x5f2184(0x1bf),_0x25472d=>!_0x25472d),_0x4363a2['on'](_0x5f2184(0x1bc),()=>{const _0x18b208=_0x5f2184;this[_0x18b208(0x1d9)](_0x18b208(0x19b));}),_0x147d40[_0x5f2184(0x1d5)](_0x5f2184(0x1fa))['to'](this,_0x5f2184(0x1bf),_0xb8c186=>!_0xb8c186),_0x147d40['on'](_0x5f2184(0x1bc),()=>{const _0x1300a9=_0x5f2184;this[_0x1300a9(0x1d9)](_0x1300a9(0x1c6));}),this[_0x5f2184(0x1da)]=_0x4363a2,this[_0x5f2184(0x1c3)]=_0x302766,this[_0x5f2184(0x1c0)]=_0x147d40,this[_0x5f2184(0x1ea)]=_0x587a3b;}[_0x54e018(0x1b4)](_0x30a712,_0x228bd2){const _0x52546a=_0x54e018;this[_0x52546a(0x1da)]||this[_0x52546a(0x1f0)]();const _0xa021ee=_0x30a712>0x1;if(this[_0x52546a(0x1fe)](this[_0x52546a(0x1ea)]),_0xa021ee){this[_0x52546a(0x1fe)](this[_0x52546a(0x1da)]),this[_0x52546a(0x1fe)](this[_0x52546a(0x1c3)]),this[_0x52546a(0x1fe)](this[_0x52546a(0x1c0)]);const _0x1c6123=_0x30a712-_0x228bd2;this[_0x52546a(0x1c3)][_0x52546a(0x1e8)](_0x1c6123+'/'+_0x30a712),this[_0x52546a(0x1da)][_0x52546a(0x1fa)]=_0x228bd2<_0x30a712-0x1,this[_0x52546a(0x1c0)][_0x52546a(0x1fa)]=_0x228bd2>0x0;}else this[_0x52546a(0x197)](this[_0x52546a(0x1da)]),this[_0x52546a(0x197)](this[_0x52546a(0x1c3)]),this[_0x52546a(0x197)](this[_0x52546a(0x1c0)]);}[_0x54e018(0x1d4)](){const _0x1803bf=_0x54e018;this[_0x1803bf(0x1ea)][_0x1803bf(0x1fa)]=!0x1,this[_0x1803bf(0x1da)][_0x1803bf(0x1fa)]=!0x1,this[_0x1803bf(0x1c0)][_0x1803bf(0x1fa)]=!0x1;}[_0x54e018(0x1df)](){const _0x426fb8=_0x54e018;this[_0x426fb8(0x1b3)](),this[_0x426fb8(0x1bd)]&&this[_0x426fb8(0x1bd)][_0x426fb8(0x1e9)]();}[_0x54e018(0x196)](){const _0x5c9e8a=_0x54e018;this[_0x5c9e8a(0x1bd)]&&this[_0x5c9e8a(0x1bd)][_0x5c9e8a(0x18e)]();}[_0x54e018(0x192)](_0x1a15b2){const _0x5bafc3=_0x54e018;this[_0x5bafc3(0x1f9)]=_0x1a15b2;}[_0x54e018(0x193)](){const _0x25d885=_0x54e018;this[_0x25d885(0x1f1)][_0x25d885(0x1be)]=!0x1;}[_0x54e018(0x1b3)](){const _0x3bcc99=_0x54e018,_0x432040=this[_0x3bcc99(0x1ce)]();_0x432040&&!this[_0x3bcc99(0x1bd)]&&(this[_0x3bcc99(0x1bd)]=new _0x37e0c4(_0x432040));}[_0x54e018(0x1ce)](){const _0x1ba785=_0x54e018;return this[_0x1ba785(0x1e0)][_0x1ba785(0x1de)];}}class AIActionsBalloonNavigationCounterView extends _0x276c00{constructor(_0x267e17){const _0x194e1c=_0x54e018;super(_0x267e17);const _0x304dc3=this[_0x194e1c(0x1d0)];this[_0x194e1c(0x1b1)](_0x194e1c(0x1a2),_0x194e1c(0x1b5)),this[_0x194e1c(0x1ab)]({'tag':_0x194e1c(0x1a0),'attributes':{'class':[_0x194e1c(0x1ae)]},'children':[{'text':_0x304dc3['to'](_0x194e1c(0x1a2))}]});}[_0x54e018(0x1e8)](_0x20181e){const _0x55b9db=_0x54e018;this[_0x55b9db(0x1b1)](_0x55b9db(0x1a2),_0x20181e);}}
23
+ const _0x53e5ed=_0x595d;(function(_0x314081,_0x1dc74d){const _0x3d71ee=_0x595d,_0x18ac40=_0x314081();while(!![]){try{const _0x37ab21=parseInt(_0x3d71ee(0x19a))/0x1*(parseInt(_0x3d71ee(0x1cd))/0x2)+parseInt(_0x3d71ee(0x1c1))/0x3*(-parseInt(_0x3d71ee(0x1be))/0x4)+parseInt(_0x3d71ee(0x1b1))/0x5+-parseInt(_0x3d71ee(0x1ee))/0x6*(-parseInt(_0x3d71ee(0x196))/0x7)+-parseInt(_0x3d71ee(0x1b2))/0x8+parseInt(_0x3d71ee(0x1b5))/0x9*(parseInt(_0x3d71ee(0x201))/0xa)+-parseInt(_0x3d71ee(0x1a5))/0xb*(parseInt(_0x3d71ee(0x1c3))/0xc);if(_0x37ab21===_0x1dc74d)break;else _0x18ac40['push'](_0x18ac40['shift']());}catch(_0x5551c3){_0x18ac40['push'](_0x18ac40['shift']());}}}(_0x57e8,0xb6168));import{ViewCollection as _0x50f887,FocusCycler as _0x152fde,ButtonView as _0x56f8b2,View as _0x5d49bb}from'ckeditor5/src/ui.js';import{FocusTracker as _0x2ad1bc,KeystrokeHandler as _0xe5df2f}from'ckeditor5/src/utils.js';import{AIActionsBalloonToolbarView as _0x3f19aa}from'./aiactionsballoontoolbarview.js';import{AIActionsBalloonDisclaimerView as _0x1e26c1}from'./aiactionsballoondisclaimerview.js';import{ScrollManager as _0x3eb9d6}from'../../../aicore/utils/scrollmanager.js';function _0x595d(_0x1eaa48,_0xfa61ac){const _0x57e880=_0x57e8();return _0x595d=function(_0x595d2d,_0x293598){_0x595d2d=_0x595d2d-0x189;let _0x1055a1=_0x57e880[_0x595d2d];return _0x1055a1;},_0x595d(_0x1eaa48,_0xfa61ac);}import{AIMiniToolbarView as _0x44a68c}from'../../../aicore/ui/suggestioncontainer/aiminitoolbarview.js';import{AI_SUGGESTION_UI_EVENT_NAMES as _0xa2c8e2}from'../../../aicore/utils/eventnames.js';import{AISuggestionLoaderView as _0x2a097a}from'../../../aicore/ui/suggestioncontainer/aisuggestionloaderview.js';import{AISuggestionStreamableContentView as _0x2b6dbc}from'../../../aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.js';function _0x57e8(){const _0x57bd10=['_createMiniToolbar','availableActions','clear','_miniToolbarView','updateContent','_scrollManager','tryAgain','remove','AI_ACTIONS_PREVIOUS_INTERACTION','AI_ACTIONS_NEXT_INTERACTION','stop','6482cZJxvM','toggleIsLoading','ck-ai-actions-balloon-main','isVisible','43960IdyRoQ','focusFirst','miniToolbarConfig','ck-ai-actions-balloon-content','_toolbarView','_focusTracker','ck-ai-actions-balloon-content-wrapper','removeMiniToolbarItem','_navigationNextButton','disableMiniToolbarButtons','element','4398691IVizYx','focusCycler','AI_ACTIONS_TRY_AGAIN','showError','change:isTrackChangesOn','fire','span','showLoader','start','ck-ai-interaction-counter','includes','update','2522975FoaLsU','11216664vTeqgu','_keystrokes','has','1737jVddic','showBlockingError','_navigationTryAgainButton','_hasError','_setupMiniToolbarButtons','isEnabled','clearErrorState','addMany','ck-ai-navigation-button\x20ck-ai-next-button','15800wniidN','_addToolbar','execute','408KzkCew','add','12hWvSuv','ck-ai-custom-action-button','setErrorState','setIsLoading','tab','_isLoading','createCollection','_addContentWrapper','_initializeScrollManager','showNext','28vHZBZZ','_createStreamableContentView','interactionCount','applyButton','_disclaimerView','_getScrollableElement','_addDisclaimerView','_streamableContentView','hideLoader','focus','1/1','suggestButton','toggleSuggestionDisplayMode','showPrevious','addMiniToolbarItem','ck-ai-navigation-button\x20ck-ai-previous-button','setInteractionCount','isTrackChangesOn','isShowChangesOn','destroy','delegate','_navigationCounter','shift\x20+\x20tab','_contentWrapper','bind','stopAutoScroll','set','toggleShowChangesEnabled','resetShowChangesButton','_toggleToolbarButtonsVisibility','_createLoaderView','isBusy','startAutoScroll','7686OwGzdd','_errorView','applySuggestion','locale','items','_config','_loaderView','_navigationPreviousButton','updateMiniToolbarButtons','_focusables','render','setButtonsVisibility','focusLast','setTemplate','toggleShowChanges','hideError','insertSuggestion','listenTo','clearContent','40350roPebv','_dialogContent','div','bindTemplate'];_0x57e8=function(){return _0x57bd10;};return _0x57e8();}import{IconNextArrow as _0x38150b,IconPreviousArrow as _0x59eed5,IconRefresh as _0x532c6b}from'@ckeditor/ckeditor5-icons';import{getTranslation as _0x2ea00b}from'../../../aicore/utils/common-translations.js';import{AIBalloonView as _0x56d2f3}from'../../../aiballoon/ui/aiballoonview.js';import'../../../../theme/aiquickactions/aiquickactionsballoon.css';export const AI_ACTIONS_BALLOON_VIEW_EVENT_NAMES=[_0x53e5ed(0x1f0),_0x53e5ed(0x1fe)];export class AIActionsBalloonView extends _0x56d2f3{[_0x53e5ed(0x1a6)];[_0x53e5ed(0x1f3)];[_0x53e5ed(0x1e4)];[_0x53e5ed(0x1d4)];[_0x53e5ed(0x19e)];[_0x53e5ed(0x18e)];[_0x53e5ed(0x1f4)];[_0x53e5ed(0x1d1)];[_0x53e5ed(0x19f)];[_0x53e5ed(0x1b3)];[_0x53e5ed(0x202)];[_0x53e5ed(0x1f7)];[_0x53e5ed(0x190)];[_0x53e5ed(0x1f5)];[_0x53e5ed(0x1a2)];[_0x53e5ed(0x1b7)];[_0x53e5ed(0x1e2)];constructor(_0x1c54df,_0x3f5ff5){const _0x5a65fe=_0x53e5ed;super(_0x1c54df),this[_0x5a65fe(0x1e7)](_0x5a65fe(0x1ec),!0x1),this[_0x5a65fe(0x1e7)](_0x5a65fe(0x1de),!0x1),this[_0x5a65fe(0x1e7)](_0x5a65fe(0x1c8),!0x1),this[_0x5a65fe(0x1e7)](_0x5a65fe(0x1b8),!0x1),this[_0x5a65fe(0x1f3)]=_0x3f5ff5,this[_0x5a65fe(0x19f)]=new _0x2ad1bc(),this[_0x5a65fe(0x1b3)]=new _0xe5df2f(),this[_0x5a65fe(0x1f7)]=this[_0x5a65fe(0x1c9)](),this[_0x5a65fe(0x1a6)]=new _0x152fde({'focusables':this[_0x5a65fe(0x1f7)],'focusTracker':this[_0x5a65fe(0x19f)],'keystrokeHandler':this[_0x5a65fe(0x1b3)],'actions':{'focusPrevious':_0x5a65fe(0x1e3),'focusNext':_0x5a65fe(0x1c7)}}),this[_0x5a65fe(0x202)]=new _0x50f887(),this[_0x5a65fe(0x1ca)](_0x3f5ff5),this[_0x5a65fe(0x1d3)](),this[_0x5a65fe(0x1bf)](_0x3f5ff5),this[_0x5a65fe(0x1f7)][_0x5a65fe(0x18d)](),this[_0x5a65fe(0x1f7)][_0x5a65fe(0x1bc)]([this[_0x5a65fe(0x19e)]]),this[_0x5a65fe(0x1fb)]({'tag':_0x5a65fe(0x189),'attributes':{'class':[_0x5a65fe(0x198)]},'children':this[_0x5a65fe(0x202)]}),this['on'](_0x5a65fe(0x1a9),()=>{const _0x504aa5=_0x5a65fe;this[_0x504aa5(0x1ea)](_0x3f5ff5);});}[_0x53e5ed(0x1f8)](){const _0x589567=_0x53e5ed;super[_0x589567(0x1f8)]();for(const _0x179702 of this[_0x589567(0x1f7)])this[_0x589567(0x19f)][_0x589567(0x1c2)](_0x179702[_0x589567(0x1a4)]);this[_0x589567(0x1b3)][_0x589567(0x1ff)](this[_0x589567(0x1a4)]),this[_0x589567(0x1cb)]();}[_0x53e5ed(0x1e0)](){const _0x428427=_0x53e5ed;super[_0x428427(0x1e0)](),this[_0x428427(0x190)]&&this[_0x428427(0x190)][_0x428427(0x1e0)]();}[_0x53e5ed(0x1d6)](_0x26b699){const _0x3c1504=_0x53e5ed;-0x1===_0x26b699?this[_0x3c1504(0x1a6)][_0x3c1504(0x1fa)]():this[_0x3c1504(0x1a6)][_0x3c1504(0x19b)]();}[_0x53e5ed(0x1c6)](_0x3382d1){const _0x53ca6b=_0x53e5ed;this[_0x53ca6b(0x1c8)]=_0x3382d1;}[_0x53e5ed(0x1c5)](){const _0x259736=_0x53e5ed;this[_0x259736(0x1b8)]=!0x0,this[_0x259736(0x18e)][_0x259736(0x1e8)](!0x1);}[_0x53e5ed(0x1bb)](){const _0x5c576f=_0x53e5ed;this[_0x5c576f(0x1b8)]=!0x1,this[_0x5c576f(0x18e)][_0x5c576f(0x1e8)](!0x0);}[_0x53e5ed(0x1a8)](_0x639b0a){const _0x277727=_0x53e5ed;super[_0x277727(0x1a8)](_0x639b0a),this[_0x277727(0x202)][_0x277727(0x1b4)](this[_0x277727(0x1ef)])||this[_0x277727(0x202)][_0x277727(0x1c2)](this[_0x277727(0x1ef)],0x0);}[_0x53e5ed(0x1fd)](){const _0x3e8866=_0x53e5ed;super[_0x3e8866(0x1fd)](),this[_0x3e8866(0x1bb)]();}[_0x53e5ed(0x1b6)](_0x567758){const _0x1ec774=_0x53e5ed;super[_0x1ec774(0x1b6)](_0x567758),this[_0x1ec774(0x1c5)]();}[_0x53e5ed(0x1db)](_0x593da4){const _0x448063=_0x53e5ed;this[_0x448063(0x18e)][_0x448063(0x1f2)][_0x448063(0x1b4)](_0x593da4)||this[_0x448063(0x18e)][_0x448063(0x1f2)][_0x448063(0x1c2)](_0x593da4);}[_0x53e5ed(0x1a1)](_0x1a3f66){const _0x135a4c=_0x53e5ed;this[_0x135a4c(0x18e)][_0x135a4c(0x1f2)][_0x135a4c(0x1b4)](_0x1a3f66)&&this[_0x135a4c(0x18e)][_0x135a4c(0x1f2)][_0x135a4c(0x192)](_0x1a3f66);}[_0x53e5ed(0x1ac)](){const _0xbe970a=_0x53e5ed;this[_0xbe970a(0x1f4)]&&(this[_0xbe970a(0x1c8)]=!0x0);}[_0x53e5ed(0x1d5)](){const _0x5a7009=_0x53e5ed;this[_0x5a7009(0x1f4)]&&(this[_0x5a7009(0x1c8)]=!0x1);}[_0x53e5ed(0x1ea)]({showApplyButton:_0x4075bd,showSuggestButton:_0x504644}){const _0x3103de=_0x53e5ed;_0x4075bd=_0x4075bd&&!this[_0x3103de(0x1de)]&&this[_0x3103de(0x1f3)][_0x3103de(0x18c)][_0x3103de(0x1af)](_0x3103de(0x1f0)),_0x504644=_0x504644&&this[_0x3103de(0x1f3)][_0x3103de(0x18c)][_0x3103de(0x1af)](_0x3103de(0x1fe)),this[_0x3103de(0x19e)][_0x3103de(0x1f9)]({'showApplyButton':_0x4075bd,'showSuggestButton':_0x504644});}async[_0x53e5ed(0x18f)](_0x5b2f86){const _0x44241f=_0x53e5ed;await this[_0x44241f(0x1d4)][_0x44241f(0x1b0)](_0x5b2f86);}[_0x53e5ed(0x200)](){const _0x402132=_0x53e5ed;this[_0x402132(0x1d4)][_0x402132(0x18d)]();}[_0x53e5ed(0x1ca)](_0x409f6d){const _0x149f99=_0x53e5ed;this[_0x149f99(0x1e4)]=new _0x5d49bb(this[_0x149f99(0x1f1)]),this[_0x149f99(0x1e4)][_0x149f99(0x1fb)]({'tag':_0x149f99(0x189),'attributes':{'class':[_0x149f99(0x19d)]},'children':[{'tag':_0x149f99(0x189),'attributes':{'class':[_0x149f99(0x1a0)]},'children':[this[_0x149f99(0x1eb)](),this[_0x149f99(0x1ce)]()]},this[_0x149f99(0x18b)](_0x409f6d[_0x149f99(0x19c)])]}),this[_0x149f99(0x202)][_0x149f99(0x1c2)](this[_0x149f99(0x1e4)]);}[_0x53e5ed(0x1d3)](){const _0x5d95b1=_0x53e5ed;this[_0x5d95b1(0x1d1)]=new _0x1e26c1(this[_0x5d95b1(0x1f1)]),this[_0x5d95b1(0x202)][_0x5d95b1(0x1c2)](this[_0x5d95b1(0x1d1)]);}[_0x53e5ed(0x1bf)]({showApplyButton:_0x186656,showSuggestButton:_0x2237b5}){const _0x24d448=_0x53e5ed;this[_0x24d448(0x19e)]=new _0x3f19aa(this[_0x24d448(0x1f1)],_0x186656,_0x2237b5),this[_0x24d448(0x19e)][_0x24d448(0x1d0)]?.['on'](_0x24d448(0x1c0),()=>{const _0x3543ed=_0x24d448;this[_0x3543ed(0x1aa)](_0x3543ed(0x1f0));}),this[_0x24d448(0x19e)][_0x24d448(0x1d8)]?.['on'](_0x24d448(0x1c0),()=>{const _0x331697=_0x24d448;this[_0x331697(0x1aa)](_0x331697(0x1fe));}),this[_0x24d448(0x19e)][_0x24d448(0x1e5)](_0x24d448(0x1ba))['to'](this,_0x24d448(0x1ec),this,_0x24d448(0x1c8),this,_0x24d448(0x1b8),(_0x2ea52e,_0x3e3785,_0x458dc6)=>!(_0x2ea52e||_0x3e3785||_0x458dc6)),this[_0x24d448(0x1ea)]({'showApplyButton':_0x186656,'showSuggestButton':_0x2237b5}),this[_0x24d448(0x202)][_0x24d448(0x1c2)](this[_0x24d448(0x19e)]);}[_0x53e5ed(0x18b)](_0x139cff){const _0x59429d=_0x53e5ed;return this[_0x59429d(0x18e)]=new _0x44a68c(this[_0x59429d(0x1f1)],_0x139cff),this[_0x59429d(0x18e)][_0x59429d(0x1e1)](..._0xa2c8e2)['to'](this),this[_0x59429d(0x18e)]['on'](_0x59429d(0x1fc),()=>{const _0x407903=_0x59429d;this[_0x407903(0x18e)][_0x407903(0x1df)]=!this[_0x407903(0x18e)][_0x407903(0x1df)],this[_0x407903(0x1aa)](_0x407903(0x1d9),{'showDiff':this[_0x407903(0x18e)][_0x407903(0x1df)]});}),this[_0x59429d(0x18e)][_0x59429d(0x1e5)](_0x59429d(0x1ba))['to'](this,_0x59429d(0x1ec),this,_0x59429d(0x1c8),(_0x58bafe,_0x586227)=>!(_0x58bafe||_0x586227)),this[_0x59429d(0x18e)];}[_0x53e5ed(0x1eb)](){const _0x42ac0a=_0x53e5ed;return this[_0x42ac0a(0x1f4)]=new _0x2a097a(this[_0x42ac0a(0x1f1)]),this[_0x42ac0a(0x1f4)][_0x42ac0a(0x1e5)](_0x42ac0a(0x199))['to'](this,_0x42ac0a(0x1c8)),this[_0x42ac0a(0x1f4)];}[_0x53e5ed(0x1ce)](){const _0x13f442=_0x53e5ed;return this[_0x13f442(0x1d4)]=new _0x2b6dbc(this[_0x13f442(0x1f1)]),this[_0x13f442(0x1d4)];}[_0x53e5ed(0x1b9)](){const _0x1a7a6c=_0x53e5ed,_0x5b74b0=new _0x56f8b2(this[_0x1a7a6c(0x1f1)]),_0x5abd99=new _0x56f8b2(this[_0x1a7a6c(0x1f1)]),_0x94e289=new AIActionsBalloonNavigationCounterView(this[_0x1a7a6c(0x1f1)]),_0x538385=new _0x56f8b2(this[_0x1a7a6c(0x1f1)]);_0x5b74b0[_0x1a7a6c(0x1e7)]({'icon':_0x532c6b,'label':_0x2ea00b(this[_0x1a7a6c(0x1f1)],_0x1a7a6c(0x1a7)),'tooltip':!0x0,'class':_0x1a7a6c(0x1c4)}),_0x5abd99[_0x1a7a6c(0x1e7)]({'icon':_0x59eed5,'tooltip':_0x2ea00b(this[_0x1a7a6c(0x1f1)],_0x1a7a6c(0x193)),'class':_0x1a7a6c(0x1dc)}),_0x538385[_0x1a7a6c(0x1e7)]({'icon':_0x38150b,'tooltip':_0x2ea00b(this[_0x1a7a6c(0x1f1)],_0x1a7a6c(0x194)),'class':_0x1a7a6c(0x1bd)}),_0x5b74b0[_0x1a7a6c(0x1e5)](_0x1a7a6c(0x1ba))['to'](this,_0x1a7a6c(0x1ec),_0x3f4323=>!_0x3f4323),_0x5b74b0['on'](_0x1a7a6c(0x1c0),()=>{const _0x45d779=_0x1a7a6c;this[_0x45d779(0x1aa)](_0x45d779(0x191));}),_0x5abd99[_0x1a7a6c(0x1e5)](_0x1a7a6c(0x1ba))['to'](this,_0x1a7a6c(0x1ec),_0x39ea84=>!_0x39ea84),_0x5abd99['on'](_0x1a7a6c(0x1c0),()=>{const _0x5e421f=_0x1a7a6c;this[_0x5e421f(0x1aa)](_0x5e421f(0x1da));}),_0x538385[_0x1a7a6c(0x1e5)](_0x1a7a6c(0x1ba))['to'](this,_0x1a7a6c(0x1ec),_0x5a8639=>!_0x5a8639),_0x538385['on'](_0x1a7a6c(0x1c0),()=>{const _0x2d0c6a=_0x1a7a6c;this[_0x2d0c6a(0x1aa)](_0x2d0c6a(0x1cc));}),this[_0x1a7a6c(0x1f5)]=_0x5abd99,this[_0x1a7a6c(0x1e2)]=_0x94e289,this[_0x1a7a6c(0x1a2)]=_0x538385,this[_0x1a7a6c(0x1b7)]=_0x5b74b0;}[_0x53e5ed(0x1f6)](_0x10d60f,_0x2a71d0){const _0x5c1b33=_0x53e5ed;this[_0x5c1b33(0x1f5)]||this[_0x5c1b33(0x1b9)]();const _0x369ce8=_0x10d60f>0x1;if(this[_0x5c1b33(0x1db)](this[_0x5c1b33(0x1b7)]),_0x369ce8){this[_0x5c1b33(0x1db)](this[_0x5c1b33(0x1f5)]),this[_0x5c1b33(0x1db)](this[_0x5c1b33(0x1e2)]),this[_0x5c1b33(0x1db)](this[_0x5c1b33(0x1a2)]);const _0x4e8c71=_0x10d60f-_0x2a71d0;this[_0x5c1b33(0x1e2)][_0x5c1b33(0x1dd)](_0x4e8c71+'/'+_0x10d60f),this[_0x5c1b33(0x1f5)][_0x5c1b33(0x1ba)]=_0x2a71d0<_0x10d60f-0x1,this[_0x5c1b33(0x1a2)][_0x5c1b33(0x1ba)]=_0x2a71d0>0x0;}else this[_0x5c1b33(0x1a1)](this[_0x5c1b33(0x1f5)]),this[_0x5c1b33(0x1a1)](this[_0x5c1b33(0x1e2)]),this[_0x5c1b33(0x1a1)](this[_0x5c1b33(0x1a2)]);}[_0x53e5ed(0x1a3)](){const _0x4c55a7=_0x53e5ed;this[_0x4c55a7(0x1b7)][_0x4c55a7(0x1ba)]=!0x1,this[_0x4c55a7(0x1f5)][_0x4c55a7(0x1ba)]=!0x1,this[_0x4c55a7(0x1a2)][_0x4c55a7(0x1ba)]=!0x1;}[_0x53e5ed(0x1ed)](){const _0x36d74c=_0x53e5ed;this[_0x36d74c(0x1cb)](),this[_0x36d74c(0x190)]&&this[_0x36d74c(0x190)][_0x36d74c(0x1ad)]();}[_0x53e5ed(0x1e6)](){const _0x5444f7=_0x53e5ed;this[_0x5444f7(0x190)]&&this[_0x5444f7(0x190)][_0x5444f7(0x195)]();}[_0x53e5ed(0x197)](_0x22e96d){const _0x30d366=_0x53e5ed;this[_0x30d366(0x1c8)]=_0x22e96d;}[_0x53e5ed(0x1e9)](){const _0x2a5f0b=_0x53e5ed;this[_0x2a5f0b(0x18e)][_0x2a5f0b(0x1df)]=!0x1;}[_0x53e5ed(0x1cb)](){const _0x1e2f1e=_0x53e5ed,_0xe6d888=this[_0x1e2f1e(0x1d2)]();_0xe6d888&&!this[_0x1e2f1e(0x190)]&&(this[_0x1e2f1e(0x190)]=new _0x3eb9d6(_0xe6d888));}[_0x53e5ed(0x1d2)](){const _0x3596dc=_0x53e5ed;return this[_0x3596dc(0x1d4)][_0x3596dc(0x1a4)];}}class AIActionsBalloonNavigationCounterView extends _0x5d49bb{constructor(_0x5e4365){const _0x4b1704=_0x53e5ed;super(_0x5e4365);const _0x263fb2=this[_0x4b1704(0x18a)];this[_0x4b1704(0x1e7)](_0x4b1704(0x1cf),_0x4b1704(0x1d7)),this[_0x4b1704(0x1fb)]({'tag':_0x4b1704(0x1ab),'attributes':{'class':[_0x4b1704(0x1ae)]},'children':[{'text':_0x263fb2['to'](_0x4b1704(0x1cf))}]});}[_0x53e5ed(0x1dd)](_0x22d566){const _0x38371e=_0x53e5ed;this[_0x38371e(0x1e7)](_0x38371e(0x1cf),_0x22d566);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x53dd(){const _0x5e04e0=['1443wwDDqU','ck-dropdown-menu-list__nested-menu__button','bindTemplate','6933190qssfxL','_createArrowView','9830322eRsbtB','extendTemplate','menuitem','ck-dropdown-menu-list__nested-menu__button__arrow','5504eqwxIf','arrowView','31095QaGppo','children','9398718EzJIuP','125666ZXDhcY','1DlMcxm','mouseenter','set','isOn','render','2712oVNJMX','2973510JJZLwK','add','content'];_0x53dd=function(){return _0x5e04e0;};return _0x53dd();}const _0x295af9=_0x303e;(function(_0x168d8b,_0xe6d13){const _0x57b122=_0x303e,_0x4792b0=_0x168d8b();while(!![]){try{const _0x523e8e=-parseInt(_0x57b122(0xc6))/0x1*(parseInt(_0x57b122(0xc5))/0x2)+-parseInt(_0x57b122(0xcf))/0x3*(-parseInt(_0x57b122(0xc0))/0x4)+-parseInt(_0x57b122(0xd2))/0x5+parseInt(_0x57b122(0xd4))/0x6+-parseInt(_0x57b122(0xc4))/0x7+parseInt(_0x57b122(0xcb))/0x8*(parseInt(_0x57b122(0xc2))/0x9)+parseInt(_0x57b122(0xcc))/0xa;if(_0x523e8e===_0xe6d13)break;else _0x4792b0['push'](_0x4792b0['shift']());}catch(_0x12cc82){_0x4792b0['push'](_0x4792b0['shift']());}}}(_0x53dd,0xee736));import{IconView as _0x1fb661,ListItemButtonView as _0x1228d0}from'ckeditor5/src/ui.js';function _0x303e(_0x58e830,_0x42c7ca){const _0x53dd34=_0x53dd();return _0x303e=function(_0x303ec4,_0x181572){_0x303ec4=_0x303ec4-0xbd;let _0x2ef04e=_0x53dd34[_0x303ec4];return _0x2ef04e;},_0x303e(_0x58e830,_0x42c7ca);}import{IconDropdownArrow as _0x5d7915}from'@ckeditor/ckeditor5-icons';export class DropdownMenuButtonWithHighlightView extends _0x1228d0{[_0x295af9(0xc1)];constructor(_0x5919a3,_0x3148bd){const _0x44fd2d=_0x295af9;super(_0x5919a3,_0x3148bd);const _0x305ec4=this[_0x44fd2d(0xd1)];this[_0x44fd2d(0xc8)]({'withText':!0x0,'role':_0x44fd2d(0xbe)}),this[_0x44fd2d(0xc1)]=this[_0x44fd2d(0xd3)](),this[_0x44fd2d(0xbd)]({'attributes':{'class':[_0x44fd2d(0xd0)],'aria-haspopup':!0x0,'aria-expanded':this[_0x44fd2d(0xd1)]['to'](_0x44fd2d(0xc9),_0x10251b=>String(_0x10251b)),'data-cke-tooltip-disabled':_0x305ec4['to'](_0x44fd2d(0xc9))},'on':{'mouseenter':_0x305ec4['to'](_0x44fd2d(0xc7))}});}[_0x295af9(0xca)](){const _0x4b663d=_0x295af9;super[_0x4b663d(0xca)](),this[_0x4b663d(0xc3)][_0x4b663d(0xcd)](this[_0x4b663d(0xc1)]);}[_0x295af9(0xd3)](){const _0x384d7b=_0x295af9,_0x1685e0=new _0x1fb661();return _0x1685e0[_0x384d7b(0xce)]=_0x5d7915,_0x1685e0[_0x384d7b(0xbd)]({'attributes':{'class':_0x384d7b(0xbf)}}),_0x1685e0;}}
23
+ const _0x220a17=_0xd6d4;function _0xd6d4(_0x358c8c,_0x37b2db){const _0x49099e=_0x4909();return _0xd6d4=function(_0xd6d44a,_0x11517d){_0xd6d44a=_0xd6d44a-0xb3;let _0x21f1fc=_0x49099e[_0xd6d44a];return _0x21f1fc;},_0xd6d4(_0x358c8c,_0x37b2db);}(function(_0x5876dc,_0x3e9023){const _0x51d260=_0xd6d4,_0x5db6b8=_0x5876dc();while(!![]){try{const _0x230e21=parseInt(_0x51d260(0xc9))/0x1*(parseInt(_0x51d260(0xba))/0x2)+parseInt(_0x51d260(0xb3))/0x3*(parseInt(_0x51d260(0xc0))/0x4)+parseInt(_0x51d260(0xb9))/0x5*(-parseInt(_0x51d260(0xbd))/0x6)+-parseInt(_0x51d260(0xb6))/0x7+-parseInt(_0x51d260(0xbf))/0x8+-parseInt(_0x51d260(0xb7))/0x9*(-parseInt(_0x51d260(0xc1))/0xa)+parseInt(_0x51d260(0xc3))/0xb;if(_0x230e21===_0x3e9023)break;else _0x5db6b8['push'](_0x5db6b8['shift']());}catch(_0x4d6826){_0x5db6b8['push'](_0x5db6b8['shift']());}}}(_0x4909,0x1ebcc));import{IconView as _0x25d4bb,ListItemButtonView as _0x1cd15b}from'ckeditor5/src/ui.js';import{IconDropdownArrow as _0x5a7078}from'@ckeditor/ckeditor5-icons';export class DropdownMenuButtonWithHighlightView extends _0x1cd15b{[_0x220a17(0xb8)];constructor(_0x5c6def,_0x289260){const _0x1de284=_0x220a17;super(_0x5c6def,_0x289260);const _0x3e11ff=this[_0x1de284(0xcb)];this[_0x1de284(0xb4)]({'withText':!0x0,'role':_0x1de284(0xbe)}),this[_0x1de284(0xb8)]=this[_0x1de284(0xc4)](),this[_0x1de284(0xc6)]({'attributes':{'class':[_0x1de284(0xc8)],'aria-haspopup':!0x0,'aria-expanded':this[_0x1de284(0xcb)]['to'](_0x1de284(0xbc),_0x4f9e1c=>String(_0x4f9e1c)),'data-cke-tooltip-disabled':_0x3e11ff['to'](_0x1de284(0xbc))},'on':{'mouseenter':_0x3e11ff['to'](_0x1de284(0xc7))}});}[_0x220a17(0xca)](){const _0x529520=_0x220a17;super[_0x529520(0xca)](),this[_0x529520(0xc2)][_0x529520(0xc5)](this[_0x529520(0xb8)]);}[_0x220a17(0xc4)](){const _0x107042=_0x220a17,_0x32b84b=new _0x25d4bb();return _0x32b84b[_0x107042(0xb5)]=_0x5a7078,_0x32b84b[_0x107042(0xc6)]({'attributes':{'class':_0x107042(0xbb)}}),_0x32b84b;}}function _0x4909(){const _0x5458e6=['render','bindTemplate','28965CFIeAL','set','content','584990JVOtwT','9aRgsQv','arrowView','745duCIBD','418978ppedAq','ck-dropdown-menu-list__nested-menu__button__arrow','isOn','6618MROwYC','menuitem','1724984OszBGV','20PPbXhJ','1981740CDoypo','children','1468522EziLAE','_createArrowView','add','extendTemplate','mouseenter','ck-dropdown-menu-list__nested-menu__button','1wxDddy'];_0x4909=function(){return _0x5458e6;};return _0x4909();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5245(_0xca1e1a,_0x237f37){const _0x16976b=_0x1697();return _0x5245=function(_0x5245e8,_0x703b06){_0x5245e8=_0x5245e8-0x1cb;let _0x15d61e=_0x16976b[_0x5245e8];return _0x15d61e;},_0x5245(_0xca1e1a,_0x237f37);}const _0x486322=_0x5245;function _0x1697(){const _0x2c6551=['changeMarkerBlurred','changeMarkerHovered','data','error-general','isChangeActive','view','get','_getChangeContentElement','setCheckResultTitle','reviewCheckResultActivated','source','80utDQDz','ai-review-mode-check-run-general-error','ai-review-mode-source-check-not-found','abortReviewStream','finished','_onReviewRunLeave','status','showGeneralResultsErrorView','subTitle','reviewCheckResultAdded','_changeActivationSource','_onChangeMarkerHovered','reviewCheckResultDeactivated','ai-review-mode-models-unable-to-retrieve','markChangeAsRejected','10fRULqJ','_onCheckRunFinished','setAvailableChecks','reviewCheckResultReady','sendRating','currentError','acceptChange','898976LzMBKK','showReviewCheckList','closest','applyChange','document','showChunkErrorView','requires','documentData','changeMarkerRemoved','_onActivateChange','getCheckById','_aiReviewCoreUi','runReviewCheck','message','406776ElPsJx','_onChangeMarkerRestored','_onChangeMarkerClicked','getRoot','1030xDHxkI','ready','ck-ai-translate-mode-content','ck-ai_review-highlights','switchToReadOnly','showReviewCompletedView','leaveReview','ai-request-aborted','leaveReviewCoreResultList','deactivateChange','contentInitial','reviewCheckResultChangeStatusUpdated','5142624lwHxbY','11zDNsEw','_scrollToChange','changeId','context','hasModifications','_currentReviewCheckRun','ai-review-mode-check-run-chunk-error','_aiConnector','includes','checks','finishReview','updateChangeState','104056xuDDVy','AIConnector','args','locale','ck-ai_review-diff','_onChangeMarkerBlurred','panel','dismissChange','switchToEdit','_initRequiredPlugins','_getChecksList','hideChangeBalloon','start','params','changes','rejectChange','755202cZjpzj','showCheckRunResults','plugins','.ck-ai_review__check-run-result','retryReview','_aiReviewCheckList','changeMarkerClicked','4wdemJI','ai-review-mode-check-run-failed','_onReviewCheckResultActivated','markChangeAsOutdated','error-chunk','loading','_onReviewCheckResultDeactivated','_createReviewCheckRun','result','isOfficialPlugin','forceReadyState','addResultChanges','_getTranslationWithDefault','showActionsWhenResultIsReady','restart','activateChange','112031enwRJD','clearAllMarkers','title','markChangeAsPending','aborted','showCheckRunResult','79047fTWmyW','change','removeClass','init','getChangeElement','editing','301NwzOHF','getDocumentData','updateDocumentData','_diffContent','ai-review-mode-no-current-check-run','showNoChangesView','abort','_onReviewCheckRun','listenTo','stopListening','isPremiumPlugin','reviewCheckRunUpdated','_onChangeMarkerRemoved','processedResultsCount','_aiReviewCoreEditing','startsWith','_onDeactivateChange','markChangeAsAccepted','_markChangePositionInEditorContent','changeMarkerRestored','getReviewCheckList','markAllChangesAsAccepted','unmodified','_logError','acceptAllChanges','showGeneralReviewCoreErrorView','content','length','contentNew','emitter','map','getEditor','getActiveChanges'];_0x1697=function(){return _0x2c6551;};return _0x1697();}(function(_0x4e8b3e,_0x5e466d){const _0x1cab35=_0x5245,_0x3ee16c=_0x4e8b3e();while(!![]){try{const _0x5eff4b=-parseInt(_0x1cab35(0x226))/0x1*(parseInt(_0x1cab35(0x1cd))/0x2)+-parseInt(_0x1cab35(0x20f))/0x3*(-parseInt(_0x1cab35(0x216))/0x4)+parseInt(_0x1cab35(0x25e))/0x5*(-parseInt(_0x1cab35(0x1e2))/0x6)+-parseInt(_0x1cab35(0x232))/0x7*(-parseInt(_0x1cab35(0x1ff))/0x8)+-parseInt(_0x1cab35(0x22c))/0x9*(-parseInt(_0x1cab35(0x1e6))/0xa)+parseInt(_0x1cab35(0x1f3))/0xb*(parseInt(_0x1cab35(0x1f2))/0xc)+parseInt(_0x1cab35(0x1d4))/0xd;if(_0x5eff4b===_0x5e466d)break;else _0x3ee16c['push'](_0x3ee16c['shift']());}catch(_0x50c7f7){_0x3ee16c['push'](_0x3ee16c['shift']());}}}(_0x1697,0x8acb1));import{ContextPlugin as _0x13f1aa}from'ckeditor5/src/core.js';import{CKEditorError as _0x25eca0,logError as _0x4b4416,scrollAncestorsToShowTarget as _0x5a6a4f,scrollViewportToShowTarget as _0x1dccb1}from'ckeditor5/src/utils.js';import{AIReviewSystemCheckRun as _0x52a32b}from'./model/aireviewsystemcheckrun.js';import{getTranslation as _0x207cce}from'../aicore/utils/common-translations.js';import{AIConnector as _0x20dbc2}from'../aicore/aiconnector.js';export class AIReviewCoreController extends _0x13f1aa{[_0x486322(0x1fa)];[_0x486322(0x1df)];[_0x486322(0x240)];[_0x486322(0x214)];[_0x486322(0x1f8)];[_0x486322(0x268)]=null;static get[_0x486322(0x1da)](){return[_0x20dbc2];}static get[_0x486322(0x21f)](){return!0x0;}static get[_0x486322(0x23c)](){return!0x0;}async[_0x486322(0x22f)](){const _0x2f143d=_0x486322;this[_0x2f143d(0x208)](),this[_0x2f143d(0x214)]=await this[_0x2f143d(0x209)](),this[_0x2f143d(0x23a)](this[_0x2f143d(0x1df)],_0x2f143d(0x246),()=>{const _0x18a15a=_0x2f143d;this[_0x18a15a(0x1df)][_0x18a15a(0x1cf)](this[_0x18a15a(0x214)][_0x18a15a(0x1fc)]);}),this[_0x2f143d(0x23a)](this[_0x2f143d(0x1df)],_0x2f143d(0x1e0),async(_0x25a2ee,_0x41afe5)=>{const _0x36a5a8=_0x2f143d,_0x26d5d7=this[_0x36a5a8(0x214)][_0x36a5a8(0x1de)](_0x41afe5['id']);if(_0x26d5d7){this[_0x36a5a8(0x239)](_0x41afe5),this[_0x36a5a8(0x240)][_0x36a5a8(0x1ea)](),this[_0x36a5a8(0x1f8)]=this[_0x36a5a8(0x21d)](_0x41afe5,_0x26d5d7),this[_0x36a5a8(0x1df)][_0x36a5a8(0x25b)](this[_0x36a5a8(0x1f8)][_0x36a5a8(0x228)],this[_0x36a5a8(0x1f8)][_0x36a5a8(0x266)]),this[_0x36a5a8(0x1f8)]['on'](_0x36a5a8(0x23d),(_0x4808d8,_0x1ac681)=>{const _0x596e1c=_0x36a5a8;switch(_0x1ac681[_0x596e1c(0x264)]){case _0x596e1c(0x255):case _0x596e1c(0x21b):this[_0x596e1c(0x1df)][_0x596e1c(0x210)](_0x1ac681);break;case _0x596e1c(0x262):this[_0x596e1c(0x1ce)]();break;case _0x596e1c(0x1e7):this[_0x596e1c(0x1df)][_0x596e1c(0x223)]();break;case _0x596e1c(0x248):this[_0x596e1c(0x1df)][_0x596e1c(0x237)]();break;case _0x596e1c(0x256):this[_0x596e1c(0x1df)][_0x596e1c(0x265)](),this[_0x596e1c(0x249)](new _0x25eca0(_0x596e1c(0x25f),this,void 0x0,this[_0x596e1c(0x1f8)]?.[_0x596e1c(0x1d2)]));break;case _0x596e1c(0x21a):this[_0x596e1c(0x1df)][_0x596e1c(0x1d9)](),this[_0x596e1c(0x249)](new _0x25eca0(_0x596e1c(0x1f9),this,void 0x0,this[_0x596e1c(0x1f8)]?.[_0x596e1c(0x1d2)]));break;case _0x596e1c(0x22a):this[_0x596e1c(0x1f8)]&&this[_0x596e1c(0x1f8)][_0x596e1c(0x23f)]>0x0?setTimeout(()=>{const _0x330cdd=_0x596e1c;this[_0x330cdd(0x1f8)]?.[_0x330cdd(0x220)]();},0x0):this[_0x596e1c(0x263)](!0x0);}_0x596e1c(0x1e7)!==_0x1ac681[_0x596e1c(0x264)]&&_0x596e1c(0x21a)!==_0x1ac681[_0x596e1c(0x264)]&&_0x596e1c(0x256)!==_0x1ac681[_0x596e1c(0x264)]||this[_0x596e1c(0x1f8)]?.[_0x596e1c(0x1d1)]();}),this[_0x36a5a8(0x1f8)]['on'](_0x36a5a8(0x267),(_0x26af3b,_0x3edaff)=>{const _0x21b230=_0x36a5a8;if(!this[_0x21b230(0x1f8)])throw new _0x25eca0(_0x21b230(0x236),this);const _0x123b34=this[_0x21b230(0x235)](_0x3edaff[_0x21b230(0x21e)][_0x21b230(0x1f0)],_0x3edaff[_0x21b230(0x21e)][_0x21b230(0x24e)]);_0x3edaff[_0x21b230(0x25d)][_0x21b230(0x221)](_0x3edaff[_0x21b230(0x21e)]['id'],_0x123b34);}),this[_0x36a5a8(0x1f8)]['on'](_0x36a5a8(0x1d0),(_0x5f31f4,_0x4619a1)=>{const _0x3b78e3=_0x36a5a8;for(const _0x22c6ea of _0x4619a1[_0x3b78e3(0x20d)])this[_0x3b78e3(0x1df)][_0x3b78e3(0x22b)](_0x22c6ea);this[_0x3b78e3(0x244)](_0x4619a1[_0x3b78e3(0x20d)],_0x4619a1[_0x3b78e3(0x25d)][_0x3b78e3(0x1db)]);}),this[_0x36a5a8(0x1f8)]['on'](_0x36a5a8(0x1f1),(_0x516905,_0x127208)=>{const _0x5c08f1=_0x36a5a8;this[_0x5c08f1(0x1df)][_0x5c08f1(0x1fe)](_0x127208[_0x5c08f1(0x22d)]['id'],_0x127208[_0x5c08f1(0x264)]);}),this[_0x36a5a8(0x1f8)]['on'](_0x36a5a8(0x25c),(_0x2384b9,_0x36b364)=>{const _0x535e5e=_0x36a5a8;this[_0x535e5e(0x218)](_0x36b364);}),this[_0x36a5a8(0x1f8)]['on'](_0x36a5a8(0x26a),()=>{const _0x51e914=_0x36a5a8;this[_0x51e914(0x21c)]();});try{await this[_0x36a5a8(0x1f8)][_0x36a5a8(0x20b)]();}catch(_0x42fd23){_0x42fd23 instanceof Error&&_0x42fd23[_0x36a5a8(0x1e1)][_0x36a5a8(0x1fb)](_0x36a5a8(0x1ed))||(_0x42fd23 instanceof _0x25eca0?this[_0x36a5a8(0x249)](_0x42fd23):this[_0x36a5a8(0x249)](new _0x25eca0(_0x36a5a8(0x217),this,void 0x0,_0x42fd23)));}}else this[_0x36a5a8(0x249)](new _0x25eca0(_0x36a5a8(0x260),this,{'checkId':_0x41afe5['id']}));}),this[_0x2f143d(0x23a)](this[_0x2f143d(0x1df)],_0x2f143d(0x1ec),()=>{const _0x43680b=_0x2f143d;this[_0x43680b(0x263)]();}),this[_0x2f143d(0x23a)](this[_0x2f143d(0x1df)],_0x2f143d(0x1ee),()=>{const _0x4ddf84=_0x2f143d;this[_0x4ddf84(0x263)](!0x0);}),this[_0x2f143d(0x23a)](this[_0x2f143d(0x1df)],_0x2f143d(0x261),()=>{const _0x1b6ae4=_0x2f143d;this[_0x1b6ae4(0x1f8)]&&this[_0x1b6ae4(0x1f8)][_0x1b6ae4(0x238)]();}),this[_0x2f143d(0x23a)](this[_0x2f143d(0x1df)],_0x2f143d(0x1fd),()=>{const _0x412db9=_0x2f143d;this[_0x412db9(0x263)](!0x0);}),this[_0x2f143d(0x23a)](this[_0x2f143d(0x1df)],_0x2f143d(0x24a),()=>{const _0xd0445b=_0x2f143d;if(!this[_0xd0445b(0x1f8)])return;const _0x109626=this[_0xd0445b(0x1f8)][_0xd0445b(0x252)]();if(!_0x109626[_0xd0445b(0x24d)])return;this[_0xd0445b(0x240)][_0xd0445b(0x1d7)](_0x109626[_0xd0445b(0x250)](_0x2349fb=>_0x2349fb['id']));const _0x39774a=this[_0xd0445b(0x1f8)];_0x39774a[_0xd0445b(0x247)](),_0x39774a[_0xd0445b(0x1d1)]();}),this[_0x2f143d(0x23a)](this[_0x2f143d(0x1df)],_0x2f143d(0x1d3),(_0x66892d,_0x4a684e)=>{const _0x349402=_0x2f143d;this[_0x349402(0x1f8)]&&this[_0x349402(0x1f8)][_0x349402(0x257)](_0x4a684e['id'])&&(this[_0x349402(0x240)][_0x349402(0x1d7)]([_0x4a684e['id']]),this[_0x349402(0x1f8)][_0x349402(0x243)](_0x4a684e['id']),this[_0x349402(0x1df)][_0x349402(0x20a)](),this[_0x349402(0x1f8)][_0x349402(0x1d1)](_0x4a684e['id']));}),this[_0x2f143d(0x23a)](this[_0x2f143d(0x1df)],_0x2f143d(0x206),(_0x420478,_0x361795)=>{const _0x3d5542=_0x2f143d;this[_0x3d5542(0x1f8)]&&this[_0x3d5542(0x1f8)][_0x3d5542(0x257)](_0x361795['id'])&&(this[_0x3d5542(0x240)][_0x3d5542(0x20e)](_0x361795['id']),this[_0x3d5542(0x1f8)][_0x3d5542(0x1cc)](_0x361795['id']),this[_0x3d5542(0x1df)][_0x3d5542(0x20a)](),this[_0x3d5542(0x1f8)][_0x3d5542(0x1d1)](_0x361795['id']));}),this[_0x2f143d(0x23a)](this[_0x2f143d(0x1df)],_0x2f143d(0x213),async()=>{const _0x420d6e=_0x2f143d;this[_0x420d6e(0x1f8)]&&(this[_0x420d6e(0x240)][_0x420d6e(0x227)](),this[_0x420d6e(0x1f8)][_0x420d6e(0x234)](this[_0x420d6e(0x240)][_0x420d6e(0x233)]()),await this[_0x420d6e(0x1f8)][_0x420d6e(0x224)]());}),this[_0x2f143d(0x23a)](this[_0x2f143d(0x1df)],_0x2f143d(0x225),(_0x221adc,_0x7e5ace)=>{const _0x1397ba=_0x2f143d;this[_0x1397ba(0x1dd)](_0x7e5ace);}),this[_0x2f143d(0x23a)](this[_0x2f143d(0x1df)],_0x2f143d(0x1ef),(_0x1b2a9e,_0x1c1480)=>{const _0x587de1=_0x2f143d;this[_0x587de1(0x242)](_0x1c1480);}),this[_0x2f143d(0x23a)](this[_0x2f143d(0x240)][_0x2f143d(0x24f)],_0x2f143d(0x215),(_0x13ba90,_0x24ac09)=>{const _0x2676ac=_0x2f143d;this[_0x2676ac(0x1e4)](_0x13ba90,_0x24ac09);}),this[_0x2f143d(0x23a)](this[_0x2f143d(0x240)][_0x2f143d(0x24f)],_0x2f143d(0x254),(_0x5e389c,_0x47a180)=>{const _0x9d23bd=_0x2f143d;this[_0x9d23bd(0x269)](_0x5e389c,_0x47a180);}),this[_0x2f143d(0x23a)](this[_0x2f143d(0x240)][_0x2f143d(0x24f)],_0x2f143d(0x253),()=>{const _0x4027f9=_0x2f143d;this[_0x4027f9(0x204)]();}),this[_0x2f143d(0x23a)](this[_0x2f143d(0x240)][_0x2f143d(0x24f)],_0x2f143d(0x1dc),(_0x4fae62,_0x28a302)=>{const _0x260d7b=_0x2f143d;this[_0x260d7b(0x23e)](_0x4fae62,_0x28a302);}),this[_0x2f143d(0x23a)](this[_0x2f143d(0x240)][_0x2f143d(0x24f)],_0x2f143d(0x245),(_0x738c98,_0x597c69)=>{const _0x276c37=_0x2f143d;this[_0x276c37(0x1e3)](_0x738c98,_0x597c69);});}[_0x486322(0x21d)](_0x593482,_0x6b2817){const _0x2cda6b=_0x486322;return new _0x52a32b(this[_0x2cda6b(0x240)][_0x2cda6b(0x233)](),_0x6b2817,this[_0x2cda6b(0x1fa)],_0x593482[_0x2cda6b(0x20c)],_0x593482[_0x2cda6b(0x201)]);}[_0x486322(0x23e)](_0x1dd62e,_0x431576){const _0x5be7fc=_0x486322;this[_0x5be7fc(0x1f8)]&&this[_0x5be7fc(0x1f8)][_0x5be7fc(0x219)](_0x431576[_0x5be7fc(0x1f5)]);}[_0x486322(0x1e3)](_0x9efc3e,_0x569ff9){const _0x5514af=_0x486322;this[_0x5514af(0x1f8)]&&this[_0x5514af(0x1f8)][_0x5514af(0x229)](_0x569ff9[_0x5514af(0x1f5)]);}[_0x486322(0x1ce)](){const _0x2b5ef8=_0x486322;this[_0x2b5ef8(0x1df)][_0x2b5ef8(0x1eb)]();}[_0x486322(0x208)](){const _0x48c921=_0x486322;this[_0x48c921(0x1fa)]=this[_0x48c921(0x1f6)][_0x48c921(0x211)][_0x48c921(0x259)](_0x48c921(0x200));}[_0x486322(0x263)](_0x246fe1=!0x1){const _0x7cfc74=_0x486322;this[_0x7cfc74(0x1f8)]&&(this[_0x7cfc74(0x1f8)][_0x7cfc74(0x1f7)]||this[_0x7cfc74(0x1f8)][_0x7cfc74(0x1d1)](),this[_0x7cfc74(0x1f8)][_0x7cfc74(0x23b)](),this[_0x7cfc74(0x1f8)][_0x7cfc74(0x238)](),this[_0x7cfc74(0x1f8)]=void 0x0),_0x246fe1&&this[_0x7cfc74(0x1df)][_0x7cfc74(0x1d5)](),this[_0x7cfc74(0x240)][_0x7cfc74(0x227)](),this[_0x7cfc74(0x240)][_0x7cfc74(0x207)](),this[_0x7cfc74(0x268)]=null;const _0x7e1bc=this[_0x7cfc74(0x240)][_0x7cfc74(0x251)]();_0x7e1bc&&_0x7e1bc[_0x7cfc74(0x231)][_0x7cfc74(0x258)][_0x7cfc74(0x22d)](_0x258b73=>{const _0x57dc01=_0x7cfc74,_0x38d571=_0x7e1bc[_0x57dc01(0x231)][_0x57dc01(0x258)][_0x57dc01(0x1d8)][_0x57dc01(0x1e5)]();_0x258b73[_0x57dc01(0x22e)](_0x57dc01(0x203),_0x38d571),_0x258b73[_0x57dc01(0x22e)](_0x57dc01(0x1e9),_0x38d571),_0x258b73[_0x57dc01(0x22e)](_0x57dc01(0x1e8),_0x38d571);});}[_0x486322(0x222)](_0x19adae,_0x319a93){const _0x3d81b3=_0x486322,_0x4a16bc=this[_0x3d81b3(0x1f6)][_0x3d81b3(0x202)],_0x5e006c=_0x207cce(_0x4a16bc,_0x19adae);return _0x5e006c===_0x19adae?_0x319a93:_0x5e006c;}[_0x486322(0x249)](_0x4f00cb,_0xd67dfa=!0x1){const _0x5217fd=_0x486322;_0x4b4416(_0x4f00cb[_0x5217fd(0x1e1)]),_0xd67dfa||(_0x4f00cb[_0x5217fd(0x1e1)][_0x5217fd(0x241)](_0x5217fd(0x1cb))?this[_0x5217fd(0x1df)][_0x5217fd(0x24b)]():this[_0x5217fd(0x1df)][_0x5217fd(0x265)]());}[_0x486322(0x1f4)](_0x123b0b){const _0x3cf9cb=_0x486322;if(_0x3cf9cb(0x24c)===this[_0x3cf9cb(0x268)]){const _0x2df52f=this[_0x3cf9cb(0x1df)][_0x3cf9cb(0x230)](_0x123b0b);_0x2df52f&&_0x5a6a4f(_0x2df52f[_0x3cf9cb(0x1d6)](_0x3cf9cb(0x212))||_0x2df52f);}else{if(_0x3cf9cb(0x205)===this[_0x3cf9cb(0x268)]){const _0x4e3a33=this[_0x3cf9cb(0x25a)](_0x123b0b);if(!_0x4e3a33)return;_0x1dccb1({'target':_0x4e3a33,'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0});}}}}
23
+ const _0x47dbf6=_0x57cf;function _0x57cf(_0x344612,_0x3033fa){const _0x4481de=_0x4481();return _0x57cf=function(_0x57cfea,_0x348de3){_0x57cfea=_0x57cfea-0xbb;let _0x44180a=_0x4481de[_0x57cfea];return _0x44180a;},_0x57cf(_0x344612,_0x3033fa);}function _0x4481(){const _0x20b2e3=['_onChangeMarkerBlurred','5978244EmOQVF','abortReviewStream','2065614WgMTay','listenTo','changeMarkerRestored','message','ai-review-mode-check-run-chunk-error','rejectChange','error-chunk','isChangeActive','markChangeAsPending','args','ck-ai-translate-mode-content','_aiReviewCoreEditing','showCheckRunResult','_logError','acceptChange','ai-review-mode-no-current-check-run','_onReviewRunLeave','dismissChange','reviewCheckResultReady','_onReviewCheckResultDeactivated','_diffContent','markChangeAsOutdated','applyChange','showReviewCheckList','stopListening','contentInitial','ai-review-mode-check-run-general-error','documentData','hasModifications','5154048ewQhiG','getRoot','_onChangeMarkerHovered','updateChangeState','_onReviewCheckResultActivated','AIConnector','_createReviewCheckRun','getDocumentData','clearAllMarkers','title','leaveReview','_getChecksList','setAvailableChecks','21805176wiBbQL','showReviewCompletedView','_changeActivationSource','showActionsWhenResultIsReady','showCheckRunResults','removeClass','_onActivateChange','params','closest','_getChangeContentElement','changeMarkerRemoved','_getTranslationWithDefault','emitter','unmodified','reviewCheckResultAdded','changeMarkerHovered','currentError','3150840RkfjUt','_onChangeMarkerClicked','ai-review-mode-check-run-failed','changeId','locale','plugins','_onChangeMarkerRestored','ck-ai_review-highlights','deactivateChange','showGeneralReviewCoreErrorView','getEditor','3RaQnTI','leaveReviewCoreResultList','ready','data','map','_onReviewCheckRun','source','view','start','changeMarkerBlurred','reviewCheckRunUpdated','checks','236891PosIew','_aiConnector','addResultChanges','_aiReviewCoreUi','finished','.ck-ai_review__check-run-result','getReviewCheckList','changes','markChangeAsAccepted','_onChangeMarkerRemoved','reviewCheckResultChangeStatusUpdated','init','updateDocumentData','get','2713564tDznuD','showChunkErrorView','_scrollToChange','change','_aiReviewCheckList','acceptAllChanges','ai-review-mode-source-check-not-found','runReviewCheck','getActiveChanges','length','document','includes','markChangeAsRejected','status','showNoChangesView','retryReview','forceReadyState','ai-review-mode-models-unable-to-retrieve','getCheckById','ai-request-aborted','getChangeElement','contentNew','changeMarkerClicked','sendRating','showGeneralResultsErrorView','_initRequiredPlugins','startsWith','finishReview','_currentReviewCheckRun','error-general','editing','panel','restart','requires','processedResultsCount','activateChange','result','reviewCheckResultDeactivated','context','subTitle','reviewCheckResultActivated','isPremiumPlugin','content','_onDeactivateChange','_onCheckRunFinished','hideChangeBalloon','switchToEdit','ck-ai_review-diff','abort','aborted','isOfficialPlugin','markAllChangesAsAccepted','_markChangePositionInEditorContent','setCheckResultTitle','loading','switchToReadOnly'];_0x4481=function(){return _0x20b2e3;};return _0x4481();}(function(_0xa35dba,_0x486d73){const _0x163f0a=_0x57cf,_0x5ee794=_0xa35dba();while(!![]){try{const _0x36405d=-parseInt(_0x163f0a(0x11a))/0x1+parseInt(_0x163f0a(0xc8))/0x2*(-parseInt(_0x163f0a(0x10e))/0x3)+parseInt(_0x163f0a(0xe5))/0x4+-parseInt(_0x163f0a(0x103))/0x5+-parseInt(_0x163f0a(0xc6))/0x6+-parseInt(_0x163f0a(0x128))/0x7+parseInt(_0x163f0a(0xf2))/0x8;if(_0x36405d===_0x486d73)break;else _0x5ee794['push'](_0x5ee794['shift']());}catch(_0x17b166){_0x5ee794['push'](_0x5ee794['shift']());}}}(_0x4481,0xb249b));import{ContextPlugin as _0x4dd88a}from'ckeditor5/src/core.js';import{CKEditorError as _0x42a33e,logError as _0x3460d8,scrollAncestorsToShowTarget as _0x2af3e5,scrollViewportToShowTarget as _0x219926}from'ckeditor5/src/utils.js';import{AIReviewSystemCheckRun as _0x4bf87c}from'./model/aireviewsystemcheckrun.js';import{getTranslation as _0x19ad02}from'../aicore/utils/common-translations.js';import{AIConnector as _0xc09527}from'../aicore/aiconnector.js';export class AIReviewCoreController extends _0x4dd88a{[_0x47dbf6(0x11b)];[_0x47dbf6(0x11d)];[_0x47dbf6(0xd3)];[_0x47dbf6(0x12c)];[_0x47dbf6(0x144)];[_0x47dbf6(0xf4)]=null;static get[_0x47dbf6(0x149)](){return[_0xc09527];}static get[_0x47dbf6(0xbf)](){return!0x0;}static get[_0x47dbf6(0x151)](){return!0x0;}async[_0x47dbf6(0x125)](){const _0x52a5bb=_0x47dbf6;this[_0x52a5bb(0x141)](),this[_0x52a5bb(0x12c)]=await this[_0x52a5bb(0xf0)](),this[_0x52a5bb(0xc9)](this[_0x52a5bb(0x11d)],_0x52a5bb(0x120),()=>{const _0x3b761e=_0x52a5bb;this[_0x3b761e(0x11d)][_0x3b761e(0xf1)](this[_0x3b761e(0x12c)][_0x3b761e(0x119)]);}),this[_0x52a5bb(0xc9)](this[_0x52a5bb(0x11d)],_0x52a5bb(0x12f),async(_0x19425b,_0x5400d0)=>{const _0x50035c=_0x52a5bb,_0x1f4999=this[_0x50035c(0x12c)][_0x50035c(0x13a)](_0x5400d0['id']);if(_0x1f4999){this[_0x50035c(0x113)](_0x5400d0),this[_0x50035c(0xd3)][_0x50035c(0xc4)](),this[_0x50035c(0x144)]=this[_0x50035c(0xeb)](_0x5400d0,_0x1f4999),this[_0x50035c(0x11d)][_0x50035c(0xc2)](this[_0x50035c(0x144)][_0x50035c(0xee)],this[_0x50035c(0x144)][_0x50035c(0x14f)]),this[_0x50035c(0x144)]['on'](_0x50035c(0x118),(_0x2347d9,_0x291682)=>{const _0xb5de3=_0x50035c;switch(_0x291682[_0xb5de3(0x135)]){case _0xb5de3(0x111):case _0xb5de3(0xc3):this[_0xb5de3(0x11d)][_0xb5de3(0xf6)](_0x291682);break;case _0xb5de3(0x11e):this[_0xb5de3(0x154)]();break;case _0xb5de3(0x110):this[_0xb5de3(0x11d)][_0xb5de3(0xf5)]();break;case _0xb5de3(0xff):this[_0xb5de3(0x11d)][_0xb5de3(0x136)]();break;case _0xb5de3(0x145):this[_0xb5de3(0x11d)][_0xb5de3(0x140)](),this[_0xb5de3(0xd5)](new _0x42a33e(_0xb5de3(0xe2),this,void 0x0,this[_0xb5de3(0x144)]?.[_0xb5de3(0x102)]));break;case _0xb5de3(0xce):this[_0xb5de3(0x11d)][_0xb5de3(0x129)](),this[_0xb5de3(0xd5)](new _0x42a33e(_0xb5de3(0xcc),this,void 0x0,this[_0xb5de3(0x144)]?.[_0xb5de3(0x102)]));break;case _0xb5de3(0xbe):this[_0xb5de3(0x144)]&&this[_0xb5de3(0x144)][_0xb5de3(0x14a)]>0x0?setTimeout(()=>{const _0x1d26d1=_0xb5de3;this[_0x1d26d1(0x144)]?.[_0x1d26d1(0x138)]();},0x0):this[_0xb5de3(0xd8)](!0x0);}_0xb5de3(0x110)!==_0x291682[_0xb5de3(0x135)]&&_0xb5de3(0xce)!==_0x291682[_0xb5de3(0x135)]&&_0xb5de3(0x145)!==_0x291682[_0xb5de3(0x135)]||this[_0xb5de3(0x144)]?.[_0xb5de3(0x13f)]();}),this[_0x50035c(0x144)]['on'](_0x50035c(0x100),(_0x4ebf87,_0x30b841)=>{const _0x2e34d0=_0x50035c;if(!this[_0x2e34d0(0x144)])throw new _0x42a33e(_0x2e34d0(0xd7),this);const _0x41cd70=this[_0x2e34d0(0xdc)](_0x30b841[_0x2e34d0(0x14c)][_0x2e34d0(0xe1)],_0x30b841[_0x2e34d0(0x14c)][_0x2e34d0(0x13d)]);_0x30b841[_0x2e34d0(0x114)][_0x2e34d0(0x11c)](_0x30b841[_0x2e34d0(0x14c)]['id'],_0x41cd70);}),this[_0x50035c(0x144)]['on'](_0x50035c(0xda),(_0x1ffbb8,_0x416592)=>{const _0x29b325=_0x50035c;for(const _0x55e283 of _0x416592[_0x29b325(0x121)])this[_0x29b325(0x11d)][_0x29b325(0xd4)](_0x55e283);this[_0x29b325(0xc1)](_0x416592[_0x29b325(0x121)],_0x416592[_0x29b325(0x114)][_0x29b325(0xe3)]);}),this[_0x50035c(0x144)]['on'](_0x50035c(0x124),(_0x231dd4,_0x30a55c)=>{const _0x12a07d=_0x50035c;this[_0x12a07d(0x11d)][_0x12a07d(0xe8)](_0x30a55c[_0x12a07d(0x12b)]['id'],_0x30a55c[_0x12a07d(0x135)]);}),this[_0x50035c(0x144)]['on'](_0x50035c(0x150),(_0xfe9c8a,_0x53ba6f)=>{const _0x3f3004=_0x50035c;this[_0x3f3004(0xe9)](_0x53ba6f);}),this[_0x50035c(0x144)]['on'](_0x50035c(0x14d),()=>{const _0x411e6d=_0x50035c;this[_0x411e6d(0xdb)]();});try{await this[_0x50035c(0x144)][_0x50035c(0x116)]();}catch(_0x39a770){_0x39a770 instanceof Error&&_0x39a770[_0x50035c(0xcb)][_0x50035c(0x133)](_0x50035c(0x13b))||(_0x39a770 instanceof _0x42a33e?this[_0x50035c(0xd5)](_0x39a770):this[_0x50035c(0xd5)](new _0x42a33e(_0x50035c(0x105),this,void 0x0,_0x39a770)));}}else this[_0x50035c(0xd5)](new _0x42a33e(_0x50035c(0x12e),this,{'checkId':_0x5400d0['id']}));}),this[_0x52a5bb(0xc9)](this[_0x52a5bb(0x11d)],_0x52a5bb(0xef),()=>{const _0x458956=_0x52a5bb;this[_0x458956(0xd8)]();}),this[_0x52a5bb(0xc9)](this[_0x52a5bb(0x11d)],_0x52a5bb(0x10f),()=>{const _0x57e7b5=_0x52a5bb;this[_0x57e7b5(0xd8)](!0x0);}),this[_0x52a5bb(0xc9)](this[_0x52a5bb(0x11d)],_0x52a5bb(0xc7),()=>{const _0x572ddd=_0x52a5bb;this[_0x572ddd(0x144)]&&this[_0x572ddd(0x144)][_0x572ddd(0xbd)]();}),this[_0x52a5bb(0xc9)](this[_0x52a5bb(0x11d)],_0x52a5bb(0x143),()=>{const _0x2dda0e=_0x52a5bb;this[_0x2dda0e(0xd8)](!0x0);}),this[_0x52a5bb(0xc9)](this[_0x52a5bb(0x11d)],_0x52a5bb(0x12d),()=>{const _0x3ad50e=_0x52a5bb;if(!this[_0x3ad50e(0x144)])return;const _0x18a976=this[_0x3ad50e(0x144)][_0x3ad50e(0x130)]();if(!_0x18a976[_0x3ad50e(0x131)])return;this[_0x3ad50e(0xd3)][_0x3ad50e(0xde)](_0x18a976[_0x3ad50e(0x112)](_0x3f0d33=>_0x3f0d33['id']));const _0x44c0bf=this[_0x3ad50e(0x144)];_0x44c0bf[_0x3ad50e(0xc0)](),_0x44c0bf[_0x3ad50e(0x13f)]();}),this[_0x52a5bb(0xc9)](this[_0x52a5bb(0x11d)],_0x52a5bb(0xd6),(_0x53a9d2,_0x269f2e)=>{const _0x5b07ad=_0x52a5bb;this[_0x5b07ad(0x144)]&&this[_0x5b07ad(0x144)][_0x5b07ad(0xcf)](_0x269f2e['id'])&&(this[_0x5b07ad(0xd3)][_0x5b07ad(0xde)]([_0x269f2e['id']]),this[_0x5b07ad(0x144)][_0x5b07ad(0x122)](_0x269f2e['id']),this[_0x5b07ad(0x11d)][_0x5b07ad(0x155)](),this[_0x5b07ad(0x144)][_0x5b07ad(0x13f)](_0x269f2e['id']));}),this[_0x52a5bb(0xc9)](this[_0x52a5bb(0x11d)],_0x52a5bb(0xd9),(_0x51ffde,_0x2c2f0e)=>{const _0x2598a2=_0x52a5bb;this[_0x2598a2(0x144)]&&this[_0x2598a2(0x144)][_0x2598a2(0xcf)](_0x2c2f0e['id'])&&(this[_0x2598a2(0xd3)][_0x2598a2(0xcd)](_0x2c2f0e['id']),this[_0x2598a2(0x144)][_0x2598a2(0x134)](_0x2c2f0e['id']),this[_0x2598a2(0x11d)][_0x2598a2(0x155)](),this[_0x2598a2(0x144)][_0x2598a2(0x13f)](_0x2c2f0e['id']));}),this[_0x52a5bb(0xc9)](this[_0x52a5bb(0x11d)],_0x52a5bb(0x137),async()=>{const _0x5528e9=_0x52a5bb;this[_0x5528e9(0x144)]&&(this[_0x5528e9(0xd3)][_0x5528e9(0xed)](),this[_0x5528e9(0x144)][_0x5528e9(0x126)](this[_0x5528e9(0xd3)][_0x5528e9(0xec)]()),await this[_0x5528e9(0x144)][_0x5528e9(0x148)]());}),this[_0x52a5bb(0xc9)](this[_0x52a5bb(0x11d)],_0x52a5bb(0x14b),(_0x581649,_0x9bba44)=>{const _0x17a04c=_0x52a5bb;this[_0x17a04c(0xf8)](_0x9bba44);}),this[_0x52a5bb(0xc9)](this[_0x52a5bb(0x11d)],_0x52a5bb(0x10b),(_0x37078e,_0x55c3fd)=>{const _0x45c0ec=_0x52a5bb;this[_0x45c0ec(0x153)](_0x55c3fd);}),this[_0x52a5bb(0xc9)](this[_0x52a5bb(0xd3)][_0x52a5bb(0xfe)],_0x52a5bb(0x13e),(_0x1856da,_0x2b71da)=>{const _0x51571f=_0x52a5bb;this[_0x51571f(0x104)](_0x1856da,_0x2b71da);}),this[_0x52a5bb(0xc9)](this[_0x52a5bb(0xd3)][_0x52a5bb(0xfe)],_0x52a5bb(0x101),(_0x439b6c,_0x27daf7)=>{const _0x2cfb27=_0x52a5bb;this[_0x2cfb27(0xe7)](_0x439b6c,_0x27daf7);}),this[_0x52a5bb(0xc9)](this[_0x52a5bb(0xd3)][_0x52a5bb(0xfe)],_0x52a5bb(0x117),()=>{const _0x70cc22=_0x52a5bb;this[_0x70cc22(0xc5)]();}),this[_0x52a5bb(0xc9)](this[_0x52a5bb(0xd3)][_0x52a5bb(0xfe)],_0x52a5bb(0xfc),(_0x263961,_0x1e67f5)=>{const _0x4fb884=_0x52a5bb;this[_0x4fb884(0x123)](_0x263961,_0x1e67f5);}),this[_0x52a5bb(0xc9)](this[_0x52a5bb(0xd3)][_0x52a5bb(0xfe)],_0x52a5bb(0xca),(_0x2dff1d,_0x5b5c76)=>{const _0x4574a9=_0x52a5bb;this[_0x4574a9(0x109)](_0x2dff1d,_0x5b5c76);});}[_0x47dbf6(0xeb)](_0x4c472d,_0x28834e){const _0x26574e=_0x47dbf6;return new _0x4bf87c(this[_0x26574e(0xd3)][_0x26574e(0xec)](),_0x28834e,this[_0x26574e(0x11b)],_0x4c472d[_0x26574e(0xf9)],_0x4c472d[_0x26574e(0xd1)]);}[_0x47dbf6(0x123)](_0x12506b,_0xcfa5){const _0x44c78a=_0x47dbf6;this[_0x44c78a(0x144)]&&this[_0x44c78a(0x144)][_0x44c78a(0xdd)](_0xcfa5[_0x44c78a(0x106)]);}[_0x47dbf6(0x109)](_0x3b6a2c,_0x6b725d){const _0x9e5c49=_0x47dbf6;this[_0x9e5c49(0x144)]&&this[_0x9e5c49(0x144)][_0x9e5c49(0xd0)](_0x6b725d[_0x9e5c49(0x106)]);}[_0x47dbf6(0x154)](){const _0x43857f=_0x47dbf6;this[_0x43857f(0x11d)][_0x43857f(0xf3)]();}[_0x47dbf6(0x141)](){const _0x1b4a21=_0x47dbf6;this[_0x1b4a21(0x11b)]=this[_0x1b4a21(0x14e)][_0x1b4a21(0x108)][_0x1b4a21(0x127)](_0x1b4a21(0xea));}[_0x47dbf6(0xd8)](_0x59c40b=!0x1){const _0x1c844a=_0x47dbf6;this[_0x1c844a(0x144)]&&(this[_0x1c844a(0x144)][_0x1c844a(0xe4)]||this[_0x1c844a(0x144)][_0x1c844a(0x13f)](),this[_0x1c844a(0x144)][_0x1c844a(0xe0)](),this[_0x1c844a(0x144)][_0x1c844a(0xbd)](),this[_0x1c844a(0x144)]=void 0x0),_0x59c40b&&this[_0x1c844a(0x11d)][_0x1c844a(0xdf)](),this[_0x1c844a(0xd3)][_0x1c844a(0xed)](),this[_0x1c844a(0xd3)][_0x1c844a(0xbb)](),this[_0x1c844a(0xf4)]=null;const _0x1827c7=this[_0x1c844a(0xd3)][_0x1c844a(0x10d)]();_0x1827c7&&_0x1827c7[_0x1c844a(0x146)][_0x1c844a(0x115)][_0x1c844a(0x12b)](_0x49fe2d=>{const _0x5961af=_0x1c844a,_0x36c7ee=_0x1827c7[_0x5961af(0x146)][_0x5961af(0x115)][_0x5961af(0x132)][_0x5961af(0xe6)]();_0x49fe2d[_0x5961af(0xf7)](_0x5961af(0xbc),_0x36c7ee),_0x49fe2d[_0x5961af(0xf7)](_0x5961af(0x10a),_0x36c7ee),_0x49fe2d[_0x5961af(0xf7)](_0x5961af(0xd2),_0x36c7ee);});}[_0x47dbf6(0xfd)](_0xd16135,_0x533e15){const _0x4bf111=_0x47dbf6,_0x30316e=this[_0x4bf111(0x14e)][_0x4bf111(0x107)],_0x412e96=_0x19ad02(_0x30316e,_0xd16135);return _0x412e96===_0xd16135?_0x533e15:_0x412e96;}[_0x47dbf6(0xd5)](_0x1142a6,_0x9c02c7=!0x1){const _0x468843=_0x47dbf6;_0x3460d8(_0x1142a6[_0x468843(0xcb)]),_0x9c02c7||(_0x1142a6[_0x468843(0xcb)][_0x468843(0x142)](_0x468843(0x139))?this[_0x468843(0x11d)][_0x468843(0x10c)]():this[_0x468843(0x11d)][_0x468843(0x140)]());}[_0x47dbf6(0x12a)](_0x58fe9f){const _0x521350=_0x47dbf6;if(_0x521350(0x152)===this[_0x521350(0xf4)]){const _0x59641d=this[_0x521350(0x11d)][_0x521350(0x13c)](_0x58fe9f);_0x59641d&&_0x2af3e5(_0x59641d[_0x521350(0xfa)](_0x521350(0x11f))||_0x59641d);}else{if(_0x521350(0x147)===this[_0x521350(0xf4)]){const _0x920862=this[_0x521350(0xfb)](_0x58fe9f);if(!_0x920862)return;_0x219926({'target':_0x920862,'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0});}}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x58b6(){const _0x557a93=['markerToElement','version','switchToEdit','fire','forEach','setAllMarkersAsInactive','highest','toData','_insertMarkers','type','from','parent','outerHTML','stringify','createRangeOn','$graveyard','start','deleteContent','add','diffContent','insertContent','content','view','applyChange','getMarkerElementForChange','remove-only','hasAttribute','413WkeOeO','27OQRtSv','target','relatedTarget','_changePositionOwnerDocument','plugins','context','mouseover','markerName','downcast','requires','createPositionAfter','path','_getChangeContext','_changeOperationOwnerDocument','_handleMarkerChanges','filter','ck-ai_review__change_active','closest','className','backward','sort','\x20ck-ai_review__change_active','_sortMarkers','getOperations','get','elements','isLimit','_appendChild','getEditor','createRawElement','editing','rejectChange','containerElement','afterInit','querySelector','body','_getOperationStart','offsetSize','includes','isIntersecting','hasContentBefore','markers','suggestion-context','ck-ai_review-marker_underline','processor','_setAttribute','addOperation','schema','htmlProcessor','childCount','marker','getHtml','_findAdjacentContextDistance','ck-ai_review-marker_hide','every','_nextDataId','outside','index','hasClass','concat','getChangedMarkers','96064BXHOel','getChild','ck-ai_review-marker_','clearAllMarkers','_eventEmitter','addMarker','offset','containsRange','keys','isOpening','getChildren','flat','enableReadOnlyMode','mouseup','data-marker-id','split','map','viewToDom','_groupAdjacentOperations','getRoot','createUIElement','8MyOqlt','isInline','_changePosition','push','getDiff','_clone','end','DocumentCompare','join','_getMarkersDataForGroup','changeMarkerRemoved','toDomElement','_upsertDataId','for','review-','1888194ickGGO','isDocumentOperation','ck-ai_review-marker_context-','_domEmitter','setMarkersInElementAsActive','_markers','$markedRemove:synthetic','jumpTo','groupId','createRangeIn','createSelection','_createGetContentUsingDataIdFn','toView','$markedRemove','isTouching','dataDowncast','asFragment','_shiftOperation','markerToHighlight','applyOperation','remove','getDomRoot','listenTo','_removeChildren','differ','model','startsWith','nodes','isPremiumPlugin','domConverter','getShiftedBy','htmlWriter','159204qgvsiB','name','createRange','parse','conversion','has','append','data','.ck-reset.ck-ai_review-balloon-panel-suggestion','ellipsisAfter','_findMarkerElementById','$root','rootName','No\x20element\x20found\x20for\x20ID:\x20','operations','ellipsisBefore','_changeRangeOwnerDocument','createPositionAt','ck-ai_review-marker_context-start','ck-ai_review-marker_add','span','$textProxy','4lZPakv','innerHTML','_removeAttribute','isAtStart','baseVersion','set','changeMarkerHovered','1436340LvMjBw','isBlock','pluginName','getRoots','asString','_activeMarkers','attributeToAttribute','hasContentAfter','howMany','position','forward','remove-text','reconvertMarker','delete','729255atCMyy','clear','13121XUIpdb','exec','createDocumentFragment','root','_haveSingleTopLevelElement','reactivateMarkers','getPath','ck-ai_review-marker_context-end','ai-review','suggestion:deletion:id:authorId:','getChanges','operationsA','_haveOnlyInlineContent','getEditableElement','disableReadOnlyMode','getAttribute','_findMarkerElement','suggestion:insertion:id:authorId:','getContentElementForChange','changeMarkerClicked','registerPostFixer','pop','batch','emitter','_createGetContentFn','AIEditing','values','editingDowncast','_getPositionLimitingRange','_getOperationEnd','_translateOperationToEditorContent','operationsIsolated','getRange','_changeRange','element','getStart','isOfficialPlugin','changeMarkerBlurred','history','$documentFragment','newRange','[data-marker-id=\x22','documentFragment','[data-id=\x22','removeMarker','clone','644250SWzcBb','length','_parseMarkerName','markChangePositionInEditorContent','affectsData','_hasSameTopLevelElement','isAtEnd','_createGetContextFn','getDocumentData','document','parentElement','change','changeMarkerRestored','remove-context','size','inside','insert','1243OiCAWc','oldRange','switchToReadOnly','ck-ai_review-marker_strikethrough','_validateMarkers','warn','AIReviewCoreEditing'];_0x58b6=function(){return _0x557a93;};return _0x58b6();}function _0x473c(_0x5ea199,_0x3f1766){const _0x58b68c=_0x58b6();return _0x473c=function(_0x473c1b,_0x619017){_0x473c1b=_0x473c1b-0x134;let _0x280605=_0x58b68c[_0x473c1b];return _0x280605;},_0x473c(_0x5ea199,_0x3f1766);}const _0x86ee5e=_0x473c;(function(_0x5e4619,_0x5750a6){const _0x59c803=_0x473c,_0x3583f4=_0x5e4619();while(!![]){try{const _0x4245db=-parseInt(_0x59c803(0x1b6))/0x1*(parseInt(_0x59c803(0x15a))/0x2)+-parseInt(_0x59c803(0x169))/0x3*(parseInt(_0x59c803(0x19f))/0x4)+-parseInt(_0x59c803(0x1b4))/0x5+parseInt(_0x59c803(0x1a6))/0x6+parseInt(_0x59c803(0x217))/0x7*(-parseInt(_0x59c803(0x145))/0x8)+parseInt(_0x59c803(0x218))/0x9*(parseInt(_0x59c803(0x1e4))/0xa)+-parseInt(_0x59c803(0x1f5))/0xb*(-parseInt(_0x59c803(0x189))/0xc);if(_0x4245db===_0x5750a6)break;else _0x3583f4['push'](_0x3583f4['shift']());}catch(_0x128412){_0x3583f4['push'](_0x3583f4['shift']());}}}(_0x58b6,0x6096f));import{InsertOperation as _0x232981,MarkerOperation as _0x3b566f,ModelDocumentFragment as _0x5cd503,ModelPosition as _0x5c50d8,ModelRange as _0x168344,ModelTreeWalker as _0x11f18b,transformOperationSets as _0x42274f}from'ckeditor5/src/engine.js';import{DomEmitterMixin as _0x25607a,EmitterMixin as _0x5ef54b,uid as _0x441c16}from'ckeditor5/src/utils.js';import{ContextPlugin as _0x269db1}from'ckeditor5/src/core.js';import{DocumentCompare as _0x488636,DATA_ID_MODEL_ATTRIBUTE as _0x503323,DATA_ID_VIEW_ATTRIBUTE as _0x566845,getMarkerDomElement as _0x432f42}from'ckeditor5-collaboration/src/collaboration-core.js';import{getEditorFromContext as _0x300b43}from'../aicore/utils/geteditorfromcontext.js';import{AIEditing as _0x1184d0}from'../aicore/aiediting.js';import{debounce as _0x242203}from'es-toolkit/compat';const fe=_0x86ee5e(0x168);export class AIReviewCoreEditing extends _0x269db1{static get[_0x86ee5e(0x221)](){return[_0x488636,_0x1184d0];}static get[_0x86ee5e(0x1a8)](){const _0x1de02d=_0x86ee5e;return _0x1de02d(0x1fb);}static get[_0x86ee5e(0x1da)](){return!0x0;}static get[_0x86ee5e(0x185)](){return!0x0;}[_0x86ee5e(0x16e)]=new Map();[_0x86ee5e(0x1ab)]=new Set();[_0x86ee5e(0x16c)];[_0x86ee5e(0x149)];constructor(_0x22c9c5){const _0x1f05ca=_0x86ee5e;super(_0x22c9c5),this[_0x1f05ca(0x16c)]=new(_0x25607a())(),this[_0x1f05ca(0x149)]=new(_0x5ef54b())();}get[_0x86ee5e(0x1cd)](){const _0x345e3e=_0x86ee5e;return this[_0x345e3e(0x149)];}[_0x86ee5e(0x239)](){const _0x132d8a=_0x86ee5e,_0x44cd8a=_0x300b43(this[_0x132d8a(0x21d)]);_0x44cd8a[_0x132d8a(0x18d)][_0x132d8a(0x167)](_0x132d8a(0x1d1))[_0x132d8a(0x1fc)]({'model':fe+_0x132d8a(0x1f4),'view':(_0x31c0bf,{writer:_0x3a6b16})=>{const _0x3eeca8=_0x132d8a,_0x5c655c=this[_0x3eeca8(0x16e)][_0x3eeca8(0x230)](_0x31c0bf[_0x3eeca8(0x21f)]),_0x3a1373={'class':_0x3eeca8(0x19c)+(this[_0x3eeca8(0x1ab)][_0x3eeca8(0x18e)](_0x5c655c?.['id']||'')?_0x3eeca8(0x22d):''),'data-marker-id':_0x31c0bf[_0x3eeca8(0x21f)]};return _0x3a6b16[_0x3eeca8(0x159)](_0x3eeca8(0x19d),_0x3a1373,function(_0x597768){const _0xb27639=_0x3eeca8,_0x495443=this[_0xb27639(0x165)](_0x597768);return _0x495443[_0xb27639(0x1a0)]=_0x5c655c?.[_0xb27639(0x211)]?.[_0xb27639(0x1aa)]||'',_0x495443;});}}),_0x44cd8a[_0x132d8a(0x18d)][_0x132d8a(0x167)](_0x132d8a(0x1d1))[_0x132d8a(0x17b)]({'model':fe+_0x132d8a(0x215),'view':_0x14beb7=>{const _0x6a286d=_0x132d8a,_0x2b2c84=this[_0x6a286d(0x16e)][_0x6a286d(0x230)](_0x14beb7[_0x6a286d(0x21f)]),_0x8da22d=[_0x6a286d(0x1f8)];return this[_0x6a286d(0x1ab)][_0x6a286d(0x18e)](_0x2b2c84?.['id']||'')&&_0x8da22d[_0x6a286d(0x15d)](_0x6a286d(0x228)),{'classes':_0x8da22d,'attributes':{'data-marker-id':_0x14beb7[_0x6a286d(0x21f)]}};}}),_0x44cd8a[_0x132d8a(0x18d)][_0x132d8a(0x167)](_0x132d8a(0x1d1))[_0x132d8a(0x17b)]({'model':fe+_0x132d8a(0x1f1),'view':_0x2f15f0=>{const _0x58b64a=_0x132d8a,_0x1018f5=this[_0x58b64a(0x16e)][_0x58b64a(0x230)](_0x2f15f0[_0x58b64a(0x21f)]),_0x20ef48=[_0x58b64a(0x243)];return this[_0x58b64a(0x1ab)][_0x58b64a(0x18e)](_0x1018f5?.['id']||'')&&_0x20ef48[_0x58b64a(0x15d)](_0x58b64a(0x228)),{'classes':_0x20ef48,'attributes':{'data-marker-id':_0x2f15f0[_0x58b64a(0x21f)]}};}}),_0x44cd8a[_0x132d8a(0x18d)][_0x132d8a(0x167)](_0x132d8a(0x1d1))[_0x132d8a(0x17b)]({'model':fe+_0x132d8a(0x1b1),'view':_0x2b56f1=>{const _0x407cfa=_0x132d8a,_0x163833=this[_0x407cfa(0x16e)][_0x407cfa(0x230)](_0x2b56f1[_0x407cfa(0x21f)]),_0xcf3176=[_0x407cfa(0x13d)];return this[_0x407cfa(0x1ab)][_0x407cfa(0x18e)](_0x163833?.['id']||'')&&_0xcf3176[_0x407cfa(0x15d)](_0x407cfa(0x228)),{'classes':_0xcf3176,'attributes':{'data-marker-id':_0x2b56f1[_0x407cfa(0x21f)]}};}}),_0x44cd8a[_0x132d8a(0x18d)][_0x132d8a(0x167)](_0x132d8a(0x178))[_0x132d8a(0x1fc)]({'model':fe+_0x132d8a(0x242),'view':(_0x3ecf35,{writer:_0x596d63})=>_0x596d63[_0x132d8a(0x235)](_0x132d8a(0x19d),{'class':_0x132d8a(0x16b)+(_0x3ecf35[_0x132d8a(0x14e)]?_0x132d8a(0x20c):_0x132d8a(0x160))})}),_0x44cd8a[_0x132d8a(0x18d)][_0x132d8a(0x167)](_0x132d8a(0x220))[_0x132d8a(0x1ac)]({'model':_0x503323,'view':_0x566845});const _0x665181=_0x44cd8a['ui'][_0x132d8a(0x1c3)]()||document[_0x132d8a(0x23b)];this[_0x132d8a(0x16c)][_0x132d8a(0x17f)](_0x665181,_0x132d8a(0x152),(_0x18619f,_0x4b4708)=>{const _0x41e39e=_0x132d8a,_0x5d7d56=_0x4b4708[_0x41e39e(0x219)],_0x128766=this[_0x41e39e(0x1c6)](_0x5d7d56);if(!_0x128766)return;const _0xcc29a4=_0x128766[_0x41e39e(0x1c5)](_0x41e39e(0x153)),_0x449565=_0xcc29a4[_0x41e39e(0x154)](':')[_0x41e39e(0x1cb)]()?.[_0x41e39e(0x154)]('_')[0x0];this[_0x41e39e(0x149)][_0x41e39e(0x1ff)](_0x41e39e(0x1c9),{'markerId':_0xcc29a4,'changeId':_0x449565,'markerElement':()=>this[_0x41e39e(0x193)](_0xcc29a4),'domEvent':_0x4b4708});},{'usePassive':!0x0,'priority':_0x132d8a(0x202)}),this[_0x132d8a(0x16c)][_0x132d8a(0x17f)](_0x665181,_0x132d8a(0x21e),(_0x65b08d,_0x4eeb9b)=>{const _0x5136e6=_0x132d8a,_0x57459a=_0x4eeb9b[_0x5136e6(0x219)],_0x3387d3=_0x4eeb9b[_0x5136e6(0x21a)];let _0x117806=this[_0x5136e6(0x1c6)](_0x57459a);if(!_0x117806&&_0x3387d3&&(_0x117806=this[_0x5136e6(0x1c6)](_0x3387d3)),!_0x117806)return;const _0x5311f8=_0x117806[_0x5136e6(0x1c5)](_0x5136e6(0x153)),_0x1c2211=_0x5311f8[_0x5136e6(0x154)](':')[_0x5136e6(0x1cb)]()?.[_0x5136e6(0x154)]('_')[0x0];this[_0x5136e6(0x149)][_0x5136e6(0x1ff)](_0x5136e6(0x1a5),{'changeId':_0x1c2211,'markerElement':()=>this[_0x5136e6(0x193)](_0x5311f8),'domEvent':_0x4eeb9b});}),this[_0x132d8a(0x16c)][_0x132d8a(0x17f)](document,_0x132d8a(0x21e),_0x242203((_0x163775,_0x292797)=>{const _0x4cee55=_0x132d8a,_0x2292c5=_0x292797[_0x4cee55(0x219)];if(this[_0x4cee55(0x1c6)](_0x2292c5))return;_0x2292c5[_0x4cee55(0x229)](_0x4cee55(0x191))||this[_0x4cee55(0x149)][_0x4cee55(0x1ff)](_0x4cee55(0x1db));},0xc8)),_0x44cd8a[_0x132d8a(0x182)][_0x132d8a(0x1ed)][_0x132d8a(0x1ca)](_0x5c3e7d=>this[_0x132d8a(0x1f9)](_0x44cd8a,_0x5c3e7d)),_0x44cd8a[_0x132d8a(0x182)][_0x132d8a(0x1ed)]['on'](_0x132d8a(0x1ef),()=>this[_0x132d8a(0x226)](_0x44cd8a));}[_0x86ee5e(0x1ec)](){const _0x5dde2b=_0x86ee5e,_0x36c382=this[_0x5dde2b(0x21d)][_0x5dde2b(0x21c)][_0x5dde2b(0x230)](_0x5dde2b(0x1cf)),_0x38bcad=_0x300b43(this[_0x5dde2b(0x21d)]),_0x3fd3ca=_0x38bcad[_0x5dde2b(0x182)],_0x1e1398=new _0x5cd503();for(const _0x590190 of _0x3fd3ca[_0x5dde2b(0x1ed)][_0x5dde2b(0x158)]()[_0x5dde2b(0x14f)]()){const _0x547f13=_0x590190[_0x5dde2b(0x15f)](!0x0);_0x1e1398[_0x5dde2b(0x233)](_0x547f13);}for(const _0xc4c84c of _0x3fd3ca[_0x5dde2b(0x241)])_0x1e1398[_0x5dde2b(0x241)][_0x5dde2b(0x1a4)](_0xc4c84c[_0x5dde2b(0x18a)],this[_0x5dde2b(0x199)](_0xc4c84c[_0x5dde2b(0x1d6)]()[_0x5dde2b(0x1e3)](),_0x1e1398));const _0x496cb1=new _0x11f18b({'ignoreElementEnd':!0x0,'startPosition':_0x3fd3ca[_0x5dde2b(0x19a)](_0x1e1398,0x0)}),_0x506e44=new Set(),_0x445d23=new Map();for(const {item:_0x141927}of _0x496cb1){if(!_0x141927['is'](_0x5dde2b(0x19e)))continue;const _0x25c42a=_0x141927[_0x5dde2b(0x207)];if(_0x25c42a&&_0x25c42a['is'](_0x5dde2b(0x1d8))){const _0x10fbad=this[_0x5dde2b(0x166)](_0x25c42a,()=>_0x36c382[_0x5dde2b(0x13f)](_0x506e44));_0x506e44[_0x5dde2b(0x20e)](_0x10fbad);for(const _0x19c439 of _0x25c42a[_0x5dde2b(0x14f)]())_0x19c439['is'](_0x5dde2b(0x1d8))&&_0x506e44[_0x5dde2b(0x20e)](this[_0x5dde2b(0x166)](_0x19c439,()=>_0x36c382[_0x5dde2b(0x13f)](_0x506e44)));let _0x3be850=_0x25c42a;for(;_0x3be850[_0x5dde2b(0x207)]&&!_0x3be850[_0x5dde2b(0x207)]['is'](_0x5dde2b(0x1e0));)_0x3be850=_0x3be850[_0x5dde2b(0x207)],_0x3be850[_0x5dde2b(0x216)](_0x503323)&&_0x3be850[_0x5dde2b(0x1a1)](_0x503323);_0x445d23[_0x5dde2b(0x1a4)](_0x10fbad,{'path':_0x25c42a[_0x5dde2b(0x1bc)](),'getContent':this[_0x5dde2b(0x174)](_0x3be850[_0x5dde2b(0x15f)](!0x0),_0x10fbad,_0x38bcad[_0x5dde2b(0x190)])}),_0x496cb1[_0x5dde2b(0x170)](_0x3fd3ca[_0x5dde2b(0x222)](_0x25c42a));}}return{'content':_0x38bcad[_0x5dde2b(0x190)][_0x5dde2b(0x134)][_0x5dde2b(0x203)](_0x38bcad[_0x5dde2b(0x190)][_0x5dde2b(0x175)](_0x1e1398)),'version':_0x38bcad[_0x5dde2b(0x182)][_0x5dde2b(0x1ed)][_0x5dde2b(0x1fd)],'elements':_0x445d23};}[_0x86ee5e(0x20f)](_0x7ac64e,_0x5c6114,_0x939b63=!0x1){const _0x364883=_0x86ee5e,_0x19ec79=[],_0x3706e2=_0x300b43(this[_0x364883(0x21d)]),_0x164838=_0x3706e2[_0x364883(0x190)][_0x364883(0x18c)](_0x5c6114,_0x364883(0x1dd)),_0xd1fe23=_0x3706e2[_0x364883(0x190)][_0x364883(0x18c)](_0x7ac64e,_0x364883(0x1dd)),_0xc16d94=_0x3706e2[_0x364883(0x182)][_0x364883(0x19a)](_0xd1fe23,0x0);if(this[_0x364883(0x1ba)](_0x164838)){if(!this[_0x364883(0x1e9)](_0xd1fe23,_0x164838))return _0x19ec79;}else{const _0x5d87cf=_0x3706e2[_0x364883(0x182)][_0x364883(0x137)];if(!this[_0x364883(0x1c2)](_0xd1fe23,_0x5d87cf)||!this[_0x364883(0x1c2)](_0x164838,_0x5d87cf))return _0x19ec79;}const _0x1f95f6=this[_0x364883(0x21d)][_0x364883(0x21c)][_0x364883(0x230)](_0x364883(0x161))[_0x364883(0x15e)](_0x7ac64e,_0x5c6114,{'anchor':_0xc16d94,'markDeletions':!0x0})[_0x364883(0x22f)]()[_0x364883(0x227)](_0x1ae103=>_0x364883(0x1f4)===_0x1ae103[_0x364883(0x205)]||_0x364883(0x13a)===_0x1ae103[_0x364883(0x205)]&&_0x1ae103[_0x364883(0x18a)][_0x364883(0x183)](_0x364883(0x176))),_0x4941e4=this[_0x364883(0x157)](_0x1f95f6),_0x4681ba=[];if(_0x939b63){if(_0x4941e4[_0x364883(0x1e5)]){const _0x3ffcc9=_0x4941e4[0x0][_0x364883(0x197)][0x0],_0x214c23=_0x364883(0x1f4)===_0x3ffcc9[_0x364883(0x205)]?_0x3ffcc9[_0x364883(0x1af)]:_0x3ffcc9[_0x364883(0x1de)][_0x364883(0x20c)],_0x4be224=this[_0x364883(0x1d2)](_0x214c23,_0x3706e2,_0x364883(0x1f3)),_0x10fa58=_0x4be224?_0x164838[_0x364883(0x146)](0x0)[_0x364883(0x14f)]():_0x164838[_0x364883(0x14f)](),_0x219474=_0x4be224||_0x3706e2[_0x364883(0x182)][_0x364883(0x172)](_0xd1fe23),_0x15091c=[new _0x3b566f(_0x364883(0x16f)+_0x441c16(),null,_0x219474,_0x3706e2[_0x364883(0x182)][_0x364883(0x1ed)][_0x364883(0x182)][_0x364883(0x241)],!0x0,_0x3706e2[_0x364883(0x182)][_0x364883(0x1ed)][_0x364883(0x1fd)]+0x1),new _0x232981(_0x219474[_0x364883(0x160)],_0x10fa58,_0x3706e2[_0x364883(0x182)][_0x364883(0x1ed)][_0x364883(0x1fd)]+0x2)];_0x4681ba[_0x364883(0x15d)]({'operations':_0x15091c,'operationsIsolated':_0x15091c,'groupOffset':0x0});}}else _0x4681ba[_0x364883(0x15d)](..._0x4941e4);let _0x56e552=0x0;return _0x3706e2[_0x364883(0x182)][_0x364883(0x1ef)](_0x4a2f94=>{const _0x1be4c9=_0x364883;for(let _0x4c6d10=0x0;_0x4c6d10<_0x4681ba[_0x1be4c9(0x1e5)];_0x4c6d10++){const _0x1b1b4b=_0x4681ba[_0x4c6d10],_0x1ed46e=_0x4a2f94[_0x1be4c9(0x1b8)]();for(const _0x41a8de of _0xd1fe23[_0x1be4c9(0x14f)]())_0x4a2f94[_0x1be4c9(0x18f)](_0x41a8de[_0x1be4c9(0x15f)](!0x0),_0x1ed46e);for(const _0x235028 of _0x1b1b4b[_0x1be4c9(0x1d5)])if(_0x1be4c9(0x1f4)===_0x235028[_0x1be4c9(0x205)]){const _0x4b0d9e=_0x235028;_0x4b0d9e[_0x1be4c9(0x1a3)]=null,_0x4b0d9e[_0x1be4c9(0x16a)]=!0x1,this[_0x1be4c9(0x225)](_0x4b0d9e,_0x1ed46e),_0x4a2f94[_0x1be4c9(0x1cc)][_0x1be4c9(0x136)](_0x235028),_0x3706e2[_0x1be4c9(0x182)][_0x1be4c9(0x17c)](_0x235028);const _0x1de454=_0x1be4c9(0x1c7)+_0x56e552++,_0x23f31d=_0x3706e2[_0x1be4c9(0x182)][_0x1be4c9(0x18b)](_0x4b0d9e[_0x1be4c9(0x1af)],_0x4b0d9e[_0x1be4c9(0x1af)][_0x1be4c9(0x187)](_0x4b0d9e[_0x1be4c9(0x1ae)]));_0x1ed46e[_0x1be4c9(0x241)][_0x1be4c9(0x1a4)](_0x1de454,_0x23f31d);}else{if(_0x1be4c9(0x13a)===_0x235028[_0x1be4c9(0x205)]&&_0x235028[_0x1be4c9(0x18a)][_0x1be4c9(0x183)](_0x1be4c9(0x176))){const _0x2bc594=_0x235028,_0x1fd5e6=_0x1be4c9(0x1bf)+_0x56e552++;this[_0x1be4c9(0x225)](_0x2bc594,_0x1ed46e),_0x1ed46e[_0x1be4c9(0x241)][_0x1be4c9(0x1a4)](_0x1fd5e6,_0x2bc594[_0x1be4c9(0x1de)]);}}if(_0x939b63)_0x19ec79[_0x1be4c9(0x15d)]({..._0x1b1b4b,'context':this[_0x1be4c9(0x1ce)](_0xd1fe23,_0x3706e2[_0x1be4c9(0x190)]),'content':this[_0x1be4c9(0x1ce)](_0xd1fe23,_0x3706e2[_0x1be4c9(0x190)])});else{const _0x2ec4b4=this[_0x1be4c9(0x224)](this[_0x1be4c9(0x21b)](this[_0x1be4c9(0x23c)](_0x1b1b4b[_0x1be4c9(0x1d5)][0x0]),_0x1ed46e),this[_0x1be4c9(0x21b)](this[_0x1be4c9(0x1d3)](_0x1b1b4b[_0x1be4c9(0x1d5)][_0x1b1b4b[_0x1be4c9(0x1d5)][_0x1be4c9(0x1e5)]-0x1]),_0x1ed46e));_0x1ed46e[_0x1be4c9(0x241)][_0x1be4c9(0x1a4)](fe+_0x1be4c9(0x242),new _0x168344(_0x2ec4b4[_0x1be4c9(0x20c)],_0x2ec4b4[_0x1be4c9(0x160)])),_0x19ec79[_0x1be4c9(0x15d)]({..._0x1b1b4b,'context':this[_0x1be4c9(0x1eb)](_0x1ed46e,_0x3706e2[_0x1be4c9(0x190)],{'ellipsisBefore':_0x2ec4b4[_0x1be4c9(0x240)],'ellipsisAfter':_0x2ec4b4[_0x1be4c9(0x1ad)]}),'content':this[_0x1be4c9(0x1ce)](_0x1ed46e,_0x3706e2[_0x1be4c9(0x190)])});}}}),_0x19ec79;}[_0x86ee5e(0x1e7)](_0x116c7e,_0x435025){const _0x5f2a0c=_0x86ee5e;if(!_0x116c7e[_0x5f2a0c(0x1e5)])return;const _0x430625=_0x116c7e[0x0][_0x5f2a0c(0x207)]['id'],_0xdf3da6=_0x435025[_0x5f2a0c(0x231)][_0x5f2a0c(0x230)](_0x430625);if(!_0xdf3da6)return void console[_0x5f2a0c(0x1fa)](_0x5f2a0c(0x196)+_0x430625);const _0x36c5d3=_0xdf3da6[_0x5f2a0c(0x223)],_0x297703=_0x300b43(this[_0x5f2a0c(0x21d)]),_0xdfca1e=_0x297703[_0x5f2a0c(0x182)][_0x5f2a0c(0x1ed)][_0x5f2a0c(0x1dc)][_0x5f2a0c(0x22f)](_0x435025[_0x5f2a0c(0x1fd)]),_0xb7b729=[];for(const _0x58bf60 of _0x116c7e){const _0x3c66f0=_0x58bf60[_0x5f2a0c(0x1d5)][_0x5f2a0c(0x155)](_0x2ff249=>this[_0x5f2a0c(0x1d4)](_0x2ff249,_0x36c5d3,_0x297703[_0x5f2a0c(0x182)][_0x5f2a0c(0x1ed)][_0x5f2a0c(0x1a9)]()[0x0]));if(!_0x3c66f0||!_0x3c66f0[_0x5f2a0c(0x1e5)])continue;const _0x128c0f=_0x3c66f0[_0x5f2a0c(0x13e)](_0xe55630=>_0x5f2a0c(0x13a)===_0xe55630[_0x5f2a0c(0x205)]&&_0xe55630[_0x5f2a0c(0x18a)][_0x5f2a0c(0x183)](_0x5f2a0c(0x176))),_0x685abb={'document':_0x297703[_0x5f2a0c(0x182)][_0x5f2a0c(0x1ed)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x39fcd2=_0x42274f(_0x3c66f0,_0xdfca1e,_0x685abb)[_0x5f2a0c(0x1c1)];for(const _0x402f75 of _0x39fcd2)if(_0x5f2a0c(0x1f4)===_0x402f75[_0x5f2a0c(0x205)]){const _0x4fe488=_0x402f75,_0x289f48=_0x4fe488[_0x5f2a0c(0x184)];_0x297703[_0x5f2a0c(0x182)][_0x5f2a0c(0x1ef)](_0x1d16f7=>{const _0x2c85f1=_0x5f2a0c,_0x331898=_0x1d16f7[_0x2c85f1(0x1b8)]();for(const _0x2b8d82 of _0x289f48)_0x1d16f7[_0x2c85f1(0x18f)](_0x2b8d82[_0x2c85f1(0x15f)](!0x0),_0x331898);_0xb7b729[_0x2c85f1(0x15d)]({'start':_0x4fe488[_0x2c85f1(0x1af)],'end':_0x4fe488[_0x2c85f1(0x1af)],'type':_0x2c85f1(0x1f4),'groupId':_0x58bf60['id'],'content':{'asString':this[_0x2c85f1(0x1ce)](_0x331898,_0x297703[_0x2c85f1(0x190)])(),'asFragment':_0x331898}});});}else{if(_0x5f2a0c(0x13a)===_0x402f75[_0x5f2a0c(0x205)]&&_0x402f75[_0x5f2a0c(0x18a)][_0x5f2a0c(0x183)](_0x5f2a0c(0x176))){const _0x58df22=_0x402f75;let _0x2b67c4=_0x5f2a0c(0x1b1);if(_0x128c0f){const _0x5b8b8a=this[_0x5f2a0c(0x13c)](_0x58df22[_0x5f2a0c(0x1de)][_0x5f2a0c(0x20c)],_0x5f2a0c(0x22b),_0x297703[_0x5f2a0c(0x182)][_0x5f2a0c(0x137)]),_0x100cfe=this[_0x5f2a0c(0x13c)](_0x58df22[_0x5f2a0c(0x1de)][_0x5f2a0c(0x160)],_0x5f2a0c(0x1b0),_0x297703[_0x5f2a0c(0x182)][_0x5f2a0c(0x137)]);if(_0x5b8b8a||_0x100cfe){const _0x432831=_0x58df22[_0x5f2a0c(0x1de)][_0x5f2a0c(0x20c)][_0x5f2a0c(0x187)](-_0x5b8b8a),_0x13756f=_0x58df22[_0x5f2a0c(0x1de)][_0x5f2a0c(0x160)][_0x5f2a0c(0x187)](_0x100cfe);_0xb7b729[_0x5f2a0c(0x15d)]({'start':_0x432831,'end':_0x13756f,'groupId':_0x58bf60['id'],'type':_0x5f2a0c(0x1f1)});}else _0x2b67c4=_0x5f2a0c(0x215);}_0xb7b729[_0x5f2a0c(0x15d)]({'start':_0x58df22[_0x5f2a0c(0x1de)][_0x5f2a0c(0x20c)],'end':_0x58df22[_0x5f2a0c(0x1de)][_0x5f2a0c(0x160)],'groupId':_0x58bf60['id'],'type':_0x2b67c4});}}}this[_0x5f2a0c(0x204)](_0xb7b729);}[_0x86ee5e(0x148)](){const _0x17a7e7=_0x86ee5e,_0x22b9c2=_0x300b43(this[_0x17a7e7(0x21d)]);_0x22b9c2[_0x17a7e7(0x182)][_0x17a7e7(0x1ef)](_0xf36608=>{const _0x2a82b1=_0x17a7e7;for(const _0x3c2577 of this[_0x2a82b1(0x16e)][_0x2a82b1(0x14d)]())_0x22b9c2[_0x2a82b1(0x182)][_0x2a82b1(0x241)][_0x2a82b1(0x230)](_0x3c2577)&&_0xf36608[_0x2a82b1(0x1e2)](_0x3c2577);}),this[_0x17a7e7(0x16e)][_0x17a7e7(0x1b5)](),this[_0x17a7e7(0x1ab)][_0x17a7e7(0x1b5)]();}[_0x86ee5e(0x1f7)](){const _0x24f9d5=_0x86ee5e;_0x300b43(this[_0x24f9d5(0x21d)])[_0x24f9d5(0x151)](_0x24f9d5(0x1be));}[_0x86ee5e(0x1fe)](){const _0x589c77=_0x86ee5e;_0x300b43(this[_0x589c77(0x21d)])[_0x589c77(0x1c4)](_0x589c77(0x1be));}[_0x86ee5e(0x213)](_0x1f3937){const _0x2e18b6=_0x86ee5e,_0x45c8f6=_0x300b43(this[_0x2e18b6(0x21d)]),_0x2f4df0=_0x45c8f6[_0x2e18b6(0x182)],_0xced1e=_0x1f3937[_0x2e18b6(0x155)](_0x1f1478=>this[_0x2e18b6(0x163)](_0x1f1478))[_0x2e18b6(0x150)]();_0x2f4df0[_0x2e18b6(0x1ef)](_0x1324b6=>{const _0x2182c0=_0x2e18b6;for(const _0x3f73ad of _0xced1e){const _0x2ea1d1=_0x45c8f6[_0x2182c0(0x182)][_0x2182c0(0x241)][_0x2182c0(0x230)](_0x3f73ad['id']);if(_0x2ea1d1){if(_0x2182c0(0x1f4)===_0x3f73ad[_0x2182c0(0x205)]){if(!_0x3f73ad[_0x2182c0(0x211)])continue;_0x2f4df0[_0x2182c0(0x210)](_0x3f73ad[_0x2182c0(0x211)][_0x2182c0(0x179)]||null,_0x2ea1d1[_0x2182c0(0x1d6)]()[_0x2182c0(0x20c)]);}else _0x2182c0(0x1b1)!==_0x3f73ad[_0x2182c0(0x205)]&&_0x2182c0(0x215)!==_0x3f73ad[_0x2182c0(0x205)]||_0x2f4df0[_0x2182c0(0x20d)](_0x2f4df0[_0x2182c0(0x173)](_0x2ea1d1[_0x2182c0(0x1d6)]()));_0x1324b6[_0x2182c0(0x1e2)](_0x3f73ad['id']),this[_0x2182c0(0x16e)][_0x2182c0(0x1b3)](_0x3f73ad['id']);}}});}[_0x86ee5e(0x237)](_0x39e628){const _0x28e746=_0x86ee5e,_0x20fd60=_0x300b43(this[_0x28e746(0x21d)]),_0x419f7b=this[_0x28e746(0x163)](_0x39e628);_0x20fd60[_0x28e746(0x182)][_0x28e746(0x1ef)](_0x9f58b5=>{const _0x167067=_0x28e746;for(const _0x3eaaaa of _0x419f7b)_0x9f58b5[_0x167067(0x1e2)](_0x3eaaaa['id']),this[_0x167067(0x16e)][_0x167067(0x1b3)](_0x3eaaaa['id']);});}[_0x86ee5e(0x234)](){const _0x3cf49b=_0x86ee5e;return _0x300b43(this[_0x3cf49b(0x21d)]);}[_0x86ee5e(0x214)](_0x18f58b){const _0x4a2623=_0x86ee5e,_0x40896f=Array[_0x4a2623(0x206)](this[_0x4a2623(0x16e)][_0x4a2623(0x1d0)]())[_0x4a2623(0x227)](_0x527da7=>_0x527da7[_0x4a2623(0x171)]===_0x18f58b);if(!_0x40896f[_0x4a2623(0x1e5)])return null;const _0x49fc15=0x1===_0x40896f[_0x4a2623(0x1e5)]?_0x40896f[0x0]:this[_0x4a2623(0x22e)](_0x40896f)[0x0],_0x204eb4=_0x300b43(this[_0x4a2623(0x21d)])[_0x4a2623(0x182)][_0x4a2623(0x241)][_0x4a2623(0x230)](_0x49fc15['id']);if(!_0x204eb4)return null;return{'modelRange':_0x204eb4[_0x4a2623(0x1d6)](),'getElement':()=>this[_0x4a2623(0x193)](_0x49fc15['id'])};}[_0x86ee5e(0x1c8)](_0x12945e){const _0x35f94c=_0x86ee5e,_0x20ad43=Array[_0x35f94c(0x206)](this[_0x35f94c(0x16e)][_0x35f94c(0x1d0)]())[_0x35f94c(0x227)](_0x1fa920=>_0x1fa920[_0x35f94c(0x171)]===_0x12945e);if(!_0x20ad43[_0x35f94c(0x1e5)])return null;const _0xbfbbe7=0x1===_0x20ad43[_0x35f94c(0x1e5)]?_0x20ad43[0x0]:this[_0x35f94c(0x22e)](_0x20ad43)[0x0],_0x3af307=_0x300b43(this[_0x35f94c(0x21d)]),_0x34fb5d=_0x3af307[_0x35f94c(0x182)][_0x35f94c(0x241)][_0x35f94c(0x230)](_0xbfbbe7['id']);if(!_0x34fb5d)return null;const _0x24baac=_0x34fb5d[_0x35f94c(0x1d6)](),_0x3fe02b=_0x3af307[_0x35f94c(0x236)][_0x35f94c(0x212)][_0x35f94c(0x17e)]();if(!_0x3fe02b||!_0x24baac)return null;let _0x5d85b5=_0x24baac[_0x35f94c(0x20c)][_0x35f94c(0x207)];for(;_0x5d85b5[_0x35f94c(0x207)]&&_0x35f94c(0x194)!==_0x5d85b5[_0x35f94c(0x207)][_0x35f94c(0x18a)];)_0x5d85b5=_0x5d85b5[_0x35f94c(0x207)];if(!_0x5d85b5||!_0x5d85b5[_0x35f94c(0x18a)])return null;const _0x1839e7=_0x3fe02b[_0x35f94c(0x23a)](_0x35f94c(0x1df)+_0xbfbbe7['id']+'\x22]');if(!_0x1839e7)return null;let _0x5318bd=null;_0x3af307[_0x35f94c(0x182)][_0x35f94c(0x1ef)](_0x594f58=>{const _0x37b447=_0x35f94c;_0x5318bd=_0x594f58[_0x37b447(0x1b8)](),_0x594f58[_0x37b447(0x18f)](_0x5d85b5[_0x37b447(0x15f)](!0x0),_0x5318bd);});const _0x138e93=_0x3af307[_0x35f94c(0x190)][_0x35f94c(0x175)](_0x5318bd)[_0x35f94c(0x146)](0x0);return _0x1839e7[_0x35f94c(0x229)](_0x138e93[_0x35f94c(0x18a)]);}[_0x86ee5e(0x1bb)](_0x2b7b14){const _0x2ce8a8=_0x86ee5e,_0x4e4817=this[_0x2ce8a8(0x163)](_0x2b7b14);if(!_0x4e4817[_0x2ce8a8(0x1e5)])return;const _0x2f18e3=Array[_0x2ce8a8(0x206)](this[_0x2ce8a8(0x1ab)])[_0x2ce8a8(0x22c)](),_0x280a5e=Array[_0x2ce8a8(0x206)](new Set(_0x4e4817[_0x2ce8a8(0x155)](_0x4747ea=>_0x4747ea['id'])))[_0x2ce8a8(0x22c)]();_0x2f18e3[_0x2ce8a8(0x162)]('|')!==_0x280a5e[_0x2ce8a8(0x162)]('|')&&(this[_0x2ce8a8(0x201)](),this[_0x2ce8a8(0x16d)](_0x2b7b14));}[_0x86ee5e(0x16d)](_0x207dee){const _0x25658f=_0x86ee5e,_0xcf7f60=this[_0x25658f(0x163)](_0x207dee);if(!_0xcf7f60[_0x25658f(0x1e5)])return;const _0x304223=_0x300b43(this[_0x25658f(0x21d)]),_0x70533f=new Set(_0xcf7f60[_0x25658f(0x155)](_0x1d95ea=>_0x1d95ea['id'])),_0x9afe3c=Array[_0x25658f(0x206)](_0x70533f[_0x25658f(0x1d0)]())[_0x25658f(0x155)](_0x4a2941=>_0x304223[_0x25658f(0x182)][_0x25658f(0x241)][_0x25658f(0x230)](_0x4a2941))[_0x25658f(0x227)](_0x345eec=>!!_0x345eec);_0x70533f[_0x25658f(0x200)](_0x894759=>{const _0xa443fd=_0x25658f;this[_0xa443fd(0x1ab)][_0xa443fd(0x20e)](_0x894759);}),_0x304223[_0x25658f(0x182)][_0x25658f(0x1ef)](()=>{const _0x1b3c20=_0x25658f;_0x9afe3c[_0x1b3c20(0x200)](_0x1c4ab1=>{const _0x8fc07c=_0x1b3c20;_0x304223[_0x8fc07c(0x236)][_0x8fc07c(0x1b2)](_0x1c4ab1);});});}[_0x86ee5e(0x201)](){const _0x16aefa=_0x86ee5e,_0x266032=Array[_0x16aefa(0x206)](this[_0x16aefa(0x1ab)]);if(!_0x266032[_0x16aefa(0x1e5)])return;this[_0x16aefa(0x1ab)][_0x16aefa(0x1b5)]();const _0x15e424=_0x300b43(this[_0x16aefa(0x21d)]),_0x441d76=_0x266032[_0x16aefa(0x155)](_0x11cf6e=>_0x15e424[_0x16aefa(0x182)][_0x16aefa(0x241)][_0x16aefa(0x230)](_0x11cf6e))[_0x16aefa(0x227)](_0x13cc32=>!!_0x13cc32);_0x15e424[_0x16aefa(0x182)][_0x16aefa(0x1ef)](()=>{const _0x5ecfae=_0x16aefa;_0x441d76[_0x5ecfae(0x200)](_0x33725f=>{const _0x356ffd=_0x5ecfae;_0x15e424[_0x356ffd(0x236)][_0x356ffd(0x1b2)](_0x33725f);});});}[_0x86ee5e(0x1d2)](_0x1e0bef,_0x1b9e94,_0x508ebf=_0x86ee5e(0x140)){const _0x195107=_0x86ee5e;if(!_0x1e0bef)return null;let _0x5f590a=_0x1e0bef[_0x195107(0x207)];for(;_0x5f590a&&_0x5f590a[_0x195107(0x207)]&&_0x195107(0x194)!==_0x5f590a[_0x195107(0x207)][_0x195107(0x18a)]&&!_0x1b9e94[_0x195107(0x182)][_0x195107(0x137)][_0x195107(0x232)](_0x5f590a)&&!_0x1b9e94[_0x195107(0x182)][_0x195107(0x137)][_0x195107(0x1a7)](_0x5f590a);)_0x5f590a=_0x5f590a[_0x195107(0x207)];if(!_0x5f590a||!_0x5f590a[_0x195107(0x18a)]||_0x195107(0x194)===_0x5f590a[_0x195107(0x18a)])return null;let _0x2bd515=null;return _0x1b9e94[_0x195107(0x182)][_0x195107(0x1ef)](_0x528fb9=>{const _0x2adbbc=_0x195107;_0x2bd515=_0x2adbbc(0x1f3)===_0x508ebf?_0x528fb9[_0x2adbbc(0x172)](_0x5f590a):_0x528fb9[_0x2adbbc(0x20a)](_0x5f590a);}),_0x2bd515;}[_0x86ee5e(0x1f9)](_0x1f1214,_0x1e8ef3){const _0x9334b2=_0x86ee5e,_0x46afab=Array[_0x9334b2(0x206)](this[_0x9334b2(0x16e)][_0x9334b2(0x14d)]()),_0x2af7f2=new Map();for(const _0xcda703 of _0x46afab){const _0x4bcad7=_0x1f1214[_0x9334b2(0x182)][_0x9334b2(0x241)][_0x9334b2(0x230)](_0xcda703);if(!_0x4bcad7)continue;const _0x16da82=_0x4bcad7[_0x9334b2(0x1d9)]()[_0x9334b2(0x223)][0x0];_0x2af7f2[_0x9334b2(0x18e)](_0x16da82)||_0x2af7f2[_0x9334b2(0x1a4)](_0x16da82,[]),_0x2af7f2[_0x9334b2(0x230)](_0x16da82)[_0x9334b2(0x15d)](_0x4bcad7);}const _0x176963=new Set();for(const _0x450237 of _0x1f1214[_0x9334b2(0x182)][_0x9334b2(0x1ed)][_0x9334b2(0x181)][_0x9334b2(0x1c0)]()){let _0x340016=-0x1,_0x3ac227=null;if(_0x9334b2(0x1f4)===_0x450237[_0x9334b2(0x205)])_0x3ac227=new _0x168344(_0x450237[_0x9334b2(0x1af)],_0x450237[_0x9334b2(0x1af)][_0x9334b2(0x187)](_0x450237[_0x9334b2(0x1e5)])),_0x340016=_0x450237[_0x9334b2(0x1af)][_0x9334b2(0x223)][0x0];else{if(_0x9334b2(0x17d)!==_0x450237[_0x9334b2(0x205)])continue;_0x3ac227=new _0x168344(_0x450237[_0x9334b2(0x1af)]),_0x340016=_0x450237[_0x9334b2(0x1af)][_0x9334b2(0x223)][0x0];}const _0x465534=_0x2af7f2[_0x9334b2(0x230)](_0x340016)||[];if(_0x465534[_0x9334b2(0x1e5)]){for(const _0x19ce70 of _0x465534)if(_0x3ac227[_0x9334b2(0x1b9)][_0x9334b2(0x195)]===_0x19ce70[_0x9334b2(0x1d6)]()[_0x9334b2(0x1b9)][_0x9334b2(0x195)]&&(_0x9334b2(0x1f4)!==_0x450237[_0x9334b2(0x205)]||!_0x3ac227[_0x9334b2(0x14c)](_0x19ce70[_0x9334b2(0x1d6)]()))&&(_0x3ac227[_0x9334b2(0x23f)](_0x19ce70[_0x9334b2(0x1d6)]())||_0x3ac227[_0x9334b2(0x20c)][_0x9334b2(0x177)](_0x19ce70[_0x9334b2(0x1d6)]()[_0x9334b2(0x160)])||_0x3ac227[_0x9334b2(0x160)][_0x9334b2(0x177)](_0x19ce70[_0x9334b2(0x1d6)]()[_0x9334b2(0x20c)]))){const _0xce2e91=this[_0x9334b2(0x1e6)](_0x19ce70[_0x9334b2(0x18a)]);Array[_0x9334b2(0x206)](this[_0x9334b2(0x16e)][_0x9334b2(0x1d0)]())[_0x9334b2(0x227)](_0x52d4b7=>_0x52d4b7[_0x9334b2(0x171)]===_0xce2e91[_0x9334b2(0x171)])[_0x9334b2(0x200)](_0xe5f14f=>_0x176963[_0x9334b2(0x20e)](_0xe5f14f['id']));}}}if(_0x176963[_0x9334b2(0x1f2)]){for(const _0x5e092d of _0x176963)_0x1e8ef3[_0x9334b2(0x1e2)](_0x5e092d);return!0x0;}return!0x1;}[_0x86ee5e(0x226)](_0x313991){const _0x1e7e21=_0x86ee5e;for(const {name:_0x1d68f4,data:_0x16ae19}of _0x313991[_0x1e7e21(0x182)][_0x1e7e21(0x1ed)][_0x1e7e21(0x181)][_0x1e7e21(0x144)]()){if(!_0x1d68f4[_0x1e7e21(0x183)](fe))continue;const _0x113301=_0x16ae19[_0x1e7e21(0x1f6)],_0x335d8b=_0x16ae19[_0x1e7e21(0x1de)],_0x2d8f6f=_0x113301&&_0x1e7e21(0x20b)===_0x113301[_0x1e7e21(0x1b9)][_0x1e7e21(0x195)],_0x8b7f03=_0x335d8b&&_0x1e7e21(0x20b)===_0x335d8b[_0x1e7e21(0x1b9)][_0x1e7e21(0x195)];if(_0x2d8f6f&&_0x8b7f03)continue;const _0x2129f4=this[_0x1e7e21(0x1e6)](_0x1d68f4);this[_0x1e7e21(0x16e)][_0x1e7e21(0x230)](_0x1d68f4)&&(_0x8b7f03||!_0x335d8b?this[_0x1e7e21(0x149)][_0x1e7e21(0x1ff)](_0x1e7e21(0x164),{'markerId':_0x1d68f4,'changeId':_0x2129f4[_0x1e7e21(0x171)]}):_0x2d8f6f&&_0x335d8b&&this[_0x1e7e21(0x149)][_0x1e7e21(0x1ff)](_0x1e7e21(0x1f0),{'markerId':_0x1d68f4,'changeId':_0x2129f4[_0x1e7e21(0x171)]}));}}[_0x86ee5e(0x1e6)](_0x904ba6){const _0x143f35=_0x86ee5e,_0x472bfd=_0x904ba6[_0x143f35(0x154)](':'),_0x1a9427=(_0x472bfd[0x1]||'')[_0x143f35(0x154)]('_');return{'prefix':_0x472bfd[0x0],'groupId':_0x1a9427[0x0],'suffix':_0x1a9427[0x1]};}[_0x86ee5e(0x1d4)](_0x32a825,_0x3119f7,_0x4ee7b2){const _0x3d018f=_0x86ee5e;if(_0x3d018f(0x1f4)===_0x32a825[_0x3d018f(0x205)]){const _0x44fc5d=_0x32a825;return new _0x232981(this[_0x3d018f(0x15c)](_0x3119f7[_0x3d018f(0x143)](_0x44fc5d[_0x3d018f(0x1af)][_0x3d018f(0x14b)]),_0x4ee7b2),_0x44fc5d[_0x3d018f(0x184)],_0x44fc5d[_0x3d018f(0x1a3)]);}if(_0x3d018f(0x13a)===_0x32a825[_0x3d018f(0x205)]&&_0x32a825[_0x3d018f(0x18a)][_0x3d018f(0x183)](_0x3d018f(0x176))){const _0x1a8161=_0x32a825;return new _0x3b566f(_0x1a8161[_0x3d018f(0x18a)],_0x1a8161[_0x3d018f(0x1f6)],this[_0x3d018f(0x1d7)](_0x1a8161[_0x3d018f(0x1de)],_0x3119f7[_0x3d018f(0x143)](_0x1a8161[_0x3d018f(0x1de)][_0x3d018f(0x20c)][_0x3d018f(0x14b)]),_0x3119f7[_0x3d018f(0x143)](_0x1a8161[_0x3d018f(0x1de)][_0x3d018f(0x160)][_0x3d018f(0x14b)]),_0x4ee7b2),_0x1a8161[_0x3d018f(0x16e)],_0x1a8161[_0x3d018f(0x1e8)],_0x1a8161[_0x3d018f(0x1a3)]);}return _0x32a825;}[_0x86ee5e(0x157)](_0x12bf08){const _0x58bd53=_0x86ee5e;if(!_0x12bf08[_0x58bd53(0x1e5)])return[];const _0x103634=[];let _0x143498=0x0,_0x2820b6=0x0,_0x8e75b9=[];for(let _0x213712=0x0;_0x213712<=_0x12bf08[_0x58bd53(0x1e5)];_0x213712++){const _0x3d6353=_0x12bf08[_0x213712],_0x59f95e=_0x12bf08[_0x213712-0x1];!_0x3d6353||_0x59f95e&&!this[_0x58bd53(0x1d3)](_0x59f95e)[_0x58bd53(0x177)](this[_0x58bd53(0x23c)](_0x3d6353))?(_0x103634[_0x58bd53(0x15d)]({'operations':_0x8e75b9,'operationsIsolated':_0x8e75b9[_0x58bd53(0x155)](_0x27299e=>this[_0x58bd53(0x17a)](_0x27299e[_0x58bd53(0x1e3)](),-_0x2820b6)),'groupOffset':_0x143498}),_0x8e75b9=_0x3d6353?[_0x3d6353]:[],_0x2820b6+=_0x143498,_0x143498=0x0):_0x8e75b9[_0x58bd53(0x15d)](_0x3d6353),_0x3d6353&&_0x58bd53(0x1f4)===_0x3d6353[_0x58bd53(0x205)]&&(_0x143498+=_0x3d6353[_0x58bd53(0x1ae)]);}return _0x103634;}[_0x86ee5e(0x13c)](_0x2cb403,_0x2d4f57,_0xb1bc49,_0x2d3319=0x1){const _0x16597d=_0x86ee5e,_0x386e75=new _0x11f18b({'startPosition':_0x2cb403,'direction':_0x2d4f57});let _0x1a27ae=0x0;for(let _0x2a007b=0x0;_0x2a007b<_0x2d3319;_0x2a007b++){let _0x4ff729=0x0,_0x247f15=!0x1,_0x54557=_0x16597d(0x1b0)===_0x2d4f57?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x32acb7}of _0x386e75)if(_0x32acb7['is'](_0x16597d(0x19e))){const _0x8be04d=_0x54557[_0x16597d(0x1b7)](_0x32acb7[_0x16597d(0x190)]);if(_0x8be04d&&_0x8be04d[_0x16597d(0x1e5)]){if(_0x4ff729+=_0x16597d(0x1b0)===_0x2d4f57?_0x8be04d[_0x16597d(0x141)]+_0x8be04d[0x0][_0x16597d(0x1e5)]:_0x32acb7[_0x16597d(0x190)][_0x16597d(0x1e5)]-_0x8be04d[_0x16597d(0x141)],_0x8be04d[0x0][_0x16597d(0x1e5)]!==_0x32acb7[_0x16597d(0x190)][_0x16597d(0x1e5)])break;_0x247f15=!0x0,_0x54557=_0x16597d(0x1b0)===_0x2d4f57?/^\w+/:/\w+$/;}else{if(_0x247f15)break;_0x4ff729+=_0x32acb7[_0x16597d(0x23d)];}}else{if(_0x32acb7['is'](_0x16597d(0x1d8))){_0xb1bc49[_0x16597d(0x15b)](_0x32acb7)&&!_0x247f15&&(_0x4ff729+=0x1);break;}}_0x1a27ae+=_0x4ff729,_0x386e75[_0x16597d(0x170)](_0x2cb403[_0x16597d(0x187)](_0x16597d(0x1b0)===_0x2d4f57?_0x1a27ae:-_0x1a27ae));}return _0x1a27ae;}[_0x86ee5e(0x224)](_0x13d4d3,_0x5e7788){const _0x4521b6=_0x86ee5e,_0x5f2745=_0x300b43(this[_0x4521b6(0x21d)])[_0x4521b6(0x182)][_0x4521b6(0x137)],_0x379da4=this[_0x4521b6(0x13c)](_0x13d4d3,_0x4521b6(0x22b),_0x5f2745,0x6),_0x2c1446=this[_0x4521b6(0x13c)](_0x5e7788,_0x4521b6(0x1b0),_0x5f2745,0x6),_0x39e92b=_0x13d4d3[_0x4521b6(0x187)](-_0x379da4),_0x494438=_0x5e7788[_0x4521b6(0x187)](_0x2c1446);return{'start':_0x39e92b,'end':_0x494438,'hasContentBefore':!_0x39e92b[_0x4521b6(0x1a2)],'hasContentAfter':!_0x494438[_0x4521b6(0x1ea)]};}[_0x86ee5e(0x204)](_0x2d8c0f){const _0x5032ef=_0x86ee5e,_0x32f73a=this[_0x5032ef(0x21d)][_0x5032ef(0x21c)][_0x5032ef(0x230)](_0x5032ef(0x1cf)),_0x4c5184=new Set();_0x300b43(this[_0x5032ef(0x21d)])[_0x5032ef(0x182)][_0x5032ef(0x1ef)](_0x5910e3=>{const _0x5aebe3=_0x5032ef;for(const _0x5759cb of _0x2d8c0f){const _0x4c9d6a=''+fe+_0x5759cb[_0x5aebe3(0x205)]+':'+_0x5759cb[_0x5aebe3(0x171)]+'_'+_0x32f73a[_0x5aebe3(0x13f)](_0x4c5184);this[_0x5aebe3(0x16e)][_0x5aebe3(0x1a4)](_0x4c9d6a,{'id':_0x4c9d6a,'groupId':_0x5759cb[_0x5aebe3(0x171)],'type':_0x5759cb[_0x5aebe3(0x205)],'content':_0x5759cb[_0x5aebe3(0x211)]}),_0x5910e3[_0x5aebe3(0x14a)](_0x4c9d6a,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x5910e3[_0x5aebe3(0x18b)](_0x5759cb[_0x5aebe3(0x20c)],_0x5759cb[_0x5aebe3(0x160)])});}});}[_0x86ee5e(0x1eb)](_0x429236,_0x49de8a,_0x5bb954){let _0x2a7375='';return()=>{const _0x41775=_0x473c;if(!_0x2a7375){const _0x14f641=_0x49de8a[_0x41775(0x175)](_0x429236,{'showSuggestionHighlights':!0x0});let _0x2dde08=_0x14f641[_0x41775(0x146)](0x0);if(_0x2dde08['is'](_0x41775(0x238))||(_0x2dde08=_0x14f641),!_0x2dde08)return'';let _0x1c96d4=!0x1;const _0x1c6425=[];for(const _0x1f3206 of _0x2dde08[_0x41775(0x14f)]())_0x1f3206['is'](_0x41775(0x1d8),_0x41775(0x19d))&&_0x1f3206[_0x41775(0x142)](_0x41775(0x1bd))&&(_0x1c96d4=!0x1),_0x1c96d4&&_0x1c6425[_0x41775(0x15d)](_0x1f3206),_0x1f3206['is'](_0x41775(0x1d8),_0x41775(0x19d))&&_0x1f3206[_0x41775(0x142)](_0x41775(0x19b))&&(_0x1c96d4=!0x0);_0x2dde08[_0x41775(0x180)](0x0,_0x2dde08[_0x41775(0x139)]),_0x5bb954?.[_0x41775(0x198)]&&_0x2dde08[_0x41775(0x233)]('…'),_0x2dde08[_0x41775(0x233)](_0x1c6425),_0x5bb954?.[_0x41775(0x192)]&&_0x2dde08[_0x41775(0x233)]('…');const _0x2064af=_0x49de8a[_0x41775(0x138)][_0x41775(0x186)][_0x41775(0x156)](_0x14f641),_0x22d4d4=_0x49de8a[_0x41775(0x138)][_0x41775(0x188)][_0x41775(0x13b)](_0x2064af);_0x2a7375=_0x22d4d4;}return _0x2a7375;};}[_0x86ee5e(0x1ce)](_0x59cf78,_0x18bf32){const _0x45bcf8=_0x86ee5e;let _0x2ae688='';return()=>(_0x2ae688||(_0x2ae688=_0x18bf32[_0x45bcf8(0x209)](_0x59cf78,{'showSuggestionHighlights':!0x0})),_0x2ae688);}[_0x86ee5e(0x174)](_0x2ada24,_0x1eae5e,_0xf115fe){let _0x56c8a8='';return()=>{const _0x4a2227=_0x473c;if(!_0x56c8a8){const _0x189e58=_0xf115fe[_0x4a2227(0x175)](new _0x5cd503(_0x2ada24)),_0x57b80f=_0xf115fe[_0x4a2227(0x138)][_0x4a2227(0x186)][_0x4a2227(0x156)](_0x189e58)[_0x4a2227(0x23a)](_0x4a2227(0x1e1)+_0x1eae5e+'\x22]');_0x56c8a8=_0x57b80f?.[_0x4a2227(0x208)]||'';}return _0x56c8a8;};}[_0x86ee5e(0x1c6)](_0x4caafd,_0x3aecd2=0x5){const _0x27e66a=_0x86ee5e;let _0x50b076=_0x4caafd,_0x1bc81f=null;for(let _0x29a010=0x0;_0x29a010<_0x3aecd2&&_0x50b076;_0x29a010++){if(!_0x50b076[_0x27e66a(0x22a)]){_0x50b076=_0x50b076[_0x27e66a(0x1ee)];continue;}if(!(''+_0x50b076[_0x27e66a(0x22a)])[_0x27e66a(0x23e)](_0x27e66a(0x147))){_0x50b076=_0x50b076[_0x27e66a(0x1ee)];continue;}if(!_0x50b076[_0x27e66a(0x1c5)](_0x27e66a(0x153)))break;_0x1bc81f=_0x50b076;break;}return _0x1bc81f;}[_0x86ee5e(0x193)](_0x1fb100){const _0x2c431f=_0x86ee5e,_0x4024e8=_0x300b43(this[_0x2c431f(0x21d)]),_0x2a1ab4=_0x4024e8[_0x2c431f(0x182)][_0x2c431f(0x241)][_0x2c431f(0x230)](_0x1fb100);return _0x2a1ab4?_0x432f42(_0x4024e8[_0x2c431f(0x236)],_0x2a1ab4):null;}[_0x86ee5e(0x163)](_0x51b42e){const _0x957155=_0x86ee5e;return Array[_0x957155(0x206)](this[_0x957155(0x16e)][_0x957155(0x1d0)]())[_0x957155(0x227)](_0x2599c1=>_0x2599c1[_0x957155(0x171)]===_0x51b42e);}[_0x86ee5e(0x23c)](_0x2939dc){const _0x13216f=_0x86ee5e;return _0x13216f(0x1f4)===_0x2939dc[_0x13216f(0x205)]?_0x2939dc[_0x13216f(0x1af)]:_0x2939dc[_0x13216f(0x1de)][_0x13216f(0x20c)];}[_0x86ee5e(0x1d3)](_0x306338,_0x36f92b=!0x1){const _0x57d570=_0x86ee5e;return _0x57d570(0x1f4)===_0x306338[_0x57d570(0x205)]?_0x36f92b?_0x306338[_0x57d570(0x1af)]:_0x306338[_0x57d570(0x1af)][_0x57d570(0x187)](_0x306338[_0x57d570(0x1ae)]):_0x306338[_0x57d570(0x1de)][_0x57d570(0x160)];}[_0x86ee5e(0x17a)](_0x186a47,_0x55f95a){const _0x498ae0=_0x86ee5e;return _0x498ae0(0x1f4)===_0x186a47[_0x498ae0(0x205)]?_0x186a47[_0x498ae0(0x1af)]=_0x186a47[_0x498ae0(0x1af)][_0x498ae0(0x187)](_0x55f95a):_0x498ae0(0x13a)===_0x186a47[_0x498ae0(0x205)]&&_0x186a47[_0x498ae0(0x1de)]&&(_0x186a47[_0x498ae0(0x1de)]=new _0x168344(_0x186a47[_0x498ae0(0x1de)][_0x498ae0(0x20c)][_0x498ae0(0x187)](_0x55f95a),_0x186a47[_0x498ae0(0x1de)][_0x498ae0(0x160)][_0x498ae0(0x187)](_0x55f95a))),_0x186a47;}[_0x86ee5e(0x225)](_0x419762,_0x45aabb){const _0xdc747a=_0x86ee5e;_0xdc747a(0x1f4)===_0x419762[_0xdc747a(0x205)]?_0x419762[_0xdc747a(0x1af)]=this[_0xdc747a(0x21b)](_0x419762[_0xdc747a(0x1af)],_0x45aabb):_0xdc747a(0x13a)===_0x419762[_0xdc747a(0x205)]&&_0x419762[_0xdc747a(0x1de)]&&(_0x419762[_0xdc747a(0x1de)]=this[_0xdc747a(0x199)](_0x419762[_0xdc747a(0x1de)],_0x45aabb));}[_0x86ee5e(0x21b)](_0x908edb,_0x499eba){const _0x3534cf=_0x86ee5e;return new _0x5c50d8(_0x499eba,_0x908edb[_0x3534cf(0x223)]);}[_0x86ee5e(0x199)](_0x43b828,_0xce4814){const _0x55cfc6=_0x86ee5e;return new _0x168344(this[_0x55cfc6(0x21b)](_0x43b828[_0x55cfc6(0x20c)],_0xce4814),this[_0x55cfc6(0x21b)](_0x43b828[_0x55cfc6(0x160)],_0xce4814));}[_0x86ee5e(0x15c)](_0x4960d4,_0x3904f9){return new _0x5c50d8(_0x3904f9,[..._0x4960d4]);}[_0x86ee5e(0x1d7)](_0xb26708,_0x48af04,_0x5aa310,_0xfb98a3){const _0x3c498a=_0x86ee5e;return new _0x168344(this[_0x3c498a(0x15c)](_0x48af04,_0xfb98a3),this[_0x3c498a(0x15c)](_0x5aa310,_0xfb98a3));}[_0x86ee5e(0x22e)](_0x1e8bd5){const _0x3dc3ba=_0x86ee5e,_0x4bf6d0=_0x205f10=>{const _0x43f814=_0x473c;switch(_0x205f10){case _0x43f814(0x1f4):return 0x0;case _0x43f814(0x1f1):return 0x1;case _0x43f814(0x215):return 0x2;case _0x43f814(0x1b1):return 0x3;}};return _0x1e8bd5[_0x3dc3ba(0x22c)]((_0x1c9f01,_0x67fcec)=>_0x4bf6d0(_0x1c9f01[_0x3dc3ba(0x205)])-_0x4bf6d0(_0x67fcec[_0x3dc3ba(0x205)]));}[_0x86ee5e(0x1e9)](_0x2cdcdc,_0x439ccd){const _0x13003e=_0x86ee5e,_0x400a28=_0x2cdcdc[_0x13003e(0x146)](0x0),_0x2c093e=_0x439ccd[_0x13003e(0x146)](0x0);return!(!_0x400a28||!_0x2c093e)&&((!_0x400a28['is'](_0x13003e(0x1d8))||!_0x2c093e['is'](_0x13003e(0x1d8))||_0x400a28[_0x13003e(0x18a)]===_0x2c093e[_0x13003e(0x18a)])&&!(_0x400a28['is'](_0x13003e(0x1d8))&&!_0x2c093e['is'](_0x13003e(0x1d8))||!_0x400a28['is'](_0x13003e(0x1d8))&&_0x2c093e['is'](_0x13003e(0x1d8))));}[_0x86ee5e(0x1ba)](_0x9403f7){const _0x2839c5=_0x86ee5e;return 0x1===_0x9403f7[_0x2839c5(0x139)];}[_0x86ee5e(0x1c2)](_0x457001,_0x553afa){const _0x4e8e3e=_0x86ee5e;for(const _0x29fa8e of _0x457001[_0x4e8e3e(0x14f)]())if(_0x29fa8e['is'](_0x4e8e3e(0x1d8))&&!_0x553afa[_0x4e8e3e(0x15b)](_0x29fa8e))return!0x1;return!0x0;}[_0x86ee5e(0x166)](_0x153349,_0x33616b){const _0xe63ffd=_0x86ee5e;let _0x577380=_0x153349[_0xe63ffd(0x1c5)](_0x503323);return _0x577380||(_0x577380=_0x33616b(),_0x153349[_0xe63ffd(0x135)](_0x503323,_0x577380)),_0x577380;}}
23
+ const _0x50d456=_0x184d;function _0x184d(_0x5d6a27,_0x3db146){const _0x21e84f=_0x21e8();return _0x184d=function(_0x184df8,_0x369911){_0x184df8=_0x184df8-0x1c5;let _0x44e6f4=_0x21e84f[_0x184df8];return _0x44e6f4;},_0x184d(_0x5d6a27,_0x3db146);}function _0x21e8(){const _0x2f9373=['ck-ai_review-marker_context-','closest','ck-ai_review-marker_underline','requires','asString','\x20ck-ai_review__change_active','registerPostFixer','_getOperationStart','hasAttribute','relatedTarget','delete','parse','htmlProcessor','batch','mouseup','_findAdjacentContextDistance','getChangedMarkers','DocumentCompare','every','history','flat','markerName','getChanges','parent','_domEmitter','childCount','getRange','viewToDom','_haveSingleTopLevelElement','_handleMarkerChanges','_getPositionLimitingRange','body','_getChangeContext','toView','setMarkersInElementAsActive','nodes','document','isAtStart','_changePosition','ck-ai_review-marker_hide','data','getEditableElement','AIReviewCoreEditing','suggestion:insertion:id:authorId:','afterInit','containsRange','parentElement','backward','_getMarkersDataForGroup','No\x20element\x20found\x20for\x20ID:\x20','push','isOpening','getAttribute','$documentFragment','insert','containerElement','$graveyard','fire','pluginName','createRangeIn','_getOperationEnd','suggestion-context','remove','data-marker-id','downcast','_sortMarkers','position','end','operationsA','ck-ai_review-marker_strikethrough','4032060aEdjVr','listenTo','oldRange','[data-id=\x22','$markedRemove','_removeAttribute','howMany','append','getDocumentData','startsWith','_upsertDataId','plugins','rejectChange','createSelection','_setAttribute','markerToElement','_createGetContentFn','_haveOnlyInlineContent','applyChange','_changePositionOwnerDocument','ellipsisAfter','forward','set','editingDowncast','exec','171eispZM','196455lrILvM','getDiff','highest','switchToEdit','_activeMarkers','warn','element','attributeToAttribute','querySelector','_appendChild','changeMarkerBlurred','processor','_parseMarkerName','add','getOperations','remove-context','changeMarkerClicked','review-','4sIjzGH','_groupAdjacentOperations','index','toDomElement','getDomRoot','sort','get','outside','version','groupId','disableReadOnlyMode','content','$textProxy','_findMarkerElementById','newRange','toData','10nfNODK','15864IKVtUf','operations','createRange','reconvertMarker','root','stringify','span','createPositionAt','baseVersion','getContentElementForChange','addMarker','offsetSize','isLimit','switchToReadOnly','_nextDataId','change','operationsIsolated','2399395iXdJda','removeMarker','outerHTML','path','1206980bfgnKv','hasContentBefore','keys','isIntersecting','view','ai-review','schema','applyOperation','createUIElement','marker','_markers','has','isInline','type','reactivateMarkers','ellipsisBefore','$markedRemove:synthetic','split','mouseover','map','ck-ai_review-marker_add','changeMarkerHovered','for','enableReadOnlyMode','markerToHighlight','join','getRoot','getMarkerElementForChange','$root','getEditor','_changeRangeOwnerDocument','_changeRange','_changeOperationOwnerDocument','isOfficialPlugin','_shiftOperation','getChild','getChildren','isPremiumPlugin','ck-ai_review__change_active','createRangeOn','remove-only','_validateMarkers','name','length','_translateOperationToEditorContent','differ','hasContentAfter','emitter','target','from','dataDowncast','remove-text','getPath','_findMarkerElement','editing','insertContent','clear','start','_removeChildren','[data-marker-id=\x22','_hasSameTopLevelElement','isAtEnd','changeMarkerRestored','clone','getHtml','concat','246VtOjKi','getStart','getRoots','ck-ai_review-marker_','values','conversion','pop','ck-ai_review-marker_context-start','markers','_createGetContextFn','isTouching','AIEditing','_clone','model','addOperation','filter','1282752TpWJfJ','ck-ai_review-marker_context-end','offset','innerHTML','deleteContent','createRawElement','inside','markChangePositionInEditorContent','isDocumentOperation','changeMarkerRemoved','affectsData','_insertMarkers','_createGetContentUsingDataIdFn','jumpTo','size','createPositionAfter','_eventEmitter','asFragment','className','documentFragment','isBlock','7833518MgJUKJ','diffContent','includes','htmlWriter','createDocumentFragment','elements','context','suggestion:deletion:id:authorId:','domConverter','.ck-reset.ck-ai_review-balloon-panel-suggestion','setAllMarkersAsInactive','clearAllMarkers','rootName','hasClass','forEach','getShiftedBy'];_0x21e8=function(){return _0x2f9373;};return _0x21e8();}(function(_0x28397a,_0x4297d1){const _0x36b271=_0x184d,_0x149ef3=_0x28397a();while(!![]){try{const _0x511dfa=-parseInt(_0x36b271(0x22b))/0x1+-parseInt(_0x36b271(0x1d9))/0x2+parseInt(_0x36b271(0x296))/0x3+-parseInt(_0x36b271(0x2c2))/0x4*(parseInt(_0x36b271(0x1d5))/0x5)+-parseInt(_0x36b271(0x21b))/0x6*(-parseInt(_0x36b271(0x2b0))/0x7)+-parseInt(_0x36b271(0x2d3))/0x8*(parseInt(_0x36b271(0x2af))/0x9)+parseInt(_0x36b271(0x2d2))/0xa*(parseInt(_0x36b271(0x240))/0xb);if(_0x511dfa===_0x4297d1)break;else _0x149ef3['push'](_0x149ef3['shift']());}catch(_0x3a18ba){_0x149ef3['push'](_0x149ef3['shift']());}}}(_0x21e8,0xc40d1));import{InsertOperation as _0x4ba030,MarkerOperation as _0x104980,ModelDocumentFragment as _0x40836f,ModelPosition as _0xc5864f,ModelRange as _0x44ff33,ModelTreeWalker as _0x4ad6a7,transformOperationSets as _0x4d3fc7}from'ckeditor5/src/engine.js';import{DomEmitterMixin as _0x563e9c,EmitterMixin as _0x29b942,uid as _0x5c9ea2}from'ckeditor5/src/utils.js';import{ContextPlugin as _0x427876}from'ckeditor5/src/core.js';import{DocumentCompare as _0x2f3ac1,DATA_ID_MODEL_ATTRIBUTE as _0x3421b6,DATA_ID_VIEW_ATTRIBUTE as _0x982da9,getMarkerDomElement as _0x29dfa5}from'ckeditor5-collaboration/src/collaboration-core.js';import{getEditorFromContext as _0xad64f5}from'../aicore/utils/geteditorfromcontext.js';import{AIEditing as _0x19dc1a}from'../aicore/aiediting.js';import{debounce as _0x2c0ab9}from'es-toolkit/compat';const fe=_0x50d456(0x2c1);export class AIReviewCoreEditing extends _0x427876{static get[_0x50d456(0x253)](){return[_0x2f3ac1,_0x19dc1a];}static get[_0x50d456(0x28a)](){const _0x139004=_0x50d456;return _0x139004(0x27a);}static get[_0x50d456(0x1fa)](){return!0x0;}static get[_0x50d456(0x1fe)](){return!0x0;}[_0x50d456(0x1e3)]=new Map();[_0x50d456(0x2b4)]=new Set();[_0x50d456(0x268)];[_0x50d456(0x23b)];constructor(_0x5bf9fc){const _0x5f320a=_0x50d456;super(_0x5bf9fc),this[_0x5f320a(0x268)]=new(_0x563e9c())(),this[_0x5f320a(0x23b)]=new(_0x29b942())();}get[_0x50d456(0x208)](){const _0x491d5c=_0x50d456;return this[_0x491d5c(0x23b)];}[_0x50d456(0x27c)](){const _0x47d8b8=_0x50d456,_0x264ba5=_0xad64f5(this[_0x47d8b8(0x246)]);_0x264ba5[_0x47d8b8(0x220)][_0x47d8b8(0x1ef)](_0x47d8b8(0x2ad))[_0x47d8b8(0x2a5)]({'model':fe+_0x47d8b8(0x286),'view':(_0x1a0113,{writer:_0x344057})=>{const _0x404da8=_0x47d8b8,_0x537a57=this[_0x404da8(0x1e3)][_0x404da8(0x2c8)](_0x1a0113[_0x404da8(0x265)]),_0xc89d26={'class':_0x404da8(0x1ed)+(this[_0x404da8(0x2b4)][_0x404da8(0x1e4)](_0x537a57?.['id']||'')?_0x404da8(0x255):''),'data-marker-id':_0x1a0113[_0x404da8(0x265)]};return _0x344057[_0x404da8(0x1e1)](_0x404da8(0x1ca),_0xc89d26,function(_0x1958e0){const _0x538be7=_0x404da8,_0x1f2a47=this[_0x538be7(0x2c5)](_0x1958e0);return _0x1f2a47[_0x538be7(0x22e)]=_0x537a57?.[_0x538be7(0x2cd)]?.[_0x538be7(0x254)]||'',_0x1f2a47;});}}),_0x264ba5[_0x47d8b8(0x220)][_0x47d8b8(0x1ef)](_0x47d8b8(0x2ad))[_0x47d8b8(0x1f1)]({'model':fe+_0x47d8b8(0x201),'view':_0x4f7e43=>{const _0x1478e9=_0x47d8b8,_0x20ca33=this[_0x1478e9(0x1e3)][_0x1478e9(0x2c8)](_0x4f7e43[_0x1478e9(0x265)]),_0x4d26d2=[_0x1478e9(0x295)];return this[_0x1478e9(0x2b4)][_0x1478e9(0x1e4)](_0x20ca33?.['id']||'')&&_0x4d26d2[_0x1478e9(0x282)](_0x1478e9(0x1ff)),{'classes':_0x4d26d2,'attributes':{'data-marker-id':_0x4f7e43[_0x1478e9(0x265)]}};}}),_0x264ba5[_0x47d8b8(0x220)][_0x47d8b8(0x1ef)](_0x47d8b8(0x2ad))[_0x47d8b8(0x1f1)]({'model':fe+_0x47d8b8(0x2bf),'view':_0x9a3aab=>{const _0x4a52fd=_0x47d8b8,_0x5b8caa=this[_0x4a52fd(0x1e3)][_0x4a52fd(0x2c8)](_0x9a3aab[_0x4a52fd(0x265)]),_0x453a1d=[_0x4a52fd(0x252)];return this[_0x4a52fd(0x2b4)][_0x4a52fd(0x1e4)](_0x5b8caa?.['id']||'')&&_0x453a1d[_0x4a52fd(0x282)](_0x4a52fd(0x1ff)),{'classes':_0x453a1d,'attributes':{'data-marker-id':_0x9a3aab[_0x4a52fd(0x265)]}};}}),_0x264ba5[_0x47d8b8(0x220)][_0x47d8b8(0x1ef)](_0x47d8b8(0x2ad))[_0x47d8b8(0x1f1)]({'model':fe+_0x47d8b8(0x20c),'view':_0x4e5b5e=>{const _0x135510=_0x47d8b8,_0x18b3c8=this[_0x135510(0x1e3)][_0x135510(0x2c8)](_0x4e5b5e[_0x135510(0x265)]),_0xfbfeca=[_0x135510(0x277)];return this[_0x135510(0x2b4)][_0x135510(0x1e4)](_0x18b3c8?.['id']||'')&&_0xfbfeca[_0x135510(0x282)](_0x135510(0x1ff)),{'classes':_0xfbfeca,'attributes':{'data-marker-id':_0x4e5b5e[_0x135510(0x265)]}};}}),_0x264ba5[_0x47d8b8(0x220)][_0x47d8b8(0x1ef)](_0x47d8b8(0x20b))[_0x47d8b8(0x2a5)]({'model':fe+_0x47d8b8(0x28d),'view':(_0x41ad0b,{writer:_0x3e07a3})=>_0x3e07a3[_0x47d8b8(0x230)](_0x47d8b8(0x1ca),{'class':_0x47d8b8(0x250)+(_0x41ad0b[_0x47d8b8(0x283)]?_0x47d8b8(0x212):_0x47d8b8(0x293))})}),_0x264ba5[_0x47d8b8(0x220)][_0x47d8b8(0x1ef)](_0x47d8b8(0x290))[_0x47d8b8(0x2b7)]({'model':_0x3421b6,'view':_0x982da9});const _0x44e62c=_0x264ba5['ui'][_0x47d8b8(0x279)]()||document[_0x47d8b8(0x26f)];this[_0x47d8b8(0x268)][_0x47d8b8(0x297)](_0x44e62c,_0x47d8b8(0x25e),(_0x5174b1,_0xd4d380)=>{const _0x210ea8=_0x47d8b8,_0x410119=_0xd4d380[_0x210ea8(0x209)],_0x332982=this[_0x210ea8(0x20e)](_0x410119);if(!_0x332982)return;const _0x56e934=_0x332982[_0x210ea8(0x284)](_0x210ea8(0x28f)),_0x3e6018=_0x56e934[_0x210ea8(0x1ea)](':')[_0x210ea8(0x221)]()?.[_0x210ea8(0x1ea)]('_')[0x0];this[_0x210ea8(0x23b)][_0x210ea8(0x289)](_0x210ea8(0x2c0),{'markerId':_0x56e934,'changeId':_0x3e6018,'markerElement':()=>this[_0x210ea8(0x2cf)](_0x56e934),'domEvent':_0xd4d380});},{'usePassive':!0x0,'priority':_0x47d8b8(0x2b2)}),this[_0x47d8b8(0x268)][_0x47d8b8(0x297)](_0x44e62c,_0x47d8b8(0x1eb),(_0x295cf4,_0x2a062a)=>{const _0x59c741=_0x47d8b8,_0x388a80=_0x2a062a[_0x59c741(0x209)],_0x49844d=_0x2a062a[_0x59c741(0x259)];let _0x1774fb=this[_0x59c741(0x20e)](_0x388a80);if(!_0x1774fb&&_0x49844d&&(_0x1774fb=this[_0x59c741(0x20e)](_0x49844d)),!_0x1774fb)return;const _0x560b42=_0x1774fb[_0x59c741(0x284)](_0x59c741(0x28f)),_0x24a115=_0x560b42[_0x59c741(0x1ea)](':')[_0x59c741(0x221)]()?.[_0x59c741(0x1ea)]('_')[0x0];this[_0x59c741(0x23b)][_0x59c741(0x289)](_0x59c741(0x1ee),{'changeId':_0x24a115,'markerElement':()=>this[_0x59c741(0x2cf)](_0x560b42),'domEvent':_0x2a062a});}),this[_0x47d8b8(0x268)][_0x47d8b8(0x297)](document,_0x47d8b8(0x1eb),_0x2c0ab9((_0x16c6d3,_0x3cacf9)=>{const _0x1df4aa=_0x47d8b8,_0x1084f0=_0x3cacf9[_0x1df4aa(0x209)];if(this[_0x1df4aa(0x20e)](_0x1084f0))return;_0x1084f0[_0x1df4aa(0x251)](_0x1df4aa(0x249))||this[_0x1df4aa(0x23b)][_0x1df4aa(0x289)](_0x1df4aa(0x2ba));},0xc8)),_0x264ba5[_0x47d8b8(0x228)][_0x47d8b8(0x274)][_0x47d8b8(0x256)](_0x1a400e=>this[_0x47d8b8(0x202)](_0x264ba5,_0x1a400e)),_0x264ba5[_0x47d8b8(0x228)][_0x47d8b8(0x274)]['on'](_0x47d8b8(0x1d3),()=>this[_0x47d8b8(0x26d)](_0x264ba5));}[_0x50d456(0x29e)](){const _0x520c96=_0x50d456,_0x2607bd=this[_0x520c96(0x246)][_0x520c96(0x2a1)][_0x520c96(0x2c8)](_0x520c96(0x226)),_0x390465=_0xad64f5(this[_0x520c96(0x246)]),_0x545375=_0x390465[_0x520c96(0x228)],_0x2b0232=new _0x40836f();for(const _0x4354e9 of _0x545375[_0x520c96(0x274)][_0x520c96(0x1f3)]()[_0x520c96(0x1fd)]()){const _0x135d0e=_0x4354e9[_0x520c96(0x227)](!0x0);_0x2b0232[_0x520c96(0x2b9)](_0x135d0e);}for(const _0x2f27d4 of _0x545375[_0x520c96(0x223)])_0x2b0232[_0x520c96(0x223)][_0x520c96(0x2ac)](_0x2f27d4[_0x520c96(0x203)],this[_0x520c96(0x1f7)](_0x2f27d4[_0x520c96(0x26a)]()[_0x520c96(0x218)](),_0x2b0232));const _0x57f245=new _0x4ad6a7({'ignoreElementEnd':!0x0,'startPosition':_0x545375[_0x520c96(0x1cb)](_0x2b0232,0x0)}),_0x4d8b3a=new Set(),_0x7d146d=new Map();for(const {item:_0x261674}of _0x57f245){if(!_0x261674['is'](_0x520c96(0x2ce)))continue;const _0x242e4a=_0x261674[_0x520c96(0x267)];if(_0x242e4a&&_0x242e4a['is'](_0x520c96(0x2b6))){const _0xb0fb25=this[_0x520c96(0x2a0)](_0x242e4a,()=>_0x2607bd[_0x520c96(0x1d2)](_0x4d8b3a));_0x4d8b3a[_0x520c96(0x2bd)](_0xb0fb25);for(const _0x4ac6e1 of _0x242e4a[_0x520c96(0x1fd)]())_0x4ac6e1['is'](_0x520c96(0x2b6))&&_0x4d8b3a[_0x520c96(0x2bd)](this[_0x520c96(0x2a0)](_0x4ac6e1,()=>_0x2607bd[_0x520c96(0x1d2)](_0x4d8b3a)));let _0x557770=_0x242e4a;for(;_0x557770[_0x520c96(0x267)]&&!_0x557770[_0x520c96(0x267)]['is'](_0x520c96(0x23e));)_0x557770=_0x557770[_0x520c96(0x267)],_0x557770[_0x520c96(0x258)](_0x3421b6)&&_0x557770[_0x520c96(0x29b)](_0x3421b6);_0x7d146d[_0x520c96(0x2ac)](_0xb0fb25,{'path':_0x242e4a[_0x520c96(0x20d)](),'getContent':this[_0x520c96(0x237)](_0x557770[_0x520c96(0x227)](!0x0),_0xb0fb25,_0x390465[_0x520c96(0x278)])}),_0x57f245[_0x520c96(0x238)](_0x545375[_0x520c96(0x23a)](_0x242e4a));}}return{'content':_0x390465[_0x520c96(0x278)][_0x520c96(0x2bb)][_0x520c96(0x2d1)](_0x390465[_0x520c96(0x278)][_0x520c96(0x271)](_0x2b0232)),'version':_0x390465[_0x520c96(0x228)][_0x520c96(0x274)][_0x520c96(0x2ca)],'elements':_0x7d146d};}[_0x50d456(0x241)](_0xe8fa8,_0x12e75d,_0x490f40=!0x1){const _0x6db840=_0x50d456,_0x2a8b1d=[],_0x41754d=_0xad64f5(this[_0x6db840(0x246)]),_0x4da977=_0x41754d[_0x6db840(0x278)][_0x6db840(0x25b)](_0x12e75d,_0x6db840(0x285)),_0x44537c=_0x41754d[_0x6db840(0x278)][_0x6db840(0x25b)](_0xe8fa8,_0x6db840(0x285)),_0x4c83d1=_0x41754d[_0x6db840(0x228)][_0x6db840(0x1cb)](_0x44537c,0x0);if(this[_0x6db840(0x26c)](_0x4da977)){if(!this[_0x6db840(0x215)](_0x44537c,_0x4da977))return _0x2a8b1d;}else{const _0x444fb8=_0x41754d[_0x6db840(0x228)][_0x6db840(0x1df)];if(!this[_0x6db840(0x2a7)](_0x44537c,_0x444fb8)||!this[_0x6db840(0x2a7)](_0x4da977,_0x444fb8))return _0x2a8b1d;}const _0x272931=this[_0x6db840(0x246)][_0x6db840(0x2a1)][_0x6db840(0x2c8)](_0x6db840(0x261))[_0x6db840(0x2b1)](_0xe8fa8,_0x12e75d,{'anchor':_0x4c83d1,'markDeletions':!0x0})[_0x6db840(0x2be)]()[_0x6db840(0x22a)](_0x16471b=>_0x6db840(0x286)===_0x16471b[_0x6db840(0x1e6)]||_0x6db840(0x1e2)===_0x16471b[_0x6db840(0x1e6)]&&_0x16471b[_0x6db840(0x203)][_0x6db840(0x29f)](_0x6db840(0x29a))),_0x37d369=this[_0x6db840(0x2c3)](_0x272931),_0x24d3fa=[];if(_0x490f40){if(_0x37d369[_0x6db840(0x204)]){const _0x25eee5=_0x37d369[0x0][_0x6db840(0x1c5)][0x0],_0x19cdc2=_0x6db840(0x286)===_0x25eee5[_0x6db840(0x1e6)]?_0x25eee5[_0x6db840(0x292)]:_0x25eee5[_0x6db840(0x2d0)][_0x6db840(0x212)],_0x1e44eb=this[_0x6db840(0x26e)](_0x19cdc2,_0x41754d,_0x6db840(0x231)),_0x59a5d1=_0x1e44eb?_0x4da977[_0x6db840(0x1fc)](0x0)[_0x6db840(0x1fd)]():_0x4da977[_0x6db840(0x1fd)](),_0x1a6da2=_0x1e44eb||_0x41754d[_0x6db840(0x228)][_0x6db840(0x28b)](_0x44537c),_0xfceb22=[new _0x104980(_0x6db840(0x1e9)+_0x5c9ea2(),null,_0x1a6da2,_0x41754d[_0x6db840(0x228)][_0x6db840(0x274)][_0x6db840(0x228)][_0x6db840(0x223)],!0x0,_0x41754d[_0x6db840(0x228)][_0x6db840(0x274)][_0x6db840(0x2ca)]+0x1),new _0x4ba030(_0x1a6da2[_0x6db840(0x293)],_0x59a5d1,_0x41754d[_0x6db840(0x228)][_0x6db840(0x274)][_0x6db840(0x2ca)]+0x2)];_0x24d3fa[_0x6db840(0x282)]({'operations':_0xfceb22,'operationsIsolated':_0xfceb22,'groupOffset':0x0});}}else _0x24d3fa[_0x6db840(0x282)](..._0x37d369);let _0x2aa9ad=0x0;return _0x41754d[_0x6db840(0x228)][_0x6db840(0x1d3)](_0x5a8fd9=>{const _0x483f0e=_0x6db840;for(let _0x419964=0x0;_0x419964<_0x24d3fa[_0x483f0e(0x204)];_0x419964++){const _0x404100=_0x24d3fa[_0x419964],_0x44179c=_0x5a8fd9[_0x483f0e(0x244)]();for(const _0x256e20 of _0x44537c[_0x483f0e(0x1fd)]())_0x5a8fd9[_0x483f0e(0x29d)](_0x256e20[_0x483f0e(0x227)](!0x0),_0x44179c);for(const _0x272e75 of _0x404100[_0x483f0e(0x1d4)])if(_0x483f0e(0x286)===_0x272e75[_0x483f0e(0x1e6)]){const _0xa9549f=_0x272e75;_0xa9549f[_0x483f0e(0x1cc)]=null,_0xa9549f[_0x483f0e(0x233)]=!0x1,this[_0x483f0e(0x1f9)](_0xa9549f,_0x44179c),_0x5a8fd9[_0x483f0e(0x25d)][_0x483f0e(0x229)](_0x272e75),_0x41754d[_0x483f0e(0x228)][_0x483f0e(0x1e0)](_0x272e75);const _0x1ae6ab=_0x483f0e(0x27b)+_0x2aa9ad++,_0x133c29=_0x41754d[_0x483f0e(0x228)][_0x483f0e(0x1c6)](_0xa9549f[_0x483f0e(0x292)],_0xa9549f[_0x483f0e(0x292)][_0x483f0e(0x24f)](_0xa9549f[_0x483f0e(0x29c)]));_0x44179c[_0x483f0e(0x223)][_0x483f0e(0x2ac)](_0x1ae6ab,_0x133c29);}else{if(_0x483f0e(0x1e2)===_0x272e75[_0x483f0e(0x1e6)]&&_0x272e75[_0x483f0e(0x203)][_0x483f0e(0x29f)](_0x483f0e(0x29a))){const _0x341a78=_0x272e75,_0x4e24e9=_0x483f0e(0x247)+_0x2aa9ad++;this[_0x483f0e(0x1f9)](_0x341a78,_0x44179c),_0x44179c[_0x483f0e(0x223)][_0x483f0e(0x2ac)](_0x4e24e9,_0x341a78[_0x483f0e(0x2d0)]);}}if(_0x490f40)_0x2a8b1d[_0x483f0e(0x282)]({..._0x404100,'context':this[_0x483f0e(0x2a6)](_0x44537c,_0x41754d[_0x483f0e(0x278)]),'content':this[_0x483f0e(0x2a6)](_0x44537c,_0x41754d[_0x483f0e(0x278)])});else{const _0xf4ebc3=this[_0x483f0e(0x270)](this[_0x483f0e(0x2a9)](this[_0x483f0e(0x257)](_0x404100[_0x483f0e(0x1d4)][0x0]),_0x44179c),this[_0x483f0e(0x2a9)](this[_0x483f0e(0x28c)](_0x404100[_0x483f0e(0x1d4)][_0x404100[_0x483f0e(0x1d4)][_0x483f0e(0x204)]-0x1]),_0x44179c));_0x44179c[_0x483f0e(0x223)][_0x483f0e(0x2ac)](fe+_0x483f0e(0x28d),new _0x44ff33(_0xf4ebc3[_0x483f0e(0x212)],_0xf4ebc3[_0x483f0e(0x293)])),_0x2a8b1d[_0x483f0e(0x282)]({..._0x404100,'context':this[_0x483f0e(0x224)](_0x44179c,_0x41754d[_0x483f0e(0x278)],{'ellipsisBefore':_0xf4ebc3[_0x483f0e(0x1da)],'ellipsisAfter':_0xf4ebc3[_0x483f0e(0x207)]}),'content':this[_0x483f0e(0x2a6)](_0x44179c,_0x41754d[_0x483f0e(0x278)])});}}}),_0x2a8b1d;}[_0x50d456(0x232)](_0x16928a,_0x42aada){const _0x1ada4b=_0x50d456;if(!_0x16928a[_0x1ada4b(0x204)])return;const _0x5a6b4d=_0x16928a[0x0][_0x1ada4b(0x267)]['id'],_0xbe18ff=_0x42aada[_0x1ada4b(0x245)][_0x1ada4b(0x2c8)](_0x5a6b4d);if(!_0xbe18ff)return void console[_0x1ada4b(0x2b5)](_0x1ada4b(0x281)+_0x5a6b4d);const _0x150861=_0xbe18ff[_0x1ada4b(0x1d8)],_0x5cfba6=_0xad64f5(this[_0x1ada4b(0x246)]),_0x3f9ce4=_0x5cfba6[_0x1ada4b(0x228)][_0x1ada4b(0x274)][_0x1ada4b(0x263)][_0x1ada4b(0x2be)](_0x42aada[_0x1ada4b(0x2ca)]),_0x39822a=[];for(const _0xc493cc of _0x16928a){const _0x5b2750=_0xc493cc[_0x1ada4b(0x1d4)][_0x1ada4b(0x1ec)](_0x56a34a=>this[_0x1ada4b(0x205)](_0x56a34a,_0x150861,_0x5cfba6[_0x1ada4b(0x228)][_0x1ada4b(0x274)][_0x1ada4b(0x21d)]()[0x0]));if(!_0x5b2750||!_0x5b2750[_0x1ada4b(0x204)])continue;const _0x38f743=_0x5b2750[_0x1ada4b(0x262)](_0x25c596=>_0x1ada4b(0x1e2)===_0x25c596[_0x1ada4b(0x1e6)]&&_0x25c596[_0x1ada4b(0x203)][_0x1ada4b(0x29f)](_0x1ada4b(0x29a))),_0x295dfa={'document':_0x5cfba6[_0x1ada4b(0x228)][_0x1ada4b(0x274)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x587528=_0x4d3fc7(_0x5b2750,_0x3f9ce4,_0x295dfa)[_0x1ada4b(0x294)];for(const _0x4a949 of _0x587528)if(_0x1ada4b(0x286)===_0x4a949[_0x1ada4b(0x1e6)]){const _0x97116e=_0x4a949,_0x3daf36=_0x97116e[_0x1ada4b(0x273)];_0x5cfba6[_0x1ada4b(0x228)][_0x1ada4b(0x1d3)](_0x1caa19=>{const _0x203f08=_0x1ada4b,_0x4836fc=_0x1caa19[_0x203f08(0x244)]();for(const _0x5bb396 of _0x3daf36)_0x1caa19[_0x203f08(0x29d)](_0x5bb396[_0x203f08(0x227)](!0x0),_0x4836fc);_0x39822a[_0x203f08(0x282)]({'start':_0x97116e[_0x203f08(0x292)],'end':_0x97116e[_0x203f08(0x292)],'type':_0x203f08(0x286),'groupId':_0xc493cc['id'],'content':{'asString':this[_0x203f08(0x2a6)](_0x4836fc,_0x5cfba6[_0x203f08(0x278)])(),'asFragment':_0x4836fc}});});}else{if(_0x1ada4b(0x1e2)===_0x4a949[_0x1ada4b(0x1e6)]&&_0x4a949[_0x1ada4b(0x203)][_0x1ada4b(0x29f)](_0x1ada4b(0x29a))){const _0x5b68bc=_0x4a949;let _0x1b5b99=_0x1ada4b(0x20c);if(_0x38f743){const _0x5cb8b3=this[_0x1ada4b(0x25f)](_0x5b68bc[_0x1ada4b(0x2d0)][_0x1ada4b(0x212)],_0x1ada4b(0x27f),_0x5cfba6[_0x1ada4b(0x228)][_0x1ada4b(0x1df)]),_0x5d3737=this[_0x1ada4b(0x25f)](_0x5b68bc[_0x1ada4b(0x2d0)][_0x1ada4b(0x293)],_0x1ada4b(0x2ab),_0x5cfba6[_0x1ada4b(0x228)][_0x1ada4b(0x1df)]);if(_0x5cb8b3||_0x5d3737){const _0x5921b4=_0x5b68bc[_0x1ada4b(0x2d0)][_0x1ada4b(0x212)][_0x1ada4b(0x24f)](-_0x5cb8b3),_0x3f4a90=_0x5b68bc[_0x1ada4b(0x2d0)][_0x1ada4b(0x293)][_0x1ada4b(0x24f)](_0x5d3737);_0x39822a[_0x1ada4b(0x282)]({'start':_0x5921b4,'end':_0x3f4a90,'groupId':_0xc493cc['id'],'type':_0x1ada4b(0x2bf)});}else _0x1b5b99=_0x1ada4b(0x201);}_0x39822a[_0x1ada4b(0x282)]({'start':_0x5b68bc[_0x1ada4b(0x2d0)][_0x1ada4b(0x212)],'end':_0x5b68bc[_0x1ada4b(0x2d0)][_0x1ada4b(0x293)],'groupId':_0xc493cc['id'],'type':_0x1b5b99});}}}this[_0x1ada4b(0x236)](_0x39822a);}[_0x50d456(0x24b)](){const _0x3d2442=_0x50d456,_0x55df2d=_0xad64f5(this[_0x3d2442(0x246)]);_0x55df2d[_0x3d2442(0x228)][_0x3d2442(0x1d3)](_0x1c078e=>{const _0x44aca3=_0x3d2442;for(const _0x3ff1f4 of this[_0x44aca3(0x1e3)][_0x44aca3(0x1db)]())_0x55df2d[_0x44aca3(0x228)][_0x44aca3(0x223)][_0x44aca3(0x2c8)](_0x3ff1f4)&&_0x1c078e[_0x44aca3(0x1d6)](_0x3ff1f4);}),this[_0x3d2442(0x1e3)][_0x3d2442(0x211)](),this[_0x3d2442(0x2b4)][_0x3d2442(0x211)]();}[_0x50d456(0x1d1)](){const _0x5c6b70=_0x50d456;_0xad64f5(this[_0x5c6b70(0x246)])[_0x5c6b70(0x1f0)](_0x5c6b70(0x1de));}[_0x50d456(0x2b3)](){const _0x182fd4=_0x50d456;_0xad64f5(this[_0x182fd4(0x246)])[_0x182fd4(0x2cc)](_0x182fd4(0x1de));}[_0x50d456(0x2a8)](_0x22f91e){const _0x1bd907=_0x50d456,_0x2418ea=_0xad64f5(this[_0x1bd907(0x246)]),_0x501fea=_0x2418ea[_0x1bd907(0x228)],_0x3bbdd7=_0x22f91e[_0x1bd907(0x1ec)](_0x5ab1ac=>this[_0x1bd907(0x280)](_0x5ab1ac))[_0x1bd907(0x264)]();_0x501fea[_0x1bd907(0x1d3)](_0x2b2540=>{const _0xe5c2e4=_0x1bd907;for(const _0x2e4e51 of _0x3bbdd7){const _0x246380=_0x2418ea[_0xe5c2e4(0x228)][_0xe5c2e4(0x223)][_0xe5c2e4(0x2c8)](_0x2e4e51['id']);if(_0x246380){if(_0xe5c2e4(0x286)===_0x2e4e51[_0xe5c2e4(0x1e6)]){if(!_0x2e4e51[_0xe5c2e4(0x2cd)])continue;_0x501fea[_0xe5c2e4(0x210)](_0x2e4e51[_0xe5c2e4(0x2cd)][_0xe5c2e4(0x23c)]||null,_0x246380[_0xe5c2e4(0x26a)]()[_0xe5c2e4(0x212)]);}else _0xe5c2e4(0x20c)!==_0x2e4e51[_0xe5c2e4(0x1e6)]&&_0xe5c2e4(0x201)!==_0x2e4e51[_0xe5c2e4(0x1e6)]||_0x501fea[_0xe5c2e4(0x22f)](_0x501fea[_0xe5c2e4(0x2a3)](_0x246380[_0xe5c2e4(0x26a)]()));_0x2b2540[_0xe5c2e4(0x1d6)](_0x2e4e51['id']),this[_0xe5c2e4(0x1e3)][_0xe5c2e4(0x25a)](_0x2e4e51['id']);}}});}[_0x50d456(0x2a2)](_0x4d078c){const _0x2cf28d=_0x50d456,_0x10a360=_0xad64f5(this[_0x2cf28d(0x246)]),_0x255c4b=this[_0x2cf28d(0x280)](_0x4d078c);_0x10a360[_0x2cf28d(0x228)][_0x2cf28d(0x1d3)](_0x41a018=>{const _0x5673f3=_0x2cf28d;for(const _0x1b3867 of _0x255c4b)_0x41a018[_0x5673f3(0x1d6)](_0x1b3867['id']),this[_0x5673f3(0x1e3)][_0x5673f3(0x25a)](_0x1b3867['id']);});}[_0x50d456(0x1f6)](){const _0x5a8f6e=_0x50d456;return _0xad64f5(this[_0x5a8f6e(0x246)]);}[_0x50d456(0x1f4)](_0x9d5c7c){const _0x11d181=_0x50d456,_0x93f45f=Array[_0x11d181(0x20a)](this[_0x11d181(0x1e3)][_0x11d181(0x21f)]())[_0x11d181(0x22a)](_0x356c7e=>_0x356c7e[_0x11d181(0x2cb)]===_0x9d5c7c);if(!_0x93f45f[_0x11d181(0x204)])return null;const _0x55840f=0x1===_0x93f45f[_0x11d181(0x204)]?_0x93f45f[0x0]:this[_0x11d181(0x291)](_0x93f45f)[0x0],_0x2f41a9=_0xad64f5(this[_0x11d181(0x246)])[_0x11d181(0x228)][_0x11d181(0x223)][_0x11d181(0x2c8)](_0x55840f['id']);if(!_0x2f41a9)return null;return{'modelRange':_0x2f41a9[_0x11d181(0x26a)](),'getElement':()=>this[_0x11d181(0x2cf)](_0x55840f['id'])};}[_0x50d456(0x1cd)](_0xc525ae){const _0x4e5f14=_0x50d456,_0x14ddd2=Array[_0x4e5f14(0x20a)](this[_0x4e5f14(0x1e3)][_0x4e5f14(0x21f)]())[_0x4e5f14(0x22a)](_0x38ac46=>_0x38ac46[_0x4e5f14(0x2cb)]===_0xc525ae);if(!_0x14ddd2[_0x4e5f14(0x204)])return null;const _0x152bdf=0x1===_0x14ddd2[_0x4e5f14(0x204)]?_0x14ddd2[0x0]:this[_0x4e5f14(0x291)](_0x14ddd2)[0x0],_0x47343b=_0xad64f5(this[_0x4e5f14(0x246)]),_0x2f45a6=_0x47343b[_0x4e5f14(0x228)][_0x4e5f14(0x223)][_0x4e5f14(0x2c8)](_0x152bdf['id']);if(!_0x2f45a6)return null;const _0x1e5909=_0x2f45a6[_0x4e5f14(0x26a)](),_0x22a2ce=_0x47343b[_0x4e5f14(0x20f)][_0x4e5f14(0x1dd)][_0x4e5f14(0x2c6)]();if(!_0x22a2ce||!_0x1e5909)return null;let _0x4c7385=_0x1e5909[_0x4e5f14(0x212)][_0x4e5f14(0x267)];for(;_0x4c7385[_0x4e5f14(0x267)]&&_0x4e5f14(0x1f5)!==_0x4c7385[_0x4e5f14(0x267)][_0x4e5f14(0x203)];)_0x4c7385=_0x4c7385[_0x4e5f14(0x267)];if(!_0x4c7385||!_0x4c7385[_0x4e5f14(0x203)])return null;const _0x26317e=_0x22a2ce[_0x4e5f14(0x2b8)](_0x4e5f14(0x214)+_0x152bdf['id']+'\x22]');if(!_0x26317e)return null;let _0x57fab3=null;_0x47343b[_0x4e5f14(0x228)][_0x4e5f14(0x1d3)](_0x4a651e=>{const _0x9e6f59=_0x4e5f14;_0x57fab3=_0x4a651e[_0x9e6f59(0x244)](),_0x4a651e[_0x9e6f59(0x29d)](_0x4c7385[_0x9e6f59(0x227)](!0x0),_0x57fab3);});const _0x566515=_0x47343b[_0x4e5f14(0x278)][_0x4e5f14(0x271)](_0x57fab3)[_0x4e5f14(0x1fc)](0x0);return _0x26317e[_0x4e5f14(0x251)](_0x566515[_0x4e5f14(0x203)]);}[_0x50d456(0x1e7)](_0x5a5d98){const _0x289e04=_0x50d456,_0x3af07e=this[_0x289e04(0x280)](_0x5a5d98);if(!_0x3af07e[_0x289e04(0x204)])return;const _0xcf02fc=Array[_0x289e04(0x20a)](this[_0x289e04(0x2b4)])[_0x289e04(0x2c7)](),_0x52a13e=Array[_0x289e04(0x20a)](new Set(_0x3af07e[_0x289e04(0x1ec)](_0x61dbbd=>_0x61dbbd['id'])))[_0x289e04(0x2c7)]();_0xcf02fc[_0x289e04(0x1f2)]('|')!==_0x52a13e[_0x289e04(0x1f2)]('|')&&(this[_0x289e04(0x24a)](),this[_0x289e04(0x272)](_0x5a5d98));}[_0x50d456(0x272)](_0x3fbe72){const _0x40b799=_0x50d456,_0x39e63c=this[_0x40b799(0x280)](_0x3fbe72);if(!_0x39e63c[_0x40b799(0x204)])return;const _0x5abc5d=_0xad64f5(this[_0x40b799(0x246)]),_0x5e2e22=new Set(_0x39e63c[_0x40b799(0x1ec)](_0x49c6a5=>_0x49c6a5['id'])),_0x1f0ae9=Array[_0x40b799(0x20a)](_0x5e2e22[_0x40b799(0x21f)]())[_0x40b799(0x1ec)](_0x4afbd0=>_0x5abc5d[_0x40b799(0x228)][_0x40b799(0x223)][_0x40b799(0x2c8)](_0x4afbd0))[_0x40b799(0x22a)](_0x3b3c2a=>!!_0x3b3c2a);_0x5e2e22[_0x40b799(0x24e)](_0xce0151=>{const _0x58ba85=_0x40b799;this[_0x58ba85(0x2b4)][_0x58ba85(0x2bd)](_0xce0151);}),_0x5abc5d[_0x40b799(0x228)][_0x40b799(0x1d3)](()=>{const _0x5a68aa=_0x40b799;_0x1f0ae9[_0x5a68aa(0x24e)](_0x6db76=>{const _0x373f5a=_0x5a68aa;_0x5abc5d[_0x373f5a(0x20f)][_0x373f5a(0x1c7)](_0x6db76);});});}[_0x50d456(0x24a)](){const _0x1b9cc5=_0x50d456,_0x1b5922=Array[_0x1b9cc5(0x20a)](this[_0x1b9cc5(0x2b4)]);if(!_0x1b5922[_0x1b9cc5(0x204)])return;this[_0x1b9cc5(0x2b4)][_0x1b9cc5(0x211)]();const _0x175556=_0xad64f5(this[_0x1b9cc5(0x246)]),_0x5eb4a7=_0x1b5922[_0x1b9cc5(0x1ec)](_0x4162d7=>_0x175556[_0x1b9cc5(0x228)][_0x1b9cc5(0x223)][_0x1b9cc5(0x2c8)](_0x4162d7))[_0x1b9cc5(0x22a)](_0x39a189=>!!_0x39a189);_0x175556[_0x1b9cc5(0x228)][_0x1b9cc5(0x1d3)](()=>{const _0x4da17a=_0x1b9cc5;_0x5eb4a7[_0x4da17a(0x24e)](_0x3accb3=>{const _0x5c9995=_0x4da17a;_0x175556[_0x5c9995(0x20f)][_0x5c9995(0x1c7)](_0x3accb3);});});}[_0x50d456(0x26e)](_0x72198c,_0x439022,_0xf9634b=_0x50d456(0x2c9)){const _0x12a12e=_0x50d456;if(!_0x72198c)return null;let _0x12f030=_0x72198c[_0x12a12e(0x267)];for(;_0x12f030&&_0x12f030[_0x12a12e(0x267)]&&_0x12a12e(0x1f5)!==_0x12f030[_0x12a12e(0x267)][_0x12a12e(0x203)]&&!_0x439022[_0x12a12e(0x228)][_0x12a12e(0x1df)][_0x12a12e(0x1d0)](_0x12f030)&&!_0x439022[_0x12a12e(0x228)][_0x12a12e(0x1df)][_0x12a12e(0x23f)](_0x12f030);)_0x12f030=_0x12f030[_0x12a12e(0x267)];if(!_0x12f030||!_0x12f030[_0x12a12e(0x203)]||_0x12a12e(0x1f5)===_0x12f030[_0x12a12e(0x203)])return null;let _0x9f083c=null;return _0x439022[_0x12a12e(0x228)][_0x12a12e(0x1d3)](_0x1beae7=>{const _0x13361d=_0x12a12e;_0x9f083c=_0x13361d(0x231)===_0xf9634b?_0x1beae7[_0x13361d(0x28b)](_0x12f030):_0x1beae7[_0x13361d(0x200)](_0x12f030);}),_0x9f083c;}[_0x50d456(0x202)](_0x433ec0,_0x1b51e6){const _0x4c9b77=_0x50d456,_0x2125d4=Array[_0x4c9b77(0x20a)](this[_0x4c9b77(0x1e3)][_0x4c9b77(0x1db)]()),_0x22c192=new Map();for(const _0x1ac954 of _0x2125d4){const _0x397fba=_0x433ec0[_0x4c9b77(0x228)][_0x4c9b77(0x223)][_0x4c9b77(0x2c8)](_0x1ac954);if(!_0x397fba)continue;const _0x527257=_0x397fba[_0x4c9b77(0x21c)]()[_0x4c9b77(0x1d8)][0x0];_0x22c192[_0x4c9b77(0x1e4)](_0x527257)||_0x22c192[_0x4c9b77(0x2ac)](_0x527257,[]),_0x22c192[_0x4c9b77(0x2c8)](_0x527257)[_0x4c9b77(0x282)](_0x397fba);}const _0x3e7550=new Set();for(const _0xc8a90f of _0x433ec0[_0x4c9b77(0x228)][_0x4c9b77(0x274)][_0x4c9b77(0x206)][_0x4c9b77(0x266)]()){let _0x4de777=-0x1,_0x2cd5a8=null;if(_0x4c9b77(0x286)===_0xc8a90f[_0x4c9b77(0x1e6)])_0x2cd5a8=new _0x44ff33(_0xc8a90f[_0x4c9b77(0x292)],_0xc8a90f[_0x4c9b77(0x292)][_0x4c9b77(0x24f)](_0xc8a90f[_0x4c9b77(0x204)])),_0x4de777=_0xc8a90f[_0x4c9b77(0x292)][_0x4c9b77(0x1d8)][0x0];else{if(_0x4c9b77(0x28e)!==_0xc8a90f[_0x4c9b77(0x1e6)])continue;_0x2cd5a8=new _0x44ff33(_0xc8a90f[_0x4c9b77(0x292)]),_0x4de777=_0xc8a90f[_0x4c9b77(0x292)][_0x4c9b77(0x1d8)][0x0];}const _0x5b3456=_0x22c192[_0x4c9b77(0x2c8)](_0x4de777)||[];if(_0x5b3456[_0x4c9b77(0x204)]){for(const _0xf00b0b of _0x5b3456)if(_0x2cd5a8[_0x4c9b77(0x1c8)][_0x4c9b77(0x24c)]===_0xf00b0b[_0x4c9b77(0x26a)]()[_0x4c9b77(0x1c8)][_0x4c9b77(0x24c)]&&(_0x4c9b77(0x286)!==_0xc8a90f[_0x4c9b77(0x1e6)]||!_0x2cd5a8[_0x4c9b77(0x27d)](_0xf00b0b[_0x4c9b77(0x26a)]()))&&(_0x2cd5a8[_0x4c9b77(0x1dc)](_0xf00b0b[_0x4c9b77(0x26a)]())||_0x2cd5a8[_0x4c9b77(0x212)][_0x4c9b77(0x225)](_0xf00b0b[_0x4c9b77(0x26a)]()[_0x4c9b77(0x293)])||_0x2cd5a8[_0x4c9b77(0x293)][_0x4c9b77(0x225)](_0xf00b0b[_0x4c9b77(0x26a)]()[_0x4c9b77(0x212)]))){const _0x1313b9=this[_0x4c9b77(0x2bc)](_0xf00b0b[_0x4c9b77(0x203)]);Array[_0x4c9b77(0x20a)](this[_0x4c9b77(0x1e3)][_0x4c9b77(0x21f)]())[_0x4c9b77(0x22a)](_0x5bd915=>_0x5bd915[_0x4c9b77(0x2cb)]===_0x1313b9[_0x4c9b77(0x2cb)])[_0x4c9b77(0x24e)](_0x2317e1=>_0x3e7550[_0x4c9b77(0x2bd)](_0x2317e1['id']));}}}if(_0x3e7550[_0x4c9b77(0x239)]){for(const _0x4fd1c2 of _0x3e7550)_0x1b51e6[_0x4c9b77(0x1d6)](_0x4fd1c2);return!0x0;}return!0x1;}[_0x50d456(0x26d)](_0x367baa){const _0x86030a=_0x50d456;for(const {name:_0x298a12,data:_0x328485}of _0x367baa[_0x86030a(0x228)][_0x86030a(0x274)][_0x86030a(0x206)][_0x86030a(0x260)]()){if(!_0x298a12[_0x86030a(0x29f)](fe))continue;const _0xcd83f3=_0x328485[_0x86030a(0x298)],_0x1352c2=_0x328485[_0x86030a(0x2d0)],_0x5acc08=_0xcd83f3&&_0x86030a(0x288)===_0xcd83f3[_0x86030a(0x1c8)][_0x86030a(0x24c)],_0x3cc2cc=_0x1352c2&&_0x86030a(0x288)===_0x1352c2[_0x86030a(0x1c8)][_0x86030a(0x24c)];if(_0x5acc08&&_0x3cc2cc)continue;const _0x181b3d=this[_0x86030a(0x2bc)](_0x298a12);this[_0x86030a(0x1e3)][_0x86030a(0x2c8)](_0x298a12)&&(_0x3cc2cc||!_0x1352c2?this[_0x86030a(0x23b)][_0x86030a(0x289)](_0x86030a(0x234),{'markerId':_0x298a12,'changeId':_0x181b3d[_0x86030a(0x2cb)]}):_0x5acc08&&_0x1352c2&&this[_0x86030a(0x23b)][_0x86030a(0x289)](_0x86030a(0x217),{'markerId':_0x298a12,'changeId':_0x181b3d[_0x86030a(0x2cb)]}));}}[_0x50d456(0x2bc)](_0x2069ca){const _0x19a733=_0x50d456,_0x2bc2a8=_0x2069ca[_0x19a733(0x1ea)](':'),_0x39ad7c=(_0x2bc2a8[0x1]||'')[_0x19a733(0x1ea)]('_');return{'prefix':_0x2bc2a8[0x0],'groupId':_0x39ad7c[0x0],'suffix':_0x39ad7c[0x1]};}[_0x50d456(0x205)](_0x2c0c8d,_0x5cac8a,_0x6617){const _0x477bac=_0x50d456;if(_0x477bac(0x286)===_0x2c0c8d[_0x477bac(0x1e6)]){const _0x58634f=_0x2c0c8d;return new _0x4ba030(this[_0x477bac(0x276)](_0x5cac8a[_0x477bac(0x21a)](_0x58634f[_0x477bac(0x292)][_0x477bac(0x22d)]),_0x6617),_0x58634f[_0x477bac(0x273)],_0x58634f[_0x477bac(0x1cc)]);}if(_0x477bac(0x1e2)===_0x2c0c8d[_0x477bac(0x1e6)]&&_0x2c0c8d[_0x477bac(0x203)][_0x477bac(0x29f)](_0x477bac(0x29a))){const _0x2ceef8=_0x2c0c8d;return new _0x104980(_0x2ceef8[_0x477bac(0x203)],_0x2ceef8[_0x477bac(0x298)],this[_0x477bac(0x1f8)](_0x2ceef8[_0x477bac(0x2d0)],_0x5cac8a[_0x477bac(0x21a)](_0x2ceef8[_0x477bac(0x2d0)][_0x477bac(0x212)][_0x477bac(0x22d)]),_0x5cac8a[_0x477bac(0x21a)](_0x2ceef8[_0x477bac(0x2d0)][_0x477bac(0x293)][_0x477bac(0x22d)]),_0x6617),_0x2ceef8[_0x477bac(0x1e3)],_0x2ceef8[_0x477bac(0x235)],_0x2ceef8[_0x477bac(0x1cc)]);}return _0x2c0c8d;}[_0x50d456(0x2c3)](_0xadf3f8){const _0x4114b8=_0x50d456;if(!_0xadf3f8[_0x4114b8(0x204)])return[];const _0x1d7c24=[];let _0x18c0b7=0x0,_0x3c5371=0x0,_0x3f3090=[];for(let _0x7f2a79=0x0;_0x7f2a79<=_0xadf3f8[_0x4114b8(0x204)];_0x7f2a79++){const _0x2f2ca2=_0xadf3f8[_0x7f2a79],_0x14787f=_0xadf3f8[_0x7f2a79-0x1];!_0x2f2ca2||_0x14787f&&!this[_0x4114b8(0x28c)](_0x14787f)[_0x4114b8(0x225)](this[_0x4114b8(0x257)](_0x2f2ca2))?(_0x1d7c24[_0x4114b8(0x282)]({'operations':_0x3f3090,'operationsIsolated':_0x3f3090[_0x4114b8(0x1ec)](_0x5bfb62=>this[_0x4114b8(0x1fb)](_0x5bfb62[_0x4114b8(0x218)](),-_0x3c5371)),'groupOffset':_0x18c0b7}),_0x3f3090=_0x2f2ca2?[_0x2f2ca2]:[],_0x3c5371+=_0x18c0b7,_0x18c0b7=0x0):_0x3f3090[_0x4114b8(0x282)](_0x2f2ca2),_0x2f2ca2&&_0x4114b8(0x286)===_0x2f2ca2[_0x4114b8(0x1e6)]&&(_0x18c0b7+=_0x2f2ca2[_0x4114b8(0x29c)]);}return _0x1d7c24;}[_0x50d456(0x25f)](_0x2b1a31,_0x294d03,_0x246280,_0x498699=0x1){const _0x14c140=_0x50d456,_0x395b78=new _0x4ad6a7({'startPosition':_0x2b1a31,'direction':_0x294d03});let _0x441d5f=0x0;for(let _0x599fbd=0x0;_0x599fbd<_0x498699;_0x599fbd++){let _0xe6ed17=0x0,_0x150e39=!0x1,_0x1e657e=_0x14c140(0x2ab)===_0x294d03?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x541adf}of _0x395b78)if(_0x541adf['is'](_0x14c140(0x2ce))){const _0x585f4=_0x1e657e[_0x14c140(0x2ae)](_0x541adf[_0x14c140(0x278)]);if(_0x585f4&&_0x585f4[_0x14c140(0x204)]){if(_0xe6ed17+=_0x14c140(0x2ab)===_0x294d03?_0x585f4[_0x14c140(0x2c4)]+_0x585f4[0x0][_0x14c140(0x204)]:_0x541adf[_0x14c140(0x278)][_0x14c140(0x204)]-_0x585f4[_0x14c140(0x2c4)],_0x585f4[0x0][_0x14c140(0x204)]!==_0x541adf[_0x14c140(0x278)][_0x14c140(0x204)])break;_0x150e39=!0x0,_0x1e657e=_0x14c140(0x2ab)===_0x294d03?/^\w+/:/\w+$/;}else{if(_0x150e39)break;_0xe6ed17+=_0x541adf[_0x14c140(0x1cf)];}}else{if(_0x541adf['is'](_0x14c140(0x2b6))){_0x246280[_0x14c140(0x1e5)](_0x541adf)&&!_0x150e39&&(_0xe6ed17+=0x1);break;}}_0x441d5f+=_0xe6ed17,_0x395b78[_0x14c140(0x238)](_0x2b1a31[_0x14c140(0x24f)](_0x14c140(0x2ab)===_0x294d03?_0x441d5f:-_0x441d5f));}return _0x441d5f;}[_0x50d456(0x270)](_0x12e557,_0x4c09fb){const _0x3c59a2=_0x50d456,_0x168104=_0xad64f5(this[_0x3c59a2(0x246)])[_0x3c59a2(0x228)][_0x3c59a2(0x1df)],_0x4a552c=this[_0x3c59a2(0x25f)](_0x12e557,_0x3c59a2(0x27f),_0x168104,0x6),_0x594acc=this[_0x3c59a2(0x25f)](_0x4c09fb,_0x3c59a2(0x2ab),_0x168104,0x6),_0xb3ceea=_0x12e557[_0x3c59a2(0x24f)](-_0x4a552c),_0x5e7acd=_0x4c09fb[_0x3c59a2(0x24f)](_0x594acc);return{'start':_0xb3ceea,'end':_0x5e7acd,'hasContentBefore':!_0xb3ceea[_0x3c59a2(0x275)],'hasContentAfter':!_0x5e7acd[_0x3c59a2(0x216)]};}[_0x50d456(0x236)](_0x5abc74){const _0x23b642=_0x50d456,_0x242cca=this[_0x23b642(0x246)][_0x23b642(0x2a1)][_0x23b642(0x2c8)](_0x23b642(0x226)),_0x4c689b=new Set();_0xad64f5(this[_0x23b642(0x246)])[_0x23b642(0x228)][_0x23b642(0x1d3)](_0x1b0fd7=>{const _0x50d498=_0x23b642;for(const _0xbe02a0 of _0x5abc74){const _0xfc8e3f=''+fe+_0xbe02a0[_0x50d498(0x1e6)]+':'+_0xbe02a0[_0x50d498(0x2cb)]+'_'+_0x242cca[_0x50d498(0x1d2)](_0x4c689b);this[_0x50d498(0x1e3)][_0x50d498(0x2ac)](_0xfc8e3f,{'id':_0xfc8e3f,'groupId':_0xbe02a0[_0x50d498(0x2cb)],'type':_0xbe02a0[_0x50d498(0x1e6)],'content':_0xbe02a0[_0x50d498(0x2cd)]}),_0x1b0fd7[_0x50d498(0x1ce)](_0xfc8e3f,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x1b0fd7[_0x50d498(0x1c6)](_0xbe02a0[_0x50d498(0x212)],_0xbe02a0[_0x50d498(0x293)])});}});}[_0x50d456(0x224)](_0x4615ae,_0x27b98f,_0x3b085a){let _0x487435='';return()=>{const _0x303277=_0x184d;if(!_0x487435){const _0x7b24d4=_0x27b98f[_0x303277(0x271)](_0x4615ae,{'showSuggestionHighlights':!0x0});let _0x191746=_0x7b24d4[_0x303277(0x1fc)](0x0);if(_0x191746['is'](_0x303277(0x287))||(_0x191746=_0x7b24d4),!_0x191746)return'';let _0x14ed4e=!0x1;const _0x4e0667=[];for(const _0x4e2e34 of _0x191746[_0x303277(0x1fd)]())_0x4e2e34['is'](_0x303277(0x2b6),_0x303277(0x1ca))&&_0x4e2e34[_0x303277(0x24d)](_0x303277(0x22c))&&(_0x14ed4e=!0x1),_0x14ed4e&&_0x4e0667[_0x303277(0x282)](_0x4e2e34),_0x4e2e34['is'](_0x303277(0x2b6),_0x303277(0x1ca))&&_0x4e2e34[_0x303277(0x24d)](_0x303277(0x222))&&(_0x14ed4e=!0x0);_0x191746[_0x303277(0x213)](0x0,_0x191746[_0x303277(0x269)]),_0x3b085a?.[_0x303277(0x1e8)]&&_0x191746[_0x303277(0x2b9)]('…'),_0x191746[_0x303277(0x2b9)](_0x4e0667),_0x3b085a?.[_0x303277(0x2aa)]&&_0x191746[_0x303277(0x2b9)]('…');const _0x40a1e9=_0x27b98f[_0x303277(0x25c)][_0x303277(0x248)][_0x303277(0x26b)](_0x7b24d4),_0x563539=_0x27b98f[_0x303277(0x25c)][_0x303277(0x243)][_0x303277(0x219)](_0x40a1e9);_0x487435=_0x563539;}return _0x487435;};}[_0x50d456(0x2a6)](_0x1f6fcc,_0xa965aa){const _0xb78b1d=_0x50d456;let _0x51fc5b='';return()=>(_0x51fc5b||(_0x51fc5b=_0xa965aa[_0xb78b1d(0x1c9)](_0x1f6fcc,{'showSuggestionHighlights':!0x0})),_0x51fc5b);}[_0x50d456(0x237)](_0x94e7a7,_0x1d6b1a,_0x40e66c){let _0x99d0ca='';return()=>{const _0x5051f5=_0x184d;if(!_0x99d0ca){const _0x19270e=_0x40e66c[_0x5051f5(0x271)](new _0x40836f(_0x94e7a7)),_0x282ee6=_0x40e66c[_0x5051f5(0x25c)][_0x5051f5(0x248)][_0x5051f5(0x26b)](_0x19270e)[_0x5051f5(0x2b8)](_0x5051f5(0x299)+_0x1d6b1a+'\x22]');_0x99d0ca=_0x282ee6?.[_0x5051f5(0x1d7)]||'';}return _0x99d0ca;};}[_0x50d456(0x20e)](_0x3b3a12,_0x5e4dc7=0x5){const _0x236eb1=_0x50d456;let _0xaa2114=_0x3b3a12,_0x5129e5=null;for(let _0x14306d=0x0;_0x14306d<_0x5e4dc7&&_0xaa2114;_0x14306d++){if(!_0xaa2114[_0x236eb1(0x23d)]){_0xaa2114=_0xaa2114[_0x236eb1(0x27e)];continue;}if(!(''+_0xaa2114[_0x236eb1(0x23d)])[_0x236eb1(0x242)](_0x236eb1(0x21e))){_0xaa2114=_0xaa2114[_0x236eb1(0x27e)];continue;}if(!_0xaa2114[_0x236eb1(0x284)](_0x236eb1(0x28f)))break;_0x5129e5=_0xaa2114;break;}return _0x5129e5;}[_0x50d456(0x2cf)](_0x319751){const _0x3da5df=_0x50d456,_0x54952b=_0xad64f5(this[_0x3da5df(0x246)]),_0x3e27a2=_0x54952b[_0x3da5df(0x228)][_0x3da5df(0x223)][_0x3da5df(0x2c8)](_0x319751);return _0x3e27a2?_0x29dfa5(_0x54952b[_0x3da5df(0x20f)],_0x3e27a2):null;}[_0x50d456(0x280)](_0x30470e){const _0x20506a=_0x50d456;return Array[_0x20506a(0x20a)](this[_0x20506a(0x1e3)][_0x20506a(0x21f)]())[_0x20506a(0x22a)](_0x972a83=>_0x972a83[_0x20506a(0x2cb)]===_0x30470e);}[_0x50d456(0x257)](_0x43be83){const _0x3528b2=_0x50d456;return _0x3528b2(0x286)===_0x43be83[_0x3528b2(0x1e6)]?_0x43be83[_0x3528b2(0x292)]:_0x43be83[_0x3528b2(0x2d0)][_0x3528b2(0x212)];}[_0x50d456(0x28c)](_0x221907,_0xb0bc43=!0x1){const _0x4f5ebd=_0x50d456;return _0x4f5ebd(0x286)===_0x221907[_0x4f5ebd(0x1e6)]?_0xb0bc43?_0x221907[_0x4f5ebd(0x292)]:_0x221907[_0x4f5ebd(0x292)][_0x4f5ebd(0x24f)](_0x221907[_0x4f5ebd(0x29c)]):_0x221907[_0x4f5ebd(0x2d0)][_0x4f5ebd(0x293)];}[_0x50d456(0x1fb)](_0x25830d,_0x501749){const _0x30aa58=_0x50d456;return _0x30aa58(0x286)===_0x25830d[_0x30aa58(0x1e6)]?_0x25830d[_0x30aa58(0x292)]=_0x25830d[_0x30aa58(0x292)][_0x30aa58(0x24f)](_0x501749):_0x30aa58(0x1e2)===_0x25830d[_0x30aa58(0x1e6)]&&_0x25830d[_0x30aa58(0x2d0)]&&(_0x25830d[_0x30aa58(0x2d0)]=new _0x44ff33(_0x25830d[_0x30aa58(0x2d0)][_0x30aa58(0x212)][_0x30aa58(0x24f)](_0x501749),_0x25830d[_0x30aa58(0x2d0)][_0x30aa58(0x293)][_0x30aa58(0x24f)](_0x501749))),_0x25830d;}[_0x50d456(0x1f9)](_0x22651,_0x454b7b){const _0x25d951=_0x50d456;_0x25d951(0x286)===_0x22651[_0x25d951(0x1e6)]?_0x22651[_0x25d951(0x292)]=this[_0x25d951(0x2a9)](_0x22651[_0x25d951(0x292)],_0x454b7b):_0x25d951(0x1e2)===_0x22651[_0x25d951(0x1e6)]&&_0x22651[_0x25d951(0x2d0)]&&(_0x22651[_0x25d951(0x2d0)]=this[_0x25d951(0x1f7)](_0x22651[_0x25d951(0x2d0)],_0x454b7b));}[_0x50d456(0x2a9)](_0x51312e,_0x551238){const _0x242c49=_0x50d456;return new _0xc5864f(_0x551238,_0x51312e[_0x242c49(0x1d8)]);}[_0x50d456(0x1f7)](_0x5a605,_0xe83cc6){const _0xdd906e=_0x50d456;return new _0x44ff33(this[_0xdd906e(0x2a9)](_0x5a605[_0xdd906e(0x212)],_0xe83cc6),this[_0xdd906e(0x2a9)](_0x5a605[_0xdd906e(0x293)],_0xe83cc6));}[_0x50d456(0x276)](_0xb5a4c3,_0x1befc0){return new _0xc5864f(_0x1befc0,[..._0xb5a4c3]);}[_0x50d456(0x1f8)](_0x1649ae,_0x42d825,_0x2c91a9,_0xbdd39a){const _0x5a0baf=_0x50d456;return new _0x44ff33(this[_0x5a0baf(0x276)](_0x42d825,_0xbdd39a),this[_0x5a0baf(0x276)](_0x2c91a9,_0xbdd39a));}[_0x50d456(0x291)](_0x274dca){const _0x243d71=_0x50d456,_0x527380=_0x1f95cb=>{const _0x363c47=_0x184d;switch(_0x1f95cb){case _0x363c47(0x286):return 0x0;case _0x363c47(0x2bf):return 0x1;case _0x363c47(0x201):return 0x2;case _0x363c47(0x20c):return 0x3;}};return _0x274dca[_0x243d71(0x2c7)]((_0x153cd7,_0x203dae)=>_0x527380(_0x153cd7[_0x243d71(0x1e6)])-_0x527380(_0x203dae[_0x243d71(0x1e6)]));}[_0x50d456(0x215)](_0x2d5ea5,_0x40f676){const _0x1b9a14=_0x50d456,_0x1c5617=_0x2d5ea5[_0x1b9a14(0x1fc)](0x0),_0x57cc82=_0x40f676[_0x1b9a14(0x1fc)](0x0);return!(!_0x1c5617||!_0x57cc82)&&((!_0x1c5617['is'](_0x1b9a14(0x2b6))||!_0x57cc82['is'](_0x1b9a14(0x2b6))||_0x1c5617[_0x1b9a14(0x203)]===_0x57cc82[_0x1b9a14(0x203)])&&!(_0x1c5617['is'](_0x1b9a14(0x2b6))&&!_0x57cc82['is'](_0x1b9a14(0x2b6))||!_0x1c5617['is'](_0x1b9a14(0x2b6))&&_0x57cc82['is'](_0x1b9a14(0x2b6))));}[_0x50d456(0x26c)](_0x4efd3c){const _0x51a34b=_0x50d456;return 0x1===_0x4efd3c[_0x51a34b(0x269)];}[_0x50d456(0x2a7)](_0x3fd155,_0x17f64a){const _0x2ef4f9=_0x50d456;for(const _0x2aea9a of _0x3fd155[_0x2ef4f9(0x1fd)]())if(_0x2aea9a['is'](_0x2ef4f9(0x2b6))&&!_0x17f64a[_0x2ef4f9(0x1e5)](_0x2aea9a))return!0x1;return!0x0;}[_0x50d456(0x2a0)](_0x107647,_0x8df1da){const _0x4ee381=_0x50d456;let _0x290917=_0x107647[_0x4ee381(0x284)](_0x3421b6);return _0x290917||(_0x290917=_0x8df1da(),_0x107647[_0x4ee381(0x2a4)](_0x3421b6,_0x290917)),_0x290917;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x400ecf=_0x4c62;function _0x4c62(_0x1605be,_0x5c52a6){const _0x12f9ee=_0x12f9();return _0x4c62=function(_0x4c620b,_0x118779){_0x4c620b=_0x4c620b-0x178;let _0x4f7df2=_0x12f9ee[_0x4c620b];return _0x4f7df2;},_0x4c62(_0x1605be,_0x5c52a6);}(function(_0x37926c,_0x57de26){const _0x2fbee1=_0x4c62,_0xd43fbb=_0x37926c();while(!![]){try{const _0xf6a7dc=-parseInt(_0x2fbee1(0x1bd))/0x1+-parseInt(_0x2fbee1(0x1b3))/0x2*(-parseInt(_0x2fbee1(0x1cd))/0x3)+-parseInt(_0x2fbee1(0x197))/0x4*(-parseInt(_0x2fbee1(0x195))/0x5)+-parseInt(_0x2fbee1(0x182))/0x6*(parseInt(_0x2fbee1(0x1b6))/0x7)+-parseInt(_0x2fbee1(0x17f))/0x8+parseInt(_0x2fbee1(0x17d))/0x9+-parseInt(_0x2fbee1(0x190))/0xa*(parseInt(_0x2fbee1(0x199))/0xb);if(_0xf6a7dc===_0x57de26)break;else _0xd43fbb['push'](_0xd43fbb['shift']());}catch(_0x3c61e6){_0xd43fbb['push'](_0xd43fbb['shift']());}}}(_0x12f9,0x470c6));import{ContextPlugin as _0x18f317}from'ckeditor5/src/core.js';function _0x12f9(){const _0x5b8c8c=['513214stbitM','accepted','setTitle','outdated','getChangeElement','fire','deactivateChange','context','requires','error-general','ai.models.showModelSelector','init','createMainView','showChunkErrorView','delegate','showCheckRunResults','1056rhxjOw','hasChecks','retryReview','_mainView','detachFromDom','isPremiumPlugin','showReviewCheckResultsView','showBalloon','activateChange','acceptChange','3851910yeQmhM','learnMore','940568TtdtXd','updateChangeState','showGeneralReviewCoreErrorView','150582lpCYfL','AI_REVIEW_INITIALIZATION_ERROR_MESSAGE','leaveReviewCoreResultList','status','showResult','rejected','setChecks','toggleDiff','resetActiveStateInResults','showChangeBalloon','addCheckRunResult','attachToDom','showActionsWhenResultIsReady','forEach','20OVEyqw','setItemAsActive','abortReviewStream','find','showNoChangesView','500jAVzvP','setCheckResultTitle','22028rmENrs','config','2984784LlRpRF','getResults','finishReview','hideResult','getReviewCheckList','hideActionsWhenResultIsReady','setActiveStateInResults','locale','reviewCheckListView','showDiffInBalloon','get','showReviewCheckListView','AITabs','dismissChange','plugins','element','hideDiffInBalloon','error-chunk','showCheckRunResult','_balloonSuggestionView','reviewCheckResultsView','registerTab','hideChangeBalloon','destroy','_bodyCollection','showGeneralResultsErrorView','3188JCFRjN','setItemAsInactive','setAvailableChecks','21JQhPVV','showReviewCompletedView','acceptAllChanges','isOfficialPlugin','showReviewCheckList','runReviewCheck','hideBalloon'];_0x12f9=function(){return _0x5b8c8c;};return _0x12f9();}import{BodyCollection as _0x7f7612}from'ckeditor5/src/ui.js';import{getTranslation as _0x44a599}from'../aicore/utils/common-translations.js';import{AITabs as _0x124c40}from'../aitabs/aitabs.js';import{AIReviewCoreBalloonSuggestionItemView as _0x117aa1}from'./ui/aireviewcoreballoonsuggestionview.js';export const AI_REVIEW_MODE_UI_EVENT_NAMES=[_0x400ecf(0x19d),_0x400ecf(0x1bb),_0x400ecf(0x192),_0x400ecf(0x189),_0x400ecf(0x1b8),_0x400ecf(0x184),_0x400ecf(0x17b),_0x400ecf(0x1c3),_0x400ecf(0x17c),_0x400ecf(0x1a6),_0x400ecf(0x17e),_0x400ecf(0x19b),_0x400ecf(0x1cf)];import'../../theme/common/aiheader.css';import'../../theme/common/ainotification.css';import'../../theme/common/aibutton.css';import'../../theme/common/aitrackchanges.css';import'../../theme/aireviewcore/aireviewcore.css';export class AIReviewCoreUI extends _0x18f317{[_0x400ecf(0x1d0)];[_0x400ecf(0x1ac)];[_0x400ecf(0x1b1)];static get[_0x400ecf(0x1c5)](){return[_0x124c40];}static get[_0x400ecf(0x1b9)](){return!0x0;}static get[_0x400ecf(0x178)](){return!0x0;}constructor(_0x3ab970){const _0x109301=_0x400ecf;super(_0x3ab970),this[_0x109301(0x1b1)]=new _0x7f7612(this[_0x109301(0x1c4)][_0x109301(0x1a0)]),this[_0x109301(0x1b1)][_0x109301(0x18d)](),this[_0x109301(0x1d0)]=this[_0x109301(0x1c9)](),this[_0x109301(0x1d0)][_0x109301(0x1cb)](...AI_REVIEW_MODE_UI_EVENT_NAMES)['to'](this),this[_0x109301(0x1ac)]=new _0x117aa1(this[_0x109301(0x1c4)][_0x109301(0x1a0)],this[_0x109301(0x1b1)]),this[_0x109301(0x1ac)][_0x109301(0x1cb)](_0x109301(0x17c),_0x109301(0x1a6),_0x109301(0x1c3))['to'](this);}[_0x400ecf(0x1c8)](){const _0x27a10f=_0x400ecf,_0x38a368=this[_0x27a10f(0x1c4)][_0x27a10f(0x1a7)][_0x27a10f(0x1a3)](_0x27a10f(0x1a5));this[_0x27a10f(0x1ae)](_0x38a368);}[_0x400ecf(0x1b0)](){const _0x55fd97=_0x400ecf;this[_0x55fd97(0x1b1)][_0x55fd97(0x1d1)](),super[_0x55fd97(0x1b0)]();}[_0x400ecf(0x1b5)](_0x270116){const _0x8676b4=_0x400ecf;if(!this[_0x8676b4(0x1d0)][_0x8676b4(0x1a1)][_0x8676b4(0x1ce)]()){const _0x2d02ed=!this[_0x8676b4(0x1c4)][_0x8676b4(0x198)][_0x8676b4(0x1a3)](_0x8676b4(0x1c7));this[_0x8676b4(0x1d0)][_0x8676b4(0x1a1)][_0x8676b4(0x188)](_0x270116,_0x2d02ed);}this[_0x8676b4(0x1d0)][_0x8676b4(0x1a4)]();}[_0x400ecf(0x1ba)](){const _0x43dffc=_0x400ecf;this[_0x43dffc(0x1c2)](_0x43dffc(0x19d));}[_0x400ecf(0x1cc)](_0x3cc7f6){const _0x34dc61=_0x400ecf;_0x3cc7f6&&(_0x34dc61(0x1c6)!==_0x3cc7f6[_0x34dc61(0x185)]?_0x34dc61(0x1aa)!==_0x3cc7f6[_0x34dc61(0x185)]?this[_0x34dc61(0x1d0)][_0x34dc61(0x179)]():this[_0x34dc61(0x1ca)]():this[_0x34dc61(0x1b2)]());}[_0x400ecf(0x1ab)](_0x26291f){const _0x2d6dfc=_0x400ecf;this[_0x2d6dfc(0x1d0)][_0x2d6dfc(0x18c)](_0x26291f);}[_0x400ecf(0x1b2)](){const _0x3dd3a9=_0x400ecf;this[_0x3dd3a9(0x1d0)][_0x3dd3a9(0x1b2)]();}[_0x400ecf(0x181)](_0x3ba003){const _0x53dbd2=_0x400ecf;this[_0x53dbd2(0x1d0)][_0x53dbd2(0x181)](_0x3ba003??_0x44a599(this[_0x53dbd2(0x1c4)][_0x53dbd2(0x1a0)],_0x53dbd2(0x183)));}[_0x400ecf(0x1ca)](){const _0x20fe37=_0x400ecf;this[_0x20fe37(0x1d0)][_0x20fe37(0x1ca)]();}[_0x400ecf(0x196)](_0x991f2d,_0x38b2ff){const _0x438d27=_0x400ecf;this[_0x438d27(0x1d0)][_0x438d27(0x1ad)][_0x438d27(0x1bf)](_0x991f2d,_0x38b2ff);}[_0x400ecf(0x19f)](_0x55d79d){const _0x27b2e2=_0x400ecf;this[_0x27b2e2(0x1d0)][_0x27b2e2(0x1ad)][_0x27b2e2(0x19a)]()[_0x27b2e2(0x18f)](_0x55d0dd=>{const _0x441c86=_0x27b2e2;_0x55d0dd['id']===_0x55d79d&&_0x55d0dd[_0x441c86(0x191)]();});}[_0x400ecf(0x18a)](){const _0x467748=_0x400ecf;this[_0x467748(0x1d0)][_0x467748(0x1ad)][_0x467748(0x19a)]()[_0x467748(0x18f)](_0x3bf8a7=>_0x3bf8a7[_0x467748(0x1b4)]());}[_0x400ecf(0x180)](_0x5a1361,_0xdc7983){const _0x5ad203=_0x400ecf;_0x5ad203(0x1be)===_0xdc7983||_0x5ad203(0x187)===_0xdc7983||_0x5ad203(0x1c0)===_0xdc7983?this[_0x5ad203(0x1d0)][_0x5ad203(0x1ad)][_0x5ad203(0x19c)](_0x5a1361,_0xdc7983):this[_0x5ad203(0x1d0)][_0x5ad203(0x1ad)][_0x5ad203(0x186)](_0x5a1361,_0xdc7983);}[_0x400ecf(0x1b7)](){const _0x53c473=_0x400ecf;this[_0x53c473(0x1d0)][_0x53c473(0x1b7)]();}[_0x400ecf(0x18e)](){const _0x37c588=_0x400ecf;this[_0x37c588(0x1d0)][_0x37c588(0x18e)]();}[_0x400ecf(0x194)](){const _0x57ccef=_0x400ecf;this[_0x57ccef(0x1d0)][_0x57ccef(0x194)]();}[_0x400ecf(0x19e)](){const _0x8fd0ef=_0x400ecf;this[_0x8fd0ef(0x1d0)][_0x8fd0ef(0x19e)]();}[_0x400ecf(0x18b)](_0x524466,_0x570486,_0x4118f7,_0x405258,_0xac009d,_0x242242){const _0x1ec85d=_0x400ecf;this[_0x1ec85d(0x1ac)][_0x1ec85d(0x17a)](_0x524466,_0x570486,_0x4118f7,_0x405258,_0xac009d,_0x242242);}[_0x400ecf(0x1af)](){const _0x5c9921=_0x400ecf;this[_0x5c9921(0x1ac)][_0x5c9921(0x1bc)]();}[_0x400ecf(0x1a9)](){const _0x4af05e=_0x400ecf;this[_0x4af05e(0x1ac)][_0x4af05e(0x1a9)]();}[_0x400ecf(0x1a2)](){const _0xd3ddeb=_0x400ecf;this[_0xd3ddeb(0x1ac)][_0xd3ddeb(0x1a2)]();}[_0x400ecf(0x1c1)](_0x43c64a){const _0x182c0d=_0x400ecf,_0x43a497=this[_0x182c0d(0x1d0)][_0x182c0d(0x1ad)][_0x182c0d(0x19a)]()[_0x182c0d(0x193)](_0x51ed21=>_0x51ed21['id']===_0x43c64a);return _0x43a497?_0x43a497[_0x182c0d(0x1a8)]:null;}[_0x400ecf(0x1c3)](){const _0x3d8d0e=_0x400ecf;this[_0x3d8d0e(0x1ac)][_0x3d8d0e(0x1c3)]();}}
23
+ function _0x4653(){const _0x3ece46=['find','1041450CijZDu','error-chunk','delegate','requires','locale','showReviewCheckListView','showBalloon','937264YUptOh','toggleDiff','2024498bMOcqO','fire','acceptChange','error-general','retryReview','533552XSTjgm','forEach','showReviewCheckList','AITabs','context','setActiveStateInResults','element','showResult','3395400KUYBSJ','showGeneralReviewCoreErrorView','hasChecks','isOfficialPlugin','registerTab','showDiffInBalloon','runReviewCheck','finishReview','hideActionsWhenResultIsReady','showChunkErrorView','setTitle','get','status','learnMore','dismissChange','showActionsWhenResultIsReady','1mNheyw','showCheckRunResult','setAvailableChecks','10220984jxmwIR','attachToDom','showReviewCompletedView','plugins','detachFromDom','createMainView','showChangeBalloon','hideBalloon','setItemAsInactive','setChecks','abortReviewStream','getReviewCheckList','getResults','reviewCheckResultsView','showGeneralResultsErrorView','rejected','2409798QaFcQA','acceptAllChanges','_mainView','setItemAsActive','addCheckRunResult','reviewCheckListView','isPremiumPlugin','getChangeElement','init','config','showCheckRunResults','_bodyCollection','resetActiveStateInResults','activateChange','accepted','showReviewCheckResultsView','hideDiffInBalloon','AI_REVIEW_INITIALIZATION_ERROR_MESSAGE','_balloonSuggestionView','destroy','hideChangeBalloon','ai.models.showModelSelector','deactivateChange','hideResult','showNoChangesView','updateChangeState','setCheckResultTitle','leaveReviewCoreResultList','outdated'];_0x4653=function(){return _0x3ece46;};return _0x4653();}const _0x85a628=_0x3e44;(function(_0x2ce5a0,_0x4fd82f){const _0x117d62=_0x3e44,_0xe4b7bc=_0x2ce5a0();while(!![]){try{const _0x4fb643=-parseInt(_0x117d62(0xfc))/0x1*(-parseInt(_0x117d62(0xe4))/0x2)+-parseInt(_0x117d62(0x10f))/0x3+-parseInt(_0x117d62(0x134))/0x4+parseInt(_0x117d62(0x12d))/0x5+-parseInt(_0x117d62(0xec))/0x6+parseInt(_0x117d62(0x136))/0x7+parseInt(_0x117d62(0xff))/0x8;if(_0x4fb643===_0x4fd82f)break;else _0xe4b7bc['push'](_0xe4b7bc['shift']());}catch(_0x35ea57){_0xe4b7bc['push'](_0xe4b7bc['shift']());}}}(_0x4653,0x6b095));import{ContextPlugin as _0x5adab3}from'ckeditor5/src/core.js';import{BodyCollection as _0x54666e}from'ckeditor5/src/ui.js';import{getTranslation as _0x4fd174}from'../aicore/utils/common-translations.js';function _0x3e44(_0x4e2e79,_0x3ffa2d){const _0x465377=_0x4653();return _0x3e44=function(_0x3e4452,_0x4b47df){_0x3e4452=_0x3e4452-0xe2;let _0x574591=_0x465377[_0x3e4452];return _0x574591;},_0x3e44(_0x4e2e79,_0x3ffa2d);}import{AITabs as _0x14b1e3}from'../aitabs/aitabs.js';import{AIReviewCoreBalloonSuggestionItemView as _0x5c8288}from'./ui/aireviewcoreballoonsuggestionview.js';export const AI_REVIEW_MODE_UI_EVENT_NAMES=[_0x85a628(0x10a),_0x85a628(0xf2),_0x85a628(0x109),_0x85a628(0x135),_0x85a628(0x110),_0x85a628(0x12a),_0x85a628(0x11c),_0x85a628(0x125),_0x85a628(0x138),_0x85a628(0xfa),_0x85a628(0xf9),_0x85a628(0xf3),_0x85a628(0xe3)];import'../../theme/common/aiheader.css';import'../../theme/common/ainotification.css';import'../../theme/common/aibutton.css';import'../../theme/common/aitrackchanges.css';import'../../theme/aireviewcore/aireviewcore.css';export class AIReviewCoreUI extends _0x5adab3{[_0x85a628(0x111)];[_0x85a628(0x121)];[_0x85a628(0x11a)];static get[_0x85a628(0x130)](){return[_0x14b1e3];}static get[_0x85a628(0xef)](){return!0x0;}static get[_0x85a628(0x115)](){return!0x0;}constructor(_0x41ee31){const _0x1e7247=_0x85a628;super(_0x41ee31),this[_0x1e7247(0x11a)]=new _0x54666e(this[_0x1e7247(0xe8)][_0x1e7247(0x131)]),this[_0x1e7247(0x11a)][_0x1e7247(0x100)](),this[_0x1e7247(0x111)]=this[_0x1e7247(0x104)](),this[_0x1e7247(0x111)][_0x1e7247(0x12f)](...AI_REVIEW_MODE_UI_EVENT_NAMES)['to'](this),this[_0x1e7247(0x121)]=new _0x5c8288(this[_0x1e7247(0xe8)][_0x1e7247(0x131)],this[_0x1e7247(0x11a)]),this[_0x1e7247(0x121)][_0x1e7247(0x12f)](_0x1e7247(0x138),_0x1e7247(0xfa),_0x1e7247(0x125))['to'](this);}[_0x85a628(0x117)](){const _0x5011b2=_0x85a628,_0x5efdaf=this[_0x5011b2(0xe8)][_0x5011b2(0x102)][_0x5011b2(0xf7)](_0x5011b2(0xe7));this[_0x5011b2(0xf0)](_0x5efdaf);}[_0x85a628(0x122)](){const _0x22fa81=_0x85a628;this[_0x22fa81(0x11a)][_0x22fa81(0x103)](),super[_0x22fa81(0x122)]();}[_0x85a628(0xfe)](_0x25d926){const _0x3b2619=_0x85a628;if(!this[_0x3b2619(0x111)][_0x3b2619(0x114)][_0x3b2619(0xee)]()){const _0x33f200=!this[_0x3b2619(0xe8)][_0x3b2619(0x118)][_0x3b2619(0xf7)](_0x3b2619(0x124));this[_0x3b2619(0x111)][_0x3b2619(0x114)][_0x3b2619(0x108)](_0x25d926,_0x33f200);}this[_0x3b2619(0x111)][_0x3b2619(0x132)]();}[_0x85a628(0xe6)](){const _0x2c2511=_0x85a628;this[_0x2c2511(0x137)](_0x2c2511(0x10a));}[_0x85a628(0x119)](_0x1a1ec9){const _0x25f612=_0x85a628;_0x1a1ec9&&(_0x25f612(0xe2)!==_0x1a1ec9[_0x25f612(0xf8)]?_0x25f612(0x12e)!==_0x1a1ec9[_0x25f612(0xf8)]?this[_0x25f612(0x111)][_0x25f612(0x11e)]():this[_0x25f612(0xf5)]():this[_0x25f612(0x10d)]());}[_0x85a628(0xfd)](_0x259623){const _0x523cd0=_0x85a628;this[_0x523cd0(0x111)][_0x523cd0(0x113)](_0x259623);}[_0x85a628(0x10d)](){const _0x3f50fd=_0x85a628;this[_0x3f50fd(0x111)][_0x3f50fd(0x10d)]();}[_0x85a628(0xed)](_0x5a0d2a){const _0x7cec64=_0x85a628;this[_0x7cec64(0x111)][_0x7cec64(0xed)](_0x5a0d2a??_0x4fd174(this[_0x7cec64(0xe8)][_0x7cec64(0x131)],_0x7cec64(0x120)));}[_0x85a628(0xf5)](){const _0x27e402=_0x85a628;this[_0x27e402(0x111)][_0x27e402(0xf5)]();}[_0x85a628(0x129)](_0x4730d0,_0x1a0cce){const _0x591194=_0x85a628;this[_0x591194(0x111)][_0x591194(0x10c)][_0x591194(0xf6)](_0x4730d0,_0x1a0cce);}[_0x85a628(0xe9)](_0x4fdadd){const _0x58f6a6=_0x85a628;this[_0x58f6a6(0x111)][_0x58f6a6(0x10c)][_0x58f6a6(0x10b)]()[_0x58f6a6(0xe5)](_0x28691e=>{const _0x33ff22=_0x58f6a6;_0x28691e['id']===_0x4fdadd&&_0x28691e[_0x33ff22(0x112)]();});}[_0x85a628(0x11b)](){const _0x2a5ed2=_0x85a628;this[_0x2a5ed2(0x111)][_0x2a5ed2(0x10c)][_0x2a5ed2(0x10b)]()[_0x2a5ed2(0xe5)](_0x3a43b7=>_0x3a43b7[_0x2a5ed2(0x107)]());}[_0x85a628(0x128)](_0x2534fd,_0x32470a){const _0x1d6ae7=_0x85a628;_0x1d6ae7(0x11d)===_0x32470a||_0x1d6ae7(0x10e)===_0x32470a||_0x1d6ae7(0x12b)===_0x32470a?this[_0x1d6ae7(0x111)][_0x1d6ae7(0x10c)][_0x1d6ae7(0x126)](_0x2534fd,_0x32470a):this[_0x1d6ae7(0x111)][_0x1d6ae7(0x10c)][_0x1d6ae7(0xeb)](_0x2534fd,_0x32470a);}[_0x85a628(0x101)](){const _0x496283=_0x85a628;this[_0x496283(0x111)][_0x496283(0x101)]();}[_0x85a628(0xfb)](){const _0x4267ee=_0x85a628;this[_0x4267ee(0x111)][_0x4267ee(0xfb)]();}[_0x85a628(0x127)](){const _0x5d45d2=_0x85a628;this[_0x5d45d2(0x111)][_0x5d45d2(0x127)]();}[_0x85a628(0xf4)](){const _0xf72c34=_0x85a628;this[_0xf72c34(0x111)][_0xf72c34(0xf4)]();}[_0x85a628(0x105)](_0x151786,_0x5eb824,_0x45f0f2,_0x3e8e9b,_0x506852,_0x21a6be){const _0x524545=_0x85a628;this[_0x524545(0x121)][_0x524545(0x133)](_0x151786,_0x5eb824,_0x45f0f2,_0x3e8e9b,_0x506852,_0x21a6be);}[_0x85a628(0x123)](){const _0x3556c6=_0x85a628;this[_0x3556c6(0x121)][_0x3556c6(0x106)]();}[_0x85a628(0x11f)](){const _0x275b7f=_0x85a628;this[_0x275b7f(0x121)][_0x275b7f(0x11f)]();}[_0x85a628(0xf1)](){const _0x48fa2d=_0x85a628;this[_0x48fa2d(0x121)][_0x48fa2d(0xf1)]();}[_0x85a628(0x116)](_0x1b0610){const _0x247fa3=_0x85a628,_0x4e8fe6=this[_0x247fa3(0x111)][_0x247fa3(0x10c)][_0x247fa3(0x10b)]()[_0x247fa3(0x12c)](_0x559715=>_0x559715['id']===_0x1b0610);return _0x4e8fe6?_0x4e8fe6[_0x247fa3(0xea)]:null;}[_0x85a628(0x125)](){const _0xcc9652=_0x85a628;this[_0xcc9652(0x121)][_0xcc9652(0x125)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xc840df=_0x4912;(function(_0x3d8e78,_0x3c19f3){const _0x2d238c=_0x4912,_0x12044d=_0x3d8e78();while(!![]){try{const _0x3abd81=-parseInt(_0x2d238c(0x189))/0x1+parseInt(_0x2d238c(0x138))/0x2*(parseInt(_0x2d238c(0x183))/0x3)+-parseInt(_0x2d238c(0x16f))/0x4*(parseInt(_0x2d238c(0x16e))/0x5)+parseInt(_0x2d238c(0x163))/0x6*(-parseInt(_0x2d238c(0x17f))/0x7)+-parseInt(_0x2d238c(0x158))/0x8*(parseInt(_0x2d238c(0x14a))/0x9)+-parseInt(_0x2d238c(0x174))/0xa*(parseInt(_0x2d238c(0x153))/0xb)+-parseInt(_0x2d238c(0x161))/0xc*(-parseInt(_0x2d238c(0x157))/0xd);if(_0x3abd81===_0x3c19f3)break;else _0x12044d['push'](_0x12044d['shift']());}catch(_0x531d76){_0x12044d['push'](_0x12044d['shift']());}}}(_0x45eb,0x5d635));function _0x4912(_0x1fd27d,_0x445986){const _0x45eb5b=_0x45eb();return _0x4912=function(_0x4912c3,_0x3bfe46){_0x4912c3=_0x4912c3-0x138;let _0xe16213=_0x45eb5b[_0x4912c3];return _0xe16213;},_0x4912(_0x1fd27d,_0x445986);}import{View as _0x3f9783,ButtonView as _0x454eed}from'ckeditor5/src/ui.js';function _0x45eb(){const _0x44b543=['ck-ai-button-tertiary\x20ck-ai_review__check-run-result-info-button\x20ck-hidden','ck-ai_review__check-run-result-status-button','5778cQSAnW','setTemplate','disabled','mouseout','ck-ai_review__check-run-result_active','AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED','isInfoToggleOn','mouseover','ck-ai_review__check-run-result-response','2530wSMdHx','click','ck-reset_all-excluded','showDiff','1352gRBrbz','7352XmakHA','stopPropagation','outdated','accepted','fire','_createDismissButtonView','locale','outdatedButtonView','tagName','225168dpBgAw','bindTemplate','12sNprrb','ck-ai_review__check-run-result-footer','dismissButtonView','pending','AI_REVIEW_MODE_CHECK_STATUS_REJECTED','rejected','isEnabled','execute','change:status','resultResponseView','AI_REVIEW_MODE_DISMISS_CHANGE','15PGycjw','421788yxAkSC','_createInfoButtonView','ck-ai_review__check-run-result-action-buttons','setItemAsInactive','ck-ai_review__check-run-result-accept-button','14510ebpSwy','bind','ck-ai_review__check-run-result','ck-hidden','activateChange','extendTemplate','isOn','div','label','hover','ck-ai-button-secondary','1079211isbbzK','panel','AI_REVIEW_MODE_ACCEPT_CHANGE','ck-ai-button-tertiary','3lMxbhT','set','isActive','changeId','icon','AI_REVIEW_MODE_LEARN_MORE','560160FpTyfD','menuitemcheckbox','1079272FMGWVO','ck-ai_review__check-run-result-dismiss-button','_createResultResponseView','AI_REVIEW_MODE_CHECK_STATUS_OUTDATED','_createOutdatedButtonView','setItemAsActive','infoButtonView','ck-content','preventDefault','_createAcceptButtonView','target','status','acceptButtonView','deactivateChange','dismissChange','acceptChange'];_0x45eb=function(){return _0x44b543;};return _0x45eb();}import{IconInfo as _0x23a470,IconCheck as _0x597795,IconCancel as _0x3adda8,IconOutdated as _0x128723}from'ckeditor5/src/icons.js';import{getTranslation as _0x212e7a}from'../../aicore/utils/common-translations.js';export class AIReviewCoreReviewCheckListItemResultsView extends _0x3f9783{[_0xc840df(0x16c)];[_0xc840df(0x144)];[_0xc840df(0x165)];[_0xc840df(0x13e)];[_0xc840df(0x15f)];constructor(_0xe30a9d,_0x1c09a0){const _0x3b5634=_0xc840df;super(_0xe30a9d),this['id']=_0x1c09a0,this[_0x3b5634(0x184)](_0x3b5634(0x143),_0x3b5634(0x166)),this[_0x3b5634(0x184)](_0x3b5634(0x186),_0x1c09a0),this[_0x3b5634(0x16c)]=this[_0x3b5634(0x13a)](),this[_0x3b5634(0x144)]=this[_0x3b5634(0x141)](),this[_0x3b5634(0x165)]=this[_0x3b5634(0x15d)](),this[_0x3b5634(0x13e)]=this[_0x3b5634(0x170)](),this[_0x3b5634(0x15f)]=this[_0x3b5634(0x13c)](),this[_0x3b5634(0x184)](_0x3b5634(0x150),!0x1),this[_0x3b5634(0x184)](_0x3b5634(0x185),!0x1),this[_0x3b5634(0x184)](_0x3b5634(0x156),!0x0),this[_0x3b5634(0x14b)]({'tag':_0x3b5634(0x17b),'attributes':{'class':[_0x3b5634(0x176),this[_0x3b5634(0x162)]['if'](_0x3b5634(0x185),_0x3b5634(0x14e))]},'on':{'click':this[_0x3b5634(0x162)]['to'](_0x3b5634(0x154)),'mouseover':this[_0x3b5634(0x162)]['to'](_0x3b5634(0x151)),'mouseout':this[_0x3b5634(0x162)]['to'](_0x3b5634(0x14d))},'children':[this[_0x3b5634(0x16c)],{'tag':_0x3b5634(0x17b),'attributes':{'class':[_0x3b5634(0x164)]},'children':[{'tag':_0x3b5634(0x17b),'attributes':{'class':[_0x3b5634(0x171)]},'children':[this[_0x3b5634(0x144)],this[_0x3b5634(0x165)],this[_0x3b5634(0x15f)]]},this[_0x3b5634(0x13e)]]}]}),this['on'](_0x3b5634(0x154),(_0x32b4c0,_0x13fa7f)=>{const _0x4f05e4=_0x3b5634;_0x13fa7f&&_0x13fa7f[_0x4f05e4(0x142)]&&'A'===_0x13fa7f[_0x4f05e4(0x142)][_0x4f05e4(0x160)]&&_0x13fa7f[_0x4f05e4(0x140)](),this[_0x4f05e4(0x15c)](_0x4f05e4(0x178),{'id':_0x1c09a0,'source':this,'uiInteraction':_0x4f05e4(0x154)});}),this['on'](_0x3b5634(0x151),()=>{const _0x13a48a=_0x3b5634;this[_0x13a48a(0x15c)](_0x13a48a(0x178),{'id':_0x1c09a0,'source':this,'uiInteraction':_0x13a48a(0x17d)});}),this['on'](_0x3b5634(0x14d),()=>{const _0x426deb=_0x3b5634;this[_0x426deb(0x15c)](_0x426deb(0x145),{'origin':_0x426deb(0x180),'id':_0x1c09a0,'source':this});});}[_0xc840df(0x13d)](){const _0x4888e9=_0xc840df;this[_0x4888e9(0x185)]=!0x0;}[_0xc840df(0x172)](){const _0x48f4d2=_0xc840df;this[_0x48f4d2(0x185)]=!0x1;}[_0xc840df(0x13a)](){const _0x142aa7=_0xc840df,_0x92b998=new _0x3f9783(this[_0x142aa7(0x15e)]);return _0x92b998[_0x142aa7(0x14b)]({'tag':_0x142aa7(0x17b),'attributes':{'class':['ck',_0x142aa7(0x13f),_0x142aa7(0x155),_0x142aa7(0x152),this[_0x142aa7(0x162)]['if'](_0x142aa7(0x156),_0x142aa7(0x177),_0x30ca4c=>!_0x30ca4c)]}}),_0x92b998;}[_0xc840df(0x141)](){const _0x450db4=_0xc840df,_0x98cc56=new _0x454eed(this[_0x450db4(0x15e)]);return _0x98cc56[_0x450db4(0x184)]({'label':_0x212e7a(this[_0x450db4(0x15e)],_0x450db4(0x181)),'withText':!0x0}),_0x98cc56[_0x450db4(0x179)]({'on':{'click':this[_0x450db4(0x162)]['to'](_0x2598d4=>{const _0x21d96f=_0x450db4;this[_0x21d96f(0x15c)](_0x21d96f(0x147),{'id':this[_0x21d96f(0x186)]}),_0x2598d4[_0x21d96f(0x159)]();})},'attributes':{'class':[_0x450db4(0x17e),_0x450db4(0x173),this[_0x450db4(0x162)]['if'](_0x450db4(0x143),_0x450db4(0x177),_0x467f6b=>_0x450db4(0x166)!==_0x467f6b&&_0x450db4(0x15b)!==_0x467f6b),this[_0x450db4(0x162)]['if'](_0x450db4(0x143),_0x450db4(0x173),_0x4aeb15=>_0x450db4(0x166)===_0x4aeb15),this[_0x450db4(0x162)]['if'](_0x450db4(0x143),_0x450db4(0x149),_0x24c68c=>_0x450db4(0x15b)===_0x24c68c)]}}),this['on'](_0x450db4(0x16b),(_0x34de4d,_0x58352b,_0x4ee4a2)=>{const _0x44ddfe=_0x450db4;_0x98cc56[_0x44ddfe(0x169)]=_0x44ddfe(0x166)===_0x4ee4a2,_0x44ddfe(0x15b)===_0x4ee4a2&&(_0x98cc56[_0x44ddfe(0x17c)]=_0x212e7a(this[_0x44ddfe(0x15e)],_0x44ddfe(0x14f)),_0x98cc56[_0x44ddfe(0x187)]=_0x597795);}),_0x98cc56;}[_0xc840df(0x15d)](){const _0x4dd056=_0xc840df,_0x56c6c3=new _0x454eed(this[_0x4dd056(0x15e)]);return _0x56c6c3[_0x4dd056(0x184)]({'label':_0x212e7a(this[_0x4dd056(0x15e)],_0x4dd056(0x16d)),'withText':!0x0}),_0x56c6c3[_0x4dd056(0x179)]({'on':{'click':this[_0x4dd056(0x162)]['to'](_0x14e4db=>{const _0x2f0c36=_0x4dd056;this[_0x2f0c36(0x15c)](_0x2f0c36(0x146),{'id':this[_0x2f0c36(0x186)]}),_0x14e4db[_0x2f0c36(0x159)]();})},'attributes':{'class':[_0x4dd056(0x182),this[_0x4dd056(0x162)]['if'](_0x4dd056(0x143),_0x4dd056(0x177),_0x4bade3=>_0x4dd056(0x166)!==_0x4bade3&&_0x4dd056(0x168)!==_0x4bade3),this[_0x4dd056(0x162)]['if'](_0x4dd056(0x143),_0x4dd056(0x139),_0x30ae59=>_0x4dd056(0x166)===_0x30ae59),this[_0x4dd056(0x162)]['if'](_0x4dd056(0x143),_0x4dd056(0x149),_0x113f63=>_0x4dd056(0x168)===_0x113f63)]}}),this['on'](_0x4dd056(0x16b),(_0x3663b4,_0x46e567,_0x482dce)=>{const _0x7bf6e2=_0x4dd056;_0x56c6c3[_0x7bf6e2(0x169)]=_0x7bf6e2(0x166)===_0x482dce,_0x7bf6e2(0x168)===_0x482dce&&(_0x56c6c3[_0x7bf6e2(0x17c)]=_0x212e7a(this[_0x7bf6e2(0x15e)],_0x7bf6e2(0x167)),_0x56c6c3[_0x7bf6e2(0x187)]=_0x3adda8);}),_0x56c6c3;}[_0xc840df(0x170)](){const _0x2de994=_0xc840df,_0x2335bd=new _0x454eed(this[_0x2de994(0x15e)]);return _0x2335bd[_0x2de994(0x184)]({'label':_0x212e7a(this[_0x2de994(0x15e)],_0x2de994(0x188)),'icon':_0x23a470,'tooltip':!0x0,'isToggleable':!0x0,'role':_0x2de994(0x18a),'class':_0x2de994(0x148)}),_0x2335bd[_0x2de994(0x175)](_0x2de994(0x17a))['to'](this,_0x2de994(0x150),_0x54a102=>_0x54a102),_0x2335bd['on'](_0x2de994(0x16a),()=>{const _0x53688f=_0x2de994;this[_0x53688f(0x150)]=!this[_0x53688f(0x150)];}),_0x2335bd;}[_0xc840df(0x13c)](){const _0x524bb0=_0xc840df,_0x4d4e12=new _0x454eed(this[_0x524bb0(0x15e)]);return _0x4d4e12[_0x524bb0(0x184)]({'label':_0x212e7a(this[_0x524bb0(0x15e)],_0x524bb0(0x13b)),'icon':_0x128723,'withText':!0x0,'isEnabled':!0x1}),_0x4d4e12[_0x524bb0(0x179)]({'attributes':{'class':[_0x524bb0(0x17e),_0x524bb0(0x149),this[_0x524bb0(0x162)]['if'](_0x524bb0(0x143),_0x524bb0(0x177),_0x4acc9e=>_0x524bb0(0x15a)!==_0x4acc9e)],'disabled':_0x524bb0(0x14c)}}),_0x4d4e12;}}
23
+ function _0x18fc(){const _0x580da9=['panel','isEnabled','AI_REVIEW_MODE_ACCEPT_CHANGE','603812iUUSch','tagName','showDiff','ck-ai_review__check-run-result_active','AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED','16650567JWPdIM','set','_createOutdatedButtonView','outdated','ck-ai_review__check-run-result-dismiss-button','ck-ai-button-tertiary','_createResultResponseView','AI_REVIEW_MODE_CHECK_STATUS_OUTDATED','55KweaTK','acceptButtonView','ck-ai_review__check-run-result-accept-button','setItemAsInactive','deactivateChange','status','outdatedButtonView','AI_REVIEW_MODE_CHECK_STATUS_REJECTED','ck-content','locale','_createAcceptButtonView','AI_REVIEW_MODE_DISMISS_CHANGE','ck-reset_all-excluded','acceptChange','disabled','pending','AI_REVIEW_MODE_LEARN_MORE','click','bind','execute','activateChange','96631zDvHIa','isInfoToggleOn','mouseover','267069okJEPY','ck-ai_review__check-run-result-action-buttons','mouseout','resultResponseView','bindTemplate','target','8WpnEcN','accepted','isOn','isActive','icon','changeId','_createInfoButtonView','540QmumNL','rejected','ck-hidden','_createDismissButtonView','ck-ai-button-secondary','ck-ai_review__check-run-result-footer','stopPropagation','ck-ai_review__check-run-result','hover','28191SHsLpE','fire','ck-ai_review__check-run-result-response','infoButtonView','setTemplate','label','setItemAsActive','dismissButtonView','extendTemplate','ck-ai_review__check-run-result-status-button','368AZMfyC','div','1915338lPvRDf','ck-ai-button-tertiary\x20ck-ai_review__check-run-result-info-button\x20ck-hidden','menuitemcheckbox','preventDefault','change:status','dismissChange','11811436yLqtEe'];_0x18fc=function(){return _0x580da9;};return _0x18fc();}const _0x2ba0cd=_0xa535;(function(_0x54615c,_0x4b4d32){const _0x42bfd2=_0xa535,_0x5f4ff5=_0x54615c();while(!![]){try{const _0x545270=-parseInt(_0x42bfd2(0xf8))/0x1+parseInt(_0x42bfd2(0x11b))/0x2*(-parseInt(_0x42bfd2(0x111))/0x3)+-parseInt(_0x42bfd2(0x127))/0x4*(-parseInt(_0x42bfd2(0x134))/0x5)+-parseInt(_0x42bfd2(0x11d))/0x6+-parseInt(_0x42bfd2(0x123))/0x7*(parseInt(_0x42bfd2(0x101))/0x8)+parseInt(_0x42bfd2(0x12c))/0x9+-parseInt(_0x42bfd2(0x108))/0xa*(-parseInt(_0x42bfd2(0xfb))/0xb);if(_0x545270===_0x4b4d32)break;else _0x5f4ff5['push'](_0x5f4ff5['shift']());}catch(_0x2ca597){_0x5f4ff5['push'](_0x5f4ff5['shift']());}}}(_0x18fc,0xf18b2));import{View as _0x48ee17,ButtonView as _0x21d552}from'ckeditor5/src/ui.js';import{IconInfo as _0x48defd,IconCheck as _0x4cb8e5,IconCancel as _0x44c941,IconOutdated as _0x2467c0}from'ckeditor5/src/icons.js';function _0xa535(_0x25faef,_0x4c4af6){const _0x18fce9=_0x18fc();return _0xa535=function(_0xa535e7,_0x1246b7){_0xa535e7=_0xa535e7-0xf2;let _0x4991a4=_0x18fce9[_0xa535e7];return _0x4991a4;},_0xa535(_0x25faef,_0x4c4af6);}import{getTranslation as _0x55995e}from'../../aicore/utils/common-translations.js';export class AIReviewCoreReviewCheckListItemResultsView extends _0x48ee17{[_0x2ba0cd(0xfe)];[_0x2ba0cd(0x135)];[_0x2ba0cd(0x118)];[_0x2ba0cd(0x114)];[_0x2ba0cd(0x13a)];constructor(_0x2e6a38,_0x2da338){const _0x1d3417=_0x2ba0cd;super(_0x2e6a38),this['id']=_0x2da338,this[_0x1d3417(0x12d)](_0x1d3417(0x139),_0x1d3417(0xf2)),this[_0x1d3417(0x12d)](_0x1d3417(0x106),_0x2da338),this[_0x1d3417(0xfe)]=this[_0x1d3417(0x132)](),this[_0x1d3417(0x135)]=this[_0x1d3417(0x13e)](),this[_0x1d3417(0x118)]=this[_0x1d3417(0x10b)](),this[_0x1d3417(0x114)]=this[_0x1d3417(0x107)](),this[_0x1d3417(0x13a)]=this[_0x1d3417(0x12e)](),this[_0x1d3417(0x12d)](_0x1d3417(0xf9),!0x1),this[_0x1d3417(0x12d)](_0x1d3417(0x104),!0x1),this[_0x1d3417(0x12d)](_0x1d3417(0x129),!0x0),this[_0x1d3417(0x115)]({'tag':_0x1d3417(0x11c),'attributes':{'class':[_0x1d3417(0x10f),this[_0x1d3417(0xff)]['if'](_0x1d3417(0x104),_0x1d3417(0x12a))]},'on':{'click':this[_0x1d3417(0xff)]['to'](_0x1d3417(0xf4)),'mouseover':this[_0x1d3417(0xff)]['to'](_0x1d3417(0xfa)),'mouseout':this[_0x1d3417(0xff)]['to'](_0x1d3417(0xfd))},'children':[this[_0x1d3417(0xfe)],{'tag':_0x1d3417(0x11c),'attributes':{'class':[_0x1d3417(0x10d)]},'children':[{'tag':_0x1d3417(0x11c),'attributes':{'class':[_0x1d3417(0xfc)]},'children':[this[_0x1d3417(0x135)],this[_0x1d3417(0x118)],this[_0x1d3417(0x13a)]]},this[_0x1d3417(0x114)]]}]}),this['on'](_0x1d3417(0xf4),(_0x172da4,_0x2735cb)=>{const _0x2d4d38=_0x1d3417;_0x2735cb&&_0x2735cb[_0x2d4d38(0x100)]&&'A'===_0x2735cb[_0x2d4d38(0x100)][_0x2d4d38(0x128)]&&_0x2735cb[_0x2d4d38(0x120)](),this[_0x2d4d38(0x112)](_0x2d4d38(0xf7),{'id':_0x2da338,'source':this,'uiInteraction':_0x2d4d38(0xf4)});}),this['on'](_0x1d3417(0xfa),()=>{const _0x459d81=_0x1d3417;this[_0x459d81(0x112)](_0x459d81(0xf7),{'id':_0x2da338,'source':this,'uiInteraction':_0x459d81(0x110)});}),this['on'](_0x1d3417(0xfd),()=>{const _0xc0d63a=_0x1d3417;this[_0xc0d63a(0x112)](_0xc0d63a(0x138),{'origin':_0xc0d63a(0x124),'id':_0x2da338,'source':this});});}[_0x2ba0cd(0x117)](){const _0x212ea4=_0x2ba0cd;this[_0x212ea4(0x104)]=!0x0;}[_0x2ba0cd(0x137)](){const _0x1723e1=_0x2ba0cd;this[_0x1723e1(0x104)]=!0x1;}[_0x2ba0cd(0x132)](){const _0x37a6e2=_0x2ba0cd,_0x41831a=new _0x48ee17(this[_0x37a6e2(0x13d)]);return _0x41831a[_0x37a6e2(0x115)]({'tag':_0x37a6e2(0x11c),'attributes':{'class':['ck',_0x37a6e2(0x13c),_0x37a6e2(0x140),_0x37a6e2(0x113),this[_0x37a6e2(0xff)]['if'](_0x37a6e2(0x129),_0x37a6e2(0x10a),_0x230f36=>!_0x230f36)]}}),_0x41831a;}[_0x2ba0cd(0x13e)](){const _0x1259c7=_0x2ba0cd,_0x2897fd=new _0x21d552(this[_0x1259c7(0x13d)]);return _0x2897fd[_0x1259c7(0x12d)]({'label':_0x55995e(this[_0x1259c7(0x13d)],_0x1259c7(0x126)),'withText':!0x0}),_0x2897fd[_0x1259c7(0x119)]({'on':{'click':this[_0x1259c7(0xff)]['to'](_0x199321=>{const _0x2b25e1=_0x1259c7;this[_0x2b25e1(0x112)](_0x2b25e1(0x141),{'id':this[_0x2b25e1(0x106)]}),_0x199321[_0x2b25e1(0x10e)]();})},'attributes':{'class':[_0x1259c7(0x10c),_0x1259c7(0x136),this[_0x1259c7(0xff)]['if'](_0x1259c7(0x139),_0x1259c7(0x10a),_0xbafc76=>_0x1259c7(0xf2)!==_0xbafc76&&_0x1259c7(0x102)!==_0xbafc76),this[_0x1259c7(0xff)]['if'](_0x1259c7(0x139),_0x1259c7(0x136),_0x542d7a=>_0x1259c7(0xf2)===_0x542d7a),this[_0x1259c7(0xff)]['if'](_0x1259c7(0x139),_0x1259c7(0x11a),_0xcbff64=>_0x1259c7(0x102)===_0xcbff64)]}}),this['on'](_0x1259c7(0x121),(_0x541e0b,_0x27c11f,_0x2f017d)=>{const _0x6d1378=_0x1259c7;_0x2897fd[_0x6d1378(0x125)]=_0x6d1378(0xf2)===_0x2f017d,_0x6d1378(0x102)===_0x2f017d&&(_0x2897fd[_0x6d1378(0x116)]=_0x55995e(this[_0x6d1378(0x13d)],_0x6d1378(0x12b)),_0x2897fd[_0x6d1378(0x105)]=_0x4cb8e5);}),_0x2897fd;}[_0x2ba0cd(0x10b)](){const _0x2b07ea=_0x2ba0cd,_0x208083=new _0x21d552(this[_0x2b07ea(0x13d)]);return _0x208083[_0x2b07ea(0x12d)]({'label':_0x55995e(this[_0x2b07ea(0x13d)],_0x2b07ea(0x13f)),'withText':!0x0}),_0x208083[_0x2b07ea(0x119)]({'on':{'click':this[_0x2b07ea(0xff)]['to'](_0x49896f=>{const _0x367dc4=_0x2b07ea;this[_0x367dc4(0x112)](_0x367dc4(0x122),{'id':this[_0x367dc4(0x106)]}),_0x49896f[_0x367dc4(0x10e)]();})},'attributes':{'class':[_0x2b07ea(0x131),this[_0x2b07ea(0xff)]['if'](_0x2b07ea(0x139),_0x2b07ea(0x10a),_0x10c72f=>_0x2b07ea(0xf2)!==_0x10c72f&&_0x2b07ea(0x109)!==_0x10c72f),this[_0x2b07ea(0xff)]['if'](_0x2b07ea(0x139),_0x2b07ea(0x130),_0x3c1746=>_0x2b07ea(0xf2)===_0x3c1746),this[_0x2b07ea(0xff)]['if'](_0x2b07ea(0x139),_0x2b07ea(0x11a),_0x5c61fb=>_0x2b07ea(0x109)===_0x5c61fb)]}}),this['on'](_0x2b07ea(0x121),(_0x1402a9,_0x1852a7,_0x28d922)=>{const _0x103c58=_0x2b07ea;_0x208083[_0x103c58(0x125)]=_0x103c58(0xf2)===_0x28d922,_0x103c58(0x109)===_0x28d922&&(_0x208083[_0x103c58(0x116)]=_0x55995e(this[_0x103c58(0x13d)],_0x103c58(0x13b)),_0x208083[_0x103c58(0x105)]=_0x44c941);}),_0x208083;}[_0x2ba0cd(0x107)](){const _0x11c630=_0x2ba0cd,_0x7f03aa=new _0x21d552(this[_0x11c630(0x13d)]);return _0x7f03aa[_0x11c630(0x12d)]({'label':_0x55995e(this[_0x11c630(0x13d)],_0x11c630(0xf3)),'icon':_0x48defd,'tooltip':!0x0,'isToggleable':!0x0,'role':_0x11c630(0x11f),'class':_0x11c630(0x11e)}),_0x7f03aa[_0x11c630(0xf5)](_0x11c630(0x103))['to'](this,_0x11c630(0xf9),_0x5a2235=>_0x5a2235),_0x7f03aa['on'](_0x11c630(0xf6),()=>{const _0x1862e4=_0x11c630;this[_0x1862e4(0xf9)]=!this[_0x1862e4(0xf9)];}),_0x7f03aa;}[_0x2ba0cd(0x12e)](){const _0x41a808=_0x2ba0cd,_0x45a971=new _0x21d552(this[_0x41a808(0x13d)]);return _0x45a971[_0x41a808(0x12d)]({'label':_0x55995e(this[_0x41a808(0x13d)],_0x41a808(0x133)),'icon':_0x2467c0,'withText':!0x0,'isEnabled':!0x1}),_0x45a971[_0x41a808(0x119)]({'attributes':{'class':[_0x41a808(0x10c),_0x41a808(0x11a),this[_0x41a808(0xff)]['if'](_0x41a808(0x139),_0x41a808(0x10a),_0xadcbe5=>_0x41a808(0x12f)!==_0xadcbe5)],'disabled':_0x41a808(0x142)}}),_0x45a971;}}