@ckeditor/ckeditor5-ai 47.3.0-alpha.7 → 47.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) 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/form/aiformcontentarea.js +1 -1
  15. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  16. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  17. package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
  18. package/src/aiassistant/ui/form/aiformview.js +1 -1
  19. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  20. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  21. package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
  22. package/src/aiballoon/aiballoon.js +1 -1
  23. package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
  24. package/src/aiballoon/ui/aiballoontoolbarview.js +1 -1
  25. package/src/aiballoon/ui/aiballoonview.js +1 -1
  26. package/src/aichat/aichat.js +1 -1
  27. package/src/aichat/aichatcontroller.js +1 -1
  28. package/src/aichat/aichatui.js +1 -1
  29. package/src/aichat/model/aichatcontext.js +1 -1
  30. package/src/aichat/model/aichatconversation.js +1 -1
  31. package/src/aichat/model/aichatinteraction.js +1 -1
  32. package/src/aichat/model/aichatmodels.js +1 -1
  33. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  34. package/src/aichat/ui/aichatfeedview.js +1 -1
  35. package/src/aichat/ui/aichatheaderview.js +1 -1
  36. package/src/aichat/ui/aichatview.js +1 -1
  37. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  38. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  39. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  40. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  41. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  42. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  43. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  44. package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
  45. package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
  46. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  47. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  48. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  49. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  50. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  51. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  52. package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
  53. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  54. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  55. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  56. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  57. package/src/aichat/utils/eventnames.js +1 -1
  58. package/src/aichat/utils/promisequeue.js +1 -1
  59. package/src/aichathistory/aichathistory.js +1 -1
  60. package/src/aichathistory/aichathistorycontroller.js +1 -1
  61. package/src/aichathistory/aichathistoryui.js +1 -1
  62. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  63. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  64. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  65. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  66. package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
  67. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  68. package/src/aicore/aiconnector.js +1 -1
  69. package/src/aicore/aiediting.js +1 -1
  70. package/src/aicore/model/aicapabilities.js +1 -1
  71. package/src/aicore/model/aiinteraction.js +1 -1
  72. package/src/aicore/model/aimodels.js +1 -1
  73. package/src/aicore/model/aireply.js +1 -1
  74. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  75. package/src/aicore/pipeline/airesponseparser.js +2 -2
  76. package/src/aicore/ui/aidisclaimerview.js +1 -1
  77. package/src/aicore/ui/aiskeleton.js +1 -1
  78. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  79. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  80. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  81. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  82. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  83. package/src/aicore/utils/createresizebutton.js +1 -1
  84. package/src/aicore/utils/documentrange.js +1 -1
  85. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  86. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  87. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  88. package/src/aicore/utils/htmlparser.js +1 -1
  89. package/src/aicore/utils/htmlstreamer.js +1 -1
  90. package/src/aieditorintegration/aieditorintegration.js +1 -1
  91. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  92. package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
  93. package/src/aiquickactions/aiquickactions.js +1 -1
  94. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  95. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  96. package/src/aiquickactions/aiquickactionsui.js +1 -1
  97. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  98. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  99. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  100. package/src/aiquickactions/ui/aiquickactionsfilteredlistview.js +1 -1
  101. package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +1 -1
  102. package/src/aireviewmode/aireviewmode.js +1 -1
  103. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  104. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  105. package/src/aireviewmode/aireviewmodeui.js +1 -1
  106. package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
  107. package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
  108. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  109. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  110. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  111. package/src/aireviewmode/ui/aireviewmodefinishreviewbuttonview.js +1 -1
  112. package/src/aireviewmode/ui/aireviewmodegeneralerrorview.js +1 -1
  113. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  114. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  115. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  116. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  117. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  118. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  119. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  120. package/src/aitabs/aitabs.js +1 -1
  121. package/src/aitabs/tabs/aitabsview.js +1 -1
  122. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  123. package/src/aitabs/tabs/tabpanelview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0xfb46(_0xd36cef,_0x46d6ae){const _0x2de200=_0x2de2();return _0xfb46=function(_0xfb46a7,_0x1104be){_0xfb46a7=_0xfb46a7-0x98;let _0x45169c=_0x2de200[_0xfb46a7];return _0x45169c;},_0xfb46(_0xd36cef,_0x46d6ae);}(function(_0x543623,_0xf8d073){const _0x45ef32=_0xfb46,_0x66e338=_0x543623();while(!![]){try{const _0x445464=-parseInt(_0x45ef32(0xa3))/0x1*(parseInt(_0x45ef32(0xa7))/0x2)+-parseInt(_0x45ef32(0xa6))/0x3+parseInt(_0x45ef32(0xa9))/0x4*(parseInt(_0x45ef32(0x9e))/0x5)+-parseInt(_0x45ef32(0xb0))/0x6*(-parseInt(_0x45ef32(0x9c))/0x7)+-parseInt(_0x45ef32(0x9a))/0x8*(-parseInt(_0x45ef32(0xab))/0x9)+parseInt(_0x45ef32(0xa1))/0xa*(-parseInt(_0x45ef32(0xa8))/0xb)+-parseInt(_0x45ef32(0xaa))/0xc*(-parseInt(_0x45ef32(0x99))/0xd);if(_0x445464===_0xf8d073)break;else _0x66e338['push'](_0x66e338['shift']());}catch(_0x68fdd2){_0x66e338['push'](_0x66e338['shift']());}}}(_0x2de2,0x51292));import{ButtonView as _0x5afecd}from'ckeditor5/src/ui.js';import{IconMaximize as _0x3673a1,IconMinimize as _0x2ed164}from'ckeditor5/src/icons.js';function _0x2de2(){const _0x2c626d=['2307695gkvOLg','execute','AI_TABS_LABEL_MINIMIZE','10MrgGPa','label','65NsiTes','fire','isMaximized','1979178bIcOdD','5916YICUvY','6791719GwgMia','4oQPZgS','12JMmqhG','18MXDvfu','resizeTabs','set','ck-ai-tabs__resize\x20ck-ai-button-tertiary-text','icon','312BRvDay','bind','11551774FlvqTj','1323080jUhNJT','AI_TABS_LABEL_MAXIMIZE','16282eupVQr','isOn'];_0x2de2=function(){return _0x2c626d;};return _0x2de2();}import{getTranslation as _0x1f58b8}from'../../aicore/utils/common-translations.js';export function createResizeButton(_0x573666,_0x27a1db){const _0xeaaebe=_0xfb46,_0x7dd5e2=new _0x5afecd(_0x573666),_0x33fc2b=_0x1f58b8(_0x573666,_0xeaaebe(0xa0)),_0x381fbe=_0x1f58b8(_0x573666,_0xeaaebe(0x9b));return _0x7dd5e2[_0xeaaebe(0xad)]({'withText':!0x1,'icon':_0x3673a1,'tooltip':!0x0,'class':_0xeaaebe(0xae)}),_0x7dd5e2[_0xeaaebe(0x98)](_0xeaaebe(0xa2))['to'](_0x27a1db,_0xeaaebe(0xa5),_0x5b0fb5=>_0x5b0fb5?_0x33fc2b:_0x381fbe),_0x7dd5e2[_0xeaaebe(0x98)](_0xeaaebe(0xaf))['to'](_0x27a1db,_0xeaaebe(0xa5),_0x31b9a8=>_0x31b9a8?_0x2ed164:_0x3673a1),_0x7dd5e2[_0xeaaebe(0x98)](_0xeaaebe(0x9d))['to'](_0x27a1db,_0xeaaebe(0xa5)),_0x7dd5e2['on'](_0xeaaebe(0x9f),()=>{const _0x770fa5=_0xeaaebe;_0x27a1db[_0x770fa5(0xa4)](_0x770fa5(0xac));}),_0x7dd5e2;}
23
+ function _0x2290(){const _0x404e31=['1460100KiGqRR','bind','AI_TABS_LABEL_MAXIMIZE','ck-ai-tabs__resize\x20ck-ai-button-tertiary-text','execute','2357988yKJqEb','37460520UfiMHD','fire','icon','label','2492fDSVOU','5804322vHAoNb','isMaximized','resizeTabs','isOn','22728Cpgtfn','798444qHNhes','set','72cHCRtK','AI_TABS_LABEL_MINIMIZE','145036wkTqEV'];_0x2290=function(){return _0x404e31;};return _0x2290();}(function(_0x5b8201,_0x316e41){const _0x1e4868=_0x26ce,_0x52bfd6=_0x5b8201();while(!![]){try{const _0x149d8a=parseInt(_0x1e4868(0x19b))/0x1+-parseInt(_0x1e4868(0x190))/0x2+parseInt(_0x1e4868(0x19d))/0x3*(-parseInt(_0x1e4868(0x18a))/0x4)+-parseInt(_0x1e4868(0x18b))/0x5+-parseInt(_0x1e4868(0x196))/0x6+parseInt(_0x1e4868(0x195))/0x7*(-parseInt(_0x1e4868(0x19a))/0x8)+parseInt(_0x1e4868(0x191))/0x9;if(_0x149d8a===_0x316e41)break;else _0x52bfd6['push'](_0x52bfd6['shift']());}catch(_0x1e3ba0){_0x52bfd6['push'](_0x52bfd6['shift']());}}}(_0x2290,0x9c6c7));import{ButtonView as _0x2a5648}from'ckeditor5/src/ui.js';import{IconMaximize as _0x4a95ec,IconMinimize as _0x149d23}from'ckeditor5/src/icons.js';import{getTranslation as _0x44c5d1}from'../../aicore/utils/common-translations.js';function _0x26ce(_0xf4b822,_0x4ed489){const _0x2290be=_0x2290();return _0x26ce=function(_0x26ce5c,_0x3cc494){_0x26ce5c=_0x26ce5c-0x18a;let _0x231053=_0x2290be[_0x26ce5c];return _0x231053;},_0x26ce(_0xf4b822,_0x4ed489);}export function createResizeButton(_0x36b480,_0x1fc020){const _0x463b95=_0x26ce,_0xd66c23=new _0x2a5648(_0x36b480),_0x710094=_0x44c5d1(_0x36b480,_0x463b95(0x19e)),_0x56865d=_0x44c5d1(_0x36b480,_0x463b95(0x18d));return _0xd66c23[_0x463b95(0x19c)]({'withText':!0x1,'icon':_0x4a95ec,'tooltip':!0x0,'class':_0x463b95(0x18e)}),_0xd66c23[_0x463b95(0x18c)](_0x463b95(0x194))['to'](_0x1fc020,_0x463b95(0x197),_0x120bf3=>_0x120bf3?_0x710094:_0x56865d),_0xd66c23[_0x463b95(0x18c)](_0x463b95(0x193))['to'](_0x1fc020,_0x463b95(0x197),_0x2f5807=>_0x2f5807?_0x149d23:_0x4a95ec),_0xd66c23[_0x463b95(0x18c)](_0x463b95(0x199))['to'](_0x1fc020,_0x463b95(0x197)),_0xd66c23['on'](_0x463b95(0x18f),()=>{const _0x22addd=_0x463b95;_0x1fc020[_0x22addd(0x192)](_0x22addd(0x198));}),_0xd66c23;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1ec5e7=_0x57ab;function _0x57ab(_0x4559d0,_0x5f0eb8){const _0x2fa93d=_0x2fa9();return _0x57ab=function(_0x57abc1,_0x5e7ccb){_0x57abc1=_0x57abc1-0xd4;let _0x591504=_0x2fa93d[_0x57abc1];return _0x591504;},_0x57ab(_0x4559d0,_0x5f0eb8);}(function(_0x3afa76,_0x527dc0){const _0x24e099=_0x57ab,_0xe699bc=_0x3afa76();while(!![]){try{const _0x4f3c81=parseInt(_0x24e099(0xf5))/0x1*(-parseInt(_0x24e099(0xe7))/0x2)+-parseInt(_0x24e099(0xec))/0x3*(parseInt(_0x24e099(0xee))/0x4)+-parseInt(_0x24e099(0xdd))/0x5+-parseInt(_0x24e099(0xf0))/0x6*(parseInt(_0x24e099(0xef))/0x7)+parseInt(_0x24e099(0xd5))/0x8+-parseInt(_0x24e099(0xeb))/0x9*(parseInt(_0x24e099(0xea))/0xa)+parseInt(_0x24e099(0xdf))/0xb;if(_0x4f3c81===_0x527dc0)break;else _0xe699bc['push'](_0xe699bc['shift']());}catch(_0x53cd0f){_0xe699bc['push'](_0xe699bc['shift']());}}}(_0x2fa9,0xbf0bf));import{DocumentPosition as _0x5861f0}from'./documentposition.js';function _0x2fa9(){const _0x578b99=['parent','lastChild','start','getContent','slice','2549074SrsuSs','end','createFromPath','995230Omedin','54FVPJmY','597ruFRaJ','reverse','4156ACHXJl','7LfVaic','1137012nsWEvw','length','firstChild','forEach','getNudgedToWordBoundary','1TVjqJW','includes','10615656rFatSc','createBefore','createAt','push','data','isEqual','createAfter','previousNode','2290340hfexSD','nextNode','23997336GoYdkQ','document','path'];_0x2fa9=function(){return _0x578b99;};return _0x2fa9();}import{clone as _0x2287fd,getParents as _0x48a69d,Document as _0x3ff127,Text as _0xfd651f,isTag as _0x56273a,isText as _0x5e9c72,replaceElement as _0x1d74f1,removeElement as _0x4e4c37}from'./htmlparser.js';export class DocumentRange{[_0x1ec5e7(0xe4)];[_0x1ec5e7(0xe8)];constructor(_0x1a4ba8,_0x1501d9){const _0x245287=_0x1ec5e7;this[_0x245287(0xe4)]=_0x1a4ba8,this[_0x245287(0xe8)]=_0x1501d9;}[_0x1ec5e7(0xda)](_0x2485af){const _0x49d6c9=_0x1ec5e7;return this==_0x2485af||this[_0x49d6c9(0xe4)][_0x49d6c9(0xda)](_0x2485af[_0x49d6c9(0xe4)])&&this[_0x49d6c9(0xe8)][_0x49d6c9(0xda)](_0x2485af[_0x49d6c9(0xe8)]);}[_0x1ec5e7(0xf4)](){const _0x160940=_0x1ec5e7;return new DocumentRange(this[_0x160940(0xe4)][_0x160940(0xf4)](_0x160940(0xe4)),this[_0x160940(0xe8)][_0x160940(0xf4)](_0x160940(0xe8)));}[_0x1ec5e7(0xe5)](){const _0x25999f=_0x1ec5e7,_0x5db0bd=_0x2287fd(this[_0x25999f(0xe4)][_0x25999f(0xe0)]),_0x49246c=_0x5861f0[_0x25999f(0xe9)](_0x5db0bd,this[_0x25999f(0xe4)][_0x25999f(0xe1)]),_0x42648b=_0x5861f0[_0x25999f(0xe9)](_0x5db0bd,this[_0x25999f(0xe8)][_0x25999f(0xe1)]);let _0x2a6413,_0x2e75ea;if(_0x5e9c72(_0x49246c[_0x25999f(0xe2)])){const _0x2f1544=_0x49246c[_0x25999f(0xe1)][_0x49246c[_0x25999f(0xe1)][_0x25999f(0xf1)]-0x1],_0x222ae2=new _0xfd651f(_0x49246c[_0x25999f(0xe2)][_0x25999f(0xd9)][_0x25999f(0xe6)](_0x2f1544));_0x1d74f1(_0x49246c[_0x25999f(0xe2)],_0x222ae2),_0x2a6413=_0x222ae2;}else _0x2a6413=_0x49246c[_0x25999f(0xde)];if(_0x5e9c72(_0x42648b[_0x25999f(0xe2)])){const _0x50f260=_0x42648b[_0x25999f(0xe1)][_0x42648b[_0x25999f(0xe1)][_0x25999f(0xf1)]-0x1],_0x162e1a=new _0xfd651f(_0x42648b[_0x25999f(0xe2)][_0x25999f(0xd9)][_0x25999f(0xe6)](0x0,_0x50f260));_0x1d74f1(_0x42648b[_0x25999f(0xe2)],_0x162e1a),_0x2e75ea=_0x162e1a;}else _0x2e75ea=_0x42648b[_0x25999f(0xdc)];if(!(_0x2a6413&&_0x2e75ea&&_0x5db0bd[_0x25999f(0xf2)]&&_0x5db0bd[_0x25999f(0xe3)]))return new _0x3ff127([]);const _0x10151b=_0x48a69d(_0x2a6413),_0x478cdb=_0x48a69d(_0x2e75ea),_0x5bad3c=[],_0x1d94f5=[];let _0x23dbb7=_0x5db0bd[_0x25999f(0xf2)];for(;_0x23dbb7&&_0x23dbb7!==_0x2a6413;){let _0x141518;_0x10151b[_0x25999f(0xd4)](_0x23dbb7)||_0x5bad3c[_0x25999f(0xd8)](_0x23dbb7),_0x141518=_0x56273a(_0x23dbb7)?_0x5861f0[_0x25999f(0xd7)](_0x5db0bd,_0x23dbb7,_0x25999f(0xe4)):_0x5861f0[_0x25999f(0xdb)](_0x5db0bd,_0x23dbb7),_0x23dbb7=_0x141518?_0x141518[_0x25999f(0xde)]:null;}for(_0x23dbb7=_0x5db0bd[_0x25999f(0xe3)];_0x23dbb7&&_0x23dbb7!==_0x2e75ea;){let _0xed4dc6;_0x478cdb[_0x25999f(0xd4)](_0x23dbb7)||_0x1d94f5[_0x25999f(0xd8)](_0x23dbb7),_0xed4dc6=_0x56273a(_0x23dbb7)?_0x5861f0[_0x25999f(0xd7)](_0x5db0bd,_0x23dbb7,_0x25999f(0xe8)):_0x5861f0[_0x25999f(0xd6)](_0x5db0bd,_0x23dbb7),_0x23dbb7=_0xed4dc6?_0xed4dc6[_0x25999f(0xdc)]:null;}return _0x5bad3c[_0x25999f(0xf3)](_0x6ca1f2=>{_0x4e4c37(_0x6ca1f2);}),_0x1d94f5[_0x25999f(0xed)]()[_0x25999f(0xf3)](_0x3eddca=>{_0x4e4c37(_0x3eddca);}),_0x5db0bd;}}
23
+ const _0xb064e2=_0x5088;(function(_0x3cb48f,_0x3ecf09){const _0x2a73d9=_0x5088,_0x4894e9=_0x3cb48f();while(!![]){try{const _0x476577=-parseInt(_0x2a73d9(0x159))/0x1+-parseInt(_0x2a73d9(0x16d))/0x2*(-parseInt(_0x2a73d9(0x170))/0x3)+-parseInt(_0x2a73d9(0x173))/0x4+-parseInt(_0x2a73d9(0x160))/0x5+parseInt(_0x2a73d9(0x169))/0x6+parseInt(_0x2a73d9(0x16c))/0x7*(-parseInt(_0x2a73d9(0x15a))/0x8)+-parseInt(_0x2a73d9(0x164))/0x9*(-parseInt(_0x2a73d9(0x161))/0xa);if(_0x476577===_0x3ecf09)break;else _0x4894e9['push'](_0x4894e9['shift']());}catch(_0x128596){_0x4894e9['push'](_0x4894e9['shift']());}}}(_0x33ab,0x32ae3));function _0x33ab(){const _0x55995b=['239640qWhvtW','push','createAt','28lNekDX','284SZQwry','isEqual','path','3708NSrOGY','previousNode','document','1411576KAxmgK','firstChild','createFromPath','data','reverse','start','createBefore','63249NuQBJb','19288IeJSzH','length','parent','createAfter','forEach','slice','107850VXiAzr','40ZVTCdG','getContent','end','988857mNfeJs','nextNode','includes','lastChild','getNudgedToWordBoundary'];_0x33ab=function(){return _0x55995b;};return _0x33ab();}function _0x5088(_0xeb38aa,_0x53729d){const _0x33abd1=_0x33ab();return _0x5088=function(_0x50885f,_0x211adb){_0x50885f=_0x50885f-0x155;let _0x420061=_0x33abd1[_0x50885f];return _0x420061;},_0x5088(_0xeb38aa,_0x53729d);}import{DocumentPosition as _0x53c371}from'./documentposition.js';import{clone as _0x423c25,getParents as _0x54d66f,Document as _0x20f8fe,Text as _0x3e0bbb,isTag as _0x139586,isText as _0x3c416f,replaceElement as _0x56c0cb,removeElement as _0x1f77c7}from'./htmlparser.js';export class DocumentRange{[_0xb064e2(0x157)];[_0xb064e2(0x163)];constructor(_0x1c2817,_0xdc2fa0){const _0x26e45c=_0xb064e2;this[_0x26e45c(0x157)]=_0x1c2817,this[_0x26e45c(0x163)]=_0xdc2fa0;}[_0xb064e2(0x16e)](_0x1e595a){const _0x403481=_0xb064e2;return this==_0x1e595a||this[_0x403481(0x157)][_0x403481(0x16e)](_0x1e595a[_0x403481(0x157)])&&this[_0x403481(0x163)][_0x403481(0x16e)](_0x1e595a[_0x403481(0x163)]);}[_0xb064e2(0x168)](){const _0x3a6d4f=_0xb064e2;return new DocumentRange(this[_0x3a6d4f(0x157)][_0x3a6d4f(0x168)](_0x3a6d4f(0x157)),this[_0x3a6d4f(0x163)][_0x3a6d4f(0x168)](_0x3a6d4f(0x163)));}[_0xb064e2(0x162)](){const _0x25d53a=_0xb064e2,_0x234d03=_0x423c25(this[_0x25d53a(0x157)][_0x25d53a(0x172)]),_0x12cad0=_0x53c371[_0x25d53a(0x175)](_0x234d03,this[_0x25d53a(0x157)][_0x25d53a(0x16f)]),_0x2c96c3=_0x53c371[_0x25d53a(0x175)](_0x234d03,this[_0x25d53a(0x163)][_0x25d53a(0x16f)]);let _0x4acd24,_0x3ab887;if(_0x3c416f(_0x12cad0[_0x25d53a(0x15c)])){const _0x472ed9=_0x12cad0[_0x25d53a(0x16f)][_0x12cad0[_0x25d53a(0x16f)][_0x25d53a(0x15b)]-0x1],_0x37dae7=new _0x3e0bbb(_0x12cad0[_0x25d53a(0x15c)][_0x25d53a(0x155)][_0x25d53a(0x15f)](_0x472ed9));_0x56c0cb(_0x12cad0[_0x25d53a(0x15c)],_0x37dae7),_0x4acd24=_0x37dae7;}else _0x4acd24=_0x12cad0[_0x25d53a(0x165)];if(_0x3c416f(_0x2c96c3[_0x25d53a(0x15c)])){const _0x5098e6=_0x2c96c3[_0x25d53a(0x16f)][_0x2c96c3[_0x25d53a(0x16f)][_0x25d53a(0x15b)]-0x1],_0x23dfcc=new _0x3e0bbb(_0x2c96c3[_0x25d53a(0x15c)][_0x25d53a(0x155)][_0x25d53a(0x15f)](0x0,_0x5098e6));_0x56c0cb(_0x2c96c3[_0x25d53a(0x15c)],_0x23dfcc),_0x3ab887=_0x23dfcc;}else _0x3ab887=_0x2c96c3[_0x25d53a(0x171)];if(!(_0x4acd24&&_0x3ab887&&_0x234d03[_0x25d53a(0x174)]&&_0x234d03[_0x25d53a(0x167)]))return new _0x20f8fe([]);const _0x3f541f=_0x54d66f(_0x4acd24),_0xc74810=_0x54d66f(_0x3ab887),_0x40428d=[],_0x1c93b2=[];let _0x507325=_0x234d03[_0x25d53a(0x174)];for(;_0x507325&&_0x507325!==_0x4acd24;){let _0x25cf08;_0x3f541f[_0x25d53a(0x166)](_0x507325)||_0x40428d[_0x25d53a(0x16a)](_0x507325),_0x25cf08=_0x139586(_0x507325)?_0x53c371[_0x25d53a(0x16b)](_0x234d03,_0x507325,_0x25d53a(0x157)):_0x53c371[_0x25d53a(0x15d)](_0x234d03,_0x507325),_0x507325=_0x25cf08?_0x25cf08[_0x25d53a(0x165)]:null;}for(_0x507325=_0x234d03[_0x25d53a(0x167)];_0x507325&&_0x507325!==_0x3ab887;){let _0x2ed8d5;_0xc74810[_0x25d53a(0x166)](_0x507325)||_0x1c93b2[_0x25d53a(0x16a)](_0x507325),_0x2ed8d5=_0x139586(_0x507325)?_0x53c371[_0x25d53a(0x16b)](_0x234d03,_0x507325,_0x25d53a(0x163)):_0x53c371[_0x25d53a(0x158)](_0x234d03,_0x507325),_0x507325=_0x2ed8d5?_0x2ed8d5[_0x25d53a(0x171)]:null;}return _0x40428d[_0x25d53a(0x15e)](_0x19ec3e=>{_0x1f77c7(_0x19ec3e);}),_0x1c93b2[_0x25d53a(0x156)]()[_0x25d53a(0x15e)](_0x137d83=>{_0x1f77c7(_0x137d83);}),_0x234d03;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x1096a6,_0x31836d){var _0x3e72dc=_0xb045,_0x58246f=_0x1096a6();while(!![]){try{var _0x24799a=-parseInt(_0x3e72dc(0x17b))/0x1+parseInt(_0x3e72dc(0x179))/0x2+-parseInt(_0x3e72dc(0x17c))/0x3*(-parseInt(_0x3e72dc(0x170))/0x4)+parseInt(_0x3e72dc(0x174))/0x5+parseInt(_0x3e72dc(0x173))/0x6+-parseInt(_0x3e72dc(0x172))/0x7+-parseInt(_0x3e72dc(0x178))/0x8;if(_0x24799a===_0x31836d)break;else _0x58246f['push'](_0x58246f['shift']());}catch(_0x282fbd){_0x58246f['push'](_0x58246f['shift']());}}}(_0x5d8c,0x97774));import{CKEditorError as _0x51520b}from'ckeditor5/src/utils.js';import{Editor as _0x57cc9f}from'ckeditor5/src/core.js';function _0xb045(_0x71da89,_0x52b58f){var _0x5d8cf7=_0x5d8c();return _0xb045=function(_0xb04537,_0x5f59cf){_0xb04537=_0xb04537-0x16f;var _0x2b9805=_0x5d8cf7[_0xb04537];return _0x2b9805;},_0xb045(_0x71da89,_0x52b58f);}function _0x5d8c(){var _0x31eb2d=['1031355HcYBZi','9bhGXqp','get','1415748vzAKCT','warn','7623245xcdjnv','4155792ZJSZxF','39500iVVdOz','length','ai-get-editor-from-context-no-editor','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.','1217272SeNbyv','2261220KqGihl','editors'];_0x5d8c=function(){return _0x31eb2d;};return _0x5d8c();}export function getEditorFromContext(_0x395725){var _0x225a0d=_0xb045;if(_0x395725 instanceof _0x57cc9f)return _0x395725;if(_0x395725?.[_0x225a0d(0x17a)]&&_0x395725[_0x225a0d(0x17a)][_0x225a0d(0x16f)](0x0))return _0x395725[_0x225a0d(0x17a)][_0x225a0d(0x175)]>0x1&&console[_0x225a0d(0x171)](_0x225a0d(0x177)),_0x395725[_0x225a0d(0x17a)][_0x225a0d(0x16f)](0x0);throw new _0x51520b(_0x225a0d(0x176));}
23
+ (function(_0xac76a1,_0x5eef66){var _0x43f0fd=_0xa0ee,_0x442de2=_0xac76a1();while(!![]){try{var _0x312c3d=-parseInt(_0x43f0fd(0x140))/0x1*(parseInt(_0x43f0fd(0x137))/0x2)+parseInt(_0x43f0fd(0x138))/0x3+-parseInt(_0x43f0fd(0x13c))/0x4+parseInt(_0x43f0fd(0x132))/0x5*(parseInt(_0x43f0fd(0x141))/0x6)+-parseInt(_0x43f0fd(0x134))/0x7*(parseInt(_0x43f0fd(0x133))/0x8)+-parseInt(_0x43f0fd(0x131))/0x9*(parseInt(_0x43f0fd(0x13e))/0xa)+parseInt(_0x43f0fd(0x135))/0xb;if(_0x312c3d===_0x5eef66)break;else _0x442de2['push'](_0x442de2['shift']());}catch(_0x20d431){_0x442de2['push'](_0x442de2['shift']());}}}(_0x245a,0x99b3d));function _0x245a(){var _0x3d22f7=['get','127xjsNII','354fhTuMA','369hMBClF','1895YSWMwA','24tnCdjv','968513uamZyG','6984406rxawCF','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.','1206uJmUcd','2631861gqplma','editors','length','ai-get-editor-from-context-no-editor','1169356DMUGur','warn','29520QkFvoR'];_0x245a=function(){return _0x3d22f7;};return _0x245a();}import{CKEditorError as _0x2fd65b}from'ckeditor5/src/utils.js';import{Editor as _0x261bae}from'ckeditor5/src/core.js';function _0xa0ee(_0x84697b,_0x383821){var _0x245a58=_0x245a();return _0xa0ee=function(_0xa0eede,_0x5f4ea6){_0xa0eede=_0xa0eede-0x131;var _0x13c977=_0x245a58[_0xa0eede];return _0x13c977;},_0xa0ee(_0x84697b,_0x383821);}export function getEditorFromContext(_0x54840a){var _0x2f0585=_0xa0ee;if(_0x54840a instanceof _0x261bae)return _0x54840a;if(_0x54840a?.[_0x2f0585(0x139)]&&_0x54840a[_0x2f0585(0x139)][_0x2f0585(0x13f)](0x0))return _0x54840a[_0x2f0585(0x139)][_0x2f0585(0x13a)]>0x1&&console[_0x2f0585(0x13d)](_0x2f0585(0x136)),_0x54840a[_0x2f0585(0x139)][_0x2f0585(0x13f)](0x0);throw new _0x2fd65b(_0x2f0585(0x13b));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x44581b,_0x28f0c9){const _0xd42a30=_0x22a0,_0x4d55f9=_0x44581b();while(!![]){try{const _0x55a7f1=parseInt(_0xd42a30(0x1ce))/0x1*(parseInt(_0xd42a30(0x1d3))/0x2)+parseInt(_0xd42a30(0x1b8))/0x3+parseInt(_0xd42a30(0x1b6))/0x4*(parseInt(_0xd42a30(0x1c1))/0x5)+-parseInt(_0xd42a30(0x1c8))/0x6*(-parseInt(_0xd42a30(0x1ca))/0x7)+parseInt(_0xd42a30(0x1d2))/0x8+parseInt(_0xd42a30(0x1cf))/0x9+-parseInt(_0xd42a30(0x1d5))/0xa*(parseInt(_0xd42a30(0x1cc))/0xb);if(_0x55a7f1===_0x28f0c9)break;else _0x4d55f9['push'](_0x4d55f9['shift']());}catch(_0x83ced9){_0x4d55f9['push'](_0x4d55f9['shift']());}}}(_0x39b1,0x2ed97));import{transformOperationSets as _0x2181d4}from'ckeditor5/src/engine.js';import{append as _0x162eed,findByAttribute as _0x431e1f,prependChild as _0x1f0516,removeElement as _0x24707c,serialize as _0x46aa39}from'./htmlparser.js';function _0x39b1(){const _0x2f6154=['getDiff','history','cloneNode','data-id','1574540wjHudR','getDocumentContext','oldRange','version','operationsA','get','marker','6OdcQDH','markers','1313942rvUHZU','node','12111wUmUrK','document','1154kYuhHv','2104065ReVppe','content','model','2107304sgMnhK','52IIEgJs','name','8490XvIXye','documentContextContent','new','getOperations','map','anchorId','previousSibling','type','4NUAUgS','length','290484hfhmFe','getRange','shift','removed','filter'];_0x39b1=function(){return _0x2f6154;};return _0x39b1();}function _0x22a0(_0x5b6833,_0x17c804){const _0x39b148=_0x39b1();return _0x22a0=function(_0x22a03d,_0xeae2f6){_0x22a03d=_0x22a03d-0x1af;let _0x3f4e42=_0x39b148[_0x22a03d];return _0x3f4e42;},_0x22a0(_0x5b6833,_0x17c804);}export function getOperationsFromReply({editor:_0x42b281,interaction:_0x58a32d,reply:_0x52d765,groups:_0x5d569a,transform:_0x14e46a,documentCompare:_0x367577,documentCompareOptions:_0x5c1b45}){const _0x417e5a=_0x22a0,_0x1b8dc5=_0x58a32d[_0x417e5a(0x1c2)]();if(!_0x1b8dc5)return[];const _0x127294=_0x1b8dc5[_0x417e5a(0x1d0)],_0x397091=_0x1b8dc5[_0x417e5a(0x1c4)],_0x52265f=_0x52d765[_0x417e5a(0x1af)][_0x417e5a(0x1bf)](!0x0);for(const {changes:_0xd831e1}of _0x5d569a){const _0x101d07=_0xd831e1[_0x417e5a(0x1bc)](_0x1d5dea=>_0x417e5a(0x1b0)!=_0x1d5dea[_0x417e5a(0x1b5)])[_0x417e5a(0x1b2)](_0x4b7a9c=>_0x431e1f(_0x417e5a(0x1c0),_0x4b7a9c['id'],_0x52265f)),_0x415869=_0xd831e1[_0x417e5a(0x1bc)](_0x316a79=>_0x417e5a(0x1bb)!=_0x316a79[_0x417e5a(0x1b5)])[_0x417e5a(0x1b2)](_0x17549a=>_0x17549a[_0x417e5a(0x1cb)][_0x417e5a(0x1bf)](!0x0));let _0x1d7a11=null;if(_0x101d07[_0x417e5a(0x1b7)]){_0x1d7a11=_0x101d07[0x0][_0x417e5a(0x1b4)];for(let _0x2295de=0x0;_0x2295de<_0x101d07[_0x417e5a(0x1b7)];_0x2295de++)_0x24707c(_0x101d07[_0x2295de]);}if(_0x415869[_0x417e5a(0x1b7)]){_0x1d7a11||(_0xd831e1[0x0][_0x417e5a(0x1b3)]?_0x1d7a11=_0x431e1f(_0x417e5a(0x1c0),_0xd831e1[0x0][_0x417e5a(0x1b3)],_0x52265f):(_0x1d7a11=_0x415869[_0x417e5a(0x1ba)](),_0x1f0516(_0x52265f,_0x1d7a11)));for(let _0x1ae591=0x0;_0x1ae591<_0x415869[_0x417e5a(0x1b7)];_0x1ae591++)_0x162eed(_0x1d7a11,_0x415869[_0x1ae591]),_0x1d7a11=_0x415869[_0x1ae591];}}const _0x5afce3=_0x46aa39(_0x52265f),_0x2ee2d2=_0x367577[_0x417e5a(0x1bd)](_0x127294,_0x5afce3,_0x5c1b45)[_0x417e5a(0x1b1)]();if(_0x14e46a){const _0x3821d3=_0x42b281[_0x417e5a(0x1d1)][_0x417e5a(0x1cd)][_0x417e5a(0x1be)][_0x417e5a(0x1b1)](_0x397091),_0x158d87={'document':_0x42b281[_0x417e5a(0x1d1)][_0x417e5a(0x1cd)],'useRelations':!0x1,'padWithNoOps':!0x1};return _0x2181d4(_0x2ee2d2,_0x3821d3,_0x158d87)[_0x417e5a(0x1c5)];}return _0x2ee2d2;}export function fixMarkerOperationOldRange(_0x432d19,_0x2b33c7){const _0x378fd4=_0x22a0;if(_0x378fd4(0x1c7)!=_0x2b33c7[_0x378fd4(0x1b5)])return;const _0x3c619a=_0x432d19[_0x378fd4(0x1d1)][_0x378fd4(0x1c9)][_0x378fd4(0x1c6)](_0x2b33c7[_0x378fd4(0x1d4)]);_0x3c619a&&(_0x2b33c7[_0x378fd4(0x1c3)]=_0x3c619a[_0x378fd4(0x1b9)]());}
23
+ (function(_0x1b577b,_0x24c90a){const _0x34e455=_0x5534,_0xd61cc8=_0x1b577b();while(!![]){try{const _0x34f64f=parseInt(_0x34e455(0x12c))/0x1+parseInt(_0x34e455(0x129))/0x2*(parseInt(_0x34e455(0x143))/0x3)+parseInt(_0x34e455(0x135))/0x4*(parseInt(_0x34e455(0x12d))/0x5)+parseInt(_0x34e455(0x134))/0x6+parseInt(_0x34e455(0x137))/0x7*(parseInt(_0x34e455(0x132))/0x8)+-parseInt(_0x34e455(0x128))/0x9*(parseInt(_0x34e455(0x12f))/0xa)+parseInt(_0x34e455(0x13d))/0xb*(-parseInt(_0x34e455(0x122))/0xc);if(_0x34f64f===_0x24c90a)break;else _0xd61cc8['push'](_0xd61cc8['shift']());}catch(_0x1a32d2){_0xd61cc8['push'](_0xd61cc8['shift']());}}}(_0x578d,0x3df91));function _0x5534(_0x487340,_0x4c242a){const _0x578d3d=_0x578d();return _0x5534=function(_0x5534fa,_0x38817c){_0x5534fa=_0x5534fa-0x121;let _0x257b29=_0x578d3d[_0x5534fa];return _0x257b29;},_0x5534(_0x487340,_0x4c242a);}import{transformOperationSets as _0x5969fa}from'ckeditor5/src/engine.js';function _0x578d(){const _0x1d86bc=['11bfViAt','getOperations','map','documentContextContent','operationsA','content','3624kjNLeN','name','type','get','oldRange','marker','node','6808884xaVEpu','model','data-id','shift','markers','previousSibling','1476OrqPzE','20XjmThP','cloneNode','getDocumentContext','383663XKLvJQ','25hJFROb','history','21730EwxImc','length','document','168uyNTfP','anchorId','200886afgFKW','396092JIvrxM','getRange','84427ZWLADd','getDiff','new','filter','removed','version'];_0x578d=function(){return _0x1d86bc;};return _0x578d();}import{append as _0xed3855,findByAttribute as _0x3d8c13,prependChild as _0x179400,removeElement as _0x303628,serialize as _0x68ebba}from'./htmlparser.js';export function getOperationsFromReply({editor:_0x5ad2c1,interaction:_0x3c32a0,reply:_0x293229,groups:_0x5cdb72,transform:_0x56050a,documentCompare:_0x31c618,documentCompareOptions:_0x483ecd}){const _0x3e4aa4=_0x5534,_0x4f4289=_0x3c32a0[_0x3e4aa4(0x12b)]();if(!_0x4f4289)return[];const _0x48f5dc=_0x4f4289[_0x3e4aa4(0x142)],_0xf187c8=_0x4f4289[_0x3e4aa4(0x13c)],_0x5a6399=_0x293229[_0x3e4aa4(0x140)][_0x3e4aa4(0x12a)](!0x0);for(const {changes:_0x39bcd8}of _0x5cdb72){const _0x50a1f2=_0x39bcd8[_0x3e4aa4(0x13a)](_0x15d7e4=>_0x3e4aa4(0x139)!=_0x15d7e4[_0x3e4aa4(0x145)])[_0x3e4aa4(0x13f)](_0x1dd642=>_0x3d8c13(_0x3e4aa4(0x124),_0x1dd642['id'],_0x5a6399)),_0x16f653=_0x39bcd8[_0x3e4aa4(0x13a)](_0x6c5bd5=>_0x3e4aa4(0x13b)!=_0x6c5bd5[_0x3e4aa4(0x145)])[_0x3e4aa4(0x13f)](_0x1b429e=>_0x1b429e[_0x3e4aa4(0x121)][_0x3e4aa4(0x12a)](!0x0));let _0x23e7d5=null;if(_0x50a1f2[_0x3e4aa4(0x130)]){_0x23e7d5=_0x50a1f2[0x0][_0x3e4aa4(0x127)];for(let _0x3ab929=0x0;_0x3ab929<_0x50a1f2[_0x3e4aa4(0x130)];_0x3ab929++)_0x303628(_0x50a1f2[_0x3ab929]);}if(_0x16f653[_0x3e4aa4(0x130)]){_0x23e7d5||(_0x39bcd8[0x0][_0x3e4aa4(0x133)]?_0x23e7d5=_0x3d8c13(_0x3e4aa4(0x124),_0x39bcd8[0x0][_0x3e4aa4(0x133)],_0x5a6399):(_0x23e7d5=_0x16f653[_0x3e4aa4(0x125)](),_0x179400(_0x5a6399,_0x23e7d5)));for(let _0x3df66d=0x0;_0x3df66d<_0x16f653[_0x3e4aa4(0x130)];_0x3df66d++)_0xed3855(_0x23e7d5,_0x16f653[_0x3df66d]),_0x23e7d5=_0x16f653[_0x3df66d];}}const _0x266e43=_0x68ebba(_0x5a6399),_0x23dcb7=_0x31c618[_0x3e4aa4(0x138)](_0x48f5dc,_0x266e43,_0x483ecd)[_0x3e4aa4(0x13e)]();if(_0x56050a){const _0x44354b=_0x5ad2c1[_0x3e4aa4(0x123)][_0x3e4aa4(0x131)][_0x3e4aa4(0x12e)][_0x3e4aa4(0x13e)](_0xf187c8),_0x4e3978={'document':_0x5ad2c1[_0x3e4aa4(0x123)][_0x3e4aa4(0x131)],'useRelations':!0x1,'padWithNoOps':!0x1};return _0x5969fa(_0x23dcb7,_0x44354b,_0x4e3978)[_0x3e4aa4(0x141)];}return _0x23dcb7;}export function fixMarkerOperationOldRange(_0x2a8d96,_0xd5f4bd){const _0x4996b6=_0x5534;if(_0x4996b6(0x148)!=_0xd5f4bd[_0x4996b6(0x145)])return;const _0x226758=_0x2a8d96[_0x4996b6(0x123)][_0x4996b6(0x126)][_0x4996b6(0x146)](_0xd5f4bd[_0x4996b6(0x144)]);_0x226758&&(_0xd5f4bd[_0x4996b6(0x147)]=_0x226758[_0x4996b6(0x136)]());}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x2edddc,_0x2ec45d){const _0x4ac68d=_0x50a5,_0x174ab8=_0x2edddc();while(!![]){try{const _0x5f3327=-parseInt(_0x4ac68d(0x156))/0x1*(parseInt(_0x4ac68d(0x172))/0x2)+parseInt(_0x4ac68d(0x161))/0x3+-parseInt(_0x4ac68d(0x16b))/0x4*(parseInt(_0x4ac68d(0x187))/0x5)+-parseInt(_0x4ac68d(0x175))/0x6+parseInt(_0x4ac68d(0x1a3))/0x7+parseInt(_0x4ac68d(0x182))/0x8*(-parseInt(_0x4ac68d(0x1be))/0x9)+-parseInt(_0x4ac68d(0x186))/0xa*(-parseInt(_0x4ac68d(0x15b))/0xb);if(_0x5f3327===_0x2ec45d)break;else _0x174ab8['push'](_0x174ab8['shift']());}catch(_0x4f14e5){_0x174ab8['push'](_0x174ab8['shift']());}}}(_0x8e93,0xe6d34));import{findOne as _0x191545,getAttribute as _0x243042,Document as _0x1a4aff,serialize as _0x2d8c29,parse as _0x59662c}from'./htmlparser.js';import{fixElementSuggestionRange as _0x54c4a6}from'ckeditor5-collaboration/src/collaboration-core.js';import{ModelRange as _0x3e53ab,_DetachOperation as _0x1044e1,_removeFromModelNodeList as _0x2099db,_insertIntoModelNodeList as _0x3b81ca}from'ckeditor5/src/engine.js';import{uid as _0x47a96c}from'ckeditor5/src/utils.js';function _0x50a5(_0x5100f4,_0x400778){const _0x8e9326=_0x8e93();return _0x50a5=function(_0x50a5f4,_0x5eefdf){_0x50a5f4=_0x50a5f4-0x14a;let _0x235b11=_0x8e9326[_0x50a5f4];return _0x235b11;},_0x50a5(_0x5100f4,_0x400778);}export function getSuggestionPartsFromReply({editor:_0x383622,changeGroups:_0x5dabb4,documentContextContent:_0x4cba9a,showDiff:_0x323acd,trimUnchanged:_0x25e173=!0x0}){const _0x459ec1=_0x50a5;return _0x5dabb4[_0x459ec1(0x19c)](_0x925bba=>{const _0x4a8cb7=_0x459ec1,_0x229e57=new _0x1a4aff([]),_0x3b06dd=new _0x1a4aff([]);for(const _0x4b60ad of _0x925bba[_0x4a8cb7(0x16a)])if(_0x323acd&&_0x4a8cb7(0x150)==_0x4b60ad[_0x4a8cb7(0x17d)]||_0x3b06dd[_0x4a8cb7(0x160)][_0x4a8cb7(0x198)](_0x4b60ad[_0x4a8cb7(0x19f)][_0x4a8cb7(0x19e)](!0x0)),_0x4a8cb7(0x1a1)!=_0x4b60ad[_0x4a8cb7(0x17d)]&&(_0x323acd||_0x4a8cb7(0x150)!=_0x4b60ad[_0x4a8cb7(0x17d)])){const _0x157ff9=_0x191545(_0x5d7279=>_0x243042(_0x5d7279,_0x4a8cb7(0x1a0))==_0x4b60ad['id'],_0x4cba9a,!0x0);_0x157ff9&&_0x229e57[_0x4a8cb7(0x160)][_0x4a8cb7(0x198)](_0x157ff9[_0x4a8cb7(0x19e)](!0x0));}const {content:_0xff42f9,hasChanges:_0x3d0b87}=function(_0xeae213,_0x4ff846,_0x460b29,_0x26cc7c,_0x38592f=!0x0){const _0x3ee7d9=_0x4a8cb7,_0x9f8364=_0xeae213[_0x3ee7d9(0x14a)][_0x3ee7d9(0x170)](_0x3ee7d9(0x15f)),_0x4e020a=_0x2d8c29(_0x4ff846),_0x2edaf8=_0x2d8c29(_0x460b29),_0x60addc=_0xeae213[_0x3ee7d9(0x179)][_0x3ee7d9(0x19b)](_0x4e020a,_0x3ee7d9(0x18c)),_0xd595b6=_0xeae213[_0x3ee7d9(0x153)][_0x3ee7d9(0x17b)](_0x60addc,0x0),_0x2b6c22=_0x9f8364[_0x3ee7d9(0x167)](_0x4e020a,_0x2edaf8,{'anchor':_0xd595b6,'markDeletions':_0x26cc7c}),_0x2b1286=_0x2b6c22[_0x3ee7d9(0x15e)]();if(0x0==_0x2b1286[_0x3ee7d9(0x159)])return{'content':_0x4ff846[_0x3ee7d9(0x19e)](!0x0),'hasChanges':!0x1};_0x26cc7c?function(_0x1a18d5,_0xa32a97,_0x3e12bd){const _0x4c21d3=_0x3ee7d9;if(0x0==_0x1a18d5[_0x4c21d3(0x159)])return;const _0x30a671=_0x3e12bd[_0x4c21d3(0x14a)][_0x4c21d3(0x170)](_0x4c21d3(0x15f)),_0x58611f=_0x3e12bd[_0x4c21d3(0x14a)][_0x4c21d3(0x170)](_0x4c21d3(0x18f));_0x3e12bd[_0x4c21d3(0x153)][_0x4c21d3(0x193)](_0x429b10=>{const _0x1835f6=_0x4c21d3,_0x142fa5=new Set();for(let _0x7ebd98=0x0;_0x7ebd98<_0x1a18d5[_0x1835f6(0x159)];_0x7ebd98++){const _0x3c5c5e=_0x1a18d5[_0x7ebd98];if(_0x3c5c5e[_0x1835f6(0x1bd)]=null,_0x3c5c5e[_0x1835f6(0x17a)]=!0x1,_0x30a671[_0x1835f6(0x16c)](_0x3c5c5e)){const _0xa0885f=_0x54c4a6(_0x3c5c5e[_0x1835f6(0x174)],_0x3e12bd[_0x1835f6(0x153)]),_0x4bdbaf=_0x1835f6(0x1ae)+_0x47a96c()+_0x1835f6(0x151);_0xa32a97[_0x1835f6(0x178)][_0x1835f6(0x180)](_0x4bdbaf,_0xa0885f);}else switch(_0x3c5c5e[_0x1835f6(0x17d)]){case _0x1835f6(0x1ad):{if(_0x3c5c5e[_0x1835f6(0x1a9)]==_0x3c5c5e[_0x1835f6(0x1a2)])break;_0x429b10[_0x1835f6(0x169)][_0x1835f6(0x189)](_0x3c5c5e),_0x3e12bd[_0x1835f6(0x153)][_0x1835f6(0x1b9)](_0x3c5c5e);const _0x2f9247=_0x1835f6(0x158),_0x5b0949=_0x3c5c5e[_0x1835f6(0x1aa)],_0x2ae876=_0x3e12bd[_0x1835f6(0x153)][_0x1835f6(0x1ba)](_0x5b0949,_0x3e12bd[_0x1835f6(0x153)][_0x1835f6(0x17b)](_0x5b0949[_0x1835f6(0x1b4)],_0x1835f6(0x19d))),_0x3e1710=_0x1835f6(0x1bf)+_0x2f9247+':'+_0x47a96c()+_0x1835f6(0x151);_0xa32a97[_0x1835f6(0x178)][_0x1835f6(0x180)](_0x3e1710,_0x2ae876);break;}case _0x1835f6(0x190):case _0x1835f6(0x17c):case _0x1835f6(0x15a):{if(_0x3c5c5e[_0x1835f6(0x1af)]==_0x3c5c5e[_0x1835f6(0x157)])break;_0x429b10[_0x1835f6(0x169)][_0x1835f6(0x189)](_0x3c5c5e),_0x3e12bd[_0x1835f6(0x153)][_0x1835f6(0x1b9)](_0x3c5c5e);const _0xbef9d3=_0x3c5c5e[_0x1835f6(0x194)];if(!_0x58611f[_0x1835f6(0x1b2)](_0xbef9d3))break;const _0x1aaafc=_0x54c4a6(_0x3c5c5e[_0x1835f6(0x155)],_0x3e12bd[_0x1835f6(0x153)]),_0x235e6a=_0x1835f6(0x1bf)+_0xbef9d3+':'+_0x47a96c()+_0x1835f6(0x151);_0xa32a97[_0x1835f6(0x178)][_0x1835f6(0x180)](_0x235e6a,_0x1aaafc);break;}case _0x1835f6(0x1ab):{_0x429b10[_0x1835f6(0x169)][_0x1835f6(0x189)](_0x3c5c5e),_0x3e12bd[_0x1835f6(0x153)][_0x1835f6(0x1b9)](_0x3c5c5e);if(_0x1a18d5[_0x7ebd98+0x1]&&_0x1835f6(0x162)==_0x1a18d5[_0x7ebd98+0x1][_0x1835f6(0x17d)]){ro(_0xa32a97,_0x3c5c5e);break;}const _0x1e039d=_0x3c5c5e[_0x1835f6(0x1aa)],_0x28f200=_0x3c5c5e[_0x1835f6(0x191)],_0x483f17=_0x54c4a6(_0x3e12bd[_0x1835f6(0x153)][_0x1835f6(0x1ba)](_0x1e039d,_0x1e039d[_0x1835f6(0x154)](_0x28f200)),_0x3e12bd[_0x1835f6(0x153)]),_0x3fb490=_0x1835f6(0x14e)+_0x47a96c()+_0x1835f6(0x151);_0xa32a97[_0x1835f6(0x178)][_0x1835f6(0x180)](_0x3fb490,_0x483f17);break;}case _0x1835f6(0x1b6):{_0x429b10[_0x1835f6(0x169)][_0x1835f6(0x189)](_0x3c5c5e),_0x3e12bd[_0x1835f6(0x153)][_0x1835f6(0x1b9)](_0x3c5c5e);const _0x3c4e16=_0x3c5c5e[_0x1835f6(0x183)],_0x3c9a6b=_0x3c5c5e[_0x1835f6(0x1bc)],_0x7a46a6=_0x3e12bd[_0x1835f6(0x153)][_0x1835f6(0x1ba)](_0x3c4e16,_0x3c9a6b),_0x333c02=_0x1835f6(0x14e)+_0x47a96c()+_0x1835f6(0x151);_0xa32a97[_0x1835f6(0x178)][_0x1835f6(0x180)](_0x333c02,_0x7a46a6);break;}case _0x1835f6(0x162):{_0x429b10[_0x1835f6(0x169)][_0x1835f6(0x189)](_0x3c5c5e),_0x3e12bd[_0x1835f6(0x153)][_0x1835f6(0x1b9)](_0x3c5c5e),_0x1a18d5[_0x7ebd98-0x1]&&_0x1835f6(0x1ab)==_0x1a18d5[_0x7ebd98-0x1][_0x1835f6(0x17d)]&&ro(_0xa32a97,_0x3c5c5e);const _0x29f2c8=_0x3c5c5e[_0x1835f6(0x1b0)](),_0x3a46bb=_0x3c5c5e[_0x1835f6(0x191)];for(let _0x5d26e1=0x0;_0x5d26e1<_0x3a46bb;_0x5d26e1++){const _0x26c856=_0x29f2c8[_0x1835f6(0x154)](_0x5d26e1)[_0x1835f6(0x1b4)];_0x142fa5[_0x1835f6(0x16f)](_0x26c856);}break;}case _0x1835f6(0x196):{const _0x5de2a5=_0x3c5c5e[_0x1835f6(0x173)],_0x536665=_0x3c5c5e[_0x1835f6(0x191)],_0x35c221=new _0x1044e1(_0x5de2a5,_0x536665);_0x429b10[_0x1835f6(0x169)][_0x1835f6(0x189)](_0x35c221),_0x3e12bd[_0x1835f6(0x153)][_0x1835f6(0x1b9)](_0x35c221);break;}}}for(const _0x3af2f3 of _0x142fa5){const _0x22844c=_0x3e12bd[_0x1835f6(0x153)][_0x1835f6(0x176)](_0x3af2f3),_0x450238=_0x1835f6(0x1b3)+_0x47a96c()+_0x1835f6(0x151);_0xa32a97[_0x1835f6(0x178)][_0x1835f6(0x180)](_0x450238,_0x54c4a6(_0x22844c,_0x3e12bd[_0x1835f6(0x153)]));}});}(_0x2b1286,_0x60addc,_0xeae213):_0xeae213[_0x3ee7d9(0x153)][_0x3ee7d9(0x193)](_0x14ac91=>{const _0x477096=_0x3ee7d9;for(const _0x5cea8d of _0x2b1286)if(_0x477096(0x196)==_0x5cea8d[_0x477096(0x17d)]){const _0x3b34b6=_0x5cea8d[_0x477096(0x173)],_0x2d20ae=_0x5cea8d[_0x477096(0x191)],_0x5745f5=new _0x1044e1(_0x3b34b6,_0x2d20ae);_0x14ac91[_0x477096(0x169)][_0x477096(0x189)](_0x5745f5),_0xeae213[_0x477096(0x153)][_0x477096(0x1b9)](_0x5745f5);}else{if(_0x477096(0x18a)==_0x5cea8d[_0x477096(0x17d)]){const _0x3dad7e=_0x5cea8d[_0x477096(0x171)],_0x362e95=_0x5cea8d[_0x477096(0x174)];_0x60addc[_0x477096(0x178)][_0x477096(0x180)](_0x3dad7e,_0x362e95);}else _0x5cea8d[_0x477096(0x1bd)]=null,_0x5cea8d[_0x477096(0x17a)]=!0x1,_0x14ac91[_0x477096(0x169)][_0x477096(0x189)](_0x5cea8d),_0xeae213[_0x477096(0x153)][_0x477096(0x1b9)](_0x5cea8d);}});if(_0x38592f){const _0x3cfe3c=getMinimalSelection(_0xeae213,_0x2b1286,_0x60addc);expandSelectionWithContext(_0xeae213[_0x3ee7d9(0x153)],_0x3cfe3c),function(_0x5aa77a,_0x1ba316){const _0x2a631f=_0x3ee7d9,_0x5951ab=_0x1ba316[_0x2a631f(0x1a5)]()[_0x2a631f(0x1b8)];let _0x457461=_0x1ba316[_0x2a631f(0x1a5)]()[_0x2a631f(0x19d)];const _0x2bc194=_0x5951ab[_0x2a631f(0x1b1)];(_0x457461[_0x2a631f(0x188)]||_0x457461[_0x2a631f(0x1b4)]&&_0x457461[_0x2a631f(0x1b4)]['is'](_0x2a631f(0x184)))&&(_0x3b81ca(_0x457461,_0x2a631f(0x1b5)),_0x457461=_0x457461[_0x2a631f(0x154)](0x3)),(_0x5951ab[_0x2a631f(0x188)]||_0x5951ab[_0x2a631f(0x197)]&&_0x5951ab[_0x2a631f(0x197)]['is'](_0x2a631f(0x184)))&&(_0x3b81ca(_0x5951ab,_0x2a631f(0x1b5)),function(_0x3b487c,_0x45eb89,_0x3116a7){const _0x3d71a4=_0x2a631f;for(let [_0x1414d6,_0x2ed4be]of _0x3b487c[_0x3d71a4(0x178)]){const _0x1163b8=_0x2ed4be[_0x3d71a4(0x163)](_0x45eb89,_0x3116a7,!0x1);_0x2ed4be=_0x1163b8[0x0],_0x3b487c[_0x3d71a4(0x178)][_0x3d71a4(0x180)](_0x1414d6,_0x2ed4be);}}(_0x2bc194,_0x5951ab,0x3),_0x5951ab[_0x2a631f(0x18b)]==_0x457461[_0x2a631f(0x18b)]&&(_0x457461=_0x457461[_0x2a631f(0x154)](0x3)));const _0x285992=_0x5aa77a[_0x2a631f(0x1ba)](_0x5aa77a[_0x2a631f(0x17b)](_0x2bc194,0x0),_0x5951ab),_0x2a2197=_0x5aa77a[_0x2a631f(0x1ba)](_0x457461,_0x5aa77a[_0x2a631f(0x17b)](_0x2bc194,_0x2a631f(0x19d))),_0x121673=[..._0x285992[_0x2a631f(0x1a7)](),..._0x2a2197[_0x2a631f(0x1a7)]()];_0x121673[_0x2a631f(0x165)]();for(const _0x4bb99c of _0x121673)_0x2099db(_0x4bb99c),_transformMarkersByDeletion(_0x2bc194,_0x4bb99c);}(_0xeae213[_0x3ee7d9(0x153)],_0x3cfe3c);}const _0x131bdd=_0xeae213[_0x3ee7d9(0x179)][_0x3ee7d9(0x14b)](_0x60addc,{'showSuggestionHighlights':!0x0});return{'content':_0x59662c(_0x131bdd),'hasChanges':!0x0};}(_0x383622,_0x229e57,_0x3b06dd,_0x323acd,_0x25e173);return{'type':_0x925bba[_0x4a8cb7(0x16a)][0x0][_0x4a8cb7(0x17d)],'index':_0x925bba[_0x4a8cb7(0x1a6)],'content':_0xff42f9,'hasChanges':_0x3d0b87};});}function ro(_0x349a11,_0x1bc78a){const _0x5d28a2=_0x50a5;for(const [_0x33a3e4,_0x1e5cf4]of _0x349a11[_0x5d28a2(0x178)]){const _0x184b2=_0x3e53ab[_0x5d28a2(0x199)](_0x1e5cf4[_0x5d28a2(0x192)](_0x1bc78a));_0x349a11[_0x5d28a2(0x178)][_0x5d28a2(0x180)](_0x33a3e4,_0x184b2);}}export function getMinimalSelection(_0x5d144a,_0x21945,_0x5d61e5){const _0x2ce1c1=_0x50a5,_0x5e3b00=_0x5d144a[_0x2ce1c1(0x14a)][_0x2ce1c1(0x170)](_0x2ce1c1(0x15f));let _0xabd46f=_0x5d144a[_0x2ce1c1(0x153)][_0x2ce1c1(0x17b)](_0x5d61e5,Number[_0x2ce1c1(0x18d)]),_0x230a27=_0x5d144a[_0x2ce1c1(0x153)][_0x2ce1c1(0x17b)](_0x5d61e5,0x0);for(const _0x59dd3c of _0x21945){let _0x10fb86,_0x4931bb;if(_0x5e3b00[_0x2ce1c1(0x16c)](_0x59dd3c))_0x10fb86=_0x59dd3c[_0x2ce1c1(0x174)][_0x2ce1c1(0x1b8)],_0x4931bb=_0x59dd3c[_0x2ce1c1(0x174)][_0x2ce1c1(0x19d)];else switch(_0xabd46f=_0xabd46f[_0x2ce1c1(0x192)](_0x59dd3c),_0x230a27=_0x230a27[_0x2ce1c1(0x192)](_0x59dd3c),_0x59dd3c[_0x2ce1c1(0x17d)]){case _0x2ce1c1(0x1ad):_0x10fb86=_0x59dd3c[_0x2ce1c1(0x1aa)],_0x4931bb=_0x10fb86[_0x2ce1c1(0x154)](0x1);break;case _0x2ce1c1(0x190):case _0x2ce1c1(0x17c):case _0x2ce1c1(0x15a):_0x10fb86=_0x59dd3c[_0x2ce1c1(0x155)][_0x2ce1c1(0x1b8)],_0x4931bb=_0x59dd3c[_0x2ce1c1(0x155)][_0x2ce1c1(0x19d)];break;case _0x2ce1c1(0x1ab):_0x10fb86=_0x59dd3c[_0x2ce1c1(0x1aa)],_0x4931bb=_0x10fb86[_0x2ce1c1(0x154)](_0x59dd3c[_0x2ce1c1(0x191)]);break;case _0x2ce1c1(0x1b6):_0x10fb86=_0x59dd3c[_0x2ce1c1(0x183)],_0x4931bb=_0x59dd3c[_0x2ce1c1(0x1bc)];break;case _0x2ce1c1(0x19a):{const _0x4a6532=_0x59dd3c[_0x2ce1c1(0x195)][_0x2ce1c1(0x17e)][_0x2ce1c1(0x15c)](0x0,-0x1);_0x10fb86=_0x5d144a[_0x2ce1c1(0x153)][_0x2ce1c1(0x1a8)](_0x5d61e5,_0x4a6532),_0x4931bb=_0x10fb86[_0x2ce1c1(0x154)](0x1);break;}case _0x2ce1c1(0x196):{const _0xd42cc8=_0x59dd3c[_0x2ce1c1(0x191)],_0x4f20e8=_0x59dd3c[_0x2ce1c1(0x173)][_0x2ce1c1(0x163)](_0x59dd3c[_0x2ce1c1(0x195)],_0xd42cc8),_0x54c7ed=_0x59dd3c[_0x2ce1c1(0x1b0)]();_0x2ce1c1(0x196)==_0x59dd3c[_0x2ce1c1(0x17d)]?(_0x10fb86=_0x4f20e8,_0x4931bb=_0x4f20e8):(_0x10fb86=_0x54c7ed,_0x4931bb=_0x54c7ed[_0x2ce1c1(0x154)](_0xd42cc8));break;}}_0x10fb86&&_0x10fb86[_0x2ce1c1(0x1b7)](_0xabd46f)&&(_0xabd46f=_0x10fb86[_0x2ce1c1(0x152)](),_0xabd46f[_0x2ce1c1(0x16d)]=_0x2ce1c1(0x168)),_0x4931bb&&_0x4931bb[_0x2ce1c1(0x185)](_0x230a27)&&(_0x230a27=_0x4931bb[_0x2ce1c1(0x152)](),_0x230a27[_0x2ce1c1(0x16d)]=_0x2ce1c1(0x168));}return _0x5d144a[_0x2ce1c1(0x153)][_0x2ce1c1(0x166)](_0x5d144a[_0x2ce1c1(0x153)][_0x2ce1c1(0x1ba)](_0xabd46f,_0x230a27));}export function expandSelectionWithContext(_0x51fd67,_0x502b1b){const _0x13e883=_0x50a5;so(_0x51fd67,_0x502b1b,_0x13e883(0x15d));const _0x21eb74=_0x502b1b[_0x13e883(0x1a5)]();_0x502b1b[_0x13e883(0x18e)]([]),_0x502b1b[_0x13e883(0x18e)](_0x21eb74,{'backward':!0x0}),so(_0x51fd67,_0x502b1b,_0x13e883(0x14f));}function _0x8e93(){const _0x26a401=['insert','offset','rename','suggestion:deletion:','oldValue','getMovedRangeStart','root','isRegisteredAttribute','suggestion:formatBlock:$fakeWrap:','nodeAfter','...','split','isBefore','start','applyOperation','createRange','isObject','moveTargetPosition','baseVersion','5560317vCPdTy','suggestion:attribute:','plugins','stringify','_getTransformedByDeletion','schema','suggestion:insertion:','backward','removed',':$aiSuggestion','clone','model','getShiftedBy','range','1779793QXnpIG','newValue','$elementName','length','changeAttribute','114334bphhUh','slice','forward','getOperations','DocumentCompare','children','4290276XlxqMJ','move','_getTransformedByInsertion','element','reverse','createSelection','getDiff','toNone','batch','changes','756440SqYsZc','isMarkedRemoveOperation','stickiness','focus','add','get','name','2kfLKvY','sourcePosition','newRange','10010742HLqBwa','createRangeOn','modifySelection','markers','data','isDocumentOperation','createPositionAt','removeAttribute','type','path','delete','set','word','16CrpEHS','splitPosition','$text','isAfter','4110kcJCcd','10CasULG','textNode','addOperation','marker','parent','$root','POSITIVE_INFINITY','setTo','SuggestionsConversion','addAttribute','howMany','getTransformedByOperation','change','key','targetPosition','remove','nodeBefore','push','_createFromRanges','merge','parse','map','end','cloneNode','node','data-id','new','newName','2138710dDyOiw','isBlock','getFirstRange','index','getMinimalFlatRanges','createPositionFromPath','oldName','position'];_0x8e93=function(){return _0x26a401;};return _0x8e93();}function so(_0x4faa2d,_0x373359,_0x1fc54c){const _0x17d976=_0x50a5;let _0x2c431a=0x14;for(;_0x2c431a;){_0x4faa2d[_0x17d976(0x177)](_0x373359,{'unit':_0x17d976(0x181),'direction':_0x1fc54c}),_0x2c431a--;const _0x922dec=_0x373359[_0x17d976(0x16e)][_0x17d976(0x15d)==_0x1fc54c?_0x17d976(0x197):_0x17d976(0x1b4)];if(_0x922dec&&_0x922dec['is'](_0x17d976(0x164))&&_0x4faa2d[_0x17d976(0x14d)][_0x17d976(0x1a4)](_0x922dec)&&_0x4faa2d[_0x17d976(0x14d)][_0x17d976(0x1bb)](_0x922dec))break;}}export function _transformMarkersByDeletion(_0x37c917,_0x238cd7){const _0x51f7b1=_0x50a5;for(const [_0x4c7e30,_0x3fec71]of _0x37c917[_0x51f7b1(0x178)]){const _0x266f01=_0x3fec71[_0x51f7b1(0x14c)](_0x238cd7[_0x51f7b1(0x1b8)],_0x238cd7[_0x51f7b1(0x19d)][_0x51f7b1(0x1ac)]-_0x238cd7[_0x51f7b1(0x1b8)][_0x51f7b1(0x1ac)]);null!=_0x266f01?_0x37c917[_0x51f7b1(0x178)][_0x51f7b1(0x180)](_0x4c7e30,_0x266f01):_0x37c917[_0x51f7b1(0x178)][_0x51f7b1(0x17f)](_0x4c7e30);}}
23
+ (function(_0x52144c,_0x3f6b27){const _0x5800e5=_0x11b1,_0x516b98=_0x52144c();while(!![]){try{const _0x560cf2=-parseInt(_0x5800e5(0x135))/0x1+-parseInt(_0x5800e5(0x17c))/0x2+parseInt(_0x5800e5(0x17f))/0x3*(-parseInt(_0x5800e5(0x11d))/0x4)+parseInt(_0x5800e5(0x128))/0x5+-parseInt(_0x5800e5(0x15b))/0x6+parseInt(_0x5800e5(0x18d))/0x7+parseInt(_0x5800e5(0x133))/0x8;if(_0x560cf2===_0x3f6b27)break;else _0x516b98['push'](_0x516b98['shift']());}catch(_0x21a294){_0x516b98['push'](_0x516b98['shift']());}}}(_0x2a5a,0x6c096));import{findOne as _0x4e46d5,getAttribute as _0x1fa2d9,Document as _0x5bffcf,serialize as _0x348fd9,parse as _0x3907f9}from'./htmlparser.js';import{fixElementSuggestionRange as _0x9b9033}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x11b1(_0x4f7353,_0x1b5d24){const _0x2a5a87=_0x2a5a();return _0x11b1=function(_0x11b17e,_0x4f0c0c){_0x11b17e=_0x11b17e-0x11b;let _0x2d128e=_0x2a5a87[_0x11b17e];return _0x2d128e;},_0x11b1(_0x4f7353,_0x1b5d24);}import{ModelRange as _0x4e0be,_DetachOperation as _0x58e051,_removeFromModelNodeList as _0x134569,_insertIntoModelNodeList as _0x243d65}from'ckeditor5/src/engine.js';import{uid as _0x4bec7d}from'ckeditor5/src/utils.js';function _0x2a5a(){const _0x29fd91=['remove','splitPosition','key','11689360nfguii','isMarkedRemoveOperation','841520KWUoWc','newRange','element','offset','push','backward','plugins','change','path','getDiff','createPositionAt','$root','...','howMany','createRangeOn','move','isBlock','changeAttribute','length','$text','rename','parse','isBefore','word','nodeAfter','merge','sourcePosition','DocumentCompare','get','schema','moveTargetPosition','data','children','removed','suggestion:formatBlock:$fakeWrap:','slice','isObject','isAfter','3058758wcnYXt','index','split','clone','getShiftedBy','end','root','targetPosition','_createFromRanges','forward','getOperations','position','stickiness','oldValue','model','cloneNode','textNode','marker','toNone','suggestion:insertion:','applyOperation','range','batch','isDocumentOperation','removeAttribute','getMovedRangeStart','insert','SuggestionsConversion','newValue','add','reverse','nodeBefore','isRegisteredAttribute','136794MUOFsv','parent','_getTransformedByDeletion','32469XuNfft','POSITIVE_INFINITY','getFirstRange','stringify','changes','suggestion:attribute:','addOperation','createSelection','$elementName','createRange','getTransformedByOperation','suggestion:deletion:','new','delete','4019799MkMXkj','start','oldName','176exshQb',':$aiSuggestion','newName','markers','node','set','baseVersion','modifySelection','setTo','addAttribute','type','1515065vXqRZy','_getTransformedByInsertion','getMinimalFlatRanges','createPositionFromPath','focus','map','data-id','name'];_0x2a5a=function(){return _0x29fd91;};return _0x2a5a();}export function getSuggestionPartsFromReply({editor:_0x1be475,changeGroups:_0x1d4651,documentContextContent:_0x414d0d,showDiff:_0x446326,trimUnchanged:_0x8be6a2=!0x0}){const _0x2b3473=_0x11b1;return _0x1d4651[_0x2b3473(0x12d)](_0x51dbae=>{const _0x1a59d4=_0x2b3473,_0x31b0c8=new _0x5bffcf([]),_0x5c559b=new _0x5bffcf([]);for(const _0x23533b of _0x51dbae[_0x1a59d4(0x183)])if(_0x446326&&_0x1a59d4(0x156)==_0x23533b[_0x1a59d4(0x127)]||_0x5c559b[_0x1a59d4(0x155)][_0x1a59d4(0x139)](_0x23533b[_0x1a59d4(0x121)][_0x1a59d4(0x16a)](!0x0)),_0x1a59d4(0x18b)!=_0x23533b[_0x1a59d4(0x127)]&&(_0x446326||_0x1a59d4(0x156)!=_0x23533b[_0x1a59d4(0x127)])){const _0x40765b=_0x4e46d5(_0x1c5390=>_0x1fa2d9(_0x1c5390,_0x1a59d4(0x12e))==_0x23533b['id'],_0x414d0d,!0x0);_0x40765b&&_0x31b0c8[_0x1a59d4(0x155)][_0x1a59d4(0x139)](_0x40765b[_0x1a59d4(0x16a)](!0x0));}const {content:_0x5b584c,hasChanges:_0x17c1ed}=function(_0x270efd,_0x3c1efe,_0x436982,_0x4eae9c,_0x1a9964=!0x0){const _0x166a07=_0x1a59d4,_0x53cf48=_0x270efd[_0x166a07(0x13b)][_0x166a07(0x151)](_0x166a07(0x150)),_0x1e455f=_0x348fd9(_0x3c1efe),_0x473ae1=_0x348fd9(_0x436982),_0x31a933=_0x270efd[_0x166a07(0x154)][_0x166a07(0x14a)](_0x1e455f,_0x166a07(0x140)),_0x3aa0d0=_0x270efd[_0x166a07(0x169)][_0x166a07(0x13f)](_0x31a933,0x0),_0x2af259=_0x53cf48[_0x166a07(0x13e)](_0x1e455f,_0x473ae1,{'anchor':_0x3aa0d0,'markDeletions':_0x4eae9c}),_0x3528ea=_0x2af259[_0x166a07(0x165)]();if(0x0==_0x3528ea[_0x166a07(0x147)])return{'content':_0x3c1efe[_0x166a07(0x16a)](!0x0),'hasChanges':!0x1};_0x4eae9c?function(_0x7fba2c,_0x184061,_0x4aafa5){const _0x8f5680=_0x166a07;if(0x0==_0x7fba2c[_0x8f5680(0x147)])return;const _0x83b04f=_0x4aafa5[_0x8f5680(0x13b)][_0x8f5680(0x151)](_0x8f5680(0x150)),_0x1c6fb0=_0x4aafa5[_0x8f5680(0x13b)][_0x8f5680(0x151)](_0x8f5680(0x176));_0x4aafa5[_0x8f5680(0x169)][_0x8f5680(0x13c)](_0x1a8969=>{const _0x15e4b8=_0x8f5680,_0x3b1238=new Set();for(let _0x44c3c5=0x0;_0x44c3c5<_0x7fba2c[_0x15e4b8(0x147)];_0x44c3c5++){const _0x20ecfa=_0x7fba2c[_0x44c3c5];if(_0x20ecfa[_0x15e4b8(0x123)]=null,_0x20ecfa[_0x15e4b8(0x172)]=!0x1,_0x83b04f[_0x15e4b8(0x134)](_0x20ecfa)){const _0x9931c2=_0x9b9033(_0x20ecfa[_0x15e4b8(0x136)],_0x4aafa5[_0x15e4b8(0x169)]),_0x978398=_0x15e4b8(0x18a)+_0x4bec7d()+_0x15e4b8(0x11e);_0x184061[_0x15e4b8(0x120)][_0x15e4b8(0x122)](_0x978398,_0x9931c2);}else switch(_0x20ecfa[_0x15e4b8(0x127)]){case _0x15e4b8(0x149):{if(_0x20ecfa[_0x15e4b8(0x11c)]==_0x20ecfa[_0x15e4b8(0x11f)])break;_0x1a8969[_0x15e4b8(0x171)][_0x15e4b8(0x185)](_0x20ecfa),_0x4aafa5[_0x15e4b8(0x169)][_0x15e4b8(0x16f)](_0x20ecfa);const _0xae56ef=_0x15e4b8(0x187),_0x26bd57=_0x20ecfa[_0x15e4b8(0x166)],_0x2a5aea=_0x4aafa5[_0x15e4b8(0x169)][_0x15e4b8(0x188)](_0x26bd57,_0x4aafa5[_0x15e4b8(0x169)][_0x15e4b8(0x13f)](_0x26bd57[_0x15e4b8(0x14d)],_0x15e4b8(0x160))),_0x2daa73=_0x15e4b8(0x184)+_0xae56ef+':'+_0x4bec7d()+_0x15e4b8(0x11e);_0x184061[_0x15e4b8(0x120)][_0x15e4b8(0x122)](_0x2daa73,_0x2a5aea);break;}case _0x15e4b8(0x126):case _0x15e4b8(0x173):case _0x15e4b8(0x146):{if(_0x20ecfa[_0x15e4b8(0x168)]==_0x20ecfa[_0x15e4b8(0x177)])break;_0x1a8969[_0x15e4b8(0x171)][_0x15e4b8(0x185)](_0x20ecfa),_0x4aafa5[_0x15e4b8(0x169)][_0x15e4b8(0x16f)](_0x20ecfa);const _0x35ea34=_0x20ecfa[_0x15e4b8(0x132)];if(!_0x1c6fb0[_0x15e4b8(0x17b)](_0x35ea34))break;const _0x2ec31b=_0x9b9033(_0x20ecfa[_0x15e4b8(0x170)],_0x4aafa5[_0x15e4b8(0x169)]),_0x54c0ab=_0x15e4b8(0x184)+_0x35ea34+':'+_0x4bec7d()+_0x15e4b8(0x11e);_0x184061[_0x15e4b8(0x120)][_0x15e4b8(0x122)](_0x54c0ab,_0x2ec31b);break;}case _0x15e4b8(0x175):{_0x1a8969[_0x15e4b8(0x171)][_0x15e4b8(0x185)](_0x20ecfa),_0x4aafa5[_0x15e4b8(0x169)][_0x15e4b8(0x16f)](_0x20ecfa);if(_0x7fba2c[_0x44c3c5+0x1]&&_0x15e4b8(0x144)==_0x7fba2c[_0x44c3c5+0x1][_0x15e4b8(0x127)]){ro(_0x184061,_0x20ecfa);break;}const _0x476cde=_0x20ecfa[_0x15e4b8(0x166)],_0x5e4c14=_0x20ecfa[_0x15e4b8(0x142)],_0x1bd52c=_0x9b9033(_0x4aafa5[_0x15e4b8(0x169)][_0x15e4b8(0x188)](_0x476cde,_0x476cde[_0x15e4b8(0x15f)](_0x5e4c14)),_0x4aafa5[_0x15e4b8(0x169)]),_0x1ddba3=_0x15e4b8(0x16e)+_0x4bec7d()+_0x15e4b8(0x11e);_0x184061[_0x15e4b8(0x120)][_0x15e4b8(0x122)](_0x1ddba3,_0x1bd52c);break;}case _0x15e4b8(0x15d):{_0x1a8969[_0x15e4b8(0x171)][_0x15e4b8(0x185)](_0x20ecfa),_0x4aafa5[_0x15e4b8(0x169)][_0x15e4b8(0x16f)](_0x20ecfa);const _0x52050b=_0x20ecfa[_0x15e4b8(0x131)],_0x4063cc=_0x20ecfa[_0x15e4b8(0x153)],_0x533afb=_0x4aafa5[_0x15e4b8(0x169)][_0x15e4b8(0x188)](_0x52050b,_0x4063cc),_0xf5ba1a=_0x15e4b8(0x16e)+_0x4bec7d()+_0x15e4b8(0x11e);_0x184061[_0x15e4b8(0x120)][_0x15e4b8(0x122)](_0xf5ba1a,_0x533afb);break;}case _0x15e4b8(0x144):{_0x1a8969[_0x15e4b8(0x171)][_0x15e4b8(0x185)](_0x20ecfa),_0x4aafa5[_0x15e4b8(0x169)][_0x15e4b8(0x16f)](_0x20ecfa),_0x7fba2c[_0x44c3c5-0x1]&&_0x15e4b8(0x175)==_0x7fba2c[_0x44c3c5-0x1][_0x15e4b8(0x127)]&&ro(_0x184061,_0x20ecfa);const _0x12461e=_0x20ecfa[_0x15e4b8(0x174)](),_0x5ebe3d=_0x20ecfa[_0x15e4b8(0x142)];for(let _0x306e4f=0x0;_0x306e4f<_0x5ebe3d;_0x306e4f++){const _0x5ea1e5=_0x12461e[_0x15e4b8(0x15f)](_0x306e4f)[_0x15e4b8(0x14d)];_0x3b1238[_0x15e4b8(0x178)](_0x5ea1e5);}break;}case _0x15e4b8(0x130):{const _0x1bba2d=_0x20ecfa[_0x15e4b8(0x14f)],_0x409502=_0x20ecfa[_0x15e4b8(0x142)],_0x16398f=new _0x58e051(_0x1bba2d,_0x409502);_0x1a8969[_0x15e4b8(0x171)][_0x15e4b8(0x185)](_0x16398f),_0x4aafa5[_0x15e4b8(0x169)][_0x15e4b8(0x16f)](_0x16398f);break;}}}for(const _0x1b9314 of _0x3b1238){const _0x2ab790=_0x4aafa5[_0x15e4b8(0x169)][_0x15e4b8(0x143)](_0x1b9314),_0x107f42=_0x15e4b8(0x157)+_0x4bec7d()+_0x15e4b8(0x11e);_0x184061[_0x15e4b8(0x120)][_0x15e4b8(0x122)](_0x107f42,_0x9b9033(_0x2ab790,_0x4aafa5[_0x15e4b8(0x169)]));}});}(_0x3528ea,_0x31a933,_0x270efd):_0x270efd[_0x166a07(0x169)][_0x166a07(0x13c)](_0x59a46a=>{const _0x207fe2=_0x166a07;for(const _0x2f452b of _0x3528ea)if(_0x207fe2(0x130)==_0x2f452b[_0x207fe2(0x127)]){const _0x199d52=_0x2f452b[_0x207fe2(0x14f)],_0x4717a2=_0x2f452b[_0x207fe2(0x142)],_0x32b891=new _0x58e051(_0x199d52,_0x4717a2);_0x59a46a[_0x207fe2(0x171)][_0x207fe2(0x185)](_0x32b891),_0x270efd[_0x207fe2(0x169)][_0x207fe2(0x16f)](_0x32b891);}else{if(_0x207fe2(0x16c)==_0x2f452b[_0x207fe2(0x127)]){const _0xc278e7=_0x2f452b[_0x207fe2(0x12f)],_0x17fd3f=_0x2f452b[_0x207fe2(0x136)];_0x31a933[_0x207fe2(0x120)][_0x207fe2(0x122)](_0xc278e7,_0x17fd3f);}else _0x2f452b[_0x207fe2(0x123)]=null,_0x2f452b[_0x207fe2(0x172)]=!0x1,_0x59a46a[_0x207fe2(0x171)][_0x207fe2(0x185)](_0x2f452b),_0x270efd[_0x207fe2(0x169)][_0x207fe2(0x16f)](_0x2f452b);}});if(_0x1a9964){const _0x5d760f=getMinimalSelection(_0x270efd,_0x3528ea,_0x31a933);expandSelectionWithContext(_0x270efd[_0x166a07(0x169)],_0x5d760f),function(_0x78306c,_0x8132a9){const _0xa0ff14=_0x166a07,_0x19120e=_0x8132a9[_0xa0ff14(0x181)]()[_0xa0ff14(0x11b)];let _0x463d92=_0x8132a9[_0xa0ff14(0x181)]()[_0xa0ff14(0x160)];const _0x2db216=_0x19120e[_0xa0ff14(0x161)];(_0x463d92[_0xa0ff14(0x16b)]||_0x463d92[_0xa0ff14(0x14d)]&&_0x463d92[_0xa0ff14(0x14d)]['is'](_0xa0ff14(0x148)))&&(_0x243d65(_0x463d92,_0xa0ff14(0x141)),_0x463d92=_0x463d92[_0xa0ff14(0x15f)](0x3)),(_0x19120e[_0xa0ff14(0x16b)]||_0x19120e[_0xa0ff14(0x17a)]&&_0x19120e[_0xa0ff14(0x17a)]['is'](_0xa0ff14(0x148)))&&(_0x243d65(_0x19120e,_0xa0ff14(0x141)),function(_0x5bdd69,_0x14e770,_0x40b651){const _0x48e5f2=_0xa0ff14;for(let [_0x1ad15d,_0x4c28de]of _0x5bdd69[_0x48e5f2(0x120)]){const _0x296542=_0x4c28de[_0x48e5f2(0x129)](_0x14e770,_0x40b651,!0x1);_0x4c28de=_0x296542[0x0],_0x5bdd69[_0x48e5f2(0x120)][_0x48e5f2(0x122)](_0x1ad15d,_0x4c28de);}}(_0x2db216,_0x19120e,0x3),_0x19120e[_0xa0ff14(0x17d)]==_0x463d92[_0xa0ff14(0x17d)]&&(_0x463d92=_0x463d92[_0xa0ff14(0x15f)](0x3)));const _0x2048ad=_0x78306c[_0xa0ff14(0x188)](_0x78306c[_0xa0ff14(0x13f)](_0x2db216,0x0),_0x19120e),_0x30534f=_0x78306c[_0xa0ff14(0x188)](_0x463d92,_0x78306c[_0xa0ff14(0x13f)](_0x2db216,_0xa0ff14(0x160))),_0x3a605e=[..._0x2048ad[_0xa0ff14(0x12a)](),..._0x30534f[_0xa0ff14(0x12a)]()];_0x3a605e[_0xa0ff14(0x179)]();for(const _0x5dfc44 of _0x3a605e)_0x134569(_0x5dfc44),_transformMarkersByDeletion(_0x2db216,_0x5dfc44);}(_0x270efd[_0x166a07(0x169)],_0x5d760f);}const _0x40c58d=_0x270efd[_0x166a07(0x154)][_0x166a07(0x182)](_0x31a933,{'showSuggestionHighlights':!0x0});return{'content':_0x3907f9(_0x40c58d),'hasChanges':!0x0};}(_0x1be475,_0x31b0c8,_0x5c559b,_0x446326,_0x8be6a2);return{'type':_0x51dbae[_0x1a59d4(0x183)][0x0][_0x1a59d4(0x127)],'index':_0x51dbae[_0x1a59d4(0x15c)],'content':_0x5b584c,'hasChanges':_0x17c1ed};});}function ro(_0x3ab6c9,_0x5352fa){const _0x260804=_0x11b1;for(const [_0x21d786,_0x427d2f]of _0x3ab6c9[_0x260804(0x120)]){const _0x462cb3=_0x4e0be[_0x260804(0x163)](_0x427d2f[_0x260804(0x189)](_0x5352fa));_0x3ab6c9[_0x260804(0x120)][_0x260804(0x122)](_0x21d786,_0x462cb3);}}export function getMinimalSelection(_0x4d18a0,_0x550ed5,_0x5baca4){const _0x39d3be=_0x11b1,_0x551839=_0x4d18a0[_0x39d3be(0x13b)][_0x39d3be(0x151)](_0x39d3be(0x150));let _0x258a42=_0x4d18a0[_0x39d3be(0x169)][_0x39d3be(0x13f)](_0x5baca4,Number[_0x39d3be(0x180)]),_0x43855c=_0x4d18a0[_0x39d3be(0x169)][_0x39d3be(0x13f)](_0x5baca4,0x0);for(const _0x570b7e of _0x550ed5){let _0xd962fe,_0x3e3690;if(_0x551839[_0x39d3be(0x134)](_0x570b7e))_0xd962fe=_0x570b7e[_0x39d3be(0x136)][_0x39d3be(0x11b)],_0x3e3690=_0x570b7e[_0x39d3be(0x136)][_0x39d3be(0x160)];else switch(_0x258a42=_0x258a42[_0x39d3be(0x189)](_0x570b7e),_0x43855c=_0x43855c[_0x39d3be(0x189)](_0x570b7e),_0x570b7e[_0x39d3be(0x127)]){case _0x39d3be(0x149):_0xd962fe=_0x570b7e[_0x39d3be(0x166)],_0x3e3690=_0xd962fe[_0x39d3be(0x15f)](0x1);break;case _0x39d3be(0x126):case _0x39d3be(0x173):case _0x39d3be(0x146):_0xd962fe=_0x570b7e[_0x39d3be(0x170)][_0x39d3be(0x11b)],_0x3e3690=_0x570b7e[_0x39d3be(0x170)][_0x39d3be(0x160)];break;case _0x39d3be(0x175):_0xd962fe=_0x570b7e[_0x39d3be(0x166)],_0x3e3690=_0xd962fe[_0x39d3be(0x15f)](_0x570b7e[_0x39d3be(0x142)]);break;case _0x39d3be(0x15d):_0xd962fe=_0x570b7e[_0x39d3be(0x131)],_0x3e3690=_0x570b7e[_0x39d3be(0x153)];break;case _0x39d3be(0x14e):{const _0x4391d8=_0x570b7e[_0x39d3be(0x162)][_0x39d3be(0x13d)][_0x39d3be(0x158)](0x0,-0x1);_0xd962fe=_0x4d18a0[_0x39d3be(0x169)][_0x39d3be(0x12b)](_0x5baca4,_0x4391d8),_0x3e3690=_0xd962fe[_0x39d3be(0x15f)](0x1);break;}case _0x39d3be(0x130):{const _0x3c265e=_0x570b7e[_0x39d3be(0x142)],_0x1723e2=_0x570b7e[_0x39d3be(0x14f)][_0x39d3be(0x129)](_0x570b7e[_0x39d3be(0x162)],_0x3c265e),_0x1599fe=_0x570b7e[_0x39d3be(0x174)]();_0x39d3be(0x130)==_0x570b7e[_0x39d3be(0x127)]?(_0xd962fe=_0x1723e2,_0x3e3690=_0x1723e2):(_0xd962fe=_0x1599fe,_0x3e3690=_0x1599fe[_0x39d3be(0x15f)](_0x3c265e));break;}}_0xd962fe&&_0xd962fe[_0x39d3be(0x14b)](_0x258a42)&&(_0x258a42=_0xd962fe[_0x39d3be(0x15e)](),_0x258a42[_0x39d3be(0x167)]=_0x39d3be(0x16d)),_0x3e3690&&_0x3e3690[_0x39d3be(0x15a)](_0x43855c)&&(_0x43855c=_0x3e3690[_0x39d3be(0x15e)](),_0x43855c[_0x39d3be(0x167)]=_0x39d3be(0x16d));}return _0x4d18a0[_0x39d3be(0x169)][_0x39d3be(0x186)](_0x4d18a0[_0x39d3be(0x169)][_0x39d3be(0x188)](_0x258a42,_0x43855c));}export function expandSelectionWithContext(_0x7e7c5b,_0x2f9509){const _0x4d88ef=_0x11b1;so(_0x7e7c5b,_0x2f9509,_0x4d88ef(0x164));const _0xbab442=_0x2f9509[_0x4d88ef(0x181)]();_0x2f9509[_0x4d88ef(0x125)]([]),_0x2f9509[_0x4d88ef(0x125)](_0xbab442,{'backward':!0x0}),so(_0x7e7c5b,_0x2f9509,_0x4d88ef(0x13a));}function so(_0x5f52c9,_0xa194c5,_0x5bef97){const _0x3af363=_0x11b1;let _0x39d9b0=0x14;for(;_0x39d9b0;){_0x5f52c9[_0x3af363(0x124)](_0xa194c5,{'unit':_0x3af363(0x14c),'direction':_0x5bef97}),_0x39d9b0--;const _0x3a00d9=_0xa194c5[_0x3af363(0x12c)][_0x3af363(0x164)==_0x5bef97?_0x3af363(0x17a):_0x3af363(0x14d)];if(_0x3a00d9&&_0x3a00d9['is'](_0x3af363(0x137))&&_0x5f52c9[_0x3af363(0x152)][_0x3af363(0x145)](_0x3a00d9)&&_0x5f52c9[_0x3af363(0x152)][_0x3af363(0x159)](_0x3a00d9))break;}}export function _transformMarkersByDeletion(_0x763193,_0x58d1d3){const _0x236a17=_0x11b1;for(const [_0x40ca01,_0x2e0f0e]of _0x763193[_0x236a17(0x120)]){const _0xdf0248=_0x2e0f0e[_0x236a17(0x17e)](_0x58d1d3[_0x236a17(0x11b)],_0x58d1d3[_0x236a17(0x160)][_0x236a17(0x138)]-_0x58d1d3[_0x236a17(0x11b)][_0x236a17(0x138)]);null!=_0xdf0248?_0x763193[_0x236a17(0x120)][_0x236a17(0x122)](_0x40ca01,_0xdf0248):_0x763193[_0x236a17(0x120)][_0x236a17(0x18c)](_0x40ca01);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x38cf4f,_0x48dcad){const _0x1a0bf4=_0x2e60,_0x27fdfb=_0x38cf4f();while(!![]){try{const _0x49f025=parseInt(_0x1a0bf4(0xe9))/0x1*(parseInt(_0x1a0bf4(0xd7))/0x2)+parseInt(_0x1a0bf4(0xe5))/0x3+-parseInt(_0x1a0bf4(0xdc))/0x4+parseInt(_0x1a0bf4(0xd6))/0x5*(parseInt(_0x1a0bf4(0xea))/0x6)+-parseInt(_0x1a0bf4(0xd8))/0x7*(parseInt(_0x1a0bf4(0xd5))/0x8)+parseInt(_0x1a0bf4(0xde))/0x9+-parseInt(_0x1a0bf4(0xe6))/0xa;if(_0x49f025===_0x48dcad)break;else _0x27fdfb['push'](_0x27fdfb['shift']());}catch(_0x4ebe11){_0x27fdfb['push'](_0x27fdfb['shift']());}}}(_0x29ce,0xb6481));import{parseDocument as _0x5bb895}from'htmlparser2';import{append as _0x2977d9,appendChild as _0x5e7eb6,find as _0x25e3b8,findAll as _0x4f4fc8,findOne as _0x20f9a0,getChildren as _0x1185ba,isComment as _0x4ecac2,isTag as _0x51db24,prepend as _0x1cfc8b,prependChild as _0x3c1571,removeElement as _0x20287d,replaceElement as _0x356171,textContent as _0x3abce8,getParent as _0x3f95ca,hasChildren as _0x340548}from'domutils';import _0x2cbbc3 from'dom-serializer';import{cloneNode as _0x42edcc,isDocument as _0x15e15a,isText as _0x343186,Element as _0x39c84a,Text as _0x3a454a,Document as _0x265cd5,NodeWithChildren as _0x253c20}from'domhandler';export{_0x42edcc as cloneNode,_0x25e3b8 as find,_0x20f9a0 as findOne,_0x4f4fc8 as findAll,_0x1185ba as getChildren,_0x3f95ca as getParent,_0x4ecac2 as isComment,_0x15e15a as isDocument,_0x51db24 as isTag,_0x343186 as isText,_0x2977d9 as append,_0x5e7eb6 as appendChild,_0x1cfc8b as prepend,_0x3c1571 as prependChild,_0x2cbbc3 as render,_0x20287d as removeElement,_0x356171 as replaceElement,_0x3abce8 as textContent,_0x340548 as hasChildren,_0x39c84a as Element,_0x265cd5 as Document,_0x253c20 as NodeWithChildren,_0x3a454a as Text};export function parse(_0x344fba){return _0x5bb895(_0x344fba);}export function serialize(_0x5088ec){return _0x2cbbc3(_0x5088ec);}export function findByAttribute(_0x1fa3c3,_0x11f186,_0x47271e){const _0x8094bd=_0x2e60,_0x50cc0d=null!==_0x11f186?_0x4781b8=>_0x4781b8[_0x8094bd(0xe7)][_0x1fa3c3]===_0x11f186:_0x1e7e1b=>Boolean(_0x1e7e1b[_0x8094bd(0xe7)][_0x1fa3c3]);return _0x20f9a0(_0x18301e=>_0x51db24(_0x18301e)&&_0x50cc0d(_0x18301e),_0x47271e);}export function findAllByAttribute(_0x3097ad,_0x47e310,_0x215f37){const _0x416a88=_0x2e60,_0x19a315=null!==_0x47e310?_0x592e70=>_0x592e70[_0x416a88(0xe7)][_0x3097ad]===_0x47e310:_0x49818e=>Boolean(_0x49818e[_0x416a88(0xe7)][_0x3097ad]);return _0x4f4fc8(_0x13aea1=>_0x51db24(_0x13aea1)&&_0x19a315(_0x13aea1),_0x215f37);}export function findAllComments(_0x5b50d4){return _0x25e3b8(_0x1d9dd0=>_0x4ecac2(_0x1d9dd0),_0x5b50d4,!0x0,0x1/0x0);}export function getAttribute(_0x33b33a,_0x393308){const _0x1657b9=_0x2e60;return _0x33b33a&&_0x51db24(_0x33b33a)?_0x33b33a[_0x1657b9(0xe7)][_0x393308]:null;}export function setAttribute(_0x8ff616,_0x3c94f4,_0x52b6c8){const _0x4c6ec1=_0x2e60;_0x51db24(_0x8ff616)&&(null===_0x52b6c8?delete _0x8ff616[_0x4c6ec1(0xe7)][_0x3c94f4]:_0x8ff616[_0x4c6ec1(0xe7)][_0x3c94f4]=_0x52b6c8);}export function insertElement(_0x2c843b,_0x3aff22,_0x190594){const _0x5cf99f=_0x2e60,_0x118829=_0x3aff22[_0x5cf99f(0xe4)](!0x0);_0x5cf99f(0xdd)===_0x190594?_0x1cfc8b(_0x2c843b,_0x118829):_0x5cf99f(0xe8)===_0x190594?_0x3c1571(_0x2c843b,_0x118829):_0x5cf99f(0xda)===_0x190594?_0x5e7eb6(_0x2c843b,_0x118829):_0x5cf99f(0xec)===_0x190594&&_0x2977d9(_0x2c843b,_0x118829);}export function moveElement(_0x193736,_0x855715){_0x20287d(_0x193736),_0x356171(_0x855715,_0x193736);}export function clone(_0x482374){const _0x1b2570=_0x2e60;return _0x482374[_0x1b2570(0xe4)](!0x0);}export function getParents(_0x6fe1ce){const _0x36bbc5=_0x2e60,_0x2232aa=[];let _0x2a53bc=_0x6fe1ce;for(;_0x2a53bc;)_0x2a53bc=_0x3f95ca(_0x2a53bc),_0x2a53bc&&_0x2232aa[_0x36bbc5(0xe3)](_0x2a53bc);return _0x2232aa;}export function normalizeHTML(_0x4e25f4){const _0x4025=_0x2e60;return _0x4e25f4[_0x4025(0xe0)](/^\s+/gm,'')[_0x4025(0xe0)](/\s+$/gm,'')[_0x4025(0xe0)](/\n*/g,'')[_0x4025(0xe0)](/\s+/g,'\x20')[_0x4025(0xe0)](/>\s*</g,'><');}export function areNodesSame(_0x41b304,_0x251a3b){return normalizeHTML(serialize(_0x41b304))===normalizeHTML(serialize(_0x251a3b));}export function getNodeNestingLevel(_0x23dad8){const _0x43f231=_0x2e60;let _0x4fc4ea=0x0;for(;_0x23dad8[_0x43f231(0xd9)];)_0x23dad8=_0x23dad8[_0x43f231(0xd9)],_0x4fc4ea++;return _0x4fc4ea;}export function removeElementsAfter(_0x1be426){const _0x4409e3=_0x2e60,_0x525e03=[];let _0x362d63=_0x1be426[_0x4409e3(0xd4)];for(;_0x362d63;)_0x525e03[_0x4409e3(0xe3)](_0x362d63),_0x362d63=_0x362d63[_0x4409e3(0xd4)];_0x525e03[_0x4409e3(0xdf)](_0x3cb735=>{_0x20287d(_0x3cb735);});}function _0x2e60(_0x5dc2fe,_0x18a67e){const _0x29ced8=_0x29ce();return _0x2e60=function(_0x2e602a,_0x2c768a){_0x2e602a=_0x2e602a-0xd4;let _0x1ddc1a=_0x29ced8[_0x2e602a];return _0x1ddc1a;},_0x2e60(_0x5dc2fe,_0x18a67e);}export function getNodePath(_0x3e9a24){const _0x2064d3=_0x2e60;return[_0x3e9a24,...getParents(_0x3e9a24)][_0x2064d3(0xe1)](0x0,-0x1)[_0x2064d3(0xe2)](_0x5ea329=>{const _0x347d6f=_0x2064d3,_0x19461e=_0x3f95ca(_0x5ea329);return _0x1185ba(_0x19461e)[_0x347d6f(0xeb)](_0x5ea329);})[_0x2064d3(0xdb)]();}function _0x29ce(){const _0x9d209f=['nextSibling','8WyrFgN','5914615ufIlJX','8FUPJuT','6594063zZFLNz','parentNode','beforeend','reverse','3690940hGKvSX','beforebegin','5165361zgqfqM','forEach','replace','slice','map','push','cloneNode','3432402qiwhto','16198570GZbeHr','attribs','afterbegin','332560kRBEDV','6NcPuaE','indexOf','afterend'];_0x29ce=function(){return _0x9d209f;};return _0x29ce();}
23
+ (function(_0x1d8b56,_0x53e729){const _0x583814=_0x1443,_0x4e4b39=_0x1d8b56();while(!![]){try{const _0x16a6a9=-parseInt(_0x583814(0x142))/0x1+parseInt(_0x583814(0x14a))/0x2*(-parseInt(_0x583814(0x157))/0x3)+parseInt(_0x583814(0x14d))/0x4*(-parseInt(_0x583814(0x145))/0x5)+parseInt(_0x583814(0x159))/0x6+parseInt(_0x583814(0x143))/0x7+-parseInt(_0x583814(0x149))/0x8+-parseInt(_0x583814(0x156))/0x9*(-parseInt(_0x583814(0x146))/0xa);if(_0x16a6a9===_0x53e729)break;else _0x4e4b39['push'](_0x4e4b39['shift']());}catch(_0x1666e3){_0x4e4b39['push'](_0x4e4b39['shift']());}}}(_0x31eb,0xb9f67));import{parseDocument as _0x22a3a6}from'htmlparser2';import{append as _0x48e68e,appendChild as _0x5c2016,find as _0x593854,findAll as _0x4cbf35,findOne as _0x20f2a0,getChildren as _0xb0e799,isComment as _0x3e1add,isTag as _0x398f0d,prepend as _0xc1f962,prependChild as _0x36defd,removeElement as _0x208761,replaceElement as _0x14e638,textContent as _0xbd54c3,getParent as _0x395a20,hasChildren as _0x2ef243}from'domutils';import _0x5825b0 from'dom-serializer';function _0x1443(_0x4cf7b2,_0x4374df){const _0x31eb67=_0x31eb();return _0x1443=function(_0x14430a,_0x26a852){_0x14430a=_0x14430a-0x142;let _0x2f79d3=_0x31eb67[_0x14430a];return _0x2f79d3;},_0x1443(_0x4cf7b2,_0x4374df);}import{cloneNode as _0x1013e4,isDocument as _0x121220,isText as _0x16a2ab,Element as _0x13ed0e,Text as _0x1b0ef4,Document as _0x5ce902,NodeWithChildren as _0x5bb2ac}from'domhandler';export{_0x1013e4 as cloneNode,_0x593854 as find,_0x20f2a0 as findOne,_0x4cbf35 as findAll,_0xb0e799 as getChildren,_0x395a20 as getParent,_0x3e1add as isComment,_0x121220 as isDocument,_0x398f0d as isTag,_0x16a2ab as isText,_0x48e68e as append,_0x5c2016 as appendChild,_0xc1f962 as prepend,_0x36defd as prependChild,_0x5825b0 as render,_0x208761 as removeElement,_0x14e638 as replaceElement,_0xbd54c3 as textContent,_0x2ef243 as hasChildren,_0x13ed0e as Element,_0x5ce902 as Document,_0x5bb2ac as NodeWithChildren,_0x1b0ef4 as Text};export function parse(_0x2b6e80){return _0x22a3a6(_0x2b6e80);}export function serialize(_0x32f277){return _0x5825b0(_0x32f277);}export function findByAttribute(_0x11bf55,_0x3c5aab,_0x19435d){const _0x51eebb=_0x1443,_0x21f587=null!==_0x3c5aab?_0xdbf8db=>_0xdbf8db[_0x51eebb(0x158)][_0x11bf55]===_0x3c5aab:_0x21e6d5=>Boolean(_0x21e6d5[_0x51eebb(0x158)][_0x11bf55]);return _0x20f2a0(_0x53aaa5=>_0x398f0d(_0x53aaa5)&&_0x21f587(_0x53aaa5),_0x19435d);}export function findAllByAttribute(_0x5df277,_0x41e91a,_0x572b28){const _0x7374e3=_0x1443,_0x779a15=null!==_0x41e91a?_0xd00200=>_0xd00200[_0x7374e3(0x158)][_0x5df277]===_0x41e91a:_0x1f0846=>Boolean(_0x1f0846[_0x7374e3(0x158)][_0x5df277]);return _0x4cbf35(_0x285cc0=>_0x398f0d(_0x285cc0)&&_0x779a15(_0x285cc0),_0x572b28);}export function findAllComments(_0x560ea7){return _0x593854(_0x3fcc48=>_0x3e1add(_0x3fcc48),_0x560ea7,!0x0,0x1/0x0);}export function getAttribute(_0xa1c79,_0x32af31){const _0x54cecd=_0x1443;return _0xa1c79&&_0x398f0d(_0xa1c79)?_0xa1c79[_0x54cecd(0x158)][_0x32af31]:null;}export function setAttribute(_0x186447,_0x12e7b6,_0x737fe2){const _0x2b028b=_0x1443;_0x398f0d(_0x186447)&&(null===_0x737fe2?delete _0x186447[_0x2b028b(0x158)][_0x12e7b6]:_0x186447[_0x2b028b(0x158)][_0x12e7b6]=_0x737fe2);}export function insertElement(_0x2797a8,_0x1aa1f3,_0x51b073){const _0x3e79bb=_0x1443,_0x100064=_0x1aa1f3[_0x3e79bb(0x14f)](!0x0);_0x3e79bb(0x150)===_0x51b073?_0xc1f962(_0x2797a8,_0x100064):_0x3e79bb(0x14c)===_0x51b073?_0x36defd(_0x2797a8,_0x100064):_0x3e79bb(0x155)===_0x51b073?_0x5c2016(_0x2797a8,_0x100064):_0x3e79bb(0x14e)===_0x51b073&&_0x48e68e(_0x2797a8,_0x100064);}export function moveElement(_0x5a4605,_0xb851c9){_0x208761(_0x5a4605),_0x14e638(_0xb851c9,_0x5a4605);}export function clone(_0xc7e754){const _0x15e6eb=_0x1443;return _0xc7e754[_0x15e6eb(0x14f)](!0x0);}export function getParents(_0xb5f813){const _0x1c4fdf=_0x1443,_0x214933=[];let _0x550a27=_0xb5f813;for(;_0x550a27;)_0x550a27=_0x395a20(_0x550a27),_0x550a27&&_0x214933[_0x1c4fdf(0x147)](_0x550a27);return _0x214933;}export function normalizeHTML(_0x3a84e5){const _0x3a5edc=_0x1443;return _0x3a84e5[_0x3a5edc(0x153)](/^\s+/gm,'')[_0x3a5edc(0x153)](/\s+$/gm,'')[_0x3a5edc(0x153)](/\n*/g,'')[_0x3a5edc(0x153)](/\s+/g,'\x20')[_0x3a5edc(0x153)](/>\s*</g,'><');}function _0x31eb(){const _0x1b5e39=['indexOf','nextSibling','replace','reverse','beforeend','63QEJhWQ','1501167nYkNvL','attribs','6872580BKJpuw','slice','1055982DRejXV','7641739LZfFlW','forEach','11020DnUxvv','2580760vjnSDi','push','map','11353672SWxDfa','2lbSitG','parentNode','afterbegin','556roHOuB','afterend','cloneNode','beforebegin'];_0x31eb=function(){return _0x1b5e39;};return _0x31eb();}export function areNodesSame(_0x20519a,_0x1e0760){return normalizeHTML(serialize(_0x20519a))===normalizeHTML(serialize(_0x1e0760));}export function getNodeNestingLevel(_0x59bd76){const _0x431f28=_0x1443;let _0xfdbb77=0x0;for(;_0x59bd76[_0x431f28(0x14b)];)_0x59bd76=_0x59bd76[_0x431f28(0x14b)],_0xfdbb77++;return _0xfdbb77;}export function removeElementsAfter(_0x2307eb){const _0x5d26ee=_0x1443,_0x367355=[];let _0xb192bf=_0x2307eb[_0x5d26ee(0x152)];for(;_0xb192bf;)_0x367355[_0x5d26ee(0x147)](_0xb192bf),_0xb192bf=_0xb192bf[_0x5d26ee(0x152)];_0x367355[_0x5d26ee(0x144)](_0x564e49=>{_0x208761(_0x564e49);});}export function getNodePath(_0x2f9341){const _0xa7f47b=_0x1443;return[_0x2f9341,...getParents(_0x2f9341)][_0xa7f47b(0x15a)](0x0,-0x1)[_0xa7f47b(0x148)](_0xe76f27=>{const _0xe2a8d0=_0xa7f47b,_0x309b9e=_0x395a20(_0xe76f27);return _0xb0e799(_0x309b9e)[_0xe2a8d0(0x151)](_0xe76f27);})[_0xa7f47b(0x154)]();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x35eafd=_0x4a04;(function(_0x2ef118,_0x12713a){const _0x53bd25=_0x4a04,_0x598a1d=_0x2ef118();while(!![]){try{const _0x5caa83=-parseInt(_0x53bd25(0x81))/0x1*(parseInt(_0x53bd25(0xa6))/0x2)+parseInt(_0x53bd25(0x94))/0x3+parseInt(_0x53bd25(0xa7))/0x4+-parseInt(_0x53bd25(0x8c))/0x5*(-parseInt(_0x53bd25(0x9b))/0x6)+-parseInt(_0x53bd25(0xb1))/0x7+parseInt(_0x53bd25(0xb8))/0x8+-parseInt(_0x53bd25(0x80))/0x9;if(_0x5caa83===_0x12713a)break;else _0x598a1d['push'](_0x598a1d['shift']());}catch(_0x303f25){_0x598a1d['push'](_0x598a1d['shift']());}}}(_0x165d,0x75915));import _0x33cccb from'morphdom';import{NodeWithChildren as _0x2b1aae,Text as _0x29994f,Element as _0x29b305,isText as _0x3097ad,isDocument as _0x365d06,isTag as _0x5d29d2,cloneNode as _0x20eedc,getChildren as _0x1c5e71,prepend as _0x2d03c2,removeElement as _0x5736b9,textContent as _0x7f31e,render as _0x1314dd}from'./htmlparser.js';import{logWarning as _0x4689d7}from'ckeditor5/src/utils.js';export class HTMLStreamer{[_0x35eafd(0xb0)];[_0x35eafd(0xa2)]=!0x1;[_0x35eafd(0xb4)]=null;[_0x35eafd(0x95)]=[];[_0x35eafd(0xb2)]=0x0;[_0x35eafd(0x96)]=null;constructor(_0x3865fe){const _0x4d358f=_0x35eafd;this[_0x4d358f(0xb0)]={'delay':_0x3865fe[_0x4d358f(0x9f)]??0x14,'textNodeStyle':_0x3865fe[_0x4d358f(0x92)],'onStreamUpdate':_0x3865fe[_0x4d358f(0x89)]||(()=>{})};}async[_0x35eafd(0xaa)]({document:_0x27548d,targetElement:_0x4cd2d5,abortSignal:_0x93bc47}){const _0x5c1c74=_0x35eafd;this[_0x5c1c74(0xa2)]&&this[_0x5c1c74(0x99)](),_0x93bc47?.[_0x5c1c74(0xb9)](_0x5c1c74(0xad),this[_0x5c1c74(0x99)][_0x5c1c74(0xa0)](this)),this[_0x5c1c74(0xb4)]=_0x20eedc(_0x27548d,!0x0),this[_0x5c1c74(0x95)]=this[_0x5c1c74(0x8b)](),this[_0x5c1c74(0xa2)]=!0x0,this[_0x5c1c74(0xb2)]>this[_0x5c1c74(0x95)][_0x5c1c74(0x83)]&&(_0x4689d7(_0x5c1c74(0x9d),{'currentIndex':this[_0x5c1c74(0xb2)],'nodeList':this[_0x5c1c74(0x95)]}),this[_0x5c1c74(0xb2)]=this[_0x5c1c74(0x95)][_0x5c1c74(0x83)]);for(let _0x401df2=0x0;_0x401df2<this[_0x5c1c74(0xb2)];_0x401df2++)this[_0x5c1c74(0x95)][_0x401df2][_0x5c1c74(0xa9)]=!0x0;let _0xac39d6=0x0;for(let _0x17d591=this[_0x5c1c74(0xb2)];_0x17d591<this[_0x5c1c74(0x95)][_0x5c1c74(0x83)];_0x17d591++){const _0x222449=Date[_0x5c1c74(0x88)](),_0x1271cd=this[_0x5c1c74(0x95)][_0x17d591],_0xc0cd0f=_0x222449-_0xac39d6;_0x1271cd[_0x5c1c74(0xa9)]=!0x0;let _0x25dddf=_0x1271cd[_0x5c1c74(0x8d)];for(;_0x25dddf;)_0x25dddf[_0x5c1c74(0xa9)]=!0x0,_0x25dddf=_0x25dddf[_0x5c1c74(0x8d)];if(_0xc0cd0f<this[_0x5c1c74(0xb0)][_0x5c1c74(0x9f)])try{const {promise:_0x3bcee2,abortController:_0x3b2c62}=pr(this[_0x5c1c74(0xb0)][_0x5c1c74(0x9f)]-_0xc0cd0f);this[_0x5c1c74(0x96)]=_0x3b2c62,await _0x3bcee2;}catch(_0xf1a223){return;}_0x33cccb(_0x4cd2d5,'<'+_0x4cd2d5[_0x5c1c74(0xb7)]+'>'+this[_0x5c1c74(0x85)](this[_0x5c1c74(0xb4)])+'</'+_0x4cd2d5[_0x5c1c74(0xb7)]+'>',{'childrenOnly':!0x0}),this[_0x5c1c74(0xb0)][_0x5c1c74(0x89)]&&this[_0x5c1c74(0xb0)][_0x5c1c74(0x89)](),this[_0x5c1c74(0xb2)]=_0x17d591,_0xac39d6=Date[_0x5c1c74(0x88)]();}this[_0x5c1c74(0xa2)]=!0x1;}[_0x35eafd(0x9e)]({targetElement:_0x5a3a6d}){const _0x863c47=_0x35eafd;Array[_0x863c47(0x97)](_0x5a3a6d[_0x863c47(0xa5)](_0x863c47(0x98)))[_0x863c47(0x9c)]()[_0x863c47(0x9a)](_0x54729a=>{const _0x452d90=_0x863c47;_0x54729a[_0x452d90(0xa4)](_0x54729a[_0x452d90(0xab)][0x0]);});}[_0x35eafd(0x99)](){const _0x699664=_0x35eafd;this[_0x699664(0xa2)]=!0x1,this[_0x699664(0x96)]&&(this[_0x699664(0x96)][_0x699664(0xad)](),this[_0x699664(0x96)]=null);}[_0x35eafd(0x85)](_0x30b337){const _0x90c59=_0x35eafd;let _0x41c724='';if(function(_0x407b36){return _0x365d06(_0x407b36);}(_0x30b337)){for(const _0x5a6375 of _0x30b337[_0x90c59(0x82)])_0x41c724+=this[_0x90c59(0x85)](_0x5a6375);}else{if(dr(_0x30b337)){if(!_0x30b337[_0x90c59(0xa9)])return'';const _0x3d8f1d=_0x30b337,_0x23ac34=Object[_0x90c59(0xa8)](_0x3d8f1d[_0x90c59(0xb3)])[_0x90c59(0x8e)](([_0x3e8c96,_0x52503])=>_0x3e8c96+'=\x22'+_0x52503+'\x22')[_0x90c59(0xa1)]('\x20');_0x41c724+='<'+_0x3d8f1d[_0x90c59(0xb7)]+(_0x23ac34?'\x20'+_0x23ac34:'')+'>';for(const _0x3a6f67 of _0x1c5e71(_0x3d8f1d))_0x41c724+=this[_0x90c59(0x85)](_0x3a6f67);_0x41c724+='</'+_0x3d8f1d[_0x90c59(0xb7)]+'>';}else{if(!ar(_0x30b337))return'';if(!_0x30b337[_0x90c59(0xa9)])return'';!function(_0x558583){const _0x28cd30=_0x90c59;if(!_0x558583[_0x28cd30(0x8d)]||!dr(_0x558583[_0x28cd30(0x8d)]))return!0x1;if(!cr[_0x28cd30(0x86)](_0x558583[_0x28cd30(0x8d)][_0x28cd30(0xb7)]))return!0x1;return!_0x7f31e(_0x558583)[_0x28cd30(0x7e)](/^\s*[<>]\s*$/);}(_0x30b337)?_0x41c724+=_0x1314dd(_0x30b337):_0x41c724+=_0x1314dd(new _0x29b305(_0x90c59(0x93),{'data-ck-html-streamer-word-chunk':'','style':this[_0x90c59(0xb0)][_0x90c59(0x92)]},[_0x30b337]));}}return _0x41c724;}[_0x35eafd(0x8b)](){const _0x590f87=_0x35eafd,_0x5787f9=[];return function(_0x32b967,_0x5110d3){const _0x3bfc0d=_0x4a04,_0x59c1a7=_0x4a046f=>{const _0x3246b7=_0x4a04;if(_0x5110d3(_0x4a046f),_0x4a046f instanceof _0x2b1aae)for(let _0x3e4c6c=0x0;_0x3e4c6c<_0x4a046f[_0x3246b7(0x82)][_0x3246b7(0x83)];_0x3e4c6c++){const _0x36f872=_0x4a046f[_0x3246b7(0x82)][_0x3e4c6c];_0x59c1a7(_0x36f872);}};for(let _0x7eb30e=0x0;_0x7eb30e<_0x32b967[_0x3bfc0d(0x82)][_0x3bfc0d(0x83)];_0x7eb30e++)_0x59c1a7(_0x32b967[_0x3bfc0d(0x82)][_0x7eb30e]);}(this[_0x590f87(0xb4)],_0x31dfcb=>{const _0x442042=_0x590f87;if(ar(_0x31dfcb)){const _0x51de93=this[_0x442042(0x8f)](_0x31dfcb);_0x51de93[_0x442042(0x83)]&&_0x5787f9[_0x442042(0xaf)](..._0x51de93);}_0x31dfcb[_0x442042(0xb5)]||_0x31dfcb[_0x442042(0xb6)]||_0x5787f9[_0x442042(0xaf)](_0x31dfcb);}),_0x5787f9;}[_0x35eafd(0x8f)](_0x58bd64){const _0x5deab0=_0x35eafd;if(_0x58bd64[_0x5deab0(0xb5)]||_0x58bd64[_0x5deab0(0xb6)])return[];const _0x55ec3c=_0x7f31e(_0x58bd64)[_0x5deab0(0x7e)](/(?:\s*\S+\s*)/g),_0x1bfae4=[];if(_0x55ec3c&&_0x55ec3c[_0x5deab0(0x83)]>0x1){for(const _0x13cccb of _0x55ec3c){const _0x5c30d9=new _0x29994f(_0x13cccb);_0x5c30d9[_0x5deab0(0xb6)]=!0x0,_0x2d03c2(_0x58bd64,_0x5c30d9),_0x1bfae4[_0x5deab0(0xaf)](_0x5c30d9);}_0x58bd64[_0x5deab0(0xb5)]=!0x0,_0x5736b9(_0x58bd64);}return _0x1bfae4;}}const cr=['p','li','td','th',_0x35eafd(0x93),'h1','h2','h3','h4','h5','h6','b',_0x35eafd(0x8a),'i','em',_0x35eafd(0x7f),_0x35eafd(0x90),_0x35eafd(0x91),_0x35eafd(0x84),_0x35eafd(0xa3),'a',_0x35eafd(0xac),_0x35eafd(0x87)];function _0x165d(){const _0x3c5276=['attribs','document','isWordSplitSource','isWordSplitResult','tagName','7532344ScJbDN','addEventListener','match','mark','12505743sLFvnf','213ToOYNg','children','length','sup','renderNode','includes','div','now','onStreamUpdate','strong','getParsedDocumentNodeList','2099815gPCtgO','parent','map','splitTextNodeIntoWordNodes','del','ins','textNodeStyle','span','2080629zQzoJA','nodesList','timeoutAbortController','from','span[data-ck-html-streamer-word-chunk]','stop','forEach','6BGbtRE','reverse','ai-html-streamer-current-index-out-of-bounds','cleanUpAnimations','delay','bind','join','isStreaming','sub','replaceWith','querySelectorAll','1642BAxqCv','685704xtbmWk','entries','shouldBeStreamed','stream','childNodes','code','abort','signal','push','options','1263626OHKBio','currentIndex'];_0x165d=function(){return _0x3c5276;};return _0x165d();}function ar(_0x1fd527){return _0x3097ad(_0x1fd527);}function _0x4a04(_0x42dc20,_0x1fa6b1){const _0x165d14=_0x165d();return _0x4a04=function(_0x4a045d,_0x2f46c6){_0x4a045d=_0x4a045d-0x7e;let _0x2a0c5e=_0x165d14[_0x4a045d];return _0x2a0c5e;},_0x4a04(_0x42dc20,_0x1fa6b1);}function dr(_0x366d2e){return _0x5d29d2(_0x366d2e);}function pr(_0x1ac950){const _0x399231=new AbortController();return{'promise':new Promise((_0xcff079,_0x4e35fe)=>{const _0x8f5ed7=_0x4a04,_0x44015b=setTimeout(_0xcff079,_0x1ac950);_0x399231[_0x8f5ed7(0xae)][_0x8f5ed7(0xb9)](_0x8f5ed7(0xad),()=>{clearTimeout(_0x44015b),_0x4e35fe();});}),'abortController':_0x399231};}
23
+ const _0x3d3b59=_0x5607;(function(_0x28a477,_0x111671){const _0x259083=_0x5607,_0xbfc3c5=_0x28a477();while(!![]){try{const _0x1e5dfb=-parseInt(_0x259083(0x1f6))/0x1+-parseInt(_0x259083(0x1f7))/0x2*(parseInt(_0x259083(0x22a))/0x3)+parseInt(_0x259083(0x225))/0x4+parseInt(_0x259083(0x20d))/0x5*(parseInt(_0x259083(0x212))/0x6)+-parseInt(_0x259083(0x223))/0x7+parseInt(_0x259083(0x207))/0x8*(-parseInt(_0x259083(0x1f5))/0x9)+parseInt(_0x259083(0x20b))/0xa;if(_0x1e5dfb===_0x111671)break;else _0xbfc3c5['push'](_0xbfc3c5['shift']());}catch(_0x3d9977){_0xbfc3c5['push'](_0xbfc3c5['shift']());}}}(_0x4353,0x5689b));function _0x4353(){const _0x5aee4a=['isStreaming','147drqxjj','addEventListener','strong','map','delay','tagName','mark','join','9IQQjLz','543365fnxxZn','16084GsFRkx','sup','parent','currentIndex','div','entries','querySelectorAll','splitTextNodeIntoWordNodes','includes','textNodeStyle','isWordSplitResult','span[data-ck-html-streamer-word-chunk]','childNodes','signal','match','from','641720lgNozF','cleanUpAnimations','replaceWith','sub','16820370WhQCgr','ins','5EPtTJy','push','timeoutAbortController','abort','bind','85620Yylbcm','document','span','reverse','shouldBeStreamed','children','renderNode','nodesList','getParsedDocumentNodeList','del','onStreamUpdate','code','ai-html-streamer-current-index-out-of-bounds','isWordSplitSource','options','now','stream','4190137MmcHmx','attribs','1097524TFIKYT','length','stop','forEach'];_0x4353=function(){return _0x5aee4a;};return _0x4353();}import _0x5c750f from'morphdom';function _0x5607(_0xf81bba,_0x5a507e){const _0x435337=_0x4353();return _0x5607=function(_0x560754,_0x25bb67){_0x560754=_0x560754-0x1f4;let _0x3ac46e=_0x435337[_0x560754];return _0x3ac46e;},_0x5607(_0xf81bba,_0x5a507e);}import{NodeWithChildren as _0x1f917b,Text as _0xf97fcd,Element as _0x55a4c5,isText as _0x22914d,isDocument as _0x52f139,isTag as _0x54e023,cloneNode as _0x30b9d3,getChildren as _0x53f377,prepend as _0x3a1765,removeElement as _0x45b3e1,textContent as _0x22d713,render as _0x14e5f7}from'./htmlparser.js';import{logWarning as _0x33fd07}from'ckeditor5/src/utils.js';export class HTMLStreamer{[_0x3d3b59(0x220)];[_0x3d3b59(0x229)]=!0x1;[_0x3d3b59(0x213)]=null;[_0x3d3b59(0x219)]=[];[_0x3d3b59(0x1fa)]=0x0;[_0x3d3b59(0x20f)]=null;constructor(_0x4d02dd){const _0x2b4195=_0x3d3b59;this[_0x2b4195(0x220)]={'delay':_0x4d02dd[_0x2b4195(0x22e)]??0x14,'textNodeStyle':_0x4d02dd[_0x2b4195(0x200)],'onStreamUpdate':_0x4d02dd[_0x2b4195(0x21c)]||(()=>{})};}async[_0x3d3b59(0x222)]({document:_0x54a05c,targetElement:_0x501935,abortSignal:_0x236c08}){const _0x425710=_0x3d3b59;this[_0x425710(0x229)]&&this[_0x425710(0x227)](),_0x236c08?.[_0x425710(0x22b)](_0x425710(0x210),this[_0x425710(0x227)][_0x425710(0x211)](this)),this[_0x425710(0x213)]=_0x30b9d3(_0x54a05c,!0x0),this[_0x425710(0x219)]=this[_0x425710(0x21a)](),this[_0x425710(0x229)]=!0x0,this[_0x425710(0x1fa)]>this[_0x425710(0x219)][_0x425710(0x226)]&&(_0x33fd07(_0x425710(0x21e),{'currentIndex':this[_0x425710(0x1fa)],'nodeList':this[_0x425710(0x219)]}),this[_0x425710(0x1fa)]=this[_0x425710(0x219)][_0x425710(0x226)]);for(let _0x49c9be=0x0;_0x49c9be<this[_0x425710(0x1fa)];_0x49c9be++)this[_0x425710(0x219)][_0x49c9be][_0x425710(0x216)]=!0x0;let _0x35317c=0x0;for(let _0x3bc118=this[_0x425710(0x1fa)];_0x3bc118<this[_0x425710(0x219)][_0x425710(0x226)];_0x3bc118++){const _0xd7070f=Date[_0x425710(0x221)](),_0x4b7cf6=this[_0x425710(0x219)][_0x3bc118],_0x500dcd=_0xd7070f-_0x35317c;_0x4b7cf6[_0x425710(0x216)]=!0x0;let _0x3c0c1d=_0x4b7cf6[_0x425710(0x1f9)];for(;_0x3c0c1d;)_0x3c0c1d[_0x425710(0x216)]=!0x0,_0x3c0c1d=_0x3c0c1d[_0x425710(0x1f9)];if(_0x500dcd<this[_0x425710(0x220)][_0x425710(0x22e)])try{const {promise:_0x3d7905,abortController:_0x12de14}=pr(this[_0x425710(0x220)][_0x425710(0x22e)]-_0x500dcd);this[_0x425710(0x20f)]=_0x12de14,await _0x3d7905;}catch(_0x585d4b){return;}_0x5c750f(_0x501935,'<'+_0x501935[_0x425710(0x22f)]+'>'+this[_0x425710(0x218)](this[_0x425710(0x213)])+'</'+_0x501935[_0x425710(0x22f)]+'>',{'childrenOnly':!0x0}),this[_0x425710(0x220)][_0x425710(0x21c)]&&this[_0x425710(0x220)][_0x425710(0x21c)](),this[_0x425710(0x1fa)]=_0x3bc118,_0x35317c=Date[_0x425710(0x221)]();}this[_0x425710(0x229)]=!0x1;}[_0x3d3b59(0x208)]({targetElement:_0xb190f7}){const _0x477360=_0x3d3b59;Array[_0x477360(0x206)](_0xb190f7[_0x477360(0x1fd)](_0x477360(0x202)))[_0x477360(0x215)]()[_0x477360(0x228)](_0x5eb1c7=>{const _0x2728d9=_0x477360;_0x5eb1c7[_0x2728d9(0x209)](_0x5eb1c7[_0x2728d9(0x203)][0x0]);});}[_0x3d3b59(0x227)](){const _0x492156=_0x3d3b59;this[_0x492156(0x229)]=!0x1,this[_0x492156(0x20f)]&&(this[_0x492156(0x20f)][_0x492156(0x210)](),this[_0x492156(0x20f)]=null);}[_0x3d3b59(0x218)](_0x29e041){const _0xc56cc5=_0x3d3b59;let _0x4c3bab='';if(function(_0x38a89f){return _0x52f139(_0x38a89f);}(_0x29e041)){for(const _0x1566ad of _0x29e041[_0xc56cc5(0x217)])_0x4c3bab+=this[_0xc56cc5(0x218)](_0x1566ad);}else{if(dr(_0x29e041)){if(!_0x29e041[_0xc56cc5(0x216)])return'';const _0x56a86c=_0x29e041,_0x390751=Object[_0xc56cc5(0x1fc)](_0x56a86c[_0xc56cc5(0x224)])[_0xc56cc5(0x22d)](([_0x4c5794,_0x25d2e2])=>_0x4c5794+'=\x22'+_0x25d2e2+'\x22')[_0xc56cc5(0x1f4)]('\x20');_0x4c3bab+='<'+_0x56a86c[_0xc56cc5(0x22f)]+(_0x390751?'\x20'+_0x390751:'')+'>';for(const _0x120ac2 of _0x53f377(_0x56a86c))_0x4c3bab+=this[_0xc56cc5(0x218)](_0x120ac2);_0x4c3bab+='</'+_0x56a86c[_0xc56cc5(0x22f)]+'>';}else{if(!ar(_0x29e041))return'';if(!_0x29e041[_0xc56cc5(0x216)])return'';!function(_0xc9d36b){const _0x14bc10=_0xc56cc5;if(!_0xc9d36b[_0x14bc10(0x1f9)]||!dr(_0xc9d36b[_0x14bc10(0x1f9)]))return!0x1;if(!cr[_0x14bc10(0x1ff)](_0xc9d36b[_0x14bc10(0x1f9)][_0x14bc10(0x22f)]))return!0x1;return!_0x22d713(_0xc9d36b)[_0x14bc10(0x205)](/^\s*[<>]\s*$/);}(_0x29e041)?_0x4c3bab+=_0x14e5f7(_0x29e041):_0x4c3bab+=_0x14e5f7(new _0x55a4c5(_0xc56cc5(0x214),{'data-ck-html-streamer-word-chunk':'','style':this[_0xc56cc5(0x220)][_0xc56cc5(0x200)]},[_0x29e041]));}}return _0x4c3bab;}[_0x3d3b59(0x21a)](){const _0x11c9b3=_0x3d3b59,_0xb056a3=[];return function(_0x5c28d5,_0x3438c4){const _0x1130ff=_0x5607,_0x4ecc2c=_0x53e40e=>{const _0x116ee2=_0x5607;if(_0x3438c4(_0x53e40e),_0x53e40e instanceof _0x1f917b)for(let _0x199596=0x0;_0x199596<_0x53e40e[_0x116ee2(0x217)][_0x116ee2(0x226)];_0x199596++){const _0x213ad4=_0x53e40e[_0x116ee2(0x217)][_0x199596];_0x4ecc2c(_0x213ad4);}};for(let _0x283f84=0x0;_0x283f84<_0x5c28d5[_0x1130ff(0x217)][_0x1130ff(0x226)];_0x283f84++)_0x4ecc2c(_0x5c28d5[_0x1130ff(0x217)][_0x283f84]);}(this[_0x11c9b3(0x213)],_0x305493=>{const _0xf8bc04=_0x11c9b3;if(ar(_0x305493)){const _0x3f1d71=this[_0xf8bc04(0x1fe)](_0x305493);_0x3f1d71[_0xf8bc04(0x226)]&&_0xb056a3[_0xf8bc04(0x20e)](..._0x3f1d71);}_0x305493[_0xf8bc04(0x21f)]||_0x305493[_0xf8bc04(0x201)]||_0xb056a3[_0xf8bc04(0x20e)](_0x305493);}),_0xb056a3;}[_0x3d3b59(0x1fe)](_0x566022){const _0x12414e=_0x3d3b59;if(_0x566022[_0x12414e(0x21f)]||_0x566022[_0x12414e(0x201)])return[];const _0x327e35=_0x22d713(_0x566022)[_0x12414e(0x205)](/(?:\s*\S+\s*)/g),_0x1616b0=[];if(_0x327e35&&_0x327e35[_0x12414e(0x226)]>0x1){for(const _0x327626 of _0x327e35){const _0x552060=new _0xf97fcd(_0x327626);_0x552060[_0x12414e(0x201)]=!0x0,_0x3a1765(_0x566022,_0x552060),_0x1616b0[_0x12414e(0x20e)](_0x552060);}_0x566022[_0x12414e(0x21f)]=!0x0,_0x45b3e1(_0x566022);}return _0x1616b0;}}const cr=['p','li','td','th',_0x3d3b59(0x214),'h1','h2','h3','h4','h5','h6','b',_0x3d3b59(0x22c),'i','em',_0x3d3b59(0x230),_0x3d3b59(0x21b),_0x3d3b59(0x20c),_0x3d3b59(0x1f8),_0x3d3b59(0x20a),'a',_0x3d3b59(0x21d),_0x3d3b59(0x1fb)];function ar(_0x1c193f){return _0x22914d(_0x1c193f);}function dr(_0x1ce329){return _0x54e023(_0x1ce329);}function pr(_0x25eade){const _0x112ac4=new AbortController();return{'promise':new Promise((_0x52206a,_0x196c95)=>{const _0x51cb48=_0x5607,_0x2469db=setTimeout(_0x52206a,_0x25eade);_0x112ac4[_0x51cb48(0x204)][_0x51cb48(0x22b)](_0x51cb48(0x210),()=>{clearTimeout(_0x2469db),_0x196c95();});}),'abortController':_0x112ac4};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x241b(){var _0x494e83=['112ahpoQG','1042317WRnojP','2Zlervs','8014788RPpZJZ','4xOxOuS','113561kNPLjg','isPremiumPlugin','105YpHWYH','171128ChftJn','pluginName','10iCpNbf','AIEditorIntegration','isOfficialPlugin','888063FsdalL','requires','73296HwisTC','177702MphuCG'];_0x241b=function(){return _0x494e83;};return _0x241b();}function _0x2141(_0x53ca59,_0x2fd0a9){var _0x241bce=_0x241b();return _0x2141=function(_0x2141ec,_0x4718bc){_0x2141ec=_0x2141ec-0x148;var _0x3200f1=_0x241bce[_0x2141ec];return _0x3200f1;},_0x2141(_0x53ca59,_0x2fd0a9);}var _0x3409ed=_0x2141;(function(_0x333ff3,_0x17ae17){var _0x30e452=_0x2141,_0x15d072=_0x333ff3();while(!![]){try{var _0x3d1836=-parseInt(_0x30e452(0x14d))/0x1*(parseInt(_0x30e452(0x14a))/0x2)+-parseInt(_0x30e452(0x158))/0x3*(parseInt(_0x30e452(0x14c))/0x4)+-parseInt(_0x30e452(0x14f))/0x5*(-parseInt(_0x30e452(0x157))/0x6)+-parseInt(_0x30e452(0x148))/0x7*(parseInt(_0x30e452(0x150))/0x8)+parseInt(_0x30e452(0x149))/0x9*(-parseInt(_0x30e452(0x152))/0xa)+-parseInt(_0x30e452(0x155))/0xb+parseInt(_0x30e452(0x14b))/0xc;if(_0x3d1836===_0x17ae17)break;else _0x15d072['push'](_0x15d072['shift']());}catch(_0x1cd5bf){_0x15d072['push'](_0x15d072['shift']());}}}(_0x241b,0x33f66));import{Plugin as _0x11660b}from'ckeditor5/src/core.js';import{AIToggleButtonUI as _0x45697c}from'./aitogglebutton/aitogglebuttonui.js';import{SuggestionsConversion as _0x4b8de4}from'@ckeditor/ckeditor5-collaboration-core';export class AIEditorIntegration extends _0x11660b{static get[_0x3409ed(0x156)](){return[_0x45697c,_0x4b8de4];}static get[_0x3409ed(0x151)](){var _0x437e6e=_0x3409ed;return _0x437e6e(0x153);}static get[_0x3409ed(0x154)](){return!0x0;}static get[_0x3409ed(0x14e)](){return!0x0;}}
23
+ var _0x4e2d42=_0x36b2;(function(_0x452451,_0x12f0f6){var _0x5113d1=_0x36b2,_0x33cc95=_0x452451();while(!![]){try{var _0xdd2a0b=-parseInt(_0x5113d1(0x1bb))/0x1*(-parseInt(_0x5113d1(0x1c6))/0x2)+-parseInt(_0x5113d1(0x1ba))/0x3+parseInt(_0x5113d1(0x1bd))/0x4*(parseInt(_0x5113d1(0x1c1))/0x5)+parseInt(_0x5113d1(0x1be))/0x6+parseInt(_0x5113d1(0x1b8))/0x7*(-parseInt(_0x5113d1(0x1c2))/0x8)+-parseInt(_0x5113d1(0x1c5))/0x9+parseInt(_0x5113d1(0x1bf))/0xa;if(_0xdd2a0b===_0x12f0f6)break;else _0x33cc95['push'](_0x33cc95['shift']());}catch(_0xcb253){_0x33cc95['push'](_0x33cc95['shift']());}}}(_0x1b54,0x82d51));import{Plugin as _0x5c20c5}from'ckeditor5/src/core.js';import{AIToggleButtonUI as _0xcb484f}from'./aitogglebutton/aitogglebuttonui.js';import{SuggestionsConversion as _0x2d1b78}from'@ckeditor/ckeditor5-collaboration-core';function _0x36b2(_0x34b93,_0x4a23bd){var _0x1b540b=_0x1b54();return _0x36b2=function(_0x36b21f,_0xa453e5){_0x36b21f=_0x36b21f-0x1b8;var _0x3acf44=_0x1b540b[_0x36b21f];return _0x3acf44;},_0x36b2(_0x34b93,_0x4a23bd);}export class AIEditorIntegration extends _0x5c20c5{static get[_0x4e2d42(0x1c3)](){return[_0xcb484f,_0x2d1b78];}static get[_0x4e2d42(0x1c0)](){var _0x51aaa7=_0x4e2d42;return _0x51aaa7(0x1c4);}static get[_0x4e2d42(0x1b9)](){return!0x0;}static get[_0x4e2d42(0x1bc)](){return!0x0;}}function _0x1b54(){var _0x26bbae=['19819KQRNIX','isPremiumPlugin','6088WsUOLr','1185252XknpAZ','17725980OXozyV','pluginName','1285FVkCQA','6368YFkdzr','requires','AIEditorIntegration','7608267bhRtJh','76bOjbYq','7973uNGAkZ','isOfficialPlugin','2479560kxWugz'];_0x1b54=function(){return _0x26bbae;};return _0x1b54();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x370358=_0x47db;function _0x47db(_0x14e40b,_0x2ed049){const _0x46251b=_0x4625();return _0x47db=function(_0x47dba9,_0x4ad445){_0x47dba9=_0x47dba9-0x74;let _0x21b8ce=_0x46251b[_0x47dba9];return _0x21b8ce;},_0x47db(_0x14e40b,_0x2ed049);}(function(_0x525e00,_0x5bf53d){const _0x136a24=_0x47db,_0x1a471a=_0x525e00();while(!![]){try{const _0x20a41f=parseInt(_0x136a24(0x7e))/0x1+-parseInt(_0x136a24(0x90))/0x2+-parseInt(_0x136a24(0x7b))/0x3*(-parseInt(_0x136a24(0x91))/0x4)+parseInt(_0x136a24(0x89))/0x5*(-parseInt(_0x136a24(0x94))/0x6)+-parseInt(_0x136a24(0x77))/0x7*(parseInt(_0x136a24(0x96))/0x8)+parseInt(_0x136a24(0x74))/0x9*(-parseInt(_0x136a24(0x83))/0xa)+-parseInt(_0x136a24(0x7c))/0xb*(-parseInt(_0x136a24(0x92))/0xc);if(_0x20a41f===_0x5bf53d)break;else _0x1a471a['push'](_0x1a471a['shift']());}catch(_0x19cae7){_0x1a471a['push'](_0x1a471a['shift']());}}}(_0x4625,0x4e67f));import{Plugin as _0x2d0a07}from'ckeditor5/src/core.js';import{ToggleAICommand as _0x403256}from'./toggleaicommand.js';import{ButtonView as _0x2e207c,MenuBarMenuListItemButtonView as _0x1dac5a}from'ckeditor5/src/ui.js';import{IconAIAskAI as _0x5916f5}from'@ckeditor/ckeditor5-icons';import{getTranslation as _0x1ec051}from'../../aicore/utils/common-translations.js';import{AITabs as _0x3f4906}from'../../aitabs/aitabs.js';function _0x4625(){const _0x2ccc36=['commands','menuitemcheckbox','615120ClPPma','193868iMyJdp','12WVjIgB','AIToggleButtonUI','6lMzBPW','pluginName','2531216wVUJNb','_createAIUIButton','get','462339ELoRex','add','isPremiumPlugin','14gUyDHx','bind','isEnabled','listenTo','33hiQiOm','16507711KbFZHO','value','84689RJkKNu','editor','isOn','set','AI_TOGGLE_BUTTON_LABEL','70wllGnp','requires','init','toggleAi','execute','menuBar:toggleAi','2487075lQoXan','ck-ai-toggle-button','locale','isOfficialPlugin','componentFactory'];_0x4625=function(){return _0x2ccc36;};return _0x4625();}import'../../../theme/aieditorintegration/aitogglebutton.css';export class AIToggleButtonUI extends _0x2d0a07{static get[_0x370358(0x84)](){return[_0x3f4906];}static get[_0x370358(0x95)](){const _0x29d2d9=_0x370358;return _0x29d2d9(0x93);}static get[_0x370358(0x8c)](){return!0x0;}static get[_0x370358(0x76)](){return!0x0;}[_0x370358(0x85)](){const _0x131168=_0x370358,_0x26bfeb=this[_0x131168(0x7f)];_0x26bfeb[_0x131168(0x8e)][_0x131168(0x75)](_0x131168(0x86),new _0x403256(_0x26bfeb)),_0x26bfeb['ui'][_0x131168(0x8d)][_0x131168(0x75)](_0x131168(0x86),()=>{const _0x3d5359=_0x131168,_0x42c19c=this[_0x3d5359(0x97)](_0x2e207c);return _0x42c19c[_0x3d5359(0x81)]({'tooltip':!0x0,'class':_0x3d5359(0x8a)}),_0x42c19c;}),_0x26bfeb['ui'][_0x131168(0x8d)][_0x131168(0x75)](_0x131168(0x88),()=>{const _0x59ce1f=_0x131168,_0x315e30=this[_0x59ce1f(0x97)](_0x1dac5a);return _0x315e30[_0x59ce1f(0x81)]({'role':_0x59ce1f(0x8f)}),_0x315e30;});}[_0x370358(0x97)](_0x1d3aa2){const _0x55bb1c=_0x370358,_0x40edb5=this[_0x55bb1c(0x7f)],_0xe2e02b=_0x40edb5[_0x55bb1c(0x8e)][_0x55bb1c(0x98)](_0x55bb1c(0x86)),_0x2f4f28=new _0x1d3aa2(_0x40edb5[_0x55bb1c(0x8b)]);return _0x2f4f28[_0x55bb1c(0x81)]({'label':_0x1ec051(_0x40edb5[_0x55bb1c(0x8b)],_0x55bb1c(0x82)),'icon':_0x5916f5,'isToggleable':!0x0}),_0x2f4f28[_0x55bb1c(0x78)](_0x55bb1c(0x79))['to'](_0xe2e02b),_0x2f4f28[_0x55bb1c(0x78)](_0x55bb1c(0x80))['to'](_0xe2e02b,_0x55bb1c(0x7d),_0x4142eb=>!!_0x4142eb),this[_0x55bb1c(0x7a)](_0x2f4f28,_0x55bb1c(0x87),()=>{const _0x4a79e8=_0x55bb1c;_0xe2e02b[_0x4a79e8(0x87)]();}),_0x2f4f28;}}
23
+ const _0x3c59c4=_0x5836;(function(_0x27e44f,_0x2d44f8){const _0x250dff=_0x5836,_0x7ebcd0=_0x27e44f();while(!![]){try{const _0x34e4d8=parseInt(_0x250dff(0xfe))/0x1*(-parseInt(_0x250dff(0x103))/0x2)+parseInt(_0x250dff(0xfd))/0x3+parseInt(_0x250dff(0xf1))/0x4*(-parseInt(_0x250dff(0x101))/0x5)+parseInt(_0x250dff(0x108))/0x6*(parseInt(_0x250dff(0xf0))/0x7)+-parseInt(_0x250dff(0xed))/0x8*(-parseInt(_0x250dff(0x10a))/0x9)+parseInt(_0x250dff(0x105))/0xa+parseInt(_0x250dff(0xfb))/0xb*(-parseInt(_0x250dff(0x107))/0xc);if(_0x34e4d8===_0x2d44f8)break;else _0x7ebcd0['push'](_0x7ebcd0['shift']());}catch(_0x31ccd5){_0x7ebcd0['push'](_0x7ebcd0['shift']());}}}(_0xfe34,0x48c13));import{Plugin as _0x4cb192}from'ckeditor5/src/core.js';function _0xfe34(){const _0x66225f=['7PKrvxD','4CUmDam','isOn','init','locale','menuBar:toggleAi','isOfficialPlugin','ck-ai-toggle-button','AIToggleButtonUI','get','AI_TOGGLE_BUTTON_LABEL','40359kzripd','commands','408201Sqrhuk','1uCwMBw','requires','componentFactory','769985KlHXaO','menuitemcheckbox','1188302cqlIMg','add','1703040jUPktb','_createAIUIButton','840cjcSJA','2722134hjDMNf','set','9gvnRxY','editor','bind','isPremiumPlugin','isEnabled','execute','toggleAi','pluginName','4343368CuxshI','listenTo','value'];_0xfe34=function(){return _0x66225f;};return _0xfe34();}import{ToggleAICommand as _0x5b28c1}from'./toggleaicommand.js';import{ButtonView as _0x33babf,MenuBarMenuListItemButtonView as _0x460f16}from'ckeditor5/src/ui.js';import{IconAIAskAI as _0x443c3b}from'@ckeditor/ckeditor5-icons';function _0x5836(_0x2ae9d0,_0x92f83f){const _0xfe344b=_0xfe34();return _0x5836=function(_0x5836c9,_0x1bb63f){_0x5836c9=_0x5836c9-0xeb;let _0x191063=_0xfe344b[_0x5836c9];return _0x191063;},_0x5836(_0x2ae9d0,_0x92f83f);}import{getTranslation as _0x1e4a48}from'../../aicore/utils/common-translations.js';import{AITabs as _0x43606e}from'../../aitabs/aitabs.js';import'../../../theme/aieditorintegration/aitogglebutton.css';export class AIToggleButtonUI extends _0x4cb192{static get[_0x3c59c4(0xff)](){return[_0x43606e];}static get[_0x3c59c4(0xec)](){const _0x18ca11=_0x3c59c4;return _0x18ca11(0xf8);}static get[_0x3c59c4(0xf6)](){return!0x0;}static get[_0x3c59c4(0x10d)](){return!0x0;}[_0x3c59c4(0xf3)](){const _0x372d4c=_0x3c59c4,_0x58d623=this[_0x372d4c(0x10b)];_0x58d623[_0x372d4c(0xfc)][_0x372d4c(0x104)](_0x372d4c(0xeb),new _0x5b28c1(_0x58d623)),_0x58d623['ui'][_0x372d4c(0x100)][_0x372d4c(0x104)](_0x372d4c(0xeb),()=>{const _0x350742=_0x372d4c,_0x59d8e7=this[_0x350742(0x106)](_0x33babf);return _0x59d8e7[_0x350742(0x109)]({'tooltip':!0x0,'class':_0x350742(0xf7)}),_0x59d8e7;}),_0x58d623['ui'][_0x372d4c(0x100)][_0x372d4c(0x104)](_0x372d4c(0xf5),()=>{const _0x1ebce6=_0x372d4c,_0x2dd4f2=this[_0x1ebce6(0x106)](_0x460f16);return _0x2dd4f2[_0x1ebce6(0x109)]({'role':_0x1ebce6(0x102)}),_0x2dd4f2;});}[_0x3c59c4(0x106)](_0x232453){const _0x5ea83c=_0x3c59c4,_0x31f935=this[_0x5ea83c(0x10b)],_0x122db0=_0x31f935[_0x5ea83c(0xfc)][_0x5ea83c(0xf9)](_0x5ea83c(0xeb)),_0x3afcc1=new _0x232453(_0x31f935[_0x5ea83c(0xf4)]);return _0x3afcc1[_0x5ea83c(0x109)]({'label':_0x1e4a48(_0x31f935[_0x5ea83c(0xf4)],_0x5ea83c(0xfa)),'icon':_0x443c3b,'isToggleable':!0x0}),_0x3afcc1[_0x5ea83c(0x10c)](_0x5ea83c(0x10e))['to'](_0x122db0),_0x3afcc1[_0x5ea83c(0x10c)](_0x5ea83c(0xf2))['to'](_0x122db0,_0x5ea83c(0xef),_0x3f58c3=>!!_0x3f58c3),this[_0x5ea83c(0xee)](_0x3afcc1,_0x5ea83c(0x10f),()=>{const _0x1821fb=_0x5ea83c;_0x122db0[_0x1821fb(0x10f)]();}),_0x3afcc1;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1c0533=_0x523c;function _0x1c3d(){const _0x3ccc93=['1686474VXnxjp','get','execute','bind','isVisible','AITabs','2jkKqGe','isEnabled','99030gUENZK','44ORrRrd','516eWQeMM','plugins','8tmbJkC','3826963FIsyBg','125MthmSS','editor','value','148668dFqSAC','70353LpyQwU','view','71809AZxfHF','330242tkdacW','10KrlRxG'];_0x1c3d=function(){return _0x3ccc93;};return _0x1c3d();}(function(_0x1c3423,_0x3934b5){const _0x2898a1=_0x523c,_0x9b3677=_0x1c3423();while(!![]){try{const _0x337afb=parseInt(_0x2898a1(0xf5))/0x1*(-parseInt(_0x2898a1(0xfe))/0x2)+-parseInt(_0x2898a1(0xf3))/0x3*(parseInt(_0x2898a1(0x101))/0x4)+parseInt(_0x2898a1(0xef))/0x5*(parseInt(_0x2898a1(0x100))/0x6)+-parseInt(_0x2898a1(0xee))/0x7*(-parseInt(_0x2898a1(0x104))/0x8)+-parseInt(_0x2898a1(0xf8))/0x9*(-parseInt(_0x2898a1(0xf7))/0xa)+-parseInt(_0x2898a1(0xf6))/0xb+parseInt(_0x2898a1(0x102))/0xc*(-parseInt(_0x2898a1(0xf2))/0xd);if(_0x337afb===_0x3934b5)break;else _0x9b3677['push'](_0x9b3677['shift']());}catch(_0x53362b){_0x9b3677['push'](_0x9b3677['shift']());}}}(_0x1c3d,0x4810c));import{Command as _0x4a5aa2}from'ckeditor5/src/core.js';function _0x523c(_0x5decb7,_0x547eb9){const _0x1c3d5e=_0x1c3d();return _0x523c=function(_0x523c9c,_0x3ad72f){_0x523c9c=_0x523c9c-0xee;let _0x3dd997=_0x1c3d5e[_0x523c9c];return _0x3dd997;},_0x523c(_0x5decb7,_0x547eb9);}export class ToggleAICommand extends _0x4a5aa2{constructor(_0x8c80c0){const _0xa34bfc=_0x523c;super(_0x8c80c0);const _0xcc5699=_0x8c80c0[_0xa34bfc(0x103)][_0xa34bfc(0xf9)](_0xa34bfc(0xfd))[_0xa34bfc(0xf4)];this[_0xa34bfc(0xfb)](_0xa34bfc(0xf1))['to'](_0xcc5699,_0xa34bfc(0xfc)),this[_0xa34bfc(0xff)]=!0x0;}[_0x1c0533(0xfa)](){const _0x36ae29=_0x1c0533,_0x3345cf=this[_0x36ae29(0xf0)][_0x36ae29(0x103)][_0x36ae29(0xf9)](_0x36ae29(0xfd))[_0x36ae29(0xf4)];_0x3345cf[_0x36ae29(0xfc)]=!_0x3345cf[_0x36ae29(0xfc)];}}
23
+ const _0x5d53ae=_0x2ae4;function _0x2ae4(_0x2271f4,_0x5878ad){const _0x22de2e=_0x22de();return _0x2ae4=function(_0x2ae4b7,_0x38b294){_0x2ae4b7=_0x2ae4b7-0xef;let _0x472775=_0x22de2e[_0x2ae4b7];return _0x472775;},_0x2ae4(_0x2271f4,_0x5878ad);}(function(_0x3d4751,_0x47ff7a){const _0xda44c=_0x2ae4,_0x23b883=_0x3d4751();while(!![]){try{const _0x33ad84=-parseInt(_0xda44c(0xf5))/0x1*(-parseInt(_0xda44c(0xf4))/0x2)+parseInt(_0xda44c(0xfb))/0x3+parseInt(_0xda44c(0x103))/0x4*(-parseInt(_0xda44c(0x100))/0x5)+parseInt(_0xda44c(0x101))/0x6*(-parseInt(_0xda44c(0xf3))/0x7)+-parseInt(_0xda44c(0xfa))/0x8*(parseInt(_0xda44c(0xf1))/0x9)+-parseInt(_0xda44c(0xef))/0xa+parseInt(_0xda44c(0xf9))/0xb*(parseInt(_0xda44c(0x104))/0xc);if(_0x33ad84===_0x47ff7a)break;else _0x23b883['push'](_0x23b883['shift']());}catch(_0x751907){_0x23b883['push'](_0x23b883['shift']());}}}(_0x22de,0x687a8));function _0x22de(){const _0x3d926b=['23089584rBjyOK','8182040iVDvzW','view','9vEMOSO','AITabs','7vzHgaz','1576434rylAqj','1dEcKIh','editor','get','execute','11qIxjoV','4405408mwMHOB','530271hnqytR','bind','plugins','value','isVisible','1222465qDJoFU','5086734AePcJK','isEnabled','4gzfgZg'];_0x22de=function(){return _0x3d926b;};return _0x22de();}import{Command as _0x2afb38}from'ckeditor5/src/core.js';export class ToggleAICommand extends _0x2afb38{constructor(_0x21b160){const _0x37e0c2=_0x2ae4;super(_0x21b160);const _0x143c09=_0x21b160[_0x37e0c2(0xfd)][_0x37e0c2(0xf7)](_0x37e0c2(0xf2))[_0x37e0c2(0xf0)];this[_0x37e0c2(0xfc)](_0x37e0c2(0xfe))['to'](_0x143c09,_0x37e0c2(0xff)),this[_0x37e0c2(0x102)]=!0x0;}[_0x5d53ae(0xf8)](){const _0x485175=_0x5d53ae,_0x5d460f=this[_0x485175(0xf6)][_0x485175(0xfd)][_0x485175(0xf7)](_0x485175(0xf2))[_0x485175(0xf0)];_0x5d460f[_0x485175(0xff)]=!_0x5d460f[_0x485175(0xff)];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5e9b(){var _0x17f686=['requires','isPremiumPlugin','define','pluginName','840tKqQCy','5sLxNhG','4280FHWuXu','426064vQLSdZ','545394gzVBbf','config','16504PAjeJR','1435KSjkvx','26550quOVxi','isOfficialPlugin','ai.quickActions','898641hJlkCQ','AIQuickActions','718316LLzJrj'];_0x5e9b=function(){return _0x17f686;};return _0x5e9b();}var _0x334a47=_0x227d;(function(_0x34a28d,_0x315f26){var _0x3bdc53=_0x227d,_0x3ee805=_0x34a28d();while(!![]){try{var _0x2d2684=-parseInt(_0x3bdc53(0x161))/0x1+-parseInt(_0x3bdc53(0x164))/0x2+-parseInt(_0x3bdc53(0x15a))/0x3+-parseInt(_0x3bdc53(0x15c))/0x4+-parseInt(_0x3bdc53(0x162))/0x5*(-parseInt(_0x3bdc53(0x153))/0x6)+-parseInt(_0x3bdc53(0x156))/0x7*(parseInt(_0x3bdc53(0x155))/0x8)+parseInt(_0x3bdc53(0x157))/0x9*(parseInt(_0x3bdc53(0x163))/0xa);if(_0x2d2684===_0x315f26)break;else _0x3ee805['push'](_0x3ee805['shift']());}catch(_0x4c47c4){_0x3ee805['push'](_0x3ee805['shift']());}}}(_0x5e9b,0x3a012));import{Plugin as _0x1ba35a}from'ckeditor5/src/core.js';import{AIQuickActionsUI as _0xb70250}from'./aiquickactionsui.js';function _0x227d(_0x1b7c12,_0x31d53c){var _0x5e9b6f=_0x5e9b();return _0x227d=function(_0x227d4d,_0x239788){_0x227d4d=_0x227d4d-0x153;var _0x138c33=_0x5e9b6f[_0x227d4d];return _0x138c33;},_0x227d(_0x1b7c12,_0x31d53c);}import{AIQuickActionsEditing as _0x382042}from'./aiquickactionsediting.js';import{AIActions as _0x2f620a}from'../aiactions/aiactions.js';export class AIQuickActions extends _0x1ba35a{static get[_0x334a47(0x15d)](){return[_0xb70250,_0x382042,_0x2f620a];}static get[_0x334a47(0x160)](){var _0x5089b7=_0x334a47;return _0x5089b7(0x15b);}static get[_0x334a47(0x158)](){return!0x0;}static get[_0x334a47(0x15e)](){return!0x0;}constructor(_0x1ad326){var _0x5e59d9=_0x334a47;super(_0x1ad326),_0x1ad326[_0x5e59d9(0x154)][_0x5e59d9(0x15f)](_0x5e59d9(0x159),{'extraCommands':[],'removeCommands':[],'isSearchEnabled':!0x0});}}
23
+ var _0x3fdff3=_0x2231;(function(_0x2c2ef8,_0x3e8908){var _0x10bf84=_0x2231,_0x1d7fda=_0x2c2ef8();while(!![]){try{var _0x18fd1b=-parseInt(_0x10bf84(0x10e))/0x1+-parseInt(_0x10bf84(0x109))/0x2+-parseInt(_0x10bf84(0x108))/0x3+-parseInt(_0x10bf84(0x110))/0x4*(parseInt(_0x10bf84(0x10a))/0x5)+-parseInt(_0x10bf84(0x10b))/0x6+-parseInt(_0x10bf84(0x113))/0x7+parseInt(_0x10bf84(0x112))/0x8;if(_0x18fd1b===_0x3e8908)break;else _0x1d7fda['push'](_0x1d7fda['shift']());}catch(_0x207722){_0x1d7fda['push'](_0x1d7fda['shift']());}}}(_0x54f2,0x1d580));import{Plugin as _0x1ae7e4}from'ckeditor5/src/core.js';import{AIQuickActionsUI as _0x6a40be}from'./aiquickactionsui.js';import{AIQuickActionsEditing as _0x48eedd}from'./aiquickactionsediting.js';import{AIActions as _0xd6cdd9}from'../aiactions/aiactions.js';function _0x54f2(){var _0x358cb2=['59475jpCRnP','955860RovGSy','config','define','136639lzpdWJ','AIQuickActions','80yfAdxc','ai.quickActions','6502032JbrGaZ','474089EXmldb','requires','isPremiumPlugin','isOfficialPlugin','pluginName','242508qzgJpC','20300wovfrm'];_0x54f2=function(){return _0x358cb2;};return _0x54f2();}function _0x2231(_0x23d34d,_0x1d852d){var _0x54f2c9=_0x54f2();return _0x2231=function(_0x2231d9,_0x2ac04e){_0x2231d9=_0x2231d9-0x106;var _0x5b9e9e=_0x54f2c9[_0x2231d9];return _0x5b9e9e;},_0x2231(_0x23d34d,_0x1d852d);}export class AIQuickActions extends _0x1ae7e4{static get[_0x3fdff3(0x114)](){return[_0x6a40be,_0x48eedd,_0xd6cdd9];}static get[_0x3fdff3(0x107)](){var _0x7935a5=_0x3fdff3;return _0x7935a5(0x10f);}static get[_0x3fdff3(0x106)](){return!0x0;}static get[_0x3fdff3(0x115)](){return!0x0;}constructor(_0x5c0f52){var _0x388bb5=_0x3fdff3;super(_0x5c0f52),_0x5c0f52[_0x388bb5(0x10c)][_0x388bb5(0x10d)](_0x388bb5(0x111),{'extraCommands':[],'removeCommands':[],'isSearchEnabled':!0x0});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4790fe=_0xa073;function _0xa073(_0x368994,_0x36ebe1){const _0xf78704=_0xf787();return _0xa073=function(_0xa07397,_0x2d86d0){_0xa07397=_0xa07397-0x1b0;let _0x360bc3=_0xf78704[_0xa07397];return _0x360bc3;},_0xa073(_0x368994,_0x36ebe1);}(function(_0x51c6bd,_0x314805){const _0x4a3da4=_0xa073,_0x4d27f9=_0x51c6bd();while(!![]){try{const _0x38fbdd=-parseInt(_0x4a3da4(0x1ea))/0x1*(parseInt(_0x4a3da4(0x1b7))/0x2)+parseInt(_0x4a3da4(0x1b9))/0x3+parseInt(_0x4a3da4(0x1bf))/0x4*(parseInt(_0x4a3da4(0x1dd))/0x5)+parseInt(_0x4a3da4(0x1bd))/0x6+parseInt(_0x4a3da4(0x1c8))/0x7+-parseInt(_0x4a3da4(0x1d7))/0x8*(parseInt(_0x4a3da4(0x1b4))/0x9)+parseInt(_0x4a3da4(0x1bb))/0xa*(-parseInt(_0x4a3da4(0x1c7))/0xb);if(_0x38fbdd===_0x314805)break;else _0x4d27f9['push'](_0x4d27f9['shift']());}catch(_0x5f3a38){_0x4d27f9['push'](_0x4d27f9['shift']());}}}(_0xf787,0x77214));import{Command as _0x1a91cf}from'ckeditor5/src/core.js';function _0xf787(){const _0x321ce2=['schema','ACTION','get','isCollapsed','AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','752bsBCbx','label','getSelectedBlocks','chat','setSelection','ask-ai','4228370LOswvM','AITabs','focusPromptInput','model','args','document','editor','_handleAIActionsAction','_handleAIChatAction','AIReviewMode','has','sendMessage','ai-quick-actions-plugin-not-found','59TmxMvO','actionName','_handleAIActionsActionLabel','REVIEW','AIChat','type','_expandSelectionIfCollapsed','locale','47529ooTuIS','startConversation','addSelectionToChatContext','19622LhIfpe','AIActions','1813782wTZswr','displayedPrompt','370ZHrxbV','handleAIReviewAction','1633050VTBKHH','change','4BkiWme','getLimitElement','prompt','AIChatController','other','view','parent','removeSelectionFromChatContext','51832bGMZPX','105840imNtAX','plugins','icon','executeAction','_handleAIReviewAction','CHAT','selection','execute','activateTab','log'];_0xf787=function(){return _0x321ce2;};return _0xf787();}import{CKEditorError as _0x296e23,first as _0x6542be}from'ckeditor5/src/utils.js';import{AIQuickActionType as _0x4e5207}from'./aiquickactionsui.js';import{getTranslation as _0x256a7f}from'../aicore/utils/common-translations.js';export class AIQuickActionsCommand extends _0x1a91cf{[_0x4790fe(0x1cf)](_0x3c9ec0){const _0x470def=_0x4790fe;switch(this[_0x470def(0x1b2)](),_0x3c9ec0[_0x470def(0x1b1)]){case _0x4e5207[_0x470def(0x1cd)]:if(!this[_0x470def(0x1e3)][_0x470def(0x1c9)][_0x470def(0x1e7)](_0x470def(0x1b0))){const _0x5026d7=_0x256a7f(this[_0x470def(0x1e3)][_0x470def(0x1b3)],_0x470def(0x1d6),_0x470def(0x1b0));throw new _0x296e23(_0x470def(0x1e9),this[_0x470def(0x1e3)],{'errorMessage':_0x5026d7});}this[_0x470def(0x1e5)](_0x3c9ec0);break;case _0x4e5207[_0x470def(0x1d3)]:if(!this[_0x470def(0x1e3)][_0x470def(0x1c9)][_0x470def(0x1e7)](_0x470def(0x1b8))){const _0x5ea9ad=_0x256a7f(this[_0x470def(0x1e3)][_0x470def(0x1b3)],_0x470def(0x1d6),_0x470def(0x1b8));throw new _0x296e23(_0x470def(0x1e9),this[_0x470def(0x1e3)],{'errorMessage':_0x5ea9ad});}this[_0x470def(0x1e4)](_0x3c9ec0);break;case _0x4e5207[_0x470def(0x1ed)]:if(!this[_0x470def(0x1e3)][_0x470def(0x1c9)][_0x470def(0x1e7)](_0x470def(0x1e6))){const _0xa02da6=_0x256a7f(this[_0x470def(0x1e3)][_0x470def(0x1b3)],_0x470def(0x1d6),_0x470def(0x1e6));throw new _0x296e23(_0x470def(0x1e9),this[_0x470def(0x1e3)],{'errorMessage':_0xa02da6});}this[_0x470def(0x1cc)](_0x3c9ec0);}}async[_0x4790fe(0x1e5)](_0x347b9a){const _0x4fc407=_0x4790fe,_0x2cc8f8=this[_0x4fc407(0x1e3)][_0x4fc407(0x1c9)][_0x4fc407(0x1d4)](_0x4fc407(0x1b0)),_0x2ee48d=this[_0x4fc407(0x1e3)][_0x4fc407(0x1c9)][_0x4fc407(0x1d4)](_0x4fc407(0x1c2));if(this[_0x4fc407(0x1e3)][_0x4fc407(0x1c9)][_0x4fc407(0x1d4)](_0x4fc407(0x1de))[_0x4fc407(0x1c4)][_0x4fc407(0x1d0)](_0x4fc407(0x1da)),_0x4fc407(0x1dc)===_0x347b9a['id'])_0x2ee48d[_0x4fc407(0x1c6)](),await _0x2cc8f8[_0x4fc407(0x1b6)](),_0x2cc8f8[_0x4fc407(0x1df)]();else await _0x2cc8f8[_0x4fc407(0x1b5)](),_0x2ee48d[_0x4fc407(0x1c6)](),await _0x2cc8f8[_0x4fc407(0x1b6)](),_0x2cc8f8[_0x4fc407(0x1df)](),await _0x2cc8f8[_0x4fc407(0x1e8)]({'message':_0x347b9a[_0x4fc407(0x1c1)]||_0x347b9a[_0x4fc407(0x1ba)],'quickActionData':{'id':_0x347b9a['id'],'displayedPrompt':_0x347b9a[_0x4fc407(0x1ba)]}});}[_0x4790fe(0x1b2)](){const _0x35ffab=_0x4790fe,_0xf805ea=this[_0x35ffab(0x1e3)],_0x1e943f=_0xf805ea[_0x35ffab(0x1e0)][_0x35ffab(0x1e2)][_0x35ffab(0x1ce)];if(!_0x1e943f[_0x35ffab(0x1d5)])return;const _0x236d8f=_0x6542be(_0x1e943f[_0x35ffab(0x1d9)]())||_0xf805ea[_0x35ffab(0x1e0)][_0x35ffab(0x1d2)][_0x35ffab(0x1c0)](_0x1e943f);_0xf805ea[_0x35ffab(0x1e0)][_0x35ffab(0x1be)](_0x254abf=>{const _0x2d2355=_0x35ffab;_0x254abf[_0x2d2355(0x1db)](_0x236d8f,'in');});}[_0x4790fe(0x1ec)](_0x16f6f7){const _0x308367=_0x4790fe;return _0x16f6f7[_0x308367(0x1c5)]?.[_0x308367(0x1d8)]&&_0x308367(0x1c3)!==_0x16f6f7[_0x308367(0x1c5)]?.['id']?_0x16f6f7[_0x308367(0x1c5)][_0x308367(0x1d8)]+':\x20'+_0x16f6f7[_0x308367(0x1ba)]:_0x16f6f7[_0x308367(0x1ba)];}async[_0x4790fe(0x1e4)](_0xd2e998){const _0x3d963b=_0x4790fe,_0x4448f2=this[_0x3d963b(0x1e3)][_0x3d963b(0x1c9)][_0x3d963b(0x1d4)](_0x3d963b(0x1b8)),_0x37802c=_0xd2e998[_0x3d963b(0x1c1)]?{'userMessage':_0xd2e998[_0x3d963b(0x1c1)],'model':_0xd2e998[_0x3d963b(0x1e0)]}:{'actionName':_0xd2e998[_0x3d963b(0x1eb)]||_0xd2e998['id'],'args':_0xd2e998[_0x3d963b(0x1e1)]},_0x15cd47=this[_0x3d963b(0x1ec)](_0xd2e998);await _0x4448f2[_0x3d963b(0x1cb)](_0x37802c,_0x15cd47,_0xd2e998[_0x3d963b(0x1ca)]);}async[_0x4790fe(0x1cc)](_0x4db06d){const _0x19d9e3=_0x4790fe;console[_0x19d9e3(0x1d1)](_0x19d9e3(0x1bc),_0x4db06d);}}
23
+ const _0x2e2fc0=_0x3884;(function(_0x195356,_0xe2334c){const _0x4a2a1e=_0x3884,_0x413518=_0x195356();while(!![]){try{const _0x24b58c=-parseInt(_0x4a2a1e(0xf2))/0x1+parseInt(_0x4a2a1e(0xdd))/0x2*(-parseInt(_0x4a2a1e(0xee))/0x3)+-parseInt(_0x4a2a1e(0xf7))/0x4+-parseInt(_0x4a2a1e(0x119))/0x5*(parseInt(_0x4a2a1e(0xde))/0x6)+-parseInt(_0x4a2a1e(0xe6))/0x7*(-parseInt(_0x4a2a1e(0xe0))/0x8)+-parseInt(_0x4a2a1e(0xfa))/0x9+parseInt(_0x4a2a1e(0xfb))/0xa;if(_0x24b58c===_0xe2334c)break;else _0x413518['push'](_0x413518['shift']());}catch(_0x342f8b){_0x413518['push'](_0x413518['shift']());}}}(_0x46c7,0x51474));import{Command as _0x2de5a8}from'ckeditor5/src/core.js';import{CKEditorError as _0x4a1fec,first as _0xb10fcf}from'ckeditor5/src/utils.js';function _0x46c7(){const _0x367d4e=['has','getSelectedBlocks','displayedPrompt','focusPromptInput','other','_handleAIActionsAction','CHAT','AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','args','type','ask-ai','locale','AIChatController','plugins','get','AITabs','removeSelectionFromChatContext','change','ai-quick-actions-plugin-not-found','view','_handleAIChatAction','log','executeAction','handleAIReviewAction','addSelectionToChatContext','ACTION','prompt','actionName','isCollapsed','9210SZOoXM','260290AGiBZx','1722yyWoyp','getLimitElement','8QnZYSE','sendMessage','document','execute','REVIEW','startConversation','3308522xrHJdj','_expandSelectionIfCollapsed','icon','editor','_handleAIReviewAction','schema','label','AIActions','3pHljPA','chat','model','setSelection','486329PVwOCg','parent','AIChat','selection','activateTab','722676NhqVKV','AIReviewMode','_handleAIActionsActionLabel','1886445FVbYhe','13956720tFRbln'];_0x46c7=function(){return _0x367d4e;};return _0x46c7();}function _0x3884(_0x55a612,_0x312118){const _0x46c7c0=_0x46c7();return _0x3884=function(_0x3884aa,_0x196612){_0x3884aa=_0x3884aa-0xdd;let _0x79782d=_0x46c7c0[_0x3884aa];return _0x79782d;},_0x3884(_0x55a612,_0x312118);}import{AIQuickActionType as _0x414723}from'./aiquickactionsui.js';import{getTranslation as _0x4f6468}from'../aicore/utils/common-translations.js';export class AIQuickActionsCommand extends _0x2de5a8{[_0x2e2fc0(0xe3)](_0x34f515){const _0x21633c=_0x2e2fc0;switch(this[_0x21633c(0xe7)](),_0x34f515[_0x21633c(0x105)]){case _0x414723[_0x21633c(0x102)]:if(!this[_0x21633c(0xe9)][_0x21633c(0x109)][_0x21633c(0xfc)](_0x21633c(0xf4))){const _0x485edb=_0x4f6468(this[_0x21633c(0xe9)][_0x21633c(0x107)],_0x21633c(0x103),_0x21633c(0xf4));throw new _0x4a1fec(_0x21633c(0x10e),this[_0x21633c(0xe9)],{'errorMessage':_0x485edb});}this[_0x21633c(0x110)](_0x34f515);break;case _0x414723[_0x21633c(0x115)]:if(!this[_0x21633c(0xe9)][_0x21633c(0x109)][_0x21633c(0xfc)](_0x21633c(0xed))){const _0x50a25c=_0x4f6468(this[_0x21633c(0xe9)][_0x21633c(0x107)],_0x21633c(0x103),_0x21633c(0xed));throw new _0x4a1fec(_0x21633c(0x10e),this[_0x21633c(0xe9)],{'errorMessage':_0x50a25c});}this[_0x21633c(0x101)](_0x34f515);break;case _0x414723[_0x21633c(0xe4)]:if(!this[_0x21633c(0xe9)][_0x21633c(0x109)][_0x21633c(0xfc)](_0x21633c(0xf8))){const _0x249077=_0x4f6468(this[_0x21633c(0xe9)][_0x21633c(0x107)],_0x21633c(0x103),_0x21633c(0xf8));throw new _0x4a1fec(_0x21633c(0x10e),this[_0x21633c(0xe9)],{'errorMessage':_0x249077});}this[_0x21633c(0xea)](_0x34f515);}}async[_0x2e2fc0(0x110)](_0x2c9cc2){const _0x12409f=_0x2e2fc0,_0x3fa42b=this[_0x12409f(0xe9)][_0x12409f(0x109)][_0x12409f(0x10a)](_0x12409f(0xf4)),_0x18a7b0=this[_0x12409f(0xe9)][_0x12409f(0x109)][_0x12409f(0x10a)](_0x12409f(0x108));if(this[_0x12409f(0xe9)][_0x12409f(0x109)][_0x12409f(0x10a)](_0x12409f(0x10b))[_0x12409f(0x10f)][_0x12409f(0xf6)](_0x12409f(0xef)),_0x12409f(0x106)===_0x2c9cc2['id'])_0x18a7b0[_0x12409f(0x10c)](),await _0x3fa42b[_0x12409f(0x114)](),_0x3fa42b[_0x12409f(0xff)]();else await _0x3fa42b[_0x12409f(0xe5)](),_0x18a7b0[_0x12409f(0x10c)](),await _0x3fa42b[_0x12409f(0x114)](),_0x3fa42b[_0x12409f(0xff)](),await _0x3fa42b[_0x12409f(0xe1)]({'message':_0x2c9cc2[_0x12409f(0x116)]||_0x2c9cc2[_0x12409f(0xfe)],'quickActionData':{'id':_0x2c9cc2['id'],'displayedPrompt':_0x2c9cc2[_0x12409f(0xfe)]}});}[_0x2e2fc0(0xe7)](){const _0x1e7240=_0x2e2fc0,_0xc72a32=this[_0x1e7240(0xe9)],_0x491fb9=_0xc72a32[_0x1e7240(0xf0)][_0x1e7240(0xe2)][_0x1e7240(0xf5)];if(!_0x491fb9[_0x1e7240(0x118)])return;const _0x5eaeb0=_0xb10fcf(_0x491fb9[_0x1e7240(0xfd)]())||_0xc72a32[_0x1e7240(0xf0)][_0x1e7240(0xeb)][_0x1e7240(0xdf)](_0x491fb9);_0xc72a32[_0x1e7240(0xf0)][_0x1e7240(0x10d)](_0x3ed108=>{const _0x4eff11=_0x1e7240;_0x3ed108[_0x4eff11(0xf1)](_0x5eaeb0,'in');});}[_0x2e2fc0(0xf9)](_0x529972){const _0x4d1520=_0x2e2fc0;return _0x529972[_0x4d1520(0xf3)]?.[_0x4d1520(0xec)]&&_0x4d1520(0x100)!==_0x529972[_0x4d1520(0xf3)]?.['id']?_0x529972[_0x4d1520(0xf3)][_0x4d1520(0xec)]+':\x20'+_0x529972[_0x4d1520(0xfe)]:_0x529972[_0x4d1520(0xfe)];}async[_0x2e2fc0(0x101)](_0x37ec6a){const _0x35a296=_0x2e2fc0,_0x19f952=this[_0x35a296(0xe9)][_0x35a296(0x109)][_0x35a296(0x10a)](_0x35a296(0xed)),_0x12f6d7=_0x37ec6a[_0x35a296(0x116)]?{'userMessage':_0x37ec6a[_0x35a296(0x116)],'model':_0x37ec6a[_0x35a296(0xf0)]}:{'actionName':_0x37ec6a[_0x35a296(0x117)]||_0x37ec6a['id'],'args':_0x37ec6a[_0x35a296(0x104)]},_0x2481cd=this[_0x35a296(0xf9)](_0x37ec6a);await _0x19f952[_0x35a296(0x112)](_0x12f6d7,_0x2481cd,_0x37ec6a[_0x35a296(0xe8)]);}async[_0x2e2fc0(0xea)](_0x3391db){const _0x1fda76=_0x2e2fc0;console[_0x1fda76(0x111)](_0x1fda76(0x113),_0x3391db);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x44fd9f=_0xf689;(function(_0x1633b0,_0x2c7df8){const _0x51d5e5=_0xf689,_0x4ab6dd=_0x1633b0();while(!![]){try{const _0x567196=parseInt(_0x51d5e5(0xef))/0x1+parseInt(_0x51d5e5(0xf7))/0x2+-parseInt(_0x51d5e5(0xf3))/0x3*(parseInt(_0x51d5e5(0xf2))/0x4)+parseInt(_0x51d5e5(0xe0))/0x5+parseInt(_0x51d5e5(0xeb))/0x6*(parseInt(_0x51d5e5(0xe3))/0x7)+parseInt(_0x51d5e5(0xe6))/0x8*(-parseInt(_0x51d5e5(0xe4))/0x9)+-parseInt(_0x51d5e5(0xf5))/0xa;if(_0x567196===_0x2c7df8)break;else _0x4ab6dd['push'](_0x4ab6dd['shift']());}catch(_0x302f58){_0x4ab6dd['push'](_0x4ab6dd['shift']());}}}(_0xb3af,0xeb815));function _0xf689(_0x3ffd7d,_0x3fd362){const _0xb3af1d=_0xb3af();return _0xf689=function(_0xf68921,_0x5cad6c){_0xf68921=_0xf68921-0xdf;let _0x2ba953=_0xb3af1d[_0xf68921];return _0x2ba953;},_0xf689(_0x3ffd7d,_0x3fd362);}function _0xb3af(){const _0x1b0470=['directChange','55979pEgGYv','9Hroyxh','editor','12729896CEmoFT','AIChat','removeSelectionFromChatContext','plugins','selection','396tvAmUj','has','commands','init','1101601iRTvvS','isOfficialPlugin','change:range','1732396sBUlff','3mJfxbr','model','21130710NAvRBj','add','3790662SYZhGd','aiQuickAction','AIQuickActionsEditing','document','isPremiumPlugin','pluginName','7886510AnBmaC','get'];_0xb3af=function(){return _0x1b0470;};return _0xb3af();}import{Plugin as _0x8b25b5}from'ckeditor5/src/core.js';import{AIQuickActionsCommand as _0xbfdcb9}from'./aiquickactionscommand.js';export class AIQuickActionsEditing extends _0x8b25b5{static get[_0x44fd9f(0xdf)](){const _0x1263fc=_0x44fd9f;return _0x1263fc(0xf9);}static get[_0x44fd9f(0xf0)](){return!0x0;}static get[_0x44fd9f(0xfb)](){return!0x0;}[_0x44fd9f(0xee)](){const _0x485cdf=_0x44fd9f,_0x5bc0d9=this[_0x485cdf(0xe5)],_0x130a31=new _0xbfdcb9(this[_0x485cdf(0xe5)]);if(_0x5bc0d9[_0x485cdf(0xed)][_0x485cdf(0xf6)](_0x485cdf(0xf8),_0x130a31),_0x5bc0d9[_0x485cdf(0xe9)][_0x485cdf(0xec)](_0x485cdf(0xe7))){const _0x41ec08=this[_0x485cdf(0xe5)][_0x485cdf(0xe9)][_0x485cdf(0xe1)](_0x485cdf(0xe7));_0x5bc0d9[_0x485cdf(0xf4)][_0x485cdf(0xfa)][_0x485cdf(0xea)]['on'](_0x485cdf(0xf1),(_0x27514c,_0x22d6e9)=>{const _0x3b61a3=_0x485cdf;_0x22d6e9[_0x3b61a3(0xe2)]&&_0x41ec08[_0x3b61a3(0xe8)]();});}}}
23
+ const _0x2ad521=_0x3a11;function _0x39b5(){const _0xd960d8=['isPremiumPlugin','isOfficialPlugin','get','2157633RjfggZ','11nsBblr','5YyMSxA','pluginName','1954729Gnhyqh','160fNqWwj','removeSelectionFromChatContext','aiQuickAction','189108QDlbha','directChange','8eMfSIf','add','6324tFzydu','AIChat','plugins','model','232998iDgisj','selection','commands','has','document','AIQuickActionsEditing','init','41129yXMwPa','1259780mRIIBN','change:range','editor'];_0x39b5=function(){return _0xd960d8;};return _0x39b5();}(function(_0x6b5d4e,_0x3d5fe7){const _0x3082c5=_0x3a11,_0x200aa8=_0x6b5d4e();while(!![]){try{const _0x50d3b8=parseInt(_0x3082c5(0xc8))/0x1*(-parseInt(_0x3082c5(0xd3))/0x2)+-parseInt(_0x3082c5(0xcf))/0x3+-parseInt(_0x3082c5(0xc1))/0x4+-parseInt(_0x3082c5(0xc9))/0x5*(-parseInt(_0x3082c5(0xd7))/0x6)+parseInt(_0x3082c5(0xcb))/0x7+-parseInt(_0x3082c5(0xd1))/0x8*(-parseInt(_0x3082c5(0xc7))/0x9)+parseInt(_0x3082c5(0xcc))/0xa*(parseInt(_0x3082c5(0xc0))/0xb);if(_0x50d3b8===_0x3d5fe7)break;else _0x200aa8['push'](_0x200aa8['shift']());}catch(_0x1562ae){_0x200aa8['push'](_0x200aa8['shift']());}}}(_0x39b5,0x3204e));function _0x3a11(_0x856f3f,_0x2a60b7){const _0x39b570=_0x39b5();return _0x3a11=function(_0x3a11e3,_0x4df4c9){_0x3a11e3=_0x3a11e3-0xba;let _0x512207=_0x39b570[_0x3a11e3];return _0x512207;},_0x3a11(_0x856f3f,_0x2a60b7);}import{Plugin as _0x8de810}from'ckeditor5/src/core.js';import{AIQuickActionsCommand as _0x59b696}from'./aiquickactionscommand.js';export class AIQuickActionsEditing extends _0x8de810{static get[_0x2ad521(0xca)](){const _0x7c2ebc=_0x2ad521;return _0x7c2ebc(0xbe);}static get[_0x2ad521(0xc5)](){return!0x0;}static get[_0x2ad521(0xc4)](){return!0x0;}[_0x2ad521(0xbf)](){const _0x5ccc0c=_0x2ad521,_0x231d08=this[_0x5ccc0c(0xc3)],_0x2495ec=new _0x59b696(this[_0x5ccc0c(0xc3)]);if(_0x231d08[_0x5ccc0c(0xbb)][_0x5ccc0c(0xd2)](_0x5ccc0c(0xce),_0x2495ec),_0x231d08[_0x5ccc0c(0xd5)][_0x5ccc0c(0xbc)](_0x5ccc0c(0xd4))){const _0x8a9904=this[_0x5ccc0c(0xc3)][_0x5ccc0c(0xd5)][_0x5ccc0c(0xc6)](_0x5ccc0c(0xd4));_0x231d08[_0x5ccc0c(0xd6)][_0x5ccc0c(0xbd)][_0x5ccc0c(0xba)]['on'](_0x5ccc0c(0xc2),(_0x6014a7,_0x43898a)=>{const _0x3c8839=_0x5ccc0c;_0x43898a[_0x3c8839(0xd0)]&&_0x8a9904[_0x3c8839(0xcd)]();});}}}