@altimateai/ui-components 0.0.72-beta3 → 0.0.72-beta6

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 (51) hide show
  1. package/dist/CoachForm.js +3406 -3431
  2. package/dist/Stack.js +3 -3
  3. package/dist/_basePickBy.js +76 -76
  4. package/dist/_baseUniq.js +197 -197
  5. package/dist/arc.js +36 -36
  6. package/dist/architectureDiagram-VXUJARFQ.js +1 -1
  7. package/dist/blockDiagram-VD42YOAC.js +1 -1
  8. package/dist/c4Diagram-YG6GDRKO.js +22 -22
  9. package/dist/channel.js +2 -2
  10. package/dist/chatbotV2/index.js +48 -48
  11. package/dist/chunk-4BX2VUAB.js +1 -1
  12. package/dist/chunk-55IACEB6.js +2 -2
  13. package/dist/chunk-B4BG7PRW.js +1 -1
  14. package/dist/chunk-DI55MBZ5.js +1 -1
  15. package/dist/chunk-FMBD7UC4.js +1 -1
  16. package/dist/chunk-QN33PNHL.js +5 -5
  17. package/dist/chunk-QZHKN3VN.js +1 -1
  18. package/dist/chunk-TZMSLE5B.js +1 -1
  19. package/dist/classDiagram-2ON5EDUG.js +1 -1
  20. package/dist/classDiagram-v2-WZHVMYZB.js +1 -1
  21. package/dist/cose-bilkent-S5V4N54A.js +1 -1
  22. package/dist/dagre-6UL2VRFP.js +58 -58
  23. package/dist/diagram-PSM6KHXK.js +69 -69
  24. package/dist/diagram-QEK2KX5R.js +26 -26
  25. package/dist/diagram-S2PKOQOG.js +9 -9
  26. package/dist/erDiagram-Q2GNP2WA.js +12 -12
  27. package/dist/flowDiagram-NV44I4VS.js +6 -6
  28. package/dist/ganttDiagram-LVOFAZNH.js +322 -322
  29. package/dist/gitGraphDiagram-NY62KEGX.js +13 -13
  30. package/dist/graph.js +5 -5
  31. package/dist/index.js +30 -30
  32. package/dist/infoDiagram-F6ZHWCRC.js +14 -14
  33. package/dist/journeyDiagram-XKPGCS4Q.js +1 -1
  34. package/dist/kanban-definition-3W4ZIXB7.js +54 -54
  35. package/dist/layout.js +68 -68
  36. package/dist/lineage/index.js +1 -1
  37. package/dist/main.js +2 -2
  38. package/dist/mermaid-parser.core.js +155 -155
  39. package/dist/mindmap-definition-VGOIOE7T.js +16 -16
  40. package/dist/pieDiagram-ADFJNKIX.js +25 -25
  41. package/dist/quadrantDiagram-AYHSOK5B.js +1 -1
  42. package/dist/redux-toolkit.modern.js +2185 -11288
  43. package/dist/requirementDiagram-UZGBJVZJ.js +1 -1
  44. package/dist/sankeyDiagram-TZEHDZUN.js +16 -16
  45. package/dist/sequenceDiagram-WL72ISMW.js +28 -28
  46. package/dist/shadcn/index.js +2 -2
  47. package/dist/stateDiagram-FKZM4ZOC.js +34 -34
  48. package/dist/stateDiagram-v2-4FDKWEC3.js +6 -6
  49. package/dist/timeline-definition-IT6M3QCI.js +54 -54
  50. package/dist/xychartDiagram-PRI3JC2R.js +32 -32
  51. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import { g as Ge } from "./chunk-55IACEB6.js";
2
2
  import { s as ze } from "./chunk-QN33PNHL.js";
3
- import { _ as m, s as Xe, g as Je, c as Ze, b as et, m as tt, n as st, d as Ne, l as qe, r as it, A as rt, x as nt, y as at, u as lt } from "./CoachForm.js";
3
+ import { a1 as m, a3 as Xe, a4 as Je, a6 as Ze, a5 as et, ag as tt, ah as st, a7 as Ne, ad as qe, an as it, at as rt, aq as nt, ar as at, am as lt } from "./CoachForm.js";
4
4
  var Ae = function() {
5
5
  var e = /* @__PURE__ */ m(function(P, i, r, l) {
6
6
  for (r = r || {}, l = P.length; l--; r[P[l]] = i) ;
@@ -1,4 +1,4 @@
1
- import { _ as p, d as lt, g as _t, s as xt, b as vt, c as bt, n as wt, m as St, r as Lt, e as Et, t as At, V as Tt } from "./CoachForm.js";
1
+ import { a1 as p, a7 as lt, a4 as _t, a3 as xt, a5 as vt, a6 as bt, ah as wt, ag as St, an as Lt, a9 as Et, ao as At, aO as Tt } from "./CoachForm.js";
2
2
  import { s as X } from "./redux-toolkit.modern.js";
3
3
  import { o as Mt } from "./ordinal.js";
4
4
  function Nt(t) {
@@ -210,13 +210,13 @@ function Bt() {
210
210
  for (let c = 1, r = n.length; c < r; ++c) {
211
211
  const k = n[c];
212
212
  for (const w of k) {
213
- let L = 0, V = 0;
213
+ let L = 0, F = 0;
214
214
  for (const { source: Y, value: et } of w.targetLinks) {
215
215
  let H = et * (w.layer - Y.layer);
216
- L += z(Y, w) * H, V += H;
216
+ L += z(Y, w) * H, F += H;
217
217
  }
218
- if (!(V > 0)) continue;
219
- let G = (L / V - w.y0) * f;
218
+ if (!(F > 0)) continue;
219
+ let G = (L / F - w.y0) * f;
220
220
  w.y0 += G, w.y1 += G, E(w);
221
221
  }
222
222
  o === void 0 && k.sort(Q), O(k, u);
@@ -226,13 +226,13 @@ function Bt() {
226
226
  for (let c = n.length, r = c - 2; r >= 0; --r) {
227
227
  const k = n[r];
228
228
  for (const w of k) {
229
- let L = 0, V = 0;
229
+ let L = 0, F = 0;
230
230
  for (const { target: Y, value: et } of w.sourceLinks) {
231
231
  let H = et * (Y.layer - w.layer);
232
- L += I(w, Y) * H, V += H;
232
+ L += I(w, Y) * H, F += H;
233
233
  }
234
- if (!(V > 0)) continue;
235
- let G = (L / V - w.y0) * f;
234
+ if (!(F > 0)) continue;
235
+ let G = (L / F - w.y0) * f;
236
236
  w.y0 += G, w.y1 += G, E(w);
237
237
  }
238
238
  o === void 0 && k.sort(Q), O(k, u);
@@ -293,7 +293,7 @@ function Bt() {
293
293
  }
294
294
  return b;
295
295
  }
296
- var st = Math.PI, rt = 2 * st, F = 1e-6, Rt = rt - F;
296
+ var st = Math.PI, rt = 2 * st, V = 1e-6, Rt = rt - V;
297
297
  function ot() {
298
298
  this._x0 = this._y0 = // start of current subpath
299
299
  this._x1 = this._y1 = null, this._ = "";
@@ -324,18 +324,18 @@ ot.prototype = kt.prototype = {
324
324
  if (h < 0) throw new Error("negative radius: " + h);
325
325
  if (this._x1 === null)
326
326
  this._ += "M" + (this._x1 = t) + "," + (this._y1 = e);
327
- else if (x > F) if (!(Math.abs(l * _ - s * o) > F) || !h)
327
+ else if (x > V) if (!(Math.abs(l * _ - s * o) > V) || !h)
328
328
  this._ += "L" + (this._x1 = t) + "," + (this._y1 = e);
329
329
  else {
330
330
  var v = i - d, y = a - m, b = _ * _ + s * s, M = v * v + y * y, T = Math.sqrt(b), N = Math.sqrt(x), C = h * Math.tan((st - Math.acos((b + x - M) / (2 * T * N))) / 2), $ = C / N, R = C / T;
331
- Math.abs($ - 1) > F && (this._ += "L" + (t + $ * o) + "," + (e + $ * l)), this._ += "A" + h + "," + h + ",0,0," + +(l * v > o * y) + "," + (this._x1 = t + R * _) + "," + (this._y1 = e + R * s);
331
+ Math.abs($ - 1) > V && (this._ += "L" + (t + $ * o) + "," + (e + $ * l)), this._ += "A" + h + "," + h + ",0,0," + +(l * v > o * y) + "," + (this._x1 = t + R * _) + "," + (this._y1 = e + R * s);
332
332
  }
333
333
  },
334
334
  arc: function(t, e, i, a, h, d) {
335
335
  t = +t, e = +e, i = +i, d = !!d;
336
336
  var m = i * Math.cos(a), _ = i * Math.sin(a), s = t + m, o = e + _, l = 1 ^ d, x = d ? a - h : h - a;
337
337
  if (i < 0) throw new Error("negative radius: " + i);
338
- this._x1 === null ? this._ += "M" + s + "," + o : (Math.abs(this._x1 - s) > F || Math.abs(this._y1 - o) > F) && (this._ += "L" + s + "," + o), i && (x < 0 && (x = x % rt + rt), x > Rt ? this._ += "A" + i + "," + i + ",0,1," + l + "," + (t - m) + "," + (e - _) + "A" + i + "," + i + ",0,1," + l + "," + (this._x1 = s) + "," + (this._y1 = o) : x > F && (this._ += "A" + i + "," + i + ",0," + +(x >= st) + "," + l + "," + (this._x1 = t + i * Math.cos(h)) + "," + (this._y1 = e + i * Math.sin(h))));
338
+ this._x1 === null ? this._ += "M" + s + "," + o : (Math.abs(this._x1 - s) > V || Math.abs(this._y1 - o) > V) && (this._ += "L" + s + "," + o), i && (x < 0 && (x = x % rt + rt), x > Rt ? this._ += "A" + i + "," + i + ",0,1," + l + "," + (t - m) + "," + (e - _) + "A" + i + "," + i + ",0,1," + l + "," + (this._x1 = s) + "," + (this._y1 = o) : x > V && (this._ += "A" + i + "," + i + ",0," + +(x >= st) + "," + l + "," + (this._x1 = t + i * Math.cos(h)) + "," + (this._y1 = e + i * Math.sin(h))));
339
339
  },
340
340
  rect: function(t, e, i, a) {
341
341
  this._ += "M" + (this._x0 = this._x1 = +t) + "," + (this._y0 = this._y1 = +e) + "h" + +i + "v" + +a + "h" + -i + "Z";
@@ -349,10 +349,10 @@ function dt(t) {
349
349
  return t;
350
350
  };
351
351
  }
352
- function Vt(t) {
352
+ function Ft(t) {
353
353
  return t[0];
354
354
  }
355
- function Ft(t) {
355
+ function Vt(t) {
356
356
  return t[1];
357
357
  }
358
358
  var Wt = Array.prototype.slice;
@@ -363,7 +363,7 @@ function Gt(t) {
363
363
  return t.target;
364
364
  }
365
365
  function Yt(t) {
366
- var e = Ut, i = Gt, a = Vt, h = Ft, d = null;
366
+ var e = Ut, i = Gt, a = Ft, h = Vt, d = null;
367
367
  function m() {
368
368
  var _, s = Wt.call(arguments), o = e.apply(this, s), l = i.apply(this, s);
369
369
  if (d || (d = _ = kt()), t(d, +a.apply(this, (s[0] = o, s)), +h.apply(this, s), +a.apply(this, (s[0] = l, s)), +h.apply(this, s)), _) return d = null, _ + "" || null;
@@ -1,5 +1,5 @@
1
- import { g as ct, a as Xt, d as we, b as ve, c as Jt, e as Qt } from "./chunk-TZMSLE5B.js";
2
- import { _ as f, s as se, c as Ie, m as Le, g as Ae, b as _e, n as ke, d as st, o as Pe, J as Ne, r as Se, l as Q, i as St, v as Me, e as I, K as z, L as At, u as F, a as Re, j as De, k as re, M as Ce, N as ie, D as Ht, O as ne, Z as Oe } from "./CoachForm.js";
1
+ import { g as ct, a as Xt, d as we, b as ve, c as Qt, e as Jt } from "./chunk-TZMSLE5B.js";
2
+ import { a1 as f, a3 as se, a6 as Ie, ag as Le, a4 as Ae, a5 as _e, ah as ke, a7 as st, ai as Pe, aj as Ne, an as Se, ad as J, ac as St, ap as Me, a9 as I, aC as z, aD as At, am as F, a2 as Re, ae as De, af as re, aE as Ce, aF as ie, aw as Ht, aG as ne, aH as Oe } from "./CoachForm.js";
3
3
  import { I as Be } from "./chunk-QZHKN3VN.js";
4
4
  import { s as Mt } from "./redux-toolkit.modern.js";
5
5
  var Ut = function() {
@@ -249,27 +249,27 @@ var Ut = function() {
249
249
  return et = m.pop() || W.lex() || jt, typeof et != "number" && (et instanceof Array && (m = et, et = m.pop()), et = _.symbols_[et] || et), et;
250
250
  }
251
251
  f(te, "lex");
252
- for (var J, yt, it, qt, bt = {}, Pt, ht, ee, Nt; ; ) {
253
- if (yt = L[L.length - 1], this.defaultActions[yt] ? it = this.defaultActions[yt] : ((J === null || typeof J > "u") && (J = te()), it = It[yt] && It[yt][J]), typeof it > "u" || !it.length || !it[0]) {
252
+ for (var Q, yt, it, qt, bt = {}, Pt, ht, ee, Nt; ; ) {
253
+ if (yt = L[L.length - 1], this.defaultActions[yt] ? it = this.defaultActions[yt] : ((Q === null || typeof Q > "u") && (Q = te()), it = It[yt] && It[yt][Q]), typeof it > "u" || !it.length || !it[0]) {
254
254
  var zt = "";
255
255
  Nt = [];
256
256
  for (Pt in It[yt])
257
257
  this.terminals_[Pt] && Pt > Te && Nt.push("'" + this.terminals_[Pt] + "'");
258
258
  W.showPosition ? zt = "Parse error on line " + (kt + 1) + `:
259
259
  ` + W.showPosition() + `
260
- Expecting ` + Nt.join(", ") + ", got '" + (this.terminals_[J] || J) + "'" : zt = "Parse error on line " + (kt + 1) + ": Unexpected " + (J == jt ? "end of input" : "'" + (this.terminals_[J] || J) + "'"), this.parseError(zt, {
260
+ Expecting ` + Nt.join(", ") + ", got '" + (this.terminals_[Q] || Q) + "'" : zt = "Parse error on line " + (kt + 1) + ": Unexpected " + (Q == jt ? "end of input" : "'" + (this.terminals_[Q] || Q) + "'"), this.parseError(zt, {
261
261
  text: W.match,
262
- token: this.terminals_[J] || J,
262
+ token: this.terminals_[Q] || Q,
263
263
  line: W.yylineno,
264
264
  loc: Ft,
265
265
  expected: Nt
266
266
  });
267
267
  }
268
268
  if (it[0] instanceof Array && it.length > 1)
269
- throw new Error("Parse Error: multiple actions possible at state: " + yt + ", token: " + J);
269
+ throw new Error("Parse Error: multiple actions possible at state: " + yt + ", token: " + Q);
270
270
  switch (it[0]) {
271
271
  case 1:
272
- L.push(J), B.push(W.yytext), d.push(W.yylloc), L.push(it[1]), J = null, $t = W.yyleng, u = W.yytext, kt = W.yylineno, Ft = W.yylloc;
272
+ L.push(Q), B.push(W.yytext), d.push(W.yylloc), L.push(it[1]), Q = null, $t = W.yyleng, u = W.yytext, kt = W.yylineno, Ft = W.yylloc;
273
273
  break;
274
274
  case 2:
275
275
  if (ht = this.productions_[it[1]][1], bt.$ = B[B.length - ht], bt._$ = {
@@ -842,7 +842,7 @@ var Ve = Ut, Ye = {
842
842
  text: r,
843
843
  wrap: s
844
844
  };
845
- return Q.debug(`parseMessage: ${JSON.stringify(i)}`), i;
845
+ return J.debug(`parseMessage: ${JSON.stringify(i)}`), i;
846
846
  }
847
847
  // We expect the box statement to be color first then description
848
848
  // The color can be rgb,rgba,hsl,hsla, or css code names #hex codes are not supported for now because of the way the char # is handled
@@ -888,7 +888,7 @@ var Ve = Ut, Ye = {
888
888
  const i = JSON.parse(r);
889
889
  this.insertLinks(s, i);
890
890
  } catch (r) {
891
- Q.error("error while parsing actor link text", r);
891
+ J.error("error while parsing actor link text", r);
892
892
  }
893
893
  }
894
894
  addALink(t, n) {
@@ -901,7 +901,7 @@ var Ve = Ut, Ye = {
901
901
  const h = i.slice(0, c - 1).trim(), o = i.slice(c + 1).trim();
902
902
  r[h] = o, this.insertLinks(s, r);
903
903
  } catch (r) {
904
- Q.error("error while parsing actor link text", r);
904
+ J.error("error while parsing actor link text", r);
905
905
  }
906
906
  }
907
907
  insertLinks(t, n) {
@@ -917,7 +917,7 @@ var Ve = Ut, Ye = {
917
917
  const r = St(n.text, st()), i = JSON.parse(r);
918
918
  this.insertProperties(s, i);
919
919
  } catch (r) {
920
- Q.error("error while parsing actor properties text", r);
920
+ J.error("error while parsing actor properties text", r);
921
921
  }
922
922
  }
923
923
  insertProperties(t, n) {
@@ -936,7 +936,7 @@ var Ve = Ut, Ye = {
936
936
  const i = r.innerHTML, c = JSON.parse(i);
937
937
  c.properties && this.insertProperties(s, c.properties), c.links && this.insertLinks(s, c.links);
938
938
  } catch (i) {
939
- Q.error("error while parsing actor details text", i);
939
+ J.error("error while parsing actor details text", i);
940
940
  }
941
941
  }
942
942
  getActorProperty(t, n) {
@@ -1324,7 +1324,7 @@ var Ve = Ut, Ye = {
1324
1324
  const g = Lt(o, a);
1325
1325
  if (t.rectData = a, (b = t.properties) != null && b.icon) {
1326
1326
  const w = t.properties.icon.trim();
1327
- w.charAt(0) === "@" ? Jt(o, a.x + a.width - 20, a.y + 10, w.substr(1)) : Qt(o, a.x + a.width - 20, a.y + 10, w);
1327
+ w.charAt(0) === "@" ? Qt(o, a.x + a.width - 20, a.y + 10, w.substr(1)) : Jt(o, a.x + a.width - 20, a.y + 10, w);
1328
1328
  }
1329
1329
  dt(n, z(t.description))(
1330
1330
  t.description,
@@ -1358,7 +1358,7 @@ var Ve = Ut, Ye = {
1358
1358
  }, y = Lt(o, a);
1359
1359
  if (Lt(o, x), t.rectData = a, (k = t.properties) != null && k.icon) {
1360
1360
  const N = t.properties.icon.trim();
1361
- N.charAt(0) === "@" ? Jt(o, a.x + a.width - 20, a.y + 10, N.substr(1)) : Qt(o, a.x + a.width - 20, a.y + 10, N);
1361
+ N.charAt(0) === "@" ? Qt(o, a.x + a.width - 20, a.y + 10, N.substr(1)) : Jt(o, a.x + a.width - 20, a.y + 10, N);
1362
1362
  }
1363
1363
  dt(n, z(t.description))(
1364
1364
  t.description,
@@ -1399,7 +1399,7 @@ var Ve = Ut, Ye = {
1399
1399
  a ${x},${g} 0 0 0 0,${a.height}`
1400
1400
  ).attr("stroke", "#666").attr("stroke-width", "1px").attr("class", p), y.attr("transform", `translate(${x}, ${-(a.height / 2)})`), b.attr("transform", `translate(${a.width - x}, ${-a.height / 2})`), t.rectData = a, (S = t.properties) != null && S.icon) {
1401
1401
  const M = t.properties.icon.trim(), C = a.x + a.width - 20, Y = a.y + 10;
1402
- M.charAt(0) === "@" ? Jt(o, C, Y, M.substr(1)) : Qt(o, C, Y, M);
1402
+ M.charAt(0) === "@" ? Qt(o, C, Y, M.substr(1)) : Jt(o, C, Y, M);
1403
1403
  }
1404
1404
  dt(n, z(t.description))(
1405
1405
  t.description,
@@ -1418,7 +1418,7 @@ var Ve = Ut, Ye = {
1418
1418
  t.height = M.height, w = M.height;
1419
1419
  }
1420
1420
  return w;
1421
- }, "drawActorTypeQueue"), Je = /* @__PURE__ */ f(function(e, t, n, s) {
1421
+ }, "drawActorTypeQueue"), Qe = /* @__PURE__ */ f(function(e, t, n, s) {
1422
1422
  var w;
1423
1423
  const r = s ? t.stopy : t.starty, i = t.x + t.width / 2, c = r + 75, h = e.append("g").lower();
1424
1424
  s || (P++, h.append("line").attr("id", "actor" + P).attr("x1", i).attr("y1", c).attr("x2", i).attr("y2", 2e3).attr("class", "actor-line 200").attr("stroke-width", "0.5px").attr("stroke", "#999").attr("name", t.name), t.actorCnt = P);
@@ -1440,7 +1440,7 @@ var Ve = Ut, Ye = {
1440
1440
  { class: `actor ${ut}` },
1441
1441
  n
1442
1442
  ), t.height;
1443
- }, "drawActorTypeControl"), Qe = /* @__PURE__ */ f(function(e, t, n, s) {
1443
+ }, "drawActorTypeControl"), Je = /* @__PURE__ */ f(function(e, t, n, s) {
1444
1444
  var w;
1445
1445
  const r = s ? t.stopy : t.starty, i = t.x + t.width / 2, c = r + 75, h = e.append("g").lower(), o = e.append("g");
1446
1446
  let a = ut;
@@ -1541,9 +1541,9 @@ var Ve = Ut, Ye = {
1541
1541
  case "boundary":
1542
1542
  return await $e(e, t, n, s);
1543
1543
  case "control":
1544
- return await Je(e, t, n, s);
1545
- case "entity":
1546
1544
  return await Qe(e, t, n, s);
1545
+ case "entity":
1546
+ return await Je(e, t, n, s);
1547
1547
  case "database":
1548
1548
  return await Ze(e, t, n, s);
1549
1549
  case "collections":
@@ -1993,7 +1993,7 @@ function nt(e, t, n, s, r) {
1993
1993
  const c = e[t.id].width, h = Et(l);
1994
1994
  t.message = F.wrapLabel(`[${t.message}]`, c - 2 * l.wrapPadding, h), t.width = c, t.wrap = !0;
1995
1995
  const o = F.calculateTextDimensions(t.message, h), a = I.getMax(o.height, l.labelBoxHeight);
1996
- i = s + a, Q.debug(`${a} - ${t.message}`);
1996
+ i = s + a, J.debug(`${a} - ${t.message}`);
1997
1997
  }
1998
1998
  r(t), T.bumpVerticalPos(i);
1999
1999
  }
@@ -2059,7 +2059,7 @@ var ys = /* @__PURE__ */ f(async function(e, t, n, s) {
2059
2059
  let c;
2060
2060
  r === "sandbox" && (c = Mt("#i" + t));
2061
2061
  const h = r === "sandbox" ? Mt(c.nodes()[0].contentDocument.body) : Mt("body"), o = r === "sandbox" ? c.nodes()[0].contentDocument : document;
2062
- T.init(), Q.debug(s.db);
2062
+ T.init(), J.debug(s.db);
2063
2063
  const a = r === "sandbox" ? h.select(`[id="${t}"]`) : Mt(`[id="${t}"]`), p = s.db.getActors(), g = s.db.getCreatedActors(), x = s.db.getDestroyedActors(), y = s.db.getBoxes();
2064
2064
  let b = s.db.getActorKeys();
2065
2065
  const w = s.db.getMessages(), k = s.db.getDiagramTitle(), N = s.db.hasAtLeastOneBox(), S = s.db.hasAtLeastOneBoxWithTitle(), M = await xe(p, w, s);
@@ -2227,7 +2227,7 @@ var ys = /* @__PURE__ */ f(async function(e, t, n, s) {
2227
2227
  x
2228
2228
  ), at.push({ messageModel: tt, lineStartY: R }), T.models.addMessage(tt);
2229
2229
  } catch (R) {
2230
- Q.error("error while drawing message", R);
2230
+ J.error("error while drawing message", R);
2231
2231
  }
2232
2232
  }
2233
2233
  [
@@ -2243,7 +2243,7 @@ var ys = /* @__PURE__ */ f(async function(e, t, n, s) {
2243
2243
  s.db.LINETYPE.BIDIRECTIONAL_DOTTED
2244
2244
  ].includes(E.type) && (H = H + Z), G++;
2245
2245
  }
2246
- Q.debug("createdActors", g), Q.debug("destroyedActors", x), await Kt(a, p, b, !1);
2246
+ J.debug("createdActors", g), J.debug("destroyedActors", x), await Kt(a, p, b, !1);
2247
2247
  for (const E of at)
2248
2248
  await xs(a, E.messageModel, E.lineStartY, s);
2249
2249
  l.mirrorActors && await Kt(a, p, b, !0), U.forEach((E) => V.drawBackgroundRect(a, E)), ce(a, p, b, l);
@@ -2267,7 +2267,7 @@ var ys = /* @__PURE__ */ f(async function(e, t, n, s) {
2267
2267
  a.attr(
2268
2268
  "viewBox",
2269
2269
  O.startx - l.diagramMarginX + " -" + (l.diagramMarginY + D) + " " + rt + " " + (K + D)
2270
- ), Q.debug("models:", T.models);
2270
+ ), J.debug("models:", T.models);
2271
2271
  }, "draw");
2272
2272
  async function xe(e, t, n) {
2273
2273
  const s = {};
@@ -2303,7 +2303,7 @@ async function xe(e, t, n) {
2303
2303
  g / 2
2304
2304
  )));
2305
2305
  }
2306
- return Q.debug("maxMessageWidthPerActor:", s), s;
2306
+ return J.debug("maxMessageWidthPerActor:", s), s;
2307
2307
  }
2308
2308
  f(xe, "getMaxMessageWidthPerActor");
2309
2309
  var Ts = /* @__PURE__ */ f(function(e) {
@@ -2384,7 +2384,7 @@ var Es = /* @__PURE__ */ f(async function(e, t, n) {
2384
2384
  e.message,
2385
2385
  a.width - 2 * l.wrapPadding,
2386
2386
  mt(l)
2387
- )), Q.debug(
2387
+ )), J.debug(
2388
2388
  `NM:[${a.startx},${a.stopx},${a.starty},${a.stopy}:${a.width},${a.height}=${e.message}]`
2389
2389
  ), a;
2390
2390
  }, "buildNoteModel"), bs = /* @__PURE__ */ f(function(e, t, n) {
@@ -2500,7 +2500,7 @@ var Es = /* @__PURE__ */ f(async function(e, t, n) {
2500
2500
  c.from = I.getMin(o.startx, c.from), c.to = I.getMax(o.stopx, c.to), c.width = I.getMax(c.width, o.width) - l.labelBoxWidth;
2501
2501
  }));
2502
2502
  }
2503
- return T.activations = [], Q.debug("Loop type widths:", r), r;
2503
+ return T.activations = [], J.debug("Loop type widths:", r), r;
2504
2504
  }, "calculateLoopBounds"), ws = {
2505
2505
  bounds: T,
2506
2506
  drawActors: Kt,
@@ -1,7 +1,7 @@
1
1
  import { I as Bi, b as Hi, c as Yi, d as Vi, e as Gi, S as Ki, f as Ui, g as Zn, h as qi, i as Xi, C as Zi, G as Qi, L as Ji, j as el, k as tl, R as nl, l as al, m as rl, n as ol, o as sl, p as il, q as ll, r as cl, P as ul, s as dl } from "../ToggleGroup.js";
2
2
  import { af as $g, ai as Bg, ag as Hg, ah as Yg, A as Vg, am as Gg, an as Kg, aw as Ug, ax as qg, ar as Xg, av as Zg, at as Qg, as as Jg, ap as eb, ao as tb, au as nb, aq as ab, al as rb, O as ob, B as sb, aW as ib, aX as lb, aY as cb, a_ as ub, aZ as db, aJ as fb, aI as mb, a5 as hb, a6 as pb, a9 as gb, aa as bb, a7 as vb, ab as wb, a8 as yb, ad as xb, ac as Sb, D as Mb, Q as Cb, W as Nb, U as Pb, $ as Db, V as Tb, Y as Eb, a0 as Rb, a4 as kb, X as _b, Z as Ob, _ as Ib, a1 as Ab, a2 as jb, a3 as Wb, T as Lb, aL as zb, aN as Fb, aO as $b, aP as Bb, F as Hb, aM as Yb, a as Vb, t as Gb, v as Kb, N as Ub, ay as qb, aC as Xb, az as Zb, aE as Qb, aD as Jb, aH as ev, aG as tv, aF as nv, aB as av, aA as rv, z as ov, K as sv, H as iv, E as lv, x as cv, w as uv, J as dv, y as fv, aQ as mv, aV as hv, aT as pv, aU as gv, aR as bv, aS as vv, a$ as wv, b1 as yv, b2 as xv, ae as Sv, aj as Mv, ak as Cv, b0 as Nv, M as Pv, aK as Dv } from "../ToggleGroup.js";
3
- import { g as P, U as An, B as Ue, Z as fl, _ as ml, X as Bt, $ as hl, a0 as pl, c as gl, a as Qe, P as ne, y as Se, Q as nn, n as Qn, u as he, ab as bl, V as rr, b as It, q as dt, d as F, ac as vl, K as wl, G as yl, h as ft, ad as xl, I as Sl, ae as Ml, af as Cl, ag as Nl, a2 as mt, a3 as jn, H as Jn, f as Pl, e as Dl, p as or, v as Tl, x as El, L as Mn, o as sr, A as Rl, t as kl, w as _l, z as Ol, J as Il, a4 as Al, a5 as jl } from "../Stack.js";
4
- import { ak as Ev, aj as Rv, a7 as kv, a6 as _v, a8 as Ov, M as Iv, am as Av, N as jv, ar as Wv, ap as Lv, ao as zv, aa as Fv, a9 as $v, aq as Bv, an as Hv, a1 as Yv, al as Vv, ah as Gv, ai as Kv, T as Uv, Y as qv } from "../Stack.js";
3
+ import { g as P, U as An, B as Ue, Z as fl, _ as ml, X as Bt, $ as hl, a0 as pl, c as gl, a as Qe, P as ne, y as Se, Q as nn, n as Qn, u as he, ab as bl, V as rr, b as It, q as dt, d as F, ac as vl, K as wl, G as yl, h as ft, ad as xl, I as Sl, ae as Ml, af as Cl, ag as Nl, a2 as mt, a3 as jn, H as Jn, f as Pl, e as Dl, p as or, v as Tl, x as El, L as Mn, o as sr, A as Rl, t as kl, w as _l, z as Ol, J as Il, a4 as Al, a6 as jl } from "../Stack.js";
4
+ import { ak as Ev, aj as Rv, a5 as kv, a7 as _v, a8 as Ov, M as Iv, am as Av, N as jv, ar as Wv, ap as Lv, ao as zv, aa as Fv, a9 as $v, aq as Bv, an as Hv, a1 as Yv, al as Vv, ah as Gv, ai as Kv, T as Uv, Y as qv } from "../Stack.js";
5
5
  import { j as u, o as ir, C as an, b as Wl, p as Ll, d as lr, q as zl, M as cr, a as Fl, S as $l, r as Bl, s as Hl, F as Yl } from "../index2.js";
6
6
  import * as d from "react";
7
7
  import E, { createContext as Vl, useContext as Gl, useCallback as ie, useRef as ot, useLayoutEffect as Kl, useState as Ne, useEffect as Gt, useMemo as Dt, forwardRef as At } from "react";
@@ -1,15 +1,15 @@
1
- import { s as G, S as N, a as W } from "./chunk-DI55MBZ5.js";
2
- import { _ as f, d as t, l as S, j as P, e as z, Q as _, R as U, M as C, u as F } from "./CoachForm.js";
1
+ import { s as R, S as N, a as W } from "./chunk-DI55MBZ5.js";
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
- import { G as O } from "./graph.js";
5
- import { l as J } from "./layout.js";
4
+ import { G as J } from "./graph.js";
5
+ import { l as O } from "./layout.js";
6
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
9
  }, "drawSimpleState"), I = /* @__PURE__ */ f((e, i) => {
10
10
  const d = /* @__PURE__ */ f(function(g, B, m) {
11
- const E = g.append("tspan").attr("x", 2 * t().state.padding).text(B);
12
- m || E.attr("dy", t().state.textHeight);
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
@@ -38,20 +38,20 @@ var X = /* @__PURE__ */ f((e) => e.append("circle").attr("class", "start-state")
38
38
  "y",
39
39
  t().state.titleShift - t().state.textHeight - t().state.padding
40
40
  ).attr("width", o).attr("height", B.height + 3 + 2 * t().state.textHeight).attr("rx", t().state.radius), e;
41
- }, "addTitleAndBox"), j = /* @__PURE__ */ f((e) => (e.append("circle").attr("class", "end-state-outer").attr("r", t().state.sizeUnit + t().state.miniPadding).attr(
41
+ }, "addTitleAndBox"), q = /* @__PURE__ */ f((e) => (e.append("circle").attr("class", "end-state-outer").attr("r", t().state.sizeUnit + t().state.miniPadding).attr(
42
42
  "cx",
43
43
  t().state.padding + t().state.sizeUnit + t().state.miniPadding
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"), q = /* @__PURE__ */ f((e, i) => {
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"), Q = /* @__PURE__ */ f((e, i, d, c) => {
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 X = /* @__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"), Z = /* @__PURE__ */ f((e, i) => {
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 } = Q(e, 0, 0, c);
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,10 +82,10 @@ var X = /* @__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" && X(n), i.type === "end" && j(n), (i.type === "fork" || i.type === "join") && q(n, i), i.type === "note" && Z(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);
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
- }, "drawState"), R = 0, K = /* @__PURE__ */ f(function(e, i, d) {
88
+ }, "drawState"), A = 0, Q = /* @__PURE__ */ f(function(e, i, d) {
89
89
  const c = /* @__PURE__ */ f(function(s) {
90
90
  switch (s) {
91
91
  case N.relationType.AGGREGATION:
@@ -99,11 +99,11 @@ var X = /* @__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 = _().x(function(s) {
102
+ const n = i.points, l = U().x(function(s) {
103
103
  return s.x;
104
104
  }).y(function(s) {
105
105
  return s.y;
106
- }).curve(U), x = e.append("path").attr("d", l(n)).attr("id", "edge" + R).attr("class", "transition");
106
+ }).curve(_), x = e.append("path").attr("d", l(n)).attr("id", "edge" + A).attr("class", "transition");
107
107
  let a = "";
108
108
  if (t().state.arrowMarkerAbsolute && (a = C(!0)), x.attr(
109
109
  "marker-end",
@@ -112,10 +112,10 @@ var X = /* @__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, E = 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), E = Math.min(E, 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);
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) {
@@ -125,7 +125,7 @@ var X = /* @__PURE__ */ f((e) => e.append("circle").attr("class", "start-state")
125
125
  const r = s.node().getBBox();
126
126
  s.insert("rect", ":first-child").attr("class", "box").attr("x", w - m / 2 - t().state.padding / 2).attr("y", p - k / 2 - t().state.padding / 2 - 3.5).attr("width", m + t().state.padding).attr("height", k + t().state.padding), S.info(r);
127
127
  }
128
- R++;
128
+ A++;
129
129
  }, "drawEdge"), b, T = {}, V = /* @__PURE__ */ f(function() {
130
130
  }, "setConf"), tt = /* @__PURE__ */ f(function(e) {
131
131
  e.append("defs").append("marker").attr("id", "dependencyEnd").attr("refX", 19).attr("refY", 7).attr("markerWidth", 20).attr("markerHeight", 28).attr("orient", "auto").append("path").attr("d", "M 19,7 L9,13 L14,7 L9,1 Z");
@@ -139,14 +139,14 @@ var X = /* @__PURE__ */ f((e) => e.append("circle").attr("class", "start-state")
139
139
  const s = x.select(`[id='${i}']`);
140
140
  tt(s);
141
141
  const w = c.db.getRootDoc();
142
- A(w, s, void 0, !1, x, a, c);
142
+ G(w, s, void 0, !1, x, a, c);
143
143
  const p = b.padding, o = s.node().getBBox(), g = o.width + p * 2, B = o.height + p * 2, m = g * 1.75;
144
144
  P(s, B, m, b.useMaxWidth), s.attr(
145
145
  "viewBox",
146
146
  `${o.x - b.padding} ${o.y - b.padding} ` + g + " " + B
147
147
  );
148
- }, "draw"), at = /* @__PURE__ */ f((e) => e ? e.length * b.fontSizeFactor : 1, "getLabelWidth"), A = /* @__PURE__ */ f((e, i, d, c, n, l, x) => {
149
- const a = new O({
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 J({
150
150
  compound: !0,
151
151
  multigraph: !0
152
152
  });
@@ -189,11 +189,11 @@ var X = /* @__PURE__ */ f((e) => e.append("circle").attr("class", "start-state")
189
189
  let h;
190
190
  if (u.doc) {
191
191
  let y = i.append("g").attr("id", u.id).attr("class", "stateGroup");
192
- h = A(u.doc, y, u.id, !c, n, l, x);
192
+ h = G(u.doc, y, u.id, !c, n, l, x);
193
193
  {
194
194
  y = $(y, u, c);
195
- let v = y.node().getBBox();
196
- h.width = v.width, h.height = v.height + b.padding / 2, T[u.id] = { y: b.compositTitleSize };
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 X = /* @__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
- }, v = L(i, y, a);
207
- u.note.position === "left of" ? (a.setNode(h.id + "-note", v), a.setNode(h.id, h)) : (a.setNode(h.id, h), a.setNode(h.id + "-note", v)), a.setParent(h.id, h.id + "-group"), a.setParent(h.id + "-note", h.id + "-group");
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
  }
@@ -222,7 +222,7 @@ var X = /* @__PURE__ */ f((e) => e.append("circle").attr("class", "start-state")
222
222
  },
223
223
  "id" + B
224
224
  );
225
- }), J(a), S.debug("Graph after layout", a.nodes());
225
+ }), O(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(
@@ -230,26 +230,26 @@ var X = /* @__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 v = 0, M = 0;
234
- y && (y.parentElement && (v = 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", v - M - 8);
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 E = m.getBBox();
237
+ let v = m.getBBox();
238
238
  a.edges().forEach(function(r) {
239
- r !== void 0 && a.edge(r) !== void 0 && (S.debug("Edge " + r.v + " -> " + r.w + ": " + JSON.stringify(a.edge(r))), K(i, a.edge(r), a.edge(r).relation));
240
- }), E = m.getBBox();
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
+ }), 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 = E.width + 2 * b.padding, k.height = E.height + 2 * b.padding, S.debug("Doc rendered", k, a), k;
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
251
251
  }, ct = {
252
- parser: G,
252
+ parser: R,
253
253
  get db() {
254
254
  return new N(1);
255
255
  },
@@ -1,10 +1,10 @@
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";
1
+ import { s as a, S as t, b as r, a as s } from "./chunk-DI55MBZ5.js";
2
+ import { a1 as i } from "./CoachForm.js";
3
3
  import "./redux-toolkit.modern.js";
4
- var _ = {
5
- parser: t,
4
+ var l = {
5
+ parser: a,
6
6
  get db() {
7
- return new a(2);
7
+ return new t(2);
8
8
  },
9
9
  renderer: r,
10
10
  styles: s,
@@ -13,5 +13,5 @@ var _ = {
13
13
  }, "init")
14
14
  };
15
15
  export {
16
- _ as diagram
16
+ l as diagram
17
17
  };