@ckeditor/ckeditor5-ai 47.6.1 → 48.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (693) hide show
  1. package/LICENSE.md +2 -1
  2. package/ckeditor5-metadata.json +10 -10
  3. package/dist/aiactions/aiactions.d.ts +90 -0
  4. package/{src → dist}/aiactions/model/aiactionsinteraction.d.ts +2 -2
  5. package/{src → dist}/aiassistant/adapters/aiadapter.d.ts +1 -1
  6. package/{src → dist}/aiassistant/adapters/aitextadapter.d.ts +1 -1
  7. package/{src → dist}/aiassistant/adapters/awstextadapter.d.ts +2 -2
  8. package/{src → dist}/aiassistant/adapters/openaitextadapter.d.ts +2 -2
  9. package/{src → dist}/aiassistant/aiassistant.d.ts +3 -3
  10. package/{src → dist}/aiassistant/aiassistantediting.d.ts +2 -2
  11. package/{src → dist}/aiassistant/aiassistantui.d.ts +3 -3
  12. package/{src → dist}/aiassistant/ui/aiassistantcontroller.d.ts +3 -3
  13. package/{src → dist}/aiassistant/ui/form/aiformcontentarea.d.ts +2 -2
  14. package/{src → dist}/aiassistant/ui/form/aiformerrorview.d.ts +2 -2
  15. package/{src → dist}/aiassistant/ui/form/aiformpromptview.d.ts +2 -2
  16. package/{src → dist}/aiassistant/ui/form/aiformtoolbarview.d.ts +2 -2
  17. package/{src → dist}/aiassistant/ui/form/aiformview.d.ts +2 -2
  18. package/{src → dist}/aiassistant/ui/form/aihistorylistitemview.d.ts +1 -1
  19. package/{src → dist}/aiassistant/ui/form/aihistorylistview.d.ts +2 -2
  20. package/{src → dist}/aiassistant/ui/form/prompthistory.d.ts +1 -1
  21. package/{src → dist}/aiassistant/ui/showaiassistantcommand.d.ts +1 -1
  22. package/{src → dist}/aiassistant/utils/common-translations.d.ts +1 -1
  23. package/{src → dist}/aiassistant/utils/normalizecommandsconfig.d.ts +1 -1
  24. package/{src → dist}/aiballoon/aiballoon.d.ts +2 -2
  25. package/{src → dist}/aiballoon/ui/aiballoonview.d.ts +2 -2
  26. package/dist/aichat/aichat.d.ts +95 -0
  27. package/{src → dist}/aichat/aichatballoon.d.ts +2 -2
  28. package/{src/aichat/aichat.d.ts → dist/aichat/aichatcontroller.d.ts} +122 -89
  29. package/{src → dist}/aichat/aichatui.d.ts +5 -5
  30. package/{src → dist}/aichat/model/aichatcontext.d.ts +91 -17
  31. package/{src → dist}/aichat/model/aichatconversation.d.ts +4 -4
  32. package/{src → dist}/aichat/model/aichatinteraction.d.ts +1 -4
  33. package/{src → dist}/aichat/ui/aichatballoonview.d.ts +2 -2
  34. package/{src → dist}/aichat/ui/aichatcontrolsview.d.ts +2 -2
  35. package/{src → dist}/aichat/ui/aichatfeedview.d.ts +2 -2
  36. package/{src → dist}/aichat/ui/aichatheaderview.d.ts +2 -2
  37. package/{src → dist}/aichat/ui/aichatview.d.ts +3 -2
  38. package/{src → dist}/aichat/ui/controls/aichatchipsoverflowmanager.d.ts +2 -2
  39. package/{src → dist}/aichat/ui/controls/aichatcontextitembuttonview.d.ts +2 -2
  40. package/{src → dist}/aichat/ui/controls/aichatcontextpanelurlinputview.d.ts +2 -2
  41. package/{src → dist}/aichat/ui/controls/aichatcontextpanelview.d.ts +2 -2
  42. package/{src → dist}/aichat/ui/controls/aichatcontrolsloaderview.d.ts +2 -2
  43. package/{src → dist}/aichat/ui/controls/aichatpromptcapabilitiesview.d.ts +2 -2
  44. package/{src → dist}/aichat/ui/controls/aichatpromptinputview.d.ts +2 -2
  45. package/{src → dist}/aichat/ui/controls/aichatpromptsuggestionslistview.d.ts +1 -1
  46. package/{src → dist}/aichat/ui/controls/resources/aichatcontextresourceslistview.d.ts +2 -2
  47. package/{src → dist}/aichat/ui/controls/resources/aichatcontextresourcesview.d.ts +2 -2
  48. package/{src → dist}/aichat/ui/controls/resources/aichatresourcelistitemview.d.ts +2 -2
  49. package/{src → dist}/aichat/ui/controls/resources/aichatresourcesballoonview.d.ts +2 -2
  50. package/{src → dist}/aichat/ui/controls/resources/aichatresourcessearchinputview.d.ts +2 -2
  51. package/{src → dist}/aichat/ui/feed/aichatfeedcontextchipsview.d.ts +2 -2
  52. package/{src → dist}/aichat/ui/feed/aichatfeedcustomelementview.d.ts +7 -1
  53. package/{src → dist}/aichat/ui/feed/aichatfeedinteractionheaderview.d.ts +1 -1
  54. package/{src → dist}/aichat/ui/feed/aichatfeeditemview.d.ts +1 -1
  55. package/{src → dist}/aichat/ui/feed/aichatfeedreplyitemview.d.ts +2 -2
  56. package/{src → dist}/aichat/ui/feed/aichatfeedsuggestionitemactionsview.d.ts +2 -2
  57. package/{src → dist}/aichat/ui/feed/aichatfeedsuggestionitemview.d.ts +2 -2
  58. package/{src → dist}/aichat/ui/feed/aichatfeedusermessageitem.d.ts +2 -2
  59. package/{src → dist}/aichat/utils/promisequeue.d.ts +2 -2
  60. package/{src → dist}/aichathistory/aichathistory.d.ts +1 -1
  61. package/{src → dist}/aichathistory/aichathistorycontroller.d.ts +1 -1
  62. package/{src → dist}/aichathistory/aichathistoryui.d.ts +1 -1
  63. package/{src → dist}/aichathistory/model/aichathistoryconversations.d.ts +2 -2
  64. package/{src → dist}/aichathistory/model/aichathistoryitem.d.ts +2 -2
  65. package/{src → dist}/aichathistory/ui/aichathistorylistitemview.d.ts +2 -2
  66. package/{src → dist}/aichathistory/ui/aichathistorylistview.d.ts +1 -1
  67. package/{src → dist}/aichathistory/ui/aichathistorysectionlistview.d.ts +1 -1
  68. package/{src → dist}/aichathistory/ui/aichathistoryview.d.ts +2 -2
  69. package/{src → dist}/aichatshortcuts/aichatshortcuts.d.ts +17 -17
  70. package/{src → dist}/aichatshortcuts/ui/aichatshortcutsview.d.ts +2 -2
  71. package/{src → dist}/aichatshortcuts/ui/aichatshortcutview.d.ts +2 -2
  72. package/{src → dist}/aiconfig.d.ts +7 -9
  73. package/{src → dist}/aicore/aiconnector.d.ts +4 -12
  74. package/{src → dist}/aicore/aiediting.d.ts +27 -6
  75. package/{src → dist}/aicore/model/aicapabilities.d.ts +2 -2
  76. package/{src → dist}/aicore/model/aiinteraction.d.ts +17 -13
  77. package/{src → dist}/aicore/model/aimodels.d.ts +6 -4
  78. package/{src → dist}/aicore/model/aireply.d.ts +12 -50
  79. package/{src → dist}/aicore/pipeline/airesponseapplier.d.ts +2 -2
  80. package/{src → dist}/aicore/pipeline/airesponseparser.d.ts +2 -2
  81. package/{src → dist}/aicore/ui/aidisclaimerview.d.ts +2 -2
  82. package/{src → dist}/aicore/ui/aiskeleton.d.ts +2 -2
  83. package/{src → dist}/aicore/ui/aispinner.d.ts +1 -1
  84. package/{src → dist}/aicore/ui/suggestioncontainer/aiminitoolbarview.d.ts +2 -2
  85. package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestionbodyview.d.ts +2 -2
  86. package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestioncontainerview.d.ts +2 -2
  87. package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestioncontentpartheaderview.d.ts +2 -2
  88. package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.d.ts +2 -2
  89. package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.d.ts +2 -2
  90. package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.d.ts +2 -2
  91. package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestionheaderview.d.ts +2 -2
  92. package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestionloaderview.d.ts +2 -2
  93. package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.d.ts +2 -2
  94. package/{src → dist}/aicore/ui/suggestioncontainer/aiwebsourcesview.d.ts +2 -2
  95. package/dist/aicore/utils/buttonclasses.d.ts +12 -0
  96. package/{src → dist}/aicore/utils/common-translations.d.ts +1 -1
  97. package/{src → dist}/aicore/utils/createresizebutton.d.ts +2 -2
  98. package/{src → dist}/aicore/utils/geteditorfromcontext.d.ts +1 -1
  99. package/{src → dist}/aicore/utils/getoperationsfromreply.d.ts +3 -3
  100. package/{src → dist}/aicore/utils/getsuggestionpartsfromreply.d.ts +1 -1
  101. package/{src → dist}/aieditorintegration/aieditorintegration.d.ts +2 -2
  102. package/{src → dist}/aieditorintegration/aitogglebutton/aitogglebuttonui.d.ts +1 -1
  103. package/{src → dist}/aieditorintegration/aitogglebutton/toggleaicommand.d.ts +1 -1
  104. package/{src → dist}/aiquickactions/aiquickactions.d.ts +110 -52
  105. package/{src → dist}/aiquickactions/aiquickactionscommand.d.ts +1 -1
  106. package/{src → dist}/aiquickactions/aiquickactionsediting.d.ts +1 -1
  107. package/{src → dist}/aiquickactions/aiquickactionsui.d.ts +16 -30
  108. package/{src → dist}/aiquickactions/ui/aiquickactionsbuttoncreator.d.ts +2 -2
  109. package/{src → dist}/aiquickactions/ui/aiquickactionsdropdowncontentview.d.ts +3 -3
  110. package/{src → dist}/aiquickactions/ui/aiquickactionsdropdowncreator.d.ts +2 -2
  111. package/{src → dist}/aiquickactions/ui/balloon/aiactionsballoondisclaimerview.d.ts +2 -2
  112. package/{src → dist}/aiquickactions/ui/balloon/aiactionsballoontoolbarview.d.ts +2 -2
  113. package/{src → dist}/aiquickactions/ui/balloon/aiactionsballoonview.d.ts +2 -2
  114. package/{src → dist}/aiquickactions/ui/dropdownmenubuttonwithhighlightview.d.ts +1 -1
  115. package/{src → dist}/aireviewcore/aireviewcorecontroller.d.ts +1 -1
  116. package/{src → dist}/aireviewcore/aireviewcoreediting.d.ts +4 -4
  117. package/{src → dist}/aireviewcore/aireviewcoreui.d.ts +2 -1
  118. package/{src → dist}/aireviewcore/model/aireviewchecklist.d.ts +2 -2
  119. package/{src → dist}/aireviewcore/model/aireviewcheckresult.d.ts +2 -2
  120. package/{src → dist}/aireviewcore/model/aireviewcheckresultchange.d.ts +3 -3
  121. package/{src → dist}/aireviewcore/model/aireviewcheckrun.d.ts +2 -2
  122. package/{src → dist}/aireviewcore/ui/aireviewcoreballoonsuggestionview.d.ts +2 -2
  123. package/{src → dist}/aireviewcore/ui/aireviewcorechecklistitemresultview.d.ts +2 -2
  124. package/{src → dist}/aireviewcore/ui/aireviewcorecustomcheckview.d.ts +2 -2
  125. package/{src → dist}/aireviewcore/ui/aireviewcorefinishreviewbuttonview.d.ts +2 -2
  126. package/{src → dist}/aireviewcore/ui/aireviewcoregeneralerrorview.d.ts +2 -2
  127. package/{src → dist}/aireviewcore/ui/aireviewcorepromptinputview.d.ts +2 -2
  128. package/{src → dist}/aireviewcore/ui/aireviewcorereviewchecklistview.d.ts +2 -2
  129. package/{src → dist}/aireviewcore/ui/aireviewcorereviewcommandlistitemview.d.ts +2 -2
  130. package/{src → dist}/aireviewcore/ui/aireviewcorereviewcompletedview.d.ts +2 -2
  131. package/{src → dist}/aireviewcore/ui/aireviewcoreuicheckresultsview.d.ts +2 -2
  132. package/{src → dist}/aireviewcore/ui/aireviewcoreview.d.ts +2 -2
  133. package/{src → dist}/aireviewcore/ui/form/aireviewcoreformdropdown.d.ts +2 -2
  134. package/{src → dist}/aireviewcore/ui/form/aireviewcoreformmanager.d.ts +2 -2
  135. package/{src → dist}/aireviewmode/aireviewmode.d.ts +6 -4
  136. package/{src → dist}/aireviewmode/aireviewmodecontroller.d.ts +1 -1
  137. package/{src → dist}/aitabs/aitabs.d.ts +4 -1
  138. package/{src → dist}/aitabs/aitabsmainview.d.ts +4 -1
  139. package/{src → dist}/aitabs/tabs/aitabsview.d.ts +22 -2
  140. package/{src → dist}/aitabs/tabs/tabbuttonview.d.ts +2 -2
  141. package/{src → dist}/aitabs/tabs/tabpanelview.d.ts +2 -2
  142. package/{src → dist}/aitranslate/aitranslate.d.ts +47 -4
  143. package/{src → dist}/aitranslate/aitranslatecontroller.d.ts +1 -1
  144. package/{src → dist}/aitranslate/ui/aitranslatecheckresultsview.d.ts +1 -1
  145. package/dist/index-content.css +95 -0
  146. package/dist/index-editor.css +2711 -2793
  147. package/dist/index.css +2699 -3521
  148. package/{src → dist}/index.d.ts +7 -6
  149. package/dist/index.js +5 -5
  150. package/dist/translations/af.js +1 -1
  151. package/dist/translations/af.umd.js +1 -1
  152. package/dist/translations/ar.js +1 -1
  153. package/dist/translations/ar.umd.js +1 -1
  154. package/dist/translations/ast.js +1 -1
  155. package/dist/translations/ast.umd.js +1 -1
  156. package/dist/translations/az.js +1 -1
  157. package/dist/translations/az.umd.js +1 -1
  158. package/dist/translations/be.js +1 -1
  159. package/dist/translations/be.umd.js +1 -1
  160. package/dist/translations/bg.js +1 -1
  161. package/dist/translations/bg.umd.js +1 -1
  162. package/dist/translations/bn.js +1 -1
  163. package/dist/translations/bn.umd.js +1 -1
  164. package/dist/translations/bs.js +1 -1
  165. package/dist/translations/bs.umd.js +1 -1
  166. package/dist/translations/ca.js +1 -1
  167. package/dist/translations/ca.umd.js +1 -1
  168. package/dist/translations/cs.js +1 -1
  169. package/dist/translations/cs.umd.js +1 -1
  170. package/dist/translations/da.js +1 -1
  171. package/dist/translations/da.umd.js +1 -1
  172. package/dist/translations/de-ch.js +1 -1
  173. package/dist/translations/de-ch.umd.js +1 -1
  174. package/dist/translations/de.js +1 -1
  175. package/dist/translations/de.umd.js +1 -1
  176. package/dist/translations/el.js +1 -1
  177. package/dist/translations/el.umd.js +1 -1
  178. package/dist/translations/en-au.js +1 -1
  179. package/dist/translations/en-au.umd.js +1 -1
  180. package/dist/translations/en-gb.js +1 -1
  181. package/dist/translations/en-gb.umd.js +1 -1
  182. package/dist/translations/en.js +1 -1
  183. package/dist/translations/en.umd.js +1 -1
  184. package/dist/translations/eo.js +1 -1
  185. package/dist/translations/eo.umd.js +1 -1
  186. package/dist/translations/es-co.js +1 -1
  187. package/dist/translations/es-co.umd.js +1 -1
  188. package/dist/translations/es.js +1 -1
  189. package/dist/translations/es.umd.js +1 -1
  190. package/dist/translations/et.js +1 -1
  191. package/dist/translations/et.umd.js +1 -1
  192. package/dist/translations/eu.js +1 -1
  193. package/dist/translations/eu.umd.js +1 -1
  194. package/dist/translations/fa.js +1 -1
  195. package/dist/translations/fa.umd.js +1 -1
  196. package/dist/translations/fi.js +1 -1
  197. package/dist/translations/fi.umd.js +1 -1
  198. package/dist/translations/fr.js +1 -1
  199. package/dist/translations/fr.umd.js +1 -1
  200. package/dist/translations/gl.js +1 -1
  201. package/dist/translations/gl.umd.js +1 -1
  202. package/dist/translations/gu.js +1 -1
  203. package/dist/translations/gu.umd.js +1 -1
  204. package/dist/translations/he.js +1 -1
  205. package/dist/translations/he.umd.js +1 -1
  206. package/dist/translations/hi.js +1 -1
  207. package/dist/translations/hi.umd.js +1 -1
  208. package/dist/translations/hr.js +1 -1
  209. package/dist/translations/hr.umd.js +1 -1
  210. package/dist/translations/hu.js +1 -1
  211. package/dist/translations/hu.umd.js +1 -1
  212. package/dist/translations/hy.js +1 -1
  213. package/dist/translations/hy.umd.js +1 -1
  214. package/dist/translations/id.js +1 -1
  215. package/dist/translations/id.umd.js +1 -1
  216. package/dist/translations/it.js +1 -1
  217. package/dist/translations/it.umd.js +1 -1
  218. package/dist/translations/ja.js +1 -1
  219. package/dist/translations/ja.umd.js +1 -1
  220. package/dist/translations/jv.js +1 -1
  221. package/dist/translations/jv.umd.js +1 -1
  222. package/dist/translations/kk.js +1 -1
  223. package/dist/translations/kk.umd.js +1 -1
  224. package/dist/translations/km.js +1 -1
  225. package/dist/translations/km.umd.js +1 -1
  226. package/dist/translations/kn.js +1 -1
  227. package/dist/translations/kn.umd.js +1 -1
  228. package/dist/translations/ko.js +1 -1
  229. package/dist/translations/ko.umd.js +1 -1
  230. package/dist/translations/ku.js +1 -1
  231. package/dist/translations/ku.umd.js +1 -1
  232. package/dist/translations/lt.js +1 -1
  233. package/dist/translations/lt.umd.js +1 -1
  234. package/dist/translations/lv.js +1 -1
  235. package/dist/translations/lv.umd.js +1 -1
  236. package/dist/translations/ms.js +1 -1
  237. package/dist/translations/ms.umd.js +1 -1
  238. package/dist/translations/nb.js +1 -1
  239. package/dist/translations/nb.umd.js +1 -1
  240. package/dist/translations/ne.js +1 -1
  241. package/dist/translations/ne.umd.js +1 -1
  242. package/dist/translations/nl.js +1 -1
  243. package/dist/translations/nl.umd.js +1 -1
  244. package/dist/translations/no.js +1 -1
  245. package/dist/translations/no.umd.js +1 -1
  246. package/dist/translations/oc.js +1 -1
  247. package/dist/translations/oc.umd.js +1 -1
  248. package/dist/translations/pl.js +1 -1
  249. package/dist/translations/pl.umd.js +1 -1
  250. package/dist/translations/pt-br.js +1 -1
  251. package/dist/translations/pt-br.umd.js +1 -1
  252. package/dist/translations/pt.js +1 -1
  253. package/dist/translations/pt.umd.js +1 -1
  254. package/dist/translations/ro.js +1 -1
  255. package/dist/translations/ro.umd.js +1 -1
  256. package/dist/translations/ru.js +1 -1
  257. package/dist/translations/ru.umd.js +1 -1
  258. package/dist/translations/si.js +1 -1
  259. package/dist/translations/si.umd.js +1 -1
  260. package/dist/translations/sk.js +1 -1
  261. package/dist/translations/sk.umd.js +1 -1
  262. package/dist/translations/sl.js +1 -1
  263. package/dist/translations/sl.umd.js +1 -1
  264. package/dist/translations/sq.js +1 -1
  265. package/dist/translations/sq.umd.js +1 -1
  266. package/dist/translations/sr-latn.js +1 -1
  267. package/dist/translations/sr-latn.umd.js +1 -1
  268. package/dist/translations/sr.js +1 -1
  269. package/dist/translations/sr.umd.js +1 -1
  270. package/dist/translations/sv.js +1 -1
  271. package/dist/translations/sv.umd.js +1 -1
  272. package/dist/translations/th.js +1 -1
  273. package/dist/translations/th.umd.js +1 -1
  274. package/dist/translations/ti.js +1 -1
  275. package/dist/translations/ti.umd.js +1 -1
  276. package/dist/translations/tk.js +1 -1
  277. package/dist/translations/tk.umd.js +1 -1
  278. package/dist/translations/tr.js +1 -1
  279. package/dist/translations/tr.umd.js +1 -1
  280. package/dist/translations/tt.js +1 -1
  281. package/dist/translations/tt.umd.js +1 -1
  282. package/dist/translations/ug.js +1 -1
  283. package/dist/translations/ug.umd.js +1 -1
  284. package/dist/translations/uk.js +1 -1
  285. package/dist/translations/uk.umd.js +1 -1
  286. package/dist/translations/ur.js +1 -1
  287. package/dist/translations/ur.umd.js +1 -1
  288. package/dist/translations/uz.js +1 -1
  289. package/dist/translations/uz.umd.js +1 -1
  290. package/dist/translations/vi.js +1 -1
  291. package/dist/translations/vi.umd.js +1 -1
  292. package/dist/translations/zh-cn.js +1 -1
  293. package/dist/translations/zh-cn.umd.js +1 -1
  294. package/dist/translations/zh.js +1 -1
  295. package/dist/translations/zh.umd.js +1 -1
  296. package/package.json +26 -51
  297. package/build/966.ai.js +0 -5
  298. package/build/ai.js +0 -4
  299. package/build/translations/af.js +0 -1
  300. package/build/translations/ar.js +0 -1
  301. package/build/translations/ast.js +0 -1
  302. package/build/translations/az.js +0 -1
  303. package/build/translations/be.js +0 -1
  304. package/build/translations/bg.js +0 -1
  305. package/build/translations/bn.js +0 -1
  306. package/build/translations/bs.js +0 -1
  307. package/build/translations/ca.js +0 -1
  308. package/build/translations/cs.js +0 -1
  309. package/build/translations/da.js +0 -1
  310. package/build/translations/de-ch.js +0 -1
  311. package/build/translations/de.js +0 -1
  312. package/build/translations/el.js +0 -1
  313. package/build/translations/en-au.js +0 -1
  314. package/build/translations/en-gb.js +0 -1
  315. package/build/translations/en.js +0 -1
  316. package/build/translations/eo.js +0 -1
  317. package/build/translations/es-co.js +0 -1
  318. package/build/translations/es.js +0 -1
  319. package/build/translations/et.js +0 -1
  320. package/build/translations/eu.js +0 -1
  321. package/build/translations/fa.js +0 -1
  322. package/build/translations/fi.js +0 -1
  323. package/build/translations/fr.js +0 -1
  324. package/build/translations/gl.js +0 -1
  325. package/build/translations/gu.js +0 -1
  326. package/build/translations/he.js +0 -1
  327. package/build/translations/hi.js +0 -1
  328. package/build/translations/hr.js +0 -1
  329. package/build/translations/hu.js +0 -1
  330. package/build/translations/hy.js +0 -1
  331. package/build/translations/id.js +0 -1
  332. package/build/translations/it.js +0 -1
  333. package/build/translations/ja.js +0 -1
  334. package/build/translations/jv.js +0 -1
  335. package/build/translations/kk.js +0 -1
  336. package/build/translations/km.js +0 -1
  337. package/build/translations/kn.js +0 -1
  338. package/build/translations/ko.js +0 -1
  339. package/build/translations/ku.js +0 -1
  340. package/build/translations/lt.js +0 -1
  341. package/build/translations/lv.js +0 -1
  342. package/build/translations/ms.js +0 -1
  343. package/build/translations/nb.js +0 -1
  344. package/build/translations/ne.js +0 -1
  345. package/build/translations/nl.js +0 -1
  346. package/build/translations/no.js +0 -1
  347. package/build/translations/oc.js +0 -1
  348. package/build/translations/pl.js +0 -1
  349. package/build/translations/pt-br.js +0 -1
  350. package/build/translations/pt.js +0 -1
  351. package/build/translations/ro.js +0 -1
  352. package/build/translations/ru.js +0 -1
  353. package/build/translations/si.js +0 -1
  354. package/build/translations/sk.js +0 -1
  355. package/build/translations/sl.js +0 -1
  356. package/build/translations/sq.js +0 -1
  357. package/build/translations/sr-latn.js +0 -1
  358. package/build/translations/sr.js +0 -1
  359. package/build/translations/sv.js +0 -1
  360. package/build/translations/th.js +0 -1
  361. package/build/translations/ti.js +0 -1
  362. package/build/translations/tk.js +0 -1
  363. package/build/translations/tr.js +0 -1
  364. package/build/translations/tt.js +0 -1
  365. package/build/translations/ug.js +0 -1
  366. package/build/translations/uk.js +0 -1
  367. package/build/translations/ur.js +0 -1
  368. package/build/translations/uz.js +0 -1
  369. package/build/translations/vi.js +0 -1
  370. package/build/translations/zh-cn.js +0 -1
  371. package/build/translations/zh.js +0 -1
  372. package/lang/contexts.json +0 -286
  373. package/lang/translations/af.po +0 -1144
  374. package/lang/translations/ar.po +0 -1144
  375. package/lang/translations/ast.po +0 -1144
  376. package/lang/translations/az.po +0 -1144
  377. package/lang/translations/be.po +0 -1144
  378. package/lang/translations/bg.po +0 -1144
  379. package/lang/translations/bn.po +0 -1144
  380. package/lang/translations/bs.po +0 -1144
  381. package/lang/translations/ca.po +0 -1144
  382. package/lang/translations/cs.po +0 -1144
  383. package/lang/translations/da.po +0 -1144
  384. package/lang/translations/de-ch.po +0 -1144
  385. package/lang/translations/de.po +0 -1144
  386. package/lang/translations/el.po +0 -1144
  387. package/lang/translations/en-au.po +0 -1144
  388. package/lang/translations/en-gb.po +0 -1144
  389. package/lang/translations/en.po +0 -1144
  390. package/lang/translations/eo.po +0 -1144
  391. package/lang/translations/es-co.po +0 -1144
  392. package/lang/translations/es.po +0 -1144
  393. package/lang/translations/et.po +0 -1144
  394. package/lang/translations/eu.po +0 -1144
  395. package/lang/translations/fa.po +0 -1144
  396. package/lang/translations/fi.po +0 -1144
  397. package/lang/translations/fr.po +0 -1144
  398. package/lang/translations/gl.po +0 -1144
  399. package/lang/translations/gu.po +0 -1144
  400. package/lang/translations/he.po +0 -1144
  401. package/lang/translations/hi.po +0 -1144
  402. package/lang/translations/hr.po +0 -1144
  403. package/lang/translations/hu.po +0 -1144
  404. package/lang/translations/hy.po +0 -1144
  405. package/lang/translations/id.po +0 -1144
  406. package/lang/translations/it.po +0 -1144
  407. package/lang/translations/ja.po +0 -1144
  408. package/lang/translations/jv.po +0 -1144
  409. package/lang/translations/kk.po +0 -1144
  410. package/lang/translations/km.po +0 -1144
  411. package/lang/translations/kn.po +0 -1144
  412. package/lang/translations/ko.po +0 -1144
  413. package/lang/translations/ku.po +0 -1144
  414. package/lang/translations/lt.po +0 -1144
  415. package/lang/translations/lv.po +0 -1144
  416. package/lang/translations/ms.po +0 -1144
  417. package/lang/translations/nb.po +0 -1144
  418. package/lang/translations/ne.po +0 -1144
  419. package/lang/translations/nl.po +0 -1144
  420. package/lang/translations/no.po +0 -1144
  421. package/lang/translations/oc.po +0 -1144
  422. package/lang/translations/pl.po +0 -1144
  423. package/lang/translations/pt-br.po +0 -1144
  424. package/lang/translations/pt.po +0 -1144
  425. package/lang/translations/ro.po +0 -1144
  426. package/lang/translations/ru.po +0 -1144
  427. package/lang/translations/si.po +0 -1144
  428. package/lang/translations/sk.po +0 -1144
  429. package/lang/translations/sl.po +0 -1144
  430. package/lang/translations/sq.po +0 -1144
  431. package/lang/translations/sr-latn.po +0 -1144
  432. package/lang/translations/sr.po +0 -1144
  433. package/lang/translations/sv.po +0 -1144
  434. package/lang/translations/th.po +0 -1144
  435. package/lang/translations/ti.po +0 -1144
  436. package/lang/translations/tk.po +0 -1144
  437. package/lang/translations/tr.po +0 -1144
  438. package/lang/translations/tt.po +0 -1144
  439. package/lang/translations/ug.po +0 -1144
  440. package/lang/translations/uk.po +0 -1144
  441. package/lang/translations/ur.po +0 -1144
  442. package/lang/translations/uz.po +0 -1144
  443. package/lang/translations/vi.po +0 -1144
  444. package/lang/translations/zh-cn.po +0 -1144
  445. package/lang/translations/zh.po +0 -1144
  446. package/src/aiactions/aiactions.d.ts +0 -53
  447. package/src/aiactions/aiactions.js +0 -23
  448. package/src/aiactions/model/aiactionsinteraction.js +0 -23
  449. package/src/aiactions/model/aiactionsreply.js +0 -23
  450. package/src/aiassistant/adapters/aiadapter.js +0 -23
  451. package/src/aiassistant/adapters/aitextadapter.js +0 -23
  452. package/src/aiassistant/adapters/awstextadapter.js +0 -23
  453. package/src/aiassistant/adapters/openaitextadapter.js +0 -23
  454. package/src/aiassistant/aiassistant.js +0 -23
  455. package/src/aiassistant/aiassistantediting.js +0 -23
  456. package/src/aiassistant/aiassistantui.js +0 -23
  457. package/src/aiassistant/legacyerrors.js +0 -23
  458. package/src/aiassistant/ui/aiassistantcontroller.js +0 -24
  459. package/src/aiassistant/ui/form/aiformcontentarea.js +0 -23
  460. package/src/aiassistant/ui/form/aiformerrorview.js +0 -23
  461. package/src/aiassistant/ui/form/aiformpromptview.js +0 -23
  462. package/src/aiassistant/ui/form/aiformtoolbarview.js +0 -23
  463. package/src/aiassistant/ui/form/aiformview.js +0 -23
  464. package/src/aiassistant/ui/form/aihistorylistitemview.js +0 -23
  465. package/src/aiassistant/ui/form/aihistorylistview.js +0 -23
  466. package/src/aiassistant/ui/form/prompthistory.js +0 -23
  467. package/src/aiassistant/ui/showaiassistantcommand.js +0 -23
  468. package/src/aiassistant/utils/common-translations.js +0 -23
  469. package/src/aiassistant/utils/normalizecommandsconfig.js +0 -23
  470. package/src/aiballoon/aiballoon.js +0 -23
  471. package/src/aiballoon/ui/aiballoonview.js +0 -23
  472. package/src/aichat/aichat.js +0 -23
  473. package/src/aichat/aichatballoon.js +0 -23
  474. package/src/aichat/aichatcontroller.d.ts +0 -77
  475. package/src/aichat/aichatcontroller.js +0 -23
  476. package/src/aichat/aichatui.js +0 -23
  477. package/src/aichat/model/aichatcontext.js +0 -23
  478. package/src/aichat/model/aichatconversation.js +0 -23
  479. package/src/aichat/model/aichatinteraction.js +0 -23
  480. package/src/aichat/ui/aichatballoonview.js +0 -23
  481. package/src/aichat/ui/aichatcontrolsview.js +0 -23
  482. package/src/aichat/ui/aichatfeedview.js +0 -23
  483. package/src/aichat/ui/aichatheaderview.js +0 -23
  484. package/src/aichat/ui/aichatview.js +0 -23
  485. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +0 -23
  486. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +0 -23
  487. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +0 -23
  488. package/src/aichat/ui/controls/aichatcontextpanelview.js +0 -23
  489. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +0 -23
  490. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +0 -23
  491. package/src/aichat/ui/controls/aichatpromptinputview.js +0 -23
  492. package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +0 -23
  493. package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +0 -23
  494. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +0 -23
  495. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +0 -23
  496. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +0 -23
  497. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +0 -23
  498. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +0 -23
  499. package/src/aichat/ui/feed/aichatfeedcustomelementview.js +0 -23
  500. package/src/aichat/ui/feed/aichatfeederroritemview.js +0 -23
  501. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +0 -23
  502. package/src/aichat/ui/feed/aichatfeeditemview.js +0 -23
  503. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +0 -23
  504. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +0 -23
  505. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +0 -23
  506. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +0 -23
  507. package/src/aichat/utils/eventnames.js +0 -23
  508. package/src/aichat/utils/promisequeue.js +0 -23
  509. package/src/aichathistory/aichathistory.js +0 -23
  510. package/src/aichathistory/aichathistorycontroller.js +0 -23
  511. package/src/aichathistory/aichathistoryui.js +0 -23
  512. package/src/aichathistory/model/aichathistoryconversations.js +0 -23
  513. package/src/aichathistory/model/aichathistoryitem.js +0 -23
  514. package/src/aichathistory/ui/aichathistorylistitemview.js +0 -24
  515. package/src/aichathistory/ui/aichathistorylistview.js +0 -23
  516. package/src/aichathistory/ui/aichathistorysectionlistview.js +0 -23
  517. package/src/aichathistory/ui/aichathistoryview.js +0 -23
  518. package/src/aichatshortcuts/aichatshortcuts.js +0 -23
  519. package/src/aichatshortcuts/ui/aichatshortcutsview.js +0 -23
  520. package/src/aichatshortcuts/ui/aichatshortcutview.js +0 -23
  521. package/src/aiconfig.js +0 -23
  522. package/src/aicore/aiconnector.js +0 -23
  523. package/src/aicore/aiediting.js +0 -23
  524. package/src/aicore/model/aicapabilities.js +0 -23
  525. package/src/aicore/model/aicontext.js +0 -23
  526. package/src/aicore/model/aiinteraction.js +0 -23
  527. package/src/aicore/model/aimodels.js +0 -23
  528. package/src/aicore/model/aireply.js +0 -23
  529. package/src/aicore/pipeline/airesponseapplier.js +0 -24
  530. package/src/aicore/pipeline/airesponseparser.js +0 -24
  531. package/src/aicore/ui/aidisclaimerview.js +0 -23
  532. package/src/aicore/ui/aiskeleton.js +0 -23
  533. package/src/aicore/ui/aispinner.js +0 -23
  534. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +0 -23
  535. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +0 -23
  536. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +0 -23
  537. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartheaderview.js +0 -23
  538. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.js +0 -23
  539. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.js +0 -23
  540. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +0 -23
  541. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +0 -23
  542. package/src/aicore/ui/suggestioncontainer/aisuggestionloaderview.js +0 -23
  543. package/src/aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.js +0 -23
  544. package/src/aicore/ui/suggestioncontainer/aiwebsourcesview.js +0 -23
  545. package/src/aicore/utils/common-translations.js +0 -23
  546. package/src/aicore/utils/createresizebutton.js +0 -23
  547. package/src/aicore/utils/documentposition.js +0 -23
  548. package/src/aicore/utils/documentrange.js +0 -23
  549. package/src/aicore/utils/eventnames.js +0 -23
  550. package/src/aicore/utils/geteditorfromcontext.js +0 -23
  551. package/src/aicore/utils/getoperationsfromreply.js +0 -23
  552. package/src/aicore/utils/getsuggestionpartsfromreply.js +0 -23
  553. package/src/aicore/utils/htmlparser.js +0 -23
  554. package/src/aicore/utils/htmlstreamer.js +0 -23
  555. package/src/aicore/utils/scrollmanager.js +0 -23
  556. package/src/aieditorintegration/aieditorintegration.js +0 -23
  557. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +0 -23
  558. package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +0 -23
  559. package/src/aiquickactions/aiquickactions.js +0 -23
  560. package/src/aiquickactions/aiquickactionscommand.js +0 -23
  561. package/src/aiquickactions/aiquickactionsediting.js +0 -23
  562. package/src/aiquickactions/aiquickactionsui.js +0 -23
  563. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +0 -23
  564. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +0 -23
  565. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +0 -23
  566. package/src/aiquickactions/ui/aiquickactionsfilteredlistview.js +0 -23
  567. package/src/aiquickactions/ui/balloon/aiactionsballoondisclaimerview.js +0 -23
  568. package/src/aiquickactions/ui/balloon/aiactionsballoontoolbarview.js +0 -23
  569. package/src/aiquickactions/ui/balloon/aiactionsballoonview.js +0 -23
  570. package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +0 -23
  571. package/src/aireviewcore/aireviewcorecontroller.js +0 -23
  572. package/src/aireviewcore/aireviewcoreediting.js +0 -23
  573. package/src/aireviewcore/aireviewcoreui.js +0 -23
  574. package/src/aireviewcore/model/aireviewcheck.js +0 -23
  575. package/src/aireviewcore/model/aireviewchecklist.js +0 -23
  576. package/src/aireviewcore/model/aireviewcheckresult.js +0 -23
  577. package/src/aireviewcore/model/aireviewcheckresultchange.js +0 -23
  578. package/src/aireviewcore/model/aireviewcheckrun.js +0 -23
  579. package/src/aireviewcore/model/aireviewsystemcheckrun.js +0 -23
  580. package/src/aireviewcore/types.js +0 -23
  581. package/src/aireviewcore/ui/aireviewcoreballoonsuggestionview.js +0 -23
  582. package/src/aireviewcore/ui/aireviewcorechecklistitemresultview.js +0 -23
  583. package/src/aireviewcore/ui/aireviewcorecustomcheckview.js +0 -23
  584. package/src/aireviewcore/ui/aireviewcorefinishreviewbuttonview.js +0 -23
  585. package/src/aireviewcore/ui/aireviewcoregeneralerrorview.js +0 -23
  586. package/src/aireviewcore/ui/aireviewcorepromptinputview.js +0 -23
  587. package/src/aireviewcore/ui/aireviewcorereviewchecklistview.js +0 -23
  588. package/src/aireviewcore/ui/aireviewcorereviewcommandlistitemview.js +0 -23
  589. package/src/aireviewcore/ui/aireviewcorereviewcompletedview.js +0 -23
  590. package/src/aireviewcore/ui/aireviewcoreuicheckresultsview.js +0 -23
  591. package/src/aireviewcore/ui/aireviewcoreview.js +0 -23
  592. package/src/aireviewcore/ui/form/aireviewcoreformdropdown.js +0 -23
  593. package/src/aireviewcore/ui/form/aireviewcoreformmanager.js +0 -23
  594. package/src/aireviewmode/aireviewcheckdefinitions.js +0 -23
  595. package/src/aireviewmode/aireviewmode.js +0 -23
  596. package/src/aireviewmode/aireviewmodecontroller.js +0 -23
  597. package/src/aireviewmode/aireviewmodeui.js +0 -23
  598. package/src/aireviewmode/model/aireviewcheckcustom.js +0 -23
  599. package/src/aireviewmode/model/aireviewcheckextra.js +0 -23
  600. package/src/aireviewmode/model/aireviewcustomcheckrun.js +0 -23
  601. package/src/aireviewmode/model/aireviewextracheckrun.js +0 -23
  602. package/src/aireviewmode/model/aireviewmodechecklist.js +0 -23
  603. package/src/aitabs/aitabs.js +0 -23
  604. package/src/aitabs/aitabsmainview.js +0 -23
  605. package/src/aitabs/tabs/aitabsview.js +0 -23
  606. package/src/aitabs/tabs/tabbuttonview.js +0 -23
  607. package/src/aitabs/tabs/tabpanelview.js +0 -23
  608. package/src/aitranslate/aitranslate.js +0 -23
  609. package/src/aitranslate/aitranslatecontroller.js +0 -23
  610. package/src/aitranslate/aitranslateui.js +0 -23
  611. package/src/aitranslate/model/aitranslatecheck.js +0 -23
  612. package/src/aitranslate/model/aitranslatechecklist.js +0 -23
  613. package/src/aitranslate/model/aitranslatecheckrun.js +0 -23
  614. package/src/aitranslate/ui/aitranslatechecklistview.js +0 -23
  615. package/src/aitranslate/ui/aitranslatecheckresultsview.js +0 -23
  616. package/src/augmentation.js +0 -23
  617. package/src/errors.js +0 -23
  618. package/src/errorsmap.js +0 -23
  619. package/src/index.js +0 -23
  620. package/theme/aiassistant/ai-dropdown.css +0 -37
  621. package/theme/aiassistant/ai-form.css +0 -262
  622. package/theme/aiassistant/ai.css +0 -120
  623. package/theme/aiballoon/aiballoon.css +0 -58
  624. package/theme/aichat/aichat-controls/aichat-context-chip.css +0 -139
  625. package/theme/aichat/aichat-controls/aichat-context-controls-balloon-panels.css +0 -207
  626. package/theme/aichat/aichat-controls/aichat-context-controls.css +0 -45
  627. package/theme/aichat/aichat-controls/aichat-controls-button.css +0 -75
  628. package/theme/aichat/aichat-controls/aichat-controls-loader.css +0 -77
  629. package/theme/aichat/aichat-controls/model-unavailable-message.css +0 -39
  630. package/theme/aichat/aichat-controls/prompt-capabilities.css +0 -45
  631. package/theme/aichat/aichat-controls/prompt-input.css +0 -78
  632. package/theme/aichat/aichat-controls.css +0 -121
  633. package/theme/aichat/aichat.css +0 -55
  634. package/theme/aichat/aichatballoon.css +0 -122
  635. package/theme/aichat/aichatfeed.css +0 -430
  636. package/theme/aichat/aichathistory.css +0 -264
  637. package/theme/aichat/aiminitoolbar.css +0 -79
  638. package/theme/aichat/aisuggestioncontainer.css +0 -172
  639. package/theme/aichatshortcuts/aichatshortcuts.css +0 -84
  640. package/theme/aieditorintegration/aitogglebutton.css +0 -17
  641. package/theme/aiquickactions/aiquickactions.css +0 -177
  642. package/theme/aiquickactions/aiquickactionsballoon.css +0 -119
  643. package/theme/aireviewcore/aireviewcore-balloon-panel-suggestion.css +0 -47
  644. package/theme/aireviewcore/aireviewcore-check-list.css +0 -278
  645. package/theme/aireviewcore/aireviewcore-check-run-result.css +0 -103
  646. package/theme/aireviewcore/aireviewcore-check-run.css +0 -237
  647. package/theme/aireviewcore/aireviewcore-review-completed.css +0 -52
  648. package/theme/aireviewcore/aireviewcore.css +0 -134
  649. package/theme/aitabs/aitabsresizebutton.css +0 -14
  650. package/theme/aitabs/aitabsview.css +0 -69
  651. package/theme/aitabs/tabs/tabbuttonview.css +0 -76
  652. package/theme/aitabs/tabs/tabsview.css +0 -89
  653. package/theme/aitranslate/aitranslate.css +0 -116
  654. package/theme/common/aibutton.css +0 -157
  655. package/theme/common/aidisclaimer.css +0 -29
  656. package/theme/common/aiheader.css +0 -99
  657. package/theme/common/ainotification.css +0 -65
  658. package/theme/common/aiskeleton.css +0 -54
  659. package/theme/common/aispinner.css +0 -58
  660. package/theme/common/aisuggestioncontentpartstate.css +0 -33
  661. package/theme/common/aisuggestioncontentparttoolbar.css +0 -34
  662. package/theme/common/aisuggestionstreamablecontent.css +0 -62
  663. package/theme/common/aitrackchanges.css +0 -29
  664. /package/{src → dist}/aiactions/model/aiactionsreply.d.ts +0 -0
  665. /package/{src → dist}/aiassistant/legacyerrors.d.ts +0 -0
  666. /package/{src → dist}/aichat/ui/feed/aichatfeederroritemview.d.ts +0 -0
  667. /package/{src → dist}/aichat/utils/eventnames.d.ts +0 -0
  668. /package/{src → dist}/aicore/model/aicontext.d.ts +0 -0
  669. /package/{src → dist}/aicore/utils/documentposition.d.ts +0 -0
  670. /package/{src → dist}/aicore/utils/documentrange.d.ts +0 -0
  671. /package/{src → dist}/aicore/utils/eventnames.d.ts +0 -0
  672. /package/{src → dist}/aicore/utils/htmlparser.d.ts +0 -0
  673. /package/{src → dist}/aicore/utils/htmlstreamer.d.ts +0 -0
  674. /package/{src → dist}/aicore/utils/scrollmanager.d.ts +0 -0
  675. /package/{src → dist}/aiquickactions/ui/aiquickactionsfilteredlistview.d.ts +0 -0
  676. /package/{src → dist}/aireviewcore/model/aireviewcheck.d.ts +0 -0
  677. /package/{src → dist}/aireviewcore/model/aireviewsystemcheckrun.d.ts +0 -0
  678. /package/{src → dist}/aireviewcore/types.d.ts +0 -0
  679. /package/{src → dist}/aireviewmode/aireviewcheckdefinitions.d.ts +0 -0
  680. /package/{src → dist}/aireviewmode/aireviewmodeui.d.ts +0 -0
  681. /package/{src → dist}/aireviewmode/model/aireviewcheckcustom.d.ts +0 -0
  682. /package/{src → dist}/aireviewmode/model/aireviewcheckextra.d.ts +0 -0
  683. /package/{src → dist}/aireviewmode/model/aireviewcustomcheckrun.d.ts +0 -0
  684. /package/{src → dist}/aireviewmode/model/aireviewextracheckrun.d.ts +0 -0
  685. /package/{src → dist}/aireviewmode/model/aireviewmodechecklist.d.ts +0 -0
  686. /package/{src → dist}/aitranslate/aitranslateui.d.ts +0 -0
  687. /package/{src → dist}/aitranslate/model/aitranslatecheck.d.ts +0 -0
  688. /package/{src → dist}/aitranslate/model/aitranslatechecklist.d.ts +0 -0
  689. /package/{src → dist}/aitranslate/model/aitranslatecheckrun.d.ts +0 -0
  690. /package/{src → dist}/aitranslate/ui/aitranslatechecklistview.d.ts +0 -0
  691. /package/{src → dist}/augmentation.d.ts +0 -0
  692. /package/{src → dist}/errors.d.ts +0 -0
  693. /package/{src → dist}/errorsmap.d.ts +0 -0
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- const _0x3b143a=_0x33f2;(function(_0x57fffe,_0x2b257d){const _0x93adf=_0x33f2,_0x3a2292=_0x57fffe();while(!![]){try{const _0x1ecce2=parseInt(_0x93adf(0x1e9))/0x1+parseInt(_0x93adf(0x1d8))/0x2+parseInt(_0x93adf(0x1f8))/0x3+-parseInt(_0x93adf(0x1d1))/0x4+parseInt(_0x93adf(0x1fa))/0x5+-parseInt(_0x93adf(0x1e0))/0x6+-parseInt(_0x93adf(0x1c2))/0x7;if(_0x1ecce2===_0x2b257d)break;else _0x3a2292['push'](_0x3a2292['shift']());}catch(_0x3abb7d){_0x3a2292['push'](_0x3a2292['shift']());}}}(_0xb62d,0xdc8a0));import{BalloonPanelView as _0x58dd45,ButtonView as _0x57f5ae,clickOutsideHandler as _0x230f0b,FormHeaderView as _0xde744e}from'ckeditor5/src/ui.js';import{IconPreviousArrow as _0x473591}from'@ckeditor/ckeditor5-icons';import{getTranslation as _0x51e63b}from'../../../../aicore/utils/common-translations.js';function _0x33f2(_0x38e503,_0x3fd195){const _0xb62d7b=_0xb62d();return _0x33f2=function(_0x33f207,_0x45ab2d){_0x33f207=_0x33f207-0x1c2;let _0x4bb464=_0xb62d7b[_0x33f207];return _0x4bb464;},_0x33f2(_0x38e503,_0x3fd195);}import{AIChatContextResourcesView as _0x5f0131}from'./aichatcontextresourcesview.js';function _0xb62d(){const _0x4206d6=['destroy','content','isAnyResourceBalloonVisible','show','_locale','delete','_createBalloonResourcesView','_createSourceResourceBalloonPanel','set','3423620FoSmEN','showSourceResourcesBalloon','get','children','searchInputVisibleFrom','execute','updateResourceState','2293280HnncLY','resource','add','AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT','element','_createBalloonHeader','onBalloonClosed','isVisible','3464664PguPDV','change:isLoading','closeSourceResourceBalloon','once','_bodyCollection','_sourceResourceBalloons','setResources','ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_source','onLoadSourceResources','1281702ToIxHG','_config','extendTemplate','clear','_setupSingleResourceBalloonClickOutsideHandler','onBackToContext','onResourceSelected','hide','values','_addSourceResourceContent','_createBackButton','ck-button-icon\x20ck-button-back','pin','source','label','2520744VtvQNk','loadSourceResources','7801535sFxnDU','addResourceToContext','17445540VTXnaJ','populateSourceResourceBalloon','_getResourcesViewFromBalloon','getLimiterElement','ck-ai-chat-context-controls__source-balloon-panel','getTargetElement'];_0xb62d=function(){return _0x4206d6;};return _0xb62d();}const lc=_0x3b143a(0x1c6),Bc=_0x3b143a(0x1f4),_c=_0x3b143a(0x1e7);export class AIChatResourcesBalloonView{[_0x3b143a(0x1e5)]=new Map();[_0x3b143a(0x1e4)];[_0x3b143a(0x1cc)];[_0x3b143a(0x1ea)];constructor(_0x472244,_0xa8f008,_0x2e7573){const _0x5eb069=_0x3b143a;this[_0x5eb069(0x1cc)]=_0x472244,this[_0x5eb069(0x1e4)]=_0xa8f008,this[_0x5eb069(0x1ea)]=_0x2e7573;}[_0x3b143a(0x1d2)]({source:_0x36ed01,withBackButton:_0x4d471e}){const _0x5c291b=_0x3b143a;let _0x2aa29a=this[_0x5c291b(0x1e5)][_0x5c291b(0x1d3)](_0x36ed01['id']);_0x2aa29a||(_0x2aa29a=this[_0x5c291b(0x1cf)](),this[_0x5c291b(0x1e5)][_0x5c291b(0x1d0)](_0x36ed01['id'],_0x2aa29a),this[_0x5c291b(0x1ed)](_0x2aa29a)),this[_0x5c291b(0x1f2)]({'balloonPanel':_0x2aa29a,'source':_0x36ed01,'withBackButton':_0x4d471e}),_0x2aa29a[_0x5c291b(0x1cb)]();const _0x3ceb23=this[_0x5c291b(0x1ea)][_0x5c291b(0x1c7)]();_0x3ceb23&&_0x2aa29a[_0x5c291b(0x1f5)]({'target':_0x3ceb23,'limiter':this[_0x5c291b(0x1ea)][_0x5c291b(0x1c5)]()});}[_0x3b143a(0x1c3)](_0x4c113c,_0x521eb2,_0x3bcb0f){const _0x3db4ec=_0x3b143a,_0x203742=this[_0x3db4ec(0x1e5)][_0x3db4ec(0x1d3)](_0x4c113c);if(!_0x203742)return;const _0x1305a6=this[_0x3db4ec(0x1c4)](_0x203742);_0x1305a6&&(_0x1305a6[_0x3db4ec(0x1e6)](_0x521eb2,_0x3bcb0f),_0x1305a6[_0x3db4ec(0x1e3)](_0x3db4ec(0x1e1),()=>{const _0x29a6b1=_0x3db4ec;_0x203742[_0x29a6b1(0x1f5)]({'target':this[_0x29a6b1(0x1ea)][_0x29a6b1(0x1c7)](),'limiter':this[_0x29a6b1(0x1ea)][_0x29a6b1(0x1c5)]()});}));}[_0x3b143a(0x1e2)](_0x2f7bff){const _0x36ef4e=_0x3b143a,_0x1f0ff3=this[_0x36ef4e(0x1e5)][_0x36ef4e(0x1d3)](_0x2f7bff);_0x1f0ff3&&requestAnimationFrame(()=>{const _0x106ab7=_0x36ef4e;_0x1f0ff3[_0x106ab7(0x1f0)](),this[_0x106ab7(0x1e5)][_0x106ab7(0x1cd)](_0x2f7bff),this[_0x106ab7(0x1ea)][_0x106ab7(0x1de)]();});}[_0x3b143a(0x1ca)](){const _0xb27b20=_0x3b143a;for(const _0x2b250f of this[_0xb27b20(0x1e5)][_0xb27b20(0x1f1)]())if(_0x2b250f[_0xb27b20(0x1df)])return!0x0;return!0x1;}[_0x3b143a(0x1d7)](_0x3acc5c,_0x1549e0,_0x345294){const _0x3ed641=_0x3b143a,_0x4931ed=this[_0x3ed641(0x1e5)][_0x3ed641(0x1d3)](_0x3acc5c);if(!_0x4931ed||!_0x4931ed[_0x3ed641(0x1df)])return;const _0x5224e9=this[_0x3ed641(0x1ea)][_0x3ed641(0x1c7)]();if(!_0x5224e9)return;_0x4931ed[_0x3ed641(0x1f5)]({'target':_0x5224e9,'limiter':this[_0x3ed641(0x1ea)][_0x3ed641(0x1c5)]()});const _0x56e6d7=this[_0x3ed641(0x1c4)](_0x4931ed);_0x56e6d7&&_0x56e6d7[_0x3ed641(0x1d7)](_0x1549e0,_0x345294);}[_0x3b143a(0x1c8)](){const _0x439e56=_0x3b143a;for(const _0xf66be2 of this[_0x439e56(0x1e5)][_0x439e56(0x1f1)]())_0xf66be2[_0x439e56(0x1c8)]();this[_0x439e56(0x1e5)][_0x439e56(0x1ec)]();}[_0x3b143a(0x1cf)](){const _0xdbf0a6=_0x3b143a,_0x4fede1=new _0x58dd45(this[_0xdbf0a6(0x1cc)]);return _0x4fede1[_0xdbf0a6(0x1eb)]({'attributes':{'class':lc}}),this[_0xdbf0a6(0x1e4)][_0xdbf0a6(0x1da)](_0x4fede1),_0x4fede1;}[_0x3b143a(0x1f2)]({balloonPanel:_0x496344,source:_0x1ae16e,withBackButton:_0x3107e9}){const _0x5cc1bc=_0x3b143a;_0x496344[_0x5cc1bc(0x1c9)][_0x5cc1bc(0x1ec)]();const _0x3fffb6=this[_0x5cc1bc(0x1dd)]({'balloonPanel':_0x496344,'source':_0x1ae16e,'withBackButton':_0x3107e9});_0x496344[_0x5cc1bc(0x1c9)][_0x5cc1bc(0x1da)](_0x3fffb6);const _0x320b8c=this[_0x5cc1bc(0x1ce)](_0x1ae16e);_0x496344[_0x5cc1bc(0x1c9)][_0x5cc1bc(0x1da)](_0x320b8c);}[_0x3b143a(0x1dd)]({balloonPanel:_0xe767ff,source:_0x3c7d2c,withBackButton:_0xb8d88e}){const _0x3cc3dc=_0x3b143a,_0x37cb2a=new _0xde744e(this[_0x3cc3dc(0x1cc)],{'label':_0x3c7d2c[_0x3cc3dc(0x1f7)],'class':_c});return _0xb8d88e&&_0x37cb2a[_0x3cc3dc(0x1d4)][_0x3cc3dc(0x1da)](this[_0x3cc3dc(0x1f3)](_0xe767ff),0x0),_0x37cb2a;}[_0x3b143a(0x1f3)](_0x46b689){const _0x2c6da4=_0x3b143a,_0x21a014=new _0x57f5ae(this[_0x2c6da4(0x1cc)]);return _0x21a014[_0x2c6da4(0x1d0)]({'icon':_0x473591,'tooltip':_0x51e63b(this[_0x2c6da4(0x1cc)],_0x2c6da4(0x1db)),'tooltipPosition':'n','class':Bc}),_0x21a014['on'](_0x2c6da4(0x1d6),()=>{const _0x13086d=_0x2c6da4;_0x46b689[_0x13086d(0x1f0)](),this[_0x13086d(0x1ea)][_0x13086d(0x1ee)]();}),_0x21a014;}[_0x3b143a(0x1ce)](_0x534986){const _0x3d3ff6=_0x3b143a,_0x12c530=new _0x5f0131(this[_0x3d3ff6(0x1cc)],{'source':_0x534986,'searchInputVisibleFrom':this[_0x3d3ff6(0x1ea)][_0x3d3ff6(0x1d5)]});return _0x12c530['on'](_0x3d3ff6(0x1f9),(_0x527924,_0x4ddd95)=>{const _0x5e310d=_0x3d3ff6;this[_0x5e310d(0x1ea)][_0x5e310d(0x1e8)](_0x4ddd95);}),_0x12c530['on'](_0x3d3ff6(0x1fb),(_0x108ce2,_0x562b4b)=>{const _0x142405=_0x3d3ff6;this[_0x142405(0x1ea)][_0x142405(0x1ef)](_0x562b4b[_0x142405(0x1f6)],_0x562b4b[_0x142405(0x1d9)]),this[_0x142405(0x1e2)](_0x534986['id']);}),_0x12c530;}[_0x3b143a(0x1c4)](_0x4ce446){const _0x43424a=_0x3b143a,_0x22456a=_0x4ce446[_0x43424a(0x1c9)][_0x43424a(0x1d3)](0x1);return _0x22456a instanceof _0x5f0131?_0x22456a:null;}[_0x3b143a(0x1ed)](_0x537128){const _0x52ee42=_0x3b143a;_0x230f0b({'emitter':_0x537128,'contextElements':[_0x537128[_0x52ee42(0x1dc)]],'callback':()=>{const _0x1a3057=_0x52ee42;_0x537128[_0x1a3057(0x1f0)](),this[_0x1a3057(0x1ea)][_0x1a3057(0x1de)]();},'activator':()=>_0x537128[_0x52ee42(0x1df)]});}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- import{ButtonView as _0x357c44,IconView as _0x4baa8c,LabeledFieldView as _0x11cc4e,createLabeledInputText as _0x2a690e}from'ckeditor5/src/ui.js';import{IconLoupe as _0x3aed84,IconCancel as _0x213d42}from'ckeditor5/src/icons.js';import{getTranslation as _0x44fd55}from'../../../../aicore/utils/common-translations.js';export class AIChatContextResourcesSearchInputView extends _0x11cc4e{['iconView'];['resetButtonView'];['_viewConfig'];constructor(_0x1838ed){const t=_0x1838ed['t'],_0xf48095={'showResetButton':!0x0,'showIcon':!0x0,'creator':_0x2a690e,'label':_0x44fd55(_0x1838ed,'AI_CHAT_SEARCH_RESOURCES')};super(_0x1838ed,_0xf48095['creator']),this['label']=_0xf48095['label'],this['_viewConfig']=_0xf48095,this['_viewConfig']['showIcon']&&this['_setupSearchIcon'](),this['_viewConfig']['showResetButton']&&this['_setupResetButton'](_0x1838ed,t),this['_setupEventListeners']();}['reset'](){this['fieldView']['reset'](),this['_viewConfig']['showResetButton']&&this['resetButtonView']&&(this['resetButtonView']['isVisible']=!0x1),this['search']('');}['search'](_0x54471c){this['fire']('search',_0x54471c);}['getQuery'](){return this['fieldView']['element']?.['value']||'';}['_setupSearchIcon'](){this['iconView']=new _0x4baa8c(),this['iconView']['content']=_0x3aed84,this['fieldWrapperChildren']['add'](this['iconView'],0x0),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-icon'}});}['_setupResetButton'](_0x231753,t){this['resetButtonView']=new _0x357c44(_0x231753),this['resetButtonView']['set']({'label':t('Clear'),'icon':_0x213d42,'class':'ck-search__reset','isVisible':!0x1,'tooltip':!0x0}),this['resetButtonView']['on']('execute',()=>{this['reset'](),this['focus'](),this['fire']('reset');}),this['resetButtonView']['bind']('isVisible')['to'](this['fieldView'],'isEmpty',_0x1a3061=>!_0x1a3061),this['fieldWrapperChildren']['add'](this['resetButtonView']),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-reset'}});}['_setupEventListeners'](){this['listenTo'](this['fieldView'],'input',()=>{this['search'](this['fieldView']['element']['value']);}),this['bind']('isEnabled')['to'](this);}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- const _0x457a87=_0x3999;function _0x3999(_0x2449f9,_0x47f660){const _0x400315=_0x4003();return _0x3999=function(_0x399986,_0x4e7319){_0x399986=_0x399986-0xf5;let _0x24c56d=_0x400315[_0x399986];return _0x24c56d;},_0x3999(_0x2449f9,_0x47f660);}function _0x4003(){const _0xbed2fc=['327490mmLNbC','1235526fEFFsv','ck-ai-chat-context-chips-wrapper','_contextChips','3GEHQhC','_bodyCollection','ck-ai-chat-controls-button','ck-ai-chat-controls_context_show-more-button','63862IRbLyU','3159TbxEdJ','setContainerElement','24gJTUYW','locale','div','7VBrtWk','render','508WFQBYP','ck-ai-chat-context-controls__show-more-balloon-panel','27imLiTd','_overflowManager','970750ISSIzD','771683npQnUM','ck-ai-chat-context-chips-wrapper-balloon','ck-reset_all','_createContextChips','destroy','createCollection','setTemplate','add','element','querySelector','reorganizeChips','ck-ai-chat__feed__context-chips','2210200hgUwGL'];_0x4003=function(){return _0xbed2fc;};return _0x4003();}(function(_0x864477,_0x32756c){const _0x2949b9=_0x3999,_0x4204db=_0x864477();while(!![]){try{const _0x1058fc=parseInt(_0x2949b9(0x101))/0x1*(-parseInt(_0x2949b9(0x105))/0x2)+parseInt(_0x2949b9(0x106))/0x3*(parseInt(_0x2949b9(0x10d))/0x4)+parseInt(_0x2949b9(0x111))/0x5+-parseInt(_0x2949b9(0xfe))/0x6*(-parseInt(_0x2949b9(0x10b))/0x7)+-parseInt(_0x2949b9(0xfc))/0x8+parseInt(_0x2949b9(0x10f))/0x9*(-parseInt(_0x2949b9(0xfd))/0xa)+-parseInt(_0x2949b9(0x112))/0xb*(-parseInt(_0x2949b9(0x108))/0xc);if(_0x1058fc===_0x32756c)break;else _0x4204db['push'](_0x4204db['shift']());}catch(_0xe85033){_0x4204db['push'](_0x4204db['shift']());}}}(_0x4003,0x31c11));import{View as _0x44cd46}from'ckeditor5/src/ui.js';import{AIChatContextItemButtonView as _0x2dd041}from'../controls/aichatcontextitembuttonview.js';import{AIChatChipsOverflowManager as _0x4271b4}from'../controls/aichatchipsoverflowmanager.js';const Co=_0x457a87(0xfb),bo=_0x457a87(0xff),go=_0x457a87(0x113),jo=_0x457a87(0x103),Bo=_0x457a87(0x104),Mo=_0x457a87(0x10e);export class AIChatFeedContextChipsView extends _0x44cd46{[_0x457a87(0x100)]=this[_0x457a87(0xf5)]();[_0x457a87(0x110)];[_0x457a87(0x102)];constructor(_0x459e36,_0x267540,_0x1a61b8){const _0x4beb2a=_0x457a87;super(_0x459e36),this[_0x4beb2a(0x102)]=_0x1a61b8,this[_0x4beb2a(0x115)](_0x267540);const _0x455992={'cssClasses':{'showMoreButton':Bo,'showMoreBalloon':Mo,'overflowContainer':go,'controlsButton':jo}};this[_0x4beb2a(0x110)]=new _0x4271b4(_0x459e36,this[_0x4beb2a(0x100)],_0x455992,this[_0x4beb2a(0x102)],this),this[_0x4beb2a(0xf6)]({'tag':_0x4beb2a(0x10a),'attributes':{'class':[Co,'ck',_0x4beb2a(0x114)]},'children':[{'tag':_0x4beb2a(0x10a),'attributes':{'class':bo},'children':this[_0x4beb2a(0x100)]}]});}[_0x457a87(0x10c)](){const _0x13fef7=_0x457a87;super[_0x13fef7(0x10c)]();const _0x46a2a2=this[_0x13fef7(0xf8)][_0x13fef7(0xf9)]('.'+bo);_0x46a2a2&&(this[_0x13fef7(0x110)][_0x13fef7(0x107)](_0x46a2a2),this[_0x13fef7(0x110)][_0x13fef7(0xfa)]());}[_0x457a87(0x116)](){const _0xd0b4fb=_0x457a87;super[_0xd0b4fb(0x116)](),this[_0xd0b4fb(0x110)][_0xd0b4fb(0x116)]();}[_0x457a87(0x115)](_0x2051a5){const _0x579143=_0x457a87;for(const _0x59467e of _0x2051a5){const _0x3c53cd=new _0x2dd041(this[_0x579143(0x109)],_0x59467e,!0x0,!0x1);this[_0x579143(0x100)][_0x579143(0xf7)](_0x3c53cd);}}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- function _0x320a(){var _0x16b306=['878252XWVuNc','appendChild','1HJsteM','options','render','string','5200038DqEBga','7528815iLxsAN','2045786NWfnPm','element','5095795GbwHQe','15XypgsU','extendTemplate','content','4175720fsVFLB','ck-ai-chat__feed__custom-element','3373506uZOodw','innerHTML'];_0x320a=function(){return _0x16b306;};return _0x320a();}var _0xbd5c5c=_0x32eb;(function(_0x3e0ace,_0x3890c7){var _0x424424=_0x32eb,_0x1023fe=_0x3e0ace();while(!![]){try{var _0x4d4564=parseInt(_0x424424(0x1cc))/0x1*(-parseInt(_0x424424(0x1c0))/0x2)+parseInt(_0x424424(0x1c3))/0x3*(parseInt(_0x424424(0x1ca))/0x4)+parseInt(_0x424424(0x1c2))/0x5+-parseInt(_0x424424(0x1c8))/0x6+-parseInt(_0x424424(0x1d1))/0x7+parseInt(_0x424424(0x1c6))/0x8+parseInt(_0x424424(0x1d0))/0x9;if(_0x4d4564===_0x3890c7)break;else _0x1023fe['push'](_0x1023fe['shift']());}catch(_0x17f4af){_0x1023fe['push'](_0x1023fe['shift']());}}}(_0x320a,0x87c00));function _0x32eb(_0x12cb96,_0x126f1e){var _0x320a81=_0x320a();return _0x32eb=function(_0x32ebe9,_0x46c3ed){_0x32ebe9=_0x32ebe9-0x1c0;var _0x3a5ba0=_0x320a81[_0x32ebe9];return _0x3a5ba0;},_0x32eb(_0x12cb96,_0x126f1e);}import{AIChatFeedItemView as _0x27c657}from'./aichatfeeditemview.js';export class AIChatFeedCustomElementView extends _0x27c657{constructor(_0x1a1f29){var _0x121543=_0x32eb;super(_0x1a1f29),this[_0x121543(0x1c4)]({'attributes':{'class':[_0x121543(0x1c7)]}});}async[_0xbd5c5c(0x1ce)](){var _0x235321=_0xbd5c5c;super[_0x235321(0x1ce)](),_0x235321(0x1cf)==typeof this[_0x235321(0x1cd)][_0x235321(0x1c5)]?this[_0x235321(0x1c1)][_0x235321(0x1c9)]=this[_0x235321(0x1cd)][_0x235321(0x1c5)]:this[_0x235321(0x1c1)][_0x235321(0x1cb)](this[_0x235321(0x1cd)][_0x235321(0x1c5)]);}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- function _0x57f6(_0x1e09fd,_0x3eb640){var _0x22ef83=_0x22ef();return _0x57f6=function(_0x57f6a0,_0x439af3){_0x57f6a0=_0x57f6a0-0x88;var _0x4887e9=_0x22ef83[_0x57f6a0];return _0x4887e9;},_0x57f6(_0x1e09fd,_0x3eb640);}var _0x595e95=_0x57f6;function _0x22ef(){var _0x1a7f53=['render','warning','ck-ai-notification','level','element','911120VNFBLh','setContent','9298epNMGw','18aQcsxB','9676557GSurbH','4581996htJXWE','markAsDone','40ZWvnVd','initialContent','53410tqMDid','extendTemplate','ck-ai-notification_warning','options','innerHTML','128364xNhSvr','1009799WcbNUe','ck-ai-notification_error'];_0x22ef=function(){return _0x1a7f53;};return _0x22ef();}(function(_0x16b825,_0x140b79){var _0xb7b6cf=_0x57f6,_0x5723c3=_0x16b825();while(!![]){try{var _0x5ea871=parseInt(_0xb7b6cf(0x98))/0x1+-parseInt(_0xb7b6cf(0x89))/0x2+-parseInt(_0xb7b6cf(0x99))/0x3*(-parseInt(_0xb7b6cf(0x8e))/0x4)+-parseInt(_0xb7b6cf(0x96))/0x5+parseInt(_0xb7b6cf(0x9b))/0x6+-parseInt(_0xb7b6cf(0x8f))/0x7*(-parseInt(_0xb7b6cf(0x9d))/0x8)+-parseInt(_0xb7b6cf(0x9a))/0x9;if(_0x5ea871===_0x140b79)break;else _0x5723c3['push'](_0x5723c3['shift']());}catch(_0x468d13){_0x5723c3['push'](_0x5723c3['shift']());}}}(_0x22ef,0x62505));import{AIChatFeedItemView as _0x384125}from'./aichatfeeditemview.js';export class AIChatFeedErrorItemView extends _0x384125{constructor(_0x308ed1){var _0x164f63=_0x57f6;super(_0x308ed1),this[_0x164f63(0x8a)]({'attributes':{'class':[_0x164f63(0x93),_0x164f63(0x92)===_0x308ed1[_0x164f63(0x94)]?_0x164f63(0x8b):_0x164f63(0x90)]}});}[_0x595e95(0x91)](){var _0x20ed2a=_0x595e95;super[_0x20ed2a(0x91)](),this[_0x20ed2a(0x97)](this[_0x20ed2a(0x8c)][_0x20ed2a(0x88)]),this[_0x20ed2a(0x9c)]();}[_0x595e95(0x97)](_0x239e20){var _0x1bdf92=_0x595e95;this[_0x1bdf92(0x95)][_0x1bdf92(0x8d)]=_0x239e20;}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- const _0x1a5789=_0x2ca2;function _0x2ca2(_0x57df94,_0x363a7b){const _0x14e63f=_0x14e6();return _0x2ca2=function(_0x2ca2a6,_0x13038c){_0x2ca2a6=_0x2ca2a6-0x1c2;let _0x245d27=_0x14e63f[_0x2ca2a6];return _0x245d27;},_0x2ca2(_0x57df94,_0x363a7b);}(function(_0x137f99,_0x5f180d){const _0x4dd1f1=_0x2ca2,_0x3b379c=_0x137f99();while(!![]){try{const _0x5c92e6=parseInt(_0x4dd1f1(0x1d0))/0x1*(-parseInt(_0x4dd1f1(0x1c2))/0x2)+parseInt(_0x4dd1f1(0x1d8))/0x3*(parseInt(_0x4dd1f1(0x1d7))/0x4)+parseInt(_0x4dd1f1(0x1c8))/0x5*(-parseInt(_0x4dd1f1(0x1c3))/0x6)+parseInt(_0x4dd1f1(0x1c9))/0x7*(parseInt(_0x4dd1f1(0x1d4))/0x8)+-parseInt(_0x4dd1f1(0x1d5))/0x9+-parseInt(_0x4dd1f1(0x1cd))/0xa+-parseInt(_0x4dd1f1(0x1cb))/0xb*(-parseInt(_0x4dd1f1(0x1d9))/0xc);if(_0x5c92e6===_0x5f180d)break;else _0x3b379c['push'](_0x3b379c['shift']());}catch(_0x5d6cf7){_0x3b379c['push'](_0x3b379c['shift']());}}}(_0x14e6,0xbe0b9));import{IconBulb as _0x508495,IconWeb as _0x30e4ec}from'@ckeditor/ckeditor5-icons';import{IconView as _0x18f74f,View as _0x4e9144}from'ckeditor5/src/ui.js';import{AIChatFeedItemView as _0x505470}from'./aichatfeeditemview.js';import{getTranslation as _0x2dcaca}from'../../../aicore/utils/common-translations.js';export class AIChatFeedInteractionHeaderView extends _0x505470{[_0x1a5789(0x1d1)];constructor(_0x5be7bf,_0x1330ad){const _0x25ee57=_0x1a5789;super(_0x1330ad);const {isWebSearchEnabled:_0x406e37,isReasoningEnabled:_0x54c970}=_0x1330ad[_0x25ee57(0x1d1)],_0x2518af=[];let _0x1aa618='';_0x406e37&&_0x54c970?(_0x1aa618=_0x2dcaca(_0x5be7bf,_0x25ee57(0x1dd)),_0x2518af[_0x25ee57(0x1ce)](ca(_0x30e4ec)),_0x2518af[_0x25ee57(0x1ce)](ca(_0x508495))):_0x406e37?(_0x1aa618=_0x2dcaca(_0x5be7bf,_0x25ee57(0x1d3)),_0x2518af[_0x25ee57(0x1ce)](ca(_0x30e4ec))):_0x54c970&&(_0x1aa618=_0x2dcaca(_0x5be7bf,_0x25ee57(0x1d6)),_0x2518af[_0x25ee57(0x1ce)](ca(_0x508495))),this[_0x25ee57(0x1cf)]({'attributes':{'class':[_0x25ee57(0x1c6),_0x1aa618?'':_0x25ee57(0x1cc)]}});const _0x1367a2=new _0x4e9144();_0x1367a2[_0x25ee57(0x1c4)]({'tag':_0x25ee57(0x1c5),'attributes':{'class':['ck',_0x25ee57(0x1c7)]},'children':[..._0x2518af,{'tag':_0x25ee57(0x1d2),'attributes':{'class':[_0x25ee57(0x1ca)]},'children':[_0x1aa618]}]}),this[_0x25ee57(0x1da)][_0x25ee57(0x1dc)](_0x1367a2),this[_0x25ee57(0x1d1)]=_0x1330ad[_0x25ee57(0x1d1)];}}function ca(_0x3facf7){const _0x1b4cf9=_0x1a5789,_0x364135=new _0x18f74f();return _0x364135[_0x1b4cf9(0x1db)]=_0x3facf7,_0x364135;}function _0x14e6(){const _0x581449=['80wRETeL','1197144UEFKBP','AI_CHAT_FEED_REPLY_ITEM_USED_REASONING','176WKoiYy','41316xRbfmS','24RfIgWI','children','content','add','AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING','4xIlRCn','4044ZGmzqC','setTemplate','div','ck-ai-chat__feed__interaction-header','ck-ai-chat__feed__interaction-header__capabilities','6905qEtjCV','776909FhRaRx','ck-ai-chat__feed__interaction-header__capabilities__text','12745403ilFdWm','ck-hidden','12804410agtFsV','push','extendTemplate','455254nMNIfm','capabilities','span','AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH'];_0x14e6=function(){return _0x581449;};return _0x14e6();}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- const _0x51167a=_0xe194;function _0x122f(){const _0x3b871e=['animation:\x20ck-html-streamer-fade-in\x20.5s','6767999IDSRCM','8978IncHey','removeAttribute','ck-ai-chat__feed__text-item','4951355wtYbfp','ck-ai-chat__feed__item','querySelectorAll','data-id','10gWtKjo','[data-id]','children','isVisible','createCollection','ck-ai-chat__feed__item_done','1257636XCOpul','isDone','7849088jyemQK','9wZftAg','streamIntoElement','2173428ZqipYX','element','markAsDone','stream','ck-hidden','177EUMgYk','div','bindTemplate','set','htmlStreamer','content','cleanUpAnimations','forEach','options','setTemplate','38789531Vyqngg','6pyyEzp'];_0x122f=function(){return _0x3b871e;};return _0x122f();}(function(_0x4364c3,_0x37f259){const _0x14e273=_0xe194,_0x1d2324=_0x4364c3();while(!![]){try{const _0x68d159=-parseInt(_0x14e273(0x208))/0x1*(parseInt(_0x14e273(0x1f1))/0x2)+parseInt(_0x14e273(0x201))/0x3*(parseInt(_0x14e273(0x1fe))/0x4)+parseInt(_0x14e273(0x1f4))/0x5*(-parseInt(_0x14e273(0x1ee))/0x6)+-parseInt(_0x14e273(0x1f0))/0x7+-parseInt(_0x14e273(0x200))/0x8+-parseInt(_0x14e273(0x203))/0x9*(parseInt(_0x14e273(0x1f8))/0xa)+parseInt(_0x14e273(0x1ed))/0xb;if(_0x68d159===_0x37f259)break;else _0x1d2324['push'](_0x1d2324['shift']());}catch(_0x53bf18){_0x1d2324['push'](_0x1d2324['shift']());}}}(_0x122f,0x78e87));import{View as _0x180c6c}from'ckeditor5/src/ui.js';import{HTMLStreamer as _0x7bfa9f}from'../../../aicore/utils/htmlstreamer.js';function _0xe194(_0x5c8535,_0x578fdd){const _0x122f42=_0x122f();return _0xe194=function(_0xe1947d,_0x4d0742){_0xe1947d=_0xe1947d-0x1ed;let _0x1f630d=_0x122f42[_0xe1947d];return _0x1f630d;},_0xe194(_0x5c8535,_0x578fdd);}export class AIChatFeedItemView extends _0x180c6c{[_0x51167a(0x210)];[_0x51167a(0x20d)]='';[_0x51167a(0x20c)];[_0x51167a(0x1fa)];constructor(_0x3a7187){const _0x1cc033=_0x51167a;super();const _0x48209c=this[_0x1cc033(0x20a)];this[_0x1cc033(0x20b)](_0x1cc033(0x1ff),!0x1),this[_0x1cc033(0x20b)](_0x1cc033(0x1fb),!0x0),this[_0x1cc033(0x20c)]=new _0x7bfa9f({'textNodeStyle':_0x1cc033(0x1ef),'delay':0x14}),this[_0x1cc033(0x210)]=_0x3a7187,this[_0x1cc033(0x1fa)]=this[_0x1cc033(0x1fc)](),this[_0x1cc033(0x211)]({'tag':_0x1cc033(0x209),'attributes':{'class':['ck',_0x1cc033(0x1f5),_0x48209c['if'](_0x1cc033(0x1ff),_0x1cc033(0x1fd)),_0x48209c['if'](_0x1cc033(0x1fb),_0x1cc033(0x207),_0x16beea=>!_0x16beea),_0x1cc033(0x1f3)],'data-cke-ai-id':this[_0x1cc033(0x210)]['id']},'children':this[_0x1cc033(0x1fa)]});}[_0x51167a(0x205)](){const _0x34ce34=_0x51167a;this[_0x34ce34(0x20c)][_0x34ce34(0x20e)]({'targetElement':this[_0x34ce34(0x204)]}),this[_0x34ce34(0x204)][_0x34ce34(0x1f6)](_0x34ce34(0x1f9))[_0x34ce34(0x20f)](_0xca2b20=>{const _0x1a6b0d=_0x34ce34;_0xca2b20[_0x1a6b0d(0x1f2)](_0x1a6b0d(0x1f7));}),this[_0x34ce34(0x1ff)]=!0x0;}async[_0x51167a(0x202)](_0x5b5469,_0x4d685f,_0x14829f){const _0x4ea5db=_0x51167a;await this[_0x4ea5db(0x20c)][_0x4ea5db(0x206)]({'document':_0x5b5469,'targetElement':_0x4d685f,'abortSignal':_0x14829f});}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- const _0x5edecc=_0x2dc1;function _0x2dc1(_0x434377,_0x2177ad){const _0x136bef=_0x136b();return _0x2dc1=function(_0x2dc187,_0x11131a){_0x2dc187=_0x2dc187-0x8d;let _0x446fce=_0x136bef[_0x2dc187];return _0x446fce;},_0x2dc1(_0x434377,_0x2177ad);}function _0x136b(){const _0x38f2f1=['streamIntoElement','innerHTML','locale','ck-ai-chat__feed__ai-reply-container','9381HDwqew','map','35PyqkRz','916xciKpH','228530JuTNqN','div','ck-reset_all-excluded','children','ck-ai-chat__feed__ai-reply','static','20234QKXcIz','510916nKlRlM','1847790yDMASG','render','747XPBDkP','extendTemplate','initialContent','markAsDone','4753024PNNrTI','options','updateContent','304230YyJHGA','_bodyCollection','balloonPanelView','updateSources','streaming','addMany','element','replyContainer','add','isVisible','setTemplate'];_0x136b=function(){return _0x38f2f1;};return _0x136b();}(function(_0x4888ea,_0x5ad5a9){const _0x19b41=_0x2dc1,_0x172836=_0x4888ea();while(!![]){try{const _0x1a376c=-parseInt(_0x19b41(0xa6))/0x1+-parseInt(_0x19b41(0xa8))/0x2+-parseInt(_0x19b41(0x9c))/0x3*(parseInt(_0x19b41(0x9f))/0x4)+parseInt(_0x19b41(0x9e))/0x5*(-parseInt(_0x19b41(0x8d))/0x6)+parseInt(_0x19b41(0xa7))/0x7+parseInt(_0x19b41(0xae))/0x8+parseInt(_0x19b41(0xaa))/0x9*(parseInt(_0x19b41(0xa0))/0xa);if(_0x1a376c===_0x5ad5a9)break;else _0x172836['push'](_0x172836['shift']());}catch(_0x4569ae){_0x172836['push'](_0x172836['shift']());}}}(_0x136b,0x85fa0));import{AIChatFeedItemView as _0x1679bc}from'./aichatfeeditemview.js';import{parse as _0x1d3928,render as _0x427b89}from'../../../aicore/utils/htmlparser.js';import{View as _0x198c09}from'ckeditor5/src/ui.js';import{AIWebSourcesView as _0x4c1dab,AIWebSourceView as _0x142219}from'../../../aicore/ui/suggestioncontainer/aiwebsourcesview.js';export class AIChatFeedReplyItemView extends _0x1679bc{[_0x5edecc(0x94)];[_0x5edecc(0x8e)];constructor(_0x5047db,_0x110b66,_0xe60f22){const _0x447eab=_0x5edecc;super(_0x110b66),this[_0x447eab(0x8e)]=_0xe60f22,this[_0x447eab(0x9a)]=_0x5047db,this[_0x447eab(0xab)]({'attributes':{'class':[_0x447eab(0xa4)]}}),this[_0x447eab(0x94)]=new _0x198c09(),this[_0x447eab(0x94)][_0x447eab(0x97)]({'tag':_0x447eab(0xa1),'attributes':{'class':['ck',_0x447eab(0xa2),_0x447eab(0x9b)]}}),this[_0x447eab(0xa3)][_0x447eab(0x95)](this[_0x447eab(0x94)]);}async[_0x5edecc(0xa9)](){const _0x3a0c1b=_0x5edecc;super[_0x3a0c1b(0xa9)](),this[_0x3a0c1b(0xaf)][_0x3a0c1b(0xac)]&&(await this[_0x3a0c1b(0xb0)]({'parsedContent':_0x1d3928(this[_0x3a0c1b(0xaf)][_0x3a0c1b(0xac)]),'renderingStrategy':_0x3a0c1b(0xa5)}),this[_0x3a0c1b(0xad)]());}async[_0x5edecc(0xb0)]({parsedContent:_0x3a7001,renderingStrategy:_0x244d33,abortSignal:_0x2acc90}){const _0x4726a6=_0x5edecc;_0x4726a6(0x91)===_0x244d33?await this[_0x4726a6(0x98)](_0x3a7001,this[_0x4726a6(0x94)][_0x4726a6(0x93)],_0x2acc90):this[_0x4726a6(0x94)][_0x4726a6(0x93)][_0x4726a6(0x99)]=_0x427b89(_0x3a7001);}[_0x5edecc(0x90)](_0xe38549){const _0x2f4b2e=_0x5edecc,_0x58f988=new _0x4c1dab(this[_0x2f4b2e(0x9a)],this[_0x2f4b2e(0x8e)]);_0x58f988[_0x2f4b2e(0xa3)][_0x2f4b2e(0x92)](_0xe38549[_0x2f4b2e(0x9d)](_0x5d6b68=>new _0x142219(this[_0x2f4b2e(0x9a)],_0x5d6b68,_0x58f988[_0x2f4b2e(0x8f)]))),_0x58f988[_0x2f4b2e(0x96)]=!0x0,this[_0x2f4b2e(0xa3)][_0x2f4b2e(0x95)](_0x58f988);}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- const _0x290f11=_0x1b6f;(function(_0x3fbbed,_0x582b80){const _0x4474ee=_0x1b6f,_0x234bd0=_0x3fbbed();while(!![]){try{const _0x4b3c2e=parseInt(_0x4474ee(0x17f))/0x1+-parseInt(_0x4474ee(0x18d))/0x2+parseInt(_0x4474ee(0x18f))/0x3*(-parseInt(_0x4474ee(0x17d))/0x4)+-parseInt(_0x4474ee(0x18a))/0x5*(-parseInt(_0x4474ee(0x18e))/0x6)+parseInt(_0x4474ee(0x165))/0x7*(-parseInt(_0x4474ee(0x172))/0x8)+parseInt(_0x4474ee(0x16b))/0x9*(-parseInt(_0x4474ee(0x187))/0xa)+parseInt(_0x4474ee(0x193))/0xb*(parseInt(_0x4474ee(0x166))/0xc);if(_0x4b3c2e===_0x582b80)break;else _0x234bd0['push'](_0x234bd0['shift']());}catch(_0x27d6f6){_0x234bd0['push'](_0x234bd0['shift']());}}}(_0x29f3,0x5b0de));function _0x1b6f(_0x1dd484,_0x3f02af){const _0x29f3a5=_0x29f3();return _0x1b6f=function(_0x1b6f1,_0x56f95a){_0x1b6f1=_0x1b6f1-0x164;let _0x1b52c5=_0x29f3a5[_0x1b6f1];return _0x1b52c5;},_0x1b6f(_0x1dd484,_0x3f02af);}import{ButtonView as _0x1f0194,View as _0xa64a6b}from'ckeditor5/src/ui.js';function _0x29f3(){const _0xd5442c=['986644fGfRDe','48QcCMNo','93WgiuKR','AI_CHAT_SUGGESTION_ACTION_APPLY','_switchButtonLabelsPlurality','applySuggestion','407YPGuak','isVisible','execute','7wmmrju','223452lpccco','AI_CHAT_SUGGESTION_ACTION_APPLY_ALL','ck-ai-chat__feed__ai-suggestion__actions','_insertSuggestionsButton','AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE','32328WaZGEI','label','add','fire','AI_CHAT_SUGGESTION_ACTION_SUGGEST','ck-ai-button-primary','_applyChangesButton','555312ABzVRl','children','updateVisibility','setTemplate','isTrackChangesOn','ck-hidden','insertSuggestion','AI_SUGGESTION_DISABLED_FEED_MESSAGE','locale','isEnabled','bindTemplate','804LYhyWk','div','285804aMnOWN','AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL','change:isTrackChangesOn','set','forEach','button','includes','ck-ai-button-secondary','740wdSqAF','ck-ai-chat__feed__suggestion__actions__info','addMany','145595UHiFPr','bind','createCollection'];_0x29f3=function(){return _0xd5442c;};return _0x29f3();}import{getTranslation as _0x243625}from'../../../aicore/utils/common-translations.js';import{IconInfo as _0x3b17c8}from'ckeditor5/src/icons.js';export const AI_REPLY_ACTIONS=[_0x290f11(0x192),_0x290f11(0x178)];export class AIChatFeedSuggestionItemActionsView extends _0xa64a6b{[_0x290f11(0x171)];[_0x290f11(0x169)];[_0x290f11(0x173)];constructor(_0x5b98c,_0x1f4f5c=[...AI_REPLY_ACTIONS],_0x40ca7e){const _0xc77470=_0x290f11;super(_0x5b98c);const _0x4eebd5=this[_0xc77470(0x17c)],_0x26ba48=Boolean(_0x40ca7e);if(this[_0xc77470(0x182)](_0xc77470(0x17b),!_0x26ba48),this[_0xc77470(0x182)](_0xc77470(0x194),!0x1),this[_0xc77470(0x182)](_0xc77470(0x176),!0x1),this[_0xc77470(0x173)]=this[_0xc77470(0x18c)](),_0x26ba48){const _0x3c1d04=new _0x1f0194(_0x5b98c);_0x3c1d04[_0xc77470(0x182)]({'label':_0x243625(_0x5b98c,_0xc77470(0x16a)),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x3b17c8});const _0x4c38b5=new _0xa64a6b(_0x5b98c);_0x4c38b5[_0xc77470(0x175)]({'tag':_0xc77470(0x17e),'attributes':{'class':_0xc77470(0x188)},'children':[{'tag':'p','children':[_0x243625(_0x5b98c,_0xc77470(0x179)),_0x3c1d04]}]}),this[_0xc77470(0x173)][_0xc77470(0x16d)](_0x4c38b5);}else this[_0xc77470(0x171)]=new _0x1f0194(_0x5b98c),this[_0xc77470(0x171)][_0xc77470(0x182)]({'label':_0x243625(_0x5b98c,_0xc77470(0x167)),'withText':!0x0,'type':_0xc77470(0x184),'isVisible':_0x1f4f5c[_0xc77470(0x185)](_0xc77470(0x192)),'class':_0xc77470(0x170)}),this[_0xc77470(0x169)]=new _0x1f0194(_0x5b98c),this[_0xc77470(0x169)][_0xc77470(0x182)]({'label':_0x243625(_0x5b98c,_0xc77470(0x180)),'withText':!0x0,'type':_0xc77470(0x184),'isVisible':_0x1f4f5c[_0xc77470(0x185)](_0xc77470(0x178)),'class':_0xc77470(0x186)}),this[_0xc77470(0x169)]['on'](_0xc77470(0x164),()=>{const _0x4d708b=_0xc77470;this[_0x4d708b(0x16e)](_0x4d708b(0x178));}),this[_0xc77470(0x171)]['on'](_0xc77470(0x164),()=>{const _0x4b342=_0xc77470;this[_0x4b342(0x16e)](_0x4b342(0x192));}),[this[_0xc77470(0x171)],this[_0xc77470(0x169)]][_0xc77470(0x183)](_0x3c2999=>{const _0x55f1e0=_0xc77470;_0x3c2999[_0x55f1e0(0x18b)](_0x55f1e0(0x17b))['to'](this);}),this[_0xc77470(0x173)][_0xc77470(0x189)]([this[_0xc77470(0x171)],this[_0xc77470(0x169)]]);this[_0xc77470(0x175)]({'tag':_0xc77470(0x17e),'attributes':{'class':['ck',_0xc77470(0x168),_0x4eebd5['if'](_0xc77470(0x194),_0xc77470(0x177),_0x32e100=>!_0x32e100)]},'children':this[_0xc77470(0x173)]}),this['on'](_0xc77470(0x181),()=>{const _0x3e74bc=_0xc77470;this[_0x3e74bc(0x171)]&&(this[_0x3e74bc(0x171)][_0x3e74bc(0x194)]=!this[_0x3e74bc(0x176)]);});}[_0x290f11(0x174)](_0x513727){const _0x4803bd=_0x290f11;this[_0x4803bd(0x194)]=_0x513727;}[_0x290f11(0x191)](_0x5b35a0){const _0x34bb91=_0x290f11;this[_0x34bb91(0x171)]&&this[_0x34bb91(0x169)]&&(_0x5b35a0?(this[_0x34bb91(0x171)][_0x34bb91(0x16c)]=_0x243625(this[_0x34bb91(0x17a)],_0x34bb91(0x167)),this[_0x34bb91(0x169)][_0x34bb91(0x16c)]=_0x243625(this[_0x34bb91(0x17a)],_0x34bb91(0x180))):(this[_0x34bb91(0x171)][_0x34bb91(0x16c)]=_0x243625(this[_0x34bb91(0x17a)],_0x34bb91(0x190)),this[_0x34bb91(0x169)][_0x34bb91(0x16c)]=_0x243625(this[_0x34bb91(0x17a)],_0x34bb91(0x16f))));}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- var _0x1b4c89=_0x59fd;function _0x59fd(_0x282d43,_0x1d30cc){var _0x5dc3b3=_0x5dc3();return _0x59fd=function(_0x59fd57,_0x157fed){_0x59fd57=_0x59fd57-0x19e;var _0x4a35e1=_0x5dc3b3[_0x59fd57];return _0x4a35e1;},_0x59fd(_0x282d43,_0x1d30cc);}(function(_0x2fe8cc,_0x543595){var _0x22d5ef=_0x59fd,_0x5c26fc=_0x2fe8cc();while(!![]){try{var _0x122f1a=parseInt(_0x22d5ef(0x1a7))/0x1+-parseInt(_0x22d5ef(0x1a8))/0x2*(parseInt(_0x22d5ef(0x1b9))/0x3)+parseInt(_0x22d5ef(0x1b7))/0x4+-parseInt(_0x22d5ef(0x1ad))/0x5*(-parseInt(_0x22d5ef(0x1a9))/0x6)+parseInt(_0x22d5ef(0x1b8))/0x7+parseInt(_0x22d5ef(0x1bf))/0x8+-parseInt(_0x22d5ef(0x1b5))/0x9;if(_0x122f1a===_0x543595)break;else _0x5c26fc['push'](_0x5c26fc['shift']());}catch(_0x1fc1ed){_0x5c26fc['push'](_0x5c26fc['shift']());}}}(_0x5dc3,0xdf336));import{AIChatFeedItemView as _0x513689}from'./aichatfeeditemview.js';import{AISuggestionContainerView as _0x3140c4}from'../../../aicore/ui/suggestioncontainer/aisuggestioncontainerview.js';export class AIChatFeedSuggestionItemView extends _0x513689{[_0x1b4c89(0x1ab)];constructor(_0x22a313,_0x3e997e,_0x4ea1a4){var _0x37adbf=_0x1b4c89;super(_0x3e997e),this[_0x37adbf(0x1b1)](_0x37adbf(0x1c1),!0x1),this[_0x37adbf(0x1ab)]=new _0x3140c4(_0x22a313,{'showDiff':_0x3e997e[_0x37adbf(0x1a4)],'areActionsDisabled':_0x3e997e[_0x37adbf(0x1bb)],'availableActions':_0x3e997e[_0x37adbf(0x1ac)]},_0x4ea1a4),this[_0x37adbf(0x1ab)]['on'](_0x37adbf(0x1bc),(_0x273a69,_0x4fe4ef)=>{var _0x5f11bb=_0x37adbf;this[_0x5f11bb(0x1a0)](_0x5f11bb(0x1bc),{'replyId':this[_0x5f11bb(0x1bd)]['id'],'showDiff':_0x4fe4ef[_0x5f11bb(0x1a4)]});}),this[_0x37adbf(0x1ab)][_0x37adbf(0x1b2)](_0x37adbf(0x1c1))['to'](this),this[_0x37adbf(0x1ab)]['on'](_0x37adbf(0x1b6),()=>{var _0x5660ae=_0x37adbf;this[_0x5660ae(0x1a0)](_0x5660ae(0x1b6),{'replyId':this[_0x5660ae(0x1bd)]['id']});}),this[_0x37adbf(0x1ab)]['on'](_0x37adbf(0x1be),()=>{var _0x187d00=_0x37adbf;this[_0x187d00(0x1a0)](_0x187d00(0x1be),{'replyId':this[_0x187d00(0x1bd)]['id']});}),this[_0x37adbf(0x1ab)]['on'](_0x37adbf(0x1c3),(_0x1d71c3,{index:_0x4fc2fd})=>{var _0x6c16fa=_0x37adbf;this[_0x6c16fa(0x1a0)](_0x6c16fa(0x1c3),{'replyId':this[_0x6c16fa(0x1bd)]['id'],'partIndex':_0x4fc2fd});}),this[_0x37adbf(0x1ab)]['on'](_0x37adbf(0x1b3),(_0x4e799c,{index:_0x46af7f}={})=>{var _0x4f239e=_0x37adbf;this[_0x4f239e(0x1a0)](_0x4f239e(0x1b3),{'replyId':this[_0x4f239e(0x1bd)]['id'],'partIndex':_0x46af7f});}),this[_0x37adbf(0x1ab)]['on'](_0x37adbf(0x19f),(_0x14fdcb,{index:_0x52ed06}={})=>{var _0xe349e5=_0x37adbf;this[_0xe349e5(0x1a0)](_0xe349e5(0x19f),{'replyId':this[_0xe349e5(0x1bd)]['id'],'partIndex':_0x52ed06});}),this[_0x37adbf(0x1ab)]['on'](_0x37adbf(0x1a5),(_0x3cf59e,{index:_0x19e0ba})=>{var _0x6606b=_0x37adbf;this[_0x6606b(0x1a0)](_0x6606b(0x1a5),{'replyId':this[_0x6606b(0x1bd)]['id'],'partIndex':_0x19e0ba});}),this[_0x37adbf(0x1ab)]['on'](_0x37adbf(0x1b4),(_0xaeb892,{index:_0x2d4a8c})=>{var _0x2b939c=_0x37adbf;this[_0x2b939c(0x1a0)](_0x2b939c(0x1b4),{'replyId':this[_0x2b939c(0x1bd)]['id'],'partIndex':_0x2d4a8c});}),this[_0x37adbf(0x1ab)]['on'](_0x37adbf(0x1af),(_0x1badba,{index:_0x2e8c81})=>{var _0xa9029f=_0x37adbf;this[_0xa9029f(0x1a0)](_0xa9029f(0x1af),{'replyId':this[_0xa9029f(0x1bd)]['id'],'partIndex':_0x2e8c81});}),this[_0x37adbf(0x1c0)][_0x37adbf(0x1a6)]([this[_0x37adbf(0x1ab)]]),this[_0x37adbf(0x19e)]({'attributes':{'class':[_0x37adbf(0x1c2)]}});}async[_0x1b4c89(0x1a1)](_0x170703){var _0x41a713=_0x1b4c89;await this[_0x41a713(0x1ab)][_0x41a713(0x1a1)](_0x170703);}[_0x1b4c89(0x1ae)](_0x5ef5d6,_0x108ea8){var _0x2e9cb4=_0x1b4c89;this[_0x2e9cb4(0x1ab)][_0x2e9cb4(0x1b0)][_0x2e9cb4(0x1ae)](_0x5ef5d6,_0x108ea8);}[_0x1b4c89(0x1aa)](_0x787603,_0x16d692){var _0x5bb46e=_0x1b4c89;!0x1===_0x787603?this[_0x5bb46e(0x1ab)][_0x5bb46e(0x1b0)][_0x5bb46e(0x1aa)](!0x1):this[_0x5bb46e(0x1ab)][_0x5bb46e(0x1b0)][_0x5bb46e(0x1aa)](_0x787603,_0x16d692);}[_0x1b4c89(0x1a2)](_0x2c4fa3){var _0x53e758=_0x1b4c89;this[_0x53e758(0x1ab)][_0x53e758(0x1a2)](_0x2c4fa3);}[_0x1b4c89(0x1a3)](_0x46a4de){var _0x5e2dbd=_0x1b4c89;return this[_0x5e2dbd(0x1ab)][_0x5e2dbd(0x1b0)][_0x5e2dbd(0x1a3)](_0x46a4de);}[_0x1b4c89(0x1ba)](){var _0x6effe5=_0x1b4c89;super[_0x6effe5(0x1ba)](),this[_0x6effe5(0x1ab)][_0x6effe5(0x1ba)]();}}function _0x5dc3(){var _0x361f61=['updateContent','updateSources','getPartView','showDiff','rejectSuggestion','addMany','577100iwwafl','142904OqYOuI','6bdRfOI','setPartActive','containerView','availableActions','3723185WafNEy','updatePartState','mouseLeaveSuggestion','bodyView','set','bind','applySuggestion','mouseOverSuggestion','17331426AlEMpc','like','1793096NzvPyG','6654480yhHqvn','45RfdCkz','markAsDone','areActionsDisabled','toggleSuggestionDisplayMode','options','dislike','9528584NpZSDR','children','isTrackChangesOn','ck-ai-chat__feed__ai-suggestion','showChangeInText','extendTemplate','insertSuggestion','fire'];_0x5dc3=function(){return _0x361f61;};return _0x5dc3();}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- var _0x512aed=_0x4b86;function _0x4b86(_0xdc0fbe,_0x1db345){var _0x46f463=_0x46f4();return _0x4b86=function(_0x4b86b8,_0x2df111){_0x4b86b8=_0x4b86b8-0x16d;var _0x37dccf=_0x46f463[_0x4b86b8];return _0x37dccf;},_0x4b86(_0xdc0fbe,_0x1db345);}(function(_0x54b073,_0xe5ca39){var _0x437e72=_0x4b86,_0x2c226b=_0x54b073();while(!![]){try{var _0x178265=parseInt(_0x437e72(0x17b))/0x1*(parseInt(_0x437e72(0x18e))/0x2)+-parseInt(_0x437e72(0x17e))/0x3*(parseInt(_0x437e72(0x18a))/0x4)+-parseInt(_0x437e72(0x185))/0x5*(-parseInt(_0x437e72(0x177))/0x6)+-parseInt(_0x437e72(0x17d))/0x7*(parseInt(_0x437e72(0x173))/0x8)+-parseInt(_0x437e72(0x18c))/0x9+parseInt(_0x437e72(0x17f))/0xa*(parseInt(_0x437e72(0x187))/0xb)+parseInt(_0x437e72(0x183))/0xc;if(_0x178265===_0xe5ca39)break;else _0x2c226b['push'](_0x2c226b['shift']());}catch(_0x372dff){_0x2c226b['push'](_0x2c226b['shift']());}}}(_0x46f4,0x9c9f2));import{AIChatFeedItemView as _0x9d93cd}from'./aichatfeeditemview.js';import{AIChatFeedContextChipsView as _0x5cba93}from'./aichatfeedcontextchipsview.js';function _0x46f4(){var _0x315a29=['ck-ai-chat__feed__context-chips','hidden','ck-ai-chat__feed__message-content','div','_messageContentView','ck-ai-chat__feed__user-message','extendTemplate','8rwQrSy','_createMessageContentView','element','length','6WiJUpf','render','children','innerHTML','45EYVCGf','_bodyCollection','2358398gZfEfR','1634442FvUkrD','139630RAbtpI','filter','_contextChipsView','initialContent','21140412FWTeXN','markAsDone','1168175QaxoJU','_createContextChipsView','121cfXhnd','setTemplate','options','8KBMeBH','contextItems','3904200ybFKtI','_locale','15686vLNwIL','add'];_0x46f4=function(){return _0x315a29;};return _0x46f4();}import{View as _0x79cb98}from'ckeditor5/src/ui.js';export class AIChatFeedUserMessageItemView extends _0x9d93cd{[_0x512aed(0x181)]=null;[_0x512aed(0x18d)];[_0x512aed(0x17c)];[_0x512aed(0x170)];constructor(_0x392067,_0x369964,_0x26ea4f){var _0x256bee=_0x512aed;super(_0x369964),this[_0x256bee(0x18d)]=_0x392067,this[_0x256bee(0x17c)]=_0x26ea4f,this[_0x256bee(0x186)](),this[_0x256bee(0x174)](),this[_0x256bee(0x172)]({'attributes':{'class':[_0x256bee(0x171)]}});}[_0x512aed(0x186)](){var _0x3c27fb=_0x512aed;this[_0x3c27fb(0x189)][_0x3c27fb(0x18b)]&&this[_0x3c27fb(0x189)][_0x3c27fb(0x18b)][_0x3c27fb(0x176)]>0x0&&(this[_0x3c27fb(0x181)]=new _0x5cba93(this[_0x3c27fb(0x18d)],this[_0x3c27fb(0x189)][_0x3c27fb(0x18b)][_0x3c27fb(0x180)](_0x44905e=>!_0x44905e[_0x3c27fb(0x16d)]),this[_0x3c27fb(0x17c)]),this[_0x3c27fb(0x181)][_0x3c27fb(0x172)]({'attributes':{'class':_0x3c27fb(0x190)}}),this[_0x3c27fb(0x179)][_0x3c27fb(0x18f)](this[_0x3c27fb(0x181)]));}[_0x512aed(0x174)](){var _0xe47bd4=_0x512aed;this[_0xe47bd4(0x170)]=new _0x79cb98(this[_0xe47bd4(0x18d)]),this[_0xe47bd4(0x170)][_0xe47bd4(0x188)]({'tag':_0xe47bd4(0x16f),'attributes':{'class':_0xe47bd4(0x16e)}}),this[_0xe47bd4(0x179)][_0xe47bd4(0x18f)](this[_0xe47bd4(0x170)]);}[_0x512aed(0x178)](){var _0x3093d4=_0x512aed;super[_0x3093d4(0x178)](),this[_0x3093d4(0x170)][_0x3093d4(0x175)][_0x3093d4(0x17a)]=this[_0x3093d4(0x189)][_0x3093d4(0x182)],this[_0x3093d4(0x184)]();}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- const _0x60468=_0x3b8c;(function(_0x35a829,_0x744aba){const _0x4606a4=_0x3b8c,_0x4581bf=_0x35a829();while(!![]){try{const _0x57516e=-parseInt(_0x4606a4(0x19c))/0x1+-parseInt(_0x4606a4(0x18f))/0x2*(parseInt(_0x4606a4(0x19b))/0x3)+parseInt(_0x4606a4(0x188))/0x4+parseInt(_0x4606a4(0x186))/0x5*(parseInt(_0x4606a4(0x195))/0x6)+parseInt(_0x4606a4(0x193))/0x7*(parseInt(_0x4606a4(0x189))/0x8)+-parseInt(_0x4606a4(0x185))/0x9*(-parseInt(_0x4606a4(0x187))/0xa)+parseInt(_0x4606a4(0x196))/0xb*(parseInt(_0x4606a4(0x18d))/0xc);if(_0x57516e===_0x744aba)break;else _0x4581bf['push'](_0x4581bf['shift']());}catch(_0x2cfe9b){_0x4581bf['push'](_0x4581bf['shift']());}}}(_0x1472,0xb2b54));function _0x3b8c(_0x953b1e,_0xb018d3){const _0x147286=_0x1472();return _0x3b8c=function(_0x3b8c0c,_0x4e98e1){_0x3b8c0c=_0x3b8c0c-0x183;let _0x282e08=_0x147286[_0x3b8c0c];return _0x282e08;},_0x3b8c(_0x953b1e,_0xb018d3);}import{AI_SUGGESTION_UI_EVENT_NAMES as _0x34ebce}from'../../aicore/utils/eventnames.js';function _0x1472(){const _0x1410fb=['loadSourceResources','toggleWebSearch','7yfHOCj','addFileToContext','532218dHoUsy','286aNJyEn','addDocumentToContext','selectModel','sendUserMessage','executeCustomItemCallback','3BvggCh','1270182evqqJE','abortPromptStream','resizeTabs','9ZUDtUT','25qGasXX','6889510KXGdKM','1583552xHvWRU','2348936fPOdbx','addResourceToContext','toggleReasoning','startConversation','404292KSKoXw','removeContextItem','1391534fzEkYS','addUrlToContext'];_0x1472=function(){return _0x1410fb;};return _0x1472();}export const AI_CHAT_UI_EVENT_NAMES=[..._0x34ebce,_0x60468(0x18c),_0x60468(0x184),_0x60468(0x199),_0x60468(0x183),_0x60468(0x197),_0x60468(0x194),_0x60468(0x190),_0x60468(0x19a),_0x60468(0x18a),_0x60468(0x18e),_0x60468(0x191),_0x60468(0x192),_0x60468(0x18b),_0x60468(0x198)];
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- const _0x2b0a30=_0xf7a3;function _0xf7a3(_0x34d8d9,_0xf31cd9){const _0x439440=_0x4394();return _0xf7a3=function(_0xf7a3c5,_0x15a128){_0xf7a3c5=_0xf7a3c5-0xdc;let _0x51616f=_0x439440[_0xf7a3c5];return _0x51616f;},_0xf7a3(_0x34d8d9,_0xf31cd9);}(function(_0x52d0b4,_0x22ab7d){const _0x321649=_0xf7a3,_0x590c92=_0x52d0b4();while(!![]){try{const _0x57d206=parseInt(_0x321649(0xf4))/0x1+parseInt(_0x321649(0xf3))/0x2*(parseInt(_0x321649(0xdd))/0x3)+-parseInt(_0x321649(0xf8))/0x4+-parseInt(_0x321649(0xf5))/0x5+-parseInt(_0x321649(0xf7))/0x6*(parseInt(_0x321649(0xe5))/0x7)+-parseInt(_0x321649(0xe4))/0x8+parseInt(_0x321649(0xe6))/0x9*(parseInt(_0x321649(0xeb))/0xa);if(_0x57d206===_0x22ab7d)break;else _0x590c92['push'](_0x590c92['shift']());}catch(_0x307965){_0x590c92['push'](_0x590c92['shift']());}}}(_0x4394,0x24f68));import{EmitterMixin as _0x2ac77c}from'ckeditor5/src/utils.js';export class PromiseQueue extends _0x2ac77c(){[_0x2b0a30(0xe7)]=[];[_0x2b0a30(0xe1)]=!0x1;[_0x2b0a30(0xec)];async[_0x2b0a30(0xea)](_0x19ec40){const _0x1179f3=_0x2b0a30,_0x56f44=this[_0x1179f3(0xf6)](_0x19ec40);return this[_0x1179f3(0xe7)][_0x1179f3(0xef)](_0x56f44),this[_0x1179f3(0xdf)](),_0x56f44[_0x1179f3(0xe9)];}[_0x2b0a30(0xe8)](){const _0x51a5bf=_0x2b0a30;this[_0x51a5bf(0xe1)]&&(this[_0x51a5bf(0xec)][_0x51a5bf(0xe8)](),this[_0x51a5bf(0xec)]=void 0x0,this[_0x51a5bf(0xe7)]=[],this[_0x51a5bf(0xde)](_0x51a5bf(0xed)),this[_0x51a5bf(0xe1)]=!0x1);}get[_0x2b0a30(0xf2)](){const _0x4dc8bd=_0x2b0a30;return this[_0x4dc8bd(0xe7)][_0x4dc8bd(0xee)]||this[_0x4dc8bd(0xe1)]?new Promise(_0x2f8acf=>{const _0x19c2b9=_0x4dc8bd;this[_0x19c2b9(0xe3)](_0x19c2b9(0xed),()=>{_0x2f8acf();});}):Promise[_0x4dc8bd(0xdc)]();}async[_0x2b0a30(0xdf)](){const _0x45bf7f=_0x2b0a30;if(!this[_0x45bf7f(0xe1)]){this[_0x45bf7f(0xec)]=new AbortController(),this[_0x45bf7f(0xe1)]=!0x0;try{for(;this[_0x45bf7f(0xe7)][_0x45bf7f(0xee)]&&this[_0x45bf7f(0xe1)];){const _0xc7ae81=this[_0x45bf7f(0xe7)][_0x45bf7f(0xf1)]();try{await _0xc7ae81[_0x45bf7f(0xe2)](this[_0x45bf7f(0xec)][_0x45bf7f(0xf0)]),_0xc7ae81[_0x45bf7f(0xdc)]();}catch(_0xd35c8a){_0xc7ae81[_0x45bf7f(0xe0)](_0xd35c8a);}}}finally{this[_0x45bf7f(0xe1)]=!0x1,this[_0x45bf7f(0xec)]=void 0x0;}this[_0x45bf7f(0xde)](_0x45bf7f(0xed));}}[_0x2b0a30(0xf6)](_0x5d28b4){let _0x591dd2,_0x425de8;const _0x159484=new Promise((_0x3876f8,_0x1a2748)=>{_0x591dd2=_0x3876f8,_0x425de8=_0x1a2748;});return{'callback':_0x5d28b4,'resolve':_0x591dd2,'reject':_0x425de8,'completePromise':_0x159484};}}function _0x4394(){const _0x12658b=['fire','_processQueue','reject','isProcessing','callback','once','2163936KjHbye','489223faEYBg','3556377qEeduz','queue','abort','completePromise','enqueue','10ZXCNyg','_abortController','_queueEmpty','length','push','signal','shift','queueEmptyPromise','8NkhuoN','122410pTYNHu','49120silDsu','createTask','6UTEaSq','505576iNEOKT','resolve','82827KRPCVM'];_0x4394=function(){return _0x12658b;};return _0x4394();}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- var _0x2d1f28=_0x1982;(function(_0x1c7b88,_0x1253dd){var _0x3cd543=_0x1982,_0x362417=_0x1c7b88();while(!![]){try{var _0x36a20a=-parseInt(_0x3cd543(0x1c5))/0x1+parseInt(_0x3cd543(0x1ba))/0x2+parseInt(_0x3cd543(0x1c0))/0x3*(-parseInt(_0x3cd543(0x1be))/0x4)+-parseInt(_0x3cd543(0x1c1))/0x5*(-parseInt(_0x3cd543(0x1bb))/0x6)+-parseInt(_0x3cd543(0x1b9))/0x7*(-parseInt(_0x3cd543(0x1bc))/0x8)+-parseInt(_0x3cd543(0x1b8))/0x9+parseInt(_0x3cd543(0x1c4))/0xa;if(_0x36a20a===_0x1253dd)break;else _0x362417['push'](_0x362417['shift']());}catch(_0x14fa50){_0x362417['push'](_0x362417['shift']());}}}(_0x4f42,0xc0737));import{ContextPlugin as _0x21b644}from'ckeditor5/src/core.js';import{AIChatHistoryController as _0x2ef3f9}from'./aichathistorycontroller.js';import{AIChatHistoryUI as _0x498a83}from'./aichathistoryui.js';function _0x1982(_0x1b42ed,_0xb8b87c){var _0x4f4266=_0x4f42();return _0x1982=function(_0x1982b2,_0x5e9b15){_0x1982b2=_0x1982b2-0x1b7;var _0x37e53d=_0x4f4266[_0x1982b2];return _0x37e53d;},_0x1982(_0x1b42ed,_0xb8b87c);}export{AIChatHistoryItem}from'./model/aichathistoryitem.js';export class AIChatHistory extends _0x21b644{static get[_0x2d1f28(0x1c2)](){return[_0x2ef3f9,_0x498a83];}static get[_0x2d1f28(0x1bd)](){var _0x3f94ea=_0x2d1f28;return _0x3f94ea(0x1bf);}static get[_0x2d1f28(0x1c3)](){return!0x0;}static get[_0x2d1f28(0x1b7)](){return!0x0;}}function _0x4f42(){var _0x535572=['11308815VuRTRy','552909FHeTse','812862TpVRNs','3353340wqDaUA','88BZKEcV','pluginName','298388WTzCOS','AIChatHistory','15aQyCaI','10GGOhEj','requires','isOfficialPlugin','10812230jQUCst','1056492YZsMoG','isPremiumPlugin'];_0x4f42=function(){return _0x535572;};return _0x4f42();}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- const _0x24e617=_0x6931;function _0x272c(){const _0x5a18d9=['change:activeConversation','getMonth','_aiConnector','AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS','setIsMaximized','removeHistoryItem','remove','itemId','setLoadingSkeleton','itemsLoaded','handleRemovedConversation','AI_CHAT_HISTORY_PIN_ACTION','_getCategorizedItems','get','removeItem','title','8034000nSJLTa','118825MLDaZy','AI_CHAT_HISTORY_ERROR_UPDATE_PINNED','activeConversation','chat','_clearItemLoading','showError','openChat','updateItemLoadingState','map','AI_CHAT_HISTORY_ERROR_LOAD_ITEMS','AI_CHAT_HISTORY_ERROR_REMOVE_ITEM','55CNrDMy','activateTab:history','10KGBJXY','pinned','itemRemoved','_updateHistoryItemsUI','AI_CHAT_HISTORY_CATEGORY_YESTERDAY','getGroupId','getDate','_handleTogglePin','pin','AI_CHAT_HISTORY_CATEGORY_PINNED','AI_CHAT_HISTORY_ERROR_GENERIC','createdAt','12CrGtsa','1127700yDSExY','requires','updates','updateItemPinned','selectConversation','765sFkkLg','removeConversation','getFullYear','editConversationTitle','operation','_aiChatController','view','loadConversation','36SMvTjU','_aiChatHistoryUi','unpin','resize','toLocaleDateString','_setItemLoading','AI_CHAT_HISTORY_CATEGORY_LATER','getItem','AI_CHAT_HISTORY_ERROR_UPDATE_TITLE','length','plugins','resizedTabs','isPremiumPlugin','itemUpdated','history','AIChatHistoryController','getItems','setDate','_showConversationHistory','_generateErrorMessage','AI_CHAT_HISTORY_UNPIN_ACTION','isOfficialPlugin','_handleEditTitle','1543390XYTaEX','518088LEyzit','setConversationPinned','_handleRemove','1463710ZputSA','activateTab','context','AI_CHAT_HISTORY_CATEGORY_TODAY','listenTo','items','rename','updateItemTitle','AI_CHAT_UNTITLED_CONVERSATION','_handleHistoryErrorUI','_handleSelectConversation','130336bpIVra','loadItems','resizeTabs','push','error','init','_setIsMaximized','updateItems','locale','pluginName'];_0x272c=function(){return _0x5a18d9;};return _0x272c();}(function(_0x50941f,_0x134a0f){const _0x53784b=_0x6931,_0x23bb8c=_0x50941f();while(!![]){try{const _0x434c9f=-parseInt(_0x53784b(0x1b6))/0x1+parseInt(_0x53784b(0x15b))/0x2*(parseInt(_0x53784b(0x18d))/0x3)+-parseInt(_0x53784b(0x167))/0x4*(-parseInt(_0x53784b(0x18c))/0x5)+-parseInt(_0x53784b(0x175))/0x6*(parseInt(_0x53784b(0x168))/0x7)+-parseInt(_0x53784b(0x19b))/0x8*(parseInt(_0x53784b(0x16d))/0x9)+parseInt(_0x53784b(0x190))/0xa*(parseInt(_0x53784b(0x159))/0xb)+parseInt(_0x53784b(0x1b5))/0xc;if(_0x434c9f===_0x134a0f)break;else _0x23bb8c['push'](_0x23bb8c['shift']());}catch(_0x25a058){_0x23bb8c['push'](_0x23bb8c['shift']());}}}(_0x272c,0xafef0));import{ContextPlugin as _0x4afcef}from'ckeditor5/src/core.js';import{AIConnector as _0x1660d5}from'../aicore/aiconnector.js';function _0x6931(_0x102511,_0x4f7865){const _0x272c13=_0x272c();return _0x6931=function(_0x6931ad,_0x3d5cff){_0x6931ad=_0x6931ad-0x150;let _0x48ec57=_0x272c13[_0x6931ad];return _0x48ec57;},_0x6931(_0x102511,_0x4f7865);}import{AIChatController as _0x31c70b}from'../aichat/aichatcontroller.js';import{AITabs as _0x177661}from'../aitabs/aitabs.js';import{AIChatHistoryUI as _0x16e898}from'./aichathistoryui.js';import{AIChatHistoryConversations as _0x1819da}from'./model/aichathistoryconversations.js';import{getTranslation as _0x12377f}from'../aicore/utils/common-translations.js';export class AIChatHistoryController extends _0x4afcef{[_0x24e617(0x1a7)];[_0x24e617(0x176)];[_0x24e617(0x172)];static get[_0x24e617(0x169)](){return[_0x1660d5,_0x31c70b,_0x16e898,_0x177661];}static get[_0x24e617(0x1a4)](){const _0x2ec214=_0x24e617;return _0x2ec214(0x184);}static get[_0x24e617(0x18a)](){return!0x0;}static get[_0x24e617(0x181)](){return!0x0;}[_0x24e617(0x1a0)](){const _0x327828=_0x24e617;this[_0x327828(0x1a7)]=this[_0x327828(0x192)][_0x327828(0x17f)][_0x327828(0x1b2)](_0x1660d5),this[_0x327828(0x176)]=this[_0x327828(0x192)][_0x327828(0x17f)][_0x327828(0x1b2)](_0x16e898),this[_0x327828(0x172)]=this[_0x327828(0x192)][_0x327828(0x17f)][_0x327828(0x1b2)](_0x31c70b);const _0x3e8c97=this[_0x327828(0x192)][_0x327828(0x17f)][_0x327828(0x1b2)](_0x177661);try{const _0x24c28d=this[_0x327828(0x172)][_0x327828(0x160)]();this[_0x327828(0x183)]=new _0x1819da({'connector':this[_0x327828(0x1a7)],'group':_0x24c28d}),this[_0x327828(0x194)](this[_0x327828(0x176)],_0x327828(0x16e),(_0x408886,_0x58c5d8)=>{const _0x3f5838=_0x327828;this[_0x3f5838(0x17a)](_0x58c5d8['id'],_0x3f5838(0x1ab)),this[_0x3f5838(0x18f)](_0x58c5d8['id']);}),this[_0x327828(0x194)](this[_0x327828(0x176)],_0x327828(0x170),(_0x4481a6,_0x15ab09)=>{const _0xa3e92c=_0x327828;this[_0xa3e92c(0x17a)](_0x15ab09['id'],_0xa3e92c(0x196)),this[_0xa3e92c(0x18b)](_0x15ab09['id'],_0x15ab09[_0xa3e92c(0x1b4)]);}),this[_0x327828(0x194)](this[_0x327828(0x183)],_0x327828(0x182),(_0x445a65,_0x102dec)=>{const _0x56f91f=_0x327828;void 0x0!==_0x102dec[_0x56f91f(0x16a)][_0x56f91f(0x1b4)]&&this[_0x56f91f(0x176)][_0x56f91f(0x197)](_0x102dec[_0x56f91f(0x1ac)],_0x102dec[_0x56f91f(0x16a)][_0x56f91f(0x1b4)]),void 0x0!==_0x102dec[_0x56f91f(0x16a)][_0x56f91f(0x15c)]&&this[_0x56f91f(0x15e)](),this[_0x56f91f(0x152)](_0x102dec[_0x56f91f(0x1ac)]);}),this[_0x327828(0x194)](this[_0x327828(0x183)],_0x327828(0x15d),(_0x5b3658,_0xfd6f64)=>{const _0x1e9905=_0x327828;this[_0x1e9905(0x172)][_0x1e9905(0x1af)](_0xfd6f64[_0x1e9905(0x1ac)]),this[_0x1e9905(0x176)][_0x1e9905(0x1aa)](_0xfd6f64[_0x1e9905(0x1ac)]),this[_0x1e9905(0x152)](_0xfd6f64[_0x1e9905(0x1ac)]);}),this[_0x327828(0x194)](this[_0x327828(0x183)],_0x327828(0x1ae),()=>{const _0x1ee257=_0x327828;this[_0x1ee257(0x15e)]();}),this[_0x327828(0x194)](this[_0x327828(0x183)],_0x327828(0x19f),(_0x284bae,_0x1218a3)=>{const _0x51195c=_0x327828;this[_0x51195c(0x199)](_0x1218a3[_0x51195c(0x19f)],_0x1218a3[_0x51195c(0x171)],_0x1218a3[_0x51195c(0x1ac)]);}),this[_0x327828(0x194)](this[_0x327828(0x176)],_0x327828(0x16c),(_0x5a6ce1,_0x4a32bb)=>{const _0x59dc2b=_0x327828;this[_0x59dc2b(0x19a)](_0x4a32bb['id']);}),this[_0x327828(0x194)](this[_0x327828(0x176)],_0x327828(0x18e),(_0x1d1921,_0x1c7202)=>{const _0x1111d6=_0x327828,_0x17f7ec=_0x1c7202[_0x1111d6(0x15c)]?_0x1111d6(0x163):_0x1111d6(0x177);this[_0x1111d6(0x17a)](_0x1c7202['id'],_0x17f7ec),this[_0x1111d6(0x162)](_0x1c7202['id'],_0x1c7202[_0x1111d6(0x15c)]);}),this[_0x327828(0x194)](this[_0x327828(0x176)],_0x327828(0x154),()=>{const _0x592441=_0x327828;_0x3e8c97[_0x592441(0x173)][_0x592441(0x191)](_0x592441(0x151));}),this[_0x327828(0x194)](this[_0x327828(0x172)],_0x327828(0x1a5),()=>{const _0x38d32c=_0x327828;this[_0x38d32c(0x15e)]();}),_0x3e8c97[_0x327828(0x173)]['on'](_0x327828(0x15a),()=>{const _0x2f3db5=_0x327828;this[_0x2f3db5(0x187)]();}),this[_0x327828(0x194)](_0x3e8c97,_0x327828(0x180),(_0x75e5e3,_0x15510c)=>{const _0x3b63fc=_0x327828;this[_0x3b63fc(0x1a1)](_0x15510c);}),this[_0x327828(0x194)](this[_0x327828(0x176)],_0x327828(0x19d),()=>{const _0x58b90a=_0x327828;_0x3e8c97[_0x58b90a(0x178)]();});}catch(_0x440ccd){this[_0x327828(0x199)](_0x440ccd,_0x327828(0x1a0));}}async[_0x24e617(0x18b)](_0x4e6b2e,_0x3b550e){const _0x1b37c0=_0x24e617;await this[_0x1b37c0(0x183)][_0x1b37c0(0x197)](_0x4e6b2e,_0x3b550e);}async[_0x24e617(0x162)](_0x2390ac,_0x32109f){const _0xc7a673=_0x24e617;await this[_0xc7a673(0x183)][_0xc7a673(0x16b)](_0x2390ac,_0x32109f);}async[_0x24e617(0x18f)](_0x3dc34d){const _0x41979f=_0x24e617;await this[_0x41979f(0x183)][_0x41979f(0x1b3)](_0x3dc34d);}async[_0x24e617(0x19a)](_0x12baf2){const _0x17bed9=_0x24e617;await this[_0x17bed9(0x172)][_0x17bed9(0x174)](_0x12baf2);}async[_0x24e617(0x187)](){const _0x54c7c5=_0x24e617;this[_0x54c7c5(0x176)][_0x54c7c5(0x153)](''),this[_0x54c7c5(0x176)][_0x54c7c5(0x1ad)](!0x0),await this[_0x54c7c5(0x183)][_0x54c7c5(0x1a0)](),this[_0x54c7c5(0x176)][_0x54c7c5(0x1ad)](!0x1);}[_0x24e617(0x15e)](){const _0x28fae7=_0x24e617,_0x29e77a=this[_0x28fae7(0x172)][_0x28fae7(0x150)]?.['id'],_0x39dfbf=this[_0x28fae7(0x1b1)]()[_0x28fae7(0x156)](_0x4d36ca=>({'title':_0x4d36ca[_0x28fae7(0x1b4)],'items':_0x4d36ca[_0x28fae7(0x195)][_0x28fae7(0x156)](_0x3ad6d0=>({'id':_0x3ad6d0['id'],'title':_0x3ad6d0[_0x28fae7(0x1b4)]||_0x12377f(this[_0x28fae7(0x192)][_0x28fae7(0x1a3)],_0x28fae7(0x198)),'createdAt':new Date(_0x3ad6d0[_0x28fae7(0x166)])[_0x28fae7(0x179)](),'active':_0x3ad6d0['id']===_0x29e77a,'pinned':_0x3ad6d0[_0x28fae7(0x15c)]}))}));this[_0x28fae7(0x176)][_0x28fae7(0x1a2)](_0x39dfbf);}[_0x24e617(0x17a)](_0x3b0524,_0x18aa84){const _0x4f972c=_0x24e617;this[_0x4f972c(0x176)][_0x4f972c(0x155)](_0x3b0524,_0x18aa84,!0x0);}[_0x24e617(0x152)](_0x50f3f4){const _0x49cd50=_0x24e617;this[_0x49cd50(0x176)][_0x49cd50(0x155)](_0x50f3f4,null,!0x1);}[_0x24e617(0x199)](_0x2abf73,_0x373ddd,_0x47a193){const _0x167d3f=_0x24e617,_0x470b4b=this[_0x167d3f(0x188)](_0x373ddd,_0x47a193);this[_0x167d3f(0x176)][_0x167d3f(0x153)](_0x470b4b),_0x47a193&&this[_0x167d3f(0x152)](_0x47a193),this[_0x167d3f(0x176)][_0x167d3f(0x1ad)](!0x1);}[_0x24e617(0x188)](_0x5bb384,_0x525356){const _0x465494=_0x24e617,_0x2de3a6=_0x525356?this[_0x465494(0x183)][_0x465494(0x17c)](_0x525356):null,_0x5adb50=_0x2de3a6?.[_0x465494(0x1b4)]||_0x12377f(this[_0x465494(0x192)][_0x465494(0x1a3)],_0x465494(0x198));switch(_0x5bb384){case _0x465494(0x197):return _0x12377f(this[_0x465494(0x192)][_0x465494(0x1a3)],_0x465494(0x17d),_0x5adb50);case _0x465494(0x16b):{const _0x4330f1=_0x12377f(this[_0x465494(0x192)][_0x465494(0x1a3)],_0x2de3a6?.[_0x465494(0x15c)]?_0x465494(0x189):_0x465494(0x1b0));return _0x12377f(this[_0x465494(0x192)][_0x465494(0x1a3)],_0x465494(0x1b7),[_0x4330f1,_0x5adb50]);}case _0x465494(0x1b3):return _0x12377f(this[_0x465494(0x192)][_0x465494(0x1a3)],_0x465494(0x158),_0x5adb50);case _0x465494(0x1a0):case _0x465494(0x19c):return _0x12377f(this[_0x465494(0x192)][_0x465494(0x1a3)],_0x465494(0x157));default:return _0x12377f(this[_0x465494(0x192)][_0x465494(0x1a3)],_0x465494(0x165));}}[_0x24e617(0x1b1)](){const _0x200fcf=_0x24e617,_0x1da5a5=new Date(),_0x12cb7b=new Date(_0x1da5a5[_0x200fcf(0x16f)](),_0x1da5a5[_0x200fcf(0x1a6)](),_0x1da5a5[_0x200fcf(0x161)]()),_0x4f1c4f=new Date(_0x12cb7b);_0x4f1c4f[_0x200fcf(0x186)](_0x4f1c4f[_0x200fcf(0x161)]()-0x1);const _0x192e79=new Date(_0x12cb7b);_0x192e79[_0x200fcf(0x186)](_0x192e79[_0x200fcf(0x161)]()-0xe);const _0x42841e=this[_0x200fcf(0x183)][_0x200fcf(0x185)]({'pinned':!0x0}),_0xd10ab9=this[_0x200fcf(0x183)][_0x200fcf(0x185)]({'from':_0x12cb7b,'to':_0x12cb7b}),_0x88d513=this[_0x200fcf(0x183)][_0x200fcf(0x185)]({'from':_0x4f1c4f,'to':_0x4f1c4f}),_0x3985dc=this[_0x200fcf(0x183)][_0x200fcf(0x185)]({'from':_0x192e79,'to':_0x4f1c4f}),_0x3965ea=this[_0x200fcf(0x183)][_0x200fcf(0x185)]({'to':_0x192e79}),_0x508465=[];return _0x42841e[_0x200fcf(0x17e)]>0x0&&_0x508465[_0x200fcf(0x19e)]({'title':_0x12377f(this[_0x200fcf(0x192)][_0x200fcf(0x1a3)],_0x200fcf(0x164)),'items':_0x42841e}),_0xd10ab9[_0x200fcf(0x17e)]>0x0&&_0x508465[_0x200fcf(0x19e)]({'title':_0x12377f(this[_0x200fcf(0x192)][_0x200fcf(0x1a3)],_0x200fcf(0x193)),'items':_0xd10ab9}),_0x88d513[_0x200fcf(0x17e)]>0x0&&_0x508465[_0x200fcf(0x19e)]({'title':_0x12377f(this[_0x200fcf(0x192)][_0x200fcf(0x1a3)],_0x200fcf(0x15f)),'items':_0x88d513}),_0x3985dc[_0x200fcf(0x17e)]>0x0&&_0x508465[_0x200fcf(0x19e)]({'title':_0x12377f(this[_0x200fcf(0x192)][_0x200fcf(0x1a3)],_0x200fcf(0x1a8)),'items':_0x3985dc}),_0x3965ea[_0x200fcf(0x17e)]>0x0&&_0x508465[_0x200fcf(0x19e)]({'title':_0x12377f(this[_0x200fcf(0x192)][_0x200fcf(0x1a3)],_0x200fcf(0x17b)),'items':_0x3965ea}),_0x508465;}[_0x24e617(0x1a1)](_0x5ea371){const _0x692eb=_0x24e617;this[_0x692eb(0x176)][_0x692eb(0x1a9)](_0x5ea371);}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- const _0x54260c=_0x2be1;(function(_0x214452,_0x493eb4){const _0x576c80=_0x2be1,_0x1a3fd8=_0x214452();while(!![]){try{const _0x2b9933=parseInt(_0x576c80(0x160))/0x1*(-parseInt(_0x576c80(0x171))/0x2)+parseInt(_0x576c80(0x167))/0x3*(parseInt(_0x576c80(0x18b))/0x4)+parseInt(_0x576c80(0x168))/0x5*(parseInt(_0x576c80(0x184))/0x6)+-parseInt(_0x576c80(0x18a))/0x7*(-parseInt(_0x576c80(0x179))/0x8)+parseInt(_0x576c80(0x175))/0x9*(-parseInt(_0x576c80(0x176))/0xa)+parseInt(_0x576c80(0x170))/0xb*(parseInt(_0x576c80(0x183))/0xc)+-parseInt(_0x576c80(0x162))/0xd;if(_0x2b9933===_0x493eb4)break;else _0x1a3fd8['push'](_0x1a3fd8['shift']());}catch(_0x486452){_0x1a3fd8['push'](_0x1a3fd8['shift']());}}}(_0x5108,0x89109));import{ContextPlugin as _0x15a019}from'ckeditor5/src/core.js';import{AITabs as _0x47a186}from'../aitabs/aitabs.js';import{IconAIHistory as _0x596d30}from'ckeditor5/src/icons.js';import{AIChatHistoryView as _0x38c68d}from'./ui/aichathistoryview.js';import{getTranslation as _0x285889}from'../aicore/utils/common-translations.js';import'../../theme/aichat/aichathistory.css';export const AI_CHAT_HISTORY_UI_EVENT_NAMES=[_0x54260c(0x17a),_0x54260c(0x189),_0x54260c(0x16e),_0x54260c(0x16d),_0x54260c(0x186),_0x54260c(0x173),_0x54260c(0x181)];function _0x2be1(_0x39e45d,_0x325edd){const _0x5108cb=_0x5108();return _0x2be1=function(_0x2be1dd,_0x1738f2){_0x2be1dd=_0x2be1dd-0x160;let _0x32867b=_0x5108cb[_0x2be1dd];return _0x32867b;},_0x2be1(_0x39e45d,_0x325edd);}export class AIChatHistoryUI extends _0x15a019{static get[_0x54260c(0x161)](){return[_0x47a186];}[_0x54260c(0x18e)];static get[_0x54260c(0x177)](){const _0x381e8a=_0x54260c;return _0x381e8a(0x187);}static get[_0x54260c(0x18c)](){return!0x0;}static get[_0x54260c(0x178)](){return!0x0;}constructor(_0x2812d2){const _0x491785=_0x54260c;super(_0x2812d2);const _0x40e1b8=this[_0x491785(0x174)][_0x491785(0x17b)][_0x491785(0x182)](_0x491785(0x17e));this[_0x491785(0x18e)]=new _0x38c68d(this[_0x491785(0x174)][_0x491785(0x185)],_0x40e1b8[_0x491785(0x163)]),this[_0x491785(0x18e)][_0x491785(0x172)](...AI_CHAT_HISTORY_UI_EVENT_NAMES)['to'](this),_0x40e1b8[_0x491785(0x16b)][_0x491785(0x165)]({'id':_0x491785(0x188),'buttonLabel':_0x285889(this[_0x491785(0x174)][_0x491785(0x185)],_0x491785(0x18f)),'buttonIcon':_0x596d30,'order':0x0,'content':this[_0x491785(0x18e)]});}[_0x54260c(0x17c)](_0x149015){const _0x4e2b71=_0x54260c;this[_0x4e2b71(0x18e)][_0x4e2b71(0x17c)](_0x149015);}[_0x54260c(0x190)](_0x422dee){const _0x231a05=_0x54260c;this[_0x231a05(0x18e)][_0x231a05(0x18d)](_0x422dee);}[_0x54260c(0x17f)](_0x237fd2,_0x1c9180){const _0x3b799f=_0x54260c;this[_0x3b799f(0x18e)][_0x3b799f(0x17f)](_0x237fd2,_0x1c9180);}[_0x54260c(0x180)](_0x485208,_0x1b6771,_0x2f9e3b){const _0x33784e=_0x54260c;this[_0x33784e(0x18e)][_0x33784e(0x180)](_0x485208,_0x1b6771,_0x2f9e3b);}[_0x54260c(0x17d)](_0x40ca6e){const _0x7120f6=_0x54260c;this[_0x7120f6(0x18e)][_0x7120f6(0x166)]=_0x40ca6e;}[_0x54260c(0x16c)](_0x1403fe){const _0x43fe86=_0x54260c;this[_0x43fe86(0x18e)][_0x43fe86(0x16f)]=_0x1403fe;}[_0x54260c(0x164)](){const _0x376732=_0x54260c;this[_0x376732(0x18e)][_0x376732(0x16f)]='';}[_0x54260c(0x16a)](_0x6b9fee){const _0x30bc68=_0x54260c;this[_0x30bc68(0x18e)][_0x30bc68(0x169)]=_0x6b9fee;}}function _0x5108(){const _0x10ac28=['7846512cOLDcR','showConversationHistory','plugins','removeHistoryItem','setLoadingSkeleton','AITabs','updateItemTitle','updateItemLoadingState','resizeTabs','get','4822404AGygTc','132uilULd','locale','selectConversation','AIChatHistoryUI','history','removeConversation','7oLZKYP','8kkzJSd','isOfficialPlugin','updateHistoryItemsWithCategories','_historyView','AI_CHAT_HISTORY_HEADING','updateItems','211dKsVip','requires','18123287EtvEZm','showResizeButton','hideError','addTab','isLoading','1528338JItoiq','9085wMwYea','isMaximized','setIsMaximized','view','showError','setConversationPinned','editConversationTitle','errorMessage','11jfFNLI','562kGrdld','delegate','openChat','context','20214boULJL','1900DkKDOF','pluginName','isPremiumPlugin'];_0x5108=function(){return _0x10ac28;};return _0x5108();}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- const _0x35e1e4=_0x397e;(function(_0x3907a5,_0x32278e){const _0x5a5073=_0x397e,_0x139705=_0x3907a5();while(!![]){try{const _0xce5a5d=-parseInt(_0x5a5073(0x91))/0x1*(parseInt(_0x5a5073(0x9a))/0x2)+-parseInt(_0x5a5073(0x99))/0x3+-parseInt(_0x5a5073(0xac))/0x4*(parseInt(_0x5a5073(0xb8))/0x5)+-parseInt(_0x5a5073(0x95))/0x6*(-parseInt(_0x5a5073(0xa3))/0x7)+-parseInt(_0x5a5073(0x98))/0x8+parseInt(_0x5a5073(0xa1))/0x9*(-parseInt(_0x5a5073(0x8f))/0xa)+parseInt(_0x5a5073(0x8c))/0xb;if(_0xce5a5d===_0x32278e)break;else _0x139705['push'](_0x139705['shift']());}catch(_0x5848d0){_0x139705['push'](_0x139705['shift']());}}}(_0x3f7b,0x2588f));import{EmitterMixin as _0x2675ef}from'ckeditor5/src/utils.js';import{AIChatHistoryItem as _0x493527}from'./aichathistoryitem.js';function _0x397e(_0x136f90,_0x2c1e0e){const _0x3f7b34=_0x3f7b();return _0x397e=function(_0x397ebd,_0x39e6d7){_0x397ebd=_0x397ebd-0x8a;let _0x1393b7=_0x3f7b34[_0x397ebd];return _0x1393b7;},_0x397e(_0x136f90,_0x2c1e0e);}function _0x3f7b(){const _0xd9a839=['push','getResult','updatePinned','addItem','removeItem','getItems','1125477hGJAcL','getConversations','7wCOPGk','getTime','splice','findIndex','error','group','from','fetchConversations','getMonth','266764DWPbJy','connector','getDate','updateItemTitle','deleteConversation','createdAt','itemUpdated','fire','pinned','itemRemoved','getItem','execute','5oSgdrI','updateItemPinned','filter','map','9005733PvOZnT','updateConversation','items','10QWAhPI','loadItems','185722MZKRNp','itemsLoaded','updateTitle','find','599532YGRfLa','getFullYear','init','1930800GRbJLn','438198gffFbf','2eKiJNP'];_0x3f7b=function(){return _0xd9a839;};return _0x3f7b();}export class AIChatHistoryConversations extends _0x2675ef(){[_0x35e1e4(0x8e)]=[];[_0x35e1e4(0xad)];[_0x35e1e4(0xa8)];constructor({connector:_0x414e34,group:_0x41b5f9}){const _0x38f30c=_0x35e1e4;super(),this[_0x38f30c(0xad)]=_0x414e34,this[_0x38f30c(0xa8)]=_0x41b5f9;}async[_0x35e1e4(0x97)](){const _0xcf2081=_0x35e1e4;try{const _0x2fba4c=this[_0xcf2081(0xad)][_0xcf2081(0xaa)](this[_0xcf2081(0xa8)]),_0x1799c3=await _0x2fba4c[_0xcf2081(0xa2)]();this[_0xcf2081(0x90)](_0x1799c3);}catch(_0xe089b3){this[_0xcf2081(0xb3)](_0xcf2081(0xa7),{'error':_0xe089b3,'operation':_0xcf2081(0x97)});}}[_0x35e1e4(0x9e)](_0x16d329){const _0x213e64=_0x35e1e4;this[_0x213e64(0x8e)][_0x213e64(0x9b)](_0x16d329);}async[_0x35e1e4(0x9f)](_0x18d42a){const _0xf2fb8d=_0x35e1e4,_0x51ec01=this[_0xf2fb8d(0x8e)][_0xf2fb8d(0xa6)](_0x464190=>_0x464190['id']===_0x18d42a);if(-0x1===_0x51ec01)return!0x1;try{return await this[_0xf2fb8d(0xad)][_0xf2fb8d(0xb0)](_0x18d42a)[_0xf2fb8d(0xb7)](),this[_0xf2fb8d(0x8e)][_0xf2fb8d(0xa5)](_0x51ec01,0x1),this[_0xf2fb8d(0xb3)](_0xf2fb8d(0xb5),{'itemId':_0x18d42a}),!0x0;}catch(_0x48029f){return this[_0xf2fb8d(0xb3)](_0xf2fb8d(0xa7),{'error':_0x48029f,'operation':_0xf2fb8d(0x9f),'itemId':_0x18d42a}),!0x1;}}[_0x35e1e4(0xb6)](_0x4367ba){const _0x35a8f4=_0x35e1e4;return this[_0x35a8f4(0x8e)][_0x35a8f4(0x94)](_0x19cc9e=>_0x19cc9e['id']===_0x4367ba);}async[_0x35e1e4(0xaf)](_0x24d6bf,_0x53014b){const _0x3b2dcf=_0x35e1e4,_0x430f68=this[_0x3b2dcf(0xb6)](_0x24d6bf);if(!_0x430f68)return!0x1;try{return await this[_0x3b2dcf(0xad)][_0x3b2dcf(0x8d)](_0x24d6bf,{'title':_0x53014b})[_0x3b2dcf(0x9c)](),_0x430f68[_0x3b2dcf(0x93)](_0x53014b),this[_0x3b2dcf(0xb3)](_0x3b2dcf(0xb2),{'itemId':_0x24d6bf,'updates':{'title':_0x53014b}}),!0x0;}catch(_0x3c475e){return this[_0x3b2dcf(0xb3)](_0x3b2dcf(0xa7),{'error':_0x3c475e,'operation':_0x3b2dcf(0xaf),'itemId':_0x24d6bf}),!0x1;}}async[_0x35e1e4(0xb9)](_0x339f84,_0xc052cb){const _0x16f207=_0x35e1e4,_0x1b9744=this[_0x16f207(0xb6)](_0x339f84);if(!_0x1b9744)return!0x1;try{return await this[_0x16f207(0xad)][_0x16f207(0x8d)](_0x339f84,{'pinned':_0xc052cb})[_0x16f207(0x9c)](),_0x1b9744[_0x16f207(0x9d)](_0xc052cb),this[_0x16f207(0xb3)](_0x16f207(0xb2),{'itemId':_0x339f84,'updates':{'pinned':_0xc052cb}}),!0x0;}catch(_0x9d185f){return this[_0x16f207(0xb3)](_0x16f207(0xa7),{'error':_0x9d185f,'operation':_0x16f207(0xb9),'itemId':_0x339f84}),!0x1;}}[_0x35e1e4(0x90)](_0x56bb94){const _0x1c8ff=_0x35e1e4;try{this[_0x1c8ff(0x8e)]=[],_0x56bb94[_0x1c8ff(0x8b)](_0x1afdb5=>{const _0x119afd=_0x1c8ff;this[_0x119afd(0x9e)](new _0x493527(_0x1afdb5));}),this[_0x1c8ff(0xb3)](_0x1c8ff(0x92),{'items':[...this[_0x1c8ff(0x8e)]]});}catch(_0x1cdeb4){this[_0x1c8ff(0xb3)](_0x1c8ff(0xa7),{'error':_0x1cdeb4,'operation':_0x1c8ff(0x90)});}}[_0x35e1e4(0xa0)](_0x5b586a={}){const _0x1bf04b=_0x35e1e4,_0x151d81=void 0x0!==_0x5b586a[_0x1bf04b(0xb4)]&&_0x5b586a[_0x1bf04b(0xb4)],_0x137f6c=_0x5b586a[_0x1bf04b(0xa9)]?new Date(_0x5b586a[_0x1bf04b(0xa9)][_0x1bf04b(0x96)](),_0x5b586a[_0x1bf04b(0xa9)][_0x1bf04b(0xab)](),_0x5b586a[_0x1bf04b(0xa9)][_0x1bf04b(0xae)]()):null,_0x8a7c5a=_0x5b586a['to']?new Date(_0x5b586a['to'][_0x1bf04b(0x96)](),_0x5b586a['to'][_0x1bf04b(0xab)](),_0x5b586a['to'][_0x1bf04b(0xae)]()):null;return this[_0x1bf04b(0x8e)][_0x1bf04b(0x8a)](_0x8b3dd1=>{const _0x5571cf=_0x1bf04b;if(_0x8b3dd1[_0x5571cf(0xb4)]!==_0x151d81)return!0x1;if(_0x8a7c5a){const _0x55215b=new Date(_0x8b3dd1[_0x5571cf(0xb1)][_0x5571cf(0x96)](),_0x8b3dd1[_0x5571cf(0xb1)][_0x5571cf(0xab)](),_0x8b3dd1[_0x5571cf(0xb1)][_0x5571cf(0xae)]());return _0x137f6c?_0x137f6c[_0x5571cf(0xa4)]()===_0x8a7c5a[_0x5571cf(0xa4)]()?_0x55215b[_0x5571cf(0xa4)]()===_0x137f6c[_0x5571cf(0xa4)]():_0x55215b<_0x8a7c5a&&_0x55215b>=_0x137f6c:_0x55215b<_0x8a7c5a;}return!0x0;});}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- var _0x197f29=_0x3a78;function _0x8b20(){var _0x1fc804=['6fURkWH','20320lKJOdT','2yBzXHj','3533872ZgSKWG','title','987888eBJFYY','set','362870RXxTqY','updateTitle','7817800AzBtDa','pinned','710717ZbOZlg','340kKxFuG','updatePinned','30960lypjNh','createdAt','updatedAt'];_0x8b20=function(){return _0x1fc804;};return _0x8b20();}(function(_0x57191a,_0x4c3775){var _0x3e2005=_0x3a78,_0x192cb0=_0x57191a();while(!![]){try{var _0x2b7a62=parseInt(_0x3e2005(0x1a8))/0x1*(-parseInt(_0x3e2005(0x1ad))/0x2)+-parseInt(_0x3e2005(0x1ab))/0x3+parseInt(_0x3e2005(0x1b2))/0x4*(-parseInt(_0x3e2005(0x1a7))/0x5)+parseInt(_0x3e2005(0x1a6))/0x6*(parseInt(_0x3e2005(0x1b1))/0x7)+parseInt(_0x3e2005(0x1a9))/0x8+-parseInt(_0x3e2005(0x1b4))/0x9+parseInt(_0x3e2005(0x1af))/0xa;if(_0x2b7a62===_0x4c3775)break;else _0x192cb0['push'](_0x192cb0['shift']());}catch(_0x32da52){_0x192cb0['push'](_0x192cb0['shift']());}}}(_0x8b20,0x4555f));function _0x3a78(_0x4c178d,_0x453359){var _0x8b206=_0x8b20();return _0x3a78=function(_0x3a78f1,_0x5d7d4a){_0x3a78f1=_0x3a78f1-0x1a6;var _0xce016a=_0x8b206[_0x3a78f1];return _0xce016a;},_0x3a78(_0x4c178d,_0x453359);}import{ObservableMixin as _0x538260}from'ckeditor5/src/utils.js';import{escape as _0x48b2fb}from'es-toolkit/compat';export class AIChatHistoryItem extends _0x538260(){['id'];[_0x197f29(0x1b5)];constructor({id:_0x58aa43,title:_0x5602f3,createdAt:_0x71440d,updatedAt:_0x4609c7,pinned:_0x14d9fd}){var _0x2a914d=_0x197f29;super(),this['id']=_0x58aa43,this[_0x2a914d(0x1b5)]=new Date(_0x71440d),this[_0x2a914d(0x1ac)](_0x2a914d(0x1aa),_0x5602f3),this[_0x2a914d(0x1ac)](_0x2a914d(0x1b6),_0x4609c7?new Date(_0x4609c7):null),this[_0x2a914d(0x1ac)](_0x2a914d(0x1b0),_0x14d9fd||!0x1);}[_0x197f29(0x1ae)](_0x19ba93){var _0x296e5b=_0x197f29;this[_0x296e5b(0x1ac)](_0x296e5b(0x1aa),_0x48b2fb(_0x19ba93)),this[_0x296e5b(0x1b6)]=new Date();}[_0x197f29(0x1b3)](_0x3fd3d8){var _0x341324=_0x197f29;this[_0x341324(0x1ac)](_0x341324(0x1b0),_0x3fd3d8),this[_0x341324(0x1b6)]=new Date();}}