@26lights/orcha 0.36.2 → 0.36.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 +4 -4
- package/dist/orcha.umd.js +1 -1
- package/package.json +2 -2
package/dist/orcha.es.js
CHANGED
|
@@ -10126,12 +10126,12 @@ const r8 = { class: "ao-card-feed__header" }, l8 = {
|
|
|
10126
10126
|
p("div", r8, [
|
|
10127
10127
|
n.value ? (v(), N(yn, {
|
|
10128
10128
|
key: 0,
|
|
10129
|
-
label:
|
|
10129
|
+
label: "HELLO",
|
|
10130
10130
|
class: "ao-card-feed__project",
|
|
10131
10131
|
variant: "solid",
|
|
10132
10132
|
color: d.projectColor ? void 0 : "primary",
|
|
10133
10133
|
"raw-color": d.projectColor
|
|
10134
|
-
}, null, 8, ["
|
|
10134
|
+
}, null, 8, ["color", "raw-color"])) : S("", !0),
|
|
10135
10135
|
d.isPrivate || d.important || d.isClosed ? (v(), g("div", l8, [
|
|
10136
10136
|
d.isPrivate ? (v(), N(fe, {
|
|
10137
10137
|
key: 0,
|
|
@@ -10936,7 +10936,7 @@ const uv = { class: "ao-feed" }, dv = { class: "ao-feed__filters" }, cv = { clas
|
|
|
10936
10936
|
setup(t, { emit: e }) {
|
|
10937
10937
|
const a = t, { t: n } = At(), s = Vt(a, "activities"), o = async (T) => {
|
|
10938
10938
|
await e("selectActivity", T);
|
|
10939
|
-
}, i = ae({}), r = ae(!1), u = ae(!1), c = a.project ? "milestone" : "project";
|
|
10939
|
+
}, i = ae({}), r = ae(!1), u = ae(!1), c = k(() => a.project ? "milestone" : "project");
|
|
10940
10940
|
ce(
|
|
10941
10941
|
[() => a.statuses, () => a.activities, () => a.initialActivityId],
|
|
10942
10942
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
@@ -11121,7 +11121,7 @@ const uv = { class: "ao-feed" }, dv = { class: "ao-feed__filters" }, cv = { clas
|
|
|
11121
11121
|
users: T.users,
|
|
11122
11122
|
"user-id": T.userId,
|
|
11123
11123
|
"is-editable": T.isEditable,
|
|
11124
|
-
tagType:
|
|
11124
|
+
tagType: c.value,
|
|
11125
11125
|
onAdd: () => f(h),
|
|
11126
11126
|
onSelectActivity: o,
|
|
11127
11127
|
onArchiveActivity: w,
|