@26lights/orcha 0.38.33 → 0.38.35

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
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as Y, openBlock as p, createBlock as P, unref as J, mergeProps as He, createElementBlock as m, createElementVNode as f, pushScopeId as Oi, popScopeId as Ei, createStaticVNode as Ii, computed as M, resolveDynamicComponent as ht, normalizeClass as Q, renderSlot as ae, toDisplayString as z, createCommentVNode as O, ref as ee, watch as de, nextTick as De, withKeys as dt, toHandlers as Li, withCtx as Z, createTextVNode as Ua, createVNode as T, normalizeStyle as Fa, withModifiers as ve, createSlots as Za, Fragment as fe, renderList as _e, onMounted as Mt, onBeforeUnmount as Tn, onUnmounted as ks, Teleport as jt, toRefs as Me, getCurrentInstance as Tt, toRef as Vt, normalizeProps as pa, guardReactiveProps as va, withDirectives as Re, vShow as Hi, onUpdated as Di, vModelText as Ge, vModelCheckbox as Pi, resolveComponent as Ke, getCurrentScope as Vi, onScopeDispose as Bi, toHandlerKey as Ri } from "vue";
2
2
  import { RouterView as Ni } from "vue-router";
3
3
  import mt from "vuedraggable";
4
- const E8 = /* @__PURE__ */ Y({
4
+ const I8 = /* @__PURE__ */ Y({
5
5
  __name: "AoTemplates",
6
6
  props: {
7
7
  templates: {}
@@ -1324,7 +1324,7 @@ const E2 = {
1324
1324
  }, R2 = {
1325
1325
  key: 3,
1326
1326
  class: "ao-card-horiz__secondary"
1327
- }, In = /* @__PURE__ */ Y({
1327
+ }, N2 = { class: "ao-card-horiz__delete ao-card__delete" }, In = /* @__PURE__ */ Y({
1328
1328
  __name: "AoCardHoriz",
1329
1329
  props: {
1330
1330
  id: {},
@@ -1384,7 +1384,16 @@ const E2 = {
1384
1384
  ])) : O("", !0),
1385
1385
  s.$slots.secondary ? (p(), m("div", R2, [
1386
1386
  ae(s.$slots, "secondary")
1387
- ])) : O("", !0)
1387
+ ])) : O("", !0),
1388
+ f("div", N2, [
1389
+ T(ue, {
1390
+ class: "ao-card-horiz__delete-handle",
1391
+ "icon-name": "DeleteOutlineRounded",
1392
+ variant: "ghost",
1393
+ size: "md",
1394
+ corners: "round"
1395
+ })
1396
+ ])
1388
1397
  ]),
1389
1398
  _: 3
1390
1399
  }, 8, ["class"]));
@@ -1441,23 +1450,23 @@ const Cs = {
1441
1450
  todo: "todo",
1442
1451
  done: "done",
1443
1452
  archived: "archived"
1444
- }, I8 = {
1453
+ }, L8 = {
1445
1454
  months: "months",
1446
1455
  weeks: "weeks",
1447
1456
  days: "days"
1448
- }, L8 = {
1457
+ }, H8 = {
1449
1458
  future: "future",
1450
1459
  this_month: "this_month",
1451
1460
  this_week: "this_week",
1452
1461
  today: "today",
1453
1462
  done: "done"
1454
- }, N2 = {
1463
+ }, j2 = {
1455
1464
  BEFORE: "before",
1456
1465
  AFTER: "after"
1457
- }, j2 = {
1466
+ }, U2 = {
1458
1467
  START: "start",
1459
1468
  end: "end"
1460
- }, U2 = {
1469
+ }, F2 = {
1461
1470
  DAYS: "days",
1462
1471
  WEEKS: "weeks",
1463
1472
  MONTHS: "months"
@@ -1468,8 +1477,8 @@ const Cs = {
1468
1477
  ACTIVITIES: "activities",
1469
1478
  TASKS: "tasks"
1470
1479
  };
1471
- var F2 = /* @__PURE__ */ ((t) => (t.PHASES = "phases", t.MILESTONES = "milestones", t.ACTIVITIES = "activities", t))(F2 || {});
1472
- const H8 = {
1480
+ var Z2 = /* @__PURE__ */ ((t) => (t.PHASES = "phases", t.MILESTONES = "milestones", t.ACTIVITIES = "activities", t))(Z2 || {});
1481
+ const D8 = {
1473
1482
  add: "add",
1474
1483
  remove: "remove",
1475
1484
  moved: "moved"
@@ -1501,14 +1510,14 @@ function be(t) {
1501
1510
  var e = Object.prototype.toString.call(t);
1502
1511
  return t instanceof Date || Ha(t) === "object" && e === "[object Date]" ? new Date(t.getTime()) : typeof t == "number" || e === "[object Number]" ? new Date(t) : ((typeof t == "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));
1503
1512
  }
1504
- function Z2(t, e) {
1513
+ function W2(t, e) {
1505
1514
  ge(2, arguments);
1506
1515
  var a = be(t).getTime(), s = Je(e);
1507
1516
  return new Date(a + s);
1508
1517
  }
1509
- var W2 = {};
1518
+ var q2 = {};
1510
1519
  function fa() {
1511
- return W2;
1520
+ return q2;
1512
1521
  }
1513
1522
  function ra(t) {
1514
1523
  var e = new Date(Date.UTC(t.getFullYear(), t.getMonth(), t.getDate(), t.getHours(), t.getMinutes(), t.getSeconds(), t.getMilliseconds()));
@@ -1519,23 +1528,23 @@ function rn(t) {
1519
1528
  var e = be(t);
1520
1529
  return e.setHours(0, 0, 0, 0), e;
1521
1530
  }
1522
- var q2 = 864e5;
1523
- function z2(t, e) {
1531
+ var z2 = 864e5;
1532
+ function x2(t, e) {
1524
1533
  ge(2, arguments);
1525
1534
  var a = rn(t), s = rn(e), n = a.getTime() - ra(a), o = s.getTime() - ra(s);
1526
- return Math.round((n - o) / q2);
1535
+ return Math.round((n - o) / z2);
1527
1536
  }
1528
- function x2(t, e) {
1537
+ function Y2(t, e) {
1529
1538
  ge(2, arguments);
1530
1539
  var a = be(t), s = be(e), n = a.getTime() - s.getTime();
1531
1540
  return n < 0 ? -1 : n > 0 ? 1 : n;
1532
1541
  }
1533
1542
  var Ln = 6e4, Hn = 36e5;
1534
- function Y2(t) {
1543
+ function K2(t) {
1535
1544
  return ge(1, arguments), t instanceof Date || Ha(t) === "object" && Object.prototype.toString.call(t) === "[object Date]";
1536
1545
  }
1537
1546
  function Dn(t) {
1538
- if (ge(1, arguments), !Y2(t) && typeof t != "number")
1547
+ if (ge(1, arguments), !K2(t) && typeof t != "number")
1539
1548
  return !1;
1540
1549
  var e = be(t);
1541
1550
  return !isNaN(Number(e));
@@ -1543,15 +1552,15 @@ function Dn(t) {
1543
1552
  function gs(t, e) {
1544
1553
  ge(2, arguments);
1545
1554
  var a = Je(e);
1546
- return Z2(t, -a);
1555
+ return W2(t, -a);
1547
1556
  }
1548
- var K2 = 864e5;
1549
- function G2(t) {
1557
+ var G2 = 864e5;
1558
+ function X2(t) {
1550
1559
  ge(1, arguments);
1551
1560
  var e = be(t), a = e.getTime();
1552
1561
  e.setUTCMonth(0, 1), e.setUTCHours(0, 0, 0, 0);
1553
1562
  var s = e.getTime(), n = a - s;
1554
- return Math.floor(n / K2) + 1;
1563
+ return Math.floor(n / G2) + 1;
1555
1564
  }
1556
1565
  function Da(t) {
1557
1566
  ge(1, arguments);
@@ -1567,18 +1576,18 @@ function Pn(t) {
1567
1576
  var i = Da(o);
1568
1577
  return e.getTime() >= n.getTime() ? a + 1 : e.getTime() >= i.getTime() ? a : a - 1;
1569
1578
  }
1570
- function X2(t) {
1579
+ function Q2(t) {
1571
1580
  ge(1, arguments);
1572
1581
  var e = Pn(t), a = /* @__PURE__ */ new Date(0);
1573
1582
  a.setUTCFullYear(e, 0, 4), a.setUTCHours(0, 0, 0, 0);
1574
1583
  var s = Da(a);
1575
1584
  return s;
1576
1585
  }
1577
- var Q2 = 6048e5;
1578
- function J2(t) {
1586
+ var J2 = 6048e5;
1587
+ function e0(t) {
1579
1588
  ge(1, arguments);
1580
- var e = be(t), a = Da(e).getTime() - X2(e).getTime();
1581
- return Math.round(a / Q2) + 1;
1589
+ var e = be(t), a = Da(e).getTime() - Q2(e).getTime();
1590
+ return Math.round(a / J2) + 1;
1582
1591
  }
1583
1592
  function Pa(t, e) {
1584
1593
  var a, s, n, o, i, r, l, c;
@@ -1602,7 +1611,7 @@ function Vn(t, e) {
1602
1611
  var S = Pa(b, e);
1603
1612
  return u.getTime() >= g.getTime() ? v + 1 : u.getTime() >= S.getTime() ? v : v - 1;
1604
1613
  }
1605
- function e0(t, e) {
1614
+ function t0(t, e) {
1606
1615
  var a, s, n, o, i, r, l, c;
1607
1616
  ge(1, arguments);
1608
1617
  var u = fa(), v = Je((a = (s = (n = (o = e == null ? void 0 : e.firstWeekContainsDate) !== null && o !== void 0 ? o : e == null || (i = e.locale) === null || i === void 0 || (r = i.options) === null || r === void 0 ? void 0 : r.firstWeekContainsDate) !== null && n !== void 0 ? n : u.firstWeekContainsDate) !== null && s !== void 0 ? s : (l = u.locale) === null || l === void 0 || (c = l.options) === null || c === void 0 ? void 0 : c.firstWeekContainsDate) !== null && a !== void 0 ? a : 1), d = Vn(t, e), h = /* @__PURE__ */ new Date(0);
@@ -1610,18 +1619,18 @@ function e0(t, e) {
1610
1619
  var w = Pa(h, e);
1611
1620
  return w;
1612
1621
  }
1613
- var t0 = 6048e5;
1614
- function a0(t, e) {
1622
+ var a0 = 6048e5;
1623
+ function s0(t, e) {
1615
1624
  ge(1, arguments);
1616
- var a = be(t), s = Pa(a, e).getTime() - e0(a, e).getTime();
1617
- return Math.round(s / t0) + 1;
1625
+ var a = be(t), s = Pa(a, e).getTime() - t0(a, e).getTime();
1626
+ return Math.round(s / a0) + 1;
1618
1627
  }
1619
1628
  function ce(t, e) {
1620
1629
  for (var a = t < 0 ? "-" : "", s = Math.abs(t).toString(); s.length < e; )
1621
1630
  s = "0" + s;
1622
1631
  return a + s;
1623
1632
  }
1624
- var s0 = {
1633
+ var n0 = {
1625
1634
  // Year
1626
1635
  y: function(e, a) {
1627
1636
  var s = e.getUTCFullYear(), n = s > 0 ? s : 1 - s;
@@ -1674,7 +1683,7 @@ var s0 = {
1674
1683
  return ce(o, a.length);
1675
1684
  }
1676
1685
  };
1677
- const lt = s0;
1686
+ const lt = n0;
1678
1687
  var Dt = {
1679
1688
  am: "am",
1680
1689
  pm: "pm",
@@ -1684,7 +1693,7 @@ var Dt = {
1684
1693
  afternoon: "afternoon",
1685
1694
  evening: "evening",
1686
1695
  night: "night"
1687
- }, n0 = {
1696
+ }, i0 = {
1688
1697
  // Era
1689
1698
  G: function(e, a, s) {
1690
1699
  var n = e.getUTCFullYear() > 0 ? 1 : 0;
@@ -1866,14 +1875,14 @@ var Dt = {
1866
1875
  },
1867
1876
  // Local week of year
1868
1877
  w: function(e, a, s, n) {
1869
- var o = a0(e, n);
1878
+ var o = s0(e, n);
1870
1879
  return a === "wo" ? s.ordinalNumber(o, {
1871
1880
  unit: "week"
1872
1881
  }) : ce(o, a.length);
1873
1882
  },
1874
1883
  // ISO week of year
1875
1884
  I: function(e, a, s) {
1876
- var n = J2(e);
1885
+ var n = e0(e);
1877
1886
  return a === "Io" ? s.ordinalNumber(n, {
1878
1887
  unit: "week"
1879
1888
  }) : ce(n, a.length);
@@ -1886,7 +1895,7 @@ var Dt = {
1886
1895
  },
1887
1896
  // Day of year
1888
1897
  D: function(e, a, s) {
1889
- var n = G2(e);
1898
+ var n = X2(e);
1890
1899
  return a === "Do" ? s.ordinalNumber(n, {
1891
1900
  unit: "dayOfYear"
1892
1901
  }) : ce(n, a.length);
@@ -2238,7 +2247,7 @@ function $t(t, e) {
2238
2247
  var a = e || "", s = t > 0 ? "-" : "+", n = Math.abs(t), o = ce(Math.floor(n / 60), 2), i = ce(n % 60, 2);
2239
2248
  return s + o + a + i;
2240
2249
  }
2241
- const i0 = n0;
2250
+ const o0 = i0;
2242
2251
  var cn = function(e, a) {
2243
2252
  switch (e) {
2244
2253
  case "P":
@@ -2279,7 +2288,7 @@ var cn = function(e, a) {
2279
2288
  width: "full"
2280
2289
  });
2281
2290
  }
2282
- }, o0 = function(e, a) {
2291
+ }, r0 = function(e, a) {
2283
2292
  var s = e.match(/(P+)(p+)?/) || [], n = s[1], o = s[2];
2284
2293
  if (!o)
2285
2294
  return cn(e, a);
@@ -2308,18 +2317,18 @@ var cn = function(e, a) {
2308
2317
  break;
2309
2318
  }
2310
2319
  return i.replace("{{date}}", cn(n, a)).replace("{{time}}", Bn(o, a));
2311
- }, r0 = {
2320
+ }, l0 = {
2312
2321
  p: Bn,
2313
- P: o0
2322
+ P: r0
2314
2323
  };
2315
- const l0 = r0;
2316
- var u0 = ["D", "DD"], c0 = ["YY", "YYYY"];
2317
- function d0(t) {
2318
- return u0.indexOf(t) !== -1;
2319
- }
2324
+ const u0 = l0;
2325
+ var c0 = ["D", "DD"], d0 = ["YY", "YYYY"];
2320
2326
  function p0(t) {
2321
2327
  return c0.indexOf(t) !== -1;
2322
2328
  }
2329
+ function v0(t) {
2330
+ return d0.indexOf(t) !== -1;
2331
+ }
2323
2332
  function dn(t, e, a) {
2324
2333
  if (t === "YYYY")
2325
2334
  throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(e, "`) for formatting years to the input `").concat(a, "`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));
@@ -2330,7 +2339,7 @@ function dn(t, e, a) {
2330
2339
  if (t === "DD")
2331
2340
  throw new RangeError("Use `dd` instead of `DD` (in `".concat(e, "`) for formatting days of the month to the input `").concat(a, "`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));
2332
2341
  }
2333
- var v0 = {
2342
+ var f0 = {
2334
2343
  lessThanXSeconds: {
2335
2344
  one: "less than a second",
2336
2345
  other: "less than {{count}} seconds"
@@ -2392,58 +2401,58 @@ var v0 = {
2392
2401
  one: "almost 1 year",
2393
2402
  other: "almost {{count}} years"
2394
2403
  }
2395
- }, f0 = function(e, a, s) {
2396
- var n, o = v0[e];
2404
+ }, h0 = function(e, a, s) {
2405
+ var n, o = f0[e];
2397
2406
  return typeof o == "string" ? n = o : a === 1 ? n = o.one : n = o.other.replace("{{count}}", a.toString()), s != null && s.addSuffix ? s.comparison && s.comparison > 0 ? "in " + n : n + " ago" : n;
2398
2407
  };
2399
- const h0 = f0;
2408
+ const m0 = h0;
2400
2409
  function vs(t) {
2401
2410
  return function() {
2402
2411
  var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, a = e.width ? String(e.width) : t.defaultWidth, s = t.formats[a] || t.formats[t.defaultWidth];
2403
2412
  return s;
2404
2413
  };
2405
2414
  }
2406
- var m0 = {
2415
+ var C0 = {
2407
2416
  full: "EEEE, MMMM do, y",
2408
2417
  long: "MMMM do, y",
2409
2418
  medium: "MMM d, y",
2410
2419
  short: "MM/dd/yyyy"
2411
- }, C0 = {
2420
+ }, g0 = {
2412
2421
  full: "h:mm:ss a zzzz",
2413
2422
  long: "h:mm:ss a z",
2414
2423
  medium: "h:mm:ss a",
2415
2424
  short: "h:mm a"
2416
- }, g0 = {
2425
+ }, _0 = {
2417
2426
  full: "{{date}} 'at' {{time}}",
2418
2427
  long: "{{date}} 'at' {{time}}",
2419
2428
  medium: "{{date}}, {{time}}",
2420
2429
  short: "{{date}}, {{time}}"
2421
- }, _0 = {
2430
+ }, y0 = {
2422
2431
  date: vs({
2423
- formats: m0,
2432
+ formats: C0,
2424
2433
  defaultWidth: "full"
2425
2434
  }),
2426
2435
  time: vs({
2427
- formats: C0,
2436
+ formats: g0,
2428
2437
  defaultWidth: "full"
2429
2438
  }),
2430
2439
  dateTime: vs({
2431
- formats: g0,
2440
+ formats: _0,
2432
2441
  defaultWidth: "full"
2433
2442
  })
2434
2443
  };
2435
- const y0 = _0;
2436
- var b0 = {
2444
+ const b0 = y0;
2445
+ var w0 = {
2437
2446
  lastWeek: "'last' eeee 'at' p",
2438
2447
  yesterday: "'yesterday at' p",
2439
2448
  today: "'today at' p",
2440
2449
  tomorrow: "'tomorrow at' p",
2441
2450
  nextWeek: "eeee 'at' p",
2442
2451
  other: "P"
2443
- }, w0 = function(e, a, s, n) {
2444
- return b0[e];
2452
+ }, $0 = function(e, a, s, n) {
2453
+ return w0[e];
2445
2454
  };
2446
- const $0 = w0;
2455
+ const k0 = $0;
2447
2456
  function Jt(t) {
2448
2457
  return function(e, a) {
2449
2458
  var s = a != null && a.context ? String(a.context) : "standalone", n;
@@ -2458,24 +2467,24 @@ function Jt(t) {
2458
2467
  return n[c];
2459
2468
  };
2460
2469
  }
2461
- var k0 = {
2470
+ var S0 = {
2462
2471
  narrow: ["B", "A"],
2463
2472
  abbreviated: ["BC", "AD"],
2464
2473
  wide: ["Before Christ", "Anno Domini"]
2465
- }, S0 = {
2474
+ }, A0 = {
2466
2475
  narrow: ["1", "2", "3", "4"],
2467
2476
  abbreviated: ["Q1", "Q2", "Q3", "Q4"],
2468
2477
  wide: ["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]
2469
- }, A0 = {
2478
+ }, M0 = {
2470
2479
  narrow: ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
2471
2480
  abbreviated: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
2472
2481
  wide: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]
2473
- }, M0 = {
2482
+ }, T0 = {
2474
2483
  narrow: ["S", "M", "T", "W", "T", "F", "S"],
2475
2484
  short: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
2476
2485
  abbreviated: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
2477
2486
  wide: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]
2478
- }, T0 = {
2487
+ }, O0 = {
2479
2488
  narrow: {
2480
2489
  am: "a",
2481
2490
  pm: "p",
@@ -2506,7 +2515,7 @@ var k0 = {
2506
2515
  evening: "evening",
2507
2516
  night: "night"
2508
2517
  }
2509
- }, O0 = {
2518
+ }, E0 = {
2510
2519
  narrow: {
2511
2520
  am: "a",
2512
2521
  pm: "p",
@@ -2537,7 +2546,7 @@ var k0 = {
2537
2546
  evening: "in the evening",
2538
2547
  night: "at night"
2539
2548
  }
2540
- }, E0 = function(e, a) {
2549
+ }, I0 = function(e, a) {
2541
2550
  var s = Number(e), n = s % 100;
2542
2551
  if (n > 20 || n < 10)
2543
2552
  switch (n % 10) {
@@ -2549,43 +2558,43 @@ var k0 = {
2549
2558
  return s + "rd";
2550
2559
  }
2551
2560
  return s + "th";
2552
- }, I0 = {
2553
- ordinalNumber: E0,
2561
+ }, L0 = {
2562
+ ordinalNumber: I0,
2554
2563
  era: Jt({
2555
- values: k0,
2564
+ values: S0,
2556
2565
  defaultWidth: "wide"
2557
2566
  }),
2558
2567
  quarter: Jt({
2559
- values: S0,
2568
+ values: A0,
2560
2569
  defaultWidth: "wide",
2561
2570
  argumentCallback: function(e) {
2562
2571
  return e - 1;
2563
2572
  }
2564
2573
  }),
2565
2574
  month: Jt({
2566
- values: A0,
2575
+ values: M0,
2567
2576
  defaultWidth: "wide"
2568
2577
  }),
2569
2578
  day: Jt({
2570
- values: M0,
2579
+ values: T0,
2571
2580
  defaultWidth: "wide"
2572
2581
  }),
2573
2582
  dayPeriod: Jt({
2574
- values: T0,
2583
+ values: O0,
2575
2584
  defaultWidth: "wide",
2576
- formattingValues: O0,
2585
+ formattingValues: E0,
2577
2586
  defaultFormattingWidth: "wide"
2578
2587
  })
2579
2588
  };
2580
- const L0 = I0;
2589
+ const H0 = L0;
2581
2590
  function ea(t) {
2582
2591
  return function(e) {
2583
2592
  var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, s = a.width, n = s && t.matchPatterns[s] || t.matchPatterns[t.defaultMatchWidth], o = e.match(n);
2584
2593
  if (!o)
2585
2594
  return null;
2586
- var i = o[0], r = s && t.parsePatterns[s] || t.parsePatterns[t.defaultParseWidth], l = Array.isArray(r) ? D0(r, function(v) {
2595
+ var i = o[0], r = s && t.parsePatterns[s] || t.parsePatterns[t.defaultParseWidth], l = Array.isArray(r) ? P0(r, function(v) {
2587
2596
  return v.test(i);
2588
- }) : H0(r, function(v) {
2597
+ }) : D0(r, function(v) {
2589
2598
  return v.test(i);
2590
2599
  }), c;
2591
2600
  c = t.valueCallback ? t.valueCallback(l) : l, c = a.valueCallback ? a.valueCallback(c) : c;
@@ -2596,17 +2605,17 @@ function ea(t) {
2596
2605
  };
2597
2606
  };
2598
2607
  }
2599
- function H0(t, e) {
2608
+ function D0(t, e) {
2600
2609
  for (var a in t)
2601
2610
  if (t.hasOwnProperty(a) && e(t[a]))
2602
2611
  return a;
2603
2612
  }
2604
- function D0(t, e) {
2613
+ function P0(t, e) {
2605
2614
  for (var a = 0; a < t.length; a++)
2606
2615
  if (e(t[a]))
2607
2616
  return a;
2608
2617
  }
2609
- function P0(t) {
2618
+ function V0(t) {
2610
2619
  return function(e) {
2611
2620
  var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, s = e.match(t.matchPattern);
2612
2621
  if (!s)
@@ -2623,37 +2632,37 @@ function P0(t) {
2623
2632
  };
2624
2633
  };
2625
2634
  }
2626
- var V0 = /^(\d+)(th|st|nd|rd)?/i, B0 = /\d+/i, R0 = {
2635
+ var B0 = /^(\d+)(th|st|nd|rd)?/i, R0 = /\d+/i, N0 = {
2627
2636
  narrow: /^(b|a)/i,
2628
2637
  abbreviated: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,
2629
2638
  wide: /^(before christ|before common era|anno domini|common era)/i
2630
- }, N0 = {
2631
- any: [/^b/i, /^(a|c)/i]
2632
2639
  }, j0 = {
2640
+ any: [/^b/i, /^(a|c)/i]
2641
+ }, U0 = {
2633
2642
  narrow: /^[1234]/i,
2634
2643
  abbreviated: /^q[1234]/i,
2635
2644
  wide: /^[1234](th|st|nd|rd)? quarter/i
2636
- }, U0 = {
2637
- any: [/1/i, /2/i, /3/i, /4/i]
2638
2645
  }, F0 = {
2646
+ any: [/1/i, /2/i, /3/i, /4/i]
2647
+ }, Z0 = {
2639
2648
  narrow: /^[jfmasond]/i,
2640
2649
  abbreviated: /^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,
2641
2650
  wide: /^(january|february|march|april|may|june|july|august|september|october|november|december)/i
2642
- }, Z0 = {
2651
+ }, W0 = {
2643
2652
  narrow: [/^j/i, /^f/i, /^m/i, /^a/i, /^m/i, /^j/i, /^j/i, /^a/i, /^s/i, /^o/i, /^n/i, /^d/i],
2644
2653
  any: [/^ja/i, /^f/i, /^mar/i, /^ap/i, /^may/i, /^jun/i, /^jul/i, /^au/i, /^s/i, /^o/i, /^n/i, /^d/i]
2645
- }, W0 = {
2654
+ }, q0 = {
2646
2655
  narrow: /^[smtwf]/i,
2647
2656
  short: /^(su|mo|tu|we|th|fr|sa)/i,
2648
2657
  abbreviated: /^(sun|mon|tue|wed|thu|fri|sat)/i,
2649
2658
  wide: /^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i
2650
- }, q0 = {
2659
+ }, z0 = {
2651
2660
  narrow: [/^s/i, /^m/i, /^t/i, /^w/i, /^t/i, /^f/i, /^s/i],
2652
2661
  any: [/^su/i, /^m/i, /^tu/i, /^w/i, /^th/i, /^f/i, /^sa/i]
2653
- }, z0 = {
2662
+ }, x0 = {
2654
2663
  narrow: /^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,
2655
2664
  any: /^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i
2656
- }, x0 = {
2665
+ }, Y0 = {
2657
2666
  any: {
2658
2667
  am: /^a/i,
2659
2668
  pm: /^p/i,
@@ -2664,63 +2673,63 @@ var V0 = /^(\d+)(th|st|nd|rd)?/i, B0 = /\d+/i, R0 = {
2664
2673
  evening: /evening/i,
2665
2674
  night: /night/i
2666
2675
  }
2667
- }, Y0 = {
2668
- ordinalNumber: P0({
2669
- matchPattern: V0,
2670
- parsePattern: B0,
2676
+ }, K0 = {
2677
+ ordinalNumber: V0({
2678
+ matchPattern: B0,
2679
+ parsePattern: R0,
2671
2680
  valueCallback: function(e) {
2672
2681
  return parseInt(e, 10);
2673
2682
  }
2674
2683
  }),
2675
2684
  era: ea({
2676
- matchPatterns: R0,
2685
+ matchPatterns: N0,
2677
2686
  defaultMatchWidth: "wide",
2678
- parsePatterns: N0,
2687
+ parsePatterns: j0,
2679
2688
  defaultParseWidth: "any"
2680
2689
  }),
2681
2690
  quarter: ea({
2682
- matchPatterns: j0,
2691
+ matchPatterns: U0,
2683
2692
  defaultMatchWidth: "wide",
2684
- parsePatterns: U0,
2693
+ parsePatterns: F0,
2685
2694
  defaultParseWidth: "any",
2686
2695
  valueCallback: function(e) {
2687
2696
  return e + 1;
2688
2697
  }
2689
2698
  }),
2690
2699
  month: ea({
2691
- matchPatterns: F0,
2700
+ matchPatterns: Z0,
2692
2701
  defaultMatchWidth: "wide",
2693
- parsePatterns: Z0,
2702
+ parsePatterns: W0,
2694
2703
  defaultParseWidth: "any"
2695
2704
  }),
2696
2705
  day: ea({
2697
- matchPatterns: W0,
2706
+ matchPatterns: q0,
2698
2707
  defaultMatchWidth: "wide",
2699
- parsePatterns: q0,
2708
+ parsePatterns: z0,
2700
2709
  defaultParseWidth: "any"
2701
2710
  }),
2702
2711
  dayPeriod: ea({
2703
- matchPatterns: z0,
2712
+ matchPatterns: x0,
2704
2713
  defaultMatchWidth: "any",
2705
- parsePatterns: x0,
2714
+ parsePatterns: Y0,
2706
2715
  defaultParseWidth: "any"
2707
2716
  })
2708
2717
  };
2709
- const K0 = Y0;
2710
- var G0 = {
2718
+ const G0 = K0;
2719
+ var X0 = {
2711
2720
  code: "en-US",
2712
- formatDistance: h0,
2713
- formatLong: y0,
2714
- formatRelative: $0,
2715
- localize: L0,
2716
- match: K0,
2721
+ formatDistance: m0,
2722
+ formatLong: b0,
2723
+ formatRelative: k0,
2724
+ localize: H0,
2725
+ match: G0,
2717
2726
  options: {
2718
2727
  weekStartsOn: 0,
2719
2728
  firstWeekContainsDate: 1
2720
2729
  }
2721
2730
  };
2722
- const Rn = G0;
2723
- var X0 = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, Q0 = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, J0 = /^'([^]*?)'?$/, e3 = /''/g, t3 = /[a-zA-Z]/;
2731
+ const Rn = X0;
2732
+ var Q0 = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, J0 = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, e3 = /^'([^]*?)'?$/, t3 = /''/g, a3 = /[a-zA-Z]/;
2724
2733
  function Nn(t, e, a) {
2725
2734
  var s, n, o, i, r, l, c, u, v, d, h, w, g, b, S, _, C, D;
2726
2735
  ge(2, arguments);
@@ -2742,33 +2751,33 @@ function Nn(t, e, a) {
2742
2751
  weekStartsOn: x,
2743
2752
  locale: F,
2744
2753
  _originalDate: G
2745
- }, K = I.match(Q0).map(function(te) {
2754
+ }, K = I.match(J0).map(function(te) {
2746
2755
  var A = te[0];
2747
2756
  if (A === "p" || A === "P") {
2748
- var $ = l0[A];
2757
+ var $ = u0[A];
2749
2758
  return $(te, F.formatLong);
2750
2759
  }
2751
2760
  return te;
2752
- }).join("").match(X0).map(function(te) {
2761
+ }).join("").match(Q0).map(function(te) {
2753
2762
  if (te === "''")
2754
2763
  return "'";
2755
2764
  var A = te[0];
2756
2765
  if (A === "'")
2757
- return a3(te);
2758
- var $ = i0[A];
2766
+ return s3(te);
2767
+ var $ = o0[A];
2759
2768
  if ($)
2760
- return !(a != null && a.useAdditionalWeekYearTokens) && p0(te) && dn(te, e, String(t)), !(a != null && a.useAdditionalDayOfYearTokens) && d0(te) && dn(te, e, String(t)), $(N, te, F.localize, E);
2761
- if (A.match(t3))
2769
+ return !(a != null && a.useAdditionalWeekYearTokens) && v0(te) && dn(te, e, String(t)), !(a != null && a.useAdditionalDayOfYearTokens) && p0(te) && dn(te, e, String(t)), $(N, te, F.localize, E);
2770
+ if (A.match(a3))
2762
2771
  throw new RangeError("Format string contains an unescaped latin alphabet character `" + A + "`");
2763
2772
  return te;
2764
2773
  }).join("");
2765
2774
  return K;
2766
2775
  }
2767
- function a3(t) {
2768
- var e = t.match(J0);
2769
- return e ? e[1].replace(e3, "'") : t;
2776
+ function s3(t) {
2777
+ var e = t.match(e3);
2778
+ return e ? e[1].replace(t3, "'") : t;
2770
2779
  }
2771
- function s3(t, e, a) {
2780
+ function n3(t, e, a) {
2772
2781
  var s, n, o, i, r, l, c, u, v, d;
2773
2782
  ge(2, arguments);
2774
2783
  var h = be(t), w = be(e), g = fa(), b = (s = (n = a == null ? void 0 : a.locale) !== null && n !== void 0 ? n : g.locale) !== null && s !== void 0 ? s : Rn, S = Je((o = (i = (r = (l = a == null ? void 0 : a.weekStartsOn) !== null && l !== void 0 ? l : a == null || (c = a.locale) === null || c === void 0 || (u = c.options) === null || u === void 0 ? void 0 : u.weekStartsOn) !== null && r !== void 0 ? r : g.weekStartsOn) !== null && i !== void 0 ? i : (v = g.locale) === null || v === void 0 || (d = v.options) === null || d === void 0 ? void 0 : d.weekStartsOn) !== null && o !== void 0 ? o : 0);
@@ -2778,7 +2787,7 @@ function s3(t, e, a) {
2778
2787
  throw new RangeError("locale must contain formatLong property");
2779
2788
  if (!b.formatRelative)
2780
2789
  throw new RangeError("locale must contain formatRelative property");
2781
- var _ = z2(h, w);
2790
+ var _ = x2(h, w);
2782
2791
  if (isNaN(_))
2783
2792
  throw new RangeError("Invalid time value");
2784
2793
  var C;
@@ -2800,18 +2809,18 @@ function la(t, e) {
2800
2809
  throw new RangeError("additionalDigits must be 0, 1 or 2");
2801
2810
  if (!(typeof t == "string" || Object.prototype.toString.call(t) === "[object String]"))
2802
2811
  return /* @__PURE__ */ new Date(NaN);
2803
- var n = r3(t), o;
2812
+ var n = l3(t), o;
2804
2813
  if (n.date) {
2805
- var i = l3(n.date, s);
2806
- o = u3(i.restDateString, i.year);
2814
+ var i = u3(n.date, s);
2815
+ o = c3(i.restDateString, i.year);
2807
2816
  }
2808
2817
  if (!o || isNaN(o.getTime()))
2809
2818
  return /* @__PURE__ */ new Date(NaN);
2810
2819
  var r = o.getTime(), l = 0, c;
2811
- if (n.time && (l = c3(n.time), isNaN(l)))
2820
+ if (n.time && (l = d3(n.time), isNaN(l)))
2812
2821
  return /* @__PURE__ */ new Date(NaN);
2813
2822
  if (n.timezone) {
2814
- if (c = d3(n.timezone), isNaN(c))
2823
+ if (c = p3(n.timezone), isNaN(c))
2815
2824
  return /* @__PURE__ */ new Date(NaN);
2816
2825
  } else {
2817
2826
  var u = new Date(r + l), v = /* @__PURE__ */ new Date(0);
@@ -2823,8 +2832,8 @@ var Aa = {
2823
2832
  dateTimeDelimiter: /[T ]/,
2824
2833
  timeZoneDelimiter: /[Z ]/i,
2825
2834
  timezone: /([Z+-].*)$/
2826
- }, n3 = /^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/, i3 = /^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/, o3 = /^([+-])(\d{2})(?::?(\d{2}))?$/;
2827
- function r3(t) {
2835
+ }, i3 = /^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/, o3 = /^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/, r3 = /^([+-])(\d{2})(?::?(\d{2}))?$/;
2836
+ function l3(t) {
2828
2837
  var e = {}, a = t.split(Aa.dateTimeDelimiter), s;
2829
2838
  if (a.length > 2)
2830
2839
  return e;
@@ -2834,7 +2843,7 @@ function r3(t) {
2834
2843
  }
2835
2844
  return e;
2836
2845
  }
2837
- function l3(t, e) {
2846
+ function u3(t, e) {
2838
2847
  var a = new RegExp("^(?:(\\d{4}|[+-]\\d{" + (4 + e) + "})|(\\d{2}|[+-]\\d{" + (2 + e) + "})$)"), s = t.match(a);
2839
2848
  if (!s)
2840
2849
  return {
@@ -2847,72 +2856,72 @@ function l3(t, e) {
2847
2856
  restDateString: t.slice((s[1] || s[2]).length)
2848
2857
  };
2849
2858
  }
2850
- function u3(t, e) {
2859
+ function c3(t, e) {
2851
2860
  if (e === null)
2852
2861
  return /* @__PURE__ */ new Date(NaN);
2853
- var a = t.match(n3);
2862
+ var a = t.match(i3);
2854
2863
  if (!a)
2855
2864
  return /* @__PURE__ */ new Date(NaN);
2856
2865
  var s = !!a[4], n = ta(a[1]), o = ta(a[2]) - 1, i = ta(a[3]), r = ta(a[4]), l = ta(a[5]) - 1;
2857
2866
  if (s)
2858
- return m3(e, r, l) ? p3(e, r, l) : /* @__PURE__ */ new Date(NaN);
2867
+ return C3(e, r, l) ? v3(e, r, l) : /* @__PURE__ */ new Date(NaN);
2859
2868
  var c = /* @__PURE__ */ new Date(0);
2860
- return !f3(e, o, i) || !h3(e, n) ? /* @__PURE__ */ new Date(NaN) : (c.setUTCFullYear(e, o, Math.max(n, i)), c);
2869
+ return !h3(e, o, i) || !m3(e, n) ? /* @__PURE__ */ new Date(NaN) : (c.setUTCFullYear(e, o, Math.max(n, i)), c);
2861
2870
  }
2862
2871
  function ta(t) {
2863
2872
  return t ? parseInt(t) : 1;
2864
2873
  }
2865
- function c3(t) {
2866
- var e = t.match(i3);
2874
+ function d3(t) {
2875
+ var e = t.match(o3);
2867
2876
  if (!e)
2868
2877
  return NaN;
2869
2878
  var a = fs(e[1]), s = fs(e[2]), n = fs(e[3]);
2870
- return C3(a, s, n) ? a * Hn + s * Ln + n * 1e3 : NaN;
2879
+ return g3(a, s, n) ? a * Hn + s * Ln + n * 1e3 : NaN;
2871
2880
  }
2872
2881
  function fs(t) {
2873
2882
  return t && parseFloat(t.replace(",", ".")) || 0;
2874
2883
  }
2875
- function d3(t) {
2884
+ function p3(t) {
2876
2885
  if (t === "Z")
2877
2886
  return 0;
2878
- var e = t.match(o3);
2887
+ var e = t.match(r3);
2879
2888
  if (!e)
2880
2889
  return 0;
2881
2890
  var a = e[1] === "+" ? -1 : 1, s = parseInt(e[2]), n = e[3] && parseInt(e[3]) || 0;
2882
- return g3(s, n) ? a * (s * Hn + n * Ln) : NaN;
2891
+ return _3(s, n) ? a * (s * Hn + n * Ln) : NaN;
2883
2892
  }
2884
- function p3(t, e, a) {
2893
+ function v3(t, e, a) {
2885
2894
  var s = /* @__PURE__ */ new Date(0);
2886
2895
  s.setUTCFullYear(t, 0, 4);
2887
2896
  var n = s.getUTCDay() || 7, o = (e - 1) * 7 + a + 1 - n;
2888
2897
  return s.setUTCDate(s.getUTCDate() + o), s;
2889
2898
  }
2890
- var v3 = [31, null, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
2899
+ var f3 = [31, null, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
2891
2900
  function jn(t) {
2892
2901
  return t % 400 === 0 || t % 4 === 0 && t % 100 !== 0;
2893
2902
  }
2894
- function f3(t, e, a) {
2895
- return e >= 0 && e <= 11 && a >= 1 && a <= (v3[e] || (jn(t) ? 29 : 28));
2903
+ function h3(t, e, a) {
2904
+ return e >= 0 && e <= 11 && a >= 1 && a <= (f3[e] || (jn(t) ? 29 : 28));
2896
2905
  }
2897
- function h3(t, e) {
2906
+ function m3(t, e) {
2898
2907
  return e >= 1 && e <= (jn(t) ? 366 : 365);
2899
2908
  }
2900
- function m3(t, e, a) {
2909
+ function C3(t, e, a) {
2901
2910
  return e >= 1 && e <= 53 && a >= 0 && a <= 6;
2902
2911
  }
2903
- function C3(t, e, a) {
2912
+ function g3(t, e, a) {
2904
2913
  return t === 24 ? e === 0 && a === 0 : a >= 0 && a < 60 && e >= 0 && e < 60 && t >= 0 && t < 25;
2905
2914
  }
2906
- function g3(t, e) {
2915
+ function _3(t, e) {
2907
2916
  return e >= 0 && e <= 59;
2908
2917
  }
2909
2918
  var Le = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, we = {}, Un = {}, aa = {}, ha = {}, Yt = {}, za = {};
2910
2919
  Object.defineProperty(za, "__esModule", { value: !0 });
2911
2920
  za.lexoHelper = void 0;
2912
2921
  za.lexoHelper = {
2913
- arrayCopy: _3
2922
+ arrayCopy: y3
2914
2923
  };
2915
- function _3(t, e, a, s, n) {
2924
+ function y3(t, e, a, s, n) {
2916
2925
  let o = s;
2917
2926
  const i = e + n;
2918
2927
  for (let r = e; r < i; r++)
@@ -2920,7 +2929,7 @@ function _3(t, e, a, s, n) {
2920
2929
  }
2921
2930
  var ma = {};
2922
2931
  Object.defineProperty(ma, "__esModule", { value: !0 });
2923
- class y3 {
2932
+ class b3 {
2924
2933
  constructor(e = "") {
2925
2934
  this.str = e;
2926
2935
  }
@@ -2943,10 +2952,10 @@ class y3 {
2943
2952
  return this.str;
2944
2953
  }
2945
2954
  }
2946
- ma.default = y3;
2955
+ ma.default = b3;
2947
2956
  Object.defineProperty(Yt, "__esModule", { value: !0 });
2948
2957
  Yt.LexoInteger = void 0;
2949
- const Ma = za, b3 = ma;
2958
+ const Ma = za, w3 = ma;
2950
2959
  class ne {
2951
2960
  constructor(e, a, s) {
2952
2961
  this.sys = e, this.sign = a, this.mag = s;
@@ -3119,7 +3128,7 @@ class ne {
3119
3128
  format() {
3120
3129
  if (this.isZero())
3121
3130
  return "" + this.sys.toChar(0);
3122
- const e = new b3.default(), a = this.mag, s = a.length;
3131
+ const e = new w3.default(), a = this.mag, s = a.length;
3123
3132
  for (let n = 0; n < s; ++n) {
3124
3133
  const o = a[n];
3125
3134
  e.insert(0, this.sys.toChar(o));
@@ -3148,7 +3157,7 @@ ne.ZERO_SIGN = 0;
3148
3157
  ne.POSITIVE_SIGN = 1;
3149
3158
  Object.defineProperty(ha, "__esModule", { value: !0 });
3150
3159
  ha.LexoDecimal = void 0;
3151
- const sa = Yt, w3 = ma;
3160
+ const sa = Yt, $3 = ma;
3152
3161
  class Ee {
3153
3162
  constructor(e, a) {
3154
3163
  this.mag = e, this.sig = a;
@@ -3240,7 +3249,7 @@ class Ee {
3240
3249
  const e = this.mag.format();
3241
3250
  if (this.sig === 0)
3242
3251
  return e;
3243
- const a = new w3.default(e), s = a[0], n = s === this.mag.getSystem().getPositiveChar() || s === this.mag.getSystem().getNegativeChar();
3252
+ const a = new $3.default(e), s = a[0], n = s === this.mag.getSystem().getPositiveChar() || s === this.mag.getSystem().getNegativeChar();
3244
3253
  for (n && a.remove(0, 1); a.length < this.sig + 1; )
3245
3254
  a.insert(0, this.mag.getSystem().toChar(0));
3246
3255
  return a.insert(a.length - this.sig, this.mag.getSystem().getRadixPointChar()), a.length - this.sig === 0 && a.insert(0, this.mag.getSystem().toChar(0)), n && a.insert(0, s), a.toString();
@@ -3316,7 +3325,7 @@ Object.defineProperty(Zn, "__esModule", { value: !0 });
3316
3325
  var xa = {};
3317
3326
  Object.defineProperty(xa, "__esModule", { value: !0 });
3318
3327
  xa.LexoNumeralSystem10 = void 0;
3319
- class $3 {
3328
+ class k3 {
3320
3329
  getBase() {
3321
3330
  return 10;
3322
3331
  }
@@ -3338,11 +3347,11 @@ class $3 {
3338
3347
  return String.fromCharCode(e + 48);
3339
3348
  }
3340
3349
  }
3341
- xa.LexoNumeralSystem10 = $3;
3350
+ xa.LexoNumeralSystem10 = k3;
3342
3351
  var Ya = {};
3343
3352
  Object.defineProperty(Ya, "__esModule", { value: !0 });
3344
3353
  Ya.LexoNumeralSystem36 = void 0;
3345
- class k3 {
3354
+ class S3 {
3346
3355
  constructor() {
3347
3356
  this.DIGITS = "0123456789abcdefghijklmnopqrstuvwxyz".split("");
3348
3357
  }
@@ -3369,11 +3378,11 @@ class k3 {
3369
3378
  return this.DIGITS[e];
3370
3379
  }
3371
3380
  }
3372
- Ya.LexoNumeralSystem36 = k3;
3381
+ Ya.LexoNumeralSystem36 = S3;
3373
3382
  var Ka = {};
3374
3383
  Object.defineProperty(Ka, "__esModule", { value: !0 });
3375
3384
  Ka.LexoNumeralSystem64 = void 0;
3376
- class S3 {
3385
+ class A3 {
3377
3386
  constructor() {
3378
3387
  this.DIGITS = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ^_abcdefghijklmnopqrstuvwxyz".split("");
3379
3388
  }
@@ -3406,7 +3415,7 @@ class S3 {
3406
3415
  return this.DIGITS[e];
3407
3416
  }
3408
3417
  }
3409
- Ka.LexoNumeralSystem64 = S3;
3418
+ Ka.LexoNumeralSystem64 = A3;
3410
3419
  (function(t) {
3411
3420
  var e = Le && Le.__createBinding || (Object.create ? function(s, n, o, i) {
3412
3421
  i === void 0 && (i = o);
@@ -3636,20 +3645,20 @@ function qn(t) {
3636
3645
  return e + (((s = a.activities) == null ? void 0 : s.length) ?? 0);
3637
3646
  }, 0)) ?? 0;
3638
3647
  }
3639
- function A3(t) {
3648
+ function M3(t) {
3640
3649
  return (t == null ? void 0 : t.reduce((e, a) => {
3641
3650
  var s;
3642
3651
  return e + (((s = a.milestones) == null ? void 0 : s.length) ?? 0);
3643
3652
  }, 0)) ?? 0;
3644
3653
  }
3645
- function M3(t) {
3654
+ function T3(t) {
3646
3655
  return (t == null ? void 0 : t.reduce((e, a) => {
3647
3656
  var n;
3648
3657
  const s = (n = a.milestones) != null && n.length ? qn(a.milestones) : 0;
3649
3658
  return e + s;
3650
3659
  }, 0)) ?? 0;
3651
3660
  }
3652
- function T3(t) {
3661
+ function O3(t) {
3653
3662
  return t.split(" ").slice(0, 2).map((e) => e.charAt(0).toLocaleLowerCase()).join("");
3654
3663
  }
3655
3664
  function Ca(t, e) {
@@ -3680,22 +3689,22 @@ function Ts(t, e = "dd/MM/yyyy") {
3680
3689
  function Os(t, e) {
3681
3690
  return t.status.id === e.id;
3682
3691
  }
3683
- function O3(t, e) {
3692
+ function E3(t, e) {
3684
3693
  return t.activities.length === 0 ? !1 : !t.activities.some((a) => !Os(a, e));
3685
3694
  }
3686
- function E3(t, e) {
3695
+ function I3(t, e) {
3687
3696
  return {
3688
3697
  ...t,
3689
- status: O3(t, e) ? Cs.done : Cs.todo
3698
+ status: E3(t, e) ? Cs.done : Cs.todo
3690
3699
  };
3691
3700
  }
3692
3701
  const zn = (t) => {
3693
3702
  const { firstName: e, lastName: a } = t || {};
3694
3703
  return `${e ?? ""}${e ? " " : ""}${a ?? ""}`;
3695
- }, I3 = ["title"], L3 = {
3704
+ }, L3 = ["title"], H3 = {
3696
3705
  key: 0,
3697
3706
  className: "ao-avatar__initials"
3698
- }, H3 = ["src"], et = /* @__PURE__ */ Y({
3707
+ }, D3 = ["src"], et = /* @__PURE__ */ Y({
3699
3708
  __name: "AoAvatar",
3700
3709
  props: {
3701
3710
  userName: {},
@@ -3709,7 +3718,7 @@ const zn = (t) => {
3709
3718
  const a = t, s = M(() => [
3710
3719
  `ao-avatar--${a.color}`,
3711
3720
  ...a.avatarUrl ? ["ao-avatar-img", `ao-avatar-img--${a.size}`] : ["ao-avatar", `ao-avatar--${a.size}`]
3712
- ]), n = T3(a.userName), o = (i) => {
3721
+ ]), n = O3(a.userName), o = (i) => {
3713
3722
  e("close", i);
3714
3723
  };
3715
3724
  return (i, r) => (p(), m("div", {
@@ -3717,12 +3726,12 @@ const zn = (t) => {
3717
3726
  class: Q(s.value),
3718
3727
  title: i.userName
3719
3728
  }, [
3720
- i.avatarUrl ? O("", !0) : (p(), m("span", L3, z(J(n)), 1)),
3729
+ i.avatarUrl ? O("", !0) : (p(), m("span", H3, z(J(n)), 1)),
3721
3730
  i.avatarUrl ? (p(), m("img", {
3722
3731
  key: 1,
3723
3732
  className: "ao-avatar__image",
3724
3733
  src: i.avatarUrl
3725
- }, null, 8, H3)) : O("", !0),
3734
+ }, null, 8, D3)) : O("", !0),
3726
3735
  i.isClosable ? (p(), P(ue, {
3727
3736
  key: 2,
3728
3737
  "icon-name": "CloseRounded",
@@ -3731,19 +3740,19 @@ const zn = (t) => {
3731
3740
  corners: "round",
3732
3741
  onClick: ve(o, ["stop"])
3733
3742
  }, null, 8, ["color", "onClick"])) : O("", !0)
3734
- ], 10, I3));
3743
+ ], 10, L3));
3735
3744
  }
3736
3745
  });
3737
- const D3 = { class: "ao-card-template__subitems" }, P3 = { class: "ao-card-template__subitem" }, V3 = { class: "ao-card-template__subitem-number" }, B3 = { class: "ao-card-template__subitem" }, R3 = { class: "ao-card-template__subitem" }, N3 = { class: "ao-card-template__body" }, j3 = { class: "ao-card-template__col ao-card-template__col--phases" }, U3 = { class: "ao-card-template__col-title" }, F3 = { class: "ao-card-template__col-label" }, Z3 = {
3746
+ const P3 = { class: "ao-card-template__subitems" }, V3 = { class: "ao-card-template__subitem" }, B3 = { class: "ao-card-template__subitem-number" }, R3 = { class: "ao-card-template__subitem" }, N3 = { class: "ao-card-template__subitem" }, j3 = { class: "ao-card-template__body" }, U3 = { class: "ao-card-template__col ao-card-template__col--phases" }, F3 = { class: "ao-card-template__col-title" }, Z3 = { class: "ao-card-template__col-label" }, W3 = {
3738
3747
  key: 0,
3739
3748
  class: "ao-card-template__col-body ao-card-template__phases-list"
3740
- }, W3 = { class: "ao-card-template__footer" }, q3 = {
3749
+ }, q3 = { class: "ao-card-template__footer" }, z3 = {
3741
3750
  key: 0,
3742
3751
  class: "ao-card-template__col ao-card-template__col--updated-at"
3743
- }, z3 = { class: "ao-card-template__col-title" }, x3 = { class: "ao-card-template__col-label" }, Y3 = { class: "ao-card-template__col-body" }, K3 = {
3752
+ }, x3 = { class: "ao-card-template__col-title" }, Y3 = { class: "ao-card-template__col-label" }, K3 = { class: "ao-card-template__col-body" }, G3 = {
3744
3753
  key: 1,
3745
3754
  class: "ao-card-template__col ao-card-template__col--updated-by"
3746
- }, G3 = { class: "ao-card-template__col-title" }, X3 = { class: "ao-card-template__col-label" }, Q3 = { class: "ao-card-template__col-body" }, J3 = /* @__PURE__ */ Y({
3755
+ }, X3 = { class: "ao-card-template__col-title" }, Q3 = { class: "ao-card-template__col-label" }, J3 = { class: "ao-card-template__col-body" }, e5 = /* @__PURE__ */ Y({
3747
3756
  __name: "AoCardTemplate",
3748
3757
  props: {
3749
3758
  id: {},
@@ -3766,34 +3775,34 @@ const D3 = { class: "ao-card-template__subitems" }, P3 = { class: "ao-card-templ
3766
3775
  "onUpdate:title": a
3767
3776
  }, Za({
3768
3777
  subtitle: Z(() => [
3769
- f("ul", D3, [
3770
- f("li", P3, [
3778
+ f("ul", P3, [
3779
+ f("li", V3, [
3771
3780
  T(pe, {
3772
3781
  name: "MountainFlagOutlineRounded",
3773
3782
  size: "sm"
3774
3783
  }),
3775
- f("span", V3, z(s.milestones), 1)
3784
+ f("span", B3, z(s.milestones), 1)
3776
3785
  ]),
3777
- f("li", B3, [
3786
+ f("li", R3, [
3778
3787
  T(pe, {
3779
3788
  name: "TaskOutlineRounded",
3780
3789
  size: "sm"
3781
3790
  }),
3782
- f("span", R3, z(s.activities), 1)
3791
+ f("span", N3, z(s.activities), 1)
3783
3792
  ])
3784
3793
  ])
3785
3794
  ]),
3786
3795
  default: Z(() => [
3787
- f("div", N3, [
3788
- f("div", j3, [
3789
- f("div", U3, [
3796
+ f("div", j3, [
3797
+ f("div", U3, [
3798
+ f("div", F3, [
3790
3799
  T(pe, {
3791
3800
  name: "WaterfallChartRounded",
3792
3801
  size: "sm"
3793
3802
  }),
3794
- f("span", F3, z(s.$t("template.phases.title")), 1)
3803
+ f("span", Z3, z(s.$t("template.phases.title")), 1)
3795
3804
  ]),
3796
- s.phases ? (p(), m("ul", Z3, [
3805
+ s.phases ? (p(), m("ul", W3, [
3797
3806
  (p(!0), m(fe, null, _e(s.phases, (o) => (p(), P(qa, {
3798
3807
  key: o.id,
3799
3808
  label: o.name || o.id,
@@ -3802,33 +3811,27 @@ const D3 = { class: "ao-card-template__subitems" }, P3 = { class: "ao-card-templ
3802
3811
  }, null, 8, ["label"]))), 128))
3803
3812
  ])) : O("", !0)
3804
3813
  ])
3805
- ]),
3806
- T(ue, {
3807
- "icon-name": "DeleteOutlineRounded",
3808
- variant: "ghost",
3809
- size: "md",
3810
- corners: "round"
3811
- })
3814
+ ])
3812
3815
  ]),
3813
3816
  _: 2
3814
3817
  }, [
3815
3818
  s.updatedBy || s.updatedAt ? {
3816
3819
  name: "footer",
3817
3820
  fn: Z(() => [
3818
- f("div", W3, [
3819
- s.updatedAt ? (p(), m("div", q3, [
3820
- f("div", z3, [
3821
- f("span", x3, z(s.$t("template.updatedAt.label")), 1)
3821
+ f("div", q3, [
3822
+ s.updatedAt ? (p(), m("div", z3, [
3823
+ f("div", x3, [
3824
+ f("span", Y3, z(s.$t("template.updatedAt.label")), 1)
3822
3825
  ]),
3823
- f("div", Y3, [
3826
+ f("div", K3, [
3824
3827
  f("span", null, z(s.updatedAt), 1)
3825
3828
  ])
3826
3829
  ])) : O("", !0),
3827
- s.updatedBy ? (p(), m("div", K3, [
3828
- f("div", G3, [
3829
- f("span", X3, z(s.$t("template.updatedBy.label")), 1)
3830
+ s.updatedBy ? (p(), m("div", G3, [
3831
+ f("div", X3, [
3832
+ f("span", Q3, z(s.$t("template.updatedBy.label")), 1)
3830
3833
  ]),
3831
- f("div", Q3, [
3834
+ f("div", J3, [
3832
3835
  T(et, { "user-name": s.updatedBy }, null, 8, ["user-name"])
3833
3836
  ])
3834
3837
  ])) : O("", !0)
@@ -3839,7 +3842,7 @@ const D3 = { class: "ao-card-template__subitems" }, P3 = { class: "ao-card-templ
3839
3842
  ]), 1032, ["id", "title"]));
3840
3843
  }
3841
3844
  });
3842
- const e5 = { class: "ao-page-header" }, t5 = { class: "ao-page-header-main" }, a5 = {
3845
+ const t5 = { class: "ao-page-header" }, a5 = { class: "ao-page-header-main" }, s5 = {
3843
3846
  key: 0,
3844
3847
  class: "ao-page-header-secondary"
3845
3848
  }, Ga = /* @__PURE__ */ Y({
@@ -3849,8 +3852,8 @@ const e5 = { class: "ao-page-header" }, t5 = { class: "ao-page-header-main" }, a
3849
3852
  },
3850
3853
  emits: ["goBack"],
3851
3854
  setup(t) {
3852
- return (e, a) => (p(), m("header", e5, [
3853
- f("div", t5, [
3855
+ return (e, a) => (p(), m("header", t5, [
3856
+ f("div", a5, [
3854
3857
  e.canGoBack ? (p(), P(ue, {
3855
3858
  key: 0,
3856
3859
  "icon-name": "ArrowBackRounded",
@@ -3859,13 +3862,13 @@ const e5 = { class: "ao-page-header" }, t5 = { class: "ao-page-header-main" }, a
3859
3862
  })) : O("", !0),
3860
3863
  ae(e.$slots, "primary")
3861
3864
  ]),
3862
- e.$slots.secondary ? (p(), m("div", a5, [
3865
+ e.$slots.secondary ? (p(), m("div", s5, [
3863
3866
  ae(e.$slots, "secondary")
3864
3867
  ])) : O("", !0)
3865
3868
  ]));
3866
3869
  }
3867
3870
  });
3868
- const s5 = ["type"], n5 = {
3871
+ const n5 = ["type"], i5 = {
3869
3872
  key: 0,
3870
3873
  class: "ao-button-card__label"
3871
3874
  }, Ct = /* @__PURE__ */ Y({
@@ -3892,7 +3895,7 @@ const s5 = ["type"], n5 = {
3892
3895
  ])
3893
3896
  }, [
3894
3897
  ae(n.$slots, "default", {}, () => [
3895
- n.label ? (p(), m("span", n5, z(n.label), 1)) : O("", !0)
3898
+ n.label ? (p(), m("span", i5, z(n.label), 1)) : O("", !0)
3896
3899
  ]),
3897
3900
  s.value ? (p(), P(pe, {
3898
3901
  key: 0,
@@ -3900,13 +3903,13 @@ const s5 = ["type"], n5 = {
3900
3903
  class: "ao-button-card__icon",
3901
3904
  size: a.value
3902
3905
  }, null, 8, ["name", "size"])) : O("", !0)
3903
- ], 10, s5));
3906
+ ], 10, n5));
3904
3907
  }
3905
3908
  });
3906
- const i5 = { class: "ao-card-template-item__footer" }, o5 = {
3909
+ const o5 = { class: "ao-card-template-item__footer" }, r5 = {
3907
3910
  key: 0,
3908
3911
  class: "ao-card-template-item__subitem"
3909
- }, r5 = { class: "ao-card-template-item__subitem-number" }, l5 = { class: "ao-card-template-item__secondary" }, Es = /* @__PURE__ */ Y({
3912
+ }, l5 = { class: "ao-card-template-item__subitem-number" }, u5 = { class: "ao-card-template-item__secondary" }, Es = /* @__PURE__ */ Y({
3910
3913
  __name: "AoCardTemplateItem",
3911
3914
  props: {
3912
3915
  milestones: {},
@@ -3928,20 +3931,20 @@ const i5 = { class: "ao-card-template-item__footer" }, o5 = {
3928
3931
  };
3929
3932
  return (i, r) => (p(), P(In, { "onUpdate:title": a }, {
3930
3933
  footer: Z(() => [
3931
- f("ul", i5, [
3934
+ f("ul", o5, [
3932
3935
  (p(), m(fe, null, _e(s, (l) => (p(), m(fe, { key: l }, [
3933
- i.$props[l] ? (p(), m("li", o5, [
3936
+ i.$props[l] ? (p(), m("li", r5, [
3934
3937
  T(pe, {
3935
3938
  name: n[l],
3936
3939
  size: "sm"
3937
3940
  }, null, 8, ["name"]),
3938
- f("span", r5, z(i.$props[l]), 1)
3941
+ f("span", l5, z(i.$props[l]), 1)
3939
3942
  ])) : O("", !0)
3940
3943
  ], 64))), 64))
3941
3944
  ])
3942
3945
  ]),
3943
3946
  secondary: Z(() => [
3944
- f("div", l5, [
3947
+ f("div", u5, [
3945
3948
  T(ue, {
3946
3949
  "icon-name": "DeleteOutlineRounded",
3947
3950
  variant: "ghost",
@@ -3955,7 +3958,7 @@ const i5 = { class: "ao-card-template-item__footer" }, o5 = {
3955
3958
  }));
3956
3959
  }
3957
3960
  });
3958
- const u5 = /* @__PURE__ */ Y({
3961
+ const c5 = /* @__PURE__ */ Y({
3959
3962
  __name: "AoCardTemplateItemPhase",
3960
3963
  props: {
3961
3964
  id: {},
@@ -3979,7 +3982,7 @@ const u5 = /* @__PURE__ */ Y({
3979
3982
  _: 3
3980
3983
  }, 16, ["id", "title", "activities", "milestones"]));
3981
3984
  }
3982
- }), c5 = /* @__PURE__ */ Y({
3985
+ }), d5 = /* @__PURE__ */ Y({
3983
3986
  __name: "AoCardTemplateItemMilestone",
3984
3987
  props: {
3985
3988
  activities: {}
@@ -3996,7 +3999,7 @@ const u5 = /* @__PURE__ */ Y({
3996
3999
  _: 3
3997
4000
  }, 8, ["activities"]));
3998
4001
  }
3999
- }), d5 = { class: "ao-list__footer" }, p5 = /* @__PURE__ */ Y({
4002
+ }), p5 = { class: "ao-list__footer" }, v5 = /* @__PURE__ */ Y({
4000
4003
  __name: "AoTemplateDetailsMilestones",
4001
4004
  props: {
4002
4005
  templateId: {},
@@ -4037,7 +4040,7 @@ const u5 = /* @__PURE__ */ Y({
4037
4040
  })
4038
4041
  ]),
4039
4042
  item: Z(({ element: c }) => [
4040
- (p(), P(c5, {
4043
+ (p(), P(d5, {
4041
4044
  id: c.id,
4042
4045
  key: c.id,
4043
4046
  title: c.name,
@@ -4054,7 +4057,7 @@ const u5 = /* @__PURE__ */ Y({
4054
4057
  }, null, 8, ["id", "title", "activities", "is-active", "onUpdate:title", "onClick", "onRemove"]))
4055
4058
  ]),
4056
4059
  footer: Z(() => [
4057
- f("div", d5, [
4060
+ f("div", p5, [
4058
4061
  T(Ct, {
4059
4062
  "icon-name": "AddBoxOutlineRounded",
4060
4063
  label: r.$t("template.milestones.add"),
@@ -4065,7 +4068,7 @@ const u5 = /* @__PURE__ */ Y({
4065
4068
  _: 1
4066
4069
  }, 8, ["model-value", "title"])) : O("", !0);
4067
4070
  }
4068
- }), v5 = /* @__PURE__ */ Y({
4071
+ }), f5 = /* @__PURE__ */ Y({
4069
4072
  __name: "AoCardTemplateItemActivity",
4070
4073
  props: {
4071
4074
  name: {},
@@ -4083,7 +4086,7 @@ const u5 = /* @__PURE__ */ Y({
4083
4086
  _: 3
4084
4087
  }, 8, ["tasks"]));
4085
4088
  }
4086
- }), f5 = { class: "ao-list__footer" }, h5 = /* @__PURE__ */ Y({
4089
+ }), h5 = { class: "ao-list__footer" }, m5 = /* @__PURE__ */ Y({
4087
4090
  __name: "AoTemplateDetailsActivities",
4088
4091
  props: {
4089
4092
  templateId: {},
@@ -4127,7 +4130,7 @@ const u5 = /* @__PURE__ */ Y({
4127
4130
  })
4128
4131
  ]),
4129
4132
  item: Z(({ element: c }) => [
4130
- (p(), P(v5, {
4133
+ (p(), P(f5, {
4131
4134
  id: c.id,
4132
4135
  key: c.id,
4133
4136
  title: c.name,
@@ -4140,7 +4143,7 @@ const u5 = /* @__PURE__ */ Y({
4140
4143
  }, null, 8, ["id", "title", "tasks", "is-active", "onUpdate:title", "onClick", "onRemove"]))
4141
4144
  ]),
4142
4145
  footer: Z(() => [
4143
- f("div", f5, [
4146
+ f("div", h5, [
4144
4147
  T(Ct, {
4145
4148
  "icon-name": "AddBoxOutlineRounded",
4146
4149
  label: r.$t("template.activities.add"),
@@ -4151,10 +4154,10 @@ const u5 = /* @__PURE__ */ Y({
4151
4154
  _: 1
4152
4155
  }, 8, ["model-value", "title"])) : O("", !0);
4153
4156
  }
4154
- }), m5 = { class: "ao-modal" }, C5 = {
4157
+ }), C5 = { class: "ao-modal" }, g5 = {
4155
4158
  key: 0,
4156
4159
  class: "ao-modal__header"
4157
- }, g5 = { class: "ao-modal__header-meta" }, _5 = { class: "ao-modal__title-group" }, y5 = { class: "ao-modal__body" }, b5 = {
4160
+ }, _5 = { class: "ao-modal__header-meta" }, y5 = { class: "ao-modal__title-group" }, b5 = { class: "ao-modal__body" }, w5 = {
4158
4161
  key: 1,
4159
4162
  class: "ao-modal__footer"
4160
4163
  }, Xa = /* @__PURE__ */ Y({
@@ -4171,9 +4174,9 @@ const u5 = /* @__PURE__ */ Y({
4171
4174
  class: "ao-modal__backdrop",
4172
4175
  onClick: a[0] || (a[0] = (s) => e.$emit("close"))
4173
4176
  }),
4174
- f("div", m5, [
4175
- e.$slots.header ? (p(), m("div", C5, [
4176
- f("div", g5, [
4177
+ f("div", C5, [
4178
+ e.$slots.header ? (p(), m("div", g5, [
4179
+ f("div", _5, [
4177
4180
  T(ue, {
4178
4181
  "icon-name": "CloseRounded",
4179
4182
  variant: "ghost",
@@ -4181,14 +4184,14 @@ const u5 = /* @__PURE__ */ Y({
4181
4184
  onClick: a[1] || (a[1] = (s) => e.$emit("close"))
4182
4185
  })
4183
4186
  ]),
4184
- f("header", _5, [
4187
+ f("header", y5, [
4185
4188
  ae(e.$slots, "header")
4186
4189
  ])
4187
4190
  ])) : O("", !0),
4188
- f("div", y5, [
4191
+ f("div", b5, [
4189
4192
  ae(e.$slots, "default")
4190
4193
  ]),
4191
- e.$slots.footer ? (p(), m("footer", b5, [
4194
+ e.$slots.footer ? (p(), m("footer", w5, [
4192
4195
  ae(e.$slots, "footer")
4193
4196
  ])) : O("", !0)
4194
4197
  ])
@@ -4198,12 +4201,12 @@ const u5 = /* @__PURE__ */ Y({
4198
4201
  const ua = Math.min, Ie = Math.max, Va = Math.round, Oa = Math.floor, pt = (t) => ({
4199
4202
  x: t,
4200
4203
  y: t
4201
- }), w5 = {
4204
+ }), $5 = {
4202
4205
  left: "right",
4203
4206
  right: "left",
4204
4207
  bottom: "top",
4205
4208
  top: "bottom"
4206
- }, $5 = {
4209
+ }, k5 = {
4207
4210
  start: "end",
4208
4211
  end: "start"
4209
4212
  };
@@ -4216,7 +4219,7 @@ function Ft(t) {
4216
4219
  function Qa(t) {
4217
4220
  return t.split("-")[1];
4218
4221
  }
4219
- function k5(t) {
4222
+ function S5(t) {
4220
4223
  return t === "x" ? "y" : "x";
4221
4224
  }
4222
4225
  function xn(t) {
@@ -4226,22 +4229,22 @@ function Ls(t) {
4226
4229
  return ["top", "bottom"].includes(Ft(t)) ? "y" : "x";
4227
4230
  }
4228
4231
  function Yn(t) {
4229
- return k5(Ls(t));
4232
+ return S5(Ls(t));
4230
4233
  }
4231
- function S5(t, e, a) {
4234
+ function A5(t, e, a) {
4232
4235
  a === void 0 && (a = !1);
4233
4236
  const s = Qa(t), n = Yn(t), o = xn(n);
4234
4237
  let i = n === "x" ? s === (a ? "end" : "start") ? "right" : "left" : s === "start" ? "bottom" : "top";
4235
4238
  return e.reference[o] > e.floating[o] && (i = Ba(i)), [i, Ba(i)];
4236
4239
  }
4237
- function A5(t) {
4240
+ function M5(t) {
4238
4241
  const e = Ba(t);
4239
4242
  return [_s(t), e, _s(e)];
4240
4243
  }
4241
4244
  function _s(t) {
4242
- return t.replace(/start|end/g, (e) => $5[e]);
4245
+ return t.replace(/start|end/g, (e) => k5[e]);
4243
4246
  }
4244
- function M5(t, e, a) {
4247
+ function T5(t, e, a) {
4245
4248
  const s = ["left", "right"], n = ["right", "left"], o = ["top", "bottom"], i = ["bottom", "top"];
4246
4249
  switch (t) {
4247
4250
  case "top":
@@ -4254,15 +4257,15 @@ function M5(t, e, a) {
4254
4257
  return [];
4255
4258
  }
4256
4259
  }
4257
- function T5(t, e, a, s) {
4260
+ function O5(t, e, a, s) {
4258
4261
  const n = Qa(t);
4259
- let o = M5(Ft(t), a === "start", s);
4262
+ let o = T5(Ft(t), a === "start", s);
4260
4263
  return n && (o = o.map((i) => i + "-" + n), e && (o = o.concat(o.map(_s)))), o;
4261
4264
  }
4262
4265
  function Ba(t) {
4263
- return t.replace(/left|right|bottom|top/g, (e) => w5[e]);
4266
+ return t.replace(/left|right|bottom|top/g, (e) => $5[e]);
4264
4267
  }
4265
- function O5(t) {
4268
+ function E5(t) {
4266
4269
  return {
4267
4270
  top: 0,
4268
4271
  right: 0,
@@ -4271,8 +4274,8 @@ function O5(t) {
4271
4274
  ...t
4272
4275
  };
4273
4276
  }
4274
- function E5(t) {
4275
- return typeof t != "number" ? O5(t) : {
4277
+ function I5(t) {
4278
+ return typeof t != "number" ? E5(t) : {
4276
4279
  top: t,
4277
4280
  right: t,
4278
4281
  bottom: t,
@@ -4336,7 +4339,7 @@ function fn(t, e, a) {
4336
4339
  }
4337
4340
  return h;
4338
4341
  }
4339
- const I5 = async (t, e, a) => {
4342
+ const L5 = async (t, e, a) => {
4340
4343
  const {
4341
4344
  placement: s = "bottom",
4342
4345
  strategy: n = "absolute",
@@ -4416,7 +4419,7 @@ async function Kn(t, e) {
4416
4419
  elementContext: v = "floating",
4417
4420
  altBoundary: d = !1,
4418
4421
  padding: h = 0
4419
- } = Is(e, t), w = E5(h), b = r[d ? v === "floating" ? "reference" : "floating" : v], S = Ra(await o.getClippingRect({
4422
+ } = Is(e, t), w = I5(h), b = r[d ? v === "floating" ? "reference" : "floating" : v], S = Ra(await o.getClippingRect({
4420
4423
  element: (a = await (o.isElement == null ? void 0 : o.isElement(b))) == null || a ? b : b.contextElement || await (o.getDocumentElement == null ? void 0 : o.getDocumentElement(r.floating)),
4421
4424
  boundary: c,
4422
4425
  rootBoundary: u,
@@ -4443,7 +4446,7 @@ async function Kn(t, e) {
4443
4446
  right: (I.right - S.right + w.right) / D.x
4444
4447
  };
4445
4448
  }
4446
- const L5 = function(t) {
4449
+ const H5 = function(t) {
4447
4450
  return t === void 0 && (t = {}), {
4448
4451
  name: "flip",
4449
4452
  options: t,
@@ -4467,12 +4470,12 @@ const L5 = function(t) {
4467
4470
  } = Is(t, e);
4468
4471
  if ((a = o.arrow) != null && a.alignmentOffset)
4469
4472
  return {};
4470
- const S = Ft(n), _ = Ft(r) === r, C = await (l.isRTL == null ? void 0 : l.isRTL(c.floating)), D = d || (_ || !g ? [Ba(r)] : A5(r));
4471
- !d && w !== "none" && D.push(...T5(r, g, w, C));
4473
+ const S = Ft(n), _ = Ft(r) === r, C = await (l.isRTL == null ? void 0 : l.isRTL(c.floating)), D = d || (_ || !g ? [Ba(r)] : M5(r));
4474
+ !d && w !== "none" && D.push(...O5(r, g, w, C));
4472
4475
  const I = [r, ...D], L = await Kn(e, b), F = [];
4473
4476
  let W = ((s = o.flip) == null ? void 0 : s.overflows) || [];
4474
4477
  if (u && F.push(L[S]), v) {
4475
- const N = S5(n, i, C);
4478
+ const N = A5(n, i, C);
4476
4479
  F.push(L[N[0]], L[N[1]]);
4477
4480
  }
4478
4481
  if (W = [...W, {
@@ -4514,7 +4517,7 @@ const L5 = function(t) {
4514
4517
  return {};
4515
4518
  }
4516
4519
  };
4517
- }, H5 = function(t) {
4520
+ }, D5 = function(t) {
4518
4521
  return t === void 0 && (t = {}), {
4519
4522
  name: "size",
4520
4523
  options: t,
@@ -4593,14 +4596,14 @@ function ga(t) {
4593
4596
  } = Ve(t);
4594
4597
  return /auto|scroll|overlay|hidden|clip/.test(e + s + a) && !["inline", "contents"].includes(n);
4595
4598
  }
4596
- function D5(t) {
4599
+ function P5(t) {
4597
4600
  return ["table", "td", "th"].includes(vt(t));
4598
4601
  }
4599
4602
  function Hs(t) {
4600
4603
  const e = Ds(), a = Ve(t);
4601
4604
  return a.transform !== "none" || a.perspective !== "none" || (a.containerType ? a.containerType !== "normal" : !1) || !e && (a.backdropFilter ? a.backdropFilter !== "none" : !1) || !e && (a.filter ? a.filter !== "none" : !1) || ["transform", "perspective", "filter"].some((s) => (a.willChange || "").includes(s)) || ["paint", "layout", "strict", "content"].some((s) => (a.contain || "").includes(s));
4602
4605
  }
4603
- function P5(t) {
4606
+ function V5(t) {
4604
4607
  let e = Zt(t);
4605
4608
  for (; Ze(e) && !Ja(e); ) {
4606
4609
  if (Hs(e))
@@ -4677,15 +4680,15 @@ function Bt(t) {
4677
4680
  y: r
4678
4681
  };
4679
4682
  }
4680
- const V5 = /* @__PURE__ */ pt(0);
4683
+ const B5 = /* @__PURE__ */ pt(0);
4681
4684
  function Jn(t) {
4682
4685
  const e = Se(t);
4683
- return !Ds() || !e.visualViewport ? V5 : {
4686
+ return !Ds() || !e.visualViewport ? B5 : {
4684
4687
  x: e.visualViewport.offsetLeft,
4685
4688
  y: e.visualViewport.offsetTop
4686
4689
  };
4687
4690
  }
4688
- function B5(t, e, a) {
4691
+ function R5(t, e, a) {
4689
4692
  return e === void 0 && (e = !1), !a || e && a !== Se(t) ? !1 : e;
4690
4693
  }
4691
4694
  function St(t, e, a, s) {
@@ -4693,7 +4696,7 @@ function St(t, e, a, s) {
4693
4696
  const n = t.getBoundingClientRect(), o = Ps(t);
4694
4697
  let i = pt(1);
4695
4698
  e && (s ? tt(s) && (i = Bt(s)) : i = Bt(t));
4696
- const r = B5(o, a, s) ? Jn(o) : pt(0);
4699
+ const r = R5(o, a, s) ? Jn(o) : pt(0);
4697
4700
  let l = (n.left + r.x) / i.x, c = (n.top + r.y) / i.y, u = n.width / i.x, v = n.height / i.y;
4698
4701
  if (o) {
4699
4702
  const d = Se(o), h = s && tt(s) ? Se(s) : s;
@@ -4710,7 +4713,7 @@ function St(t, e, a, s) {
4710
4713
  y: c
4711
4714
  });
4712
4715
  }
4713
- function R5(t) {
4716
+ function N5(t) {
4714
4717
  let {
4715
4718
  rect: e,
4716
4719
  offsetParent: a,
@@ -4735,13 +4738,13 @@ function R5(t) {
4735
4738
  y: e.y * r.y - i.scrollTop * r.y + l.y
4736
4739
  };
4737
4740
  }
4738
- function N5(t) {
4741
+ function j5(t) {
4739
4742
  return Array.from(t.getClientRects());
4740
4743
  }
4741
4744
  function ei(t) {
4742
4745
  return St(st(t)).left + es(t).scrollLeft;
4743
4746
  }
4744
- function j5(t) {
4747
+ function U5(t) {
4745
4748
  const e = st(t), a = es(t), s = t.ownerDocument.body, n = Ie(e.scrollWidth, e.clientWidth, s.scrollWidth, s.clientWidth), o = Ie(e.scrollHeight, e.clientHeight, s.scrollHeight, s.clientHeight);
4746
4749
  let i = -a.scrollLeft + ei(t);
4747
4750
  const r = -a.scrollTop;
@@ -4752,7 +4755,7 @@ function j5(t) {
4752
4755
  y: r
4753
4756
  };
4754
4757
  }
4755
- function U5(t, e) {
4758
+ function F5(t, e) {
4756
4759
  const a = Se(t), s = st(t), n = a.visualViewport;
4757
4760
  let o = s.clientWidth, i = s.clientHeight, r = 0, l = 0;
4758
4761
  if (n) {
@@ -4767,7 +4770,7 @@ function U5(t, e) {
4767
4770
  y: l
4768
4771
  };
4769
4772
  }
4770
- function F5(t, e) {
4773
+ function Z5(t, e) {
4771
4774
  const a = St(t, !0, e === "fixed"), s = a.top + t.clientTop, n = a.left + t.clientLeft, o = Ze(t) ? Bt(t) : pt(1), i = t.clientWidth * o.x, r = t.clientHeight * o.y, l = n * o.x, c = s * o.y;
4772
4775
  return {
4773
4776
  width: i,
@@ -4779,11 +4782,11 @@ function F5(t, e) {
4779
4782
  function mn(t, e, a) {
4780
4783
  let s;
4781
4784
  if (e === "viewport")
4782
- s = U5(t, a);
4785
+ s = F5(t, a);
4783
4786
  else if (e === "document")
4784
- s = j5(st(t));
4787
+ s = U5(st(t));
4785
4788
  else if (tt(e))
4786
- s = F5(e, a);
4789
+ s = Z5(e, a);
4787
4790
  else {
4788
4791
  const n = Jn(t);
4789
4792
  s = {
@@ -4798,7 +4801,7 @@ function ti(t, e) {
4798
4801
  const a = Zt(t);
4799
4802
  return a === e || !tt(a) || Ja(a) ? !1 : Ve(a).position === "fixed" || ti(a, e);
4800
4803
  }
4801
- function Z5(t, e) {
4804
+ function W5(t, e) {
4802
4805
  const a = e.get(t);
4803
4806
  if (a)
4804
4807
  return a;
@@ -4811,14 +4814,14 @@ function Z5(t, e) {
4811
4814
  }
4812
4815
  return e.set(t, s), s;
4813
4816
  }
4814
- function W5(t) {
4817
+ function q5(t) {
4815
4818
  let {
4816
4819
  element: e,
4817
4820
  boundary: a,
4818
4821
  rootBoundary: s,
4819
4822
  strategy: n
4820
4823
  } = t;
4821
- const i = [...a === "clippingAncestors" ? Z5(e, this._c) : [].concat(a), s], r = i[0], l = i.reduce((c, u) => {
4824
+ const i = [...a === "clippingAncestors" ? W5(e, this._c) : [].concat(a), s], r = i[0], l = i.reduce((c, u) => {
4822
4825
  const v = mn(e, u, n);
4823
4826
  return c.top = Ie(v.top, c.top), c.right = ua(v.right, c.right), c.bottom = ua(v.bottom, c.bottom), c.left = Ie(v.left, c.left), c;
4824
4827
  }, mn(e, r, n));
@@ -4829,10 +4832,10 @@ function W5(t) {
4829
4832
  y: l.top
4830
4833
  };
4831
4834
  }
4832
- function q5(t) {
4835
+ function z5(t) {
4833
4836
  return Qn(t);
4834
4837
  }
4835
- function z5(t, e, a) {
4838
+ function x5(t, e, a) {
4836
4839
  const s = Ze(e), n = st(e), o = a === "fixed", i = St(t, !0, o, e);
4837
4840
  let r = {
4838
4841
  scrollLeft: 0,
@@ -4860,11 +4863,11 @@ function ai(t, e) {
4860
4863
  if (!Ze(t))
4861
4864
  return a;
4862
4865
  let s = Cn(t, e);
4863
- for (; s && D5(s) && Ve(s).position === "static"; )
4866
+ for (; s && P5(s) && Ve(s).position === "static"; )
4864
4867
  s = Cn(s, e);
4865
- return s && (vt(s) === "html" || vt(s) === "body" && Ve(s).position === "static" && !Hs(s)) ? a : s || P5(t) || a;
4868
+ return s && (vt(s) === "html" || vt(s) === "body" && Ve(s).position === "static" && !Hs(s)) ? a : s || V5(t) || a;
4866
4869
  }
4867
- const x5 = async function(t) {
4870
+ const Y5 = async function(t) {
4868
4871
  let {
4869
4872
  reference: e,
4870
4873
  floating: a,
@@ -4872,7 +4875,7 @@ const x5 = async function(t) {
4872
4875
  } = t;
4873
4876
  const n = this.getOffsetParent || ai, o = this.getDimensions;
4874
4877
  return {
4875
- reference: z5(e, await n(a), s),
4878
+ reference: x5(e, await n(a), s),
4876
4879
  floating: {
4877
4880
  x: 0,
4878
4881
  y: 0,
@@ -4880,22 +4883,22 @@ const x5 = async function(t) {
4880
4883
  }
4881
4884
  };
4882
4885
  };
4883
- function Y5(t) {
4886
+ function K5(t) {
4884
4887
  return Ve(t).direction === "rtl";
4885
4888
  }
4886
- const K5 = {
4887
- convertOffsetParentRelativeRectToViewportRelativeRect: R5,
4889
+ const G5 = {
4890
+ convertOffsetParentRelativeRectToViewportRelativeRect: N5,
4888
4891
  getDocumentElement: st,
4889
- getClippingRect: W5,
4892
+ getClippingRect: q5,
4890
4893
  getOffsetParent: ai,
4891
- getElementRects: x5,
4892
- getClientRects: N5,
4893
- getDimensions: q5,
4894
+ getElementRects: Y5,
4895
+ getClientRects: j5,
4896
+ getDimensions: z5,
4894
4897
  getScale: Bt,
4895
4898
  isElement: tt,
4896
- isRTL: Y5
4899
+ isRTL: K5
4897
4900
  };
4898
- function G5(t, e) {
4901
+ function X5(t, e) {
4899
4902
  let a = null, s;
4900
4903
  const n = st(t);
4901
4904
  function o() {
@@ -4940,7 +4943,7 @@ function G5(t, e) {
4940
4943
  }
4941
4944
  return i(!0), o;
4942
4945
  }
4943
- function X5(t, e, a, s) {
4946
+ function Q5(t, e, a, s) {
4944
4947
  s === void 0 && (s = {});
4945
4948
  const {
4946
4949
  ancestorScroll: n = !0,
@@ -4954,7 +4957,7 @@ function X5(t, e, a, s) {
4954
4957
  passive: !0
4955
4958
  }), o && S.addEventListener("resize", a);
4956
4959
  });
4957
- const v = c && r ? G5(c, a) : null;
4960
+ const v = c && r ? X5(c, a) : null;
4958
4961
  let d = -1, h = null;
4959
4962
  i && (h = new ResizeObserver((S) => {
4960
4963
  let [_] = S;
@@ -4974,19 +4977,19 @@ function X5(t, e, a, s) {
4974
4977
  }), v && v(), h && h.disconnect(), h = null, l && cancelAnimationFrame(w);
4975
4978
  };
4976
4979
  }
4977
- const Q5 = (t, e, a) => {
4980
+ const J5 = (t, e, a) => {
4978
4981
  const s = /* @__PURE__ */ new Map(), n = {
4979
- platform: K5,
4982
+ platform: G5,
4980
4983
  ...a
4981
4984
  }, o = {
4982
4985
  ...n.platform,
4983
4986
  _c: s
4984
4987
  };
4985
- return I5(t, e, {
4988
+ return L5(t, e, {
4986
4989
  ...n,
4987
4990
  platform: o
4988
4991
  });
4989
- }, J5 = (t) => {
4992
+ }, e7 = (t) => {
4990
4993
  const e = ee(!1), a = ee(), s = ee(), n = ee(0);
4991
4994
  function o() {
4992
4995
  const v = J(t.appendTo);
@@ -5011,21 +5014,21 @@ const Q5 = (t, e, a) => {
5011
5014
  transform: "none",
5012
5015
  marginTop: 0
5013
5016
  }), i.appendChild(d), t.multiselect.value.handleFocusOut = l;
5014
- const w = X5(a.value, s.value, u);
5017
+ const w = Q5(a.value, s.value, u);
5015
5018
  r.value = () => {
5016
5019
  s.value && i.contains(s.value) && i.removeChild(s.value), w();
5017
5020
  };
5018
5021
  }
5019
5022
  function u() {
5020
- !s.value || !a.value || Q5(a.value, s.value, {
5023
+ !s.value || !a.value || J5(a.value, s.value, {
5021
5024
  strategy: "absolute",
5022
5025
  placement: "bottom-start",
5023
5026
  middleware: [
5024
- L5({
5027
+ H5({
5025
5028
  fallbackStrategy: "initialPlacement",
5026
5029
  fallbackPlacements: ["top-start", "bottom-start"]
5027
5030
  }),
5028
- H5({
5031
+ D5({
5029
5032
  apply({ availableWidth: v, availableHeight: d, elements: h, rects: w }) {
5030
5033
  Object.assign(h.floating.style, {
5031
5034
  minHeight: `${n.value}px`,
@@ -5055,7 +5058,7 @@ const Q5 = (t, e, a) => {
5055
5058
  function Ue(t) {
5056
5059
  return [null, void 0].indexOf(t) !== -1;
5057
5060
  }
5058
- function e7(t, e, a) {
5061
+ function t7(t, e, a) {
5059
5062
  const { object: s, valueProp: n, mode: o } = Me(t), i = Tt().proxy, r = a.iv, l = (v, d = !0) => {
5060
5063
  r.value = u(v);
5061
5064
  const h = c(v);
@@ -5065,7 +5068,7 @@ function e7(t, e, a) {
5065
5068
  update: l
5066
5069
  };
5067
5070
  }
5068
- function t7(t, e) {
5071
+ function a7(t, e) {
5069
5072
  const { value: a, modelValue: s, mode: n, valueProp: o } = Me(t), i = ee(n.value !== "single" ? [] : {}), r = M(() => s && s.value !== void 0 ? s.value : a.value), l = M(() => n.value === "single" ? i.value[o.value] : i.value.map((u) => u[o.value])), c = M(() => n.value !== "single" ? i.value.map((u) => u[o.value]).join(",") : i.value[o.value]);
5070
5073
  return {
5071
5074
  iv: i,
@@ -5076,7 +5079,7 @@ function t7(t, e) {
5076
5079
  plainValue: l
5077
5080
  };
5078
5081
  }
5079
- function a7(t, e, a) {
5082
+ function s7(t, e, a) {
5080
5083
  const { regex: s } = Me(t), n = Tt().proxy, o = a.isOpen, i = a.open, r = ee(null), l = () => {
5081
5084
  r.value = "";
5082
5085
  }, c = (d) => {
@@ -5104,7 +5107,7 @@ function a7(t, e, a) {
5104
5107
  handlePaste: v
5105
5108
  };
5106
5109
  }
5107
- function s7(t, e, a) {
5110
+ function n7(t, e, a) {
5108
5111
  const { groupSelect: s, mode: n, groups: o, disabledProp: i } = Me(t), r = ee(null), l = (u) => {
5109
5112
  u === void 0 || u !== null && u[i.value] || o.value && u && u.group && (n.value === "single" || !s.value) || (r.value = u);
5110
5113
  };
@@ -5119,16 +5122,16 @@ function s7(t, e, a) {
5119
5122
  function hs(t, e = !0) {
5120
5123
  return e ? String(t).toLowerCase().trim() : String(t).toLowerCase().normalize("NFD").trim().replace(new RegExp(/æ/g), "ae").replace(new RegExp(/œ/g), "oe").replace(new RegExp(/ø/g), "o").replace(/\p{Diacritic}/gu, "");
5121
5124
  }
5122
- function n7(t) {
5125
+ function i7(t) {
5123
5126
  return Object.prototype.toString.call(t) === "[object Object]";
5124
5127
  }
5125
- function i7(t, e) {
5128
+ function o7(t, e) {
5126
5129
  const a = e.slice().sort();
5127
5130
  return t.length === e.length && t.slice().sort().every(function(s, n) {
5128
5131
  return s === a[n];
5129
5132
  });
5130
5133
  }
5131
- function o7(t, e, a) {
5134
+ function r7(t, e, a) {
5132
5135
  const {
5133
5136
  options: s,
5134
5137
  mode: n,
@@ -5349,7 +5352,7 @@ function o7(t, e, a) {
5349
5352
  let re = k;
5350
5353
  if (X.value && C.value) {
5351
5354
  let me = le.value;
5352
- me || (me = (bt, nn, A8) => yt.value.some((Ti) => {
5355
+ me || (me = (bt, nn, M8) => yt.value.some((Ti) => {
5353
5356
  let on = hs(ya(bt[Ti]), se.value);
5354
5357
  return R.value ? on.startsWith(hs(nn, se.value)) : on.indexOf(hs(nn, se.value)) !== -1;
5355
5358
  })), re = re.filter((bt) => me(bt, X.value, oe));
@@ -5357,7 +5360,7 @@ function o7(t, e, a) {
5357
5360
  return r.value && B && (re = re.filter((me) => !ki(me))), re;
5358
5361
  }, ds = (k) => {
5359
5362
  let B = k;
5360
- return n7(B) && (B = Object.keys(B).map((re) => {
5363
+ return i7(B) && (B = Object.keys(B).map((re) => {
5361
5364
  let me = B[re];
5362
5365
  return { [L.value]: re, [yt.value[0]]: me, [u.value]: me };
5363
5366
  })), B = B.map((re) => typeof re == "object" ? re : { [L.value]: re, [yt.value[0]]: re, [u.value]: re }), B;
@@ -5426,7 +5429,7 @@ function o7(t, e, a) {
5426
5429
  break;
5427
5430
  case "multiple":
5428
5431
  case "tags":
5429
- i7(w.value ? k.map((B) => B[L.value]) : k, q.value.map((B) => B[L.value])) || $e(Sa(k), !1);
5432
+ o7(w.value ? k.map((B) => B[L.value]) : k, q.value.map((B) => B[L.value])) || $e(Sa(k), !1);
5430
5433
  break;
5431
5434
  }
5432
5435
  }, { deep: !0 }), de(s, (k, B) => {
@@ -5467,7 +5470,7 @@ function o7(t, e, a) {
5467
5470
  refreshLabels: ps
5468
5471
  };
5469
5472
  }
5470
- function r7(t, e, a) {
5473
+ function l7(t, e, a) {
5471
5474
  const {
5472
5475
  valueProp: s,
5473
5476
  showOptions: n,
@@ -5612,14 +5615,14 @@ function Bs(t) {
5612
5615
  scrollTop: s
5613
5616
  };
5614
5617
  }
5615
- function l7(t) {
5618
+ function u7(t) {
5616
5619
  return {
5617
5620
  scrollLeft: t.scrollLeft,
5618
5621
  scrollTop: t.scrollTop
5619
5622
  };
5620
5623
  }
5621
- function u7(t) {
5622
- return t === Ae(t) || !Pe(t) ? Bs(t) : l7(t);
5624
+ function c7(t) {
5625
+ return t === Ae(t) || !Pe(t) ? Bs(t) : u7(t);
5623
5626
  }
5624
5627
  function We(t) {
5625
5628
  return t ? (t.nodeName || "").toLowerCase() : null;
@@ -5640,13 +5643,13 @@ function Ns(t) {
5640
5643
  var e = at(t), a = e.overflow, s = e.overflowX, n = e.overflowY;
5641
5644
  return /auto|scroll|overlay|hidden/.test(a + n + s);
5642
5645
  }
5643
- function c7(t) {
5646
+ function d7(t) {
5644
5647
  var e = t.getBoundingClientRect(), a = Wt(e.width) / t.offsetWidth || 1, s = Wt(e.height) / t.offsetHeight || 1;
5645
5648
  return a !== 1 || s !== 1;
5646
5649
  }
5647
- function d7(t, e, a) {
5650
+ function p7(t, e, a) {
5648
5651
  a === void 0 && (a = !1);
5649
- var s = Pe(e), n = Pe(e) && c7(e), o = gt(e), i = qt(t, n, a), r = {
5652
+ var s = Pe(e), n = Pe(e) && d7(e), o = gt(e), i = qt(t, n, a), r = {
5650
5653
  scrollLeft: 0,
5651
5654
  scrollTop: 0
5652
5655
  }, l = {
@@ -5654,7 +5657,7 @@ function d7(t, e, a) {
5654
5657
  y: 0
5655
5658
  };
5656
5659
  return (s || !s && !a) && ((We(e) !== "body" || // https://github.com/popperjs/popper-core/issues/1078
5657
- Ns(o)) && (r = u7(e)), Pe(e) ? (l = qt(e, !0), l.x += e.clientLeft, l.y += e.clientTop) : o && (l.x = Rs(o))), {
5660
+ Ns(o)) && (r = c7(e)), Pe(e) ? (l = qt(e, !0), l.x += e.clientLeft, l.y += e.clientTop) : o && (l.x = Rs(o))), {
5658
5661
  x: i.left + r.scrollLeft - l.x,
5659
5662
  y: i.top + r.scrollTop - l.y,
5660
5663
  width: i.width,
@@ -5694,14 +5697,14 @@ function ia(t, e) {
5694
5697
  r.concat(ia(ts(i)))
5695
5698
  );
5696
5699
  }
5697
- function p7(t) {
5700
+ function v7(t) {
5698
5701
  return ["table", "td", "th"].indexOf(We(t)) >= 0;
5699
5702
  }
5700
5703
  function gn(t) {
5701
5704
  return !Pe(t) || // https://github.com/popperjs/popper-core/issues/837
5702
5705
  at(t).position === "fixed" ? null : t.offsetParent;
5703
5706
  }
5704
- function v7(t) {
5707
+ function f7(t) {
5705
5708
  var e = /firefox/i.test(ys()), a = /Trident/i.test(ys());
5706
5709
  if (a && Pe(t)) {
5707
5710
  var s = at(t);
@@ -5718,16 +5721,16 @@ function v7(t) {
5718
5721
  return null;
5719
5722
  }
5720
5723
  function as(t) {
5721
- for (var e = Ae(t), a = gn(t); a && p7(a) && at(a).position === "static"; )
5724
+ for (var e = Ae(t), a = gn(t); a && v7(a) && at(a).position === "static"; )
5722
5725
  a = gn(a);
5723
- return a && (We(a) === "html" || We(a) === "body" && at(a).position === "static") ? e : a || v7(t) || e;
5726
+ return a && (We(a) === "html" || We(a) === "body" && at(a).position === "static") ? e : a || f7(t) || e;
5724
5727
  }
5725
- var Ne = "top", qe = "bottom", ft = "right", Xe = "left", js = "auto", ss = [Ne, qe, ft, Xe], zt = "start", da = "end", f7 = "clippingParents", oi = "viewport", na = "popper", h7 = "reference", _n = /* @__PURE__ */ ss.reduce(function(t, e) {
5728
+ var Ne = "top", qe = "bottom", ft = "right", Xe = "left", js = "auto", ss = [Ne, qe, ft, Xe], zt = "start", da = "end", h7 = "clippingParents", oi = "viewport", na = "popper", m7 = "reference", _n = /* @__PURE__ */ ss.reduce(function(t, e) {
5726
5729
  return t.concat([e + "-" + zt, e + "-" + da]);
5727
- }, []), m7 = /* @__PURE__ */ [].concat(ss, [js]).reduce(function(t, e) {
5730
+ }, []), C7 = /* @__PURE__ */ [].concat(ss, [js]).reduce(function(t, e) {
5728
5731
  return t.concat([e, e + "-" + zt, e + "-" + da]);
5729
- }, []), C7 = "beforeRead", g7 = "read", _7 = "afterRead", y7 = "beforeMain", b7 = "main", w7 = "afterMain", $7 = "beforeWrite", k7 = "write", S7 = "afterWrite", A7 = [C7, g7, _7, y7, b7, w7, $7, k7, S7];
5730
- function M7(t) {
5732
+ }, []), g7 = "beforeRead", _7 = "read", y7 = "afterRead", b7 = "beforeMain", w7 = "main", $7 = "afterMain", k7 = "beforeWrite", S7 = "write", A7 = "afterWrite", M7 = [g7, _7, y7, b7, w7, $7, k7, S7, A7];
5733
+ function T7(t) {
5731
5734
  var e = /* @__PURE__ */ new Map(), a = /* @__PURE__ */ new Set(), s = [];
5732
5735
  t.forEach(function(o) {
5733
5736
  e.set(o.name, o);
@@ -5746,15 +5749,15 @@ function M7(t) {
5746
5749
  a.has(o.name) || n(o);
5747
5750
  }), s;
5748
5751
  }
5749
- function T7(t) {
5750
- var e = M7(t);
5751
- return A7.reduce(function(a, s) {
5752
+ function O7(t) {
5753
+ var e = T7(t);
5754
+ return M7.reduce(function(a, s) {
5752
5755
  return a.concat(e.filter(function(n) {
5753
5756
  return n.phase === s;
5754
5757
  }));
5755
5758
  }, []);
5756
5759
  }
5757
- function O7(t) {
5760
+ function E7(t) {
5758
5761
  var e;
5759
5762
  return function() {
5760
5763
  return e || (e = new Promise(function(a) {
@@ -5764,7 +5767,7 @@ function O7(t) {
5764
5767
  })), e;
5765
5768
  };
5766
5769
  }
5767
- function E7(t) {
5770
+ function I7(t) {
5768
5771
  var e = t.reduce(function(a, s) {
5769
5772
  var n = a[s.name];
5770
5773
  return a[s.name] = n ? Object.assign({}, n, s, {
@@ -5776,7 +5779,7 @@ function E7(t) {
5776
5779
  return e[a];
5777
5780
  });
5778
5781
  }
5779
- function I7(t, e) {
5782
+ function L7(t, e) {
5780
5783
  var a = Ae(t), s = gt(t), n = a.visualViewport, o = s.clientWidth, i = s.clientHeight, r = 0, l = 0;
5781
5784
  if (n) {
5782
5785
  o = n.width, i = n.height;
@@ -5790,7 +5793,7 @@ function I7(t, e) {
5790
5793
  y: l
5791
5794
  };
5792
5795
  }
5793
- function L7(t) {
5796
+ function H7(t) {
5794
5797
  var e, a = gt(t), s = Bs(t), n = (e = t.ownerDocument) == null ? void 0 : e.body, o = kt(a.scrollWidth, a.clientWidth, n ? n.scrollWidth : 0, n ? n.clientWidth : 0), i = kt(a.scrollHeight, a.clientHeight, n ? n.scrollHeight : 0, n ? n.clientHeight : 0), r = -s.scrollLeft + Rs(t), l = -s.scrollTop;
5795
5798
  return at(n || a).direction === "rtl" && (r += kt(a.clientWidth, n ? n.clientWidth : 0) - o), {
5796
5799
  width: o,
@@ -5799,7 +5802,7 @@ function L7(t) {
5799
5802
  y: l
5800
5803
  };
5801
5804
  }
5802
- function H7(t, e) {
5805
+ function D7(t, e) {
5803
5806
  var a = e.getRootNode && e.getRootNode();
5804
5807
  if (t.contains(e))
5805
5808
  return !0;
@@ -5821,21 +5824,21 @@ function bs(t) {
5821
5824
  bottom: t.y + t.height
5822
5825
  });
5823
5826
  }
5824
- function D7(t, e) {
5827
+ function P7(t, e) {
5825
5828
  var a = qt(t, !1, e === "fixed");
5826
5829
  return a.top = a.top + t.clientTop, a.left = a.left + t.clientLeft, a.bottom = a.top + t.clientHeight, a.right = a.left + t.clientWidth, a.width = t.clientWidth, a.height = t.clientHeight, a.x = a.left, a.y = a.top, a;
5827
5830
  }
5828
5831
  function yn(t, e, a) {
5829
- return e === oi ? bs(I7(t, a)) : At(e) ? D7(e, a) : bs(L7(gt(t)));
5832
+ return e === oi ? bs(L7(t, a)) : At(e) ? P7(e, a) : bs(H7(gt(t)));
5830
5833
  }
5831
- function P7(t) {
5834
+ function V7(t) {
5832
5835
  var e = ia(ts(t)), a = ["absolute", "fixed"].indexOf(at(t).position) >= 0, s = a && Pe(t) ? as(t) : t;
5833
5836
  return At(s) ? e.filter(function(n) {
5834
- return At(n) && H7(n, s) && We(n) !== "body";
5837
+ return At(n) && D7(n, s) && We(n) !== "body";
5835
5838
  }) : [];
5836
5839
  }
5837
- function V7(t, e, a, s) {
5838
- var n = e === "clippingParents" ? P7(t) : [].concat(e), o = [].concat(n, [a]), i = o[0], r = o.reduce(function(l, c) {
5840
+ function B7(t, e, a, s) {
5841
+ var n = e === "clippingParents" ? V7(t) : [].concat(e), o = [].concat(n, [a]), i = o[0], r = o.reduce(function(l, c) {
5839
5842
  var u = yn(t, c, s);
5840
5843
  return l.top = kt(u.top, l.top), l.right = Na(u.right, l.right), l.bottom = Na(u.bottom, l.bottom), l.left = kt(u.left, l.left), l;
5841
5844
  }, yn(t, i, s));
@@ -5905,17 +5908,17 @@ function ui() {
5905
5908
  left: 0
5906
5909
  };
5907
5910
  }
5908
- function B7(t) {
5911
+ function R7(t) {
5909
5912
  return Object.assign({}, ui(), t);
5910
5913
  }
5911
- function R7(t, e) {
5914
+ function N7(t, e) {
5912
5915
  return e.reduce(function(a, s) {
5913
5916
  return a[s] = t, a;
5914
5917
  }, {});
5915
5918
  }
5916
5919
  function Us(t, e) {
5917
5920
  e === void 0 && (e = {});
5918
- var a = e, s = a.placement, n = s === void 0 ? t.placement : s, o = a.strategy, i = o === void 0 ? t.strategy : o, r = a.boundary, l = r === void 0 ? f7 : r, c = a.rootBoundary, u = c === void 0 ? oi : c, v = a.elementContext, d = v === void 0 ? na : v, h = a.altBoundary, w = h === void 0 ? !1 : h, g = a.padding, b = g === void 0 ? 0 : g, S = B7(typeof b != "number" ? b : R7(b, ss)), _ = d === na ? h7 : na, C = t.rects.popper, D = t.elements[w ? _ : d], I = V7(At(D) ? D : D.contextElement || gt(t.elements.popper), l, u, i), L = qt(t.elements.reference), F = li({
5921
+ var a = e, s = a.placement, n = s === void 0 ? t.placement : s, o = a.strategy, i = o === void 0 ? t.strategy : o, r = a.boundary, l = r === void 0 ? h7 : r, c = a.rootBoundary, u = c === void 0 ? oi : c, v = a.elementContext, d = v === void 0 ? na : v, h = a.altBoundary, w = h === void 0 ? !1 : h, g = a.padding, b = g === void 0 ? 0 : g, S = R7(typeof b != "number" ? b : N7(b, ss)), _ = d === na ? m7 : na, C = t.rects.popper, D = t.elements[w ? _ : d], I = B7(At(D) ? D : D.contextElement || gt(t.elements.popper), l, u, i), L = qt(t.elements.reference), F = li({
5919
5922
  reference: L,
5920
5923
  element: C,
5921
5924
  strategy: "absolute",
@@ -5947,7 +5950,7 @@ function wn() {
5947
5950
  return !(s && typeof s.getBoundingClientRect == "function");
5948
5951
  });
5949
5952
  }
5950
- function N7(t) {
5953
+ function j7(t) {
5951
5954
  t === void 0 && (t = {});
5952
5955
  var e = t, a = e.defaultModifiers, s = a === void 0 ? [] : a, n = e.defaultOptions, o = n === void 0 ? bn : n;
5953
5956
  return function(r, l, c) {
@@ -5971,7 +5974,7 @@ function N7(t) {
5971
5974
  reference: At(r) ? ia(r) : r.contextElement ? ia(r.contextElement) : [],
5972
5975
  popper: ia(l)
5973
5976
  };
5974
- var C = T7(E7([].concat(s, u.options.modifiers)));
5977
+ var C = O7(I7([].concat(s, u.options.modifiers)));
5975
5978
  return u.orderedModifiers = C.filter(function(D) {
5976
5979
  return D.enabled;
5977
5980
  }), w(), h.update();
@@ -5986,7 +5989,7 @@ function N7(t) {
5986
5989
  var S = u.elements, _ = S.reference, C = S.popper;
5987
5990
  if (wn(_, C)) {
5988
5991
  u.rects = {
5989
- reference: d7(_, as(C), u.options.strategy === "fixed"),
5992
+ reference: p7(_, as(C), u.options.strategy === "fixed"),
5990
5993
  popper: ni(C)
5991
5994
  }, u.reset = !1, u.placement = u.options.placement, u.orderedModifiers.forEach(function(G) {
5992
5995
  return u.modifiersData[G.name] = Object.assign({}, G.data);
@@ -6009,7 +6012,7 @@ function N7(t) {
6009
6012
  },
6010
6013
  // Async and optimistically optimized update – it will not be executed if
6011
6014
  // not necessary (debounced to run at most once-per-tick)
6012
- update: O7(function() {
6015
+ update: E7(function() {
6013
6016
  return new Promise(function(b) {
6014
6017
  h.forceUpdate(), b(u);
6015
6018
  });
@@ -6049,7 +6052,7 @@ function N7(t) {
6049
6052
  var Ea = {
6050
6053
  passive: !0
6051
6054
  };
6052
- function j7(t) {
6055
+ function U7(t) {
6053
6056
  var e = t.state, a = t.instance, s = t.options, n = s.scroll, o = n === void 0 ? !0 : n, i = s.resize, r = i === void 0 ? !0 : i, l = Ae(e.elements.popper), c = [].concat(e.scrollParents.reference, e.scrollParents.popper);
6054
6057
  return o && c.forEach(function(u) {
6055
6058
  u.addEventListener("scroll", a.update, Ea);
@@ -6059,16 +6062,16 @@ function j7(t) {
6059
6062
  }), r && l.removeEventListener("resize", a.update, Ea);
6060
6063
  };
6061
6064
  }
6062
- var U7 = {
6065
+ var F7 = {
6063
6066
  name: "eventListeners",
6064
6067
  enabled: !0,
6065
6068
  phase: "write",
6066
6069
  fn: function() {
6067
6070
  },
6068
- effect: j7,
6071
+ effect: U7,
6069
6072
  data: {}
6070
6073
  };
6071
- function F7(t) {
6074
+ function Z7(t) {
6072
6075
  var e = t.state, a = t.name;
6073
6076
  e.modifiersData[a] = li({
6074
6077
  reference: e.rects.reference,
@@ -6077,19 +6080,19 @@ function F7(t) {
6077
6080
  placement: e.placement
6078
6081
  });
6079
6082
  }
6080
- var Z7 = {
6083
+ var W7 = {
6081
6084
  name: "popperOffsets",
6082
6085
  enabled: !0,
6083
6086
  phase: "read",
6084
- fn: F7,
6087
+ fn: Z7,
6085
6088
  data: {}
6086
- }, W7 = {
6089
+ }, q7 = {
6087
6090
  top: "auto",
6088
6091
  right: "auto",
6089
6092
  bottom: "auto",
6090
6093
  left: "auto"
6091
6094
  };
6092
- function q7(t, e) {
6095
+ function z7(t, e) {
6093
6096
  var a = t.x, s = t.y, n = e.devicePixelRatio || 1;
6094
6097
  return {
6095
6098
  x: Wt(a * n) / n || 0,
@@ -6127,7 +6130,7 @@ function $n(t) {
6127
6130
  }
6128
6131
  var se = Object.assign({
6129
6132
  position: r
6130
- }, c && W7), N = u === !0 ? q7({
6133
+ }, c && q7), N = u === !0 ? z7({
6131
6134
  x: h,
6132
6135
  y: g
6133
6136
  }, Ae(a)) : {
@@ -6140,7 +6143,7 @@ function $n(t) {
6140
6143
  }
6141
6144
  return Object.assign({}, se, (e = {}, e[D] = _ ? g + "px" : "", e[C] = S ? h + "px" : "", e.transform = "", e));
6142
6145
  }
6143
- function z7(t) {
6146
+ function x7(t) {
6144
6147
  var e = t.state, a = t.options, s = a.gpuAcceleration, n = s === void 0 ? !0 : s, o = a.adaptive, i = o === void 0 ? !0 : o, r = a.roundOffsets, l = r === void 0 ? !0 : r, c = {
6145
6148
  placement: ct(e.placement),
6146
6149
  variation: xt(e.placement),
@@ -6163,14 +6166,14 @@ function z7(t) {
6163
6166
  "data-popper-placement": e.placement
6164
6167
  });
6165
6168
  }
6166
- var x7 = {
6169
+ var Y7 = {
6167
6170
  name: "computeStyles",
6168
6171
  enabled: !0,
6169
6172
  phase: "beforeWrite",
6170
- fn: z7,
6173
+ fn: x7,
6171
6174
  data: {}
6172
6175
  };
6173
- function Y7(t) {
6176
+ function K7(t) {
6174
6177
  var e = t.state;
6175
6178
  Object.keys(e.elements).forEach(function(a) {
6176
6179
  var s = e.styles[a] || {}, n = e.attributes[a] || {}, o = e.elements[a];
@@ -6180,7 +6183,7 @@ function Y7(t) {
6180
6183
  }));
6181
6184
  });
6182
6185
  }
6183
- function K7(t) {
6186
+ function G7(t) {
6184
6187
  var e = t.state, a = {
6185
6188
  popper: {
6186
6189
  position: e.options.strategy,
@@ -6204,33 +6207,33 @@ function K7(t) {
6204
6207
  });
6205
6208
  };
6206
6209
  }
6207
- var G7 = {
6210
+ var X7 = {
6208
6211
  name: "applyStyles",
6209
6212
  enabled: !0,
6210
6213
  phase: "write",
6211
- fn: Y7,
6212
- effect: K7,
6214
+ fn: K7,
6215
+ effect: G7,
6213
6216
  requires: ["computeStyles"]
6214
- }, X7 = [U7, Z7, x7, G7], Q7 = /* @__PURE__ */ N7({
6215
- defaultModifiers: X7
6217
+ }, Q7 = [F7, W7, Y7, X7], J7 = /* @__PURE__ */ j7({
6218
+ defaultModifiers: Q7
6216
6219
  });
6217
- function J7(t) {
6220
+ function ep(t) {
6218
6221
  return t === "x" ? "y" : "x";
6219
6222
  }
6220
6223
  function Ia(t, e, a) {
6221
6224
  return kt(t, Na(e, a));
6222
6225
  }
6223
- function ep(t, e, a) {
6226
+ function tp(t, e, a) {
6224
6227
  var s = Ia(t, e, a);
6225
6228
  return s > a ? a : s;
6226
6229
  }
6227
- function tp(t) {
6230
+ function ap(t) {
6228
6231
  var e = t.state, a = t.options, s = t.name, n = a.mainAxis, o = n === void 0 ? !0 : n, i = a.altAxis, r = i === void 0 ? !1 : i, l = a.boundary, c = a.rootBoundary, u = a.altBoundary, v = a.padding, d = a.tether, h = d === void 0 ? !0 : d, w = a.tetherOffset, g = w === void 0 ? 0 : w, b = Us(e, {
6229
6232
  boundary: l,
6230
6233
  rootBoundary: c,
6231
6234
  padding: v,
6232
6235
  altBoundary: u
6233
- }), S = ct(e.placement), _ = xt(e.placement), C = !_, D = ri(S), I = J7(D), L = e.modifiersData.popperOffsets, F = e.rects.reference, W = e.rects.popper, x = typeof g == "function" ? g(Object.assign({}, e.rects, {
6236
+ }), S = ct(e.placement), _ = xt(e.placement), C = !_, D = ri(S), I = ep(D), L = e.modifiersData.popperOffsets, F = e.rects.reference, W = e.rects.popper, x = typeof g == "function" ? g(Object.assign({}, e.rects, {
6234
6237
  placement: e.placement
6235
6238
  })) : g, G = typeof x == "number" ? {
6236
6239
  mainAxis: x,
@@ -6251,19 +6254,19 @@ function tp(t) {
6251
6254
  L[D] = ya, N[D] = ya - $;
6252
6255
  }
6253
6256
  if (r) {
6254
- var ot, je = D === "x" ? Ne : Xe, Te = D === "x" ? qe : ft, Be = L[I], ze = I === "y" ? "height" : "width", Xt = Be + b[je], ba = Be - b[Te], Oe = [Ne, Xe].indexOf(S) !== -1, Qt = (ot = se == null ? void 0 : se[I]) != null ? ot : 0, rt = Oe ? Xt : Be - F[ze] - W[ze] - Qt + G.altAxis, _t = Oe ? Be + F[ze] + W[ze] - Qt - G.altAxis : ba, wa = h && Oe ? ep(rt, Be, _t) : Ia(h ? rt : Xt, Be, h ? _t : ba);
6257
+ var ot, je = D === "x" ? Ne : Xe, Te = D === "x" ? qe : ft, Be = L[I], ze = I === "y" ? "height" : "width", Xt = Be + b[je], ba = Be - b[Te], Oe = [Ne, Xe].indexOf(S) !== -1, Qt = (ot = se == null ? void 0 : se[I]) != null ? ot : 0, rt = Oe ? Xt : Be - F[ze] - W[ze] - Qt + G.altAxis, _t = Oe ? Be + F[ze] + W[ze] - Qt - G.altAxis : ba, wa = h && Oe ? tp(rt, Be, _t) : Ia(h ? rt : Xt, Be, h ? _t : ba);
6255
6258
  L[I] = wa, N[I] = wa - Be;
6256
6259
  }
6257
6260
  e.modifiersData[s] = N;
6258
6261
  }
6259
6262
  }
6260
- var ap = {
6263
+ var sp = {
6261
6264
  name: "preventOverflow",
6262
6265
  enabled: !0,
6263
6266
  phase: "main",
6264
- fn: tp,
6267
+ fn: ap,
6265
6268
  requiresIfExists: ["offset"]
6266
- }, sp = {
6269
+ }, np = {
6267
6270
  left: "right",
6268
6271
  right: "left",
6269
6272
  bottom: "top",
@@ -6271,21 +6274,21 @@ var ap = {
6271
6274
  };
6272
6275
  function La(t) {
6273
6276
  return t.replace(/left|right|bottom|top/g, function(e) {
6274
- return sp[e];
6277
+ return np[e];
6275
6278
  });
6276
6279
  }
6277
- var np = {
6280
+ var ip = {
6278
6281
  start: "end",
6279
6282
  end: "start"
6280
6283
  };
6281
6284
  function kn(t) {
6282
6285
  return t.replace(/start|end/g, function(e) {
6283
- return np[e];
6286
+ return ip[e];
6284
6287
  });
6285
6288
  }
6286
- function ip(t, e) {
6289
+ function op(t, e) {
6287
6290
  e === void 0 && (e = {});
6288
- var a = e, s = a.placement, n = a.boundary, o = a.rootBoundary, i = a.padding, r = a.flipVariations, l = a.allowedAutoPlacements, c = l === void 0 ? m7 : l, u = xt(s), v = u ? r ? _n : _n.filter(function(w) {
6291
+ var a = e, s = a.placement, n = a.boundary, o = a.rootBoundary, i = a.padding, r = a.flipVariations, l = a.allowedAutoPlacements, c = l === void 0 ? C7 : l, u = xt(s), v = u ? r ? _n : _n.filter(function(w) {
6289
6292
  return xt(w) === u;
6290
6293
  }) : ss, d = v.filter(function(w) {
6291
6294
  return c.indexOf(w) >= 0;
@@ -6303,17 +6306,17 @@ function ip(t, e) {
6303
6306
  return h[w] - h[g];
6304
6307
  });
6305
6308
  }
6306
- function op(t) {
6309
+ function rp(t) {
6307
6310
  if (ct(t) === js)
6308
6311
  return [];
6309
6312
  var e = La(t);
6310
6313
  return [kn(t), e, kn(e)];
6311
6314
  }
6312
- function rp(t) {
6315
+ function lp(t) {
6313
6316
  var e = t.state, a = t.options, s = t.name;
6314
6317
  if (!e.modifiersData[s]._skip) {
6315
- for (var n = a.mainAxis, o = n === void 0 ? !0 : n, i = a.altAxis, r = i === void 0 ? !0 : i, l = a.fallbackPlacements, c = a.padding, u = a.boundary, v = a.rootBoundary, d = a.altBoundary, h = a.flipVariations, w = h === void 0 ? !0 : h, g = a.allowedAutoPlacements, b = e.options.placement, S = ct(b), _ = S === b, C = l || (_ || !w ? [La(b)] : op(b)), D = [b].concat(C).reduce(function(oe, q) {
6316
- return oe.concat(ct(q) === js ? ip(e, {
6318
+ for (var n = a.mainAxis, o = n === void 0 ? !0 : n, i = a.altAxis, r = i === void 0 ? !0 : i, l = a.fallbackPlacements, c = a.padding, u = a.boundary, v = a.rootBoundary, d = a.altBoundary, h = a.flipVariations, w = h === void 0 ? !0 : h, g = a.allowedAutoPlacements, b = e.options.placement, S = ct(b), _ = S === b, C = l || (_ || !w ? [La(b)] : rp(b)), D = [b].concat(C).reduce(function(oe, q) {
6319
+ return oe.concat(ct(q) === js ? op(e, {
6317
6320
  placement: q,
6318
6321
  boundary: u,
6319
6322
  rootBoundary: v,
@@ -6358,17 +6361,17 @@ function rp(t) {
6358
6361
  e.placement !== x && (e.modifiersData[s]._skip = !0, e.placement = x, e.reset = !0);
6359
6362
  }
6360
6363
  }
6361
- var lp = {
6364
+ var up = {
6362
6365
  name: "flip",
6363
6366
  enabled: !0,
6364
6367
  phase: "main",
6365
- fn: rp,
6368
+ fn: lp,
6366
6369
  requiresIfExists: ["offset"],
6367
6370
  data: {
6368
6371
  _skip: !1
6369
6372
  }
6370
6373
  };
6371
- function up(t, e, a) {
6374
+ function cp(t, e, a) {
6372
6375
  const { disabled: s, appendTo: n, appendToBody: o, openDirection: i } = Me(t), r = Tt().proxy, l = a.multiselect, c = a.dropdown, u = ee(!1), v = ee(null), d = ee(null), h = M(() => n.value || o.value), w = M(() => i.value === "top" && d.value === "bottom" || i.value === "bottom" && d.value !== "top" ? "bottom" : "top"), g = () => {
6373
6376
  u.value || s.value || (u.value = !0, e.emit("open", r), h.value && De(() => {
6374
6377
  S();
@@ -6400,15 +6403,15 @@ function up(t, e, a) {
6400
6403
  return !1;
6401
6404
  };
6402
6405
  return Mt(() => {
6403
- h.value && (v.value = Q7(l.value, c.value, {
6406
+ h.value && (v.value = J7(l.value, c.value, {
6404
6407
  strategy: _(l.value) ? (
6405
6408
  /* istanbul ignore next: UI feature */
6406
6409
  "fixed"
6407
6410
  ) : void 0,
6408
6411
  placement: i.value,
6409
6412
  modifiers: [
6410
- ap,
6411
- lp,
6413
+ sp,
6414
+ up,
6412
6415
  {
6413
6416
  name: "sameWidth",
6414
6417
  enabled: !0,
@@ -6442,7 +6445,7 @@ function up(t, e, a) {
6442
6445
  updatePopper: S
6443
6446
  };
6444
6447
  }
6445
- function cp(t, e, a) {
6448
+ function dp(t, e, a) {
6446
6449
  const { searchable: s, disabled: n, clearOnBlur: o } = Me(t), i = a.input, r = a.open, l = a.close, c = a.clearSearch, u = a.isOpen, v = a.wrapper, d = a.tags, h = ee(!1), w = ee(!1), g = M(() => s.value || n.value ? -1 : 0), b = () => {
6447
6450
  s.value && i.value.blur(), v.value.blur();
6448
6451
  }, S = () => {
@@ -6480,7 +6483,7 @@ function cp(t, e, a) {
6480
6483
  }
6481
6484
  };
6482
6485
  }
6483
- function dp(t, e, a) {
6486
+ function pp(t, e, a) {
6484
6487
  const {
6485
6488
  mode: s,
6486
6489
  addTagOn: n,
@@ -6567,7 +6570,7 @@ function dp(t, e, a) {
6567
6570
  preparePointer: A
6568
6571
  };
6569
6572
  }
6570
- function pp(t, e, a) {
6573
+ function vp(t, e, a) {
6571
6574
  const {
6572
6575
  classes: s,
6573
6576
  disabled: n,
@@ -6677,7 +6680,7 @@ function pp(t, e, a) {
6677
6680
  showDropdown: S
6678
6681
  };
6679
6682
  }
6680
- function vp(t, e, a) {
6683
+ function fp(t, e, a) {
6681
6684
  const {
6682
6685
  limit: s,
6683
6686
  infinite: n
@@ -6705,7 +6708,7 @@ function vp(t, e, a) {
6705
6708
  infiniteLoader: v
6706
6709
  };
6707
6710
  }
6708
- function fp(t, e, a) {
6711
+ function hp(t, e, a) {
6709
6712
  const {
6710
6713
  placeholder: s,
6711
6714
  id: n,
@@ -6764,7 +6767,7 @@ function fp(t, e, a) {
6764
6767
  ariaTagLabel: se
6765
6768
  };
6766
6769
  }
6767
- function hp(t, e, a) {
6770
+ function mp(t, e, a) {
6768
6771
  const {
6769
6772
  locale: s,
6770
6773
  fallbackLocale: n
@@ -6773,7 +6776,7 @@ function hp(t, e, a) {
6773
6776
  localize: (i) => !i || typeof i != "object" ? i : i && i[s.value] ? i[s.value] : i && s.value && i[s.value.toUpperCase()] ? i[s.value.toUpperCase()] : i && i[n.value] ? i[n.value] : i && n.value && i[n.value.toUpperCase()] ? i[n.value.toUpperCase()] : i && Object.keys(i)[0] ? i[Object.keys(i)[0]] : ""
6774
6777
  };
6775
6778
  }
6776
- function mp(t, e, a) {
6779
+ function Cp(t, e, a) {
6777
6780
  const s = ee(null), n = ee(null), o = ee(null), i = ee(null), r = ee(null);
6778
6781
  return {
6779
6782
  multiselect: s,
@@ -6783,7 +6786,7 @@ function mp(t, e, a) {
6783
6786
  dropdown: r
6784
6787
  };
6785
6788
  }
6786
- function Cp(t, e, a, s = {}) {
6789
+ function gp(t, e, a, s = {}) {
6787
6790
  return a.forEach((n) => {
6788
6791
  n && (s = {
6789
6792
  ...s,
@@ -7146,21 +7149,21 @@ var ut = {
7146
7149
  }
7147
7150
  },
7148
7151
  setup(t, e) {
7149
- return Cp(t, e, [
7152
+ return gp(t, e, [
7153
+ Cp,
7150
7154
  mp,
7151
- hp,
7152
- t7,
7153
- s7,
7154
- up,
7155
7155
  a7,
7156
- e7,
7156
+ n7,
7157
7157
  cp,
7158
- o7,
7159
- vp,
7160
- r7,
7158
+ s7,
7159
+ t7,
7161
7160
  dp,
7161
+ r7,
7162
+ fp,
7163
+ l7,
7162
7164
  pp,
7163
- fp
7165
+ vp,
7166
+ hp
7164
7167
  ]);
7165
7168
  },
7166
7169
  beforeMount() {
@@ -7172,8 +7175,8 @@ var ut = {
7172
7175
  }));
7173
7176
  }
7174
7177
  };
7175
- const gp = ["id", "dir"], _p = ["tabindex", "aria-controls", "aria-placeholder", "aria-expanded", "aria-activedescendant", "aria-multiselectable", "role"], yp = ["type", "modelValue", "value", "autocomplete", "id", "aria-controls", "aria-placeholder", "aria-expanded", "aria-activedescendant", "aria-multiselectable"], bp = ["onKeyup", "aria-label"], wp = ["onClick"], $p = ["type", "modelValue", "value", "id", "autocomplete", "aria-controls", "aria-placeholder", "aria-expanded", "aria-activedescendant", "aria-multiselectable"], kp = ["innerHTML"], Sp = ["id"], Ap = ["id"], Mp = ["id", "aria-label", "aria-selected"], Tp = ["data-pointed", "onMouseenter", "onMousedown"], Op = ["innerHTML"], Ep = ["aria-label"], Ip = ["data-pointed", "data-selected", "onMouseenter", "onMousedown", "id", "aria-selected", "aria-label"], Lp = ["data-pointed", "data-selected", "onMouseenter", "onMousedown", "id", "aria-selected", "aria-label"], Hp = ["innerHTML"], Dp = ["innerHTML"], Pp = ["value"], Vp = ["name", "value"], Bp = ["name", "value"], Rp = ["id"];
7176
- function Np(t, e, a, s, n, o) {
7178
+ const _p = ["id", "dir"], yp = ["tabindex", "aria-controls", "aria-placeholder", "aria-expanded", "aria-activedescendant", "aria-multiselectable", "role"], bp = ["type", "modelValue", "value", "autocomplete", "id", "aria-controls", "aria-placeholder", "aria-expanded", "aria-activedescendant", "aria-multiselectable"], wp = ["onKeyup", "aria-label"], $p = ["onClick"], kp = ["type", "modelValue", "value", "id", "autocomplete", "aria-controls", "aria-placeholder", "aria-expanded", "aria-activedescendant", "aria-multiselectable"], Sp = ["innerHTML"], Ap = ["id"], Mp = ["id"], Tp = ["id", "aria-label", "aria-selected"], Op = ["data-pointed", "onMouseenter", "onMousedown"], Ep = ["innerHTML"], Ip = ["aria-label"], Lp = ["data-pointed", "data-selected", "onMouseenter", "onMousedown", "id", "aria-selected", "aria-label"], Hp = ["data-pointed", "data-selected", "onMouseenter", "onMousedown", "id", "aria-selected", "aria-label"], Dp = ["innerHTML"], Pp = ["innerHTML"], Vp = ["value"], Bp = ["name", "value"], Rp = ["name", "value"], Np = ["id"];
7179
+ function jp(t, e, a, s, n, o) {
7177
7180
  return p(), m("div", {
7178
7181
  ref: "multiselect",
7179
7182
  class: Q(t.classList.container),
@@ -7218,7 +7221,7 @@ function Np(t, e, a, s, n, o) {
7218
7221
  }, {
7219
7222
  ...a.attrs,
7220
7223
  ...t.arias
7221
- }), null, 16, yp)) : O("v-if", !0),
7224
+ }), null, 16, bp)) : O("v-if", !0),
7222
7225
  O(" Tags (with search) "),
7223
7226
  a.mode == "tags" ? (p(), m(
7224
7227
  "div",
@@ -7269,8 +7272,8 @@ function Np(t, e, a, s, n, o) {
7269
7272
  2
7270
7273
  /* CLASS */
7271
7274
  )
7272
- ], 10, wp)) : O("v-if", !0)
7273
- ], 42, bp))
7275
+ ], 10, $p)) : O("v-if", !0)
7276
+ ], 42, wp))
7274
7277
  ])),
7275
7278
  256
7276
7279
  /* UNKEYED_FRAGMENT */
@@ -7314,7 +7317,7 @@ function Np(t, e, a, s, n, o) {
7314
7317
  }, {
7315
7318
  ...a.attrs,
7316
7319
  ...t.arias
7317
- }), null, 16, $p)) : O("v-if", !0)
7320
+ }), null, 16, kp)) : O("v-if", !0)
7318
7321
  ],
7319
7322
  2
7320
7323
  /* CLASS */
@@ -7356,7 +7359,7 @@ function Np(t, e, a, s, n, o) {
7356
7359
  f("div", {
7357
7360
  class: Q(t.classList.multipleLabel),
7358
7361
  innerHTML: t.multipleLabelText
7359
- }, null, 10, kp)
7362
+ }, null, 10, Sp)
7360
7363
  ]) : O("v-if", !0),
7361
7364
  O(" Placeholder "),
7362
7365
  a.placeholder && !t.hasSelected && !t.search ? ae(t.$slots, "placeholder", { key: 4 }, () => [
@@ -7434,7 +7437,7 @@ function Np(t, e, a, s, n, o) {
7434
7437
  /* CLASS */
7435
7438
  )
7436
7439
  ]) : O("v-if", !0)
7437
- ], 16, _p),
7440
+ ], 16, yp),
7438
7441
  O(" Options "),
7439
7442
  (p(), P(jt, {
7440
7443
  to: a.appendTo || "body",
@@ -7477,9 +7480,9 @@ function Np(t, e, a, s, n, o) {
7477
7480
  }, () => [
7478
7481
  f("span", {
7479
7482
  innerHTML: t.localize(i[a.groupLabel])
7480
- }, null, 8, Op)
7483
+ }, null, 8, Ep)
7481
7484
  ])
7482
- ], 42, Tp)),
7485
+ ], 42, Op)),
7483
7486
  f("ul", {
7484
7487
  class: Q(t.classList.groupOptions),
7485
7488
  "aria-label": t.ariaGroupLabel(t.localize(i[a.groupLabel])),
@@ -7514,12 +7517,12 @@ function Np(t, e, a, s, n, o) {
7514
7517
  /* TEXT */
7515
7518
  )
7516
7519
  ])
7517
- ], 42, Ip))),
7520
+ ], 42, Lp))),
7518
7521
  128
7519
7522
  /* KEYED_FRAGMENT */
7520
7523
  ))
7521
- ], 10, Ep)
7522
- ], 10, Mp))),
7524
+ ], 10, Ip)
7525
+ ], 10, Tp))),
7523
7526
  128
7524
7527
  /* KEYED_FRAGMENT */
7525
7528
  )) : (p(!0), m(
@@ -7551,22 +7554,22 @@ function Np(t, e, a, s, n, o) {
7551
7554
  /* TEXT */
7552
7555
  )
7553
7556
  ])
7554
- ], 42, Lp))),
7557
+ ], 42, Hp))),
7555
7558
  128
7556
7559
  /* KEYED_FRAGMENT */
7557
7560
  ))
7558
- ], 10, Ap),
7561
+ ], 10, Mp),
7559
7562
  t.noOptions ? ae(t.$slots, "nooptions", { key: 0 }, () => [
7560
7563
  f("div", {
7561
7564
  class: Q(t.classList.noOptions),
7562
7565
  innerHTML: t.localize(a.noOptionsText)
7563
- }, null, 10, Hp)
7566
+ }, null, 10, Dp)
7564
7567
  ]) : O("v-if", !0),
7565
7568
  t.noResults ? ae(t.$slots, "noresults", { key: 1 }, () => [
7566
7569
  f("div", {
7567
7570
  class: Q(t.classList.noResults),
7568
7571
  innerHTML: t.localize(a.noResultsText)
7569
- }, null, 10, Dp)
7572
+ }, null, 10, Pp)
7570
7573
  ]) : O("v-if", !0),
7571
7574
  a.infinite && t.hasMore ? (p(), m(
7572
7575
  "div",
@@ -7592,7 +7595,7 @@ function Np(t, e, a, s, n, o) {
7592
7595
  /* CLASS */
7593
7596
  )) : O("v-if", !0),
7594
7597
  ae(t.$slots, "afterlist", { options: t.fo })
7595
- ], 10, Sp)
7598
+ ], 10, Ap)
7596
7599
  ], 8, ["to", "disabled"])),
7597
7600
  O(" Hacky input element to show HTML5 required warning "),
7598
7601
  a.required ? (p(), m("input", {
@@ -7601,7 +7604,7 @@ function Np(t, e, a, s, n, o) {
7601
7604
  tabindex: "-1",
7602
7605
  value: t.textValue,
7603
7606
  required: ""
7604
- }, null, 10, Pp)) : O("v-if", !0),
7607
+ }, null, 10, Vp)) : O("v-if", !0),
7605
7608
  O(" Native input support "),
7606
7609
  a.nativeSupport ? (p(), m(
7607
7610
  fe,
@@ -7612,7 +7615,7 @@ function Np(t, e, a, s, n, o) {
7612
7615
  type: "hidden",
7613
7616
  name: a.name,
7614
7617
  value: t.plainValue !== void 0 ? t.plainValue : ""
7615
- }, null, 8, Vp)) : (p(!0), m(
7618
+ }, null, 8, Bp)) : (p(!0), m(
7616
7619
  fe,
7617
7620
  { key: 1 },
7618
7621
  _e(t.plainValue, (i, r) => (p(), m("input", {
@@ -7620,7 +7623,7 @@ function Np(t, e, a, s, n, o) {
7620
7623
  name: `${a.name}[]`,
7621
7624
  value: i,
7622
7625
  key: r
7623
- }, null, 8, Bp))),
7626
+ }, null, 8, Rp))),
7624
7627
  128
7625
7628
  /* KEYED_FRAGMENT */
7626
7629
  ))
@@ -7634,7 +7637,7 @@ function Np(t, e, a, s, n, o) {
7634
7637
  class: Q(t.classList.assist),
7635
7638
  id: t.ariaAssist,
7636
7639
  "aria-hidden": "true"
7637
- }, z(t.ariaLabel), 11, Rp)) : O("v-if", !0),
7640
+ }, z(t.ariaLabel), 11, Np)) : O("v-if", !0),
7638
7641
  O(" Create height for empty input "),
7639
7642
  f(
7640
7643
  "div",
@@ -7645,9 +7648,9 @@ function Np(t, e, a, s, n, o) {
7645
7648
  2
7646
7649
  /* CLASS */
7647
7650
  )
7648
- ], 42, gp);
7651
+ ], 42, _p);
7649
7652
  }
7650
- ut.render = Np;
7653
+ ut.render = jp;
7651
7654
  ut.__file = "src/Multiselect.vue";
7652
7655
  const ke = /* @__PURE__ */ Y({
7653
7656
  __name: "AoMultiselect",
@@ -7657,7 +7660,7 @@ const ke = /* @__PURE__ */ Y({
7657
7660
  },
7658
7661
  setup(t) {
7659
7662
  const e = t, a = Vt(() => e.appendTo), s = ee();
7660
- return e.detached && J5({
7663
+ return e.detached && e7({
7661
7664
  multiselect: s,
7662
7665
  appendTo: a.value
7663
7666
  }), (n, o) => (p(), P(J(ut), {
@@ -7676,13 +7679,13 @@ const ke = /* @__PURE__ */ Y({
7676
7679
  });
7677
7680
  var Sn;
7678
7681
  function Ot() {
7679
- const t = jp(), e = t.appContext.config.globalProperties;
7682
+ const t = Up(), e = t.appContext.config.globalProperties;
7680
7683
  return {
7681
7684
  i18next: e.$i18next,
7682
7685
  t: e.$t.bind(t.proxy)
7683
7686
  };
7684
7687
  }
7685
- function jp() {
7688
+ function Up() {
7686
7689
  const t = Tt();
7687
7690
  if (!t)
7688
7691
  throw new Error("i18next-vue: No Vue instance in context. Make sure to register the i18next-vue plugin using app.use(...).");
@@ -7725,7 +7728,7 @@ async function Qe(t, e) {
7725
7728
  i == null || i.select();
7726
7729
  }
7727
7730
  }
7728
- const Up = { class: "ao-tasks" }, Fp = { class: "ao-tasks__list" }, Zp = ["id", "value", "readonly", "onChange", "onKeyup"], Wp = { class: "ao-tasks__list-footer" }, qp = /* @__PURE__ */ Y({
7731
+ const Fp = { class: "ao-tasks" }, Zp = { class: "ao-tasks__list" }, Wp = ["id", "value", "readonly", "onChange", "onKeyup"], qp = { class: "ao-tasks__list-footer" }, zp = /* @__PURE__ */ Y({
7729
7732
  __name: "AoActivityTasks",
7730
7733
  props: {
7731
7734
  activityId: {},
@@ -7778,8 +7781,8 @@ const Up = { class: "ao-tasks" }, Fp = { class: "ao-tasks__list" }, Zp = ["id",
7778
7781
  const d = v.target;
7779
7782
  d == null || d.blur();
7780
7783
  };
7781
- return (v, d) => (p(), m("div", Up, [
7782
- f("ul", Fp, [
7784
+ return (v, d) => (p(), m("div", Fp, [
7785
+ f("ul", Zp, [
7783
7786
  (p(!0), m(fe, null, _e(v.tasks, (h) => {
7784
7787
  var w, g;
7785
7788
  return p(), m("li", {
@@ -7803,7 +7806,7 @@ const Up = { class: "ao-tasks" }, Fp = { class: "ao-tasks__list" }, Zp = ["id",
7803
7806
  type: "text",
7804
7807
  onChange: (b) => i(b, h.id),
7805
7808
  onKeyup: dt(u, ["enter"])
7806
- }, null, 42, Zp),
7809
+ }, null, 42, Wp),
7807
7810
  Ua(". "),
7808
7811
  !v.isTemplate && v.users ? (p(), P(ke, {
7809
7812
  key: 1,
@@ -7841,7 +7844,7 @@ const Up = { class: "ao-tasks" }, Fp = { class: "ao-tasks__list" }, Zp = ["id",
7841
7844
  ]);
7842
7845
  }), 128))
7843
7846
  ]),
7844
- f("div", Wp, [
7847
+ f("div", qp, [
7845
7848
  v.isEditable ? (p(), P(ue, {
7846
7849
  key: 0,
7847
7850
  label: v.$t("activity.tasks.add"),
@@ -7854,10 +7857,10 @@ const Up = { class: "ao-tasks" }, Fp = { class: "ao-tasks__list" }, Zp = ["id",
7854
7857
  ]));
7855
7858
  }
7856
7859
  });
7857
- const zp = ["onDrop", "onDragenter", "onDragover", "onDragleave"], xp = { class: "ao-files__placeholder" }, Yp = {
7860
+ const xp = ["onDrop", "onDragenter", "onDragover", "onDragleave"], Yp = { class: "ao-files__placeholder" }, Kp = {
7858
7861
  key: 0,
7859
7862
  class: "ao-files__list"
7860
- }, Kp = ["href"], Gp = { class: "ao-file__title" }, Xp = { key: 0 }, Qp = { class: "ao-files__input" }, Jp = { class: "ao-files__button ao-button ao-button--primary ao-button--ghost ao-button--sm" }, ev = { class: "ao-button__label" }, tv = { class: "ao-files__dropzone" }, av = { class: "ao-files__dropzone-label" }, sv = /* @__PURE__ */ Y({
7863
+ }, Gp = ["href"], Xp = { class: "ao-file__title" }, Qp = { key: 0 }, Jp = { class: "ao-files__input" }, ev = { class: "ao-files__button ao-button ao-button--primary ao-button--ghost ao-button--sm" }, tv = { class: "ao-button__label" }, av = { class: "ao-files__dropzone" }, sv = { class: "ao-files__dropzone-label" }, nv = /* @__PURE__ */ Y({
7861
7864
  __name: "AoActivityDetailsFiles",
7862
7865
  props: {
7863
7866
  attachments: {},
@@ -7912,9 +7915,9 @@ const zp = ["onDrop", "onDragenter", "onDragover", "onDragleave"], xp = { class:
7912
7915
  onDragleave: ve(l, ["prevent"])
7913
7916
  }, [
7914
7917
  ae(u.$slots, "default", {}, () => [
7915
- f("span", xp, z(u.$t("activity.attachment.placeholder.resting")), 1)
7918
+ f("span", Yp, z(u.$t("activity.attachment.placeholder.resting")), 1)
7916
7919
  ]),
7917
- u.attachments ? (p(), m("ul", Yp, [
7920
+ u.attachments ? (p(), m("ul", Kp, [
7918
7921
  (p(!0), m(fe, null, _e(u.attachments, (d) => (p(), m("li", {
7919
7922
  key: d.id,
7920
7923
  class: "ao-file"
@@ -7930,8 +7933,8 @@ const zp = ["onDrop", "onDragenter", "onDragover", "onDragleave"], xp = { class:
7930
7933
  name: "AttachFileRounded",
7931
7934
  size: "sm"
7932
7935
  }),
7933
- f("span", Gp, z(d.name), 1)
7934
- ], 8, Kp),
7936
+ f("span", Xp, z(d.name), 1)
7937
+ ], 8, Gp),
7935
7938
  u.isEditable ? (p(), P(ue, {
7936
7939
  key: 0,
7937
7940
  class: "ao-files__delete-button",
@@ -7943,14 +7946,14 @@ const zp = ["onDrop", "onDragenter", "onDragover", "onDragleave"], xp = { class:
7943
7946
  onClick: () => s(d)
7944
7947
  }, null, 8, ["onClick"])) : O("", !0)
7945
7948
  ]))), 128)),
7946
- u.isEditable ? (p(), m("li", Xp, [
7947
- f("label", Qp, [
7948
- f("div", Jp, [
7949
+ u.isEditable ? (p(), m("li", Qp, [
7950
+ f("label", Jp, [
7951
+ f("div", ev, [
7949
7952
  T(pe, {
7950
7953
  name: "Add",
7951
7954
  size: "sm"
7952
7955
  }),
7953
- f("span", ev, z(u.$t("activity.attachment.button.resting")), 1)
7956
+ f("span", tv, z(u.$t("activity.attachment.button.resting")), 1)
7954
7957
  ]),
7955
7958
  f("input", {
7956
7959
  class: "input-field",
@@ -7963,18 +7966,18 @@ const zp = ["onDrop", "onDragenter", "onDragover", "onDragleave"], xp = { class:
7963
7966
  ])
7964
7967
  ])) : O("", !0)
7965
7968
  ])) : O("", !0),
7966
- Re(f("div", tv, [
7967
- f("span", av, z(u.$t("activity.attachment.placeholder.active")), 1)
7969
+ Re(f("div", av, [
7970
+ f("span", sv, z(u.$t("activity.attachment.placeholder.active")), 1)
7968
7971
  ], 512), [
7969
7972
  [Hi, i.value]
7970
7973
  ])
7971
- ], 42, zp));
7974
+ ], 42, xp));
7972
7975
  }
7973
7976
  });
7974
- const nv = { class: "ao-comment" }, iv = { class: "ao-comment__created-at" }, ov = { class: "ao-comment__body" }, rv = { class: "ao-comment__content-wrapper" }, lv = {
7977
+ const iv = { class: "ao-comment" }, ov = { class: "ao-comment__created-at" }, rv = { class: "ao-comment__body" }, lv = { class: "ao-comment__content-wrapper" }, uv = {
7975
7978
  key: 1,
7976
7979
  class: "ao-comment__footer"
7977
- }, uv = /* @__PURE__ */ Y({
7980
+ }, cv = /* @__PURE__ */ Y({
7978
7981
  __name: "AoComment",
7979
7982
  props: {
7980
7983
  user: {},
@@ -7990,7 +7993,7 @@ const nv = { class: "ao-comment" }, iv = { class: "ao-comment__created-at" }, ov
7990
7993
  return g ? `${g == null ? void 0 : g.firstName} ${g == null ? void 0 : g.lastName}` : null;
7991
7994
  }), n = ee(null), { isEditing: o, toggleIsEditing: i, onUpdate: r, onDiscard: l } = En(n), c = M(() => {
7992
7995
  const g = a.editedAt && la(a.editedAt), b = la(a.createdAt), S = /* @__PURE__ */ new Date(), _ = g ?? b;
7993
- return _ && s3(_, S);
7996
+ return _ && n3(_, S);
7994
7997
  }), u = M(() => o.value ? "textarea" : "p"), v = l(), d = r((g) => {
7995
7998
  e("edit", g);
7996
7999
  }), h = () => {
@@ -8006,16 +8009,16 @@ const nv = { class: "ao-comment" }, iv = { class: "ao-comment__created-at" }, ov
8006
8009
  });
8007
8010
  }), (g, b) => {
8008
8011
  var S;
8009
- return p(), m("li", nv, [
8012
+ return p(), m("li", iv, [
8010
8013
  s.value ? (p(), P(et, {
8011
8014
  key: 0,
8012
8015
  "avatar-url": (S = g.user) == null ? void 0 : S.avatarUrl,
8013
8016
  "user-name": s.value,
8014
8017
  class: "ao-comment__avatar"
8015
8018
  }, null, 8, ["avatar-url", "user-name"])) : O("", !0),
8016
- f("span", iv, z(c.value), 1),
8017
- f("div", ov, [
8018
- f("div", rv, [
8019
+ f("span", ov, z(c.value), 1),
8020
+ f("div", rv, [
8021
+ f("div", lv, [
8019
8022
  (p(), P(ht(u.value), {
8020
8023
  ref_key: "commentContent",
8021
8024
  ref: n,
@@ -8034,7 +8037,7 @@ const nv = { class: "ao-comment" }, iv = { class: "ao-comment__created-at" }, ov
8034
8037
  }, 40, ["value", "rows", "onKeyup"]))
8035
8038
  ])
8036
8039
  ]),
8037
- g.isEditable ? (p(), m("div", lv, [
8040
+ g.isEditable ? (p(), m("div", uv, [
8038
8041
  J(o) ? (p(), m(fe, { key: 0 }, [
8039
8042
  T(ue, {
8040
8043
  "icon-name": "CloseRounded",
@@ -8072,10 +8075,10 @@ const nv = { class: "ao-comment" }, iv = { class: "ao-comment__created-at" }, ov
8072
8075
  };
8073
8076
  }
8074
8077
  });
8075
- const cv = { class: "ao-comments__header" }, dv = ["onSubmit"], pv = ["placeholder"], vv = { class: "ao-comments__form-submit" }, fv = {
8078
+ const dv = { class: "ao-comments__header" }, pv = ["onSubmit"], vv = ["placeholder"], fv = { class: "ao-comments__form-submit" }, hv = {
8076
8079
  key: 0,
8077
8080
  class: "ao-comments__list"
8078
- }, hv = /* @__PURE__ */ Y({
8081
+ }, mv = /* @__PURE__ */ Y({
8079
8082
  __name: "AoActivityDetailsComments",
8080
8083
  props: {
8081
8084
  comments: { default: () => [] },
@@ -8086,7 +8089,7 @@ const cv = { class: "ao-comments__header" }, dv = ["onSubmit"], pv = ["placehold
8086
8089
  emits: ["createComment", "updateComment", "removeComment"],
8087
8090
  setup(t, { emit: e }) {
8088
8091
  const a = t, s = M(() => (a.comments || []).toSorted(
8089
- (d, h) => x2(la(d.createdAt), la(h.createdAt))
8092
+ (d, h) => Y2(la(d.createdAt), la(h.createdAt))
8090
8093
  )), n = (v) => a.users.find((h) => h.id === v), o = ee();
8091
8094
  De(() => {
8092
8095
  o.value && (o.value.scrollTop = o.value.scrollHeight);
@@ -8116,7 +8119,7 @@ const cv = { class: "ao-comments__header" }, dv = ["onSubmit"], pv = ["placehold
8116
8119
  ref: o,
8117
8120
  class: "ao-comments"
8118
8121
  }, [
8119
- f("div", cv, [
8122
+ f("div", dv, [
8120
8123
  f("form", {
8121
8124
  class: "ao-comments__form",
8122
8125
  onSubmit: ve(l, ["prevent"])
@@ -8126,7 +8129,7 @@ const cv = { class: "ao-comments__header" }, dv = ["onSubmit"], pv = ["placehold
8126
8129
  rows: "2",
8127
8130
  class: "ao-field__textarea ao-comments__form-textarea",
8128
8131
  placeholder: v.$t("activity.comment.label")
8129
- }, null, 8, pv), [
8132
+ }, null, 8, vv), [
8130
8133
  [
8131
8134
  Ge,
8132
8135
  r.value,
@@ -8134,7 +8137,7 @@ const cv = { class: "ao-comments__header" }, dv = ["onSubmit"], pv = ["placehold
8134
8137
  { trim: !0 }
8135
8138
  ]
8136
8139
  ]),
8137
- f("div", vv, [
8140
+ f("div", fv, [
8138
8141
  T(ue, {
8139
8142
  type: "submit",
8140
8143
  "icon-name": "SendRounded",
@@ -8144,10 +8147,10 @@ const cv = { class: "ao-comments__header" }, dv = ["onSubmit"], pv = ["placehold
8144
8147
  size: "sm"
8145
8148
  })
8146
8149
  ])
8147
- ], 40, dv)
8150
+ ], 40, pv)
8148
8151
  ]),
8149
- ((h = s.value) == null ? void 0 : h.length) > 0 ? (p(), m("ul", fv, [
8150
- (p(!0), m(fe, null, _e(s.value, (w) => (p(), P(uv, {
8152
+ ((h = s.value) == null ? void 0 : h.length) > 0 ? (p(), m("ul", hv, [
8153
+ (p(!0), m(fe, null, _e(s.value, (w) => (p(), P(cv, {
8151
8154
  key: w.id,
8152
8155
  user: n(w.author.id),
8153
8156
  content: w.message,
@@ -8180,34 +8183,34 @@ const ws = /* @__PURE__ */ Y({
8180
8183
  onClick: o[0] || (o[0] = () => s())
8181
8184
  }, null, 8, ["color"]));
8182
8185
  }
8183
- }), mv = { class: "ao-activity-details" }, Cv = { class: "ao-activity-details__main" }, gv = { class: "ao-activity-details__header" }, _v = {
8186
+ }), Cv = { class: "ao-activity-details" }, gv = { class: "ao-activity-details__main" }, _v = { class: "ao-activity-details__header" }, yv = {
8184
8187
  key: 1,
8185
8188
  class: "ao-activity__category"
8186
- }, yv = { class: "ao-feed__activity-details__header" }, bv = {
8189
+ }, bv = { class: "ao-feed__activity-details__header" }, wv = {
8187
8190
  key: 0,
8188
8191
  class: "ao-field ao-feed__activity-details__project"
8189
- }, wv = { class: "ao-field__label" }, $v = {
8192
+ }, $v = { class: "ao-field__label" }, kv = {
8190
8193
  key: 1,
8191
8194
  class: "ao-field ao-feed__activity-details__project"
8192
- }, kv = { class: "ao-field__label" }, Sv = { class: "ao-activity-details__content" }, Av = { class: "ao-fieldset" }, Mv = { class: "ao-field__row" }, Tv = { class: "ao-field ao-field--full" }, Ov = { class: "ao-field__label" }, Ev = ["readonly"], Iv = { class: "ao-field__row" }, Lv = { class: "ao-field ao-field--inline" }, Hv = { class: "ao-field__label" }, Dv = ["readonly"], Pv = { class: "ao-fieldset" }, Vv = { class: "ao-fieldset__title" }, Bv = { class: "ao-fieldset__body" }, Rv = {
8195
+ }, Sv = { class: "ao-field__label" }, Av = { class: "ao-activity-details__content" }, Mv = { class: "ao-fieldset" }, Tv = { class: "ao-field__row" }, Ov = { class: "ao-field ao-field--full" }, Ev = { class: "ao-field__label" }, Iv = ["readonly"], Lv = { class: "ao-field__row" }, Hv = { class: "ao-field ao-field--inline" }, Dv = { class: "ao-field__label" }, Pv = ["readonly"], Vv = { class: "ao-fieldset" }, Bv = { class: "ao-fieldset__title" }, Rv = { class: "ao-fieldset__body" }, Nv = {
8193
8196
  key: 0,
8194
8197
  class: "ao-fieldset"
8195
- }, Nv = { class: "ao-fieldset__title" }, jv = { class: "ao-activity-details__aside" }, Uv = { class: "ao-activity-details__close-button" }, Fv = {
8198
+ }, jv = { class: "ao-fieldset__title" }, Uv = { class: "ao-activity-details__aside" }, Fv = { class: "ao-activity-details__close-button" }, Zv = {
8196
8199
  key: 0,
8197
8200
  class: "ao-activity-details__aside-section"
8198
- }, Zv = { class: "ao-field" }, Wv = { class: "ao-field__label" }, qv = { class: "ao-activity-details__aside-section" }, zv = { class: "ao-field ao-field--multiselect" }, xv = { class: "assignee-inline" }, Yv = { class: "ao-field__label" }, Kv = { class: "ao-activity-details__aside-section" }, Gv = {
8201
+ }, Wv = { class: "ao-field" }, qv = { class: "ao-field__label" }, zv = { class: "ao-activity-details__aside-section" }, xv = { class: "ao-field ao-field--multiselect" }, Yv = { class: "assignee-inline" }, Kv = { class: "ao-field__label" }, Gv = { class: "ao-activity-details__aside-section" }, Xv = {
8199
8202
  key: 0,
8200
8203
  class: "ao-field__row"
8201
- }, Xv = { class: "ao-field" }, Qv = { class: "ao-field__label" }, Jv = ["readonly"], ef = { class: "ao-activity-details__aside-section" }, tf = {
8204
+ }, Qv = { class: "ao-field" }, Jv = { class: "ao-field__label" }, ef = ["readonly"], tf = { class: "ao-activity-details__aside-section" }, af = {
8202
8205
  key: 0,
8203
8206
  class: "ao-field__row"
8204
- }, af = { class: "ao-field ao-field--multiselect" }, sf = { class: "ao-activity-details__aside-section" }, nf = {
8207
+ }, sf = { class: "ao-field ao-field--multiselect" }, nf = { class: "ao-activity-details__aside-section" }, of = {
8205
8208
  key: 1,
8206
8209
  class: "ao-activity-details__aside-section"
8207
- }, of = { class: "ao-fieldset ao-activity-details__aside-section" }, rf = { class: "ao-fieldset__title" }, lf = { class: "ao-fieldset__body" }, uf = { class: "ao-field__row" }, cf = { class: "ao-field ao-field--multiselect" }, df = { class: "ao-field__label" }, pf = { class: "ao-field__row" }, vf = { class: "ao-field ao-field--multiselect" }, ff = { class: "ao-field__label" }, hf = {
8210
+ }, rf = { class: "ao-fieldset ao-activity-details__aside-section" }, lf = { class: "ao-fieldset__title" }, uf = { class: "ao-fieldset__body" }, cf = { class: "ao-field__row" }, df = { class: "ao-field ao-field--multiselect" }, pf = { class: "ao-field__label" }, vf = { class: "ao-field__row" }, ff = { class: "ao-field ao-field--multiselect" }, hf = { class: "ao-field__label" }, mf = {
8208
8211
  key: 2,
8209
8212
  class: "ao-activity-details__aside-section ao-activity-details__aside-section--created-by"
8210
- }, mf = { class: "ao-activity__created-by" }, Fs = /* @__PURE__ */ Y({
8213
+ }, Cf = { class: "ao-activity__created-by" }, Fs = /* @__PURE__ */ Y({
8211
8214
  __name: "AoActivityDetails",
8212
8215
  props: {
8213
8216
  activity: {},
@@ -8426,9 +8429,9 @@ const ws = /* @__PURE__ */ Y({
8426
8429
  default: Z(() => {
8427
8430
  var le, oe, q;
8428
8431
  return [
8429
- f("div", mv, [
8430
- f("div", Cv, [
8431
- f("div", gv, [
8432
+ f("div", Cv, [
8433
+ f("div", gv, [
8434
+ f("div", _v, [
8432
8435
  y.activity.slug ? (p(), P(qa, {
8433
8436
  key: 0,
8434
8437
  label: y.activity.slug,
@@ -8438,16 +8441,16 @@ const ws = /* @__PURE__ */ Y({
8438
8441
  class: "ao-activity__ao-tag",
8439
8442
  onClick: ie
8440
8443
  }, null, 8, ["label"])) : O("", !0),
8441
- y.breadcrumbs ? (p(), m("div", _v, z(y.breadcrumbs), 1)) : O("", !0),
8444
+ y.breadcrumbs ? (p(), m("div", yv, z(y.breadcrumbs), 1)) : O("", !0),
8442
8445
  T(ye, {
8443
8446
  title: y.activity.name || "",
8444
8447
  level: 4,
8445
8448
  "is-editable": s.value,
8446
8449
  "onUpdate:title": n
8447
8450
  }, null, 8, ["title", "is-editable"]),
8448
- f("div", yv, [
8449
- G.value ? (p(), m("label", bv, [
8450
- f("span", wv, z(y.$t("activity.project.label")), 1),
8451
+ f("div", bv, [
8452
+ G.value ? (p(), m("label", wv, [
8453
+ f("span", $v, z(y.$t("activity.project.label")), 1),
8451
8454
  T(ke, {
8452
8455
  options: G.value,
8453
8456
  value: (le = y.activity.project) == null ? void 0 : le.id,
@@ -8457,8 +8460,8 @@ const ws = /* @__PURE__ */ Y({
8457
8460
  onChange: N
8458
8461
  }, null, 8, ["options", "value", "disabled", "caret"])
8459
8462
  ])) : O("", !0),
8460
- se.value ? (p(), m("label", $v, [
8461
- f("span", kv, z(y.$t("activity.milestone.label")), 1),
8463
+ se.value ? (p(), m("label", kv, [
8464
+ f("span", Sv, z(y.$t("activity.milestone.label")), 1),
8462
8465
  T(ke, {
8463
8466
  options: se.value,
8464
8467
  value: (oe = y.activity.milestone) == null ? void 0 : oe.id,
@@ -8471,24 +8474,24 @@ const ws = /* @__PURE__ */ Y({
8471
8474
  ]),
8472
8475
  ae(y.$slots, "header")
8473
8476
  ]),
8474
- f("div", Sv, [
8475
- f("fieldset", Av, [
8476
- f("div", Mv, [
8477
- T(sv, {
8477
+ f("div", Av, [
8478
+ f("fieldset", Mv, [
8479
+ f("div", Tv, [
8480
+ T(nv, {
8478
8481
  attachments: y.activity.attachments,
8479
8482
  "is-editable": y.attachmentEnabled && s.value && y.isTemplate !== !0 && !!y.userId,
8480
8483
  onAdd: W,
8481
8484
  onRemove: x
8482
8485
  }, {
8483
8486
  default: Z(() => [
8484
- f("label", Tv, [
8485
- f("span", Ov, z(y.$t("activity.description.label")), 1),
8487
+ f("label", Ov, [
8488
+ f("span", Ev, z(y.$t("activity.description.label")), 1),
8486
8489
  Re(f("textarea", {
8487
8490
  "onUpdate:modelValue": R[0] || (R[0] = (H) => o.value = H),
8488
8491
  readonly: !s.value,
8489
8492
  rows: "4",
8490
8493
  class: "ao-field__textarea"
8491
- }, null, 8, Ev), [
8494
+ }, null, 8, Iv), [
8492
8495
  [
8493
8496
  Ge,
8494
8497
  o.value,
@@ -8504,16 +8507,16 @@ const ws = /* @__PURE__ */ Y({
8504
8507
  _: 1
8505
8508
  }, 8, ["attachments", "is-editable"])
8506
8509
  ]),
8507
- f("div", Iv, [
8508
- f("label", Lv, [
8509
- f("span", Hv, z(y.$t("activity.estimation.label")), 1),
8510
+ f("div", Lv, [
8511
+ f("label", Hv, [
8512
+ f("span", Dv, z(y.$t("activity.estimation.label")), 1),
8510
8513
  Re(f("input", {
8511
8514
  "onUpdate:modelValue": R[1] || (R[1] = (H) => i.value = H),
8512
8515
  readonly: !s.value,
8513
8516
  class: "ao-field__input ao-field__input--estim",
8514
8517
  type: "number",
8515
8518
  min: "0"
8516
- }, null, 8, Dv), [
8519
+ }, null, 8, Pv), [
8517
8520
  [
8518
8521
  Ge,
8519
8522
  i.value,
@@ -8527,16 +8530,16 @@ const ws = /* @__PURE__ */ Y({
8527
8530
  ])
8528
8531
  ])
8529
8532
  ]),
8530
- f("fieldset", Pv, [
8531
- f("div", Vv, [
8533
+ f("fieldset", Vv, [
8534
+ f("div", Bv, [
8532
8535
  T(pe, { name: "SelectCheckBox" }),
8533
8536
  T(ye, {
8534
8537
  level: 4,
8535
8538
  title: y.$t("activity.tasks.title")
8536
8539
  }, null, 8, ["title"])
8537
8540
  ]),
8538
- f("div", Bv, [
8539
- T(qp, {
8541
+ f("div", Rv, [
8542
+ T(zp, {
8540
8543
  class: "ao-activity-details__tasks ao-field__row",
8541
8544
  tasks: y.activity.tasks || [],
8542
8545
  "activity-id": y.activity.id,
@@ -8550,15 +8553,15 @@ const ws = /* @__PURE__ */ Y({
8550
8553
  }, null, 8, ["tasks", "activity-id", "users", "is-checkable", "is-editable", "is-template"])
8551
8554
  ])
8552
8555
  ]),
8553
- y.isTemplate !== !0 && y.userId ? (p(), m("div", Rv, [
8554
- f("div", Nv, [
8556
+ y.isTemplate !== !0 && y.userId ? (p(), m("div", Nv, [
8557
+ f("div", jv, [
8555
8558
  T(pe, { name: "ChatOutline" }),
8556
8559
  T(ye, {
8557
8560
  level: 4,
8558
8561
  title: y.$t("activity.comments.title")
8559
8562
  }, null, 8, ["title"])
8560
8563
  ]),
8561
- T(hv, {
8564
+ T(mv, {
8562
8565
  comments: y.activity.comments,
8563
8566
  users: y.users,
8564
8567
  "user-id": y.userId,
@@ -8569,16 +8572,16 @@ const ws = /* @__PURE__ */ Y({
8569
8572
  ])) : O("", !0)
8570
8573
  ])
8571
8574
  ]),
8572
- f("div", jv, [
8573
- f("div", Uv, [
8575
+ f("div", Uv, [
8576
+ f("div", Fv, [
8574
8577
  T(pe, {
8575
8578
  name: "CloseRounded",
8576
8579
  onClick: R[2] || (R[2] = (H) => y.$emit("close"))
8577
8580
  })
8578
8581
  ]),
8579
- K.value ? (p(), m("div", Fv, [
8580
- f("label", Zv, [
8581
- f("span", Wv, z(y.$t("activity.status.label")), 1),
8582
+ K.value ? (p(), m("div", Zv, [
8583
+ f("label", Wv, [
8584
+ f("span", qv, z(y.$t("activity.status.label")), 1),
8582
8585
  T(ke, {
8583
8586
  class: "ao-activity-details__multiselect",
8584
8587
  options: K.value,
@@ -8591,10 +8594,10 @@ const ws = /* @__PURE__ */ Y({
8591
8594
  }, null, 8, ["options", "value", "disabled", "caret"])
8592
8595
  ])
8593
8596
  ])) : O("", !0),
8594
- f("div", qv, [
8595
- f("div", zv, [
8596
- f("div", xv, [
8597
- f("span", Yv, z(y.$t("activity.assignee.label")), 1),
8597
+ f("div", zv, [
8598
+ f("div", xv, [
8599
+ f("div", Yv, [
8600
+ f("span", Kv, z(y.$t("activity.assignee.label")), 1),
8598
8601
  T(ue, {
8599
8602
  label: y.$t("activity.assignee.toMe"),
8600
8603
  type: "button",
@@ -8632,16 +8635,16 @@ const ws = /* @__PURE__ */ Y({
8632
8635
  }, 8, ["modelValue", "options", "placeholder", "disabled", "caret"])
8633
8636
  ])
8634
8637
  ]),
8635
- f("div", Kv, [
8636
- y.isTemplate !== !0 && y.userId ? (p(), m("div", Gv, [
8637
- f("label", Xv, [
8638
- f("span", Qv, z(y.$t("activity.deadline.label")), 1),
8638
+ f("div", Gv, [
8639
+ y.isTemplate !== !0 && y.userId ? (p(), m("div", Xv, [
8640
+ f("label", Qv, [
8641
+ f("span", Jv, z(y.$t("activity.deadline.label")), 1),
8639
8642
  Re(f("input", {
8640
8643
  "onUpdate:modelValue": R[4] || (R[4] = (H) => c.value = H),
8641
8644
  readonly: !s.value,
8642
8645
  class: "ao-field__input",
8643
8646
  type: "date"
8644
- }, null, 8, Jv), [
8647
+ }, null, 8, ef), [
8645
8648
  [
8646
8649
  Ge,
8647
8650
  c.value,
@@ -8652,9 +8655,9 @@ const ws = /* @__PURE__ */ Y({
8652
8655
  ])
8653
8656
  ])) : O("", !0)
8654
8657
  ]),
8655
- f("div", ef, [
8656
- u.value ? (p(), m("div", tf, [
8657
- f("label", af, [
8658
+ f("div", tf, [
8659
+ u.value ? (p(), m("div", af, [
8660
+ f("label", sf, [
8658
8661
  T(ke, {
8659
8662
  modelValue: v.value,
8660
8663
  "onUpdate:modelValue": R[5] || (R[5] = (H) => v.value = H),
@@ -8670,7 +8673,7 @@ const ws = /* @__PURE__ */ Y({
8670
8673
  ])) : O("", !0),
8671
8674
  ae(y.$slots, "default", { activity: y.activity })
8672
8675
  ]),
8673
- f("div", sf, [
8676
+ f("div", nf, [
8674
8677
  T(ws, {
8675
8678
  modelValue: r.value,
8676
8679
  "onUpdate:modelValue": R[6] || (R[6] = (H) => r.value = H),
@@ -8685,7 +8688,7 @@ const ws = /* @__PURE__ */ Y({
8685
8688
  size: "sm"
8686
8689
  }, null, 8, ["modelValue", "label", "disabled"])
8687
8690
  ]),
8688
- y.isTemplate !== !0 && y.activity.createdBy.id === y.userId ? (p(), m("div", nf, [
8691
+ y.isTemplate !== !0 && y.activity.createdBy.id === y.userId ? (p(), m("div", of, [
8689
8692
  T(ws, {
8690
8693
  modelValue: l.value,
8691
8694
  "onUpdate:modelValue": R[7] || (R[7] = (H) => l.value = H),
@@ -8699,18 +8702,18 @@ const ws = /* @__PURE__ */ Y({
8699
8702
  size: "sm"
8700
8703
  }, null, 8, ["modelValue", "label", "disabled"])
8701
8704
  ])) : O("", !0),
8702
- f("fieldset", of, [
8703
- f("div", rf, [
8705
+ f("fieldset", rf, [
8706
+ f("div", lf, [
8704
8707
  T(pe, { name: "FlowsheetOutlineRounded" }),
8705
8708
  T(ye, {
8706
8709
  level: 4,
8707
8710
  title: y.$t("activity.dependencies.title")
8708
8711
  }, null, 8, ["title"])
8709
8712
  ]),
8710
- f("div", lf, [
8711
- f("div", uf, [
8712
- f("label", cf, [
8713
- f("span", df, z(y.$t("activity.dependingOn.label")), 1),
8713
+ f("div", uf, [
8714
+ f("div", cf, [
8715
+ f("label", df, [
8716
+ f("span", pf, z(y.$t("activity.dependingOn.label")), 1),
8714
8717
  T(ke, {
8715
8718
  modelValue: h.value,
8716
8719
  "onUpdate:modelValue": R[8] || (R[8] = (H) => h.value = H),
@@ -8724,9 +8727,9 @@ const ws = /* @__PURE__ */ Y({
8724
8727
  }, null, 8, ["modelValue", "options", "disabled", "caret"])
8725
8728
  ])
8726
8729
  ]),
8727
- f("div", pf, [
8728
- f("label", vf, [
8729
- f("span", ff, z(y.$t("activity.blocking.label")), 1),
8730
+ f("div", vf, [
8731
+ f("label", ff, [
8732
+ f("span", hf, z(y.$t("activity.blocking.label")), 1),
8730
8733
  T(ke, {
8731
8734
  modelValue: g.value,
8732
8735
  "onUpdate:modelValue": R[9] || (R[9] = (H) => g.value = H),
@@ -8742,8 +8745,8 @@ const ws = /* @__PURE__ */ Y({
8742
8745
  ])
8743
8746
  ])
8744
8747
  ]),
8745
- y.isTemplate !== !0 && V.value ? (p(), m("div", hf, [
8746
- f("div", mf, [
8748
+ y.isTemplate !== !0 && V.value ? (p(), m("div", mf, [
8749
+ f("div", Cf, [
8747
8750
  T(et, {
8748
8751
  "user-name": V.value,
8749
8752
  color: "black"
@@ -8759,7 +8762,7 @@ const ws = /* @__PURE__ */ Y({
8759
8762
  }));
8760
8763
  }
8761
8764
  });
8762
- const Cf = /* @__PURE__ */ Y({
8765
+ const gf = /* @__PURE__ */ Y({
8763
8766
  __name: "AoRuleLine",
8764
8767
  props: {
8765
8768
  rule: {},
@@ -8811,14 +8814,14 @@ const Cf = /* @__PURE__ */ Y({
8811
8814
  set(S) {
8812
8815
  e("update:rule", { ...a.rule, comparator: S });
8813
8816
  }
8814
- }), u = M(() => Object.values(N2)), v = Vt(a.rule.trigger), d = M({
8817
+ }), u = M(() => Object.values(j2)), v = Vt(a.rule.trigger), d = M({
8815
8818
  get() {
8816
8819
  return v.value;
8817
8820
  },
8818
8821
  set(S) {
8819
8822
  e("update:rule", { ...a.rule, trigger: S });
8820
8823
  }
8821
- }), h = M(() => Object.values(j2)), w = M({
8824
+ }), h = M(() => Object.values(U2)), w = M({
8822
8825
  get() {
8823
8826
  return a.rule.duration;
8824
8827
  },
@@ -8832,7 +8835,7 @@ const Cf = /* @__PURE__ */ Y({
8832
8835
  set(S) {
8833
8836
  e("update:rule", { ...a.rule, durationUnit: S });
8834
8837
  }
8835
- }), b = M(() => Object.values(U2));
8838
+ }), b = M(() => Object.values(F2));
8836
8839
  return (S, _) => (p(), P(ht(S.tagName), { class: "ao-rule-line" }, {
8837
8840
  default: Z(() => [
8838
8841
  T(J(ut), {
@@ -8883,7 +8886,7 @@ const Cf = /* @__PURE__ */ Y({
8883
8886
  }));
8884
8887
  }
8885
8888
  });
8886
- const gf = { class: "ao-template-rules__body" }, _f = { class: "ao-template-rules__list" }, yf = /* @__PURE__ */ Y({
8889
+ const _f = { class: "ao-template-rules__body" }, yf = { class: "ao-template-rules__list" }, bf = /* @__PURE__ */ Y({
8887
8890
  __name: "AoTemplateRules",
8888
8891
  props: {
8889
8892
  templateId: {},
@@ -8907,9 +8910,9 @@ const gf = { class: "ao-template-rules__body" }, _f = { class: "ao-template-rule
8907
8910
  }, null, 8, ["title"])
8908
8911
  ]),
8909
8912
  default: Z(() => [
8910
- f("div", gf, [
8911
- f("ul", _f, [
8912
- (p(!0), m(fe, null, _e(n.rules, (i) => (p(), P(Cf, {
8913
+ f("div", _f, [
8914
+ f("ul", yf, [
8915
+ (p(!0), m(fe, null, _e(n.rules, (i) => (p(), P(gf, {
8913
8916
  key: i.id,
8914
8917
  rule: i,
8915
8918
  "template-phases": n.templatePhases,
@@ -8937,10 +8940,10 @@ function Rt(t, e, a) {
8937
8940
  rank: o.format()
8938
8941
  };
8939
8942
  }
8940
- const bf = {
8943
+ const wf = {
8941
8944
  key: 0,
8942
8945
  class: "ao-template-details"
8943
- }, wf = { class: "ao-template-details__body" }, $f = { class: "ao-template-details__cols" }, kf = { class: "ao-template-details__col" }, Sf = { class: "ao-list__footer" }, Af = { class: "ao-template-details__col" }, Mf = { class: "ao-template-details__col" }, Tf = /* @__PURE__ */ Y({
8946
+ }, $f = { class: "ao-template-details__body" }, kf = { class: "ao-template-details__cols" }, Sf = { class: "ao-template-details__col" }, Af = { class: "ao-list__footer" }, Mf = { class: "ao-template-details__col" }, Tf = { class: "ao-template-details__col" }, Of = /* @__PURE__ */ Y({
8944
8947
  __name: "AoTemplateDetails",
8945
8948
  props: {
8946
8949
  templateId: {},
@@ -9182,7 +9185,7 @@ const bf = {
9182
9185
  };
9183
9186
  return ($, U) => {
9184
9187
  var V, ie, y, R, le, oe;
9185
- return n.value ? (p(), m("div", bf, [
9188
+ return n.value ? (p(), m("div", wf, [
9186
9189
  T(Ga, {
9187
9190
  "can-go-back": !0,
9188
9191
  onGoBack: U[1] || (U[1] = (q) => $.$router.push({ name: J(Pt).TEMPLATES_LIST }))
@@ -9199,9 +9202,9 @@ const bf = {
9199
9202
  ]),
9200
9203
  _: 1
9201
9204
  }),
9202
- f("div", wf, [
9203
- f("ol", $f, [
9204
- f("li", kf, [
9205
+ f("div", $f, [
9206
+ f("ol", kf, [
9207
+ f("li", Sf, [
9205
9208
  T(J(mt), {
9206
9209
  "model-value": n.value.phases,
9207
9210
  class: "ao-templates__list",
@@ -9219,7 +9222,7 @@ const bf = {
9219
9222
  item: Z(({ element: q }) => {
9220
9223
  var H;
9221
9224
  return [
9222
- T(u5, {
9225
+ T(c5, {
9223
9226
  id: q.id,
9224
9227
  name: q.name,
9225
9228
  milestones: q.milestones,
@@ -9236,7 +9239,7 @@ const bf = {
9236
9239
  ];
9237
9240
  }),
9238
9241
  footer: Z(() => [
9239
- f("div", Sf, [
9242
+ f("div", Af, [
9240
9243
  T(Ct, {
9241
9244
  "icon-name": "AddBoxOutlineRounded",
9242
9245
  label: $.$t("template.phases.add"),
@@ -9247,8 +9250,8 @@ const bf = {
9247
9250
  _: 1
9248
9251
  }, 8, ["model-value"])
9249
9252
  ]),
9250
- f("li", Af, [
9251
- i.value ? (p(), P(p5, {
9253
+ f("li", Mf, [
9254
+ i.value ? (p(), P(v5, {
9252
9255
  key: 0,
9253
9256
  "template-id": $.templateId,
9254
9257
  phase: i.value,
@@ -9259,8 +9262,8 @@ const bf = {
9259
9262
  onRemoveMilestone: _
9260
9263
  }, null, 8, ["template-id", "phase", "milestone-id"])) : O("", !0)
9261
9264
  ]),
9262
- f("li", Mf, [
9263
- i.value && r.value ? (p(), P(h5, {
9265
+ f("li", Tf, [
9266
+ i.value && r.value ? (p(), P(m5, {
9264
9267
  key: 0,
9265
9268
  "template-id": $.templateId,
9266
9269
  "phase-id": (ie = i.value) == null ? void 0 : ie.id,
@@ -9303,7 +9306,7 @@ const bf = {
9303
9306
  }, 8, ["activity", "activity-types", "breadcrumbs", "milestone-id", "template-activities", "template-milestones", "users", "onClose"])) : O("", !0)
9304
9307
  ])),
9305
9308
  (p(), P(jt, { to: "body" }, [
9306
- F.value ? (p(), P(yf, {
9309
+ F.value ? (p(), P(bf, {
9307
9310
  key: 0,
9308
9311
  "template-id": n.value.id,
9309
9312
  rules: n.value.rules || [],
@@ -9319,10 +9322,10 @@ const bf = {
9319
9322
  };
9320
9323
  }
9321
9324
  });
9322
- const Of = {
9325
+ const Ef = {
9323
9326
  key: 0,
9324
9327
  class: "ao-card__header"
9325
- }, Ef = { class: "ao-card__body" }, If = {
9328
+ }, If = { class: "ao-card__body" }, Lf = {
9326
9329
  key: 1,
9327
9330
  class: "ao-card__footer"
9328
9331
  }, Zs = /* @__PURE__ */ Y({
@@ -9343,13 +9346,13 @@ const Of = {
9343
9346
  ])
9344
9347
  }, {
9345
9348
  default: Z(() => [
9346
- e.$slots.header ? (p(), m("header", Of, [
9349
+ e.$slots.header ? (p(), m("header", Ef, [
9347
9350
  ae(e.$slots, "header")
9348
9351
  ])) : O("", !0),
9349
- f("div", Ef, [
9352
+ f("div", If, [
9350
9353
  ae(e.$slots, "default")
9351
9354
  ]),
9352
- e.$slots.footer ? (p(), m("footer", If, [
9355
+ e.$slots.footer ? (p(), m("footer", Lf, [
9353
9356
  ae(e.$slots, "footer")
9354
9357
  ])) : O("", !0)
9355
9358
  ]),
@@ -9377,16 +9380,16 @@ const Ws = /* @__PURE__ */ Y({
9377
9380
  ], 2));
9378
9381
  }
9379
9382
  });
9380
- const Lf = { class: "ao-card-project-phase__header" }, Hf = { class: "ao-card-project-item__title-line" }, Df = {
9383
+ const Hf = { class: "ao-card-project-phase__header" }, Df = { class: "ao-card-project-item__title-line" }, Pf = {
9381
9384
  key: 0,
9382
9385
  class: "ao-card-project-item-phase__estimation"
9383
- }, Pf = { class: "ao-card-project-phase__footer" }, Vf = {
9386
+ }, Vf = { class: "ao-card-project-phase__footer" }, Bf = {
9384
9387
  key: 0,
9385
9388
  class: "ao-card-project-phase__footer-row ao-card-project-phase__footer-row--progress"
9386
- }, Bf = { class: "ao-card-project-phase__subitem" }, Rf = { class: "ao-card-project-phase__subitem" }, Nf = {
9389
+ }, Rf = { class: "ao-card-project-phase__subitem" }, Nf = { class: "ao-card-project-phase__subitem" }, jf = {
9387
9390
  key: 0,
9388
9391
  class: "ao-card-project-phase__secondary"
9389
- }, jf = { class: "ao-card-project-phase__deadline ao-card-project-phase__deadline--readonly" }, Uf = /* @__PURE__ */ Y({
9392
+ }, Uf = { class: "ao-card-project-phase__deadline ao-card-project-phase__deadline--readonly" }, Ff = /* @__PURE__ */ Y({
9390
9393
  __name: "AoCardProjectItemPhase",
9391
9394
  props: {
9392
9395
  id: {},
@@ -9424,7 +9427,7 @@ const Lf = { class: "ao-card-project-phase__header" }, Hf = { class: "ao-card-pr
9424
9427
  "is-clickable": c.isEditable
9425
9428
  }, Za({
9426
9429
  default: Z(() => [
9427
- f("div", Hf, [
9430
+ f("div", Df, [
9428
9431
  T(ye, {
9429
9432
  id: c.id,
9430
9433
  class: "ao-card-project-phase__title",
@@ -9433,24 +9436,24 @@ const Lf = { class: "ao-card-project-phase__header" }, Hf = { class: "ao-card-pr
9433
9436
  "is-editable": c.isEditable,
9434
9437
  "onUpdate:title": s
9435
9438
  }, null, 8, ["id", "title", "is-editable"]),
9436
- n.value ? (p(), m("span", Df, " (" + z(n.value) + ")", 1)) : O("", !0)
9439
+ n.value ? (p(), m("span", Pf, " (" + z(n.value) + ")", 1)) : O("", !0)
9437
9440
  ])
9438
9441
  ]),
9439
9442
  footer: Z(() => [
9440
- f("div", Pf, [
9441
- o.value ? (p(), m("div", Vf, [
9442
- f("div", Bf, [
9443
+ f("div", Vf, [
9444
+ o.value ? (p(), m("div", Bf, [
9445
+ f("div", Rf, [
9443
9446
  T(pe, {
9444
9447
  name: "MountainFlagOutlineRounded",
9445
9448
  size: "sm"
9446
9449
  }),
9447
- f("span", Rf, z(i.value) + " / " + z(o.value), 1)
9450
+ f("span", Nf, z(i.value) + " / " + z(o.value), 1)
9448
9451
  ]),
9449
9452
  T(Ws, {
9450
9453
  percentages: r.value,
9451
9454
  class: "ao-card-project-phase__progress"
9452
9455
  }, null, 8, ["percentages"]),
9453
- c.$slots.secondary ? (p(), m("div", Nf, [
9456
+ c.$slots.secondary ? (p(), m("div", jf, [
9454
9457
  ae(c.$slots, "secondary")
9455
9458
  ])) : O("", !0)
9456
9459
  ])) : O("", !0),
@@ -9470,7 +9473,7 @@ const Lf = { class: "ao-card-project-phase__header" }, Hf = { class: "ao-card-pr
9470
9473
  { lazy: !0 }
9471
9474
  ]
9472
9475
  ]) : O("", !0),
9473
- f("span", jf, z(J(Ts)(c.deadline)), 1)
9476
+ f("span", Uf, z(J(Ts)(c.deadline)), 1)
9474
9477
  ], 2)
9475
9478
  ])
9476
9479
  ]),
@@ -9479,7 +9482,7 @@ const Lf = { class: "ao-card-project-phase__header" }, Hf = { class: "ao-card-pr
9479
9482
  c.isEditable ? {
9480
9483
  name: "header",
9481
9484
  fn: Z(() => [
9482
- f("div", Lf, [
9485
+ f("div", Hf, [
9483
9486
  T(ue, {
9484
9487
  class: "ao-card-project-phase__archive",
9485
9488
  color: "primary",
@@ -9498,7 +9501,7 @@ const Lf = { class: "ao-card-project-phase__header" }, Hf = { class: "ao-card-pr
9498
9501
  ]), 1032, ["is-clickable"]));
9499
9502
  }
9500
9503
  });
9501
- const Ff = /* @__PURE__ */ Y({
9504
+ const Zf = /* @__PURE__ */ Y({
9502
9505
  __name: "AoBadge",
9503
9506
  props: {
9504
9507
  color: {}
@@ -9510,22 +9513,22 @@ const Ff = /* @__PURE__ */ Y({
9510
9513
  }, null, 4));
9511
9514
  }
9512
9515
  });
9513
- const Zf = { class: "ao-card-project-milestone__default" }, Wf = { class: "ao-title-with-badge-wrapper" }, qf = { class: "ao-card-project-item__title-line" }, zf = {
9516
+ const Wf = { class: "ao-card-project-milestone__default" }, qf = { class: "ao-title-with-badge-wrapper" }, zf = { class: "ao-card-project-item__title-line" }, xf = {
9514
9517
  key: 0,
9515
9518
  class: "ao-card-project-item-milestone__estimation"
9516
- }, xf = {
9519
+ }, Yf = {
9517
9520
  key: 0,
9518
9521
  class: "ao-card-project-milestone__archive"
9519
- }, Yf = { class: "ao-card-project-milestone__activities" }, Kf = { class: "ao-card-project-milestone__activities-row" }, Gf = { class: "ao-card-project-milestone__subitem" }, Xf = { class: "ao-card-project-milestone__subitem" }, Qf = {
9522
+ }, Kf = { class: "ao-card-project-milestone__activities" }, Gf = { class: "ao-card-project-milestone__activities-row" }, Xf = { class: "ao-card-project-milestone__subitem" }, Qf = { class: "ao-card-project-milestone__subitem" }, Jf = {
9520
9523
  key: 1,
9521
9524
  class: "ao-card-project-milestone__secondary"
9522
- }, Jf = { class: "ao-card-project-milestone__footer" }, e9 = {
9525
+ }, e9 = { class: "ao-card-project-milestone__footer" }, t9 = {
9523
9526
  key: 1,
9524
9527
  class: "ao-field ao-card-project-milestone__deadline"
9525
- }, t9 = { class: "ao-field__label" }, a9 = {
9528
+ }, a9 = { class: "ao-field__label" }, s9 = {
9526
9529
  key: 2,
9527
9530
  class: "ao-card-project-milestone__assignee"
9528
- }, s9 = /* @__PURE__ */ Y({
9531
+ }, n9 = /* @__PURE__ */ Y({
9529
9532
  __name: "AoCardProjectItemMilestone",
9530
9533
  props: {
9531
9534
  id: {},
@@ -9566,12 +9569,12 @@ const Zf = { class: "ao-card-project-milestone__default" }, Wf = { class: "ao-ti
9566
9569
  "is-selected": l.isSelected
9567
9570
  }, {
9568
9571
  default: Z(() => [
9569
- f("div", Zf, [
9570
- f("div", Wf, [
9571
- T(Ff, {
9572
+ f("div", Wf, [
9573
+ f("div", qf, [
9574
+ T(Zf, {
9572
9575
  color: l.color || ""
9573
9576
  }, null, 8, ["color"]),
9574
- f("div", qf, [
9577
+ f("div", zf, [
9575
9578
  T(ye, {
9576
9579
  id: l.id,
9577
9580
  title: l.name || "",
@@ -9580,10 +9583,10 @@ const Zf = { class: "ao-card-project-milestone__default" }, Wf = { class: "ao-ti
9580
9583
  class: "ao-card-project-milestone__title",
9581
9584
  "onUpdate:title": r
9582
9585
  }, null, 8, ["id", "title", "is-editable"]),
9583
- s.value ? (p(), m("span", zf, " (" + z(s.value) + ")", 1)) : O("", !0)
9586
+ s.value ? (p(), m("span", xf, " (" + z(s.value) + ")", 1)) : O("", !0)
9584
9587
  ])
9585
9588
  ]),
9586
- !l.readonly && l.isEditable ? (p(), m("div", xf, [
9589
+ !l.readonly && l.isEditable ? (p(), m("div", Yf, [
9587
9590
  T(ue, {
9588
9591
  color: l.isSelected ? void 0 : "primary",
9589
9592
  variant: "ghost",
@@ -9596,29 +9599,29 @@ const Zf = { class: "ao-card-project-milestone__default" }, Wf = { class: "ao-ti
9596
9599
  }, null, 8, ["color", "label"])
9597
9600
  ])) : O("", !0)
9598
9601
  ]),
9599
- f("div", Yf, [
9600
- f("div", Kf, [
9602
+ f("div", Kf, [
9603
+ f("div", Gf, [
9601
9604
  n.value ? (p(), m(fe, { key: 0 }, [
9602
- f("div", Gf, [
9605
+ f("div", Xf, [
9603
9606
  T(pe, {
9604
9607
  name: "SelectCheckBox",
9605
9608
  size: "sm"
9606
9609
  }),
9607
- f("span", Xf, z(o.value) + " / " + z(n.value), 1)
9610
+ f("span", Qf, z(o.value) + " / " + z(n.value), 1)
9608
9611
  ]),
9609
9612
  T(Ws, {
9610
9613
  percentages: i.value,
9611
9614
  class: "ao-card-project-milestone__progress"
9612
9615
  }, null, 8, ["percentages"])
9613
9616
  ], 64)) : O("", !0),
9614
- l.$slots.secondary ? (p(), m("div", Qf, [
9617
+ l.$slots.secondary ? (p(), m("div", Jf, [
9615
9618
  ae(l.$slots, "secondary")
9616
9619
  ])) : O("", !0)
9617
9620
  ])
9618
9621
  ])
9619
9622
  ]),
9620
9623
  footer: Z(() => [
9621
- f("div", Jf, [
9624
+ f("div", e9, [
9622
9625
  l.important ? (p(), P(pe, {
9623
9626
  key: 0,
9624
9627
  name: "FlagRounded",
@@ -9627,10 +9630,10 @@ const Zf = { class: "ao-card-project-milestone__default" }, Wf = { class: "ao-ti
9627
9630
  ),
9628
9631
  size: "sm"
9629
9632
  }, null, 8, ["class"])) : O("", !0),
9630
- l.deadline ? (p(), m("label", e9, [
9631
- f("span", t9, z(J(Ts)(l.deadline)), 1)
9633
+ l.deadline ? (p(), m("label", t9, [
9634
+ f("span", a9, z(J(Ts)(l.deadline)), 1)
9632
9635
  ])) : O("", !0),
9633
- l.assignee ? (p(), m("div", a9, [
9636
+ l.assignee ? (p(), m("div", s9, [
9634
9637
  T(et, {
9635
9638
  "user-name": J(zn)(l.assignee),
9636
9639
  "avatar-url": l.assignee.avatarUrl,
@@ -9644,10 +9647,10 @@ const Zf = { class: "ao-card-project-milestone__default" }, Wf = { class: "ao-ti
9644
9647
  }, 8, ["class", "is-clickable", "is-selected"]));
9645
9648
  }
9646
9649
  });
9647
- const n9 = {
9650
+ const i9 = {
9648
9651
  key: 0,
9649
9652
  class: "ao-project-phase__drag ao-card__drag"
9650
- }, i9 = { class: "ao-project-phase__col-phase" }, o9 = { class: "ao-project-phase__col-milestones" }, r9 = { class: "ao-project-phase__milestones" }, l9 = { class: "ao-project-phase__milestones-list-footer" }, u9 = /* @__PURE__ */ Y({
9653
+ }, o9 = { class: "ao-project-phase__col-phase" }, r9 = { class: "ao-project-phase__col-milestones" }, l9 = { class: "ao-project-phase__milestones" }, u9 = { class: "ao-project-phase__milestones-list-footer" }, c9 = /* @__PURE__ */ Y({
9651
9654
  __name: "AoProjectPhase",
9652
9655
  props: {
9653
9656
  phase: {},
@@ -9671,7 +9674,7 @@ const n9 = {
9671
9674
  e("updatePhase", { id: a.phase.id, deadline: d });
9672
9675
  }, i = M(
9673
9676
  () => a.phase.milestones.map(
9674
- (d) => E3(d, a.closedStatus)
9677
+ (d) => I3(d, a.closedStatus)
9675
9678
  )
9676
9679
  ), r = (d) => {
9677
9680
  const { name: h, rank: w } = Rt(
@@ -9704,14 +9707,14 @@ const n9 = {
9704
9707
  { "ao-project-phase--selected": d.phase.id === ((w = d.$route.params) == null ? void 0 : w.phaseId) }
9705
9708
  ])
9706
9709
  }, [
9707
- d.isEditable ? (p(), m("div", n9, [
9710
+ d.isEditable ? (p(), m("div", i9, [
9708
9711
  T(pe, {
9709
9712
  name: "DragIndicator",
9710
9713
  class: "ao-project-phase__drag-handle"
9711
9714
  })
9712
9715
  ])) : O("", !0),
9713
- f("div", i9, [
9714
- T(Uf, {
9716
+ f("div", o9, [
9717
+ T(Ff, {
9715
9718
  id: d.phase.id,
9716
9719
  milestones: i.value,
9717
9720
  name: d.phase.name,
@@ -9722,8 +9725,8 @@ const n9 = {
9722
9725
  onArchivePhase: u
9723
9726
  }, null, 8, ["id", "milestones", "name", "deadline", "is-editable"])
9724
9727
  ]),
9725
- f("div", o9, [
9726
- f("div", r9, [
9728
+ f("div", r9, [
9729
+ f("div", l9, [
9727
9730
  T(J(mt), He({
9728
9731
  class: "ao-project-phase__milestones-list",
9729
9732
  list: i.value,
@@ -9734,7 +9737,7 @@ const n9 = {
9734
9737
  item: Z(({ element: g }) => {
9735
9738
  var b;
9736
9739
  return [
9737
- T(s9, {
9740
+ T(n9, {
9738
9741
  id: g.id,
9739
9742
  name: g.name,
9740
9743
  color: g.color,
@@ -9759,7 +9762,7 @@ const n9 = {
9759
9762
  }),
9760
9763
  _: 1
9761
9764
  }, 16, ["list", "disabled"]),
9762
- f("div", l9, [
9765
+ f("div", u9, [
9763
9766
  d.isEditable ? (p(), P(Ct, {
9764
9767
  key: 0,
9765
9768
  label: d.$t("project.milestone.add"),
@@ -9774,10 +9777,10 @@ const n9 = {
9774
9777
  };
9775
9778
  }
9776
9779
  });
9777
- const c9 = { class: "ao-project__phases" }, d9 = {
9780
+ const d9 = { class: "ao-project__phases" }, p9 = {
9778
9781
  key: 0,
9779
9782
  class: "ao-project-phase__phases-list-footer"
9780
- }, p9 = /* @__PURE__ */ f("div", { class: "ao-project-phase__empty_drag" }, null, -1), v9 = { class: "ao-project-phase__col-phase" }, f9 = /* @__PURE__ */ f("div", { class: "ao-project-phase__col-milestones" }, null, -1), h9 = /* @__PURE__ */ Y({
9783
+ }, v9 = /* @__PURE__ */ f("div", { class: "ao-project-phase__empty_drag" }, null, -1), f9 = { class: "ao-project-phase__col-phase" }, h9 = /* @__PURE__ */ f("div", { class: "ao-project-phase__col-milestones" }, null, -1), m9 = /* @__PURE__ */ Y({
9781
9784
  __name: "AoProjectPhases",
9782
9785
  props: {
9783
9786
  phases: {},
@@ -9813,7 +9816,7 @@ const c9 = { class: "ao-project__phases" }, d9 = {
9813
9816
  }, c = (u) => {
9814
9817
  e("addPhase", u);
9815
9818
  };
9816
- return (u, v) => (p(), m("div", c9, [
9819
+ return (u, v) => (p(), m("div", d9, [
9817
9820
  T(J(mt), {
9818
9821
  class: "ao-project-phase__phases-list",
9819
9822
  "model-value": u.phases,
@@ -9822,7 +9825,7 @@ const c9 = { class: "ao-project__phases" }, d9 = {
9822
9825
  onChange: r
9823
9826
  }, {
9824
9827
  item: Z(({ element: d }) => [
9825
- T(u9, {
9828
+ T(c9, {
9826
9829
  phase: d,
9827
9830
  "is-editable": !u.readonly && u.isEditable,
9828
9831
  "closed-status": u.closedStatus,
@@ -9837,9 +9840,9 @@ const c9 = { class: "ao-project__phases" }, d9 = {
9837
9840
  ]),
9838
9841
  _: 1
9839
9842
  }, 8, ["model-value"]),
9840
- u.isEditable ? (p(), m("div", d9, [
9841
- p9,
9842
- f("div", v9, [
9843
+ u.isEditable ? (p(), m("div", p9, [
9844
+ v9,
9845
+ f("div", f9, [
9843
9846
  T(Ct, {
9844
9847
  label: u.$t("project.phases.add"),
9845
9848
  "icon-name": "Add",
@@ -9847,12 +9850,12 @@ const c9 = { class: "ao-project__phases" }, d9 = {
9847
9850
  onClick: c
9848
9851
  }, null, 8, ["label"])
9849
9852
  ]),
9850
- f9
9853
+ h9
9851
9854
  ])) : O("", !0)
9852
9855
  ]));
9853
9856
  }
9854
9857
  });
9855
- const m9 = ["onSubmit"], C9 = { class: "ao-add-template-modal__form-body" }, g9 = { class: "field__row" }, _9 = { class: "ao-add-template-modal__form-footer" }, y9 = /* @__PURE__ */ Y({
9858
+ const C9 = ["onSubmit"], g9 = { class: "ao-add-template-modal__form-body" }, _9 = { class: "field__row" }, y9 = { class: "ao-add-template-modal__form-footer" }, b9 = /* @__PURE__ */ Y({
9856
9859
  __name: "AoAddTemplateModal",
9857
9860
  props: {
9858
9861
  projectId: {},
@@ -9880,8 +9883,8 @@ const m9 = ["onSubmit"], C9 = { class: "ao-add-template-modal__form-body" }, g9
9880
9883
  class: "ao-add-template-modal__form",
9881
9884
  onSubmit: ve(i, ["prevent"])
9882
9885
  }, [
9883
- f("div", C9, [
9884
- f("div", g9, [
9886
+ f("div", g9, [
9887
+ f("div", _9, [
9885
9888
  T(ke, {
9886
9889
  value: n.value,
9887
9890
  options: s.value,
@@ -9890,7 +9893,7 @@ const m9 = ["onSubmit"], C9 = { class: "ao-add-template-modal__form-body" }, g9
9890
9893
  }, null, 8, ["value", "options"])
9891
9894
  ])
9892
9895
  ]),
9893
- f("footer", _9, [
9896
+ f("footer", y9, [
9894
9897
  T(ue, {
9895
9898
  label: r.$t("project.template.add.label"),
9896
9899
  type: "submit",
@@ -9899,13 +9902,13 @@ const m9 = ["onSubmit"], C9 = { class: "ao-add-template-modal__form-body" }, g9
9899
9902
  onClick: i
9900
9903
  }, null, 8, ["label"])
9901
9904
  ])
9902
- ], 40, m9)
9905
+ ], 40, C9)
9903
9906
  ]),
9904
9907
  _: 1
9905
9908
  }));
9906
9909
  }
9907
9910
  });
9908
- const b9 = ["onSubmit"], w9 = { class: "ao-save-template-modal__form-body" }, $9 = { class: "field__row" }, k9 = { class: "ao-field ao-field--inline" }, S9 = { class: "ao-field__label" }, A9 = { class: "ao-save-template-modal__phases" }, M9 = { class: "ao-field__label" }, T9 = { class: "ao-save-template-modal__phases-list" }, O9 = ["value"], E9 = { class: "ao-save-template-modal__form-footer" }, I9 = /* @__PURE__ */ Y({
9911
+ const w9 = ["onSubmit"], $9 = { class: "ao-save-template-modal__form-body" }, k9 = { class: "field__row" }, S9 = { class: "ao-field ao-field--inline" }, A9 = { class: "ao-field__label" }, M9 = { class: "ao-save-template-modal__phases" }, T9 = { class: "ao-field__label" }, O9 = { class: "ao-save-template-modal__phases-list" }, E9 = ["value"], I9 = { class: "ao-save-template-modal__form-footer" }, L9 = /* @__PURE__ */ Y({
9909
9912
  __name: "AoSaveTemplateModal",
9910
9913
  props: {
9911
9914
  phases: {}
@@ -9931,10 +9934,10 @@ const b9 = ["onSubmit"], w9 = { class: "ao-save-template-modal__form-body" }, $9
9931
9934
  class: "ao-save-template-modal__form",
9932
9935
  onSubmit: ve(o, ["prevent"])
9933
9936
  }, [
9934
- f("div", w9, [
9935
- f("div", $9, [
9936
- f("label", k9, [
9937
- f("span", S9, z(i.$t("project.template.name.label")) + ": ", 1),
9937
+ f("div", $9, [
9938
+ f("div", k9, [
9939
+ f("label", S9, [
9940
+ f("span", A9, z(i.$t("project.template.name.label")) + ": ", 1),
9938
9941
  Re(f("input", {
9939
9942
  "onUpdate:modelValue": r[0] || (r[0] = (l) => s.value = l),
9940
9943
  type: "text"
@@ -9943,9 +9946,9 @@ const b9 = ["onSubmit"], w9 = { class: "ao-save-template-modal__form-body" }, $9
9943
9946
  ])
9944
9947
  ])
9945
9948
  ]),
9946
- f("div", A9, [
9947
- f("div", M9, z(i.$t("project.template.phases.label")), 1),
9948
- f("div", T9, [
9949
+ f("div", M9, [
9950
+ f("div", T9, z(i.$t("project.template.phases.label")), 1),
9951
+ f("div", O9, [
9949
9952
  (p(!0), m(fe, null, _e(a.phases, (l) => (p(), m("label", {
9950
9953
  class: "ao-field ao-field--checkbox",
9951
9954
  key: l.id
@@ -9954,7 +9957,7 @@ const b9 = ["onSubmit"], w9 = { class: "ao-save-template-modal__form-body" }, $9
9954
9957
  type: "checkbox",
9955
9958
  value: l.id,
9956
9959
  "onUpdate:modelValue": r[1] || (r[1] = (c) => n.value = c)
9957
- }, null, 8, O9), [
9960
+ }, null, 8, E9), [
9958
9961
  [Pi, n.value]
9959
9962
  ]),
9960
9963
  f("span", null, z(l.name), 1)
@@ -9962,7 +9965,7 @@ const b9 = ["onSubmit"], w9 = { class: "ao-save-template-modal__form-body" }, $9
9962
9965
  ])
9963
9966
  ])
9964
9967
  ]),
9965
- f("footer", E9, [
9968
+ f("footer", I9, [
9966
9969
  T(ue, {
9967
9970
  label: i.$t("project.template.save.label"),
9968
9971
  type: "submit",
@@ -9971,13 +9974,13 @@ const b9 = ["onSubmit"], w9 = { class: "ao-save-template-modal__form-body" }, $9
9971
9974
  onClick: o
9972
9975
  }, null, 8, ["label"])
9973
9976
  ])
9974
- ], 40, b9)
9977
+ ], 40, w9)
9975
9978
  ]),
9976
9979
  _: 1
9977
9980
  }));
9978
9981
  }
9979
9982
  });
9980
- const L9 = Y({
9983
+ const H9 = Y({
9981
9984
  props: {
9982
9985
  isLeft: {
9983
9986
  type: Boolean,
@@ -10006,9 +10009,9 @@ const L9 = Y({
10006
10009
  }
10007
10010
  }
10008
10011
  });
10009
- const H9 = { class: "toggle-wrapper" };
10010
- function D9(t, e, a, s, n, o) {
10011
- return p(), m("div", H9, [
10012
+ const D9 = { class: "toggle-wrapper" };
10013
+ function P9(t, e, a, s, n, o) {
10014
+ return p(), m("div", D9, [
10012
10015
  f("button", {
10013
10016
  class: Q({
10014
10017
  button: !0,
@@ -10029,7 +10032,7 @@ function D9(t, e, a, s, n, o) {
10029
10032
  }, z(t.rightLabel), 3)
10030
10033
  ]);
10031
10034
  }
10032
- const ci = /* @__PURE__ */ j(L9, [["render", D9], ["__scopeId", "data-v-cbe33527"]]), P9 = { class: "ao-project" }, V9 = { class: "ao-project__body" }, B9 = /* @__PURE__ */ Y({
10035
+ const ci = /* @__PURE__ */ j(H9, [["render", P9], ["__scopeId", "data-v-cbe33527"]]), V9 = { class: "ao-project" }, B9 = { class: "ao-project__body" }, R9 = /* @__PURE__ */ Y({
10033
10036
  __name: "AoProjectOverviewProject",
10034
10037
  props: {
10035
10038
  project: {},
@@ -10101,7 +10104,7 @@ const ci = /* @__PURE__ */ j(L9, [["render", D9], ["__scopeId", "data-v-cbe33527
10101
10104
  const te = Ke("RouterView");
10102
10105
  return p(), m(fe, null, [
10103
10106
  f("div", He({ class: "ao-project-overview" }, E.$attrs), [
10104
- f("div", P9, [
10107
+ f("div", V9, [
10105
10108
  T(Ga, null, {
10106
10109
  primary: Z(() => [
10107
10110
  T(ci, {
@@ -10143,8 +10146,8 @@ const ci = /* @__PURE__ */ j(L9, [["render", D9], ["__scopeId", "data-v-cbe33527
10143
10146
  ]),
10144
10147
  _: 1
10145
10148
  }),
10146
- f("div", V9, [
10147
- T(h9, {
10149
+ f("div", B9, [
10150
+ T(m9, {
10148
10151
  phases: E.phases,
10149
10152
  "closed-status": E.closedStatus,
10150
10153
  "is-editable": E.isEditable === !0,
@@ -10210,13 +10213,13 @@ const ci = /* @__PURE__ */ j(L9, [["render", D9], ["__scopeId", "data-v-cbe33527
10210
10213
  ]))
10211
10214
  ], 16),
10212
10215
  (p(), P(jt, { to: "body" }, [
10213
- G.value ? (p(), P(I9, {
10216
+ G.value ? (p(), P(L9, {
10214
10217
  key: 0,
10215
10218
  phases: E.phases,
10216
10219
  onClose: K[5] || (K[5] = (A) => G.value = !1),
10217
10220
  onSave: N
10218
10221
  }, null, 8, ["phases"])) : O("", !0),
10219
- x.value ? (p(), P(y9, {
10222
+ x.value ? (p(), P(b9, {
10220
10223
  key: 1,
10221
10224
  "project-id": E.project.id,
10222
10225
  templates: E.templates,
@@ -10228,39 +10231,39 @@ const ci = /* @__PURE__ */ j(L9, [["render", D9], ["__scopeId", "data-v-cbe33527
10228
10231
  };
10229
10232
  }
10230
10233
  });
10231
- const R9 = { class: "ao-card-feed__header" }, N9 = {
10234
+ const N9 = { class: "ao-card-feed__header" }, j9 = {
10232
10235
  key: 1,
10233
10236
  class: "ao-card-feed__header-secondary ao-card-feed__header-icons"
10234
- }, j9 = {
10237
+ }, U9 = {
10235
10238
  key: 2,
10236
10239
  class: "ao-card-feed__header-secondary ao-card-feed__secondary"
10237
- }, U9 = { class: "ao-card-feed__body" }, F9 = {
10240
+ }, F9 = { class: "ao-card-feed__body" }, Z9 = {
10238
10241
  key: 0,
10239
10242
  class: "ao-card-feed__breadcrumbs"
10240
- }, Z9 = {
10243
+ }, W9 = {
10241
10244
  class: /* @__PURE__ */ Q(["ao-card-feed__title-group"])
10242
- }, W9 = { class: "ao-card-feed__title-line" }, q9 = {
10245
+ }, q9 = { class: "ao-card-feed__title-line" }, z9 = {
10243
10246
  key: 0,
10244
10247
  class: "ao-card-feed__slug"
10245
- }, z9 = {
10248
+ }, x9 = {
10246
10249
  key: 1,
10247
10250
  class: "ao-card-feed__deadline"
10248
- }, x9 = { class: "ao-card-feed__footer" }, Y9 = { class: "ao-card-feed__footer-row" }, K9 = { class: "ao-assignees" }, G9 = {
10251
+ }, Y9 = { class: "ao-card-feed__footer" }, K9 = { class: "ao-card-feed__footer-row" }, G9 = { class: "ao-assignees" }, X9 = {
10249
10252
  key: 0,
10250
10253
  class: "ao-assignee"
10251
- }, X9 = {
10254
+ }, Q9 = {
10252
10255
  key: 0,
10253
10256
  class: "ao-card-feed__subitems"
10254
- }, Q9 = {
10257
+ }, J9 = {
10255
10258
  key: 0,
10256
10259
  class: "ao-card-feed__subitem"
10257
- }, J9 = { class: "ao-card-feed__subitem" }, e4 = {
10260
+ }, e4 = { class: "ao-card-feed__subitem" }, t4 = {
10258
10261
  key: 1,
10259
10262
  class: "ao-card-feed__subitem"
10260
- }, t4 = { class: "ao-card-feed__subitem" }, a4 = { class: "ao-card-feed__footer-row" }, s4 = {
10263
+ }, a4 = { class: "ao-card-feed__subitem" }, s4 = { class: "ao-card-feed__footer-row" }, n4 = {
10261
10264
  key: 0,
10262
10265
  class: "ao-card-feed__progress-wrapper"
10263
- }, n4 = { class: "ao-card-feed__subitem" }, i4 = { class: "ao-card-feed__subitem" }, di = /* @__PURE__ */ Y({
10266
+ }, i4 = { class: "ao-card-feed__subitem" }, o4 = { class: "ao-card-feed__subitem" }, di = /* @__PURE__ */ Y({
10264
10267
  __name: "AoCardFeed",
10265
10268
  props: {
10266
10269
  id: {},
@@ -10303,7 +10306,7 @@ const R9 = { class: "ao-card-feed__header" }, N9 = {
10303
10306
  "is-clickable": !0
10304
10307
  }, {
10305
10308
  header: Z(() => [
10306
- f("div", R9, [
10309
+ f("div", N9, [
10307
10310
  s.value ? (p(), P(qa, {
10308
10311
  key: 0,
10309
10312
  label: s.value,
@@ -10312,7 +10315,7 @@ const R9 = { class: "ao-card-feed__header" }, N9 = {
10312
10315
  color: h.projectColor ? void 0 : "primary",
10313
10316
  "raw-color": n.value
10314
10317
  }, null, 8, ["label", "color", "raw-color"])) : O("", !0),
10315
- h.isPrivate || h.important || h.isClosed ? (p(), m("div", N9, [
10318
+ h.isPrivate || h.important || h.isClosed ? (p(), m("div", j9, [
10316
10319
  h.isPrivate ? (p(), P(pe, {
10317
10320
  key: 0,
10318
10321
  name: "Lock",
@@ -10331,17 +10334,17 @@ const R9 = { class: "ao-card-feed__header" }, N9 = {
10331
10334
  class: "ao-card-feed__closed"
10332
10335
  })) : O("", !0)
10333
10336
  ])) : O("", !0),
10334
- h.$slots.secondary ? (p(), m("div", j9, [
10337
+ h.$slots.secondary ? (p(), m("div", U9, [
10335
10338
  ae(h.$slots, "secondary")
10336
10339
  ])) : O("", !0)
10337
10340
  ])
10338
10341
  ]),
10339
10342
  default: Z(() => [
10340
- f("div", U9, [
10341
- i.value ? (p(), m("span", F9, z(i.value), 1)) : O("", !0),
10342
- f("div", Z9, [
10343
- f("div", W9, [
10344
- h.slug ? (p(), m("span", q9, z(h.slug) + ": ", 1)) : O("", !0),
10343
+ f("div", F9, [
10344
+ i.value ? (p(), m("span", Z9, z(i.value), 1)) : O("", !0),
10345
+ f("div", W9, [
10346
+ f("div", q9, [
10347
+ h.slug ? (p(), m("span", z9, z(h.slug) + ": ", 1)) : O("", !0),
10345
10348
  T(ye, {
10346
10349
  id: h.id,
10347
10350
  title: h.name,
@@ -10352,17 +10355,17 @@ const R9 = { class: "ao-card-feed__header" }, N9 = {
10352
10355
  }, null, 8, ["id", "title", "is-editable"])
10353
10356
  ])
10354
10357
  ]),
10355
- h.deadline ? (p(), m("span", z9, z(l.value), 1)) : O("", !0)
10358
+ h.deadline ? (p(), m("span", x9, z(l.value), 1)) : O("", !0)
10356
10359
  ])
10357
10360
  ]),
10358
10361
  footer: Z(() => [
10359
- f("div", x9, [
10360
- f("div", Y9, [
10361
- f("ul", K9, [
10362
+ f("div", Y9, [
10363
+ f("div", K9, [
10364
+ f("ul", G9, [
10362
10365
  (p(!0), m(fe, null, _e(r.value, (g) => (p(), m(fe, {
10363
10366
  key: g.id
10364
10367
  }, [
10365
- g ? (p(), m("li", G9, [
10368
+ g ? (p(), m("li", X9, [
10366
10369
  T(et, {
10367
10370
  "user-name": J(zn)(g),
10368
10371
  "avatar-url": g.avatarUrl,
@@ -10372,31 +10375,31 @@ const R9 = { class: "ao-card-feed__header" }, N9 = {
10372
10375
  ])) : O("", !0)
10373
10376
  ], 64))), 128))
10374
10377
  ]),
10375
- h.comments || h.attachments ? (p(), m("ul", X9, [
10376
- h.comments ? (p(), m("li", Q9, [
10378
+ h.comments || h.attachments ? (p(), m("ul", Q9, [
10379
+ h.comments ? (p(), m("li", J9, [
10377
10380
  T(pe, {
10378
10381
  name: "ChatOutline",
10379
10382
  size: "sm"
10380
10383
  }),
10381
- f("span", J9, z(h.comments), 1)
10384
+ f("span", e4, z(h.comments), 1)
10382
10385
  ])) : O("", !0),
10383
- h.attachments ? (p(), m("li", e4, [
10386
+ h.attachments ? (p(), m("li", t4, [
10384
10387
  T(pe, {
10385
10388
  name: "AttachFileRounded",
10386
10389
  size: "sm"
10387
10390
  }),
10388
- f("span", t4, z(h.attachments), 1)
10391
+ f("span", a4, z(h.attachments), 1)
10389
10392
  ])) : O("", !0)
10390
10393
  ])) : O("", !0)
10391
10394
  ]),
10392
- f("div", a4, [
10393
- h.tasks && h.tasks.length ? (p(), m("div", s4, [
10394
- f("div", n4, [
10395
+ f("div", s4, [
10396
+ h.tasks && h.tasks.length ? (p(), m("div", n4, [
10397
+ f("div", i4, [
10395
10398
  T(pe, {
10396
10399
  name: "SelectCheckBox",
10397
10400
  size: "sm"
10398
10401
  }),
10399
- f("span", i4, z(v.value) + " / " + z(u.value), 1)
10402
+ f("span", o4, z(v.value) + " / " + z(u.value), 1)
10400
10403
  ]),
10401
10404
  T(Ws, {
10402
10405
  percentages: d.value,
@@ -10417,8 +10420,8 @@ const R9 = { class: "ao-card-feed__header" }, N9 = {
10417
10420
  */
10418
10421
  function wt(t) {
10419
10422
  let e = { r: 0, g: 0, b: 0, a: 1 };
10420
- /#/.test(t) ? e = r4(t) : /rgb/.test(t) ? e = An(t) : typeof t == "string" ? e = An(`rgba(${t})`) : Object.prototype.toString.call(t) === "[object Object]" && (e = t);
10421
- const { r: a, g: s, b: n, a: o } = e, { h: i, s: r, v: l } = l4(e);
10423
+ /#/.test(t) ? e = l4(t) : /rgb/.test(t) ? e = An(t) : typeof t == "string" ? e = An(`rgba(${t})`) : Object.prototype.toString.call(t) === "[object Object]" && (e = t);
10424
+ const { r: a, g: s, b: n, a: o } = e, { h: i, s: r, v: l } = u4(e);
10422
10425
  return { r: a, g: s, b: n, a: o === void 0 ? 1 : o, h: i, s: r, v: l };
10423
10426
  }
10424
10427
  function qs(t) {
@@ -10429,11 +10432,11 @@ function $s(t, e, a, s, n, o) {
10429
10432
  const i = t === "l", r = e.createLinearGradient(0, 0, i ? a : 0, i ? 0 : s);
10430
10433
  r.addColorStop(0.01, n), r.addColorStop(0.99, o), e.fillStyle = r, e.fillRect(0, 0, a, s);
10431
10434
  }
10432
- function o4({ r: t, g: e, b: a }, s) {
10435
+ function r4({ r: t, g: e, b: a }, s) {
10433
10436
  const n = (i) => ("0" + Number(i).toString(16)).slice(-2), o = `#${n(t)}${n(e)}${n(a)}`;
10434
10437
  return s ? o.toUpperCase() : o;
10435
10438
  }
10436
- function r4(t) {
10439
+ function l4(t) {
10437
10440
  t = t.slice(1);
10438
10441
  const e = (a) => parseInt(a, 16) || 0;
10439
10442
  return {
@@ -10450,7 +10453,7 @@ function An(t) {
10450
10453
  a: Number(t[3] ? t[3] : 1)
10451
10454
  }) : t;
10452
10455
  }
10453
- function l4({ r: t, g: e, b: a }) {
10456
+ function u4({ r: t, g: e, b: a }) {
10454
10457
  t = t / 255, e = e / 255, a = a / 255;
10455
10458
  const s = Math.max(t, e, a), n = Math.min(t, e, a), o = s - n;
10456
10459
  let i = 0;
@@ -10517,8 +10520,8 @@ var zs = Y({
10517
10520
  }
10518
10521
  }
10519
10522
  });
10520
- const u4 = { ref: "canvasSaturation" };
10521
- function c4(t, e, a, s, n, o) {
10523
+ const c4 = { ref: "canvasSaturation" };
10524
+ function d4(t, e, a, s, n, o) {
10522
10525
  return p(), P(
10523
10526
  "div",
10524
10527
  {
@@ -10528,7 +10531,7 @@ function c4(t, e, a, s, n, o) {
10528
10531
  [
10529
10532
  T(
10530
10533
  "canvas",
10531
- u4,
10534
+ c4,
10532
10535
  null,
10533
10536
  512
10534
10537
  /* NEED_PATCH */
@@ -10548,7 +10551,7 @@ function c4(t, e, a, s, n, o) {
10548
10551
  /* HYDRATE_EVENTS */
10549
10552
  );
10550
10553
  }
10551
- zs.render = c4;
10554
+ zs.render = d4;
10552
10555
  zs.__file = "src/color/Saturation.vue";
10553
10556
  var xs = Y({
10554
10557
  props: {
@@ -10603,8 +10606,8 @@ var xs = Y({
10603
10606
  }
10604
10607
  }
10605
10608
  });
10606
- const d4 = { ref: "canvasHue" };
10607
- function p4(t, e, a, s, n, o) {
10609
+ const p4 = { ref: "canvasHue" };
10610
+ function v4(t, e, a, s, n, o) {
10608
10611
  return p(), P(
10609
10612
  "div",
10610
10613
  {
@@ -10614,7 +10617,7 @@ function p4(t, e, a, s, n, o) {
10614
10617
  [
10615
10618
  T(
10616
10619
  "canvas",
10617
- d4,
10620
+ p4,
10618
10621
  null,
10619
10622
  512
10620
10623
  /* NEED_PATCH */
@@ -10634,7 +10637,7 @@ function p4(t, e, a, s, n, o) {
10634
10637
  /* HYDRATE_EVENTS */
10635
10638
  );
10636
10639
  }
10637
- xs.render = p4;
10640
+ xs.render = v4;
10638
10641
  xs.__file = "src/color/Hue.vue";
10639
10642
  var Ys = Y({
10640
10643
  props: {
@@ -10698,8 +10701,8 @@ var Ys = Y({
10698
10701
  }
10699
10702
  }
10700
10703
  });
10701
- const v4 = { ref: "canvasAlpha" };
10702
- function f4(t, e, a, s, n, o) {
10704
+ const f4 = { ref: "canvasAlpha" };
10705
+ function h4(t, e, a, s, n, o) {
10703
10706
  return p(), P(
10704
10707
  "div",
10705
10708
  {
@@ -10709,7 +10712,7 @@ function f4(t, e, a, s, n, o) {
10709
10712
  [
10710
10713
  T(
10711
10714
  "canvas",
10712
- v4,
10715
+ f4,
10713
10716
  null,
10714
10717
  512
10715
10718
  /* NEED_PATCH */
@@ -10729,7 +10732,7 @@ function f4(t, e, a, s, n, o) {
10729
10732
  /* HYDRATE_EVENTS */
10730
10733
  );
10731
10734
  }
10732
- Ys.render = f4;
10735
+ Ys.render = h4;
10733
10736
  Ys.__file = "src/color/Alpha.vue";
10734
10737
  var Ks = Y({
10735
10738
  props: {
@@ -10766,10 +10769,10 @@ var Ks = Y({
10766
10769
  }
10767
10770
  }
10768
10771
  });
10769
- function h4(t, e, a, s, n, o) {
10772
+ function m4(t, e, a, s, n, o) {
10770
10773
  return p(), P("canvas");
10771
10774
  }
10772
- Ks.render = h4;
10775
+ Ks.render = m4;
10773
10776
  Ks.__file = "src/color/Preview.vue";
10774
10777
  var Gs = Y({
10775
10778
  props: {
@@ -10832,19 +10835,19 @@ var Gs = Y({
10832
10835
  }
10833
10836
  }
10834
10837
  });
10835
- const m4 = /* @__PURE__ */ T(
10838
+ const C4 = /* @__PURE__ */ T(
10836
10839
  "path",
10837
10840
  { d: "M13.1,8.2l5.6,5.6c0.4,0.4,0.5,1.1,0.1,1.5s-1.1,0.5-1.5,0.1c0,0-0.1,0-0.1-0.1l-1.4-1.4l-7.7,7.7C7.9,21.9,7.6,22,7.3,22H3.1C2.5,22,2,21.5,2,20.9l0,0v-4.2c0-0.3,0.1-0.6,0.3-0.8l5.8-5.8C8.5,9.7,9.2,9.6,9.7,10s0.5,1.1,0.1,1.5c0,0,0,0.1-0.1,0.1l-5.5,5.5v2.7h2.7l7.4-7.4L8.7,6.8c-0.5-0.4-0.5-1-0.1-1.5s1.1-0.5,1.5-0.1c0,0,0.1,0,0.1,0.1l1.4,1.4l3.5-3.5c1.6-1.6,4.1-1.6,5.8-0.1c1.6,1.6,1.6,4.1,0.1,5.8L20.9,9l-3.6,3.6c-0.4,0.4-1.1,0.5-1.5,0.1" },
10838
10841
  null,
10839
10842
  -1
10840
10843
  /* HOISTED */
10841
- ), C4 = {
10844
+ ), g4 = {
10842
10845
  key: 1,
10843
10846
  class: "sucker",
10844
10847
  viewBox: "-16 -16 68 68",
10845
10848
  xmlns: "http://www.w3.org/2000/svg",
10846
10849
  stroke: "#9099a4"
10847
- }, g4 = /* @__PURE__ */ T(
10850
+ }, _4 = /* @__PURE__ */ T(
10848
10851
  "g",
10849
10852
  {
10850
10853
  fill: "none",
@@ -10876,7 +10879,7 @@ const m4 = /* @__PURE__ */ T(
10876
10879
  -1
10877
10880
  /* HOISTED */
10878
10881
  );
10879
- function _4(t, e, a, s, n, o) {
10882
+ function y4(t, e, a, s, n, o) {
10880
10883
  return p(), P("div", null, [
10881
10884
  t.isSucking ? O("v-if", !0) : (p(), P(
10882
10885
  "svg",
@@ -10888,17 +10891,17 @@ function _4(t, e, a, s, n, o) {
10888
10891
  onClick: e[1] || (e[1] = (...i) => t.openSucker && t.openSucker(...i))
10889
10892
  },
10890
10893
  [
10891
- m4
10894
+ C4
10892
10895
  ],
10893
10896
  2
10894
10897
  /* CLASS */
10895
10898
  )),
10896
- t.isSucking ? (p(), P("svg", C4, [
10897
- g4
10899
+ t.isSucking ? (p(), P("svg", g4, [
10900
+ _4
10898
10901
  ])) : O("v-if", !0)
10899
10902
  ]);
10900
10903
  }
10901
- Gs.render = _4;
10904
+ Gs.render = y4;
10902
10905
  Gs.__file = "src/color/Sucker.vue";
10903
10906
  var Xs = Y({
10904
10907
  props: {
@@ -10931,12 +10934,12 @@ var Xs = Y({
10931
10934
  };
10932
10935
  }
10933
10936
  });
10934
- const y4 = { class: "color-type" }, b4 = { class: "name" };
10935
- function w4(t, e, a, s, n, o) {
10936
- return p(), P("div", y4, [
10937
+ const b4 = { class: "color-type" }, w4 = { class: "name" };
10938
+ function $4(t, e, a, s, n, o) {
10939
+ return p(), P("div", b4, [
10937
10940
  T(
10938
10941
  "span",
10939
- b4,
10942
+ w4,
10940
10943
  z(t.name),
10941
10944
  1
10942
10945
  /* TEXT */
@@ -10957,7 +10960,7 @@ function w4(t, e, a, s, n, o) {
10957
10960
  ])
10958
10961
  ]);
10959
10962
  }
10960
- Xs.render = w4;
10963
+ Xs.render = $4;
10961
10964
  Xs.__file = "src/color/Box.vue";
10962
10965
  var Qs = Y({
10963
10966
  name: "ColorPicker",
@@ -10999,13 +11002,13 @@ var Qs = Y({
10999
11002
  };
11000
11003
  }
11001
11004
  });
11002
- const $4 = { class: "colors" }, k4 = {
11005
+ const k4 = { class: "colors" }, S4 = {
11003
11006
  key: 0,
11004
11007
  class: "colors history"
11005
11008
  };
11006
- function S4(t, e, a, s, n, o) {
11009
+ function A4(t, e, a, s, n, o) {
11007
11010
  return p(), P("div", null, [
11008
- T("ul", $4, [
11011
+ T("ul", k4, [
11009
11012
  (p(!0), P(
11010
11013
  fe,
11011
11014
  null,
@@ -11039,7 +11042,7 @@ function S4(t, e, a, s, n, o) {
11039
11042
  /* KEYED_FRAGMENT */
11040
11043
  ))
11041
11044
  ]),
11042
- t.colorsHistory.length ? (p(), P("ul", k4, [
11045
+ t.colorsHistory.length ? (p(), P("ul", S4, [
11043
11046
  (p(!0), P(
11044
11047
  fe,
11045
11048
  null,
@@ -11075,7 +11078,7 @@ function S4(t, e, a, s, n, o) {
11075
11078
  ])) : O("v-if", !0)
11076
11079
  ]);
11077
11080
  }
11078
- Qs.render = S4;
11081
+ Qs.render = A4;
11079
11082
  Qs.__file = "src/color/Colors.vue";
11080
11083
  var Nt = Y({
11081
11084
  components: {
@@ -11186,7 +11189,7 @@ var Nt = Y({
11186
11189
  return `rgba(${this.rgbaStringShort})`;
11187
11190
  },
11188
11191
  hexString() {
11189
- return o4(this.rgba, !0);
11192
+ return r4(this.rgba, !0);
11190
11193
  }
11191
11194
  },
11192
11195
  created() {
@@ -11250,8 +11253,8 @@ var Nt = Y({
11250
11253
  }
11251
11254
  }
11252
11255
  });
11253
- const A4 = { class: "color-set" };
11254
- function M4(t, e, a, s, n, o) {
11256
+ const M4 = { class: "color-set" };
11257
+ function T4(t, e, a, s, n, o) {
11255
11258
  const i = Ke("Saturation"), r = Ke("Hue"), l = Ke("Alpha"), c = Ke("Preview"), u = Ke("Sucker"), v = Ke("Box"), d = Ke("Colors");
11256
11259
  return p(), P(
11257
11260
  "div",
@@ -11260,7 +11263,7 @@ function M4(t, e, a, s, n, o) {
11260
11263
  style: { width: t.totalWidth + "px" }
11261
11264
  },
11262
11265
  [
11263
- T("div", A4, [
11266
+ T("div", M4, [
11264
11267
  T(i, {
11265
11268
  ref: "saturation",
11266
11269
  color: t.rgbString,
@@ -11334,12 +11337,12 @@ function M4(t, e, a, s, n, o) {
11334
11337
  /* CLASS, STYLE */
11335
11338
  );
11336
11339
  }
11337
- Nt.render = M4;
11340
+ Nt.render = T4;
11338
11341
  Nt.__file = "src/color/ColorPicker.vue";
11339
11342
  Nt.install = (t) => {
11340
11343
  t.component(Nt.name, Nt);
11341
11344
  };
11342
- const T4 = {
11345
+ const O4 = {
11343
11346
  props: {
11344
11347
  color: {
11345
11348
  type: String,
@@ -11363,10 +11366,10 @@ const T4 = {
11363
11366
  this.$emit("update:color", o);
11364
11367
  }
11365
11368
  }
11366
- }, O4 = { class: "color-picker-wrapper" };
11367
- function E4(t, e, a, s, n, o) {
11369
+ }, E4 = { class: "color-picker-wrapper" };
11370
+ function I4(t, e, a, s, n, o) {
11368
11371
  const i = Ke("ColorPicker");
11369
- return p(), m("div", O4, [
11372
+ return p(), m("div", E4, [
11370
11373
  f("button", {
11371
11374
  style: Fa({ backgroundColor: a.color }),
11372
11375
  class: "color-button",
@@ -11381,10 +11384,10 @@ function E4(t, e, a, s, n, o) {
11381
11384
  }, null, 8, ["color", "onChangeColor"])) : O("", !0)
11382
11385
  ]);
11383
11386
  }
11384
- const I4 = /* @__PURE__ */ j(T4, [["render", E4]]), L4 = { class: "ao-project-milestone" }, H4 = { class: "ao-project-milestone__header" }, D4 = { class: "ao-project-milestone__header_line" }, P4 = { class: "ao-project-milestone__header_line" }, V4 = { class: "ao-project-milestone__title" }, B4 = {
11387
+ const L4 = /* @__PURE__ */ j(O4, [["render", I4]]), H4 = { class: "ao-project-milestone" }, D4 = { class: "ao-project-milestone__header" }, P4 = { class: "ao-project-milestone__header_line" }, V4 = { class: "ao-project-milestone__header_line" }, B4 = { class: "ao-project-milestone__title" }, R4 = {
11385
11388
  key: 0,
11386
11389
  class: "ao-fieldset ao-milestone__fieldset"
11387
- }, R4 = { class: "ao-field__row ao-milestone__field-row" }, N4 = { class: "ao-field ao-field--inline" }, j4 = { class: "ao-field__row ao-milestone__field-row" }, U4 = { class: "ao-field ao-milestone__field-multiselect" }, F4 = { class: "ao-project-milestone__body" }, Z4 = {
11390
+ }, N4 = { class: "ao-field__row ao-milestone__field-row" }, j4 = { class: "ao-field ao-field--inline" }, U4 = { class: "ao-field__row ao-milestone__field-row" }, F4 = { class: "ao-field ao-milestone__field-multiselect" }, Z4 = { class: "ao-project-milestone__body" }, W4 = {
11388
11391
  key: 0,
11389
11392
  class: "ao-project-milestone__footer"
11390
11393
  }, Mn = /* @__PURE__ */ Y({
@@ -11491,9 +11494,9 @@ const I4 = /* @__PURE__ */ j(T4, [["render", E4]]), L4 = { class: "ao-project-mi
11491
11494
  });
11492
11495
  return (_, C) => {
11493
11496
  var D;
11494
- return p(), m("div", L4, [
11495
- f("header", H4, [
11496
- f("div", D4, [
11497
+ return p(), m("div", H4, [
11498
+ f("header", D4, [
11499
+ f("div", P4, [
11497
11500
  T(ue, {
11498
11501
  "icon-name": "CloseRounded",
11499
11502
  variant: "ghost",
@@ -11502,8 +11505,8 @@ const I4 = /* @__PURE__ */ j(T4, [["render", E4]]), L4 = { class: "ao-project-mi
11502
11505
  onClick: l
11503
11506
  })
11504
11507
  ]),
11505
- f("div", P4, [
11506
- f("div", V4, [
11508
+ f("div", V4, [
11509
+ f("div", B4, [
11507
11510
  T(ye, {
11508
11511
  title: ((D = i.value) == null ? void 0 : D.name) || _.milestoneId,
11509
11512
  level: 5
@@ -11522,9 +11525,9 @@ const I4 = /* @__PURE__ */ j(T4, [["render", E4]]), L4 = { class: "ao-project-mi
11522
11525
  }, null, 8, ["modelValue", "disabled", "label"])
11523
11526
  ])
11524
11527
  ]),
11525
- i.value ? (p(), m("div", B4, [
11526
- f("div", R4, [
11527
- f("label", N4, [
11528
+ i.value ? (p(), m("div", R4, [
11529
+ f("div", N4, [
11530
+ f("label", j4, [
11528
11531
  Re(f("input", {
11529
11532
  "onUpdate:modelValue": C[1] || (C[1] = (I) => h.value = I),
11530
11533
  class: "ao-milestone__field ao-milestone__date-field",
@@ -11539,8 +11542,8 @@ const I4 = /* @__PURE__ */ j(T4, [["render", E4]]), L4 = { class: "ao-project-mi
11539
11542
  ])
11540
11543
  ])
11541
11544
  ]),
11542
- f("div", j4, [
11543
- f("label", U4, [
11545
+ f("div", U4, [
11546
+ f("label", F4, [
11544
11547
  T(ke, {
11545
11548
  modelValue: b.value,
11546
11549
  "onUpdate:modelValue": C[2] || (C[2] = (I) => b.value = I),
@@ -11569,13 +11572,13 @@ const I4 = /* @__PURE__ */ j(T4, [["render", E4]]), L4 = { class: "ao-project-mi
11569
11572
  }, 8, ["modelValue", "options", "placeholder", "disabled", "caret"])
11570
11573
  ])
11571
11574
  ]),
11572
- T(I4, {
11575
+ T(L4, {
11573
11576
  color: d.value,
11574
11577
  "onUpdate:color": C[3] || (C[3] = (I) => d.value = I)
11575
11578
  }, null, 8, ["color"])
11576
11579
  ])) : O("", !0)
11577
11580
  ]),
11578
- f("div", F4, [
11581
+ f("div", Z4, [
11579
11582
  T(J(mt), He({
11580
11583
  class: "ao-project-milestone__activities",
11581
11584
  list: r.value,
@@ -11646,7 +11649,7 @@ const I4 = /* @__PURE__ */ j(T4, [["render", E4]]), L4 = { class: "ao-project-mi
11646
11649
  }),
11647
11650
  _: 1
11648
11651
  }, 16, ["list", "disabled"]),
11649
- _.isEditable ? (p(), m("div", Z4, [
11652
+ _.isEditable ? (p(), m("div", W4, [
11650
11653
  T(Ct, {
11651
11654
  "icon-name": "Add",
11652
11655
  label: _.$t("project.activity.add"),
@@ -11658,7 +11661,7 @@ const I4 = /* @__PURE__ */ j(T4, [["render", E4]]), L4 = { class: "ao-project-mi
11658
11661
  };
11659
11662
  }
11660
11663
  });
11661
- const W4 = /* @__PURE__ */ Y({
11664
+ const q4 = /* @__PURE__ */ Y({
11662
11665
  __name: "AoProjectOverviewActivityDetails",
11663
11666
  props: {
11664
11667
  phaseId: {},
@@ -11745,14 +11748,14 @@ const W4 = /* @__PURE__ */ Y({
11745
11748
  }, 8, ["activity", "activity-types", "milestone-id", "template-activities", "users", "user-id", "is-task-checkable", "statuses", "breadcrumbs", "is-editable", "attachment-enabled", "projects", "onClose"])) : O("", !0);
11746
11749
  };
11747
11750
  }
11748
- }), q4 = { class: "ao-col-header" }, z4 = /* @__PURE__ */ Y({
11751
+ }), z4 = { class: "ao-col-header" }, x4 = /* @__PURE__ */ Y({
11749
11752
  __name: "AoColHeader",
11750
11753
  props: {
11751
11754
  title: {},
11752
11755
  items: {}
11753
11756
  },
11754
11757
  setup(t) {
11755
- return (e, a) => (p(), m("header", q4, [
11758
+ return (e, a) => (p(), m("header", z4, [
11756
11759
  T(ye, {
11757
11760
  title: e.title,
11758
11761
  class: "ao-col-header__title",
@@ -11768,17 +11771,17 @@ const W4 = /* @__PURE__ */ Y({
11768
11771
  ]));
11769
11772
  }
11770
11773
  });
11771
- function x4(t) {
11774
+ function Y4(t) {
11772
11775
  return Vi() ? (Bi(t), !0) : !1;
11773
11776
  }
11774
11777
  function ja(t) {
11775
11778
  return typeof t == "function" ? t() : J(t);
11776
11779
  }
11777
- const Y4 = typeof window < "u" && typeof document < "u";
11780
+ const K4 = typeof window < "u" && typeof document < "u";
11778
11781
  typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
11779
- const K4 = (t) => t != null, oa = () => {
11782
+ const G4 = (t) => t != null, oa = () => {
11780
11783
  };
11781
- function G4(t, e) {
11784
+ function X4(t, e) {
11782
11785
  function a(...s) {
11783
11786
  return new Promise((n, o) => {
11784
11787
  Promise.resolve(t(() => e.apply(this, s), { fn: e, thisArg: this, args: s })).then(n).catch(o);
@@ -11786,7 +11789,7 @@ function G4(t, e) {
11786
11789
  }
11787
11790
  return a;
11788
11791
  }
11789
- function X4(t, e = {}) {
11792
+ function Q4(t, e = {}) {
11790
11793
  let a, s, n = oa;
11791
11794
  const o = (r) => {
11792
11795
  clearTimeout(r), n(), n = oa;
@@ -11802,9 +11805,9 @@ function X4(t, e = {}) {
11802
11805
  });
11803
11806
  };
11804
11807
  }
11805
- function Q4(t, e = 200, a = {}) {
11806
- return G4(
11807
- X4(e, a),
11808
+ function J4(t, e = 200, a = {}) {
11809
+ return X4(
11810
+ Q4(e, a),
11808
11811
  t
11809
11812
  );
11810
11813
  }
@@ -11813,27 +11816,27 @@ function ms(t) {
11813
11816
  const a = ja(t);
11814
11817
  return (e = a == null ? void 0 : a.$el) != null ? e : a;
11815
11818
  }
11816
- const J4 = Y4 ? window : void 0;
11817
- function e8() {
11819
+ const e8 = K4 ? window : void 0;
11820
+ function t8() {
11818
11821
  const t = ee(!1), e = Tt();
11819
11822
  return e && Mt(() => {
11820
11823
  t.value = !0;
11821
11824
  }, e), t;
11822
11825
  }
11823
- function t8(t) {
11824
- const e = e8();
11826
+ function a8(t) {
11827
+ const e = t8();
11825
11828
  return M(() => (e.value, !!t()));
11826
11829
  }
11827
- function a8(t, e, a = {}) {
11830
+ function s8(t, e, a = {}) {
11828
11831
  const {
11829
11832
  root: s,
11830
11833
  rootMargin: n = "0px",
11831
11834
  threshold: o = 0.1,
11832
- window: i = J4,
11835
+ window: i = e8,
11833
11836
  immediate: r = !0
11834
- } = a, l = t8(() => i && "IntersectionObserver" in i), c = M(() => {
11837
+ } = a, l = a8(() => i && "IntersectionObserver" in i), c = M(() => {
11835
11838
  const w = ja(t);
11836
- return (Array.isArray(w) ? w : [w]).map(ms).filter(K4);
11839
+ return (Array.isArray(w) ? w : [w]).map(ms).filter(G4);
11837
11840
  });
11838
11841
  let u = oa;
11839
11842
  const v = ee(r), d = l.value ? de(
@@ -11857,7 +11860,7 @@ function a8(t, e, a = {}) {
11857
11860
  ) : oa, h = () => {
11858
11861
  u(), d(), v.value = !1;
11859
11862
  };
11860
- return x4(h), {
11863
+ return Y4(h), {
11861
11864
  isSupported: l,
11862
11865
  isActive: v,
11863
11866
  pause() {
@@ -11869,24 +11872,24 @@ function a8(t, e, a = {}) {
11869
11872
  stop: h
11870
11873
  };
11871
11874
  }
11872
- const s8 = {
11875
+ const n8 = {
11873
11876
  class: /* @__PURE__ */ Q(["ao-list-kanban"])
11874
- }, n8 = { class: "ao-list-kanban__header" }, i8 = {
11877
+ }, i8 = { class: "ao-list-kanban__header" }, o8 = {
11875
11878
  key: 0,
11876
11879
  class: "ao-list-kanban__end ao-list-kanban__end--loading"
11877
- }, o8 = {
11880
+ }, r8 = {
11878
11881
  key: 1,
11879
11882
  class: "ao-list-kanban__end"
11880
- }, r8 = {
11883
+ }, l8 = {
11881
11884
  key: 0,
11882
11885
  class: "ao-list-kanban__no-more"
11883
- }, l8 = {
11886
+ }, u8 = {
11884
11887
  key: 1,
11885
11888
  class: "ao-list-kanban__divider"
11886
- }, u8 = {
11889
+ }, c8 = {
11887
11890
  key: 1,
11888
11891
  class: "ao-list-kanban__footer"
11889
- }, c8 = /* @__PURE__ */ Y({
11892
+ }, d8 = /* @__PURE__ */ Y({
11890
11893
  __name: "AoListKanban",
11891
11894
  props: {
11892
11895
  list: {},
@@ -11904,7 +11907,7 @@ const s8 = {
11904
11907
  emits: ["add", "update:list", "change:list", "loadMore", "selectActivity", "archiveActivity", "unarchiveActivity", "updateActivity"],
11905
11908
  setup(t, { emit: e }) {
11906
11909
  const a = t, s = ee(!1), n = ee(null);
11907
- a8(n, ([{ isIntersecting: u }]) => {
11910
+ s8(n, ([{ isIntersecting: u }]) => {
11908
11911
  s.value = u;
11909
11912
  }), de(s, (u) => {
11910
11913
  u && a.hasMore && !a.isLoading && e("loadMore");
@@ -11929,12 +11932,12 @@ const s8 = {
11929
11932
  )
11930
11933
  });
11931
11934
  }, c = ee(!1);
11932
- return (u, v) => (p(), m("div", s8, [
11935
+ return (u, v) => (p(), m("div", n8, [
11933
11936
  u.title || u.$slots.header ? ae(u.$slots, "header", { key: 0 }, () => {
11934
11937
  var d;
11935
11938
  return [
11936
- f("div", n8, [
11937
- u.title ? (p(), P(z4, {
11939
+ f("div", i8, [
11940
+ u.title ? (p(), P(x4, {
11938
11941
  key: 0,
11939
11942
  title: u.title,
11940
11943
  level: 3,
@@ -12020,20 +12023,20 @@ const s8 = {
12020
12023
  ];
12021
12024
  }),
12022
12025
  footer: Z(() => [
12023
- u.isLoading ? (p(), m("div", i8, [
12026
+ u.isLoading ? (p(), m("div", o8, [
12024
12027
  T(pe, { name: "Loading" })
12025
12028
  ])) : u.hasMore ? (p(), m("div", {
12026
12029
  key: 2,
12027
12030
  ref_key: "scrollEnd",
12028
12031
  ref: n,
12029
12032
  class: "ao-list-kanban__end"
12030
- }, null, 512)) : (p(), m("div", o8, [
12031
- u.noMoreLabel ? (p(), m("span", r8, z(u.noMoreLabel), 1)) : u.isEditable ? (p(), m("span", l8)) : O("", !0)
12033
+ }, null, 512)) : (p(), m("div", r8, [
12034
+ u.noMoreLabel ? (p(), m("span", l8, z(u.noMoreLabel), 1)) : u.isEditable ? (p(), m("span", u8)) : O("", !0)
12032
12035
  ]))
12033
12036
  ]),
12034
12037
  _: 1
12035
12038
  }, 16, ["class", "list", "disabled"]),
12036
- u.$slots.footer || u.footerLabel ? (p(), m("div", u8, [
12039
+ u.$slots.footer || u.footerLabel ? (p(), m("div", c8, [
12037
12040
  ae(u.$slots, "footer", {}, () => [
12038
12041
  u.isEditable ? (p(), P(Ct, {
12039
12042
  key: 0,
@@ -12046,7 +12049,7 @@ const s8 = {
12046
12049
  ]));
12047
12050
  }
12048
12051
  });
12049
- const d8 = { class: "ao-field ao-search-field" }, p8 = ["value", "placeholder", "onKeypress"], v8 = /* @__PURE__ */ Y({
12052
+ const p8 = { class: "ao-field ao-search-field" }, v8 = ["value", "placeholder", "onKeypress"], f8 = /* @__PURE__ */ Y({
12050
12053
  __name: "AoSearchField",
12051
12054
  props: {
12052
12055
  modelValue: {},
@@ -12058,10 +12061,10 @@ const d8 = { class: "ao-field ao-search-field" }, p8 = ["value", "placeholder",
12058
12061
  const a = t, s = async (i) => {
12059
12062
  const l = i.target.value;
12060
12063
  e("update:modelValue", l, i);
12061
- }, n = Q4(s, a.delay), o = (i) => {
12064
+ }, n = J4(s, a.delay), o = (i) => {
12062
12065
  e("clear", i);
12063
12066
  };
12064
- return (i, r) => (p(), m("div", d8, [
12067
+ return (i, r) => (p(), m("div", p8, [
12065
12068
  f("input", {
12066
12069
  value: i.modelValue,
12067
12070
  type: "text",
@@ -12070,7 +12073,7 @@ const d8 = { class: "ao-field ao-search-field" }, p8 = ["value", "placeholder",
12070
12073
  onInput: r[0] || (r[0] = //@ts-ignore
12071
12074
  (...l) => J(n) && J(n)(...l)),
12072
12075
  onKeypress: dt(s, ["enter"])
12073
- }, null, 40, p8),
12076
+ }, null, 40, v8),
12074
12077
  T(pe, {
12075
12078
  name: "SearchRounded",
12076
12079
  class: Q(`ao-search-field__icon ao-search-field__action ${i.modelValue ? "" : "ao-search-field__action--visible"}`)
@@ -12086,7 +12089,7 @@ const d8 = { class: "ao-field ao-search-field" }, p8 = ["value", "placeholder",
12086
12089
  ]));
12087
12090
  }
12088
12091
  });
12089
- const f8 = { class: "ao-feed" }, h8 = { class: "ao-feed__filters" }, m8 = { class: "ao-feed__body" }, C8 = /* @__PURE__ */ Y({
12092
+ const h8 = { class: "ao-feed" }, m8 = { class: "ao-feed__filters" }, C8 = { class: "ao-feed__body" }, g8 = /* @__PURE__ */ Y({
12090
12093
  __name: "AoFeed",
12091
12094
  props: {
12092
12095
  activities: {},
@@ -12197,10 +12200,10 @@ const f8 = { class: "ao-feed" }, h8 = { class: "ao-feed__filters" }, m8 = { clas
12197
12200
  };
12198
12201
  return (A, $) => {
12199
12202
  var U;
12200
- return p(), m("div", f8, [
12203
+ return p(), m("div", h8, [
12201
12204
  T(Ga, null, {
12202
12205
  primary: Z(() => [
12203
- f("div", h8, [
12206
+ f("div", m8, [
12204
12207
  a.project ? (p(), P(ci, {
12205
12208
  key: 0,
12206
12209
  "is-left": !1,
@@ -12210,7 +12213,7 @@ const f8 = { class: "ao-feed" }, h8 = { class: "ao-feed__filters" }, m8 = { clas
12210
12213
  V && A.$router.push({ name: J(Fe).project });
12211
12214
  })
12212
12215
  }, null, 8, ["right-label", "left-label"])) : O("", !0),
12213
- T(v8, {
12216
+ T(f8, {
12214
12217
  "model-value": A.searchText,
12215
12218
  placeholder: A.$t("feed.search.placeholder"),
12216
12219
  class: "ao-feed__search",
@@ -12303,8 +12306,8 @@ const f8 = { class: "ao-feed" }, h8 = { class: "ao-feed__filters" }, m8 = { clas
12303
12306
  ]),
12304
12307
  _: 1
12305
12308
  }),
12306
- f("div", m8, [
12307
- (p(!0), m(fe, null, _e(A.statuses, (V) => (p(), P(c8, {
12309
+ f("div", C8, [
12310
+ (p(!0), m(fe, null, _e(A.statuses, (V) => (p(), P(d8, {
12308
12311
  key: V.id,
12309
12312
  status: V,
12310
12313
  list: r.value[V.id],
@@ -12362,7 +12365,7 @@ const Pt = {
12362
12365
  TEMPLATES: "templates",
12363
12366
  TEMPLATE_DETAILS: "template_details",
12364
12367
  TEMPLATES_LIST: "templates_list"
12365
- }, D8 = (t, e = {}) => [
12368
+ }, P8 = (t, e = {}) => [
12366
12369
  {
12367
12370
  path: t,
12368
12371
  name: Pt.TEMPLATES,
@@ -12372,12 +12375,12 @@ const Pt = {
12372
12375
  {
12373
12376
  path: "",
12374
12377
  name: Pt.TEMPLATES_LIST,
12375
- component: _8
12378
+ component: y8
12376
12379
  },
12377
12380
  {
12378
12381
  path: ":templateId/:phaseId?/:milestoneId?/:activityId?",
12379
12382
  name: Pt.TEMPLATE_DETAILS,
12380
- component: Tf,
12383
+ component: Of,
12381
12384
  props: !0
12382
12385
  }
12383
12386
  ]
@@ -12387,7 +12390,7 @@ const Pt = {
12387
12390
  feed: "AoProjectFeed",
12388
12391
  milestone: "AoMilestone",
12389
12392
  activity: "AoActivity"
12390
- }, P8 = (t, e = {}) => [
12393
+ }, V8 = (t, e = {}) => [
12391
12394
  {
12392
12395
  path: t,
12393
12396
  ...e,
@@ -12396,7 +12399,7 @@ const Pt = {
12396
12399
  {
12397
12400
  path: "",
12398
12401
  name: Fe.project,
12399
- component: B9,
12402
+ component: R9,
12400
12403
  props: !0,
12401
12404
  children: [
12402
12405
  {
@@ -12411,7 +12414,7 @@ const Pt = {
12411
12414
  props: { default: !0, modal: !0 },
12412
12415
  components: {
12413
12416
  default: Mn,
12414
- modal: W4
12417
+ modal: q4
12415
12418
  }
12416
12419
  }
12417
12420
  ]
@@ -12419,12 +12422,12 @@ const Pt = {
12419
12422
  {
12420
12423
  path: "feed",
12421
12424
  name: Fe.feed,
12422
- component: C8,
12425
+ component: g8,
12423
12426
  props: !0
12424
12427
  }
12425
12428
  ]
12426
12429
  }
12427
- ], g8 = { class: "ao-templates" }, _8 = /* @__PURE__ */ Y({
12430
+ ], _8 = { class: "ao-templates" }, y8 = /* @__PURE__ */ Y({
12428
12431
  __name: "AoTemplatesList",
12429
12432
  props: {
12430
12433
  templates: {}
@@ -12464,7 +12467,7 @@ const Pt = {
12464
12467
  });
12465
12468
  }
12466
12469
  };
12467
- return (r, l) => (p(), m("div", g8, [
12470
+ return (r, l) => (p(), m("div", _8, [
12468
12471
  T(Ga, null, {
12469
12472
  secondary: Z(() => [
12470
12473
  T(ue, {
@@ -12487,12 +12490,12 @@ const Pt = {
12487
12490
  item: Z(({ element: c }) => {
12488
12491
  var u;
12489
12492
  return [
12490
- T(J3, {
12493
+ T(e5, {
12491
12494
  id: c.id,
12492
12495
  title: c.name,
12493
12496
  phases: c.phases,
12494
- milestones: (u = c.phases) != null && u.length ? J(A3)(c.phases) : 0,
12495
- activities: c.phases ? J(M3)(c.phases) : 0,
12497
+ milestones: (u = c.phases) != null && u.length ? J(M3)(c.phases) : 0,
12498
+ activities: c.phases ? J(T3)(c.phases) : 0,
12496
12499
  "updated-at": c.updatedAt,
12497
12500
  "updated-by": c.updatedBy,
12498
12501
  onUpdateTitle: (v) => o(c.id, v),
@@ -12508,7 +12511,7 @@ const Pt = {
12508
12511
  ]));
12509
12512
  }
12510
12513
  });
12511
- const y8 = { class: "ao-field__label" }, b8 = /* @__PURE__ */ Y({
12514
+ const b8 = { class: "ao-field__label" }, w8 = /* @__PURE__ */ Y({
12512
12515
  __name: "AoField",
12513
12516
  props: {
12514
12517
  label: {},
@@ -12518,11 +12521,11 @@ const y8 = { class: "ao-field__label" }, b8 = /* @__PURE__ */ Y({
12518
12521
  return (e, a) => (p(), m("label", {
12519
12522
  class: Q(["ao-field", { "ao-field--multiselect": e.isMultiselect }])
12520
12523
  }, [
12521
- f("span", y8, z(e.label), 1),
12524
+ f("span", b8, z(e.label), 1),
12522
12525
  ae(e.$slots, "default")
12523
12526
  ], 2));
12524
12527
  }
12525
- }), w8 = ["type", "value", "disabled", "readonly"], V8 = /* @__PURE__ */ Y({
12528
+ }), $8 = ["type", "value", "disabled", "readonly"], B8 = /* @__PURE__ */ Y({
12526
12529
  __name: "AoInputField",
12527
12530
  props: {
12528
12531
  label: { default: "" },
@@ -12539,7 +12542,7 @@ const y8 = { class: "ao-field__label" }, b8 = /* @__PURE__ */ Y({
12539
12542
  ), n = (o) => {
12540
12543
  a.modelModifiers.number && (o = Number(o)), e("update:modelValue", o);
12541
12544
  };
12542
- return (o, i) => (p(), P(b8, { label: o.label }, {
12545
+ return (o, i) => (p(), P(w8, { label: o.label }, {
12543
12546
  default: Z(() => [
12544
12547
  f("input", He({
12545
12548
  class: "ao-field__input",
@@ -12549,12 +12552,12 @@ const y8 = { class: "ao-field__label" }, b8 = /* @__PURE__ */ Y({
12549
12552
  readonly: o.isReadonly
12550
12553
  }, {
12551
12554
  [Ri(s.value)]: i[0] || (i[0] = (r) => n(r.target.value))
12552
- }), null, 16, w8)
12555
+ }), null, 16, $8)
12553
12556
  ]),
12554
12557
  _: 1
12555
12558
  }, 8, ["label"]));
12556
12559
  }
12557
- }), $8 = { class: "ao-field" }, k8 = { class: "ao-field__label" }, S8 = ["checked", "disabled"], B8 = /* @__PURE__ */ Y({
12560
+ }), k8 = { class: "ao-field" }, S8 = { class: "ao-field__label" }, A8 = ["checked", "disabled"], R8 = /* @__PURE__ */ Y({
12558
12561
  __name: "AoCheckboxField",
12559
12562
  props: {
12560
12563
  label: { default: "" },
@@ -12564,8 +12567,8 @@ const y8 = { class: "ao-field__label" }, b8 = /* @__PURE__ */ Y({
12564
12567
  },
12565
12568
  emits: ["update:modelValue"],
12566
12569
  setup(t) {
12567
- return (e, a) => (p(), m("label", $8, [
12568
- f("span", k8, z(e.label), 1),
12570
+ return (e, a) => (p(), m("label", k8, [
12571
+ f("span", S8, z(e.label), 1),
12569
12572
  f("input", {
12570
12573
  class: "ao-field__input",
12571
12574
  type: "checkbox",
@@ -12578,34 +12581,34 @@ const y8 = { class: "ao-field__label" }, b8 = /* @__PURE__ */ Y({
12578
12581
  ((n = s.target) == null ? void 0 : n.checked) ?? !1
12579
12582
  );
12580
12583
  })
12581
- }, null, 40, S8)
12584
+ }, null, 40, A8)
12582
12585
  ]));
12583
12586
  }
12584
12587
  });
12585
12588
  export {
12586
12589
  et as AoAvatar,
12587
12590
  di as AoCardFeed,
12588
- B8 as AoCheckboxField,
12589
- C8 as AoFeed,
12590
- b8 as AoField,
12591
- V8 as AoInputField,
12591
+ R8 as AoCheckboxField,
12592
+ g8 as AoFeed,
12593
+ w8 as AoField,
12594
+ B8 as AoInputField,
12592
12595
  ke as AoMultiselect,
12593
- h9 as AoProjectPhases,
12594
- Tf as AoTemplateDetails,
12595
- E8 as AoTemplates,
12596
- _8 as AoTemplatesList,
12597
- F2 as TemplateItemTypeEnum,
12598
- L8 as activityFeedStatus,
12599
- I8 as durationTypes,
12596
+ m9 as AoProjectPhases,
12597
+ Of as AoTemplateDetails,
12598
+ I8 as AoTemplates,
12599
+ y8 as AoTemplatesList,
12600
+ Z2 as TemplateItemTypeEnum,
12601
+ H8 as activityFeedStatus,
12602
+ L8 as durationTypes,
12600
12603
  Ht as feedFilterTypes,
12601
- P8 as getProjectOverviewRoutes,
12602
- D8 as getTemplateRoutes,
12603
- H8 as listUpdateTypes,
12604
+ V8 as getProjectOverviewRoutes,
12605
+ P8 as getTemplateRoutes,
12606
+ D8 as listUpdateTypes,
12604
12607
  Cs as milestoneStatus,
12605
12608
  Fe as projectOverviewRoutes,
12606
- N2 as ruleComparators,
12607
- U2 as ruleDurationUnits,
12608
- j2 as ruleTriggerTypes,
12609
+ j2 as ruleComparators,
12610
+ F2 as ruleDurationUnits,
12611
+ U2 as ruleTriggerTypes,
12609
12612
  Ce as templateItemType,
12610
12613
  Pt as templateRouteNames
12611
12614
  };