@kong-ui-public/forms 4.31.2 → 4.31.4-pr.3550.4407074f4.0
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/forms.es.js
CHANGED
|
@@ -6321,6 +6321,7 @@ function Qp(e, t, n, o, a, i) {
|
|
|
6321
6321
|
description: E(() => [...t[8] || (t[8] = [
|
|
6322
6322
|
Z(" Use the consumer linked to the authenticated principal so existing consumer-based plugins and policies continue to work. ", -1),
|
|
6323
6323
|
u("a", {
|
|
6324
|
+
class: "principals-learn-more-link",
|
|
6324
6325
|
href: "https://developer.konghq.com/identity/principals/",
|
|
6325
6326
|
rel: "noopener noreferrer",
|
|
6326
6327
|
target: "_blank"
|
|
@@ -6342,6 +6343,7 @@ function Qp(e, t, n, o, a, i) {
|
|
|
6342
6343
|
description: E(() => [...t[10] || (t[10] = [
|
|
6343
6344
|
Z(" Use consumer groups linked to the authenticated principal so existing consumer group policies and plugins continue to work. Consumer groups can be linked through principal metadata. ", -1),
|
|
6344
6345
|
u("a", {
|
|
6346
|
+
class: "principals-learn-more-link",
|
|
6345
6347
|
href: "https://developer.konghq.com/identity/principals/",
|
|
6346
6348
|
rel: "noopener noreferrer",
|
|
6347
6349
|
target: "_blank"
|
|
@@ -6359,7 +6361,7 @@ function Qp(e, t, n, o, a, i) {
|
|
|
6359
6361
|
_: 3
|
|
6360
6362
|
});
|
|
6361
6363
|
}
|
|
6362
|
-
const eg = /* @__PURE__ */ J(qp, [["render", Qp], ["__scopeId", "data-v-
|
|
6364
|
+
const eg = /* @__PURE__ */ J(qp, [["render", Qp], ["__scopeId", "data-v-009e7e95"]]), an = "kong-identity", us = "external", tg = "/v1/auth-servers/_computed", ng = "identity.konghq", ig = (e) => typeof e == "string" && e.includes(ng), li = { major: 3, minor: 15 }, ag = (e) => {
|
|
6363
6365
|
const [t, n] = e.split(".").map(Number);
|
|
6364
6366
|
return Number.isNaN(t) || Number.isNaN(n) ? !1 : t !== li.major ? t < li.major : n < li.minor;
|
|
6365
6367
|
}, og = (e, t) => t ? ig(e["config-issuer"]) ? an : us : an, sg = {
|
|
@@ -6488,12 +6490,12 @@ const eg = /* @__PURE__ */ J(qp, [["render", Qp], ["__scopeId", "data-v-2e99588b
|
|
|
6488
6490
|
// principals list empty → create-principal permission. Only shown once lookup is on.
|
|
6489
6491
|
principalsGuideVisible() {
|
|
6490
6492
|
var e;
|
|
6491
|
-
return this.isKonnect &&
|
|
6493
|
+
return this.isKonnect && ((e = this.formsConfig) == null ? void 0 : e.principalsCreationGuideVisible) === !0;
|
|
6492
6494
|
},
|
|
6493
6495
|
// `undefined` means the host hasn't resolved principalsCreationGuideVisible yet.
|
|
6494
6496
|
principalsSkeletonVisible() {
|
|
6495
6497
|
var e;
|
|
6496
|
-
return this.isKonnect &&
|
|
6498
|
+
return this.isKonnect && ((e = this.formsConfig) == null ? void 0 : e.principalsCreationGuideVisible) === void 0;
|
|
6497
6499
|
}
|
|
6498
6500
|
},
|
|
6499
6501
|
watch: {
|
|
@@ -7006,7 +7008,7 @@ function Mg(e, t, n, o, a, i) {
|
|
|
7006
7008
|
}, null, 8, ["visible", "onProceed"])
|
|
7007
7009
|
]);
|
|
7008
7010
|
}
|
|
7009
|
-
const wg = /* @__PURE__ */ J(sg, [["render", Mg], ["__scopeId", "data-v-
|
|
7011
|
+
const wg = /* @__PURE__ */ J(sg, [["render", Mg], ["__scopeId", "data-v-9929477d"]]), Ag = {
|
|
7010
7012
|
name: "OIDCAuthMethods",
|
|
7011
7013
|
props: {
|
|
7012
7014
|
authMethodItems: {
|