@26lights/orcha 0.15.3 → 0.15.4
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.cjs.js +1 -1
- package/dist/orcha.es.js +3 -2
- package/dist/orcha.umd.js +1 -1
- package/dist/src/components/AoActivityDetails.vue.d.ts +2 -0
- package/dist/src/views/AoProjectOverviewActivityDetails.vue.d.ts +2 -0
- package/dist/src/views/AoProjectOverviewProject.vue.d.ts +2 -0
- package/package.json +1 -1
package/dist/orcha.es.js
CHANGED
|
@@ -8115,6 +8115,7 @@ const D7 = {
|
|
|
8115
8115
|
"template-activities": d.value,
|
|
8116
8116
|
"template-milestones": r.value,
|
|
8117
8117
|
"is-template": !0,
|
|
8118
|
+
"is-editable": !0,
|
|
8118
8119
|
users: O.users,
|
|
8119
8120
|
"onUpdate:activity": V[2] || (V[2] = (E) => {
|
|
8120
8121
|
u.value && X(E);
|
|
@@ -9342,8 +9343,8 @@ const v4 = {
|
|
|
9342
9343
|
"item-key": "id",
|
|
9343
9344
|
group: "kanban"
|
|
9344
9345
|
}, r.$attrs, {
|
|
9345
|
-
|
|
9346
|
-
|
|
9346
|
+
disabled: !r.isEditable,
|
|
9347
|
+
onChange: l
|
|
9347
9348
|
}), {
|
|
9348
9349
|
item: j(({ element: u }) => {
|
|
9349
9350
|
var f, p, C, $, M, S, _, g;
|