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

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 (47) hide show
  1. package/dist/CoachForm.js +630 -601
  2. package/dist/_basePickBy.js +76 -76
  3. package/dist/_baseUniq.js +197 -197
  4. package/dist/arc.js +36 -36
  5. package/dist/architectureDiagram-VXUJARFQ.js +1 -1
  6. package/dist/blockDiagram-VD42YOAC.js +1 -1
  7. package/dist/c4Diagram-YG6GDRKO.js +22 -22
  8. package/dist/channel.js +2 -2
  9. package/dist/chatbotV2/index.js +48 -48
  10. package/dist/chunk-4BX2VUAB.js +1 -1
  11. package/dist/chunk-55IACEB6.js +2 -2
  12. package/dist/chunk-B4BG7PRW.js +1 -1
  13. package/dist/chunk-DI55MBZ5.js +1 -1
  14. package/dist/chunk-FMBD7UC4.js +1 -1
  15. package/dist/chunk-QN33PNHL.js +5 -5
  16. package/dist/chunk-QZHKN3VN.js +1 -1
  17. package/dist/chunk-TZMSLE5B.js +1 -1
  18. package/dist/classDiagram-2ON5EDUG.js +1 -1
  19. package/dist/classDiagram-v2-WZHVMYZB.js +1 -1
  20. package/dist/cose-bilkent-S5V4N54A.js +1 -1
  21. package/dist/dagre-6UL2VRFP.js +58 -58
  22. package/dist/diagram-PSM6KHXK.js +69 -69
  23. package/dist/diagram-QEK2KX5R.js +26 -26
  24. package/dist/diagram-S2PKOQOG.js +9 -9
  25. package/dist/erDiagram-Q2GNP2WA.js +12 -12
  26. package/dist/flowDiagram-NV44I4VS.js +6 -6
  27. package/dist/ganttDiagram-LVOFAZNH.js +322 -322
  28. package/dist/gitGraphDiagram-NY62KEGX.js +13 -13
  29. package/dist/graph.js +5 -5
  30. package/dist/index.js +30 -30
  31. package/dist/infoDiagram-F6ZHWCRC.js +14 -14
  32. package/dist/journeyDiagram-XKPGCS4Q.js +1 -1
  33. package/dist/kanban-definition-3W4ZIXB7.js +54 -54
  34. package/dist/layout.js +68 -68
  35. package/dist/main.js +1 -1
  36. package/dist/mermaid-parser.core.js +155 -155
  37. package/dist/mindmap-definition-VGOIOE7T.js +16 -16
  38. package/dist/pieDiagram-ADFJNKIX.js +25 -25
  39. package/dist/quadrantDiagram-AYHSOK5B.js +1 -1
  40. package/dist/requirementDiagram-UZGBJVZJ.js +1 -1
  41. package/dist/sankeyDiagram-TZEHDZUN.js +16 -16
  42. package/dist/sequenceDiagram-WL72ISMW.js +28 -28
  43. package/dist/stateDiagram-FKZM4ZOC.js +34 -34
  44. package/dist/stateDiagram-v2-4FDKWEC3.js +6 -6
  45. package/dist/timeline-definition-IT6M3QCI.js +54 -54
  46. package/dist/xychartDiagram-PRI3JC2R.js +32 -32
  47. package/package.json +1 -1
package/dist/CoachForm.js CHANGED
@@ -296,18 +296,18 @@ var Qd = {
296
296
  t.exports = r();
297
297
  })(qr, function() {
298
298
  var n = 1e3, r = 6e4, i = 36e5, a = "millisecond", s = "second", o = "minute", l = "hour", u = "day", c = "week", h = "month", f = "quarter", d = "year", p = "date", m = "Invalid Date", b = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, g = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, x = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(_) {
299
- var v = ["th", "st", "nd", "rd"], W = _ % 100;
300
- return "[" + _ + (v[(W - 20) % 10] || v[W] || v[0]) + "]";
301
- } }, T = function(_, v, W) {
302
- var j = String(_);
303
- return !j || j.length >= v ? _ : "" + Array(v + 1 - j.length).join(W) + _;
299
+ var v = ["th", "st", "nd", "rd"], U = _ % 100;
300
+ return "[" + _ + (v[(U - 20) % 10] || v[U] || v[0]) + "]";
301
+ } }, T = function(_, v, U) {
302
+ var W = String(_);
303
+ return !W || W.length >= v ? _ : "" + Array(v + 1 - W.length).join(U) + _;
304
304
  }, w = { s: T, z: function(_) {
305
- var v = -_.utcOffset(), W = Math.abs(v), j = Math.floor(W / 60), U = W % 60;
306
- return (v <= 0 ? "+" : "-") + T(j, 2, "0") + ":" + T(U, 2, "0");
307
- }, m: function _(v, W) {
308
- if (v.date() < W.date()) return -_(W, v);
309
- var j = 12 * (W.year() - v.year()) + (W.month() - v.month()), U = v.clone().add(j, h), X = W - U < 0, O = v.clone().add(j + (X ? -1 : 1), h);
310
- return +(-(j + (W - U) / (X ? U - O : O - U)) || 0);
305
+ var v = -_.utcOffset(), U = Math.abs(v), W = Math.floor(U / 60), j = U % 60;
306
+ return (v <= 0 ? "+" : "-") + T(W, 2, "0") + ":" + T(j, 2, "0");
307
+ }, m: function _(v, U) {
308
+ if (v.date() < U.date()) return -_(U, v);
309
+ var W = 12 * (U.year() - v.year()) + (U.month() - v.month()), j = v.clone().add(W, h), X = U - j < 0, O = v.clone().add(W + (X ? -1 : 1), h);
310
+ return +(-(W + (U - j) / (X ? j - O : O - j)) || 0);
311
311
  }, a: function(_) {
312
312
  return _ < 0 ? Math.ceil(_) || 0 : Math.floor(_);
313
313
  }, p: function(_) {
@@ -318,73 +318,73 @@ var Qd = {
318
318
  E[S] = x;
319
319
  var L = "$isDayjsObject", $ = function(_) {
320
320
  return _ instanceof R || !(!_ || !_[L]);
321
- }, I = function _(v, W, j) {
322
- var U;
321
+ }, I = function _(v, U, W) {
322
+ var j;
323
323
  if (!v) return S;
324
324
  if (typeof v == "string") {
325
325
  var X = v.toLowerCase();
326
- E[X] && (U = X), W && (E[X] = W, U = X);
326
+ E[X] && (j = X), U && (E[X] = U, j = X);
327
327
  var O = v.split("-");
328
- if (!U && O.length > 1) return _(O[0]);
328
+ if (!j && O.length > 1) return _(O[0]);
329
329
  } else {
330
330
  var Y = v.name;
331
- E[Y] = v, U = Y;
331
+ E[Y] = v, j = Y;
332
332
  }
333
- return !j && U && (S = U), U || !j && S;
333
+ return !W && j && (S = j), j || !W && S;
334
334
  }, N = function(_, v) {
335
335
  if ($(_)) return _.clone();
336
- var W = typeof v == "object" ? v : {};
337
- return W.date = _, W.args = arguments, new R(W);
336
+ var U = typeof v == "object" ? v : {};
337
+ return U.date = _, U.args = arguments, new R(U);
338
338
  }, F = w;
339
339
  F.l = I, F.i = $, F.w = function(_, v) {
340
340
  return N(_, { locale: v.$L, utc: v.$u, x: v.$x, $offset: v.$offset });
341
341
  };
342
342
  var R = function() {
343
- function _(W) {
344
- this.$L = I(W.locale, null, !0), this.parse(W), this.$x = this.$x || W.x || {}, this[L] = !0;
343
+ function _(U) {
344
+ this.$L = I(U.locale, null, !0), this.parse(U), this.$x = this.$x || U.x || {}, this[L] = !0;
345
345
  }
346
346
  var v = _.prototype;
347
- return v.parse = function(W) {
348
- this.$d = function(j) {
349
- var U = j.date, X = j.utc;
350
- if (U === null) return /* @__PURE__ */ new Date(NaN);
351
- if (F.u(U)) return /* @__PURE__ */ new Date();
352
- if (U instanceof Date) return new Date(U);
353
- if (typeof U == "string" && !/Z$/i.test(U)) {
354
- var O = U.match(b);
347
+ return v.parse = function(U) {
348
+ this.$d = function(W) {
349
+ var j = W.date, X = W.utc;
350
+ if (j === null) return /* @__PURE__ */ new Date(NaN);
351
+ if (F.u(j)) return /* @__PURE__ */ new Date();
352
+ if (j instanceof Date) return new Date(j);
353
+ if (typeof j == "string" && !/Z$/i.test(j)) {
354
+ var O = j.match(b);
355
355
  if (O) {
356
356
  var Y = O[2] - 1 || 0, G = (O[7] || "0").substring(0, 3);
357
357
  return X ? new Date(Date.UTC(O[1], Y, O[3] || 1, O[4] || 0, O[5] || 0, O[6] || 0, G)) : new Date(O[1], Y, O[3] || 1, O[4] || 0, O[5] || 0, O[6] || 0, G);
358
358
  }
359
359
  }
360
- return new Date(U);
361
- }(W), this.init();
360
+ return new Date(j);
361
+ }(U), this.init();
362
362
  }, v.init = function() {
363
- var W = this.$d;
364
- this.$y = W.getFullYear(), this.$M = W.getMonth(), this.$D = W.getDate(), this.$W = W.getDay(), this.$H = W.getHours(), this.$m = W.getMinutes(), this.$s = W.getSeconds(), this.$ms = W.getMilliseconds();
363
+ var U = this.$d;
364
+ this.$y = U.getFullYear(), this.$M = U.getMonth(), this.$D = U.getDate(), this.$W = U.getDay(), this.$H = U.getHours(), this.$m = U.getMinutes(), this.$s = U.getSeconds(), this.$ms = U.getMilliseconds();
365
365
  }, v.$utils = function() {
366
366
  return F;
367
367
  }, v.isValid = function() {
368
368
  return this.$d.toString() !== m;
369
- }, v.isSame = function(W, j) {
370
- var U = N(W);
371
- return this.startOf(j) <= U && U <= this.endOf(j);
372
- }, v.isAfter = function(W, j) {
373
- return N(W) < this.startOf(j);
374
- }, v.isBefore = function(W, j) {
375
- return this.endOf(j) < N(W);
376
- }, v.$g = function(W, j, U) {
377
- return F.u(W) ? this[j] : this.set(U, W);
369
+ }, v.isSame = function(U, W) {
370
+ var j = N(U);
371
+ return this.startOf(W) <= j && j <= this.endOf(W);
372
+ }, v.isAfter = function(U, W) {
373
+ return N(U) < this.startOf(W);
374
+ }, v.isBefore = function(U, W) {
375
+ return this.endOf(W) < N(U);
376
+ }, v.$g = function(U, W, j) {
377
+ return F.u(U) ? this[W] : this.set(j, U);
378
378
  }, v.unix = function() {
379
379
  return Math.floor(this.valueOf() / 1e3);
380
380
  }, v.valueOf = function() {
381
381
  return this.$d.getTime();
382
- }, v.startOf = function(W, j) {
383
- var U = this, X = !!F.u(j) || j, O = F.p(W), Y = function(wt, Ft) {
384
- var Ht = F.w(U.$u ? Date.UTC(U.$y, Ft, wt) : new Date(U.$y, Ft, wt), U);
382
+ }, v.startOf = function(U, W) {
383
+ var j = this, X = !!F.u(W) || W, O = F.p(U), Y = function(wt, Ft) {
384
+ var Ht = F.w(j.$u ? Date.UTC(j.$y, Ft, wt) : new Date(j.$y, Ft, wt), j);
385
385
  return X ? Ht : Ht.endOf(u);
386
386
  }, G = function(wt, Ft) {
387
- return F.w(U.toDate()[wt].apply(U.toDate("s"), (X ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Ft)), U);
387
+ return F.w(j.toDate()[wt].apply(j.toDate("s"), (X ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Ft)), j);
388
388
  }, D = this.$W, it = this.$M, rt = this.$D, yt = "set" + (this.$u ? "UTC" : "");
389
389
  switch (O) {
390
390
  case d:
@@ -406,39 +406,39 @@ var Qd = {
406
406
  default:
407
407
  return this.clone();
408
408
  }
409
- }, v.endOf = function(W) {
410
- return this.startOf(W, !1);
411
- }, v.$set = function(W, j) {
412
- var U, X = F.p(W), O = "set" + (this.$u ? "UTC" : ""), Y = (U = {}, U[u] = O + "Date", U[p] = O + "Date", U[h] = O + "Month", U[d] = O + "FullYear", U[l] = O + "Hours", U[o] = O + "Minutes", U[s] = O + "Seconds", U[a] = O + "Milliseconds", U)[X], G = X === u ? this.$D + (j - this.$W) : j;
409
+ }, v.endOf = function(U) {
410
+ return this.startOf(U, !1);
411
+ }, v.$set = function(U, W) {
412
+ var j, X = F.p(U), O = "set" + (this.$u ? "UTC" : ""), Y = (j = {}, j[u] = O + "Date", j[p] = O + "Date", j[h] = O + "Month", j[d] = O + "FullYear", j[l] = O + "Hours", j[o] = O + "Minutes", j[s] = O + "Seconds", j[a] = O + "Milliseconds", j)[X], G = X === u ? this.$D + (W - this.$W) : W;
413
413
  if (X === h || X === d) {
414
414
  var D = this.clone().set(p, 1);
415
415
  D.$d[Y](G), D.init(), this.$d = D.set(p, Math.min(this.$D, D.daysInMonth())).$d;
416
416
  } else Y && this.$d[Y](G);
417
417
  return this.init(), this;
418
- }, v.set = function(W, j) {
419
- return this.clone().$set(W, j);
420
- }, v.get = function(W) {
421
- return this[F.p(W)]();
422
- }, v.add = function(W, j) {
423
- var U, X = this;
424
- W = Number(W);
425
- var O = F.p(j), Y = function(it) {
418
+ }, v.set = function(U, W) {
419
+ return this.clone().$set(U, W);
420
+ }, v.get = function(U) {
421
+ return this[F.p(U)]();
422
+ }, v.add = function(U, W) {
423
+ var j, X = this;
424
+ U = Number(U);
425
+ var O = F.p(W), Y = function(it) {
426
426
  var rt = N(X);
427
- return F.w(rt.date(rt.date() + Math.round(it * W)), X);
427
+ return F.w(rt.date(rt.date() + Math.round(it * U)), X);
428
428
  };
429
- if (O === h) return this.set(h, this.$M + W);
430
- if (O === d) return this.set(d, this.$y + W);
429
+ if (O === h) return this.set(h, this.$M + U);
430
+ if (O === d) return this.set(d, this.$y + U);
431
431
  if (O === u) return Y(1);
432
432
  if (O === c) return Y(7);
433
- var G = (U = {}, U[o] = r, U[l] = i, U[s] = n, U)[O] || 1, D = this.$d.getTime() + W * G;
433
+ var G = (j = {}, j[o] = r, j[l] = i, j[s] = n, j)[O] || 1, D = this.$d.getTime() + U * G;
434
434
  return F.w(D, this);
435
- }, v.subtract = function(W, j) {
436
- return this.add(-1 * W, j);
437
- }, v.format = function(W) {
438
- var j = this, U = this.$locale();
439
- if (!this.isValid()) return U.invalidDate || m;
440
- var X = W || "YYYY-MM-DDTHH:mm:ssZ", O = F.z(this), Y = this.$H, G = this.$m, D = this.$M, it = U.weekdays, rt = U.months, yt = U.meridiem, At = function(Ft, Ht, ie, me) {
441
- return Ft && (Ft[Ht] || Ft(j, X)) || ie[Ht].slice(0, me);
435
+ }, v.subtract = function(U, W) {
436
+ return this.add(-1 * U, W);
437
+ }, v.format = function(U) {
438
+ var W = this, j = this.$locale();
439
+ if (!this.isValid()) return j.invalidDate || m;
440
+ var X = U || "YYYY-MM-DDTHH:mm:ssZ", O = F.z(this), Y = this.$H, G = this.$m, D = this.$M, it = j.weekdays, rt = j.months, yt = j.meridiem, At = function(Ft, Ht, ie, me) {
441
+ return Ft && (Ft[Ht] || Ft(W, X)) || ie[Ht].slice(0, me);
442
442
  }, Et = function(Ft) {
443
443
  return F.s(Y % 12 || 12, Ft, "0");
444
444
  }, wt = yt || function(Ft, Ht, ie) {
@@ -449,29 +449,29 @@ var Qd = {
449
449
  return Ht || function(ie) {
450
450
  switch (ie) {
451
451
  case "YY":
452
- return String(j.$y).slice(-2);
452
+ return String(W.$y).slice(-2);
453
453
  case "YYYY":
454
- return F.s(j.$y, 4, "0");
454
+ return F.s(W.$y, 4, "0");
455
455
  case "M":
456
456
  return D + 1;
457
457
  case "MM":
458
458
  return F.s(D + 1, 2, "0");
459
459
  case "MMM":
460
- return At(U.monthsShort, D, rt, 3);
460
+ return At(j.monthsShort, D, rt, 3);
461
461
  case "MMMM":
462
462
  return At(rt, D);
463
463
  case "D":
464
- return j.$D;
464
+ return W.$D;
465
465
  case "DD":
466
- return F.s(j.$D, 2, "0");
466
+ return F.s(W.$D, 2, "0");
467
467
  case "d":
468
- return String(j.$W);
468
+ return String(W.$W);
469
469
  case "dd":
470
- return At(U.weekdaysMin, j.$W, it, 2);
470
+ return At(j.weekdaysMin, W.$W, it, 2);
471
471
  case "ddd":
472
- return At(U.weekdaysShort, j.$W, it, 3);
472
+ return At(j.weekdaysShort, W.$W, it, 3);
473
473
  case "dddd":
474
- return it[j.$W];
474
+ return it[W.$W];
475
475
  case "H":
476
476
  return String(Y);
477
477
  case "HH":
@@ -489,11 +489,11 @@ var Qd = {
489
489
  case "mm":
490
490
  return F.s(G, 2, "0");
491
491
  case "s":
492
- return String(j.$s);
492
+ return String(W.$s);
493
493
  case "ss":
494
- return F.s(j.$s, 2, "0");
494
+ return F.s(W.$s, 2, "0");
495
495
  case "SSS":
496
- return F.s(j.$ms, 3, "0");
496
+ return F.s(W.$ms, 3, "0");
497
497
  case "Z":
498
498
  return O;
499
499
  }
@@ -502,8 +502,8 @@ var Qd = {
502
502
  });
503
503
  }, v.utcOffset = function() {
504
504
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
505
- }, v.diff = function(W, j, U) {
506
- var X, O = this, Y = F.p(j), G = N(W), D = (G.utcOffset() - this.utcOffset()) * r, it = this - G, rt = function() {
505
+ }, v.diff = function(U, W, j) {
506
+ var X, O = this, Y = F.p(W), G = N(U), D = (G.utcOffset() - this.utcOffset()) * r, it = this - G, rt = function() {
507
507
  return F.m(O, G);
508
508
  };
509
509
  switch (Y) {
@@ -534,15 +534,15 @@ var Qd = {
534
534
  default:
535
535
  X = it;
536
536
  }
537
- return U ? X : F.a(X);
537
+ return j ? X : F.a(X);
538
538
  }, v.daysInMonth = function() {
539
539
  return this.endOf(h).$D;
540
540
  }, v.$locale = function() {
541
541
  return E[this.$L];
542
- }, v.locale = function(W, j) {
543
- if (!W) return this.$L;
544
- var U = this.clone(), X = I(W, j, !0);
545
- return X && (U.$L = X), U;
542
+ }, v.locale = function(U, W) {
543
+ if (!U) return this.$L;
544
+ var j = this.clone(), X = I(U, W, !0);
545
+ return X && (j.$L = X), j;
546
546
  }, v.clone = function() {
547
547
  return F.w(this.$d, this);
548
548
  }, v.toDate = function() {
@@ -1283,9 +1283,9 @@ function em() {
1283
1283
  ERB_EXPR: B,
1284
1284
  TMPLIT_EXPR: _,
1285
1285
  DATA_ATTR: v,
1286
- ARIA_ATTR: W,
1287
- IS_SCRIPT_OR_DATA: j,
1288
- ATTR_WHITESPACE: U,
1286
+ ARIA_ATTR: U,
1287
+ IS_SCRIPT_OR_DATA: W,
1288
+ ATTR_WHITESPACE: j,
1289
1289
  CUSTOM_ELEMENT: X
1290
1290
  } = af;
1291
1291
  let {
@@ -1460,7 +1460,7 @@ function em() {
1460
1460
  if (lt && (bt === "id" || bt === "name") && (Ot in n || Ot in C3))
1461
1461
  return !1;
1462
1462
  if (!(wt && !At[bt] && rn(v, bt))) {
1463
- if (!(Et && rn(W, bt))) {
1463
+ if (!(Et && rn(U, bt))) {
1464
1464
  if (!D[bt] || At[bt]) {
1465
1465
  if (
1466
1466
  // First condition does a very basic check if a) it's basically a valid custom element tagname AND
@@ -1471,9 +1471,9 @@ function em() {
1471
1471
  bt === "is" && rt.allowCustomizedBuiltInElements && (rt.tagNameCheck instanceof RegExp && rn(rt.tagNameCheck, Ot) || rt.tagNameCheck instanceof Function && rt.tagNameCheck(Ot)))
1472
1472
  ) return !1;
1473
1473
  } else if (!Qt[bt]) {
1474
- if (!rn(O, ga(Ot, U, ""))) {
1474
+ if (!rn(O, ga(Ot, j, ""))) {
1475
1475
  if (!((bt === "src" || bt === "xlink:href" || bt === "href") && V !== "script" && PT(Ot, "data:") === 0 && xt[V])) {
1476
- if (!(Ft && !rn(j, ga(Ot, U, "")))) {
1476
+ if (!(Ft && !rn(W, ga(Ot, j, "")))) {
1477
1477
  if (Ot)
1478
1478
  return !1;
1479
1479
  }
@@ -8325,7 +8325,7 @@ function C1(t, e, n, r, i, a, s, o, l, u) {
8325
8325
  const B = (t - n) / 2, _ = (e - r) / 2;
8326
8326
  let v = B * B / (i * i) + _ * _ / (a * a);
8327
8327
  v > 1 && (v = Math.sqrt(v), i *= v, a *= v);
8328
- const W = i * i, j = a * a, U = W * j - W * _ * _ - j * B * B, X = W * _ * _ + j * B * B, O = (o === l ? -1 : 1) * Math.sqrt(Math.abs(U / X));
8328
+ const U = i * i, W = a * a, j = U * W - U * _ * _ - W * B * B, X = U * _ * _ + W * B * B, O = (o === l ? -1 : 1) * Math.sqrt(Math.abs(j / X));
8329
8329
  m = O * i * _ / a + (t + n) / 2, b = O * -a * B / i + (e + r) / 2, d = Math.asin(parseFloat(((e - b) / a).toFixed(9))), p = Math.asin(parseFloat(((r - b) / a).toFixed(9))), t < m && (d = Math.PI - d), n < m && (p = Math.PI - p), d < 0 && (d = 2 * Math.PI + d), p < 0 && (p = 2 * Math.PI + p), l && d > p && (d -= 2 * Math.PI), !l && p > d && (p -= 2 * Math.PI);
8330
8330
  }
8331
8331
  let g = p - d;
@@ -8340,8 +8340,8 @@ function C1(t, e, n, r, i, a, s, o, l, u) {
8340
8340
  f = [N, F, R].concat(f);
8341
8341
  const B = [];
8342
8342
  for (let _ = 0; _ < f.length; _ += 3) {
8343
- const v = Ea(f[_][0], f[_][1], c), W = Ea(f[_ + 1][0], f[_ + 1][1], c), j = Ea(f[_ + 2][0], f[_ + 2][1], c);
8344
- B.push([v[0], v[1], W[0], W[1], j[0], j[1]]);
8343
+ const v = Ea(f[_][0], f[_][1], c), U = Ea(f[_ + 1][0], f[_ + 1][1], c), W = Ea(f[_ + 2][0], f[_ + 2][1], c);
8344
+ B.push([v[0], v[1], U[0], U[1], W[0], W[1]]);
8345
8345
  }
8346
8346
  return B;
8347
8347
  }
@@ -9874,10 +9874,10 @@ async function J1(t, e, { config: { themeVariables: n, flowchart: r } }) {
9874
9874
  fallbackPrefix: ""
9875
9875
  })}</g>`
9876
9876
  );
9877
- const B = R.node().getBBox(), _ = B.width, v = B.height, W = B.x, j = B.y;
9877
+ const B = R.node().getBBox(), _ = B.width, v = B.height, U = B.x, W = B.y;
9878
9878
  R.attr(
9879
9879
  "transform",
9880
- `translate(${-_ / 2 - W},${f ? c.height / 2 + T / 2 - v / 2 - j : -c.height / 2 - T / 2 - v / 2 - j})`
9880
+ `translate(${-_ / 2 - U},${f ? c.height / 2 + T / 2 - v / 2 - W : -c.height / 2 - T / 2 - v / 2 - W})`
9881
9881
  ), R.attr("style", `color: ${b.get("stroke") ?? m};`);
9882
9882
  }
9883
9883
  return h.attr(
@@ -9890,8 +9890,8 @@ async function J1(t, e, { config: { themeVariables: n, flowchart: r } }) {
9890
9890
  if (ot.info("iconSquare intersect", e, R), !e.label)
9891
9891
  return kt.rect(e, R);
9892
9892
  const B = e.x ?? 0, _ = e.y ?? 0, v = e.height ?? 0;
9893
- let W = [];
9894
- return f ? W = [
9893
+ let U = [];
9894
+ return f ? U = [
9895
9895
  { x: B - c.width / 2, y: _ - v / 2 },
9896
9896
  { x: B + c.width / 2, y: _ - v / 2 },
9897
9897
  { x: B + c.width / 2, y: _ - v / 2 + c.height + T },
@@ -9900,7 +9900,7 @@ async function J1(t, e, { config: { themeVariables: n, flowchart: r } }) {
9900
9900
  { x: B - p / 2, y: _ + v / 2 },
9901
9901
  { x: B - p / 2, y: _ - v / 2 + c.height + T },
9902
9902
  { x: B - c.width / 2, y: _ - v / 2 + c.height + T }
9903
- ] : W = [
9903
+ ] : U = [
9904
9904
  { x: B - p / 2, y: _ - v / 2 },
9905
9905
  { x: B + p / 2, y: _ - v / 2 },
9906
9906
  { x: B + p / 2, y: _ - v / 2 + d },
@@ -9909,7 +9909,7 @@ async function J1(t, e, { config: { themeVariables: n, flowchart: r } }) {
9909
9909
  { x: B - c.width / 2, y: _ + v / 2 },
9910
9910
  { x: B - c.width / 2, y: _ - v / 2 + d },
9911
9911
  { x: B - p / 2, y: _ - v / 2 + d }
9912
- ], kt.polygon(e, W, R);
9912
+ ], kt.polygon(e, U, R);
9913
9913
  }, u;
9914
9914
  }
9915
9915
  C(J1, "icon");
@@ -9934,18 +9934,18 @@ async function tb(t, e, { config: { themeVariables: n, flowchart: r } }) {
9934
9934
  ...T,
9935
9935
  fill: "transparent",
9936
9936
  stroke: "none"
9937
- }), W = u.insert(() => R, ":first-child"), j = u.insert(() => v);
9937
+ }), U = u.insert(() => R, ":first-child"), W = u.insert(() => v);
9938
9938
  return S.attr(
9939
9939
  "transform",
9940
9940
  `translate(${-L / 2 - I},${p ? c.height / 2 + d / 2 - $ / 2 - N : -c.height / 2 - d / 2 - $ / 2 - N})`
9941
9941
  ), S.attr("style", `color: ${g.get("stroke") ?? m};`), h.attr(
9942
9942
  "transform",
9943
9943
  `translate(${-c.width / 2 - (c.x - (c.left ?? 0))},${p ? -_ / 2 : _ / 2 - c.height})`
9944
- ), W.attr(
9944
+ ), U.attr(
9945
9945
  "transform",
9946
9946
  `translate(0,${p ? c.height / 2 + d / 2 : -c.height / 2 - d / 2})`
9947
- ), Dt(e, j), e.intersect = function(U) {
9948
- return ot.info("iconSquare intersect", e, U), kt.rect(e, U);
9947
+ ), Dt(e, W), e.intersect = function(j) {
9948
+ return ot.info("iconSquare intersect", e, j), kt.rect(e, j);
9949
9949
  }, u;
9950
9950
  }
9951
9951
  C(tb, "iconCircle");
@@ -9976,10 +9976,10 @@ async function eb(t, e, { config: { themeVariables: n, flowchart: r } }) {
9976
9976
  fallbackPrefix: ""
9977
9977
  })}</g>`
9978
9978
  );
9979
- const W = v.node().getBBox(), j = W.width, U = W.height, X = W.x, O = W.y;
9979
+ const U = v.node().getBBox(), W = U.width, j = U.height, X = U.x, O = U.y;
9980
9980
  v.attr(
9981
9981
  "transform",
9982
- `translate(${-j / 2 - X},${d ? c.height / 2 + S / 2 - U / 2 - O : -c.height / 2 - S / 2 - U / 2 - O})`
9982
+ `translate(${-W / 2 - X},${d ? c.height / 2 + S / 2 - j / 2 - O : -c.height / 2 - S / 2 - j / 2 - O})`
9983
9983
  ), v.attr("style", `color: ${x.get("stroke") ?? b};`);
9984
9984
  }
9985
9985
  return f.attr(
@@ -9991,26 +9991,26 @@ async function eb(t, e, { config: { themeVariables: n, flowchart: r } }) {
9991
9991
  ), Dt(e, _), e.intersect = function(v) {
9992
9992
  if (ot.info("iconSquare intersect", e, v), !e.label)
9993
9993
  return kt.rect(e, v);
9994
- const W = e.x ?? 0, j = e.y ?? 0, U = e.height ?? 0;
9994
+ const U = e.x ?? 0, W = e.y ?? 0, j = e.height ?? 0;
9995
9995
  let X = [];
9996
9996
  return d ? X = [
9997
- { x: W - c.width / 2, y: j - U / 2 },
9998
- { x: W + c.width / 2, y: j - U / 2 },
9999
- { x: W + c.width / 2, y: j - U / 2 + c.height + S },
10000
- { x: W + m / 2, y: j - U / 2 + c.height + S },
10001
- { x: W + m / 2, y: j + U / 2 },
10002
- { x: W - m / 2, y: j + U / 2 },
10003
- { x: W - m / 2, y: j - U / 2 + c.height + S },
10004
- { x: W - c.width / 2, y: j - U / 2 + c.height + S }
9997
+ { x: U - c.width / 2, y: W - j / 2 },
9998
+ { x: U + c.width / 2, y: W - j / 2 },
9999
+ { x: U + c.width / 2, y: W - j / 2 + c.height + S },
10000
+ { x: U + m / 2, y: W - j / 2 + c.height + S },
10001
+ { x: U + m / 2, y: W + j / 2 },
10002
+ { x: U - m / 2, y: W + j / 2 },
10003
+ { x: U - m / 2, y: W - j / 2 + c.height + S },
10004
+ { x: U - c.width / 2, y: W - j / 2 + c.height + S }
10005
10005
  ] : X = [
10006
- { x: W - m / 2, y: j - U / 2 },
10007
- { x: W + m / 2, y: j - U / 2 },
10008
- { x: W + m / 2, y: j - U / 2 + p },
10009
- { x: W + c.width / 2, y: j - U / 2 + p },
10010
- { x: W + c.width / 2 / 2, y: j + U / 2 },
10011
- { x: W - c.width / 2, y: j + U / 2 },
10012
- { x: W - c.width / 2, y: j - U / 2 + p },
10013
- { x: W - m / 2, y: j - U / 2 + p }
10006
+ { x: U - m / 2, y: W - j / 2 },
10007
+ { x: U + m / 2, y: W - j / 2 },
10008
+ { x: U + m / 2, y: W - j / 2 + p },
10009
+ { x: U + c.width / 2, y: W - j / 2 + p },
10010
+ { x: U + c.width / 2 / 2, y: W + j / 2 },
10011
+ { x: U - c.width / 2, y: W + j / 2 },
10012
+ { x: U - c.width / 2, y: W - j / 2 + p },
10013
+ { x: U - m / 2, y: W - j / 2 + p }
10014
10014
  ], kt.polygon(e, X, v);
10015
10015
  }, u;
10016
10016
  }
@@ -10042,10 +10042,10 @@ async function nb(t, e, { config: { themeVariables: n, flowchart: r } }) {
10042
10042
  fallbackPrefix: ""
10043
10043
  })}</g>`
10044
10044
  );
10045
- const W = v.node().getBBox(), j = W.width, U = W.height, X = W.x, O = W.y;
10045
+ const U = v.node().getBBox(), W = U.width, j = U.height, X = U.x, O = U.y;
10046
10046
  v.attr(
10047
10047
  "transform",
10048
- `translate(${-j / 2 - X},${d ? c.height / 2 + S / 2 - U / 2 - O : -c.height / 2 - S / 2 - U / 2 - O})`
10048
+ `translate(${-W / 2 - X},${d ? c.height / 2 + S / 2 - j / 2 - O : -c.height / 2 - S / 2 - j / 2 - O})`
10049
10049
  ), v.attr("style", `color: ${x.get("stroke") ?? b};`);
10050
10050
  }
10051
10051
  return f.attr(
@@ -10057,26 +10057,26 @@ async function nb(t, e, { config: { themeVariables: n, flowchart: r } }) {
10057
10057
  ), Dt(e, _), e.intersect = function(v) {
10058
10058
  if (ot.info("iconSquare intersect", e, v), !e.label)
10059
10059
  return kt.rect(e, v);
10060
- const W = e.x ?? 0, j = e.y ?? 0, U = e.height ?? 0;
10060
+ const U = e.x ?? 0, W = e.y ?? 0, j = e.height ?? 0;
10061
10061
  let X = [];
10062
10062
  return d ? X = [
10063
- { x: W - c.width / 2, y: j - U / 2 },
10064
- { x: W + c.width / 2, y: j - U / 2 },
10065
- { x: W + c.width / 2, y: j - U / 2 + c.height + S },
10066
- { x: W + m / 2, y: j - U / 2 + c.height + S },
10067
- { x: W + m / 2, y: j + U / 2 },
10068
- { x: W - m / 2, y: j + U / 2 },
10069
- { x: W - m / 2, y: j - U / 2 + c.height + S },
10070
- { x: W - c.width / 2, y: j - U / 2 + c.height + S }
10063
+ { x: U - c.width / 2, y: W - j / 2 },
10064
+ { x: U + c.width / 2, y: W - j / 2 },
10065
+ { x: U + c.width / 2, y: W - j / 2 + c.height + S },
10066
+ { x: U + m / 2, y: W - j / 2 + c.height + S },
10067
+ { x: U + m / 2, y: W + j / 2 },
10068
+ { x: U - m / 2, y: W + j / 2 },
10069
+ { x: U - m / 2, y: W - j / 2 + c.height + S },
10070
+ { x: U - c.width / 2, y: W - j / 2 + c.height + S }
10071
10071
  ] : X = [
10072
- { x: W - m / 2, y: j - U / 2 },
10073
- { x: W + m / 2, y: j - U / 2 },
10074
- { x: W + m / 2, y: j - U / 2 + p },
10075
- { x: W + c.width / 2, y: j - U / 2 + p },
10076
- { x: W + c.width / 2 / 2, y: j + U / 2 },
10077
- { x: W - c.width / 2, y: j + U / 2 },
10078
- { x: W - c.width / 2, y: j - U / 2 + p },
10079
- { x: W - m / 2, y: j - U / 2 + p }
10072
+ { x: U - m / 2, y: W - j / 2 },
10073
+ { x: U + m / 2, y: W - j / 2 },
10074
+ { x: U + m / 2, y: W - j / 2 + p },
10075
+ { x: U + c.width / 2, y: W - j / 2 + p },
10076
+ { x: U + c.width / 2 / 2, y: W + j / 2 },
10077
+ { x: U - c.width / 2, y: W + j / 2 },
10078
+ { x: U - c.width / 2, y: W - j / 2 + p },
10079
+ { x: U - m / 2, y: W - j / 2 + p }
10080
10080
  ], kt.polygon(e, X, v);
10081
10081
  }, u;
10082
10082
  }
@@ -11075,12 +11075,12 @@ async function Jh(t, e) {
11075
11075
  `translate(${B + i / 2 + Ht}, ${ie + _ + h.height + a / 2})`
11076
11076
  );
11077
11077
  }), c.select(".name").attr("transform", "translate(" + -h.width / 2 + ", " + (_ + a / 2) + ")");
11078
- const v = $.rectangle(B, _, F, R, I), W = c.insert(() => v, ":first-child").attr("style", s.join("")), { themeVariables: j } = Qe(), { rowEven: U, rowOdd: X, nodeBorder: O } = j;
11078
+ const v = $.rectangle(B, _, F, R, I), U = c.insert(() => v, ":first-child").attr("style", s.join("")), { themeVariables: W } = Qe(), { rowEven: j, rowOdd: X, nodeBorder: O } = W;
11079
11079
  d.push(0);
11080
11080
  for (const [yt, At] of p.entries()) {
11081
11081
  const wt = (yt + 1) % 2 === 0 && At.yOffset !== 0, Ft = $.rectangle(B, h.height + _ + (At == null ? void 0 : At.yOffset), F, At == null ? void 0 : At.rowHeight, {
11082
11082
  ...I,
11083
- fill: wt ? U : X,
11083
+ fill: wt ? j : X,
11084
11084
  stroke: O
11085
11085
  });
11086
11086
  c.insert(() => Ft, "g.label").attr("style", s.join("")).attr("class", `row-rect-${wt ? "even" : "odd"}`);
@@ -11107,7 +11107,7 @@ async function Jh(t, e) {
11107
11107
  h.height + _ + yt,
11108
11108
  I
11109
11109
  ), c.insert(() => Y).attr("class", "divider");
11110
- if (Dt(e, W), l && e.look !== "handDrawn") {
11110
+ if (Dt(e, U), l && e.look !== "handDrawn") {
11111
11111
  const yt = l.split(";"), At = (rt = yt == null ? void 0 : yt.filter((Et) => Et.includes("stroke"))) == null ? void 0 : rt.map((Et) => `${Et}`).join("; ");
11112
11112
  c.selectAll("path").attr("style", At ?? ""), c.selectAll(".row-rect-even path").attr("style", l);
11113
11113
  }
@@ -11256,17 +11256,17 @@ async function Pb(t, e) {
11256
11256
  o.selectAll(".text").each((F, R, B) => {
11257
11257
  var X;
11258
11258
  const _ = ne(B[R]), v = _.attr("transform");
11259
- let W = 0;
11259
+ let U = 0;
11260
11260
  if (v) {
11261
11261
  const Y = RegExp(/translate\(([^,]+),([^)]+)\)/).exec(v);
11262
- Y && (W = parseFloat(Y[2]));
11263
- }
11264
- let j = W + x + r - (f ? r : s.members.length === 0 && s.methods.length === 0 ? -r / 2 : 0);
11265
- a || (j -= 4);
11266
- let U = g;
11267
- (_.attr("class").includes("label-group") || _.attr("class").includes("annotation-group")) && (U = -((X = _.node()) == null ? void 0 : X.getBBox().width) / 2 || 0, o.selectAll("text").each(function(O, Y, G) {
11268
- window.getComputedStyle(G[Y]).textAnchor === "middle" && (U = 0);
11269
- })), _.attr("transform", `translate(${U}, ${j})`);
11262
+ Y && (U = parseFloat(Y[2]));
11263
+ }
11264
+ let W = U + x + r - (f ? r : s.members.length === 0 && s.methods.length === 0 ? -r / 2 : 0);
11265
+ a || (W -= 4);
11266
+ let j = g;
11267
+ (_.attr("class").includes("label-group") || _.attr("class").includes("annotation-group")) && (j = -((X = _.node()) == null ? void 0 : X.getBBox().width) / 2 || 0, o.selectAll("text").each(function(O, Y, G) {
11268
+ window.getComputedStyle(G[Y]).textAnchor === "middle" && (j = 0);
11269
+ })), _.attr("transform", `translate(${j}, ${W})`);
11270
11270
  });
11271
11271
  const E = o.select(".annotation-group").node().getBBox().height - (f ? r / 2 : 0) || 0, L = o.select(".label-group").node().getBBox().height - (f ? r / 2 : 0) || 0, $ = o.select(".members-group").node().getBBox().height - (f ? r / 2 : 0) || 0;
11272
11272
  if (s.members.length > 0 || s.methods.length > 0 || f) {
@@ -11374,12 +11374,12 @@ async function Fb(t, e) {
11374
11374
  const F = ne(N[I]), R = F.attr("transform");
11375
11375
  let B = 0, _ = 0;
11376
11376
  if (R) {
11377
- const U = RegExp(/translate\(([^,]+),([^)]+)\)/).exec(R);
11378
- U && (B = parseFloat(U[1]), _ = parseFloat(U[2]));
11377
+ const j = RegExp(/translate\(([^,]+),([^)]+)\)/).exec(R);
11378
+ j && (B = parseFloat(j[1]), _ = parseFloat(j[2]));
11379
11379
  }
11380
11380
  const v = _ - m / 2;
11381
- let W = b + s / 2;
11382
- (I === 0 || I === 1) && (W = B), F.attr("transform", `translate(${W}, ${v + s})`);
11381
+ let U = b + s / 2;
11382
+ (I === 0 || I === 1) && (U = B), F.attr("transform", `translate(${U}, ${v + s})`);
11383
11383
  }), f > h + d + o) {
11384
11384
  const $ = x.line(
11385
11385
  b,
@@ -11488,14 +11488,14 @@ async function $b(t, e, { config: n }) {
11488
11488
  let $;
11489
11489
  const { rx: I, ry: N } = e, { cssStyles: F } = e;
11490
11490
  if (e.look === "handDrawn") {
11491
- const _ = Lt.svg(o), v = It(e, {}), W = I || N ? _.path(Dr(E, L, T, S, I || 0), v) : _.rectangle(E, L, T, S, v);
11492
- $ = o.insert(() => W, ":first-child"), $.attr("class", "basic label-container").attr("style", F || null);
11491
+ const _ = Lt.svg(o), v = It(e, {}), U = I || N ? _.path(Dr(E, L, T, S, I || 0), v) : _.rectangle(E, L, T, S, v);
11492
+ $ = o.insert(() => U, ":first-child"), $.attr("class", "basic label-container").attr("style", F || null);
11493
11493
  } else {
11494
11494
  $ = o.insert("rect", ":first-child"), $.attr("class", "basic label-container __APA__").attr("style", i).attr("rx", I ?? 5).attr("ry", N ?? 5).attr("x", E).attr("y", L).attr("width", T).attr("height", S);
11495
11495
  const _ = "priority" in e && e.priority;
11496
11496
  if (_) {
11497
- const v = o.append("line"), W = E + 2, j = L + Math.floor((I ?? 0) / 2), U = L + S - Math.floor((I ?? 0) / 2);
11498
- v.attr("x1", W).attr("y1", j).attr("x2", W).attr("y2", U).attr("stroke-width", "4").attr("stroke", uv(_));
11497
+ const v = o.append("line"), U = E + 2, W = L + Math.floor((I ?? 0) / 2), j = L + S - Math.floor((I ?? 0) / 2);
11498
+ v.attr("x1", U).attr("y1", W).attr("x2", U).attr("y2", j).attr("stroke-width", "4").attr("stroke", uv(_));
11499
11499
  }
11500
11500
  }
11501
11501
  return Dt(e, $), e.height = S, e.intersect = function(_) {
@@ -12417,22 +12417,22 @@ var n0 = /* @__PURE__ */ C(function(t, e, n) {
12417
12417
  if (e.look === "handDrawn") {
12418
12418
  const v = Lt.svg(t);
12419
12419
  Object.assign([], m);
12420
- const W = v.path(E, {
12420
+ const U = v.path(E, {
12421
12421
  roughness: 0.3,
12422
12422
  seed: l
12423
12423
  });
12424
- w += " transition", S = ne(W).select("path").attr("id", e.id).attr("class", " " + w + (e.classes ? " " + e.classes : "")).attr("style", L ? L.reduce((U, X) => U + ";" + X, "") : "");
12425
- let j = S.attr("d");
12426
- S.attr("d", j), t.node().appendChild(S.node());
12424
+ w += " transition", S = ne(U).select("path").attr("id", e.id).attr("class", " " + w + (e.classes ? " " + e.classes : "")).attr("style", L ? L.reduce((j, X) => j + ";" + X, "") : "");
12425
+ let W = S.attr("d");
12426
+ S.attr("d", W), t.node().appendChild(S.node());
12427
12427
  } else {
12428
- const v = d.join(";"), W = L ? L.reduce((D, it) => D + it + ";", "") : "";
12429
- let j = "";
12430
- e.animate && (j = " edge-animation-fast"), e.animation && (j = " edge-animation-" + e.animation);
12431
- const U = (v ? v + ";" + W + ";" : W) + ";" + (L ? L.reduce((D, it) => D + ";" + it, "") : "");
12428
+ const v = d.join(";"), U = L ? L.reduce((D, it) => D + it + ";", "") : "";
12429
+ let W = "";
12430
+ e.animate && (W = " edge-animation-fast"), e.animation && (W = " edge-animation-" + e.animation);
12431
+ const j = (v ? v + ";" + U + ";" : U) + ";" + (L ? L.reduce((D, it) => D + ";" + it, "") : "");
12432
12432
  S = t.append("path").attr("d", E).attr("id", e.id).attr(
12433
12433
  "class",
12434
- " " + w + (e.classes ? " " + e.classes : "") + (j ?? "")
12435
- ).attr("style", U), $ = (_ = U.match(/stroke:([^;]+)/)) == null ? void 0 : _[1], I = e.animate === !0 || !!e.animation || v.includes("animation");
12434
+ " " + w + (e.classes ? " " + e.classes : "") + (W ?? "")
12435
+ ).attr("style", j), $ = (_ = j.match(/stroke:([^;]+)/)) == null ? void 0 : _[1], I = e.animate === !0 || !!e.animation || v.includes("animation");
12436
12436
  const X = S.node(), O = typeof X.getTotalLength == "function" ? X.getTotalLength() : 0, Y = Cf[e.arrowTypeStart] || 0, G = Cf[e.arrowTypeEnd] || 0;
12437
12437
  if (e.look === "neo" && !I) {
12438
12438
  const it = `stroke-dasharray: ${e.pattern === "dotted" || e.pattern === "dashed" ? Cv(O, Y, G) : `0 ${Y} ${O - Y - G} ${G}`}; stroke-dashoffset: 0;`;
@@ -13389,7 +13389,7 @@ var WL = /* @__PURE__ */ C((t, e, n, r) => {
13389
13389
  var i, a, s;
13390
13390
  (i = t.getElementById(e)) == null || i.remove(), (a = t.getElementById(n)) == null || a.remove(), (s = t.getElementById(r)) == null || s.remove();
13391
13391
  }, "removeExistingElements"), qL = /* @__PURE__ */ C(async function(t, e, n) {
13392
- var R, B, _, v, W, j;
13392
+ var R, B, _, v, U, W;
13393
13393
  Al();
13394
13394
  const r = rd(e);
13395
13395
  e = r.code;
@@ -13403,15 +13403,15 @@ var WL = /* @__PURE__ */ C((t, e, n, r) => {
13403
13403
  const f = i.securityLevel === AL, d = i.securityLevel === vL, p = i.fontFamily;
13404
13404
  if (n !== void 0) {
13405
13405
  if (n && (n.innerHTML = ""), f) {
13406
- const U = Oc(ne(n), s);
13407
- h = ne(U.nodes()[0].contentDocument.body), h.node().style.margin = 0;
13406
+ const j = Oc(ne(n), s);
13407
+ h = ne(j.nodes()[0].contentDocument.body), h.node().style.margin = 0;
13408
13408
  } else
13409
13409
  h = ne(n);
13410
13410
  p0(h, t, l, `font-family: ${p}`, IL);
13411
13411
  } else {
13412
13412
  if (WL(document, t, l, s), f) {
13413
- const U = Oc(ne("body"), s);
13414
- h = ne(U.nodes()[0].contentDocument.body), h.node().style.margin = 0;
13413
+ const j = Oc(ne("body"), s);
13414
+ h = ne(j.nodes()[0].contentDocument.body), h.node().style.margin = 0;
13415
13415
  } else
13416
13416
  h = ne("body");
13417
13417
  p0(h, t, l);
@@ -13419,24 +13419,24 @@ var WL = /* @__PURE__ */ C((t, e, n, r) => {
13419
13419
  let m, b;
13420
13420
  try {
13421
13421
  m = await Dc.fromText(e, { title: r.title });
13422
- } catch (U) {
13422
+ } catch (j) {
13423
13423
  if (i.suppressErrorRendering)
13424
- throw c(), U;
13425
- m = await Dc.fromText("error"), b = U;
13424
+ throw c(), j;
13425
+ m = await Dc.fromText("error"), b = j;
13426
13426
  }
13427
13427
  const g = h.select(u).node(), x = m.type, T = g.firstChild, w = T.firstChild, S = (B = (R = m.renderer).getClasses) == null ? void 0 : B.call(R, e, m), E = zL(i, x, S, a), L = document.createElement("style");
13428
13428
  L.innerHTML = E, T.insertBefore(L, w);
13429
13429
  try {
13430
13430
  await m.renderer.draw(e, t, Qd.version, m);
13431
- } catch (U) {
13432
- throw i.suppressErrorRendering ? c() : R8.draw(e, t, Qd.version), U;
13431
+ } catch (j) {
13432
+ throw i.suppressErrorRendering ? c() : R8.draw(e, t, Qd.version), j;
13433
13433
  }
13434
- const $ = h.select(`${u} svg`), I = (v = (_ = m.db).getAccTitle) == null ? void 0 : v.call(_), N = (j = (W = m.db).getAccDescription) == null ? void 0 : j.call(W);
13434
+ const $ = h.select(`${u} svg`), I = (v = (_ = m.db).getAccTitle) == null ? void 0 : v.call(_), N = (W = (U = m.db).getAccDescription) == null ? void 0 : W.call(U);
13435
13435
  Py(x, $, I, N), h.select(`[id="${t}"]`).selectAll("foreignobject > *").attr("xmlns", NL);
13436
13436
  let F = h.select(u).node().innerHTML;
13437
13437
  if (ot.debug("config.arrowMarkerAbsolute", i.arrowMarkerAbsolute), F = UL(F, f, Re(i.arrowMarkerAbsolute)), f) {
13438
- const U = h.select(u + " svg").node();
13439
- F = jL(F, U);
13438
+ const j = h.select(u + " svg").node();
13439
+ F = jL(F, j);
13440
13440
  } else d || (F = qi.sanitize(F, {
13441
13441
  ADD_TAGS: FL,
13442
13442
  ADD_ATTR: $L,
@@ -16654,7 +16654,7 @@ function ZN(t, e, n) {
16654
16654
  return D === null || Rt(D) ? R(D) : Xt(D) ? (t.consume(D), F) : n(D);
16655
16655
  }
16656
16656
  function R(D) {
16657
- return D === 45 && i === 2 ? (t.consume(D), W) : D === 60 && i === 1 ? (t.consume(D), j) : D === 62 && i === 4 ? (t.consume(D), Y) : D === 63 && i === 3 ? (t.consume(D), O) : D === 93 && i === 5 ? (t.consume(D), X) : Rt(D) && (i === 6 || i === 7) ? (t.exit("htmlFlowData"), t.check(XN, G, B)(D)) : D === null || Rt(D) ? (t.exit("htmlFlowData"), B(D)) : (t.consume(D), R);
16657
+ return D === 45 && i === 2 ? (t.consume(D), U) : D === 60 && i === 1 ? (t.consume(D), W) : D === 62 && i === 4 ? (t.consume(D), Y) : D === 63 && i === 3 ? (t.consume(D), O) : D === 93 && i === 5 ? (t.consume(D), X) : Rt(D) && (i === 6 || i === 7) ? (t.exit("htmlFlowData"), t.check(XN, G, B)(D)) : D === null || Rt(D) ? (t.exit("htmlFlowData"), B(D)) : (t.consume(D), R);
16658
16658
  }
16659
16659
  function B(D) {
16660
16660
  return t.check(KN, _, G)(D);
@@ -16665,18 +16665,18 @@ function ZN(t, e, n) {
16665
16665
  function v(D) {
16666
16666
  return D === null || Rt(D) ? B(D) : (t.enter("htmlFlowData"), R(D));
16667
16667
  }
16668
- function W(D) {
16668
+ function U(D) {
16669
16669
  return D === 45 ? (t.consume(D), O) : R(D);
16670
16670
  }
16671
- function j(D) {
16672
- return D === 47 ? (t.consume(D), s = "", U) : R(D);
16671
+ function W(D) {
16672
+ return D === 47 ? (t.consume(D), s = "", j) : R(D);
16673
16673
  }
16674
- function U(D) {
16674
+ function j(D) {
16675
16675
  if (D === 62) {
16676
16676
  const it = s.toLowerCase();
16677
16677
  return M0.includes(it) ? (t.consume(D), Y) : R(D);
16678
16678
  }
16679
- return We(D) && s.length < 8 ? (t.consume(D), s += String.fromCharCode(D), U) : R(D);
16679
+ return We(D) && s.length < 8 ? (t.consume(D), s += String.fromCharCode(D), j) : R(D);
16680
16680
  }
16681
16681
  function X(D) {
16682
16682
  return D === 93 ? (t.consume(D), O) : R(D);
@@ -16728,35 +16728,35 @@ function nR(t, e, n) {
16728
16728
  return O === 45 ? (t.consume(O), d) : n(O);
16729
16729
  }
16730
16730
  function h(O) {
16731
- return O === null ? n(O) : O === 45 ? (t.consume(O), f) : Rt(O) ? (s = h, j(O)) : (t.consume(O), h);
16731
+ return O === null ? n(O) : O === 45 ? (t.consume(O), f) : Rt(O) ? (s = h, W(O)) : (t.consume(O), h);
16732
16732
  }
16733
16733
  function f(O) {
16734
16734
  return O === 45 ? (t.consume(O), d) : h(O);
16735
16735
  }
16736
16736
  function d(O) {
16737
- return O === 62 ? W(O) : O === 45 ? f(O) : h(O);
16737
+ return O === 62 ? U(O) : O === 45 ? f(O) : h(O);
16738
16738
  }
16739
16739
  function p(O) {
16740
16740
  const Y = "CDATA[";
16741
16741
  return O === Y.charCodeAt(a++) ? (t.consume(O), a === Y.length ? m : p) : n(O);
16742
16742
  }
16743
16743
  function m(O) {
16744
- return O === null ? n(O) : O === 93 ? (t.consume(O), b) : Rt(O) ? (s = m, j(O)) : (t.consume(O), m);
16744
+ return O === null ? n(O) : O === 93 ? (t.consume(O), b) : Rt(O) ? (s = m, W(O)) : (t.consume(O), m);
16745
16745
  }
16746
16746
  function b(O) {
16747
16747
  return O === 93 ? (t.consume(O), g) : m(O);
16748
16748
  }
16749
16749
  function g(O) {
16750
- return O === 62 ? W(O) : O === 93 ? (t.consume(O), g) : m(O);
16750
+ return O === 62 ? U(O) : O === 93 ? (t.consume(O), g) : m(O);
16751
16751
  }
16752
16752
  function x(O) {
16753
- return O === null || O === 62 ? W(O) : Rt(O) ? (s = x, j(O)) : (t.consume(O), x);
16753
+ return O === null || O === 62 ? U(O) : Rt(O) ? (s = x, W(O)) : (t.consume(O), x);
16754
16754
  }
16755
16755
  function T(O) {
16756
- return O === null ? n(O) : O === 63 ? (t.consume(O), w) : Rt(O) ? (s = T, j(O)) : (t.consume(O), T);
16756
+ return O === null ? n(O) : O === 63 ? (t.consume(O), w) : Rt(O) ? (s = T, W(O)) : (t.consume(O), T);
16757
16757
  }
16758
16758
  function w(O) {
16759
- return O === 62 ? W(O) : T(O);
16759
+ return O === 62 ? U(O) : T(O);
16760
16760
  }
16761
16761
  function S(O) {
16762
16762
  return We(O) ? (t.consume(O), E) : n(O);
@@ -16765,25 +16765,25 @@ function nR(t, e, n) {
16765
16765
  return O === 45 || Fe(O) ? (t.consume(O), E) : L(O);
16766
16766
  }
16767
16767
  function L(O) {
16768
- return Rt(O) ? (s = L, j(O)) : Xt(O) ? (t.consume(O), L) : W(O);
16768
+ return Rt(O) ? (s = L, W(O)) : Xt(O) ? (t.consume(O), L) : U(O);
16769
16769
  }
16770
16770
  function $(O) {
16771
16771
  return O === 45 || Fe(O) ? (t.consume(O), $) : O === 47 || O === 62 || re(O) ? I(O) : n(O);
16772
16772
  }
16773
16773
  function I(O) {
16774
- return O === 47 ? (t.consume(O), W) : O === 58 || O === 95 || We(O) ? (t.consume(O), N) : Rt(O) ? (s = I, j(O)) : Xt(O) ? (t.consume(O), I) : W(O);
16774
+ return O === 47 ? (t.consume(O), U) : O === 58 || O === 95 || We(O) ? (t.consume(O), N) : Rt(O) ? (s = I, W(O)) : Xt(O) ? (t.consume(O), I) : U(O);
16775
16775
  }
16776
16776
  function N(O) {
16777
16777
  return O === 45 || O === 46 || O === 58 || O === 95 || Fe(O) ? (t.consume(O), N) : F(O);
16778
16778
  }
16779
16779
  function F(O) {
16780
- return O === 61 ? (t.consume(O), R) : Rt(O) ? (s = F, j(O)) : Xt(O) ? (t.consume(O), F) : I(O);
16780
+ return O === 61 ? (t.consume(O), R) : Rt(O) ? (s = F, W(O)) : Xt(O) ? (t.consume(O), F) : I(O);
16781
16781
  }
16782
16782
  function R(O) {
16783
- return O === null || O === 60 || O === 61 || O === 62 || O === 96 ? n(O) : O === 34 || O === 39 ? (t.consume(O), i = O, B) : Rt(O) ? (s = R, j(O)) : Xt(O) ? (t.consume(O), R) : (t.consume(O), _);
16783
+ return O === null || O === 60 || O === 61 || O === 62 || O === 96 ? n(O) : O === 34 || O === 39 ? (t.consume(O), i = O, B) : Rt(O) ? (s = R, W(O)) : Xt(O) ? (t.consume(O), R) : (t.consume(O), _);
16784
16784
  }
16785
16785
  function B(O) {
16786
- return O === i ? (t.consume(O), i = void 0, v) : O === null ? n(O) : Rt(O) ? (s = B, j(O)) : (t.consume(O), B);
16786
+ return O === i ? (t.consume(O), i = void 0, v) : O === null ? n(O) : Rt(O) ? (s = B, W(O)) : (t.consume(O), B);
16787
16787
  }
16788
16788
  function _(O) {
16789
16789
  return O === null || O === 34 || O === 39 || O === 60 || O === 61 || O === 96 ? n(O) : O === 47 || O === 62 || re(O) ? I(O) : (t.consume(O), _);
@@ -16791,13 +16791,13 @@ function nR(t, e, n) {
16791
16791
  function v(O) {
16792
16792
  return O === 47 || O === 62 || re(O) ? I(O) : n(O);
16793
16793
  }
16794
- function W(O) {
16794
+ function U(O) {
16795
16795
  return O === 62 ? (t.consume(O), t.exit("htmlTextData"), t.exit("htmlText"), e) : n(O);
16796
16796
  }
16797
- function j(O) {
16798
- return t.exit("htmlTextData"), t.enter("lineEnding"), t.consume(O), t.exit("lineEnding"), U;
16797
+ function W(O) {
16798
+ return t.exit("htmlTextData"), t.enter("lineEnding"), t.consume(O), t.exit("lineEnding"), j;
16799
16799
  }
16800
- function U(O) {
16800
+ function j(O) {
16801
16801
  return Xt(O) ? Gt(t, X, "linePrefix", r.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4)(O) : X(O);
16802
16802
  }
16803
16803
  function X(O) {
@@ -17421,8 +17421,8 @@ function jR(t, e, n) {
17421
17421
  }
17422
17422
  function L(F, R) {
17423
17423
  return B;
17424
- function B(_, v, W) {
17425
- let j, U, X, O;
17424
+ function B(_, v, U) {
17425
+ let W, j, X, O;
17426
17426
  return Array.isArray(_) ? (
17427
17427
  /* c8 ignore next 1 */
17428
17428
  G(_)
@@ -17446,7 +17446,7 @@ function jR(t, e, n) {
17446
17446
  }
17447
17447
  }
17448
17448
  function G(yt) {
17449
- return j = yt, U = 0, yt.length === 0 ? W : D(yt[U]);
17449
+ return W = yt, j = 0, yt.length === 0 ? U : D(yt[j]);
17450
17450
  }
17451
17451
  function D(yt) {
17452
17452
  return At;
@@ -17466,7 +17466,7 @@ function jR(t, e, n) {
17466
17466
  return F(X, O), v;
17467
17467
  }
17468
17468
  function rt(yt) {
17469
- return O.restore(), ++U < j.length ? D(j[U]) : W;
17469
+ return O.restore(), ++j < W.length ? D(W[j]) : U;
17470
17470
  }
17471
17471
  }
17472
17472
  }
@@ -17477,9 +17477,9 @@ function jR(t, e, n) {
17477
17477
  const F = p(), R = u.previous, B = u.currentConstruct, _ = u.events.length, v = Array.from(o);
17478
17478
  return {
17479
17479
  from: _,
17480
- restore: W
17480
+ restore: U
17481
17481
  };
17482
- function W() {
17482
+ function U() {
17483
17483
  r = F, u.previous = R, u.currentConstruct = B, u.events.length = _, o = v, N();
17484
17484
  }
17485
17485
  }
@@ -17700,11 +17700,11 @@ function JR(t) {
17700
17700
  htmlFlowData: N,
17701
17701
  htmlText: l(_),
17702
17702
  htmlTextData: N,
17703
- image: l(j),
17703
+ image: l(W),
17704
17704
  label: X,
17705
- labelText: U,
17705
+ labelText: j,
17706
17706
  lineEnding: F,
17707
- link: l(W),
17707
+ link: l(U),
17708
17708
  listItem: l(),
17709
17709
  listOrdered: l(),
17710
17710
  listUnordered: l(),
@@ -17954,7 +17954,7 @@ function JR(t) {
17954
17954
  const Q = this.resume(), ut = this.stack[this.stack.length - 1];
17955
17955
  ut.value = Q;
17956
17956
  }
17957
- function W() {
17957
+ function U() {
17958
17958
  const Q = this.stack[this.stack.length - 1];
17959
17959
  if (this.data.inReference) {
17960
17960
  const ut = this.data.referenceType || "shortcut";
@@ -17963,7 +17963,7 @@ function JR(t) {
17963
17963
  delete Q.identifier, delete Q.label;
17964
17964
  this.data.referenceType = void 0;
17965
17965
  }
17966
- function j() {
17966
+ function W() {
17967
17967
  const Q = this.stack[this.stack.length - 1];
17968
17968
  if (this.data.inReference) {
17969
17969
  const ut = this.data.referenceType || "shortcut";
@@ -17972,7 +17972,7 @@ function JR(t) {
17972
17972
  delete Q.identifier, delete Q.label;
17973
17973
  this.data.referenceType = void 0;
17974
17974
  }
17975
- function U(Q) {
17975
+ function j(Q) {
17976
17976
  const ut = this.sliceSerialize(Q), xt = this.stack[this.stack.length - 2];
17977
17977
  xt.label = KR(ut), xt.identifier = Wn(ut).toLowerCase();
17978
17978
  }
@@ -31515,30 +31515,30 @@ function Rd(t, e, n, r, i, a, s, o, l, u, c, h, f, d, p) {
31515
31515
  return v === 35 ? (m = s, T(v)) : v === 46 ? (m = o, T(v)) : v === 58 || v === 95 || We(v) ? (t.enter(a), t.enter(l), t.consume(v), E) : p && Xt(v) ? Gt(t, x, "whitespace")(v) : !p && re(v) ? hr(t, x)(v) : _(v);
31516
31516
  }
31517
31517
  function T(v) {
31518
- const W = (
31518
+ const U = (
31519
31519
  /** @type {TokenType} */
31520
31520
  m + "Marker"
31521
31521
  );
31522
- return t.enter(a), t.enter(m), t.enter(W), t.consume(v), t.exit(W), w;
31522
+ return t.enter(a), t.enter(m), t.enter(U), t.consume(v), t.exit(U), w;
31523
31523
  }
31524
31524
  function w(v) {
31525
31525
  if (v === null || v === 34 || v === 35 || v === 39 || v === 46 || v === 60 || v === 61 || v === 62 || v === 96 || v === 125 || re(v))
31526
31526
  return n(v);
31527
- const W = (
31527
+ const U = (
31528
31528
  /** @type {TokenType} */
31529
31529
  m + "Value"
31530
31530
  );
31531
- return t.enter(W), t.consume(v), S;
31531
+ return t.enter(U), t.consume(v), S;
31532
31532
  }
31533
31533
  function S(v) {
31534
31534
  if (v === null || v === 34 || v === 39 || v === 60 || v === 61 || v === 62 || v === 96)
31535
31535
  return n(v);
31536
31536
  if (v === 35 || v === 46 || v === 125 || re(v)) {
31537
- const W = (
31537
+ const U = (
31538
31538
  /** @type {TokenType} */
31539
31539
  m + "Value"
31540
31540
  );
31541
- return t.exit(W), t.exit(m), t.exit(a), x(v);
31541
+ return t.exit(U), t.exit(m), t.exit(a), x(v);
31542
31542
  }
31543
31543
  return t.consume(v), S;
31544
31544
  }
@@ -31690,14 +31690,14 @@ function PF(t, e, n) {
31690
31690
  function $(I, N, F) {
31691
31691
  let R = 0;
31692
31692
  return Gt(I, B, "linePrefix", r.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4);
31693
- function B(W) {
31694
- return I.enter("directiveContainerFence"), I.enter("directiveContainerSequence"), _(W);
31693
+ function B(U) {
31694
+ return I.enter("directiveContainerFence"), I.enter("directiveContainerSequence"), _(U);
31695
31695
  }
31696
- function _(W) {
31697
- return W === 58 ? (I.consume(W), R++, _) : R < s ? F(W) : (I.exit("directiveContainerSequence"), Gt(I, v, "whitespace")(W));
31696
+ function _(U) {
31697
+ return U === 58 ? (I.consume(U), R++, _) : R < s ? F(U) : (I.exit("directiveContainerSequence"), Gt(I, v, "whitespace")(U));
31698
31698
  }
31699
- function v(W) {
31700
- return W === null || Rt(W) ? (I.exit("directiveContainerFence"), N(W)) : F(W);
31699
+ function v(U) {
31700
+ return U === null || Rt(U) ? (I.exit("directiveContainerFence"), N(U)) : F(U);
31701
31701
  }
31702
31702
  }
31703
31703
  }
@@ -31886,11 +31886,13 @@ const a$ = (t) => typeof t.props.children == "string" ? t.props.children : "", s
31886
31886
  children: t
31887
31887
  }
31888
31888
  ), tl = ({ content: t, id: e, components: n }) => {
31889
- const r = t.replace(/<think>/g, `
31889
+ const r = t == null ? void 0 : t.includes("language-plotly"), i = t == null ? void 0 : t.includes("```mermaid");
31890
+ console.log("[Markdown] Rendering:", { id: e, hasPlotly: r, hasMermaid: i, contentLength: t == null ? void 0 : t.length });
31891
+ const a = t.replace(/<think>/g, `
31890
31892
  :::think
31891
31893
  `).replace(/<\/think>/g, `
31892
31894
  :::
31893
- `), i = z3();
31895
+ `), s = z3();
31894
31896
  return /* @__PURE__ */ k.jsx("div", { className: "al-prose dark:al-prose-invert al-max-w-none react-markdown", children: /* @__PURE__ */ k.jsx(
31895
31897
  xO,
31896
31898
  {
@@ -31898,67 +31900,67 @@ const a$ = (t) => typeof t.props.children == "string" ? t.props.children : "", s
31898
31900
  rehypePlugins: [sF],
31899
31901
  className: "[&>*:not(:last-child)]:al-mb-4 [&>*:last-child]:al-mb-0",
31900
31902
  components: {
31901
- h1: ({ className: a, ...s }) => (
31903
+ h1: ({ className: o, ...l }) => (
31902
31904
  // eslint-disable-next-line jsx-a11y/heading-has-content
31903
- /* @__PURE__ */ k.jsx("h1", { className: Ue(i.h1, a), ...s })
31905
+ /* @__PURE__ */ k.jsx("h1", { className: Ue(s.h1, o), ...l })
31904
31906
  ),
31905
- h2: ({ className: a, ...s }) => (
31907
+ h2: ({ className: o, ...l }) => (
31906
31908
  // eslint-disable-next-line jsx-a11y/heading-has-content
31907
- /* @__PURE__ */ k.jsx("h2", { className: Ue(i.h2, a), ...s })
31909
+ /* @__PURE__ */ k.jsx("h2", { className: Ue(s.h2, o), ...l })
31908
31910
  ),
31909
- h3: ({ className: a, ...s }) => (
31911
+ h3: ({ className: o, ...l }) => (
31910
31912
  // eslint-disable-next-line jsx-a11y/heading-has-content
31911
- /* @__PURE__ */ k.jsx("h3", { className: Ue(i.h3, a), ...s })
31913
+ /* @__PURE__ */ k.jsx("h3", { className: Ue(s.h3, o), ...l })
31912
31914
  ),
31913
- h4: ({ className: a, ...s }) => (
31915
+ h4: ({ className: o, ...l }) => (
31914
31916
  // eslint-disable-next-line jsx-a11y/heading-has-content
31915
- /* @__PURE__ */ k.jsx("h4", { className: Ue(i.h4, a), ...s })
31917
+ /* @__PURE__ */ k.jsx("h4", { className: Ue(s.h4, o), ...l })
31916
31918
  ),
31917
- h5: ({ className: a, ...s }) => (
31919
+ h5: ({ className: o, ...l }) => (
31918
31920
  // eslint-disable-next-line jsx-a11y/heading-has-content
31919
- /* @__PURE__ */ k.jsx("h5", { className: Ue(i.h5, a), ...s })
31921
+ /* @__PURE__ */ k.jsx("h5", { className: Ue(s.h5, o), ...l })
31920
31922
  ),
31921
- h6: ({ className: a, ...s }) => (
31923
+ h6: ({ className: o, ...l }) => (
31922
31924
  // eslint-disable-next-line jsx-a11y/heading-has-content
31923
- /* @__PURE__ */ k.jsx("h6", { className: Ue(i.h6, a), ...s })
31925
+ /* @__PURE__ */ k.jsx("h6", { className: Ue(s.h6, o), ...l })
31924
31926
  ),
31925
- p: ({ className: a, ...s }) => /* @__PURE__ */ k.jsx("p", { className: Ue(i.body, a), ...s }),
31926
- a: ({ className: a, ...s }) => (
31927
+ p: ({ className: o, ...l }) => /* @__PURE__ */ k.jsx("p", { className: Ue(s.body, o), ...l }),
31928
+ a: ({ className: o, ...l }) => (
31927
31929
  // eslint-disable-next-line jsx-a11y/anchor-has-content
31928
- /* @__PURE__ */ k.jsx("a", { className: Ue(i.link, a), ...s })
31930
+ /* @__PURE__ */ k.jsx("a", { className: Ue(s.link, o), ...l })
31929
31931
  ),
31930
- ul: ({ className: a, ...s }) => /* @__PURE__ */ k.jsx("ul", { className: Ue(i.list, a), ...s }),
31931
- ol: ({ className: a, ...s }) => /* @__PURE__ */ k.jsx("ol", { className: Ue(i.orderedList, a), ...s }),
31932
- blockquote: ({ className: a, ...s }) => /* @__PURE__ */ k.jsx("blockquote", { className: Ue(i.blockquote, a), ...s }),
31933
- pre: ({ node: a, className: s, children: o, ...l }) => {
31934
- var u;
31935
- if (o && typeof o == "object" && "props" in o && ((u = o.props) == null ? void 0 : u.className) === "language-plotly")
31932
+ ul: ({ className: o, ...l }) => /* @__PURE__ */ k.jsx("ul", { className: Ue(s.list, o), ...l }),
31933
+ ol: ({ className: o, ...l }) => /* @__PURE__ */ k.jsx("ol", { className: Ue(s.orderedList, o), ...l }),
31934
+ blockquote: ({ className: o, ...l }) => /* @__PURE__ */ k.jsx("blockquote", { className: Ue(s.blockquote, o), ...l }),
31935
+ pre: ({ node: o, className: l, children: u, ...c }) => {
31936
+ var h;
31937
+ if (u && typeof u == "object" && "props" in u && ((h = u.props) == null ? void 0 : h.className) === "language-plotly")
31936
31938
  try {
31937
- const c = a$(o), h = JSON.parse(c);
31938
- return /* @__PURE__ */ k.jsx(NM, { jsonData: h });
31939
- } catch (c) {
31940
- console.error("Failed to parse Plotly JSON:", c);
31939
+ const f = a$(u), d = JSON.parse(f);
31940
+ return /* @__PURE__ */ k.jsx(NM, { jsonData: d });
31941
+ } catch (f) {
31942
+ console.error("Failed to parse Plotly JSON:", f);
31941
31943
  }
31942
- return /* @__PURE__ */ k.jsx("pre", { ...l, className: Ue(i.code, s), children: o });
31944
+ return /* @__PURE__ */ k.jsx("pre", { ...c, className: Ue(s.code, l), children: u });
31943
31945
  },
31944
31946
  // @ts-expect-error valid
31945
31947
  think: o$,
31946
- code({ className: a, children: s, node: o }) {
31947
- if (!(o == null ? void 0 : o.children[0].value).includes(`
31948
+ code({ className: o, children: l, node: u }) {
31949
+ if (!(u == null ? void 0 : u.children[0].value).includes(`
31948
31950
  `))
31949
- return /* @__PURE__ */ k.jsx("code", { className: "al-px-1.5 al-py-0.5 al-rounded-md al-bg-gray-100 dark:al-bg-gray-800 al-text-sm", children: s });
31950
- const c = /language-(\w+)/.exec(a || ""), h = c ? c[1] : "";
31951
- return h === "mermaid" ? /* @__PURE__ */ k.jsx(
31951
+ return /* @__PURE__ */ k.jsx("code", { className: "al-px-1.5 al-py-0.5 al-rounded-md al-bg-gray-100 dark:al-bg-gray-800 al-text-sm", children: l });
31952
+ const f = /language-(\w+)/.exec(o || ""), d = f ? f[1] : "";
31953
+ return d === "mermaid" ? /* @__PURE__ */ k.jsx(
31952
31954
  JL,
31953
31955
  {
31954
- content: String(s).replace(/\n$/, ""),
31956
+ content: String(l).replace(/\n$/, ""),
31955
31957
  id: e || crypto.randomUUID()
31956
31958
  }
31957
- ) : h === "tool_call" ? /* @__PURE__ */ k.jsx(l$, { children: s }) : /* @__PURE__ */ k.jsx("div", { className: "al-max-h-[300px] al-overflow-auto", children: /* @__PURE__ */ k.jsx(
31959
+ ) : d === "tool_call" ? /* @__PURE__ */ k.jsx(l$, { children: l }) : /* @__PURE__ */ k.jsx("div", { className: "al-max-h-[300px] al-overflow-auto", children: /* @__PURE__ */ k.jsx(
31958
31960
  rl,
31959
31961
  {
31960
- language: h,
31961
- code: String(s).replace(/\n$/, ""),
31962
+ language: d,
31963
+ code: String(l).replace(/\n$/, ""),
31962
31964
  theme: "dark",
31963
31965
  editorTheme: "tomorrow"
31964
31966
  }
@@ -31966,7 +31968,7 @@ const a$ = (t) => typeof t.props.children == "string" ? t.props.children : "", s
31966
31968
  },
31967
31969
  ...n
31968
31970
  },
31969
- children: r || ""
31971
+ children: a || ""
31970
31972
  }
31971
31973
  ) });
31972
31974
  };
@@ -32718,6 +32720,14 @@ const v$ = (t, e) => {
32718
32720
  showSavePromptButton: N,
32719
32721
  onEvent: F
32720
32722
  }, R) => {
32723
+ var v;
32724
+ g && console.log("[ChatProvider] Received sessions:", {
32725
+ sessionIds: Object.keys(g),
32726
+ firstSession: g[Object.keys(g)[0]] ? {
32727
+ id: g[Object.keys(g)[0]].id,
32728
+ messageCount: (v = g[Object.keys(g)[0]].messages) == null ? void 0 : v.length
32729
+ } : null
32730
+ });
32721
32731
  const [B, _] = F3(Jc.reducer, {
32722
32732
  ...Jc.getInitialState(),
32723
32733
  sessions: g || {},
@@ -32731,11 +32741,11 @@ const v$ = (t, e) => {
32731
32741
  _(Fp({ context: l, models: f, modes: m }));
32732
32742
  }, 0);
32733
32743
  },
32734
- setUserInput: (v) => {
32744
+ setUserInput: (U) => {
32735
32745
  B.currentSessionId && _(
32736
32746
  u3({
32737
32747
  sessionId: B.currentSessionId,
32738
- userInput: v
32748
+ userInput: U
32739
32749
  })
32740
32750
  );
32741
32751
  },
@@ -32752,7 +32762,7 @@ const v$ = (t, e) => {
32752
32762
  B.currentSessionId && F && F({ type: "session_created", sessionId: B.currentSessionId });
32753
32763
  }, [B.currentSessionId, F]), xe(() => {
32754
32764
  if (F && B.currentSessionId) {
32755
- const v = {
32765
+ const U = {
32756
32766
  [Ce.UNINITIALIZED]: "idle",
32757
32767
  [Ce.LOADING]: "pending",
32758
32768
  [Ce.LOADED]: "complete",
@@ -32760,7 +32770,7 @@ const v$ = (t, e) => {
32760
32770
  };
32761
32771
  F({
32762
32772
  type: "status_change",
32763
- status: v[B.loadingState],
32773
+ status: U[B.loadingState],
32764
32774
  sessionId: B.currentSessionId
32765
32775
  });
32766
32776
  }
@@ -32818,57 +32828,57 @@ async function h3(t, e = {}) {
32818
32828
  } else
32819
32829
  return [...E, L];
32820
32830
  }, g = (E) => {
32821
- var L, $, I, N, F, R, B, _, v, W, j;
32831
+ var L, $, I, N, F, R, B, _, v, U, W;
32822
32832
  try {
32823
- const U = JSON.parse(E);
32824
- if (l = U.heading || l, U.type === "info" || U.type === "analysis") {
32833
+ const j = JSON.parse(E);
32834
+ if (l = j.heading || l, j.type === "info" || j.type === "analysis") {
32825
32835
  const X = {
32826
- type: U.type,
32827
- id: U.id,
32828
- content: U.content || "",
32836
+ type: j.type,
32837
+ id: j.id,
32838
+ content: j.content || "",
32829
32839
  timestamp: Date.now(),
32830
- artifacts: U.artifacts
32840
+ artifacts: j.artifacts
32831
32841
  };
32832
32842
  a = b(a, X), (L = r == null ? void 0 : r.onAction) == null || L.call(r, X);
32833
- } else if (U.type === "text") {
32834
- if (U.content) {
32843
+ } else if (j.type === "text") {
32844
+ if (j.content) {
32835
32845
  const X = {
32836
32846
  type: "info",
32837
- content: U.content,
32847
+ content: j.content,
32838
32848
  timestamp: Date.now()
32839
32849
  };
32840
32850
  a = b(a, X), ($ = r == null ? void 0 : r.onAction) == null || $.call(r, X);
32841
32851
  }
32842
- } else if (U.type === "tool_use") {
32843
- if (U.tool !== "TodoWrite") {
32844
- const X = U.tool ? `Using tool: ${U.tool}` : "Tool usage", O = {
32852
+ } else if (j.type === "tool_use") {
32853
+ if (j.tool !== "TodoWrite") {
32854
+ const X = j.tool ? `Using tool: ${j.tool}` : "Tool usage", O = {
32845
32855
  type: "info",
32846
- id: U.id,
32856
+ id: j.id,
32847
32857
  content: X,
32848
32858
  timestamp: Date.now()
32849
32859
  };
32850
32860
  a = b(a, O), (I = r == null ? void 0 : r.onAction) == null || I.call(r, O);
32851
32861
  }
32852
- U.todos && U.todos.length > 0 && (o = U.todos, (N = r == null ? void 0 : r.onTodos) == null || N.call(r, U.todos));
32853
- } else if (U.type === "citations")
32854
- s = U.citations, (F = r == null ? void 0 : r.onCitation) == null || F.call(r, U.citations || []);
32855
- else if (U.type === "require_user_action")
32856
- h = U.content || "", f = U.artifacts || [], d = U.interaction;
32857
- else if (U.type === "agent_outcome" || U.type === "error")
32858
- s = U.citations, h = U.content || "", f = U.artifacts || [], U.type === "agent_outcome" && (p = U.confidence_str), U.type === "error" && ((R = r == null ? void 0 : r.onError) == null || R.call(r, U.content || "Unknown error"));
32859
- else if (U.type === "final_response") {
32860
- if (h = U.response || "", f = U.artifacts || [], (B = U.data) != null && B.tool_usage) {
32862
+ j.todos && j.todos.length > 0 && (o = j.todos, (N = r == null ? void 0 : r.onTodos) == null || N.call(r, j.todos));
32863
+ } else if (j.type === "citations")
32864
+ s = j.citations, (F = r == null ? void 0 : r.onCitation) == null || F.call(r, j.citations || []);
32865
+ else if (j.type === "require_user_action")
32866
+ h = j.content || "", f = j.artifacts || [], d = j.interaction;
32867
+ else if (j.type === "agent_outcome" || j.type === "error")
32868
+ s = j.citations, h = j.content || "", f = j.artifacts || [], j.type === "agent_outcome" && (p = j.confidence_str), j.type === "error" && ((R = r == null ? void 0 : r.onError) == null || R.call(r, j.content || "Unknown error"));
32869
+ else if (j.type === "final_response") {
32870
+ if (h = j.response || "", f = j.artifacts || [], (B = j.data) != null && B.tool_usage) {
32861
32871
  const O = {
32862
32872
  type: "info",
32863
- content: `Tools used: ${U.data.tool_usage.map((Y) => Y.tool).join(", ")}`,
32873
+ content: `Tools used: ${j.data.tool_usage.map((Y) => Y.tool).join(", ")}`,
32864
32874
  timestamp: Date.now()
32865
32875
  };
32866
32876
  a = b(a, O), (_ = r == null ? void 0 : r.onAction) == null || _.call(r, O);
32867
32877
  }
32868
- } else U.type === "complete" && (h || (h = "Process completed"), (v = r == null ? void 0 : r.onComplete) == null || v.call(r));
32869
- } catch (U) {
32870
- E.trim() && E.startsWith("{") ? (console.error("Failed to parse message:", E, U), (W = r == null ? void 0 : r.onError) == null || W.call(r, `Failed to parse message: ${U}`)) : E.trim() && !E.startsWith("{") && (c += E + `
32871
- `, h = c, (j = r == null ? void 0 : r.onMarkdownChunk) == null || j.call(r, c));
32878
+ } else j.type === "complete" && (h || (h = "Process completed"), (v = r == null ? void 0 : r.onComplete) == null || v.call(r));
32879
+ } catch (j) {
32880
+ E.trim() && E.startsWith("{") ? (console.error("Failed to parse message:", E, j), (U = r == null ? void 0 : r.onError) == null || U.call(r, `Failed to parse message: ${j}`)) : E.trim() && !E.startsWith("{") && (c += E + `
32881
+ `, h = c, (W = r == null ? void 0 : r.onMarkdownChunk) == null || W.call(r, c));
32872
32882
  }
32873
32883
  };
32874
32884
  for (; u; ) {
@@ -33418,7 +33428,7 @@ const Ns = () => {
33418
33428
  }, [m, p, e, I]), xe(() => {
33419
33429
  g === Ce.LOADED && p(l3());
33420
33430
  }, [g, p]);
33421
- const _ = m ? b[m] : null, v = !!((G = _ == null ? void 0 : _.messages) != null && G.length), W = v || g === Ce.LOADING || !!x, j = () => {
33431
+ const _ = m ? b[m] : null, v = !!((G = _ == null ? void 0 : _.messages) != null && G.length), U = v || g === Ce.LOADING || !!x, W = () => {
33422
33432
  const D = F.current;
33423
33433
  return D ? D.scrollHeight - D.scrollTop - D.clientHeight < 50 : !1;
33424
33434
  };
@@ -33426,7 +33436,7 @@ const Ns = () => {
33426
33436
  const D = F.current;
33427
33437
  if (!D) return;
33428
33438
  const it = () => {
33429
- B.current = j();
33439
+ B.current = W();
33430
33440
  };
33431
33441
  return D.addEventListener("scroll", it), () => D.removeEventListener("scroll", it);
33432
33442
  }, []), xe(() => {
@@ -33444,7 +33454,7 @@ const Ns = () => {
33444
33454
  });
33445
33455
  }
33446
33456
  }, [g, x]);
33447
- const U = Wi(
33457
+ const j = Wi(
33448
33458
  (D) => {
33449
33459
  m && p(I$({ sessionId: m, model: D }));
33450
33460
  },
@@ -33480,7 +33490,7 @@ const Ns = () => {
33480
33490
  "aria-label": "Model selection",
33481
33491
  options: L,
33482
33492
  value: (_ == null ? void 0 : _.selectedModel) || void 0,
33483
- onChange: U,
33493
+ onChange: j,
33484
33494
  placeholder: "Select model",
33485
33495
  variant: "outline",
33486
33496
  size: "sm",
@@ -33494,7 +33504,7 @@ const Ns = () => {
33494
33504
  r,
33495
33505
  L,
33496
33506
  _ == null ? void 0 : _.selectedModel,
33497
- U
33507
+ j
33498
33508
  ]), Y = !v && c === "middle" ? "al-justify-center" : !v && c === "bottom" ? "al-justify-end" : "";
33499
33509
  return /* @__PURE__ */ k.jsxs(
33500
33510
  kn,
@@ -33511,7 +33521,7 @@ const Ns = () => {
33511
33521
  className: Ue(
33512
33522
  "al-overflow-y-auto al-transition-[flex-grow] al-duration-300 ease-in-out",
33513
33523
  {
33514
- "al-p-4": W,
33524
+ "al-p-4": U,
33515
33525
  "al-flex-grow": v,
33516
33526
  "al-flex-grow-0": !v
33517
33527
  },
@@ -33720,17 +33730,17 @@ https://github.com/nodeca/pako/blob/main/LICENSE
33720
33730
  return b;
33721
33731
  }
33722
33732
  function s(d, p, m, b, g, x) {
33723
- var T, w, S = d.file, E = d.compression, L = x !== u.utf8encode, $ = o.transformTo("string", x(S.name)), I = o.transformTo("string", u.utf8encode(S.name)), N = S.comment, F = o.transformTo("string", x(N)), R = o.transformTo("string", u.utf8encode(N)), B = I.length !== S.name.length, _ = R.length !== N.length, v = "", W = "", j = "", U = S.dir, X = S.date, O = { crc32: 0, compressedSize: 0, uncompressedSize: 0 };
33733
+ var T, w, S = d.file, E = d.compression, L = x !== u.utf8encode, $ = o.transformTo("string", x(S.name)), I = o.transformTo("string", u.utf8encode(S.name)), N = S.comment, F = o.transformTo("string", x(N)), R = o.transformTo("string", u.utf8encode(N)), B = I.length !== S.name.length, _ = R.length !== N.length, v = "", U = "", W = "", j = S.dir, X = S.date, O = { crc32: 0, compressedSize: 0, uncompressedSize: 0 };
33724
33734
  p && !m || (O.crc32 = d.crc32, O.compressedSize = d.compressedSize, O.uncompressedSize = d.uncompressedSize);
33725
33735
  var Y = 0;
33726
33736
  p && (Y |= 8), L || !B && !_ || (Y |= 2048);
33727
33737
  var G = 0, D = 0;
33728
- U && (G |= 16), g === "UNIX" ? (D = 798, G |= function(rt, yt) {
33738
+ j && (G |= 16), g === "UNIX" ? (D = 798, G |= function(rt, yt) {
33729
33739
  var At = rt;
33730
33740
  return rt || (At = yt ? 16893 : 33204), (65535 & At) << 16;
33731
- }(S.unixPermissions, U)) : (D = 20, G |= function(rt) {
33741
+ }(S.unixPermissions, j)) : (D = 20, G |= function(rt) {
33732
33742
  return 63 & (rt || 0);
33733
- }(S.dosPermissions)), T = X.getUTCHours(), T <<= 6, T |= X.getUTCMinutes(), T <<= 5, T |= X.getUTCSeconds() / 2, w = X.getUTCFullYear() - 1980, w <<= 4, w |= X.getUTCMonth() + 1, w <<= 5, w |= X.getUTCDate(), B && (W = a(1, 1) + a(c($), 4) + I, v += "up" + a(W.length, 2) + W), _ && (j = a(1, 1) + a(c(F), 4) + R, v += "uc" + a(j.length, 2) + j);
33743
+ }(S.dosPermissions)), T = X.getUTCHours(), T <<= 6, T |= X.getUTCMinutes(), T <<= 5, T |= X.getUTCSeconds() / 2, w = X.getUTCFullYear() - 1980, w <<= 4, w |= X.getUTCMonth() + 1, w <<= 5, w |= X.getUTCDate(), B && (U = a(1, 1) + a(c($), 4) + I, v += "up" + a(U.length, 2) + U), _ && (W = a(1, 1) + a(c(F), 4) + R, v += "uc" + a(W.length, 2) + W);
33734
33744
  var it = "";
33735
33745
  return it += `
33736
33746
  \0`, it += a(Y, 2), it += E.magic, it += a(T, 2), it += a(w, 2), it += a(O.crc32, 4), it += a(O.compressedSize, 4), it += a(O.uncompressedSize, 4), it += a($.length, 2), it += a(v.length, 2), { fileRecord: h.LOCAL_FILE_HEADER + it + $ + v, dirRecord: h.CENTRAL_FILE_HEADER + a(D, 2) + it + a(F.length, 2) + "\0\0\0\0" + a(G, 4) + a(b, 4) + $ + v + F };
@@ -34957,8 +34967,8 @@ https://github.com/nodeca/pako/blob/main/LICENSE
34957
34967
  return -1 ^ s;
34958
34968
  };
34959
34969
  }, {}], 46: [function(n, r, i) {
34960
- var a, s = n("../utils/common"), o = n("./trees"), l = n("./adler32"), u = n("./crc32"), c = n("./messages"), h = 0, f = 4, d = 0, p = -2, m = -1, b = 4, g = 2, x = 8, T = 9, w = 286, S = 30, E = 19, L = 2 * w + 1, $ = 15, I = 3, N = 258, F = N + I + 1, R = 42, B = 113, _ = 1, v = 2, W = 3, j = 4;
34961
- function U(A, st) {
34970
+ var a, s = n("../utils/common"), o = n("./trees"), l = n("./adler32"), u = n("./crc32"), c = n("./messages"), h = 0, f = 4, d = 0, p = -2, m = -1, b = 4, g = 2, x = 8, T = 9, w = 286, S = 30, E = 19, L = 2 * w + 1, $ = 15, I = 3, N = 258, F = N + I + 1, R = 42, B = 113, _ = 1, v = 2, U = 3, W = 4;
34971
+ function j(A, st) {
34962
34972
  return A.msg = c[st], st;
34963
34973
  }
34964
34974
  function X(A) {
@@ -35022,7 +35032,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35022
35032
  else z = o._tr_tally(A, 0, A.window[A.strstart]), A.lookahead--, A.strstart++;
35023
35033
  if (z && (G(A, !1), A.strm.avail_out === 0)) return _;
35024
35034
  }
35025
- return A.insert = A.strstart < I - 1 ? A.strstart : I - 1, st === f ? (G(A, !0), A.strm.avail_out === 0 ? W : j) : A.last_lit && (G(A, !1), A.strm.avail_out === 0) ? _ : v;
35035
+ return A.insert = A.strstart < I - 1 ? A.strstart : I - 1, st === f ? (G(A, !0), A.strm.avail_out === 0 ? U : W) : A.last_lit && (G(A, !1), A.strm.avail_out === 0) ? _ : v;
35026
35036
  }
35027
35037
  function Et(A, st) {
35028
35038
  for (var et, z, H; ; ) {
@@ -35037,7 +35047,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35037
35047
  if ((z = o._tr_tally(A, 0, A.window[A.strstart - 1])) && G(A, !1), A.strstart++, A.lookahead--, A.strm.avail_out === 0) return _;
35038
35048
  } else A.match_available = 1, A.strstart++, A.lookahead--;
35039
35049
  }
35040
- return A.match_available && (z = o._tr_tally(A, 0, A.window[A.strstart - 1]), A.match_available = 0), A.insert = A.strstart < I - 1 ? A.strstart : I - 1, st === f ? (G(A, !0), A.strm.avail_out === 0 ? W : j) : A.last_lit && (G(A, !1), A.strm.avail_out === 0) ? _ : v;
35050
+ return A.match_available && (z = o._tr_tally(A, 0, A.window[A.strstart - 1]), A.match_available = 0), A.insert = A.strstart < I - 1 ? A.strstart : I - 1, st === f ? (G(A, !0), A.strm.avail_out === 0 ? U : W) : A.last_lit && (G(A, !1), A.strm.avail_out === 0) ? _ : v;
35041
35051
  }
35042
35052
  function wt(A, st, et, z, H) {
35043
35053
  this.good_length = A, this.max_lazy = st, this.nice_length = et, this.max_chain = z, this.func = H;
@@ -35047,7 +35057,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35047
35057
  }
35048
35058
  function Ht(A) {
35049
35059
  var st;
35050
- return A && A.state ? (A.total_in = A.total_out = 0, A.data_type = g, (st = A.state).pending = 0, st.pending_out = 0, st.wrap < 0 && (st.wrap = -st.wrap), st.status = st.wrap ? R : B, A.adler = st.wrap === 2 ? 0 : 1, st.last_flush = h, o._tr_init(st), d) : U(A, p);
35060
+ return A && A.state ? (A.total_in = A.total_out = 0, A.data_type = g, (st = A.state).pending = 0, st.pending_out = 0, st.wrap < 0 && (st.wrap = -st.wrap), st.status = st.wrap ? R : B, A.adler = st.wrap === 2 ? 0 : 1, st.last_flush = h, o._tr_init(st), d) : j(A, p);
35051
35061
  }
35052
35062
  function ie(A) {
35053
35063
  var st = Ht(A);
@@ -35058,7 +35068,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35058
35068
  function me(A, st, et, z, H, K) {
35059
35069
  if (!A) return p;
35060
35070
  var lt = 1;
35061
- if (st === m && (st = 6), z < 0 ? (lt = 0, z = -z) : 15 < z && (lt = 2, z -= 16), H < 1 || T < H || et !== x || z < 8 || 15 < z || st < 0 || 9 < st || K < 0 || b < K) return U(A, p);
35071
+ if (st === m && (st = 6), z < 0 ? (lt = 0, z = -z) : 15 < z && (lt = 2, z -= 16), H < 1 || T < H || et !== x || z < 8 || 15 < z || st < 0 || 9 < st || K < 0 || b < K) return j(A, p);
35062
35072
  z === 8 && (z = 9);
35063
35073
  var ct = new Ft();
35064
35074
  return (A.state = ct).strm = A, ct.wrap = lt, ct.gzhead = null, ct.w_bits = z, ct.w_size = 1 << ct.w_bits, ct.w_mask = ct.w_size - 1, ct.hash_bits = H + 7, ct.hash_size = 1 << ct.hash_bits, ct.hash_mask = ct.hash_size - 1, ct.hash_shift = ~~((ct.hash_bits + I - 1) / I), ct.window = new s.Buf8(2 * ct.w_size), ct.head = new s.Buf16(ct.hash_size), ct.prev = new s.Buf16(ct.w_size), ct.lit_bufsize = 1 << H + 6, ct.pending_buf_size = 4 * ct.lit_bufsize, ct.pending_buf = new s.Buf8(ct.pending_buf_size), ct.d_buf = 1 * ct.lit_bufsize, ct.l_buf = 3 * ct.lit_bufsize, ct.level = st, ct.strategy = K, ct.method = et, ie(A);
@@ -35074,15 +35084,15 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35074
35084
  var z = A.block_start + et;
35075
35085
  if ((A.strstart === 0 || A.strstart >= z) && (A.lookahead = A.strstart - z, A.strstart = z, G(A, !1), A.strm.avail_out === 0) || A.strstart - A.block_start >= A.w_size - F && (G(A, !1), A.strm.avail_out === 0)) return _;
35076
35086
  }
35077
- return A.insert = 0, st === f ? (G(A, !0), A.strm.avail_out === 0 ? W : j) : (A.strstart > A.block_start && (G(A, !1), A.strm.avail_out), _);
35087
+ return A.insert = 0, st === f ? (G(A, !0), A.strm.avail_out === 0 ? U : W) : (A.strstart > A.block_start && (G(A, !1), A.strm.avail_out), _);
35078
35088
  }), new wt(4, 4, 8, 4, At), new wt(4, 5, 16, 8, At), new wt(4, 6, 32, 32, At), new wt(4, 4, 16, 16, Et), new wt(8, 16, 32, 32, Et), new wt(8, 16, 128, 128, Et), new wt(8, 32, 128, 256, Et), new wt(32, 128, 258, 1024, Et), new wt(32, 258, 258, 4096, Et)], i.deflateInit = function(A, st) {
35079
35089
  return me(A, st, x, 15, 8, 0);
35080
35090
  }, i.deflateInit2 = me, i.deflateReset = ie, i.deflateResetKeep = Ht, i.deflateSetHeader = function(A, st) {
35081
35091
  return A && A.state ? A.state.wrap !== 2 ? p : (A.state.gzhead = st, d) : p;
35082
35092
  }, i.deflate = function(A, st) {
35083
35093
  var et, z, H, K;
35084
- if (!A || !A.state || 5 < st || st < 0) return A ? U(A, p) : p;
35085
- if (z = A.state, !A.output || !A.input && A.avail_in !== 0 || z.status === 666 && st !== f) return U(A, A.avail_out === 0 ? -5 : p);
35094
+ if (!A || !A.state || 5 < st || st < 0) return A ? j(A, p) : p;
35095
+ if (z = A.state, !A.output || !A.input && A.avail_in !== 0 || z.status === 666 && st !== f) return j(A, A.avail_out === 0 ? -5 : p);
35086
35096
  if (z.strm = A, et = z.last_flush, z.last_flush = st, z.status === R) if (z.wrap === 2) A.adler = 0, D(z, 31), D(z, 139), D(z, 8), z.gzhead ? (D(z, (z.gzhead.text ? 1 : 0) + (z.gzhead.hcrc ? 2 : 0) + (z.gzhead.extra ? 4 : 0) + (z.gzhead.name ? 8 : 0) + (z.gzhead.comment ? 16 : 0)), D(z, 255 & z.gzhead.time), D(z, z.gzhead.time >> 8 & 255), D(z, z.gzhead.time >> 16 & 255), D(z, z.gzhead.time >> 24 & 255), D(z, z.level === 9 ? 2 : 2 <= z.strategy || z.level < 2 ? 4 : 0), D(z, 255 & z.gzhead.os), z.gzhead.extra && z.gzhead.extra.length && (D(z, 255 & z.gzhead.extra.length), D(z, z.gzhead.extra.length >> 8 & 255)), z.gzhead.hcrc && (A.adler = u(A.adler, z.pending_buf, z.pending, 0)), z.gzindex = 0, z.status = 69) : (D(z, 0), D(z, 0), D(z, 0), D(z, 0), D(z, 0), D(z, z.level === 9 ? 2 : 2 <= z.strategy || z.level < 2 ? 4 : 0), D(z, 3), z.status = B);
35087
35097
  else {
35088
35098
  var lt = x + (z.w_bits - 8 << 4) << 8;
@@ -35116,8 +35126,8 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35116
35126
  } else z.status = 103;
35117
35127
  if (z.status === 103 && (z.gzhead.hcrc ? (z.pending + 2 > z.pending_buf_size && Y(A), z.pending + 2 <= z.pending_buf_size && (D(z, 255 & A.adler), D(z, A.adler >> 8 & 255), A.adler = 0, z.status = B)) : z.status = B), z.pending !== 0) {
35118
35128
  if (Y(A), A.avail_out === 0) return z.last_flush = -1, d;
35119
- } else if (A.avail_in === 0 && X(st) <= X(et) && st !== f) return U(A, -5);
35120
- if (z.status === 666 && A.avail_in !== 0) return U(A, -5);
35129
+ } else if (A.avail_in === 0 && X(st) <= X(et) && st !== f) return j(A, -5);
35130
+ if (z.status === 666 && A.avail_in !== 0) return j(A, -5);
35121
35131
  if (A.avail_in !== 0 || z.lookahead !== 0 || st !== h && z.status !== 666) {
35122
35132
  var ct = z.strategy === 2 ? function(tt, dt) {
35123
35133
  for (var _t; ; ) {
@@ -35127,7 +35137,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35127
35137
  }
35128
35138
  if (tt.match_length = 0, _t = o._tr_tally(tt, 0, tt.window[tt.strstart]), tt.lookahead--, tt.strstart++, _t && (G(tt, !1), tt.strm.avail_out === 0)) return _;
35129
35139
  }
35130
- return tt.insert = 0, dt === f ? (G(tt, !0), tt.strm.avail_out === 0 ? W : j) : tt.last_lit && (G(tt, !1), tt.strm.avail_out === 0) ? _ : v;
35140
+ return tt.insert = 0, dt === f ? (G(tt, !0), tt.strm.avail_out === 0 ? U : W) : tt.last_lit && (G(tt, !1), tt.strm.avail_out === 0) ? _ : v;
35131
35141
  }(z, st) : z.strategy === 3 ? function(tt, dt) {
35132
35142
  for (var _t, ft, Q, ut, xt = tt.window; ; ) {
35133
35143
  if (tt.lookahead <= N) {
@@ -35143,15 +35153,15 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35143
35153
  }
35144
35154
  if (tt.match_length >= I ? (_t = o._tr_tally(tt, 1, tt.match_length - I), tt.lookahead -= tt.match_length, tt.strstart += tt.match_length, tt.match_length = 0) : (_t = o._tr_tally(tt, 0, tt.window[tt.strstart]), tt.lookahead--, tt.strstart++), _t && (G(tt, !1), tt.strm.avail_out === 0)) return _;
35145
35155
  }
35146
- return tt.insert = 0, dt === f ? (G(tt, !0), tt.strm.avail_out === 0 ? W : j) : tt.last_lit && (G(tt, !1), tt.strm.avail_out === 0) ? _ : v;
35156
+ return tt.insert = 0, dt === f ? (G(tt, !0), tt.strm.avail_out === 0 ? U : W) : tt.last_lit && (G(tt, !1), tt.strm.avail_out === 0) ? _ : v;
35147
35157
  }(z, st) : a[z.level].func(z, st);
35148
- if (ct !== W && ct !== j || (z.status = 666), ct === _ || ct === W) return A.avail_out === 0 && (z.last_flush = -1), d;
35158
+ if (ct !== U && ct !== W || (z.status = 666), ct === _ || ct === U) return A.avail_out === 0 && (z.last_flush = -1), d;
35149
35159
  if (ct === v && (st === 1 ? o._tr_align(z) : st !== 5 && (o._tr_stored_block(z, 0, 0, !1), st === 3 && (O(z.head), z.lookahead === 0 && (z.strstart = 0, z.block_start = 0, z.insert = 0))), Y(A), A.avail_out === 0)) return z.last_flush = -1, d;
35150
35160
  }
35151
35161
  return st !== f ? d : z.wrap <= 0 ? 1 : (z.wrap === 2 ? (D(z, 255 & A.adler), D(z, A.adler >> 8 & 255), D(z, A.adler >> 16 & 255), D(z, A.adler >> 24 & 255), D(z, 255 & A.total_in), D(z, A.total_in >> 8 & 255), D(z, A.total_in >> 16 & 255), D(z, A.total_in >> 24 & 255)) : (it(z, A.adler >>> 16), it(z, 65535 & A.adler)), Y(A), 0 < z.wrap && (z.wrap = -z.wrap), z.pending !== 0 ? d : 1);
35152
35162
  }, i.deflateEnd = function(A) {
35153
35163
  var st;
35154
- return A && A.state ? (st = A.state.status) !== R && st !== 69 && st !== 73 && st !== 91 && st !== 103 && st !== B && st !== 666 ? U(A, p) : (A.state = null, st === B ? U(A, -3) : d) : p;
35164
+ return A && A.state ? (st = A.state.status) !== R && st !== 69 && st !== 73 && st !== 91 && st !== 103 && st !== B && st !== 666 ? j(A, p) : (A.state = null, st === B ? j(A, -3) : d) : p;
35155
35165
  }, i.deflateSetDictionary = function(A, st) {
35156
35166
  var et, z, H, K, lt, ct, tt, dt, _t = st.length;
35157
35167
  if (!A || !A.state || (K = (et = A.state).wrap) === 2 || K === 1 && et.status !== R || et.lookahead) return p;
@@ -35274,15 +35284,15 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35274
35284
  R.lencode = L, R.lenbits = 9, R.distcode = $, R.distbits = 5;
35275
35285
  }
35276
35286
  function F(R, B, _, v) {
35277
- var W, j = R.state;
35278
- return j.window === null && (j.wsize = 1 << j.wbits, j.wnext = 0, j.whave = 0, j.window = new a.Buf8(j.wsize)), v >= j.wsize ? (a.arraySet(j.window, B, _ - j.wsize, j.wsize, 0), j.wnext = 0, j.whave = j.wsize) : (v < (W = j.wsize - j.wnext) && (W = v), a.arraySet(j.window, B, _ - v, W, j.wnext), (v -= W) ? (a.arraySet(j.window, B, _ - v, v, 0), j.wnext = v, j.whave = j.wsize) : (j.wnext += W, j.wnext === j.wsize && (j.wnext = 0), j.whave < j.wsize && (j.whave += W))), 0;
35287
+ var U, W = R.state;
35288
+ return W.window === null && (W.wsize = 1 << W.wbits, W.wnext = 0, W.whave = 0, W.window = new a.Buf8(W.wsize)), v >= W.wsize ? (a.arraySet(W.window, B, _ - W.wsize, W.wsize, 0), W.wnext = 0, W.whave = W.wsize) : (v < (U = W.wsize - W.wnext) && (U = v), a.arraySet(W.window, B, _ - v, U, W.wnext), (v -= U) ? (a.arraySet(W.window, B, _ - v, v, 0), W.wnext = v, W.whave = W.wsize) : (W.wnext += U, W.wnext === W.wsize && (W.wnext = 0), W.whave < W.wsize && (W.whave += U))), 0;
35279
35289
  }
35280
35290
  i.inflateReset = w, i.inflateReset2 = S, i.inflateResetKeep = T, i.inflateInit = function(R) {
35281
35291
  return E(R, 15);
35282
35292
  }, i.inflateInit2 = E, i.inflate = function(R, B) {
35283
- var _, v, W, j, U, X, O, Y, G, D, it, rt, yt, At, Et, wt, Ft, Ht, ie, me, A, st, et, z, H = 0, K = new a.Buf8(4), lt = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15];
35293
+ var _, v, U, W, j, X, O, Y, G, D, it, rt, yt, At, Et, wt, Ft, Ht, ie, me, A, st, et, z, H = 0, K = new a.Buf8(4), lt = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15];
35284
35294
  if (!R || !R.state || !R.output || !R.input && R.avail_in !== 0) return d;
35285
- (_ = R.state).mode === 12 && (_.mode = 13), U = R.next_out, W = R.output, O = R.avail_out, j = R.next_in, v = R.input, X = R.avail_in, Y = _.hold, G = _.bits, D = X, it = O, st = f;
35295
+ (_ = R.state).mode === 12 && (_.mode = 13), j = R.next_out, U = R.output, O = R.avail_out, W = R.next_in, v = R.input, X = R.avail_in, Y = _.hold, G = _.bits, D = X, it = O, st = f;
35286
35296
  t: for (; ; ) switch (_.mode) {
35287
35297
  case p:
35288
35298
  if (_.wrap === 0) {
@@ -35291,7 +35301,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35291
35301
  }
35292
35302
  for (; G < 16; ) {
35293
35303
  if (X === 0) break t;
35294
- X--, Y += v[j++] << G, G += 8;
35304
+ X--, Y += v[W++] << G, G += 8;
35295
35305
  }
35296
35306
  if (2 & _.wrap && Y === 35615) {
35297
35307
  K[_.check = 0] = 255 & Y, K[1] = Y >>> 8 & 255, _.check = o(_.check, K, 2, 0), G = Y = 0, _.mode = 2;
@@ -35315,7 +35325,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35315
35325
  case 2:
35316
35326
  for (; G < 16; ) {
35317
35327
  if (X === 0) break t;
35318
- X--, Y += v[j++] << G, G += 8;
35328
+ X--, Y += v[W++] << G, G += 8;
35319
35329
  }
35320
35330
  if (_.flags = Y, (255 & _.flags) != 8) {
35321
35331
  R.msg = "unknown compression method", _.mode = 30;
@@ -35329,46 +35339,46 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35329
35339
  case 3:
35330
35340
  for (; G < 32; ) {
35331
35341
  if (X === 0) break t;
35332
- X--, Y += v[j++] << G, G += 8;
35342
+ X--, Y += v[W++] << G, G += 8;
35333
35343
  }
35334
35344
  _.head && (_.head.time = Y), 512 & _.flags && (K[0] = 255 & Y, K[1] = Y >>> 8 & 255, K[2] = Y >>> 16 & 255, K[3] = Y >>> 24 & 255, _.check = o(_.check, K, 4, 0)), G = Y = 0, _.mode = 4;
35335
35345
  case 4:
35336
35346
  for (; G < 16; ) {
35337
35347
  if (X === 0) break t;
35338
- X--, Y += v[j++] << G, G += 8;
35348
+ X--, Y += v[W++] << G, G += 8;
35339
35349
  }
35340
35350
  _.head && (_.head.xflags = 255 & Y, _.head.os = Y >> 8), 512 & _.flags && (K[0] = 255 & Y, K[1] = Y >>> 8 & 255, _.check = o(_.check, K, 2, 0)), G = Y = 0, _.mode = 5;
35341
35351
  case 5:
35342
35352
  if (1024 & _.flags) {
35343
35353
  for (; G < 16; ) {
35344
35354
  if (X === 0) break t;
35345
- X--, Y += v[j++] << G, G += 8;
35355
+ X--, Y += v[W++] << G, G += 8;
35346
35356
  }
35347
35357
  _.length = Y, _.head && (_.head.extra_len = Y), 512 & _.flags && (K[0] = 255 & Y, K[1] = Y >>> 8 & 255, _.check = o(_.check, K, 2, 0)), G = Y = 0;
35348
35358
  } else _.head && (_.head.extra = null);
35349
35359
  _.mode = 6;
35350
35360
  case 6:
35351
- if (1024 & _.flags && (X < (rt = _.length) && (rt = X), rt && (_.head && (A = _.head.extra_len - _.length, _.head.extra || (_.head.extra = new Array(_.head.extra_len)), a.arraySet(_.head.extra, v, j, rt, A)), 512 & _.flags && (_.check = o(_.check, v, rt, j)), X -= rt, j += rt, _.length -= rt), _.length)) break t;
35361
+ if (1024 & _.flags && (X < (rt = _.length) && (rt = X), rt && (_.head && (A = _.head.extra_len - _.length, _.head.extra || (_.head.extra = new Array(_.head.extra_len)), a.arraySet(_.head.extra, v, W, rt, A)), 512 & _.flags && (_.check = o(_.check, v, rt, W)), X -= rt, W += rt, _.length -= rt), _.length)) break t;
35352
35362
  _.length = 0, _.mode = 7;
35353
35363
  case 7:
35354
35364
  if (2048 & _.flags) {
35355
35365
  if (X === 0) break t;
35356
- for (rt = 0; A = v[j + rt++], _.head && A && _.length < 65536 && (_.head.name += String.fromCharCode(A)), A && rt < X; ) ;
35357
- if (512 & _.flags && (_.check = o(_.check, v, rt, j)), X -= rt, j += rt, A) break t;
35366
+ for (rt = 0; A = v[W + rt++], _.head && A && _.length < 65536 && (_.head.name += String.fromCharCode(A)), A && rt < X; ) ;
35367
+ if (512 & _.flags && (_.check = o(_.check, v, rt, W)), X -= rt, W += rt, A) break t;
35358
35368
  } else _.head && (_.head.name = null);
35359
35369
  _.length = 0, _.mode = 8;
35360
35370
  case 8:
35361
35371
  if (4096 & _.flags) {
35362
35372
  if (X === 0) break t;
35363
- for (rt = 0; A = v[j + rt++], _.head && A && _.length < 65536 && (_.head.comment += String.fromCharCode(A)), A && rt < X; ) ;
35364
- if (512 & _.flags && (_.check = o(_.check, v, rt, j)), X -= rt, j += rt, A) break t;
35373
+ for (rt = 0; A = v[W + rt++], _.head && A && _.length < 65536 && (_.head.comment += String.fromCharCode(A)), A && rt < X; ) ;
35374
+ if (512 & _.flags && (_.check = o(_.check, v, rt, W)), X -= rt, W += rt, A) break t;
35365
35375
  } else _.head && (_.head.comment = null);
35366
35376
  _.mode = 9;
35367
35377
  case 9:
35368
35378
  if (512 & _.flags) {
35369
35379
  for (; G < 16; ) {
35370
35380
  if (X === 0) break t;
35371
- X--, Y += v[j++] << G, G += 8;
35381
+ X--, Y += v[W++] << G, G += 8;
35372
35382
  }
35373
35383
  if (Y !== (65535 & _.check)) {
35374
35384
  R.msg = "header crc mismatch", _.mode = 30;
@@ -35381,11 +35391,11 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35381
35391
  case 10:
35382
35392
  for (; G < 32; ) {
35383
35393
  if (X === 0) break t;
35384
- X--, Y += v[j++] << G, G += 8;
35394
+ X--, Y += v[W++] << G, G += 8;
35385
35395
  }
35386
35396
  R.adler = _.check = g(Y), G = Y = 0, _.mode = 11;
35387
35397
  case 11:
35388
- if (_.havedict === 0) return R.next_out = U, R.avail_out = O, R.next_in = j, R.avail_in = X, _.hold = Y, _.bits = G, 2;
35398
+ if (_.havedict === 0) return R.next_out = j, R.avail_out = O, R.next_in = W, R.avail_in = X, _.hold = Y, _.bits = G, 2;
35389
35399
  R.adler = _.check = 1, _.mode = 12;
35390
35400
  case 12:
35391
35401
  if (B === 5 || B === 6) break t;
@@ -35396,7 +35406,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35396
35406
  }
35397
35407
  for (; G < 3; ) {
35398
35408
  if (X === 0) break t;
35399
- X--, Y += v[j++] << G, G += 8;
35409
+ X--, Y += v[W++] << G, G += 8;
35400
35410
  }
35401
35411
  switch (_.last = 1 & Y, G -= 1, 3 & (Y >>>= 1)) {
35402
35412
  case 0:
@@ -35417,7 +35427,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35417
35427
  case 14:
35418
35428
  for (Y >>>= 7 & G, G -= 7 & G; G < 32; ) {
35419
35429
  if (X === 0) break t;
35420
- X--, Y += v[j++] << G, G += 8;
35430
+ X--, Y += v[W++] << G, G += 8;
35421
35431
  }
35422
35432
  if ((65535 & Y) != (Y >>> 16 ^ 65535)) {
35423
35433
  R.msg = "invalid stored block lengths", _.mode = 30;
@@ -35429,7 +35439,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35429
35439
  case 16:
35430
35440
  if (rt = _.length) {
35431
35441
  if (X < rt && (rt = X), O < rt && (rt = O), rt === 0) break t;
35432
- a.arraySet(W, v, j, rt, U), X -= rt, j += rt, O -= rt, U += rt, _.length -= rt;
35442
+ a.arraySet(U, v, W, rt, j), X -= rt, W += rt, O -= rt, j += rt, _.length -= rt;
35433
35443
  break;
35434
35444
  }
35435
35445
  _.mode = 12;
@@ -35437,7 +35447,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35437
35447
  case 17:
35438
35448
  for (; G < 14; ) {
35439
35449
  if (X === 0) break t;
35440
- X--, Y += v[j++] << G, G += 8;
35450
+ X--, Y += v[W++] << G, G += 8;
35441
35451
  }
35442
35452
  if (_.nlen = 257 + (31 & Y), Y >>>= 5, G -= 5, _.ndist = 1 + (31 & Y), Y >>>= 5, G -= 5, _.ncode = 4 + (15 & Y), Y >>>= 4, G -= 4, 286 < _.nlen || 30 < _.ndist) {
35443
35453
  R.msg = "too many length or distance symbols", _.mode = 30;
@@ -35448,7 +35458,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35448
35458
  for (; _.have < _.ncode; ) {
35449
35459
  for (; G < 3; ) {
35450
35460
  if (X === 0) break t;
35451
- X--, Y += v[j++] << G, G += 8;
35461
+ X--, Y += v[W++] << G, G += 8;
35452
35462
  }
35453
35463
  _.lens[lt[_.have++]] = 7 & Y, Y >>>= 3, G -= 3;
35454
35464
  }
@@ -35462,14 +35472,14 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35462
35472
  for (; _.have < _.nlen + _.ndist; ) {
35463
35473
  for (; wt = (H = _.lencode[Y & (1 << _.lenbits) - 1]) >>> 16 & 255, Ft = 65535 & H, !((Et = H >>> 24) <= G); ) {
35464
35474
  if (X === 0) break t;
35465
- X--, Y += v[j++] << G, G += 8;
35475
+ X--, Y += v[W++] << G, G += 8;
35466
35476
  }
35467
35477
  if (Ft < 16) Y >>>= Et, G -= Et, _.lens[_.have++] = Ft;
35468
35478
  else {
35469
35479
  if (Ft === 16) {
35470
35480
  for (z = Et + 2; G < z; ) {
35471
35481
  if (X === 0) break t;
35472
- X--, Y += v[j++] << G, G += 8;
35482
+ X--, Y += v[W++] << G, G += 8;
35473
35483
  }
35474
35484
  if (Y >>>= Et, G -= Et, _.have === 0) {
35475
35485
  R.msg = "invalid bit length repeat", _.mode = 30;
@@ -35479,13 +35489,13 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35479
35489
  } else if (Ft === 17) {
35480
35490
  for (z = Et + 3; G < z; ) {
35481
35491
  if (X === 0) break t;
35482
- X--, Y += v[j++] << G, G += 8;
35492
+ X--, Y += v[W++] << G, G += 8;
35483
35493
  }
35484
35494
  G -= Et, A = 0, rt = 3 + (7 & (Y >>>= Et)), Y >>>= 3, G -= 3;
35485
35495
  } else {
35486
35496
  for (z = Et + 7; G < z; ) {
35487
35497
  if (X === 0) break t;
35488
- X--, Y += v[j++] << G, G += 8;
35498
+ X--, Y += v[W++] << G, G += 8;
35489
35499
  }
35490
35500
  G -= Et, A = 0, rt = 11 + (127 & (Y >>>= Et)), Y >>>= 7, G -= 7;
35491
35501
  }
@@ -35514,17 +35524,17 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35514
35524
  _.mode = 21;
35515
35525
  case 21:
35516
35526
  if (6 <= X && 258 <= O) {
35517
- R.next_out = U, R.avail_out = O, R.next_in = j, R.avail_in = X, _.hold = Y, _.bits = G, l(R, it), U = R.next_out, W = R.output, O = R.avail_out, j = R.next_in, v = R.input, X = R.avail_in, Y = _.hold, G = _.bits, _.mode === 12 && (_.back = -1);
35527
+ R.next_out = j, R.avail_out = O, R.next_in = W, R.avail_in = X, _.hold = Y, _.bits = G, l(R, it), j = R.next_out, U = R.output, O = R.avail_out, W = R.next_in, v = R.input, X = R.avail_in, Y = _.hold, G = _.bits, _.mode === 12 && (_.back = -1);
35518
35528
  break;
35519
35529
  }
35520
35530
  for (_.back = 0; wt = (H = _.lencode[Y & (1 << _.lenbits) - 1]) >>> 16 & 255, Ft = 65535 & H, !((Et = H >>> 24) <= G); ) {
35521
35531
  if (X === 0) break t;
35522
- X--, Y += v[j++] << G, G += 8;
35532
+ X--, Y += v[W++] << G, G += 8;
35523
35533
  }
35524
35534
  if (wt && !(240 & wt)) {
35525
35535
  for (Ht = Et, ie = wt, me = Ft; wt = (H = _.lencode[me + ((Y & (1 << Ht + ie) - 1) >> Ht)]) >>> 16 & 255, Ft = 65535 & H, !(Ht + (Et = H >>> 24) <= G); ) {
35526
35536
  if (X === 0) break t;
35527
- X--, Y += v[j++] << G, G += 8;
35537
+ X--, Y += v[W++] << G, G += 8;
35528
35538
  }
35529
35539
  Y >>>= Ht, G -= Ht, _.back += Ht;
35530
35540
  }
@@ -35545,7 +35555,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35545
35555
  if (_.extra) {
35546
35556
  for (z = _.extra; G < z; ) {
35547
35557
  if (X === 0) break t;
35548
- X--, Y += v[j++] << G, G += 8;
35558
+ X--, Y += v[W++] << G, G += 8;
35549
35559
  }
35550
35560
  _.length += Y & (1 << _.extra) - 1, Y >>>= _.extra, G -= _.extra, _.back += _.extra;
35551
35561
  }
@@ -35553,12 +35563,12 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35553
35563
  case 23:
35554
35564
  for (; wt = (H = _.distcode[Y & (1 << _.distbits) - 1]) >>> 16 & 255, Ft = 65535 & H, !((Et = H >>> 24) <= G); ) {
35555
35565
  if (X === 0) break t;
35556
- X--, Y += v[j++] << G, G += 8;
35566
+ X--, Y += v[W++] << G, G += 8;
35557
35567
  }
35558
35568
  if (!(240 & wt)) {
35559
35569
  for (Ht = Et, ie = wt, me = Ft; wt = (H = _.distcode[me + ((Y & (1 << Ht + ie) - 1) >> Ht)]) >>> 16 & 255, Ft = 65535 & H, !(Ht + (Et = H >>> 24) <= G); ) {
35560
35570
  if (X === 0) break t;
35561
- X--, Y += v[j++] << G, G += 8;
35571
+ X--, Y += v[W++] << G, G += 8;
35562
35572
  }
35563
35573
  Y >>>= Ht, G -= Ht, _.back += Ht;
35564
35574
  }
@@ -35571,7 +35581,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35571
35581
  if (_.extra) {
35572
35582
  for (z = _.extra; G < z; ) {
35573
35583
  if (X === 0) break t;
35574
- X--, Y += v[j++] << G, G += 8;
35584
+ X--, Y += v[W++] << G, G += 8;
35575
35585
  }
35576
35586
  _.offset += Y & (1 << _.extra) - 1, Y >>>= _.extra, G -= _.extra, _.back += _.extra;
35577
35587
  }
@@ -35588,21 +35598,21 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35588
35598
  break;
35589
35599
  }
35590
35600
  yt = rt > _.wnext ? (rt -= _.wnext, _.wsize - rt) : _.wnext - rt, rt > _.length && (rt = _.length), At = _.window;
35591
- } else At = W, yt = U - _.offset, rt = _.length;
35592
- for (O < rt && (rt = O), O -= rt, _.length -= rt; W[U++] = At[yt++], --rt; ) ;
35601
+ } else At = U, yt = j - _.offset, rt = _.length;
35602
+ for (O < rt && (rt = O), O -= rt, _.length -= rt; U[j++] = At[yt++], --rt; ) ;
35593
35603
  _.length === 0 && (_.mode = 21);
35594
35604
  break;
35595
35605
  case 26:
35596
35606
  if (O === 0) break t;
35597
- W[U++] = _.length, O--, _.mode = 21;
35607
+ U[j++] = _.length, O--, _.mode = 21;
35598
35608
  break;
35599
35609
  case 27:
35600
35610
  if (_.wrap) {
35601
35611
  for (; G < 32; ) {
35602
35612
  if (X === 0) break t;
35603
- X--, Y |= v[j++] << G, G += 8;
35613
+ X--, Y |= v[W++] << G, G += 8;
35604
35614
  }
35605
- if (it -= O, R.total_out += it, _.total += it, it && (R.adler = _.check = _.flags ? o(_.check, W, it, U - it) : s(_.check, W, it, U - it)), it = O, (_.flags ? Y : g(Y)) !== _.check) {
35615
+ if (it -= O, R.total_out += it, _.total += it, it && (R.adler = _.check = _.flags ? o(_.check, U, it, j - it) : s(_.check, U, it, j - it)), it = O, (_.flags ? Y : g(Y)) !== _.check) {
35606
35616
  R.msg = "incorrect data check", _.mode = 30;
35607
35617
  break;
35608
35618
  }
@@ -35613,7 +35623,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35613
35623
  if (_.wrap && _.flags) {
35614
35624
  for (; G < 32; ) {
35615
35625
  if (X === 0) break t;
35616
- X--, Y += v[j++] << G, G += 8;
35626
+ X--, Y += v[W++] << G, G += 8;
35617
35627
  }
35618
35628
  if (Y !== (4294967295 & _.total)) {
35619
35629
  R.msg = "incorrect length check", _.mode = 30;
@@ -35634,7 +35644,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35634
35644
  default:
35635
35645
  return d;
35636
35646
  }
35637
- return R.next_out = U, R.avail_out = O, R.next_in = j, R.avail_in = X, _.hold = Y, _.bits = G, (_.wsize || it !== R.avail_out && _.mode < 30 && (_.mode < 27 || B !== 4)) && F(R, R.output, R.next_out, it - R.avail_out) ? (_.mode = 31, -4) : (D -= R.avail_in, it -= R.avail_out, R.total_in += D, R.total_out += it, _.total += it, _.wrap && it && (R.adler = _.check = _.flags ? o(_.check, W, it, R.next_out - it) : s(_.check, W, it, R.next_out - it)), R.data_type = _.bits + (_.last ? 64 : 0) + (_.mode === 12 ? 128 : 0) + (_.mode === 20 || _.mode === 15 ? 256 : 0), (D == 0 && it === 0 || B === 4) && st === f && (st = -5), st);
35647
+ return R.next_out = j, R.avail_out = O, R.next_in = W, R.avail_in = X, _.hold = Y, _.bits = G, (_.wsize || it !== R.avail_out && _.mode < 30 && (_.mode < 27 || B !== 4)) && F(R, R.output, R.next_out, it - R.avail_out) ? (_.mode = 31, -4) : (D -= R.avail_in, it -= R.avail_out, R.total_in += D, R.total_out += it, _.total += it, _.wrap && it && (R.adler = _.check = _.flags ? o(_.check, U, it, R.next_out - it) : s(_.check, U, it, R.next_out - it)), R.data_type = _.bits + (_.last ? 64 : 0) + (_.mode === 12 ? 128 : 0) + (_.mode === 20 || _.mode === 15 ? 256 : 0), (D == 0 && it === 0 || B === 4) && st === f && (st = -5), st);
35638
35648
  }, i.inflateEnd = function(R) {
35639
35649
  if (!R || !R.state) return d;
35640
35650
  var B = R.state;
@@ -35649,31 +35659,31 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35649
35659
  }, { "../utils/common": 41, "./adler32": 43, "./crc32": 45, "./inffast": 48, "./inftrees": 50 }], 50: [function(n, r, i) {
35650
35660
  var a = n("../utils/common"), s = [3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 23, 27, 31, 35, 43, 51, 59, 67, 83, 99, 115, 131, 163, 195, 227, 258, 0, 0], o = [16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 72, 78], l = [1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, 65, 97, 129, 193, 257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145, 8193, 12289, 16385, 24577, 0, 0], u = [16, 16, 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 64, 64];
35651
35661
  r.exports = function(c, h, f, d, p, m, b, g) {
35652
- var x, T, w, S, E, L, $, I, N, F = g.bits, R = 0, B = 0, _ = 0, v = 0, W = 0, j = 0, U = 0, X = 0, O = 0, Y = 0, G = null, D = 0, it = new a.Buf16(16), rt = new a.Buf16(16), yt = null, At = 0;
35662
+ var x, T, w, S, E, L, $, I, N, F = g.bits, R = 0, B = 0, _ = 0, v = 0, U = 0, W = 0, j = 0, X = 0, O = 0, Y = 0, G = null, D = 0, it = new a.Buf16(16), rt = new a.Buf16(16), yt = null, At = 0;
35653
35663
  for (R = 0; R <= 15; R++) it[R] = 0;
35654
35664
  for (B = 0; B < d; B++) it[h[f + B]]++;
35655
- for (W = F, v = 15; 1 <= v && it[v] === 0; v--) ;
35656
- if (v < W && (W = v), v === 0) return p[m++] = 20971520, p[m++] = 20971520, g.bits = 1, 0;
35665
+ for (U = F, v = 15; 1 <= v && it[v] === 0; v--) ;
35666
+ if (v < U && (U = v), v === 0) return p[m++] = 20971520, p[m++] = 20971520, g.bits = 1, 0;
35657
35667
  for (_ = 1; _ < v && it[_] === 0; _++) ;
35658
- for (W < _ && (W = _), R = X = 1; R <= 15; R++) if (X <<= 1, (X -= it[R]) < 0) return -1;
35668
+ for (U < _ && (U = _), R = X = 1; R <= 15; R++) if (X <<= 1, (X -= it[R]) < 0) return -1;
35659
35669
  if (0 < X && (c === 0 || v !== 1)) return -1;
35660
35670
  for (rt[1] = 0, R = 1; R < 15; R++) rt[R + 1] = rt[R] + it[R];
35661
35671
  for (B = 0; B < d; B++) h[f + B] !== 0 && (b[rt[h[f + B]]++] = B);
35662
- if (L = c === 0 ? (G = yt = b, 19) : c === 1 ? (G = s, D -= 257, yt = o, At -= 257, 256) : (G = l, yt = u, -1), R = _, E = m, U = B = Y = 0, w = -1, S = (O = 1 << (j = W)) - 1, c === 1 && 852 < O || c === 2 && 592 < O) return 1;
35672
+ if (L = c === 0 ? (G = yt = b, 19) : c === 1 ? (G = s, D -= 257, yt = o, At -= 257, 256) : (G = l, yt = u, -1), R = _, E = m, j = B = Y = 0, w = -1, S = (O = 1 << (W = U)) - 1, c === 1 && 852 < O || c === 2 && 592 < O) return 1;
35663
35673
  for (; ; ) {
35664
- for ($ = R - U, N = b[B] < L ? (I = 0, b[B]) : b[B] > L ? (I = yt[At + b[B]], G[D + b[B]]) : (I = 96, 0), x = 1 << R - U, _ = T = 1 << j; p[E + (Y >> U) + (T -= x)] = $ << 24 | I << 16 | N | 0, T !== 0; ) ;
35674
+ for ($ = R - j, N = b[B] < L ? (I = 0, b[B]) : b[B] > L ? (I = yt[At + b[B]], G[D + b[B]]) : (I = 96, 0), x = 1 << R - j, _ = T = 1 << W; p[E + (Y >> j) + (T -= x)] = $ << 24 | I << 16 | N | 0, T !== 0; ) ;
35665
35675
  for (x = 1 << R - 1; Y & x; ) x >>= 1;
35666
35676
  if (x !== 0 ? (Y &= x - 1, Y += x) : Y = 0, B++, --it[R] == 0) {
35667
35677
  if (R === v) break;
35668
35678
  R = h[f + b[B]];
35669
35679
  }
35670
- if (W < R && (Y & S) !== w) {
35671
- for (U === 0 && (U = W), E += _, X = 1 << (j = R - U); j + U < v && !((X -= it[j + U]) <= 0); ) j++, X <<= 1;
35672
- if (O += 1 << j, c === 1 && 852 < O || c === 2 && 592 < O) return 1;
35673
- p[w = Y & S] = W << 24 | j << 16 | E - m | 0;
35680
+ if (U < R && (Y & S) !== w) {
35681
+ for (j === 0 && (j = U), E += _, X = 1 << (W = R - j); W + j < v && !((X -= it[W + j]) <= 0); ) W++, X <<= 1;
35682
+ if (O += 1 << W, c === 1 && 852 < O || c === 2 && 592 < O) return 1;
35683
+ p[w = Y & S] = U << 24 | W << 16 | E - m | 0;
35674
35684
  }
35675
35685
  }
35676
- return Y !== 0 && (p[E + Y] = R - U << 24 | 64 << 16 | 0), g.bits = W, 0;
35686
+ return Y !== 0 && (p[E + Y] = R - j << 24 | 64 << 16 | 0), g.bits = U, 0;
35677
35687
  };
35678
35688
  }, { "../utils/common": 41 }], 51: [function(n, r, i) {
35679
35689
  r.exports = { 2: "need dictionary", 1: "stream end", 0: "", "-1": "file error", "-2": "stream error", "-3": "data error", "-4": "insufficient memory", "-5": "buffer error", "-6": "incompatible version" };
@@ -35692,7 +35702,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35692
35702
  l(_);
35693
35703
  var v = new Array(c);
35694
35704
  l(v);
35695
- var W, j, U, X = new Array(d);
35705
+ var U, W, j, X = new Array(d);
35696
35706
  function O(H, K, lt, ct, tt) {
35697
35707
  this.static_tree = H, this.extra_bits = K, this.extra_base = lt, this.elems = ct, this.max_length = tt, this.has_stree = H && H.length;
35698
35708
  }
@@ -35796,8 +35806,8 @@ https://github.com/nodeca/pako/blob/main/LICENSE
35796
35806
  for (; K <= 279; ) F[2 * K + 1] = 7, K++, _t[7]++;
35797
35807
  for (; K <= 287; ) F[2 * K + 1] = 8, K++, _t[8]++;
35798
35808
  for (At(F, f + 1, _t), K = 0; K < d; K++) R[2 * K + 1] = 5, R[2 * K] = yt(K, 5);
35799
- W = new O(F, L, h + 1, f, b), j = new O(R, $, 0, d, b), U = new O(new Array(0), I, 0, p, x);
35800
- }(), et = !0), H.l_desc = new Y(H.dyn_ltree, W), H.d_desc = new Y(H.dyn_dtree, j), H.bl_desc = new Y(H.bl_tree, U), H.bi_buf = 0, H.bi_valid = 0, Et(H);
35809
+ U = new O(F, L, h + 1, f, b), W = new O(R, $, 0, d, b), j = new O(new Array(0), I, 0, p, x);
35810
+ }(), et = !0), H.l_desc = new Y(H.dyn_ltree, U), H.d_desc = new Y(H.dyn_dtree, W), H.bl_desc = new Y(H.bl_tree, j), H.bi_buf = 0, H.bi_valid = 0, Et(H);
35801
35811
  }, i._tr_stored_block = z, i._tr_flush_block = function(H, K, lt, ct) {
35802
35812
  var tt, dt, _t = 0;
35803
35813
  0 < H.level ? (H.strm.data_type === 2 && (H.strm.data_type = function(ft) {
@@ -37056,6 +37066,17 @@ const q$ = /* @__PURE__ */ oh(W$), m3 = ({ artifacts: t }) => {
37056
37066
  handleSavePrompt: r,
37057
37067
  showSavePromptButton: i
37058
37068
  }) => {
37069
+ var c, h, f, d;
37070
+ console.log("[MessageItem] Rendering message:", {
37071
+ id: t.id,
37072
+ role: t.role,
37073
+ hasContent: !!t.content,
37074
+ hasActions: !!((c = t.actions) != null && c.length),
37075
+ hasArtifacts: !!((h = t.artifacts) != null && h.length),
37076
+ hasCitations: !!((f = t.citations) != null && f.length),
37077
+ hasTodos: !!((d = t.todos) != null && d.length),
37078
+ hasInteraction: !!t.interaction
37079
+ });
37059
37080
  const a = t.role === "assistant", { currentSessionId: s, loadingState: o, urls: l, classNames: u = {} } = qe();
37060
37081
  return /* @__PURE__ */ k.jsxs(Tt, { gap: "sm", direction: "column", children: [
37061
37082
  /* @__PURE__ */ k.jsx(Tt, { gap: "sm", justify: a ? "start" : "end", children: t.attachments && t.attachments.length > 0 && /* @__PURE__ */ k.jsx("div", { id: `message-${t.id}-attachments`, children: /* @__PURE__ */ k.jsx(gH, { attachments: t.attachments }) }) }),
@@ -37509,7 +37530,10 @@ ${i}
37509
37530
  ]
37510
37531
  }
37511
37532
  ) });
37512
- }, SH = ({
37533
+ };
37534
+ console.log("[chatbotV2] Module initializing...");
37535
+ console.log("[chatbotV2] Exports loaded successfully");
37536
+ const SH = ({
37513
37537
  urls: t,
37514
37538
  requestParams: e,
37515
37539
  context: n,
@@ -37595,223 +37619,228 @@ ${i}
37595
37619
  }
37596
37620
  ], AH = (t) => {
37597
37621
  const e = wH.find((n) => n.key === t.taskLabel);
37598
- return e != null && e.formComponent ? /* @__PURE__ */ k.jsx(e.formComponent, { ...t }) : /* @__PURE__ */ k.jsx(m$, { ...t });
37622
+ if (e != null && e.formComponent) {
37623
+ const n = typeof e.formComponent == "function" ? e.formComponent : e.formComponent.default;
37624
+ if (n)
37625
+ return /* @__PURE__ */ k.jsx(n, { ...t });
37626
+ }
37627
+ return /* @__PURE__ */ k.jsx(m$, { ...t });
37599
37628
  };
37600
37629
  export {
37601
- H$ as $,
37602
- m3 as A,
37603
- po as B,
37604
- j$ as C,
37605
- R$ as D,
37606
- Is as E,
37607
- _z as F,
37608
- D$ as G,
37609
- ai as H,
37610
- oH as I,
37611
- o3 as J,
37612
- $p as K,
37613
- lH as L,
37614
- bH as M,
37615
- O$ as N,
37616
- l3 as O,
37617
- M$ as P,
37618
- _H as Q,
37619
- rH as R,
37620
- g3 as S,
37621
- B$ as T,
37622
- Mi as U,
37623
- Tz as V,
37624
- th as W,
37625
- Ez as X,
37626
- P$ as Y,
37627
- F$ as Z,
37628
- $$ as _,
37629
- Bd as a,
37630
- VH as a$,
37631
- u3 as a0,
37632
- C as a1,
37633
- Ie as a2,
37634
- FE as a3,
37635
- $E as a4,
37636
- zE as a5,
37637
- HE as a6,
37638
- oe as a7,
37639
- d6 as a8,
37640
- na as a9,
37641
- Qd as aA,
37642
- sE as aB,
37643
- Vi as aC,
37644
- FH as aD,
37645
- SE as aE,
37646
- ch as aF,
37647
- bl as aG,
37648
- t6 as aH,
37649
- uf as aI,
37650
- ek as aJ,
37651
- eo as aK,
37652
- l6 as aL,
37653
- ms as aM,
37654
- gm as aN,
37655
- DE as aO,
37656
- ps as aP,
37657
- vt as aQ,
37658
- Pt as aR,
37659
- QE as aS,
37660
- ff as aT,
37661
- df as aU,
37662
- GH as aV,
37663
- jH as aW,
37664
- YH as aX,
37665
- qH as aY,
37666
- zH as aZ,
37667
- gh as a_,
37668
- q2 as aa,
37669
- pr as ab,
37670
- Rn as ac,
37671
- ot as ad,
37672
- mm as ae,
37673
- E2 as af,
37674
- UE as ag,
37675
- jE as ah,
37676
- bS as ai,
37677
- gS as aj,
37678
- dv as ak,
37679
- QH as al,
37680
- zn as am,
37681
- PE as an,
37682
- HH as ao,
37683
- $H as ap,
37684
- fz as aq,
37685
- dz as ar,
37686
- $a as as,
37687
- kT as at,
37688
- om as au,
37689
- $h as av,
37690
- Qe as aw,
37691
- u6 as ax,
37692
- qE as ay,
37693
- ck as az,
37694
- Y$ as b,
37695
- v2 as b$,
37696
- UH as b0,
37697
- _i as b1,
37698
- KH as b2,
37699
- XH as b3,
37700
- WH as b4,
37701
- G5 as b5,
37702
- qb as b6,
37703
- cz as b7,
37704
- j2 as b8,
37705
- Re as b9,
37706
- Cs as bA,
37707
- oi as bB,
37708
- QA as bC,
37709
- M2 as bD,
37710
- dl as bE,
37711
- gl as bF,
37712
- Mo as bG,
37713
- P2 as bH,
37714
- O2 as bI,
37715
- AA as bJ,
37716
- T2 as bK,
37717
- Nt as bL,
37718
- ET as bM,
37719
- XA as bN,
37720
- UA as bO,
37721
- Lw as bP,
37722
- Nh as bQ,
37723
- EA as bR,
37724
- JA as bS,
37725
- ys as bT,
37726
- ia as bU,
37727
- Ro as bV,
37728
- OA as bW,
37729
- l4 as bX,
37730
- bs as bY,
37731
- Oo as bZ,
37732
- vA as b_,
37733
- Rr as ba,
37734
- vh as bb,
37735
- yS as bc,
37736
- b1 as bd,
37737
- ci as be,
37738
- Wt as bf,
37739
- tr as bg,
37740
- $v as bh,
37741
- uz as bi,
37742
- hz as bj,
37743
- oz as bk,
37744
- Dt as bl,
37745
- lz as bm,
37746
- _v as bn,
37747
- gv as bo,
37748
- mv as bp,
37749
- KA as bq,
37750
- Uw as br,
37751
- jA as bs,
37752
- Ih as bt,
37753
- c0 as bu,
37754
- E5 as bv,
37755
- ZE as bw,
37756
- PH as bx,
37757
- C5 as by,
37758
- _5 as bz,
37759
- V$ as c,
37760
- Rw as c0,
37761
- Dw as c1,
37762
- Ur as c2,
37763
- Rf as c3,
37764
- Ow as c4,
37765
- Rh as c5,
37766
- Nw as c6,
37767
- Pw as c7,
37768
- aa as c8,
37769
- Nr as c9,
37770
- Af as ca,
37771
- Dh as cb,
37772
- I2 as cc,
37773
- Nc as cd,
37774
- wr as ce,
37775
- u$ as cf,
37776
- b3 as cg,
37777
- y3 as ch,
37778
- Md as ci,
37779
- vz as cj,
37780
- TH as ck,
37781
- _r as cl,
37782
- wH as cm,
37783
- ea as cn,
37784
- NM as co,
37785
- JL as cp,
37786
- tl as cq,
37787
- AH as cr,
37788
- Zn as cs,
37789
- ds as ct,
37790
- a3 as cu,
37791
- g$ as cv,
37792
- ZA as cw,
37793
- ml as cx,
37794
- Z$ as d,
37795
- nH as e,
37796
- iH as f,
37797
- sH as g,
37798
- yH as h,
37799
- dH as i,
37800
- Ns as j,
37801
- kz as k,
37802
- Sz as l,
37803
- d3 as m,
37804
- wz as n,
37805
- hH as o,
37806
- h3 as p,
37807
- Ce as q,
37808
- $u as r,
37809
- Az as s,
37810
- _$ as t,
37811
- qe as u,
37812
- Cz as v,
37813
- L$ as w,
37814
- Fp as x,
37815
- I$ as y,
37816
- N$ as z
37630
+ QE as $,
37631
+ kT as A,
37632
+ om as B,
37633
+ $h as C,
37634
+ Qe as D,
37635
+ u6 as E,
37636
+ qE as F,
37637
+ ck as G,
37638
+ Qd as H,
37639
+ sE as I,
37640
+ gS as J,
37641
+ Vi as K,
37642
+ FH as L,
37643
+ SE as M,
37644
+ ch as N,
37645
+ bl as O,
37646
+ uf as P,
37647
+ ek as Q,
37648
+ eo as R,
37649
+ l6 as S,
37650
+ ms as T,
37651
+ gm as U,
37652
+ DE as V,
37653
+ ps as W,
37654
+ vt as X,
37655
+ Pt as Y,
37656
+ t6 as Z,
37657
+ C as _,
37658
+ Ie as a,
37659
+ JA as a$,
37660
+ ff as a0,
37661
+ df as a1,
37662
+ GH as a2,
37663
+ jH as a3,
37664
+ YH as a4,
37665
+ qH as a5,
37666
+ zH as a6,
37667
+ gh as a7,
37668
+ VH as a8,
37669
+ UH as a9,
37670
+ Uw as aA,
37671
+ jA as aB,
37672
+ Ih as aC,
37673
+ c0 as aD,
37674
+ E5 as aE,
37675
+ ZE as aF,
37676
+ PH as aG,
37677
+ C5 as aH,
37678
+ _5 as aI,
37679
+ Cs as aJ,
37680
+ oi as aK,
37681
+ QA as aL,
37682
+ M2 as aM,
37683
+ dl as aN,
37684
+ gl as aO,
37685
+ Mo as aP,
37686
+ P2 as aQ,
37687
+ O2 as aR,
37688
+ AA as aS,
37689
+ T2 as aT,
37690
+ Nt as aU,
37691
+ ET as aV,
37692
+ XA as aW,
37693
+ UA as aX,
37694
+ Lw as aY,
37695
+ Nh as aZ,
37696
+ EA as a_,
37697
+ _i as aa,
37698
+ KH as ab,
37699
+ XH as ac,
37700
+ WH as ad,
37701
+ G5 as ae,
37702
+ qb as af,
37703
+ cz as ag,
37704
+ j2 as ah,
37705
+ Re as ai,
37706
+ Rr as aj,
37707
+ vh as ak,
37708
+ yS as al,
37709
+ b1 as am,
37710
+ ci as an,
37711
+ Wt as ao,
37712
+ tr as ap,
37713
+ $v as aq,
37714
+ uz as ar,
37715
+ hz as as,
37716
+ oz as at,
37717
+ Dt as au,
37718
+ lz as av,
37719
+ _v as aw,
37720
+ gv as ax,
37721
+ mv as ay,
37722
+ KA as az,
37723
+ zE as b,
37724
+ Az as b$,
37725
+ ys as b0,
37726
+ ia as b1,
37727
+ Ro as b2,
37728
+ OA as b3,
37729
+ l4 as b4,
37730
+ bs as b5,
37731
+ Oo as b6,
37732
+ vA as b7,
37733
+ v2 as b8,
37734
+ Rw as b9,
37735
+ AH as bA,
37736
+ Zn as bB,
37737
+ ds as bC,
37738
+ a3 as bD,
37739
+ g$ as bE,
37740
+ ZA as bF,
37741
+ ml as bG,
37742
+ j$ as bH,
37743
+ Bd as bI,
37744
+ qe as bJ,
37745
+ m3 as bK,
37746
+ Y$ as bL,
37747
+ V$ as bM,
37748
+ Z$ as bN,
37749
+ nH as bO,
37750
+ iH as bP,
37751
+ sH as bQ,
37752
+ oH as bR,
37753
+ lH as bS,
37754
+ bH as bT,
37755
+ yH as bU,
37756
+ _H as bV,
37757
+ rH as bW,
37758
+ g3 as bX,
37759
+ dH as bY,
37760
+ Ns as bZ,
37761
+ h3 as b_,
37762
+ Dw as ba,
37763
+ Ur as bb,
37764
+ Rf as bc,
37765
+ Ow as bd,
37766
+ Rh as be,
37767
+ Nw as bf,
37768
+ Pw as bg,
37769
+ aa as bh,
37770
+ Nr as bi,
37771
+ Af as bj,
37772
+ Dh as bk,
37773
+ I2 as bl,
37774
+ Nc as bm,
37775
+ wr as bn,
37776
+ u$ as bo,
37777
+ b3 as bp,
37778
+ y3 as bq,
37779
+ Md as br,
37780
+ vz as bs,
37781
+ TH as bt,
37782
+ _r as bu,
37783
+ wH as bv,
37784
+ ea as bw,
37785
+ NM as bx,
37786
+ JL as by,
37787
+ tl as bz,
37788
+ HE as c,
37789
+ kz as c0,
37790
+ Sz as c1,
37791
+ d3 as c2,
37792
+ wz as c3,
37793
+ hH as c4,
37794
+ Ce as c5,
37795
+ Is as c6,
37796
+ $u as c7,
37797
+ _$ as c8,
37798
+ Cz as c9,
37799
+ L$ as ca,
37800
+ Fp as cb,
37801
+ I$ as cc,
37802
+ N$ as cd,
37803
+ po as ce,
37804
+ R$ as cf,
37805
+ _z as cg,
37806
+ D$ as ch,
37807
+ ai as ci,
37808
+ o3 as cj,
37809
+ $p as ck,
37810
+ O$ as cl,
37811
+ l3 as cm,
37812
+ M$ as cn,
37813
+ B$ as co,
37814
+ Mi as cp,
37815
+ Tz as cq,
37816
+ th as cr,
37817
+ Ez as cs,
37818
+ P$ as ct,
37819
+ F$ as cu,
37820
+ $$ as cv,
37821
+ H$ as cw,
37822
+ u3 as cx,
37823
+ oe as d,
37824
+ na as e,
37825
+ q2 as f,
37826
+ $E as g,
37827
+ pr as h,
37828
+ Rn as i,
37829
+ mm as j,
37830
+ E2 as k,
37831
+ ot as l,
37832
+ UE as m,
37833
+ jE as n,
37834
+ bS as o,
37835
+ dv as p,
37836
+ QH as q,
37837
+ PE as r,
37838
+ FE as s,
37839
+ HH as t,
37840
+ zn as u,
37841
+ $H as v,
37842
+ d6 as w,
37843
+ fz as x,
37844
+ dz as y,
37845
+ $a as z
37817
37846
  };