@kong-ui-public/forms 4.31.3 → 4.31.4-pr.3550.a052fea5e.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 +3 -3
- package/dist/forms.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +5 -5
package/dist/forms.es.js
CHANGED
|
@@ -6490,12 +6490,12 @@ const eg = /* @__PURE__ */ J(qp, [["render", Qp], ["__scopeId", "data-v-009e7e95
|
|
|
6490
6490
|
// principals list empty → create-principal permission. Only shown once lookup is on.
|
|
6491
6491
|
principalsGuideVisible() {
|
|
6492
6492
|
var e;
|
|
6493
|
-
return this.isKonnect &&
|
|
6493
|
+
return this.isKonnect && ((e = this.formsConfig) == null ? void 0 : e.principalsCreationGuideVisible) === !0;
|
|
6494
6494
|
},
|
|
6495
6495
|
// `undefined` means the host hasn't resolved principalsCreationGuideVisible yet.
|
|
6496
6496
|
principalsSkeletonVisible() {
|
|
6497
6497
|
var e;
|
|
6498
|
-
return this.isKonnect &&
|
|
6498
|
+
return this.isKonnect && ((e = this.formsConfig) == null ? void 0 : e.principalsCreationGuideVisible) === void 0;
|
|
6499
6499
|
}
|
|
6500
6500
|
},
|
|
6501
6501
|
watch: {
|
|
@@ -7008,7 +7008,7 @@ function Mg(e, t, n, o, a, i) {
|
|
|
7008
7008
|
}, null, 8, ["visible", "onProceed"])
|
|
7009
7009
|
]);
|
|
7010
7010
|
}
|
|
7011
|
-
const wg = /* @__PURE__ */ J(sg, [["render", Mg], ["__scopeId", "data-v-
|
|
7011
|
+
const wg = /* @__PURE__ */ J(sg, [["render", Mg], ["__scopeId", "data-v-9929477d"]]), Ag = {
|
|
7012
7012
|
name: "OIDCAuthMethods",
|
|
7013
7013
|
props: {
|
|
7014
7014
|
authMethodItems: {
|