@26lights/orcha 0.34.32 → 0.35.0

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
@@ -9886,7 +9886,7 @@ const Xn = /* @__PURE__ */ j(t8, [["render", n8], ["__scopeId", "data-v-cbe33527
9886
9886
  isTaskCheckable: { type: Function },
9887
9887
  statuses: {},
9888
9888
  activityTypes: {},
9889
- isEditable: { type: Boolean },
9889
+ isEditable: { type: [Boolean, String] },
9890
9890
  showsArchived: { type: Boolean },
9891
9891
  attachmentEnabled: { type: Boolean }
9892
9892
  },
@@ -9965,7 +9965,7 @@ const Xn = /* @__PURE__ */ j(t8, [["render", n8], ["__scopeId", "data-v-cbe33527
9965
9965
  }, null, 8, ["icon-name", "label", "aria-checked"])
9966
9966
  ]),
9967
9967
  secondary: q(() => [
9968
- O.isEditable ? (v(), R(de, {
9968
+ O.isEditable === !0 ? (v(), R(de, {
9969
9969
  key: 0,
9970
9970
  class: "ao-project-overview__add-template",
9971
9971
  color: "primary",
@@ -9979,7 +9979,7 @@ const Xn = /* @__PURE__ */ j(t8, [["render", n8], ["__scopeId", "data-v-cbe33527
9979
9979
  V(Gf, {
9980
9980
  phases: O.phases,
9981
9981
  "closed-status": O.closedStatus,
9982
- "is-editable": O.isEditable,
9982
+ "is-editable": O.isEditable === !0,
9983
9983
  users: O.users,
9984
9984
  onAddMilestone: l,
9985
9985
  onUpdateMilestone: c,
@@ -9996,7 +9996,7 @@ const Xn = /* @__PURE__ */ j(t8, [["render", n8], ["__scopeId", "data-v-cbe33527
9996
9996
  "project-id": O.project.id,
9997
9997
  "project-name": O.project.name,
9998
9998
  users: O.users,
9999
- "is-editable": O.isEditable,
9999
+ "is-editable": O.isEditable === !0,
10000
10000
  "closed-status": O.closedStatus,
10001
10001
  onClose: Y[3] || (Y[3] = (F) => O.$router.push({ name: X(Ue).project })),
10002
10002
  onUpdateMilestone: c,