@keycloak/keycloak-admin-ui 26.4.2 → 26.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/.vite/manifest.json +38 -38
- package/lib/{AddKubernetesConnect-BVi-I2gy.js → AddKubernetesConnect-CuD3LdUl.js} +2 -2
- package/lib/{AddKubernetesConnect-BVi-I2gy.js.map → AddKubernetesConnect-CuD3LdUl.js.map} +1 -1
- package/lib/{AddOAuth2-txKsQHj8.js → AddOAuth2-CEg67s-V.js} +2 -2
- package/lib/{AddOAuth2-txKsQHj8.js.map → AddOAuth2-CEg67s-V.js.map} +1 -1
- package/lib/{AddSpiffeConnect-Dp0eqgXp.js → AddSpiffeConnect-mz1dF_K2.js} +2 -2
- package/lib/{AddSpiffeConnect-Dp0eqgXp.js.map → AddSpiffeConnect-mz1dF_K2.js.map} +1 -1
- package/lib/{CreateFlow-DmLxgx0v.js → CreateFlow-BBK0mpES.js} +2 -2
- package/lib/{CreateFlow-DmLxgx0v.js.map → CreateFlow-BBK0mpES.js.map} +1 -1
- package/lib/{CreateWorkflow-RdfugnnE.js → CreateWorkflow-DKtXyf5v.js} +2 -2
- package/lib/{CreateWorkflow-RdfugnnE.js.map → CreateWorkflow-DKtXyf5v.js.map} +1 -1
- package/lib/{DetailOrganization-BqTpNB4D.js → DetailOrganization-BfZkMiHX.js} +2 -2
- package/lib/{DetailOrganization-BqTpNB4D.js.map → DetailOrganization-BfZkMiHX.js.map} +1 -1
- package/lib/{ExecutorForm-UdcLhj2S.js → ExecutorForm-BXy25Qqd.js} +2 -2
- package/lib/{ExecutorForm-UdcLhj2S.js.map → ExecutorForm-BXy25Qqd.js.map} +1 -1
- package/lib/{FlowDetails-B3MDggDU.js → FlowDetails-rMLALhQb.js} +2 -2
- package/lib/{FlowDetails-B3MDggDU.js.map → FlowDetails-rMLALhQb.js.map} +1 -1
- package/lib/{NewOrganization-DqASb_yi.js → NewOrganization-CszduA49.js} +2 -2
- package/lib/{NewOrganization-DqASb_yi.js.map → NewOrganization-CszduA49.js.map} +1 -1
- package/lib/{PermissionConfigurationDetails-BXggzHbv.js → PermissionConfigurationDetails-DJqT8GcG.js} +37 -37
- package/lib/PermissionConfigurationDetails-DJqT8GcG.js.map +1 -0
- package/lib/{PermissionDetails-C9bKsrE-.js → PermissionDetails-CviGcl2W.js} +2 -2
- package/lib/{PermissionDetails-C9bKsrE-.js.map → PermissionDetails-CviGcl2W.js.map} +1 -1
- package/lib/{RealmSection-CKLI7htk.js → RealmSection-95_T988j.js} +2 -2
- package/lib/{RealmSection-CKLI7htk.js.map → RealmSection-95_T988j.js.map} +1 -1
- package/lib/{ResourceDetails-DbcOZkgy.js → ResourceDetails-DEgCzkRF.js} +3 -3
- package/lib/{ResourceDetails-DbcOZkgy.js.map → ResourceDetails-DEgCzkRF.js.map} +1 -1
- package/lib/{ScopeDetails-ZVkrn5Il.js → ScopeDetails-CrsBAeVO.js} +2 -2
- package/lib/{ScopeDetails-ZVkrn5Il.js.map → ScopeDetails-CrsBAeVO.js.map} +1 -1
- package/lib/{ScopePicker-BSzaRPT_.js → ScopePicker-BLEb0wrC.js} +2 -2
- package/lib/{ScopePicker-BSzaRPT_.js.map → ScopePicker-BLEb0wrC.js.map} +1 -1
- package/lib/{WorkflowsSection-RPmRuhuS.js → WorkflowsSection-M4LUDSFD.js} +2 -2
- package/lib/{WorkflowsSection-RPmRuhuS.js.map → WorkflowsSection-M4LUDSFD.js.map} +1 -1
- package/lib/{index-CsmmA99U.js → index-CdLREXvb.js} +456 -435
- package/lib/{index-CsmmA99U.js.map → index-CdLREXvb.js.map} +1 -1
- package/lib/keycloak-admin-ui.js +1 -1
- package/package.json +3 -3
- package/lib/PermissionConfigurationDetails-BXggzHbv.js.map +0 -1
|
@@ -876,12 +876,18 @@ class W6 extends Ia {
|
|
|
876
876
|
path: "/{id}/authz/resource-server/policy/{type}",
|
|
877
877
|
urlParamKeys: ["id", "type"]
|
|
878
878
|
});
|
|
879
|
-
|
|
879
|
+
findOnePolicyWithType = this.makeRequest({
|
|
880
880
|
method: "GET",
|
|
881
881
|
path: "/{id}/authz/resource-server/policy/{type}/{policyId}",
|
|
882
882
|
urlParamKeys: ["id", "type", "policyId"],
|
|
883
883
|
catchNotFound: !0
|
|
884
884
|
});
|
|
885
|
+
findOnePolicy = this.makeRequest({
|
|
886
|
+
method: "GET",
|
|
887
|
+
path: "/{id}/authz/resource-server/policy/{policyId}",
|
|
888
|
+
urlParamKeys: ["id", "policyId"],
|
|
889
|
+
catchNotFound: !0
|
|
890
|
+
});
|
|
885
891
|
listDependentPolicies = this.makeRequest({
|
|
886
892
|
method: "GET",
|
|
887
893
|
path: "/{id}/authz/resource-server/policy/{policyId}/dependentPolicies",
|
|
@@ -4944,7 +4950,7 @@ var Ut;
|
|
|
4944
4950
|
(function(e) {
|
|
4945
4951
|
e.small = "small", e.medium = "medium", e.large = "large", e.default = "default";
|
|
4946
4952
|
})(Ut || (Ut = {}));
|
|
4947
|
-
class
|
|
4953
|
+
class At extends E.Component {
|
|
4948
4954
|
constructor(t) {
|
|
4949
4955
|
super(t), this.boxId = "", this.labelId = "", this.descriptorId = "", this.backdropId = "", this.handleEscKeyClick = (o) => {
|
|
4950
4956
|
var l, c;
|
|
@@ -4955,9 +4961,9 @@ class xt extends E.Component {
|
|
|
4955
4961
|
for (const u of Array.from(d))
|
|
4956
4962
|
u.id !== this.backdropId && (o ? u.setAttribute("aria-hidden", "" + o) : u.removeAttribute("aria-hidden"));
|
|
4957
4963
|
}, this.isEmpty = (o) => o == null || o === "";
|
|
4958
|
-
const n =
|
|
4964
|
+
const n = At.currentId++, a = n + 1, i = n + 2, s = n + 3;
|
|
4959
4965
|
this.boxId = t.id || `pf-modal-part-${n}`, this.labelId = `pf-modal-part-${a}`, this.descriptorId = `pf-modal-part-${i}`, this.backdropId = `pf-modal-part-${s}`, this.state = {
|
|
4960
|
-
ouiaStateId: Or(
|
|
4966
|
+
ouiaStateId: Or(At.displayName, t.variant)
|
|
4961
4967
|
};
|
|
4962
4968
|
}
|
|
4963
4969
|
componentDidMount() {
|
|
@@ -4993,9 +4999,9 @@ class xt extends E.Component {
|
|
|
4993
4999
|
return !Zn || !this.getElement(n) ? null : Bv.createPortal(E.createElement(Qv, Object.assign({}, b, { boxId: this.boxId, labelId: this.labelId, descriptorId: this.descriptorId, backdropId: this.backdropId, title: d, titleIconVariant: u, titleLabel: p, "aria-label": s, "aria-describedby": o, "aria-labelledby": i, bodyAriaLabel: l, bodyAriaRole: c, ouiaId: m !== void 0 ? m : this.state.ouiaStateId, ouiaSafe: f, position: h, elementToFocus: g })), this.getElement(n));
|
|
4994
5000
|
}
|
|
4995
5001
|
}
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
|
|
5002
|
+
At.displayName = "Modal";
|
|
5003
|
+
At.currentId = 0;
|
|
5004
|
+
At.defaultProps = {
|
|
4999
5005
|
className: "",
|
|
5000
5006
|
isOpen: !1,
|
|
5001
5007
|
title: "",
|
|
@@ -22000,7 +22006,7 @@ const zW = 8e3, LD = Zr(
|
|
|
22000
22006
|
location.href = location.origin + location.pathname;
|
|
22001
22007
|
}
|
|
22002
22008
|
return /* @__PURE__ */ r(du, { children: /* @__PURE__ */ r(
|
|
22003
|
-
|
|
22009
|
+
At,
|
|
22004
22010
|
{
|
|
22005
22011
|
variant: Ut.small,
|
|
22006
22012
|
title: t("somethingWentWrong"),
|
|
@@ -22063,7 +22069,7 @@ const $a = () => {
|
|
|
22063
22069
|
"no environment provider in the hierarchy make sure to add the provider"
|
|
22064
22070
|
);
|
|
22065
22071
|
return e;
|
|
22066
|
-
},
|
|
22072
|
+
}, eme = ({
|
|
22067
22073
|
environment: e,
|
|
22068
22074
|
children: t
|
|
22069
22075
|
}) => {
|
|
@@ -24226,7 +24232,7 @@ const at = (e) => {
|
|
|
24226
24232
|
}) => {
|
|
24227
24233
|
const { t: f } = W();
|
|
24228
24234
|
return /* @__PURE__ */ w(
|
|
24229
|
-
|
|
24235
|
+
At,
|
|
24230
24236
|
{
|
|
24231
24237
|
title: f(e),
|
|
24232
24238
|
isOpen: d,
|
|
@@ -24655,7 +24661,7 @@ const Dn = () => (e) => e || "—", Su = () => (e) => {
|
|
|
24655
24661
|
...(n || []).map((M) => M.id)
|
|
24656
24662
|
].some((M) => M === _?.id);
|
|
24657
24663
|
return /* @__PURE__ */ r(
|
|
24658
|
-
|
|
24664
|
+
At,
|
|
24659
24665
|
{
|
|
24660
24666
|
variant: b !== "" ? Ut.medium : Ut.small,
|
|
24661
24667
|
title: d(a.title, {
|
|
@@ -27083,7 +27089,7 @@ const l0 = async (e, { id: t, type: n, first: a, max: i, search: s, endpoint: o
|
|
|
27083
27089
|
}
|
|
27084
27090
|
];
|
|
27085
27091
|
return i === "roles" && y.splice(1, 1), /* @__PURE__ */ r(
|
|
27086
|
-
|
|
27092
|
+
At,
|
|
27087
27093
|
{
|
|
27088
27094
|
variant: Ut.large,
|
|
27089
27095
|
title: l || u("assignRolesTo", {
|
|
@@ -60083,7 +60089,7 @@ const na = ({
|
|
|
60083
60089
|
t(!0);
|
|
60084
60090
|
}, p = Array.from(_v.keys());
|
|
60085
60091
|
return /* @__PURE__ */ r(
|
|
60086
|
-
|
|
60092
|
+
At,
|
|
60087
60093
|
{
|
|
60088
60094
|
title: a("bindFlow"),
|
|
60089
60095
|
variant: "small",
|
|
@@ -60155,7 +60161,7 @@ function st(e, t) {
|
|
|
60155
60161
|
}
|
|
60156
60162
|
return cc(e, n);
|
|
60157
60163
|
}
|
|
60158
|
-
const Qne = Ye(() => import("./FlowDetails-
|
|
60164
|
+
const Qne = Ye(() => import("./FlowDetails-rMLALhQb.js")), sw = {
|
|
60159
60165
|
path: "/:realm/authentication/:id/:usedBy",
|
|
60160
60166
|
element: /* @__PURE__ */ r(Qne, {}),
|
|
60161
60167
|
breadcrumb: (e) => e("flowDetails"),
|
|
@@ -60207,7 +60213,7 @@ const Qne = Ye(() => import("./FlowDetails-B3MDggDU.js")), sw = {
|
|
|
60207
60213
|
a();
|
|
60208
60214
|
};
|
|
60209
60215
|
return /* @__PURE__ */ r(
|
|
60210
|
-
|
|
60216
|
+
At,
|
|
60211
60217
|
{
|
|
60212
60218
|
title: s("duplicateFlow"),
|
|
60213
60219
|
onClose: n,
|
|
@@ -60451,7 +60457,7 @@ const eae = ({
|
|
|
60451
60457
|
}
|
|
60452
60458
|
};
|
|
60453
60459
|
return /* @__PURE__ */ r(
|
|
60454
|
-
|
|
60460
|
+
At,
|
|
60455
60461
|
{
|
|
60456
60462
|
variant: Ut.small,
|
|
60457
60463
|
isOpen: !0,
|
|
@@ -60660,7 +60666,7 @@ const eae = ({
|
|
|
60660
60666
|
search: c
|
|
60661
60667
|
})).map((u) => ({ name: u }));
|
|
60662
60668
|
return /* @__PURE__ */ r(
|
|
60663
|
-
|
|
60669
|
+
At,
|
|
60664
60670
|
{
|
|
60665
60671
|
header: /* @__PURE__ */ w(jt, { children: [
|
|
60666
60672
|
/* @__PURE__ */ r(lt, { component: Cn.h1, children: i("flowUsedBy") }),
|
|
@@ -61836,7 +61842,7 @@ const bO = ({ onSelect: e, selectedPolicies: t }) => {
|
|
|
61836
61842
|
return {
|
|
61837
61843
|
pathname: st(t, e)
|
|
61838
61844
|
};
|
|
61839
|
-
}, Cae = Ye(() => import("./CreateFlow-
|
|
61845
|
+
}, Cae = Ye(() => import("./CreateFlow-BBK0mpES.js")), T3 = {
|
|
61840
61846
|
path: "/:realm/authentication/flows/create",
|
|
61841
61847
|
element: /* @__PURE__ */ r(Cae, {}),
|
|
61842
61848
|
breadcrumb: (e) => e("createFlow"),
|
|
@@ -62063,7 +62069,7 @@ const xae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
62063
62069
|
[i]
|
|
62064
62070
|
), g = !!e.filter, b = [t("name"), t("description")];
|
|
62065
62071
|
return /* @__PURE__ */ w(
|
|
62066
|
-
|
|
62072
|
+
At,
|
|
62067
62073
|
{
|
|
62068
62074
|
"aria-label": t(g ? "addPredefinedMappers" : "emptySecondaryAction"),
|
|
62069
62075
|
variant: Ut.medium,
|
|
@@ -62523,7 +62529,7 @@ const I3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
62523
62529
|
key: "kc.client.user_agent",
|
|
62524
62530
|
name: "Client/User Agent"
|
|
62525
62531
|
}
|
|
62526
|
-
],
|
|
62532
|
+
], xt = (e) => {
|
|
62527
62533
|
const { t } = W();
|
|
62528
62534
|
return /* @__PURE__ */ r(ys, { ...e, labelOn: t("on"), labelOff: t("off") });
|
|
62529
62535
|
};
|
|
@@ -62615,11 +62621,14 @@ const pw = Object.keys(Es), Sm = Object.keys({
|
|
|
62615
62621
|
"attributes.is.dynamic.scope"
|
|
62616
62622
|
),
|
|
62617
62623
|
defaultValue: "false"
|
|
62618
|
-
}),
|
|
62624
|
+
}), y = gt({
|
|
62625
|
+
control: i,
|
|
62626
|
+
name: "protocol"
|
|
62627
|
+
}) != "saml", v = (S, C) => o(
|
|
62619
62628
|
Be(
|
|
62620
62629
|
"attributes.dynamic.scope.regexp"
|
|
62621
62630
|
),
|
|
62622
|
-
|
|
62631
|
+
C ? `${S}:*` : S,
|
|
62623
62632
|
{ shouldDirty: !0 }
|
|
62624
62633
|
// Mark the field as dirty when we modify the field
|
|
62625
62634
|
);
|
|
@@ -62640,25 +62649,25 @@ const pw = Object.keys(Es), Sm = Object.keys({
|
|
|
62640
62649
|
labelIcon: n("scopeNameHelp"),
|
|
62641
62650
|
rules: {
|
|
62642
62651
|
required: n("required"),
|
|
62643
|
-
onChange: (
|
|
62644
|
-
f &&
|
|
62652
|
+
onChange: (S) => {
|
|
62653
|
+
f && v(S.target.validated, !0);
|
|
62645
62654
|
}
|
|
62646
62655
|
}
|
|
62647
62656
|
}
|
|
62648
62657
|
),
|
|
62649
62658
|
f && /* @__PURE__ */ w(le, { children: [
|
|
62650
62659
|
/* @__PURE__ */ r(
|
|
62651
|
-
|
|
62660
|
+
xt,
|
|
62652
62661
|
{
|
|
62653
62662
|
name: Be(
|
|
62654
62663
|
"attributes.is.dynamic.scope"
|
|
62655
62664
|
),
|
|
62656
62665
|
label: n("dynamicScope"),
|
|
62657
62666
|
labelIcon: n("dynamicScopeHelp"),
|
|
62658
|
-
onChange: (
|
|
62659
|
-
|
|
62660
|
-
|
|
62661
|
-
|
|
62667
|
+
onChange: (S, C) => {
|
|
62668
|
+
v(
|
|
62669
|
+
C && a.getValues("name") || "",
|
|
62670
|
+
C
|
|
62662
62671
|
);
|
|
62663
62672
|
},
|
|
62664
62673
|
stringify: !0
|
|
@@ -62698,9 +62707,9 @@ const pw = Object.keys(Es), Sm = Object.keys({
|
|
|
62698
62707
|
label: n("type"),
|
|
62699
62708
|
labelIcon: n("scopeTypeHelp"),
|
|
62700
62709
|
controller: { defaultValue: Sm[0] },
|
|
62701
|
-
options: Sm.map((
|
|
62702
|
-
key:
|
|
62703
|
-
value: n(`clientScopeType.${
|
|
62710
|
+
options: Sm.map((S) => ({
|
|
62711
|
+
key: S,
|
|
62712
|
+
value: n(`clientScopeType.${S}`)
|
|
62704
62713
|
}))
|
|
62705
62714
|
}
|
|
62706
62715
|
),
|
|
@@ -62712,14 +62721,14 @@ const pw = Object.keys(Es), Sm = Object.keys({
|
|
|
62712
62721
|
label: n("protocol"),
|
|
62713
62722
|
labelIcon: n("protocolHelp"),
|
|
62714
62723
|
controller: { defaultValue: p[0] },
|
|
62715
|
-
options: p.map((
|
|
62716
|
-
key:
|
|
62717
|
-
value: Rc(n,
|
|
62724
|
+
options: p.map((S) => ({
|
|
62725
|
+
key: S,
|
|
62726
|
+
value: Rc(n, S)
|
|
62718
62727
|
}))
|
|
62719
62728
|
}
|
|
62720
62729
|
),
|
|
62721
62730
|
/* @__PURE__ */ r(
|
|
62722
|
-
|
|
62731
|
+
xt,
|
|
62723
62732
|
{
|
|
62724
62733
|
name: Be(
|
|
62725
62734
|
"attributes.display.on.consent.screen"
|
|
@@ -62741,7 +62750,7 @@ const pw = Object.keys(Es), Sm = Object.keys({
|
|
|
62741
62750
|
}
|
|
62742
62751
|
),
|
|
62743
62752
|
/* @__PURE__ */ r(
|
|
62744
|
-
|
|
62753
|
+
xt,
|
|
62745
62754
|
{
|
|
62746
62755
|
name: Be(
|
|
62747
62756
|
"attributes.include.in.token.scope"
|
|
@@ -62751,6 +62760,18 @@ const pw = Object.keys(Es), Sm = Object.keys({
|
|
|
62751
62760
|
stringify: !0
|
|
62752
62761
|
}
|
|
62753
62762
|
),
|
|
62763
|
+
y && /* @__PURE__ */ r(
|
|
62764
|
+
xt,
|
|
62765
|
+
{
|
|
62766
|
+
name: Be(
|
|
62767
|
+
"attributes.include.in.openid.provider.metadata"
|
|
62768
|
+
),
|
|
62769
|
+
defaultValue: "true",
|
|
62770
|
+
label: n("includeInOpenIdProviderMetadata"),
|
|
62771
|
+
labelIcon: n("includeInOpenIdProviderMetadataHelp"),
|
|
62772
|
+
stringify: !0
|
|
62773
|
+
}
|
|
62774
|
+
),
|
|
62754
62775
|
/* @__PURE__ */ r(
|
|
62755
62776
|
we,
|
|
62756
62777
|
{
|
|
@@ -62777,7 +62798,7 @@ const pw = Object.keys(Es), Sm = Object.keys({
|
|
|
62777
62798
|
Q,
|
|
62778
62799
|
{
|
|
62779
62800
|
variant: "link",
|
|
62780
|
-
component: (
|
|
62801
|
+
component: (S) => /* @__PURE__ */ r(We, { ...S, to: D3({ realm: u }) }),
|
|
62781
62802
|
children: n("cancel")
|
|
62782
62803
|
}
|
|
62783
62804
|
)
|
|
@@ -63256,7 +63277,7 @@ const qae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
63256
63277
|
),
|
|
63257
63278
|
a && /* @__PURE__ */ r("div", { className: "kc-dropdown-panel-content", children: t })
|
|
63258
63279
|
] });
|
|
63259
|
-
},
|
|
63280
|
+
}, rme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
63260
63281
|
__proto__: null,
|
|
63261
63282
|
default: Fu
|
|
63262
63283
|
}, Symbol.toStringTag, { value: "Module" })), Jd = {
|
|
@@ -63292,7 +63313,7 @@ const Xae = Ye(() => Promise.resolve().then(() => Bw)), G3 = {
|
|
|
63292
63313
|
return {
|
|
63293
63314
|
pathname: cc(t, e)
|
|
63294
63315
|
};
|
|
63295
|
-
}, Qae = Ye(() => Promise.resolve().then(() =>
|
|
63316
|
+
}, Qae = Ye(() => Promise.resolve().then(() => mpe)), hw = {
|
|
63296
63317
|
path: "/:realm/users/:id/:tab",
|
|
63297
63318
|
element: /* @__PURE__ */ r(Qae, {}),
|
|
63298
63319
|
breadcrumb: (e) => e("userDetails"),
|
|
@@ -63310,7 +63331,7 @@ const Xae = Ye(() => Promise.resolve().then(() => Bw)), G3 = {
|
|
|
63310
63331
|
}
|
|
63311
63332
|
}, jf = (e) => ({
|
|
63312
63333
|
pathname: st(gw.path, e)
|
|
63313
|
-
}), ere = Ye(() => import("./DetailOrganization-
|
|
63334
|
+
}), ere = Ye(() => import("./DetailOrganization-BfZkMiHX.js")), V3 = {
|
|
63314
63335
|
path: "/:realm/organizations/:id/:tab",
|
|
63315
63336
|
element: /* @__PURE__ */ r(ere, {}),
|
|
63316
63337
|
breadcrumb: (e) => e("organizationDetails"),
|
|
@@ -63347,7 +63368,7 @@ const Xae = Ye(() => Promise.resolve().then(() => Bw)), G3 = {
|
|
|
63347
63368
|
}) => {
|
|
63348
63369
|
const { t: a } = W();
|
|
63349
63370
|
return /* @__PURE__ */ r(
|
|
63350
|
-
|
|
63371
|
+
At,
|
|
63351
63372
|
{
|
|
63352
63373
|
variant: Ut.medium,
|
|
63353
63374
|
title: a(e),
|
|
@@ -64054,7 +64075,7 @@ const cre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
64054
64075
|
};
|
|
64055
64076
|
return /* @__PURE__ */ w(le, { children: [
|
|
64056
64077
|
u.modal && /* @__PURE__ */ r(
|
|
64057
|
-
|
|
64078
|
+
At,
|
|
64058
64079
|
{
|
|
64059
64080
|
variant: Ut.small,
|
|
64060
64081
|
title: c("clearFile"),
|
|
@@ -64164,7 +64185,7 @@ const cre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
64164
64185
|
), dre = ({ onConfirm: e, closeDialog: t }) => {
|
|
64165
64186
|
const { t: n } = W(), [a, i] = F({});
|
|
64166
64187
|
return /* @__PURE__ */ w(
|
|
64167
|
-
|
|
64188
|
+
At,
|
|
64168
64189
|
{
|
|
64169
64190
|
title: n("import"),
|
|
64170
64191
|
isOpen: !0,
|
|
@@ -64401,7 +64422,7 @@ const cre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
64401
64422
|
/* @__PURE__ */ w(et, { ...l, children: [
|
|
64402
64423
|
/* @__PURE__ */ r(q3, { isLimited: !0 }),
|
|
64403
64424
|
/* @__PURE__ */ r(
|
|
64404
|
-
|
|
64425
|
+
xt,
|
|
64405
64426
|
{
|
|
64406
64427
|
name: "allowRemoteResourceManagement",
|
|
64407
64428
|
label: n("allowRemoteResourceManagement"),
|
|
@@ -64906,7 +64927,7 @@ const cre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
64906
64927
|
}
|
|
64907
64928
|
),
|
|
64908
64929
|
d(sn.DPoP) && /* @__PURE__ */ r(
|
|
64909
|
-
|
|
64930
|
+
xt,
|
|
64910
64931
|
{
|
|
64911
64932
|
name: Be(
|
|
64912
64933
|
"attributes.dpop.bound.access.tokens"
|
|
@@ -64919,7 +64940,7 @@ const cre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
64919
64940
|
] }),
|
|
64920
64941
|
o === "saml" && /* @__PURE__ */ w(le, { children: [
|
|
64921
64942
|
/* @__PURE__ */ r(
|
|
64922
|
-
|
|
64943
|
+
xt,
|
|
64923
64944
|
{
|
|
64924
64945
|
name: Be(
|
|
64925
64946
|
"attributes.saml.encrypt"
|
|
@@ -64929,7 +64950,7 @@ const cre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
64929
64950
|
}
|
|
64930
64951
|
),
|
|
64931
64952
|
/* @__PURE__ */ r(
|
|
64932
|
-
|
|
64953
|
+
xt,
|
|
64933
64954
|
{
|
|
64934
64955
|
name: Be(
|
|
64935
64956
|
"attributes.saml.client.signature"
|
|
@@ -64979,7 +65000,7 @@ const cre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
64979
65000
|
}
|
|
64980
65001
|
),
|
|
64981
65002
|
/* @__PURE__ */ r(
|
|
64982
|
-
|
|
65003
|
+
xt,
|
|
64983
65004
|
{
|
|
64984
65005
|
name: "alwaysDisplayInConsole",
|
|
64985
65006
|
label: t("alwaysDisplayInUI"),
|
|
@@ -65030,7 +65051,7 @@ const cre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
65030
65051
|
}
|
|
65031
65052
|
),
|
|
65032
65053
|
/* @__PURE__ */ r(
|
|
65033
|
-
|
|
65054
|
+
xt,
|
|
65034
65055
|
{
|
|
65035
65056
|
name: "consentRequired",
|
|
65036
65057
|
label: t("consentRequired"),
|
|
@@ -65038,7 +65059,7 @@ const cre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
65038
65059
|
}
|
|
65039
65060
|
),
|
|
65040
65061
|
/* @__PURE__ */ r(
|
|
65041
|
-
|
|
65062
|
+
xt,
|
|
65042
65063
|
{
|
|
65043
65064
|
name: Be(
|
|
65044
65065
|
"attributes.display.on.consent.screen"
|
|
@@ -65124,7 +65145,7 @@ const cre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
65124
65145
|
}
|
|
65125
65146
|
),
|
|
65126
65147
|
c === "openid-connect" && d && /* @__PURE__ */ r(
|
|
65127
|
-
|
|
65148
|
+
xt,
|
|
65128
65149
|
{
|
|
65129
65150
|
name: Be(
|
|
65130
65151
|
"attributes.frontchannel.logout.session.required"
|
|
@@ -65357,7 +65378,7 @@ const vre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
65357
65378
|
}, Symbol.toStringTag, { value: "Module" })), Ii = ({ name: e, label: t }) => {
|
|
65358
65379
|
const { t: n } = W();
|
|
65359
65380
|
return /* @__PURE__ */ r(
|
|
65360
|
-
|
|
65381
|
+
xt,
|
|
65361
65382
|
{
|
|
65362
65383
|
name: e,
|
|
65363
65384
|
label: n(t),
|
|
@@ -65744,7 +65765,7 @@ const vre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
65744
65765
|
a();
|
|
65745
65766
|
}
|
|
65746
65767
|
return /* @__PURE__ */ r(
|
|
65747
|
-
|
|
65768
|
+
At,
|
|
65748
65769
|
{
|
|
65749
65770
|
title: s("addNode"),
|
|
65750
65771
|
isOpen: t,
|
|
@@ -66062,7 +66083,7 @@ const vre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
66062
66083
|
}
|
|
66063
66084
|
),
|
|
66064
66085
|
/* @__PURE__ */ r(
|
|
66065
|
-
|
|
66086
|
+
xt,
|
|
66066
66087
|
{
|
|
66067
66088
|
name: Be(
|
|
66068
66089
|
"attributes.tls.client.certificate.bound.access.tokens"
|
|
@@ -66073,7 +66094,7 @@ const vre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
66073
66094
|
}
|
|
66074
66095
|
),
|
|
66075
66096
|
/* @__PURE__ */ r(
|
|
66076
|
-
|
|
66097
|
+
xt,
|
|
66077
66098
|
{
|
|
66078
66099
|
name: Be(
|
|
66079
66100
|
"attributes.require.pushed.authorization.requests"
|
|
@@ -66084,7 +66105,7 @@ const vre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
66084
66105
|
}
|
|
66085
66106
|
),
|
|
66086
66107
|
/* @__PURE__ */ r(
|
|
66087
|
-
|
|
66108
|
+
xt,
|
|
66088
66109
|
{
|
|
66089
66110
|
name: Be(
|
|
66090
66111
|
"attributes.client.use.lightweight.access.token.enabled"
|
|
@@ -66095,7 +66116,7 @@ const vre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
66095
66116
|
}
|
|
66096
66117
|
),
|
|
66097
66118
|
/* @__PURE__ */ r(
|
|
66098
|
-
|
|
66119
|
+
xt,
|
|
66099
66120
|
{
|
|
66100
66121
|
name: Be(
|
|
66101
66122
|
"attributes.client.introspection.response.allow.jwt.claim.enabled"
|
|
@@ -66972,7 +66993,7 @@ const vre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
66972
66993
|
const { t: n } = W();
|
|
66973
66994
|
return /* @__PURE__ */ w(Qe, { role: "manage-clients", isHorizontal: !0, children: [
|
|
66974
66995
|
/* @__PURE__ */ r(
|
|
66975
|
-
|
|
66996
|
+
xt,
|
|
66976
66997
|
{
|
|
66977
66998
|
name: Be(
|
|
66978
66999
|
"attributes.oid4vci.enabled"
|
|
@@ -67338,7 +67359,7 @@ const vre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
67338
67359
|
] })
|
|
67339
67360
|
] });
|
|
67340
67361
|
}, Pre = Ye(
|
|
67341
|
-
() => import("./PermissionDetails-
|
|
67362
|
+
() => import("./PermissionDetails-CviGcl2W.js")
|
|
67342
67363
|
), Sw = {
|
|
67343
67364
|
path: "/:realm/clients/:id/authorization/permission/new/:permissionType",
|
|
67344
67365
|
element: /* @__PURE__ */ r(Pre, {}),
|
|
@@ -67354,7 +67375,7 @@ const vre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
67354
67375
|
return {
|
|
67355
67376
|
pathname: st(t, e)
|
|
67356
67377
|
};
|
|
67357
|
-
}, Mre = Ye(() => import("./ResourceDetails-
|
|
67378
|
+
}, Mre = Ye(() => import("./ResourceDetails-DEgCzkRF.js")), Z3 = {
|
|
67358
67379
|
path: "/:realm/clients/:id/authorization/resource/new",
|
|
67359
67380
|
element: /* @__PURE__ */ r(Mre, {}),
|
|
67360
67381
|
breadcrumb: (e) => e("createResource"),
|
|
@@ -67363,7 +67384,7 @@ const vre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
67363
67384
|
}
|
|
67364
67385
|
}, xO = (e) => ({
|
|
67365
67386
|
pathname: st(Z3.path, e)
|
|
67366
|
-
}), Fre = Ye(() => import("./ResourceDetails-
|
|
67387
|
+
}), Fre = Ye(() => import("./ResourceDetails-DEgCzkRF.js")), Tw = {
|
|
67367
67388
|
path: "/:realm/clients/:id/authorization/resource",
|
|
67368
67389
|
element: /* @__PURE__ */ r(Fre, {}),
|
|
67369
67390
|
breadcrumb: (e) => e("resourceDetails"),
|
|
@@ -67383,7 +67404,7 @@ const vre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
67383
67404
|
pathname: st(t, e)
|
|
67384
67405
|
};
|
|
67385
67406
|
}, Ure = Ye(
|
|
67386
|
-
() => import("./PermissionDetails-
|
|
67407
|
+
() => import("./PermissionDetails-CviGcl2W.js")
|
|
67387
67408
|
), J3 = {
|
|
67388
67409
|
path: "/:realm/clients/:id/authorization/permission/:permissionType/:permissionId",
|
|
67389
67410
|
element: /* @__PURE__ */ r(Ure, {}),
|
|
@@ -67397,7 +67418,7 @@ const vre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
67397
67418
|
}
|
|
67398
67419
|
}, Uo = (e) => ({
|
|
67399
67420
|
pathname: st(J3.path, e)
|
|
67400
|
-
}), Bre = Ye(() => import("./ScopeDetails-
|
|
67421
|
+
}), Bre = Ye(() => import("./ScopeDetails-CrsBAeVO.js")), _w = {
|
|
67401
67422
|
path: "/:realm/clients/:id/authorization/scope",
|
|
67402
67423
|
element: /* @__PURE__ */ r(Bre, {}),
|
|
67403
67424
|
breadcrumb: (e) => e("authorizationScopeDetails"),
|
|
@@ -67797,7 +67818,7 @@ const $re = ({ id: e, clientId: t, uris: n }) => {
|
|
|
67797
67818
|
}
|
|
67798
67819
|
)
|
|
67799
67820
|
] });
|
|
67800
|
-
}, jre = Ye(() => import("./ScopeDetails-
|
|
67821
|
+
}, jre = Ye(() => import("./ScopeDetails-CrsBAeVO.js")), nM = {
|
|
67801
67822
|
path: "/:realm/clients/:id/authorization/scope/new",
|
|
67802
67823
|
element: /* @__PURE__ */ r(jre, {}),
|
|
67803
67824
|
breadcrumb: (e) => e("createAuthorizationScope"),
|
|
@@ -68227,7 +68248,6 @@ const Xre = Ye(
|
|
|
68227
68248
|
(R || []).map(
|
|
68228
68249
|
async (P) => o.clients.findOnePolicy({
|
|
68229
68250
|
id: t,
|
|
68230
|
-
type: "",
|
|
68231
68251
|
policyId: P
|
|
68232
68252
|
})
|
|
68233
68253
|
)
|
|
@@ -68415,7 +68435,7 @@ const Xre = Ye(
|
|
|
68415
68435
|
/* @__PURE__ */ r(it, { value: "All", children: o("protocolTypes.all") }, 3)
|
|
68416
68436
|
];
|
|
68417
68437
|
return /* @__PURE__ */ r(
|
|
68418
|
-
|
|
68438
|
+
At,
|
|
68419
68439
|
{
|
|
68420
68440
|
variant: Ut.medium,
|
|
68421
68441
|
title: s ? o("addClientScope") : o("addClientScopesTo", { clientName: t }),
|
|
@@ -69068,7 +69088,7 @@ const Xre = Ye(
|
|
|
69068
69088
|
}
|
|
69069
69089
|
),
|
|
69070
69090
|
/* @__PURE__ */ r(
|
|
69071
|
-
|
|
69091
|
+
xt,
|
|
69072
69092
|
{
|
|
69073
69093
|
name: "fetchRoles",
|
|
69074
69094
|
label: t("fetchRoles"),
|
|
@@ -69417,7 +69437,7 @@ function uie() {
|
|
|
69417
69437
|
async () => {
|
|
69418
69438
|
if (i) {
|
|
69419
69439
|
const k = await Promise.all([
|
|
69420
|
-
e.clients.
|
|
69440
|
+
e.clients.findOnePolicyWithType({
|
|
69421
69441
|
id: o ?? n,
|
|
69422
69442
|
type: s,
|
|
69423
69443
|
policyId: i
|
|
@@ -69585,7 +69605,7 @@ const qf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
69585
69605
|
[e]
|
|
69586
69606
|
);
|
|
69587
69607
|
return /* @__PURE__ */ r(
|
|
69588
|
-
|
|
69608
|
+
At,
|
|
69589
69609
|
{
|
|
69590
69610
|
"aria-label": a("createPolicy"),
|
|
69591
69611
|
variant: Ut.medium,
|
|
@@ -70454,7 +70474,7 @@ const qf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
70454
70474
|
}
|
|
70455
70475
|
),
|
|
70456
70476
|
/* @__PURE__ */ r(
|
|
70457
|
-
|
|
70477
|
+
At,
|
|
70458
70478
|
{
|
|
70459
70479
|
variant: Ut.medium,
|
|
70460
70480
|
isOpen: n,
|
|
@@ -71305,7 +71325,7 @@ const kw = ({
|
|
|
71305
71325
|
const { t: e } = W();
|
|
71306
71326
|
return /* @__PURE__ */ w(le, { children: [
|
|
71307
71327
|
/* @__PURE__ */ r(
|
|
71308
|
-
|
|
71328
|
+
xt,
|
|
71309
71329
|
{
|
|
71310
71330
|
name: Be(
|
|
71311
71331
|
"attributes.x509.allow.regex.pattern.comparison"
|
|
@@ -71566,7 +71586,7 @@ const Lie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
71566
71586
|
}) => {
|
|
71567
71587
|
const { t: n } = W();
|
|
71568
71588
|
return /* @__PURE__ */ w(
|
|
71569
|
-
|
|
71589
|
+
At,
|
|
71570
71590
|
{
|
|
71571
71591
|
title: n("initialAccessTokenDetails"),
|
|
71572
71592
|
isOpen: !0,
|
|
@@ -71792,7 +71812,7 @@ const Mie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
71792
71812
|
l?.id
|
|
71793
71813
|
)
|
|
71794
71814
|
] });
|
|
71795
|
-
},
|
|
71815
|
+
}, ime = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
71796
71816
|
__proto__: null,
|
|
71797
71817
|
InitialAccessTokenList: mM
|
|
71798
71818
|
}, Symbol.toStringTag, { value: "Module" })), zO = ({ id: e, keyInfo: t }) => {
|
|
@@ -71958,7 +71978,7 @@ const Mie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
71958
71978
|
formState: { isValid: o }
|
|
71959
71979
|
} = i;
|
|
71960
71980
|
return /* @__PURE__ */ w(
|
|
71961
|
-
|
|
71981
|
+
At,
|
|
71962
71982
|
{
|
|
71963
71983
|
variant: Ut.medium,
|
|
71964
71984
|
title: a("generateKeys"),
|
|
@@ -72025,7 +72045,7 @@ const Mie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
72025
72045
|
}
|
|
72026
72046
|
};
|
|
72027
72047
|
return /* @__PURE__ */ r(
|
|
72028
|
-
|
|
72048
|
+
At,
|
|
72029
72049
|
{
|
|
72030
72050
|
variant: "medium",
|
|
72031
72051
|
title: i("exportSamlKeyTitle"),
|
|
@@ -72082,7 +72102,7 @@ const Mie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
72082
72102
|
defaultValue: l[0]
|
|
72083
72103
|
});
|
|
72084
72104
|
return /* @__PURE__ */ w(
|
|
72085
|
-
|
|
72105
|
+
At,
|
|
72086
72106
|
{
|
|
72087
72107
|
variant: Ut.medium,
|
|
72088
72108
|
title: n("generateKeys"),
|
|
@@ -72218,7 +72238,7 @@ const Mie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
72218
72238
|
isHorizontal: !0,
|
|
72219
72239
|
children: [
|
|
72220
72240
|
/* @__PURE__ */ r(
|
|
72221
|
-
|
|
72241
|
+
xt,
|
|
72222
72242
|
{
|
|
72223
72243
|
name: Be("attributes.use.jwks.url"),
|
|
72224
72244
|
label: s("useJwksUrl"),
|
|
@@ -72314,7 +72334,7 @@ const Mie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
72314
72334
|
}
|
|
72315
72335
|
};
|
|
72316
72336
|
return /* @__PURE__ */ r(
|
|
72317
|
-
|
|
72337
|
+
At,
|
|
72318
72338
|
{
|
|
72319
72339
|
variant: Ut.medium,
|
|
72320
72340
|
"aria-label": o("enableClientSignatureRequiredModal"),
|
|
@@ -72662,7 +72682,7 @@ const Mie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
72662
72682
|
[i, s]
|
|
72663
72683
|
);
|
|
72664
72684
|
return /* @__PURE__ */ r(
|
|
72665
|
-
|
|
72685
|
+
At,
|
|
72666
72686
|
{
|
|
72667
72687
|
variant: Ut.medium,
|
|
72668
72688
|
title: n("chooseAPolicyProvider"),
|
|
@@ -74447,7 +74467,7 @@ const lse = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
74447
74467
|
f ? f.id : "roleList"
|
|
74448
74468
|
)
|
|
74449
74469
|
] });
|
|
74450
|
-
}, gse = Ye(() => Promise.resolve().then(() =>
|
|
74470
|
+
}, gse = Ye(() => Promise.resolve().then(() => hpe)), Fw = {
|
|
74451
74471
|
path: "/:realm/users",
|
|
74452
74472
|
element: /* @__PURE__ */ r(gse, {}),
|
|
74453
74473
|
breadcrumb: (e) => e("titleUsers"),
|
|
@@ -74591,7 +74611,7 @@ function Wf({
|
|
|
74591
74611
|
)
|
|
74592
74612
|
] });
|
|
74593
74613
|
}
|
|
74594
|
-
const
|
|
74614
|
+
const sme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
74595
74615
|
__proto__: null,
|
|
74596
74616
|
default: Wf
|
|
74597
74617
|
}, Symbol.toStringTag, { value: "Module" })), vse = ({ client: e }) => {
|
|
@@ -75996,7 +76016,7 @@ const noe = () => /* @__PURE__ */ r(le, { children: "Page Not Found" }), aoe = (
|
|
|
75996
76016
|
}
|
|
75997
76017
|
}, l = o(a.cache.clearRealmCache), c = o(a.cache.clearUserCache), d = o(a.cache.clearKeysCache), u = o(a.cache.clearCrlCache);
|
|
75998
76018
|
return /* @__PURE__ */ r(
|
|
75999
|
-
|
|
76019
|
+
At,
|
|
76000
76020
|
{
|
|
76001
76021
|
title: n("clearCachesTitle"),
|
|
76002
76022
|
variant: Ut.small,
|
|
@@ -76333,14 +76353,14 @@ const poe = ({ children: e }) => {
|
|
|
76333
76353
|
].slice(0, doe)
|
|
76334
76354
|
);
|
|
76335
76355
|
}, [t]), /* @__PURE__ */ r($M.Provider, { value: a, children: e });
|
|
76336
|
-
},
|
|
76356
|
+
}, ome = () => yi($M);
|
|
76337
76357
|
function moe(e, t) {
|
|
76338
76358
|
return t in e;
|
|
76339
76359
|
}
|
|
76340
76360
|
const foe = ({ children: e }) => {
|
|
76341
76361
|
const t = N6(), { hasAccess: n } = zt(), a = t.flatMap(({ handle: i }) => typeof i != "object" || i === null || !moe(i, "access") ? [] : Array.isArray(i.access) ? i.access : [i.access]);
|
|
76342
76362
|
return n(...a) ? e : /* @__PURE__ */ r(Aw, { permissionNeeded: a });
|
|
76343
|
-
}, hoe = ({ children: e }) => /* @__PURE__ */ r(wY, { children: /* @__PURE__ */ r($D, { fallback: HM, children: /* @__PURE__ */ r(HY, { children: /* @__PURE__ */ r(IX, { children: /* @__PURE__ */ r(AX, { children: /* @__PURE__ */ r(poe, { children: /* @__PURE__ */ r(kX, { children: /* @__PURE__ */ r(Hse, { children: e }) }) }) }) }) }) }) }),
|
|
76363
|
+
}, hoe = ({ children: e }) => /* @__PURE__ */ r(wY, { children: /* @__PURE__ */ r($D, { fallback: HM, children: /* @__PURE__ */ r(HY, { children: /* @__PURE__ */ r(IX, { children: /* @__PURE__ */ r(AX, { children: /* @__PURE__ */ r(poe, { children: /* @__PURE__ */ r(kX, { children: /* @__PURE__ */ r(Hse, { children: e }) }) }) }) }) }) }) }), lme = () => {
|
|
76344
76364
|
const { keycloak: e, environment: t } = $a(), [n, a] = F();
|
|
76345
76365
|
return ft(() => {
|
|
76346
76366
|
(async () => {
|
|
@@ -76458,14 +76478,14 @@ const foe = ({ children: e }) => {
|
|
|
76458
76478
|
handle: {
|
|
76459
76479
|
access: "manage-identity-providers"
|
|
76460
76480
|
}
|
|
76461
|
-
}, Ooe = Ye(() => import("./AddSpiffeConnect-
|
|
76481
|
+
}, Ooe = Ye(() => import("./AddSpiffeConnect-mz1dF_K2.js")), Roe = {
|
|
76462
76482
|
path: "/:realm/identity-providers/spiffe/add",
|
|
76463
76483
|
element: /* @__PURE__ */ r(Ooe, {}),
|
|
76464
76484
|
breadcrumb: (e) => e("addSpiffeProvider"),
|
|
76465
76485
|
handle: {
|
|
76466
76486
|
access: "manage-identity-providers"
|
|
76467
76487
|
}
|
|
76468
|
-
}, Noe = Ye(() => import("./AddKubernetesConnect-
|
|
76488
|
+
}, Noe = Ye(() => import("./AddKubernetesConnect-CuD3LdUl.js")), Loe = {
|
|
76469
76489
|
path: "/:realm/identity-providers/kubernetes/add",
|
|
76470
76490
|
element: /* @__PURE__ */ r(Noe, {}),
|
|
76471
76491
|
breadcrumb: (e) => e("addKubernetesProvider"),
|
|
@@ -76510,7 +76530,7 @@ const foe = ({ children: e }) => {
|
|
|
76510
76530
|
}
|
|
76511
76531
|
}, XO = (e) => ({
|
|
76512
76532
|
pathname: st(WM.path, e)
|
|
76513
|
-
}), Uoe = Ye(() => import("./AddOAuth2-
|
|
76533
|
+
}), Uoe = Ye(() => import("./AddOAuth2-CEg67s-V.js")), Boe = {
|
|
76514
76534
|
path: "/:realm/identity-providers/oauth2/add",
|
|
76515
76535
|
element: /* @__PURE__ */ r(Uoe, {}),
|
|
76516
76536
|
breadcrumb: (e) => e("addOAuth2Provider"),
|
|
@@ -76529,7 +76549,7 @@ const foe = ({ children: e }) => {
|
|
|
76529
76549
|
WM,
|
|
76530
76550
|
GM,
|
|
76531
76551
|
Boe
|
|
76532
|
-
], $oe = Ye(() => import("./NewOrganization-
|
|
76552
|
+
], $oe = Ye(() => import("./NewOrganization-CszduA49.js")), YM = {
|
|
76533
76553
|
path: "/:realm/organizations/new",
|
|
76534
76554
|
element: /* @__PURE__ */ r($oe, {}),
|
|
76535
76555
|
breadcrumb: (e) => e("createOrganization"),
|
|
@@ -76555,7 +76575,7 @@ const foe = ({ children: e }) => {
|
|
|
76555
76575
|
YM,
|
|
76556
76576
|
V3
|
|
76557
76577
|
], Voe = Ye(
|
|
76558
|
-
() => import("./PermissionConfigurationDetails-
|
|
76578
|
+
() => import("./PermissionConfigurationDetails-DJqT8GcG.js")
|
|
76559
76579
|
), ZM = {
|
|
76560
76580
|
path: "/:realm/permissions/:permissionClientId/permission/new/:resourceType",
|
|
76561
76581
|
element: /* @__PURE__ */ r(Voe, {}),
|
|
@@ -76566,7 +76586,7 @@ const foe = ({ children: e }) => {
|
|
|
76566
76586
|
}, oy = (e) => ({
|
|
76567
76587
|
pathname: st(ZM.path, e)
|
|
76568
76588
|
}), qoe = Ye(
|
|
76569
|
-
() => import("./PermissionConfigurationDetails-
|
|
76589
|
+
() => import("./PermissionConfigurationDetails-DJqT8GcG.js")
|
|
76570
76590
|
), QM = {
|
|
76571
76591
|
path: "/:realm/permissions/:permissionClientId/permission/:permissionId/:resourceType",
|
|
76572
76592
|
element: /* @__PURE__ */ r(qoe, {}),
|
|
@@ -76669,7 +76689,7 @@ const foe = ({ children: e }) => {
|
|
|
76669
76689
|
}
|
|
76670
76690
|
}, cle = (e) => ({
|
|
76671
76691
|
pathname: st(r4.path, e)
|
|
76672
|
-
}), dle = Ye(() => import("./ExecutorForm-
|
|
76692
|
+
}), dle = Ye(() => import("./ExecutorForm-BXy25Qqd.js")), i4 = {
|
|
76673
76693
|
path: "/:realm/realm-settings/client-policies/:profileName/add-executor",
|
|
76674
76694
|
element: /* @__PURE__ */ r(dle, {}),
|
|
76675
76695
|
breadcrumb: (e) => e("addExecutor"),
|
|
@@ -76736,7 +76756,7 @@ const foe = ({ children: e }) => {
|
|
|
76736
76756
|
}
|
|
76737
76757
|
}, vle = (e) => ({
|
|
76738
76758
|
pathname: st(u4.path, e)
|
|
76739
|
-
}), Ele = Ye(() => import("./ExecutorForm-
|
|
76759
|
+
}), Ele = Ye(() => import("./ExecutorForm-BXy25Qqd.js")), p4 = {
|
|
76740
76760
|
path: "/:realm/realm-settings/client-policies/:profileName/edit-profile/:executorName",
|
|
76741
76761
|
element: /* @__PURE__ */ r(Ele, {}),
|
|
76742
76762
|
breadcrumb: (e) => e("executorDetails"),
|
|
@@ -76814,7 +76834,7 @@ const foe = ({ children: e }) => {
|
|
|
76814
76834
|
h4,
|
|
76815
76835
|
c4,
|
|
76816
76836
|
g4
|
|
76817
|
-
], kle = Ye(() => import("./RealmSection-
|
|
76837
|
+
], kle = Ye(() => import("./RealmSection-95_T988j.js")), y4 = {
|
|
76818
76838
|
path: "/:realm/realms",
|
|
76819
76839
|
element: /* @__PURE__ */ r(kle, {}),
|
|
76820
76840
|
breadcrumb: (e) => e("realms"),
|
|
@@ -76823,7 +76843,7 @@ const foe = ({ children: e }) => {
|
|
|
76823
76843
|
}
|
|
76824
76844
|
}, Ole = (e) => ({
|
|
76825
76845
|
pathname: st(y4.path, e)
|
|
76826
|
-
}), Rle = [y4], Nle = Ye(() => Promise.resolve().then(() =>
|
|
76846
|
+
}), Rle = [y4], Nle = Ye(() => Promise.resolve().then(() => Vue)), Lle = {
|
|
76827
76847
|
path: "/:realm/sessions",
|
|
76828
76848
|
element: /* @__PURE__ */ r(Nle, {}),
|
|
76829
76849
|
breadcrumb: (e) => e("titleSessions"),
|
|
@@ -76862,7 +76882,7 @@ const foe = ({ children: e }) => {
|
|
|
76862
76882
|
access: "view-realm"
|
|
76863
76883
|
}
|
|
76864
76884
|
}, Ble = Ye(
|
|
76865
|
-
() => Promise.resolve().then(() =>
|
|
76885
|
+
() => Promise.resolve().then(() => wpe)
|
|
76866
76886
|
), Hle = {
|
|
76867
76887
|
path: "/:realm/user-federation/ldap/new",
|
|
76868
76888
|
element: /* @__PURE__ */ r(Ble, {}),
|
|
@@ -76891,7 +76911,7 @@ const foe = ({ children: e }) => {
|
|
|
76891
76911
|
}, Gle = (e) => ({
|
|
76892
76912
|
pathname: st(C4.path, e)
|
|
76893
76913
|
}), jle = Ye(
|
|
76894
|
-
() => Promise.resolve().then(() =>
|
|
76914
|
+
() => Promise.resolve().then(() => Ope)
|
|
76895
76915
|
), $w = {
|
|
76896
76916
|
path: "/:realm/user-federation/ldap/:id",
|
|
76897
76917
|
element: /* @__PURE__ */ r(jle, {}),
|
|
@@ -76908,7 +76928,7 @@ const foe = ({ children: e }) => {
|
|
|
76908
76928
|
pathname: st(t, e)
|
|
76909
76929
|
};
|
|
76910
76930
|
}, Vle = Ye(
|
|
76911
|
-
() => Promise.resolve().then(() =>
|
|
76931
|
+
() => Promise.resolve().then(() => vpe)
|
|
76912
76932
|
), w4 = {
|
|
76913
76933
|
path: "/:realm/user-federation/ldap/:id/mappers/:mapperId",
|
|
76914
76934
|
element: /* @__PURE__ */ r(Vle, {}),
|
|
@@ -76942,7 +76962,7 @@ const foe = ({ children: e }) => {
|
|
|
76942
76962
|
w4,
|
|
76943
76963
|
S4,
|
|
76944
76964
|
v4
|
|
76945
|
-
], Zle = Ye(() => Promise.resolve().then(() =>
|
|
76965
|
+
], Zle = Ye(() => Promise.resolve().then(() => tpe)), I4 = {
|
|
76946
76966
|
path: "/:realm/users/add-user",
|
|
76947
76967
|
element: /* @__PURE__ */ r(Zle, {}),
|
|
76948
76968
|
breadcrumb: (e) => e("createUser"),
|
|
@@ -76956,23 +76976,23 @@ const foe = ({ children: e }) => {
|
|
|
76956
76976
|
Fw,
|
|
76957
76977
|
TM,
|
|
76958
76978
|
hw
|
|
76959
|
-
], ece = Ye(() => import("./CreateWorkflow-
|
|
76979
|
+
], ece = Ye(() => import("./CreateWorkflow-DKtXyf5v.js")), x4 = {
|
|
76960
76980
|
path: "/:realm/workflows/new",
|
|
76961
76981
|
element: /* @__PURE__ */ r(ece, {}),
|
|
76962
76982
|
breadcrumb: (e) => e("createWorkflow"),
|
|
76963
76983
|
handle: {
|
|
76964
76984
|
access: "manage-realm"
|
|
76965
76985
|
}
|
|
76966
|
-
},
|
|
76986
|
+
}, cme = (e) => ({
|
|
76967
76987
|
pathname: st(x4.path, e)
|
|
76968
|
-
}), tce = Ye(() => import("./WorkflowsSection-
|
|
76988
|
+
}), tce = Ye(() => import("./WorkflowsSection-M4LUDSFD.js")), A4 = {
|
|
76969
76989
|
path: "/:realm/workflows",
|
|
76970
76990
|
element: /* @__PURE__ */ r(tce, {}),
|
|
76971
76991
|
breadcrumb: (e) => e("workflows"),
|
|
76972
76992
|
handle: {
|
|
76973
76993
|
access: "view-realm"
|
|
76974
76994
|
}
|
|
76975
|
-
},
|
|
76995
|
+
}, dme = (e) => ({
|
|
76976
76996
|
pathname: st(A4.path, e)
|
|
76977
76997
|
}), nce = [A4, x4], ace = {
|
|
76978
76998
|
path: "*",
|
|
@@ -77149,7 +77169,7 @@ const foe = ({ children: e }) => {
|
|
|
77149
77169
|
children: /* @__PURE__ */ r(An, { children: o })
|
|
77150
77170
|
}
|
|
77151
77171
|
);
|
|
77152
|
-
},
|
|
77172
|
+
}, ume = ({ searchType: e, onSelect: t }) => {
|
|
77153
77173
|
const { t: n } = W(), [a, i] = F(!1);
|
|
77154
77174
|
return /* @__PURE__ */ w(le, { children: [
|
|
77155
77175
|
/* @__PURE__ */ r(Ke, { children: /* @__PURE__ */ r(R4, { searchType: e, onSelect: t }) }),
|
|
@@ -78064,7 +78084,7 @@ function yce() {
|
|
|
78064
78084
|
const vce = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
78065
78085
|
__proto__: null,
|
|
78066
78086
|
default: yce
|
|
78067
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
78087
|
+
}, Symbol.toStringTag, { value: "Module" })), pme = ({
|
|
78068
78088
|
data: e,
|
|
78069
78089
|
onSelect: t
|
|
78070
78090
|
}) => {
|
|
@@ -78311,7 +78331,7 @@ const vce = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
78311
78331
|
}
|
|
78312
78332
|
};
|
|
78313
78333
|
return /* @__PURE__ */ r(
|
|
78314
|
-
|
|
78334
|
+
At,
|
|
78315
78335
|
{
|
|
78316
78336
|
variant: Ut.small,
|
|
78317
78337
|
title: o(t ? "editGroup" : n ? "duplicateAGroup" : "createAGroup"),
|
|
@@ -78859,7 +78879,7 @@ const Cce = ({
|
|
|
78859
78879
|
}
|
|
78860
78880
|
};
|
|
78861
78881
|
return /* @__PURE__ */ r(
|
|
78862
|
-
|
|
78882
|
+
At,
|
|
78863
78883
|
{
|
|
78864
78884
|
variant: Ut.large,
|
|
78865
78885
|
title: i("addMember"),
|
|
@@ -78956,7 +78976,7 @@ const Cce = ({
|
|
|
78956
78976
|
}), u(yu([...y, ...v], "path"));
|
|
78957
78977
|
};
|
|
78958
78978
|
return /* @__PURE__ */ r(
|
|
78959
|
-
|
|
78979
|
+
At,
|
|
78960
78980
|
{
|
|
78961
78981
|
variant: Ut.large,
|
|
78962
78982
|
title: n("showMembershipsTitle", { username: e.username }),
|
|
@@ -80277,7 +80297,7 @@ const $4 = ({
|
|
|
80277
80297
|
),
|
|
80278
80298
|
t && /* @__PURE__ */ w(le, { children: [
|
|
80279
80299
|
/* @__PURE__ */ r(
|
|
80280
|
-
|
|
80300
|
+
xt,
|
|
80281
80301
|
{
|
|
80282
80302
|
name: "config.validateSignature",
|
|
80283
80303
|
label: n("validateSignature"),
|
|
@@ -80287,7 +80307,7 @@ const $4 = ({
|
|
|
80287
80307
|
),
|
|
80288
80308
|
i === "true" && /* @__PURE__ */ w(le, { children: [
|
|
80289
80309
|
/* @__PURE__ */ r(
|
|
80290
|
-
|
|
80310
|
+
xt,
|
|
80291
80311
|
{
|
|
80292
80312
|
name: "config.useJwksUrl",
|
|
80293
80313
|
label: n("useJwksUrl"),
|
|
@@ -80322,7 +80342,7 @@ const $4 = ({
|
|
|
80322
80342
|
] })
|
|
80323
80343
|
] }),
|
|
80324
80344
|
/* @__PURE__ */ r(
|
|
80325
|
-
|
|
80345
|
+
xt,
|
|
80326
80346
|
{
|
|
80327
80347
|
name: "config.pkceEnabled",
|
|
80328
80348
|
label: n("pkceEnabled"),
|
|
@@ -80574,7 +80594,7 @@ const z4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80574
80594
|
}
|
|
80575
80595
|
),
|
|
80576
80596
|
/* @__PURE__ */ r(
|
|
80577
|
-
|
|
80597
|
+
xt,
|
|
80578
80598
|
{
|
|
80579
80599
|
name: "config.backchannelSupported",
|
|
80580
80600
|
label: t("backchannelLogout"),
|
|
@@ -80583,7 +80603,7 @@ const z4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80583
80603
|
}
|
|
80584
80604
|
),
|
|
80585
80605
|
/* @__PURE__ */ r(
|
|
80586
|
-
|
|
80606
|
+
xt,
|
|
80587
80607
|
{
|
|
80588
80608
|
name: "config.sendIdTokenOnLogout",
|
|
80589
80609
|
label: t("sendIdTokenOnLogout"),
|
|
@@ -80593,7 +80613,7 @@ const z4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80593
80613
|
}
|
|
80594
80614
|
),
|
|
80595
80615
|
/* @__PURE__ */ r(
|
|
80596
|
-
|
|
80616
|
+
xt,
|
|
80597
80617
|
{
|
|
80598
80618
|
name: "config.sendClientIdOnLogout",
|
|
80599
80619
|
label: t("sendClientIdOnLogout"),
|
|
@@ -80670,7 +80690,7 @@ const z4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80670
80690
|
}
|
|
80671
80691
|
),
|
|
80672
80692
|
/* @__PURE__ */ r(
|
|
80673
|
-
|
|
80693
|
+
xt,
|
|
80674
80694
|
{
|
|
80675
80695
|
name: "config.allowCreate",
|
|
80676
80696
|
label: t("allowCreate"),
|
|
@@ -80679,7 +80699,7 @@ const z4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80679
80699
|
}
|
|
80680
80700
|
),
|
|
80681
80701
|
/* @__PURE__ */ r(
|
|
80682
|
-
|
|
80702
|
+
xt,
|
|
80683
80703
|
{
|
|
80684
80704
|
name: "config.postBindingResponse",
|
|
80685
80705
|
label: t("httpPostBindingResponse"),
|
|
@@ -80688,7 +80708,7 @@ const z4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80688
80708
|
}
|
|
80689
80709
|
),
|
|
80690
80710
|
/* @__PURE__ */ r(
|
|
80691
|
-
|
|
80711
|
+
xt,
|
|
80692
80712
|
{
|
|
80693
80713
|
name: "config.artifactBindingResponse",
|
|
80694
80714
|
label: t("artifactBindingResponse"),
|
|
@@ -80697,7 +80717,7 @@ const z4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80697
80717
|
}
|
|
80698
80718
|
),
|
|
80699
80719
|
/* @__PURE__ */ r(
|
|
80700
|
-
|
|
80720
|
+
xt,
|
|
80701
80721
|
{
|
|
80702
80722
|
name: "config.postBindingAuthnRequest",
|
|
80703
80723
|
label: t("httpPostBindingAuthnRequest"),
|
|
@@ -80706,7 +80726,7 @@ const z4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80706
80726
|
}
|
|
80707
80727
|
),
|
|
80708
80728
|
/* @__PURE__ */ r(
|
|
80709
|
-
|
|
80729
|
+
xt,
|
|
80710
80730
|
{
|
|
80711
80731
|
name: "config.postBindingLogout",
|
|
80712
80732
|
label: t("httpPostBindingLogout"),
|
|
@@ -80715,7 +80735,7 @@ const z4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80715
80735
|
}
|
|
80716
80736
|
),
|
|
80717
80737
|
/* @__PURE__ */ r(
|
|
80718
|
-
|
|
80738
|
+
xt,
|
|
80719
80739
|
{
|
|
80720
80740
|
name: "config.wantAuthnRequestsSigned",
|
|
80721
80741
|
label: t("wantAuthnRequestsSigned"),
|
|
@@ -80759,7 +80779,7 @@ const z4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80759
80779
|
)
|
|
80760
80780
|
] }),
|
|
80761
80781
|
/* @__PURE__ */ r(
|
|
80762
|
-
|
|
80782
|
+
xt,
|
|
80763
80783
|
{
|
|
80764
80784
|
name: "config.wantAssertionsSigned",
|
|
80765
80785
|
label: t("wantAssertionsSigned"),
|
|
@@ -80768,7 +80788,7 @@ const z4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80768
80788
|
}
|
|
80769
80789
|
),
|
|
80770
80790
|
/* @__PURE__ */ r(
|
|
80771
|
-
|
|
80791
|
+
xt,
|
|
80772
80792
|
{
|
|
80773
80793
|
name: "config.wantAssertionsEncrypted",
|
|
80774
80794
|
label: t("wantAssertionsEncrypted"),
|
|
@@ -80790,7 +80810,7 @@ const z4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80790
80810
|
}
|
|
80791
80811
|
),
|
|
80792
80812
|
/* @__PURE__ */ r(
|
|
80793
|
-
|
|
80813
|
+
xt,
|
|
80794
80814
|
{
|
|
80795
80815
|
name: "config.forceAuthn",
|
|
80796
80816
|
label: t("forceAuthentication"),
|
|
@@ -80799,7 +80819,7 @@ const z4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80799
80819
|
}
|
|
80800
80820
|
),
|
|
80801
80821
|
/* @__PURE__ */ r(
|
|
80802
|
-
|
|
80822
|
+
xt,
|
|
80803
80823
|
{
|
|
80804
80824
|
name: "config.validateSignature",
|
|
80805
80825
|
label: t("validateSignature"),
|
|
@@ -80825,7 +80845,7 @@ const z4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80825
80845
|
}
|
|
80826
80846
|
),
|
|
80827
80847
|
/* @__PURE__ */ r(
|
|
80828
|
-
|
|
80848
|
+
xt,
|
|
80829
80849
|
{
|
|
80830
80850
|
name: "config.useMetadataDescriptorUrl",
|
|
80831
80851
|
label: t("useMetadataDescriptorUrl"),
|
|
@@ -80844,7 +80864,7 @@ const z4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80844
80864
|
)
|
|
80845
80865
|
] }),
|
|
80846
80866
|
/* @__PURE__ */ r(
|
|
80847
|
-
|
|
80867
|
+
xt,
|
|
80848
80868
|
{
|
|
80849
80869
|
name: "config.signSpMetadata",
|
|
80850
80870
|
label: t("signServiceProviderMetadata"),
|
|
@@ -80853,7 +80873,7 @@ const z4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80853
80873
|
}
|
|
80854
80874
|
),
|
|
80855
80875
|
/* @__PURE__ */ r(
|
|
80856
|
-
|
|
80876
|
+
xt,
|
|
80857
80877
|
{
|
|
80858
80878
|
name: "config.loginHint",
|
|
80859
80879
|
label: t("passSubject"),
|
|
@@ -82299,7 +82319,7 @@ const tde = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
82299
82319
|
},
|
|
82300
82320
|
[]
|
|
82301
82321
|
), d ? /* @__PURE__ */ w(
|
|
82302
|
-
|
|
82322
|
+
At,
|
|
82303
82323
|
{
|
|
82304
82324
|
variant: Ut.small,
|
|
82305
82325
|
title: i("manageDisplayOrder"),
|
|
@@ -82615,7 +82635,7 @@ function rde() {
|
|
|
82615
82635
|
const ide = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
82616
82636
|
__proto__: null,
|
|
82617
82637
|
default: rde
|
|
82618
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
82638
|
+
}, Symbol.toStringTag, { value: "Module" })), mme = ({
|
|
82619
82639
|
save: e
|
|
82620
82640
|
}) => {
|
|
82621
82641
|
const { adminClient: t } = Ce(), { realm: n } = ke(), a = mt(), { t: i } = W(), { addAlert: s, addError: o } = Pe(), l = gt({ name: "id" }), c = gt({ name: "name" }), { setValue: d } = Ve(), [u, p] = at({
|
|
@@ -82858,7 +82878,7 @@ const ide = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
82858
82878
|
}
|
|
82859
82879
|
};
|
|
82860
82880
|
return /* @__PURE__ */ r(
|
|
82861
|
-
|
|
82881
|
+
At,
|
|
82862
82882
|
{
|
|
82863
82883
|
variant: Ut.small,
|
|
82864
82884
|
title: i("linkIdentityProvider"),
|
|
@@ -82915,7 +82935,7 @@ const ide = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
82915
82935
|
}
|
|
82916
82936
|
),
|
|
82917
82937
|
/* @__PURE__ */ r(
|
|
82918
|
-
|
|
82938
|
+
xt,
|
|
82919
82939
|
{
|
|
82920
82940
|
name: "hideOnLogin",
|
|
82921
82941
|
label: i("hideOnLoginPage"),
|
|
@@ -82924,7 +82944,7 @@ const ide = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
82924
82944
|
}
|
|
82925
82945
|
),
|
|
82926
82946
|
/* @__PURE__ */ r(
|
|
82927
|
-
|
|
82947
|
+
xt,
|
|
82928
82948
|
{
|
|
82929
82949
|
name: Be(
|
|
82930
82950
|
"config.kc.org.broker.redirect.mode.email-matches"
|
|
@@ -82963,7 +82983,7 @@ const ide = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
82963
82983
|
onChange: (l, c) => o(c)
|
|
82964
82984
|
}
|
|
82965
82985
|
);
|
|
82966
|
-
},
|
|
82986
|
+
}, fme = () => {
|
|
82967
82987
|
const { adminClient: e } = Ce(), { t } = W(), { id: n } = Ea(), { addAlert: a, addError: i } = Pe(), [s, o] = F(0), l = () => o(s + 1), [c, d] = F(!1), [u, p] = F(!1), [m, f] = F(), [h, g] = vt();
|
|
82968
82988
|
$e(
|
|
82969
82989
|
async () => e.identityProviders.find({ max: 1 }),
|
|
@@ -83109,7 +83129,7 @@ const ide = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
83109
83129
|
}
|
|
83110
83130
|
};
|
|
83111
83131
|
return /* @__PURE__ */ r(
|
|
83112
|
-
|
|
83132
|
+
At,
|
|
83113
83133
|
{
|
|
83114
83134
|
variant: Ut.small,
|
|
83115
83135
|
title: s("inviteMember"),
|
|
@@ -83251,7 +83271,7 @@ const ide = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
83251
83271
|
}, dde = (e) => {
|
|
83252
83272
|
const { realm: t } = ke();
|
|
83253
83273
|
return /* @__PURE__ */ r(We, { to: qi({ realm: t, id: e.id, tab: "settings" }), children: e.username });
|
|
83254
|
-
},
|
|
83274
|
+
}, hme = () => {
|
|
83255
83275
|
const { t: e } = W(), { adminClient: t } = Ce(), { id: n } = tn(), { addAlert: a, addError: i } = Pe(), [s, o] = F(0), l = () => o(s + 1), [c, d] = vt(), [u, p] = vt(), [m, f] = vt(), [h, g] = F(
|
|
83256
83276
|
[]
|
|
83257
83277
|
), [b, y] = F(""), [v, S] = F(""), [C, T] = F([]), [k, O] = F(!1), A = [
|
|
@@ -83453,11 +83473,11 @@ const ide = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
83453
83473
|
s
|
|
83454
83474
|
)
|
|
83455
83475
|
] });
|
|
83456
|
-
},
|
|
83476
|
+
}, gme = (e) => ({
|
|
83457
83477
|
...e,
|
|
83458
83478
|
domains: e.domains?.map((t) => ({ name: t, verified: !1 })),
|
|
83459
83479
|
attributes: rc(e.attributes)
|
|
83460
|
-
}),
|
|
83480
|
+
}), bme = ({
|
|
83461
83481
|
readOnly: e = !1
|
|
83462
83482
|
}) => {
|
|
83463
83483
|
const { t } = W(), {
|
|
@@ -83758,7 +83778,7 @@ function yde({ onClose: e }) {
|
|
|
83758
83778
|
}
|
|
83759
83779
|
};
|
|
83760
83780
|
return /* @__PURE__ */ r(
|
|
83761
|
-
|
|
83781
|
+
At,
|
|
83762
83782
|
{
|
|
83763
83783
|
variant: "medium",
|
|
83764
83784
|
title: n("createRealm"),
|
|
@@ -83815,7 +83835,7 @@ function yde({ onClose: e }) {
|
|
|
83815
83835
|
}
|
|
83816
83836
|
),
|
|
83817
83837
|
/* @__PURE__ */ r(
|
|
83818
|
-
|
|
83838
|
+
xt,
|
|
83819
83839
|
{
|
|
83820
83840
|
name: "enabled",
|
|
83821
83841
|
label: n("enabled"),
|
|
@@ -83828,7 +83848,7 @@ function yde({ onClose: e }) {
|
|
|
83828
83848
|
}
|
|
83829
83849
|
);
|
|
83830
83850
|
}
|
|
83831
|
-
const
|
|
83851
|
+
const yme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
83832
83852
|
__proto__: null,
|
|
83833
83853
|
default: yde
|
|
83834
83854
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -84304,7 +84324,7 @@ const wde = ({
|
|
|
84304
84324
|
}) => {
|
|
84305
84325
|
const { t: a } = W(), { enums: i } = $t(), [s, o] = F([]);
|
|
84306
84326
|
return /* @__PURE__ */ r(
|
|
84307
|
-
|
|
84327
|
+
At,
|
|
84308
84328
|
{
|
|
84309
84329
|
variant: Ut.medium,
|
|
84310
84330
|
title: a("addTypes"),
|
|
@@ -84401,7 +84421,7 @@ const wde = ({
|
|
|
84401
84421
|
}
|
|
84402
84422
|
),
|
|
84403
84423
|
e === "admin" && /* @__PURE__ */ r(
|
|
84404
|
-
|
|
84424
|
+
xt,
|
|
84405
84425
|
{
|
|
84406
84426
|
name: "adminEventsDetailsEnabled",
|
|
84407
84427
|
label: i("includeRepresentation"),
|
|
@@ -84792,7 +84812,7 @@ const kde = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
84792
84812
|
}) => {
|
|
84793
84813
|
const { t: n } = W();
|
|
84794
84814
|
return /* @__PURE__ */ r(
|
|
84795
|
-
|
|
84815
|
+
At,
|
|
84796
84816
|
{
|
|
84797
84817
|
className: Rde.dialog,
|
|
84798
84818
|
variant: Ut.medium,
|
|
@@ -84807,7 +84827,7 @@ const kde = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
84807
84827
|
onClose: t
|
|
84808
84828
|
}) => {
|
|
84809
84829
|
const { t: n } = W(), i = $t().componentTypes?.[Ml] ?? [];
|
|
84810
|
-
return /* @__PURE__ */ r(
|
|
84830
|
+
return /* @__PURE__ */ r(At, { variant: "medium", title: n("addProvider"), isOpen: !0, onClose: t, children: /* @__PURE__ */ r(
|
|
84811
84831
|
pi,
|
|
84812
84832
|
{
|
|
84813
84833
|
onSelectDataListItem: (s, o) => {
|
|
@@ -85641,7 +85661,7 @@ const kde = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
85641
85661
|
}) => {
|
|
85642
85662
|
const { t: a } = W();
|
|
85643
85663
|
return /* @__PURE__ */ r(
|
|
85644
|
-
|
|
85664
|
+
At,
|
|
85645
85665
|
{
|
|
85646
85666
|
variant: Ut.small,
|
|
85647
85667
|
title: a("addTranslation"),
|
|
@@ -86612,7 +86632,7 @@ const qde = ({
|
|
|
86612
86632
|
},
|
|
86613
86633
|
[d, f, p, g]
|
|
86614
86634
|
), /* @__PURE__ */ r(
|
|
86615
|
-
|
|
86635
|
+
At,
|
|
86616
86636
|
{
|
|
86617
86637
|
variant: Ut.medium,
|
|
86618
86638
|
title: o("addTranslationsModalTitle"),
|
|
@@ -86798,7 +86818,7 @@ const qde = ({
|
|
|
86798
86818
|
n({ ...u, id: i?.id }), t();
|
|
86799
86819
|
};
|
|
86800
86820
|
return /* @__PURE__ */ r(
|
|
86801
|
-
|
|
86821
|
+
At,
|
|
86802
86822
|
{
|
|
86803
86823
|
variant: Ut.small,
|
|
86804
86824
|
title: a("addValidator"),
|
|
@@ -86988,9 +87008,6 @@ const qde = ({
|
|
|
86988
87008
|
function Xde(e, t) {
|
|
86989
87009
|
return t(e) === e && e !== "";
|
|
86990
87010
|
}
|
|
86991
|
-
function Zde(e, t, n) {
|
|
86992
|
-
return n?.internationalizationEnabled && Xde(e, t);
|
|
86993
|
-
}
|
|
86994
87011
|
const Pv = ({
|
|
86995
87012
|
attributeName: e,
|
|
86996
87013
|
prefix: t,
|
|
@@ -86998,10 +87015,14 @@ const Pv = ({
|
|
|
86998
87015
|
predefinedAttributes: a
|
|
86999
87016
|
}) => {
|
|
87000
87017
|
const { t: i } = W(), { realmRepresentation: s } = ke(), { register: o, control: l, getFieldState: c, setValue: d } = Ve(), [u, p] = vt(), m = gt({ control: l, name: e }), f = `${t}.${m}`, g = `${`translation.${ls(f)}`}.0.value`;
|
|
87001
|
-
|
|
87018
|
+
ft(() => {
|
|
87002
87019
|
a?.includes(m) || s?.internationalizationEnabled && m && d(n, `\${${t}.${m}}`);
|
|
87003
|
-
}, [m])
|
|
87004
|
-
|
|
87020
|
+
}, [m]);
|
|
87021
|
+
function b(y, v, S) {
|
|
87022
|
+
return S?.internationalizationEnabled && u && Xde(y, v);
|
|
87023
|
+
}
|
|
87024
|
+
return /* @__PURE__ */ w(le, { children: [
|
|
87025
|
+
b(m, i, s) && /* @__PURE__ */ r(
|
|
87005
87026
|
"input",
|
|
87006
87027
|
{
|
|
87007
87028
|
type: "hidden",
|
|
@@ -87104,7 +87125,7 @@ const Pv = ({
|
|
|
87104
87125
|
] })
|
|
87105
87126
|
}
|
|
87106
87127
|
) });
|
|
87107
|
-
},
|
|
87128
|
+
}, Zde = () => {
|
|
87108
87129
|
const { t: e } = W();
|
|
87109
87130
|
return /* @__PURE__ */ w(Qe, { role: "manage-realm", isHorizontal: !0, children: [
|
|
87110
87131
|
/* @__PURE__ */ r(
|
|
@@ -87128,7 +87149,7 @@ const Pv = ({
|
|
|
87128
87149
|
}
|
|
87129
87150
|
)
|
|
87130
87151
|
] });
|
|
87131
|
-
},
|
|
87152
|
+
}, Qde = () => {
|
|
87132
87153
|
const { t: e } = W(), [t, n] = vt(), [a, i] = F(), { setValue: s, control: o, register: l, getValues: c } = Ve(), d = gt({
|
|
87133
87154
|
name: "validations",
|
|
87134
87155
|
control: o,
|
|
@@ -87209,7 +87230,7 @@ const Pv = ({
|
|
|
87209
87230
|
] }) : /* @__PURE__ */ r(lt, { className: "kc-emptyValidators", component: Cn.p, children: e("emptyValidators") })
|
|
87210
87231
|
] })
|
|
87211
87232
|
] });
|
|
87212
|
-
}, Mv = ["username", "email"],
|
|
87233
|
+
}, Mv = ["username", "email"], Jde = ({
|
|
87213
87234
|
save: e
|
|
87214
87235
|
}) => {
|
|
87215
87236
|
const { t } = W(), n = Ve(), { realm: a, attributeName: i } = tn(), s = !!i;
|
|
@@ -87219,9 +87240,9 @@ const Pv = ({
|
|
|
87219
87240
|
{
|
|
87220
87241
|
label: t("jumpToSection"),
|
|
87221
87242
|
sections: [
|
|
87222
|
-
{ title: t("generalSettings"), panel: /* @__PURE__ */ r(
|
|
87223
|
-
{ title: t("permission"), panel: /* @__PURE__ */ r(
|
|
87224
|
-
{ title: t("validations"), panel: /* @__PURE__ */ r(
|
|
87243
|
+
{ title: t("generalSettings"), panel: /* @__PURE__ */ r(tue, {}) },
|
|
87244
|
+
{ title: t("permission"), panel: /* @__PURE__ */ r(Zde, {}) },
|
|
87245
|
+
{ title: t("validations"), panel: /* @__PURE__ */ r(Qde, {}) },
|
|
87225
87246
|
{ title: t("annotations"), panel: /* @__PURE__ */ r(Yde, {}) }
|
|
87226
87247
|
]
|
|
87227
87248
|
}
|
|
@@ -87248,7 +87269,7 @@ const Pv = ({
|
|
|
87248
87269
|
] }) })
|
|
87249
87270
|
] });
|
|
87250
87271
|
};
|
|
87251
|
-
function
|
|
87272
|
+
function eue() {
|
|
87252
87273
|
const { adminClient: e } = Ce(), { realm: t, attributeName: n } = tn(), a = rt(), { t: i } = W(), s = mt(), { addAlert: o, addError: l } = Pe(), [c, d] = F(null), u = !!n;
|
|
87253
87274
|
$e(
|
|
87254
87275
|
() => e.users.getProfile(),
|
|
@@ -87365,18 +87386,18 @@ function tue() {
|
|
|
87365
87386
|
subKey: u ? "" : i("createAttributeSubTitle")
|
|
87366
87387
|
}
|
|
87367
87388
|
),
|
|
87368
|
-
/* @__PURE__ */ r(He, { variant: "light", children: /* @__PURE__ */ r(
|
|
87389
|
+
/* @__PURE__ */ r(He, { variant: "light", children: /* @__PURE__ */ r(Jde, { save: () => a.handleSubmit(p)() }) })
|
|
87369
87390
|
] });
|
|
87370
87391
|
}
|
|
87371
87392
|
const Q4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
87372
87393
|
__proto__: null,
|
|
87373
87394
|
USERNAME_EMAIL: Mv,
|
|
87374
|
-
default:
|
|
87395
|
+
default: eue
|
|
87375
87396
|
}, Symbol.toStringTag, { value: "Module" })), gR = [
|
|
87376
87397
|
{ label: "requiredForLabel.both", value: ["admin", "user"] },
|
|
87377
87398
|
{ label: "requiredForLabel.users", value: ["user"] },
|
|
87378
87399
|
{ label: "requiredForLabel.admins", value: ["admin"] }
|
|
87379
|
-
],
|
|
87400
|
+
], tue = () => {
|
|
87380
87401
|
const { adminClient: e } = Ce(), { t } = W(), n = Ve(), [a, i] = F(), [s, o] = F(), [l, c] = F(!1), [d, u] = F(!1), [p, m] = F(""), f = xa(), { attributeName: h } = tn(), g = !!h, b = gt({
|
|
87381
87402
|
control: n.control,
|
|
87382
87403
|
name: "hasSelector"
|
|
@@ -87441,7 +87462,7 @@ const Q4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
87441
87462
|
}
|
|
87442
87463
|
),
|
|
87443
87464
|
/* @__PURE__ */ r(
|
|
87444
|
-
|
|
87465
|
+
xt,
|
|
87445
87466
|
{
|
|
87446
87467
|
name: "multivalued",
|
|
87447
87468
|
label: t("multivalued"),
|
|
@@ -87706,10 +87727,10 @@ const Q4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
87706
87727
|
] })
|
|
87707
87728
|
] }) });
|
|
87708
87729
|
};
|
|
87709
|
-
function
|
|
87730
|
+
function nue(e) {
|
|
87710
87731
|
return Object.entries(e).reduce((t, [n, a]) => typeof a == "string" ? [...t, { key: n, value: a }] : [...t], []);
|
|
87711
87732
|
}
|
|
87712
|
-
function
|
|
87733
|
+
function aue(e) {
|
|
87713
87734
|
return Object.fromEntries(
|
|
87714
87735
|
e.filter((t) => t.key.length > 0).map((t) => [t.key, t.value])
|
|
87715
87736
|
);
|
|
@@ -87729,7 +87750,7 @@ function J4() {
|
|
|
87729
87750
|
ft(() => {
|
|
87730
87751
|
if (!p)
|
|
87731
87752
|
return;
|
|
87732
|
-
const f = p.annotations ?
|
|
87753
|
+
const f = p.annotations ? nue(p.annotations) : [];
|
|
87733
87754
|
c.reset({ ...bR, ...p, annotations: f });
|
|
87734
87755
|
}, [p, c]);
|
|
87735
87756
|
const m = async (f) => {
|
|
@@ -87737,7 +87758,7 @@ function J4() {
|
|
|
87737
87758
|
return;
|
|
87738
87759
|
const h = [...i.groups ?? []], g = p ? h.indexOf(p) : -1, { translation: b, ...y } = f, v = {
|
|
87739
87760
|
...y,
|
|
87740
|
-
annotations:
|
|
87761
|
+
annotations: aue(f.annotations)
|
|
87741
87762
|
};
|
|
87742
87763
|
if (g === -1 ? h.push(v) : h[g] = v, await s({ ...i, groups: h })) {
|
|
87743
87764
|
if (a?.internationalizationEnabled)
|
|
@@ -87843,13 +87864,13 @@ function J4() {
|
|
|
87843
87864
|
] }) })
|
|
87844
87865
|
] });
|
|
87845
87866
|
}
|
|
87846
|
-
const
|
|
87867
|
+
const vme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
87847
87868
|
__proto__: null,
|
|
87848
87869
|
default: J4
|
|
87849
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
87870
|
+
}, Symbol.toStringTag, { value: "Module" })), rue = () => /* @__PURE__ */ r(Jf, { children: /* @__PURE__ */ r(J4, {}) }), e6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
87850
87871
|
__proto__: null,
|
|
87851
|
-
default:
|
|
87852
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
87872
|
+
default: rue
|
|
87873
|
+
}, Symbol.toStringTag, { value: "Module" })), iue = ({
|
|
87853
87874
|
setTableData: e
|
|
87854
87875
|
}) => {
|
|
87855
87876
|
const { adminClient: t } = Ce(), { config: n, save: a } = eh(), { t: i } = W(), s = Qf(), o = mt(), { realm: l } = ke(), [c, d] = F(0), [u, p] = F();
|
|
@@ -87984,7 +88005,7 @@ const Eme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
87984
88005
|
c
|
|
87985
88006
|
)
|
|
87986
88007
|
] });
|
|
87987
|
-
},
|
|
88008
|
+
}, sue = ["username", "email"], oue = ({ setTableData: e }) => {
|
|
87988
88009
|
const { adminClient: t } = Ce(), { config: n, save: a } = eh(), { realm: i } = ke(), { t: s } = W(), o = Qf(), l = mt(), [c, d] = F("allGroups"), [u, p] = vt(), [m, f] = F(n?.attributes), [h, g] = F(""), [b, y] = at({
|
|
87989
88010
|
titleKey: s("deleteAttributeConfirmTitle"),
|
|
87990
88011
|
messageKey: s("deleteAttributeConfirm", {
|
|
@@ -88047,7 +88068,7 @@ const Eme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
88047
88068
|
const A = v.findIndex((L) => L.name === k.name);
|
|
88048
88069
|
let x = {};
|
|
88049
88070
|
x = v[A], v.splice(A, 1), v.splice(O, 0, x), await a(
|
|
88050
|
-
{ attributes: v, groups: S },
|
|
88071
|
+
{ ...n, attributes: v, groups: S },
|
|
88051
88072
|
{
|
|
88052
88073
|
successMessageKey: "updatedUserProfileSuccess",
|
|
88053
88074
|
errorMessageKey: "updatedUserProfileError"
|
|
@@ -88134,7 +88155,7 @@ const Eme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
88134
88155
|
},
|
|
88135
88156
|
{
|
|
88136
88157
|
title: s("delete"),
|
|
88137
|
-
isActionable: ({ name: k }) => !
|
|
88158
|
+
isActionable: ({ name: k }) => !sue.includes(k),
|
|
88138
88159
|
onClick: (k, O, A) => {
|
|
88139
88160
|
g(A.name), b();
|
|
88140
88161
|
}
|
|
@@ -88159,7 +88180,7 @@ const Eme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
88159
88180
|
}
|
|
88160
88181
|
)
|
|
88161
88182
|
] });
|
|
88162
|
-
},
|
|
88183
|
+
}, lue = () => {
|
|
88163
88184
|
const { config: e, save: t, isSaving: n } = eh(), { t: a } = W(), { addError: i } = Pe(), [s, o] = F(lr(e));
|
|
88164
88185
|
function l() {
|
|
88165
88186
|
o(e ? lr(e) : "");
|
|
@@ -88198,7 +88219,7 @@ const Eme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
88198
88219
|
/* @__PURE__ */ r(Q, { variant: "link", onClick: l, isDisabled: n, children: a("revert") })
|
|
88199
88220
|
] }) })
|
|
88200
88221
|
] });
|
|
88201
|
-
},
|
|
88222
|
+
}, cue = ({ setTableData: e }) => {
|
|
88202
88223
|
const { realm: t } = ke(), { t: n } = W(), a = (l) => bt(oc({ realm: t, tab: l })), i = a("attributes"), s = a("attributes-group"), o = a("json-editor");
|
|
88203
88224
|
return /* @__PURE__ */ r(Jf, { children: /* @__PURE__ */ w(
|
|
88204
88225
|
na,
|
|
@@ -88212,7 +88233,7 @@ const Eme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
88212
88233
|
title: /* @__PURE__ */ r(Fe, { children: n("attributes") }),
|
|
88213
88234
|
"data-testid": "attributesTab",
|
|
88214
88235
|
...i,
|
|
88215
|
-
children: /* @__PURE__ */ r(
|
|
88236
|
+
children: /* @__PURE__ */ r(oue, { setTableData: e })
|
|
88216
88237
|
}
|
|
88217
88238
|
),
|
|
88218
88239
|
/* @__PURE__ */ r(
|
|
@@ -88221,7 +88242,7 @@ const Eme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
88221
88242
|
title: /* @__PURE__ */ r(Fe, { children: n("attributesGroup") }),
|
|
88222
88243
|
"data-testid": "attributesGroupTab",
|
|
88223
88244
|
...s,
|
|
88224
|
-
children: /* @__PURE__ */ r(
|
|
88245
|
+
children: /* @__PURE__ */ r(iue, { setTableData: e })
|
|
88225
88246
|
}
|
|
88226
88247
|
),
|
|
88227
88248
|
/* @__PURE__ */ r(
|
|
@@ -88230,20 +88251,20 @@ const Eme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
88230
88251
|
title: /* @__PURE__ */ r(Fe, { children: n("jsonEditor") }),
|
|
88231
88252
|
"data-testid": "jsonEditorTab",
|
|
88232
88253
|
...o,
|
|
88233
|
-
children: /* @__PURE__ */ r(
|
|
88254
|
+
children: /* @__PURE__ */ r(lue, {})
|
|
88234
88255
|
}
|
|
88235
88256
|
)
|
|
88236
88257
|
]
|
|
88237
88258
|
}
|
|
88238
88259
|
) });
|
|
88239
|
-
},
|
|
88260
|
+
}, due = ({ name: e, global: t }) => {
|
|
88240
88261
|
const { t: n } = W();
|
|
88241
88262
|
return /* @__PURE__ */ w(le, { children: [
|
|
88242
88263
|
e,
|
|
88243
88264
|
" ",
|
|
88244
88265
|
t && /* @__PURE__ */ r(dn, { color: "blue", children: n("global") })
|
|
88245
88266
|
] });
|
|
88246
|
-
},
|
|
88267
|
+
}, uue = (e) => {
|
|
88247
88268
|
const { adminClient: t } = Ce(), { t: n } = W(), [a, i] = F([]), [s, o] = F();
|
|
88248
88269
|
$e(
|
|
88249
88270
|
() => t.clientPolicies.listProfiles({
|
|
@@ -88266,7 +88287,7 @@ const Eme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
88266
88287
|
);
|
|
88267
88288
|
const l = async () => s?.filter((c) => !e.allProfiles.includes(c.name)) ?? [];
|
|
88268
88289
|
return s ? /* @__PURE__ */ r(
|
|
88269
|
-
|
|
88290
|
+
At,
|
|
88270
88291
|
{
|
|
88271
88292
|
"data-testid": "addClientProfile",
|
|
88272
88293
|
title: n("addClientProfile"),
|
|
@@ -88313,7 +88334,7 @@ const Eme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
88313
88334
|
{
|
|
88314
88335
|
name: "name",
|
|
88315
88336
|
displayKey: "clientProfileName",
|
|
88316
|
-
cellRenderer:
|
|
88337
|
+
cellRenderer: due
|
|
88317
88338
|
},
|
|
88318
88339
|
{
|
|
88319
88340
|
name: "description",
|
|
@@ -88333,14 +88354,14 @@ const Eme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
88333
88354
|
)
|
|
88334
88355
|
}
|
|
88335
88356
|
) : /* @__PURE__ */ r(wt, {});
|
|
88336
|
-
},
|
|
88357
|
+
}, pue = {
|
|
88337
88358
|
name: "",
|
|
88338
88359
|
description: "",
|
|
88339
88360
|
executors: []
|
|
88340
88361
|
};
|
|
88341
|
-
function
|
|
88362
|
+
function mue() {
|
|
88342
88363
|
const { adminClient: e } = Ce(), { t } = W(), n = mt(), a = rt({
|
|
88343
|
-
defaultValues:
|
|
88364
|
+
defaultValues: pue,
|
|
88344
88365
|
mode: "onChange"
|
|
88345
88366
|
}), {
|
|
88346
88367
|
handleSubmit: i,
|
|
@@ -88653,7 +88674,7 @@ function fue() {
|
|
|
88653
88674
|
}
|
|
88654
88675
|
const t6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
88655
88676
|
__proto__: null,
|
|
88656
|
-
default:
|
|
88677
|
+
default: mue
|
|
88657
88678
|
}, Symbol.toStringTag, { value: "Module" })), n6 = () => {
|
|
88658
88679
|
const { adminClient: e } = Ce(), { t } = W(), [n, a] = vt(), [i, s] = vt(), [o, l] = F(), [c, d] = F([]), [u, p] = F(0), [m, f] = F(0), h = () => f(m + 1), { realm: g } = ke(), { addAlert: b, addError: y } = Pe(), { enabled: v } = Qr(), { hasAccess: S } = zt(), C = S("view-users", "manage-realm");
|
|
88659
88680
|
$e(
|
|
@@ -88835,11 +88856,11 @@ const t6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
88835
88856
|
u
|
|
88836
88857
|
)
|
|
88837
88858
|
] }) : /* @__PURE__ */ r(wt, {});
|
|
88838
|
-
},
|
|
88859
|
+
}, Eme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
88839
88860
|
__proto__: null,
|
|
88840
88861
|
DefaultsGroupsTab: n6
|
|
88841
88862
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
88842
|
-
function
|
|
88863
|
+
function fue() {
|
|
88843
88864
|
const { adminClient: e } = Ce(), { whoAmI: t } = Rr(), [n, a] = F();
|
|
88844
88865
|
return $e(
|
|
88845
88866
|
() => e.users.findOne({ id: t.userId }),
|
|
@@ -88847,11 +88868,11 @@ function hue() {
|
|
|
88847
88868
|
[t.userId]
|
|
88848
88869
|
), { ...n, realm: t.realm };
|
|
88849
88870
|
}
|
|
88850
|
-
const
|
|
88871
|
+
const hue = ({
|
|
88851
88872
|
realm: e,
|
|
88852
88873
|
save: t
|
|
88853
88874
|
}) => {
|
|
88854
|
-
const { adminClient: n } = Ce(), { t: a } = W(), { addAlert: i, addError: s } = Pe(), o =
|
|
88875
|
+
const { adminClient: n } = Ce(), { t: a } = W(), { addAlert: i, addError: s } = Pe(), o = fue(), l = rt({ defaultValues: e }), { control: c, handleSubmit: d, watch: u, reset: p, getValues: m } = l, f = () => p(e), h = u("smtpServer.from", ""), g = u("smtpServer.host", ""), [b, y] = vt(), v = gt({
|
|
88855
88876
|
control: c,
|
|
88856
88877
|
name: "smtpServer.auth",
|
|
88857
88878
|
defaultValue: e.smtpServer?.auth || "false"
|
|
@@ -89247,7 +89268,7 @@ var Ws;
|
|
|
89247
89268
|
(function(e) {
|
|
89248
89269
|
e.Disabled = "DISABLED", e.Enabled = "ENABLED", e.AdminView = "ADMIN_VIEW", e.AdminEdit = "ADMIN_EDIT";
|
|
89249
89270
|
})(Ws || (Ws = {}));
|
|
89250
|
-
const
|
|
89271
|
+
const gue = ({
|
|
89251
89272
|
realm: e,
|
|
89252
89273
|
save: t
|
|
89253
89274
|
}) => {
|
|
@@ -89257,20 +89278,20 @@ const bue = ({
|
|
|
89257
89278
|
(o) => s(o),
|
|
89258
89279
|
[]
|
|
89259
89280
|
), i ? /* @__PURE__ */ r(
|
|
89260
|
-
|
|
89281
|
+
yue,
|
|
89261
89282
|
{
|
|
89262
89283
|
realm: e,
|
|
89263
89284
|
save: t,
|
|
89264
89285
|
userProfileConfig: i
|
|
89265
89286
|
}
|
|
89266
89287
|
) : /* @__PURE__ */ r(wt, {});
|
|
89267
|
-
},
|
|
89288
|
+
}, bue = ["all", "external", "none"], ly = [
|
|
89268
89289
|
Ws.Disabled,
|
|
89269
89290
|
Ws.Enabled,
|
|
89270
89291
|
Ws.AdminView,
|
|
89271
89292
|
Ws.AdminEdit
|
|
89272
89293
|
];
|
|
89273
|
-
function
|
|
89294
|
+
function yue({
|
|
89274
89295
|
realm: e,
|
|
89275
89296
|
save: t,
|
|
89276
89297
|
userProfileConfig: n
|
|
@@ -89361,7 +89382,7 @@ function vue({
|
|
|
89361
89382
|
controller: {
|
|
89362
89383
|
defaultValue: "none"
|
|
89363
89384
|
},
|
|
89364
|
-
options:
|
|
89385
|
+
options: bue.map((y) => ({
|
|
89365
89386
|
key: y,
|
|
89366
89387
|
value: i(`sslType.${y}`)
|
|
89367
89388
|
}))
|
|
@@ -89389,7 +89410,7 @@ function vue({
|
|
|
89389
89410
|
}
|
|
89390
89411
|
),
|
|
89391
89412
|
/* @__PURE__ */ r(
|
|
89392
|
-
|
|
89413
|
+
xt,
|
|
89393
89414
|
{
|
|
89394
89415
|
name: "userManagedAccessAllowed",
|
|
89395
89416
|
label: i("userManagedAccess"),
|
|
@@ -89397,7 +89418,7 @@ function vue({
|
|
|
89397
89418
|
}
|
|
89398
89419
|
),
|
|
89399
89420
|
m && /* @__PURE__ */ r(
|
|
89400
|
-
|
|
89421
|
+
xt,
|
|
89401
89422
|
{
|
|
89402
89423
|
name: "organizationsEnabled",
|
|
89403
89424
|
label: i("organizationsEnabled"),
|
|
@@ -89405,7 +89426,7 @@ function vue({
|
|
|
89405
89426
|
}
|
|
89406
89427
|
),
|
|
89407
89428
|
f && /* @__PURE__ */ r(
|
|
89408
|
-
|
|
89429
|
+
xt,
|
|
89409
89430
|
{
|
|
89410
89431
|
name: "adminPermissionsEnabled",
|
|
89411
89432
|
label: i("adminPermissionsEnabled"),
|
|
@@ -89413,7 +89434,7 @@ function vue({
|
|
|
89413
89434
|
}
|
|
89414
89435
|
),
|
|
89415
89436
|
h && /* @__PURE__ */ r(
|
|
89416
|
-
|
|
89437
|
+
xt,
|
|
89417
89438
|
{
|
|
89418
89439
|
name: "verifiableCredentialsEnabled",
|
|
89419
89440
|
label: i("verifiableCredentialsEnabled"),
|
|
@@ -89507,7 +89528,7 @@ function vue({
|
|
|
89507
89528
|
}
|
|
89508
89529
|
) }) });
|
|
89509
89530
|
}
|
|
89510
|
-
const
|
|
89531
|
+
const vue = ({
|
|
89511
89532
|
realm: e,
|
|
89512
89533
|
refresh: t
|
|
89513
89534
|
}) => {
|
|
@@ -89800,20 +89821,20 @@ const Eue = ({
|
|
|
89800
89821
|
}
|
|
89801
89822
|
)
|
|
89802
89823
|
] });
|
|
89803
|
-
},
|
|
89824
|
+
}, Eue = {
|
|
89804
89825
|
name: "",
|
|
89805
89826
|
description: "",
|
|
89806
89827
|
conditions: [],
|
|
89807
89828
|
enabled: !0,
|
|
89808
89829
|
profiles: []
|
|
89809
89830
|
};
|
|
89810
|
-
function
|
|
89831
|
+
function Sue() {
|
|
89811
89832
|
const { adminClient: e } = Ce(), { t } = W(), { realm: n } = ke(), { addAlert: a, addError: i } = Pe(), [s, o] = F(!1), [l, c] = F(), [d, u] = F(), [p, m] = F(), [f, h] = F([]), [g, b] = F(), [
|
|
89812
89833
|
y,
|
|
89813
89834
|
v
|
|
89814
89835
|
] = F(!1), [S, C] = F(), [T, k] = F(!1), [O, A] = F(), { policyName: x } = tn(), L = mt(), D = rt({
|
|
89815
89836
|
mode: "onChange",
|
|
89816
|
-
defaultValues:
|
|
89837
|
+
defaultValues: Eue
|
|
89817
89838
|
}), { handleSubmit: I } = D, R = D.getValues();
|
|
89818
89839
|
$e(
|
|
89819
89840
|
async () => {
|
|
@@ -90004,7 +90025,7 @@ function Tue() {
|
|
|
90004
90025
|
/* @__PURE__ */ r(V, {}),
|
|
90005
90026
|
/* @__PURE__ */ r(ne, {}),
|
|
90006
90027
|
/* @__PURE__ */ r(
|
|
90007
|
-
|
|
90028
|
+
uue,
|
|
90008
90029
|
{
|
|
90009
90030
|
onConfirm: async (be) => {
|
|
90010
90031
|
await Te(be.map((Oe) => Oe.name));
|
|
@@ -90350,9 +90371,9 @@ function Tue() {
|
|
|
90350
90371
|
}
|
|
90351
90372
|
const a6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
90352
90373
|
__proto__: null,
|
|
90353
|
-
default:
|
|
90374
|
+
default: Sue
|
|
90354
90375
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
90355
|
-
function
|
|
90376
|
+
function Tue() {
|
|
90356
90377
|
const { adminClient: e } = Ce(), { t } = W(), { addAlert: n, addError: a } = Pe(), i = mt(), { realm: s } = ke(), [o, l] = F(!1), [c, d] = F(!1), [u, p] = F([]), [m, f] = F([]), [h, g] = F(), [b, y] = F(""), [v, S] = F([]), { policyName: C, conditionName: T } = Ea(), k = $t(), O = rt(), A = k.componentTypes?.["org.keycloak.services.clientpolicy.condition.ClientPolicyConditionProvider"], x = (D) => {
|
|
90357
90378
|
O.reset({ config: D.configuration || {} });
|
|
90358
90379
|
};
|
|
@@ -90544,8 +90565,8 @@ function Cue() {
|
|
|
90544
90565
|
}
|
|
90545
90566
|
const r6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
90546
90567
|
__proto__: null,
|
|
90547
|
-
default:
|
|
90548
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
90568
|
+
default: Tue
|
|
90569
|
+
}, Symbol.toStringTag, { value: "Module" })), Cue = ({
|
|
90549
90570
|
isOpen: e,
|
|
90550
90571
|
onClose: t
|
|
90551
90572
|
}) => {
|
|
@@ -90570,7 +90591,7 @@ const r6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
90570
90591
|
m(!1);
|
|
90571
90592
|
}
|
|
90572
90593
|
return /* @__PURE__ */ w(
|
|
90573
|
-
|
|
90594
|
+
At,
|
|
90574
90595
|
{
|
|
90575
90596
|
variant: Ut.small,
|
|
90576
90597
|
title: a("partialExport"),
|
|
@@ -90670,7 +90691,7 @@ const r6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
90670
90691
|
identityProviders: !1,
|
|
90671
90692
|
realmRoles: !1,
|
|
90672
90693
|
clientRoles: !1
|
|
90673
|
-
},
|
|
90694
|
+
}, _ue = (e) => {
|
|
90674
90695
|
const { adminClient: t } = Ce(), { t: n } = W(), { realm: a } = ke(), [i, s] = F(), o = !!i, [l, c] = F(!1), [d, u] = F(!1), [p, m] = F(!1), [f, h] = F("FAIL"), [g, b] = F({}), [y, v] = F(), { addError: S } = Pe(), [C, T] = F(yR), k = Object.values(C).some(
|
|
90675
90696
|
(de) => de
|
|
90676
90697
|
), O = () => {
|
|
@@ -90756,7 +90777,7 @@ const r6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
90756
90777
|
}
|
|
90757
90778
|
}
|
|
90758
90779
|
const V = () => /* @__PURE__ */ r(
|
|
90759
|
-
|
|
90780
|
+
At,
|
|
90760
90781
|
{
|
|
90761
90782
|
variant: Ut.medium,
|
|
90762
90783
|
title: n("partialImport"),
|
|
@@ -90895,7 +90916,7 @@ const r6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
90895
90916
|
]);
|
|
90896
90917
|
return /* @__PURE__ */ r("span", { children: Ie.get(de.resourceType) });
|
|
90897
90918
|
}, Te = () => /* @__PURE__ */ w(
|
|
90898
|
-
|
|
90919
|
+
At,
|
|
90899
90920
|
{
|
|
90900
90921
|
variant: Ut.medium,
|
|
90901
90922
|
title: n("partialImport"),
|
|
@@ -90958,7 +90979,7 @@ const r6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
90958
90979
|
}
|
|
90959
90980
|
);
|
|
90960
90981
|
return y ? Te() : V();
|
|
90961
|
-
},
|
|
90982
|
+
}, wue = () => {
|
|
90962
90983
|
const { adminClient: e } = Ce(), { t } = W(), { addAlert: n, addError: a } = Pe(), { realm: i } = ke(), s = mt(), [o, l] = F(!1), [c, d] = F(), [u, p] = F(), [m, f] = F(0), [h, g] = F(), [b, y] = F(), v = () => f(m + 1), S = rt({ mode: "onChange" });
|
|
90963
90984
|
$e(
|
|
90964
90985
|
() => e.clientPolicies.listPolicies({
|
|
@@ -91134,7 +91155,7 @@ const r6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
91134
91155
|
name: "enabled",
|
|
91135
91156
|
displayKey: "status",
|
|
91136
91157
|
cellRenderer: (L) => /* @__PURE__ */ r(
|
|
91137
|
-
|
|
91158
|
+
Iue,
|
|
91138
91159
|
{
|
|
91139
91160
|
clientPolicy: L,
|
|
91140
91161
|
form: S,
|
|
@@ -91154,7 +91175,7 @@ const r6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
91154
91175
|
c.length
|
|
91155
91176
|
)
|
|
91156
91177
|
] }) : /* @__PURE__ */ r(wt, {});
|
|
91157
|
-
},
|
|
91178
|
+
}, Iue = ({
|
|
91158
91179
|
clientPolicy: e,
|
|
91159
91180
|
form: t,
|
|
91160
91181
|
saveStatus: n,
|
|
@@ -91192,7 +91213,7 @@ const r6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
91192
91213
|
)
|
|
91193
91214
|
] });
|
|
91194
91215
|
};
|
|
91195
|
-
function
|
|
91216
|
+
function xue() {
|
|
91196
91217
|
const { adminClient: e } = Ce(), { t } = W(), { realm: n } = ke(), { addAlert: a, addError: i } = Pe(), [s, o] = F(), [l, c] = F(), [d, u] = F(), [p, m] = F(!1), [f, h] = F(), [g, b] = F(0);
|
|
91197
91218
|
$e(
|
|
91198
91219
|
() => e.clientPolicies.listProfiles({
|
|
@@ -91384,7 +91405,7 @@ function Aue() {
|
|
|
91384
91405
|
)
|
|
91385
91406
|
] });
|
|
91386
91407
|
}
|
|
91387
|
-
const
|
|
91408
|
+
const Aue = ({
|
|
91388
91409
|
realm: e,
|
|
91389
91410
|
save: t
|
|
91390
91411
|
}) => {
|
|
@@ -91910,7 +91931,7 @@ JSZip uses the library pako released under the MIT license :
|
|
|
91910
91931
|
https://github.com/nodeca/pako/blob/main/LICENSE
|
|
91911
91932
|
*/
|
|
91912
91933
|
var vR;
|
|
91913
|
-
function
|
|
91934
|
+
function kue() {
|
|
91914
91935
|
return vR || (vR = 1, (function(e, t) {
|
|
91915
91936
|
(function(n) {
|
|
91916
91937
|
e.exports = n();
|
|
@@ -94212,8 +94233,8 @@ function Oue() {
|
|
|
94212
94233
|
});
|
|
94213
94234
|
})(cy)), cy.exports;
|
|
94214
94235
|
}
|
|
94215
|
-
var
|
|
94216
|
-
const i6 = /* @__PURE__ */ gc(
|
|
94236
|
+
var Oue = kue();
|
|
94237
|
+
const i6 = /* @__PURE__ */ gc(Oue), Rue = ({ onSave: e, onClose: t }) => {
|
|
94217
94238
|
const { t: n } = W(), a = rt(), { handleSubmit: i } = a, s = ({ fileName: o }) => e(o);
|
|
94218
94239
|
return /* @__PURE__ */ r(
|
|
94219
94240
|
Vi,
|
|
@@ -94373,15 +94394,15 @@ const i6 = /* @__PURE__ */ gc(Rue), Nue = ({ onSave: e, onClose: t }) => {
|
|
|
94373
94394
|
defaultValue: { light: "#151515", dark: "#e0e0e0" },
|
|
94374
94395
|
variable: "Color--dark-100"
|
|
94375
94396
|
}
|
|
94376
|
-
], Am = (e, t) => typeof e == "string" ? e : e[t],
|
|
94397
|
+
], Am = (e, t) => typeof e == "string" ? e : e[t], Nue = () => s6.filter((e) => typeof e.defaultValue != "string").map((e) => ({
|
|
94377
94398
|
name: e.name,
|
|
94378
94399
|
defaultValue: Am(e.defaultValue, "light"),
|
|
94379
94400
|
variable: Am(e.variable, "light")
|
|
94380
|
-
})),
|
|
94401
|
+
})), Lue = () => s6.map((e) => ({
|
|
94381
94402
|
name: e.name,
|
|
94382
94403
|
defaultValue: Am(e.defaultValue, "dark"),
|
|
94383
94404
|
variable: Am(e.variable, "dark")
|
|
94384
|
-
})),
|
|
94405
|
+
})), Due = ({ cssVars: e }) => /* @__PURE__ */ w(le, { children: [
|
|
94385
94406
|
/* @__PURE__ */ r("style", { children: `
|
|
94386
94407
|
.preview {
|
|
94387
94408
|
${Object.entries(e).map(([t, n]) => `--pf-v5-global--${t}: ${n};`).join(`
|
|
@@ -94412,7 +94433,7 @@ const i6 = /* @__PURE__ */ gc(Rue), Nue = ({ onSave: e, onClose: t }) => {
|
|
|
94412
94433
|
]
|
|
94413
94434
|
}
|
|
94414
94435
|
) })
|
|
94415
|
-
] }),
|
|
94436
|
+
] }), Pue = ({ onUpload: e }) => {
|
|
94416
94437
|
const { t } = W(), n = () => {
|
|
94417
94438
|
const i = document.getElementById("jarUpload");
|
|
94418
94439
|
i && i.click();
|
|
@@ -94436,7 +94457,7 @@ const i6 = /* @__PURE__ */ gc(Rue), Nue = ({ onSave: e, onClose: t }) => {
|
|
|
94436
94457
|
),
|
|
94437
94458
|
/* @__PURE__ */ r(Q, { variant: "secondary", onClick: n, children: t("uploadGeneratedThemeJar") })
|
|
94438
94459
|
] });
|
|
94439
|
-
},
|
|
94460
|
+
}, Mue = ({ name: e, color: t, label: n, ...a }) => {
|
|
94440
94461
|
const { t: i } = W(), { control: s, setValue: o } = Ve(), l = gt({
|
|
94441
94462
|
control: s,
|
|
94442
94463
|
name: e
|
|
@@ -94456,7 +94477,7 @@ const i6 = /* @__PURE__ */ gc(Rue), Nue = ({ onSave: e, onClose: t }) => {
|
|
|
94456
94477
|
e === "light" ? (document.querySelector('meta[name="color-scheme"]').setAttribute("content", "light"), document.documentElement.classList.remove("pf-v5-theme-dark")) : document.documentElement.classList.add("pf-v5-theme-dark");
|
|
94457
94478
|
}, SR = ({ realm: e, save: t, theme: n }) => {
|
|
94458
94479
|
const { t: a } = W(), i = rt(), { handleSubmit: s, watch: o } = i, l = o(), c = PM(), [d, u, p] = vt(), m = window.matchMedia("(prefers-color-scheme: dark)"), f = dt(
|
|
94459
|
-
() => n === "light" ?
|
|
94480
|
+
() => n === "light" ? Nue() : Lue(),
|
|
94460
94481
|
[]
|
|
94461
94482
|
), h = () => {
|
|
94462
94483
|
i.reset({
|
|
@@ -94493,7 +94514,7 @@ const i6 = /* @__PURE__ */ gc(Rue), Nue = ({ onSave: e, onClose: t }) => {
|
|
|
94493
94514
|
ER(m.matches ? "dark" : "light");
|
|
94494
94515
|
}), [e]), /* @__PURE__ */ w(le, { children: [
|
|
94495
94516
|
d && /* @__PURE__ */ r(
|
|
94496
|
-
|
|
94517
|
+
Rue,
|
|
94497
94518
|
{
|
|
94498
94519
|
onSave: async (v) => {
|
|
94499
94520
|
await s((S) => y({ ...S, name: v }))(), p(!1);
|
|
@@ -94516,7 +94537,7 @@ const i6 = /* @__PURE__ */ gc(Rue), Nue = ({ onSave: e, onClose: t }) => {
|
|
|
94516
94537
|
) }),
|
|
94517
94538
|
/* @__PURE__ */ r(ye, { label: a("backgroundImage"), children: /* @__PURE__ */ r(dy, { name: "bgimage" }) }),
|
|
94518
94539
|
f.map((v) => /* @__PURE__ */ r(
|
|
94519
|
-
|
|
94540
|
+
Mue,
|
|
94520
94541
|
{
|
|
94521
94542
|
color: v.defaultValue,
|
|
94522
94543
|
name: `${n}.${v.variable}`,
|
|
@@ -94525,7 +94546,7 @@ const i6 = /* @__PURE__ */ gc(Rue), Nue = ({ onSave: e, onClose: t }) => {
|
|
|
94525
94546
|
v.name
|
|
94526
94547
|
))
|
|
94527
94548
|
] }) }) }),
|
|
94528
|
-
/* @__PURE__ */ r(Rt, { grow: { default: "grow" }, style: { zIndex: 0 }, children: /* @__PURE__ */ r(
|
|
94549
|
+
/* @__PURE__ */ r(Rt, { grow: { default: "grow" }, style: { zIndex: 0 }, children: /* @__PURE__ */ r(Due, { cssVars: l?.[n] || {} }) })
|
|
94529
94550
|
] }),
|
|
94530
94551
|
/* @__PURE__ */ r(
|
|
94531
94552
|
Ua,
|
|
@@ -94534,7 +94555,7 @@ const i6 = /* @__PURE__ */ gc(Rue), Nue = ({ onSave: e, onClose: t }) => {
|
|
|
94534
94555
|
saveText: a("downloadThemeJar"),
|
|
94535
94556
|
save: u,
|
|
94536
94557
|
reset: g,
|
|
94537
|
-
children: /* @__PURE__ */ r(
|
|
94558
|
+
children: /* @__PURE__ */ r(Pue, { onUpload: b })
|
|
94538
94559
|
}
|
|
94539
94560
|
)
|
|
94540
94561
|
] })
|
|
@@ -94558,7 +94579,7 @@ const i6 = /* @__PURE__ */ gc(Rue), Nue = ({ onSave: e, onClose: t }) => {
|
|
|
94558
94579
|
children: [
|
|
94559
94580
|
/* @__PURE__ */ w(et, { ...a, children: [
|
|
94560
94581
|
/* @__PURE__ */ r(
|
|
94561
|
-
|
|
94582
|
+
xt,
|
|
94562
94583
|
{
|
|
94563
94584
|
name: "attributes.darkMode",
|
|
94564
94585
|
labelIcon: n("darkModeEnabledHelp"),
|
|
@@ -94759,10 +94780,10 @@ styles=css/login.css css/theme-styles.css
|
|
|
94759
94780
|
}
|
|
94760
94781
|
) : /* @__PURE__ */ r(TR, { realm: e, save: t });
|
|
94761
94782
|
}
|
|
94762
|
-
const
|
|
94783
|
+
const Sme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
94763
94784
|
__proto__: null,
|
|
94764
94785
|
default: o6
|
|
94765
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
94786
|
+
}, Symbol.toStringTag, { value: "Module" })), Fue = ({
|
|
94766
94787
|
realm: e,
|
|
94767
94788
|
save: t
|
|
94768
94789
|
}) => {
|
|
@@ -95502,7 +95523,7 @@ const Tme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
95502
95523
|
sections: S
|
|
95503
95524
|
}
|
|
95504
95525
|
);
|
|
95505
|
-
},
|
|
95526
|
+
}, Uue = () => {
|
|
95506
95527
|
const { adminClient: e } = Ce(), { t } = W(), [n, a] = F(10), { realmRepresentation: i } = ke(), [s, o] = F(0), { addAlert: l, addError: c } = Pe(), { realm: d } = ke(), u = async (p) => {
|
|
95507
95528
|
const m = p;
|
|
95508
95529
|
try {
|
|
@@ -95553,7 +95574,7 @@ const Tme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
95553
95574
|
]
|
|
95554
95575
|
}
|
|
95555
95576
|
);
|
|
95556
|
-
},
|
|
95577
|
+
}, Bue = ({
|
|
95557
95578
|
save: e,
|
|
95558
95579
|
onChange: t,
|
|
95559
95580
|
value: n,
|
|
@@ -95584,14 +95605,14 @@ const Tme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
95584
95605
|
/* @__PURE__ */ r(v, {}),
|
|
95585
95606
|
/* @__PURE__ */ r(C, {}),
|
|
95586
95607
|
/* @__PURE__ */ r(
|
|
95587
|
-
|
|
95608
|
+
_ue,
|
|
95588
95609
|
{
|
|
95589
95610
|
open: p,
|
|
95590
95611
|
toggleDialog: () => m(!p)
|
|
95591
95612
|
}
|
|
95592
95613
|
),
|
|
95593
95614
|
/* @__PURE__ */ r(
|
|
95594
|
-
|
|
95615
|
+
Cue,
|
|
95595
95616
|
{
|
|
95596
95617
|
isOpen: f,
|
|
95597
95618
|
onClose: () => h(!1)
|
|
@@ -95646,7 +95667,7 @@ const Tme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
95646
95667
|
}
|
|
95647
95668
|
)
|
|
95648
95669
|
] });
|
|
95649
|
-
},
|
|
95670
|
+
}, Hue = () => {
|
|
95650
95671
|
const { adminClient: e } = Ce(), { t } = W(), { addAlert: n, addError: a } = Pe(), { realm: i, realmRepresentation: s, refresh: o } = ke(), l = Qf(), c = mt(), d = aa(), [u, p] = F(void 0), m = rt({
|
|
95651
95672
|
mode: "onChange"
|
|
95652
95673
|
}), { control: f, setValue: h, getValues: g } = m, [b, y] = F(0), v = () => {
|
|
@@ -95719,7 +95740,7 @@ const Tme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
95719
95740
|
defaultValue: !0,
|
|
95720
95741
|
control: f,
|
|
95721
95742
|
render: ({ field: ne }) => /* @__PURE__ */ r(
|
|
95722
|
-
|
|
95743
|
+
Bue,
|
|
95723
95744
|
{
|
|
95724
95745
|
value: ne.value,
|
|
95725
95746
|
onChange: ne.onChange,
|
|
@@ -95747,7 +95768,7 @@ const Tme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
95747
95768
|
title: /* @__PURE__ */ r(Fe, { children: t("general") }),
|
|
95748
95769
|
"data-testid": "rs-general-tab",
|
|
95749
95770
|
...k,
|
|
95750
|
-
children: /* @__PURE__ */ r(
|
|
95771
|
+
children: /* @__PURE__ */ r(gue, { realm: s, save: C })
|
|
95751
95772
|
}
|
|
95752
95773
|
),
|
|
95753
95774
|
/* @__PURE__ */ r(
|
|
@@ -95756,7 +95777,7 @@ const Tme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
95756
95777
|
title: /* @__PURE__ */ r(Fe, { children: t("login") }),
|
|
95757
95778
|
"data-testid": "rs-login-tab",
|
|
95758
95779
|
...O,
|
|
95759
|
-
children: /* @__PURE__ */ r(
|
|
95780
|
+
children: /* @__PURE__ */ r(vue, { refresh: o, realm: s })
|
|
95760
95781
|
}
|
|
95761
95782
|
),
|
|
95762
95783
|
/* @__PURE__ */ r(
|
|
@@ -95765,7 +95786,7 @@ const Tme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
95765
95786
|
title: /* @__PURE__ */ r(Fe, { children: t("email") }),
|
|
95766
95787
|
"data-testid": "rs-email-tab",
|
|
95767
95788
|
...A,
|
|
95768
|
-
children: /* @__PURE__ */ r(
|
|
95789
|
+
children: /* @__PURE__ */ r(hue, { realm: s, save: C })
|
|
95769
95790
|
}
|
|
95770
95791
|
),
|
|
95771
95792
|
/* @__PURE__ */ r(
|
|
@@ -95827,7 +95848,7 @@ const Tme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
95827
95848
|
title: /* @__PURE__ */ r(Fe, { children: t("sessions") }),
|
|
95828
95849
|
"data-testid": "rs-sessions-tab",
|
|
95829
95850
|
..._,
|
|
95830
|
-
children: /* @__PURE__ */ r(
|
|
95851
|
+
children: /* @__PURE__ */ r(Aue, { realm: s, save: C }, b)
|
|
95831
95852
|
}
|
|
95832
95853
|
),
|
|
95833
95854
|
/* @__PURE__ */ r(
|
|
@@ -95836,7 +95857,7 @@ const Tme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
95836
95857
|
title: /* @__PURE__ */ r(Fe, { children: t("tokens") }),
|
|
95837
95858
|
"data-testid": "rs-tokens-tab",
|
|
95838
95859
|
...M,
|
|
95839
|
-
children: /* @__PURE__ */ r(
|
|
95860
|
+
children: /* @__PURE__ */ r(Fue, { save: C, realm: s })
|
|
95840
95861
|
}
|
|
95841
95862
|
),
|
|
95842
95863
|
d(sn.ClientPolicies) && /* @__PURE__ */ r(
|
|
@@ -95863,7 +95884,7 @@ const Tme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
95863
95884
|
title: /* @__PURE__ */ r(Fe, { children: t("profiles") }),
|
|
95864
95885
|
tooltip: /* @__PURE__ */ r(pn, { content: t("clientPoliciesProfilesHelpText") }),
|
|
95865
95886
|
...V,
|
|
95866
|
-
children: /* @__PURE__ */ r(
|
|
95887
|
+
children: /* @__PURE__ */ r(xue, {})
|
|
95867
95888
|
}
|
|
95868
95889
|
),
|
|
95869
95890
|
/* @__PURE__ */ r(
|
|
@@ -95875,7 +95896,7 @@ const Tme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
95875
95896
|
...ee,
|
|
95876
95897
|
title: /* @__PURE__ */ r(Fe, { children: t("policies") }),
|
|
95877
95898
|
tooltip: /* @__PURE__ */ r(pn, { content: t("clientPoliciesPoliciesHelpText") }),
|
|
95878
|
-
children: /* @__PURE__ */ r(
|
|
95899
|
+
children: /* @__PURE__ */ r(wue, {})
|
|
95879
95900
|
}
|
|
95880
95901
|
)
|
|
95881
95902
|
]
|
|
@@ -95889,7 +95910,7 @@ const Tme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
95889
95910
|
title: /* @__PURE__ */ r(Fe, { children: t("userProfile") }),
|
|
95890
95911
|
"data-testid": "rs-user-profile-tab",
|
|
95891
95912
|
...G,
|
|
95892
|
-
children: /* @__PURE__ */ r(
|
|
95913
|
+
children: /* @__PURE__ */ r(cue, { setTableData: p })
|
|
95893
95914
|
}
|
|
95894
95915
|
),
|
|
95895
95916
|
H && /* @__PURE__ */ r(
|
|
@@ -95898,7 +95919,7 @@ const Tme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
95898
95919
|
title: /* @__PURE__ */ r(Fe, { children: t("userRegistration") }),
|
|
95899
95920
|
"data-testid": "rs-userRegistration-tab",
|
|
95900
95921
|
...Y,
|
|
95901
|
-
children: /* @__PURE__ */ r(
|
|
95922
|
+
children: /* @__PURE__ */ r(Uue, {})
|
|
95902
95923
|
}
|
|
95903
95924
|
)
|
|
95904
95925
|
]
|
|
@@ -95906,13 +95927,13 @@ const Tme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
95906
95927
|
) })
|
|
95907
95928
|
] });
|
|
95908
95929
|
};
|
|
95909
|
-
function
|
|
95910
|
-
return /* @__PURE__ */ r(
|
|
95930
|
+
function $ue() {
|
|
95931
|
+
return /* @__PURE__ */ r(Hue, {});
|
|
95911
95932
|
}
|
|
95912
95933
|
const Gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
95913
95934
|
__proto__: null,
|
|
95914
|
-
default:
|
|
95915
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
95935
|
+
default: $ue
|
|
95936
|
+
}, Symbol.toStringTag, { value: "Module" })), zue = ({
|
|
95916
95937
|
handleModalToggle: e,
|
|
95917
95938
|
save: t
|
|
95918
95939
|
}) => {
|
|
@@ -95965,7 +95986,7 @@ const Gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
95965
95986
|
p(g, "notBeforePush"), c();
|
|
95966
95987
|
};
|
|
95967
95988
|
return /* @__PURE__ */ w(
|
|
95968
|
-
|
|
95989
|
+
At,
|
|
95969
95990
|
{
|
|
95970
95991
|
variant: Ut.small,
|
|
95971
95992
|
title: a("revocation"),
|
|
@@ -96059,7 +96080,7 @@ const Gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
96059
96080
|
]
|
|
96060
96081
|
}
|
|
96061
96082
|
);
|
|
96062
|
-
},
|
|
96083
|
+
}, Gue = ({ filterType: e, onChange: t }) => {
|
|
96063
96084
|
const { t: n } = W(), [a, i] = vt();
|
|
96064
96085
|
return /* @__PURE__ */ w(
|
|
96065
96086
|
Wt,
|
|
@@ -96080,7 +96101,7 @@ const Gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
96080
96101
|
}
|
|
96081
96102
|
);
|
|
96082
96103
|
};
|
|
96083
|
-
function
|
|
96104
|
+
function jue() {
|
|
96084
96105
|
const { adminClient: e } = Ce(), { t } = W(), [n, a] = F(0), i = () => a(n + 1), { addError: s } = Pe(), { realm: o } = ke(), [l, c] = F(!1), [d, u] = F("ALL"), [p, m] = F(!1), f = () => {
|
|
96085
96106
|
c(!l);
|
|
96086
96107
|
}, h = async (y, v, S) => {
|
|
@@ -96142,7 +96163,7 @@ function Vue() {
|
|
|
96142
96163
|
),
|
|
96143
96164
|
/* @__PURE__ */ w(He, { variant: "light", className: "pf-v5-u-p-0", children: [
|
|
96144
96165
|
l && /* @__PURE__ */ r(
|
|
96145
|
-
|
|
96166
|
+
zue,
|
|
96146
96167
|
{
|
|
96147
96168
|
handleModalToggle: f,
|
|
96148
96169
|
save: () => {
|
|
@@ -96157,7 +96178,7 @@ function Vue() {
|
|
|
96157
96178
|
isSearching: d !== "ALL",
|
|
96158
96179
|
isPaginated: !0,
|
|
96159
96180
|
filter: /* @__PURE__ */ r(
|
|
96160
|
-
|
|
96181
|
+
Gue,
|
|
96161
96182
|
{
|
|
96162
96183
|
filterType: d,
|
|
96163
96184
|
onChange: (y) => {
|
|
@@ -96171,17 +96192,17 @@ function Vue() {
|
|
|
96171
96192
|
] })
|
|
96172
96193
|
] });
|
|
96173
96194
|
}
|
|
96174
|
-
const
|
|
96195
|
+
const Vue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
96175
96196
|
__proto__: null,
|
|
96176
|
-
default:
|
|
96177
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
96197
|
+
default: jue
|
|
96198
|
+
}, Symbol.toStringTag, { value: "Module" })), que = ({
|
|
96178
96199
|
title: e,
|
|
96179
96200
|
credentialData: t,
|
|
96180
96201
|
onClose: n
|
|
96181
96202
|
}) => {
|
|
96182
96203
|
const { t: a } = W();
|
|
96183
96204
|
return /* @__PURE__ */ r(
|
|
96184
|
-
|
|
96205
|
+
At,
|
|
96185
96206
|
{
|
|
96186
96207
|
variant: Ut.medium,
|
|
96187
96208
|
title: e,
|
|
@@ -96208,7 +96229,7 @@ const que = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
96208
96229
|
)
|
|
96209
96230
|
}
|
|
96210
96231
|
);
|
|
96211
|
-
},
|
|
96232
|
+
}, Kue = ({
|
|
96212
96233
|
credential: e,
|
|
96213
96234
|
resetPassword: t,
|
|
96214
96235
|
toggleDelete: n,
|
|
@@ -96224,7 +96245,7 @@ const que = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
96224
96245
|
}, [e.credentialData]);
|
|
96225
96246
|
return /* @__PURE__ */ w(le, { children: [
|
|
96226
96247
|
o && Object.keys(e).length !== 0 && /* @__PURE__ */ r(
|
|
96227
|
-
|
|
96248
|
+
que,
|
|
96228
96249
|
{
|
|
96229
96250
|
title: e.userLabel || s("passwordDataTitle"),
|
|
96230
96251
|
credentialData: p,
|
|
@@ -96288,7 +96309,7 @@ const que = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
96288
96309
|
}
|
|
96289
96310
|
) })
|
|
96290
96311
|
] });
|
|
96291
|
-
},
|
|
96312
|
+
}, Wue = ({
|
|
96292
96313
|
userId: e,
|
|
96293
96314
|
credential: t,
|
|
96294
96315
|
isEditable: n,
|
|
@@ -96364,7 +96385,7 @@ const que = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
96364
96385
|
] }) }) })
|
|
96365
96386
|
}
|
|
96366
96387
|
);
|
|
96367
|
-
},
|
|
96388
|
+
}, Yue = () => {
|
|
96368
96389
|
const { t: e } = W();
|
|
96369
96390
|
return /* @__PURE__ */ r(
|
|
96370
96391
|
no,
|
|
@@ -96411,7 +96432,7 @@ const que = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
96411
96432
|
}))
|
|
96412
96433
|
}
|
|
96413
96434
|
);
|
|
96414
|
-
},
|
|
96435
|
+
}, Xue = ({
|
|
96415
96436
|
userId: e,
|
|
96416
96437
|
onClose: t
|
|
96417
96438
|
}) => {
|
|
@@ -96466,17 +96487,17 @@ const que = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
96466
96487
|
help: "resetActions"
|
|
96467
96488
|
}
|
|
96468
96489
|
),
|
|
96469
|
-
/* @__PURE__ */ r(
|
|
96490
|
+
/* @__PURE__ */ r(Yue, {})
|
|
96470
96491
|
] })
|
|
96471
96492
|
}
|
|
96472
96493
|
)
|
|
96473
96494
|
}
|
|
96474
96495
|
);
|
|
96475
|
-
},
|
|
96496
|
+
}, Zue = {
|
|
96476
96497
|
password: "",
|
|
96477
96498
|
passwordConfirmation: "",
|
|
96478
96499
|
temporaryPassword: !0
|
|
96479
|
-
},
|
|
96500
|
+
}, Que = ({
|
|
96480
96501
|
user: e,
|
|
96481
96502
|
isResetPassword: t,
|
|
96482
96503
|
onAddRequiredActions: n,
|
|
@@ -96484,7 +96505,7 @@ const que = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
96484
96505
|
onClose: i
|
|
96485
96506
|
}) => {
|
|
96486
96507
|
const { adminClient: s } = Ce(), { t: o } = W(), l = rt({
|
|
96487
|
-
defaultValues:
|
|
96508
|
+
defaultValues: Zue,
|
|
96488
96509
|
mode: "onChange"
|
|
96489
96510
|
}), {
|
|
96490
96511
|
register: c,
|
|
@@ -96606,7 +96627,7 @@ const que = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
96606
96627
|
}
|
|
96607
96628
|
),
|
|
96608
96629
|
/* @__PURE__ */ r(et, { ...l, children: /* @__PURE__ */ r(
|
|
96609
|
-
|
|
96630
|
+
xt,
|
|
96610
96631
|
{
|
|
96611
96632
|
name: "temporaryPassword",
|
|
96612
96633
|
label: o("temporaryPassword"),
|
|
@@ -96677,7 +96698,7 @@ function d6(e) {
|
|
|
96677
96698
|
unmanagedAttributes: void 0
|
|
96678
96699
|
};
|
|
96679
96700
|
}
|
|
96680
|
-
function
|
|
96701
|
+
function Jue(e = {}, t = {}) {
|
|
96681
96702
|
return Object.fromEntries(
|
|
96682
96703
|
Object.entries(e).filter(
|
|
96683
96704
|
([n]) => !Object.hasOwn(t, n)
|
|
@@ -96827,7 +96848,7 @@ const u6 = ({
|
|
|
96827
96848
|
),
|
|
96828
96849
|
s ? /* @__PURE__ */ w(le, { children: [
|
|
96829
96850
|
/* @__PURE__ */ r(
|
|
96830
|
-
|
|
96851
|
+
xt,
|
|
96831
96852
|
{
|
|
96832
96853
|
name: "emailVerified",
|
|
96833
96854
|
label: u("emailVerified"),
|
|
@@ -96978,7 +96999,7 @@ const u6 = ({
|
|
|
96978
96999
|
}
|
|
96979
97000
|
);
|
|
96980
97001
|
};
|
|
96981
|
-
function
|
|
97002
|
+
function epe() {
|
|
96982
97003
|
const { adminClient: e } = Ce(), { t } = W(), { addAlert: n, addError: a } = Pe(), i = mt(), { realm: s, realmRepresentation: o } = ke(), l = rt({ mode: "onChange" }), [c, d] = F([]), [u, p] = F();
|
|
96983
97004
|
$e(
|
|
96984
97005
|
() => e.users.getProfileMetadata({ realm: s }),
|
|
@@ -97023,10 +97044,10 @@ function tpe() {
|
|
|
97023
97044
|
) })
|
|
97024
97045
|
] });
|
|
97025
97046
|
}
|
|
97026
|
-
const
|
|
97047
|
+
const tpe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
97027
97048
|
__proto__: null,
|
|
97028
|
-
default:
|
|
97029
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
97049
|
+
default: epe
|
|
97050
|
+
}, Symbol.toStringTag, { value: "Module" })), npe = ({
|
|
97030
97051
|
isJoin: e = !0,
|
|
97031
97052
|
existingOrgs: t,
|
|
97032
97053
|
onAdd: n,
|
|
@@ -97041,7 +97062,7 @@ const npe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
97041
97062
|
return ZL(f, t, "id");
|
|
97042
97063
|
};
|
|
97043
97064
|
return /* @__PURE__ */ r(
|
|
97044
|
-
|
|
97065
|
+
At,
|
|
97045
97066
|
{
|
|
97046
97067
|
variant: Ut.small,
|
|
97047
97068
|
title: s(e ? "joinOrganization" : "sendInvitation"),
|
|
@@ -97094,7 +97115,7 @@ const npe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
97094
97115
|
)
|
|
97095
97116
|
}
|
|
97096
97117
|
);
|
|
97097
|
-
},
|
|
97118
|
+
}, ape = ({ user: e }) => {
|
|
97098
97119
|
const { adminClient: t } = Ce(), { t: n } = W(), { id: a } = Ea(), i = mt(), { addAlert: s, addError: o } = Pe(), { realm: l } = ke(), [c, d] = F(0), u = () => d(c + 1), [p, m, f] = vt(), [h, g] = F(!0), [b, y] = F(!1), [v, S] = F([]), [C, T] = F([]), [k, O] = F(""), [A, x] = F(""), [L, D] = F([]), [I, R] = F(!1), _ = [
|
|
97099
97120
|
{ value: "Managed", label: "Managed" },
|
|
97100
97121
|
{ value: "Unmanaged", label: "Unmanaged" }
|
|
@@ -97159,7 +97180,7 @@ const npe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
97159
97180
|
});
|
|
97160
97181
|
return /* @__PURE__ */ w(le, { children: [
|
|
97161
97182
|
b && /* @__PURE__ */ r(
|
|
97162
|
-
|
|
97183
|
+
npe,
|
|
97163
97184
|
{
|
|
97164
97185
|
isJoin: h,
|
|
97165
97186
|
existingOrgs: v,
|
|
@@ -97314,7 +97335,7 @@ const npe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
97314
97335
|
}
|
|
97315
97336
|
)
|
|
97316
97337
|
] });
|
|
97317
|
-
},
|
|
97338
|
+
}, rpe = ({
|
|
97318
97339
|
user: e,
|
|
97319
97340
|
save: t,
|
|
97320
97341
|
upConfig: n
|
|
@@ -97334,7 +97355,7 @@ const npe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
97334
97355
|
isDisabled: Ws.AdminView == n?.unmanagedAttributePolicy
|
|
97335
97356
|
}
|
|
97336
97357
|
) });
|
|
97337
|
-
},
|
|
97358
|
+
}, ipe = () => {
|
|
97338
97359
|
const { adminClient: e } = Ce(), [t, n] = F(), { t: a } = W(), { addAlert: i, addError: s } = Pe(), o = Si(), [l, c] = F(0), { id: d } = tn(), u = (b) => Ka(b, (y) => y.clientId?.toUpperCase()), p = () => c((/* @__PURE__ */ new Date()).getTime()), m = async () => {
|
|
97339
97360
|
const b = await e.users.listConsents({ id: d });
|
|
97340
97361
|
return u(b);
|
|
@@ -97422,13 +97443,13 @@ const npe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
97422
97443
|
setIsUserLabelEdit: s,
|
|
97423
97444
|
refresh: o
|
|
97424
97445
|
}) => /* @__PURE__ */ r(
|
|
97425
|
-
|
|
97446
|
+
Kue,
|
|
97426
97447
|
{
|
|
97427
97448
|
credential: e,
|
|
97428
97449
|
toggleDelete: () => n(e),
|
|
97429
97450
|
resetPassword: a,
|
|
97430
97451
|
children: /* @__PURE__ */ r(
|
|
97431
|
-
|
|
97452
|
+
Wue,
|
|
97432
97453
|
{
|
|
97433
97454
|
credential: e,
|
|
97434
97455
|
userId: t,
|
|
@@ -97443,7 +97464,7 @@ const npe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
97443
97464
|
)
|
|
97444
97465
|
},
|
|
97445
97466
|
e.id
|
|
97446
|
-
),
|
|
97467
|
+
), spe = ({ user: e, setUser: t }) => {
|
|
97447
97468
|
const { adminClient: n } = Ce(), { t: a } = W(), { addAlert: i, addError: s } = Pe(), [o, l] = F(0), c = Si(), d = () => l(o + 1), [u, p] = F(!1), [m, f] = F(!1), [h, g] = F([]), [b, y] = F([]), [v, S] = F({}), [C, T] = F(!1), [k, O] = F(), A = hn(null), [x, L] = F({
|
|
97448
97469
|
draggedItemId: "",
|
|
97449
97470
|
draggingToItemIndex: -1,
|
|
@@ -97591,7 +97612,7 @@ const npe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
97591
97612
|
const be = de.length > 0, Oe = b.length === 0, B = !e.credentials || e.credentials.length === 0, Se = Oe && B && !be;
|
|
97592
97613
|
return /* @__PURE__ */ w(le, { children: [
|
|
97593
97614
|
u && /* @__PURE__ */ r(
|
|
97594
|
-
|
|
97615
|
+
Que,
|
|
97595
97616
|
{
|
|
97596
97617
|
user: e,
|
|
97597
97618
|
isResetPassword: C,
|
|
@@ -97601,7 +97622,7 @@ const npe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
97601
97622
|
}
|
|
97602
97623
|
),
|
|
97603
97624
|
m && /* @__PURE__ */ r(
|
|
97604
|
-
|
|
97625
|
+
Xue,
|
|
97605
97626
|
{
|
|
97606
97627
|
userId: e.id,
|
|
97607
97628
|
onClose: () => f(!1)
|
|
@@ -97806,7 +97827,7 @@ const npe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
97806
97827
|
}
|
|
97807
97828
|
)
|
|
97808
97829
|
] });
|
|
97809
|
-
},
|
|
97830
|
+
}, ope = ({ user: e }) => {
|
|
97810
97831
|
const { adminClient: t } = Ce(), { t: n } = W(), { addAlert: a, addError: i } = Pe(), [s, o] = F(0), l = () => o(s + 1), [c, d] = F(
|
|
97811
97832
|
[]
|
|
97812
97833
|
), [u, p] = F(!0), [m, f] = F([]), [h, g] = F(!1), { enabled: b } = Qr(), { hasAccess: y } = zt(), v = y("manage-users"), S = (L) => Ka(L, (D) => D.path?.toUpperCase()), C = async (L, D, I) => {
|
|
@@ -98001,7 +98022,7 @@ const npe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
98001
98022
|
s
|
|
98002
98023
|
)
|
|
98003
98024
|
] });
|
|
98004
|
-
},
|
|
98025
|
+
}, lpe = ({
|
|
98005
98026
|
userId: e,
|
|
98006
98027
|
federatedId: t,
|
|
98007
98028
|
onClose: n,
|
|
@@ -98024,7 +98045,7 @@ const npe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
98024
98045
|
}
|
|
98025
98046
|
};
|
|
98026
98047
|
return /* @__PURE__ */ r(
|
|
98027
|
-
|
|
98048
|
+
At,
|
|
98028
98049
|
{
|
|
98029
98050
|
variant: Ut.small,
|
|
98030
98051
|
title: s("linkAccountTitle", {
|
|
@@ -98092,7 +98113,7 @@ const npe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
98092
98113
|
] }) })
|
|
98093
98114
|
}
|
|
98094
98115
|
);
|
|
98095
|
-
},
|
|
98116
|
+
}, cpe = ({
|
|
98096
98117
|
userId: e
|
|
98097
98118
|
}) => {
|
|
98098
98119
|
const { adminClient: t } = Ce(), [n, a] = F(0), [i, s] = F([]), [o, l] = F(!0), [c, d] = F(""), [u, p] = F(!1), { realm: m } = ke(), { addAlert: f, addError: h } = Pe(), { t: g } = W(), { hasAccess: b, hasSomeAccess: y } = zt(), v = y(
|
|
@@ -98222,7 +98243,7 @@ const npe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
98222
98243
|
};
|
|
98223
98244
|
return /* @__PURE__ */ w(le, { children: [
|
|
98224
98245
|
u && /* @__PURE__ */ r(
|
|
98225
|
-
|
|
98246
|
+
lpe,
|
|
98226
98247
|
{
|
|
98227
98248
|
userId: e,
|
|
98228
98249
|
federatedId: c,
|
|
@@ -98282,7 +98303,7 @@ const npe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
98282
98303
|
] })
|
|
98283
98304
|
] })
|
|
98284
98305
|
] });
|
|
98285
|
-
},
|
|
98306
|
+
}, dpe = ({ id: e, name: t }) => {
|
|
98286
98307
|
const { adminClient: n } = Ce(), { t: a } = W(), { addAlert: i, addError: s } = Pe();
|
|
98287
98308
|
return /* @__PURE__ */ r(al, { name: t, id: e, type: "users", save: async (l) => {
|
|
98288
98309
|
try {
|
|
@@ -98303,7 +98324,7 @@ const npe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
98303
98324
|
s("roleMappingUpdatedError", c);
|
|
98304
98325
|
}
|
|
98305
98326
|
} });
|
|
98306
|
-
},
|
|
98327
|
+
}, upe = () => {
|
|
98307
98328
|
const { adminClient: e } = Ce(), { id: t } = tn(), { realm: n } = ke(), { t: a } = W();
|
|
98308
98329
|
return /* @__PURE__ */ r(He, { variant: "light", className: "pf-v5-u-p-0", children: /* @__PURE__ */ r(
|
|
98309
98330
|
Wf,
|
|
@@ -98315,7 +98336,7 @@ const npe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
98315
98336
|
}
|
|
98316
98337
|
) });
|
|
98317
98338
|
};
|
|
98318
|
-
function
|
|
98339
|
+
function ppe() {
|
|
98319
98340
|
const { adminClient: e } = Ce(), { t } = W(), { addAlert: n, addError: a } = Pe(), i = mt(), { hasAccess: s } = zt(), { id: o } = tn(), { realm: l, realmRepresentation: c } = ke(), u = rt({
|
|
98320
98341
|
mode: "onChange",
|
|
98321
98342
|
resolver: async (Oe) => ({
|
|
@@ -98350,7 +98371,7 @@ function mpe() {
|
|
|
98350
98371
|
if (!Oe || !c || !B)
|
|
98351
98372
|
throw new Error(t("notFound"));
|
|
98352
98373
|
const { userProfileMetadata: X, ...re } = Oe;
|
|
98353
|
-
v(X), re.unmanagedAttributes = Se, re.attributes =
|
|
98374
|
+
v(X), re.unmanagedAttributes = Se, re.attributes = Jue(
|
|
98354
98375
|
re.attributes,
|
|
98355
98376
|
Se
|
|
98356
98377
|
), ce.unmanagedAttributePolicy !== void 0 && b(!0), m(re), A(ce);
|
|
@@ -98518,7 +98539,7 @@ function mpe() {
|
|
|
98518
98539
|
"data-testid": "attributesTab",
|
|
98519
98540
|
title: /* @__PURE__ */ r(Fe, { children: t("attributes") }),
|
|
98520
98541
|
...G,
|
|
98521
|
-
children: /* @__PURE__ */ r(
|
|
98542
|
+
children: /* @__PURE__ */ r(rpe, { user: p, save: ne, upConfig: O })
|
|
98522
98543
|
}
|
|
98523
98544
|
),
|
|
98524
98545
|
/* @__PURE__ */ r(
|
|
@@ -98528,7 +98549,7 @@ function mpe() {
|
|
|
98528
98549
|
isHidden: !p.access?.view,
|
|
98529
98550
|
title: /* @__PURE__ */ r(Fe, { children: t("credentials") }),
|
|
98530
98551
|
...Y,
|
|
98531
|
-
children: /* @__PURE__ */ r(
|
|
98552
|
+
children: /* @__PURE__ */ r(spe, { user: p, setUser: m })
|
|
98532
98553
|
}
|
|
98533
98554
|
),
|
|
98534
98555
|
/* @__PURE__ */ r(
|
|
@@ -98538,7 +98559,7 @@ function mpe() {
|
|
|
98538
98559
|
isHidden: !p.access?.view,
|
|
98539
98560
|
title: /* @__PURE__ */ r(Fe, { children: t("roleMapping") }),
|
|
98540
98561
|
...K,
|
|
98541
|
-
children: /* @__PURE__ */ r(
|
|
98562
|
+
children: /* @__PURE__ */ r(dpe, { id: p.id, name: p.username })
|
|
98542
98563
|
}
|
|
98543
98564
|
),
|
|
98544
98565
|
s("query-groups") && /* @__PURE__ */ r(
|
|
@@ -98547,7 +98568,7 @@ function mpe() {
|
|
|
98547
98568
|
"data-testid": "user-groups-tab",
|
|
98548
98569
|
title: /* @__PURE__ */ r(Fe, { children: t("groups") }),
|
|
98549
98570
|
...P,
|
|
98550
|
-
children: /* @__PURE__ */ r(
|
|
98571
|
+
children: /* @__PURE__ */ r(ope, { user: p })
|
|
98551
98572
|
}
|
|
98552
98573
|
),
|
|
98553
98574
|
I && x && /* @__PURE__ */ r(
|
|
@@ -98556,7 +98577,7 @@ function mpe() {
|
|
|
98556
98577
|
"data-testid": "user-organizations-tab",
|
|
98557
98578
|
title: /* @__PURE__ */ r(Fe, { children: t("organizations") }),
|
|
98558
98579
|
...U,
|
|
98559
|
-
children: /* @__PURE__ */ r(
|
|
98580
|
+
children: /* @__PURE__ */ r(ape, { user: p })
|
|
98560
98581
|
}
|
|
98561
98582
|
),
|
|
98562
98583
|
/* @__PURE__ */ r(
|
|
@@ -98565,7 +98586,7 @@ function mpe() {
|
|
|
98565
98586
|
"data-testid": "user-consents-tab",
|
|
98566
98587
|
title: /* @__PURE__ */ r(Fe, { children: t("consents") }),
|
|
98567
98588
|
...H,
|
|
98568
|
-
children: /* @__PURE__ */ r(
|
|
98589
|
+
children: /* @__PURE__ */ r(ipe, {})
|
|
98569
98590
|
}
|
|
98570
98591
|
),
|
|
98571
98592
|
/* @__PURE__ */ r(
|
|
@@ -98574,7 +98595,7 @@ function mpe() {
|
|
|
98574
98595
|
"data-testid": "identity-provider-links-tab",
|
|
98575
98596
|
title: /* @__PURE__ */ r(Fe, { children: t("identityProviderLinks") }),
|
|
98576
98597
|
...$,
|
|
98577
|
-
children: /* @__PURE__ */ r(
|
|
98598
|
+
children: /* @__PURE__ */ r(cpe, { userId: p.id })
|
|
98578
98599
|
}
|
|
98579
98600
|
),
|
|
98580
98601
|
/* @__PURE__ */ r(
|
|
@@ -98583,7 +98604,7 @@ function mpe() {
|
|
|
98583
98604
|
"data-testid": "user-sessions-tab",
|
|
98584
98605
|
title: /* @__PURE__ */ r(Fe, { children: t("sessions") }),
|
|
98585
98606
|
...V,
|
|
98586
|
-
children: /* @__PURE__ */ r(
|
|
98607
|
+
children: /* @__PURE__ */ r(upe, {})
|
|
98587
98608
|
}
|
|
98588
98609
|
),
|
|
98589
98610
|
s("view-events") && /* @__PURE__ */ r(
|
|
@@ -98624,11 +98645,11 @@ function mpe() {
|
|
|
98624
98645
|
) }) }) })
|
|
98625
98646
|
] });
|
|
98626
98647
|
}
|
|
98627
|
-
const
|
|
98648
|
+
const mpe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
98628
98649
|
__proto__: null,
|
|
98629
|
-
default:
|
|
98650
|
+
default: ppe
|
|
98630
98651
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
98631
|
-
function
|
|
98652
|
+
function fpe() {
|
|
98632
98653
|
const { t: e } = W(), { realm: t } = ke(), { hasAccess: n } = zt(), i = aa()(sn.AdminFineGrainedAuthz) && n("manage-authorization", "manage-users", "manage-clients"), s = (c) => bt(
|
|
98633
98654
|
Ho({
|
|
98634
98655
|
realm: t,
|
|
@@ -98689,9 +98710,9 @@ function hpe() {
|
|
|
98689
98710
|
)
|
|
98690
98711
|
] });
|
|
98691
98712
|
}
|
|
98692
|
-
const
|
|
98713
|
+
const hpe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
98693
98714
|
__proto__: null,
|
|
98694
|
-
default:
|
|
98715
|
+
default: fpe
|
|
98695
98716
|
}, Symbol.toStringTag, { value: "Module" })), p6 = ({
|
|
98696
98717
|
provider: e,
|
|
98697
98718
|
save: t,
|
|
@@ -98986,7 +99007,7 @@ const gpe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
98986
99007
|
),
|
|
98987
99008
|
a ? /* @__PURE__ */ r(_R, { form: e }) : /* @__PURE__ */ r(Qe, { role: "manage-realm", isHorizontal: !0, children: /* @__PURE__ */ r(_R, { form: e }) })
|
|
98988
99009
|
] });
|
|
98989
|
-
},
|
|
99010
|
+
}, gpe = () => {
|
|
98990
99011
|
const { t: e } = W(), t = Ve(), { control: n, watch: a } = t, i = a("config.fullSyncPeriod", "-1"), s = a("config.changedSyncPeriod", "-1");
|
|
98991
99012
|
return /* @__PURE__ */ w(et, { ...t, children: [
|
|
98992
99013
|
/* @__PURE__ */ r(
|
|
@@ -99087,7 +99108,7 @@ const gpe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
99087
99108
|
)
|
|
99088
99109
|
] });
|
|
99089
99110
|
};
|
|
99090
|
-
function
|
|
99111
|
+
function bpe() {
|
|
99091
99112
|
const { adminClient: e } = Ce(), { t } = W(), { id: n, providerId: a } = tn(), i = mt(), s = rt({
|
|
99092
99113
|
mode: "onChange"
|
|
99093
99114
|
}), {
|
|
@@ -99157,7 +99178,7 @@ function ype() {
|
|
|
99157
99178
|
}
|
|
99158
99179
|
),
|
|
99159
99180
|
/* @__PURE__ */ r(Nr, { properties: b?.properties || [] }),
|
|
99160
|
-
b?.metadata.synchronizable && /* @__PURE__ */ r(
|
|
99181
|
+
b?.metadata.synchronizable && /* @__PURE__ */ r(gpe, {}),
|
|
99161
99182
|
/* @__PURE__ */ r(ju, { form: s, unWrap: !0 }),
|
|
99162
99183
|
/* @__PURE__ */ w(Tt, { children: [
|
|
99163
99184
|
/* @__PURE__ */ r(
|
|
@@ -99187,7 +99208,7 @@ function ype() {
|
|
|
99187
99208
|
}
|
|
99188
99209
|
const m6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
99189
99210
|
__proto__: null,
|
|
99190
|
-
default:
|
|
99211
|
+
default: bpe
|
|
99191
99212
|
}, Symbol.toStringTag, { value: "Module" })), f6 = ({
|
|
99192
99213
|
form: e,
|
|
99193
99214
|
showSectionHeading: t = !1,
|
|
@@ -99390,7 +99411,7 @@ const m6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
99390
99411
|
] })
|
|
99391
99412
|
] });
|
|
99392
99413
|
};
|
|
99393
|
-
function
|
|
99414
|
+
function ype() {
|
|
99394
99415
|
const { adminClient: e } = Ce(), t = rt(), [n, a] = F(), [i, s] = F(), { id: o, mapperId: l } = tn(), c = mt(), { realm: d } = ke(), { t: u } = W(), { addAlert: p, addError: m } = Pe(), [f, h] = F(!1), [g, b] = F(""), [y, v] = F(0), S = () => v(y + 1);
|
|
99395
99416
|
$e(
|
|
99396
99417
|
async () => {
|
|
@@ -99629,10 +99650,10 @@ function vpe() {
|
|
|
99629
99650
|
) }) })
|
|
99630
99651
|
] });
|
|
99631
99652
|
}
|
|
99632
|
-
const
|
|
99653
|
+
const vpe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
99633
99654
|
__proto__: null,
|
|
99634
|
-
default:
|
|
99635
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
99655
|
+
default: ype
|
|
99656
|
+
}, Symbol.toStringTag, { value: "Module" })), Epe = ({ toDetail: e, ...t }) => /* @__PURE__ */ r(We, { to: e(t.id), children: t.name }), Spe = ({ toCreate: e, toDetail: t }) => {
|
|
99636
99657
|
const { adminClient: n } = Ce(), a = mt(), { t: i } = W(), { addAlert: s, addError: o } = Pe(), [l, c] = F(0), d = () => c(l + 1), [u, p] = F([]), m = xa(), { id: f } = Ea(), [h, g] = F();
|
|
99637
99658
|
$e(
|
|
99638
99659
|
() => n.components.find({
|
|
@@ -99696,7 +99717,7 @@ const Epe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
99696
99717
|
columns: [
|
|
99697
99718
|
{
|
|
99698
99719
|
name: "name",
|
|
99699
|
-
cellRenderer: (v) => /* @__PURE__ */ r(
|
|
99720
|
+
cellRenderer: (v) => /* @__PURE__ */ r(Epe, { ...v, toDetail: t })
|
|
99700
99721
|
},
|
|
99701
99722
|
{
|
|
99702
99723
|
name: "type"
|
|
@@ -99715,7 +99736,7 @@ const Epe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
99715
99736
|
l
|
|
99716
99737
|
)
|
|
99717
99738
|
] });
|
|
99718
|
-
},
|
|
99739
|
+
}, Tpe = [
|
|
99719
99740
|
"connectionUrl",
|
|
99720
99741
|
"bindDn",
|
|
99721
99742
|
"bindCredential",
|
|
@@ -99725,7 +99746,7 @@ const Epe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
99725
99746
|
"authType"
|
|
99726
99747
|
], h6 = (e) => {
|
|
99727
99748
|
const t = {};
|
|
99728
|
-
return
|
|
99749
|
+
return Tpe.forEach((n) => {
|
|
99729
99750
|
const a = Wn(e.getValues(), `config.${n}`);
|
|
99730
99751
|
t[n] = Array.isArray(a) ? a[0] : "";
|
|
99731
99752
|
}), t;
|
|
@@ -99953,7 +99974,7 @@ const Epe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
99953
99974
|
) })
|
|
99954
99975
|
] })
|
|
99955
99976
|
] });
|
|
99956
|
-
},
|
|
99977
|
+
}, Cpe = "1.3.6.1.4.1.4203.1.11.1", b6 = ({
|
|
99957
99978
|
id: e,
|
|
99958
99979
|
form: t,
|
|
99959
99980
|
showSectionHeading: n = !1,
|
|
@@ -99968,7 +99989,7 @@ const Epe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
99968
99989
|
);
|
|
99969
99990
|
l(s("testSuccess"));
|
|
99970
99991
|
const m = p.filter(
|
|
99971
|
-
(f) => f.oid ===
|
|
99992
|
+
(f) => f.oid === Cpe
|
|
99972
99993
|
);
|
|
99973
99994
|
t.setValue("config.usePasswordModifyExtendedOp", [
|
|
99974
99995
|
(m.length > 0).toString()
|
|
@@ -100926,7 +100947,7 @@ function C6(e) {
|
|
|
100926
100947
|
const { config: t } = e;
|
|
100927
100948
|
return t?.periodicChangedUsersSync !== void 0 && (t.periodicChangedUsersSync === !1 && (t.changedSyncPeriod = ["-1"]), delete t.periodicChangedUsersSync), t?.periodicFullSync !== void 0 && (t.periodicFullSync === !1 && (t.fullSyncPeriod = ["-1"]), delete t.periodicFullSync), e;
|
|
100928
100949
|
}
|
|
100929
|
-
function
|
|
100950
|
+
function _pe() {
|
|
100930
100951
|
const { adminClient: e } = Ce(), { t } = W(), n = rt({ mode: "onChange" }), a = mt(), { realm: i } = ke(), { addAlert: s, addError: o } = Pe(), l = async (c) => {
|
|
100931
100952
|
try {
|
|
100932
100953
|
await e.components.create(C6(c)), s(t("createUserProviderSuccess"), _e.success), a(ao({ realm: i }));
|
|
@@ -100946,10 +100967,10 @@ function wpe() {
|
|
|
100946
100967
|
/* @__PURE__ */ r(He, { variant: "light", className: "pf-v5-u-p-0", children: /* @__PURE__ */ r(He, { variant: "light", children: /* @__PURE__ */ r(T6, { onSubmit: l }) }) })
|
|
100947
100968
|
] });
|
|
100948
100969
|
}
|
|
100949
|
-
const
|
|
100970
|
+
const wpe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
100950
100971
|
__proto__: null,
|
|
100951
|
-
default:
|
|
100952
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
100972
|
+
default: _pe
|
|
100973
|
+
}, Symbol.toStringTag, { value: "Module" })), Ipe = ({
|
|
100953
100974
|
components: e,
|
|
100954
100975
|
onClose: t
|
|
100955
100976
|
}) => {
|
|
@@ -100967,7 +100988,7 @@ const Ipe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
100967
100988
|
return l(a("onDragCancel")), !1;
|
|
100968
100989
|
};
|
|
100969
100990
|
return /* @__PURE__ */ w(
|
|
100970
|
-
|
|
100991
|
+
At,
|
|
100971
100992
|
{
|
|
100972
100993
|
variant: Ut.small,
|
|
100973
100994
|
title: a("managePriorityOrder"),
|
|
@@ -101042,7 +101063,7 @@ const Ipe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
101042
101063
|
}
|
|
101043
101064
|
);
|
|
101044
101065
|
};
|
|
101045
|
-
function
|
|
101066
|
+
function xpe() {
|
|
101046
101067
|
const { adminClient: e } = Ce(), { t } = W(), n = rt({ mode: "onChange" }), a = mt(), { realm: i } = ke(), { id: s } = tn(), { addAlert: o, addError: l } = Pe();
|
|
101047
101068
|
$e(
|
|
101048
101069
|
async () => {
|
|
@@ -101103,8 +101124,8 @@ function Ape() {
|
|
|
101103
101124
|
}
|
|
101104
101125
|
const _6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
101105
101126
|
__proto__: null,
|
|
101106
|
-
default:
|
|
101107
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
101127
|
+
default: xpe
|
|
101128
|
+
}, Symbol.toStringTag, { value: "Module" })), Ape = () => {
|
|
101108
101129
|
const { t: e } = W(), { activeStep: t, goToNextStep: n, goToPrevStep: a, close: i } = qo();
|
|
101109
101130
|
return /* @__PURE__ */ r(
|
|
101110
101131
|
uu,
|
|
@@ -101119,9 +101140,9 @@ const _6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
101119
101140
|
cancelButtonText: e("cancel")
|
|
101120
101141
|
}
|
|
101121
101142
|
);
|
|
101122
|
-
},
|
|
101143
|
+
}, Tme = () => {
|
|
101123
101144
|
const { t: e } = W(), t = rt({ mode: "onChange" });
|
|
101124
|
-
return /* @__PURE__ */ w(Gm, { height: "100%", footer: /* @__PURE__ */ r(
|
|
101145
|
+
return /* @__PURE__ */ w(Gm, { height: "100%", footer: /* @__PURE__ */ r(Ape, {}), children: [
|
|
101125
101146
|
/* @__PURE__ */ r(
|
|
101126
101147
|
Va,
|
|
101127
101148
|
{
|
|
@@ -101152,7 +101173,7 @@ const _6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
101152
101173
|
)
|
|
101153
101174
|
] });
|
|
101154
101175
|
};
|
|
101155
|
-
function
|
|
101176
|
+
function kpe() {
|
|
101156
101177
|
const { adminClient: e } = Ce(), { t } = W(), n = rt({ mode: "onChange" }), { realm: a } = ke(), { id: i } = Ea(), { addAlert: s, addError: o } = Pe(), [l, c] = F(), [d, u] = F(0), p = () => u((b) => b + 1);
|
|
101157
101178
|
$e(
|
|
101158
101179
|
() => e.components.findOne({ id: i }),
|
|
@@ -101222,7 +101243,7 @@ function Ope() {
|
|
|
101222
101243
|
"data-testid": "ldap-mappers-tab",
|
|
101223
101244
|
...f,
|
|
101224
101245
|
children: /* @__PURE__ */ r(
|
|
101225
|
-
|
|
101246
|
+
Spe,
|
|
101226
101247
|
{
|
|
101227
101248
|
toCreate: nR({
|
|
101228
101249
|
realm: a,
|
|
@@ -101243,10 +101264,10 @@ function Ope() {
|
|
|
101243
101264
|
) })
|
|
101244
101265
|
] }) : /* @__PURE__ */ r(wt, {});
|
|
101245
101266
|
}
|
|
101246
|
-
const
|
|
101267
|
+
const Ope = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
101247
101268
|
__proto__: null,
|
|
101248
|
-
default:
|
|
101249
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
101269
|
+
default: kpe
|
|
101270
|
+
}, Symbol.toStringTag, { value: "Module" })), Rpe = () => {
|
|
101250
101271
|
const { t: e } = W(), { activeStep: t, goToNextStep: n, goToPrevStep: a, close: i } = qo();
|
|
101251
101272
|
return /* @__PURE__ */ r(
|
|
101252
101273
|
uu,
|
|
@@ -101269,9 +101290,9 @@ const Rpe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
101269
101290
|
/* @__PURE__ */ r(Q, { variant: "link", children: a("skipCustomizationAndFinish") }),
|
|
101270
101291
|
/* @__PURE__ */ r(Q, { variant: "link", onClick: n, children: a("cancel") })
|
|
101271
101292
|
] });
|
|
101272
|
-
},
|
|
101293
|
+
}, Cme = () => {
|
|
101273
101294
|
const e = rt(), { t } = W(), n = aa();
|
|
101274
|
-
return /* @__PURE__ */ w(Gm, { height: "100%", footer: /* @__PURE__ */ r(
|
|
101295
|
+
return /* @__PURE__ */ w(Gm, { height: "100%", footer: /* @__PURE__ */ r(Rpe, {}), children: [
|
|
101275
101296
|
/* @__PURE__ */ r(Va, { name: t("requiredSettings"), id: "ldapRequiredSettingsStep", children: /* @__PURE__ */ r(
|
|
101276
101297
|
y6,
|
|
101277
101298
|
{
|
|
@@ -101374,7 +101395,7 @@ const Rpe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
101374
101395
|
)
|
|
101375
101396
|
] });
|
|
101376
101397
|
};
|
|
101377
|
-
function
|
|
101398
|
+
function Npe() {
|
|
101378
101399
|
const { adminClient: e } = Ce(), [t, n] = F(), { addAlert: a, addError: i } = Pe(), { t: s } = W(), { realm: o, realmRepresentation: l } = ke(), [c, d] = F(0), u = () => d((/* @__PURE__ */ new Date()).getTime()), p = mt(), [m, f] = F(!1), h = $t().componentTypes?.["org.keycloak.storage.UserStorageProvider"] || [];
|
|
101379
101400
|
$e(
|
|
101380
101401
|
async () => {
|
|
@@ -101464,7 +101485,7 @@ function Lpe() {
|
|
|
101464
101485
|
))), /* @__PURE__ */ w(le, { children: [
|
|
101465
101486
|
/* @__PURE__ */ r(T, {}),
|
|
101466
101487
|
m && t && /* @__PURE__ */ r(
|
|
101467
|
-
|
|
101488
|
+
Ipe,
|
|
101468
101489
|
{
|
|
101469
101490
|
onClose: () => f(!1),
|
|
101470
101491
|
components: t.filter((x) => x.config?.enabled)
|
|
@@ -101509,7 +101530,7 @@ function Lpe() {
|
|
|
101509
101530
|
}
|
|
101510
101531
|
const Ww = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
101511
101532
|
__proto__: null,
|
|
101512
|
-
default:
|
|
101533
|
+
default: Npe
|
|
101513
101534
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
101514
101535
|
function w6({
|
|
101515
101536
|
clientId: e
|
|
@@ -101526,7 +101547,7 @@ function w6({
|
|
|
101526
101547
|
return s ? Ka(Object.values(s), "type") : [];
|
|
101527
101548
|
}, [n]);
|
|
101528
101549
|
}
|
|
101529
|
-
const
|
|
101550
|
+
const Lpe = ({
|
|
101530
101551
|
row: e
|
|
101531
101552
|
}) => {
|
|
101532
101553
|
const { t } = W(), n = e.associatedScopes || [];
|
|
@@ -101560,7 +101581,7 @@ const Dpe = ({
|
|
|
101560
101581
|
},
|
|
101561
101582
|
i
|
|
101562
101583
|
)) });
|
|
101563
|
-
}, py = (e) => e.map(({ id: t }) => t),
|
|
101584
|
+
}, py = (e) => e.map(({ id: t }) => t), Dpe = ({
|
|
101564
101585
|
name: e,
|
|
101565
101586
|
label: t,
|
|
101566
101587
|
helpText: n,
|
|
@@ -101668,7 +101689,7 @@ const Dpe = ({
|
|
|
101668
101689
|
]
|
|
101669
101690
|
}
|
|
101670
101691
|
);
|
|
101671
|
-
},
|
|
101692
|
+
}, Ppe = ({ name: e, isRadio: t = !1 }) => {
|
|
101672
101693
|
const { adminClient: n } = Ce(), { t: a } = W(), {
|
|
101673
101694
|
getValues: i,
|
|
101674
101695
|
setValue: s,
|
|
@@ -101763,12 +101784,12 @@ const Dpe = ({
|
|
|
101763
101784
|
]
|
|
101764
101785
|
}
|
|
101765
101786
|
);
|
|
101766
|
-
},
|
|
101787
|
+
}, Mpe = (e) => /* @__PURE__ */ r(Tu, { ...e, clientKey: "id" }), Yw = {
|
|
101767
101788
|
users: $u,
|
|
101768
|
-
clients:
|
|
101769
|
-
groups:
|
|
101770
|
-
roles:
|
|
101771
|
-
},
|
|
101789
|
+
clients: Mpe,
|
|
101790
|
+
groups: Dpe,
|
|
101791
|
+
roles: Ppe
|
|
101792
|
+
}, Fpe = (e) => e in Yw, Upe = ({
|
|
101772
101793
|
resourceType: e,
|
|
101773
101794
|
withEnforceAccessTo: t = !0
|
|
101774
101795
|
}) => {
|
|
@@ -101776,7 +101797,7 @@ const Dpe = ({
|
|
|
101776
101797
|
i?.some((u) => u !== e) || !t
|
|
101777
101798
|
);
|
|
101778
101799
|
function c() {
|
|
101779
|
-
return
|
|
101800
|
+
return Fpe(s) ? Yw[s] : null;
|
|
101780
101801
|
}
|
|
101781
101802
|
const d = c();
|
|
101782
101803
|
return /* @__PURE__ */ w(le, { children: [
|
|
@@ -101841,7 +101862,7 @@ const Dpe = ({
|
|
|
101841
101862
|
}
|
|
101842
101863
|
)
|
|
101843
101864
|
] });
|
|
101844
|
-
},
|
|
101865
|
+
}, Bpe = ({
|
|
101845
101866
|
types: e,
|
|
101846
101867
|
search: t,
|
|
101847
101868
|
onSearch: n
|
|
@@ -101909,7 +101930,7 @@ const Dpe = ({
|
|
|
101909
101930
|
),
|
|
101910
101931
|
m !== "" && /* @__PURE__ */ w(le, { children: [
|
|
101911
101932
|
/* @__PURE__ */ r(
|
|
101912
|
-
|
|
101933
|
+
Upe,
|
|
101913
101934
|
{
|
|
101914
101935
|
resourceType: m || "clients",
|
|
101915
101936
|
withEnforceAccessTo: !1
|
|
@@ -101968,7 +101989,7 @@ const Dpe = ({
|
|
|
101968
101989
|
}) => {
|
|
101969
101990
|
const { t: a } = W();
|
|
101970
101991
|
return /* @__PURE__ */ r(
|
|
101971
|
-
|
|
101992
|
+
At,
|
|
101972
101993
|
{
|
|
101973
101994
|
"aria-label": a("createPermission"),
|
|
101974
101995
|
variant: Ut.medium,
|
|
@@ -102012,7 +102033,7 @@ const Dpe = ({
|
|
|
102012
102033
|
] })
|
|
102013
102034
|
}
|
|
102014
102035
|
);
|
|
102015
|
-
},
|
|
102036
|
+
}, Hpe = ({
|
|
102016
102037
|
clientId: e
|
|
102017
102038
|
}) => {
|
|
102018
102039
|
const { adminClient: t } = Ce(), { t: n } = W(), a = mt(), { addAlert: i, addError: s } = Pe(), { realm: o } = ke(), [l, c] = F(), [d, u] = F(), [p, m] = F({}), [f, h] = F(0), g = () => h(f + 1), [b, y] = F(10), [v, S] = F(0), [C, T] = vt(), k = w6({ clientId: e });
|
|
@@ -102103,7 +102124,7 @@ const Dpe = ({
|
|
|
102103
102124
|
},
|
|
102104
102125
|
toolbarItem: /* @__PURE__ */ w(le, { children: [
|
|
102105
102126
|
/* @__PURE__ */ r(Ke, { children: /* @__PURE__ */ r(
|
|
102106
|
-
|
|
102127
|
+
Bpe,
|
|
102107
102128
|
{
|
|
102108
102129
|
types: k,
|
|
102109
102130
|
search: p,
|
|
@@ -102168,7 +102189,7 @@ const Dpe = ({
|
|
|
102168
102189
|
) }),
|
|
102169
102190
|
/* @__PURE__ */ r(De, { children: D.resourceType }),
|
|
102170
102191
|
/* @__PURE__ */ r(De, { children: /* @__PURE__ */ r(
|
|
102171
|
-
|
|
102192
|
+
Lpe,
|
|
102172
102193
|
{
|
|
102173
102194
|
row: {
|
|
102174
102195
|
resourceType: D.resourceType || "",
|
|
@@ -102257,7 +102278,7 @@ const Dpe = ({
|
|
|
102257
102278
|
}
|
|
102258
102279
|
)
|
|
102259
102280
|
] });
|
|
102260
|
-
},
|
|
102281
|
+
}, $pe = ({
|
|
102261
102282
|
evaluateResult: e
|
|
102262
102283
|
}) => {
|
|
102263
102284
|
const { t } = W(), a = (e?.results || [])[0] || {}, i = a?.resource?.name ?? t("permissionEvaluationAlertTitle"), s = e?.status === "PERMIT" ? "success" : "warning", o = dt(
|
|
@@ -102295,10 +102316,10 @@ const Dpe = ({
|
|
|
102295
102316
|
d("grantedPermissions", "PERMIT"),
|
|
102296
102317
|
d("deniedPermissions", "DENY")
|
|
102297
102318
|
] });
|
|
102298
|
-
},
|
|
102319
|
+
}, zpe = (e) => {
|
|
102299
102320
|
const { hasAccess: t } = zt();
|
|
102300
|
-
return t("view-users") ? /* @__PURE__ */ r(
|
|
102301
|
-
},
|
|
102321
|
+
return t("view-users") ? /* @__PURE__ */ r(Gpe, { ...e }) : /* @__PURE__ */ r(Aw, { permissionNeeded: "view-users" });
|
|
102322
|
+
}, Gpe = ({ client: e }) => {
|
|
102302
102323
|
const { t } = W(), { adminClient: n } = Ce(), a = ke(), { addError: i } = Pe(), s = rt({
|
|
102303
102324
|
mode: "onChange",
|
|
102304
102325
|
defaultValues: {
|
|
@@ -102447,7 +102468,7 @@ const Dpe = ({
|
|
|
102447
102468
|
] }) }),
|
|
102448
102469
|
/* @__PURE__ */ r(on, { children: /* @__PURE__ */ w(Yl, { children: [
|
|
102449
102470
|
/* @__PURE__ */ r(Vp, { children: /* @__PURE__ */ r(dr, { headingLevel: "h1", size: "md", children: t("permissionEvaluationPreview") }) }),
|
|
102450
|
-
/* @__PURE__ */ r(Xl, { children: h ? /* @__PURE__ */ r(
|
|
102471
|
+
/* @__PURE__ */ r(Xl, { children: h ? /* @__PURE__ */ r($pe, { evaluateResult: u }) : /* @__PURE__ */ r(
|
|
102451
102472
|
St,
|
|
102452
102473
|
{
|
|
102453
102474
|
icon: Mm,
|
|
@@ -102458,7 +102479,7 @@ const Dpe = ({
|
|
|
102458
102479
|
] }) })
|
|
102459
102480
|
] }) });
|
|
102460
102481
|
};
|
|
102461
|
-
function
|
|
102482
|
+
function jpe() {
|
|
102462
102483
|
const { adminClient: e } = Ce(), { t } = W(), { realm: n } = ke(), { hasAccess: a } = zt(), { addAlert: i, addError: s } = Pe(), [o, l] = F(), [c, d] = vt(), u = rt(), { realmRepresentation: p } = ke(), m = gt({
|
|
102463
102484
|
control: u.control,
|
|
102464
102485
|
name: "clientAuthenticatorType",
|
|
@@ -102561,7 +102582,7 @@ function Vpe() {
|
|
|
102561
102582
|
title: /* @__PURE__ */ r(Fe, { children: t("permissions") }),
|
|
102562
102583
|
...g,
|
|
102563
102584
|
children: /* @__PURE__ */ r(
|
|
102564
|
-
|
|
102585
|
+
Hpe,
|
|
102565
102586
|
{
|
|
102566
102587
|
clientId: o.id
|
|
102567
102588
|
}
|
|
@@ -102592,7 +102613,7 @@ function Vpe() {
|
|
|
102592
102613
|
title: /* @__PURE__ */ r(Fe, { children: t("evaluation") }),
|
|
102593
102614
|
...y,
|
|
102594
102615
|
children: /* @__PURE__ */ r(
|
|
102595
|
-
|
|
102616
|
+
zpe,
|
|
102596
102617
|
{
|
|
102597
102618
|
client: o,
|
|
102598
102619
|
save: S
|
|
@@ -102608,7 +102629,7 @@ function Vpe() {
|
|
|
102608
102629
|
}
|
|
102609
102630
|
const Xw = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
102610
102631
|
__proto__: null,
|
|
102611
|
-
default:
|
|
102632
|
+
default: jpe
|
|
102612
102633
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
102613
102634
|
export {
|
|
102614
102635
|
K9 as $,
|
|
@@ -102624,7 +102645,7 @@ export {
|
|
|
102624
102645
|
An as J,
|
|
102625
102646
|
ot as K,
|
|
102626
102647
|
dn as L,
|
|
102627
|
-
|
|
102648
|
+
At as M,
|
|
102628
102649
|
Zne as N,
|
|
102629
102650
|
Nt as O,
|
|
102630
102651
|
He as P,
|
|
@@ -102653,23 +102674,23 @@ export {
|
|
|
102653
102674
|
De as a9,
|
|
102654
102675
|
Pn as aA,
|
|
102655
102676
|
li as aB,
|
|
102656
|
-
|
|
102677
|
+
xt as aC,
|
|
102657
102678
|
Uu as aD,
|
|
102658
102679
|
Cw as aE,
|
|
102659
102680
|
Vre as aF,
|
|
102660
102681
|
qd as aG,
|
|
102661
102682
|
bt as aH,
|
|
102662
|
-
|
|
102683
|
+
mme as aI,
|
|
102663
102684
|
na as aJ,
|
|
102664
102685
|
Me as aK,
|
|
102665
|
-
|
|
102686
|
+
bme as aL,
|
|
102666
102687
|
Fe as aM,
|
|
102667
102688
|
zw as aN,
|
|
102668
|
-
|
|
102669
|
-
|
|
102689
|
+
hme as aO,
|
|
102690
|
+
fme as aP,
|
|
102670
102691
|
wa as aQ,
|
|
102671
102692
|
hs as aR,
|
|
102672
|
-
|
|
102693
|
+
gme as aS,
|
|
102673
102694
|
eu as aT,
|
|
102674
102695
|
Hu as aU,
|
|
102675
102696
|
Goe as aV,
|
|
@@ -102711,7 +102732,7 @@ export {
|
|
|
102711
102732
|
ui as b2,
|
|
102712
102733
|
vs as b3,
|
|
102713
102734
|
dc as b4,
|
|
102714
|
-
|
|
102735
|
+
ome as b5,
|
|
102715
102736
|
Xr as b6,
|
|
102716
102737
|
$t as b7,
|
|
102717
102738
|
Im as b8,
|
|
@@ -102722,9 +102743,9 @@ export {
|
|
|
102722
102743
|
Lv as bD,
|
|
102723
102744
|
Xce as bE,
|
|
102724
102745
|
to as bF,
|
|
102725
|
-
|
|
102746
|
+
dme as bG,
|
|
102726
102747
|
Ma as bH,
|
|
102727
|
-
|
|
102748
|
+
cme as bI,
|
|
102728
102749
|
xae as bJ,
|
|
102729
102750
|
Aae as bK,
|
|
102730
102751
|
C3 as bL,
|
|
@@ -102764,7 +102785,7 @@ export {
|
|
|
102764
102785
|
w6 as bs,
|
|
102765
102786
|
kl as bt,
|
|
102766
102787
|
sie as bu,
|
|
102767
|
-
|
|
102788
|
+
Upe as bv,
|
|
102768
102789
|
Koe as bw,
|
|
102769
102790
|
Yce as bx,
|
|
102770
102791
|
Xf as by,
|
|
@@ -102802,7 +102823,7 @@ export {
|
|
|
102802
102823
|
A3 as cS,
|
|
102803
102824
|
Vi as cT,
|
|
102804
102825
|
mse as cU,
|
|
102805
|
-
|
|
102826
|
+
rme as cV,
|
|
102806
102827
|
$Y as cW,
|
|
102807
102828
|
zY as cX,
|
|
102808
102829
|
GY as cY,
|
|
@@ -102820,7 +102841,7 @@ export {
|
|
|
102820
102841
|
Lie as cj,
|
|
102821
102842
|
Die as ck,
|
|
102822
102843
|
Mie as cl,
|
|
102823
|
-
|
|
102844
|
+
ime as cm,
|
|
102824
102845
|
Ow as cn,
|
|
102825
102846
|
Hie as co,
|
|
102826
102847
|
Bie as cp,
|
|
@@ -102855,7 +102876,7 @@ export {
|
|
|
102855
102876
|
mce as dG,
|
|
102856
102877
|
vce as dH,
|
|
102857
102878
|
ire as dI,
|
|
102858
|
-
|
|
102879
|
+
pme as dJ,
|
|
102859
102880
|
Gw as dK,
|
|
102860
102881
|
Ece as dL,
|
|
102861
102882
|
Ice as dM,
|
|
@@ -102899,7 +102920,7 @@ export {
|
|
|
102899
102920
|
kX as dy,
|
|
102900
102921
|
IX as dz,
|
|
102901
102922
|
el as e,
|
|
102902
|
-
|
|
102923
|
+
uue as e$,
|
|
102903
102924
|
jce as e0,
|
|
102904
102925
|
G4 as e1,
|
|
102905
102926
|
tde as e2,
|
|
@@ -102925,18 +102946,18 @@ export {
|
|
|
102925
102946
|
qde as eM,
|
|
102926
102947
|
Wde as eN,
|
|
102927
102948
|
Yde as eO,
|
|
102928
|
-
|
|
102929
|
-
|
|
102930
|
-
|
|
102949
|
+
tue as eP,
|
|
102950
|
+
Zde as eQ,
|
|
102951
|
+
Qde as eR,
|
|
102931
102952
|
Kde as eS,
|
|
102932
102953
|
e6 as eT,
|
|
102933
|
-
|
|
102934
|
-
|
|
102935
|
-
|
|
102936
|
-
|
|
102954
|
+
vme as eU,
|
|
102955
|
+
iue as eV,
|
|
102956
|
+
oue as eW,
|
|
102957
|
+
lue as eX,
|
|
102937
102958
|
X4 as eY,
|
|
102938
102959
|
eh as eZ,
|
|
102939
|
-
|
|
102960
|
+
cue as e_,
|
|
102940
102961
|
$4 as ea,
|
|
102941
102962
|
jw as eb,
|
|
102942
102963
|
au as ec,
|
|
@@ -102951,7 +102972,7 @@ export {
|
|
|
102951
102972
|
fde as el,
|
|
102952
102973
|
b3 as em,
|
|
102953
102974
|
bde as en,
|
|
102954
|
-
|
|
102975
|
+
yme as eo,
|
|
102955
102976
|
Ede as ep,
|
|
102956
102977
|
Tde as eq,
|
|
102957
102978
|
W4 as er,
|
|
@@ -102964,30 +102985,30 @@ export {
|
|
|
102964
102985
|
qw as ey,
|
|
102965
102986
|
Nde as ez,
|
|
102966
102987
|
ow as f,
|
|
102967
|
-
|
|
102988
|
+
Ope as f$,
|
|
102968
102989
|
Hde as f0,
|
|
102969
102990
|
t6 as f1,
|
|
102970
|
-
|
|
102971
|
-
|
|
102972
|
-
|
|
102973
|
-
|
|
102991
|
+
Eme as f2,
|
|
102992
|
+
hue as f3,
|
|
102993
|
+
gue as f4,
|
|
102994
|
+
vue as f5,
|
|
102974
102995
|
Q4 as f6,
|
|
102975
102996
|
a6 as f7,
|
|
102976
102997
|
r6 as f8,
|
|
102977
|
-
|
|
102978
|
-
|
|
102979
|
-
|
|
102998
|
+
Cue as f9,
|
|
102999
|
+
ipe as fA,
|
|
103000
|
+
spe as fB,
|
|
102980
103001
|
u6 as fC,
|
|
102981
|
-
|
|
102982
|
-
|
|
102983
|
-
|
|
102984
|
-
|
|
102985
|
-
|
|
102986
|
-
|
|
103002
|
+
ope as fD,
|
|
103003
|
+
cpe as fE,
|
|
103004
|
+
lpe as fF,
|
|
103005
|
+
dpe as fG,
|
|
103006
|
+
upe as fH,
|
|
103007
|
+
hpe as fI,
|
|
102987
103008
|
m6 as fJ,
|
|
102988
103009
|
f6 as fK,
|
|
102989
|
-
|
|
102990
|
-
|
|
103010
|
+
vpe as fL,
|
|
103011
|
+
Spe as fM,
|
|
102991
103012
|
b6 as fN,
|
|
102992
103013
|
g6 as fO,
|
|
102993
103014
|
y6 as fP,
|
|
@@ -102997,46 +103018,46 @@ export {
|
|
|
102997
103018
|
Kw as fT,
|
|
102998
103019
|
p6 as fU,
|
|
102999
103020
|
ju as fV,
|
|
103000
|
-
|
|
103001
|
-
|
|
103021
|
+
wpe as fW,
|
|
103022
|
+
Ipe as fX,
|
|
103002
103023
|
_6 as fY,
|
|
103003
|
-
|
|
103024
|
+
Tme as fZ,
|
|
103004
103025
|
T6 as f_,
|
|
103005
|
-
|
|
103006
|
-
|
|
103026
|
+
_ue as fa,
|
|
103027
|
+
wue as fb,
|
|
103007
103028
|
Gu as fc,
|
|
103008
|
-
|
|
103009
|
-
|
|
103010
|
-
|
|
103029
|
+
Hue as fd,
|
|
103030
|
+
Aue as fe,
|
|
103031
|
+
Sme as ff,
|
|
103011
103032
|
SR as fg,
|
|
103012
103033
|
TR as fh,
|
|
103013
|
-
|
|
103014
|
-
|
|
103015
|
-
|
|
103016
|
-
|
|
103017
|
-
|
|
103034
|
+
Fue as fi,
|
|
103035
|
+
Uue as fj,
|
|
103036
|
+
zue as fk,
|
|
103037
|
+
Vue as fl,
|
|
103038
|
+
sme as fm,
|
|
103018
103039
|
R4 as fn,
|
|
103019
|
-
|
|
103020
|
-
|
|
103021
|
-
|
|
103022
|
-
|
|
103023
|
-
|
|
103040
|
+
ume as fo,
|
|
103041
|
+
que as fp,
|
|
103042
|
+
Kue as fq,
|
|
103043
|
+
Wue as fr,
|
|
103044
|
+
Yue as fs,
|
|
103024
103045
|
l6 as ft,
|
|
103025
|
-
|
|
103026
|
-
|
|
103027
|
-
|
|
103028
|
-
|
|
103046
|
+
Xue as fu,
|
|
103047
|
+
Que as fv,
|
|
103048
|
+
tpe as fw,
|
|
103049
|
+
mpe as fx,
|
|
103029
103050
|
c6 as fy,
|
|
103030
|
-
|
|
103051
|
+
rpe as fz,
|
|
103031
103052
|
q as g,
|
|
103032
|
-
|
|
103053
|
+
Cme as g0,
|
|
103033
103054
|
Ww as g1,
|
|
103034
103055
|
Aw as g2,
|
|
103035
103056
|
BM as g3,
|
|
103036
103057
|
coe as g4,
|
|
103037
103058
|
noe as g5,
|
|
103038
|
-
|
|
103039
|
-
|
|
103059
|
+
lme as g6,
|
|
103060
|
+
eme as g7,
|
|
103040
103061
|
$a as g8,
|
|
103041
103062
|
VD as g9,
|
|
103042
103063
|
OY as ga,
|
|
@@ -103062,4 +103083,4 @@ export {
|
|
|
103062
103083
|
$e as y,
|
|
103063
103084
|
gc as z
|
|
103064
103085
|
};
|
|
103065
|
-
//# sourceMappingURL=index-
|
|
103086
|
+
//# sourceMappingURL=index-CdLREXvb.js.map
|