@26lights/orcha 0.9.20 → 0.9.21

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
@@ -7153,7 +7153,8 @@ const O5 = {
7153
7153
  value: y.id
7154
7154
  }))), c = b({
7155
7155
  get() {
7156
- return t.activity.dependingOn;
7156
+ var y;
7157
+ return (y = t.activity.dependingOn) == null ? void 0 : y.map((S) => S.id);
7157
7158
  },
7158
7159
  set(y) {
7159
7160
  y && e("update:activity", {
@@ -7165,11 +7166,12 @@ const O5 = {
7165
7166
  var S;
7166
7167
  return {
7167
7168
  ...y,
7168
- disabled: (S = t.activity.blocking) == null ? void 0 : S.some((D) => D === y.value)
7169
+ disabled: (S = t.activity.blocking) == null ? void 0 : S.some((D) => D.id === y.value)
7169
7170
  };
7170
7171
  })), f = b({
7171
7172
  get() {
7172
- return t.activity.blocking;
7173
+ var y;
7174
+ return (y = t.activity.blocking) == null ? void 0 : y.map((S) => S.id);
7173
7175
  },
7174
7176
  set(y) {
7175
7177
  y && e("update:activity", {
@@ -7181,7 +7183,7 @@ const O5 = {
7181
7183
  var S;
7182
7184
  return {
7183
7185
  ...y,
7184
- disabled: (S = t.activity.dependingOn) == null ? void 0 : S.some((D) => D === y.value)
7186
+ disabled: (S = t.activity.dependingOn) == null ? void 0 : S.some((D) => D.id === y.value)
7185
7187
  };
7186
7188
  })), p = b(() => (t.templateMilestones || []).filter((S) => S.id !== t.milestoneId).map((S) => ({
7187
7189
  label: S.name,