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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) 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/aiactionsreply.js +1 -1
  6. package/src/aiassistant/adapters/awstextadapter.js +1 -1
  7. package/src/aiassistant/aiassistantediting.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/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  13. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  14. package/src/aiassistant/ui/form/prompthistory.js +1 -1
  15. package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
  16. package/src/aiballoon/aiballoon.js +1 -1
  17. package/src/aichat/aichat.js +1 -1
  18. package/src/aichat/aichatballoon.js +1 -1
  19. package/src/aichat/aichatcontroller.js +1 -1
  20. package/src/aichat/aichatui.js +1 -1
  21. package/src/aichat/model/aichatcontext.js +1 -1
  22. package/src/aichat/model/aichatconversation.js +1 -1
  23. package/src/aichat/ui/aichatballoonview.js +1 -1
  24. package/src/aichat/ui/aichatfeedview.js +1 -1
  25. package/src/aichat/ui/aichatheaderview.js +1 -1
  26. package/src/aichat/ui/aichatview.js +1 -1
  27. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  28. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  29. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  30. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  31. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  32. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  33. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  34. package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
  35. package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
  36. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  37. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  38. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  39. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  40. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  41. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  42. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  43. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  44. package/src/aichat/utils/eventnames.js +1 -1
  45. package/src/aichathistory/aichathistory.js +1 -1
  46. package/src/aichathistory/aichathistorycontroller.js +1 -1
  47. package/src/aichathistory/aichathistoryui.js +1 -1
  48. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  49. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  50. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  51. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  52. package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
  53. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  54. package/src/aichatshortcuts/aichatshortcuts.js +1 -1
  55. package/src/aichatshortcuts/ui/aichatshortcutsview.js +1 -1
  56. package/src/aichatshortcuts/ui/aichatshortcutview.js +1 -1
  57. package/src/aicore/aiconnector.js +1 -1
  58. package/src/aicore/aiediting.js +1 -1
  59. package/src/aicore/model/aimodels.js +1 -1
  60. package/src/aicore/model/aireply.js +1 -1
  61. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  62. package/src/aicore/pipeline/airesponseparser.js +2 -2
  63. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  64. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  65. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  66. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartheaderview.js +1 -1
  67. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.js +1 -1
  68. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.js +1 -1
  69. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  70. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  71. package/src/aicore/ui/suggestioncontainer/aisuggestionloaderview.js +1 -1
  72. package/src/aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.js +1 -1
  73. package/src/aicore/ui/suggestioncontainer/aiwebsourcesview.js +1 -1
  74. package/src/aicore/utils/documentrange.js +1 -1
  75. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  76. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  77. package/src/aicore/utils/htmlparser.js +1 -1
  78. package/src/aicore/utils/htmlstreamer.js +1 -1
  79. package/src/aicore/utils/scrollmanager.js +1 -1
  80. package/src/aieditorintegration/aieditorintegration.js +1 -1
  81. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  82. package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
  83. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  84. package/src/aiquickactions/aiquickactionsui.js +1 -1
  85. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  86. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  87. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  88. package/src/aiquickactions/ui/aiquickactionsfilteredlistview.js +1 -1
  89. package/src/aiquickactions/ui/balloon/aiactionsballoonview.js +1 -1
  90. package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +1 -1
  91. package/src/aireviewcore/aireviewcorecontroller.js +1 -1
  92. package/src/aireviewcore/aireviewcoreediting.js +1 -1
  93. package/src/aireviewcore/aireviewcoreui.js +1 -1
  94. package/src/aireviewcore/model/aireviewchecklist.js +1 -1
  95. package/src/aireviewcore/model/aireviewcheckrun.js +1 -1
  96. package/src/aireviewcore/model/aireviewsystemcheckrun.js +1 -1
  97. package/src/aireviewcore/ui/aireviewcoreballoonsuggestionview.js +1 -1
  98. package/src/aireviewcore/ui/aireviewcorechecklistitemresultview.js +1 -1
  99. package/src/aireviewcore/ui/aireviewcorecustomcheckview.js +1 -1
  100. package/src/aireviewcore/ui/aireviewcorereviewchecklistview.js +1 -1
  101. package/src/aireviewcore/ui/aireviewcorereviewcommandlistitemview.js +1 -1
  102. package/src/aireviewcore/ui/aireviewcorereviewcompletedview.js +1 -1
  103. package/src/aireviewcore/ui/aireviewcoreuicheckresultsview.js +1 -1
  104. package/src/aireviewcore/ui/form/aireviewcoreformdropdown.js +1 -1
  105. package/src/aireviewcore/ui/form/aireviewcoreformmanager.js +1 -1
  106. package/src/aireviewmode/aireviewmode.js +1 -1
  107. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  108. package/src/aireviewmode/model/aireviewcheckcustom.js +1 -1
  109. package/src/aireviewmode/model/aireviewcheckextra.js +1 -1
  110. package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
  111. package/src/aireviewmode/model/aireviewmodechecklist.js +1 -1
  112. package/src/aitabs/aitabs.js +1 -1
  113. package/src/aitranslate/aitranslate.js +1 -1
  114. package/src/aitranslate/model/aitranslatecheck.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xb724d3=_0x9c1a;function _0x9c1a(_0x911ad8,_0x3674aa){const _0x58c301=_0x58c3();return _0x9c1a=function(_0x9c1a42,_0x28ebda){_0x9c1a42=_0x9c1a42-0x1f3;let _0x482d17=_0x58c301[_0x9c1a42];return _0x482d17;},_0x9c1a(_0x911ad8,_0x3674aa);}(function(_0x4ee53b,_0x49ca29){const _0x322023=_0x9c1a,_0x488b07=_0x4ee53b();while(!![]){try{const _0x9aa51d=parseInt(_0x322023(0x202))/0x1*(parseInt(_0x322023(0x20c))/0x2)+-parseInt(_0x322023(0x20d))/0x3+-parseInt(_0x322023(0x20f))/0x4*(-parseInt(_0x322023(0x1f8))/0x5)+-parseInt(_0x322023(0x1f7))/0x6*(-parseInt(_0x322023(0x1f4))/0x7)+-parseInt(_0x322023(0x212))/0x8*(-parseInt(_0x322023(0x1fd))/0x9)+-parseInt(_0x322023(0x205))/0xa+-parseInt(_0x322023(0x203))/0xb;if(_0x9aa51d===_0x49ca29)break;else _0x488b07['push'](_0x488b07['shift']());}catch(_0x54fb0c){_0x488b07['push'](_0x488b07['shift']());}}}(_0x58c3,0x3d788));function _0x58c3(){const _0x16c4f4=['length','4141386IlEYIM','highlightText','_clearHighlight','item','toLowerCase','1bZiIix','375914XfVNcZ','_allListItems','4670840YsdTKu','addMany','includes','source','map','_allSearchableItems','function','302686UDCweD','1031139LeiHRn','items','48FKrmiL','_highlightQuery','highlightViews','8ZAMUlu','filter','sort','7lxxqLY','forEach','trim','2132220xsubzk','54120SeGveX','groupLabel','label','clear'];_0x58c3=function(){return _0x16c4f4;};return _0x58c3();}import{ListView as _0x562e4d}from'ckeditor5/src/ui.js';import{escapeRegExp as _0xc9c080}from'es-toolkit/compat';export class AIQuickActionsFilteredListView extends _0x562e4d{[_0xb724d3(0x204)];[_0xb724d3(0x20a)];constructor(_0x2963f4,_0x1fc329,_0x557ee2){const _0x1007b5=_0xb724d3;super(_0x2963f4),this[_0x1007b5(0x204)]=_0x1fc329,this[_0x1007b5(0x20a)]=_0x557ee2;}[_0xb724d3(0x213)](_0x1bb0d2){const _0x5286c0=_0xb724d3;if(!_0x1bb0d2)return this[_0x5286c0(0x20e)][_0x5286c0(0x1fb)](),this[_0x5286c0(0x20e)][_0x5286c0(0x206)](this[_0x5286c0(0x204)]),this[_0x5286c0(0x1ff)](),{'resultsCount':this[_0x5286c0(0x204)][_0x5286c0(0x1fc)],'totalItemsCount':this[_0x5286c0(0x204)][_0x5286c0(0x1fc)]};const _0x527748=_0x1bb0d2[_0x5286c0(0x208)][_0x5286c0(0x201)]()[_0x5286c0(0x1f6)](),_0x2044c6=this[_0x5286c0(0x20a)][_0x5286c0(0x213)](_0x259096=>(_0x259096[_0x5286c0(0x1f9)]?_0x259096[_0x5286c0(0x1fa)]+'\x20('+_0x259096[_0x5286c0(0x1f9)]+')':_0x259096[_0x5286c0(0x1fa)])[_0x5286c0(0x201)]()[_0x5286c0(0x207)](_0x527748));return this[_0x5286c0(0x20e)][_0x5286c0(0x1fb)](),this[_0x5286c0(0x20e)][_0x5286c0(0x206)](_0x2044c6[_0x5286c0(0x1f3)]((_0x825271,_0x30a3d0)=>{const _0x5b2270=_0x5286c0,_0x59d85b=_0x825271[_0x5b2270(0x1f9)],_0x141712=_0x30a3d0[_0x5b2270(0x1f9)];return _0x59d85b||_0x141712?_0x59d85b?0x1:-0x1:0x0;})[_0x5286c0(0x209)](_0x508330=>_0x508330[_0x5286c0(0x200)])),this[_0x5286c0(0x210)](_0x527748,_0x2044c6),{'resultsCount':_0x2044c6[_0x5286c0(0x1fc)],'totalItemsCount':this[_0x5286c0(0x20a)][_0x5286c0(0x1fc)]};}[_0xb724d3(0x210)](_0x3a8a3b,_0x124edc){const _0x21e970=_0xb724d3;if(!_0x3a8a3b)return;const _0x213c12=new RegExp(_0xc9c080(_0x3a8a3b),'gi');_0x124edc[_0x21e970(0x1f5)](_0x22fb72=>{const _0xc10eb9=_0x21e970;_0x22fb72[_0xc10eb9(0x211)]&&_0x22fb72[_0xc10eb9(0x211)][_0xc10eb9(0x1f5)](_0x2baa45=>{const _0x21b4df=_0xc10eb9;_0x21b4df(0x20b)==typeof _0x2baa45[_0x21b4df(0x1fe)]&&_0x2baa45[_0x21b4df(0x1fe)](_0x213c12);});});}[_0xb724d3(0x1ff)](){const _0x30f738=_0xb724d3;this[_0x30f738(0x20a)][_0x30f738(0x1f5)](_0xac7557=>{const _0x2963cf=_0x30f738;_0xac7557[_0x2963cf(0x211)]&&_0xac7557[_0x2963cf(0x211)][_0x2963cf(0x1f5)](_0x135e2d=>{const _0x137854=_0x2963cf;_0x137854(0x20b)==typeof _0x135e2d[_0x137854(0x1fe)]&&_0x135e2d[_0x137854(0x1fe)](null);});});}}
23
+ function _0x2e63(){const _0xcf6bef=['groupLabel','2372384GGxIEg','clear','addMany','source','label','2oyBtZz','toLowerCase','_allSearchableItems','135367CWaUAK','item','map','90FARIrl','_highlightQuery','1553709hlIpnz','forEach','2550717aQTKDR','1108811dFNxcX','_allListItems','5382RehhYx','4XxhIlM','highlightText','_clearHighlight','sort','highlightViews','filter','includes','195GufAGb','length','trim','function','items','962648IFwMvI'];_0x2e63=function(){return _0xcf6bef;};return _0x2e63();}const _0x30f5db=_0x1809;function _0x1809(_0x3debec,_0x4cd913){const _0x2e6394=_0x2e63();return _0x1809=function(_0x1809c8,_0x31611c){_0x1809c8=_0x1809c8-0xbb;let _0x51c83c=_0x2e6394[_0x1809c8];return _0x51c83c;},_0x1809(_0x3debec,_0x4cd913);}(function(_0xd3afaa,_0x153eb2){const _0x252186=_0x1809,_0x55de03=_0xd3afaa();while(!![]){try{const _0x13b19a=-parseInt(_0x252186(0xbd))/0x1*(parseInt(_0x252186(0xdb))/0x2)+-parseInt(_0x252186(0xc2))/0x3*(parseInt(_0x252186(0xc8))/0x4)+-parseInt(_0x252186(0xcf))/0x5*(parseInt(_0x252186(0xc7))/0x6)+-parseInt(_0x252186(0xd6))/0x7+parseInt(_0x252186(0xd4))/0x8+parseInt(_0x252186(0xc4))/0x9+parseInt(_0x252186(0xc0))/0xa*(parseInt(_0x252186(0xc5))/0xb);if(_0x13b19a===_0x153eb2)break;else _0x55de03['push'](_0x55de03['shift']());}catch(_0xaaa572){_0x55de03['push'](_0x55de03['shift']());}}}(_0x2e63,0x4548c));import{ListView as _0x322ef7}from'ckeditor5/src/ui.js';import{escapeRegExp as _0x19918b}from'es-toolkit/compat';export class AIQuickActionsFilteredListView extends _0x322ef7{[_0x30f5db(0xc6)];[_0x30f5db(0xbc)];constructor(_0x1931f7,_0x9c161,_0x145fd9){const _0x464d39=_0x30f5db;super(_0x1931f7),this[_0x464d39(0xc6)]=_0x9c161,this[_0x464d39(0xbc)]=_0x145fd9;}[_0x30f5db(0xcd)](_0x2823f1){const _0x58c14a=_0x30f5db;if(!_0x2823f1)return this[_0x58c14a(0xd3)][_0x58c14a(0xd7)](),this[_0x58c14a(0xd3)][_0x58c14a(0xd8)](this[_0x58c14a(0xc6)]),this[_0x58c14a(0xca)](),{'resultsCount':this[_0x58c14a(0xc6)][_0x58c14a(0xd0)],'totalItemsCount':this[_0x58c14a(0xc6)][_0x58c14a(0xd0)]};const _0x2c8f02=_0x2823f1[_0x58c14a(0xd9)][_0x58c14a(0xbb)]()[_0x58c14a(0xd1)](),_0x4f9734=this[_0x58c14a(0xbc)][_0x58c14a(0xcd)](_0x1eaa27=>(_0x1eaa27[_0x58c14a(0xd5)]?_0x1eaa27[_0x58c14a(0xda)]+'\x20('+_0x1eaa27[_0x58c14a(0xd5)]+')':_0x1eaa27[_0x58c14a(0xda)])[_0x58c14a(0xbb)]()[_0x58c14a(0xce)](_0x2c8f02));return this[_0x58c14a(0xd3)][_0x58c14a(0xd7)](),this[_0x58c14a(0xd3)][_0x58c14a(0xd8)](_0x4f9734[_0x58c14a(0xcb)]((_0x1f85e1,_0x509fb1)=>{const _0x437507=_0x58c14a,_0x3255ce=_0x1f85e1[_0x437507(0xd5)],_0x1cc6c0=_0x509fb1[_0x437507(0xd5)];return _0x3255ce||_0x1cc6c0?_0x3255ce?0x1:-0x1:0x0;})[_0x58c14a(0xbf)](_0x184d07=>_0x184d07[_0x58c14a(0xbe)])),this[_0x58c14a(0xc1)](_0x2c8f02,_0x4f9734),{'resultsCount':_0x4f9734[_0x58c14a(0xd0)],'totalItemsCount':this[_0x58c14a(0xbc)][_0x58c14a(0xd0)]};}[_0x30f5db(0xc1)](_0x1662e7,_0x59ac73){const _0x36cf0f=_0x30f5db;if(!_0x1662e7)return;const _0x1d98b5=new RegExp(_0x19918b(_0x1662e7),'gi');_0x59ac73[_0x36cf0f(0xc3)](_0x49e931=>{const _0x1ae81b=_0x36cf0f;_0x49e931[_0x1ae81b(0xcc)]&&_0x49e931[_0x1ae81b(0xcc)][_0x1ae81b(0xc3)](_0x2bd26e=>{const _0x42a67a=_0x1ae81b;_0x42a67a(0xd2)==typeof _0x2bd26e[_0x42a67a(0xc9)]&&_0x2bd26e[_0x42a67a(0xc9)](_0x1d98b5);});});}[_0x30f5db(0xca)](){const _0x3ec2a5=_0x30f5db;this[_0x3ec2a5(0xbc)][_0x3ec2a5(0xc3)](_0x30274a=>{const _0x504813=_0x3ec2a5;_0x30274a[_0x504813(0xcc)]&&_0x30274a[_0x504813(0xcc)][_0x504813(0xc3)](_0x1d7501=>{const _0x39d953=_0x504813;_0x39d953(0xd2)==typeof _0x1d7501[_0x39d953(0xc9)]&&_0x1d7501[_0x39d953(0xc9)](null);});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5db812=_0xef77;(function(_0x6f08a7,_0x4da110){const _0x56ca17=_0xef77,_0x1bb5c3=_0x6f08a7();while(!![]){try{const _0x2439f3=parseInt(_0x56ca17(0x191))/0x1*(-parseInt(_0x56ca17(0x14d))/0x2)+-parseInt(_0x56ca17(0x1b4))/0x3*(parseInt(_0x56ca17(0x16a))/0x4)+-parseInt(_0x56ca17(0x180))/0x5*(-parseInt(_0x56ca17(0x17c))/0x6)+parseInt(_0x56ca17(0x190))/0x7+parseInt(_0x56ca17(0x160))/0x8*(-parseInt(_0x56ca17(0x1a5))/0x9)+-parseInt(_0x56ca17(0x151))/0xa*(-parseInt(_0x56ca17(0x157))/0xb)+parseInt(_0x56ca17(0x17d))/0xc;if(_0x2439f3===_0x4da110)break;else _0x1bb5c3['push'](_0x1bb5c3['shift']());}catch(_0x198116){_0x1bb5c3['push'](_0x1bb5c3['shift']());}}}(_0x3957,0x5c91a));import{ViewCollection as _0x2bf16e,FocusCycler as _0x49ee2b,ButtonView as _0x6415a8,View as _0x402fdc}from'ckeditor5/src/ui.js';import{FocusTracker as _0x280880,KeystrokeHandler as _0x84868b}from'ckeditor5/src/utils.js';import{AIActionsBalloonToolbarView as _0x5e7041}from'./aiactionsballoontoolbarview.js';function _0xef77(_0x25e16d,_0x13a47d){const _0x395778=_0x3957();return _0xef77=function(_0xef779f,_0xf33844){_0xef779f=_0xef779f-0x145;let _0x3f733c=_0x395778[_0xef779f];return _0x3f733c;},_0xef77(_0x25e16d,_0x13a47d);}import{AIActionsBalloonDisclaimerView as _0x8956df}from'./aiactionsballoondisclaimerview.js';function _0x3957(){const _0x23deb0=['stop','showError','setInteractionCount','destroy','stopAutoScroll','update','includes','_addContentWrapper','ck-ai-actions-balloon-content','toggleIsLoading','2tzKTfn','AI_ACTIONS_PREVIOUS_INTERACTION','ck-ai-interaction-counter','_createMiniToolbar','368530EgyZDK','_navigationPreviousButton','_focusTracker','_streamableContentView','hideError','_navigationNextButton','11GkdeFc','_focusables','element','clearErrorState','ck-ai-actions-balloon-main','_toggleToolbarButtonsVisibility','hideLoader','_miniToolbarView','toggleShowChangesEnabled','872gDxYsx','_scrollManager','isEnabled','_contentWrapper','applySuggestion','_createStreamableContentView','div','startAutoScroll','_config','focusFirst','2892688wIFYUd','createCollection','insertSuggestion','isShowChangesOn','items','suggestButton','bindTemplate','render','tryAgain','ck-ai-navigation-button\x20ck-ai-next-button','isTrackChangesOn','_navigationCounter','listenTo','bind','setButtonsVisibility','_disclaimerView','_isLoading','disableMiniToolbarButtons','84DBHuXF','9782832VgnSuC','_createLoaderView','_addToolbar','214930aNoCdM','add','toggleShowChanges','_toolbarView','set','focusLast','clearContent','clear','availableActions','_dialogContent','ck-ai-navigation-button\x20ck-ai-previous-button','showPrevious','shift\x20+\x20tab','_getScrollableElement','_errorView','_initializeScrollManager','3302775xqyiQi','115865oecRor','AI_ACTIONS_NEXT_INTERACTION','has','remove','ck-ai-actions-balloon-content-wrapper','isVisible','_addDisclaimerView','removeMiniToolbarItem','tab','showNext','interactionCount','isBusy','toggleSuggestionDisplayMode','updateMiniToolbarButtons','start','setIsLoading','1/1','locale','miniToolbarConfig','delegate','58419FXHYWM','_navigationTryAgainButton','setTemplate','_hasError','resetShowChangesButton','span','fire','execute','ck-ai-custom-action-button','updateContent','focusCycler','setErrorState','_keystrokes','addMany','change:isTrackChangesOn','3oudQcb','_loaderView','_setupMiniToolbarButtons','AI_ACTIONS_TRY_AGAIN','focus','applyButton','addMiniToolbarItem','showBlockingError','showLoader'];_0x3957=function(){return _0x23deb0;};return _0x3957();}import{ScrollManager as _0xc02f83}from'../../../aicore/utils/scrollmanager.js';import{AIMiniToolbarView as _0x24691f}from'../../../aicore/ui/suggestioncontainer/aiminitoolbarview.js';import{AI_SUGGESTION_UI_EVENT_NAMES as _0x2c1a9b}from'../../../aicore/utils/eventnames.js';import{AISuggestionLoaderView as _0x32944b}from'../../../aicore/ui/suggestioncontainer/aisuggestionloaderview.js';import{AISuggestionStreamableContentView as _0x5d545f}from'../../../aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.js';import{IconNextArrow as _0x498b2d,IconPreviousArrow as _0xba389f,IconRefresh as _0x26a712}from'@ckeditor/ckeditor5-icons';import{getTranslation as _0x19355d}from'../../../aicore/utils/common-translations.js';import{AIBalloonView as _0x57bf2a}from'../../../aiballoon/ui/aiballoonview.js';import'../../../../theme/aiquickactions/aiquickactionsballoon.css';export const AI_ACTIONS_BALLOON_VIEW_EVENT_NAMES=[_0x5db812(0x164),_0x5db812(0x16c)];export class AIActionsBalloonView extends _0x57bf2a{[_0x5db812(0x1af)];[_0x5db812(0x168)];[_0x5db812(0x163)];[_0x5db812(0x154)];[_0x5db812(0x183)];[_0x5db812(0x15e)];[_0x5db812(0x1b5)];[_0x5db812(0x179)];[_0x5db812(0x153)];[_0x5db812(0x1b1)];[_0x5db812(0x189)];[_0x5db812(0x158)];[_0x5db812(0x161)];[_0x5db812(0x152)];[_0x5db812(0x156)];[_0x5db812(0x1a6)];[_0x5db812(0x175)];constructor(_0x227dce,_0x278da6){const _0x2d50a4=_0x5db812;super(_0x227dce),this[_0x2d50a4(0x184)](_0x2d50a4(0x19c),!0x1),this[_0x2d50a4(0x184)](_0x2d50a4(0x174),!0x1),this[_0x2d50a4(0x184)](_0x2d50a4(0x17a),!0x1),this[_0x2d50a4(0x184)](_0x2d50a4(0x1a8),!0x1),this[_0x2d50a4(0x168)]=_0x278da6,this[_0x2d50a4(0x153)]=new _0x280880(),this[_0x2d50a4(0x1b1)]=new _0x84868b(),this[_0x2d50a4(0x158)]=this[_0x2d50a4(0x16b)](),this[_0x2d50a4(0x1af)]=new _0x49ee2b({'focusables':this[_0x2d50a4(0x158)],'focusTracker':this[_0x2d50a4(0x153)],'keystrokeHandler':this[_0x2d50a4(0x1b1)],'actions':{'focusPrevious':_0x2d50a4(0x18c),'focusNext':_0x2d50a4(0x199)}}),this[_0x2d50a4(0x189)]=new _0x2bf16e(),this[_0x2d50a4(0x14a)](_0x278da6),this[_0x2d50a4(0x197)](),this[_0x2d50a4(0x17f)](_0x278da6),this[_0x2d50a4(0x158)][_0x2d50a4(0x187)](),this[_0x2d50a4(0x158)][_0x2d50a4(0x1b2)]([this[_0x2d50a4(0x183)]]),this[_0x2d50a4(0x1a7)]({'tag':_0x2d50a4(0x166),'attributes':{'class':[_0x2d50a4(0x15b)]},'children':this[_0x2d50a4(0x189)]}),this['on'](_0x2d50a4(0x1b3),()=>{const _0x115e9e=_0x2d50a4;this[_0x115e9e(0x15c)](_0x278da6);});}[_0x5db812(0x171)](){const _0x23a395=_0x5db812;super[_0x23a395(0x171)]();for(const _0x1b8e62 of this[_0x23a395(0x158)])this[_0x23a395(0x153)][_0x23a395(0x181)](_0x1b8e62[_0x23a395(0x159)]);this[_0x23a395(0x1b1)][_0x23a395(0x176)](this[_0x23a395(0x159)]),this[_0x23a395(0x18f)]();}[_0x5db812(0x146)](){const _0x5d04d7=_0x5db812;super[_0x5d04d7(0x146)](),this[_0x5d04d7(0x161)]&&this[_0x5d04d7(0x161)][_0x5d04d7(0x146)]();}[_0x5db812(0x1b8)](_0x4412f4){const _0x1c31b3=_0x5db812;-0x1===_0x4412f4?this[_0x1c31b3(0x1af)][_0x1c31b3(0x185)]():this[_0x1c31b3(0x1af)][_0x1c31b3(0x169)]();}[_0x5db812(0x1a0)](_0xd2e5d2){const _0x26505a=_0x5db812;this[_0x26505a(0x17a)]=_0xd2e5d2;}[_0x5db812(0x1b0)](){const _0x2f3b1c=_0x5db812;this[_0x2f3b1c(0x1a8)]=!0x0,this[_0x2f3b1c(0x15e)][_0x2f3b1c(0x15f)](!0x1);}[_0x5db812(0x15a)](){const _0x4982d0=_0x5db812;this[_0x4982d0(0x1a8)]=!0x1,this[_0x4982d0(0x15e)][_0x4982d0(0x15f)](!0x0);}[_0x5db812(0x1be)](_0x6dfb5e){const _0x1e11e0=_0x5db812;super[_0x1e11e0(0x1be)](_0x6dfb5e),this[_0x1e11e0(0x189)][_0x1e11e0(0x193)](this[_0x1e11e0(0x18e)])||this[_0x1e11e0(0x189)][_0x1e11e0(0x181)](this[_0x1e11e0(0x18e)],0x0);}[_0x5db812(0x155)](){const _0x3c0dc0=_0x5db812;super[_0x3c0dc0(0x155)](),this[_0x3c0dc0(0x15a)]();}[_0x5db812(0x1bb)](_0x37e442){const _0x39223e=_0x5db812;super[_0x39223e(0x1bb)](_0x37e442),this[_0x39223e(0x1b0)]();}[_0x5db812(0x1ba)](_0x6e2119){const _0x151908=_0x5db812;this[_0x151908(0x15e)][_0x151908(0x16e)][_0x151908(0x193)](_0x6e2119)||this[_0x151908(0x15e)][_0x151908(0x16e)][_0x151908(0x181)](_0x6e2119);}[_0x5db812(0x198)](_0x4d274f){const _0x17e396=_0x5db812;this[_0x17e396(0x15e)][_0x17e396(0x16e)][_0x17e396(0x193)](_0x4d274f)&&this[_0x17e396(0x15e)][_0x17e396(0x16e)][_0x17e396(0x194)](_0x4d274f);}[_0x5db812(0x1bc)](){const _0x54e6a8=_0x5db812;this[_0x54e6a8(0x1b5)]&&(this[_0x54e6a8(0x17a)]=!0x0);}[_0x5db812(0x15d)](){const _0x21559a=_0x5db812;this[_0x21559a(0x1b5)]&&(this[_0x21559a(0x17a)]=!0x1);}[_0x5db812(0x15c)]({showApplyButton:_0x49da4d,showSuggestButton:_0x29fec8}){const _0x3ac520=_0x5db812;_0x49da4d=_0x49da4d&&!this[_0x3ac520(0x174)]&&this[_0x3ac520(0x168)][_0x3ac520(0x188)][_0x3ac520(0x149)](_0x3ac520(0x164)),_0x29fec8=_0x29fec8&&this[_0x3ac520(0x168)][_0x3ac520(0x188)][_0x3ac520(0x149)](_0x3ac520(0x16c)),this[_0x3ac520(0x183)][_0x3ac520(0x178)]({'showApplyButton':_0x49da4d,'showSuggestButton':_0x29fec8});}async[_0x5db812(0x1ae)](_0x48c993){const _0x2dc1ee=_0x5db812;await this[_0x2dc1ee(0x154)][_0x2dc1ee(0x148)](_0x48c993);}[_0x5db812(0x186)](){const _0x479246=_0x5db812;this[_0x479246(0x154)][_0x479246(0x187)]();}[_0x5db812(0x14a)](_0x31cf0e){const _0x2c50cb=_0x5db812;this[_0x2c50cb(0x163)]=new _0x402fdc(this[_0x2c50cb(0x1a2)]),this[_0x2c50cb(0x163)][_0x2c50cb(0x1a7)]({'tag':_0x2c50cb(0x166),'attributes':{'class':[_0x2c50cb(0x14b)]},'children':[{'tag':_0x2c50cb(0x166),'attributes':{'class':[_0x2c50cb(0x195)]},'children':[this[_0x2c50cb(0x17e)](),this[_0x2c50cb(0x165)]()]},this[_0x2c50cb(0x150)](_0x31cf0e[_0x2c50cb(0x1a3)])]}),this[_0x2c50cb(0x189)][_0x2c50cb(0x181)](this[_0x2c50cb(0x163)]);}[_0x5db812(0x197)](){const _0x504bbf=_0x5db812;this[_0x504bbf(0x179)]=new _0x8956df(this[_0x504bbf(0x1a2)]),this[_0x504bbf(0x189)][_0x504bbf(0x181)](this[_0x504bbf(0x179)]);}[_0x5db812(0x17f)]({showApplyButton:_0x380fc1,showSuggestButton:_0x14474b}){const _0x548a89=_0x5db812;this[_0x548a89(0x183)]=new _0x5e7041(this[_0x548a89(0x1a2)],_0x380fc1,_0x14474b),this[_0x548a89(0x183)][_0x548a89(0x1b9)]?.['on'](_0x548a89(0x1ac),()=>{const _0x522a17=_0x548a89;this[_0x522a17(0x1ab)](_0x522a17(0x164));}),this[_0x548a89(0x183)][_0x548a89(0x16f)]?.['on'](_0x548a89(0x1ac),()=>{const _0x47513e=_0x548a89;this[_0x47513e(0x1ab)](_0x47513e(0x16c));}),this[_0x548a89(0x183)][_0x548a89(0x177)](_0x548a89(0x162))['to'](this,_0x548a89(0x19c),this,_0x548a89(0x17a),this,_0x548a89(0x1a8),(_0x1b63b0,_0x3d4ac3,_0x1a86d5)=>!(_0x1b63b0||_0x3d4ac3||_0x1a86d5)),this[_0x548a89(0x15c)]({'showApplyButton':_0x380fc1,'showSuggestButton':_0x14474b}),this[_0x548a89(0x189)][_0x548a89(0x181)](this[_0x548a89(0x183)]);}[_0x5db812(0x150)](_0x35662a){const _0x13e448=_0x5db812;return this[_0x13e448(0x15e)]=new _0x24691f(this[_0x13e448(0x1a2)],_0x35662a),this[_0x13e448(0x15e)][_0x13e448(0x1a4)](..._0x2c1a9b)['to'](this),this[_0x13e448(0x15e)]['on'](_0x13e448(0x182),()=>{const _0x24a0d1=_0x13e448;this[_0x24a0d1(0x15e)][_0x24a0d1(0x16d)]=!this[_0x24a0d1(0x15e)][_0x24a0d1(0x16d)],this[_0x24a0d1(0x1ab)](_0x24a0d1(0x19d),{'showDiff':this[_0x24a0d1(0x15e)][_0x24a0d1(0x16d)]});}),this[_0x13e448(0x15e)][_0x13e448(0x177)](_0x13e448(0x162))['to'](this,_0x13e448(0x19c),this,_0x13e448(0x17a),(_0x5144c0,_0x23b86f)=>!(_0x5144c0||_0x23b86f)),this[_0x13e448(0x15e)];}[_0x5db812(0x17e)](){const _0x2a712c=_0x5db812;return this[_0x2a712c(0x1b5)]=new _0x32944b(this[_0x2a712c(0x1a2)]),this[_0x2a712c(0x1b5)][_0x2a712c(0x177)](_0x2a712c(0x196))['to'](this,_0x2a712c(0x17a)),this[_0x2a712c(0x1b5)];}[_0x5db812(0x165)](){const _0x41d7df=_0x5db812;return this[_0x41d7df(0x154)]=new _0x5d545f(this[_0x41d7df(0x1a2)]),this[_0x41d7df(0x154)];}[_0x5db812(0x1b6)](){const _0x4f8055=_0x5db812,_0xd022f8=new _0x6415a8(this[_0x4f8055(0x1a2)]),_0x54aae3=new _0x6415a8(this[_0x4f8055(0x1a2)]),_0x47074a=new Ln(this[_0x4f8055(0x1a2)]),_0x15d20a=new _0x6415a8(this[_0x4f8055(0x1a2)]);_0xd022f8[_0x4f8055(0x184)]({'icon':_0x26a712,'label':_0x19355d(this[_0x4f8055(0x1a2)],_0x4f8055(0x1b7)),'tooltip':!0x0,'class':_0x4f8055(0x1ad)}),_0x54aae3[_0x4f8055(0x184)]({'icon':_0xba389f,'tooltip':_0x19355d(this[_0x4f8055(0x1a2)],_0x4f8055(0x14e)),'class':_0x4f8055(0x18a)}),_0x15d20a[_0x4f8055(0x184)]({'icon':_0x498b2d,'tooltip':_0x19355d(this[_0x4f8055(0x1a2)],_0x4f8055(0x192)),'class':_0x4f8055(0x173)}),_0xd022f8[_0x4f8055(0x177)](_0x4f8055(0x162))['to'](this,_0x4f8055(0x19c),_0x50654c=>!_0x50654c),_0xd022f8['on'](_0x4f8055(0x1ac),()=>{const _0x118679=_0x4f8055;this[_0x118679(0x1ab)](_0x118679(0x172));}),_0x54aae3[_0x4f8055(0x177)](_0x4f8055(0x162))['to'](this,_0x4f8055(0x19c),_0x37d20f=>!_0x37d20f),_0x54aae3['on'](_0x4f8055(0x1ac),()=>{const _0xb367c1=_0x4f8055;this[_0xb367c1(0x1ab)](_0xb367c1(0x18b));}),_0x15d20a[_0x4f8055(0x177)](_0x4f8055(0x162))['to'](this,_0x4f8055(0x19c),_0x4a9e71=>!_0x4a9e71),_0x15d20a['on'](_0x4f8055(0x1ac),()=>{const _0x276d54=_0x4f8055;this[_0x276d54(0x1ab)](_0x276d54(0x19a));}),this[_0x4f8055(0x152)]=_0x54aae3,this[_0x4f8055(0x175)]=_0x47074a,this[_0x4f8055(0x156)]=_0x15d20a,this[_0x4f8055(0x1a6)]=_0xd022f8;}[_0x5db812(0x19e)](_0xbd087e,_0x5b03bf){const _0x3746de=_0x5db812;this[_0x3746de(0x152)]||this[_0x3746de(0x1b6)]();const _0x3a8308=_0xbd087e>0x1;if(this[_0x3746de(0x1ba)](this[_0x3746de(0x1a6)]),_0x3a8308){this[_0x3746de(0x1ba)](this[_0x3746de(0x152)]),this[_0x3746de(0x1ba)](this[_0x3746de(0x175)]),this[_0x3746de(0x1ba)](this[_0x3746de(0x156)]);const _0x5ea84d=_0xbd087e-_0x5b03bf;this[_0x3746de(0x175)][_0x3746de(0x145)](_0x5ea84d+'/'+_0xbd087e),this[_0x3746de(0x152)][_0x3746de(0x162)]=_0x5b03bf<_0xbd087e-0x1,this[_0x3746de(0x156)][_0x3746de(0x162)]=_0x5b03bf>0x0;}else this[_0x3746de(0x198)](this[_0x3746de(0x152)]),this[_0x3746de(0x198)](this[_0x3746de(0x175)]),this[_0x3746de(0x198)](this[_0x3746de(0x156)]);}[_0x5db812(0x17b)](){const _0x281de1=_0x5db812;this[_0x281de1(0x1a6)][_0x281de1(0x162)]=!0x1,this[_0x281de1(0x152)][_0x281de1(0x162)]=!0x1,this[_0x281de1(0x156)][_0x281de1(0x162)]=!0x1;}[_0x5db812(0x167)](){const _0x4566dd=_0x5db812;this[_0x4566dd(0x18f)](),this[_0x4566dd(0x161)]&&this[_0x4566dd(0x161)][_0x4566dd(0x19f)]();}[_0x5db812(0x147)](){const _0x2c6383=_0x5db812;this[_0x2c6383(0x161)]&&this[_0x2c6383(0x161)][_0x2c6383(0x1bd)]();}[_0x5db812(0x14c)](_0x32e78a){const _0x2079f0=_0x5db812;this[_0x2079f0(0x17a)]=_0x32e78a;}[_0x5db812(0x1a9)](){const _0x4d508c=_0x5db812;this[_0x4d508c(0x15e)][_0x4d508c(0x16d)]=!0x1;}[_0x5db812(0x18f)](){const _0x3fedcc=_0x5db812,_0x55e5ad=this[_0x3fedcc(0x18d)]();_0x55e5ad&&!this[_0x3fedcc(0x161)]&&(this[_0x3fedcc(0x161)]=new _0xc02f83(_0x55e5ad));}[_0x5db812(0x18d)](){const _0x382c7d=_0x5db812;return this[_0x382c7d(0x154)][_0x382c7d(0x159)];}}class Ln extends _0x402fdc{constructor(_0x3e21e5){const _0x5b0e7e=_0x5db812;super(_0x3e21e5);const _0x26766d=this[_0x5b0e7e(0x170)];this[_0x5b0e7e(0x184)](_0x5b0e7e(0x19b),_0x5b0e7e(0x1a1)),this[_0x5b0e7e(0x1a7)]({'tag':_0x5b0e7e(0x1aa),'attributes':{'class':[_0x5b0e7e(0x14f)]},'children':[{'text':_0x26766d['to'](_0x5b0e7e(0x19b))}]});}[_0x5db812(0x145)](_0x4cdf11){const _0x27d212=_0x5db812;this[_0x27d212(0x184)](_0x27d212(0x19b),_0x4cdf11);}}
23
+ const _0x224eea=_0x3efb;(function(_0xeeecb1,_0x1ad771){const _0xda0870=_0x3efb,_0x534434=_0xeeecb1();while(!![]){try{const _0xe91b0=parseInt(_0xda0870(0x1b6))/0x1*(-parseInt(_0xda0870(0x1c8))/0x2)+parseInt(_0xda0870(0x1fa))/0x3*(parseInt(_0xda0870(0x1a5))/0x4)+-parseInt(_0xda0870(0x1c2))/0x5+-parseInt(_0xda0870(0x1d3))/0x6*(-parseInt(_0xda0870(0x1eb))/0x7)+parseInt(_0xda0870(0x1e8))/0x8+parseInt(_0xda0870(0x20a))/0x9+-parseInt(_0xda0870(0x1a9))/0xa;if(_0xe91b0===_0x1ad771)break;else _0x534434['push'](_0x534434['shift']());}catch(_0x18f2c6){_0x534434['push'](_0x534434['shift']());}}}(_0x34bc,0x29d3d));import{ViewCollection as _0xb26f8b,FocusCycler as _0x426db6,ButtonView as _0x4fba18,View as _0x171f90}from'ckeditor5/src/ui.js';import{FocusTracker as _0x1b9f11,KeystrokeHandler as _0x454d60}from'ckeditor5/src/utils.js';import{AIActionsBalloonToolbarView as _0x5a0661}from'./aiactionsballoontoolbarview.js';import{AIActionsBalloonDisclaimerView as _0x530772}from'./aiactionsballoondisclaimerview.js';import{ScrollManager as _0x44eeaa}from'../../../aicore/utils/scrollmanager.js';import{AIMiniToolbarView as _0x1ca934}from'../../../aicore/ui/suggestioncontainer/aiminitoolbarview.js';import{AI_SUGGESTION_UI_EVENT_NAMES as _0x363485}from'../../../aicore/utils/eventnames.js';import{AISuggestionLoaderView as _0x9d482e}from'../../../aicore/ui/suggestioncontainer/aisuggestionloaderview.js';import{AISuggestionStreamableContentView as _0x268c6f}from'../../../aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.js';import{IconNextArrow as _0x27158a,IconPreviousArrow as _0x6c249c,IconRefresh as _0x2a0d6c}from'@ckeditor/ckeditor5-icons';function _0x3efb(_0x1cdf02,_0x65cc5a){const _0x34bc49=_0x34bc();return _0x3efb=function(_0x3efbd7,_0x191621){_0x3efbd7=_0x3efbd7-0x193;let _0x58d912=_0x34bc49[_0x3efbd7];return _0x58d912;},_0x3efb(_0x1cdf02,_0x65cc5a);}import{getTranslation as _0x2b10cc}from'../../../aicore/utils/common-translations.js';function _0x34bc(){const _0xf2dbd8=['_addToolbar','clear','setTemplate','focus','set','ck-ai-navigation-button\x20ck-ai-previous-button','toggleIsLoading','_keystrokes','1300372kbQxOU','_streamableContentView','_errorView','_addContentWrapper','2661950nJUcjG','focusCycler','element','change:isTrackChangesOn','_navigationTryAgainButton','AI_ACTIONS_TRY_AGAIN','_toolbarView','toggleShowChanges','tab','ck-ai-actions-balloon-content','_miniToolbarView','_getScrollableElement','_createMiniToolbar','16574eiQjOJ','div','_focusables','stopAutoScroll','_config','stop','tryAgain','ck-ai-navigation-button\x20ck-ai-next-button','_hasError','showPrevious','shift\x20+\x20tab','_disclaimerView','994630EmgNcZ','_scrollManager','destroy','ck-ai-custom-action-button','_navigationPreviousButton','1/1','10bjhsGz','removeMiniToolbarItem','resetShowChangesButton','_createStreamableContentView','addMiniToolbarItem','bind','_setupMiniToolbarButtons','ck-ai-actions-balloon-content-wrapper','applySuggestion','focusLast','showNext','6CRaYvS','isBusy','setErrorState','listenTo','toggleSuggestionDisplayMode','_navigationCounter','add','hideError','isEnabled','render','_dialogContent','span','AI_ACTIONS_NEXT_INTERACTION','suggestButton','showLoader','isTrackChangesOn','_navigationNextButton','createCollection','addMany','_focusTracker','setIsLoading','52600FXaxrf','includes','items','1764469NHXQFJ','update','availableActions','execute','disableMiniToolbarButtons','_createLoaderView','setButtonsVisibility','_toggleToolbarButtonsVisibility','setInteractionCount','has','showError','applyButton','showBlockingError','remove','start','3Hcoyyf','toggleShowChangesEnabled','AI_ACTIONS_PREVIOUS_INTERACTION','ck-ai-interaction-counter','focusFirst','_isLoading','isShowChangesOn','_loaderView','fire','insertSuggestion','locale','delegate','ck-ai-actions-balloon-main','miniToolbarConfig','_addDisclaimerView','_contentWrapper','1220229kcfmYd','updateMiniToolbarButtons','updateContent','hideLoader','startAutoScroll','clearErrorState','_initializeScrollManager','bindTemplate','clearContent','isVisible','interactionCount'];_0x34bc=function(){return _0xf2dbd8;};return _0x34bc();}import{AIBalloonView as _0x13836e}from'../../../aiballoon/ui/aiballoonview.js';import'../../../../theme/aiquickactions/aiquickactionsballoon.css';export const AI_ACTIONS_BALLOON_VIEW_EVENT_NAMES=[_0x224eea(0x1d0),_0x224eea(0x203)];export class AIActionsBalloonView extends _0x13836e{[_0x224eea(0x1aa)];[_0x224eea(0x1ba)];[_0x224eea(0x209)];[_0x224eea(0x1a6)];[_0x224eea(0x1af)];[_0x224eea(0x1b3)];[_0x224eea(0x201)];[_0x224eea(0x1c1)];[_0x224eea(0x1e6)];[_0x224eea(0x1a4)];[_0x224eea(0x1dd)];[_0x224eea(0x1b8)];[_0x224eea(0x1c3)];[_0x224eea(0x1c6)];[_0x224eea(0x1e3)];[_0x224eea(0x1ad)];[_0x224eea(0x1d8)];constructor(_0x33506c,_0x118c6e){const _0x71a51d=_0x224eea;super(_0x33506c),this[_0x71a51d(0x1a1)](_0x71a51d(0x1d4),!0x1),this[_0x71a51d(0x1a1)](_0x71a51d(0x1e2),!0x1),this[_0x71a51d(0x1a1)](_0x71a51d(0x1ff),!0x1),this[_0x71a51d(0x1a1)](_0x71a51d(0x1be),!0x1),this[_0x71a51d(0x1ba)]=_0x118c6e,this[_0x71a51d(0x1e6)]=new _0x1b9f11(),this[_0x71a51d(0x1a4)]=new _0x454d60(),this[_0x71a51d(0x1b8)]=this[_0x71a51d(0x1e4)](),this[_0x71a51d(0x1aa)]=new _0x426db6({'focusables':this[_0x71a51d(0x1b8)],'focusTracker':this[_0x71a51d(0x1e6)],'keystrokeHandler':this[_0x71a51d(0x1a4)],'actions':{'focusPrevious':_0x71a51d(0x1c0),'focusNext':_0x71a51d(0x1b1)}}),this[_0x71a51d(0x1dd)]=new _0xb26f8b(),this[_0x71a51d(0x1a8)](_0x118c6e),this[_0x71a51d(0x208)](),this[_0x71a51d(0x19d)](_0x118c6e),this[_0x71a51d(0x1b8)][_0x71a51d(0x19e)](),this[_0x71a51d(0x1b8)][_0x71a51d(0x1e5)]([this[_0x71a51d(0x1af)]]),this[_0x71a51d(0x19f)]({'tag':_0x71a51d(0x1b7),'attributes':{'class':[_0x71a51d(0x206)]},'children':this[_0x71a51d(0x1dd)]}),this['on'](_0x71a51d(0x1ac),()=>{const _0x238838=_0x71a51d;this[_0x238838(0x1f2)](_0x118c6e);});}[_0x224eea(0x1dc)](){const _0x120372=_0x224eea;super[_0x120372(0x1dc)]();for(const _0x5a4f8d of this[_0x120372(0x1b8)])this[_0x120372(0x1e6)][_0x120372(0x1d9)](_0x5a4f8d[_0x120372(0x1ab)]);this[_0x120372(0x1a4)][_0x120372(0x1d6)](this[_0x120372(0x1ab)]),this[_0x120372(0x198)]();}[_0x224eea(0x1c4)](){const _0x4072ea=_0x224eea;super[_0x4072ea(0x1c4)](),this[_0x4072ea(0x1c3)]&&this[_0x4072ea(0x1c3)][_0x4072ea(0x1c4)]();}[_0x224eea(0x1a0)](_0x4b00a6){const _0x5e7133=_0x224eea;-0x1===_0x4b00a6?this[_0x5e7133(0x1aa)][_0x5e7133(0x1d1)]():this[_0x5e7133(0x1aa)][_0x5e7133(0x1fe)]();}[_0x224eea(0x1e7)](_0x17b155){const _0x27b18b=_0x224eea;this[_0x27b18b(0x1ff)]=_0x17b155;}[_0x224eea(0x1d5)](){const _0x361908=_0x224eea;this[_0x361908(0x1be)]=!0x0,this[_0x361908(0x1b3)][_0x361908(0x1fb)](!0x1);}[_0x224eea(0x197)](){const _0x293b6a=_0x224eea;this[_0x293b6a(0x1be)]=!0x1,this[_0x293b6a(0x1b3)][_0x293b6a(0x1fb)](!0x0);}[_0x224eea(0x1f5)](_0x4ea2a7){const _0x396ff7=_0x224eea;super[_0x396ff7(0x1f5)](_0x4ea2a7),this[_0x396ff7(0x1dd)][_0x396ff7(0x1f4)](this[_0x396ff7(0x1a7)])||this[_0x396ff7(0x1dd)][_0x396ff7(0x1d9)](this[_0x396ff7(0x1a7)],0x0);}[_0x224eea(0x1da)](){const _0x518bfe=_0x224eea;super[_0x518bfe(0x1da)](),this[_0x518bfe(0x197)]();}[_0x224eea(0x1f7)](_0x25d3ca){const _0x275362=_0x224eea;super[_0x275362(0x1f7)](_0x25d3ca),this[_0x275362(0x1d5)]();}[_0x224eea(0x1cc)](_0x2f524f){const _0x5690b0=_0x224eea;this[_0x5690b0(0x1b3)][_0x5690b0(0x1ea)][_0x5690b0(0x1f4)](_0x2f524f)||this[_0x5690b0(0x1b3)][_0x5690b0(0x1ea)][_0x5690b0(0x1d9)](_0x2f524f);}[_0x224eea(0x1c9)](_0x4627a6){const _0x1fc79d=_0x224eea;this[_0x1fc79d(0x1b3)][_0x1fc79d(0x1ea)][_0x1fc79d(0x1f4)](_0x4627a6)&&this[_0x1fc79d(0x1b3)][_0x1fc79d(0x1ea)][_0x1fc79d(0x1f8)](_0x4627a6);}[_0x224eea(0x1e1)](){const _0x9c667=_0x224eea;this[_0x9c667(0x201)]&&(this[_0x9c667(0x1ff)]=!0x0);}[_0x224eea(0x195)](){const _0x4ab9a4=_0x224eea;this[_0x4ab9a4(0x201)]&&(this[_0x4ab9a4(0x1ff)]=!0x1);}[_0x224eea(0x1f2)]({showApplyButton:_0x3d5186,showSuggestButton:_0x2d1f97}){const _0x4b99d9=_0x224eea;_0x3d5186=_0x3d5186&&!this[_0x4b99d9(0x1e2)]&&this[_0x4b99d9(0x1ba)][_0x4b99d9(0x1ed)][_0x4b99d9(0x1e9)](_0x4b99d9(0x1d0)),_0x2d1f97=_0x2d1f97&&this[_0x4b99d9(0x1ba)][_0x4b99d9(0x1ed)][_0x4b99d9(0x1e9)](_0x4b99d9(0x203)),this[_0x4b99d9(0x1af)][_0x4b99d9(0x1f1)]({'showApplyButton':_0x3d5186,'showSuggestButton':_0x2d1f97});}async[_0x224eea(0x194)](_0x570789){const _0x43b3d4=_0x224eea;await this[_0x43b3d4(0x1a6)][_0x43b3d4(0x1ec)](_0x570789);}[_0x224eea(0x19a)](){const _0x542081=_0x224eea;this[_0x542081(0x1a6)][_0x542081(0x19e)]();}[_0x224eea(0x1a8)](_0x3527ae){const _0x181406=_0x224eea;this[_0x181406(0x209)]=new _0x171f90(this[_0x181406(0x204)]),this[_0x181406(0x209)][_0x181406(0x19f)]({'tag':_0x181406(0x1b7),'attributes':{'class':[_0x181406(0x1b2)]},'children':[{'tag':_0x181406(0x1b7),'attributes':{'class':[_0x181406(0x1cf)]},'children':[this[_0x181406(0x1f0)](),this[_0x181406(0x1cb)]()]},this[_0x181406(0x1b5)](_0x3527ae[_0x181406(0x207)])]}),this[_0x181406(0x1dd)][_0x181406(0x1d9)](this[_0x181406(0x209)]);}[_0x224eea(0x208)](){const _0x3779c0=_0x224eea;this[_0x3779c0(0x1c1)]=new _0x530772(this[_0x3779c0(0x204)]),this[_0x3779c0(0x1dd)][_0x3779c0(0x1d9)](this[_0x3779c0(0x1c1)]);}[_0x224eea(0x19d)]({showApplyButton:_0x1fb0d6,showSuggestButton:_0xbf7474}){const _0x526616=_0x224eea;this[_0x526616(0x1af)]=new _0x5a0661(this[_0x526616(0x204)],_0x1fb0d6,_0xbf7474),this[_0x526616(0x1af)][_0x526616(0x1f6)]?.['on'](_0x526616(0x1ee),()=>{const _0x284367=_0x526616;this[_0x284367(0x202)](_0x284367(0x1d0));}),this[_0x526616(0x1af)][_0x526616(0x1e0)]?.['on'](_0x526616(0x1ee),()=>{const _0x36aa4c=_0x526616;this[_0x36aa4c(0x202)](_0x36aa4c(0x203));}),this[_0x526616(0x1af)][_0x526616(0x1cd)](_0x526616(0x1db))['to'](this,_0x526616(0x1d4),this,_0x526616(0x1ff),this,_0x526616(0x1be),(_0x50504a,_0x398f6e,_0x324dc2)=>!(_0x50504a||_0x398f6e||_0x324dc2)),this[_0x526616(0x1f2)]({'showApplyButton':_0x1fb0d6,'showSuggestButton':_0xbf7474}),this[_0x526616(0x1dd)][_0x526616(0x1d9)](this[_0x526616(0x1af)]);}[_0x224eea(0x1b5)](_0x26d182){const _0x3f9855=_0x224eea;return this[_0x3f9855(0x1b3)]=new _0x1ca934(this[_0x3f9855(0x204)],_0x26d182),this[_0x3f9855(0x1b3)][_0x3f9855(0x205)](..._0x363485)['to'](this),this[_0x3f9855(0x1b3)]['on'](_0x3f9855(0x1b0),()=>{const _0x257f3d=_0x3f9855;this[_0x257f3d(0x1b3)][_0x257f3d(0x200)]=!this[_0x257f3d(0x1b3)][_0x257f3d(0x200)],this[_0x257f3d(0x202)](_0x257f3d(0x1d7),{'showDiff':this[_0x257f3d(0x1b3)][_0x257f3d(0x200)]});}),this[_0x3f9855(0x1b3)][_0x3f9855(0x1cd)](_0x3f9855(0x1db))['to'](this,_0x3f9855(0x1d4),this,_0x3f9855(0x1ff),(_0x16a1ec,_0x52dfee)=>!(_0x16a1ec||_0x52dfee)),this[_0x3f9855(0x1b3)];}[_0x224eea(0x1f0)](){const _0x2bcb4e=_0x224eea;return this[_0x2bcb4e(0x201)]=new _0x9d482e(this[_0x2bcb4e(0x204)]),this[_0x2bcb4e(0x201)][_0x2bcb4e(0x1cd)](_0x2bcb4e(0x19b))['to'](this,_0x2bcb4e(0x1ff)),this[_0x2bcb4e(0x201)];}[_0x224eea(0x1cb)](){const _0x89956a=_0x224eea;return this[_0x89956a(0x1a6)]=new _0x268c6f(this[_0x89956a(0x204)]),this[_0x89956a(0x1a6)];}[_0x224eea(0x1ce)](){const _0x53472e=_0x224eea,_0xe694e7=new _0x4fba18(this[_0x53472e(0x204)]),_0xfe6a4e=new _0x4fba18(this[_0x53472e(0x204)]),_0x21ba48=new Ln(this[_0x53472e(0x204)]),_0xbbcd5c=new _0x4fba18(this[_0x53472e(0x204)]);_0xe694e7[_0x53472e(0x1a1)]({'icon':_0x2a0d6c,'label':_0x2b10cc(this[_0x53472e(0x204)],_0x53472e(0x1ae)),'tooltip':!0x0,'class':_0x53472e(0x1c5)}),_0xfe6a4e[_0x53472e(0x1a1)]({'icon':_0x6c249c,'tooltip':_0x2b10cc(this[_0x53472e(0x204)],_0x53472e(0x1fc)),'class':_0x53472e(0x1a2)}),_0xbbcd5c[_0x53472e(0x1a1)]({'icon':_0x27158a,'tooltip':_0x2b10cc(this[_0x53472e(0x204)],_0x53472e(0x1df)),'class':_0x53472e(0x1bd)}),_0xe694e7[_0x53472e(0x1cd)](_0x53472e(0x1db))['to'](this,_0x53472e(0x1d4),_0x2ab933=>!_0x2ab933),_0xe694e7['on'](_0x53472e(0x1ee),()=>{const _0x32bf14=_0x53472e;this[_0x32bf14(0x202)](_0x32bf14(0x1bc));}),_0xfe6a4e[_0x53472e(0x1cd)](_0x53472e(0x1db))['to'](this,_0x53472e(0x1d4),_0x5c975d=>!_0x5c975d),_0xfe6a4e['on'](_0x53472e(0x1ee),()=>{const _0xa4d974=_0x53472e;this[_0xa4d974(0x202)](_0xa4d974(0x1bf));}),_0xbbcd5c[_0x53472e(0x1cd)](_0x53472e(0x1db))['to'](this,_0x53472e(0x1d4),_0x3ffd5a=>!_0x3ffd5a),_0xbbcd5c['on'](_0x53472e(0x1ee),()=>{const _0x4b817d=_0x53472e;this[_0x4b817d(0x202)](_0x4b817d(0x1d2));}),this[_0x53472e(0x1c6)]=_0xfe6a4e,this[_0x53472e(0x1d8)]=_0x21ba48,this[_0x53472e(0x1e3)]=_0xbbcd5c,this[_0x53472e(0x1ad)]=_0xe694e7;}[_0x224eea(0x193)](_0x2082af,_0x5c380e){const _0xcb2743=_0x224eea;this[_0xcb2743(0x1c6)]||this[_0xcb2743(0x1ce)]();const _0x22ac3f=_0x2082af>0x1;if(this[_0xcb2743(0x1cc)](this[_0xcb2743(0x1ad)]),_0x22ac3f){this[_0xcb2743(0x1cc)](this[_0xcb2743(0x1c6)]),this[_0xcb2743(0x1cc)](this[_0xcb2743(0x1d8)]),this[_0xcb2743(0x1cc)](this[_0xcb2743(0x1e3)]);const _0x3ec545=_0x2082af-_0x5c380e;this[_0xcb2743(0x1d8)][_0xcb2743(0x1f3)](_0x3ec545+'/'+_0x2082af),this[_0xcb2743(0x1c6)][_0xcb2743(0x1db)]=_0x5c380e<_0x2082af-0x1,this[_0xcb2743(0x1e3)][_0xcb2743(0x1db)]=_0x5c380e>0x0;}else this[_0xcb2743(0x1c9)](this[_0xcb2743(0x1c6)]),this[_0xcb2743(0x1c9)](this[_0xcb2743(0x1d8)]),this[_0xcb2743(0x1c9)](this[_0xcb2743(0x1e3)]);}[_0x224eea(0x1ef)](){const _0x210cff=_0x224eea;this[_0x210cff(0x1ad)][_0x210cff(0x1db)]=!0x1,this[_0x210cff(0x1c6)][_0x210cff(0x1db)]=!0x1,this[_0x210cff(0x1e3)][_0x210cff(0x1db)]=!0x1;}[_0x224eea(0x196)](){const _0xd39736=_0x224eea;this[_0xd39736(0x198)](),this[_0xd39736(0x1c3)]&&this[_0xd39736(0x1c3)][_0xd39736(0x1f9)]();}[_0x224eea(0x1b9)](){const _0x330b5c=_0x224eea;this[_0x330b5c(0x1c3)]&&this[_0x330b5c(0x1c3)][_0x330b5c(0x1bb)]();}[_0x224eea(0x1a3)](_0x281b7b){const _0x4d9ce9=_0x224eea;this[_0x4d9ce9(0x1ff)]=_0x281b7b;}[_0x224eea(0x1ca)](){const _0x11c2a7=_0x224eea;this[_0x11c2a7(0x1b3)][_0x11c2a7(0x200)]=!0x1;}[_0x224eea(0x198)](){const _0x1c35b4=_0x224eea,_0x5c6f1e=this[_0x1c35b4(0x1b4)]();_0x5c6f1e&&!this[_0x1c35b4(0x1c3)]&&(this[_0x1c35b4(0x1c3)]=new _0x44eeaa(_0x5c6f1e));}[_0x224eea(0x1b4)](){const _0x4d4db0=_0x224eea;return this[_0x4d4db0(0x1a6)][_0x4d4db0(0x1ab)];}}class Ln extends _0x171f90{constructor(_0x56e102){const _0x161768=_0x224eea;super(_0x56e102);const _0x44560e=this[_0x161768(0x199)];this[_0x161768(0x1a1)](_0x161768(0x19c),_0x161768(0x1c7)),this[_0x161768(0x19f)]({'tag':_0x161768(0x1de),'attributes':{'class':[_0x161768(0x1fd)]},'children':[{'text':_0x44560e['to'](_0x161768(0x19c))}]});}[_0x224eea(0x1f3)](_0x44bf84){const _0x4c1a10=_0x224eea;this[_0x4c1a10(0x1a1)](_0x4c1a10(0x19c),_0x44bf84);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x342c9b=_0x2802;function _0x42fa(){const _0x37ebf3=['content','mouseenter','1128197NwSCJO','711496zCUIhb','6972440jwfmJE','6309vXMRAZ','15fxZyud','add','ck-dropdown-menu-list__nested-menu__button__arrow','extendTemplate','ck-dropdown-menu-list__nested-menu__button','menuitem','children','3254195XBAOnx','bindTemplate','2KstZzU','3006522xPlTMR','set','arrowView','10374203zROaDX','render','8090putAKQ','_createArrowView','isOn'];_0x42fa=function(){return _0x37ebf3;};return _0x42fa();}(function(_0x19bd5b,_0xf2c252){const _0xeed9f7=_0x2802,_0x3eb5ea=_0x19bd5b();while(!![]){try{const _0xb37057=parseInt(_0xeed9f7(0xbc))/0x1*(parseInt(_0xeed9f7(0xb1))/0x2)+parseInt(_0xeed9f7(0xc0))/0x3*(parseInt(_0xeed9f7(0xbd))/0x4)+-parseInt(_0xeed9f7(0xaf))/0x5+-parseInt(_0xeed9f7(0xb2))/0x6+-parseInt(_0xeed9f7(0xb5))/0x7+parseInt(_0xeed9f7(0xbe))/0x8+-parseInt(_0xeed9f7(0xbf))/0x9*(-parseInt(_0xeed9f7(0xb7))/0xa);if(_0xb37057===_0xf2c252)break;else _0x3eb5ea['push'](_0x3eb5ea['shift']());}catch(_0x2f928f){_0x3eb5ea['push'](_0x3eb5ea['shift']());}}}(_0x42fa,0xc8c04));import{IconView as _0x279aaa,ListItemButtonView as _0x2a7559}from'ckeditor5/src/ui.js';function _0x2802(_0x556747,_0x2ce998){const _0x42fa3e=_0x42fa();return _0x2802=function(_0x28026a,_0x3065f4){_0x28026a=_0x28026a-0xab;let _0x281cbe=_0x42fa3e[_0x28026a];return _0x281cbe;},_0x2802(_0x556747,_0x2ce998);}import{IconDropdownArrow as _0x2e2f4f}from'@ckeditor/ckeditor5-icons';export class DropdownMenuButtonWithHighlightView extends _0x2a7559{[_0x342c9b(0xb4)];constructor(_0x11f818,_0x4604bb){const _0x228bad=_0x342c9b;super(_0x11f818,_0x4604bb);const _0xd608a=this[_0x228bad(0xb0)];this[_0x228bad(0xb3)]({'withText':!0x0,'role':_0x228bad(0xad)}),this[_0x228bad(0xb4)]=this[_0x228bad(0xb8)](),this[_0x228bad(0xab)]({'attributes':{'class':[_0x228bad(0xac)],'aria-haspopup':!0x0,'aria-expanded':this[_0x228bad(0xb0)]['to'](_0x228bad(0xb9),_0x2809ae=>String(_0x2809ae)),'data-cke-tooltip-disabled':_0xd608a['to'](_0x228bad(0xb9))},'on':{'mouseenter':_0xd608a['to'](_0x228bad(0xbb))}});}[_0x342c9b(0xb6)](){const _0x1ee30a=_0x342c9b;super[_0x1ee30a(0xb6)](),this[_0x1ee30a(0xae)][_0x1ee30a(0xc1)](this[_0x1ee30a(0xb4)]);}[_0x342c9b(0xb8)](){const _0x4857f5=_0x342c9b,_0x2633b6=new _0x279aaa();return _0x2633b6[_0x4857f5(0xba)]=_0x2e2f4f,_0x2633b6[_0x4857f5(0xab)]({'attributes':{'class':_0x4857f5(0xc2)}}),_0x2633b6;}}
23
+ const _0x1dd0b7=_0x288b;function _0x288b(_0x10db6f,_0x2e95fc){const _0x4de8b9=_0x4de8();return _0x288b=function(_0x288b8c,_0x38ec30){_0x288b8c=_0x288b8c-0x13a;let _0x4c7897=_0x4de8b9[_0x288b8c];return _0x4c7897;},_0x288b(_0x10db6f,_0x2e95fc);}(function(_0x5e5497,_0x182375){const _0xd2df41=_0x288b,_0x2dc8dd=_0x5e5497();while(!![]){try{const _0x17540e=-parseInt(_0xd2df41(0x13b))/0x1+-parseInt(_0xd2df41(0x13d))/0x2*(-parseInt(_0xd2df41(0x14e))/0x3)+-parseInt(_0xd2df41(0x144))/0x4*(parseInt(_0xd2df41(0x150))/0x5)+parseInt(_0xd2df41(0x147))/0x6*(-parseInt(_0xd2df41(0x153))/0x7)+-parseInt(_0xd2df41(0x149))/0x8+-parseInt(_0xd2df41(0x141))/0x9*(parseInt(_0xd2df41(0x13a))/0xa)+-parseInt(_0xd2df41(0x13c))/0xb*(-parseInt(_0xd2df41(0x14f))/0xc);if(_0x17540e===_0x182375)break;else _0x2dc8dd['push'](_0x2dc8dd['shift']());}catch(_0x4cf096){_0x2dc8dd['push'](_0x2dc8dd['shift']());}}}(_0x4de8,0x55b91));import{IconView as _0x3e4e1d,ListItemButtonView as _0x165179}from'ckeditor5/src/ui.js';import{IconDropdownArrow as _0x36150e}from'@ckeditor/ckeditor5-icons';function _0x4de8(){const _0x21fe8f=['ck-dropdown-menu-list__nested-menu__button','render','535616mdMxas','_createArrowView','children','6WFpbhp','isOn','1920416lWZcKH','content','arrowView','extendTemplate','add','1161051zBwhdp','60seeEhL','5EHkXtK','bindTemplate','menuitem','2831297cSerqj','200arCNtE','547134PlyrWF','3909675aMdhlI','2mIXbAf','mouseenter','ck-dropdown-menu-list__nested-menu__button__arrow','set','219357fBtLwe'];_0x4de8=function(){return _0x21fe8f;};return _0x4de8();}export class DropdownMenuButtonWithHighlightView extends _0x165179{[_0x1dd0b7(0x14b)];constructor(_0x194b9c,_0x6dd87d){const _0x3a02ee=_0x1dd0b7;super(_0x194b9c,_0x6dd87d);const _0x10dbfa=this[_0x3a02ee(0x151)];this[_0x3a02ee(0x140)]({'withText':!0x0,'role':_0x3a02ee(0x152)}),this[_0x3a02ee(0x14b)]=this[_0x3a02ee(0x145)](),this[_0x3a02ee(0x14c)]({'attributes':{'class':[_0x3a02ee(0x142)],'aria-haspopup':!0x0,'aria-expanded':this[_0x3a02ee(0x151)]['to'](_0x3a02ee(0x148),_0x183932=>String(_0x183932)),'data-cke-tooltip-disabled':_0x10dbfa['to'](_0x3a02ee(0x148))},'on':{'mouseenter':_0x10dbfa['to'](_0x3a02ee(0x13e))}});}[_0x1dd0b7(0x143)](){const _0x5a24b0=_0x1dd0b7;super[_0x5a24b0(0x143)](),this[_0x5a24b0(0x146)][_0x5a24b0(0x14d)](this[_0x5a24b0(0x14b)]);}[_0x1dd0b7(0x145)](){const _0x2e28e7=_0x1dd0b7,_0x3a1af8=new _0x3e4e1d();return _0x3a1af8[_0x2e28e7(0x14a)]=_0x36150e,_0x3a1af8[_0x2e28e7(0x14c)]({'attributes':{'class':_0x2e28e7(0x13f)}}),_0x3a1af8;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2ef2e6=_0x27b8;(function(_0x4d3bcb,_0x3b4b3b){const _0x100ba6=_0x27b8,_0x5ab18f=_0x4d3bcb();while(!![]){try{const _0x2c312d=parseInt(_0x100ba6(0x1aa))/0x1*(-parseInt(_0x100ba6(0x1f9))/0x2)+-parseInt(_0x100ba6(0x1a9))/0x3*(-parseInt(_0x100ba6(0x1b6))/0x4)+-parseInt(_0x100ba6(0x22a))/0x5*(parseInt(_0x100ba6(0x1f5))/0x6)+parseInt(_0x100ba6(0x1df))/0x7*(parseInt(_0x100ba6(0x20e))/0x8)+parseInt(_0x100ba6(0x20c))/0x9+parseInt(_0x100ba6(0x1f3))/0xa+-parseInt(_0x100ba6(0x213))/0xb;if(_0x2c312d===_0x3b4b3b)break;else _0x5ab18f['push'](_0x5ab18f['shift']());}catch(_0x1363cf){_0x5ab18f['push'](_0x5ab18f['shift']());}}}(_0x3de5,0xec7bb));import{ContextPlugin as _0x1f5291}from'ckeditor5/src/core.js';import{CKEditorError as _0x437cd4,logError as _0x54c7bf,scrollAncestorsToShowTarget as _0x463e71,scrollViewportToShowTarget as _0x434502}from'ckeditor5/src/utils.js';function _0x3de5(){const _0x479ee5=['addResultChanges','context','currentError','ck-ai_review-highlights','markChangeAsPending','updateDocumentData','10244Fluzoj','isChangeActive','ai-review-mode-source-check-not-found','rejectChange','_getChecksList','contentNew','startsWith','reviewCheckResultReady','ai-review-mode-check-run-general-error','forceReadyState','aborted','_onReviewCheckResultDeactivated','sendRating','getEditor','_createReviewCheckRun','ai-review-mode-check-run-chunk-error','ai-review-mode-no-current-check-run','_logError','reviewCheckRunUpdated','setCheckResultTitle','_currentReviewCheckRun','_onChangeMarkerRemoved','ck-ai-translate-mode-content','get','source','acceptAllChanges','error-chunk','loading','getChangeElement','AIConnector','processedResultsCount','getActiveChanges','_onDeactivateChange','activateChange','_onChangeMarkerRestored','emitter','retryReview','_diffContent','closest','showReviewCheckList','ai-request-aborted','35pwEqqH','isOfficialPlugin','_onCheckRunFinished','document','_markChangePositionInEditorContent','_onReviewCheckResultActivated','runReviewCheck','abort','_getChangeContentElement','markChangeAsRejected','showNoChangesView','subTitle','_aiReviewCoreUi','hasModifications','_changeActivationSource','ck-ai_review-diff','start','changeMarkerHovered','applyChange','listenTo','10296310OnwrzY','checks','1578OMSbkZ','reviewCheckResultChangeStatusUpdated','.ck-ai_review__check-run-result','markChangeAsOutdated','163538zWxSAN','_scrollToChange','map','showActionsWhenResultIsReady','deactivateChange','hideChangeBalloon','finished','removeClass','changeMarkerBlurred','_onChangeMarkerHovered','changeMarkerClicked','change','changeId','init','_onChangeMarkerBlurred','_aiReviewCoreEditing','showChunkErrorView','error-general','getReviewCheckList','3851892TpBRom','getRoot','2423360geVQdx','showReviewCompletedView','unmodified','ready','args','22531080cRfgUb','changeMarkerRemoved','markChangeAsAccepted','changes','showCheckRunResult','leaveReview','requires','includes','locale','isPremiumPlugin','reviewCheckResultDeactivated','reviewCheckResultActivated','switchToEdit','_onChangeMarkerClicked','view','showGeneralResultsErrorView','plugins','_onReviewCheckRun','message','_aiReviewCheckList','data','reviewCheckResultAdded','markAllChangesAsAccepted','20820lniMVz','_getTranslationWithDefault','result','panel','setAvailableChecks','leaveReviewCoreResultList','editing','ai-review-mode-models-unable-to-retrieve','changeMarkerRestored','switchToReadOnly','updateChangeState','acceptChange','restart','stopListening','showCheckRunResults','length','status','dismissChange','finishReview','params','getCheckById','showGeneralReviewCoreErrorView','clearAllMarkers','title','documentData','_onReviewRunLeave','_initRequiredPlugins','contentInitial','_onActivateChange','1431Sopgez','1PRYgWO','getDocumentData','abortReviewStream','ai-review-mode-check-run-failed','_aiConnector','content'];_0x3de5=function(){return _0x479ee5;};return _0x3de5();}function _0x27b8(_0x3afb37,_0x17efb0){const _0x3de519=_0x3de5();return _0x27b8=function(_0x27b82f,_0x1b9dbc){_0x27b82f=_0x27b82f-0x19b;let _0x46ce82=_0x3de519[_0x27b82f];return _0x46ce82;},_0x27b8(_0x3afb37,_0x17efb0);}import{AIReviewSystemCheckRun as _0x4240dc}from'./model/aireviewsystemcheckrun.js';import{getTranslation as _0x594530}from'../aicore/utils/common-translations.js';import{AIConnector as _0x217786}from'../aicore/aiconnector.js';export class AIReviewCoreController extends _0x1f5291{[_0x2ef2e6(0x1ae)];[_0x2ef2e6(0x1eb)];[_0x2ef2e6(0x208)];[_0x2ef2e6(0x226)];[_0x2ef2e6(0x1ca)];[_0x2ef2e6(0x1ed)]=null;static get[_0x2ef2e6(0x219)](){return[_0x217786];}static get[_0x2ef2e6(0x1e0)](){return!0x0;}static get[_0x2ef2e6(0x21c)](){return!0x0;}async[_0x2ef2e6(0x206)](){const _0x537acc=_0x2ef2e6;this[_0x537acc(0x1a6)](),this[_0x537acc(0x226)]=await this[_0x537acc(0x1ba)](),this[_0x537acc(0x1f2)](this[_0x537acc(0x1eb)],_0x537acc(0x20b),()=>{const _0x538c42=_0x537acc;this[_0x538c42(0x1eb)][_0x538c42(0x22e)](this[_0x538c42(0x226)][_0x538c42(0x1f4)]);}),this[_0x537acc(0x1f2)](this[_0x537acc(0x1eb)],_0x537acc(0x1e5),async(_0x5ad3be,_0xd2d1f4)=>{const _0x39d798=_0x537acc,_0x217e0b=this[_0x39d798(0x226)][_0x39d798(0x1a0)](_0xd2d1f4['id']);if(_0x217e0b){this[_0x39d798(0x224)](_0xd2d1f4),this[_0x39d798(0x208)][_0x39d798(0x233)](),this[_0x39d798(0x1ca)]=this[_0x39d798(0x1c4)](_0xd2d1f4,_0x217e0b),this[_0x39d798(0x1eb)][_0x39d798(0x1c9)](this[_0x39d798(0x1ca)][_0x39d798(0x1a3)],this[_0x39d798(0x1ca)][_0x39d798(0x1ea)]),this[_0x39d798(0x1ca)]['on'](_0x39d798(0x1c8),(_0x4ea511,_0x5c03e0)=>{const _0x353f48=_0x39d798;switch(_0x5c03e0[_0x353f48(0x19c)]){case _0x353f48(0x227):case _0x353f48(0x1d1):this[_0x353f48(0x1eb)][_0x353f48(0x238)](_0x5c03e0);break;case _0x353f48(0x1ff):this[_0x353f48(0x1e1)]();break;case _0x353f48(0x211):this[_0x353f48(0x1eb)][_0x353f48(0x1fc)]();break;case _0x353f48(0x210):this[_0x353f48(0x1eb)][_0x353f48(0x1e9)]();break;case _0x353f48(0x20a):this[_0x353f48(0x1eb)][_0x353f48(0x222)](),this[_0x353f48(0x1c7)](new _0x437cd4(_0x353f48(0x1be),this,void 0x0,this[_0x353f48(0x1ca)]?.[_0x353f48(0x1b2)]));break;case _0x353f48(0x1d0):this[_0x353f48(0x1eb)][_0x353f48(0x209)](),this[_0x353f48(0x1c7)](new _0x437cd4(_0x353f48(0x1c5),this,void 0x0,this[_0x353f48(0x1ca)]?.[_0x353f48(0x1b2)]));break;case _0x353f48(0x1c0):this[_0x353f48(0x1ca)]&&this[_0x353f48(0x1ca)][_0x353f48(0x1d4)]>0x0?setTimeout(()=>{const _0x134fb5=_0x353f48;this[_0x134fb5(0x1ca)]?.[_0x134fb5(0x1bf)]();},0x0):this[_0x353f48(0x1a5)](!0x0);}_0x353f48(0x211)!==_0x5c03e0[_0x353f48(0x19c)]&&_0x353f48(0x1d0)!==_0x5c03e0[_0x353f48(0x19c)]&&_0x353f48(0x20a)!==_0x5c03e0[_0x353f48(0x19c)]||this[_0x353f48(0x1ca)]?.[_0x353f48(0x1c2)]();}),this[_0x39d798(0x1ca)]['on'](_0x39d798(0x228),(_0x43bab1,_0x30c5ec)=>{const _0x2a1bcc=_0x39d798;if(!this[_0x2a1bcc(0x1ca)])throw new _0x437cd4(_0x2a1bcc(0x1c6),this);const _0x271a74=this[_0x2a1bcc(0x1db)](_0x30c5ec[_0x2a1bcc(0x22c)][_0x2a1bcc(0x1a7)],_0x30c5ec[_0x2a1bcc(0x22c)][_0x2a1bcc(0x1bb)]);_0x30c5ec[_0x2a1bcc(0x1ce)][_0x2a1bcc(0x1b0)](_0x30c5ec[_0x2a1bcc(0x22c)]['id'],_0x271a74);}),this[_0x39d798(0x1ca)]['on'](_0x39d798(0x1bd),(_0x1a25b4,_0x3e00e9)=>{const _0x59590f=_0x39d798;for(const _0x31f8dc of _0x3e00e9[_0x59590f(0x216)])this[_0x59590f(0x1eb)][_0x59590f(0x217)](_0x31f8dc);this[_0x59590f(0x1e3)](_0x3e00e9[_0x59590f(0x216)],_0x3e00e9[_0x59590f(0x1ce)][_0x59590f(0x1a4)]);}),this[_0x39d798(0x1ca)]['on'](_0x39d798(0x1f6),(_0x426c64,_0x5b8790)=>{const _0x38f133=_0x39d798;this[_0x38f133(0x1eb)][_0x38f133(0x234)](_0x5b8790[_0x38f133(0x204)]['id'],_0x5b8790[_0x38f133(0x19c)]);}),this[_0x39d798(0x1ca)]['on'](_0x39d798(0x21e),(_0x221c59,_0x1bcf90)=>{const _0x4ed97b=_0x39d798;this[_0x4ed97b(0x1e4)](_0x1bcf90);}),this[_0x39d798(0x1ca)]['on'](_0x39d798(0x21d),()=>{const _0x4d2987=_0x39d798;this[_0x4d2987(0x1c1)]();});try{await this[_0x39d798(0x1ca)][_0x39d798(0x1ef)]();}catch(_0x456f5e){_0x456f5e instanceof Error&&_0x456f5e[_0x39d798(0x225)][_0x39d798(0x21a)](_0x39d798(0x1de))||(_0x456f5e instanceof _0x437cd4?this[_0x39d798(0x1c7)](_0x456f5e):this[_0x39d798(0x1c7)](new _0x437cd4(_0x39d798(0x1ad),this,void 0x0,_0x456f5e)));}}else this[_0x39d798(0x1c7)](new _0x437cd4(_0x39d798(0x1b8),this,{'checkId':_0xd2d1f4['id']}));}),this[_0x537acc(0x1f2)](this[_0x537acc(0x1eb)],_0x537acc(0x218),()=>{const _0xd0bd18=_0x537acc;this[_0xd0bd18(0x1a5)]();}),this[_0x537acc(0x1f2)](this[_0x537acc(0x1eb)],_0x537acc(0x22f),()=>{const _0x4c65be=_0x537acc;this[_0x4c65be(0x1a5)](!0x0);}),this[_0x537acc(0x1f2)](this[_0x537acc(0x1eb)],_0x537acc(0x1ac),()=>{const _0x2053ff=_0x537acc;this[_0x2053ff(0x1ca)]&&this[_0x2053ff(0x1ca)][_0x2053ff(0x1e6)]();}),this[_0x537acc(0x1f2)](this[_0x537acc(0x1eb)],_0x537acc(0x19e),()=>{const _0x20af7f=_0x537acc;this[_0x20af7f(0x1a5)](!0x0);}),this[_0x537acc(0x1f2)](this[_0x537acc(0x1eb)],_0x537acc(0x1cf),()=>{const _0x2ac6dd=_0x537acc;if(!this[_0x2ac6dd(0x1ca)])return;const _0x2af661=this[_0x2ac6dd(0x1ca)][_0x2ac6dd(0x1d5)]();if(!_0x2af661[_0x2ac6dd(0x19b)])return;this[_0x2ac6dd(0x208)][_0x2ac6dd(0x1f1)](_0x2af661[_0x2ac6dd(0x1fb)](_0x19d29d=>_0x19d29d['id']));const _0x41d63c=this[_0x2ac6dd(0x1ca)];_0x41d63c[_0x2ac6dd(0x229)](),_0x41d63c[_0x2ac6dd(0x1c2)]();}),this[_0x537acc(0x1f2)](this[_0x537acc(0x1eb)],_0x537acc(0x235),(_0x375f7d,_0x58b3b8)=>{const _0x30e5e4=_0x537acc;this[_0x30e5e4(0x1ca)]&&this[_0x30e5e4(0x1ca)][_0x30e5e4(0x1b7)](_0x58b3b8['id'])&&(this[_0x30e5e4(0x208)][_0x30e5e4(0x1f1)]([_0x58b3b8['id']]),this[_0x30e5e4(0x1ca)][_0x30e5e4(0x215)](_0x58b3b8['id']),this[_0x30e5e4(0x1eb)][_0x30e5e4(0x1fe)](),this[_0x30e5e4(0x1ca)][_0x30e5e4(0x1c2)](_0x58b3b8['id']));}),this[_0x537acc(0x1f2)](this[_0x537acc(0x1eb)],_0x537acc(0x19d),(_0x17e614,_0x1bbabd)=>{const _0x4e9519=_0x537acc;this[_0x4e9519(0x1ca)]&&this[_0x4e9519(0x1ca)][_0x4e9519(0x1b7)](_0x1bbabd['id'])&&(this[_0x4e9519(0x208)][_0x4e9519(0x1b9)](_0x1bbabd['id']),this[_0x4e9519(0x1ca)][_0x4e9519(0x1e8)](_0x1bbabd['id']),this[_0x4e9519(0x1eb)][_0x4e9519(0x1fe)](),this[_0x4e9519(0x1ca)][_0x4e9519(0x1c2)](_0x1bbabd['id']));}),this[_0x537acc(0x1f2)](this[_0x537acc(0x1eb)],_0x537acc(0x1da),async()=>{const _0x455e44=_0x537acc;this[_0x455e44(0x1ca)]&&(this[_0x455e44(0x208)][_0x455e44(0x1a2)](),this[_0x455e44(0x1ca)][_0x455e44(0x1b5)](this[_0x455e44(0x208)][_0x455e44(0x1ab)]()),await this[_0x455e44(0x1ca)][_0x455e44(0x236)]());}),this[_0x537acc(0x1f2)](this[_0x537acc(0x1eb)],_0x537acc(0x1d7),(_0x7dad94,_0x2c277b)=>{const _0x1213f4=_0x537acc;this[_0x1213f4(0x1a8)](_0x2c277b);}),this[_0x537acc(0x1f2)](this[_0x537acc(0x1eb)],_0x537acc(0x1fd),(_0x4750b4,_0x6c070d)=>{const _0x2a9cb6=_0x537acc;this[_0x2a9cb6(0x1d6)](_0x6c070d);}),this[_0x537acc(0x1f2)](this[_0x537acc(0x208)][_0x537acc(0x1d9)],_0x537acc(0x203),(_0x2b78c7,_0x2e4304)=>{const _0x14bfe4=_0x537acc;this[_0x14bfe4(0x220)](_0x2b78c7,_0x2e4304);}),this[_0x537acc(0x1f2)](this[_0x537acc(0x208)][_0x537acc(0x1d9)],_0x537acc(0x1f0),(_0x3f2e59,_0x3d506a)=>{const _0x33e3d4=_0x537acc;this[_0x33e3d4(0x202)](_0x3f2e59,_0x3d506a);}),this[_0x537acc(0x1f2)](this[_0x537acc(0x208)][_0x537acc(0x1d9)],_0x537acc(0x201),()=>{const _0x3d32ea=_0x537acc;this[_0x3d32ea(0x207)]();}),this[_0x537acc(0x1f2)](this[_0x537acc(0x208)][_0x537acc(0x1d9)],_0x537acc(0x214),(_0x13f45b,_0x3bf715)=>{const _0x2f6873=_0x537acc;this[_0x2f6873(0x1cb)](_0x13f45b,_0x3bf715);}),this[_0x537acc(0x1f2)](this[_0x537acc(0x208)][_0x537acc(0x1d9)],_0x537acc(0x232),(_0x5d697f,_0x4a5a9e)=>{const _0x41c76b=_0x537acc;this[_0x41c76b(0x1d8)](_0x5d697f,_0x4a5a9e);});}[_0x2ef2e6(0x1c4)](_0x4e347c,_0x16eb13){const _0x1a3317=_0x2ef2e6;return new _0x4240dc(this[_0x1a3317(0x208)][_0x1a3317(0x1ab)](),_0x16eb13,this[_0x1a3317(0x1ae)],_0x4e347c[_0x1a3317(0x19f)],_0x4e347c[_0x1a3317(0x212)]);}[_0x2ef2e6(0x1cb)](_0x534b63,_0x50042b){const _0x874c30=_0x2ef2e6;this[_0x874c30(0x1ca)]&&this[_0x874c30(0x1ca)][_0x874c30(0x1f8)](_0x50042b[_0x874c30(0x205)]);}[_0x2ef2e6(0x1d8)](_0x562e23,_0xf927a4){const _0x3d23b1=_0x2ef2e6;this[_0x3d23b1(0x1ca)]&&this[_0x3d23b1(0x1ca)][_0x3d23b1(0x1b4)](_0xf927a4[_0x3d23b1(0x205)]);}[_0x2ef2e6(0x1e1)](){const _0x4dde5d=_0x2ef2e6;this[_0x4dde5d(0x1eb)][_0x4dde5d(0x20f)]();}[_0x2ef2e6(0x1a6)](){const _0x21b7e1=_0x2ef2e6;this[_0x21b7e1(0x1ae)]=this[_0x21b7e1(0x1b1)][_0x21b7e1(0x223)][_0x21b7e1(0x1cd)](_0x21b7e1(0x1d3));}[_0x2ef2e6(0x1a5)](_0x46450b=!0x1){const _0xabc754=_0x2ef2e6;this[_0xabc754(0x1ca)]&&(this[_0xabc754(0x1ca)][_0xabc754(0x1ec)]||this[_0xabc754(0x1ca)][_0xabc754(0x1c2)](),this[_0xabc754(0x1ca)][_0xabc754(0x237)](),this[_0xabc754(0x1ca)][_0xabc754(0x1e6)](),this[_0xabc754(0x1ca)]=void 0x0),_0x46450b&&this[_0xabc754(0x1eb)][_0xabc754(0x1dd)](),this[_0xabc754(0x208)][_0xabc754(0x1a2)](),this[_0xabc754(0x208)][_0xabc754(0x21f)](),this[_0xabc754(0x1ed)]=null;const _0x3a2a55=this[_0xabc754(0x208)][_0xabc754(0x1c3)]();_0x3a2a55&&_0x3a2a55[_0xabc754(0x230)][_0xabc754(0x221)][_0xabc754(0x204)](_0xc6134=>{const _0x2b3a6e=_0xabc754,_0x3a421f=_0x3a2a55[_0x2b3a6e(0x230)][_0x2b3a6e(0x221)][_0x2b3a6e(0x1e2)][_0x2b3a6e(0x20d)]();_0xc6134[_0x2b3a6e(0x200)](_0x2b3a6e(0x1ee),_0x3a421f),_0xc6134[_0x2b3a6e(0x200)](_0x2b3a6e(0x1b3),_0x3a421f),_0xc6134[_0x2b3a6e(0x200)](_0x2b3a6e(0x1cc),_0x3a421f);});}[_0x2ef2e6(0x22b)](_0x32d0d4,_0x387ee1){const _0xc244a1=_0x2ef2e6,_0x284b3f=this[_0xc244a1(0x1b1)][_0xc244a1(0x21b)],_0x25d144=_0x594530(_0x284b3f,_0x32d0d4);return _0x25d144===_0x32d0d4?_0x387ee1:_0x25d144;}[_0x2ef2e6(0x1c7)](_0x3cf831,_0x55b5c6=!0x1){const _0x3024cb=_0x2ef2e6;_0x54c7bf(_0x3cf831[_0x3024cb(0x225)]),_0x55b5c6||(_0x3cf831[_0x3024cb(0x225)][_0x3024cb(0x1bc)](_0x3024cb(0x231))?this[_0x3024cb(0x1eb)][_0x3024cb(0x1a1)]():this[_0x3024cb(0x1eb)][_0x3024cb(0x222)]());}[_0x2ef2e6(0x1fa)](_0x36e62d){const _0x5cbe9c=_0x2ef2e6;if(_0x5cbe9c(0x1af)===this[_0x5cbe9c(0x1ed)]){const _0x279f60=this[_0x5cbe9c(0x1eb)][_0x5cbe9c(0x1d2)](_0x36e62d);_0x279f60&&_0x463e71(_0x279f60[_0x5cbe9c(0x1dc)](_0x5cbe9c(0x1f7))||_0x279f60);}else{if(_0x5cbe9c(0x22d)===this[_0x5cbe9c(0x1ed)]){const _0x4d9dd0=this[_0x5cbe9c(0x1e7)](_0x36e62d);if(!_0x4d9dd0)return;_0x434502({'target':_0x4d9dd0,'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0});}}}}
23
+ const _0x555d3e=_0xc870;(function(_0x2aea7b,_0x2e0862){const _0x3d7a1e=_0xc870,_0x3acff7=_0x2aea7b();while(!![]){try{const _0x3e2afe=-parseInt(_0x3d7a1e(0x1cd))/0x1*(-parseInt(_0x3d7a1e(0x1c5))/0x2)+-parseInt(_0x3d7a1e(0x1e5))/0x3*(-parseInt(_0x3d7a1e(0x250))/0x4)+-parseInt(_0x3d7a1e(0x1ba))/0x5*(parseInt(_0x3d7a1e(0x224))/0x6)+parseInt(_0x3d7a1e(0x204))/0x7+parseInt(_0x3d7a1e(0x21b))/0x8*(-parseInt(_0x3d7a1e(0x1f0))/0x9)+parseInt(_0x3d7a1e(0x1ea))/0xa*(parseInt(_0x3d7a1e(0x1fe))/0xb)+parseInt(_0x3d7a1e(0x238))/0xc;if(_0x3e2afe===_0x2e0862)break;else _0x3acff7['push'](_0x3acff7['shift']());}catch(_0x1be7c1){_0x3acff7['push'](_0x3acff7['shift']());}}}(_0x38ab,0xc6e4c));import{ContextPlugin as _0x5041e8}from'ckeditor5/src/core.js';import{CKEditorError as _0x100545,logError as _0x19670b,scrollAncestorsToShowTarget as _0x33eda6,scrollViewportToShowTarget as _0x3beda2}from'ckeditor5/src/utils.js';import{AIReviewSystemCheckRun as _0x349fa5}from'./model/aireviewsystemcheckrun.js';import{getTranslation as _0x160e66}from'../aicore/utils/common-translations.js';import{AIConnector as _0x4e7299}from'../aicore/aiconnector.js';function _0xc870(_0x3f3223,_0x58a106){const _0x38ab05=_0x38ab();return _0xc870=function(_0xc87018,_0x1cb8cf){_0xc87018=_0xc87018-0x1b6;let _0x553b89=_0x38ab05[_0xc87018];return _0x553b89;},_0xc870(_0x3f3223,_0x58a106);}export class AIReviewCoreController extends _0x5041e8{[_0x555d3e(0x1f9)];[_0x555d3e(0x22d)];[_0x555d3e(0x236)];[_0x555d3e(0x1c9)];[_0x555d3e(0x1fb)];[_0x555d3e(0x1d6)]=null;static get[_0x555d3e(0x1d3)](){return[_0x4e7299];}static get[_0x555d3e(0x1c4)](){return!0x0;}static get[_0x555d3e(0x1d0)](){return!0x0;}async[_0x555d3e(0x22f)](){const _0x43185d=_0x555d3e;this[_0x43185d(0x23b)](),this[_0x43185d(0x1c9)]=await this[_0x43185d(0x240)](),this[_0x43185d(0x23c)](this[_0x43185d(0x22d)],_0x43185d(0x242),()=>{const _0x399280=_0x43185d;this[_0x399280(0x22d)][_0x399280(0x1e8)](this[_0x399280(0x1c9)][_0x399280(0x202)]);}),this[_0x43185d(0x23c)](this[_0x43185d(0x22d)],_0x43185d(0x226),async(_0x4736c1,_0x8a1dd6)=>{const _0x31b362=_0x43185d,_0x3dc498=this[_0x31b362(0x1c9)][_0x31b362(0x24d)](_0x8a1dd6['id']);if(_0x3dc498){this[_0x31b362(0x1f7)](_0x8a1dd6),this[_0x31b362(0x236)][_0x31b362(0x1d8)](),this[_0x31b362(0x1fb)]=this[_0x31b362(0x1e4)](_0x8a1dd6,_0x3dc498),this[_0x31b362(0x22d)][_0x31b362(0x209)](this[_0x31b362(0x1fb)][_0x31b362(0x1ee)],this[_0x31b362(0x1fb)][_0x31b362(0x1bc)]),this[_0x31b362(0x1fb)]['on'](_0x31b362(0x24f),(_0x14b967,_0x3d99d8)=>{const _0x3e1607=_0x31b362;switch(_0x3d99d8[_0x3e1607(0x1ce)]){case _0x3e1607(0x1dc):case _0x3e1607(0x1b6):this[_0x3e1607(0x22d)][_0x3e1607(0x1d2)](_0x3d99d8);break;case _0x3e1607(0x225):this[_0x3e1607(0x1f4)]();break;case _0x3e1607(0x1ca):this[_0x3e1607(0x22d)][_0x3e1607(0x253)]();break;case _0x3e1607(0x1e3):this[_0x3e1607(0x22d)][_0x3e1607(0x1ec)]();break;case _0x3e1607(0x24c):this[_0x3e1607(0x22d)][_0x3e1607(0x21c)](),this[_0x3e1607(0x246)](new _0x100545(_0x3e1607(0x243),this,void 0x0,this[_0x3e1607(0x1fb)]?.[_0x3e1607(0x24e)]));break;case _0x3e1607(0x220):this[_0x3e1607(0x22d)][_0x3e1607(0x237)](),this[_0x3e1607(0x246)](new _0x100545(_0x3e1607(0x241),this,void 0x0,this[_0x3e1607(0x1fb)]?.[_0x3e1607(0x24e)]));break;case _0x3e1607(0x23a):this[_0x3e1607(0x1fb)]&&this[_0x3e1607(0x1fb)][_0x3e1607(0x201)]>0x0?setTimeout(()=>{const _0x3a6d35=_0x3e1607;this[_0x3a6d35(0x1fb)]?.[_0x3a6d35(0x1c8)]();},0x0):this[_0x3e1607(0x1c7)](!0x0);}_0x3e1607(0x1ca)!==_0x3d99d8[_0x3e1607(0x1ce)]&&_0x3e1607(0x220)!==_0x3d99d8[_0x3e1607(0x1ce)]&&_0x3e1607(0x24c)!==_0x3d99d8[_0x3e1607(0x1ce)]||this[_0x3e1607(0x1fb)]?.[_0x3e1607(0x21e)]();}),this[_0x31b362(0x1fb)]['on'](_0x31b362(0x227),(_0x26f7dc,_0x5037fc)=>{const _0xe046fb=_0x31b362;if(!this[_0xe046fb(0x1fb)])throw new _0x100545(_0xe046fb(0x24b),this);const _0xfaa139=this[_0xe046fb(0x1f6)](_0x5037fc[_0xe046fb(0x22e)][_0xe046fb(0x230)],_0x5037fc[_0xe046fb(0x22e)][_0xe046fb(0x1cb)]);_0x5037fc[_0xe046fb(0x1c3)][_0xe046fb(0x23d)](_0x5037fc[_0xe046fb(0x22e)]['id'],_0xfaa139);}),this[_0x31b362(0x1fb)]['on'](_0x31b362(0x21a),(_0x359ec5,_0x22c41a)=>{const _0xe8f784=_0x31b362;for(const _0x10b7e0 of _0x22c41a[_0xe8f784(0x1fa)])this[_0xe8f784(0x22d)][_0xe8f784(0x1be)](_0x10b7e0);this[_0xe8f784(0x1fc)](_0x22c41a[_0xe8f784(0x1fa)],_0x22c41a[_0xe8f784(0x1c3)][_0xe8f784(0x1e7)]);}),this[_0x31b362(0x1fb)]['on'](_0x31b362(0x1b7),(_0x2d8a4d,_0x572fba)=>{const _0x31e972=_0x31b362;this[_0x31e972(0x22d)][_0x31e972(0x1de)](_0x572fba[_0x31e972(0x20d)]['id'],_0x572fba[_0x31e972(0x1ce)]);}),this[_0x31b362(0x1fb)]['on'](_0x31b362(0x20e),(_0x3b98e4,_0x74bbae)=>{const _0x6269de=_0x31b362;this[_0x6269de(0x205)](_0x74bbae);}),this[_0x31b362(0x1fb)]['on'](_0x31b362(0x239),()=>{const _0x4939b7=_0x31b362;this[_0x4939b7(0x213)]();});try{await this[_0x31b362(0x1fb)][_0x31b362(0x21f)]();}catch(_0x102f65){_0x102f65 instanceof Error&&_0x102f65[_0x31b362(0x1fd)][_0x31b362(0x1cc)](_0x31b362(0x207))||(_0x102f65 instanceof _0x100545?this[_0x31b362(0x246)](_0x102f65):this[_0x31b362(0x246)](new _0x100545(_0x31b362(0x1ed),this,void 0x0,_0x102f65)));}}else this[_0x31b362(0x246)](new _0x100545(_0x31b362(0x231),this,{'checkId':_0x8a1dd6['id']}));}),this[_0x43185d(0x23c)](this[_0x43185d(0x22d)],_0x43185d(0x1c6),()=>{const _0x2edf26=_0x43185d;this[_0x2edf26(0x1c7)]();}),this[_0x43185d(0x23c)](this[_0x43185d(0x22d)],_0x43185d(0x233),()=>{const _0x3dd7eb=_0x43185d;this[_0x3dd7eb(0x1c7)](!0x0);}),this[_0x43185d(0x23c)](this[_0x43185d(0x22d)],_0x43185d(0x223),()=>{const _0x2dae6b=_0x43185d;this[_0x2dae6b(0x1fb)]&&this[_0x2dae6b(0x1fb)][_0x2dae6b(0x211)]();}),this[_0x43185d(0x23c)](this[_0x43185d(0x22d)],_0x43185d(0x1c1),()=>{const _0x5fea1d=_0x43185d;this[_0x5fea1d(0x1c7)](!0x0);}),this[_0x43185d(0x23c)](this[_0x43185d(0x22d)],_0x43185d(0x22a),()=>{const _0x47ddf8=_0x43185d;if(!this[_0x47ddf8(0x1fb)])return;const _0x43d83c=this[_0x47ddf8(0x1fb)][_0x47ddf8(0x1d5)]();if(!_0x43d83c[_0x47ddf8(0x206)])return;this[_0x47ddf8(0x236)][_0x47ddf8(0x214)](_0x43d83c[_0x47ddf8(0x235)](_0x3347d6=>_0x3347d6['id']));const _0x1a6bfa=this[_0x47ddf8(0x1fb)];_0x1a6bfa[_0x47ddf8(0x229)](),_0x1a6bfa[_0x47ddf8(0x21e)]();}),this[_0x43185d(0x23c)](this[_0x43185d(0x22d)],_0x43185d(0x20f),(_0xf7f84,_0x309dcf)=>{const _0x1840fa=_0x43185d;this[_0x1840fa(0x1fb)]&&this[_0x1840fa(0x1fb)][_0x1840fa(0x1f8)](_0x309dcf['id'])&&(this[_0x1840fa(0x236)][_0x1840fa(0x214)]([_0x309dcf['id']]),this[_0x1840fa(0x1fb)][_0x1840fa(0x218)](_0x309dcf['id']),this[_0x1840fa(0x22d)][_0x1840fa(0x228)](),this[_0x1840fa(0x1fb)][_0x1840fa(0x21e)](_0x309dcf['id']));}),this[_0x43185d(0x23c)](this[_0x43185d(0x22d)],_0x43185d(0x23e),(_0x32ba7d,_0x1fd20f)=>{const _0x384b97=_0x43185d;this[_0x384b97(0x1fb)]&&this[_0x384b97(0x1fb)][_0x384b97(0x1f8)](_0x1fd20f['id'])&&(this[_0x384b97(0x236)][_0x384b97(0x1c2)](_0x1fd20f['id']),this[_0x384b97(0x1fb)][_0x384b97(0x1bf)](_0x1fd20f['id']),this[_0x384b97(0x22d)][_0x384b97(0x228)](),this[_0x384b97(0x1fb)][_0x384b97(0x21e)](_0x1fd20f['id']));}),this[_0x43185d(0x23c)](this[_0x43185d(0x22d)],_0x43185d(0x1e9),async()=>{const _0x36bf35=_0x43185d;this[_0x36bf35(0x1fb)]&&(this[_0x36bf35(0x236)][_0x36bf35(0x1bb)](),this[_0x36bf35(0x1fb)][_0x36bf35(0x251)](this[_0x36bf35(0x236)][_0x36bf35(0x24a)]()),await this[_0x36bf35(0x1fb)][_0x36bf35(0x22c)]());}),this[_0x43185d(0x23c)](this[_0x43185d(0x22d)],_0x43185d(0x21d),(_0x1012ee,_0x1b3ecc)=>{const _0x362d46=_0x43185d;this[_0x362d46(0x222)](_0x1b3ecc);}),this[_0x43185d(0x23c)](this[_0x43185d(0x22d)],_0x43185d(0x1f2),(_0x2fc4b5,_0x1fe0e9)=>{const _0xe048f3=_0x43185d;this[_0xe048f3(0x1c0)](_0x1fe0e9);}),this[_0x43185d(0x23c)](this[_0x43185d(0x236)][_0x43185d(0x203)],_0x43185d(0x1bd),(_0x4c5e2b,_0x492a49)=>{const _0x5a9e1d=_0x43185d;this[_0x5a9e1d(0x212)](_0x4c5e2b,_0x492a49);}),this[_0x43185d(0x23c)](this[_0x43185d(0x236)][_0x43185d(0x203)],_0x43185d(0x1df),(_0x119146,_0x5f5769)=>{const _0x1a0433=_0x43185d;this[_0x1a0433(0x216)](_0x119146,_0x5f5769);}),this[_0x43185d(0x23c)](this[_0x43185d(0x236)][_0x43185d(0x203)],_0x43185d(0x1e0),()=>{const _0x5aa3fe=_0x43185d;this[_0x5aa3fe(0x1d7)]();}),this[_0x43185d(0x23c)](this[_0x43185d(0x236)][_0x43185d(0x203)],_0x43185d(0x1e6),(_0x362024,_0x1a0468)=>{const _0x15fe06=_0x43185d;this[_0x15fe06(0x1d4)](_0x362024,_0x1a0468);}),this[_0x43185d(0x23c)](this[_0x43185d(0x236)][_0x43185d(0x203)],_0x43185d(0x215),(_0x41d834,_0x1a800d)=>{const _0xa8a138=_0x43185d;this[_0xa8a138(0x1e1)](_0x41d834,_0x1a800d);});}[_0x555d3e(0x1e4)](_0x4caac0,_0x25c544){const _0x47af85=_0x555d3e;return new _0x349fa5(this[_0x47af85(0x236)][_0x47af85(0x24a)](),_0x25c544,this[_0x47af85(0x1f9)],_0x4caac0[_0x47af85(0x1e2)],_0x4caac0[_0x47af85(0x254)]);}[_0x555d3e(0x1d4)](_0x1d6e8d,_0x253749){const _0x336e02=_0x555d3e;this[_0x336e02(0x1fb)]&&this[_0x336e02(0x1fb)][_0x336e02(0x1dd)](_0x253749[_0x336e02(0x20b)]);}[_0x555d3e(0x1e1)](_0x23c117,_0x3257c4){const _0x3e32f9=_0x555d3e;this[_0x3e32f9(0x1fb)]&&this[_0x3e32f9(0x1fb)][_0x3e32f9(0x244)](_0x3257c4[_0x3e32f9(0x20b)]);}[_0x555d3e(0x1f4)](){const _0xbb1880=_0x555d3e;this[_0xbb1880(0x22d)][_0xbb1880(0x252)]();}[_0x555d3e(0x23b)](){const _0x226997=_0x555d3e;this[_0x226997(0x1f9)]=this[_0x226997(0x1b9)][_0x226997(0x23f)][_0x226997(0x20a)](_0x226997(0x208));}[_0x555d3e(0x1c7)](_0x1aa806=!0x1){const _0x5e47ed=_0x555d3e;this[_0x5e47ed(0x1fb)]&&(this[_0x5e47ed(0x1fb)][_0x5e47ed(0x217)]||this[_0x5e47ed(0x1fb)][_0x5e47ed(0x21e)](),this[_0x5e47ed(0x1fb)][_0x5e47ed(0x1eb)](),this[_0x5e47ed(0x1fb)][_0x5e47ed(0x211)](),this[_0x5e47ed(0x1fb)]=void 0x0),_0x1aa806&&this[_0x5e47ed(0x22d)][_0x5e47ed(0x1d9)](),this[_0x5e47ed(0x236)][_0x5e47ed(0x1bb)](),this[_0x5e47ed(0x236)][_0x5e47ed(0x1d1)](),this[_0x5e47ed(0x1d6)]=null;const _0x5d1e92=this[_0x5e47ed(0x236)][_0x5e47ed(0x1da)]();_0x5d1e92&&_0x5d1e92[_0x5e47ed(0x249)][_0x5e47ed(0x1f1)][_0x5e47ed(0x20d)](_0x92f31e=>{const _0x7d0ce8=_0x5e47ed,_0x275688=_0x5d1e92[_0x7d0ce8(0x249)][_0x7d0ce8(0x1f1)][_0x7d0ce8(0x1ff)][_0x7d0ce8(0x210)]();_0x92f31e[_0x7d0ce8(0x232)](_0x7d0ce8(0x248),_0x275688),_0x92f31e[_0x7d0ce8(0x232)](_0x7d0ce8(0x1db),_0x275688),_0x92f31e[_0x7d0ce8(0x232)](_0x7d0ce8(0x1cf),_0x275688);});}[_0x555d3e(0x22b)](_0xb1887c,_0x5aa72d){const _0x22e6bb=_0x555d3e,_0x16f080=this[_0x22e6bb(0x1b9)][_0x22e6bb(0x1f3)],_0x58fdc5=_0x160e66(_0x16f080,_0xb1887c);return _0x58fdc5===_0xb1887c?_0x5aa72d:_0x58fdc5;}[_0x555d3e(0x246)](_0x549d43,_0x112fa0=!0x1){const _0x3328e8=_0x555d3e;_0x19670b(_0x549d43[_0x3328e8(0x1fd)]),_0x112fa0||(_0x549d43[_0x3328e8(0x1fd)][_0x3328e8(0x1b8)](_0x3328e8(0x20c))?this[_0x3328e8(0x22d)][_0x3328e8(0x1f5)]():this[_0x3328e8(0x22d)][_0x3328e8(0x21c)]());}[_0x555d3e(0x245)](_0x1a6053){const _0x95b179=_0x555d3e;if(_0x95b179(0x1ef)===this[_0x95b179(0x1d6)]){const _0x50c280=this[_0x95b179(0x22d)][_0x95b179(0x247)](_0x1a6053);_0x50c280&&_0x33eda6(_0x50c280[_0x95b179(0x200)](_0x95b179(0x221))||_0x50c280);}else{if(_0x95b179(0x219)===this[_0x95b179(0x1d6)]){const _0x160935=this[_0x95b179(0x234)](_0x1a6053);if(!_0x160935)return;_0x3beda2({'target':_0x160935,'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0});}}}}function _0x38ab(){const _0x125d41=['error-general','getCheckById','currentError','reviewCheckRunUpdated','4qUMMCH','updateDocumentData','showReviewCompletedView','showActionsWhenResultIsReady','args','loading','reviewCheckResultChangeStatusUpdated','startsWith','context','395695HPmBBP','clearAllMarkers','subTitle','changeMarkerClicked','showCheckRunResult','markChangeAsRejected','_onDeactivateChange','finishReview','rejectChange','source','isOfficialPlugin','105346rxgijP','leaveReview','_onReviewRunLeave','forceReadyState','_aiReviewCheckList','ready','contentNew','includes','2OrSYdO','status','ck-ai-translate-mode-content','isPremiumPlugin','switchToEdit','showCheckRunResults','requires','_onChangeMarkerRemoved','getActiveChanges','_changeActivationSource','_onChangeMarkerBlurred','switchToReadOnly','showReviewCheckList','getEditor','ck-ai_review-highlights','data','markChangeAsOutdated','updateChangeState','changeMarkerHovered','changeMarkerBlurred','_onChangeMarkerRestored','params','unmodified','_createReviewCheckRun','2297121AaCCvm','changeMarkerRemoved','documentData','setAvailableChecks','retryReview','7190OAdSun','stopListening','showNoChangesView','ai-review-mode-check-run-failed','title','content','77193YeFIGJ','view','deactivateChange','locale','_onCheckRunFinished','showGeneralReviewCoreErrorView','_diffContent','_onReviewCheckRun','isChangeActive','_aiConnector','changes','_currentReviewCheckRun','_markChangePositionInEditorContent','message','7546kgSxmG','document','closest','processedResultsCount','checks','emitter','8805769hzEDbs','_onReviewCheckResultActivated','length','ai-request-aborted','AIConnector','setCheckResultTitle','get','changeId','ai-review-mode-models-unable-to-retrieve','change','reviewCheckResultActivated','acceptChange','getRoot','abort','_onChangeMarkerClicked','_onReviewCheckResultDeactivated','applyChange','changeMarkerRestored','_onChangeMarkerHovered','hasModifications','markChangeAsAccepted','panel','reviewCheckResultReady','1448xKONbD','showGeneralResultsErrorView','activateChange','sendRating','start','error-chunk','.ck-ai_review__check-run-result','_onActivateChange','abortReviewStream','66ELbgTK','finished','runReviewCheck','reviewCheckResultAdded','hideChangeBalloon','markAllChangesAsAccepted','acceptAllChanges','_getTranslationWithDefault','restart','_aiReviewCoreUi','result','init','contentInitial','ai-review-mode-source-check-not-found','removeClass','leaveReviewCoreResultList','_getChangeContentElement','map','_aiReviewCoreEditing','showChunkErrorView','7384560rgmtCb','reviewCheckResultDeactivated','aborted','_initRequiredPlugins','listenTo','addResultChanges','dismissChange','plugins','_getChecksList','ai-review-mode-check-run-chunk-error','getReviewCheckList','ai-review-mode-check-run-general-error','markChangeAsPending','_scrollToChange','_logError','getChangeElement','ck-ai_review-diff','editing','getDocumentData','ai-review-mode-no-current-check-run'];_0x38ab=function(){return _0x125d41;};return _0x38ab();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1d6e(){const _0x5712f3=['outside','offset','filter','_removeChildren','[data-id=\x22','marker','applyOperation','10zpoBHf','_getChangeContext','toView','AIEditing','isBlock','getRoots','append','ellipsisAfter','_sortMarkers','domConverter','start','document','toData','[data-marker-id=\x22','4808442kwEtuw','hasContentAfter','markerToHighlight','toDomElement','remove','removeMarker','_nextDataId','delete','\x20ck-ai_review__change_active','insert','getRange','ck-ai_review-marker_','split','ellipsisBefore','suggestion-context','_parseMarkerName','exec','nodes','editingDowncast','125524QPFGhW','inside','$markedRemove:synthetic','concat','containerElement','changeMarkerRestored','getEditor','_findMarkerElement','path','remove-text','closest','elements','rejectChange','asString','warn','getDomRoot','44291900YoowXA','viewToDom','markerToElement','_getMarkersDataForGroup','_changeRange','span','name','$markedRemove','context','clone','$documentFragment','_activeMarkers','_findMarkerElementById','_markers','isInline','_removeAttribute','add','_insertMarkers','sort','differ','ck-ai_review-marker_context-','data','hasClass','oldRange','element','type','asFragment','values','applyChange','startsWith','getEditableElement','model','3435900PfPjiY','documentFragment','getHtml','ck-ai_review-marker_add','isIntersecting','_translateOperationToEditorContent','position','_setAttribute','switchToReadOnly','editing','get','downcast','keys','from','change','createRange','getDiff','registerPostFixer','_getPositionLimitingRange','setAllMarkersAsInactive','isTouching','createRawElement','querySelector','createRangeOn','isLimit','getDocumentData','childCount','reconvertMarker','plugins','ai-review','end','createRangeIn','getRoot','history','changeMarkerRemoved','suggestion:deletion:id:authorId:','changeMarkerBlurred','target','parse','_createGetContentFn','disableReadOnlyMode','batch','getContentElementForChange','_haveOnlyInlineContent','htmlWriter','stringify','2294280MtpRtV','getChildren','htmlProcessor','index','mouseover','_upsertDataId','5VFqjNn','createUIElement','getMarkerElementForChange','addMarker','isAtStart','ck-ai_review-marker_strikethrough','parent','fire','ck-ai_review-marker_underline','has','forward','9LXEqgg','_clone','body','map','schema','getOperations','newRange','markers','createPositionAfter','conversion','includes','highest','clear','className','6500136IviTXe','_handleMarkerChanges','addOperation','remove-context','diffContent','changeMarkerHovered','createPositionAt','push','listenTo','_changeRangeOwnerDocument','reactivateMarkers','_changeOperationOwnerDocument','mouseup','_eventEmitter','getShiftedBy','afterInit','getPath','_createGetContentUsingDataIdFn','emitter','attributeToAttribute','AIReviewCoreEditing','every','operationsIsolated','_shiftOperation','baseVersion','jumpTo','size','_groupAdjacentOperations','ck-ai_review-marker_context-end','$graveyard','processor','review-','relatedTarget','$root','operations','remove-only','pluginName','for','switchToEdit','getAttribute','isDocumentOperation','createDocumentFragment','parentElement','dataDowncast','version','isOfficialPlugin','hasAttribute','isPremiumPlugin','enableReadOnlyMode','view','setMarkersInElementAsActive','ck-ai_review-marker_context-start','ck-ai_review__change_active','clearAllMarkers','outerHTML','getChangedMarkers','innerHTML','markerName','getStart','No\x20element\x20found\x20for\x20ID:\x20','markChangePositionInEditorContent','_domEmitter','forEach','_changePositionOwnerDocument','.ck-reset.ck-ai_review-balloon-panel-suggestion','howMany','backward','784833MYoMcb','flat','content','pop','_changePosition','data-marker-id','_createGetContextFn','_hasSameTopLevelElement','_findAdjacentContextDistance','requires','getChanges','DocumentCompare','getChild','groupId','_getOperationEnd','isAtEnd','offsetSize','_getOperationStart','affectsData','_appendChild','_validateMarkers','ck-ai_review-marker_hide','set','$textProxy','changeMarkerClicked','isOpening','containsRange','_haveSingleTopLevelElement','createSelection','join','suggestion:insertion:id:authorId:','deleteContent','insertContent','rootName','length','operationsA','root','hasContentBefore'];_0x1d6e=function(){return _0x5712f3;};return _0x1d6e();}const _0x330240=_0x21a5;(function(_0x56c5ee,_0x203a88){const _0x5dacde=_0x21a5,_0x2b214e=_0x56c5ee();while(!![]){try{const _0x2f14b3=parseInt(_0x5dacde(0x29b))/0x1*(-parseInt(_0x5dacde(0x2bc))/0x2)+-parseInt(_0x5dacde(0x20c))/0x3+-parseInt(_0x5dacde(0x2ec))/0x4+parseInt(_0x5dacde(0x212))/0x5*(-parseInt(_0x5dacde(0x2a9))/0x6)+-parseInt(_0x5dacde(0x26e))/0x7+parseInt(_0x5dacde(0x22b))/0x8*(-parseInt(_0x5dacde(0x21d))/0x9)+parseInt(_0x5dacde(0x2cc))/0xa;if(_0x2f14b3===_0x203a88)break;else _0x2b214e['push'](_0x2b214e['shift']());}catch(_0xde262){_0x2b214e['push'](_0x2b214e['shift']());}}}(_0x1d6e,0x6e4d0));import{InsertOperation as _0x231363,MarkerOperation as _0x26120b,ModelDocumentFragment as _0x2f5e57,ModelPosition as _0x201b75,ModelRange as _0x242a21,ModelTreeWalker as _0x502a9c,transformOperationSets as _0x20e043}from'ckeditor5/src/engine.js';import{DomEmitterMixin as _0x218120,EmitterMixin as _0x376f3e,uid as _0x1faf97}from'ckeditor5/src/utils.js';import{ContextPlugin as _0x54fabd}from'ckeditor5/src/core.js';import{DocumentCompare as _0x5a4152,DATA_ID_MODEL_ATTRIBUTE as _0x5bca49,DATA_ID_VIEW_ATTRIBUTE as _0x3794f1,getMarkerDomElement as _0x5bddff}from'ckeditor5-collaboration/src/collaboration-core.js';import{getEditorFromContext as _0x3905ae}from'../aicore/utils/geteditorfromcontext.js';function _0x21a5(_0x567e9a,_0x3f8e8c){const _0x1d6e58=_0x1d6e();return _0x21a5=function(_0x21a520,_0x2d7798){_0x21a520=_0x21a520-0x1e5;let _0x15fdc6=_0x1d6e58[_0x21a520];return _0x15fdc6;},_0x21a5(_0x567e9a,_0x3f8e8c);}import{AIEditing as _0x3107e8}from'../aicore/aiediting.js';import{debounce as _0xe24481}from'es-toolkit/compat';const fe=_0x330240(0x24a);export class AIReviewCoreEditing extends _0x54fabd{static get[_0x330240(0x277)](){return[_0x5a4152,_0x3107e8];}static get[_0x330240(0x24f)](){const _0x70e7f2=_0x330240;return _0x70e7f2(0x23f);}static get[_0x330240(0x258)](){return!0x0;}static get[_0x330240(0x25a)](){return!0x0;}[_0x330240(0x2d9)]=new Map();[_0x330240(0x2d7)]=new Set();[_0x330240(0x268)];[_0x330240(0x238)];constructor(_0x3a61f0){const _0x1c40ec=_0x330240;super(_0x3a61f0),this[_0x1c40ec(0x268)]=new(_0x218120())(),this[_0x1c40ec(0x238)]=new(_0x376f3e())();}get[_0x330240(0x23d)](){const _0x338557=_0x330240;return this[_0x338557(0x238)];}[_0x330240(0x23a)](){const _0x75aab1=_0x330240,_0x4b55a6=_0x3905ae(this[_0x75aab1(0x2d4)]);_0x4b55a6[_0x75aab1(0x226)][_0x75aab1(0x250)](_0x75aab1(0x2bb))[_0x75aab1(0x2ce)]({'model':fe+_0x75aab1(0x2b2),'view':(_0x2ab6d7,{writer:_0xb1df92})=>{const _0x1f1898=_0x75aab1,_0x355e73=this[_0x1f1898(0x2d9)][_0x1f1898(0x1e8)](_0x2ab6d7[_0x1f1898(0x264)]),_0x1a3de8={'class':_0x1f1898(0x2ef)+(this[_0x1f1898(0x2d7)][_0x1f1898(0x21b)](_0x355e73?.['id']||'')?_0x1f1898(0x2b1):''),'data-marker-id':_0x2ab6d7[_0x1f1898(0x264)]};return _0xb1df92[_0x1f1898(0x213)](_0x1f1898(0x2d1),_0x1a3de8,function(_0x18dac7){const _0x4f80b2=_0x1f1898,_0xed9134=this[_0x4f80b2(0x2ac)](_0x18dac7);return _0xed9134[_0x4f80b2(0x263)]=_0x355e73?.[_0x4f80b2(0x270)]?.[_0x4f80b2(0x2c9)]||'',_0xed9134;});}}),_0x4b55a6[_0x75aab1(0x226)][_0x75aab1(0x250)](_0x75aab1(0x2bb))[_0x75aab1(0x2ab)]({'model':fe+_0x75aab1(0x24e),'view':_0x8d2c1=>{const _0x5225f4=_0x75aab1,_0x2255ba=this[_0x5225f4(0x2d9)][_0x5225f4(0x1e8)](_0x8d2c1[_0x5225f4(0x264)]),_0x2f6e9a=[_0x5225f4(0x217)];return this[_0x5225f4(0x2d7)][_0x5225f4(0x21b)](_0x2255ba?.['id']||'')&&_0x2f6e9a[_0x5225f4(0x232)](_0x5225f4(0x25f)),{'classes':_0x2f6e9a,'attributes':{'data-marker-id':_0x8d2c1[_0x5225f4(0x264)]}};}}),_0x4b55a6[_0x75aab1(0x226)][_0x75aab1(0x250)](_0x75aab1(0x2bb))[_0x75aab1(0x2ab)]({'model':fe+_0x75aab1(0x22e),'view':_0x47ea02=>{const _0x5b6e81=_0x75aab1,_0x4843dd=this[_0x5b6e81(0x2d9)][_0x5b6e81(0x1e8)](_0x47ea02[_0x5b6e81(0x264)]),_0xea90c3=[_0x5b6e81(0x21a)];return this[_0x5b6e81(0x2d7)][_0x5b6e81(0x21b)](_0x4843dd?.['id']||'')&&_0xea90c3[_0x5b6e81(0x232)](_0x5b6e81(0x25f)),{'classes':_0xea90c3,'attributes':{'data-marker-id':_0x47ea02[_0x5b6e81(0x264)]}};}}),_0x4b55a6[_0x75aab1(0x226)][_0x75aab1(0x250)](_0x75aab1(0x2bb))[_0x75aab1(0x2ab)]({'model':fe+_0x75aab1(0x2c5),'view':_0x3e04a3=>{const _0x249cd5=_0x75aab1,_0x41430f=this[_0x249cd5(0x2d9)][_0x249cd5(0x1e8)](_0x3e04a3[_0x249cd5(0x264)]),_0x3bee0e=[_0x249cd5(0x283)];return this[_0x249cd5(0x2d7)][_0x249cd5(0x21b)](_0x41430f?.['id']||'')&&_0x3bee0e[_0x249cd5(0x232)](_0x249cd5(0x25f)),{'classes':_0x3bee0e,'attributes':{'data-marker-id':_0x3e04a3[_0x249cd5(0x264)]}};}}),_0x4b55a6[_0x75aab1(0x226)][_0x75aab1(0x250)](_0x75aab1(0x256))[_0x75aab1(0x2ce)]({'model':fe+_0x75aab1(0x2b7),'view':(_0x3a2ab6,{writer:_0x377ed0})=>_0x377ed0[_0x75aab1(0x1f3)](_0x75aab1(0x2d1),{'class':_0x75aab1(0x2e0)+(_0x3a2ab6[_0x75aab1(0x287)]?_0x75aab1(0x2a5):_0x75aab1(0x1fc))})}),_0x4b55a6[_0x75aab1(0x226)][_0x75aab1(0x250)](_0x75aab1(0x1e9))[_0x75aab1(0x23e)]({'model':_0x5bca49,'view':_0x3794f1});const _0x1034ec=_0x4b55a6['ui'][_0x75aab1(0x2ea)]()||document[_0x75aab1(0x21f)];this[_0x75aab1(0x268)][_0x75aab1(0x233)](_0x1034ec,_0x75aab1(0x237),(_0x565f15,_0x501b64)=>{const _0xd26748=_0x75aab1,_0x3b64ce=_0x501b64[_0xd26748(0x203)],_0x39af4b=this[_0xd26748(0x2c3)](_0x3b64ce);if(!_0x39af4b)return;const _0x4cfba2=_0x39af4b[_0xd26748(0x252)](_0xd26748(0x273)),_0x1f85e1=_0x4cfba2[_0xd26748(0x2b5)](':')[_0xd26748(0x271)]()?.[_0xd26748(0x2b5)]('_')[0x0];this[_0xd26748(0x238)][_0xd26748(0x219)](_0xd26748(0x286),{'markerId':_0x4cfba2,'changeId':_0x1f85e1,'markerElement':()=>this[_0xd26748(0x2d8)](_0x4cfba2),'domEvent':_0x501b64});},{'usePassive':!0x0,'priority':_0x75aab1(0x228)}),this[_0x75aab1(0x268)][_0x75aab1(0x233)](_0x1034ec,_0x75aab1(0x210),(_0x1feef0,_0x153de1)=>{const _0x5960f5=_0x75aab1,_0x862eb4=_0x153de1[_0x5960f5(0x203)],_0x5c969b=_0x153de1[_0x5960f5(0x24b)];let _0x228764=this[_0x5960f5(0x2c3)](_0x862eb4);if(!_0x228764&&_0x5c969b&&(_0x228764=this[_0x5960f5(0x2c3)](_0x5c969b)),!_0x228764)return;const _0x181e5b=_0x228764[_0x5960f5(0x252)](_0x5960f5(0x273)),_0x3e8cd0=_0x181e5b[_0x5960f5(0x2b5)](':')[_0x5960f5(0x271)]()?.[_0x5960f5(0x2b5)]('_')[0x0];this[_0x5960f5(0x238)][_0x5960f5(0x219)](_0x5960f5(0x230),{'changeId':_0x3e8cd0,'markerElement':()=>this[_0x5960f5(0x2d8)](_0x181e5b),'domEvent':_0x153de1});}),this[_0x75aab1(0x268)][_0x75aab1(0x233)](document,_0x75aab1(0x210),_0xe24481((_0x4b212b,_0x5b2eae)=>{const _0x480f7e=_0x75aab1,_0x14a6a8=_0x5b2eae[_0x480f7e(0x203)];if(this[_0x480f7e(0x2c3)](_0x14a6a8))return;_0x14a6a8[_0x480f7e(0x2c6)](_0x480f7e(0x26b))||this[_0x480f7e(0x238)][_0x480f7e(0x219)](_0x480f7e(0x202));},0xc8)),_0x4b55a6[_0x75aab1(0x2eb)][_0x75aab1(0x2a6)][_0x75aab1(0x1ef)](_0x4ce9ce=>this[_0x75aab1(0x282)](_0x4b55a6,_0x4ce9ce)),_0x4b55a6[_0x75aab1(0x2eb)][_0x75aab1(0x2a6)]['on'](_0x75aab1(0x1ec),()=>this[_0x75aab1(0x22c)](_0x4b55a6));}[_0x330240(0x1f7)](){const _0x5555fc=_0x330240,_0x40f38c=this[_0x5555fc(0x2d4)][_0x5555fc(0x1fa)][_0x5555fc(0x1e8)](_0x5555fc(0x29e)),_0x4b30ec=_0x3905ae(this[_0x5555fc(0x2d4)]),_0x2b2fb9=_0x4b30ec[_0x5555fc(0x2eb)],_0x13407b=new _0x2f5e57();for(const _0x268d71 of _0x2b2fb9[_0x5555fc(0x2a6)][_0x5555fc(0x1fe)]()[_0x5555fc(0x20d)]()){const _0x3e52e4=_0x268d71[_0x5555fc(0x21e)](!0x0);_0x13407b[_0x5555fc(0x281)](_0x3e52e4);}for(const _0x1576e9 of _0x2b2fb9[_0x5555fc(0x224)])_0x13407b[_0x5555fc(0x224)][_0x5555fc(0x284)](_0x1576e9[_0x5555fc(0x2d2)],this[_0x5555fc(0x234)](_0x1576e9[_0x5555fc(0x2b3)]()[_0x5555fc(0x2d5)](),_0x13407b));const _0x3e888d=new _0x502a9c({'ignoreElementEnd':!0x0,'startPosition':_0x2b2fb9[_0x5555fc(0x231)](_0x13407b,0x0)}),_0x6bf450=new Set(),_0x198558=new Map();for(const {item:_0x423b07}of _0x3e888d){if(!_0x423b07['is'](_0x5555fc(0x285)))continue;const _0x2885ea=_0x423b07[_0x5555fc(0x218)];if(_0x2885ea&&_0x2885ea['is'](_0x5555fc(0x2e4))){const _0x1d7264=this[_0x5555fc(0x211)](_0x2885ea,()=>_0x40f38c[_0x5555fc(0x2af)](_0x6bf450));_0x6bf450[_0x5555fc(0x2dc)](_0x1d7264);for(const _0x6c685d of _0x2885ea[_0x5555fc(0x20d)]())_0x6c685d['is'](_0x5555fc(0x2e4))&&_0x6bf450[_0x5555fc(0x2dc)](this[_0x5555fc(0x211)](_0x6c685d,()=>_0x40f38c[_0x5555fc(0x2af)](_0x6bf450)));let _0x27ed85=_0x2885ea;for(;_0x27ed85[_0x5555fc(0x218)]&&!_0x27ed85[_0x5555fc(0x218)]['is'](_0x5555fc(0x2ed));)_0x27ed85=_0x27ed85[_0x5555fc(0x218)],_0x27ed85[_0x5555fc(0x259)](_0x5bca49)&&_0x27ed85[_0x5555fc(0x2db)](_0x5bca49);_0x198558[_0x5555fc(0x284)](_0x1d7264,{'path':_0x2885ea[_0x5555fc(0x23b)](),'getContent':this[_0x5555fc(0x23c)](_0x27ed85[_0x5555fc(0x21e)](!0x0),_0x1d7264,_0x4b30ec[_0x5555fc(0x2e1)])}),_0x3e888d[_0x5555fc(0x244)](_0x2b2fb9[_0x5555fc(0x225)](_0x2885ea));}}return{'content':_0x4b30ec[_0x5555fc(0x2e1)][_0x5555fc(0x249)][_0x5555fc(0x2a7)](_0x4b30ec[_0x5555fc(0x2e1)][_0x5555fc(0x29d)](_0x13407b)),'version':_0x4b30ec[_0x5555fc(0x2eb)][_0x5555fc(0x2a6)][_0x5555fc(0x257)],'elements':_0x198558};}[_0x330240(0x22f)](_0x5aead7,_0xf35af0,_0x14f957=!0x1){const _0x34dd9c=_0x330240,_0x44562b=[],_0x5d4ae3=_0x3905ae(this[_0x34dd9c(0x2d4)]),_0x3d4452=_0x5d4ae3[_0x34dd9c(0x2e1)][_0x34dd9c(0x204)](_0xf35af0,_0x34dd9c(0x2d6)),_0x44ac25=_0x5d4ae3[_0x34dd9c(0x2e1)][_0x34dd9c(0x204)](_0x5aead7,_0x34dd9c(0x2d6)),_0x59c5c9=_0x5d4ae3[_0x34dd9c(0x2eb)][_0x34dd9c(0x231)](_0x44ac25,0x0);if(this[_0x34dd9c(0x289)](_0x3d4452)){if(!this[_0x34dd9c(0x275)](_0x44ac25,_0x3d4452))return _0x44562b;}else{const _0x4d379b=_0x5d4ae3[_0x34dd9c(0x2eb)][_0x34dd9c(0x221)];if(!this[_0x34dd9c(0x209)](_0x44ac25,_0x4d379b)||!this[_0x34dd9c(0x209)](_0x3d4452,_0x4d379b))return _0x44562b;}const _0x140c23=this[_0x34dd9c(0x2d4)][_0x34dd9c(0x1fa)][_0x34dd9c(0x1e8)](_0x34dd9c(0x279))[_0x34dd9c(0x1ee)](_0x5aead7,_0xf35af0,{'anchor':_0x59c5c9,'markDeletions':!0x0})[_0x34dd9c(0x222)]()[_0x34dd9c(0x296)](_0x4e8ad4=>_0x34dd9c(0x2b2)===_0x4e8ad4[_0x34dd9c(0x2e5)]||_0x34dd9c(0x299)===_0x4e8ad4[_0x34dd9c(0x2e5)]&&_0x4e8ad4[_0x34dd9c(0x2d2)][_0x34dd9c(0x2e9)](_0x34dd9c(0x2d3))),_0x44425e=this[_0x34dd9c(0x246)](_0x140c23),_0x40c01a=[];if(_0x14f957){if(_0x44425e[_0x34dd9c(0x290)]){const _0x106d36=_0x44425e[0x0][_0x34dd9c(0x24d)][0x0],_0x1c32b9=_0x34dd9c(0x2b2)===_0x106d36[_0x34dd9c(0x2e5)]?_0x106d36[_0x34dd9c(0x2f2)]:_0x106d36[_0x34dd9c(0x223)][_0x34dd9c(0x2a5)],_0x22583d=this[_0x34dd9c(0x1f0)](_0x1c32b9,_0x5d4ae3,_0x34dd9c(0x2bd)),_0x503068=_0x22583d?_0x3d4452[_0x34dd9c(0x27a)](0x0)[_0x34dd9c(0x20d)]():_0x3d4452[_0x34dd9c(0x20d)](),_0x53517d=_0x22583d||_0x5d4ae3[_0x34dd9c(0x2eb)][_0x34dd9c(0x1fd)](_0x44ac25),_0x5510b0=[new _0x26120b(_0x34dd9c(0x2be)+_0x1faf97(),null,_0x53517d,_0x5d4ae3[_0x34dd9c(0x2eb)][_0x34dd9c(0x2a6)][_0x34dd9c(0x2eb)][_0x34dd9c(0x224)],!0x0,_0x5d4ae3[_0x34dd9c(0x2eb)][_0x34dd9c(0x2a6)][_0x34dd9c(0x257)]+0x1),new _0x231363(_0x53517d[_0x34dd9c(0x1fc)],_0x503068,_0x5d4ae3[_0x34dd9c(0x2eb)][_0x34dd9c(0x2a6)][_0x34dd9c(0x257)]+0x2)];_0x40c01a[_0x34dd9c(0x232)]({'operations':_0x5510b0,'operationsIsolated':_0x5510b0,'groupOffset':0x0});}}else _0x40c01a[_0x34dd9c(0x232)](..._0x44425e);let _0x2520e5=0x0;return _0x5d4ae3[_0x34dd9c(0x2eb)][_0x34dd9c(0x1ec)](_0x3713c9=>{const _0x52ba80=_0x34dd9c;for(let _0xe0e1aa=0x0;_0xe0e1aa<_0x40c01a[_0x52ba80(0x290)];_0xe0e1aa++){const _0x589c43=_0x40c01a[_0xe0e1aa],_0x12b5a6=_0x3713c9[_0x52ba80(0x254)]();for(const _0x4a936e of _0x44ac25[_0x52ba80(0x20d)]())_0x3713c9[_0x52ba80(0x2a1)](_0x4a936e[_0x52ba80(0x21e)](!0x0),_0x12b5a6);for(const _0x3ea015 of _0x589c43[_0x52ba80(0x241)])if(_0x52ba80(0x2b2)===_0x3ea015[_0x52ba80(0x2e5)]){const _0xef72d7=_0x3ea015;_0xef72d7[_0x52ba80(0x243)]=null,_0xef72d7[_0x52ba80(0x253)]=!0x1,this[_0x52ba80(0x236)](_0xef72d7,_0x12b5a6),_0x3713c9[_0x52ba80(0x207)][_0x52ba80(0x22d)](_0x3ea015),_0x5d4ae3[_0x52ba80(0x2eb)][_0x52ba80(0x29a)](_0x3ea015);const _0x484fc9=_0x52ba80(0x28c)+_0x2520e5++,_0x4ea14b=_0x5d4ae3[_0x52ba80(0x2eb)][_0x52ba80(0x1ed)](_0xef72d7[_0x52ba80(0x2f2)],_0xef72d7[_0x52ba80(0x2f2)][_0x52ba80(0x239)](_0xef72d7[_0x52ba80(0x26c)]));_0x12b5a6[_0x52ba80(0x224)][_0x52ba80(0x284)](_0x484fc9,_0x4ea14b);}else{if(_0x52ba80(0x299)===_0x3ea015[_0x52ba80(0x2e5)]&&_0x3ea015[_0x52ba80(0x2d2)][_0x52ba80(0x2e9)](_0x52ba80(0x2d3))){const _0x32e859=_0x3ea015,_0x2969b4=_0x52ba80(0x201)+_0x2520e5++;this[_0x52ba80(0x236)](_0x32e859,_0x12b5a6),_0x12b5a6[_0x52ba80(0x224)][_0x52ba80(0x284)](_0x2969b4,_0x32e859[_0x52ba80(0x223)]);}}if(_0x14f957)_0x44562b[_0x52ba80(0x232)]({..._0x589c43,'context':this[_0x52ba80(0x205)](_0x44ac25,_0x5d4ae3[_0x52ba80(0x2e1)]),'content':this[_0x52ba80(0x205)](_0x44ac25,_0x5d4ae3[_0x52ba80(0x2e1)])});else{const _0x45257b=this[_0x52ba80(0x29c)](this[_0x52ba80(0x26a)](this[_0x52ba80(0x27f)](_0x589c43[_0x52ba80(0x241)][0x0]),_0x12b5a6),this[_0x52ba80(0x26a)](this[_0x52ba80(0x27c)](_0x589c43[_0x52ba80(0x241)][_0x589c43[_0x52ba80(0x241)][_0x52ba80(0x290)]-0x1]),_0x12b5a6));_0x12b5a6[_0x52ba80(0x224)][_0x52ba80(0x284)](fe+_0x52ba80(0x2b7),new _0x242a21(_0x45257b[_0x52ba80(0x2a5)],_0x45257b[_0x52ba80(0x1fc)])),_0x44562b[_0x52ba80(0x232)]({..._0x589c43,'context':this[_0x52ba80(0x274)](_0x12b5a6,_0x5d4ae3[_0x52ba80(0x2e1)],{'ellipsisBefore':_0x45257b[_0x52ba80(0x293)],'ellipsisAfter':_0x45257b[_0x52ba80(0x2aa)]}),'content':this[_0x52ba80(0x205)](_0x12b5a6,_0x5d4ae3[_0x52ba80(0x2e1)])});}}}),_0x44562b;}[_0x330240(0x267)](_0x271b8d,_0x190e3d){const _0x5a82ca=_0x330240;if(!_0x271b8d[_0x5a82ca(0x290)])return;const _0x358968=_0x271b8d[0x0][_0x5a82ca(0x218)]['id'],_0x6f6109=_0x190e3d[_0x5a82ca(0x2c7)][_0x5a82ca(0x1e8)](_0x358968);if(!_0x6f6109)return void console[_0x5a82ca(0x2ca)](_0x5a82ca(0x266)+_0x358968);const _0x789bfb=_0x6f6109[_0x5a82ca(0x2c4)],_0x32bb7b=_0x3905ae(this[_0x5a82ca(0x2d4)]),_0x1b826e=_0x32bb7b[_0x5a82ca(0x2eb)][_0x5a82ca(0x2a6)][_0x5a82ca(0x1ff)][_0x5a82ca(0x222)](_0x190e3d[_0x5a82ca(0x257)]),_0x6df0dc=[];for(const _0xe8f38 of _0x271b8d){const _0x17b6bb=_0xe8f38[_0x5a82ca(0x241)][_0x5a82ca(0x220)](_0x2524a4=>this[_0x5a82ca(0x2f1)](_0x2524a4,_0x789bfb,_0x32bb7b[_0x5a82ca(0x2eb)][_0x5a82ca(0x2a6)][_0x5a82ca(0x2a0)]()[0x0]));if(!_0x17b6bb||!_0x17b6bb[_0x5a82ca(0x290)])continue;const _0x13f8bb=_0x17b6bb[_0x5a82ca(0x240)](_0x1e0727=>_0x5a82ca(0x299)===_0x1e0727[_0x5a82ca(0x2e5)]&&_0x1e0727[_0x5a82ca(0x2d2)][_0x5a82ca(0x2e9)](_0x5a82ca(0x2d3))),_0x91d9b6={'document':_0x32bb7b[_0x5a82ca(0x2eb)][_0x5a82ca(0x2a6)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x5090c0=_0x20e043(_0x17b6bb,_0x1b826e,_0x91d9b6)[_0x5a82ca(0x291)];for(const _0x51392d of _0x5090c0)if(_0x5a82ca(0x2b2)===_0x51392d[_0x5a82ca(0x2e5)]){const _0x21f9b5=_0x51392d,_0x4d820f=_0x21f9b5[_0x5a82ca(0x2ba)];_0x32bb7b[_0x5a82ca(0x2eb)][_0x5a82ca(0x1ec)](_0x88d749=>{const _0x18a052=_0x5a82ca,_0x91775b=_0x88d749[_0x18a052(0x254)]();for(const _0x5a0f26 of _0x4d820f)_0x88d749[_0x18a052(0x2a1)](_0x5a0f26[_0x18a052(0x21e)](!0x0),_0x91775b);_0x6df0dc[_0x18a052(0x232)]({'start':_0x21f9b5[_0x18a052(0x2f2)],'end':_0x21f9b5[_0x18a052(0x2f2)],'type':_0x18a052(0x2b2),'groupId':_0xe8f38['id'],'content':{'asString':this[_0x18a052(0x205)](_0x91775b,_0x32bb7b[_0x18a052(0x2e1)])(),'asFragment':_0x91775b}});});}else{if(_0x5a82ca(0x299)===_0x51392d[_0x5a82ca(0x2e5)]&&_0x51392d[_0x5a82ca(0x2d2)][_0x5a82ca(0x2e9)](_0x5a82ca(0x2d3))){const _0x22ece3=_0x51392d;let _0xadb54b=_0x5a82ca(0x2c5);if(_0x13f8bb){const _0x1392bb=this[_0x5a82ca(0x276)](_0x22ece3[_0x5a82ca(0x223)][_0x5a82ca(0x2a5)],_0x5a82ca(0x26d),_0x32bb7b[_0x5a82ca(0x2eb)][_0x5a82ca(0x221)]),_0x58b60e=this[_0x5a82ca(0x276)](_0x22ece3[_0x5a82ca(0x223)][_0x5a82ca(0x1fc)],_0x5a82ca(0x21c),_0x32bb7b[_0x5a82ca(0x2eb)][_0x5a82ca(0x221)]);if(_0x1392bb||_0x58b60e){const _0xa9a3fb=_0x22ece3[_0x5a82ca(0x223)][_0x5a82ca(0x2a5)][_0x5a82ca(0x239)](-_0x1392bb),_0x3d5819=_0x22ece3[_0x5a82ca(0x223)][_0x5a82ca(0x1fc)][_0x5a82ca(0x239)](_0x58b60e);_0x6df0dc[_0x5a82ca(0x232)]({'start':_0xa9a3fb,'end':_0x3d5819,'groupId':_0xe8f38['id'],'type':_0x5a82ca(0x22e)});}else _0xadb54b=_0x5a82ca(0x24e);}_0x6df0dc[_0x5a82ca(0x232)]({'start':_0x22ece3[_0x5a82ca(0x223)][_0x5a82ca(0x2a5)],'end':_0x22ece3[_0x5a82ca(0x223)][_0x5a82ca(0x1fc)],'groupId':_0xe8f38['id'],'type':_0xadb54b});}}}this[_0x5a82ca(0x2dd)](_0x6df0dc);}[_0x330240(0x260)](){const _0x2f4081=_0x330240,_0x21b9a6=_0x3905ae(this[_0x2f4081(0x2d4)]);_0x21b9a6[_0x2f4081(0x2eb)][_0x2f4081(0x1ec)](_0x469739=>{const _0x25289a=_0x2f4081;for(const _0x311b30 of this[_0x25289a(0x2d9)][_0x25289a(0x1ea)]())_0x21b9a6[_0x25289a(0x2eb)][_0x25289a(0x224)][_0x25289a(0x1e8)](_0x311b30)&&_0x469739[_0x25289a(0x2ae)](_0x311b30);}),this[_0x2f4081(0x2d9)][_0x2f4081(0x229)](),this[_0x2f4081(0x2d7)][_0x2f4081(0x229)]();}[_0x330240(0x1e6)](){const _0x3d226d=_0x330240;_0x3905ae(this[_0x3d226d(0x2d4)])[_0x3d226d(0x25b)](_0x3d226d(0x1fb));}[_0x330240(0x251)](){const _0x72d397=_0x330240;_0x3905ae(this[_0x72d397(0x2d4)])[_0x72d397(0x206)](_0x72d397(0x1fb));}[_0x330240(0x2e8)](_0x451d05){const _0x40f514=_0x330240,_0x495702=_0x3905ae(this[_0x40f514(0x2d4)]),_0x5d7c51=_0x495702[_0x40f514(0x2eb)],_0x4e26ec=_0x451d05[_0x40f514(0x220)](_0x42101d=>this[_0x40f514(0x2cf)](_0x42101d))[_0x40f514(0x26f)]();_0x5d7c51[_0x40f514(0x1ec)](_0x18fb1e=>{const _0x21fbcf=_0x40f514;for(const _0x5caa54 of _0x4e26ec){const _0x4f535a=_0x495702[_0x21fbcf(0x2eb)][_0x21fbcf(0x224)][_0x21fbcf(0x1e8)](_0x5caa54['id']);if(_0x4f535a){if(_0x21fbcf(0x2b2)===_0x5caa54[_0x21fbcf(0x2e5)]){if(!_0x5caa54[_0x21fbcf(0x270)])continue;_0x5d7c51[_0x21fbcf(0x28e)](_0x5caa54[_0x21fbcf(0x270)][_0x21fbcf(0x2e6)]||null,_0x4f535a[_0x21fbcf(0x2b3)]()[_0x21fbcf(0x2a5)]);}else _0x21fbcf(0x2c5)!==_0x5caa54[_0x21fbcf(0x2e5)]&&_0x21fbcf(0x24e)!==_0x5caa54[_0x21fbcf(0x2e5)]||_0x5d7c51[_0x21fbcf(0x28d)](_0x5d7c51[_0x21fbcf(0x28a)](_0x4f535a[_0x21fbcf(0x2b3)]()));_0x18fb1e[_0x21fbcf(0x2ae)](_0x5caa54['id']),this[_0x21fbcf(0x2d9)][_0x21fbcf(0x2b0)](_0x5caa54['id']);}}});}[_0x330240(0x2c8)](_0x4ba9ef){const _0x48ee7b=_0x330240,_0x3872c8=_0x3905ae(this[_0x48ee7b(0x2d4)]),_0x42e7bd=this[_0x48ee7b(0x2cf)](_0x4ba9ef);_0x3872c8[_0x48ee7b(0x2eb)][_0x48ee7b(0x1ec)](_0x13b028=>{const _0x511abc=_0x48ee7b;for(const _0x10ea14 of _0x42e7bd)_0x13b028[_0x511abc(0x2ae)](_0x10ea14['id']),this[_0x511abc(0x2d9)][_0x511abc(0x2b0)](_0x10ea14['id']);});}[_0x330240(0x2c2)](){const _0x53c305=_0x330240;return _0x3905ae(this[_0x53c305(0x2d4)]);}[_0x330240(0x214)](_0x3a4dfd){const _0x5220ba=_0x330240,_0x350e54=Array[_0x5220ba(0x1eb)](this[_0x5220ba(0x2d9)][_0x5220ba(0x2e7)]())[_0x5220ba(0x296)](_0xbfe5ff=>_0xbfe5ff[_0x5220ba(0x27b)]===_0x3a4dfd);if(!_0x350e54[_0x5220ba(0x290)])return null;const _0x9cceac=0x1===_0x350e54[_0x5220ba(0x290)]?_0x350e54[0x0]:this[_0x5220ba(0x2a3)](_0x350e54)[0x0],_0x153dbc=_0x3905ae(this[_0x5220ba(0x2d4)])[_0x5220ba(0x2eb)][_0x5220ba(0x224)][_0x5220ba(0x1e8)](_0x9cceac['id']);if(!_0x153dbc)return null;return{'modelRange':_0x153dbc[_0x5220ba(0x2b3)](),'getElement':()=>this[_0x5220ba(0x2d8)](_0x9cceac['id'])};}[_0x330240(0x208)](_0x12c503){const _0x4662d8=_0x330240,_0x4136c2=Array[_0x4662d8(0x1eb)](this[_0x4662d8(0x2d9)][_0x4662d8(0x2e7)]())[_0x4662d8(0x296)](_0x3e6a4d=>_0x3e6a4d[_0x4662d8(0x27b)]===_0x12c503);if(!_0x4136c2[_0x4662d8(0x290)])return null;const _0x7307fa=0x1===_0x4136c2[_0x4662d8(0x290)]?_0x4136c2[0x0]:this[_0x4662d8(0x2a3)](_0x4136c2)[0x0],_0x24e8c9=_0x3905ae(this[_0x4662d8(0x2d4)]),_0x670397=_0x24e8c9[_0x4662d8(0x2eb)][_0x4662d8(0x224)][_0x4662d8(0x1e8)](_0x7307fa['id']);if(!_0x670397)return null;const _0x5bb5b5=_0x670397[_0x4662d8(0x2b3)](),_0x52cfd6=_0x24e8c9[_0x4662d8(0x1e7)][_0x4662d8(0x25c)][_0x4662d8(0x2cb)]();if(!_0x52cfd6||!_0x5bb5b5)return null;let _0x3efc82=_0x5bb5b5[_0x4662d8(0x2a5)][_0x4662d8(0x218)];for(;_0x3efc82[_0x4662d8(0x218)]&&_0x4662d8(0x24c)!==_0x3efc82[_0x4662d8(0x218)][_0x4662d8(0x2d2)];)_0x3efc82=_0x3efc82[_0x4662d8(0x218)];if(!_0x3efc82||!_0x3efc82[_0x4662d8(0x2d2)])return null;const _0x196440=_0x52cfd6[_0x4662d8(0x1f4)](_0x4662d8(0x2a8)+_0x7307fa['id']+'\x22]');if(!_0x196440)return null;let _0x24161b=null;_0x24e8c9[_0x4662d8(0x2eb)][_0x4662d8(0x1ec)](_0x505fba=>{const _0x40b4a4=_0x4662d8;_0x24161b=_0x505fba[_0x40b4a4(0x254)](),_0x505fba[_0x40b4a4(0x2a1)](_0x3efc82[_0x40b4a4(0x21e)](!0x0),_0x24161b);});const _0x51a4d0=_0x24e8c9[_0x4662d8(0x2e1)][_0x4662d8(0x29d)](_0x24161b)[_0x4662d8(0x27a)](0x0);return _0x196440[_0x4662d8(0x2c6)](_0x51a4d0[_0x4662d8(0x2d2)]);}[_0x330240(0x235)](_0x43f100){const _0x21146d=_0x330240,_0x2789bc=this[_0x21146d(0x2cf)](_0x43f100);if(!_0x2789bc[_0x21146d(0x290)])return;const _0x4667c1=Array[_0x21146d(0x1eb)](this[_0x21146d(0x2d7)])[_0x21146d(0x2de)](),_0x51df8c=Array[_0x21146d(0x1eb)](new Set(_0x2789bc[_0x21146d(0x220)](_0x1ef97a=>_0x1ef97a['id'])))[_0x21146d(0x2de)]();_0x4667c1[_0x21146d(0x28b)]('|')!==_0x51df8c[_0x21146d(0x28b)]('|')&&(this[_0x21146d(0x1f1)](),this[_0x21146d(0x25d)](_0x43f100));}[_0x330240(0x25d)](_0x27a5aa){const _0xa5068e=_0x330240,_0x45a48c=this[_0xa5068e(0x2cf)](_0x27a5aa);if(!_0x45a48c[_0xa5068e(0x290)])return;const _0x484312=_0x3905ae(this[_0xa5068e(0x2d4)]),_0x4c5ced=new Set(_0x45a48c[_0xa5068e(0x220)](_0x111822=>_0x111822['id'])),_0x44b390=Array[_0xa5068e(0x1eb)](_0x4c5ced[_0xa5068e(0x2e7)]())[_0xa5068e(0x220)](_0x1b07c5=>_0x484312[_0xa5068e(0x2eb)][_0xa5068e(0x224)][_0xa5068e(0x1e8)](_0x1b07c5))[_0xa5068e(0x296)](_0x532d1f=>!!_0x532d1f);_0x4c5ced[_0xa5068e(0x269)](_0x295a1d=>{const _0x5a669e=_0xa5068e;this[_0x5a669e(0x2d7)][_0x5a669e(0x2dc)](_0x295a1d);}),_0x484312[_0xa5068e(0x2eb)][_0xa5068e(0x1ec)](()=>{const _0x4ee5e6=_0xa5068e;_0x44b390[_0x4ee5e6(0x269)](_0x310420=>{const _0x16771a=_0x4ee5e6;_0x484312[_0x16771a(0x1e7)][_0x16771a(0x1f9)](_0x310420);});});}[_0x330240(0x1f1)](){const _0x3a92ee=_0x330240,_0x65050=Array[_0x3a92ee(0x1eb)](this[_0x3a92ee(0x2d7)]);if(!_0x65050[_0x3a92ee(0x290)])return;this[_0x3a92ee(0x2d7)][_0x3a92ee(0x229)]();const _0x3173dd=_0x3905ae(this[_0x3a92ee(0x2d4)]),_0x476877=_0x65050[_0x3a92ee(0x220)](_0x503933=>_0x3173dd[_0x3a92ee(0x2eb)][_0x3a92ee(0x224)][_0x3a92ee(0x1e8)](_0x503933))[_0x3a92ee(0x296)](_0x114b44=>!!_0x114b44);_0x3173dd[_0x3a92ee(0x2eb)][_0x3a92ee(0x1ec)](()=>{const _0x131a33=_0x3a92ee;_0x476877[_0x131a33(0x269)](_0x30274a=>{const _0x3c35f2=_0x131a33;_0x3173dd[_0x3c35f2(0x1e7)][_0x3c35f2(0x1f9)](_0x30274a);});});}[_0x330240(0x1f0)](_0x13c737,_0x1d8635,_0x42ef5f=_0x330240(0x294)){const _0x229477=_0x330240;if(!_0x13c737)return null;let _0x12c6bc=_0x13c737[_0x229477(0x218)];for(;_0x12c6bc&&_0x12c6bc[_0x229477(0x218)]&&_0x229477(0x24c)!==_0x12c6bc[_0x229477(0x218)][_0x229477(0x2d2)]&&!_0x1d8635[_0x229477(0x2eb)][_0x229477(0x221)][_0x229477(0x1f6)](_0x12c6bc)&&!_0x1d8635[_0x229477(0x2eb)][_0x229477(0x221)][_0x229477(0x29f)](_0x12c6bc);)_0x12c6bc=_0x12c6bc[_0x229477(0x218)];if(!_0x12c6bc||!_0x12c6bc[_0x229477(0x2d2)]||_0x229477(0x24c)===_0x12c6bc[_0x229477(0x2d2)])return null;let _0x40d6ef=null;return _0x1d8635[_0x229477(0x2eb)][_0x229477(0x1ec)](_0x566adb=>{const _0x242052=_0x229477;_0x40d6ef=_0x242052(0x2bd)===_0x42ef5f?_0x566adb[_0x242052(0x1fd)](_0x12c6bc):_0x566adb[_0x242052(0x1f5)](_0x12c6bc);}),_0x40d6ef;}[_0x330240(0x282)](_0x3816c6,_0x1ff618){const _0xa8c3c=_0x330240,_0x2877a2=Array[_0xa8c3c(0x1eb)](this[_0xa8c3c(0x2d9)][_0xa8c3c(0x1ea)]()),_0xb00b01=new Map();for(const _0x1c9d8d of _0x2877a2){const _0x346a44=_0x3816c6[_0xa8c3c(0x2eb)][_0xa8c3c(0x224)][_0xa8c3c(0x1e8)](_0x1c9d8d);if(!_0x346a44)continue;const _0x3bf45a=_0x346a44[_0xa8c3c(0x265)]()[_0xa8c3c(0x2c4)][0x0];_0xb00b01[_0xa8c3c(0x21b)](_0x3bf45a)||_0xb00b01[_0xa8c3c(0x284)](_0x3bf45a,[]),_0xb00b01[_0xa8c3c(0x1e8)](_0x3bf45a)[_0xa8c3c(0x232)](_0x346a44);}const _0x551f8c=new Set();for(const _0x2eec5d of _0x3816c6[_0xa8c3c(0x2eb)][_0xa8c3c(0x2a6)][_0xa8c3c(0x2df)][_0xa8c3c(0x278)]()){let _0x56dd41=-0x1,_0x3a74eb=null;if(_0xa8c3c(0x2b2)===_0x2eec5d[_0xa8c3c(0x2e5)])_0x3a74eb=new _0x242a21(_0x2eec5d[_0xa8c3c(0x2f2)],_0x2eec5d[_0xa8c3c(0x2f2)][_0xa8c3c(0x239)](_0x2eec5d[_0xa8c3c(0x290)])),_0x56dd41=_0x2eec5d[_0xa8c3c(0x2f2)][_0xa8c3c(0x2c4)][0x0];else{if(_0xa8c3c(0x2ad)!==_0x2eec5d[_0xa8c3c(0x2e5)])continue;_0x3a74eb=new _0x242a21(_0x2eec5d[_0xa8c3c(0x2f2)]),_0x56dd41=_0x2eec5d[_0xa8c3c(0x2f2)][_0xa8c3c(0x2c4)][0x0];}const _0x565ba5=_0xb00b01[_0xa8c3c(0x1e8)](_0x56dd41)||[];if(_0x565ba5[_0xa8c3c(0x290)]){for(const _0x3c7f29 of _0x565ba5)if(_0x3a74eb[_0xa8c3c(0x292)][_0xa8c3c(0x28f)]===_0x3c7f29[_0xa8c3c(0x2b3)]()[_0xa8c3c(0x292)][_0xa8c3c(0x28f)]&&(_0xa8c3c(0x2b2)!==_0x2eec5d[_0xa8c3c(0x2e5)]||!_0x3a74eb[_0xa8c3c(0x288)](_0x3c7f29[_0xa8c3c(0x2b3)]()))&&(_0x3a74eb[_0xa8c3c(0x2f0)](_0x3c7f29[_0xa8c3c(0x2b3)]())||_0x3a74eb[_0xa8c3c(0x2a5)][_0xa8c3c(0x1f2)](_0x3c7f29[_0xa8c3c(0x2b3)]()[_0xa8c3c(0x1fc)])||_0x3a74eb[_0xa8c3c(0x1fc)][_0xa8c3c(0x1f2)](_0x3c7f29[_0xa8c3c(0x2b3)]()[_0xa8c3c(0x2a5)]))){const _0x130f32=this[_0xa8c3c(0x2b8)](_0x3c7f29[_0xa8c3c(0x2d2)]);Array[_0xa8c3c(0x1eb)](this[_0xa8c3c(0x2d9)][_0xa8c3c(0x2e7)]())[_0xa8c3c(0x296)](_0x2a2c83=>_0x2a2c83[_0xa8c3c(0x27b)]===_0x130f32[_0xa8c3c(0x27b)])[_0xa8c3c(0x269)](_0x2b897f=>_0x551f8c[_0xa8c3c(0x2dc)](_0x2b897f['id']));}}}if(_0x551f8c[_0xa8c3c(0x245)]){for(const _0x339b7c of _0x551f8c)_0x1ff618[_0xa8c3c(0x2ae)](_0x339b7c);return!0x0;}return!0x1;}[_0x330240(0x22c)](_0x116fd9){const _0x36c6d4=_0x330240;for(const {name:_0x4428b9,data:_0x1e0888}of _0x116fd9[_0x36c6d4(0x2eb)][_0x36c6d4(0x2a6)][_0x36c6d4(0x2df)][_0x36c6d4(0x262)]()){if(!_0x4428b9[_0x36c6d4(0x2e9)](fe))continue;const _0x2607de=_0x1e0888[_0x36c6d4(0x2e3)],_0x323d26=_0x1e0888[_0x36c6d4(0x223)],_0x642378=_0x2607de&&_0x36c6d4(0x248)===_0x2607de[_0x36c6d4(0x292)][_0x36c6d4(0x28f)],_0xb3e612=_0x323d26&&_0x36c6d4(0x248)===_0x323d26[_0x36c6d4(0x292)][_0x36c6d4(0x28f)];if(_0x642378&&_0xb3e612)continue;const _0x1c3f7c=this[_0x36c6d4(0x2b8)](_0x4428b9);this[_0x36c6d4(0x2d9)][_0x36c6d4(0x1e8)](_0x4428b9)&&(_0xb3e612||!_0x323d26?this[_0x36c6d4(0x238)][_0x36c6d4(0x219)](_0x36c6d4(0x200),{'markerId':_0x4428b9,'changeId':_0x1c3f7c[_0x36c6d4(0x27b)]}):_0x642378&&_0x323d26&&this[_0x36c6d4(0x238)][_0x36c6d4(0x219)](_0x36c6d4(0x2c1),{'markerId':_0x4428b9,'changeId':_0x1c3f7c[_0x36c6d4(0x27b)]}));}}[_0x330240(0x2b8)](_0x4e4a53){const _0x3a5e2f=_0x330240,_0x178424=_0x4e4a53[_0x3a5e2f(0x2b5)](':'),_0x1a31ea=(_0x178424[0x1]||'')[_0x3a5e2f(0x2b5)]('_');return{'prefix':_0x178424[0x0],'groupId':_0x1a31ea[0x0],'suffix':_0x1a31ea[0x1]};}[_0x330240(0x2f1)](_0x16a915,_0x5d0c89,_0x53329a){const _0x474e1c=_0x330240;if(_0x474e1c(0x2b2)===_0x16a915[_0x474e1c(0x2e5)]){const _0x4b0bd4=_0x16a915;return new _0x231363(this[_0x474e1c(0x272)](_0x5d0c89[_0x474e1c(0x2bf)](_0x4b0bd4[_0x474e1c(0x2f2)][_0x474e1c(0x295)]),_0x53329a),_0x4b0bd4[_0x474e1c(0x2ba)],_0x4b0bd4[_0x474e1c(0x243)]);}if(_0x474e1c(0x299)===_0x16a915[_0x474e1c(0x2e5)]&&_0x16a915[_0x474e1c(0x2d2)][_0x474e1c(0x2e9)](_0x474e1c(0x2d3))){const _0xabb47=_0x16a915;return new _0x26120b(_0xabb47[_0x474e1c(0x2d2)],_0xabb47[_0x474e1c(0x2e3)],this[_0x474e1c(0x2d0)](_0xabb47[_0x474e1c(0x223)],_0x5d0c89[_0x474e1c(0x2bf)](_0xabb47[_0x474e1c(0x223)][_0x474e1c(0x2a5)][_0x474e1c(0x295)]),_0x5d0c89[_0x474e1c(0x2bf)](_0xabb47[_0x474e1c(0x223)][_0x474e1c(0x1fc)][_0x474e1c(0x295)]),_0x53329a),_0xabb47[_0x474e1c(0x2d9)],_0xabb47[_0x474e1c(0x280)],_0xabb47[_0x474e1c(0x243)]);}return _0x16a915;}[_0x330240(0x246)](_0x265147){const _0x1066c6=_0x330240;if(!_0x265147[_0x1066c6(0x290)])return[];const _0x274085=[];let _0x2b773b=0x0,_0x304eff=0x0,_0x3fcfbb=[];for(let _0x43387a=0x0;_0x43387a<=_0x265147[_0x1066c6(0x290)];_0x43387a++){const _0x20ed61=_0x265147[_0x43387a],_0x47766f=_0x265147[_0x43387a-0x1];!_0x20ed61||_0x47766f&&!this[_0x1066c6(0x27c)](_0x47766f)[_0x1066c6(0x1f2)](this[_0x1066c6(0x27f)](_0x20ed61))?(_0x274085[_0x1066c6(0x232)]({'operations':_0x3fcfbb,'operationsIsolated':_0x3fcfbb[_0x1066c6(0x220)](_0x2699c2=>this[_0x1066c6(0x242)](_0x2699c2[_0x1066c6(0x2d5)](),-_0x304eff)),'groupOffset':_0x2b773b}),_0x3fcfbb=_0x20ed61?[_0x20ed61]:[],_0x304eff+=_0x2b773b,_0x2b773b=0x0):_0x3fcfbb[_0x1066c6(0x232)](_0x20ed61),_0x20ed61&&_0x1066c6(0x2b2)===_0x20ed61[_0x1066c6(0x2e5)]&&(_0x2b773b+=_0x20ed61[_0x1066c6(0x26c)]);}return _0x274085;}[_0x330240(0x276)](_0x8e660c,_0x24f419,_0x23cbae,_0x13a637=0x1){const _0x33e64f=_0x330240,_0x1a0ab8=new _0x502a9c({'startPosition':_0x8e660c,'direction':_0x24f419});let _0x5a3fc3=0x0;for(let _0x11a6b5=0x0;_0x11a6b5<_0x13a637;_0x11a6b5++){let _0xa3d476=0x0,_0x444157=!0x1,_0x151a98=_0x33e64f(0x21c)===_0x24f419?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x5a6333}of _0x1a0ab8)if(_0x5a6333['is'](_0x33e64f(0x285))){const _0x49b173=_0x151a98[_0x33e64f(0x2b9)](_0x5a6333[_0x33e64f(0x2e1)]);if(_0x49b173&&_0x49b173[_0x33e64f(0x290)]){if(_0xa3d476+=_0x33e64f(0x21c)===_0x24f419?_0x49b173[_0x33e64f(0x20f)]+_0x49b173[0x0][_0x33e64f(0x290)]:_0x5a6333[_0x33e64f(0x2e1)][_0x33e64f(0x290)]-_0x49b173[_0x33e64f(0x20f)],_0x49b173[0x0][_0x33e64f(0x290)]!==_0x5a6333[_0x33e64f(0x2e1)][_0x33e64f(0x290)])break;_0x444157=!0x0,_0x151a98=_0x33e64f(0x21c)===_0x24f419?/^\w+/:/\w+$/;}else{if(_0x444157)break;_0xa3d476+=_0x5a6333[_0x33e64f(0x27e)];}}else{if(_0x5a6333['is'](_0x33e64f(0x2e4))){_0x23cbae[_0x33e64f(0x2da)](_0x5a6333)&&!_0x444157&&(_0xa3d476+=0x1);break;}}_0x5a3fc3+=_0xa3d476,_0x1a0ab8[_0x33e64f(0x244)](_0x8e660c[_0x33e64f(0x239)](_0x33e64f(0x21c)===_0x24f419?_0x5a3fc3:-_0x5a3fc3));}return _0x5a3fc3;}[_0x330240(0x29c)](_0x1cc71d,_0xcb718e){const _0x28cb08=_0x330240,_0x4deb87=_0x3905ae(this[_0x28cb08(0x2d4)])[_0x28cb08(0x2eb)][_0x28cb08(0x221)],_0xc87a5a=this[_0x28cb08(0x276)](_0x1cc71d,_0x28cb08(0x26d),_0x4deb87,0x6),_0x1c0b0a=this[_0x28cb08(0x276)](_0xcb718e,_0x28cb08(0x21c),_0x4deb87,0x6),_0xe960ca=_0x1cc71d[_0x28cb08(0x239)](-_0xc87a5a),_0x388af6=_0xcb718e[_0x28cb08(0x239)](_0x1c0b0a);return{'start':_0xe960ca,'end':_0x388af6,'hasContentBefore':!_0xe960ca[_0x28cb08(0x216)],'hasContentAfter':!_0x388af6[_0x28cb08(0x27d)]};}[_0x330240(0x2dd)](_0x38f5d8){const _0x128e95=_0x330240,_0x307b13=this[_0x128e95(0x2d4)][_0x128e95(0x1fa)][_0x128e95(0x1e8)](_0x128e95(0x29e)),_0x197d21=new Set();_0x3905ae(this[_0x128e95(0x2d4)])[_0x128e95(0x2eb)][_0x128e95(0x1ec)](_0x47c784=>{const _0x53a13c=_0x128e95;for(const _0x1d62ad of _0x38f5d8){const _0x281c02=''+fe+_0x1d62ad[_0x53a13c(0x2e5)]+':'+_0x1d62ad[_0x53a13c(0x27b)]+'_'+_0x307b13[_0x53a13c(0x2af)](_0x197d21);this[_0x53a13c(0x2d9)][_0x53a13c(0x284)](_0x281c02,{'id':_0x281c02,'groupId':_0x1d62ad[_0x53a13c(0x27b)],'type':_0x1d62ad[_0x53a13c(0x2e5)],'content':_0x1d62ad[_0x53a13c(0x270)]}),_0x47c784[_0x53a13c(0x215)](_0x281c02,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x47c784[_0x53a13c(0x1ed)](_0x1d62ad[_0x53a13c(0x2a5)],_0x1d62ad[_0x53a13c(0x1fc)])});}});}[_0x330240(0x274)](_0x14d26e,_0x3cb6bc,_0x5243db){let _0x178887='';return()=>{const _0x2fa92e=_0x21a5;if(!_0x178887){const _0x1055d3=_0x3cb6bc[_0x2fa92e(0x29d)](_0x14d26e,{'showSuggestionHighlights':!0x0});let _0x4abce5=_0x1055d3[_0x2fa92e(0x27a)](0x0);if(_0x4abce5['is'](_0x2fa92e(0x2c0))||(_0x4abce5=_0x1055d3),!_0x4abce5)return'';let _0x4cdb6e=!0x1;const _0x168ef8=[];for(const _0x40dd00 of _0x4abce5[_0x2fa92e(0x20d)]())_0x40dd00['is'](_0x2fa92e(0x2e4),_0x2fa92e(0x2d1))&&_0x40dd00[_0x2fa92e(0x2e2)](_0x2fa92e(0x247))&&(_0x4cdb6e=!0x1),_0x4cdb6e&&_0x168ef8[_0x2fa92e(0x232)](_0x40dd00),_0x40dd00['is'](_0x2fa92e(0x2e4),_0x2fa92e(0x2d1))&&_0x40dd00[_0x2fa92e(0x2e2)](_0x2fa92e(0x25e))&&(_0x4cdb6e=!0x0);_0x4abce5[_0x2fa92e(0x297)](0x0,_0x4abce5[_0x2fa92e(0x1f8)]),_0x5243db?.[_0x2fa92e(0x2b6)]&&_0x4abce5[_0x2fa92e(0x281)]('…'),_0x4abce5[_0x2fa92e(0x281)](_0x168ef8),_0x5243db?.[_0x2fa92e(0x2a2)]&&_0x4abce5[_0x2fa92e(0x281)]('…');const _0x476894=_0x3cb6bc[_0x2fa92e(0x20e)][_0x2fa92e(0x2a4)][_0x2fa92e(0x2cd)](_0x1055d3),_0xca2308=_0x3cb6bc[_0x2fa92e(0x20e)][_0x2fa92e(0x20a)][_0x2fa92e(0x2ee)](_0x476894);_0x178887=_0xca2308;}return _0x178887;};}[_0x330240(0x205)](_0x2d6350,_0x4910a2){const _0x55dbb9=_0x330240;let _0x3bfd31='';return()=>(_0x3bfd31||(_0x3bfd31=_0x4910a2[_0x55dbb9(0x20b)](_0x2d6350,{'showSuggestionHighlights':!0x0})),_0x3bfd31);}[_0x330240(0x23c)](_0x22c83e,_0x48d13f,_0x1633b4){let _0x9e95b0='';return()=>{const _0xd27181=_0x21a5;if(!_0x9e95b0){const _0x1ac58e=_0x1633b4[_0xd27181(0x29d)](new _0x2f5e57(_0x22c83e)),_0x3eca55=_0x1633b4[_0xd27181(0x20e)][_0xd27181(0x2a4)][_0xd27181(0x2cd)](_0x1ac58e)[_0xd27181(0x1f4)](_0xd27181(0x298)+_0x48d13f+'\x22]');_0x9e95b0=_0x3eca55?.[_0xd27181(0x261)]||'';}return _0x9e95b0;};}[_0x330240(0x2c3)](_0x270801,_0x491b56=0x5){const _0x393ea2=_0x330240;let _0x23492e=_0x270801,_0xce2975=null;for(let _0x33af25=0x0;_0x33af25<_0x491b56&&_0x23492e;_0x33af25++){if(!_0x23492e[_0x393ea2(0x22a)]){_0x23492e=_0x23492e[_0x393ea2(0x255)];continue;}if(!(''+_0x23492e[_0x393ea2(0x22a)])[_0x393ea2(0x227)](_0x393ea2(0x2b4))){_0x23492e=_0x23492e[_0x393ea2(0x255)];continue;}if(!_0x23492e[_0x393ea2(0x252)](_0x393ea2(0x273)))break;_0xce2975=_0x23492e;break;}return _0xce2975;}[_0x330240(0x2d8)](_0x1a8d64){const _0x308b35=_0x330240,_0x37d482=_0x3905ae(this[_0x308b35(0x2d4)]),_0x12543f=_0x37d482[_0x308b35(0x2eb)][_0x308b35(0x224)][_0x308b35(0x1e8)](_0x1a8d64);return _0x12543f?_0x5bddff(_0x37d482[_0x308b35(0x1e7)],_0x12543f):null;}[_0x330240(0x2cf)](_0x4306f1){const _0x3ecef=_0x330240;return Array[_0x3ecef(0x1eb)](this[_0x3ecef(0x2d9)][_0x3ecef(0x2e7)]())[_0x3ecef(0x296)](_0x29c334=>_0x29c334[_0x3ecef(0x27b)]===_0x4306f1);}[_0x330240(0x27f)](_0x2fd5fb){const _0x5c2307=_0x330240;return _0x5c2307(0x2b2)===_0x2fd5fb[_0x5c2307(0x2e5)]?_0x2fd5fb[_0x5c2307(0x2f2)]:_0x2fd5fb[_0x5c2307(0x223)][_0x5c2307(0x2a5)];}[_0x330240(0x27c)](_0x189ab5,_0x54a8ea=!0x1){const _0x1ab10a=_0x330240;return _0x1ab10a(0x2b2)===_0x189ab5[_0x1ab10a(0x2e5)]?_0x54a8ea?_0x189ab5[_0x1ab10a(0x2f2)]:_0x189ab5[_0x1ab10a(0x2f2)][_0x1ab10a(0x239)](_0x189ab5[_0x1ab10a(0x26c)]):_0x189ab5[_0x1ab10a(0x223)][_0x1ab10a(0x1fc)];}[_0x330240(0x242)](_0x430026,_0x3bc859){const _0x2d84f2=_0x330240;return _0x2d84f2(0x2b2)===_0x430026[_0x2d84f2(0x2e5)]?_0x430026[_0x2d84f2(0x2f2)]=_0x430026[_0x2d84f2(0x2f2)][_0x2d84f2(0x239)](_0x3bc859):_0x2d84f2(0x299)===_0x430026[_0x2d84f2(0x2e5)]&&_0x430026[_0x2d84f2(0x223)]&&(_0x430026[_0x2d84f2(0x223)]=new _0x242a21(_0x430026[_0x2d84f2(0x223)][_0x2d84f2(0x2a5)][_0x2d84f2(0x239)](_0x3bc859),_0x430026[_0x2d84f2(0x223)][_0x2d84f2(0x1fc)][_0x2d84f2(0x239)](_0x3bc859))),_0x430026;}[_0x330240(0x236)](_0xa98d15,_0x187472){const _0x4b0ff5=_0x330240;_0x4b0ff5(0x2b2)===_0xa98d15[_0x4b0ff5(0x2e5)]?_0xa98d15[_0x4b0ff5(0x2f2)]=this[_0x4b0ff5(0x26a)](_0xa98d15[_0x4b0ff5(0x2f2)],_0x187472):_0x4b0ff5(0x299)===_0xa98d15[_0x4b0ff5(0x2e5)]&&_0xa98d15[_0x4b0ff5(0x223)]&&(_0xa98d15[_0x4b0ff5(0x223)]=this[_0x4b0ff5(0x234)](_0xa98d15[_0x4b0ff5(0x223)],_0x187472));}[_0x330240(0x26a)](_0xfd5032,_0x14e1bc){const _0x39bbd7=_0x330240;return new _0x201b75(_0x14e1bc,_0xfd5032[_0x39bbd7(0x2c4)]);}[_0x330240(0x234)](_0x4820b6,_0x15dd99){const _0x4b117b=_0x330240;return new _0x242a21(this[_0x4b117b(0x26a)](_0x4820b6[_0x4b117b(0x2a5)],_0x15dd99),this[_0x4b117b(0x26a)](_0x4820b6[_0x4b117b(0x1fc)],_0x15dd99));}[_0x330240(0x272)](_0x316009,_0x13d4c7){return new _0x201b75(_0x13d4c7,[..._0x316009]);}[_0x330240(0x2d0)](_0x260228,_0x1a6536,_0x3ff660,_0x2532f9){const _0xf9729=_0x330240;return new _0x242a21(this[_0xf9729(0x272)](_0x1a6536,_0x2532f9),this[_0xf9729(0x272)](_0x3ff660,_0x2532f9));}[_0x330240(0x2a3)](_0x76d568){const _0x520cb0=_0x330240,_0x486da5=_0x5c0e3a=>{const _0x2ee133=_0x21a5;switch(_0x5c0e3a){case _0x2ee133(0x2b2):return 0x0;case _0x2ee133(0x22e):return 0x1;case _0x2ee133(0x24e):return 0x2;case _0x2ee133(0x2c5):return 0x3;}};return _0x76d568[_0x520cb0(0x2de)]((_0x19a67f,_0x3c0174)=>_0x486da5(_0x19a67f[_0x520cb0(0x2e5)])-_0x486da5(_0x3c0174[_0x520cb0(0x2e5)]));}[_0x330240(0x275)](_0x19e61a,_0x4bb7bc){const _0x163c0c=_0x330240,_0x24267c=_0x19e61a[_0x163c0c(0x27a)](0x0),_0x4c5886=_0x4bb7bc[_0x163c0c(0x27a)](0x0);return!(!_0x24267c||!_0x4c5886)&&((!_0x24267c['is'](_0x163c0c(0x2e4))||!_0x4c5886['is'](_0x163c0c(0x2e4))||_0x24267c[_0x163c0c(0x2d2)]===_0x4c5886[_0x163c0c(0x2d2)])&&!(_0x24267c['is'](_0x163c0c(0x2e4))&&!_0x4c5886['is'](_0x163c0c(0x2e4))||!_0x24267c['is'](_0x163c0c(0x2e4))&&_0x4c5886['is'](_0x163c0c(0x2e4))));}[_0x330240(0x289)](_0xd9ea9e){const _0x12d7f6=_0x330240;return 0x1===_0xd9ea9e[_0x12d7f6(0x1f8)];}[_0x330240(0x209)](_0x2a5bf8,_0x76b825){const _0x883661=_0x330240;for(const _0x40885d of _0x2a5bf8[_0x883661(0x20d)]())if(_0x40885d['is'](_0x883661(0x2e4))&&!_0x76b825[_0x883661(0x2da)](_0x40885d))return!0x1;return!0x0;}[_0x330240(0x211)](_0x1a663a,_0x47f788){const _0x29dc86=_0x330240;let _0x11d355=_0x1a663a[_0x29dc86(0x252)](_0x5bca49);return _0x11d355||(_0x11d355=_0x47f788(),_0x1a663a[_0x29dc86(0x1e5)](_0x5bca49,_0x11d355)),_0x11d355;}}
23
+ const _0x336ff1=_0x5286;(function(_0x464a60,_0xcc90a5){const _0x393829=_0x5286,_0x2c8883=_0x464a60();while(!![]){try{const _0x27be0e=-parseInt(_0x393829(0x147))/0x1*(parseInt(_0x393829(0xfb))/0x2)+-parseInt(_0x393829(0x150))/0x3+parseInt(_0x393829(0xf0))/0x4*(parseInt(_0x393829(0x100))/0x5)+-parseInt(_0x393829(0x165))/0x6*(-parseInt(_0x393829(0x108))/0x7)+parseInt(_0x393829(0xc7))/0x8+parseInt(_0x393829(0xe4))/0x9+parseInt(_0x393829(0xec))/0xa*(parseInt(_0x393829(0xce))/0xb);if(_0x27be0e===_0xcc90a5)break;else _0x2c8883['push'](_0x2c8883['shift']());}catch(_0x582cc6){_0x2c8883['push'](_0x2c8883['shift']());}}}(_0xc655,0xa20f9));import{InsertOperation as _0x38ad70,MarkerOperation as _0x40830b,ModelDocumentFragment as _0x463ebf,ModelPosition as _0x56c672,ModelRange as _0x5e64ea,ModelTreeWalker as _0x403f12,transformOperationSets as _0x2052e8}from'ckeditor5/src/engine.js';import{DomEmitterMixin as _0x8156f5,EmitterMixin as _0x51823b,uid as _0xf43e89}from'ckeditor5/src/utils.js';import{ContextPlugin as _0x735bdc}from'ckeditor5/src/core.js';import{DocumentCompare as _0x419db5,DATA_ID_MODEL_ATTRIBUTE as _0x11f276,DATA_ID_VIEW_ATTRIBUTE as _0x3fb003,getMarkerDomElement as _0x310d51}from'ckeditor5-collaboration/src/collaboration-core.js';import{getEditorFromContext as _0x782287}from'../aicore/utils/geteditorfromcontext.js';import{AIEditing as _0x26445f}from'../aicore/aiediting.js';function _0xc655(){const _0x1451f9=['name','_createGetContentUsingDataIdFn','childCount','includes','hasContentBefore','baseVersion','remove-context','_eventEmitter','values','$graveyard','parent','size','_changePositionOwnerDocument','ck-ai_review__change_active','affectsData','append','ck-ai_review-marker_add','stringify','getContentElementForChange','push','dataDowncast','_haveSingleTopLevelElement','getDiff','type','ellipsisAfter','review-','60296fDHpyu','setAllMarkersAsInactive','$textProxy','createRange','afterInit','clear','containsRange','6132236QeXzcL','forEach','className','_parseMarkerName','toView','getHtml','AIReviewCoreEditing','No\x20element\x20found\x20for\x20ID:\x20','_findAdjacentContextDistance','getShiftedBy','element','$documentFragment','conversion','getRange','operations','$markedRemove','listenTo','version','asFragment','_sortMarkers','removeMarker','attributeToAttribute','3388545yChzjO','remove','for','_translateOperationToEditorContent','_getOperationEnd','createRangeOn','hasClass','htmlProcessor','10vVsmfD','remove-only','changeMarkerClicked','set','345512tAGYVE','createRawElement','filter','diffContent','every','closest','ck-ai_review-marker_strikethrough','_markers','markerToHighlight','emitter','_findMarkerElementById','4KiNfUx','isInline','ck-ai_review-marker_hide','changeMarkerHovered','changeMarkerRemoved','40JMvVQb','.ck-reset.ck-ai_review-balloon-panel-suggestion','model','rootName','\x20ck-ai_review__change_active','_haveOnlyInlineContent','markChangePositionInEditorContent','downcast','869309BXpoNk','_createGetContentFn','asString','data-marker-id','suggestion-context','backward','toDomElement','map','_domEmitter','toData','clearAllMarkers','_changePosition','root','oldRange','position','getOperations','isIntersecting','keys','markers','getMarkerElementForChange','parse','remove-text','getRoot','content','createRangeIn','editing','getEditableElement','ck-ai_review-marker_context-start','domConverter','changeMarkerBlurred','operationsA','applyChange','outside','addOperation','has','_appendChild','createUIElement','requires','view','highest','_validateMarkers','offset','differ','ck-ai_review-marker_context-end','nodes','createPositionAt','changeMarkerRestored','_setAttribute','switchToEdit','processor','getChildren','getEditor','innerHTML','target','jumpTo','isDocumentOperation','_clone','$root','length','mouseover','insertContent','body','ck-ai_review-marker_underline','86978xYVbck','_getMarkersDataForGroup','createPositionAfter','isBlock','_hasSameTopLevelElement','getDocumentData','hasContentAfter','_findMarkerElement','batch','3502038UNIail','disableReadOnlyMode','_upsertDataId','flat','relatedTarget','viewToDom','[data-marker-id=\x22','$markedRemove:synthetic','mouseup','_activeMarkers','_getPositionLimitingRange','createSelection','parentElement','span','context','createDocumentFragment','getStart','_changeRange','markerToElement','path','elements','18WseqyQ','registerPostFixer','suggestion:deletion:id:authorId:','add','change','_groupAdjacentOperations','markerName','_removeAttribute','history','getPath','_getChangeContext','ck-ai_review-marker_context-','pop','_changeRangeOwnerDocument','[data-id=\x22','warn','insert','outerHTML','reactivateMarkers','_handleMarkerChanges','inside','concat','startsWith','isPremiumPlugin','isTouching','get','getChangedMarkers','clone','forward','querySelector','isLimit','addMarker','getChanges','plugins','containerElement','_nextDataId','index','split','editingDowncast','document','schema','_createGetContextFn','enableReadOnlyMode','getChild','data','_removeChildren','isOfficialPlugin','end','exec','_changeOperationOwnerDocument','delete','isOpening','deleteContent','setMarkersInElementAsActive','ck-ai_review-marker_','_getOperationStart','htmlWriter','start','getRoots','marker','getAttribute','offsetSize','operationsIsolated','fire','isAtStart','isAtEnd','switchToReadOnly','applyOperation','groupId','newRange','getDomRoot','ai-review','_insertMarkers','_shiftOperation','from','sort','join','suggestion:insertion:id:authorId:','reconvertMarker','AIEditing','howMany','pluginName','hasAttribute','DocumentCompare','documentFragment','rejectChange','ellipsisBefore'];_0xc655=function(){return _0x1451f9;};return _0xc655();}import{debounce as _0x4e5888}from'es-toolkit/compat';const fe=_0x336ff1(0xc6);function _0x5286(_0x5dda6d,_0x4eba34){const _0xc6556e=_0xc655();return _0x5286=function(_0x5286fd,_0x53a35d){_0x5286fd=_0x5286fd-0x7c;let _0x4616bb=_0xc6556e[_0x5286fd];return _0x4616bb;},_0x5286(_0x5dda6d,_0x4eba34);}export class AIReviewCoreEditing extends _0x735bdc{static get[_0x336ff1(0x12d)](){return[_0x419db5,_0x26445f];}static get[_0x336ff1(0xa7)](){const _0x5a3d58=_0x336ff1;return _0x5a3d58(0xd4);}static get[_0x336ff1(0x84)](){return!0x0;}static get[_0x336ff1(0x17c)](){return!0x0;}[_0x336ff1(0xf7)]=new Map();[_0x336ff1(0x159)]=new Set();[_0x336ff1(0x110)];[_0x336ff1(0xb4)];constructor(_0x4fb3d7){const _0x25d758=_0x336ff1;super(_0x4fb3d7),this[_0x25d758(0x110)]=new(_0x8156f5())(),this[_0x25d758(0xb4)]=new(_0x51823b())();}get[_0x336ff1(0xf9)](){const _0x8fc46=_0x336ff1;return this[_0x8fc46(0xb4)];}[_0x336ff1(0xcb)](){const _0x2413ad=_0x336ff1,_0x3f26d2=_0x782287(this[_0x2413ad(0x15e)]);_0x3f26d2[_0x2413ad(0xda)][_0x2413ad(0xe6)](_0x2413ad(0x7c))[_0x2413ad(0x162)]({'model':fe+_0x2413ad(0x175),'view':(_0x2f99d5,{writer:_0x35dbdd})=>{const _0x499013=_0x2413ad,_0x189ad0=this[_0x499013(0xf7)][_0x499013(0x17e)](_0x2f99d5[_0x499013(0x16b)]),_0x3b3b40={'class':_0x499013(0xbd)+(this[_0x499013(0x159)][_0x499013(0x12a)](_0x189ad0?.['id']||'')?_0x499013(0x104):''),'data-marker-id':_0x2f99d5[_0x499013(0x16b)]};return _0x35dbdd[_0x499013(0x12c)](_0x499013(0x15d),_0x3b3b40,function(_0x429787){const _0x63baca=_0x499013,_0x3b81c7=this[_0x63baca(0x10e)](_0x429787);return _0x3b81c7[_0x63baca(0x13c)]=_0x189ad0?.[_0x63baca(0x11f)]?.[_0x63baca(0x10a)]||'',_0x3b81c7;});}}),_0x3f26d2[_0x2413ad(0xda)][_0x2413ad(0xe6)](_0x2413ad(0x7c))[_0x2413ad(0xf8)]({'model':fe+_0x2413ad(0xed),'view':_0x5de2c2=>{const _0x87fb45=_0x2413ad,_0x5cc7d1=this[_0x87fb45(0xf7)][_0x87fb45(0x17e)](_0x5de2c2[_0x87fb45(0x16b)]),_0x26f32f=[_0x87fb45(0xf6)];return this[_0x87fb45(0x159)][_0x87fb45(0x12a)](_0x5cc7d1?.['id']||'')&&_0x26f32f[_0x87fb45(0xc0)](_0x87fb45(0xba)),{'classes':_0x26f32f,'attributes':{'data-marker-id':_0x5de2c2[_0x87fb45(0x16b)]}};}}),_0x3f26d2[_0x2413ad(0xda)][_0x2413ad(0xe6)](_0x2413ad(0x7c))[_0x2413ad(0xf8)]({'model':fe+_0x2413ad(0xb3),'view':_0x3fb26d=>{const _0x4150dc=_0x2413ad,_0xa4079d=this[_0x4150dc(0xf7)][_0x4150dc(0x17e)](_0x3fb26d[_0x4150dc(0x16b)]),_0x545b0f=[_0x4150dc(0x146)];return this[_0x4150dc(0x159)][_0x4150dc(0x12a)](_0xa4079d?.['id']||'')&&_0x545b0f[_0x4150dc(0xc0)](_0x4150dc(0xba)),{'classes':_0x545b0f,'attributes':{'data-marker-id':_0x3fb26d[_0x4150dc(0x16b)]}};}}),_0x3f26d2[_0x2413ad(0xda)][_0x2413ad(0xe6)](_0x2413ad(0x7c))[_0x2413ad(0xf8)]({'model':fe+_0x2413ad(0x11d),'view':_0x1acafd=>{const _0x128817=_0x2413ad,_0x20b4b6=this[_0x128817(0xf7)][_0x128817(0x17e)](_0x1acafd[_0x128817(0x16b)]),_0x3d8844=[_0x128817(0xfd)];return this[_0x128817(0x159)][_0x128817(0x12a)](_0x20b4b6?.['id']||'')&&_0x3d8844[_0x128817(0xc0)](_0x128817(0xba)),{'classes':_0x3d8844,'attributes':{'data-marker-id':_0x1acafd[_0x128817(0x16b)]}};}}),_0x3f26d2[_0x2413ad(0xda)][_0x2413ad(0xe6)](_0x2413ad(0xc1))[_0x2413ad(0x162)]({'model':fe+_0x2413ad(0x10c),'view':(_0x44e768,{writer:_0x4dbd9f})=>_0x4dbd9f[_0x2413ad(0xf1)](_0x2413ad(0x15d),{'class':_0x2413ad(0x170)+(_0x44e768[_0x2413ad(0x89)]?_0x2413ad(0x8f):_0x2413ad(0x85))})}),_0x3f26d2[_0x2413ad(0xda)][_0x2413ad(0xe6)](_0x2413ad(0x107))[_0x2413ad(0xe3)]({'model':_0x11f276,'view':_0x3fb003});const _0x413f13=_0x3f26d2['ui'][_0x2413ad(0x122)]()||document[_0x2413ad(0x145)];this[_0x2413ad(0x110)][_0x2413ad(0xde)](_0x413f13,_0x2413ad(0x158),(_0x12d06b,_0x5f0498)=>{const _0x530511=_0x2413ad,_0x1836e2=_0x5f0498[_0x530511(0x13d)],_0x2e04ed=this[_0x530511(0x14e)](_0x1836e2);if(!_0x2e04ed)return;const _0x28f297=_0x2e04ed[_0x530511(0x92)](_0x530511(0x10b)),_0x50b774=_0x28f297[_0x530511(0x18a)](':')[_0x530511(0x171)]()?.[_0x530511(0x18a)]('_')[0x0];this[_0x530511(0xb4)][_0x530511(0x95)](_0x530511(0xee),{'markerId':_0x28f297,'changeId':_0x50b774,'markerElement':()=>this[_0x530511(0xfa)](_0x28f297),'domEvent':_0x5f0498});},{'usePassive':!0x0,'priority':_0x2413ad(0x12f)}),this[_0x2413ad(0x110)][_0x2413ad(0xde)](_0x413f13,_0x2413ad(0x143),(_0x8ef927,_0x179b77)=>{const _0x233631=_0x2413ad,_0x3d623b=_0x179b77[_0x233631(0x13d)],_0x4ddc23=_0x179b77[_0x233631(0x154)];let _0x232466=this[_0x233631(0x14e)](_0x3d623b);if(!_0x232466&&_0x4ddc23&&(_0x232466=this[_0x233631(0x14e)](_0x4ddc23)),!_0x232466)return;const _0x73e117=_0x232466[_0x233631(0x92)](_0x233631(0x10b)),_0x5d67f1=_0x73e117[_0x233631(0x18a)](':')[_0x233631(0x171)]()?.[_0x233631(0x18a)]('_')[0x0];this[_0x233631(0xb4)][_0x233631(0x95)](_0x233631(0xfe),{'changeId':_0x5d67f1,'markerElement':()=>this[_0x233631(0xfa)](_0x73e117),'domEvent':_0x179b77});}),this[_0x2413ad(0x110)][_0x2413ad(0xde)](document,_0x2413ad(0x143),_0x4e5888((_0x27a72e,_0x41dce1)=>{const _0x2a8a6c=_0x2413ad,_0x56c5fd=_0x41dce1[_0x2a8a6c(0x13d)];if(this[_0x2a8a6c(0x14e)](_0x56c5fd))return;_0x56c5fd[_0x2a8a6c(0xf5)](_0x2a8a6c(0x101))||this[_0x2a8a6c(0xb4)][_0x2a8a6c(0x95)](_0x2a8a6c(0x125));},0xc8)),_0x3f26d2[_0x2413ad(0x102)][_0x2413ad(0x7d)][_0x2413ad(0x166)](_0x49b8bd=>this[_0x2413ad(0x130)](_0x3f26d2,_0x49b8bd)),_0x3f26d2[_0x2413ad(0x102)][_0x2413ad(0x7d)]['on'](_0x2413ad(0x169),()=>this[_0x2413ad(0x178)](_0x3f26d2));}[_0x336ff1(0x14c)](){const _0x198829=_0x336ff1,_0x440383=this[_0x198829(0x15e)][_0x198829(0x186)][_0x198829(0x17e)](_0x198829(0xa5)),_0x403588=_0x782287(this[_0x198829(0x15e)]),_0xb42fdf=_0x403588[_0x198829(0x102)],_0x464bee=new _0x463ebf();for(const _0x50480c of _0xb42fdf[_0x198829(0x7d)][_0x198829(0x11e)]()[_0x198829(0x13a)]()){const _0x27b9ad=_0x50480c[_0x198829(0x140)](!0x0);_0x464bee[_0x198829(0x12b)](_0x27b9ad);}for(const _0x1b6189 of _0xb42fdf[_0x198829(0x11a)])_0x464bee[_0x198829(0x11a)][_0x198829(0xef)](_0x1b6189[_0x198829(0xad)],this[_0x198829(0x172)](_0x1b6189[_0x198829(0xdb)]()[_0x198829(0x180)](),_0x464bee));const _0x26f25b=new _0x403f12({'ignoreElementEnd':!0x0,'startPosition':_0xb42fdf[_0x198829(0x135)](_0x464bee,0x0)}),_0x39ccf5=new Set(),_0x2dcd1d=new Map();for(const {item:_0x36e7b6}of _0x26f25b){if(!_0x36e7b6['is'](_0x198829(0xc9)))continue;const _0x59772c=_0x36e7b6[_0x198829(0xb7)];if(_0x59772c&&_0x59772c['is'](_0x198829(0xd8))){const _0x42389a=this[_0x198829(0x152)](_0x59772c,()=>_0x440383[_0x198829(0x188)](_0x39ccf5));_0x39ccf5[_0x198829(0x168)](_0x42389a);for(const _0x35c642 of _0x59772c[_0x198829(0x13a)]())_0x35c642['is'](_0x198829(0xd8))&&_0x39ccf5[_0x198829(0x168)](this[_0x198829(0x152)](_0x35c642,()=>_0x440383[_0x198829(0x188)](_0x39ccf5)));let _0x37bc44=_0x59772c;for(;_0x37bc44[_0x198829(0xb7)]&&!_0x37bc44[_0x198829(0xb7)]['is'](_0x198829(0xaa));)_0x37bc44=_0x37bc44[_0x198829(0xb7)],_0x37bc44[_0x198829(0xa8)](_0x11f276)&&_0x37bc44[_0x198829(0x16c)](_0x11f276);_0x2dcd1d[_0x198829(0xef)](_0x42389a,{'path':_0x59772c[_0x198829(0x16e)](),'getContent':this[_0x198829(0xae)](_0x37bc44[_0x198829(0x140)](!0x0),_0x42389a,_0x403588[_0x198829(0x82)])}),_0x26f25b[_0x198829(0x13e)](_0xb42fdf[_0x198829(0x149)](_0x59772c));}}return{'content':_0x403588[_0x198829(0x82)][_0x198829(0x139)][_0x198829(0x111)](_0x403588[_0x198829(0x82)][_0x198829(0xd2)](_0x464bee)),'version':_0x403588[_0x198829(0x102)][_0x198829(0x7d)][_0x198829(0xdf)],'elements':_0x2dcd1d};}[_0x336ff1(0xf3)](_0x3aee23,_0x5ba17d,_0x5c1c65=!0x1){const _0xafefd3=_0x336ff1,_0x425cd1=[],_0x526a88=_0x782287(this[_0xafefd3(0x15e)]),_0x1b7792=_0x526a88[_0xafefd3(0x82)][_0xafefd3(0x11c)](_0x5ba17d,_0xafefd3(0xd9)),_0x5a0d4d=_0x526a88[_0xafefd3(0x82)][_0xafefd3(0x11c)](_0x3aee23,_0xafefd3(0xd9)),_0x17b262=_0x526a88[_0xafefd3(0x102)][_0xafefd3(0x135)](_0x5a0d4d,0x0);if(this[_0xafefd3(0xc2)](_0x1b7792)){if(!this[_0xafefd3(0x14b)](_0x5a0d4d,_0x1b7792))return _0x425cd1;}else{const _0x5d98cc=_0x526a88[_0xafefd3(0x102)][_0xafefd3(0x7e)];if(!this[_0xafefd3(0x105)](_0x5a0d4d,_0x5d98cc)||!this[_0xafefd3(0x105)](_0x1b7792,_0x5d98cc))return _0x425cd1;}const _0xe0ac27=this[_0xafefd3(0x15e)][_0xafefd3(0x186)][_0xafefd3(0x17e)](_0xafefd3(0xa9))[_0xafefd3(0xc3)](_0x3aee23,_0x5ba17d,{'anchor':_0x17b262,'markDeletions':!0x0})[_0xafefd3(0x117)]()[_0xafefd3(0xf2)](_0x111472=>_0xafefd3(0x175)===_0x111472[_0xafefd3(0xc4)]||_0xafefd3(0x91)===_0x111472[_0xafefd3(0xc4)]&&_0x111472[_0xafefd3(0xad)][_0xafefd3(0x17b)](_0xafefd3(0xdd))),_0x27d87d=this[_0xafefd3(0x16a)](_0xe0ac27),_0xf6e635=[];if(_0x5c1c65){if(_0x27d87d[_0xafefd3(0x142)]){const _0x1376ff=_0x27d87d[0x0][_0xafefd3(0xdc)][0x0],_0x17050e=_0xafefd3(0x175)===_0x1376ff[_0xafefd3(0xc4)]?_0x1376ff[_0xafefd3(0x116)]:_0x1376ff[_0xafefd3(0x9b)][_0xafefd3(0x8f)],_0x150a96=this[_0xafefd3(0x15a)](_0x17050e,_0x526a88,_0xafefd3(0x179)),_0x2855a4=_0x150a96?_0x1b7792[_0xafefd3(0x81)](0x0)[_0xafefd3(0x13a)]():_0x1b7792[_0xafefd3(0x13a)](),_0x429ed1=_0x150a96||_0x526a88[_0xafefd3(0x102)][_0xafefd3(0x120)](_0x5a0d4d),_0x3d3017=[new _0x40830b(_0xafefd3(0x157)+_0xf43e89(),null,_0x429ed1,_0x526a88[_0xafefd3(0x102)][_0xafefd3(0x7d)][_0xafefd3(0x102)][_0xafefd3(0x11a)],!0x0,_0x526a88[_0xafefd3(0x102)][_0xafefd3(0x7d)][_0xafefd3(0xdf)]+0x1),new _0x38ad70(_0x429ed1[_0xafefd3(0x85)],_0x2855a4,_0x526a88[_0xafefd3(0x102)][_0xafefd3(0x7d)][_0xafefd3(0xdf)]+0x2)];_0xf6e635[_0xafefd3(0xc0)]({'operations':_0x3d3017,'operationsIsolated':_0x3d3017,'groupOffset':0x0});}}else _0xf6e635[_0xafefd3(0xc0)](..._0x27d87d);let _0x1bf19f=0x0;return _0x526a88[_0xafefd3(0x102)][_0xafefd3(0x169)](_0x28477c=>{const _0x32ec1e=_0xafefd3;for(let _0x146938=0x0;_0x146938<_0xf6e635[_0x32ec1e(0x142)];_0x146938++){const _0x1e811b=_0xf6e635[_0x146938],_0x4083fd=_0x28477c[_0x32ec1e(0x15f)]();for(const _0x5abe73 of _0x5a0d4d[_0x32ec1e(0x13a)]())_0x28477c[_0x32ec1e(0xbc)](_0x5abe73[_0x32ec1e(0x140)](!0x0),_0x4083fd);for(const _0x45c8e8 of _0x1e811b[_0x32ec1e(0x94)])if(_0x32ec1e(0x175)===_0x45c8e8[_0x32ec1e(0xc4)]){const _0x24e55e=_0x45c8e8;_0x24e55e[_0x32ec1e(0xb2)]=null,_0x24e55e[_0x32ec1e(0x13f)]=!0x1,this[_0x32ec1e(0x87)](_0x24e55e,_0x4083fd),_0x28477c[_0x32ec1e(0x14f)][_0x32ec1e(0x129)](_0x45c8e8),_0x526a88[_0x32ec1e(0x102)][_0x32ec1e(0x99)](_0x45c8e8);const _0x276a37=_0x32ec1e(0xa3)+_0x1bf19f++,_0x423f2b=_0x526a88[_0x32ec1e(0x102)][_0x32ec1e(0xca)](_0x24e55e[_0x32ec1e(0x116)],_0x24e55e[_0x32ec1e(0x116)][_0x32ec1e(0xd7)](_0x24e55e[_0x32ec1e(0xa6)]));_0x4083fd[_0x32ec1e(0x11a)][_0x32ec1e(0xef)](_0x276a37,_0x423f2b);}else{if(_0x32ec1e(0x91)===_0x45c8e8[_0x32ec1e(0xc4)]&&_0x45c8e8[_0x32ec1e(0xad)][_0x32ec1e(0x17b)](_0x32ec1e(0xdd))){const _0x2a1180=_0x45c8e8,_0x97d57b=_0x32ec1e(0x167)+_0x1bf19f++;this[_0x32ec1e(0x87)](_0x2a1180,_0x4083fd),_0x4083fd[_0x32ec1e(0x11a)][_0x32ec1e(0xef)](_0x97d57b,_0x2a1180[_0x32ec1e(0x9b)]);}}if(_0x5c1c65)_0x425cd1[_0x32ec1e(0xc0)]({..._0x1e811b,'context':this[_0x32ec1e(0x109)](_0x5a0d4d,_0x526a88[_0x32ec1e(0x82)]),'content':this[_0x32ec1e(0x109)](_0x5a0d4d,_0x526a88[_0x32ec1e(0x82)])});else{const _0x273c0b=this[_0x32ec1e(0x16f)](this[_0x32ec1e(0xb9)](this[_0x32ec1e(0x8d)](_0x1e811b[_0x32ec1e(0x94)][0x0]),_0x4083fd),this[_0x32ec1e(0xb9)](this[_0x32ec1e(0xe8)](_0x1e811b[_0x32ec1e(0x94)][_0x1e811b[_0x32ec1e(0x94)][_0x32ec1e(0x142)]-0x1]),_0x4083fd));_0x4083fd[_0x32ec1e(0x11a)][_0x32ec1e(0xef)](fe+_0x32ec1e(0x10c),new _0x5e64ea(_0x273c0b[_0x32ec1e(0x8f)],_0x273c0b[_0x32ec1e(0x85)])),_0x425cd1[_0x32ec1e(0xc0)]({..._0x1e811b,'context':this[_0x32ec1e(0x7f)](_0x4083fd,_0x526a88[_0x32ec1e(0x82)],{'ellipsisBefore':_0x273c0b[_0x32ec1e(0xb1)],'ellipsisAfter':_0x273c0b[_0x32ec1e(0x14d)]}),'content':this[_0x32ec1e(0x109)](_0x4083fd,_0x526a88[_0x32ec1e(0x82)])});}}}),_0x425cd1;}[_0x336ff1(0x106)](_0x486804,_0x5aad74){const _0x12bae1=_0x336ff1;if(!_0x486804[_0x12bae1(0x142)])return;const _0x46c364=_0x486804[0x0][_0x12bae1(0xb7)]['id'],_0x3041ea=_0x5aad74[_0x12bae1(0x164)][_0x12bae1(0x17e)](_0x46c364);if(!_0x3041ea)return void console[_0x12bae1(0x174)](_0x12bae1(0xd5)+_0x46c364);const _0x24e0d7=_0x3041ea[_0x12bae1(0x163)],_0x27312f=_0x782287(this[_0x12bae1(0x15e)]),_0x31ae00=_0x27312f[_0x12bae1(0x102)][_0x12bae1(0x7d)][_0x12bae1(0x16d)][_0x12bae1(0x117)](_0x5aad74[_0x12bae1(0xdf)]),_0x45791a=[];for(const _0x343297 of _0x486804){const _0x4f2b7c=_0x343297[_0x12bae1(0x94)][_0x12bae1(0x10f)](_0x21e9f7=>this[_0x12bae1(0xe7)](_0x21e9f7,_0x24e0d7,_0x27312f[_0x12bae1(0x102)][_0x12bae1(0x7d)][_0x12bae1(0x90)]()[0x0]));if(!_0x4f2b7c||!_0x4f2b7c[_0x12bae1(0x142)])continue;const _0x1dedb6=_0x4f2b7c[_0x12bae1(0xf4)](_0x448766=>_0x12bae1(0x91)===_0x448766[_0x12bae1(0xc4)]&&_0x448766[_0x12bae1(0xad)][_0x12bae1(0x17b)](_0x12bae1(0xdd))),_0x67baa6={'document':_0x27312f[_0x12bae1(0x102)][_0x12bae1(0x7d)],'useRelations':!0x1,'padWithNoOps':!0x1},_0x1143de=_0x2052e8(_0x4f2b7c,_0x31ae00,_0x67baa6)[_0x12bae1(0x126)];for(const _0x182960 of _0x1143de)if(_0x12bae1(0x175)===_0x182960[_0x12bae1(0xc4)]){const _0x362366=_0x182960,_0x1d89ec=_0x362366[_0x12bae1(0x134)];_0x27312f[_0x12bae1(0x102)][_0x12bae1(0x169)](_0xc6c227=>{const _0x39fcf2=_0x12bae1,_0x25371d=_0xc6c227[_0x39fcf2(0x15f)]();for(const _0x27fa8e of _0x1d89ec)_0xc6c227[_0x39fcf2(0xbc)](_0x27fa8e[_0x39fcf2(0x140)](!0x0),_0x25371d);_0x45791a[_0x39fcf2(0xc0)]({'start':_0x362366[_0x39fcf2(0x116)],'end':_0x362366[_0x39fcf2(0x116)],'type':_0x39fcf2(0x175),'groupId':_0x343297['id'],'content':{'asString':this[_0x39fcf2(0x109)](_0x25371d,_0x27312f[_0x39fcf2(0x82)])(),'asFragment':_0x25371d}});});}else{if(_0x12bae1(0x91)===_0x182960[_0x12bae1(0xc4)]&&_0x182960[_0x12bae1(0xad)][_0x12bae1(0x17b)](_0x12bae1(0xdd))){const _0x891565=_0x182960;let _0x178b3a=_0x12bae1(0x11d);if(_0x1dedb6){const _0x541008=this[_0x12bae1(0xd6)](_0x891565[_0x12bae1(0x9b)][_0x12bae1(0x8f)],_0x12bae1(0x10d),_0x27312f[_0x12bae1(0x102)][_0x12bae1(0x7e)]),_0x41ca4a=this[_0x12bae1(0xd6)](_0x891565[_0x12bae1(0x9b)][_0x12bae1(0x85)],_0x12bae1(0x181),_0x27312f[_0x12bae1(0x102)][_0x12bae1(0x7e)]);if(_0x541008||_0x41ca4a){const _0x23ae61=_0x891565[_0x12bae1(0x9b)][_0x12bae1(0x8f)][_0x12bae1(0xd7)](-_0x541008),_0x266024=_0x891565[_0x12bae1(0x9b)][_0x12bae1(0x85)][_0x12bae1(0xd7)](_0x41ca4a);_0x45791a[_0x12bae1(0xc0)]({'start':_0x23ae61,'end':_0x266024,'groupId':_0x343297['id'],'type':_0x12bae1(0xb3)});}else _0x178b3a=_0x12bae1(0xed);}_0x45791a[_0x12bae1(0xc0)]({'start':_0x891565[_0x12bae1(0x9b)][_0x12bae1(0x8f)],'end':_0x891565[_0x12bae1(0x9b)][_0x12bae1(0x85)],'groupId':_0x343297['id'],'type':_0x178b3a});}}}this[_0x12bae1(0x9e)](_0x45791a);}[_0x336ff1(0x112)](){const _0x19cb3b=_0x336ff1,_0x561abd=_0x782287(this[_0x19cb3b(0x15e)]);_0x561abd[_0x19cb3b(0x102)][_0x19cb3b(0x169)](_0x133816=>{const _0x135847=_0x19cb3b;for(const _0x2baf39 of this[_0x135847(0xf7)][_0x135847(0x119)]())_0x561abd[_0x135847(0x102)][_0x135847(0x11a)][_0x135847(0x17e)](_0x2baf39)&&_0x133816[_0x135847(0xe2)](_0x2baf39);}),this[_0x19cb3b(0xf7)][_0x19cb3b(0xcc)](),this[_0x19cb3b(0x159)][_0x19cb3b(0xcc)]();}[_0x336ff1(0x98)](){const _0x9114f3=_0x336ff1;_0x782287(this[_0x9114f3(0x15e)])[_0x9114f3(0x80)](_0x9114f3(0x9d));}[_0x336ff1(0x138)](){const _0x30b9a5=_0x336ff1;_0x782287(this[_0x30b9a5(0x15e)])[_0x30b9a5(0x151)](_0x30b9a5(0x9d));}[_0x336ff1(0x127)](_0x4f6045){const _0x39b09f=_0x336ff1,_0x41d76b=_0x782287(this[_0x39b09f(0x15e)]),_0x822bff=_0x41d76b[_0x39b09f(0x102)],_0x513c2f=_0x4f6045[_0x39b09f(0x10f)](_0x3c1cad=>this[_0x39b09f(0x148)](_0x3c1cad))[_0x39b09f(0x153)]();_0x822bff[_0x39b09f(0x169)](_0x1f8719=>{const _0x9620d=_0x39b09f;for(const _0x5013a5 of _0x513c2f){const _0x4e64c6=_0x41d76b[_0x9620d(0x102)][_0x9620d(0x11a)][_0x9620d(0x17e)](_0x5013a5['id']);if(_0x4e64c6){if(_0x9620d(0x175)===_0x5013a5[_0x9620d(0xc4)]){if(!_0x5013a5[_0x9620d(0x11f)])continue;_0x822bff[_0x9620d(0x144)](_0x5013a5[_0x9620d(0x11f)][_0x9620d(0xe0)]||null,_0x4e64c6[_0x9620d(0xdb)]()[_0x9620d(0x8f)]);}else _0x9620d(0x11d)!==_0x5013a5[_0x9620d(0xc4)]&&_0x9620d(0xed)!==_0x5013a5[_0x9620d(0xc4)]||_0x822bff[_0x9620d(0x8a)](_0x822bff[_0x9620d(0x15b)](_0x4e64c6[_0x9620d(0xdb)]()));_0x1f8719[_0x9620d(0xe2)](_0x5013a5['id']),this[_0x9620d(0xf7)][_0x9620d(0x88)](_0x5013a5['id']);}}});}[_0x336ff1(0xab)](_0x454177){const _0x900f2a=_0x336ff1,_0x2ad2d1=_0x782287(this[_0x900f2a(0x15e)]),_0xecb934=this[_0x900f2a(0x148)](_0x454177);_0x2ad2d1[_0x900f2a(0x102)][_0x900f2a(0x169)](_0x2610bf=>{const _0x72e02d=_0x900f2a;for(const _0x53219d of _0xecb934)_0x2610bf[_0x72e02d(0xe2)](_0x53219d['id']),this[_0x72e02d(0xf7)][_0x72e02d(0x88)](_0x53219d['id']);});}[_0x336ff1(0x13b)](){const _0xb3857a=_0x336ff1;return _0x782287(this[_0xb3857a(0x15e)]);}[_0x336ff1(0x11b)](_0x510022){const _0x21bfc9=_0x336ff1,_0x58d972=Array[_0x21bfc9(0xa0)](this[_0x21bfc9(0xf7)][_0x21bfc9(0xb5)]())[_0x21bfc9(0xf2)](_0x3eba3a=>_0x3eba3a[_0x21bfc9(0x9a)]===_0x510022);if(!_0x58d972[_0x21bfc9(0x142)])return null;const _0x536acc=0x1===_0x58d972[_0x21bfc9(0x142)]?_0x58d972[0x0]:this[_0x21bfc9(0xe1)](_0x58d972)[0x0],_0x53f730=_0x782287(this[_0x21bfc9(0x15e)])[_0x21bfc9(0x102)][_0x21bfc9(0x11a)][_0x21bfc9(0x17e)](_0x536acc['id']);if(!_0x53f730)return null;return{'modelRange':_0x53f730[_0x21bfc9(0xdb)](),'getElement':()=>this[_0x21bfc9(0xfa)](_0x536acc['id'])};}[_0x336ff1(0xbf)](_0x2405af){const _0x29362e=_0x336ff1,_0x170b3d=Array[_0x29362e(0xa0)](this[_0x29362e(0xf7)][_0x29362e(0xb5)]())[_0x29362e(0xf2)](_0x14366a=>_0x14366a[_0x29362e(0x9a)]===_0x2405af);if(!_0x170b3d[_0x29362e(0x142)])return null;const _0xd48cda=0x1===_0x170b3d[_0x29362e(0x142)]?_0x170b3d[0x0]:this[_0x29362e(0xe1)](_0x170b3d)[0x0],_0x25d56a=_0x782287(this[_0x29362e(0x15e)]),_0x4092c1=_0x25d56a[_0x29362e(0x102)][_0x29362e(0x11a)][_0x29362e(0x17e)](_0xd48cda['id']);if(!_0x4092c1)return null;const _0x330326=_0x4092c1[_0x29362e(0xdb)](),_0x538870=_0x25d56a[_0x29362e(0x121)][_0x29362e(0x12e)][_0x29362e(0x9c)]();if(!_0x538870||!_0x330326)return null;let _0x2a8771=_0x330326[_0x29362e(0x8f)][_0x29362e(0xb7)];for(;_0x2a8771[_0x29362e(0xb7)]&&_0x29362e(0x141)!==_0x2a8771[_0x29362e(0xb7)][_0x29362e(0xad)];)_0x2a8771=_0x2a8771[_0x29362e(0xb7)];if(!_0x2a8771||!_0x2a8771[_0x29362e(0xad)])return null;const _0xd29db6=_0x538870[_0x29362e(0x182)](_0x29362e(0x156)+_0xd48cda['id']+'\x22]');if(!_0xd29db6)return null;let _0x3818b1=null;_0x25d56a[_0x29362e(0x102)][_0x29362e(0x169)](_0x3774f9=>{const _0x451085=_0x29362e;_0x3818b1=_0x3774f9[_0x451085(0x15f)](),_0x3774f9[_0x451085(0xbc)](_0x2a8771[_0x451085(0x140)](!0x0),_0x3818b1);});const _0x2a574a=_0x25d56a[_0x29362e(0x82)][_0x29362e(0xd2)](_0x3818b1)[_0x29362e(0x81)](0x0);return _0xd29db6[_0x29362e(0xf5)](_0x2a574a[_0x29362e(0xad)]);}[_0x336ff1(0x177)](_0x421ba8){const _0x35134c=_0x336ff1,_0x19734d=this[_0x35134c(0x148)](_0x421ba8);if(!_0x19734d[_0x35134c(0x142)])return;const _0x3d2d4d=Array[_0x35134c(0xa0)](this[_0x35134c(0x159)])[_0x35134c(0xa1)](),_0x3c4a8b=Array[_0x35134c(0xa0)](new Set(_0x19734d[_0x35134c(0x10f)](_0x51b9c2=>_0x51b9c2['id'])))[_0x35134c(0xa1)]();_0x3d2d4d[_0x35134c(0xa2)]('|')!==_0x3c4a8b[_0x35134c(0xa2)]('|')&&(this[_0x35134c(0xc8)](),this[_0x35134c(0x8b)](_0x421ba8));}[_0x336ff1(0x8b)](_0x59b7bf){const _0xe97c1a=_0x336ff1,_0x3b1dbf=this[_0xe97c1a(0x148)](_0x59b7bf);if(!_0x3b1dbf[_0xe97c1a(0x142)])return;const _0x1640ea=_0x782287(this[_0xe97c1a(0x15e)]),_0xf23158=new Set(_0x3b1dbf[_0xe97c1a(0x10f)](_0x49fa44=>_0x49fa44['id'])),_0x3027d0=Array[_0xe97c1a(0xa0)](_0xf23158[_0xe97c1a(0xb5)]())[_0xe97c1a(0x10f)](_0x2391a2=>_0x1640ea[_0xe97c1a(0x102)][_0xe97c1a(0x11a)][_0xe97c1a(0x17e)](_0x2391a2))[_0xe97c1a(0xf2)](_0x287253=>!!_0x287253);_0xf23158[_0xe97c1a(0xcf)](_0x5be7ae=>{const _0x1cec27=_0xe97c1a;this[_0x1cec27(0x159)][_0x1cec27(0x168)](_0x5be7ae);}),_0x1640ea[_0xe97c1a(0x102)][_0xe97c1a(0x169)](()=>{const _0x35f917=_0xe97c1a;_0x3027d0[_0x35f917(0xcf)](_0x2b6728=>{const _0x3c0352=_0x35f917;_0x1640ea[_0x3c0352(0x121)][_0x3c0352(0xa4)](_0x2b6728);});});}[_0x336ff1(0xc8)](){const _0x485ff3=_0x336ff1,_0xe1b647=Array[_0x485ff3(0xa0)](this[_0x485ff3(0x159)]);if(!_0xe1b647[_0x485ff3(0x142)])return;this[_0x485ff3(0x159)][_0x485ff3(0xcc)]();const _0x4aaf67=_0x782287(this[_0x485ff3(0x15e)]),_0x11786d=_0xe1b647[_0x485ff3(0x10f)](_0x54c966=>_0x4aaf67[_0x485ff3(0x102)][_0x485ff3(0x11a)][_0x485ff3(0x17e)](_0x54c966))[_0x485ff3(0xf2)](_0x1d1263=>!!_0x1d1263);_0x4aaf67[_0x485ff3(0x102)][_0x485ff3(0x169)](()=>{const _0x590d17=_0x485ff3;_0x11786d[_0x590d17(0xcf)](_0x2a3aee=>{const _0x565c7a=_0x590d17;_0x4aaf67[_0x565c7a(0x121)][_0x565c7a(0xa4)](_0x2a3aee);});});}[_0x336ff1(0x15a)](_0x4ed36a,_0x5ea0f4,_0x5cc353=_0x336ff1(0x128)){const _0x8e049f=_0x336ff1;if(!_0x4ed36a)return null;let _0x2424dd=_0x4ed36a[_0x8e049f(0xb7)];for(;_0x2424dd&&_0x2424dd[_0x8e049f(0xb7)]&&_0x8e049f(0x141)!==_0x2424dd[_0x8e049f(0xb7)][_0x8e049f(0xad)]&&!_0x5ea0f4[_0x8e049f(0x102)][_0x8e049f(0x7e)][_0x8e049f(0x183)](_0x2424dd)&&!_0x5ea0f4[_0x8e049f(0x102)][_0x8e049f(0x7e)][_0x8e049f(0x14a)](_0x2424dd);)_0x2424dd=_0x2424dd[_0x8e049f(0xb7)];if(!_0x2424dd||!_0x2424dd[_0x8e049f(0xad)]||_0x8e049f(0x141)===_0x2424dd[_0x8e049f(0xad)])return null;let _0x17c35d=null;return _0x5ea0f4[_0x8e049f(0x102)][_0x8e049f(0x169)](_0x2633a9=>{const _0x12d2d7=_0x8e049f;_0x17c35d=_0x12d2d7(0x179)===_0x5cc353?_0x2633a9[_0x12d2d7(0x120)](_0x2424dd):_0x2633a9[_0x12d2d7(0xe9)](_0x2424dd);}),_0x17c35d;}[_0x336ff1(0x130)](_0x1dda8d,_0x2996a8){const _0x5751ac=_0x336ff1,_0x5cff65=Array[_0x5751ac(0xa0)](this[_0x5751ac(0xf7)][_0x5751ac(0x119)]()),_0x1e332a=new Map();for(const _0x57b143 of _0x5cff65){const _0x27087a=_0x1dda8d[_0x5751ac(0x102)][_0x5751ac(0x11a)][_0x5751ac(0x17e)](_0x57b143);if(!_0x27087a)continue;const _0x533ec6=_0x27087a[_0x5751ac(0x160)]()[_0x5751ac(0x163)][0x0];_0x1e332a[_0x5751ac(0x12a)](_0x533ec6)||_0x1e332a[_0x5751ac(0xef)](_0x533ec6,[]),_0x1e332a[_0x5751ac(0x17e)](_0x533ec6)[_0x5751ac(0xc0)](_0x27087a);}const _0x11ce41=new Set();for(const _0x2fcc4c of _0x1dda8d[_0x5751ac(0x102)][_0x5751ac(0x7d)][_0x5751ac(0x132)][_0x5751ac(0x185)]()){let _0x15b201=-0x1,_0x49c91a=null;if(_0x5751ac(0x175)===_0x2fcc4c[_0x5751ac(0xc4)])_0x49c91a=new _0x5e64ea(_0x2fcc4c[_0x5751ac(0x116)],_0x2fcc4c[_0x5751ac(0x116)][_0x5751ac(0xd7)](_0x2fcc4c[_0x5751ac(0x142)])),_0x15b201=_0x2fcc4c[_0x5751ac(0x116)][_0x5751ac(0x163)][0x0];else{if(_0x5751ac(0xe5)!==_0x2fcc4c[_0x5751ac(0xc4)])continue;_0x49c91a=new _0x5e64ea(_0x2fcc4c[_0x5751ac(0x116)]),_0x15b201=_0x2fcc4c[_0x5751ac(0x116)][_0x5751ac(0x163)][0x0];}const _0xfa643e=_0x1e332a[_0x5751ac(0x17e)](_0x15b201)||[];if(_0xfa643e[_0x5751ac(0x142)]){for(const _0x3f9f6d of _0xfa643e)if(_0x49c91a[_0x5751ac(0x114)][_0x5751ac(0x103)]===_0x3f9f6d[_0x5751ac(0xdb)]()[_0x5751ac(0x114)][_0x5751ac(0x103)]&&(_0x5751ac(0x175)!==_0x2fcc4c[_0x5751ac(0xc4)]||!_0x49c91a[_0x5751ac(0xcd)](_0x3f9f6d[_0x5751ac(0xdb)]()))&&(_0x49c91a[_0x5751ac(0x118)](_0x3f9f6d[_0x5751ac(0xdb)]())||_0x49c91a[_0x5751ac(0x8f)][_0x5751ac(0x17d)](_0x3f9f6d[_0x5751ac(0xdb)]()[_0x5751ac(0x85)])||_0x49c91a[_0x5751ac(0x85)][_0x5751ac(0x17d)](_0x3f9f6d[_0x5751ac(0xdb)]()[_0x5751ac(0x8f)]))){const _0x371a99=this[_0x5751ac(0xd1)](_0x3f9f6d[_0x5751ac(0xad)]);Array[_0x5751ac(0xa0)](this[_0x5751ac(0xf7)][_0x5751ac(0xb5)]())[_0x5751ac(0xf2)](_0x30dbe7=>_0x30dbe7[_0x5751ac(0x9a)]===_0x371a99[_0x5751ac(0x9a)])[_0x5751ac(0xcf)](_0x5bd8e8=>_0x11ce41[_0x5751ac(0x168)](_0x5bd8e8['id']));}}}if(_0x11ce41[_0x5751ac(0xb8)]){for(const _0x31f589 of _0x11ce41)_0x2996a8[_0x5751ac(0xe2)](_0x31f589);return!0x0;}return!0x1;}[_0x336ff1(0x178)](_0x139523){const _0x48e6d7=_0x336ff1;for(const {name:_0x478f47,data:_0x487dc0}of _0x139523[_0x48e6d7(0x102)][_0x48e6d7(0x7d)][_0x48e6d7(0x132)][_0x48e6d7(0x17f)]()){if(!_0x478f47[_0x48e6d7(0x17b)](fe))continue;const _0x50b254=_0x487dc0[_0x48e6d7(0x115)],_0x15b86a=_0x487dc0[_0x48e6d7(0x9b)],_0xb8bc32=_0x50b254&&_0x48e6d7(0xb6)===_0x50b254[_0x48e6d7(0x114)][_0x48e6d7(0x103)],_0x497a9f=_0x15b86a&&_0x48e6d7(0xb6)===_0x15b86a[_0x48e6d7(0x114)][_0x48e6d7(0x103)];if(_0xb8bc32&&_0x497a9f)continue;const _0x2c374d=this[_0x48e6d7(0xd1)](_0x478f47);this[_0x48e6d7(0xf7)][_0x48e6d7(0x17e)](_0x478f47)&&(_0x497a9f||!_0x15b86a?this[_0x48e6d7(0xb4)][_0x48e6d7(0x95)](_0x48e6d7(0xff),{'markerId':_0x478f47,'changeId':_0x2c374d[_0x48e6d7(0x9a)]}):_0xb8bc32&&_0x15b86a&&this[_0x48e6d7(0xb4)][_0x48e6d7(0x95)](_0x48e6d7(0x136),{'markerId':_0x478f47,'changeId':_0x2c374d[_0x48e6d7(0x9a)]}));}}[_0x336ff1(0xd1)](_0x6fac0d){const _0x2761c5=_0x336ff1,_0x15f62e=_0x6fac0d[_0x2761c5(0x18a)](':'),_0x25d902=(_0x15f62e[0x1]||'')[_0x2761c5(0x18a)]('_');return{'prefix':_0x15f62e[0x0],'groupId':_0x25d902[0x0],'suffix':_0x25d902[0x1]};}[_0x336ff1(0xe7)](_0x5a42b4,_0x2db8cf,_0x199ffd){const _0x53f1a3=_0x336ff1;if(_0x53f1a3(0x175)===_0x5a42b4[_0x53f1a3(0xc4)]){const _0x4aa5e1=_0x5a42b4;return new _0x38ad70(this[_0x53f1a3(0x113)](_0x2db8cf[_0x53f1a3(0x17a)](_0x4aa5e1[_0x53f1a3(0x116)][_0x53f1a3(0x131)]),_0x199ffd),_0x4aa5e1[_0x53f1a3(0x134)],_0x4aa5e1[_0x53f1a3(0xb2)]);}if(_0x53f1a3(0x91)===_0x5a42b4[_0x53f1a3(0xc4)]&&_0x5a42b4[_0x53f1a3(0xad)][_0x53f1a3(0x17b)](_0x53f1a3(0xdd))){const _0x4e5e85=_0x5a42b4;return new _0x40830b(_0x4e5e85[_0x53f1a3(0xad)],_0x4e5e85[_0x53f1a3(0x115)],this[_0x53f1a3(0x161)](_0x4e5e85[_0x53f1a3(0x9b)],_0x2db8cf[_0x53f1a3(0x17a)](_0x4e5e85[_0x53f1a3(0x9b)][_0x53f1a3(0x8f)][_0x53f1a3(0x131)]),_0x2db8cf[_0x53f1a3(0x17a)](_0x4e5e85[_0x53f1a3(0x9b)][_0x53f1a3(0x85)][_0x53f1a3(0x131)]),_0x199ffd),_0x4e5e85[_0x53f1a3(0xf7)],_0x4e5e85[_0x53f1a3(0xbb)],_0x4e5e85[_0x53f1a3(0xb2)]);}return _0x5a42b4;}[_0x336ff1(0x16a)](_0x3bc2f7){const _0x999042=_0x336ff1;if(!_0x3bc2f7[_0x999042(0x142)])return[];const _0x2c97fe=[];let _0x1d44b1=0x0,_0x388b15=0x0,_0x160629=[];for(let _0x145e57=0x0;_0x145e57<=_0x3bc2f7[_0x999042(0x142)];_0x145e57++){const _0x202bda=_0x3bc2f7[_0x145e57],_0x308add=_0x3bc2f7[_0x145e57-0x1];!_0x202bda||_0x308add&&!this[_0x999042(0xe8)](_0x308add)[_0x999042(0x17d)](this[_0x999042(0x8d)](_0x202bda))?(_0x2c97fe[_0x999042(0xc0)]({'operations':_0x160629,'operationsIsolated':_0x160629[_0x999042(0x10f)](_0x2ab7c6=>this[_0x999042(0x9f)](_0x2ab7c6[_0x999042(0x180)](),-_0x388b15)),'groupOffset':_0x1d44b1}),_0x160629=_0x202bda?[_0x202bda]:[],_0x388b15+=_0x1d44b1,_0x1d44b1=0x0):_0x160629[_0x999042(0xc0)](_0x202bda),_0x202bda&&_0x999042(0x175)===_0x202bda[_0x999042(0xc4)]&&(_0x1d44b1+=_0x202bda[_0x999042(0xa6)]);}return _0x2c97fe;}[_0x336ff1(0xd6)](_0x5d184a,_0x4f0466,_0x195e88,_0xe3e0f0=0x1){const _0x444912=_0x336ff1,_0x754129=new _0x403f12({'startPosition':_0x5d184a,'direction':_0x4f0466});let _0x4bac13=0x0;for(let _0x1adc7c=0x0;_0x1adc7c<_0xe3e0f0;_0x1adc7c++){let _0x4a219d=0x0,_0x4b1362=!0x1,_0x13ada4=_0x444912(0x181)===_0x4f0466?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x5aee90}of _0x754129)if(_0x5aee90['is'](_0x444912(0xc9))){const _0x4bda20=_0x13ada4[_0x444912(0x86)](_0x5aee90[_0x444912(0x82)]);if(_0x4bda20&&_0x4bda20[_0x444912(0x142)]){if(_0x4a219d+=_0x444912(0x181)===_0x4f0466?_0x4bda20[_0x444912(0x189)]+_0x4bda20[0x0][_0x444912(0x142)]:_0x5aee90[_0x444912(0x82)][_0x444912(0x142)]-_0x4bda20[_0x444912(0x189)],_0x4bda20[0x0][_0x444912(0x142)]!==_0x5aee90[_0x444912(0x82)][_0x444912(0x142)])break;_0x4b1362=!0x0,_0x13ada4=_0x444912(0x181)===_0x4f0466?/^\w+/:/\w+$/;}else{if(_0x4b1362)break;_0x4a219d+=_0x5aee90[_0x444912(0x93)];}}else{if(_0x5aee90['is'](_0x444912(0xd8))){_0x195e88[_0x444912(0xfc)](_0x5aee90)&&!_0x4b1362&&(_0x4a219d+=0x1);break;}}_0x4bac13+=_0x4a219d,_0x754129[_0x444912(0x13e)](_0x5d184a[_0x444912(0xd7)](_0x444912(0x181)===_0x4f0466?_0x4bac13:-_0x4bac13));}return _0x4bac13;}[_0x336ff1(0x16f)](_0x583450,_0x3c6148){const _0x2a6bdd=_0x336ff1,_0x54b204=_0x782287(this[_0x2a6bdd(0x15e)])[_0x2a6bdd(0x102)][_0x2a6bdd(0x7e)],_0x2845ec=this[_0x2a6bdd(0xd6)](_0x583450,_0x2a6bdd(0x10d),_0x54b204,0x6),_0xa03cab=this[_0x2a6bdd(0xd6)](_0x3c6148,_0x2a6bdd(0x181),_0x54b204,0x6),_0x491b18=_0x583450[_0x2a6bdd(0xd7)](-_0x2845ec),_0x437592=_0x3c6148[_0x2a6bdd(0xd7)](_0xa03cab);return{'start':_0x491b18,'end':_0x437592,'hasContentBefore':!_0x491b18[_0x2a6bdd(0x96)],'hasContentAfter':!_0x437592[_0x2a6bdd(0x97)]};}[_0x336ff1(0x9e)](_0x4617ed){const _0x138607=_0x336ff1,_0x33a09d=this[_0x138607(0x15e)][_0x138607(0x186)][_0x138607(0x17e)](_0x138607(0xa5)),_0x4ade1d=new Set();_0x782287(this[_0x138607(0x15e)])[_0x138607(0x102)][_0x138607(0x169)](_0x23e92c=>{const _0x51842b=_0x138607;for(const _0x1f8f10 of _0x4617ed){const _0x168b60=''+fe+_0x1f8f10[_0x51842b(0xc4)]+':'+_0x1f8f10[_0x51842b(0x9a)]+'_'+_0x33a09d[_0x51842b(0x188)](_0x4ade1d);this[_0x51842b(0xf7)][_0x51842b(0xef)](_0x168b60,{'id':_0x168b60,'groupId':_0x1f8f10[_0x51842b(0x9a)],'type':_0x1f8f10[_0x51842b(0xc4)],'content':_0x1f8f10[_0x51842b(0x11f)]}),_0x23e92c[_0x51842b(0x184)](_0x168b60,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x23e92c[_0x51842b(0xca)](_0x1f8f10[_0x51842b(0x8f)],_0x1f8f10[_0x51842b(0x85)])});}});}[_0x336ff1(0x7f)](_0x4237f2,_0x3fd444,_0x1c2cce){let _0x388523='';return()=>{const _0x2e7c2f=_0x5286;if(!_0x388523){const _0x500142=_0x3fd444[_0x2e7c2f(0xd2)](_0x4237f2,{'showSuggestionHighlights':!0x0});let _0x437161=_0x500142[_0x2e7c2f(0x81)](0x0);if(_0x437161['is'](_0x2e7c2f(0x187))||(_0x437161=_0x500142),!_0x437161)return'';let _0x4bf782=!0x1;const _0x1940aa=[];for(const _0x1288f2 of _0x437161[_0x2e7c2f(0x13a)]())_0x1288f2['is'](_0x2e7c2f(0xd8),_0x2e7c2f(0x15d))&&_0x1288f2[_0x2e7c2f(0xea)](_0x2e7c2f(0x133))&&(_0x4bf782=!0x1),_0x4bf782&&_0x1940aa[_0x2e7c2f(0xc0)](_0x1288f2),_0x1288f2['is'](_0x2e7c2f(0xd8),_0x2e7c2f(0x15d))&&_0x1288f2[_0x2e7c2f(0xea)](_0x2e7c2f(0x123))&&(_0x4bf782=!0x0);_0x437161[_0x2e7c2f(0x83)](0x0,_0x437161[_0x2e7c2f(0xaf)]),_0x1c2cce?.[_0x2e7c2f(0xac)]&&_0x437161[_0x2e7c2f(0x12b)]('…'),_0x437161[_0x2e7c2f(0x12b)](_0x1940aa),_0x1c2cce?.[_0x2e7c2f(0xc5)]&&_0x437161[_0x2e7c2f(0x12b)]('…');const _0x5ec385=_0x3fd444[_0x2e7c2f(0xeb)][_0x2e7c2f(0x124)][_0x2e7c2f(0x155)](_0x500142),_0xe3cada=_0x3fd444[_0x2e7c2f(0xeb)][_0x2e7c2f(0x8e)][_0x2e7c2f(0xd3)](_0x5ec385);_0x388523=_0xe3cada;}return _0x388523;};}[_0x336ff1(0x109)](_0x504876,_0x17b7d1){const _0x85ece6=_0x336ff1;let _0x4a3533='';return()=>(_0x4a3533||(_0x4a3533=_0x17b7d1[_0x85ece6(0xbe)](_0x504876,{'showSuggestionHighlights':!0x0})),_0x4a3533);}[_0x336ff1(0xae)](_0x575bc8,_0x333467,_0x5138b0){let _0x151fdb='';return()=>{const _0x35cd95=_0x5286;if(!_0x151fdb){const _0x338e7e=_0x5138b0[_0x35cd95(0xd2)](new _0x463ebf(_0x575bc8)),_0x4d85d3=_0x5138b0[_0x35cd95(0xeb)][_0x35cd95(0x124)][_0x35cd95(0x155)](_0x338e7e)[_0x35cd95(0x182)](_0x35cd95(0x173)+_0x333467+'\x22]');_0x151fdb=_0x4d85d3?.[_0x35cd95(0x176)]||'';}return _0x151fdb;};}[_0x336ff1(0x14e)](_0x267341,_0x40bcd9=0x5){const _0x1c445d=_0x336ff1;let _0x63d24d=_0x267341,_0x33b74b=null;for(let _0x5b989d=0x0;_0x5b989d<_0x40bcd9&&_0x63d24d;_0x5b989d++){if(!_0x63d24d[_0x1c445d(0xd0)]){_0x63d24d=_0x63d24d[_0x1c445d(0x15c)];continue;}if(!(''+_0x63d24d[_0x1c445d(0xd0)])[_0x1c445d(0xb0)](_0x1c445d(0x8c))){_0x63d24d=_0x63d24d[_0x1c445d(0x15c)];continue;}if(!_0x63d24d[_0x1c445d(0x92)](_0x1c445d(0x10b)))break;_0x33b74b=_0x63d24d;break;}return _0x33b74b;}[_0x336ff1(0xfa)](_0x544bf8){const _0xe8c2fc=_0x336ff1,_0x12ab40=_0x782287(this[_0xe8c2fc(0x15e)]),_0x12e16c=_0x12ab40[_0xe8c2fc(0x102)][_0xe8c2fc(0x11a)][_0xe8c2fc(0x17e)](_0x544bf8);return _0x12e16c?_0x310d51(_0x12ab40[_0xe8c2fc(0x121)],_0x12e16c):null;}[_0x336ff1(0x148)](_0xbf858){const _0x4da744=_0x336ff1;return Array[_0x4da744(0xa0)](this[_0x4da744(0xf7)][_0x4da744(0xb5)]())[_0x4da744(0xf2)](_0x3bbbe6=>_0x3bbbe6[_0x4da744(0x9a)]===_0xbf858);}[_0x336ff1(0x8d)](_0x52e22e){const _0x9f8715=_0x336ff1;return _0x9f8715(0x175)===_0x52e22e[_0x9f8715(0xc4)]?_0x52e22e[_0x9f8715(0x116)]:_0x52e22e[_0x9f8715(0x9b)][_0x9f8715(0x8f)];}[_0x336ff1(0xe8)](_0x21f0e4,_0x565e09=!0x1){const _0x284a18=_0x336ff1;return _0x284a18(0x175)===_0x21f0e4[_0x284a18(0xc4)]?_0x565e09?_0x21f0e4[_0x284a18(0x116)]:_0x21f0e4[_0x284a18(0x116)][_0x284a18(0xd7)](_0x21f0e4[_0x284a18(0xa6)]):_0x21f0e4[_0x284a18(0x9b)][_0x284a18(0x85)];}[_0x336ff1(0x9f)](_0x2f911b,_0x4992ef){const _0x579d3a=_0x336ff1;return _0x579d3a(0x175)===_0x2f911b[_0x579d3a(0xc4)]?_0x2f911b[_0x579d3a(0x116)]=_0x2f911b[_0x579d3a(0x116)][_0x579d3a(0xd7)](_0x4992ef):_0x579d3a(0x91)===_0x2f911b[_0x579d3a(0xc4)]&&_0x2f911b[_0x579d3a(0x9b)]&&(_0x2f911b[_0x579d3a(0x9b)]=new _0x5e64ea(_0x2f911b[_0x579d3a(0x9b)][_0x579d3a(0x8f)][_0x579d3a(0xd7)](_0x4992ef),_0x2f911b[_0x579d3a(0x9b)][_0x579d3a(0x85)][_0x579d3a(0xd7)](_0x4992ef))),_0x2f911b;}[_0x336ff1(0x87)](_0xa65f76,_0x4d16f2){const _0x345309=_0x336ff1;_0x345309(0x175)===_0xa65f76[_0x345309(0xc4)]?_0xa65f76[_0x345309(0x116)]=this[_0x345309(0xb9)](_0xa65f76[_0x345309(0x116)],_0x4d16f2):_0x345309(0x91)===_0xa65f76[_0x345309(0xc4)]&&_0xa65f76[_0x345309(0x9b)]&&(_0xa65f76[_0x345309(0x9b)]=this[_0x345309(0x172)](_0xa65f76[_0x345309(0x9b)],_0x4d16f2));}[_0x336ff1(0xb9)](_0x40e37f,_0x21a677){const _0x158b7b=_0x336ff1;return new _0x56c672(_0x21a677,_0x40e37f[_0x158b7b(0x163)]);}[_0x336ff1(0x172)](_0x1999ab,_0x39e096){const _0xeec130=_0x336ff1;return new _0x5e64ea(this[_0xeec130(0xb9)](_0x1999ab[_0xeec130(0x8f)],_0x39e096),this[_0xeec130(0xb9)](_0x1999ab[_0xeec130(0x85)],_0x39e096));}[_0x336ff1(0x113)](_0x47a173,_0x2cb49c){return new _0x56c672(_0x2cb49c,[..._0x47a173]);}[_0x336ff1(0x161)](_0x19851e,_0x24092d,_0x569831,_0x30dc34){const _0x19d048=_0x336ff1;return new _0x5e64ea(this[_0x19d048(0x113)](_0x24092d,_0x30dc34),this[_0x19d048(0x113)](_0x569831,_0x30dc34));}[_0x336ff1(0xe1)](_0x34803c){const _0x5b261f=_0x336ff1,_0x14198b=_0x34baa4=>{const _0x37adec=_0x5286;switch(_0x34baa4){case _0x37adec(0x175):return 0x0;case _0x37adec(0xb3):return 0x1;case _0x37adec(0xed):return 0x2;case _0x37adec(0x11d):return 0x3;}};return _0x34803c[_0x5b261f(0xa1)]((_0x1fcf78,_0x548925)=>_0x14198b(_0x1fcf78[_0x5b261f(0xc4)])-_0x14198b(_0x548925[_0x5b261f(0xc4)]));}[_0x336ff1(0x14b)](_0x170a46,_0x33e11c){const _0x43f6b8=_0x336ff1,_0x18565f=_0x170a46[_0x43f6b8(0x81)](0x0),_0x1a8121=_0x33e11c[_0x43f6b8(0x81)](0x0);return!(!_0x18565f||!_0x1a8121)&&((!_0x18565f['is'](_0x43f6b8(0xd8))||!_0x1a8121['is'](_0x43f6b8(0xd8))||_0x18565f[_0x43f6b8(0xad)]===_0x1a8121[_0x43f6b8(0xad)])&&!(_0x18565f['is'](_0x43f6b8(0xd8))&&!_0x1a8121['is'](_0x43f6b8(0xd8))||!_0x18565f['is'](_0x43f6b8(0xd8))&&_0x1a8121['is'](_0x43f6b8(0xd8))));}[_0x336ff1(0xc2)](_0x4be60c){const _0x37f1d3=_0x336ff1;return 0x1===_0x4be60c[_0x37f1d3(0xaf)];}[_0x336ff1(0x105)](_0x2a787c,_0x240578){const _0x1261d7=_0x336ff1;for(const _0x77b88c of _0x2a787c[_0x1261d7(0x13a)]())if(_0x77b88c['is'](_0x1261d7(0xd8))&&!_0x240578[_0x1261d7(0xfc)](_0x77b88c))return!0x1;return!0x0;}[_0x336ff1(0x152)](_0x493b32,_0x3ee3b2){const _0x5def9b=_0x336ff1;let _0x13f4d6=_0x493b32[_0x5def9b(0x92)](_0x11f276);return _0x13f4d6||(_0x13f4d6=_0x3ee3b2(),_0x493b32[_0x5def9b(0x137)](_0x11f276,_0x13f4d6)),_0x13f4d6;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x12661e=_0x5beb;(function(_0x27c1a3,_0x299afc){const _0x34c02e=_0x5beb,_0x1793ff=_0x27c1a3();while(!![]){try{const _0x18c0f1=-parseInt(_0x34c02e(0x12a))/0x1*(-parseInt(_0x34c02e(0xfd))/0x2)+-parseInt(_0x34c02e(0x120))/0x3*(-parseInt(_0x34c02e(0x11d))/0x4)+parseInt(_0x34c02e(0x117))/0x5+parseInt(_0x34c02e(0x116))/0x6*(-parseInt(_0x34c02e(0x127))/0x7)+-parseInt(_0x34c02e(0xdb))/0x8+-parseInt(_0x34c02e(0x101))/0x9*(-parseInt(_0x34c02e(0x12e))/0xa)+-parseInt(_0x34c02e(0xf0))/0xb;if(_0x18c0f1===_0x299afc)break;else _0x1793ff['push'](_0x1793ff['shift']());}catch(_0x422ee3){_0x1793ff['push'](_0x1793ff['shift']());}}}(_0x15b0,0x2acb2));function _0x15b0(){const _0x4bf4a4=['setTitle','24008mhgfSi','reviewCheckResultsView','hideResult','129yKSivG','_balloonSuggestionView','_mainView','showReviewCompletedView','showChangeBalloon','rejected','leaveReviewCoreResultList','7DQtmdc','setAvailableChecks','getChangeElement','2831DopjlS','showChunkErrorView','delegate','error-general','60zKLMCn','resetActiveStateInResults','forEach','showDiffInBalloon','showReviewCheckListView','hideChangeBalloon','retryReview','767872Cppgxz','isOfficialPlugin','setChecks','abortReviewStream','AI_REVIEW_INITIALIZATION_ERROR_MESSAGE','hideBalloon','runReviewCheck','registerTab','acceptAllChanges','locale','showNoChangesView','showActionsWhenResultIsReady','createMainView','hasChecks','getResults','element','acceptChange','showResult','dismissChange','showCheckRunResult','addCheckRunResult','2024363tGCvpY','attachToDom','setItemAsInactive','accepted','outdated','status','showGeneralResultsErrorView','destroy','activateChange','_bodyCollection','detachFromDom','requires','error-chunk','36vLfHXQ','updateChangeState','find','learnMore','198657boBfSI','isPremiumPlugin','deactivateChange','showGeneralReviewCoreErrorView','setCheckResultTitle','getReviewCheckList','ai.models.showModelSelector','get','showBalloon','setActiveStateInResults','AITabs','showReviewCheckList','plugins','context','config','hideDiffInBalloon','finishReview','toggleDiff','fire','init','reviewCheckListView','529572JjgMKg','510395RmgdhE','showCheckRunResults','hideActionsWhenResultIsReady','setItemAsActive','showReviewCheckResultsView'];_0x15b0=function(){return _0x4bf4a4;};return _0x15b0();}import{ContextPlugin as _0x569c1d}from'ckeditor5/src/core.js';import{BodyCollection as _0xbadea3}from'ckeditor5/src/ui.js';import{getTranslation as _0x124c24}from'../aicore/utils/common-translations.js';import{AITabs as _0x2751a4}from'../aitabs/aitabs.js';import{AIReviewCoreBalloonSuggestionItemView as _0x82057b}from'./ui/aireviewcoreballoonsuggestionview.js';export const AI_REVIEW_MODE_UI_EVENT_NAMES=[_0x12661e(0x106),_0x12661e(0xe1),_0x12661e(0xde),_0x12661e(0x112),_0x12661e(0xe3),_0x12661e(0x126),_0x12661e(0xf8),_0x12661e(0x103),_0x12661e(0xeb),_0x12661e(0xed),_0x12661e(0x100),_0x12661e(0x111),_0x12661e(0xda)];import'../../theme/common/aiheader.css';import'../../theme/common/ainotification.css';import'../../theme/common/aibutton.css';function _0x5beb(_0x434163,_0x54ac86){const _0x15b0e9=_0x15b0();return _0x5beb=function(_0x5beb97,_0x3de5d6){_0x5beb97=_0x5beb97-0xd6;let _0x301879=_0x15b0e9[_0x5beb97];return _0x301879;},_0x5beb(_0x434163,_0x54ac86);}import'../../theme/common/aitrackchanges.css';import'../../theme/aireviewcore/aireviewcore.css';export class AIReviewCoreUI extends _0x569c1d{[_0x12661e(0x122)];[_0x12661e(0x121)];[_0x12661e(0xf9)];static get[_0x12661e(0xfb)](){return[_0x2751a4];}static get[_0x12661e(0xdc)](){return!0x0;}static get[_0x12661e(0x102)](){return!0x0;}constructor(_0x15547b){const _0x1793dc=_0x12661e;super(_0x15547b),this[_0x1793dc(0xf9)]=new _0xbadea3(this[_0x1793dc(0x10e)][_0x1793dc(0xe4)]),this[_0x1793dc(0xf9)][_0x1793dc(0xf1)](),this[_0x1793dc(0x122)]=this[_0x1793dc(0xe7)](),this[_0x1793dc(0x122)][_0x1793dc(0x12c)](...AI_REVIEW_MODE_UI_EVENT_NAMES)['to'](this),this[_0x1793dc(0x121)]=new _0x82057b(this[_0x1793dc(0x10e)][_0x1793dc(0xe4)],this[_0x1793dc(0xf9)]),this[_0x1793dc(0x121)][_0x1793dc(0x12c)](_0x1793dc(0xeb),_0x1793dc(0xed),_0x1793dc(0x103))['to'](this);}[_0x12661e(0x114)](){const _0x3acb14=_0x12661e,_0xf6f792=this[_0x3acb14(0x10e)][_0x3acb14(0x10d)][_0x3acb14(0x108)](_0x3acb14(0x10b));this[_0x3acb14(0xe2)](_0xf6f792);}[_0x12661e(0xf7)](){const _0x9f8a22=_0x12661e;this[_0x9f8a22(0xf9)][_0x9f8a22(0xfa)](),super[_0x9f8a22(0xf7)]();}[_0x12661e(0x128)](_0x3612d2){const _0x3cda91=_0x12661e;if(!this[_0x3cda91(0x122)][_0x3cda91(0x115)][_0x3cda91(0xe8)]()){const _0x37cd2a=!this[_0x3cda91(0x10e)][_0x3cda91(0x10f)][_0x3cda91(0x108)](_0x3cda91(0x107));this[_0x3cda91(0x122)][_0x3cda91(0x115)][_0x3cda91(0xdd)](_0x3612d2,_0x37cd2a);}this[_0x3cda91(0x122)][_0x3cda91(0xd8)]();}[_0x12661e(0x10c)](){const _0x5d49c0=_0x12661e;this[_0x5d49c0(0x113)](_0x5d49c0(0x106));}[_0x12661e(0x118)](_0x5623b1){const _0x38065d=_0x12661e;_0x5623b1&&(_0x38065d(0x12d)!==_0x5623b1[_0x38065d(0xf5)]?_0x38065d(0xfc)!==_0x5623b1[_0x38065d(0xf5)]?this[_0x38065d(0x122)][_0x38065d(0x11b)]():this[_0x38065d(0x12b)]():this[_0x38065d(0xf6)]());}[_0x12661e(0xee)](_0x129de9){const _0x19fe3b=_0x12661e;this[_0x19fe3b(0x122)][_0x19fe3b(0xef)](_0x129de9);}[_0x12661e(0xf6)](){const _0x50b35e=_0x12661e;this[_0x50b35e(0x122)][_0x50b35e(0xf6)]();}[_0x12661e(0x104)](_0x1219fa){const _0x2f7e93=_0x12661e;this[_0x2f7e93(0x122)][_0x2f7e93(0x104)](_0x1219fa??_0x124c24(this[_0x2f7e93(0x10e)][_0x2f7e93(0xe4)],_0x2f7e93(0xdf)));}[_0x12661e(0x12b)](){const _0x1c2bc1=_0x12661e;this[_0x1c2bc1(0x122)][_0x1c2bc1(0x12b)]();}[_0x12661e(0x105)](_0x5a7a9f,_0x7cb6b7){const _0x14f5d7=_0x12661e;this[_0x14f5d7(0x122)][_0x14f5d7(0x11e)][_0x14f5d7(0x11c)](_0x5a7a9f,_0x7cb6b7);}[_0x12661e(0x10a)](_0x246081){const _0x1c76ac=_0x12661e;this[_0x1c76ac(0x122)][_0x1c76ac(0x11e)][_0x1c76ac(0xe9)]()[_0x1c76ac(0xd6)](_0x459dd7=>{const _0x41ebbc=_0x1c76ac;_0x459dd7['id']===_0x246081&&_0x459dd7[_0x41ebbc(0x11a)]();});}[_0x12661e(0x12f)](){const _0x37dae0=_0x12661e;this[_0x37dae0(0x122)][_0x37dae0(0x11e)][_0x37dae0(0xe9)]()[_0x37dae0(0xd6)](_0x5d587d=>_0x5d587d[_0x37dae0(0xf2)]());}[_0x12661e(0xfe)](_0x482619,_0x295853){const _0x2f88f8=_0x12661e;_0x2f88f8(0xf3)===_0x295853||_0x2f88f8(0x125)===_0x295853||_0x2f88f8(0xf4)===_0x295853?this[_0x2f88f8(0x122)][_0x2f88f8(0x11e)][_0x2f88f8(0x11f)](_0x482619,_0x295853):this[_0x2f88f8(0x122)][_0x2f88f8(0x11e)][_0x2f88f8(0xec)](_0x482619,_0x295853);}[_0x12661e(0x123)](){const _0x2dfbbb=_0x12661e;this[_0x2dfbbb(0x122)][_0x2dfbbb(0x123)]();}[_0x12661e(0xe6)](){const _0x11c5d0=_0x12661e;this[_0x11c5d0(0x122)][_0x11c5d0(0xe6)]();}[_0x12661e(0xe5)](){const _0x13d904=_0x12661e;this[_0x13d904(0x122)][_0x13d904(0xe5)]();}[_0x12661e(0x119)](){const _0x5f2a64=_0x12661e;this[_0x5f2a64(0x122)][_0x5f2a64(0x119)]();}[_0x12661e(0x124)](_0x12d0a1,_0x177860,_0x229c70,_0x30b2b7,_0x2259b6,_0x3708c5){const _0x4d14ac=_0x12661e;this[_0x4d14ac(0x121)][_0x4d14ac(0x109)](_0x12d0a1,_0x177860,_0x229c70,_0x30b2b7,_0x2259b6,_0x3708c5);}[_0x12661e(0xd9)](){const _0x7b19cf=_0x12661e;this[_0x7b19cf(0x121)][_0x7b19cf(0xe0)]();}[_0x12661e(0x110)](){const _0x5a6d71=_0x12661e;this[_0x5a6d71(0x121)][_0x5a6d71(0x110)]();}[_0x12661e(0xd7)](){const _0x53ef69=_0x12661e;this[_0x53ef69(0x121)][_0x53ef69(0xd7)]();}[_0x12661e(0x129)](_0x12eb7d){const _0x1357e4=_0x12661e,_0x2726b8=this[_0x1357e4(0x122)][_0x1357e4(0x11e)][_0x1357e4(0xe9)]()[_0x1357e4(0xff)](_0x1bcd54=>_0x1bcd54['id']===_0x12eb7d);return _0x2726b8?_0x2726b8[_0x1357e4(0xea)]:null;}[_0x12661e(0x103)](){const _0x44b30f=_0x12661e;this[_0x44b30f(0x121)][_0x44b30f(0x103)]();}}
23
+ function _0x357a(_0x3b1bc2,_0x56575f){const _0x5edc75=_0x5edc();return _0x357a=function(_0x357a25,_0x29fd32){_0x357a25=_0x357a25-0x1ca;let _0x1805fb=_0x5edc75[_0x357a25];return _0x1805fb;},_0x357a(_0x3b1bc2,_0x56575f);}const _0x3ae1e7=_0x357a;(function(_0x5ca5cf,_0x30dba0){const _0x45b532=_0x357a,_0x1a0bf6=_0x5ca5cf();while(!![]){try{const _0x1965f9=parseInt(_0x45b532(0x1eb))/0x1*(-parseInt(_0x45b532(0x1ef))/0x2)+-parseInt(_0x45b532(0x1db))/0x3+-parseInt(_0x45b532(0x205))/0x4+-parseInt(_0x45b532(0x1dc))/0x5+-parseInt(_0x45b532(0x1f4))/0x6+parseInt(_0x45b532(0x20d))/0x7+-parseInt(_0x45b532(0x1e1))/0x8*(-parseInt(_0x45b532(0x217))/0x9);if(_0x1965f9===_0x30dba0)break;else _0x1a0bf6['push'](_0x1a0bf6['shift']());}catch(_0x6c294f){_0x1a0bf6['push'](_0x1a0bf6['shift']());}}}(_0x5edc,0x72f9d));import{ContextPlugin as _0x2b18c6}from'ckeditor5/src/core.js';import{BodyCollection as _0x7b6f6c}from'ckeditor5/src/ui.js';import{getTranslation as _0x13a8a7}from'../aicore/utils/common-translations.js';import{AITabs as _0x3e3ff4}from'../aitabs/aitabs.js';import{AIReviewCoreBalloonSuggestionItemView as _0x4dfbae}from'./ui/aireviewcoreballoonsuggestionview.js';export const AI_REVIEW_MODE_UI_EVENT_NAMES=[_0x3ae1e7(0x202),_0x3ae1e7(0x20b),_0x3ae1e7(0x1cb),_0x3ae1e7(0x1e0),_0x3ae1e7(0x20e),_0x3ae1e7(0x20c),_0x3ae1e7(0x1ec),_0x3ae1e7(0x20a),_0x3ae1e7(0x1d7),_0x3ae1e7(0x1e9),_0x3ae1e7(0x216),_0x3ae1e7(0x1f3),_0x3ae1e7(0x1ff)];import'../../theme/common/aiheader.css';import'../../theme/common/ainotification.css';import'../../theme/common/aibutton.css';import'../../theme/common/aitrackchanges.css';function _0x5edc(){const _0x4a6b40=['showChangeBalloon','hideDiffInBalloon','element','destroy','learnMore','18QFDnpJ','fire','showActionsWhenResultIsReady','addCheckRunResult','showResult','hideBalloon','context','showDiffInBalloon','setAvailableChecks','error-general','_balloonSuggestionView','status','abortReviewStream','outdated','_mainView','get','find','requires','getChangeElement','isOfficialPlugin','showGeneralResultsErrorView','getResults','AI_REVIEW_INITIALIZATION_ERROR_MESSAGE','showGeneralReviewCoreErrorView','acceptChange','setItemAsInactive','setTitle','ai.models.showModelSelector','406956yUcTet','2147610cMnCWQ','hideActionsWhenResultIsReady','_bodyCollection','showChunkErrorView','toggleDiff','5828616dhFSLz','config','error-chunk','showReviewCheckListView','accepted','init','attachToDom','hideResult','dismissChange','updateChangeState','67801dQhHEg','activateChange','reviewCheckListView','setItemAsActive','16rwkSPR','rejected','forEach','setActiveStateInResults','finishReview','2481222oIpTVd','showCheckRunResult','AITabs','setChecks','reviewCheckResultsView','showReviewCheckList','resetActiveStateInResults','plugins','showNoChangesView','delegate','createMainView','retryReview','locale','setCheckResultTitle','getReviewCheckList','showBalloon','showReviewCompletedView','58208hMQBOW','isPremiumPlugin','showCheckRunResults','hasChecks','registerTab','deactivateChange','runReviewCheck','leaveReviewCoreResultList','3846206gSuVJD','acceptAllChanges','hideChangeBalloon','showReviewCheckResultsView','detachFromDom'];_0x5edc=function(){return _0x4a6b40;};return _0x5edc();}import'../../theme/aireviewcore/aireviewcore.css';export class AIReviewCoreUI extends _0x2b18c6{[_0x3ae1e7(0x1cd)];[_0x3ae1e7(0x221)];[_0x3ae1e7(0x1de)];static get[_0x3ae1e7(0x1d0)](){return[_0x3e3ff4];}static get[_0x3ae1e7(0x1d2)](){return!0x0;}static get[_0x3ae1e7(0x206)](){return!0x0;}constructor(_0x5e2edf){const _0x58ef78=_0x3ae1e7;super(_0x5e2edf),this[_0x58ef78(0x1de)]=new _0x7b6f6c(this[_0x58ef78(0x21d)][_0x58ef78(0x200)]),this[_0x58ef78(0x1de)][_0x58ef78(0x1e7)](),this[_0x58ef78(0x1cd)]=this[_0x58ef78(0x1fe)](),this[_0x58ef78(0x1cd)][_0x58ef78(0x1fd)](...AI_REVIEW_MODE_UI_EVENT_NAMES)['to'](this),this[_0x58ef78(0x221)]=new _0x4dfbae(this[_0x58ef78(0x21d)][_0x58ef78(0x200)],this[_0x58ef78(0x1de)]),this[_0x58ef78(0x221)][_0x58ef78(0x1fd)](_0x58ef78(0x1d7),_0x58ef78(0x1e9),_0x58ef78(0x20a))['to'](this);}[_0x3ae1e7(0x1e6)](){const _0x3ec7eb=_0x3ae1e7,_0x36ec60=this[_0x3ec7eb(0x21d)][_0x3ec7eb(0x1fb)][_0x3ec7eb(0x1ce)](_0x3ec7eb(0x1f6));this[_0x3ec7eb(0x209)](_0x36ec60);}[_0x3ae1e7(0x215)](){const _0x27a6eb=_0x3ae1e7;this[_0x27a6eb(0x1de)][_0x27a6eb(0x211)](),super[_0x27a6eb(0x215)]();}[_0x3ae1e7(0x21f)](_0x433ddb){const _0x2176a9=_0x3ae1e7;if(!this[_0x2176a9(0x1cd)][_0x2176a9(0x1ed)][_0x2176a9(0x208)]()){const _0x4563af=!this[_0x2176a9(0x21d)][_0x2176a9(0x1e2)][_0x2176a9(0x1ce)](_0x2176a9(0x1da));this[_0x2176a9(0x1cd)][_0x2176a9(0x1ed)][_0x2176a9(0x1f7)](_0x433ddb,_0x4563af);}this[_0x2176a9(0x1cd)][_0x2176a9(0x1e4)]();}[_0x3ae1e7(0x1f9)](){const _0x2a1fa3=_0x3ae1e7;this[_0x2a1fa3(0x218)](_0x2a1fa3(0x202));}[_0x3ae1e7(0x207)](_0x7fa60c){const _0x46eeaf=_0x3ae1e7;_0x7fa60c&&(_0x46eeaf(0x220)!==_0x7fa60c[_0x46eeaf(0x1ca)]?_0x46eeaf(0x1e3)!==_0x7fa60c[_0x46eeaf(0x1ca)]?this[_0x46eeaf(0x1cd)][_0x46eeaf(0x210)]():this[_0x46eeaf(0x1df)]():this[_0x46eeaf(0x1d3)]());}[_0x3ae1e7(0x1f5)](_0xd48b07){const _0x566991=_0x3ae1e7;this[_0x566991(0x1cd)][_0x566991(0x21a)](_0xd48b07);}[_0x3ae1e7(0x1d3)](){const _0x304688=_0x3ae1e7;this[_0x304688(0x1cd)][_0x304688(0x1d3)]();}[_0x3ae1e7(0x1d6)](_0x4ffc90){const _0x570a60=_0x3ae1e7;this[_0x570a60(0x1cd)][_0x570a60(0x1d6)](_0x4ffc90??_0x13a8a7(this[_0x570a60(0x21d)][_0x570a60(0x200)],_0x570a60(0x1d5)));}[_0x3ae1e7(0x1df)](){const _0x42881d=_0x3ae1e7;this[_0x42881d(0x1cd)][_0x42881d(0x1df)]();}[_0x3ae1e7(0x201)](_0x5f3075,_0xac26cd){const _0x27426e=_0x3ae1e7;this[_0x27426e(0x1cd)][_0x27426e(0x1f8)][_0x27426e(0x1d9)](_0x5f3075,_0xac26cd);}[_0x3ae1e7(0x1f2)](_0x473a54){const _0x4eaa78=_0x3ae1e7;this[_0x4eaa78(0x1cd)][_0x4eaa78(0x1f8)][_0x4eaa78(0x1d4)]()[_0x4eaa78(0x1f1)](_0x147eac=>{const _0x55ab14=_0x4eaa78;_0x147eac['id']===_0x473a54&&_0x147eac[_0x55ab14(0x1ee)]();});}[_0x3ae1e7(0x1fa)](){const _0x3982b2=_0x3ae1e7;this[_0x3982b2(0x1cd)][_0x3982b2(0x1f8)][_0x3982b2(0x1d4)]()[_0x3982b2(0x1f1)](_0x3d3423=>_0x3d3423[_0x3982b2(0x1d8)]());}[_0x3ae1e7(0x1ea)](_0x179fa6,_0x4ead12){const _0x5b1279=_0x3ae1e7;_0x5b1279(0x1e5)===_0x4ead12||_0x5b1279(0x1f0)===_0x4ead12||_0x5b1279(0x1cc)===_0x4ead12?this[_0x5b1279(0x1cd)][_0x5b1279(0x1f8)][_0x5b1279(0x1e8)](_0x179fa6,_0x4ead12):this[_0x5b1279(0x1cd)][_0x5b1279(0x1f8)][_0x5b1279(0x21b)](_0x179fa6,_0x4ead12);}[_0x3ae1e7(0x204)](){const _0x2000c0=_0x3ae1e7;this[_0x2000c0(0x1cd)][_0x2000c0(0x204)]();}[_0x3ae1e7(0x219)](){const _0x3a8330=_0x3ae1e7;this[_0x3a8330(0x1cd)][_0x3a8330(0x219)]();}[_0x3ae1e7(0x1fc)](){const _0x45e7aa=_0x3ae1e7;this[_0x45e7aa(0x1cd)][_0x45e7aa(0x1fc)]();}[_0x3ae1e7(0x1dd)](){const _0xa97dcf=_0x3ae1e7;this[_0xa97dcf(0x1cd)][_0xa97dcf(0x1dd)]();}[_0x3ae1e7(0x212)](_0x999056,_0x141875,_0x3ff170,_0x5613d9,_0x2390b5,_0x4cc426){const _0x1a2824=_0x3ae1e7;this[_0x1a2824(0x221)][_0x1a2824(0x203)](_0x999056,_0x141875,_0x3ff170,_0x5613d9,_0x2390b5,_0x4cc426);}[_0x3ae1e7(0x20f)](){const _0x9acb87=_0x3ae1e7;this[_0x9acb87(0x221)][_0x9acb87(0x21c)]();}[_0x3ae1e7(0x213)](){const _0xca3189=_0x3ae1e7;this[_0xca3189(0x221)][_0xca3189(0x213)]();}[_0x3ae1e7(0x21e)](){const _0x1271b9=_0x3ae1e7;this[_0x1271b9(0x221)][_0x1271b9(0x21e)]();}[_0x3ae1e7(0x1d1)](_0x319e77){const _0x1f2026=_0x3ae1e7,_0x5b4365=this[_0x1f2026(0x1cd)][_0x1f2026(0x1f8)][_0x1f2026(0x1d4)]()[_0x1f2026(0x1cf)](_0x2b3fcd=>_0x2b3fcd['id']===_0x319e77);return _0x5b4365?_0x5b4365[_0x1f2026(0x214)]:null;}[_0x3ae1e7(0x20a)](){const _0x427127=_0x3ae1e7;this[_0x427127(0x221)][_0x427127(0x20a)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x31c94d=_0x350a;(function(_0x4694ad,_0x28ec52){var _0x415793=_0x350a,_0x5e9eb2=_0x4694ad();while(!![]){try{var _0x5863c9=parseInt(_0x415793(0x105))/0x1+-parseInt(_0x415793(0xff))/0x2*(-parseInt(_0x415793(0x10e))/0x3)+-parseInt(_0x415793(0x10a))/0x4+parseInt(_0x415793(0x109))/0x5*(parseInt(_0x415793(0x100))/0x6)+-parseInt(_0x415793(0x10d))/0x7+-parseInt(_0x415793(0x10c))/0x8*(parseInt(_0x415793(0x108))/0x9)+parseInt(_0x415793(0x106))/0xa;if(_0x5863c9===_0x28ec52)break;else _0x5e9eb2['push'](_0x5e9eb2['shift']());}catch(_0x550d03){_0x5e9eb2['push'](_0x5e9eb2['shift']());}}}(_0x5c45,0x4eeef));import{ObservableMixin as _0x5c20b0}from'ckeditor5/src/utils.js';function _0x350a(_0x4fc492,_0x5be741){var _0x5c4570=_0x5c45();return _0x350a=function(_0x350ad9,_0x3eb5ac){_0x350ad9=_0x350ad9-0xfe;var _0x21556f=_0x5c4570[_0x350ad9];return _0x21556f;},_0x350a(_0x4fc492,_0x5be741);}import{AIReviewCheck as _0x34fb2d}from'./aireviewcheck.js';function _0x5c45(){var _0x1a9a8a=['994356gAfvth','_checks','688gzOhtP','3598854eznjci','3VcBCul','map','filter','492706UjrkMA','633186RRWNop','setupChecks','checks','getCheckById','removeCheckById','635218cOXajf','7319660WJmsrV','find','66249kPTFeB','5gaxUHE'];_0x5c45=function(){return _0x1a9a8a;};return _0x5c45();}export class AIReviewCheckList extends _0x5c20b0(){[_0x31c94d(0x10b)]=[];[_0x31c94d(0x101)](_0x3f8a8a){var _0x4477be=_0x31c94d;this[_0x4477be(0x10b)]=_0x3f8a8a[_0x4477be(0x10f)](_0x2142f0=>new _0x34fb2d(_0x2142f0));}get[_0x31c94d(0x102)](){var _0x4c0c6d=_0x31c94d;return this[_0x4c0c6d(0x10b)];}[_0x31c94d(0x103)](_0x459d2e){var _0x2fc357=_0x31c94d;return this[_0x2fc357(0x102)][_0x2fc357(0x107)](_0x13003a=>_0x13003a['id']===_0x459d2e);}[_0x31c94d(0x104)](_0x3ae040){var _0x44b47c=_0x31c94d;this[_0x44b47c(0x10b)]=this[_0x44b47c(0x10b)][_0x44b47c(0xfe)](_0x449054=>_0x449054['id']!==_0x3ae040);}}
23
+ var _0x191ab7=_0x2471;function _0x2471(_0x528a3d,_0x44fb45){var _0x1b034f=_0x1b03();return _0x2471=function(_0x24711c,_0xdc96b2){_0x24711c=_0x24711c-0x13e;var _0x22a876=_0x1b034f[_0x24711c];return _0x22a876;},_0x2471(_0x528a3d,_0x44fb45);}function _0x1b03(){var _0x1f7827=['filter','72NMhQyj','22086nRknay','map','setupChecks','checks','378123OXnWTI','find','4385CuJVMT','6KPmjsW','4273533rsXAmx','removeCheckById','60531zYXCTe','6hiVLOx','133161NXrIfF','_checks','getCheckById','776524CWUhkv','920ILXeXW'];_0x1b03=function(){return _0x1f7827;};return _0x1b03();}(function(_0x267869,_0x5960ef){var _0x303bc5=_0x2471,_0x433d19=_0x267869();while(!![]){try{var _0x932f4=parseInt(_0x303bc5(0x148))/0x1+-parseInt(_0x303bc5(0x149))/0x2*(-parseInt(_0x303bc5(0x142))/0x3)+-parseInt(_0x303bc5(0x14d))/0x4+parseInt(_0x303bc5(0x144))/0x5*(-parseInt(_0x303bc5(0x145))/0x6)+parseInt(_0x303bc5(0x14a))/0x7*(-parseInt(_0x303bc5(0x150))/0x8)+parseInt(_0x303bc5(0x13e))/0x9*(-parseInt(_0x303bc5(0x14e))/0xa)+parseInt(_0x303bc5(0x146))/0xb;if(_0x932f4===_0x5960ef)break;else _0x433d19['push'](_0x433d19['shift']());}catch(_0x48e482){_0x433d19['push'](_0x433d19['shift']());}}}(_0x1b03,0x396a6));import{ObservableMixin as _0x2334c6}from'ckeditor5/src/utils.js';import{AIReviewCheck as _0x47f411}from'./aireviewcheck.js';export class AIReviewCheckList extends _0x2334c6(){[_0x191ab7(0x14b)]=[];[_0x191ab7(0x140)](_0x30a9c0){var _0x37f8e6=_0x191ab7;this[_0x37f8e6(0x14b)]=_0x30a9c0[_0x37f8e6(0x13f)](_0x462b81=>new _0x47f411(_0x462b81));}get[_0x191ab7(0x141)](){var _0x10ad30=_0x191ab7;return this[_0x10ad30(0x14b)];}[_0x191ab7(0x14c)](_0x32e27d){var _0x516c63=_0x191ab7;return this[_0x516c63(0x141)][_0x516c63(0x143)](_0x32fdb6=>_0x32fdb6['id']===_0x32e27d);}[_0x191ab7(0x147)](_0x14e5c2){var _0x45e378=_0x191ab7;this[_0x45e378(0x14b)]=this[_0x45e378(0x14b)][_0x45e378(0x14f)](_0x1e268d=>_0x1e268d['id']!==_0x14e5c2);}}