@ckeditor/ckeditor5-ai 47.7.0-alpha.0 → 47.7.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) 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/model/aiactionsinteraction.js +1 -1
  5. package/src/aiactions/model/aiactionsreply.js +1 -1
  6. package/src/aiassistant/adapters/aitextadapter.js +1 -1
  7. package/src/aiassistant/adapters/awstextadapter.js +1 -1
  8. package/src/aiassistant/aiassistant.js +1 -1
  9. package/src/aiassistant/aiassistantediting.js +1 -1
  10. package/src/aiassistant/aiassistantui.js +1 -1
  11. package/src/aiassistant/ui/aiassistantcontroller.js +2 -2
  12. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  13. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  14. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  15. package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
  16. package/src/aiassistant/ui/form/aiformview.js +1 -1
  17. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  18. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  19. package/src/aiassistant/ui/form/prompthistory.js +1 -1
  20. package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
  21. package/src/aiballoon/aiballoon.js +1 -1
  22. package/src/aiballoon/ui/aiballoonview.js +1 -1
  23. package/src/aichat/aichat.js +1 -1
  24. package/src/aichat/aichatballoon.js +1 -1
  25. package/src/aichat/aichatcontroller.js +1 -1
  26. package/src/aichat/aichatui.js +1 -1
  27. package/src/aichat/model/aichatcontext.js +1 -1
  28. package/src/aichat/model/aichatconversation.js +1 -1
  29. package/src/aichat/model/aichatinteraction.js +1 -1
  30. package/src/aichat/ui/aichatballoonview.js +1 -1
  31. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  32. package/src/aichat/ui/aichatfeedview.js +1 -1
  33. package/src/aichat/ui/aichatheaderview.js +1 -1
  34. package/src/aichat/ui/aichatview.js +1 -1
  35. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  36. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  37. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  38. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  39. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  40. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  41. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  42. package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
  43. package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
  44. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  45. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  46. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  47. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  48. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  49. package/src/aichat/ui/feed/aichatfeedcustomelementview.js +1 -1
  50. package/src/aichat/ui/feed/aichatfeederroritemview.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/aichatshortcuts/aichatshortcuts.js +1 -1
  69. package/src/aichatshortcuts/ui/aichatshortcutsview.js +1 -1
  70. package/src/aichatshortcuts/ui/aichatshortcutview.js +1 -1
  71. package/src/aicore/aiconnector.js +1 -1
  72. package/src/aicore/aiediting.js +1 -1
  73. package/src/aicore/model/aicapabilities.js +1 -1
  74. package/src/aicore/model/aiinteraction.js +1 -1
  75. package/src/aicore/model/aimodels.js +1 -1
  76. package/src/aicore/model/aireply.js +1 -1
  77. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  78. package/src/aicore/pipeline/airesponseparser.js +2 -2
  79. package/src/aicore/ui/aidisclaimerview.js +1 -1
  80. package/src/aicore/ui/aiskeleton.js +1 -1
  81. package/src/aicore/ui/aispinner.js +1 -1
  82. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  83. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  84. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  85. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartheaderview.js +1 -1
  86. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.js +1 -1
  87. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.js +1 -1
  88. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  89. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  90. package/src/aicore/ui/suggestioncontainer/aisuggestionloaderview.js +1 -1
  91. package/src/aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.js +1 -1
  92. package/src/aicore/ui/suggestioncontainer/aiwebsourcesview.js +1 -1
  93. package/src/aicore/utils/createresizebutton.js +1 -1
  94. package/src/aicore/utils/documentrange.js +1 -1
  95. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  96. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  97. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  98. package/src/aicore/utils/htmlparser.js +1 -1
  99. package/src/aicore/utils/htmlstreamer.js +1 -1
  100. package/src/aieditorintegration/aieditorintegration.js +1 -1
  101. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  102. package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
  103. package/src/aiquickactions/aiquickactions.js +1 -1
  104. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  105. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  106. package/src/aiquickactions/aiquickactionsui.js +1 -1
  107. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  108. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  109. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  110. package/src/aiquickactions/ui/aiquickactionsfilteredlistview.js +1 -1
  111. package/src/aiquickactions/ui/balloon/aiactionsballoondisclaimerview.js +1 -1
  112. package/src/aiquickactions/ui/balloon/aiactionsballoontoolbarview.js +1 -1
  113. package/src/aiquickactions/ui/balloon/aiactionsballoonview.js +1 -1
  114. package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +1 -1
  115. package/src/aireviewcore/aireviewcorecontroller.js +1 -1
  116. package/src/aireviewcore/aireviewcoreediting.js +1 -1
  117. package/src/aireviewcore/aireviewcoreui.js +1 -1
  118. package/src/aireviewcore/model/aireviewchecklist.js +1 -1
  119. package/src/aireviewcore/model/aireviewcheckresult.js +1 -1
  120. package/src/aireviewcore/model/aireviewcheckresultchange.js +1 -1
  121. package/src/aireviewcore/model/aireviewcheckrun.js +1 -1
  122. package/src/aireviewcore/model/aireviewsystemcheckrun.js +1 -1
  123. package/src/aireviewcore/ui/aireviewcoreballoonsuggestionview.js +1 -1
  124. package/src/aireviewcore/ui/aireviewcorechecklistitemresultview.js +1 -1
  125. package/src/aireviewcore/ui/aireviewcorecustomcheckview.js +1 -1
  126. package/src/aireviewcore/ui/aireviewcorefinishreviewbuttonview.js +1 -1
  127. package/src/aireviewcore/ui/aireviewcoregeneralerrorview.js +1 -1
  128. package/src/aireviewcore/ui/aireviewcorepromptinputview.js +1 -1
  129. package/src/aireviewcore/ui/aireviewcorereviewchecklistview.js +1 -1
  130. package/src/aireviewcore/ui/aireviewcorereviewcommandlistitemview.js +1 -1
  131. package/src/aireviewcore/ui/aireviewcorereviewcompletedview.js +1 -1
  132. package/src/aireviewcore/ui/aireviewcoreuicheckresultsview.js +1 -1
  133. package/src/aireviewcore/ui/aireviewcoreview.js +1 -1
  134. package/src/aireviewcore/ui/form/aireviewcoreformdropdown.js +1 -1
  135. package/src/aireviewcore/ui/form/aireviewcoreformmanager.js +1 -1
  136. package/src/aireviewmode/aireviewmode.js +1 -1
  137. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  138. package/src/aireviewmode/aireviewmodeui.js +1 -1
  139. package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
  140. package/src/aireviewmode/model/aireviewextracheckrun.js +1 -1
  141. package/src/aireviewmode/model/aireviewmodechecklist.js +1 -1
  142. package/src/aitabs/aitabs.js +1 -1
  143. package/src/aitabs/tabs/aitabsview.js +1 -1
  144. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  145. package/src/aitabs/tabs/tabpanelview.js +1 -1
  146. package/src/aitranslate/aitranslate.js +1 -1
  147. package/src/aitranslate/aitranslatecontroller.js +1 -1
  148. package/src/aitranslate/aitranslateui.js +1 -1
  149. package/src/aitranslate/model/aitranslatecheckrun.js +1 -1
  150. package/src/aitranslate/ui/aitranslatechecklistview.js +1 -1
  151. package/src/aitranslate/ui/aitranslatecheckresultsview.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-ai",
3
- "version": "47.7.0-alpha.0",
3
+ "version": "47.7.0-alpha.1",
4
4
  "description": "AI features for CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -28,20 +28,20 @@
28
28
  "dist/translations/*.umd.js"
29
29
  ],
30
30
  "dependencies": {
31
- "@ckeditor/ckeditor5-clipboard": "47.7.0-alpha.0",
32
- "@ckeditor/ckeditor5-cloud-services": "47.7.0-alpha.0",
33
- "@ckeditor/ckeditor5-collaboration-core": "47.7.0-alpha.0",
34
- "@ckeditor/ckeditor5-core": "47.7.0-alpha.0",
35
- "@ckeditor/ckeditor5-engine": "47.7.0-alpha.0",
36
- "@ckeditor/ckeditor5-icons": "47.7.0-alpha.0",
37
- "@ckeditor/ckeditor5-markdown-gfm": "47.7.0-alpha.0",
38
- "@ckeditor/ckeditor5-real-time-collaboration": "47.7.0-alpha.0",
39
- "@ckeditor/ckeditor5-table": "47.7.0-alpha.0",
40
- "@ckeditor/ckeditor5-theme-lark": "47.7.0-alpha.0",
41
- "@ckeditor/ckeditor5-ui": "47.7.0-alpha.0",
42
- "@ckeditor/ckeditor5-utils": "47.7.0-alpha.0",
43
- "ckeditor5": "47.7.0-alpha.0",
44
- "ckeditor5-collaboration": "47.7.0-alpha.0",
31
+ "@ckeditor/ckeditor5-clipboard": "47.7.0-alpha.1",
32
+ "@ckeditor/ckeditor5-cloud-services": "47.7.0-alpha.1",
33
+ "@ckeditor/ckeditor5-collaboration-core": "47.7.0-alpha.1",
34
+ "@ckeditor/ckeditor5-core": "47.7.0-alpha.1",
35
+ "@ckeditor/ckeditor5-engine": "47.7.0-alpha.1",
36
+ "@ckeditor/ckeditor5-icons": "47.7.0-alpha.1",
37
+ "@ckeditor/ckeditor5-markdown-gfm": "47.7.0-alpha.1",
38
+ "@ckeditor/ckeditor5-real-time-collaboration": "47.7.0-alpha.1",
39
+ "@ckeditor/ckeditor5-table": "47.7.0-alpha.1",
40
+ "@ckeditor/ckeditor5-theme-lark": "47.7.0-alpha.1",
41
+ "@ckeditor/ckeditor5-ui": "47.7.0-alpha.1",
42
+ "@ckeditor/ckeditor5-utils": "47.7.0-alpha.1",
43
+ "ckeditor5": "47.7.0-alpha.1",
44
+ "ckeditor5-collaboration": "47.7.0-alpha.1",
45
45
  "diff": "8.0.3",
46
46
  "dom-serializer": "2.0.0",
47
47
  "domhandler": "5.0.3",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3f5103=_0x1b71;(function(_0x2a26d1,_0x18ad71){const _0x11463c=_0x1b71,_0x5a57a6=_0x2a26d1();while(!![]){try{const _0x16f886=-parseInt(_0x11463c(0x13c))/0x1*(-parseInt(_0x11463c(0x12f))/0x2)+parseInt(_0x11463c(0x128))/0x3+-parseInt(_0x11463c(0x129))/0x4+-parseInt(_0x11463c(0x124))/0x5+-parseInt(_0x11463c(0x131))/0x6*(-parseInt(_0x11463c(0x136))/0x7)+parseInt(_0x11463c(0x138))/0x8*(parseInt(_0x11463c(0x125))/0x9)+parseInt(_0x11463c(0x137))/0xa*(-parseInt(_0x11463c(0x139))/0xb);if(_0x16f886===_0x18ad71)break;else _0x5a57a6['push'](_0x5a57a6['shift']());}catch(_0x41dc89){_0x5a57a6['push'](_0x5a57a6['shift']());}}}(_0x59f9,0x55843));function _0x1b71(_0x5e03e7,_0xa9634a){const _0x59f978=_0x59f9();return _0x1b71=function(_0x1b71c6,_0x22eab6){_0x1b71c6=_0x1b71c6-0x11d;let _0x2bd9a7=_0x59f978[_0x1b71c6];return _0x2bd9a7;},_0x1b71(_0x5e03e7,_0xa9634a);}import{AIInteraction as _0x941c86,AI_MODEL_EVENT_NAMES as _0x2b8ab7}from'../../aicore/model/aiinteraction.js';import{AIContextItemType as _0x533d02}from'../../aicore/model/aicontext.js';function _0x59f9(){const _0xb5fba2=['html','fire','actionName','getDocumentContext','68334CgyDPa','2348910itFTyV','4270184GDRhRd','77LFAbDP','delegate','editor','3176CECJMU','createReply','connector','push','content','replies','executeAction','replyCreated','version','userMessage','694825VfTjHr','9nfOzOb','current-document','TEXT','1174200NQzPyO','112112SUQhvG','args','hasError','model','sendRequest','Current\x20document','422ONeomp','executeCustomAction','348TLPCNz'];_0x59f9=function(){return _0xb5fba2;};return _0x59f9();}import{AIActionsReply as _0xe22387}from'./aiactionsreply.js';export class AIActionsInteraction extends _0x941c86{[_0x3f5103(0x11e)];[_0x3f5103(0x122)];[_0x3f5103(0x134)];[_0x3f5103(0x12a)];[_0x3f5103(0x123)];[_0x3f5103(0x12c)];[_0x3f5103(0x12b)]=!0x1;constructor(_0x392d4e){const _0x50a6b4=_0x3f5103;super(_0x392d4e),this[_0x50a6b4(0x11e)]=_0x392d4e[_0x50a6b4(0x11e)],this[_0x50a6b4(0x122)]=_0x392d4e[_0x50a6b4(0x122)],this[_0x50a6b4(0x134)]=_0x392d4e[_0x50a6b4(0x134)],this[_0x50a6b4(0x12a)]=_0x392d4e[_0x50a6b4(0x12a)],this[_0x50a6b4(0x123)]=_0x392d4e[_0x50a6b4(0x123)],this[_0x50a6b4(0x12c)]=_0x392d4e[_0x50a6b4(0x12c)];}async[_0x3f5103(0x12d)](){const _0x5247f4=_0x3f5103;return this[_0x5247f4(0x134)]?this[_0x5247f4(0x13e)][_0x5247f4(0x120)]({'content':this[_0x5247f4(0x11e)],'actionName':this[_0x5247f4(0x134)],'args':this[_0x5247f4(0x12a)]}):this[_0x5247f4(0x13e)][_0x5247f4(0x130)]({'content':this[_0x5247f4(0x11e)],'message':this[_0x5247f4(0x123)],'model':this[_0x5247f4(0x12c)],'outputFormat':_0x5247f4(0x132)});}[_0x3f5103(0x135)](){const _0x2068ac=_0x3f5103;return{'type':_0x533d02[_0x2068ac(0x127)],'content':this[_0x2068ac(0x11e)],'version':this[_0x2068ac(0x122)],'label':_0x2068ac(0x12e),'uiId':_0x2068ac(0x126)};}[_0x3f5103(0x13d)](_0x2e8ff0){const _0x51fca4=_0x3f5103,_0x525ff0=new _0xe22387({'editor':this[_0x51fca4(0x13b)],'documentContextContent':this[_0x51fca4(0x11e)],..._0x2e8ff0});return this[_0x51fca4(0x11f)][_0x51fca4(0x11d)](_0x525ff0),_0x525ff0[_0x51fca4(0x13a)](..._0x2b8ab7)['to'](this),this[_0x51fca4(0x133)](_0x51fca4(0x121),_0x525ff0),_0x525ff0;}}
23
+ const _0x57b749=_0x53b6;(function(_0x120924,_0x52c075){const _0x41039d=_0x53b6,_0x2ab173=_0x120924();while(!![]){try{const _0xf2d619=parseInt(_0x41039d(0x174))/0x1*(-parseInt(_0x41039d(0x172))/0x2)+-parseInt(_0x41039d(0x168))/0x3+parseInt(_0x41039d(0x165))/0x4+-parseInt(_0x41039d(0x180))/0x5*(parseInt(_0x41039d(0x162))/0x6)+parseInt(_0x41039d(0x169))/0x7*(-parseInt(_0x41039d(0x164))/0x8)+parseInt(_0x41039d(0x179))/0x9*(parseInt(_0x41039d(0x181))/0xa)+parseInt(_0x41039d(0x16b))/0xb*(parseInt(_0x41039d(0x16a))/0xc);if(_0xf2d619===_0x52c075)break;else _0x2ab173['push'](_0x2ab173['shift']());}catch(_0x3ebc24){_0x2ab173['push'](_0x2ab173['shift']());}}}(_0x2884,0x353c4));function _0x53b6(_0x17cd13,_0xeb2d3a){const _0x2884fa=_0x2884();return _0x53b6=function(_0x53b674,_0x37fc24){_0x53b674=_0x53b674-0x15f;let _0x567f70=_0x2884fa[_0x53b674];return _0x567f70;},_0x53b6(_0x17cd13,_0xeb2d3a);}import{AIInteraction as _0x4a5a30,AI_MODEL_EVENT_NAMES as _0x2770a9}from'../../aicore/model/aiinteraction.js';import{AIContextItemType as _0x23bb32}from'../../aicore/model/aicontext.js';function _0x2884(){const _0x742773=['77ozdidX','version','delegate','TEXT','executeAction','model','hasError','145870XQvxoY','actionName','4ILXXFw','html','executeCustomAction','args','connector','9cSKdnN','editor','replyCreated','userMessage','replies','content','current-document','140iAakSN','2911670kvOsXO','createReply','fire','getDocumentContext','43644cSJqaj','sendRequest','8lIDuYu','1590680HVLEbY','Current\x20document','push','8832yrxUlF','2071293wEnKIH','554520ktAnrE'];_0x2884=function(){return _0x742773;};return _0x2884();}import{AIActionsReply as _0x3d4516}from'./aiactionsreply.js';export class AIActionsInteraction extends _0x4a5a30{[_0x57b749(0x17e)];[_0x57b749(0x16c)];[_0x57b749(0x173)];[_0x57b749(0x177)];[_0x57b749(0x17c)];[_0x57b749(0x170)];[_0x57b749(0x171)]=!0x1;constructor(_0x342024){const _0x278d32=_0x57b749;super(_0x342024),this[_0x278d32(0x17e)]=_0x342024[_0x278d32(0x17e)],this[_0x278d32(0x16c)]=_0x342024[_0x278d32(0x16c)],this[_0x278d32(0x173)]=_0x342024[_0x278d32(0x173)],this[_0x278d32(0x177)]=_0x342024[_0x278d32(0x177)],this[_0x278d32(0x17c)]=_0x342024[_0x278d32(0x17c)],this[_0x278d32(0x170)]=_0x342024[_0x278d32(0x170)];}async[_0x57b749(0x163)](){const _0x4c9750=_0x57b749;return this[_0x4c9750(0x173)]?this[_0x4c9750(0x178)][_0x4c9750(0x16f)]({'content':this[_0x4c9750(0x17e)],'actionName':this[_0x4c9750(0x173)],'args':this[_0x4c9750(0x177)]}):this[_0x4c9750(0x178)][_0x4c9750(0x176)]({'content':this[_0x4c9750(0x17e)],'message':this[_0x4c9750(0x17c)],'model':this[_0x4c9750(0x170)],'outputFormat':_0x4c9750(0x175)});}[_0x57b749(0x161)](){const _0x3f919c=_0x57b749;return{'type':_0x23bb32[_0x3f919c(0x16e)],'content':this[_0x3f919c(0x17e)],'version':this[_0x3f919c(0x16c)],'label':_0x3f919c(0x166),'uiId':_0x3f919c(0x17f)};}[_0x57b749(0x15f)](_0x325e38){const _0x887cae=_0x57b749,_0x230463=new _0x3d4516({'editor':this[_0x887cae(0x17a)],'documentContextContent':this[_0x887cae(0x17e)],..._0x325e38});return this[_0x887cae(0x17d)][_0x887cae(0x167)](_0x230463),_0x230463[_0x887cae(0x16d)](..._0x2770a9)['to'](this),this[_0x887cae(0x160)](_0x887cae(0x17b),_0x230463),_0x230463;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x47a78b=_0x3cc2;(function(_0x4c6a1a,_0x1dc88a){const _0x416133=_0x3cc2,_0x2636f0=_0x4c6a1a();while(!![]){try{const _0x5aa542=-parseInt(_0x416133(0x9c))/0x1+parseInt(_0x416133(0x9a))/0x2+parseInt(_0x416133(0xaf))/0x3+parseInt(_0x416133(0x98))/0x4*(parseInt(_0x416133(0x9f))/0x5)+-parseInt(_0x416133(0xa5))/0x6+parseInt(_0x416133(0x96))/0x7+parseInt(_0x416133(0xb2))/0x8;if(_0x5aa542===_0x1dc88a)break;else _0x2636f0['push'](_0x2636f0['shift']());}catch(_0x49e033){_0x2636f0['push'](_0x2636f0['shift']());}}}(_0x6e0b,0x47fdf));import{AIReply as _0x5b3425}from'../../aicore/model/aireply.js';import{getAttribute as _0x1a0544}from'../../aicore/utils/htmlparser.js';function _0x3cc2(_0x152e0a,_0x557105){const _0x6e0b9f=_0x6e0b();return _0x3cc2=function(_0x3cc246,_0x2ee322){_0x3cc246=_0x3cc246-0x96;let _0x5223f8=_0x6e0b9f[_0x3cc246];return _0x5223f8;},_0x3cc2(_0x152e0a,_0x557105);}function _0x6e0b(){const _0x1643da=['documentContextContent','1564728fNcfvI','modified','isDone','347912YlfpLw','779387lAqKTW','length','38944NGUcLY','removed','480716ZWdhnT','updateChangeGroups','402642ZumpkA','node','value','55tjSKUe','added','parsedMergedContent','changeGroups','pop','parsedContent','1958034FopRGC','data-id','childNodes','new','_getDifferentChangeGroups','cloneNode','pending','children','map'];_0x6e0b=function(){return _0x1643da;};return _0x6e0b();}import{uid as _0x73aa91}from'ckeditor5/src/utils.js';import{diffArrays as _0x1dafd3}from'diff';export class AIActionsReply extends _0x5b3425{[_0x47a78b(0x9b)](){const _0x585cfb=_0x47a78b;if(this[_0x585cfb(0xa1)]=this[_0x585cfb(0xa4)][_0x585cfb(0xaa)](!0x0),0x0==this[_0x585cfb(0xa1)][_0x585cfb(0xa7)][_0x585cfb(0x97)])return void(this[_0x585cfb(0xa2)]=[]);const _0x42ac55=this[_0x585cfb(0xae)][_0x585cfb(0xac)][_0x585cfb(0xad)](_0x4453b5=>({'node':_0x4453b5,'id':_0x1a0544(_0x4453b5,_0x585cfb(0xa6))})),_0x446ebe=this[_0x585cfb(0xa1)][_0x585cfb(0xac)][_0x585cfb(0xad)](_0xfcf8e8=>({'node':_0xfcf8e8,'id':_0x1a0544(_0xfcf8e8,_0x585cfb(0xa6))||_0x73aa91()})),_0x2ab37b=_0x1dafd3(_0x42ac55,_0x446ebe,{'comparator':(_0x5f7c12,_0x3877fd)=>_0x5f7c12['id']==_0x3877fd['id'],'oneChangePerToken':!0x0});if(!this[_0x585cfb(0xb1)]){for(;_0x2ab37b[_0x585cfb(0x97)]&&_0x2ab37b[_0x2ab37b[_0x585cfb(0x97)]-0x1][_0x585cfb(0x99)];)_0x2ab37b[_0x585cfb(0xa3)]();}const _0x4b0037=_0x2ab37b[_0x585cfb(0xad)](_0x16fb8e=>{const _0x4b26d9=_0x585cfb,_0x83a712=_0x16fb8e[_0x4b26d9(0xa0)]?_0x4b26d9(0xa8):_0x16fb8e[_0x4b26d9(0x99)]?_0x4b26d9(0x99):_0x4b26d9(0xb0);return{'node':_0x16fb8e[_0x4b26d9(0x9e)][0x0][_0x4b26d9(0x9d)],'type':_0x83a712,'id':_0x16fb8e[_0x4b26d9(0x9e)][0x0]['id']};});this[_0x585cfb(0xa2)]=[{'changes':_0x4b0037,'state':_0x585cfb(0xab),'index':0x0}];}[_0x47a78b(0xa9)](_0x1b6bbc,_0x4d91ac){return _0x4d91ac;}}
23
+ const _0x5b46ad=_0x2dc8;(function(_0x4079a3,_0x5740ab){const _0x51a43e=_0x2dc8,_0x54d236=_0x4079a3();while(!![]){try{const _0x38096b=-parseInt(_0x51a43e(0x142))/0x1+-parseInt(_0x51a43e(0x14f))/0x2*(-parseInt(_0x51a43e(0x133))/0x3)+parseInt(_0x51a43e(0x134))/0x4+-parseInt(_0x51a43e(0x151))/0x5*(-parseInt(_0x51a43e(0x135))/0x6)+parseInt(_0x51a43e(0x146))/0x7+parseInt(_0x51a43e(0x14a))/0x8*(parseInt(_0x51a43e(0x143))/0x9)+-parseInt(_0x51a43e(0x13a))/0xa*(parseInt(_0x51a43e(0x149))/0xb);if(_0x38096b===_0x5740ab)break;else _0x54d236['push'](_0x54d236['shift']());}catch(_0x292e7f){_0x54d236['push'](_0x54d236['shift']());}}}(_0x21ec,0xa8254));function _0x21ec(){const _0x15b806=['data-id','changeGroups','documentContextContent','updateChangeGroups','parsedContent','594115NHXtiD','6192jNDhDP','node','cloneNode','5196394YpRByI','new','value','3982lfJjer','6640JeZAfH','pop','children','removed','pending','4rzhdVu','map','1215MhoAtl','added','1925601TUhBUr','3462240IucWjI','3498uEWOuZ','_getDifferentChangeGroups','parsedMergedContent','modified','childNodes','64130gJMuRo','isDone','length'];_0x21ec=function(){return _0x15b806;};return _0x21ec();}import{AIReply as _0x3ff356}from'../../aicore/model/aireply.js';import{getAttribute as _0x3b3497}from'../../aicore/utils/htmlparser.js';function _0x2dc8(_0x5ee55f,_0x4296f9){const _0x21ec60=_0x21ec();return _0x2dc8=function(_0x2dc889,_0x1e79f9){_0x2dc889=_0x2dc889-0x133;let _0x59930f=_0x21ec60[_0x2dc889];return _0x59930f;},_0x2dc8(_0x5ee55f,_0x4296f9);}import{uid as _0x3699da}from'ckeditor5/src/utils.js';import{diffArrays as _0x5d1628}from'diff';export class AIActionsReply extends _0x3ff356{[_0x5b46ad(0x140)](){const _0x2d9969=_0x5b46ad;if(this[_0x2d9969(0x137)]=this[_0x2d9969(0x141)][_0x2d9969(0x145)](!0x0),0x0==this[_0x2d9969(0x137)][_0x2d9969(0x139)][_0x2d9969(0x13c)])return void(this[_0x2d9969(0x13e)]=[]);const _0x4156b8=this[_0x2d9969(0x13f)][_0x2d9969(0x14c)][_0x2d9969(0x150)](_0x3cdd72=>({'node':_0x3cdd72,'id':_0x3b3497(_0x3cdd72,_0x2d9969(0x13d))})),_0x5e4d0d=this[_0x2d9969(0x137)][_0x2d9969(0x14c)][_0x2d9969(0x150)](_0x590196=>({'node':_0x590196,'id':_0x3b3497(_0x590196,_0x2d9969(0x13d))||_0x3699da()})),_0x457408=_0x5d1628(_0x4156b8,_0x5e4d0d,{'comparator':(_0x312928,_0x45c32d)=>_0x312928['id']==_0x45c32d['id'],'oneChangePerToken':!0x0});if(!this[_0x2d9969(0x13b)]){for(;_0x457408[_0x2d9969(0x13c)]&&_0x457408[_0x457408[_0x2d9969(0x13c)]-0x1][_0x2d9969(0x14d)];)_0x457408[_0x2d9969(0x14b)]();}const _0x6720b9=_0x457408[_0x2d9969(0x150)](_0x57d12a=>{const _0x31b46d=_0x2d9969,_0x44792c=_0x57d12a[_0x31b46d(0x152)]?_0x31b46d(0x147):_0x57d12a[_0x31b46d(0x14d)]?_0x31b46d(0x14d):_0x31b46d(0x138);return{'node':_0x57d12a[_0x31b46d(0x148)][0x0][_0x31b46d(0x144)],'type':_0x44792c,'id':_0x57d12a[_0x31b46d(0x148)][0x0]['id']};});this[_0x2d9969(0x13e)]=[{'changes':_0x6720b9,'state':_0x2d9969(0x14e),'index':0x0}];}[_0x5b46ad(0x136)](_0x31b506,_0x5513dc){return _0x5513dc;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x44c3(){const _0x118b24=['12bEzCeJ','_prepareRequestParameters','application/json','AI_ERROR_GET_PARAMETERS','42376hIvWoy','5378879eODGGq','AI_ERROR_GET_HEADERS','catch','makeRequest','169rYfAdQ','aitextadapter-send-request-failed','93OSNWNb','2457170pDTndN','1798872GmQofX','error','AbortError','get','2690821HhbgDr','locale','reject','sendRequest','6IvQSkO','aborted','abortController','resolve','init','textAdapter','abort','object','plugins','_prepareRequestHeaders','5884BqmHuk','editor','139310SvBtzC','assign','requires','450ipJJfr','name','signal'];_0x44c3=function(){return _0x118b24;};return _0x44c3();}function _0x2983(_0x583093,_0x4c46d2){const _0x44c381=_0x44c3();return _0x2983=function(_0x298368,_0x39fbfb){_0x298368=_0x298368-0x1ba;let _0x4a9396=_0x44c381[_0x298368];return _0x4a9396;},_0x2983(_0x583093,_0x4c46d2);}const _0x358236=_0x2983;(function(_0x2d254e,_0x26e021){const _0x35ffc1=_0x2983,_0x522450=_0x2d254e();while(!![]){try{const _0x45db7e=parseInt(_0x35ffc1(0x1c3))/0x1*(-parseInt(_0x35ffc1(0x1d9))/0x2)+-parseInt(_0x35ffc1(0x1c5))/0x3*(-parseInt(_0x35ffc1(0x1be))/0x4)+-parseInt(_0x35ffc1(0x1c6))/0x5+parseInt(_0x35ffc1(0x1cf))/0x6*(-parseInt(_0x35ffc1(0x1cb))/0x7)+parseInt(_0x35ffc1(0x1c7))/0x8+-parseInt(_0x35ffc1(0x1de))/0x9*(-parseInt(_0x35ffc1(0x1db))/0xa)+-parseInt(_0x35ffc1(0x1bf))/0xb*(-parseInt(_0x35ffc1(0x1ba))/0xc);if(_0x45db7e===_0x26e021)break;else _0x522450['push'](_0x522450['shift']());}catch(_0x515109){_0x522450['push'](_0x522450['shift']());}}}(_0x44c3,0x594d1));import{Plugin as _0x38d857}from'ckeditor5/src/core.js';import{CKEditorError as _0xfcb833}from'ckeditor5/src/utils.js';import{AIAdapter as _0x54f78d,AIRequestError as _0x41aebb}from'./aiadapter.js';import{getTranslation as _0x3ed919}from'../utils/common-translations.js';export class AITextAdapter extends _0x38d857{[_0x358236(0x1d1)];static get[_0x358236(0x1dd)](){return[_0x54f78d];}constructor(_0x4cea28){const _0x4fbc44=_0x358236;super(_0x4cea28),this[_0x4fbc44(0x1d1)]=new AbortController();}[_0x358236(0x1d3)](){const _0x2e6ad4=_0x358236;this[_0x2e6ad4(0x1da)][_0x2e6ad4(0x1d7)][_0x2e6ad4(0x1ca)](_0x54f78d)[_0x2e6ad4(0x1d4)]=this;}[_0x358236(0x1d5)](){const _0x4ce1cb=_0x358236;this[_0x4ce1cb(0x1d1)][_0x4ce1cb(0x1e0)][_0x4ce1cb(0x1d0)]||(this[_0x4ce1cb(0x1d1)][_0x4ce1cb(0x1d5)](),this[_0x4ce1cb(0x1d1)]=new AbortController());}async[_0x358236(0x1c2)](_0x23f8a2){const _0x27ad84=_0x358236;return this[_0x27ad84(0x1ce)](_0x23f8a2)[_0x27ad84(0x1c1)](_0x4d537a=>{const _0x79af55=_0x27ad84;if(_0x4d537a instanceof _0x41aebb)return Promise[_0x79af55(0x1cd)](_0x4d537a);if(_0x79af55(0x1c9)==_0x4d537a[_0x79af55(0x1df)])return Promise[_0x79af55(0x1d2)]();throw console[_0x79af55(0x1c8)](_0x4d537a),new _0xfcb833(_0x79af55(0x1c4),null);});}async[_0x358236(0x1d8)](_0x4f4644,_0x526d63){const _0x1ceb60=_0x358236,_0x28ad5f=this[_0x1ceb60(0x1da)][_0x1ceb60(0x1cc)],_0x4f50d2={'Content-Type':_0x1ceb60(0x1bc)};if(_0x1ceb60(0x1d6)==typeof _0x4f4644)Object[_0x1ceb60(0x1dc)](_0x4f50d2,_0x4f4644);else{if(_0x4f4644)try{const _0xb619db=await _0x4f4644(_0x526d63);Object[_0x1ceb60(0x1dc)](_0x4f50d2,_0xb619db);}catch{return Promise[_0x1ceb60(0x1cd)](new _0x41aebb(_0x3ed919(_0x28ad5f,_0x1ceb60(0x1c0))));}}return _0x4f50d2;}async[_0x358236(0x1bb)](_0x19641b,_0x37eec3){const _0xbc8f35=_0x358236,_0x3f08ba=this[_0xbc8f35(0x1da)][_0xbc8f35(0x1cc)];if(_0xbc8f35(0x1d6)==typeof _0x19641b)return _0x19641b;try{return await _0x19641b(_0x37eec3);}catch{return Promise[_0xbc8f35(0x1cd)](new _0x41aebb(_0x3ed919(_0x3f08ba,_0xbc8f35(0x1bd))));}}}
23
+ function _0x335c(){const _0x1271eb=['AI_ERROR_GET_HEADERS','init','5hFutuB','locale','2426060IzEvGu','1083906rmoEcN','error','sendRequest','942756sIMfuK','abort','5266MvagBv','266MRcQWu','abortController','plugins','textAdapter','AI_ERROR_GET_PARAMETERS','1796632eISEzj','signal','AbortError','_prepareRequestParameters','32cZFGTk','resolve','aitextadapter-send-request-failed','object','requires','assign','1150593ZYvaBM','35GVtcZf','_prepareRequestHeaders','editor','aborted','reject','12522675cdwSmT','name','application/json','get','catch','makeRequest'];_0x335c=function(){return _0x1271eb;};return _0x335c();}const _0x2478f2=_0x1b43;(function(_0x3c99cf,_0xce9d1e){const _0x3aa3e1=_0x1b43,_0x123693=_0x3c99cf();while(!![]){try{const _0x590607=-parseInt(_0x3aa3e1(0x92))/0x1*(-parseInt(_0x3aa3e1(0x93))/0x2)+-parseInt(_0x3aa3e1(0x7c))/0x3+-parseInt(_0x3aa3e1(0x72))/0x4*(parseInt(_0x3aa3e1(0x8a))/0x5)+-parseInt(_0x3aa3e1(0x90))/0x6*(parseInt(_0x3aa3e1(0x7d))/0x7)+parseInt(_0x3aa3e1(0x76))/0x8*(parseInt(_0x3aa3e1(0x8d))/0x9)+-parseInt(_0x3aa3e1(0x8c))/0xa+parseInt(_0x3aa3e1(0x82))/0xb;if(_0x590607===_0xce9d1e)break;else _0x123693['push'](_0x123693['shift']());}catch(_0x2ca770){_0x123693['push'](_0x123693['shift']());}}}(_0x335c,0x7035e));import{Plugin as _0x112ae4}from'ckeditor5/src/core.js';import{CKEditorError as _0x1cf7bb}from'ckeditor5/src/utils.js';function _0x1b43(_0x547184,_0x387350){const _0x335cd1=_0x335c();return _0x1b43=function(_0x1b4317,_0x632c79){_0x1b4317=_0x1b4317-0x72;let _0x2af0f4=_0x335cd1[_0x1b4317];return _0x2af0f4;},_0x1b43(_0x547184,_0x387350);}import{AIAdapter as _0x216cd4,AIRequestError as _0x474865}from'./aiadapter.js';import{getTranslation as _0x5bf9c6}from'../utils/common-translations.js';export class AITextAdapter extends _0x112ae4{[_0x2478f2(0x94)];static get[_0x2478f2(0x7a)](){return[_0x216cd4];}constructor(_0x108aa1){const _0x508161=_0x2478f2;super(_0x108aa1),this[_0x508161(0x94)]=new AbortController();}[_0x2478f2(0x89)](){const _0x10ed8e=_0x2478f2;this[_0x10ed8e(0x7f)][_0x10ed8e(0x95)][_0x10ed8e(0x85)](_0x216cd4)[_0x10ed8e(0x96)]=this;}[_0x2478f2(0x91)](){const _0x37187b=_0x2478f2;this[_0x37187b(0x94)][_0x37187b(0x73)][_0x37187b(0x80)]||(this[_0x37187b(0x94)][_0x37187b(0x91)](),this[_0x37187b(0x94)]=new AbortController());}async[_0x2478f2(0x87)](_0x5533e0){const _0x44bc6a=_0x2478f2;return this[_0x44bc6a(0x8f)](_0x5533e0)[_0x44bc6a(0x86)](_0x47383f=>{const _0x1096d3=_0x44bc6a;if(_0x47383f instanceof _0x474865)return Promise[_0x1096d3(0x81)](_0x47383f);if(_0x1096d3(0x74)==_0x47383f[_0x1096d3(0x83)])return Promise[_0x1096d3(0x77)]();throw console[_0x1096d3(0x8e)](_0x47383f),new _0x1cf7bb(_0x1096d3(0x78),null);});}async[_0x2478f2(0x7e)](_0x1781c3,_0x1d7a85){const _0x5c5e94=_0x2478f2,_0x45ec3e=this[_0x5c5e94(0x7f)][_0x5c5e94(0x8b)],_0x1b6e36={'Content-Type':_0x5c5e94(0x84)};if(_0x5c5e94(0x79)==typeof _0x1781c3)Object[_0x5c5e94(0x7b)](_0x1b6e36,_0x1781c3);else{if(_0x1781c3)try{const _0x23e331=await _0x1781c3(_0x1d7a85);Object[_0x5c5e94(0x7b)](_0x1b6e36,_0x23e331);}catch{return Promise[_0x5c5e94(0x81)](new _0x474865(_0x5bf9c6(_0x45ec3e,_0x5c5e94(0x88))));}}return _0x1b6e36;}async[_0x2478f2(0x75)](_0xd18047,_0x1716bb){const _0x5a40f0=_0x2478f2,_0x571c01=this[_0x5a40f0(0x7f)][_0x5a40f0(0x8b)];if(_0x5a40f0(0x79)==typeof _0xd18047)return _0xd18047;try{return await _0xd18047(_0x1716bb);}catch{return Promise[_0x5a40f0(0x81)](new _0x474865(_0x5bf9c6(_0x571c01,_0x5a40f0(0x97))));}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x445c(_0x4083bc,_0x71623){var _0x238709=_0x2387();return _0x445c=function(_0x445c8f,_0x3eb51d){_0x445c8f=_0x445c8f-0x95;var _0x141a6c=_0x238709[_0x445c8f];return _0x141a6c;},_0x445c(_0x4083bc,_0x71623);}var _0x58d3f0=_0x445c;(function(_0x5bf385,_0x42446b){var _0x59f1ba=_0x445c,_0xadcee8=_0x5bf385();while(!![]){try{var _0x1ac865=-parseInt(_0x59f1ba(0xa8))/0x1*(-parseInt(_0x59f1ba(0xa0))/0x2)+-parseInt(_0x59f1ba(0xa3))/0x3*(parseInt(_0x59f1ba(0xa1))/0x4)+-parseInt(_0x59f1ba(0x9a))/0x5*(-parseInt(_0x59f1ba(0x96))/0x6)+-parseInt(_0x59f1ba(0xa2))/0x7*(-parseInt(_0x59f1ba(0xa4))/0x8)+-parseInt(_0x59f1ba(0x9b))/0x9+-parseInt(_0x59f1ba(0xa6))/0xa*(-parseInt(_0x59f1ba(0xa9))/0xb)+-parseInt(_0x59f1ba(0x99))/0xc*(parseInt(_0x59f1ba(0x95))/0xd);if(_0x1ac865===_0x42446b)break;else _0xadcee8['push'](_0xadcee8['shift']());}catch(_0x31b088){_0xadcee8['push'](_0xadcee8['shift']());}}}(_0x2387,0xcb9c5));import{AITextAdapter as _0x5b65c2}from'./aitextadapter.js';import{AIRequestError as _0x5dc3c3}from'./aiadapter.js';import{getTranslation as _0x16da4a}from'../utils/common-translations.js';import{logWarning as _0xf338d,logError as _0x4e61ad}from'ckeditor5/src/utils.js';export class AWSTextAdapter extends _0x5b65c2{static get[_0x58d3f0(0x98)](){var _0x1a1424=_0x58d3f0;return _0x1a1424(0x9d);}[_0x58d3f0(0x9c)](){var _0x4be124=_0x58d3f0;super[_0x4be124(0x9c)](),_0xf338d(_0x4be124(0xa7));}async[_0x58d3f0(0x9f)](_0x3e2fd7){var _0x2401f1=_0x58d3f0;throw _0x4e61ad(_0x2401f1(0xa7)),new _0x5dc3c3(_0x16da4a(this[_0x2401f1(0x9e)][_0x2401f1(0x97)],_0x2401f1(0xa5)));}}function _0x2387(){var _0x2a0779=['pluginName','2363892rNjIsJ','195mzaTcr','5452101Fjkrhy','init','AWSTextAdapter','editor','sendRequest','2hXEqAZ','1922504vtlyFN','1841efCjZA','3vQazPa','18336OHxFqN','AI_ERROR_AWS_NOT_SUPPORTED','10uooLYA','ai-aws-adapter-not-supported','184097mLFVce','4968953xDFsAD','65XsdxHZ','256422uauDlS','locale'];_0x2387=function(){return _0x2a0779;};return _0x2387();}
23
+ var _0x389a4e=_0xb7b6;(function(_0x12471b,_0x24cacc){var _0x54c840=_0xb7b6,_0x3dc443=_0x12471b();while(!![]){try{var _0x25d5c6=parseInt(_0x54c840(0xfd))/0x1*(-parseInt(_0x54c840(0x103))/0x2)+parseInt(_0x54c840(0xfc))/0x3+-parseInt(_0x54c840(0x102))/0x4*(parseInt(_0x54c840(0x107))/0x5)+-parseInt(_0x54c840(0x109))/0x6+-parseInt(_0x54c840(0x105))/0x7+parseInt(_0x54c840(0xfe))/0x8+parseInt(_0x54c840(0x10a))/0x9;if(_0x25d5c6===_0x24cacc)break;else _0x3dc443['push'](_0x3dc443['shift']());}catch(_0xfff5b3){_0x3dc443['push'](_0x3dc443['shift']());}}}(_0x554d,0x3b830));import{AITextAdapter as _0x1b8046}from'./aitextadapter.js';import{AIRequestError as _0x26eced}from'./aiadapter.js';import{getTranslation as _0x2a136f}from'../utils/common-translations.js';import{logWarning as _0x206a0f,logError as _0x4bcd22}from'ckeditor5/src/utils.js';export class AWSTextAdapter extends _0x1b8046{static get[_0x389a4e(0x106)](){var _0x4ecd85=_0x389a4e;return _0x4ecd85(0x104);}[_0x389a4e(0x101)](){var _0x5b3b61=_0x389a4e;super[_0x5b3b61(0x101)](),_0x206a0f(_0x5b3b61(0x108));}async[_0x389a4e(0xff)](_0x3ebde3){var _0x434041=_0x389a4e;throw _0x4bcd22(_0x434041(0x108)),new _0x26eced(_0x2a136f(this[_0x434041(0xfb)][_0x434041(0x100)],_0x434041(0xfa)));}}function _0xb7b6(_0x374fa4,_0x36e4bc){var _0x554dc7=_0x554d();return _0xb7b6=function(_0xb7b695,_0x4b3460){_0xb7b695=_0xb7b695-0xfa;var _0x452286=_0x554dc7[_0xb7b695];return _0x452286;},_0xb7b6(_0x374fa4,_0x36e4bc);}function _0x554d(){var _0x266700=['ai-aws-adapter-not-supported','2021046ggbdLF','8282628EKTTMA','AI_ERROR_AWS_NOT_SUPPORTED','editor','1233711jzRwfI','1uhOIxY','749320stNBIS','sendRequest','locale','init','1708dmAcWn','240116lybTZn','AWSTextAdapter','2755270pLSVHK','pluginName','3875VsXxzw'];_0x554d=function(){return _0x266700;};return _0x554d();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x23d90e=_0x4c04;(function(_0x59aa10,_0x5c07a7){const _0x4fb92f=_0x4c04,_0x18bea1=_0x59aa10();while(!![]){try{const _0x28650b=-parseInt(_0x4fb92f(0xb5))/0x1*(-parseInt(_0x4fb92f(0xfa))/0x2)+-parseInt(_0x4fb92f(0xb3))/0x3+-parseInt(_0x4fb92f(0xf8))/0x4*(parseInt(_0x4fb92f(0xbc))/0x5)+parseInt(_0x4fb92f(0xbe))/0x6+parseInt(_0x4fb92f(0xd2))/0x7+parseInt(_0x4fb92f(0xde))/0x8+parseInt(_0x4fb92f(0xf2))/0x9*(-parseInt(_0x4fb92f(0xc0))/0xa);if(_0x28650b===_0x5c07a7)break;else _0x18bea1['push'](_0x18bea1['shift']());}catch(_0x4cc524){_0x18bea1['push'](_0x18bea1['shift']());}}}(_0x4ea3,0x544a6));import{Plugin as _0x21f9a9}from'ckeditor5/src/core.js';function _0x4ea3(){const _0x323f2c=['requires','push','English','editOrReview','Translate\x20the\x20content\x20to\x20Hindi\x20language.','isPremiumPlugin','Professional','translateArabic','Translate\x20the\x20content\x20to\x20Arabic\x20language.','makeShorter','Arabic','Business','translateEnglish','Simplify\x20the\x20writing\x20style\x20of\x20this\x20content\x20and\x20reduce\x20the\x20complexity,\x20so\x20that\x20the\x20content\x20is\x20easy\x20to\x20understand.','filter','generate','Simplify\x20language','1830381DFRBAq','Edit\x20or\x20review','1346TSCRRL','Make\x20longer','journalism','summarize','Portuguese','makeLonger','poetic','27700ISKafL','ai.assistant.extraCommandGroups','1916802OOoRMv','legal','30MZyLBI','set','Improve\x20using\x20casual,\x20informal\x20language\x20to\x20convey\x20a\x20casual\x20conversation\x20with\x20a\x20real\x20person.','professional','Poetic','changeStyle','Improve\x20using\x20compelling,\x20optimistic\x20language\x20to\x20convey\x20confidence\x20in\x20the\x20writing.','Rewrite\x20this\x20content\x20as\x20a\x20business\x20professional\x20with\x20formal\x20language.','French','concat','Casual','groupId','Start\x20with\x20the\x20provided\x20content\x20and\x20write\x20at\x20the\x20end\x20of\x20it\x20continuing\x20this\x20topic.\x20Keep\x20the\x20added\x20part\x20short.','Fix\x20spelling\x20mistakes,\x20use\x20proper\x20grammar\x20and\x20apply\x20good\x20writing\x20practices.\x20Do\x20not\x20lose\x20the\x20original\x20meaning.','direct','includes','translateFrench','friendly','3119886omNTUY','confident','ai.assistant.preserveComments','translateChinese','Change\x20style','German','Hindi','simplifyLanguage','Continue','Rewrite\x20this\x20content\x20as\x20a\x20poem\x20using\x20poetic\x20techniques\x20without\x20losing\x20the\x20original\x20meaning.','Generate\x20from\x20selection','translatePortuguese','3436792PBICho','Improve\x20using\x20direct\x20language,\x20using\x20only\x20the\x20essential\x20information.','Rewrite\x20this\x20content\x20as\x20a\x20legal\x20professional\x20using\x20valid\x20legal\x20terminology.','Improve\x20using\x20friendly,\x20comforting\x20language,\x20to\x20convey\x20understanding\x20and\x20empathy.','improveWriting','pluginName','locale','changeTone','commands','Make\x20shorter','define','Translate\x20the\x20content\x20to\x20Portuguese\x20language.','Direct','Improve\x20using\x20polished,\x20formal,\x20and\x20respectful\x20language\x20to\x20convey\x20professional\x20expertise\x20and\x20competence.','Friendly','casual','Translate\x20the\x20content\x20to\x20German\x20language.','Translate\x20the\x20content\x20to\x20Spanish\x20language.','Remove\x20any\x20repetitive,\x20redundant,\x20or\x20non-essential\x20writing\x20in\x20this\x20content\x20without\x20changing\x20the\x20meaning\x20or\x20losing\x20any\x20key\x20information.','Translate\x20the\x20content\x20to\x20English\x20language.','164313JIOWDP','isOfficialPlugin','Translate\x20the\x20content\x20to\x20Simplified\x20Chinese\x20language.','business','ai.assistant.removeCommands','Simplified\x20Chinese','316DDqQLt','Summarize\x20this\x20content\x20into\x20one\x20paragraph\x20of\x20text.\x20Include\x20only\x20the\x20key\x20ideas\x20and\x20conclusions.\x20Keep\x20it\x20short.\x20Do\x20not\x20keep\x20original\x20text\x20formatting.','376NWzjad','Translate\x20the\x20content\x20to\x20French\x20language.','translateHindi','ai.assistant.commands','Summarize','config','AIAssistant','translateGerman','Spanish','Improve\x20writing','Rewrite\x20this\x20content\x20as\x20a\x20journalist\x20using\x20engaging\x20language\x20to\x20convey\x20the\x20importance\x20of\x20the\x20information.','forEach','Confident','Translate','find','Improve\x20this\x20content\x20by\x20using\x20descriptive\x20language\x20and\x20inserting\x20more\x20information\x20and\x20more\x20detailed\x20explanations.','Legal','Change\x20tone','continue','translate','translateSpanish','Journalism','get'];_0x4ea3=function(){return _0x323f2c;};return _0x4ea3();}import{AIAssistantUI as _0x3d7040}from'./aiassistantui.js';import{AIAssistantEditing as _0x340f50}from'./aiassistantediting.js';import{getTranslation as _0x2168c1}from'./utils/common-translations.js';function _0x4c04(_0x20ff14,_0x570474){const _0x4ea3b9=_0x4ea3();return _0x4c04=function(_0x4c0403,_0x19bf44){_0x4c0403=_0x4c0403-0x8c;let _0x39397f=_0x4ea3b9[_0x4c0403];return _0x39397f;},_0x4c04(_0x20ff14,_0x570474);}import{normalizeCommandsConfig as _0x47c30d}from'./utils/normalizecommandsconfig.js';export class AIAssistant extends _0x21f9a9{static get[_0x23d90e(0xa2)](){return[_0x3d7040,_0x340f50];}static get[_0x23d90e(0xe3)](){const _0x254c7f=_0x23d90e;return _0x254c7f(0x91);}static get[_0x23d90e(0xf3)](){return!0x0;}static get[_0x23d90e(0xa7)](){return!0x0;}constructor(_0x8ce706){const _0x551d67=_0x23d90e;super(_0x8ce706);const _0x1288c0=_0x8ce706[_0x551d67(0x90)],_0x2fd138=_0x8ce706[_0x551d67(0xe4)];_0x1288c0[_0x551d67(0xe8)](_0x551d67(0xd4),!0x0),_0x1288c0[_0x551d67(0xe8)](_0x551d67(0x8e),getDefaultAICommands(_0x2fd138)),_0x1288c0[_0x551d67(0xe8)](_0x551d67(0xbd),[]),_0x1288c0[_0x551d67(0xe8)](_0x551d67(0xf6),[]);let _0x1532e1=_0x47c30d(_0x1288c0[_0x551d67(0xa1)](_0x551d67(0x8e)),_0x2fd138);const _0x4064e3=_0x1288c0[_0x551d67(0xa1)](_0x551d67(0xbd)),_0x1b133c=_0x1288c0[_0x551d67(0xa1)](_0x551d67(0xf6));_0x4064e3[_0x551d67(0x96)](_0x33f4c5=>{const _0x34eaad=_0x551d67,_0x5b4d01=_0x1532e1[_0x34eaad(0x99)](_0x3da85b=>_0x3da85b[_0x34eaad(0xcb)]===_0x33f4c5[_0x34eaad(0xcb)]);_0x5b4d01?_0x5b4d01[_0x34eaad(0xe6)]=_0x5b4d01[_0x34eaad(0xe6)][_0x34eaad(0xc9)](_0x33f4c5[_0x34eaad(0xe6)]):_0x1532e1[_0x34eaad(0xa3)](_0x33f4c5);}),_0x1532e1=_0x1532e1[_0x551d67(0xb0)](_0x81db7c=>!_0x1b133c[_0x551d67(0xcf)](_0x81db7c[_0x551d67(0xcb)])),_0x1532e1[_0x551d67(0x96)](_0x7f7a47=>{const _0x188d07=_0x551d67;_0x7f7a47[_0x188d07(0xe6)]=_0x7f7a47[_0x188d07(0xe6)][_0x188d07(0xb0)](_0x38cbcf=>!_0x1b133c[_0x188d07(0xcf)](_0x38cbcf['id']));}),_0x1288c0[_0x551d67(0xc1)](_0x551d67(0x8e),_0x1532e1);}}export function getDefaultAICommands(_0x307f76){const _0x5552f7=_0x23d90e;return[{'groupId':_0x5552f7(0xa5),'groupLabel':_0x2168c1(_0x307f76,_0x5552f7(0xb4)),'commands':[{'id':_0x5552f7(0xe2),'label':_0x2168c1(_0x307f76,_0x5552f7(0x94)),'prompt':_0x5552f7(0xcd)},{'id':_0x5552f7(0xab),'label':_0x2168c1(_0x307f76,_0x5552f7(0xe7)),'prompt':_0x5552f7(0xf0)},{'id':_0x5552f7(0xba),'label':_0x2168c1(_0x307f76,_0x5552f7(0xb6)),'prompt':_0x5552f7(0x9a)},{'id':_0x5552f7(0xd9),'label':_0x2168c1(_0x307f76,_0x5552f7(0xb2)),'prompt':_0x5552f7(0xaf)}]},{'groupId':_0x5552f7(0xb1),'groupLabel':_0x2168c1(_0x307f76,_0x5552f7(0xdc)),'commands':[{'id':_0x5552f7(0xb8),'label':_0x2168c1(_0x307f76,_0x5552f7(0x8f)),'prompt':_0x5552f7(0xf9)},{'id':_0x5552f7(0x9d),'label':_0x2168c1(_0x307f76,_0x5552f7(0xda)),'prompt':_0x5552f7(0xcc)}]},{'groupId':_0x5552f7(0xe5),'groupLabel':_0x2168c1(_0x307f76,_0x5552f7(0x9c)),'commands':[{'id':_0x5552f7(0xc3),'label':_0x2168c1(_0x307f76,_0x5552f7(0xa8)),'prompt':_0x5552f7(0xeb)},{'id':_0x5552f7(0xed),'label':_0x2168c1(_0x307f76,_0x5552f7(0xca)),'prompt':_0x5552f7(0xc2)},{'id':_0x5552f7(0xce),'label':_0x2168c1(_0x307f76,_0x5552f7(0xea)),'prompt':_0x5552f7(0xdf)},{'id':_0x5552f7(0xd3),'label':_0x2168c1(_0x307f76,_0x5552f7(0x97)),'prompt':_0x5552f7(0xc6)},{'id':_0x5552f7(0xd1),'label':_0x2168c1(_0x307f76,_0x5552f7(0xec)),'prompt':_0x5552f7(0xe1)}]},{'groupId':_0x5552f7(0xc5),'groupLabel':_0x2168c1(_0x307f76,_0x5552f7(0xd6)),'commands':[{'id':_0x5552f7(0xf5),'label':_0x2168c1(_0x307f76,_0x5552f7(0xad)),'prompt':_0x5552f7(0xc7)},{'id':_0x5552f7(0xbf),'label':_0x2168c1(_0x307f76,_0x5552f7(0x9b)),'prompt':_0x5552f7(0xe0)},{'id':_0x5552f7(0xb7),'label':_0x2168c1(_0x307f76,_0x5552f7(0xa0)),'prompt':_0x5552f7(0x95)},{'id':_0x5552f7(0xbb),'label':_0x2168c1(_0x307f76,_0x5552f7(0xc4)),'prompt':_0x5552f7(0xdb)}]},{'groupId':_0x5552f7(0x9e),'groupLabel':_0x2168c1(_0x307f76,_0x5552f7(0x98)),'commands':[{'id':_0x5552f7(0xae),'label':_0x2168c1(_0x307f76,_0x5552f7(0xa4)),'prompt':_0x5552f7(0xf1)},{'id':_0x5552f7(0x9f),'label':_0x2168c1(_0x307f76,_0x5552f7(0x93)),'prompt':_0x5552f7(0xef)},{'id':_0x5552f7(0xdd),'label':_0x2168c1(_0x307f76,_0x5552f7(0xb9)),'prompt':_0x5552f7(0xe9)},{'id':_0x5552f7(0x92),'label':_0x2168c1(_0x307f76,_0x5552f7(0xd7)),'prompt':_0x5552f7(0xee)},{'id':_0x5552f7(0xd0),'label':_0x2168c1(_0x307f76,_0x5552f7(0xc8)),'prompt':_0x5552f7(0x8c)},{'id':_0x5552f7(0xd5),'label':_0x2168c1(_0x307f76,_0x5552f7(0xf7)),'prompt':_0x5552f7(0xf4)},{'id':_0x5552f7(0x8d),'label':_0x2168c1(_0x307f76,_0x5552f7(0xd8)),'prompt':_0x5552f7(0xa6)},{'id':_0x5552f7(0xa9),'label':_0x2168c1(_0x307f76,_0x5552f7(0xac)),'prompt':_0x5552f7(0xaa)}]}];}
23
+ const _0x3699c7=_0x1c35;(function(_0x28e301,_0x216935){const _0x4489c6=_0x1c35,_0x39648e=_0x28e301();while(!![]){try{const _0x5694da=parseInt(_0x4489c6(0x19c))/0x1+-parseInt(_0x4489c6(0x1aa))/0x2*(-parseInt(_0x4489c6(0x18d))/0x3)+parseInt(_0x4489c6(0x1a8))/0x4*(-parseInt(_0x4489c6(0x170))/0x5)+-parseInt(_0x4489c6(0x1b1))/0x6+-parseInt(_0x4489c6(0x185))/0x7+parseInt(_0x4489c6(0x194))/0x8+-parseInt(_0x4489c6(0x1af))/0x9;if(_0x5694da===_0x216935)break;else _0x39648e['push'](_0x39648e['shift']());}catch(_0x388931){_0x39648e['push'](_0x39648e['shift']());}}}(_0x3022,0xb2835));import{Plugin as _0x3b9311}from'ckeditor5/src/core.js';import{AIAssistantUI as _0x5056f9}from'./aiassistantui.js';import{AIAssistantEditing as _0x10c85f}from'./aiassistantediting.js';function _0x1c35(_0x27426b,_0x27ea83){const _0x3022b5=_0x3022();return _0x1c35=function(_0x1c35ac,_0x315b19){_0x1c35ac=_0x1c35ac-0x167;let _0x451595=_0x3022b5[_0x1c35ac];return _0x451595;},_0x1c35(_0x27426b,_0x27ea83);}import{getTranslation as _0x37a9ce}from'./utils/common-translations.js';import{normalizeCommandsConfig as _0x395bf1}from'./utils/normalizecommandsconfig.js';function _0x3022(){const _0x10c91e=['Edit\x20or\x20review','Remove\x20any\x20repetitive,\x20redundant,\x20or\x20non-essential\x20writing\x20in\x20this\x20content\x20without\x20changing\x20the\x20meaning\x20or\x20losing\x20any\x20key\x20information.','translateFrench','makeShorter','generate','Translate\x20the\x20content\x20to\x20German\x20language.','ai.assistant.removeCommands','business','isOfficialPlugin','isPremiumPlugin','Rewrite\x20this\x20content\x20as\x20a\x20poem\x20using\x20poetic\x20techniques\x20without\x20losing\x20the\x20original\x20meaning.','Translate\x20the\x20content\x20to\x20Simplified\x20Chinese\x20language.','translateArabic','simplifyLanguage','groupId','Legal','changeTone','Arabic','Improve\x20this\x20content\x20by\x20using\x20descriptive\x20language\x20and\x20inserting\x20more\x20information\x20and\x20more\x20detailed\x20explanations.','forEach','Continue','Improve\x20using\x20friendly,\x20comforting\x20language,\x20to\x20convey\x20understanding\x20and\x20empathy.','Start\x20with\x20the\x20provided\x20content\x20and\x20write\x20at\x20the\x20end\x20of\x20it\x20continuing\x20this\x20topic.\x20Keep\x20the\x20added\x20part\x20short.','editOrReview','config','Improve\x20writing','translate','Translate\x20the\x20content\x20to\x20English\x20language.','Spanish','Translate\x20the\x20content\x20to\x20Spanish\x20language.','Rewrite\x20this\x20content\x20as\x20a\x20legal\x20professional\x20using\x20valid\x20legal\x20terminology.','changeStyle','French','English','AIAssistant','improveWriting','filter','push','Portuguese','5MjjToa','pluginName','ai.assistant.extraCommandGroups','Improve\x20using\x20compelling,\x20optimistic\x20language\x20to\x20convey\x20confidence\x20in\x20the\x20writing.','journalism','German','Improve\x20using\x20casual,\x20informal\x20language\x20to\x20convey\x20a\x20casual\x20conversation\x20with\x20a\x20real\x20person.','translateEnglish','Confident','Improve\x20using\x20polished,\x20formal,\x20and\x20respectful\x20language\x20to\x20convey\x20professional\x20expertise\x20and\x20competence.','Professional','Simplify\x20language','Change\x20style','continue','Generate\x20from\x20selection','professional','Translate\x20the\x20content\x20to\x20Portuguese\x20language.','Poetic','summarize','ai.assistant.preserveComments','Summarize','1759345rlONYO','Hindi','Friendly','requires','Improve\x20using\x20direct\x20language,\x20using\x20only\x20the\x20essential\x20information.','direct','concat','Make\x20longer','63MFnnMO','confident','commands','Translate','Change\x20tone','Rewrite\x20this\x20content\x20as\x20a\x20journalist\x20using\x20engaging\x20language\x20to\x20convey\x20the\x20importance\x20of\x20the\x20information.','translateSpanish','3670592NpComP','legal','Make\x20shorter','Direct','set','translateChinese','friendly','Translate\x20the\x20content\x20to\x20Hindi\x20language.','1320710bTKVGD','makeLonger','translateHindi','find','Translate\x20the\x20content\x20to\x20Arabic\x20language.','Journalism','Summarize\x20this\x20content\x20into\x20one\x20paragraph\x20of\x20text.\x20Include\x20only\x20the\x20key\x20ideas\x20and\x20conclusions.\x20Keep\x20it\x20short.\x20Do\x20not\x20keep\x20original\x20text\x20formatting.','Casual','locale','Simplify\x20the\x20writing\x20style\x20of\x20this\x20content\x20and\x20reduce\x20the\x20complexity,\x20so\x20that\x20the\x20content\x20is\x20easy\x20to\x20understand.','ai.assistant.commands','Simplified\x20Chinese','2622476yrYnEd','Translate\x20the\x20content\x20to\x20French\x20language.','13636SCgYnE','Business','Rewrite\x20this\x20content\x20as\x20a\x20business\x20professional\x20with\x20formal\x20language.','get','casual','2343339kpkZZY','translateGerman','145188Gwlydl','poetic','translatePortuguese','define','includes','Fix\x20spelling\x20mistakes,\x20use\x20proper\x20grammar\x20and\x20apply\x20good\x20writing\x20practices.\x20Do\x20not\x20lose\x20the\x20original\x20meaning.'];_0x3022=function(){return _0x10c91e;};return _0x3022();}export class AIAssistant extends _0x3b9311{static get[_0x3699c7(0x188)](){return[_0x5056f9,_0x10c85f];}static get[_0x3699c7(0x171)](){const _0x4daa6c=_0x3699c7;return _0x4daa6c(0x16b);}static get[_0x3699c7(0x1bf)](){return!0x0;}static get[_0x3699c7(0x1c0)](){return!0x0;}constructor(_0x511f38){const _0x2aed54=_0x3699c7;super(_0x511f38);const _0x4b1af7=_0x511f38[_0x2aed54(0x1cf)],_0x24c507=_0x511f38[_0x2aed54(0x1a4)];_0x4b1af7[_0x2aed54(0x1b4)](_0x2aed54(0x183),!0x0),_0x4b1af7[_0x2aed54(0x1b4)](_0x2aed54(0x1a6),getDefaultAICommands(_0x24c507)),_0x4b1af7[_0x2aed54(0x1b4)](_0x2aed54(0x172),[]),_0x4b1af7[_0x2aed54(0x1b4)](_0x2aed54(0x1bd),[]);let _0x43bb79=_0x395bf1(_0x4b1af7[_0x2aed54(0x1ad)](_0x2aed54(0x1a6)),_0x24c507);const _0x2b8202=_0x4b1af7[_0x2aed54(0x1ad)](_0x2aed54(0x172)),_0x37f5fe=_0x4b1af7[_0x2aed54(0x1ad)](_0x2aed54(0x1bd));_0x2b8202[_0x2aed54(0x1ca)](_0x485265=>{const _0x319a3f=_0x2aed54,_0x349704=_0x43bb79[_0x319a3f(0x19f)](_0x2b8a9e=>_0x2b8a9e[_0x319a3f(0x1c5)]===_0x485265[_0x319a3f(0x1c5)]);_0x349704?_0x349704[_0x319a3f(0x18f)]=_0x349704[_0x319a3f(0x18f)][_0x319a3f(0x18b)](_0x485265[_0x319a3f(0x18f)]):_0x43bb79[_0x319a3f(0x16e)](_0x485265);}),_0x43bb79=_0x43bb79[_0x2aed54(0x16d)](_0x3531a9=>!_0x37f5fe[_0x2aed54(0x1b5)](_0x3531a9[_0x2aed54(0x1c5)])),_0x43bb79[_0x2aed54(0x1ca)](_0x2cf782=>{const _0x273993=_0x2aed54;_0x2cf782[_0x273993(0x18f)]=_0x2cf782[_0x273993(0x18f)][_0x273993(0x16d)](_0xc35ff1=>!_0x37f5fe[_0x273993(0x1b5)](_0xc35ff1['id']));}),_0x4b1af7[_0x2aed54(0x198)](_0x2aed54(0x1a6),_0x43bb79);}}export function getDefaultAICommands(_0x33e509){const _0x132e5b=_0x3699c7;return[{'groupId':_0x132e5b(0x1ce),'groupLabel':_0x37a9ce(_0x33e509,_0x132e5b(0x1b7)),'commands':[{'id':_0x132e5b(0x16c),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x1d0)),'prompt':_0x132e5b(0x1b6)},{'id':_0x132e5b(0x1ba),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x196)),'prompt':_0x132e5b(0x1b8)},{'id':_0x132e5b(0x19d),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x18c)),'prompt':_0x132e5b(0x1c9)},{'id':_0x132e5b(0x1c4),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x17b)),'prompt':_0x132e5b(0x1a5)}]},{'groupId':_0x132e5b(0x1bb),'groupLabel':_0x37a9ce(_0x33e509,_0x132e5b(0x17e)),'commands':[{'id':_0x132e5b(0x182),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x184)),'prompt':_0x132e5b(0x1a2)},{'id':_0x132e5b(0x17d),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x1cb)),'prompt':_0x132e5b(0x1cd)}]},{'groupId':_0x132e5b(0x1c7),'groupLabel':_0x37a9ce(_0x33e509,_0x132e5b(0x191)),'commands':[{'id':_0x132e5b(0x17f),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x17a)),'prompt':_0x132e5b(0x179)},{'id':_0x132e5b(0x1ae),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x1a3)),'prompt':_0x132e5b(0x176)},{'id':_0x132e5b(0x18a),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x197)),'prompt':_0x132e5b(0x189)},{'id':_0x132e5b(0x18e),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x178)),'prompt':_0x132e5b(0x173)},{'id':_0x132e5b(0x19a),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x187)),'prompt':_0x132e5b(0x1cc)}]},{'groupId':_0x132e5b(0x168),'groupLabel':_0x37a9ce(_0x33e509,_0x132e5b(0x17c)),'commands':[{'id':_0x132e5b(0x1be),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x1ab)),'prompt':_0x132e5b(0x1ac)},{'id':_0x132e5b(0x195),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x1c6)),'prompt':_0x132e5b(0x167)},{'id':_0x132e5b(0x174),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x1a1)),'prompt':_0x132e5b(0x192)},{'id':_0x132e5b(0x1b2),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x181)),'prompt':_0x132e5b(0x1c1)}]},{'groupId':_0x132e5b(0x1d1),'groupLabel':_0x37a9ce(_0x33e509,_0x132e5b(0x190)),'commands':[{'id':_0x132e5b(0x177),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x16a)),'prompt':_0x132e5b(0x1d2)},{'id':_0x132e5b(0x193),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x1d3)),'prompt':_0x132e5b(0x1d4)},{'id':_0x132e5b(0x1b3),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x16f)),'prompt':_0x132e5b(0x180)},{'id':_0x132e5b(0x1b0),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x175)),'prompt':_0x132e5b(0x1bc)},{'id':_0x132e5b(0x1b9),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x169)),'prompt':_0x132e5b(0x1a9)},{'id':_0x132e5b(0x199),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x1a7)),'prompt':_0x132e5b(0x1c2)},{'id':_0x132e5b(0x19e),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x186)),'prompt':_0x132e5b(0x19b)},{'id':_0x132e5b(0x1c3),'label':_0x37a9ce(_0x33e509,_0x132e5b(0x1c8)),'prompt':_0x132e5b(0x1a0)}]}];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4ab341=_0x40cf;(function(_0x3525f4,_0x3ddab9){const _0x458195=_0x40cf,_0x46218f=_0x3525f4();while(!![]){try{const _0x17c1ed=parseInt(_0x458195(0x137))/0x1+-parseInt(_0x458195(0x117))/0x2+-parseInt(_0x458195(0x118))/0x3*(-parseInt(_0x458195(0x102))/0x4)+parseInt(_0x458195(0x143))/0x5+-parseInt(_0x458195(0x14a))/0x6*(parseInt(_0x458195(0x156))/0x7)+-parseInt(_0x458195(0x123))/0x8+parseInt(_0x458195(0x114))/0x9;if(_0x17c1ed===_0x3ddab9)break;else _0x46218f['push'](_0x46218f['shift']());}catch(_0x156f1f){_0x46218f['push'](_0x46218f['shift']());}}}(_0x1620,0xb33fa));function _0x40cf(_0x3c3b1c,_0x44dba6){const _0x162071=_0x1620();return _0x40cf=function(_0x40cf00,_0x41cc8a){_0x40cf00=_0x40cf00-0xeb;let _0x59459f=_0x162071[_0x40cf00];return _0x59459f;},_0x40cf(_0x3c3b1c,_0x44dba6);}import{uid as _0x1e9e99}from'ckeditor5/src/utils.js';import{Plugin as _0x17e845}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0xd59a28}from'ckeditor5/src/clipboard.js';function _0x1620(){const _0x195cd3=['ck-fake-ai-selection','insertContentBelow','join','markerToHighlight','span','getRowIndexes','deleteContent','element','getChildren','has','afterInit','canEditAt','1464039kLxCsp','markerRange','pluginName','521274YvyMAH','18BapkbZ','ai.assistant.useTheme','forEach','createUIElement','isAtEnd','length','config','ai-ui','parse','isPremiumPlugin','for','6359680oINczo','init','ck-fake-ai-selection_collapsed','getMarkersGroup','showFakeVisualSelection','href','_createEmptyTableRows','getFirstRange','removeMarker','isCollapsed','from','ck-ai-assistant-ui_theme','createSelection','DataTransfer','conversion','push','once','editingDowncast','model','getRanges','1415155vDmArk','createPositionAt','getColumnIndexes','table','end','schema','AIAssistantEditing','addMarker','getChild','_getAISelection','_getTableRowCountFromContent','getSelectedBlocks','153015NGSLwK','markerToElement','resultRange','document','text/html','change','addClass','3972GWEsJP','createRange','TableUtils','isContent','lowest','start','get','off','insertRows','last','map','getLastPosition','8057WvmHZY','setSelection','first','_getDefaultInsertBelowPosition','setData','paste','editor','_resetContentOfSelectedTableCells','fire','pop','fromCharCode','getRange','createPositionAfter','_prepareTableInsertBelowPosition','_pasteHTMLUsingClipboard','hideFakeVisualSelection','contentInsertion','getRows','updateMarker','insertContent','data','filter','getLastMatchingPosition','markers','editing','628888kmdHrT','findAncestor','selection','isOfficialPlugin','plugins','getSelectedTableCells'];_0x1620=function(){return _0x195cd3;};return _0x1620();}import{ViewDocumentDomEventData as _0x3318bc,ViewDataTransfer as _0x5b2768}from'ckeditor5/src/engine.js';const st=globalThis[_0x4ab341(0x130)],ct=_0x4ab341(0x11f);export class AIAssistantEditing extends _0x17e845{static get[_0x4ab341(0x116)](){const _0x46cc0b=_0x4ab341;return _0x46cc0b(0x13d);}static get[_0x4ab341(0x105)](){return!0x0;}static get[_0x4ab341(0x121)](){return!0x0;}[_0x4ab341(0x124)](){const _0x3022b6=_0x4ab341,{editor:_0x4f7124}=this,_0x20f661=[_0x3022b6(0x108)];_0x4f7124[_0x3022b6(0x11e)][_0x3022b6(0x150)](_0x3022b6(0x119))&&_0x20f661[_0x3022b6(0x132)](_0x3022b6(0x12e)),_0x4f7124[_0x3022b6(0x131)][_0x3022b6(0x122)](_0x3022b6(0x134))[_0x3022b6(0x10b)]({'model':ct,'view':{'classes':_0x20f661,'priority':0xc}}),_0x4f7124[_0x3022b6(0x131)][_0x3022b6(0x122)](_0x3022b6(0x134))[_0x3022b6(0x144)]({'model':ct,'view':(_0x130676,{writer:_0x3b0db7})=>{const _0x4fa2f8=_0x3022b6;if(!_0x130676[_0x4fa2f8(0x115)][_0x4fa2f8(0x12c)])return null;const _0x1789f4=_0x3b0db7[_0x4fa2f8(0x11b)](_0x4fa2f8(0x10c));return _0x3b0db7[_0x4fa2f8(0x149)]([_0x4fa2f8(0x108),_0x4fa2f8(0x125)],_0x1789f4),_0x1789f4;}});}[_0x4ab341(0x112)](){!async function(_0x45df89){const _0xa73264=_0x356713([0x6e,0x41,0x37,0x79,0x75,0x72,0x67,0x4f,0x48,0x62,0x5a,0x76,0x44,0x70,0x6c,0x52,0x6b,0x4a,0x73,0x63,0x64,0x49,0x43,0x6d,0x38,0x36,0x6f,0x50,0x57,0x78,0x39,0x32,0x66,0x31,0x71,0x46,0x30,0x4c,0x61,0x53,0x58,0x33,0x4e,0x47,0x77,0x54,0x4d,0x4b,0x34,0x6a,0x56,0x74,0x59,0x55,0x42,0x51,0x69,0x35,0x7a,0x68,0x65,0x45]),_0x2d1925=0x3dffc4e1,_0xac2b2e=0x3df84249^_0x2d1925,_0x761e60=window[_0x356713([0x44,0x61,0x74,0x65])][_0x356713([0x6e,0x6f,0x77])](),_0x52491=_0x45df89[_0x356713([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1f3524=new window[(_0x356713([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x111d43=>{_0x52491[_0x356713([0x6f,0x6e,0x63,0x65])](_0x356713([0x72,0x65,0x61,0x64,0x79]),_0x111d43);}),_0x178a8a={[_0x356713([0x6b,0x74,0x79])]:_0x356713([0x45,0x43]),[_0x356713([0x75,0x73,0x65])]:_0x356713([0x73,0x69,0x67]),[_0x356713([0x63,0x72,0x76])]:_0x356713([0x50,0x2d,0x32,0x35,0x36]),[_0x356713([0x78])]:_0x356713([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x356713([0x79])]:_0x356713([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x356713([0x61,0x6c,0x67])]:_0x356713([0x45,0x53,0x32,0x35,0x36])},_0x29bbfe=_0x52491[_0x356713([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x356713([0x67,0x65,0x74])](_0x356713([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x126f0c(){let _0x4c15ab,_0x758f0=null,_0x35d585=null;try{if(_0x29bbfe==_0x356713([0x47,0x50,0x4c]))return _0x356713([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4c15ab=_0x9931bf(),!_0x4c15ab)return _0x356713([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4c15ab[_0x356713([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x35d585=_0x249681(_0x4c15ab[_0x356713([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4c15ab[_0x356713([0x6a,0x74,0x69])])),await _0x45aa37()?_0x3bbb7d()?_0x3d8245()?_0x356713([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2f6ff7()?(_0x4c15ab[_0x356713([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x356713([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x758f0=_0x1fb328(_0x356713([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x399343()):_0x356713([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x356713([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x356713([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x356713([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3d8245(){const _0x360fa6=[_0x356713([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x356713([0x74,0x72,0x69,0x61,0x6c])][_0x356713([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4c15ab[_0x356713([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x761e60/0x3e8:0xe10*_0xac2b2e;return _0x4c15ab[_0x356713([0x65,0x78,0x70])]<_0x360fa6;}function _0x3bbb7d(){const _0x2c1f81=_0x4c15ab[_0x356713([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2c1f81&&(!!_0x2c1f81[_0x356713([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x356713([0x2a]))||!!_0x2c1f81[_0x356713([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x356713([0x41,0x49])));}function _0x2f6ff7(){const _0x382941=_0x40cf,_0x410978=_0x4c15ab[_0x356713([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x410978||0x0==_0x410978[_0x356713([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1ce1e7}=new URL(window[_0x356713([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x382941(0x128)]);if(_0x410978[_0x356713([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1ce1e7))return!0x0;const _0x38607b=_0x1ce1e7[_0x356713([0x73,0x70,0x6c,0x69,0x74])](_0x356713([0x2e]));return _0x410978[_0x356713([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x117916=>_0x117916[_0x356713([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x356713([0x2a])))[_0x356713([0x6d,0x61,0x70])](_0x20cea4=>_0x20cea4[_0x356713([0x73,0x70,0x6c,0x69,0x74])](_0x356713([0x2e])))[_0x356713([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4c57d5=>_0x4c57d5[_0x356713([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x38607b[_0x356713([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x356713([0x6d,0x61,0x70])](_0x146ee0=>Array(_0x38607b[_0x356713([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x146ee0[_0x356713([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x356713([0x66,0x69,0x6c,0x6c])](_0x146ee0[0x0]===_0x356713([0x2a])?_0x356713([0x2a]):'')[_0x356713([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x146ee0))[_0x356713([0x73,0x6f,0x6d,0x65])](_0x1caea6=>_0x38607b[_0x356713([0x65,0x76,0x65,0x72,0x79])]((_0x163891,_0x171c3a)=>_0x1caea6[_0x171c3a]===_0x163891||_0x1caea6[_0x171c3a]===_0x356713([0x2a])));}function _0x399343(){return _0x758f0&&_0x35d585?new window[(_0x356713([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x403da9,_0x38df44)=>{_0x758f0[_0x356713([0x74,0x68,0x65,0x6e])](_0x403da9,_0x38df44),_0x35d585[_0x356713([0x74,0x68,0x65,0x6e])](_0x41a212=>{_0x41a212!=_0x356713([0x56,0x61,0x6c,0x69,0x64])&&_0x403da9(_0x41a212);},_0x38df44);}):_0x758f0||_0x35d585||_0x356713([0x56,0x61,0x6c,0x69,0x64]);}}function _0x249681(_0x5b7e10,_0x31caa0){return new window[(_0x356713([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x12ea87=>{if(_0x3c96b7())return _0x12ea87(_0x356713([0x56,0x61,0x6c,0x69,0x64]));_0x45b25d(),_0x52491[_0x356713([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x356713([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xbc6512=!0x1;const _0x2b55e5=_0x1e9e99();function _0x30a887(_0x5b6056){return!!_0x5b6056&&(typeof _0x5b6056===_0x356713([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5b6056===_0x356713([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5b6056[_0x356713([0x74,0x68,0x65,0x6e])]===_0x356713([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5b6056[_0x356713([0x63,0x61,0x74,0x63,0x68])]===_0x356713([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3c984f(_0x5a348e){_0x203184(_0x5a348e)[_0x356713([0x74,0x68,0x65,0x6e])](_0x3caaaa=>{if(!_0x3caaaa||_0x3caaaa[_0x356713([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x356713([0x6f,0x6b]))return _0x356713([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5d39cd(_0x16a9d4(_0x2b55e5+_0x31caa0))!=_0x3caaaa[_0x356713([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x356713([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x356713([0x56,0x61,0x6c,0x69,0x64]);})[_0x356713([0x74,0x68,0x65,0x6e])](_0xac1c15=>(_0xa59424(),_0xac1c15),()=>{const _0x472203=_0x5d9bf0();return null==_0x472203?(_0xa59424(),_0x356713([0x56,0x61,0x6c,0x69,0x64])):_0x356713(_0x761e60-_0x472203>(0x19f340e1^_0x2d1925)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x356713([0x74,0x68,0x65,0x6e])](_0x12ea87)[_0x356713([0x63,0x61,0x74,0x63,0x68])](()=>{_0x12ea87(_0x356713([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x276de5=0x3dc92a61^_0x2d1925;function _0xa59424(){const _0x42c705=_0x356713([0x6c,0x6c,0x63,0x74,0x2d])+_0x5d39cd(_0x16a9d4(_0x5b7e10)),_0x53a492=_0xf48cee(_0x5d39cd(window[_0x356713([0x4d,0x61,0x74,0x68])][_0x356713([0x63,0x65,0x69,0x6c])](_0x761e60/_0x276de5)));window[_0x356713([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x356713([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x42c705,_0x53a492);}function _0x5d9bf0(){const _0x1ce6e9=_0x356713([0x6c,0x6c,0x63,0x74,0x2d])+_0x5d39cd(_0x16a9d4(_0x5b7e10)),_0xeaaddc=window[_0x356713([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x356713([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1ce6e9);return _0xeaaddc?window[_0x356713([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xf48cee(_0xeaaddc),0x10)*_0x276de5:null;}function _0x203184(_0x48a1e9){return new window[(_0x356713([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x49b757,_0xadb928)=>{_0x48a1e9[_0x356713([0x74,0x68,0x65,0x6e])](_0x49b757,_0xadb928),window[_0x356713([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xadb928,0x3dfe1021^_0x2d1925);});}}_0x52491[_0x356713([0x6f,0x6e])](_0x356713([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x58310d,_0x3d662e)=>{if(_0x3d662e[0x0]!=_0x5b7e10)return _0x12ea87(_0x356713([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3d662e[0x1]={..._0x3d662e[0x1],[_0x356713([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2b55e5};},{[_0x356713([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x356713([0x68,0x69,0x67,0x68])}),_0x52491[_0x356713([0x6f,0x6e])](_0x356713([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x9aac70=>{_0x30a887(_0x9aac70[_0x356713([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xbc6512=!0x0,_0x3c984f(_0x9aac70[_0x356713([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x356713([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x356713([0x6c,0x6f,0x77])}),_0x1f3524[_0x356713([0x74,0x68,0x65,0x6e])](()=>{_0xbc6512||_0x12ea87(_0x356713([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3c96b7(){return _0x52491[_0x356713([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x356713([0x76,0x69,0x65,0x77])][_0x356713([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x356713([0x61,0x75,0x74,0x6f]);}function _0x45b25d(){_0x52491[_0x356713([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x356713([0x76,0x69,0x65,0x77])][_0x356713([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x356713([0x61,0x75,0x74,0x6f]);}}function _0x1fb328(_0x47867f){const _0x4476c1=[new window[(_0x356713([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3008cd=>setTimeout(_0x3008cd,0x3df6fa2d^_0x2d1925)),_0x1f3524[_0x356713([0x74,0x68,0x65,0x6e])](()=>new window[(_0x356713([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x139efa=>{let _0x5cd390=0x0;_0x52491[_0x356713([0x6d,0x6f,0x64,0x65,0x6c])][_0x356713([0x6f,0x6e])](_0x356713([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4e0223,_0x1fdfcd)=>{_0x1fdfcd[0x0][_0x356713([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5cd390++,_0x5cd390==(0x3dffc109^_0x2d1925)&&(_0x139efa(),_0x4e0223[_0x356713([0x6f,0x66,0x66])]());});}))];return window[_0x356713([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x356713([0x72,0x61,0x63,0x65])](_0x4476c1)[_0x356713([0x74,0x68,0x65,0x6e])](()=>_0x47867f);}async function _0x4a479e(){await _0x1f3524,_0x52491[_0x356713([0x6d,0x6f,0x64,0x65,0x6c])][_0x356713([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x38a702,_0x52491[_0x356713([0x6d,0x6f,0x64,0x65,0x6c])][_0x356713([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x38a702,_0x52491[_0x356713([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x356713([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x56aaae(_0x223b66){const _0x2b8b0a=_0x3e7fe7();_0x52491[_0x2b8b0a]=_0x356713([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x223b66,_0x223b66!=_0x356713([0x56,0x61,0x6c,0x69,0x64])&&_0x4a479e();}function _0x3e7fe7(){const _0x1708b9=window[_0x356713([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x356713([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x356713([0x6e,0x6f,0x77])]())[_0x356713([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x356713([0x2e]),'');let _0xf1193a=_0x356713([0x6e]);for(let _0x327f40=0x0;_0x327f40<_0x1708b9[_0x356713([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x327f40+=0x2){let _0x59512e=window[_0x356713([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1708b9[_0x356713([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x327f40,_0x327f40+0x2));_0x59512e>=_0xa73264[_0x356713([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x59512e-=_0xa73264[_0x356713([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xf1193a+=_0xa73264[_0x59512e];}return _0xf1193a;}function _0x9931bf(){const _0x2b4428=_0x29bbfe[_0x356713([0x73,0x70,0x6c,0x69,0x74])](_0x356713([0x2e]));if(0x3!=_0x2b4428[_0x356713([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x8355bf(_0x2b4428[0x1]);function _0x8355bf(_0x367851){const _0x3cc0b3=_0x1f0a87(_0x367851);return _0x3cc0b3&&_0x461cca()?_0x3cc0b3:null;function _0x461cca(){const _0x1d4225=_0x3cc0b3[_0x356713([0x6a,0x74,0x69])],_0x2f8df5=window[_0x356713([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1d4225[_0x356713([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1d4225[_0x356713([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x13b33f={..._0x3cc0b3,[_0x356713([0x6a,0x74,0x69])]:_0x1d4225[_0x356713([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1d4225[_0x356713([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x13b33f[_0x356713([0x76,0x63])],_0x16a9d4(_0x13b33f)==_0x2f8df5;}}}async function _0x45aa37(){let _0x598997=!0x0;try{const _0x2032bd=_0x29bbfe[_0x356713([0x73,0x70,0x6c,0x69,0x74])](_0x356713([0x2e])),[_0x183239,_0x245d7c,_0x13f06c]=_0x2032bd;return _0x18a329(_0x183239),await _0x51c26d(_0x183239,_0x245d7c,_0x13f06c),_0x598997;}catch{return!0x1;}function _0x18a329(_0x5921ab){const _0x5fdfeb=_0x1f0a87(_0x5921ab);_0x5fdfeb&&_0x5fdfeb[_0x356713([0x61,0x6c,0x67])]==_0x356713([0x45,0x53,0x32,0x35,0x36])||(_0x598997=!0x1);}async function _0x51c26d(_0x28cf2d,_0x5cd851,_0xc41de5){const _0xad0a66=window[_0x356713([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x356713([0x66,0x72,0x6f,0x6d])](_0x2287a8(_0xc41de5),_0xe06618=>_0xe06618[_0x356713([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x54f55b=new window[(_0x356713([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x356713([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x28cf2d+_0x356713([0x2e])+_0x5cd851),_0x56cedc=window[_0x356713([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x356713([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x56cedc)return;const _0x14de2e=await _0x56cedc[_0x356713([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x356713([0x6a,0x77,0x6b]),_0x178a8a,{[_0x356713([0x6e,0x61,0x6d,0x65])]:_0x356713([0x45,0x43,0x44,0x53,0x41]),[_0x356713([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x356713([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x356713([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x56cedc[_0x356713([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x356713([0x6e,0x61,0x6d,0x65])]:_0x356713([0x45,0x43,0x44,0x53,0x41]),[_0x356713([0x68,0x61,0x73,0x68])]:{[_0x356713([0x6e,0x61,0x6d,0x65])]:_0x356713([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x14de2e,_0xad0a66,_0x54f55b)||(_0x598997=!0x1);}}function _0x1f0a87(_0x3e20c3){return _0x3e20c3[_0x356713([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x356713([0x65,0x79]))?JSON[_0x356713([0x70,0x61,0x72,0x73,0x65])](_0x2287a8(_0x3e20c3)):null;}function _0x2287a8(_0x562030){return window[_0x356713([0x61,0x74,0x6f,0x62])](_0x562030[_0x356713([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x356713([0x2b]))[_0x356713([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x356713([0x2f])));}function _0x16a9d4(_0x3bfd17){let _0x103294=0x1505;function _0x4072a9(_0x31b41a){for(let _0xcdcebb=0x0;_0xcdcebb<_0x31b41a[_0x356713([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xcdcebb++){const _0x3d3e45=_0x31b41a[_0x356713([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xcdcebb);_0x103294=(_0x103294<<0x5)+_0x103294+_0x3d3e45,_0x103294&=_0x103294;}}function _0x544719(_0x4c2b1c){Array[_0x356713([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4c2b1c)?_0x4c2b1c[_0x356713([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x544719):_0x4c2b1c&&typeof _0x4c2b1c==_0x356713([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x356713([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4c2b1c)[_0x356713([0x73,0x6f,0x72,0x74])]()[_0x356713([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2c347d,_0x4de94e])=>{_0x4072a9(_0x2c347d),_0x544719(_0x4de94e);}):_0x4072a9(window[_0x356713([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4c2b1c));}return _0x544719(_0x3bfd17),_0x103294>>>0x0;}function _0x5d39cd(_0x3092df){return _0x3092df[_0x356713([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x356713([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x356713([0x30]));}function _0xf48cee(_0x5a5410){return _0x5a5410[_0x356713([0x73,0x70,0x6c,0x69,0x74])]('')[_0x356713([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x356713([0x6a,0x6f,0x69,0x6e])]('');}function _0x38a702(){}function _0x356713(_0xab7b7d){const _0x1d45bc=_0x40cf;return _0xab7b7d[_0x1d45bc(0x154)](_0x29c3b0=>String[_0x1d45bc(0xf3)](_0x29c3b0))[_0x1d45bc(0x10a)]('');}_0x56aaae(await _0x126f0c());}(this);}[_0x4ab341(0x127)](){const _0x5bfb14=_0x4ab341,_0x163329=this[_0x5bfb14(0xef)][_0x5bfb14(0x135)];_0x163329[_0x5bfb14(0x148)](_0x56ee18=>{const _0x352cbd=_0x5bfb14,_0x3153fb=_0x163329[_0x352cbd(0x146)][_0x352cbd(0x104)][_0x352cbd(0x136)]();let _0x38ff87=0x0;for(const _0x172df6 of _0x3153fb){const _0x52a69a=ct+':'+_0x38ff87;if(_0x163329[_0x352cbd(0x100)][_0x352cbd(0x111)](_0x52a69a))_0x56ee18[_0x352cbd(0xfb)](_0x52a69a,{'range':_0x172df6});else{if(_0x172df6[_0x352cbd(0x14f)][_0x352cbd(0x11c)]){const _0x14a782=_0x172df6[_0x352cbd(0x14f)][_0x352cbd(0xff)](({item:_0x454f41})=>!_0x163329[_0x352cbd(0x13c)][_0x352cbd(0x14d)](_0x454f41),{'boundaries':_0x172df6});_0x56ee18[_0x352cbd(0x13e)](_0x52a69a,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x56ee18[_0x352cbd(0x14b)](_0x14a782,_0x172df6[_0x352cbd(0x13b)])});}else _0x56ee18[_0x352cbd(0x13e)](_0x52a69a,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x172df6});}_0x38ff87++;}});}[_0x4ab341(0xf8)](){const _0x5fecf5=_0x4ab341,_0x4c05b2=this[_0x5fecf5(0xef)][_0x5fecf5(0x135)],_0x1888ae=Array[_0x5fecf5(0x12d)](this[_0x5fecf5(0xef)][_0x5fecf5(0x135)][_0x5fecf5(0x100)][_0x5fecf5(0x126)](ct));_0x1888ae[_0x5fecf5(0x11d)]&&_0x4c05b2[_0x5fecf5(0x148)](_0x2d74f7=>{const _0x38ae85=_0x5fecf5;_0x1888ae[_0x38ae85(0x11a)](_0x885c1e=>{const _0x1c91ae=_0x38ae85;_0x2d74f7[_0x1c91ae(0x12b)](_0x885c1e);});});}[_0x4ab341(0xfc)](_0x53efc6,_0x2344bb){const _0x28f529=_0x4ab341,_0x52cebc=this[_0x28f529(0x140)](),_0x5efb8d=_0x2344bb||_0x52cebc[_0x28f529(0x12a)]();this[_0x28f529(0xef)][_0x28f529(0x135)][_0x28f529(0x113)](_0x5efb8d)&&this[_0x28f529(0xef)][_0x28f529(0x135)][_0x28f529(0x148)](_0x4fd37d=>{const _0x4fe9a5=_0x28f529;this[_0x4fe9a5(0xf8)](),_0x2344bb||this[_0x4fe9a5(0xf0)](_0x4fd37d,_0x52cebc),this[_0x4fe9a5(0xf7)]({'insertAt':_0x5efb8d,'writer':_0x4fd37d,'html':_0x53efc6});});}[_0x4ab341(0x109)](_0x29df9f){const _0x136f0a=_0x4ab341,{model:_0x1a0c1e}=this[_0x136f0a(0xef)],_0x3f0cdd=this[_0x136f0a(0x140)]();_0x1a0c1e[_0x136f0a(0x148)](()=>{const _0x471d95=_0x136f0a,_0x59ea6d=this[_0x471d95(0xf6)](_0x29df9f,_0x3f0cdd)||this[_0x471d95(0xec)](_0x3f0cdd);this[_0x471d95(0xfc)](_0x29df9f,_0x59ea6d);});}[_0x4ab341(0x140)](){const _0x188e56=_0x4ab341,_0x3fa982=this[_0x188e56(0xef)][_0x188e56(0x135)],_0x4128c9=Array[_0x188e56(0x12d)](_0x3fa982[_0x188e56(0x100)][_0x188e56(0x126)](ct))[_0x188e56(0x154)](_0x4e8317=>_0x4e8317[_0x188e56(0xf4)]());return _0x3fa982[_0x188e56(0x12f)](_0x4128c9);}[_0x4ab341(0xf7)]({writer:_0x1ccdf8,html:_0x12353b,insertAt:_0x2eb488}){const _0x6e80b6=_0x4ab341,{view:_0x5da483}=this[_0x6e80b6(0xef)][_0x6e80b6(0x101)],_0x45a24c=this[_0x6e80b6(0xef)][_0x6e80b6(0x106)][_0x6e80b6(0x150)](_0xd59a28),_0x45e972=new st();_0x45e972[_0x6e80b6(0xed)](_0x6e80b6(0x147),_0x12353b);const _0x43f5e4=new ClipboardEvent(_0x6e80b6(0xee),{'clipboardData':_0x45e972}),_0xe31bdf=new _0x3318bc(_0x5da483,_0x43f5e4,{'dataTransfer':new _0x5b2768(_0x45e972)});_0x1ccdf8[_0x6e80b6(0x157)](_0x2eb488);const _0x41bd5e=(_0x16d70a,_0x3b5436)=>{const _0x39b02b=_0x6e80b6;_0x3b5436[_0x39b02b(0x145)]&&_0x1ccdf8[_0x39b02b(0x157)](_0x3b5436[_0x39b02b(0x145)]);};_0x45a24c[_0x6e80b6(0x133)](_0x6e80b6(0xf9),_0x41bd5e,{'priority':_0x6e80b6(0x14e)}),_0x5da483[_0x6e80b6(0x146)][_0x6e80b6(0xf1)](_0x6e80b6(0xee),_0xe31bdf),_0x45a24c[_0x6e80b6(0x151)](_0x6e80b6(0xf9),_0x41bd5e);}[_0x4ab341(0xec)](_0x5a9340){const _0x104c22=_0x4ab341,{model:_0x275864}=this[_0x104c22(0xef)],_0xb514d9=Array[_0x104c22(0x12d)](_0x5a9340[_0x104c22(0x142)]());return _0xb514d9[_0x104c22(0x11d)]?_0x275864[_0x104c22(0xf5)](_0xb514d9[_0x104c22(0xf2)]()):_0x5a9340[_0x104c22(0x155)]();}[_0x4ab341(0xf6)](_0x3fab8c,_0xc19b95){const _0x3057c7=_0x4ab341,{model:_0x377fdf,plugins:_0x3c882a}=this[_0x3057c7(0xef)];if(_0x3c882a[_0x3057c7(0x111)](_0x3057c7(0x14c))){const _0xeb3f11=_0x3c882a[_0x3057c7(0x150)](_0x3057c7(0x14c))[_0x3057c7(0x107)](_0xc19b95);if(_0xeb3f11[_0x3057c7(0x11d)]){const _0xdd82a8=this[_0x3057c7(0x141)](_0x3fab8c),_0x3ece09=this[_0x3057c7(0x129)](_0xeb3f11,_0xdd82a8);return _0x377fdf[_0x3057c7(0x138)](_0x3ece09,0x0);}}return null;}[_0x4ab341(0x141)](_0x3ba16c){const _0xcd2fe3=_0x4ab341,_0x1c7423=this[_0xcd2fe3(0xef)][_0xcd2fe3(0x106)][_0xcd2fe3(0x150)](_0xcd2fe3(0x14c)),_0xcd09d8=this[_0xcd2fe3(0xef)][_0xcd2fe3(0xfd)][_0xcd2fe3(0x120)](_0x3ba16c),_0x482a8c=Array[_0xcd2fe3(0x12d)](_0xcd09d8[_0xcd2fe3(0x110)]())[_0xcd2fe3(0xfe)](_0x31b7fd=>_0x31b7fd['is'](_0xcd2fe3(0x10f),_0xcd2fe3(0x13a)));let _0x160a00=0x0;return _0x482a8c[_0xcd2fe3(0x11a)](_0x588fdd=>{const _0x575fab=_0xcd2fe3;_0x160a00+=_0x1c7423[_0x575fab(0xfa)](_0x588fdd);}),_0x160a00;}[_0x4ab341(0x129)](_0xbd9bc7,_0x349c70){const _0x13b8b8=_0x4ab341,_0x43a2d7=this[_0x13b8b8(0xef)][_0x13b8b8(0x106)][_0x13b8b8(0x150)](_0x13b8b8(0x14c)),_0x2ee17c=_0x43a2d7[_0x13b8b8(0x10d)](_0xbd9bc7),_0x1ec22b=_0x43a2d7[_0x13b8b8(0x139)](_0xbd9bc7),_0x530eaf=_0x2ee17c[_0x13b8b8(0x153)]+0x1,_0xe14693=_0x1ec22b[_0x13b8b8(0xeb)],_0xff836e=_0xbd9bc7[0x0][_0x13b8b8(0x103)](_0x13b8b8(0x13a));for(let _0x3779e9=0x0;_0x3779e9<_0x349c70;_0x3779e9++)_0x43a2d7[_0x13b8b8(0x152)](_0xff836e,{'at':_0x530eaf});return _0xff836e[_0x13b8b8(0x13f)](_0x530eaf)[_0x13b8b8(0x13f)](_0xe14693);}[_0x4ab341(0xf0)](_0x408b17,_0x4009f1){const _0x23c40e=_0x4ab341,{plugins:_0x575dab}=this[_0x23c40e(0xef)],{model:_0x3877b7}=_0x408b17;if(!_0x575dab[_0x23c40e(0x111)](_0x23c40e(0x14c)))return;_0x575dab[_0x23c40e(0x150)](_0x23c40e(0x14c))[_0x23c40e(0x107)](_0x4009f1)[_0x23c40e(0x11d)]&&_0x3877b7[_0x23c40e(0x10e)](_0x4009f1);}}
23
+ const _0x1c78a3=_0x1bd2;(function(_0x31b4b6,_0x33cef5){const _0x590d71=_0x1bd2,_0x4adc70=_0x31b4b6();while(!![]){try{const _0x3271d0=parseInt(_0x590d71(0x146))/0x1*(-parseInt(_0x590d71(0x189))/0x2)+-parseInt(_0x590d71(0x137))/0x3+-parseInt(_0x590d71(0x121))/0x4+parseInt(_0x590d71(0x180))/0x5+parseInt(_0x590d71(0x188))/0x6+-parseInt(_0x590d71(0x17c))/0x7+-parseInt(_0x590d71(0x172))/0x8*(-parseInt(_0x590d71(0x152))/0x9);if(_0x3271d0===_0x33cef5)break;else _0x4adc70['push'](_0x4adc70['shift']());}catch(_0x3e4816){_0x4adc70['push'](_0x4adc70['shift']());}}}(_0x38e1,0x71569));import{uid as _0x4fe7e6}from'ckeditor5/src/utils.js';function _0x1bd2(_0x2d5a29,_0x284dba){const _0x38e137=_0x38e1();return _0x1bd2=function(_0x1bd22a,_0x290e1b){_0x1bd22a=_0x1bd22a-0x11f;let _0x9916c3=_0x38e137[_0x1bd22a];return _0x9916c3;},_0x1bd2(_0x2d5a29,_0x284dba);}import{Plugin as _0x1b43d3}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x2de804}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x2f206c,ViewDataTransfer as _0x5a465e}from'ckeditor5/src/engine.js';const j=globalThis[_0x1c78a3(0x181)],P=_0x1c78a3(0x15a);function _0x38e1(){const _0x620f51=['pop','ck-fake-ai-selection','join','getSelectedTableCells','from','getLastMatchingPosition','schema','isContent','editing','getRange','_getAISelection','init','once','plugins','resultRange','findAncestor','isPremiumPlugin','1235488SZRWwJ','fromCharCode','parse','editor','createRange','length','map','getLastPosition','for','setData','4505046jtCcFs','insertContent','editingDowncast','selection','550985BFleDJ','DataTransfer','addClass','model','isAtEnd','getMarkersGroup','ai.assistant.useTheme','push','2578404sLGaiy','913078zasSqk','_createEmptyTableRows','isOfficialPlugin','data','updateMarker','861436AdWMrG','off','start','AIAssistantEditing','has','createPositionAfter','_pasteHTMLUsingClipboard','config','getChildren','conversion','insertContentBelow','_getTableRowCountFromContent','TableUtils','contentInsertion','createUIElement','change','insertRows','_getDefaultInsertBelowPosition','isCollapsed','markers','setSelection','forEach','1840362OnWpXx','lowest','createPositionAt','last','getSelectedBlocks','ck-ai-assistant-ui_theme','getRanges','span','end','removeMarker','paste','fire','pluginName','text/html','showFakeVisualSelection','1oGtmGQ','table','getColumnIndexes','addMarker','markerToElement','getFirstRange','first','markerRange','deleteContent','hideFakeVisualSelection','_prepareTableInsertBelowPosition','document','108FpsQnt','_resetContentOfSelectedTableCells','markerToHighlight','filter','href','createSelection','canEditAt','getRows','ai-ui','getChild','afterInit','element','ck-fake-ai-selection_collapsed','getRowIndexes','get'];_0x38e1=function(){return _0x620f51;};return _0x38e1();}export class AIAssistantEditing extends _0x1b43d3{static get[_0x1c78a3(0x143)](){const _0x3eaf1f=_0x1c78a3;return _0x3eaf1f(0x124);}static get[_0x1c78a3(0x18b)](){return!0x0;}static get[_0x1c78a3(0x171)](){return!0x0;}[_0x1c78a3(0x16c)](){const _0x20cd9b=_0x1c78a3,{editor:_0x5c0cc3}=this,_0x3cae9a=[_0x20cd9b(0x162)];_0x5c0cc3[_0x20cd9b(0x128)][_0x20cd9b(0x160)](_0x20cd9b(0x186))&&_0x3cae9a[_0x20cd9b(0x187)](_0x20cd9b(0x13c)),_0x5c0cc3[_0x20cd9b(0x12a)][_0x20cd9b(0x17a)](_0x20cd9b(0x17e))[_0x20cd9b(0x154)]({'model':P,'view':{'classes':_0x3cae9a,'priority':0xc}}),_0x5c0cc3[_0x20cd9b(0x12a)][_0x20cd9b(0x17a)](_0x20cd9b(0x17e))[_0x20cd9b(0x14a)]({'model':P,'view':(_0x278b9b,{writer:_0x48a995})=>{const _0x4578fd=_0x20cd9b;if(!_0x278b9b[_0x4578fd(0x14d)][_0x4578fd(0x133)])return null;const _0x312588=_0x48a995[_0x4578fd(0x12f)](_0x4578fd(0x13e));return _0x48a995[_0x4578fd(0x182)]([_0x4578fd(0x162),_0x4578fd(0x15e)],_0x312588),_0x312588;}});}[_0x1c78a3(0x15c)](){!async function(_0x5266d6){const _0x5d055c=_0x5a7956([0x6e,0x41,0x37,0x79,0x75,0x72,0x67,0x4f,0x48,0x62,0x5a,0x76,0x44,0x70,0x6c,0x52,0x6b,0x4a,0x73,0x63,0x64,0x49,0x43,0x6d,0x38,0x36,0x6f,0x50,0x57,0x78,0x39,0x32,0x66,0x31,0x71,0x46,0x30,0x4c,0x61,0x53,0x58,0x33,0x4e,0x47,0x77,0x54,0x4d,0x4b,0x34,0x6a,0x56,0x74,0x59,0x55,0x42,0x51,0x69,0x35,0x7a,0x68,0x65,0x45]),_0x33d476=0x3dffc4e1,_0x3b774=0x3df843c1^_0x33d476,_0xc02ac7=window[_0x5a7956([0x44,0x61,0x74,0x65])][_0x5a7956([0x6e,0x6f,0x77])](),_0x2a98f5=_0x5266d6[_0x5a7956([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2026bb=new window[(_0x5a7956([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d2d59=>{_0x2a98f5[_0x5a7956([0x6f,0x6e,0x63,0x65])](_0x5a7956([0x72,0x65,0x61,0x64,0x79]),_0x3d2d59);}),_0x3bfef2={[_0x5a7956([0x6b,0x74,0x79])]:_0x5a7956([0x45,0x43]),[_0x5a7956([0x75,0x73,0x65])]:_0x5a7956([0x73,0x69,0x67]),[_0x5a7956([0x63,0x72,0x76])]:_0x5a7956([0x50,0x2d,0x32,0x35,0x36]),[_0x5a7956([0x78])]:_0x5a7956([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x5a7956([0x79])]:_0x5a7956([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x5a7956([0x61,0x6c,0x67])]:_0x5a7956([0x45,0x53,0x32,0x35,0x36])},_0x49e009=_0x2a98f5[_0x5a7956([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5a7956([0x67,0x65,0x74])](_0x5a7956([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4aeef9(){let _0x56ce81,_0x93f9cd=null,_0xa5537a=null;try{if(_0x49e009==_0x5a7956([0x47,0x50,0x4c]))return _0x5a7956([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x56ce81=_0x4b56eb(),!_0x56ce81)return _0x5a7956([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x56ce81[_0x5a7956([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xa5537a=_0x2277c2(_0x56ce81[_0x5a7956([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x56ce81[_0x5a7956([0x6a,0x74,0x69])])),await _0x151030()?_0x45c3dc()?_0x10f6f8()?_0x5a7956([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x52d2c2()?(_0x56ce81[_0x5a7956([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5a7956([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x93f9cd=_0x6063e8(_0x5a7956([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x49614a()):_0x5a7956([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5a7956([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5a7956([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5a7956([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x10f6f8(){const _0x3565f8=[_0x5a7956([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5a7956([0x74,0x72,0x69,0x61,0x6c])][_0x5a7956([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x56ce81[_0x5a7956([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xc02ac7/0x3e8:0xe10*_0x3b774;return _0x56ce81[_0x5a7956([0x65,0x78,0x70])]<_0x3565f8;}function _0x45c3dc(){const _0x1d0626=_0x56ce81[_0x5a7956([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1d0626&&(!!_0x1d0626[_0x5a7956([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a7956([0x2a]))||!!_0x1d0626[_0x5a7956([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a7956([0x41,0x49])));}function _0x52d2c2(){const _0x236002=_0x1bd2,_0x5274f5=_0x56ce81[_0x5a7956([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5274f5||0x0==_0x5274f5[_0x5a7956([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xcd7778}=new URL(window[_0x5a7956([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x236002(0x156)]);if(_0x5274f5[_0x5a7956([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcd7778))return!0x0;const _0x5b5a2a=_0xcd7778[_0x5a7956([0x73,0x70,0x6c,0x69,0x74])](_0x5a7956([0x2e]));return _0x5274f5[_0x5a7956([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x11a3ee=>_0x11a3ee[_0x5a7956([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a7956([0x2a])))[_0x5a7956([0x6d,0x61,0x70])](_0x3bb76a=>_0x3bb76a[_0x5a7956([0x73,0x70,0x6c,0x69,0x74])](_0x5a7956([0x2e])))[_0x5a7956([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2c843b=>_0x2c843b[_0x5a7956([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x5b5a2a[_0x5a7956([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5a7956([0x6d,0x61,0x70])](_0x549581=>Array(_0x5b5a2a[_0x5a7956([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x549581[_0x5a7956([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5a7956([0x66,0x69,0x6c,0x6c])](_0x549581[0x0]===_0x5a7956([0x2a])?_0x5a7956([0x2a]):'')[_0x5a7956([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x549581))[_0x5a7956([0x73,0x6f,0x6d,0x65])](_0x3f41ec=>_0x5b5a2a[_0x5a7956([0x65,0x76,0x65,0x72,0x79])]((_0x185e11,_0x71ebd9)=>_0x3f41ec[_0x71ebd9]===_0x185e11||_0x3f41ec[_0x71ebd9]===_0x5a7956([0x2a])));}function _0x49614a(){return _0x93f9cd&&_0xa5537a?new window[(_0x5a7956([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2ec3ba,_0x163147)=>{_0x93f9cd[_0x5a7956([0x74,0x68,0x65,0x6e])](_0x2ec3ba,_0x163147),_0xa5537a[_0x5a7956([0x74,0x68,0x65,0x6e])](_0x5b6de8=>{_0x5b6de8!=_0x5a7956([0x56,0x61,0x6c,0x69,0x64])&&_0x2ec3ba(_0x5b6de8);},_0x163147);}):_0x93f9cd||_0xa5537a||_0x5a7956([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2277c2(_0x41b326,_0x5a161e){return new window[(_0x5a7956([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x450827=>{if(_0x143f76())return _0x450827(_0x5a7956([0x56,0x61,0x6c,0x69,0x64]));_0x350e90(),_0x2a98f5[_0x5a7956([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5a7956([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x6c22e5=!0x1;const _0x49b544=_0x4fe7e6();function _0x3591a2(_0x594f99){return!!_0x594f99&&(typeof _0x594f99===_0x5a7956([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x594f99===_0x5a7956([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x594f99[_0x5a7956([0x74,0x68,0x65,0x6e])]===_0x5a7956([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x594f99[_0x5a7956([0x63,0x61,0x74,0x63,0x68])]===_0x5a7956([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4d4750(_0x1f1719){_0x525c6d(_0x1f1719)[_0x5a7956([0x74,0x68,0x65,0x6e])](_0x2f385=>{if(!_0x2f385||_0x2f385[_0x5a7956([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5a7956([0x6f,0x6b]))return _0x5a7956([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x245a18(_0x46afce(_0x49b544+_0x5a161e))!=_0x2f385[_0x5a7956([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5a7956([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5a7956([0x56,0x61,0x6c,0x69,0x64]);})[_0x5a7956([0x74,0x68,0x65,0x6e])](_0x4225dc=>(_0x1adf88(),_0x4225dc),()=>{const _0x3c0e38=_0x3c6695();return null==_0x3c0e38?(_0x1adf88(),_0x5a7956([0x56,0x61,0x6c,0x69,0x64])):_0x5a7956(_0xc02ac7-_0x3c0e38>(0x19f340e1^_0x33d476)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5a7956([0x74,0x68,0x65,0x6e])](_0x450827)[_0x5a7956([0x63,0x61,0x74,0x63,0x68])](()=>{_0x450827(_0x5a7956([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xc8a0d1=0x3dc92a61^_0x33d476;function _0x1adf88(){const _0x13c436=_0x5a7956([0x6c,0x6c,0x63,0x74,0x2d])+_0x245a18(_0x46afce(_0x41b326)),_0x27a545=_0x57bdc4(_0x245a18(window[_0x5a7956([0x4d,0x61,0x74,0x68])][_0x5a7956([0x63,0x65,0x69,0x6c])](_0xc02ac7/_0xc8a0d1)));window[_0x5a7956([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5a7956([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x13c436,_0x27a545);}function _0x3c6695(){const _0x3e5479=_0x5a7956([0x6c,0x6c,0x63,0x74,0x2d])+_0x245a18(_0x46afce(_0x41b326)),_0x54c60f=window[_0x5a7956([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5a7956([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3e5479);return _0x54c60f?window[_0x5a7956([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x57bdc4(_0x54c60f),0x10)*_0xc8a0d1:null;}function _0x525c6d(_0x47a4e8){return new window[(_0x5a7956([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x118e1b,_0x24d369)=>{_0x47a4e8[_0x5a7956([0x74,0x68,0x65,0x6e])](_0x118e1b,_0x24d369),window[_0x5a7956([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x24d369,0x3dfe1021^_0x33d476);});}}_0x2a98f5[_0x5a7956([0x6f,0x6e])](_0x5a7956([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x12b2cb,_0x4baf96)=>{if(_0x4baf96[0x0]!=_0x41b326)return _0x450827(_0x5a7956([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4baf96[0x1]={..._0x4baf96[0x1],[_0x5a7956([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x49b544};},{[_0x5a7956([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5a7956([0x68,0x69,0x67,0x68])}),_0x2a98f5[_0x5a7956([0x6f,0x6e])](_0x5a7956([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4d80ab=>{_0x3591a2(_0x4d80ab[_0x5a7956([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x6c22e5=!0x0,_0x4d4750(_0x4d80ab[_0x5a7956([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5a7956([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5a7956([0x6c,0x6f,0x77])}),_0x2026bb[_0x5a7956([0x74,0x68,0x65,0x6e])](()=>{_0x6c22e5||_0x450827(_0x5a7956([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x143f76(){return _0x2a98f5[_0x5a7956([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5a7956([0x76,0x69,0x65,0x77])][_0x5a7956([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5a7956([0x61,0x75,0x74,0x6f]);}function _0x350e90(){_0x2a98f5[_0x5a7956([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5a7956([0x76,0x69,0x65,0x77])][_0x5a7956([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5a7956([0x61,0x75,0x74,0x6f]);}}function _0x6063e8(_0x9b2d91){const _0x246bb4=[new window[(_0x5a7956([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x363171=>setTimeout(_0x363171,0x3df6fa2d^_0x33d476)),_0x2026bb[_0x5a7956([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5a7956([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x13f7ef=>{let _0x5d90ab=0x0;_0x2a98f5[_0x5a7956([0x6d,0x6f,0x64,0x65,0x6c])][_0x5a7956([0x6f,0x6e])](_0x5a7956([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x59fec1,_0x1952df)=>{_0x1952df[0x0][_0x5a7956([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5d90ab++,_0x5d90ab==(0x3dffc109^_0x33d476)&&(_0x13f7ef(),_0x59fec1[_0x5a7956([0x6f,0x66,0x66])]());});}))];return window[_0x5a7956([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5a7956([0x72,0x61,0x63,0x65])](_0x246bb4)[_0x5a7956([0x74,0x68,0x65,0x6e])](()=>_0x9b2d91);}async function _0x22ce11(){await _0x2026bb,_0x2a98f5[_0x5a7956([0x6d,0x6f,0x64,0x65,0x6c])][_0x5a7956([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x287951,_0x2a98f5[_0x5a7956([0x6d,0x6f,0x64,0x65,0x6c])][_0x5a7956([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x287951,_0x2a98f5[_0x5a7956([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5a7956([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x12adc6(_0x348f82){const _0x36cd98=_0x5c3c7a();_0x2a98f5[_0x36cd98]=_0x5a7956([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x348f82,_0x348f82!=_0x5a7956([0x56,0x61,0x6c,0x69,0x64])&&_0x22ce11();}function _0x5c3c7a(){const _0x5c7746=window[_0x5a7956([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5a7956([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5a7956([0x6e,0x6f,0x77])]())[_0x5a7956([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5a7956([0x2e]),'');let _0x1c18a0=_0x5a7956([0x6e]);for(let _0x1db8f4=0x0;_0x1db8f4<_0x5c7746[_0x5a7956([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1db8f4+=0x2){let _0x383198=window[_0x5a7956([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5c7746[_0x5a7956([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1db8f4,_0x1db8f4+0x2));_0x383198>=_0x5d055c[_0x5a7956([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x383198-=_0x5d055c[_0x5a7956([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1c18a0+=_0x5d055c[_0x383198];}return _0x1c18a0;}function _0x4b56eb(){const _0x22977d=_0x49e009[_0x5a7956([0x73,0x70,0x6c,0x69,0x74])](_0x5a7956([0x2e]));if(0x3!=_0x22977d[_0x5a7956([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4157aa(_0x22977d[0x1]);function _0x4157aa(_0x32c10c){const _0x32175f=_0x1fafa4(_0x32c10c);return _0x32175f&&_0x2cb9d6()?_0x32175f:null;function _0x2cb9d6(){const _0x1fc7fa=_0x32175f[_0x5a7956([0x6a,0x74,0x69])],_0x34cf5b=window[_0x5a7956([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1fc7fa[_0x5a7956([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1fc7fa[_0x5a7956([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x155c0e={..._0x32175f,[_0x5a7956([0x6a,0x74,0x69])]:_0x1fc7fa[_0x5a7956([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1fc7fa[_0x5a7956([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x155c0e[_0x5a7956([0x76,0x63])],_0x46afce(_0x155c0e)==_0x34cf5b;}}}async function _0x151030(){let _0x276817=!0x0;try{const _0x2af5df=_0x49e009[_0x5a7956([0x73,0x70,0x6c,0x69,0x74])](_0x5a7956([0x2e])),[_0x4e8370,_0x2a7be2,_0x217e23]=_0x2af5df;return _0x3a3cc7(_0x4e8370),await _0x53d457(_0x4e8370,_0x2a7be2,_0x217e23),_0x276817;}catch{return!0x1;}function _0x3a3cc7(_0x301be6){const _0x39f752=_0x1fafa4(_0x301be6);_0x39f752&&_0x39f752[_0x5a7956([0x61,0x6c,0x67])]==_0x5a7956([0x45,0x53,0x32,0x35,0x36])||(_0x276817=!0x1);}async function _0x53d457(_0x2c6d97,_0x7901d,_0x4a5323){const _0x43f86f=window[_0x5a7956([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5a7956([0x66,0x72,0x6f,0x6d])](_0x188aa8(_0x4a5323),_0x38ae93=>_0x38ae93[_0x5a7956([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xc6e1cc=new window[(_0x5a7956([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5a7956([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2c6d97+_0x5a7956([0x2e])+_0x7901d),_0x35f368=window[_0x5a7956([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5a7956([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x35f368)return;const _0x127d4f=await _0x35f368[_0x5a7956([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5a7956([0x6a,0x77,0x6b]),_0x3bfef2,{[_0x5a7956([0x6e,0x61,0x6d,0x65])]:_0x5a7956([0x45,0x43,0x44,0x53,0x41]),[_0x5a7956([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5a7956([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5a7956([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x35f368[_0x5a7956([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5a7956([0x6e,0x61,0x6d,0x65])]:_0x5a7956([0x45,0x43,0x44,0x53,0x41]),[_0x5a7956([0x68,0x61,0x73,0x68])]:{[_0x5a7956([0x6e,0x61,0x6d,0x65])]:_0x5a7956([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x127d4f,_0x43f86f,_0xc6e1cc)||(_0x276817=!0x1);}}function _0x1fafa4(_0x256a23){return _0x256a23[_0x5a7956([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5a7956([0x65,0x79]))?JSON[_0x5a7956([0x70,0x61,0x72,0x73,0x65])](_0x188aa8(_0x256a23)):null;}function _0x188aa8(_0x4b1827){return window[_0x5a7956([0x61,0x74,0x6f,0x62])](_0x4b1827[_0x5a7956([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5a7956([0x2b]))[_0x5a7956([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5a7956([0x2f])));}function _0x46afce(_0x4ad98b){let _0x3f7339=0x1505;function _0xf08c9e(_0x3d7b38){for(let _0x1a007f=0x0;_0x1a007f<_0x3d7b38[_0x5a7956([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1a007f++){const _0xb41275=_0x3d7b38[_0x5a7956([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1a007f);_0x3f7339=(_0x3f7339<<0x5)+_0x3f7339+_0xb41275,_0x3f7339&=_0x3f7339;}}function _0x159a0d(_0x3cb82b){Array[_0x5a7956([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3cb82b)?_0x3cb82b[_0x5a7956([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x159a0d):_0x3cb82b&&typeof _0x3cb82b==_0x5a7956([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5a7956([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3cb82b)[_0x5a7956([0x73,0x6f,0x72,0x74])]()[_0x5a7956([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x233c39,_0x52d762])=>{_0xf08c9e(_0x233c39),_0x159a0d(_0x52d762);}):_0xf08c9e(window[_0x5a7956([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3cb82b));}return _0x159a0d(_0x4ad98b),_0x3f7339>>>0x0;}function _0x245a18(_0x3eb50a){return _0x3eb50a[_0x5a7956([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5a7956([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5a7956([0x30]));}function _0x57bdc4(_0x4b6f35){return _0x4b6f35[_0x5a7956([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5a7956([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5a7956([0x6a,0x6f,0x69,0x6e])]('');}function _0x287951(){}function _0x5a7956(_0x48ff8a){const _0x1d8a7e=_0x1bd2;return _0x48ff8a[_0x1d8a7e(0x178)](_0x43500d=>String[_0x1d8a7e(0x173)](_0x43500d))[_0x1d8a7e(0x163)]('');}_0x12adc6(await _0x4aeef9());}(this);}[_0x1c78a3(0x145)](){const _0x5a5498=_0x1c78a3,_0x57814b=this[_0x5a5498(0x175)][_0x5a5498(0x183)];_0x57814b[_0x5a5498(0x130)](_0x2635d8=>{const _0x3303bc=_0x5a5498,_0x1ba90a=_0x57814b[_0x3303bc(0x151)][_0x3303bc(0x17f)][_0x3303bc(0x13d)]();let _0x20d04b=0x0;for(const _0x188a8e of _0x1ba90a){const _0x5c095d=P+':'+_0x20d04b;if(_0x57814b[_0x3303bc(0x134)][_0x3303bc(0x125)](_0x5c095d))_0x2635d8[_0x3303bc(0x120)](_0x5c095d,{'range':_0x188a8e});else{if(_0x188a8e[_0x3303bc(0x123)][_0x3303bc(0x184)]){const _0x524cb7=_0x188a8e[_0x3303bc(0x123)][_0x3303bc(0x166)](({item:_0x46c82a})=>!_0x57814b[_0x3303bc(0x167)][_0x3303bc(0x168)](_0x46c82a),{'boundaries':_0x188a8e});_0x2635d8[_0x3303bc(0x149)](_0x5c095d,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x2635d8[_0x3303bc(0x176)](_0x524cb7,_0x188a8e[_0x3303bc(0x13f)])});}else _0x2635d8[_0x3303bc(0x149)](_0x5c095d,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x188a8e});}_0x20d04b++;}});}[_0x1c78a3(0x14f)](){const _0x4ab995=_0x1c78a3,_0x30bf87=this[_0x4ab995(0x175)][_0x4ab995(0x183)],_0x56134c=Array[_0x4ab995(0x165)](this[_0x4ab995(0x175)][_0x4ab995(0x183)][_0x4ab995(0x134)][_0x4ab995(0x185)](P));_0x56134c[_0x4ab995(0x177)]&&_0x30bf87[_0x4ab995(0x130)](_0x156731=>{const _0x3f6b02=_0x4ab995;_0x56134c[_0x3f6b02(0x136)](_0x57506e=>{const _0x482c8f=_0x3f6b02;_0x156731[_0x482c8f(0x140)](_0x57506e);});});}[_0x1c78a3(0x17d)](_0x246cd5,_0x2fb046){const _0x2cf7db=_0x1c78a3,_0x200107=this[_0x2cf7db(0x16b)](),_0x2f18aa=_0x2fb046||_0x200107[_0x2cf7db(0x14b)]();this[_0x2cf7db(0x175)][_0x2cf7db(0x183)][_0x2cf7db(0x158)](_0x2f18aa)&&this[_0x2cf7db(0x175)][_0x2cf7db(0x183)][_0x2cf7db(0x130)](_0x2336dc=>{const _0x237ec9=_0x2cf7db;this[_0x237ec9(0x14f)](),_0x2fb046||this[_0x237ec9(0x153)](_0x2336dc,_0x200107),this[_0x237ec9(0x127)]({'insertAt':_0x2f18aa,'writer':_0x2336dc,'html':_0x246cd5});});}[_0x1c78a3(0x12b)](_0x4dd6a6){const _0x502872=_0x1c78a3,{model:_0x35a5b6}=this[_0x502872(0x175)],_0x2d532f=this[_0x502872(0x16b)]();_0x35a5b6[_0x502872(0x130)](()=>{const _0x38cc27=_0x502872,_0x954d38=this[_0x38cc27(0x150)](_0x4dd6a6,_0x2d532f)||this[_0x38cc27(0x132)](_0x2d532f);this[_0x38cc27(0x17d)](_0x4dd6a6,_0x954d38);});}[_0x1c78a3(0x16b)](){const _0x2b8d19=_0x1c78a3,_0x2b7b36=this[_0x2b8d19(0x175)][_0x2b8d19(0x183)],_0x34d01b=Array[_0x2b8d19(0x165)](_0x2b7b36[_0x2b8d19(0x134)][_0x2b8d19(0x185)](P))[_0x2b8d19(0x178)](_0x5b4bfe=>_0x5b4bfe[_0x2b8d19(0x16a)]());return _0x2b7b36[_0x2b8d19(0x157)](_0x34d01b);}[_0x1c78a3(0x127)]({writer:_0x37d8e3,html:_0x2349c3,insertAt:_0x4b2f93}){const _0x3d0027=_0x1c78a3,{view:_0x29a093}=this[_0x3d0027(0x175)][_0x3d0027(0x169)],_0x37224a=this[_0x3d0027(0x175)][_0x3d0027(0x16e)][_0x3d0027(0x160)](_0x2de804),_0xf6a39f=new j();_0xf6a39f[_0x3d0027(0x17b)](_0x3d0027(0x144),_0x2349c3);const _0x510f56=new ClipboardEvent(_0x3d0027(0x141),{'clipboardData':_0xf6a39f}),_0x533c3b=new _0x2f206c(_0x29a093,_0x510f56,{'dataTransfer':new _0x5a465e(_0xf6a39f)});_0x37d8e3[_0x3d0027(0x135)](_0x4b2f93);const _0x312375=(_0x56b487,_0x3ea88d)=>{const _0x217cc5=_0x3d0027;_0x3ea88d[_0x217cc5(0x16f)]&&_0x37d8e3[_0x217cc5(0x135)](_0x3ea88d[_0x217cc5(0x16f)]);};_0x37224a[_0x3d0027(0x16d)](_0x3d0027(0x12e),_0x312375,{'priority':_0x3d0027(0x138)}),_0x29a093[_0x3d0027(0x151)][_0x3d0027(0x142)](_0x3d0027(0x141),_0x533c3b),_0x37224a[_0x3d0027(0x122)](_0x3d0027(0x12e),_0x312375);}[_0x1c78a3(0x132)](_0x23a7a2){const _0x523d94=_0x1c78a3,{model:_0x33dd28}=this[_0x523d94(0x175)],_0x2d2638=Array[_0x523d94(0x165)](_0x23a7a2[_0x523d94(0x13b)]());return _0x2d2638[_0x523d94(0x177)]?_0x33dd28[_0x523d94(0x126)](_0x2d2638[_0x523d94(0x161)]()):_0x23a7a2[_0x523d94(0x179)]();}[_0x1c78a3(0x150)](_0x2605c1,_0x344d20){const _0x4b3465=_0x1c78a3,{model:_0x58a87c,plugins:_0x2b4c6c}=this[_0x4b3465(0x175)];if(_0x2b4c6c[_0x4b3465(0x125)](_0x4b3465(0x12d))){const _0x16f17e=_0x2b4c6c[_0x4b3465(0x160)](_0x4b3465(0x12d))[_0x4b3465(0x164)](_0x344d20);if(_0x16f17e[_0x4b3465(0x177)]){const _0x58f015=this[_0x4b3465(0x12c)](_0x2605c1),_0x2f5ff4=this[_0x4b3465(0x18a)](_0x16f17e,_0x58f015);return _0x58a87c[_0x4b3465(0x139)](_0x2f5ff4,0x0);}}return null;}[_0x1c78a3(0x12c)](_0x519f83){const _0x5b518f=_0x1c78a3,_0x1d16b6=this[_0x5b518f(0x175)][_0x5b518f(0x16e)][_0x5b518f(0x160)](_0x5b518f(0x12d)),_0xabfa16=this[_0x5b518f(0x175)][_0x5b518f(0x11f)][_0x5b518f(0x174)](_0x519f83),_0x4c5e54=Array[_0x5b518f(0x165)](_0xabfa16[_0x5b518f(0x129)]())[_0x5b518f(0x155)](_0x1e0dc0=>_0x1e0dc0['is'](_0x5b518f(0x15d),_0x5b518f(0x147)));let _0x22aeb4=0x0;return _0x4c5e54[_0x5b518f(0x136)](_0x3f223d=>{const _0x509db7=_0x5b518f;_0x22aeb4+=_0x1d16b6[_0x509db7(0x159)](_0x3f223d);}),_0x22aeb4;}[_0x1c78a3(0x18a)](_0x2b9804,_0x33eed0){const _0xc846a=_0x1c78a3,_0xd101dd=this[_0xc846a(0x175)][_0xc846a(0x16e)][_0xc846a(0x160)](_0xc846a(0x12d)),_0x50346f=_0xd101dd[_0xc846a(0x15f)](_0x2b9804),_0x3e41e1=_0xd101dd[_0xc846a(0x148)](_0x2b9804),_0x2614f0=_0x50346f[_0xc846a(0x13a)]+0x1,_0x29448b=_0x3e41e1[_0xc846a(0x14c)],_0x3a8f03=_0x2b9804[0x0][_0xc846a(0x170)](_0xc846a(0x147));for(let _0xf0cf0c=0x0;_0xf0cf0c<_0x33eed0;_0xf0cf0c++)_0xd101dd[_0xc846a(0x131)](_0x3a8f03,{'at':_0x2614f0});return _0x3a8f03[_0xc846a(0x15b)](_0x2614f0)[_0xc846a(0x15b)](_0x29448b);}[_0x1c78a3(0x153)](_0x3c2245,_0x1be92f){const _0x1bf818=_0x1c78a3,{plugins:_0xe2dc38}=this[_0x1bf818(0x175)],{model:_0x27903f}=_0x3c2245;if(!_0xe2dc38[_0x1bf818(0x125)](_0x1bf818(0x12d)))return;_0xe2dc38[_0x1bf818(0x160)](_0x1bf818(0x12d))[_0x1bf818(0x164)](_0x1be92f)[_0x1bf818(0x177)]&&_0x27903f[_0x1bf818(0x14e)](_0x1be92f);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5a355=_0x3f4c;(function(_0x472cbd,_0x5ecc7e){const _0x4fb74f=_0x3f4c,_0x354b37=_0x472cbd();while(!![]){try{const _0x3c1940=parseInt(_0x4fb74f(0x190))/0x1*(-parseInt(_0x4fb74f(0x1bc))/0x2)+-parseInt(_0x4fb74f(0x20d))/0x3+parseInt(_0x4fb74f(0x1d2))/0x4+parseInt(_0x4fb74f(0x19a))/0x5*(parseInt(_0x4fb74f(0x216))/0x6)+parseInt(_0x4fb74f(0x1b6))/0x7*(parseInt(_0x4fb74f(0x19b))/0x8)+parseInt(_0x4fb74f(0x1f8))/0x9*(parseInt(_0x4fb74f(0x1c9))/0xa)+-parseInt(_0x4fb74f(0x1e2))/0xb;if(_0x3c1940===_0x5ecc7e)break;else _0x354b37['push'](_0x354b37['shift']());}catch(_0x2591b8){_0x354b37['push'](_0x354b37['shift']());}}}(_0x3e2a,0x4137f));import{Plugin as _0x2ee70e}from'ckeditor5/src/core.js';import{IconMagicWand as _0x1f2fe8,IconRobotPencil as _0x456107}from'ckeditor5/src/icons.js';import{first as _0xb06d02,CKEditorError as _0x23c1c6}from'ckeditor5/src/utils.js';function _0x3e2a(){const _0x7fe647=['execute','currentContext','add','locale','AI\x20is\x20writing','change:isProcessing','replaceContent','init','INSERT','fire','_onExecute','insertContent','addMany','168IUkCxy','change','show','wasMoved','plugins','showAIAssistant','446yTXJhy','AIAssistant','reset','replace','isPremiumPlugin','aiAssistant','push','<p>','aiLicenseKeyValid','command:','getSelectedElement','aiLicenseKeyDomainLimit','Error\x20during\x20AI\x20content\x20generation:\x20%0','1389210MJneHM','isOfficialPlugin','destroy','menuitemcheckbox','\x20ck-ai-assistant-ui_theme','hideFakeVisualSelection','config','source','getSelectedBlocks','648452BrOOnW','once','body','map','_initView','children','_aiAdapter','promptView','AIAssistantUI','filter','errorView','ai.assistant.useTheme','menuView','DataTransfer','_licenseKeyCheckInterval','groupId','814110sLNbZq','set','values','showUI','expired','_getMenuBarGroupButtons','buttonView','ck-ai-assistant-button\x20','requiresContent','buttons','custom','</p>','copy','updatePosition','media','aiLicenseKeyUsageLimit','isOn','evaluationLimit','enabledCommandsIds','AI\x20Assistant','panelView','ai.assistant.commands','9IKazGH','aiLicenseKeyEvaluationLimit','EDITOR_TOP_SIDE','ai-commands-config-order-collision','REPLACE','aiLicenseKeyInvalid','text/html','render','splice','order','forEach','Generated\x20content:\x20%0','schema','_getResolvedCommandsDefinitions','requires','menuBar:aiAssistant','featureNotAllowed','_initAriaAiStatusChangeAnnouncements','tableOfContents','getData','polite','397380gSvvAs','editor','isCollapsed','fieldView','menuBar:aiCommands','aiLicenseKeyExpired','change:value','selection','view','82254yFQmHL','getLimitElement','insertContentBelow','get','_commandDefinitions','document','_aiAssistantController','pluginName','isEnabled','ck-ai-commands-dropdown\x20','model','_showLicenseError','label','invalid','bind','text','from','length','queryView','updateView','isFlat','domainLimit','showFakeVisualSelection','includes','rawHtml','aiCommands','_createAIAssistantUIButton','announce','sort','update','AI\x20Commands','change:isError','ck-ai-assistant-ui','items','groupLabel','contentArea','commands','textAdapter','aiLicenseKeyNotAllowed','hide','ai.assistant.contentAreaCssClass','1361TeaIMi','listenTo','delegate','_forceMarkersCopy','getRanges','_populateMenuBarMenu','prompt','focus','ai.assistant.disabledElements','menuPanelClass','10nCZhDr','149552fwSnEx','trim','licenseKey','editing','_uiCssClasses','_formView','usageLimit','setSelection','componentFactory','change:enabledCommandsIds','_dialog','define','hideUI','comment'];_0x3e2a=function(){return _0x7fe647;};return _0x3e2a();}import{createDropdown as _0x144948,addMenuToDropdown as _0x25718f,ButtonView as _0xe82ba,MenuBarMenuListItemButtonView as _0x515cf5,Dialog as _0xe78c9f,DialogViewPosition as _0x1e2e7f,MenuBarMenuView as _0x226691,MenuBarMenuListView as _0x5fbfea,MenuBarMenuListItemView as _0x345845}from'ckeditor5/src/ui.js';import{normalizeCommandsConfig as _0x1013b8,UNGROUPED_COMMANDS_GROUP_ID as _0x461b78}from'./utils/normalizecommandsconfig.js';import{AIAssistantEditing as _0x2b7bc7}from'./aiassistantediting.js';import{AIAdapter as _0x7f4b6b}from'./adapters/aiadapter.js';function _0x3f4c(_0x50b872,_0x4b0864){const _0x3e2aa4=_0x3e2a();return _0x3f4c=function(_0x3f4cbf,_0x4bb785){_0x3f4cbf=_0x3f4cbf-0x179;let _0x3a6dca=_0x3e2aa4[_0x3f4cbf];return _0x3a6dca;},_0x3f4c(_0x50b872,_0x4b0864);}import{getTranslation as _0x4c4a91}from'./utils/common-translations.js';import{ShowAIAssistantCommand as _0x1ccddc}from'./ui/showaiassistantcommand.js';import{AIAssistantController as _0x200165}from'./ui/aiassistantcontroller.js';import{AIFormView as _0x10a287}from'./ui/form/aiformview.js';import{AIFormToolbarViewMainActionLabel as _0x54b390}from'./ui/form/aiformtoolbarview.js';import'../../theme/aiassistant/ai.css';import'../../theme/aiassistant/ai-dropdown.css';import'../../theme/aiassistant/ai-form.css';const st=globalThis[_0x5a355(0x1df)];import{ClipboardMarkersUtils as _0x475eaa}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0xe3987,ViewDataTransfer as _0x53f2f7}from'ckeditor5/src/engine.js';export class AIAssistantUI extends _0x2ee70e{[_0x5a355(0x19d)];[_0x5a355(0x1e0)];[_0x5a355(0x1a5)];[_0x5a355(0x1a0)];[_0x5a355(0x1d8)];[_0x5a355(0x21c)];[_0x5a355(0x19f)]='';static get[_0x5a355(0x21d)](){const _0x30d77b=_0x5a355;return _0x30d77b(0x1da);}static get[_0x5a355(0x1ca)](){return!0x0;}static get[_0x5a355(0x1c0)](){return!0x0;}static get[_0x5a355(0x206)](){return[_0x475eaa,_0x2b7bc7,_0x7f4b6b,_0xe78c9f];}constructor(_0x15e00d){const _0x422abe=_0x5a355;super(_0x15e00d),_0x15e00d[_0x422abe(0x1cf)][_0x422abe(0x1a6)](_0x422abe(0x198),[_0x422abe(0x1f0),_0x422abe(0x17f),_0x422abe(0x20a)]),_0x15e00d[_0x422abe(0x1cf)][_0x422abe(0x1a6)](_0x422abe(0x18f),''),_0x15e00d[_0x422abe(0x1cf)][_0x422abe(0x1a6)](_0x422abe(0x1dd),!0x0),this[_0x422abe(0x19f)]=_0x422abe(0x187)+(_0x15e00d[_0x422abe(0x1cf)][_0x422abe(0x219)](_0x422abe(0x1dd))?_0x422abe(0x1cd):'');}[_0x5a355(0x1b0)](){const _0x3b3f3b=_0x5a355,{editor:_0x39c076}=this;this[_0x3b3f3b(0x1d8)]=_0x39c076[_0x3b3f3b(0x1ba)][_0x3b3f3b(0x219)](_0x7f4b6b),this[_0x3b3f3b(0x1a5)]=_0x39c076[_0x3b3f3b(0x1ba)][_0x3b3f3b(0x219)](_0xe78c9f),this[_0x3b3f3b(0x1a0)]=null,this[_0x3b3f3b(0x21a)]=this[_0x3b3f3b(0x205)]();const _0x30d1a4=new _0x1ccddc(_0x39c076,Array[_0x3b3f3b(0x226)](this[_0x3b3f3b(0x21a)][_0x3b3f3b(0x1e4)]()));_0x39c076[_0x3b3f3b(0x18b)][_0x3b3f3b(0x1ab)](_0x3b3f3b(0x1bb),_0x30d1a4),_0x39c076['ui'][_0x3b3f3b(0x1a3)][_0x3b3f3b(0x1ab)](_0x3b3f3b(0x180),_0x30a6b0=>{const _0x4eee37=_0x3b3f3b,_0x2a70a0=_0x144948(_0x30a6b0);return _0x2a70a0[_0x4eee37(0x1e3)]({'class':_0x4eee37(0x21f)+this[_0x4eee37(0x19f)]}),_0x2a70a0[_0x4eee37(0x1e8)][_0x4eee37(0x1e3)]({'label':_0x4c4a91(_0x30a6b0,_0x4eee37(0x185)),'icon':_0x1f2fe8,'tooltip':!0x0}),_0x2a70a0['on'](_0x4eee37(0x1a9),_0x30487c=>this[_0x4eee37(0x1b3)](_0x30487c[_0x4eee37(0x1d0)]['id'])),_0x25718f(_0x2a70a0,_0x39c076['ui'][_0x4eee37(0x215)][_0x4eee37(0x1d4)],function(_0x2b3d3b){const _0x2ca873=_0x4eee37,_0x34218b=_0x1013b8(_0x2b3d3b[_0x2ca873(0x1cf)][_0x2ca873(0x219)](_0x2ca873(0x1f7)),_0x2b3d3b[_0x2ca873(0x1ac)]),_0x271fb3=gi(_0x2b3d3b,_0x34218b)[_0x2ca873(0x1db)](_0x426e44=>_0x426e44[_0x2ca873(0x18b)][_0x2ca873(0x227)]);if(0x1===_0x271fb3[_0x2ca873(0x227)])return gi(_0x2b3d3b,_0x271fb3[0x0][_0x2ca873(0x18b)])[_0x2ca873(0x1d5)](_0x41dc85=>({'id':_0x41dc85['id'],'label':_0x41dc85[_0x2ca873(0x222)]}));return _0x271fb3[_0x2ca873(0x1d5)](_0x2b3c76=>{const _0x1e8ff3=_0x2ca873,{groupId:_0x590918,groupLabel:_0x21f625,commands:_0x323a48}=_0x2b3c76,_0x5cb086=gi(_0x2b3d3b,_0x323a48)[_0x1e8ff3(0x1d5)](_0x1d03f4=>({'id':_0x1d03f4['id'],'label':_0x1d03f4[_0x1e8ff3(0x222)]}));return{'id':_0x590918,'menu':_0x21f625||_0x590918,'children':_0x5cb086};});}(_0x39c076),{'ariaLabel':_0x4c4a91(_0x30a6b0,_0x4eee37(0x185))}),_0x2a70a0[_0x4eee37(0x1de)][_0x4eee37(0x199)]=_0x4eee37(0x21f)+this[_0x4eee37(0x19f)],_0x30d1a4['on'](_0x4eee37(0x1a4),_0x3499ef),_0x2a70a0[_0x4eee37(0x1de)][_0x4eee37(0x1d3)](_0x4eee37(0x1ff),_0x3499ef),_0x2a70a0;function _0x3499ef(){const _0x5427bf=_0x4eee37;_0x2a70a0[_0x5427bf(0x21e)]=_0x30d1a4[_0x5427bf(0x1f4)][_0x5427bf(0x227)]>0x0;for(const _0x524525 of _0x2a70a0[_0x5427bf(0x1de)][_0x5427bf(0x1eb)])_0x524525[_0x5427bf(0x21e)]=_0x30d1a4[_0x5427bf(0x1f4)][_0x5427bf(0x17e)](_0x524525['id']);}}),_0x39c076['ui'][_0x3b3f3b(0x1a3)][_0x3b3f3b(0x1ab)](_0x3b3f3b(0x211),_0x5ce87d=>{const _0x5f5d79=_0x3b3f3b,_0x2794f1=new _0x226691(_0x5ce87d);_0x2794f1[_0x5f5d79(0x1e8)][_0x5f5d79(0x1e3)]({'label':_0x4c4a91(_0x5ce87d,_0x5f5d79(0x185)),'icon':_0x1f2fe8}),_0x2794f1[_0x5f5d79(0x224)](_0x5f5d79(0x21e))['to'](_0x30d1a4,_0x5f5d79(0x1f4),_0x5a3551=>_0x5a3551[_0x5f5d79(0x227)]>0x0);const _0x160bff=_0x1013b8(_0x39c076[_0x5f5d79(0x1cf)][_0x5f5d79(0x219)](_0x5f5d79(0x1f7)),_0x5ce87d);return this[_0x5f5d79(0x195)](_0x30d1a4,_0x2794f1,_0x160bff,_0x405a80=>this[_0x5f5d79(0x1b3)](_0x405a80)),_0x2794f1;}),_0x39c076['ui'][_0x3b3f3b(0x1a3)][_0x3b3f3b(0x1ab)](_0x3b3f3b(0x1c1),()=>{const _0x128b1d=_0x3b3f3b,_0x19c5ec=this[_0x128b1d(0x181)](_0xe82ba);return _0x19c5ec[_0x128b1d(0x1e3)]({'tooltip':!0x0,'class':_0x128b1d(0x1e9)+this[_0x128b1d(0x19f)]}),_0x19c5ec;}),_0x39c076['ui'][_0x3b3f3b(0x1a3)][_0x3b3f3b(0x1ab)](_0x3b3f3b(0x207),()=>{const _0x27e149=_0x3b3f3b,_0x576fbf=this[_0x27e149(0x181)](_0x515cf5);return _0x576fbf[_0x27e149(0x1e3)]({'role':_0x27e149(0x1cc)}),_0x576fbf;}),this[_0x3b3f3b(0x19d)]=this[_0x3b3f3b(0x20e)][_0x3b3f3b(0x1cf)][_0x3b3f3b(0x219)](_0x3b3f3b(0x19d));const _0x25b5cd=this[_0x3b3f3b(0x20e)];this[_0x3b3f3b(0x1e0)]=setInterval(()=>{const _0x3871a8=_0x3b3f3b;let _0x18e2e4;for(const _0x3e39b6 in _0x25b5cd){const _0x41aba7=_0x3e39b6,_0x381f4d=_0x25b5cd[_0x41aba7];if(_0x3871a8(0x1c4)==_0x381f4d||_0x3871a8(0x1fd)==_0x381f4d||_0x3871a8(0x212)==_0x381f4d||_0x3871a8(0x1c7)==_0x381f4d||_0x3871a8(0x18d)==_0x381f4d||_0x3871a8(0x1f9)==_0x381f4d||_0x3871a8(0x1f1)==_0x381f4d){delete _0x25b5cd[_0x41aba7],_0x18e2e4=_0x381f4d,clearInterval(this[_0x3871a8(0x1e0)]),this[_0x3871a8(0x1e0)]=void 0x0;break;}}_0x3871a8(0x1fd)==_0x18e2e4&&_0x25b5cd[_0x3871a8(0x221)](_0x3871a8(0x223)),_0x3871a8(0x212)==_0x18e2e4&&_0x25b5cd[_0x3871a8(0x221)](_0x3871a8(0x1e6)),_0x3871a8(0x1c7)==_0x18e2e4&&_0x25b5cd[_0x3871a8(0x221)](_0x3871a8(0x17c)),_0x3871a8(0x18d)==_0x18e2e4&&_0x25b5cd[_0x3871a8(0x221)](_0x3871a8(0x208),_0x3871a8(0x1bd)),_0x3871a8(0x1f9)==_0x18e2e4&&_0x25b5cd[_0x3871a8(0x221)](_0x3871a8(0x1f3)),_0x3871a8(0x1f1)==_0x18e2e4&&_0x25b5cd[_0x3871a8(0x221)](_0x3871a8(0x1a1));},0x3e8);}[_0x5a355(0x1cb)](){const _0x177cbd=_0x5a355;super[_0x177cbd(0x1cb)](),this[_0x177cbd(0x1e0)]&&clearInterval(this[_0x177cbd(0x1e0)]);}[_0x5a355(0x1e5)](_0x546180='',_0x49e12c='',_0xa9b365=_0x5a355(0x1ec)){const _0x5f001c=_0x5a355,_0xba1a2d=this[_0x5f001c(0x20e)],_0xc16146=_0xba1a2d[_0x5f001c(0x19e)][_0x5f001c(0x215)],_0x59ddf7=_0xba1a2d[_0x5f001c(0x1ba)][_0x5f001c(0x219)](_0x2b7bc7),_0x5b0c7d=_0xba1a2d[_0x5f001c(0x1ba)][_0x5f001c(0x219)](_0x475eaa);_0x59ddf7[_0x5f001c(0x17d)]();const _0x1eac12=new st(),_0x4c0620=new ClipboardEvent(_0x5f001c(0x1ee),{'clipboardData':_0x1eac12}),_0x5c98fc=new _0x53f2f7(_0x1eac12),_0xa61645=new _0xe3987(_0xc16146,_0x4c0620,{'dataTransfer':_0x5c98fc});_0x5b0c7d[_0x5f001c(0x193)](_0x5f001c(0x1a8),()=>{const _0x4278c6=_0x5f001c;_0xc16146[_0x4278c6(0x21b)][_0x4278c6(0x1b2)](_0x4278c6(0x1ee),_0xa61645);}),this[_0x5f001c(0x1a0)]||(this[_0x5f001c(0x1d6)](),this[_0x5f001c(0x21c)]=new _0x200165(_0xba1a2d,this[_0x5f001c(0x1d8)][_0x5f001c(0x18c)],this[_0x5f001c(0x1a0)]));let _0x20359e=_0x5c98fc[_0x5f001c(0x20b)](_0x5f001c(0x1fe));const _0x4cc86b=_0xba1a2d[_0x5f001c(0x220)][_0x5f001c(0x21b)][_0x5f001c(0x214)],_0x4151f7=Array[_0x5f001c(0x226)](_0x4cc86b[_0x5f001c(0x194)]());0x1===_0x4151f7[_0x5f001c(0x227)]&&_0x4151f7[0x0][_0x5f001c(0x17b)]&&!_0x4cc86b[_0x5f001c(0x1c6)]()&&''!==_0x20359e[_0x5f001c(0x1bf)](/&nbsp;/g,'')[_0x5f001c(0x19c)]()&&(_0x20359e=_0x5f001c(0x1c3)+_0x20359e+_0x5f001c(0x1ed)),this[_0x5f001c(0x21c)][_0x5f001c(0x17a)]({'actionId':_0xa9b365,'query':_0x546180,'htmlContent':_0x20359e,'label':_0x49e12c,'mainActionLabel':_0x54b390[_0xba1a2d[_0x5f001c(0x220)][_0x5f001c(0x21b)][_0x5f001c(0x214)][_0x5f001c(0x20f)]?_0x5f001c(0x1b1):_0x5f001c(0x1fc)]}),_0x5f001c(0x1c1)!==this[_0x5f001c(0x1a5)]['id']?this[_0x5f001c(0x1a5)][_0x5f001c(0x1b8)]({'id':_0x5f001c(0x1c1),'icon':_0x456107,'title':_0x4c4a91(this[_0x5f001c(0x20e)][_0x5f001c(0x1ac)],_0x5f001c(0x1f5)),'content':this[_0x5f001c(0x1a0)],'position':_0x1e2e7f[_0x5f001c(0x1fa)],'onShow':()=>{const _0x1a7d2a=_0x5f001c;this[_0x1a7d2a(0x1a0)][_0x1a7d2a(0x197)]();},'onHide':()=>{const _0x2afee7=_0x5f001c;this[_0x2afee7(0x21c)][_0x2afee7(0x1be)](),_0x59ddf7[_0x2afee7(0x1ce)]();}}):this[_0x5f001c(0x1a5)][_0x5f001c(0x215)][_0x5f001c(0x1b9)]||this[_0x5f001c(0x1a5)][_0x5f001c(0x215)][_0x5f001c(0x1ef)]();}[_0x5a355(0x1a7)](){const _0x1f4073=_0x5a355;this[_0x1f4073(0x1a5)][_0x1f4073(0x18e)]();}[_0x5a355(0x205)](){const _0x1cb3e9=_0x5a355,_0x5946d6=new Map(),_0x1ef827=_0x1013b8(this[_0x1cb3e9(0x20e)][_0x1cb3e9(0x1cf)][_0x1cb3e9(0x219)](_0x1cb3e9(0x1f7)),this[_0x1cb3e9(0x20e)][_0x1cb3e9(0x1ac)]);for(const _0x2d5d19 of _0x1ef827)for(const _0x19feb3 of _0x2d5d19[_0x1cb3e9(0x18b)])_0x5946d6[_0x1cb3e9(0x1e3)](_0x19feb3['id'],{..._0x19feb3,'groupId':_0x2d5d19[_0x1cb3e9(0x1e1)],'groupLabel':_0x2d5d19[_0x1cb3e9(0x189)]||_0x2d5d19[_0x1cb3e9(0x1e1)]});return _0x5946d6;}[_0x5a355(0x181)](_0x274e60){const _0x33c6b9=_0x5a355,_0x2979dc=this[_0x33c6b9(0x20e)],_0x4b30c8=_0x2979dc[_0x33c6b9(0x18b)][_0x33c6b9(0x219)](_0x33c6b9(0x1bb)),_0x275a5e=new _0x274e60(_0x2979dc[_0x33c6b9(0x1ac)]);return _0x275a5e[_0x33c6b9(0x1e3)]({'label':_0x4c4a91(_0x2979dc[_0x33c6b9(0x1ac)],_0x33c6b9(0x1f5)),'icon':_0x456107,'isToggleable':!0x0}),_0x275a5e[_0x33c6b9(0x224)](_0x33c6b9(0x21e))['to'](_0x4b30c8),_0x275a5e[_0x33c6b9(0x224)](_0x33c6b9(0x1f2))['to'](this[_0x33c6b9(0x1a5)],'id',_0x5a633a=>_0x33c6b9(0x1c1)===_0x5a633a),this[_0x33c6b9(0x191)](_0x275a5e,_0x33c6b9(0x1a9),()=>{const _0x41d1de=_0x33c6b9;_0x275a5e[_0x41d1de(0x1f2)]?this[_0x41d1de(0x1a7)]():_0x4b30c8[_0x41d1de(0x1a9)]();}),_0x275a5e;}[_0x5a355(0x1d6)](){const _0x230a04=_0x5a355,_0x492414=this[_0x230a04(0x20e)][_0x230a04(0x1ba)][_0x230a04(0x219)](_0x2b7bc7);this[_0x230a04(0x1a0)]=new _0x10a287(this[_0x230a04(0x20e)][_0x230a04(0x1ac)],this[_0x230a04(0x19f)],this[_0x230a04(0x20e)][_0x230a04(0x1cf)][_0x230a04(0x219)](_0x230a04(0x18f))),this[_0x230a04(0x1a0)]['on'](_0x230a04(0x213),()=>{const _0x389cdc=_0x230a04;this[_0x389cdc(0x1a5)][_0x389cdc(0x215)][_0x389cdc(0x1b9)]||this[_0x389cdc(0x1a5)][_0x389cdc(0x215)][_0x389cdc(0x1ef)]();}),this[_0x230a04(0x1a0)][_0x230a04(0x1d9)][_0x230a04(0x179)][_0x230a04(0x210)]['on'](_0x230a04(0x184),()=>{const _0x558a8d=_0x230a04;this[_0x558a8d(0x1a5)][_0x558a8d(0x215)][_0x558a8d(0x1b9)]||this[_0x558a8d(0x1a5)][_0x558a8d(0x215)][_0x558a8d(0x1ef)]();}),this[_0x230a04(0x191)](this[_0x230a04(0x1a0)],_0x230a04(0x1af),()=>{const _0x46c05b=_0x230a04;_0x492414[_0x46c05b(0x1b4)](this[_0x46c05b(0x21c)][_0x46c05b(0x1aa)]),this[_0x46c05b(0x1a7)]();}),this[_0x230a04(0x191)](this[_0x230a04(0x1a0)],_0x230a04(0x218),()=>{const _0x58de45=_0x230a04;_0x492414[_0x58de45(0x218)](this[_0x58de45(0x21c)][_0x58de45(0x1aa)]),this[_0x58de45(0x1a7)]();}),this[_0x230a04(0x209)]();}[_0x5a355(0x209)](){const _0x3144fa=_0x5a355,{locale:_0x320fb3,ui:{ariaLiveAnnouncer:_0x596269}}=this[_0x3144fa(0x20e)];this[_0x3144fa(0x1a0)][_0x3144fa(0x18a)]['on'](_0x3144fa(0x1ae),(_0x5bad2f,_0x330872,_0x10ca51)=>{const _0xd9211f=_0x3144fa,_0x590f22=this[_0xd9211f(0x21c)][_0xd9211f(0x1aa)];_0x10ca51?_0x596269[_0xd9211f(0x182)](_0x4c4a91(_0x320fb3,_0xd9211f(0x1ad))):_0x590f22&&_0x596269[_0xd9211f(0x182)](_0x4c4a91(_0x320fb3,_0xd9211f(0x203),_0x590f22),{'politeness':_0xd9211f(0x20c),'isUnsafeHTML':!0x0});}),this[_0x3144fa(0x1a0)]['on'](_0x3144fa(0x186),(_0x53039c,_0x191f9e,_0xa30295)=>{const _0x20cb6d=_0x3144fa;if(_0xa30295){const _0x315ee7=this[_0x20cb6d(0x1a0)][_0x20cb6d(0x1dc)][_0x20cb6d(0x225)];_0x596269[_0x20cb6d(0x182)](_0x4c4a91(_0x320fb3,_0x20cb6d(0x1c8),_0x315ee7));}});}[_0x5a355(0x1b3)](_0x290fe6){const _0x58eab1=_0x5a355,_0x10b086=this[_0x58eab1(0x21a)][_0x58eab1(0x219)](_0x290fe6),_0x19e80d=this[_0x58eab1(0x20e)],_0x423f48=_0x19e80d[_0x58eab1(0x220)][_0x58eab1(0x21b)][_0x58eab1(0x214)],_0x14405f=_0x19e80d[_0x58eab1(0x18b)][_0x58eab1(0x219)](_0x58eab1(0x1bb)),_0x43bba5=_0x19e80d[_0x58eab1(0x1ba)][_0x58eab1(0x219)](_0x2b7bc7),_0x488f08=''+(_0x10b086[_0x58eab1(0x1e1)]!==_0x461b78?_0x10b086[_0x58eab1(0x189)]+':\x20':'')+_0x10b086[_0x58eab1(0x222)];if(!0x1!==_0x10b086[_0x58eab1(0x1ea)]&&_0x423f48[_0x58eab1(0x20f)]){const _0x269ddd=_0xb06d02(_0x423f48[_0x58eab1(0x1d1)]())||_0x19e80d[_0x58eab1(0x220)][_0x58eab1(0x204)][_0x58eab1(0x217)](_0x423f48);_0x19e80d[_0x58eab1(0x220)][_0x58eab1(0x1b7)](_0x210111=>{const _0x38cd63=_0x58eab1;_0x210111[_0x38cd63(0x1a2)](_0x269ddd,'in');});}_0x43bba5[_0x58eab1(0x17d)](),_0x14405f[_0x58eab1(0x1a9)](_0x10b086[_0x58eab1(0x196)],_0x488f08,_0x58eab1(0x1c5)+_0x290fe6);}[_0x5a355(0x195)](_0x42f4df,_0x22d8f6,_0x1822d3,_0x43b140){const _0x1e73bd=_0x5a355,_0x466340=this[_0x1e73bd(0x20e)],_0x561ce9=_0x466340[_0x1e73bd(0x1ac)],_0x59606a=new _0x5fbfea(_0x561ce9),_0x44c5fc=gi(_0x466340,_0x1822d3)[_0x1e73bd(0x1db)](_0x3c62c3=>_0x3c62c3[_0x1e73bd(0x18b)][_0x1e73bd(0x227)]);0x1===_0x44c5fc[_0x1e73bd(0x227)]?this[_0x1e73bd(0x1e7)]({'command':_0x42f4df,'commands':_0x44c5fc[0x0][_0x1e73bd(0x18b)],'parentMenuView':_0x22d8f6,'onExecute':_0x43b140})[_0x1e73bd(0x202)](_0x462f7a=>_0x59606a[_0x1e73bd(0x188)][_0x1e73bd(0x1ab)](_0x462f7a)):_0x44c5fc[_0x1e73bd(0x202)](({groupId:_0xf8443f,groupLabel:_0x1dc6b5,commands:_0x594a72})=>{const _0x39db41=_0x1e73bd,_0x273fdc=new _0x345845(_0x561ce9,_0x22d8f6),_0x57bc1a=new _0x226691(_0x561ce9),_0x41d34d=new _0x5fbfea(_0x561ce9),_0x17877e=this[_0x39db41(0x1e7)]({'command':_0x42f4df,'commands':_0x594a72,'parentMenuView':_0x57bc1a,'onExecute':_0x43b140});_0x57bc1a[_0x39db41(0x1e8)][_0x39db41(0x1e3)]({'label':_0x1dc6b5||_0xf8443f}),_0x57bc1a[_0x39db41(0x192)](_0x39db41(0x1a9))['to'](_0x22d8f6),_0x41d34d[_0x39db41(0x188)][_0x39db41(0x1b5)](_0x17877e),_0x57bc1a[_0x39db41(0x1f6)][_0x39db41(0x1d7)][_0x39db41(0x1ab)](_0x41d34d),_0x273fdc[_0x39db41(0x1d7)][_0x39db41(0x1ab)](_0x57bc1a),_0x59606a[_0x39db41(0x188)][_0x39db41(0x1ab)](_0x273fdc);}),_0x22d8f6[_0x1e73bd(0x1f6)][_0x1e73bd(0x1d7)][_0x1e73bd(0x1ab)](_0x59606a);}[_0x5a355(0x1e7)]({command:_0x203350,commands:_0x1f53e4,parentMenuView:_0x2fd71a,onExecute:_0x51e0f3}){const _0x3ab8a6=_0x5a355,_0x1dc5b4=this[_0x3ab8a6(0x20e)],_0x140628=_0x1dc5b4[_0x3ab8a6(0x1ac)];return gi(_0x1dc5b4,_0x1f53e4)[_0x3ab8a6(0x1d5)](_0x238110=>{const _0x1e2cc3=_0x3ab8a6,_0x8de053=new _0x345845(_0x140628,_0x2fd71a),_0x36034e=new _0x515cf5(_0x140628);return _0x36034e[_0x1e2cc3(0x1e3)]({'label':_0x238110[_0x1e2cc3(0x222)]}),_0x36034e[_0x1e2cc3(0x192)](_0x1e2cc3(0x1a9))['to'](_0x2fd71a),_0x36034e['on'](_0x1e2cc3(0x1a9),()=>_0x51e0f3(_0x238110['id'])),_0x36034e[_0x1e2cc3(0x224)](_0x1e2cc3(0x21e))['to'](_0x203350,_0x1e2cc3(0x1f4),_0x5eac72=>_0x5eac72[_0x1e2cc3(0x17e)](_0x238110['id'])),_0x8de053[_0x1e2cc3(0x1d7)][_0x1e2cc3(0x1ab)](_0x36034e),_0x8de053;});}}function wi(_0x3c8dea,_0x3220aa){const _0x11bc29=_0x5a355;return void 0x0!==_0x3c8dea[_0x11bc29(0x201)]&&void 0x0===_0x3220aa[_0x11bc29(0x201)]?0x1:void 0x0===_0x3c8dea[_0x11bc29(0x201)]&&void 0x0!==_0x3220aa[_0x11bc29(0x201)]?-0x1:void 0x0!==_0x3c8dea[_0x11bc29(0x201)]&&void 0x0!==_0x3220aa[_0x11bc29(0x201)]?_0x3c8dea[_0x11bc29(0x201)]-_0x3220aa[_0x11bc29(0x201)]:0x0;}function gi(_0x1ee9ea,_0x492bb4){const _0x25cba8=_0x5a355;_0x492bb4[_0x25cba8(0x183)](wi);const _0x24ff11={},_0x64b1b3=[];for(const _0x173e61 of _0x492bb4)if(void 0x0!==_0x173e61[_0x25cba8(0x201)]){if(_0x173e61[_0x25cba8(0x201)]in _0x24ff11)throw new _0x23c1c6(_0x25cba8(0x1fb),_0x1ee9ea,{'conflictingDefinitions':[_0x173e61,_0x24ff11[_0x173e61[_0x25cba8(0x201)]]]});_0x24ff11[_0x173e61[_0x25cba8(0x201)]]=_0x173e61,_0x64b1b3[_0x25cba8(0x200)](_0x173e61[_0x25cba8(0x201)],0x0,_0x173e61);}else _0x64b1b3[_0x25cba8(0x1c2)](_0x173e61);return _0x64b1b3;}
23
+ const _0x2bced6=_0x34a4;(function(_0x2a41ca,_0x1d27b5){const _0xa43aca=_0x34a4,_0x36e320=_0x2a41ca();while(!![]){try{const _0x423006=parseInt(_0xa43aca(0xf9))/0x1+-parseInt(_0xa43aca(0x89))/0x2*(parseInt(_0xa43aca(0x117))/0x3)+-parseInt(_0xa43aca(0xb3))/0x4*(parseInt(_0xa43aca(0xd8))/0x5)+-parseInt(_0xa43aca(0xe1))/0x6*(parseInt(_0xa43aca(0x9b))/0x7)+-parseInt(_0xa43aca(0xec))/0x8*(parseInt(_0xa43aca(0xe8))/0x9)+-parseInt(_0xa43aca(0x121))/0xa*(parseInt(_0xa43aca(0xaf))/0xb)+parseInt(_0xa43aca(0xa8))/0xc*(parseInt(_0xa43aca(0xd4))/0xd);if(_0x423006===_0x1d27b5)break;else _0x36e320['push'](_0x36e320['shift']());}catch(_0xf5c649){_0x36e320['push'](_0x36e320['shift']());}}}(_0x1621,0x25b5d));import{Plugin as _0x4c11a6}from'ckeditor5/src/core.js';function _0x1621(){const _0x242431=['get','setSelection','getSelectedElement','showFakeVisualSelection','17577QtyHoK','model','locale','command:','1256WrmvKu','map','includes','replace','_getResolvedCommandsDefinitions','set','init','</p>','add','render','fire','hideUI','\x20ck-ai-assistant-ui_theme','268895ealpwg','plugins','Generated\x20content:\x20%0','_forceMarkersCopy','Error\x20during\x20AI\x20content\x20generation:\x20%0','show','_createAIAssistantUIButton','values','aiLicenseKeyValid','isEnabled','comment','push','menuitemcheckbox','filter','replaceContent','buttonView','listenTo','<p>','isCollapsed','document','splice','aiLicenseKeyExpired','custom','update','_populateMenuBarMenu','contentArea','_initAriaAiStatusChangeAnnouncements','DataTransfer','children','_aiAssistantController','191847RtBiNW','updateView','change','change:enabledCommandsIds','ck-ai-assistant-ui','insertContentBelow','showAIAssistant','featureNotAllowed','prompt','tableOfContents','20ySKXNy','polite','source','from','isOfficialPlugin','enabledCommandsIds','updatePosition','evaluationLimit','define','_onExecute','ai.assistant.commands','_dialog','menuBar:aiCommands','ck-ai-commands-dropdown\x20','promptView','ai.assistant.disabledElements','EDITOR_TOP_SIDE','AIAssistantUI','_initView','aiCommands','body','fieldView','getData','hide','getLimitElement','4XTWvUK','addMany','queryView','buttons','view','label','AIAssistant','delegate','getSelectedBlocks','requires','groupId','editor','domainLimit','menuView','currentContext','trim','_commandDefinitions','panelView','4067LVBZCg','menuBar:aiAssistant','isFlat','aiLicenseKeyEvaluationLimit','aiLicenseKeyNotAllowed','AI\x20Commands','_aiAdapter','text/html','destroy','order','schema','aiLicenseKeyDomainLimit','expired','25476fEFQqG','rawHtml','ck-ai-assistant-button\x20','editing','requiresContent','pluginName','groupLabel','767756arTdBt','reset','sort','invalid','8TMwYwX','licenseKey','ai.assistant.useTheme','_showLicenseError','wasMoved','textAdapter','componentFactory','aiAssistant','showUI','change:isProcessing','menuPanelClass','announce','_uiCssClasses','media','ai.assistant.contentAreaCssClass','INSERT','copy','text','once','focus','aiLicenseKeyInvalid','_licenseKeyCheckInterval','hideFakeVisualSelection','REPLACE','getRanges','commands','ai-commands-config-order-collision','selection','config','items','_getMenuBarGroupButtons','isOn','_formView','3991dgtsnX','change:value','errorView','insertContent','448255XcgOnt','aiLicenseKeyUsageLimit','isPremiumPlugin','length','AI\x20is\x20writing','execute','change:isError','forEach','usageLimit','132sNlfAQ','AI\x20Assistant','bind'];_0x1621=function(){return _0x242431;};return _0x1621();}import{IconMagicWand as _0x560b1e,IconRobotPencil as _0x501909}from'ckeditor5/src/icons.js';import{first as _0x15a633,CKEditorError as _0x5e632e}from'ckeditor5/src/utils.js';import{createDropdown as _0x4f4022,addMenuToDropdown as _0x17b123,ButtonView as _0x4cd9bb,MenuBarMenuListItemButtonView as _0x1a0043,Dialog as _0x22c94b,DialogViewPosition as _0x29715d,MenuBarMenuView as _0x1e9e4b,MenuBarMenuListView as _0x4319df,MenuBarMenuListItemView as _0x2151ac}from'ckeditor5/src/ui.js';import{normalizeCommandsConfig as _0x4f8d9c,UNGROUPED_COMMANDS_GROUP_ID as _0x43bc95}from'./utils/normalizecommandsconfig.js';import{AIAssistantEditing as _0x46fe16}from'./aiassistantediting.js';import{AIAdapter as _0x342c82}from'./adapters/aiadapter.js';import{getTranslation as _0x18d029}from'./utils/common-translations.js';import{ShowAIAssistantCommand as _0x1dbbd0}from'./ui/showaiassistantcommand.js';import{AIAssistantController as _0x4cb422}from'./ui/aiassistantcontroller.js';import{AIFormView as _0x4c283e}from'./ui/form/aiformview.js';import{AIFormToolbarViewMainActionLabel as _0x817f66}from'./ui/form/aiformtoolbarview.js';import'../../theme/aiassistant/ai.css';import'../../theme/aiassistant/ai-dropdown.css';import'../../theme/aiassistant/ai-form.css';const j=globalThis[_0x2bced6(0x114)];import{ClipboardMarkersUtils as _0x1b9c94}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x5b0780,ViewDataTransfer as _0x51d55a}from'ckeditor5/src/engine.js';function _0x34a4(_0x13a48b,_0x4dc093){const _0x162176=_0x1621();return _0x34a4=function(_0x34a48f,_0x2e6bc1){_0x34a48f=_0x34a48f-0x86;let _0x55cc6f=_0x162176[_0x34a48f];return _0x55cc6f;},_0x34a4(_0x13a48b,_0x4dc093);}export class AIAssistantUI extends _0x4c11a6{[_0x2bced6(0xb4)];[_0x2bced6(0xc8)];[_0x2bced6(0x12c)];[_0x2bced6(0xd3)];[_0x2bced6(0xa1)];[_0x2bced6(0x116)];[_0x2bced6(0xbf)]='';static get[_0x2bced6(0xad)](){const _0x4bd48c=_0x2bced6;return _0x4bd48c(0x132);}static get[_0x2bced6(0x125)](){return!0x0;}static get[_0x2bced6(0xda)](){return!0x0;}static get[_0x2bced6(0x92)](){return[_0x1b9c94,_0x46fe16,_0x342c82,_0x22c94b];}constructor(_0x833cc7){const _0x19ccb1=_0x2bced6;super(_0x833cc7),_0x833cc7[_0x19ccb1(0xcf)][_0x19ccb1(0x129)](_0x19ccb1(0x130),[_0x19ccb1(0xc0),_0x19ccb1(0xa9),_0x19ccb1(0x120)]),_0x833cc7[_0x19ccb1(0xcf)][_0x19ccb1(0x129)](_0x19ccb1(0xc1),''),_0x833cc7[_0x19ccb1(0xcf)][_0x19ccb1(0x129)](_0x19ccb1(0xb5),!0x0),this[_0x19ccb1(0xbf)]=_0x19ccb1(0x11b)+(_0x833cc7[_0x19ccb1(0xcf)][_0x19ccb1(0xe4)](_0x19ccb1(0xb5))?_0x19ccb1(0xf8):'');}[_0x2bced6(0xf2)](){const _0xb14a4e=_0x2bced6,{editor:_0x2a83b6}=this;this[_0xb14a4e(0xa1)]=_0x2a83b6[_0xb14a4e(0xfa)][_0xb14a4e(0xe4)](_0x342c82),this[_0xb14a4e(0x12c)]=_0x2a83b6[_0xb14a4e(0xfa)][_0xb14a4e(0xe4)](_0x22c94b),this[_0xb14a4e(0xd3)]=null,this[_0xb14a4e(0x99)]=this[_0xb14a4e(0xf0)]();const _0x1d3c41=new _0x1dbbd0(_0x2a83b6,Array[_0xb14a4e(0x124)](this[_0xb14a4e(0x99)][_0xb14a4e(0x100)]()));_0x2a83b6[_0xb14a4e(0xcc)][_0xb14a4e(0xf4)](_0xb14a4e(0x11d),_0x1d3c41),_0x2a83b6['ui'][_0xb14a4e(0xb9)][_0xb14a4e(0xf4)](_0xb14a4e(0x134),_0x418dc3=>{const _0x491df7=_0xb14a4e,_0x3b206a=_0x4f4022(_0x418dc3);return _0x3b206a[_0x491df7(0xf1)]({'class':_0x491df7(0x12e)+this[_0x491df7(0xbf)]}),_0x3b206a[_0x491df7(0x108)][_0x491df7(0xf1)]({'label':_0x18d029(_0x418dc3,_0x491df7(0xa0)),'icon':_0x560b1e,'tooltip':!0x0}),_0x3b206a['on'](_0x491df7(0xdd),_0xa801a8=>this[_0x491df7(0x12a)](_0xa801a8[_0x491df7(0x123)]['id'])),_0x17b123(_0x3b206a,_0x2a83b6['ui'][_0x491df7(0x8d)][_0x491df7(0x135)],function(_0x31c4cd){const _0x16ce8f=_0x491df7,_0x9efcb2=_0x4f8d9c(_0x31c4cd[_0x16ce8f(0xcf)][_0x16ce8f(0xe4)](_0x16ce8f(0x12b)),_0x31c4cd[_0x16ce8f(0xea)]),_0x24015d=Y(_0x31c4cd,_0x9efcb2)[_0x16ce8f(0x106)](_0x5e38b3=>_0x5e38b3[_0x16ce8f(0xcc)][_0x16ce8f(0xdb)]);if(0x1===_0x24015d[_0x16ce8f(0xdb)])return Y(_0x31c4cd,_0x24015d[0x0][_0x16ce8f(0xcc)])[_0x16ce8f(0xed)](_0x191bbc=>({'id':_0x191bbc['id'],'label':_0x191bbc[_0x16ce8f(0x8e)]}));return _0x24015d[_0x16ce8f(0xed)](_0x3f45cd=>{const _0x5a60b7=_0x16ce8f,{groupId:_0x40714a,groupLabel:_0x407cf4,commands:_0x583e5c}=_0x3f45cd,_0x81d15a=Y(_0x31c4cd,_0x583e5c)[_0x5a60b7(0xed)](_0x21cae3=>({'id':_0x21cae3['id'],'label':_0x21cae3[_0x5a60b7(0x8e)]}));return{'id':_0x40714a,'menu':_0x407cf4||_0x40714a,'children':_0x81d15a};});}(_0x2a83b6),{'ariaLabel':_0x18d029(_0x418dc3,_0x491df7(0xa0))}),_0x3b206a[_0x491df7(0x96)][_0x491df7(0xbd)]=_0x491df7(0x12e)+this[_0x491df7(0xbf)],_0x1d3c41['on'](_0x491df7(0x11a),_0x53839a),_0x3b206a[_0x491df7(0x96)][_0x491df7(0xc5)](_0x491df7(0xf5),_0x53839a),_0x3b206a;function _0x53839a(){const _0x536272=_0x491df7;_0x3b206a[_0x536272(0x102)]=_0x1d3c41[_0x536272(0x126)][_0x536272(0xdb)]>0x0;for(const _0x54bacf of _0x3b206a[_0x536272(0x96)][_0x536272(0x8c)])_0x54bacf[_0x536272(0x102)]=_0x1d3c41[_0x536272(0x126)][_0x536272(0xee)](_0x54bacf['id']);}}),_0x2a83b6['ui'][_0xb14a4e(0xb9)][_0xb14a4e(0xf4)](_0xb14a4e(0x12d),_0x26177b=>{const _0x3824ab=_0xb14a4e,_0x236f05=new _0x1e9e4b(_0x26177b);_0x236f05[_0x3824ab(0x108)][_0x3824ab(0xf1)]({'label':_0x18d029(_0x26177b,_0x3824ab(0xa0)),'icon':_0x560b1e}),_0x236f05[_0x3824ab(0xe3)](_0x3824ab(0x102))['to'](_0x1d3c41,_0x3824ab(0x126),_0x176096=>_0x176096[_0x3824ab(0xdb)]>0x0);const _0x1b8121=_0x4f8d9c(_0x2a83b6[_0x3824ab(0xcf)][_0x3824ab(0xe4)](_0x3824ab(0x12b)),_0x26177b);return this[_0x3824ab(0x111)](_0x1d3c41,_0x236f05,_0x1b8121,_0x5d00a6=>this[_0x3824ab(0x12a)](_0x5d00a6)),_0x236f05;}),_0x2a83b6['ui'][_0xb14a4e(0xb9)][_0xb14a4e(0xf4)](_0xb14a4e(0xba),()=>{const _0x4fa139=_0xb14a4e,_0x2c0b78=this[_0x4fa139(0xff)](_0x4cd9bb);return _0x2c0b78[_0x4fa139(0xf1)]({'tooltip':!0x0,'class':_0x4fa139(0xaa)+this[_0x4fa139(0xbf)]}),_0x2c0b78;}),_0x2a83b6['ui'][_0xb14a4e(0xb9)][_0xb14a4e(0xf4)](_0xb14a4e(0x9c),()=>{const _0x653e1c=_0xb14a4e,_0x26660d=this[_0x653e1c(0xff)](_0x1a0043);return _0x26660d[_0x653e1c(0xf1)]({'role':_0x653e1c(0x105)}),_0x26660d;}),this[_0xb14a4e(0xb4)]=this[_0xb14a4e(0x94)][_0xb14a4e(0xcf)][_0xb14a4e(0xe4)](_0xb14a4e(0xb4));const _0x2fcbd9=this[_0xb14a4e(0x94)];this[_0xb14a4e(0xc8)]=setInterval(()=>{const _0x177aba=_0xb14a4e;let _0xb872e3;for(const _0x4b3b46 in _0x2fcbd9){const _0x18ea13=_0x4b3b46,_0xfbc9d2=_0x2fcbd9[_0x18ea13];if(_0x177aba(0x101)==_0xfbc9d2||_0x177aba(0xc7)==_0xfbc9d2||_0x177aba(0x10e)==_0xfbc9d2||_0x177aba(0xa6)==_0xfbc9d2||_0x177aba(0x9f)==_0xfbc9d2||_0x177aba(0x9e)==_0xfbc9d2||_0x177aba(0xd9)==_0xfbc9d2){delete _0x2fcbd9[_0x18ea13],_0xb872e3=_0xfbc9d2,clearInterval(this[_0x177aba(0xc8)]),this[_0x177aba(0xc8)]=void 0x0;break;}}_0x177aba(0xc7)==_0xb872e3&&_0x2fcbd9[_0x177aba(0xb6)](_0x177aba(0xb2)),_0x177aba(0x10e)==_0xb872e3&&_0x2fcbd9[_0x177aba(0xb6)](_0x177aba(0xa7)),_0x177aba(0xa6)==_0xb872e3&&_0x2fcbd9[_0x177aba(0xb6)](_0x177aba(0x95)),_0x177aba(0x9f)==_0xb872e3&&_0x2fcbd9[_0x177aba(0xb6)](_0x177aba(0x11e),_0x177aba(0x8f)),_0x177aba(0x9e)==_0xb872e3&&_0x2fcbd9[_0x177aba(0xb6)](_0x177aba(0x128)),_0x177aba(0xd9)==_0xb872e3&&_0x2fcbd9[_0x177aba(0xb6)](_0x177aba(0xe0));},0x3e8);}[_0x2bced6(0xa3)](){const _0x5d8703=_0x2bced6;super[_0x5d8703(0xa3)](),this[_0x5d8703(0xc8)]&&clearInterval(this[_0x5d8703(0xc8)]);}[_0x2bced6(0xbb)](_0x32d5ee='',_0x23c3b1='',_0x4cc62d=_0x2bced6(0x10f)){const _0x111549=_0x2bced6,_0x38a597=this[_0x111549(0x94)],_0x54ff09=_0x38a597[_0x111549(0xab)][_0x111549(0x8d)],_0x49e48e=_0x38a597[_0x111549(0xfa)][_0x111549(0xe4)](_0x46fe16),_0x57fa1e=_0x38a597[_0x111549(0xfa)][_0x111549(0xe4)](_0x1b9c94);_0x49e48e[_0x111549(0xe7)]();const _0x28d017=new j(),_0x56ef9d=new ClipboardEvent(_0x111549(0xc3),{'clipboardData':_0x28d017}),_0xaf2b72=new _0x51d55a(_0x28d017),_0x18e9d7=new _0x5b0780(_0x54ff09,_0x56ef9d,{'dataTransfer':_0xaf2b72});_0x57fa1e[_0x111549(0xfc)](_0x111549(0x103),()=>{const _0x23b082=_0x111549;_0x54ff09[_0x23b082(0x10c)][_0x23b082(0xf6)](_0x23b082(0xc3),_0x18e9d7);}),this[_0x111549(0xd3)]||(this[_0x111549(0x133)](),this[_0x111549(0x116)]=new _0x4cb422(_0x38a597,this[_0x111549(0xa1)][_0x111549(0xb8)],this[_0x111549(0xd3)]));let _0x2fa681=_0xaf2b72[_0x111549(0x86)](_0x111549(0xa2));const _0x3e1e07=_0x38a597[_0x111549(0xe9)][_0x111549(0x10c)][_0x111549(0xce)],_0x218863=Array[_0x111549(0x124)](_0x3e1e07[_0x111549(0xcb)]());0x1===_0x218863[_0x111549(0xdb)]&&_0x218863[0x0][_0x111549(0x9d)]&&!_0x3e1e07[_0x111549(0xe6)]()&&''!==_0x2fa681[_0x111549(0xef)](/&nbsp;/g,'')[_0x111549(0x98)]()&&(_0x2fa681=_0x111549(0x10a)+_0x2fa681+_0x111549(0xf3)),this[_0x111549(0x116)][_0x111549(0x118)]({'actionId':_0x4cc62d,'query':_0x32d5ee,'htmlContent':_0x2fa681,'label':_0x23c3b1,'mainActionLabel':_0x817f66[_0x38a597[_0x111549(0xe9)][_0x111549(0x10c)][_0x111549(0xce)][_0x111549(0x10b)]?_0x111549(0xc2):_0x111549(0xca)]}),_0x111549(0xba)!==this[_0x111549(0x12c)]['id']?this[_0x111549(0x12c)][_0x111549(0xfe)]({'id':_0x111549(0xba),'icon':_0x501909,'title':_0x18d029(this[_0x111549(0x94)][_0x111549(0xea)],_0x111549(0xe2)),'content':this[_0x111549(0xd3)],'position':_0x29715d[_0x111549(0x131)],'onShow':()=>{const _0x434069=_0x111549;this[_0x434069(0xd3)][_0x434069(0xc6)]();},'onHide':()=>{const _0x3e6991=_0x111549;this[_0x3e6991(0x116)][_0x3e6991(0xb0)](),_0x49e48e[_0x3e6991(0xc9)]();}}):this[_0x111549(0x12c)][_0x111549(0x8d)][_0x111549(0xb7)]||this[_0x111549(0x12c)][_0x111549(0x8d)][_0x111549(0x127)]();}[_0x2bced6(0xf7)](){const _0x293481=_0x2bced6;this[_0x293481(0x12c)][_0x293481(0x87)]();}[_0x2bced6(0xf0)](){const _0x1de508=_0x2bced6,_0x4a8f8e=new Map(),_0x19709a=_0x4f8d9c(this[_0x1de508(0x94)][_0x1de508(0xcf)][_0x1de508(0xe4)](_0x1de508(0x12b)),this[_0x1de508(0x94)][_0x1de508(0xea)]);for(const _0xa89948 of _0x19709a)for(const _0x149115 of _0xa89948[_0x1de508(0xcc)])_0x4a8f8e[_0x1de508(0xf1)](_0x149115['id'],{..._0x149115,'groupId':_0xa89948[_0x1de508(0x93)],'groupLabel':_0xa89948[_0x1de508(0xae)]||_0xa89948[_0x1de508(0x93)]});return _0x4a8f8e;}[_0x2bced6(0xff)](_0x51a096){const _0x46fb36=_0x2bced6,_0xfd84fa=this[_0x46fb36(0x94)],_0x10299b=_0xfd84fa[_0x46fb36(0xcc)][_0x46fb36(0xe4)](_0x46fb36(0x11d)),_0x49919f=new _0x51a096(_0xfd84fa[_0x46fb36(0xea)]);return _0x49919f[_0x46fb36(0xf1)]({'label':_0x18d029(_0xfd84fa[_0x46fb36(0xea)],_0x46fb36(0xe2)),'icon':_0x501909,'isToggleable':!0x0}),_0x49919f[_0x46fb36(0xe3)](_0x46fb36(0x102))['to'](_0x10299b),_0x49919f[_0x46fb36(0xe3)](_0x46fb36(0xd2))['to'](this[_0x46fb36(0x12c)],'id',_0x577d14=>_0x46fb36(0xba)===_0x577d14),this[_0x46fb36(0x109)](_0x49919f,_0x46fb36(0xdd),()=>{const _0x266c52=_0x46fb36;_0x49919f[_0x266c52(0xd2)]?this[_0x266c52(0xf7)]():_0x10299b[_0x266c52(0xdd)]();}),_0x49919f;}[_0x2bced6(0x133)](){const _0x52fb0f=_0x2bced6,_0x136766=this[_0x52fb0f(0x94)][_0x52fb0f(0xfa)][_0x52fb0f(0xe4)](_0x46fe16);this[_0x52fb0f(0xd3)]=new _0x4c283e(this[_0x52fb0f(0x94)][_0x52fb0f(0xea)],this[_0x52fb0f(0xbf)],this[_0x52fb0f(0x94)][_0x52fb0f(0xcf)][_0x52fb0f(0xe4)](_0x52fb0f(0xc1))),this[_0x52fb0f(0xd3)]['on'](_0x52fb0f(0xd5),()=>{const _0x47faf5=_0x52fb0f;this[_0x47faf5(0x12c)][_0x47faf5(0x8d)][_0x47faf5(0xb7)]||this[_0x47faf5(0x12c)][_0x47faf5(0x8d)][_0x47faf5(0x127)]();}),this[_0x52fb0f(0xd3)][_0x52fb0f(0x12f)][_0x52fb0f(0x8b)][_0x52fb0f(0x136)]['on'](_0x52fb0f(0x110),()=>{const _0x197ad2=_0x52fb0f;this[_0x197ad2(0x12c)][_0x197ad2(0x8d)][_0x197ad2(0xb7)]||this[_0x197ad2(0x12c)][_0x197ad2(0x8d)][_0x197ad2(0x127)]();}),this[_0x52fb0f(0x109)](this[_0x52fb0f(0xd3)],_0x52fb0f(0x107),()=>{const _0x25674a=_0x52fb0f;_0x136766[_0x25674a(0xd7)](this[_0x25674a(0x116)][_0x25674a(0x97)]),this[_0x25674a(0xf7)]();}),this[_0x52fb0f(0x109)](this[_0x52fb0f(0xd3)],_0x52fb0f(0x11c),()=>{const _0x559284=_0x52fb0f;_0x136766[_0x559284(0x11c)](this[_0x559284(0x116)][_0x559284(0x97)]),this[_0x559284(0xf7)]();}),this[_0x52fb0f(0x113)]();}[_0x2bced6(0x113)](){const _0x9a9417=_0x2bced6,{locale:_0x5a4b27,ui:{ariaLiveAnnouncer:_0x3ab2a8}}=this[_0x9a9417(0x94)];this[_0x9a9417(0xd3)][_0x9a9417(0x112)]['on'](_0x9a9417(0xbc),(_0x539cb2,_0x363c36,_0x5ae329)=>{const _0x463cd1=_0x9a9417,_0x5e7d6b=this[_0x463cd1(0x116)][_0x463cd1(0x97)];_0x5ae329?_0x3ab2a8[_0x463cd1(0xbe)](_0x18d029(_0x5a4b27,_0x463cd1(0xdc))):_0x5e7d6b&&_0x3ab2a8[_0x463cd1(0xbe)](_0x18d029(_0x5a4b27,_0x463cd1(0xfb),_0x5e7d6b),{'politeness':_0x463cd1(0x122),'isUnsafeHTML':!0x0});}),this[_0x9a9417(0xd3)]['on'](_0x9a9417(0xde),(_0x91da08,_0x1b5834,_0x14be63)=>{const _0x32a941=_0x9a9417;if(_0x14be63){const _0x4b0dd1=this[_0x32a941(0xd3)][_0x32a941(0xd6)][_0x32a941(0xc4)];_0x3ab2a8[_0x32a941(0xbe)](_0x18d029(_0x5a4b27,_0x32a941(0xfd),_0x4b0dd1));}});}[_0x2bced6(0x12a)](_0x4e1b1a){const _0x3f2afc=_0x2bced6,_0x2a8b34=this[_0x3f2afc(0x99)][_0x3f2afc(0xe4)](_0x4e1b1a),_0x443444=this[_0x3f2afc(0x94)],_0x52e4f9=_0x443444[_0x3f2afc(0xe9)][_0x3f2afc(0x10c)][_0x3f2afc(0xce)],_0x3697d0=_0x443444[_0x3f2afc(0xcc)][_0x3f2afc(0xe4)](_0x3f2afc(0x11d)),_0x385d86=_0x443444[_0x3f2afc(0xfa)][_0x3f2afc(0xe4)](_0x46fe16),_0x1234bf=''+(_0x2a8b34[_0x3f2afc(0x93)]!==_0x43bc95?_0x2a8b34[_0x3f2afc(0xae)]+':\x20':'')+_0x2a8b34[_0x3f2afc(0x8e)];if(!0x1!==_0x2a8b34[_0x3f2afc(0xac)]&&_0x52e4f9[_0x3f2afc(0x10b)]){const _0x41ec10=_0x15a633(_0x52e4f9[_0x3f2afc(0x91)]())||_0x443444[_0x3f2afc(0xe9)][_0x3f2afc(0xa5)][_0x3f2afc(0x88)](_0x52e4f9);_0x443444[_0x3f2afc(0xe9)][_0x3f2afc(0x119)](_0x56361b=>{const _0x318a31=_0x3f2afc;_0x56361b[_0x318a31(0xe5)](_0x41ec10,'in');});}_0x385d86[_0x3f2afc(0xe7)](),_0x3697d0[_0x3f2afc(0xdd)](_0x2a8b34[_0x3f2afc(0x11f)],_0x1234bf,_0x3f2afc(0xeb)+_0x4e1b1a);}[_0x2bced6(0x111)](_0x1cc72a,_0xdc4e,_0x48d699,_0x5a2108){const _0x50e48f=_0x2bced6,_0x121193=this[_0x50e48f(0x94)],_0x45eaf1=_0x121193[_0x50e48f(0xea)],_0x4ec231=new _0x4319df(_0x45eaf1),_0x258ad1=Y(_0x121193,_0x48d699)[_0x50e48f(0x106)](_0x20f5e9=>_0x20f5e9[_0x50e48f(0xcc)][_0x50e48f(0xdb)]);0x1===_0x258ad1[_0x50e48f(0xdb)]?this[_0x50e48f(0xd1)]({'command':_0x1cc72a,'commands':_0x258ad1[0x0][_0x50e48f(0xcc)],'parentMenuView':_0xdc4e,'onExecute':_0x5a2108})[_0x50e48f(0xdf)](_0x339426=>_0x4ec231[_0x50e48f(0xd0)][_0x50e48f(0xf4)](_0x339426)):_0x258ad1[_0x50e48f(0xdf)](({groupId:_0x4d9973,groupLabel:_0xe7cbd9,commands:_0x4d5d96})=>{const _0x2abe94=_0x50e48f,_0x4971b2=new _0x2151ac(_0x45eaf1,_0xdc4e),_0x3e54f3=new _0x1e9e4b(_0x45eaf1),_0x3c6e04=new _0x4319df(_0x45eaf1),_0x165cb0=this[_0x2abe94(0xd1)]({'command':_0x1cc72a,'commands':_0x4d5d96,'parentMenuView':_0x3e54f3,'onExecute':_0x5a2108});_0x3e54f3[_0x2abe94(0x108)][_0x2abe94(0xf1)]({'label':_0xe7cbd9||_0x4d9973}),_0x3e54f3[_0x2abe94(0x90)](_0x2abe94(0xdd))['to'](_0xdc4e),_0x3c6e04[_0x2abe94(0xd0)][_0x2abe94(0x8a)](_0x165cb0),_0x3e54f3[_0x2abe94(0x9a)][_0x2abe94(0x115)][_0x2abe94(0xf4)](_0x3c6e04),_0x4971b2[_0x2abe94(0x115)][_0x2abe94(0xf4)](_0x3e54f3),_0x4ec231[_0x2abe94(0xd0)][_0x2abe94(0xf4)](_0x4971b2);}),_0xdc4e[_0x50e48f(0x9a)][_0x50e48f(0x115)][_0x50e48f(0xf4)](_0x4ec231);}[_0x2bced6(0xd1)]({command:_0x565acc,commands:_0x1dba89,parentMenuView:_0x2a3034,onExecute:_0x4cbc31}){const _0x3f5e36=_0x2bced6,_0x3680c5=this[_0x3f5e36(0x94)],_0x14a2ed=_0x3680c5[_0x3f5e36(0xea)];return Y(_0x3680c5,_0x1dba89)[_0x3f5e36(0xed)](_0x27a5d4=>{const _0x4c650f=_0x3f5e36,_0x709153=new _0x2151ac(_0x14a2ed,_0x2a3034),_0x1a6fcf=new _0x1a0043(_0x14a2ed);return _0x1a6fcf[_0x4c650f(0xf1)]({'label':_0x27a5d4[_0x4c650f(0x8e)]}),_0x1a6fcf[_0x4c650f(0x90)](_0x4c650f(0xdd))['to'](_0x2a3034),_0x1a6fcf['on'](_0x4c650f(0xdd),()=>_0x4cbc31(_0x27a5d4['id'])),_0x1a6fcf[_0x4c650f(0xe3)](_0x4c650f(0x102))['to'](_0x565acc,_0x4c650f(0x126),_0x361cca=>_0x361cca[_0x4c650f(0xee)](_0x27a5d4['id'])),_0x709153[_0x4c650f(0x115)][_0x4c650f(0xf4)](_0x1a6fcf),_0x709153;});}}function X(_0x2403fb,_0x48bb8b){const _0x3070ba=_0x2bced6;return void 0x0!==_0x2403fb[_0x3070ba(0xa4)]&&void 0x0===_0x48bb8b[_0x3070ba(0xa4)]?0x1:void 0x0===_0x2403fb[_0x3070ba(0xa4)]&&void 0x0!==_0x48bb8b[_0x3070ba(0xa4)]?-0x1:void 0x0!==_0x2403fb[_0x3070ba(0xa4)]&&void 0x0!==_0x48bb8b[_0x3070ba(0xa4)]?_0x2403fb[_0x3070ba(0xa4)]-_0x48bb8b[_0x3070ba(0xa4)]:0x0;}function Y(_0x1f8f4f,_0x37df25){const _0x4b54aa=_0x2bced6;_0x37df25[_0x4b54aa(0xb1)](X);const _0x11d9ba={},_0x3b6460=[];for(const _0x2fd551 of _0x37df25)if(void 0x0!==_0x2fd551[_0x4b54aa(0xa4)]){if(_0x2fd551[_0x4b54aa(0xa4)]in _0x11d9ba)throw new _0x5e632e(_0x4b54aa(0xcd),_0x1f8f4f,{'conflictingDefinitions':[_0x2fd551,_0x11d9ba[_0x2fd551[_0x4b54aa(0xa4)]]]});_0x11d9ba[_0x2fd551[_0x4b54aa(0xa4)]]=_0x2fd551,_0x3b6460[_0x4b54aa(0x10d)](_0x2fd551[_0x4b54aa(0xa4)],0x0,_0x2fd551);}else _0x3b6460[_0x4b54aa(0x104)](_0x2fd551);return _0x3b6460;}
@@ -20,5 +20,5 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x598f(_0x14d0d8,_0x3e7a10){const _0x23ff5b=_0x23ff();return _0x598f=function(_0x598fa7,_0x224b4b){_0x598fa7=_0x598fa7-0x111;let _0x574f7a=_0x23ff5b[_0x598fa7];return _0x574f7a;},_0x598f(_0x14d0d8,_0x3e7a10);}const _0x4dc55b=_0x598f;(function(_0x1cecce,_0x57d8e6){const _0x49e8f3=_0x598f,_0x538d7f=_0x1cecce();while(!![]){try{const _0x418dfa=-parseInt(_0x49e8f3(0x14c))/0x1+parseInt(_0x49e8f3(0x129))/0x2*(-parseInt(_0x49e8f3(0x130))/0x3)+parseInt(_0x49e8f3(0x124))/0x4*(-parseInt(_0x49e8f3(0x114))/0x5)+-parseInt(_0x49e8f3(0x16e))/0x6*(parseInt(_0x49e8f3(0x159))/0x7)+parseInt(_0x49e8f3(0x16a))/0x8*(-parseInt(_0x49e8f3(0x153))/0x9)+-parseInt(_0x49e8f3(0x158))/0xa*(-parseInt(_0x49e8f3(0x156))/0xb)+parseInt(_0x49e8f3(0x157))/0xc;if(_0x418dfa===_0x57d8e6)break;else _0x538d7f['push'](_0x538d7f['shift']());}catch(_0x3b5ff6){_0x538d7f['push'](_0x538d7f['shift']());}}}(_0x23ff,0xb72a8));import{ObservableMixin as _0x1e159f}from'ckeditor5/src/utils.js';import{AIRequestError as _0xfa5f53}from'../adapters/aiadapter.js';import{Matcher as _0x5bd530,ViewUpcastWriter as _0x175c7}from'ckeditor5/src/engine.js';const vs=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');function _0x23ff(){const _0x1a921b=['finally','document','1482834aSudML','ELEMENT_NODE','trim','_normalizeResponseHeadings','textAdapter','startsWith','childNodes','finishProcessing','text/html','endsWith','markers','setContentOf','296680gsbuvm','reset','_xmlSerializer','view','set:currentContext','previousActionId','custom','<h1></h1>','_stripMarkdownSyntax','then','catch','reverse','_sanitizationContainer','length','isProcessing','stringify','80UDFrqd','initialContext','currentContext','get','serializeToString','45804cIgvfS','isRendered','_parseAndNormalizeContent','_isH1TagSupportEnabled','previousLabel','message','element','171FkshmT','```html','previousContext','_sanitizeHTML','updateView','editing','mainAction','nodeType','createElement','parseFromString','toModel','querySelector','push','value','previousQuery','name','abort','htmlProcessor','innerHTML','startProcessing','stopProcessing','```','set','_handleQuery','rename','submitPrompt','exec','_domParser','603375WNkGAB','editor','remove','ai.assistant.preserveComments','div','body','currentResponse','127755UuhYZD','tryAgainEvent','domConverter','1418505KVYZHb','54990252fVKVYI','60LeNHzB','7iEqKUe','once','viewToDom','render','makeRequest','prompt','substring','from','handleError','clear','config','destroy','data','processor','listenTo','toView','stopListening','712pfKKPH','match'];_0x23ff=function(){return _0x1a921b;};return _0x23ff();}export class AIAssistantController extends/* #__PURE__ -- @preserve */
24
- _0x1e159f(){[_0x4dc55b(0x14d)];[_0x4dc55b(0x172)];[_0x4dc55b(0x117)];[_0x4dc55b(0x120)];[_0x4dc55b(0x14b)];[_0x4dc55b(0x116)];constructor(_0x56b152,_0x17e25b,_0x4d9ca1){const _0x2c47c2=_0x4dc55b;super(),this[_0x2c47c2(0x14d)]=_0x56b152,this[_0x2c47c2(0x172)]=_0x17e25b,this[_0x2c47c2(0x120)]=document[_0x2c47c2(0x138)](_0x2c47c2(0x150)),this[_0x2c47c2(0x14b)]=new DOMParser(),this[_0x2c47c2(0x116)]=new XMLSerializer(),this[_0x2c47c2(0x117)]=_0x4d9ca1,this[_0x2c47c2(0x146)]({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on'](_0x2c47c2(0x118),(_0x56ce2f,_0x4f2dd4,_0x378046)=>{const _0x3ccd54=_0x2c47c2;this[_0x3ccd54(0x117)][_0x3ccd54(0x13d)]=this[_0x3ccd54(0x133)](_0x378046);}),this[_0x2c47c2(0x167)](this[_0x2c47c2(0x117)],_0x2c47c2(0x149),(_0x84ceac,_0x44a1e0)=>{const _0x233135=_0x2c47c2,_0x207de1=this[_0x233135(0x126)]||this[_0x233135(0x125)];this[_0x233135(0x147)](_0x44a1e0,_0x207de1,_0x233135(0x11a));}),this[_0x2c47c2(0x167)](this[_0x2c47c2(0x117)],_0x2c47c2(0x154),()=>{const _0x3a557a=_0x2c47c2;this[_0x3a557a(0x117)][_0x3a557a(0x15e)]=this[_0x3a557a(0x12d)],this[_0x3a557a(0x147)](this[_0x3a557a(0x13e)],this[_0x3a557a(0x132)],this[_0x3a557a(0x119)],this[_0x3a557a(0x12d)]);}),this[_0x2c47c2(0x167)](this[_0x2c47c2(0x117)],_0x2c47c2(0x144),()=>{const _0x37ffb0=_0x2c47c2;this[_0x37ffb0(0x144)]();});}[_0x4dc55b(0x164)](){const _0x597b42=_0x4dc55b;this[_0x597b42(0x169)]();}async[_0x4dc55b(0x134)]({actionId:_0x5cf306,query:_0x8b3e81,htmlContent:_0xd99bea,label:_0xda3144,mainActionLabel:_0x41272d}){const _0x3b6595=_0x4dc55b;this[_0x3b6595(0x117)][_0x3b6595(0x15e)]=_0xda3144,this[_0x3b6595(0x117)][_0x3b6595(0x136)]=_0x41272d,this[_0x3b6595(0x125)]=_0xd99bea,_0x8b3e81&&(this[_0x3b6595(0x117)][_0x3b6595(0x12a)]?this[_0x3b6595(0x147)](_0x8b3e81,_0xd99bea,_0x5cf306,_0xda3144):this[_0x3b6595(0x117)][_0x3b6595(0x15a)](_0x3b6595(0x15c),()=>{const _0x120c58=_0x3b6595;this[_0x120c58(0x147)](_0x8b3e81,_0xd99bea,_0x5cf306,_0xda3144);}));}[_0x4dc55b(0x144)](){const _0x760c04=_0x4dc55b;this[_0x760c04(0x122)]&&(this[_0x760c04(0x122)]=!0x1,this[_0x760c04(0x117)][_0x760c04(0x175)](),this[_0x760c04(0x172)][_0x760c04(0x140)]());}[_0x4dc55b(0x115)](){const _0x20295a=_0x4dc55b;this[_0x20295a(0x125)]='',this[_0x20295a(0x126)]='',this[_0x20295a(0x152)]='',this[_0x20295a(0x132)]='',this[_0x20295a(0x13e)]='',this[_0x20295a(0x12d)]='',this[_0x20295a(0x119)]=void 0x0,this[_0x20295a(0x117)][_0x20295a(0x115)](),this[_0x20295a(0x144)]();}async[_0x4dc55b(0x147)](_0x2e6b55,_0x32eb9f,_0x123d9c,_0x235a82){const _0x4123d9=_0x4dc55b;return this[_0x4123d9(0x122)]=!0x0,this[_0x4123d9(0x117)][_0x4123d9(0x143)](),this[_0x4123d9(0x132)]=_0x32eb9f,this[_0x4123d9(0x13e)]=_0x2e6b55,this[_0x4123d9(0x12d)]=_0x235a82||_0x2e6b55,this[_0x4123d9(0x119)]=_0x123d9c,new Promise(_0x5cea8d=>{const _0xb9e696=_0x4123d9;this[_0xb9e696(0x172)][_0xb9e696(0x15d)]({'query':_0x2e6b55,'context':_0x32eb9f,'onData':_0x4d62d3=>{const _0x4527ce=_0xb9e696;this[_0x4527ce(0x152)]=_0x4d62d3,this[_0x4527ce(0x126)]=this[_0x4527ce(0x12b)](this[_0x4527ce(0x152)]);},'actionId':_0x123d9c})[_0xb9e696(0x11d)](()=>{const _0x5396dd=_0xb9e696;!this[_0x5396dd(0x126)]&&this[_0x5396dd(0x152)]&&(this[_0x5396dd(0x126)]=this[_0x5396dd(0x12b)](this[_0x5396dd(0x152)],!0x0));})[_0xb9e696(0x11e)](_0x221a43=>{const _0x30ca97=_0xb9e696;_0x221a43 instanceof _0xfa5f53?this[_0x30ca97(0x117)][_0x30ca97(0x161)](_0x221a43[_0x30ca97(0x12e)]):this[_0x30ca97(0x117)][_0x30ca97(0x161)](),_0x5cea8d();})[_0xb9e696(0x16c)](()=>{const _0xbd4721=_0xb9e696;this[_0xbd4721(0x144)](),_0x5cea8d();});});}[_0x4dc55b(0x12b)](_0xc6c16e,_0x13f49b=!0x1){const _0x5a31c4=_0x4dc55b,_0x3b7836=vs[_0x5a31c4(0x14a)](_0xc6c16e);_0xc6c16e=_0x3b7836?_0xc6c16e[_0x5a31c4(0x15f)](_0x3b7836[0x1][_0x5a31c4(0x121)]):_0xc6c16e[_0x5a31c4(0x121)]<0x64&&!_0x13f49b?'':this[_0x5a31c4(0x11c)](_0xc6c16e);const _0x4b303b=this[_0x5a31c4(0x14b)][_0x5a31c4(0x139)](_0xc6c16e,_0x5a31c4(0x176));if(_0x3b7836){const _0x2549f8=Array[_0x5a31c4(0x160)](_0x4b303b[_0x5a31c4(0x151)][_0x5a31c4(0x174)]);_0x2549f8[_0x5a31c4(0x11f)]();for(const _0x306254 of _0x2549f8){if(_0x306254[_0x5a31c4(0x137)]==Node[_0x5a31c4(0x16f)])break;_0x306254[_0x5a31c4(0x14e)]();}}const _0x1c935f=this[_0x5a31c4(0x14d)][_0x5a31c4(0x165)][_0x5a31c4(0x166)][_0x5a31c4(0x168)](this[_0x5a31c4(0x116)][_0x5a31c4(0x128)](_0x4b303b[_0x5a31c4(0x151)]));this[_0x5a31c4(0x12c)]()||this[_0x5a31c4(0x171)](_0x1c935f);const _0x258735=this[_0x5a31c4(0x14d)][_0x5a31c4(0x163)][_0x5a31c4(0x127)](_0x5a31c4(0x14f)),_0x233f44=this[_0x5a31c4(0x14d)][_0x5a31c4(0x165)][_0x5a31c4(0x13a)](_0x1c935f);return _0x258735||_0x233f44[_0x5a31c4(0x112)][_0x5a31c4(0x162)](),this[_0x5a31c4(0x14d)][_0x5a31c4(0x165)][_0x5a31c4(0x123)](_0x233f44);}[_0x4dc55b(0x171)](_0xa8c3e9){const _0x5b6075=_0x4dc55b,_0x2b8a46=new _0x175c7(this[_0x5b6075(0x14d)][_0x5b6075(0x135)][_0x5b6075(0x117)][_0x5b6075(0x16d)]),_0x218c64=new _0x5bd530({'name':/^h[1-5]$/}),_0x4a526e=[];let _0x39cdaf=!0x1;for(const _0x4e0b77 of _0xa8c3e9)_0x4e0b77['is'](_0x5b6075(0x12f))&&_0x218c64[_0x5b6075(0x16b)](_0x4e0b77)&&(_0x4a526e[_0x5b6075(0x13c)](_0x4e0b77),'h1'==_0x4e0b77[_0x5b6075(0x13f)]&&(_0x39cdaf=!0x0));if(_0x39cdaf){for(const _0x5da803 of _0x4a526e)_0x2b8a46[_0x5b6075(0x148)]('h'+(parseInt(_0x5da803[_0x5b6075(0x13f)][0x1])+0x1),_0x5da803);}}[_0x4dc55b(0x12c)](){const _0x30fedf=_0x4dc55b,{data:_0x935eb7,editing:_0x23d20d}=this[_0x30fedf(0x14d)],_0x2ce998=_0x935eb7[_0x30fedf(0x141)][_0x30fedf(0x168)](_0x30fedf(0x11b)),_0x4fb9d8=_0x935eb7[_0x30fedf(0x168)](_0x935eb7[_0x30fedf(0x13a)](_0x2ce998));return!!_0x23d20d[_0x30fedf(0x117)][_0x30fedf(0x155)][_0x30fedf(0x15b)](_0x4fb9d8)[_0x30fedf(0x13b)]('h1');}[_0x4dc55b(0x133)](_0x84d7d2){const _0x231996=_0x4dc55b;return this[_0x231996(0x14d)][_0x231996(0x135)][_0x231996(0x117)][_0x231996(0x155)][_0x231996(0x113)](this[_0x231996(0x120)],_0x84d7d2),this[_0x231996(0x120)][_0x231996(0x142)];}[_0x4dc55b(0x11c)](_0x3fd452){const _0x7fc0a2=_0x4dc55b,_0x1adb67=_0x3fd452[_0x7fc0a2(0x170)]();return _0x1adb67[_0x7fc0a2(0x173)](_0x7fc0a2(0x131))?_0x1adb67[_0x7fc0a2(0x111)](_0x7fc0a2(0x145))?_0x1adb67[_0x7fc0a2(0x15f)](0x7,_0x1adb67[_0x7fc0a2(0x121)]-0x3):_0x1adb67[_0x7fc0a2(0x15f)](0x7):_0x3fd452;}}
23
+ const _0x4cf2e4=_0x343e;(function(_0x236afd,_0x1b168e){const _0x3a8b00=_0x343e,_0x44f37e=_0x236afd();while(!![]){try{const _0x27d589=parseInt(_0x3a8b00(0xd1))/0x1+parseInt(_0x3a8b00(0xe3))/0x2+parseInt(_0x3a8b00(0x10b))/0x3*(-parseInt(_0x3a8b00(0xee))/0x4)+parseInt(_0x3a8b00(0xdf))/0x5*(-parseInt(_0x3a8b00(0xf2))/0x6)+parseInt(_0x3a8b00(0xce))/0x7+parseInt(_0x3a8b00(0xfb))/0x8*(-parseInt(_0x3a8b00(0xd0))/0x9)+parseInt(_0x3a8b00(0x11d))/0xa;if(_0x27d589===_0x1b168e)break;else _0x44f37e['push'](_0x44f37e['shift']());}catch(_0x5226bb){_0x44f37e['push'](_0x44f37e['shift']());}}}(_0x2c9d,0x537ac));import{ObservableMixin as _0xdace80}from'ckeditor5/src/utils.js';import{AIRequestError as _0x52086f}from'../adapters/aiadapter.js';import{Matcher as _0xf9eccc,ViewUpcastWriter as _0x22040f}from'ckeditor5/src/engine.js';function _0x343e(_0x157528,_0x45b082){const _0x2c9dc8=_0x2c9d();return _0x343e=function(_0x343e07,_0x28273f){_0x343e07=_0x343e07-0xbe;let _0x3b614e=_0x2c9dc8[_0x343e07];return _0x3b614e;},_0x343e(_0x157528,_0x45b082);}const hs=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');function _0x2c9d(){const _0x5dab7a=['stringify','set','clear','isProcessing','match','_parseAndNormalizeContent','destroy','remove','processor','config','_stripMarkdownSyntax','initialContext','catch','createElement','2910866YJpvAS','get','119241eneygY','567755pHLzlH','setContentOf','currentResponse','mainAction','<h1></h1>','startsWith','prompt','body','htmlProcessor','childNodes','div','abort','_isH1TagSupportEnabled','message','5iojRVP','previousLabel','trim','submitPrompt','1336930GDbQVl','listenTo','custom','ELEMENT_NODE','viewToDom','stopListening','_domParser','ai.assistant.preserveComments','serializeToString','querySelector','exec','8KyyNzK','length','tryAgainEvent','isRendered','2995806CenflK','```','handleError','set:currentContext','endsWith','render','rename','editor','toView','328YEEDQN','parseFromString','push','view','then','substring','editing','reset','markers','_handleQuery','_normalizeResponseHeadings','nodeType','_xmlSerializer','stopProcessing','makeRequest','_sanitizeHTML','759048DVKoHz','domConverter','element','previousActionId','textAdapter','toModel','reverse','text/html','startProcessing','data','name','currentContext','finishProcessing','finally','_sanitizationContainer','previousContext','from','previousQuery','2384160fppFGt','updateView','```html','innerHTML','document','value','once'];_0x2c9d=function(){return _0x5dab7a;};return _0x2c9d();}export class AIAssistantController extends/* #__PURE__ -- @preserve */
24
+ _0xdace80(){[_0x4cf2e4(0xf9)];[_0x4cf2e4(0x10f)];[_0x4cf2e4(0xfe)];[_0x4cf2e4(0x119)];[_0x4cf2e4(0xe9)];[_0x4cf2e4(0x107)];constructor(_0x87fc00,_0x4a2314,_0x1e690f){const _0x3c923f=_0x4cf2e4;super(),this[_0x3c923f(0xf9)]=_0x87fc00,this[_0x3c923f(0x10f)]=_0x4a2314,this[_0x3c923f(0x119)]=document[_0x3c923f(0xcd)](_0x3c923f(0xdb)),this[_0x3c923f(0xe9)]=new DOMParser(),this[_0x3c923f(0x107)]=new XMLSerializer(),this[_0x3c923f(0xfe)]=_0x1e690f,this[_0x3c923f(0xc1)]({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on'](_0x3c923f(0xf5),(_0x5172fa,_0x216054,_0x334467)=>{const _0x57c781=_0x3c923f;this[_0x57c781(0xfe)][_0x57c781(0xbe)]=this[_0x57c781(0x10a)](_0x334467);}),this[_0x3c923f(0xe4)](this[_0x3c923f(0xfe)],_0x3c923f(0xe2),(_0x3ed3e9,_0x385c5e)=>{const _0x359573=_0x3c923f,_0x30b8b5=this[_0x359573(0x116)]||this[_0x359573(0xcb)];this[_0x359573(0x104)](_0x385c5e,_0x30b8b5,_0x359573(0xe5));}),this[_0x3c923f(0xe4)](this[_0x3c923f(0xfe)],_0x3c923f(0xf0),()=>{const _0x2ab03f=_0x3c923f;this[_0x2ab03f(0xfe)][_0x2ab03f(0xd7)]=this[_0x2ab03f(0xe0)],this[_0x2ab03f(0x104)](this[_0x2ab03f(0x11c)],this[_0x2ab03f(0x11a)],this[_0x2ab03f(0x10e)],this[_0x2ab03f(0xe0)]);}),this[_0x3c923f(0xe4)](this[_0x3c923f(0xfe)],_0x3c923f(0x108),()=>{const _0xebd393=_0x3c923f;this[_0xebd393(0x108)]();});}[_0x4cf2e4(0xc6)](){const _0x46bdf5=_0x4cf2e4;this[_0x46bdf5(0xe8)]();}async[_0x4cf2e4(0x11e)]({actionId:_0x3a2d42,query:_0x4702d7,htmlContent:_0x2ffe55,label:_0x18f2cb,mainActionLabel:_0x293d8c}){const _0x64bc4e=_0x4cf2e4;this[_0x64bc4e(0xfe)][_0x64bc4e(0xd7)]=_0x18f2cb,this[_0x64bc4e(0xfe)][_0x64bc4e(0xd4)]=_0x293d8c,this[_0x64bc4e(0xcb)]=_0x2ffe55,_0x4702d7&&(this[_0x64bc4e(0xfe)][_0x64bc4e(0xf1)]?this[_0x64bc4e(0x104)](_0x4702d7,_0x2ffe55,_0x3a2d42,_0x18f2cb):this[_0x64bc4e(0xfe)][_0x64bc4e(0xbf)](_0x64bc4e(0xf7),()=>{const _0x41bcaa=_0x64bc4e;this[_0x41bcaa(0x104)](_0x4702d7,_0x2ffe55,_0x3a2d42,_0x18f2cb);}));}[_0x4cf2e4(0x108)](){const _0x3d7261=_0x4cf2e4;this[_0x3d7261(0xc3)]&&(this[_0x3d7261(0xc3)]=!0x1,this[_0x3d7261(0xfe)][_0x3d7261(0x117)](),this[_0x3d7261(0x10f)][_0x3d7261(0xdc)]());}[_0x4cf2e4(0x102)](){const _0x37e9dc=_0x4cf2e4;this[_0x37e9dc(0xcb)]='',this[_0x37e9dc(0x116)]='',this[_0x37e9dc(0xd3)]='',this[_0x37e9dc(0x11a)]='',this[_0x37e9dc(0x11c)]='',this[_0x37e9dc(0xe0)]='',this[_0x37e9dc(0x10e)]=void 0x0,this[_0x37e9dc(0xfe)][_0x37e9dc(0x102)](),this[_0x37e9dc(0x108)]();}async[_0x4cf2e4(0x104)](_0x531a70,_0x2eb113,_0x2919ac,_0x154c66){const _0x5a396f=_0x4cf2e4;return this[_0x5a396f(0xc3)]=!0x0,this[_0x5a396f(0xfe)][_0x5a396f(0x113)](),this[_0x5a396f(0x11a)]=_0x2eb113,this[_0x5a396f(0x11c)]=_0x531a70,this[_0x5a396f(0xe0)]=_0x154c66||_0x531a70,this[_0x5a396f(0x10e)]=_0x2919ac,new Promise(_0x33b3ce=>{const _0x48ef1d=_0x5a396f;this[_0x48ef1d(0x10f)][_0x48ef1d(0x109)]({'query':_0x531a70,'context':_0x2eb113,'onData':_0x68e4a0=>{const _0x151612=_0x48ef1d;this[_0x151612(0xd3)]=_0x68e4a0,this[_0x151612(0x116)]=this[_0x151612(0xc5)](this[_0x151612(0xd3)]);},'actionId':_0x2919ac})[_0x48ef1d(0xff)](()=>{const _0x1f3b87=_0x48ef1d;!this[_0x1f3b87(0x116)]&&this[_0x1f3b87(0xd3)]&&(this[_0x1f3b87(0x116)]=this[_0x1f3b87(0xc5)](this[_0x1f3b87(0xd3)],!0x0));})[_0x48ef1d(0xcc)](_0x3a80e8=>{const _0x477714=_0x48ef1d;_0x3a80e8 instanceof _0x52086f?this[_0x477714(0xfe)][_0x477714(0xf4)](_0x3a80e8[_0x477714(0xde)]):this[_0x477714(0xfe)][_0x477714(0xf4)](),_0x33b3ce();})[_0x48ef1d(0x118)](()=>{const _0x59ca9d=_0x48ef1d;this[_0x59ca9d(0x108)](),_0x33b3ce();});});}[_0x4cf2e4(0xc5)](_0x53c88f,_0x3b9c69=!0x1){const _0x1402b2=_0x4cf2e4,_0x12bd11=hs[_0x1402b2(0xed)](_0x53c88f);_0x53c88f=_0x12bd11?_0x53c88f[_0x1402b2(0x100)](_0x12bd11[0x1][_0x1402b2(0xef)]):_0x53c88f[_0x1402b2(0xef)]<0x64&&!_0x3b9c69?'':this[_0x1402b2(0xca)](_0x53c88f);const _0x2bfec3=this[_0x1402b2(0xe9)][_0x1402b2(0xfc)](_0x53c88f,_0x1402b2(0x112));if(_0x12bd11){const _0x218d0b=Array[_0x1402b2(0x11b)](_0x2bfec3[_0x1402b2(0xd8)][_0x1402b2(0xda)]);_0x218d0b[_0x1402b2(0x111)]();for(const _0x2a8764 of _0x218d0b){if(_0x2a8764[_0x1402b2(0x106)]==Node[_0x1402b2(0xe6)])break;_0x2a8764[_0x1402b2(0xc7)]();}}const _0x3072b2=this[_0x1402b2(0xf9)][_0x1402b2(0x114)][_0x1402b2(0xc8)][_0x1402b2(0xfa)](this[_0x1402b2(0x107)][_0x1402b2(0xeb)](_0x2bfec3[_0x1402b2(0xd8)]));this[_0x1402b2(0xdd)]()||this[_0x1402b2(0x105)](_0x3072b2);const _0x355059=this[_0x1402b2(0xf9)][_0x1402b2(0xc9)][_0x1402b2(0xcf)](_0x1402b2(0xea)),_0x12514e=this[_0x1402b2(0xf9)][_0x1402b2(0x114)][_0x1402b2(0x110)](_0x3072b2);return _0x355059||_0x12514e[_0x1402b2(0x103)][_0x1402b2(0xc2)](),this[_0x1402b2(0xf9)][_0x1402b2(0x114)][_0x1402b2(0xc0)](_0x12514e);}[_0x4cf2e4(0x105)](_0x5bb394){const _0x3dc829=_0x4cf2e4,_0x30f23b=new _0x22040f(this[_0x3dc829(0xf9)][_0x3dc829(0x101)][_0x3dc829(0xfe)][_0x3dc829(0x121)]),_0x1b283a=new _0xf9eccc({'name':/^h[1-5]$/}),_0x361726=[];let _0x1943b7=!0x1;for(const _0x52ec74 of _0x5bb394)_0x52ec74['is'](_0x3dc829(0x10d))&&_0x1b283a[_0x3dc829(0xc4)](_0x52ec74)&&(_0x361726[_0x3dc829(0xfd)](_0x52ec74),'h1'==_0x52ec74[_0x3dc829(0x115)]&&(_0x1943b7=!0x0));if(_0x1943b7){for(const _0x38d5da of _0x361726)_0x30f23b[_0x3dc829(0xf8)]('h'+(parseInt(_0x38d5da[_0x3dc829(0x115)][0x1])+0x1),_0x38d5da);}}[_0x4cf2e4(0xdd)](){const _0x46da7f=_0x4cf2e4,{data:_0x15bbe1,editing:_0x2ebc58}=this[_0x46da7f(0xf9)],_0x356cc6=_0x15bbe1[_0x46da7f(0xd9)][_0x46da7f(0xfa)](_0x46da7f(0xd5)),_0x11610e=_0x15bbe1[_0x46da7f(0xfa)](_0x15bbe1[_0x46da7f(0x110)](_0x356cc6));return!!_0x2ebc58[_0x46da7f(0xfe)][_0x46da7f(0x10c)][_0x46da7f(0xe7)](_0x11610e)[_0x46da7f(0xec)]('h1');}[_0x4cf2e4(0x10a)](_0x1cdb72){const _0x331cbc=_0x4cf2e4;return this[_0x331cbc(0xf9)][_0x331cbc(0x101)][_0x331cbc(0xfe)][_0x331cbc(0x10c)][_0x331cbc(0xd2)](this[_0x331cbc(0x119)],_0x1cdb72),this[_0x331cbc(0x119)][_0x331cbc(0x120)];}[_0x4cf2e4(0xca)](_0x3f2774){const _0x1231f6=_0x4cf2e4,_0x33da21=_0x3f2774[_0x1231f6(0xe1)]();return _0x33da21[_0x1231f6(0xd6)](_0x1231f6(0x11f))?_0x33da21[_0x1231f6(0xf6)](_0x1231f6(0xf3))?_0x33da21[_0x1231f6(0x100)](0x7,_0x33da21[_0x1231f6(0xef)]-0x3):_0x33da21[_0x1231f6(0x100)](0x7):_0x3f2774;}}