@26lights/orcha 0.31.4 → 0.31.5
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
|
@@ -8236,7 +8236,8 @@ const Q7 = { class: "ao-card-project-phase__header" }, J7 = { class: "ao-card-pr
|
|
|
8236
8236
|
projectName: {},
|
|
8237
8237
|
name: {},
|
|
8238
8238
|
milestones: {},
|
|
8239
|
-
isEditable: { type: Boolean }
|
|
8239
|
+
isEditable: { type: Boolean },
|
|
8240
|
+
deadline: {}
|
|
8240
8241
|
},
|
|
8241
8242
|
emits: ["update:title", "archivePhase"],
|
|
8242
8243
|
setup(t, { emit: e }) {
|
|
@@ -8276,6 +8277,7 @@ const Q7 = { class: "ao-card-project-phase__header" }, J7 = { class: "ao-card-pr
|
|
|
8276
8277
|
class: "ao-card-project-phase__progress"
|
|
8277
8278
|
}, null, 8, ["percentages"])
|
|
8278
8279
|
], 64)) : T("", !0),
|
|
8280
|
+
v("div", null, q(l.deadline), 1),
|
|
8279
8281
|
l.$slots.secondary ? (f(), h("div", s9, [
|
|
8280
8282
|
X(l.$slots, "secondary")
|
|
8281
8283
|
])) : T("", !0)
|
|
@@ -8435,10 +8437,11 @@ const v9 = { class: "ao-project-phase" }, p9 = {
|
|
|
8435
8437
|
id: u.phase.id,
|
|
8436
8438
|
milestones: o.value,
|
|
8437
8439
|
name: u.phase.name,
|
|
8440
|
+
deadline: u.phase.deadline,
|
|
8438
8441
|
"is-editable": u.isEditable,
|
|
8439
8442
|
"onUpdate:title": s,
|
|
8440
8443
|
onArchivePhase: r
|
|
8441
|
-
}, null, 8, ["id", "milestones", "name", "is-editable"])
|
|
8444
|
+
}, null, 8, ["id", "milestones", "name", "deadline", "is-editable"])
|
|
8442
8445
|
]),
|
|
8443
8446
|
v("div", m9, [
|
|
8444
8447
|
v("div", C9, [
|