@kong-ui-public/entities-plugins 9.77.4 → 9.77.5
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 +3 -3
- package/dist/entities-plugins.umd.js +2 -2
- package/dist/types/components/free-form/{JwtSigner/JwtSigner.vue.d.ts → Common/CommonForm.vue.d.ts} +1 -1
- package/dist/types/components/free-form/Common/CommonForm.vue.d.ts.map +1 -0
- package/dist/types/components/free-form/Common/ConfigForm.vue.d.ts.map +1 -0
- package/dist/types/components/free-form/Common/index.d.ts +2 -0
- package/dist/types/components/free-form/Common/index.d.ts.map +1 -0
- package/dist/types/components/free-form/index.d.ts +1 -1
- package/dist/types/components/free-form/index.d.ts.map +1 -1
- package/dist/types/utils/free-form.d.ts +1 -1
- package/package.json +8 -8
- package/dist/types/components/free-form/JwtSigner/ConfigForm.vue.d.ts.map +0 -1
- package/dist/types/components/free-form/JwtSigner/JwtSigner.vue.d.ts.map +0 -1
- package/dist/types/components/free-form/JwtSigner/index.d.ts +0 -2
- package/dist/types/components/free-form/JwtSigner/index.d.ts.map +0 -1
- /package/dist/types/components/free-form/{JwtSigner → Common}/ConfigForm.vue.d.ts +0 -0
|
@@ -4375,7 +4375,7 @@ const r1 = (e) => {
|
|
|
4375
4375
|
},
|
|
4376
4376
|
datakit: "DatakitForm",
|
|
4377
4377
|
"ai-mcp": "AIMcpForm",
|
|
4378
|
-
"jwt-signer": "
|
|
4378
|
+
"jwt-signer": "CommonForm"
|
|
4379
4379
|
};
|
|
4380
4380
|
function If(e, t) {
|
|
4381
4381
|
const n = f1[e];
|
|
@@ -22712,7 +22712,7 @@ const ZD = /* @__PURE__ */ he({
|
|
|
22712
22712
|
}, 8, ["data", "schema"]));
|
|
22713
22713
|
}
|
|
22714
22714
|
}), $L = /* @__PURE__ */ he({
|
|
22715
|
-
__name: "
|
|
22715
|
+
__name: "CommonForm",
|
|
22716
22716
|
props: {
|
|
22717
22717
|
schema: {},
|
|
22718
22718
|
formSchema: {},
|
|
@@ -22735,8 +22735,8 @@ const ZD = /* @__PURE__ */ he({
|
|
|
22735
22735
|
}), Td = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22736
22736
|
__proto__: null,
|
|
22737
22737
|
AIMcpForm: TL,
|
|
22738
|
+
CommonForm: $L,
|
|
22738
22739
|
DatakitForm: xL,
|
|
22739
|
-
JwtSignerForm: $L,
|
|
22740
22740
|
RequestCalloutForm: NE,
|
|
22741
22741
|
ServiceProtectionForm: Pk
|
|
22742
22742
|
}, Symbol.toStringTag, { value: "Module" })), NL = { class: "kong-ui-entities-plugin-form" }, OL = {
|