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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/build/ai.js +1 -1
  2. package/dist/index.js +5 -5
  3. package/package.json +15 -15
  4. package/src/aiactions/aiactions.js +1 -1
  5. package/src/aiactions/model/aiactionsinteraction.js +1 -1
  6. package/src/aiactions/model/aiactionsreply.js +1 -1
  7. package/src/aiassistant/adapters/aiadapter.js +1 -1
  8. package/src/aiassistant/adapters/aitextadapter.js +1 -1
  9. package/src/aiassistant/adapters/awstextadapter.js +1 -1
  10. package/src/aiassistant/adapters/openaitextadapter.js +1 -1
  11. package/src/aiassistant/aiassistant.js +1 -1
  12. package/src/aiassistant/aiassistantediting.js +1 -1
  13. package/src/aiassistant/aiassistantui.js +1 -1
  14. package/src/aiassistant/ui/aiassistantcontroller.js +2 -2
  15. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  16. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  17. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  18. package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
  19. package/src/aiassistant/ui/form/aiformview.js +1 -1
  20. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  21. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  22. package/src/aiassistant/ui/form/prompthistory.js +1 -1
  23. package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
  24. package/src/aiballoon/aiballoon.js +1 -1
  25. package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
  26. package/src/aiballoon/ui/aiballoontoolbarview.js +1 -1
  27. package/src/aiballoon/ui/aiballoonview.js +1 -1
  28. package/src/aichat/aichat.js +1 -1
  29. package/src/aichat/aichatcontroller.js +1 -1
  30. package/src/aichat/aichatui.js +1 -1
  31. package/src/aichat/model/aichatcontext.js +1 -1
  32. package/src/aichat/model/aichatconversation.js +1 -1
  33. package/src/aichat/model/aichatinteraction.js +1 -1
  34. package/src/aichat/model/aichatmodels.js +1 -1
  35. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  36. package/src/aichat/ui/aichatfeedview.js +1 -1
  37. package/src/aichat/ui/aichatheaderview.js +1 -1
  38. package/src/aichat/ui/aichatview.js +1 -1
  39. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  40. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  41. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  42. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  43. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  44. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  45. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  46. package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
  47. package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
  48. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  49. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  50. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  51. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  52. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  53. package/src/aichat/ui/feed/aichatfeederroritemview.js +1 -1
  54. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  55. package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
  56. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  57. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  58. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  59. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  60. package/src/aichat/utils/eventnames.js +1 -1
  61. package/src/aichat/utils/promisequeue.js +1 -1
  62. package/src/aichat/utils/scrollmanager.js +1 -1
  63. package/src/aichathistory/aichathistory.js +1 -1
  64. package/src/aichathistory/aichathistorycontroller.js +1 -1
  65. package/src/aichathistory/aichathistoryui.js +1 -1
  66. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  67. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  68. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  69. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  70. package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
  71. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  72. package/src/aicore/aiconnector.js +1 -1
  73. package/src/aicore/aiediting.js +1 -1
  74. package/src/aicore/model/aicapabilities.js +1 -1
  75. package/src/aicore/model/aiinteraction.js +1 -1
  76. package/src/aicore/model/aimodels.js +1 -1
  77. package/src/aicore/model/aireply.js +1 -1
  78. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  79. package/src/aicore/pipeline/airesponseparser.js +2 -2
  80. package/src/aicore/ui/aidisclaimerview.js +1 -1
  81. package/src/aicore/ui/aiskeleton.js +1 -1
  82. package/src/aicore/ui/aispinner.js +1 -1
  83. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  84. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  85. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  86. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  87. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  88. package/src/aicore/utils/createresizebutton.js +1 -1
  89. package/src/aicore/utils/documentrange.js +1 -1
  90. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  91. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  92. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  93. package/src/aicore/utils/htmlparser.js +1 -1
  94. package/src/aicore/utils/htmlstreamer.js +1 -1
  95. package/src/aieditorintegration/aieditorintegration.js +1 -1
  96. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  97. package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
  98. package/src/aiquickactions/aiquickactions.js +1 -1
  99. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  100. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  101. package/src/aiquickactions/aiquickactionsui.js +1 -1
  102. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  103. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  104. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  105. package/src/aireviewmode/aireviewmode.js +1 -1
  106. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  107. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  108. package/src/aireviewmode/aireviewmodeui.js +1 -1
  109. package/src/aireviewmode/model/aireviewchecklist.js +1 -1
  110. package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
  111. package/src/aireviewmode/model/aireviewcheckresultchange.js +1 -1
  112. package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
  113. package/src/aireviewmode/ui/aireviemodepromptinputview.js +1 -1
  114. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  115. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  116. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  117. package/src/aireviewmode/ui/aireviewmodefinishreviewbuttonview.js +1 -1
  118. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  119. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  120. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  121. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  122. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  123. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  124. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  125. package/src/aitabs/aitabs.js +1 -1
  126. package/src/aitabs/tabs/aitabsview.js +1 -1
  127. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  128. package/src/aitabs/tabs/tabpanelview.js +1 -1
@@ -20,5 +20,5 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x262abc=_0x5c6e;(function(_0x3c2ed9,_0x250aa3){const _0x5dab15=_0x5c6e,_0x11b5ff=_0x3c2ed9();while(!![]){try{const _0x223e8a=-parseInt(_0x5dab15(0xae))/0x1+-parseInt(_0x5dab15(0xcc))/0x2*(-parseInt(_0x5dab15(0xc9))/0x3)+-parseInt(_0x5dab15(0xdc))/0x4*(-parseInt(_0x5dab15(0xcb))/0x5)+parseInt(_0x5dab15(0xa7))/0x6+-parseInt(_0x5dab15(0xc2))/0x7*(-parseInt(_0x5dab15(0xe1))/0x8)+-parseInt(_0x5dab15(0xaf))/0x9+-parseInt(_0x5dab15(0xd0))/0xa;if(_0x223e8a===_0x250aa3)break;else _0x11b5ff['push'](_0x11b5ff['shift']());}catch(_0x88c145){_0x11b5ff['push'](_0x11b5ff['shift']());}}}(_0x5d08,0x6373d));import{ObservableMixin as _0x1955a3,uid as _0xa30893}from'ckeditor5/src/utils.js';function _0x5c6e(_0x2d4b11,_0xdfdf10){const _0x5d08dc=_0x5d08();return _0x5c6e=function(_0x5c6e53,_0x3329bb){_0x5c6e53=_0x5c6e53-0x9e;let _0x4f64fc=_0x5d08dc[_0x5c6e53];return _0x4f64fc;},_0x5c6e(_0x2d4b11,_0xdfdf10);}import{findAllByAttribute as _0x1906b6,findByAttribute as _0x5ccbdd,getAttribute as _0x3f505f,isComment as _0x3db73d,isTag as _0x247db1,insertElement as _0xf4a3ad,moveElement as _0x6474ba,removeElement as _0x29c261,replaceElement as _0xca1331,serialize as _0x2a7954,setAttribute as _0x2a5abd,clone as _0xbdbbd4,findAllComments as _0x1d9ad5,getParents as _0x1bd125,getNodeNestingLevel as _0x245bd4,areNodesSame as _0x565fa1,removeElementsAfter as _0x151c6c}from'../utils/htmlparser.js';export class AIResponseApplier extends/* #__PURE__ -- @preserve */
24
- _0x1955a3(){[_0x262abc(0xda)];[_0x262abc(0xd2)]={'newIds':[],'modifiedIds':[],'removedIds':[],'invalidIds':[],'lastTouchedId':null};[_0x262abc(0xad)]=new Set();constructor(_0x24dc52){const _0x3d8a52=_0x262abc;super(),this[_0x3d8a52(0xda)]=_0x24dc52||_0xa30893;}[_0x262abc(0xb1)](_0x196865,_0x340f83,_0x47ef2c){const _0x98ff92=_0x262abc,_0x20ff87=_0xbdbbd4(_0x196865);if(0x0===_0x340f83[_0x98ff92(0xbe)][_0x98ff92(0xa0)]){const _0x2bafc2=[];return _0x1906b6(_0x98ff92(0xd9),_0x98ff92(0xd3),_0x20ff87)[_0x98ff92(0xe0)](_0x1ccb66=>{const _0x30a135=_0x98ff92,_0x33ddb7=this[_0x30a135(0xda)]();_0x2a5abd(_0x1ccb66,_0x30a135(0xd9),_0x33ddb7),_0x2bafc2[_0x30a135(0xdd)](_0x33ddb7);}),this[_0x98ff92(0xc6)](_0x20ff87),{'parsedContent':_0x20ff87,'newNodeIds':_0x2bafc2,'modifiedNodeIds':[],'removedNodeIds':[]};}_0x47ef2c&&_0x47ef2c[_0x98ff92(0xd7)]&&this[_0x98ff92(0xdb)](_0x20ff87),this[_0x98ff92(0xd2)][_0x98ff92(0xc0)]=[],this[_0x98ff92(0xd2)][_0x98ff92(0xd6)]=[],this[_0x98ff92(0xd2)][_0x98ff92(0xd5)]=[],this[_0x98ff92(0xd2)][_0x98ff92(0xb9)]=[],this[_0x98ff92(0xd2)][_0x98ff92(0xe3)]=null,this[_0x98ff92(0xad)]=new Set(_0x1906b6(_0x98ff92(0xd9),null,_0x340f83)[_0x98ff92(0xde)](_0xda865=>_0x3f505f(_0xda865,_0x98ff92(0xd9)))[_0x98ff92(0xbf)](_0xaa4846=>!!_0xaa4846));let _0x50c542=-0x1,_0x5643da=!0x1;const _0x47a03b=_0x20ff87[_0x98ff92(0xbe)],_0x3eb6af=Array[_0x98ff92(0xd4)](_0x47a03b)[_0x98ff92(0xbf)](_0x1a3989=>!(0x3===_0x1a3989[_0x98ff92(0xa9)]&&''===_0x2a7954(_0x1a3989)[_0x98ff92(0xb2)]())),_0x30e147=_0x3eb6af[_0x98ff92(0xa0)];for(let _0x4ad63a=0x0;_0x4ad63a<_0x30e147;_0x4ad63a++){const _0x52e33c=_0x3eb6af[_0x4ad63a],_0x3f40f6=_0x3eb6af[_0x4ad63a+0x1];if(this[_0x98ff92(0xd8)](_0x52e33c)){if(-0x1===_0x50c542&&(_0x50c542=_0x4ad63a),this[_0x98ff92(0xb8)](_0x52e33c),!this[_0x98ff92(0xd8)](_0x3f40f6)){const [_0x51f960,_0xd31b30]=this[_0x98ff92(0xd1)](_0x52e33c,_0x5643da,_0x340f83);if(_0x51f960){const _0xabec49=Array[_0x98ff92(0xd4)](_0x3eb6af)[_0x98ff92(0xc1)](_0x50c542,_0x4ad63a+0x1);this[_0x98ff92(0xb0)](_0x51f960,_0xabec49,_0xd31b30),_0x50c542=-0x1;}}}else{if(this[_0x98ff92(0xa3)](_0x52e33c))_0x5643da=!0x0;else{if(this[_0x98ff92(0xb3)](_0x52e33c)){const _0x256960=_0x3f505f(_0x52e33c,_0x98ff92(0xd9));if(_0x256960&&this[_0x98ff92(0xad)][_0x98ff92(0xbc)](_0x256960)){const _0xcbabcb=_0x5ccbdd(_0x98ff92(0xd9),_0x256960,_0x340f83);this[_0x98ff92(0xa5)](_0xcbabcb,_0x52e33c);}if(this[_0x98ff92(0xd2)][_0x98ff92(0xd5)][_0x98ff92(0xcf)](_0x256960)){const _0x4331a6=this[_0x98ff92(0xd2)][_0x98ff92(0xd5)][_0x98ff92(0xca)](_0x256960);this[_0x98ff92(0xd2)][_0x98ff92(0xd5)][_0x98ff92(0xdf)](_0x4331a6,0x1);}}else{if(this[_0x98ff92(0xc5)](_0x52e33c)){const _0x580556=_0x3f505f(_0x52e33c,_0x98ff92(0xd9));this[_0x98ff92(0xd2)][_0x98ff92(0xd6)][_0x98ff92(0xcf)](_0x580556)||this[_0x98ff92(0xb7)](_0x52e33c);}}}}}for(const _0x1f7616 of this[_0x98ff92(0xd2)][_0x98ff92(0xd5)]){const _0x47bef8=_0x5ccbdd(_0x98ff92(0xd9),_0x1f7616,_0x340f83);if(_0x47bef8){if(_0x47ef2c&&_0x47ef2c[_0x98ff92(0xa1)]){this[_0x98ff92(0xd2)][_0x98ff92(0xe3)]=_0x1f7616;const _0x4b1346=_0x47ef2c[_0x98ff92(0xa1)][_0x98ff92(0xa8)](!0x0);_0x2a5abd(_0x4b1346,_0x98ff92(0xd9),_0x1f7616),_0x2a5abd(_0x4b1346,_0x98ff92(0xb5),_0x98ff92(0xa4)),_0xca1331(_0x47bef8,_0x4b1346);}else _0x29c261(_0x47bef8);}}if(_0x1906b6(_0x98ff92(0x9f),null,_0x340f83)[_0x98ff92(0xe0)](_0x20b071=>{const _0x39442d=_0x98ff92,_0x5e3f04=_0x3f505f(_0x20b071,_0x39442d(0x9f)),_0xdef964=_0x5ccbdd(_0x39442d(0xd9),_0x5e3f04,_0x340f83);_0xdef964&&_0x6474ba(_0xdef964,_0x20b071);}),_0x1906b6(_0x98ff92(0xd9),_0x98ff92(0xd3),_0x340f83)[_0x98ff92(0xe0)](_0x241cb5=>{const _0x3abc3a=_0x98ff92,_0x375d6a=this[_0x3abc3a(0xc4)](_0x241cb5);_0x2a5abd(_0x241cb5,_0x3abc3a(0xd9),_0x375d6a),this[_0x3abc3a(0xd2)][_0x3abc3a(0xc0)][_0x3abc3a(0xdd)](_0x375d6a);}),this[_0x98ff92(0xc6)](_0x340f83),_0x47ef2c&&_0x47ef2c[_0x98ff92(0xd7)]&&this[_0x98ff92(0xaa)](_0x340f83,_0x47ef2c[_0x98ff92(0xc8)]||0x0),_0x47ef2c&&_0x47ef2c[_0x98ff92(0xb4)]&&this[_0x98ff92(0xd2)][_0x98ff92(0xe3)]){let _0x9f3f4b=_0x5ccbdd(_0x98ff92(0xd9),this[_0x98ff92(0xd2)][_0x98ff92(0xe3)],_0x340f83);for(;_0x9f3f4b;)_0x151c6c(_0x9f3f4b),_0x9f3f4b=_0x9f3f4b[_0x98ff92(0xc3)];}return{'parsedContent':_0x340f83,'newNodeIds':this[_0x98ff92(0xd2)][_0x98ff92(0xc0)],'modifiedNodeIds':this[_0x98ff92(0xd2)][_0x98ff92(0xd6)],'removedNodeIds':this[_0x98ff92(0xd2)][_0x98ff92(0xd5)]};}[_0x262abc(0xb0)](_0x172822,_0x106a73,_0x3d46f0){const _0x91eb9c=_0x262abc;for(const _0x28ee9f of _0x106a73){const _0x2caa29=this[_0x91eb9c(0xc4)](_0x28ee9f);_0x2a5abd(_0x28ee9f,_0x91eb9c(0xd9),_0x2caa29),this[_0x91eb9c(0xd2)][_0x91eb9c(0xc0)][_0x91eb9c(0xdd)](_0x2caa29),this[_0x91eb9c(0xd2)][_0x91eb9c(0xe3)]=_0x2caa29;}const _0x423067=_0x91eb9c(0xab)===_0x3d46f0||_0x91eb9c(0xbd)===_0x3d46f0?_0x106a73[_0x91eb9c(0xba)]():_0x106a73;for(const _0x1dd0f3 of _0x423067)_0xf4a3ad(_0x172822,_0x1dd0f3,_0x3d46f0);}[_0x262abc(0xa5)](_0x4e41be,_0x511836){const _0x2a587d=_0x262abc;if(!_0x4e41be)return;if(_0x565fa1(_0x4e41be,_0x511836))return;const _0x25bd54=this[_0x2a587d(0xc4)](_0x4e41be);_0x2a5abd(_0x511836,_0x2a587d(0xd9),_0x25bd54),this[_0x2a587d(0xd2)][_0x2a587d(0xd6)][_0x2a587d(0xdd)](_0x25bd54),this[_0x2a587d(0xd2)][_0x2a587d(0xe3)]=_0x25bd54,_0xca1331(_0x4e41be,_0x511836[_0x2a587d(0xa8)](!0x0));}[_0x262abc(0xd1)](_0x5475e2,_0x29e711,_0xe42614){const _0x72909e=_0x262abc,_0x1aa6f2=this[_0x72909e(0xce)](_0x5475e2,!0x1);if(_0x1aa6f2){const _0x44dc9f=this[_0x72909e(0xe4)](_0x1aa6f2),_0x4451a7=_0x5ccbdd(_0x72909e(0xd9),_0x44dc9f,_0xe42614);if(_0x4451a7)return[_0x4451a7,_0x72909e(0xbd)];this[_0x72909e(0xd2)][_0x72909e(0xb9)][_0x72909e(0xdd)](_0x44dc9f);}const _0x171042=this[_0x72909e(0xc7)](_0x5475e2,!0x1);if(_0x171042){const _0x57e974=this[_0x72909e(0xe4)](_0x171042),_0x25c97c=_0x5ccbdd(_0x72909e(0xd9),_0x57e974,_0xe42614);if(_0x25c97c)return[_0x25c97c,_0x72909e(0xcd)];this[_0x72909e(0xd2)][_0x72909e(0xb9)][_0x72909e(0xdd)](_0x57e974);}return _0x29e711?_0x5475e2[_0x72909e(0xa2)]?this[_0x72909e(0xe2)](_0x5475e2,_0xe42614):[_0xe42614[_0x72909e(0xbe)][_0xe42614[_0x72909e(0xbe)][_0x72909e(0xa0)]-0x1],_0x72909e(0xbd)]:[_0xe42614[_0x72909e(0xbe)][0x0],_0x72909e(0xcd)];}[_0x262abc(0xe2)](_0xdaebcc,_0xab3679){const _0x4fa37a=_0x262abc,_0x5882d5=[],_0x5789eb=this[_0x4fa37a(0xce)](_0xdaebcc,!0x0);if(_0x5789eb){const _0x383dc3=this[_0x4fa37a(0xe4)](_0x5789eb),_0x37fa2b=_0x5ccbdd(_0x4fa37a(0xd9),_0x383dc3,_0xab3679);_0x37fa2b&&_0x5882d5[_0x4fa37a(0xdd)]([_0x37fa2b,_0x4fa37a(0xbd)]);}const _0x2ff32=this[_0x4fa37a(0xc7)](_0xdaebcc,!0x0);if(_0x2ff32){const _0x2a00c2=this[_0x4fa37a(0xe4)](_0x2ff32),_0x58107a=_0x5ccbdd(_0x4fa37a(0xd9),_0x2a00c2,_0xab3679);_0x58107a&&_0x5882d5[_0x4fa37a(0xdd)]([_0x58107a,_0x4fa37a(0xcd)]);}if(_0x5882d5[_0x4fa37a(0xa0)]>0x1)return _0x245bd4(_0x5882d5[0x0][0x0])<=_0x245bd4(_0x5882d5[0x1][0x0])?_0x5882d5[0x0]:_0x5882d5[0x1];return 0x1===_0x5882d5[_0x4fa37a(0xa0)]?_0x5882d5[0x0]:[_0xab3679[_0x4fa37a(0xa6)],_0x4fa37a(0xbd)];}[_0x262abc(0xc7)](_0x32dfe4,_0x4e1721){const _0xf1adad=_0x262abc;let _0x4464ba=_0x32dfe4[_0xf1adad(0xa2)],_0x569da3=null,_0x36af3d=!0x1;for(;_0x4464ba;){if(_0x3db73d(_0x4464ba)){if(this[_0xf1adad(0xc5)](_0x4464ba)&&(_0x569da3=_0x4464ba),this[_0xf1adad(0xa3)](_0x4464ba)&&_0x4e1721&&!_0x36af3d){_0x36af3d=!0x0,_0x4464ba=_0x4464ba[_0xf1adad(0xa2)];continue;}break;}const _0x31dd4f=_0x3f505f(_0x4464ba,_0xf1adad(0xd9));if(_0x31dd4f&&_0xf1adad(0xd3)!==_0x31dd4f&&this[_0xf1adad(0xad)][_0xf1adad(0xbc)](_0x31dd4f)){_0x569da3=_0x4464ba;break;}_0x4464ba=_0x4464ba[_0xf1adad(0xa2)];}return _0x569da3;}[_0x262abc(0xce)](_0x2a7153,_0x2be60c){const _0x516b06=_0x262abc;let _0x3608cb=_0x2a7153[_0x516b06(0x9e)],_0x258e7a=null,_0x27bd52=!0x1;for(;_0x3608cb;){if(_0x3db73d(_0x3608cb)){if(this[_0x516b06(0xc5)](_0x3608cb)&&(_0x258e7a=_0x3608cb),this[_0x516b06(0xa3)](_0x3608cb)&&_0x2be60c&&!_0x27bd52){_0x27bd52=!0x0,_0x3608cb=_0x3608cb[_0x516b06(0x9e)];continue;}break;}const _0x477eec=_0x3f505f(_0x3608cb,_0x516b06(0xd9));if(_0x477eec&&_0x516b06(0xd3)!==_0x477eec&&this[_0x516b06(0xad)][_0x516b06(0xbc)](_0x477eec)){_0x258e7a=_0x3608cb;break;}_0x3608cb=_0x3608cb[_0x516b06(0x9e)];}return _0x258e7a;}[_0x262abc(0xb8)](_0x44f589){const _0x1e1e56=_0x262abc;_0x247db1(_0x44f589)&&_0x1906b6(_0x1e1e56(0xd9),null,_0x44f589)[_0x1e1e56(0xe0)](_0x330100=>{const _0x4fb672=_0x1e1e56;if(this[_0x4fb672(0xb3)](_0x330100)&&!this[_0x4fb672(0xbb)](_0x330100)){const _0x2183db=_0x3f505f(_0x330100,_0x4fb672(0xd9));_0x2a5abd(_0x330100,_0x4fb672(0x9f),_0x2183db),_0x2a5abd(_0x330100,_0x4fb672(0xd9),null);}});}[_0x262abc(0xe4)](_0x59ba5f){const _0x3255fd=_0x262abc;if(!_0x59ba5f)return null;if(_0x247db1(_0x59ba5f))return _0x3f505f(_0x59ba5f,_0x3255fd(0xd9));if(_0x3db73d(_0x59ba5f)){const _0x520674=_0x2a7954(_0x59ba5f)[_0x3255fd(0xac)](/removed[\s*-]data-id="([^"]+)"/);if(_0x520674&&_0x520674[0x1])return _0x520674[0x1];}return null;}[_0x262abc(0xb7)](_0x3d2db6){const _0x58be38=_0x262abc;if(_0x3db73d(_0x3d2db6)){const _0x3bcb8c=_0x2a7954(_0x3d2db6)[_0x58be38(0xac)](/removed[\s*-]data-id="([^"]+)"/);_0x3bcb8c&&_0x3bcb8c[0x1]&&this[_0x58be38(0xd2)][_0x58be38(0xd5)][_0x58be38(0xdd)](_0x3bcb8c[0x1]);}}[_0x262abc(0xc4)](_0x33ba2c){const _0x535566=_0x262abc;return this[_0x535566(0xb3)](_0x33ba2c)?_0x3f505f(_0x33ba2c,_0x535566(0xd9)):this[_0x535566(0xda)]();}[_0x262abc(0xc6)](_0x4cc71b){const _0xd22c9f=_0x262abc;_0x1d9ad5(_0x4cc71b)[_0xd22c9f(0xbf)](_0x385baa=>this[_0xd22c9f(0xc5)](_0x385baa)||this[_0xd22c9f(0xa3)](_0x385baa))[_0xd22c9f(0xe0)](_0x19b6f8=>{_0x29c261(_0x19b6f8);});}[_0x262abc(0xdb)](_0x2be0a8){const _0xcc6aa4=_0x262abc,_0x3caed0=_0x2be0a8[_0xcc6aa4(0xbe)],_0x180e29=_0x3caed0[_0x3caed0[_0xcc6aa4(0xa0)]-0x1];_0x180e29&&_0x247db1(_0x180e29)&&_0x2a5abd(_0x180e29,_0xcc6aa4(0xb6),_0xcc6aa4(0xa4));}[_0x262abc(0xaa)](_0x50b5f5,_0x265442){const _0x3c61db=_0x262abc,_0x40e4a8=_0x5ccbdd(_0x3c61db(0xb6),_0x3c61db(0xa4),_0x50b5f5);if(!_0x40e4a8)return;const _0x2cb80f=_0x1bd125(_0x40e4a8)[_0x3c61db(0xc1)](0x0,-0x1),_0x151326=_0x2cb80f[_0x3c61db(0xa0)];let _0x12e79b=_0x40e4a8;if(_0x151326>_0x265442){let _0x2d392f=_0x151326,_0x37c8c6=null;for(;_0x2d392f>_0x265442&&_0x2d392f>=0x0;)_0x2d392f--,_0x37c8c6=_0x2cb80f[_0x2d392f];_0x37c8c6&&(_0x12e79b=_0x37c8c6,_0x2a5abd(_0x40e4a8,_0x3c61db(0xb6),null),_0x2a5abd(_0x37c8c6,_0x3c61db(0xb6),_0x3c61db(0xa4)));}else{if(_0x151326<_0x265442){let _0x5de177=_0x151326,_0x348d31=_0x40e4a8;for(;_0x5de177<_0x265442;){const _0x5b9903=_0x348d31[_0x3c61db(0xbe)][_0x3c61db(0xbf)](_0x665eeb=>_0x247db1(_0x665eeb));if(0x0===_0x5b9903[_0x3c61db(0xa0)])break;_0x5de177++,_0x348d31=_0x5b9903[_0x5b9903[_0x3c61db(0xa0)]-0x1];}_0x348d31&&(_0x12e79b=_0x348d31,_0x2a5abd(_0x40e4a8,_0x3c61db(0xb6),null),_0x2a5abd(_0x348d31,_0x3c61db(0xb6),_0x3c61db(0xa4)));}}let _0x3baef1=_0x12e79b;for(;_0x3baef1;){for(;_0x3baef1[_0x3c61db(0xa2)];)_0x3baef1=_0x3baef1[_0x3c61db(0xa2)],_0x247db1(_0x3baef1)&&_0x2a5abd(_0x3baef1,_0x3c61db(0xb6),_0x3c61db(0xa4));_0x3baef1=_0x3baef1[_0x3c61db(0xc3)];}}[_0x262abc(0xd8)](_0x2a5856){const _0x3a0c63=_0x262abc;return Boolean(_0x3a0c63(0xd3)===_0x3f505f(_0x2a5856,_0x3a0c63(0xd9)));}[_0x262abc(0xb3)](_0x1f9e46){const _0x3fcd4f=_0x262abc;return Boolean((_0x3f505f(_0x1f9e46,_0x3fcd4f(0xd9))||'')[_0x3fcd4f(0xa0)]>0x0&&_0x3fcd4f(0xd3)!==_0x3f505f(_0x1f9e46,_0x3fcd4f(0xd9)));}[_0x262abc(0xc5)](_0x526398){const _0x58c320=_0x262abc;return!!_0x526398&&Boolean(_0x3db73d(_0x526398)&&_0x2a7954(_0x526398)[_0x58c320(0xac)](/removed[\s*-]data-id="[^"]+"/));}[_0x262abc(0xbb)](_0x1a4bb3){const _0x40da8b=_0x262abc;let _0xdfb20c=_0x1a4bb3[_0x40da8b(0xc3)];for(;_0xdfb20c;){if(_0x3f505f(_0xdfb20c,_0x40da8b(0x9f)))return!0x0;_0xdfb20c=_0xdfb20c[_0x40da8b(0xc3)];}return!0x1;}[_0x262abc(0xa3)](_0x6b2193){const _0x52aeea=_0x262abc;return Boolean(_0x3db73d(_0x6b2193)&&_0x2a7954(_0x6b2193)[_0x52aeea(0xac)](/\s*existing[\s*-](content|document)\s*/g));}}function _0x5d08(){const _0x5205b8=['data-unstable','_storeDeletedElementIds','_markWrappedElements','invalidIds','reverse','_hasWrappedParent','has','afterend','childNodes','filter','newIds','slice','14iWhAAo','parentNode','_getUid','_isDelNode','_removeSpecialComments','_findNextElementWithDataId','markUnstableElementsDepth','738141hkzIZU','indexOf','47720NJVMFi','2KQxpcl','beforebegin','_findPrevElementWithDataId','includes','3972240MuvGoe','_findReferenceNode','_touchedNodesState','new-element','from','removedIds','modifiedIds','markUnstableElements','_isNewNode','data-id','_generateUid','_markLastTagElementUnstable','236uBMNix','push','map','splice','forEach','2073752KmoeHl','_findFallbackReferenceNode','lastTouchedId','_getNodeDataId','previousSibling','data-wrapped-id','length','replaceRemovedWith','nextSibling','_isExistingContentComment','true','_replaceNode','lastChild','269040TFoXrR','cloneNode','nodeType','_markUnstableElements','afterbegin','match','_existingDataIds','294129HKSSZF','2463399wkAEPP','_insertNodes','merge','trim','_isExistingNode','cutAfterLastChange','data-removed'];_0x5d08=function(){return _0x5205b8;};return _0x5d08();}
23
+ const _0x2bba18=_0x2326;(function(_0xbaad62,_0x48bb03){const _0x57b821=_0x2326,_0x201409=_0xbaad62();while(!![]){try{const _0x206319=-parseInt(_0x57b821(0x230))/0x1*(-parseInt(_0x57b821(0x20d))/0x2)+parseInt(_0x57b821(0x219))/0x3*(-parseInt(_0x57b821(0x21a))/0x4)+-parseInt(_0x57b821(0x233))/0x5+parseInt(_0x57b821(0x224))/0x6+parseInt(_0x57b821(0x1fe))/0x7*(-parseInt(_0x57b821(0x1ef))/0x8)+parseInt(_0x57b821(0x1f9))/0x9*(-parseInt(_0x57b821(0x217))/0xa)+parseInt(_0x57b821(0x205))/0xb*(parseInt(_0x57b821(0x22a))/0xc);if(_0x206319===_0x48bb03)break;else _0x201409['push'](_0x201409['shift']());}catch(_0x31c206){_0x201409['push'](_0x201409['shift']());}}}(_0x2d89,0x1930f));import{ObservableMixin as _0xf5579e,uid as _0x28d4e3}from'ckeditor5/src/utils.js';function _0x2326(_0xa99c60,_0x308746){const _0x2d89a6=_0x2d89();return _0x2326=function(_0x232686,_0x586b51){_0x232686=_0x232686-0x1ed;let _0x925a6a=_0x2d89a6[_0x232686];return _0x925a6a;},_0x2326(_0xa99c60,_0x308746);}function _0x2d89(){const _0xe87c62=['match','1174710HCbRPZ','_insertNodes','data-unstable','_findFallbackReferenceNode','includes','trim','120MCJDWp','parentNode','filter','removedIds','splice','childNodes','5837lKQwyV','_markLastTagElementUnstable','beforebegin','471900YkRpug','newIds','data-wrapped-id','replaceRemovedWith','invalidIds','72IUQEqj','data-removed','_findPrevElementWithDataId','has','slice','_markUnstableElements','_isDelNode','_replaceNode','markUnstableElements','cloneNode','81obqqhx','afterbegin','_findNextElementWithDataId','_removeSpecialComments','from','105238cCOZDe','modifiedIds','_isExistingContentComment','_existingDataIds','_isExistingNode','nextSibling','_generateUid','125367uuPakA','lastChild','new-element','_isNewNode','afterend','lastTouchedId','previousSibling','_findReferenceNode','36VBgGHC','reverse','markUnstableElementsDepth','_getUid','cutAfterLastChange','_markWrappedElements','_storeDeletedElementIds','_hasWrappedParent','map','push','83250RZVDut','length','21081KssoAn','4dNNZxk','forEach','_touchedNodesState','true','nodeType','_getNodeDataId','merge','indexOf','data-id'];_0x2d89=function(){return _0xe87c62;};return _0x2d89();}import{findAllByAttribute as _0x51394b,findByAttribute as _0x312ee6,getAttribute as _0x410b67,isComment as _0x3be658,isTag as _0x1e0b80,insertElement as _0x5b377f,moveElement as _0x152da3,removeElement as _0x5a0644,replaceElement as _0x39d496,serialize as _0x416a71,setAttribute as _0x45c1f5,clone as _0x5d97ee,findAllComments as _0x123022,getParents as _0x109a8b,getNodeNestingLevel as _0x140b5d,areNodesSame as _0x3849b7,removeElementsAfter as _0x1bda48}from'../utils/htmlparser.js';export class AIResponseApplier extends/* #__PURE__ -- @preserve */
24
+ _0xf5579e(){[_0x2bba18(0x204)];[_0x2bba18(0x21c)]={'newIds':[],'modifiedIds':[],'removedIds':[],'invalidIds':[],'lastTouchedId':null};[_0x2bba18(0x201)]=new Set();constructor(_0x2ec2a8){const _0x41c5c7=_0x2bba18;super(),this[_0x41c5c7(0x204)]=_0x2ec2a8||_0x28d4e3;}[_0x2bba18(0x220)](_0x1a3769,_0x4f7675,_0x146ae3){const _0x51683c=_0x2bba18,_0x28640b=_0x5d97ee(_0x1a3769);if(0x0===_0x4f7675[_0x51683c(0x22f)][_0x51683c(0x218)]){const _0x6648c2=[];return _0x51394b(_0x51683c(0x222),_0x51683c(0x207),_0x28640b)[_0x51683c(0x21b)](_0x36d4c1=>{const _0x84df4e=_0x51683c,_0x15fec4=this[_0x84df4e(0x204)]();_0x45c1f5(_0x36d4c1,_0x84df4e(0x222),_0x15fec4),_0x6648c2[_0x84df4e(0x216)](_0x15fec4);}),this[_0x51683c(0x1fc)](_0x28640b),{'parsedContent':_0x28640b,'newNodeIds':_0x6648c2,'modifiedNodeIds':[],'removedNodeIds':[]};}_0x146ae3&&_0x146ae3[_0x51683c(0x1f7)]&&this[_0x51683c(0x231)](_0x28640b),this[_0x51683c(0x21c)][_0x51683c(0x234)]=[],this[_0x51683c(0x21c)][_0x51683c(0x1ff)]=[],this[_0x51683c(0x21c)][_0x51683c(0x22d)]=[],this[_0x51683c(0x21c)][_0x51683c(0x1ee)]=[],this[_0x51683c(0x21c)][_0x51683c(0x20a)]=null,this[_0x51683c(0x201)]=new Set(_0x51394b(_0x51683c(0x222),null,_0x4f7675)[_0x51683c(0x215)](_0x47bff0=>_0x410b67(_0x47bff0,_0x51683c(0x222)))[_0x51683c(0x22c)](_0x4cf53e=>!!_0x4cf53e));let _0x133740=-0x1,_0x24fa54=!0x1;const _0x112367=_0x28640b[_0x51683c(0x22f)],_0x5f1e19=Array[_0x51683c(0x1fd)](_0x112367)[_0x51683c(0x22c)](_0x19536a=>!(0x3===_0x19536a[_0x51683c(0x21e)]&&''===_0x416a71(_0x19536a)[_0x51683c(0x229)]())),_0x1f779e=_0x5f1e19[_0x51683c(0x218)];for(let _0x136141=0x0;_0x136141<_0x1f779e;_0x136141++){const _0x48bdf2=_0x5f1e19[_0x136141],_0x35195e=_0x5f1e19[_0x136141+0x1];if(this[_0x51683c(0x208)](_0x48bdf2)){if(-0x1===_0x133740&&(_0x133740=_0x136141),this[_0x51683c(0x212)](_0x48bdf2),!this[_0x51683c(0x208)](_0x35195e)){const [_0x107fbd,_0x7c01bd]=this[_0x51683c(0x20c)](_0x48bdf2,_0x24fa54,_0x4f7675);if(_0x107fbd){const _0x5e87b9=Array[_0x51683c(0x1fd)](_0x5f1e19)[_0x51683c(0x1f3)](_0x133740,_0x136141+0x1);this[_0x51683c(0x225)](_0x107fbd,_0x5e87b9,_0x7c01bd),_0x133740=-0x1;}}}else{if(this[_0x51683c(0x200)](_0x48bdf2))_0x24fa54=!0x0;else{if(this[_0x51683c(0x202)](_0x48bdf2)){const _0x336076=_0x410b67(_0x48bdf2,_0x51683c(0x222));if(_0x336076&&this[_0x51683c(0x201)][_0x51683c(0x1f2)](_0x336076)){const _0x463ab4=_0x312ee6(_0x51683c(0x222),_0x336076,_0x4f7675);this[_0x51683c(0x1f6)](_0x463ab4,_0x48bdf2);}if(this[_0x51683c(0x21c)][_0x51683c(0x22d)][_0x51683c(0x228)](_0x336076)){const _0x147e97=this[_0x51683c(0x21c)][_0x51683c(0x22d)][_0x51683c(0x221)](_0x336076);this[_0x51683c(0x21c)][_0x51683c(0x22d)][_0x51683c(0x22e)](_0x147e97,0x1);}}else{if(this[_0x51683c(0x1f5)](_0x48bdf2)){const _0x22884f=_0x410b67(_0x48bdf2,_0x51683c(0x222));this[_0x51683c(0x21c)][_0x51683c(0x1ff)][_0x51683c(0x228)](_0x22884f)||this[_0x51683c(0x213)](_0x48bdf2);}}}}}for(const _0x21f9e7 of this[_0x51683c(0x21c)][_0x51683c(0x22d)]){const _0x50e411=_0x312ee6(_0x51683c(0x222),_0x21f9e7,_0x4f7675);if(_0x50e411){if(_0x146ae3&&_0x146ae3[_0x51683c(0x1ed)]){this[_0x51683c(0x21c)][_0x51683c(0x20a)]=_0x21f9e7;const _0x42b57a=_0x146ae3[_0x51683c(0x1ed)][_0x51683c(0x1f8)](!0x0);_0x45c1f5(_0x42b57a,_0x51683c(0x222),_0x21f9e7),_0x45c1f5(_0x42b57a,_0x51683c(0x1f0),_0x51683c(0x21d)),_0x39d496(_0x50e411,_0x42b57a);}else _0x5a0644(_0x50e411);}}if(_0x51394b(_0x51683c(0x235),null,_0x4f7675)[_0x51683c(0x21b)](_0x12c40a=>{const _0x147953=_0x51683c,_0xde1496=_0x410b67(_0x12c40a,_0x147953(0x235)),_0x5dbd42=_0x312ee6(_0x147953(0x222),_0xde1496,_0x4f7675);_0x5dbd42&&_0x152da3(_0x5dbd42,_0x12c40a);}),_0x51394b(_0x51683c(0x222),_0x51683c(0x207),_0x4f7675)[_0x51683c(0x21b)](_0x31fea3=>{const _0x30c91e=_0x51683c,_0xe184c8=this[_0x30c91e(0x210)](_0x31fea3);_0x45c1f5(_0x31fea3,_0x30c91e(0x222),_0xe184c8),this[_0x30c91e(0x21c)][_0x30c91e(0x234)][_0x30c91e(0x216)](_0xe184c8);}),this[_0x51683c(0x1fc)](_0x4f7675),_0x146ae3&&_0x146ae3[_0x51683c(0x1f7)]&&this[_0x51683c(0x1f4)](_0x4f7675,_0x146ae3[_0x51683c(0x20f)]||0x0),_0x146ae3&&_0x146ae3[_0x51683c(0x211)]&&this[_0x51683c(0x21c)][_0x51683c(0x20a)]){let _0x112443=_0x312ee6(_0x51683c(0x222),this[_0x51683c(0x21c)][_0x51683c(0x20a)],_0x4f7675);for(;_0x112443;)_0x1bda48(_0x112443),_0x112443=_0x112443[_0x51683c(0x22b)];}return{'parsedContent':_0x4f7675,'newNodeIds':this[_0x51683c(0x21c)][_0x51683c(0x234)],'modifiedNodeIds':this[_0x51683c(0x21c)][_0x51683c(0x1ff)],'removedNodeIds':this[_0x51683c(0x21c)][_0x51683c(0x22d)]};}[_0x2bba18(0x225)](_0x1e33dc,_0x472b61,_0x497a71){const _0x35a1e8=_0x2bba18;for(const _0x45e5e3 of _0x472b61){const _0x427fe6=this[_0x35a1e8(0x210)](_0x45e5e3);_0x45c1f5(_0x45e5e3,_0x35a1e8(0x222),_0x427fe6),this[_0x35a1e8(0x21c)][_0x35a1e8(0x234)][_0x35a1e8(0x216)](_0x427fe6),this[_0x35a1e8(0x21c)][_0x35a1e8(0x20a)]=_0x427fe6;}const _0x1d122f=_0x35a1e8(0x1fa)===_0x497a71||_0x35a1e8(0x209)===_0x497a71?_0x472b61[_0x35a1e8(0x20e)]():_0x472b61;for(const _0x20443d of _0x1d122f)_0x5b377f(_0x1e33dc,_0x20443d,_0x497a71);}[_0x2bba18(0x1f6)](_0x105884,_0x1a31cb){const _0x252db2=_0x2bba18;if(!_0x105884)return;if(_0x3849b7(_0x105884,_0x1a31cb))return;const _0x5b1c3d=this[_0x252db2(0x210)](_0x105884);_0x45c1f5(_0x1a31cb,_0x252db2(0x222),_0x5b1c3d),this[_0x252db2(0x21c)][_0x252db2(0x1ff)][_0x252db2(0x216)](_0x5b1c3d),this[_0x252db2(0x21c)][_0x252db2(0x20a)]=_0x5b1c3d,_0x39d496(_0x105884,_0x1a31cb[_0x252db2(0x1f8)](!0x0));}[_0x2bba18(0x20c)](_0x228de0,_0x12e1e1,_0x31a060){const _0x3ff218=_0x2bba18,_0xb6d08d=this[_0x3ff218(0x1f1)](_0x228de0,!0x1);if(_0xb6d08d){const _0x38a7e5=this[_0x3ff218(0x21f)](_0xb6d08d),_0x370953=_0x312ee6(_0x3ff218(0x222),_0x38a7e5,_0x31a060);if(_0x370953)return[_0x370953,_0x3ff218(0x209)];this[_0x3ff218(0x21c)][_0x3ff218(0x1ee)][_0x3ff218(0x216)](_0x38a7e5);}const _0x15b693=this[_0x3ff218(0x1fb)](_0x228de0,!0x1);if(_0x15b693){const _0x146170=this[_0x3ff218(0x21f)](_0x15b693),_0x77ab7d=_0x312ee6(_0x3ff218(0x222),_0x146170,_0x31a060);if(_0x77ab7d)return[_0x77ab7d,_0x3ff218(0x232)];this[_0x3ff218(0x21c)][_0x3ff218(0x1ee)][_0x3ff218(0x216)](_0x146170);}return _0x12e1e1?_0x228de0[_0x3ff218(0x203)]?this[_0x3ff218(0x227)](_0x228de0,_0x31a060):[_0x31a060[_0x3ff218(0x22f)][_0x31a060[_0x3ff218(0x22f)][_0x3ff218(0x218)]-0x1],_0x3ff218(0x209)]:[_0x31a060[_0x3ff218(0x22f)][0x0],_0x3ff218(0x232)];}[_0x2bba18(0x227)](_0x4b7897,_0x3344da){const _0x3c3122=_0x2bba18,_0x4f3911=[],_0x4cec7b=this[_0x3c3122(0x1f1)](_0x4b7897,!0x0);if(_0x4cec7b){const _0x50cd41=this[_0x3c3122(0x21f)](_0x4cec7b),_0x5df4f5=_0x312ee6(_0x3c3122(0x222),_0x50cd41,_0x3344da);_0x5df4f5&&_0x4f3911[_0x3c3122(0x216)]([_0x5df4f5,_0x3c3122(0x209)]);}const _0x175290=this[_0x3c3122(0x1fb)](_0x4b7897,!0x0);if(_0x175290){const _0x3e8705=this[_0x3c3122(0x21f)](_0x175290),_0x17ba9f=_0x312ee6(_0x3c3122(0x222),_0x3e8705,_0x3344da);_0x17ba9f&&_0x4f3911[_0x3c3122(0x216)]([_0x17ba9f,_0x3c3122(0x232)]);}if(_0x4f3911[_0x3c3122(0x218)]>0x1)return _0x140b5d(_0x4f3911[0x0][0x0])<=_0x140b5d(_0x4f3911[0x1][0x0])?_0x4f3911[0x0]:_0x4f3911[0x1];return 0x1===_0x4f3911[_0x3c3122(0x218)]?_0x4f3911[0x0]:[_0x3344da[_0x3c3122(0x206)],_0x3c3122(0x209)];}[_0x2bba18(0x1fb)](_0x1d9764,_0x3dbb04){const _0x3114f4=_0x2bba18;let _0xcba64c=_0x1d9764[_0x3114f4(0x203)],_0x3d557c=null,_0x5c4937=!0x1;for(;_0xcba64c;){if(_0x3be658(_0xcba64c)){if(this[_0x3114f4(0x1f5)](_0xcba64c)&&(_0x3d557c=_0xcba64c),this[_0x3114f4(0x200)](_0xcba64c)&&_0x3dbb04&&!_0x5c4937){_0x5c4937=!0x0,_0xcba64c=_0xcba64c[_0x3114f4(0x203)];continue;}break;}const _0x161921=_0x410b67(_0xcba64c,_0x3114f4(0x222));if(_0x161921&&_0x3114f4(0x207)!==_0x161921&&this[_0x3114f4(0x201)][_0x3114f4(0x1f2)](_0x161921)){_0x3d557c=_0xcba64c;break;}_0xcba64c=_0xcba64c[_0x3114f4(0x203)];}return _0x3d557c;}[_0x2bba18(0x1f1)](_0x452067,_0x2ee32f){const _0x5885f7=_0x2bba18;let _0x317478=_0x452067[_0x5885f7(0x20b)],_0x3ee6d0=null,_0x54e182=!0x1;for(;_0x317478;){if(_0x3be658(_0x317478)){if(this[_0x5885f7(0x1f5)](_0x317478)&&(_0x3ee6d0=_0x317478),this[_0x5885f7(0x200)](_0x317478)&&_0x2ee32f&&!_0x54e182){_0x54e182=!0x0,_0x317478=_0x317478[_0x5885f7(0x20b)];continue;}break;}const _0x2d6d95=_0x410b67(_0x317478,_0x5885f7(0x222));if(_0x2d6d95&&_0x5885f7(0x207)!==_0x2d6d95&&this[_0x5885f7(0x201)][_0x5885f7(0x1f2)](_0x2d6d95)){_0x3ee6d0=_0x317478;break;}_0x317478=_0x317478[_0x5885f7(0x20b)];}return _0x3ee6d0;}[_0x2bba18(0x212)](_0x2f0b3b){const _0x4dcd70=_0x2bba18;_0x1e0b80(_0x2f0b3b)&&_0x51394b(_0x4dcd70(0x222),null,_0x2f0b3b)[_0x4dcd70(0x21b)](_0x1fb85d=>{const _0x716e96=_0x4dcd70;if(this[_0x716e96(0x202)](_0x1fb85d)&&!this[_0x716e96(0x214)](_0x1fb85d)){const _0x8a43c0=_0x410b67(_0x1fb85d,_0x716e96(0x222));_0x45c1f5(_0x1fb85d,_0x716e96(0x235),_0x8a43c0),_0x45c1f5(_0x1fb85d,_0x716e96(0x222),null);}});}[_0x2bba18(0x21f)](_0x5c7bb4){const _0x1b1daf=_0x2bba18;if(!_0x5c7bb4)return null;if(_0x1e0b80(_0x5c7bb4))return _0x410b67(_0x5c7bb4,_0x1b1daf(0x222));if(_0x3be658(_0x5c7bb4)){const _0x5e72e0=_0x416a71(_0x5c7bb4)[_0x1b1daf(0x223)](/removed[\s*-]data-id="([^"]+)"/);if(_0x5e72e0&&_0x5e72e0[0x1])return _0x5e72e0[0x1];}return null;}[_0x2bba18(0x213)](_0x1ea123){const _0x28fe6f=_0x2bba18;if(_0x3be658(_0x1ea123)){const _0x41ffc8=_0x416a71(_0x1ea123)[_0x28fe6f(0x223)](/removed[\s*-]data-id="([^"]+)"/);_0x41ffc8&&_0x41ffc8[0x1]&&this[_0x28fe6f(0x21c)][_0x28fe6f(0x22d)][_0x28fe6f(0x216)](_0x41ffc8[0x1]);}}[_0x2bba18(0x210)](_0x610ecd){const _0x7d99c3=_0x2bba18;return this[_0x7d99c3(0x202)](_0x610ecd)?_0x410b67(_0x610ecd,_0x7d99c3(0x222)):this[_0x7d99c3(0x204)]();}[_0x2bba18(0x1fc)](_0x420eb1){const _0x2b058f=_0x2bba18;_0x123022(_0x420eb1)[_0x2b058f(0x22c)](_0x56d702=>this[_0x2b058f(0x1f5)](_0x56d702)||this[_0x2b058f(0x200)](_0x56d702))[_0x2b058f(0x21b)](_0x731bea=>{_0x5a0644(_0x731bea);});}[_0x2bba18(0x231)](_0x2043f7){const _0x57b371=_0x2bba18,_0x519368=_0x2043f7[_0x57b371(0x22f)],_0x26e17f=_0x519368[_0x519368[_0x57b371(0x218)]-0x1];_0x26e17f&&_0x1e0b80(_0x26e17f)&&_0x45c1f5(_0x26e17f,_0x57b371(0x226),_0x57b371(0x21d));}[_0x2bba18(0x1f4)](_0x40ce82,_0x218369){const _0xe225b4=_0x2bba18,_0x34b135=_0x312ee6(_0xe225b4(0x226),_0xe225b4(0x21d),_0x40ce82);if(!_0x34b135)return;const _0x4cc993=_0x109a8b(_0x34b135)[_0xe225b4(0x1f3)](0x0,-0x1),_0x30edec=_0x4cc993[_0xe225b4(0x218)];let _0x31b357=_0x34b135;if(_0x30edec>_0x218369){let _0x5acbbc=_0x30edec,_0x44f667=null;for(;_0x5acbbc>_0x218369&&_0x5acbbc>=0x0;)_0x5acbbc--,_0x44f667=_0x4cc993[_0x5acbbc];_0x44f667&&(_0x31b357=_0x44f667,_0x45c1f5(_0x34b135,_0xe225b4(0x226),null),_0x45c1f5(_0x44f667,_0xe225b4(0x226),_0xe225b4(0x21d)));}else{if(_0x30edec<_0x218369){let _0x2d3978=_0x30edec,_0x24ac23=_0x34b135;for(;_0x2d3978<_0x218369;){const _0x11273c=_0x24ac23[_0xe225b4(0x22f)][_0xe225b4(0x22c)](_0x10c9a7=>_0x1e0b80(_0x10c9a7));if(0x0===_0x11273c[_0xe225b4(0x218)])break;_0x2d3978++,_0x24ac23=_0x11273c[_0x11273c[_0xe225b4(0x218)]-0x1];}_0x24ac23&&(_0x31b357=_0x24ac23,_0x45c1f5(_0x34b135,_0xe225b4(0x226),null),_0x45c1f5(_0x24ac23,_0xe225b4(0x226),_0xe225b4(0x21d)));}}let _0x1f8235=_0x31b357;for(;_0x1f8235;){for(;_0x1f8235[_0xe225b4(0x203)];)_0x1f8235=_0x1f8235[_0xe225b4(0x203)],_0x1e0b80(_0x1f8235)&&_0x45c1f5(_0x1f8235,_0xe225b4(0x226),_0xe225b4(0x21d));_0x1f8235=_0x1f8235[_0xe225b4(0x22b)];}}[_0x2bba18(0x208)](_0x28d9be){const _0x2139e7=_0x2bba18;return Boolean(_0x2139e7(0x207)===_0x410b67(_0x28d9be,_0x2139e7(0x222)));}[_0x2bba18(0x202)](_0x30c361){const _0x488140=_0x2bba18;return Boolean((_0x410b67(_0x30c361,_0x488140(0x222))||'')[_0x488140(0x218)]>0x0&&_0x488140(0x207)!==_0x410b67(_0x30c361,_0x488140(0x222)));}[_0x2bba18(0x1f5)](_0x23a7dd){const _0xde32a4=_0x2bba18;return!!_0x23a7dd&&Boolean(_0x3be658(_0x23a7dd)&&_0x416a71(_0x23a7dd)[_0xde32a4(0x223)](/removed[\s*-]data-id="[^"]+"/));}[_0x2bba18(0x214)](_0x51d71e){const _0xe9b934=_0x2bba18;let _0x2a8f66=_0x51d71e[_0xe9b934(0x22b)];for(;_0x2a8f66;){if(_0x410b67(_0x2a8f66,_0xe9b934(0x235)))return!0x0;_0x2a8f66=_0x2a8f66[_0xe9b934(0x22b)];}return!0x1;}[_0x2bba18(0x200)](_0x15fd40){const _0x1a85ab=_0x2bba18;return Boolean(_0x3be658(_0x15fd40)&&_0x416a71(_0x15fd40)[_0x1a85ab(0x223)](/\s*existing[\s*-](content|document)\s*/g));}}
@@ -20,5 +20,5 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1a7ae8=_0x4cd7;(function(_0x11536a,_0x4ac387){const _0x16f786=_0x4cd7,_0x507dac=_0x11536a();while(!![]){try{const _0x49de54=-parseInt(_0x16f786(0x1e1))/0x1+-parseInt(_0x16f786(0x1e3))/0x2*(parseInt(_0x16f786(0x1d7))/0x3)+-parseInt(_0x16f786(0x1e0))/0x4+parseInt(_0x16f786(0x1de))/0x5+-parseInt(_0x16f786(0x1d8))/0x6+parseInt(_0x16f786(0x1d6))/0x7*(-parseInt(_0x16f786(0x1e2))/0x8)+parseInt(_0x16f786(0x1e5))/0x9;if(_0x49de54===_0x4ac387)break;else _0x507dac['push'](_0x507dac['shift']());}catch(_0x10a87a){_0x507dac['push'](_0x507dac['shift']());}}}(_0x43ea,0x8c3d0));import{ObservableMixin as _0x285b72}from'ckeditor5/src/utils.js';import{MarkdownGfmMdToHtml as _0x5696a4}from'@ckeditor/ckeditor5-markdown-gfm';function _0x43ea(){const _0x2ebe47=['convertMarkdownToHTML','2621092LlXoqz','106895yLoREE','2114968vXXUrR','95066nvvCfe','_m2html','29163303nPYBcy','</dummy>','replace','28yNUoLk','3SNQodp','6052272EnxfRE','_parseHTML','parse','<dummy>','children','parseAndNormalizeHTML','1049730atLQOe'];_0x43ea=function(){return _0x2ebe47;};return _0x43ea();}function _0x4cd7(_0x52b577,_0x11c1ce){const _0x43ea09=_0x43ea();return _0x4cd7=function(_0x4cd719,_0x5cefb1){_0x4cd719=_0x4cd719-0x1d5;let _0x540a9f=_0x43ea09[_0x4cd719];return _0x540a9f;},_0x4cd7(_0x52b577,_0x11c1ce);}import{parse as _0x5e10d0}from'../utils/htmlparser.js';export class AIResponseParser extends/* #__PURE__ -- @preserve */
24
- _0x285b72(){[_0x1a7ae8(0x1e4)];constructor(){const _0x5af6ce=_0x1a7ae8;super(),this[_0x5af6ce(0x1e4)]=new _0x5696a4();}[_0x1a7ae8(0x1df)](_0xa7612a){const _0x55312e=_0x1a7ae8,_0x903777=this[_0x55312e(0x1e4)][_0x55312e(0x1da)](_0xa7612a);return this[_0x55312e(0x1dd)](_0x903777);}[_0x1a7ae8(0x1dd)](_0x23538f){const _0x2e01e5=_0x1a7ae8;return this[_0x2e01e5(0x1d9)](_0x23538f);}[_0x1a7ae8(0x1d9)](_0xb71ea3){const _0x15af3b=_0x1a7ae8,_0xb21fed=_0xb71ea3[_0x15af3b(0x1d5)](/^\t+/gm,'\x20')[_0x15af3b(0x1d5)](/\n*/g,'')[_0x15af3b(0x1d5)](/\s+/g,'\x20')[_0x15af3b(0x1d5)](/<[^>]*?$/g,''),_0x5b82e6=_0x5e10d0(_0x15af3b(0x1db)+_0xb21fed+_0x15af3b(0x1e6));return _0x5b82e6[_0x15af3b(0x1dc)]=_0x5b82e6[_0x15af3b(0x1dc)][0x0][_0x15af3b(0x1dc)],_0x5b82e6;}}
23
+ const _0x1854c0=_0x3f36;(function(_0x508d67,_0x512a7f){const _0x1bdccf=_0x3f36,_0x1f0a04=_0x508d67();while(!![]){try{const _0x517322=-parseInt(_0x1bdccf(0x137))/0x1*(parseInt(_0x1bdccf(0x133))/0x2)+-parseInt(_0x1bdccf(0x129))/0x3+parseInt(_0x1bdccf(0x139))/0x4*(-parseInt(_0x1bdccf(0x12f))/0x5)+parseInt(_0x1bdccf(0x134))/0x6+-parseInt(_0x1bdccf(0x135))/0x7+-parseInt(_0x1bdccf(0x138))/0x8*(parseInt(_0x1bdccf(0x128))/0x9)+-parseInt(_0x1bdccf(0x12e))/0xa*(-parseInt(_0x1bdccf(0x12d))/0xb);if(_0x517322===_0x512a7f)break;else _0x1f0a04['push'](_0x1f0a04['shift']());}catch(_0x1ef77c){_0x1f0a04['push'](_0x1f0a04['shift']());}}}(_0x50cb,0xc0f70));import{ObservableMixin as _0x3ec620}from'ckeditor5/src/utils.js';import{MarkdownGfmMdToHtml as _0x36d387}from'@ckeditor/ckeditor5-markdown-gfm';import{parse as _0x1d60c0}from'../utils/htmlparser.js';function _0x50cb(){const _0x35284c=['705335YjiiPd','replace','children','convertMarkdownToHTML','2iBtDrg','9330774KvolnV','710556ujtaqF','_parseHTML','1199999GZqdMQ','488tWfPEE','20eTKLvi','</dummy>','<dummy>','132399InrUhm','319509sFFdnw','parseAndNormalizeHTML','parse','_m2html','33341rdzylt','7410POtHyZ'];_0x50cb=function(){return _0x35284c;};return _0x50cb();}function _0x3f36(_0x383792,_0x5ffe86){const _0x50cb80=_0x50cb();return _0x3f36=function(_0x3f36b1,_0x513d53){_0x3f36b1=_0x3f36b1-0x128;let _0xa0dbea=_0x50cb80[_0x3f36b1];return _0xa0dbea;},_0x3f36(_0x383792,_0x5ffe86);}export class AIResponseParser extends/* #__PURE__ -- @preserve */
24
+ _0x3ec620(){[_0x1854c0(0x12c)];constructor(){const _0x31b934=_0x1854c0;super(),this[_0x31b934(0x12c)]=new _0x36d387();}[_0x1854c0(0x132)](_0x51c2d0){const _0x376ff0=_0x1854c0,_0x6a3d5a=this[_0x376ff0(0x12c)][_0x376ff0(0x12b)](_0x51c2d0);return this[_0x376ff0(0x12a)](_0x6a3d5a);}[_0x1854c0(0x12a)](_0x54dc3b){const _0x2a8445=_0x1854c0;return this[_0x2a8445(0x136)](_0x54dc3b);}[_0x1854c0(0x136)](_0x1c2ac2){const _0x226e23=_0x1854c0,_0x5376f3=_0x1c2ac2[_0x226e23(0x130)](/^\t+/gm,'\x20')[_0x226e23(0x130)](/\n*/g,'')[_0x226e23(0x130)](/\s+/g,'\x20')[_0x226e23(0x130)](/<[^>]*?$/g,''),_0xbe3b01=_0x1d60c0(_0x226e23(0x13b)+_0x5376f3+_0x226e23(0x13a));return _0xbe3b01[_0x226e23(0x131)]=_0xbe3b01[_0x226e23(0x131)][0x0][_0x226e23(0x131)],_0xbe3b01;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2d89(){var _0x3ffc0e=['AI_DISCLAIMER_TEXT','5123250AUbFiX','ck-ai-disclaimer__content','1hCKGKG','2465320SDUArK','2114fMgirB','ck-ai-disclaimer','2489920JUmiqP','19016BxsHkt','891312nzUdKB','219lVTQvz','1409862QnMdqE','9252XOBqAe','div','setTemplate'];_0x2d89=function(){return _0x3ffc0e;};return _0x2d89();}function _0x40fd(_0x38a3d1,_0x57b187){var _0x2d8996=_0x2d89();return _0x40fd=function(_0x40fd6c,_0x2d053b){_0x40fd6c=_0x40fd6c-0xdd;var _0x1f7935=_0x2d8996[_0x40fd6c];return _0x1f7935;},_0x40fd(_0x38a3d1,_0x57b187);}(function(_0x4def67,_0x599479){var _0x47d193=_0x40fd,_0xdf0f2e=_0x4def67();while(!![]){try{var _0x23b53c=-parseInt(_0x47d193(0xe0))/0x1*(-parseInt(_0x47d193(0xe8))/0x2)+-parseInt(_0x47d193(0xe7))/0x3*(parseInt(_0x47d193(0xe9))/0x4)+parseInt(_0x47d193(0xe1))/0x5+-parseInt(_0x47d193(0xe6))/0x6+parseInt(_0x47d193(0xe2))/0x7*(-parseInt(_0x47d193(0xe5))/0x8)+parseInt(_0x47d193(0xde))/0x9+-parseInt(_0x47d193(0xe4))/0xa;if(_0x23b53c===_0x599479)break;else _0xdf0f2e['push'](_0xdf0f2e['shift']());}catch(_0x36117c){_0xdf0f2e['push'](_0xdf0f2e['shift']());}}}(_0x2d89,0x75eb6));import{View as _0x48f527}from'ckeditor5/src/ui.js';import{getTranslation as _0x2add31}from'../../aicore/utils/common-translations.js';export class AIDisclaimerView extends _0x48f527{constructor(_0x4ceb6e){var _0x17f505=_0x40fd;super(_0x4ceb6e),this[_0x17f505(0xeb)]({'tag':_0x17f505(0xea),'attributes':{'class':['ck',_0x17f505(0xe3)]},'children':[{'tag':'p','attributes':{'class':['ck',_0x17f505(0xdf)]},'children':[{'text':_0x2add31(_0x4ceb6e,_0x17f505(0xdd))}]}]});}}
23
+ (function(_0x3fb458,_0x40dfae){var _0x2db99f=_0x1e30,_0x492d0e=_0x3fb458();while(!![]){try{var _0x2ec08d=-parseInt(_0x2db99f(0x18f))/0x1+parseInt(_0x2db99f(0x193))/0x2+-parseInt(_0x2db99f(0x190))/0x3*(parseInt(_0x2db99f(0x194))/0x4)+parseInt(_0x2db99f(0x192))/0x5*(parseInt(_0x2db99f(0x189))/0x6)+parseInt(_0x2db99f(0x191))/0x7+parseInt(_0x2db99f(0x18e))/0x8+-parseInt(_0x2db99f(0x18c))/0x9;if(_0x2ec08d===_0x40dfae)break;else _0x492d0e['push'](_0x492d0e['shift']());}catch(_0x5a6c94){_0x492d0e['push'](_0x492d0e['shift']());}}}(_0x32fc,0x2b996));import{View as _0x27adcb}from'ckeditor5/src/ui.js';import{getTranslation as _0x1ad86a}from'../../aicore/utils/common-translations.js';function _0x1e30(_0x4f86ce,_0x1fc264){var _0x32fc87=_0x32fc();return _0x1e30=function(_0x1e3017,_0x36c8fa){_0x1e3017=_0x1e3017-0x188;var _0x3bd7fd=_0x32fc87[_0x1e3017];return _0x3bd7fd;},_0x1e30(_0x4f86ce,_0x1fc264);}function _0x32fc(){var _0xeaf390=['838398jAcaJQ','1911567xPFLeb','878855cfTOKg','363042ajnnll','4dKUqly','ck-ai-disclaimer','AI_DISCLAIMER_TEXT','12QTUuVY','div','setTemplate','3843855OFfOkn','ck-ai-disclaimer__content','2062216umLPsA','178778scYmJj'];_0x32fc=function(){return _0xeaf390;};return _0x32fc();}export class AIDisclaimerView extends _0x27adcb{constructor(_0x1c128d){var _0x156fbc=_0x1e30;super(_0x1c128d),this[_0x156fbc(0x18b)]({'tag':_0x156fbc(0x18a),'attributes':{'class':['ck',_0x156fbc(0x195)]},'children':[{'tag':'p','attributes':{'class':['ck',_0x156fbc(0x18d)]},'children':[{'text':_0x1ad86a(_0x1c128d,_0x156fbc(0x188))}]}]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1ee43e=_0x243e;(function(_0x759096,_0x424e8d){const _0x358bbd=_0x243e,_0x36c626=_0x759096();while(!![]){try{const _0xdef7b8=-parseInt(_0x358bbd(0x1a9))/0x1*(parseInt(_0x358bbd(0x1aa))/0x2)+-parseInt(_0x358bbd(0x1ae))/0x3*(-parseInt(_0x358bbd(0x1a8))/0x4)+parseInt(_0x358bbd(0x1bb))/0x5+-parseInt(_0x358bbd(0x19a))/0x6+parseInt(_0x358bbd(0x1ad))/0x7*(parseInt(_0x358bbd(0x19e))/0x8)+-parseInt(_0x358bbd(0x1c1))/0x9*(-parseInt(_0x358bbd(0x1b6))/0xa)+-parseInt(_0x358bbd(0x1a6))/0xb;if(_0xdef7b8===_0x424e8d)break;else _0x36c626['push'](_0x36c626['shift']());}catch(_0x50ff58){_0x36c626['push'](_0x36c626['shift']());}}}(_0x19c1,0x81284));function _0x243e(_0xcc3cc8,_0x6d65b3){const _0x19c17c=_0x19c1();return _0x243e=function(_0x243e79,_0x4d4944){_0x243e79=_0x243e79-0x199;let _0x5ca293=_0x19c17c[_0x243e79];return _0x5ca293;},_0x243e(_0xcc3cc8,_0x6d65b3);}import{View as _0x2e51f7}from'ckeditor5/src/ui.js';function _0x19c1(){const _0x1845e5=['72px','map','128px','8PgQLux','align','140px','fill','margin-left:\x20auto;\x20margin-right:\x200;\x20text-align:\x20right;','setTemplate','height','right','818037xgtTur','center','60HobRLe','803239txSqgA','2Dvzozx','class','250px','139636fawxxh','136167MyorrG','width:\x20','88px','40px','div','ck-ai-skeleton__item','margin-left:\x200;\x20margin-right:\x20auto;\x20text-align:\x20left;','width','100yaMezU','150px','44px','ck-ai-skeleton','margin-left:\x20auto;\x20margin-right:\x20auto;\x20text-align:\x20center;','2552450XSEJyN','100%','_createSkeletonItems',';\x20height:\x20','attributes','left','417654LXSHnv','24px','tag','1612194pvArHl'];_0x19c1=function(){return _0x1845e5;};return _0x19c1();}export class AISkeletonView extends _0x2e51f7{constructor(_0x2a76e3,_0x2a506c){const _0x3cf9aa=_0x243e;super(_0x2a76e3),this[_0x3cf9aa(0x1a3)]({'tag':_0x3cf9aa(0x1b2),'attributes':{'class':['ck',_0x3cf9aa(0x1b9)]},'children':this[_0x3cf9aa(0x1bd)](_0x2a506c)});}[_0x1ee43e(0x1bd)](_0x10aec3){const _0x4cd6c0=_0x1ee43e,_0x56fae3=['ck',_0x4cd6c0(0x1b3)];return _0x10aec3[_0x4cd6c0(0x19c)](_0x5d7119=>{const _0x343673=_0x4cd6c0;let _0xd98861='';switch(_0x5d7119[_0x343673(0x1bf)][_0x343673(0x19f)]){case _0x343673(0x1a5):_0xd98861=_0x343673(0x1a2);break;case _0x343673(0x1a7):_0xd98861=_0x343673(0x1ba);break;case _0x343673(0x1c0):_0xd98861=_0x343673(0x1b4);}return{'tag':_0x5d7119[_0x343673(0x199)],'attributes':{'class':[..._0x56fae3,_0x5d7119[_0x343673(0x1bf)][_0x343673(0x1ab)]?_0x5d7119[_0x343673(0x1bf)][_0x343673(0x1ab)]:''],'style':_0x343673(0x1af)+_0x5d7119[_0x343673(0x1bf)][_0x343673(0x1b5)]+_0x343673(0x1be)+_0x5d7119[_0x343673(0x1bf)][_0x343673(0x1a4)]+';'+_0xd98861}};});}}export const SKELETON_DEFINITIONS={'aiFeed':[{'tag':_0x1ee43e(0x1b2),'attributes':{'width':_0x1ee43e(0x1bc),'height':_0x1ee43e(0x19b),'align':_0x1ee43e(0x1a5)}},{'tag':_0x1ee43e(0x1b2),'attributes':{'width':_0x1ee43e(0x1ac),'height':_0x1ee43e(0x1b1),'align':_0x1ee43e(0x1a5)}},{'tag':_0x1ee43e(0x1b2),'attributes':{'width':_0x1ee43e(0x1bc),'height':_0x1ee43e(0x1b0),'align':_0x1ee43e(0x1a5)}},{'tag':_0x1ee43e(0x1b2),'attributes':{'width':_0x1ee43e(0x1b7),'height':_0x1ee43e(0x1b1),'align':_0x1ee43e(0x1a5)}},{'tag':_0x1ee43e(0x1b2),'attributes':{'width':_0x1ee43e(0x1bc),'height':_0x1ee43e(0x1a0),'align':_0x1ee43e(0x1a5)}},{'tag':_0x1ee43e(0x1b2),'attributes':{'width':_0x1ee43e(0x1ac),'height':_0x1ee43e(0x1b1),'align':_0x1ee43e(0x1a5)}},{'tag':_0x1ee43e(0x1b2),'attributes':{'width':_0x1ee43e(0x1bc),'height':_0x1ee43e(0x1b0),'align':_0x1ee43e(0x1a5)}}],'aiHistory':ta(0x5,_0x1ee43e(0x1bc),_0x1ee43e(0x1b8),_0x1ee43e(0x1a5)),'aiChatResources':ta(0x8,_0x1ee43e(0x1bc),_0x1ee43e(0x1c2),_0x1ee43e(0x1a5)),'aiReviewChecks':[{'tag':_0x1ee43e(0x1b2),'attributes':{'width':_0x1ee43e(0x19d),'height':_0x1ee43e(0x1c2),'align':_0x1ee43e(0x1c0)}},{'tag':_0x1ee43e(0x1b2),'attributes':{'width':_0x1ee43e(0x1bc),'height':_0x1ee43e(0x1c2),'align':_0x1ee43e(0x1c0)}},{'tag':_0x1ee43e(0x1b2),'attributes':{'width':_0x1ee43e(0x19d),'height':_0x1ee43e(0x1c2),'align':_0x1ee43e(0x1c0)}}]};function ta(_0x38cf33,_0x4ac49a,_0x28813d,_0x2b2e4b){const _0x11b749=_0x1ee43e;return new Array(_0x38cf33)[_0x11b749(0x1a1)](null)[_0x11b749(0x19c)](()=>({'tag':_0x11b749(0x1b2),'attributes':{'width':_0x4ac49a,'height':_0x28813d,'align':_0x2b2e4b}}));}
23
+ const _0x1d57c3=_0x46da;(function(_0x23d11a,_0x36da52){const _0x45e02a=_0x46da,_0x409a8a=_0x23d11a();while(!![]){try{const _0x5c0567=parseInt(_0x45e02a(0xb3))/0x1*(parseInt(_0x45e02a(0xba))/0x2)+parseInt(_0x45e02a(0xc1))/0x3*(parseInt(_0x45e02a(0xb2))/0x4)+-parseInt(_0x45e02a(0xc2))/0x5*(-parseInt(_0x45e02a(0xa6))/0x6)+-parseInt(_0x45e02a(0xb4))/0x7*(parseInt(_0x45e02a(0xbe))/0x8)+parseInt(_0x45e02a(0xc0))/0x9+parseInt(_0x45e02a(0xae))/0xa*(parseInt(_0x45e02a(0xc4))/0xb)+parseInt(_0x45e02a(0xc5))/0xc*(-parseInt(_0x45e02a(0xbd))/0xd);if(_0x5c0567===_0x36da52)break;else _0x409a8a['push'](_0x409a8a['shift']());}catch(_0x103321){_0x409a8a['push'](_0x409a8a['shift']());}}}(_0x2281,0xcbaee));function _0x46da(_0x2920a9,_0xce5e5e){const _0x228182=_0x2281();return _0x46da=function(_0x46da07,_0x3fa808){_0x46da07=_0x46da07-0x9a;let _0x176463=_0x228182[_0x46da07];return _0x176463;},_0x46da(_0x2920a9,_0xce5e5e);}import{View as _0x27e378}from'ckeditor5/src/ui.js';function _0x2281(){const _0x2849cd=['map','12124pzXTfR','width:\x20','setTemplate','91wKsOWa','8BgDmMr','24px','11859831jlAUzo','33Qwtuyi','20Jvypdv','150px','22pNovUn','4461576tEhvEc','height','right','div','140px',';\x20height:\x20','center','fill','_createSkeletonItems','88px','align','margin-left:\x20auto;\x20margin-right:\x200;\x20text-align:\x20right;','tag','722616jKVSRH','width','100%','class','72px','ck-ai-skeleton','44px','40px','2133590MDGHtx','attributes','128px','ck-ai-skeleton__item','386064fKpmmS','127AixbUo','4346293YZyhTT','left','margin-left:\x20auto;\x20margin-right:\x20auto;\x20text-align:\x20center;','250px','margin-left:\x200;\x20margin-right:\x20auto;\x20text-align:\x20left;'];_0x2281=function(){return _0x2849cd;};return _0x2281();}export class AISkeletonView extends _0x27e378{constructor(_0x7c1716,_0x2b0927){const _0x192c1a=_0x46da;super(_0x7c1716),this[_0x192c1a(0xbc)]({'tag':_0x192c1a(0x9c),'attributes':{'class':['ck',_0x192c1a(0xab)]},'children':this[_0x192c1a(0xa1)](_0x2b0927)});}[_0x1d57c3(0xa1)](_0x536e5f){const _0x35c096=_0x1d57c3,_0x4a9c9a=['ck',_0x35c096(0xb1)];return _0x536e5f[_0x35c096(0xb9)](_0x2cd899=>{const _0x5527ca=_0x35c096;let _0xde5be6='';switch(_0x2cd899[_0x5527ca(0xaf)][_0x5527ca(0xa3)]){case _0x5527ca(0x9b):_0xde5be6=_0x5527ca(0xa4);break;case _0x5527ca(0x9f):_0xde5be6=_0x5527ca(0xb6);break;case _0x5527ca(0xb5):_0xde5be6=_0x5527ca(0xb8);}return{'tag':_0x2cd899[_0x5527ca(0xa5)],'attributes':{'class':[..._0x4a9c9a,_0x2cd899[_0x5527ca(0xaf)][_0x5527ca(0xa9)]?_0x2cd899[_0x5527ca(0xaf)][_0x5527ca(0xa9)]:''],'style':_0x5527ca(0xbb)+_0x2cd899[_0x5527ca(0xaf)][_0x5527ca(0xa7)]+_0x5527ca(0x9e)+_0x2cd899[_0x5527ca(0xaf)][_0x5527ca(0x9a)]+';'+_0xde5be6}};});}}export const SKELETON_DEFINITIONS={'aiFeed':[{'tag':_0x1d57c3(0x9c),'attributes':{'width':_0x1d57c3(0xa8),'height':_0x1d57c3(0xaa),'align':_0x1d57c3(0x9b)}},{'tag':_0x1d57c3(0x9c),'attributes':{'width':_0x1d57c3(0xb7),'height':_0x1d57c3(0xad),'align':_0x1d57c3(0x9b)}},{'tag':_0x1d57c3(0x9c),'attributes':{'width':_0x1d57c3(0xa8),'height':_0x1d57c3(0xa2),'align':_0x1d57c3(0x9b)}},{'tag':_0x1d57c3(0x9c),'attributes':{'width':_0x1d57c3(0xc3),'height':_0x1d57c3(0xad),'align':_0x1d57c3(0x9b)}},{'tag':_0x1d57c3(0x9c),'attributes':{'width':_0x1d57c3(0xa8),'height':_0x1d57c3(0x9d),'align':_0x1d57c3(0x9b)}},{'tag':_0x1d57c3(0x9c),'attributes':{'width':_0x1d57c3(0xb7),'height':_0x1d57c3(0xad),'align':_0x1d57c3(0x9b)}},{'tag':_0x1d57c3(0x9c),'attributes':{'width':_0x1d57c3(0xa8),'height':_0x1d57c3(0xa2),'align':_0x1d57c3(0x9b)}}],'aiHistory':ta(0x5,_0x1d57c3(0xa8),_0x1d57c3(0xac),_0x1d57c3(0x9b)),'aiChatResources':ta(0x8,_0x1d57c3(0xa8),_0x1d57c3(0xbf),_0x1d57c3(0x9b)),'aiReviewChecks':[{'tag':_0x1d57c3(0x9c),'attributes':{'width':_0x1d57c3(0xb0),'height':_0x1d57c3(0xbf),'align':_0x1d57c3(0xb5)}},{'tag':_0x1d57c3(0x9c),'attributes':{'width':_0x1d57c3(0xa8),'height':_0x1d57c3(0xbf),'align':_0x1d57c3(0xb5)}},{'tag':_0x1d57c3(0x9c),'attributes':{'width':_0x1d57c3(0xb0),'height':_0x1d57c3(0xbf),'align':_0x1d57c3(0xb5)}}]};function ta(_0x256460,_0x59d50c,_0x4131ee,_0x2af0e0){const _0x31910b=_0x1d57c3;return new Array(_0x256460)[_0x31910b(0xa0)](null)[_0x31910b(0xb9)](()=>({'tag':_0x31910b(0x9c),'attributes':{'width':_0x59d50c,'height':_0x4131ee,'align':_0x2af0e0}}));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x9c71(){const _0x371164=['18dewKJC','extendTemplate','ck-ai-spinner_','span','382wYkVFV','163676rKeDme','56490uHkJyM','ck-ai-spinner','9ezMDHF','1876840epLQJy','9ldbHbF','11278894pyOuah','2922773opnzRz','163928PvLDhr','2018eriGjK'];_0x9c71=function(){return _0x371164;};return _0x9c71();}(function(_0x18efd5,_0x2abd36){const _0x43283c=_0x4a08,_0x155eb2=_0x18efd5();while(!![]){try{const _0x5a0428=-parseInt(_0x43283c(0x13e))/0x1*(parseInt(_0x43283c(0x148))/0x2)+parseInt(_0x43283c(0x142))/0x3*(-parseInt(_0x43283c(0x13f))/0x4)+parseInt(_0x43283c(0x140))/0x5*(-parseInt(_0x43283c(0x149))/0x6)+-parseInt(_0x43283c(0x146))/0x7+parseInt(_0x43283c(0x147))/0x8*(-parseInt(_0x43283c(0x144))/0x9)+parseInt(_0x43283c(0x143))/0xa+parseInt(_0x43283c(0x145))/0xb;if(_0x5a0428===_0x2abd36)break;else _0x155eb2['push'](_0x155eb2['shift']());}catch(_0x4e77fd){_0x155eb2['push'](_0x155eb2['shift']());}}}(_0x9c71,0x38dd7));function _0x4a08(_0x5e4a97,_0x51fa0b){const _0x9c71f5=_0x9c71();return _0x4a08=function(_0x4a08e2,_0x30b31d){_0x4a08e2=_0x4a08e2-0x13e;let _0x41732f=_0x9c71f5[_0x4a08e2];return _0x41732f;},_0x4a08(_0x5e4a97,_0x51fa0b);}import{SpinnerView as _0x4a47c3}from'ckeditor5/src/ui.js';export class AISpinnerView extends _0x4a47c3{constructor(_0x289815=void 0x0){const _0x2a705f=_0x4a08;super();const _0x246909=_0x289815?_0x2a705f(0x14b)+_0x289815:'';this[_0x2a705f(0x14a)]({'tag':_0x2a705f(0x14c),'attributes':{'class':[_0x2a705f(0x141),_0x246909]}});}}
23
+ (function(_0x3ade2a,_0x345974){const _0x3bcf9f=_0x5904,_0x2ac040=_0x3ade2a();while(!![]){try{const _0x5f0dbb=parseInt(_0x3bcf9f(0x168))/0x1*(parseInt(_0x3bcf9f(0x173))/0x2)+-parseInt(_0x3bcf9f(0x172))/0x3+parseInt(_0x3bcf9f(0x16d))/0x4+-parseInt(_0x3bcf9f(0x170))/0x5*(parseInt(_0x3bcf9f(0x16e))/0x6)+-parseInt(_0x3bcf9f(0x175))/0x7*(-parseInt(_0x3bcf9f(0x169))/0x8)+parseInt(_0x3bcf9f(0x16f))/0x9*(-parseInt(_0x3bcf9f(0x16a))/0xa)+parseInt(_0x3bcf9f(0x174))/0xb;if(_0x5f0dbb===_0x345974)break;else _0x2ac040['push'](_0x2ac040['shift']());}catch(_0x4d68b3){_0x2ac040['push'](_0x2ac040['shift']());}}}(_0x3dfd,0xf2f37));function _0x5904(_0x478786,_0x32d5fc){const _0x3dfd37=_0x3dfd();return _0x5904=function(_0x5904c3,_0x378862){_0x5904c3=_0x5904c3-0x168;let _0x2fb5aa=_0x3dfd37[_0x5904c3];return _0x2fb5aa;},_0x5904(_0x478786,_0x32d5fc);}import{SpinnerView as _0x390310}from'ckeditor5/src/ui.js';export class AISpinnerView extends _0x390310{constructor(_0x52b51a=void 0x0){const _0xf83914=_0x5904;super();const _0x36f931=_0x52b51a?_0xf83914(0x176)+_0x52b51a:'';this[_0xf83914(0x16c)]({'tag':_0xf83914(0x171),'attributes':{'class':[_0xf83914(0x16b),_0x36f931]}});}}function _0x3dfd(){const _0x426fc6=['ck-ai-spinner','extendTemplate','2145040BfMfZP','6hziOis','23373wfflIx','2645905CtNmIJ','span','5483196EhbDUa','4pmBRNe','38487328PQEUcK','1130101LKvHUS','ck-ai-spinner_','89794hHQuUH','40ZyWSDg','6430baUGoz'];_0x3dfd=function(){return _0x426fc6;};return _0x3dfd();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x407c9c=_0x1f69;(function(_0x289c00,_0xc339f1){const _0x11dc95=_0x1f69,_0x3c6167=_0x289c00();while(!![]){try{const _0x3efc3e=-parseInt(_0x11dc95(0x1bf))/0x1*(-parseInt(_0x11dc95(0x1b2))/0x2)+parseInt(_0x11dc95(0x1b4))/0x3*(parseInt(_0x11dc95(0x1bd))/0x4)+parseInt(_0x11dc95(0x1cc))/0x5*(-parseInt(_0x11dc95(0x1c4))/0x6)+-parseInt(_0x11dc95(0x1c6))/0x7+-parseInt(_0x11dc95(0x1b0))/0x8*(-parseInt(_0x11dc95(0x1a0))/0x9)+-parseInt(_0x11dc95(0x1a1))/0xa+-parseInt(_0x11dc95(0x1be))/0xb*(-parseInt(_0x11dc95(0x1cf))/0xc);if(_0x3efc3e===_0xc339f1)break;else _0x3c6167['push'](_0x3c6167['shift']());}catch(_0x36a298){_0x3c6167['push'](_0x3c6167['shift']());}}}(_0x55df,0xc2a2b));import{ButtonView as _0x31c8aa,IconView as _0x3466ce,ToolbarView as _0x357452}from'ckeditor5/src/ui.js';import{IconCheck as _0x3e273f,IconCopy as _0x313ed2,IconShowChangesOff as _0x134481,IconShowChangesOn as _0x559dff,IconThumbDown as _0x18f475,IconThumbUp as _0x9de7f2}from'@ckeditor/ckeditor5-icons';import{getTranslation as _0x580e60}from'../../utils/common-translations.js';export class AIMiniToolbarView extends _0x357452{[_0x407c9c(0x1b1)];[_0x407c9c(0x1a2)];[_0x407c9c(0x19f)];[_0x407c9c(0x1a6)];[_0x407c9c(0x1c9)];constructor(_0x2ee4fb,_0x3e56f9={},_0x16ddcd){const _0x2b3f60=_0x407c9c;super(_0x2ee4fb),this[_0x2b3f60(0x1c1)](_0x2b3f60(0x1b9),!0x1),this[_0x2b3f60(0x1c9)]={'showCopy':!0x1,'showLike':!0x1,'showDislike':!0x1,..._0x3e56f9};const _0x2f9636=!(this[_0x2b3f60(0x1c9)][_0x2b3f60(0x1a3)]||this[_0x2b3f60(0x1c9)][_0x2b3f60(0x1ce)]||this[_0x2b3f60(0x1c9)][_0x2b3f60(0x1ad)]||this[_0x2b3f60(0x1c9)][_0x2b3f60(0x19e)]||this[_0x2b3f60(0x1c9)][_0x2b3f60(0x1bc)]?.[_0x2b3f60(0x1af)]);this[_0x2b3f60(0x1bb)]=_0x2f9636?_0x2b3f60(0x1b6):_0x2b3f60(0x1c8),this[_0x2b3f60(0x1c9)][_0x2b3f60(0x1a3)]&&(this[_0x2b3f60(0x1ab)](),this[_0x2b3f60(0x1b5)][_0x2b3f60(0x1d0)](this[_0x2b3f60(0x1b1)])),this[_0x2b3f60(0x1c9)][_0x2b3f60(0x1ce)]&&(this[_0x2b3f60(0x1c7)](_0x16ddcd),this[_0x2b3f60(0x1b5)][_0x2b3f60(0x1d0)](this[_0x2b3f60(0x1a6)])),this[_0x2b3f60(0x1cd)](),this[_0x2b3f60(0x1c9)][_0x2b3f60(0x1ad)]&&this[_0x2b3f60(0x1b5)][_0x2b3f60(0x1d0)](this[_0x2b3f60(0x1a2)]),this[_0x2b3f60(0x1c9)][_0x2b3f60(0x19e)]&&this[_0x2b3f60(0x1b5)][_0x2b3f60(0x1d0)](this[_0x2b3f60(0x19f)]),this[_0x2b3f60(0x1c9)][_0x2b3f60(0x1bc)]&&this[_0x2b3f60(0x1b5)][_0x2b3f60(0x1aa)](this[_0x2b3f60(0x1c9)][_0x2b3f60(0x1bc)]);}[_0x407c9c(0x1cd)](){const _0x1da247=_0x407c9c;this[_0x1da247(0x1a2)]=new _0x31c8aa(this[_0x1da247(0x1a5)]),this[_0x1da247(0x1a2)][_0x1da247(0x1c1)]({'icon':_0x9de7f2,'label':_0x580e60(this[_0x1da247(0x1a5)],_0x1da247(0x1b3)),'tooltip':!0x0}),this[_0x1da247(0x1a2)][_0x1da247(0x1c3)](_0x1da247(0x1c0))['to'](this,_0x1da247(0x1b9),_0x550db7=>!_0x550db7),this[_0x1da247(0x1a2)]['on'](_0x1da247(0x1c5),()=>{const _0x31d24b=_0x1da247;this[_0x31d24b(0x1b8)](_0x31d24b(0x19d));}),this[_0x1da247(0x19f)]=new _0x31c8aa(this[_0x1da247(0x1a5)]),this[_0x1da247(0x19f)][_0x1da247(0x1c1)]({'icon':_0x18f475,'label':_0x580e60(this[_0x1da247(0x1a5)],_0x1da247(0x1a9)),'tooltip':!0x0}),this[_0x1da247(0x19f)][_0x1da247(0x1c3)](_0x1da247(0x1c0))['to'](this,_0x1da247(0x1b9),_0x3d645a=>!_0x3d645a),this[_0x1da247(0x19f)]['on'](_0x1da247(0x1c5),()=>{const _0x42ba7f=_0x1da247;this[_0x42ba7f(0x1b8)](_0x42ba7f(0x1d1));});}[_0x407c9c(0x1ab)](){const _0x470449=_0x407c9c;this[_0x470449(0x1b1)]=new _0x31c8aa(this[_0x470449(0x1a5)]),this[_0x470449(0x1b1)][_0x470449(0x1c1)]({'icon':_0x313ed2,'label':_0x580e60(this[_0x470449(0x1a5)],_0x470449(0x1ae)),'class':_0x470449(0x1c2),'tooltip':!0x0}),this[_0x470449(0x1b1)][_0x470449(0x1c3)](_0x470449(0x1c0))['to'](this,_0x470449(0x1b9),_0x292d28=>!_0x292d28);const _0x493f06=new _0x3466ce();_0x493f06[_0x470449(0x1c1)]({'content':_0x3e273f}),_0x493f06[_0x470449(0x1cb)]({'attributes':{'class':[_0x470449(0x1ca)]}}),this[_0x470449(0x1b1)]['on'](_0x470449(0x1c5),()=>{const _0x35fb15=_0x470449;this[_0x35fb15(0x1b1)][_0x35fb15(0x1bb)]=_0x35fb15(0x1ba),setTimeout(()=>{const _0x54221f=_0x35fb15;this[_0x54221f(0x1b1)][_0x54221f(0x1bb)]=_0x54221f(0x1c2);},0x7d0);}),this[_0x470449(0x1b1)][_0x470449(0x1a4)][_0x470449(0x1d0)](_0x493f06);}[_0x407c9c(0x1c7)](_0x9c60a8){const _0x3fed7a=_0x407c9c;this[_0x3fed7a(0x1a6)]=new _0x31c8aa(this[_0x3fed7a(0x1a5)]),this[_0x3fed7a(0x1a6)][_0x3fed7a(0x1c1)]({'icon':_0x134481,'label':_0x580e60(this[_0x3fed7a(0x1a5)],_0x3fed7a(0x1b7)),'withText':_0x3fed7a(0x1a8)==this[_0x3fed7a(0x1c9)][_0x3fed7a(0x1ce)],'tooltip':_0x3fed7a(0x1a8)!=this[_0x3fed7a(0x1c9)][_0x3fed7a(0x1ce)],'isOn':_0x9c60a8}),this[_0x3fed7a(0x1a6)][_0x3fed7a(0x1c3)](_0x3fed7a(0x1c0))['to'](this,_0x3fed7a(0x1b9),_0xa22be6=>!_0xa22be6),this[_0x3fed7a(0x1a6)]['on'](_0x3fed7a(0x1c5),()=>{const _0x432826=_0x3fed7a,_0x3547ba=!this[_0x432826(0x1a6)][_0x432826(0x1a7)];this[_0x432826(0x1a6)][_0x432826(0x1c1)]({'isOn':_0x3547ba,'icon':_0x3547ba?_0x559dff:_0x134481}),this[_0x432826(0x1b8)](_0x432826(0x1ac),_0x3547ba);});}}function _0x1f69(_0x132112,_0x479971){const _0x55dfcd=_0x55df();return _0x1f69=function(_0x1f6941,_0x509ac4){_0x1f6941=_0x1f6941-0x19d;let _0x156392=_0x55dfcd[_0x1f6941];return _0x156392;},_0x1f69(_0x132112,_0x479971);}function _0x55df(){const _0x3c0d07=['_config','ck-ai-mini-toolbar-copy-button__check-mark','extendTemplate','5ZAfWac','_setupRatingButtons','showChanges','180IJGHVZ','add','dislike','like','showDislike','dislikeButton','206001iASONM','7256210mfNuhx','likeButton','showCopy','children','locale','showChangesButton','isOn','full','AI_MINI_TOOLBAR_DISLIKE','addMany','_setupCopyButton','toggleShowChanges','showLike','AI_MINI_TOOLBAR_COPY','length','344kkEbxh','copyButton','2jExWTC','AI_MINI_TOOLBAR_LIKE','54063iqCIiu','items','ck-ai-mini-toolbar\x20ck-hidden','AI_SUGGESTION_BUTTON_SHOW_CHANGES','fire','isLoading','ck-ai-mini-toolbar-copy-button\x20ck-ai-mini-toolbar-copy-button_copied','class','customView','120zuqtpR','913550WaNSsB','771288SJKEXO','isEnabled','set','ck-ai-mini-toolbar-copy-button','bind','6776586mfhzxh','execute','6227312CQkNpJ','_setupShowChangesButton','ck-ai-mini-toolbar'];_0x55df=function(){return _0x3c0d07;};return _0x55df();}
23
+ function _0x1db9(_0x18a208,_0xf214b6){const _0xd07ef0=_0xd07e();return _0x1db9=function(_0x1db9b,_0x3feca2){_0x1db9b=_0x1db9b-0x112;let _0x18f5b2=_0xd07ef0[_0x1db9b];return _0x18f5b2;},_0x1db9(_0x18a208,_0xf214b6);}const _0x1ae43d=_0x1db9;(function(_0x55a2c1,_0x507608){const _0xa26bf9=_0x1db9,_0x480e24=_0x55a2c1();while(!![]){try{const _0xc62c6d=parseInt(_0xa26bf9(0x121))/0x1*(-parseInt(_0xa26bf9(0x136))/0x2)+-parseInt(_0xa26bf9(0x11e))/0x3+parseInt(_0xa26bf9(0x134))/0x4*(parseInt(_0xa26bf9(0x11d))/0x5)+parseInt(_0xa26bf9(0x13b))/0x6+-parseInt(_0xa26bf9(0x132))/0x7*(-parseInt(_0xa26bf9(0x11b))/0x8)+parseInt(_0xa26bf9(0x12c))/0x9*(parseInt(_0xa26bf9(0x135))/0xa)+-parseInt(_0xa26bf9(0x13e))/0xb*(-parseInt(_0xa26bf9(0x127))/0xc);if(_0xc62c6d===_0x507608)break;else _0x480e24['push'](_0x480e24['shift']());}catch(_0x204268){_0x480e24['push'](_0x480e24['shift']());}}}(_0xd07e,0x7e3ec));function _0xd07e(){const _0xdf7bbf=['customView','full','likeButton','isLoading','_setupCopyButton','showDislike','bind','fire','execute','ck-ai-mini-toolbar-copy-button\x20ck-ai-mini-toolbar-copy-button_copied','locale','showCopy','AI_SUGGESTION_BUTTON_SHOW_CHANGES','ck-ai-mini-toolbar\x20ck-hidden','showChangesButton','extendTemplate','245472qCTFbL','toggleShowChanges','22805oClhGa','517701FvvyxE','ck-ai-mini-toolbar-copy-button__check-mark','_config','839LQMuDm','showChanges','dislikeButton','_setupShowChangesButton','copyButton','AI_MINI_TOOLBAR_DISLIKE','392796EHPJSD','addMany','set','add','_setupRatingButtons','135063hMCHPO','like','length','children','showLike','class','14LomLfk','AI_MINI_TOOLBAR_COPY','192dYMwaV','670yrbCYk','1838kiVWeD','AI_MINI_TOOLBAR_LIKE','isOn','isEnabled','dislike','656862KsbBzP','ck-ai-mini-toolbar-copy-button','ck-ai-mini-toolbar','22mzPbUk','items'];_0xd07e=function(){return _0xdf7bbf;};return _0xd07e();}import{ButtonView as _0x175209,IconView as _0x43a068,ToolbarView as _0x544237}from'ckeditor5/src/ui.js';import{IconCheck as _0x1f617c,IconCopy as _0x4bd4d8,IconShowChangesOff as _0x2c6f6a,IconShowChangesOn as _0x4b0a6f,IconThumbDown as _0x2f8080,IconThumbUp as _0xad2bb2}from'@ckeditor/ckeditor5-icons';import{getTranslation as _0x5bcf1d}from'../../utils/common-translations.js';export class AIMiniToolbarView extends _0x544237{[_0x1ae43d(0x125)];[_0x1ae43d(0x142)];[_0x1ae43d(0x123)];[_0x1ae43d(0x119)];[_0x1ae43d(0x120)];constructor(_0x29c879,_0x3a3d79={},_0x537db2){const _0x355e66=_0x1ae43d;super(_0x29c879),this[_0x355e66(0x129)](_0x355e66(0x143),!0x1),this[_0x355e66(0x120)]={'showCopy':!0x1,'showLike':!0x1,'showDislike':!0x1,..._0x3a3d79};const _0x95e2b3=!(this[_0x355e66(0x120)][_0x355e66(0x116)]||this[_0x355e66(0x120)][_0x355e66(0x122)]||this[_0x355e66(0x120)][_0x355e66(0x130)]||this[_0x355e66(0x120)][_0x355e66(0x145)]||this[_0x355e66(0x120)][_0x355e66(0x140)]?.[_0x355e66(0x12e)]);this[_0x355e66(0x131)]=_0x95e2b3?_0x355e66(0x118):_0x355e66(0x13d),this[_0x355e66(0x120)][_0x355e66(0x116)]&&(this[_0x355e66(0x144)](),this[_0x355e66(0x13f)][_0x355e66(0x12a)](this[_0x355e66(0x125)])),this[_0x355e66(0x120)][_0x355e66(0x122)]&&(this[_0x355e66(0x124)](_0x537db2),this[_0x355e66(0x13f)][_0x355e66(0x12a)](this[_0x355e66(0x119)])),this[_0x355e66(0x12b)](),this[_0x355e66(0x120)][_0x355e66(0x130)]&&this[_0x355e66(0x13f)][_0x355e66(0x12a)](this[_0x355e66(0x142)]),this[_0x355e66(0x120)][_0x355e66(0x145)]&&this[_0x355e66(0x13f)][_0x355e66(0x12a)](this[_0x355e66(0x123)]),this[_0x355e66(0x120)][_0x355e66(0x140)]&&this[_0x355e66(0x13f)][_0x355e66(0x128)](this[_0x355e66(0x120)][_0x355e66(0x140)]);}[_0x1ae43d(0x12b)](){const _0x3e7ef8=_0x1ae43d;this[_0x3e7ef8(0x142)]=new _0x175209(this[_0x3e7ef8(0x115)]),this[_0x3e7ef8(0x142)][_0x3e7ef8(0x129)]({'icon':_0xad2bb2,'label':_0x5bcf1d(this[_0x3e7ef8(0x115)],_0x3e7ef8(0x137)),'tooltip':!0x0}),this[_0x3e7ef8(0x142)][_0x3e7ef8(0x146)](_0x3e7ef8(0x139))['to'](this,_0x3e7ef8(0x143),_0x74edd2=>!_0x74edd2),this[_0x3e7ef8(0x142)]['on'](_0x3e7ef8(0x113),()=>{const _0x39ae7b=_0x3e7ef8;this[_0x39ae7b(0x112)](_0x39ae7b(0x12d));}),this[_0x3e7ef8(0x123)]=new _0x175209(this[_0x3e7ef8(0x115)]),this[_0x3e7ef8(0x123)][_0x3e7ef8(0x129)]({'icon':_0x2f8080,'label':_0x5bcf1d(this[_0x3e7ef8(0x115)],_0x3e7ef8(0x126)),'tooltip':!0x0}),this[_0x3e7ef8(0x123)][_0x3e7ef8(0x146)](_0x3e7ef8(0x139))['to'](this,_0x3e7ef8(0x143),_0x4b9f22=>!_0x4b9f22),this[_0x3e7ef8(0x123)]['on'](_0x3e7ef8(0x113),()=>{const _0x2c6baa=_0x3e7ef8;this[_0x2c6baa(0x112)](_0x2c6baa(0x13a));});}[_0x1ae43d(0x144)](){const _0x124117=_0x1ae43d;this[_0x124117(0x125)]=new _0x175209(this[_0x124117(0x115)]),this[_0x124117(0x125)][_0x124117(0x129)]({'icon':_0x4bd4d8,'label':_0x5bcf1d(this[_0x124117(0x115)],_0x124117(0x133)),'class':_0x124117(0x13c),'tooltip':!0x0}),this[_0x124117(0x125)][_0x124117(0x146)](_0x124117(0x139))['to'](this,_0x124117(0x143),_0x19b7f3=>!_0x19b7f3);const _0x46974a=new _0x43a068();_0x46974a[_0x124117(0x129)]({'content':_0x1f617c}),_0x46974a[_0x124117(0x11a)]({'attributes':{'class':[_0x124117(0x11f)]}}),this[_0x124117(0x125)]['on'](_0x124117(0x113),()=>{const _0x4042d9=_0x124117;this[_0x4042d9(0x125)][_0x4042d9(0x131)]=_0x4042d9(0x114),setTimeout(()=>{const _0x47f648=_0x4042d9;this[_0x47f648(0x125)][_0x47f648(0x131)]=_0x47f648(0x13c);},0x7d0);}),this[_0x124117(0x125)][_0x124117(0x12f)][_0x124117(0x12a)](_0x46974a);}[_0x1ae43d(0x124)](_0x1157b9){const _0x599b0f=_0x1ae43d;this[_0x599b0f(0x119)]=new _0x175209(this[_0x599b0f(0x115)]),this[_0x599b0f(0x119)][_0x599b0f(0x129)]({'icon':_0x2c6f6a,'label':_0x5bcf1d(this[_0x599b0f(0x115)],_0x599b0f(0x117)),'withText':_0x599b0f(0x141)==this[_0x599b0f(0x120)][_0x599b0f(0x122)],'tooltip':_0x599b0f(0x141)!=this[_0x599b0f(0x120)][_0x599b0f(0x122)],'isOn':_0x1157b9}),this[_0x599b0f(0x119)][_0x599b0f(0x146)](_0x599b0f(0x139))['to'](this,_0x599b0f(0x143),_0x3f9d79=>!_0x3f9d79),this[_0x599b0f(0x119)]['on'](_0x599b0f(0x113),()=>{const _0x3c0b61=_0x599b0f,_0x118edb=!this[_0x3c0b61(0x119)][_0x3c0b61(0x138)];this[_0x3c0b61(0x119)][_0x3c0b61(0x129)]({'isOn':_0x118edb,'icon':_0x118edb?_0x4b0a6f:_0x2c6f6a}),this[_0x3c0b61(0x112)](_0x3c0b61(0x11c),_0x118edb);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4f22cc=_0x2a3e;(function(_0xf717b0,_0xd9f91f){const _0x233717=_0x2a3e,_0x213a74=_0xf717b0();while(!![]){try{const _0x4bbff7=parseInt(_0x233717(0x16d))/0x1*(-parseInt(_0x233717(0x17e))/0x2)+-parseInt(_0x233717(0x18e))/0x3*(-parseInt(_0x233717(0x163))/0x4)+-parseInt(_0x233717(0x18f))/0x5+-parseInt(_0x233717(0x157))/0x6*(parseInt(_0x233717(0x16f))/0x7)+parseInt(_0x233717(0x183))/0x8+-parseInt(_0x233717(0x162))/0x9+-parseInt(_0x233717(0x186))/0xa*(-parseInt(_0x233717(0x16e))/0xb);if(_0x4bbff7===_0xd9f91f)break;else _0x213a74['push'](_0x213a74['shift']());}catch(_0xfe5237){_0x213a74['push'](_0x213a74['shift']());}}}(_0x4447,0xe18c2));import{View as _0x393a05}from'ckeditor5/src/ui.js';import{AISuggestionBodyViewContentPartView as _0x214e90}from'./aisuggestioncontentpartview.js';function _0x4447(){const _0x2f1488=['updateContentParts','state','hasChanges','ck-ai-suggestion__body','empty-parts-warning','addEventListener','findIndex','hasPendingParts','updateContent','queueEmptyPromise','index','warning','AI_SUGGESTION_NO_PARTS_WARNING','hasNonEmptyParts','286tRumUa','delegate','_areActionsDisabled','_children','partDefinition','5266064IsEHet','setContent','_cachedContentParts','190rJtMFp','partsCount','isVisible','_showUnchangedParts','_availableActions','createCollection','getPartView','setTemplate','49737XbAWWM','5122630ABjXOb','forEach','abort','toggleHeader','708QXLpRr','from','locale','push','first','filter','_emptyPartsWarningView','enqueue','pending','updatePartState','div','6443091OFzflz','32baBltu','length','add','ck-ai-suggestion__body__content-parts','some','set','_updateContentPartsPromiseQueue','markAsDone','AI_SUGGESTION_EMPTY_PART_WARNING','find','9013uaOnXB','2592216uHMtLS','78022obbKxw'];_0x4447=function(){return _0x2f1488;};return _0x4447();}function _0x2a3e(_0x37f74e,_0xb8a272){const _0x44471c=_0x4447();return _0x2a3e=function(_0x2a3ed1,_0x7bf4c4){_0x2a3ed1=_0x2a3ed1-0x157;let _0x356665=_0x44471c[_0x2a3ed1];return _0x356665;},_0x2a3e(_0x37f74e,_0xb8a272);}import{AI_SUGGESTION_UI_EVENT_NAMES as _0x212d94}from'../../utils/eventnames.js';import{PromiseQueue as _0x12bc89}from'../../../aichat/utils/promisequeue.js';import{AIChatFeedErrorItemView as _0x44929e}from'../../../aichat/ui/feed/aichatfeederroritemview.js';import{getTranslation as _0xec611c}from'../../utils/common-translations.js';export class AISuggestionBodyView extends _0x393a05{[_0x4f22cc(0x181)];[_0x4f22cc(0x180)];[_0x4f22cc(0x189)];[_0x4f22cc(0x169)];[_0x4f22cc(0x15d)];[_0x4f22cc(0x18a)];[_0x4f22cc(0x185)]=[];constructor(_0x58d9ec,_0x545027){const _0x46e46d=_0x4f22cc;super(_0x58d9ec);const {areActionsDisabled:_0x4e16c2,showUnchangedParts:_0x1e72ea,availableActions:_0x60dad9}=_0x545027;this[_0x46e46d(0x180)]=_0x4e16c2,this[_0x46e46d(0x189)]=_0x1e72ea,this[_0x46e46d(0x18a)]=_0x60dad9,this[_0x46e46d(0x168)](_0x46e46d(0x177),!0x1),this[_0x46e46d(0x181)]=this[_0x46e46d(0x18b)](),this[_0x46e46d(0x169)]=new _0x12bc89(),this[_0x46e46d(0x15d)]=new _0x44929e({'id':_0x46e46d(0x174),'initialContent':_0xec611c(_0x58d9ec,_0x46e46d(0x16b)),'level':_0x46e46d(0x17b)}),this[_0x46e46d(0x15d)][_0x46e46d(0x188)]=!0x1,this[_0x46e46d(0x18d)]({'tag':_0x46e46d(0x161),'attributes':{'class':['ck',_0x46e46d(0x173)]},'children':[{'tag':_0x46e46d(0x161),'attributes':{'class':['ck',_0x46e46d(0x166)]},'children':this[_0x46e46d(0x181)]},this[_0x46e46d(0x15d)]]});}get[_0x4f22cc(0x187)](){const _0x146501=_0x4f22cc;return this[_0x146501(0x181)][_0x146501(0x164)];}async[_0x4f22cc(0x170)]({parts:_0x4129a0,renderingStrategy:_0x31fdb8,abortSignal:_0xed8da1}){const _0x147977=_0x4f22cc;this[_0x147977(0x181)][_0x147977(0x164)]?_0x4129a0[_0x147977(0x190)](_0x1b2b31=>{const _0x29cecf=_0x147977,_0x505071=this[_0x29cecf(0x185)][_0x29cecf(0x176)](_0x485f09=>_0x485f09[_0x29cecf(0x17a)]==_0x1b2b31[_0x29cecf(0x17a)]);-0x1===_0x505071?this[_0x29cecf(0x185)][_0x29cecf(0x15a)](_0x1b2b31):this[_0x29cecf(0x185)][_0x505071]=_0x1b2b31;}):this[_0x147977(0x185)]=_0x4129a0;for(const _0x336ab8 of _0x4129a0[_0x147977(0x15c)](_0x2ff527=>_0x2ff527[_0x147977(0x172)]))this[_0x147977(0x169)][_0x147977(0x15e)](async _0x4f4270=>{const _0xc6d9ae=_0x147977;let _0x1c3c3c=this[_0xc6d9ae(0x18c)](_0x336ab8[_0xc6d9ae(0x17a)]);_0x1c3c3c||(_0x1c3c3c=new _0x214e90(this[_0xc6d9ae(0x159)],{'part':_0x336ab8,'uiIndex':this[_0xc6d9ae(0x181)][_0xc6d9ae(0x164)]+0x1,'areActionsDisabled':this[_0xc6d9ae(0x180)],'availableActions':this[_0xc6d9ae(0x18a)]}),_0x1c3c3c[_0xc6d9ae(0x17f)](..._0x212d94)['to'](this),this[_0xc6d9ae(0x181)][_0xc6d9ae(0x165)](_0x1c3c3c),this[_0xc6d9ae(0x177)]=!0x0),0x2===this[_0xc6d9ae(0x181)][_0xc6d9ae(0x164)]&&this[_0xc6d9ae(0x181)][_0xc6d9ae(0x15b)][_0xc6d9ae(0x192)](!0x0),_0x1c3c3c[_0xc6d9ae(0x192)](this[_0xc6d9ae(0x181)][_0xc6d9ae(0x164)]>0x1),await _0x1c3c3c[_0xc6d9ae(0x178)]({'part':_0x336ab8,'renderingStrategy':_0x31fdb8,'showUnchangedParts':this[_0xc6d9ae(0x189)],'abortSignal':_0x4f4270});});return _0xed8da1?.[_0x147977(0x175)](_0x147977(0x191),()=>{const _0x10c753=_0x147977;this[_0x10c753(0x169)][_0x10c753(0x191)]();}),this[_0x147977(0x169)][_0x147977(0x179)];}[_0x4f22cc(0x160)](_0x2bfb66,_0x16f32d){const _0x3c2a9d=_0x4f22cc,_0x31c37d=this[_0x3c2a9d(0x18c)](_0x2bfb66);_0x31c37d&&(_0x31c37d[_0x3c2a9d(0x171)]=_0x16f32d),this[_0x3c2a9d(0x177)]=_0x3c2a9d(0x15f)==_0x16f32d||Array[_0x3c2a9d(0x158)](this[_0x3c2a9d(0x181)])[_0x3c2a9d(0x167)](_0x23c927=>_0x3c2a9d(0x15f)==_0x23c927[_0x3c2a9d(0x171)]);}[_0x4f22cc(0x18c)](_0x5719a3){const _0x29382a=_0x4f22cc;return this[_0x29382a(0x181)][_0x29382a(0x16c)](_0x316d39=>_0x316d39[_0x29382a(0x182)][_0x29382a(0x17a)]==_0x5719a3)??null;}[_0x4f22cc(0x16a)](){const _0x5da820=_0x4f22cc;if(!this[_0x5da820(0x189)]){const _0x1f3506=!this[_0x5da820(0x185)][_0x5da820(0x16c)](({hasChanges:_0x33890a})=>_0x33890a),_0x23805b=!!this[_0x5da820(0x185)][_0x5da820(0x16c)](({hasChanges:_0x35ddad})=>!_0x35ddad);this[_0x5da820(0x15d)][_0x5da820(0x188)]=0x0==this[_0x5da820(0x181)][_0x5da820(0x164)]||_0x23805b,_0x1f3506?this[_0x5da820(0x15d)][_0x5da820(0x184)](_0xec611c(this[_0x5da820(0x159)],_0x5da820(0x17c))):this[_0x5da820(0x15d)][_0x5da820(0x184)](_0xec611c(this[_0x5da820(0x159)],_0x5da820(0x16b)));}}get[_0x4f22cc(0x17d)](){const _0x41aa03=_0x4f22cc;return!!this[_0x41aa03(0x181)][_0x41aa03(0x16c)](_0x27f9d5=>_0x27f9d5[_0x41aa03(0x182)][_0x41aa03(0x172)]);}}
23
+ const _0x26d57c=_0x54de;(function(_0x1723a4,_0x62774b){const _0x44079e=_0x54de,_0x406ead=_0x1723a4();while(!![]){try{const _0xb5a5ab=parseInt(_0x44079e(0x181))/0x1*(-parseInt(_0x44079e(0x18a))/0x2)+parseInt(_0x44079e(0x168))/0x3*(-parseInt(_0x44079e(0x175))/0x4)+-parseInt(_0x44079e(0x167))/0x5+-parseInt(_0x44079e(0x193))/0x6*(-parseInt(_0x44079e(0x182))/0x7)+-parseInt(_0x44079e(0x17b))/0x8*(parseInt(_0x44079e(0x180))/0x9)+-parseInt(_0x44079e(0x17c))/0xa*(parseInt(_0x44079e(0x162))/0xb)+parseInt(_0x44079e(0x165))/0xc;if(_0xb5a5ab===_0x62774b)break;else _0x406ead['push'](_0x406ead['shift']());}catch(_0x5101c0){_0x406ead['push'](_0x406ead['shift']());}}}(_0xf5a0,0x48fa2));function _0x54de(_0x5a04ce,_0x11311c){const _0xf5a017=_0xf5a0();return _0x54de=function(_0x54de54,_0x3b93f9){_0x54de54=_0x54de54-0x15a;let _0x193252=_0xf5a017[_0x54de54];return _0x193252;},_0x54de(_0x5a04ce,_0x11311c);}function _0xf5a0(){const _0x28888b=['set','AI_SUGGESTION_NO_PARTS_WARNING','2051786EWHXuH','add','ck-ai-suggestion__body','18134172FVvTyz','markAsDone','887390ueIcgW','6FvXiEF','_children','partDefinition','isVisible','forEach','push','AI_SUGGESTION_EMPTY_PART_WARNING','first','state','from','findIndex','hasChanges','pending','947132fvkKbf','hasNonEmptyParts','toggleHeader','_areActionsDisabled','_availableActions','addEventListener','2983736EOoQyI','10DgIiWg','_updateContentPartsPromiseQueue','_emptyPartsWarningView','_showUnchangedParts','9NVMmTV','1sJKWHT','7XuafCF','ck-ai-suggestion__body__content-parts','delegate','partsCount','abort','some','filter','index','947022SBrFgJ','hasPendingParts','enqueue','warning','queueEmptyPromise','createCollection','updateContentParts','length','updatePartState','2830686YDQLzs','getPartView','_cachedContentParts','updateContent','setContent','setTemplate','locale','div','find','empty-parts-warning'];_0xf5a0=function(){return _0x28888b;};return _0xf5a0();}import{View as _0x44dbb0}from'ckeditor5/src/ui.js';import{AISuggestionBodyViewContentPartView as _0x3e1c35}from'./aisuggestioncontentpartview.js';import{AI_SUGGESTION_UI_EVENT_NAMES as _0x192dfe}from'../../utils/eventnames.js';import{PromiseQueue as _0x3d395a}from'../../../aichat/utils/promisequeue.js';import{AIChatFeedErrorItemView as _0x304e8e}from'../../../aichat/ui/feed/aichatfeederroritemview.js';import{getTranslation as _0x586c63}from'../../utils/common-translations.js';export class AISuggestionBodyView extends _0x44dbb0{[_0x26d57c(0x169)];[_0x26d57c(0x178)];[_0x26d57c(0x17f)];[_0x26d57c(0x17d)];[_0x26d57c(0x17e)];[_0x26d57c(0x179)];[_0x26d57c(0x195)]=[];constructor(_0x388e83,_0x52f739){const _0x263f79=_0x26d57c;super(_0x388e83);const {areActionsDisabled:_0xe3c0b,showUnchangedParts:_0x23ab0f,availableActions:_0x2fe366}=_0x52f739;this[_0x263f79(0x178)]=_0xe3c0b,this[_0x263f79(0x17f)]=_0x23ab0f,this[_0x263f79(0x179)]=_0x2fe366,this[_0x263f79(0x160)](_0x263f79(0x18b),!0x1),this[_0x263f79(0x169)]=this[_0x263f79(0x18f)](),this[_0x263f79(0x17d)]=new _0x3d395a(),this[_0x263f79(0x17e)]=new _0x304e8e({'id':_0x263f79(0x15f),'initialContent':_0x586c63(_0x388e83,_0x263f79(0x16e)),'level':_0x263f79(0x18d)}),this[_0x263f79(0x17e)][_0x263f79(0x16b)]=!0x1,this[_0x263f79(0x15b)]({'tag':_0x263f79(0x15d),'attributes':{'class':['ck',_0x263f79(0x164)]},'children':[{'tag':_0x263f79(0x15d),'attributes':{'class':['ck',_0x263f79(0x183)]},'children':this[_0x263f79(0x169)]},this[_0x263f79(0x17e)]]});}get[_0x26d57c(0x185)](){const _0x13ffd1=_0x26d57c;return this[_0x13ffd1(0x169)][_0x13ffd1(0x191)];}async[_0x26d57c(0x190)]({parts:_0xa00a34,renderingStrategy:_0x466abd,abortSignal:_0x147898}){const _0x554625=_0x26d57c;this[_0x554625(0x169)][_0x554625(0x191)]?_0xa00a34[_0x554625(0x16c)](_0x467b22=>{const _0x264ad4=_0x554625,_0x3e3e81=this[_0x264ad4(0x195)][_0x264ad4(0x172)](_0x4cd99d=>_0x4cd99d[_0x264ad4(0x189)]==_0x467b22[_0x264ad4(0x189)]);-0x1===_0x3e3e81?this[_0x264ad4(0x195)][_0x264ad4(0x16d)](_0x467b22):this[_0x264ad4(0x195)][_0x3e3e81]=_0x467b22;}):this[_0x554625(0x195)]=_0xa00a34;for(const _0x4b64d6 of _0xa00a34[_0x554625(0x188)](_0xef9daf=>_0xef9daf[_0x554625(0x173)]))this[_0x554625(0x17d)][_0x554625(0x18c)](async _0x2441ca=>{const _0x1720fb=_0x554625;let _0x40a140=this[_0x1720fb(0x194)](_0x4b64d6[_0x1720fb(0x189)]);_0x40a140||(_0x40a140=new _0x3e1c35(this[_0x1720fb(0x15c)],{'part':_0x4b64d6,'uiIndex':this[_0x1720fb(0x169)][_0x1720fb(0x191)]+0x1,'areActionsDisabled':this[_0x1720fb(0x178)],'availableActions':this[_0x1720fb(0x179)]}),_0x40a140[_0x1720fb(0x184)](..._0x192dfe)['to'](this),this[_0x1720fb(0x169)][_0x1720fb(0x163)](_0x40a140),this[_0x1720fb(0x18b)]=!0x0),0x2===this[_0x1720fb(0x169)][_0x1720fb(0x191)]&&this[_0x1720fb(0x169)][_0x1720fb(0x16f)][_0x1720fb(0x177)](!0x0),_0x40a140[_0x1720fb(0x177)](this[_0x1720fb(0x169)][_0x1720fb(0x191)]>0x1),await _0x40a140[_0x1720fb(0x196)]({'part':_0x4b64d6,'renderingStrategy':_0x466abd,'showUnchangedParts':this[_0x1720fb(0x17f)],'abortSignal':_0x2441ca});});return _0x147898?.[_0x554625(0x17a)](_0x554625(0x186),()=>{const _0x11ddf2=_0x554625;this[_0x11ddf2(0x17d)][_0x11ddf2(0x186)]();}),this[_0x554625(0x17d)][_0x554625(0x18e)];}[_0x26d57c(0x192)](_0xb7ba0e,_0x23a3b1){const _0x1317a0=_0x26d57c,_0x108c27=this[_0x1317a0(0x194)](_0xb7ba0e);_0x108c27&&(_0x108c27[_0x1317a0(0x170)]=_0x23a3b1),this[_0x1317a0(0x18b)]=_0x1317a0(0x174)==_0x23a3b1||Array[_0x1317a0(0x171)](this[_0x1317a0(0x169)])[_0x1317a0(0x187)](_0x471449=>_0x1317a0(0x174)==_0x471449[_0x1317a0(0x170)]);}[_0x26d57c(0x194)](_0x25aa5){const _0x4b282f=_0x26d57c;return this[_0x4b282f(0x169)][_0x4b282f(0x15e)](_0x376759=>_0x376759[_0x4b282f(0x16a)][_0x4b282f(0x189)]==_0x25aa5)??null;}[_0x26d57c(0x166)](){const _0x5e392e=_0x26d57c;if(!this[_0x5e392e(0x17f)]){const _0x4c9f22=!this[_0x5e392e(0x195)][_0x5e392e(0x15e)](({hasChanges:_0x3ad5de})=>_0x3ad5de),_0x36f6f9=!!this[_0x5e392e(0x195)][_0x5e392e(0x15e)](({hasChanges:_0x22669f})=>!_0x22669f);this[_0x5e392e(0x17e)][_0x5e392e(0x16b)]=0x0==this[_0x5e392e(0x169)][_0x5e392e(0x191)]||_0x36f6f9,_0x4c9f22?this[_0x5e392e(0x17e)][_0x5e392e(0x15a)](_0x586c63(this[_0x5e392e(0x15c)],_0x5e392e(0x161))):this[_0x5e392e(0x17e)][_0x5e392e(0x15a)](_0x586c63(this[_0x5e392e(0x15c)],_0x5e392e(0x16e)));}}get[_0x26d57c(0x176)](){const _0x31bcd1=_0x26d57c;return!!this[_0x31bcd1(0x169)][_0x31bcd1(0x15e)](_0x80f814=>_0x80f814[_0x31bcd1(0x16a)][_0x31bcd1(0x173)]);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1965(){const _0x5255eb=['clearErrorState','open','items','showLoader','miniToolbarView','271536tvPyPV','createCollection','809930wMflmv','div','ck-ai-suggestion__loader-text','fire','img','updateContentParts','ck\x20ck-ai-web-source','children','423888trUYKH','637592yukzPj','headerView','389529ALTkeW','isErrorVisible','sourcesView','169506DpcEdf','textContent','ck-rounded-corners','clearLoading','AI_CHAT_IS_WRITING','delegate','isVisible','add','_createLoaderView','icon','bindTemplate','isLoaderVisible','markAsDone','ck-ai-suggestion__container','extendTemplate','AI_CHAT_GENERIC_ERROR','.ck-ai-suggestion__error-text','errorView','map','ck-ai-suggestion__error','bodyView','setLoading','showChangesToggleView','element','toggleSuggestionDisplayMode','small','setErrorState','updateSources','title','addNavigationItem','locale','ck-ai-web-sources__header','remove','set','favicon','ck-ai-web-sources','_blank','updateContent','72cJjrWU','content','ck-hidden','areChangesVisible','isEnabled','removeNavigationItem','ck-ai-suggestion__loader','bind','10941fdSohz','ck-ai-web-source__image','_createErrorView','396ktJTyl','span','querySelector','setTemplate','loaderView','hideError','ck-ai-suggestion__error-text','url','hasNonEmptyParts','toggleShowChanges','AI_CHAT_SOURCES_HEADER','hideLoader','isLoading','isShowChangesToggleVisible','showError','isOn','addMany'];_0x1965=function(){return _0x5255eb;};return _0x1965();}const _0x5e2077=_0x71b9;(function(_0x4bcc6f,_0x1dc88e){const _0x4a7167=_0x71b9,_0xcafd66=_0x4bcc6f();while(!![]){try{const _0x27fd7b=parseInt(_0x4a7167(0x172))/0x1+-parseInt(_0x4a7167(0x162))/0x2+-parseInt(_0x4a7167(0x16f))/0x3+-parseInt(_0x4a7167(0x16d))/0x4+-parseInt(_0x4a7167(0x164))/0x5+-parseInt(_0x4a7167(0x14c))/0x6*(-parseInt(_0x4a7167(0x149))/0x7)+-parseInt(_0x4a7167(0x16c))/0x8*(-parseInt(_0x4a7167(0x141))/0x9);if(_0x27fd7b===_0x1dc88e)break;else _0xcafd66['push'](_0xcafd66['shift']());}catch(_0x37af73){_0xcafd66['push'](_0xcafd66['shift']());}}}(_0x1965,0x1abf5));import{IconWeb as _0x1c1b56}from'@ckeditor/ckeditor5-icons';import{View as _0x4ac204,ButtonView as _0x587bdf,IconView as _0x43c99a}from'ckeditor5/src/ui.js';import{AIMiniToolbarView as _0x1499ab}from'./aiminitoolbarview.js';function _0x71b9(_0x256981,_0x539409){const _0x196527=_0x1965();return _0x71b9=function(_0x71b946,_0x3d1322){_0x71b946=_0x71b946-0x12e;let _0x50a480=_0x196527[_0x71b946];return _0x50a480;},_0x71b9(_0x256981,_0x539409);}import{AISuggestionHeaderView as _0x298bb6}from'./aisuggestionheaderview.js';import{AISuggestionBodyView as _0x10f90b}from'./aisuggestionbodyview.js';import{AI_SUGGESTION_UI_EVENT_NAMES as _0x3d0ebd}from'../../utils/eventnames.js';import{AISpinnerView as _0x5e5082}from'../aispinner.js';import{getTranslation as _0x3378d4}from'../../utils/common-translations.js';export class AISuggestionContainerView extends _0x4ac204{[_0x5e2077(0x12f)];[_0x5e2077(0x161)];[_0x5e2077(0x16b)];[_0x5e2077(0x16e)];[_0x5e2077(0x150)];[_0x5e2077(0x183)];[_0x5e2077(0x171)];constructor(_0x230507,_0x470b32){const _0x1b01ce=_0x5e2077;super(_0x230507);const {showDiff:_0x161c21,areActionsDisabled:_0x4cb2c6,miniToolbarConfig:_0x4e5a43,hideHeader:_0x43b740,showLoader:_0x34de79,showUnchangedParts:_0x3fd61c,availableActions:_0x4112d2}=_0x470b32;this[_0x1b01ce(0x13c)](_0x1b01ce(0x144),!0x1),this[_0x1b01ce(0x13c)](_0x1b01ce(0x17d),!!_0x34de79),this[_0x1b01ce(0x13c)](_0x1b01ce(0x170),!0x1),this[_0x1b01ce(0x13c)](_0x1b01ce(0x158),!0x1),this[_0x1b01ce(0x16b)]=this[_0x1b01ce(0x163)](),_0x43b740||(this[_0x1b01ce(0x16e)]=new _0x298bb6(_0x230507,{'showDiff':_0x161c21}),this[_0x1b01ce(0x16e)]['on'](_0x1b01ce(0x155),(_0x4ef568,_0x1cd414)=>{const _0x554065=_0x1b01ce;this[_0x554065(0x144)]=_0x1cd414[_0x554065(0x15b)],this[_0x554065(0x167)](_0x554065(0x133),{'showDiff':_0x1cd414[_0x554065(0x15b)]});}),this[_0x1b01ce(0x16b)][_0x1b01ce(0x179)](this[_0x1b01ce(0x16e)])),this[_0x1b01ce(0x12f)]=new _0x10f90b(_0x230507,{'areActionsDisabled':_0x4cb2c6,'showUnchangedParts':!!_0x3fd61c,'availableActions':_0x4112d2}),this[_0x1b01ce(0x12f)][_0x1b01ce(0x177)](..._0x3d0ebd)['to'](this),this[_0x1b01ce(0x12f)][_0x1b01ce(0x180)]({'attributes':{'class':[this[_0x1b01ce(0x17c)]['if'](_0x1b01ce(0x17d),_0x1b01ce(0x143)),this[_0x1b01ce(0x17c)]['if'](_0x1b01ce(0x170),_0x1b01ce(0x143))]}}),this[_0x1b01ce(0x161)]=new _0x1499ab(_0x230507,_0x4e5a43,_0x161c21),this[_0x1b01ce(0x161)][_0x1b01ce(0x177)](..._0x3d0ebd)['to'](this),this[_0x1b01ce(0x161)]['on'](_0x1b01ce(0x155),(_0x4e90cd,_0x5b096f)=>{const _0x55222b=_0x1b01ce;this[_0x55222b(0x144)]=_0x5b096f,this[_0x55222b(0x167)](_0x55222b(0x133),{'showDiff':_0x5b096f});}),this[_0x1b01ce(0x161)][_0x1b01ce(0x148)](_0x1b01ce(0x158))['to'](this),this[_0x1b01ce(0x16b)][_0x1b01ce(0x179)](this[_0x1b01ce(0x12f)]),this[_0x1b01ce(0x16b)][_0x1b01ce(0x179)](this[_0x1b01ce(0x161)]),this[_0x1b01ce(0x171)]=new AIWebSourcesView(this[_0x1b01ce(0x139)]),this[_0x1b01ce(0x16b)][_0x1b01ce(0x179)](this[_0x1b01ce(0x171)]),_0x34de79&&(this[_0x1b01ce(0x150)]=this[_0x1b01ce(0x17a)](),this[_0x1b01ce(0x16b)][_0x1b01ce(0x179)](this[_0x1b01ce(0x150)])),this[_0x1b01ce(0x183)]=this[_0x1b01ce(0x14b)](),this[_0x1b01ce(0x16b)][_0x1b01ce(0x179)](this[_0x1b01ce(0x183)]),this[_0x1b01ce(0x14f)]({'tag':_0x1b01ce(0x165),'attributes':{'class':['ck',_0x1b01ce(0x17f),_0x1b01ce(0x174)]},'children':this[_0x1b01ce(0x16b)]});}async[_0x5e2077(0x140)](_0x497905){const _0x249b32=_0x5e2077;await this[_0x249b32(0x12f)][_0x249b32(0x169)](_0x497905);}[_0x5e2077(0x136)](_0x9efe3b){const _0x464b8a=_0x5e2077;this[_0x464b8a(0x171)][_0x464b8a(0x16b)][_0x464b8a(0x15c)](_0x9efe3b[_0x464b8a(0x184)](_0x4cf152=>new AIWebSourceView(this[_0x464b8a(0x139)],_0x4cf152))),this[_0x464b8a(0x171)][_0x464b8a(0x178)]=!0x0;}[_0x5e2077(0x160)](){const _0x188928=_0x5e2077;this[_0x188928(0x150)]&&(this[_0x188928(0x17d)]=!0x0);}[_0x5e2077(0x157)](){const _0x3d13e4=_0x5e2077;this[_0x3d13e4(0x150)]&&(this[_0x3d13e4(0x17d)]=!0x1);}[_0x5e2077(0x15a)](_0x519ce7){const _0x3dccf9=_0x5e2077;if(this[_0x3dccf9(0x183)]){const _0x521207=this[_0x3dccf9(0x183)][_0x3dccf9(0x132)]?.[_0x3dccf9(0x14e)](_0x3dccf9(0x182));_0x521207&&(_0x521207[_0x3dccf9(0x173)]=_0x519ce7),this[_0x3dccf9(0x170)]=!0x0;}}[_0x5e2077(0x151)](){const _0x5b4c72=_0x5e2077;this[_0x5b4c72(0x183)]&&(this[_0x5b4c72(0x170)]=!0x1);}[_0x5e2077(0x17e)](){const _0x31cef0=_0x5e2077;this[_0x31cef0(0x12f)][_0x31cef0(0x17e)](),this[_0x31cef0(0x16e)]&&(this[_0x31cef0(0x16e)][_0x31cef0(0x159)]=this[_0x31cef0(0x12f)][_0x31cef0(0x154)]);}[_0x5e2077(0x130)](){const _0x21bd7d=_0x5e2077;this[_0x21bd7d(0x158)]=!0x0;}[_0x5e2077(0x175)](){const _0x4af49f=_0x5e2077;this[_0x4af49f(0x158)]=!0x1;}[_0x5e2077(0x135)](){const _0x4b0c4a=_0x5e2077;this[_0x4b0c4a(0x161)]&&(this[_0x4b0c4a(0x161)][_0x4b0c4a(0x158)]=!0x0),this[_0x4b0c4a(0x16e)]?.[_0x4b0c4a(0x131)]&&(this[_0x4b0c4a(0x16e)][_0x4b0c4a(0x131)][_0x4b0c4a(0x145)]=!0x1);}[_0x5e2077(0x15d)](){const _0x57450b=_0x5e2077;this[_0x57450b(0x161)]&&(this[_0x57450b(0x161)][_0x57450b(0x158)]=!0x1),this[_0x57450b(0x16e)]?.[_0x57450b(0x131)]&&(this[_0x57450b(0x16e)][_0x57450b(0x131)][_0x57450b(0x145)]=!0x0);}[_0x5e2077(0x138)](_0x3db121){const _0x1e6723=_0x5e2077;this[_0x1e6723(0x161)][_0x1e6723(0x15f)][_0x1e6723(0x179)](_0x3db121);}[_0x5e2077(0x146)](_0x4a5341){const _0x4a16db=_0x5e2077;this[_0x4a16db(0x161)][_0x4a16db(0x15f)][_0x4a16db(0x13b)](_0x4a5341);}[_0x5e2077(0x17a)](){const _0x500523=_0x5e2077,_0x2ae386=new _0x4ac204(this[_0x500523(0x139)]),_0x13a00b=new _0x5e5082(_0x500523(0x134));_0x13a00b[_0x500523(0x178)]=!0x0;const _0x375463=new _0x4ac204(this[_0x500523(0x139)]);return _0x375463[_0x500523(0x14f)]({'tag':_0x500523(0x14d),'attributes':{'class':['ck',_0x500523(0x166)]},'children':[_0x3378d4(this[_0x500523(0x139)],_0x500523(0x176))]}),_0x2ae386[_0x500523(0x14f)]({'tag':_0x500523(0x165),'attributes':{'class':['ck',_0x500523(0x147),this[_0x500523(0x17c)]['if'](_0x500523(0x17d),_0x500523(0x143),_0x36d7a6=>!_0x36d7a6)]},'children':[_0x13a00b,_0x375463]}),_0x2ae386;}[_0x5e2077(0x14b)](){const _0x548576=_0x5e2077,_0x22d9ec=new _0x4ac204(this[_0x548576(0x139)]),_0x5b4cc5=new _0x4ac204(this[_0x548576(0x139)]);return _0x5b4cc5[_0x548576(0x14f)]({'tag':_0x548576(0x14d),'attributes':{'class':['ck',_0x548576(0x152)]},'children':[_0x3378d4(this[_0x548576(0x139)],_0x548576(0x181))]}),_0x22d9ec[_0x548576(0x14f)]({'tag':_0x548576(0x165),'attributes':{'class':['ck',_0x548576(0x12e),this[_0x548576(0x17c)]['if'](_0x548576(0x170),_0x548576(0x143),_0x34faad=>!_0x34faad)]},'children':[_0x5b4cc5]}),_0x22d9ec;}}export class AIWebSourcesView extends _0x4ac204{[_0x5e2077(0x16b)];constructor(_0x1d743f){const _0x426336=_0x5e2077;super(_0x1d743f),this[_0x426336(0x16b)]=this[_0x426336(0x163)](),this[_0x426336(0x13c)](_0x426336(0x178),!0x1),this[_0x426336(0x14f)]({'tag':_0x426336(0x165),'attributes':{'class':['ck',_0x426336(0x13e),this[_0x426336(0x17c)]['if'](_0x426336(0x178),_0x426336(0x143),_0x576852=>!_0x576852)]},'children':this[_0x426336(0x16b)]});const _0x52bc62=new _0x4ac204(this[_0x426336(0x139)]),_0x30121a=new _0x43c99a();_0x30121a[_0x426336(0x142)]=_0x1c1b56,_0x52bc62[_0x426336(0x14f)]({'tag':_0x426336(0x165),'attributes':{'class':['ck',_0x426336(0x13a)]},'children':[_0x30121a,{'tag':_0x426336(0x14d),'children':[{'text':_0x3378d4(this[_0x426336(0x139)],_0x426336(0x156))}]}]}),this[_0x426336(0x16b)][_0x426336(0x179)](_0x52bc62);}}export class AIWebSourceView extends _0x587bdf{constructor(_0x40cebc,_0x264f72){const _0x30af21=_0x5e2077;super(_0x40cebc),this[_0x30af21(0x13c)]({'label':_0x264f72[_0x30af21(0x137)],'tooltip':_0x264f72[_0x30af21(0x137)],'class':[_0x30af21(0x16a)],'withText':!0x0});const _0x322e23=this[_0x30af21(0x17c)];if(this[_0x30af21(0x180)]({'on':{'click':_0x322e23['to'](()=>{const _0x5a9656=_0x30af21;window[_0x5a9656(0x15e)](_0x264f72[_0x5a9656(0x153)],_0x5a9656(0x13f));})}}),_0x264f72[_0x30af21(0x13d)]){const _0x100959=new _0x4ac204(_0x40cebc);_0x100959[_0x30af21(0x14f)]({'tag':_0x30af21(0x168),'attributes':{'src':_0x264f72[_0x30af21(0x13d)]||_0x1c1b56,'alt':_0x264f72[_0x30af21(0x137)],'class':[_0x30af21(0x14a)]}}),this[_0x30af21(0x16b)][_0x30af21(0x179)](_0x100959);}else this[_0x30af21(0x13c)](_0x30af21(0x17b),_0x1c1b56);}}
23
+ const _0x4ad931=_0x1ceb;(function(_0x2194db,_0x1518fb){const _0x4e12c0=_0x1ceb,_0xb781ba=_0x2194db();while(!![]){try{const _0x12558e=-parseInt(_0x4e12c0(0x179))/0x1*(parseInt(_0x4e12c0(0x1a2))/0x2)+parseInt(_0x4e12c0(0x17c))/0x3+-parseInt(_0x4e12c0(0x1b0))/0x4+parseInt(_0x4e12c0(0x17d))/0x5*(-parseInt(_0x4e12c0(0x170))/0x6)+-parseInt(_0x4e12c0(0x178))/0x7+parseInt(_0x4e12c0(0x180))/0x8*(-parseInt(_0x4e12c0(0x195))/0x9)+parseInt(_0x4e12c0(0x19f))/0xa;if(_0x12558e===_0x1518fb)break;else _0xb781ba['push'](_0xb781ba['shift']());}catch(_0x38f3ec){_0xb781ba['push'](_0xb781ba['shift']());}}}(_0x5718,0xbff36));import{IconWeb as _0x1345d6}from'@ckeditor/ckeditor5-icons';function _0x1ceb(_0x4939bb,_0x200144){const _0x57180a=_0x5718();return _0x1ceb=function(_0x1cebd1,_0x30a85a){_0x1cebd1=_0x1cebd1-0x160;let _0x2393f9=_0x57180a[_0x1cebd1];return _0x2393f9;},_0x1ceb(_0x4939bb,_0x200144);}function _0x5718(){const _0x3d4603=['isLoading','hideError','setTemplate','open','remove','small','setLoading','ck-ai-suggestion__error','5315604tpgcLe','bindTemplate','AI_CHAT_SOURCES_HEADER','isVisible','loaderView','ck-rounded-corners','locale','querySelector','ck-ai-suggestion__loader','clearLoading','ck-ai-suggestion__loader-text','markAsDone','AI_CHAT_IS_WRITING','bodyView','areChangesVisible','updateSources','isShowChangesToggleVisible','map','sourcesView','isLoaderVisible','showChangesToggleView','ck-ai-web-source__image','span','ck-ai-suggestion__container','42gMVxGe','fire','clearErrorState','ck-ai-web-sources','showLoader','updateContentParts','hideLoader','addMany','4725518qwEYwY','1KSPWtx','url','title','655971YTqihy','1034555KadrlH','createCollection','content','3498232VxOGFw','favicon','_blank','isEnabled','_createErrorView','_createLoaderView','headerView','ck-ai-web-sources__header','updateContent','ck\x20ck-ai-web-source','AI_CHAT_GENERIC_ERROR','icon','removeNavigationItem','isErrorVisible','setErrorState','.ck-ai-suggestion__error-text','textContent','ck-ai-suggestion__error-text','ck-hidden','add','toggleSuggestionDisplayMode','27DGcoPD','set','items','addNavigationItem','element','toggleShowChanges','div','errorView','delegate','bind','54140030unkNWP','miniToolbarView','children','164482yicsxB','hasNonEmptyParts','showError','isOn','extendTemplate','img'];_0x5718=function(){return _0x3d4603;};return _0x5718();}import{View as _0x9ce2cf,ButtonView as _0x5da0cb,IconView as _0x443951}from'ckeditor5/src/ui.js';import{AIMiniToolbarView as _0x521388}from'./aiminitoolbarview.js';import{AISuggestionHeaderView as _0xff1add}from'./aisuggestionheaderview.js';import{AISuggestionBodyView as _0x2d0282}from'./aisuggestionbodyview.js';import{AI_SUGGESTION_UI_EVENT_NAMES as _0x3f820d}from'../../utils/eventnames.js';import{AISpinnerView as _0xf76ff5}from'../aispinner.js';import{getTranslation as _0x292632}from'../../utils/common-translations.js';export class AISuggestionContainerView extends _0x9ce2cf{[_0x4ad931(0x165)];[_0x4ad931(0x1a0)];[_0x4ad931(0x1a1)];[_0x4ad931(0x186)];[_0x4ad931(0x1b4)];[_0x4ad931(0x19c)];[_0x4ad931(0x16a)];constructor(_0x4d19ff,_0x4ffc66){const _0x3a7961=_0x4ad931;super(_0x4d19ff);const {showDiff:_0x3d2ada,areActionsDisabled:_0x3e432e,miniToolbarConfig:_0x1f2af0,hideHeader:_0xa54e58,showLoader:_0x46e301,showUnchangedParts:_0x52826e,availableActions:_0x383d87}=_0x4ffc66;this[_0x3a7961(0x196)](_0x3a7961(0x166),!0x1),this[_0x3a7961(0x196)](_0x3a7961(0x16b),!!_0x46e301),this[_0x3a7961(0x196)](_0x3a7961(0x18d),!0x1),this[_0x3a7961(0x196)](_0x3a7961(0x1a8),!0x1),this[_0x3a7961(0x1a1)]=this[_0x3a7961(0x17e)](),_0xa54e58||(this[_0x3a7961(0x186)]=new _0xff1add(_0x4d19ff,{'showDiff':_0x3d2ada}),this[_0x3a7961(0x186)]['on'](_0x3a7961(0x19a),(_0x50315d,_0x48a799)=>{const _0x26f09c=_0x3a7961;this[_0x26f09c(0x166)]=_0x48a799[_0x26f09c(0x1a5)],this[_0x26f09c(0x171)](_0x26f09c(0x194),{'showDiff':_0x48a799[_0x26f09c(0x1a5)]});}),this[_0x3a7961(0x1a1)][_0x3a7961(0x193)](this[_0x3a7961(0x186)])),this[_0x3a7961(0x165)]=new _0x2d0282(_0x4d19ff,{'areActionsDisabled':_0x3e432e,'showUnchangedParts':!!_0x52826e,'availableActions':_0x383d87}),this[_0x3a7961(0x165)][_0x3a7961(0x19d)](..._0x3f820d)['to'](this),this[_0x3a7961(0x165)][_0x3a7961(0x1a6)]({'attributes':{'class':[this[_0x3a7961(0x1b1)]['if'](_0x3a7961(0x16b),_0x3a7961(0x192)),this[_0x3a7961(0x1b1)]['if'](_0x3a7961(0x18d),_0x3a7961(0x192))]}}),this[_0x3a7961(0x1a0)]=new _0x521388(_0x4d19ff,_0x1f2af0,_0x3d2ada),this[_0x3a7961(0x1a0)][_0x3a7961(0x19d)](..._0x3f820d)['to'](this),this[_0x3a7961(0x1a0)]['on'](_0x3a7961(0x19a),(_0x6f24de,_0x23090a)=>{const _0x503e2d=_0x3a7961;this[_0x503e2d(0x166)]=_0x23090a,this[_0x503e2d(0x171)](_0x503e2d(0x194),{'showDiff':_0x23090a});}),this[_0x3a7961(0x1a0)][_0x3a7961(0x19e)](_0x3a7961(0x1a8))['to'](this),this[_0x3a7961(0x1a1)][_0x3a7961(0x193)](this[_0x3a7961(0x165)]),this[_0x3a7961(0x1a1)][_0x3a7961(0x193)](this[_0x3a7961(0x1a0)]),this[_0x3a7961(0x16a)]=new AIWebSourcesView(this[_0x3a7961(0x1b6)]),this[_0x3a7961(0x1a1)][_0x3a7961(0x193)](this[_0x3a7961(0x16a)]),_0x46e301&&(this[_0x3a7961(0x1b4)]=this[_0x3a7961(0x185)](),this[_0x3a7961(0x1a1)][_0x3a7961(0x193)](this[_0x3a7961(0x1b4)])),this[_0x3a7961(0x19c)]=this[_0x3a7961(0x184)](),this[_0x3a7961(0x1a1)][_0x3a7961(0x193)](this[_0x3a7961(0x19c)]),this[_0x3a7961(0x1aa)]({'tag':_0x3a7961(0x19b),'attributes':{'class':['ck',_0x3a7961(0x16f),_0x3a7961(0x1b5)]},'children':this[_0x3a7961(0x1a1)]});}async[_0x4ad931(0x188)](_0x271b51){const _0x6784c4=_0x4ad931;await this[_0x6784c4(0x165)][_0x6784c4(0x175)](_0x271b51);}[_0x4ad931(0x167)](_0x52ecfc){const _0x33ac81=_0x4ad931;this[_0x33ac81(0x16a)][_0x33ac81(0x1a1)][_0x33ac81(0x177)](_0x52ecfc[_0x33ac81(0x169)](_0x5008e3=>new AIWebSourceView(this[_0x33ac81(0x1b6)],_0x5008e3))),this[_0x33ac81(0x16a)][_0x33ac81(0x1b3)]=!0x0;}[_0x4ad931(0x174)](){const _0x2c5fc7=_0x4ad931;this[_0x2c5fc7(0x1b4)]&&(this[_0x2c5fc7(0x16b)]=!0x0);}[_0x4ad931(0x176)](){const _0x31c45c=_0x4ad931;this[_0x31c45c(0x1b4)]&&(this[_0x31c45c(0x16b)]=!0x1);}[_0x4ad931(0x1a4)](_0x59365d){const _0x486412=_0x4ad931;if(this[_0x486412(0x19c)]){const _0x399843=this[_0x486412(0x19c)][_0x486412(0x199)]?.[_0x486412(0x1b7)](_0x486412(0x18f));_0x399843&&(_0x399843[_0x486412(0x190)]=_0x59365d),this[_0x486412(0x18d)]=!0x0;}}[_0x4ad931(0x1a9)](){const _0x429fba=_0x4ad931;this[_0x429fba(0x19c)]&&(this[_0x429fba(0x18d)]=!0x1);}[_0x4ad931(0x163)](){const _0x1a8fa0=_0x4ad931;this[_0x1a8fa0(0x165)][_0x1a8fa0(0x163)](),this[_0x1a8fa0(0x186)]&&(this[_0x1a8fa0(0x186)][_0x1a8fa0(0x168)]=this[_0x1a8fa0(0x165)][_0x1a8fa0(0x1a3)]);}[_0x4ad931(0x1ae)](){const _0x36dae4=_0x4ad931;this[_0x36dae4(0x1a8)]=!0x0;}[_0x4ad931(0x161)](){const _0x87fb99=_0x4ad931;this[_0x87fb99(0x1a8)]=!0x1;}[_0x4ad931(0x18e)](){const _0x2b9ec4=_0x4ad931;this[_0x2b9ec4(0x1a0)]&&(this[_0x2b9ec4(0x1a0)][_0x2b9ec4(0x1a8)]=!0x0),this[_0x2b9ec4(0x186)]?.[_0x2b9ec4(0x16c)]&&(this[_0x2b9ec4(0x186)][_0x2b9ec4(0x16c)][_0x2b9ec4(0x183)]=!0x1);}[_0x4ad931(0x172)](){const _0x3c2da5=_0x4ad931;this[_0x3c2da5(0x1a0)]&&(this[_0x3c2da5(0x1a0)][_0x3c2da5(0x1a8)]=!0x1),this[_0x3c2da5(0x186)]?.[_0x3c2da5(0x16c)]&&(this[_0x3c2da5(0x186)][_0x3c2da5(0x16c)][_0x3c2da5(0x183)]=!0x0);}[_0x4ad931(0x198)](_0x5d7bec){const _0xcdb209=_0x4ad931;this[_0xcdb209(0x1a0)][_0xcdb209(0x197)][_0xcdb209(0x193)](_0x5d7bec);}[_0x4ad931(0x18c)](_0x13b71f){const _0x24e821=_0x4ad931;this[_0x24e821(0x1a0)][_0x24e821(0x197)][_0x24e821(0x1ac)](_0x13b71f);}[_0x4ad931(0x185)](){const _0x2b7d25=_0x4ad931,_0x232f98=new _0x9ce2cf(this[_0x2b7d25(0x1b6)]),_0x4d52d3=new _0xf76ff5(_0x2b7d25(0x1ad));_0x4d52d3[_0x2b7d25(0x1b3)]=!0x0;const _0x540678=new _0x9ce2cf(this[_0x2b7d25(0x1b6)]);return _0x540678[_0x2b7d25(0x1aa)]({'tag':_0x2b7d25(0x16e),'attributes':{'class':['ck',_0x2b7d25(0x162)]},'children':[_0x292632(this[_0x2b7d25(0x1b6)],_0x2b7d25(0x164))]}),_0x232f98[_0x2b7d25(0x1aa)]({'tag':_0x2b7d25(0x19b),'attributes':{'class':['ck',_0x2b7d25(0x160),this[_0x2b7d25(0x1b1)]['if'](_0x2b7d25(0x16b),_0x2b7d25(0x192),_0x325c1e=>!_0x325c1e)]},'children':[_0x4d52d3,_0x540678]}),_0x232f98;}[_0x4ad931(0x184)](){const _0x4a6cc6=_0x4ad931,_0x5afa90=new _0x9ce2cf(this[_0x4a6cc6(0x1b6)]),_0x3540be=new _0x9ce2cf(this[_0x4a6cc6(0x1b6)]);return _0x3540be[_0x4a6cc6(0x1aa)]({'tag':_0x4a6cc6(0x16e),'attributes':{'class':['ck',_0x4a6cc6(0x191)]},'children':[_0x292632(this[_0x4a6cc6(0x1b6)],_0x4a6cc6(0x18a))]}),_0x5afa90[_0x4a6cc6(0x1aa)]({'tag':_0x4a6cc6(0x19b),'attributes':{'class':['ck',_0x4a6cc6(0x1af),this[_0x4a6cc6(0x1b1)]['if'](_0x4a6cc6(0x18d),_0x4a6cc6(0x192),_0x349d73=>!_0x349d73)]},'children':[_0x3540be]}),_0x5afa90;}}export class AIWebSourcesView extends _0x9ce2cf{[_0x4ad931(0x1a1)];constructor(_0x66cd9b){const _0x75fabd=_0x4ad931;super(_0x66cd9b),this[_0x75fabd(0x1a1)]=this[_0x75fabd(0x17e)](),this[_0x75fabd(0x196)](_0x75fabd(0x1b3),!0x1),this[_0x75fabd(0x1aa)]({'tag':_0x75fabd(0x19b),'attributes':{'class':['ck',_0x75fabd(0x173),this[_0x75fabd(0x1b1)]['if'](_0x75fabd(0x1b3),_0x75fabd(0x192),_0x54d09b=>!_0x54d09b)]},'children':this[_0x75fabd(0x1a1)]});const _0x56060e=new _0x9ce2cf(this[_0x75fabd(0x1b6)]),_0x456f14=new _0x443951();_0x456f14[_0x75fabd(0x17f)]=_0x1345d6,_0x56060e[_0x75fabd(0x1aa)]({'tag':_0x75fabd(0x19b),'attributes':{'class':['ck',_0x75fabd(0x187)]},'children':[_0x456f14,{'tag':_0x75fabd(0x16e),'children':[{'text':_0x292632(this[_0x75fabd(0x1b6)],_0x75fabd(0x1b2))}]}]}),this[_0x75fabd(0x1a1)][_0x75fabd(0x193)](_0x56060e);}}export class AIWebSourceView extends _0x5da0cb{constructor(_0x4f256c,_0x5e2c8c){const _0x50b424=_0x4ad931;super(_0x4f256c),this[_0x50b424(0x196)]({'label':_0x5e2c8c[_0x50b424(0x17b)],'tooltip':_0x5e2c8c[_0x50b424(0x17b)],'class':[_0x50b424(0x189)],'withText':!0x0});const _0x27adb1=this[_0x50b424(0x1b1)];if(this[_0x50b424(0x1a6)]({'on':{'click':_0x27adb1['to'](()=>{const _0x1ff30e=_0x50b424;window[_0x1ff30e(0x1ab)](_0x5e2c8c[_0x1ff30e(0x17a)],_0x1ff30e(0x182));})}}),_0x5e2c8c[_0x50b424(0x181)]){const _0x378460=new _0x9ce2cf(_0x4f256c);_0x378460[_0x50b424(0x1aa)]({'tag':_0x50b424(0x1a7),'attributes':{'src':_0x5e2c8c[_0x50b424(0x181)]||_0x1345d6,'alt':_0x5e2c8c[_0x50b424(0x17b)],'class':[_0x50b424(0x16d)]}}),this[_0x50b424(0x1a1)][_0x50b424(0x193)](_0x378460);}else this[_0x50b424(0x196)](_0x50b424(0x18b),_0x1345d6);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xcf9e02=_0x168d;(function(_0x32035f,_0x5a8e8d){const _0x460be0=_0x168d,_0x1457aa=_0x32035f();while(!![]){try{const _0x3c8b69=parseInt(_0x460be0(0x166))/0x1+-parseInt(_0x460be0(0x165))/0x2*(parseInt(_0x460be0(0x177))/0x3)+-parseInt(_0x460be0(0x178))/0x4*(parseInt(_0x460be0(0x15d))/0x5)+parseInt(_0x460be0(0x142))/0x6*(-parseInt(_0x460be0(0x167))/0x7)+-parseInt(_0x460be0(0x144))/0x8+-parseInt(_0x460be0(0x12b))/0x9*(-parseInt(_0x460be0(0x172))/0xa)+parseInt(_0x460be0(0x16e))/0xb*(parseInt(_0x460be0(0x146))/0xc);if(_0x3c8b69===_0x5a8e8d)break;else _0x1457aa['push'](_0x1457aa['shift']());}catch(_0x3b70e4){_0x1457aa['push'](_0x1457aa['shift']());}}}(_0x3adf,0xeeb6b));import{View as _0x495a5b,IconView as _0x2af7c3,ToolbarView as _0x358dd9,ButtonView as _0x395725}from'ckeditor5/src/ui.js';function _0x3adf(){const _0x333b9c=['_toolbarView','mouseOverSuggestion','rejectSuggestion','content','toString','_iconStateRejected','ck-ai-suggestion__body__content-part_','AI_SUGGESTION_CONTENT_PART_DELETE','updateContent','push','_iconStateOutdated','accepted','extendTemplate','ck-content','20gmTbDZ','children','_iconStateAccepted','ck-reset_all-excluded','execute','change:state','add','outdated','2sAgOCz','1449770FfukYJ','2622823eLPkQE','AI_SUGGESTION_CONTENT_PART_ADD_AS_SUGGESTION','contentView','animation:\x20ck-html-streamer-fade-in\x20.5s','ck-ai-suggestion__body__content-part__icon-rejected','includes','headerView','10437757oKJnKP','rejected','insertSuggestion','htmlStreamer','157610MogWPt','ck-ai-suggestion__body__content-part__icon-outdated','ck-ai-suggestion__body__content-part__icon-accepted','mouseLeaveSuggestion','innerHTML','3794973XqyKDv','1515716Kauwxk','fire','setTemplate','state','ck-ai-suggestion__body__content-part__title__label','addMany','927MFMEhU','items','span','bind','ck-ai-suggestion__body__content-part__content','AI_SUGGESTION_CONTENT_PART_REJECTED','ck-ai-suggestion__body__content-part__icon-title','ck-hidden','partDefinition','AI_SUGGESTION_CONTENT_PART_TITLE','index','has','isVisible','AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED','set','showChangeInText','AI_SUGGESTION_CONTENT_PART_OUTDATED','toggleHeader','AI_SUGGESTION_CONTENT_PART_SHOW_IN_THE_TEXT','stream','bindTemplate','delegate','div','12BrnXnz','ck-ai-suggestion__body__content-part','3704568pWFMtx','ck-ai-suggestion__body__content-part_active','24NrTBoo','remove','streaming','isEnabled','pending','element','hasChanges','ck-ai-suggestion__body__content-part__title','createCollection'];_0x3adf=function(){return _0x333b9c;};return _0x3adf();}import{IconAddComment as _0x58ff97,IconDocumentWithLoupe as _0x5b541b,IconDocumentWithCheckmark as _0x115df3,IconDocumentWithCross as _0x2c01dd,IconRemove as _0x168c81,IconThreeStars as _0x5d4b7e}from'ckeditor5/src/icons.js';import{HTMLStreamer as _0x391620}from'../../utils/htmlstreamer.js';import{getTranslation as _0x56003e}from'../../utils/common-translations.js';import{serialize as _0x3fd3d6}from'../../utils/htmlparser.js';import{AI_SUGGESTION_UI_EVENT_NAMES as _0x468d6c}from'../../utils/eventnames.js';function _0x168d(_0x5cd27d,_0x1f21eb){const _0x3adfb6=_0x3adf();return _0x168d=function(_0x168d5e,_0x105ac4){_0x168d5e=_0x168d5e-0x12b;let _0x36017e=_0x3adfb6[_0x168d5e];return _0x36017e;},_0x168d(_0x5cd27d,_0x1f21eb);}export class AISuggestionBodyViewContentPartView extends _0x495a5b{[_0xcf9e02(0x171)];[_0xcf9e02(0x15e)];[_0xcf9e02(0x16d)];[_0xcf9e02(0x169)];constructor(_0x25b9a1,{part:_0x3f7107,uiIndex:_0x8fc0c8,areActionsDisabled:_0x5c7360,availableActions:_0x54f3bb}){const _0x2812dd=_0xcf9e02;super(_0x25b9a1),this[_0x2812dd(0x139)](_0x2812dd(0x133),_0x3f7107),this[_0x2812dd(0x139)](_0x2812dd(0x17b),_0x2812dd(0x14a)),this[_0x2812dd(0x139)](_0x2812dd(0x137),!0x1),this[_0x2812dd(0x12e)](_0x2812dd(0x149))['to'](this,_0x2812dd(0x17b),_0x28ade3=>_0x2812dd(0x14a)==_0x28ade3&&!_0x5c7360),this[_0x2812dd(0x15e)]=this[_0x2812dd(0x14e)](),this[_0x2812dd(0x171)]=new _0x391620({'textNodeStyle':_0x2812dd(0x16a),'delay':0x14}),this[_0x2812dd(0x16d)]=new Un(_0x25b9a1,{'part':_0x3f7107,'uiIndex':_0x8fc0c8,'availableActions':_0x54f3bb}),this[_0x2812dd(0x16d)][_0x2812dd(0x12e)](_0x2812dd(0x133))['to'](this),this[_0x2812dd(0x16d)][_0x2812dd(0x12e)](_0x2812dd(0x149))['to'](this),this[_0x2812dd(0x16d)][_0x2812dd(0x12e)](_0x2812dd(0x17b))['to'](this),this[_0x2812dd(0x16d)][_0x2812dd(0x140)](..._0x468d6c)['to'](this);const _0x300b15=this[_0x2812dd(0x13f)];this[_0x2812dd(0x169)]=new _0x495a5b(),this[_0x2812dd(0x169)][_0x2812dd(0x17a)]({'tag':_0x2812dd(0x141),'attributes':{'class':['ck',_0x2812dd(0x15c),_0x2812dd(0x160),_0x2812dd(0x12f)]}}),this[_0x2812dd(0x15e)][_0x2812dd(0x17d)]([this[_0x2812dd(0x169)]]),this[_0x2812dd(0x17a)]({'tag':_0x2812dd(0x141),'attributes':{'class':['ck',_0x2812dd(0x143),_0x300b15['to'](_0x2812dd(0x17b),_0x341046=>_0x2812dd(0x155)+_0x341046),_0x300b15['to'](_0x2812dd(0x149),_0x2e63c1=>_0x2e63c1?_0x2812dd(0x145):void 0x0),_0x300b15['if'](_0x2812dd(0x137),_0x2812dd(0x132),_0x281972=>!_0x281972)]},'children':this[_0x2812dd(0x15e)],'on':{'mouseenter':_0x300b15['to'](()=>{const _0x119470=_0x2812dd;this[_0x119470(0x149)]&&this[_0x119470(0x179)](_0x119470(0x150),{'index':_0x3f7107[_0x119470(0x135)]});}),'mouseleave':_0x300b15['to'](()=>{const _0xc10e7e=_0x2812dd;this[_0xc10e7e(0x149)]&&this[_0xc10e7e(0x179)](_0xc10e7e(0x175),{'index':_0x3f7107[_0xc10e7e(0x135)]});})}});}async[_0xcf9e02(0x157)]({part:_0xcdb65a,renderingStrategy:_0x4178c0,showUnchangedParts:_0x32cbdc=!0x1,abortSignal:_0x1639da}){const _0x518d18=_0xcf9e02;this[_0x518d18(0x133)]=_0xcdb65a,this[_0x518d18(0x137)]=this[_0x518d18(0x133)][_0x518d18(0x14c)]||_0x32cbdc,this[_0x518d18(0x137)]&&(_0x518d18(0x148)===_0x4178c0?await this[_0x518d18(0x171)][_0x518d18(0x13e)]({'document':this[_0x518d18(0x133)][_0x518d18(0x152)],'targetElement':this[_0x518d18(0x169)][_0x518d18(0x14b)],'abortSignal':_0x1639da}):this[_0x518d18(0x169)][_0x518d18(0x14b)][_0x518d18(0x176)]=_0x3fd3d6(this[_0x518d18(0x133)][_0x518d18(0x152)]));}[_0xcf9e02(0x13c)](_0x4e7daa){const _0x34499=_0xcf9e02;_0x4e7daa?this[_0x34499(0x15e)][_0x34499(0x136)](this[_0x34499(0x16d)])||this[_0x34499(0x15e)][_0x34499(0x163)](this[_0x34499(0x16d)],0x0):this[_0x34499(0x15e)][_0x34499(0x136)](this[_0x34499(0x16d)])&&this[_0x34499(0x15e)][_0x34499(0x147)](this[_0x34499(0x16d)]);}}class Un extends _0x495a5b{[_0xcf9e02(0x15e)];[_0xcf9e02(0x14f)];[_0xcf9e02(0x15f)];[_0xcf9e02(0x154)];[_0xcf9e02(0x159)];constructor(_0x7c46bd,{part:_0x19a1d6,uiIndex:_0x7faac1,availableActions:_0x1da608}){const _0x14b8db=_0xcf9e02;super(_0x7c46bd),this[_0x14b8db(0x139)](_0x14b8db(0x133),_0x19a1d6),this[_0x14b8db(0x139)](_0x14b8db(0x149),!0x0),this[_0x14b8db(0x139)](_0x14b8db(0x17b),_0x14b8db(0x14a));const _0x5c1ae2=new _0x2af7c3();_0x5c1ae2[_0x14b8db(0x152)]=_0x5d4b7e,_0x5c1ae2[_0x14b8db(0x15b)]({'attributes':{'class':[_0x14b8db(0x131)]}});const _0xc98197=[];if(_0x1da608[_0x14b8db(0x16c)](_0x14b8db(0x13a))){const _0x380650=new _0x395725(_0x7c46bd);_0x380650[_0x14b8db(0x139)]({'label':_0x56003e(_0x7c46bd,_0x14b8db(0x13d)),'tooltip':!0x0,'withText':!0x1,'icon':_0x5b541b}),_0x380650[_0x14b8db(0x12e)](_0x14b8db(0x149))['to'](this),_0x380650['on'](_0x14b8db(0x161),()=>{const _0x8b30fb=_0x14b8db;this[_0x8b30fb(0x179)](_0x8b30fb(0x13a),{'index':_0x19a1d6[_0x8b30fb(0x135)]});}),_0xc98197[_0x14b8db(0x158)](_0x380650);}if(_0x1da608[_0x14b8db(0x16c)](_0x14b8db(0x170))){const _0x1e6eb6=new _0x395725(_0x7c46bd);_0x1e6eb6[_0x14b8db(0x139)]({'label':_0x56003e(_0x7c46bd,_0x14b8db(0x168)),'tooltip':!0x0,'withText':!0x1,'icon':_0x58ff97}),_0x1e6eb6[_0x14b8db(0x12e)](_0x14b8db(0x149))['to'](this),_0x1e6eb6['on'](_0x14b8db(0x161),()=>{const _0x2ee8e8=_0x14b8db;this[_0x2ee8e8(0x179)](_0x2ee8e8(0x170),{'index':_0x19a1d6[_0x2ee8e8(0x135)]});}),_0xc98197[_0x14b8db(0x158)](_0x1e6eb6);}const _0x3ddbe6=new _0x395725(_0x7c46bd);_0x3ddbe6[_0x14b8db(0x139)]({'label':_0x56003e(_0x7c46bd,_0x14b8db(0x156)),'tooltip':!0x0,'withText':!0x1,'icon':_0x168c81}),_0x3ddbe6[_0x14b8db(0x12e)](_0x14b8db(0x149))['to'](this),_0x3ddbe6['on'](_0x14b8db(0x161),()=>{const _0x2d3eec=_0x14b8db;this[_0x2d3eec(0x179)](_0x2d3eec(0x151),{'index':_0x19a1d6[_0x2d3eec(0x135)]});}),_0xc98197[_0x14b8db(0x158)](_0x3ddbe6),this[_0x14b8db(0x14f)]=new _0x358dd9(_0x7c46bd),this[_0x14b8db(0x14f)][_0x14b8db(0x12c)][_0x14b8db(0x17d)](_0xc98197),this[_0x14b8db(0x15f)]=new _0x2af7c3(),this[_0x14b8db(0x15f)][_0x14b8db(0x152)]=_0x115df3,this[_0x14b8db(0x15f)][_0x14b8db(0x15b)]({'attributes':{'class':[_0x14b8db(0x174)],'data-cke-tooltip-text':_0x56003e(_0x7c46bd,_0x14b8db(0x138)),'data-cke-tooltip-position':'n'}}),this[_0x14b8db(0x154)]=new _0x2af7c3(),this[_0x14b8db(0x154)][_0x14b8db(0x152)]=_0x2c01dd,this[_0x14b8db(0x154)][_0x14b8db(0x15b)]({'attributes':{'class':[_0x14b8db(0x16b)],'data-cke-tooltip-text':_0x56003e(_0x7c46bd,_0x14b8db(0x130)),'data-cke-tooltip-position':'n'}}),this[_0x14b8db(0x159)]=new _0x2af7c3(),this[_0x14b8db(0x159)][_0x14b8db(0x152)]=_0x2c01dd,this[_0x14b8db(0x159)][_0x14b8db(0x15b)]({'attributes':{'class':[_0x14b8db(0x173)],'data-cke-tooltip-text':_0x56003e(_0x7c46bd,_0x14b8db(0x13b)),'data-cke-tooltip-position':'n'}});const _0x483530=new _0x495a5b(_0x7c46bd);_0x483530[_0x14b8db(0x17a)]({'tag':_0x14b8db(0x12d),'attributes':{'class':['ck',_0x14b8db(0x17c)]},'children':[_0x56003e(_0x7c46bd,_0x14b8db(0x134),_0x7faac1[_0x14b8db(0x153)]())]}),this[_0x14b8db(0x15e)]=this[_0x14b8db(0x14e)](),this[_0x14b8db(0x15e)][_0x14b8db(0x17d)]([_0x5c1ae2,_0x483530,this[_0x14b8db(0x14f)]]),this[_0x14b8db(0x17a)]({'tag':_0x14b8db(0x141),'attributes':{'class':['ck',_0x14b8db(0x160),_0x14b8db(0x14d)]},'children':this[_0x14b8db(0x15e)]}),this['on'](_0x14b8db(0x162),(_0x439009,_0x1ee22b,_0x5f00f1,_0x1448ce)=>{const _0x50d0eb=_0x14b8db;switch(_0x1448ce){case _0x50d0eb(0x14a):this[_0x50d0eb(0x15e)][_0x50d0eb(0x147)](this[_0x50d0eb(0x14f)]);break;case _0x50d0eb(0x15a):this[_0x50d0eb(0x15e)][_0x50d0eb(0x147)](this[_0x50d0eb(0x15f)]);break;case _0x50d0eb(0x16f):this[_0x50d0eb(0x15e)][_0x50d0eb(0x147)](this[_0x50d0eb(0x154)]);break;case _0x50d0eb(0x164):this[_0x50d0eb(0x15e)][_0x50d0eb(0x147)](this[_0x50d0eb(0x159)]);}switch(_0x5f00f1){case _0x50d0eb(0x14a):this[_0x50d0eb(0x15e)][_0x50d0eb(0x163)](this[_0x50d0eb(0x14f)]);break;case _0x50d0eb(0x15a):this[_0x50d0eb(0x15e)][_0x50d0eb(0x163)](this[_0x50d0eb(0x15f)]);break;case _0x50d0eb(0x16f):this[_0x50d0eb(0x15e)][_0x50d0eb(0x163)](this[_0x50d0eb(0x154)]);break;case _0x50d0eb(0x164):this[_0x50d0eb(0x15e)][_0x50d0eb(0x163)](this[_0x50d0eb(0x159)]);}});}}
23
+ const _0x58f951=_0x141d;(function(_0x33b34d,_0x3baabf){const _0x358764=_0x141d,_0x2ad700=_0x33b34d();while(!![]){try{const _0x37e735=parseInt(_0x358764(0x15c))/0x1+-parseInt(_0x358764(0x113))/0x2+-parseInt(_0x358764(0x12a))/0x3+parseInt(_0x358764(0x123))/0x4*(-parseInt(_0x358764(0x133))/0x5)+-parseInt(_0x358764(0x115))/0x6+parseInt(_0x358764(0x116))/0x7*(parseInt(_0x358764(0x151))/0x8)+parseInt(_0x358764(0x14a))/0x9;if(_0x37e735===_0x3baabf)break;else _0x2ad700['push'](_0x2ad700['shift']());}catch(_0x2b7cc1){_0x2ad700['push'](_0x2ad700['shift']());}}}(_0x4ef7,0x4052b));function _0x141d(_0x28a80b,_0x12aa2d){const _0x4ef750=_0x4ef7();return _0x141d=function(_0x141d9a,_0x3b3ddb){_0x141d9a=_0x141d9a-0x112;let _0x3cc037=_0x4ef750[_0x141d9a];return _0x3cc037;},_0x141d(_0x28a80b,_0x12aa2d);}import{View as _0x2bdc07,IconView as _0x5956bf,ToolbarView as _0x2dac44,ButtonView as _0x4a99c8}from'ckeditor5/src/ui.js';import{IconAddComment as _0x33ba5c,IconDocumentWithLoupe as _0x5a5706,IconDocumentWithCheckmark as _0x599c46,IconDocumentWithCross as _0x4d6aee,IconRemove as _0x2d367b,IconThreeStars as _0x15eca5}from'ckeditor5/src/icons.js';import{HTMLStreamer as _0x350f42}from'../../utils/htmlstreamer.js';import{getTranslation as _0x591e5f}from'../../utils/common-translations.js';import{serialize as _0x1ff658}from'../../utils/htmlparser.js';import{AI_SUGGESTION_UI_EVENT_NAMES as _0x5c3e46}from'../../utils/eventnames.js';export class AISuggestionBodyViewContentPartView extends _0x2bdc07{[_0x58f951(0x15f)];[_0x58f951(0x15e)];[_0x58f951(0x139)];[_0x58f951(0x120)];constructor(_0x2fdb77,{part:_0x13fcb9,uiIndex:_0xd25140,areActionsDisabled:_0x28f1df,availableActions:_0x14e9ab}){const _0x504d93=_0x58f951;super(_0x2fdb77),this[_0x504d93(0x11b)](_0x504d93(0x145),_0x13fcb9),this[_0x504d93(0x11b)](_0x504d93(0x11d),_0x504d93(0x119)),this[_0x504d93(0x11b)](_0x504d93(0x148),!0x1),this[_0x504d93(0x114)](_0x504d93(0x122))['to'](this,_0x504d93(0x11d),_0x187c7b=>_0x504d93(0x119)==_0x187c7b&&!_0x28f1df),this[_0x504d93(0x15e)]=this[_0x504d93(0x140)](),this[_0x504d93(0x15f)]=new _0x350f42({'textNodeStyle':_0x504d93(0x11f),'delay':0x14}),this[_0x504d93(0x139)]=new Un(_0x2fdb77,{'part':_0x13fcb9,'uiIndex':_0xd25140,'availableActions':_0x14e9ab}),this[_0x504d93(0x139)][_0x504d93(0x114)](_0x504d93(0x145))['to'](this),this[_0x504d93(0x139)][_0x504d93(0x114)](_0x504d93(0x122))['to'](this),this[_0x504d93(0x139)][_0x504d93(0x114)](_0x504d93(0x11d))['to'](this),this[_0x504d93(0x139)][_0x504d93(0x131)](..._0x5c3e46)['to'](this);const _0x49bd88=this[_0x504d93(0x14c)];this[_0x504d93(0x120)]=new _0x2bdc07(),this[_0x504d93(0x120)][_0x504d93(0x147)]({'tag':_0x504d93(0x144),'attributes':{'class':['ck',_0x504d93(0x11e),_0x504d93(0x142),_0x504d93(0x118)]}}),this[_0x504d93(0x15e)][_0x504d93(0x15b)]([this[_0x504d93(0x120)]]),this[_0x504d93(0x147)]({'tag':_0x504d93(0x144),'attributes':{'class':['ck',_0x504d93(0x157),_0x49bd88['to'](_0x504d93(0x11d),_0x364506=>_0x504d93(0x158)+_0x364506),_0x49bd88['to'](_0x504d93(0x122),_0x5eb6c3=>_0x5eb6c3?_0x504d93(0x14f):void 0x0),_0x49bd88['if'](_0x504d93(0x148),_0x504d93(0x159),_0x29c982=>!_0x29c982)]},'children':this[_0x504d93(0x15e)],'on':{'mouseenter':_0x49bd88['to'](()=>{const _0x56ce95=_0x504d93;this[_0x56ce95(0x122)]&&this[_0x56ce95(0x155)](_0x56ce95(0x141),{'index':_0x13fcb9[_0x56ce95(0x12d)]});}),'mouseleave':_0x49bd88['to'](()=>{const _0x2e17a8=_0x504d93;this[_0x2e17a8(0x122)]&&this[_0x2e17a8(0x155)](_0x2e17a8(0x14b),{'index':_0x13fcb9[_0x2e17a8(0x12d)]});})}});}async[_0x58f951(0x150)]({part:_0x2ac7ae,renderingStrategy:_0x60adb4,showUnchangedParts:_0x4fe998=!0x1,abortSignal:_0x2eee65}){const _0x25e62f=_0x58f951;this[_0x25e62f(0x145)]=_0x2ac7ae,this[_0x25e62f(0x148)]=this[_0x25e62f(0x145)][_0x25e62f(0x12e)]||_0x4fe998,this[_0x25e62f(0x148)]&&(_0x25e62f(0x149)===_0x60adb4?await this[_0x25e62f(0x15f)][_0x25e62f(0x11c)]({'document':this[_0x25e62f(0x145)][_0x25e62f(0x152)],'targetElement':this[_0x25e62f(0x120)][_0x25e62f(0x134)],'abortSignal':_0x2eee65}):this[_0x25e62f(0x120)][_0x25e62f(0x134)][_0x25e62f(0x12b)]=_0x1ff658(this[_0x25e62f(0x145)][_0x25e62f(0x152)]));}[_0x58f951(0x136)](_0x4e0a68){const _0x1569c5=_0x58f951;_0x4e0a68?this[_0x1569c5(0x15e)][_0x1569c5(0x12f)](this[_0x1569c5(0x139)])||this[_0x1569c5(0x15e)][_0x1569c5(0x156)](this[_0x1569c5(0x139)],0x0):this[_0x1569c5(0x15e)][_0x1569c5(0x12f)](this[_0x1569c5(0x139)])&&this[_0x1569c5(0x15e)][_0x1569c5(0x112)](this[_0x1569c5(0x139)]);}}class Un extends _0x2bdc07{[_0x58f951(0x15e)];[_0x58f951(0x15a)];[_0x58f951(0x129)];[_0x58f951(0x160)];[_0x58f951(0x132)];constructor(_0x2b4da7,{part:_0x4d8927,uiIndex:_0x3eee49,availableActions:_0x3f849a}){const _0x214162=_0x58f951;super(_0x2b4da7),this[_0x214162(0x11b)](_0x214162(0x145),_0x4d8927),this[_0x214162(0x11b)](_0x214162(0x122),!0x0),this[_0x214162(0x11b)](_0x214162(0x11d),_0x214162(0x119));const _0x563b06=new _0x5956bf();_0x563b06[_0x214162(0x152)]=_0x15eca5,_0x563b06[_0x214162(0x13e)]({'attributes':{'class':[_0x214162(0x121)]}});const _0x1e9978=[];if(_0x3f849a[_0x214162(0x125)](_0x214162(0x13f))){const _0x27e4e8=new _0x4a99c8(_0x2b4da7);_0x27e4e8[_0x214162(0x11b)]({'label':_0x591e5f(_0x2b4da7,_0x214162(0x138)),'tooltip':!0x0,'withText':!0x1,'icon':_0x5a5706}),_0x27e4e8[_0x214162(0x114)](_0x214162(0x122))['to'](this),_0x27e4e8['on'](_0x214162(0x13b),()=>{const _0x600b84=_0x214162;this[_0x600b84(0x155)](_0x600b84(0x13f),{'index':_0x4d8927[_0x600b84(0x12d)]});}),_0x1e9978[_0x214162(0x143)](_0x27e4e8);}if(_0x3f849a[_0x214162(0x125)](_0x214162(0x128))){const _0xfa494a=new _0x4a99c8(_0x2b4da7);_0xfa494a[_0x214162(0x11b)]({'label':_0x591e5f(_0x2b4da7,_0x214162(0x124)),'tooltip':!0x0,'withText':!0x1,'icon':_0x33ba5c}),_0xfa494a[_0x214162(0x114)](_0x214162(0x122))['to'](this),_0xfa494a['on'](_0x214162(0x13b),()=>{const _0x1e5cc7=_0x214162;this[_0x1e5cc7(0x155)](_0x1e5cc7(0x128),{'index':_0x4d8927[_0x1e5cc7(0x12d)]});}),_0x1e9978[_0x214162(0x143)](_0xfa494a);}const _0x1b81b2=new _0x4a99c8(_0x2b4da7);_0x1b81b2[_0x214162(0x11b)]({'label':_0x591e5f(_0x2b4da7,_0x214162(0x130)),'tooltip':!0x0,'withText':!0x1,'icon':_0x2d367b}),_0x1b81b2[_0x214162(0x114)](_0x214162(0x122))['to'](this),_0x1b81b2['on'](_0x214162(0x13b),()=>{const _0x44a01e=_0x214162;this[_0x44a01e(0x155)](_0x44a01e(0x13c),{'index':_0x4d8927[_0x44a01e(0x12d)]});}),_0x1e9978[_0x214162(0x143)](_0x1b81b2),this[_0x214162(0x15a)]=new _0x2dac44(_0x2b4da7),this[_0x214162(0x15a)][_0x214162(0x127)][_0x214162(0x15b)](_0x1e9978),this[_0x214162(0x129)]=new _0x5956bf(),this[_0x214162(0x129)][_0x214162(0x152)]=_0x599c46,this[_0x214162(0x129)][_0x214162(0x13e)]({'attributes':{'class':[_0x214162(0x161)],'data-cke-tooltip-text':_0x591e5f(_0x2b4da7,_0x214162(0x117)),'data-cke-tooltip-position':'n'}}),this[_0x214162(0x160)]=new _0x5956bf(),this[_0x214162(0x160)][_0x214162(0x152)]=_0x4d6aee,this[_0x214162(0x160)][_0x214162(0x13e)]({'attributes':{'class':[_0x214162(0x153)],'data-cke-tooltip-text':_0x591e5f(_0x2b4da7,_0x214162(0x15d)),'data-cke-tooltip-position':'n'}}),this[_0x214162(0x132)]=new _0x5956bf(),this[_0x214162(0x132)][_0x214162(0x152)]=_0x4d6aee,this[_0x214162(0x132)][_0x214162(0x13e)]({'attributes':{'class':[_0x214162(0x146)],'data-cke-tooltip-text':_0x591e5f(_0x2b4da7,_0x214162(0x126)),'data-cke-tooltip-position':'n'}});const _0x238da5=new _0x2bdc07(_0x2b4da7);_0x238da5[_0x214162(0x147)]({'tag':_0x214162(0x13a),'attributes':{'class':['ck',_0x214162(0x137)]},'children':[_0x591e5f(_0x2b4da7,_0x214162(0x14d),_0x3eee49[_0x214162(0x12c)]())]}),this[_0x214162(0x15e)]=this[_0x214162(0x140)](),this[_0x214162(0x15e)][_0x214162(0x15b)]([_0x563b06,_0x238da5,this[_0x214162(0x15a)]]),this[_0x214162(0x147)]({'tag':_0x214162(0x144),'attributes':{'class':['ck',_0x214162(0x142),_0x214162(0x11a)]},'children':this[_0x214162(0x15e)]}),this['on'](_0x214162(0x14e),(_0x224760,_0x2bc178,_0x595262,_0x30e5cd)=>{const _0x7fd1ae=_0x214162;switch(_0x30e5cd){case _0x7fd1ae(0x119):this[_0x7fd1ae(0x15e)][_0x7fd1ae(0x112)](this[_0x7fd1ae(0x15a)]);break;case _0x7fd1ae(0x135):this[_0x7fd1ae(0x15e)][_0x7fd1ae(0x112)](this[_0x7fd1ae(0x129)]);break;case _0x7fd1ae(0x154):this[_0x7fd1ae(0x15e)][_0x7fd1ae(0x112)](this[_0x7fd1ae(0x160)]);break;case _0x7fd1ae(0x13d):this[_0x7fd1ae(0x15e)][_0x7fd1ae(0x112)](this[_0x7fd1ae(0x132)]);}switch(_0x595262){case _0x7fd1ae(0x119):this[_0x7fd1ae(0x15e)][_0x7fd1ae(0x156)](this[_0x7fd1ae(0x15a)]);break;case _0x7fd1ae(0x135):this[_0x7fd1ae(0x15e)][_0x7fd1ae(0x156)](this[_0x7fd1ae(0x129)]);break;case _0x7fd1ae(0x154):this[_0x7fd1ae(0x15e)][_0x7fd1ae(0x156)](this[_0x7fd1ae(0x160)]);break;case _0x7fd1ae(0x13d):this[_0x7fd1ae(0x15e)][_0x7fd1ae(0x156)](this[_0x7fd1ae(0x132)]);}});}}function _0x4ef7(){const _0x481b52=['AI_SUGGESTION_CONTENT_PART_ADD_AS_SUGGESTION','includes','AI_SUGGESTION_CONTENT_PART_OUTDATED','items','insertSuggestion','_iconStateAccepted','16512RvStXY','innerHTML','toString','index','hasChanges','has','AI_SUGGESTION_CONTENT_PART_DELETE','delegate','_iconStateOutdated','120BqpjII','element','accepted','toggleHeader','ck-ai-suggestion__body__content-part__title__label','AI_SUGGESTION_CONTENT_PART_SHOW_IN_THE_TEXT','headerView','span','execute','rejectSuggestion','outdated','extendTemplate','showChangeInText','createCollection','mouseOverSuggestion','ck-reset_all-excluded','push','div','partDefinition','ck-ai-suggestion__body__content-part__icon-outdated','setTemplate','isVisible','streaming','6125985sBETQD','mouseLeaveSuggestion','bindTemplate','AI_SUGGESTION_CONTENT_PART_TITLE','change:state','ck-ai-suggestion__body__content-part_active','updateContent','8FmkwFg','content','ck-ai-suggestion__body__content-part__icon-rejected','rejected','fire','add','ck-ai-suggestion__body__content-part','ck-ai-suggestion__body__content-part_','ck-hidden','_toolbarView','addMany','282593AEhLoq','AI_SUGGESTION_CONTENT_PART_REJECTED','children','htmlStreamer','_iconStateRejected','ck-ai-suggestion__body__content-part__icon-accepted','remove','451280AhBfVu','bind','973524BDcfHi','157185KYrDTs','AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED','ck-ai-suggestion__body__content-part__content','pending','ck-ai-suggestion__body__content-part__title','set','stream','state','ck-content','animation:\x20ck-html-streamer-fade-in\x20.5s','contentView','ck-ai-suggestion__body__content-part__icon-title','isEnabled','54808HJTiqD'];_0x4ef7=function(){return _0x481b52;};return _0x4ef7();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x36f9f=_0xd1a1;(function(_0x12f0d4,_0x21290b){const _0x5735bb=_0xd1a1,_0x50bc67=_0x12f0d4();while(!![]){try{const _0x10eb7e=-parseInt(_0x5735bb(0x177))/0x1*(-parseInt(_0x5735bb(0x175))/0x2)+-parseInt(_0x5735bb(0x169))/0x3*(-parseInt(_0x5735bb(0x161))/0x4)+parseInt(_0x5735bb(0x16c))/0x5*(parseInt(_0x5735bb(0x15d))/0x6)+-parseInt(_0x5735bb(0x15c))/0x7+-parseInt(_0x5735bb(0x173))/0x8+parseInt(_0x5735bb(0x166))/0x9*(-parseInt(_0x5735bb(0x160))/0xa)+-parseInt(_0x5735bb(0x16d))/0xb*(-parseInt(_0x5735bb(0x15e))/0xc);if(_0x10eb7e===_0x21290b)break;else _0x50bc67['push'](_0x50bc67['shift']());}catch(_0x44ad72){_0x50bc67['push'](_0x50bc67['shift']());}}}(_0xf140,0x9e4fc));import{getTranslation as _0x28aa2c}from'../../utils/common-translations.js';import{ButtonView as _0x1ed1e2,IconView as _0x1c1ab6,View as _0x159d12}from'ckeditor5/src/ui.js';function _0xd1a1(_0x8a2643,_0x4f2b38){const _0xf1401a=_0xf140();return _0xd1a1=function(_0xd1a1ac,_0x1ac124){_0xd1a1ac=_0xd1a1ac-0x156;let _0x24a084=_0xf1401a[_0xd1a1ac];return _0x24a084;},_0xd1a1(_0x8a2643,_0x4f2b38);}import{IconDocument as _0x58a22f,IconShowChangesOff as _0x3ccdc2,IconShowChangesOn as _0x4ff04b}from'ckeditor5/src/icons.js';function _0xf140(){const _0x2d4499=['execute','render','filter','div','isVisible','showDiff','isOn','setTemplate','set','iconView','577836ZVjDwT','2013738BktzJM','22776kTDetY','showChangesToggleView','768990IZYsqT','213316XpPIwz','toggleShowChanges','span','bind','AI_SUGGESTION_BUTTON_SHOW_CHANGES','117ZoyncK','ck-ai-suggestion__header__show-changes-toggle\x20ck-ai-chat-controls-button','ck-hidden','72bMDrfJ','showHeader','AI_SUGGESTION_HEADER_TITLE','5WarHZo','3047puFndJ','icon','content','add','isShowChangesToggleVisible','fire','4163432WqmYvK','remove','219686MkaSML','children','1JZUetM','ck-ai-suggestion__header'];_0xf140=function(){return _0x2d4499;};return _0xf140();}export class AISuggestionHeaderView extends _0x159d12{[_0x36f9f(0x15f)];constructor(_0x19bbdc,_0x4c6d31){const _0x232e90=_0x36f9f;super(_0x19bbdc),this[_0x232e90(0x15a)](_0x232e90(0x171),!0x0),this[_0x232e90(0x15f)]=new ShowChangesToggleView(_0x19bbdc),this[_0x232e90(0x15f)][_0x232e90(0x15a)]({'class':_0x232e90(0x167),'label':_0x28aa2c(_0x19bbdc,_0x232e90(0x165)),'withText':!0x0}),this[_0x232e90(0x15f)][_0x232e90(0x158)]=_0x4c6d31[_0x232e90(0x157)],this[_0x232e90(0x15f)][_0x232e90(0x164)](_0x232e90(0x156))['to'](this,_0x232e90(0x171)),this[_0x232e90(0x15f)][_0x232e90(0x164)](_0x232e90(0x16e))['to'](this[_0x232e90(0x15f)],_0x232e90(0x158),_0x5da1f4=>_0x5da1f4?_0x4ff04b:_0x3ccdc2),this[_0x232e90(0x15f)]['on'](_0x232e90(0x179),()=>{const _0x2bb52f=_0x232e90;this[_0x2bb52f(0x15f)][_0x2bb52f(0x158)]=!this[_0x2bb52f(0x15f)][_0x2bb52f(0x158)],this[_0x2bb52f(0x172)](_0x2bb52f(0x162),{'isOn':this[_0x2bb52f(0x15f)][_0x2bb52f(0x158)]});});const _0x395778=new _0x1c1ab6();_0x395778[_0x232e90(0x16f)]=_0x58a22f,this[_0x232e90(0x159)]({'tag':_0x232e90(0x17c),'attributes':{'class':['ck',_0x232e90(0x178),!0x1===_0x4c6d31[_0x232e90(0x16a)]?_0x232e90(0x168):null][_0x232e90(0x17b)](Boolean)},'children':[_0x395778,{'tag':_0x232e90(0x163),'children':[_0x28aa2c(_0x19bbdc,_0x232e90(0x16b))]},this[_0x232e90(0x15f)]]});}}export class ShowChangesToggleView extends _0x1ed1e2{[_0x36f9f(0x17a)](){const _0xf0251d=_0x36f9f;super[_0xf0251d(0x17a)](),this[_0xf0251d(0x176)][_0xf0251d(0x174)](this[_0xf0251d(0x15b)]),this[_0xf0251d(0x176)][_0xf0251d(0x170)](this[_0xf0251d(0x15b)]);}}
23
+ const _0x16dd1e=_0x412e;(function(_0x1d0341,_0x56b284){const _0x5a7384=_0x412e,_0x2277bb=_0x1d0341();while(!![]){try{const _0x9cd29f=parseInt(_0x5a7384(0x1cc))/0x1+parseInt(_0x5a7384(0x1ce))/0x2*(-parseInt(_0x5a7384(0x1c8))/0x3)+-parseInt(_0x5a7384(0x1b5))/0x4+-parseInt(_0x5a7384(0x1d9))/0x5*(parseInt(_0x5a7384(0x1d4))/0x6)+-parseInt(_0x5a7384(0x1d0))/0x7*(-parseInt(_0x5a7384(0x1cf))/0x8)+parseInt(_0x5a7384(0x1c5))/0x9+-parseInt(_0x5a7384(0x1da))/0xa*(-parseInt(_0x5a7384(0x1d7))/0xb);if(_0x9cd29f===_0x56b284)break;else _0x2277bb['push'](_0x2277bb['shift']());}catch(_0x470457){_0x2277bb['push'](_0x2277bb['shift']());}}}(_0x58f0,0xd1b89));import{getTranslation as _0x387aff}from'../../utils/common-translations.js';import{ButtonView as _0x4c1dab,IconView as _0x2eedad,View as _0x15bbe4}from'ckeditor5/src/ui.js';import{IconDocument as _0xdf4157,IconShowChangesOff as _0x5271e5,IconShowChangesOn as _0x2ba476}from'ckeditor5/src/icons.js';function _0x58f0(){const _0x100634=['1839843VxViWG','isOn','showDiff','34149mKLHgc','AI_SUGGESTION_HEADER_TITLE','isShowChangesToggleVisible','filter','780130yShppt','iconView','36VKwcIz','72PlaDQU','254681chsQnu','div','add','icon','12zuqold','span','children','791824edfKBs','ck-ai-suggestion__header__show-changes-toggle\x20ck-ai-chat-controls-button','449980SiGynt','110xnWAWj','3439700RTnDJB','execute','fire','AI_SUGGESTION_BUTTON_SHOW_CHANGES','setTemplate','bind','set','remove','render','isVisible','showHeader','toggleShowChanges','content','ck-ai-suggestion__header','showChangesToggleView','ck-hidden'];_0x58f0=function(){return _0x100634;};return _0x58f0();}export class AISuggestionHeaderView extends _0x15bbe4{[_0x16dd1e(0x1c3)];constructor(_0x84f71b,_0x54aee4){const _0x3a488b=_0x16dd1e;super(_0x84f71b),this[_0x3a488b(0x1bb)](_0x3a488b(0x1ca),!0x0),this[_0x3a488b(0x1c3)]=new ShowChangesToggleView(_0x84f71b),this[_0x3a488b(0x1c3)][_0x3a488b(0x1bb)]({'class':_0x3a488b(0x1d8),'label':_0x387aff(_0x84f71b,_0x3a488b(0x1b8)),'withText':!0x0}),this[_0x3a488b(0x1c3)][_0x3a488b(0x1c6)]=_0x54aee4[_0x3a488b(0x1c7)],this[_0x3a488b(0x1c3)][_0x3a488b(0x1ba)](_0x3a488b(0x1be))['to'](this,_0x3a488b(0x1ca)),this[_0x3a488b(0x1c3)][_0x3a488b(0x1ba)](_0x3a488b(0x1d3))['to'](this[_0x3a488b(0x1c3)],_0x3a488b(0x1c6),_0x49ad07=>_0x49ad07?_0x2ba476:_0x5271e5),this[_0x3a488b(0x1c3)]['on'](_0x3a488b(0x1b6),()=>{const _0x3b524d=_0x3a488b;this[_0x3b524d(0x1c3)][_0x3b524d(0x1c6)]=!this[_0x3b524d(0x1c3)][_0x3b524d(0x1c6)],this[_0x3b524d(0x1b7)](_0x3b524d(0x1c0),{'isOn':this[_0x3b524d(0x1c3)][_0x3b524d(0x1c6)]});});const _0xe4948e=new _0x2eedad();_0xe4948e[_0x3a488b(0x1c1)]=_0xdf4157,this[_0x3a488b(0x1b9)]({'tag':_0x3a488b(0x1d1),'attributes':{'class':['ck',_0x3a488b(0x1c2),!0x1===_0x54aee4[_0x3a488b(0x1bf)]?_0x3a488b(0x1c4):null][_0x3a488b(0x1cb)](Boolean)},'children':[_0xe4948e,{'tag':_0x3a488b(0x1d5),'children':[_0x387aff(_0x84f71b,_0x3a488b(0x1c9))]},this[_0x3a488b(0x1c3)]]});}}function _0x412e(_0x505b35,_0x1c41f8){const _0x58f047=_0x58f0();return _0x412e=function(_0x412e64,_0x36a68d){_0x412e64=_0x412e64-0x1b5;let _0x3bdec7=_0x58f047[_0x412e64];return _0x3bdec7;},_0x412e(_0x505b35,_0x1c41f8);}export class ShowChangesToggleView extends _0x4c1dab{[_0x16dd1e(0x1bd)](){const _0x35c8bd=_0x16dd1e;super[_0x35c8bd(0x1bd)](),this[_0x35c8bd(0x1d6)][_0x35c8bd(0x1bc)](this[_0x35c8bd(0x1cd)]),this[_0x35c8bd(0x1d6)][_0x35c8bd(0x1d2)](this[_0x35c8bd(0x1cd)]);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0xe51e05,_0x13aaef){const _0x55672d=_0x375e,_0x181a7f=_0xe51e05();while(!![]){try{const _0x3aded7=-parseInt(_0x55672d(0x85))/0x1*(parseInt(_0x55672d(0x7e))/0x2)+parseInt(_0x55672d(0x84))/0x3+parseInt(_0x55672d(0x7a))/0x4*(-parseInt(_0x55672d(0x7b))/0x5)+parseInt(_0x55672d(0x72))/0x6*(-parseInt(_0x55672d(0x82))/0x7)+parseInt(_0x55672d(0x77))/0x8+-parseInt(_0x55672d(0x73))/0x9+parseInt(_0x55672d(0x75))/0xa;if(_0x3aded7===_0x13aaef)break;else _0x181a7f['push'](_0x181a7f['shift']());}catch(_0x5e4141){_0x181a7f['push'](_0x181a7f['shift']());}}}(_0x4b1a,0x6b6f0));import{ButtonView as _0xc683bd}from'ckeditor5/src/ui.js';import{IconMaximize as _0x522412,IconMinimize as _0x22c5cd}from'ckeditor5/src/icons.js';import{getTranslation as _0x5e3fd3}from'../../aicore/utils/common-translations.js';export function createResizeButton(_0x353f23,_0x1491f2){const _0x2489db=_0x375e,_0x3687bd=new _0xc683bd(_0x353f23),_0x131f51=_0x5e3fd3(_0x353f23,_0x2489db(0x86)),_0x24e1dc=_0x5e3fd3(_0x353f23,_0x2489db(0x7d));return _0x3687bd[_0x2489db(0x74)]({'withText':!0x1,'icon':_0x522412,'tooltip':!0x0,'class':_0x2489db(0x78)}),_0x3687bd[_0x2489db(0x79)](_0x2489db(0x80))['to'](_0x1491f2,_0x2489db(0x76),_0xe03c5c=>_0xe03c5c?_0x131f51:_0x24e1dc),_0x3687bd[_0x2489db(0x79)](_0x2489db(0x83))['to'](_0x1491f2,_0x2489db(0x76),_0x3b9862=>_0x3b9862?_0x22c5cd:_0x522412),_0x3687bd[_0x2489db(0x79)](_0x2489db(0x7f))['to'](_0x1491f2,_0x2489db(0x76)),_0x3687bd['on'](_0x2489db(0x7c),()=>{const _0x34ff71=_0x2489db;_0x1491f2[_0x34ff71(0x81)](_0x34ff71(0x71));}),_0x3687bd;}function _0x375e(_0x30951f,_0x38d8cb){const _0x4b1ad0=_0x4b1a();return _0x375e=function(_0x375e37,_0xc9e98d){_0x375e37=_0x375e37-0x71;let _0x5b765a=_0x4b1ad0[_0x375e37];return _0x5b765a;},_0x375e(_0x30951f,_0x38d8cb);}function _0x4b1a(){const _0x318846=['4849056lzoztN','ck-ai-tabs__resize\x20ck-ai-button-tertiary-text','bind','112OcFSYK','67985bBsugm','execute','AI_TABS_LABEL_MAXIMIZE','2StYUeC','isOn','label','fire','7609MaYrrV','icon','730770gBqjVS','427511eftslp','AI_TABS_LABEL_MINIMIZE','resizeTabs','3918NhVyXo','3855114YhtOHy','set','15367100qEnIeo','isMaximized'];_0x4b1a=function(){return _0x318846;};return _0x4b1a();}
23
+ (function(_0x2fe4de,_0x1089c2){const _0x2f72af=_0x47cb,_0x224743=_0x2fe4de();while(!![]){try{const _0x1bad85=-parseInt(_0x2f72af(0x1d2))/0x1*(parseInt(_0x2f72af(0x1cf))/0x2)+-parseInt(_0x2f72af(0x1c2))/0x3+parseInt(_0x2f72af(0x1d0))/0x4+-parseInt(_0x2f72af(0x1c9))/0x5*(parseInt(_0x2f72af(0x1ca))/0x6)+parseInt(_0x2f72af(0x1c3))/0x7*(-parseInt(_0x2f72af(0x1c1))/0x8)+parseInt(_0x2f72af(0x1c6))/0x9*(parseInt(_0x2f72af(0x1ce))/0xa)+-parseInt(_0x2f72af(0x1d4))/0xb*(parseInt(_0x2f72af(0x1cc))/0xc);if(_0x1bad85===_0x1089c2)break;else _0x224743['push'](_0x224743['shift']());}catch(_0x531515){_0x224743['push'](_0x224743['shift']());}}}(_0x5a32,0xd654f));function _0x47cb(_0x5a0fd6,_0x5f0e20){const _0x5a3253=_0x5a32();return _0x47cb=function(_0x47cb1a,_0x3d5034){_0x47cb1a=_0x47cb1a-0x1bf;let _0x58332d=_0x5a3253[_0x47cb1a];return _0x58332d;},_0x47cb(_0x5a0fd6,_0x5f0e20);}import{ButtonView as _0xe29dc6}from'ckeditor5/src/ui.js';import{IconMaximize as _0x305b9f,IconMinimize as _0x493543}from'ckeditor5/src/icons.js';import{getTranslation as _0x1c3e19}from'../../aicore/utils/common-translations.js';export function createResizeButton(_0x553697,_0x193152){const _0x322574=_0x47cb,_0x69f75e=new _0xe29dc6(_0x553697),_0x5e5759=_0x1c3e19(_0x553697,_0x322574(0x1c5)),_0x19bd52=_0x1c3e19(_0x553697,_0x322574(0x1d5));return _0x69f75e[_0x322574(0x1c0)]({'withText':!0x1,'icon':_0x305b9f,'tooltip':!0x0,'class':_0x322574(0x1cd)}),_0x69f75e[_0x322574(0x1c4)](_0x322574(0x1c8))['to'](_0x193152,_0x322574(0x1d6),_0x1abf09=>_0x1abf09?_0x5e5759:_0x19bd52),_0x69f75e[_0x322574(0x1c4)](_0x322574(0x1c7))['to'](_0x193152,_0x322574(0x1d6),_0xb807e8=>_0xb807e8?_0x493543:_0x305b9f),_0x69f75e[_0x322574(0x1c4)](_0x322574(0x1cb))['to'](_0x193152,_0x322574(0x1d6)),_0x69f75e['on'](_0x322574(0x1bf),()=>{const _0x159f20=_0x322574;_0x193152[_0x159f20(0x1d1)](_0x159f20(0x1d3));}),_0x69f75e;}function _0x5a32(){const _0x2d0495=['81056ADgdfy','2606574oAxEOi','273pppMXa','bind','AI_TABS_LABEL_MINIMIZE','15625863PDFiru','icon','label','70ZiVybM','45390xWKTJA','isOn','24ZVfTKL','ck-ai-tabs__resize\x20ck-ai-button-tertiary-text','10IJhyrL','33658LwYMjt','6585444bdAiPW','fire','59IoCJnE','resizeTabs','780109yXpiyW','AI_TABS_LABEL_MAXIMIZE','isMaximized','execute','set'];_0x5a32=function(){return _0x2d0495;};return _0x5a32();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5c8ad0=_0x38d1;(function(_0x4f178a,_0x2bf45e){const _0x55a16d=_0x38d1,_0x1c938e=_0x4f178a();while(!![]){try{const _0x77949=parseInt(_0x55a16d(0x174))/0x1*(parseInt(_0x55a16d(0x17b))/0x2)+parseInt(_0x55a16d(0x15d))/0x3*(parseInt(_0x55a16d(0x171))/0x4)+-parseInt(_0x55a16d(0x177))/0x5*(parseInt(_0x55a16d(0x178))/0x6)+parseInt(_0x55a16d(0x179))/0x7+-parseInt(_0x55a16d(0x166))/0x8+parseInt(_0x55a16d(0x170))/0x9+parseInt(_0x55a16d(0x16b))/0xa*(parseInt(_0x55a16d(0x16f))/0xb);if(_0x77949===_0x2bf45e)break;else _0x1c938e['push'](_0x1c938e['shift']());}catch(_0x304dfa){_0x1c938e['push'](_0x1c938e['shift']());}}}(_0x22f7,0xdafb1));import{DocumentPosition as _0x1d8bbc}from'./documentposition.js';import{clone as _0x2bf9a2,getParents as _0x22d084,Document as _0x2e95c9,Text as _0x18b2dd,isTag as _0x3ad71d,isText as _0x586ed9,replaceElement as _0x17f422,removeElement as _0x263fee}from'./htmlparser.js';function _0x38d1(_0x2495e5,_0x1de893){const _0x22f778=_0x22f7();return _0x38d1=function(_0x38d1d0,_0x98740f){_0x38d1d0=_0x38d1d0-0x15a;let _0x2ea3f4=_0x22f778[_0x38d1d0];return _0x2ea3f4;},_0x38d1(_0x2495e5,_0x1de893);}export class DocumentRange{[_0x5c8ad0(0x15f)];[_0x5c8ad0(0x164)];constructor(_0x51045a,_0x4b03d8){const _0xb168e=_0x5c8ad0;this[_0xb168e(0x15f)]=_0x51045a,this[_0xb168e(0x164)]=_0x4b03d8;}[_0x5c8ad0(0x15a)](_0x3bc538){const _0x16fbb8=_0x5c8ad0;return this==_0x3bc538||this[_0x16fbb8(0x15f)][_0x16fbb8(0x15a)](_0x3bc538[_0x16fbb8(0x15f)])&&this[_0x16fbb8(0x164)][_0x16fbb8(0x15a)](_0x3bc538[_0x16fbb8(0x164)]);}[_0x5c8ad0(0x16c)](){const _0x1b1ca5=_0x5c8ad0;return new DocumentRange(this[_0x1b1ca5(0x15f)][_0x1b1ca5(0x16c)](_0x1b1ca5(0x15f)),this[_0x1b1ca5(0x164)][_0x1b1ca5(0x16c)](_0x1b1ca5(0x164)));}[_0x5c8ad0(0x169)](){const _0x11c726=_0x5c8ad0,_0xda7370=_0x2bf9a2(this[_0x11c726(0x15f)][_0x11c726(0x176)]),_0x2ef8f1=_0x1d8bbc[_0x11c726(0x15b)](_0xda7370,this[_0x11c726(0x15f)][_0x11c726(0x16e)]),_0x367e9c=_0x1d8bbc[_0x11c726(0x15b)](_0xda7370,this[_0x11c726(0x164)][_0x11c726(0x16e)]);let _0x4ae4f9,_0x1ee3c3;if(_0x586ed9(_0x2ef8f1[_0x11c726(0x173)])){const _0x31741c=_0x2ef8f1[_0x11c726(0x16e)][_0x2ef8f1[_0x11c726(0x16e)][_0x11c726(0x15e)]-0x1],_0x13e051=new _0x18b2dd(_0x2ef8f1[_0x11c726(0x173)][_0x11c726(0x160)][_0x11c726(0x17a)](_0x31741c));_0x17f422(_0x2ef8f1[_0x11c726(0x173)],_0x13e051),_0x4ae4f9=_0x13e051;}else _0x4ae4f9=_0x2ef8f1[_0x11c726(0x16d)];if(_0x586ed9(_0x367e9c[_0x11c726(0x173)])){const _0x5a6a32=_0x367e9c[_0x11c726(0x16e)][_0x367e9c[_0x11c726(0x16e)][_0x11c726(0x15e)]-0x1],_0x14f672=new _0x18b2dd(_0x367e9c[_0x11c726(0x173)][_0x11c726(0x160)][_0x11c726(0x17a)](0x0,_0x5a6a32));_0x17f422(_0x367e9c[_0x11c726(0x173)],_0x14f672),_0x1ee3c3=_0x14f672;}else _0x1ee3c3=_0x367e9c[_0x11c726(0x165)];if(!(_0x4ae4f9&&_0x1ee3c3&&_0xda7370[_0x11c726(0x162)]&&_0xda7370[_0x11c726(0x161)]))return new _0x2e95c9([]);const _0x3f0a66=_0x22d084(_0x4ae4f9),_0x4197b6=_0x22d084(_0x1ee3c3),_0x132fba=[],_0x4d3e6b=[];let _0x228642=_0xda7370[_0x11c726(0x162)];for(;_0x228642&&_0x228642!==_0x4ae4f9;){let _0x181d3c;_0x3f0a66[_0x11c726(0x167)](_0x228642)||_0x132fba[_0x11c726(0x15c)](_0x228642),_0x181d3c=_0x3ad71d(_0x228642)?_0x1d8bbc[_0x11c726(0x172)](_0xda7370,_0x228642,_0x11c726(0x15f)):_0x1d8bbc[_0x11c726(0x163)](_0xda7370,_0x228642),_0x228642=_0x181d3c?_0x181d3c[_0x11c726(0x16d)]:null;}for(_0x228642=_0xda7370[_0x11c726(0x161)];_0x228642&&_0x228642!==_0x1ee3c3;){let _0x374b7f;_0x4197b6[_0x11c726(0x167)](_0x228642)||_0x4d3e6b[_0x11c726(0x15c)](_0x228642),_0x374b7f=_0x3ad71d(_0x228642)?_0x1d8bbc[_0x11c726(0x172)](_0xda7370,_0x228642,_0x11c726(0x164)):_0x1d8bbc[_0x11c726(0x16a)](_0xda7370,_0x228642),_0x228642=_0x374b7f?_0x374b7f[_0x11c726(0x165)]:null;}return _0x132fba[_0x11c726(0x175)](_0x47a8ed=>{_0x263fee(_0x47a8ed);}),_0x4d3e6b[_0x11c726(0x168)]()[_0x11c726(0x175)](_0x1fdee7=>{_0x263fee(_0x1fdee7);}),_0xda7370;}}function _0x22f7(){const _0x20767f=['105670TVvJIP','getNudgedToWordBoundary','nextNode','path','715mDjbvo','12883950yVTLqx','4fIwHpc','createAt','parent','41768BokOgz','forEach','document','251985KfMslZ','162eVfRNa','5282452yNINuy','slice','8pVunoH','isEqual','createFromPath','push','990687SJAkTT','length','start','data','lastChild','firstChild','createAfter','end','previousNode','8901424FcPbsb','includes','reverse','getContent','createBefore'];_0x22f7=function(){return _0x20767f;};return _0x22f7();}
23
+ function _0x2a19(_0x4110bf,_0x5e32bf){const _0x29e553=_0x29e5();return _0x2a19=function(_0x2a19a9,_0x239541){_0x2a19a9=_0x2a19a9-0xd4;let _0x389e70=_0x29e553[_0x2a19a9];return _0x389e70;},_0x2a19(_0x4110bf,_0x5e32bf);}const _0x156794=_0x2a19;(function(_0x10a9d2,_0x4d61a7){const _0x960da5=_0x2a19,_0x3a310d=_0x10a9d2();while(!![]){try{const _0x4ebed8=parseInt(_0x960da5(0xe4))/0x1*(parseInt(_0x960da5(0xee))/0x2)+-parseInt(_0x960da5(0xea))/0x3+-parseInt(_0x960da5(0xf2))/0x4*(parseInt(_0x960da5(0xf3))/0x5)+parseInt(_0x960da5(0xdc))/0x6*(-parseInt(_0x960da5(0xda))/0x7)+-parseInt(_0x960da5(0xde))/0x8+-parseInt(_0x960da5(0xeb))/0x9*(-parseInt(_0x960da5(0xed))/0xa)+parseInt(_0x960da5(0xdf))/0xb;if(_0x4ebed8===_0x4d61a7)break;else _0x3a310d['push'](_0x3a310d['shift']());}catch(_0x4b2692){_0x3a310d['push'](_0x3a310d['shift']());}}}(_0x29e5,0x51c79));import{DocumentPosition as _0xf86088}from'./documentposition.js';function _0x29e5(){const _0x50f039=['createAfter','path','document','10cpxjXk','createFromPath','slice','parent','forEach','createBefore','1720659uBzoRd','2214936UkNLtT','includes','20WYcget','47542alytBa','push','firstChild','reverse','326812frAyLG','10SyJsub','nextNode','lastChild','start','data','getNudgedToWordBoundary','end','getContent','previousNode','140EtuQzB','length','64320akUYAy','createAt','2928160nZbdjj','10146730VZnIyK','isEqual'];_0x29e5=function(){return _0x50f039;};return _0x29e5();}import{clone as _0x5b0c7c,getParents as _0xb21bf9,Document as _0x21db1d,Text as _0x16e26b,isTag as _0x3108d1,isText as _0x56f140,replaceElement as _0x537249,removeElement as _0x1417ae}from'./htmlparser.js';export class DocumentRange{[_0x156794(0xd4)];[_0x156794(0xd7)];constructor(_0x5e8fce,_0xb970cf){const _0x375522=_0x156794;this[_0x375522(0xd4)]=_0x5e8fce,this[_0x375522(0xd7)]=_0xb970cf;}[_0x156794(0xe0)](_0x17620b){const _0x21ca8b=_0x156794;return this==_0x17620b||this[_0x21ca8b(0xd4)][_0x21ca8b(0xe0)](_0x17620b[_0x21ca8b(0xd4)])&&this[_0x21ca8b(0xd7)][_0x21ca8b(0xe0)](_0x17620b[_0x21ca8b(0xd7)]);}[_0x156794(0xd6)](){const _0x1a90e6=_0x156794;return new DocumentRange(this[_0x1a90e6(0xd4)][_0x1a90e6(0xd6)](_0x1a90e6(0xd4)),this[_0x1a90e6(0xd7)][_0x1a90e6(0xd6)](_0x1a90e6(0xd7)));}[_0x156794(0xd8)](){const _0x58341e=_0x156794,_0x270931=_0x5b0c7c(this[_0x58341e(0xd4)][_0x58341e(0xe3)]),_0x48b50a=_0xf86088[_0x58341e(0xe5)](_0x270931,this[_0x58341e(0xd4)][_0x58341e(0xe2)]),_0x27f2d6=_0xf86088[_0x58341e(0xe5)](_0x270931,this[_0x58341e(0xd7)][_0x58341e(0xe2)]);let _0x2f3e5e,_0x5b0335;if(_0x56f140(_0x48b50a[_0x58341e(0xe7)])){const _0x3088a8=_0x48b50a[_0x58341e(0xe2)][_0x48b50a[_0x58341e(0xe2)][_0x58341e(0xdb)]-0x1],_0x1ae0a5=new _0x16e26b(_0x48b50a[_0x58341e(0xe7)][_0x58341e(0xd5)][_0x58341e(0xe6)](_0x3088a8));_0x537249(_0x48b50a[_0x58341e(0xe7)],_0x1ae0a5),_0x2f3e5e=_0x1ae0a5;}else _0x2f3e5e=_0x48b50a[_0x58341e(0xf4)];if(_0x56f140(_0x27f2d6[_0x58341e(0xe7)])){const _0x7290bb=_0x27f2d6[_0x58341e(0xe2)][_0x27f2d6[_0x58341e(0xe2)][_0x58341e(0xdb)]-0x1],_0x5a15f3=new _0x16e26b(_0x27f2d6[_0x58341e(0xe7)][_0x58341e(0xd5)][_0x58341e(0xe6)](0x0,_0x7290bb));_0x537249(_0x27f2d6[_0x58341e(0xe7)],_0x5a15f3),_0x5b0335=_0x5a15f3;}else _0x5b0335=_0x27f2d6[_0x58341e(0xd9)];if(!(_0x2f3e5e&&_0x5b0335&&_0x270931[_0x58341e(0xf0)]&&_0x270931[_0x58341e(0xf5)]))return new _0x21db1d([]);const _0xca830e=_0xb21bf9(_0x2f3e5e),_0x46b52a=_0xb21bf9(_0x5b0335),_0x88c722=[],_0x2b0796=[];let _0x72abb1=_0x270931[_0x58341e(0xf0)];for(;_0x72abb1&&_0x72abb1!==_0x2f3e5e;){let _0x5118f5;_0xca830e[_0x58341e(0xec)](_0x72abb1)||_0x88c722[_0x58341e(0xef)](_0x72abb1),_0x5118f5=_0x3108d1(_0x72abb1)?_0xf86088[_0x58341e(0xdd)](_0x270931,_0x72abb1,_0x58341e(0xd4)):_0xf86088[_0x58341e(0xe1)](_0x270931,_0x72abb1),_0x72abb1=_0x5118f5?_0x5118f5[_0x58341e(0xf4)]:null;}for(_0x72abb1=_0x270931[_0x58341e(0xf5)];_0x72abb1&&_0x72abb1!==_0x5b0335;){let _0x582306;_0x46b52a[_0x58341e(0xec)](_0x72abb1)||_0x2b0796[_0x58341e(0xef)](_0x72abb1),_0x582306=_0x3108d1(_0x72abb1)?_0xf86088[_0x58341e(0xdd)](_0x270931,_0x72abb1,_0x58341e(0xd7)):_0xf86088[_0x58341e(0xe9)](_0x270931,_0x72abb1),_0x72abb1=_0x582306?_0x582306[_0x58341e(0xd9)]:null;}return _0x88c722[_0x58341e(0xe8)](_0x545fe=>{_0x1417ae(_0x545fe);}),_0x2b0796[_0x58341e(0xf1)]()[_0x58341e(0xe8)](_0x252eed=>{_0x1417ae(_0x252eed);}),_0x270931;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x2ad247,_0x4a8b0b){var _0x47365d=_0x45e7,_0x4e60b4=_0x2ad247();while(!![]){try{var _0x1e013c=-parseInt(_0x47365d(0x9f))/0x1+-parseInt(_0x47365d(0x9c))/0x2+-parseInt(_0x47365d(0x9e))/0x3+-parseInt(_0x47365d(0x96))/0x4+-parseInt(_0x47365d(0x95))/0x5+parseInt(_0x47365d(0x97))/0x6*(parseInt(_0x47365d(0x9b))/0x7)+parseInt(_0x47365d(0x94))/0x8*(parseInt(_0x47365d(0x9a))/0x9);if(_0x1e013c===_0x4a8b0b)break;else _0x4e60b4['push'](_0x4e60b4['shift']());}catch(_0x1b8953){_0x4e60b4['push'](_0x4e60b4['shift']());}}}(_0x24d9,0x62138));import{CKEditorError as _0xa9216e}from'ckeditor5/src/utils.js';import{Editor as _0x4a7206}from'ckeditor5/src/core.js';function _0x45e7(_0x275918,_0x4330c8){var _0x24d90c=_0x24d9();return _0x45e7=function(_0x45e78f,_0x5ef49c){_0x45e78f=_0x45e78f-0x91;var _0x2839a7=_0x24d90c[_0x45e78f];return _0x2839a7;},_0x45e7(_0x275918,_0x4330c8);}function _0x24d9(){var _0xa56875=['editors','9LHVAQE','7YwHdWJ','981454BxHjXc','get','1409844SypyVf','222096VeppWw','AIChat:\x20Multiple\x20editor\x20instances\x20detected.\x20Only\x20the\x20first\x20editor\x20instance\x20will\x20be\x20used\x20for\x20AI\x20operations.\x20This\x20configuration\x20is\x20not\x20fully\x20supported\x20and\x20may\x20lead\x20to\x20unexpected\x20behavior.','length','warn','18732136fBLYxG','3613475IiyWJh','860088xYqVjp','1084146COiPLc','ai-get-editor-from-context-no-editor'];_0x24d9=function(){return _0xa56875;};return _0x24d9();}export function getEditorFromContext(_0x1143e9){var _0x2b99da=_0x45e7;if(_0x1143e9 instanceof _0x4a7206)return _0x1143e9;if(_0x1143e9?.[_0x2b99da(0x99)]&&_0x1143e9[_0x2b99da(0x99)][_0x2b99da(0x9d)](0x0))return _0x1143e9[_0x2b99da(0x99)][_0x2b99da(0x92)]>0x1&&console[_0x2b99da(0x93)](_0x2b99da(0x91)),_0x1143e9[_0x2b99da(0x99)][_0x2b99da(0x9d)](0x0);throw new _0xa9216e(_0x2b99da(0x98));}
23
+ function _0x9720(_0x1a03a6,_0x55cde8){var _0x123015=_0x1230();return _0x9720=function(_0x9720a9,_0xb55e24){_0x9720a9=_0x9720a9-0x6a;var _0xad540c=_0x123015[_0x9720a9];return _0xad540c;},_0x9720(_0x1a03a6,_0x55cde8);}(function(_0x15c350,_0x49c88c){var _0x3ca8ef=_0x9720,_0xc47855=_0x15c350();while(!![]){try{var _0x1fa517=-parseInt(_0x3ca8ef(0x76))/0x1+parseInt(_0x3ca8ef(0x6f))/0x2+-parseInt(_0x3ca8ef(0x77))/0x3+parseInt(_0x3ca8ef(0x6e))/0x4+parseInt(_0x3ca8ef(0x6a))/0x5+parseInt(_0x3ca8ef(0x6d))/0x6*(parseInt(_0x3ca8ef(0x75))/0x7)+parseInt(_0x3ca8ef(0x74))/0x8;if(_0x1fa517===_0x49c88c)break;else _0xc47855['push'](_0xc47855['shift']());}catch(_0x3d7f3d){_0xc47855['push'](_0xc47855['shift']());}}}(_0x1230,0xdfa0a));import{CKEditorError as _0x354dff}from'ckeditor5/src/utils.js';import{Editor as _0x325d43}from'ckeditor5/src/core.js';function _0x1230(){var _0x4fc361=['3618676hBdhLr','1557550qvPorz','length','ai-get-editor-from-context-no-editor','editors','AIChat:\x20Multiple\x20editor\x20instances\x20detected.\x20Only\x20the\x20first\x20editor\x20instance\x20will\x20be\x20used\x20for\x20AI\x20operations.\x20This\x20configuration\x20is\x20not\x20fully\x20supported\x20and\x20may\x20lead\x20to\x20unexpected\x20behavior.','6305592HTAhHx','2443dupIEJ','1428015uHaaIl','5493144FFaQvB','8026645MPdkZr','warn','get','1686OUZqwB'];_0x1230=function(){return _0x4fc361;};return _0x1230();}export function getEditorFromContext(_0x5a9654){var _0x480c09=_0x9720;if(_0x5a9654 instanceof _0x325d43)return _0x5a9654;if(_0x5a9654?.[_0x480c09(0x72)]&&_0x5a9654[_0x480c09(0x72)][_0x480c09(0x6c)](0x0))return _0x5a9654[_0x480c09(0x72)][_0x480c09(0x70)]>0x1&&console[_0x480c09(0x6b)](_0x480c09(0x73)),_0x5a9654[_0x480c09(0x72)][_0x480c09(0x6c)](0x0);throw new _0x354dff(_0x480c09(0x71));}