@26lights/orcha 0.34.27 → 0.34.28
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 +2 -2
- package/dist/orcha.umd.js +1 -1
- package/package.json +2 -2
package/dist/orcha.es.js
CHANGED
|
@@ -10793,7 +10793,7 @@ const Q8 = {
|
|
|
10793
10793
|
rules: ((h = c.rules) == null ? void 0 : h.length) || 0,
|
|
10794
10794
|
tasks: c.tasks,
|
|
10795
10795
|
description: c.description,
|
|
10796
|
-
draggable: (M = c.name)
|
|
10796
|
+
"data-draggable": (M = c.name) == null ? void 0 : M.startsWith("yo"),
|
|
10797
10797
|
important: c.important,
|
|
10798
10798
|
type: c.type,
|
|
10799
10799
|
comments: (w = c.comments) == null ? void 0 : w.length,
|
|
@@ -10834,7 +10834,7 @@ const Q8 = {
|
|
|
10834
10834
|
}, null, 8, ["label", "onClick"])) : A("", !0)
|
|
10835
10835
|
]),
|
|
10836
10836
|
_: 2
|
|
10837
|
-
}, 1032, ["id", "name", "project-name", "project-color", "phase-name", "milestone-name", "deadline", "rules", "tasks", "description", "draggable", "important", "type", "comments", "attachments", "users", "assignee", "is-editable", "is-private", "onClick", "onRemoveAssignee"])
|
|
10837
|
+
}, 1032, ["id", "name", "project-name", "project-color", "phase-name", "milestone-name", "deadline", "rules", "tasks", "description", "data-draggable", "important", "type", "comments", "attachments", "users", "assignee", "is-editable", "is-private", "onClick", "onRemoveAssignee"])
|
|
10838
10838
|
];
|
|
10839
10839
|
}),
|
|
10840
10840
|
footer: q(() => [
|