@26lights/orcha 0.41.70 → 0.41.72
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
|
@@ -9447,7 +9447,8 @@ const Zf = { class: "ao-card-project-phase__header" }, Wf = { class: "ao-card-pr
|
|
|
9447
9447
|
milestones: {},
|
|
9448
9448
|
isEditable: { type: Boolean },
|
|
9449
9449
|
deadline: {},
|
|
9450
|
-
active: { type: Boolean }
|
|
9450
|
+
active: { type: Boolean },
|
|
9451
|
+
color: {}
|
|
9451
9452
|
},
|
|
9452
9453
|
emits: ["update:title", "update:deadline", "archivePhase", "unarchivePhase"],
|
|
9453
9454
|
setup(t, { emit: e }) {
|
|
@@ -9501,8 +9502,9 @@ const Zf = { class: "ao-card-project-phase__header" }, Wf = { class: "ao-card-pr
|
|
|
9501
9502
|
]),
|
|
9502
9503
|
M(ls, {
|
|
9503
9504
|
percentages: l.value,
|
|
9504
|
-
class: "ao-card-project-phase__progress"
|
|
9505
|
-
|
|
9505
|
+
class: "ao-card-project-phase__progress",
|
|
9506
|
+
color: c.color
|
|
9507
|
+
}, null, 8, ["percentages", "color"]),
|
|
9506
9508
|
c.$slots.secondary ? (p(), C("div", Gf, [
|
|
9507
9509
|
te(c.$slots, "secondary")
|
|
9508
9510
|
])) : O("", !0)
|
|
@@ -10769,8 +10771,9 @@ const jh = { class: "ao-mapping-card-project-phase__header" }, Rh = { class: "ao
|
|
|
10769
10771
|
]),
|
|
10770
10772
|
M(ls, {
|
|
10771
10773
|
percentages: l.value,
|
|
10772
|
-
class: "ao-mapping-card-project-phase__progress"
|
|
10773
|
-
|
|
10774
|
+
class: "ao-mapping-card-project-phase__progress",
|
|
10775
|
+
color: c.value
|
|
10776
|
+
}, null, 8, ["percentages", "color"]),
|
|
10774
10777
|
d.$slots.secondary ? (p(), C("div", zh, [
|
|
10775
10778
|
te(d.$slots, "secondary")
|
|
10776
10779
|
])) : O("", !0)
|
|
@@ -10914,12 +10917,13 @@ const xh = { class: "ao-project-phase" }, Kh = {
|
|
|
10914
10917
|
deadline: h.phase.deadline,
|
|
10915
10918
|
active: h.phase.active,
|
|
10916
10919
|
"is-editable": h.isEditable,
|
|
10920
|
+
color: h.phase.color,
|
|
10917
10921
|
"onUpdate:deadline": o,
|
|
10918
10922
|
"onUpdate:title": n,
|
|
10919
10923
|
onArchivePhase: v,
|
|
10920
10924
|
onUnarchivePhase: m,
|
|
10921
10925
|
onUpdatePhase: i
|
|
10922
|
-
}, null, 8, ["id", "milestones", "name", "deadline", "active", "is-editable"])
|
|
10926
|
+
}, null, 8, ["id", "milestones", "name", "deadline", "active", "is-editable", "color"])
|
|
10923
10927
|
])) : (p(), C("div", Gh, [
|
|
10924
10928
|
M(Qf, {
|
|
10925
10929
|
id: h.phase.id,
|
|
@@ -10928,11 +10932,12 @@ const xh = { class: "ao-project-phase" }, Kh = {
|
|
|
10928
10932
|
deadline: h.phase.deadline,
|
|
10929
10933
|
active: h.phase.active,
|
|
10930
10934
|
"is-editable": h.isEditable,
|
|
10935
|
+
color: h.phase.color,
|
|
10931
10936
|
"onUpdate:deadline": o,
|
|
10932
10937
|
"onUpdate:title": n,
|
|
10933
10938
|
onArchivePhase: v,
|
|
10934
10939
|
onUnarchivePhase: m
|
|
10935
|
-
}, null, 8, ["id", "milestones", "name", "deadline", "active", "is-editable"])
|
|
10940
|
+
}, null, 8, ["id", "milestones", "name", "deadline", "active", "is-editable", "color"])
|
|
10936
10941
|
]))
|
|
10937
10942
|
], 4),
|
|
10938
10943
|
g.value ? O("", !0) : (p(), C("div", Qh, [
|