@altimateai/ui-components 0.0.64-beta6 → 0.0.64
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 +8858 -8910
- package/dist/Stack.js +10 -10
- package/dist/TagsInput.js +6956 -0
- package/dist/_basePickBy.js +18 -18
- package/dist/_baseUniq.js +28 -28
- package/dist/arc.js +32 -32
- package/dist/architectureDiagram-VXUJARFQ.js +125 -125
- package/dist/assets/icons/index.js +1 -1
- package/dist/blockDiagram-VD42YOAC.js +1 -1
- package/dist/c4Diagram-YG6GDRKO.js +1 -1
- package/dist/channel.js +1 -1
- package/dist/chatbotV2/index.d.ts +5 -16
- package/dist/chatbotV2/index.js +23 -24
- package/dist/chunk-4BX2VUAB.js +1 -1
- package/dist/chunk-55IACEB6.js +2 -2
- package/dist/chunk-B4BG7PRW.js +9 -9
- package/dist/chunk-DI55MBZ5.js +1 -1
- package/dist/chunk-FMBD7UC4.js +1 -1
- package/dist/chunk-QN33PNHL.js +5 -5
- package/dist/chunk-QZHKN3VN.js +1 -1
- package/dist/chunk-TZMSLE5B.js +1 -1
- package/dist/classDiagram-2ON5EDUG.js +1 -1
- package/dist/classDiagram-v2-WZHVMYZB.js +1 -1
- package/dist/cose-bilkent-S5V4N54A.js +1 -1
- package/dist/dagre-6UL2VRFP.js +3 -3
- package/dist/diagram-PSM6KHXK.js +24 -24
- package/dist/diagram-QEK2KX5R.js +16 -16
- package/dist/diagram-S2PKOQOG.js +1 -1
- package/dist/erDiagram-Q2GNP2WA.js +1 -1
- package/dist/flowDiagram-NV44I4VS.js +1 -1
- package/dist/ganttDiagram-LVOFAZNH.js +1 -1
- package/dist/gitGraphDiagram-NY62KEGX.js +1 -1
- package/dist/graph.js +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +6 -6
- package/dist/index2.css +1 -0
- package/dist/index2.js +6 -6
- package/dist/infoDiagram-F6ZHWCRC.js +9 -9
- package/dist/journeyDiagram-XKPGCS4Q.js +1 -1
- package/dist/kanban-definition-3W4ZIXB7.js +9 -9
- package/dist/layout.js +34 -34
- package/dist/lineage/index.js +1 -1
- package/dist/main.js +3 -3
- package/dist/mermaid-parser.core.js +1 -1
- package/dist/mindmap-definition-VGOIOE7T.js +17 -17
- package/dist/pieDiagram-ADFJNKIX.js +21 -21
- package/dist/quadrantDiagram-AYHSOK5B.js +1 -1
- package/dist/redux-toolkit.modern.js +1 -1
- package/dist/requirementDiagram-UZGBJVZJ.js +1 -1
- package/dist/sankeyDiagram-TZEHDZUN.js +22 -22
- package/dist/sequenceDiagram-WL72ISMW.js +1 -1
- package/dist/shadcn/index.d.ts +3 -38
- package/dist/shadcn/index.js +2805 -3490
- package/dist/stateDiagram-FKZM4ZOC.js +10 -10
- package/dist/stateDiagram-v2-4FDKWEC3.js +4 -4
- package/dist/storybook/TagsInput.stories.tsx +1 -34
- package/dist/timeline-definition-IT6M3QCI.js +12 -12
- package/dist/{types-N2nctlGV.d.ts → types-B4_bdpWO.d.ts} +5 -18
- package/dist/xychartDiagram-PRI3JC2R.js +1 -1
- package/package.json +1 -1
- package/dist/Carousel.js +0 -8540
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { s as R, S as N, a as W } from "./chunk-DI55MBZ5.js";
|
|
2
|
-
import {
|
|
2
|
+
import { $ as f, a5 as t, ab as S, ac as P, a7 as z, aH as C, aI as U, aC as _, ak as F } from "./CoachForm.js";
|
|
3
3
|
import { s as H } from "./redux-toolkit.modern.js";
|
|
4
|
-
import { G as
|
|
5
|
-
import { l as
|
|
6
|
-
var
|
|
4
|
+
import { G as O } from "./graph.js";
|
|
5
|
+
import { l as J } from "./layout.js";
|
|
6
|
+
var X = /* @__PURE__ */ f((e) => e.append("circle").attr("class", "start-state").attr("r", t().state.sizeUnit).attr("cx", t().state.padding + t().state.sizeUnit).attr("cy", t().state.padding + t().state.sizeUnit), "drawStartState"), D = /* @__PURE__ */ f((e) => e.append("line").style("stroke", "grey").style("stroke-dasharray", "3").attr("x1", t().state.textHeight).attr("class", "divider").attr("x2", t().state.textHeight * 2).attr("y1", 0).attr("y2", 0), "drawDivider"), I = /* @__PURE__ */ f((e, i) => {
|
|
7
7
|
const d = e.append("text").attr("x", 2 * t().state.padding).attr("y", t().state.textHeight + 2 * t().state.padding).attr("font-size", t().state.fontSize).attr("class", "state-title").text(i.id), c = d.node().getBBox();
|
|
8
8
|
return e.insert("rect", ":first-child").attr("x", t().state.padding).attr("y", t().state.padding).attr("width", c.width + 2 * t().state.padding).attr("height", c.height + 2 * t().state.padding).attr("rx", t().state.radius), d;
|
|
9
9
|
}, "drawSimpleState"), Y = /* @__PURE__ */ f((e, i) => {
|
|
@@ -82,7 +82,7 @@ var D = /* @__PURE__ */ f((e) => e.append("circle").attr("class", "start-state")
|
|
|
82
82
|
width: 0,
|
|
83
83
|
height: 0
|
|
84
84
|
}, n = e.append("g").attr("id", d).attr("class", "stateGroup");
|
|
85
|
-
i.type === "start" &&
|
|
85
|
+
i.type === "start" && X(n), i.type === "end" && q(n), (i.type === "fork" || i.type === "join") && Z(n, i), i.type === "note" && K(i.note.text, n), i.type === "divider" && D(n), i.type === "default" && i.descriptions.length === 0 && I(n, i), i.type === "default" && i.descriptions.length > 0 && Y(n, i);
|
|
86
86
|
const l = n.node().getBBox();
|
|
87
87
|
return c.width = l.width + 2 * t().state.padding, c.height = l.height + 2 * t().state.padding, c;
|
|
88
88
|
}, "drawState"), A = 0, Q = /* @__PURE__ */ f(function(e, i, d) {
|
|
@@ -99,13 +99,13 @@ var D = /* @__PURE__ */ f((e) => e.append("circle").attr("class", "start-state")
|
|
|
99
99
|
}
|
|
100
100
|
}, "getRelationType");
|
|
101
101
|
i.points = i.points.filter((s) => !Number.isNaN(s.y));
|
|
102
|
-
const n = i.points, l =
|
|
102
|
+
const n = i.points, l = C().x(function(s) {
|
|
103
103
|
return s.x;
|
|
104
104
|
}).y(function(s) {
|
|
105
105
|
return s.y;
|
|
106
|
-
}).curve(
|
|
106
|
+
}).curve(U), x = e.append("path").attr("d", l(n)).attr("id", "edge" + A).attr("class", "transition");
|
|
107
107
|
let a = "";
|
|
108
|
-
if (t().state.arrowMarkerAbsolute && (a =
|
|
108
|
+
if (t().state.arrowMarkerAbsolute && (a = _(!0)), x.attr(
|
|
109
109
|
"marker-end",
|
|
110
110
|
"url(" + a + "#" + c(N.relationType.DEPENDENCY) + "End)"
|
|
111
111
|
), d.title !== void 0) {
|
|
@@ -146,7 +146,7 @@ var D = /* @__PURE__ */ f((e) => e.append("circle").attr("class", "start-state")
|
|
|
146
146
|
`${o.x - b.padding} ${o.y - b.padding} ` + g + " " + B
|
|
147
147
|
);
|
|
148
148
|
}, "draw"), at = /* @__PURE__ */ f((e) => e ? e.length * b.fontSizeFactor : 1, "getLabelWidth"), G = /* @__PURE__ */ f((e, i, d, c, n, l, x) => {
|
|
149
|
-
const a = new
|
|
149
|
+
const a = new O({
|
|
150
150
|
compound: !0,
|
|
151
151
|
multigraph: !0
|
|
152
152
|
});
|
|
@@ -222,7 +222,7 @@ var D = /* @__PURE__ */ f((e) => e.append("circle").attr("class", "start-state")
|
|
|
222
222
|
},
|
|
223
223
|
"id" + B
|
|
224
224
|
);
|
|
225
|
-
}),
|
|
225
|
+
}), J(a), S.debug("Graph after layout", a.nodes());
|
|
226
226
|
const m = i.node();
|
|
227
227
|
a.nodes().forEach(function(r) {
|
|
228
228
|
r !== void 0 && a.node(r) !== void 0 ? (S.warn("Node " + r + ": " + JSON.stringify(a.node(r))), n.select("#" + m.id + " #" + r).attr(
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { s as
|
|
2
|
-
import {
|
|
1
|
+
import { s as t, S as a, b as r, a as s } from "./chunk-DI55MBZ5.js";
|
|
2
|
+
import { $ as i } from "./CoachForm.js";
|
|
3
3
|
import "./redux-toolkit.modern.js";
|
|
4
4
|
var l = {
|
|
5
|
-
parser:
|
|
5
|
+
parser: t,
|
|
6
6
|
get db() {
|
|
7
|
-
return new
|
|
7
|
+
return new a(2);
|
|
8
8
|
},
|
|
9
9
|
renderer: r,
|
|
10
10
|
styles: s,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import
|
|
2
|
+
import { useState } from "react";
|
|
3
3
|
import {
|
|
4
4
|
TagsInput,
|
|
5
5
|
TagsInputLabel,
|
|
@@ -226,36 +226,3 @@ export const Interactive: Story = {
|
|
|
226
226
|
);
|
|
227
227
|
},
|
|
228
228
|
};
|
|
229
|
-
|
|
230
|
-
export const WithSuggestions: Story = {
|
|
231
|
-
render: () => {
|
|
232
|
-
const [tags, setTags] = React.useState<string[]>([]);
|
|
233
|
-
return (
|
|
234
|
-
<div className="al-space-y-4 al-p-2">
|
|
235
|
-
<TagsInput
|
|
236
|
-
value={tags}
|
|
237
|
-
onValueChange={setTags}
|
|
238
|
-
suggestions={["React", "Vue", "Angular", "Svelte", "TypeScript", "JavaScript"]}
|
|
239
|
-
onSuggestionSelect={suggestion => {
|
|
240
|
-
setTags([...tags, suggestion]);
|
|
241
|
-
}}
|
|
242
|
-
>
|
|
243
|
-
<TagsInputLabel>With Suggestions Demo</TagsInputLabel>
|
|
244
|
-
<TagsInputList>
|
|
245
|
-
{tags.map(tag => (
|
|
246
|
-
<TagsInputItem key={tag} value={tag}>
|
|
247
|
-
{tag}
|
|
248
|
-
</TagsInputItem>
|
|
249
|
-
))}
|
|
250
|
-
<TagsInputInput placeholder="Type and press Enter..." />
|
|
251
|
-
<TagsInputClear />
|
|
252
|
-
</TagsInputList>
|
|
253
|
-
</TagsInput>
|
|
254
|
-
|
|
255
|
-
<div className="al-text-sm al-text-muted-foreground">
|
|
256
|
-
<strong>Current tags:</strong> {tags.length > 0 ? tags.join(", ") : "None"}
|
|
257
|
-
</div>
|
|
258
|
-
</div>
|
|
259
|
-
);
|
|
260
|
-
},
|
|
261
|
-
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { $ as s, ar as xt, aL as kt, al as vt, a5 as _t, ab as E, aM as bt, aN as wt, aO as St, aP as Et } from "./CoachForm.js";
|
|
2
2
|
import { s as q } from "./redux-toolkit.modern.js";
|
|
3
3
|
import { d as nt } from "./arc.js";
|
|
4
4
|
var X = function() {
|
|
@@ -63,7 +63,7 @@ var X = function() {
|
|
|
63
63
|
}
|
|
64
64
|
}, "parseError"),
|
|
65
65
|
parse: /* @__PURE__ */ s(function(i) {
|
|
66
|
-
var a = this, h = [0], u = [], y = [null], o = [], S = this.table, k = "", M = 0, C = 0, B = 2,
|
|
66
|
+
var a = this, h = [0], u = [], y = [null], o = [], S = this.table, k = "", M = 0, C = 0, B = 2, J = 1, O = o.slice.call(arguments, 1), v = Object.create(this.lexer), N = { yy: {} };
|
|
67
67
|
for (var L in this.yy)
|
|
68
68
|
Object.prototype.hasOwnProperty.call(this.yy, L) && (N.yy[L] = this.yy[L]);
|
|
69
69
|
v.setInput(i, N.yy), N.yy.lexer = v, N.yy.parser = this, typeof v.yylloc > "u" && (v.yylloc = {});
|
|
@@ -77,18 +77,18 @@ var X = function() {
|
|
|
77
77
|
s(R, "popStack");
|
|
78
78
|
function A() {
|
|
79
79
|
var T;
|
|
80
|
-
return T = u.pop() || v.lex() ||
|
|
80
|
+
return T = u.pop() || v.lex() || J, typeof T != "number" && (T instanceof Array && (u = T, T = u.pop()), T = a.symbols_[T] || T), T;
|
|
81
81
|
}
|
|
82
82
|
s(A, "lex");
|
|
83
|
-
for (var w, P, I,
|
|
83
|
+
for (var w, P, I, K, z = {}, j, H, et, G; ; ) {
|
|
84
84
|
if (P = h[h.length - 1], this.defaultActions[P] ? I = this.defaultActions[P] : ((w === null || typeof w > "u") && (w = A()), I = S[P] && S[P][w]), typeof I > "u" || !I.length || !I[0]) {
|
|
85
|
-
var
|
|
85
|
+
var Q = "";
|
|
86
86
|
G = [];
|
|
87
87
|
for (j in S[P])
|
|
88
88
|
this.terminals_[j] && j > B && G.push("'" + this.terminals_[j] + "'");
|
|
89
|
-
v.showPosition ?
|
|
89
|
+
v.showPosition ? Q = "Parse error on line " + (M + 1) + `:
|
|
90
90
|
` + v.showPosition() + `
|
|
91
|
-
Expecting ` + G.join(", ") + ", got '" + (this.terminals_[w] || w) + "'" :
|
|
91
|
+
Expecting ` + G.join(", ") + ", got '" + (this.terminals_[w] || w) + "'" : Q = "Parse error on line " + (M + 1) + ": Unexpected " + (w == J ? "end of input" : "'" + (this.terminals_[w] || w) + "'"), this.parseError(Q, {
|
|
92
92
|
text: v.match,
|
|
93
93
|
token: this.terminals_[w] || w,
|
|
94
94
|
line: v.yylineno,
|
|
@@ -111,7 +111,7 @@ Expecting ` + G.join(", ") + ", got '" + (this.terminals_[w] || w) + "'" : K = "
|
|
|
111
111
|
}, $ && (z._$.range = [
|
|
112
112
|
o[o.length - (H || 1)].range[0],
|
|
113
113
|
o[o.length - 1].range[1]
|
|
114
|
-
]),
|
|
114
|
+
]), K = this.performAction.apply(z, [
|
|
115
115
|
k,
|
|
116
116
|
C,
|
|
117
117
|
M,
|
|
@@ -119,8 +119,8 @@ Expecting ` + G.join(", ") + ", got '" + (this.terminals_[w] || w) + "'" : K = "
|
|
|
119
119
|
I[1],
|
|
120
120
|
y,
|
|
121
121
|
o
|
|
122
|
-
].concat(O)), typeof
|
|
123
|
-
return
|
|
122
|
+
].concat(O)), typeof K < "u")
|
|
123
|
+
return K;
|
|
124
124
|
H && (h = h.slice(0, -1 * H * 2), y = y.slice(0, -1 * H), o = o.slice(0, -1 * H)), h.push(this.productions_[I[1]][0]), y.push(z.$), o.push(z._$), et = S[h[h.length - 2]][h[h.length - 1]], h.push(et);
|
|
125
125
|
break;
|
|
126
126
|
case 3:
|
|
@@ -791,12 +791,12 @@ var Ft = /* @__PURE__ */ s(function(n, t, e, l) {
|
|
|
791
791
|
.eventWrapper {
|
|
792
792
|
filter: brightness(120%);
|
|
793
793
|
}
|
|
794
|
-
`, "getStyles"), qt = Gt,
|
|
794
|
+
`, "getStyles"), qt = Gt, Kt = {
|
|
795
795
|
db: at,
|
|
796
796
|
renderer: Ot,
|
|
797
797
|
parser: Tt,
|
|
798
798
|
styles: qt
|
|
799
799
|
};
|
|
800
800
|
export {
|
|
801
|
-
|
|
801
|
+
Kt as diagram
|
|
802
802
|
};
|
|
@@ -23,22 +23,15 @@ interface Feedback {
|
|
|
23
23
|
rating?: "up" | "down";
|
|
24
24
|
comment?: string;
|
|
25
25
|
}
|
|
26
|
-
|
|
26
|
+
interface ContextOption {
|
|
27
27
|
label: string;
|
|
28
28
|
key: string;
|
|
29
|
-
|
|
30
|
-
options: {
|
|
29
|
+
options?: {
|
|
31
30
|
id: string;
|
|
32
31
|
label: string;
|
|
33
32
|
}[];
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
label: string;
|
|
37
|
-
key: string;
|
|
38
|
-
type: "trigger";
|
|
39
|
-
handler?: () => void;
|
|
40
|
-
icon?: ReactNode;
|
|
41
|
-
};
|
|
33
|
+
type?: "submenu";
|
|
34
|
+
}
|
|
42
35
|
interface ChatSession {
|
|
43
36
|
id: string;
|
|
44
37
|
messages: ChatMessage[];
|
|
@@ -50,7 +43,6 @@ interface ChatSession {
|
|
|
50
43
|
mode?: string;
|
|
51
44
|
datamates?: string[];
|
|
52
45
|
status?: SessionStatusEnum;
|
|
53
|
-
userInput?: string;
|
|
54
46
|
}
|
|
55
47
|
interface FileUploadProps {
|
|
56
48
|
allowedFiles: string;
|
|
@@ -98,7 +90,7 @@ interface Mode {
|
|
|
98
90
|
icon?: ReactNode;
|
|
99
91
|
}
|
|
100
92
|
interface ChatbotProps {
|
|
101
|
-
helloMessage?: ReactNode;
|
|
93
|
+
helloMessage?: React.ReactNode;
|
|
102
94
|
assistantMeta?: AssistantMeta;
|
|
103
95
|
context?: Record<string, unknown>;
|
|
104
96
|
fileUploadProps?: FileUploadProps;
|
|
@@ -113,10 +105,6 @@ interface ChatbotProps {
|
|
|
113
105
|
initialMessage?: string;
|
|
114
106
|
questionFormLeftActions?: ReactNode[];
|
|
115
107
|
refetchSession?: () => Promise<unknown>;
|
|
116
|
-
chatboxStartPosition?: "middle" | "bottom";
|
|
117
|
-
helloMessageFooter?: ReactNode;
|
|
118
|
-
handleSavePrompt?: (message: ChatMessage) => void;
|
|
119
|
-
showSavePromptButton?: boolean;
|
|
120
108
|
}
|
|
121
109
|
interface ChatbotProviderProps extends ChatbotProps {
|
|
122
110
|
taskLabel?: keyof typeof TaskLabels;
|
|
@@ -139,7 +127,6 @@ interface ChatbotProviderProps extends ChatbotProps {
|
|
|
139
127
|
sessions?: Record<string, ChatSession>;
|
|
140
128
|
currentSessionId?: string;
|
|
141
129
|
selectedDatamateId?: string;
|
|
142
|
-
handleSavePrompt?: (message: ChatMessage) => void;
|
|
143
130
|
}
|
|
144
131
|
type InteractionType = "text" | "select" | "multiSelect" | "confirm";
|
|
145
132
|
interface InteractionChoice {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { $ as a, bt as gi, ab as Xt, aH as Wt, az as xi, au as St, at as Nt, as as di, aa as fi, af as Yt, a1 as pi, a2 as mi, ae as yi, a3 as bi, a4 as Ai, al as wi, ax as Ci, ac as Si } from "./CoachForm.js";
|
|
2
2
|
import "./redux-toolkit.modern.js";
|
|
3
3
|
import { i as _i } from "./init.js";
|
|
4
4
|
import { o as ki } from "./ordinal.js";
|