@26lights/orcha 0.41.2 → 0.41.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/orcha.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as Y, openBlock as p, createBlock as D, unref as ee, mergeProps as Pe, createElementBlock as m, createElementVNode as f, pushScopeId as Ei, popScopeId as Ii, createStaticVNode as Li, computed as A, resolveDynamicComponent as ht, normalizeClass as J, renderSlot as ae, toDisplayString as x, createCommentVNode as O, ref as te, watch as pe, nextTick as He, withKeys as dt, toHandlers as Pi, withCtx as Z, createTextVNode as Fa, createVNode as M, normalizeStyle as Za, withModifiers as ve, createSlots as Wa, Fragment as fe, renderList as _e, onMounted as Mt, onBeforeUnmount as On, onUnmounted as Ss, Teleport as jt, toRefs as Me, getCurrentInstance as Tt, toRef as Vt, normalizeProps as va, guardReactiveProps as fa, withDirectives as Re, vShow as Hi, onUpdated as Di, vModelText as Ge, vModelCheckbox as Vi, resolveComponent as Ke, getCurrentScope as Bi, onScopeDispose as Ri, toHandlerKey as Ni } from "vue";
|
|
2
2
|
import { RouterView as ji } from "vue-router";
|
|
3
3
|
import mt from "vuedraggable";
|
|
4
|
-
const
|
|
4
|
+
const P4 = /* @__PURE__ */ Y({
|
|
5
5
|
__name: "AoTemplates",
|
|
6
6
|
props: {
|
|
7
7
|
templates: {}
|
|
@@ -1453,11 +1453,11 @@ const gs = {
|
|
|
1453
1453
|
todo: "todo",
|
|
1454
1454
|
done: "done",
|
|
1455
1455
|
archived: "archived"
|
|
1456
|
-
},
|
|
1456
|
+
}, H4 = {
|
|
1457
1457
|
months: "months",
|
|
1458
1458
|
weeks: "weeks",
|
|
1459
1459
|
days: "days"
|
|
1460
|
-
},
|
|
1460
|
+
}, D4 = {
|
|
1461
1461
|
future: "future",
|
|
1462
1462
|
this_month: "this_month",
|
|
1463
1463
|
this_week: "this_week",
|
|
@@ -1481,7 +1481,7 @@ const gs = {
|
|
|
1481
1481
|
TASKS: "tasks"
|
|
1482
1482
|
};
|
|
1483
1483
|
var W2 = /* @__PURE__ */ ((t) => (t.PHASES = "phases", t.MILESTONES = "milestones", t.ACTIVITIES = "activities", t))(W2 || {});
|
|
1484
|
-
const
|
|
1484
|
+
const V4 = {
|
|
1485
1485
|
add: "add",
|
|
1486
1486
|
remove: "remove",
|
|
1487
1487
|
moved: "moved"
|
|
@@ -5377,7 +5377,7 @@ function u7(t, e, a) {
|
|
|
5377
5377
|
let re = k;
|
|
5378
5378
|
if (Q.value && C.value) {
|
|
5379
5379
|
let Ce = le.value;
|
|
5380
|
-
Ce || (Ce = (bt, on,
|
|
5380
|
+
Ce || (Ce = (bt, on, O4) => yt.value.some((Oi) => {
|
|
5381
5381
|
let rn = ms(ba(bt[Oi]), se.value);
|
|
5382
5382
|
return R.value ? rn.startsWith(ms(on, se.value)) : rn.indexOf(ms(on, se.value)) !== -1;
|
|
5383
5383
|
})), re = re.filter((bt) => Ce(bt, Q.value, oe));
|
|
@@ -9568,12 +9568,13 @@ const zf = { class: "ao-card-project-milestone__default" }, xf = { class: "ao-ti
|
|
|
9568
9568
|
closedStatus: {},
|
|
9569
9569
|
isEditable: { type: Boolean },
|
|
9570
9570
|
deadline: {},
|
|
9571
|
+
active: { type: Boolean },
|
|
9571
9572
|
isSelected: { type: Boolean },
|
|
9572
9573
|
assignee: {},
|
|
9573
9574
|
important: { type: Boolean },
|
|
9574
9575
|
readonly: { type: Boolean }
|
|
9575
9576
|
},
|
|
9576
|
-
emits: ["updateMilestone", "archiveMilestone"],
|
|
9577
|
+
emits: ["updateMilestone", "archiveMilestone", "unarchiveMilestone"],
|
|
9577
9578
|
setup(t, { emit: e }) {
|
|
9578
9579
|
const a = t, s = A(() => {
|
|
9579
9580
|
var l;
|
|
@@ -9624,8 +9625,11 @@ const zf = { class: "ao-card-project-milestone__default" }, xf = { class: "ao-ti
|
|
|
9624
9625
|
size: "sm",
|
|
9625
9626
|
"icon-position": "start",
|
|
9626
9627
|
corners: "round",
|
|
9627
|
-
label: l.$t("archive"),
|
|
9628
|
-
onClick: c[0] || (c[0] = ve(
|
|
9628
|
+
label: l.active ? l.$t("archive") : l.$t("unarchive"),
|
|
9629
|
+
onClick: c[0] || (c[0] = ve(
|
|
9630
|
+
() => l.active ? l.$emit("archiveMilestone", { id: l.id }) : l.$emit("unarchiveMilestone", { id: l.id }),
|
|
9631
|
+
["stop"]
|
|
9632
|
+
))
|
|
9629
9633
|
}, null, 8, ["color", "label"])
|
|
9630
9634
|
])) : O("", !0)
|
|
9631
9635
|
]),
|
|
@@ -9777,6 +9781,7 @@ const r9 = {
|
|
|
9777
9781
|
color: b.color,
|
|
9778
9782
|
activities: b.activities,
|
|
9779
9783
|
deadline: b.deadline,
|
|
9784
|
+
active: b.active,
|
|
9780
9785
|
"is-editable": !v.readonly && v.isEditable,
|
|
9781
9786
|
"is-draggable": !v.readonly && v.isEditable,
|
|
9782
9787
|
"closed-status": v.closedStatus,
|
|
@@ -9791,7 +9796,7 @@ const r9 = {
|
|
|
9791
9796
|
}),
|
|
9792
9797
|
onUpdateMilestone: l,
|
|
9793
9798
|
onArchiveMilestone: c
|
|
9794
|
-
}, null, 8, ["id", "name", "color", "activities", "deadline", "is-editable", "is-draggable", "closed-status", "is-selected", "assignee", "important", "readonly", "onClick"])
|
|
9799
|
+
}, null, 8, ["id", "name", "color", "activities", "deadline", "active", "is-editable", "is-draggable", "closed-status", "is-selected", "assignee", "important", "readonly", "onClick"])
|
|
9795
9800
|
];
|
|
9796
9801
|
}),
|
|
9797
9802
|
_: 1
|
|
@@ -10292,19 +10297,19 @@ const U9 = { class: "ao-card-feed__header" }, F9 = {
|
|
|
10292
10297
|
}, G9 = { class: "ao-card-feed__footer" }, X9 = { class: "ao-card-feed__footer-row" }, Q9 = { class: "ao-assignees" }, J9 = {
|
|
10293
10298
|
key: 0,
|
|
10294
10299
|
class: "ao-assignee"
|
|
10295
|
-
},
|
|
10300
|
+
}, eh = {
|
|
10296
10301
|
key: 0,
|
|
10297
10302
|
class: "ao-card-feed__subitems"
|
|
10298
|
-
},
|
|
10303
|
+
}, th = {
|
|
10299
10304
|
key: 0,
|
|
10300
10305
|
class: "ao-card-feed__subitem"
|
|
10301
|
-
},
|
|
10306
|
+
}, ah = { class: "ao-card-feed__subitem" }, sh = {
|
|
10302
10307
|
key: 1,
|
|
10303
10308
|
class: "ao-card-feed__subitem"
|
|
10304
|
-
},
|
|
10309
|
+
}, nh = { class: "ao-card-feed__subitem" }, ih = { class: "ao-card-feed__footer-row" }, oh = {
|
|
10305
10310
|
key: 0,
|
|
10306
10311
|
class: "ao-card-feed__progress-wrapper"
|
|
10307
|
-
},
|
|
10312
|
+
}, rh = { class: "ao-card-feed__subitem" }, lh = { class: "ao-card-feed__subitem" }, pi = /* @__PURE__ */ Y({
|
|
10308
10313
|
__name: "AoCardFeed",
|
|
10309
10314
|
props: {
|
|
10310
10315
|
id: {},
|
|
@@ -10416,31 +10421,31 @@ const U9 = { class: "ao-card-feed__header" }, F9 = {
|
|
|
10416
10421
|
])) : O("", !0)
|
|
10417
10422
|
], 64))), 128))
|
|
10418
10423
|
]),
|
|
10419
|
-
v.comments || v.attachments ? (p(), m("ul",
|
|
10420
|
-
v.comments ? (p(), m("li",
|
|
10424
|
+
v.comments || v.attachments ? (p(), m("ul", eh, [
|
|
10425
|
+
v.comments ? (p(), m("li", th, [
|
|
10421
10426
|
M(de, {
|
|
10422
10427
|
name: "ChatOutline",
|
|
10423
10428
|
size: "sm"
|
|
10424
10429
|
}),
|
|
10425
|
-
f("span",
|
|
10430
|
+
f("span", ah, x(v.comments), 1)
|
|
10426
10431
|
])) : O("", !0),
|
|
10427
|
-
v.attachments ? (p(), m("li",
|
|
10432
|
+
v.attachments ? (p(), m("li", sh, [
|
|
10428
10433
|
M(de, {
|
|
10429
10434
|
name: "AttachFileRounded",
|
|
10430
10435
|
size: "sm"
|
|
10431
10436
|
}),
|
|
10432
|
-
f("span",
|
|
10437
|
+
f("span", nh, x(v.attachments), 1)
|
|
10433
10438
|
])) : O("", !0)
|
|
10434
10439
|
])) : O("", !0)
|
|
10435
10440
|
]),
|
|
10436
|
-
f("div",
|
|
10437
|
-
v.tasks && v.tasks.length ? (p(), m("div",
|
|
10438
|
-
f("div",
|
|
10441
|
+
f("div", ih, [
|
|
10442
|
+
v.tasks && v.tasks.length ? (p(), m("div", oh, [
|
|
10443
|
+
f("div", rh, [
|
|
10439
10444
|
M(de, {
|
|
10440
10445
|
name: "SelectCheckBox",
|
|
10441
10446
|
size: "sm"
|
|
10442
10447
|
}),
|
|
10443
|
-
f("span",
|
|
10448
|
+
f("span", lh, x(d.value) + " / " + x(u.value), 1)
|
|
10444
10449
|
]),
|
|
10445
10450
|
M(qs, {
|
|
10446
10451
|
percentages: h.value,
|
|
@@ -10461,8 +10466,8 @@ const U9 = { class: "ao-card-feed__header" }, F9 = {
|
|
|
10461
10466
|
*/
|
|
10462
10467
|
function wt(t) {
|
|
10463
10468
|
let e = { r: 0, g: 0, b: 0, a: 1 };
|
|
10464
|
-
/#/.test(t) ? e =
|
|
10465
|
-
const { r: a, g: s, b: n, a: o } = e, { h: i, s: r, v: l } =
|
|
10469
|
+
/#/.test(t) ? e = ch(t) : /rgb/.test(t) ? e = Mn(t) : typeof t == "string" ? e = Mn(`rgba(${t})`) : Object.prototype.toString.call(t) === "[object Object]" && (e = t);
|
|
10470
|
+
const { r: a, g: s, b: n, a: o } = e, { h: i, s: r, v: l } = dh(e);
|
|
10466
10471
|
return { r: a, g: s, b: n, a: o === void 0 ? 1 : o, h: i, s: r, v: l };
|
|
10467
10472
|
}
|
|
10468
10473
|
function zs(t) {
|
|
@@ -10473,11 +10478,11 @@ function ks(t, e, a, s, n, o) {
|
|
|
10473
10478
|
const i = t === "l", r = e.createLinearGradient(0, 0, i ? a : 0, i ? 0 : s);
|
|
10474
10479
|
r.addColorStop(0.01, n), r.addColorStop(0.99, o), e.fillStyle = r, e.fillRect(0, 0, a, s);
|
|
10475
10480
|
}
|
|
10476
|
-
function
|
|
10481
|
+
function uh({ r: t, g: e, b: a }, s) {
|
|
10477
10482
|
const n = (i) => ("0" + Number(i).toString(16)).slice(-2), o = `#${n(t)}${n(e)}${n(a)}`;
|
|
10478
10483
|
return s ? o.toUpperCase() : o;
|
|
10479
10484
|
}
|
|
10480
|
-
function
|
|
10485
|
+
function ch(t) {
|
|
10481
10486
|
t = t.slice(1);
|
|
10482
10487
|
const e = (a) => parseInt(a, 16) || 0;
|
|
10483
10488
|
return {
|
|
@@ -10494,7 +10499,7 @@ function Mn(t) {
|
|
|
10494
10499
|
a: Number(t[3] ? t[3] : 1)
|
|
10495
10500
|
}) : t;
|
|
10496
10501
|
}
|
|
10497
|
-
function
|
|
10502
|
+
function dh({ r: t, g: e, b: a }) {
|
|
10498
10503
|
t = t / 255, e = e / 255, a = a / 255;
|
|
10499
10504
|
const s = Math.max(t, e, a), n = Math.min(t, e, a), o = s - n;
|
|
10500
10505
|
let i = 0;
|
|
@@ -10561,8 +10566,8 @@ var xs = Y({
|
|
|
10561
10566
|
}
|
|
10562
10567
|
}
|
|
10563
10568
|
});
|
|
10564
|
-
const
|
|
10565
|
-
function
|
|
10569
|
+
const ph = { ref: "canvasSaturation" };
|
|
10570
|
+
function vh(t, e, a, s, n, o) {
|
|
10566
10571
|
return p(), D(
|
|
10567
10572
|
"div",
|
|
10568
10573
|
{
|
|
@@ -10572,7 +10577,7 @@ function v4(t, e, a, s, n, o) {
|
|
|
10572
10577
|
[
|
|
10573
10578
|
M(
|
|
10574
10579
|
"canvas",
|
|
10575
|
-
|
|
10580
|
+
ph,
|
|
10576
10581
|
null,
|
|
10577
10582
|
512
|
|
10578
10583
|
/* NEED_PATCH */
|
|
@@ -10592,7 +10597,7 @@ function v4(t, e, a, s, n, o) {
|
|
|
10592
10597
|
/* HYDRATE_EVENTS */
|
|
10593
10598
|
);
|
|
10594
10599
|
}
|
|
10595
|
-
xs.render =
|
|
10600
|
+
xs.render = vh;
|
|
10596
10601
|
xs.__file = "src/color/Saturation.vue";
|
|
10597
10602
|
var Ys = Y({
|
|
10598
10603
|
props: {
|
|
@@ -10647,8 +10652,8 @@ var Ys = Y({
|
|
|
10647
10652
|
}
|
|
10648
10653
|
}
|
|
10649
10654
|
});
|
|
10650
|
-
const
|
|
10651
|
-
function
|
|
10655
|
+
const fh = { ref: "canvasHue" };
|
|
10656
|
+
function hh(t, e, a, s, n, o) {
|
|
10652
10657
|
return p(), D(
|
|
10653
10658
|
"div",
|
|
10654
10659
|
{
|
|
@@ -10658,7 +10663,7 @@ function h4(t, e, a, s, n, o) {
|
|
|
10658
10663
|
[
|
|
10659
10664
|
M(
|
|
10660
10665
|
"canvas",
|
|
10661
|
-
|
|
10666
|
+
fh,
|
|
10662
10667
|
null,
|
|
10663
10668
|
512
|
|
10664
10669
|
/* NEED_PATCH */
|
|
@@ -10678,7 +10683,7 @@ function h4(t, e, a, s, n, o) {
|
|
|
10678
10683
|
/* HYDRATE_EVENTS */
|
|
10679
10684
|
);
|
|
10680
10685
|
}
|
|
10681
|
-
Ys.render =
|
|
10686
|
+
Ys.render = hh;
|
|
10682
10687
|
Ys.__file = "src/color/Hue.vue";
|
|
10683
10688
|
var Ks = Y({
|
|
10684
10689
|
props: {
|
|
@@ -10742,8 +10747,8 @@ var Ks = Y({
|
|
|
10742
10747
|
}
|
|
10743
10748
|
}
|
|
10744
10749
|
});
|
|
10745
|
-
const
|
|
10746
|
-
function
|
|
10750
|
+
const mh = { ref: "canvasAlpha" };
|
|
10751
|
+
function Ch(t, e, a, s, n, o) {
|
|
10747
10752
|
return p(), D(
|
|
10748
10753
|
"div",
|
|
10749
10754
|
{
|
|
@@ -10753,7 +10758,7 @@ function C4(t, e, a, s, n, o) {
|
|
|
10753
10758
|
[
|
|
10754
10759
|
M(
|
|
10755
10760
|
"canvas",
|
|
10756
|
-
|
|
10761
|
+
mh,
|
|
10757
10762
|
null,
|
|
10758
10763
|
512
|
|
10759
10764
|
/* NEED_PATCH */
|
|
@@ -10773,7 +10778,7 @@ function C4(t, e, a, s, n, o) {
|
|
|
10773
10778
|
/* HYDRATE_EVENTS */
|
|
10774
10779
|
);
|
|
10775
10780
|
}
|
|
10776
|
-
Ks.render =
|
|
10781
|
+
Ks.render = Ch;
|
|
10777
10782
|
Ks.__file = "src/color/Alpha.vue";
|
|
10778
10783
|
var Gs = Y({
|
|
10779
10784
|
props: {
|
|
@@ -10810,10 +10815,10 @@ var Gs = Y({
|
|
|
10810
10815
|
}
|
|
10811
10816
|
}
|
|
10812
10817
|
});
|
|
10813
|
-
function
|
|
10818
|
+
function gh(t, e, a, s, n, o) {
|
|
10814
10819
|
return p(), D("canvas");
|
|
10815
10820
|
}
|
|
10816
|
-
Gs.render =
|
|
10821
|
+
Gs.render = gh;
|
|
10817
10822
|
Gs.__file = "src/color/Preview.vue";
|
|
10818
10823
|
var Xs = Y({
|
|
10819
10824
|
props: {
|
|
@@ -10876,19 +10881,19 @@ var Xs = Y({
|
|
|
10876
10881
|
}
|
|
10877
10882
|
}
|
|
10878
10883
|
});
|
|
10879
|
-
const
|
|
10884
|
+
const _h = /* @__PURE__ */ M(
|
|
10880
10885
|
"path",
|
|
10881
10886
|
{ 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" },
|
|
10882
10887
|
null,
|
|
10883
10888
|
-1
|
|
10884
10889
|
/* HOISTED */
|
|
10885
|
-
),
|
|
10890
|
+
), yh = {
|
|
10886
10891
|
key: 1,
|
|
10887
10892
|
class: "sucker",
|
|
10888
10893
|
viewBox: "-16 -16 68 68",
|
|
10889
10894
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10890
10895
|
stroke: "#9099a4"
|
|
10891
|
-
},
|
|
10896
|
+
}, bh = /* @__PURE__ */ M(
|
|
10892
10897
|
"g",
|
|
10893
10898
|
{
|
|
10894
10899
|
fill: "none",
|
|
@@ -10920,7 +10925,7 @@ const _4 = /* @__PURE__ */ M(
|
|
|
10920
10925
|
-1
|
|
10921
10926
|
/* HOISTED */
|
|
10922
10927
|
);
|
|
10923
|
-
function
|
|
10928
|
+
function wh(t, e, a, s, n, o) {
|
|
10924
10929
|
return p(), D("div", null, [
|
|
10925
10930
|
t.isSucking ? O("v-if", !0) : (p(), D(
|
|
10926
10931
|
"svg",
|
|
@@ -10932,17 +10937,17 @@ function w4(t, e, a, s, n, o) {
|
|
|
10932
10937
|
onClick: e[1] || (e[1] = (...i) => t.openSucker && t.openSucker(...i))
|
|
10933
10938
|
},
|
|
10934
10939
|
[
|
|
10935
|
-
|
|
10940
|
+
_h
|
|
10936
10941
|
],
|
|
10937
10942
|
2
|
|
10938
10943
|
/* CLASS */
|
|
10939
10944
|
)),
|
|
10940
|
-
t.isSucking ? (p(), D("svg",
|
|
10941
|
-
|
|
10945
|
+
t.isSucking ? (p(), D("svg", yh, [
|
|
10946
|
+
bh
|
|
10942
10947
|
])) : O("v-if", !0)
|
|
10943
10948
|
]);
|
|
10944
10949
|
}
|
|
10945
|
-
Xs.render =
|
|
10950
|
+
Xs.render = wh;
|
|
10946
10951
|
Xs.__file = "src/color/Sucker.vue";
|
|
10947
10952
|
var Qs = Y({
|
|
10948
10953
|
props: {
|
|
@@ -10975,12 +10980,12 @@ var Qs = Y({
|
|
|
10975
10980
|
};
|
|
10976
10981
|
}
|
|
10977
10982
|
});
|
|
10978
|
-
const $
|
|
10979
|
-
function
|
|
10980
|
-
return p(), D("div", $
|
|
10983
|
+
const $h = { class: "color-type" }, kh = { class: "name" };
|
|
10984
|
+
function Sh(t, e, a, s, n, o) {
|
|
10985
|
+
return p(), D("div", $h, [
|
|
10981
10986
|
M(
|
|
10982
10987
|
"span",
|
|
10983
|
-
|
|
10988
|
+
kh,
|
|
10984
10989
|
x(t.name),
|
|
10985
10990
|
1
|
|
10986
10991
|
/* TEXT */
|
|
@@ -11001,7 +11006,7 @@ function S4(t, e, a, s, n, o) {
|
|
|
11001
11006
|
])
|
|
11002
11007
|
]);
|
|
11003
11008
|
}
|
|
11004
|
-
Qs.render =
|
|
11009
|
+
Qs.render = Sh;
|
|
11005
11010
|
Qs.__file = "src/color/Box.vue";
|
|
11006
11011
|
var Js = Y({
|
|
11007
11012
|
name: "ColorPicker",
|
|
@@ -11043,13 +11048,13 @@ var Js = Y({
|
|
|
11043
11048
|
};
|
|
11044
11049
|
}
|
|
11045
11050
|
});
|
|
11046
|
-
const
|
|
11051
|
+
const Ah = { class: "colors" }, Mh = {
|
|
11047
11052
|
key: 0,
|
|
11048
11053
|
class: "colors history"
|
|
11049
11054
|
};
|
|
11050
|
-
function
|
|
11055
|
+
function Th(t, e, a, s, n, o) {
|
|
11051
11056
|
return p(), D("div", null, [
|
|
11052
|
-
M("ul",
|
|
11057
|
+
M("ul", Ah, [
|
|
11053
11058
|
(p(!0), D(
|
|
11054
11059
|
fe,
|
|
11055
11060
|
null,
|
|
@@ -11083,7 +11088,7 @@ function T4(t, e, a, s, n, o) {
|
|
|
11083
11088
|
/* KEYED_FRAGMENT */
|
|
11084
11089
|
))
|
|
11085
11090
|
]),
|
|
11086
|
-
t.colorsHistory.length ? (p(), D("ul",
|
|
11091
|
+
t.colorsHistory.length ? (p(), D("ul", Mh, [
|
|
11087
11092
|
(p(!0), D(
|
|
11088
11093
|
fe,
|
|
11089
11094
|
null,
|
|
@@ -11119,7 +11124,7 @@ function T4(t, e, a, s, n, o) {
|
|
|
11119
11124
|
])) : O("v-if", !0)
|
|
11120
11125
|
]);
|
|
11121
11126
|
}
|
|
11122
|
-
Js.render =
|
|
11127
|
+
Js.render = Th;
|
|
11123
11128
|
Js.__file = "src/color/Colors.vue";
|
|
11124
11129
|
var Nt = Y({
|
|
11125
11130
|
components: {
|
|
@@ -11230,7 +11235,7 @@ var Nt = Y({
|
|
|
11230
11235
|
return `rgba(${this.rgbaStringShort})`;
|
|
11231
11236
|
},
|
|
11232
11237
|
hexString() {
|
|
11233
|
-
return
|
|
11238
|
+
return uh(this.rgba, !0);
|
|
11234
11239
|
}
|
|
11235
11240
|
},
|
|
11236
11241
|
created() {
|
|
@@ -11294,8 +11299,8 @@ var Nt = Y({
|
|
|
11294
11299
|
}
|
|
11295
11300
|
}
|
|
11296
11301
|
});
|
|
11297
|
-
const
|
|
11298
|
-
function
|
|
11302
|
+
const Oh = { class: "color-set" };
|
|
11303
|
+
function Eh(t, e, a, s, n, o) {
|
|
11299
11304
|
const i = Ke("Saturation"), r = Ke("Hue"), l = Ke("Alpha"), c = Ke("Preview"), u = Ke("Sucker"), d = Ke("Box"), h = Ke("Colors");
|
|
11300
11305
|
return p(), D(
|
|
11301
11306
|
"div",
|
|
@@ -11304,7 +11309,7 @@ function E4(t, e, a, s, n, o) {
|
|
|
11304
11309
|
style: { width: t.totalWidth + "px" }
|
|
11305
11310
|
},
|
|
11306
11311
|
[
|
|
11307
|
-
M("div",
|
|
11312
|
+
M("div", Oh, [
|
|
11308
11313
|
M(i, {
|
|
11309
11314
|
ref: "saturation",
|
|
11310
11315
|
color: t.rgbString,
|
|
@@ -11378,12 +11383,12 @@ function E4(t, e, a, s, n, o) {
|
|
|
11378
11383
|
/* CLASS, STYLE */
|
|
11379
11384
|
);
|
|
11380
11385
|
}
|
|
11381
|
-
Nt.render =
|
|
11386
|
+
Nt.render = Eh;
|
|
11382
11387
|
Nt.__file = "src/color/ColorPicker.vue";
|
|
11383
11388
|
Nt.install = (t) => {
|
|
11384
11389
|
t.component(Nt.name, Nt);
|
|
11385
11390
|
};
|
|
11386
|
-
const
|
|
11391
|
+
const Ih = {
|
|
11387
11392
|
props: {
|
|
11388
11393
|
color: {
|
|
11389
11394
|
type: String,
|
|
@@ -11407,10 +11412,10 @@ const I4 = {
|
|
|
11407
11412
|
this.$emit("update:color", o);
|
|
11408
11413
|
}
|
|
11409
11414
|
}
|
|
11410
|
-
},
|
|
11411
|
-
function
|
|
11415
|
+
}, Lh = { class: "color-picker-wrapper" };
|
|
11416
|
+
function Ph(t, e, a, s, n, o) {
|
|
11412
11417
|
const i = Ke("ColorPicker");
|
|
11413
|
-
return p(), m("div",
|
|
11418
|
+
return p(), m("div", Lh, [
|
|
11414
11419
|
f("button", {
|
|
11415
11420
|
style: Za({ backgroundColor: a.color }),
|
|
11416
11421
|
class: "color-button",
|
|
@@ -11425,10 +11430,10 @@ function P4(t, e, a, s, n, o) {
|
|
|
11425
11430
|
}, null, 8, ["color", "onChangeColor"])) : O("", !0)
|
|
11426
11431
|
]);
|
|
11427
11432
|
}
|
|
11428
|
-
const
|
|
11433
|
+
const Hh = /* @__PURE__ */ U(Ih, [["render", Ph]]), Dh = { class: "ao-project-milestone" }, Vh = { class: "ao-project-milestone__header" }, Bh = { class: "ao-project-milestone__header_line" }, Rh = { class: "ao-project-milestone__header_line" }, Nh = { class: "ao-project-milestone__title" }, jh = {
|
|
11429
11434
|
key: 0,
|
|
11430
11435
|
class: "ao-fieldset ao-milestone__fieldset"
|
|
11431
|
-
},
|
|
11436
|
+
}, Uh = { class: "ao-field__row ao-milestone__field-row" }, Fh = { class: "ao-field ao-field--inline" }, Zh = { class: "ao-field__row ao-milestone__field-row" }, Wh = { class: "ao-field ao-milestone__field-multiselect" }, qh = { class: "ao-project-milestone__body" }, zh = {
|
|
11432
11437
|
key: 0,
|
|
11433
11438
|
class: "ao-project-milestone__footer"
|
|
11434
11439
|
}, Tn = /* @__PURE__ */ Y({
|
|
@@ -11535,9 +11540,9 @@ const H4 = /* @__PURE__ */ U(I4, [["render", P4]]), D4 = { class: "ao-project-mi
|
|
|
11535
11540
|
});
|
|
11536
11541
|
return (g, C) => {
|
|
11537
11542
|
var H;
|
|
11538
|
-
return p(), m("div",
|
|
11539
|
-
f("header",
|
|
11540
|
-
f("div",
|
|
11543
|
+
return p(), m("div", Dh, [
|
|
11544
|
+
f("header", Vh, [
|
|
11545
|
+
f("div", Bh, [
|
|
11541
11546
|
M(ue, {
|
|
11542
11547
|
"icon-name": "CloseRounded",
|
|
11543
11548
|
variant: "ghost",
|
|
@@ -11546,8 +11551,8 @@ const H4 = /* @__PURE__ */ U(I4, [["render", P4]]), D4 = { class: "ao-project-mi
|
|
|
11546
11551
|
onClick: l
|
|
11547
11552
|
})
|
|
11548
11553
|
]),
|
|
11549
|
-
f("div",
|
|
11550
|
-
f("div",
|
|
11554
|
+
f("div", Rh, [
|
|
11555
|
+
f("div", Nh, [
|
|
11551
11556
|
M(ye, {
|
|
11552
11557
|
title: ((H = i.value) == null ? void 0 : H.name) || g.milestoneId,
|
|
11553
11558
|
level: 5
|
|
@@ -11566,9 +11571,9 @@ const H4 = /* @__PURE__ */ U(I4, [["render", P4]]), D4 = { class: "ao-project-mi
|
|
|
11566
11571
|
}, null, 8, ["modelValue", "disabled", "label"])
|
|
11567
11572
|
])
|
|
11568
11573
|
]),
|
|
11569
|
-
i.value ? (p(), m("div",
|
|
11570
|
-
f("div",
|
|
11571
|
-
f("label",
|
|
11574
|
+
i.value ? (p(), m("div", jh, [
|
|
11575
|
+
f("div", Uh, [
|
|
11576
|
+
f("label", Fh, [
|
|
11572
11577
|
Re(f("input", {
|
|
11573
11578
|
"onUpdate:modelValue": C[1] || (C[1] = (I) => v.value = I),
|
|
11574
11579
|
class: "ao-milestone__field ao-milestone__date-field",
|
|
@@ -11583,8 +11588,8 @@ const H4 = /* @__PURE__ */ U(I4, [["render", P4]]), D4 = { class: "ao-project-mi
|
|
|
11583
11588
|
])
|
|
11584
11589
|
])
|
|
11585
11590
|
]),
|
|
11586
|
-
f("div",
|
|
11587
|
-
f("label",
|
|
11591
|
+
f("div", Zh, [
|
|
11592
|
+
f("label", Wh, [
|
|
11588
11593
|
M(ke, {
|
|
11589
11594
|
modelValue: b.value,
|
|
11590
11595
|
"onUpdate:modelValue": C[2] || (C[2] = (I) => b.value = I),
|
|
@@ -11613,13 +11618,13 @@ const H4 = /* @__PURE__ */ U(I4, [["render", P4]]), D4 = { class: "ao-project-mi
|
|
|
11613
11618
|
}, 8, ["modelValue", "options", "placeholder", "disabled", "caret"])
|
|
11614
11619
|
])
|
|
11615
11620
|
]),
|
|
11616
|
-
M(
|
|
11621
|
+
M(Hh, {
|
|
11617
11622
|
color: h.value,
|
|
11618
11623
|
"onUpdate:color": C[3] || (C[3] = (I) => h.value = I)
|
|
11619
11624
|
}, null, 8, ["color"])
|
|
11620
11625
|
])) : O("", !0)
|
|
11621
11626
|
]),
|
|
11622
|
-
f("div",
|
|
11627
|
+
f("div", qh, [
|
|
11623
11628
|
M(ee(mt), Pe({
|
|
11624
11629
|
class: "ao-project-milestone__activities",
|
|
11625
11630
|
list: r.value,
|
|
@@ -11690,7 +11695,7 @@ const H4 = /* @__PURE__ */ U(I4, [["render", P4]]), D4 = { class: "ao-project-mi
|
|
|
11690
11695
|
}),
|
|
11691
11696
|
_: 1
|
|
11692
11697
|
}, 16, ["list", "disabled"]),
|
|
11693
|
-
g.isEditable ? (p(), m("div",
|
|
11698
|
+
g.isEditable ? (p(), m("div", zh, [
|
|
11694
11699
|
M(Ct, {
|
|
11695
11700
|
"icon-name": "Add",
|
|
11696
11701
|
label: g.$t("project.activity.add"),
|
|
@@ -11702,7 +11707,7 @@ const H4 = /* @__PURE__ */ U(I4, [["render", P4]]), D4 = { class: "ao-project-mi
|
|
|
11702
11707
|
};
|
|
11703
11708
|
}
|
|
11704
11709
|
});
|
|
11705
|
-
const
|
|
11710
|
+
const xh = /* @__PURE__ */ Y({
|
|
11706
11711
|
__name: "AoProjectOverviewActivityDetails",
|
|
11707
11712
|
props: {
|
|
11708
11713
|
phaseId: {},
|
|
@@ -11789,14 +11794,14 @@ const x4 = /* @__PURE__ */ Y({
|
|
|
11789
11794
|
}, 8, ["activity", "activity-types", "milestone-id", "template-activities", "users", "user-id", "is-task-checkable", "statuses", "breadcrumbs", "is-editable", "attachment-enabled", "projects", "onClose"])) : O("", !0);
|
|
11790
11795
|
};
|
|
11791
11796
|
}
|
|
11792
|
-
}),
|
|
11797
|
+
}), Yh = { class: "ao-col-header" }, Kh = /* @__PURE__ */ Y({
|
|
11793
11798
|
__name: "AoColHeader",
|
|
11794
11799
|
props: {
|
|
11795
11800
|
title: {},
|
|
11796
11801
|
items: {}
|
|
11797
11802
|
},
|
|
11798
11803
|
setup(t) {
|
|
11799
|
-
return (e, a) => (p(), m("header",
|
|
11804
|
+
return (e, a) => (p(), m("header", Yh, [
|
|
11800
11805
|
M(ye, {
|
|
11801
11806
|
title: e.title,
|
|
11802
11807
|
class: "ao-col-header__title",
|
|
@@ -11812,17 +11817,17 @@ const x4 = /* @__PURE__ */ Y({
|
|
|
11812
11817
|
]));
|
|
11813
11818
|
}
|
|
11814
11819
|
});
|
|
11815
|
-
function
|
|
11820
|
+
function Gh(t) {
|
|
11816
11821
|
return Bi() ? (Ri(t), !0) : !1;
|
|
11817
11822
|
}
|
|
11818
11823
|
function Ua(t) {
|
|
11819
11824
|
return typeof t == "function" ? t() : ee(t);
|
|
11820
11825
|
}
|
|
11821
|
-
const
|
|
11826
|
+
const Xh = typeof window < "u" && typeof document < "u";
|
|
11822
11827
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
11823
|
-
const
|
|
11828
|
+
const Qh = (t) => t != null, oa = () => {
|
|
11824
11829
|
};
|
|
11825
|
-
function
|
|
11830
|
+
function Jh(t, e) {
|
|
11826
11831
|
function a(...s) {
|
|
11827
11832
|
return new Promise((n, o) => {
|
|
11828
11833
|
Promise.resolve(t(() => e.apply(this, s), { fn: e, thisArg: this, args: s })).then(n).catch(o);
|
|
@@ -11830,7 +11835,7 @@ function J4(t, e) {
|
|
|
11830
11835
|
}
|
|
11831
11836
|
return a;
|
|
11832
11837
|
}
|
|
11833
|
-
function
|
|
11838
|
+
function e4(t, e = {}) {
|
|
11834
11839
|
let a, s, n = oa;
|
|
11835
11840
|
const o = (r) => {
|
|
11836
11841
|
clearTimeout(r), n(), n = oa;
|
|
@@ -11846,9 +11851,9 @@ function eh(t, e = {}) {
|
|
|
11846
11851
|
});
|
|
11847
11852
|
};
|
|
11848
11853
|
}
|
|
11849
|
-
function
|
|
11850
|
-
return
|
|
11851
|
-
|
|
11854
|
+
function t4(t, e = 200, a = {}) {
|
|
11855
|
+
return Jh(
|
|
11856
|
+
e4(e, a),
|
|
11852
11857
|
t
|
|
11853
11858
|
);
|
|
11854
11859
|
}
|
|
@@ -11857,27 +11862,27 @@ function Cs(t) {
|
|
|
11857
11862
|
const a = Ua(t);
|
|
11858
11863
|
return (e = a == null ? void 0 : a.$el) != null ? e : a;
|
|
11859
11864
|
}
|
|
11860
|
-
const
|
|
11861
|
-
function
|
|
11865
|
+
const a4 = Xh ? window : void 0;
|
|
11866
|
+
function s4() {
|
|
11862
11867
|
const t = te(!1), e = Tt();
|
|
11863
11868
|
return e && Mt(() => {
|
|
11864
11869
|
t.value = !0;
|
|
11865
11870
|
}, e), t;
|
|
11866
11871
|
}
|
|
11867
|
-
function
|
|
11868
|
-
const e =
|
|
11872
|
+
function n4(t) {
|
|
11873
|
+
const e = s4();
|
|
11869
11874
|
return A(() => (e.value, !!t()));
|
|
11870
11875
|
}
|
|
11871
|
-
function
|
|
11876
|
+
function i4(t, e, a = {}) {
|
|
11872
11877
|
const {
|
|
11873
11878
|
root: s,
|
|
11874
11879
|
rootMargin: n = "0px",
|
|
11875
11880
|
threshold: o = 0.1,
|
|
11876
|
-
window: i =
|
|
11881
|
+
window: i = a4,
|
|
11877
11882
|
immediate: r = !0
|
|
11878
|
-
} = a, l =
|
|
11883
|
+
} = a, l = n4(() => i && "IntersectionObserver" in i), c = A(() => {
|
|
11879
11884
|
const $ = Ua(t);
|
|
11880
|
-
return (Array.isArray($) ? $ : [$]).map(Cs).filter(
|
|
11885
|
+
return (Array.isArray($) ? $ : [$]).map(Cs).filter(Qh);
|
|
11881
11886
|
});
|
|
11882
11887
|
let u = oa;
|
|
11883
11888
|
const d = te(r), h = l.value ? pe(
|
|
@@ -11901,7 +11906,7 @@ function ih(t, e, a = {}) {
|
|
|
11901
11906
|
) : oa, v = () => {
|
|
11902
11907
|
u(), h(), d.value = !1;
|
|
11903
11908
|
};
|
|
11904
|
-
return
|
|
11909
|
+
return Gh(v), {
|
|
11905
11910
|
isSupported: l,
|
|
11906
11911
|
isActive: d,
|
|
11907
11912
|
pause() {
|
|
@@ -11913,24 +11918,24 @@ function ih(t, e, a = {}) {
|
|
|
11913
11918
|
stop: v
|
|
11914
11919
|
};
|
|
11915
11920
|
}
|
|
11916
|
-
const
|
|
11921
|
+
const o4 = {
|
|
11917
11922
|
class: /* @__PURE__ */ J(["ao-list-kanban"])
|
|
11918
|
-
},
|
|
11923
|
+
}, r4 = { class: "ao-list-kanban__header" }, l4 = {
|
|
11919
11924
|
key: 0,
|
|
11920
11925
|
class: "ao-list-kanban__end ao-list-kanban__end--loading"
|
|
11921
|
-
},
|
|
11926
|
+
}, u4 = {
|
|
11922
11927
|
key: 1,
|
|
11923
11928
|
class: "ao-list-kanban__end"
|
|
11924
|
-
},
|
|
11929
|
+
}, c4 = {
|
|
11925
11930
|
key: 0,
|
|
11926
11931
|
class: "ao-list-kanban__no-more"
|
|
11927
|
-
},
|
|
11932
|
+
}, d4 = {
|
|
11928
11933
|
key: 1,
|
|
11929
11934
|
class: "ao-list-kanban__divider"
|
|
11930
|
-
},
|
|
11935
|
+
}, p4 = {
|
|
11931
11936
|
key: 1,
|
|
11932
11937
|
class: "ao-list-kanban__footer"
|
|
11933
|
-
},
|
|
11938
|
+
}, v4 = /* @__PURE__ */ Y({
|
|
11934
11939
|
__name: "AoListKanban",
|
|
11935
11940
|
props: {
|
|
11936
11941
|
list: {},
|
|
@@ -11948,7 +11953,7 @@ const oh = {
|
|
|
11948
11953
|
emits: ["add", "update:list", "change:list", "loadMore", "selectActivity", "archiveActivity", "unarchiveActivity", "updateActivity"],
|
|
11949
11954
|
setup(t, { emit: e }) {
|
|
11950
11955
|
const a = t, s = te(!1), n = te(null);
|
|
11951
|
-
|
|
11956
|
+
i4(n, ([{ isIntersecting: u }]) => {
|
|
11952
11957
|
s.value = u;
|
|
11953
11958
|
}), pe(s, (u) => {
|
|
11954
11959
|
u && a.hasMore && !a.isLoading && e("loadMore");
|
|
@@ -11973,12 +11978,12 @@ const oh = {
|
|
|
11973
11978
|
)
|
|
11974
11979
|
});
|
|
11975
11980
|
}, c = te(!1);
|
|
11976
|
-
return (u, d) => (p(), m("div",
|
|
11981
|
+
return (u, d) => (p(), m("div", o4, [
|
|
11977
11982
|
u.title || u.$slots.header ? ae(u.$slots, "header", { key: 0 }, () => {
|
|
11978
11983
|
var h;
|
|
11979
11984
|
return [
|
|
11980
|
-
f("div",
|
|
11981
|
-
u.title ? (p(), D(
|
|
11985
|
+
f("div", r4, [
|
|
11986
|
+
u.title ? (p(), D(Kh, {
|
|
11982
11987
|
key: 0,
|
|
11983
11988
|
title: u.title,
|
|
11984
11989
|
level: 3,
|
|
@@ -12064,20 +12069,20 @@ const oh = {
|
|
|
12064
12069
|
];
|
|
12065
12070
|
}),
|
|
12066
12071
|
footer: Z(() => [
|
|
12067
|
-
u.isLoading ? (p(), m("div",
|
|
12072
|
+
u.isLoading ? (p(), m("div", l4, [
|
|
12068
12073
|
M(de, { name: "Loading" })
|
|
12069
12074
|
])) : u.hasMore ? (p(), m("div", {
|
|
12070
12075
|
key: 2,
|
|
12071
12076
|
ref_key: "scrollEnd",
|
|
12072
12077
|
ref: n,
|
|
12073
12078
|
class: "ao-list-kanban__end"
|
|
12074
|
-
}, null, 512)) : (p(), m("div",
|
|
12075
|
-
u.noMoreLabel ? (p(), m("span",
|
|
12079
|
+
}, null, 512)) : (p(), m("div", u4, [
|
|
12080
|
+
u.noMoreLabel ? (p(), m("span", c4, x(u.noMoreLabel), 1)) : u.isEditable ? (p(), m("span", d4)) : O("", !0)
|
|
12076
12081
|
]))
|
|
12077
12082
|
]),
|
|
12078
12083
|
_: 1
|
|
12079
12084
|
}, 16, ["class", "list", "disabled"]),
|
|
12080
|
-
u.$slots.footer || u.footerLabel ? (p(), m("div",
|
|
12085
|
+
u.$slots.footer || u.footerLabel ? (p(), m("div", p4, [
|
|
12081
12086
|
ae(u.$slots, "footer", {}, () => [
|
|
12082
12087
|
u.isEditable ? (p(), D(Ct, {
|
|
12083
12088
|
key: 0,
|
|
@@ -12090,7 +12095,7 @@ const oh = {
|
|
|
12090
12095
|
]));
|
|
12091
12096
|
}
|
|
12092
12097
|
});
|
|
12093
|
-
const
|
|
12098
|
+
const f4 = { class: "ao-field ao-search-field" }, h4 = ["value", "placeholder", "onKeypress"], m4 = /* @__PURE__ */ Y({
|
|
12094
12099
|
__name: "AoSearchField",
|
|
12095
12100
|
props: {
|
|
12096
12101
|
modelValue: {},
|
|
@@ -12102,10 +12107,10 @@ const fh = { class: "ao-field ao-search-field" }, hh = ["value", "placeholder",
|
|
|
12102
12107
|
const a = t, s = async (i) => {
|
|
12103
12108
|
const l = i.target.value;
|
|
12104
12109
|
e("update:modelValue", l, i);
|
|
12105
|
-
}, n =
|
|
12110
|
+
}, n = t4(s, a.delay), o = (i) => {
|
|
12106
12111
|
e("clear", i);
|
|
12107
12112
|
};
|
|
12108
|
-
return (i, r) => (p(), m("div",
|
|
12113
|
+
return (i, r) => (p(), m("div", f4, [
|
|
12109
12114
|
f("input", {
|
|
12110
12115
|
value: i.modelValue,
|
|
12111
12116
|
type: "text",
|
|
@@ -12114,7 +12119,7 @@ const fh = { class: "ao-field ao-search-field" }, hh = ["value", "placeholder",
|
|
|
12114
12119
|
onInput: r[0] || (r[0] = //@ts-ignore
|
|
12115
12120
|
(...l) => ee(n) && ee(n)(...l)),
|
|
12116
12121
|
onKeypress: dt(s, ["enter"])
|
|
12117
|
-
}, null, 40,
|
|
12122
|
+
}, null, 40, h4),
|
|
12118
12123
|
M(de, {
|
|
12119
12124
|
name: "SearchRounded",
|
|
12120
12125
|
class: J(`ao-search-field__icon ao-search-field__action ${i.modelValue ? "" : "ao-search-field__action--visible"}`)
|
|
@@ -12130,7 +12135,7 @@ const fh = { class: "ao-field ao-search-field" }, hh = ["value", "placeholder",
|
|
|
12130
12135
|
]));
|
|
12131
12136
|
}
|
|
12132
12137
|
});
|
|
12133
|
-
const
|
|
12138
|
+
const C4 = { class: "ao-feed" }, g4 = { class: "ao-feed__filters" }, _4 = { class: "ao-feed__body" }, y4 = /* @__PURE__ */ Y({
|
|
12134
12139
|
__name: "AoFeed",
|
|
12135
12140
|
props: {
|
|
12136
12141
|
activities: {},
|
|
@@ -12241,10 +12246,10 @@ const Ch = { class: "ao-feed" }, gh = { class: "ao-feed__filters" }, _h = { clas
|
|
|
12241
12246
|
};
|
|
12242
12247
|
return (T, w) => {
|
|
12243
12248
|
var j;
|
|
12244
|
-
return p(), m("div",
|
|
12249
|
+
return p(), m("div", C4, [
|
|
12245
12250
|
M(Ga, null, {
|
|
12246
12251
|
primary: Z(() => [
|
|
12247
|
-
f("div",
|
|
12252
|
+
f("div", g4, [
|
|
12248
12253
|
a.project ? (p(), D(di, {
|
|
12249
12254
|
key: 0,
|
|
12250
12255
|
"is-left": !1,
|
|
@@ -12254,7 +12259,7 @@ const Ch = { class: "ao-feed" }, gh = { class: "ao-feed__filters" }, _h = { clas
|
|
|
12254
12259
|
V && T.$router.push({ name: ee(Fe).project });
|
|
12255
12260
|
})
|
|
12256
12261
|
}, null, 8, ["right-label", "left-label"])) : O("", !0),
|
|
12257
|
-
M(
|
|
12262
|
+
M(m4, {
|
|
12258
12263
|
"model-value": T.searchText,
|
|
12259
12264
|
placeholder: T.$t("feed.search.placeholder"),
|
|
12260
12265
|
class: "ao-feed__search",
|
|
@@ -12347,8 +12352,8 @@ const Ch = { class: "ao-feed" }, gh = { class: "ao-feed__filters" }, _h = { clas
|
|
|
12347
12352
|
]),
|
|
12348
12353
|
_: 1
|
|
12349
12354
|
}),
|
|
12350
|
-
f("div",
|
|
12351
|
-
(p(!0), m(fe, null, _e(T.statuses, (V) => (p(), D(
|
|
12355
|
+
f("div", _4, [
|
|
12356
|
+
(p(!0), m(fe, null, _e(T.statuses, (V) => (p(), D(v4, {
|
|
12352
12357
|
key: V.id,
|
|
12353
12358
|
status: V,
|
|
12354
12359
|
list: r.value[V.id],
|
|
@@ -12406,7 +12411,7 @@ const Dt = {
|
|
|
12406
12411
|
TEMPLATES: "templates",
|
|
12407
12412
|
TEMPLATE_DETAILS: "template_details",
|
|
12408
12413
|
TEMPLATES_LIST: "templates_list"
|
|
12409
|
-
},
|
|
12414
|
+
}, B4 = (t, e = {}) => [
|
|
12410
12415
|
{
|
|
12411
12416
|
path: t,
|
|
12412
12417
|
name: Dt.TEMPLATES,
|
|
@@ -12416,7 +12421,7 @@ const Dt = {
|
|
|
12416
12421
|
{
|
|
12417
12422
|
path: "",
|
|
12418
12423
|
name: Dt.TEMPLATES_LIST,
|
|
12419
|
-
component:
|
|
12424
|
+
component: w4
|
|
12420
12425
|
},
|
|
12421
12426
|
{
|
|
12422
12427
|
path: ":templateId/:phaseId?/:milestoneId?/:activityId?",
|
|
@@ -12431,7 +12436,7 @@ const Dt = {
|
|
|
12431
12436
|
feed: "AoProjectFeed",
|
|
12432
12437
|
milestone: "AoMilestone",
|
|
12433
12438
|
activity: "AoActivity"
|
|
12434
|
-
},
|
|
12439
|
+
}, R4 = (t, e = {}) => [
|
|
12435
12440
|
{
|
|
12436
12441
|
path: t,
|
|
12437
12442
|
...e,
|
|
@@ -12455,7 +12460,7 @@ const Dt = {
|
|
|
12455
12460
|
props: { default: !0, modal: !0 },
|
|
12456
12461
|
components: {
|
|
12457
12462
|
default: Tn,
|
|
12458
|
-
modal:
|
|
12463
|
+
modal: xh
|
|
12459
12464
|
}
|
|
12460
12465
|
}
|
|
12461
12466
|
]
|
|
@@ -12463,12 +12468,12 @@ const Dt = {
|
|
|
12463
12468
|
{
|
|
12464
12469
|
path: "feed",
|
|
12465
12470
|
name: Fe.feed,
|
|
12466
|
-
component:
|
|
12471
|
+
component: y4,
|
|
12467
12472
|
props: !0
|
|
12468
12473
|
}
|
|
12469
12474
|
]
|
|
12470
12475
|
}
|
|
12471
|
-
],
|
|
12476
|
+
], b4 = { class: "ao-templates" }, w4 = /* @__PURE__ */ Y({
|
|
12472
12477
|
__name: "AoTemplatesList",
|
|
12473
12478
|
props: {
|
|
12474
12479
|
templates: {}
|
|
@@ -12517,7 +12522,7 @@ const Dt = {
|
|
|
12517
12522
|
});
|
|
12518
12523
|
}
|
|
12519
12524
|
};
|
|
12520
|
-
return (l, c) => (p(), m("div",
|
|
12525
|
+
return (l, c) => (p(), m("div", b4, [
|
|
12521
12526
|
M(Ga, null, {
|
|
12522
12527
|
secondary: Z(() => [
|
|
12523
12528
|
M(ue, {
|
|
@@ -12562,7 +12567,7 @@ const Dt = {
|
|
|
12562
12567
|
]));
|
|
12563
12568
|
}
|
|
12564
12569
|
});
|
|
12565
|
-
const $
|
|
12570
|
+
const $4 = { class: "ao-field__label" }, k4 = /* @__PURE__ */ Y({
|
|
12566
12571
|
__name: "AoField",
|
|
12567
12572
|
props: {
|
|
12568
12573
|
label: {},
|
|
@@ -12572,11 +12577,11 @@ const $h = { class: "ao-field__label" }, kh = /* @__PURE__ */ Y({
|
|
|
12572
12577
|
return (e, a) => (p(), m("label", {
|
|
12573
12578
|
class: J(["ao-field", { "ao-field--multiselect": e.isMultiselect }])
|
|
12574
12579
|
}, [
|
|
12575
|
-
f("span", $
|
|
12580
|
+
f("span", $4, x(e.label), 1),
|
|
12576
12581
|
ae(e.$slots, "default")
|
|
12577
12582
|
], 2));
|
|
12578
12583
|
}
|
|
12579
|
-
}),
|
|
12584
|
+
}), S4 = ["type", "value", "disabled", "readonly"], N4 = /* @__PURE__ */ Y({
|
|
12580
12585
|
__name: "AoInputField",
|
|
12581
12586
|
props: {
|
|
12582
12587
|
label: { default: "" },
|
|
@@ -12593,7 +12598,7 @@ const $h = { class: "ao-field__label" }, kh = /* @__PURE__ */ Y({
|
|
|
12593
12598
|
), n = (o) => {
|
|
12594
12599
|
a.modelModifiers.number && (o = Number(o)), e("update:modelValue", o);
|
|
12595
12600
|
};
|
|
12596
|
-
return (o, i) => (p(), D(
|
|
12601
|
+
return (o, i) => (p(), D(k4, { label: o.label }, {
|
|
12597
12602
|
default: Z(() => [
|
|
12598
12603
|
f("input", Pe({
|
|
12599
12604
|
class: "ao-field__input",
|
|
@@ -12603,12 +12608,12 @@ const $h = { class: "ao-field__label" }, kh = /* @__PURE__ */ Y({
|
|
|
12603
12608
|
readonly: o.isReadonly
|
|
12604
12609
|
}, {
|
|
12605
12610
|
[Ni(s.value)]: i[0] || (i[0] = (r) => n(r.target.value))
|
|
12606
|
-
}), null, 16,
|
|
12611
|
+
}), null, 16, S4)
|
|
12607
12612
|
]),
|
|
12608
12613
|
_: 1
|
|
12609
12614
|
}, 8, ["label"]));
|
|
12610
12615
|
}
|
|
12611
|
-
}),
|
|
12616
|
+
}), A4 = { class: "ao-field" }, M4 = { class: "ao-field__label" }, T4 = ["checked", "disabled"], j4 = /* @__PURE__ */ Y({
|
|
12612
12617
|
__name: "AoCheckboxField",
|
|
12613
12618
|
props: {
|
|
12614
12619
|
label: { default: "" },
|
|
@@ -12618,8 +12623,8 @@ const $h = { class: "ao-field__label" }, kh = /* @__PURE__ */ Y({
|
|
|
12618
12623
|
},
|
|
12619
12624
|
emits: ["update:modelValue"],
|
|
12620
12625
|
setup(t) {
|
|
12621
|
-
return (e, a) => (p(), m("label",
|
|
12622
|
-
f("span",
|
|
12626
|
+
return (e, a) => (p(), m("label", A4, [
|
|
12627
|
+
f("span", M4, x(e.label), 1),
|
|
12623
12628
|
f("input", {
|
|
12624
12629
|
class: "ao-field__input",
|
|
12625
12630
|
type: "checkbox",
|
|
@@ -12632,29 +12637,29 @@ const $h = { class: "ao-field__label" }, kh = /* @__PURE__ */ Y({
|
|
|
12632
12637
|
((n = s.target) == null ? void 0 : n.checked) ?? !1
|
|
12633
12638
|
);
|
|
12634
12639
|
})
|
|
12635
|
-
}, null, 40,
|
|
12640
|
+
}, null, 40, T4)
|
|
12636
12641
|
]));
|
|
12637
12642
|
}
|
|
12638
12643
|
});
|
|
12639
12644
|
export {
|
|
12640
12645
|
et as AoAvatar,
|
|
12641
12646
|
pi as AoCardFeed,
|
|
12642
|
-
|
|
12643
|
-
|
|
12644
|
-
|
|
12645
|
-
|
|
12647
|
+
j4 as AoCheckboxField,
|
|
12648
|
+
y4 as AoFeed,
|
|
12649
|
+
k4 as AoField,
|
|
12650
|
+
N4 as AoInputField,
|
|
12646
12651
|
ke as AoMultiselect,
|
|
12647
12652
|
g9 as AoProjectPhases,
|
|
12648
12653
|
If as AoTemplateDetails,
|
|
12649
|
-
|
|
12650
|
-
|
|
12654
|
+
P4 as AoTemplates,
|
|
12655
|
+
w4 as AoTemplatesList,
|
|
12651
12656
|
W2 as TemplateItemTypeEnum,
|
|
12652
|
-
|
|
12653
|
-
|
|
12657
|
+
D4 as activityFeedStatus,
|
|
12658
|
+
H4 as durationTypes,
|
|
12654
12659
|
Pt as feedFilterTypes,
|
|
12655
|
-
|
|
12656
|
-
|
|
12657
|
-
|
|
12660
|
+
R4 as getProjectOverviewRoutes,
|
|
12661
|
+
B4 as getTemplateRoutes,
|
|
12662
|
+
V4 as listUpdateTypes,
|
|
12658
12663
|
gs as milestoneStatus,
|
|
12659
12664
|
Fe as projectOverviewRoutes,
|
|
12660
12665
|
U2 as ruleComparators,
|