@ckeditor/ckeditor5-ai 48.2.0-alpha.7 → 48.3.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.
- package/dist/aiactions/aiactions.d.ts +74 -73
- package/dist/aiactions/model/aiactionsinteraction.d.ts +53 -53
- package/dist/aiactions/model/aiactionsreply.d.ts +18 -18
- package/dist/aiassistant/adapters/aiadapter.d.ts +48 -48
- package/dist/aiassistant/adapters/aitextadapter.d.ts +133 -133
- package/dist/aiassistant/adapters/awstextadapter.d.ts +42 -42
- package/dist/aiassistant/adapters/openaitextadapter.d.ts +184 -184
- package/dist/aiassistant/aiassistant.d.ts +436 -436
- package/dist/aiassistant/aiassistantediting.d.ts +51 -51
- package/dist/aiassistant/aiassistantui.d.ts +53 -53
- package/dist/aiassistant/legacyerrors.d.ts +0 -4
- package/dist/aiassistant/ui/aiassistantcontroller.d.ts +106 -105
- package/dist/aiassistant/ui/form/aiformcontentarea.d.ts +43 -43
- package/dist/aiassistant/ui/form/aiformerrorview.d.ts +19 -19
- package/dist/aiassistant/ui/form/aiformpromptview.d.ts +38 -38
- package/dist/aiassistant/ui/form/aiformtoolbarview.d.ts +50 -50
- package/dist/aiassistant/ui/form/aiformview.d.ts +121 -121
- package/dist/aiassistant/ui/form/aihistorylistitemview.d.ts +13 -13
- package/dist/aiassistant/ui/form/aihistorylistview.d.ts +27 -27
- package/dist/aiassistant/ui/form/prompthistory.d.ts +15 -15
- package/dist/aiassistant/ui/showaiassistantcommand.d.ts +35 -35
- package/dist/aiassistant/utils/common-translations.d.ts +6 -6
- package/dist/aiassistant/utils/normalizecommandsconfig.d.ts +9 -9
- package/dist/aiballoon/aiballoon.d.ts +86 -86
- package/dist/aiballoon/ui/aiballoonview.d.ts +26 -26
- package/dist/aichat/aichat.d.ts +88 -87
- package/dist/aichat/aichatballoon.d.ts +83 -83
- package/dist/aichat/aichatcontroller.d.ts +265 -264
- package/dist/aichat/aichatui.d.ts +324 -336
- package/dist/aichat/model/aichatcontext.d.ts +623 -618
- package/dist/aichat/model/aichatconversation.d.ts +257 -268
- package/dist/aichat/model/aichatinteraction.d.ts +40 -40
- package/dist/aichat/ui/aichatballoonview.d.ts +103 -103
- package/dist/aichat/ui/aichatcontrolsview.d.ts +130 -130
- package/dist/aichat/ui/aichatfeedview.d.ts +136 -136
- package/dist/aichat/ui/aichatview.d.ts +41 -41
- package/dist/aichat/ui/controls/aichatchipsoverflowmanager.d.ts +63 -63
- package/dist/aichat/ui/controls/aichatcontextitembuttonview.d.ts +41 -41
- package/dist/aichat/ui/controls/aichatcontextpanelurlinputview.d.ts +79 -79
- package/dist/aichat/ui/controls/aichatcontextpanelview.d.ts +103 -103
- package/dist/aichat/ui/controls/aichatcontrolsloaderview.d.ts +8 -8
- package/dist/aichat/ui/controls/aichatdropzoneview.d.ts +18 -18
- package/dist/aichat/ui/controls/aichatpromptcapabilitiesview.d.ts +81 -81
- package/dist/aichat/ui/controls/aichatpromptinputview.d.ts +44 -44
- package/dist/aichat/ui/controls/aichatpromptsuggestionslistview.d.ts +13 -13
- package/dist/aichat/ui/controls/resources/aichatcontextresourceslistview.d.ts +44 -44
- package/dist/aichat/ui/controls/resources/aichatcontextresourcesview.d.ts +52 -52
- package/dist/aichat/ui/controls/resources/aichatresourcelistitemview.d.ts +56 -56
- package/dist/aichat/ui/controls/resources/aichatresourcesballoonview.d.ts +104 -104
- package/dist/aichat/ui/controls/resources/aichatresourcessearchinputview.d.ts +53 -53
- package/dist/aichat/ui/feed/aichatfeedcontextchipsview.d.ts +22 -22
- package/dist/aichat/ui/feed/aichatfeedcustomelementview.d.ts +33 -33
- package/dist/aichat/ui/feed/aichatfeederroritemview.d.ts +32 -32
- package/dist/aichat/ui/feed/aichatfeedinteractionheaderview.d.ts +24 -24
- package/dist/aichat/ui/feed/aichatfeeditemview.d.ts +39 -39
- package/dist/aichat/ui/feed/aichatfeedreplyitemview.d.ts +40 -40
- package/dist/aichat/ui/feed/aichatfeedsuggestionitemactionsview.d.ts +61 -61
- package/dist/aichat/ui/feed/aichatfeedsuggestionitemview.d.ts +82 -82
- package/dist/aichat/ui/feed/aichatfeedusermessageitem.d.ts +33 -33
- package/dist/aichat/utils/eventnames.d.ts +8 -4
- package/dist/aichat/utils/parsesingleurl.d.ts +0 -4
- package/dist/aichat/utils/promisequeue.d.ts +26 -25
- package/dist/aichat/utils/readdatatransferfiles.d.ts +9 -9
- package/dist/aichat/utils/resolvepaste.d.ts +58 -58
- package/dist/aichathistory/aichathistory.d.ts +26 -26
- package/dist/aichathistory/aichathistorycontroller.d.ts +36 -35
- package/dist/aichathistory/aichathistoryui.d.ts +81 -89
- package/dist/aichathistory/model/aichathistoryconversations.d.ts +95 -102
- package/dist/aichathistory/model/aichathistoryitem.d.ts +52 -53
- package/dist/aichathistory/ui/aichathistorylistitemview.d.ts +41 -40
- package/dist/aichathistory/ui/aichathistorylistview.d.ts +28 -28
- package/dist/aichathistory/ui/aichathistorysectionlistview.d.ts +16 -16
- package/dist/aichathistory/ui/aichathistoryview.d.ts +33 -33
- package/dist/aichatshortcuts/aichatshortcuts.d.ts +295 -295
- package/dist/aichatshortcuts/ui/aichatshortcutsview.d.ts +24 -24
- package/dist/aichatshortcuts/ui/aichatshortcutview.d.ts +18 -18
- package/dist/aiconfig.d.ts +227 -227
- package/dist/aicore/aiconnector.d.ts +359 -354
- package/dist/aicore/aiediting.d.ts +97 -97
- package/dist/aicore/aierrorreporter.d.ts +73 -0
- package/dist/aicore/aigateway.d.ts +94 -54
- package/dist/aicore/errors/aicoreerror.d.ts +67 -0
- package/dist/aicore/errors/geterrorcode.d.ts +17 -0
- package/dist/aicore/errors/isaborterror.d.ts +12 -0
- package/dist/aicore/errors/normalizeerror.d.ts +18 -0
- package/dist/aicore/model/aicapabilities.d.ts +53 -52
- package/dist/aicore/model/aicontext.d.ts +61 -61
- package/dist/aicore/model/aiinteraction.d.ts +162 -168
- package/dist/aicore/model/aimodels.d.ts +73 -76
- package/dist/aicore/model/aireply.d.ts +118 -124
- package/dist/aicore/model/airunresult.d.ts +86 -86
- package/dist/aicore/pipeline/airesponseapplier.d.ts +284 -284
- package/dist/aicore/pipeline/airesponseparser.d.ts +24 -23
- package/dist/aicore/ui/aidisclaimerview.d.ts +13 -13
- package/dist/aicore/ui/aiheaderview.d.ts +28 -28
- package/dist/aicore/ui/aiskeleton.d.ts +31 -31
- package/dist/aicore/ui/aispinner.d.ts +11 -11
- package/dist/aicore/ui/suggestioncontainer/aiminitoolbarview.d.ts +56 -56
- package/dist/aicore/ui/suggestioncontainer/aisuggestionbodyview.d.ts +80 -80
- package/dist/aicore/ui/suggestioncontainer/aisuggestioncontainerview.d.ts +46 -46
- package/dist/aicore/ui/suggestioncontainer/aisuggestioncontentpartheaderview.d.ts +41 -41
- package/dist/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.d.ts +25 -28
- package/dist/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.d.ts +25 -25
- package/dist/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.d.ts +62 -62
- package/dist/aicore/ui/suggestioncontainer/aisuggestionheaderview.d.ts +32 -32
- package/dist/aicore/ui/suggestioncontainer/aisuggestionloaderview.d.ts +11 -11
- package/dist/aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.d.ts +31 -27
- package/dist/aicore/ui/suggestioncontainer/aiwebsourcesview.d.ts +24 -24
- package/dist/aicore/utils/abortabletimeout.d.ts +11 -11
- package/dist/aicore/utils/builddocumentsuggestionsmap.d.ts +30 -0
- package/dist/aicore/utils/buttonclasses.d.ts +8 -8
- package/dist/aicore/utils/cleanupstreamingartifacts.d.ts +12 -0
- package/dist/aicore/utils/common-translations.d.ts +6 -6
- package/dist/aicore/utils/createandattachaibodycollection.d.ts +19 -0
- package/dist/aicore/utils/createresizebutton.d.ts +9 -9
- package/dist/aicore/utils/createstartconversationbutton.d.ts +8 -8
- package/dist/aicore/utils/documentposition.d.ts +37 -37
- package/dist/aicore/utils/documentrange.d.ts +41 -41
- package/dist/aicore/utils/eventnames.d.ts +5 -5
- package/dist/aicore/utils/geteditorsfromcontext.d.ts +13 -13
- package/dist/aicore/utils/getoperationsfordocumentsuggestions.d.ts +22 -0
- package/dist/aicore/utils/getsuggestionpartsfromreply.d.ts +18 -18
- package/dist/aicore/utils/htmlparser.d.ts +17 -17
- package/dist/aicore/utils/htmlstreamer.d.ts +79 -79
- package/dist/aicore/utils/markoperationsasai.d.ts +23 -0
- package/dist/aicore/utils/scrollmanager.d.ts +24 -23
- package/dist/aicore/utils/showaitab.d.ts +1 -0
- package/dist/aidocumentprocessing/aidocumentprocessinggateway.d.ts +87 -0
- package/dist/aidocumentprocessing/model/aidocumentprocessingrunresult.d.ts +19 -0
- package/dist/aieditorintegration/aieditorintegration.d.ts +32 -32
- package/dist/aieditorintegration/aitogglebutton/aitogglebuttonui.d.ts +34 -34
- package/dist/aieditorintegration/aitogglebutton/toggleaicommand.d.ts +12 -12
- package/dist/aiquickactions/aiquickactions.d.ts +250 -250
- package/dist/aiquickactions/aiquickactionscommand.d.ts +10 -10
- package/dist/aiquickactions/aiquickactionsediting.d.ts +22 -22
- package/dist/aiquickactions/aiquickactionsui.d.ts +125 -124
- package/dist/aiquickactions/ui/aiquickactionsbuttoncreator.d.ts +57 -57
- package/dist/aiquickactions/ui/aiquickactionsdropdowncontentview.d.ts +45 -45
- package/dist/aiquickactions/ui/aiquickactionsdropdowncreator.d.ts +59 -59
- package/dist/aiquickactions/ui/aiquickactionsfilteredlistview.d.ts +0 -4
- package/dist/aiquickactions/ui/balloon/aiactionsballoondisclaimerview.d.ts +12 -12
- package/dist/aiquickactions/ui/balloon/aiactionsballoontoolbarview.d.ts +32 -32
- package/dist/aiquickactions/ui/balloon/aiactionsballoonview.d.ts +129 -125
- package/dist/aiquickactions/ui/dropdownmenubuttonwithhighlightview.d.ts +24 -24
- package/dist/aireviewcore/aireviewcorecheckregistry.d.ts +34 -29
- package/dist/aireviewcore/aireviewcorecontroller.d.ts +48 -48
- package/dist/aireviewcore/aireviewcoreediting.d.ts +216 -224
- package/dist/aireviewcore/aireviewcoreui.d.ts +84 -84
- package/dist/aireviewcore/model/aireviewcheck.d.ts +49 -49
- package/dist/aireviewcore/model/aireviewchecklist.d.ts +29 -28
- package/dist/aireviewcore/model/aireviewcheckresult.d.ts +36 -35
- package/dist/aireviewcore/model/aireviewcheckresultchange.d.ts +51 -50
- package/dist/aireviewcore/model/aireviewcheckrun.d.ts +140 -151
- package/dist/aireviewcore/model/aireviewsystemcheckrun.d.ts +16 -16
- package/dist/aireviewcore/types.d.ts +24 -24
- package/dist/aireviewcore/ui/aireviewcoreballoonsuggestionview.d.ts +34 -34
- package/dist/aireviewcore/ui/aireviewcorechecklistitemresultview.d.ts +57 -65
- package/dist/aireviewcore/ui/aireviewcorecustomcheckview.d.ts +56 -56
- package/dist/aireviewcore/ui/aireviewcorefinishreviewbuttonview.d.ts +9 -9
- package/dist/aireviewcore/ui/aireviewcoregeneralerrorview.d.ts +20 -20
- package/dist/aireviewcore/ui/aireviewcorepromptinputview.d.ts +25 -25
- package/dist/aireviewcore/ui/aireviewcorereviewchecklistview.d.ts +22 -22
- package/dist/aireviewcore/ui/aireviewcorereviewcommandlistitemview.d.ts +37 -39
- package/dist/aireviewcore/ui/aireviewcorereviewcompletedview.d.ts +14 -14
- package/dist/aireviewcore/ui/aireviewcoreuicheckresultsview.d.ts +85 -87
- package/dist/aireviewcore/ui/aireviewcoreview.d.ts +50 -50
- package/dist/aireviewcore/ui/form/aireviewcoreformdropdown.d.ts +16 -16
- package/dist/aireviewcore/ui/form/aireviewcoreformmanager.d.ts +12 -12
- package/dist/aireviewmode/aireviewcheckdefinitions.d.ts +12 -12
- package/dist/aireviewmode/aireviewgateway.d.ts +141 -149
- package/dist/aireviewmode/aireviewmode.d.ts +184 -184
- package/dist/aireviewmode/aireviewmodecheckregistry.d.ts +34 -34
- package/dist/aireviewmode/aireviewmodecontroller.d.ts +23 -22
- package/dist/aireviewmode/aireviewmodeui.d.ts +17 -17
- package/dist/aireviewmode/model/aireviewcheckcustom.d.ts +16 -16
- package/dist/aireviewmode/model/aireviewcheckextra.d.ts +30 -30
- package/dist/aireviewmode/model/aireviewcustomcheckrun.d.ts +17 -17
- package/dist/aireviewmode/model/aireviewextracheckrun.d.ts +15 -15
- package/dist/aireviewmode/model/aireviewmodechecklist.d.ts +22 -22
- package/dist/aireviewmode/model/aireviewrunresult.d.ts +15 -15
- package/dist/aitabs/aitabs.d.ts +84 -84
- package/dist/aitabs/aitabsmainview.d.ts +46 -46
- package/dist/aitabs/tabs/aitabsview.d.ts +194 -188
- package/dist/aitabs/tabs/tabbuttonview.d.ts +39 -39
- package/dist/aitabs/tabs/tabpanelview.d.ts +39 -39
- package/dist/aitranslate/aitranslate.d.ts +162 -129
- package/dist/aitranslate/aitranslatecheckregistry.d.ts +22 -22
- package/dist/aitranslate/aitranslatecontroller.d.ts +17 -15
- package/dist/aitranslate/aitranslategateway.d.ts +77 -0
- package/dist/aitranslate/aitranslateui.d.ts +18 -18
- package/dist/aitranslate/model/aitranslatecheck.d.ts +12 -12
- package/dist/aitranslate/model/aitranslatechecklist.d.ts +11 -11
- package/dist/aitranslate/model/aitranslatecheckrun.d.ts +23 -23
- package/dist/aitranslate/model/aitranslaterunresult.d.ts +20 -0
- package/dist/aitranslate/ui/aitranslatechecklistview.d.ts +7 -8
- package/dist/aitranslate/ui/aitranslatecheckresultsview.d.ts +11 -11
- package/dist/augmentation.d.ts +77 -73
- package/dist/errors.d.ts +0 -4
- package/dist/errorsmap.d.ts +5 -5
- package/dist/index-content.css +1 -0
- package/dist/index-editor.css +11 -8
- package/dist/index.css +11 -8
- package/dist/index.d.ts +70 -63
- package/dist/index.js +19 -6
- package/dist/translations/af.js +1 -1
- package/dist/translations/af.umd.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/ast.js +1 -1
- package/dist/translations/ast.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/be.js +1 -1
- package/dist/translations/be.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/bs.js +1 -1
- package/dist/translations/bs.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de-ch.js +1 -1
- package/dist/translations/de-ch.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en-gb.js +1 -1
- package/dist/translations/en-gb.umd.js +1 -1
- package/dist/translations/en.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/eo.js +1 -1
- package/dist/translations/eo.umd.js +1 -1
- package/dist/translations/es-co.js +1 -1
- package/dist/translations/es-co.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/eu.js +1 -1
- package/dist/translations/eu.umd.js +1 -1
- package/dist/translations/fa.js +1 -1
- package/dist/translations/fa.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/gu.js +1 -1
- package/dist/translations/gu.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/hy.js +1 -1
- package/dist/translations/hy.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/jv.js +1 -1
- package/dist/translations/jv.umd.js +1 -1
- package/dist/translations/kk.js +1 -1
- package/dist/translations/kk.umd.js +1 -1
- package/dist/translations/km.js +1 -1
- package/dist/translations/km.umd.js +1 -1
- package/dist/translations/kn.js +1 -1
- package/dist/translations/kn.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/ku.js +1 -1
- package/dist/translations/ku.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nb.js +1 -1
- package/dist/translations/nb.umd.js +1 -1
- package/dist/translations/ne.js +1 -1
- package/dist/translations/ne.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/oc.js +1 -1
- package/dist/translations/oc.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/si.js +1 -1
- package/dist/translations/si.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sl.js +1 -1
- package/dist/translations/sl.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/ti.js +1 -1
- package/dist/translations/ti.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/ug.js +1 -1
- package/dist/translations/ug.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/uz.js +1 -1
- package/dist/translations/uz.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/package.json +12 -12
- package/dist/aicore/utils/getoperationsfromreply.d.ts +0 -26
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
5
|
/**
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import { AIReviewCoreReviewCheckListView } from
|
|
9
|
-
export declare class AITranslateCheckListView extends AIReviewCoreReviewCheckListView {
|
|
10
|
-
}
|
|
6
|
+
* @module ai/aitranslate/ui/aitranslatechecklistview
|
|
7
|
+
*/
|
|
8
|
+
import { AIReviewCoreReviewCheckListView } from "../../aireviewcore/ui/aireviewcorereviewchecklistview.js";
|
|
9
|
+
export declare class AITranslateCheckListView extends AIReviewCoreReviewCheckListView {}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
5
|
/**
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import { type Locale } from
|
|
9
|
-
import { AIReviewCoreUICheckResultsView, type AIReviewCoreUICheckResultsViewContents } from
|
|
6
|
+
* @module ai/aitranslate/ui/aitranslatecheckresultsview
|
|
7
|
+
*/
|
|
8
|
+
import { type Locale } from "@ckeditor/ckeditor5-utils";
|
|
9
|
+
import { AIReviewCoreUICheckResultsView, type AIReviewCoreUICheckResultsViewContents } from "../../aireviewcore/ui/aireviewcoreuicheckresultsview.js";
|
|
10
10
|
export declare class AITranslateCheckResultsView extends AIReviewCoreUICheckResultsView {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
/**
|
|
12
|
+
* @inheritDoc
|
|
13
|
+
*/
|
|
14
|
+
constructor(locale: Locale, contents: AIReviewCoreUICheckResultsViewContents);
|
|
15
15
|
}
|
package/dist/augmentation.d.ts
CHANGED
|
@@ -1,75 +1,79 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import type { AIConfig } from
|
|
6
|
-
import type { AIAssistant } from
|
|
7
|
-
import type { ShowAIAssistantCommand } from
|
|
8
|
-
import type { AIAssistantEditing } from
|
|
9
|
-
import type { AIAssistantUI } from
|
|
10
|
-
import type { AIAdapter } from
|
|
11
|
-
import type { AITabs } from
|
|
12
|
-
import type { AIEditorIntegration } from
|
|
13
|
-
import type { AIToggleButtonUI } from
|
|
14
|
-
import type { ToggleAICommand } from
|
|
15
|
-
import type { AIConnector } from
|
|
16
|
-
import type { AIChat } from
|
|
17
|
-
import type { AIChatController } from
|
|
18
|
-
import type { AIEditing } from
|
|
19
|
-
import type { AIChatUI } from
|
|
20
|
-
import type { AIActions } from
|
|
21
|
-
import type { AIBalloon } from
|
|
22
|
-
import type { AIChatBalloon } from
|
|
23
|
-
import type { AIReviewMode } from
|
|
24
|
-
import type { AIReviewModeController } from
|
|
25
|
-
import type { AIReviewModeUI } from
|
|
26
|
-
import type { AITranslate } from
|
|
27
|
-
import type { AITranslateController } from
|
|
28
|
-
import type { AITranslateUI } from
|
|
29
|
-
import type { AIChatShortcuts } from
|
|
30
|
-
import type { AIReviewModeCheckRegistry } from
|
|
31
|
-
import type { AIReviewCoreEditing } from
|
|
32
|
-
import type { AITranslateCheckRegistry } from
|
|
33
|
-
import type { AIReviewGateway } from
|
|
34
|
-
import type {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
|
+
import type { AIConfig } from "./aiconfig.js";
|
|
6
|
+
import type { AIAssistant } from "./aiassistant/aiassistant.js";
|
|
7
|
+
import type { ShowAIAssistantCommand } from "./aiassistant/ui/showaiassistantcommand.js";
|
|
8
|
+
import type { AIAssistantEditing } from "./aiassistant/aiassistantediting.js";
|
|
9
|
+
import type { AIAssistantUI } from "./aiassistant/aiassistantui.js";
|
|
10
|
+
import type { AIAdapter } from "./aiassistant/adapters/aiadapter.js";
|
|
11
|
+
import type { AITabs } from "./aitabs/aitabs.js";
|
|
12
|
+
import type { AIEditorIntegration } from "./aieditorintegration/aieditorintegration.js";
|
|
13
|
+
import type { AIToggleButtonUI } from "./aieditorintegration/aitogglebutton/aitogglebuttonui.js";
|
|
14
|
+
import type { ToggleAICommand } from "./aieditorintegration/aitogglebutton/toggleaicommand.js";
|
|
15
|
+
import type { AIConnector } from "./aicore/aiconnector.js";
|
|
16
|
+
import type { AIChat } from "./aichat/aichat.js";
|
|
17
|
+
import type { AIChatController } from "./aichat/aichatcontroller.js";
|
|
18
|
+
import type { AIEditing } from "./aicore/aiediting.js";
|
|
19
|
+
import type { AIChatUI } from "./aichat/aichatui.js";
|
|
20
|
+
import type { AIActions } from "./aiactions/aiactions.js";
|
|
21
|
+
import type { AIBalloon } from "./aiballoon/aiballoon.js";
|
|
22
|
+
import type { AIChatBalloon } from "./aichat/aichatballoon.js";
|
|
23
|
+
import type { AIReviewMode } from "./aireviewmode/aireviewmode.js";
|
|
24
|
+
import type { AIReviewModeController } from "./aireviewmode/aireviewmodecontroller.js";
|
|
25
|
+
import type { AIReviewModeUI } from "./aireviewmode/aireviewmodeui.js";
|
|
26
|
+
import type { AITranslate } from "./aitranslate/aitranslate.js";
|
|
27
|
+
import type { AITranslateController } from "./aitranslate/aitranslatecontroller.js";
|
|
28
|
+
import type { AITranslateUI } from "./aitranslate/aitranslateui.js";
|
|
29
|
+
import type { AIChatShortcuts } from "./aichatshortcuts/aichatshortcuts.js";
|
|
30
|
+
import type { AIReviewModeCheckRegistry } from "./aireviewmode/aireviewmodecheckregistry.js";
|
|
31
|
+
import type { AIReviewCoreEditing } from "./aireviewcore/aireviewcoreediting.js";
|
|
32
|
+
import type { AITranslateCheckRegistry } from "./aitranslate/aitranslatecheckregistry.js";
|
|
33
|
+
import type { AIReviewGateway } from "./aireviewmode/aireviewgateway.js";
|
|
34
|
+
import type { AITranslateGateway } from "./aitranslate/aitranslategateway.js";
|
|
35
|
+
import type { AIGateway } from "./aicore/aigateway.js";
|
|
36
|
+
import type { AIDocumentProcessingGateway } from "./aidocumentprocessing/aidocumentprocessinggateway.js";
|
|
37
|
+
declare module "@ckeditor/ckeditor5-core" {
|
|
38
|
+
interface EditorConfig {
|
|
39
|
+
/**
|
|
40
|
+
* Configuration for AI features.
|
|
41
|
+
*/
|
|
42
|
+
ai?: AIConfig;
|
|
43
|
+
}
|
|
44
|
+
interface PluginsMap {
|
|
45
|
+
[AIAdapter.pluginName]: AIAdapter;
|
|
46
|
+
[AIAssistant.pluginName]: AIAssistant;
|
|
47
|
+
[AIAssistantUI.pluginName]: AIAssistantUI;
|
|
48
|
+
[AIAssistantEditing.pluginName]: AIAssistantEditing;
|
|
49
|
+
[AITabs.pluginName]: AITabs;
|
|
50
|
+
[AIEditorIntegration.pluginName]: AIEditorIntegration;
|
|
51
|
+
[AIToggleButtonUI.pluginName]: AIToggleButtonUI;
|
|
52
|
+
[AIConnector.pluginName]: AIConnector;
|
|
53
|
+
[AIChat.pluginName]: AIChat;
|
|
54
|
+
[AIChatShortcuts.pluginName]: AIChatShortcuts;
|
|
55
|
+
[AIChatBalloon.pluginName]: AIChatBalloon;
|
|
56
|
+
[AIChatController.pluginName]: AIChatController;
|
|
57
|
+
[AIEditing.pluginName]: AIEditing;
|
|
58
|
+
[AIChatUI.pluginName]: AIChatUI;
|
|
59
|
+
[AIActions.pluginName]: AIActions;
|
|
60
|
+
[AIBalloon.pluginName]: AIBalloon;
|
|
61
|
+
[AIReviewCoreEditing.pluginName]: AIReviewCoreEditing;
|
|
62
|
+
[AIGateway.pluginName]: AIGateway;
|
|
63
|
+
[AIDocumentProcessingGateway.pluginName]: AIDocumentProcessingGateway;
|
|
64
|
+
[AIReviewMode.pluginName]: AIReviewMode;
|
|
65
|
+
[AIReviewModeController.pluginName]: AIReviewModeController;
|
|
66
|
+
[AIReviewModeUI.pluginName]: AIReviewModeUI;
|
|
67
|
+
[AIReviewModeCheckRegistry.pluginName]: AIReviewModeCheckRegistry;
|
|
68
|
+
[AIReviewGateway.pluginName]: AIReviewGateway;
|
|
69
|
+
[AITranslate.pluginName]: AITranslate;
|
|
70
|
+
[AITranslateController.pluginName]: AITranslateController;
|
|
71
|
+
[AITranslateUI.pluginName]: AITranslateUI;
|
|
72
|
+
[AITranslateCheckRegistry.pluginName]: AITranslateCheckRegistry;
|
|
73
|
+
[AITranslateGateway.pluginName]: AITranslateGateway;
|
|
74
|
+
}
|
|
75
|
+
interface CommandsMap {
|
|
76
|
+
showAIAssistant: ShowAIAssistantCommand;
|
|
77
|
+
toggleAI: ToggleAICommand;
|
|
78
|
+
}
|
|
75
79
|
}
|
package/dist/errors.d.ts
CHANGED
package/dist/errorsmap.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
5
|
/**
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
* @module ai/errorsmap
|
|
7
|
+
*/
|
|
8
8
|
export declare const errorsMap: Map<string, string>;
|
package/dist/index-content.css
CHANGED
package/dist/index-editor.css
CHANGED
|
@@ -394,6 +394,10 @@
|
|
|
394
394
|
}
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
+
.ck.ck-body.ck-ai-body .ck.ck-balloon-panel{
|
|
398
|
+
z-index:calc(var(--ck-ai-tabs-overlay-z-index) + 1);
|
|
399
|
+
}
|
|
400
|
+
|
|
397
401
|
:root{
|
|
398
402
|
--ck-ai-chat-suggestion-container-header-font-size:.9em;
|
|
399
403
|
--ck-color-ai-chat-suggestion-container-outdated-icon:var(--ck-color-ai-chat-suggestion-icon-default);
|
|
@@ -1568,7 +1572,6 @@
|
|
|
1568
1572
|
.ck.ck-balloon-panel.ck-ai-chat-context-controls__add-context-balloon-panel{
|
|
1569
1573
|
min-width:157px;
|
|
1570
1574
|
max-width:250px;
|
|
1571
|
-
z-index:calc(var(--ck-ai-tabs-overlay-z-index) + 1);
|
|
1572
1575
|
}
|
|
1573
1576
|
|
|
1574
1577
|
.ck.ck-balloon-panel.ck-ai-chat-context-controls__add-context-balloon-panel .ck-ai-chat-context-controls__balloon-button{
|
|
@@ -1610,10 +1613,6 @@
|
|
|
1610
1613
|
flex-grow:1;
|
|
1611
1614
|
}
|
|
1612
1615
|
|
|
1613
|
-
.ck.ck-balloon-panel.ck-ai-chat-context-controls__url-balloon-panel{
|
|
1614
|
-
z-index:calc(var(--ck-ai-tabs-overlay-z-index) + 1);
|
|
1615
|
-
}
|
|
1616
|
-
|
|
1617
1616
|
.ck.ck-balloon-panel.ck-ai-chat-context-controls__url-balloon-panel .ck-ai-chat-context-controls__url-form{
|
|
1618
1617
|
width:var(--ck-ai-chat-context-controls-balloon-width);
|
|
1619
1618
|
line-height:var(--ck-form-header-height);
|
|
@@ -1657,7 +1656,6 @@
|
|
|
1657
1656
|
|
|
1658
1657
|
.ck.ck-balloon-panel.ck-ai-chat-context-controls__source-balloon-panel{
|
|
1659
1658
|
width:var(--ck-ai-chat-context-controls-balloon-width);
|
|
1660
|
-
z-index:calc(var(--ck-ai-tabs-overlay-z-index) + 1);
|
|
1661
1659
|
}
|
|
1662
1660
|
|
|
1663
1661
|
.ck.ck-balloon-panel.ck-ai-chat-context-controls__source-balloon-panel:has(.ck-ai-skeleton:not(.ck-hidden)){
|
|
@@ -1737,12 +1735,14 @@
|
|
|
1737
1735
|
}
|
|
1738
1736
|
|
|
1739
1737
|
.ck.ck-balloon-panel.ck-ai-chat-context-controls__chip-tooltip{
|
|
1740
|
-
max-
|
|
1738
|
+
width:max-content;
|
|
1739
|
+
max-width:260px;
|
|
1741
1740
|
}
|
|
1742
1741
|
|
|
1743
1742
|
.ck.ck-balloon-panel.ck-ai-chat-context-controls__chip-tooltip .ck.ck-tooltip__text{
|
|
1744
1743
|
white-space:normal;
|
|
1745
1744
|
padding:var(--ck-tooltip-text-padding) 0;
|
|
1745
|
+
overflow-wrap:anywhere;
|
|
1746
1746
|
display:inline-block;
|
|
1747
1747
|
}
|
|
1748
1748
|
|
|
@@ -1862,7 +1862,6 @@ div.ck.ck-ai-suggestion__content-part-state.ck-ai-suggestion__content-part-state
|
|
|
1862
1862
|
--ck-border-radius:4px;
|
|
1863
1863
|
flex-direction:column;
|
|
1864
1864
|
justify-content:space-between;
|
|
1865
|
-
width:500px;
|
|
1866
1865
|
min-height:170px;
|
|
1867
1866
|
max-height:300px;
|
|
1868
1867
|
display:flex;
|
|
@@ -1896,6 +1895,8 @@ div.ck.ck-ai-suggestion__content-part-state.ck-ai-suggestion__content-part-state
|
|
|
1896
1895
|
flex-direction:column;
|
|
1897
1896
|
flex-grow:1;
|
|
1898
1897
|
justify-content:space-between;
|
|
1898
|
+
width:500px;
|
|
1899
|
+
max-width:100%;
|
|
1899
1900
|
min-height:0;
|
|
1900
1901
|
display:flex;
|
|
1901
1902
|
}
|
|
@@ -2676,6 +2677,7 @@ div.ck.ck-ai-suggestion__content-part-state.ck-ai-suggestion__content-part-state
|
|
|
2676
2677
|
}
|
|
2677
2678
|
|
|
2678
2679
|
.ck.ck-content.ck-ai-suggestion-streamable-content{
|
|
2680
|
+
user-select:text;
|
|
2679
2681
|
padding:3px 0;
|
|
2680
2682
|
overflow-x:auto;
|
|
2681
2683
|
}
|
|
@@ -2973,6 +2975,7 @@ div.ck.ck-ai-suggestion__content-part-state.ck-ai-suggestion__content-part-state
|
|
|
2973
2975
|
white-space:normal;
|
|
2974
2976
|
color:var(--ck-color-base-text);
|
|
2975
2977
|
line-height:var(--ck-line-height-base);
|
|
2978
|
+
overflow-wrap:anywhere;
|
|
2976
2979
|
flex:1;
|
|
2977
2980
|
}
|
|
2978
2981
|
|
package/dist/index.css
CHANGED
|
@@ -394,6 +394,10 @@
|
|
|
394
394
|
}
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
+
.ck.ck-body.ck-ai-body .ck.ck-balloon-panel {
|
|
398
|
+
z-index: calc(var(--ck-ai-tabs-overlay-z-index) + 1);
|
|
399
|
+
}
|
|
400
|
+
|
|
397
401
|
:root {
|
|
398
402
|
--ck-ai-chat-suggestion-container-header-font-size: .9em;
|
|
399
403
|
--ck-color-ai-chat-suggestion-container-outdated-icon: var(--ck-color-ai-chat-suggestion-icon-default);
|
|
@@ -1568,7 +1572,6 @@
|
|
|
1568
1572
|
.ck.ck-balloon-panel.ck-ai-chat-context-controls__add-context-balloon-panel {
|
|
1569
1573
|
min-width: 157px;
|
|
1570
1574
|
max-width: 250px;
|
|
1571
|
-
z-index: calc(var(--ck-ai-tabs-overlay-z-index) + 1);
|
|
1572
1575
|
}
|
|
1573
1576
|
|
|
1574
1577
|
.ck.ck-balloon-panel.ck-ai-chat-context-controls__add-context-balloon-panel .ck-ai-chat-context-controls__balloon-button {
|
|
@@ -1610,10 +1613,6 @@
|
|
|
1610
1613
|
flex-grow: 1;
|
|
1611
1614
|
}
|
|
1612
1615
|
|
|
1613
|
-
.ck.ck-balloon-panel.ck-ai-chat-context-controls__url-balloon-panel {
|
|
1614
|
-
z-index: calc(var(--ck-ai-tabs-overlay-z-index) + 1);
|
|
1615
|
-
}
|
|
1616
|
-
|
|
1617
1616
|
.ck.ck-balloon-panel.ck-ai-chat-context-controls__url-balloon-panel .ck-ai-chat-context-controls__url-form {
|
|
1618
1617
|
width: var(--ck-ai-chat-context-controls-balloon-width);
|
|
1619
1618
|
line-height: var(--ck-form-header-height);
|
|
@@ -1657,7 +1656,6 @@
|
|
|
1657
1656
|
|
|
1658
1657
|
.ck.ck-balloon-panel.ck-ai-chat-context-controls__source-balloon-panel {
|
|
1659
1658
|
width: var(--ck-ai-chat-context-controls-balloon-width);
|
|
1660
|
-
z-index: calc(var(--ck-ai-tabs-overlay-z-index) + 1);
|
|
1661
1659
|
}
|
|
1662
1660
|
|
|
1663
1661
|
.ck.ck-balloon-panel.ck-ai-chat-context-controls__source-balloon-panel:has(.ck-ai-skeleton:not(.ck-hidden)) {
|
|
@@ -1737,12 +1735,14 @@
|
|
|
1737
1735
|
}
|
|
1738
1736
|
|
|
1739
1737
|
.ck.ck-balloon-panel.ck-ai-chat-context-controls__chip-tooltip {
|
|
1740
|
-
|
|
1738
|
+
width: max-content;
|
|
1739
|
+
max-width: 260px;
|
|
1741
1740
|
}
|
|
1742
1741
|
|
|
1743
1742
|
.ck.ck-balloon-panel.ck-ai-chat-context-controls__chip-tooltip .ck.ck-tooltip__text {
|
|
1744
1743
|
white-space: normal;
|
|
1745
1744
|
padding: var(--ck-tooltip-text-padding) 0;
|
|
1745
|
+
overflow-wrap: anywhere;
|
|
1746
1746
|
display: inline-block;
|
|
1747
1747
|
}
|
|
1748
1748
|
|
|
@@ -1862,7 +1862,6 @@ div.ck.ck-ai-suggestion__content-part-state.ck-ai-suggestion__content-part-state
|
|
|
1862
1862
|
--ck-border-radius: 4px;
|
|
1863
1863
|
flex-direction: column;
|
|
1864
1864
|
justify-content: space-between;
|
|
1865
|
-
width: 500px;
|
|
1866
1865
|
min-height: 170px;
|
|
1867
1866
|
max-height: 300px;
|
|
1868
1867
|
display: flex;
|
|
@@ -1896,6 +1895,8 @@ div.ck.ck-ai-suggestion__content-part-state.ck-ai-suggestion__content-part-state
|
|
|
1896
1895
|
flex-direction: column;
|
|
1897
1896
|
flex-grow: 1;
|
|
1898
1897
|
justify-content: space-between;
|
|
1898
|
+
width: 500px;
|
|
1899
|
+
max-width: 100%;
|
|
1899
1900
|
min-height: 0;
|
|
1900
1901
|
display: flex;
|
|
1901
1902
|
}
|
|
@@ -2679,6 +2680,7 @@ div.ck.ck-ai-suggestion__content-part-state.ck-ai-suggestion__content-part-state
|
|
|
2679
2680
|
}
|
|
2680
2681
|
|
|
2681
2682
|
.ck.ck-content.ck-ai-suggestion-streamable-content {
|
|
2683
|
+
user-select: text;
|
|
2682
2684
|
padding: 3px 0;
|
|
2683
2685
|
overflow-x: auto;
|
|
2684
2686
|
}
|
|
@@ -2976,6 +2978,7 @@ div.ck.ck-ai-suggestion__content-part-state.ck-ai-suggestion__content-part-state
|
|
|
2976
2978
|
white-space: normal;
|
|
2977
2979
|
color: var(--ck-color-base-text);
|
|
2978
2980
|
line-height: var(--ck-line-height-base);
|
|
2981
|
+
overflow-wrap: anywhere;
|
|
2979
2982
|
flex: 1;
|
|
2980
2983
|
}
|
|
2981
2984
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,65 +1,72 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
5
|
/**
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export { AIAssistant, getDefaultAICommands, type AIAssistantConfig, type AIGroupDefinition, type AICommandDefinition } from
|
|
9
|
-
export { AIAssistantUI } from
|
|
10
|
-
export { type AIConfig, type AIContainerType, type AIContainerSide, type AIContainerBase, type AIContainerSidebar, type AIContainerOverlay, type AIContainerCustom, type AIContainerConfig } from
|
|
11
|
-
export { AIAdapter, AIRequestError } from
|
|
12
|
-
export { AITextAdapter, type AITextAdapterRequestData, type AIRequestHeaders, type AIRequestParameters, type AITextAdapterDataCallback } from
|
|
13
|
-
export { OpenAITextAdapter, type OpenAITextAdapterConfig, type AIRequestMessageItem } from
|
|
14
|
-
export { AWSTextAdapter, type AIAWSTextAdapterConfig, type AIAWSModelFamily } from
|
|
15
|
-
export { ShowAIAssistantCommand } from
|
|
16
|
-
export { AITabs } from
|
|
17
|
-
export { AIConnector } from
|
|
18
|
-
export {
|
|
19
|
-
export {
|
|
20
|
-
export {
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
23
|
-
export {
|
|
24
|
-
export { type
|
|
25
|
-
export {
|
|
26
|
-
export {
|
|
27
|
-
export {
|
|
28
|
-
export {
|
|
29
|
-
export {
|
|
30
|
-
export {
|
|
31
|
-
export {
|
|
32
|
-
export {
|
|
33
|
-
export {
|
|
34
|
-
export { type
|
|
35
|
-
export {
|
|
36
|
-
export {
|
|
37
|
-
export { type
|
|
38
|
-
export { type
|
|
39
|
-
export {
|
|
40
|
-
export {
|
|
41
|
-
export {
|
|
42
|
-
export {
|
|
43
|
-
export {
|
|
44
|
-
export {
|
|
45
|
-
export {
|
|
46
|
-
export {
|
|
47
|
-
export
|
|
48
|
-
export {
|
|
49
|
-
export {
|
|
50
|
-
export {
|
|
51
|
-
export {
|
|
52
|
-
export {
|
|
53
|
-
export {
|
|
54
|
-
export {
|
|
55
|
-
export {
|
|
56
|
-
export {
|
|
57
|
-
export {
|
|
58
|
-
export {
|
|
59
|
-
export { type
|
|
60
|
-
export {
|
|
61
|
-
export {
|
|
62
|
-
export {
|
|
63
|
-
export {
|
|
64
|
-
export {
|
|
65
|
-
|
|
6
|
+
* @module ai
|
|
7
|
+
*/
|
|
8
|
+
export { AIAssistant, getDefaultAICommands, type AIAssistantConfig, type AIGroupDefinition, type AICommandDefinition } from "./aiassistant/aiassistant.js";
|
|
9
|
+
export { AIAssistantUI } from "./aiassistant/aiassistantui.js";
|
|
10
|
+
export { type AIConfig, type AIContainerType, type AIContainerSide, type AIContainerBase, type AIContainerSidebar, type AIContainerOverlay, type AIContainerCustom, type AIContainerConfig } from "./aiconfig.js";
|
|
11
|
+
export { AIAdapter, AIRequestError } from "./aiassistant/adapters/aiadapter.js";
|
|
12
|
+
export { AITextAdapter, type AITextAdapterRequestData, type AIRequestHeaders, type AIRequestParameters, type AITextAdapterDataCallback } from "./aiassistant/adapters/aitextadapter.js";
|
|
13
|
+
export { OpenAITextAdapter, type OpenAITextAdapterConfig, type AIRequestMessageItem } from "./aiassistant/adapters/openaitextadapter.js";
|
|
14
|
+
export { AWSTextAdapter, type AIAWSTextAdapterConfig, type AIAWSModelFamily } from "./aiassistant/adapters/awstextadapter.js";
|
|
15
|
+
export { ShowAIAssistantCommand } from "./aiassistant/ui/showaiassistantcommand.js";
|
|
16
|
+
export { AITabs } from "./aitabs/aitabs.js";
|
|
17
|
+
export { AIConnector } from "./aicore/aiconnector.js";
|
|
18
|
+
export { AIDocumentProcessingGateway, type AIDocumentProcessingRunOptions } from "./aidocumentprocessing/aidocumentprocessinggateway.js";
|
|
19
|
+
export { AIDocumentProcessingRunResult } from "./aidocumentprocessing/model/aidocumentprocessingrunresult.js";
|
|
20
|
+
export { markOperationsAsAI, type AIOperationSource } from "./aicore/utils/markoperationsasai.js";
|
|
21
|
+
export { AIErrorSink, AIErrorReporter, type AIErrorReporterOptions, type AIErrorSinkErrorEvent, type AIErrorSinkEventData } from "./aicore/aierrorreporter.js";
|
|
22
|
+
export { AICoreError, type AICoreErrorInit, type AICoreErrorType, type AICoreErrorSeverity } from "./aicore/errors/aicoreerror.js";
|
|
23
|
+
export { createResizeButton } from "./aicore/utils/createresizebutton.js";
|
|
24
|
+
export { AIChat, type AIChatConfig } from "./aichat/aichat.js";
|
|
25
|
+
export { AIChatShortcuts } from "./aichatshortcuts/aichatshortcuts.js";
|
|
26
|
+
export { AIChatController, type AIChatFeedAPI, type AIToolEventCallback, type AIChatUserMessageData, type AIChatControllerAIInteractionCreatedEvent, type AIChatControllerAIReplyCreatedEvent } from "./aichat/aichatcontroller.js";
|
|
27
|
+
export { AIEditing, type AIEditingDocumentData } from "./aicore/aiediting.js";
|
|
28
|
+
export { AIChatUI } from "./aichat/aichatui.js";
|
|
29
|
+
export { type AISuggestionActionName } from "./aichat/ui/feed/aichatfeedsuggestionitemactionsview.js";
|
|
30
|
+
export { AIChatFeedCustomElementView, type AIChatFeedCustomElementViewOptions } from "./aichat/ui/feed/aichatfeedcustomelementview.js";
|
|
31
|
+
export { AIEditorIntegration } from "./aieditorintegration/aieditorintegration.js";
|
|
32
|
+
export { AIToggleButtonUI } from "./aieditorintegration/aitogglebutton/aitogglebuttonui.js";
|
|
33
|
+
export { ToggleAICommand } from "./aieditorintegration/aitogglebutton/toggleaicommand.js";
|
|
34
|
+
export { AITabsMainView, type AITabsMainViewOptions } from "./aitabs/aitabsmainview.js";
|
|
35
|
+
export { AITabsView, type AITabsAddTabOptions, type AITabsViewOptions, type AITabsActivateTabEvent } from "./aitabs/tabs/aitabsview.js";
|
|
36
|
+
export { type AIResizedTabsEvent, type AIResizeTabsEvent } from "./aitabs/aitabs.js";
|
|
37
|
+
export { type AIChatContextConfig, type AIChatContextPasteConfig, type AIAddContextOptionsState, type AIChatContextItemAddedEvent, type AIChatContextItemRemovedEvent, type AIChatContextSentEvent, type AIChatContextAddContextOptionsChangedEvent, type AIContextProvider, type AIContextResource, type AIContextResourceState, type AIContextProviderState, type AIContextTextResource, type AIContextCustomItem, type AIChatContextUploadProgressChangedEvent } from "./aichat/model/aichatcontext.js";
|
|
38
|
+
export { type AIContextItemType, type AIContextItemRequestData, type AIContextItem, type AIContextTextResourceType } from "./aicore/model/aicontext.js";
|
|
39
|
+
export { type AIModelsConfig } from "./aicore/model/aimodels.js";
|
|
40
|
+
export { type AIToolData, AIInteraction, type AIInteractionOptions, type AIInteractionStartedEvent, type AIInteractionStoppedEvent, type AIInteractionFinishedEvent, type AIInteractionDestroyedEvent, type AIInteractionReplyCreatedEvent } from "./aicore/model/aiinteraction.js";
|
|
41
|
+
export { AIReply, type AIReplyType, type AIReplyContentUpdatedEvent, type AIReplyHotNode, type AIReplyChangeGroup, type AIReplyChangeGroupState } from "./aicore/model/aireply.js";
|
|
42
|
+
export { type AIGenericRequest, type AIConversationStartReply, type AIConversationStartRequest, type AIConnectorReply, type AIConnectorRequest, type AIConnectorQueryAssistantData, type AICancelStreamRequest, type AIUploadReply, type AIUploadRequest, type AIModelData, type AIModelRequest, type AIFetchDocumentReply, type AIConversationItem, type AIFetchConversationsRequest, type AIDeleteConversationRequest, type AIUserMessage, type AIUserMessageContent, type AIAssistantMessage, type AIConversationMessage, type AIGetConversationReply, type AIGetConversationRequest, type AIGetConversationMessagesRequest, type AIUpdateConversationRequest, type AIDeleteFileRequest, type AIDeleteDocumentRequest, type AIDeleteWebResourceRequest, type AIConnectorExecuteActionData, type AIConnectorExecuteCustomActionData, type AIConnectorSystemReviewData, type AIConnectorCustomReviewData, type AIConnectorProcessDocumentData, type AIConnectorProcessDocumentReply, type AIConnectorProcessDocumentRequest, type AIUpdateRating, type AIRating, type AISource } from "./aicore/aiconnector.js";
|
|
43
|
+
export { type AIChatUIStartConversationEvent, type AIChatUISendUserMessageEvent, type AIChatUIAbortPromptStreamEvent, type AIChatUIAddDocumentToContextEvent, type AIChatUIAddFileToContextEvent, type AIChatUIRemoveContextItemEvent } from "./aichat/aichatui.js";
|
|
44
|
+
export { AIChatHistory } from "./aichathistory/aichathistory.js";
|
|
45
|
+
export { AIChatHistoryController } from "./aichathistory/aichathistorycontroller.js";
|
|
46
|
+
export { AIChatHistoryUI, type AIChatHistoryItemData, type AIChatHistoryCategoryData } from "./aichathistory/aichathistoryui.js";
|
|
47
|
+
export { AIChatInteraction, type AIChatInteractionOptions } from "./aichat/model/aichatinteraction.js";
|
|
48
|
+
export { AIQuickActions, type AIQuickActionType, type AIQuickActionsConfig, type AIQuickActionCustomDefinition, type AIQuickActionCustomBaseDefinition, type AIQuickActionCustomActionDefinition, type AIQuickActionCustomChatDefinition } from "./aiquickactions/aiquickactions.js";
|
|
49
|
+
export { AIQuickActionsUI, type AIQuickActionsGroupDefinition, type AIQuickActionDefinition } from "./aiquickactions/aiquickactionsui.js";
|
|
50
|
+
export { AIActions, type AIActionsNames, type AIActionDefinition } from "./aiactions/aiactions.js";
|
|
51
|
+
export { AIBalloon } from "./aiballoon/aiballoon.js";
|
|
52
|
+
export type { AIReviewCheckOptionData, AIReviewCheckOptions, AIReviewCheckDefinition } from "./aireviewcore/types.js";
|
|
53
|
+
export { AIReviewMode, type AIReviewCustomCommand, type AIReviewModeConfig } from "./aireviewmode/aireviewmode.js";
|
|
54
|
+
export { AIReviewGateway, type AIReviewCommandData, type AIReviewRunOptions, type AIReviewCustomRunOptions, type AIReviewHeadlessRunOptions, type AIReviewHeadlessCustomRunOptions } from "./aireviewmode/aireviewgateway.js";
|
|
55
|
+
export { AIGateway, type AIRunApplyMethod, type AIRunChangeData, type AIRunBaseOptions, type AIGatewayApplyOptions } from "./aicore/aigateway.js";
|
|
56
|
+
export { AIRunResult, type AIRunStatus, type AIRunResultInput } from "./aicore/model/airunresult.js";
|
|
57
|
+
export { AIReviewRunResult } from "./aireviewmode/model/aireviewrunresult.js";
|
|
58
|
+
export { AIReviewCoreController as AIReviewModeController } from "./aireviewcore/aireviewcorecontroller.js";
|
|
59
|
+
export { AIReviewCoreEditing as AIReviewModeEditing, type AIDocumentDataElement, type AIDocumentData, type AIDiffResult, type AIReviewCoreChangeRange, type AIReviewCoreChangeData } from "./aireviewcore/aireviewcoreediting.js";
|
|
60
|
+
export { AIReviewModeUI } from "./aireviewmode/aireviewmodeui.js";
|
|
61
|
+
export { AIReviewCheck } from "./aireviewcore/model/aireviewcheck.js";
|
|
62
|
+
export { AIReviewCheckResult } from "./aireviewcore/model/aireviewcheckresult.js";
|
|
63
|
+
export { AIReviewCheckRun } from "./aireviewcore/model/aireviewcheckrun.js";
|
|
64
|
+
export { type AIReviewCheckRunUpdatedEvent } from "./aireviewcore/model/aireviewcheckrun.js";
|
|
65
|
+
export { type AIReviewCheckRunStatus } from "./aireviewcore/model/aireviewcheckrun.js";
|
|
66
|
+
export { AIReviewCheckResultChange } from "./aireviewcore/model/aireviewcheckresultchange.js";
|
|
67
|
+
export { AITranslate, type AITranslateConfig, type AITranslateLanguage } from "./aitranslate/aitranslate.js";
|
|
68
|
+
export { AITranslateController } from "./aitranslate/aitranslatecontroller.js";
|
|
69
|
+
export { AITranslateUI } from "./aitranslate/aitranslateui.js";
|
|
70
|
+
export { AITranslateGateway, type AITranslateRunOptions } from "./aitranslate/aitranslategateway.js";
|
|
71
|
+
export { AITranslateRunResult } from "./aitranslate/model/aitranslaterunresult.js";
|
|
72
|
+
import "./augmentation.js";
|