@kong-ui-public/entities-plugins 2.11.2 → 2.11.3
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 +274 -274
- package/dist/entities-plugins.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -3
|
@@ -10,7 +10,7 @@ var vo = (e, a, n) => {
|
|
|
10
10
|
a instanceof WeakSet ? a.add(e) : a.set(e, n);
|
|
11
11
|
};
|
|
12
12
|
var Dr = (e, a, n) => (Wb(e, a, "access private method"), n);
|
|
13
|
-
import { defineComponent as He, useCssVars as Rd, computed as q, resolveComponent as ne, openBlock as A, createElementBlock as k, createVNode as Q, withCtx as S, createTextVNode as Be, toDisplayString as _, createCommentVNode as
|
|
13
|
+
import { defineComponent as He, useCssVars as Rd, computed as q, resolveComponent as ne, openBlock as A, createElementBlock as k, createVNode as Q, withCtx as S, createTextVNode as Be, toDisplayString as _, createCommentVNode as se, createBlock as Z, normalizeClass as Ke, unref as T, ref as le, Teleport as Zb, createElementVNode as x, watch as un, renderSlot as lt, useSlots as No, onBeforeMount as Di, createSlots as $n, renderList as ze, Fragment as De, withModifiers as Rn, withDirectives as Fe, vShow as Ti, resolveDynamicComponent as Ot, normalizeProps as Qb, guardReactiveProps as _b, mergeProps as Ln, onMounted as Do, onUnmounted as $b, normalizeStyle as ji, inject as Ld, pushScopeId as wn, popScopeId as Cn, resolveDirective as ti, vModelCheckbox as jo, vModelSelect as Po, vModelText as bn, Transition as e1, vModelDynamic as t1, vModelRadio as n1, provide as i1, reactive as Ta } from "vue";
|
|
14
14
|
import { useRouter as Va, useRoute as a1 } from "vue-router";
|
|
15
15
|
import r1 from "axios";
|
|
16
16
|
import { createI18n as ua, i18nTComponent as Nd } from "@kong-ui-public/i18n";
|
|
@@ -1690,22 +1690,22 @@ function t0(e, a, n, r = {
|
|
|
1690
1690
|
if (Y.value = F || "", B.value === void 0)
|
|
1691
1691
|
try {
|
|
1692
1692
|
if (p.value = !0, v.value = "", C.value = "", e.app === "konnect") {
|
|
1693
|
-
let
|
|
1694
|
-
F && (
|
|
1695
|
-
const { data: ae } = await s.get(`${
|
|
1693
|
+
let re = R + "";
|
|
1694
|
+
F && (re += `/${F}`);
|
|
1695
|
+
const { data: ae } = await s.get(`${re}?size=${n}`);
|
|
1696
1696
|
r.fetchedItemsKey in ae ? y.value = ae[r.fetchedItemsKey] : ae != null && ae.id ? y.value = [ae] : y.value = [];
|
|
1697
1697
|
} else if (F) {
|
|
1698
|
-
const
|
|
1699
|
-
P(F) && r.searchKeys.includes("id") ?
|
|
1698
|
+
const re = [];
|
|
1699
|
+
P(F) && r.searchKeys.includes("id") ? re.push((async () => {
|
|
1700
1700
|
const { data: ie } = await s.get(`${R}/${F}`);
|
|
1701
1701
|
return [ie[r.fetchedItemsKey] ?? ie];
|
|
1702
|
-
})()) :
|
|
1702
|
+
})()) : re.push(
|
|
1703
1703
|
...r.searchKeys.filter((ie) => ie !== "id").map(async (ie) => {
|
|
1704
1704
|
const { data: ee } = await s.get(`${R}?${ie}=${F}`);
|
|
1705
1705
|
return ee[r.fetchedItemsKey];
|
|
1706
1706
|
})
|
|
1707
1707
|
);
|
|
1708
|
-
const ae = await Promise.all(
|
|
1708
|
+
const ae = await Promise.all(re), Ae = /* @__PURE__ */ new Set();
|
|
1709
1709
|
y.value = [], (w = ae == null ? void 0 : ae.forEach) == null || w.call(ae, (ie) => {
|
|
1710
1710
|
var ee;
|
|
1711
1711
|
(ee = ie == null ? void 0 : ie.forEach) == null || ee.call(ie, (pe) => {
|
|
@@ -1714,17 +1714,17 @@ function t0(e, a, n, r = {
|
|
|
1714
1714
|
});
|
|
1715
1715
|
} else
|
|
1716
1716
|
y.value = O.value;
|
|
1717
|
-
} catch (
|
|
1718
|
-
((D =
|
|
1717
|
+
} catch (re) {
|
|
1718
|
+
((D = re == null ? void 0 : re.response) == null ? void 0 : D.status) === 404 ? C.value = l("debouncedFilter.errors.invalid") : (y.value = [], v.value = l("debouncedFilter.errors.fetch"));
|
|
1719
1719
|
} finally {
|
|
1720
1720
|
p.value = !1;
|
|
1721
1721
|
}
|
|
1722
1722
|
else
|
|
1723
|
-
p.value = !0, C.value = "", F ? (y.value = (L = B.value) == null ? void 0 : L.filter((
|
|
1723
|
+
p.value = !0, C.value = "", F ? (y.value = (L = B.value) == null ? void 0 : L.filter((re) => {
|
|
1724
1724
|
var ae;
|
|
1725
1725
|
let Ae = !1;
|
|
1726
1726
|
for (const ie of r.searchKeys) {
|
|
1727
|
-
const ee = typeof
|
|
1727
|
+
const ee = typeof re[ie] == "string" ? (ae = re[ie]) == null ? void 0 : ae.toLowerCase() : re[ie];
|
|
1728
1728
|
ee != null && ee.includes(F.toLowerCase()) && (Ae = !0);
|
|
1729
1729
|
}
|
|
1730
1730
|
return Ae;
|
|
@@ -2038,7 +2038,7 @@ const It = {
|
|
|
2038
2038
|
width: "100%",
|
|
2039
2039
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2040
2040
|
}, [
|
|
2041
|
-
e.title ? (A(), k("title", w0, _(e.title), 1)) :
|
|
2041
|
+
e.title ? (A(), k("title", w0, _(e.title), 1)) : se("", !0),
|
|
2042
2042
|
C0
|
|
2043
2043
|
], 8, b0))
|
|
2044
2044
|
]),
|
|
@@ -2137,7 +2137,7 @@ const It = {
|
|
|
2137
2137
|
}, _(C.value), 3)
|
|
2138
2138
|
]),
|
|
2139
2139
|
_: 1
|
|
2140
|
-
}, 16)) :
|
|
2140
|
+
}, 16)) : se("", !0),
|
|
2141
2141
|
(A(), Z(Ot(e.tooltip ? "KTooltip" : "div"), Ln(v.value, { class: "uuid-icon-wrapper" }), {
|
|
2142
2142
|
default: S(() => [
|
|
2143
2143
|
Q(R, null, {
|
|
@@ -2203,7 +2203,7 @@ const It = {
|
|
|
2203
2203
|
default: S(() => [
|
|
2204
2204
|
e.isArrayItem ? (A(), k("legend", S0, [
|
|
2205
2205
|
x("b", null, _(c.value), 1)
|
|
2206
|
-
])) :
|
|
2206
|
+
])) : se("", !0),
|
|
2207
2207
|
(A(!0), k(De, null, ze(Object.keys(u.value), (C, y) => (A(), Z(Jo, {
|
|
2208
2208
|
key: `${s.value}-property-${y}`,
|
|
2209
2209
|
item: {
|
|
@@ -2482,7 +2482,7 @@ const It = {
|
|
|
2482
2482
|
]),
|
|
2483
2483
|
_: 2
|
|
2484
2484
|
}, 1032, ["data-testid", "tooltip"]))), 128))
|
|
2485
|
-
], 8, K0)) :
|
|
2485
|
+
], 8, K0)) : se("", !0),
|
|
2486
2486
|
y.value.additionalComponent === "CopyUuid" ? (A(), k("div", {
|
|
2487
2487
|
key: 1,
|
|
2488
2488
|
class: "copy-uuid-array",
|
|
@@ -2509,7 +2509,7 @@ const It = {
|
|
|
2509
2509
|
]),
|
|
2510
2510
|
_: 2
|
|
2511
2511
|
}, 1032, ["appearance", "data-testid"]))), 128))
|
|
2512
|
-
], 8, X0)) :
|
|
2512
|
+
], 8, X0)) : se("", !0),
|
|
2513
2513
|
y.value.additionalComponent === "JsonCardItem" ? (A(), k("div", {
|
|
2514
2514
|
key: 3,
|
|
2515
2515
|
"data-testid": `${n.item.key}-json-array-content`
|
|
@@ -2606,7 +2606,7 @@ const It = {
|
|
|
2606
2606
|
language: "json",
|
|
2607
2607
|
theme: "dark"
|
|
2608
2608
|
}, null, 8, ["code"])
|
|
2609
|
-
])) :
|
|
2609
|
+
])) : se("", !0),
|
|
2610
2610
|
a.jsonRecord ? (A(), Z(p, {
|
|
2611
2611
|
key: 1,
|
|
2612
2612
|
id: "json-codeblock",
|
|
@@ -2614,7 +2614,7 @@ const It = {
|
|
|
2614
2614
|
code: JSON.stringify(n.value, null, 2),
|
|
2615
2615
|
language: "json",
|
|
2616
2616
|
theme: "dark"
|
|
2617
|
-
}, null, 8, ["class", "code"])) :
|
|
2617
|
+
}, null, 8, ["class", "code"])) : se("", !0)
|
|
2618
2618
|
]);
|
|
2619
2619
|
};
|
|
2620
2620
|
}
|
|
@@ -4006,7 +4006,7 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
4006
4006
|
code: T(vE).dump(n.value),
|
|
4007
4007
|
language: "yaml",
|
|
4008
4008
|
theme: "dark"
|
|
4009
|
-
}, null, 8, ["code"])) :
|
|
4009
|
+
}, null, 8, ["code"])) : se("", !0)
|
|
4010
4010
|
]);
|
|
4011
4011
|
};
|
|
4012
4012
|
}
|
|
@@ -4068,7 +4068,7 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
4068
4068
|
class: Ke(`config-card-details-${p}-props`),
|
|
4069
4069
|
"data-testid": `config-card-details-${p}-props`
|
|
4070
4070
|
}, [
|
|
4071
|
-
p !== "basic" ? (A(), k("div", CE, _(p === "advanced" ? T(r)("baseConfigCard.sections.advanced") : T(r)("baseConfigCard.sections.plugin")), 1)) :
|
|
4071
|
+
p !== "basic" ? (A(), k("div", CE, _(p === "advanced" ? T(r)("baseConfigCard.sections.advanced") : T(r)("baseConfigCard.sections.plugin")), 1)) : se("", !0),
|
|
4072
4072
|
(A(!0), k(De, null, ze(e.propertyCollections[p], (v) => (A(), Z(Jo, {
|
|
4073
4073
|
key: v.key,
|
|
4074
4074
|
item: v
|
|
@@ -4093,18 +4093,18 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
4093
4093
|
} : void 0
|
|
4094
4094
|
]), 1032, ["item"]))), 128))
|
|
4095
4095
|
], 10, wE))), 128))
|
|
4096
|
-
])) :
|
|
4096
|
+
])) : se("", !0),
|
|
4097
4097
|
e.format === "json" && a.record ? (A(), Z(Wo, {
|
|
4098
4098
|
key: 1,
|
|
4099
4099
|
config: a.config,
|
|
4100
4100
|
"fetcher-url": a.fetcherUrl,
|
|
4101
4101
|
"json-record": l.value,
|
|
4102
4102
|
"request-method": "get"
|
|
4103
|
-
}, null, 8, ["config", "fetcher-url", "json-record"])) :
|
|
4103
|
+
}, null, 8, ["config", "fetcher-url", "json-record"])) : se("", !0),
|
|
4104
4104
|
e.format === "yaml" && a.record ? (A(), Z(nl, {
|
|
4105
4105
|
key: 2,
|
|
4106
4106
|
"yaml-record": l.value
|
|
4107
|
-
}, null, 8, ["yaml-record"])) :
|
|
4107
|
+
}, null, 8, ["yaml-record"])) : se("", !0)
|
|
4108
4108
|
], 64));
|
|
4109
4109
|
}
|
|
4110
4110
|
}), kE = /* @__PURE__ */ Pn(EE, [["__scopeId", "data-v-2b74ac63"]]), od = "24px", OE = (e, a) => {
|
|
@@ -4204,7 +4204,7 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
4204
4204
|
width: "100%",
|
|
4205
4205
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4206
4206
|
}, [
|
|
4207
|
-
e.title ? (A(), k("title", ME, _(e.title), 1)) :
|
|
4207
|
+
e.title ? (A(), k("title", ME, _(e.title), 1)) : se("", !0),
|
|
4208
4208
|
xE
|
|
4209
4209
|
], 8, BE))
|
|
4210
4210
|
]),
|
|
@@ -4411,7 +4411,7 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
4411
4411
|
var ae, Ae;
|
|
4412
4412
|
let ie = `${s.config.apiBaseUrl}${s.fetchUrl}`;
|
|
4413
4413
|
return s.config.app === "konnect" ? ie = ie.replace(/{controlPlaneId}/gi, ((ae = s.config) == null ? void 0 : ae.controlPlaneId) || "") : s.config.app === "kongManager" && (ie = ie.replace(/\/{workspace}/gi, (Ae = s.config) != null && Ae.workspace ? `/${s.config.workspace}` : "")), ie = ie.replace(/{id}/gi, s.config.entityId), ie;
|
|
4414
|
-
}),
|
|
4414
|
+
}), re = (ae) => {
|
|
4415
4415
|
N.value && ae(JSON.stringify(N.value)) ? r("copy:success", N.value) : r("copy:error");
|
|
4416
4416
|
};
|
|
4417
4417
|
return un(H, (ae) => {
|
|
@@ -4451,13 +4451,13 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
4451
4451
|
Be(_(e.label), 1)
|
|
4452
4452
|
]),
|
|
4453
4453
|
_: 1
|
|
4454
|
-
})) :
|
|
4454
|
+
})) : se("", !0),
|
|
4455
4455
|
e.config.jsonYamlEnabled ? (A(), Z(ee, {
|
|
4456
4456
|
key: 1,
|
|
4457
4457
|
"data-testid": "select-config-format",
|
|
4458
4458
|
items: C,
|
|
4459
4459
|
onChange: O
|
|
4460
|
-
})) :
|
|
4460
|
+
})) : se("", !0),
|
|
4461
4461
|
s.config.jsonYamlEnabled && e.configCardDoc ? (A(), Z(pe, {
|
|
4462
4462
|
key: 2,
|
|
4463
4463
|
appearance: "tertiary",
|
|
@@ -4474,20 +4474,20 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
4474
4474
|
], 8, NE)
|
|
4475
4475
|
]),
|
|
4476
4476
|
_: 1
|
|
4477
|
-
})) :
|
|
4478
|
-
e.config.jsonYamlEnabled ?
|
|
4477
|
+
})) : se("", !0),
|
|
4478
|
+
e.config.jsonYamlEnabled ? se("", !0) : (A(), Z(fe, { key: 3 }, {
|
|
4479
4479
|
default: S(({ copyToClipboard: Ee }) => [
|
|
4480
4480
|
!H.value && !R.value ? (A(), Z(pe, {
|
|
4481
4481
|
key: 0,
|
|
4482
4482
|
appearance: "tertiary",
|
|
4483
4483
|
"data-testid": "json-copy-button",
|
|
4484
|
-
onClick: (ve) =>
|
|
4484
|
+
onClick: (ve) => re(Ee)
|
|
4485
4485
|
}, {
|
|
4486
4486
|
default: S(() => [
|
|
4487
4487
|
Be(_(T(u)("baseConfigCard.actions.copy")), 1)
|
|
4488
4488
|
]),
|
|
4489
4489
|
_: 2
|
|
4490
|
-
}, 1032, ["onClick"])) :
|
|
4490
|
+
}, 1032, ["onClick"])) : se("", !0)
|
|
4491
4491
|
]),
|
|
4492
4492
|
_: 1
|
|
4493
4493
|
}))
|
|
@@ -4508,7 +4508,7 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
4508
4508
|
x("h3", null, _(P.value), 1)
|
|
4509
4509
|
]),
|
|
4510
4510
|
_: 1
|
|
4511
|
-
})) :
|
|
4511
|
+
})) : se("", !0),
|
|
4512
4512
|
e.config.jsonYamlEnabled ? (A(), k("div", DE, [
|
|
4513
4513
|
Q(kE, {
|
|
4514
4514
|
config: e.config,
|
|
@@ -4534,7 +4534,7 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
4534
4534
|
class: Ke(`config-card-details-${Ee}-props`),
|
|
4535
4535
|
"data-testid": `config-card-details-${Ee}-props`
|
|
4536
4536
|
}, [
|
|
4537
|
-
Ee !== "basic" ? (A(), k("div", YE, _(Ee === "advanced" ? T(u)("baseConfigCard.sections.advanced") : T(u)("baseConfigCard.sections.plugin")), 1)) :
|
|
4537
|
+
Ee !== "basic" ? (A(), k("div", YE, _(Ee === "advanced" ? T(u)("baseConfigCard.sections.advanced") : T(u)("baseConfigCard.sections.plugin")), 1)) : se("", !0),
|
|
4538
4538
|
(A(!0), k(De, null, ze(F.value[Ee], (ve) => (A(), Z(Jo, {
|
|
4539
4539
|
key: ve.key,
|
|
4540
4540
|
item: ve
|
|
@@ -4674,7 +4674,7 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
4674
4674
|
v.value = !1;
|
|
4675
4675
|
}
|
|
4676
4676
|
}), (F, w) => {
|
|
4677
|
-
const D = ne("KSkeleton"), L = ne("KEmptyState"),
|
|
4677
|
+
const D = ne("KSkeleton"), L = ne("KEmptyState"), re = ne("KAlert"), ae = ne("KButton"), Ae = ne("KTabs"), ie = ne("KSlideout"), ee = ne("KCard");
|
|
4678
4678
|
return A(), Z(ee, { class: "kong-ui-entity-base-form" }, {
|
|
4679
4679
|
default: S(() => [
|
|
4680
4680
|
v.value ? (A(), Z(D, {
|
|
@@ -4698,12 +4698,12 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
4698
4698
|
onSubmit: Rn(Y, ["prevent"])
|
|
4699
4699
|
}, [
|
|
4700
4700
|
lt(F.$slots, "default", {}, void 0, !0),
|
|
4701
|
-
e.errorMessage ? (A(), Z(
|
|
4701
|
+
e.errorMessage ? (A(), Z(re, {
|
|
4702
4702
|
key: 0,
|
|
4703
4703
|
"alert-message": e.errorMessage,
|
|
4704
4704
|
appearance: "danger",
|
|
4705
4705
|
"data-testid": "form-error"
|
|
4706
|
-
}, null, 8, ["alert-message"])) :
|
|
4706
|
+
}, null, 8, ["alert-message"])) : se("", !0),
|
|
4707
4707
|
x("div", GE, [
|
|
4708
4708
|
lt(F.$slots, "form-actions", {}, () => [
|
|
4709
4709
|
e.config.jsonYamlFormsEnabled ? (A(), k("div", VE, [
|
|
@@ -4717,7 +4717,7 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
4717
4717
|
]),
|
|
4718
4718
|
_: 1
|
|
4719
4719
|
})
|
|
4720
|
-
])) :
|
|
4720
|
+
])) : se("", !0),
|
|
4721
4721
|
Q(ae, {
|
|
4722
4722
|
appearance: "secondary",
|
|
4723
4723
|
"data-testid": "form-cancel",
|
|
@@ -5027,7 +5027,7 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
5027
5027
|
n.preferencesStorageKey && N(n.preferencesStorageKey, w);
|
|
5028
5028
|
};
|
|
5029
5029
|
return (w, D) => {
|
|
5030
|
-
const L = ne("KIcon"),
|
|
5030
|
+
const L = ne("KIcon"), re = ne("KButton"), ae = ne("KDropdown"), Ae = ne("KTable"), ie = ne("KCard");
|
|
5031
5031
|
return A(), Z(ie, {
|
|
5032
5032
|
class: "kong-ui-entity-base-table",
|
|
5033
5033
|
title: e.title
|
|
@@ -5070,7 +5070,7 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
5070
5070
|
lt(w.$slots, "toolbar-filter", {}, void 0, !0),
|
|
5071
5071
|
w.$slots["toolbar-button"] ? (A(), k("div", WE, [
|
|
5072
5072
|
lt(w.$slots, "toolbar-button", {}, void 0, !0)
|
|
5073
|
-
])) :
|
|
5073
|
+
])) : se("", !0)
|
|
5074
5074
|
], 512), [
|
|
5075
5075
|
[Ti, c(ee)]
|
|
5076
5076
|
])
|
|
@@ -5092,7 +5092,7 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
5092
5092
|
}, void 0, !0)
|
|
5093
5093
|
]),
|
|
5094
5094
|
default: S(() => [
|
|
5095
|
-
Q(
|
|
5095
|
+
Q(re, {
|
|
5096
5096
|
class: "actions-trigger",
|
|
5097
5097
|
"data-testid": "overflow-actions-button",
|
|
5098
5098
|
size: "small"
|
|
@@ -5210,7 +5210,7 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
5210
5210
|
]),
|
|
5211
5211
|
_: 1
|
|
5212
5212
|
})
|
|
5213
|
-
])) :
|
|
5213
|
+
])) : se("", !0),
|
|
5214
5214
|
Q(T(n), {
|
|
5215
5215
|
class: "message",
|
|
5216
5216
|
keypath: r.entityName ? "deleteModal.messageWithName" : "deleteModal.message",
|
|
@@ -5233,7 +5233,7 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
5233
5233
|
lt(p.$slots, "description", {}, () => [
|
|
5234
5234
|
x("p", null, _(r.description), 1)
|
|
5235
5235
|
], !0)
|
|
5236
|
-
])) :
|
|
5236
|
+
])) : se("", !0)
|
|
5237
5237
|
]),
|
|
5238
5238
|
_: 3
|
|
5239
5239
|
}, 8, ["action-pending", "confirmation-text", "is-visible", "title"]);
|
|
@@ -5377,17 +5377,17 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
5377
5377
|
]),
|
|
5378
5378
|
Fe(Q(L, { class: "kong-ui-entity-filter-menu" }, {
|
|
5379
5379
|
body: S(() => [
|
|
5380
|
-
(A(!0), k(De, null, ze(p.value, (
|
|
5381
|
-
key:
|
|
5382
|
-
"data-testid":
|
|
5380
|
+
(A(!0), k(De, null, ze(p.value, (re, ae) => (A(), Z(D, {
|
|
5381
|
+
key: re.value,
|
|
5382
|
+
"data-testid": re.value,
|
|
5383
5383
|
expandable: "",
|
|
5384
5384
|
"last-menu-item": ae === p.value.length - 1
|
|
5385
5385
|
}, {
|
|
5386
5386
|
itemTitle: S(() => [
|
|
5387
5387
|
x("span", lk, [
|
|
5388
|
-
Be(_(
|
|
5388
|
+
Be(_(re.label) + " ", 1),
|
|
5389
5389
|
Fe(x("span", uk, null, 512), [
|
|
5390
|
-
[Ti, c.value.includes(
|
|
5390
|
+
[Ti, c.value.includes(re.value)]
|
|
5391
5391
|
])
|
|
5392
5392
|
])
|
|
5393
5393
|
]),
|
|
@@ -5397,23 +5397,23 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
5397
5397
|
x("div", ck, [
|
|
5398
5398
|
x("label", {
|
|
5399
5399
|
class: "menu-item-label",
|
|
5400
|
-
for: y(
|
|
5400
|
+
for: y(re.value)
|
|
5401
5401
|
}, _(T(n)("filter.fieldLabel")), 9, dk),
|
|
5402
|
-
((ie = (Ae = e.config.schema) == null ? void 0 : Ae[
|
|
5402
|
+
((ie = (Ae = e.config.schema) == null ? void 0 : Ae[re.value]) == null ? void 0 : ie.type) === "select" ? (A(), Z(w, {
|
|
5403
5403
|
key: 0,
|
|
5404
|
-
id: y(
|
|
5405
|
-
modelValue: u.value[
|
|
5406
|
-
"onUpdate:modelValue": (ee) => u.value[
|
|
5407
|
-
items: O(
|
|
5404
|
+
id: y(re.value),
|
|
5405
|
+
modelValue: u.value[re.value],
|
|
5406
|
+
"onUpdate:modelValue": (ee) => u.value[re.value] = ee,
|
|
5407
|
+
items: O(re.value),
|
|
5408
5408
|
placeholder: T(n)("filter.selectPlaceholder")
|
|
5409
5409
|
}, null, 8, ["id", "modelValue", "onUpdate:modelValue", "items", "placeholder"])) : (A(), Z(U, {
|
|
5410
5410
|
key: 1,
|
|
5411
|
-
id: y(
|
|
5412
|
-
modelValue: u.value[
|
|
5413
|
-
"onUpdate:modelValue": (ee) => u.value[
|
|
5411
|
+
id: y(re.value),
|
|
5412
|
+
modelValue: u.value[re.value],
|
|
5413
|
+
"onUpdate:modelValue": (ee) => u.value[re.value] = ee,
|
|
5414
5414
|
autocomplete: "off",
|
|
5415
5415
|
placeholder: T(n)("filter.inputPlaceholder"),
|
|
5416
|
-
type: B(
|
|
5416
|
+
type: B(re.value)
|
|
5417
5417
|
}, null, 8, ["id", "modelValue", "onUpdate:modelValue", "placeholder", "type"]))
|
|
5418
5418
|
]),
|
|
5419
5419
|
x("div", pk, [
|
|
@@ -5432,7 +5432,7 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
5432
5432
|
appearance: "tertiary",
|
|
5433
5433
|
"data-testid": "clear-filter",
|
|
5434
5434
|
size: "small",
|
|
5435
|
-
onClick: (ee) => H(
|
|
5435
|
+
onClick: (ee) => H(re.value)
|
|
5436
5436
|
}, {
|
|
5437
5437
|
default: S(() => [
|
|
5438
5438
|
Be(_(T(n)("filter.clearButtonText")), 1)
|
|
@@ -5574,10 +5574,10 @@ const yE = { class: "yaml-config" }, nl = /* @__PURE__ */ He({
|
|
|
5574
5574
|
}, { immediate: !0 }), (s, l) => r.value ? lt(s.$slots, "default", {
|
|
5575
5575
|
key: 0,
|
|
5576
5576
|
isAllowed: n.value
|
|
5577
|
-
}) :
|
|
5577
|
+
}) : se("", !0);
|
|
5578
5578
|
}
|
|
5579
5579
|
}), { useAxios: ca, useDeleteUrlBuilder: Ak, useErrors: ns, useExternalLinkCreator: e8, useFetchUrlBuilder: t8, useFetcher: vk, useDebouncedFilter: n8, useStringHelpers: Hp, useHelpers: is, useGatewayFeatureSupported: yk, useTruncationDetector: i8 } = It;
|
|
5580
|
-
var
|
|
5580
|
+
var oe = /* @__PURE__ */ ((e) => (e.AUTHENTICATION = "Authentication", e.SECURITY = "Security", e.TRAFFIC_CONTROL = "Traffic Control", e.SERVERLESS = "Serverless", e.ANALYTICS_AND_MONITORING = "Analytics & Monitoring", e.TRANSFORMATIONS = "Transformations", e.LOGGING = "Logging", e.DEPLOYMENT = "Deployment", e.WEBSOCKET = "WebSocket Plugins", e.CUSTOM_PLUGINS = "Custom Plugins", e))(oe || {});
|
|
5581
5581
|
const bk = [
|
|
5582
5582
|
"Authentication",
|
|
5583
5583
|
"Security",
|
|
@@ -6873,168 +6873,168 @@ const Sk = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAMAAAAOusbgAA
|
|
|
6873
6873
|
const { i18n: { t: e } } = Gp(), a = {
|
|
6874
6874
|
"basic-auth": {
|
|
6875
6875
|
description: e("plugins.meta.basic-auth.description"),
|
|
6876
|
-
group:
|
|
6876
|
+
group: oe.AUTHENTICATION,
|
|
6877
6877
|
isEnterprise: !1,
|
|
6878
6878
|
name: e("plugins.meta.basic-auth.name"),
|
|
6879
6879
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
6880
6880
|
},
|
|
6881
6881
|
"hmac-auth": {
|
|
6882
6882
|
description: e("plugins.meta.hmac-auth.description"),
|
|
6883
|
-
group:
|
|
6883
|
+
group: oe.AUTHENTICATION,
|
|
6884
6884
|
isEnterprise: !1,
|
|
6885
6885
|
name: e("plugins.meta.hmac-auth.name"),
|
|
6886
6886
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
6887
6887
|
},
|
|
6888
6888
|
"jwt-signer": {
|
|
6889
6889
|
description: e("plugins.meta.jwt-signer.description"),
|
|
6890
|
-
group:
|
|
6890
|
+
group: oe.AUTHENTICATION,
|
|
6891
6891
|
isEnterprise: !0,
|
|
6892
6892
|
name: e("plugins.meta.jwt-signer.name"),
|
|
6893
6893
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
6894
6894
|
},
|
|
6895
6895
|
jwt: {
|
|
6896
6896
|
description: e("plugins.meta.jwt.description"),
|
|
6897
|
-
group:
|
|
6897
|
+
group: oe.AUTHENTICATION,
|
|
6898
6898
|
isEnterprise: !1,
|
|
6899
6899
|
name: e("plugins.meta.jwt.name"),
|
|
6900
6900
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
6901
6901
|
},
|
|
6902
6902
|
"key-auth": {
|
|
6903
6903
|
description: e("plugins.meta.key-auth.description"),
|
|
6904
|
-
group:
|
|
6904
|
+
group: oe.AUTHENTICATION,
|
|
6905
6905
|
isEnterprise: !1,
|
|
6906
6906
|
name: e("plugins.meta.key-auth.name"),
|
|
6907
6907
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
6908
6908
|
},
|
|
6909
6909
|
"key-auth-enc": {
|
|
6910
6910
|
description: e("plugins.meta.key-auth-enc.description"),
|
|
6911
|
-
group:
|
|
6911
|
+
group: oe.AUTHENTICATION,
|
|
6912
6912
|
isEnterprise: !1,
|
|
6913
6913
|
name: e("plugins.meta.key-auth-enc.name"),
|
|
6914
6914
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
6915
6915
|
},
|
|
6916
6916
|
"ldap-auth-advanced": {
|
|
6917
6917
|
description: e("plugins.meta.ldap-auth-advanced.description"),
|
|
6918
|
-
group:
|
|
6918
|
+
group: oe.AUTHENTICATION,
|
|
6919
6919
|
isEnterprise: !0,
|
|
6920
6920
|
name: e("plugins.meta.ldap-auth-advanced.name"),
|
|
6921
6921
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
6922
6922
|
},
|
|
6923
6923
|
"ldap-auth": {
|
|
6924
6924
|
description: e("plugins.meta.ldap-auth.description"),
|
|
6925
|
-
group:
|
|
6925
|
+
group: oe.AUTHENTICATION,
|
|
6926
6926
|
isEnterprise: !1,
|
|
6927
6927
|
name: e("plugins.meta.ldap-auth.name"),
|
|
6928
6928
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
6929
6929
|
},
|
|
6930
6930
|
"oauth2-introspection": {
|
|
6931
6931
|
description: e("plugins.meta.oauth2-introspection.description"),
|
|
6932
|
-
group:
|
|
6932
|
+
group: oe.AUTHENTICATION,
|
|
6933
6933
|
isEnterprise: !0,
|
|
6934
6934
|
name: e("plugins.meta.oauth2-introspection.name"),
|
|
6935
6935
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
6936
6936
|
},
|
|
6937
6937
|
oauth2: {
|
|
6938
6938
|
description: e("plugins.meta.oauth2.description"),
|
|
6939
|
-
group:
|
|
6939
|
+
group: oe.AUTHENTICATION,
|
|
6940
6940
|
isEnterprise: !1,
|
|
6941
6941
|
name: e("plugins.meta.oauth2.name"),
|
|
6942
6942
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
6943
6943
|
},
|
|
6944
6944
|
"openid-connect": {
|
|
6945
6945
|
description: e("plugins.meta.openid-connect.description"),
|
|
6946
|
-
group:
|
|
6946
|
+
group: oe.AUTHENTICATION,
|
|
6947
6947
|
isEnterprise: !0,
|
|
6948
6948
|
name: e("plugins.meta.openid-connect.name"),
|
|
6949
6949
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
6950
6950
|
},
|
|
6951
6951
|
"mtls-auth": {
|
|
6952
6952
|
description: e("plugins.meta.mtls-auth.description"),
|
|
6953
|
-
group:
|
|
6953
|
+
group: oe.AUTHENTICATION,
|
|
6954
6954
|
isEnterprise: !0,
|
|
6955
6955
|
name: e("plugins.meta.mtls-auth.name"),
|
|
6956
6956
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
6957
6957
|
},
|
|
6958
6958
|
"vault-auth": {
|
|
6959
6959
|
description: e("plugins.meta.vault-auth.description"),
|
|
6960
|
-
group:
|
|
6960
|
+
group: oe.AUTHENTICATION,
|
|
6961
6961
|
isEnterprise: !0,
|
|
6962
6962
|
name: e("plugins.meta.vault-auth.name"),
|
|
6963
6963
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
6964
6964
|
},
|
|
6965
6965
|
"bot-detection": {
|
|
6966
6966
|
description: e("plugins.meta.bot-detection.description"),
|
|
6967
|
-
group:
|
|
6967
|
+
group: oe.SECURITY,
|
|
6968
6968
|
isEnterprise: !1,
|
|
6969
6969
|
name: e("plugins.meta.bot-detection.name"),
|
|
6970
6970
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
6971
6971
|
},
|
|
6972
6972
|
cors: {
|
|
6973
6973
|
description: e("plugins.meta.cors.description"),
|
|
6974
|
-
group:
|
|
6974
|
+
group: oe.SECURITY,
|
|
6975
6975
|
isEnterprise: !1,
|
|
6976
6976
|
name: e("plugins.meta.cors.name"),
|
|
6977
6977
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
6978
6978
|
},
|
|
6979
6979
|
"ip-restriction": {
|
|
6980
6980
|
description: e("plugins.meta.ip-restriction.description"),
|
|
6981
|
-
group:
|
|
6981
|
+
group: oe.SECURITY,
|
|
6982
6982
|
isEnterprise: !1,
|
|
6983
6983
|
name: e("plugins.meta.ip-restriction.name"),
|
|
6984
6984
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER, m.CONSUMER_GROUP]
|
|
6985
6985
|
},
|
|
6986
6986
|
opa: {
|
|
6987
6987
|
description: e("plugins.meta.opa.description"),
|
|
6988
|
-
group:
|
|
6988
|
+
group: oe.SECURITY,
|
|
6989
6989
|
isEnterprise: !0,
|
|
6990
6990
|
name: e("plugins.meta.opa.name"),
|
|
6991
6991
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
6992
6992
|
},
|
|
6993
6993
|
"kubernetes-sidecar-injector": {
|
|
6994
6994
|
description: e("plugins.meta.kubernetes-sidecar-injector.description"),
|
|
6995
|
-
group:
|
|
6995
|
+
group: oe.DEPLOYMENT,
|
|
6996
6996
|
isEnterprise: !1,
|
|
6997
6997
|
name: e("plugins.meta.kubernetes-sidecar-injector.name"),
|
|
6998
6998
|
scope: [m.GLOBAL]
|
|
6999
6999
|
},
|
|
7000
7000
|
"request-validator": {
|
|
7001
7001
|
description: e("plugins.meta.request-validator.description"),
|
|
7002
|
-
group:
|
|
7002
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7003
7003
|
isEnterprise: !0,
|
|
7004
7004
|
name: e("plugins.meta.request-validator.name"),
|
|
7005
7005
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7006
7006
|
},
|
|
7007
7007
|
acl: {
|
|
7008
7008
|
description: e("plugins.meta.acl.description"),
|
|
7009
|
-
group:
|
|
7009
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7010
7010
|
isEnterprise: !1,
|
|
7011
7011
|
name: e("plugins.meta.acl.name"),
|
|
7012
7012
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
7013
7013
|
},
|
|
7014
7014
|
canary: {
|
|
7015
7015
|
description: e("plugins.meta.canary.description"),
|
|
7016
|
-
group:
|
|
7016
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7017
7017
|
isEnterprise: !0,
|
|
7018
7018
|
name: e("plugins.meta.canary.name"),
|
|
7019
7019
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
7020
7020
|
},
|
|
7021
7021
|
"forward-proxy": {
|
|
7022
7022
|
description: e("plugins.meta.forward-proxy.description"),
|
|
7023
|
-
group:
|
|
7023
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7024
7024
|
isEnterprise: !0,
|
|
7025
7025
|
name: e("plugins.meta.forward-proxy.name"),
|
|
7026
7026
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7027
7027
|
},
|
|
7028
7028
|
"proxy-cache": {
|
|
7029
7029
|
description: e("plugins.meta.proxy-cache.description"),
|
|
7030
|
-
group:
|
|
7030
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7031
7031
|
isEnterprise: !0,
|
|
7032
7032
|
name: e("plugins.meta.proxy-cache.name"),
|
|
7033
7033
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER, m.CONSUMER_GROUP]
|
|
7034
7034
|
},
|
|
7035
7035
|
"proxy-cache-advanced": {
|
|
7036
7036
|
description: e("plugins.meta.proxy-cache-advanced.description"),
|
|
7037
|
-
group:
|
|
7037
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7038
7038
|
isEnterprise: !0,
|
|
7039
7039
|
name: e("plugins.meta.proxy-cache-advanced.name"),
|
|
7040
7040
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER, m.CONSUMER_GROUP],
|
|
@@ -7042,7 +7042,7 @@ const Sk = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAMAAAAOusbgAA
|
|
|
7042
7042
|
},
|
|
7043
7043
|
"graphql-proxy-cache-advanced": {
|
|
7044
7044
|
description: e("plugins.meta.graphql-proxy-cache-advanced.description"),
|
|
7045
|
-
group:
|
|
7045
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7046
7046
|
isEnterprise: !0,
|
|
7047
7047
|
name: e("plugins.meta.graphql-proxy-cache-advanced.name"),
|
|
7048
7048
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER],
|
|
@@ -7050,126 +7050,126 @@ const Sk = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAMAAAAOusbgAA
|
|
|
7050
7050
|
},
|
|
7051
7051
|
"rate-limiting-advanced": {
|
|
7052
7052
|
description: e("plugins.meta.rate-limiting-advanced.description"),
|
|
7053
|
-
group:
|
|
7053
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7054
7054
|
isEnterprise: !0,
|
|
7055
7055
|
name: e("plugins.meta.rate-limiting-advanced.name"),
|
|
7056
7056
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER, m.CONSUMER_GROUP]
|
|
7057
7057
|
},
|
|
7058
7058
|
"rate-limiting": {
|
|
7059
7059
|
description: e("plugins.meta.rate-limiting.description"),
|
|
7060
|
-
group:
|
|
7060
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7061
7061
|
isEnterprise: !1,
|
|
7062
7062
|
name: e("plugins.meta.rate-limiting.name"),
|
|
7063
7063
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER, m.CONSUMER_GROUP]
|
|
7064
7064
|
},
|
|
7065
7065
|
"graphql-rate-limiting-advanced": {
|
|
7066
7066
|
description: e("plugins.meta.graphql-rate-limiting-advanced.description"),
|
|
7067
|
-
group:
|
|
7067
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7068
7068
|
isEnterprise: !0,
|
|
7069
7069
|
name: e("plugins.meta.graphql-rate-limiting-advanced.name"),
|
|
7070
7070
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7071
7071
|
},
|
|
7072
7072
|
mocking: {
|
|
7073
7073
|
description: e("plugins.meta.mocking.description"),
|
|
7074
|
-
group:
|
|
7074
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7075
7075
|
isEnterprise: !0,
|
|
7076
7076
|
name: e("plugins.meta.mocking.name"),
|
|
7077
7077
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7078
7078
|
},
|
|
7079
7079
|
"request-size-limiting": {
|
|
7080
7080
|
description: e("plugins.meta.request-size-limiting.description"),
|
|
7081
|
-
group:
|
|
7081
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7082
7082
|
isEnterprise: !1,
|
|
7083
7083
|
name: e("plugins.meta.request-size-limiting.name"),
|
|
7084
7084
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7085
7085
|
},
|
|
7086
7086
|
"request-termination": {
|
|
7087
7087
|
description: e("plugins.meta.request-termination.description"),
|
|
7088
|
-
group:
|
|
7088
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7089
7089
|
isEnterprise: !1,
|
|
7090
7090
|
name: e("plugins.meta.request-termination.name"),
|
|
7091
7091
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER, m.CONSUMER_GROUP]
|
|
7092
7092
|
},
|
|
7093
7093
|
"response-ratelimiting": {
|
|
7094
7094
|
description: e("plugins.meta.response-ratelimiting.description"),
|
|
7095
|
-
group:
|
|
7095
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7096
7096
|
isEnterprise: !1,
|
|
7097
7097
|
name: e("plugins.meta.response-ratelimiting.name"),
|
|
7098
7098
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7099
7099
|
},
|
|
7100
7100
|
"route-by-header": {
|
|
7101
7101
|
description: e("plugins.meta.route-by-header.description"),
|
|
7102
|
-
group:
|
|
7102
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7103
7103
|
isEnterprise: !0,
|
|
7104
7104
|
name: e("plugins.meta.route-by-header.name"),
|
|
7105
7105
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7106
7106
|
},
|
|
7107
7107
|
"ai-proxy": {
|
|
7108
7108
|
description: e("plugins.meta.ai-proxy.description"),
|
|
7109
|
-
group:
|
|
7109
|
+
group: oe.SERVERLESS,
|
|
7110
7110
|
isEnterprise: !0,
|
|
7111
7111
|
name: e("plugins.meta.ai-proxy.name"),
|
|
7112
7112
|
scope: [m.ROUTE]
|
|
7113
7113
|
},
|
|
7114
7114
|
"ai-prompt-decorator": {
|
|
7115
7115
|
description: e("plugins.meta.ai-prompt-decorator.description"),
|
|
7116
|
-
group:
|
|
7116
|
+
group: oe.TRANSFORMATIONS,
|
|
7117
7117
|
isEnterprise: !0,
|
|
7118
7118
|
name: e("plugins.meta.ai-prompt-decorator.name"),
|
|
7119
7119
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7120
7120
|
},
|
|
7121
7121
|
"ai-prompt-template": {
|
|
7122
7122
|
description: e("plugins.meta.ai-prompt-template.description"),
|
|
7123
|
-
group:
|
|
7123
|
+
group: oe.TRANSFORMATIONS,
|
|
7124
7124
|
isEnterprise: !0,
|
|
7125
7125
|
name: e("plugins.meta.ai-prompt-template.name"),
|
|
7126
7126
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7127
7127
|
},
|
|
7128
7128
|
"ai-prompt-guard": {
|
|
7129
7129
|
description: e("plugins.meta.ai-prompt-guard.description"),
|
|
7130
|
-
group:
|
|
7130
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7131
7131
|
isEnterprise: !0,
|
|
7132
7132
|
name: e("plugins.meta.ai-prompt-guard.name"),
|
|
7133
7133
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7134
7134
|
},
|
|
7135
7135
|
"ai-request-transformer": {
|
|
7136
7136
|
description: e("plugins.meta.ai-request-transformer.description"),
|
|
7137
|
-
group:
|
|
7137
|
+
group: oe.TRANSFORMATIONS,
|
|
7138
7138
|
isEnterprise: !0,
|
|
7139
7139
|
name: e("plugins.meta.ai-request-transformer.name"),
|
|
7140
7140
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
7141
7141
|
},
|
|
7142
7142
|
"ai-response-transformer": {
|
|
7143
7143
|
description: e("plugins.meta.ai-response-transformer.description"),
|
|
7144
|
-
group:
|
|
7144
|
+
group: oe.TRANSFORMATIONS,
|
|
7145
7145
|
isEnterprise: !0,
|
|
7146
7146
|
name: e("plugins.meta.ai-response-transformer.name"),
|
|
7147
7147
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
7148
7148
|
},
|
|
7149
7149
|
"aws-lambda": {
|
|
7150
7150
|
description: e("plugins.meta.aws-lambda.description"),
|
|
7151
|
-
group:
|
|
7151
|
+
group: oe.SERVERLESS,
|
|
7152
7152
|
isEnterprise: !1,
|
|
7153
7153
|
name: e("plugins.meta.aws-lambda.name"),
|
|
7154
7154
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7155
7155
|
},
|
|
7156
7156
|
"azure-functions": {
|
|
7157
7157
|
description: e("plugins.meta.azure-functions.description"),
|
|
7158
|
-
group:
|
|
7158
|
+
group: oe.SERVERLESS,
|
|
7159
7159
|
isEnterprise: !0,
|
|
7160
7160
|
name: e("plugins.meta.azure-functions.name"),
|
|
7161
7161
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7162
7162
|
},
|
|
7163
7163
|
openwhisk: {
|
|
7164
7164
|
description: e("plugins.meta.openwhisk.description"),
|
|
7165
|
-
group:
|
|
7165
|
+
group: oe.SERVERLESS,
|
|
7166
7166
|
isEnterprise: !1,
|
|
7167
7167
|
name: e("plugins.meta.openwhisk.name"),
|
|
7168
7168
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7169
7169
|
},
|
|
7170
7170
|
"pre-function": {
|
|
7171
7171
|
description: e("plugins.meta.pre-function.description"),
|
|
7172
|
-
group:
|
|
7172
|
+
group: oe.SERVERLESS,
|
|
7173
7173
|
isEnterprise: !0,
|
|
7174
7174
|
name: e("plugins.meta.pre-function.name"),
|
|
7175
7175
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE],
|
|
@@ -7177,7 +7177,7 @@ const Sk = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAMAAAAOusbgAA
|
|
|
7177
7177
|
},
|
|
7178
7178
|
"post-function": {
|
|
7179
7179
|
description: e("plugins.meta.post-function.description"),
|
|
7180
|
-
group:
|
|
7180
|
+
group: oe.SERVERLESS,
|
|
7181
7181
|
isEnterprise: !0,
|
|
7182
7182
|
name: e("plugins.meta.post-function.name"),
|
|
7183
7183
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE],
|
|
@@ -7185,91 +7185,91 @@ const Sk = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAMAAAAOusbgAA
|
|
|
7185
7185
|
},
|
|
7186
7186
|
datadog: {
|
|
7187
7187
|
description: e("plugins.meta.datadog.description"),
|
|
7188
|
-
group:
|
|
7188
|
+
group: oe.ANALYTICS_AND_MONITORING,
|
|
7189
7189
|
isEnterprise: !1,
|
|
7190
7190
|
name: e("plugins.meta.datadog.name"),
|
|
7191
7191
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7192
7192
|
},
|
|
7193
7193
|
prometheus: {
|
|
7194
7194
|
description: e("plugins.meta.prometheus.description"),
|
|
7195
|
-
group:
|
|
7195
|
+
group: oe.ANALYTICS_AND_MONITORING,
|
|
7196
7196
|
isEnterprise: !0,
|
|
7197
7197
|
name: e("plugins.meta.prometheus.name"),
|
|
7198
7198
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7199
7199
|
},
|
|
7200
7200
|
zipkin: {
|
|
7201
7201
|
description: e("plugins.meta.zipkin.description"),
|
|
7202
|
-
group:
|
|
7202
|
+
group: oe.ANALYTICS_AND_MONITORING,
|
|
7203
7203
|
isEnterprise: !0,
|
|
7204
7204
|
name: e("plugins.meta.zipkin.name"),
|
|
7205
7205
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7206
7206
|
},
|
|
7207
7207
|
collector: {
|
|
7208
7208
|
description: e("plugins.meta.collector.description"),
|
|
7209
|
-
group:
|
|
7209
|
+
group: oe.ANALYTICS_AND_MONITORING,
|
|
7210
7210
|
isEnterprise: !0,
|
|
7211
7211
|
name: e("plugins.meta.collector.name"),
|
|
7212
7212
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
7213
7213
|
},
|
|
7214
7214
|
"response-transformer-advanced": {
|
|
7215
7215
|
description: e("plugins.meta.response-transformer-advanced.description"),
|
|
7216
|
-
group:
|
|
7216
|
+
group: oe.TRANSFORMATIONS,
|
|
7217
7217
|
isEnterprise: !1,
|
|
7218
7218
|
name: e("plugins.meta.response-transformer-advanced.name"),
|
|
7219
7219
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER, m.CONSUMER_GROUP]
|
|
7220
7220
|
},
|
|
7221
7221
|
"correlation-id": {
|
|
7222
7222
|
description: e("plugins.meta.correlation-id.description"),
|
|
7223
|
-
group:
|
|
7223
|
+
group: oe.TRANSFORMATIONS,
|
|
7224
7224
|
isEnterprise: !1,
|
|
7225
7225
|
name: e("plugins.meta.correlation-id.name"),
|
|
7226
7226
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7227
7227
|
},
|
|
7228
7228
|
"request-transformer-advanced": {
|
|
7229
7229
|
description: e("plugins.meta.request-transformer-advanced.description"),
|
|
7230
|
-
group:
|
|
7230
|
+
group: oe.TRANSFORMATIONS,
|
|
7231
7231
|
isEnterprise: !0,
|
|
7232
7232
|
name: e("plugins.meta.request-transformer-advanced.name"),
|
|
7233
7233
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER, m.CONSUMER_GROUP]
|
|
7234
7234
|
},
|
|
7235
7235
|
"request-transformer": {
|
|
7236
7236
|
description: e("plugins.meta.request-transformer.description"),
|
|
7237
|
-
group:
|
|
7237
|
+
group: oe.TRANSFORMATIONS,
|
|
7238
7238
|
isEnterprise: !1,
|
|
7239
7239
|
name: e("plugins.meta.request-transformer.name"),
|
|
7240
7240
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER, m.CONSUMER_GROUP]
|
|
7241
7241
|
},
|
|
7242
7242
|
"response-transformer": {
|
|
7243
7243
|
description: e("plugins.meta.response-transformer.description"),
|
|
7244
|
-
group:
|
|
7244
|
+
group: oe.TRANSFORMATIONS,
|
|
7245
7245
|
isEnterprise: !1,
|
|
7246
7246
|
name: e("plugins.meta.response-transformer.name"),
|
|
7247
7247
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER, m.CONSUMER_GROUP]
|
|
7248
7248
|
},
|
|
7249
7249
|
"route-transformer-advanced": {
|
|
7250
7250
|
description: e("plugins.meta.route-transformer-advanced.description"),
|
|
7251
|
-
group:
|
|
7251
|
+
group: oe.TRANSFORMATIONS,
|
|
7252
7252
|
isEnterprise: !0,
|
|
7253
7253
|
name: e("plugins.meta.route-transformer-advanced.name"),
|
|
7254
7254
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7255
7255
|
},
|
|
7256
7256
|
"kafka-upstream": {
|
|
7257
7257
|
description: e("plugins.meta.kafka-upstream.description"),
|
|
7258
|
-
group:
|
|
7258
|
+
group: oe.TRANSFORMATIONS,
|
|
7259
7259
|
isEnterprise: !0,
|
|
7260
7260
|
name: e("plugins.meta.kafka-upstream.name"),
|
|
7261
7261
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7262
7262
|
},
|
|
7263
7263
|
degraphql: {
|
|
7264
7264
|
description: e("plugins.meta.degraphql.description"),
|
|
7265
|
-
group:
|
|
7265
|
+
group: oe.TRANSFORMATIONS,
|
|
7266
7266
|
isEnterprise: !0,
|
|
7267
7267
|
name: e("plugins.meta.degraphql.name"),
|
|
7268
7268
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
7269
7269
|
},
|
|
7270
7270
|
"exit-transformer": {
|
|
7271
7271
|
description: e("plugins.meta.exit-transformer.description"),
|
|
7272
|
-
group:
|
|
7272
|
+
group: oe.TRANSFORMATIONS,
|
|
7273
7273
|
isEnterprise: !0,
|
|
7274
7274
|
name: e("plugins.meta.exit-transformer.name"),
|
|
7275
7275
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER],
|
|
@@ -7277,7 +7277,7 @@ const Sk = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAMAAAAOusbgAA
|
|
|
7277
7277
|
},
|
|
7278
7278
|
jq: {
|
|
7279
7279
|
description: e("plugins.meta.jq.description"),
|
|
7280
|
-
group:
|
|
7280
|
+
group: oe.TRANSFORMATIONS,
|
|
7281
7281
|
isEnterprise: !0,
|
|
7282
7282
|
name: e("plugins.meta.jq.name"),
|
|
7283
7283
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER],
|
|
@@ -7285,91 +7285,91 @@ const Sk = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAMAAAAOusbgAA
|
|
|
7285
7285
|
},
|
|
7286
7286
|
"file-log": {
|
|
7287
7287
|
description: e("plugins.meta.file-log.description"),
|
|
7288
|
-
group:
|
|
7288
|
+
group: oe.LOGGING,
|
|
7289
7289
|
isEnterprise: !1,
|
|
7290
7290
|
name: e("plugins.meta.file-log.name"),
|
|
7291
7291
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7292
7292
|
},
|
|
7293
7293
|
"http-log": {
|
|
7294
7294
|
description: e("plugins.meta.http-log.description"),
|
|
7295
|
-
group:
|
|
7295
|
+
group: oe.LOGGING,
|
|
7296
7296
|
isEnterprise: !1,
|
|
7297
7297
|
name: e("plugins.meta.http-log.name"),
|
|
7298
7298
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7299
7299
|
},
|
|
7300
7300
|
loggly: {
|
|
7301
7301
|
description: e("plugins.meta.loggly.description"),
|
|
7302
|
-
group:
|
|
7302
|
+
group: oe.LOGGING,
|
|
7303
7303
|
isEnterprise: !1,
|
|
7304
7304
|
name: e("plugins.meta.loggly.name"),
|
|
7305
7305
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7306
7306
|
},
|
|
7307
7307
|
"statsd-advanced": {
|
|
7308
7308
|
description: e("plugins.meta.statsd-advanced.description"),
|
|
7309
|
-
group:
|
|
7309
|
+
group: oe.ANALYTICS_AND_MONITORING,
|
|
7310
7310
|
isEnterprise: !0,
|
|
7311
7311
|
name: e("plugins.meta.statsd-advanced.name"),
|
|
7312
7312
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7313
7313
|
},
|
|
7314
7314
|
statsd: {
|
|
7315
7315
|
description: e("plugins.meta.statsd.description"),
|
|
7316
|
-
group:
|
|
7316
|
+
group: oe.ANALYTICS_AND_MONITORING,
|
|
7317
7317
|
isEnterprise: !1,
|
|
7318
7318
|
name: e("plugins.meta.statsd.name"),
|
|
7319
7319
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7320
7320
|
},
|
|
7321
7321
|
syslog: {
|
|
7322
7322
|
description: e("plugins.meta.syslog.description"),
|
|
7323
|
-
group:
|
|
7323
|
+
group: oe.LOGGING,
|
|
7324
7324
|
isEnterprise: !1,
|
|
7325
7325
|
name: e("plugins.meta.syslog.name"),
|
|
7326
7326
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7327
7327
|
},
|
|
7328
7328
|
"tcp-log": {
|
|
7329
7329
|
description: e("plugins.meta.tcp-log.description"),
|
|
7330
|
-
group:
|
|
7330
|
+
group: oe.LOGGING,
|
|
7331
7331
|
isEnterprise: !1,
|
|
7332
7332
|
name: e("plugins.meta.tcp-log.name"),
|
|
7333
7333
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7334
7334
|
},
|
|
7335
7335
|
"udp-log": {
|
|
7336
7336
|
description: e("plugins.meta.udp-log.description"),
|
|
7337
|
-
group:
|
|
7337
|
+
group: oe.LOGGING,
|
|
7338
7338
|
isEnterprise: !1,
|
|
7339
7339
|
name: e("plugins.meta.udp-log.name"),
|
|
7340
7340
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7341
7341
|
},
|
|
7342
7342
|
"kafka-log": {
|
|
7343
7343
|
description: e("plugins.meta.kafka-log.description"),
|
|
7344
|
-
group:
|
|
7344
|
+
group: oe.LOGGING,
|
|
7345
7345
|
isEnterprise: !0,
|
|
7346
7346
|
name: e("plugins.meta.kafka-log.name"),
|
|
7347
7347
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7348
7348
|
},
|
|
7349
7349
|
session: {
|
|
7350
7350
|
description: e("plugins.meta.session.description"),
|
|
7351
|
-
group:
|
|
7351
|
+
group: oe.AUTHENTICATION,
|
|
7352
7352
|
isEnterprise: !1,
|
|
7353
7353
|
name: e("plugins.meta.session.name"),
|
|
7354
7354
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
7355
7355
|
},
|
|
7356
7356
|
"upstream-tls": {
|
|
7357
7357
|
description: e("plugins.meta.upstream-tls.description"),
|
|
7358
|
-
group:
|
|
7358
|
+
group: oe.AUTHENTICATION,
|
|
7359
7359
|
isEnterprise: !0,
|
|
7360
7360
|
name: e("plugins.meta.upstream-tls.name"),
|
|
7361
7361
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
7362
7362
|
},
|
|
7363
7363
|
"application-registration": {
|
|
7364
7364
|
description: e("plugins.meta.application-registration.description"),
|
|
7365
|
-
group:
|
|
7365
|
+
group: oe.AUTHENTICATION,
|
|
7366
7366
|
isEnterprise: !0,
|
|
7367
7367
|
name: e("plugins.meta.application-registration.name"),
|
|
7368
7368
|
scope: [m.SERVICE]
|
|
7369
7369
|
},
|
|
7370
7370
|
"konnect-application-auth": {
|
|
7371
7371
|
description: e("plugins.meta.konnect-application-auth.description"),
|
|
7372
|
-
group:
|
|
7372
|
+
group: oe.AUTHENTICATION,
|
|
7373
7373
|
isEnterprise: !1,
|
|
7374
7374
|
name: e("plugins.meta.konnect-application-auth.name"),
|
|
7375
7375
|
scope: [m.GLOBAL, m.SERVICE],
|
|
@@ -7377,28 +7377,28 @@ const Sk = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAMAAAAOusbgAA
|
|
|
7377
7377
|
},
|
|
7378
7378
|
acme: {
|
|
7379
7379
|
description: e("plugins.meta.acme.description"),
|
|
7380
|
-
group:
|
|
7380
|
+
group: oe.SECURITY,
|
|
7381
7381
|
isEnterprise: !1,
|
|
7382
7382
|
name: e("plugins.meta.acme.name"),
|
|
7383
7383
|
scope: [m.GLOBAL]
|
|
7384
7384
|
},
|
|
7385
7385
|
"grpc-gateway": {
|
|
7386
7386
|
description: e("plugins.meta.grpc-gateway.description"),
|
|
7387
|
-
group:
|
|
7387
|
+
group: oe.TRANSFORMATIONS,
|
|
7388
7388
|
isEnterprise: !1,
|
|
7389
7389
|
name: e("plugins.meta.grpc-gateway.name"),
|
|
7390
7390
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7391
7391
|
},
|
|
7392
7392
|
"grpc-web": {
|
|
7393
7393
|
description: e("plugins.meta.grpc-web.description"),
|
|
7394
|
-
group:
|
|
7394
|
+
group: oe.TRANSFORMATIONS,
|
|
7395
7395
|
isEnterprise: !1,
|
|
7396
7396
|
name: e("plugins.meta.grpc-web.name"),
|
|
7397
7397
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7398
7398
|
},
|
|
7399
7399
|
"upstream-timeout": {
|
|
7400
7400
|
description: e("plugins.meta.upstream-timeout.description"),
|
|
7401
|
-
group:
|
|
7401
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7402
7402
|
isEnterprise: !0,
|
|
7403
7403
|
name: e("plugins.meta.upstream-timeout.name"),
|
|
7404
7404
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
@@ -7406,70 +7406,70 @@ const Sk = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAMAAAAOusbgAA
|
|
|
7406
7406
|
// New in Kong 3.0
|
|
7407
7407
|
opentelemetry: {
|
|
7408
7408
|
description: e("plugins.meta.opentelemetry.description"),
|
|
7409
|
-
group:
|
|
7409
|
+
group: oe.ANALYTICS_AND_MONITORING,
|
|
7410
7410
|
isEnterprise: !1,
|
|
7411
7411
|
name: e("plugins.meta.opentelemetry.name"),
|
|
7412
7412
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7413
7413
|
},
|
|
7414
7414
|
"websocket-validator": {
|
|
7415
7415
|
description: e("plugins.meta.websocket-validator.description"),
|
|
7416
|
-
group:
|
|
7416
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7417
7417
|
isEnterprise: !0,
|
|
7418
7418
|
name: e("plugins.meta.websocket-validator.name"),
|
|
7419
7419
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7420
7420
|
},
|
|
7421
7421
|
"websocket-size-limit": {
|
|
7422
7422
|
description: e("plugins.meta.websocket-size-limit.description"),
|
|
7423
|
-
group:
|
|
7423
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7424
7424
|
isEnterprise: !0,
|
|
7425
7425
|
name: e("plugins.meta.websocket-size-limit.name"),
|
|
7426
7426
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7427
7427
|
},
|
|
7428
7428
|
"tls-metadata-headers": {
|
|
7429
7429
|
description: e("plugins.meta.tls-metadata-headers.description"),
|
|
7430
|
-
group:
|
|
7430
|
+
group: oe.SECURITY,
|
|
7431
7431
|
isEnterprise: !0,
|
|
7432
7432
|
name: e("plugins.meta.tls-metadata-headers.name"),
|
|
7433
7433
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
7434
7434
|
},
|
|
7435
7435
|
"tls-handshake-modifier": {
|
|
7436
7436
|
description: e("plugins.meta.tls-handshake-modifier.description"),
|
|
7437
|
-
group:
|
|
7437
|
+
group: oe.SECURITY,
|
|
7438
7438
|
isEnterprise: !0,
|
|
7439
7439
|
name: e("plugins.meta.tls-handshake-modifier.name"),
|
|
7440
7440
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
7441
7441
|
},
|
|
7442
7442
|
"oas-validation": {
|
|
7443
7443
|
description: e("plugins.meta.oas-validation.description"),
|
|
7444
|
-
group:
|
|
7444
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7445
7445
|
isEnterprise: !0,
|
|
7446
7446
|
name: e("plugins.meta.oas-validation.name"),
|
|
7447
7447
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7448
7448
|
},
|
|
7449
7449
|
"jwe-decrypt": {
|
|
7450
7450
|
description: e("plugins.meta.jwe-decrypt.description"),
|
|
7451
|
-
group:
|
|
7451
|
+
group: oe.AUTHENTICATION,
|
|
7452
7452
|
isEnterprise: !0,
|
|
7453
7453
|
name: e("plugins.meta.jwe-decrypt.name"),
|
|
7454
7454
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
7455
7455
|
},
|
|
7456
7456
|
"xml-threat-protection": {
|
|
7457
7457
|
description: e("plugins.meta.xml-threat-protection.description"),
|
|
7458
|
-
group:
|
|
7458
|
+
group: oe.TRAFFIC_CONTROL,
|
|
7459
7459
|
isEnterprise: !0,
|
|
7460
7460
|
name: e("plugins.meta.xml-threat-protection.name"),
|
|
7461
7461
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
7462
7462
|
},
|
|
7463
7463
|
saml: {
|
|
7464
7464
|
description: e("plugins.meta.saml.description"),
|
|
7465
|
-
group:
|
|
7465
|
+
group: oe.SECURITY,
|
|
7466
7466
|
isEnterprise: !0,
|
|
7467
7467
|
name: e("plugins.meta.saml.name"),
|
|
7468
7468
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE]
|
|
7469
7469
|
},
|
|
7470
7470
|
"app-dynamics": {
|
|
7471
7471
|
description: e("plugins.meta.app-dynamics.description"),
|
|
7472
|
-
group:
|
|
7472
|
+
group: oe.ANALYTICS_AND_MONITORING,
|
|
7473
7473
|
isEnterprise: !0,
|
|
7474
7474
|
name: e("plugins.meta.app-dynamics.name"),
|
|
7475
7475
|
scope: [m.GLOBAL, m.SERVICE, m.ROUTE, m.CONSUMER]
|
|
@@ -7569,7 +7569,7 @@ var Ma = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
7569
7569
|
Jr.exports;
|
|
7570
7570
|
(function(e, a) {
|
|
7571
7571
|
(function() {
|
|
7572
|
-
var n, r = "4.17.21", s = 200, l = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", u = "Expected a function", c = "Invalid `variable` option passed into `_.template`", p = "__lodash_hash_undefined__", v = 500, C = "__lodash_placeholder__", y = 1, O = 2, B = 4, H = 1, R = 2, P = 1, N = 2, Y = 4, U = 8, F = 16, w = 32, D = 64, L = 128,
|
|
7572
|
+
var n, r = "4.17.21", s = 200, l = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", u = "Expected a function", c = "Invalid `variable` option passed into `_.template`", p = "__lodash_hash_undefined__", v = 500, C = "__lodash_placeholder__", y = 1, O = 2, B = 4, H = 1, R = 2, P = 1, N = 2, Y = 4, U = 8, F = 16, w = 32, D = 64, L = 128, re = 256, ae = 512, Ae = 30, ie = "...", ee = 800, pe = 16, fe = 1, Ce = 2, K = 3, de = 1 / 0, Ee = 9007199254740991, ve = 17976931348623157e292, me = NaN, Ge = 4294967295, wt = Ge - 1, rt = Ge >>> 1, En = [
|
|
7573
7573
|
["ary", L],
|
|
7574
7574
|
["bind", P],
|
|
7575
7575
|
["bindKey", N],
|
|
@@ -7578,7 +7578,7 @@ Jr.exports;
|
|
|
7578
7578
|
["flip", ae],
|
|
7579
7579
|
["partial", w],
|
|
7580
7580
|
["partialRight", D],
|
|
7581
|
-
["rearg",
|
|
7581
|
+
["rearg", re]
|
|
7582
7582
|
], _t = "[object Arguments]", mt = "[object Array]", nt = "[object AsyncFunction]", Yt = "[object Boolean]", Ft = "[object Date]", ni = "[object DOMException]", Un = "[object Error]", Lt = "[object Function]", ye = "[object GeneratorFunction]", V = "[object Map]", ce = "[object Number]", J = "[object Null]", Oe = "[object Object]", Te = "[object Promise]", _e = "[object Proxy]", it = "[object RegExp]", ge = "[object Set]", Re = "[object String]", ue = "[object Symbol]", be = "[object Undefined]", vt = "[object WeakMap]", Hn = "[object WeakSet]", zt = "[object ArrayBuffer]", Gn = "[object DataView]", Ui = "[object Float32Array]", Hi = "[object Float64Array]", Gi = "[object Int8Array]", $e = "[object Int16Array]", Kt = "[object Int32Array]", $t = "[object Uint8Array]", Mn = "[object Uint8ClampedArray]", Vn = "[object Uint16Array]", Ai = "[object Uint32Array]", gg = /\b__p \+= '';/g, fg = /\b(__p \+=) '' \+/g, mg = /(__e\(.*?\)|\b__t\)) \+\n'';/g, al = /&(?:amp|lt|gt|quot|#39);/g, rl = /[&<>"']/g, hg = RegExp(al.source), Ag = RegExp(rl.source), vg = /<%-([\s\S]+?)%>/g, yg = /<%([\s\S]+?)%>/g, sl = /<%=([\s\S]+?)%>/g, bg = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, wg = /^\w*$/, Cg = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, rs = /[\\^$.*+?()[\]{}|]/g, Eg = RegExp(rs.source), ss = /^\s+/, kg = /\s/, Og = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, Ig = /\{\n\/\* \[wrapped with (.+)\] \*/, Bg = /,? & /, Mg = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, xg = /[()=,{}\[\]\/\s]/, Sg = /\\(\\)?/g, Tg = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, ol = /\w*$/, Rg = /^[-+]0x[0-9a-f]+$/i, Lg = /^0b[01]+$/i, Ng = /^\[object .+?Constructor\]$/, Dg = /^0o[0-7]+$/i, jg = /^(?:0|[1-9]\d*)$/, Pg = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, Xa = /($^)/, Yg = /['\n\r\u2028\u2029\\]/g, Ja = "\\ud800-\\udfff", Ug = "\\u0300-\\u036f", Hg = "\\ufe20-\\ufe2f", Gg = "\\u20d0-\\u20ff", ll = Ug + Hg + Gg, ul = "\\u2700-\\u27bf", cl = "a-z\\xdf-\\xf6\\xf8-\\xff", Vg = "\\xac\\xb1\\xd7\\xf7", Fg = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", zg = "\\u2000-\\u206f", Kg = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", dl = "A-Z\\xc0-\\xd6\\xd8-\\xde", pl = "\\ufe0e\\ufe0f", gl = Vg + Fg + zg + Kg, os = "['’]", qg = "[" + Ja + "]", fl = "[" + gl + "]", Wa = "[" + ll + "]", ml = "\\d+", Xg = "[" + ul + "]", hl = "[" + cl + "]", Al = "[^" + Ja + gl + ml + ul + cl + dl + "]", ls = "\\ud83c[\\udffb-\\udfff]", Jg = "(?:" + Wa + "|" + ls + ")", vl = "[^" + Ja + "]", us = "(?:\\ud83c[\\udde6-\\uddff]){2}", cs = "[\\ud800-\\udbff][\\udc00-\\udfff]", Vi = "[" + dl + "]", yl = "\\u200d", bl = "(?:" + hl + "|" + Al + ")", Wg = "(?:" + Vi + "|" + Al + ")", wl = "(?:" + os + "(?:d|ll|m|re|s|t|ve))?", Cl = "(?:" + os + "(?:D|LL|M|RE|S|T|VE))?", El = Jg + "?", kl = "[" + pl + "]?", Zg = "(?:" + yl + "(?:" + [vl, us, cs].join("|") + ")" + kl + El + ")*", Qg = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", _g = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", Ol = kl + El + Zg, $g = "(?:" + [Xg, us, cs].join("|") + ")" + Ol, ef = "(?:" + [vl + Wa + "?", Wa, us, cs, qg].join("|") + ")", tf = RegExp(os, "g"), nf = RegExp(Wa, "g"), ds = RegExp(ls + "(?=" + ls + ")|" + ef + Ol, "g"), af = RegExp([
|
|
7583
7583
|
Vi + "?" + hl + "+" + wl + "(?=" + [fl, Vi, "$"].join("|") + ")",
|
|
7584
7584
|
Wg + "+" + Cl + "(?=" + [fl, Vi + bl, "$"].join("|") + ")",
|
|
@@ -9211,7 +9211,7 @@ Jr.exports;
|
|
|
9211
9211
|
for (d = b ? d : o; ++d < o; ) {
|
|
9212
9212
|
h = i[d];
|
|
9213
9213
|
var E = kr(h), M = E == "wrapper" ? Ws(h) : n;
|
|
9214
|
-
M && $s(M[0]) && M[1] == (L | U | w |
|
|
9214
|
+
M && $s(M[0]) && M[1] == (L | U | w | re) && !M[4].length && M[9] == 1 ? b = b[kr(M[0])].apply(b, M[3]) : b = h.length == 1 && $s(h) ? b[E]() : b.thru(h);
|
|
9215
9215
|
}
|
|
9216
9216
|
return function() {
|
|
9217
9217
|
var X = arguments, W = X[0];
|
|
@@ -9696,7 +9696,7 @@ Jr.exports;
|
|
|
9696
9696
|
return i;
|
|
9697
9697
|
}
|
|
9698
9698
|
function Sh(t, i) {
|
|
9699
|
-
var o = t[1], d = i[1], g = o | d, h = g < (P | N | L), b = d == L && o == U || d == L && o ==
|
|
9699
|
+
var o = t[1], d = i[1], g = o | d, h = g < (P | N | L), b = d == L && o == U || d == L && o == re && t[7].length <= i[8] || d == (L | re) && i[7].length <= i[8] && o == U;
|
|
9700
9700
|
if (!(h || b))
|
|
9701
9701
|
return t;
|
|
9702
9702
|
d & P && (t[2] = i[2], g |= o & P ? 0 : Y);
|
|
@@ -10385,7 +10385,7 @@ Jr.exports;
|
|
|
10385
10385
|
var o = ri(i, $i(fc));
|
|
10386
10386
|
return qn(t, D, n, i, o);
|
|
10387
10387
|
}), bv = Xn(function(t, i) {
|
|
10388
|
-
return qn(t,
|
|
10388
|
+
return qn(t, re, n, n, n, i);
|
|
10389
10389
|
});
|
|
10390
10390
|
function wv(t, i) {
|
|
10391
10391
|
if (typeof t != "function")
|
|
@@ -11526,10 +11526,10 @@ function VI(e, a, n) {
|
|
|
11526
11526
|
return u.push(Ad(w)), "@@@";
|
|
11527
11527
|
}), p = {}, v = {};
|
|
11528
11528
|
c = Ad(c).replace(Kp, function(F) {
|
|
11529
|
-
var w = UI[F], D = w[0], L = w[1],
|
|
11529
|
+
var w = UI[F], D = w[0], L = w[1], re = w[3];
|
|
11530
11530
|
if (p[D])
|
|
11531
11531
|
throw new Error("Invalid format. " + D + " specified twice in format");
|
|
11532
|
-
return p[D] = !0,
|
|
11532
|
+
return p[D] = !0, re && (v[re] = !0), l.push(w), "(" + L + ")";
|
|
11533
11533
|
}), Object.keys(v).forEach(function(F) {
|
|
11534
11534
|
if (!p[F])
|
|
11535
11535
|
throw new Error("Invalid format. " + F + " is required in specified format");
|
|
@@ -11887,8 +11887,8 @@ function tB(e, a, n, r, s, l) {
|
|
|
11887
11887
|
Be(_(l.getItemName(c)), 1)
|
|
11888
11888
|
])
|
|
11889
11889
|
], 2))), 256))
|
|
11890
|
-
], 8, JI)) :
|
|
11891
|
-
e.schema.listBox ?
|
|
11890
|
+
], 8, JI)) : se("", !0),
|
|
11891
|
+
e.schema.listBox ? se("", !0) : (A(), k("div", {
|
|
11892
11892
|
key: 1,
|
|
11893
11893
|
class: "combobox form-control",
|
|
11894
11894
|
disabled: e.disabled || null
|
|
@@ -11917,7 +11917,7 @@ function tB(e, a, n, r, s, l) {
|
|
|
11917
11917
|
]),
|
|
11918
11918
|
Be(_(l.getItemName(c)), 1)
|
|
11919
11919
|
])
|
|
11920
|
-
], 2))), 256)) :
|
|
11920
|
+
], 2))), 256)) : se("", !0)
|
|
11921
11921
|
])
|
|
11922
11922
|
], 8, ZI))
|
|
11923
11923
|
])), [
|
|
@@ -12026,7 +12026,7 @@ function oB(e, a, n, r, s, l) {
|
|
|
12026
12026
|
}, null, 42, rB), [
|
|
12027
12027
|
[u, "input"]
|
|
12028
12028
|
]),
|
|
12029
|
-
e.schema.inputType.toLowerCase() === "color" || e.schema.inputType.toLowerCase() === "range" ? (A(), k("span", sB, _(e.value), 1)) :
|
|
12029
|
+
e.schema.inputType.toLowerCase() === "color" || e.schema.inputType.toLowerCase() === "range" ? (A(), k("span", sB, _(e.value), 1)) : se("", !0)
|
|
12030
12030
|
])), [
|
|
12031
12031
|
[u, "wrapper"]
|
|
12032
12032
|
]);
|
|
@@ -12234,7 +12234,7 @@ function EB(e, a, n, r, s, l) {
|
|
|
12234
12234
|
name: e.schema.inputName,
|
|
12235
12235
|
id: e.getFieldID(e.schema)
|
|
12236
12236
|
}, [
|
|
12237
|
-
l.selectOptions.hideNoneSelectedText ?
|
|
12237
|
+
l.selectOptions.hideNoneSelectedText ? se("", !0) : (A(), k("option", {
|
|
12238
12238
|
key: 0,
|
|
12239
12239
|
disabled: e.schema.required || null,
|
|
12240
12240
|
value: null
|
|
@@ -12246,9 +12246,9 @@ function EB(e, a, n, r, s, l) {
|
|
|
12246
12246
|
}, [
|
|
12247
12247
|
c.ops ? (A(!0), k(De, { key: 0 }, ze(c.ops, (p) => (A(), k("option", {
|
|
12248
12248
|
value: l.getItemValue(p)
|
|
12249
|
-
}, _(l.getItemName(p)), 9, wB))), 256)) :
|
|
12250
|
-
], 8, bB)) :
|
|
12251
|
-
c.group ?
|
|
12249
|
+
}, _(l.getItemName(p)), 9, wB))), 256)) : se("", !0)
|
|
12250
|
+
], 8, bB)) : se("", !0),
|
|
12251
|
+
c.group ? se("", !0) : (A(), k("option", {
|
|
12252
12252
|
key: 1,
|
|
12253
12253
|
value: l.getItemValue(c)
|
|
12254
12254
|
}, _(l.getItemName(c)), 9, CB))
|
|
@@ -12621,7 +12621,7 @@ function eM(e, a, n, r, s, l) {
|
|
|
12621
12621
|
disabled: e.disabled || null,
|
|
12622
12622
|
onChange: a[1] || (a[1] = (...u) => l.fileChanged && l.fileChanged(...u)),
|
|
12623
12623
|
name: e.schema.inputName
|
|
12624
|
-
}, null, 40, $B)) :
|
|
12624
|
+
}, null, 40, $B)) : se("", !0),
|
|
12625
12625
|
x("div", {
|
|
12626
12626
|
class: "preview",
|
|
12627
12627
|
style: ji(l.previewStyle)
|
|
@@ -12891,7 +12891,7 @@ function EM(e, a, n, r, s, l) {
|
|
|
12891
12891
|
disabled: e.schema.required || null,
|
|
12892
12892
|
value: null,
|
|
12893
12893
|
selected: e.value == null
|
|
12894
|
-
}, null, 8, wM)) :
|
|
12894
|
+
}, null, 8, wM)) : se("", !0),
|
|
12895
12895
|
(A(!0), k(De, null, ze(l.items, (u) => (A(), k("option", {
|
|
12896
12896
|
value: l.getItemValue(u)
|
|
12897
12897
|
}, _(l.getItemName(u)), 9, CM))), 256))
|
|
@@ -13115,7 +13115,7 @@ function tx(e, a, n, r, s, l) {
|
|
|
13115
13115
|
}, null, 8, KM), [
|
|
13116
13116
|
[bn, e.value[v]]
|
|
13117
13117
|
])
|
|
13118
|
-
])) :
|
|
13118
|
+
])) : se("", !0),
|
|
13119
13119
|
s.keyTypes[v] === "boolean" ? (A(), k("td", qM, [
|
|
13120
13120
|
Fe(x("input", {
|
|
13121
13121
|
"onUpdate:modelValue": (C) => e.value[v] = C,
|
|
@@ -13123,7 +13123,7 @@ function tx(e, a, n, r, s, l) {
|
|
|
13123
13123
|
}, null, 8, XM), [
|
|
13124
13124
|
[jo, e.value[v]]
|
|
13125
13125
|
])
|
|
13126
|
-
])) :
|
|
13126
|
+
])) : se("", !0),
|
|
13127
13127
|
s.keyTypes[v] === "number" ? (A(), k("td", JM, [
|
|
13128
13128
|
Fe(x("input", {
|
|
13129
13129
|
"onUpdate:modelValue": (C) => e.value[v] = C,
|
|
@@ -13131,7 +13131,7 @@ function tx(e, a, n, r, s, l) {
|
|
|
13131
13131
|
}, null, 8, WM), [
|
|
13132
13132
|
[bn, e.value[v]]
|
|
13133
13133
|
])
|
|
13134
|
-
])) :
|
|
13134
|
+
])) : se("", !0),
|
|
13135
13135
|
x("td", null, [
|
|
13136
13136
|
x("input", {
|
|
13137
13137
|
type: "button",
|
|
@@ -13301,7 +13301,7 @@ function hx(e, a, n, r, s, l) {
|
|
|
13301
13301
|
}, null, 40, cx), [
|
|
13302
13302
|
[bn, e.value[C]]
|
|
13303
13303
|
]),
|
|
13304
|
-
e.schema.fields && e.schema.fields[0].schema.hint ? (A(), k("p", dx, _(e.schema.fields[0].schema.hint), 1)) :
|
|
13304
|
+
e.schema.fields && e.schema.fields[0].schema.hint ? (A(), k("p", dx, _(e.schema.fields[0].schema.hint), 1)) : se("", !0)
|
|
13305
13305
|
])),
|
|
13306
13306
|
px
|
|
13307
13307
|
])
|
|
@@ -13332,7 +13332,7 @@ function hx(e, a, n, r, s, l) {
|
|
|
13332
13332
|
_: 1
|
|
13333
13333
|
}, 8, ["disabled", "onClick"])
|
|
13334
13334
|
]),
|
|
13335
|
-
e.schema.hintText ? (A(), k("p", mx, _(e.schema.hintText), 1)) :
|
|
13335
|
+
e.schema.hintText ? (A(), k("p", mx, _(e.schema.hintText), 1)) : se("", !0)
|
|
13336
13336
|
], 2)
|
|
13337
13337
|
], 10, ix);
|
|
13338
13338
|
}
|
|
@@ -13433,7 +13433,7 @@ const ig = /* @__PURE__ */ Ye(nx, [["render", hx], ["__scopeId", "data-v-22600a2
|
|
|
13433
13433
|
width: "100%",
|
|
13434
13434
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13435
13435
|
}, [
|
|
13436
|
-
e.title ? (A(), k("title", yx, _(e.title), 1)) :
|
|
13436
|
+
e.title ? (A(), k("title", yx, _(e.title), 1)) : se("", !0),
|
|
13437
13437
|
bx
|
|
13438
13438
|
], 8, vx))
|
|
13439
13439
|
]),
|
|
@@ -13532,7 +13532,7 @@ const ig = /* @__PURE__ */ Ye(nx, [["render", hx], ["__scopeId", "data-v-22600a2
|
|
|
13532
13532
|
width: "100%",
|
|
13533
13533
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13534
13534
|
}, [
|
|
13535
|
-
e.title ? (A(), k("title", Ox, _(e.title), 1)) :
|
|
13535
|
+
e.title ? (A(), k("title", Ox, _(e.title), 1)) : se("", !0),
|
|
13536
13536
|
Ix
|
|
13537
13537
|
], 8, kx))
|
|
13538
13538
|
]),
|
|
@@ -13639,7 +13639,7 @@ function Yx(e, a, n, r, s, l) {
|
|
|
13639
13639
|
]),
|
|
13640
13640
|
_: 1
|
|
13641
13641
|
})
|
|
13642
|
-
])) :
|
|
13642
|
+
])) : se("", !0)
|
|
13643
13643
|
]),
|
|
13644
13644
|
_: 3
|
|
13645
13645
|
})
|
|
@@ -14015,7 +14015,7 @@ function uS(e, a, n, r, s, l) {
|
|
|
14015
14015
|
type: "button",
|
|
14016
14016
|
value: e.schema.removeElementButtonLabel || n.removeElementButtonLabel,
|
|
14017
14017
|
onClick: (O) => l.removeElement(v)
|
|
14018
|
-
}), null, 16, sS)) :
|
|
14018
|
+
}), null, 16, sS)) : se("", !0)
|
|
14019
14019
|
];
|
|
14020
14020
|
}),
|
|
14021
14021
|
_: 2
|
|
@@ -14029,7 +14029,7 @@ function uS(e, a, n, r, s, l) {
|
|
|
14029
14029
|
type: "button",
|
|
14030
14030
|
value: e.schema.removeElementButtonLabel || n.removeElementButtonLabel,
|
|
14031
14031
|
onClick: (C) => l.removeElement(v)
|
|
14032
|
-
}), null, 16, lS)) :
|
|
14032
|
+
}), null, 16, lS)) : se("", !0)
|
|
14033
14033
|
], 2))), 128)),
|
|
14034
14034
|
Q(c, {
|
|
14035
14035
|
appearance: "tertiary",
|
|
@@ -14043,7 +14043,7 @@ function uS(e, a, n, r, s, l) {
|
|
|
14043
14043
|
]),
|
|
14044
14044
|
_: 1
|
|
14045
14045
|
}, 8, ["class", "data-testid", "onClick"])
|
|
14046
|
-
], 10, iS)) :
|
|
14046
|
+
], 10, iS)) : se("", !0);
|
|
14047
14047
|
}
|
|
14048
14048
|
const cS = /* @__PURE__ */ Ye(nS, [["render", uS], ["__scopeId", "data-v-1731cb2f"]]), dS = {
|
|
14049
14049
|
mixins: [Qe],
|
|
@@ -14477,7 +14477,7 @@ function WS(e, a, n, r, s, l) {
|
|
|
14477
14477
|
US
|
|
14478
14478
|
]),
|
|
14479
14479
|
_: 1
|
|
14480
|
-
})) :
|
|
14480
|
+
})) : se("", !0)
|
|
14481
14481
|
]),
|
|
14482
14482
|
n.field.link ? (A(), k("div", GS, [
|
|
14483
14483
|
Q(c, {
|
|
@@ -14488,8 +14488,8 @@ function WS(e, a, n, r, s, l) {
|
|
|
14488
14488
|
]),
|
|
14489
14489
|
_: 1
|
|
14490
14490
|
}, 8, ["href"])
|
|
14491
|
-
])) :
|
|
14492
|
-
], 10, jS)) :
|
|
14491
|
+
])) : se("", !0)
|
|
14492
|
+
], 10, jS)) : se("", !0),
|
|
14493
14493
|
x("div", FS, [
|
|
14494
14494
|
(A(), Z(Ot(l.getFieldType(n.field)), Ln(e.$attrs, {
|
|
14495
14495
|
ref: "child",
|
|
@@ -14509,19 +14509,19 @@ function WS(e, a, n, r, s, l) {
|
|
|
14509
14509
|
onClick: (C) => l.buttonClickHandler(p, n.field, C),
|
|
14510
14510
|
textContent: _(p.label)
|
|
14511
14511
|
}, null, 10, KS))), 128))
|
|
14512
|
-
])) :
|
|
14512
|
+
])) : se("", !0)
|
|
14513
14513
|
]),
|
|
14514
14514
|
n.field.hint ? (A(), k("div", {
|
|
14515
14515
|
key: 1,
|
|
14516
14516
|
class: "hint",
|
|
14517
14517
|
innerHTML: l.fieldHint(n.field)
|
|
14518
|
-
}, null, 8, qS)) :
|
|
14518
|
+
}, null, 8, qS)) : se("", !0),
|
|
14519
14519
|
l.fieldErrors(n.field).length > 0 ? (A(), k("div", XS, [
|
|
14520
14520
|
(A(!0), k(De, null, ze(l.fieldErrors(n.field), (p, v) => (A(), k("span", {
|
|
14521
14521
|
key: v,
|
|
14522
14522
|
innerHTML: p
|
|
14523
14523
|
}, null, 8, JS))), 128))
|
|
14524
|
-
])) :
|
|
14524
|
+
])) : se("", !0)
|
|
14525
14525
|
], 2);
|
|
14526
14526
|
}
|
|
14527
14527
|
const ZS = /* @__PURE__ */ Ye(DS, [["render", WS], ["__scopeId", "data-v-bee61052"]]), QS = {
|
|
@@ -14547,14 +14547,14 @@ function tT(e, a, n, r, s, l) {
|
|
|
14547
14547
|
options: n.options,
|
|
14548
14548
|
onValidated: l.onFieldValidated,
|
|
14549
14549
|
onModelUpdated: l.onModelUpdated
|
|
14550
|
-
}, null, 8, ["vfg", "field", "errors", "model", "options", "onValidated", "onModelUpdated"])) :
|
|
14550
|
+
}, null, 8, ["vfg", "field", "errors", "model", "options", "onValidated", "onModelUpdated"])) : se("", !0)
|
|
14551
14551
|
], 64))), 256))
|
|
14552
|
-
], 8, _S)) :
|
|
14552
|
+
], 8, _S)) : se("", !0),
|
|
14553
14553
|
(A(!0), k(De, null, ze(l.groups, (c) => (A(), k("fieldset", {
|
|
14554
14554
|
is: n.tag,
|
|
14555
14555
|
class: Ke(e.getFieldRowClasses(c))
|
|
14556
14556
|
}, [
|
|
14557
|
-
c.legend ? (A(), k("legend", eT, _(c.legend), 1)) :
|
|
14557
|
+
c.legend ? (A(), k("legend", eT, _(c.legend), 1)) : se("", !0),
|
|
14558
14558
|
(A(!0), k(De, null, ze(c.fields, (p) => (A(), k(De, null, [
|
|
14559
14559
|
l.fieldVisible(p) ? (A(), Z(u, {
|
|
14560
14560
|
key: 0,
|
|
@@ -14567,10 +14567,10 @@ function tT(e, a, n, r, s, l) {
|
|
|
14567
14567
|
options: n.options,
|
|
14568
14568
|
onValidated: l.onFieldValidated,
|
|
14569
14569
|
onModelUpdated: l.onModelUpdated
|
|
14570
|
-
}, null, 8, ["vfg", "field", "errors", "model", "options", "onValidated", "onModelUpdated"])) :
|
|
14570
|
+
}, null, 8, ["vfg", "field", "errors", "model", "options", "onValidated", "onModelUpdated"])) : se("", !0)
|
|
14571
14571
|
], 64))), 256))
|
|
14572
14572
|
], 10, $S))), 256))
|
|
14573
|
-
])) :
|
|
14573
|
+
])) : se("", !0);
|
|
14574
14574
|
}
|
|
14575
14575
|
const nT = {
|
|
14576
14576
|
name: "FormGenerator",
|
|
@@ -15174,7 +15174,7 @@ function bT(e, a, n, r, s, l) {
|
|
|
15174
15174
|
options: n.formOptions,
|
|
15175
15175
|
schema: s.globalFields,
|
|
15176
15176
|
onModelUpdated: n.onModelUpdated
|
|
15177
|
-
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) :
|
|
15177
|
+
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) : se("", !0),
|
|
15178
15178
|
Q(y, { tabs: s.tabs }, {
|
|
15179
15179
|
common: S(() => [
|
|
15180
15180
|
x("div", oT, [
|
|
@@ -15193,7 +15193,7 @@ function bT(e, a, n, r, s, l) {
|
|
|
15193
15193
|
options: n.formOptions,
|
|
15194
15194
|
schema: s.commonFieldsSchema,
|
|
15195
15195
|
onModelUpdated: n.onModelUpdated
|
|
15196
|
-
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) :
|
|
15196
|
+
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) : se("", !0),
|
|
15197
15197
|
Q(p, null, {
|
|
15198
15198
|
default: S(() => [
|
|
15199
15199
|
Be("Auth Methods")
|
|
@@ -15242,7 +15242,7 @@ function bT(e, a, n, r, s, l) {
|
|
|
15242
15242
|
options: n.formOptions,
|
|
15243
15243
|
schema: s.authFieldsSchema,
|
|
15244
15244
|
onModelUpdated: n.onModelUpdated
|
|
15245
|
-
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) :
|
|
15245
|
+
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) : se("", !0)
|
|
15246
15246
|
])
|
|
15247
15247
|
]),
|
|
15248
15248
|
advanced: S(() => [
|
|
@@ -15262,7 +15262,7 @@ function bT(e, a, n, r, s, l) {
|
|
|
15262
15262
|
options: n.formOptions,
|
|
15263
15263
|
schema: s.advancedFieldsSchema,
|
|
15264
15264
|
onModelUpdated: n.onModelUpdated
|
|
15265
|
-
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) :
|
|
15265
|
+
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) : se("", !0)
|
|
15266
15266
|
])
|
|
15267
15267
|
]),
|
|
15268
15268
|
_: 1
|
|
@@ -15372,7 +15372,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
15372
15372
|
options: e.formOptions,
|
|
15373
15373
|
schema: l.value,
|
|
15374
15374
|
onModelUpdated: e.onModelUpdated
|
|
15375
|
-
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) :
|
|
15375
|
+
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) : se("", !0);
|
|
15376
15376
|
}
|
|
15377
15377
|
}), kT = /* @__PURE__ */ Ye(ET, [["__scopeId", "data-v-6706c68b"]]), OT = /* @__PURE__ */ He({
|
|
15378
15378
|
__name: "ExitTransformer",
|
|
@@ -15413,7 +15413,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
15413
15413
|
options: e.formOptions,
|
|
15414
15414
|
schema: l.value,
|
|
15415
15415
|
onModelUpdated: e.onModelUpdated
|
|
15416
|
-
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) :
|
|
15416
|
+
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) : se("", !0);
|
|
15417
15417
|
}
|
|
15418
15418
|
}), IT = /* @__PURE__ */ Ye(OT, [["__scopeId", "data-v-0fc8ef29"]]), BT = {
|
|
15419
15419
|
fields: [
|
|
@@ -15546,24 +15546,24 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
15546
15546
|
var w;
|
|
15547
15547
|
const D = G.cloneDeep(BT);
|
|
15548
15548
|
for (const L of D.fields) {
|
|
15549
|
-
const
|
|
15550
|
-
L.help === void 0 && typeof
|
|
15549
|
+
const re = (w = s.value[L.model]) == null ? void 0 : w.help;
|
|
15550
|
+
L.help === void 0 && typeof re == "string" && (L.help = re);
|
|
15551
15551
|
}
|
|
15552
15552
|
return D;
|
|
15553
15553
|
}), u = q(() => {
|
|
15554
15554
|
var w;
|
|
15555
15555
|
const D = G.cloneDeep(MT);
|
|
15556
15556
|
for (const L of D.fields) {
|
|
15557
|
-
const
|
|
15558
|
-
L.help === void 0 && typeof
|
|
15557
|
+
const re = (w = s.value[L.model]) == null ? void 0 : w.help;
|
|
15558
|
+
L.help === void 0 && typeof re == "string" && (L.help = re);
|
|
15559
15559
|
}
|
|
15560
15560
|
return D;
|
|
15561
15561
|
}), c = q(() => {
|
|
15562
15562
|
var w;
|
|
15563
15563
|
const D = G.cloneDeep(xT);
|
|
15564
15564
|
for (const L of D.fields) {
|
|
15565
|
-
const
|
|
15566
|
-
L.help === void 0 && typeof
|
|
15565
|
+
const re = (w = s.value[L.model]) == null ? void 0 : w.help;
|
|
15566
|
+
L.help === void 0 && typeof re == "string" && (L.help = re);
|
|
15567
15567
|
}
|
|
15568
15568
|
return D;
|
|
15569
15569
|
}), p = q(() => ({
|
|
@@ -15621,7 +15621,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
15621
15621
|
D === "config-storage" && (r.value = w), a.onModelUpdated();
|
|
15622
15622
|
};
|
|
15623
15623
|
return (w, D) => {
|
|
15624
|
-
const L = ne("KSelect"),
|
|
15624
|
+
const L = ne("KSelect"), re = ne("KTabs");
|
|
15625
15625
|
return A(), k("div", null, [
|
|
15626
15626
|
e.formModel.id && e.isEditing || !e.isEditing ? (A(), Z(on, {
|
|
15627
15627
|
key: 0,
|
|
@@ -15630,8 +15630,8 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
15630
15630
|
options: e.formOptions,
|
|
15631
15631
|
schema: p.value,
|
|
15632
15632
|
onModelUpdated: e.onModelUpdated
|
|
15633
|
-
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) :
|
|
15634
|
-
Q(
|
|
15633
|
+
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) : se("", !0),
|
|
15634
|
+
Q(re, { tabs: N }, {
|
|
15635
15635
|
general: S(() => [
|
|
15636
15636
|
x("div", ST, [
|
|
15637
15637
|
TT,
|
|
@@ -15642,7 +15642,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
15642
15642
|
options: e.formOptions,
|
|
15643
15643
|
schema: v.value,
|
|
15644
15644
|
onModelUpdated: e.onModelUpdated
|
|
15645
|
-
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) :
|
|
15645
|
+
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) : se("", !0),
|
|
15646
15646
|
LT,
|
|
15647
15647
|
Q(L, {
|
|
15648
15648
|
class: "issuer-select",
|
|
@@ -15657,14 +15657,14 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
15657
15657
|
options: e.formOptions,
|
|
15658
15658
|
schema: u.value,
|
|
15659
15659
|
onModelUpdated: e.onModelUpdated
|
|
15660
|
-
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) :
|
|
15660
|
+
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) : se("", !0),
|
|
15661
15661
|
n.value === "zeroSsl" || n.value === "other" ? (A(), Z(on, {
|
|
15662
15662
|
key: 1,
|
|
15663
15663
|
model: e.formModel,
|
|
15664
15664
|
options: e.formOptions,
|
|
15665
15665
|
schema: c.value,
|
|
15666
15666
|
onModelUpdated: e.onModelUpdated
|
|
15667
|
-
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) :
|
|
15667
|
+
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) : se("", !0)
|
|
15668
15668
|
])
|
|
15669
15669
|
])
|
|
15670
15670
|
]),
|
|
@@ -15678,7 +15678,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
15678
15678
|
options: e.formOptions,
|
|
15679
15679
|
schema: C.value,
|
|
15680
15680
|
onModelUpdated: F
|
|
15681
|
-
}, null, 8, ["model", "options", "schema"])) :
|
|
15681
|
+
}, null, 8, ["model", "options", "schema"])) : se("", !0),
|
|
15682
15682
|
x("div", YT, [
|
|
15683
15683
|
r.value === "consul" ? (A(), Z(on, {
|
|
15684
15684
|
key: 0,
|
|
@@ -15686,28 +15686,28 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
15686
15686
|
options: e.formOptions,
|
|
15687
15687
|
schema: y.value,
|
|
15688
15688
|
onModelUpdated: e.onModelUpdated
|
|
15689
|
-
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) :
|
|
15689
|
+
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) : se("", !0),
|
|
15690
15690
|
r.value === "redis" ? (A(), Z(on, {
|
|
15691
15691
|
key: 1,
|
|
15692
15692
|
model: e.formModel,
|
|
15693
15693
|
options: e.formOptions,
|
|
15694
15694
|
schema: O.value,
|
|
15695
15695
|
onModelUpdated: e.onModelUpdated
|
|
15696
|
-
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) :
|
|
15696
|
+
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) : se("", !0),
|
|
15697
15697
|
r.value === "shm" ? (A(), Z(on, {
|
|
15698
15698
|
key: 2,
|
|
15699
15699
|
model: e.formModel,
|
|
15700
15700
|
options: e.formOptions,
|
|
15701
15701
|
schema: B.value,
|
|
15702
15702
|
onModelUpdated: e.onModelUpdated
|
|
15703
|
-
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) :
|
|
15703
|
+
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) : se("", !0),
|
|
15704
15704
|
r.value === "vault" ? (A(), Z(on, {
|
|
15705
15705
|
key: 3,
|
|
15706
15706
|
model: e.formModel,
|
|
15707
15707
|
options: e.formOptions,
|
|
15708
15708
|
schema: H.value,
|
|
15709
15709
|
onModelUpdated: e.onModelUpdated
|
|
15710
|
-
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) :
|
|
15710
|
+
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) : se("", !0)
|
|
15711
15711
|
])
|
|
15712
15712
|
])
|
|
15713
15713
|
]),
|
|
@@ -15721,7 +15721,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
15721
15721
|
options: e.formOptions,
|
|
15722
15722
|
schema: R.value,
|
|
15723
15723
|
onModelUpdated: e.onModelUpdated
|
|
15724
|
-
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) :
|
|
15724
|
+
}, null, 8, ["model", "options", "schema", "onModelUpdated"])) : se("", !0)
|
|
15725
15725
|
])
|
|
15726
15726
|
]),
|
|
15727
15727
|
_: 1
|
|
@@ -16463,13 +16463,13 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
16463
16463
|
...a2
|
|
16464
16464
|
}
|
|
16465
16465
|
}, l = () => ["created_at", "updated_at", "id"], u = (w, D, L) => {
|
|
16466
|
-
let
|
|
16467
|
-
(D || w) && (
|
|
16468
|
-
const ae = l().concat(w.blacklist ? w.blacklist : []), Ae = Object.keys(
|
|
16466
|
+
let re = {};
|
|
16467
|
+
(D || w) && (re = D || (w.fields ? w.fields : w));
|
|
16468
|
+
const ae = l().concat(w.blacklist ? w.blacklist : []), Ae = Object.keys(re).filter((fe) => !ae.includes(fe)), ie = Ae.indexOf("comparator");
|
|
16469
16469
|
ie > -1 && Ae.splice(ie, 1);
|
|
16470
16470
|
const ee = { fields: [] }, pe = {};
|
|
16471
16471
|
return Ae.forEach((fe) => {
|
|
16472
|
-
p(
|
|
16472
|
+
p(re[fe], fe, re, pe, ee, L);
|
|
16473
16473
|
}), ee.fields.sort((fe, Ce) => (fe.order = fe.order || 0, Ce.order = Ce.order || 0, fe.order - Ce.order)), {
|
|
16474
16474
|
schema: ee,
|
|
16475
16475
|
model: pe,
|
|
@@ -16478,14 +16478,14 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
16478
16478
|
helpAsHtml: !0
|
|
16479
16479
|
}
|
|
16480
16480
|
};
|
|
16481
|
-
}, c = (w) => Array.isArray(w.default) || w.default != null && typeof w.default != "object" && w.default !== "function", p = (w, D, L,
|
|
16481
|
+
}, c = (w) => Array.isArray(w.default) || w.default != null && typeof w.default != "object" && w.default !== "function", p = (w, D, L, re, ae, Ae) => {
|
|
16482
16482
|
const ie = c(w);
|
|
16483
|
-
return
|
|
16484
|
-
}, v = (w, D) => (D && (Object.assign(w, D), D.label && (w.label = D.label)), w), C = (w, D, L,
|
|
16483
|
+
return re[D] = ie ? w.default : null, w.id = D, w.model = D, w.fields && w.type === "record" ? C(w, D, L, re, ae, Ae) : (L[D] = w, F(w, re), Ae && Ae[D] && v(L[D], Ae[D]), ae.fields.push(w)), L;
|
|
16484
|
+
}, v = (w, D) => (D && (Object.assign(w, D), D.label && (w.label = D.label)), w), C = (w, D, L, re, ae, Ae) => {
|
|
16485
16485
|
w.fields.forEach((ie) => {
|
|
16486
16486
|
Object.keys(ie).forEach((ee) => {
|
|
16487
16487
|
const pe = ie[ee];
|
|
16488
|
-
L = p(pe, D + "-" + ee, L,
|
|
16488
|
+
L = p(pe, D + "-" + ee, L, re, ae, Ae);
|
|
16489
16489
|
});
|
|
16490
16490
|
});
|
|
16491
16491
|
}, y = (w, D) => {
|
|
@@ -16542,17 +16542,17 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
16542
16542
|
}
|
|
16543
16543
|
]
|
|
16544
16544
|
});
|
|
16545
|
-
}, N = (w) => w.fields.reduce((D, L) => (L.fields && L.fields.forEach((
|
|
16546
|
-
D[
|
|
16545
|
+
}, N = (w) => w.fields.reduce((D, L) => (L.fields && L.fields.forEach((re) => {
|
|
16546
|
+
D[re.model] = re;
|
|
16547
16547
|
}), L.model && (D[L.model] = L), D), {}), Y = (w, D) => {
|
|
16548
16548
|
if (!Lo.includes(w.model))
|
|
16549
16549
|
return;
|
|
16550
16550
|
const L = N(w);
|
|
16551
|
-
Lo.forEach((
|
|
16551
|
+
Lo.forEach((re) => {
|
|
16552
16552
|
Object.keys(L).forEach((ae) => {
|
|
16553
16553
|
const Ae = c(L[ae]);
|
|
16554
16554
|
D[ae] = Ae ? L[ae].default : null;
|
|
16555
|
-
}), delete D[
|
|
16555
|
+
}), delete D[re];
|
|
16556
16556
|
});
|
|
16557
16557
|
}, U = (w, D) => w.inputType === "hidden" ? "" : r(n(w.label || D.replace(/_/g, " "))), F = (w, D) => {
|
|
16558
16558
|
switch (Y(w, D), w.type) {
|
|
@@ -16781,7 +16781,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
16781
16781
|
originalModel: Y,
|
|
16782
16782
|
data: w()
|
|
16783
16783
|
});
|
|
16784
|
-
},
|
|
16784
|
+
}, re = le(!0), ae = () => {
|
|
16785
16785
|
var ie;
|
|
16786
16786
|
if (r.record && r.schema && (L({
|
|
16787
16787
|
enabled: r.record.enabled ?? !0,
|
|
@@ -16807,9 +16807,9 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
16807
16807
|
const ee = {};
|
|
16808
16808
|
Object.prototype.hasOwnProperty.call(U, "consumer") && (ee.consumer = r.entityMap.consumer.id), L(ee);
|
|
16809
16809
|
}
|
|
16810
|
-
|
|
16810
|
+
re.value = !1;
|
|
16811
16811
|
};
|
|
16812
|
-
return un(
|
|
16812
|
+
return un(re, (ie) => {
|
|
16813
16813
|
n("loading", ie);
|
|
16814
16814
|
}), un(() => r.schema, (ie, ee) => {
|
|
16815
16815
|
var fe, Ce;
|
|
@@ -16823,7 +16823,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
16823
16823
|
}), (ie, ee) => {
|
|
16824
16824
|
const pe = ne("KSkeleton"), fe = ne("VueFormGenerator");
|
|
16825
16825
|
return A(), k("div", u2, [
|
|
16826
|
-
|
|
16826
|
+
re.value ? (A(), Z(pe, {
|
|
16827
16827
|
key: 0,
|
|
16828
16828
|
type: "form"
|
|
16829
16829
|
})) : (A(), k("div", c2, [
|
|
@@ -16834,14 +16834,14 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
16834
16834
|
"form-schema": N.value,
|
|
16835
16835
|
"is-editing": e.editing,
|
|
16836
16836
|
"on-model-updated": D
|
|
16837
|
-
}, null, 40, ["form-model", "form-options", "form-schema", "is-editing"])) :
|
|
16837
|
+
}, null, 40, ["form-model", "form-options", "form-schema", "is-editing"])) : se("", !0),
|
|
16838
16838
|
!R.value && (U.id && e.editing || !e.editing) ? (A(), Z(fe, {
|
|
16839
16839
|
key: 1,
|
|
16840
16840
|
model: U,
|
|
16841
16841
|
options: F.value,
|
|
16842
16842
|
schema: N.value,
|
|
16843
16843
|
onModelUpdated: D
|
|
16844
|
-
}, null, 8, ["model", "options", "schema"])) :
|
|
16844
|
+
}, null, 8, ["model", "options", "schema"])) : se("", !0)
|
|
16845
16845
|
]))
|
|
16846
16846
|
]);
|
|
16847
16847
|
};
|
|
@@ -16920,7 +16920,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
16920
16920
|
},
|
|
16921
16921
|
isReadonly: !1,
|
|
16922
16922
|
errorMessage: ""
|
|
16923
|
-
}),
|
|
16923
|
+
}), re = le([
|
|
16924
16924
|
{
|
|
16925
16925
|
title: l("view_configuration.yaml"),
|
|
16926
16926
|
hash: "#yaml"
|
|
@@ -17342,7 +17342,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
17342
17342
|
]),
|
|
17343
17343
|
_: 1
|
|
17344
17344
|
})
|
|
17345
|
-
])) :
|
|
17345
|
+
])) : se("", !0),
|
|
17346
17346
|
Q(Te, {
|
|
17347
17347
|
appearance: "secondary",
|
|
17348
17348
|
class: "form-action-button",
|
|
@@ -17368,7 +17368,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
17368
17368
|
Be(_(T(l)("actions.back")), 1)
|
|
17369
17369
|
]),
|
|
17370
17370
|
_: 1
|
|
17371
|
-
}, 8, ["disabled"])) :
|
|
17371
|
+
}, 8, ["disabled"])) : se("", !0),
|
|
17372
17372
|
Q(Te, {
|
|
17373
17373
|
appearance: "primary",
|
|
17374
17374
|
"data-testid": "form-submit",
|
|
@@ -17414,7 +17414,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
17414
17414
|
x("div", null, _(T(l)("view_configuration.message")), 1),
|
|
17415
17415
|
Q(_e, {
|
|
17416
17416
|
"data-testid": "form-view-configuration-slideout-tabs",
|
|
17417
|
-
tabs:
|
|
17417
|
+
tabs: re.value
|
|
17418
17418
|
}, {
|
|
17419
17419
|
json: S(() => [
|
|
17420
17420
|
Q(T(Wo), {
|
|
@@ -17591,7 +17591,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
17591
17591
|
}, L = async (ye, V) => {
|
|
17592
17592
|
var ce;
|
|
17593
17593
|
return ye === null ? !1 : await ((ce = s.canRetrieveScopedEntity) == null ? void 0 : ce.call(s, ye, V.id));
|
|
17594
|
-
},
|
|
17594
|
+
}, re = (ye, V) => {
|
|
17595
17595
|
var J, Oe, Te, _e, it;
|
|
17596
17596
|
let ce = null;
|
|
17597
17597
|
switch (ye) {
|
|
@@ -17781,7 +17781,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
17781
17781
|
}, null, 8, ["name"]),
|
|
17782
17782
|
x("div", C2, [
|
|
17783
17783
|
ge.instance_name ? (A(), k("span", E2, _(ge.instance_name), 1)) : (A(), k("span", k2, _(T(n).getDisplayName(ge.name)), 1)),
|
|
17784
|
-
ge.instance_name ? (A(), k("span", O2, _(T(n).getDisplayName(ge.name)), 1)) :
|
|
17784
|
+
ge.instance_name ? (A(), k("span", O2, _(T(n).getDisplayName(ge.name)), 1)) : se("", !0)
|
|
17785
17785
|
])
|
|
17786
17786
|
])
|
|
17787
17787
|
]),
|
|
@@ -17796,7 +17796,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
17796
17796
|
default: S(({ isAllowed: ue }) => [
|
|
17797
17797
|
Q(J, {
|
|
17798
17798
|
class: Ke(ue || "disabled"),
|
|
17799
|
-
onClick: Rn((be) => ue && Re.type &&
|
|
17799
|
+
onClick: Rn((be) => ue && Re.type && re(Re.type, ge), ["stop"])
|
|
17800
17800
|
}, {
|
|
17801
17801
|
default: S(() => [
|
|
17802
17802
|
Be(_(Re.badgeText), 1)
|
|
@@ -17928,10 +17928,10 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
17928
17928
|
key: 0,
|
|
17929
17929
|
"data-testid": "action-entity-config-dyn-order",
|
|
17930
17930
|
item: me(ge)
|
|
17931
|
-
}, null, 8, ["item"])) :
|
|
17931
|
+
}, null, 8, ["item"])) : se("", !0)
|
|
17932
17932
|
]),
|
|
17933
17933
|
_: 2
|
|
17934
|
-
}, 1032, ["auth-function"])) :
|
|
17934
|
+
}, 1032, ["auth-function"])) : se("", !0),
|
|
17935
17935
|
Q(T(Bi), {
|
|
17936
17936
|
"auth-function": () => e.canDelete(ge)
|
|
17937
17937
|
}, {
|
|
@@ -18110,7 +18110,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
18110
18110
|
width: "100%",
|
|
18111
18111
|
xmlns: "http://www.w3.org/2000/svg"
|
|
18112
18112
|
}, [
|
|
18113
|
-
e.title ? (A(), k("title", G2, _(e.title), 1)) :
|
|
18113
|
+
e.title ? (A(), k("title", G2, _(e.title), 1)) : se("", !0),
|
|
18114
18114
|
V2
|
|
18115
18115
|
], 8, H2))
|
|
18116
18116
|
]),
|
|
@@ -18163,7 +18163,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
18163
18163
|
r.navigateOnClick ? v() : y();
|
|
18164
18164
|
}, y = () => {
|
|
18165
18165
|
n("plugin-clicked", r.plugin);
|
|
18166
|
-
}, O = q(() => r.plugin.id === "custom-plugin-create"), B = q(() => r.config.app === "konnect" && r.plugin.group ===
|
|
18166
|
+
}, O = q(() => r.plugin.id === "custom-plugin-create"), B = q(() => r.config.app === "konnect" && r.plugin.group === oe.CUSTOM_PLUGINS), H = () => {
|
|
18167
18167
|
r.config.app === "konnect" && n("custom-plugin-delete");
|
|
18168
18168
|
}, R = (N) => {
|
|
18169
18169
|
const Y = r.config;
|
|
@@ -18222,7 +18222,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
18222
18222
|
Be(_(T(l)("actions.edit")), 1)
|
|
18223
18223
|
]),
|
|
18224
18224
|
_: 1
|
|
18225
|
-
})) :
|
|
18225
|
+
})) : se("", !0),
|
|
18226
18226
|
e.canDeleteCustomPlugin ? (A(), Z(F, {
|
|
18227
18227
|
key: 1,
|
|
18228
18228
|
danger: "",
|
|
@@ -18234,11 +18234,11 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
18234
18234
|
Be(_(T(l)("actions.delete")), 1)
|
|
18235
18235
|
]),
|
|
18236
18236
|
_: 1
|
|
18237
|
-
})) :
|
|
18237
|
+
})) : se("", !0)
|
|
18238
18238
|
]),
|
|
18239
18239
|
_: 1
|
|
18240
18240
|
})
|
|
18241
|
-
])) :
|
|
18241
|
+
])) : se("", !0)
|
|
18242
18242
|
]),
|
|
18243
18243
|
x("div", {
|
|
18244
18244
|
class: Ke(["plugin-card-body", { "custom-plugin": B.value }]),
|
|
@@ -18253,13 +18253,13 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
18253
18253
|
size: 55
|
|
18254
18254
|
}, null, 8, ["alt", "name"]),
|
|
18255
18255
|
e.plugin.description || B.value && !O.value ? (A(), k("div", Z2, [
|
|
18256
|
-
B.value && !O.value ? (A(), k("p", Q2, _(T(l)("plugins.select.custom_badge_text")), 1)) :
|
|
18256
|
+
B.value && !O.value ? (A(), k("p", Q2, _(T(l)("plugins.select.custom_badge_text")), 1)) : se("", !0),
|
|
18257
18257
|
e.plugin.description ? (A(), k("p", {
|
|
18258
18258
|
key: 1,
|
|
18259
18259
|
class: "plugin-card-text",
|
|
18260
18260
|
title: e.plugin.description
|
|
18261
|
-
}, _(e.plugin.description), 9, _2)) :
|
|
18262
|
-
])) :
|
|
18261
|
+
}, _(e.plugin.description), 9, _2)) : se("", !0)
|
|
18262
|
+
])) : se("", !0)
|
|
18263
18263
|
], 10, W2),
|
|
18264
18264
|
x("div", {
|
|
18265
18265
|
class: "plugin-card-footer",
|
|
@@ -18361,7 +18361,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
18361
18361
|
])
|
|
18362
18362
|
]),
|
|
18363
18363
|
_: 1
|
|
18364
|
-
}, 8, ["action-pending", "title"])) :
|
|
18364
|
+
}, 8, ["action-pending", "title"])) : se("", !0);
|
|
18365
18365
|
};
|
|
18366
18366
|
}
|
|
18367
18367
|
}), tR = /* @__PURE__ */ Yn(eR, [["__scopeId", "data-v-45df904d"]]), nR = { class: "custom-plugins-grid" }, iR = { class: "empty-state-title" }, aR = { class: "empty-state-description" }, rR = { class: "plugin-card-container" }, sR = { class: "plugin-card-container" }, oR = /* @__PURE__ */ He({
|
|
@@ -18424,12 +18424,12 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
18424
18424
|
}, p = q(() => {
|
|
18425
18425
|
if (n.config.app === "kongManager")
|
|
18426
18426
|
return [];
|
|
18427
|
-
const H = JSON.parse(JSON.stringify(n.pluginList))[
|
|
18427
|
+
const H = JSON.parse(JSON.stringify(n.pluginList))[oe.CUSTOM_PLUGINS] || [];
|
|
18428
18428
|
return n.canCreateCustomPlugin && n.navigateOnClick && n.config.createCustomRoute ? [{
|
|
18429
18429
|
id: "custom-plugin-create",
|
|
18430
18430
|
name: s("plugins.select.tabs.custom.create.name"),
|
|
18431
18431
|
available: !0,
|
|
18432
|
-
group:
|
|
18432
|
+
group: oe.CUSTOM_PLUGINS,
|
|
18433
18433
|
description: s("plugins.select.tabs.custom.create.description")
|
|
18434
18434
|
}].concat(H) : H;
|
|
18435
18435
|
}), v = q(() => {
|
|
@@ -18453,8 +18453,8 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
18453
18453
|
modelValue: u.value,
|
|
18454
18454
|
"onUpdate:modelValue": R[0] || (R[0] = (Y) => u.value = Y),
|
|
18455
18455
|
class: "custom-plugins-collapse",
|
|
18456
|
-
"data-testid": `${T(
|
|
18457
|
-
title: T(
|
|
18456
|
+
"data-testid": `${T(oe).CUSTOM_PLUGINS}-collapse`,
|
|
18457
|
+
title: T(oe).CUSTOM_PLUGINS,
|
|
18458
18458
|
"trigger-label": v.value
|
|
18459
18459
|
}, $n({
|
|
18460
18460
|
"visible-content": S(() => [
|
|
@@ -18514,7 +18514,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
18514
18514
|
plugin: y.value,
|
|
18515
18515
|
onClosed: B,
|
|
18516
18516
|
onProceed: R[1] || (R[1] = (Y) => B(!0))
|
|
18517
|
-
}, null, 8, ["config", "plugin"])) :
|
|
18517
|
+
}, null, 8, ["config", "plugin"])) : se("", !0)
|
|
18518
18518
|
]);
|
|
18519
18519
|
};
|
|
18520
18520
|
}
|
|
@@ -18556,7 +18556,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
18556
18556
|
r("plugin-clicked", y);
|
|
18557
18557
|
}, p = q(() => {
|
|
18558
18558
|
const y = JSON.parse(JSON.stringify(n.pluginList));
|
|
18559
|
-
return delete y[
|
|
18559
|
+
return delete y[oe.CUSTOM_PLUGINS], y;
|
|
18560
18560
|
}), v = (y) => {
|
|
18561
18561
|
var O;
|
|
18562
18562
|
return ((O = p.value[y]) == null ? void 0 : O.length) || 0;
|
|
@@ -18568,7 +18568,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
18568
18568
|
return (y, O) => {
|
|
18569
18569
|
const B = ne("KEmptyState"), H = ne("KCollapse");
|
|
18570
18570
|
return A(), k("div", uR, [
|
|
18571
|
-
Object.keys(p.value).length ?
|
|
18571
|
+
Object.keys(p.value).length ? se("", !0) : (A(), Z(B, {
|
|
18572
18572
|
key: 0,
|
|
18573
18573
|
class: "plugins-empty-state",
|
|
18574
18574
|
"cta-is-hidden": "",
|
|
@@ -18626,7 +18626,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
18626
18626
|
key: "0"
|
|
18627
18627
|
} : void 0
|
|
18628
18628
|
]), 1032, ["modelValue", "onUpdate:modelValue", "data-testid", "title", "trigger-label"])
|
|
18629
|
-
])) :
|
|
18629
|
+
])) : se("", !0)
|
|
18630
18630
|
], 64))), 256))
|
|
18631
18631
|
]);
|
|
18632
18632
|
};
|
|
@@ -18733,7 +18733,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
18733
18733
|
hash: "#custom",
|
|
18734
18734
|
title: u("plugins.select.tabs.custom.title")
|
|
18735
18735
|
}
|
|
18736
|
-
] : [], L = le(D.length && ((s == null ? void 0 : s.hash) || ((Ce = D[0]) == null ? void 0 : Ce.hash)) || ""),
|
|
18736
|
+
] : [], L = le(D.length && ((s == null ? void 0 : s.hash) || ((Ce = D[0]) == null ? void 0 : Ce.hash)) || ""), re = () => [.../* @__PURE__ */ new Set(
|
|
18737
18737
|
[
|
|
18738
18738
|
...Object.keys({ ...n.availableOnServer ? {} : c }),
|
|
18739
18739
|
...R.value
|
|
@@ -18746,7 +18746,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
18746
18746
|
name: Ee,
|
|
18747
18747
|
available: R.value.includes(de),
|
|
18748
18748
|
disabledMessage: "",
|
|
18749
|
-
group: ((wt = c[de]) == null ? void 0 : wt.group) ||
|
|
18749
|
+
group: ((wt = c[de]) == null ? void 0 : wt.group) || oe.CUSTOM_PLUGINS
|
|
18750
18750
|
};
|
|
18751
18751
|
n.disabledPlugins && (ve.disabledMessage = n.disabledPlugins[de]), N.value.includes(de) && (ve.exists = !0, ve.disabledMessage || (ve.disabledMessage = u("plugins.select.already_exists")));
|
|
18752
18752
|
const me = ve.group || u("plugins.select.misc_plugins");
|
|
@@ -18766,9 +18766,9 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
18766
18766
|
l.replace({ hash: K });
|
|
18767
18767
|
};
|
|
18768
18768
|
un(() => n.disabledPlugins, (K, de) => {
|
|
18769
|
-
!C(K, de) && !O.value && (P.value =
|
|
18769
|
+
!C(K, de) && !O.value && (P.value = re());
|
|
18770
18770
|
}), un(() => n.ignoredPlugins, (K, de) => {
|
|
18771
|
-
!C(K, de) && !O.value && (P.value =
|
|
18771
|
+
!C(K, de) && !O.value && (P.value = re());
|
|
18772
18772
|
}), un(O, (K) => {
|
|
18773
18773
|
r("loading", K);
|
|
18774
18774
|
});
|
|
@@ -18797,7 +18797,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
18797
18797
|
}
|
|
18798
18798
|
} catch {
|
|
18799
18799
|
}
|
|
18800
|
-
B.value || (P.value =
|
|
18800
|
+
B.value || (P.value = re()), O.value = !1;
|
|
18801
18801
|
}), (K, de) => {
|
|
18802
18802
|
const Ee = ne("KInput"), ve = ne("KSkeletonBox"), me = ne("KSkeleton"), Ge = ne("KEmptyState"), wt = ne("KTabs");
|
|
18803
18803
|
return A(), k("div", mR, [
|
|
@@ -18885,7 +18885,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
18885
18885
|
"plugins-per-row": e.pluginsPerRow,
|
|
18886
18886
|
"onDelete:success": de[2] || (de[2] = (rt) => K.$emit("delete-custom:success", rt)),
|
|
18887
18887
|
onPluginClicked: de[3] || (de[3] = (rt) => K.$emit("plugin-clicked", rt)),
|
|
18888
|
-
onRevalidate: de[4] || (de[4] = () => P.value =
|
|
18888
|
+
onRevalidate: de[4] || (de[4] = () => P.value = re())
|
|
18889
18889
|
}, null, 8, ["can-create-custom-plugin", "can-delete-custom-plugin", "can-edit-custom-plugin", "config", "navigate-on-click", "plugin-list", "plugins-per-row"])
|
|
18890
18890
|
])
|
|
18891
18891
|
]),
|
|
@@ -19008,7 +19008,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
19008
19008
|
width: "100%",
|
|
19009
19009
|
xmlns: "http://www.w3.org/2000/svg"
|
|
19010
19010
|
}, [
|
|
19011
|
-
e.title ? (A(), k("title", TR, _(e.title), 1)) :
|
|
19011
|
+
e.title ? (A(), k("title", TR, _(e.title), 1)) : se("", !0),
|
|
19012
19012
|
RR
|
|
19013
19013
|
], 8, SR))
|
|
19014
19014
|
]),
|
|
@@ -19107,7 +19107,7 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
19107
19107
|
}, _(C.value), 3)
|
|
19108
19108
|
]),
|
|
19109
19109
|
_: 1
|
|
19110
|
-
}, 16)) :
|
|
19110
|
+
}, 16)) : se("", !0),
|
|
19111
19111
|
(A(), Z(Ot(e.tooltip ? "KTooltip" : "div"), Ln(v.value, { class: "uuid-icon-wrapper" }), {
|
|
19112
19112
|
default: S(() => [
|
|
19113
19113
|
Q(R, null, {
|
|
@@ -19193,8 +19193,8 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
19193
19193
|
var w, D;
|
|
19194
19194
|
const U = {}, F = ((w = R.value) == null ? void 0 : w.fields) || [];
|
|
19195
19195
|
for (let L = 0; L < F.length; L++) {
|
|
19196
|
-
const
|
|
19197
|
-
u(U, ae,
|
|
19196
|
+
const re = R.value.fields[L], ae = (D = Object.keys(re)) == null ? void 0 : D[0];
|
|
19197
|
+
u(U, ae, re[ae]);
|
|
19198
19198
|
}
|
|
19199
19199
|
return {
|
|
19200
19200
|
...U,
|
|
@@ -19229,24 +19229,24 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
19229
19229
|
}
|
|
19230
19230
|
};
|
|
19231
19231
|
}), C = q(() => {
|
|
19232
|
-
var F;
|
|
19233
|
-
if (!R.value)
|
|
19232
|
+
var F, w;
|
|
19233
|
+
if (!((F = R.value) != null && F.fields))
|
|
19234
19234
|
return [];
|
|
19235
|
-
const U = R.value.fields.find((
|
|
19236
|
-
var
|
|
19237
|
-
return ((
|
|
19235
|
+
const U = R.value.fields.find((D) => {
|
|
19236
|
+
var re;
|
|
19237
|
+
return ((re = Object.keys(D)) == null ? void 0 : re[0]) === Oo;
|
|
19238
19238
|
});
|
|
19239
|
-
return ((
|
|
19239
|
+
return ((w = U == null ? void 0 : U[Oo]) == null ? void 0 : w.fields) || [];
|
|
19240
19240
|
}), y = q(() => {
|
|
19241
19241
|
var F, w;
|
|
19242
19242
|
const U = {};
|
|
19243
19243
|
if (!C.value)
|
|
19244
19244
|
return U;
|
|
19245
19245
|
for (let D = 0; D < ((F = C.value) == null ? void 0 : F.length); D++) {
|
|
19246
|
-
const L = C.value[D],
|
|
19247
|
-
ae.required && (U[
|
|
19246
|
+
const L = C.value[D], re = (w = Object.keys(L)) == null ? void 0 : w[0], ae = L[re];
|
|
19247
|
+
ae.required && (U[re] = {
|
|
19248
19248
|
order: 1
|
|
19249
|
-
}), u(U,
|
|
19249
|
+
}), u(U, re, ae);
|
|
19250
19250
|
}
|
|
19251
19251
|
return U;
|
|
19252
19252
|
}), { getMessageFromError: O } = ns(), { axiosInstance: B } = ca({
|
|
@@ -19392,13 +19392,13 @@ const wT = /* @__PURE__ */ Ye(sT, [["render", bT], ["__scopeId", "data-v-e7395ff
|
|
|
19392
19392
|
]);
|
|
19393
19393
|
};
|
|
19394
19394
|
}
|
|
19395
|
-
}), o8 = /* @__PURE__ */ Yn(XR, [["__scopeId", "data-v-
|
|
19395
|
+
}), o8 = /* @__PURE__ */ Yn(XR, [["__scopeId", "data-v-2d4d36f1"]]), { getPluginIconURL: l8, usePluginMetaData: u8 } = bt;
|
|
19396
19396
|
export {
|
|
19397
19397
|
aa as EntityTypeIdField,
|
|
19398
19398
|
wk as PLUGIN_GROUPS_COLLAPSE_STATUS,
|
|
19399
19399
|
o8 as PluginConfigCard,
|
|
19400
19400
|
a8 as PluginForm,
|
|
19401
|
-
|
|
19401
|
+
oe as PluginGroup,
|
|
19402
19402
|
bk as PluginGroupArray,
|
|
19403
19403
|
il as PluginIcon,
|
|
19404
19404
|
r8 as PluginList,
|