@26lights/orcha 0.41.70 → 0.41.71
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,7 +9502,8 @@ 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
|
+
class: "ao-card-project-phase__progress",
|
|
9506
|
+
color: "color"
|
|
9505
9507
|
}, null, 8, ["percentages"]),
|
|
9506
9508
|
c.$slots.secondary ? (p(), C("div", Gf, [
|
|
9507
9509
|
te(c.$slots, "secondary")
|
|
@@ -10769,7 +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"
|
|
10774
|
+
class: "ao-mapping-card-project-phase__progress",
|
|
10775
|
+
"color?:": "",
|
|
10776
|
+
"string;": ""
|
|
10773
10777
|
}, null, 8, ["percentages"]),
|
|
10774
10778
|
d.$slots.secondary ? (p(), C("div", zh, [
|
|
10775
10779
|
te(d.$slots, "secondary")
|
|
@@ -10914,12 +10918,13 @@ const xh = { class: "ao-project-phase" }, Kh = {
|
|
|
10914
10918
|
deadline: h.phase.deadline,
|
|
10915
10919
|
active: h.phase.active,
|
|
10916
10920
|
"is-editable": h.isEditable,
|
|
10921
|
+
color: h.phase.color,
|
|
10917
10922
|
"onUpdate:deadline": o,
|
|
10918
10923
|
"onUpdate:title": n,
|
|
10919
10924
|
onArchivePhase: v,
|
|
10920
10925
|
onUnarchivePhase: m,
|
|
10921
10926
|
onUpdatePhase: i
|
|
10922
|
-
}, null, 8, ["id", "milestones", "name", "deadline", "active", "is-editable"])
|
|
10927
|
+
}, null, 8, ["id", "milestones", "name", "deadline", "active", "is-editable", "color"])
|
|
10923
10928
|
])) : (p(), C("div", Gh, [
|
|
10924
10929
|
M(Qf, {
|
|
10925
10930
|
id: h.phase.id,
|
|
@@ -10928,11 +10933,12 @@ const xh = { class: "ao-project-phase" }, Kh = {
|
|
|
10928
10933
|
deadline: h.phase.deadline,
|
|
10929
10934
|
active: h.phase.active,
|
|
10930
10935
|
"is-editable": h.isEditable,
|
|
10936
|
+
color: h.phase.color,
|
|
10931
10937
|
"onUpdate:deadline": o,
|
|
10932
10938
|
"onUpdate:title": n,
|
|
10933
10939
|
onArchivePhase: v,
|
|
10934
10940
|
onUnarchivePhase: m
|
|
10935
|
-
}, null, 8, ["id", "milestones", "name", "deadline", "active", "is-editable"])
|
|
10941
|
+
}, null, 8, ["id", "milestones", "name", "deadline", "active", "is-editable", "color"])
|
|
10936
10942
|
]))
|
|
10937
10943
|
], 4),
|
|
10938
10944
|
g.value ? O("", !0) : (p(), C("div", Qh, [
|