@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
- function _0x1576(_0x4e57fb,_0x365e7f){const _0x5b9de5=_0x5b9d();return _0x1576=function(_0x15768d,_0x274961){_0x15768d=_0x15768d-0x198;let _0x3e7d44=_0x5b9de5[_0x15768d];return _0x3e7d44;},_0x1576(_0x4e57fb,_0x365e7f);}const _0x344de3=_0x1576;(function(_0x3cf981,_0x777bb7){const _0x49160f=_0x1576,_0x465d85=_0x3cf981();while(!![]){try{const _0x335d14=-parseInt(_0x49160f(0x1c4))/0x1*(parseInt(_0x49160f(0x1c7))/0x2)+parseInt(_0x49160f(0x19d))/0x3+parseInt(_0x49160f(0x1a4))/0x4*(-parseInt(_0x49160f(0x1c3))/0x5)+-parseInt(_0x49160f(0x1c0))/0x6+parseInt(_0x49160f(0x1c2))/0x7*(parseInt(_0x49160f(0x1a1))/0x8)+-parseInt(_0x49160f(0x1a2))/0x9+parseInt(_0x49160f(0x1ac))/0xa*(parseInt(_0x49160f(0x1bb))/0xb);if(_0x335d14===_0x777bb7)break;else _0x465d85['push'](_0x465d85['shift']());}catch(_0x1a1bc3){_0x465d85['push'](_0x465d85['shift']());}}}(_0x5b9d,0x448de));import{ContextPlugin as _0x230611,Editor as _0xaf4608}from'ckeditor5/src/core.js';import{CKEditorError as _0x891eb5}from'ckeditor5/src/utils.js';import{AITabsMainView as _0x2b96f2,AI_TABS_VIEW_SIDES as _0x553c9d,AI_TABS_VIEW_TYPES as _0x4a3c33}from'./aitabsmainview.js';function _0x5b9d(){const _0x93d5a9=['render','resize','2607240ucJRwJ','4557483HpQXgq','element','311188TuoyLI','add','ai-tabs-unsupported-ui-side','config','right','destroy','includes','fire','23330cmuJKS','overlay','context','isOfficialPlugin','pluginName','bind','ai-tabs-sidebar-container-element-not-found','AITabs','showResizeButton','ai.container','appendChild','visibleByDefault','type','custom','switchType','2662MpMinv','ai-tabs-configuration-not-found','body','container','focusTracker','3157482sXRcIp','sidebar','7NaZHxx','5KwxsCz','5nOOeoM','side','set','7054HQkuUF','isPremiumPlugin','locale','resizedTabs','remove','switchSide','isMaximized','get','ai-tabs-unsupported-ui-type','1555119PeoKSp','view'];_0x5b9d=function(){return _0x93d5a9;};return _0x5b9d();}export class AITabs extends _0x230611{[_0x344de3(0x19e)];[_0x344de3(0x1be)]=null;[_0x344de3(0x1b4)]=!0x0;static get[_0x344de3(0x1b0)](){const _0x4c689f=_0x344de3;return _0x4c689f(0x1b3);}static get[_0x344de3(0x1af)](){return!0x0;}static get[_0x344de3(0x1c8)](){return!0x0;}constructor(_0x1ab314){const _0x25725d=_0x344de3;super(_0x1ab314);const _0xa4b69a=this[_0x25725d(0x1ae)][_0x25725d(0x1a7)][_0x25725d(0x19b)](_0x25725d(0x1b5));if(this[_0x25725d(0x1c6)](_0x25725d(0x1c5),_0x25725d(0x1a8)),!_0xa4b69a)throw new _0x891eb5(_0x25725d(0x1bc));if(void 0x0!==_0xa4b69a[_0x25725d(0x1b4)]&&(this[_0x25725d(0x1b4)]=_0xa4b69a[_0x25725d(0x1b4)]),_0x25725d(0x1c1)!==_0xa4b69a[_0x25725d(0x1b8)]&&_0x25725d(0x1ad)!==_0xa4b69a[_0x25725d(0x1b8)]||_0xa4b69a[_0x25725d(0x1c5)]&&(this[_0x25725d(0x1c5)]=_0xa4b69a[_0x25725d(0x1c5)]),_0x25725d(0x1c1)===_0xa4b69a[_0x25725d(0x1b8)]){if(this[_0x25725d(0x1be)]=_0xa4b69a[_0x25725d(0x1a3)],this[_0x25725d(0x1c6)](_0x25725d(0x1b8),_0x25725d(0x1c1)),!this[_0x25725d(0x1be)])throw new _0x891eb5(_0x25725d(0x1b2));}else _0x25725d(0x1ad)===_0xa4b69a[_0x25725d(0x1b8)]?(this[_0x25725d(0x1be)]=document[_0x25725d(0x1bd)],this[_0x25725d(0x1c6)](_0x25725d(0x1b8),_0x25725d(0x1ad))):(this[_0x25725d(0x1be)]=null,this[_0x25725d(0x1c6)](_0x25725d(0x1b8),_0x25725d(0x1b9)));this[_0x25725d(0x19e)]=new _0x2b96f2(this[_0x25725d(0x1ae)][_0x25725d(0x1c9)],{'side':this[_0x25725d(0x1c5)],'type':this[_0x25725d(0x1b8)],'visibleByDefault':void 0x0===_0xa4b69a[_0x25725d(0x1b7)]||_0xa4b69a[_0x25725d(0x1b7)]}),this[_0x25725d(0x19e)][_0x25725d(0x19f)](),this[_0x25725d(0x19e)][_0x25725d(0x1b1)](_0x25725d(0x1c5))['to'](this,_0x25725d(0x1c5)),this[_0x25725d(0x19e)][_0x25725d(0x1b1)](_0x25725d(0x1b8))['to'](this,_0x25725d(0x1b8)),this[_0x25725d(0x1be)]&&this[_0x25725d(0x1be)][_0x25725d(0x1b6)](this[_0x25725d(0x19e)][_0x25725d(0x1a3)]),this[_0x25725d(0x1ae)]instanceof _0xaf4608&&this[_0x25725d(0x1ae)]['ui'][_0x25725d(0x1bf)][_0x25725d(0x1a5)](this[_0x25725d(0x19e)][_0x25725d(0x1a3)]);}[_0x344de3(0x1ba)](_0x8e32c9){const _0xa710d4=_0x344de3;if(_0x8e32c9&&this[_0xa710d4(0x1b8)]!==_0x8e32c9){if(!_0x4a3c33[_0xa710d4(0x1aa)](_0x8e32c9))throw new _0x891eb5(_0xa710d4(0x19c));this[_0xa710d4(0x1b8)]=_0x8e32c9;}}[_0x344de3(0x199)](_0x489d65){const _0x4b6cf8=_0x344de3;if(_0x489d65&&this[_0x4b6cf8(0x1c5)]!==_0x489d65){if(!_0x553c9d[_0x4b6cf8(0x1aa)](_0x489d65))throw new _0x891eb5(_0x4b6cf8(0x1a6));this[_0x4b6cf8(0x1c5)]=_0x489d65;}}[_0x344de3(0x1a0)](){const _0xa2522e=_0x344de3;this[_0xa2522e(0x19e)][_0xa2522e(0x19a)]=!this[_0xa2522e(0x19e)][_0xa2522e(0x19a)],this[_0xa2522e(0x1ab)](_0xa2522e(0x1ca),this[_0xa2522e(0x19e)][_0xa2522e(0x19a)]);}[_0x344de3(0x1a9)](){const _0x47cfc7=_0x344de3;super[_0x47cfc7(0x1a9)](),this[_0x47cfc7(0x19e)][_0x47cfc7(0x1a9)](),this[_0x47cfc7(0x19e)][_0x47cfc7(0x1a3)]&&this[_0x47cfc7(0x19e)][_0x47cfc7(0x1a3)][_0x47cfc7(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 _0x20a78a=_0x4468;(function(_0x1ce6c2,_0x419ce){const _0x574e5f=_0x4468,_0x2d5d70=_0x1ce6c2();while(!![]){try{const _0x399962=-parseInt(_0x574e5f(0xd1))/0x1*(-parseInt(_0x574e5f(0xc2))/0x2)+parseInt(_0x574e5f(0xc9))/0x3*(parseInt(_0x574e5f(0xcc))/0x4)+-parseInt(_0x574e5f(0xbc))/0x5+-parseInt(_0x574e5f(0xc7))/0x6*(-parseInt(_0x574e5f(0xc3))/0x7)+parseInt(_0x574e5f(0xcb))/0x8*(-parseInt(_0x574e5f(0xc1))/0x9)+parseInt(_0x574e5f(0xce))/0xa+-parseInt(_0x574e5f(0xc0))/0xb;if(_0x399962===_0x419ce)break;else _0x2d5d70['push'](_0x2d5d70['shift']());}catch(_0x24cddb){_0x2d5d70['push'](_0x2d5d70['shift']());}}}(_0x37de,0x6bc1a));import{AITabsView as _0x483467}from'./tabs/aitabsview.js';function _0x37de(){const _0x37955c=['visibleByDefault','18XZlWXa','ck-ai-tabs__sidebar','237RAaHDp','left','66208ugvMKV','43788mjpemD','buttonViews','2950000ouxomU','isVisible','ck-hidden','307254ttTonh','add','right','overlay','withText','extendTemplate','custom','type','bindTemplate','109205jHAIBr','ck-ai-tabs__overlay','ck-ai-tabs','set','10193942rnyjct','126rQlqWf','2LpEEsD','90370eGEdVY','side','sidebar'];_0x37de=function(){return _0x37955c;};return _0x37de();}import'../../theme/aitabs/aitabsview.css';export const AI_TABS_VIEW_TYPES=[_0x20a78a(0xd4),_0x20a78a(0xc5),_0x20a78a(0xd7)];export const AI_TABS_VIEW_SIDES=[_0x20a78a(0xca),_0x20a78a(0xd3)];function _0x4468(_0x5d00cf,_0x174ed8){const _0x37de57=_0x37de();return _0x4468=function(_0x44681b,_0x388aa6){_0x44681b=_0x44681b-0xba;let _0x3bd8a7=_0x37de57[_0x44681b];return _0x3bd8a7;},_0x4468(_0x5d00cf,_0x174ed8);}export class AITabsMainView extends _0x483467{constructor(_0x2ebbf2,_0x40f939={}){const _0x2dd6f8=_0x20a78a;super(_0x2ebbf2,_0x40f939),this[_0x2dd6f8(0xbf)](_0x2dd6f8(0xba),_0x40f939[_0x2dd6f8(0xba)]||_0x2dd6f8(0xc5)),this[_0x2dd6f8(0xbf)](_0x2dd6f8(0xc4),_0x40f939[_0x2dd6f8(0xc4)]||_0x2dd6f8(0xd3)),this[_0x2dd6f8(0xbf)](_0x2dd6f8(0xcf),_0x40f939[_0x2dd6f8(0xc6)]??!0x0);const _0x1174d1=this[_0x2dd6f8(0xbb)];this[_0x2dd6f8(0xd6)]({'attributes':{'class':[_0x2dd6f8(0xbe),_0x1174d1['if'](_0x2dd6f8(0xba),_0x2dd6f8(0xbd),_0x4fe8c0=>_0x2dd6f8(0xd4)===_0x4fe8c0),_0x1174d1['if'](_0x2dd6f8(0xba),_0x2dd6f8(0xc8),_0x534c8c=>_0x2dd6f8(0xc5)===_0x534c8c),_0x1174d1['if'](_0x2dd6f8(0xcf),_0x2dd6f8(0xd0),_0x39226a=>!_0x39226a)]}}),this[_0x2dd6f8(0xcd)]['on'](_0x2dd6f8(0xd2),(_0x35d30f,_0x3b7217)=>{const _0x224aa5=_0x2dd6f8;_0x3b7217[_0x224aa5(0xbf)](_0x224aa5(0xd5),!0x1);});}}
@@ -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 _0x3d078c=_0x2f85;(function(_0x4409c8,_0x29e0c5){const _0x2c2766=_0x2f85,_0xe7ddad=_0x4409c8();while(!![]){try{const _0x4d6f3b=-parseInt(_0x2c2766(0x10d))/0x1*(-parseInt(_0x2c2766(0x125))/0x2)+-parseInt(_0x2c2766(0xfc))/0x3*(parseInt(_0x2c2766(0x104))/0x4)+-parseInt(_0x2c2766(0xfd))/0x5*(-parseInt(_0x2c2766(0x10b))/0x6)+parseInt(_0x2c2766(0x100))/0x7*(-parseInt(_0x2c2766(0xf2))/0x8)+parseInt(_0x2c2766(0xe9))/0x9*(parseInt(_0x2c2766(0xe5))/0xa)+parseInt(_0x2c2766(0x111))/0xb+-parseInt(_0x2c2766(0x112))/0xc;if(_0x4d6f3b===_0x29e0c5)break;else _0xe7ddad['push'](_0xe7ddad['shift']());}catch(_0x23d369){_0xe7ddad['push'](_0xe7ddad['shift']());}}}(_0x2c91,0xd1cf1));import{View as _0x52302a}from'ckeditor5/src/ui.js';import{toArray as _0x21ffa9,CKEditorError as _0x16cee4}from'ckeditor5/src/utils.js';function _0x2c91(){const _0x41866e=['_setupButton','render','keys','ck-reset','locale','buttonIcon','button','_hideButton','hideTab','444MVQdWU','1103035tQCkyO','side','activateTab:','2626967WBLqUj','icon','_showPanel','ck-tabs__panels-container_','628lDkkAl','ck-tabs','show:','panel','_showButton','isOn','activeTab','30OqWDOQ','right','37049xoLSpe','length','fire','reduce','726869tKknsd','27504804ACyDsR','ck-ai-tabs_maximized','find','isVisible','ck-tabs__buttons-container','bind','hide','isMaximized','_tabs','getTab','class','order','ck-tabs__buttons-container_','getIndex','label','showTab','set','addTab:','buttonLabel','78uaBQYz','top','add','createCollection','execute','div','ck-tabs__panels-container','panelViews','_getPanel','ui-tabsview-tab-not-found','bindTemplate','activateTab','addTab','children','46460dYLJim','getTabIds','show','hide:','3267YrQeOK','get','_hidePanel','content','buttonViews','ck-tabs_','_getButton','left','setTemplate','24rTQLhF'];_0x2c91=function(){return _0x41866e;};return _0x2c91();}import{TabButtonView as _0x3d4981}from'./tabbuttonview.js';function _0x2f85(_0x5698f2,_0x259d0f){const _0x2c9165=_0x2c91();return _0x2f85=function(_0x2f85b0,_0x1ba98b){_0x2f85b0=_0x2f85b0-0xdf;let _0x8d357b=_0x2c9165[_0x2f85b0];return _0x8d357b;},_0x2f85(_0x5698f2,_0x259d0f);}import{TabPanelView as _0x1a38f2}from'./tabpanelview.js';import'../../../theme/aitabs/tabs/tabsview.css';export const AI_TABS_POSITIONS=[_0x3d078c(0x126),_0x3d078c(0xf0),_0x3d078c(0x10c)];export class AITabsView extends _0x52302a{[_0x3d078c(0xed)]=this[_0x3d078c(0x128)]();[_0x3d078c(0x12c)]=this[_0x3d078c(0x128)]();[_0x3d078c(0x11a)]=new Map();constructor(_0x5048ee,_0x5a95e1={}){const _0x1c6c40=_0x3d078c;super(_0x5048ee),this[_0x1c6c40(0x122)](_0x1c6c40(0x11c),void 0x0),this[_0x1c6c40(0x122)](_0x1c6c40(0x10a),null),this[_0x1c6c40(0x122)](_0x1c6c40(0xfe),_0x5a95e1[_0x1c6c40(0xfe)]||_0x1c6c40(0x126)),this[_0x1c6c40(0x122)](_0x1c6c40(0x119),!0x1);const _0x32c32a=this[_0x1c6c40(0xe1)];this[_0x1c6c40(0xf1)]({'tag':_0x1c6c40(0x12a),'attributes':{'class':['ck',_0x1c6c40(0xf6),_0x1c6c40(0x105),..._0x21ffa9(_0x5a95e1[_0x1c6c40(0x11c)]||[]),_0x32c32a['to'](_0x1c6c40(0xfe),_0x710ff=>_0x1c6c40(0xee)+_0x710ff),_0x32c32a['to'](_0x1c6c40(0x11c)),_0x32c32a['to'](_0x1c6c40(0x119),_0x3603a3=>_0x3603a3?_0x1c6c40(0x113):'')],'tabindex':'0'},'children':[{'tag':_0x1c6c40(0x12a),'attributes':{'class':['ck',_0x1c6c40(0x116),_0x32c32a['to'](_0x1c6c40(0xfe),_0x8ee08=>_0x1c6c40(0x11e)+_0x8ee08)]},'children':this[_0x1c6c40(0xed)]},{'tag':_0x1c6c40(0x12a),'attributes':{'class':['ck',_0x1c6c40(0x12b),_0x32c32a['to'](_0x1c6c40(0xfe),_0x574090=>_0x1c6c40(0x103)+_0x574090)]},'children':this[_0x1c6c40(0x12c)]},..._0x21ffa9(_0x5a95e1[_0x1c6c40(0xe4)]||[])]});}[_0x3d078c(0xe6)](){const _0x184e0d=_0x3d078c;return[...this[_0x184e0d(0x11a)][_0x184e0d(0xf5)]()];}[_0x3d078c(0x11b)](_0x4900ac){const _0x4b3fff=_0x3d078c,_0x238727=this[_0x4b3fff(0x11a)][_0x4b3fff(0xea)](_0x4900ac);return _0x238727||null;}[_0x3d078c(0xe3)](_0x1ce328){const _0x401b89=_0x3d078c,_0x15b8a2=this[_0x401b89(0xf3)]({'id':_0x1ce328['id'],'label':_0x1ce328[_0x401b89(0x124)],'icon':_0x1ce328[_0x401b89(0xf8)],'order':_0x1ce328[_0x401b89(0x11d)]}),_0x4cbf25=new _0x1a38f2(this[_0x401b89(0xf7)]);return _0x4cbf25[_0x401b89(0xf4)](),_0x1ce328[_0x401b89(0xec)]&&_0x4cbf25[_0x401b89(0xe4)][_0x401b89(0x127)](_0x1ce328[_0x401b89(0xec)]),this[_0x401b89(0x12c)][_0x401b89(0x127)](_0x4cbf25),this[_0x401b89(0x11a)][_0x401b89(0x122)](_0x1ce328['id'],{'button':_0x15b8a2,'panel':_0x4cbf25,'order':void 0x0!==_0x1ce328[_0x401b89(0x11d)]?_0x1ce328[_0x401b89(0x11d)]:null}),this[_0x401b89(0x10f)](_0x401b89(0x123)+_0x1ce328['id'],{'id':_0x1ce328['id'],'button':_0x15b8a2,'panel':_0x4cbf25}),null===this[_0x401b89(0x10a)]?this[_0x401b89(0xe2)](_0x1ce328['id']):this[_0x401b89(0xeb)](_0x1ce328['id']),{'button':_0x15b8a2,'panel':_0x4cbf25};}[_0x3d078c(0xe2)](_0x10766a){const _0x40f33b=_0x3d078c;if(null!==_0x10766a&&!this[_0x40f33b(0x11b)](_0x10766a))throw new _0x16cee4(_0x40f33b(0xe0),{'tabs':this,'tabId':_0x10766a});this[_0x40f33b(0x10a)]!==_0x10766a&&(this[_0x40f33b(0x10a)]&&this[_0x40f33b(0xeb)](this[_0x40f33b(0x10a)]),this[_0x40f33b(0x10a)]=_0x10766a,_0x10766a&&this[_0x40f33b(0x102)](_0x10766a),this[_0x40f33b(0x10f)](_0x40f33b(0xff)+_0x10766a,_0x10766a));}[_0x3d078c(0x121)](_0x310ea6){const _0x5d1898=_0x3d078c;if(!this[_0x5d1898(0x11b)](_0x310ea6))throw new _0x16cee4(_0x5d1898(0xe0),{'tabs':this,'tabId':_0x310ea6});this[_0x5d1898(0x102)](_0x310ea6),this[_0x5d1898(0x108)](_0x310ea6),this[_0x5d1898(0x10f)](_0x5d1898(0x106)+_0x310ea6,_0x310ea6);}[_0x3d078c(0xfb)](_0x41f5b5){const _0x3b6072=_0x3d078c;if(!this[_0x3b6072(0x11b)](_0x41f5b5))throw new _0x16cee4(_0x3b6072(0xe0),{'tabs':this,'tabId':_0x41f5b5});const _0x4975bd=this[_0x3b6072(0x10a)];this[_0x3b6072(0xeb)](_0x41f5b5),this[_0x3b6072(0xfa)](_0x41f5b5);const _0x31e3bb=this[_0x3b6072(0xe6)]();_0x4975bd===_0x41f5b5&&_0x31e3bb[_0x3b6072(0x10e)]>0x1&&this[_0x3b6072(0xe2)](_0x31e3bb[_0x3b6072(0x114)](_0x3c190f=>_0x3c190f!==_0x41f5b5)),this[_0x3b6072(0x10f)](_0x3b6072(0xe8)+_0x41f5b5,_0x41f5b5);}[_0x3d078c(0xdf)](_0x3c9661){const _0x5c270d=_0x3d078c,_0x2f4966=this[_0x5c270d(0x11a)][_0x5c270d(0xea)](_0x3c9661);return _0x2f4966?_0x2f4966[_0x5c270d(0x107)]:null;}[_0x3d078c(0x102)](_0x4b20fd){const _0x52c69d=_0x3d078c;null!==this[_0x52c69d(0x10a)]&&this[_0x52c69d(0x10a)]!==_0x4b20fd||this[_0x52c69d(0xdf)](_0x4b20fd)[_0x52c69d(0xe7)]();}[_0x3d078c(0xeb)](_0x540957){const _0xe58e3c=_0x3d078c,_0x328ecc=this[_0xe58e3c(0xdf)](_0x540957);_0x328ecc[_0xe58e3c(0x115)]&&(this[_0xe58e3c(0x10a)]===_0x540957&&(this[_0xe58e3c(0x10a)]=null),_0x328ecc[_0xe58e3c(0x118)]());}[_0x3d078c(0xef)](_0x540598){const _0x741b69=_0x3d078c,_0xc2a52a=this[_0x741b69(0x11a)][_0x741b69(0xea)](_0x540598);return _0xc2a52a?_0xc2a52a[_0x741b69(0xf9)]:null;}[_0x3d078c(0x108)](_0x124fd0){const _0x2fb1bb=_0x3d078c;this[_0x2fb1bb(0xef)](_0x124fd0)[_0x2fb1bb(0xe7)]();}[_0x3d078c(0xfa)](_0x5b2b62){const _0x368529=_0x3d078c;this[_0x368529(0xef)](_0x5b2b62)[_0x368529(0x118)]();}[_0x3d078c(0xf3)](_0x570fd4){const _0x3af73b=_0x3d078c,_0x355aed=new _0x3d4981(this[_0x3af73b(0xf7)],{'side':this[_0x3af73b(0xfe)]}),_0x1b06d5=this[_0x3af73b(0xed)];if(_0x355aed[_0x3af73b(0x122)]({'label':_0x570fd4[_0x3af73b(0x120)],'icon':_0x570fd4[_0x3af73b(0x101)],'tooltip':!0x0,'withText':!0x0}),_0x355aed[_0x3af73b(0x117)](_0x3af73b(0x109))['to'](this,_0x3af73b(0x10a),_0x2f21b2=>_0x2f21b2===_0x570fd4['id']),_0x355aed[_0x3af73b(0x117)](_0x3af73b(0xfe))['to'](this,_0x3af73b(0xfe)),_0x570fd4[_0x3af73b(0x11d)]){const _0x3bc590=[...this[_0x3af73b(0x11a)]][_0x3af73b(0x110)]((_0x298309,_0x15424e)=>{const _0x25df00=_0x3af73b,_0x1e9632=_0x15424e[0x0],{order:_0x5661b4}=_0x15424e[0x1];return!_0x5661b4||_0x5661b4>_0x570fd4[_0x25df00(0x11d)]?_0x298309:_0x5661b4>=_0x298309[_0x25df00(0x11d)]?{'id':_0x1e9632,'order':_0x5661b4}:_0x298309;},{'id':'','order':0x0}),_0x97b0be=_0x1b06d5[_0x3af73b(0x11f)](this[_0x3af73b(0xef)](_0x3bc590['id']));_0x1b06d5[_0x3af73b(0x127)](_0x355aed,_0x97b0be+0x1);}else _0x1b06d5[_0x3af73b(0x127)](_0x355aed);return _0x355aed['on'](_0x3af73b(0x129),()=>{const _0x46c596=_0x3af73b;this[_0x46c596(0xe2)](_0x570fd4['id']);}),_0x355aed;}}
@@ -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 _0x363d(_0x13a2ea,_0xe398a8){const _0x4eafd7=_0x4eaf();return _0x363d=function(_0x363d39,_0x4034a6){_0x363d39=_0x363d39-0x187;let _0x3c58fd=_0x4eafd7[_0x363d39];return _0x3c58fd;},_0x363d(_0x13a2ea,_0xe398a8);}function _0x4eaf(){const _0x5967f7=['386004bZAAWt','top','147860ohsmWa','ck-tab-button_','1298LdSXol','class','show','hide','isToggleable','1381961wxooEP','18PqPpTV','3040503wQdrny','isVisible','5463224JXRmGH','set','5809797qIBizR','2LqfqVB','10760TnByVE','bindTemplate','side','ck-tab-button','extendTemplate','88EAzPIA'];_0x4eaf=function(){return _0x5967f7;};return _0x4eaf();}const _0x37ddbe=_0x363d;(function(_0x232217,_0x253e4e){const _0x3a2a4a=_0x363d,_0x29d9d5=_0x232217();while(!![]){try{const _0x442181=parseInt(_0x3a2a4a(0x195))/0x1+parseInt(_0x3a2a4a(0x18e))/0x2*(-parseInt(_0x3a2a4a(0x189))/0x3)+-parseInt(_0x3a2a4a(0x194))/0x4*(parseInt(_0x3a2a4a(0x197))/0x5)+parseInt(_0x3a2a4a(0x188))/0x6*(parseInt(_0x3a2a4a(0x187))/0x7)+parseInt(_0x3a2a4a(0x18b))/0x8+parseInt(_0x3a2a4a(0x18d))/0x9+-parseInt(_0x3a2a4a(0x18f))/0xa*(-parseInt(_0x3a2a4a(0x199))/0xb);if(_0x442181===_0x253e4e)break;else _0x29d9d5['push'](_0x29d9d5['shift']());}catch(_0x2e971b){_0x29d9d5['push'](_0x29d9d5['shift']());}}}(_0x4eaf,0xbbe38));import{ButtonView as _0x33a34e}from'ckeditor5/src/ui.js';import{toArray as _0x17b0f1}from'ckeditor5/src/utils.js';import'../../../theme/aitabs/tabs/tabbuttonview.css';export class TabButtonView extends _0x33a34e{constructor(_0x347ea1,_0x3b1b6d={}){const _0x54c2cd=_0x363d;super(_0x347ea1),this[_0x54c2cd(0x19d)]=!0x0,this[_0x54c2cd(0x18c)](_0x54c2cd(0x191),_0x3b1b6d[_0x54c2cd(0x191)]||_0x54c2cd(0x196));const _0x4cb58c=this[_0x54c2cd(0x190)];this[_0x54c2cd(0x193)]({'attributes':{'class':[_0x54c2cd(0x192),..._0x17b0f1(_0x3b1b6d[_0x54c2cd(0x19a)]||[]),_0x4cb58c['to'](_0x54c2cd(0x191),_0x2a31ac=>_0x54c2cd(0x198)+_0x2a31ac),_0x4cb58c['to'](_0x54c2cd(0x19a))]}});}[_0x37ddbe(0x19b)](){const _0x4b082c=_0x37ddbe;this[_0x4b082c(0x18c)](_0x4b082c(0x18a),!0x0);}[_0x37ddbe(0x19c)](){const _0x21ef4c=_0x37ddbe;this[_0x21ef4c(0x18c)](_0x21ef4c(0x18a),!0x1);}}
@@ -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 _0x315346=_0x1f65;function _0x1f65(_0x1ff6ba,_0x4d2c8b){const _0x375c65=_0x375c();return _0x1f65=function(_0x1f65e3,_0x45cbc2){_0x1f65e3=_0x1f65e3-0x1e5;let _0x16071b=_0x375c65[_0x1f65e3];return _0x16071b;},_0x1f65(_0x1ff6ba,_0x4d2c8b);}(function(_0x186f6b,_0x2ea925){const _0x28d9f2=_0x1f65,_0x5038f1=_0x186f6b();while(!![]){try{const _0x40051b=-parseInt(_0x28d9f2(0x1f5))/0x1+parseInt(_0x28d9f2(0x1f0))/0x2*(parseInt(_0x28d9f2(0x1e9))/0x3)+parseInt(_0x28d9f2(0x1ec))/0x4*(parseInt(_0x28d9f2(0x1f9))/0x5)+-parseInt(_0x28d9f2(0x1f6))/0x6*(parseInt(_0x28d9f2(0x1f7))/0x7)+parseInt(_0x28d9f2(0x1f3))/0x8+-parseInt(_0x28d9f2(0x1fa))/0x9+parseInt(_0x28d9f2(0x1ef))/0xa*(-parseInt(_0x28d9f2(0x1e6))/0xb);if(_0x40051b===_0x2ea925)break;else _0x5038f1['push'](_0x5038f1['shift']());}catch(_0x49156f){_0x5038f1['push'](_0x5038f1['shift']());}}}(_0x375c,0x2379e));import{View as _0x366400}from'ckeditor5/src/ui.js';import{toArray as _0x24c80d}from'ckeditor5/src/utils.js';function _0x375c(){const _0x4883ea=['1415916luSkUD','isVisible','set','3213947zqjzXC','ck-tab-panel','div','3EokJmz','createCollection','hide','52NuxWdH','setTemplate','class','10lrXAWh','379372fowXAM','ck-hidden','show','1828536fWCYKE','bindTemplate','109051PmWiqY','19194HDiDas','7qeWRiP','children','111080FAOZmj'];_0x375c=function(){return _0x4883ea;};return _0x375c();}export class TabPanelView extends _0x366400{[_0x315346(0x1f8)];constructor(_0x49e44a,_0x24445f={}){const _0x30974d=_0x315346;super(_0x49e44a);const _0x57b7b5=this[_0x30974d(0x1f4)];this[_0x30974d(0x1e5)](_0x30974d(0x1fb),!0x1),this[_0x30974d(0x1e5)](_0x30974d(0x1ee),''),this[_0x30974d(0x1f8)]=this[_0x30974d(0x1ea)](),this[_0x30974d(0x1ed)]({'tag':_0x30974d(0x1e8),'attributes':{'class':[_0x30974d(0x1e7),..._0x24c80d(_0x24445f[_0x30974d(0x1ee)]||[]),_0x57b7b5['to'](_0x30974d(0x1ee)),_0x57b7b5['if'](_0x30974d(0x1fb),_0x30974d(0x1f1),_0x39790a=>!_0x39790a)]},'children':this[_0x30974d(0x1f8)]});}[_0x315346(0x1f2)](){const _0x1d074f=_0x315346;this[_0x1d074f(0x1e5)](_0x1d074f(0x1fb),!0x0);}[_0x315346(0x1eb)](){const _0xc6174e=_0x315346;this[_0xc6174e(0x1e5)](_0xc6174e(0x1fb),!0x1);}}
@@ -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 _0x2cd929=_0x48af;(function(_0x59b0df,_0x38404b){var _0x1bc0cc=_0x48af,_0x40b10a=_0x59b0df();while(!![]){try{var _0x1ef4a6=-parseInt(_0x1bc0cc(0x111))/0x1+-parseInt(_0x1bc0cc(0x11d))/0x2*(-parseInt(_0x1bc0cc(0x120))/0x3)+parseInt(_0x1bc0cc(0x11b))/0x4*(parseInt(_0x1bc0cc(0x11a))/0x5)+-parseInt(_0x1bc0cc(0x113))/0x6*(-parseInt(_0x1bc0cc(0x114))/0x7)+-parseInt(_0x1bc0cc(0x11f))/0x8*(-parseInt(_0x1bc0cc(0x11c))/0x9)+-parseInt(_0x1bc0cc(0x117))/0xa+-parseInt(_0x1bc0cc(0x115))/0xb;if(_0x1ef4a6===_0x38404b)break;else _0x40b10a['push'](_0x40b10a['shift']());}catch(_0xd17f3f){_0x40b10a['push'](_0x40b10a['shift']());}}}(_0x8448,0x7dd3c));import{ContextPlugin as _0x29c519}from'ckeditor5/src/core.js';function _0x48af(_0x212324,_0x29b156){var _0x8448d5=_0x8448();return _0x48af=function(_0x48af88,_0x1708d6){_0x48af88=_0x48af88-0x111;var _0x19d16c=_0x8448d5[_0x48af88];return _0x19d16c;},_0x48af(_0x212324,_0x29b156);}import{AITranslateController as _0x44cc8b}from'./aitranslatecontroller.js';function _0x8448(){var _0x530031=['3mTHneC','196881TTfazW','AITranslate','552rOFEBV','64505UokmLt','12367762QAcWWF','pluginName','3514680mRraRs','isPremiumPlugin','requires','195sxYFTp','13412IHHGgr','256518xNfFxQ','1449996xQbRbL','isOfficialPlugin','136ITRBrN'];_0x8448=function(){return _0x530031;};return _0x8448();}import{AITranslateUI as _0x9d7288}from'./aitranslateui.js';import{AIReviewCoreEditing as _0x40fc85}from'../aireviewcore/aireviewcoreediting.js';export class AITranslate extends _0x29c519{static get[_0x2cd929(0x119)](){return[_0x44cc8b,_0x9d7288,_0x40fc85];}static get[_0x2cd929(0x116)](){var _0x1e48a0=_0x2cd929;return _0x1e48a0(0x112);}static get[_0x2cd929(0x11e)](){return!0x0;}static get[_0x2cd929(0x118)](){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
- const _0x5a7ff0=_0x2725;(function(_0x239c80,_0x4e2b1e){const _0xcda71=_0x2725,_0x138a20=_0x239c80();while(!![]){try{const _0x1f35b8=-parseInt(_0xcda71(0xec))/0x1+parseInt(_0xcda71(0x98))/0x2*(parseInt(_0xcda71(0xfb))/0x3)+-parseInt(_0xcda71(0xa8))/0x4+parseInt(_0xcda71(0xda))/0x5+parseInt(_0xcda71(0xa1))/0x6*(parseInt(_0xcda71(0xf7))/0x7)+-parseInt(_0xcda71(0xef))/0x8*(-parseInt(_0xcda71(0xd9))/0x9)+-parseInt(_0xcda71(0xc4))/0xa;if(_0x1f35b8===_0x4e2b1e)break;else _0x138a20['push'](_0x138a20['shift']());}catch(_0x4722f5){_0x138a20['push'](_0x138a20['shift']());}}}(_0x4208,0x5948f));import{AIReviewCoreController as _0x23f8b4}from'../aireviewcore/aireviewcorecontroller.js';function _0x2725(_0x2af5d5,_0x391ff5){const _0x4208c6=_0x4208();return _0x2725=function(_0x2725cf,_0x5e18b7){_0x2725cf=_0x2725cf-0x95;let _0x9128e9=_0x4208c6[_0x2725cf];return _0x9128e9;},_0x2725(_0x2af5d5,_0x391ff5);}function _0x4208(){const _0x3ecb88=['korean','ck-ai-translate-','title','startsWith','setAllMarkersAsInactive','French','2739120aCcEkn','AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_','_aiConnector','getContentElementForChange','_markChangePositionInEditorContent','German','activateChange','_getChangeContentElement','setupChecks','_onChangeMarkerClicked','getEditor','plugins','_initRequiredPlugins','deactivateChange','_translateChecks','_onCheckRunFinished','changeId','map','Japanese','_onDeactivateChange','toUpperCase','63rkZxos','1072350DLTuxf','addClass','Portuguese','Chinese\x20(Simplified)','getDocumentData','getRoot','_onChangeMarkerBlurred','chinese','params','context','japanese','ai.translate.languages','document','label','_onReviewCheckRun','AIReviewCoreEditing','diffContent','portuguese','176347coGZBr','spanish','_getTranslationWithDefault','552008oexLEv','_onActivateChange','push','setActiveStateInResults','origin','Russian','italian','AITranslateUI','884947mFwOWc','_scrollToChange','removeClass','replaceAll','45XMDagY','setMarkersInElementAsActive','english','panel','_aiReviewCoreEditing','English','_createReviewCheckRun','_onReviewCheckResultActivated','19556STAJiZ','_changeActivationSource','change','french','ck-ai-review-','define','pluginName','Italian','click','6oCLulf','hover','markChangePositionInEditorContent','_onChangeMarkerHovered','getClassNames','russian','args','618392GouKMR','locale','resetActiveStateInResults','Korean','_diffContent','content','ck-ai-translate-mode-content','_onReviewCheckResultDeactivated','_onReviewRunLeave','_getChecksList','_aiReviewCoreUi','uiInteraction','reactivateMarkers','editing','AITranslateController','config','AI_REVIEW_CHECK_TRANSLATE_TITLE','Spanish','german','view','get','_currentReviewCheckRun'];_0x4208=function(){return _0x3ecb88;};return _0x4208();}import{AITranslateCheckList as _0x26b30d}from'./model/aitranslatechecklist.js';import{AITranslateCheckRun as _0x34558d}from'./model/aitranslatecheckrun.js';import{getTranslation as _0x17dfed}from'../aicore/utils/common-translations.js';export class AITranslateController extends _0x23f8b4{static get[_0x5a7ff0(0x9e)](){const _0x566aff=_0x5a7ff0;return _0x566aff(0xb6);}constructor(_0x8e5bb9){const _0x447030=_0x5a7ff0;super(_0x8e5bb9),this[_0x447030(0xe3)][_0x447030(0xb7)][_0x447030(0x9d)](_0x447030(0xe5),[{'label':_0x447030(0x95),'id':_0x447030(0xfd)},{'label':_0x447030(0xb9),'id':_0x447030(0xed)},{'label':_0x447030(0xc3),'id':_0x447030(0x9b)},{'label':_0x447030(0xc9),'id':_0x447030(0xba)},{'label':_0x447030(0xdd),'id':_0x447030(0xe1)},{'label':_0x447030(0xd6),'id':_0x447030(0xe4)},{'label':_0x447030(0xf4),'id':_0x447030(0xa6)},{'label':_0x447030(0xdc),'id':_0x447030(0xeb)},{'label':_0x447030(0xab),'id':_0x447030(0xbe)},{'label':_0x447030(0x9f),'id':_0x447030(0xf5)}]);}[_0x5a7ff0(0xd3)](){const _0x53e72d=_0x5a7ff0;this[_0x53e72d(0xb0)](!0x0);}[_0x5a7ff0(0xd0)](){const _0x56e75b=_0x5a7ff0;super[_0x56e75b(0xd0)](),this[_0x56e75b(0xb2)]=this[_0x56e75b(0xe3)][_0x56e75b(0xcf)][_0x56e75b(0xbc)](_0x56e75b(0xf6)),this[_0x56e75b(0xff)]=this[_0x56e75b(0xe3)][_0x56e75b(0xcf)][_0x56e75b(0xbc)](_0x56e75b(0xe9));}[_0x5a7ff0(0x96)](_0x117a4d,_0x145f74){const _0x504ef5=_0x5a7ff0;return new _0x34558d(this[_0x504ef5(0xff)][_0x504ef5(0xde)](),_0x145f74,this[_0x504ef5(0xc6)],_0x17dfed(this[_0x504ef5(0xe3)][_0x504ef5(0xa9)],_0x504ef5(0xb8)),_0x117a4d[_0x504ef5(0xe2)],_0x117a4d[_0x504ef5(0xa7)]);}[_0x5a7ff0(0x97)](_0x40e65f){const _0x32e26c=_0x5a7ff0;this[_0x32e26c(0xb2)][_0x32e26c(0xf2)](_0x40e65f[_0x32e26c(0x9a)]['id']),this[_0x32e26c(0xff)][_0x32e26c(0xfc)](_0x40e65f[_0x32e26c(0x9a)]['id']);}[_0x5a7ff0(0xaf)](){const _0x13b9ac=_0x5a7ff0;this[_0x13b9ac(0xff)][_0x13b9ac(0xc2)](),this[_0x13b9ac(0xb2)][_0x13b9ac(0xaa)]();}[_0x5a7ff0(0xf0)](_0x3e0f78){const _0x4dfe9b=_0x5a7ff0;this[_0x4dfe9b(0xbd)]&&(_0x4dfe9b(0xa2)===_0x3e0f78[_0x4dfe9b(0xb3)]&&(this[_0x4dfe9b(0x99)]=_0x4dfe9b(0xfe),this[_0x4dfe9b(0xbd)][_0x4dfe9b(0xca)](_0x3e0f78['id'])),_0x4dfe9b(0xa0)===_0x3e0f78[_0x4dfe9b(0xb3)]&&this[_0x4dfe9b(0xf8)](_0x3e0f78['id']));}[_0x5a7ff0(0xd7)](_0x44fafa){const _0x931cfb=_0x5a7ff0;this[_0x931cfb(0xbd)]&&_0x931cfb(0xfe)===_0x44fafa[_0x931cfb(0xf3)]&&this[_0x931cfb(0xbd)][_0x931cfb(0xd1)]();}[_0x5a7ff0(0xcd)](_0xfa015a,_0x10ce87){const _0x580d77=_0x5a7ff0;this[_0x580d77(0xbd)]&&(this[_0x580d77(0x99)]=_0x580d77(0xad),this[_0x580d77(0xbd)][_0x580d77(0xca)](_0x10ce87[_0x580d77(0xd4)]),this[_0x580d77(0xf8)](_0x10ce87[_0x580d77(0xd4)]));}[_0x5a7ff0(0xa4)](_0x43ace9,_0x46d422){const _0x1ecfcd=_0x5a7ff0;this[_0x1ecfcd(0xbd)]&&(this[_0x1ecfcd(0x99)]=_0x1ecfcd(0xad),this[_0x1ecfcd(0xbd)][_0x1ecfcd(0xca)](_0x46d422[_0x1ecfcd(0xd4)]),this[_0x1ecfcd(0xff)][_0x1ecfcd(0xb4)](_0x46d422[_0x1ecfcd(0xd4)]));}[_0x5a7ff0(0xe0)](){const _0x3395ca=_0x5a7ff0;this[_0x3395ca(0xbd)]&&_0x3395ca(0xad)===this[_0x3395ca(0x99)]&&(this[_0x3395ca(0xbd)][_0x3395ca(0xd1)](),this[_0x3395ca(0xff)][_0x3395ca(0xc2)]());}[_0x5a7ff0(0xcb)](_0x2555d7){const _0x22e045=_0x5a7ff0;return this[_0x22e045(0xff)][_0x22e045(0xc7)](_0x2555d7);}[_0x5a7ff0(0xc8)](_0xd4fd86,_0x15445e){const _0x4c20c0=_0x5a7ff0;this[_0x4c20c0(0xff)][_0x4c20c0(0xa3)](_0xd4fd86,_0x15445e);}[_0x5a7ff0(0xac)](_0x1d7e2b,_0x5b1698){const _0x576ad0=_0x5a7ff0;return this[_0x576ad0(0xff)][_0x576ad0(0xea)](_0x1d7e2b,_0x5b1698,!0x0);}[_0x5a7ff0(0xe8)](){const _0x51432c=_0x5a7ff0,_0x27bdc6=this[_0x51432c(0xff)][_0x51432c(0xce)]();_0x27bdc6&&_0x27bdc6[_0x51432c(0xb5)][_0x51432c(0xbb)][_0x51432c(0x9a)](_0x3e104b=>{const _0x42274e=_0x51432c,_0x103da2=_0x27bdc6[_0x42274e(0xb5)][_0x42274e(0xbb)][_0x42274e(0xe6)][_0x42274e(0xdf)]();for(const _0x543777 of _0x103da2[_0x42274e(0xa5)]())(_0x543777[_0x42274e(0xc1)](_0x42274e(0x9c))||_0x42274e(0xbf)===_0x543777)&&_0x3e104b[_0x42274e(0xf9)](_0x543777,_0x103da2);_0x3e104b[_0x42274e(0xdb)](_0x42274e(0xae),_0x103da2);});}async[_0x5a7ff0(0xb1)](){const _0x4897c4=_0x5a7ff0,_0x44b8b1=[],_0x3a8f88=this[_0x4897c4(0xe3)][_0x4897c4(0xb7)][_0x4897c4(0xbc)](_0x4897c4(0xe5))||[];for(const _0x26ab07 of _0x3a8f88)_0x44b8b1[_0x4897c4(0xf1)]({'title':_0x26ab07[_0x4897c4(0xe7)],'id':_0x26ab07['id'],'commandId':_0x26ab07['id'],'description':'','isParameterized':!0x1,'useArgs':!0x0,'args':{'language':_0x26ab07['id']}});const _0x982ca6=new _0x26b30d();return _0x982ca6[_0x4897c4(0xcc)](this[_0x4897c4(0xd2)](_0x44b8b1)),_0x982ca6;}[_0x5a7ff0(0xd2)](_0x4b3ad5){const _0x5b6591=_0x5a7ff0;return _0x4b3ad5[_0x5b6591(0xd5)](_0x20cd0b=>{const _0x5b190b=_0x5b6591,_0x4ece2f=_0x5b190b(0xc5)+_0x20cd0b[_0x5b190b(0xc0)][_0x5b190b(0xd8)]()[_0x5b190b(0xfa)]('-','_');return{..._0x20cd0b,'title':this[_0x5b190b(0xee)](_0x4ece2f,_0x20cd0b[_0x5b190b(0xc0)])};});}}
@@ -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 _0x1dbba4=_0x1215;function _0x21e6(){const _0x418f1c=['458524KGoerf','30XUeiCU','40bIghOB','AI_TRANSLATE_FINISH_HEADER_TITLE','AI_REVIEW_CHECK_TRANSLATE_TITLE','4hsIamE','createMainView','AI_TRANSLATE_EMPTY_RESULTS_TEXT','66TdIxAX','1406776WmpLXN','65531rOAmna','leaveReview','locale','72TBiEag','view','1971skdRXr','ck-ai-translate-mode','activateTab','fire','_mainView','399755IiEFHi','extendTemplate','22066200RljsOs','context','registerTab','ck-ai-header\x20ck-ai-header_review-translate','plugins','translate','get','addTab','pluginName','569000rCjrTk','AI_TRANSLATE_FINISH_BUTTON_LABEL','AITranslateUI','AI_TRANSLATE_GENERAL_ERROR_MESSAGE','getReviewCheckList','AITabs'];_0x21e6=function(){return _0x418f1c;};return _0x21e6();}(function(_0x22885a,_0x46ecf2){const _0x1d5ae3=_0x1215,_0x18e166=_0x22885a();while(!![]){try{const _0x495f78=-parseInt(_0x1d5ae3(0x121))/0x1*(-parseInt(_0x1d5ae3(0x118))/0x2)+-parseInt(_0x1d5ae3(0x101))/0x3*(-parseInt(_0x1d5ae3(0x11c))/0x4)+parseInt(_0x1d5ae3(0x106))/0x5*(parseInt(_0x1d5ae3(0x11f))/0x6)+-parseInt(_0x1d5ae3(0x120))/0x7+parseInt(_0x1d5ae3(0x111))/0x8*(parseInt(_0x1d5ae3(0xff))/0x9)+-parseInt(_0x1d5ae3(0x119))/0xa*(-parseInt(_0x1d5ae3(0x117))/0xb)+-parseInt(_0x1d5ae3(0x108))/0xc;if(_0x495f78===_0x46ecf2)break;else _0x18e166['push'](_0x18e166['shift']());}catch(_0x4929b3){_0x18e166['push'](_0x18e166['shift']());}}}(_0x21e6,0x88799));import{FormHeaderView as _0xb9c383}from'ckeditor5/src/ui.js';import{IconAITranslate as _0x25fe26}from'ckeditor5/src/icons.js';function _0x1215(_0x5c2cc8,_0x40527d){const _0x21e68a=_0x21e6();return _0x1215=function(_0x1215f3,_0x409feb){_0x1215f3=_0x1215f3-0xff;let _0x5bac7b=_0x21e68a[_0x1215f3];return _0x5bac7b;},_0x1215(_0x5c2cc8,_0x40527d);}import{getTranslation as _0x2ba1d0}from'../aicore/utils/common-translations.js';import{AIReviewCoreUI as _0x733c0a}from'../aireviewcore/aireviewcoreui.js';import{AIReviewCoreView as _0x42e821}from'../aireviewcore/ui/aireviewcoreview.js';import{AITranslateCheckResultsView as _0xc9b239}from'./ui/aitranslatecheckresultsview.js';import{AIReviewCoreReviewCompletedView as _0xc5ec5a}from'../aireviewcore/ui/aireviewcorereviewcompletedview.js';import{AITranslateCheckListView as _0x469efc}from'./ui/aitranslatechecklistview.js';import'../../theme/aitranslate/aitranslate.css';export class AITranslateUI extends _0x733c0a{static get[_0x1dbba4(0x110)](){const _0x270ece=_0x1dbba4;return _0x270ece(0x113);}[_0x1dbba4(0x11d)](){const _0x12c2db=_0x1dbba4,_0x134ad2=this[_0x12c2db(0x109)][_0x12c2db(0x123)],_0x580e10=new _0xb9c383(_0x134ad2,{'label':_0x2ba1d0(_0x134ad2,_0x12c2db(0x11b)),'icon':_0x25fe26,'class':_0x12c2db(0x10b)}),_0x5302b7=new _0x42e821(_0x134ad2,{'header':_0x580e10,'list':new _0x469efc(_0x134ad2),'results':new _0xc9b239(_0x134ad2,{'generalErrorText':_0x2ba1d0(_0x134ad2,_0x12c2db(0x114))}),'completed':new _0xc5ec5a(_0x134ad2,{'headerText':_0x2ba1d0(_0x134ad2,_0x12c2db(0x11a)),'emptyResultsText':_0x2ba1d0(_0x134ad2,_0x12c2db(0x11e)),'buttonText':_0x2ba1d0(_0x134ad2,_0x12c2db(0x112))})});return _0x5302b7[_0x12c2db(0x107)]({'attributes':{'class':_0x12c2db(0x102)}}),_0x5302b7;}[_0x1dbba4(0x10a)](){const _0x56e0d7=_0x1dbba4,_0x361020=this[_0x56e0d7(0x109)][_0x56e0d7(0x10c)][_0x56e0d7(0x10e)](_0x56e0d7(0x116));_0x361020[_0x56e0d7(0x100)]['on'](_0x56e0d7(0x103),(_0xc43c9e,_0x2fdb29)=>{const _0x260826=_0x56e0d7;_0x260826(0x10d)===_0x2fdb29?this[_0x260826(0x104)](_0x260826(0x115)):this[_0x260826(0x104)](_0x260826(0x122));}),_0x361020[_0x56e0d7(0x100)][_0x56e0d7(0x10f)]({'id':_0x56e0d7(0x10d),'buttonLabel':_0x2ba1d0(this[_0x56e0d7(0x109)][_0x56e0d7(0x123)],_0x56e0d7(0x11b)),'buttonIcon':_0x25fe26,'order':0x0,'content':this[_0x56e0d7(0x105)]});}}
@@ -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 _0x58db(){var _0x223fbe=['2013435YoRqRO','3zvmrRH','1574520xzAdnu','apiId','433949IBPyed','14umVzBU','932112DMGsDB','translate','1499682ekqpcJ','6283521rrTksc','3470648zpDIwN'];_0x58db=function(){return _0x223fbe;};return _0x58db();}function _0x545f(_0x446403,_0x1776d2){var _0x58db10=_0x58db();return _0x545f=function(_0x545f3b,_0x281f41){_0x545f3b=_0x545f3b-0x1c7;var _0x31705=_0x58db10[_0x545f3b];return _0x31705;},_0x545f(_0x446403,_0x1776d2);}var _0x1fbed5=_0x545f;(function(_0x1a2a94,_0x3168cf){var _0x13227e=_0x545f,_0x198284=_0x1a2a94();while(!![]){try{var _0x211abb=-parseInt(_0x13227e(0x1cb))/0x1+parseInt(_0x13227e(0x1cd))/0x2+-parseInt(_0x13227e(0x1c8))/0x3*(-parseInt(_0x13227e(0x1c9))/0x4)+-parseInt(_0x13227e(0x1c7))/0x5+parseInt(_0x13227e(0x1cf))/0x6*(parseInt(_0x13227e(0x1cc))/0x7)+parseInt(_0x13227e(0x1d1))/0x8+-parseInt(_0x13227e(0x1d0))/0x9;if(_0x211abb===_0x3168cf)break;else _0x198284['push'](_0x198284['shift']());}catch(_0x44aa0f){_0x198284['push'](_0x198284['shift']());}}}(_0x58db,0x3f22e));import{AIReviewCheck as _0x12fd67}from'../../aireviewcore/model/aireviewcheck.js';export class AITranslateCheck extends _0x12fd67{get[_0x1fbed5(0x1ca)](){var _0x2ed155=_0x1fbed5;return _0x2ed155(0x1ce);}}
@@ -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 _0x32cc(){var _0xd8cfec=['447239vhdsoB','388998hpnxbu','3004sFYLIz','8NEjVnQ','7tMFDla','map','77SKoaLb','122370YPBMGJ','516OblMYT','_checks','setupChecks','824wgVRUH','2215RGKtFd','286285ujpRmH','3325059poFDIf','1638JUlEHz'];_0x32cc=function(){return _0xd8cfec;};return _0x32cc();}var _0x47e1c0=_0x4663;function _0x4663(_0x4f6559,_0xc157de){var _0x32cc38=_0x32cc();return _0x4663=function(_0x466343,_0x2d8183){_0x466343=_0x466343-0xe3;var _0x4c5f70=_0x32cc38[_0x466343];return _0x4c5f70;},_0x4663(_0x4f6559,_0xc157de);}(function(_0x2084d8,_0xa0a59c){var _0x33ecaf=_0x4663,_0x593c01=_0x2084d8();while(!![]){try{var _0x59dec2=-parseInt(_0x33ecaf(0xec))/0x1+-parseInt(_0x33ecaf(0xea))/0x2*(parseInt(_0x33ecaf(0xee))/0x3)+parseInt(_0x33ecaf(0xf1))/0x4*(-parseInt(_0x33ecaf(0xeb))/0x5)+parseInt(_0x33ecaf(0xf0))/0x6*(parseInt(_0x33ecaf(0xe3))/0x7)+-parseInt(_0x33ecaf(0xf2))/0x8*(parseInt(_0x33ecaf(0xed))/0x9)+-parseInt(_0x33ecaf(0xe6))/0xa*(parseInt(_0x33ecaf(0xe5))/0xb)+-parseInt(_0x33ecaf(0xe7))/0xc*(-parseInt(_0x33ecaf(0xef))/0xd);if(_0x59dec2===_0xa0a59c)break;else _0x593c01['push'](_0x593c01['shift']());}catch(_0x5e6b12){_0x593c01['push'](_0x593c01['shift']());}}}(_0x32cc,0x3bd82));import{AITranslateCheck as _0x564643}from'./aitranslatecheck.js';import{AIReviewCheckList as _0x597b12}from'../../aireviewcore/model/aireviewchecklist.js';export class AITranslateCheckList extends _0x597b12{[_0x47e1c0(0xe9)](_0x10fd78){var _0x28ea3d=_0x47e1c0;this[_0x28ea3d(0xe8)]=_0x10fd78[_0x28ea3d(0xe4)](_0x592cee=>new _0x564643(_0x592cee));}}
@@ -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 _0xd776(){var _0x24057a=['51RBHtIq','1930504ZAjGTG','_sourceCheck','subTitle','title','1214720dozSwP','_title','4375554kYztUw','233080aXWNPH','6AqPSlM','31836BzLYIJ','8102948LweiBi','378dnXTzw','8805540LJwAvI'];_0xd776=function(){return _0x24057a;};return _0xd776();}var _0x47f11d=_0x2c7a;(function(_0x39b1f8,_0x525a61){var _0x3ef0d0=_0x2c7a,_0x3c24b6=_0x39b1f8();while(!![]){try{var _0x346678=-parseInt(_0x3ef0d0(0x88))/0x1*(parseInt(_0x3ef0d0(0x84))/0x2)+parseInt(_0x3ef0d0(0x83))/0x3*(parseInt(_0x3ef0d0(0x89))/0x4)+-parseInt(_0x3ef0d0(0x8d))/0x5+-parseInt(_0x3ef0d0(0x8f))/0x6+parseInt(_0x3ef0d0(0x85))/0x7+parseInt(_0x3ef0d0(0x90))/0x8*(parseInt(_0x3ef0d0(0x86))/0x9)+-parseInt(_0x3ef0d0(0x87))/0xa;if(_0x346678===_0x525a61)break;else _0x3c24b6['push'](_0x3c24b6['shift']());}catch(_0x1d2725){_0x3c24b6['push'](_0x3c24b6['shift']());}}}(_0xd776,0xa67b7));import{AIReviewSystemCheckRun as _0x999b65}from'../../aireviewcore/model/aireviewsystemcheckrun.js';function _0x2c7a(_0x42a505,_0x5152ab){var _0xd77670=_0xd776();return _0x2c7a=function(_0x2c7af9,_0x4d93fc){_0x2c7af9=_0x2c7af9-0x83;var _0xe97267=_0xd77670[_0x2c7af9];return _0xe97267;},_0x2c7a(_0x42a505,_0x5152ab);}export class AITranslateCheckRun extends _0x999b65{[_0x47f11d(0x8e)];constructor(_0x595b99,_0x5a3d9e,_0x20e416,_0x59b86c,_0x4eaaf0,_0x21db46){var _0x23d4f6=_0x47f11d;super(_0x595b99,_0x5a3d9e,_0x20e416,_0x4eaaf0,_0x21db46),this[_0x23d4f6(0x8e)]=_0x59b86c;}get[_0x47f11d(0x8c)](){var _0x428c3d=_0x47f11d;return this[_0x428c3d(0x8e)];}get[_0x47f11d(0x8b)](){var _0x2793a9=_0x47f11d;return this[_0x2793a9(0x8a)][_0x2793a9(0x8c)];}}
@@ -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 _0x59d31c=_0x20e6;(function(_0x24b3cd,_0x3dba96){const _0x57f535=_0x20e6,_0x387b5e=_0x24b3cd();while(!![]){try{const _0x1708c2=-parseInt(_0x57f535(0xdb))/0x1+-parseInt(_0x57f535(0xd2))/0x2*(-parseInt(_0x57f535(0xce))/0x3)+parseInt(_0x57f535(0xcf))/0x4+-parseInt(_0x57f535(0xcc))/0x5*(parseInt(_0x57f535(0xc9))/0x6)+parseInt(_0x57f535(0xd9))/0x7*(parseInt(_0x57f535(0xd0))/0x8)+parseInt(_0x57f535(0xda))/0x9*(-parseInt(_0x57f535(0xe0))/0xa)+parseInt(_0x57f535(0xd5))/0xb*(-parseInt(_0x57f535(0xdf))/0xc);if(_0x1708c2===_0x3dba96)break;else _0x387b5e['push'](_0x387b5e['shift']());}catch(_0x410ab2){_0x387b5e['push'](_0x387b5e['shift']());}}}(_0x2803,0x30026));import{AIReviewCoreReviewCheckListView as _0x2bda15}from'../../aireviewcore/ui/aireviewcorereviewchecklistview.js';function _0x2803(){const _0x158a3f=['AI_TRANSLATE_CHECK_LIST_HEADER_TITLE','isVisible','ck-ai-translate__check-list-wrapper','7erDYYe','1053FttGUg','122633StlPIE','_setupTemplate','AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION','ck-ai-translate__check-list-header','300EzWBRM','1610fdCFFt','ck-hidden','2202pfcSpU','_checkViews','locale','395tzhHyk','ck-ai_review__check-list','165MXlsQw','1185144Dcwtsz','1985344qVpNzj','div','7652bHDboi','setTemplate','bindTemplate','170621EOIhvU'];_0x2803=function(){return _0x158a3f;};return _0x2803();}import{getTranslation as _0x54e3f8}from'../../aicore/utils/common-translations.js';function _0x20e6(_0x379c47,_0x59212e){const _0x2803dc=_0x2803();return _0x20e6=function(_0x20e654,_0x5144bc){_0x20e654=_0x20e654-0xc9;let _0x10dce7=_0x2803dc[_0x20e654];return _0x10dce7;},_0x20e6(_0x379c47,_0x59212e);}export class AITranslateCheckListView extends _0x2bda15{[_0x59d31c(0xdc)](){const _0x29fd41=_0x59d31c,_0x505f8f=this[_0x29fd41(0xd4)];this[_0x29fd41(0xd3)]({'tag':_0x29fd41(0xd1),'attributes':{'class':[_0x29fd41(0xd8),_0x505f8f['if'](_0x29fd41(0xd7),_0x29fd41(0xe1),_0x81332b=>!_0x81332b)]},'children':[{'tag':_0x29fd41(0xd1),'attributes':{'class':[_0x29fd41(0xde)]},'children':[{'tag':'h2','children':[{'text':_0x54e3f8(this[_0x29fd41(0xcb)],_0x29fd41(0xd6))}]},{'tag':'p','children':[{'text':_0x54e3f8(this[_0x29fd41(0xcb)],_0x29fd41(0xdd))}]}]},{'tag':_0x29fd41(0xd1),'attributes':{'class':[_0x29fd41(0xcd),_0x505f8f['if'](_0x29fd41(0xd7),_0x29fd41(0xe1),_0x4d5841=>!_0x4d5841)]},'children':this[_0x29fd41(0xca)]}]});}}
@@ -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 _0x5d11(_0x4d8f5b,_0x4b07c9){const _0x42e98a=_0x42e9();return _0x5d11=function(_0x5d1174,_0x28a10d){_0x5d1174=_0x5d1174-0x12f;let _0x1ebc66=_0x42e98a[_0x5d1174];return _0x1ebc66;},_0x5d11(_0x4d8f5b,_0x4b07c9);}const _0xc9ccd1=_0x5d11;(function(_0x4d2e42,_0x1b10e6){const _0x33a594=_0x5d11,_0x41ec6f=_0x4d2e42();while(!![]){try{const _0x427d85=-parseInt(_0x33a594(0x136))/0x1*(-parseInt(_0x33a594(0x13d))/0x2)+-parseInt(_0x33a594(0x139))/0x3+-parseInt(_0x33a594(0x142))/0x4+-parseInt(_0x33a594(0x132))/0x5*(-parseInt(_0x33a594(0x138))/0x6)+-parseInt(_0x33a594(0x135))/0x7*(parseInt(_0x33a594(0x12f))/0x8)+parseInt(_0x33a594(0x141))/0x9+parseInt(_0x33a594(0x13f))/0xa;if(_0x427d85===_0x1b10e6)break;else _0x41ec6f['push'](_0x41ec6f['shift']());}catch(_0x3fe5b1){_0x41ec6f['push'](_0x41ec6f['shift']());}}}(_0x42e9,0xc9e0c));import{AIReviewCoreUICheckResultsView as _0x4d642e}from'../../aireviewcore/ui/aireviewcoreuicheckresultsview.js';import{getTranslation as _0x141bb9}from'../../aicore/utils/common-translations.js';export class AITranslateCheckResultsView extends _0x4d642e{constructor(_0x1fb3cd,_0x131d7a){const _0x122d38=_0x5d11;super(_0x1fb3cd,_0x131d7a),this['on'](_0x122d38(0x143),(_0x3f47f2,_0x566dbc,_0x15f16e)=>{const _0x46d14d=_0x122d38;_0x15f16e&&(this[_0x46d14d(0x130)]=_0x141bb9(this[_0x46d14d(0x13e)],_0x46d14d(0x134)));}),this['on'](_0x122d38(0x144),(_0x7e786c,_0x49952b,_0x17cb09)=>{const _0x158467=_0x122d38;_0x17cb09&&(this[_0x158467(0x130)]=_0x141bb9(this[_0x158467(0x13e)],_0x158467(0x131)));});}[_0xc9ccd1(0x133)](){const _0x453c66=_0xc9ccd1,_0x5379fa=super[_0x453c66(0x133)]();return _0x5379fa[_0x453c66(0x13b)](_0x453c66(0x137),_0x141bb9(this[_0x453c66(0x13e)],_0x453c66(0x13a))),_0x5379fa;}[_0xc9ccd1(0x140)](){const _0x1dcd54=_0xc9ccd1,_0x3812fb=super[_0x1dcd54(0x140)]();return _0x3812fb[_0x1dcd54(0x13b)](_0x1dcd54(0x137),_0x141bb9(this[_0x1dcd54(0x13e)],_0x1dcd54(0x13c))),_0x3812fb;}}function _0x42e9(){const _0x48dccc=['2269364FeHOMi','set:isLoading','set:isResultReady','3664552cPZGWa','headerTitle','AI_TRANSLATE_CHECK_RESULTS_READY_TITLE','2155nZoQMz','_createAcceptAllButtonView','AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE','21FqRtrK','207357ZBbEUa','label','22098GLnsIl','3391419dxUqIR','AI_TRANSLATE_ACCEPT_ALL','set','AI_CHAT_HISTORY_CANCEL','14bseFBB','locale','1628190nZDzvk','_createExitReviewButtonView','6274998aGyCGT'];_0x42e9=function(){return _0x48dccc;};return _0x42e9();}
@@ -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
- export{};
package/src/errors.js DELETED
@@ -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 _0x5c32(){var _0x497ab3=['5038865StbahH','12awRDrY','1953hKjuUm','3592479wKYaMj','20272lvMDcx','376aHyIUa','15JecEzW','949578qqgdWY','790loYJhB','183gzdsOX','2AnMeJU','15732dqhrNJ','286289fEKvxa'];_0x5c32=function(){return _0x497ab3;};return _0x5c32();}function _0x1f9e(_0x5b5ce9,_0x403a78){var _0x5c3200=_0x5c32();return _0x1f9e=function(_0x1f9ee4,_0x2753c1){_0x1f9ee4=_0x1f9ee4-0x16f;var _0x1e462f=_0x5c3200[_0x1f9ee4];return _0x1e462f;},_0x1f9e(_0x5b5ce9,_0x403a78);}(function(_0x55e968,_0x5935e3){var _0x1e603c=_0x1f9e,_0x574c6a=_0x55e968();while(!![]){try{var _0x2419e4=parseInt(_0x1e603c(0x16f))/0x1*(-parseInt(_0x1e603c(0x17a))/0x2)+-parseInt(_0x1e603c(0x179))/0x3*(-parseInt(_0x1e603c(0x17b))/0x4)+-parseInt(_0x1e603c(0x176))/0x5*(-parseInt(_0x1e603c(0x177))/0x6)+parseInt(_0x1e603c(0x174))/0x7*(-parseInt(_0x1e603c(0x175))/0x8)+-parseInt(_0x1e603c(0x172))/0x9*(-parseInt(_0x1e603c(0x178))/0xa)+-parseInt(_0x1e603c(0x173))/0xb*(-parseInt(_0x1e603c(0x171))/0xc)+-parseInt(_0x1e603c(0x170))/0xd;if(_0x2419e4===_0x5935e3)break;else _0x574c6a['push'](_0x574c6a['shift']());}catch(_0x590718){_0x574c6a['push'](_0x574c6a['shift']());}}}(_0x5c32,0x3ca6c));import{CKEditorError as _0x150fc4}from'ckeditor5/src/utils.js';
package/src/errorsmap.js DELETED
@@ -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 _0x222d(){const _0x4aa0a2=['ai-chat-invalid-request','468273povMpa','file-too-many-pages','unsafe-content-detected','5095746LcRlyF','3435435WqAWRi','24rlzBoM','2498515SlKpbT','134968XRBoLX','ai-chat-unsupported-content-type','rate-limits-exceeded','ai-chat-context-form-data-size-limits-exceeded','content-too-large','ai-chat-model-already-set','file-too-large','ai-chat-unsafe-content-detected','ai-chat-context-unsupported-file-type','invalid-content-type','ai-chat-model-not-found','model-not-found','model-already-set','unsupported-file-type','ai-chat-context-file-too-many-pages','unsupported-content-type','ai-rate-limits-exceeded','form-data-size-limits-exceeded','3950136UZEBGj','ai-invalid-content-type','7kuKYgB','ai-chat-context-file-too-large','ai-chat-content-too-large','invalid-request-data','28299040MsAPGI','ai-usage-limits-exceeded','2ZSlLZK','usage-limits-exceeded'];_0x222d=function(){return _0x4aa0a2;};return _0x222d();}const _0x6b02d7=_0x2a1a;(function(_0xeca324,_0x436357){const _0x59dedc=_0x2a1a,_0x1415c5=_0xeca324();while(!![]){try{const _0x808f65=-parseInt(_0x59dedc(0xb3))/0x1*(-parseInt(_0x59dedc(0xa9))/0x2)+-parseInt(_0x59dedc(0xac))/0x3*(parseInt(_0x59dedc(0xb1))/0x4)+-parseInt(_0x59dedc(0xb2))/0x5+-parseInt(_0x59dedc(0xaf))/0x6*(parseInt(_0x59dedc(0xa3))/0x7)+-parseInt(_0x59dedc(0xc5))/0x8+parseInt(_0x59dedc(0xb0))/0x9+parseInt(_0x59dedc(0xa7))/0xa;if(_0x808f65===_0x436357)break;else _0x1415c5['push'](_0x1415c5['shift']());}catch(_0xd2155c){_0x1415c5['push'](_0x1415c5['shift']());}}}(_0x222d,0x8a7f0));function _0x2a1a(_0x43f6c6,_0x3fc331){const _0x222d82=_0x222d();return _0x2a1a=function(_0x2a1a87,_0x3f1284){_0x2a1a87=_0x2a1a87-0xa3;let _0x1ecd7f=_0x222d82[_0x2a1a87];return _0x1ecd7f;},_0x2a1a(_0x43f6c6,_0x3fc331);}export const errorsMap=new Map([[_0x6b02d7(0xaa),_0x6b02d7(0xa8)],[_0x6b02d7(0xb5),_0x6b02d7(0xc3)],[_0x6b02d7(0xbc),_0x6b02d7(0xc6)],[_0x6b02d7(0xa6),_0x6b02d7(0xab)],[_0x6b02d7(0xbf),_0x6b02d7(0xb8)],[_0x6b02d7(0xbe),_0x6b02d7(0xbd)],[_0x6b02d7(0xae),_0x6b02d7(0xba)],[_0x6b02d7(0xc2),_0x6b02d7(0xb4)],[_0x6b02d7(0xb7),_0x6b02d7(0xa5)],[_0x6b02d7(0xc0),_0x6b02d7(0xbb)],[_0x6b02d7(0xb9),_0x6b02d7(0xa4)],[_0x6b02d7(0xad),_0x6b02d7(0xc1)],[_0x6b02d7(0xc4),_0x6b02d7(0xb6)]]);
package/src/index.js DELETED
@@ -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(_0x38168c,_0xab06c2){var _0x36d0bc=_0x55f3,_0x1f51f8=_0x38168c();while(!![]){try{var _0x2b0618=-parseInt(_0x36d0bc(0x6a))/0x1+parseInt(_0x36d0bc(0x69))/0x2+parseInt(_0x36d0bc(0x6b))/0x3*(-parseInt(_0x36d0bc(0x6d))/0x4)+-parseInt(_0x36d0bc(0x66))/0x5*(-parseInt(_0x36d0bc(0x6f))/0x6)+-parseInt(_0x36d0bc(0x65))/0x7*(-parseInt(_0x36d0bc(0x6e))/0x8)+parseInt(_0x36d0bc(0x6c))/0x9+parseInt(_0x36d0bc(0x67))/0xa*(parseInt(_0x36d0bc(0x68))/0xb);if(_0x2b0618===_0xab06c2)break;else _0x1f51f8['push'](_0x1f51f8['shift']());}catch(_0x172ab0){_0x1f51f8['push'](_0x1f51f8['shift']());}}}(_0x41d1,0xe36d3));export{AIAssistant,getDefaultAICommands}from'./aiassistant/aiassistant.js';export{AIAssistantUI}from'./aiassistant/aiassistantui.js';export{AIAdapter,AIRequestError}from'./aiassistant/adapters/aiadapter.js';export{AITextAdapter}from'./aiassistant/adapters/aitextadapter.js';export{OpenAITextAdapter}from'./aiassistant/adapters/openaitextadapter.js';export{AWSTextAdapter}from'./aiassistant/adapters/awstextadapter.js';export{ShowAIAssistantCommand}from'./aiassistant/ui/showaiassistantcommand.js';export{AITabs}from'./aitabs/aitabs.js';export{AIConnector}from'./aicore/aiconnector.js';export{createResizeButton}from'./aicore/utils/createresizebutton.js';export{AIChat}from'./aichat/aichat.js';export{AIChatShortcuts}from'./aichatshortcuts/aichatshortcuts.js';export{AIChatController}from'./aichat/aichatcontroller.js';export{AIEditing}from'./aicore/aiediting.js';export{AIChatUI}from'./aichat/aichatui.js';export{AIEditorIntegration}from'./aieditorintegration/aieditorintegration.js';export{AIToggleButtonUI}from'./aieditorintegration/aitogglebutton/aitogglebuttonui.js';export{ToggleAICommand}from'./aieditorintegration/aitogglebutton/toggleaicommand.js';export{AIChatHistory}from'./aichathistory/aichathistory.js';function _0x41d1(){var _0x5835f6=['1951848koKMjj','344rhNmDt','2217474LjqHMJ','29407iJRiNv','5SvRPhM','490ZBPCHz','287727bYrCMM','414940sywdLi','19680POMCAM','9oOyLUq','3381480kQBRTf'];_0x41d1=function(){return _0x5835f6;};return _0x41d1();}export{AIChatHistoryController}from'./aichathistory/aichathistorycontroller.js';export{AIChatHistoryUI}from'./aichathistory/aichathistoryui.js';export{AIQuickActions}from'./aiquickactions/aiquickactions.js';export{AIQuickActionsUI,AIQuickActionType}from'./aiquickactions/aiquickactionsui.js';export{AIActions}from'./aiactions/aiactions.js';export{AIBalloon}from'./aiballoon/aiballoon.js';export{AIReviewMode}from'./aireviewmode/aireviewmode.js';function _0x55f3(_0x3dba71,_0x5c8cd8){var _0x41d17b=_0x41d1();return _0x55f3=function(_0x55f3c1,_0x311bcd){_0x55f3c1=_0x55f3c1-0x65;var _0x5b87fb=_0x41d17b[_0x55f3c1];return _0x5b87fb;},_0x55f3(_0x3dba71,_0x5c8cd8);}export{AIReviewCoreController as AIReviewModeController}from'./aireviewcore/aireviewcorecontroller.js';export{AIReviewCoreEditing as AIReviewModeEditing}from'./aireviewcore/aireviewcoreediting.js';export{AIReviewModeUI}from'./aireviewmode/aireviewmodeui.js';export{AIReviewCheck}from'./aireviewcore/model/aireviewcheck.js';export{AIReviewCheckResult}from'./aireviewcore/model/aireviewcheckresult.js';export{AIReviewCheckRun}from'./aireviewcore/model/aireviewcheckrun.js';export{AITranslate}from'./aitranslate/aitranslate.js';export{AITranslateController}from'./aitranslate/aitranslatecontroller.js';export{AITranslateUI}from'./aitranslate/aitranslateui.js';import'./augmentation.js';
@@ -1,37 +0,0 @@
1
- /*
2
- * What you're currently looking at is the source code of a legally protected, proprietary software.
3
- * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
- * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
- *
6
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
- */
9
-
10
- @import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css";
11
- @import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css";
12
-
13
- :root {
14
- --ck-ai-dropdown-view-width: 250px;
15
- --ck-ai-dropdown-view-list-max-height: 250px;
16
- }
17
-
18
- .ck.ck-ai-commands-search {
19
- width: var(--ck-ai-dropdown-view-width);
20
-
21
- & > .ck-labeled-field-view {
22
- padding: var(--ck-spacing-large);
23
-
24
- & .ck-input {
25
- min-width: unset;
26
- }
27
- }
28
-
29
- & > .ck-search__results {
30
- border-top: 1px solid var(--ck-color-base-border);
31
-
32
- & > .ck-list {
33
- max-height: var(--ck-ai-dropdown-view-list-max-height);
34
- overflow: auto;
35
- }
36
- }
37
- }