@kong-ui-public/entities-plugins 9.81.0 → 9.81.1
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/entities-plugins.es.js +7 -3
- package/dist/entities-plugins.umd.js +4 -4
- package/dist/style.css +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node/FlowNode.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/OutputValueField.vue.d.ts.map +1 -1
- package/package.json +7 -7
|
@@ -20064,7 +20064,11 @@ const [HR, GR] = tf(
|
|
|
20064
20064
|
x || r(e.data.id, "input", !0, !1);
|
|
20065
20065
|
}, { immediate: !0 }), Ne(l, (x) => {
|
|
20066
20066
|
x || r(e.data.id, "output", !0, !1);
|
|
20067
|
-
}, { immediate: !0 }), (
|
|
20067
|
+
}, { immediate: !0 }), Ne(() => e.data.fields.input, (x) => {
|
|
20068
|
+
r(e.data.id, "input", x.length > 0, !1);
|
|
20069
|
+
}, { deep: !0 }), Ne(() => e.data.fields.output, (x) => {
|
|
20070
|
+
r(e.data.id, "output", x.length > 0, !1);
|
|
20071
|
+
}, { deep: !0 }), (x, C) => (w(), Q("div", {
|
|
20068
20072
|
class: Ye(["flow-node", {
|
|
20069
20073
|
reversed: h.value,
|
|
20070
20074
|
implicit: m.value
|
|
@@ -20215,7 +20219,7 @@ const [HR, GR] = tf(
|
|
|
20215
20219
|
], 2)
|
|
20216
20220
|
], 2));
|
|
20217
20221
|
}
|
|
20218
|
-
}), Rg = /* @__PURE__ */ Me(uD, [["__scopeId", "data-v-
|
|
20222
|
+
}), Rg = /* @__PURE__ */ Me(uD, [["__scopeId", "data-v-7f696049"]]), cD = /* @__PURE__ */ he({
|
|
20219
20223
|
__name: "FlowCanvas",
|
|
20220
20224
|
props: {
|
|
20221
20225
|
flowId: {},
|
|
@@ -21969,7 +21973,7 @@ const Go = /* @__PURE__ */ he({
|
|
|
21969
21973
|
], 512));
|
|
21970
21974
|
};
|
|
21971
21975
|
}
|
|
21972
|
-
}), lL = /* @__PURE__ */ Me(sL, [["__scopeId", "data-v-
|
|
21976
|
+
}), lL = /* @__PURE__ */ Me(sL, [["__scopeId", "data-v-5e17f8cb"]]);
|
|
21973
21977
|
function uL(e) {
|
|
21974
21978
|
const t = {};
|
|
21975
21979
|
for (const [n, i] of Object.entries(e))
|