@keycloak/keycloak-admin-ui 26.3.2 → 26.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/.vite/manifest.json +30 -30
- package/lib/{AddOAuth2-BFM6R4m8.js → AddOAuth2-DtASJBPw.js} +2 -2
- package/lib/{AddOAuth2-BFM6R4m8.js.map → AddOAuth2-DtASJBPw.js.map} +1 -1
- package/lib/{CreateFlow-rSDkm00q.js → CreateFlow-D3comYfA.js} +2 -2
- package/lib/{CreateFlow-rSDkm00q.js.map → CreateFlow-D3comYfA.js.map} +1 -1
- package/lib/{DetailOrganization-Bt0Xs9it.js → DetailOrganization-8YYRYFY6.js} +2 -2
- package/lib/{DetailOrganization-Bt0Xs9it.js.map → DetailOrganization-8YYRYFY6.js.map} +1 -1
- package/lib/{ExecutorForm-Ds54rdyT.js → ExecutorForm-zbq-wfOV.js} +2 -2
- package/lib/{ExecutorForm-Ds54rdyT.js.map → ExecutorForm-zbq-wfOV.js.map} +1 -1
- package/lib/{FlowDetails-CVLvvfi9.js → FlowDetails-DL7T9-dv.js} +2 -2
- package/lib/{FlowDetails-CVLvvfi9.js.map → FlowDetails-DL7T9-dv.js.map} +1 -1
- package/lib/{NewOrganization-Hxxn4-k4.js → NewOrganization-B9OBvwrg.js} +2 -2
- package/lib/{NewOrganization-Hxxn4-k4.js.map → NewOrganization-B9OBvwrg.js.map} +1 -1
- package/lib/{PermissionConfigurationDetails-CJcSss28.js → PermissionConfigurationDetails-D2_uaUoq.js} +3 -3
- package/lib/{PermissionConfigurationDetails-CJcSss28.js.map → PermissionConfigurationDetails-D2_uaUoq.js.map} +1 -1
- package/lib/{PermissionDetails-BOJRAjh9.js → PermissionDetails-DSi3LsGa.js} +2 -2
- package/lib/{PermissionDetails-BOJRAjh9.js.map → PermissionDetails-DSi3LsGa.js.map} +1 -1
- package/lib/{RealmSection-BO0NbM4t.js → RealmSection-XigBuMG8.js} +2 -2
- package/lib/{RealmSection-BO0NbM4t.js.map → RealmSection-XigBuMG8.js.map} +1 -1
- package/lib/{ResourceDetails-CdDFx-eb.js → ResourceDetails-D8N9yjA2.js} +3 -3
- package/lib/{ResourceDetails-CdDFx-eb.js.map → ResourceDetails-D8N9yjA2.js.map} +1 -1
- package/lib/{ScopeDetails-BSj8UT-y.js → ScopeDetails-DeSa9k9z.js} +2 -2
- package/lib/{ScopeDetails-BSj8UT-y.js.map → ScopeDetails-DeSa9k9z.js.map} +1 -1
- package/lib/{ScopePicker-CI3R7QiH.js → ScopePicker-B9v8u3AN.js} +2 -2
- package/lib/{ScopePicker-CI3R7QiH.js.map → ScopePicker-B9v8u3AN.js.map} +1 -1
- package/lib/{index-CjhFLbaH.js → index-BmccfL6w.js} +372 -359
- package/lib/{index-CjhFLbaH.js.map → index-BmccfL6w.js.map} +1 -1
- package/lib/keycloak-admin-ui.js +1 -1
- package/package.json +3 -3
@@ -101,7 +101,7 @@ class Uo extends Error {
|
|
101
101
|
super(t), this.response = n.response, this.responseData = n.responseData;
|
102
102
|
}
|
103
103
|
}
|
104
|
-
async function
|
104
|
+
async function Es(e, t) {
|
105
105
|
const n = await fetch(e, t);
|
106
106
|
if (!n.ok) {
|
107
107
|
const a = await CR(n), i = L6(a);
|
@@ -197,7 +197,7 @@ class M6 {
|
|
197
197
|
]), b = {};
|
198
198
|
t === "GET" ? Object.assign(b, a) : g.get("content-type") === "text/plain" || a instanceof FormData ? h.body = a : h.body = l && typeof a[l] == "string" ? a[l] : JSON.stringify(l ? a[l] : a), h.body && !g.has("content-type") && !(a instanceof FormData) && g.set("content-type", "application/json"), s && Object.assign(b, s), m.search = _R(b);
|
199
199
|
try {
|
200
|
-
const y = await
|
200
|
+
const y = await Es(m, {
|
201
201
|
...h,
|
202
202
|
headers: g,
|
203
203
|
method: t
|
@@ -2441,7 +2441,7 @@ const xR = "http://127.0.0.1:8180", wR = "master", eF = (e) => btoa(Array.from(e
|
|
2441
2441
|
l.set("authorization", `Basic ${tF(`${u}:${p}`)}`);
|
2442
2442
|
}
|
2443
2443
|
l.set("content-type", "application/x-www-form-urlencoded");
|
2444
|
-
const d = await (await
|
2444
|
+
const d = await (await Es(a, {
|
2445
2445
|
...o,
|
2446
2446
|
method: "POST",
|
2447
2447
|
headers: l,
|
@@ -3469,11 +3469,11 @@ function QF(e) {
|
|
3469
3469
|
function mi(e) {
|
3470
3470
|
return e ? (e.nodeName || "").toLowerCase() : null;
|
3471
3471
|
}
|
3472
|
-
function
|
3472
|
+
function Ss(e) {
|
3473
3473
|
return (wd(e) ? e.ownerDocument : e.document).documentElement;
|
3474
3474
|
}
|
3475
3475
|
function $v(e) {
|
3476
|
-
return xd(
|
3476
|
+
return xd(Ss(e)).left + Hv(e).scrollLeft;
|
3477
3477
|
}
|
3478
3478
|
function ss(e) {
|
3479
3479
|
return Bi(e).getComputedStyle(e);
|
@@ -3483,7 +3483,7 @@ function zv(e) {
|
|
3483
3483
|
return /auto|scroll|overlay|hidden/.test(t + a + n);
|
3484
3484
|
}
|
3485
3485
|
function JF(e, t, n = !1) {
|
3486
|
-
const a =
|
3486
|
+
const a = Ss(t), i = xd(e), s = Pi(t);
|
3487
3487
|
let o = { scrollLeft: 0, scrollTop: 0 }, l = { x: 0, y: 0 };
|
3488
3488
|
return (s || !s && !n) && ((mi(t) !== "body" || // https://github.com/popperjs/popper-core/issues/1078
|
3489
3489
|
zv(a)) && (o = QF(t)), Pi(t) ? (l = xd(t), l.x += t.clientLeft, l.y += t.clientTop) : a && (l.x = $v(a))), {
|
@@ -3509,7 +3509,7 @@ function Lm(e) {
|
|
3509
3509
|
// $FlowFixMe: need a better way to handle this...
|
3510
3510
|
e.host || // ShadowRoot detected
|
3511
3511
|
// $FlowFixMe: HTMLElement is a Node
|
3512
|
-
|
3512
|
+
Ss(e)
|
3513
3513
|
);
|
3514
3514
|
}
|
3515
3515
|
function HR(e) {
|
@@ -3528,7 +3528,7 @@ function nx(e) {
|
|
3528
3528
|
return null;
|
3529
3529
|
const t = e.offsetParent;
|
3530
3530
|
if (t) {
|
3531
|
-
const n =
|
3531
|
+
const n = Ss(t);
|
3532
3532
|
if (mi(t) === "body" && ss(t).position === "static" && ss(n).position !== "static")
|
3533
3533
|
return n;
|
3534
3534
|
}
|
@@ -3602,7 +3602,7 @@ function b5(e) {
|
|
3602
3602
|
return Object.keys(t).map((n) => t[n]);
|
3603
3603
|
}
|
3604
3604
|
function y5(e) {
|
3605
|
-
const t = Bi(e), n =
|
3605
|
+
const t = Bi(e), n = Ss(e), a = t.visualViewport;
|
3606
3606
|
let i = n.clientWidth, s = n.clientHeight, o = 0, l = 0;
|
3607
3607
|
return a && (i = a.width, s = a.height, /^((?!chrome|android).)*safari/i.test(navigator.userAgent) || (o = a.offsetLeft, l = a.offsetTop)), {
|
3608
3608
|
width: i,
|
@@ -3612,7 +3612,7 @@ function y5(e) {
|
|
3612
3612
|
};
|
3613
3613
|
}
|
3614
3614
|
function v5(e) {
|
3615
|
-
const t =
|
3615
|
+
const t = Ss(e), n = Hv(e), a = e.ownerDocument.body, i = Math.max(t.scrollWidth, t.clientWidth, a ? a.scrollWidth : 0, a ? a.clientWidth : 0), s = Math.max(t.scrollHeight, t.clientHeight, a ? a.scrollHeight : 0, a ? a.clientHeight : 0);
|
3616
3616
|
let o = -n.scrollLeft + $v(e);
|
3617
3617
|
const l = -n.scrollTop;
|
3618
3618
|
return ss(a || t).direction === "rtl" && (o += Math.max(t.clientWidth, a ? a.clientWidth : 0) - i), { width: i, height: s, x: o, y: l };
|
@@ -3639,7 +3639,7 @@ function E5(e) {
|
|
3639
3639
|
return t.top = t.top + e.clientTop, t.left = t.left + e.clientLeft, t.bottom = t.top + e.clientHeight, t.right = t.left + e.clientWidth, t.width = e.clientWidth, t.height = e.clientHeight, t.x = t.left, t.y = t.top, t;
|
3640
3640
|
}
|
3641
3641
|
function rx(e, t) {
|
3642
|
-
return t === $R ? gy(y5(e)) : Pi(t) ? E5(t) : gy(v5(
|
3642
|
+
return t === $R ? gy(y5(e)) : Pi(t) ? E5(t) : gy(v5(Ss(e)));
|
3643
3643
|
}
|
3644
3644
|
function S5(e) {
|
3645
3645
|
const t = od(Lm(e)), a = ["absolute", "fixed"].indexOf(ss(e).position) >= 0 && Pi(e) ? ru(e) : e;
|
@@ -3721,7 +3721,7 @@ function KR(e, t) {
|
|
3721
3721
|
return t.reduce((n, a) => (n[a] = e, n), {});
|
3722
3722
|
}
|
3723
3723
|
function kd(e, t = {}) {
|
3724
|
-
const { placement: n = e.placement, boundary: a = n5, rootBoundary: i = $R, elementContext: s = Uc, altBoundary: o = !1, padding: l = 0 } = t, c = qR(typeof l != "number" ? l : KR(l, iu)), d = s === Uc ? a5 : Uc, u = e.elements.reference, p = e.rects.popper, f = e.elements[o ? d : s], m = T5(wd(f) ? f : f.contextElement ||
|
3724
|
+
const { placement: n = e.placement, boundary: a = n5, rootBoundary: i = $R, elementContext: s = Uc, altBoundary: o = !1, padding: l = 0 } = t, c = qR(typeof l != "number" ? l : KR(l, iu)), d = s === Uc ? a5 : Uc, u = e.elements.reference, p = e.rects.popper, f = e.elements[o ? d : s], m = T5(wd(f) ? f : f.contextElement || Ss(e.elements.popper), a, i), h = xd(u), g = jR({
|
3725
3725
|
reference: h,
|
3726
3726
|
element: p,
|
3727
3727
|
placement: n
|
@@ -3880,7 +3880,7 @@ function ox({ popper: e, popperRect: t, placement: n, offsets: a, position: i, g
|
|
3880
3880
|
const m = window;
|
3881
3881
|
if (o) {
|
3882
3882
|
let g = ru(e);
|
3883
|
-
g === Bi(e) && (g =
|
3883
|
+
g === Bi(e) && (g = Ss(e)), n === zr && (f = li, c -= g.clientHeight - t.height, c *= s ? 1 : -1), n === Gr && (p = ci, l -= g.clientWidth - t.width, l *= s ? 1 : -1);
|
3884
3884
|
}
|
3885
3885
|
const h = Object.assign({ position: i }, o && w5);
|
3886
3886
|
return s ? Object.assign(Object.assign({}, h), {
|
@@ -4214,7 +4214,7 @@ const X5 = {
|
|
4214
4214
|
"left-end": "right-start",
|
4215
4215
|
"right-start": "left-end",
|
4216
4216
|
"right-end": "left-start"
|
4217
|
-
}, aU = (e) => e.replace(/left|right|bottom|top|top-start|top-end|bottom-start|bottom-end|right-start|right-end|left-start|left-end/g, (t) => nU[t]), rU = (e) => `opacity ${e}ms cubic-bezier(.54, 1.5, .38, 1.11)`,
|
4217
|
+
}, aU = (e) => e.replace(/left|right|bottom|top|top-start|top-end|bottom-start|bottom-end|right-start|right-end|left-start|left-end/g, (t) => nU[t]), rU = (e) => `opacity ${e}ms cubic-bezier(.54, 1.5, .38, 1.11)`, Ts = ({ trigger: e, popper: t, direction: n = "down", position: a = "start", placement: i, width: s, minWidth: o = "trigger", maxWidth: l, appendTo: c = "inline", zIndex: d = 9999, isVisible: u = !0, positionModifiers: p, distance: f = 0, onMouseEnter: m, onMouseLeave: h, onFocus: g, onBlur: b, onDocumentClick: y, onTriggerClick: v, onTriggerEnter: S, onPopperClick: I, onPopperMouseEnter: T, onPopperMouseLeave: A, onDocumentKeyDown: k, enableFlip: O = !0, flipBehavior: x = "flip", triggerRef: L, popperRef: D, animationDuration: w = 0, entryDelay: R = 0, exitDelay: C = 0, onHidden: M = () => {
|
4218
4218
|
}, onHide: V = () => {
|
4219
4219
|
}, onMount: G = () => {
|
4220
4220
|
}, onShow: Z = () => {
|
@@ -4368,7 +4368,7 @@ const X5 = {
|
|
4368
4368
|
de && X && qu()
|
4369
4369
|
);
|
4370
4370
|
};
|
4371
|
-
|
4371
|
+
Ts.displayName = "Popper";
|
4372
4372
|
const Hp = (e, t, n = (d) => document.activeElement.contains(d), a = (d) => d, i = ["A", "BUTTON", "INPUT"], s = !1, o = !1, l = !0, c = !0) => {
|
4373
4373
|
const d = document.activeElement, u = e.key;
|
4374
4374
|
let p = null;
|
@@ -4539,7 +4539,7 @@ var $p;
|
|
4539
4539
|
(function(e) {
|
4540
4540
|
e.sm = "sm", e.md = "md", e.lg = "lg", e.xl = "xl";
|
4541
4541
|
})($p || ($p = {}));
|
4542
|
-
const
|
4542
|
+
const Cs = (e) => {
|
4543
4543
|
var { className: t = "", size: n = "xl", "aria-valuetext": a = "Loading...", diameter: i, isInline: s = !1, "aria-label": o, "aria-labelledBy": l } = e, c = ve(e, ["className", "size", "aria-valuetext", "diameter", "isInline", "aria-label", "aria-labelledBy"]);
|
4544
4544
|
return E.createElement(
|
4545
4545
|
"svg",
|
@@ -4547,7 +4547,7 @@ const Ts = (e) => {
|
|
4547
4547
|
E.createElement("circle", { className: Zu.spinnerPath, cx: "50", cy: "50", r: "45", fill: "none" })
|
4548
4548
|
);
|
4549
4549
|
};
|
4550
|
-
|
4550
|
+
Cs.displayName = "Spinner";
|
4551
4551
|
const lh = {
|
4552
4552
|
badge: "pf-v5-c-badge",
|
4553
4553
|
modifiers: {
|
@@ -4594,7 +4594,7 @@ const oU = (e) => {
|
|
4594
4594
|
c && E.createElement(
|
4595
4595
|
"span",
|
4596
4596
|
{ className: q(Qn.buttonProgress) },
|
4597
|
-
E.createElement(
|
4597
|
+
E.createElement(Cs, { size: $p.md, isInline: g, "aria-valuetext": u, "aria-label": f, "aria-labelledby": p })
|
4598
4598
|
),
|
4599
4599
|
y === Ne.plain && t === null && I ? I : null,
|
4600
4600
|
y !== Ne.plain && I && (v === "start" || v === "left") && E.createElement("span", { className: q(Qn.buttonIcon, Qn.modifiers.start) }, I),
|
@@ -4817,7 +4817,7 @@ const un = (e) => {
|
|
4817
4817
|
), H = (j, Q) => {
|
4818
4818
|
w ? Z() : j.target === Q && G();
|
4819
4819
|
}, z = () => g === "describedby" && v && v.props && !v.props["aria-describedby"] ? E.cloneElement(v, { "aria-describedby": y }) : g === "labelledby" && v.props && !v.props["aria-labelledby"] ? E.cloneElement(v, { "aria-labelledby": y }) : v;
|
4820
|
-
return E.createElement(
|
4820
|
+
return E.createElement(Ts, { trigger: g !== "none" && w ? z() : v, triggerRef: I, popper: U, popperRef: C, minWidth: f !== void 0 ? f : "revert", appendTo: u, isVisible: w, positionModifiers: W, distance: h, placement: n, onMouseEnter: O && G, onMouseLeave: O && Z, onPopperMouseEnter: O && G, onPopperMouseLeave: O && Z, onFocus: x && G, onBlur: x && Z, onDocumentClick: L && H, onDocumentKeyDown: D ? null : M, onTriggerEnter: D ? null : V, enableFlip: o, zIndex: p, flipBehavior: b, animationDuration: S, entryDelay: c, exitDelay: d, onHidden: A });
|
4821
4821
|
};
|
4822
4822
|
un.displayName = "Tooltip";
|
4823
4823
|
const pU = {
|
@@ -4848,7 +4848,7 @@ const pU = {
|
|
4848
4848
|
svgPath: "M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z",
|
4849
4849
|
yOffset: 0,
|
4850
4850
|
xOffset: 0
|
4851
|
-
},
|
4851
|
+
}, _s = yt(hU), gU = {
|
4852
4852
|
name: "BellIcon",
|
4853
4853
|
height: 1024,
|
4854
4854
|
width: 896,
|
@@ -4861,7 +4861,7 @@ const pU = {
|
|
4861
4861
|
success: E.createElement(Bo, null),
|
4862
4862
|
danger: E.createElement(ao, null),
|
4863
4863
|
warning: E.createElement(lc, null),
|
4864
|
-
info: E.createElement(
|
4864
|
+
info: E.createElement(_s, null),
|
4865
4865
|
custom: E.createElement(Pm, null)
|
4866
4866
|
}, f = !Cp(i) && i;
|
4867
4867
|
Od(() => {
|
@@ -5037,7 +5037,7 @@ const er = {
|
|
5037
5037
|
success: Bo,
|
5038
5038
|
danger: ao,
|
5039
5039
|
warning: lc,
|
5040
|
-
info:
|
5040
|
+
info: _s,
|
5041
5041
|
custom: Pm
|
5042
5042
|
}, vU = (e) => {
|
5043
5043
|
var { variant: t, customIcon: n, className: a = "" } = e, i = ve(e, ["variant", "customIcon", "className"]);
|
@@ -5213,7 +5213,7 @@ class sN extends E.Component {
|
|
5213
5213
|
}
|
5214
5214
|
}
|
5215
5215
|
sN.displayName = "AlertGroup";
|
5216
|
-
const
|
5216
|
+
const zs = {
|
5217
5217
|
avatar: "pf-v5-c-avatar",
|
5218
5218
|
modifiers: {
|
5219
5219
|
light: "pf-m-light",
|
@@ -5225,7 +5225,7 @@ const $s = {
|
|
5225
5225
|
}
|
5226
5226
|
}, oN = (e) => {
|
5227
5227
|
var { className: t = "", src: n = "", alt: a, border: i, size: s } = e, o = ve(e, ["className", "src", "alt", "border", "size"]);
|
5228
|
-
return E.createElement("img", Object.assign({ src: n, alt: a, className: q(
|
5228
|
+
return E.createElement("img", Object.assign({ src: n, alt: a, className: q(zs.avatar, zs.modifiers[s], i === "light" && zs.modifiers.light, i === "dark" && zs.modifiers.dark, t) }, o));
|
5229
5229
|
};
|
5230
5230
|
oN.displayName = "Avatar";
|
5231
5231
|
const SU = {
|
@@ -5503,7 +5503,7 @@ const _t = {
|
|
5503
5503
|
class Um extends E.Component {
|
5504
5504
|
constructor(t) {
|
5505
5505
|
super(t), this.menuRef = E.createRef(), this.activeMenu = null, this.state = {
|
5506
|
-
ouiaStateId: kr(
|
5506
|
+
ouiaStateId: kr(Qs.displayName),
|
5507
5507
|
transitionMoveTarget: null,
|
5508
5508
|
flyoutRef: null,
|
5509
5509
|
disableHover: !1,
|
@@ -5616,7 +5616,7 @@ class Um extends E.Component {
|
|
5616
5616
|
((M = R.firstChild) === null || M === void 0 ? void 0 : M.tagName) === "DIV" && R.querySelector("a, button, input") || // For aria-disabled element that is rendered inside a div with "display: contents" styling
|
5617
5617
|
R.firstChild;
|
5618
5618
|
}, noHorizontalArrowHandling: document.activeElement && (document.activeElement.classList.contains(xi.breadcrumbLink) || document.activeElement.classList.contains(hx.dropdownToggle) || document.activeElement.tagName === "INPUT"), noEnterHandling: !0, noSpaceHandling: !0 }),
|
5619
|
-
E.createElement("div", Object.assign({ id: n, className: q(_t.menu, h && _t.modifiers.plain, g && _t.modifiers.scrollable, u && _t.modifiers.flyout, p && _t.modifiers.nav, f && _t.modifiers.drilldown, w && _t.modifiers.drilledIn, i), ref: this.menuRef }, va(
|
5619
|
+
E.createElement("div", Object.assign({ id: n, className: q(_t.menu, h && _t.modifiers.plain, g && _t.modifiers.scrollable, u && _t.modifiers.flyout, p && _t.modifiers.nav, f && _t.modifiers.drilldown, w && _t.modifiers.drilledIn, i), ref: this.menuRef }, va(Qs.displayName, c !== void 0 ? c : this.state.ouiaStateId, d), D), a)
|
5620
5620
|
);
|
5621
5621
|
}
|
5622
5622
|
}
|
@@ -5629,8 +5629,8 @@ Um.defaultProps = {
|
|
5629
5629
|
isScrollable: !1,
|
5630
5630
|
role: "menu"
|
5631
5631
|
};
|
5632
|
-
const
|
5633
|
-
|
5632
|
+
const Qs = E.forwardRef((e, t) => E.createElement(Um, Object.assign({}, e, { innerRef: t })));
|
5633
|
+
Qs.displayName = "Menu";
|
5634
5634
|
const xU = {
|
5635
5635
|
name: "--pf-v5-c-menu__content--Height"
|
5636
5636
|
}, wU = {
|
@@ -5953,13 +5953,13 @@ const UU = (e) => {
|
|
5953
5953
|
A
|
5954
5954
|
]);
|
5955
5955
|
const w = fe.createElement(
|
5956
|
-
|
5956
|
+
Qs,
|
5957
5957
|
Object.assign({ role: b, className: q(n), ref: L, onSelect: (R, C) => {
|
5958
5958
|
a && a(R, C), l && D.current.focus();
|
5959
5959
|
}, isPlain: m, selected: s, isScrollable: I ?? (v !== void 0 || S !== void 0) }, va(ca.displayName, k.ouiaId !== void 0 ? k.ouiaId : kr(ca.displayName), k.ouiaSafe !== void 0 ? k.ouiaSafe : !0), k),
|
5960
5960
|
fe.createElement(cc, { menuHeight: v, maxMenuHeight: S }, t)
|
5961
5961
|
);
|
5962
|
-
return fe.createElement(
|
5962
|
+
return fe.createElement(Ts, Object.assign({ trigger: typeof o == "function" ? o(D) : o.toggleNode, triggerRef: D, popper: w, popperRef: L, isVisible: i, zIndex: g }, y));
|
5963
5963
|
}, ca = fe.forwardRef((e, t) => fe.createElement(UU, Object.assign({ innerRef: t }, e)));
|
5964
5964
|
ca.displayName = "Select";
|
5965
5965
|
const Iy = (e) => {
|
@@ -6011,10 +6011,10 @@ const Vn = {
|
|
6011
6011
|
yOffset: 0,
|
6012
6012
|
xOffset: 0
|
6013
6013
|
}, Vl = yt(HU);
|
6014
|
-
var
|
6014
|
+
var Ws;
|
6015
6015
|
(function(e) {
|
6016
6016
|
e.success = "success", e.danger = "danger", e.warning = "warning";
|
6017
|
-
})(
|
6017
|
+
})(Ws || (Ws = {}));
|
6018
6018
|
class hN extends E.Component {
|
6019
6019
|
constructor() {
|
6020
6020
|
super(...arguments), this.displayName = "MenuToggleBase", this.state = {
|
@@ -6026,13 +6026,13 @@ class hN extends E.Component {
|
|
6026
6026
|
let O = m;
|
6027
6027
|
if (!m)
|
6028
6028
|
switch (f) {
|
6029
|
-
case
|
6029
|
+
case Ws.success:
|
6030
6030
|
O = E.createElement(Bo, { "aria-hidden": "true" });
|
6031
6031
|
break;
|
6032
|
-
case
|
6032
|
+
case Ws.warning:
|
6033
6033
|
O = E.createElement(lc, { "aria-hidden": "true" });
|
6034
6034
|
break;
|
6035
|
-
case
|
6035
|
+
case Ws.danger:
|
6036
6036
|
O = E.createElement(ao, { "aria-hidden": "true" });
|
6037
6037
|
break;
|
6038
6038
|
}
|
@@ -6527,7 +6527,7 @@ const cu = (e) => {
|
|
6527
6527
|
});
|
6528
6528
|
};
|
6529
6529
|
cu.displayName = "CardHeader";
|
6530
|
-
const
|
6530
|
+
const Ls = {
|
6531
6531
|
chip: "pf-v5-c-chip",
|
6532
6532
|
chipActions: "pf-v5-c-chip__actions",
|
6533
6533
|
chipContent: "pf-v5-c-chip__content",
|
@@ -6563,11 +6563,11 @@ class ln extends E.Component {
|
|
6563
6563
|
} = n, g = ve(n, ["badge", "children", "className", "onClick", "ouiaId", "textMaxWidth", "style", "component", "tooltipPosition", "isOverflowChip", "closeBtnAriaLabel", "isReadOnly"]), b = u;
|
6564
6564
|
return E.createElement(
|
6565
6565
|
b,
|
6566
|
-
Object.assign({ onClick: o }, c && Object.assign({ style: this.setChipStyle() }, d), { className: q(
|
6566
|
+
Object.assign({ onClick: o }, c && Object.assign({ style: this.setChipStyle() }, d), { className: q(Ls.chip, Ls.modifiers.overflow, s) }, u === "button" ? { type: "button" } : {}, va("OverflowChip", l !== void 0 ? l : this.state.ouiaStateId), g),
|
6567
6567
|
E.createElement(
|
6568
6568
|
"span",
|
6569
|
-
{ className: q(
|
6570
|
-
E.createElement("span", { className: q(
|
6569
|
+
{ className: q(Ls.chipContent) },
|
6570
|
+
E.createElement("span", { className: q(Ls.chipText) }, i),
|
6571
6571
|
a && a
|
6572
6572
|
)
|
6573
6573
|
);
|
@@ -6612,16 +6612,16 @@ class ln extends E.Component {
|
|
6612
6612
|
b,
|
6613
6613
|
Object.assign({}, h && {
|
6614
6614
|
style: this.setChipStyle()
|
6615
|
-
}, { className: q(
|
6615
|
+
}, { className: q(Ls.chip, s) }, this.state.isTooltipVisible && { tabIndex: 0 }, va(ln.displayName, m !== void 0 ? m : this.state.ouiaStateId), g),
|
6616
6616
|
E.createElement(
|
6617
6617
|
"span",
|
6618
|
-
{ className: q(
|
6619
|
-
E.createElement("span", { ref: this.span, className: q(
|
6618
|
+
{ className: q(Ls.chipContent) },
|
6619
|
+
E.createElement("span", { ref: this.span, className: q(Ls.chipText), id: t }, i),
|
6620
6620
|
a && a
|
6621
6621
|
),
|
6622
6622
|
!c && E.createElement(
|
6623
6623
|
"span",
|
6624
|
-
{ className: q(
|
6624
|
+
{ className: q(Ls.chipActions) },
|
6625
6625
|
E.createElement(
|
6626
6626
|
J,
|
6627
6627
|
{ onClick: o, variant: "plain", "aria-label": l, id: `remove_${t}`, "aria-labelledby": `remove_${t} ${t}`, ouiaId: m || l },
|
@@ -7397,7 +7397,7 @@ const XU = {
|
|
7397
7397
|
return E.createElement(
|
7398
7398
|
YU.Provider,
|
7399
7399
|
{ value: { headerComponent: p } },
|
7400
|
-
E.createElement(
|
7400
|
+
E.createElement(Ts, { trigger: t, triggerRef: Z, popper: pe, popperRef: Te, minWidth: x, appendTo: b, isVisible: Q, onMouseEnter: O === "hover" && re, onMouseLeave: O === "hover" && $, onPopperMouseEnter: O === "hover" && re, onPopperMouseLeave: O === "hover" && $, onFocus: O === "hover" && X, onBlur: O === "hover" && ne, positionModifiers: be, distance: R, placement: n, onTriggerClick: O === "click" && ee, onDocumentClick: le, onDocumentKeyDown: Se, enableFlip: a, zIndex: k, flipBehavior: C, animationDuration: M, onHidden: S, onShown: T, onHide: () => me(!1) })
|
7401
7401
|
);
|
7402
7402
|
};
|
7403
7403
|
fi.displayName = "Popover";
|
@@ -7943,10 +7943,10 @@ const In = {
|
|
7943
7943
|
staticOn_2xl: "pf-m-static-on-2xl"
|
7944
7944
|
}
|
7945
7945
|
};
|
7946
|
-
var
|
7946
|
+
var Ys;
|
7947
7947
|
(function(e) {
|
7948
7948
|
e.default = "default", e.light200 = "light-200", e.noBackground = "no-background";
|
7949
|
-
})(
|
7949
|
+
})(Ys || (Ys = {}));
|
7950
7950
|
const sE = E.createContext({
|
7951
7951
|
isExpanded: !1,
|
7952
7952
|
isStatic: !1,
|
@@ -7973,12 +7973,12 @@ const GN = (e) => {
|
|
7973
7973
|
};
|
7974
7974
|
GN.displayName = "DrawerMain";
|
7975
7975
|
const lE = (e) => {
|
7976
|
-
var { className: t = "", children: n, panelContent: a, colorVariant: i =
|
7976
|
+
var { className: t = "", children: n, panelContent: a, colorVariant: i = Ys.default } = e, s = ve(e, ["className", "children", "panelContent", "colorVariant"]);
|
7977
7977
|
const { drawerContentRef: o } = E.useContext(sE);
|
7978
7978
|
return E.createElement(
|
7979
7979
|
GN,
|
7980
7980
|
null,
|
7981
|
-
E.createElement("div", Object.assign({ className: q(In.drawerContent, i ===
|
7981
|
+
E.createElement("div", Object.assign({ className: q(In.drawerContent, i === Ys.light200 && In.modifiers.light_200, i === Ys.noBackground && In.modifiers.noBackground, t), ref: o }, s), n),
|
7982
7982
|
a
|
7983
7983
|
);
|
7984
7984
|
};
|
@@ -8009,9 +8009,9 @@ const bh = {
|
|
8009
8009
|
}, pB = {
|
8010
8010
|
name: "--pf-v5-c-drawer__panel--md--FlexBasis--max"
|
8011
8011
|
};
|
8012
|
-
let
|
8012
|
+
let Ds = null, Bc = 0;
|
8013
8013
|
const dE = (e) => {
|
8014
|
-
var { className: t = "", id: n, children: a, hasNoBorder: i = !1, isResizable: s = !1, onResize: o, minSize: l, defaultSize: c, maxSize: d, increment: u = 5, resizeAriaLabel: p = "Resize", widths: f, colorVariant: m =
|
8014
|
+
var { className: t = "", id: n, children: a, hasNoBorder: i = !1, isResizable: s = !1, onResize: o, minSize: l, defaultSize: c, maxSize: d, increment: u = 5, resizeAriaLabel: p = "Resize", widths: f, colorVariant: m = Ys.default, focusTrap: h } = e, g = ve(e, ["className", "id", "children", "hasNoBorder", "isResizable", "onResize", "minSize", "defaultSize", "maxSize", "increment", "resizeAriaLabel", "widths", "colorVariant", "focusTrap"]);
|
8015
8015
|
const b = E.useRef(), y = E.useRef(), [v, S] = E.useState(0), { position: I, isExpanded: T, isStatic: A, onExpand: k, drawerRef: O, drawerContentRef: x, isInline: L } = E.useContext(sE), D = A ? !1 : !T, [w, R] = E.useState(!D), [C, M] = E.useState(!1), V = E.useRef(null);
|
8016
8016
|
let G = 0, Z, W, P, U, H = !0;
|
8017
8017
|
A && h?.enabled && console.warn("DrawerPanelContent: The focusTrap.enabled prop cannot be true if the Drawer's isStatic prop is true. This will cause a permanent focus trap."), E.useEffect(() => {
|
@@ -8024,9 +8024,9 @@ const dE = (e) => {
|
|
8024
8024
|
const ne = re / $ * 100;
|
8025
8025
|
return Math.round((ne + Number.EPSILON) * 100) / 100;
|
8026
8026
|
}, j = (re) => {
|
8027
|
-
re.stopPropagation(), document.addEventListener("touchmove", Oe, { passive: !1 }), document.addEventListener("touchend", be),
|
8027
|
+
re.stopPropagation(), document.addEventListener("touchmove", Oe, { passive: !1 }), document.addEventListener("touchend", be), Ds = !0;
|
8028
8028
|
}, Q = (re) => {
|
8029
|
-
re.stopPropagation(), re.preventDefault(), document.addEventListener("mousemove", Ae), document.addEventListener("mouseup", B), O.current.classList.add(q(In.modifiers.resizing)),
|
8029
|
+
re.stopPropagation(), re.preventDefault(), document.addEventListener("mousemove", Ae), document.addEventListener("mouseup", B), O.current.classList.add(q(In.modifiers.resizing)), Ds = !0, H = !0;
|
8030
8030
|
}, te = (re) => {
|
8031
8031
|
const $ = I === "bottom" ? re.clientY : re.clientX;
|
8032
8032
|
me(re, $);
|
@@ -8036,20 +8036,20 @@ const dE = (e) => {
|
|
8036
8036
|
me(re, $);
|
8037
8037
|
}, me = (re, $) => {
|
8038
8038
|
const X = wl(b.current) === "rtl";
|
8039
|
-
if (re.stopPropagation(), !
|
8039
|
+
if (re.stopPropagation(), !Ds)
|
8040
8040
|
return;
|
8041
8041
|
H && (Z = b.current.getBoundingClientRect(), X ? (P = Z.right, W = Z.left) : (W = Z.right, P = Z.left), U = Z.bottom, H = !1);
|
8042
8042
|
const ne = $;
|
8043
8043
|
let he = 0;
|
8044
8044
|
I === "end" || I === "right" ? he = X ? ne - W : W - ne : I === "start" || I === "left" ? he = X ? P - ne : ne - P : he = U - ne, I === "bottom" && (b.current.style.overflowAnchor = "none"), b.current.style.setProperty(bh.name, he + "px"), G = he, S(z());
|
8045
8045
|
}, Te = (re) => {
|
8046
|
-
|
8046
|
+
Ds && (O.current.classList.remove(q(In.modifiers.resizing)), Ds = !1, o && o(re, G, n), H = !0, document.removeEventListener("mousemove", Ae), document.removeEventListener("mouseup", B));
|
8047
8047
|
}, de = (re) => {
|
8048
|
-
re.stopPropagation(),
|
8048
|
+
re.stopPropagation(), Ds && (Ds = !1, o && o(re, G, n), document.removeEventListener("touchmove", Oe), document.removeEventListener("touchend", be));
|
8049
8049
|
}, Ae = E.useCallback(te, []), be = E.useCallback(de, []), Oe = E.useCallback(ce, []), B = E.useCallback(Te, []), Se = (re) => {
|
8050
8050
|
const $ = wl(b.current) === "rtl", X = re.key;
|
8051
8051
|
if (X !== "Escape" && X !== "Enter" && X !== "ArrowUp" && X !== "ArrowDown" && X !== "ArrowLeft" && X !== "ArrowRight") {
|
8052
|
-
|
8052
|
+
Ds && re.preventDefault();
|
8053
8053
|
return;
|
8054
8054
|
}
|
8055
8055
|
re.preventDefault(), (X === "Escape" || X === "Enter") && o && o(re, G, n);
|
@@ -8083,7 +8083,7 @@ const dE = (e) => {
|
|
8083
8083
|
escapeDeactivates: !1
|
8084
8084
|
}
|
8085
8085
|
};
|
8086
|
-
return E.createElement(Y, Object.assign({}, ee && $, { id: n || re, className: q(In.drawerPanel, s && In.modifiers.resizable, i && In.modifiers.noBorder, kt(f, In), m ===
|
8086
|
+
return E.createElement(Y, Object.assign({}, ee && $, { id: n || re, className: q(In.drawerPanel, s && In.modifiers.resizable, i && In.modifiers.noBorder, kt(f, In), m === Ys.light200 && In.modifiers.light_200, m === Ys.noBackground && In.modifiers.noBackground, t), onTransitionEnd: (X) => {
|
8087
8087
|
X.target === b.current && (!D && X.nativeEvent.propertyName === "transform" && k(X), R(!D), ee && X.nativeEvent.propertyName === "transform" && M((ne) => !ne));
|
8088
8088
|
}, hidden: D }, (c || l || d) && {
|
8089
8089
|
style: le
|
@@ -8135,14 +8135,14 @@ const mB = (e) => {
|
|
8135
8135
|
T
|
8136
8136
|
]);
|
8137
8137
|
const w = v !== void 0 || y !== void 0 || u, R = fe.createElement(
|
8138
|
-
|
8138
|
+
Qs,
|
8139
8139
|
Object.assign({ className: q(n), ref: L, onSelect: (C, M) => {
|
8140
8140
|
var V;
|
8141
8141
|
a && a(C, M), o && ((V = D.current) === null || V === void 0 || V.focus());
|
8142
8142
|
}, isPlain: d, isScrollable: w }, A, x),
|
8143
8143
|
fe.createElement(cc, { menuHeight: y, maxMenuHeight: v }, t)
|
8144
8144
|
);
|
8145
|
-
return fe.createElement(
|
8145
|
+
return fe.createElement(Ts, Object.assign({ trigger: typeof s == "function" ? s(D) : s.toggleNode, triggerRef: D, popper: R, popperRef: L, isVisible: i, zIndex: h }, g));
|
8146
8146
|
}, hn = fe.forwardRef((e, t) => fe.createElement(mB, Object.assign({ innerRef: t }, e)));
|
8147
8147
|
hn.displayName = "Dropdown";
|
8148
8148
|
const qN = (e) => {
|
@@ -8194,7 +8194,7 @@ const hB = {
|
|
8194
8194
|
}
|
8195
8195
|
}, fs = (e) => {
|
8196
8196
|
var { children: t, className: n, progressIcon: a, size: i, iconSize: s, progressIconSize: o, status: l, isInline: c = !1, isInProgress: d = !1, defaultProgressArialabel: u = "Loading...", shouldMirrorRTL: p = !1 } = e, f = ve(e, ["children", "className", "progressIcon", "size", "iconSize", "progressIconSize", "status", "isInline", "isInProgress", "defaultProgressArialabel", "shouldMirrorRTL"]);
|
8197
|
-
const m = a ?? E.createElement(
|
8197
|
+
const m = a ?? E.createElement(Cs, { diameter: "1em", "aria-label": u });
|
8198
8198
|
return E.createElement(
|
8199
8199
|
"span",
|
8200
8200
|
Object.assign({ className: q(qi.icon, c && qi.modifiers.inline, d && qi.modifiers.inProgress, qi.modifiers[i], n) }, f),
|
@@ -8217,7 +8217,7 @@ const vB = {
|
|
8217
8217
|
svgPath: "M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z",
|
8218
8218
|
yOffset: 0,
|
8219
8219
|
xOffset: 0
|
8220
|
-
},
|
8220
|
+
}, Js = yt(EB), SB = {
|
8221
8221
|
name: "ArrowRightIcon",
|
8222
8222
|
height: 512,
|
8223
8223
|
width: 448,
|
@@ -8506,7 +8506,7 @@ const XN = (e) => {
|
|
8506
8506
|
return E.createElement(
|
8507
8507
|
$o,
|
8508
8508
|
Object.assign({ isDisabled: w }, pt),
|
8509
|
-
E.createElement(zo, { hint: d, icon: E.createElement(
|
8509
|
+
E.createElement(zo, { hint: d, icon: E.createElement(Js, null), innerRef: j, value: P, placeholder: c, "aria-label": I, onKeyDown: Y, onChange: Oe, name: M, inputId: n }),
|
8510
8510
|
(X || V) && E.createElement(
|
8511
8511
|
Go,
|
8512
8512
|
null,
|
@@ -8532,7 +8532,7 @@ const XN = (e) => {
|
|
8532
8532
|
)
|
8533
8533
|
)
|
8534
8534
|
);
|
8535
|
-
}, he = E.createElement(J, { variant: Ne.plain, "aria-label": be, "aria-expanded": de, icon: de ? E.createElement(Ka, null) : E.createElement(
|
8535
|
+
}, he = E.createElement(J, { variant: Ne.plain, "aria-label": be, "aria-expanded": de, icon: de ? E.createElement(Ka, null) : E.createElement(Js, null), onClick: $, ref: Q }), pe = (Ue = {}) => {
|
8536
8536
|
var pt = ve(Ue, []);
|
8537
8537
|
return E.createElement(
|
8538
8538
|
rn,
|
@@ -8594,7 +8594,7 @@ const XN = (e) => {
|
|
8594
8594
|
), pt = E.createElement(
|
8595
8595
|
"div",
|
8596
8596
|
Object.assign({ className: q(t), ref: H }, G),
|
8597
|
-
E.createElement(
|
8597
|
+
E.createElement(Ts, { trigger: we(), triggerRef: te, popper: Ue, popperRef: ce, isVisible: Z, enableFlip: !0, appendTo: () => R || H.current, zIndex: C })
|
8598
8598
|
), Kt = E.createElement(
|
8599
8599
|
"div",
|
8600
8600
|
Object.assign({ className: q(t), ref: H }, G),
|
@@ -8630,7 +8630,7 @@ var wy;
|
|
8630
8630
|
(function(e) {
|
8631
8631
|
e.xs = "xs", e.sm = "sm", e.lg = "lg", e.xl = "xl", e.full = "full";
|
8632
8632
|
})(wy || (wy = {}));
|
8633
|
-
const
|
8633
|
+
const Is = (e) => {
|
8634
8634
|
var { children: t, className: n, variant: a = wy.full, isFullHeight: i } = e, s = ve(e, ["children", "className", "variant", "isFullHeight"]);
|
8635
8635
|
return E.createElement(
|
8636
8636
|
"div",
|
@@ -8638,7 +8638,7 @@ const _s = (e) => {
|
|
8638
8638
|
E.createElement("div", { className: q(nr.emptyStateContent) }, t)
|
8639
8639
|
);
|
8640
8640
|
};
|
8641
|
-
|
8641
|
+
Is.displayName = "EmptyState";
|
8642
8642
|
const Ao = (e) => {
|
8643
8643
|
var { children: t, className: n, titleClassName: a, titleText: i, headingLevel: s = "h1", icon: o } = e, l = ve(e, ["children", "className", "titleClassName", "titleText", "headingLevel", "icon"]);
|
8644
8644
|
return E.createElement(
|
@@ -8656,7 +8656,7 @@ const Ao = (e) => {
|
|
8656
8656
|
Ao.displayName = "EmptyStateHeader";
|
8657
8657
|
const wB = {
|
8658
8658
|
name: "--pf-v5-c-empty-state__icon--Color"
|
8659
|
-
}, AB = (e) => e.type ===
|
8659
|
+
}, AB = (e) => e.type === Cs, Rd = (e) => {
|
8660
8660
|
var { className: t, icon: n, color: a } = e, i = ve(e, ["className", "icon", "color"]);
|
8661
8661
|
const s = AB(E.createElement(n, null));
|
8662
8662
|
return E.createElement(
|
@@ -8707,7 +8707,7 @@ var Ci;
|
|
8707
8707
|
const Tx = (e, t) => {
|
8708
8708
|
!t || e < 1 || t.style.setProperty(ZN.name, e.toString());
|
8709
8709
|
};
|
8710
|
-
class
|
8710
|
+
class xs extends E.Component {
|
8711
8711
|
constructor(t) {
|
8712
8712
|
super(t), this.expandableContentRef = E.createRef(), this.observer = () => {
|
8713
8713
|
}, this.checkToggleVisibility = () => {
|
@@ -8795,8 +8795,8 @@ class Is extends E.Component {
|
|
8795
8795
|
);
|
8796
8796
|
}
|
8797
8797
|
}
|
8798
|
-
|
8799
|
-
|
8798
|
+
xs.displayName = "ExpandableSection";
|
8799
|
+
xs.defaultProps = {
|
8800
8800
|
className: "",
|
8801
8801
|
toggleText: "",
|
8802
8802
|
toggleTextExpanded: "",
|
@@ -8888,8 +8888,8 @@ fE.defaultProps = {
|
|
8888
8888
|
resizeOrientation: "both",
|
8889
8889
|
"aria-label": null
|
8890
8890
|
};
|
8891
|
-
const
|
8892
|
-
|
8891
|
+
const ws = E.forwardRef((e, t) => E.createElement(fE, Object.assign({}, e, { innerRef: t })));
|
8892
|
+
ws.displayName = "TextArea";
|
8893
8893
|
var es;
|
8894
8894
|
(function(e) {
|
8895
8895
|
e.text = "text", e.dataURL = "dataURL";
|
@@ -8945,11 +8945,11 @@ const QN = (e) => {
|
|
8945
8945
|
E.createElement(
|
8946
8946
|
"div",
|
8947
8947
|
{ className: fl.fileUploadFileDetails },
|
8948
|
-
!w && a === es.text && E.createElement(
|
8948
|
+
!w && a === es.text && E.createElement(ws, { readOnly: h || !!s && !D, disabled: m, isRequired: y, resizeOrientation: Ay.vertical, validated: S, id: t, "aria-label": I, value: i, onChange: M, onClick: c, onBlur: u, placeholder: p }),
|
8949
8949
|
g && E.createElement(
|
8950
8950
|
"div",
|
8951
8951
|
{ className: fl.fileUploadFileDetailsSpinner },
|
8952
|
-
E.createElement(
|
8952
|
+
E.createElement(Cs, { size: $p.lg, "aria-valuetext": b })
|
8953
8953
|
)
|
8954
8954
|
),
|
8955
8955
|
R
|
@@ -12225,11 +12225,11 @@ var Wp;
|
|
12225
12225
|
(function(e) {
|
12226
12226
|
e.ol = "ol", e.ul = "ul";
|
12227
12227
|
})(Wp || (Wp = {}));
|
12228
|
-
const
|
12228
|
+
const Xs = (e) => {
|
12229
12229
|
var { className: t = "", children: n = null, variant: a = null, isBordered: i = !1, isPlain: s = !1, iconSize: o = "default", type: l = Dy.number, ref: c = null, component: d = Wp.ul } = e, u = ve(e, ["className", "children", "variant", "isBordered", "isPlain", "iconSize", "type", "ref", "component"]);
|
12230
12230
|
return d === Wp.ol ? E.createElement("ol", Object.assign({ ref: c, type: l }, s && { role: "list" }, u, { className: q(Dr.list, a && Dr.modifiers[a], i && Dr.modifiers.bordered, s && Dr.modifiers.plain, o && o === "large" && Dr.modifiers.iconLg, t) }), n) : E.createElement("ul", Object.assign({ ref: c }, s && { role: "list" }, u, { className: q(Dr.list, a && Dr.modifiers[a], i && Dr.modifiers.bordered, s && Dr.modifiers.plain, o && o === "large" && Dr.modifiers.iconLg, t) }), n);
|
12231
12231
|
};
|
12232
|
-
|
12232
|
+
Xs.displayName = "List";
|
12233
12233
|
const Ai = (e) => {
|
12234
12234
|
var { icon: t = null, children: n = null } = e, a = ve(e, ["icon", "children"]);
|
12235
12235
|
return E.createElement(
|
@@ -12254,7 +12254,7 @@ const F8 = {
|
|
12254
12254
|
svgPath: "M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z",
|
12255
12255
|
yOffset: 0,
|
12256
12256
|
xOffset: 0
|
12257
|
-
}, H8 = yt(B8),
|
12257
|
+
}, H8 = yt(B8), Bs = {
|
12258
12258
|
masthead: "pf-v5-c-masthead",
|
12259
12259
|
mastheadBrand: "pf-v5-c-masthead__brand",
|
12260
12260
|
mastheadContent: "pf-v5-c-masthead__content",
|
@@ -12323,28 +12323,28 @@ const F8 = {
|
|
12323
12323
|
height: null,
|
12324
12324
|
getBreakpoint: UR,
|
12325
12325
|
getVerticalBreakpoint: FR
|
12326
|
-
},
|
12326
|
+
}, As = E.createContext($8), z8 = As.Provider, f2 = As.Consumer, h2 = (e) => {
|
12327
12327
|
var { children: t, className: n, backgroundColor: a = "dark", display: i = {
|
12328
12328
|
md: "inline"
|
12329
12329
|
}, inset: s } = e, o = ve(e, ["children", "className", "backgroundColor", "display", "inset"]);
|
12330
|
-
const { width: l, getBreakpoint: c } = E.useContext(
|
12331
|
-
return E.createElement("header", Object.assign({ className: q(
|
12330
|
+
const { width: l, getBreakpoint: c } = E.useContext(As);
|
12331
|
+
return E.createElement("header", Object.assign({ className: q(Bs.masthead, kt(i, Bs, "display-", c(l)), kt(s, Bs, "", c(l)), a === "light" && Bs.modifiers.light, a === "light200" && Bs.modifiers.light_200, n) }, o), t);
|
12332
12332
|
};
|
12333
12333
|
h2.displayName = "Masthead";
|
12334
12334
|
const g2 = (e) => {
|
12335
12335
|
var { children: t, className: n, component: a } = e, i = ve(e, ["children", "className", "component"]);
|
12336
12336
|
let s = a;
|
12337
|
-
return a || (i?.href !== void 0 ? s = "a" : s = "span"), E.createElement(s, Object.assign({ className: q(
|
12337
|
+
return a || (i?.href !== void 0 ? s = "a" : s = "span"), E.createElement(s, Object.assign({ className: q(Bs.mastheadBrand, n) }, s === "a" && { tabIndex: 0 }, i), t);
|
12338
12338
|
};
|
12339
12339
|
g2.displayName = "MastheadBrand";
|
12340
12340
|
const b2 = (e) => {
|
12341
12341
|
var { children: t, className: n } = e, a = ve(e, ["children", "className"]);
|
12342
|
-
return E.createElement("div", Object.assign({ className: q(
|
12342
|
+
return E.createElement("div", Object.assign({ className: q(Bs.mastheadContent, n) }, a), t);
|
12343
12343
|
};
|
12344
12344
|
b2.displayName = "MastheadContent";
|
12345
12345
|
const y2 = (e) => {
|
12346
12346
|
var { children: t, className: n } = e, a = ve(e, ["children", "className"]);
|
12347
|
-
return E.createElement("span", Object.assign({ className: q(
|
12347
|
+
return E.createElement("span", Object.assign({ className: q(Bs.mastheadToggle, n) }, a), t);
|
12348
12348
|
};
|
12349
12349
|
y2.displayName = "MastheadToggle";
|
12350
12350
|
const Zi = {
|
@@ -12552,7 +12552,7 @@ const Tl = (e) => {
|
|
12552
12552
|
Tl.displayName = "TextListItem";
|
12553
12553
|
const E2 = (e) => {
|
12554
12554
|
var { className: t = "", children: n, stickyOnBreakpoint: a, hasShadowTop: i = !1, hasShadowBottom: s = !1, hasOverflowScroll: o = !1, "aria-label": l } = e, c = ve(e, ["className", "children", "stickyOnBreakpoint", "hasShadowTop", "hasShadowBottom", "hasOverflowScroll", "aria-label"]);
|
12555
|
-
const { height: d, getVerticalBreakpoint: u } = E.useContext(
|
12555
|
+
const { height: d, getVerticalBreakpoint: u } = E.useContext(As);
|
12556
12556
|
return E.useEffect(() => {
|
12557
12557
|
o && !l && console.warn("PageGroup: An accessible aria-label is required when hasOverflowScroll is set to true.");
|
12558
12558
|
}, [o, l]), E.createElement("div", Object.assign({}, c, { className: q(Ht.pageMainGroup, kt(a, Ht, "sticky-", u(d), !0), i && Ht.modifiers.shadowTop, s && Ht.modifiers.shadowBottom, o && Ht.modifiers.overflowScroll, t) }, o && { tabIndex: 0, role: "region", "aria-label": l }), n);
|
@@ -12740,7 +12740,7 @@ const K8 = {
|
|
12740
12740
|
[ri.darker]: Ht.modifiers.dark_100
|
12741
12741
|
}, Be = (e) => {
|
12742
12742
|
var { className: t = "", children: n, variant: a = "default", type: i = "default", padding: s, isFilled: o, isWidthLimited: l = !1, isCenterAligned: c = !1, stickyOnBreakpoint: d, hasShadowTop: u = !1, hasShadowBottom: p = !1, hasOverflowScroll: f = !1, "aria-label": m, component: h = "section" } = e, g = ve(e, ["className", "children", "variant", "type", "padding", "isFilled", "isWidthLimited", "isCenterAligned", "stickyOnBreakpoint", "hasShadowTop", "hasShadowBottom", "hasOverflowScroll", "aria-label", "component"]);
|
12743
|
-
const { height: b, getVerticalBreakpoint: y } = E.useContext(
|
12743
|
+
const { height: b, getVerticalBreakpoint: y } = E.useContext(As);
|
12744
12744
|
E.useEffect(() => {
|
12745
12745
|
f && !m && console.warn("PageSection: An accessible aria-label is required when hasOverflowScroll is set to true.");
|
12746
12746
|
}, [f, m]);
|
@@ -13073,7 +13073,7 @@ const C2 = ({
|
|
13073
13073
|
}),
|
13074
13074
|
!y && E.createElement(vE, { firstIndex: m, lastIndex: h, ofWord: p, itemCount: a, itemsTitle: b })
|
13075
13075
|
), V = E.createElement(
|
13076
|
-
|
13076
|
+
Qs,
|
13077
13077
|
{ className: q(e), onSelect: w, ref: L },
|
13078
13078
|
E.createElement(
|
13079
13079
|
cc,
|
@@ -13081,7 +13081,7 @@ const C2 = ({
|
|
13081
13081
|
E.createElement(uc, null, C())
|
13082
13082
|
)
|
13083
13083
|
), G = I ?? (S?.current || void 0);
|
13084
|
-
return E.createElement(
|
13084
|
+
return E.createElement(Ts, { trigger: M, triggerRef: x, popper: V, popperRef: L, isVisible: k, direction: o, appendTo: G, minWidth: s !== void 0 ? s : "revert" });
|
13085
13085
|
};
|
13086
13086
|
C2.displayName = "PaginationOptionsMenu";
|
13087
13087
|
const Kx = {
|
@@ -13467,7 +13467,7 @@ const I2 = (e) => {
|
|
13467
13467
|
const R = n.find((C) => C.eventKey === w).tabContentRef;
|
13468
13468
|
b(D, w, R);
|
13469
13469
|
}, L = fe.createElement(
|
13470
|
-
|
13470
|
+
Qs,
|
13471
13471
|
{ ref: u, onSelect: (D, w) => x(D, w) },
|
13472
13472
|
fe.createElement(
|
13473
13473
|
cc,
|
@@ -13479,7 +13479,7 @@ const I2 = (e) => {
|
|
13479
13479
|
fe.Fragment,
|
13480
13480
|
null,
|
13481
13481
|
k,
|
13482
|
-
fe.createElement(
|
13482
|
+
fe.createElement(Ts, { triggerRef: p, popper: L, popperRef: u, isVisible: m, minWidth: "revert", appendTo: f.current, zIndex: o })
|
13483
13483
|
);
|
13484
13484
|
};
|
13485
13485
|
I2.displayName = "OverflowTab";
|
@@ -13882,7 +13882,7 @@ class CE extends E.Component {
|
|
13882
13882
|
includeSeconds: A,
|
13883
13883
|
zIndex: k
|
13884
13884
|
} = t, O = ve(t, ["aria-label", "isDisabled", "className", "placeholder", "id", "menuAppendTo", "is24Hour", "invalidFormatErrorMessage", "invalidMinMaxErrorMessage", "stepMinutes", "width", "delimiter", "inputProps", "onChange", "setIsOpen", "isOpen", "time", "validateTime", "minTime", "maxTime", "includeSeconds", "zIndex"]), { timeState: x, isTimeOptionsOpen: L, isInvalid: D, minTimeState: w, maxTimeState: R } = this.state, C = { [s9.name]: f }, M = a9(p, !c, m, w, R, A), V = this.isValidFormat(x), G = o || ms("time-picker"), Z = () => this.baseComponentRef && this.baseComponentRef.current ? this.baseComponentRef.current.parentElement : null, W = E.createElement(
|
13885
|
-
|
13885
|
+
Qs,
|
13886
13886
|
{ ref: this.menuRef, isScrollable: !0 },
|
13887
13887
|
E.createElement(
|
13888
13888
|
cc,
|
@@ -13919,7 +13919,7 @@ class CE extends E.Component {
|
|
13919
13919
|
E.createElement(
|
13920
13920
|
"div",
|
13921
13921
|
{ ref: this.toggleRef, style: { paddingLeft: "0" } },
|
13922
|
-
E.createElement(
|
13922
|
+
E.createElement(Ts, { appendTo: U, trigger: P, triggerRef: this.toggleRef, popper: W, popperRef: this.menuRef, isVisible: L, zIndex: k })
|
13923
13923
|
)
|
13924
13924
|
)
|
13925
13925
|
)
|
@@ -14152,7 +14152,7 @@ const Ke = (e) => {
|
|
14152
14152
|
if (n === My.separator)
|
14153
14153
|
return E.createElement(Zt, Object.assign({ className: q(Pt.modifiers.vertical, t) }, m));
|
14154
14154
|
const h = {};
|
14155
|
-
return s && Object.entries(s || {}).map(([g, b]) => h[`${c9.name}${g !== "default" ? `-on-${g}` : ""}`] = b), E.createElement(
|
14155
|
+
return s && Object.entries(s || {}).map(([g, b]) => h[`${c9.name}${g !== "default" ? `-on-${g}` : ""}`] = b), E.createElement(As.Consumer, null, ({ width: g, getBreakpoint: b }) => E.createElement("div", Object.assign({ className: q(Pt.toolbarItem, n && Pt.modifiers[sd(n)], p && Pt.modifiers.expanded, f && Pt.modifiers.overflowContainer, kt(a, Pt, "", b(g)), kt(o, Pt, "", b(g)), kt(i, Pt, "", b(g)), c === "start" && Pt.modifiers.alignItemsStart, c === "center" && Pt.modifiers.alignItemsCenter, c === "baseline" && Pt.modifiers.alignItemsBaseline, l === "start" && Pt.modifiers.alignSelfStart, l === "center" && Pt.modifiers.alignSelfCenter, l === "baseline" && Pt.modifiers.alignSelfBaseline, t) }, n === "label" && { "aria-hidden": !0 }, { id: d }, m, s && { style: Object.assign(Object.assign({}, h), m.style) }), u));
|
14156
14156
|
};
|
14157
14157
|
Ke.displayName = "ToolbarItem";
|
14158
14158
|
var Jx;
|
@@ -14162,7 +14162,7 @@ var Jx;
|
|
14162
14162
|
class d9 extends E.Component {
|
14163
14163
|
render() {
|
14164
14164
|
const t = this.props, { visibility: n, align: a, alignItems: i, alignSelf: s, spacer: o, spaceItems: l, className: c, variant: d, children: u, isOverflowContainer: p, innerRef: f } = t, m = ve(t, ["visibility", "align", "alignItems", "alignSelf", "spacer", "spaceItems", "className", "variant", "children", "isOverflowContainer", "innerRef"]);
|
14165
|
-
return E.createElement(
|
14165
|
+
return E.createElement(As.Consumer, null, ({ width: h, getBreakpoint: g }) => E.createElement("div", Object.assign({ className: q(Pt.toolbarGroup, d && Pt.modifiers[sd(d)], kt(n, Pt, "", g(h)), kt(a, Pt, "", g(h)), kt(o, Pt, "", g(h)), kt(l, Pt, "", g(h)), i === "start" && Pt.modifiers.alignItemsStart, i === "center" && Pt.modifiers.alignItemsCenter, i === "baseline" && Pt.modifiers.alignItemsBaseline, s === "start" && Pt.modifiers.alignSelfStart, s === "center" && Pt.modifiers.alignSelfCenter, s === "baseline" && Pt.modifiers.alignSelfBaseline, p && Pt.modifiers.overflowContainer, c) }, m, { ref: f }), u));
|
14166
14166
|
}
|
14167
14167
|
}
|
14168
14168
|
const Xp = E.forwardRef((e, t) => E.createElement(d9, Object.assign({}, e, { innerRef: t })));
|
@@ -14219,7 +14219,7 @@ class sr extends E.Component {
|
|
14219
14219
|
(!a.hasOwnProperty(t) || a[t] !== n) && (a[t] = n, this.staticFilterInfo = a, this.setState({ filterInfo: a }));
|
14220
14220
|
}, this.getNumberOfFilters = () => Object.values(this.state.filterInfo).reduce((t, n) => t + n, 0), this.renderToolbar = (t) => {
|
14221
14221
|
const n = this.props, { clearAllFilters: a, clearFiltersButtonText: i, collapseListedFiltersBreakpoint: s, isExpanded: o, toggleIsExpanded: l, className: c, children: d, isFullHeight: u, isStatic: p, inset: f, usePageInsets: m, isSticky: h, ouiaId: g, numberOfFiltersText: b, customChipGroupContent: y } = n, v = ve(n, ["clearAllFilters", "clearFiltersButtonText", "collapseListedFiltersBreakpoint", "isExpanded", "toggleIsExpanded", "className", "children", "isFullHeight", "isStatic", "inset", "usePageInsets", "isSticky", "ouiaId", "numberOfFiltersText", "customChipGroupContent"]), { isManagedToggleExpanded: S } = this.state, I = this.isToggleManaged(), T = I ? S : o, A = this.getNumberOfFilters(), k = A > 0;
|
14222
|
-
return E.createElement(
|
14222
|
+
return E.createElement(As.Consumer, null, ({ width: O, getBreakpoint: x }) => E.createElement(
|
14223
14223
|
"div",
|
14224
14224
|
Object.assign({ className: q(Pt.toolbar, u && Pt.modifiers.fullHeight, p && Pt.modifiers.static, m && Pt.modifiers.pageInsets, h && Pt.modifiers.sticky, kt(f, Pt, "", x(O)), c), id: t }, va(sr.displayName, g !== void 0 ? g : this.state.ouiaStateId), v),
|
14225
14225
|
E.createElement(
|
@@ -14259,7 +14259,7 @@ class jr extends E.Component {
|
|
14259
14259
|
}
|
14260
14260
|
render() {
|
14261
14261
|
const t = this.props, { className: n, children: a, isExpanded: i, toolbarId: s, visibility: o, alignItems: l, clearAllFilters: c, showClearFiltersButton: d, clearFiltersButtonText: u, alignSelf: p } = t, f = ve(t, ["className", "children", "isExpanded", "toolbarId", "visibility", "alignItems", "clearAllFilters", "showClearFiltersButton", "clearFiltersButtonText", "alignSelf"]);
|
14262
|
-
return E.createElement(
|
14262
|
+
return E.createElement(As.Consumer, null, ({ width: m, getBreakpoint: h }) => E.createElement(
|
14263
14263
|
"div",
|
14264
14264
|
Object.assign({ className: q(Pt.toolbarContent, kt(o, Pt, "", h(m)), n), ref: this.expandableContentRef }, f),
|
14265
14265
|
E.createElement(A2.Consumer, null, ({ clearAllFilters: g, clearFiltersButtonText: b, showClearFiltersButton: y, isExpanded: v, toolbarId: S }) => {
|
@@ -17251,7 +17251,7 @@ var FH = (e, t, n, a, i) => t ? {
|
|
17251
17251
|
}
|
17252
17252
|
};
|
17253
17253
|
}, Hy = (e) => Ga(e) || !z2(e);
|
17254
|
-
function
|
17254
|
+
function Hs(e, t, n = /* @__PURE__ */ new WeakSet()) {
|
17255
17255
|
if (Hy(e) || Hy(t))
|
17256
17256
|
return e === t;
|
17257
17257
|
if (To(e) && To(t))
|
@@ -17268,7 +17268,7 @@ function Bs(e, t, n = /* @__PURE__ */ new WeakSet()) {
|
|
17268
17268
|
return !1;
|
17269
17269
|
if (s !== "ref") {
|
17270
17270
|
const l = t[s];
|
17271
|
-
if (To(o) && To(l) || na(o) && na(l) || Array.isArray(o) && Array.isArray(l) ? !
|
17271
|
+
if (To(o) && To(l) || na(o) && na(l) || Array.isArray(o) && Array.isArray(l) ? !Hs(o, l, n) : o !== l)
|
17272
17272
|
return !1;
|
17273
17273
|
}
|
17274
17274
|
}
|
@@ -17314,7 +17314,7 @@ function Y2(e, t, n) {
|
|
17314
17314
|
const a = Array.isArray(e);
|
17315
17315
|
if (na(e) || a)
|
17316
17316
|
for (const i in e)
|
17317
|
-
Array.isArray(e[i]) || na(e[i]) && !W2(e[i]) ? Dn(t) || Hy(n[i]) ? n[i] = Array.isArray(e[i]) ? am(e[i], []) : { ...am(e[i]) } : Y2(e[i], Ga(t) ? {} : t[i], n[i]) : n[i] = !
|
17317
|
+
Array.isArray(e[i]) || na(e[i]) && !W2(e[i]) ? Dn(t) || Hy(n[i]) ? n[i] = Array.isArray(e[i]) ? am(e[i], []) : { ...am(e[i]) } : Y2(e[i], Ga(t) ? {} : t[i], n[i]) : n[i] = !Hs(e[i], t[i]);
|
17318
17318
|
return n;
|
17319
17319
|
}
|
17320
17320
|
var $c = (e, t) => Y2(e, t, am(t));
|
@@ -17627,7 +17627,7 @@ function YH(e = {}) {
|
|
17627
17627
|
if (!t.disabled) {
|
17628
17628
|
if (!ne || he) {
|
17629
17629
|
(u.isDirty || p.isDirty) && (we = n.isDirty, n.isDirty = He.isDirty = D(), ie = we !== He.isDirty);
|
17630
|
-
const Ue =
|
17630
|
+
const Ue = Hs(tt(i, $), X);
|
17631
17631
|
we = !!tt(n.dirtyFields, $), Ue ? ea(n.dirtyFields, $) : bn(n.dirtyFields, $, !0), He.dirtyFields = n.dirtyFields, ie = ie || (u.dirtyFields || p.dirtyFields) && we !== !Ue;
|
17632
17632
|
}
|
17633
17633
|
if (ne) {
|
@@ -17639,7 +17639,7 @@ function YH(e = {}) {
|
|
17639
17639
|
return ie ? He : {};
|
17640
17640
|
}, A = ($, X, ne, he) => {
|
17641
17641
|
const pe = tt(n.errors, $), ie = (u.isValid || p.isValid) && Er(X) && n.isValid !== X;
|
17642
|
-
if (t.delayError && ne ? (c = h(() => v($, ne)), c(t.delayError)) : (clearTimeout(d), c = null, ne ? bn(n.errors, $, ne) : ea(n.errors, $)), (ne ? !
|
17642
|
+
if (t.delayError && ne ? (c = h(() => v($, ne)), c(t.delayError)) : (clearTimeout(d), c = null, ne ? bn(n.errors, $, ne) : ea(n.errors, $)), (ne ? !Hs(pe, ne) : pe) || !za(he) || ie) {
|
17643
17643
|
const we = {
|
17644
17644
|
...he,
|
17645
17645
|
...ie && Er(X) ? { isValid: X } : {},
|
@@ -17690,7 +17690,7 @@ function YH(e = {}) {
|
|
17690
17690
|
X && (X._f.refs ? X._f.refs.every((ne) => !Oh(ne)) : !Oh(X._f.ref)) && ce($);
|
17691
17691
|
}
|
17692
17692
|
l.unMount = /* @__PURE__ */ new Set();
|
17693
|
-
}, D = ($, X) => !t.disabled && ($ && X && bn(s, $, X), !
|
17693
|
+
}, D = ($, X) => !t.disabled && ($ && X && bn(s, $, X), !Hs(P(), i)), w = ($, X, ne) => q2($, l, {
|
17694
17694
|
...o.mount ? s : Dn(X) ? i : ki($) ? { [$]: X } : X
|
17695
17695
|
}, ne, X), R = ($) => qm(tt(o.mount ? s : i, $, t.shouldUnregister ? tt(i, $, []) : [])), C = ($, X, ne = {}) => {
|
17696
17696
|
const he = tt(a, $);
|
@@ -17730,7 +17730,7 @@ function YH(e = {}) {
|
|
17730
17730
|
const X = $.target;
|
17731
17731
|
let ne = X.name, he = !0;
|
17732
17732
|
const pe = tt(a, ne), ie = (Ue) => {
|
17733
|
-
he = Number.isNaN(Ue) || To(Ue) && isNaN(Ue.getTime()) ||
|
17733
|
+
he = Number.isNaN(Ue) || To(Ue) && isNaN(Ue.getTime()) || Hs(Ue, tt(s, ne, Ue));
|
17734
17734
|
}, we = Cl(t.mode), He = Cl(t.reValidateMode);
|
17735
17735
|
if (pe) {
|
17736
17736
|
let Ue, pt;
|
@@ -17962,7 +17962,7 @@ function YH(e = {}) {
|
|
17962
17962
|
focus: ""
|
17963
17963
|
}, o.mount = !u.isValid || !!X.keepIsValid || !!X.keepDirtyValues, o.watch = !!t.shouldUnregister, f.state.next({
|
17964
17964
|
submitCount: X.keepSubmitCount ? n.submitCount : 0,
|
17965
|
-
isDirty: pe ? !1 : X.keepDirty ? n.isDirty : !!(X.keepDefaultValues && !
|
17965
|
+
isDirty: pe ? !1 : X.keepDirty ? n.isDirty : !!(X.keepDefaultValues && !Hs($, i)),
|
17966
17966
|
isSubmitted: X.keepIsSubmitted ? n.isSubmitted : !1,
|
17967
17967
|
dirtyFields: pe ? {} : X.keepDirtyValues ? X.keepDefaultValues && s ? $c(i, s) : n.dirtyFields : X.keepDefaultValues && $ ? $c(i, $) : X.keepDirty ? n.dirtyFields : {},
|
17968
17968
|
touchedFields: X.keepTouched ? n.touchedFields : {},
|
@@ -18062,7 +18062,7 @@ function YH(e = {}) {
|
|
18062
18062
|
formControl: re
|
18063
18063
|
};
|
18064
18064
|
}
|
18065
|
-
var
|
18065
|
+
var Ps = () => {
|
18066
18066
|
if (typeof crypto < "u" && crypto.randomUUID)
|
18067
18067
|
return crypto.randomUUID();
|
18068
18068
|
const e = typeof performance > "u" ? Date.now() : performance.now() * 1e3;
|
@@ -18097,12 +18097,12 @@ var Fh = (e, t) => Dn(t) ? [] : XH(e, rr(t).sort((n, a) => n - a)), Uh = (e, t,
|
|
18097
18097
|
[e[t], e[n]] = [e[n], e[t]];
|
18098
18098
|
}, fw = (e, t, n) => (e[t] = n, e);
|
18099
18099
|
function NE(e) {
|
18100
|
-
const t = je(), { control: n = t.control, name: a, keyName: i = "id", shouldUnregister: s, rules: o } = e, [l, c] = fe.useState(n._getFieldArray(a)), d = fe.useRef(n._getFieldArray(a).map(
|
18100
|
+
const t = je(), { control: n = t.control, name: a, keyName: i = "id", shouldUnregister: s, rules: o } = e, [l, c] = fe.useState(n._getFieldArray(a)), d = fe.useRef(n._getFieldArray(a).map(Ps)), u = fe.useRef(l), p = fe.useRef(a), f = fe.useRef(!1);
|
18101
18101
|
p.current = a, u.current = l, n._names.array.add(a), o && n.register(a, o), Km(() => n._subjects.array.subscribe({
|
18102
18102
|
next: ({ values: A, name: k }) => {
|
18103
18103
|
if (k === p.current || !k) {
|
18104
18104
|
const O = tt(A, p.current);
|
18105
|
-
Array.isArray(O) && (c(O), d.current = O.map(
|
18105
|
+
Array.isArray(O) && (c(O), d.current = O.map(Ps));
|
18106
18106
|
}
|
18107
18107
|
}
|
18108
18108
|
}).unsubscribe, [n]);
|
@@ -18110,12 +18110,12 @@ function NE(e) {
|
|
18110
18110
|
f.current = !0, n._setFieldArray(a, A);
|
18111
18111
|
}, [n, a]), h = (A, k) => {
|
18112
18112
|
const O = rr(jn(A)), x = Nh(n._getFieldArray(a), O);
|
18113
|
-
n._names.focus = Rh(a, x.length - 1, k), d.current = Nh(d.current, O.map(
|
18113
|
+
n._names.focus = Rh(a, x.length - 1, k), d.current = Nh(d.current, O.map(Ps)), m(x), c(x), n._setFieldArray(a, x, Nh, {
|
18114
18114
|
argA: Lh(A)
|
18115
18115
|
});
|
18116
18116
|
}, g = (A, k) => {
|
18117
18117
|
const O = rr(jn(A)), x = Mh(n._getFieldArray(a), O);
|
18118
|
-
n._names.focus = Rh(a, 0, k), d.current = Mh(d.current, O.map(
|
18118
|
+
n._names.focus = Rh(a, 0, k), d.current = Mh(d.current, O.map(Ps)), m(x), c(x), n._setFieldArray(a, x, Mh, {
|
18119
18119
|
argA: Lh(A)
|
18120
18120
|
});
|
18121
18121
|
}, b = (A) => {
|
@@ -18125,7 +18125,7 @@ function NE(e) {
|
|
18125
18125
|
});
|
18126
18126
|
}, y = (A, k, O) => {
|
18127
18127
|
const x = rr(jn(k)), L = Dh(n._getFieldArray(a), A, x);
|
18128
|
-
n._names.focus = Rh(a, A, O), d.current = Dh(d.current, A, x.map(
|
18128
|
+
n._names.focus = Rh(a, A, O), d.current = Dh(d.current, A, x.map(Ps)), m(L), c(L), n._setFieldArray(a, L, Dh, {
|
18129
18129
|
argA: A,
|
18130
18130
|
argB: Lh(k)
|
18131
18131
|
});
|
@@ -18143,13 +18143,13 @@ function NE(e) {
|
|
18143
18143
|
}, !1);
|
18144
18144
|
}, I = (A, k) => {
|
18145
18145
|
const O = jn(k), x = fw(n._getFieldArray(a), A, O);
|
18146
|
-
d.current = [...x].map((L, D) => !L || D === A ?
|
18146
|
+
d.current = [...x].map((L, D) => !L || D === A ? Ps() : d.current[D]), m(x), c([...x]), n._setFieldArray(a, x, fw, {
|
18147
18147
|
argA: A,
|
18148
18148
|
argB: O
|
18149
18149
|
}, !0, !1);
|
18150
18150
|
}, T = (A) => {
|
18151
18151
|
const k = rr(jn(A));
|
18152
|
-
d.current = k.map(
|
18152
|
+
d.current = k.map(Ps), m([...k]), c([...k]), n._setFieldArray(a, [...k], (O) => O, {}, !0, !1);
|
18153
18153
|
};
|
18154
18154
|
return fe.useEffect(() => {
|
18155
18155
|
if (n._state.action = !1, $y(a, n._names) && n._subjects.state.next({
|
@@ -18192,7 +18192,7 @@ function NE(e) {
|
|
18192
18192
|
replace: fe.useCallback(T, [m, a, n]),
|
18193
18193
|
fields: fe.useMemo(() => l.map((A, k) => ({
|
18194
18194
|
...A,
|
18195
|
-
[i]: d.current[k] ||
|
18195
|
+
[i]: d.current[k] || Ps()
|
18196
18196
|
})), [l, i])
|
18197
18197
|
};
|
18198
18198
|
}
|
@@ -18254,7 +18254,7 @@ function rt(e = {}) {
|
|
18254
18254
|
});
|
18255
18255
|
}
|
18256
18256
|
}, [s, a.isDirty]), fe.useEffect(() => {
|
18257
|
-
e.values && !
|
18257
|
+
e.values && !Hs(e.values, n.current) ? (s._reset(e.values, s._options.resetOptions), n.current = e.values, i((o) => ({ ...o }))) : s._resetDefaultValues();
|
18258
18258
|
}, [s, e.values]), fe.useEffect(() => {
|
18259
18259
|
s._state.mount || (s._setValid(), s._state.mount = !0), s._state.watch && (s._state.watch = !1, s._subjects.state.next({ ...s._formState })), s._removeUnmounted();
|
18260
18260
|
}), t.current.formState = V2(a, s), t.current;
|
@@ -18688,23 +18688,23 @@ function iz(e, t) {
|
|
18688
18688
|
var n = this.__data__, a = ef(n, e);
|
18689
18689
|
return a < 0 ? (++this.size, n.push([e, t])) : n[a][1] = t, this;
|
18690
18690
|
}
|
18691
|
-
function
|
18691
|
+
function ks(e) {
|
18692
18692
|
var t = -1, n = e == null ? 0 : e.length;
|
18693
18693
|
for (this.clear(); ++t < n; ) {
|
18694
18694
|
var a = e[t];
|
18695
18695
|
this.set(a[0], a[1]);
|
18696
18696
|
}
|
18697
18697
|
}
|
18698
|
-
|
18699
|
-
|
18700
|
-
|
18701
|
-
|
18702
|
-
|
18698
|
+
ks.prototype.clear = J7;
|
18699
|
+
ks.prototype.delete = nz;
|
18700
|
+
ks.prototype.get = az;
|
18701
|
+
ks.prototype.has = rz;
|
18702
|
+
ks.prototype.set = iz;
|
18703
18703
|
var Hd = Ko(gi, "Map");
|
18704
18704
|
function sz() {
|
18705
18705
|
this.size = 0, this.__data__ = {
|
18706
18706
|
hash: new Ro(),
|
18707
|
-
map: new (Hd ||
|
18707
|
+
map: new (Hd || ks)(),
|
18708
18708
|
string: new Ro()
|
18709
18709
|
};
|
18710
18710
|
}
|
@@ -18730,18 +18730,18 @@ function uz(e, t) {
|
|
18730
18730
|
var n = tf(this, e), a = n.size;
|
18731
18731
|
return n.set(e, t), this.size += n.size == a ? 0 : 1, this;
|
18732
18732
|
}
|
18733
|
-
function
|
18733
|
+
function Os(e) {
|
18734
18734
|
var t = -1, n = e == null ? 0 : e.length;
|
18735
18735
|
for (this.clear(); ++t < n; ) {
|
18736
18736
|
var a = e[t];
|
18737
18737
|
this.set(a[0], a[1]);
|
18738
18738
|
}
|
18739
18739
|
}
|
18740
|
-
|
18741
|
-
|
18742
|
-
|
18743
|
-
|
18744
|
-
|
18740
|
+
Os.prototype.clear = sz;
|
18741
|
+
Os.prototype.delete = lz;
|
18742
|
+
Os.prototype.get = cz;
|
18743
|
+
Os.prototype.has = dz;
|
18744
|
+
Os.prototype.set = uz;
|
18745
18745
|
var pz = "Expected a function";
|
18746
18746
|
function HE(e, t) {
|
18747
18747
|
if (typeof e != "function" || t != null && typeof t != "function")
|
@@ -18753,9 +18753,9 @@ function HE(e, t) {
|
|
18753
18753
|
var o = e.apply(this, a);
|
18754
18754
|
return n.cache = s.set(i, o) || s, o;
|
18755
18755
|
};
|
18756
|
-
return n.cache = new (HE.Cache ||
|
18756
|
+
return n.cache = new (HE.Cache || Os)(), n;
|
18757
18757
|
}
|
18758
|
-
HE.Cache =
|
18758
|
+
HE.Cache = Os;
|
18759
18759
|
var mz = 500;
|
18760
18760
|
function fz(e) {
|
18761
18761
|
var t = HE(e, function(a) {
|
@@ -19102,7 +19102,7 @@ var qy = $G(function(e, t, n) {
|
|
19102
19102
|
return t = t.toLowerCase(), e + (n ? as(t) : t);
|
19103
19103
|
});
|
19104
19104
|
function zG() {
|
19105
|
-
this.__data__ = new
|
19105
|
+
this.__data__ = new ks(), this.size = 0;
|
19106
19106
|
}
|
19107
19107
|
function GG(e) {
|
19108
19108
|
var t = this.__data__, n = t.delete(e);
|
@@ -19117,16 +19117,16 @@ function VG(e) {
|
|
19117
19117
|
var qG = 200;
|
19118
19118
|
function KG(e, t) {
|
19119
19119
|
var n = this.__data__;
|
19120
|
-
if (n instanceof
|
19120
|
+
if (n instanceof ks) {
|
19121
19121
|
var a = n.__data__;
|
19122
19122
|
if (!Hd || a.length < qG - 1)
|
19123
19123
|
return a.push([e, t]), this.size = ++n.size, this;
|
19124
|
-
n = this.__data__ = new
|
19124
|
+
n = this.__data__ = new Os(a);
|
19125
19125
|
}
|
19126
19126
|
return n.set(e, t), this.size = n.size, this;
|
19127
19127
|
}
|
19128
19128
|
function Li(e) {
|
19129
|
-
var t = this.__data__ = new
|
19129
|
+
var t = this.__data__ = new ks(e);
|
19130
19130
|
this.size = t.size;
|
19131
19131
|
}
|
19132
19132
|
Li.prototype.clear = zG;
|
@@ -19326,7 +19326,7 @@ function SV(e) {
|
|
19326
19326
|
}
|
19327
19327
|
function No(e) {
|
19328
19328
|
var t = -1, n = e == null ? 0 : e.length;
|
19329
|
-
for (this.__data__ = new
|
19329
|
+
for (this.__data__ = new Os(); ++t < n; )
|
19330
19330
|
this.add(e[t]);
|
19331
19331
|
}
|
19332
19332
|
No.prototype.add = No.prototype.push = EV;
|
@@ -20036,11 +20036,11 @@ const Wq = {
|
|
20036
20036
|
modifiers: {
|
20037
20037
|
inlineEditable: "pf-m-inline-editable"
|
20038
20038
|
}
|
20039
|
-
},
|
20039
|
+
}, Rs = (e) => {
|
20040
20040
|
var { children: t = null } = e, n = ve(e, ["children"]);
|
20041
20041
|
return E.createElement("div", Object.assign({}, n, { className: q(ht.tableExpandableRowContent) }), t);
|
20042
20042
|
};
|
20043
|
-
|
20043
|
+
Rs.displayName = "ExpandableRowContent";
|
20044
20044
|
var Qw;
|
20045
20045
|
(function(e) {
|
20046
20046
|
e.div = "div", e.nav = "nav";
|
@@ -22039,7 +22039,7 @@ const Wa = () => {
|
|
22039
22039
|
{
|
22040
22040
|
error: s || c.get("error_description")
|
22041
22041
|
}
|
22042
|
-
) : a ? /* @__PURE__ */ r(ev.Provider, { value: { environment: e, keycloak: l }, children: /* @__PURE__ */ r(DW, { children: /* @__PURE__ */ r(UW, { children: t }) }) }) : /* @__PURE__ */ r(
|
22042
|
+
) : a ? /* @__PURE__ */ r(ev.Provider, { value: { environment: e, keycloak: l }, children: /* @__PURE__ */ r(DW, { children: /* @__PURE__ */ r(UW, { children: t }) }) }) : /* @__PURE__ */ r(Cs, {});
|
22043
22043
|
};
|
22044
22044
|
function HW() {
|
22045
22045
|
const e = document.getElementById("environment")?.textContent;
|
@@ -22256,7 +22256,7 @@ const Lo = (e) => {
|
|
22256
22256
|
onClick: () => m(!f),
|
22257
22257
|
isExpanded: f,
|
22258
22258
|
isFullWidth: !0,
|
22259
|
-
status: Wn(p, t) ?
|
22259
|
+
status: Wn(p, t) ? Ws.danger : void 0,
|
22260
22260
|
"aria-label": n,
|
22261
22261
|
isDisabled: l,
|
22262
22262
|
children: vo(a) ? a.find(
|
@@ -22369,7 +22369,7 @@ const Lo = (e) => {
|
|
22369
22369
|
},
|
22370
22370
|
isExpanded: m,
|
22371
22371
|
isFullWidth: !0,
|
22372
|
-
status: Wn(f, t) ?
|
22372
|
+
status: Wn(f, t) ? Ws.danger : void 0,
|
22373
22373
|
children: /* @__PURE__ */ _($o, { isPlain: !0, children: [
|
22374
22374
|
/* @__PURE__ */ r(
|
22375
22375
|
zo,
|
@@ -22490,7 +22490,7 @@ function RD(e) {
|
|
22490
22490
|
function j1(e) {
|
22491
22491
|
return !(typeof e != "object" || e === null || !("field" in e) || typeof e.field != "string" || !("errorMessage" in e) || typeof e.errorMessage != "string");
|
22492
22492
|
}
|
22493
|
-
const
|
22493
|
+
const hs = ({
|
22494
22494
|
labelOn: e,
|
22495
22495
|
stringify: t,
|
22496
22496
|
defaultValue: n,
|
@@ -22544,7 +22544,7 @@ const Js = ({
|
|
22544
22544
|
name: e.name,
|
22545
22545
|
error: i.error,
|
22546
22546
|
children: /* @__PURE__ */ r(
|
22547
|
-
|
22547
|
+
ws,
|
22548
22548
|
{
|
22549
22549
|
isRequired: t,
|
22550
22550
|
id: e.name,
|
@@ -22587,7 +22587,7 @@ const Js = ({
|
|
22587
22587
|
]
|
22588
22588
|
}
|
22589
22589
|
);
|
22590
|
-
}, t0 =
|
22590
|
+
}, t0 = ws, ND = (e) => {
|
22591
22591
|
const { labelIcon: t, ...n } = e, a = !!Ec(e.rules?.required), i = e.defaultValue ?? "", { t: s } = K(), [o, l] = F(""), { field: c, fieldState: d } = io({
|
22592
22592
|
...e,
|
22593
22593
|
defaultValue: i
|
@@ -23038,7 +23038,7 @@ const WW = "_title_180i0_2", YW = {
|
|
23038
23038
|
const w = O[T];
|
23039
23039
|
switch (n?.(!0), D.key) {
|
23040
23040
|
case "Enter": {
|
23041
|
-
D.preventDefault(), i !==
|
23041
|
+
D.preventDefault(), i !== Gs.typeaheadMulti ? I(w.props.value) : I(""), t?.(w.props.value), n?.(!1), A(0);
|
23042
23042
|
break;
|
23043
23043
|
}
|
23044
23044
|
case "Escape": {
|
@@ -23046,7 +23046,7 @@ const WW = "_title_180i0_2", YW = {
|
|
23046
23046
|
break;
|
23047
23047
|
}
|
23048
23048
|
case "Backspace": {
|
23049
|
-
i ===
|
23049
|
+
i === Gs.typeahead && t?.("");
|
23050
23050
|
break;
|
23051
23051
|
}
|
23052
23052
|
case "ArrowUp":
|
@@ -23080,13 +23080,13 @@ const WW = "_title_180i0_2", YW = {
|
|
23080
23080
|
isDisabled: b,
|
23081
23081
|
isExpanded: v.isOpen,
|
23082
23082
|
isFullWidth: !0,
|
23083
|
-
status: s === "error" ?
|
23083
|
+
status: s === "error" ? Ws.danger : void 0,
|
23084
23084
|
children: /* @__PURE__ */ _($o, { isPlain: !0, children: [
|
23085
23085
|
/* @__PURE__ */ r(
|
23086
23086
|
zo,
|
23087
23087
|
{
|
23088
23088
|
placeholder: o,
|
23089
|
-
value: i ===
|
23089
|
+
value: i === Gs.typeahead && p ? p : S,
|
23090
23090
|
onClick: x,
|
23091
23091
|
onChange: (w, R) => {
|
23092
23092
|
I(R), a?.(R);
|
@@ -23098,7 +23098,7 @@ const WW = "_title_180i0_2", YW = {
|
|
23098
23098
|
isExpanded: v.isOpen,
|
23099
23099
|
"aria-controls": "select-typeahead-listbox",
|
23100
23100
|
"aria-label": f,
|
23101
|
-
children: i ===
|
23101
|
+
children: i === Gs.typeaheadMulti && Array.isArray(p) && (m || /* @__PURE__ */ r($n, { ...h, children: p.map((w, R) => /* @__PURE__ */ r(
|
23102
23102
|
ln,
|
23103
23103
|
{
|
23104
23104
|
onClick: (C) => {
|
@@ -23131,7 +23131,7 @@ const WW = "_title_180i0_2", YW = {
|
|
23131
23131
|
}
|
23132
23132
|
);
|
23133
23133
|
};
|
23134
|
-
var
|
23134
|
+
var Gs = /* @__PURE__ */ ((e) => (e.single = "single", e.typeahead = "typeahead", e.typeaheadMulti = "typeaheadMulti", e))(Gs || {});
|
23135
23135
|
const om = (e) => typeof e == "number" ? e + "px" : e, Wt = ({
|
23136
23136
|
variant: e = "single",
|
23137
23137
|
...t
|
@@ -23166,7 +23166,7 @@ const om = (e) => typeof e == "number" ? e + "px" : e, Wt = ({
|
|
23166
23166
|
u(v, b), Array.isArray(b.value) || o(!1);
|
23167
23167
|
},
|
23168
23168
|
selections: d && Array.isArray(b.value) ? b.value.map((y) => h(y)) : h(b.value),
|
23169
|
-
variant: d ?
|
23169
|
+
variant: d ? Gs.typeaheadMulti : p.length >= 10 ? Gs.typeahead : Gs.single,
|
23170
23170
|
"aria-label": t("selectOne"),
|
23171
23171
|
isOpen: s,
|
23172
23172
|
isDisabled: i.readOnly,
|
@@ -23323,10 +23323,10 @@ const uY = (e) => typeof e == "string" && e in iv, pY = (e) => Array.isArray(e)
|
|
23323
23323
|
"svg",
|
23324
23324
|
{
|
23325
23325
|
className: q(
|
23326
|
-
|
23327
|
-
|
23328
|
-
t === "light" &&
|
23329
|
-
t === "dark" &&
|
23326
|
+
zs.avatar,
|
23327
|
+
zs.modifiers[n],
|
23328
|
+
t === "light" && zs.modifiers.light,
|
23329
|
+
t === "dark" && zs.modifiers.dark,
|
23330
23330
|
e
|
23331
23331
|
),
|
23332
23332
|
enableBackground: "new 0 0 36 36",
|
@@ -23591,7 +23591,7 @@ function $e(e, t, n) {
|
|
23591
23591
|
}
|
23592
23592
|
const It = () => {
|
23593
23593
|
const { t: e } = K();
|
23594
|
-
return /* @__PURE__ */ r(P2, { children: /* @__PURE__ */ r(
|
23594
|
+
return /* @__PURE__ */ r(P2, { children: /* @__PURE__ */ r(Cs, { "aria-label": e("spinnerLoading") }) });
|
23595
23595
|
}, St = ({
|
23596
23596
|
message: e,
|
23597
23597
|
instructions: t,
|
@@ -23603,8 +23603,8 @@ const It = () => {
|
|
23603
23603
|
icon: l,
|
23604
23604
|
isDisabled: c = !1,
|
23605
23605
|
children: d
|
23606
|
-
}) => /* @__PURE__ */ _(
|
23607
|
-
a && i ? /* @__PURE__ */ r(Rd, { icon:
|
23606
|
+
}) => /* @__PURE__ */ _(Is, { "data-testid": "empty-state", variant: "lg", children: [
|
23607
|
+
a && i ? /* @__PURE__ */ r(Rd, { icon: Js }) : a && /* @__PURE__ */ r(Rd, { icon: l || pr }),
|
23608
23608
|
/* @__PURE__ */ r(Ao, { titleText: e, headingLevel: "h1" }),
|
23609
23609
|
/* @__PURE__ */ r(ro, { children: t }),
|
23610
23610
|
/* @__PURE__ */ _(pc, { children: [
|
@@ -23856,7 +23856,7 @@ function vY({
|
|
23856
23856
|
)
|
23857
23857
|
] }) : /* @__PURE__ */ _(ut, { isExpanded: !!b[A - 1], children: [
|
23858
23858
|
/* @__PURE__ */ r(De, {}),
|
23859
|
-
/* @__PURE__ */ r(De, { colSpan: e.length, children: /* @__PURE__ */ r(
|
23859
|
+
/* @__PURE__ */ r(De, { colSpan: e.length, children: /* @__PURE__ */ r(Rs, { children: /* @__PURE__ */ r(yY, { row: T }) }) })
|
23860
23860
|
] }) }, A)) : /* @__PURE__ */ r(vn, { children: t.map((T, A) => /* @__PURE__ */ _(ut, { isExpanded: b[A], children: [
|
23861
23861
|
d && /* @__PURE__ */ r(
|
23862
23862
|
De,
|
@@ -25033,7 +25033,7 @@ const ek = ({
|
|
25033
25033
|
]
|
25034
25034
|
}
|
25035
25035
|
) : /* @__PURE__ */ _(
|
25036
|
-
|
25036
|
+
Is,
|
25037
25037
|
{
|
25038
25038
|
"data-testid": `${e}-empty-state`,
|
25039
25039
|
className: "pf-v5-u-p-0",
|
@@ -26661,7 +26661,7 @@ class mX {
|
|
26661
26661
|
}
|
26662
26662
|
}
|
26663
26663
|
const Rb = HW(), Nb = "/";
|
26664
|
-
function
|
26664
|
+
function Zs(...e) {
|
26665
26665
|
return e.map((n, a) => {
|
26666
26666
|
const i = a === 0, s = a === e.length - 1;
|
26667
26667
|
return !i && n.startsWith(Nb) && (n = n.slice(1)), !s && n.endsWith(Nb) && (n = n.slice(0, -1)), n;
|
@@ -26677,7 +26677,7 @@ const fX = {}, Sr = "en", hX = ".", ds = cX({
|
|
26677
26677
|
defaultNS: [Rb.realm],
|
26678
26678
|
ns: [Rb.realm],
|
26679
26679
|
backend: {
|
26680
|
-
loadPath:
|
26680
|
+
loadPath: Zs(
|
26681
26681
|
Rb.adminBaseUrl,
|
26682
26682
|
"resources/{{ns}}/admin/{{lng}}"
|
26683
26683
|
),
|
@@ -26814,7 +26814,7 @@ const YD = Yr(
|
|
26814
26814
|
(c) => c === "anyone" || typeof c == "function" && c({ hasAll: s, hasAny: o }) || a.includes(c)
|
26815
26815
|
);
|
26816
26816
|
return /* @__PURE__ */ r(XD.Provider, { value: { hasAccess: s, hasSomeAccess: o }, children: e });
|
26817
|
-
},
|
26817
|
+
}, Ns = (e) => (t) => t && wr(e, t) || "—";
|
26818
26818
|
function wa() {
|
26819
26819
|
const { whoAmI: e } = fr();
|
26820
26820
|
return function(n, a) {
|
@@ -26910,10 +26910,10 @@ const Ar = (e) => (t) => t[e], yk = {
|
|
26910
26910
|
function Jo(e) {
|
26911
26911
|
return e ? { Authorization: `Bearer ${e}` } : {};
|
26912
26912
|
}
|
26913
|
-
async function
|
26913
|
+
async function gs(e, t, n) {
|
26914
26914
|
const a = await e.getAccessToken(), i = e.baseUrl;
|
26915
|
-
return await (await
|
26916
|
-
|
26915
|
+
return await (await Es(
|
26916
|
+
Zs(
|
26917
26917
|
i,
|
26918
26918
|
"admin/realms",
|
26919
26919
|
encodeURIComponent(e.realmName),
|
@@ -26926,13 +26926,13 @@ async function hs(e, t, n) {
|
|
26926
26926
|
)).json();
|
26927
26927
|
}
|
26928
26928
|
async function xX(e) {
|
26929
|
-
return
|
26929
|
+
return gs(e, "ui-ext/info");
|
26930
26930
|
}
|
26931
|
-
const r0 = async (e, { id: t, type: n, first: a, max: i, search: s, endpoint: o }) =>
|
26931
|
+
const r0 = async (e, { id: t, type: n, first: a, max: i, search: s, endpoint: o }) => gs(e, `/ui-ext/${o}/${n}/${t}`, {
|
26932
26932
|
first: (a || 0).toString(),
|
26933
26933
|
max: (i || 10).toString(),
|
26934
26934
|
search: s || ""
|
26935
|
-
}), wX = (e, t) => r0(e, { ...t, endpoint: "available-roles" }), AX = (e, t) => r0(e, { ...t, endpoint: "effective-roles" }), kX = (e, t) =>
|
26935
|
+
}), wX = (e, t) => r0(e, { ...t, endpoint: "available-roles" }), AX = (e, t) => r0(e, { ...t, endpoint: "effective-roles" }), kX = (e, t) => gs(
|
26936
26936
|
e,
|
26937
26937
|
"ui-ext/brute-force-user",
|
26938
26938
|
t
|
@@ -26941,7 +26941,7 @@ const r0 = async (e, { id: t, type: n, first: a, max: i, search: s, endpoint: o
|
|
26941
26941
|
endpoint: "authentication-management"
|
26942
26942
|
}), RX = ({ role: e }) => {
|
26943
26943
|
const { t } = K();
|
26944
|
-
return /* @__PURE__ */ r(Va, { wrapModifier: "truncate", children:
|
26944
|
+
return /* @__PURE__ */ r(Va, { wrapModifier: "truncate", children: Ns(t)(e.description) });
|
26945
26945
|
}, Yd = ({
|
26946
26946
|
label: e,
|
26947
26947
|
variant: t,
|
@@ -27252,7 +27252,7 @@ const r0 = async (e, { id: t, type: n, first: a, max: i, search: s, endpoint: o
|
|
27252
27252
|
{
|
27253
27253
|
name: "role.description",
|
27254
27254
|
displayKey: "description",
|
27255
|
-
cellFormatters: [
|
27255
|
+
cellFormatters: [Ns(o)]
|
27256
27256
|
}
|
27257
27257
|
],
|
27258
27258
|
emptyState: /* @__PURE__ */ r(
|
@@ -27349,14 +27349,14 @@ const r0 = async (e, { id: t, type: n, first: a, max: i, search: s, endpoint: o
|
|
27349
27349
|
}
|
27350
27350
|
);
|
27351
27351
|
};
|
27352
|
-
function
|
27353
|
-
return
|
27352
|
+
function $s() {
|
27353
|
+
return $s = Object.assign ? Object.assign.bind() : function(e) {
|
27354
27354
|
for (var t = 1; t < arguments.length; t++) {
|
27355
27355
|
var n = arguments[t];
|
27356
27356
|
for (var a in n) ({}).hasOwnProperty.call(n, a) && (e[a] = n[a]);
|
27357
27357
|
}
|
27358
27358
|
return e;
|
27359
|
-
},
|
27359
|
+
}, $s.apply(null, arguments);
|
27360
27360
|
}
|
27361
27361
|
function ZD(e, t) {
|
27362
27362
|
if (e == null) return {};
|
@@ -29077,10 +29077,10 @@ var ya;
|
|
29077
29077
|
e[e.NUM = 35] = "NUM", e[e.SEMI = 59] = "SEMI", e[e.EQUALS = 61] = "EQUALS", e[e.ZERO = 48] = "ZERO", e[e.NINE = 57] = "NINE", e[e.LOWER_A = 97] = "LOWER_A", e[e.LOWER_F = 102] = "LOWER_F", e[e.LOWER_X = 120] = "LOWER_X", e[e.LOWER_Z = 122] = "LOWER_Z", e[e.UPPER_A = 65] = "UPPER_A", e[e.UPPER_F = 70] = "UPPER_F", e[e.UPPER_Z = 90] = "UPPER_Z";
|
29078
29078
|
})(ya || (ya = {}));
|
29079
29079
|
const pZ = 32;
|
29080
|
-
var
|
29080
|
+
var js;
|
29081
29081
|
(function(e) {
|
29082
29082
|
e[e.VALUE_LENGTH = 49152] = "VALUE_LENGTH", e[e.BRANCH_LENGTH = 16256] = "BRANCH_LENGTH", e[e.JUMP_TABLE = 127] = "JUMP_TABLE";
|
29083
|
-
})(
|
29083
|
+
})(js || (js = {}));
|
29084
29084
|
function cv(e) {
|
29085
29085
|
return e >= ya.ZERO && e <= ya.NINE;
|
29086
29086
|
}
|
@@ -29226,7 +29226,7 @@ class gZ {
|
|
29226
29226
|
*/
|
29227
29227
|
stateNamedEntity(t, n) {
|
29228
29228
|
const { decodeTree: a } = this;
|
29229
|
-
let i = a[this.treeIndex], s = (i &
|
29229
|
+
let i = a[this.treeIndex], s = (i & js.VALUE_LENGTH) >> 14;
|
29230
29230
|
for (; n < t.length; n++, this.excess++) {
|
29231
29231
|
const o = t.charCodeAt(n);
|
29232
29232
|
if (this.treeIndex = bZ(a, i, this.treeIndex + Math.max(1, s), o), this.treeIndex < 0)
|
@@ -29234,7 +29234,7 @@ class gZ {
|
|
29234
29234
|
this.decodeMode === Ji.Attribute && // We shouldn't have consumed any characters after the entity,
|
29235
29235
|
(s === 0 || // And there should be no invalid characters.
|
29236
29236
|
hZ(o)) ? 0 : this.emitNotTerminatedNamedEntity();
|
29237
|
-
if (i = a[this.treeIndex], s = (i &
|
29237
|
+
if (i = a[this.treeIndex], s = (i & js.VALUE_LENGTH) >> 14, s !== 0) {
|
29238
29238
|
if (o === ya.SEMI)
|
29239
29239
|
return this.emitNamedEntityData(this.treeIndex, s, this.consumed + this.excess);
|
29240
29240
|
this.decodeMode !== Ji.Strict && (this.result = this.treeIndex, this.consumed += this.excess, this.excess = 0);
|
@@ -29249,7 +29249,7 @@ class gZ {
|
|
29249
29249
|
*/
|
29250
29250
|
emitNotTerminatedNamedEntity() {
|
29251
29251
|
var t;
|
29252
|
-
const { result: n, decodeTree: a } = this, i = (a[n] &
|
29252
|
+
const { result: n, decodeTree: a } = this, i = (a[n] & js.VALUE_LENGTH) >> 14;
|
29253
29253
|
return this.emitNamedEntityData(n, i, this.consumed), (t = this.errors) === null || t === void 0 || t.missingSemicolonAfterCharacterReference(), this.consumed;
|
29254
29254
|
}
|
29255
29255
|
/**
|
@@ -29263,7 +29263,7 @@ class gZ {
|
|
29263
29263
|
*/
|
29264
29264
|
emitNamedEntityData(t, n, a) {
|
29265
29265
|
const { decodeTree: i } = this;
|
29266
|
-
return this.emitCodePoint(n === 1 ? i[t] & ~
|
29266
|
+
return this.emitCodePoint(n === 1 ? i[t] & ~js.VALUE_LENGTH : i[t + 1], a), n === 3 && this.emitCodePoint(i[t + 2], a), a;
|
29267
29267
|
}
|
29268
29268
|
/**
|
29269
29269
|
* Signal to the parser that the end of the input was reached.
|
@@ -29290,7 +29290,7 @@ class gZ {
|
|
29290
29290
|
}
|
29291
29291
|
}
|
29292
29292
|
function bZ(e, t, n, a) {
|
29293
|
-
const i = (t &
|
29293
|
+
const i = (t & js.BRANCH_LENGTH) >> 7, s = t & js.JUMP_TABLE;
|
29294
29294
|
if (i === 0)
|
29295
29295
|
return s !== 0 && a === s ? n : -1;
|
29296
29296
|
if (s) {
|
@@ -29570,11 +29570,11 @@ function td(e) {
|
|
29570
29570
|
function SZ(e) {
|
29571
29571
|
return e >= se.LATIN_SMALL_A && e <= se.LATIN_SMALL_Z;
|
29572
29572
|
}
|
29573
|
-
function
|
29573
|
+
function Ms(e) {
|
29574
29574
|
return SZ(e) || td(e);
|
29575
29575
|
}
|
29576
29576
|
function wk(e) {
|
29577
|
-
return
|
29577
|
+
return Ms(e) || EZ(e);
|
29578
29578
|
}
|
29579
29579
|
function ip(e) {
|
29580
29580
|
return e + 32;
|
@@ -30211,7 +30211,7 @@ class CZ {
|
|
30211
30211
|
// Tag open state
|
30212
30212
|
//------------------------------------------------------------------
|
30213
30213
|
_stateTagOpen(t) {
|
30214
|
-
if (
|
30214
|
+
if (Ms(t))
|
30215
30215
|
this._createStartTagToken(), this.state = ue.TAG_NAME, this._stateTagName(t);
|
30216
30216
|
else
|
30217
30217
|
switch (t) {
|
@@ -30238,7 +30238,7 @@ class CZ {
|
|
30238
30238
|
// End tag open state
|
30239
30239
|
//------------------------------------------------------------------
|
30240
30240
|
_stateEndTagOpen(t) {
|
30241
|
-
if (
|
30241
|
+
if (Ms(t))
|
30242
30242
|
this._createEndTagToken(), this.state = ue.TAG_NAME, this._stateTagName(t);
|
30243
30243
|
else
|
30244
30244
|
switch (t) {
|
@@ -30294,7 +30294,7 @@ class CZ {
|
|
30294
30294
|
// RCDATA end tag open state
|
30295
30295
|
//------------------------------------------------------------------
|
30296
30296
|
_stateRcdataEndTagOpen(t) {
|
30297
|
-
|
30297
|
+
Ms(t) ? (this.state = ue.RCDATA_END_TAG_NAME, this._stateRcdataEndTagName(t)) : (this._emitChars("</"), this.state = ue.RCDATA, this._stateRcdata(t));
|
30298
30298
|
}
|
30299
30299
|
handleSpecialEndTag(t) {
|
30300
30300
|
if (!this.preprocessor.startsWith(this.lastStartTagName, !1))
|
@@ -30328,7 +30328,7 @@ class CZ {
|
|
30328
30328
|
// RAWTEXT end tag open state
|
30329
30329
|
//------------------------------------------------------------------
|
30330
30330
|
_stateRawtextEndTagOpen(t) {
|
30331
|
-
|
30331
|
+
Ms(t) ? (this.state = ue.RAWTEXT_END_TAG_NAME, this._stateRawtextEndTagName(t)) : (this._emitChars("</"), this.state = ue.RAWTEXT, this._stateRawtext(t));
|
30332
30332
|
}
|
30333
30333
|
// RAWTEXT end tag name state
|
30334
30334
|
//------------------------------------------------------------------
|
@@ -30354,7 +30354,7 @@ class CZ {
|
|
30354
30354
|
// Script data end tag open state
|
30355
30355
|
//------------------------------------------------------------------
|
30356
30356
|
_stateScriptDataEndTagOpen(t) {
|
30357
|
-
|
30357
|
+
Ms(t) ? (this.state = ue.SCRIPT_DATA_END_TAG_NAME, this._stateScriptDataEndTagName(t)) : (this._emitChars("</"), this.state = ue.SCRIPT_DATA, this._stateScriptData(t));
|
30358
30358
|
}
|
30359
30359
|
// Script data end tag name state
|
30360
30360
|
//------------------------------------------------------------------
|
@@ -30450,12 +30450,12 @@ class CZ {
|
|
30450
30450
|
// Script data escaped less-than sign state
|
30451
30451
|
//------------------------------------------------------------------
|
30452
30452
|
_stateScriptDataEscapedLessThanSign(t) {
|
30453
|
-
t === se.SOLIDUS ? this.state = ue.SCRIPT_DATA_ESCAPED_END_TAG_OPEN :
|
30453
|
+
t === se.SOLIDUS ? this.state = ue.SCRIPT_DATA_ESCAPED_END_TAG_OPEN : Ms(t) ? (this._emitChars("<"), this.state = ue.SCRIPT_DATA_DOUBLE_ESCAPE_START, this._stateScriptDataDoubleEscapeStart(t)) : (this._emitChars("<"), this.state = ue.SCRIPT_DATA_ESCAPED, this._stateScriptDataEscaped(t));
|
30454
30454
|
}
|
30455
30455
|
// Script data escaped end tag open state
|
30456
30456
|
//------------------------------------------------------------------
|
30457
30457
|
_stateScriptDataEscapedEndTagOpen(t) {
|
30458
|
-
|
30458
|
+
Ms(t) ? (this.state = ue.SCRIPT_DATA_ESCAPED_END_TAG_NAME, this._stateScriptDataEscapedEndTagName(t)) : (this._emitChars("</"), this.state = ue.SCRIPT_DATA_ESCAPED, this._stateScriptDataEscaped(t));
|
30459
30459
|
}
|
30460
30460
|
// Script data escaped end tag name state
|
30461
30461
|
//------------------------------------------------------------------
|
@@ -31795,7 +31795,7 @@ class RZ {
|
|
31795
31795
|
return this.entries.find((n) => n.type === Ii.Element && n.element === t);
|
31796
31796
|
}
|
31797
31797
|
}
|
31798
|
-
const
|
31798
|
+
const Fs = {
|
31799
31799
|
//Node construction
|
31800
31800
|
createDocument() {
|
31801
31801
|
return {
|
@@ -31860,7 +31860,7 @@ const Ms = {
|
|
31860
31860
|
systemId: a,
|
31861
31861
|
parentNode: null
|
31862
31862
|
};
|
31863
|
-
|
31863
|
+
Fs.appendChild(e, s);
|
31864
31864
|
}
|
31865
31865
|
},
|
31866
31866
|
setDocumentMode(e, t) {
|
@@ -31878,16 +31878,16 @@ const Ms = {
|
|
31878
31878
|
insertText(e, t) {
|
31879
31879
|
if (e.childNodes.length > 0) {
|
31880
31880
|
const n = e.childNodes[e.childNodes.length - 1];
|
31881
|
-
if (
|
31881
|
+
if (Fs.isTextNode(n)) {
|
31882
31882
|
n.value += t;
|
31883
31883
|
return;
|
31884
31884
|
}
|
31885
31885
|
}
|
31886
|
-
|
31886
|
+
Fs.appendChild(e, Fs.createTextNode(t));
|
31887
31887
|
},
|
31888
31888
|
insertTextBefore(e, t, n) {
|
31889
31889
|
const a = e.childNodes[e.childNodes.indexOf(n) - 1];
|
31890
|
-
a &&
|
31890
|
+
a && Fs.isTextNode(a) ? a.value += t : Fs.insertBefore(e, Fs.createTextNode(t), n);
|
31891
31891
|
},
|
31892
31892
|
adoptAttributes(e, t) {
|
31893
31893
|
const n = new Set(e.attrs.map((a) => a.name));
|
@@ -32260,7 +32260,7 @@ const JZ = {
|
|
32260
32260
|
}, EP = /* @__PURE__ */ new Set([N.TABLE, N.TBODY, N.TFOOT, N.THEAD, N.TR]), Pk = {
|
32261
32261
|
scriptingEnabled: !0,
|
32262
32262
|
sourceCodeLocationInfo: !1,
|
32263
|
-
treeAdapter:
|
32263
|
+
treeAdapter: Fs,
|
32264
32264
|
onParseError: null
|
32265
32265
|
};
|
32266
32266
|
class SP {
|
@@ -37205,7 +37205,7 @@ const Ate = /* @__PURE__ */ fe.forwardRef((e, t) => {
|
|
37205
37205
|
paddingLeft: a
|
37206
37206
|
}, v = ct(() => Ste("<pre aria-hidden=true><code " + (o && h ? 'class="language-' + o + '"' : "") + " >" + Tte(String(h || "")) + "</code><br /></pre>", u), [h, o, u]), S = ct(
|
37207
37207
|
() => /* @__PURE__ */ r("div", {
|
37208
|
-
style:
|
37208
|
+
style: $s({}, Zk, y, {
|
37209
37209
|
minHeight: i
|
37210
37210
|
}),
|
37211
37211
|
className: n + "-preview " + (o ? "language-" + o : ""),
|
@@ -37219,7 +37219,7 @@ const Ate = /* @__PURE__ */ fe.forwardRef((e, t) => {
|
|
37219
37219
|
g(k.target.value), p && p(k);
|
37220
37220
|
}, T = (k) => {
|
37221
37221
|
m.readOnly || (!m.onKeyDown || m.onKeyDown(k) !== !1) && _te(k, f);
|
37222
|
-
}, A =
|
37222
|
+
}, A = $s({
|
37223
37223
|
autoComplete: "off",
|
37224
37224
|
autoCorrect: "off",
|
37225
37225
|
spellCheck: "false",
|
@@ -37227,7 +37227,7 @@ const Ate = /* @__PURE__ */ fe.forwardRef((e, t) => {
|
|
37227
37227
|
}, m, {
|
37228
37228
|
placeholder: s,
|
37229
37229
|
onKeyDown: T,
|
37230
|
-
style:
|
37230
|
+
style: $s({}, Zk, xte, y, {
|
37231
37231
|
minHeight: i
|
37232
37232
|
}, s && !h ? {
|
37233
37233
|
WebkitTextFillColor: "inherit"
|
@@ -37237,10 +37237,10 @@ const Ate = /* @__PURE__ */ fe.forwardRef((e, t) => {
|
|
37237
37237
|
value: h
|
37238
37238
|
});
|
37239
37239
|
return /* @__PURE__ */ _("div", {
|
37240
|
-
style:
|
37240
|
+
style: $s({}, Ite, d),
|
37241
37241
|
className: n + " " + (c || ""),
|
37242
37242
|
"data-color-mode": l,
|
37243
|
-
children: [/* @__PURE__ */ r("textarea",
|
37243
|
+
children: [/* @__PURE__ */ r("textarea", $s({}, A, {
|
37244
37244
|
ref: b
|
37245
37245
|
})), S]
|
37246
37246
|
});
|
@@ -59401,7 +59401,7 @@ const r3 = /* @__PURE__ */ fe.forwardRef((e, t) => {
|
|
59401
59401
|
ignoreMissing: !0
|
59402
59402
|
}]]
|
59403
59403
|
} = e, a = ZD(e, Ane);
|
59404
|
-
return /* @__PURE__ */ r(Ate,
|
59404
|
+
return /* @__PURE__ */ r(Ate, $s({}, a, {
|
59405
59405
|
rehypePlugins: n,
|
59406
59406
|
ref: t
|
59407
59407
|
}));
|
@@ -60092,7 +60092,7 @@ function ot(e, t) {
|
|
60092
60092
|
}
|
60093
60093
|
return oc(e, n);
|
60094
60094
|
}
|
60095
|
-
const Gne = Ze(() => import("./FlowDetails-
|
60095
|
+
const Gne = Ze(() => import("./FlowDetails-DL7T9-dv.js")), nI = {
|
60096
60096
|
path: "/:realm/authentication/:id/:usedBy",
|
60097
60097
|
element: /* @__PURE__ */ r(Gne, {}),
|
60098
60098
|
breadcrumb: (e) => e("flowDetails"),
|
@@ -60430,7 +60430,7 @@ const Vne = ({
|
|
60430
60430
|
}
|
60431
60431
|
);
|
60432
60432
|
}, qne = () => {
|
60433
|
-
const { adminClient: e } = Ce(), { t } = K(), { addAlert: n, addError: a } = Pe(), [i, s] = F(), [o, l] = F(), [c, d] = F(0), u = () => d(c + 1), { realm: p } = ke(), f = async () => await (await
|
60433
|
+
const { adminClient: e } = Ce(), { t } = K(), { addAlert: n, addError: a } = Pe(), [i, s] = F(), [o, l] = F(), [c, d] = F(0), u = () => d(c + 1), { realm: p } = ke(), f = async () => await (await Es(
|
60434
60434
|
`${cs(
|
60435
60435
|
e.baseUrl
|
60436
60436
|
)}admin/realms/${p}/ui-ext/authentication-management/required-actions`,
|
@@ -60733,7 +60733,7 @@ const Vne = ({
|
|
60733
60733
|
isActive: !u.isDisabled,
|
60734
60734
|
children: m
|
60735
60735
|
});
|
60736
|
-
case
|
60736
|
+
case ws:
|
60737
60737
|
return Nc(p, {
|
60738
60738
|
readOnly: u.isDisabled,
|
60739
60739
|
children: m
|
@@ -61175,7 +61175,7 @@ const Vne = ({
|
|
61175
61175
|
}
|
61176
61176
|
),
|
61177
61177
|
h === bl[0] && /* @__PURE__ */ r(
|
61178
|
-
|
61178
|
+
hs,
|
61179
61179
|
{
|
61180
61180
|
name: "otpPolicyCodeReusable",
|
61181
61181
|
label: a("otpPolicyCodeReusable"),
|
@@ -61419,7 +61419,7 @@ const mO = ({ onSelect: e, selectedPolicies: t }) => {
|
|
61419
61419
|
}
|
61420
61420
|
) }) })
|
61421
61421
|
] }),
|
61422
|
-
!d.length && !e.passwordPolicy && /* @__PURE__ */ _(
|
61422
|
+
!d.length && !e.passwordPolicy && /* @__PURE__ */ _(Is, { "data-testid": "empty-state", variant: "lg", children: [
|
61423
61423
|
/* @__PURE__ */ r(
|
61424
61424
|
Ao,
|
61425
61425
|
{
|
@@ -61599,7 +61599,7 @@ const mO = ({ onSelect: e, selectedPolicies: t }) => {
|
|
61599
61599
|
}
|
61600
61600
|
),
|
61601
61601
|
/* @__PURE__ */ r(
|
61602
|
-
|
61602
|
+
hs,
|
61603
61603
|
{
|
61604
61604
|
name: `${m}AvoidSameAuthenticatorRegister`,
|
61605
61605
|
label: i("webAuthnPolicyAvoidSameAuthenticatorRegister"),
|
@@ -61653,7 +61653,7 @@ const mO = ({ onSelect: e, selectedPolicies: t }) => {
|
|
61653
61653
|
}
|
61654
61654
|
),
|
61655
61655
|
n && b(An.Passkeys) && /* @__PURE__ */ r(
|
61656
|
-
|
61656
|
+
hs,
|
61657
61657
|
{
|
61658
61658
|
name: `${m}PasskeysEnabled`,
|
61659
61659
|
label: i("webAuthnPolicyPasskeysEnabled"),
|
@@ -61765,7 +61765,7 @@ const mO = ({ onSelect: e, selectedPolicies: t }) => {
|
|
61765
61765
|
return {
|
61766
61766
|
pathname: ot(t, e)
|
61767
61767
|
};
|
61768
|
-
}, fae = Ze(() => import("./CreateFlow-
|
61768
|
+
}, fae = Ze(() => import("./CreateFlow-D3comYfA.js")), b3 = {
|
61769
61769
|
path: "/:realm/authentication/flows/create",
|
61770
61770
|
element: /* @__PURE__ */ r(fae, {}),
|
61771
61771
|
breadcrumb: (e) => e("createFlow"),
|
@@ -61796,7 +61796,7 @@ const mO = ({ onSelect: e, selectedPolicies: t }) => {
|
|
61796
61796
|
};
|
61797
61797
|
function bae() {
|
61798
61798
|
const { adminClient: e } = Ce(), { t } = K(), { realm: n, realmRepresentation: a } = ke(), [i, s] = F(0), o = () => s(i + 1), { addAlert: l, addError: c } = Pe(), d = wa(), [u, p] = F(), [f, m] = vt(), [h, g] = vt(), b = async () => {
|
61799
|
-
const O = await (await
|
61799
|
+
const O = await (await Es(
|
61800
61800
|
`${cs(
|
61801
61801
|
e.baseUrl
|
61802
61802
|
)}admin/realms/${n}/ui-ext/authentication-management/flows`,
|
@@ -62226,7 +62226,7 @@ const yae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
62226
62226
|
handle: {
|
62227
62227
|
access: "view-clients"
|
62228
62228
|
}
|
62229
|
-
},
|
62229
|
+
}, Vs = (e) => {
|
62230
62230
|
const t = E3.path;
|
62231
62231
|
return {
|
62232
62232
|
pathname: ot(t, e)
|
@@ -62242,7 +62242,7 @@ const yae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
62242
62242
|
pathname: ot(oI.path, e)
|
62243
62243
|
});
|
62244
62244
|
function _ae() {
|
62245
|
-
const { adminClient: e } = Ce(), { t } = K(), { addAlert: n, addError: a } = Pe(), { id: i, mapperId: s, viewMode: o } = tn(), l = rt(), { setValue: c, handleSubmit: d } = l, [u, p] = F(), [f, m] = F(), h = mt(), { realm: g } = ke(), b = $t(), y = o === "edit", v = !!Dp(oI.path), S = () => v ?
|
62245
|
+
const { adminClient: e } = Ce(), { t } = K(), { addAlert: n, addError: a } = Pe(), { id: i, mapperId: s, viewMode: o } = tn(), l = rt(), { setValue: c, handleSubmit: d } = l, [u, p] = F(), [f, m] = F(), h = mt(), { realm: g } = ke(), b = $t(), y = o === "edit", v = !!Dp(oI.path), S = () => v ? Vs({ realm: g, id: i, tab: "mappers" }) : vm({ realm: g, clientId: i, tab: "mappers" });
|
62246
62246
|
$e(
|
62247
62247
|
async () => {
|
62248
62248
|
let k;
|
@@ -62454,12 +62454,12 @@ const S3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
62454
62454
|
}
|
62455
62455
|
], At = (e) => {
|
62456
62456
|
const { t } = K();
|
62457
|
-
return /* @__PURE__ */ r(
|
62457
|
+
return /* @__PURE__ */ r(hs, { ...e, labelOn: t("on"), labelOff: t("off") });
|
62458
62458
|
};
|
62459
|
-
var
|
62460
|
-
const lI = Object.keys(
|
62459
|
+
var bs = /* @__PURE__ */ ((e) => (e.default = "default", e.optional = "optional", e))(bs || {}), _r = /* @__PURE__ */ ((e) => (e.none = "none", e))(_r || {});
|
62460
|
+
const lI = Object.keys(bs), Em = Object.keys({
|
62461
62461
|
..._r,
|
62462
|
-
...
|
62462
|
+
...bs
|
62463
62463
|
}), cI = (e, t = lI) => t.map((n) => /* @__PURE__ */ r(it, { value: n, children: e(`clientScopeType.${n}`) }, n)), Iae = (e, t) => lI.map((n) => /* @__PURE__ */ r(st, { onClick: () => t(n), children: e(`clientScopeType.${n}`) }, n)), C3 = ({
|
62464
62464
|
clientScope: e,
|
62465
62465
|
type: t,
|
@@ -62904,7 +62904,7 @@ const lI = Object.keys(gs), Em = Object.keys({
|
|
62904
62904
|
name: t
|
62905
62905
|
}) => {
|
62906
62906
|
const { realm: n } = ke();
|
62907
|
-
return /* @__PURE__ */ r(We, { to:
|
62907
|
+
return /* @__PURE__ */ r(We, { to: Vs({ realm: n, id: e, tab: "settings" }), children: t }, e);
|
62908
62908
|
};
|
62909
62909
|
function Dae() {
|
62910
62910
|
const { adminClient: e } = Ce(), { realm: t } = ke(), { t: n } = K(), { addAlert: a, addError: i } = Pe(), [s, o] = F(!1), [l, c] = F([]), [d, u] = F("name"), [p, f] = F(
|
@@ -62916,9 +62916,9 @@ function Dae() {
|
|
62916
62916
|
...C,
|
62917
62917
|
type: x.find(
|
62918
62918
|
(V) => V.name === C.name
|
62919
|
-
) ?
|
62919
|
+
) ? bs.default : L.find(
|
62920
62920
|
(V) => V.name === C.name
|
62921
|
-
) ?
|
62921
|
+
) ? bs.optional : _r.none
|
62922
62922
|
})).filter(w);
|
62923
62923
|
return g(R, Ar("name")).slice(
|
62924
62924
|
A,
|
@@ -63108,7 +63108,7 @@ function Mae() {
|
|
63108
63108
|
{ ...c, id: d.id },
|
63109
63109
|
c.type
|
63110
63110
|
), i(t("createClientScopeSuccess", _e.success)), n(
|
63111
|
-
|
63111
|
+
Vs({
|
63112
63112
|
realm: a,
|
63113
63113
|
id: d.id,
|
63114
63114
|
tab: "settings"
|
@@ -63205,7 +63205,7 @@ const $ae = Ze(() => Promise.resolve().then(() => PI)), U3 = {
|
|
63205
63205
|
handle: {
|
63206
63206
|
access: "query-clients"
|
63207
63207
|
}
|
63208
|
-
},
|
63208
|
+
}, ys = (e) => ({
|
63209
63209
|
pathname: ot(U3.path, e)
|
63210
63210
|
}), zae = Ze(() => Promise.resolve().then(() => gce)), dI = {
|
63211
63211
|
path: "/:realm/groups/*",
|
@@ -63239,7 +63239,7 @@ const $ae = Ze(() => Promise.resolve().then(() => PI)), U3 = {
|
|
63239
63239
|
}
|
63240
63240
|
}, jf = (e) => ({
|
63241
63241
|
pathname: ot(pI.path, e)
|
63242
|
-
}), Vae = Ze(() => import("./DetailOrganization-
|
63242
|
+
}), Vae = Ze(() => import("./DetailOrganization-8YYRYFY6.js")), H3 = {
|
63243
63243
|
path: "/:realm/organizations/:id/:tab",
|
63244
63244
|
element: /* @__PURE__ */ r(Vae, {}),
|
63245
63245
|
breadcrumb: (e) => e("organizationDetails"),
|
@@ -63261,11 +63261,11 @@ const $ae = Ze(() => Promise.resolve().then(() => PI)), U3 = {
|
|
63261
63261
|
if (!n)
|
63262
63262
|
return console.warn("event didn't contain a valid link", t), "";
|
63263
63263
|
const a = n[1];
|
63264
|
-
return t.resourceType === "CLIENT" || t.resourceType?.startsWith("AUTHORIZATION_RESOURCE") ?
|
63264
|
+
return t.resourceType === "CLIENT" || t.resourceType?.startsWith("AUTHORIZATION_RESOURCE") ? ys({
|
63265
63265
|
realm: e,
|
63266
63266
|
clientId: a,
|
63267
63267
|
tab: t.resourceType === "CLIENT" ? "settings" : "authorization"
|
63268
|
-
}) : t.resourceType === "GROUP" ? rc({ realm: e, id: a }) : t.resourceType === "CLIENT_SCOPE" ?
|
63268
|
+
}) : t.resourceType === "GROUP" ? rc({ realm: e, id: a }) : t.resourceType === "CLIENT_SCOPE" ? Vs({ realm: e, id: a, tab: "settings" }) : t.resourceType === "USER" || t.resourceType === "GROUP_MEMBERSHIP" ? ji({ realm: e, id: a, tab: "settings" }) : t.resourceType === "AUTH_FLOW" ? aI({ realm: e, id: a, usedBy: "-" }) : t.resourcePath?.startsWith("roles-by-id") ? jf({ realm: e, id: a, tab: "details" }) : t.resourceType === "ORGANIZATION" ? eu({ realm: e, id: a, tab: "settings" }) : t.resourceType === "ORGANIZATION_MEMBERSHIP" ? eu({ realm: e, id: a, tab: "members" }) : "";
|
63269
63269
|
}, Xae = ({ event: e }) => {
|
63270
63270
|
const { realm: t } = ke();
|
63271
63271
|
return /* @__PURE__ */ r(qae, { text: e.resourcePath, children: (n) => Kae(e) ? /* @__PURE__ */ r(We, { to: Yae(t, e), children: n }) : /* @__PURE__ */ r("span", { children: n }) });
|
@@ -63743,15 +63743,15 @@ function Jae() {
|
|
63743
63743
|
async function g(L) {
|
63744
63744
|
return (await e.clientScopes.listDefaultClientScopes()).find(
|
63745
63745
|
(M) => M.name === L.name
|
63746
|
-
) ?
|
63746
|
+
) ? bs.default : (await e.clientScopes.listDefaultOptionalClientScopes()).find(
|
63747
63747
|
(M) => M.name === L.name
|
63748
|
-
) ?
|
63748
|
+
) ? bs.optional : _r.none;
|
63749
63749
|
}
|
63750
63750
|
const b = bt(
|
63751
|
-
|
63751
|
+
Vs({ realm: a, id: s, tab: "settings" })
|
63752
63752
|
), y = bt(
|
63753
|
-
|
63754
|
-
), v = bt(
|
63753
|
+
Vs({ realm: a, id: s, tab: "mappers" })
|
63754
|
+
), v = bt(Vs({ realm: a, id: s, tab: "scope" })), S = bt(Vs({ realm: a, id: s, tab: "events" })), I = async (L) => {
|
63755
63755
|
const D = da({
|
63756
63756
|
...L,
|
63757
63757
|
name: L.name?.trim().replace(/ /g, "_")
|
@@ -65212,7 +65212,7 @@ function cre() {
|
|
65212
65212
|
...h,
|
65213
65213
|
clientId: h.clientId?.trim()
|
65214
65214
|
});
|
65215
|
-
o(t("createClientSuccess"), _e.success), a(
|
65215
|
+
o(t("createClientSuccess"), _e.success), a(ys({ realm: n, clientId: g.id, tab: "settings" }));
|
65216
65216
|
} catch (g) {
|
65217
65217
|
l("createClientError", g);
|
65218
65218
|
} finally {
|
@@ -65608,7 +65608,7 @@ const dre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
65608
65608
|
}
|
65609
65609
|
) }) })
|
65610
65610
|
] }) : /* @__PURE__ */ _(
|
65611
|
-
|
65611
|
+
Is,
|
65612
65612
|
{
|
65613
65613
|
"data-testid": `${e}-empty-state`,
|
65614
65614
|
className: "pf-v5-u-p-0",
|
@@ -66915,7 +66915,7 @@ const dre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
66915
66915
|
}
|
66916
66916
|
),
|
66917
66917
|
/* @__PURE__ */ r(
|
66918
|
-
|
66918
|
+
xs,
|
66919
66919
|
{
|
66920
66920
|
toggleText: s("registeredClusterNodes"),
|
66921
66921
|
onToggle: (k, O) => f(O),
|
@@ -66991,7 +66991,7 @@ const dre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
66991
66991
|
] })
|
66992
66992
|
] });
|
66993
66993
|
}, Cre = Ze(
|
66994
|
-
() => import("./PermissionDetails-
|
66994
|
+
() => import("./PermissionDetails-DSi3LsGa.js")
|
66995
66995
|
), bI = {
|
66996
66996
|
path: "/:realm/clients/:id/authorization/permission/new/:permissionType",
|
66997
66997
|
element: /* @__PURE__ */ r(Cre, {}),
|
@@ -67007,7 +67007,7 @@ const dre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
67007
67007
|
return {
|
67008
67008
|
pathname: ot(t, e)
|
67009
67009
|
};
|
67010
|
-
}, _re = Ze(() => import("./ResourceDetails-
|
67010
|
+
}, _re = Ze(() => import("./ResourceDetails-D8N9yjA2.js")), q3 = {
|
67011
67011
|
path: "/:realm/clients/:id/authorization/resource/new",
|
67012
67012
|
element: /* @__PURE__ */ r(_re, {}),
|
67013
67013
|
breadcrumb: (e) => e("createResource"),
|
@@ -67016,7 +67016,7 @@ const dre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
67016
67016
|
}
|
67017
67017
|
}, CO = (e) => ({
|
67018
67018
|
pathname: ot(q3.path, e)
|
67019
|
-
}), Ire = Ze(() => import("./ResourceDetails-
|
67019
|
+
}), Ire = Ze(() => import("./ResourceDetails-D8N9yjA2.js")), yI = {
|
67020
67020
|
path: "/:realm/clients/:id/authorization/resource",
|
67021
67021
|
element: /* @__PURE__ */ r(Ire, {}),
|
67022
67022
|
breadcrumb: (e) => e("resourceDetails"),
|
@@ -67036,7 +67036,7 @@ const dre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
67036
67036
|
pathname: ot(t, e)
|
67037
67037
|
};
|
67038
67038
|
}, xre = Ze(
|
67039
|
-
() => import("./PermissionDetails-
|
67039
|
+
() => import("./PermissionDetails-DSi3LsGa.js")
|
67040
67040
|
), W3 = {
|
67041
67041
|
path: "/:realm/clients/:id/authorization/permission/:permissionType/:permissionId",
|
67042
67042
|
element: /* @__PURE__ */ r(xre, {}),
|
@@ -67050,7 +67050,7 @@ const dre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
67050
67050
|
}
|
67051
67051
|
}, Po = (e) => ({
|
67052
67052
|
pathname: ot(W3.path, e)
|
67053
|
-
}), wre = Ze(() => import("./ScopeDetails-
|
67053
|
+
}), wre = Ze(() => import("./ScopeDetails-DeSa9k9z.js")), EI = {
|
67054
67054
|
path: "/:realm/clients/:id/authorization/scope",
|
67055
67055
|
element: /* @__PURE__ */ r(wre, {}),
|
67056
67056
|
breadcrumb: (e) => e("authorizationScopeDetails"),
|
@@ -67415,7 +67415,7 @@ const kre = ({ id: e, clientId: t, uris: n }) => {
|
|
67415
67415
|
isExpanded: w.isExpanded,
|
67416
67416
|
children: [
|
67417
67417
|
/* @__PURE__ */ r(De, {}),
|
67418
|
-
/* @__PURE__ */ r(De, { colSpan: 4, children: /* @__PURE__ */ r(
|
67418
|
+
/* @__PURE__ */ r(De, { colSpan: 4, children: /* @__PURE__ */ r(Rs, { children: w.isExpanded && /* @__PURE__ */ r(
|
67419
67419
|
kre,
|
67420
67420
|
{
|
67421
67421
|
clientId: e,
|
@@ -67450,7 +67450,7 @@ const kre = ({ id: e, clientId: t, uris: n }) => {
|
|
67450
67450
|
}
|
67451
67451
|
)
|
67452
67452
|
] });
|
67453
|
-
}, Nre = Ze(() => import("./ScopeDetails-
|
67453
|
+
}, Nre = Ze(() => import("./ScopeDetails-DeSa9k9z.js")), Z3 = {
|
67454
67454
|
path: "/:realm/clients/:id/authorization/scope/new",
|
67455
67455
|
element: /* @__PURE__ */ r(Nre, {}),
|
67456
67456
|
breadcrumb: (e) => e("createAuthorizationScope"),
|
@@ -67678,7 +67678,7 @@ const kre = ({ id: e, clientId: t, uris: n }) => {
|
|
67678
67678
|
isExpanded: O(D.id),
|
67679
67679
|
children: [
|
67680
67680
|
/* @__PURE__ */ r(De, {}),
|
67681
|
-
/* @__PURE__ */ r(De, { colSpan: 4, children: /* @__PURE__ */ r(
|
67681
|
+
/* @__PURE__ */ r(De, { colSpan: 4, children: /* @__PURE__ */ r(Rs, { children: O(D.id) && D.isLoaded ? /* @__PURE__ */ _(
|
67682
67682
|
Cr,
|
67683
67683
|
{
|
67684
67684
|
isHorizontal: !0,
|
@@ -68595,7 +68595,7 @@ const Ure = Ze(
|
|
68595
68595
|
}
|
68596
68596
|
),
|
68597
68597
|
/* @__PURE__ */ r(
|
68598
|
-
|
68598
|
+
hs,
|
68599
68599
|
{
|
68600
68600
|
name: "targetContextAttributes",
|
68601
68601
|
label: e("targetContextAttributes"),
|
@@ -69482,7 +69482,7 @@ const qf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
69482
69482
|
isExpanded: C.isExpanded,
|
69483
69483
|
children: [
|
69484
69484
|
/* @__PURE__ */ r(De, {}),
|
69485
|
-
/* @__PURE__ */ r(De, { colSpan: 3 + (t ? 0 : 1), children: /* @__PURE__ */ _(
|
69485
|
+
/* @__PURE__ */ r(De, { colSpan: 3 + (t ? 0 : 1), children: /* @__PURE__ */ _(Rs, { children: [
|
69486
69486
|
C.isExpanded && !x && /* @__PURE__ */ r(
|
69487
69487
|
Cr,
|
69488
69488
|
{
|
@@ -69605,7 +69605,7 @@ const qf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
69605
69605
|
isScopeEnabled: n
|
69606
69606
|
}) => {
|
69607
69607
|
const { t: a } = K();
|
69608
|
-
return /* @__PURE__ */ _(
|
69608
|
+
return /* @__PURE__ */ _(Is, { "data-testid": "empty-state", variant: "lg", children: [
|
69609
69609
|
/* @__PURE__ */ r(
|
69610
69610
|
Ao,
|
69611
69611
|
{
|
@@ -69869,7 +69869,7 @@ const qf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
69869
69869
|
isExpanded: M.isExpanded,
|
69870
69870
|
children: [
|
69871
69871
|
/* @__PURE__ */ r(De, {}),
|
69872
|
-
/* @__PURE__ */ r(De, { colSpan: 5, children: /* @__PURE__ */ r(
|
69872
|
+
/* @__PURE__ */ r(De, { colSpan: 5, children: /* @__PURE__ */ r(Rs, { children: M.isExpanded && /* @__PURE__ */ r(
|
69873
69873
|
Cr,
|
69874
69874
|
{
|
69875
69875
|
isHorizontal: !0,
|
@@ -70129,7 +70129,7 @@ const qf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
70129
70129
|
"cancel"
|
70130
70130
|
)
|
70131
70131
|
],
|
70132
|
-
children: /* @__PURE__ */ r(
|
70132
|
+
children: /* @__PURE__ */ r(ws, { readOnly: !0, rows: 20, value: lr(e) })
|
70133
70133
|
}
|
70134
70134
|
)
|
70135
70135
|
] });
|
@@ -70184,7 +70184,7 @@ const oie = ({
|
|
70184
70184
|
] }),
|
70185
70185
|
/* @__PURE__ */ _(ut, { isExpanded: i, children: [
|
70186
70186
|
/* @__PURE__ */ r(De, {}),
|
70187
|
-
/* @__PURE__ */ r(De, { colSpan: 5, children: i && /* @__PURE__ */ r(
|
70187
|
+
/* @__PURE__ */ r(De, { colSpan: 5, children: i && /* @__PURE__ */ r(Rs, { children: /* @__PURE__ */ r(
|
70188
70188
|
Cr,
|
70189
70189
|
{
|
70190
70190
|
isHorizontal: !0,
|
@@ -70235,7 +70235,7 @@ const oie = ({
|
|
70235
70235
|
] }),
|
70236
70236
|
/* @__PURE__ */ _(ut, { isExpanded: a, children: [
|
70237
70237
|
/* @__PURE__ */ r(De, {}),
|
70238
|
-
/* @__PURE__ */ r(De, { colSpan: 5, children: /* @__PURE__ */ r(
|
70238
|
+
/* @__PURE__ */ r(De, { colSpan: 5, children: /* @__PURE__ */ r(Rs, { children: a && /* @__PURE__ */ r(
|
70239
70239
|
Cr,
|
70240
70240
|
{
|
70241
70241
|
isHorizontal: !0,
|
@@ -70313,7 +70313,7 @@ const die = ({ evaluateResult: e, refresh: t, back: n }) => {
|
|
70313
70313
|
variant: Ne.control,
|
70314
70314
|
"aria-label": a("search"),
|
70315
70315
|
onClick: () => f(),
|
70316
|
-
children: /* @__PURE__ */ r(
|
70316
|
+
children: /* @__PURE__ */ r(Js, {})
|
70317
70317
|
}
|
70318
70318
|
) })
|
70319
70319
|
] }) }),
|
@@ -70599,7 +70599,7 @@ const die = ({ evaluateResult: e, refresh: t, back: n }) => {
|
|
70599
70599
|
}
|
70600
70600
|
),
|
70601
70601
|
/* @__PURE__ */ r(
|
70602
|
-
|
70602
|
+
xs,
|
70603
70603
|
{
|
70604
70604
|
toggleText: o("contextualInfo"),
|
70605
70605
|
onToggle: () => u(!d),
|
@@ -71135,7 +71135,7 @@ function Eie() {
|
|
71135
71135
|
async function m(g) {
|
71136
71136
|
if (!vie(g))
|
71137
71137
|
return JSON.parse(g);
|
71138
|
-
const b = await
|
71138
|
+
const b = await Es(
|
71139
71139
|
`${cs(
|
71140
71140
|
e.baseUrl
|
71141
71141
|
)}admin/realms/${a}/client-description-converter`,
|
@@ -71166,7 +71166,7 @@ function Eie() {
|
|
71166
71166
|
attributes: g.attributes || {}
|
71167
71167
|
})
|
71168
71168
|
});
|
71169
|
-
u(t("clientImportSuccess"), _e.success), n(
|
71169
|
+
u(t("clientImportSuccess"), _e.success), n(ys({ realm: a, clientId: b.id, tab: "settings" }));
|
71170
71170
|
} catch (b) {
|
71171
71171
|
p("clientImportError", b);
|
71172
71172
|
}
|
@@ -71451,7 +71451,7 @@ const _ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
71451
71451
|
}, Symbol.toStringTag, { value: "Module" })), UO = ({ id: e, keyInfo: t }) => {
|
71452
71452
|
const { t: n } = K();
|
71453
71453
|
return /* @__PURE__ */ r(
|
71454
|
-
|
71454
|
+
ws,
|
71455
71455
|
{
|
71456
71456
|
readOnly: !0,
|
71457
71457
|
rows: 5,
|
@@ -72730,7 +72730,7 @@ function Gie() {
|
|
72730
72730
|
l("roleCreateError", p);
|
72731
72731
|
}
|
72732
72732
|
},
|
72733
|
-
cancelLink:
|
72733
|
+
cancelLink: ys({
|
72734
72734
|
realm: s,
|
72735
72735
|
clientId: i,
|
72736
72736
|
tab: "roles"
|
@@ -72784,14 +72784,14 @@ const jie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
72784
72784
|
const Ae = z(de.id);
|
72785
72785
|
return {
|
72786
72786
|
...de,
|
72787
|
-
type:
|
72787
|
+
type: bs.optional,
|
72788
72788
|
description: Ae?.description
|
72789
72789
|
};
|
72790
72790
|
}), Q = P.map((de) => {
|
72791
72791
|
const Ae = z(de.id);
|
72792
72792
|
return {
|
72793
72793
|
...de,
|
72794
|
-
type:
|
72794
|
+
type: bs.default,
|
72795
72795
|
description: Ae?.description
|
72796
72796
|
};
|
72797
72797
|
});
|
@@ -72950,7 +72950,7 @@ const jie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
72950
72950
|
displayKey: "assignedType",
|
72951
72951
|
cellRenderer: (G) => /* @__PURE__ */ r(Vie, { clientId: e, refresh: x, ...G })
|
72952
72952
|
},
|
72953
|
-
{ name: "description", cellFormatters: [
|
72953
|
+
{ name: "description", cellFormatters: [Ns(s)] }
|
72954
72954
|
],
|
72955
72955
|
actions: w ? [
|
72956
72956
|
{
|
@@ -73175,7 +73175,7 @@ const Xie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
73175
73175
|
id: n,
|
73176
73176
|
actions: /* @__PURE__ */ r(IN, { children: /* @__PURE__ */ r(II, { id: "code", text: e, label: n }) }),
|
73177
73177
|
children: /* @__PURE__ */ r(
|
73178
|
-
|
73178
|
+
ws,
|
73179
73179
|
{
|
73180
73180
|
id: `text-area-${n}`,
|
73181
73181
|
rows: 20,
|
@@ -73184,7 +73184,7 @@ const Xie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
73184
73184
|
}
|
73185
73185
|
)
|
73186
73186
|
}
|
73187
|
-
) : /* @__PURE__ */ _(
|
73187
|
+
) : /* @__PURE__ */ _(Is, { variant: "lg", id: n, children: [
|
73188
73188
|
/* @__PURE__ */ r(Ao, { titleText: /* @__PURE__ */ r(oe, { children: a(`${n}No`) }), headingLevel: "h2" }),
|
73189
73189
|
/* @__PURE__ */ r(ro, { children: a(`${n}IsDisabled`) })
|
73190
73190
|
] });
|
@@ -73613,7 +73613,7 @@ const Xie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
73613
73613
|
};
|
73614
73614
|
return o ? /* @__PURE__ */ _(oe, { children: [
|
73615
73615
|
/* @__PURE__ */ _(Be, { className: "pf-v5-u-pb-0", children: [
|
73616
|
-
/* @__PURE__ */ r(
|
73616
|
+
/* @__PURE__ */ r(_s, { className: "pf-v5-c-alert__icon keycloak--service-account--info-text" }),
|
73617
73617
|
/* @__PURE__ */ r("span", { className: "pf-v5-u-pl-sm", children: /* @__PURE__ */ _(Di, { i18nKey: "manageServiceAccountUser", children: [
|
73618
73618
|
"",
|
73619
73619
|
/* @__PURE__ */ r(
|
@@ -73654,7 +73654,7 @@ const Xie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
73654
73654
|
return $e(
|
73655
73655
|
async () => {
|
73656
73656
|
if (b?.mediaType === "application/zip")
|
73657
|
-
return (await
|
73657
|
+
return (await Es(
|
73658
73658
|
`${cs(
|
73659
73659
|
i.baseUrl
|
73660
73660
|
)}admin/realms/${s}/clients/${e}/installation/providers/${u}`,
|
@@ -73752,7 +73752,7 @@ const Xie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
73752
73752
|
}
|
73753
73753
|
),
|
73754
73754
|
children: /* @__PURE__ */ r(
|
73755
|
-
|
73755
|
+
ws,
|
73756
73756
|
{
|
73757
73757
|
id: "details",
|
73758
73758
|
readOnly: !0,
|
@@ -74032,7 +74032,7 @@ const Xie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
74032
74032
|
},
|
74033
74033
|
{
|
74034
74034
|
name: "description",
|
74035
|
-
cellFormatters: [
|
74035
|
+
cellFormatters: [Ns(c)]
|
74036
74036
|
}
|
74037
74037
|
],
|
74038
74038
|
emptyState: /* @__PURE__ */ r(
|
@@ -74074,7 +74074,7 @@ const Xie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
74074
74074
|
cn,
|
74075
74075
|
{
|
74076
74076
|
"data-testid": "user-details-label-transient-user",
|
74077
|
-
icon: /* @__PURE__ */ r(
|
74077
|
+
icon: /* @__PURE__ */ r(_s, {}),
|
74078
74078
|
isCompact: !0,
|
74079
74079
|
children: n("transientUser")
|
74080
74080
|
}
|
@@ -74083,7 +74083,7 @@ const Xie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
74083
74083
|
] });
|
74084
74084
|
}, sse = (e) => {
|
74085
74085
|
const { realm: t } = ke();
|
74086
|
-
return /* @__PURE__ */ r(
|
74086
|
+
return /* @__PURE__ */ r(Xs, { variant: Pd.inline, children: Object.entries(e.clients).map(([n, a]) => /* @__PURE__ */ r(Ai, { children: /* @__PURE__ */ r(We, { to: ys({ realm: t, clientId: n, tab: "sessions" }), children: a }) }, n)) });
|
74087
74087
|
};
|
74088
74088
|
function Wf({
|
74089
74089
|
loader: e,
|
@@ -74201,7 +74201,7 @@ const zpe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
74201
74201
|
return /* @__PURE__ */ r(Be, { variant: "light", className: "pf-v5-u-p-0", children: /* @__PURE__ */ r(
|
74202
74202
|
Wf,
|
74203
74203
|
{
|
74204
|
-
loader: async (i, s, o) =>
|
74204
|
+
loader: async (i, s, o) => gs(
|
74205
74205
|
t,
|
74206
74206
|
"ui-ext/sessions/client",
|
74207
74207
|
{
|
@@ -74668,7 +74668,7 @@ const zpe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
74668
74668
|
cn,
|
74669
74669
|
{
|
74670
74670
|
"data-testid": "bearer-only-explainer-label",
|
74671
|
-
icon: /* @__PURE__ */ r(
|
74671
|
+
icon: /* @__PURE__ */ r(_s, {}),
|
74672
74672
|
children: m
|
74673
74673
|
}
|
74674
74674
|
)
|
@@ -74718,7 +74718,7 @@ function gse() {
|
|
74718
74718
|
}), [x, L] = F(), D = async () => {
|
74719
74719
|
const X = await e.clients.listRoles({ id: S });
|
74720
74720
|
return qa(X, (ne) => ne.name?.toUpperCase());
|
74721
|
-
}, w = (X) =>
|
74721
|
+
}, w = (X) => ys({
|
74722
74722
|
realm: i,
|
74723
74723
|
clientId: S,
|
74724
74724
|
tab: X
|
@@ -75191,13 +75191,13 @@ function gse() {
|
|
75191
75191
|
const PI = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
75192
75192
|
__proto__: null,
|
75193
75193
|
default: gse
|
75194
|
-
}, Symbol.toStringTag, { value: "Module" })), bse = ({ rootUrl: e, baseUrl: t }, n) => t?.startsWith("http") ? t : e === "${authAdminUrl}" ?
|
75194
|
+
}, Symbol.toStringTag, { value: "Module" })), bse = ({ rootUrl: e, baseUrl: t }, n) => t?.startsWith("http") ? t : e === "${authAdminUrl}" ? Zs(
|
75195
75195
|
e.replace(/\$\{(authAdminUrl)\}/, n.adminBaseUrl),
|
75196
75196
|
t || ""
|
75197
|
-
) : e === "${authBaseUrl}" ?
|
75197
|
+
) : e === "${authBaseUrl}" ? Zs(
|
75198
75198
|
e.replace(/\$\{(authBaseUrl)\}/, n.serverBaseUrl),
|
75199
75199
|
t || ""
|
75200
|
-
) : e?.startsWith("http") ? t ?
|
75200
|
+
) : e?.startsWith("http") ? t ? Zs(e, t) : e : t, yse = Ze(() => Promise.resolve().then(() => dre)), EM = {
|
75201
75201
|
path: "/:realm/clients/add-client",
|
75202
75202
|
element: /* @__PURE__ */ r(yse, {}),
|
75203
75203
|
breadcrumb: (e) => e("createClient"),
|
@@ -75221,7 +75221,7 @@ const PI = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
75221
75221
|
/* @__PURE__ */ _(
|
75222
75222
|
We,
|
75223
75223
|
{
|
75224
|
-
to:
|
75224
|
+
to: ys({ realm: n, clientId: e.id, tab: "settings" }),
|
75225
75225
|
children: [
|
75226
75226
|
e.clientId,
|
75227
75227
|
!e.enabled && /* @__PURE__ */ r(di, { isRead: !0, className: "pf-v5-u-ml-sm", children: t("disabled") }, `${e.id}-disabled`)
|
@@ -75239,7 +75239,7 @@ const PI = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
75239
75239
|
] });
|
75240
75240
|
}, Cse = (e) => {
|
75241
75241
|
const { t } = K();
|
75242
|
-
return /* @__PURE__ */ r(Va, { wrapModifier: "truncate", children:
|
75242
|
+
return /* @__PURE__ */ r(Va, { wrapModifier: "truncate", children: Ns(t)(e.name) });
|
75243
75243
|
}, _se = (e) => /* @__PURE__ */ r(Va, { wrapModifier: "truncate", children: Pn()(e.description) }), Ise = (e) => {
|
75244
75244
|
const { environment: t } = Wa(), n = bse(e, t);
|
75245
75245
|
return n ? /* @__PURE__ */ r(
|
@@ -75605,7 +75605,7 @@ const jse = () => /* @__PURE__ */ r(oe, { children: "Page Not Found" }), Vse = (
|
|
75605
75605
|
isOpen: !0,
|
75606
75606
|
onClose: e,
|
75607
75607
|
onClick: (p) => p.stopPropagation(),
|
75608
|
-
children: /* @__PURE__ */ _(
|
75608
|
+
children: /* @__PURE__ */ _(Xs, { isPlain: !0, isBordered: !0, children: [
|
75609
75609
|
/* @__PURE__ */ r(Ai, { children: /* @__PURE__ */ _(Xn, { justifyContent: { default: "justifyContentSpaceBetween" }, children: [
|
75610
75610
|
/* @__PURE__ */ _(Rt, { children: [
|
75611
75611
|
n("realmCache"),
|
@@ -75792,7 +75792,7 @@ const jse = () => /* @__PURE__ */ r(oe, { children: "Page Not Found" }), Vse = (
|
|
75792
75792
|
features: { hasManageAccount: !1 },
|
75793
75793
|
brand: {
|
75794
75794
|
href: p,
|
75795
|
-
src: d.startsWith("/") ?
|
75795
|
+
src: d.startsWith("/") ? Zs(e.resourceUrl, d) : d,
|
75796
75796
|
alt: n("logo"),
|
75797
75797
|
className: "keycloak__pageheader_brand"
|
75798
75798
|
},
|
@@ -75916,7 +75916,7 @@ const toe = ({ children: e }) => {
|
|
75916
75916
|
a.map(async (s) => {
|
75917
75917
|
if (s.name)
|
75918
75918
|
try {
|
75919
|
-
return (await
|
75919
|
+
return (await gs(
|
75920
75920
|
n,
|
75921
75921
|
"ui-ext/realms/names",
|
75922
75922
|
{ search: s.name }
|
@@ -76039,7 +76039,7 @@ const aoe = ({ children: e }) => {
|
|
76039
76039
|
handle: {
|
76040
76040
|
access: "view-identity-providers"
|
76041
76041
|
}
|
76042
|
-
},
|
76042
|
+
}, vs = (e) => ({
|
76043
76043
|
pathname: ot(FM.path, e)
|
76044
76044
|
}), moe = Ze(() => Promise.resolve().then(() => D4)), foe = {
|
76045
76045
|
path: "/:realm/identity-providers/keycloak-oidc/add",
|
@@ -76100,7 +76100,7 @@ const aoe = ({ children: e }) => {
|
|
76100
76100
|
}
|
76101
76101
|
}, qO = (e) => ({
|
76102
76102
|
pathname: ot(zM.path, e)
|
76103
|
-
}), Coe = Ze(() => import("./AddOAuth2-
|
76103
|
+
}), Coe = Ze(() => import("./AddOAuth2-DtASJBPw.js")), _oe = {
|
76104
76104
|
path: "/:realm/identity-providers/oauth2/add",
|
76105
76105
|
element: /* @__PURE__ */ r(Coe, {}),
|
76106
76106
|
breadcrumb: (e) => e("addOAuth2Provider"),
|
@@ -76117,7 +76117,7 @@ const aoe = ({ children: e }) => {
|
|
76117
76117
|
zM,
|
76118
76118
|
FM,
|
76119
76119
|
_oe
|
76120
|
-
], xoe = Ze(() => import("./NewOrganization-
|
76120
|
+
], xoe = Ze(() => import("./NewOrganization-B9OBvwrg.js")), GM = {
|
76121
76121
|
path: "/:realm/organizations/new",
|
76122
76122
|
element: /* @__PURE__ */ r(xoe, {}),
|
76123
76123
|
breadcrumb: (e) => e("createOrganization"),
|
@@ -76143,7 +76143,7 @@ const aoe = ({ children: e }) => {
|
|
76143
76143
|
GM,
|
76144
76144
|
H3
|
76145
76145
|
], Ooe = Ze(
|
76146
|
-
() => import("./PermissionConfigurationDetails-
|
76146
|
+
() => import("./PermissionConfigurationDetails-D2_uaUoq.js")
|
76147
76147
|
), VM = {
|
76148
76148
|
path: "/:realm/permissions/:permissionClientId/permission/new/:resourceType",
|
76149
76149
|
element: /* @__PURE__ */ r(Ooe, {}),
|
@@ -76154,7 +76154,7 @@ const aoe = ({ children: e }) => {
|
|
76154
76154
|
}, oy = (e) => ({
|
76155
76155
|
pathname: ot(VM.path, e)
|
76156
76156
|
}), Roe = Ze(
|
76157
|
-
() => import("./PermissionConfigurationDetails-
|
76157
|
+
() => import("./PermissionConfigurationDetails-D2_uaUoq.js")
|
76158
76158
|
), qM = {
|
76159
76159
|
path: "/:realm/permissions/:permissionClientId/permission/:permissionId/:resourceType",
|
76160
76160
|
element: /* @__PURE__ */ r(Roe, {}),
|
@@ -76257,7 +76257,7 @@ const aoe = ({ children: e }) => {
|
|
76257
76257
|
}
|
76258
76258
|
}, Woe = (e) => ({
|
76259
76259
|
pathname: ot(QM.path, e)
|
76260
|
-
}), Yoe = Ze(() => import("./ExecutorForm-
|
76260
|
+
}), Yoe = Ze(() => import("./ExecutorForm-zbq-wfOV.js")), JM = {
|
76261
76261
|
path: "/:realm/realm-settings/client-policies/:profileName/add-executor",
|
76262
76262
|
element: /* @__PURE__ */ r(Yoe, {}),
|
76263
76263
|
breadcrumb: (e) => e("addExecutor"),
|
@@ -76311,7 +76311,7 @@ const aoe = ({ children: e }) => {
|
|
76311
76311
|
handle: {
|
76312
76312
|
access: "manage-realm"
|
76313
76313
|
}
|
76314
|
-
},
|
76314
|
+
}, qs = (e) => ({
|
76315
76315
|
pathname: ot(r4.path, e)
|
76316
76316
|
}), ale = Ze(
|
76317
76317
|
() => Promise.resolve().then(() => Z4)
|
@@ -76324,7 +76324,7 @@ const aoe = ({ children: e }) => {
|
|
76324
76324
|
}
|
76325
76325
|
}, rle = (e) => ({
|
76326
76326
|
pathname: ot(i4.path, e)
|
76327
|
-
}), ile = Ze(() => import("./ExecutorForm-
|
76327
|
+
}), ile = Ze(() => import("./ExecutorForm-zbq-wfOV.js")), s4 = {
|
76328
76328
|
path: "/:realm/realm-settings/client-policies/:profileName/edit-profile/:executorName",
|
76329
76329
|
element: /* @__PURE__ */ r(ile, {}),
|
76330
76330
|
breadcrumb: (e) => e("executorDetails"),
|
@@ -76402,7 +76402,7 @@ const aoe = ({ children: e }) => {
|
|
76402
76402
|
c4,
|
76403
76403
|
a4,
|
76404
76404
|
d4
|
76405
|
-
], fle = Ze(() => import("./RealmSection-
|
76405
|
+
], fle = Ze(() => import("./RealmSection-XigBuMG8.js")), p4 = {
|
76406
76406
|
path: "/:realm/realms",
|
76407
76407
|
element: /* @__PURE__ */ r(fle, {}),
|
76408
76408
|
breadcrumb: (e) => e("realms"),
|
@@ -77088,7 +77088,7 @@ const Vle = (e) => {
|
|
77088
77088
|
}, qle = ({ user: e }) => {
|
77089
77089
|
const { t } = K();
|
77090
77090
|
return /* @__PURE__ */ _(oe, { children: [
|
77091
|
-
!e.enabled && /* @__PURE__ */ r(cn, { color: "red", icon: /* @__PURE__ */ r(
|
77091
|
+
!e.enabled && /* @__PURE__ */ r(cn, { color: "red", icon: /* @__PURE__ */ r(_s, {}), children: t("disabled") }),
|
77092
77092
|
e.bruteForceStatus?.disabled && /* @__PURE__ */ r(cn, { color: "orange", icon: /* @__PURE__ */ r(jm, {}), children: t("temporaryLocked") })
|
77093
77093
|
] });
|
77094
77094
|
}, Kle = (e) => {
|
@@ -77254,7 +77254,7 @@ function Wle() {
|
|
77254
77254
|
}
|
77255
77255
|
) : /* @__PURE__ */ _(oe, { children: [
|
77256
77256
|
/* @__PURE__ */ r(sr, { children: /* @__PURE__ */ r(jr, { children: U() }) }),
|
77257
|
-
/* @__PURE__ */ r(
|
77257
|
+
/* @__PURE__ */ r(Is, { "data-testid": "empty-state", variant: "lg", children: /* @__PURE__ */ r(jt, { className: "kc-search-users-text", children: /* @__PURE__ */ r(dt, { children: t("searchForUserDescription") }) }) })
|
77258
77258
|
] }),
|
77259
77259
|
toolbarItem: U(),
|
77260
77260
|
subToolbar: H(),
|
@@ -77310,10 +77310,10 @@ const uo = ({
|
|
77310
77310
|
),
|
77311
77311
|
n && /* @__PURE__ */ r(jt, { className: "kc-wizard-section-header__description", children: /* @__PURE__ */ r(dt, { children: t }) })
|
77312
77312
|
] });
|
77313
|
-
var
|
77313
|
+
var Us;
|
77314
77314
|
(function(e) {
|
77315
77315
|
e.Default = "DEFAULT", e.DisabledByDefault = "DISABLED_BY_DEFAULT", e.Preview = "PREVIEW", e.PreviewDisabledByDefault = "PREVIEW_DISABLED_BY_DEFAULT", e.Experimental = "EXPERIMENTAL", e.Deprecated = "DEPRECATED";
|
77316
|
-
})(
|
77316
|
+
})(Us || (Us = {}));
|
77317
77317
|
const Yle = () => {
|
77318
77318
|
const { t: e } = K(), t = $t(), [n, a] = F(""), [i, s] = F([]), o = ct(
|
77319
77319
|
() => Object.entries(t.providers || []).filter(
|
@@ -77340,7 +77340,7 @@ const Yle = () => {
|
|
77340
77340
|
([u, { operationalInfo: p }]) => /* @__PURE__ */ _("li", { children: [
|
77341
77341
|
u,
|
77342
77342
|
p ? /* @__PURE__ */ r(
|
77343
|
-
|
77343
|
+
xs,
|
77344
77344
|
{
|
77345
77345
|
isExpanded: i.includes(u),
|
77346
77346
|
onToggle: () => l(u),
|
@@ -77362,7 +77362,7 @@ const Yle = () => {
|
|
77362
77362
|
) });
|
77363
77363
|
}, Xle = () => {
|
77364
77364
|
const { environment: e } = Wa(), { t } = K(), { realm: n, realmRepresentation: a } = ke(), i = e.logo ? e.logo : "/icon.svg", s = wr(t, a?.displayName, n);
|
77365
|
-
return /* @__PURE__ */ r(Be, { variant: "light", children: /* @__PURE__ */ _(
|
77365
|
+
return /* @__PURE__ */ r(Be, { variant: "light", children: /* @__PURE__ */ _(Is, { variant: "lg", children: [
|
77366
77366
|
/* @__PURE__ */ r(
|
77367
77367
|
cN,
|
77368
77368
|
{
|
@@ -77380,12 +77380,12 @@ const Yle = () => {
|
|
77380
77380
|
return /* @__PURE__ */ _(Ai, { className: "pf-v5-u-mb-sm", children: [
|
77381
77381
|
e.name,
|
77382
77382
|
" ",
|
77383
|
-
e.type ===
|
77384
|
-
e.type ===
|
77385
|
-
e.type ===
|
77386
|
-
e.type ===
|
77387
|
-
e.type ===
|
77388
|
-
e.type ===
|
77383
|
+
e.type === Us.Experimental && /* @__PURE__ */ r(cn, { color: "orange", children: t("experimental") }),
|
77384
|
+
e.type === Us.Preview && /* @__PURE__ */ r(cn, { color: "blue", children: t("preview") }),
|
77385
|
+
e.type === Us.PreviewDisabledByDefault && /* @__PURE__ */ r(cn, { color: "blue", children: t("preview") }),
|
77386
|
+
e.type === Us.Default && /* @__PURE__ */ r(cn, { color: "green", children: t("supported") }),
|
77387
|
+
e.type === Us.DisabledByDefault && /* @__PURE__ */ r(cn, { color: "green", children: t("supported") }),
|
77388
|
+
e.type === Us.Deprecated && /* @__PURE__ */ r(cn, { color: "grey", children: t("deprecated") })
|
77389
77389
|
] });
|
77390
77390
|
}, Zle = () => {
|
77391
77391
|
const { t: e } = K(), { realm: t, realmRepresentation: n } = ke(), a = $t(), i = wa(), s = ct(
|
@@ -77525,7 +77525,7 @@ const Yle = () => {
|
|
77525
77525
|
}
|
77526
77526
|
)
|
77527
77527
|
] }),
|
77528
|
-
/* @__PURE__ */ r(yr, { children: /* @__PURE__ */ r(
|
77528
|
+
/* @__PURE__ */ r(yr, { children: /* @__PURE__ */ r(Xs, { variant: Pd.inline, children: l.map((m) => /* @__PURE__ */ r(
|
77529
77529
|
JO,
|
77530
77530
|
{
|
77531
77531
|
feature: m
|
@@ -77545,7 +77545,7 @@ const Yle = () => {
|
|
77545
77545
|
}
|
77546
77546
|
)
|
77547
77547
|
] }),
|
77548
|
-
/* @__PURE__ */ r(yr, { children: /* @__PURE__ */ r(
|
77548
|
+
/* @__PURE__ */ r(yr, { children: /* @__PURE__ */ r(Xs, { variant: Pd.inline, children: o.map((m) => /* @__PURE__ */ r(
|
77549
77549
|
JO,
|
77550
77550
|
{
|
77551
77551
|
feature: m
|
@@ -78032,7 +78032,7 @@ const ice = ({
|
|
78032
78032
|
}, bp = 50, sce = () => {
|
78033
78033
|
const { t: e } = K();
|
78034
78034
|
return /* @__PURE__ */ _(oe, { children: [
|
78035
|
-
/* @__PURE__ */ r(
|
78035
|
+
/* @__PURE__ */ r(Cs, { size: "sm" }),
|
78036
78036
|
" ",
|
78037
78037
|
e("spinnerLoading")
|
78038
78038
|
] });
|
@@ -78059,7 +78059,7 @@ const ice = ({
|
|
78059
78059
|
};
|
78060
78060
|
$e(
|
78061
78061
|
async () => {
|
78062
|
-
const Z = await
|
78062
|
+
const Z = await gs(
|
78063
78063
|
n,
|
78064
78064
|
"groups",
|
78065
78065
|
Object.assign(
|
@@ -78073,7 +78073,7 @@ const ice = ({
|
|
78073
78073
|
)
|
78074
78074
|
);
|
78075
78075
|
let W = [];
|
78076
|
-
return O && (W = await
|
78076
|
+
return O && (W = await gs(
|
78077
78077
|
n,
|
78078
78078
|
`groups/${O.id}/children`,
|
78079
78079
|
{
|
@@ -78407,7 +78407,7 @@ const ice = ({
|
|
78407
78407
|
return /* @__PURE__ */ _(oe, { children: [
|
78408
78408
|
e.username,
|
78409
78409
|
" ",
|
78410
|
-
!e.enabled && /* @__PURE__ */ r(cn, { color: "red", icon: /* @__PURE__ */ r(
|
78410
|
+
!e.enabled && /* @__PURE__ */ r(cn, { color: "red", icon: /* @__PURE__ */ r(_s, {}), children: t("disabled") })
|
78411
78411
|
] });
|
78412
78412
|
}, w4 = ({
|
78413
78413
|
membersQuery: e,
|
@@ -78618,7 +78618,7 @@ const ice = ({
|
|
78618
78618
|
return /* @__PURE__ */ _(We, { to: ji({ realm: t, id: e.id, tab: "settings" }), children: [
|
78619
78619
|
e.username,
|
78620
78620
|
" ",
|
78621
|
-
!e.enabled && /* @__PURE__ */ r(cn, { color: "red", icon: /* @__PURE__ */ r(
|
78621
|
+
!e.enabled && /* @__PURE__ */ r(cn, { color: "red", icon: /* @__PURE__ */ r(_s, {}), children: n("disabled") })
|
78622
78622
|
] }, e.id);
|
78623
78623
|
}, fce = () => {
|
78624
78624
|
const { adminClient: e } = Ce(), { t } = K(), { addAlert: n, addError: a } = Pe(), i = to(), s = Zf(i.pathname), [o, l] = F(!1), { currentGroup: c } = Rc(), [d, u] = F(), [p, f] = F(!1), [m, h] = F(!1), [g, b] = F([]), [y, v] = F(), [S, I] = vt(), { hasAccess: T } = Vt();
|
@@ -79181,7 +79181,7 @@ function bce() {
|
|
79181
79181
|
providerId: n,
|
79182
79182
|
alias: h.alias
|
79183
79183
|
}), c(t("createIdentityProviderSuccess"), _e.success), u(
|
79184
|
-
|
79184
|
+
vs({
|
79185
79185
|
realm: p,
|
79186
79186
|
providerId: n,
|
79187
79187
|
alias: h.alias,
|
@@ -79379,7 +79379,7 @@ function Ece() {
|
|
79379
79379
|
alias: p,
|
79380
79380
|
id: d
|
79381
79381
|
}), i(t("deleteMapperSuccess"), _e.success), o(
|
79382
|
-
|
79382
|
+
vs({ providerId: u, alias: p, tab: "mappers", realm: c })
|
79383
79383
|
);
|
79384
79384
|
} catch (I) {
|
79385
79385
|
s("deleteErrorIdentityProvider", I);
|
@@ -79472,7 +79472,7 @@ function Ece() {
|
|
79472
79472
|
We,
|
79473
79473
|
{
|
79474
79474
|
...I,
|
79475
|
-
to:
|
79475
|
+
to: vs({
|
79476
79476
|
realm: c,
|
79477
79477
|
providerId: u,
|
79478
79478
|
alias: p,
|
@@ -79730,7 +79730,7 @@ const L4 = ({
|
|
79730
79730
|
type: "url",
|
79731
79731
|
placeholder: e === "oidc" ? "https://hostname/realms/master/.well-known/openid-configuration" : "",
|
79732
79732
|
validated: l.discoveryError || l.discoveryEndpoint ? "error" : f ? "success" : "default",
|
79733
|
-
customIcon: u ? /* @__PURE__ */ r(
|
79733
|
+
customIcon: u ? /* @__PURE__ */ r(Cs, { isInline: !0 }) : void 0,
|
79734
79734
|
rules: {
|
79735
79735
|
required: i("required"),
|
79736
79736
|
validate: (y) => b(y)
|
@@ -79883,7 +79883,7 @@ const L4 = ({
|
|
79883
79883
|
const { t: n } = K(), [a, i] = F(!1);
|
79884
79884
|
return /* @__PURE__ */ _(oe, { children: [
|
79885
79885
|
e && /* @__PURE__ */ r(
|
79886
|
-
|
79886
|
+
xs,
|
79887
79887
|
{
|
79888
79888
|
className: "keycloak__discovery-settings__metadata",
|
79889
79889
|
toggleText: n(a ? "hideMetaData" : "showMetaData"),
|
@@ -79977,7 +79977,7 @@ function Tce() {
|
|
79977
79977
|
...m,
|
79978
79978
|
providerId: s
|
79979
79979
|
}), d(t("createIdentityProviderSuccess"), _e.success), n(
|
79980
|
-
|
79980
|
+
vs({
|
79981
79981
|
realm: p,
|
79982
79982
|
providerId: s,
|
79983
79983
|
alias: m.alias,
|
@@ -80424,7 +80424,7 @@ const D4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
80424
80424
|
}, P4 = ({ readOnly: e }) => {
|
80425
80425
|
const { t } = K(), [n, a] = F(!1);
|
80426
80426
|
return e ? /* @__PURE__ */ r(
|
80427
|
-
|
80427
|
+
xs,
|
80428
80428
|
{
|
80429
80429
|
className: "keycloak__discovery-settings__metadata",
|
80430
80430
|
toggleText: t(n ? "hideMetaData" : "showMetaData"),
|
@@ -80449,7 +80449,7 @@ const D4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
80449
80449
|
const f = new FormData();
|
80450
80450
|
f.append("providerId", a), f.append("file", new Blob([p]));
|
80451
80451
|
try {
|
80452
|
-
const m = await
|
80452
|
+
const m = await Es(
|
80453
80453
|
`${cs(
|
80454
80454
|
e.baseUrl
|
80455
80455
|
)}admin/realms/${i}/identity-provider/import-config`,
|
@@ -80582,7 +80582,7 @@ function _ce() {
|
|
80582
80582
|
...p,
|
80583
80583
|
providerId: a
|
80584
80584
|
}), l(t("createIdentityProviderSuccess"), _e.success), n(
|
80585
|
-
|
80585
|
+
vs({
|
80586
80586
|
realm: d,
|
80587
80587
|
providerId: a,
|
80588
80588
|
alias: p.alias,
|
@@ -80894,7 +80894,7 @@ const Ice = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
80894
80894
|
}, Ace = () => {
|
80895
80895
|
const { t: e } = K(), { control: t } = je(), [n, a] = F(!1), [i, s] = F(!1);
|
80896
80896
|
return /* @__PURE__ */ r(
|
80897
|
-
|
80897
|
+
xs,
|
80898
80898
|
{
|
80899
80899
|
toggleText: e("advanced"),
|
80900
80900
|
onToggle: () => a(!n),
|
@@ -81031,7 +81031,7 @@ const Ice = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
81031
81031
|
}, kce = () => {
|
81032
81032
|
const { t: e } = K(), [t, n] = F(!1);
|
81033
81033
|
return /* @__PURE__ */ r(
|
81034
|
-
|
81034
|
+
xs,
|
81035
81035
|
{
|
81036
81036
|
toggleText: e("advanced"),
|
81037
81037
|
onToggle: () => n(!t),
|
@@ -81370,7 +81370,7 @@ function Dce() {
|
|
81370
81370
|
},
|
81371
81371
|
[]
|
81372
81372
|
);
|
81373
|
-
const O = (Q) =>
|
81373
|
+
const O = (Q) => vs({
|
81374
81374
|
realm: v,
|
81375
81375
|
alias: n,
|
81376
81376
|
providerId: a,
|
@@ -81422,7 +81422,7 @@ function Dce() {
|
|
81422
81422
|
alias: n,
|
81423
81423
|
id: p?.mapperId
|
81424
81424
|
}), g(t("deleteMapperSuccess"), _e.success), A(), y(
|
81425
|
-
|
81425
|
+
vs({ providerId: a, alias: n, tab: "mappers", realm: v })
|
81426
81426
|
);
|
81427
81427
|
} catch (Q) {
|
81428
81428
|
b("deleteErrorIdentityProvider", Q);
|
@@ -81778,7 +81778,7 @@ const Pce = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
81778
81778
|
return /* @__PURE__ */ _(
|
81779
81779
|
We,
|
81780
81780
|
{
|
81781
|
-
to:
|
81781
|
+
to: vs({
|
81782
81782
|
realm: n,
|
81783
81783
|
providerId: e.providerId,
|
81784
81784
|
alias: e.alias,
|
@@ -82618,7 +82618,7 @@ const Bce = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
82618
82618
|
/* @__PURE__ */ r(
|
82619
82619
|
zo,
|
82620
82620
|
{
|
82621
|
-
icon: /* @__PURE__ */ r(
|
82621
|
+
icon: /* @__PURE__ */ r(Js, {}),
|
82622
82622
|
value: e,
|
82623
82623
|
onChange: (l) => t(l.currentTarget.value),
|
82624
82624
|
placeholder: i,
|
@@ -82829,7 +82829,7 @@ const Bce = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
82829
82829
|
},
|
82830
82830
|
{
|
82831
82831
|
name: "membershipType",
|
82832
|
-
cellFormatters: [
|
82832
|
+
cellFormatters: [Ns(e)]
|
82833
82833
|
}
|
82834
82834
|
],
|
82835
82835
|
emptyState: /* @__PURE__ */ r(
|
@@ -83475,7 +83475,7 @@ function rde() {
|
|
83475
83475
|
if (D)
|
83476
83476
|
return Ov({ realm: u });
|
83477
83477
|
if (w)
|
83478
|
-
return
|
83478
|
+
return ys({
|
83479
83479
|
realm: u,
|
83480
83480
|
clientId: w.params.clientId,
|
83481
83481
|
tab: "roles"
|
@@ -83565,7 +83565,7 @@ function rde() {
|
|
83565
83565
|
form: a,
|
83566
83566
|
onSubmit: L,
|
83567
83567
|
role: w ? "manage-clients" : "manage-realm",
|
83568
|
-
cancelLink: w ?
|
83568
|
+
cancelLink: w ? ys({ realm: u, clientId: d, tab: "roles" }) : Ov({ realm: u }),
|
83569
83569
|
editMode: !0
|
83570
83570
|
}
|
83571
83571
|
)
|
@@ -83687,7 +83687,7 @@ function $4({
|
|
83687
83687
|
},
|
83688
83688
|
{
|
83689
83689
|
name: "description",
|
83690
|
-
cellFormatters: [
|
83690
|
+
cellFormatters: [Ns(o)]
|
83691
83691
|
}
|
83692
83692
|
],
|
83693
83693
|
emptyState: /* @__PURE__ */ r(
|
@@ -83870,7 +83870,7 @@ const ide = ({
|
|
83870
83870
|
}) => {
|
83871
83871
|
const { t: n } = K(), [a, i] = F(), { adminClient: s } = Ce();
|
83872
83872
|
return $e(
|
83873
|
-
() =>
|
83873
|
+
() => gs(
|
83874
83874
|
s,
|
83875
83875
|
"ui-ext/available-event-listeners"
|
83876
83876
|
),
|
@@ -84495,7 +84495,7 @@ const cde = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
84495
84495
|
variant: Ne.control,
|
84496
84496
|
"aria-label": a("search"),
|
84497
84497
|
onClick: O,
|
84498
|
-
children: /* @__PURE__ */ r(
|
84498
|
+
children: /* @__PURE__ */ r(Js, {})
|
84499
84499
|
}
|
84500
84500
|
) })
|
84501
84501
|
] }) }),
|
@@ -85359,7 +85359,7 @@ const cde = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
85359
85359
|
St,
|
85360
85360
|
{
|
85361
85361
|
hasIcon: !0,
|
85362
|
-
icon:
|
85362
|
+
icon: Js,
|
85363
85363
|
isSearchVariant: !0,
|
85364
85364
|
message: s("noSearchResults"),
|
85365
85365
|
instructions: s("noRealmOverridesSearchResultsInstructions")
|
@@ -85561,7 +85561,7 @@ const cde = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
85561
85561
|
children: [
|
85562
85562
|
/* @__PURE__ */ _(Je, { ...l, children: [
|
85563
85563
|
/* @__PURE__ */ r(
|
85564
|
-
|
85564
|
+
hs,
|
85565
85565
|
{
|
85566
85566
|
name: "internationalizationEnabled",
|
85567
85567
|
label: a("internationalization"),
|
@@ -86108,7 +86108,7 @@ const xde = ({
|
|
86108
86108
|
St,
|
86109
86109
|
{
|
86110
86110
|
hasIcon: !0,
|
86111
|
-
icon:
|
86111
|
+
icon: Js,
|
86112
86112
|
isSearchVariant: !0,
|
86113
86113
|
message: o("noSearchResults"),
|
86114
86114
|
instructions: o("noLanguagesSearchResultsInstructions")
|
@@ -87713,7 +87713,7 @@ const Jpe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
87713
87713
|
},
|
87714
87714
|
{
|
87715
87715
|
name: "description",
|
87716
|
-
cellFormatters: [
|
87716
|
+
cellFormatters: [Ns(n)]
|
87717
87717
|
}
|
87718
87718
|
],
|
87719
87719
|
emptyState: /* @__PURE__ */ r(
|
@@ -88413,7 +88413,7 @@ const Xde = ({
|
|
88413
88413
|
)
|
88414
88414
|
] }),
|
88415
88415
|
/* @__PURE__ */ r(
|
88416
|
-
|
88416
|
+
hs,
|
88417
88417
|
{
|
88418
88418
|
name: "smtpServer.auth",
|
88419
88419
|
label: a("authentication"),
|
@@ -88528,6 +88528,19 @@ const Xde = ({
|
|
88528
88528
|
)
|
88529
88529
|
] })
|
88530
88530
|
] }),
|
88531
|
+
/* @__PURE__ */ r(
|
88532
|
+
hs,
|
88533
|
+
{
|
88534
|
+
name: "smtpServer.allowutf8",
|
88535
|
+
label: a("allowutf8"),
|
88536
|
+
labelIcon: a("allowutf8Help"),
|
88537
|
+
"data-testid": "smtpServer.allowutf8",
|
88538
|
+
defaultValue: "",
|
88539
|
+
labelOn: a("enabled"),
|
88540
|
+
labelOff: a("disabled"),
|
88541
|
+
stringify: !0
|
88542
|
+
}
|
88543
|
+
),
|
88531
88544
|
/* @__PURE__ */ r(
|
88532
88545
|
Re,
|
88533
88546
|
{
|
@@ -88624,10 +88637,10 @@ const Xde = ({
|
|
88624
88637
|
)
|
88625
88638
|
] }) });
|
88626
88639
|
};
|
88627
|
-
var
|
88640
|
+
var Ks;
|
88628
88641
|
(function(e) {
|
88629
88642
|
e.Disabled = "DISABLED", e.Enabled = "ENABLED", e.AdminView = "ADMIN_VIEW", e.AdminEdit = "ADMIN_EDIT";
|
88630
|
-
})(
|
88643
|
+
})(Ks || (Ks = {}));
|
88631
88644
|
const Zde = ({
|
88632
88645
|
realm: e,
|
88633
88646
|
save: t
|
@@ -88646,10 +88659,10 @@ const Zde = ({
|
|
88646
88659
|
}
|
88647
88660
|
) : /* @__PURE__ */ r(It, {});
|
88648
88661
|
}, Qde = ["all", "external", "none"], ly = [
|
88649
|
-
|
88650
|
-
|
88651
|
-
|
88652
|
-
|
88662
|
+
Ks.Disabled,
|
88663
|
+
Ks.Enabled,
|
88664
|
+
Ks.AdminView,
|
88665
|
+
Ks.AdminEdit
|
88653
88666
|
];
|
88654
88667
|
function Jde({
|
88655
88668
|
realm: e,
|
@@ -88683,7 +88696,7 @@ function Jde({
|
|
88683
88696
|
const b = c(
|
88684
88697
|
async ({ unmanagedAttributePolicy: y, ...v }) => {
|
88685
88698
|
const S = { ...n };
|
88686
|
-
y ===
|
88699
|
+
y === Ks.Disabled ? delete S.unmanagedAttributePolicy : S.unmanagedAttributePolicy = y, await t({ ...v, upConfig: S });
|
88687
88700
|
}
|
88688
88701
|
);
|
88689
88702
|
return /* @__PURE__ */ r(Be, { variant: "light", children: /* @__PURE__ */ r(Je, { ...o, children: /* @__PURE__ */ _(
|
@@ -89244,7 +89257,7 @@ function nue() {
|
|
89244
89257
|
}), a(
|
89245
89258
|
t(x ? "updateClientPolicySuccess" : "createClientPolicySuccess"),
|
89246
89259
|
_e.success
|
89247
|
-
), L(
|
89260
|
+
), L(qs({ realm: n, policyName: be.name })), v(!0);
|
89248
89261
|
} catch (Se) {
|
89249
89262
|
i("createClientPolicyError", Se);
|
89250
89263
|
}
|
@@ -89286,7 +89299,7 @@ function nue() {
|
|
89286
89299
|
await e.clientPolicies.updatePolicy({
|
89287
89300
|
policies: l
|
89288
89301
|
}), a(t("deleteConditionSuccess"), _e.success), L(
|
89289
|
-
|
89302
|
+
qs({ realm: n, policyName: R.name })
|
89290
89303
|
);
|
89291
89304
|
} catch (be) {
|
89292
89305
|
i("deleteConditionError", be);
|
@@ -89323,7 +89336,7 @@ function nue() {
|
|
89323
89336
|
try {
|
89324
89337
|
await e.clientPolicies.updatePolicy({
|
89325
89338
|
policies: l
|
89326
|
-
}), a(t("deleteClientPolicyProfileSuccess"), _e.success), D.setValue("profiles", g?.profiles || []), L(
|
89339
|
+
}), a(t("deleteClientPolicyProfileSuccess"), _e.success), D.setValue("profiles", g?.profiles || []), L(qs({ realm: n, policyName: R.name }));
|
89327
89340
|
} catch (be) {
|
89328
89341
|
i("deleteClientPolicyProfileError", be);
|
89329
89342
|
}
|
@@ -89369,7 +89382,7 @@ function nue() {
|
|
89369
89382
|
policies: Se
|
89370
89383
|
}), c(Se);
|
89371
89384
|
const le = [...d || [], ...Se];
|
89372
|
-
f(le), b(Oe), D.setValue("profiles", Oe.profiles), L(
|
89385
|
+
f(le), b(Oe), D.setValue("profiles", Oe.profiles), L(qs({ realm: n, policyName: R.name })), a(t("addClientProfileSuccess"), _e.success);
|
89373
89386
|
} catch (le) {
|
89374
89387
|
i("addClientProfileError", le);
|
89375
89388
|
}
|
@@ -89794,7 +89807,7 @@ function aue() {
|
|
89794
89807
|
try {
|
89795
89808
|
await e.clientPolicies.updatePolicy({
|
89796
89809
|
policies: C
|
89797
|
-
}), p(C), i(
|
89810
|
+
}), p(C), i(qs({ realm: s, policyName: I })), n(
|
89798
89811
|
t(T ? "updateClientConditionSuccess" : "createClientConditionSuccess"),
|
89799
89812
|
_e.success
|
89800
89813
|
);
|
@@ -89897,7 +89910,7 @@ function aue() {
|
|
89897
89910
|
variant: "link",
|
89898
89911
|
"data-testid": "addCondition-cancelBtn",
|
89899
89912
|
onClick: () => i(
|
89900
|
-
|
89913
|
+
qs({ realm: s, policyName: I })
|
89901
89914
|
),
|
89902
89915
|
children: t("cancel")
|
89903
89916
|
}
|
@@ -89913,7 +89926,7 @@ function aue() {
|
|
89913
89926
|
We,
|
89914
89927
|
{
|
89915
89928
|
...D,
|
89916
|
-
to:
|
89929
|
+
to: qs({ realm: s, policyName: I })
|
89917
89930
|
}
|
89918
89931
|
),
|
89919
89932
|
variant: "primary",
|
@@ -90509,7 +90522,7 @@ const Z4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
90509
90522
|
columns: [
|
90510
90523
|
{
|
90511
90524
|
name: "name",
|
90512
|
-
cellRenderer: ({ name: L }) => /* @__PURE__ */ r(We, { to:
|
90525
|
+
cellRenderer: ({ name: L }) => /* @__PURE__ */ r(We, { to: qs({ realm: i, policyName: L }), children: L })
|
90513
90526
|
},
|
90514
90527
|
{
|
90515
90528
|
name: "enabled",
|
@@ -90528,7 +90541,7 @@ const Z4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
90528
90541
|
},
|
90529
90542
|
{
|
90530
90543
|
name: "description",
|
90531
|
-
cellFormatters: [
|
90544
|
+
cellFormatters: [Ns(t)]
|
90532
90545
|
}
|
90533
90546
|
]
|
90534
90547
|
},
|
@@ -94007,7 +94020,7 @@ styles=css/login.css css/theme-styles.css
|
|
94007
94020
|
})
|
94008
94021
|
);
|
94009
94022
|
const I = (A) => Object.entries(A || {}).map(([k, O]) => `--pf-v5-global--${k}: ${O};`).join(`
|
94010
|
-
`), T = (await fetch(
|
94023
|
+
`), T = (await fetch(Zs(i.resourceUrl, "/theme/login.css"))).text();
|
94011
94024
|
f.file("theme/quick-theme/common/resources/css/login.css", T), f.file(
|
94012
94025
|
"theme/quick-theme/common/resources/css/theme-styles.css",
|
94013
94026
|
`:root {
|
@@ -94956,8 +94969,8 @@ const tme = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
94956
94969
|
id: te.realm
|
94957
94970
|
};
|
94958
94971
|
me.smtpServer?.port === "" && (me.smtpServer = { ...me.smtpServer, port: null });
|
94959
|
-
const Te = await
|
94960
|
-
|
94972
|
+
const Te = await Es(
|
94973
|
+
Zs(e.baseUrl, `admin/realms/${i}/ui-ext`),
|
94961
94974
|
{
|
94962
94975
|
method: "PUT",
|
94963
94976
|
body: JSON.stringify(me),
|
@@ -95352,7 +95365,7 @@ function Iue() {
|
|
95352
95365
|
const { adminClient: e } = Ce(), { t } = K(), [n, a] = F(0), i = () => a(n + 1), { addError: s } = Pe(), { realm: o } = ke(), [l, c] = F(!1), [d, u] = F("ALL"), [p, f] = F(!1), m = () => {
|
95353
95366
|
c(!l);
|
95354
95367
|
}, h = async (y, v, S) => {
|
95355
|
-
const I = await
|
95368
|
+
const I = await gs(
|
95356
95369
|
e,
|
95357
95370
|
"ui-ext/sessions",
|
95358
95371
|
{
|
@@ -96130,7 +96143,7 @@ const r6 = ({
|
|
96130
96143
|
}
|
96131
96144
|
),
|
96132
96145
|
/* @__PURE__ */ r(
|
96133
|
-
|
96146
|
+
hs,
|
96134
96147
|
{
|
96135
96148
|
name: "emailVerified",
|
96136
96149
|
label: u("emailVerified"),
|
@@ -96578,7 +96591,7 @@ const Mue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
96578
96591
|
attributes: _d(e).attributes
|
96579
96592
|
}),
|
96580
96593
|
name: "unmanagedAttributes",
|
96581
|
-
isDisabled:
|
96594
|
+
isDisabled: Ks.AdminView == n?.unmanagedAttributePolicy
|
96582
96595
|
}
|
96583
96596
|
) });
|
96584
96597
|
}, Hue = () => {
|
@@ -97386,7 +97399,7 @@ const Mue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
97386
97399
|
}), k = (R) => h ? /* @__PURE__ */ r(
|
97387
97400
|
We,
|
97388
97401
|
{
|
97389
|
-
to:
|
97402
|
+
to: vs({
|
97390
97403
|
realm: c,
|
97391
97404
|
providerId: R.providerId,
|
97392
97405
|
alias: R.identityProvider,
|
@@ -97684,7 +97697,7 @@ function Kue() {
|
|
97684
97697
|
cn,
|
97685
97698
|
{
|
97686
97699
|
"data-testid": "user-details-label-transient-user",
|
97687
|
-
icon: /* @__PURE__ */ r(
|
97700
|
+
icon: /* @__PURE__ */ r(_s, {}),
|
97688
97701
|
children: t("transientUser")
|
97689
97702
|
}
|
97690
97703
|
) })
|
@@ -101437,7 +101450,7 @@ const fpe = ({
|
|
101437
101450
|
isExpanded: D.isExpanded,
|
101438
101451
|
children: [
|
101439
101452
|
/* @__PURE__ */ r(De, {}),
|
101440
|
-
/* @__PURE__ */ r(De, { colSpan: 5, children: /* @__PURE__ */ r(
|
101453
|
+
/* @__PURE__ */ r(De, { colSpan: 5, children: /* @__PURE__ */ r(Rs, { children: D.isExpanded && /* @__PURE__ */ _(oe, { children: [
|
101441
101454
|
/* @__PURE__ */ r(Ge, { children: n("resources") }),
|
101442
101455
|
D.resources && D.resources?.length > 0 ? D.resources.map(
|
101443
101456
|
(R, C) => /* @__PURE__ */ r(De, { children: /* @__PURE__ */ r("span", { style: { marginLeft: "8px" }, children: R.displayName || R.name }) }, C)
|
@@ -101511,7 +101524,7 @@ const fpe = ({
|
|
101511
101524
|
/* @__PURE__ */ r("strong", { children: t(u) }),
|
101512
101525
|
":"
|
101513
101526
|
] }),
|
101514
|
-
/* @__PURE__ */ r(
|
101527
|
+
/* @__PURE__ */ r(Xs, { className: "pf-v5-u-mt-sm", children: f.map((m) => /* @__PURE__ */ r(Ai, { children: t("evaluatedPolicy", {
|
101515
101528
|
name: m.policy?.name,
|
101516
101529
|
status: m.status
|
101517
101530
|
}) }, m.policy?.id)) })
|
@@ -101520,11 +101533,11 @@ const fpe = ({
|
|
101520
101533
|
return /* @__PURE__ */ _(Mn, { isInline: !0, variant: s, title: i, component: "h6", children: [
|
101521
101534
|
o.length > 0 && /* @__PURE__ */ _(oe, { children: [
|
101522
101535
|
/* @__PURE__ */ r(dt, { children: /* @__PURE__ */ r("b", { children: t("grantedScope") }) }),
|
101523
|
-
/* @__PURE__ */ r(
|
101536
|
+
/* @__PURE__ */ r(Xs, { className: "pf-v5-u-mt-sm", children: o.map((u) => /* @__PURE__ */ r(Ai, { children: u.name }, u.id)) })
|
101524
101537
|
] }),
|
101525
101538
|
l.length > 0 && /* @__PURE__ */ _(oe, { children: [
|
101526
101539
|
/* @__PURE__ */ r(dt, { className: "pf-v5-u-pt-sm", children: /* @__PURE__ */ r("strong", { children: t("deniedScope") }) }),
|
101527
|
-
/* @__PURE__ */ r(
|
101540
|
+
/* @__PURE__ */ r(Xs, { className: "pf-v5-u-mt-sm", children: l.map((u) => /* @__PURE__ */ r(Ai, { children: u.name }, u.id)) })
|
101528
101541
|
] }),
|
101529
101542
|
d("grantedPermissions", "PERMIT"),
|
101530
101543
|
d("deniedPermissions", "DENY")
|
@@ -101874,7 +101887,7 @@ export {
|
|
101874
101887
|
bi as Z,
|
101875
101888
|
Pe as _,
|
101876
101889
|
ke as a,
|
101877
|
-
|
101890
|
+
Ns as a$,
|
101878
101891
|
Or as a0,
|
101879
101892
|
em as a1,
|
101880
101893
|
ua as a2,
|
@@ -101943,7 +101956,7 @@ export {
|
|
101943
101956
|
nu as b0,
|
101944
101957
|
fi as b1,
|
101945
101958
|
di as b2,
|
101946
|
-
|
101959
|
+
gs as b3,
|
101947
101960
|
Uo as b4,
|
101948
101961
|
Gpe as b5,
|
101949
101962
|
Wr as b6,
|
@@ -101952,7 +101965,7 @@ export {
|
|
101952
101965
|
DO as b9,
|
101953
101966
|
Rce as bA,
|
101954
101967
|
Xf as bB,
|
101955
|
-
|
101968
|
+
vs as bC,
|
101956
101969
|
yae as bD,
|
101957
101970
|
vae as bE,
|
101958
101971
|
y3 as bF,
|
@@ -102290,4 +102303,4 @@ export {
|
|
102290
102303
|
$e as y,
|
102291
102304
|
mc as z
|
102292
102305
|
};
|
102293
|
-
//# sourceMappingURL=index-
|
102306
|
+
//# sourceMappingURL=index-BmccfL6w.js.map
|