@altimateai/ui-components 0.0.10-beta.6 → 0.0.13
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/CoachForm.js +7281 -7313
- package/dist/Label.js +36 -11
- package/dist/NativeSelect.js +1694 -1489
- package/dist/Tooltip.js +1731 -1580
- package/dist/chatbotV2/index.d.ts +2 -2
- package/dist/chatbotV2/index.js +14 -15
- package/dist/flowchart-elk-definition-170a3958.js +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +17 -17
- package/dist/is_dark.js +1 -1
- package/dist/lineage/index.d.ts +12 -1
- package/dist/lineage/index.js +2328 -2321
- package/dist/main.js +1 -1
- package/dist/mindmap-definition-44684416.js +1 -1
- package/dist/redux-toolkit.modern.js +1 -1
- package/dist/shadcn/index.d.ts +1 -1
- package/dist/shadcn/index.js +1760 -1776
- package/dist/timeline-definition-8e5a9bc6.js +1 -1
- package/dist/{types-DGhFybfM.d.ts → types-MLsaGOQh.d.ts} +1 -14
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { k as kt, p as vt, l as wt, m as rt, n as I, s as St, o as Et, q as Tt, r as et } from "./CoachForm.js";
|
|
2
2
|
import { s as q } from "./redux-toolkit.modern.js";
|
|
3
3
|
import { i as It } from "./is_dark.js";
|
|
4
4
|
var X = function() {
|
|
@@ -47,7 +47,6 @@ interface FileUploadProps {
|
|
|
47
47
|
interface ChatbotUrls {
|
|
48
48
|
origin?: string;
|
|
49
49
|
askPath?: string;
|
|
50
|
-
continuePath?: string;
|
|
51
50
|
proceedPath?: string;
|
|
52
51
|
frontendUrl?: string;
|
|
53
52
|
followupPath?: string;
|
|
@@ -77,8 +76,6 @@ interface ChatbotProviderProps extends ChatbotProps {
|
|
|
77
76
|
value: string;
|
|
78
77
|
}[];
|
|
79
78
|
placeholder?: string;
|
|
80
|
-
isV1Agent?: boolean;
|
|
81
|
-
agentType: AgentTypes;
|
|
82
79
|
}
|
|
83
80
|
type InteractionType = "text" | "select" | "multiSelect" | "confirm";
|
|
84
81
|
interface InteractionChoice {
|
|
@@ -131,7 +128,6 @@ interface ChatState {
|
|
|
131
128
|
abortController: AbortController | null;
|
|
132
129
|
currentActions: AgentAction[];
|
|
133
130
|
taskLabel?: keyof typeof TaskLabels;
|
|
134
|
-
agentType: AgentTypes;
|
|
135
131
|
initialValidation?: (data: {
|
|
136
132
|
context: ChatSession["context"];
|
|
137
133
|
}) => Promise<void>;
|
|
@@ -146,7 +142,6 @@ interface ChatState {
|
|
|
146
142
|
components?: {
|
|
147
143
|
feedback?: ReactNode;
|
|
148
144
|
};
|
|
149
|
-
isV1Agent?: boolean;
|
|
150
145
|
}
|
|
151
146
|
interface AgentStreamResponse {
|
|
152
147
|
id?: string;
|
|
@@ -167,14 +162,6 @@ interface AgentStreamResponse {
|
|
|
167
162
|
artifacts?: Artifact[];
|
|
168
163
|
citations?: Citation[];
|
|
169
164
|
}
|
|
170
|
-
declare enum AgentTypes {
|
|
171
|
-
UNKNOWN = "unknown",
|
|
172
|
-
ALERT_MIGRATION = "alert_migration",
|
|
173
|
-
TABLE_INSIGHTS = "table_optimizer",
|
|
174
|
-
QUERY_INSIGHTS = "query_optimizer",
|
|
175
|
-
SUMMARY_CHAT = "summary_chat",
|
|
176
|
-
TERADATA_MIGRATION = "teradata_migration"
|
|
177
|
-
}
|
|
178
165
|
|
|
179
166
|
interface TeamMateState {
|
|
180
167
|
showCoachingForm: boolean;
|
|
@@ -284,4 +271,4 @@ interface Citation {
|
|
|
284
271
|
taskLabel: TaskLabels;
|
|
285
272
|
}
|
|
286
273
|
|
|
287
|
-
export { type Artifact as A, type CoachAiResponse as C, type Feedback as F, type InteractionRequest as I, type Learning as L, PersonalizationScope as P, TaskLabels as T, type TeamMateContextProps as a, type TeamMateState as b, type TeamMateConfig as c, TeamMateActionType as d, TeamMateAvailability as e, type CoachAiConfirmationResponse as f, ContentCategory as g, type TeamMateComponentProps as h, type Citation as i, type ChatbotProps as j, type ChatbotProviderProps as k, learningSchema as l, type ChatState as m, type ContextOption as n, type ChatMessage as o, type AgentAction as p, type ChatResponse as q, LoadingState as r, type AssistantMeta as s, type ChatSession as t, type FileUploadProps as u, type ChatbotUrls as v, type InteractionType as w, type InteractionChoice as x, type AgentStreamResponse as y
|
|
274
|
+
export { type Artifact as A, type CoachAiResponse as C, type Feedback as F, type InteractionRequest as I, type Learning as L, PersonalizationScope as P, TaskLabels as T, type TeamMateContextProps as a, type TeamMateState as b, type TeamMateConfig as c, TeamMateActionType as d, TeamMateAvailability as e, type CoachAiConfirmationResponse as f, ContentCategory as g, type TeamMateComponentProps as h, type Citation as i, type ChatbotProps as j, type ChatbotProviderProps as k, learningSchema as l, type ChatState as m, type ContextOption as n, type ChatMessage as o, type AgentAction as p, type ChatResponse as q, LoadingState as r, type AssistantMeta as s, type ChatSession as t, type FileUploadProps as u, type ChatbotUrls as v, type InteractionType as w, type InteractionChoice as x, type AgentStreamResponse as y };
|