@kong-ui-public/entities-plugins 9.98.0 → 9.98.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 +11 -7
- package/dist/entities-plugins.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/FlowEditor.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/FlowPanels.vue.d.ts +5 -1
- package/dist/types/components/free-form/Datakit/flow-editor/FlowPanels.vue.d.ts.map +1 -1
- package/package.json +7 -7
|
@@ -20668,8 +20668,9 @@ const SD = {
|
|
|
20668
20668
|
}), Ud = /* @__PURE__ */ Me(BD, [["__scopeId", "data-v-49983ae7"]]), jD = /* @__PURE__ */ he({
|
|
20669
20669
|
__name: "FlowPanels",
|
|
20670
20670
|
props: {
|
|
20671
|
-
|
|
20672
|
-
mode: {}
|
|
20671
|
+
inactive: { type: Boolean },
|
|
20672
|
+
mode: {},
|
|
20673
|
+
resizable: { type: Boolean }
|
|
20673
20674
|
},
|
|
20674
20675
|
setup(e) {
|
|
20675
20676
|
const t = ae(!1), n = ae(!1), { state: o, clearPendingLayout: i, setPendingFitView: r, commit: a, clear: s } = Ft(), l = af(), u = `${l}-request`, d = `${l}-response`, c = Je(u), f = Je(d);
|
|
@@ -20716,7 +20717,7 @@ const SD = {
|
|
|
20716
20717
|
return Ne(
|
|
20717
20718
|
[t, n, () => o.value.pendingLayout, () => o.value.pendingFitView],
|
|
20718
20719
|
([U, se, ne, fe]) => {
|
|
20719
|
-
!U || !se || !ne && !fe || (ne && i(), fe && r(!1), setTimeout(() => {
|
|
20720
|
+
e.inactive || !U || !se || !ne && !fe || (ne && i(), fe && r(!1), setTimeout(() => {
|
|
20720
20721
|
var ce, _e;
|
|
20721
20722
|
ne && ((ce = y.value) == null || ce.autoLayout(!1), (_e = x.value) == null || _e.autoLayout(!1), a("*"), ne === "clearHistory" && s()), fe && j();
|
|
20722
20723
|
}, 0));
|
|
@@ -20789,7 +20790,7 @@ const SD = {
|
|
|
20789
20790
|
], 6)
|
|
20790
20791
|
], 512));
|
|
20791
20792
|
}
|
|
20792
|
-
}), pu = /* @__PURE__ */ Me(jD, [["__scopeId", "data-v-
|
|
20793
|
+
}), pu = /* @__PURE__ */ Me(jD, [["__scopeId", "data-v-57dcdcfa"]]), qD = { class: "dk-confirm-modal-body" }, VD = { class: "dk-confirm-modal-connections" }, zD = /* @__PURE__ */ he({
|
|
20793
20794
|
__name: "ConflictModal",
|
|
20794
20795
|
props: {
|
|
20795
20796
|
title: {},
|
|
@@ -22990,11 +22991,14 @@ const zL = /* @__PURE__ */ he({
|
|
|
22990
22991
|
});
|
|
22991
22992
|
return Ne(a, () => {
|
|
22992
22993
|
s(!0);
|
|
22993
|
-
}), (d, c) => {
|
|
22994
|
+
}, { flush: "post" }), (d, c) => {
|
|
22994
22995
|
const f = we("KButton");
|
|
22995
22996
|
return k(), te("div", fK, [
|
|
22996
22997
|
H("div", pK, [
|
|
22997
|
-
N(pu, {
|
|
22998
|
+
N(pu, {
|
|
22999
|
+
inactive: p(a),
|
|
23000
|
+
mode: "preview"
|
|
23001
|
+
}, null, 8, ["inactive"]),
|
|
22998
23002
|
H("div", mK, [
|
|
22999
23003
|
N(f, {
|
|
23000
23004
|
appearance: "secondary",
|
|
@@ -23016,7 +23020,7 @@ const zL = /* @__PURE__ */ he({
|
|
|
23016
23020
|
]);
|
|
23017
23021
|
};
|
|
23018
23022
|
}
|
|
23019
|
-
}), hK = /* @__PURE__ */ Me(gK, [["__scopeId", "data-v-
|
|
23023
|
+
}), hK = /* @__PURE__ */ Me(gK, [["__scopeId", "data-v-5d1ed3e7"]]);
|
|
23020
23024
|
function vK(e, t) {
|
|
23021
23025
|
const n = [], o = (i, r) => {
|
|
23022
23026
|
typeof r == "string" && n.push({
|