@26lights/orcha 0.41.141 → 0.41.143

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
@@ -1160,7 +1160,7 @@ const Ps = {
1160
1160
  SOLID: "solid",
1161
1161
  OUTLINE: "outline",
1162
1162
  SOLID_ICON: "solid_icon"
1163
- }, pe = /* @__PURE__ */ X({
1163
+ }, de = /* @__PURE__ */ X({
1164
1164
  __name: "AoIcon",
1165
1165
  props: {
1166
1166
  name: {},
@@ -1176,7 +1176,7 @@ const Ps = {
1176
1176
  const B2 = ["type"], j2 = {
1177
1177
  key: 0,
1178
1178
  class: "ao-button__label"
1179
- }, le = /* @__PURE__ */ X({
1179
+ }, re = /* @__PURE__ */ X({
1180
1180
  __name: "AoButton",
1181
1181
  props: {
1182
1182
  label: { default: () => "" },
@@ -1208,7 +1208,7 @@ const B2 = ["type"], j2 = {
1208
1208
  ne(s.$slots, "default", {}, () => [
1209
1209
  s.label ? (p(), C("span", j2, z(s.label), 1)) : E("", !0)
1210
1210
  ]),
1211
- n.value ? (p(), B(pe, {
1211
+ n.value ? (p(), B(de, {
1212
1212
  key: 0,
1213
1213
  name: n.value,
1214
1214
  class: "ao-button__icon",
@@ -1351,14 +1351,14 @@ const R2 = {
1351
1351
  }, {
1352
1352
  default: q(() => [
1353
1353
  n.isDraggable ? (p(), C("div", R2, [
1354
- A(pe, {
1354
+ A(de, {
1355
1355
  name: "DragIndicator",
1356
1356
  class: "ao-card-horiz__drag-handle"
1357
1357
  })
1358
1358
  ])) : E("", !0),
1359
1359
  f("div", N2, [
1360
1360
  n.icon ? (p(), C("div", U2, [
1361
- A(pe, {
1361
+ A(de, {
1362
1362
  class: "ao-card-horiz__icon",
1363
1363
  name: n.icon,
1364
1364
  size: "xl"
@@ -1426,7 +1426,7 @@ const ra = /* @__PURE__ */ X({
1426
1426
  }), {
1427
1427
  default: q(() => [
1428
1428
  Tn(z(s.label) + " ", 1),
1429
- s.variant === W(V2).SOLID_ICON && s.iconName ? (p(), B(pe, {
1429
+ s.variant === W(V2).SOLID_ICON && s.iconName ? (p(), B(de, {
1430
1430
  key: 0,
1431
1431
  name: s.iconName,
1432
1432
  class: "ao-tag__icon",
@@ -1440,7 +1440,7 @@ const ra = /* @__PURE__ */ X({
1440
1440
  class: "ao-tag__close",
1441
1441
  onClick: o[1] || (o[1] = (i) => s.$emit("close", i))
1442
1442
  }, [
1443
- A(pe, {
1443
+ A(de, {
1444
1444
  name: "CloseRounded",
1445
1445
  size: "sm",
1446
1446
  class: "ao-tag__close-icon"
@@ -1628,7 +1628,7 @@ function d0(t, e) {
1628
1628
  var a = Se(t), n = Na(a, e).getTime() - u0(a, e).getTime();
1629
1629
  return Math.round(n / c0) + 1;
1630
1630
  }
1631
- function de(t, e) {
1631
+ function pe(t, e) {
1632
1632
  for (var a = t < 0 ? "-" : "", n = Math.abs(t).toString(); n.length < e; )
1633
1633
  n = "0" + n;
1634
1634
  return a + n;
@@ -1637,16 +1637,16 @@ var p0 = {
1637
1637
  // Year
1638
1638
  y: function(e, a) {
1639
1639
  var n = e.getUTCFullYear(), s = n > 0 ? n : 1 - n;
1640
- return de(a === "yy" ? s % 100 : s, a.length);
1640
+ return pe(a === "yy" ? s % 100 : s, a.length);
1641
1641
  },
1642
1642
  // Month
1643
1643
  M: function(e, a) {
1644
1644
  var n = e.getUTCMonth();
1645
- return a === "M" ? String(n + 1) : de(n + 1, 2);
1645
+ return a === "M" ? String(n + 1) : pe(n + 1, 2);
1646
1646
  },
1647
1647
  // Day of the month
1648
1648
  d: function(e, a) {
1649
- return de(e.getUTCDate(), a.length);
1649
+ return pe(e.getUTCDate(), a.length);
1650
1650
  },
1651
1651
  // AM or PM
1652
1652
  a: function(e, a) {
@@ -1666,24 +1666,24 @@ var p0 = {
1666
1666
  },
1667
1667
  // Hour [1-12]
1668
1668
  h: function(e, a) {
1669
- return de(e.getUTCHours() % 12 || 12, a.length);
1669
+ return pe(e.getUTCHours() % 12 || 12, a.length);
1670
1670
  },
1671
1671
  // Hour [0-23]
1672
1672
  H: function(e, a) {
1673
- return de(e.getUTCHours(), a.length);
1673
+ return pe(e.getUTCHours(), a.length);
1674
1674
  },
1675
1675
  // Minute
1676
1676
  m: function(e, a) {
1677
- return de(e.getUTCMinutes(), a.length);
1677
+ return pe(e.getUTCMinutes(), a.length);
1678
1678
  },
1679
1679
  // Second
1680
1680
  s: function(e, a) {
1681
- return de(e.getUTCSeconds(), a.length);
1681
+ return pe(e.getUTCSeconds(), a.length);
1682
1682
  },
1683
1683
  // Fraction of second
1684
1684
  S: function(e, a) {
1685
1685
  var n = a.length, s = e.getUTCMilliseconds(), o = Math.floor(s * Math.pow(10, n - 3));
1686
- return de(o, a.length);
1686
+ return pe(o, a.length);
1687
1687
  }
1688
1688
  };
1689
1689
  const rt = p0;
@@ -1733,16 +1733,16 @@ var jt = {
1733
1733
  var o = Ns(e, s), i = o > 0 ? o : 1 - o;
1734
1734
  if (a === "YY") {
1735
1735
  var l = i % 100;
1736
- return de(l, 2);
1736
+ return pe(l, 2);
1737
1737
  }
1738
1738
  return a === "Yo" ? n.ordinalNumber(i, {
1739
1739
  unit: "year"
1740
- }) : de(i, a.length);
1740
+ }) : pe(i, a.length);
1741
1741
  },
1742
1742
  // ISO week-numbering year
1743
1743
  R: function(e, a) {
1744
1744
  var n = Rs(e);
1745
- return de(n, a.length);
1745
+ return pe(n, a.length);
1746
1746
  },
1747
1747
  // Extended year. This is a single number designating the year of this calendar system.
1748
1748
  // The main difference between `y` and `u` localizers are B.C. years:
@@ -1755,7 +1755,7 @@ var jt = {
1755
1755
  // while `uu` pads single digit years to 2 characters and returns other years unchanged.
1756
1756
  u: function(e, a) {
1757
1757
  var n = e.getUTCFullYear();
1758
- return de(n, a.length);
1758
+ return pe(n, a.length);
1759
1759
  },
1760
1760
  // Quarter
1761
1761
  Q: function(e, a, n) {
@@ -1764,7 +1764,7 @@ var jt = {
1764
1764
  case "Q":
1765
1765
  return String(s);
1766
1766
  case "QQ":
1767
- return de(s, 2);
1767
+ return pe(s, 2);
1768
1768
  case "Qo":
1769
1769
  return n.ordinalNumber(s, {
1770
1770
  unit: "quarter"
@@ -1794,7 +1794,7 @@ var jt = {
1794
1794
  case "q":
1795
1795
  return String(s);
1796
1796
  case "qq":
1797
- return de(s, 2);
1797
+ return pe(s, 2);
1798
1798
  case "qo":
1799
1799
  return n.ordinalNumber(s, {
1800
1800
  unit: "quarter"
@@ -1853,7 +1853,7 @@ var jt = {
1853
1853
  case "L":
1854
1854
  return String(s + 1);
1855
1855
  case "LL":
1856
- return de(s + 1, 2);
1856
+ return pe(s + 1, 2);
1857
1857
  case "Lo":
1858
1858
  return n.ordinalNumber(s + 1, {
1859
1859
  unit: "month"
@@ -1881,14 +1881,14 @@ var jt = {
1881
1881
  var o = d0(e, s);
1882
1882
  return a === "wo" ? n.ordinalNumber(o, {
1883
1883
  unit: "week"
1884
- }) : de(o, a.length);
1884
+ }) : pe(o, a.length);
1885
1885
  },
1886
1886
  // ISO week of year
1887
1887
  I: function(e, a, n) {
1888
1888
  var s = r0(e);
1889
1889
  return a === "Io" ? n.ordinalNumber(s, {
1890
1890
  unit: "week"
1891
- }) : de(s, a.length);
1891
+ }) : pe(s, a.length);
1892
1892
  },
1893
1893
  // Day of the month
1894
1894
  d: function(e, a, n) {
@@ -1901,7 +1901,7 @@ var jt = {
1901
1901
  var s = i0(e);
1902
1902
  return a === "Do" ? n.ordinalNumber(s, {
1903
1903
  unit: "dayOfYear"
1904
- }) : de(s, a.length);
1904
+ }) : pe(s, a.length);
1905
1905
  },
1906
1906
  // Day of week
1907
1907
  E: function(e, a, n) {
@@ -1939,7 +1939,7 @@ var jt = {
1939
1939
  case "e":
1940
1940
  return String(i);
1941
1941
  case "ee":
1942
- return de(i, 2);
1942
+ return pe(i, 2);
1943
1943
  case "eo":
1944
1944
  return n.ordinalNumber(i, {
1945
1945
  unit: "day"
@@ -1974,7 +1974,7 @@ var jt = {
1974
1974
  case "c":
1975
1975
  return String(i);
1976
1976
  case "cc":
1977
- return de(i, a.length);
1977
+ return pe(i, a.length);
1978
1978
  case "co":
1979
1979
  return n.ordinalNumber(i, {
1980
1980
  unit: "day"
@@ -2009,7 +2009,7 @@ var jt = {
2009
2009
  case "i":
2010
2010
  return String(o);
2011
2011
  case "ii":
2012
- return de(o, a.length);
2012
+ return pe(o, a.length);
2013
2013
  case "io":
2014
2014
  return n.ordinalNumber(o, {
2015
2015
  unit: "day"
@@ -2138,14 +2138,14 @@ var jt = {
2138
2138
  var s = e.getUTCHours() % 12;
2139
2139
  return a === "Ko" ? n.ordinalNumber(s, {
2140
2140
  unit: "hour"
2141
- }) : de(s, a.length);
2141
+ }) : pe(s, a.length);
2142
2142
  },
2143
2143
  // Hour [1-24]
2144
2144
  k: function(e, a, n) {
2145
2145
  var s = e.getUTCHours();
2146
2146
  return s === 0 && (s = 24), a === "ko" ? n.ordinalNumber(s, {
2147
2147
  unit: "hour"
2148
- }) : de(s, a.length);
2148
+ }) : pe(s, a.length);
2149
2149
  },
2150
2150
  // Minute
2151
2151
  m: function(e, a, n) {
@@ -2224,12 +2224,12 @@ var jt = {
2224
2224
  // Seconds timestamp
2225
2225
  t: function(e, a, n, s) {
2226
2226
  var o = s._originalDate || e, i = Math.floor(o.getTime() / 1e3);
2227
- return de(i, a.length);
2227
+ return pe(i, a.length);
2228
2228
  },
2229
2229
  // Milliseconds timestamp
2230
2230
  T: function(e, a, n, s) {
2231
2231
  var o = s._originalDate || e, i = o.getTime();
2232
- return de(i, a.length);
2232
+ return pe(i, a.length);
2233
2233
  }
2234
2234
  };
2235
2235
  function vs(t, e) {
@@ -2237,17 +2237,17 @@ function vs(t, e) {
2237
2237
  if (o === 0)
2238
2238
  return a + String(s);
2239
2239
  var i = e || "";
2240
- return a + String(s) + i + de(o, 2);
2240
+ return a + String(s) + i + pe(o, 2);
2241
2241
  }
2242
2242
  function fs(t, e) {
2243
2243
  if (t % 60 === 0) {
2244
2244
  var a = t > 0 ? "-" : "+";
2245
- return a + de(Math.abs(t) / 60, 2);
2245
+ return a + pe(Math.abs(t) / 60, 2);
2246
2246
  }
2247
2247
  return St(t, e);
2248
2248
  }
2249
2249
  function St(t, e) {
2250
- var a = e || "", n = t > 0 ? "-" : "+", s = Math.abs(t), o = de(Math.floor(s / 60), 2), i = de(s % 60, 2);
2250
+ var a = e || "", n = t > 0 ? "-" : "+", s = Math.abs(t), o = pe(Math.floor(s / 60), 2), i = pe(s % 60, 2);
2251
2251
  return n + o + a + i;
2252
2252
  }
2253
2253
  const f0 = v0;
@@ -2754,7 +2754,7 @@ function Zs(t, e, a) {
2754
2754
  weekStartsOn: G,
2755
2755
  locale: D,
2756
2756
  _originalDate: te
2757
- }, re = I.match(l3).map(function(ie) {
2757
+ }, le = I.match(l3).map(function(ie) {
2758
2758
  var ae = ie[0];
2759
2759
  if (ae === "p" || ae === "P") {
2760
2760
  var P = g0[ae];
@@ -2774,7 +2774,7 @@ function Zs(t, e, a) {
2774
2774
  throw new RangeError("Format string contains an unescaped latin alphabet character `" + ae + "`");
2775
2775
  return ie;
2776
2776
  }).join("");
2777
- return re;
2777
+ return le;
2778
2778
  }
2779
2779
  function d3(t) {
2780
2780
  var e = t.match(r3);
@@ -3834,7 +3834,7 @@ const Z3 = ["title"], W3 = {
3834
3834
  className: "ao-avatar__image",
3835
3835
  src: i.avatarUrl
3836
3836
  }, null, 8, z3)) : E("", !0),
3837
- i.isClosable ? (p(), B(le, {
3837
+ i.isClosable ? (p(), B(re, {
3838
3838
  key: 2,
3839
3839
  "icon-name": "CloseRounded",
3840
3840
  class: "ao-avatar__close",
@@ -3884,14 +3884,14 @@ const q3 = { class: "ao-card-template__subitems" }, Y3 = { class: "ao-card-templ
3884
3884
  subtitle: q(() => [
3885
3885
  f("ul", q3, [
3886
3886
  f("li", Y3, [
3887
- A(pe, {
3887
+ A(de, {
3888
3888
  name: "MountainFlagOutlineRounded",
3889
3889
  size: "sm"
3890
3890
  }),
3891
3891
  f("span", x3, z(l.milestones), 1)
3892
3892
  ]),
3893
3893
  f("li", K3, [
3894
- A(pe, {
3894
+ A(de, {
3895
3895
  name: "TaskOutlineRounded",
3896
3896
  size: "sm"
3897
3897
  }),
@@ -3903,7 +3903,7 @@ const q3 = { class: "ao-card-template__subitems" }, Y3 = { class: "ao-card-templ
3903
3903
  f("div", X3, [
3904
3904
  f("div", Q3, [
3905
3905
  f("div", J3, [
3906
- A(pe, {
3906
+ A(de, {
3907
3907
  name: "WaterfallChartRounded",
3908
3908
  size: "sm"
3909
3909
  }),
@@ -3928,7 +3928,7 @@ const q3 = { class: "ao-card-template__subitems" }, Y3 = { class: "ao-card-templ
3928
3928
  ]),
3929
3929
  secondary: q(() => [
3930
3930
  f("div", d5, [
3931
- A(le, {
3931
+ A(re, {
3932
3932
  "icon-name": "DeleteOutlineRounded",
3933
3933
  variant: "ghost",
3934
3934
  size: "md",
@@ -3978,7 +3978,7 @@ const v5 = { class: "ao-page-header" }, f5 = { class: "ao-page-header-main" }, h
3978
3978
  setup(t) {
3979
3979
  return (e, a) => (p(), C("header", v5, [
3980
3980
  f("div", f5, [
3981
- e.canGoBack ? (p(), B(le, {
3981
+ e.canGoBack ? (p(), B(re, {
3982
3982
  key: 0,
3983
3983
  "icon-name": "ArrowBackRounded",
3984
3984
  variant: "ghost",
@@ -4021,7 +4021,7 @@ const m5 = ["type"], g5 = {
4021
4021
  ne(s.$slots, "default", {}, () => [
4022
4022
  s.label ? (p(), C("span", g5, z(s.label), 1)) : E("", !0)
4023
4023
  ]),
4024
- n.value ? (p(), B(pe, {
4024
+ n.value ? (p(), B(de, {
4025
4025
  key: 0,
4026
4026
  name: n.value,
4027
4027
  class: "ao-button-card__icon",
@@ -4058,7 +4058,7 @@ const C5 = { class: "ao-card-template-item__footer" }, _5 = {
4058
4058
  f("ul", C5, [
4059
4059
  (p(), C(fe, null, Ce(n, (u) => (p(), C(fe, { key: u }, [
4060
4060
  i.$props[u] ? (p(), C("li", _5, [
4061
- A(pe, {
4061
+ A(de, {
4062
4062
  name: s[u],
4063
4063
  size: "sm"
4064
4064
  }, null, 8, ["name"]),
@@ -4069,7 +4069,7 @@ const C5 = { class: "ao-card-template-item__footer" }, _5 = {
4069
4069
  ]),
4070
4070
  secondary: q(() => [
4071
4071
  f("div", b5, [
4072
- A(le, {
4072
+ A(re, {
4073
4073
  "icon-name": "DeleteOutlineRounded",
4074
4074
  variant: "ghost",
4075
4075
  size: "md",
@@ -4301,7 +4301,7 @@ const w5 = /* @__PURE__ */ X({
4301
4301
  f("div", O5, [
4302
4302
  e.$slots.header ? (p(), C("div", E5, [
4303
4303
  f("div", I5, [
4304
- A(le, {
4304
+ A(re, {
4305
4305
  "icon-name": "CloseRounded",
4306
4306
  variant: "ghost",
4307
4307
  color: "primary",
@@ -4618,23 +4618,23 @@ const z5 = function(t) {
4618
4618
  placement: Q
4619
4619
  }
4620
4620
  };
4621
- let re = (te = R.filter((ie) => ie.overflows[0] <= 0).sort((ie, ae) => ie.overflows[1] - ae.overflows[1])[0]) == null ? void 0 : te.placement;
4622
- if (!re)
4621
+ let le = (te = R.filter((ie) => ie.overflows[0] <= 0).sort((ie, ae) => ie.overflows[1] - ae.overflows[1])[0]) == null ? void 0 : te.placement;
4622
+ if (!le)
4623
4623
  switch (d) {
4624
4624
  case "bestFit": {
4625
4625
  var se;
4626
4626
  const ie = (se = R.map((ae) => [ae.placement, ae.overflows.filter((P) => P > 0).reduce((P, T) => P + T, 0)]).sort((ae, P) => ae[1] - P[1])[0]) == null ? void 0 : se[0];
4627
- ie && (re = ie);
4627
+ ie && (le = ie);
4628
4628
  break;
4629
4629
  }
4630
4630
  case "initialPlacement":
4631
- re = l;
4631
+ le = l;
4632
4632
  break;
4633
4633
  }
4634
- if (s !== re)
4634
+ if (s !== le)
4635
4635
  return {
4636
4636
  reset: {
4637
- placement: re
4637
+ placement: le
4638
4638
  }
4639
4639
  };
4640
4640
  }
@@ -5284,7 +5284,7 @@ function _7(t, e, a) {
5284
5284
  strict: se,
5285
5285
  closeOnSelect: N,
5286
5286
  closeOnDeselect: Q,
5287
- groups: re,
5287
+ groups: le,
5288
5288
  reverse: ie,
5289
5289
  infinite: ae,
5290
5290
  groupOptions: P,
@@ -5295,7 +5295,7 @@ function _7(t, e, a) {
5295
5295
  searchStart: k,
5296
5296
  searchFilter: H
5297
5297
  } = Ie(t), J = Pt().proxy, K = a.iv, V = a.ev, Z = a.search, he = a.clearSearch, $e = a.update, Gt = a.pointer, Xt = a.setPointer, st = a.clearPointer, $a = a.focus, rn = a.deactivate, it = a.close, ka = a.localize, ot = x([]), Ze = x([]), Le = x(!1), Re = x(null), xe = x(ae.value && i.value === -1 ? 10 : i.value), Qt = M(() => u.value || c.value || !1), Sa = M(() => h.value !== void 0 ? h.value : v.value !== void 0 ? v.value : !0), Pe = M(() => {
5298
- if (re.value) {
5298
+ if (le.value) {
5299
5299
  let S = bt.value || /* istanbul ignore next */
5300
5300
  [], U = [];
5301
5301
  return S.forEach((ue) => {
@@ -5315,7 +5315,7 @@ function _7(t, e, a) {
5315
5315
  let S = Jt.value;
5316
5316
  return xe.value > 0 && (S = S.slice(0, xe.value)), S;
5317
5317
  }), bt = M(() => {
5318
- if (!re.value)
5318
+ if (!le.value)
5319
5319
  return [];
5320
5320
  let S = [], U = Ze.value || /* istanbul ignore next */
5321
5321
  [];
@@ -5332,7 +5332,7 @@ function _7(t, e, a) {
5332
5332
  __CREATE__: !0
5333
5333
  }].concat(S)), S;
5334
5334
  }), un = M(() => {
5335
- if (!re.value)
5335
+ if (!le.value)
5336
5336
  return [];
5337
5337
  let S = Ma.value;
5338
5338
  return Pi((S || /* istanbul ignore next */
@@ -5354,7 +5354,7 @@ function _7(t, e, a) {
5354
5354
  case "tags":
5355
5355
  return !We(K.value) && K.value.length > 0;
5356
5356
  }
5357
- }), _i = M(() => d !== void 0 && d.value !== void 0 ? d.value(K.value, J) : K.value && K.value.length > 1 ? `${K.value.length} options selected` : "1 option selected"), yi = M(() => !Pe.value.length && !Le.value && !Dt.value.length), bi = M(() => Pe.value.length > 0 && lt.value.length == 0 && (Z.value && re.value || !re.value)), Dt = M(() => Qt.value === !1 || !Z.value ? [] : Ei(Z.value) !== -1 ? [] : [{
5357
+ }), _i = M(() => d !== void 0 && d.value !== void 0 ? d.value(K.value, J) : K.value && K.value.length > 1 ? `${K.value.length} options selected` : "1 option selected"), yi = M(() => !Pe.value.length && !Le.value && !Dt.value.length), bi = M(() => Pe.value.length > 0 && lt.value.length == 0 && (Z.value && le.value || !le.value)), Dt = M(() => Qt.value === !1 || !Z.value ? [] : Ei(Z.value) !== -1 ? [] : [{
5358
5358
  [O.value]: Z.value,
5359
5359
  [wt.value[0]]: Z.value,
5360
5360
  [r.value]: Z.value,
@@ -5615,7 +5615,7 @@ function y7(t, e, a) {
5615
5615
  }), N = M(() => {
5616
5616
  let V = D.value.map((Z) => Z.label).indexOf(G.value ? $.value[i.value] : J($.value)[i.value]) + 1;
5617
5617
  return D.value.length <= V && (V = 0), D.value[V];
5618
- }), Q = M(() => [...D.value].slice(-1)[0]), re = M(() => $.value.__VISIBLE__.filter((V) => !V[r.value])[0]), ie = M(() => {
5618
+ }), Q = M(() => [...D.value].slice(-1)[0]), le = M(() => $.value.__VISIBLE__.filter((V) => !V[r.value])[0]), ie = M(() => {
5619
5619
  const V = te.value.__VISIBLE__.filter((Z) => !Z[r.value]);
5620
5620
  return V[V.map((Z) => Z[n.value]).indexOf($.value[n.value]) - 1];
5621
5621
  }), ae = M(() => {
@@ -5629,7 +5629,7 @@ function y7(t, e, a) {
5629
5629
  if ($.value === null)
5630
5630
  _((l.value && R.value ? D.value[0].__CREATE__ ? O.value[0] : D.value[0] : O.value[0]) || null);
5631
5631
  else if (l.value && R.value) {
5632
- let V = G.value ? re.value : ae.value;
5632
+ let V = G.value ? le.value : ae.value;
5633
5633
  V === void 0 && (V = N.value, V.__CREATE__ && (V = V[h.value][0])), _(V || /* istanbul ignore next */
5634
5634
  null);
5635
5635
  } else {
@@ -6056,8 +6056,8 @@ function Yn(t, e) {
6056
6056
  if (v === ia && se) {
6057
6057
  var N = se[s];
6058
6058
  Object.keys(te).forEach(function(Q) {
6059
- var re = [mt, Ye].indexOf(Q) >= 0 ? 1 : -1, ie = [Ue, Ye].indexOf(Q) >= 0 ? "y" : "x";
6060
- te[Q] += N[ie] * re;
6059
+ var le = [mt, Ye].indexOf(Q) >= 0 ? 1 : -1, ie = [Ue, Ye].indexOf(Q) >= 0 ? "y" : "x";
6060
+ te[Q] += N[ie] * le;
6061
6061
  });
6062
6062
  }
6063
6063
  return te;
@@ -6371,10 +6371,10 @@ function fp(t) {
6371
6371
  };
6372
6372
  if (O) {
6373
6373
  if (o) {
6374
- var Q, re = y === "y" ? Ue : Xe, ie = y === "y" ? Ye : mt, ae = y === "y" ? "height" : "width", P = O[y], T = P + g[re], F = P - g[ie], L = d ? -R[ae] / 2 : 0, j = _ === Yt ? D[ae] : R[ae], k = _ === Yt ? -R[ae] : -D[ae], H = e.elements.arrow, J = d && H ? ui(H) : {
6374
+ var Q, le = y === "y" ? Ue : Xe, ie = y === "y" ? Ye : mt, ae = y === "y" ? "height" : "width", P = O[y], T = P + g[le], F = P - g[ie], L = d ? -R[ae] / 2 : 0, j = _ === Yt ? D[ae] : R[ae], k = _ === Yt ? -R[ae] : -D[ae], H = e.elements.arrow, J = d && H ? ui(H) : {
6375
6375
  width: 0,
6376
6376
  height: 0
6377
- }, K = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : fi(), V = K[re], Z = K[ie], he = Ha(0, D[ae], J[ae]), $e = b ? D[ae] / 2 - L - he - V - te.mainAxis : j - he - V - te.mainAxis, Gt = b ? -D[ae] / 2 + L + he + Z + te.mainAxis : k + he + Z + te.mainAxis, Xt = e.elements.arrow && nn(e.elements.arrow), st = Xt ? y === "y" ? Xt.clientTop || 0 : Xt.clientLeft || 0 : 0, $a = (Q = se == null ? void 0 : se[y]) != null ? Q : 0, rn = P + $e - $a - st, it = P + Gt - $a, ka = Ha(d ? Wa(T, rn) : T, P, d ? Mt(F, it) : F);
6377
+ }, K = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : fi(), V = K[le], Z = K[ie], he = Ha(0, D[ae], J[ae]), $e = b ? D[ae] / 2 - L - he - V - te.mainAxis : j - he - V - te.mainAxis, Gt = b ? -D[ae] / 2 + L + he + Z + te.mainAxis : k + he + Z + te.mainAxis, Xt = e.elements.arrow && nn(e.elements.arrow), st = Xt ? y === "y" ? Xt.clientTop || 0 : Xt.clientLeft || 0 : 0, $a = (Q = se == null ? void 0 : se[y]) != null ? Q : 0, rn = P + $e - $a - st, it = P + Gt - $a, ka = Ha(d ? Wa(T, rn) : T, P, d ? Mt(F, it) : F);
6378
6378
  O[y] = ka, N[y] = ka - P;
6379
6379
  }
6380
6380
  if (l) {
@@ -6449,13 +6449,13 @@ function yp(t) {
6449
6449
  allowedAutoPlacements: w
6450
6450
  }) : K);
6451
6451
  }, []), I = e.rects.reference, O = e.rects.popper, D = /* @__PURE__ */ new Map(), R = !0, G = y[0], te = 0; te < y.length; te++) {
6452
- var se = y[te], N = pt(se), Q = xt(se) === Yt, re = [Ue, Ye].indexOf(N) >= 0, ie = re ? "width" : "height", ae = Yn(e, {
6452
+ var se = y[te], N = pt(se), Q = xt(se) === Yt, le = [Ue, Ye].indexOf(N) >= 0, ie = le ? "width" : "height", ae = Yn(e, {
6453
6453
  placement: se,
6454
6454
  boundary: r,
6455
6455
  rootBoundary: h,
6456
6456
  altBoundary: v,
6457
6457
  padding: c
6458
- }), P = re ? Q ? mt : Xe : Q ? Ye : Ue;
6458
+ }), P = le ? Q ? mt : Xe : Q ? Ye : Ue;
6459
6459
  I[ie] > O[ie] && (P = Va(P));
6460
6460
  var T = Va(P), F = [];
6461
6461
  if (o && F.push(ae[N] <= 0), l && F.push(ae[P] <= 0, ae[T] <= 0), F.every(function(J) {
@@ -6620,8 +6620,8 @@ function kp(t, e, a) {
6620
6620
  createTag: h,
6621
6621
  createOption: v,
6622
6622
  reverse: d
6623
- } = Ie(t), m = Pt().proxy, w = a.iv, g = a.update, $ = a.deselect, _ = a.search, b = a.setPointer, y = a.selectPointer, I = a.backwardPointer, O = a.forwardPointer, D = a.multiselect, R = a.wrapper, G = a.tags, te = a.isOpen, se = a.open, N = a.blur, Q = a.fo, re = M(() => h.value || v.value || !1), ie = M(() => s.value !== void 0 ? s.value : r.value !== void 0 ? r.value : ["enter"]), ae = () => {
6624
- n.value === "tags" && !l.value && re.value && i.value && !c.value && b(Q.value[Q.value.map((F) => F[u.value]).indexOf(_.value)]);
6623
+ } = Ie(t), m = Pt().proxy, w = a.iv, g = a.update, $ = a.deselect, _ = a.search, b = a.setPointer, y = a.selectPointer, I = a.backwardPointer, O = a.forwardPointer, D = a.multiselect, R = a.wrapper, G = a.tags, te = a.isOpen, se = a.open, N = a.blur, Q = a.fo, le = M(() => h.value || v.value || !1), ie = M(() => s.value !== void 0 ? s.value : r.value !== void 0 ? r.value : ["enter"]), ae = () => {
6624
+ n.value === "tags" && !l.value && le.value && i.value && !c.value && b(Q.value[Q.value.map((F) => F[u.value]).indexOf(_.value)]);
6625
6625
  };
6626
6626
  return {
6627
6627
  handleKeydown: (F) => {
@@ -6641,25 +6641,25 @@ function kp(t, e, a) {
6641
6641
  g([...w.value].filter((H, J) => J !== j)), j === L.length - 1 && (L.length - 1 ? L[L.length - 2].focus() : i.value ? G.value.querySelector("input").focus() : R.value.focus());
6642
6642
  return;
6643
6643
  }
6644
- if (ie.value.indexOf("enter") === -1 && re.value)
6644
+ if (ie.value.indexOf("enter") === -1 && le.value)
6645
6645
  return;
6646
6646
  ae(), y();
6647
6647
  break;
6648
6648
  case " ":
6649
- if (!re.value && !i.value) {
6649
+ if (!le.value && !i.value) {
6650
6650
  F.preventDefault(), ae(), y();
6651
6651
  return;
6652
6652
  }
6653
- if (!re.value)
6653
+ if (!le.value)
6654
6654
  return !1;
6655
- if (ie.value.indexOf("space") === -1 && re.value)
6655
+ if (ie.value.indexOf("space") === -1 && le.value)
6656
6656
  return;
6657
6657
  F.preventDefault(), ae(), y();
6658
6658
  break;
6659
6659
  case "Tab":
6660
6660
  case ";":
6661
6661
  case ",":
6662
- if (ie.value.indexOf(F.key.toLowerCase()) === -1 || !re.value)
6662
+ if (ie.value.indexOf(F.key.toLowerCase()) === -1 || !le.value)
6663
6663
  return;
6664
6664
  ae(), y(), F.preventDefault();
6665
6665
  break;
@@ -7913,7 +7913,7 @@ const ev = { class: "ao-tasks" }, tv = { class: "ao-tasks__list" }, av = ["id",
7913
7913
  key: d.id,
7914
7914
  class: "ao-subtask"
7915
7915
  }, [
7916
- ((m = h.isCheckable) == null ? void 0 : m.call(h, d)) ?? !1 ? (p(), B(le, {
7916
+ ((m = h.isCheckable) == null ? void 0 : m.call(h, d)) ?? !1 ? (p(), B(re, {
7917
7917
  key: 0,
7918
7918
  class: "ao-subtask__check",
7919
7919
  "icon-name": d.isDone ? "CheckBoxOutlineRounded" : "CheckBoxOutlineBlank",
@@ -7956,7 +7956,7 @@ const ev = { class: "ao-tasks" }, tv = { class: "ao-tasks__list" }, av = ["id",
7956
7956
  ]),
7957
7957
  _: 2
7958
7958
  }, 1032, ["value", "options", "placeholder", "disabled", "caret", "onChange"])) : E("", !0),
7959
- h.isEditable ? (p(), B(le, {
7959
+ h.isEditable ? (p(), B(re, {
7960
7960
  key: 2,
7961
7961
  class: "ao-subtask__delete",
7962
7962
  "icon-name": "CancelRounded",
@@ -7969,7 +7969,7 @@ const ev = { class: "ao-tasks" }, tv = { class: "ao-tasks__list" }, av = ["id",
7969
7969
  }), 128))
7970
7970
  ]),
7971
7971
  f("div", nv, [
7972
- h.isEditable ? (p(), B(le, {
7972
+ h.isEditable ? (p(), B(re, {
7973
7973
  key: 0,
7974
7974
  label: h.$t("activity.tasks.add"),
7975
7975
  "icon-name": "Add",
@@ -8052,14 +8052,14 @@ const iv = ["onDrop", "onDragenter", "onDragover", "onDragleave"], ov = { class:
8052
8052
  target: "_blank",
8053
8053
  rel: "noopener noreferrer"
8054
8054
  }, [
8055
- A(pe, {
8055
+ A(de, {
8056
8056
  class: "ao-file__icon",
8057
8057
  name: "AttachFileRounded",
8058
8058
  size: "sm"
8059
8059
  }),
8060
8060
  f("span", uv, z(v.name), 1)
8061
8061
  ], 8, rv),
8062
- r.isEditable ? (p(), B(le, {
8062
+ r.isEditable ? (p(), B(re, {
8063
8063
  key: 0,
8064
8064
  class: "ao-files__delete-button",
8065
8065
  "icon-name": "DeleteOutlineRounded",
@@ -8073,7 +8073,7 @@ const iv = ["onDrop", "onDragenter", "onDragover", "onDragleave"], ov = { class:
8073
8073
  r.isEditable ? (p(), C("li", cv, [
8074
8074
  f("label", dv, [
8075
8075
  f("div", pv, [
8076
- A(pe, {
8076
+ A(de, {
8077
8077
  name: "Add",
8078
8078
  size: "sm"
8079
8079
  }),
@@ -8198,14 +8198,14 @@ const gv = { class: "ao-comment" }, Cv = { class: "ao-comment__created-at" }, _v
8198
8198
  ]),
8199
8199
  I.isEditable ? (p(), C("div", kv, [
8200
8200
  W(i) ? (p(), C(fe, { key: 0 }, [
8201
- A(le, {
8201
+ A(re, {
8202
8202
  "icon-name": "CloseRounded",
8203
8203
  size: "sm",
8204
8204
  variant: "ghost",
8205
8205
  color: "neutral",
8206
8206
  onClick: W(h)
8207
8207
  }, null, 8, ["onClick"]),
8208
- A(le, {
8208
+ A(re, {
8209
8209
  "icon-name": "CheckSmallRounded",
8210
8210
  size: "sm",
8211
8211
  variant: "solid",
@@ -8214,14 +8214,14 @@ const gv = { class: "ao-comment" }, Cv = { class: "ao-comment__created-at" }, _v
8214
8214
  onClick: W(v)
8215
8215
  }, null, 8, ["onClick"])
8216
8216
  ], 64)) : (p(), C(fe, { key: 1 }, [
8217
- A(le, {
8217
+ A(re, {
8218
8218
  label: I.$t("activity.comment.delete"),
8219
8219
  size: "sm",
8220
8220
  variant: "ghost",
8221
8221
  color: "neutral",
8222
8222
  onClick: d
8223
8223
  }, null, 8, ["label"]),
8224
- A(le, {
8224
+ A(re, {
8225
8225
  label: I.$t("activity.comment.edit"),
8226
8226
  size: "sm",
8227
8227
  variant: "ghost",
@@ -8308,7 +8308,7 @@ const Mv = { class: "ao-comments__header" }, Av = ["onSubmit"], Tv = ["placehold
8308
8308
  ]
8309
8309
  ]),
8310
8310
  f("div", Ov, [
8311
- A(le, {
8311
+ A(re, {
8312
8312
  type: "submit",
8313
8313
  "icon-name": "SendRounded",
8314
8314
  color: "primary",
@@ -8358,7 +8358,7 @@ const Mn = /* @__PURE__ */ X({
8358
8358
  const a = t, n = () => {
8359
8359
  e("update:modelValue", !a.modelValue);
8360
8360
  };
8361
- return (s, o) => (p(), B(le, {
8361
+ return (s, o) => (p(), B(re, {
8362
8362
  color: s.modelValue ? s.color : W(Pn).NEUTRAL,
8363
8363
  "icon-position": "start",
8364
8364
  onClick: o[0] || (o[0] = () => n())
@@ -8576,7 +8576,7 @@ const Mn = /* @__PURE__ */ X({
8576
8576
  id: a.activity.id,
8577
8577
  projectId: k
8578
8578
  });
8579
- }, re = (k) => {
8579
+ }, le = (k) => {
8580
8580
  a.activity && e("update:activity", {
8581
8581
  id: a.activity.id,
8582
8582
  milestoneId: k
@@ -8659,7 +8659,7 @@ const Mn = /* @__PURE__ */ X({
8659
8659
  searchable: !0,
8660
8660
  disabled: !n.value,
8661
8661
  caret: n.value,
8662
- onChange: re
8662
+ onChange: le
8663
8663
  }, null, 8, ["options", "value", "disabled", "caret"])
8664
8664
  ])) : E("", !0)
8665
8665
  ]),
@@ -8727,7 +8727,7 @@ const Mn = /* @__PURE__ */ X({
8727
8727
  ]),
8728
8728
  f("fieldset", tf, [
8729
8729
  f("div", af, [
8730
- A(pe, { name: "SelectCheckBox" }),
8730
+ A(de, { name: "SelectCheckBox" }),
8731
8731
  A(be, {
8732
8732
  level: 4,
8733
8733
  title: k.$t("activity.tasks.title")
@@ -8750,7 +8750,7 @@ const Mn = /* @__PURE__ */ X({
8750
8750
  ]),
8751
8751
  k.isTemplate !== !0 && k.userId ? (p(), C("div", sf, [
8752
8752
  f("div", of, [
8753
- A(pe, { name: "ChatOutline" }),
8753
+ A(de, { name: "ChatOutline" }),
8754
8754
  A(be, {
8755
8755
  level: 4,
8756
8756
  title: k.$t("activity.comments.title")
@@ -8769,7 +8769,7 @@ const Mn = /* @__PURE__ */ X({
8769
8769
  ]),
8770
8770
  f("div", lf, [
8771
8771
  f("div", rf, [
8772
- A(pe, {
8772
+ A(de, {
8773
8773
  name: "CloseRounded",
8774
8774
  onClick: H[2] || (H[2] = (Z) => k.$emit("close"))
8775
8775
  })
@@ -8793,7 +8793,7 @@ const Mn = /* @__PURE__ */ X({
8793
8793
  f("div", vf, [
8794
8794
  f("div", ff, [
8795
8795
  f("span", hf, z(k.$t("activity.assignee.label")), 1),
8796
- A(le, {
8796
+ A(re, {
8797
8797
  label: k.$t("activity.assignee.toMe"),
8798
8798
  type: "button",
8799
8799
  color: "primary",
@@ -8899,7 +8899,7 @@ const Mn = /* @__PURE__ */ X({
8899
8899
  ])) : E("", !0),
8900
8900
  f("fieldset", Mf, [
8901
8901
  f("div", Af, [
8902
- A(pe, { name: "FlowsheetOutlineRounded" }),
8902
+ A(de, { name: "FlowsheetOutlineRounded" }),
8903
8903
  A(be, {
8904
8904
  level: 4,
8905
8905
  title: k.$t("activity.dependencies.title")
@@ -9070,7 +9070,7 @@ const Bf = /* @__PURE__ */ X({
9070
9070
  "onUpdate:modelValue": _[5] || (_[5] = (b) => w.value = b),
9071
9071
  options: g.value
9072
9072
  }, null, 8, ["modelValue", "options"]),
9073
- A(le, {
9073
+ A(re, {
9074
9074
  class: "ao-rule-line__remove",
9075
9075
  "icon-name": "CloseRounded",
9076
9076
  variant: "ghost",
@@ -9364,7 +9364,7 @@ const Uf = {
9364
9364
  templateId: a.templateId,
9365
9365
  data: P
9366
9366
  });
9367
- }, re = (P) => {
9367
+ }, le = (P) => {
9368
9368
  !i.value || !l.value || !r.value || e("removeItem", {
9369
9369
  itemType: me.TASKS,
9370
9370
  activityId: r.value.id,
@@ -9490,7 +9490,7 @@ const Uf = {
9490
9490
  onClose: P.$router.back,
9491
9491
  onAddSubtask: N,
9492
9492
  onUpdateSubtask: Q,
9493
- onDeleteSubtask: re,
9493
+ onDeleteSubtask: le,
9494
9494
  onAddFiles: ie,
9495
9495
  onRemoveFile: ae
9496
9496
  }, {
@@ -10662,7 +10662,7 @@ const wh = { class: "ao-card-project-phase__header" }, $h = { class: "ao-card-pr
10662
10662
  f("div", Sh, [
10663
10663
  l.value ? (p(), C("div", Mh, [
10664
10664
  f("div", Ah, [
10665
- A(pe, {
10665
+ A(de, {
10666
10666
  name: "MountainFlagOutlineRounded",
10667
10667
  size: "sm"
10668
10668
  }),
@@ -10703,7 +10703,7 @@ const wh = { class: "ao-card-project-phase__header" }, $h = { class: "ao-card-pr
10703
10703
  name: "header",
10704
10704
  fn: q(() => [
10705
10705
  f("div", wh, [
10706
- A(le, {
10706
+ A(re, {
10707
10707
  class: "ao-card-project-phase__archive",
10708
10708
  color: "primary",
10709
10709
  variant: "ghost",
@@ -10820,7 +10820,7 @@ const Ph = { class: "ao-card-project-milestone__default" }, Dh = { class: "ao-ti
10820
10820
  ])
10821
10821
  ]),
10822
10822
  !r.readonly && r.isEditable ? (p(), C("div", Bh, [
10823
- A(le, {
10823
+ A(re, {
10824
10824
  color: "primary",
10825
10825
  variant: "ghost",
10826
10826
  "icon-name": "ArchiveOutlineRounded",
@@ -10839,7 +10839,7 @@ const Ph = { class: "ao-card-project-milestone__default" }, Dh = { class: "ao-ti
10839
10839
  f("div", Rh, [
10840
10840
  i.value ? (p(), C(fe, { key: 0 }, [
10841
10841
  f("div", Nh, [
10842
- A(pe, {
10842
+ A(de, {
10843
10843
  name: "SelectCheckBox",
10844
10844
  size: "sm"
10845
10845
  }),
@@ -10859,7 +10859,7 @@ const Ph = { class: "ao-card-project-milestone__default" }, Dh = { class: "ao-ti
10859
10859
  ]),
10860
10860
  footer: q(() => [
10861
10861
  f("div", Zh, [
10862
- r.important ? (p(), B(pe, {
10862
+ r.important ? (p(), B(de, {
10863
10863
  key: 0,
10864
10864
  name: "FlagRounded",
10865
10865
  class: ee(
@@ -10976,7 +10976,7 @@ const xh = { class: "ao-mapping-card-project-phase__header" }, Kh = { class: "ao
10976
10976
  f("div", Xh, [
10977
10977
  l.value ? (p(), C("div", Qh, [
10978
10978
  f("div", Jh, [
10979
- A(pe, {
10979
+ A(de, {
10980
10980
  name: "MountainFlagOutlineRounded",
10981
10981
  size: "sm"
10982
10982
  }),
@@ -11017,7 +11017,7 @@ const xh = { class: "ao-mapping-card-project-phase__header" }, Kh = { class: "ao
11017
11017
  name: "header",
11018
11018
  fn: q(() => [
11019
11019
  f("div", xh, [
11020
- A(le, {
11020
+ A(re, {
11021
11021
  class: "ao-mapping-card-project-phase__archive",
11022
11022
  color: "primary",
11023
11023
  variant: "ghost",
@@ -11118,7 +11118,7 @@ const s9 = { class: "ao-project-phase" }, i9 = {
11118
11118
  style: Fe($.value)
11119
11119
  }, [
11120
11120
  _.isEditable ? (p(), C("div", i9, [
11121
- A(pe, {
11121
+ A(de, {
11122
11122
  name: "DragIndicator",
11123
11123
  class: "ao-project-phase__drag-handle"
11124
11124
  })
@@ -11340,7 +11340,7 @@ const m9 = ["onSubmit"], g9 = { class: "ao-add-template-modal__form-body" }, C9
11340
11340
  ])
11341
11341
  ]),
11342
11342
  f("footer", _9, [
11343
- A(le, {
11343
+ A(re, {
11344
11344
  label: l.$t("project.template.apply.label"),
11345
11345
  type: "submit",
11346
11346
  color: "primary",
@@ -11412,7 +11412,7 @@ const y9 = ["onSubmit"], b9 = { class: "ao-save-template-modal__form-body" }, w9
11412
11412
  ])
11413
11413
  ]),
11414
11414
  f("footer", O9, [
11415
- A(le, {
11415
+ A(re, {
11416
11416
  label: i.$t("project.template.save.label"),
11417
11417
  type: "submit",
11418
11418
  color: "primary",
@@ -11523,7 +11523,7 @@ const ss = /* @__PURE__ */ Y(E9, [["render", P9], ["__scopeId", "data-v-ff4e3297
11523
11523
  e("removeComment", T);
11524
11524
  }, se = x(!1), N = x(!1), Q = (T, F) => {
11525
11525
  e("applyTemplate", { templateId: T, projectId: F }), se.value = !1;
11526
- }, re = (T, F) => {
11526
+ }, le = (T, F) => {
11527
11527
  var k;
11528
11528
  const L = (k = a.templates) == null ? void 0 : k.at(-1), j = L ? we.LexoRank.parse(L.rank).genNext() : we.LexoRank.middle();
11529
11529
  e("saveTemplate", { templateName: T, rank: j.format(), phaseIds: F }), N.value = !1;
@@ -11546,7 +11546,7 @@ const ss = /* @__PURE__ */ Y(E9, [["render", P9], ["__scopeId", "data-v-ff4e3297
11546
11546
  modelValue: ae.value,
11547
11547
  "onUpdate:modelValue": F[0] || (F[0] = (j) => ae.value = j)
11548
11548
  }, null, 8, ["modelValue"]),
11549
- A(le, {
11549
+ A(re, {
11550
11550
  class: "ao-feed__show-archived",
11551
11551
  size: "sm",
11552
11552
  "icon-name": T.showsArchived ? "CheckBoxOutlineRounded" : "CheckBoxOutlineBlank",
@@ -11560,14 +11560,14 @@ const ss = /* @__PURE__ */ Y(E9, [["render", P9], ["__scopeId", "data-v-ff4e3297
11560
11560
  }, null, 8, ["icon-name", "label", "aria-checked"])
11561
11561
  ]),
11562
11562
  secondary: q(() => [
11563
- T.isEditable === !0 ? (p(), B(le, {
11563
+ T.isEditable === !0 ? (p(), B(re, {
11564
11564
  key: 0,
11565
11565
  class: "ao-project-overview__save-as-template",
11566
11566
  color: "primary",
11567
11567
  label: T.$t("project.template.save.label"),
11568
11568
  onClick: F[2] || (F[2] = (j) => N.value = !0)
11569
11569
  }, null, 8, ["label"])) : E("", !0),
11570
- T.isEditable === !0 ? (p(), B(le, {
11570
+ T.isEditable === !0 ? (p(), B(re, {
11571
11571
  key: 1,
11572
11572
  class: "ao-project-overview__add-template",
11573
11573
  color: "primary",
@@ -11653,7 +11653,7 @@ const ss = /* @__PURE__ */ Y(E9, [["render", P9], ["__scopeId", "data-v-ff4e3297
11653
11653
  key: 0,
11654
11654
  phases: T.phases,
11655
11655
  onClose: F[5] || (F[5] = (j) => N.value = !1),
11656
- onSave: re
11656
+ onSave: le
11657
11657
  }, null, 8, ["phases"])) : E("", !0),
11658
11658
  se.value ? (p(), B(mi, {
11659
11659
  key: 1,
@@ -11696,10 +11696,10 @@ const B9 = { class: "ao-card-feed__header" }, j9 = {
11696
11696
  }, Q9 = { class: "ao-card-feed__subitem" }, J9 = {
11697
11697
  key: 1,
11698
11698
  class: "ao-card-feed__subitem"
11699
- }, em = { class: "ao-card-feed__subitem" }, tm = { class: "ao-card-feed__footer-row" }, am = {
11699
+ }, em = { class: "ao-card-feed__subitem" }, tm = { class: "ao-card-feed__timer-wrapper" }, am = { class: "ao-card-feed__footer-row" }, nm = {
11700
11700
  key: 0,
11701
11701
  class: "ao-card-feed__progress-wrapper"
11702
- }, nm = { class: "ao-card-feed__subitem" }, sm = { class: "ao-card-feed__subitem" }, im = { class: "ao-card-feed__footer-row ao-card-feed__footer-row--timer" }, Ci = /* @__PURE__ */ X({
11702
+ }, sm = { class: "ao-card-feed__subitem" }, im = { class: "ao-card-feed__subitem" }, Ci = /* @__PURE__ */ X({
11703
11703
  __name: "AoCardFeed",
11704
11704
  props: {
11705
11705
  id: {},
@@ -11761,19 +11761,19 @@ const B9 = { class: "ao-card-feed__header" }, j9 = {
11761
11761
  "raw-color": s.value
11762
11762
  }, null, 8, ["label", "color", "raw-color"])) : E("", !0),
11763
11763
  m.isPrivate || m.important || m.isClosed ? (p(), C("div", j9, [
11764
- m.isPrivate ? (p(), B(pe, {
11764
+ m.isPrivate ? (p(), B(de, {
11765
11765
  key: 0,
11766
11766
  name: "Lock",
11767
11767
  class: "ao-card-feed__warning",
11768
11768
  size: "sm"
11769
11769
  })) : E("", !0),
11770
- m.important ? (p(), B(pe, {
11770
+ m.important ? (p(), B(de, {
11771
11771
  key: 1,
11772
11772
  name: "FlagRounded",
11773
11773
  class: "ao-card-feed__important",
11774
11774
  size: "sm"
11775
11775
  })) : E("", !0),
11776
- m.isClosed ? (p(), B(pe, {
11776
+ m.isClosed ? (p(), B(de, {
11777
11777
  key: 2,
11778
11778
  name: "CheckSmallRounded",
11779
11779
  class: "ao-card-feed__closed"
@@ -11822,47 +11822,43 @@ const B9 = { class: "ao-card-feed__header" }, j9 = {
11822
11822
  ]),
11823
11823
  m.comments || m.attachments ? (p(), C("ul", G9, [
11824
11824
  m.comments ? (p(), C("li", X9, [
11825
- A(pe, {
11825
+ A(de, {
11826
11826
  name: "ChatOutline",
11827
11827
  size: "sm"
11828
11828
  }),
11829
11829
  f("span", Q9, z(m.comments), 1)
11830
11830
  ])) : E("", !0),
11831
11831
  m.attachments ? (p(), C("li", J9, [
11832
- A(pe, {
11832
+ A(de, {
11833
11833
  name: "AttachFileRounded",
11834
11834
  size: "sm"
11835
11835
  }),
11836
11836
  f("span", em, z(m.attachments), 1)
11837
11837
  ])) : E("", !0)
11838
- ])) : E("", !0)
11838
+ ])) : E("", !0),
11839
+ f("div", tm, [
11840
+ A(de, {
11841
+ name: "PlayArrowRounded",
11842
+ class: "ao-card-feed__timer",
11843
+ size: "md",
11844
+ onClick: ve(r, ["stop"])
11845
+ }, null, 8, ["onClick"])
11846
+ ])
11839
11847
  ]),
11840
- f("div", tm, [
11841
- m.tasks && m.tasks.length ? (p(), C("div", am, [
11842
- f("div", nm, [
11843
- A(pe, {
11848
+ f("div", am, [
11849
+ m.tasks && m.tasks.length ? (p(), C("div", nm, [
11850
+ f("div", sm, [
11851
+ A(de, {
11844
11852
  name: "SelectCheckBox",
11845
11853
  size: "sm"
11846
11854
  }),
11847
- f("span", sm, z(v.value) + " / " + z(h.value), 1)
11855
+ f("span", im, z(v.value) + " / " + z(h.value), 1)
11848
11856
  ]),
11849
11857
  A(ln, {
11850
11858
  percentages: d.value,
11851
11859
  class: "ao-card-feed__progress"
11852
11860
  }, null, 8, ["percentages"])
11853
11861
  ])) : E("", !0)
11854
- ]),
11855
- f("div", im, [
11856
- A(le, {
11857
- color: "primary",
11858
- variant: "ghost",
11859
- "icon-name": "TimerOutline",
11860
- size: "md",
11861
- "icon-position": "start",
11862
- corners: "round",
11863
- label: m.$t("feed.activity.timer"),
11864
- onClick: ve(r, ["stop"])
11865
- }, null, 8, ["label", "onClick"])
11866
11862
  ])
11867
11863
  ])
11868
11864
  ]),
@@ -11996,7 +11992,7 @@ const om = { class: "ao-project-milestone" }, lm = { class: "ao-project-mileston
11996
11992
  return p(), C("div", om, [
11997
11993
  f("header", lm, [
11998
11994
  f("div", rm, [
11999
- A(le, {
11995
+ A(re, {
12000
11996
  "icon-name": "CloseRounded",
12001
11997
  variant: "ghost",
12002
11998
  size: "sm",
@@ -12126,7 +12122,7 @@ const om = { class: "ao-project-milestone" }, lm = { class: "ao-project-mileston
12126
12122
  y.isEditable ? {
12127
12123
  name: "secondary",
12128
12124
  fn: q(() => [
12129
- y.isEditable && D.active ? (p(), B(le, {
12125
+ y.isEditable && D.active ? (p(), B(re, {
12130
12126
  key: 0,
12131
12127
  color: "primary",
12132
12128
  variant: "ghost",
@@ -12137,7 +12133,7 @@ const om = { class: "ao-project-milestone" }, lm = { class: "ao-project-mileston
12137
12133
  label: y.$t("archive"),
12138
12134
  onClick: ve(() => y.$emit("archiveActivity", { id: D.id }), ["stop"])
12139
12135
  }, null, 8, ["label", "onClick"])) : E("", !0),
12140
- y.isEditable && !D.active ? (p(), B(le, {
12136
+ y.isEditable && !D.active ? (p(), B(re, {
12141
12137
  key: 1,
12142
12138
  color: "primary",
12143
12139
  variant: "ghost",
@@ -12509,7 +12505,7 @@ const Lm = {
12509
12505
  onStartTimer: h[0] || (h[0] = (D) => r.$emit("startTimer", D))
12510
12506
  }, {
12511
12507
  secondary: q(() => [
12512
- o(v) && v.active ? (p(), B(le, {
12508
+ o(v) && v.active ? (p(), B(re, {
12513
12509
  key: 0,
12514
12510
  color: "primary",
12515
12511
  variant: "ghost",
@@ -12520,7 +12516,7 @@ const Lm = {
12520
12516
  label: r.$t("feed.activity.archive"),
12521
12517
  onClick: ve(() => r.$emit("archiveActivity", { id: v.id }), ["stop"])
12522
12518
  }, null, 8, ["label", "onClick"])) : E("", !0),
12523
- o(v) && !v.active ? (p(), B(le, {
12519
+ o(v) && !v.active ? (p(), B(re, {
12524
12520
  key: 1,
12525
12521
  color: "primary",
12526
12522
  variant: "ghost",
@@ -12538,7 +12534,7 @@ const Lm = {
12538
12534
  }),
12539
12535
  footer: q(() => [
12540
12536
  r.isLoading ? (p(), C("div", Dm, [
12541
- A(pe, { name: "Loading" })
12537
+ A(de, { name: "Loading" })
12542
12538
  ])) : r.hasMore ? (p(), C("div", {
12543
12539
  key: 2,
12544
12540
  ref_key: "scrollEnd",
@@ -12588,11 +12584,11 @@ const Nm = { class: "ao-field ao-search-field" }, Um = ["value", "placeholder",
12588
12584
  (...u) => W(s) && W(s)(...u)),
12589
12585
  onKeypress: vt(n, ["enter"])
12590
12586
  }, null, 40, Um),
12591
- A(pe, {
12587
+ A(de, {
12592
12588
  name: "SearchRounded",
12593
12589
  class: ee(`ao-search-field__icon ao-search-field__action ${i.modelValue ? "" : "ao-search-field__action--visible"}`)
12594
12590
  }, null, 8, ["class"]),
12595
- A(le, {
12591
+ A(re, {
12596
12592
  "icon-name": "CloseRounded",
12597
12593
  size: "sm",
12598
12594
  color: "primary",
@@ -12707,7 +12703,7 @@ const Zm = { class: "ao-feed" }, Wm = { class: "ao-feed__filters" }, zm = { clas
12707
12703
  e("addFiles", L);
12708
12704
  }, Q = (L) => {
12709
12705
  e("removeFile", L);
12710
- }, re = (L) => {
12706
+ }, le = (L) => {
12711
12707
  a.selectedActivity && e("addComment", {
12712
12708
  ...L,
12713
12709
  activityId: a.selectedActivity.id
@@ -12790,7 +12786,7 @@ const Zm = { class: "ao-feed" }, Wm = { class: "ao-feed__filters" }, zm = { clas
12790
12786
  _: 1
12791
12787
  }, 8, ["model-value", "options", "placeholder"])) : E("", !0)
12792
12788
  ]),
12793
- A(le, {
12789
+ A(re, {
12794
12790
  class: "ao-feed__only-non-assigned",
12795
12791
  size: "sm",
12796
12792
  "icon-name": L.showsOnlyNonAssigned ? "CheckBoxOutlineRounded" : "CheckBoxOutlineBlank",
@@ -12802,7 +12798,7 @@ const Zm = { class: "ao-feed" }, Wm = { class: "ao-feed__filters" }, zm = { clas
12802
12798
  "aria-checked": L.showsOnlyNonAssigned,
12803
12799
  onClick: j[4] || (j[4] = (H) => L.$emit("update:showsOnlyNonAssigned", !L.showsOnlyNonAssigned))
12804
12800
  }, null, 8, ["icon-name", "label", "aria-checked"]),
12805
- A(le, {
12801
+ A(re, {
12806
12802
  class: "ao-feed__only-important",
12807
12803
  size: "sm",
12808
12804
  "icon-name": L.showsOnlyImportant ? "CheckBoxOutlineRounded" : "CheckBoxOutlineBlank",
@@ -12814,7 +12810,7 @@ const Zm = { class: "ao-feed" }, Wm = { class: "ao-feed__filters" }, zm = { clas
12814
12810
  "aria-checked": L.showsOnlyImportant,
12815
12811
  onClick: j[5] || (j[5] = (H) => L.$emit("update:showsOnlyImportant", !L.showsOnlyImportant))
12816
12812
  }, null, 8, ["icon-name", "label", "aria-checked"]),
12817
- A(le, {
12813
+ A(re, {
12818
12814
  class: "ao-feed__show-archived",
12819
12815
  size: "sm",
12820
12816
  "icon-name": L.showsArchivedActivities ? "CheckBoxOutlineRounded" : "CheckBoxOutlineBlank",
@@ -12871,7 +12867,7 @@ const Zm = { class: "ao-feed" }, Wm = { class: "ao-feed__filters" }, zm = { clas
12871
12867
  onDeleteSubtask: se,
12872
12868
  onAddFiles: N,
12873
12869
  onRemoveFile: Q,
12874
- onAddComment: re,
12870
+ onAddComment: le,
12875
12871
  onUpdateComment: ie,
12876
12872
  onRemoveComment: ae,
12877
12873
  onToast: s
@@ -12941,7 +12937,7 @@ const Ym = { class: "ao-project-mapping" }, xm = { class: "ao-project-mapping-ma
12941
12937
  "onUpdate:modelValue": $[0] || ($[0] = (_) => m.value = _),
12942
12938
  tabs: w
12943
12939
  }, null, 8, ["modelValue"]),
12944
- A(le, {
12940
+ A(re, {
12945
12941
  class: "ao-feed__show-archived",
12946
12942
  size: "sm",
12947
12943
  "icon-name": g.showsArchived ? "CheckBoxOutlineRounded" : "CheckBoxOutlineBlank",
@@ -12955,14 +12951,14 @@ const Ym = { class: "ao-project-mapping" }, xm = { class: "ao-project-mapping-ma
12955
12951
  }, null, 8, ["icon-name", "label", "aria-checked"])
12956
12952
  ]),
12957
12953
  secondary: q(() => [
12958
- g.isEditable === !0 ? (p(), B(le, {
12954
+ g.isEditable === !0 ? (p(), B(re, {
12959
12955
  key: 0,
12960
12956
  class: "ao-project-mapping-overview__save-as-template",
12961
12957
  color: "primary",
12962
12958
  label: g.$t("project.template.save.label"),
12963
12959
  onClick: $[2] || ($[2] = (_) => r.value = !0)
12964
12960
  }, null, 8, ["label"])) : E("", !0),
12965
- g.isEditable === !0 ? (p(), B(le, {
12961
+ g.isEditable === !0 ? (p(), B(re, {
12966
12962
  key: 1,
12967
12963
  class: "ao-project-mapping-overview__add-template",
12968
12964
  color: "primary",
@@ -13139,7 +13135,7 @@ const Rt = {
13139
13135
  return (u, c) => (p(), C("div", Jm, [
13140
13136
  A(ba, null, {
13141
13137
  secondary: q(() => [
13142
- A(le, {
13138
+ A(re, {
13143
13139
  label: u.$t("templates.new"),
13144
13140
  color: "primary",
13145
13141
  "icon-name": "Add",