@26lights/orcha 0.41.72 → 0.41.74
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.cjs.js +2 -2
- package/dist/orcha.css +1 -1
- package/dist/orcha.es.js +294 -289
- package/dist/orcha.umd.js +3 -3
- package/dist/src/components/AoCard.vue.d.ts +5 -5
- package/package.json +2 -2
package/dist/orcha.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as q, openBlock as p, createBlock as D, unref as Q, mergeProps as Ae, createElementBlock as C, createElementVNode as f, pushScopeId as Vi, popScopeId as Di, createStaticVNode as Bi, computed as A, resolveDynamicComponent as mt, normalizeClass as X, renderSlot as te, toDisplayString as W, createCommentVNode as O, ref as x, watch as ce, nextTick as Me, withKeys as dt, toHandlers as ji, withCtx as N, createTextVNode as qa, createVNode as M, normalizeStyle as pt, withModifiers as ve, createSlots as fa, Fragment as fe, renderList as _e, onMounted as It, onBeforeUnmount as Ts, onUnmounted as Os, Teleport as Tt, toRefs as Ee, getCurrentInstance as Lt, toRef as Rt, normalizeProps as ha, guardReactiveProps as ma, withDirectives as De, vShow as Ri, onUpdated as Ni, vModelText as Ze, resolveComponent as rt, vModelCheckbox as Ui, getCurrentScope as Fi, onScopeDispose as Zi, toHandlerKey as Wi } from "vue";
|
|
2
2
|
import { RouterView as zi, useRoute as qi, useRouter as Es } from "vue-router";
|
|
3
3
|
import gt from "vuedraggable";
|
|
4
|
-
const
|
|
4
|
+
const t8 = /* @__PURE__ */ q({
|
|
5
5
|
__name: "AoTemplates",
|
|
6
6
|
props: {
|
|
7
7
|
templates: {}
|
|
@@ -1453,11 +1453,11 @@ const Ba = {
|
|
|
1453
1453
|
todo: "todo",
|
|
1454
1454
|
done: "done",
|
|
1455
1455
|
archived: "archived"
|
|
1456
|
-
},
|
|
1456
|
+
}, a8 = {
|
|
1457
1457
|
months: "months",
|
|
1458
1458
|
weeks: "weeks",
|
|
1459
1459
|
days: "days"
|
|
1460
|
-
},
|
|
1460
|
+
}, s8 = {
|
|
1461
1461
|
future: "future",
|
|
1462
1462
|
this_month: "this_month",
|
|
1463
1463
|
this_week: "this_week",
|
|
@@ -1481,7 +1481,7 @@ const Ba = {
|
|
|
1481
1481
|
TASKS: "tasks"
|
|
1482
1482
|
};
|
|
1483
1483
|
var G2 = /* @__PURE__ */ ((t) => (t.PHASES = "phases", t.MILESTONES = "milestones", t.ACTIVITIES = "activities", t))(G2 || {});
|
|
1484
|
-
const
|
|
1484
|
+
const n8 = {
|
|
1485
1485
|
add: "add",
|
|
1486
1486
|
remove: "remove",
|
|
1487
1487
|
moved: "moved"
|
|
@@ -5395,7 +5395,7 @@ function g7(t, e, a) {
|
|
|
5395
5395
|
let ue = S;
|
|
5396
5396
|
if (Y.value && _.value) {
|
|
5397
5397
|
let ge = oe.value;
|
|
5398
|
-
ge || (ge = ($t, un,
|
|
5398
|
+
ge || (ge = ($t, un, X4) => wt.value.some((Hi) => {
|
|
5399
5399
|
let cn = ys(ka($t[Hi]), ae.value);
|
|
5400
5400
|
return V.value ? cn.startsWith(ys(un, ae.value)) : cn.indexOf(ys(un, ae.value)) !== -1;
|
|
5401
5401
|
})), ue = ue.filter(($t) => ge($t, Y.value, ne));
|
|
@@ -9366,10 +9366,10 @@ const Lf = {
|
|
|
9366
9366
|
};
|
|
9367
9367
|
}
|
|
9368
9368
|
});
|
|
9369
|
-
const Nf = {
|
|
9369
|
+
const Nf = { class: "ao-card__content" }, Uf = {
|
|
9370
9370
|
key: 0,
|
|
9371
9371
|
class: "ao-card__header"
|
|
9372
|
-
},
|
|
9372
|
+
}, Ff = { class: "ao-card__body" }, Zf = {
|
|
9373
9373
|
key: 1,
|
|
9374
9374
|
class: "ao-card__footer"
|
|
9375
9375
|
}, os = /* @__PURE__ */ q({
|
|
@@ -9378,7 +9378,7 @@ const Nf = {
|
|
|
9378
9378
|
isClickable: { type: Boolean },
|
|
9379
9379
|
tagName: { default: "div" },
|
|
9380
9380
|
isSelected: { type: Boolean },
|
|
9381
|
-
|
|
9381
|
+
color: {}
|
|
9382
9382
|
},
|
|
9383
9383
|
setup(t) {
|
|
9384
9384
|
return (e, a) => (p(), D(mt(e.tagName), {
|
|
@@ -9388,18 +9388,24 @@ const Nf = {
|
|
|
9388
9388
|
"ao-card--clickable": e.isClickable
|
|
9389
9389
|
}
|
|
9390
9390
|
]),
|
|
9391
|
-
style: pt(e.isSelected ? { borderColor: e.
|
|
9391
|
+
style: pt(e.isSelected ? { borderColor: e.color || "var(--ao-color-blue-base)", borderWidth: "thick" } : {})
|
|
9392
9392
|
}, {
|
|
9393
9393
|
default: N(() => [
|
|
9394
|
-
|
|
9395
|
-
|
|
9396
|
-
|
|
9397
|
-
|
|
9398
|
-
|
|
9399
|
-
|
|
9400
|
-
|
|
9401
|
-
|
|
9402
|
-
|
|
9394
|
+
f("div", {
|
|
9395
|
+
class: "ao-card__left-border",
|
|
9396
|
+
style: pt({ backgroundColor: e.color })
|
|
9397
|
+
}, null, 4),
|
|
9398
|
+
f("div", Nf, [
|
|
9399
|
+
e.$slots.header ? (p(), C("header", Uf, [
|
|
9400
|
+
te(e.$slots, "header")
|
|
9401
|
+
])) : O("", !0),
|
|
9402
|
+
f("div", Ff, [
|
|
9403
|
+
te(e.$slots, "default")
|
|
9404
|
+
]),
|
|
9405
|
+
e.$slots.footer ? (p(), C("footer", Zf, [
|
|
9406
|
+
te(e.$slots, "footer")
|
|
9407
|
+
])) : O("", !0)
|
|
9408
|
+
])
|
|
9403
9409
|
]),
|
|
9404
9410
|
_: 3
|
|
9405
9411
|
}, 8, ["class", "style"]));
|
|
@@ -9429,16 +9435,16 @@ const ls = /* @__PURE__ */ q({
|
|
|
9429
9435
|
], 2));
|
|
9430
9436
|
}
|
|
9431
9437
|
});
|
|
9432
|
-
const
|
|
9438
|
+
const Wf = { class: "ao-card-project-phase__header" }, zf = { class: "ao-card-project-item__title-line" }, qf = {
|
|
9433
9439
|
key: 0,
|
|
9434
9440
|
class: "ao-card-project-item-phase__estimation"
|
|
9435
|
-
},
|
|
9441
|
+
}, Yf = { class: "ao-card-project-phase__footer" }, xf = {
|
|
9436
9442
|
key: 0,
|
|
9437
9443
|
class: "ao-card-project-phase__footer-row ao-card-project-phase__footer-row--progress"
|
|
9438
|
-
},
|
|
9444
|
+
}, Kf = { class: "ao-card-project-phase__subitem" }, Gf = { class: "ao-card-project-phase__subitem" }, Xf = {
|
|
9439
9445
|
key: 0,
|
|
9440
9446
|
class: "ao-card-project-phase__secondary"
|
|
9441
|
-
},
|
|
9447
|
+
}, Qf = { class: "ao-card-project-phase__deadline ao-card-project-phase__deadline--readonly" }, Jf = /* @__PURE__ */ q({
|
|
9442
9448
|
__name: "AoCardProjectItemPhase",
|
|
9443
9449
|
props: {
|
|
9444
9450
|
id: {},
|
|
@@ -9478,7 +9484,7 @@ const Zf = { class: "ao-card-project-phase__header" }, Wf = { class: "ao-card-pr
|
|
|
9478
9484
|
"is-clickable": c.isEditable
|
|
9479
9485
|
}, fa({
|
|
9480
9486
|
default: N(() => [
|
|
9481
|
-
f("div",
|
|
9487
|
+
f("div", zf, [
|
|
9482
9488
|
M(be, {
|
|
9483
9489
|
id: c.id,
|
|
9484
9490
|
class: "ao-card-project-phase__title",
|
|
@@ -9487,25 +9493,25 @@ const Zf = { class: "ao-card-project-phase__header" }, Wf = { class: "ao-card-pr
|
|
|
9487
9493
|
"is-editable": c.isEditable,
|
|
9488
9494
|
"onUpdate:title": s
|
|
9489
9495
|
}, null, 8, ["id", "title", "is-editable"]),
|
|
9490
|
-
n.value ? (p(), C("span",
|
|
9496
|
+
n.value ? (p(), C("span", qf, " (" + W(n.value) + ")", 1)) : O("", !0)
|
|
9491
9497
|
])
|
|
9492
9498
|
]),
|
|
9493
9499
|
footer: N(() => [
|
|
9494
|
-
f("div",
|
|
9495
|
-
o.value ? (p(), C("div",
|
|
9496
|
-
f("div",
|
|
9500
|
+
f("div", Yf, [
|
|
9501
|
+
o.value ? (p(), C("div", xf, [
|
|
9502
|
+
f("div", Kf, [
|
|
9497
9503
|
M(pe, {
|
|
9498
9504
|
name: "MountainFlagOutlineRounded",
|
|
9499
9505
|
size: "sm"
|
|
9500
9506
|
}),
|
|
9501
|
-
f("span",
|
|
9507
|
+
f("span", Gf, W(i.value) + " / " + W(o.value), 1)
|
|
9502
9508
|
]),
|
|
9503
9509
|
M(ls, {
|
|
9504
9510
|
percentages: l.value,
|
|
9505
9511
|
class: "ao-card-project-phase__progress",
|
|
9506
9512
|
color: c.color
|
|
9507
9513
|
}, null, 8, ["percentages", "color"]),
|
|
9508
|
-
c.$slots.secondary ? (p(), C("div",
|
|
9514
|
+
c.$slots.secondary ? (p(), C("div", Xf, [
|
|
9509
9515
|
te(c.$slots, "secondary")
|
|
9510
9516
|
])) : O("", !0)
|
|
9511
9517
|
])) : O("", !0),
|
|
@@ -9525,7 +9531,7 @@ const Zf = { class: "ao-card-project-phase__header" }, Wf = { class: "ao-card-pr
|
|
|
9525
9531
|
{ lazy: !0 }
|
|
9526
9532
|
]
|
|
9527
9533
|
]) : O("", !0),
|
|
9528
|
-
f("span",
|
|
9534
|
+
f("span", Qf, W(Q(Qa)(c.deadline)), 1)
|
|
9529
9535
|
], 2)
|
|
9530
9536
|
])
|
|
9531
9537
|
]),
|
|
@@ -9534,7 +9540,7 @@ const Zf = { class: "ao-card-project-phase__header" }, Wf = { class: "ao-card-pr
|
|
|
9534
9540
|
c.isEditable ? {
|
|
9535
9541
|
name: "header",
|
|
9536
9542
|
fn: N(() => [
|
|
9537
|
-
f("div",
|
|
9543
|
+
f("div", Wf, [
|
|
9538
9544
|
M(re, {
|
|
9539
9545
|
class: "ao-card-project-phase__archive",
|
|
9540
9546
|
color: "primary",
|
|
@@ -9556,7 +9562,7 @@ const Zf = { class: "ao-card-project-phase__header" }, Wf = { class: "ao-card-pr
|
|
|
9556
9562
|
]), 1032, ["is-clickable"]));
|
|
9557
9563
|
}
|
|
9558
9564
|
});
|
|
9559
|
-
const
|
|
9565
|
+
const eh = /* @__PURE__ */ q({
|
|
9560
9566
|
__name: "AoBadge",
|
|
9561
9567
|
props: {
|
|
9562
9568
|
color: {}
|
|
@@ -9568,22 +9574,22 @@ const Jf = /* @__PURE__ */ q({
|
|
|
9568
9574
|
}, null, 4));
|
|
9569
9575
|
}
|
|
9570
9576
|
});
|
|
9571
|
-
const
|
|
9577
|
+
const th = { class: "ao-card-project-milestone__default" }, ah = { class: "ao-title-with-badge-wrapper" }, sh = { class: "ao-card-project-item__title-line" }, nh = {
|
|
9572
9578
|
key: 0,
|
|
9573
9579
|
class: "ao-card-project-item-milestone__estimation"
|
|
9574
|
-
},
|
|
9580
|
+
}, ih = {
|
|
9575
9581
|
key: 0,
|
|
9576
9582
|
class: "ao-card-project-milestone__archive"
|
|
9577
|
-
},
|
|
9583
|
+
}, oh = { class: "ao-card-project-milestone__activities" }, lh = { class: "ao-card-project-milestone__activities-row" }, rh = { class: "ao-card-project-milestone__subitem" }, uh = { class: "ao-card-project-milestone__subitem" }, ch = {
|
|
9578
9584
|
key: 1,
|
|
9579
9585
|
class: "ao-card-project-milestone__secondary"
|
|
9580
|
-
},
|
|
9586
|
+
}, dh = { class: "ao-card-project-milestone__footer" }, ph = {
|
|
9581
9587
|
key: 1,
|
|
9582
9588
|
class: "ao-field ao-card-project-milestone__deadline"
|
|
9583
|
-
},
|
|
9589
|
+
}, vh = { class: "ao-field__label" }, fh = {
|
|
9584
9590
|
key: 2,
|
|
9585
9591
|
class: "ao-card-project-milestone__assignee"
|
|
9586
|
-
},
|
|
9592
|
+
}, hh = /* @__PURE__ */ q({
|
|
9587
9593
|
__name: "AoCardProjectItemMilestone",
|
|
9588
9594
|
props: {
|
|
9589
9595
|
id: {},
|
|
@@ -9627,12 +9633,12 @@ const eh = { class: "ao-card-project-milestone__default" }, th = { class: "ao-ti
|
|
|
9627
9633
|
borderColor: r.phaseColor
|
|
9628
9634
|
}, {
|
|
9629
9635
|
default: N(() => [
|
|
9630
|
-
f("div",
|
|
9631
|
-
f("div",
|
|
9632
|
-
M(
|
|
9636
|
+
f("div", th, [
|
|
9637
|
+
f("div", ah, [
|
|
9638
|
+
M(eh, {
|
|
9633
9639
|
color: r.color || ""
|
|
9634
9640
|
}, null, 8, ["color"]),
|
|
9635
|
-
f("div",
|
|
9641
|
+
f("div", sh, [
|
|
9636
9642
|
M(be, {
|
|
9637
9643
|
id: r.id,
|
|
9638
9644
|
title: r.name || "",
|
|
@@ -9641,10 +9647,10 @@ const eh = { class: "ao-card-project-milestone__default" }, th = { class: "ao-ti
|
|
|
9641
9647
|
class: "ao-card-project-milestone__title",
|
|
9642
9648
|
"onUpdate:title": l
|
|
9643
9649
|
}, null, 8, ["id", "title", "is-editable"]),
|
|
9644
|
-
s.value ? (p(), C("span",
|
|
9650
|
+
s.value ? (p(), C("span", nh, " (" + W(s.value) + ")", 1)) : O("", !0)
|
|
9645
9651
|
])
|
|
9646
9652
|
]),
|
|
9647
|
-
!r.readonly && r.isEditable ? (p(), C("div",
|
|
9653
|
+
!r.readonly && r.isEditable ? (p(), C("div", ih, [
|
|
9648
9654
|
M(re, {
|
|
9649
9655
|
color: r.isSelected ? void 0 : "primary",
|
|
9650
9656
|
variant: "ghost",
|
|
@@ -9660,15 +9666,15 @@ const eh = { class: "ao-card-project-milestone__default" }, th = { class: "ao-ti
|
|
|
9660
9666
|
}, null, 8, ["color", "label"])
|
|
9661
9667
|
])) : O("", !0)
|
|
9662
9668
|
]),
|
|
9663
|
-
f("div",
|
|
9664
|
-
f("div",
|
|
9669
|
+
f("div", oh, [
|
|
9670
|
+
f("div", lh, [
|
|
9665
9671
|
n.value ? (p(), C(fe, { key: 0 }, [
|
|
9666
|
-
f("div",
|
|
9672
|
+
f("div", rh, [
|
|
9667
9673
|
M(pe, {
|
|
9668
9674
|
name: "SelectCheckBox",
|
|
9669
9675
|
size: "sm"
|
|
9670
9676
|
}),
|
|
9671
|
-
f("span",
|
|
9677
|
+
f("span", uh, W(o.value) + " / " + W(n.value), 1)
|
|
9672
9678
|
]),
|
|
9673
9679
|
M(ls, {
|
|
9674
9680
|
percentages: i.value,
|
|
@@ -9676,14 +9682,14 @@ const eh = { class: "ao-card-project-milestone__default" }, th = { class: "ao-ti
|
|
|
9676
9682
|
class: "ao-card-project-milestone__progress"
|
|
9677
9683
|
}, null, 8, ["percentages", "color"])
|
|
9678
9684
|
], 64)) : O("", !0),
|
|
9679
|
-
r.$slots.secondary ? (p(), C("div",
|
|
9685
|
+
r.$slots.secondary ? (p(), C("div", ch, [
|
|
9680
9686
|
te(r.$slots, "secondary")
|
|
9681
9687
|
])) : O("", !0)
|
|
9682
9688
|
])
|
|
9683
9689
|
])
|
|
9684
9690
|
]),
|
|
9685
9691
|
footer: N(() => [
|
|
9686
|
-
f("div",
|
|
9692
|
+
f("div", dh, [
|
|
9687
9693
|
r.important ? (p(), D(pe, {
|
|
9688
9694
|
key: 0,
|
|
9689
9695
|
name: "FlagRounded",
|
|
@@ -9692,10 +9698,10 @@ const eh = { class: "ao-card-project-milestone__default" }, th = { class: "ao-ti
|
|
|
9692
9698
|
),
|
|
9693
9699
|
size: "sm"
|
|
9694
9700
|
}, null, 8, ["class"])) : O("", !0),
|
|
9695
|
-
r.deadline ? (p(), C("label",
|
|
9696
|
-
f("span",
|
|
9701
|
+
r.deadline ? (p(), C("label", ph, [
|
|
9702
|
+
f("span", vh, W(Q(Qa)(r.deadline)), 1)
|
|
9697
9703
|
])) : O("", !0),
|
|
9698
|
-
r.assignee ? (p(), C("div",
|
|
9704
|
+
r.assignee ? (p(), C("div", fh, [
|
|
9699
9705
|
M(Je, {
|
|
9700
9706
|
"user-name": Q(Kn)(r.assignee),
|
|
9701
9707
|
"avatar-url": r.assignee.avatarUrl,
|
|
@@ -9716,8 +9722,8 @@ const eh = { class: "ao-card-project-milestone__default" }, th = { class: "ao-ti
|
|
|
9716
9722
|
*/
|
|
9717
9723
|
function kt(t) {
|
|
9718
9724
|
let e = { r: 0, g: 0, b: 0, a: 1 };
|
|
9719
|
-
/#/.test(t) ? e =
|
|
9720
|
-
const { r: a, g: s, b: n, a: o } = e, { h: i, s: l, v: r } =
|
|
9725
|
+
/#/.test(t) ? e = gh(t) : /rgb/.test(t) ? e = En(t) : typeof t == "string" ? e = En(`rgba(${t})`) : Object.prototype.toString.call(t) === "[object Object]" && (e = t);
|
|
9726
|
+
const { r: a, g: s, b: n, a: o } = e, { h: i, s: l, v: r } = Ch(e);
|
|
9721
9727
|
return { r: a, g: s, b: n, a: o === void 0 ? 1 : o, h: i, s: l, v: r };
|
|
9722
9728
|
}
|
|
9723
9729
|
function xs(t) {
|
|
@@ -9728,11 +9734,11 @@ function Ms(t, e, a, s, n, o) {
|
|
|
9728
9734
|
const i = t === "l", l = e.createLinearGradient(0, 0, i ? a : 0, i ? 0 : s);
|
|
9729
9735
|
l.addColorStop(0.01, n), l.addColorStop(0.99, o), e.fillStyle = l, e.fillRect(0, 0, a, s);
|
|
9730
9736
|
}
|
|
9731
|
-
function
|
|
9737
|
+
function mh({ r: t, g: e, b: a }, s) {
|
|
9732
9738
|
const n = (i) => ("0" + Number(i).toString(16)).slice(-2), o = `#${n(t)}${n(e)}${n(a)}`;
|
|
9733
9739
|
return s ? o.toUpperCase() : o;
|
|
9734
9740
|
}
|
|
9735
|
-
function
|
|
9741
|
+
function gh(t) {
|
|
9736
9742
|
t = t.slice(1);
|
|
9737
9743
|
const e = (a) => parseInt(a, 16) || 0;
|
|
9738
9744
|
return {
|
|
@@ -9749,7 +9755,7 @@ function En(t) {
|
|
|
9749
9755
|
a: Number(t[3] ? t[3] : 1)
|
|
9750
9756
|
}) : t;
|
|
9751
9757
|
}
|
|
9752
|
-
function
|
|
9758
|
+
function Ch({ r: t, g: e, b: a }) {
|
|
9753
9759
|
t = t / 255, e = e / 255, a = a / 255;
|
|
9754
9760
|
const s = Math.max(t, e, a), n = Math.min(t, e, a), o = s - n;
|
|
9755
9761
|
let i = 0;
|
|
@@ -9816,8 +9822,8 @@ var Ks = q({
|
|
|
9816
9822
|
}
|
|
9817
9823
|
}
|
|
9818
9824
|
});
|
|
9819
|
-
const
|
|
9820
|
-
function
|
|
9825
|
+
const _h = { ref: "canvasSaturation" };
|
|
9826
|
+
function yh(t, e, a, s, n, o) {
|
|
9821
9827
|
return p(), D(
|
|
9822
9828
|
"div",
|
|
9823
9829
|
{
|
|
@@ -9827,7 +9833,7 @@ function _h(t, e, a, s, n, o) {
|
|
|
9827
9833
|
[
|
|
9828
9834
|
M(
|
|
9829
9835
|
"canvas",
|
|
9830
|
-
|
|
9836
|
+
_h,
|
|
9831
9837
|
null,
|
|
9832
9838
|
512
|
|
9833
9839
|
/* NEED_PATCH */
|
|
@@ -9847,7 +9853,7 @@ function _h(t, e, a, s, n, o) {
|
|
|
9847
9853
|
/* HYDRATE_EVENTS */
|
|
9848
9854
|
);
|
|
9849
9855
|
}
|
|
9850
|
-
Ks.render =
|
|
9856
|
+
Ks.render = yh;
|
|
9851
9857
|
Ks.__file = "src/color/Saturation.vue";
|
|
9852
9858
|
var Gs = q({
|
|
9853
9859
|
props: {
|
|
@@ -9902,8 +9908,8 @@ var Gs = q({
|
|
|
9902
9908
|
}
|
|
9903
9909
|
}
|
|
9904
9910
|
});
|
|
9905
|
-
const
|
|
9906
|
-
function
|
|
9911
|
+
const bh = { ref: "canvasHue" };
|
|
9912
|
+
function wh(t, e, a, s, n, o) {
|
|
9907
9913
|
return p(), D(
|
|
9908
9914
|
"div",
|
|
9909
9915
|
{
|
|
@@ -9913,7 +9919,7 @@ function bh(t, e, a, s, n, o) {
|
|
|
9913
9919
|
[
|
|
9914
9920
|
M(
|
|
9915
9921
|
"canvas",
|
|
9916
|
-
|
|
9922
|
+
bh,
|
|
9917
9923
|
null,
|
|
9918
9924
|
512
|
|
9919
9925
|
/* NEED_PATCH */
|
|
@@ -9933,7 +9939,7 @@ function bh(t, e, a, s, n, o) {
|
|
|
9933
9939
|
/* HYDRATE_EVENTS */
|
|
9934
9940
|
);
|
|
9935
9941
|
}
|
|
9936
|
-
Gs.render =
|
|
9942
|
+
Gs.render = wh;
|
|
9937
9943
|
Gs.__file = "src/color/Hue.vue";
|
|
9938
9944
|
var Xs = q({
|
|
9939
9945
|
props: {
|
|
@@ -9997,8 +10003,8 @@ var Xs = q({
|
|
|
9997
10003
|
}
|
|
9998
10004
|
}
|
|
9999
10005
|
});
|
|
10000
|
-
const
|
|
10001
|
-
function
|
|
10006
|
+
const $h = { ref: "canvasAlpha" };
|
|
10007
|
+
function kh(t, e, a, s, n, o) {
|
|
10002
10008
|
return p(), D(
|
|
10003
10009
|
"div",
|
|
10004
10010
|
{
|
|
@@ -10008,7 +10014,7 @@ function $h(t, e, a, s, n, o) {
|
|
|
10008
10014
|
[
|
|
10009
10015
|
M(
|
|
10010
10016
|
"canvas",
|
|
10011
|
-
|
|
10017
|
+
$h,
|
|
10012
10018
|
null,
|
|
10013
10019
|
512
|
|
10014
10020
|
/* NEED_PATCH */
|
|
@@ -10028,7 +10034,7 @@ function $h(t, e, a, s, n, o) {
|
|
|
10028
10034
|
/* HYDRATE_EVENTS */
|
|
10029
10035
|
);
|
|
10030
10036
|
}
|
|
10031
|
-
Xs.render =
|
|
10037
|
+
Xs.render = kh;
|
|
10032
10038
|
Xs.__file = "src/color/Alpha.vue";
|
|
10033
10039
|
var Qs = q({
|
|
10034
10040
|
props: {
|
|
@@ -10065,10 +10071,10 @@ var Qs = q({
|
|
|
10065
10071
|
}
|
|
10066
10072
|
}
|
|
10067
10073
|
});
|
|
10068
|
-
function
|
|
10074
|
+
function Sh(t, e, a, s, n, o) {
|
|
10069
10075
|
return p(), D("canvas");
|
|
10070
10076
|
}
|
|
10071
|
-
Qs.render =
|
|
10077
|
+
Qs.render = Sh;
|
|
10072
10078
|
Qs.__file = "src/color/Preview.vue";
|
|
10073
10079
|
var Js = q({
|
|
10074
10080
|
props: {
|
|
@@ -10131,19 +10137,19 @@ var Js = q({
|
|
|
10131
10137
|
}
|
|
10132
10138
|
}
|
|
10133
10139
|
});
|
|
10134
|
-
const
|
|
10140
|
+
const Ah = /* @__PURE__ */ M(
|
|
10135
10141
|
"path",
|
|
10136
10142
|
{ 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" },
|
|
10137
10143
|
null,
|
|
10138
10144
|
-1
|
|
10139
10145
|
/* HOISTED */
|
|
10140
|
-
),
|
|
10146
|
+
), Mh = {
|
|
10141
10147
|
key: 1,
|
|
10142
10148
|
class: "sucker",
|
|
10143
10149
|
viewBox: "-16 -16 68 68",
|
|
10144
10150
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10145
10151
|
stroke: "#9099a4"
|
|
10146
|
-
},
|
|
10152
|
+
}, Th = /* @__PURE__ */ M(
|
|
10147
10153
|
"g",
|
|
10148
10154
|
{
|
|
10149
10155
|
fill: "none",
|
|
@@ -10175,7 +10181,7 @@ const Sh = /* @__PURE__ */ M(
|
|
|
10175
10181
|
-1
|
|
10176
10182
|
/* HOISTED */
|
|
10177
10183
|
);
|
|
10178
|
-
function
|
|
10184
|
+
function Oh(t, e, a, s, n, o) {
|
|
10179
10185
|
return p(), D("div", null, [
|
|
10180
10186
|
t.isSucking ? O("v-if", !0) : (p(), D(
|
|
10181
10187
|
"svg",
|
|
@@ -10187,17 +10193,17 @@ function Th(t, e, a, s, n, o) {
|
|
|
10187
10193
|
onClick: e[1] || (e[1] = (...i) => t.openSucker && t.openSucker(...i))
|
|
10188
10194
|
},
|
|
10189
10195
|
[
|
|
10190
|
-
|
|
10196
|
+
Ah
|
|
10191
10197
|
],
|
|
10192
10198
|
2
|
|
10193
10199
|
/* CLASS */
|
|
10194
10200
|
)),
|
|
10195
|
-
t.isSucking ? (p(), D("svg",
|
|
10196
|
-
|
|
10201
|
+
t.isSucking ? (p(), D("svg", Mh, [
|
|
10202
|
+
Th
|
|
10197
10203
|
])) : O("v-if", !0)
|
|
10198
10204
|
]);
|
|
10199
10205
|
}
|
|
10200
|
-
Js.render =
|
|
10206
|
+
Js.render = Oh;
|
|
10201
10207
|
Js.__file = "src/color/Sucker.vue";
|
|
10202
10208
|
var en = q({
|
|
10203
10209
|
props: {
|
|
@@ -10230,12 +10236,12 @@ var en = q({
|
|
|
10230
10236
|
};
|
|
10231
10237
|
}
|
|
10232
10238
|
});
|
|
10233
|
-
const
|
|
10234
|
-
function
|
|
10235
|
-
return p(), D("div",
|
|
10239
|
+
const Eh = { class: "color-type" }, Ih = { class: "name" };
|
|
10240
|
+
function Lh(t, e, a, s, n, o) {
|
|
10241
|
+
return p(), D("div", Eh, [
|
|
10236
10242
|
M(
|
|
10237
10243
|
"span",
|
|
10238
|
-
|
|
10244
|
+
Ih,
|
|
10239
10245
|
W(t.name),
|
|
10240
10246
|
1
|
|
10241
10247
|
/* TEXT */
|
|
@@ -10256,7 +10262,7 @@ function Ih(t, e, a, s, n, o) {
|
|
|
10256
10262
|
])
|
|
10257
10263
|
]);
|
|
10258
10264
|
}
|
|
10259
|
-
en.render =
|
|
10265
|
+
en.render = Lh;
|
|
10260
10266
|
en.__file = "src/color/Box.vue";
|
|
10261
10267
|
var tn = q({
|
|
10262
10268
|
name: "ColorPicker",
|
|
@@ -10298,13 +10304,13 @@ var tn = q({
|
|
|
10298
10304
|
};
|
|
10299
10305
|
}
|
|
10300
10306
|
});
|
|
10301
|
-
const
|
|
10307
|
+
const Ph = { class: "colors" }, Hh = {
|
|
10302
10308
|
key: 0,
|
|
10303
10309
|
class: "colors history"
|
|
10304
10310
|
};
|
|
10305
|
-
function
|
|
10311
|
+
function Vh(t, e, a, s, n, o) {
|
|
10306
10312
|
return p(), D("div", null, [
|
|
10307
|
-
M("ul",
|
|
10313
|
+
M("ul", Ph, [
|
|
10308
10314
|
(p(!0), D(
|
|
10309
10315
|
fe,
|
|
10310
10316
|
null,
|
|
@@ -10338,7 +10344,7 @@ function Hh(t, e, a, s, n, o) {
|
|
|
10338
10344
|
/* KEYED_FRAGMENT */
|
|
10339
10345
|
))
|
|
10340
10346
|
]),
|
|
10341
|
-
t.colorsHistory.length ? (p(), D("ul",
|
|
10347
|
+
t.colorsHistory.length ? (p(), D("ul", Hh, [
|
|
10342
10348
|
(p(!0), D(
|
|
10343
10349
|
fe,
|
|
10344
10350
|
null,
|
|
@@ -10374,7 +10380,7 @@ function Hh(t, e, a, s, n, o) {
|
|
|
10374
10380
|
])) : O("v-if", !0)
|
|
10375
10381
|
]);
|
|
10376
10382
|
}
|
|
10377
|
-
tn.render =
|
|
10383
|
+
tn.render = Vh;
|
|
10378
10384
|
tn.__file = "src/color/Colors.vue";
|
|
10379
10385
|
var Ut = q({
|
|
10380
10386
|
components: {
|
|
@@ -10485,7 +10491,7 @@ var Ut = q({
|
|
|
10485
10491
|
return `rgba(${this.rgbaStringShort})`;
|
|
10486
10492
|
},
|
|
10487
10493
|
hexString() {
|
|
10488
|
-
return
|
|
10494
|
+
return mh(this.rgba, !0);
|
|
10489
10495
|
}
|
|
10490
10496
|
},
|
|
10491
10497
|
created() {
|
|
@@ -10549,8 +10555,8 @@ var Ut = q({
|
|
|
10549
10555
|
}
|
|
10550
10556
|
}
|
|
10551
10557
|
});
|
|
10552
|
-
const
|
|
10553
|
-
function
|
|
10558
|
+
const Dh = { class: "color-set" };
|
|
10559
|
+
function Bh(t, e, a, s, n, o) {
|
|
10554
10560
|
const i = rt("Saturation"), l = rt("Hue"), r = rt("Alpha"), c = rt("Preview"), u = rt("Sucker"), d = rt("Box"), v = rt("Colors");
|
|
10555
10561
|
return p(), D(
|
|
10556
10562
|
"div",
|
|
@@ -10559,7 +10565,7 @@ function Dh(t, e, a, s, n, o) {
|
|
|
10559
10565
|
style: { width: t.totalWidth + "px" }
|
|
10560
10566
|
},
|
|
10561
10567
|
[
|
|
10562
|
-
M("div",
|
|
10568
|
+
M("div", Dh, [
|
|
10563
10569
|
M(i, {
|
|
10564
10570
|
ref: "saturation",
|
|
10565
10571
|
color: t.rgbString,
|
|
@@ -10633,12 +10639,12 @@ function Dh(t, e, a, s, n, o) {
|
|
|
10633
10639
|
/* CLASS, STYLE */
|
|
10634
10640
|
);
|
|
10635
10641
|
}
|
|
10636
|
-
Ut.render =
|
|
10642
|
+
Ut.render = Bh;
|
|
10637
10643
|
Ut.__file = "src/color/ColorPicker.vue";
|
|
10638
10644
|
Ut.install = (t) => {
|
|
10639
10645
|
t.component(Ut.name, Ut);
|
|
10640
10646
|
};
|
|
10641
|
-
const
|
|
10647
|
+
const jh = { class: "color-picker-wrapper" }, vi = /* @__PURE__ */ q({
|
|
10642
10648
|
__name: "AoColorPicker",
|
|
10643
10649
|
props: {
|
|
10644
10650
|
color: {}
|
|
@@ -10660,7 +10666,7 @@ const Bh = { class: "color-picker-wrapper" }, vi = /* @__PURE__ */ q({
|
|
|
10660
10666
|
const { r, g: c, b: u, a: d } = l.rgba, v = `rgba(${r}, ${c}, ${u}, ${d})`;
|
|
10661
10667
|
console.log("COLOR"), console.log(v), console.log(l), e("update:color", v);
|
|
10662
10668
|
};
|
|
10663
|
-
return (l, r) => (p(), C("div",
|
|
10669
|
+
return (l, r) => (p(), C("div", jh, [
|
|
10664
10670
|
te(l.$slots, "clickable", {
|
|
10665
10671
|
openPicker: n,
|
|
10666
10672
|
bgColor: l.color
|
|
@@ -10680,16 +10686,16 @@ const Bh = { class: "color-picker-wrapper" }, vi = /* @__PURE__ */ q({
|
|
|
10680
10686
|
]));
|
|
10681
10687
|
}
|
|
10682
10688
|
});
|
|
10683
|
-
const
|
|
10689
|
+
const Rh = { class: "ao-mapping-card-project-phase__header" }, Nh = { class: "ao-card-project-item__title-line" }, Uh = {
|
|
10684
10690
|
key: 0,
|
|
10685
10691
|
class: "ao-card-project-item-phase__estimation"
|
|
10686
|
-
},
|
|
10692
|
+
}, Fh = { class: "ao-mapping-card-project-phase__footer" }, Zh = {
|
|
10687
10693
|
key: 0,
|
|
10688
10694
|
class: "ao-mapping-card-project-phase__footer-row ao-mapping-card-project-phase__footer-row--progress"
|
|
10689
|
-
},
|
|
10695
|
+
}, Wh = { class: "ao-mapping-card-project-phase__subitem" }, zh = { class: "ao-mapping-card-project-phase__subitem" }, qh = {
|
|
10690
10696
|
key: 0,
|
|
10691
10697
|
class: "ao-mapping-card-project-phase__secondary"
|
|
10692
|
-
},
|
|
10698
|
+
}, Yh = { class: "ao-mapping-card-project-phase__deadline ao-mapping-card-project-phase__deadline--readonly" }, xh = /* @__PURE__ */ q({
|
|
10693
10699
|
__name: "AoCondensedCardProjectItemPhase",
|
|
10694
10700
|
props: {
|
|
10695
10701
|
id: {},
|
|
@@ -10743,11 +10749,10 @@ const jh = { class: "ao-mapping-card-project-phase__header" }, Rh = { class: "ao
|
|
|
10743
10749
|
M(os, {
|
|
10744
10750
|
class: "ao-mapping-card-project-phase",
|
|
10745
10751
|
"is-clickable": d.isEditable,
|
|
10746
|
-
onClick: (b) => u(b, m)
|
|
10747
|
-
style: pt({ "--ao-card-custom-bg": w })
|
|
10752
|
+
onClick: (b) => u(b, m)
|
|
10748
10753
|
}, fa({
|
|
10749
10754
|
default: N(() => [
|
|
10750
|
-
f("div",
|
|
10755
|
+
f("div", Nh, [
|
|
10751
10756
|
M(be, {
|
|
10752
10757
|
id: d.id,
|
|
10753
10758
|
class: "ao-mapping-card-project-phase__title",
|
|
@@ -10756,25 +10761,25 @@ const jh = { class: "ao-mapping-card-project-phase__header" }, Rh = { class: "ao
|
|
|
10756
10761
|
"is-editable": d.isEditable,
|
|
10757
10762
|
"onUpdate:title": s
|
|
10758
10763
|
}, null, 8, ["id", "title", "is-editable"]),
|
|
10759
|
-
n.value ? (p(), C("span",
|
|
10764
|
+
n.value ? (p(), C("span", Uh, " (" + W(n.value) + ")", 1)) : O("", !0)
|
|
10760
10765
|
])
|
|
10761
10766
|
]),
|
|
10762
10767
|
footer: N(() => [
|
|
10763
|
-
f("div",
|
|
10764
|
-
o.value ? (p(), C("div",
|
|
10765
|
-
f("div",
|
|
10768
|
+
f("div", Fh, [
|
|
10769
|
+
o.value ? (p(), C("div", Zh, [
|
|
10770
|
+
f("div", Wh, [
|
|
10766
10771
|
M(pe, {
|
|
10767
10772
|
name: "MountainFlagOutlineRounded",
|
|
10768
10773
|
size: "sm"
|
|
10769
10774
|
}),
|
|
10770
|
-
f("span",
|
|
10775
|
+
f("span", zh, W(i.value) + " / " + W(o.value), 1)
|
|
10771
10776
|
]),
|
|
10772
10777
|
M(ls, {
|
|
10773
10778
|
percentages: l.value,
|
|
10774
10779
|
class: "ao-mapping-card-project-phase__progress",
|
|
10775
10780
|
color: c.value
|
|
10776
10781
|
}, null, 8, ["percentages", "color"]),
|
|
10777
|
-
d.$slots.secondary ? (p(), C("div",
|
|
10782
|
+
d.$slots.secondary ? (p(), C("div", qh, [
|
|
10778
10783
|
te(d.$slots, "secondary")
|
|
10779
10784
|
])) : O("", !0)
|
|
10780
10785
|
])) : O("", !0),
|
|
@@ -10794,7 +10799,7 @@ const jh = { class: "ao-mapping-card-project-phase__header" }, Rh = { class: "ao
|
|
|
10794
10799
|
{ lazy: !0 }
|
|
10795
10800
|
]
|
|
10796
10801
|
]) : O("", !0),
|
|
10797
|
-
f("span",
|
|
10802
|
+
f("span", Yh, W(Q(Qa)(d.deadline)), 1)
|
|
10798
10803
|
], 2)
|
|
10799
10804
|
])
|
|
10800
10805
|
]),
|
|
@@ -10803,7 +10808,7 @@ const jh = { class: "ao-mapping-card-project-phase__header" }, Rh = { class: "ao
|
|
|
10803
10808
|
d.isEditable ? {
|
|
10804
10809
|
name: "header",
|
|
10805
10810
|
fn: N(() => [
|
|
10806
|
-
f("div",
|
|
10811
|
+
f("div", Rh, [
|
|
10807
10812
|
M(re, {
|
|
10808
10813
|
class: "ao-mapping-card-project-phase__archive",
|
|
10809
10814
|
color: "primary",
|
|
@@ -10822,25 +10827,25 @@ const jh = { class: "ao-mapping-card-project-phase__header" }, Rh = { class: "ao
|
|
|
10822
10827
|
]),
|
|
10823
10828
|
key: "0"
|
|
10824
10829
|
} : void 0
|
|
10825
|
-
]), 1032, ["is-clickable", "onClick"
|
|
10830
|
+
]), 1032, ["is-clickable", "onClick"])
|
|
10826
10831
|
]),
|
|
10827
10832
|
_: 3
|
|
10828
10833
|
}, 8, ["color"]));
|
|
10829
10834
|
}
|
|
10830
10835
|
});
|
|
10831
|
-
const
|
|
10836
|
+
const Kh = { class: "ao-project-phase" }, Gh = {
|
|
10832
10837
|
key: 0,
|
|
10833
10838
|
class: "ao-project-phase__drag ao-card__drag"
|
|
10834
|
-
},
|
|
10839
|
+
}, Xh = {
|
|
10835
10840
|
key: 1,
|
|
10836
10841
|
class: "ao-project-phase__col-phase"
|
|
10837
|
-
},
|
|
10842
|
+
}, Qh = {
|
|
10838
10843
|
key: 2,
|
|
10839
10844
|
class: "ao-mapping-project-phase__col-phase"
|
|
10840
|
-
},
|
|
10845
|
+
}, Jh = {
|
|
10841
10846
|
key: 0,
|
|
10842
10847
|
class: "ao-project-phase__col-milestones"
|
|
10843
|
-
},
|
|
10848
|
+
}, e9 = { class: "ao-project-phase__milestones-list-footer" }, t9 = /* @__PURE__ */ q({
|
|
10844
10849
|
__name: "AoProjectPhase",
|
|
10845
10850
|
props: {
|
|
10846
10851
|
phase: {},
|
|
@@ -10898,19 +10903,19 @@ const xh = { class: "ao-project-phase" }, Kh = {
|
|
|
10898
10903
|
var h;
|
|
10899
10904
|
return a.phase.id !== ((h = b.params) == null ? void 0 : h.phaseId) ? { backgroundColor: "var(--ao-color-sheet)" } : a.phase.color ? { backgroundColor: N3(a.phase.color) } : { backgroundColor: "var(--ao-color-primary-lightest)" };
|
|
10900
10905
|
});
|
|
10901
|
-
return (h, _) => (p(), C("li",
|
|
10906
|
+
return (h, _) => (p(), C("li", Kh, [
|
|
10902
10907
|
f("div", {
|
|
10903
10908
|
class: "ao-project-phases__draggable-card",
|
|
10904
10909
|
style: pt($.value)
|
|
10905
10910
|
}, [
|
|
10906
|
-
h.isEditable ? (p(), C("div",
|
|
10911
|
+
h.isEditable ? (p(), C("div", Gh, [
|
|
10907
10912
|
M(pe, {
|
|
10908
10913
|
name: "DragIndicator",
|
|
10909
10914
|
class: "ao-project-phase__drag-handle"
|
|
10910
10915
|
})
|
|
10911
10916
|
])) : O("", !0),
|
|
10912
|
-
g.value ? (p(), C("div",
|
|
10913
|
-
M(
|
|
10917
|
+
g.value ? (p(), C("div", Qh, [
|
|
10918
|
+
M(xh, {
|
|
10914
10919
|
id: h.phase.id,
|
|
10915
10920
|
milestones: l.value,
|
|
10916
10921
|
name: h.phase.name,
|
|
@@ -10924,8 +10929,8 @@ const xh = { class: "ao-project-phase" }, Kh = {
|
|
|
10924
10929
|
onUnarchivePhase: m,
|
|
10925
10930
|
onUpdatePhase: i
|
|
10926
10931
|
}, null, 8, ["id", "milestones", "name", "deadline", "active", "is-editable", "color"])
|
|
10927
|
-
])) : (p(), C("div",
|
|
10928
|
-
M(
|
|
10932
|
+
])) : (p(), C("div", Xh, [
|
|
10933
|
+
M(Jf, {
|
|
10929
10934
|
id: h.phase.id,
|
|
10930
10935
|
milestones: l.value,
|
|
10931
10936
|
name: h.phase.name,
|
|
@@ -10940,7 +10945,7 @@ const xh = { class: "ao-project-phase" }, Kh = {
|
|
|
10940
10945
|
}, null, 8, ["id", "milestones", "name", "deadline", "active", "is-editable", "color"])
|
|
10941
10946
|
]))
|
|
10942
10947
|
], 4),
|
|
10943
|
-
g.value ? O("", !0) : (p(), C("div",
|
|
10948
|
+
g.value ? O("", !0) : (p(), C("div", Jh, [
|
|
10944
10949
|
f("div", {
|
|
10945
10950
|
class: "ao-project-phase__milestones",
|
|
10946
10951
|
style: pt($.value)
|
|
@@ -10955,7 +10960,7 @@ const xh = { class: "ao-project-phase" }, Kh = {
|
|
|
10955
10960
|
item: N(({ element: P }) => {
|
|
10956
10961
|
var I;
|
|
10957
10962
|
return [
|
|
10958
|
-
M(
|
|
10963
|
+
M(hh, {
|
|
10959
10964
|
id: P.id,
|
|
10960
10965
|
name: P.name,
|
|
10961
10966
|
color: P.color,
|
|
@@ -10983,7 +10988,7 @@ const xh = { class: "ao-project-phase" }, Kh = {
|
|
|
10983
10988
|
}),
|
|
10984
10989
|
_: 1
|
|
10985
10990
|
}, 16, ["list", "disabled"]),
|
|
10986
|
-
f("div",
|
|
10991
|
+
f("div", e9, [
|
|
10987
10992
|
h.isEditable ? (p(), D(Ct, {
|
|
10988
10993
|
key: 0,
|
|
10989
10994
|
label: h.$t("project.milestone.add"),
|
|
@@ -10997,10 +11002,10 @@ const xh = { class: "ao-project-phase" }, Kh = {
|
|
|
10997
11002
|
]));
|
|
10998
11003
|
}
|
|
10999
11004
|
});
|
|
11000
|
-
const
|
|
11005
|
+
const a9 = { class: "ao-project__phases" }, s9 = {
|
|
11001
11006
|
key: 0,
|
|
11002
11007
|
class: "ao-project-phase__phases-list-footer"
|
|
11003
|
-
},
|
|
11008
|
+
}, n9 = /* @__PURE__ */ f("div", { class: "ao-project-phase__empty_drag" }, null, -1), i9 = { class: "ao-project-phase__col-phase" }, o9 = /* @__PURE__ */ f("div", { class: "ao-project-phase__col-milestones" }, null, -1), fi = /* @__PURE__ */ q({
|
|
11004
11009
|
__name: "AoProjectPhases",
|
|
11005
11010
|
props: {
|
|
11006
11011
|
phases: {},
|
|
@@ -11040,7 +11045,7 @@ const t9 = { class: "ao-project__phases" }, a9 = {
|
|
|
11040
11045
|
}, d = (v) => {
|
|
11041
11046
|
e("addPhase", v);
|
|
11042
11047
|
};
|
|
11043
|
-
return (v, m) => (p(), C("div",
|
|
11048
|
+
return (v, m) => (p(), C("div", a9, [
|
|
11044
11049
|
M(Q(gt), {
|
|
11045
11050
|
class: "ao-project-phase__phases-list",
|
|
11046
11051
|
"model-value": v.phases,
|
|
@@ -11049,7 +11054,7 @@ const t9 = { class: "ao-project__phases" }, a9 = {
|
|
|
11049
11054
|
onChange: c
|
|
11050
11055
|
}, {
|
|
11051
11056
|
item: N(({ element: w }) => [
|
|
11052
|
-
M(
|
|
11057
|
+
M(t9, {
|
|
11053
11058
|
phase: w,
|
|
11054
11059
|
"is-editable": !v.readonly && v.isEditable,
|
|
11055
11060
|
"closed-status": v.closedStatus,
|
|
@@ -11066,9 +11071,9 @@ const t9 = { class: "ao-project__phases" }, a9 = {
|
|
|
11066
11071
|
]),
|
|
11067
11072
|
_: 1
|
|
11068
11073
|
}, 8, ["model-value"]),
|
|
11069
|
-
v.isEditable ? (p(), C("div",
|
|
11070
|
-
|
|
11071
|
-
f("div",
|
|
11074
|
+
v.isEditable ? (p(), C("div", s9, [
|
|
11075
|
+
n9,
|
|
11076
|
+
f("div", i9, [
|
|
11072
11077
|
M(Ct, {
|
|
11073
11078
|
label: v.$t("project.phases.add"),
|
|
11074
11079
|
"icon-name": "Add",
|
|
@@ -11076,12 +11081,12 @@ const t9 = { class: "ao-project__phases" }, a9 = {
|
|
|
11076
11081
|
onClick: d
|
|
11077
11082
|
}, null, 8, ["label"])
|
|
11078
11083
|
]),
|
|
11079
|
-
|
|
11084
|
+
o9
|
|
11080
11085
|
])) : O("", !0)
|
|
11081
11086
|
]));
|
|
11082
11087
|
}
|
|
11083
11088
|
});
|
|
11084
|
-
const
|
|
11089
|
+
const l9 = ["onSubmit"], r9 = { class: "ao-add-template-modal__form-body" }, u9 = { class: "field__row" }, c9 = { class: "ao-add-template-modal__form-footer" }, hi = /* @__PURE__ */ q({
|
|
11085
11090
|
__name: "AoAddTemplateModal",
|
|
11086
11091
|
props: {
|
|
11087
11092
|
projectId: {},
|
|
@@ -11110,8 +11115,8 @@ const o9 = ["onSubmit"], l9 = { class: "ao-add-template-modal__form-body" }, r9
|
|
|
11110
11115
|
onSubmit: ve(i, ["prevent"])
|
|
11111
11116
|
}, [
|
|
11112
11117
|
f("p", null, W(l.$t("project.template.apply.notice")), 1),
|
|
11113
|
-
f("div",
|
|
11114
|
-
f("div",
|
|
11118
|
+
f("div", r9, [
|
|
11119
|
+
f("div", u9, [
|
|
11115
11120
|
M(Se, {
|
|
11116
11121
|
value: n.value,
|
|
11117
11122
|
options: s.value,
|
|
@@ -11120,7 +11125,7 @@ const o9 = ["onSubmit"], l9 = { class: "ao-add-template-modal__form-body" }, r9
|
|
|
11120
11125
|
}, null, 8, ["value", "options"])
|
|
11121
11126
|
])
|
|
11122
11127
|
]),
|
|
11123
|
-
f("footer",
|
|
11128
|
+
f("footer", c9, [
|
|
11124
11129
|
M(re, {
|
|
11125
11130
|
label: l.$t("project.template.apply.label"),
|
|
11126
11131
|
type: "submit",
|
|
@@ -11129,13 +11134,13 @@ const o9 = ["onSubmit"], l9 = { class: "ao-add-template-modal__form-body" }, r9
|
|
|
11129
11134
|
onClick: i
|
|
11130
11135
|
}, null, 8, ["label"])
|
|
11131
11136
|
])
|
|
11132
|
-
], 40,
|
|
11137
|
+
], 40, l9)
|
|
11133
11138
|
]),
|
|
11134
11139
|
_: 1
|
|
11135
11140
|
}));
|
|
11136
11141
|
}
|
|
11137
11142
|
});
|
|
11138
|
-
const
|
|
11143
|
+
const d9 = ["onSubmit"], p9 = { class: "ao-save-template-modal__form-body" }, v9 = { class: "field__row" }, f9 = { class: "ao-field ao-field--inline" }, h9 = { class: "ao-field__label" }, m9 = { class: "ao-save-template-modal__phases" }, g9 = { class: "ao-field__label" }, C9 = { class: "ao-save-template-modal__phases-list" }, _9 = ["value"], y9 = { class: "ao-save-template-modal__form-footer" }, mi = /* @__PURE__ */ q({
|
|
11139
11144
|
__name: "AoSaveTemplateModal",
|
|
11140
11145
|
props: {
|
|
11141
11146
|
phases: {}
|
|
@@ -11161,10 +11166,10 @@ const c9 = ["onSubmit"], d9 = { class: "ao-save-template-modal__form-body" }, p9
|
|
|
11161
11166
|
class: "ao-save-template-modal__form",
|
|
11162
11167
|
onSubmit: ve(o, ["prevent"])
|
|
11163
11168
|
}, [
|
|
11164
|
-
f("div",
|
|
11165
|
-
f("div",
|
|
11166
|
-
f("label",
|
|
11167
|
-
f("span",
|
|
11169
|
+
f("div", p9, [
|
|
11170
|
+
f("div", v9, [
|
|
11171
|
+
f("label", f9, [
|
|
11172
|
+
f("span", h9, W(i.$t("project.template.name.label")) + ": ", 1),
|
|
11168
11173
|
De(f("input", {
|
|
11169
11174
|
"onUpdate:modelValue": l[0] || (l[0] = (r) => s.value = r),
|
|
11170
11175
|
type: "text"
|
|
@@ -11173,9 +11178,9 @@ const c9 = ["onSubmit"], d9 = { class: "ao-save-template-modal__form-body" }, p9
|
|
|
11173
11178
|
])
|
|
11174
11179
|
])
|
|
11175
11180
|
]),
|
|
11176
|
-
f("div",
|
|
11177
|
-
f("div",
|
|
11178
|
-
f("div",
|
|
11181
|
+
f("div", m9, [
|
|
11182
|
+
f("div", g9, W(i.$t("project.template.phases.label")), 1),
|
|
11183
|
+
f("div", C9, [
|
|
11179
11184
|
(p(!0), C(fe, null, _e(a.phases, (r) => (p(), C("label", {
|
|
11180
11185
|
class: "ao-field ao-field--checkbox",
|
|
11181
11186
|
key: r.id
|
|
@@ -11184,7 +11189,7 @@ const c9 = ["onSubmit"], d9 = { class: "ao-save-template-modal__form-body" }, p9
|
|
|
11184
11189
|
type: "checkbox",
|
|
11185
11190
|
value: r.id,
|
|
11186
11191
|
"onUpdate:modelValue": l[1] || (l[1] = (c) => n.value = c)
|
|
11187
|
-
}, null, 8,
|
|
11192
|
+
}, null, 8, _9), [
|
|
11188
11193
|
[Ui, n.value]
|
|
11189
11194
|
]),
|
|
11190
11195
|
f("span", null, W(r.name), 1)
|
|
@@ -11192,7 +11197,7 @@ const c9 = ["onSubmit"], d9 = { class: "ao-save-template-modal__form-body" }, p9
|
|
|
11192
11197
|
])
|
|
11193
11198
|
])
|
|
11194
11199
|
]),
|
|
11195
|
-
f("footer",
|
|
11200
|
+
f("footer", y9, [
|
|
11196
11201
|
M(re, {
|
|
11197
11202
|
label: i.$t("project.template.save.label"),
|
|
11198
11203
|
type: "submit",
|
|
@@ -11201,13 +11206,13 @@ const c9 = ["onSubmit"], d9 = { class: "ao-save-template-modal__form-body" }, p9
|
|
|
11201
11206
|
onClick: o
|
|
11202
11207
|
}, null, 8, ["label"])
|
|
11203
11208
|
])
|
|
11204
|
-
], 40,
|
|
11209
|
+
], 40, d9)
|
|
11205
11210
|
]),
|
|
11206
11211
|
_: 1
|
|
11207
11212
|
}));
|
|
11208
11213
|
}
|
|
11209
11214
|
});
|
|
11210
|
-
const
|
|
11215
|
+
const b9 = q({
|
|
11211
11216
|
props: {
|
|
11212
11217
|
modelValue: {
|
|
11213
11218
|
type: [String, Number],
|
|
@@ -11225,18 +11230,18 @@ const y9 = q({
|
|
|
11225
11230
|
}
|
|
11226
11231
|
}
|
|
11227
11232
|
});
|
|
11228
|
-
const
|
|
11229
|
-
function
|
|
11230
|
-
return p(), C("div",
|
|
11233
|
+
const w9 = { class: "tabbar-wrapper" }, $9 = ["onClick"];
|
|
11234
|
+
function k9(t, e, a, s, n, o) {
|
|
11235
|
+
return p(), C("div", w9, [
|
|
11231
11236
|
(p(!0), C(fe, null, _e(t.tabs, (i) => (p(), C("button", {
|
|
11232
11237
|
key: i.value,
|
|
11233
11238
|
class: X(["tab-button", { "tab-button--active": i.value === t.modelValue }]),
|
|
11234
11239
|
type: "button",
|
|
11235
11240
|
onClick: (l) => t.selectTab(i.value)
|
|
11236
|
-
}, W(i.label), 11,
|
|
11241
|
+
}, W(i.label), 11, $9))), 128))
|
|
11237
11242
|
]);
|
|
11238
11243
|
}
|
|
11239
|
-
const an = /* @__PURE__ */ U(
|
|
11244
|
+
const an = /* @__PURE__ */ U(b9, [["render", k9], ["__scopeId", "data-v-ff4e3297"]]), S9 = { class: "ao-project" }, A9 = { class: "ao-project__body" }, M9 = /* @__PURE__ */ q({
|
|
11240
11245
|
__name: "AoProjectOverviewProject",
|
|
11241
11246
|
props: {
|
|
11242
11247
|
project: {},
|
|
@@ -11318,7 +11323,7 @@ const an = /* @__PURE__ */ U(y9, [["render", $9], ["__scopeId", "data-v-ff4e3297
|
|
|
11318
11323
|
const R = rt("RouterView");
|
|
11319
11324
|
return p(), C(fe, null, [
|
|
11320
11325
|
f("div", Ae({ class: "ao-project-overview" }, T.$attrs), [
|
|
11321
|
-
f("div",
|
|
11326
|
+
f("div", S9, [
|
|
11322
11327
|
M(ba, null, {
|
|
11323
11328
|
primary: N(() => [
|
|
11324
11329
|
M(an, {
|
|
@@ -11357,7 +11362,7 @@ const an = /* @__PURE__ */ U(y9, [["render", $9], ["__scopeId", "data-v-ff4e3297
|
|
|
11357
11362
|
]),
|
|
11358
11363
|
_: 1
|
|
11359
11364
|
}),
|
|
11360
|
-
f("div",
|
|
11365
|
+
f("div", A9, [
|
|
11361
11366
|
M(fi, {
|
|
11362
11367
|
phases: T.phases,
|
|
11363
11368
|
"closed-status": T.closedStatus,
|
|
@@ -11444,39 +11449,39 @@ const an = /* @__PURE__ */ U(y9, [["render", $9], ["__scopeId", "data-v-ff4e3297
|
|
|
11444
11449
|
};
|
|
11445
11450
|
}
|
|
11446
11451
|
});
|
|
11447
|
-
const
|
|
11452
|
+
const T9 = { class: "ao-card-feed__header" }, O9 = {
|
|
11448
11453
|
key: 1,
|
|
11449
11454
|
class: "ao-card-feed__header-secondary ao-card-feed__header-icons"
|
|
11450
|
-
},
|
|
11455
|
+
}, E9 = {
|
|
11451
11456
|
key: 2,
|
|
11452
11457
|
class: "ao-card-feed__header-secondary ao-card-feed__secondary"
|
|
11453
|
-
},
|
|
11458
|
+
}, I9 = { class: "ao-card-feed__body" }, L9 = {
|
|
11454
11459
|
key: 0,
|
|
11455
11460
|
class: "ao-card-feed__breadcrumbs"
|
|
11456
|
-
},
|
|
11461
|
+
}, P9 = {
|
|
11457
11462
|
class: /* @__PURE__ */ X(["ao-card-feed__title-group"])
|
|
11458
|
-
},
|
|
11463
|
+
}, H9 = { class: "ao-card-feed__title-line" }, V9 = {
|
|
11459
11464
|
key: 0,
|
|
11460
11465
|
class: "ao-card-feed__slug"
|
|
11461
|
-
},
|
|
11466
|
+
}, D9 = {
|
|
11462
11467
|
key: 1,
|
|
11463
11468
|
class: "ao-card-feed__deadline"
|
|
11464
|
-
},
|
|
11469
|
+
}, B9 = { class: "ao-card-feed__footer" }, j9 = { class: "ao-card-feed__footer-row" }, R9 = { class: "ao-assignees" }, N9 = {
|
|
11465
11470
|
key: 0,
|
|
11466
11471
|
class: "ao-assignee"
|
|
11467
|
-
},
|
|
11472
|
+
}, U9 = {
|
|
11468
11473
|
key: 0,
|
|
11469
11474
|
class: "ao-card-feed__subitems"
|
|
11470
|
-
},
|
|
11475
|
+
}, F9 = {
|
|
11471
11476
|
key: 0,
|
|
11472
11477
|
class: "ao-card-feed__subitem"
|
|
11473
|
-
},
|
|
11478
|
+
}, Z9 = { class: "ao-card-feed__subitem" }, W9 = {
|
|
11474
11479
|
key: 1,
|
|
11475
11480
|
class: "ao-card-feed__subitem"
|
|
11476
|
-
},
|
|
11481
|
+
}, z9 = { class: "ao-card-feed__subitem" }, q9 = { class: "ao-card-feed__footer-row" }, Y9 = {
|
|
11477
11482
|
key: 0,
|
|
11478
11483
|
class: "ao-card-feed__progress-wrapper"
|
|
11479
|
-
},
|
|
11484
|
+
}, x9 = { class: "ao-card-feed__subitem" }, K9 = { class: "ao-card-feed__subitem" }, gi = /* @__PURE__ */ q({
|
|
11480
11485
|
__name: "AoCardFeed",
|
|
11481
11486
|
props: {
|
|
11482
11487
|
id: {},
|
|
@@ -11519,7 +11524,7 @@ const M9 = { class: "ao-card-feed__header" }, T9 = {
|
|
|
11519
11524
|
"is-clickable": !0
|
|
11520
11525
|
}, {
|
|
11521
11526
|
header: N(() => [
|
|
11522
|
-
f("div",
|
|
11527
|
+
f("div", T9, [
|
|
11523
11528
|
s.value ? (p(), D(ra, {
|
|
11524
11529
|
key: 0,
|
|
11525
11530
|
label: s.value,
|
|
@@ -11528,7 +11533,7 @@ const M9 = { class: "ao-card-feed__header" }, T9 = {
|
|
|
11528
11533
|
color: m.projectColor ? void 0 : "primary",
|
|
11529
11534
|
"raw-color": n.value
|
|
11530
11535
|
}, null, 8, ["label", "color", "raw-color"])) : O("", !0),
|
|
11531
|
-
m.isPrivate || m.important || m.isClosed ? (p(), C("div",
|
|
11536
|
+
m.isPrivate || m.important || m.isClosed ? (p(), C("div", O9, [
|
|
11532
11537
|
m.isPrivate ? (p(), D(pe, {
|
|
11533
11538
|
key: 0,
|
|
11534
11539
|
name: "Lock",
|
|
@@ -11547,17 +11552,17 @@ const M9 = { class: "ao-card-feed__header" }, T9 = {
|
|
|
11547
11552
|
class: "ao-card-feed__closed"
|
|
11548
11553
|
})) : O("", !0)
|
|
11549
11554
|
])) : O("", !0),
|
|
11550
|
-
m.$slots.secondary ? (p(), C("div",
|
|
11555
|
+
m.$slots.secondary ? (p(), C("div", E9, [
|
|
11551
11556
|
te(m.$slots, "secondary")
|
|
11552
11557
|
])) : O("", !0)
|
|
11553
11558
|
])
|
|
11554
11559
|
]),
|
|
11555
11560
|
default: N(() => [
|
|
11556
|
-
f("div",
|
|
11557
|
-
i.value ? (p(), C("span",
|
|
11558
|
-
f("div",
|
|
11559
|
-
f("div",
|
|
11560
|
-
m.slug ? (p(), C("span",
|
|
11561
|
+
f("div", I9, [
|
|
11562
|
+
i.value ? (p(), C("span", L9, W(i.value), 1)) : O("", !0),
|
|
11563
|
+
f("div", P9, [
|
|
11564
|
+
f("div", H9, [
|
|
11565
|
+
m.slug ? (p(), C("span", V9, W(m.slug) + ": ", 1)) : O("", !0),
|
|
11561
11566
|
M(be, {
|
|
11562
11567
|
id: m.id,
|
|
11563
11568
|
title: m.name,
|
|
@@ -11568,17 +11573,17 @@ const M9 = { class: "ao-card-feed__header" }, T9 = {
|
|
|
11568
11573
|
}, null, 8, ["id", "title", "is-editable"])
|
|
11569
11574
|
])
|
|
11570
11575
|
]),
|
|
11571
|
-
m.deadline ? (p(), C("span",
|
|
11576
|
+
m.deadline ? (p(), C("span", D9, W(r.value), 1)) : O("", !0)
|
|
11572
11577
|
])
|
|
11573
11578
|
]),
|
|
11574
11579
|
footer: N(() => [
|
|
11575
|
-
f("div",
|
|
11576
|
-
f("div",
|
|
11577
|
-
f("ul",
|
|
11580
|
+
f("div", B9, [
|
|
11581
|
+
f("div", j9, [
|
|
11582
|
+
f("ul", R9, [
|
|
11578
11583
|
(p(!0), C(fe, null, _e(l.value, (b) => (p(), C(fe, {
|
|
11579
11584
|
key: b.id
|
|
11580
11585
|
}, [
|
|
11581
|
-
b ? (p(), C("li",
|
|
11586
|
+
b ? (p(), C("li", N9, [
|
|
11582
11587
|
M(Je, {
|
|
11583
11588
|
"user-name": Q(Kn)(b),
|
|
11584
11589
|
"avatar-url": b.avatarUrl,
|
|
@@ -11588,31 +11593,31 @@ const M9 = { class: "ao-card-feed__header" }, T9 = {
|
|
|
11588
11593
|
])) : O("", !0)
|
|
11589
11594
|
], 64))), 128))
|
|
11590
11595
|
]),
|
|
11591
|
-
m.comments || m.attachments ? (p(), C("ul",
|
|
11592
|
-
m.comments ? (p(), C("li",
|
|
11596
|
+
m.comments || m.attachments ? (p(), C("ul", U9, [
|
|
11597
|
+
m.comments ? (p(), C("li", F9, [
|
|
11593
11598
|
M(pe, {
|
|
11594
11599
|
name: "ChatOutline",
|
|
11595
11600
|
size: "sm"
|
|
11596
11601
|
}),
|
|
11597
|
-
f("span",
|
|
11602
|
+
f("span", Z9, W(m.comments), 1)
|
|
11598
11603
|
])) : O("", !0),
|
|
11599
|
-
m.attachments ? (p(), C("li",
|
|
11604
|
+
m.attachments ? (p(), C("li", W9, [
|
|
11600
11605
|
M(pe, {
|
|
11601
11606
|
name: "AttachFileRounded",
|
|
11602
11607
|
size: "sm"
|
|
11603
11608
|
}),
|
|
11604
|
-
f("span",
|
|
11609
|
+
f("span", z9, W(m.attachments), 1)
|
|
11605
11610
|
])) : O("", !0)
|
|
11606
11611
|
])) : O("", !0)
|
|
11607
11612
|
]),
|
|
11608
|
-
f("div",
|
|
11609
|
-
m.tasks && m.tasks.length ? (p(), C("div",
|
|
11610
|
-
f("div",
|
|
11613
|
+
f("div", q9, [
|
|
11614
|
+
m.tasks && m.tasks.length ? (p(), C("div", Y9, [
|
|
11615
|
+
f("div", x9, [
|
|
11611
11616
|
M(pe, {
|
|
11612
11617
|
name: "SelectCheckBox",
|
|
11613
11618
|
size: "sm"
|
|
11614
11619
|
}),
|
|
11615
|
-
f("span",
|
|
11620
|
+
f("span", K9, W(d.value) + " / " + W(u.value), 1)
|
|
11616
11621
|
]),
|
|
11617
11622
|
M(ls, {
|
|
11618
11623
|
percentages: v.value,
|
|
@@ -11626,10 +11631,10 @@ const M9 = { class: "ao-card-feed__header" }, T9 = {
|
|
|
11626
11631
|
}, 8, ["class"]));
|
|
11627
11632
|
}
|
|
11628
11633
|
});
|
|
11629
|
-
const
|
|
11634
|
+
const G9 = { class: "ao-project-milestone" }, X9 = { class: "ao-project-milestone__header" }, Q9 = { class: "ao-project-milestone__header_line" }, J9 = { class: "ao-project-milestone__header_line" }, e4 = { class: "ao-project-milestone__title" }, t4 = {
|
|
11630
11635
|
key: 0,
|
|
11631
11636
|
class: "ao-fieldset ao-milestone__fieldset"
|
|
11632
|
-
},
|
|
11637
|
+
}, a4 = { class: "ao-field__row ao-milestone__field-row" }, s4 = { class: "ao-field ao-field--inline" }, n4 = { class: "ao-field__row ao-milestone__field-row" }, i4 = { class: "ao-field ao-milestone__field-multiselect" }, o4 = ["onClick"], l4 = { class: "ao-project-milestone__body" }, r4 = {
|
|
11633
11638
|
key: 0,
|
|
11634
11639
|
class: "ao-project-milestone__footer"
|
|
11635
11640
|
}, In = /* @__PURE__ */ q({
|
|
@@ -11736,9 +11741,9 @@ const K9 = { class: "ao-project-milestone" }, G9 = { class: "ao-project-mileston
|
|
|
11736
11741
|
});
|
|
11737
11742
|
return (h, _) => {
|
|
11738
11743
|
var P;
|
|
11739
|
-
return p(), C("div",
|
|
11740
|
-
f("header",
|
|
11741
|
-
f("div",
|
|
11744
|
+
return p(), C("div", G9, [
|
|
11745
|
+
f("header", X9, [
|
|
11746
|
+
f("div", Q9, [
|
|
11742
11747
|
M(re, {
|
|
11743
11748
|
"icon-name": "CloseRounded",
|
|
11744
11749
|
variant: "ghost",
|
|
@@ -11747,8 +11752,8 @@ const K9 = { class: "ao-project-milestone" }, G9 = { class: "ao-project-mileston
|
|
|
11747
11752
|
onClick: r
|
|
11748
11753
|
})
|
|
11749
11754
|
]),
|
|
11750
|
-
f("div",
|
|
11751
|
-
f("div",
|
|
11755
|
+
f("div", J9, [
|
|
11756
|
+
f("div", e4, [
|
|
11752
11757
|
M(be, {
|
|
11753
11758
|
title: ((P = i.value) == null ? void 0 : P.name) || h.milestoneId,
|
|
11754
11759
|
level: 5
|
|
@@ -11767,9 +11772,9 @@ const K9 = { class: "ao-project-milestone" }, G9 = { class: "ao-project-mileston
|
|
|
11767
11772
|
}, null, 8, ["modelValue", "disabled", "label"])
|
|
11768
11773
|
])
|
|
11769
11774
|
]),
|
|
11770
|
-
i.value ? (p(), C("div",
|
|
11771
|
-
f("div",
|
|
11772
|
-
f("label",
|
|
11775
|
+
i.value ? (p(), C("div", t4, [
|
|
11776
|
+
f("div", a4, [
|
|
11777
|
+
f("label", s4, [
|
|
11773
11778
|
De(f("input", {
|
|
11774
11779
|
"onUpdate:modelValue": _[1] || (_[1] = (I) => m.value = I),
|
|
11775
11780
|
class: "ao-milestone__field ao-milestone__date-field",
|
|
@@ -11784,8 +11789,8 @@ const K9 = { class: "ao-project-milestone" }, G9 = { class: "ao-project-mileston
|
|
|
11784
11789
|
])
|
|
11785
11790
|
])
|
|
11786
11791
|
]),
|
|
11787
|
-
f("div",
|
|
11788
|
-
f("label",
|
|
11792
|
+
f("div", n4, [
|
|
11793
|
+
f("label", i4, [
|
|
11789
11794
|
M(Se, {
|
|
11790
11795
|
modelValue: g.value,
|
|
11791
11796
|
"onUpdate:modelValue": _[2] || (_[2] = (I) => g.value = I),
|
|
@@ -11823,13 +11828,13 @@ const K9 = { class: "ao-project-milestone" }, G9 = { class: "ao-project-mileston
|
|
|
11823
11828
|
style: pt({ background: L }),
|
|
11824
11829
|
class: "color-button",
|
|
11825
11830
|
onClick: I
|
|
11826
|
-
}, null, 12,
|
|
11831
|
+
}, null, 12, o4)
|
|
11827
11832
|
]),
|
|
11828
11833
|
_: 1
|
|
11829
11834
|
}, 8, ["color"])
|
|
11830
11835
|
])) : O("", !0)
|
|
11831
11836
|
]),
|
|
11832
|
-
f("div",
|
|
11837
|
+
f("div", l4, [
|
|
11833
11838
|
M(Q(gt), Ae({
|
|
11834
11839
|
class: "ao-project-milestone__activities",
|
|
11835
11840
|
list: l.value,
|
|
@@ -11900,7 +11905,7 @@ const K9 = { class: "ao-project-milestone" }, G9 = { class: "ao-project-mileston
|
|
|
11900
11905
|
}),
|
|
11901
11906
|
_: 1
|
|
11902
11907
|
}, 16, ["list", "disabled"]),
|
|
11903
|
-
h.isEditable ? (p(), C("div",
|
|
11908
|
+
h.isEditable ? (p(), C("div", r4, [
|
|
11904
11909
|
M(Ct, {
|
|
11905
11910
|
"icon-name": "Add",
|
|
11906
11911
|
label: h.$t("project.activity.add"),
|
|
@@ -11912,7 +11917,7 @@ const K9 = { class: "ao-project-milestone" }, G9 = { class: "ao-project-mileston
|
|
|
11912
11917
|
};
|
|
11913
11918
|
}
|
|
11914
11919
|
});
|
|
11915
|
-
const
|
|
11920
|
+
const u4 = /* @__PURE__ */ q({
|
|
11916
11921
|
__name: "AoProjectOverviewActivityDetails",
|
|
11917
11922
|
props: {
|
|
11918
11923
|
phaseId: {},
|
|
@@ -11999,14 +12004,14 @@ const r4 = /* @__PURE__ */ q({
|
|
|
11999
12004
|
}, 8, ["activity", "activity-types", "milestone-id", "template-activities", "users", "user-id", "is-task-checkable", "statuses", "breadcrumbs", "is-editable", "attachment-enabled", "projects", "onClose"])) : O("", !0);
|
|
12000
12005
|
};
|
|
12001
12006
|
}
|
|
12002
|
-
}),
|
|
12007
|
+
}), c4 = { class: "ao-col-header" }, d4 = /* @__PURE__ */ q({
|
|
12003
12008
|
__name: "AoColHeader",
|
|
12004
12009
|
props: {
|
|
12005
12010
|
title: {},
|
|
12006
12011
|
items: {}
|
|
12007
12012
|
},
|
|
12008
12013
|
setup(t) {
|
|
12009
|
-
return (e, a) => (p(), C("header",
|
|
12014
|
+
return (e, a) => (p(), C("header", c4, [
|
|
12010
12015
|
M(be, {
|
|
12011
12016
|
title: e.title,
|
|
12012
12017
|
class: "ao-col-header__title",
|
|
@@ -12022,17 +12027,17 @@ const r4 = /* @__PURE__ */ q({
|
|
|
12022
12027
|
]));
|
|
12023
12028
|
}
|
|
12024
12029
|
});
|
|
12025
|
-
function
|
|
12030
|
+
function p4(t) {
|
|
12026
12031
|
return Fi() ? (Zi(t), !0) : !1;
|
|
12027
12032
|
}
|
|
12028
12033
|
function za(t) {
|
|
12029
12034
|
return typeof t == "function" ? t() : Q(t);
|
|
12030
12035
|
}
|
|
12031
|
-
const
|
|
12036
|
+
const v4 = typeof window < "u" && typeof document < "u";
|
|
12032
12037
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
12033
|
-
const
|
|
12038
|
+
const f4 = (t) => t != null, la = () => {
|
|
12034
12039
|
};
|
|
12035
|
-
function
|
|
12040
|
+
function h4(t, e) {
|
|
12036
12041
|
function a(...s) {
|
|
12037
12042
|
return new Promise((n, o) => {
|
|
12038
12043
|
Promise.resolve(t(() => e.apply(this, s), { fn: e, thisArg: this, args: s })).then(n).catch(o);
|
|
@@ -12040,7 +12045,7 @@ function f4(t, e) {
|
|
|
12040
12045
|
}
|
|
12041
12046
|
return a;
|
|
12042
12047
|
}
|
|
12043
|
-
function
|
|
12048
|
+
function m4(t, e = {}) {
|
|
12044
12049
|
let a, s, n = la;
|
|
12045
12050
|
const o = (l) => {
|
|
12046
12051
|
clearTimeout(l), n(), n = la;
|
|
@@ -12056,9 +12061,9 @@ function h4(t, e = {}) {
|
|
|
12056
12061
|
});
|
|
12057
12062
|
};
|
|
12058
12063
|
}
|
|
12059
|
-
function
|
|
12060
|
-
return
|
|
12061
|
-
|
|
12064
|
+
function g4(t, e = 200, a = {}) {
|
|
12065
|
+
return h4(
|
|
12066
|
+
m4(e, a),
|
|
12062
12067
|
t
|
|
12063
12068
|
);
|
|
12064
12069
|
}
|
|
@@ -12067,27 +12072,27 @@ function bs(t) {
|
|
|
12067
12072
|
const a = za(t);
|
|
12068
12073
|
return (e = a == null ? void 0 : a.$el) != null ? e : a;
|
|
12069
12074
|
}
|
|
12070
|
-
const
|
|
12071
|
-
function
|
|
12075
|
+
const C4 = v4 ? window : void 0;
|
|
12076
|
+
function _4() {
|
|
12072
12077
|
const t = x(!1), e = Lt();
|
|
12073
12078
|
return e && It(() => {
|
|
12074
12079
|
t.value = !0;
|
|
12075
12080
|
}, e), t;
|
|
12076
12081
|
}
|
|
12077
|
-
function
|
|
12078
|
-
const e =
|
|
12082
|
+
function y4(t) {
|
|
12083
|
+
const e = _4();
|
|
12079
12084
|
return A(() => (e.value, !!t()));
|
|
12080
12085
|
}
|
|
12081
|
-
function
|
|
12086
|
+
function b4(t, e, a = {}) {
|
|
12082
12087
|
const {
|
|
12083
12088
|
root: s,
|
|
12084
12089
|
rootMargin: n = "0px",
|
|
12085
12090
|
threshold: o = 0.1,
|
|
12086
|
-
window: i =
|
|
12091
|
+
window: i = C4,
|
|
12087
12092
|
immediate: l = !0
|
|
12088
|
-
} = a, r =
|
|
12093
|
+
} = a, r = y4(() => i && "IntersectionObserver" in i), c = A(() => {
|
|
12089
12094
|
const w = za(t);
|
|
12090
|
-
return (Array.isArray(w) ? w : [w]).map(bs).filter(
|
|
12095
|
+
return (Array.isArray(w) ? w : [w]).map(bs).filter(f4);
|
|
12091
12096
|
});
|
|
12092
12097
|
let u = la;
|
|
12093
12098
|
const d = x(l), v = r.value ? ce(
|
|
@@ -12111,7 +12116,7 @@ function y4(t, e, a = {}) {
|
|
|
12111
12116
|
) : la, m = () => {
|
|
12112
12117
|
u(), v(), d.value = !1;
|
|
12113
12118
|
};
|
|
12114
|
-
return
|
|
12119
|
+
return p4(m), {
|
|
12115
12120
|
isSupported: r,
|
|
12116
12121
|
isActive: d,
|
|
12117
12122
|
pause() {
|
|
@@ -12123,24 +12128,24 @@ function y4(t, e, a = {}) {
|
|
|
12123
12128
|
stop: m
|
|
12124
12129
|
};
|
|
12125
12130
|
}
|
|
12126
|
-
const
|
|
12131
|
+
const w4 = {
|
|
12127
12132
|
class: /* @__PURE__ */ X(["ao-list-kanban"])
|
|
12128
|
-
},
|
|
12133
|
+
}, $4 = { class: "ao-list-kanban__header" }, k4 = {
|
|
12129
12134
|
key: 0,
|
|
12130
12135
|
class: "ao-list-kanban__end ao-list-kanban__end--loading"
|
|
12131
|
-
},
|
|
12136
|
+
}, S4 = {
|
|
12132
12137
|
key: 1,
|
|
12133
12138
|
class: "ao-list-kanban__end"
|
|
12134
|
-
},
|
|
12139
|
+
}, A4 = {
|
|
12135
12140
|
key: 0,
|
|
12136
12141
|
class: "ao-list-kanban__no-more"
|
|
12137
|
-
},
|
|
12142
|
+
}, M4 = {
|
|
12138
12143
|
key: 1,
|
|
12139
12144
|
class: "ao-list-kanban__divider"
|
|
12140
|
-
},
|
|
12145
|
+
}, T4 = {
|
|
12141
12146
|
key: 1,
|
|
12142
12147
|
class: "ao-list-kanban__footer"
|
|
12143
|
-
},
|
|
12148
|
+
}, O4 = /* @__PURE__ */ q({
|
|
12144
12149
|
__name: "AoListKanban",
|
|
12145
12150
|
props: {
|
|
12146
12151
|
list: {},
|
|
@@ -12158,7 +12163,7 @@ const b4 = {
|
|
|
12158
12163
|
emits: ["add", "update:list", "change:list", "loadMore", "selectActivity", "archiveActivity", "unarchiveActivity", "updateActivity"],
|
|
12159
12164
|
setup(t, { emit: e }) {
|
|
12160
12165
|
const a = t, s = x(!1), n = x(null);
|
|
12161
|
-
|
|
12166
|
+
b4(n, ([{ isIntersecting: u }]) => {
|
|
12162
12167
|
s.value = u;
|
|
12163
12168
|
}), ce(s, (u) => {
|
|
12164
12169
|
u && a.hasMore && !a.isLoading && e("loadMore");
|
|
@@ -12183,12 +12188,12 @@ const b4 = {
|
|
|
12183
12188
|
)
|
|
12184
12189
|
});
|
|
12185
12190
|
}, c = x(!1);
|
|
12186
|
-
return (u, d) => (p(), C("div",
|
|
12191
|
+
return (u, d) => (p(), C("div", w4, [
|
|
12187
12192
|
u.title || u.$slots.header ? te(u.$slots, "header", { key: 0 }, () => {
|
|
12188
12193
|
var v;
|
|
12189
12194
|
return [
|
|
12190
|
-
f("div",
|
|
12191
|
-
u.title ? (p(), D(
|
|
12195
|
+
f("div", $4, [
|
|
12196
|
+
u.title ? (p(), D(d4, {
|
|
12192
12197
|
key: 0,
|
|
12193
12198
|
title: u.title,
|
|
12194
12199
|
level: 3,
|
|
@@ -12274,20 +12279,20 @@ const b4 = {
|
|
|
12274
12279
|
];
|
|
12275
12280
|
}),
|
|
12276
12281
|
footer: N(() => [
|
|
12277
|
-
u.isLoading ? (p(), C("div",
|
|
12282
|
+
u.isLoading ? (p(), C("div", k4, [
|
|
12278
12283
|
M(pe, { name: "Loading" })
|
|
12279
12284
|
])) : u.hasMore ? (p(), C("div", {
|
|
12280
12285
|
key: 2,
|
|
12281
12286
|
ref_key: "scrollEnd",
|
|
12282
12287
|
ref: n,
|
|
12283
12288
|
class: "ao-list-kanban__end"
|
|
12284
|
-
}, null, 512)) : (p(), C("div",
|
|
12285
|
-
u.noMoreLabel ? (p(), C("span",
|
|
12289
|
+
}, null, 512)) : (p(), C("div", S4, [
|
|
12290
|
+
u.noMoreLabel ? (p(), C("span", A4, W(u.noMoreLabel), 1)) : u.isEditable ? (p(), C("span", M4)) : O("", !0)
|
|
12286
12291
|
]))
|
|
12287
12292
|
]),
|
|
12288
12293
|
_: 1
|
|
12289
12294
|
}, 16, ["class", "list", "disabled"]),
|
|
12290
|
-
u.$slots.footer || u.footerLabel ? (p(), C("div",
|
|
12295
|
+
u.$slots.footer || u.footerLabel ? (p(), C("div", T4, [
|
|
12291
12296
|
te(u.$slots, "footer", {}, () => [
|
|
12292
12297
|
u.isEditable ? (p(), D(Ct, {
|
|
12293
12298
|
key: 0,
|
|
@@ -12300,7 +12305,7 @@ const b4 = {
|
|
|
12300
12305
|
]));
|
|
12301
12306
|
}
|
|
12302
12307
|
});
|
|
12303
|
-
const
|
|
12308
|
+
const E4 = { class: "ao-field ao-search-field" }, I4 = ["value", "placeholder", "onKeypress"], L4 = /* @__PURE__ */ q({
|
|
12304
12309
|
__name: "AoSearchField",
|
|
12305
12310
|
props: {
|
|
12306
12311
|
modelValue: {},
|
|
@@ -12312,10 +12317,10 @@ const O4 = { class: "ao-field ao-search-field" }, E4 = ["value", "placeholder",
|
|
|
12312
12317
|
const a = t, s = async (i) => {
|
|
12313
12318
|
const r = i.target.value;
|
|
12314
12319
|
e("update:modelValue", r, i);
|
|
12315
|
-
}, n =
|
|
12320
|
+
}, n = g4(s, a.delay), o = (i) => {
|
|
12316
12321
|
e("clear", i);
|
|
12317
12322
|
};
|
|
12318
|
-
return (i, l) => (p(), C("div",
|
|
12323
|
+
return (i, l) => (p(), C("div", E4, [
|
|
12319
12324
|
f("input", {
|
|
12320
12325
|
value: i.modelValue,
|
|
12321
12326
|
type: "text",
|
|
@@ -12324,7 +12329,7 @@ const O4 = { class: "ao-field ao-search-field" }, E4 = ["value", "placeholder",
|
|
|
12324
12329
|
onInput: l[0] || (l[0] = //@ts-ignore
|
|
12325
12330
|
(...r) => Q(n) && Q(n)(...r)),
|
|
12326
12331
|
onKeypress: dt(s, ["enter"])
|
|
12327
|
-
}, null, 40,
|
|
12332
|
+
}, null, 40, I4),
|
|
12328
12333
|
M(pe, {
|
|
12329
12334
|
name: "SearchRounded",
|
|
12330
12335
|
class: X(`ao-search-field__icon ao-search-field__action ${i.modelValue ? "" : "ao-search-field__action--visible"}`)
|
|
@@ -12340,7 +12345,7 @@ const O4 = { class: "ao-field ao-search-field" }, E4 = ["value", "placeholder",
|
|
|
12340
12345
|
]));
|
|
12341
12346
|
}
|
|
12342
12347
|
});
|
|
12343
|
-
const
|
|
12348
|
+
const P4 = { class: "ao-feed" }, H4 = { class: "ao-feed__filters" }, V4 = { class: "ao-feed__body" }, D4 = /* @__PURE__ */ q({
|
|
12344
12349
|
__name: "AoFeed",
|
|
12345
12350
|
props: {
|
|
12346
12351
|
activities: {},
|
|
@@ -12457,16 +12462,16 @@ const L4 = { class: "ao-feed" }, P4 = { class: "ao-feed__filters" }, H4 = { clas
|
|
|
12457
12462
|
k === "feed" ? (ee.push({ name: ye.feed }), console.log("Navigating to feed...")) : k === "overview" ? (ee.push({ name: ye.project }), console.log("Navigating to feed...")) : k === "mapping" && (ee.push({ name: ye.mapping }), console.log("Navigating to feed..."));
|
|
12458
12463
|
}), (k, R) => {
|
|
12459
12464
|
var y;
|
|
12460
|
-
return p(), C("div",
|
|
12465
|
+
return p(), C("div", P4, [
|
|
12461
12466
|
M(ba, null, {
|
|
12462
12467
|
primary: N(() => [
|
|
12463
|
-
f("div",
|
|
12468
|
+
f("div", H4, [
|
|
12464
12469
|
M(an, {
|
|
12465
12470
|
tabs: T,
|
|
12466
12471
|
modelValue: E.value,
|
|
12467
12472
|
"onUpdate:modelValue": R[0] || (R[0] = (V) => E.value = V)
|
|
12468
12473
|
}, null, 8, ["modelValue"]),
|
|
12469
|
-
M(
|
|
12474
|
+
M(L4, {
|
|
12470
12475
|
"model-value": k.searchText,
|
|
12471
12476
|
placeholder: k.$t("feed.search.placeholder"),
|
|
12472
12477
|
class: "ao-feed__search",
|
|
@@ -12559,8 +12564,8 @@ const L4 = { class: "ao-feed" }, P4 = { class: "ao-feed__filters" }, H4 = { clas
|
|
|
12559
12564
|
]),
|
|
12560
12565
|
_: 1
|
|
12561
12566
|
}),
|
|
12562
|
-
f("div",
|
|
12563
|
-
(p(!0), C(fe, null, _e(k.statuses, (V) => (p(), D(
|
|
12567
|
+
f("div", V4, [
|
|
12568
|
+
(p(!0), C(fe, null, _e(k.statuses, (V) => (p(), D(O4, {
|
|
12564
12569
|
key: V.id,
|
|
12565
12570
|
status: V,
|
|
12566
12571
|
list: l.value[V.id],
|
|
@@ -12614,10 +12619,10 @@ const L4 = { class: "ao-feed" }, P4 = { class: "ao-feed__filters" }, H4 = { clas
|
|
|
12614
12619
|
};
|
|
12615
12620
|
}
|
|
12616
12621
|
});
|
|
12617
|
-
const
|
|
12622
|
+
const B4 = { class: "ao-project-mapping" }, j4 = { class: "ao-project-mapping-mapping__body" }, R4 = { class: "ao-project-mapping-mapping__phases" }, N4 = {
|
|
12618
12623
|
key: 0,
|
|
12619
12624
|
class: "ao-project-mapping-mapping__image-wrapper"
|
|
12620
|
-
},
|
|
12625
|
+
}, U4 = ["src", "alt"], F4 = /* @__PURE__ */ q({
|
|
12621
12626
|
__name: "AoMapping",
|
|
12622
12627
|
props: {
|
|
12623
12628
|
project: {},
|
|
@@ -12661,7 +12666,7 @@ const D4 = { class: "ao-project-mapping" }, B4 = { class: "ao-project-mapping-ma
|
|
|
12661
12666
|
g === "feed" ? (m.push({ name: ye.feed }), console.log("Navigating to feed...")) : g === "overview" ? (m.push({ name: ye.project }), console.log("Navigating to feed...")) : g === "mapping" && (m.push({ name: ye.mapping }), console.log("Navigating to feed..."));
|
|
12662
12667
|
}), (g, $) => (p(), C(fe, null, [
|
|
12663
12668
|
f("div", Ae({ class: "ao-project-mapping-overview" }, g.$attrs), [
|
|
12664
|
-
f("div",
|
|
12669
|
+
f("div", B4, [
|
|
12665
12670
|
M(ba, null, {
|
|
12666
12671
|
primary: N(() => [
|
|
12667
12672
|
M(an, {
|
|
@@ -12700,8 +12705,8 @@ const D4 = { class: "ao-project-mapping" }, B4 = { class: "ao-project-mapping-ma
|
|
|
12700
12705
|
]),
|
|
12701
12706
|
_: 1
|
|
12702
12707
|
}),
|
|
12703
|
-
f("div",
|
|
12704
|
-
f("div",
|
|
12708
|
+
f("div", j4, [
|
|
12709
|
+
f("div", R4, [
|
|
12705
12710
|
M(fi, {
|
|
12706
12711
|
phases: g.phases,
|
|
12707
12712
|
"closed-status": g.closedStatus,
|
|
@@ -12714,12 +12719,12 @@ const D4 = { class: "ao-project-mapping" }, B4 = { class: "ao-project-mapping-ma
|
|
|
12714
12719
|
onCopyPhaseToTemplate: r
|
|
12715
12720
|
}, null, 8, ["phases", "closed-status", "is-editable", "users"])
|
|
12716
12721
|
]),
|
|
12717
|
-
g.project.architectureImage ? (p(), C("div",
|
|
12722
|
+
g.project.architectureImage ? (p(), C("div", N4, [
|
|
12718
12723
|
f("img", {
|
|
12719
12724
|
class: "architecture-image",
|
|
12720
12725
|
src: g.project.architectureImage.url,
|
|
12721
12726
|
alt: Q(s)("architectureImage.alt")
|
|
12722
|
-
}, null, 8,
|
|
12727
|
+
}, null, 8, U4)
|
|
12723
12728
|
])) : O("", !0)
|
|
12724
12729
|
])
|
|
12725
12730
|
])
|
|
@@ -12746,7 +12751,7 @@ const jt = {
|
|
|
12746
12751
|
TEMPLATES: "templates",
|
|
12747
12752
|
TEMPLATE_DETAILS: "template_details",
|
|
12748
12753
|
TEMPLATES_LIST: "templates_list"
|
|
12749
|
-
},
|
|
12754
|
+
}, i8 = (t, e = {}) => [
|
|
12750
12755
|
{
|
|
12751
12756
|
path: t,
|
|
12752
12757
|
name: jt.TEMPLATES,
|
|
@@ -12756,7 +12761,7 @@ const jt = {
|
|
|
12756
12761
|
{
|
|
12757
12762
|
path: "",
|
|
12758
12763
|
name: jt.TEMPLATES_LIST,
|
|
12759
|
-
component:
|
|
12764
|
+
component: W4
|
|
12760
12765
|
},
|
|
12761
12766
|
{
|
|
12762
12767
|
path: ":templateId/:phaseId?/:milestoneId?/:activityId?",
|
|
@@ -12772,7 +12777,7 @@ const jt = {
|
|
|
12772
12777
|
mapping: "AoProjectMapping",
|
|
12773
12778
|
milestone: "AoMilestone",
|
|
12774
12779
|
activity: "AoActivity"
|
|
12775
|
-
},
|
|
12780
|
+
}, o8 = (t, e = {}) => [
|
|
12776
12781
|
{
|
|
12777
12782
|
path: t,
|
|
12778
12783
|
...e,
|
|
@@ -12781,7 +12786,7 @@ const jt = {
|
|
|
12781
12786
|
{
|
|
12782
12787
|
path: "",
|
|
12783
12788
|
name: ye.project,
|
|
12784
|
-
component:
|
|
12789
|
+
component: M9,
|
|
12785
12790
|
props: !0,
|
|
12786
12791
|
children: [
|
|
12787
12792
|
{
|
|
@@ -12796,7 +12801,7 @@ const jt = {
|
|
|
12796
12801
|
props: { default: !0, modal: !0 },
|
|
12797
12802
|
components: {
|
|
12798
12803
|
default: In,
|
|
12799
|
-
modal:
|
|
12804
|
+
modal: u4
|
|
12800
12805
|
}
|
|
12801
12806
|
}
|
|
12802
12807
|
]
|
|
@@ -12804,18 +12809,18 @@ const jt = {
|
|
|
12804
12809
|
{
|
|
12805
12810
|
path: "feed",
|
|
12806
12811
|
name: ye.feed,
|
|
12807
|
-
component:
|
|
12812
|
+
component: D4,
|
|
12808
12813
|
props: !0
|
|
12809
12814
|
},
|
|
12810
12815
|
{
|
|
12811
12816
|
path: "mapping",
|
|
12812
12817
|
name: ye.mapping,
|
|
12813
|
-
component:
|
|
12818
|
+
component: F4,
|
|
12814
12819
|
props: !0
|
|
12815
12820
|
}
|
|
12816
12821
|
]
|
|
12817
12822
|
}
|
|
12818
|
-
],
|
|
12823
|
+
], Z4 = { class: "ao-templates" }, W4 = /* @__PURE__ */ q({
|
|
12819
12824
|
__name: "AoTemplatesList",
|
|
12820
12825
|
props: {
|
|
12821
12826
|
templates: {}
|
|
@@ -12864,7 +12869,7 @@ const jt = {
|
|
|
12864
12869
|
});
|
|
12865
12870
|
}
|
|
12866
12871
|
};
|
|
12867
|
-
return (r, c) => (p(), C("div",
|
|
12872
|
+
return (r, c) => (p(), C("div", Z4, [
|
|
12868
12873
|
M(ba, null, {
|
|
12869
12874
|
secondary: N(() => [
|
|
12870
12875
|
M(re, {
|
|
@@ -12909,7 +12914,7 @@ const jt = {
|
|
|
12909
12914
|
]));
|
|
12910
12915
|
}
|
|
12911
12916
|
});
|
|
12912
|
-
const
|
|
12917
|
+
const z4 = { class: "ao-field__label" }, q4 = /* @__PURE__ */ q({
|
|
12913
12918
|
__name: "AoField",
|
|
12914
12919
|
props: {
|
|
12915
12920
|
label: {},
|
|
@@ -12919,11 +12924,11 @@ const W4 = { class: "ao-field__label" }, z4 = /* @__PURE__ */ q({
|
|
|
12919
12924
|
return (e, a) => (p(), C("label", {
|
|
12920
12925
|
class: X(["ao-field", { "ao-field--multiselect": e.isMultiselect }])
|
|
12921
12926
|
}, [
|
|
12922
|
-
f("span",
|
|
12927
|
+
f("span", z4, W(e.label), 1),
|
|
12923
12928
|
te(e.$slots, "default")
|
|
12924
12929
|
], 2));
|
|
12925
12930
|
}
|
|
12926
|
-
}),
|
|
12931
|
+
}), Y4 = ["type", "value", "disabled", "readonly"], l8 = /* @__PURE__ */ q({
|
|
12927
12932
|
__name: "AoInputField",
|
|
12928
12933
|
props: {
|
|
12929
12934
|
label: { default: "" },
|
|
@@ -12940,7 +12945,7 @@ const W4 = { class: "ao-field__label" }, z4 = /* @__PURE__ */ q({
|
|
|
12940
12945
|
), n = (o) => {
|
|
12941
12946
|
a.modelModifiers.number && (o = Number(o)), e("update:modelValue", o);
|
|
12942
12947
|
};
|
|
12943
|
-
return (o, i) => (p(), D(
|
|
12948
|
+
return (o, i) => (p(), D(q4, { label: o.label }, {
|
|
12944
12949
|
default: N(() => [
|
|
12945
12950
|
f("input", Ae({
|
|
12946
12951
|
class: "ao-field__input",
|
|
@@ -12950,12 +12955,12 @@ const W4 = { class: "ao-field__label" }, z4 = /* @__PURE__ */ q({
|
|
|
12950
12955
|
readonly: o.isReadonly
|
|
12951
12956
|
}, {
|
|
12952
12957
|
[Wi(s.value)]: i[0] || (i[0] = (l) => n(l.target.value))
|
|
12953
|
-
}), null, 16,
|
|
12958
|
+
}), null, 16, Y4)
|
|
12954
12959
|
]),
|
|
12955
12960
|
_: 1
|
|
12956
12961
|
}, 8, ["label"]));
|
|
12957
12962
|
}
|
|
12958
|
-
}),
|
|
12963
|
+
}), x4 = { class: "ao-field" }, K4 = { class: "ao-field__label" }, G4 = ["checked", "disabled"], r8 = /* @__PURE__ */ q({
|
|
12959
12964
|
__name: "AoCheckboxField",
|
|
12960
12965
|
props: {
|
|
12961
12966
|
label: { default: "" },
|
|
@@ -12965,8 +12970,8 @@ const W4 = { class: "ao-field__label" }, z4 = /* @__PURE__ */ q({
|
|
|
12965
12970
|
},
|
|
12966
12971
|
emits: ["update:modelValue"],
|
|
12967
12972
|
setup(t) {
|
|
12968
|
-
return (e, a) => (p(), C("label",
|
|
12969
|
-
f("span",
|
|
12973
|
+
return (e, a) => (p(), C("label", x4, [
|
|
12974
|
+
f("span", K4, W(e.label), 1),
|
|
12970
12975
|
f("input", {
|
|
12971
12976
|
class: "ao-field__input",
|
|
12972
12977
|
type: "checkbox",
|
|
@@ -12979,29 +12984,29 @@ const W4 = { class: "ao-field__label" }, z4 = /* @__PURE__ */ q({
|
|
|
12979
12984
|
((n = s.target) == null ? void 0 : n.checked) ?? !1
|
|
12980
12985
|
);
|
|
12981
12986
|
})
|
|
12982
|
-
}, null, 40,
|
|
12987
|
+
}, null, 40, G4)
|
|
12983
12988
|
]));
|
|
12984
12989
|
}
|
|
12985
12990
|
});
|
|
12986
12991
|
export {
|
|
12987
12992
|
Je as AoAvatar,
|
|
12988
12993
|
gi as AoCardFeed,
|
|
12989
|
-
|
|
12990
|
-
|
|
12991
|
-
|
|
12992
|
-
|
|
12994
|
+
r8 as AoCheckboxField,
|
|
12995
|
+
D4 as AoFeed,
|
|
12996
|
+
q4 as AoField,
|
|
12997
|
+
l8 as AoInputField,
|
|
12993
12998
|
Se as AoMultiselect,
|
|
12994
12999
|
fi as AoProjectPhases,
|
|
12995
13000
|
Rf as AoTemplateDetails,
|
|
12996
|
-
|
|
12997
|
-
|
|
13001
|
+
t8 as AoTemplates,
|
|
13002
|
+
W4 as AoTemplatesList,
|
|
12998
13003
|
G2 as TemplateItemTypeEnum,
|
|
12999
|
-
|
|
13000
|
-
|
|
13004
|
+
s8 as activityFeedStatus,
|
|
13005
|
+
a8 as durationTypes,
|
|
13001
13006
|
Dt as feedFilterTypes,
|
|
13002
|
-
|
|
13003
|
-
|
|
13004
|
-
|
|
13007
|
+
o8 as getProjectOverviewRoutes,
|
|
13008
|
+
i8 as getTemplateRoutes,
|
|
13009
|
+
n8 as listUpdateTypes,
|
|
13005
13010
|
Ba as milestoneStatus,
|
|
13006
13011
|
ye as projectOverviewRoutes,
|
|
13007
13012
|
Y2 as ruleComparators,
|