@26lights/orcha 0.17.2 → 0.17.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/orcha.es.js CHANGED
@@ -1487,14 +1487,14 @@ function ge(a, e) {
1487
1487
  if (e.length < a)
1488
1488
  throw new TypeError(a + " argument" + (a > 1 ? "s" : "") + " required, but only " + e.length + " present");
1489
1489
  }
1490
- function Pe(a) {
1490
+ function Be(a) {
1491
1491
  ge(1, arguments);
1492
1492
  var e = Object.prototype.toString.call(a);
1493
1493
  return a instanceof Date || Yt(a) === "object" && e === "[object Date]" ? new Date(a.getTime()) : typeof a == "number" || e === "[object Number]" ? new Date(a) : ((typeof a == "string" || e === "[object String]") && typeof console < "u" && (console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"), console.warn(new Error().stack)), /* @__PURE__ */ new Date(NaN));
1494
1494
  }
1495
1495
  function Md(a, e) {
1496
1496
  ge(2, arguments);
1497
- var t = Pe(a).getTime(), s = Ke(e);
1497
+ var t = Be(a).getTime(), s = Ke(e);
1498
1498
  return new Date(t + s);
1499
1499
  }
1500
1500
  var kd = {};
@@ -1512,7 +1512,7 @@ function Td(a) {
1512
1512
  function ma(a) {
1513
1513
  if (ge(1, arguments), !Td(a) && typeof a != "number")
1514
1514
  return !1;
1515
- var e = Pe(a);
1515
+ var e = Be(a);
1516
1516
  return !isNaN(Number(e));
1517
1517
  }
1518
1518
  function Sd(a, e) {
@@ -1523,19 +1523,19 @@ function Sd(a, e) {
1523
1523
  var Ed = 864e5;
1524
1524
  function Id(a) {
1525
1525
  ge(1, arguments);
1526
- var e = Pe(a), t = e.getTime();
1526
+ var e = Be(a), t = e.getTime();
1527
1527
  e.setUTCMonth(0, 1), e.setUTCHours(0, 0, 0, 0);
1528
1528
  var s = e.getTime(), n = t - s;
1529
1529
  return Math.floor(n / Ed) + 1;
1530
1530
  }
1531
1531
  function Kt(a) {
1532
1532
  ge(1, arguments);
1533
- var e = 1, t = Pe(a), s = t.getUTCDay(), n = (s < e ? 7 : 0) + s - e;
1533
+ var e = 1, t = Be(a), s = t.getUTCDay(), n = (s < e ? 7 : 0) + s - e;
1534
1534
  return t.setUTCDate(t.getUTCDate() - n), t.setUTCHours(0, 0, 0, 0), t;
1535
1535
  }
1536
1536
  function Ca(a) {
1537
1537
  ge(1, arguments);
1538
- var e = Pe(a), t = e.getUTCFullYear(), s = /* @__PURE__ */ new Date(0);
1538
+ var e = Be(a), t = e.getUTCFullYear(), s = /* @__PURE__ */ new Date(0);
1539
1539
  s.setUTCFullYear(t + 1, 0, 4), s.setUTCHours(0, 0, 0, 0);
1540
1540
  var n = Kt(s), o = /* @__PURE__ */ new Date(0);
1541
1541
  o.setUTCFullYear(t, 0, 4), o.setUTCHours(0, 0, 0, 0);
@@ -1552,7 +1552,7 @@ function Od(a) {
1552
1552
  var Ld = 6048e5;
1553
1553
  function Vd(a) {
1554
1554
  ge(1, arguments);
1555
- var e = Pe(a), t = Kt(e).getTime() - Od(e).getTime();
1555
+ var e = Be(a), t = Kt(e).getTime() - Od(e).getTime();
1556
1556
  return Math.round(t / Ld) + 1;
1557
1557
  }
1558
1558
  function Gt(a, e) {
@@ -1561,13 +1561,13 @@ function Gt(a, e) {
1561
1561
  var u = n1(), v = Ke((t = (s = (n = (o = e == null ? void 0 : e.weekStartsOn) !== null && o !== void 0 ? o : e == null || (i = e.locale) === null || i === void 0 || (l = i.options) === null || l === void 0 ? void 0 : l.weekStartsOn) !== null && n !== void 0 ? n : u.weekStartsOn) !== null && s !== void 0 ? s : (r = u.locale) === null || r === void 0 || (d = r.options) === null || d === void 0 ? void 0 : d.weekStartsOn) !== null && t !== void 0 ? t : 0);
1562
1562
  if (!(v >= 0 && v <= 6))
1563
1563
  throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");
1564
- var p = Pe(a), C = p.getUTCDay(), w = (C < v ? 7 : 0) + C - v;
1564
+ var p = Be(a), C = p.getUTCDay(), w = (C < v ? 7 : 0) + C - v;
1565
1565
  return p.setUTCDate(p.getUTCDate() - w), p.setUTCHours(0, 0, 0, 0), p;
1566
1566
  }
1567
1567
  function _a(a, e) {
1568
1568
  var t, s, n, o, i, l, r, d;
1569
1569
  ge(1, arguments);
1570
- var u = Pe(a), v = u.getUTCFullYear(), p = n1(), C = Ke((t = (s = (n = (o = e == null ? void 0 : e.firstWeekContainsDate) !== null && o !== void 0 ? o : e == null || (i = e.locale) === null || i === void 0 || (l = i.options) === null || l === void 0 ? void 0 : l.firstWeekContainsDate) !== null && n !== void 0 ? n : p.firstWeekContainsDate) !== null && s !== void 0 ? s : (r = p.locale) === null || r === void 0 || (d = r.options) === null || d === void 0 ? void 0 : d.firstWeekContainsDate) !== null && t !== void 0 ? t : 1);
1570
+ var u = Be(a), v = u.getUTCFullYear(), p = n1(), C = Ke((t = (s = (n = (o = e == null ? void 0 : e.firstWeekContainsDate) !== null && o !== void 0 ? o : e == null || (i = e.locale) === null || i === void 0 || (l = i.options) === null || l === void 0 ? void 0 : l.firstWeekContainsDate) !== null && n !== void 0 ? n : p.firstWeekContainsDate) !== null && s !== void 0 ? s : (r = p.locale) === null || r === void 0 || (d = r.options) === null || d === void 0 ? void 0 : d.firstWeekContainsDate) !== null && t !== void 0 ? t : 1);
1571
1571
  if (!(C >= 1 && C <= 7))
1572
1572
  throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
1573
1573
  var w = /* @__PURE__ */ new Date(0);
@@ -1588,7 +1588,7 @@ function Hd(a, e) {
1588
1588
  var Dd = 6048e5;
1589
1589
  function Pd(a, e) {
1590
1590
  ge(1, arguments);
1591
- var t = Pe(a), s = Gt(t, e).getTime() - Hd(t, e).getTime();
1591
+ var t = Be(a), s = Gt(t, e).getTime() - Hd(t, e).getTime();
1592
1592
  return Math.round(s / Dd) + 1;
1593
1593
  }
1594
1594
  function le(a, e) {
@@ -2709,7 +2709,7 @@ function Bc(a, e, t) {
2709
2709
  throw new RangeError("locale must contain localize property");
2710
2710
  if (!K.formatLong)
2711
2711
  throw new RangeError("locale must contain formatLong property");
2712
- var J = Pe(a);
2712
+ var J = Be(a);
2713
2713
  if (!ma(J))
2714
2714
  throw new RangeError("Invalid time value");
2715
2715
  var de = Ad(J), h = Sd(J, de), O = {
@@ -4515,7 +4515,7 @@ function Ia(a) {
4515
4515
  function je(a) {
4516
4516
  return a instanceof Element || a instanceof we(a).Element;
4517
4517
  }
4518
- function De(a) {
4518
+ function Pe(a) {
4519
4519
  return a instanceof HTMLElement || a instanceof we(a).HTMLElement;
4520
4520
  }
4521
4521
  function sa(a) {
@@ -4539,7 +4539,7 @@ function D1(a) {
4539
4539
  }
4540
4540
  function C3(a) {
4541
4541
  let e = mt(a);
4542
- for (; De(e) && !d1(e); ) {
4542
+ for (; Pe(e) && !d1(e); ) {
4543
4543
  if (D1(e))
4544
4544
  return e;
4545
4545
  e = mt(e);
@@ -4578,7 +4578,7 @@ function mt(a) {
4578
4578
  }
4579
4579
  function Oa(a) {
4580
4580
  const e = mt(a);
4581
- return d1(e) ? a.ownerDocument ? a.ownerDocument.body : a.body : De(e) && Nt(e) ? e : Oa(e);
4581
+ return d1(e) ? a.ownerDocument ? a.ownerDocument.body : a.body : Pe(e) && Nt(e) ? e : Oa(e);
4582
4582
  }
4583
4583
  function Vt(a, e, t) {
4584
4584
  var s;
@@ -4589,7 +4589,7 @@ function Vt(a, e, t) {
4589
4589
  function La(a) {
4590
4590
  const e = Ee(a);
4591
4591
  let t = parseFloat(e.width) || 0, s = parseFloat(e.height) || 0;
4592
- const n = De(a), o = n ? a.offsetWidth : t, i = n ? a.offsetHeight : s, l = xt(t) !== o || xt(s) !== i;
4592
+ const n = Pe(a), o = n ? a.offsetWidth : t, i = n ? a.offsetHeight : s, l = xt(t) !== o || xt(s) !== i;
4593
4593
  return l && (t = o, s = i), {
4594
4594
  width: t,
4595
4595
  height: s,
@@ -4601,7 +4601,7 @@ function B1(a) {
4601
4601
  }
4602
4602
  function vt(a) {
4603
4603
  const e = B1(a);
4604
- if (!De(e))
4604
+ if (!Pe(e))
4605
4605
  return Ge(1);
4606
4606
  const t = e.getBoundingClientRect(), {
4607
4607
  width: s,
@@ -4653,7 +4653,7 @@ function b3(a) {
4653
4653
  offsetParent: t,
4654
4654
  strategy: s
4655
4655
  } = a;
4656
- const n = De(t), o = Ze(t);
4656
+ const n = Pe(t), o = Ze(t);
4657
4657
  if (t === o)
4658
4658
  return e;
4659
4659
  let i = {
@@ -4661,7 +4661,7 @@ function b3(a) {
4661
4661
  scrollTop: 0
4662
4662
  }, l = Ge(1);
4663
4663
  const r = Ge(0);
4664
- if ((n || !n && s !== "fixed") && ((xe(t) !== "body" || Nt(o)) && (i = c1(t)), De(t))) {
4664
+ if ((n || !n && s !== "fixed") && ((xe(t) !== "body" || Nt(o)) && (i = c1(t)), Pe(t))) {
4665
4665
  const d = tt(t);
4666
4666
  l = vt(t), r.x = d.x + t.clientLeft, r.y = d.y + t.clientTop;
4667
4667
  }
@@ -4705,7 +4705,7 @@ function $3(a, e) {
4705
4705
  };
4706
4706
  }
4707
4707
  function M3(a, e) {
4708
- const t = tt(a, !0, e === "fixed"), s = t.top + a.clientTop, n = t.left + a.clientLeft, o = De(a) ? vt(a) : Ge(1), i = a.clientWidth * o.x, l = a.clientHeight * o.y, r = n * o.x, d = s * o.y;
4708
+ const t = tt(a, !0, e === "fixed"), s = t.top + a.clientTop, n = t.left + a.clientLeft, o = Pe(a) ? vt(a) : Ge(1), i = a.clientWidth * o.x, l = a.clientHeight * o.y, r = n * o.x, d = s * o.y;
4709
4709
  return {
4710
4710
  width: i,
4711
4711
  height: l,
@@ -4770,7 +4770,7 @@ function T3(a) {
4770
4770
  return La(a);
4771
4771
  }
4772
4772
  function S3(a, e, t) {
4773
- const s = De(e), n = Ze(e), o = t === "fixed", i = tt(a, !0, o, e);
4773
+ const s = Pe(e), n = Ze(e), o = t === "fixed", i = tt(a, !0, o, e);
4774
4774
  let l = {
4775
4775
  scrollLeft: 0,
4776
4776
  scrollTop: 0
@@ -4790,11 +4790,11 @@ function S3(a, e, t) {
4790
4790
  };
4791
4791
  }
4792
4792
  function oa(a, e) {
4793
- return !De(a) || Ee(a).position === "fixed" ? null : e ? e(a) : a.offsetParent;
4793
+ return !Pe(a) || Ee(a).position === "fixed" ? null : e ? e(a) : a.offsetParent;
4794
4794
  }
4795
4795
  function Pa(a, e) {
4796
4796
  const t = we(a);
4797
- if (!De(a))
4797
+ if (!Pe(a))
4798
4798
  return t;
4799
4799
  let s = oa(a, e);
4800
4800
  for (; s && m3(s) && Ee(s).position === "static"; )
@@ -5179,7 +5179,7 @@ function Z3(a, e, t) {
5179
5179
  return [];
5180
5180
  }
5181
5181
  }), Ga = y(() => $.value || Le.value), rt = (_) => {
5182
- switch (typeof _ != "object" && (_ = Ne(_)), n.value) {
5182
+ switch (typeof _ != "object" && (_ = Re(_)), n.value) {
5183
5183
  case "single":
5184
5184
  Me(_);
5185
5185
  break;
@@ -5190,7 +5190,7 @@ function Z3(a, e, t) {
5190
5190
  }
5191
5191
  e.emit("select", q1(_), _, ie);
5192
5192
  }, ut = (_) => {
5193
- switch (typeof _ != "object" && (_ = Ne(_)), n.value) {
5193
+ switch (typeof _ != "object" && (_ = Re(_)), n.value) {
5194
5194
  case "single":
5195
5195
  W1();
5196
5196
  break;
@@ -5210,7 +5210,7 @@ function Z3(a, e, t) {
5210
5210
  z1(_);
5211
5211
  }, W1 = () => {
5212
5212
  e.emit("clear", ie), Me(Ka.value);
5213
- }, Be = (_) => {
5213
+ }, Ne = (_) => {
5214
5214
  if (_.group !== void 0)
5215
5215
  return n.value === "single" ? !1 : tn(_[oe.value]) && _[oe.value].length;
5216
5216
  switch (n.value) {
@@ -5222,7 +5222,7 @@ function Z3(a, e, t) {
5222
5222
  }
5223
5223
  }, h1 = (_) => _[se.value] === !0, m1 = () => J === void 0 || J.value === -1 || !p1.value && J.value > 0 ? !1 : B.value.length >= J.value, Xa = (_) => {
5224
5224
  if (!h1(_)) {
5225
- if (Z && Z.value && !Be(_) && _.__CREATE__ && (_ = { ..._ }, delete _.__CREATE__, _ = Z.value(_, ie), _ instanceof Promise)) {
5225
+ if (Z && Z.value && !Ne(_) && _.__CREATE__ && (_ = { ..._ }, delete _.__CREATE__, _ = Z.value(_, ie), _ instanceof Promise)) {
5226
5226
  Le.value = !0, _.then((H) => {
5227
5227
  Le.value = !1, Y1(H);
5228
5228
  });
@@ -5233,14 +5233,14 @@ function Z3(a, e, t) {
5233
5233
  }, Y1 = (_) => {
5234
5234
  switch (_.__CREATE__ && (_ = { ..._ }, delete _.__CREATE__), n.value) {
5235
5235
  case "single":
5236
- if (_ && Be(_)) {
5236
+ if (_ && Ne(_)) {
5237
5237
  E.value && ut(_), O.value && (it(), ot());
5238
5238
  return;
5239
5239
  }
5240
5240
  _ && C1(_), W.value && pe(), h.value && (it(), ot()), _ && rt(_);
5241
5241
  break;
5242
5242
  case "multiple":
5243
- if (_ && Be(_)) {
5243
+ if (_ && Ne(_)) {
5244
5244
  ut(_), O.value && (it(), ot());
5245
5245
  return;
5246
5246
  }
@@ -5251,7 +5251,7 @@ function Z3(a, e, t) {
5251
5251
  _ && (C1(_), rt(_)), W.value && pe(), l.value && it(), h.value && ot();
5252
5252
  break;
5253
5253
  case "tags":
5254
- if (_ && Be(_)) {
5254
+ if (_ && Ne(_)) {
5255
5255
  ut(_), O.value && (it(), ot());
5256
5256
  return;
5257
5257
  }
@@ -5276,12 +5276,12 @@ function Z3(a, e, t) {
5276
5276
  h.value && ja();
5277
5277
  }
5278
5278
  }, C1 = (_) => {
5279
- Ne(_[D.value]) === void 0 && j1.value && (e.emit("tag", _[D.value], ie), e.emit("option", _[D.value], ie), e.emit("create", _[D.value], ie), Fa.value && sn(_), pe());
5279
+ Re(_[D.value]) === void 0 && j1.value && (e.emit("tag", _[D.value], ie), e.emit("option", _[D.value], ie), e.emit("create", _[D.value], ie), Fa.value && sn(_), pe());
5280
5280
  }, Ja = () => {
5281
- n.value !== "single" && rt(bt.value.filter((_) => !_.disabled && !Be(_)));
5282
- }, en = (_) => _.find((H) => !Be(H) && !H[se.value]) === void 0, tn = (_) => _.find((H) => !Be(H)) === void 0, Ne = (_) => qe.value[qe.value.map((H) => String(H[D.value])).indexOf(String(_))], an = (_, H = !0) => qe.value.map((ne) => parseInt(ne[Ve.value]) == ne[Ve.value] ? parseInt(ne[Ve.value]) : ne[Ve.value]).indexOf(
5281
+ n.value !== "single" && rt(bt.value.filter((_) => !_.disabled && !Ne(_)));
5282
+ }, en = (_) => _.find((H) => !Ne(H) && !H[se.value]) === void 0, tn = (_) => _.find((H) => !Ne(H)) === void 0, Re = (_) => qe.value[qe.value.map((H) => String(H[D.value])).indexOf(String(_))], an = (_, H = !0) => qe.value.map((ne) => parseInt(ne[Ve.value]) == ne[Ve.value] ? parseInt(ne[Ve.value]) : ne[Ve.value]).indexOf(
5283
5283
  parseInt(_) == _ ? parseInt(_) : _
5284
- ), nn = (_) => ["tags", "multiple"].indexOf(n.value) !== -1 && l.value && Be(_), sn = (_) => {
5284
+ ), nn = (_) => ["tags", "multiple"].indexOf(n.value) !== -1 && l.value && Ne(_), sn = (_) => {
5285
5285
  gt.value.push(_);
5286
5286
  }, on = (_) => I.value ? _.filter(
5287
5287
  (H) => N.value ? H.__VISIBLE__.length : H[oe.value].length
@@ -5314,14 +5314,14 @@ function Z3(a, e, t) {
5314
5314
  })), b1 = () => {
5315
5315
  if (p1.value)
5316
5316
  if (n.value === "single") {
5317
- let _ = Ne(B.value[D.value]);
5317
+ let _ = Re(B.value[D.value]);
5318
5318
  if (_ !== void 0) {
5319
5319
  let H = _[u.value];
5320
5320
  B.value[u.value] = H, w.value && (S.value[u.value] = H);
5321
5321
  }
5322
5322
  } else
5323
5323
  B.value.forEach((_, H) => {
5324
- let ne = Ne(B.value[H][D.value]);
5324
+ let ne = Re(B.value[H][D.value]);
5325
5325
  if (ne !== void 0) {
5326
5326
  let he = ne[u.value];
5327
5327
  B.value[H][u.value] = he, w.value && (S.value[H][u.value] = he);
@@ -5329,11 +5329,11 @@ function Z3(a, e, t) {
5329
5329
  });
5330
5330
  }, ln = (_) => {
5331
5331
  jt(_);
5332
- }, Zt = (_) => He(_) ? n.value === "single" ? {} : [] : w.value ? _ : n.value === "single" ? Ne(_) || (K.value ? {
5332
+ }, Zt = (_) => He(_) ? n.value === "single" ? {} : [] : w.value ? _ : n.value === "single" ? Re(_) || (K.value ? {
5333
5333
  [u.value]: _,
5334
5334
  [D.value]: _,
5335
5335
  [Ve.value]: _
5336
- } : {}) : _.filter((H) => !!Ne(H) || K.value).map((H) => Ne(H) || {
5336
+ } : {}) : _.filter((H) => !!Re(H) || K.value).map((H) => Re(H) || {
5337
5337
  [u.value]: H,
5338
5338
  [D.value]: H,
5339
5339
  [Ve.value]: H
@@ -5393,10 +5393,10 @@ function Z3(a, e, t) {
5393
5393
  remove: z1,
5394
5394
  selectAll: Ja,
5395
5395
  clear: W1,
5396
- isSelected: Be,
5396
+ isSelected: Ne,
5397
5397
  isDisabled: h1,
5398
5398
  isMax: m1,
5399
- getOption: Ne,
5399
+ getOption: Re,
5400
5400
  handleOptionClick: Xa,
5401
5401
  handleGroupClick: Qa,
5402
5402
  handleTagRemove: xa,
@@ -8477,7 +8477,7 @@ const h9 = { class: "ao-project-phase" }, m9 = {
8477
8477
  "closed-status": v.closedStatus,
8478
8478
  class: "ao-project-phase__milestone",
8479
8479
  onClick: (w) => v.$router.push({
8480
- name: F(Re).milestone,
8480
+ name: F(De).milestone,
8481
8481
  params: { phaseId: v.phase.id, milestoneId: C.id }
8482
8482
  }),
8483
8483
  onUpdateMilestone: l,
@@ -8748,7 +8748,7 @@ const Ba = /* @__PURE__ */ P(V9, [["render", D9], ["__scopeId", "data-v-8f286655
8748
8748
  "right-label": E.$t("project.switch.feed"),
8749
8749
  "left-label": E.$t("project.switch.overview"),
8750
8750
  "onUpdate:isLeft": J[0] || (J[0] = (h) => {
8751
- h || E.$router.push({ name: F(Re).feed });
8751
+ h || E.$router.push({ name: F(De).feed });
8752
8752
  })
8753
8753
  }, null, 8, ["right-label", "left-label"]),
8754
8754
  E.isEditable ? (c(), R(fe, {
@@ -8782,7 +8782,7 @@ const Ba = /* @__PURE__ */ P(V9, [["render", D9], ["__scopeId", "data-v-8f286655
8782
8782
  "project-name": E.project.name,
8783
8783
  users: E.users,
8784
8784
  "is-editable": E.isEditable,
8785
- onClose: J[2] || (J[2] = (h) => E.$router.push({ name: F(Re).project })),
8785
+ onClose: J[2] || (J[2] = (h) => E.$router.push({ name: F(De).project })),
8786
8786
  onAddActivity: v,
8787
8787
  onUpdateActivity: p,
8788
8788
  onArchiveActivity: C
@@ -9083,7 +9083,7 @@ const s4 = { class: "ao-project-milestone" }, i4 = { class: "ao-project-mileston
9083
9083
  "is-editable": p.isEditable,
9084
9084
  "is-private": $.private,
9085
9085
  onClick: (U) => p.$router.push({
9086
- name: F(Re).activity,
9086
+ name: F(De).activity,
9087
9087
  params: { milestoneId: p.milestoneId, activityId: $.id }
9088
9088
  }),
9089
9089
  onUpdateActivity: u,
@@ -9697,7 +9697,7 @@ const P4 = { class: "ao-feed" }, B4 = { class: "ao-feed__filters" }, N4 = { clas
9697
9697
  "right-label": M.$t("project.switch.feed"),
9698
9698
  "left-label": M.$t("project.switch.overview"),
9699
9699
  "onUpdate:isLeft": Y[0] || (Y[0] = (B) => {
9700
- B && M.$router.push({ name: F(Re).project });
9700
+ B && M.$router.push({ name: F(De).project });
9701
9701
  })
9702
9702
  }, null, 8, ["right-label", "left-label"])) : k("", !0),
9703
9703
  T(L4, {
@@ -9894,7 +9894,7 @@ const St = {
9894
9894
  }
9895
9895
  ]
9896
9896
  }
9897
- ], Re = {
9897
+ ], De = {
9898
9898
  project: "AoProject",
9899
9899
  feed: "AoProjectFeed",
9900
9900
  milestone: "AoMilestone",
@@ -9903,22 +9903,23 @@ const St = {
9903
9903
  {
9904
9904
  path: a,
9905
9905
  ...e,
9906
+ redirect: { name: De.project },
9906
9907
  children: [
9907
9908
  {
9908
9909
  path: "",
9909
- name: Re.project,
9910
+ name: De.project,
9910
9911
  component: N9,
9911
9912
  props: !0,
9912
9913
  children: [
9913
9914
  {
9914
9915
  path: ":phaseId/:milestoneId",
9915
- name: Re.milestone,
9916
+ name: De.milestone,
9916
9917
  component: ra,
9917
9918
  props: !0
9918
9919
  },
9919
9920
  {
9920
9921
  path: ":phaseId/:milestoneId/:activityId",
9921
- name: Re.activity,
9922
+ name: De.activity,
9922
9923
  props: { default: !0, modal: !0 },
9923
9924
  components: {
9924
9925
  default: ra,
@@ -9929,7 +9930,7 @@ const St = {
9929
9930
  },
9930
9931
  {
9931
9932
  path: "feed",
9932
- name: Re.feed,
9933
+ name: De.feed,
9933
9934
  component: G4,
9934
9935
  props: !0
9935
9936
  }
@@ -10032,7 +10033,7 @@ export {
10032
10033
  o8 as getTemplateRoutes,
10033
10034
  i8 as listUpdateTypes,
10034
10035
  k1 as milestoneStatus,
10035
- Re as projectOverviewRoutes,
10036
+ De as projectOverviewRoutes,
10036
10037
  bd as ruleComparators,
10037
10038
  wd as ruleDurationUnits,
10038
10039
  yd as ruleTriggerTypes,