@kong-ui-public/entities-plugins 9.137.0 → 9.137.2
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 +39 -40
- package/dist/entities-plugins.umd.js +2 -2
- package/dist/style.css +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/composables/validation/useFormValidation.d.ts +5 -5
- package/dist/types/components/free-form/Datakit/flow-editor/composables/validation/useFormValidation.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/composables.d.ts +1 -0
- package/dist/types/components/free-form/shared/composables.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/layout/StandardLayout.vue.d.ts.map +1 -1
- package/package.json +7 -7
|
@@ -8449,7 +8449,7 @@ const JC = {
|
|
|
8449
8449
|
}, 1032, ["config", "data", "render-rules", "schema"]);
|
|
8450
8450
|
};
|
|
8451
8451
|
}
|
|
8452
|
-
}), lm = /* @__PURE__ */ je(px, [["__scopeId", "data-v-
|
|
8452
|
+
}), lm = /* @__PURE__ */ je(px, [["__scopeId", "data-v-ae2d8e84"]]);
|
|
8453
8453
|
/*! js-yaml 4.1.1 https://github.com/nodeca/js-yaml @license MIT */
|
|
8454
8454
|
function um(e) {
|
|
8455
8455
|
return typeof e > "u" || e === null;
|
|
@@ -24602,24 +24602,23 @@ function $r(e) {
|
|
|
24602
24602
|
return m;
|
|
24603
24603
|
}
|
|
24604
24604
|
function d(c, f) {
|
|
24605
|
-
|
|
24606
|
-
|
|
24607
|
-
|
|
24608
|
-
|
|
24609
|
-
|
|
24610
|
-
|
|
24611
|
-
|
|
24612
|
-
g && g.handleChange(m[c]), f == null || f();
|
|
24613
|
-
},
|
|
24614
|
-
error: M(() => {
|
|
24615
|
-
const m = s.value[c];
|
|
24616
|
-
return m ? !m.isValid.value : !1;
|
|
24617
|
-
}),
|
|
24618
|
-
errorMessage: M(() => {
|
|
24619
|
-
const m = s.value[c];
|
|
24620
|
-
return m ? m.error.value ?? "" : "";
|
|
24621
|
-
})
|
|
24605
|
+
const m = () => {
|
|
24606
|
+
const y = n(), v = s.value[c];
|
|
24607
|
+
v && v.handleBlur(y[c]);
|
|
24608
|
+
}, g = () => {
|
|
24609
|
+
f == null || f();
|
|
24610
|
+
const y = n(), v = s.value[c];
|
|
24611
|
+
v && v.handleChange(y[c]);
|
|
24622
24612
|
};
|
|
24613
|
+
return M(() => {
|
|
24614
|
+
const y = s.value[c];
|
|
24615
|
+
return {
|
|
24616
|
+
validate: m,
|
|
24617
|
+
update: g,
|
|
24618
|
+
error: y ? !y.isValid.value : !1,
|
|
24619
|
+
errorMessage: y ? y.error.value ?? "" : ""
|
|
24620
|
+
};
|
|
24621
|
+
});
|
|
24623
24622
|
}
|
|
24624
24623
|
return Vt(() => {
|
|
24625
24624
|
i.value ? i.value = !1 : u();
|
|
@@ -24920,22 +24919,22 @@ const Zo = /* @__PURE__ */ be({
|
|
|
24920
24919
|
_: 1
|
|
24921
24920
|
}),
|
|
24922
24921
|
I(_i, {
|
|
24923
|
-
error: p(y).error
|
|
24924
|
-
"error-message": p(y).errorMessage
|
|
24922
|
+
error: p(y).error,
|
|
24923
|
+
"error-message": p(y).errorMessage,
|
|
24925
24924
|
name: "url",
|
|
24926
|
-
onBlur: p(y).
|
|
24927
|
-
"onUpdate:modelValue": p(y).
|
|
24925
|
+
onBlur: p(y).validate,
|
|
24926
|
+
"onUpdate:modelValue": p(y).update
|
|
24928
24927
|
}, null, 8, ["error", "error-message", "onBlur", "onUpdate:modelValue"]),
|
|
24929
24928
|
I(DV, {
|
|
24930
24929
|
name: "method",
|
|
24931
24930
|
onUpdate: w[0] || (w[0] = (C) => p(a)())
|
|
24932
24931
|
}),
|
|
24933
24932
|
I(Lo, {
|
|
24934
|
-
error: p(v).error
|
|
24935
|
-
"error-message": p(v).errorMessage
|
|
24933
|
+
error: p(v).error,
|
|
24934
|
+
"error-message": p(v).errorMessage,
|
|
24936
24935
|
name: "timeout",
|
|
24937
|
-
onBlur: p(v).
|
|
24938
|
-
"onUpdate:modelValue": p(v).
|
|
24936
|
+
onBlur: p(v).validate,
|
|
24937
|
+
"onUpdate:modelValue": p(v).update
|
|
24939
24938
|
}, null, 8, ["error", "error-message", "onBlur", "onUpdate:modelValue"]),
|
|
24940
24939
|
I(_i, {
|
|
24941
24940
|
name: "ssl_server_name",
|
|
@@ -25082,15 +25081,15 @@ const Zo = /* @__PURE__ */ be({
|
|
|
25082
25081
|
}),
|
|
25083
25082
|
I(_i, {
|
|
25084
25083
|
autosize: "",
|
|
25085
|
-
error: p(S).error
|
|
25086
|
-
"error-message": p(S).errorMessage
|
|
25084
|
+
error: p(S).error,
|
|
25085
|
+
"error-message": p(S).errorMessage,
|
|
25087
25086
|
label: p(E),
|
|
25088
25087
|
"label-attributes": {},
|
|
25089
25088
|
multiline: "",
|
|
25090
25089
|
name: "jq",
|
|
25091
25090
|
resizable: "",
|
|
25092
|
-
onBlur: p(S).
|
|
25093
|
-
"onUpdate:modelValue": p(S).
|
|
25091
|
+
onBlur: p(S).validate,
|
|
25092
|
+
"onUpdate:modelValue": p(S).update
|
|
25094
25093
|
}, {
|
|
25095
25094
|
help: F(() => [
|
|
25096
25095
|
I(p(n), { keypath: "plugins.free-form.datakit.flow_editor.node_properties.jq.help" }, {
|
|
@@ -25621,11 +25620,11 @@ const dB = /* @__PURE__ */ be({
|
|
|
25621
25620
|
onUpdate: p(i)
|
|
25622
25621
|
}, null, 8, ["name", "validate", "onUpdate"]),
|
|
25623
25622
|
I(Lo, {
|
|
25624
|
-
error: p(g).error
|
|
25625
|
-
"error-message": p(g).errorMessage
|
|
25623
|
+
error: p(g).error,
|
|
25624
|
+
"error-message": p(g).errorMessage,
|
|
25626
25625
|
name: "status",
|
|
25627
|
-
onBlur: p(g).
|
|
25628
|
-
"onUpdate:modelValue": p(g).
|
|
25626
|
+
onBlur: p(g).validate,
|
|
25627
|
+
"onUpdate:modelValue": p(g).update
|
|
25629
25628
|
}, null, 8, ["error", "error-message", "onBlur", "onUpdate:modelValue"]),
|
|
25630
25629
|
I(Ya, {
|
|
25631
25630
|
name: "warn_headers_sent",
|
|
@@ -25848,11 +25847,11 @@ const bB = /* @__PURE__ */ be({
|
|
|
25848
25847
|
"onUpdate:modelValue": h[0] || (h[0] = (w) => p(a)("bypass_on_error"))
|
|
25849
25848
|
}),
|
|
25850
25849
|
I(Lo, {
|
|
25851
|
-
error: p(y).error
|
|
25852
|
-
"error-message": p(y).errorMessage
|
|
25850
|
+
error: p(y).error,
|
|
25851
|
+
"error-message": p(y).errorMessage,
|
|
25853
25852
|
name: "ttl",
|
|
25854
|
-
onBlur: p(y).
|
|
25855
|
-
"onUpdate:modelValue": p(y).
|
|
25853
|
+
onBlur: p(y).validate,
|
|
25854
|
+
"onUpdate:modelValue": p(y).update
|
|
25856
25855
|
}, null, 8, ["error", "error-message", "onBlur", "onUpdate:modelValue"]),
|
|
25857
25856
|
I(mo, {
|
|
25858
25857
|
"field-name-validator": p(m),
|
|
@@ -26598,7 +26597,7 @@ const jf = nc.options, zl = se.string().min(1).refine((e) => !e.includes("."), "
|
|
|
26598
26597
|
return (_, C) => {
|
|
26599
26598
|
const E = Ae("KTooltip");
|
|
26600
26599
|
return x(), Q(Be, null, [
|
|
26601
|
-
p(i) ? (x(), H(Gl, {
|
|
26600
|
+
p(i) && p(o) ? (x(), H(Gl, {
|
|
26602
26601
|
key: 0,
|
|
26603
26602
|
disabled: !r.value,
|
|
26604
26603
|
to: "#plugin-form-page-actions"
|
|
@@ -26690,7 +26689,7 @@ const jf = nc.options, zl = se.string().min(1).refine((e) => !e.includes("."), "
|
|
|
26690
26689
|
], 64);
|
|
26691
26690
|
};
|
|
26692
26691
|
}
|
|
26693
|
-
}), T8 = /* @__PURE__ */ je(I8, [["__scopeId", "data-v-
|
|
26692
|
+
}), T8 = /* @__PURE__ */ je(I8, [["__scopeId", "data-v-a7e4e7b1"]]), qf = (e) => {
|
|
26694
26693
|
if (!(!e || typeof e != "object"))
|
|
26695
26694
|
for (const [t, n] of Object.entries(e))
|
|
26696
26695
|
typeof n == "string" && (e[t] = n.split(/\s*,\s*/).filter(Boolean));
|