@kestra-io/ui-libs 0.0.279 → 0.0.280
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/{VueFlowUtils-DKyfR_Hf.cjs → VueFlowUtils-CAqlzP8f.cjs} +2 -2
- package/dist/{VueFlowUtils-DKyfR_Hf.cjs.map → VueFlowUtils-CAqlzP8f.cjs.map} +1 -1
- package/dist/{VueFlowUtils-BhrHtdOT.js → VueFlowUtils-DxJGfMCz.js} +2 -2
- package/dist/{VueFlowUtils-BhrHtdOT.js.map → VueFlowUtils-DxJGfMCz.js.map} +1 -1
- package/dist/kestra-index.cjs.js +1 -1
- package/dist/kestra-index.es.js +2 -2
- package/dist/kestra-vueflowutils.cjs.js +1 -1
- package/dist/kestra-vueflowutils.es.js +1 -1
- package/dist/utils/VueFlowUtils.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/utils/VueFlowUtils.ts +0 -1
|
@@ -4136,7 +4136,7 @@ function le(e) {
|
|
|
4136
4136
|
return Ei(e) || Te(e) || Bo(e) ? Z.TASK_WIDTH : ne(e) ? Z.COLLAPSED_CLUSTER_WIDTH : Z.DOT_WIDTH;
|
|
4137
4137
|
}
|
|
4138
4138
|
function ve(e) {
|
|
4139
|
-
return
|
|
4139
|
+
return Ei(e) || Te(e) ? Z.TASK_HEIGHT : ne(e) ? Z.COLLAPSED_CLUSTER_HEIGHT : Z.DOT_HEIGHT;
|
|
4140
4140
|
}
|
|
4141
4141
|
function Ei(e) {
|
|
4142
4142
|
return ["GraphTask", "SubflowGraphTask$1"].some((a) => e.type.endsWith(a));
|
|
@@ -4500,4 +4500,4 @@ export {
|
|
|
4500
4500
|
Vo as y,
|
|
4501
4501
|
Qt as z
|
|
4502
4502
|
};
|
|
4503
|
-
//# sourceMappingURL=VueFlowUtils-
|
|
4503
|
+
//# sourceMappingURL=VueFlowUtils-DxJGfMCz.js.map
|