@26lights/orcha 0.27.0 → 0.27.1
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
|
@@ -8672,6 +8672,7 @@ const Ra = /* @__PURE__ */ B(O9, [["render", V9], ["__scopeId", "data-v-c0ae9237
|
|
|
8672
8672
|
templates: {},
|
|
8673
8673
|
isTaskCheckable: { type: Function },
|
|
8674
8674
|
statuses: {},
|
|
8675
|
+
activityTypes: {},
|
|
8675
8676
|
isEditable: { type: Boolean }
|
|
8676
8677
|
},
|
|
8677
8678
|
emits: ["addPhase", "updatePhase", "archivePhase", "addMilestone", "updateMilestone", "archiveMilestone", "addActivity", "update:activity", "archiveActivity", "addSubtask", "updateSubtask", "deleteSubtask", "addFiles", "removeFile", "addComment", "updateComment", "removeComment", "applyTemplate"],
|
|
@@ -8775,6 +8776,7 @@ const Ra = /* @__PURE__ */ B(O9, [["render", V9], ["__scopeId", "data-v-c0ae9237
|
|
|
8775
8776
|
activities: $.value,
|
|
8776
8777
|
"is-task-checkable": I.isTaskCheckable,
|
|
8777
8778
|
statuses: I.statuses,
|
|
8779
|
+
"activity-types": I.activityTypes,
|
|
8778
8780
|
phases: I.phases,
|
|
8779
8781
|
users: I.users,
|
|
8780
8782
|
"user-id": I.userId,
|
|
@@ -8798,7 +8800,7 @@ const Ra = /* @__PURE__ */ B(O9, [["render", V9], ["__scopeId", "data-v-c0ae9237
|
|
|
8798
8800
|
}, 1024))
|
|
8799
8801
|
]),
|
|
8800
8802
|
_: 3
|
|
8801
|
-
}, 8, ["activities", "is-task-checkable", "statuses", "phases", "users", "user-id", "is-editable"])
|
|
8803
|
+
}, 8, ["activities", "is-task-checkable", "statuses", "activity-types", "phases", "users", "user-id", "is-editable"])
|
|
8802
8804
|
]))
|
|
8803
8805
|
], 16),
|
|
8804
8806
|
(c(), N(It, { to: "body" }, [
|