@ansible/ansible-ui-framework 2.4.424 → 2.4.426
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/framework/PageNavigation/PageNavigationItem.d.ts +5 -0
- package/framework/PageNavigation/useGetPageUrl.d.ts +4 -1
- package/framework/PageNavigation/usePageNavigate.d.ts +4 -1
- package/framework/publish/index.d.ts +49 -44
- package/index.js +164 -106
- package/index.umd.cjs +141 -141
- package/package.json +1 -1
package/index.js
CHANGED
@@ -749,7 +749,7 @@ function tr(e) {
|
|
749
749
|
}
|
750
750
|
}
|
751
751
|
}
|
752
|
-
function
|
752
|
+
function pAe() {
|
753
753
|
const [e, t] = he(
|
754
754
|
() => window.innerWidth > window.innerHeight ? "landscape" : "portrait"
|
755
755
|
), n = fe(() => {
|
@@ -2605,7 +2605,7 @@ function P7(e) {
|
|
2605
2605
|
e.children
|
2606
2606
|
] });
|
2607
2607
|
}
|
2608
|
-
function
|
2608
|
+
function yAe(e) {
|
2609
2609
|
return e instanceof Error ? {
|
2610
2610
|
title: e.message,
|
2611
2611
|
variant: "danger",
|
@@ -2665,14 +2665,14 @@ function $7(e) {
|
|
2665
2665
|
}
|
2666
2666
|
) });
|
2667
2667
|
}
|
2668
|
-
function
|
2668
|
+
function bAe(e) {
|
2669
2669
|
const { bytes: t } = e;
|
2670
2670
|
if (!+t)
|
2671
2671
|
return /* @__PURE__ */ p.jsx(p.Fragment, {});
|
2672
2672
|
const n = 1024, r = e.decimals ? e.decimals : 0, a = r < 0 ? 0 : r, i = ["Bytes", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"], o = Math.floor(Math.log(t) / Math.log(n));
|
2673
2673
|
return /* @__PURE__ */ p.jsx(p.Fragment, { children: `${parseFloat((t / Math.pow(n, o)).toFixed(a))} ${i[o]}` });
|
2674
2674
|
}
|
2675
|
-
const
|
2675
|
+
const _Ae = qr(void 0), xAe = qr(() => null), RO = qr([void 0, () => alert("Use PageDialogProvider")]);
|
2676
2676
|
function j7(e) {
|
2677
2677
|
const t = he();
|
2678
2678
|
return /* @__PURE__ */ p.jsxs(RO.Provider, { value: t, children: [
|
@@ -2833,7 +2833,7 @@ function M7(e) {
|
|
2833
2833
|
}, []);
|
2834
2834
|
return /* @__PURE__ */ p.jsx(qs.Provider, { value: [t, r], children: e.children });
|
2835
2835
|
}
|
2836
|
-
function
|
2836
|
+
function wAe(e) {
|
2837
2837
|
const [t, n] = he(!1), r = fe(() => n(!0), []), [a, i] = Ta();
|
2838
2838
|
return Ae(() => {
|
2839
2839
|
i(t ? /* @__PURE__ */ p.jsx(I7, { open: t, setOpen: n }) : void 0);
|
@@ -2925,7 +2925,7 @@ function I7(e) {
|
|
2925
2925
|
}
|
2926
2926
|
);
|
2927
2927
|
}
|
2928
|
-
function
|
2928
|
+
function SAe(e) {
|
2929
2929
|
const [t] = Pt(), n = Gs(), r = e.used / e.capacity;
|
2930
2930
|
if (e.capacity === 0)
|
2931
2931
|
return /* @__PURE__ */ p.jsx(p.Fragment, {});
|
@@ -3278,7 +3278,7 @@ function FO() {
|
|
3278
3278
|
});
|
3279
3279
|
} };
|
3280
3280
|
}
|
3281
|
-
function
|
3281
|
+
function OAe(e) {
|
3282
3282
|
const { writeToClipboard: t } = FO(), { t: n } = $t();
|
3283
3283
|
return e.text ? /* @__PURE__ */ p.jsx(
|
3284
3284
|
Z3,
|
@@ -8219,7 +8219,7 @@ function Pl(e) {
|
|
8219
8219
|
function eI(e) {
|
8220
8220
|
return typeof e == "string" && (e = new Date(e)), e.toLocaleString();
|
8221
8221
|
}
|
8222
|
-
function
|
8222
|
+
function CAe(e) {
|
8223
8223
|
const t = new Date(e.value);
|
8224
8224
|
return /* @__PURE__ */ p.jsxs(Aa, { hasGutter: !0, children: [
|
8225
8225
|
/* @__PURE__ */ p.jsx(Qt, { children: t.toLocaleDateString() }),
|
@@ -8252,7 +8252,7 @@ function nI(e) {
|
|
8252
8252
|
r ? /* @__PURE__ */ p.jsx($e, { variant: "link", isInline: !0, onClick: r, children: n }) : /* @__PURE__ */ p.jsx("span", { children: n })
|
8253
8253
|
] });
|
8254
8254
|
}
|
8255
|
-
function
|
8255
|
+
function AAe(e) {
|
8256
8256
|
const t = xe(() => new Date(e.start ?? 0).valueOf(), [e.start]), n = xe(() => new Date(e.finish ?? 0).valueOf(), [e.finish]), [r, a] = he(Math.max(0, n - t.valueOf()));
|
8257
8257
|
Ae(() => {
|
8258
8258
|
const u = setInterval(() => {
|
@@ -8309,7 +8309,7 @@ function _0(e) {
|
|
8309
8309
|
return VC;
|
8310
8310
|
}
|
8311
8311
|
}
|
8312
|
-
const WC = "var(--pf-global--success-color--100)", zC = "var(--pf-global--danger-color--100)", iI = "var(--pf-global--warning-color--100)", BC = "var(--pf-global--info-color--100)", VC = "var(--pf-global--disabled-color--100)",
|
8312
|
+
const WC = "var(--pf-global--success-color--100)", zC = "var(--pf-global--danger-color--100)", iI = "var(--pf-global--warning-color--100)", BC = "var(--pf-global--info-color--100)", VC = "var(--pf-global--disabled-color--100)", TAe = "var(--pf-global--link--Color)";
|
8313
8313
|
var oI = /* @__PURE__ */ ((e) => (e.blue = "blue", e.cyan = "cyan", e.green = "green", e.orange = "orange", e.purple = "purple", e.red = "red", e.grey = "grey", e))(oI || {});
|
8314
8314
|
function gs(e) {
|
8315
8315
|
const t = {};
|
@@ -8857,7 +8857,7 @@ function bo(e) {
|
|
8857
8857
|
);
|
8858
8858
|
}
|
8859
8859
|
const ZC = qr({ columns: 1 }), W1 = 1662 / 24;
|
8860
|
-
function
|
8860
|
+
function EAe(e) {
|
8861
8861
|
const t = Xe(null), [n, r] = he(1);
|
8862
8862
|
return zS(() => {
|
8863
8863
|
var a;
|
@@ -31851,7 +31851,7 @@ const M1e = De.div`
|
|
31851
31851
|
line-height: 1em;
|
31852
31852
|
`;
|
31853
31853
|
const W1e = lme("voronoi", "cursor");
|
31854
|
-
function
|
31854
|
+
function kAe(e) {
|
31855
31855
|
var f, d, h, g;
|
31856
31856
|
const { allowZero: t, xLabel: n, yLabel: r, minDomain: a, onlyIntegerTicks: i } = e;
|
31857
31857
|
let { groups: o } = e;
|
@@ -32029,7 +32029,7 @@ function B1e(e) {
|
|
32029
32029
|
}
|
32030
32030
|
);
|
32031
32031
|
}
|
32032
|
-
function
|
32032
|
+
function PAe(e) {
|
32033
32033
|
const { title: t, ...n } = e;
|
32034
32034
|
return /* @__PURE__ */ p.jsx(qv, { width: "xxs", height: "xs", ...n, children: /* @__PURE__ */ p.jsx(Ed, { children: /* @__PURE__ */ p.jsx(ZS, { children: /* @__PURE__ */ p.jsxs(
|
32035
32035
|
_t,
|
@@ -32044,7 +32044,7 @@ function CAe(e) {
|
|
32044
32044
|
}
|
32045
32045
|
) }) }) });
|
32046
32046
|
}
|
32047
|
-
function
|
32047
|
+
function $Ae(e) {
|
32048
32048
|
const { t } = $t(), { steps: n } = e;
|
32049
32049
|
return n.every((a) => a.isComplete) ? /* @__PURE__ */ p.jsx(p.Fragment, {}) : /* @__PURE__ */ p.jsx(qv, { title: t("Getting Started"), width: "xxl", children: /* @__PURE__ */ p.jsx(Ed, { children: /* @__PURE__ */ p.jsxs(xn, { hasGutter: !0, children: [
|
32050
32050
|
/* @__PURE__ */ p.jsx("div", { children: e.children }),
|
@@ -32090,7 +32090,7 @@ function U1e(e) {
|
|
32090
32090
|
}
|
32091
32091
|
) });
|
32092
32092
|
}
|
32093
|
-
function
|
32093
|
+
function jAe(e) {
|
32094
32094
|
const { t } = $t(), { title: n, items: r, loading: a } = e, i = r.reduce((o, l) => o + l.count, 0);
|
32095
32095
|
return /* @__PURE__ */ p.jsx(qv, { title: n, width: "sm", height: "xs", linkText: e.linkText, to: e.to, children: /* @__PURE__ */ p.jsx(Ed, { children: a === !0 ? /* @__PURE__ */ p.jsxs(Aa, { hasGutter: !0, children: [
|
32096
32096
|
/* @__PURE__ */ p.jsx(Qt, { children: /* @__PURE__ */ p.jsx(er, { shape: "circle", width: "100px" }) }),
|
@@ -32244,7 +32244,7 @@ function $k(e) {
|
|
32244
32244
|
[e]
|
32245
32245
|
);
|
32246
32246
|
}
|
32247
|
-
function
|
32247
|
+
function DAe(e, t) {
|
32248
32248
|
const n = Pk(e), r = J1e(e), a = Q1e(e);
|
32249
32249
|
switch (t) {
|
32250
32250
|
case it.Table:
|
@@ -32267,10 +32267,10 @@ function t_e(e) {
|
|
32267
32267
|
[e]
|
32268
32268
|
);
|
32269
32269
|
}
|
32270
|
-
function
|
32270
|
+
function MAe(e) {
|
32271
32271
|
return xe(() => e.map((t) => ({ ...t, sort: void 0 })), [e]);
|
32272
32272
|
}
|
32273
|
-
function
|
32273
|
+
function IAe(e) {
|
32274
32274
|
return xe(
|
32275
32275
|
() => e.map((t) => ({
|
32276
32276
|
...t,
|
@@ -35108,7 +35108,7 @@ function cv(e, t, n) {
|
|
35108
35108
|
cv.debounce = cv;
|
35109
35109
|
var l5e = cv;
|
35110
35110
|
const s5e = /* @__PURE__ */ Te(l5e);
|
35111
|
-
function
|
35111
|
+
function RAe(e, t, n) {
|
35112
35112
|
const {
|
35113
35113
|
selectedItems: r,
|
35114
35114
|
selectItem: a,
|
@@ -37137,7 +37137,7 @@ function V5e() {
|
|
37137
37137
|
t(void 0);
|
37138
37138
|
}, [n, t]), r;
|
37139
37139
|
}
|
37140
|
-
function
|
37140
|
+
function NAe() {
|
37141
37141
|
const e = V5e(), t = R5e();
|
37142
37142
|
return fe(
|
37143
37143
|
(n) => {
|
@@ -37156,7 +37156,7 @@ function id(e) {
|
|
37156
37156
|
let t = "collapsed";
|
37157
37157
|
return e.open && (t += " expanded"), /* @__PURE__ */ p.jsx("div", { className: t, children: e.children });
|
37158
37158
|
}
|
37159
|
-
function
|
37159
|
+
function FAe(e) {
|
37160
37160
|
const {
|
37161
37161
|
title: t,
|
37162
37162
|
description: n,
|
@@ -37243,7 +37243,7 @@ function MAe(e) {
|
|
37243
37243
|
}
|
37244
37244
|
);
|
37245
37245
|
}
|
37246
|
-
function
|
37246
|
+
function WAe(e) {
|
37247
37247
|
const { view: t, tableColumns: n, toolbarFilters: r, confirm: a, cancel: i, selected: o, isMultiple: l } = e, [s, c] = he(""), [u, f] = he(), d = fe((v, y) => {
|
37248
37248
|
c(y ?? ""), f(() => v);
|
37249
37249
|
}, []), [h, g] = Ta();
|
@@ -37370,7 +37370,7 @@ function U5e(e) {
|
|
37370
37370
|
}
|
37371
37371
|
);
|
37372
37372
|
}
|
37373
|
-
function
|
37373
|
+
function zAe(e) {
|
37374
37374
|
const { onSelect: t, value: n } = e, r = fe(
|
37375
37375
|
(s, c) => {
|
37376
37376
|
var u;
|
@@ -37437,7 +37437,7 @@ function H5e(e) {
|
|
37437
37437
|
)
|
37438
37438
|
] }) });
|
37439
37439
|
}
|
37440
|
-
function
|
37440
|
+
function BAe(e) {
|
37441
37441
|
const [t, n] = he(!1), { children: r, isReadOnly: a, placeholder: i, ...o } = e, l = e.id ? e.id : typeof e.label == "string" ? e.label.toLowerCase().split(" ").join("-") : void 0;
|
37442
37442
|
return /* @__PURE__ */ p.jsx(Dd, { ...o, id: l, children: /* @__PURE__ */ p.jsxs(kd, { children: [
|
37443
37443
|
/* @__PURE__ */ p.jsx(
|
@@ -38455,7 +38455,7 @@ function s2e(e = {}) {
|
|
38455
38455
|
i._state.mount || (i._updateValid(), i._state.mount = !0), i._state.watch && (i._state.watch = !1, i._subjects.state.next({ ...i._formState })), i._removeUnmounted();
|
38456
38456
|
}), t.current.formState = tP(r, i), t.current;
|
38457
38457
|
}
|
38458
|
-
function
|
38458
|
+
function VAe(e) {
|
38459
38459
|
const { name: t, readOnly: n, validate: r, ...a } = e, {
|
38460
38460
|
control: i,
|
38461
38461
|
formState: { isSubmitting: o }
|
@@ -41619,7 +41619,7 @@ function uCe(e) {
|
|
41619
41619
|
/* @__PURE__ */ p.jsx(ze, { align: { default: "alignRight" }, children: /* @__PURE__ */ p.jsx(r0, { isCompact: !0, children: g }) })
|
41620
41620
|
] });
|
41621
41621
|
}
|
41622
|
-
function
|
41622
|
+
function UAe(e) {
|
41623
41623
|
const { t } = $t(), {
|
41624
41624
|
allowCopy: n = !0,
|
41625
41625
|
allowDownload: r = !0,
|
@@ -41800,7 +41800,7 @@ function FAe(e) {
|
|
41800
41800
|
}
|
41801
41801
|
);
|
41802
41802
|
}
|
41803
|
-
function
|
41803
|
+
function HAe(e) {
|
41804
41804
|
const {
|
41805
41805
|
name: t,
|
41806
41806
|
label: n,
|
@@ -41887,7 +41887,7 @@ function WAe(e) {
|
|
41887
41887
|
}
|
41888
41888
|
);
|
41889
41889
|
}
|
41890
|
-
function
|
41890
|
+
function qAe(e) {
|
41891
41891
|
const {
|
41892
41892
|
name: t,
|
41893
41893
|
id: n,
|
@@ -41932,7 +41932,7 @@ function zAe(e) {
|
|
41932
41932
|
}
|
41933
41933
|
);
|
41934
41934
|
}
|
41935
|
-
function
|
41935
|
+
function GAe(e) {
|
41936
41936
|
const { name: t, label: n, isReadOnly: r, isRequired: a, minLength: i, maxLength: o, pattern: l, validate: s } = e, {
|
41937
41937
|
control: c,
|
41938
41938
|
formState: { isSubmitting: u }
|
@@ -41979,7 +41979,7 @@ function BAe(e) {
|
|
41979
41979
|
}
|
41980
41980
|
);
|
41981
41981
|
}
|
41982
|
-
function
|
41982
|
+
function YAe(e) {
|
41983
41983
|
const {
|
41984
41984
|
type: t,
|
41985
41985
|
name: n,
|
@@ -43442,7 +43442,7 @@ class wd extends Error {
|
|
43442
43442
|
super(t), this.details = n, this.statusCode = r, this.body = a, this.json = i, Object.setPrototypeOf(this, wd.prototype), this.name = "RequestError";
|
43443
43443
|
}
|
43444
43444
|
}
|
43445
|
-
function
|
43445
|
+
function KAe(e) {
|
43446
43446
|
const { defaultValue: t, disableBody: n, disablePadding: r } = e, a = s2e({
|
43447
43447
|
defaultValues: t ?? {}
|
43448
43448
|
}), [i] = Pt(), { handleSubmit: o, setError: l } = a, [s, c] = he(null), u = tr("md"), [f] = An(qs), d = e.isVertical ? !1 : f.formLayout === "horizontal", g = (e.singleColumn ? !1 : f.formColumns === "multiple") ? 1600 : d ? 960 : 800, v = (_) => {
|
@@ -43584,7 +43584,7 @@ function FCe(e) {
|
|
43584
43584
|
n.id ?? n.label ?? r
|
43585
43585
|
) : /* @__PURE__ */ p.jsx(Qn, {}, r)) }) : /* @__PURE__ */ p.jsx(Qn, {});
|
43586
43586
|
}
|
43587
|
-
function
|
43587
|
+
function ZAe(e) {
|
43588
43588
|
const { breadcrumbs: t, title: n, description: r, controls: a, headerActions: i, footer: o } = e, l = tr("lg"), s = tr("xl"), c = tr("md"), f = Bh().isOpen && s ? void 0 : e.navigation, [d] = Pt();
|
43589
43589
|
return /* @__PURE__ */ p.jsxs(p.Fragment, { children: [
|
43590
43590
|
f && /* @__PURE__ */ p.jsx(
|
@@ -43695,7 +43695,7 @@ const zCe = De.div`
|
|
43695
43695
|
`, BCe = De(a0)`
|
43696
43696
|
padding: 0px;
|
43697
43697
|
`;
|
43698
|
-
function
|
43698
|
+
function XAe(e) {
|
43699
43699
|
return /* @__PURE__ */ p.jsxs(S$, { children: [
|
43700
43700
|
/* @__PURE__ */ p.jsx(VCe, {}),
|
43701
43701
|
/* @__PURE__ */ p.jsx(O$, { children: /* @__PURE__ */ p.jsx(br, { headingLevel: "h1", style: { fontWeight: "bold", lineHeight: 1.2 }, children: e.title }) }),
|
@@ -43762,7 +43762,7 @@ function A3(e, t) {
|
|
43762
43762
|
"id" in r && (n[r.id] = a), "children" in r && Object.assign(n, A3(a, r.children));
|
43763
43763
|
}), n;
|
43764
43764
|
}
|
43765
|
-
function
|
43765
|
+
function JAe(e) {
|
43766
43766
|
const { navigation: t, basename: n, header: r } = e, a = xe(
|
43767
43767
|
() => [
|
43768
43768
|
{
|
@@ -43789,27 +43789,80 @@ function GAe(e) {
|
|
43789
43789
|
), i = xe(() => rj(a, { basename: n }), [n, a]);
|
43790
43790
|
return /* @__PURE__ */ p.jsx(YCe, { navigation: t, children: /* @__PURE__ */ p.jsx(aj, { router: i }) });
|
43791
43791
|
}
|
43792
|
-
function
|
43792
|
+
function QAe(e) {
|
43793
43793
|
return e.replace(/^\//, "");
|
43794
43794
|
}
|
43795
|
-
function KCe() {
|
43795
|
+
function KCe(e, t) {
|
43796
|
+
for (const n of e) {
|
43797
|
+
if ("id" in n && n.id === t)
|
43798
|
+
return n;
|
43799
|
+
if ("children" in n) {
|
43800
|
+
const r = KCe(n.children, t);
|
43801
|
+
if (r)
|
43802
|
+
return r;
|
43803
|
+
}
|
43804
|
+
}
|
43805
|
+
}
|
43806
|
+
function ZCe(e, t) {
|
43807
|
+
for (let n = 0; n < e.length; n++) {
|
43808
|
+
const r = e[n];
|
43809
|
+
if ("id" in r && r.id === t)
|
43810
|
+
return e.splice(n, 1), r;
|
43811
|
+
if ("children" in r) {
|
43812
|
+
const a = ZCe(r.children, t);
|
43813
|
+
if (a)
|
43814
|
+
return a;
|
43815
|
+
}
|
43816
|
+
}
|
43817
|
+
}
|
43818
|
+
function XCe(e, t, n) {
|
43819
|
+
for (const r of e)
|
43820
|
+
if ("id" in r && r.id === t) {
|
43821
|
+
const a = r;
|
43822
|
+
"children" in r || (a.children = []), a.children.push(n);
|
43823
|
+
return;
|
43824
|
+
} else
|
43825
|
+
"children" in r && XCe(r.children, t, n);
|
43826
|
+
}
|
43827
|
+
function JCe(e, t, n) {
|
43828
|
+
for (let r = 0; r < e.length; r++) {
|
43829
|
+
const a = e[r];
|
43830
|
+
if ("id" in a && a.id === t) {
|
43831
|
+
e.splice(r + 1, 0, n);
|
43832
|
+
return;
|
43833
|
+
} else
|
43834
|
+
"children" in a && JCe(a.children, t, n);
|
43835
|
+
}
|
43836
|
+
}
|
43837
|
+
function QCe(e, t, n) {
|
43838
|
+
for (let r = 0; r < e.length; r++) {
|
43839
|
+
const a = e[r];
|
43840
|
+
if ("id" in a && a.id === t) {
|
43841
|
+
e.splice(r, 0, n);
|
43842
|
+
return;
|
43843
|
+
} else
|
43844
|
+
"children" in a && QCe(a.children, t, n);
|
43845
|
+
}
|
43846
|
+
}
|
43847
|
+
function eAe() {
|
43796
43848
|
const e = GCe();
|
43797
43849
|
return (t, n) => {
|
43798
|
-
|
43799
|
-
|
43800
|
-
|
43850
|
+
let r = e[t] ?? "";
|
43851
|
+
const a = n == null ? void 0 : n.params, i = n == null ? void 0 : n.query;
|
43852
|
+
return r ? (a && (r = Object.keys(a).reduce(
|
43853
|
+
(o, l) => o.replace(`:${l}`, (a[l] ?? "").toString()),
|
43801
43854
|
r
|
43802
|
-
)
|
43855
|
+
)), i && (r = `${r}?${Object.keys(i).map((o) => `${o}=${i[o]}`).join("&")}`)) : console.error(`Page id ${t} not found`), r;
|
43803
43856
|
};
|
43804
43857
|
}
|
43805
|
-
function
|
43806
|
-
const e = Bs(), t =
|
43858
|
+
function eTe() {
|
43859
|
+
const e = Bs(), t = eAe();
|
43807
43860
|
return (n, r) => {
|
43808
43861
|
const a = t(n, r);
|
43809
43862
|
a && e(a);
|
43810
43863
|
};
|
43811
43864
|
}
|
43812
|
-
function
|
43865
|
+
function tAe(e) {
|
43813
43866
|
const { loading: t } = e, [n, r] = he((e == null ? void 0 : e.initialTabIndex) ?? 0), a = fe(
|
43814
43867
|
(s, c) => r(c),
|
43815
43868
|
[r]
|
@@ -43827,7 +43880,7 @@ function ZCe(e) {
|
|
43827
43880
|
}
|
43828
43881
|
return s;
|
43829
43882
|
}), l = i[n];
|
43830
|
-
return t ? /* @__PURE__ */ p.jsx(
|
43883
|
+
return t ? /* @__PURE__ */ p.jsx(tAe, { children: /* @__PURE__ */ p.jsx(LS, { children: /* @__PURE__ */ p.jsx($n, { variant: "light", children: /* @__PURE__ */ p.jsx(er, {}) }) }) }) : /* @__PURE__ */ p.jsxs(p.Fragment, { children: [
|
43831
43884
|
/* @__PURE__ */ p.jsx($n, { type: lO.tabs, className: "border-bottom", children: /* @__PURE__ */ p.jsxs(_t, { spaceItems: { default: "spaceItemsNone" }, children: [
|
43832
43885
|
e.preComponents && /* @__PURE__ */ p.jsxs(p.Fragment, { children: [
|
43833
43886
|
/* @__PURE__ */ p.jsx(
|
@@ -43866,7 +43919,7 @@ function ZCe(e) {
|
|
43866
43919
|
function LS(e) {
|
43867
43920
|
return /* @__PURE__ */ p.jsx(p.Fragment, { children: e.children });
|
43868
43921
|
}
|
43869
|
-
function
|
43922
|
+
function tTe(e) {
|
43870
43923
|
const { activeKey: t, setActiveKey: n } = e, r = fe(
|
43871
43924
|
(a, i) => n(i),
|
43872
43925
|
[n]
|
@@ -43888,24 +43941,24 @@ function ZAe(e) {
|
|
43888
43941
|
}
|
43889
43942
|
) });
|
43890
43943
|
}
|
43891
|
-
const
|
43944
|
+
const nAe = v7`
|
43892
43945
|
from {
|
43893
43946
|
transform: rotate(0);
|
43894
43947
|
}
|
43895
43948
|
to {
|
43896
43949
|
transform: rotate(1turn);
|
43897
43950
|
}
|
43898
|
-
`,
|
43899
|
-
animation: ${
|
43951
|
+
`, rAe = De(kv)`
|
43952
|
+
animation: ${nAe} 1.75s linear infinite;
|
43900
43953
|
`;
|
43901
|
-
|
43954
|
+
rAe.displayName = "RunningIcon";
|
43902
43955
|
/*!
|
43903
43956
|
* isobject <https://github.com/jonschlinkert/isobject>
|
43904
43957
|
*
|
43905
43958
|
* Copyright (c) 2014-2017, Jon Schlinkert.
|
43906
43959
|
* Released under the MIT License.
|
43907
43960
|
*/
|
43908
|
-
var
|
43961
|
+
var aAe = function(t) {
|
43909
43962
|
return t != null && typeof t == "object" && Array.isArray(t) === !1;
|
43910
43963
|
};
|
43911
43964
|
/*!
|
@@ -43914,8 +43967,8 @@ var QCe = function(t) {
|
|
43914
43967
|
* Copyright (c) 2014-2018, Jon Schlinkert.
|
43915
43968
|
* Released under the MIT License.
|
43916
43969
|
*/
|
43917
|
-
const T3 =
|
43918
|
-
var
|
43970
|
+
const T3 = aAe;
|
43971
|
+
var iAe = function(e, t, n) {
|
43919
43972
|
if (T3(n) || (n = { default: n }), !NS(e))
|
43920
43973
|
return typeof n.default < "u" ? n.default : e;
|
43921
43974
|
typeof t == "number" && (t = String(t));
|
@@ -43924,7 +43977,7 @@ var eAe = function(e, t, n) {
|
|
43924
43977
|
return e;
|
43925
43978
|
if (a && t in e)
|
43926
43979
|
return Qm(t, e, n) ? e[t] : n.default;
|
43927
|
-
let l = r ? t :
|
43980
|
+
let l = r ? t : oAe(t, i, n), s = l.length, c = 0;
|
43928
43981
|
do {
|
43929
43982
|
let u = l[c];
|
43930
43983
|
for (typeof u == "number" && (u = String(u)); u && u.slice(-1) === "\\"; )
|
@@ -43951,7 +44004,7 @@ var eAe = function(e, t, n) {
|
|
43951
44004
|
function RS(e, t, n) {
|
43952
44005
|
return typeof n.join == "function" ? n.join(e) : e[0] + t + e[1];
|
43953
44006
|
}
|
43954
|
-
function
|
44007
|
+
function oAe(e, t, n) {
|
43955
44008
|
return typeof n.split == "function" ? n.split(e) : e.split(t);
|
43956
44009
|
}
|
43957
44010
|
function Qm(e, t, n) {
|
@@ -43960,8 +44013,8 @@ function Qm(e, t, n) {
|
|
43960
44013
|
function NS(e) {
|
43961
44014
|
return T3(e) || Array.isArray(e) || typeof e == "function";
|
43962
44015
|
}
|
43963
|
-
const e0 = /* @__PURE__ */ Te(
|
43964
|
-
function
|
44016
|
+
const e0 = /* @__PURE__ */ Te(iAe);
|
44017
|
+
function lAe() {
|
43965
44018
|
const [e, t] = he(!0);
|
43966
44019
|
return Ae(
|
43967
44020
|
() => () => {
|
@@ -43970,7 +44023,7 @@ function nAe() {
|
|
43970
44023
|
[]
|
43971
44024
|
), e;
|
43972
44025
|
}
|
43973
|
-
function
|
44026
|
+
function sAe() {
|
43974
44027
|
const e = Xe({ isMounted: !0 });
|
43975
44028
|
return Ae(
|
43976
44029
|
() => () => {
|
@@ -43980,7 +44033,7 @@ function rAe() {
|
|
43980
44033
|
), e;
|
43981
44034
|
}
|
43982
44035
|
function E3() {
|
43983
|
-
const e =
|
44036
|
+
const e = lAe(), [t, n] = he(
|
43984
44037
|
e ? window.location : void 0
|
43985
44038
|
), r = fe(() => {
|
43986
44039
|
n(window.location);
|
@@ -44004,7 +44057,7 @@ function E3() {
|
|
44004
44057
|
);
|
44005
44058
|
return { location: t, push: a, update: i };
|
44006
44059
|
}
|
44007
|
-
function
|
44060
|
+
function cAe() {
|
44008
44061
|
var a, i;
|
44009
44062
|
const e = E3(), t = ((a = e.location) == null ? void 0 : a.pathname) || "/", n = xe(
|
44010
44063
|
() => {
|
@@ -44021,9 +44074,9 @@ function aAe() {
|
|
44021
44074
|
);
|
44022
44075
|
return [n, r];
|
44023
44076
|
}
|
44024
|
-
function
|
44077
|
+
function uAe(e) {
|
44025
44078
|
var S;
|
44026
|
-
const { defaultValues: t, disableQueryString: n, ignoreQueryStringKeys: r, filterQueryStringKeys: a } = e, i =
|
44079
|
+
const { defaultValues: t, disableQueryString: n, ignoreQueryStringKeys: r, filterQueryStringKeys: a } = e, i = sAe(), [o, l] = cAe(), [s, c] = he(() => {
|
44027
44080
|
if (!n) {
|
44028
44081
|
const w = o.get("page");
|
44029
44082
|
if (w) {
|
@@ -44126,8 +44179,8 @@ function iAe(e) {
|
|
44126
44179
|
);
|
44127
44180
|
}
|
44128
44181
|
const FS = ["page", "perPage", "sort"];
|
44129
|
-
function
|
44130
|
-
const { items: t, keyFn: n, tableColumns: r, toolbarFilters: a, disableQueryString: i } = e, o =
|
44182
|
+
function nTe(e) {
|
44183
|
+
const { items: t, keyFn: n, tableColumns: r, toolbarFilters: a, disableQueryString: i } = e, o = uAe({
|
44131
44184
|
defaultValues: { sort: r && r.length ? r[0].sort : void 0 },
|
44132
44185
|
disableQueryString: i
|
44133
44186
|
}), { page: l, perPage: s, sort: c, sortDirection: u, filterState: f } = o, d = Kk(t), { setSort: h } = d;
|
@@ -44172,62 +44225,62 @@ function XAe(e) {
|
|
44172
44225
|
}
|
44173
44226
|
export {
|
44174
44227
|
o_e as BulkSelector,
|
44175
|
-
|
44176
|
-
|
44228
|
+
bAe as BytesCell,
|
44229
|
+
SAe as CapacityCell,
|
44177
44230
|
id as Collapse,
|
44178
44231
|
Z1e as ColumnCardOption,
|
44179
44232
|
K1e as ColumnListOption,
|
44180
44233
|
X1e as ColumnModalOption,
|
44181
44234
|
bi as ColumnTableOption,
|
44182
|
-
|
44183
|
-
|
44235
|
+
OAe as CopyCell,
|
44236
|
+
CAe as DateCell,
|
44184
44237
|
nI as DateTimeCell,
|
44185
|
-
|
44186
|
-
|
44238
|
+
_Ae as DialogContext,
|
44239
|
+
AAe as ElapsedTimeCell,
|
44187
44240
|
Bl as FormGroupSelect,
|
44188
|
-
|
44241
|
+
zAe as FormGroupSelectOption,
|
44189
44242
|
H5e as FormGroupTextArea,
|
44190
|
-
|
44243
|
+
BAe as FormGroupTextInput,
|
44191
44244
|
p7 as FrameworkTranslationsProvider,
|
44192
44245
|
Hs as Help,
|
44193
44246
|
oI as LabelColorE,
|
44194
44247
|
rI as LabelsCell,
|
44195
|
-
|
44248
|
+
FAe as MultiSelectDialog,
|
44196
44249
|
aI as PFColorE,
|
44197
44250
|
mt as PageActionSelection,
|
44198
44251
|
Ft as PageActionType,
|
44199
44252
|
Us as PageActions,
|
44200
44253
|
MO as PageAlertToasterContext,
|
44201
44254
|
P7 as PageAlertToasterProvider,
|
44202
|
-
|
44255
|
+
JAe as PageApp,
|
44203
44256
|
$7 as PageBody,
|
44204
44257
|
w0 as PageChartContainer,
|
44205
|
-
|
44258
|
+
EAe as PageDashboard,
|
44206
44259
|
qv as PageDashboardCard,
|
44207
|
-
|
44260
|
+
kAe as PageDashboardChart,
|
44208
44261
|
ZC as PageDashboardContext,
|
44209
|
-
|
44210
|
-
|
44211
|
-
|
44262
|
+
PAe as PageDashboardCount,
|
44263
|
+
jAe as PageDashboardDonutCard,
|
44264
|
+
$Ae as PageDashboardGettingStarted,
|
44212
44265
|
vu as PageDetail,
|
44213
44266
|
Y1e as PageDetails,
|
44214
44267
|
n_e as PageDetailsFromColumns,
|
44215
44268
|
j7 as PageDialogProvider,
|
44216
44269
|
U1e as PageDonutChart,
|
44217
|
-
|
44270
|
+
KAe as PageForm,
|
44218
44271
|
ICe as PageFormCancelButton,
|
44219
|
-
|
44220
|
-
|
44272
|
+
VAe as PageFormCheckbox,
|
44273
|
+
UAe as PageFormDataEditor,
|
44221
44274
|
MS as PageFormGrid,
|
44222
|
-
|
44275
|
+
HAe as PageFormSelect,
|
44223
44276
|
IS as PageFormSubmitButton,
|
44224
|
-
|
44225
|
-
|
44226
|
-
|
44277
|
+
qAe as PageFormSwitch,
|
44278
|
+
GAe as PageFormTextArea,
|
44279
|
+
YAe as PageFormTextInput,
|
44227
44280
|
NCe as PageFramework,
|
44228
|
-
|
44281
|
+
ZAe as PageHeader,
|
44229
44282
|
WCe as PageLayout,
|
44230
|
-
|
44283
|
+
XAe as PageMasthead,
|
44231
44284
|
VCe as PageMastheadToggle,
|
44232
44285
|
O3 as PageNavSideBarContext,
|
44233
44286
|
LCe as PageNavSideBarProvider,
|
@@ -44235,60 +44288,65 @@ export {
|
|
44235
44288
|
LS as PageTab,
|
44236
44289
|
Ih as PageTable,
|
44237
44290
|
Uw as PageTableCards,
|
44238
|
-
|
44239
|
-
|
44291
|
+
tAe as PageTabs,
|
44292
|
+
tTe as PageTabsOld,
|
44240
44293
|
r5e as PageToolbar,
|
44241
44294
|
Xxe as PageToolbarFilters,
|
44242
|
-
|
44295
|
+
rAe as RunningIcon,
|
44243
44296
|
bo as Scrollable,
|
44244
44297
|
U5e as SelectDialog,
|
44245
|
-
|
44298
|
+
xAe as SetDialogContext,
|
44246
44299
|
qs as SettingsContext,
|
44247
44300
|
I7 as SettingsDialog,
|
44248
44301
|
M7 as SettingsProvider,
|
44249
44302
|
Xt as TableColumnCell,
|
44250
44303
|
P1 as TextCell,
|
44251
44304
|
Zxe as ToolbarFilterType,
|
44305
|
+
XCe as addNavigationItem,
|
44306
|
+
JCe as addNavigationItemAfter,
|
44307
|
+
QCe as addNavigationItemBefore,
|
44252
44308
|
F5e as compareNumbers,
|
44253
44309
|
bu as compareStrings,
|
44254
44310
|
N5e as compareUnknowns,
|
44255
|
-
|
44311
|
+
yAe as errorToAlertProps,
|
44312
|
+
KCe as findNavigationItemById,
|
44256
44313
|
_0 as getPatternflyColor,
|
44257
44314
|
zC as pfDanger,
|
44258
44315
|
VC as pfDisabled,
|
44259
44316
|
BC as pfInfo,
|
44260
|
-
|
44317
|
+
TAe as pfLink,
|
44261
44318
|
WC as pfSuccess,
|
44262
44319
|
iI as pfWarning,
|
44263
|
-
|
44320
|
+
QAe as removeLeadingSlash,
|
44321
|
+
ZCe as removeNavigationItemById,
|
44264
44322
|
tr as useBreakpoint,
|
44265
44323
|
R5e as useBulkActionDialog,
|
44266
|
-
|
44267
|
-
|
44268
|
-
|
44324
|
+
NAe as useBulkConfirmation,
|
44325
|
+
IAe as useColumnsWithoutExpandedRow,
|
44326
|
+
MAe as useColumnsWithoutSort,
|
44269
44327
|
e_e as useDescriptionColumns,
|
44270
44328
|
t_e as useExpandedColumns,
|
44271
44329
|
Zk as useFiltered,
|
44272
44330
|
Pt as useFrameworkTranslations,
|
44273
|
-
|
44274
|
-
|
44275
|
-
|
44331
|
+
eAe as useGetPageUrl,
|
44332
|
+
nTe as useInMemoryView,
|
44333
|
+
pAe as useOrientation,
|
44276
44334
|
IO as usePageAlertToaster,
|
44277
44335
|
Ta as usePageDialog,
|
44278
44336
|
RCe as usePageNavBarClick,
|
44279
44337
|
Bh as usePageNavSideBar,
|
44280
|
-
|
44338
|
+
eTe as usePageNavigate,
|
44281
44339
|
Mh as usePaged,
|
44282
|
-
|
44340
|
+
WAe as useSelectDialog,
|
44283
44341
|
Yk as useSelected,
|
44284
44342
|
c5e as useSelectedInMemory,
|
44285
44343
|
Gs as useSettings,
|
44286
|
-
|
44344
|
+
wAe as useSettingsDialog,
|
44287
44345
|
Kk as useSorted,
|
44288
|
-
|
44289
|
-
|
44346
|
+
RAe as useTableItems,
|
44347
|
+
uAe as useView,
|
44290
44348
|
Q1e as useVisibleCardColumns,
|
44291
|
-
|
44349
|
+
DAe as useVisibleColumns,
|
44292
44350
|
J1e as useVisibleListColumns,
|
44293
44351
|
$k as useVisibleModalColumns,
|
44294
44352
|
Pk as useVisibleTableColumns,
|