@ckeditor/ckeditor5-ai 47.7.0-alpha.4 → 47.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) 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/aiadapter.js +1 -1
  7. package/src/aiassistant/adapters/aitextadapter.js +1 -1
  8. package/src/aiassistant/adapters/awstextadapter.js +1 -1
  9. package/src/aiassistant/adapters/openaitextadapter.js +1 -1
  10. package/src/aiassistant/aiassistant.js +1 -1
  11. package/src/aiassistant/aiassistantediting.js +1 -1
  12. package/src/aiassistant/aiassistantui.js +1 -1
  13. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  14. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  15. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  16. package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
  17. package/src/aiassistant/ui/form/aiformview.js +1 -1
  18. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  19. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  20. package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
  21. package/src/aiballoon/aiballoon.js +1 -1
  22. package/src/aichat/aichat.js +1 -1
  23. package/src/aichat/aichatballoon.js +1 -1
  24. package/src/aichat/aichatcontroller.js +1 -1
  25. package/src/aichat/aichatui.js +1 -1
  26. package/src/aichat/model/aichatcontext.js +1 -1
  27. package/src/aichat/ui/aichatballoonview.js +1 -1
  28. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  29. package/src/aichat/ui/aichatheaderview.js +1 -1
  30. package/src/aichat/ui/aichatview.js +1 -1
  31. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  32. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  33. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  34. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  35. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  36. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  37. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  38. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  39. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  40. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  41. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  42. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  43. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  44. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.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/ui/aichathistorylistitemview.js +2 -2
  49. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  50. package/src/aichatshortcuts/aichatshortcuts.js +1 -1
  51. package/src/aichatshortcuts/ui/aichatshortcutview.js +1 -1
  52. package/src/aicore/aiconnector.js +1 -1
  53. package/src/aicore/aiediting.js +1 -1
  54. package/src/aicore/model/aiinteraction.js +1 -1
  55. package/src/aicore/model/aimodels.js +1 -1
  56. package/src/aicore/model/aireply.js +1 -1
  57. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  58. package/src/aicore/pipeline/airesponseparser.js +2 -2
  59. package/src/aicore/ui/aidisclaimerview.js +1 -1
  60. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  61. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  62. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartheaderview.js +1 -1
  63. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.js +1 -1
  64. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.js +1 -1
  65. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  66. package/src/aicore/ui/suggestioncontainer/aisuggestionloaderview.js +1 -1
  67. package/src/aicore/ui/suggestioncontainer/aiwebsourcesview.js +1 -1
  68. package/src/aicore/utils/createresizebutton.js +1 -1
  69. package/src/aicore/utils/documentrange.js +1 -1
  70. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  71. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  72. package/src/aicore/utils/htmlparser.js +1 -1
  73. package/src/aicore/utils/htmlstreamer.js +1 -1
  74. package/src/aieditorintegration/aieditorintegration.js +1 -1
  75. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  76. package/src/aiquickactions/aiquickactions.js +1 -1
  77. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  78. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  79. package/src/aiquickactions/aiquickactionsui.js +1 -1
  80. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  81. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  82. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  83. package/src/aiquickactions/ui/balloon/aiactionsballoondisclaimerview.js +1 -1
  84. package/src/aiquickactions/ui/balloon/aiactionsballoontoolbarview.js +1 -1
  85. package/src/aiquickactions/ui/balloon/aiactionsballoonview.js +1 -1
  86. package/src/aireviewcore/aireviewcorecontroller.js +1 -1
  87. package/src/aireviewcore/aireviewcoreediting.js +1 -1
  88. package/src/aireviewcore/aireviewcoreui.js +1 -1
  89. package/src/aireviewcore/model/aireviewchecklist.js +1 -1
  90. package/src/aireviewcore/model/aireviewcheckrun.js +1 -1
  91. package/src/aireviewcore/model/aireviewsystemcheckrun.js +1 -1
  92. package/src/aireviewcore/ui/aireviewcoreballoonsuggestionview.js +1 -1
  93. package/src/aireviewcore/ui/aireviewcorechecklistitemresultview.js +1 -1
  94. package/src/aireviewcore/ui/aireviewcorecustomcheckview.js +1 -1
  95. package/src/aireviewcore/ui/aireviewcorefinishreviewbuttonview.js +1 -1
  96. package/src/aireviewcore/ui/aireviewcorereviewcommandlistitemview.js +1 -1
  97. package/src/aireviewcore/ui/aireviewcoreuicheckresultsview.js +1 -1
  98. package/src/aireviewcore/ui/form/aireviewcoreformdropdown.js +1 -1
  99. package/src/aireviewmode/aireviewmode.js +1 -1
  100. package/src/aireviewmode/aireviewmodeui.js +1 -1
  101. package/src/aireviewmode/model/aireviewcheckcustom.js +1 -1
  102. package/src/aireviewmode/model/aireviewcheckextra.js +1 -1
  103. package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
  104. package/src/aireviewmode/model/aireviewmodechecklist.js +1 -1
  105. package/src/aitabs/aitabs.js +1 -1
  106. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  107. package/src/aitranslate/aitranslate.js +1 -1
  108. package/src/aitranslate/aitranslatecontroller.js +1 -1
  109. package/src/aitranslate/aitranslateui.js +1 -1
  110. package/src/aitranslate/model/aitranslatecheck.js +1 -1
  111. package/src/aitranslate/ui/aitranslatechecklistview.js +1 -1
  112. package/src/aitranslate/ui/aitranslatecheckresultsview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2a14a7=_0x2448;(function(_0x2a39db,_0x1a1b0c){const _0x4e4443=_0x2448,_0x3c427f=_0x2a39db();while(!![]){try{const _0x118dc8=parseInt(_0x4e4443(0x197))/0x1+-parseInt(_0x4e4443(0x176))/0x2*(parseInt(_0x4e4443(0x186))/0x3)+-parseInt(_0x4e4443(0x19a))/0x4*(-parseInt(_0x4e4443(0x1b4))/0x5)+parseInt(_0x4e4443(0x1a5))/0x6*(parseInt(_0x4e4443(0x189))/0x7)+-parseInt(_0x4e4443(0x191))/0x8*(parseInt(_0x4e4443(0x196))/0x9)+-parseInt(_0x4e4443(0x175))/0xa+parseInt(_0x4e4443(0x19f))/0xb;if(_0x118dc8===_0x1a1b0c)break;else _0x3c427f['push'](_0x3c427f['shift']());}catch(_0x3fef53){_0x3c427f['push'](_0x3c427f['shift']());}}}(_0x22ba,0x7e69a));function _0x22ba(){const _0x15fa2b=['3701384jSczdn','partsCount','_areActionsDisabled','updateContent','isVisible','9APLtJg','932878LyCLkE','queueEmptyPromise','findIndex','609624uNbAei','length','some','_availableActions','state','1955866zrcxcj','warning','_emptyPartsWarningView','availableActions','find','_sourcesView','5772QcErUK','isEnabled','_actionsView','index','enqueue','setContent','push','_updateContentPartsPromiseQueue','isTrackChangesOn','ck-ai-suggestion__body__content-parts','partDefinition','AI_SUGGESTION_NO_PARTS_WARNING','areActionsDisabled','_children','hasPendingParts','15rVvxXO','addSource','locale','setTemplate','updateVisibility','pending','addEventListener','updateSources','hasNonEmptyParts','7957810JJfWBn','48hEnHNI','bind','_switchButtonLabelsPlurality','forEach','updatePartState','setPartActive','AI_SUGGESTION_EMPTY_PART_WARNING','delegate','filter','markAsDone','ck-ai-suggestion__body','createCollection','_showUnchangedParts','set','hasChanges','add','77493JlcrnD','from','updateContentParts','6027eRaTPc','bodyCollection','empty-parts-warning','isActive','div','_cachedContentParts','getPartView','abort'];_0x22ba=function(){return _0x15fa2b;};return _0x22ba();}import{View as _0xab8bf7}from'ckeditor5/src/ui.js';import{AISuggestionBodyViewContentPartView as _0x3fc753}from'./aisuggestioncontentpartview.js';import{AI_SUGGESTION_UI_EVENT_NAMES as _0x22674d}from'../../utils/eventnames.js';function _0x2448(_0x57f42d,_0xc696ea){const _0x22ba3b=_0x22ba();return _0x2448=function(_0x244808,_0x48c890){_0x244808=_0x244808-0x16d;let _0xaee63d=_0x22ba3b[_0x244808];return _0xaee63d;},_0x2448(_0x57f42d,_0xc696ea);}import{PromiseQueue as _0x1ea3ef}from'../../../aichat/utils/promisequeue.js';import{AIChatFeedErrorItemView as _0x2e79f7}from'../../../aichat/ui/feed/aichatfeederroritemview.js';import{getTranslation as _0x4490da}from'../../utils/common-translations.js';import{AIChatFeedSuggestionItemActionsView as _0x5cfb43}from'../../../aichat/ui/feed/aichatfeedsuggestionitemactionsview.js';import{AIWebSourcesView as _0x4142b7}from'./aiwebsourcesview.js';export class AISuggestionBodyView extends _0xab8bf7{[_0x2a14a7(0x1a7)];[_0x2a14a7(0x1a4)];[_0x2a14a7(0x1b2)];[_0x2a14a7(0x193)];[_0x2a14a7(0x182)];[_0x2a14a7(0x1ac)];[_0x2a14a7(0x1a1)];[_0x2a14a7(0x19d)];[_0x2a14a7(0x18e)]=[];constructor(_0x284f3c,_0x1dd2d1){const _0xcb3c2b=_0x2a14a7;super(_0x284f3c);const {areActionsDisabled:_0x90e38f,showUnchangedParts:_0x38d355,availableActions:_0x44ec5f}=_0x1dd2d1;this[_0xcb3c2b(0x193)]=_0x90e38f,this[_0xcb3c2b(0x182)]=_0x38d355,this[_0xcb3c2b(0x19d)]=_0x44ec5f,this[_0xcb3c2b(0x183)](_0xcb3c2b(0x1b3),!0x1),this[_0xcb3c2b(0x183)](_0xcb3c2b(0x1ad),!0x1),this[_0xcb3c2b(0x1b2)]=this[_0xcb3c2b(0x181)](),this[_0xcb3c2b(0x1ac)]=new _0x1ea3ef(),this[_0xcb3c2b(0x1a1)]=new _0x2e79f7({'id':_0xcb3c2b(0x18b),'initialContent':_0x4490da(_0x284f3c,_0xcb3c2b(0x17c)),'level':_0xcb3c2b(0x1a0)}),this[_0xcb3c2b(0x1a1)][_0xcb3c2b(0x195)]=!0x1,this[_0xcb3c2b(0x1a7)]=new _0x5cfb43(_0x284f3c,_0x1dd2d1[_0xcb3c2b(0x1a2)],this[_0xcb3c2b(0x193)]),this[_0xcb3c2b(0x1a7)][_0xcb3c2b(0x177)](_0xcb3c2b(0x1ad))['to'](this),this[_0xcb3c2b(0x1a4)]=new _0x4142b7(this[_0xcb3c2b(0x16e)],_0x1dd2d1[_0xcb3c2b(0x18a)]),_0x1dd2d1[_0xcb3c2b(0x1b1)]?this[_0xcb3c2b(0x1a7)][_0xcb3c2b(0x1a6)]=!0x1:this[_0xcb3c2b(0x1a7)][_0xcb3c2b(0x177)](_0xcb3c2b(0x1a6))['to'](this,_0xcb3c2b(0x1b3)),this[_0xcb3c2b(0x1a7)][_0xcb3c2b(0x17d)](..._0x22674d)['to'](this),this[_0xcb3c2b(0x16f)]({'tag':_0xcb3c2b(0x18d),'attributes':{'class':['ck',_0xcb3c2b(0x180)]},'children':[{'tag':_0xcb3c2b(0x18d),'attributes':{'class':['ck',_0xcb3c2b(0x1ae)]},'children':this[_0xcb3c2b(0x1b2)]},this[_0xcb3c2b(0x1a1)],this[_0xcb3c2b(0x1a7)],this[_0xcb3c2b(0x1a4)]]});}get[_0x2a14a7(0x192)](){const _0x489669=_0x2a14a7;return this[_0x489669(0x1b2)][_0x489669(0x19b)];}async[_0x2a14a7(0x188)]({parts:_0x58a5f2,renderingStrategy:_0x443d70,abortSignal:_0x571915}){const _0x214527=_0x2a14a7;this[_0x214527(0x1b2)][_0x214527(0x19b)]?_0x58a5f2[_0x214527(0x179)](_0xd8a03b=>{const _0x5edaa2=_0x214527,_0x2b852d=this[_0x5edaa2(0x18e)][_0x5edaa2(0x199)](_0x71c589=>_0x71c589[_0x5edaa2(0x1a8)]==_0xd8a03b[_0x5edaa2(0x1a8)]);-0x1===_0x2b852d?this[_0x5edaa2(0x18e)][_0x5edaa2(0x1ab)](_0xd8a03b):this[_0x5edaa2(0x18e)][_0x2b852d]=_0xd8a03b;}):this[_0x214527(0x18e)]=_0x58a5f2;const _0x4ae764=this[_0x214527(0x182)]?_0x58a5f2:_0x58a5f2[_0x214527(0x17e)](_0xc0afcb=>_0xc0afcb[_0x214527(0x184)]);this[_0x214527(0x1a7)][_0x214527(0x178)](_0x4ae764[_0x214527(0x19b)]>0x1);for(const _0x35841e of _0x4ae764)this[_0x214527(0x1ac)][_0x214527(0x1a9)](async _0xdd7a58=>{const _0x5d4950=_0x214527;let _0x558948=this[_0x5d4950(0x18f)](_0x35841e[_0x5d4950(0x1a8)]);_0x558948||(_0x558948=new _0x3fc753(this[_0x5d4950(0x16e)],{'part':_0x35841e,'uiIndex':this[_0x5d4950(0x1b2)][_0x5d4950(0x19b)]+0x1,'areActionsDisabled':this[_0x5d4950(0x193)],'availableActions':this[_0x5d4950(0x19d)]}),_0x558948[_0x5d4950(0x17d)](..._0x22674d)['to'](this),this[_0x5d4950(0x1b2)][_0x5d4950(0x185)](_0x558948),this[_0x5d4950(0x1b3)]=!0x0),await _0x558948[_0x5d4950(0x194)]({'part':_0x35841e,'renderingStrategy':_0x443d70,'showUnchangedParts':this[_0x5d4950(0x182)],'abortSignal':_0xdd7a58}),_0x558948[_0x5d4950(0x17f)]();});return _0x571915?.[_0x214527(0x172)](_0x214527(0x190),()=>{const _0x318578=_0x214527;this[_0x318578(0x1ac)][_0x318578(0x190)]();}),this[_0x214527(0x1ac)][_0x214527(0x198)];}[_0x2a14a7(0x17a)](_0x154954,_0xa2a561){const _0x5339b5=_0x2a14a7,_0x4c3c8a=this[_0x5339b5(0x18f)](_0x154954);_0x4c3c8a&&(_0x4c3c8a[_0x5339b5(0x19e)]=_0xa2a561),this[_0x5339b5(0x1b3)]=_0x5339b5(0x171)==_0xa2a561||Array[_0x5339b5(0x187)](this[_0x5339b5(0x1b2)])[_0x5339b5(0x19c)](_0x3f034c=>_0x5339b5(0x171)==_0x3f034c[_0x5339b5(0x19e)]);}[_0x2a14a7(0x17b)](_0x53e4d3,_0x345c6a){const _0x1896d6=_0x2a14a7;if(!0x1===_0x53e4d3){for(const _0x10af9a of this[_0x1896d6(0x1b2)])_0x10af9a[_0x1896d6(0x18c)]=!0x1;}else{const _0x21d033=this[_0x1896d6(0x18f)](_0x53e4d3);_0x21d033&&(_0x21d033[_0x1896d6(0x18c)]=_0x345c6a);}}[_0x2a14a7(0x173)](_0x57b733){const _0x33c015=_0x2a14a7;_0x57b733[_0x33c015(0x179)](_0x345fff=>this[_0x33c015(0x1a4)][_0x33c015(0x16d)](_0x345fff)),this[_0x33c015(0x1a4)][_0x33c015(0x195)]=!0x0;}[_0x2a14a7(0x18f)](_0xa581ca){const _0x50322a=_0x2a14a7;return this[_0x50322a(0x1b2)][_0x50322a(0x1a3)](_0x31c3ab=>_0x31c3ab[_0x50322a(0x1af)][_0x50322a(0x1a8)]==_0xa581ca)??null;}[_0x2a14a7(0x17f)](){const _0x5f0238=_0x2a14a7;if(!this[_0x5f0238(0x182)]){const _0x18c9c6=!this[_0x5f0238(0x18e)][_0x5f0238(0x1a3)](({hasChanges:_0x4f9883})=>_0x4f9883),_0x2cfdfb=!!this[_0x5f0238(0x18e)][_0x5f0238(0x1a3)](({hasChanges:_0x6908aa})=>!_0x6908aa);this[_0x5f0238(0x1a1)][_0x5f0238(0x195)]=0x0==this[_0x5f0238(0x1b2)][_0x5f0238(0x19b)]||_0x2cfdfb,_0x18c9c6?this[_0x5f0238(0x1a1)][_0x5f0238(0x1aa)](_0x4490da(this[_0x5f0238(0x16e)],_0x5f0238(0x1b0))):this[_0x5f0238(0x1a1)][_0x5f0238(0x1aa)](_0x4490da(this[_0x5f0238(0x16e)],_0x5f0238(0x17c)));}this[_0x5f0238(0x1b2)][_0x5f0238(0x179)](_0x5a47a7=>_0x5a47a7[_0x5f0238(0x17f)]()),this[_0x5f0238(0x1a7)][_0x5f0238(0x170)](this[_0x5f0238(0x174)]);}get[_0x2a14a7(0x174)](){const _0x5454b4=_0x2a14a7;return this[_0x5454b4(0x1b2)][_0x5454b4(0x17e)](_0x369f79=>_0x369f79[_0x5454b4(0x1af)][_0x5454b4(0x184)])[_0x5454b4(0x19b)]>0x0;}}
23
+ const _0x21ced6=_0xb77d;(function(_0x467405,_0x5d1818){const _0x37690d=_0xb77d,_0x4b1eda=_0x467405();while(!![]){try{const _0x7d2587=-parseInt(_0x37690d(0x145))/0x1+-parseInt(_0x37690d(0x132))/0x2*(parseInt(_0x37690d(0x139))/0x3)+-parseInt(_0x37690d(0x14e))/0x4*(parseInt(_0x37690d(0x13e))/0x5)+-parseInt(_0x37690d(0x15d))/0x6*(-parseInt(_0x37690d(0x143))/0x7)+-parseInt(_0x37690d(0x124))/0x8*(parseInt(_0x37690d(0x152))/0x9)+-parseInt(_0x37690d(0x12a))/0xa*(-parseInt(_0x37690d(0x153))/0xb)+parseInt(_0x37690d(0x12b))/0xc*(parseInt(_0x37690d(0x147))/0xd);if(_0x7d2587===_0x5d1818)break;else _0x4b1eda['push'](_0x4b1eda['shift']());}catch(_0x2df245){_0x4b1eda['push'](_0x4b1eda['shift']());}}}(_0xeb44,0x74581));import{View as _0x185120}from'ckeditor5/src/ui.js';import{AISuggestionBodyViewContentPartView as _0x3cf15f}from'./aisuggestioncontentpartview.js';import{AI_SUGGESTION_UI_EVENT_NAMES as _0x2751fd}from'../../utils/eventnames.js';import{PromiseQueue as _0x5ddb5b}from'../../../aichat/utils/promisequeue.js';import{AIChatFeedErrorItemView as _0x11ab1d}from'../../../aichat/ui/feed/aichatfeederroritemview.js';function _0xeb44(){const _0x2a095b=['from','push','getPartView','_children','AI_SUGGESTION_EMPTY_PART_WARNING','delegate','_switchButtonLabelsPlurality','_availableActions','updateContentParts','12sbuqXe','setContent','isVisible','find','div','createCollection','add','AI_SUGGESTION_NO_PARTS_WARNING','some','hasNonEmptyParts','locale','_cachedContentParts','hasChanges','queueEmptyPromise','updatePartState','isEnabled','_areActionsDisabled','1530240LGcDvz','ck-ai-suggestion__body','updateContent','enqueue','updateVisibility','partsCount','300ACBlgK','348MzEOXZ','bodyCollection','hasPendingParts','_emptyPartsWarningView','state','ck-ai-suggestion__body__content-parts','isActive','2578HRTjsy','areActionsDisabled','_actionsView','availableActions','partDefinition','_showUnchangedParts','abort','606qpqmpu','length','_sourcesView','index','_updateContentPartsPromiseQueue','3338525SIhhVz','setPartActive','bind','filter','set','2827468Mucdha','setTemplate','50207GlLWMb','markAsDone','59189RXOVMx','forEach','addSource','empty-parts-warning','isTrackChangesOn','findIndex','pending','4MxScBm','updateSources','warning','addEventListener','9ILEGpn','258951DbfZKd'];_0xeb44=function(){return _0x2a095b;};return _0xeb44();}import{getTranslation as _0x513021}from'../../utils/common-translations.js';function _0xb77d(_0x4f3c98,_0x3438ba){const _0xeb4480=_0xeb44();return _0xb77d=function(_0xb77d7c,_0x141db4){_0xb77d7c=_0xb77d7c-0x117;let _0x37ed77=_0xeb4480[_0xb77d7c];return _0x37ed77;},_0xb77d(_0x4f3c98,_0x3438ba);}import{AIChatFeedSuggestionItemActionsView as _0x334241}from'../../../aichat/ui/feed/aichatfeedsuggestionitemactionsview.js';import{AIWebSourcesView as _0x2c9a74}from'./aiwebsourcesview.js';export class AISuggestionBodyView extends _0x185120{[_0x21ced6(0x134)];[_0x21ced6(0x13b)];[_0x21ced6(0x157)];[_0x21ced6(0x123)];[_0x21ced6(0x137)];[_0x21ced6(0x13d)];[_0x21ced6(0x12e)];[_0x21ced6(0x15b)];[_0x21ced6(0x11e)]=[];constructor(_0x2da063,_0x2a9eeb){const _0x142c0d=_0x21ced6;super(_0x2da063);const {areActionsDisabled:_0x57a21c,showUnchangedParts:_0x4e8579,availableActions:_0x52b662}=_0x2a9eeb;this[_0x142c0d(0x123)]=_0x57a21c,this[_0x142c0d(0x137)]=_0x4e8579,this[_0x142c0d(0x15b)]=_0x52b662,this[_0x142c0d(0x142)](_0x142c0d(0x12d),!0x1),this[_0x142c0d(0x142)](_0x142c0d(0x14b),!0x1),this[_0x142c0d(0x157)]=this[_0x142c0d(0x118)](),this[_0x142c0d(0x13d)]=new _0x5ddb5b(),this[_0x142c0d(0x12e)]=new _0x11ab1d({'id':_0x142c0d(0x14a),'initialContent':_0x513021(_0x2da063,_0x142c0d(0x158)),'level':_0x142c0d(0x150)}),this[_0x142c0d(0x12e)][_0x142c0d(0x15f)]=!0x1,this[_0x142c0d(0x134)]=new _0x334241(_0x2da063,_0x2a9eeb[_0x142c0d(0x135)],this[_0x142c0d(0x123)]),this[_0x142c0d(0x134)][_0x142c0d(0x140)](_0x142c0d(0x14b))['to'](this),this[_0x142c0d(0x13b)]=new _0x2c9a74(this[_0x142c0d(0x11d)],_0x2a9eeb[_0x142c0d(0x12c)]),_0x2a9eeb[_0x142c0d(0x133)]?this[_0x142c0d(0x134)][_0x142c0d(0x122)]=!0x1:this[_0x142c0d(0x134)][_0x142c0d(0x140)](_0x142c0d(0x122))['to'](this,_0x142c0d(0x12d)),this[_0x142c0d(0x134)][_0x142c0d(0x159)](..._0x2751fd)['to'](this),this[_0x142c0d(0x144)]({'tag':_0x142c0d(0x117),'attributes':{'class':['ck',_0x142c0d(0x125)]},'children':[{'tag':_0x142c0d(0x117),'attributes':{'class':['ck',_0x142c0d(0x130)]},'children':this[_0x142c0d(0x157)]},this[_0x142c0d(0x12e)],this[_0x142c0d(0x134)],this[_0x142c0d(0x13b)]]});}get[_0x21ced6(0x129)](){const _0x458037=_0x21ced6;return this[_0x458037(0x157)][_0x458037(0x13a)];}async[_0x21ced6(0x15c)]({parts:_0x56bb0f,renderingStrategy:_0x3df567,abortSignal:_0x2f14de}){const _0x22d1eb=_0x21ced6;this[_0x22d1eb(0x157)][_0x22d1eb(0x13a)]?_0x56bb0f[_0x22d1eb(0x148)](_0x53979d=>{const _0x3175ed=_0x22d1eb,_0x498d6f=this[_0x3175ed(0x11e)][_0x3175ed(0x14c)](_0x13a25c=>_0x13a25c[_0x3175ed(0x13c)]==_0x53979d[_0x3175ed(0x13c)]);-0x1===_0x498d6f?this[_0x3175ed(0x11e)][_0x3175ed(0x155)](_0x53979d):this[_0x3175ed(0x11e)][_0x498d6f]=_0x53979d;}):this[_0x22d1eb(0x11e)]=_0x56bb0f;const _0x3eed0c=this[_0x22d1eb(0x137)]?_0x56bb0f:_0x56bb0f[_0x22d1eb(0x141)](_0x408bcf=>_0x408bcf[_0x22d1eb(0x11f)]);this[_0x22d1eb(0x134)][_0x22d1eb(0x15a)](_0x3eed0c[_0x22d1eb(0x13a)]>0x1);for(const _0x15fe6a of _0x3eed0c)this[_0x22d1eb(0x13d)][_0x22d1eb(0x127)](async _0x422e05=>{const _0x36c335=_0x22d1eb;let _0x36dcd4=this[_0x36c335(0x156)](_0x15fe6a[_0x36c335(0x13c)]);_0x36dcd4||(_0x36dcd4=new _0x3cf15f(this[_0x36c335(0x11d)],{'part':_0x15fe6a,'uiIndex':this[_0x36c335(0x157)][_0x36c335(0x13a)]+0x1,'areActionsDisabled':this[_0x36c335(0x123)],'availableActions':this[_0x36c335(0x15b)]}),_0x36dcd4[_0x36c335(0x159)](..._0x2751fd)['to'](this),this[_0x36c335(0x157)][_0x36c335(0x119)](_0x36dcd4),this[_0x36c335(0x12d)]=!0x0),await _0x36dcd4[_0x36c335(0x126)]({'part':_0x15fe6a,'renderingStrategy':_0x3df567,'showUnchangedParts':this[_0x36c335(0x137)],'abortSignal':_0x422e05}),_0x36dcd4[_0x36c335(0x146)]();});return _0x2f14de?.[_0x22d1eb(0x151)](_0x22d1eb(0x138),()=>{const _0x3ebddc=_0x22d1eb;this[_0x3ebddc(0x13d)][_0x3ebddc(0x138)]();}),this[_0x22d1eb(0x13d)][_0x22d1eb(0x120)];}[_0x21ced6(0x121)](_0xb6a118,_0x59f4c4){const _0x5e4025=_0x21ced6,_0x379cea=this[_0x5e4025(0x156)](_0xb6a118);_0x379cea&&(_0x379cea[_0x5e4025(0x12f)]=_0x59f4c4),this[_0x5e4025(0x12d)]=_0x5e4025(0x14d)==_0x59f4c4||Array[_0x5e4025(0x154)](this[_0x5e4025(0x157)])[_0x5e4025(0x11b)](_0x2e4f48=>_0x5e4025(0x14d)==_0x2e4f48[_0x5e4025(0x12f)]);}[_0x21ced6(0x13f)](_0x32f6dd,_0x4d2250){const _0x1f0be3=_0x21ced6;if(!0x1===_0x32f6dd){for(const _0x9c60ee of this[_0x1f0be3(0x157)])_0x9c60ee[_0x1f0be3(0x131)]=!0x1;}else{const _0x2ca952=this[_0x1f0be3(0x156)](_0x32f6dd);_0x2ca952&&(_0x2ca952[_0x1f0be3(0x131)]=_0x4d2250);}}[_0x21ced6(0x14f)](_0x4a6eab){const _0x5da691=_0x21ced6;_0x4a6eab[_0x5da691(0x148)](_0x41492e=>this[_0x5da691(0x13b)][_0x5da691(0x149)](_0x41492e)),this[_0x5da691(0x13b)][_0x5da691(0x15f)]=!0x0;}[_0x21ced6(0x156)](_0x3475e8){const _0x2f9ffe=_0x21ced6;return this[_0x2f9ffe(0x157)][_0x2f9ffe(0x160)](_0x4a59f3=>_0x4a59f3[_0x2f9ffe(0x136)][_0x2f9ffe(0x13c)]==_0x3475e8)??null;}[_0x21ced6(0x146)](){const _0x18455e=_0x21ced6;if(!this[_0x18455e(0x137)]){const _0x318687=!this[_0x18455e(0x11e)][_0x18455e(0x160)](({hasChanges:_0x4c6b8c})=>_0x4c6b8c),_0x4f020a=!!this[_0x18455e(0x11e)][_0x18455e(0x160)](({hasChanges:_0x3b730f})=>!_0x3b730f);this[_0x18455e(0x12e)][_0x18455e(0x15f)]=0x0==this[_0x18455e(0x157)][_0x18455e(0x13a)]||_0x4f020a,_0x318687?this[_0x18455e(0x12e)][_0x18455e(0x15e)](_0x513021(this[_0x18455e(0x11d)],_0x18455e(0x11a))):this[_0x18455e(0x12e)][_0x18455e(0x15e)](_0x513021(this[_0x18455e(0x11d)],_0x18455e(0x158)));}this[_0x18455e(0x157)][_0x18455e(0x148)](_0x522168=>_0x522168[_0x18455e(0x146)]()),this[_0x18455e(0x134)][_0x18455e(0x128)](this[_0x18455e(0x11c)]);}get[_0x21ced6(0x11c)](){const _0x56fdb5=_0x21ced6;return this[_0x56fdb5(0x157)][_0x56fdb5(0x141)](_0x1998ec=>_0x1998ec[_0x56fdb5(0x136)][_0x56fdb5(0x11f)])[_0x56fdb5(0x13a)]>0x0;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x5788b0=_0x4422;function _0x25b6(){var _0x4944d7=['ck-ai-suggestion__body__content-part__title__label','createCollection','remove','735568gfDBJP','250870DcAcON','997990zMWZhD','titleLabelView','92NDupVa','ck-ai-suggestion__body__content-part__title','rejectSuggestion','isEnabled','add','index','ck-reset_all-excluded','addMany','setState','set','applySuggestion','833604CzqbPy','toString','change:state','202556ojOhkt','bind','14lJRkar','children','insertSuggestion','div','AI_SUGGESTION_CONTENT_PART_TITLE','27ykiPaI','22377jukhcJ','setTemplate','170755uuCTAS','pending','stateView','fire','state','span','toolbarView'];_0x25b6=function(){return _0x4944d7;};return _0x25b6();}(function(_0x2f2691,_0x49695b){var _0x6ede38=_0x4422,_0x312f7c=_0x2f2691();while(!![]){try{var _0x54e8c6=parseInt(_0x6ede38(0x153))/0x1+-parseInt(_0x6ede38(0x16f))/0x2+-parseInt(_0x6ede38(0x151))/0x3*(-parseInt(_0x6ede38(0x161))/0x4)+-parseInt(_0x6ede38(0x15f))/0x5+-parseInt(_0x6ede38(0x16c))/0x6*(-parseInt(_0x6ede38(0x171))/0x7)+-parseInt(_0x6ede38(0x15d))/0x8+parseInt(_0x6ede38(0x150))/0x9*(-parseInt(_0x6ede38(0x15e))/0xa);if(_0x54e8c6===_0x49695b)break;else _0x312f7c['push'](_0x312f7c['shift']());}catch(_0x219d49){_0x312f7c['push'](_0x312f7c['shift']());}}}(_0x25b6,0x25221));import{View as _0x3b549a}from'ckeditor5/src/ui.js';import{getTranslation as _0x4caaa2}from'../../utils/common-translations.js';function _0x4422(_0x39a36b,_0x5f59d0){var _0x25b677=_0x25b6();return _0x4422=function(_0x4422f0,_0xff85a7){_0x4422f0=_0x4422f0-0x14f;var _0x2f2c13=_0x25b677[_0x4422f0];return _0x2f2c13;},_0x4422(_0x39a36b,_0x5f59d0);}import{AISuggestionContentPartStateView as _0x256edd}from'./aisuggestioncontentpartstateview.js';import{AISuggestionContentPartToolbarView as _0x3f8f8b}from'./aisuggestioncontentparttoolbarview.js';export class AISuggestionContentPartHeaderView extends _0x3b549a{[_0x5788b0(0x159)];[_0x5788b0(0x155)];[_0x5788b0(0x160)];[_0x5788b0(0x172)];constructor(_0x7c747,{part:_0x315dcf,uiIndex:_0x34f887,availableActions:_0xc1a14b,areActionsDisabled:_0x1a54c0}){var _0x2c0a30=_0x5788b0;super(_0x7c747),this[_0x2c0a30(0x16a)](_0x2c0a30(0x164),!0x0),this[_0x2c0a30(0x16a)](_0x2c0a30(0x157),_0x2c0a30(0x154)),this[_0x2c0a30(0x159)]=new _0x3f8f8b(_0x7c747,_0xc1a14b,_0x1a54c0),this[_0x2c0a30(0x159)]['on'](_0x2c0a30(0x163),()=>{var _0x1795eb=_0x2c0a30;this[_0x1795eb(0x156)](_0x1795eb(0x163),{'index':_0x315dcf[_0x1795eb(0x166)]});}),this[_0x2c0a30(0x159)]['on'](_0x2c0a30(0x173),()=>{var _0x5e5d0c=_0x2c0a30;this[_0x5e5d0c(0x156)](_0x5e5d0c(0x173),{'index':_0x315dcf[_0x5e5d0c(0x166)]});}),this[_0x2c0a30(0x159)]['on'](_0x2c0a30(0x16b),()=>{var _0x2b39e5=_0x2c0a30;this[_0x2b39e5(0x156)](_0x2b39e5(0x16b),{'index':_0x315dcf[_0x2b39e5(0x166)]});}),this[_0x2c0a30(0x159)][_0x2c0a30(0x170)](_0x2c0a30(0x164))['to'](this),this[_0x2c0a30(0x155)]=new _0x256edd(_0x7c747),this[_0x2c0a30(0x160)]=new Sn(_0x7c747,_0x34f887),this[_0x2c0a30(0x172)]=this[_0x2c0a30(0x15b)](),this[_0x2c0a30(0x172)][_0x2c0a30(0x168)]([this[_0x2c0a30(0x160)],this[_0x2c0a30(0x159)]]),this[_0x2c0a30(0x152)]({'tag':_0x2c0a30(0x174),'attributes':{'class':['ck',_0x2c0a30(0x167),_0x2c0a30(0x162)]},'children':this[_0x2c0a30(0x172)]}),this['on'](_0x2c0a30(0x16e),(_0x3cac9a,_0x40300d,_0x50bb84,_0x473dbf)=>{var _0x5c9b35=_0x2c0a30;_0x5c9b35(0x154)===_0x473dbf?this[_0x5c9b35(0x172)][_0x5c9b35(0x15c)](this[_0x5c9b35(0x159)]):this[_0x5c9b35(0x172)][_0x5c9b35(0x15c)](this[_0x5c9b35(0x155)]),_0x5c9b35(0x154)===_0x50bb84?this[_0x5c9b35(0x172)][_0x5c9b35(0x165)](this[_0x5c9b35(0x159)]):(this[_0x5c9b35(0x155)][_0x5c9b35(0x169)](_0x50bb84),this[_0x5c9b35(0x172)][_0x5c9b35(0x165)](this[_0x5c9b35(0x155)]));});}}class Sn extends _0x3b549a{constructor(_0x26969a,_0x2d045b){var _0x40f159=_0x5788b0;super(_0x26969a),this[_0x40f159(0x152)]({'tag':_0x40f159(0x158),'attributes':{'class':['ck',_0x40f159(0x15a)]},'children':[_0x4caaa2(_0x26969a,_0x40f159(0x14f),_0x2d045b[_0x40f159(0x16d)]())]});}}
23
+ function _0x5cb9(_0x555ad3,_0x3ea04b){var _0x5cb79f=_0x5cb7();return _0x5cb9=function(_0x5cb9fd,_0x2d9213){_0x5cb9fd=_0x5cb9fd-0xc2;var _0x30c69b=_0x5cb79f[_0x5cb9fd];return _0x30c69b;},_0x5cb9(_0x555ad3,_0x3ea04b);}var _0x27460c=_0x5cb9;(function(_0xdab93e,_0x27174a){var _0x3c04fa=_0x5cb9,_0x10655d=_0xdab93e();while(!![]){try{var _0x1fb9b8=-parseInt(_0x3c04fa(0xd5))/0x1*(-parseInt(_0x3c04fa(0xd2))/0x2)+parseInt(_0x3c04fa(0xda))/0x3+parseInt(_0x3c04fa(0xe7))/0x4+parseInt(_0x3c04fa(0xd8))/0x5*(-parseInt(_0x3c04fa(0xce))/0x6)+parseInt(_0x3c04fa(0xd9))/0x7*(-parseInt(_0x3c04fa(0xd4))/0x8)+parseInt(_0x3c04fa(0xe5))/0x9+parseInt(_0x3c04fa(0xc6))/0xa*(-parseInt(_0x3c04fa(0xcf))/0xb);if(_0x1fb9b8===_0x27174a)break;else _0x10655d['push'](_0x10655d['shift']());}catch(_0x1f5586){_0x10655d['push'](_0x10655d['shift']());}}}(_0x5cb7,0x7c061));import{View as _0x4f11c7}from'ckeditor5/src/ui.js';import{getTranslation as _0x541115}from'../../utils/common-translations.js';function _0x5cb7(){var _0x8f923d=['createCollection','ck-reset_all-excluded','AI_SUGGESTION_CONTENT_PART_TITLE','index','5302179ZdcGPQ','ck-ai-suggestion__body__content-part__title','498008RUyEjF','rejectSuggestion','bind','setState','insertSuggestion','isEnabled','10xkykbo','titleLabelView','div','change:state','ck-ai-suggestion__body__content-part__title__label','toolbarView','children','set','125142VwKPzX','515977sNrjuu','pending','setTemplate','6fHNbGl','fire','442952dktHLd','7074oYujuD','span','state','5qjzYrZ','35AnIXtP','353265kUKsiC','toString','add','applySuggestion','remove','stateView','addMany'];_0x5cb7=function(){return _0x8f923d;};return _0x5cb7();}import{AISuggestionContentPartStateView as _0x13d2aa}from'./aisuggestioncontentpartstateview.js';import{AISuggestionContentPartToolbarView as _0x4b2c24}from'./aisuggestioncontentparttoolbarview.js';export class AISuggestionContentPartHeaderView extends _0x4f11c7{[_0x27460c(0xcb)];[_0x27460c(0xdf)];[_0x27460c(0xc7)];[_0x27460c(0xcc)];constructor(_0x43ac71,{part:_0x2093ce,uiIndex:_0x4a3909,availableActions:_0x1f3366,areActionsDisabled:_0x2b4ffb}){var _0x5e9cf2=_0x27460c;super(_0x43ac71),this[_0x5e9cf2(0xcd)](_0x5e9cf2(0xc5),!0x0),this[_0x5e9cf2(0xcd)](_0x5e9cf2(0xd7),_0x5e9cf2(0xd0)),this[_0x5e9cf2(0xcb)]=new _0x4b2c24(_0x43ac71,_0x1f3366,_0x2b4ffb),this[_0x5e9cf2(0xcb)]['on'](_0x5e9cf2(0xe8),()=>{var _0x283487=_0x5e9cf2;this[_0x283487(0xd3)](_0x283487(0xe8),{'index':_0x2093ce[_0x283487(0xe4)]});}),this[_0x5e9cf2(0xcb)]['on'](_0x5e9cf2(0xc4),()=>{var _0x35e575=_0x5e9cf2;this[_0x35e575(0xd3)](_0x35e575(0xc4),{'index':_0x2093ce[_0x35e575(0xe4)]});}),this[_0x5e9cf2(0xcb)]['on'](_0x5e9cf2(0xdd),()=>{var _0xad353e=_0x5e9cf2;this[_0xad353e(0xd3)](_0xad353e(0xdd),{'index':_0x2093ce[_0xad353e(0xe4)]});}),this[_0x5e9cf2(0xcb)][_0x5e9cf2(0xc2)](_0x5e9cf2(0xc5))['to'](this),this[_0x5e9cf2(0xdf)]=new _0x13d2aa(_0x43ac71),this[_0x5e9cf2(0xc7)]=new Sn(_0x43ac71,_0x4a3909),this[_0x5e9cf2(0xcc)]=this[_0x5e9cf2(0xe1)](),this[_0x5e9cf2(0xcc)][_0x5e9cf2(0xe0)]([this[_0x5e9cf2(0xc7)],this[_0x5e9cf2(0xcb)]]),this[_0x5e9cf2(0xd1)]({'tag':_0x5e9cf2(0xc8),'attributes':{'class':['ck',_0x5e9cf2(0xe2),_0x5e9cf2(0xe6)]},'children':this[_0x5e9cf2(0xcc)]}),this['on'](_0x5e9cf2(0xc9),(_0x59e732,_0x8fd7c0,_0x4f7717,_0x3540bd)=>{var _0x19a491=_0x5e9cf2;_0x19a491(0xd0)===_0x3540bd?this[_0x19a491(0xcc)][_0x19a491(0xde)](this[_0x19a491(0xcb)]):this[_0x19a491(0xcc)][_0x19a491(0xde)](this[_0x19a491(0xdf)]),_0x19a491(0xd0)===_0x4f7717?this[_0x19a491(0xcc)][_0x19a491(0xdc)](this[_0x19a491(0xcb)]):(this[_0x19a491(0xdf)][_0x19a491(0xc3)](_0x4f7717),this[_0x19a491(0xcc)][_0x19a491(0xdc)](this[_0x19a491(0xdf)]));});}}class Sn extends _0x4f11c7{constructor(_0x13ec28,_0x378435){var _0x2f45b6=_0x27460c;super(_0x13ec28),this[_0x2f45b6(0xd1)]({'tag':_0x2f45b6(0xd6),'attributes':{'class':['ck',_0x2f45b6(0xca)]},'children':[_0x541115(_0x13ec28,_0x2f45b6(0xe3),_0x378435[_0x2f45b6(0xdb)]())]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x137d27=_0x22f1;(function(_0x4a7f63,_0x2179c6){const _0x33d7e0=_0x22f1,_0x1b8373=_0x4a7f63();while(!![]){try{const _0x4a957f=-parseInt(_0x33d7e0(0x123))/0x1*(parseInt(_0x33d7e0(0x11d))/0x2)+-parseInt(_0x33d7e0(0x12f))/0x3*(-parseInt(_0x33d7e0(0x11f))/0x4)+parseInt(_0x33d7e0(0x120))/0x5+parseInt(_0x33d7e0(0x121))/0x6*(-parseInt(_0x33d7e0(0x117))/0x7)+parseInt(_0x33d7e0(0x124))/0x8+parseInt(_0x33d7e0(0x115))/0x9+-parseInt(_0x33d7e0(0x122))/0xa*(-parseInt(_0x33d7e0(0x130))/0xb);if(_0x4a957f===_0x2179c6)break;else _0x1b8373['push'](_0x1b8373['shift']());}catch(_0x233f0c){_0x1b8373['push'](_0x1b8373['shift']());}}}(_0x5e88,0x7cd6a));function _0x5e88(){const _0x45807e=['stateIconView','setTemplate','AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED','setState','bind','21WwCltK','9845pvYEMc','ck-ai-suggestion__content-part-state_','accepted','state','change:state','span','7373502YwAlhH','outdated','2502052fJfOUq','AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED','rejected','set','content','bindTemplate','6436KmdDGG','ck-hidden','320972OnAOlH','923425qfRqgB','12YyaDDH','4570gNlIMW','309lHayPL','1967144abBvPs','AI_SUGGESTION_CONTENT_PART_STATE_REJECTED','div','isVisible','ck-ai-suggestion__content-part-state','ck-ai-suggestion__content-part-state__label'];_0x5e88=function(){return _0x45807e;};return _0x5e88();}import{IconView as _0x2e8184,View as _0x387839}from'ckeditor5/src/ui.js';import{IconBoxWithCross as _0x336d0f,IconBoxWithCheck as _0x901e95}from'ckeditor5/src/icons.js';import{getTranslation as _0xc67c77}from'../../utils/common-translations.js';import'../../../../theme/common/aisuggestioncontentpartstate.css';function _0x22f1(_0x1f98c5,_0x4d68e3){const _0x5e882c=_0x5e88();return _0x22f1=function(_0x22f18b,_0x1a9e07){_0x22f18b=_0x22f18b-0x115;let _0x4d6467=_0x5e882c[_0x22f18b];return _0x4d6467;},_0x22f1(_0x1f98c5,_0x4d68e3);}export const ICON_STATE_MAP={'accepted':_0x901e95,'rejected':_0x336d0f,'outdated':_0x336d0f};export class AISuggestionContentPartStateView extends _0x387839{[_0x137d27(0x12a)];constructor(_0x31c45e){const _0x439e85=_0x137d27;super(_0x31c45e);const _0x146ee7=this[_0x439e85(0x11c)];this[_0x439e85(0x11a)](_0x439e85(0x133),_0x439e85(0x132)),this[_0x439e85(0x11a)](_0x439e85(0x127),!0x0),this[_0x439e85(0x12a)]=new StateIconView(),this[_0x439e85(0x12a)][_0x439e85(0x12e)](_0x439e85(0x133))['to'](this),this[_0x439e85(0x12b)]({'tag':_0x439e85(0x126),'attributes':{'class':['ck',_0x439e85(0x128),_0x146ee7['to'](_0x439e85(0x133),_0x905e7c=>_0x439e85(0x131)+_0x905e7c),_0x146ee7['if'](_0x439e85(0x127),_0x439e85(0x11e),_0x44b099=>!_0x44b099)]},'children':[{'tag':_0x439e85(0x135),'attributes':{'class':[_0x439e85(0x129)]},'children':[{'text':_0x146ee7['to'](_0x439e85(0x133),_0x10adda=>{const _0x48d2fa=_0x439e85;switch(_0x10adda){case _0x48d2fa(0x132):return _0xc67c77(_0x31c45e,_0x48d2fa(0x12c));case _0x48d2fa(0x119):return _0xc67c77(_0x31c45e,_0x48d2fa(0x125));case _0x48d2fa(0x116):return _0xc67c77(_0x31c45e,_0x48d2fa(0x118));}})}]},this[_0x439e85(0x12a)]]});}[_0x137d27(0x12d)](_0x12c670){const _0x2eaba4=_0x137d27;this[_0x2eaba4(0x133)]=_0x12c670;}}export class StateIconView extends _0x2e8184{constructor(){const _0x487897=_0x137d27;super(),this[_0x487897(0x11a)](_0x487897(0x133),_0x487897(0x132)),this[_0x487897(0x11b)]=ICON_STATE_MAP[this[_0x487897(0x133)]],this['on'](_0x487897(0x134),()=>{const _0x71b146=_0x487897;this[_0x71b146(0x11b)]=ICON_STATE_MAP[this[_0x71b146(0x133)]];});}}
23
+ const _0x11a245=_0x5316;(function(_0x25031b,_0x52a330){const _0x386d1b=_0x5316,_0x1662e7=_0x25031b();while(!![]){try{const _0x3b3e38=parseInt(_0x386d1b(0x1a9))/0x1*(-parseInt(_0x386d1b(0x198))/0x2)+parseInt(_0x386d1b(0x1b2))/0x3*(-parseInt(_0x386d1b(0x1aa))/0x4)+parseInt(_0x386d1b(0x1a0))/0x5+parseInt(_0x386d1b(0x1b3))/0x6+-parseInt(_0x386d1b(0x1af))/0x7*(-parseInt(_0x386d1b(0x19f))/0x8)+-parseInt(_0x386d1b(0x19e))/0x9+-parseInt(_0x386d1b(0x1a3))/0xa;if(_0x3b3e38===_0x52a330)break;else _0x1662e7['push'](_0x1662e7['shift']());}catch(_0x31afbd){_0x1662e7['push'](_0x1662e7['shift']());}}}(_0x5327,0xb84ce));import{IconView as _0x1bd0c6,View as _0xfc9f24}from'ckeditor5/src/ui.js';import{IconBoxWithCross as _0x118e63,IconBoxWithCheck as _0x3784e8}from'ckeditor5/src/icons.js';import{getTranslation as _0x5545da}from'../../utils/common-translations.js';function _0x5316(_0x46abb8,_0x5b8ef3){const _0x5327e1=_0x5327();return _0x5316=function(_0x5316ee,_0x27c57d){_0x5316ee=_0x5316ee-0x194;let _0x10e00b=_0x5327e1[_0x5316ee];return _0x10e00b;},_0x5316(_0x46abb8,_0x5b8ef3);}import'../../../../theme/common/aisuggestioncontentpartstate.css';function _0x5327(){const _0x297ead=['7541514CsILpe','3592djAlPa','6008485ZMCkOA','state','set','3811370hUppyp','stateIconView','rejected','outdated','isVisible','bind','4763cgJVpo','236IflIcX','div','AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED','ck-ai-suggestion__content-part-state__label','ck-ai-suggestion__content-part-state_','17087gZyQFY','span','setTemplate','32847heGSja','7992108wajqAS','AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED','content','AI_SUGGESTION_CONTENT_PART_STATE_REJECTED','ck-ai-suggestion__content-part-state','424iAKOAu','accepted','change:state','bindTemplate','setState','ck-hidden'];_0x5327=function(){return _0x297ead;};return _0x5327();}export const ICON_STATE_MAP={'accepted':_0x3784e8,'rejected':_0x118e63,'outdated':_0x118e63};export class AISuggestionContentPartStateView extends _0xfc9f24{[_0x11a245(0x1a4)];constructor(_0x97a652){const _0x4058d1=_0x11a245;super(_0x97a652);const _0x496b45=this[_0x4058d1(0x19b)];this[_0x4058d1(0x1a2)](_0x4058d1(0x1a1),_0x4058d1(0x199)),this[_0x4058d1(0x1a2)](_0x4058d1(0x1a7),!0x0),this[_0x4058d1(0x1a4)]=new StateIconView(),this[_0x4058d1(0x1a4)][_0x4058d1(0x1a8)](_0x4058d1(0x1a1))['to'](this),this[_0x4058d1(0x1b1)]({'tag':_0x4058d1(0x1ab),'attributes':{'class':['ck',_0x4058d1(0x197),_0x496b45['to'](_0x4058d1(0x1a1),_0x147e97=>_0x4058d1(0x1ae)+_0x147e97),_0x496b45['if'](_0x4058d1(0x1a7),_0x4058d1(0x19d),_0x2938f7=>!_0x2938f7)]},'children':[{'tag':_0x4058d1(0x1b0),'attributes':{'class':[_0x4058d1(0x1ad)]},'children':[{'text':_0x496b45['to'](_0x4058d1(0x1a1),_0x310a12=>{const _0x461653=_0x4058d1;switch(_0x310a12){case _0x461653(0x199):return _0x5545da(_0x97a652,_0x461653(0x194));case _0x461653(0x1a5):return _0x5545da(_0x97a652,_0x461653(0x196));case _0x461653(0x1a6):return _0x5545da(_0x97a652,_0x461653(0x1ac));}})}]},this[_0x4058d1(0x1a4)]]});}[_0x11a245(0x19c)](_0x474091){const _0x27cada=_0x11a245;this[_0x27cada(0x1a1)]=_0x474091;}}export class StateIconView extends _0x1bd0c6{constructor(){const _0x98cb36=_0x11a245;super(),this[_0x98cb36(0x1a2)](_0x98cb36(0x1a1),_0x98cb36(0x199)),this[_0x98cb36(0x195)]=ICON_STATE_MAP[this[_0x98cb36(0x1a1)]],this['on'](_0x98cb36(0x19a),()=>{const _0x143fd2=_0x98cb36;this[_0x143fd2(0x195)]=ICON_STATE_MAP[this[_0x143fd2(0x1a1)]];});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x671ed6=_0x35bf;function _0x50d6(){const _0x1c71d4=['7CVVOim','fire','set','includes','3136566ZTrKrO','insertSuggestion','applySuggestion','items','5PNFZPA','_applyButton','AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE','AI_SUGGESTION_CONTENT_PART_REJECT','3HjdLXE','bind','_suggestButton','push','9PEJapk','231742ivQQqr','10WNfwGi','isEnabled','224504UQAGNr','extendTemplate','170951PNwiQi','AI_SUGGESTION_CONTENT_PART_APPLY','444280kzmBFY','bindTemplate','execute','addMany','class','AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION','setButtonsVisibility','ck-ai-suggestion-content-part-toolbar','rejectSuggestion','isVisible','1318836aqtJia','ck-hidden','2387532tBrcko'];_0x50d6=function(){return _0x1c71d4;};return _0x50d6();}(function(_0x25da23,_0x16f493){const _0x19f7ba=_0x35bf,_0x37f014=_0x25da23();while(!![]){try{const _0x4b5083=parseInt(_0x19f7ba(0xfa))/0x1+-parseInt(_0x19f7ba(0xf7))/0x2*(-parseInt(_0x19f7ba(0xf2))/0x3)+-parseInt(_0x19f7ba(0x108))/0x4*(-parseInt(_0x19f7ba(0xee))/0x5)+parseInt(_0x19f7ba(0xea))/0x6*(-parseInt(_0x19f7ba(0x10b))/0x7)+-parseInt(_0x19f7ba(0xfe))/0x8*(parseInt(_0x19f7ba(0xf6))/0x9)+parseInt(_0x19f7ba(0xf8))/0xa*(parseInt(_0x19f7ba(0xfc))/0xb)+parseInt(_0x19f7ba(0x10a))/0xc;if(_0x4b5083===_0x16f493)break;else _0x37f014['push'](_0x37f014['shift']());}catch(_0x2b965d){_0x37f014['push'](_0x37f014['shift']());}}}(_0x50d6,0x4ac72));import{ButtonView as _0x335790,ToolbarView as _0x562761}from'ckeditor5/src/ui.js';function _0x35bf(_0x14d9f2,_0x2c7101){const _0x50d6c0=_0x50d6();return _0x35bf=function(_0x35bfdd,_0x21e564){_0x35bfdd=_0x35bfdd-0xe9;let _0x2ba564=_0x50d6c0[_0x35bfdd];return _0x2ba564;},_0x35bf(_0x14d9f2,_0x2c7101);}import{getTranslation as _0x52214a}from'../../utils/common-translations.js';import{IconBoxWithCross as _0x490851,IconBoxWithCheck as _0xbf8407,IconBoxWithMarker as _0x274b5e,IconInfo as _0x26219d}from'ckeditor5/src/icons.js';import'../../../../theme/common/aisuggestioncontentparttoolbar.css';export class AISuggestionContentPartToolbarView extends _0x562761{[_0x671ed6(0xef)];[_0x671ed6(0xf4)];constructor(_0x41b380,_0x5f14a5,_0x99c109){const _0x3a37b0=_0x671ed6;super(_0x41b380);const _0x181bab=Boolean(_0x99c109);this[_0x3a37b0(0x10d)](_0x3a37b0(0xf9),!_0x181bab),this[_0x3a37b0(0x10d)](_0x3a37b0(0x107),!0x0),this[_0x3a37b0(0x102)]=_0x3a37b0(0x105);const _0x25a81a=[];if(_0x181bab){const _0xe14fc6=new _0x335790(_0x41b380);_0xe14fc6[_0x3a37b0(0x10d)]({'label':_0x52214a(_0x41b380,_0x3a37b0(0xf0)),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x26219d}),_0x25a81a[_0x3a37b0(0xf5)](_0xe14fc6);}else{_0x5f14a5[_0x3a37b0(0xe9)](_0x3a37b0(0xec))&&(this[_0x3a37b0(0xef)]=new _0x335790(_0x41b380),this[_0x3a37b0(0xef)][_0x3a37b0(0x10d)]({'label':_0x52214a(_0x41b380,_0x3a37b0(0xfd)),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0xbf8407}),this[_0x3a37b0(0xef)][_0x3a37b0(0xf3)](_0x3a37b0(0xf9))['to'](this),this[_0x3a37b0(0xef)]['on'](_0x3a37b0(0x100),()=>{const _0x55e5de=_0x3a37b0;this[_0x55e5de(0x10c)](_0x55e5de(0xec));}),_0x25a81a[_0x3a37b0(0xf5)](this[_0x3a37b0(0xef)])),_0x5f14a5[_0x3a37b0(0xe9)](_0x3a37b0(0xeb))&&(this[_0x3a37b0(0xf4)]=new _0x335790(_0x41b380),this[_0x3a37b0(0xf4)][_0x3a37b0(0x10d)]({'label':_0x52214a(_0x41b380,_0x3a37b0(0x103)),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x274b5e}),this[_0x3a37b0(0xf4)][_0x3a37b0(0xf3)](_0x3a37b0(0xf9))['to'](this),this[_0x3a37b0(0xf4)]['on'](_0x3a37b0(0x100),()=>{const _0x3102cf=_0x3a37b0;this[_0x3102cf(0x10c)](_0x3102cf(0xeb));}),_0x25a81a[_0x3a37b0(0xf5)](this[_0x3a37b0(0xf4)]));const _0xe6633e=new _0x335790(_0x41b380);_0xe6633e[_0x3a37b0(0x10d)]({'label':_0x52214a(_0x41b380,_0x3a37b0(0xf1)),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x490851}),_0xe6633e[_0x3a37b0(0xf3)](_0x3a37b0(0xf9))['to'](this),_0xe6633e['on'](_0x3a37b0(0x100),()=>{const _0xc6750d=_0x3a37b0;this[_0xc6750d(0x10c)](_0xc6750d(0x106));}),_0x25a81a[_0x3a37b0(0xf5)](_0xe6633e);}this[_0x3a37b0(0xed)][_0x3a37b0(0x101)](_0x25a81a);const _0x168035=this[_0x3a37b0(0xff)];this[_0x3a37b0(0xfb)]({'attributes':{'class':[_0x168035['if'](_0x3a37b0(0x107),_0x3a37b0(0x109),_0x2ada82=>!_0x2ada82)]}});}[_0x671ed6(0x104)]({showApplyButton:_0x3d8ac1,showSuggestButton:_0x3e4d12}){const _0x3020aa=_0x671ed6;this[_0x3020aa(0xef)]&&(this[_0x3020aa(0xef)][_0x3020aa(0x107)]=_0x3d8ac1),this[_0x3020aa(0xf4)]&&(this[_0x3020aa(0xf4)][_0x3020aa(0x107)]=_0x3e4d12);}}
23
+ function _0x17bb(_0x36afe3,_0x4c50e7){const _0x1b1988=_0x1b19();return _0x17bb=function(_0x17bbcd,_0x4b7d59){_0x17bbcd=_0x17bbcd-0x1ba;let _0x4b03e1=_0x1b1988[_0x17bbcd];return _0x4b03e1;},_0x17bb(_0x36afe3,_0x4c50e7);}const _0x15bf3e=_0x17bb;(function(_0x474804,_0x3894ad){const _0x370563=_0x17bb,_0x53723c=_0x474804();while(!![]){try{const _0x3d86fa=-parseInt(_0x370563(0x1c7))/0x1+-parseInt(_0x370563(0x1c6))/0x2+-parseInt(_0x370563(0x1d3))/0x3*(-parseInt(_0x370563(0x1d1))/0x4)+parseInt(_0x370563(0x1cd))/0x5+-parseInt(_0x370563(0x1c2))/0x6*(parseInt(_0x370563(0x1d5))/0x7)+-parseInt(_0x370563(0x1c4))/0x8*(parseInt(_0x370563(0x1c8))/0x9)+-parseInt(_0x370563(0x1dd))/0xa*(-parseInt(_0x370563(0x1ca))/0xb);if(_0x3d86fa===_0x3894ad)break;else _0x53723c['push'](_0x53723c['shift']());}catch(_0x2bea94){_0x53723c['push'](_0x53723c['shift']());}}}(_0x1b19,0xc018c));import{ButtonView as _0x24052e,ToolbarView as _0x10185e}from'ckeditor5/src/ui.js';import{getTranslation as _0x43718a}from'../../utils/common-translations.js';import{IconBoxWithCross as _0x55ae25,IconBoxWithCheck as _0x3dbf96,IconBoxWithMarker as _0x467f3d,IconInfo as _0x2f6970}from'ckeditor5/src/icons.js';import'../../../../theme/common/aisuggestioncontentparttoolbar.css';function _0x1b19(){const _0x5681f0=['bind','7nNYVSx','isVisible','AI_SUGGESTION_CONTENT_PART_REJECT','items','class','applySuggestion','AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION','setButtonsVisibility','10nqewFX','AI_SUGGESTION_CONTENT_PART_APPLY','push','set','includes','insertSuggestion','execute','rejectSuggestion','_suggestButton','4120026XmpOXb','addMany','8UZTNyo','bindTemplate','2817694KIBhSD','458887KtgnPB','5408469XESoNO','ck-ai-suggestion-content-part-toolbar','17955850xzHWdm','fire','extendTemplate','7069170QSdxly','ck-hidden','AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE','_applyButton','4BnBNZQ','isEnabled','2687970fsPhQs'];_0x1b19=function(){return _0x5681f0;};return _0x1b19();}export class AISuggestionContentPartToolbarView extends _0x10185e{[_0x15bf3e(0x1d0)];[_0x15bf3e(0x1c1)];constructor(_0x28c24f,_0x26dc3a,_0x4dc677){const _0x562442=_0x15bf3e;super(_0x28c24f);const _0x1f21b5=Boolean(_0x4dc677);this[_0x562442(0x1bc)](_0x562442(0x1d2),!_0x1f21b5),this[_0x562442(0x1bc)](_0x562442(0x1d6),!0x0),this[_0x562442(0x1d9)]=_0x562442(0x1c9);const _0x401752=[];if(_0x1f21b5){const _0x48994b=new _0x24052e(_0x28c24f);_0x48994b[_0x562442(0x1bc)]({'label':_0x43718a(_0x28c24f,_0x562442(0x1cf)),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x2f6970}),_0x401752[_0x562442(0x1bb)](_0x48994b);}else{_0x26dc3a[_0x562442(0x1bd)](_0x562442(0x1da))&&(this[_0x562442(0x1d0)]=new _0x24052e(_0x28c24f),this[_0x562442(0x1d0)][_0x562442(0x1bc)]({'label':_0x43718a(_0x28c24f,_0x562442(0x1ba)),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x3dbf96}),this[_0x562442(0x1d0)][_0x562442(0x1d4)](_0x562442(0x1d2))['to'](this),this[_0x562442(0x1d0)]['on'](_0x562442(0x1bf),()=>{const _0x1eee11=_0x562442;this[_0x1eee11(0x1cb)](_0x1eee11(0x1da));}),_0x401752[_0x562442(0x1bb)](this[_0x562442(0x1d0)])),_0x26dc3a[_0x562442(0x1bd)](_0x562442(0x1be))&&(this[_0x562442(0x1c1)]=new _0x24052e(_0x28c24f),this[_0x562442(0x1c1)][_0x562442(0x1bc)]({'label':_0x43718a(_0x28c24f,_0x562442(0x1db)),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x467f3d}),this[_0x562442(0x1c1)][_0x562442(0x1d4)](_0x562442(0x1d2))['to'](this),this[_0x562442(0x1c1)]['on'](_0x562442(0x1bf),()=>{const _0x40af29=_0x562442;this[_0x40af29(0x1cb)](_0x40af29(0x1be));}),_0x401752[_0x562442(0x1bb)](this[_0x562442(0x1c1)]));const _0x39fd0f=new _0x24052e(_0x28c24f);_0x39fd0f[_0x562442(0x1bc)]({'label':_0x43718a(_0x28c24f,_0x562442(0x1d7)),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x55ae25}),_0x39fd0f[_0x562442(0x1d4)](_0x562442(0x1d2))['to'](this),_0x39fd0f['on'](_0x562442(0x1bf),()=>{const _0x56154d=_0x562442;this[_0x56154d(0x1cb)](_0x56154d(0x1c0));}),_0x401752[_0x562442(0x1bb)](_0x39fd0f);}this[_0x562442(0x1d8)][_0x562442(0x1c3)](_0x401752);const _0x15d0de=this[_0x562442(0x1c5)];this[_0x562442(0x1cc)]({'attributes':{'class':[_0x15d0de['if'](_0x562442(0x1d6),_0x562442(0x1ce),_0x22bad0=>!_0x22bad0)]}});}[_0x15bf3e(0x1dc)]({showApplyButton:_0x33cd7d,showSuggestButton:_0x5dc7a3}){const _0x13088e=_0x15bf3e;this[_0x13088e(0x1d0)]&&(this[_0x13088e(0x1d0)][_0x13088e(0x1d6)]=_0x33cd7d),this[_0x13088e(0x1c1)]&&(this[_0x13088e(0x1c1)][_0x13088e(0x1d6)]=_0x5dc7a3);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4a54e7=_0xfcdf;(function(_0x14f2b0,_0x180e89){const _0x53f9f2=_0xfcdf,_0x1f3de4=_0x14f2b0();while(!![]){try{const _0x3e6c1e=-parseInt(_0x53f9f2(0x1d1))/0x1+parseInt(_0x53f9f2(0x1d9))/0x2+parseInt(_0x53f9f2(0x1c9))/0x3*(-parseInt(_0x53f9f2(0x1c5))/0x4)+parseInt(_0x53f9f2(0x1c3))/0x5+-parseInt(_0x53f9f2(0x1b6))/0x6*(parseInt(_0x53f9f2(0x1d4))/0x7)+-parseInt(_0x53f9f2(0x1c1))/0x8*(parseInt(_0x53f9f2(0x1c2))/0x9)+parseInt(_0x53f9f2(0x1bf))/0xa;if(_0x3e6c1e===_0x180e89)break;else _0x1f3de4['push'](_0x1f3de4['shift']());}catch(_0x4f441f){_0x1f3de4['push'](_0x1f3de4['shift']());}}}(_0xe94e,0x3888f));function _0xfcdf(_0x21e2b8,_0x2f6794){const _0xe94e32=_0xe94e();return _0xfcdf=function(_0xfcdfd,_0x7d4c84){_0xfcdfd=_0xfcdfd-0x1b5;let _0x23cc12=_0xe94e32[_0xfcdfd];return _0x23cc12;},_0xfcdf(_0x21e2b8,_0x2f6794);}function _0xe94e(){const _0x3ca455=['AI_SUGGESTION_HEADER_TITLE','56KVtutr','setTemplate','render','AI_SUGGESTION_BUTTON_SHOW_CHANGES','71634chOTby','filter','fire','showHeader','ck-ai-suggestion__header__show-changes-toggle\x20ck-ai-chat-controls-button','toggleShowChanges','ck-ai-suggestion__header','div','230602HnYwdR','iconView','span','14vmWTpN','content','isVisible','set','execute','336010rKkxOy','bind','1117632JctFsm','children','isShowChangesToggleVisible','ck-hidden','showDiff','add','isOn','icon','remove','10578070RKEYOZ','showChangesToggleView','1995376IlnESU','9QajjtQ','963075lwyXIE'];_0xe94e=function(){return _0x3ca455;};return _0xe94e();}import{getTranslation as _0x5e423b}from'../../utils/common-translations.js';import{ButtonView as _0x4edda6,IconView as _0x8e252e,View as _0x114225}from'ckeditor5/src/ui.js';import{IconDocument as _0xe25229,IconShowChangesOff as _0x36e2dd,IconShowChangesOn as _0x562ef3}from'ckeditor5/src/icons.js';export class AISuggestionHeaderView extends _0x114225{[_0x4a54e7(0x1c0)];constructor(_0x2c57c4,_0x5731d3){const _0x623bab=_0x4a54e7;super(_0x2c57c4),this[_0x623bab(0x1d7)](_0x623bab(0x1b8),!0x0),this[_0x623bab(0x1c0)]=new ShowChangesToggleView(_0x2c57c4),this[_0x623bab(0x1c0)][_0x623bab(0x1d7)]({'class':_0x623bab(0x1cd),'label':_0x5e423b(_0x2c57c4,_0x623bab(0x1c8)),'withText':!0x0}),this[_0x623bab(0x1c0)][_0x623bab(0x1bc)]=_0x5731d3[_0x623bab(0x1ba)],this[_0x623bab(0x1c0)][_0x623bab(0x1b5)](_0x623bab(0x1d6))['to'](this,_0x623bab(0x1b8)),this[_0x623bab(0x1c0)][_0x623bab(0x1b5)](_0x623bab(0x1bd))['to'](this[_0x623bab(0x1c0)],_0x623bab(0x1bc),_0x23b7af=>_0x23b7af?_0x562ef3:_0x36e2dd),this[_0x623bab(0x1c0)]['on'](_0x623bab(0x1d8),()=>{const _0x2573d9=_0x623bab;this[_0x2573d9(0x1c0)][_0x2573d9(0x1bc)]=!this[_0x2573d9(0x1c0)][_0x2573d9(0x1bc)],this[_0x2573d9(0x1cb)](_0x2573d9(0x1ce),{'isOn':this[_0x2573d9(0x1c0)][_0x2573d9(0x1bc)]});});const _0xb75798=new _0x8e252e();_0xb75798[_0x623bab(0x1d5)]=_0xe25229,this[_0x623bab(0x1c6)]({'tag':_0x623bab(0x1d0),'attributes':{'class':['ck',_0x623bab(0x1cf),!0x1===_0x5731d3[_0x623bab(0x1cc)]?_0x623bab(0x1b9):null][_0x623bab(0x1ca)](Boolean)},'children':[_0xb75798,{'tag':_0x623bab(0x1d3),'children':[_0x5e423b(_0x2c57c4,_0x623bab(0x1c4))]},this[_0x623bab(0x1c0)]]});}}export class ShowChangesToggleView extends _0x4edda6{[_0x4a54e7(0x1c7)](){const _0x5f2101=_0x4a54e7;super[_0x5f2101(0x1c7)](),this[_0x5f2101(0x1b7)][_0x5f2101(0x1be)](this[_0x5f2101(0x1d2)]),this[_0x5f2101(0x1b7)][_0x5f2101(0x1bb)](this[_0x5f2101(0x1d2)]);}}
23
+ function _0x3678(_0x1bd701,_0x3ac9d0){const _0xc8f5ac=_0xc8f5();return _0x3678=function(_0x367892,_0x5ce2bf){_0x367892=_0x367892-0x1af;let _0x3cc7dc=_0xc8f5ac[_0x367892];return _0x3cc7dc;},_0x3678(_0x1bd701,_0x3ac9d0);}function _0xc8f5(){const _0x276b90=['showChangesToggleView','ck-ai-suggestion__header','content','1129740gDdOHm','isOn','2586186NHHWBi','div','execute','span','setTemplate','AI_SUGGESTION_HEADER_TITLE','ck-hidden','AI_SUGGESTION_BUTTON_SHOW_CHANGES','11410LQGQLV','380905wDWMhX','6078rcIJbJ','children','73093PLYPhB','isVisible','3ebtQOj','icon','remove','ck-ai-suggestion__header__show-changes-toggle\x20ck-ai-chat-controls-button','2972034GxVnMP','680544NlPeqV','set','showDiff','showHeader','572gIchEj','isShowChangesToggleVisible','toggleShowChanges','iconView','bind','filter','76lwkowC','add','fire','render'];_0xc8f5=function(){return _0x276b90;};return _0xc8f5();}const _0x41cb1e=_0x3678;(function(_0x5c5f84,_0x4edb0e){const _0x10a2e5=_0x3678,_0xca21b7=_0x5c5f84();while(!![]){try{const _0x3805a1=-parseInt(_0x10a2e5(0x1c2))/0x1+parseInt(_0x10a2e5(0x1b6))/0x2*(-parseInt(_0x10a2e5(0x1c4))/0x3)+parseInt(_0x10a2e5(0x1d3))/0x4*(-parseInt(_0x10a2e5(0x1bf))/0x5)+parseInt(_0x10a2e5(0x1c0))/0x6*(-parseInt(_0x10a2e5(0x1be))/0x7)+-parseInt(_0x10a2e5(0x1c9))/0x8+-parseInt(_0x10a2e5(0x1c8))/0x9+-parseInt(_0x10a2e5(0x1b4))/0xa*(-parseInt(_0x10a2e5(0x1cd))/0xb);if(_0x3805a1===_0x4edb0e)break;else _0xca21b7['push'](_0xca21b7['shift']());}catch(_0x153d1f){_0xca21b7['push'](_0xca21b7['shift']());}}}(_0xc8f5,0xf2ceb));import{getTranslation as _0x125ea0}from'../../utils/common-translations.js';import{ButtonView as _0x174fc6,IconView as _0x4abb8d,View as _0x272b61}from'ckeditor5/src/ui.js';import{IconDocument as _0x3b9019,IconShowChangesOff as _0x44acc7,IconShowChangesOn as _0x537558}from'ckeditor5/src/icons.js';export class AISuggestionHeaderView extends _0x272b61{[_0x41cb1e(0x1b1)];constructor(_0x135a62,_0x19421a){const _0x235878=_0x41cb1e;super(_0x135a62),this[_0x235878(0x1ca)](_0x235878(0x1ce),!0x0),this[_0x235878(0x1b1)]=new ShowChangesToggleView(_0x135a62),this[_0x235878(0x1b1)][_0x235878(0x1ca)]({'class':_0x235878(0x1c7),'label':_0x125ea0(_0x135a62,_0x235878(0x1bd)),'withText':!0x0}),this[_0x235878(0x1b1)][_0x235878(0x1b5)]=_0x19421a[_0x235878(0x1cb)],this[_0x235878(0x1b1)][_0x235878(0x1d1)](_0x235878(0x1c3))['to'](this,_0x235878(0x1ce)),this[_0x235878(0x1b1)][_0x235878(0x1d1)](_0x235878(0x1c5))['to'](this[_0x235878(0x1b1)],_0x235878(0x1b5),_0x4e7633=>_0x4e7633?_0x537558:_0x44acc7),this[_0x235878(0x1b1)]['on'](_0x235878(0x1b8),()=>{const _0x1878cb=_0x235878;this[_0x1878cb(0x1b1)][_0x1878cb(0x1b5)]=!this[_0x1878cb(0x1b1)][_0x1878cb(0x1b5)],this[_0x1878cb(0x1af)](_0x1878cb(0x1cf),{'isOn':this[_0x1878cb(0x1b1)][_0x1878cb(0x1b5)]});});const _0xde9e9=new _0x4abb8d();_0xde9e9[_0x235878(0x1b3)]=_0x3b9019,this[_0x235878(0x1ba)]({'tag':_0x235878(0x1b7),'attributes':{'class':['ck',_0x235878(0x1b2),!0x1===_0x19421a[_0x235878(0x1cc)]?_0x235878(0x1bc):null][_0x235878(0x1d2)](Boolean)},'children':[_0xde9e9,{'tag':_0x235878(0x1b9),'children':[_0x125ea0(_0x135a62,_0x235878(0x1bb))]},this[_0x235878(0x1b1)]]});}}export class ShowChangesToggleView extends _0x174fc6{[_0x41cb1e(0x1b0)](){const _0x2f8101=_0x41cb1e;super[_0x2f8101(0x1b0)](),this[_0x2f8101(0x1c1)][_0x2f8101(0x1c6)](this[_0x2f8101(0x1d0)]),this[_0x2f8101(0x1c1)][_0x2f8101(0x1d4)](this[_0x2f8101(0x1d0)]);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x5bb256,_0x86a2b8){const _0x5ace9e=_0x3093,_0x452d9d=_0x5bb256();while(!![]){try{const _0x2c3b35=parseInt(_0x5ace9e(0xd3))/0x1*(-parseInt(_0x5ace9e(0xd6))/0x2)+-parseInt(_0x5ace9e(0xd4))/0x3+-parseInt(_0x5ace9e(0xd9))/0x4+parseInt(_0x5ace9e(0xd2))/0x5*(-parseInt(_0x5ace9e(0xe2))/0x6)+parseInt(_0x5ace9e(0xd5))/0x7+parseInt(_0x5ace9e(0xda))/0x8*(-parseInt(_0x5ace9e(0xe5))/0x9)+parseInt(_0x5ace9e(0xd0))/0xa*(parseInt(_0x5ace9e(0xdb))/0xb);if(_0x2c3b35===_0x86a2b8)break;else _0x452d9d['push'](_0x452d9d['shift']());}catch(_0x42a5ef){_0x452d9d['push'](_0x452d9d['shift']());}}}(_0x2d1d,0x70581));function _0x2d1d(){const _0x105924=['ck-ai-suggestion__loader-text','2810064RXKFzn','256pebQWd','11653543FneMPz','ck-hidden','isVisible','small','div','AI_CHAT_IS_WRITING','setTemplate','24SJXepw','set','bindTemplate','127233ywprfH','locale','20KyBOXQ','span','513380sailTS','184559XoQFpN','1181109SbwRbC','3396407nQjLwU','2CRcfQH','ck-ai-suggestion__loader'];_0x2d1d=function(){return _0x105924;};return _0x2d1d();}import{View as _0x567333}from'ckeditor5/src/ui.js';function _0x3093(_0x3a7cf4,_0x72b31b){const _0x2d1d28=_0x2d1d();return _0x3093=function(_0x309351,_0x45889e){_0x309351=_0x309351-0xd0;let _0xfeee41=_0x2d1d28[_0x309351];return _0xfeee41;},_0x3093(_0x3a7cf4,_0x72b31b);}import{AISpinnerView as _0x47b5ae}from'../aispinner.js';import{getTranslation as _0x2b7326}from'../../utils/common-translations.js';export class AISuggestionLoaderView extends _0x567333{constructor(_0x4e2982){const _0x2c37bc=_0x3093;super(_0x4e2982),this[_0x2c37bc(0xe3)](_0x2c37bc(0xdd),!0x0);const _0x35d474=new _0x47b5ae(_0x2c37bc(0xde));_0x35d474[_0x2c37bc(0xdd)]=!0x0;const _0x4c331c=new _0x567333(this[_0x2c37bc(0xe6)]);_0x4c331c[_0x2c37bc(0xe1)]({'tag':_0x2c37bc(0xd1),'attributes':{'class':['ck',_0x2c37bc(0xd8)]},'children':[_0x2b7326(this[_0x2c37bc(0xe6)],_0x2c37bc(0xe0))]}),this[_0x2c37bc(0xe1)]({'tag':_0x2c37bc(0xdf),'attributes':{'class':['ck',_0x2c37bc(0xd7),this[_0x2c37bc(0xe4)]['if'](_0x2c37bc(0xdd),_0x2c37bc(0xdc),_0x27b83e=>!_0x27b83e)]},'children':[_0x35d474,_0x4c331c]});}}
23
+ (function(_0x38fb14,_0x5c7dc4){const _0xfdbe0e=_0x3e1d,_0x5e6fc5=_0x38fb14();while(!![]){try{const _0x47e64f=-parseInt(_0xfdbe0e(0x96))/0x1*(parseInt(_0xfdbe0e(0xa8))/0x2)+parseInt(_0xfdbe0e(0xa4))/0x3*(parseInt(_0xfdbe0e(0x9d))/0x4)+parseInt(_0xfdbe0e(0xa1))/0x5+parseInt(_0xfdbe0e(0xa5))/0x6*(-parseInt(_0xfdbe0e(0x98))/0x7)+-parseInt(_0xfdbe0e(0xa2))/0x8+-parseInt(_0xfdbe0e(0xa3))/0x9+-parseInt(_0xfdbe0e(0xaa))/0xa*(-parseInt(_0xfdbe0e(0xab))/0xb);if(_0x47e64f===_0x5c7dc4)break;else _0x5e6fc5['push'](_0x5e6fc5['shift']());}catch(_0x118ba7){_0x5e6fc5['push'](_0x5e6fc5['shift']());}}}(_0x28f7,0xb3be6));function _0x28f7(){const _0x27c612=['ck-ai-suggestion__loader-text','ck-ai-suggestion__loader','setTemplate','8aDTQiU','locale','isVisible','bindTemplate','650910sLlqCw','11687960PKPSGT','5721192HtINbV','1048413eDAsuk','18tiJrge','AI_CHAT_IS_WRITING','small','92QZxQfW','div','180JAkXyK','2221978ZqndMA','set','30094gEilzw','span','578319TaWTsy','ck-hidden'];_0x28f7=function(){return _0x27c612;};return _0x28f7();}import{View as _0x3052d9}from'ckeditor5/src/ui.js';import{AISpinnerView as _0x54b530}from'../aispinner.js';import{getTranslation as _0x29db67}from'../../utils/common-translations.js';function _0x3e1d(_0x2fcea5,_0x85f3b1){const _0x28f736=_0x28f7();return _0x3e1d=function(_0x3e1d7f,_0xa29404){_0x3e1d7f=_0x3e1d7f-0x95;let _0x3e33cf=_0x28f736[_0x3e1d7f];return _0x3e33cf;},_0x3e1d(_0x2fcea5,_0x85f3b1);}export class AISuggestionLoaderView extends _0x3052d9{constructor(_0x243a7b){const _0x369005=_0x3e1d;super(_0x243a7b),this[_0x369005(0x95)](_0x369005(0x9f),!0x0);const _0x1684e0=new _0x54b530(_0x369005(0xa7));_0x1684e0[_0x369005(0x9f)]=!0x0;const _0x59886d=new _0x3052d9(this[_0x369005(0x9e)]);_0x59886d[_0x369005(0x9c)]({'tag':_0x369005(0x97),'attributes':{'class':['ck',_0x369005(0x9a)]},'children':[_0x29db67(this[_0x369005(0x9e)],_0x369005(0xa6))]}),this[_0x369005(0x9c)]({'tag':_0x369005(0xa9),'attributes':{'class':['ck',_0x369005(0x9b),this[_0x369005(0xa0)]['if'](_0x369005(0x9f),_0x369005(0x99),_0x3d14e0=>!_0x3d14e0)]},'children':[_0x1684e0,_0x59886d]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4c5d(_0xd7c131,_0x34aeb5){const _0x42764c=_0x4276();return _0x4c5d=function(_0x4c5d8d,_0x171565){_0x4c5d8d=_0x4c5d8d-0x173;let _0x4cb64d=_0x42764c[_0x4c5d8d];return _0x4cb64d;},_0x4c5d(_0xd7c131,_0x34aeb5);}const _0x223d1c=_0x4c5d;(function(_0xfc005a,_0x167576){const _0x3eecc5=_0x4c5d,_0x136f0f=_0xfc005a();while(!![]){try{const _0x334351=-parseInt(_0x3eecc5(0x192))/0x1*(-parseInt(_0x3eecc5(0x18f))/0x2)+parseInt(_0x3eecc5(0x186))/0x3+-parseInt(_0x3eecc5(0x198))/0x4*(-parseInt(_0x3eecc5(0x1b3))/0x5)+-parseInt(_0x3eecc5(0x185))/0x6+parseInt(_0x3eecc5(0x1b2))/0x7+-parseInt(_0x3eecc5(0x19b))/0x8*(parseInt(_0x3eecc5(0x1a1))/0x9)+-parseInt(_0x3eecc5(0x1a7))/0xa;if(_0x334351===_0x167576)break;else _0x136f0f['push'](_0x136f0f['shift']());}catch(_0x36ad45){_0x136f0f['push'](_0x136f0f['shift']());}}}(_0x4276,0xd0f2a));import{View as _0x48f08e,ButtonView as _0x513b41,IconView as _0x3fb444,BalloonPanelView as _0x4ab84a}from'ckeditor5/src/ui.js';import{IconWeb as _0x3c5674}from'@ckeditor/ckeditor5-icons';import{getTranslation as _0xd887e}from'../../utils/common-translations.js';export class AIWebSourcesView extends _0x48f08e{[_0x223d1c(0x1a6)];[_0x223d1c(0x178)];[_0x223d1c(0x1a3)];constructor(_0x12d7bc,_0x2fa8ce){const _0x17ddfe=_0x223d1c;super(_0x12d7bc),this[_0x17ddfe(0x1a3)]=_0x2fa8ce,this[_0x17ddfe(0x1a6)]=this[_0x17ddfe(0x18a)](),this[_0x17ddfe(0x196)](_0x17ddfe(0x193),!0x1),this[_0x17ddfe(0x19e)]({'tag':_0x17ddfe(0x17c),'attributes':{'class':['ck',_0x17ddfe(0x1b4),this[_0x17ddfe(0x1a9)]['if'](_0x17ddfe(0x193),_0x17ddfe(0x180),_0x44fbed=>!_0x44fbed)]},'children':this[_0x17ddfe(0x1a6)]});const _0x1f512=new _0x48f08e(this[_0x17ddfe(0x1af)]),_0x4832e6=new _0x3fb444();_0x4832e6[_0x17ddfe(0x17a)]=_0x3c5674,_0x1f512[_0x17ddfe(0x19e)]({'tag':_0x17ddfe(0x17c),'attributes':{'class':['ck',_0x17ddfe(0x19a)]},'children':[_0x4832e6,{'tag':_0x17ddfe(0x187),'children':[{'text':_0xd887e(this[_0x17ddfe(0x1af)],_0x17ddfe(0x191))}]}]}),this[_0x17ddfe(0x1a6)][_0x17ddfe(0x194)](_0x1f512),this[_0x17ddfe(0x19f)](_0x12d7bc);}[_0x223d1c(0x17b)](_0x1422e8){const _0x42e769=_0x223d1c;this[_0x42e769(0x1a6)][_0x42e769(0x194)](new AIWebSourceView(this[_0x42e769(0x1af)],_0x1422e8,this[_0x42e769(0x178)]));}[_0x223d1c(0x19f)](_0x5017a1){const _0x31948d=_0x223d1c;this[_0x31948d(0x178)]=new _0x4ab84a(_0x5017a1),this[_0x31948d(0x178)][_0x31948d(0x177)]({'attributes':{'class':[_0x31948d(0x19d)]}}),this[_0x31948d(0x1a3)][_0x31948d(0x194)](this[_0x31948d(0x178)]);}}function _0x4276(){const _0x31553f=['10utfUzY','ck-ai-web-sources','querySelector','_blank','ck-ai-web-source__tooltip-row','hide','element','ck-ai-web-source__tooltip-image','extendTemplate','balloonPanelView','substring','content','addSource','div','icon','hostname','url','ck-hidden','ck-ai-web-source__tooltip-url','clear','_updateTooltipContent','ck\x20ck-ai-web-source','6423474pTWxQx','786372asHSrB','span','...','ck-ai-web-source__tooltip','createCollection','northArrowSouthEast','northArrowSouth','img','defaultPositions','4hbzkNW','ck-ai-web-source__image','AI_CHAT_SOURCES_HEADER','655210rNmYLH','isVisible','add','title','set','ck-ai-web-source__tooltip-title','3059564MfnwFZ','length','ck-ai-web-sources__header','72FqaItc','source','ck-ai-web-source__tooltip-balloon','setTemplate','_setupBalloonPanel','_hideTooltip','69237gAnwpx','pin','bodyCollection','favicon','northArrowSouthWest','children','24684830mTwGha','_createTooltipContentView','bindTemplate','get','destroy','_showTooltip','.ck-ai-chat','show','locale','open','push','9532761VIVbMa'];_0x4276=function(){return _0x31553f;};return _0x4276();}export class AIWebSourceView extends _0x513b41{[_0x223d1c(0x178)];[_0x223d1c(0x19c)];constructor(_0x351af7,_0x38f074,_0x55abab){const _0x4f893c=_0x223d1c;super(_0x351af7),this[_0x4f893c(0x19c)]=_0x38f074,this[_0x4f893c(0x178)]=_0x55abab,this[_0x4f893c(0x196)]({'label':_0x38f074[_0x4f893c(0x195)],'class':[_0x4f893c(0x184)],'withText':!0x0});const _0x41c448=this[_0x4f893c(0x1a9)];if(this[_0x4f893c(0x177)]({'on':{'click':_0x41c448['to'](()=>{const _0x35ad00=_0x4f893c;window[_0x35ad00(0x1b0)](_0x38f074[_0x35ad00(0x17f)],_0x35ad00(0x1b6));}),'mouseenter':_0x41c448['to'](()=>{const _0x5b68f2=_0x4f893c;this[_0x5b68f2(0x1ac)]();}),'mouseleave':_0x41c448['to'](()=>{const _0x22140d=_0x4f893c;this[_0x22140d(0x1a0)]();})}}),_0x38f074[_0x4f893c(0x1a4)]){const _0x4371ac=new _0x48f08e(_0x351af7);_0x4371ac[_0x4f893c(0x19e)]({'tag':_0x4f893c(0x18d),'attributes':{'src':_0x38f074[_0x4f893c(0x1a4)]||_0x3c5674,'alt':_0x38f074[_0x4f893c(0x195)],'class':[_0x4f893c(0x190)]}}),this[_0x4f893c(0x1a6)][_0x4f893c(0x194)](_0x4371ac);}else this[_0x4f893c(0x196)](_0x4f893c(0x17d),_0x3c5674);}[_0x223d1c(0x1a8)](_0x2d8770,_0x507c1b){const _0x79a2e1=_0x223d1c,_0x5b03ae=new _0x48f08e(_0x2d8770),_0x4053d5=[];let _0x2efc54;_0x507c1b?.[_0x79a2e1(0x1a4)]?(_0x2efc54=new _0x48f08e(_0x2d8770),_0x2efc54[_0x79a2e1(0x19e)]({'tag':_0x79a2e1(0x18d),'attributes':{'src':_0x507c1b[_0x79a2e1(0x1a4)],'alt':_0x507c1b[_0x79a2e1(0x195)],'class':[_0x79a2e1(0x176)]}})):(_0x2efc54=new _0x3fb444(),_0x2efc54[_0x79a2e1(0x17a)]=_0x3c5674,_0x2efc54[_0x79a2e1(0x177)]({'attributes':{'alt':_0x507c1b[_0x79a2e1(0x195)],'class':[_0x79a2e1(0x176)]}})),_0x4053d5[_0x79a2e1(0x1b1)](_0x2efc54);const _0x1228aa=new _0x48f08e(_0x2d8770);_0x1228aa[_0x79a2e1(0x19e)]({'tag':'a','attributes':{'class':[_0x79a2e1(0x181)],'href':_0x507c1b[_0x79a2e1(0x17f)]},'children':[{'text':new URL(_0x507c1b[_0x79a2e1(0x17f)])?.[_0x79a2e1(0x17e)]}]}),_0x4053d5[_0x79a2e1(0x1b1)](_0x1228aa);const _0x99c3c1=new _0x48f08e(_0x2d8770);_0x99c3c1[_0x79a2e1(0x19e)]({'tag':_0x79a2e1(0x17c),'attributes':{'class':[_0x79a2e1(0x173)]},'children':_0x4053d5});const _0x2b8d1c=new _0x48f08e(_0x2d8770);return _0x2b8d1c[_0x79a2e1(0x19e)]({'tag':_0x79a2e1(0x187),'attributes':{'class':[_0x79a2e1(0x173),_0x79a2e1(0x197)]},'children':[{'text':_0x507c1b[_0x79a2e1(0x195)][_0x79a2e1(0x199)]>0x190?_0x507c1b[_0x79a2e1(0x195)][_0x79a2e1(0x179)](0x0,0x190)+_0x79a2e1(0x188):_0x507c1b[_0x79a2e1(0x195)]}]}),_0x5b03ae[_0x79a2e1(0x19e)]({'tag':_0x79a2e1(0x17c),'attributes':{'class':['ck',_0x79a2e1(0x189)]},'children':[_0x99c3c1,_0x2b8d1c]}),_0x5b03ae;}[_0x223d1c(0x1ac)](){const _0x3c4e59=_0x223d1c;this[_0x3c4e59(0x183)](),this[_0x3c4e59(0x178)][_0x3c4e59(0x1a2)]({'target':this[_0x3c4e59(0x175)],'positions':[_0x4ab84a[_0x3c4e59(0x18e)][_0x3c4e59(0x18c)],_0x4ab84a[_0x3c4e59(0x18e)][_0x3c4e59(0x1a5)],_0x4ab84a[_0x3c4e59(0x18e)][_0x3c4e59(0x18b)]],'limiter':document[_0x3c4e59(0x1b5)](_0x3c4e59(0x1ad))}),this[_0x3c4e59(0x178)][_0x3c4e59(0x1ae)]();}[_0x223d1c(0x1a0)](){const _0x1265b2=_0x223d1c;this[_0x1265b2(0x178)][_0x1265b2(0x174)]();}[_0x223d1c(0x183)](){const _0x71b7f5=_0x223d1c;this[_0x71b7f5(0x178)][_0x71b7f5(0x17a)][_0x71b7f5(0x1aa)](0x0)?.[_0x71b7f5(0x1ab)](),this[_0x71b7f5(0x178)][_0x71b7f5(0x17a)][_0x71b7f5(0x182)]();const _0x5dee6f=this[_0x71b7f5(0x1a8)](this[_0x71b7f5(0x1af)],this[_0x71b7f5(0x19c)]);this[_0x71b7f5(0x178)][_0x71b7f5(0x17a)][_0x71b7f5(0x194)](_0x5dee6f);}}
23
+ const _0x910bc4=_0x25a2;(function(_0x583336,_0x5e4d75){const _0x27bf2f=_0x25a2,_0x194691=_0x583336();while(!![]){try{const _0x48b2d4=-parseInt(_0x27bf2f(0x1b6))/0x1*(parseInt(_0x27bf2f(0x193))/0x2)+parseInt(_0x27bf2f(0x1c7))/0x3+-parseInt(_0x27bf2f(0x190))/0x4*(-parseInt(_0x27bf2f(0x1c3))/0x5)+parseInt(_0x27bf2f(0x1ad))/0x6+parseInt(_0x27bf2f(0x1b9))/0x7+-parseInt(_0x27bf2f(0x1cb))/0x8*(-parseInt(_0x27bf2f(0x1ca))/0x9)+-parseInt(_0x27bf2f(0x1b0))/0xa;if(_0x48b2d4===_0x5e4d75)break;else _0x194691['push'](_0x194691['shift']());}catch(_0x30b9a3){_0x194691['push'](_0x194691['shift']());}}}(_0x13d6,0xcd569));function _0x13d6(){const _0x1f053c=['open','div','bindTemplate','balloonPanelView','get','setTemplate','_createTooltipContentView','northArrowSouthWest','bodyCollection','hide','img','createCollection','locale','span','title','length','clear','children','ck-ai-web-sources__header','ck-ai-web-source__tooltip-title','AI_CHAT_SOURCES_HEADER','set','content','6787344gSemsl','defaultPositions','addSource','14218900hgLNEk','_setupBalloonPanel','icon','pin','_updateTooltipContent','favicon','105682GZyxos','ck-ai-web-source__tooltip','ck-ai-web-source__image','2508142eruTHn','substring','...','_blank','ck-ai-web-source__tooltip-image','source','ck\x20ck-ai-web-source','.ck-ai-chat','extendTemplate','ck-ai-web-sources','70BmJrTO','element','push','_showTooltip','126120mVwwhY','show','destroy','12981753LIUEKD','8IUAsRx','isVisible','_hideTooltip','ck-ai-web-source__tooltip-balloon','add','ck-hidden','querySelector','hostname','northArrowSouthEast','219576HpJLZG','url','northArrowSouth','28ArWgEB','ck-ai-web-source__tooltip-row','ck-ai-web-source__tooltip-url'];_0x13d6=function(){return _0x1f053c;};return _0x13d6();}function _0x25a2(_0x1dfb8a,_0x731f45){const _0x13d6c0=_0x13d6();return _0x25a2=function(_0x25a21a,_0x1367e1){_0x25a21a=_0x25a21a-0x18b;let _0x131c8d=_0x13d6c0[_0x25a21a];return _0x131c8d;},_0x25a2(_0x1dfb8a,_0x731f45);}import{View as _0x5dfdb4,ButtonView as _0x3d500d,IconView as _0x9fcc13,BalloonPanelView as _0x1dd157}from'ckeditor5/src/ui.js';import{IconWeb as _0x3264c1}from'@ckeditor/ckeditor5-icons';import{getTranslation as _0x451e86}from'../../utils/common-translations.js';export class AIWebSourcesView extends _0x5dfdb4{[_0x910bc4(0x1a7)];[_0x910bc4(0x199)];[_0x910bc4(0x19e)];constructor(_0x25dbc8,_0x59e805){const _0x379f67=_0x910bc4;super(_0x25dbc8),this[_0x379f67(0x19e)]=_0x59e805,this[_0x379f67(0x1a7)]=this[_0x379f67(0x1a1)](),this[_0x379f67(0x1ab)](_0x379f67(0x1cc),!0x1),this[_0x379f67(0x19b)]({'tag':_0x379f67(0x197),'attributes':{'class':['ck',_0x379f67(0x1c2),this[_0x379f67(0x198)]['if'](_0x379f67(0x1cc),_0x379f67(0x18c),_0x584791=>!_0x584791)]},'children':this[_0x379f67(0x1a7)]});const _0x5e40c7=new _0x5dfdb4(this[_0x379f67(0x1a2)]),_0x179f42=new _0x9fcc13();_0x179f42[_0x379f67(0x1ac)]=_0x3264c1,_0x5e40c7[_0x379f67(0x19b)]({'tag':_0x379f67(0x197),'attributes':{'class':['ck',_0x379f67(0x1a8)]},'children':[_0x179f42,{'tag':_0x379f67(0x1a3),'children':[{'text':_0x451e86(this[_0x379f67(0x1a2)],_0x379f67(0x1aa))}]}]}),this[_0x379f67(0x1a7)][_0x379f67(0x18b)](_0x5e40c7),this[_0x379f67(0x1b1)](_0x25dbc8);}[_0x910bc4(0x1af)](_0xa3210b){const _0x159e9e=_0x910bc4;this[_0x159e9e(0x1a7)][_0x159e9e(0x18b)](new AIWebSourceView(this[_0x159e9e(0x1a2)],_0xa3210b,this[_0x159e9e(0x199)]));}[_0x910bc4(0x1b1)](_0x2db685){const _0x55dd75=_0x910bc4;this[_0x55dd75(0x199)]=new _0x1dd157(_0x2db685),this[_0x55dd75(0x199)][_0x55dd75(0x1c1)]({'attributes':{'class':[_0x55dd75(0x1ce)]}}),this[_0x55dd75(0x19e)][_0x55dd75(0x18b)](this[_0x55dd75(0x199)]);}}export class AIWebSourceView extends _0x3d500d{[_0x910bc4(0x199)];[_0x910bc4(0x1be)];constructor(_0x98e785,_0x4cd20e,_0x305d43){const _0x287dda=_0x910bc4;super(_0x98e785),this[_0x287dda(0x1be)]=_0x4cd20e,this[_0x287dda(0x199)]=_0x305d43,this[_0x287dda(0x1ab)]({'label':_0x4cd20e[_0x287dda(0x1a4)],'class':[_0x287dda(0x1bf)],'withText':!0x0});const _0x159a35=this[_0x287dda(0x198)];if(this[_0x287dda(0x1c1)]({'on':{'click':_0x159a35['to'](()=>{const _0x256416=_0x287dda;window[_0x256416(0x196)](_0x4cd20e[_0x256416(0x191)],_0x256416(0x1bc));}),'mouseenter':_0x159a35['to'](()=>{const _0xc753f4=_0x287dda;this[_0xc753f4(0x1c6)]();}),'mouseleave':_0x159a35['to'](()=>{const _0xd90a74=_0x287dda;this[_0xd90a74(0x1cd)]();})}}),_0x4cd20e[_0x287dda(0x1b5)]){const _0x29f02b=new _0x5dfdb4(_0x98e785);_0x29f02b[_0x287dda(0x19b)]({'tag':_0x287dda(0x1a0),'attributes':{'src':_0x4cd20e[_0x287dda(0x1b5)]||_0x3264c1,'alt':_0x4cd20e[_0x287dda(0x1a4)],'class':[_0x287dda(0x1b8)]}}),this[_0x287dda(0x1a7)][_0x287dda(0x18b)](_0x29f02b);}else this[_0x287dda(0x1ab)](_0x287dda(0x1b2),_0x3264c1);}[_0x910bc4(0x19c)](_0x2669ac,_0x10c6fe){const _0x1884a9=_0x910bc4,_0x2f4c64=new _0x5dfdb4(_0x2669ac),_0x1f359b=[];let _0xe916f;_0x10c6fe?.[_0x1884a9(0x1b5)]?(_0xe916f=new _0x5dfdb4(_0x2669ac),_0xe916f[_0x1884a9(0x19b)]({'tag':_0x1884a9(0x1a0),'attributes':{'src':_0x10c6fe[_0x1884a9(0x1b5)],'alt':_0x10c6fe[_0x1884a9(0x1a4)],'class':[_0x1884a9(0x1bd)]}})):(_0xe916f=new _0x9fcc13(),_0xe916f[_0x1884a9(0x1ac)]=_0x3264c1,_0xe916f[_0x1884a9(0x1c1)]({'attributes':{'alt':_0x10c6fe[_0x1884a9(0x1a4)],'class':[_0x1884a9(0x1bd)]}})),_0x1f359b[_0x1884a9(0x1c5)](_0xe916f);const _0x4661aa=new _0x5dfdb4(_0x2669ac);_0x4661aa[_0x1884a9(0x19b)]({'tag':'a','attributes':{'class':[_0x1884a9(0x195)],'href':_0x10c6fe[_0x1884a9(0x191)]},'children':[{'text':new URL(_0x10c6fe[_0x1884a9(0x191)])?.[_0x1884a9(0x18e)]}]}),_0x1f359b[_0x1884a9(0x1c5)](_0x4661aa);const _0x262987=new _0x5dfdb4(_0x2669ac);_0x262987[_0x1884a9(0x19b)]({'tag':_0x1884a9(0x197),'attributes':{'class':[_0x1884a9(0x194)]},'children':_0x1f359b});const _0x79ccbf=new _0x5dfdb4(_0x2669ac);return _0x79ccbf[_0x1884a9(0x19b)]({'tag':_0x1884a9(0x1a3),'attributes':{'class':[_0x1884a9(0x194),_0x1884a9(0x1a9)]},'children':[{'text':_0x10c6fe[_0x1884a9(0x1a4)][_0x1884a9(0x1a5)]>0x190?_0x10c6fe[_0x1884a9(0x1a4)][_0x1884a9(0x1ba)](0x0,0x190)+_0x1884a9(0x1bb):_0x10c6fe[_0x1884a9(0x1a4)]}]}),_0x2f4c64[_0x1884a9(0x19b)]({'tag':_0x1884a9(0x197),'attributes':{'class':['ck',_0x1884a9(0x1b7)]},'children':[_0x262987,_0x79ccbf]}),_0x2f4c64;}[_0x910bc4(0x1c6)](){const _0x8e3d74=_0x910bc4;this[_0x8e3d74(0x1b4)](),this[_0x8e3d74(0x199)][_0x8e3d74(0x1b3)]({'target':this[_0x8e3d74(0x1c4)],'positions':[_0x1dd157[_0x8e3d74(0x1ae)][_0x8e3d74(0x192)],_0x1dd157[_0x8e3d74(0x1ae)][_0x8e3d74(0x19d)],_0x1dd157[_0x8e3d74(0x1ae)][_0x8e3d74(0x18f)]],'limiter':document[_0x8e3d74(0x18d)](_0x8e3d74(0x1c0))}),this[_0x8e3d74(0x199)][_0x8e3d74(0x1c8)]();}[_0x910bc4(0x1cd)](){const _0x31ecbb=_0x910bc4;this[_0x31ecbb(0x199)][_0x31ecbb(0x19f)]();}[_0x910bc4(0x1b4)](){const _0x24774f=_0x910bc4;this[_0x24774f(0x199)][_0x24774f(0x1ac)][_0x24774f(0x19a)](0x0)?.[_0x24774f(0x1c9)](),this[_0x24774f(0x199)][_0x24774f(0x1ac)][_0x24774f(0x1a6)]();const _0x5cc9f3=this[_0x24774f(0x19c)](this[_0x24774f(0x1a2)],this[_0x24774f(0x1be)]);this[_0x24774f(0x199)][_0x24774f(0x1ac)][_0x24774f(0x18b)](_0x5cc9f3);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x3a12ab,_0x1d3654){const _0x51881a=_0x28a1,_0x5a55d1=_0x3a12ab();while(!![]){try{const _0x5b85dc=-parseInt(_0x51881a(0x8e))/0x1+parseInt(_0x51881a(0x9b))/0x2+parseInt(_0x51881a(0x90))/0x3*(-parseInt(_0x51881a(0x94))/0x4)+parseInt(_0x51881a(0x88))/0x5*(parseInt(_0x51881a(0x8b))/0x6)+-parseInt(_0x51881a(0x8c))/0x7*(-parseInt(_0x51881a(0x92))/0x8)+parseInt(_0x51881a(0x9c))/0x9+-parseInt(_0x51881a(0x8a))/0xa;if(_0x5b85dc===_0x1d3654)break;else _0x5a55d1['push'](_0x5a55d1['shift']());}catch(_0x53e896){_0x5a55d1['push'](_0x5a55d1['shift']());}}}(_0x12b1,0x96ace));import{ButtonView as _0x4673e1}from'ckeditor5/src/ui.js';import{IconMaximize as _0x3c80c6,IconMinimize as _0x47a6c5}from'ckeditor5/src/icons.js';import{getTranslation as _0x3bbfd9}from'../../aicore/utils/common-translations.js';import'../../../theme/aitabs/aitabsresizebutton.css';function _0x28a1(_0x3d123c,_0x2b8a38){const _0x12b16e=_0x12b1();return _0x28a1=function(_0x28a1d5,_0x591330){_0x28a1d5=_0x28a1d5-0x87;let _0x2778e3=_0x12b16e[_0x28a1d5];return _0x2778e3;},_0x28a1(_0x3d123c,_0x2b8a38);}function _0x12b1(){const _0xf0fead=['fire','icon','AI_TABS_LABEL_MINIMIZE','label','resizeTabs','1039410aTtBrF','7394508yZXNrj','isMaximized','40ftPMLN','ck-ai-tabs__resize\x20ck-ai-button-tertiary','754070MrjvMD','408966zCAyXX','14XZANdc','isOn','652236NPJEZV','execute','6lKNKXh','set','759160tLVazL','bind','1463172wdvIrz','AI_TABS_LABEL_MAXIMIZE'];_0x12b1=function(){return _0xf0fead;};return _0x12b1();}export function createResizeButton(_0x23f7be,_0x1cb2ed){const _0x20bdec=_0x28a1,_0x31e177=new _0x4673e1(_0x23f7be),_0x3a48e9=_0x3bbfd9(_0x23f7be,_0x20bdec(0x98)),_0xef854=_0x3bbfd9(_0x23f7be,_0x20bdec(0x95));return _0x31e177[_0x20bdec(0x91)]({'withText':!0x1,'icon':_0x3c80c6,'tooltip':!0x0,'class':_0x20bdec(0x89)}),_0x31e177[_0x20bdec(0x93)](_0x20bdec(0x99))['to'](_0x1cb2ed,_0x20bdec(0x87),_0x104a7c=>_0x104a7c?_0x3a48e9:_0xef854),_0x31e177[_0x20bdec(0x93)](_0x20bdec(0x97))['to'](_0x1cb2ed,_0x20bdec(0x87),_0x57cd1=>_0x57cd1?_0x47a6c5:_0x3c80c6),_0x31e177[_0x20bdec(0x93)](_0x20bdec(0x8d))['to'](_0x1cb2ed,_0x20bdec(0x87)),_0x31e177['on'](_0x20bdec(0x8f),()=>{const _0x2623f1=_0x20bdec;_0x1cb2ed[_0x2623f1(0x96)](_0x2623f1(0x9a));}),_0x31e177;}
23
+ (function(_0x57f472,_0x404de3){const _0x51e681=_0x17f4,_0x5c070=_0x57f472();while(!![]){try{const _0x49753d=parseInt(_0x51e681(0x14b))/0x1*(-parseInt(_0x51e681(0x145))/0x2)+parseInt(_0x51e681(0x142))/0x3+-parseInt(_0x51e681(0x141))/0x4*(parseInt(_0x51e681(0x140))/0x5)+-parseInt(_0x51e681(0x13a))/0x6*(-parseInt(_0x51e681(0x13b))/0x7)+parseInt(_0x51e681(0x147))/0x8+parseInt(_0x51e681(0x13d))/0x9+parseInt(_0x51e681(0x138))/0xa;if(_0x49753d===_0x404de3)break;else _0x5c070['push'](_0x5c070['shift']());}catch(_0x3798ea){_0x5c070['push'](_0x5c070['shift']());}}}(_0x28a0,0xa0482));import{ButtonView as _0x585687}from'ckeditor5/src/ui.js';import{IconMaximize as _0x3ce7f5,IconMinimize as _0x1d2467}from'ckeditor5/src/icons.js';import{getTranslation as _0x5d7bba}from'../../aicore/utils/common-translations.js';import'../../../theme/aitabs/aitabsresizebutton.css';function _0x28a0(){const _0x41a3a9=['5546268ybkjQy','set','isMaximized','5HvVjnC','1825904bAWtZl','1079376gYzlBu','icon','AI_TABS_LABEL_MINIMIZE','164502yccqDK','isOn','210296TfkfQT','resizeTabs','label','ck-ai-tabs__resize\x20ck-ai-button-tertiary','11mbRyYl','AI_TABS_LABEL_MAXIMIZE','execute','5122240mxbpuA','fire','6CmklLa','3522372ZEWnPi','bind'];_0x28a0=function(){return _0x41a3a9;};return _0x28a0();}function _0x17f4(_0x156b37,_0x5d0f71){const _0x28a070=_0x28a0();return _0x17f4=function(_0x17f49b,_0x4950a4){_0x17f49b=_0x17f49b-0x136;let _0x4d82c7=_0x28a070[_0x17f49b];return _0x4d82c7;},_0x17f4(_0x156b37,_0x5d0f71);}export function createResizeButton(_0x59ea5b,_0x46a3a4){const _0x1517d4=_0x17f4,_0x21700d=new _0x585687(_0x59ea5b),_0x2f970b=_0x5d7bba(_0x59ea5b,_0x1517d4(0x144)),_0x18ceb5=_0x5d7bba(_0x59ea5b,_0x1517d4(0x136));return _0x21700d[_0x1517d4(0x13e)]({'withText':!0x1,'icon':_0x3ce7f5,'tooltip':!0x0,'class':_0x1517d4(0x14a)}),_0x21700d[_0x1517d4(0x13c)](_0x1517d4(0x149))['to'](_0x46a3a4,_0x1517d4(0x13f),_0x399553=>_0x399553?_0x2f970b:_0x18ceb5),_0x21700d[_0x1517d4(0x13c)](_0x1517d4(0x143))['to'](_0x46a3a4,_0x1517d4(0x13f),_0x2f4b33=>_0x2f4b33?_0x1d2467:_0x3ce7f5),_0x21700d[_0x1517d4(0x13c)](_0x1517d4(0x146))['to'](_0x46a3a4,_0x1517d4(0x13f)),_0x21700d['on'](_0x1517d4(0x137),()=>{const _0x23a00e=_0x1517d4;_0x46a3a4[_0x23a00e(0x139)](_0x23a00e(0x148));}),_0x21700d;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x56df61=_0x1805;(function(_0x40a326,_0x261ded){const _0x265fda=_0x1805,_0x23b73b=_0x40a326();while(!![]){try{const _0x59f9ad=parseInt(_0x265fda(0xb8))/0x1+parseInt(_0x265fda(0x9f))/0x2+-parseInt(_0x265fda(0xbc))/0x3*(-parseInt(_0x265fda(0xb0))/0x4)+-parseInt(_0x265fda(0xa9))/0x5*(parseInt(_0x265fda(0xb9))/0x6)+parseInt(_0x265fda(0xa1))/0x7+-parseInt(_0x265fda(0xad))/0x8*(-parseInt(_0x265fda(0xa8))/0x9)+-parseInt(_0x265fda(0xb4))/0xa*(parseInt(_0x265fda(0x9e))/0xb);if(_0x59f9ad===_0x261ded)break;else _0x23b73b['push'](_0x23b73b['shift']());}catch(_0x720844){_0x23b73b['push'](_0x23b73b['shift']());}}}(_0x4beb,0x856eb));import{DocumentPosition as _0x280677}from'./documentposition.js';function _0x1805(_0x3a5448,_0x14108f){const _0x4bebad=_0x4beb();return _0x1805=function(_0x1805d0,_0x290fac){_0x1805d0=_0x1805d0-0x9b;let _0x2fd971=_0x4bebad[_0x1805d0];return _0x2fd971;},_0x1805(_0x3a5448,_0x14108f);}import{clone as _0x5eaaf8,getParents as _0x596ab2,Document as _0x36bacd,Text as _0x4cd803,isTag as _0x31ac4e,isText as _0x235146,replaceElement as _0x31d9cc,removeElement as _0x576633}from'./htmlparser.js';function _0x4beb(){const _0x3a6382=['1403208ocQwQW','createAfter','createAt','931197hySnXZ','forEach','start','getContent','63734giDVnW','2138348PCmeHe','document','4684701loPtCB','nextNode','parent','includes','push','slice','createBefore','27TBnSso','5rnVAim','createFromPath','firstChild','isEqual','1554056OTqMra','length','reverse','8mJDujJ','previousNode','end','lastChild','4020nRlPLu','path','data','getNudgedToWordBoundary','167609drCfcv'];_0x4beb=function(){return _0x3a6382;};return _0x4beb();}export class DocumentRange{[_0x56df61(0x9c)];[_0x56df61(0xb2)];constructor(_0x53e6c5,_0x550df2){const _0x9f665=_0x56df61;this[_0x9f665(0x9c)]=_0x53e6c5,this[_0x9f665(0xb2)]=_0x550df2;}[_0x56df61(0xac)](_0x25d580){const _0x2ef0ac=_0x56df61;return this==_0x25d580||this[_0x2ef0ac(0x9c)][_0x2ef0ac(0xac)](_0x25d580[_0x2ef0ac(0x9c)])&&this[_0x2ef0ac(0xb2)][_0x2ef0ac(0xac)](_0x25d580[_0x2ef0ac(0xb2)]);}[_0x56df61(0xb7)](){const _0x222796=_0x56df61;return new DocumentRange(this[_0x222796(0x9c)][_0x222796(0xb7)](_0x222796(0x9c)),this[_0x222796(0xb2)][_0x222796(0xb7)](_0x222796(0xb2)));}[_0x56df61(0x9d)](){const _0x5df73b=_0x56df61,_0x142ce3=_0x5eaaf8(this[_0x5df73b(0x9c)][_0x5df73b(0xa0)]),_0x29bf4f=_0x280677[_0x5df73b(0xaa)](_0x142ce3,this[_0x5df73b(0x9c)][_0x5df73b(0xb5)]),_0xf5b9c2=_0x280677[_0x5df73b(0xaa)](_0x142ce3,this[_0x5df73b(0xb2)][_0x5df73b(0xb5)]);let _0x427f4c,_0x68d946;if(_0x235146(_0x29bf4f[_0x5df73b(0xa3)])){const _0x47c376=_0x29bf4f[_0x5df73b(0xb5)][_0x29bf4f[_0x5df73b(0xb5)][_0x5df73b(0xae)]-0x1],_0x1283dd=new _0x4cd803(_0x29bf4f[_0x5df73b(0xa3)][_0x5df73b(0xb6)][_0x5df73b(0xa6)](_0x47c376));_0x31d9cc(_0x29bf4f[_0x5df73b(0xa3)],_0x1283dd),_0x427f4c=_0x1283dd;}else _0x427f4c=_0x29bf4f[_0x5df73b(0xa2)];if(_0x235146(_0xf5b9c2[_0x5df73b(0xa3)])){const _0x1e9a62=_0xf5b9c2[_0x5df73b(0xb5)][_0xf5b9c2[_0x5df73b(0xb5)][_0x5df73b(0xae)]-0x1],_0x2c33d4=new _0x4cd803(_0xf5b9c2[_0x5df73b(0xa3)][_0x5df73b(0xb6)][_0x5df73b(0xa6)](0x0,_0x1e9a62));_0x31d9cc(_0xf5b9c2[_0x5df73b(0xa3)],_0x2c33d4),_0x68d946=_0x2c33d4;}else _0x68d946=_0xf5b9c2[_0x5df73b(0xb1)];if(!(_0x427f4c&&_0x68d946&&_0x142ce3[_0x5df73b(0xab)]&&_0x142ce3[_0x5df73b(0xb3)]))return new _0x36bacd([]);const _0x5073f2=_0x596ab2(_0x427f4c),_0x25d7c8=_0x596ab2(_0x68d946),_0xf2f41b=[],_0x41d803=[];let _0x5b5819=_0x142ce3[_0x5df73b(0xab)];for(;_0x5b5819&&_0x5b5819!==_0x427f4c;){let _0x3f2475;_0x5073f2[_0x5df73b(0xa4)](_0x5b5819)||_0xf2f41b[_0x5df73b(0xa5)](_0x5b5819),_0x3f2475=_0x31ac4e(_0x5b5819)?_0x280677[_0x5df73b(0xbb)](_0x142ce3,_0x5b5819,_0x5df73b(0x9c)):_0x280677[_0x5df73b(0xba)](_0x142ce3,_0x5b5819),_0x5b5819=_0x3f2475?_0x3f2475[_0x5df73b(0xa2)]:null;}for(_0x5b5819=_0x142ce3[_0x5df73b(0xb3)];_0x5b5819&&_0x5b5819!==_0x68d946;){let _0x35caac;_0x25d7c8[_0x5df73b(0xa4)](_0x5b5819)||_0x41d803[_0x5df73b(0xa5)](_0x5b5819),_0x35caac=_0x31ac4e(_0x5b5819)?_0x280677[_0x5df73b(0xbb)](_0x142ce3,_0x5b5819,_0x5df73b(0xb2)):_0x280677[_0x5df73b(0xa7)](_0x142ce3,_0x5b5819),_0x5b5819=_0x35caac?_0x35caac[_0x5df73b(0xb1)]:null;}return _0xf2f41b[_0x5df73b(0x9b)](_0x2878d5=>{_0x576633(_0x2878d5);}),_0x41d803[_0x5df73b(0xaf)]()[_0x5df73b(0x9b)](_0x5e6bd8=>{_0x576633(_0x5e6bd8);}),_0x142ce3;}}
23
+ function _0x1928(){const _0x5b4e22=['43wzsUiL','2588019bjcfMA','372955erZMHq','length','push','3822099iLjNEV','1975990lfAdPB','start','createAfter','parent','createAt','8TvqADA','previousNode','createFromPath','slice','1654398BAWhFo','document','data','getNudgedToWordBoundary','path','end','4714240Ifqlll','reverse','forEach','6hCqESr','12ezCoWe','780NWrfOf','createBefore','nextNode','firstChild','includes','isEqual','28714gQneyV','lastChild','getContent'];_0x1928=function(){return _0x5b4e22;};return _0x1928();}const _0x2b2937=_0x33d5;function _0x33d5(_0x3fd41d,_0x5a7ef4){const _0x192819=_0x1928();return _0x33d5=function(_0x33d568,_0x30f263){_0x33d568=_0x33d568-0xff;let _0x41e536=_0x192819[_0x33d568];return _0x41e536;},_0x33d5(_0x3fd41d,_0x5a7ef4);}(function(_0x4343c8,_0x203828){const _0x1791b0=_0x33d5,_0x666dab=_0x4343c8();while(!![]){try{const _0xb100dd=parseInt(_0x1791b0(0x100))/0x1*(parseInt(_0x1791b0(0x120))/0x2)+-parseInt(_0x1791b0(0x105))/0x3+parseInt(_0x1791b0(0x119))/0x4*(-parseInt(_0x1791b0(0x106))/0x5)+-parseInt(_0x1791b0(0x118))/0x6*(parseInt(_0x1791b0(0x101))/0x7)+-parseInt(_0x1791b0(0x10b))/0x8*(-parseInt(_0x1791b0(0x10f))/0x9)+parseInt(_0x1791b0(0x115))/0xa+-parseInt(_0x1791b0(0x102))/0xb*(-parseInt(_0x1791b0(0x11a))/0xc);if(_0xb100dd===_0x203828)break;else _0x666dab['push'](_0x666dab['shift']());}catch(_0x3da476){_0x666dab['push'](_0x666dab['shift']());}}}(_0x1928,0x9dfa6));import{DocumentPosition as _0x2b1df2}from'./documentposition.js';import{clone as _0xa6975d,getParents as _0x435de5,Document as _0x45ea26,Text as _0x1a6e20,isTag as _0x173fda,isText as _0x467633,replaceElement as _0x1df403,removeElement as _0x59a184}from'./htmlparser.js';export class DocumentRange{[_0x2b2937(0x107)];[_0x2b2937(0x114)];constructor(_0x118513,_0x463c6b){const _0x2c96e5=_0x2b2937;this[_0x2c96e5(0x107)]=_0x118513,this[_0x2c96e5(0x114)]=_0x463c6b;}[_0x2b2937(0x11f)](_0x1e9751){const _0x598632=_0x2b2937;return this==_0x1e9751||this[_0x598632(0x107)][_0x598632(0x11f)](_0x1e9751[_0x598632(0x107)])&&this[_0x598632(0x114)][_0x598632(0x11f)](_0x1e9751[_0x598632(0x114)]);}[_0x2b2937(0x112)](){const _0x36c74f=_0x2b2937;return new DocumentRange(this[_0x36c74f(0x107)][_0x36c74f(0x112)](_0x36c74f(0x107)),this[_0x36c74f(0x114)][_0x36c74f(0x112)](_0x36c74f(0x114)));}[_0x2b2937(0xff)](){const _0xb28a2=_0x2b2937,_0x851803=_0xa6975d(this[_0xb28a2(0x107)][_0xb28a2(0x110)]),_0xafda7b=_0x2b1df2[_0xb28a2(0x10d)](_0x851803,this[_0xb28a2(0x107)][_0xb28a2(0x113)]),_0x328c16=_0x2b1df2[_0xb28a2(0x10d)](_0x851803,this[_0xb28a2(0x114)][_0xb28a2(0x113)]);let _0x50b0d5,_0xf437a5;if(_0x467633(_0xafda7b[_0xb28a2(0x109)])){const _0x4e7a06=_0xafda7b[_0xb28a2(0x113)][_0xafda7b[_0xb28a2(0x113)][_0xb28a2(0x103)]-0x1],_0x31f154=new _0x1a6e20(_0xafda7b[_0xb28a2(0x109)][_0xb28a2(0x111)][_0xb28a2(0x10e)](_0x4e7a06));_0x1df403(_0xafda7b[_0xb28a2(0x109)],_0x31f154),_0x50b0d5=_0x31f154;}else _0x50b0d5=_0xafda7b[_0xb28a2(0x11c)];if(_0x467633(_0x328c16[_0xb28a2(0x109)])){const _0x4c626a=_0x328c16[_0xb28a2(0x113)][_0x328c16[_0xb28a2(0x113)][_0xb28a2(0x103)]-0x1],_0x2e9243=new _0x1a6e20(_0x328c16[_0xb28a2(0x109)][_0xb28a2(0x111)][_0xb28a2(0x10e)](0x0,_0x4c626a));_0x1df403(_0x328c16[_0xb28a2(0x109)],_0x2e9243),_0xf437a5=_0x2e9243;}else _0xf437a5=_0x328c16[_0xb28a2(0x10c)];if(!(_0x50b0d5&&_0xf437a5&&_0x851803[_0xb28a2(0x11d)]&&_0x851803[_0xb28a2(0x121)]))return new _0x45ea26([]);const _0x18d2bd=_0x435de5(_0x50b0d5),_0x44aea0=_0x435de5(_0xf437a5),_0x1c828f=[],_0x380782=[];let _0x480e5c=_0x851803[_0xb28a2(0x11d)];for(;_0x480e5c&&_0x480e5c!==_0x50b0d5;){let _0x2dadb3;_0x18d2bd[_0xb28a2(0x11e)](_0x480e5c)||_0x1c828f[_0xb28a2(0x104)](_0x480e5c),_0x2dadb3=_0x173fda(_0x480e5c)?_0x2b1df2[_0xb28a2(0x10a)](_0x851803,_0x480e5c,_0xb28a2(0x107)):_0x2b1df2[_0xb28a2(0x108)](_0x851803,_0x480e5c),_0x480e5c=_0x2dadb3?_0x2dadb3[_0xb28a2(0x11c)]:null;}for(_0x480e5c=_0x851803[_0xb28a2(0x121)];_0x480e5c&&_0x480e5c!==_0xf437a5;){let _0x481d5e;_0x44aea0[_0xb28a2(0x11e)](_0x480e5c)||_0x380782[_0xb28a2(0x104)](_0x480e5c),_0x481d5e=_0x173fda(_0x480e5c)?_0x2b1df2[_0xb28a2(0x10a)](_0x851803,_0x480e5c,_0xb28a2(0x114)):_0x2b1df2[_0xb28a2(0x11b)](_0x851803,_0x480e5c),_0x480e5c=_0x481d5e?_0x481d5e[_0xb28a2(0x10c)]:null;}return _0x1c828f[_0xb28a2(0x117)](_0x2e8c27=>{_0x59a184(_0x2e8c27);}),_0x380782[_0xb28a2(0x116)]()[_0xb28a2(0x117)](_0x17ca18=>{_0x59a184(_0x17ca18);}),_0x851803;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1b83(_0x1e0c40,_0x396340){const _0x1d8089=_0x1d80();return _0x1b83=function(_0x1b83b5,_0x6e6d68){_0x1b83b5=_0x1b83b5-0x1ab;let _0x819c76=_0x1d8089[_0x1b83b5];return _0x819c76;},_0x1b83(_0x1e0c40,_0x396340);}function _0x1d80(){const _0x95d140=['3110451CPOfUh','cloneNode','node','documentContextContent','history','getOperations','1377TwjbcW','getDiff','marker','removed','getDocumentContext','267QOeomQ','type','document','2496xYXEex','content','13111RbOkdJ','operationsA','shift','1306690tRWkjd','236036FSjEcL','40XHgepK','6306rkhMVf','map','2814YIjsHT','anchorId','oldRange','data-id','getRange','filter','version','length','markers','name','previousSibling','new','model','get','382970LkSsRV'];_0x1d80=function(){return _0x95d140;};return _0x1d80();}(function(_0x1bd7cb,_0x396f0b){const _0x231e1e=_0x1b83,_0x58a3a6=_0x1bd7cb();while(!![]){try{const _0x234338=-parseInt(_0x231e1e(0x1c5))/0x1*(parseInt(_0x231e1e(0x1d0))/0x2)+parseInt(_0x231e1e(0x1ba))/0x3+parseInt(_0x231e1e(0x1ce))/0x4+-parseInt(_0x231e1e(0x1b9))/0x5+parseInt(_0x231e1e(0x1ab))/0x6*(parseInt(_0x231e1e(0x1ca))/0x7)+parseInt(_0x231e1e(0x1c8))/0x8*(-parseInt(_0x231e1e(0x1c0))/0x9)+-parseInt(_0x231e1e(0x1cf))/0xa*(parseInt(_0x231e1e(0x1cd))/0xb);if(_0x234338===_0x396f0b)break;else _0x58a3a6['push'](_0x58a3a6['shift']());}catch(_0x2bb8d6){_0x58a3a6['push'](_0x58a3a6['shift']());}}}(_0x1d80,0x821ba));import{transformOperationSets as _0x532827}from'ckeditor5/src/engine.js';import{append as _0x18bc01,findByAttribute as _0x3a8ca0,prependChild as _0x48cc39,removeElement as _0x5ab519,serialize as _0x35371e}from'./htmlparser.js';export function getOperationsFromReply({editor:_0xc09868,interaction:_0x4e1054,reply:_0x11baaa,groups:_0x1175d5,transform:_0x5bedfd,documentCompare:_0x501252,documentCompareOptions:_0x131139}){const _0x512d55=_0x1b83,_0x57fd51=_0x4e1054[_0x512d55(0x1c4)]();if(!_0x57fd51)return[];const _0x3cf43b=_0x57fd51[_0x512d55(0x1c9)],_0x264be8=_0x57fd51[_0x512d55(0x1b1)],_0x19f22d=_0x11baaa[_0x512d55(0x1bd)][_0x512d55(0x1bb)](!0x0);for(const {changes:_0x580d04}of _0x1175d5){const _0x202e84=_0x580d04[_0x512d55(0x1b0)](_0x2cf715=>_0x512d55(0x1b6)!=_0x2cf715[_0x512d55(0x1c6)])[_0x512d55(0x1d1)](_0x4f6334=>_0x3a8ca0(_0x512d55(0x1ae),_0x4f6334['id'],_0x19f22d)),_0x2f7ece=_0x580d04[_0x512d55(0x1b0)](_0x3a4c1f=>_0x512d55(0x1c3)!=_0x3a4c1f[_0x512d55(0x1c6)])[_0x512d55(0x1d1)](_0x40f348=>_0x40f348[_0x512d55(0x1bc)][_0x512d55(0x1bb)](!0x0));let _0x18118c=null;if(_0x202e84[_0x512d55(0x1b2)]){_0x18118c=_0x202e84[0x0][_0x512d55(0x1b5)];for(let _0x4dbb92=0x0;_0x4dbb92<_0x202e84[_0x512d55(0x1b2)];_0x4dbb92++)_0x5ab519(_0x202e84[_0x4dbb92]);}if(_0x2f7ece[_0x512d55(0x1b2)]){_0x18118c||(_0x580d04[0x0][_0x512d55(0x1ac)]?_0x18118c=_0x3a8ca0(_0x512d55(0x1ae),_0x580d04[0x0][_0x512d55(0x1ac)],_0x19f22d):(_0x18118c=_0x2f7ece[_0x512d55(0x1cc)](),_0x48cc39(_0x19f22d,_0x18118c)));for(let _0x146274=0x0;_0x146274<_0x2f7ece[_0x512d55(0x1b2)];_0x146274++)_0x18bc01(_0x18118c,_0x2f7ece[_0x146274]),_0x18118c=_0x2f7ece[_0x146274];}}const _0x3488ad=_0x35371e(_0x19f22d),_0x4fac2f=_0x501252[_0x512d55(0x1c1)](_0x3cf43b,_0x3488ad,_0x131139)[_0x512d55(0x1bf)]();if(_0x5bedfd){const _0x5cc88e=_0xc09868[_0x512d55(0x1b7)][_0x512d55(0x1c7)][_0x512d55(0x1be)][_0x512d55(0x1bf)](_0x264be8),_0x1d3bab={'document':_0xc09868[_0x512d55(0x1b7)][_0x512d55(0x1c7)],'useRelations':!0x1,'padWithNoOps':!0x1};return _0x532827(_0x4fac2f,_0x5cc88e,_0x1d3bab)[_0x512d55(0x1cb)];}return _0x4fac2f;}export function fixMarkerOperationOldRange(_0x273b9f,_0x4edf6c){const _0x179e0e=_0x1b83;if(_0x179e0e(0x1c2)!=_0x4edf6c[_0x179e0e(0x1c6)])return;const _0x2de9de=_0x273b9f[_0x179e0e(0x1b7)][_0x179e0e(0x1b3)][_0x179e0e(0x1b8)](_0x4edf6c[_0x179e0e(0x1b4)]);_0x2de9de&&(_0x4edf6c[_0x179e0e(0x1ad)]=_0x2de9de[_0x179e0e(0x1af)]());}
23
+ (function(_0x49b864,_0x503984){const _0x3abd33=_0xb889,_0x11af4b=_0x49b864();while(!![]){try{const _0x3970da=parseInt(_0x3abd33(0x1d0))/0x1+-parseInt(_0x3abd33(0x1de))/0x2*(-parseInt(_0x3abd33(0x1e7))/0x3)+parseInt(_0x3abd33(0x1c6))/0x4+-parseInt(_0x3abd33(0x1e5))/0x5+parseInt(_0x3abd33(0x1e2))/0x6*(parseInt(_0x3abd33(0x1e3))/0x7)+parseInt(_0x3abd33(0x1cf))/0x8*(-parseInt(_0x3abd33(0x1e6))/0x9)+parseInt(_0x3abd33(0x1e4))/0xa*(parseInt(_0x3abd33(0x1c9))/0xb);if(_0x3970da===_0x503984)break;else _0x11af4b['push'](_0x11af4b['shift']());}catch(_0x2165c9){_0x11af4b['push'](_0x11af4b['shift']());}}}(_0x8070,0x8bf2a));function _0xb889(_0x40b1b7,_0xa0ec22){const _0x807028=_0x8070();return _0xb889=function(_0xb889b4,_0x5d5632){_0xb889b4=_0xb889b4-0x1c3;let _0x15bfe7=_0x807028[_0xb889b4];return _0x15bfe7;},_0xb889(_0x40b1b7,_0xa0ec22);}function _0x8070(){const _0x540b87=['6CQlDuR','1419243Tdyjvc','810JwpGkh','2464730YNgUqV','1629PgbALL','1137lpetwb','model','document','filter','version','history','689196uihlzg','marker','new','25982DvThQH','getDiff','cloneNode','documentContextContent','operationsA','shift','31128KORstM','729565yyKTmg','get','previousSibling','content','node','getDocumentContext','name','markers','removed','getRange','getOperations','map','oldRange','data-id','2504rJgUpW','type','length','anchorId'];_0x8070=function(){return _0x540b87;};return _0x8070();}import{transformOperationSets as _0x1a8387}from'ckeditor5/src/engine.js';import{append as _0x277922,findByAttribute as _0x37dea1,prependChild as _0x4adf12,removeElement as _0x1242be,serialize as _0x4a3796}from'./htmlparser.js';export function getOperationsFromReply({editor:_0x129f5c,interaction:_0x3bf6a6,reply:_0x226e0e,groups:_0x5ef4f9,transform:_0x4efee9,documentCompare:_0x525212,documentCompareOptions:_0x34840b}){const _0x26c771=_0xb889,_0x405eca=_0x3bf6a6[_0x26c771(0x1d5)]();if(!_0x405eca)return[];const _0x55549f=_0x405eca[_0x26c771(0x1d3)],_0x1f79cf=_0x405eca[_0x26c771(0x1c4)],_0x4b063f=_0x226e0e[_0x26c771(0x1cc)][_0x26c771(0x1cb)](!0x0);for(const {changes:_0x866aba}of _0x5ef4f9){const _0x52db5f=_0x866aba[_0x26c771(0x1c3)](_0x39f9e5=>_0x26c771(0x1c8)!=_0x39f9e5[_0x26c771(0x1df)])[_0x26c771(0x1db)](_0x5bb28d=>_0x37dea1(_0x26c771(0x1dd),_0x5bb28d['id'],_0x4b063f)),_0x3873ac=_0x866aba[_0x26c771(0x1c3)](_0x2b897b=>_0x26c771(0x1d8)!=_0x2b897b[_0x26c771(0x1df)])[_0x26c771(0x1db)](_0x4c9d2=>_0x4c9d2[_0x26c771(0x1d4)][_0x26c771(0x1cb)](!0x0));let _0x27d79c=null;if(_0x52db5f[_0x26c771(0x1e0)]){_0x27d79c=_0x52db5f[0x0][_0x26c771(0x1d2)];for(let _0x5d2abd=0x0;_0x5d2abd<_0x52db5f[_0x26c771(0x1e0)];_0x5d2abd++)_0x1242be(_0x52db5f[_0x5d2abd]);}if(_0x3873ac[_0x26c771(0x1e0)]){_0x27d79c||(_0x866aba[0x0][_0x26c771(0x1e1)]?_0x27d79c=_0x37dea1(_0x26c771(0x1dd),_0x866aba[0x0][_0x26c771(0x1e1)],_0x4b063f):(_0x27d79c=_0x3873ac[_0x26c771(0x1ce)](),_0x4adf12(_0x4b063f,_0x27d79c)));for(let _0x171a30=0x0;_0x171a30<_0x3873ac[_0x26c771(0x1e0)];_0x171a30++)_0x277922(_0x27d79c,_0x3873ac[_0x171a30]),_0x27d79c=_0x3873ac[_0x171a30];}}const _0x2f0461=_0x4a3796(_0x4b063f),_0x156738=_0x525212[_0x26c771(0x1ca)](_0x55549f,_0x2f0461,_0x34840b)[_0x26c771(0x1da)]();if(_0x4efee9){const _0x3f4330=_0x129f5c[_0x26c771(0x1e8)][_0x26c771(0x1e9)][_0x26c771(0x1c5)][_0x26c771(0x1da)](_0x1f79cf),_0x2b512c={'document':_0x129f5c[_0x26c771(0x1e8)][_0x26c771(0x1e9)],'useRelations':!0x1,'padWithNoOps':!0x1};return _0x1a8387(_0x156738,_0x3f4330,_0x2b512c)[_0x26c771(0x1cd)];}return _0x156738;}export function fixMarkerOperationOldRange(_0x41151d,_0x279589){const _0x51b24b=_0xb889;if(_0x51b24b(0x1c7)!=_0x279589[_0x51b24b(0x1df)])return;const _0x2323ea=_0x41151d[_0x51b24b(0x1e8)][_0x51b24b(0x1d7)][_0x51b24b(0x1d1)](_0x279589[_0x51b24b(0x1d6)]);_0x2323ea&&(_0x279589[_0x51b24b(0x1dc)]=_0x2323ea[_0x51b24b(0x1d9)]());}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x4bf025,_0x56534b){const _0x350909=_0x2b1f,_0x64982=_0x4bf025();while(!![]){try{const _0x4d3c46=-parseInt(_0x350909(0x227))/0x1+parseInt(_0x350909(0x214))/0x2*(-parseInt(_0x350909(0x22c))/0x3)+parseInt(_0x350909(0x1e2))/0x4*(-parseInt(_0x350909(0x20c))/0x5)+parseInt(_0x350909(0x21b))/0x6+-parseInt(_0x350909(0x1ff))/0x7+-parseInt(_0x350909(0x230))/0x8*(parseInt(_0x350909(0x24e))/0x9)+-parseInt(_0x350909(0x24d))/0xa*(-parseInt(_0x350909(0x1fd))/0xb);if(_0x4d3c46===_0x56534b)break;else _0x64982['push'](_0x64982['shift']());}catch(_0x37e6e9){_0x64982['push'](_0x64982['shift']());}}}(_0x2063,0x64aa7));import{findOne as _0x13d1b1,getAttribute as _0x5d81e9,Document as _0xe5beac,serialize as _0xd388e4,parse as _0x192eed}from'./htmlparser.js';import{fixElementSuggestionRange as _0x2126ed}from'ckeditor5-collaboration/src/collaboration-core.js';import{ModelRange as _0x24b15b,_DetachOperation as _0x3f0727,_removeFromModelNodeList as _0x232a5a,_insertIntoModelNodeList as _0x2e0797}from'ckeditor5/src/engine.js';function _0x2b1f(_0x57ff68,_0x55da37){const _0x2063f0=_0x2063();return _0x2b1f=function(_0x2b1fa5,_0x37a962){_0x2b1fa5=_0x2b1fa5-0x1e2;let _0x9e6278=_0x2063f0[_0x2b1fa5];return _0x9e6278;},_0x2b1f(_0x57ff68,_0x55da37);}import{uid as _0x30176e}from'ckeditor5/src/utils.js';export function getSuggestionPartsFromReply({editor:_0x351ce0,changeGroups:_0x543889,documentContextContent:_0x35a98f,showDiff:_0x530d69,trimUnchanged:_0x7cfb6b=!0x0}){const _0x1e87c5=_0x2b1f;return _0x543889[_0x1e87c5(0x235)](_0x3f03fa=>{const _0x57010e=_0x1e87c5,_0x5a1ee3=new _0xe5beac([]),_0x50e91b=new _0xe5beac([]);for(const _0x42cb0d of _0x3f03fa[_0x57010e(0x207)])if(_0x530d69&&_0x57010e(0x205)==_0x42cb0d[_0x57010e(0x248)]||_0x50e91b[_0x57010e(0x20d)][_0x57010e(0x215)](_0x42cb0d[_0x57010e(0x1f5)][_0x57010e(0x20f)](!0x0)),_0x57010e(0x22b)!=_0x42cb0d[_0x57010e(0x248)]&&(_0x530d69||_0x57010e(0x205)!=_0x42cb0d[_0x57010e(0x248)])){const _0x4870b4=_0x13d1b1(_0x2d6574=>_0x5d81e9(_0x2d6574,_0x57010e(0x1e7))==_0x42cb0d['id'],_0x35a98f,!0x0);_0x4870b4&&_0x5a1ee3[_0x57010e(0x20d)][_0x57010e(0x215)](_0x4870b4[_0x57010e(0x20f)](!0x0));}const {content:_0x5eade1,hasChanges:_0x5ab77b}=function(_0x2520d7,_0x260b25,_0x49696b,_0x3b8769,_0x253971=!0x0){const _0x11b366=_0x57010e,_0x42a323=_0x2520d7[_0x11b366(0x1f6)][_0x11b366(0x23d)](_0x11b366(0x237)),_0x487281=_0xd388e4(_0x260b25),_0x591253=_0xd388e4(_0x49696b),_0x552f53=_0x2520d7[_0x11b366(0x1eb)][_0x11b366(0x1f3)](_0x487281,_0x11b366(0x21c)),_0x674a22=_0x2520d7[_0x11b366(0x220)][_0x11b366(0x1e4)](_0x552f53,0x0),_0x1184d3=_0x42a323[_0x11b366(0x213)](_0x487281,_0x591253,{'anchor':_0x674a22,'markDeletions':_0x3b8769}),_0x1cc017=_0x1184d3[_0x11b366(0x216)]();if(0x0==_0x1cc017[_0x11b366(0x22e)])return{'content':_0x260b25[_0x11b366(0x20f)](!0x0),'hasChanges':!0x1};_0x3b8769?function(_0x48583b,_0x1b8bac,_0x338a60){const _0x52ef9a=_0x11b366;if(0x0==_0x48583b[_0x52ef9a(0x22e)])return;const _0x422465=_0x338a60[_0x52ef9a(0x1f6)][_0x52ef9a(0x23d)](_0x52ef9a(0x237)),_0x32a244=_0x338a60[_0x52ef9a(0x1f6)][_0x52ef9a(0x23d)](_0x52ef9a(0x203));_0x338a60[_0x52ef9a(0x220)][_0x52ef9a(0x240)](_0x52b112=>{const _0x951ca3=_0x52ef9a,_0x1f5f54=new Set();for(let _0x3f04d5=0x0;_0x3f04d5<_0x48583b[_0x951ca3(0x22e)];_0x3f04d5++){const _0x1ced65=_0x48583b[_0x3f04d5];if(_0x1ced65[_0x951ca3(0x217)]=null,_0x1ced65[_0x951ca3(0x1e9)]=!0x1,_0x422465[_0x951ca3(0x1f4)](_0x1ced65)){const _0x32d45c=_0x2126ed(_0x1ced65[_0x951ca3(0x252)],_0x338a60[_0x951ca3(0x220)]),_0x3d5ca1=_0x951ca3(0x1f0)+_0x30176e()+_0x951ca3(0x255);_0x1b8bac[_0x951ca3(0x256)][_0x951ca3(0x23f)](_0x3d5ca1,_0x32d45c);}else switch(_0x1ced65[_0x951ca3(0x248)]){case _0x951ca3(0x1f1):{if(_0x1ced65[_0x951ca3(0x1f7)]==_0x1ced65[_0x951ca3(0x1ef)])break;_0x52b112[_0x951ca3(0x257)][_0x951ca3(0x250)](_0x1ced65),_0x338a60[_0x951ca3(0x220)][_0x951ca3(0x254)](_0x1ced65);const _0x377591=_0x951ca3(0x20b),_0xdb3c43=_0x1ced65[_0x951ca3(0x221)],_0x536c04=_0x338a60[_0x951ca3(0x220)][_0x951ca3(0x204)](_0xdb3c43,_0x338a60[_0x951ca3(0x220)][_0x951ca3(0x1e4)](_0xdb3c43[_0x951ca3(0x21e)],_0x951ca3(0x1f8))),_0x2d5355=_0x951ca3(0x241)+_0x377591+':'+_0x30176e()+_0x951ca3(0x255);_0x1b8bac[_0x951ca3(0x256)][_0x951ca3(0x23f)](_0x2d5355,_0x536c04);break;}case _0x951ca3(0x226):case _0x951ca3(0x1ed):case _0x951ca3(0x253):{if(_0x1ced65[_0x951ca3(0x251)]==_0x1ced65[_0x951ca3(0x24f)])break;_0x52b112[_0x951ca3(0x257)][_0x951ca3(0x250)](_0x1ced65),_0x338a60[_0x951ca3(0x220)][_0x951ca3(0x254)](_0x1ced65);const _0x38ff54=_0x1ced65[_0x951ca3(0x1e5)];if(!_0x32a244[_0x951ca3(0x23c)](_0x38ff54))break;const _0x864334=_0x2126ed(_0x1ced65[_0x951ca3(0x1fb)],_0x338a60[_0x951ca3(0x220)]),_0x351ee3=_0x951ca3(0x241)+_0x38ff54+':'+_0x30176e()+_0x951ca3(0x255);_0x1b8bac[_0x951ca3(0x256)][_0x951ca3(0x23f)](_0x351ee3,_0x864334);break;}case _0x951ca3(0x219):{_0x52b112[_0x951ca3(0x257)][_0x951ca3(0x250)](_0x1ced65),_0x338a60[_0x951ca3(0x220)][_0x951ca3(0x254)](_0x1ced65);if(_0x48583b[_0x3f04d5+0x1]&&_0x951ca3(0x247)==_0x48583b[_0x3f04d5+0x1][_0x951ca3(0x248)]){no(_0x1b8bac,_0x1ced65);break;}const _0x2a8d90=_0x1ced65[_0x951ca3(0x221)],_0x5ae369=_0x1ced65[_0x951ca3(0x1e8)],_0x5658a2=_0x2126ed(_0x338a60[_0x951ca3(0x220)][_0x951ca3(0x204)](_0x2a8d90,_0x2a8d90[_0x951ca3(0x234)](_0x5ae369)),_0x338a60[_0x951ca3(0x220)]),_0x477642=_0x951ca3(0x200)+_0x30176e()+_0x951ca3(0x255);_0x1b8bac[_0x951ca3(0x256)][_0x951ca3(0x23f)](_0x477642,_0x5658a2);break;}case _0x951ca3(0x208):{_0x52b112[_0x951ca3(0x257)][_0x951ca3(0x250)](_0x1ced65),_0x338a60[_0x951ca3(0x220)][_0x951ca3(0x254)](_0x1ced65);const _0x172044=_0x1ced65[_0x951ca3(0x21a)],_0x25f181=_0x1ced65[_0x951ca3(0x1ee)],_0x42fe35=_0x338a60[_0x951ca3(0x220)][_0x951ca3(0x204)](_0x172044,_0x25f181),_0x4d50d2=_0x951ca3(0x200)+_0x30176e()+_0x951ca3(0x255);_0x1b8bac[_0x951ca3(0x256)][_0x951ca3(0x23f)](_0x4d50d2,_0x42fe35);break;}case _0x951ca3(0x247):{_0x52b112[_0x951ca3(0x257)][_0x951ca3(0x250)](_0x1ced65),_0x338a60[_0x951ca3(0x220)][_0x951ca3(0x254)](_0x1ced65),_0x48583b[_0x3f04d5-0x1]&&_0x951ca3(0x219)==_0x48583b[_0x3f04d5-0x1][_0x951ca3(0x248)]&&no(_0x1b8bac,_0x1ced65);const _0x43f419=_0x1ced65[_0x951ca3(0x1ea)](),_0x5280c7=_0x1ced65[_0x951ca3(0x1e8)];for(let _0x40ef23=0x0;_0x40ef23<_0x5280c7;_0x40ef23++){const _0x839ac6=_0x43f419[_0x951ca3(0x234)](_0x40ef23)[_0x951ca3(0x21e)];_0x1f5f54[_0x951ca3(0x228)](_0x839ac6);}break;}case _0x951ca3(0x201):{const _0x929cd5=_0x1ced65[_0x951ca3(0x1ec)],_0x161c5b=_0x1ced65[_0x951ca3(0x1e8)],_0x1cb271=new _0x3f0727(_0x929cd5,_0x161c5b);_0x52b112[_0x951ca3(0x257)][_0x951ca3(0x250)](_0x1cb271),_0x338a60[_0x951ca3(0x220)][_0x951ca3(0x254)](_0x1cb271);break;}}}for(const _0x346255 of _0x1f5f54){const _0x5518ff=_0x338a60[_0x951ca3(0x220)][_0x951ca3(0x210)](_0x346255),_0x245c77=_0x951ca3(0x224)+_0x30176e()+_0x951ca3(0x255);_0x1b8bac[_0x951ca3(0x256)][_0x951ca3(0x23f)](_0x245c77,_0x2126ed(_0x5518ff,_0x338a60[_0x951ca3(0x220)]));}});}(_0x1cc017,_0x552f53,_0x2520d7):_0x2520d7[_0x11b366(0x220)][_0x11b366(0x240)](_0x3f0c99=>{const _0xc7a43=_0x11b366;for(const _0x56dda4 of _0x1cc017)if(_0xc7a43(0x201)==_0x56dda4[_0xc7a43(0x248)]){const _0x4aa4a0=_0x56dda4[_0xc7a43(0x1ec)],_0x44fc3c=_0x56dda4[_0xc7a43(0x1e8)],_0x5529a6=new _0x3f0727(_0x4aa4a0,_0x44fc3c);_0x3f0c99[_0xc7a43(0x257)][_0xc7a43(0x250)](_0x5529a6),_0x2520d7[_0xc7a43(0x220)][_0xc7a43(0x254)](_0x5529a6);}else{if(_0xc7a43(0x246)==_0x56dda4[_0xc7a43(0x248)]){const _0x3e9990=_0x56dda4[_0xc7a43(0x23a)],_0x529c73=_0x56dda4[_0xc7a43(0x252)];null!==_0x529c73?_0x552f53[_0xc7a43(0x256)][_0xc7a43(0x23f)](_0x3e9990,_0x529c73):_0x552f53[_0xc7a43(0x256)][_0xc7a43(0x211)](_0x3e9990);}else _0x56dda4[_0xc7a43(0x217)]=null,_0x56dda4[_0xc7a43(0x1e9)]=!0x1,_0x3f0c99[_0xc7a43(0x257)][_0xc7a43(0x250)](_0x56dda4),_0x2520d7[_0xc7a43(0x220)][_0xc7a43(0x254)](_0x56dda4);}});if(_0x253971){const _0x4c43a5=getMinimalSelection(_0x2520d7,_0x1cc017,_0x552f53);expandSelectionWithContext(_0x2520d7[_0x11b366(0x220)],_0x4c43a5),function(_0x42b573,_0x199704){const _0x115c6f=_0x11b366,_0x123a3a=_0x199704[_0x115c6f(0x23e)]()[_0x115c6f(0x1f9)];let _0x1e7008=_0x199704[_0x115c6f(0x23e)]()[_0x115c6f(0x1f8)];const _0x2a10c6=_0x123a3a[_0x115c6f(0x225)];(_0x1e7008[_0x115c6f(0x218)]||_0x1e7008[_0x115c6f(0x21e)]&&_0x1e7008[_0x115c6f(0x21e)]['is'](_0x115c6f(0x239)))&&(_0x2e0797(_0x1e7008,_0x115c6f(0x23b)),_0x1e7008=_0x1e7008[_0x115c6f(0x234)](0x3)),(_0x123a3a[_0x115c6f(0x218)]||_0x123a3a[_0x115c6f(0x209)]&&_0x123a3a[_0x115c6f(0x209)]['is'](_0x115c6f(0x239)))&&(_0x2e0797(_0x123a3a,_0x115c6f(0x23b)),function(_0x404b64,_0x200634,_0x188bec){const _0x391384=_0x115c6f;for(let [_0x162533,_0x1cdd7e]of _0x404b64[_0x391384(0x256)]){const _0x17de7b=_0x1cdd7e[_0x391384(0x1fe)](_0x200634,_0x188bec,!0x1);_0x1cdd7e=_0x17de7b[0x0],_0x404b64[_0x391384(0x256)][_0x391384(0x23f)](_0x162533,_0x1cdd7e);}}(_0x2a10c6,_0x123a3a,0x3),_0x123a3a[_0x115c6f(0x24c)]==_0x1e7008[_0x115c6f(0x24c)]&&(_0x1e7008=_0x1e7008[_0x115c6f(0x234)](0x3)));const _0x2d9d00=_0x42b573[_0x115c6f(0x204)](_0x42b573[_0x115c6f(0x1e4)](_0x2a10c6,0x0),_0x123a3a),_0x181a56=_0x42b573[_0x115c6f(0x204)](_0x1e7008,_0x42b573[_0x115c6f(0x1e4)](_0x2a10c6,_0x115c6f(0x1f8))),_0x40c69a=[..._0x2d9d00[_0x115c6f(0x223)](),..._0x181a56[_0x115c6f(0x223)]()];_0x40c69a[_0x115c6f(0x22d)]();for(const _0x21ba9e of _0x40c69a)_0x232a5a(_0x21ba9e),_transformMarkersByDeletion(_0x2a10c6,_0x21ba9e);}(_0x2520d7[_0x11b366(0x220)],_0x4c43a5);}const _0x4aee6b=_0x2520d7[_0x11b366(0x1eb)][_0x11b366(0x249)](_0x552f53,{'showSuggestionHighlights':!0x0});return{'content':_0x192eed(_0x4aee6b),'hasChanges':!0x0};}(_0x351ce0,_0x5a1ee3,_0x50e91b,_0x530d69,_0x7cfb6b);return{'type':_0x3f03fa[_0x57010e(0x207)][0x0][_0x57010e(0x248)],'index':_0x3f03fa[_0x57010e(0x1e6)],'content':_0x5eade1,'hasChanges':_0x5ab77b};});}function _0x2063(){const _0x45afdf=['nodeBefore','stickiness','$elementName','3255bRqDyf','children','createPositionFromPath','cloneNode','createRangeOn','delete','merge','getDiff','248510ywefQb','push','getOperations','baseVersion','textNode','insert','splitPosition','1638114TOWzNM','$root','setTo','nodeAfter','element','model','position','forward','getMinimalFlatRanges','suggestion:formatBlock:$fakeWrap:','root','addAttribute','78606OozKIX','add','isObject','targetPosition','new','3StOjfQ','reverse','length','isAfter','118696dQSfpZ','toNone','POSITIVE_INFINITY','word','getShiftedBy','map','createSelection','DocumentCompare','isBlock','$text','name','...','isRegisteredAttribute','get','getFirstRange','set','change','suggestion:attribute:','_getTransformedByDeletion','slice','offset','_createFromRanges','marker','move','type','stringify','clone','modifySelection','parent','6732030sCrbmZ','261ggKzin','newValue','addOperation','oldValue','newRange','changeAttribute','applyOperation',':$aiSuggestion','markers','batch','4220trQPXt','isBefore','createPositionAt','key','index','data-id','howMany','isDocumentOperation','getMovedRangeStart','data','sourcePosition','removeAttribute','moveTargetPosition','newName','suggestion:deletion:','rename','getTransformedByOperation','parse','isMarkedRemoveOperation','node','plugins','oldName','end','start','focus','range','backward','33hiiEko','_getTransformedByInsertion','3922534vKBgRD','suggestion:insertion:','remove','path','SuggestionsConversion','createRange','removed','schema','changes','split'];_0x2063=function(){return _0x45afdf;};return _0x2063();}function no(_0x190f5a,_0x4e070b){const _0x5a8420=_0x2b1f;for(const [_0x2fe9b1,_0x2ee7ed]of _0x190f5a[_0x5a8420(0x256)]){const _0xea0ed8=_0x24b15b[_0x5a8420(0x245)](_0x2ee7ed[_0x5a8420(0x1f2)](_0x4e070b));_0x190f5a[_0x5a8420(0x256)][_0x5a8420(0x23f)](_0x2fe9b1,_0xea0ed8);}}export function getMinimalSelection(_0x28b12f,_0x4dd40e,_0x55dd9a){const _0x2dd9e8=_0x2b1f,_0x1ca43e=_0x28b12f[_0x2dd9e8(0x1f6)][_0x2dd9e8(0x23d)](_0x2dd9e8(0x237));let _0x29b50e=_0x28b12f[_0x2dd9e8(0x220)][_0x2dd9e8(0x1e4)](_0x55dd9a,Number[_0x2dd9e8(0x232)]),_0x44202d=_0x28b12f[_0x2dd9e8(0x220)][_0x2dd9e8(0x1e4)](_0x55dd9a,0x0);for(const _0x10611a of _0x4dd40e){let _0x5caad2,_0x4417f3;if(_0x1ca43e[_0x2dd9e8(0x1f4)](_0x10611a))_0x5caad2=_0x10611a[_0x2dd9e8(0x252)][_0x2dd9e8(0x1f9)],_0x4417f3=_0x10611a[_0x2dd9e8(0x252)][_0x2dd9e8(0x1f8)];else switch(_0x29b50e=_0x29b50e[_0x2dd9e8(0x1f2)](_0x10611a),_0x44202d=_0x44202d[_0x2dd9e8(0x1f2)](_0x10611a),_0x10611a[_0x2dd9e8(0x248)]){case _0x2dd9e8(0x1f1):_0x5caad2=_0x10611a[_0x2dd9e8(0x221)],_0x4417f3=_0x5caad2[_0x2dd9e8(0x234)](0x1);break;case _0x2dd9e8(0x226):case _0x2dd9e8(0x1ed):case _0x2dd9e8(0x253):_0x5caad2=_0x10611a[_0x2dd9e8(0x1fb)][_0x2dd9e8(0x1f9)],_0x4417f3=_0x10611a[_0x2dd9e8(0x1fb)][_0x2dd9e8(0x1f8)];break;case _0x2dd9e8(0x219):_0x5caad2=_0x10611a[_0x2dd9e8(0x221)],_0x4417f3=_0x5caad2[_0x2dd9e8(0x234)](_0x10611a[_0x2dd9e8(0x1e8)]);break;case _0x2dd9e8(0x208):_0x5caad2=_0x10611a[_0x2dd9e8(0x21a)],_0x4417f3=_0x10611a[_0x2dd9e8(0x1ee)];break;case _0x2dd9e8(0x212):{const _0x338cd8=_0x10611a[_0x2dd9e8(0x22a)][_0x2dd9e8(0x202)][_0x2dd9e8(0x243)](0x0,-0x1);_0x5caad2=_0x28b12f[_0x2dd9e8(0x220)][_0x2dd9e8(0x20e)](_0x55dd9a,_0x338cd8),_0x4417f3=_0x5caad2[_0x2dd9e8(0x234)](0x1);break;}case _0x2dd9e8(0x201):{const _0x13ac46=_0x10611a[_0x2dd9e8(0x1e8)],_0x1fdbb0=_0x10611a[_0x2dd9e8(0x1ec)][_0x2dd9e8(0x1fe)](_0x10611a[_0x2dd9e8(0x22a)],_0x13ac46),_0x52e92a=_0x10611a[_0x2dd9e8(0x1ea)]();_0x2dd9e8(0x201)==_0x10611a[_0x2dd9e8(0x248)]?(_0x5caad2=_0x1fdbb0,_0x4417f3=_0x1fdbb0):(_0x5caad2=_0x52e92a,_0x4417f3=_0x52e92a[_0x2dd9e8(0x234)](_0x13ac46));break;}}_0x5caad2&&_0x5caad2[_0x2dd9e8(0x1e3)](_0x29b50e)&&(_0x29b50e=_0x5caad2[_0x2dd9e8(0x24a)](),_0x29b50e[_0x2dd9e8(0x20a)]=_0x2dd9e8(0x231)),_0x4417f3&&_0x4417f3[_0x2dd9e8(0x22f)](_0x44202d)&&(_0x44202d=_0x4417f3[_0x2dd9e8(0x24a)](),_0x44202d[_0x2dd9e8(0x20a)]=_0x2dd9e8(0x231));}return _0x28b12f[_0x2dd9e8(0x220)][_0x2dd9e8(0x236)](_0x28b12f[_0x2dd9e8(0x220)][_0x2dd9e8(0x204)](_0x29b50e,_0x44202d));}export function expandSelectionWithContext(_0x13c312,_0x66dd37){const _0x392759=_0x2b1f;ro(_0x13c312,_0x66dd37,_0x392759(0x222));const _0x5d6471=_0x66dd37[_0x392759(0x23e)]();_0x66dd37[_0x392759(0x21d)]([]),_0x66dd37[_0x392759(0x21d)](_0x5d6471,{'backward':!0x0}),ro(_0x13c312,_0x66dd37,_0x392759(0x1fc));}function ro(_0x3b3f29,_0x49b223,_0x3f403e){const _0x2eb309=_0x2b1f;let _0x3dce08=0x14;for(;_0x3dce08;){_0x3b3f29[_0x2eb309(0x24b)](_0x49b223,{'unit':_0x2eb309(0x233),'direction':_0x3f403e}),_0x3dce08--;const _0x1c3dcf=_0x49b223[_0x2eb309(0x1fa)][_0x2eb309(0x222)==_0x3f403e?_0x2eb309(0x209):_0x2eb309(0x21e)];if(_0x1c3dcf&&_0x1c3dcf['is'](_0x2eb309(0x21f))&&_0x3b3f29[_0x2eb309(0x206)][_0x2eb309(0x238)](_0x1c3dcf)&&_0x3b3f29[_0x2eb309(0x206)][_0x2eb309(0x229)](_0x1c3dcf))break;}}export function _transformMarkersByDeletion(_0x47a5ee,_0x5daea1){const _0x1118e2=_0x2b1f;for(const [_0x53cf30,_0x4354b8]of _0x47a5ee[_0x1118e2(0x256)]){const _0x240c51=_0x4354b8[_0x1118e2(0x242)](_0x5daea1[_0x1118e2(0x1f9)],_0x5daea1[_0x1118e2(0x1f8)][_0x1118e2(0x244)]-_0x5daea1[_0x1118e2(0x1f9)][_0x1118e2(0x244)]);null!=_0x240c51?_0x47a5ee[_0x1118e2(0x256)][_0x1118e2(0x23f)](_0x53cf30,_0x240c51):_0x47a5ee[_0x1118e2(0x256)][_0x1118e2(0x211)](_0x53cf30);}}
23
+ (function(_0x4e7d85,_0x465def){const _0x4eb958=_0x708b,_0x2a3828=_0x4e7d85();while(!![]){try{const _0x4b289b=parseInt(_0x4eb958(0x1fb))/0x1*(parseInt(_0x4eb958(0x205))/0x2)+-parseInt(_0x4eb958(0x1f4))/0x3*(-parseInt(_0x4eb958(0x22a))/0x4)+-parseInt(_0x4eb958(0x235))/0x5*(-parseInt(_0x4eb958(0x249))/0x6)+-parseInt(_0x4eb958(0x210))/0x7+-parseInt(_0x4eb958(0x213))/0x8*(-parseInt(_0x4eb958(0x25d))/0x9)+parseInt(_0x4eb958(0x20c))/0xa+-parseInt(_0x4eb958(0x207))/0xb*(parseInt(_0x4eb958(0x1f3))/0xc);if(_0x4b289b===_0x465def)break;else _0x2a3828['push'](_0x2a3828['shift']());}catch(_0x3e824a){_0x2a3828['push'](_0x2a3828['shift']());}}}(_0x5754,0x72ea4));import{findOne as _0x55bb0c,getAttribute as _0x272648,Document as _0x4e0315,serialize as _0x2614c7,parse as _0x8c35c6}from'./htmlparser.js';import{fixElementSuggestionRange as _0x3b0718}from'ckeditor5-collaboration/src/collaboration-core.js';import{ModelRange as _0x2b1de9,_DetachOperation as _0x2f7019,_removeFromModelNodeList as _0x30bdc5,_insertIntoModelNodeList as _0x1fad71}from'ckeditor5/src/engine.js';import{uid as _0x3800ef}from'ckeditor5/src/utils.js';export function getSuggestionPartsFromReply({editor:_0x24099c,changeGroups:_0x1638fd,documentContextContent:_0x5e3ac9,showDiff:_0x287b28,trimUnchanged:_0x594f9b=!0x0}){const _0x2d5242=_0x708b;return _0x1638fd[_0x2d5242(0x24d)](_0x43f1b9=>{const _0x118831=_0x2d5242,_0x4d1860=new _0x4e0315([]),_0xf4a8ce=new _0x4e0315([]);for(const _0x12626e of _0x43f1b9[_0x118831(0x224)])if(_0x287b28&&_0x118831(0x260)==_0x12626e[_0x118831(0x22e)]||_0xf4a8ce[_0x118831(0x1fa)][_0x118831(0x1fc)](_0x12626e[_0x118831(0x20e)][_0x118831(0x208)](!0x0)),_0x118831(0x251)!=_0x12626e[_0x118831(0x22e)]&&(_0x287b28||_0x118831(0x260)!=_0x12626e[_0x118831(0x22e)])){const _0x21aa8c=_0x55bb0c(_0x40a6bd=>_0x272648(_0x40a6bd,_0x118831(0x252))==_0x12626e['id'],_0x5e3ac9,!0x0);_0x21aa8c&&_0x4d1860[_0x118831(0x1fa)][_0x118831(0x1fc)](_0x21aa8c[_0x118831(0x208)](!0x0));}const {content:_0x3ce536,hasChanges:_0x493bbe}=function(_0x2756f1,_0x4512e5,_0x24f99e,_0x53036a,_0x150a00=!0x0){const _0x4a456f=_0x118831,_0x53f2ca=_0x2756f1[_0x4a456f(0x261)][_0x4a456f(0x23a)](_0x4a456f(0x214)),_0x2b5873=_0x2614c7(_0x4512e5),_0x402cd4=_0x2614c7(_0x24f99e),_0x28ac68=_0x2756f1[_0x4a456f(0x233)][_0x4a456f(0x1ff)](_0x2b5873,_0x4a456f(0x209)),_0x106a3c=_0x2756f1[_0x4a456f(0x241)][_0x4a456f(0x221)](_0x28ac68,0x0),_0x469282=_0x53f2ca[_0x4a456f(0x1f9)](_0x2b5873,_0x402cd4,{'anchor':_0x106a3c,'markDeletions':_0x53036a}),_0x4604cd=_0x469282[_0x4a456f(0x1f8)]();if(0x0==_0x4604cd[_0x4a456f(0x23f)])return{'content':_0x4512e5[_0x4a456f(0x208)](!0x0),'hasChanges':!0x1};_0x53036a?function(_0x234367,_0x313ddb,_0x143a75){const _0x3e082b=_0x4a456f;if(0x0==_0x234367[_0x3e082b(0x23f)])return;const _0x59bcdc=_0x143a75[_0x3e082b(0x261)][_0x3e082b(0x23a)](_0x3e082b(0x214)),_0x3d6990=_0x143a75[_0x3e082b(0x261)][_0x3e082b(0x23a)](_0x3e082b(0x1ec));_0x143a75[_0x3e082b(0x241)][_0x3e082b(0x24a)](_0x379df9=>{const _0x68e0d4=_0x3e082b,_0x522f21=new Set();for(let _0xc380bb=0x0;_0xc380bb<_0x234367[_0x68e0d4(0x23f)];_0xc380bb++){const _0xfaf47f=_0x234367[_0xc380bb];if(_0xfaf47f[_0x68e0d4(0x203)]=null,_0xfaf47f[_0x68e0d4(0x234)]=!0x1,_0x59bcdc[_0x68e0d4(0x215)](_0xfaf47f)){const _0xbd5d16=_0x3b0718(_0xfaf47f[_0x68e0d4(0x248)],_0x143a75[_0x68e0d4(0x241)]),_0x1551a6=_0x68e0d4(0x20f)+_0x3800ef()+_0x68e0d4(0x236);_0x313ddb[_0x68e0d4(0x216)][_0x68e0d4(0x1ee)](_0x1551a6,_0xbd5d16);}else switch(_0xfaf47f[_0x68e0d4(0x22e)]){case _0x68e0d4(0x202):{if(_0xfaf47f[_0x68e0d4(0x230)]==_0xfaf47f[_0x68e0d4(0x245)])break;_0x379df9[_0x68e0d4(0x238)][_0x68e0d4(0x262)](_0xfaf47f),_0x143a75[_0x68e0d4(0x241)][_0x68e0d4(0x240)](_0xfaf47f);const _0x515e82=_0x68e0d4(0x200),_0x5c256a=_0xfaf47f[_0x68e0d4(0x217)],_0x52b696=_0x143a75[_0x68e0d4(0x241)][_0x68e0d4(0x25f)](_0x5c256a,_0x143a75[_0x68e0d4(0x241)][_0x68e0d4(0x221)](_0x5c256a[_0x68e0d4(0x243)],_0x68e0d4(0x23b))),_0x31dea6=_0x68e0d4(0x250)+_0x515e82+':'+_0x3800ef()+_0x68e0d4(0x236);_0x313ddb[_0x68e0d4(0x216)][_0x68e0d4(0x1ee)](_0x31dea6,_0x52b696);break;}case _0x68e0d4(0x1f0):case _0x68e0d4(0x1f5):case _0x68e0d4(0x201):{if(_0xfaf47f[_0x68e0d4(0x222)]==_0xfaf47f[_0x68e0d4(0x218)])break;_0x379df9[_0x68e0d4(0x238)][_0x68e0d4(0x262)](_0xfaf47f),_0x143a75[_0x68e0d4(0x241)][_0x68e0d4(0x240)](_0xfaf47f);const _0x1bcebc=_0xfaf47f[_0x68e0d4(0x255)];if(!_0x3d6990[_0x68e0d4(0x211)](_0x1bcebc))break;const _0x15f3d3=_0x3b0718(_0xfaf47f[_0x68e0d4(0x21e)],_0x143a75[_0x68e0d4(0x241)]),_0x5d957e=_0x68e0d4(0x250)+_0x1bcebc+':'+_0x3800ef()+_0x68e0d4(0x236);_0x313ddb[_0x68e0d4(0x216)][_0x68e0d4(0x1ee)](_0x5d957e,_0x15f3d3);break;}case _0x68e0d4(0x22d):{_0x379df9[_0x68e0d4(0x238)][_0x68e0d4(0x262)](_0xfaf47f),_0x143a75[_0x68e0d4(0x241)][_0x68e0d4(0x240)](_0xfaf47f);if(_0x234367[_0xc380bb+0x1]&&_0x68e0d4(0x1fd)==_0x234367[_0xc380bb+0x1][_0x68e0d4(0x22e)]){no(_0x313ddb,_0xfaf47f);break;}const _0x314edd=_0xfaf47f[_0x68e0d4(0x217)],_0x2568d6=_0xfaf47f[_0x68e0d4(0x206)],_0x184b1d=_0x3b0718(_0x143a75[_0x68e0d4(0x241)][_0x68e0d4(0x25f)](_0x314edd,_0x314edd[_0x68e0d4(0x1ef)](_0x2568d6)),_0x143a75[_0x68e0d4(0x241)]),_0x390ad=_0x68e0d4(0x22b)+_0x3800ef()+_0x68e0d4(0x236);_0x313ddb[_0x68e0d4(0x216)][_0x68e0d4(0x1ee)](_0x390ad,_0x184b1d);break;}case _0x68e0d4(0x1f7):{_0x379df9[_0x68e0d4(0x238)][_0x68e0d4(0x262)](_0xfaf47f),_0x143a75[_0x68e0d4(0x241)][_0x68e0d4(0x240)](_0xfaf47f);const _0x455766=_0xfaf47f[_0x68e0d4(0x231)],_0x450551=_0xfaf47f[_0x68e0d4(0x23d)],_0x5f9c22=_0x143a75[_0x68e0d4(0x241)][_0x68e0d4(0x25f)](_0x455766,_0x450551),_0x567fbd=_0x68e0d4(0x22b)+_0x3800ef()+_0x68e0d4(0x236);_0x313ddb[_0x68e0d4(0x216)][_0x68e0d4(0x1ee)](_0x567fbd,_0x5f9c22);break;}case _0x68e0d4(0x1fd):{_0x379df9[_0x68e0d4(0x238)][_0x68e0d4(0x262)](_0xfaf47f),_0x143a75[_0x68e0d4(0x241)][_0x68e0d4(0x240)](_0xfaf47f),_0x234367[_0xc380bb-0x1]&&_0x68e0d4(0x22d)==_0x234367[_0xc380bb-0x1][_0x68e0d4(0x22e)]&&no(_0x313ddb,_0xfaf47f);const _0xec5b8f=_0xfaf47f[_0x68e0d4(0x204)](),_0xab12d0=_0xfaf47f[_0x68e0d4(0x206)];for(let _0x9b6d1=0x0;_0x9b6d1<_0xab12d0;_0x9b6d1++){const _0x228f16=_0xec5b8f[_0x68e0d4(0x1ef)](_0x9b6d1)[_0x68e0d4(0x243)];_0x522f21[_0x68e0d4(0x226)](_0x228f16);}break;}case _0x68e0d4(0x20d):{const _0x50bf84=_0xfaf47f[_0x68e0d4(0x1f2)],_0x3da0a7=_0xfaf47f[_0x68e0d4(0x206)],_0x57cfdf=new _0x2f7019(_0x50bf84,_0x3da0a7);_0x379df9[_0x68e0d4(0x238)][_0x68e0d4(0x262)](_0x57cfdf),_0x143a75[_0x68e0d4(0x241)][_0x68e0d4(0x240)](_0x57cfdf);break;}}}for(const _0x2a84d6 of _0x522f21){const _0x45bf7a=_0x143a75[_0x68e0d4(0x241)][_0x68e0d4(0x259)](_0x2a84d6),_0x490c57=_0x68e0d4(0x21a)+_0x3800ef()+_0x68e0d4(0x236);_0x313ddb[_0x68e0d4(0x216)][_0x68e0d4(0x1ee)](_0x490c57,_0x3b0718(_0x45bf7a,_0x143a75[_0x68e0d4(0x241)]));}});}(_0x4604cd,_0x28ac68,_0x2756f1):_0x2756f1[_0x4a456f(0x241)][_0x4a456f(0x24a)](_0x57f113=>{const _0x953bfd=_0x4a456f;for(const _0x43da4d of _0x4604cd)if(_0x953bfd(0x20d)==_0x43da4d[_0x953bfd(0x22e)]){const _0x22a479=_0x43da4d[_0x953bfd(0x1f2)],_0x191353=_0x43da4d[_0x953bfd(0x206)],_0x33096c=new _0x2f7019(_0x22a479,_0x191353);_0x57f113[_0x953bfd(0x238)][_0x953bfd(0x262)](_0x33096c),_0x2756f1[_0x953bfd(0x241)][_0x953bfd(0x240)](_0x33096c);}else{if(_0x953bfd(0x24b)==_0x43da4d[_0x953bfd(0x22e)]){const _0xecf39b=_0x43da4d[_0x953bfd(0x22f)],_0x48ec7d=_0x43da4d[_0x953bfd(0x248)];null!==_0x48ec7d?_0x28ac68[_0x953bfd(0x216)][_0x953bfd(0x1ee)](_0xecf39b,_0x48ec7d):_0x28ac68[_0x953bfd(0x216)][_0x953bfd(0x212)](_0xecf39b);}else _0x43da4d[_0x953bfd(0x203)]=null,_0x43da4d[_0x953bfd(0x234)]=!0x1,_0x57f113[_0x953bfd(0x238)][_0x953bfd(0x262)](_0x43da4d),_0x2756f1[_0x953bfd(0x241)][_0x953bfd(0x240)](_0x43da4d);}});if(_0x150a00){const _0x19a0a1=getMinimalSelection(_0x2756f1,_0x4604cd,_0x28ac68);expandSelectionWithContext(_0x2756f1[_0x4a456f(0x241)],_0x19a0a1),function(_0x9164bc,_0x50e3c6){const _0x35fd7f=_0x4a456f,_0x20f112=_0x50e3c6[_0x35fd7f(0x219)]()[_0x35fd7f(0x21c)];let _0x14eea8=_0x50e3c6[_0x35fd7f(0x219)]()[_0x35fd7f(0x23b)];const _0x32c7db=_0x20f112[_0x35fd7f(0x25e)];(_0x14eea8[_0x35fd7f(0x23e)]||_0x14eea8[_0x35fd7f(0x243)]&&_0x14eea8[_0x35fd7f(0x243)]['is'](_0x35fd7f(0x24e)))&&(_0x1fad71(_0x14eea8,_0x35fd7f(0x1f1)),_0x14eea8=_0x14eea8[_0x35fd7f(0x1ef)](0x3)),(_0x20f112[_0x35fd7f(0x23e)]||_0x20f112[_0x35fd7f(0x21f)]&&_0x20f112[_0x35fd7f(0x21f)]['is'](_0x35fd7f(0x24e)))&&(_0x1fad71(_0x20f112,_0x35fd7f(0x1f1)),function(_0xb9cb5,_0x3870a,_0x1fda58){const _0x1ffbd1=_0x35fd7f;for(let [_0xfa5c96,_0x305ff5]of _0xb9cb5[_0x1ffbd1(0x216)]){const _0xd0195=_0x305ff5[_0x1ffbd1(0x21b)](_0x3870a,_0x1fda58,!0x1);_0x305ff5=_0xd0195[0x0],_0xb9cb5[_0x1ffbd1(0x216)][_0x1ffbd1(0x1ee)](_0xfa5c96,_0x305ff5);}}(_0x32c7db,_0x20f112,0x3),_0x20f112[_0x35fd7f(0x256)]==_0x14eea8[_0x35fd7f(0x256)]&&(_0x14eea8=_0x14eea8[_0x35fd7f(0x1ef)](0x3)));const _0x1c1905=_0x9164bc[_0x35fd7f(0x25f)](_0x9164bc[_0x35fd7f(0x221)](_0x32c7db,0x0),_0x20f112),_0x5f48d5=_0x9164bc[_0x35fd7f(0x25f)](_0x14eea8,_0x9164bc[_0x35fd7f(0x221)](_0x32c7db,_0x35fd7f(0x23b))),_0x4539d2=[..._0x1c1905[_0x35fd7f(0x237)](),..._0x5f48d5[_0x35fd7f(0x237)]()];_0x4539d2[_0x35fd7f(0x21d)]();for(const _0x5d53c4 of _0x4539d2)_0x30bdc5(_0x5d53c4),_transformMarkersByDeletion(_0x32c7db,_0x5d53c4);}(_0x2756f1[_0x4a456f(0x241)],_0x19a0a1);}const _0x4357d9=_0x2756f1[_0x4a456f(0x233)][_0x4a456f(0x229)](_0x28ac68,{'showSuggestionHighlights':!0x0});return{'content':_0x8c35c6(_0x4357d9),'hasChanges':!0x0};}(_0x24099c,_0x4d1860,_0xf4a8ce,_0x287b28,_0x594f9b);return{'type':_0x43f1b9[_0x118831(0x224)][0x0][_0x118831(0x22e)],'index':_0x43f1b9[_0x118831(0x1fe)],'content':_0x3ce536,'hasChanges':_0x493bbe};});}function no(_0xdc21ce,_0xe42e49){const _0x348e65=_0x708b;for(const [_0x452f86,_0x57fb42]of _0xdc21ce[_0x348e65(0x216)]){const _0x45becc=_0x2b1de9[_0x348e65(0x246)](_0x57fb42[_0x348e65(0x25c)](_0xe42e49));_0xdc21ce[_0x348e65(0x216)][_0x348e65(0x1ee)](_0x452f86,_0x45becc);}}function _0x5754(){const _0x160562=['isRegisteredAttribute','delete','6471184EXlCaU','DocumentCompare','isMarkedRemoveOperation','markers','position','newValue','getFirstRange','suggestion:formatBlock:$fakeWrap:','_getTransformedByInsertion','start','reverse','range','nodeBefore','stickiness','createPositionAt','oldValue','_getTransformedByDeletion','changes','toNone','add','path','merge','stringify','4ZAIQnH','suggestion:insertion:','focus','insert','type','name','oldName','splitPosition','targetPosition','data','isDocumentOperation','30335FuGGZO',':$aiSuggestion','getMinimalFlatRanges','batch','backward','get','end','slice','moveTargetPosition','textNode','length','applyOperation','model','word','nodeAfter','createSelection','newName','_createFromRanges','element','newRange','618unSAbQ','change','marker','offset','map','$text','modifySelection','suggestion:attribute:','new','data-id','schema','isBefore','key','parent','clone','POSITIVE_INFINITY','createRangeOn','isBlock','setTo','getTransformedByOperation','9BvDJLl','root','createRange','removed','plugins','addOperation','SuggestionsConversion','isAfter','set','getShiftedBy','addAttribute','...','sourcePosition','8340lphEgl','1340799aRGXaP','removeAttribute','createPositionFromPath','split','getOperations','getDiff','children','47309gQptWL','push','move','index','parse','$elementName','changeAttribute','rename','baseVersion','getMovedRangeStart','6YMiPID','howMany','30041VcAgBi','cloneNode','$root','isObject','forward','8925250aAATvq','remove','node','suggestion:deletion:','3825129KTeeIf'];_0x5754=function(){return _0x160562;};return _0x5754();}export function getMinimalSelection(_0x19a56,_0x32fef3,_0x53fc8a){const _0x199be7=_0x708b,_0x52b09a=_0x19a56[_0x199be7(0x261)][_0x199be7(0x23a)](_0x199be7(0x214));let _0xfab513=_0x19a56[_0x199be7(0x241)][_0x199be7(0x221)](_0x53fc8a,Number[_0x199be7(0x258)]),_0x19e74b=_0x19a56[_0x199be7(0x241)][_0x199be7(0x221)](_0x53fc8a,0x0);for(const _0x5d24b6 of _0x32fef3){let _0x24956a,_0x638c9f;if(_0x52b09a[_0x199be7(0x215)](_0x5d24b6))_0x24956a=_0x5d24b6[_0x199be7(0x248)][_0x199be7(0x21c)],_0x638c9f=_0x5d24b6[_0x199be7(0x248)][_0x199be7(0x23b)];else switch(_0xfab513=_0xfab513[_0x199be7(0x25c)](_0x5d24b6),_0x19e74b=_0x19e74b[_0x199be7(0x25c)](_0x5d24b6),_0x5d24b6[_0x199be7(0x22e)]){case _0x199be7(0x202):_0x24956a=_0x5d24b6[_0x199be7(0x217)],_0x638c9f=_0x24956a[_0x199be7(0x1ef)](0x1);break;case _0x199be7(0x1f0):case _0x199be7(0x1f5):case _0x199be7(0x201):_0x24956a=_0x5d24b6[_0x199be7(0x21e)][_0x199be7(0x21c)],_0x638c9f=_0x5d24b6[_0x199be7(0x21e)][_0x199be7(0x23b)];break;case _0x199be7(0x22d):_0x24956a=_0x5d24b6[_0x199be7(0x217)],_0x638c9f=_0x24956a[_0x199be7(0x1ef)](_0x5d24b6[_0x199be7(0x206)]);break;case _0x199be7(0x1f7):_0x24956a=_0x5d24b6[_0x199be7(0x231)],_0x638c9f=_0x5d24b6[_0x199be7(0x23d)];break;case _0x199be7(0x228):{const _0xe9ff3f=_0x5d24b6[_0x199be7(0x232)][_0x199be7(0x227)][_0x199be7(0x23c)](0x0,-0x1);_0x24956a=_0x19a56[_0x199be7(0x241)][_0x199be7(0x1f6)](_0x53fc8a,_0xe9ff3f),_0x638c9f=_0x24956a[_0x199be7(0x1ef)](0x1);break;}case _0x199be7(0x20d):{const _0x2f6b6b=_0x5d24b6[_0x199be7(0x206)],_0x137c9a=_0x5d24b6[_0x199be7(0x1f2)][_0x199be7(0x21b)](_0x5d24b6[_0x199be7(0x232)],_0x2f6b6b),_0x2f13e6=_0x5d24b6[_0x199be7(0x204)]();_0x199be7(0x20d)==_0x5d24b6[_0x199be7(0x22e)]?(_0x24956a=_0x137c9a,_0x638c9f=_0x137c9a):(_0x24956a=_0x2f13e6,_0x638c9f=_0x2f13e6[_0x199be7(0x1ef)](_0x2f6b6b));break;}}_0x24956a&&_0x24956a[_0x199be7(0x254)](_0xfab513)&&(_0xfab513=_0x24956a[_0x199be7(0x257)](),_0xfab513[_0x199be7(0x220)]=_0x199be7(0x225)),_0x638c9f&&_0x638c9f[_0x199be7(0x1ed)](_0x19e74b)&&(_0x19e74b=_0x638c9f[_0x199be7(0x257)](),_0x19e74b[_0x199be7(0x220)]=_0x199be7(0x225));}return _0x19a56[_0x199be7(0x241)][_0x199be7(0x244)](_0x19a56[_0x199be7(0x241)][_0x199be7(0x25f)](_0xfab513,_0x19e74b));}export function expandSelectionWithContext(_0x14de0b,_0x31cb65){const _0x2d4c05=_0x708b;ro(_0x14de0b,_0x31cb65,_0x2d4c05(0x20b));const _0x1dd4fb=_0x31cb65[_0x2d4c05(0x219)]();_0x31cb65[_0x2d4c05(0x25b)]([]),_0x31cb65[_0x2d4c05(0x25b)](_0x1dd4fb,{'backward':!0x0}),ro(_0x14de0b,_0x31cb65,_0x2d4c05(0x239));}function _0x708b(_0x464a36,_0x4a6712){const _0x5754f8=_0x5754();return _0x708b=function(_0x708b6,_0x44391c){_0x708b6=_0x708b6-0x1ec;let _0x33b423=_0x5754f8[_0x708b6];return _0x33b423;},_0x708b(_0x464a36,_0x4a6712);}function ro(_0x511b41,_0x5f0584,_0x908a55){const _0x123514=_0x708b;let _0x5490fa=0x14;for(;_0x5490fa;){_0x511b41[_0x123514(0x24f)](_0x5f0584,{'unit':_0x123514(0x242),'direction':_0x908a55}),_0x5490fa--;const _0x5ba716=_0x5f0584[_0x123514(0x22c)][_0x123514(0x20b)==_0x908a55?_0x123514(0x21f):_0x123514(0x243)];if(_0x5ba716&&_0x5ba716['is'](_0x123514(0x247))&&_0x511b41[_0x123514(0x253)][_0x123514(0x25a)](_0x5ba716)&&_0x511b41[_0x123514(0x253)][_0x123514(0x20a)](_0x5ba716))break;}}export function _transformMarkersByDeletion(_0x3bb087,_0x31e1cc){const _0xc7cc7a=_0x708b;for(const [_0x361614,_0xdb0d67]of _0x3bb087[_0xc7cc7a(0x216)]){const _0x5b1ea1=_0xdb0d67[_0xc7cc7a(0x223)](_0x31e1cc[_0xc7cc7a(0x21c)],_0x31e1cc[_0xc7cc7a(0x23b)][_0xc7cc7a(0x24c)]-_0x31e1cc[_0xc7cc7a(0x21c)][_0xc7cc7a(0x24c)]);null!=_0x5b1ea1?_0x3bb087[_0xc7cc7a(0x216)][_0xc7cc7a(0x1ee)](_0x361614,_0x5b1ea1):_0x3bb087[_0xc7cc7a(0x216)][_0xc7cc7a(0x212)](_0x361614);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x49b126,_0x5626e9){const _0x4dcdf6=_0x288e,_0x392cd1=_0x49b126();while(!![]){try{const _0x339e2f=parseInt(_0x4dcdf6(0xc9))/0x1*(parseInt(_0x4dcdf6(0xbc))/0x2)+parseInt(_0x4dcdf6(0xd2))/0x3+-parseInt(_0x4dcdf6(0xcd))/0x4+-parseInt(_0x4dcdf6(0xce))/0x5*(-parseInt(_0x4dcdf6(0xd0))/0x6)+-parseInt(_0x4dcdf6(0xc7))/0x7+parseInt(_0x4dcdf6(0xc2))/0x8+-parseInt(_0x4dcdf6(0xca))/0x9;if(_0x339e2f===_0x5626e9)break;else _0x392cd1['push'](_0x392cd1['shift']());}catch(_0x2f8896){_0x392cd1['push'](_0x392cd1['shift']());}}}(_0x5db0,0x7777f));function _0x5db0(){const _0x29789c=['replace','afterbegin','beforebegin','2688632tigPnQ','reverse','indexOf','cloneNode','push','3250212KJZRsM','parentNode','166308HsXszq','4784958ydrwqk','slice','afterend','937896MiBzgN','4175695kBPSOj','attribs','6soYKYd','forEach','647883lVSFex','map','4uWmLAg','beforeend','nextSibling'];_0x5db0=function(){return _0x29789c;};return _0x5db0();}import{parseDocument as _0x155b9a}from'htmlparser2';import{append as _0x524807,appendChild as _0x386381,find as _0x4b9cf7,findAll as _0x8e2f5f,findOne as _0x38c71c,getChildren as _0x4206cb,isComment as _0x1c9bdb,isTag as _0x1e7213,prepend as _0x2971f4,prependChild as _0x5790f2,removeElement as _0x4b7f26,replaceElement as _0xdd75ee,textContent as _0x3d278a,getParent as _0x408e07,hasChildren as _0x55e5fa}from'domutils';import _0x3a9e3b from'dom-serializer';import{cloneNode as _0xfea215,isDocument as _0x4c3001,isText as _0x2c9b53,Element as _0x3f484b,Text as _0x1a05a9,Document as _0x56a9ef,NodeWithChildren as _0x44da68}from'domhandler';export{_0xfea215 as cloneNode,_0x4b9cf7 as find,_0x38c71c as findOne,_0x8e2f5f as findAll,_0x4206cb as getChildren,_0x408e07 as getParent,_0x1c9bdb as isComment,_0x4c3001 as isDocument,_0x1e7213 as isTag,_0x2c9b53 as isText,_0x524807 as append,_0x386381 as appendChild,_0x2971f4 as prepend,_0x5790f2 as prependChild,_0x3a9e3b as render,_0x4b7f26 as removeElement,_0xdd75ee as replaceElement,_0x3d278a as textContent,_0x55e5fa as hasChildren,_0x3f484b as Element,_0x56a9ef as Document,_0x44da68 as NodeWithChildren,_0x1a05a9 as Text};export function parse(_0x1a2b64){return _0x155b9a(_0x1a2b64);}export function serialize(_0x2181b7){return _0x3a9e3b(_0x2181b7);}export function findByAttribute(_0x53b192,_0x482f55,_0x44e9e6){const _0x583ebd=_0x288e,_0x276f2c=null!==_0x482f55?_0x3575bc=>_0x3575bc[_0x583ebd(0xcf)][_0x53b192]===_0x482f55:_0x406014=>Boolean(_0x406014[_0x583ebd(0xcf)][_0x53b192]);return _0x38c71c(_0x5520ba=>_0x1e7213(_0x5520ba)&&_0x276f2c(_0x5520ba),_0x44e9e6);}export function findAllByAttribute(_0x2836cb,_0x4cd11e,_0x934fa3){const _0x2cbed6=_0x288e,_0x11d361=null!==_0x4cd11e?_0x860129=>_0x860129[_0x2cbed6(0xcf)][_0x2836cb]===_0x4cd11e:_0x59cca5=>Boolean(_0x59cca5[_0x2cbed6(0xcf)][_0x2836cb]);return _0x8e2f5f(_0x42ef3e=>_0x1e7213(_0x42ef3e)&&_0x11d361(_0x42ef3e),_0x934fa3);}export function findAllComments(_0x2bff60){return _0x4b9cf7(_0x27b6bb=>_0x1c9bdb(_0x27b6bb),_0x2bff60,!0x0,0x1/0x0);}function _0x288e(_0x2b87d7,_0x44e832){const _0x5db0c1=_0x5db0();return _0x288e=function(_0x288e40,_0x413026){_0x288e40=_0x288e40-0xbc;let _0x11c8af=_0x5db0c1[_0x288e40];return _0x11c8af;},_0x288e(_0x2b87d7,_0x44e832);}export function getAttribute(_0x5bc9bd,_0x43a0d1){const _0x201d8c=_0x288e;return _0x5bc9bd&&_0x1e7213(_0x5bc9bd)?_0x5bc9bd[_0x201d8c(0xcf)][_0x43a0d1]:null;}export function setAttribute(_0x498689,_0x207df4,_0x1d1018){const _0x16017b=_0x288e;_0x1e7213(_0x498689)&&(null===_0x1d1018?delete _0x498689[_0x16017b(0xcf)][_0x207df4]:_0x498689[_0x16017b(0xcf)][_0x207df4]=_0x1d1018);}export function insertElement(_0xd666ce,_0x200f51,_0x1079d6){const _0x5797d8=_0x288e,_0x5c7b9c=_0x200f51[_0x5797d8(0xc5)](!0x0);_0x5797d8(0xc1)===_0x1079d6?_0x2971f4(_0xd666ce,_0x5c7b9c):_0x5797d8(0xc0)===_0x1079d6?_0x5790f2(_0xd666ce,_0x5c7b9c):_0x5797d8(0xbd)===_0x1079d6?_0x386381(_0xd666ce,_0x5c7b9c):_0x5797d8(0xcc)===_0x1079d6&&_0x524807(_0xd666ce,_0x5c7b9c);}export function moveElement(_0x508c28,_0x55750d){_0x4b7f26(_0x508c28),_0xdd75ee(_0x55750d,_0x508c28);}export function clone(_0xf051f5){const _0x63dedc=_0x288e;return _0xf051f5[_0x63dedc(0xc5)](!0x0);}export function getParents(_0x49c4ee){const _0x31d6c3=_0x288e,_0x10747f=[];let _0x48e82e=_0x49c4ee;for(;_0x48e82e;)_0x48e82e=_0x408e07(_0x48e82e),_0x48e82e&&_0x10747f[_0x31d6c3(0xc6)](_0x48e82e);return _0x10747f;}export function normalizeHTML(_0x595c54){const _0x5e62cc=_0x288e;return _0x595c54[_0x5e62cc(0xbf)](/^\s+/gm,'')[_0x5e62cc(0xbf)](/\s+$/gm,'')[_0x5e62cc(0xbf)](/\n*/g,'')[_0x5e62cc(0xbf)](/\s+/g,'\x20')[_0x5e62cc(0xbf)](/>\s*</g,'><');}export function areNodesSame(_0x4f581b,_0x7c151d){return normalizeHTML(serialize(_0x4f581b))===normalizeHTML(serialize(_0x7c151d));}export function getNodeNestingLevel(_0x563b05){const _0x230c3d=_0x288e;let _0x3be9a5=0x0;for(;_0x563b05[_0x230c3d(0xc8)];)_0x563b05=_0x563b05[_0x230c3d(0xc8)],_0x3be9a5++;return _0x3be9a5;}export function removeElementsAfter(_0x3ab34f){const _0x1e2f91=_0x288e,_0x4fa792=[];let _0x27dc7f=_0x3ab34f[_0x1e2f91(0xbe)];for(;_0x27dc7f;)_0x4fa792[_0x1e2f91(0xc6)](_0x27dc7f),_0x27dc7f=_0x27dc7f[_0x1e2f91(0xbe)];_0x4fa792[_0x1e2f91(0xd1)](_0x3e9284=>{_0x4b7f26(_0x3e9284);});}export function getNodePath(_0x12709a){const _0x35dd06=_0x288e;return[_0x12709a,...getParents(_0x12709a)][_0x35dd06(0xcb)](0x0,-0x1)[_0x35dd06(0xd3)](_0x21fc1d=>{const _0x548fa1=_0x35dd06,_0x16700e=_0x408e07(_0x21fc1d);return _0x4206cb(_0x16700e)[_0x548fa1(0xc4)](_0x21fc1d);})[_0x35dd06(0xc3)]();}
23
+ (function(_0x3e34ea,_0x3d6937){const _0x45c9f6=_0x4e6a,_0x1d72fe=_0x3e34ea();while(!![]){try{const _0x3f1428=parseInt(_0x45c9f6(0xfe))/0x1*(-parseInt(_0x45c9f6(0x105))/0x2)+parseInt(_0x45c9f6(0xef))/0x3+parseInt(_0x45c9f6(0xf7))/0x4+parseInt(_0x45c9f6(0xf1))/0x5*(parseInt(_0x45c9f6(0xf4))/0x6)+parseInt(_0x45c9f6(0x106))/0x7*(parseInt(_0x45c9f6(0xfd))/0x8)+parseInt(_0x45c9f6(0xfa))/0x9*(-parseInt(_0x45c9f6(0xf3))/0xa)+parseInt(_0x45c9f6(0xf8))/0xb*(parseInt(_0x45c9f6(0xf6))/0xc);if(_0x3f1428===_0x3d6937)break;else _0x1d72fe['push'](_0x1d72fe['shift']());}catch(_0x173b9d){_0x1d72fe['push'](_0x1d72fe['shift']());}}}(_0x434a,0x26356));import{parseDocument as _0x3e0d10}from'htmlparser2';import{append as _0x1f7203,appendChild as _0x3a958a,find as _0x32145c,findAll as _0x2c5580,findOne as _0x43b9ba,getChildren as _0x307c98,isComment as _0x17a0cd,isTag as _0x7be9e2,prepend as _0x19d1ac,prependChild as _0x3921e1,removeElement as _0x27d557,replaceElement as _0x21f799,textContent as _0xbbffb2,getParent as _0x538a85,hasChildren as _0x1821f5}from'domutils';import _0x18f6a9 from'dom-serializer';import{cloneNode as _0x40a90e,isDocument as _0x57eb8e,isText as _0x1808f2,Element as _0x41157a,Text as _0x3353e5,Document as _0x177868,NodeWithChildren as _0x3b8a9a}from'domhandler';function _0x434a(){const _0x583f63=['slice','72nTBhhv','beforeend','nextSibling','16TSyyhQ','9GZXKiM','cloneNode','replace','indexOf','forEach','push','reverse','2104JYzvld','126987hTUCLk','beforebegin','afterbegin','attribs','85596YvbQuV','afterend','485hvaogg','parentNode','269910UcpSsn','1668huFQfi','map','4308bUVtvO','642076EzFmrK','3971TguaFX'];_0x434a=function(){return _0x583f63;};return _0x434a();}export{_0x40a90e as cloneNode,_0x32145c as find,_0x43b9ba as findOne,_0x2c5580 as findAll,_0x307c98 as getChildren,_0x538a85 as getParent,_0x17a0cd as isComment,_0x57eb8e as isDocument,_0x7be9e2 as isTag,_0x1808f2 as isText,_0x1f7203 as append,_0x3a958a as appendChild,_0x19d1ac as prepend,_0x3921e1 as prependChild,_0x18f6a9 as render,_0x27d557 as removeElement,_0x21f799 as replaceElement,_0xbbffb2 as textContent,_0x1821f5 as hasChildren,_0x41157a as Element,_0x177868 as Document,_0x3b8a9a as NodeWithChildren,_0x3353e5 as Text};export function parse(_0x477fec){return _0x3e0d10(_0x477fec);}export function serialize(_0x9cd988){return _0x18f6a9(_0x9cd988);}function _0x4e6a(_0x5c32ed,_0x3c7184){const _0x434af5=_0x434a();return _0x4e6a=function(_0x4e6aa7,_0x3c5379){_0x4e6aa7=_0x4e6aa7-0xef;let _0xddb60e=_0x434af5[_0x4e6aa7];return _0xddb60e;},_0x4e6a(_0x5c32ed,_0x3c7184);}export function findByAttribute(_0x318f2b,_0x40c264,_0x370f86){const _0x3df32f=_0x4e6a,_0x5226d0=null!==_0x40c264?_0x3162cb=>_0x3162cb[_0x3df32f(0x109)][_0x318f2b]===_0x40c264:_0x1af836=>Boolean(_0x1af836[_0x3df32f(0x109)][_0x318f2b]);return _0x43b9ba(_0xf21431=>_0x7be9e2(_0xf21431)&&_0x5226d0(_0xf21431),_0x370f86);}export function findAllByAttribute(_0x28a884,_0xb26c6,_0x229ae0){const _0x259925=_0x4e6a,_0x30ea65=null!==_0xb26c6?_0x49c6b6=>_0x49c6b6[_0x259925(0x109)][_0x28a884]===_0xb26c6:_0x39b26f=>Boolean(_0x39b26f[_0x259925(0x109)][_0x28a884]);return _0x2c5580(_0x50f60f=>_0x7be9e2(_0x50f60f)&&_0x30ea65(_0x50f60f),_0x229ae0);}export function findAllComments(_0x52fc46){return _0x32145c(_0x5668b1=>_0x17a0cd(_0x5668b1),_0x52fc46,!0x0,0x1/0x0);}export function getAttribute(_0x58d84,_0x2fe25a){const _0x36679f=_0x4e6a;return _0x58d84&&_0x7be9e2(_0x58d84)?_0x58d84[_0x36679f(0x109)][_0x2fe25a]:null;}export function setAttribute(_0x2a7c98,_0x6d7c61,_0x5efe53){const _0xd596ed=_0x4e6a;_0x7be9e2(_0x2a7c98)&&(null===_0x5efe53?delete _0x2a7c98[_0xd596ed(0x109)][_0x6d7c61]:_0x2a7c98[_0xd596ed(0x109)][_0x6d7c61]=_0x5efe53);}export function insertElement(_0x414b81,_0x45fde9,_0x4e37c7){const _0x6e1bbb=_0x4e6a,_0x150ae5=_0x45fde9[_0x6e1bbb(0xff)](!0x0);_0x6e1bbb(0x107)===_0x4e37c7?_0x19d1ac(_0x414b81,_0x150ae5):_0x6e1bbb(0x108)===_0x4e37c7?_0x3921e1(_0x414b81,_0x150ae5):_0x6e1bbb(0xfb)===_0x4e37c7?_0x3a958a(_0x414b81,_0x150ae5):_0x6e1bbb(0xf0)===_0x4e37c7&&_0x1f7203(_0x414b81,_0x150ae5);}export function moveElement(_0x1ec4b9,_0x468b90){_0x27d557(_0x1ec4b9),_0x21f799(_0x468b90,_0x1ec4b9);}export function clone(_0x4ee644){const _0x50133f=_0x4e6a;return _0x4ee644[_0x50133f(0xff)](!0x0);}export function getParents(_0x3b10fe){const _0x14c146=_0x4e6a,_0x5c7c93=[];let _0x195235=_0x3b10fe;for(;_0x195235;)_0x195235=_0x538a85(_0x195235),_0x195235&&_0x5c7c93[_0x14c146(0x103)](_0x195235);return _0x5c7c93;}export function normalizeHTML(_0x1306c3){const _0x1a41f5=_0x4e6a;return _0x1306c3[_0x1a41f5(0x100)](/^\s+/gm,'')[_0x1a41f5(0x100)](/\s+$/gm,'')[_0x1a41f5(0x100)](/\n*/g,'')[_0x1a41f5(0x100)](/\s+/g,'\x20')[_0x1a41f5(0x100)](/>\s*</g,'><');}export function areNodesSame(_0xfa274,_0x41e8cd){return normalizeHTML(serialize(_0xfa274))===normalizeHTML(serialize(_0x41e8cd));}export function getNodeNestingLevel(_0x341fca){const _0x38e8d0=_0x4e6a;let _0x2d0a80=0x0;for(;_0x341fca[_0x38e8d0(0xf2)];)_0x341fca=_0x341fca[_0x38e8d0(0xf2)],_0x2d0a80++;return _0x2d0a80;}export function removeElementsAfter(_0x3158a5){const _0x557104=_0x4e6a,_0xd80b5d=[];let _0x48760d=_0x3158a5[_0x557104(0xfc)];for(;_0x48760d;)_0xd80b5d[_0x557104(0x103)](_0x48760d),_0x48760d=_0x48760d[_0x557104(0xfc)];_0xd80b5d[_0x557104(0x102)](_0x1f3256=>{_0x27d557(_0x1f3256);});}export function getNodePath(_0xc20957){const _0x23d414=_0x4e6a;return[_0xc20957,...getParents(_0xc20957)][_0x23d414(0xf9)](0x0,-0x1)[_0x23d414(0xf5)](_0x1497d7=>{const _0x2628ca=_0x23d414,_0x3a81b2=_0x538a85(_0x1497d7);return _0x307c98(_0x3a81b2)[_0x2628ca(0x101)](_0x1497d7);})[_0x23d414(0x104)]();}