@altimateai/ui-components 0.0.64-beta5 → 0.0.64-beta7
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/Carousel.js +1364 -1348
- package/dist/CoachForm.js +6956 -6919
- package/dist/Stack.js +12 -12
- package/dist/_basePickBy.js +25 -25
- package/dist/_baseUniq.js +62 -62
- package/dist/arc.js +14 -14
- 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 +3 -3
- package/dist/chatbotV2/index.d.ts +15 -9
- package/dist/chatbotV2/index.js +54 -53
- package/dist/chunk-4BX2VUAB.js +1 -1
- package/dist/chunk-55IACEB6.js +1 -1
- package/dist/chunk-B4BG7PRW.js +7 -7
- package/dist/chunk-DI55MBZ5.js +1 -1
- package/dist/chunk-FMBD7UC4.js +1 -1
- package/dist/chunk-QN33PNHL.js +3 -3
- 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 +16 -16
- package/dist/diagram-PSM6KHXK.js +38 -38
- package/dist/diagram-QEK2KX5R.js +24 -24
- package/dist/diagram-S2PKOQOG.js +2 -2
- package/dist/erDiagram-Q2GNP2WA.js +15 -15
- 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.js +5 -5
- package/dist/index2.js +20 -20
- package/dist/infoDiagram-F6ZHWCRC.js +3 -3
- package/dist/journeyDiagram-XKPGCS4Q.js +1 -1
- package/dist/kanban-definition-3W4ZIXB7.js +11 -11
- package/dist/layout.js +15 -15
- package/dist/lineage/index.js +608 -615
- package/dist/main.js +2 -2
- package/dist/mermaid-parser.core.js +1 -1
- package/dist/mindmap-definition-VGOIOE7T.js +1 -1
- package/dist/pieDiagram-ADFJNKIX.js +22 -22
- package/dist/quadrantDiagram-AYHSOK5B.js +1 -1
- package/dist/redux-toolkit.modern.js +483 -476
- package/dist/requirementDiagram-UZGBJVZJ.js +76 -76
- package/dist/sankeyDiagram-TZEHDZUN.js +1 -1
- package/dist/sequenceDiagram-WL72ISMW.js +1 -1
- package/dist/shadcn/index.d.ts +2 -0
- package/dist/shadcn/index.js +2 -2
- package/dist/stateDiagram-FKZM4ZOC.js +21 -21
- package/dist/stateDiagram-v2-4FDKWEC3.js +1 -1
- package/dist/timeline-definition-IT6M3QCI.js +1 -1
- package/dist/xychartDiagram-PRI3JC2R.js +11 -11
- package/package.json +1 -1
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { s as R, S as N, a as W } from "./chunk-DI55MBZ5.js";
|
|
2
|
-
import {
|
|
2
|
+
import { a1 as f, a7 as t, ad as S, ae as P, a9 as z, aJ as U, aK as _, aE as C, am as F } from "./CoachForm.js";
|
|
3
3
|
import { s as H } from "./redux-toolkit.modern.js";
|
|
4
4
|
import { G as J } from "./graph.js";
|
|
5
5
|
import { l as O } from "./layout.js";
|
|
6
|
-
var
|
|
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"), Y = /* @__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
|
-
}, "drawSimpleState"),
|
|
9
|
+
}, "drawSimpleState"), I = /* @__PURE__ */ f((e, i) => {
|
|
10
10
|
const d = /* @__PURE__ */ f(function(g, B, m) {
|
|
11
|
-
const
|
|
12
|
-
m ||
|
|
11
|
+
const v = g.append("tspan").attr("x", 2 * t().state.padding).text(B);
|
|
12
|
+
m || v.attr("dy", t().state.textHeight);
|
|
13
13
|
}, "addTspan"), n = e.append("text").attr("x", 2 * t().state.padding).attr("y", t().state.textHeight + 1.3 * t().state.padding).attr("font-size", t().state.fontSize).attr("class", "state-title").text(i.descriptions[0]).node().getBBox(), l = n.height, x = e.append("text").attr("x", t().state.padding).attr(
|
|
14
14
|
"y",
|
|
15
15
|
l + t().state.padding * 0.4 + t().state.dividerMargin + t().state.textHeight
|
|
@@ -44,14 +44,14 @@ var D = /* @__PURE__ */ f((e) => e.append("circle").attr("class", "start-state")
|
|
|
44
44
|
).attr(
|
|
45
45
|
"cy",
|
|
46
46
|
t().state.padding + t().state.sizeUnit + t().state.miniPadding
|
|
47
|
-
), e.append("circle").attr("class", "end-state-inner").attr("r", t().state.sizeUnit).attr("cx", t().state.padding + t().state.sizeUnit + 2).attr("cy", t().state.padding + t().state.sizeUnit + 2)), "drawEndState"),
|
|
47
|
+
), e.append("circle").attr("class", "end-state-inner").attr("r", t().state.sizeUnit).attr("cx", t().state.padding + t().state.sizeUnit + 2).attr("cy", t().state.padding + t().state.sizeUnit + 2)), "drawEndState"), K = /* @__PURE__ */ f((e, i) => {
|
|
48
48
|
let d = t().state.forkWidth, c = t().state.forkHeight;
|
|
49
49
|
if (i.parentId) {
|
|
50
50
|
let n = d;
|
|
51
51
|
d = c, c = n;
|
|
52
52
|
}
|
|
53
53
|
return e.append("rect").style("stroke", "black").style("fill", "black").attr("width", d).attr("height", c).attr("x", t().state.padding).attr("y", t().state.padding);
|
|
54
|
-
}, "drawForkJoinState"),
|
|
54
|
+
}, "drawForkJoinState"), Z = /* @__PURE__ */ f((e, i, d, c) => {
|
|
55
55
|
let n = 0;
|
|
56
56
|
const l = c.append("text");
|
|
57
57
|
l.style("text-anchor", "start"), l.attr("class", "noteText");
|
|
@@ -71,9 +71,9 @@ var D = /* @__PURE__ */ f((e) => e.append("circle").attr("class", "start-state")
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
return { textWidth: l.node().getBBox().width, textHeight: n };
|
|
74
|
-
}, "_drawLongText"),
|
|
74
|
+
}, "_drawLongText"), j = /* @__PURE__ */ f((e, i) => {
|
|
75
75
|
i.attr("class", "state-note");
|
|
76
|
-
const d = i.append("rect").attr("x", 0).attr("y", t().state.padding), c = i.append("g"), { textWidth: n, textHeight: l } =
|
|
76
|
+
const d = i.append("rect").attr("x", 0).attr("y", t().state.padding), c = i.append("g"), { textWidth: n, textHeight: l } = Z(e, 0, 0, c);
|
|
77
77
|
return d.attr("height", l + 2 * t().state.noteMargin), d.attr("width", n + t().state.noteMargin * 2), d;
|
|
78
78
|
}, "drawNote"), L = /* @__PURE__ */ f(function(e, i) {
|
|
79
79
|
const d = i.id, c = {
|
|
@@ -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") && K(n, i), i.type === "note" && j(i.note.text, n), i.type === "divider" && D(n), i.type === "default" && i.descriptions.length === 0 && Y(n, i), i.type === "default" && i.descriptions.length > 0 && I(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) {
|
|
@@ -112,10 +112,10 @@ var D = /* @__PURE__ */ f((e) => e.append("circle").attr("class", "start-state")
|
|
|
112
112
|
const s = e.append("g").attr("class", "stateLabel"), { x: w, y: p } = F.calcLabelPosition(i.points), o = z.getRows(d.title);
|
|
113
113
|
let g = 0;
|
|
114
114
|
const B = [];
|
|
115
|
-
let m = 0,
|
|
115
|
+
let m = 0, v = 0;
|
|
116
116
|
for (let u = 0; u <= o.length; u++) {
|
|
117
117
|
const h = s.append("text").attr("text-anchor", "middle").text(o[u]).attr("x", w).attr("y", p + g), y = h.node().getBBox();
|
|
118
|
-
m = Math.max(m, y.width),
|
|
118
|
+
m = Math.max(m, y.width), v = Math.min(v, y.x), S.info(y.x, w, p + g), g === 0 && (g = h.node().getBBox().height, S.info("Title height", g, p)), B.push(h);
|
|
119
119
|
}
|
|
120
120
|
let k = g * o.length;
|
|
121
121
|
if (o.length > 1) {
|
|
@@ -192,8 +192,8 @@ var D = /* @__PURE__ */ f((e) => e.append("circle").attr("class", "start-state")
|
|
|
192
192
|
h = G(u.doc, y, u.id, !c, n, l, x);
|
|
193
193
|
{
|
|
194
194
|
y = $(y, u, c);
|
|
195
|
-
let
|
|
196
|
-
h.width =
|
|
195
|
+
let E = y.node().getBBox();
|
|
196
|
+
h.width = E.width, h.height = E.height + b.padding / 2, T[u.id] = { y: b.compositTitleSize };
|
|
197
197
|
}
|
|
198
198
|
} else
|
|
199
199
|
h = L(i, u, a);
|
|
@@ -203,8 +203,8 @@ var D = /* @__PURE__ */ f((e) => e.append("circle").attr("class", "start-state")
|
|
|
203
203
|
id: u.id + "-note",
|
|
204
204
|
note: u.note,
|
|
205
205
|
type: "note"
|
|
206
|
-
},
|
|
207
|
-
u.note.position === "left of" ? (a.setNode(h.id + "-note",
|
|
206
|
+
}, E = L(i, y, a);
|
|
207
|
+
u.note.position === "left of" ? (a.setNode(h.id + "-note", E), a.setNode(h.id, h)) : (a.setNode(h.id, h), a.setNode(h.id + "-note", E)), a.setParent(h.id, h.id + "-group"), a.setParent(h.id + "-note", h.id + "-group");
|
|
208
208
|
} else
|
|
209
209
|
a.setNode(h.id, h);
|
|
210
210
|
}
|
|
@@ -230,21 +230,21 @@ var D = /* @__PURE__ */ f((e) => e.append("circle").attr("class", "start-state")
|
|
|
230
230
|
"translate(" + (a.node(r).x - a.node(r).width / 2) + "," + (a.node(r).y + (T[r] ? T[r].y : 0) - a.node(r).height / 2) + " )"
|
|
231
231
|
), n.select("#" + m.id + " #" + r).attr("data-x-shift", a.node(r).x - a.node(r).width / 2), l.querySelectorAll("#" + m.id + " #" + r + " .divider").forEach((h) => {
|
|
232
232
|
const y = h.parentElement;
|
|
233
|
-
let
|
|
234
|
-
y && (y.parentElement && (
|
|
233
|
+
let E = 0, M = 0;
|
|
234
|
+
y && (y.parentElement && (E = y.parentElement.getBBox().width), M = parseInt(y.getAttribute("data-x-shift"), 10), Number.isNaN(M) && (M = 0)), h.setAttribute("x1", 0 - M + 8), h.setAttribute("x2", E - M - 8);
|
|
235
235
|
})) : S.debug("No Node " + r + ": " + JSON.stringify(a.node(r)));
|
|
236
236
|
});
|
|
237
|
-
let
|
|
237
|
+
let v = m.getBBox();
|
|
238
238
|
a.edges().forEach(function(r) {
|
|
239
239
|
r !== void 0 && a.edge(r) !== void 0 && (S.debug("Edge " + r.v + " -> " + r.w + ": " + JSON.stringify(a.edge(r))), Q(i, a.edge(r), a.edge(r).relation));
|
|
240
|
-
}),
|
|
240
|
+
}), v = m.getBBox();
|
|
241
241
|
const k = {
|
|
242
242
|
id: d || "root",
|
|
243
243
|
label: d || "root",
|
|
244
244
|
width: 0,
|
|
245
245
|
height: 0
|
|
246
246
|
};
|
|
247
|
-
return k.width =
|
|
247
|
+
return k.width = v.width + 2 * b.padding, k.height = v.height + 2 * b.padding, S.debug("Doc rendered", k, a), k;
|
|
248
248
|
}, "renderDoc"), it = {
|
|
249
249
|
setConf: V,
|
|
250
250
|
draw: et
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a1 as s, at as xt, aN as kt, an as vt, a7 as _t, ad as E, aO as bt, aP as wt, aQ as St, aR 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() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a1 as a, bv as gi, ad as Xt, aJ as Wt, aB as xi, aw as St, av as Nt, au as di, ac as fi, ah as Yt, a3 as pi, a4 as mi, ag as yi, a5 as bi, a6 as Ai, an as wi, az as Ci, ae 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";
|
|
@@ -809,7 +809,7 @@ var j, Ht = (j = class {
|
|
|
809
809
|
getScaleValue(t) {
|
|
810
810
|
return this.scale(t) ?? this.getRange()[0];
|
|
811
811
|
}
|
|
812
|
-
}, a(K, "BandAxis"), K),
|
|
812
|
+
}, a(K, "BandAxis"), K), J, vi = (J = class extends Ut {
|
|
813
813
|
constructor(t, i, s, n, o) {
|
|
814
814
|
super(t, n, o, i), this.domain = s, this.scale = zt().domain(this.domain).range(this.getRange());
|
|
815
815
|
}
|
|
@@ -823,7 +823,7 @@ var j, Ht = (j = class {
|
|
|
823
823
|
getScaleValue(t) {
|
|
824
824
|
return this.scale(t);
|
|
825
825
|
}
|
|
826
|
-
}, a(
|
|
826
|
+
}, a(J, "LinearAxis"), J);
|
|
827
827
|
function wt(e, t, i, s) {
|
|
828
828
|
const n = new Ht(s);
|
|
829
829
|
return _t(e) ? new Di(
|
|
@@ -841,7 +841,7 @@ function wt(e, t, i, s) {
|
|
|
841
841
|
);
|
|
842
842
|
}
|
|
843
843
|
a(wt, "getAxis");
|
|
844
|
-
var
|
|
844
|
+
var Z, Pi = (Z = class {
|
|
845
845
|
constructor(t, i, s, n) {
|
|
846
846
|
this.textDimensionCalculator = t, this.chartConfig = i, this.chartData = s, this.chartThemeConfig = n, this.boundingRect = {
|
|
847
847
|
x: 0,
|
|
@@ -882,7 +882,7 @@ var J, Pi = (J = class {
|
|
|
882
882
|
]
|
|
883
883
|
}), t;
|
|
884
884
|
}
|
|
885
|
-
}, a(
|
|
885
|
+
}, a(Z, "ChartTitle"), Z);
|
|
886
886
|
function $t(e, t, i, s) {
|
|
887
887
|
const n = new Ht(s);
|
|
888
888
|
return new Pi(n, e, t, i);
|
|
@@ -1150,18 +1150,18 @@ function vt(e, t) {
|
|
|
1150
1150
|
A.xAxis = { type: "linear", title: A.xAxis.title, min: e, max: t }, gt = !0;
|
|
1151
1151
|
}
|
|
1152
1152
|
a(vt, "setXAxisRangeData");
|
|
1153
|
-
function
|
|
1153
|
+
function Jt(e) {
|
|
1154
1154
|
A.xAxis = {
|
|
1155
1155
|
type: "band",
|
|
1156
1156
|
title: A.xAxis.title,
|
|
1157
1157
|
categories: e.map((t) => xt(t.text))
|
|
1158
1158
|
}, gt = !0;
|
|
1159
1159
|
}
|
|
1160
|
-
a(
|
|
1161
|
-
function
|
|
1160
|
+
a(Jt, "setXAxisBand");
|
|
1161
|
+
function Zt(e) {
|
|
1162
1162
|
A.yAxis.title = xt(e.text);
|
|
1163
1163
|
}
|
|
1164
|
-
a(
|
|
1164
|
+
a(Zt, "setYAxisTitle");
|
|
1165
1165
|
function ti(e, t) {
|
|
1166
1166
|
A.yAxis = { type: "linear", title: A.yAxis.title, min: e, max: t }, kt = !0;
|
|
1167
1167
|
}
|
|
@@ -1248,8 +1248,8 @@ var Bi = /* @__PURE__ */ a(function() {
|
|
|
1248
1248
|
setOrientation: Qt,
|
|
1249
1249
|
setXAxisTitle: Kt,
|
|
1250
1250
|
setXAxisRangeData: vt,
|
|
1251
|
-
setXAxisBand:
|
|
1252
|
-
setYAxisTitle:
|
|
1251
|
+
setXAxisBand: Jt,
|
|
1252
|
+
setYAxisTitle: Zt,
|
|
1253
1253
|
setYAxisRangeData: ti,
|
|
1254
1254
|
setLineData: ei,
|
|
1255
1255
|
setBarData: si,
|